@-webkit-keyframes vfuk-Heading__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-Heading__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-Heading__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-Heading__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-Heading__heading {
  display: block;
  line-height: 1.1111;
  width: 100%;
}
.vfuk-Heading__heading-1 {
  font-size: 32px;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .vfuk-Heading__heading-1 {
    font-size: 56px;
    line-height: 1.1;
  }
}
@media (min-width: 992px) {
  .vfuk-Heading__heading-1 {
    font-size: 64px;
    line-height: 1.125;
  }
}
.vfuk-Heading__heading-2 {
  font-size: 28px;
  line-height: 1.28;
}
@media (min-width: 768px) {
  .vfuk-Heading__heading-2 {
    font-size: 40px;
    line-height: 1.2;
  }
}
@media (min-width: 992px) {
  .vfuk-Heading__heading-2 {
    font-size: 56px;
    line-height: 1.1;
  }
}
.vfuk-Heading__heading-3 {
  font-size: 24px;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .vfuk-Heading__heading-3 {
    font-size: 34px;
    line-height: 1.176;
  }
}
@media (min-width: 992px) {
  .vfuk-Heading__heading-3 {
    font-size: 40px;
    line-height: 1.2;
  }
}
.vfuk-Heading__heading-4 {
  font-size: 20px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .vfuk-Heading__heading-4 {
    font-size: 24px;
    line-height: 1.25;
  }
}
@media (min-width: 992px) {
  .vfuk-Heading__heading-4 {
    font-size: 28px;
    line-height: 1.2;
  }
}
.vfuk-Heading__heading-5 {
  font-size: 18px;
  line-height: 1.333;
}
@media (min-width: 768px) {
  .vfuk-Heading__heading-5 {
    font-size: 20px;
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .vfuk-Heading__heading-5 {
    font-size: 20px;
    line-height: 1.4;
  }
}
.vfuk-Heading__heading-6 {
  font-size: 16px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .vfuk-Heading__heading-6 {
    font-size: 18px;
    line-height: 1.333;
  }
}
@media (min-width: 992px) {
  .vfuk-Heading__heading-6 {
    font-size: 18px;
    line-height: 1.333;
  }
}
.vfuk-Heading__heading-center {
  text-align: center;
}
.vfuk-Heading__heading-left {
  text-align: left;
}
.vfuk-Heading__heading-right {
  text-align: right;
}
.vfuk-Heading__heading-inline {
  display: inline-block;
  width: auto;
}

.vfuk-Heading__inherit {
  color: inherit;
}

.vfuk-Heading__light {
  color: #ffffff;
}

.vfuk-Heading__mid {
  color: #666666;
}

.vfuk-Heading__dark {
  color: #000000;
}

.vfuk-Heading__brand {
  color: #e60000;
}

.vfuk-Heading__upgrade {
  color: #007c92;
}@-webkit-keyframes vfuk-LoadingSpinner__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-LoadingSpinner__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-LoadingSpinner__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-LoadingSpinner__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
@-webkit-keyframes vfuk-LoadingSpinner__rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes vfuk-LoadingSpinner__rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes vfuk-LoadingSpinner__dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dashoffset: -125px;
  }
}
@keyframes vfuk-LoadingSpinner__dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dashoffset: -125px;
  }
}
@-webkit-keyframes vfuk-LoadingSpinner__fallback {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes vfuk-LoadingSpinner__fallback {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.vfuk-LoadingSpinner__spinner svg {
  display: none;
}

.vfuk-LoadingSpinner__fallback_loader {
  display: inline-block;
  position: relative;
}

@supports (display: grid) {
  .vfuk-LoadingSpinner__fallback_loader {
    display: none;
    background-color: transparent;
  }
  .vfuk-LoadingSpinner__spinner svg {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-animation: vfuk-LoadingSpinner__rotate 2s linear infinite;
            animation: vfuk-LoadingSpinner__rotate 2s linear infinite;
  }
}
.vfuk-LoadingSpinner__fallback_loader div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-animation: vfuk-LoadingSpinner__fallback 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: vfuk-LoadingSpinner__fallback 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}

.vfuk-LoadingSpinner__fallback_loader div:nth-child(1) {
  -webkit-animation-delay: -0.45s;
          animation-delay: -0.45s;
}

.vfuk-LoadingSpinner__fallback_loader div:nth-child(2) {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}

.vfuk-LoadingSpinner__fallback_loader div:nth-child(3) {
  -webkit-animation-delay: -0.15s;
          animation-delay: -0.15s;
}

.vfuk-LoadingSpinner__spinner circle {
  fill: none;
  stroke-width: 5px;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: vfuk-LoadingSpinner__dash 1.5s ease-in-out infinite;
          animation: vfuk-LoadingSpinner__dash 1.5s ease-in-out infinite;
  stroke: black;
}

.vfuk-LoadingSpinner__circle-inherit {
  stroke: currentColor;
}

.vfuk-LoadingSpinner__fallback_loader.vfuk-LoadingSpinner__spinner-brand div {
  border: 8px solid #e60000;
  border-color: #e60000 transparent transparent transparent;
}

.vfuk-LoadingSpinner__fallback_loader.vfuk-LoadingSpinner__spinner-dark div {
  border: 8px solid #000000;
  border-color: #000000 transparent transparent transparent;
}

.vfuk-LoadingSpinner__fallback_loader.vfuk-LoadingSpinner__spinner-light div {
  border: 8px solid #ffffff;
  border-color: #ffffff transparent transparent transparent;
}

.vfuk-LoadingSpinner__fallback_loader.vfuk-LoadingSpinner__spinner-xs div {
  border-width: 1px;
}

.vfuk-LoadingSpinner__fallback_loader.vfuk-LoadingSpinner__spinner-sm div {
  border-width: 2px;
}

.vfuk-LoadingSpinner__fallback_loader.vfuk-LoadingSpinner__spinner-md div {
  border-width: 4px;
}

.vfuk-LoadingSpinner__fallback_loader.vfuk-LoadingSpinner__spinner-lg div {
  border-width: 8px;
}

.vfuk-LoadingSpinner__spinner-brand circle {
  stroke: #e60000;
}

.vfuk-LoadingSpinner__spinner-dark circle {
  stroke: #000000;
}

.vfuk-LoadingSpinner__spinner-light circle {
  stroke: #ffffff;
}

.vfuk-LoadingSpinner__spinner-center {
  margin-left: auto;
  margin-right: auto;
}

.vfuk-LoadingSpinner__spinner-xs {
  height: 12px;
  width: 12px;
}
@media (min-width: 768px) {
  .vfuk-LoadingSpinner__spinner-xs {
    height: 14px;
    width: 14px;
  }
}
@media (min-width: 992px) {
  .vfuk-LoadingSpinner__spinner-xs {
    height: 16px;
    width: 16px;
  }
}

.vfuk-LoadingSpinner__spinner-sm {
  height: 20px;
  width: 20px;
}
@media (min-width: 768px) {
  .vfuk-LoadingSpinner__spinner-sm {
    height: 24px;
    width: 24px;
  }
}
@media (min-width: 992px) {
  .vfuk-LoadingSpinner__spinner-sm {
    height: 28px;
    width: 28px;
  }
}

.vfuk-LoadingSpinner__spinner-md {
  height: 28px;
  width: 28px;
}
@media (min-width: 768px) {
  .vfuk-LoadingSpinner__spinner-md {
    height: 32px;
    width: 32px;
  }
}
@media (min-width: 992px) {
  .vfuk-LoadingSpinner__spinner-md {
    height: 36px;
    width: 36px;
  }
}

.vfuk-LoadingSpinner__spinner-lg {
  height: 40px;
  width: 40px;
}
@media (min-width: 768px) {
  .vfuk-LoadingSpinner__spinner-lg {
    height: 48px;
    width: 48px;
  }
}
@media (min-width: 992px) {
  .vfuk-LoadingSpinner__spinner-lg {
    height: 56px;
    width: 56px;
  }
}@-webkit-keyframes vfuk-AnimationContainer__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-AnimationContainer__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-AnimationContainer__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-AnimationContainer__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-AnimationContainer__wrapper {
  position: relative;
  height: 100%;
}

.vfuk-AnimationContainer__cover {
  position: absolute;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  background-color: #e60000;
  z-index: 100;
  top: -3px;
  left: -3px;
}@-webkit-keyframes vfuk-Icon__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-Icon__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-Icon__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-Icon__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-Icon__wrapper {
  display: inline-block;
  stroke: none;
  stroke-width: 0;
}

.vfuk-Icon__inherit {
  fill: currentColor;
}

.vfuk-Icon__dark {
  fill: #333333;
}

.vfuk-Icon__mid1 {
  fill: #cccccc;
}

.vfuk-Icon__mid2 {
  fill: #afafaf;
}

.vfuk-Icon__mid3 {
  fill: #999999;
}

.vfuk-Icon__light {
  fill: #ffffff;
}

.vfuk-Icon__brand {
  fill: #e60000;
}

.vfuk-Icon__info {
  fill: #005ea5;
}

.vfuk-Icon__warn {
  fill: #eb9700;
}

.vfuk-Icon__error {
  fill: #bd0000;
}

.vfuk-Icon__success {
  fill: #428600;
}

.vfuk-Icon__secondary-1 {
  fill: #007c92;
}

.vfuk-Icon__size-1 {
  height: 16px;
  width: 16px;
}
@media (min-width: 768px) {
  .vfuk-Icon__size-1 {
    height: 16px;
    width: 16px;
  }
}
@media (min-width: 992px) {
  .vfuk-Icon__size-1 {
    height: 16px;
    width: 16px;
  }
}

.vfuk-Icon__size-2 {
  height: 16px;
  width: 16px;
}
@media (min-width: 768px) {
  .vfuk-Icon__size-2 {
    height: 24px;
    width: 24px;
  }
}
@media (min-width: 992px) {
  .vfuk-Icon__size-2 {
    height: 24px;
    width: 24px;
  }
}

.vfuk-Icon__size-3 {
  height: 24px;
  width: 24px;
}
@media (min-width: 768px) {
  .vfuk-Icon__size-3 {
    height: 32px;
    width: 32px;
  }
}
@media (min-width: 992px) {
  .vfuk-Icon__size-3 {
    height: 32px;
    width: 32px;
  }
}

.vfuk-Icon__size-4 {
  height: 24px;
  width: 24px;
}
@media (min-width: 768px) {
  .vfuk-Icon__size-4 {
    height: 32px;
    width: 32px;
  }
}
@media (min-width: 992px) {
  .vfuk-Icon__size-4 {
    height: 40px;
    width: 40px;
  }
}

.vfuk-Icon__size-5 {
  height: 32px;
  width: 32px;
}
@media (min-width: 768px) {
  .vfuk-Icon__size-5 {
    height: 40px;
    width: 40px;
  }
}
@media (min-width: 992px) {
  .vfuk-Icon__size-5 {
    height: 48px;
    width: 48px;
  }
}

.vfuk-Icon__size-6 {
  height: 40px;
  width: 40px;
}
@media (min-width: 768px) {
  .vfuk-Icon__size-6 {
    height: 48px;
    width: 48px;
  }
}
@media (min-width: 992px) {
  .vfuk-Icon__size-6 {
    height: 64px;
    width: 64px;
  }
}

.vfuk-Icon__size-7 {
  height: 48px;
  width: 48px;
}
@media (min-width: 768px) {
  .vfuk-Icon__size-7 {
    height: 56px;
    width: 56px;
  }
}
@media (min-width: 992px) {
  .vfuk-Icon__size-7 {
    height: 80px;
    width: 80px;
  }
}

.vfuk-Icon__size-8 {
  height: 56px;
  width: 56px;
}
@media (min-width: 768px) {
  .vfuk-Icon__size-8 {
    height: 64px;
    width: 64px;
  }
}
@media (min-width: 992px) {
  .vfuk-Icon__size-8 {
    height: 96px;
    width: 96px;
  }
}

.vfuk-Icon__size-1-fixed {
  height: 16px;
  width: 16px;
}
@media (min-width: 768px) {
  .vfuk-Icon__size-1-fixed {
    height: 16px;
    width: 16px;
  }
}
@media (min-width: 992px) {
  .vfuk-Icon__size-1-fixed {
    height: 16px;
    width: 16px;
  }
}

.vfuk-Icon__size-2-fixed {
  height: 24px;
  width: 24px;
}
@media (min-width: 768px) {
  .vfuk-Icon__size-2-fixed {
    height: 24px;
    width: 24px;
  }
}
@media (min-width: 992px) {
  .vfuk-Icon__size-2-fixed {
    height: 24px;
    width: 24px;
  }
}

.vfuk-Icon__size-3-fixed {
  height: 32px;
  width: 32px;
}
@media (min-width: 768px) {
  .vfuk-Icon__size-3-fixed {
    height: 32px;
    width: 32px;
  }
}
@media (min-width: 992px) {
  .vfuk-Icon__size-3-fixed {
    height: 32px;
    width: 32px;
  }
}

.vfuk-Icon__size-4-fixed {
  height: 40px;
  width: 40px;
}
@media (min-width: 768px) {
  .vfuk-Icon__size-4-fixed {
    height: 40px;
    width: 40px;
  }
}
@media (min-width: 992px) {
  .vfuk-Icon__size-4-fixed {
    height: 40px;
    width: 40px;
  }
}

.vfuk-Icon__size-5-fixed {
  height: 48px;
  width: 48px;
}
@media (min-width: 768px) {
  .vfuk-Icon__size-5-fixed {
    height: 48px;
    width: 48px;
  }
}
@media (min-width: 992px) {
  .vfuk-Icon__size-5-fixed {
    height: 48px;
    width: 48px;
  }
}

.vfuk-Icon__size-6-fixed {
  height: 64px;
  width: 64px;
}
@media (min-width: 768px) {
  .vfuk-Icon__size-6-fixed {
    height: 64px;
    width: 64px;
  }
}
@media (min-width: 992px) {
  .vfuk-Icon__size-6-fixed {
    height: 64px;
    width: 64px;
  }
}

.vfuk-Icon__size-7-fixed {
  height: 80px;
  width: 80px;
}
@media (min-width: 768px) {
  .vfuk-Icon__size-7-fixed {
    height: 80px;
    width: 80px;
  }
}
@media (min-width: 992px) {
  .vfuk-Icon__size-7-fixed {
    height: 80px;
    width: 80px;
  }
}

.vfuk-Icon__size-8-fixed {
  height: 96px;
  width: 96px;
}
@media (min-width: 768px) {
  .vfuk-Icon__size-8-fixed {
    height: 96px;
    width: 96px;
  }
}
@media (min-width: 992px) {
  .vfuk-Icon__size-8-fixed {
    height: 96px;
    width: 96px;
  }
}

.vfuk-Icon__xs {
  height: 12px;
  width: 12px;
}
@media (min-width: 768px) {
  .vfuk-Icon__xs {
    height: 14px;
    width: 14px;
  }
}
@media (min-width: 992px) {
  .vfuk-Icon__xs {
    height: 16px;
    width: 16px;
  }
}

.vfuk-Icon__sm {
  height: 20px;
  width: 20px;
}
@media (min-width: 768px) {
  .vfuk-Icon__sm {
    height: 24px;
    width: 24px;
  }
}
@media (min-width: 992px) {
  .vfuk-Icon__sm {
    height: 28px;
    width: 28px;
  }
}

.vfuk-Icon__md {
  height: 28px;
  width: 28px;
}
@media (min-width: 768px) {
  .vfuk-Icon__md {
    height: 32px;
    width: 32px;
  }
}
@media (min-width: 992px) {
  .vfuk-Icon__md {
    height: 36px;
    width: 36px;
  }
}

.vfuk-Icon__lg {
  height: 40px;
  width: 40px;
}
@media (min-width: 768px) {
  .vfuk-Icon__lg {
    height: 48px;
    width: 48px;
  }
}
@media (min-width: 992px) {
  .vfuk-Icon__lg {
    height: 56px;
    width: 56px;
  }
}@-webkit-keyframes vfuk-Button__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-Button__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-Button__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-Button__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-Button__button {
  display: inline-block;
  border: 2px solid transparent;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  cursor: pointer;
  width: 100%;
  min-width: 192px;
  min-height: 48px;
  -webkit-transition: all ease 0.1s;
  transition: all ease 0.1s;
  font-size: 18px;
}
.vfuk-Button__button:hover {
  cursor: pointer;
}
@media (min-width: 768px) {
  .vfuk-Button__button {
    width: auto;
  }
}

.vfuk-Button__spinner-wrapper {
  display: inline-block;
  width: 48px;
}
.vfuk-Button__spinner-wrapper-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.vfuk-Button__spinner-wrapper-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.vfuk-Button__content {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  padding: 10px 24px;
  min-height: 44px;
  line-height: 24px;
  display: inline-block;
}

.vfuk-Button__content-loading {
  padding-left: 0;
}

.vfuk-Button__has-icon-left {
  padding-left: 0;
}
.vfuk-Button__has-icon-right {
  padding-right: 0;
}

.vfuk-Button__icon {
  display: inline-block;
  width: 48px;
}

.vfuk-Button__auto {
  width: auto;
}

.vfuk-Button__half {
  width: 50%;
}

.vfuk-Button__full {
  width: 100%;
}

.vfuk-Button__stubby {
  min-width: 80px;
}

.vfuk-Button__primary {
  background-color: #e60000;
}
.vfuk-Button__primary:hover, .vfuk-Button__primary:focus {
  background-color: #ff2f2f;
}
.vfuk-Button__primary:focus {
  outline: 3px solid #007c92;
}
.vfuk-Button__primary-inverse {
  background-color: #e60000;
}
.vfuk-Button__primary-inverse:hover, .vfuk-Button__primary-inverse:focus {
  background-color: #ff2f2f;
}
.vfuk-Button__primary-inverse:focus {
  outline: 3px solid #007c92;
}

.vfuk-Button__secondary {
  background-color: #000000;
}
.vfuk-Button__secondary:hover, .vfuk-Button__secondary:focus {
  background-color: #666666;
}
.vfuk-Button__secondary:focus {
  outline: 3px solid #007c92;
}
.vfuk-Button__secondary-inverse {
  background-color: #ffffff;
  color: #000000;
}
.vfuk-Button__secondary-inverse:hover, .vfuk-Button__secondary-inverse:focus {
  background-color: #ebebeb;
}
.vfuk-Button__secondary-inverse:focus {
  outline: 3px solid #00b0ca;
}

.vfuk-Button__tertiary {
  background-color: transparent;
  border: 2px solid #000000;
  color: #000000;
}
.vfuk-Button__tertiary:hover, .vfuk-Button__tertiary:focus {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.vfuk-Button__tertiary:focus {
  outline: 3px solid #007c92;
}
.vfuk-Button__tertiary-inverse {
  border-color: #ffffff;
  color: #ffffff;
}
.vfuk-Button__tertiary-inverse:hover {
  border-color: #ffffff;
  color: #000000;
  background-color: #ffffff;
}
.vfuk-Button__tertiary-inverse:focus {
  color: #333333;
  border-color: #ffffff;
  background-color: #f4f4f4;
  outline-color: #007c92;
}

.vfuk-Button__quaternary {
  background-color: transparent;
  border: 2px solid #e60000;
  color: #e60000;
}
.vfuk-Button__quaternary:hover, .vfuk-Button__quaternary:focus {
  background-color: #e60000;
  border-color: #e60000;
  color: #ffffff;
}
.vfuk-Button__quaternary:focus {
  outline: 3px solid #007c92;
}
.vfuk-Button__quaternary-inverse {
  border-color: #ffffff;
  color: #ffffff;
}
.vfuk-Button__quaternary-inverse:hover {
  border-color: #ffffff;
  color: #000000;
  background-color: #ffffff;
}
.vfuk-Button__quaternary-inverse:focus {
  color: #333333;
  border-color: #ffffff;
  background-color: #f4f4f4;
  outline-color: #007c92;
}

.vfuk-Button__upgrades {
  background-color: #007c92;
  color: #ffffff;
}
.vfuk-Button__upgrades:hover, .vfuk-Button__upgrades:focus {
  background-color: #00b0ca;
  color: #ffffff;
}
.vfuk-Button__upgrades:focus {
  outline: 3px solid #007c92;
}
.vfuk-Button__upgrades-inverse {
  background-color: #ffffff;
  color: #000000;
}
.vfuk-Button__upgrades-inverse:hover, .vfuk-Button__upgrades-inverse:focus {
  border-color: #ebebeb;
  background-color: #ebebeb;
  color: #000000;
}
.vfuk-Button__upgrades-inverse:focus {
  outline: 3px solid #00b0ca;
}

.vfuk-Button__link {
  background-color: unset;
  color: inherit;
  margin: 8px;
  min-width: initial;
}
.vfuk-Button__link .vfuk-Button__content {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  padding: 0;
  min-height: 100%;
  line-height: 24px;
  display: inline-block;
  text-decoration: underline;
}

.vfuk-Button__disabled, .vfuk-Button__disabled:hover, .vfuk-Button__disabled:focus {
  background-color: #cccccc;
  border-color: #cccccc;
  cursor: default;
  color: #666666;
}
.vfuk-Button__disabled:hover {
  cursor: pointer;
  cursor: not-allowed;
}
.vfuk-Button__disabled-inverse, .vfuk-Button__disabled-inverse:hover, .vfuk-Button__disabled-inverse:focus {
  background-color: #666666;
  border-color: #666666;
  cursor: default;
  color: #333333;
}

[aria-disabled].vfuk-Button__disabled-inverse, [aria-disabled].vfuk-Button__disabled-inverse:hover, [aria-disabled].vfuk-Button__disabled-inverse:focus {
  background-color: #666666;
  border-color: #666666;
  cursor: default;
  color: #ffffff;
}
[aria-disabled].vfuk-Button__disabled:hover {
  cursor: pointer;
  cursor: not-allowed;
}

.vfuk-Button__sr-only {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.vfuk-Button__selected,
.vfuk-Button__success {
  background-color: #428600;
}
.vfuk-Button__selected:hover, .vfuk-Button__selected:focus,
.vfuk-Button__success:hover,
.vfuk-Button__success:focus {
  cursor: pointer;
  background-color: #50a101;
}
.vfuk-Button__selected.vfuk-Button__disabled, .vfuk-Button__selected.vfuk-Button__disabled:focus, .vfuk-Button__selected.vfuk-Button__disabled:hover,
.vfuk-Button__success.vfuk-Button__disabled,
.vfuk-Button__success.vfuk-Button__disabled:focus,
.vfuk-Button__success.vfuk-Button__disabled:hover {
  color: #ffffff;
  border-color: transparent;
}@-webkit-keyframes vfuk-Modal__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-Modal__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-Modal__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-Modal__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-Modal__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.5);
  overflow-y: auto;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.vfuk-Modal__wrapper.vfuk-Modal__closed {
  opacity: 0;
}

.vfuk-Modal__background {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.vfuk-Modal__background.vfuk-Modal__full-height {
  height: 100%;
}

.vfuk-Modal__content {
  margin: 16px;
  width: calc(100vw - 32px);
  max-width: 992px;
  max-height: calc(100vh - 32px);
  overflow: auto;
  position: relative;
  z-index: 3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
@media (min-width: 768px) {
  .vfuk-Modal__content {
    min-height: initial;
    width: auto;
    min-width: 751px;
  }
}
@media (min-width: 992px) {
  .vfuk-Modal__content {
    margin-left: auto;
    margin-right: auto;
    max-width: 992px;
  }
}
.vfuk-Modal__content .vfuk-Modal__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 0;
  position: -webkit-sticky;
  position: sticky;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px 16px;
  margin-top: 32px;
  margin-left: 0;
  margin-right: 0;
}
.vfuk-Modal__content.vfuk-Modal__padding {
  padding: 32px;
}
.vfuk-Modal__content.vfuk-Modal__padding .vfuk-Modal__footer {
  margin-left: -32px;
  margin-right: -32px;
}
.vfuk-Modal__content.vfuk-Modal__padding.vfuk-Modal__hasCTA {
  padding-bottom: 0;
}
.vfuk-Modal__content.vfuk-Modal__closed {
  -webkit-transform: scale(0.7, 0.7);
          transform: scale(0.7, 0.7);
}

.vfuk-Modal__content.vfuk-Modal__fullScreen {
  margin: 16px;
  width: calc(100vw - 32px);
  max-width: 992px;
  max-height: calc(100vh - 32px);
  overflow: auto;
  position: relative;
  z-index: 3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  max-width: unset;
  max-height: unset;
  width: 100vw;
  height: 100vh;
  margin: 0;
  background: #ebebeb;
}
@media (min-width: 768px) {
  .vfuk-Modal__content.vfuk-Modal__fullScreen {
    margin: 16px;
    width: calc(100vw - 32px);
    max-width: 992px;
    max-height: calc(100vh - 32px);
    overflow: auto;
    position: relative;
    z-index: 3;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    min-width: 65vw;
    min-height: 97vh;
    height: calc(100vh - 32px);
    width: calc(100vw - 32px);
  }
}
@media (min-width: 992px) {
  .vfuk-Modal__content.vfuk-Modal__fullScreen {
    margin-left: auto;
    margin-right: auto;
    max-width: 992px;
  }
}
.vfuk-Modal__content.vfuk-Modal__fullScreen.vfuk-Modal__padding {
  padding: 32px;
}
.vfuk-Modal__content.vfuk-Modal__fullScreen.vfuk-Modal__closed {
  -webkit-transform: scale(0.7, 0.7);
          transform: scale(0.7, 0.7);
}

.vfuk-Modal__aligner {
  max-height: 100%;
}

.vfuk-Modal__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 8px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.vfuk-Modal__header .vfuk-Modal__text {
  display: inline-block;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
.vfuk-Modal__header .vfuk-Modal__close {
  position: absolute;
  top: 8px;
  right: 8px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
}

.vfuk-Modal__body {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}@-webkit-keyframes vfuk-GlobalStylesProvider__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-GlobalStylesProvider__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-GlobalStylesProvider__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-GlobalStylesProvider__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@-ms-viewport {
  width: device-width;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}
body {
  margin: 0;
  font-family: "Vodafone", "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3333;
  color: #333333;
  text-align: left;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1 {
  font-weight: 200;
  font-size: 32px;
  letter-spacing: 0;
  line-height: 1.25;
  margin: 0 0 16px 0;
}
@media (min-width: 768px) {
  h1 {
    font-size: 56px;
    letter-spacing: 0;
    line-height: 1.143;
    margin: 0 0 24px 0;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 64px;
    letter-spacing: -0.5px;
    line-height: 1.125;
    margin: 0 0 24px 0;
  }
}
@media (min-width: 1441px) {
  h1 {
    font-size: 64px;
    letter-spacing: -0.5px;
    line-height: 1.125;
    margin: 0 0 24px 0;
  }
}
h2 {
  font-weight: 200;
  font-size: 28px;
  letter-spacing: 0;
  line-height: 1.25;
  margin: 0 0 16px 0;
}
@media (min-width: 768px) {
  h2 {
    font-size: 40px;
    letter-spacing: 0;
    line-height: 1.2;
    margin: 0 0 16px 0;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 56px;
    letter-spacing: 0;
    line-height: 1.143;
    margin: 0 0 16px 0;
  }
}
@media (min-width: 1441px) {
  h2 {
    font-size: 64px;
    letter-spacing: 0;
    line-height: 1.143;
    margin: 0 0 16px 0;
  }
}
h3 {
  font-weight: 200;
  font-size: 25px;
  letter-spacing: 0;
  line-height: 1.28;
  margin: 0 0 16px 0;
}
@media (min-width: 768px) {
  h3 {
    font-size: 32px;
    letter-spacing: 0;
    line-height: 1.25;
    margin: 0 0 16px 0;
  }
}
@media (min-width: 992px) {
  h3 {
    font-size: 40px;
    letter-spacing: 0;
    line-height: 1.2;
    margin: 0 0 16px 0;
  }
}
@media (min-width: 1441px) {
  h3 {
    font-size: 40px;
    letter-spacing: 0;
    line-height: 1.2;
    margin: 0 0 16px 0;
  }
}
h4 {
  font-weight: 200;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0 0 16px 0;
}
@media (min-width: 768px) {
  h4 {
    font-size: 25px;
    letter-spacing: 0;
    line-height: 1.28;
    margin: 0 0 16px 0;
  }
}
@media (min-width: 992px) {
  h4 {
    font-size: 28px;
    letter-spacing: 0;
    line-height: 1.28;
    margin: 0 0 16px 0;
  }
}
@media (min-width: 1441px) {
  h4 {
    font-size: 28px;
    letter-spacing: 0;
    line-height: 1.28;
    margin: 0 0 16px 0;
  }
}
h5 {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0 0 16px 0;
}
@media (min-width: 768px) {
  h5 {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 1.2;
    margin: 0 0 16px 0;
  }
}
@media (min-width: 992px) {
  h5 {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 1.2;
    margin: 0 0 16px 0;
  }
}
@media (min-width: 1441px) {
  h5 {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 1.2;
    margin: 0 0 16px 0;
  }
}
h6 {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0 0 16px 0;
}
@media (min-width: 768px) {
  h6 {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 1.2;
    margin: 0 0 16px 0;
  }
}
@media (min-width: 992px) {
  h6 {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 1.2;
    margin: 0 0 16px 0;
  }
}
@media (min-width: 1441px) {
  h6 {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 1.2;
    margin: 0 0 16px 0;
  }
}
p {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.5;
  margin: 0 0 16px 0;
}
p:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  p {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1.333;
    margin: 0 0 16px 0;
  }
}
@media (min-width: 992px) {
  p {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1.333;
    margin: 0 0 16px 0;
  }
}
@media (min-width: 1441px) {
  p {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1.333;
    margin: 0 0 16px 0;
  }
}
p.vfuk-GlobalStylesProvider__footnote {
  font-size: 14px;
  line-height: 1.143;
}
@media (min-width: 768px) {
  p.vfuk-GlobalStylesProvider__footnote {
    font-size: 14px;
    line-height: 1.143;
  }
}
@media (min-width: 992px) {
  p.vfuk-GlobalStylesProvider__footnote {
    font-size: 14px;
    line-height: 1.143;
  }
}
@media (min-width: 1441px) {
  p.vfuk-GlobalStylesProvider__footnote {
    font-size: 14px;
    line-height: 1.143;
  }
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 500;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: inherit;
  text-decoration: underline;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
a:not([href]):not([tabindex]) {
  text-decoration: none;
}
a:not([href]):not([tabindex]) :hover,
a:not([href]):not([tabindex]) :focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
pre,
code,
kbd,
samp {
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
table {
  width: 100%;
  border-collapse: collapse;
}
caption {
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  color: #333333;
  text-align: left;
  caption-side: bottom;
}
th,
td {
  text-align: left;
  vertical-align: top;
}
label {
  display: inline-block;
}
button {
  cursor: pointer;
  padding: 0;
  background-color: transparent;
  border: 0;
  border-radius: 0;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
input[type=radio],
input[type=checkbox] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
.bg-brand { /* stylelint-disable-line */
  background-color: #e60000;
  color: #ffffff;
}
.bg-light1 { /* stylelint-disable-line */
  background-color: #ffffff;
  color: #333333;
}
.bg-light2 { /* stylelint-disable-line */
  background-color: #f4f4f4;
  color: #333333;
}
.bg-light3 { /* stylelint-disable-line */
  background-color: #ebebeb;
  color: #333333;
}
.bg-mid1 { /* stylelint-disable-line */
  background-color: #cccccc;
  color: #333333;
}
.bg-mid2 { /* stylelint-disable-line */
  background-color: #afafaf;
  color: #333333;
}
.bg-mid3 { /* stylelint-disable-line */
  background-color: #999999;
  color: #ffffff;
}
.bg-mid4 { /* stylelint-disable-line */
  background-color: #666666;
  color: #ffffff;
}
.bg-dark1 { /* stylelint-disable-line */
  background-color: #333333;
  color: #ffffff;
}
.bg-dark2 { /* stylelint-disable-line */
  background-color: #000000;
  color: #ffffff;
}
.bg-info { /* stylelint-disable-line */
  background-color: #005ea5;
  color: #ffffff;
}
.bg-selected { /* stylelint-disable-line */
  background-color: #428600;
  color: #ffffff;
}
.bg-success { /* stylelint-disable-line */
  background-color: #428600;
  color: #ffffff;
}
.bg-warn { /* stylelint-disable-line */
  background-color: #eb9700;
  color: #333333;
}
.bg-error { /* stylelint-disable-line */
  background-color: #bd0000;
  color: #ffffff;
}
.bg-discount { /* stylelint-disable-line */
  background-color: #00b0ca;
  color: #333333;
}
.bg-promotion1 { /* stylelint-disable-line */
  background-color: #9c2aa0;
  color: #ffffff;
}
.bg-promotion2 { /* stylelint-disable-line */
  background-color: #5e2750;
  color: #ffffff;
}
.bg-marketingGreen { /* stylelint-disable-line */
  background-color: #a8b400;
  color: #333333;
}
.bg-marketingYellow { /* stylelint-disable-line */
  background-color: #fecb00;
  color: #333333;
}
.bg-marketingOrange { /* stylelint-disable-line */
  background-color: #eb9700;
  color: #333333;
}
.bg-marketingAubergine { /* stylelint-disable-line */
  background-color: #5e2750;
  color: #ffffff;
}
.bg-marketingViolet { /* stylelint-disable-line */
  background-color: #9c2aa0;
  color: #ffffff;
}
.bg-marketingBlue { /* stylelint-disable-line */
  background-color: #00b0ca;
  color: #333333;
}
.bg-marketingTurquoise { /* stylelint-disable-line */
  background-color: #007c92;
  color: #ffffff;
}
.bg-transparent { /* stylelint-disable-line */
  background-color: transparent;
}
/* stylelint-disable */
/* stylelint-enable */
.text-light1 { /* stylelint-disable-line */
  color: #ffffff;
}
.text-light2 { /* stylelint-disable-line */
  color: #f4f4f4;
}
.text-light3 { /* stylelint-disable-line */
  color: #ebebeb;
}
.text-mid1 { /* stylelint-disable-line */
  color: #cccccc;
}
.text-mid2 { /* stylelint-disable-line */
  color: #afafaf;
}
.text-mid3 { /* stylelint-disable-line */
  color: #999999;
}
.text-mid4 { /* stylelint-disable-line */
  color: #666666;
}
.text-dark1 { /* stylelint-disable-line */
  color: #333333;
}
.text-dark2 { /* stylelint-disable-line */
  color: #000000;
}
.text-brand { /* stylelint-disable-line */
  color: #e60000;
}
.text-info { /* stylelint-disable-line */
  color: #005ea5;
}
.text-warn { /* stylelint-disable-line */
  color: #eb9700;
}
.text-error { /* stylelint-disable-line */
  color: #bd0000;
}
.text-success { /* stylelint-disable-line */
  color: #428600;
}
.text-selected { /* stylelint-disable-line */
  color: #428600;
}
.text-discount { /* stylelint-disable-line */
  color: #00b0ca;
}
.text-promotion1 { /* stylelint-disable-line */
  color: #9c2aa0;
}
.text-promotion2 { /* stylelint-disable-line */
  color: #5e2750;
}
.text-marketingYellow { /* stylelint-disable-line */
  color: #fecb00;
}
.text-marketingGreen { /* stylelint-disable-line */
  color: #7ed321;
}
.text-marketingOrange { /* stylelint-disable-line */
  color: #eb9700;
}
.text-marketingTurquoise { /* stylelint-disable-line */
  color: #007c92;
}
.text-marketingBlue { /* stylelint-disable-line */
  color: #00b0ca;
}
.text-marketingViolet { /* stylelint-disable-line */
  color: #9c2aa0;
}
.text-marketingAubergine { /* stylelint-disable-line */
  color: #5e2750;
}
@font-face {
  font-family: "Vodafone";
  src: url("https://cdn.vodafone.co.uk/assets/fonts/vodafone-light.woff") format("woff");
  font-style: normal;
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: "Vodafone";
  src: url("https://cdn.vodafone.co.uk/assets/fonts/vodafone-regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Vodafone";
  src: url("https://cdn.vodafone.co.uk/assets/fonts/vodafone-regular.woff") format("woff");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Vodafone";
  src: url("https://cdn.vodafone.co.uk/assets/fonts/vodafone-bold.woff") format("woff");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
::-webkit-input-placeholder {
  color: #666666;
  font-weight: 400;
}
::-moz-placeholder {
  color: #666666;
  font-weight: 400;
}
:-ms-input-placeholder {
  color: #666666;
  font-weight: 400;
}
:-moz-placeholder {
  color: #666666;
  font-weight: 400;
}
/* stylelint-disable */
.margin-0 {
  margin: 0;
}
@media (min-width: 768px) {
  .margin-0 {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .margin-0 {
    margin: 0;
  }
}
@media (min-width: 1441px) {
  .margin-0 {
    margin: 0;
  }
}
.margin-horizontal-0 {
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .margin-horizontal-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .margin-horizontal-0 {
    margin-left: 0;
  }
}
@media (min-width: 1441px) {
  .margin-horizontal-0 {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .margin-horizontal-0 {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .margin-horizontal-0 {
    margin-right: 0;
  }
}
@media (min-width: 1441px) {
  .margin-horizontal-0 {
    margin-right: 0;
  }
}
.margin-vertical-0 {
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .margin-vertical-0 {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .margin-vertical-0 {
    margin-top: 0;
  }
}
@media (min-width: 1441px) {
  .margin-vertical-0 {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .margin-vertical-0 {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .margin-vertical-0 {
    margin-bottom: 0;
  }
}
@media (min-width: 1441px) {
  .margin-vertical-0 {
    margin-bottom: 0;
  }
}
.margin-top-0 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .margin-top-0 {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .margin-top-0 {
    margin-top: 0;
  }
}
@media (min-width: 1441px) {
  .margin-top-0 {
    margin-top: 0;
  }
}
.margin-right-0 {
  margin-right: 0;
}
@media (min-width: 768px) {
  .margin-right-0 {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .margin-right-0 {
    margin-right: 0;
  }
}
@media (min-width: 1441px) {
  .margin-right-0 {
    margin-right: 0;
  }
}
.margin-bottom-0 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .margin-bottom-0 {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .margin-bottom-0 {
    margin-bottom: 0;
  }
}
@media (min-width: 1441px) {
  .margin-bottom-0 {
    margin-bottom: 0;
  }
}
.margin-left-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .margin-left-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .margin-left-0 {
    margin-left: 0;
  }
}
@media (min-width: 1441px) {
  .margin-left-0 {
    margin-left: 0;
  }
}
.margin-1 {
  margin: 8px;
}
@media (min-width: 768px) {
  .margin-1 {
    margin: 8px;
  }
}
@media (min-width: 992px) {
  .margin-1 {
    margin: 8px;
  }
}
@media (min-width: 1441px) {
  .margin-1 {
    margin: 8px;
  }
}
.margin-horizontal-1 {
  margin-left: 8px;
  margin-right: 8px;
}
@media (min-width: 768px) {
  .margin-horizontal-1 {
    margin-left: 8px;
  }
}
@media (min-width: 992px) {
  .margin-horizontal-1 {
    margin-left: 8px;
  }
}
@media (min-width: 1441px) {
  .margin-horizontal-1 {
    margin-left: 8px;
  }
}
@media (min-width: 768px) {
  .margin-horizontal-1 {
    margin-right: 8px;
  }
}
@media (min-width: 992px) {
  .margin-horizontal-1 {
    margin-right: 8px;
  }
}
@media (min-width: 1441px) {
  .margin-horizontal-1 {
    margin-right: 8px;
  }
}
.margin-vertical-1 {
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .margin-vertical-1 {
    margin-top: 8px;
  }
}
@media (min-width: 992px) {
  .margin-vertical-1 {
    margin-top: 8px;
  }
}
@media (min-width: 1441px) {
  .margin-vertical-1 {
    margin-top: 8px;
  }
}
@media (min-width: 768px) {
  .margin-vertical-1 {
    margin-bottom: 8px;
  }
}
@media (min-width: 992px) {
  .margin-vertical-1 {
    margin-bottom: 8px;
  }
}
@media (min-width: 1441px) {
  .margin-vertical-1 {
    margin-bottom: 8px;
  }
}
.margin-top-1 {
  margin-top: 8px;
}
@media (min-width: 768px) {
  .margin-top-1 {
    margin-top: 8px;
  }
}
@media (min-width: 992px) {
  .margin-top-1 {
    margin-top: 8px;
  }
}
@media (min-width: 1441px) {
  .margin-top-1 {
    margin-top: 8px;
  }
}
.margin-right-1 {
  margin-right: 8px;
}
@media (min-width: 768px) {
  .margin-right-1 {
    margin-right: 8px;
  }
}
@media (min-width: 992px) {
  .margin-right-1 {
    margin-right: 8px;
  }
}
@media (min-width: 1441px) {
  .margin-right-1 {
    margin-right: 8px;
  }
}
.margin-bottom-1 {
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .margin-bottom-1 {
    margin-bottom: 8px;
  }
}
@media (min-width: 992px) {
  .margin-bottom-1 {
    margin-bottom: 8px;
  }
}
@media (min-width: 1441px) {
  .margin-bottom-1 {
    margin-bottom: 8px;
  }
}
.margin-left-1 {
  margin-left: 8px;
}
@media (min-width: 768px) {
  .margin-left-1 {
    margin-left: 8px;
  }
}
@media (min-width: 992px) {
  .margin-left-1 {
    margin-left: 8px;
  }
}
@media (min-width: 1441px) {
  .margin-left-1 {
    margin-left: 8px;
  }
}
.margin-2 {
  margin: 16px;
}
@media (min-width: 768px) {
  .margin-2 {
    margin: 16px;
  }
}
@media (min-width: 992px) {
  .margin-2 {
    margin: 16px;
  }
}
@media (min-width: 1441px) {
  .margin-2 {
    margin: 16px;
  }
}
.margin-horizontal-2 {
  margin-left: 16px;
  margin-right: 16px;
}
@media (min-width: 768px) {
  .margin-horizontal-2 {
    margin-left: 16px;
  }
}
@media (min-width: 992px) {
  .margin-horizontal-2 {
    margin-left: 16px;
  }
}
@media (min-width: 1441px) {
  .margin-horizontal-2 {
    margin-left: 16px;
  }
}
@media (min-width: 768px) {
  .margin-horizontal-2 {
    margin-right: 16px;
  }
}
@media (min-width: 992px) {
  .margin-horizontal-2 {
    margin-right: 16px;
  }
}
@media (min-width: 1441px) {
  .margin-horizontal-2 {
    margin-right: 16px;
  }
}
.margin-vertical-2 {
  margin-top: 16px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .margin-vertical-2 {
    margin-top: 16px;
  }
}
@media (min-width: 992px) {
  .margin-vertical-2 {
    margin-top: 16px;
  }
}
@media (min-width: 1441px) {
  .margin-vertical-2 {
    margin-top: 16px;
  }
}
@media (min-width: 768px) {
  .margin-vertical-2 {
    margin-bottom: 16px;
  }
}
@media (min-width: 992px) {
  .margin-vertical-2 {
    margin-bottom: 16px;
  }
}
@media (min-width: 1441px) {
  .margin-vertical-2 {
    margin-bottom: 16px;
  }
}
.margin-top-2 {
  margin-top: 16px;
}
@media (min-width: 768px) {
  .margin-top-2 {
    margin-top: 16px;
  }
}
@media (min-width: 992px) {
  .margin-top-2 {
    margin-top: 16px;
  }
}
@media (min-width: 1441px) {
  .margin-top-2 {
    margin-top: 16px;
  }
}
.margin-right-2 {
  margin-right: 16px;
}
@media (min-width: 768px) {
  .margin-right-2 {
    margin-right: 16px;
  }
}
@media (min-width: 992px) {
  .margin-right-2 {
    margin-right: 16px;
  }
}
@media (min-width: 1441px) {
  .margin-right-2 {
    margin-right: 16px;
  }
}
.margin-bottom-2 {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .margin-bottom-2 {
    margin-bottom: 16px;
  }
}
@media (min-width: 992px) {
  .margin-bottom-2 {
    margin-bottom: 16px;
  }
}
@media (min-width: 1441px) {
  .margin-bottom-2 {
    margin-bottom: 16px;
  }
}
.margin-left-2 {
  margin-left: 16px;
}
@media (min-width: 768px) {
  .margin-left-2 {
    margin-left: 16px;
  }
}
@media (min-width: 992px) {
  .margin-left-2 {
    margin-left: 16px;
  }
}
@media (min-width: 1441px) {
  .margin-left-2 {
    margin-left: 16px;
  }
}
.margin-3 {
  margin: 16px;
}
@media (min-width: 768px) {
  .margin-3 {
    margin: 24px;
  }
}
@media (min-width: 992px) {
  .margin-3 {
    margin: 24px;
  }
}
@media (min-width: 1441px) {
  .margin-3 {
    margin: 24px;
  }
}
.margin-horizontal-3 {
  margin-left: 16px;
  margin-right: 16px;
}
@media (min-width: 768px) {
  .margin-horizontal-3 {
    margin-left: 24px;
  }
}
@media (min-width: 992px) {
  .margin-horizontal-3 {
    margin-left: 24px;
  }
}
@media (min-width: 1441px) {
  .margin-horizontal-3 {
    margin-left: 24px;
  }
}
@media (min-width: 768px) {
  .margin-horizontal-3 {
    margin-right: 24px;
  }
}
@media (min-width: 992px) {
  .margin-horizontal-3 {
    margin-right: 24px;
  }
}
@media (min-width: 1441px) {
  .margin-horizontal-3 {
    margin-right: 24px;
  }
}
.margin-vertical-3 {
  margin-top: 16px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .margin-vertical-3 {
    margin-top: 24px;
  }
}
@media (min-width: 992px) {
  .margin-vertical-3 {
    margin-top: 24px;
  }
}
@media (min-width: 1441px) {
  .margin-vertical-3 {
    margin-top: 24px;
  }
}
@media (min-width: 768px) {
  .margin-vertical-3 {
    margin-bottom: 24px;
  }
}
@media (min-width: 992px) {
  .margin-vertical-3 {
    margin-bottom: 24px;
  }
}
@media (min-width: 1441px) {
  .margin-vertical-3 {
    margin-bottom: 24px;
  }
}
.margin-top-3 {
  margin-top: 16px;
}
@media (min-width: 768px) {
  .margin-top-3 {
    margin-top: 24px;
  }
}
@media (min-width: 992px) {
  .margin-top-3 {
    margin-top: 24px;
  }
}
@media (min-width: 1441px) {
  .margin-top-3 {
    margin-top: 24px;
  }
}
.margin-right-3 {
  margin-right: 16px;
}
@media (min-width: 768px) {
  .margin-right-3 {
    margin-right: 24px;
  }
}
@media (min-width: 992px) {
  .margin-right-3 {
    margin-right: 24px;
  }
}
@media (min-width: 1441px) {
  .margin-right-3 {
    margin-right: 24px;
  }
}
.margin-bottom-3 {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .margin-bottom-3 {
    margin-bottom: 24px;
  }
}
@media (min-width: 992px) {
  .margin-bottom-3 {
    margin-bottom: 24px;
  }
}
@media (min-width: 1441px) {
  .margin-bottom-3 {
    margin-bottom: 24px;
  }
}
.margin-left-3 {
  margin-left: 16px;
}
@media (min-width: 768px) {
  .margin-left-3 {
    margin-left: 24px;
  }
}
@media (min-width: 992px) {
  .margin-left-3 {
    margin-left: 24px;
  }
}
@media (min-width: 1441px) {
  .margin-left-3 {
    margin-left: 24px;
  }
}
.margin-4 {
  margin: 24px;
}
@media (min-width: 768px) {
  .margin-4 {
    margin: 32px;
  }
}
@media (min-width: 992px) {
  .margin-4 {
    margin: 32px;
  }
}
@media (min-width: 1441px) {
  .margin-4 {
    margin: 32px;
  }
}
.margin-horizontal-4 {
  margin-left: 24px;
  margin-right: 24px;
}
@media (min-width: 768px) {
  .margin-horizontal-4 {
    margin-left: 32px;
  }
}
@media (min-width: 992px) {
  .margin-horizontal-4 {
    margin-left: 32px;
  }
}
@media (min-width: 1441px) {
  .margin-horizontal-4 {
    margin-left: 32px;
  }
}
@media (min-width: 768px) {
  .margin-horizontal-4 {
    margin-right: 32px;
  }
}
@media (min-width: 992px) {
  .margin-horizontal-4 {
    margin-right: 32px;
  }
}
@media (min-width: 1441px) {
  .margin-horizontal-4 {
    margin-right: 32px;
  }
}
.margin-vertical-4 {
  margin-top: 24px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .margin-vertical-4 {
    margin-top: 32px;
  }
}
@media (min-width: 992px) {
  .margin-vertical-4 {
    margin-top: 32px;
  }
}
@media (min-width: 1441px) {
  .margin-vertical-4 {
    margin-top: 32px;
  }
}
@media (min-width: 768px) {
  .margin-vertical-4 {
    margin-bottom: 32px;
  }
}
@media (min-width: 992px) {
  .margin-vertical-4 {
    margin-bottom: 32px;
  }
}
@media (min-width: 1441px) {
  .margin-vertical-4 {
    margin-bottom: 32px;
  }
}
.margin-top-4 {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .margin-top-4 {
    margin-top: 32px;
  }
}
@media (min-width: 992px) {
  .margin-top-4 {
    margin-top: 32px;
  }
}
@media (min-width: 1441px) {
  .margin-top-4 {
    margin-top: 32px;
  }
}
.margin-right-4 {
  margin-right: 24px;
}
@media (min-width: 768px) {
  .margin-right-4 {
    margin-right: 32px;
  }
}
@media (min-width: 992px) {
  .margin-right-4 {
    margin-right: 32px;
  }
}
@media (min-width: 1441px) {
  .margin-right-4 {
    margin-right: 32px;
  }
}
.margin-bottom-4 {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .margin-bottom-4 {
    margin-bottom: 32px;
  }
}
@media (min-width: 992px) {
  .margin-bottom-4 {
    margin-bottom: 32px;
  }
}
@media (min-width: 1441px) {
  .margin-bottom-4 {
    margin-bottom: 32px;
  }
}
.margin-left-4 {
  margin-left: 24px;
}
@media (min-width: 768px) {
  .margin-left-4 {
    margin-left: 32px;
  }
}
@media (min-width: 992px) {
  .margin-left-4 {
    margin-left: 32px;
  }
}
@media (min-width: 1441px) {
  .margin-left-4 {
    margin-left: 32px;
  }
}
.margin-5 {
  margin: 24px;
}
@media (min-width: 768px) {
  .margin-5 {
    margin: 32px;
  }
}
@media (min-width: 992px) {
  .margin-5 {
    margin: 40px;
  }
}
@media (min-width: 1441px) {
  .margin-5 {
    margin: 40px;
  }
}
.margin-horizontal-5 {
  margin-left: 24px;
  margin-right: 24px;
}
@media (min-width: 768px) {
  .margin-horizontal-5 {
    margin-left: 32px;
  }
}
@media (min-width: 992px) {
  .margin-horizontal-5 {
    margin-left: 40px;
  }
}
@media (min-width: 1441px) {
  .margin-horizontal-5 {
    margin-left: 40px;
  }
}
@media (min-width: 768px) {
  .margin-horizontal-5 {
    margin-right: 32px;
  }
}
@media (min-width: 992px) {
  .margin-horizontal-5 {
    margin-right: 40px;
  }
}
@media (min-width: 1441px) {
  .margin-horizontal-5 {
    margin-right: 40px;
  }
}
.margin-vertical-5 {
  margin-top: 24px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .margin-vertical-5 {
    margin-top: 32px;
  }
}
@media (min-width: 992px) {
  .margin-vertical-5 {
    margin-top: 40px;
  }
}
@media (min-width: 1441px) {
  .margin-vertical-5 {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .margin-vertical-5 {
    margin-bottom: 32px;
  }
}
@media (min-width: 992px) {
  .margin-vertical-5 {
    margin-bottom: 40px;
  }
}
@media (min-width: 1441px) {
  .margin-vertical-5 {
    margin-bottom: 40px;
  }
}
.margin-top-5 {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .margin-top-5 {
    margin-top: 32px;
  }
}
@media (min-width: 992px) {
  .margin-top-5 {
    margin-top: 40px;
  }
}
@media (min-width: 1441px) {
  .margin-top-5 {
    margin-top: 40px;
  }
}
.margin-right-5 {
  margin-right: 24px;
}
@media (min-width: 768px) {
  .margin-right-5 {
    margin-right: 32px;
  }
}
@media (min-width: 992px) {
  .margin-right-5 {
    margin-right: 40px;
  }
}
@media (min-width: 1441px) {
  .margin-right-5 {
    margin-right: 40px;
  }
}
.margin-bottom-5 {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .margin-bottom-5 {
    margin-bottom: 32px;
  }
}
@media (min-width: 992px) {
  .margin-bottom-5 {
    margin-bottom: 40px;
  }
}
@media (min-width: 1441px) {
  .margin-bottom-5 {
    margin-bottom: 40px;
  }
}
.margin-left-5 {
  margin-left: 24px;
}
@media (min-width: 768px) {
  .margin-left-5 {
    margin-left: 32px;
  }
}
@media (min-width: 992px) {
  .margin-left-5 {
    margin-left: 40px;
  }
}
@media (min-width: 1441px) {
  .margin-left-5 {
    margin-left: 40px;
  }
}
.margin-6 {
  margin: 32px;
}
@media (min-width: 768px) {
  .margin-6 {
    margin: 40px;
  }
}
@media (min-width: 992px) {
  .margin-6 {
    margin: 48px;
  }
}
@media (min-width: 1441px) {
  .margin-6 {
    margin: 48px;
  }
}
.margin-horizontal-6 {
  margin-left: 32px;
  margin-right: 32px;
}
@media (min-width: 768px) {
  .margin-horizontal-6 {
    margin-left: 40px;
  }
}
@media (min-width: 992px) {
  .margin-horizontal-6 {
    margin-left: 48px;
  }
}
@media (min-width: 1441px) {
  .margin-horizontal-6 {
    margin-left: 48px;
  }
}
@media (min-width: 768px) {
  .margin-horizontal-6 {
    margin-right: 40px;
  }
}
@media (min-width: 992px) {
  .margin-horizontal-6 {
    margin-right: 48px;
  }
}
@media (min-width: 1441px) {
  .margin-horizontal-6 {
    margin-right: 48px;
  }
}
.margin-vertical-6 {
  margin-top: 32px;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .margin-vertical-6 {
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  .margin-vertical-6 {
    margin-top: 48px;
  }
}
@media (min-width: 1441px) {
  .margin-vertical-6 {
    margin-top: 48px;
  }
}
@media (min-width: 768px) {
  .margin-vertical-6 {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .margin-vertical-6 {
    margin-bottom: 48px;
  }
}
@media (min-width: 1441px) {
  .margin-vertical-6 {
    margin-bottom: 48px;
  }
}
.margin-top-6 {
  margin-top: 32px;
}
@media (min-width: 768px) {
  .margin-top-6 {
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  .margin-top-6 {
    margin-top: 48px;
  }
}
@media (min-width: 1441px) {
  .margin-top-6 {
    margin-top: 48px;
  }
}
.margin-right-6 {
  margin-right: 32px;
}
@media (min-width: 768px) {
  .margin-right-6 {
    margin-right: 40px;
  }
}
@media (min-width: 992px) {
  .margin-right-6 {
    margin-right: 48px;
  }
}
@media (min-width: 1441px) {
  .margin-right-6 {
    margin-right: 48px;
  }
}
.margin-bottom-6 {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .margin-bottom-6 {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .margin-bottom-6 {
    margin-bottom: 48px;
  }
}
@media (min-width: 1441px) {
  .margin-bottom-6 {
    margin-bottom: 48px;
  }
}
.margin-left-6 {
  margin-left: 32px;
}
@media (min-width: 768px) {
  .margin-left-6 {
    margin-left: 40px;
  }
}
@media (min-width: 992px) {
  .margin-left-6 {
    margin-left: 48px;
  }
}
@media (min-width: 1441px) {
  .margin-left-6 {
    margin-left: 48px;
  }
}
.margin-7 {
  margin: 40px;
}
@media (min-width: 768px) {
  .margin-7 {
    margin: 48px;
  }
}
@media (min-width: 992px) {
  .margin-7 {
    margin: 56px;
  }
}
@media (min-width: 1441px) {
  .margin-7 {
    margin: 56px;
  }
}
.margin-horizontal-7 {
  margin-left: 40px;
  margin-right: 40px;
}
@media (min-width: 768px) {
  .margin-horizontal-7 {
    margin-left: 48px;
  }
}
@media (min-width: 992px) {
  .margin-horizontal-7 {
    margin-left: 56px;
  }
}
@media (min-width: 1441px) {
  .margin-horizontal-7 {
    margin-left: 56px;
  }
}
@media (min-width: 768px) {
  .margin-horizontal-7 {
    margin-right: 48px;
  }
}
@media (min-width: 992px) {
  .margin-horizontal-7 {
    margin-right: 56px;
  }
}
@media (min-width: 1441px) {
  .margin-horizontal-7 {
    margin-right: 56px;
  }
}
.margin-vertical-7 {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .margin-vertical-7 {
    margin-top: 48px;
  }
}
@media (min-width: 992px) {
  .margin-vertical-7 {
    margin-top: 56px;
  }
}
@media (min-width: 1441px) {
  .margin-vertical-7 {
    margin-top: 56px;
  }
}
@media (min-width: 768px) {
  .margin-vertical-7 {
    margin-bottom: 48px;
  }
}
@media (min-width: 992px) {
  .margin-vertical-7 {
    margin-bottom: 56px;
  }
}
@media (min-width: 1441px) {
  .margin-vertical-7 {
    margin-bottom: 56px;
  }
}
.margin-top-7 {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .margin-top-7 {
    margin-top: 48px;
  }
}
@media (min-width: 992px) {
  .margin-top-7 {
    margin-top: 56px;
  }
}
@media (min-width: 1441px) {
  .margin-top-7 {
    margin-top: 56px;
  }
}
.margin-right-7 {
  margin-right: 40px;
}
@media (min-width: 768px) {
  .margin-right-7 {
    margin-right: 48px;
  }
}
@media (min-width: 992px) {
  .margin-right-7 {
    margin-right: 56px;
  }
}
@media (min-width: 1441px) {
  .margin-right-7 {
    margin-right: 56px;
  }
}
.margin-bottom-7 {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .margin-bottom-7 {
    margin-bottom: 48px;
  }
}
@media (min-width: 992px) {
  .margin-bottom-7 {
    margin-bottom: 56px;
  }
}
@media (min-width: 1441px) {
  .margin-bottom-7 {
    margin-bottom: 56px;
  }
}
.margin-left-7 {
  margin-left: 40px;
}
@media (min-width: 768px) {
  .margin-left-7 {
    margin-left: 48px;
  }
}
@media (min-width: 992px) {
  .margin-left-7 {
    margin-left: 56px;
  }
}
@media (min-width: 1441px) {
  .margin-left-7 {
    margin-left: 56px;
  }
}
.margin-8 {
  margin: 48px;
}
@media (min-width: 768px) {
  .margin-8 {
    margin: 56px;
  }
}
@media (min-width: 992px) {
  .margin-8 {
    margin: 80px;
  }
}
@media (min-width: 1441px) {
  .margin-8 {
    margin: 80px;
  }
}
.margin-horizontal-8 {
  margin-left: 48px;
  margin-right: 48px;
}
@media (min-width: 768px) {
  .margin-horizontal-8 {
    margin-left: 56px;
  }
}
@media (min-width: 992px) {
  .margin-horizontal-8 {
    margin-left: 80px;
  }
}
@media (min-width: 1441px) {
  .margin-horizontal-8 {
    margin-left: 80px;
  }
}
@media (min-width: 768px) {
  .margin-horizontal-8 {
    margin-right: 56px;
  }
}
@media (min-width: 992px) {
  .margin-horizontal-8 {
    margin-right: 80px;
  }
}
@media (min-width: 1441px) {
  .margin-horizontal-8 {
    margin-right: 80px;
  }
}
.margin-vertical-8 {
  margin-top: 48px;
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .margin-vertical-8 {
    margin-top: 56px;
  }
}
@media (min-width: 992px) {
  .margin-vertical-8 {
    margin-top: 80px;
  }
}
@media (min-width: 1441px) {
  .margin-vertical-8 {
    margin-top: 80px;
  }
}
@media (min-width: 768px) {
  .margin-vertical-8 {
    margin-bottom: 56px;
  }
}
@media (min-width: 992px) {
  .margin-vertical-8 {
    margin-bottom: 80px;
  }
}
@media (min-width: 1441px) {
  .margin-vertical-8 {
    margin-bottom: 80px;
  }
}
.margin-top-8 {
  margin-top: 48px;
}
@media (min-width: 768px) {
  .margin-top-8 {
    margin-top: 56px;
  }
}
@media (min-width: 992px) {
  .margin-top-8 {
    margin-top: 80px;
  }
}
@media (min-width: 1441px) {
  .margin-top-8 {
    margin-top: 80px;
  }
}
.margin-right-8 {
  margin-right: 48px;
}
@media (min-width: 768px) {
  .margin-right-8 {
    margin-right: 56px;
  }
}
@media (min-width: 992px) {
  .margin-right-8 {
    margin-right: 80px;
  }
}
@media (min-width: 1441px) {
  .margin-right-8 {
    margin-right: 80px;
  }
}
.margin-bottom-8 {
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .margin-bottom-8 {
    margin-bottom: 56px;
  }
}
@media (min-width: 992px) {
  .margin-bottom-8 {
    margin-bottom: 80px;
  }
}
@media (min-width: 1441px) {
  .margin-bottom-8 {
    margin-bottom: 80px;
  }
}
.margin-left-8 {
  margin-left: 48px;
}
@media (min-width: 768px) {
  .margin-left-8 {
    margin-left: 56px;
  }
}
@media (min-width: 992px) {
  .margin-left-8 {
    margin-left: 80px;
  }
}
@media (min-width: 1441px) {
  .margin-left-8 {
    margin-left: 80px;
  }
}
.padding-0 {
  padding: 0;
}
@media (min-width: 768px) {
  .padding-0 {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .padding-0 {
    padding: 0;
  }
}
@media (min-width: 1441px) {
  .padding-0 {
    padding: 0;
  }
}
.padding-horizontal-0 {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .padding-horizontal-0 {
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .padding-horizontal-0 {
    padding-left: 0;
  }
}
@media (min-width: 1441px) {
  .padding-horizontal-0 {
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .padding-horizontal-0 {
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .padding-horizontal-0 {
    padding-right: 0;
  }
}
@media (min-width: 1441px) {
  .padding-horizontal-0 {
    padding-right: 0;
  }
}
.padding-vertical-0 {
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .padding-vertical-0 {
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .padding-vertical-0 {
    padding-top: 0;
  }
}
@media (min-width: 1441px) {
  .padding-vertical-0 {
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  .padding-vertical-0 {
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .padding-vertical-0 {
    padding-bottom: 0;
  }
}
@media (min-width: 1441px) {
  .padding-vertical-0 {
    padding-bottom: 0;
  }
}
.padding-top-0 {
  padding-top: 0;
}
@media (min-width: 768px) {
  .padding-top-0 {
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .padding-top-0 {
    padding-top: 0;
  }
}
@media (min-width: 1441px) {
  .padding-top-0 {
    padding-top: 0;
  }
}
.padding-right-0 {
  padding-right: 0;
}
@media (min-width: 768px) {
  .padding-right-0 {
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .padding-right-0 {
    padding-right: 0;
  }
}
@media (min-width: 1441px) {
  .padding-right-0 {
    padding-right: 0;
  }
}
.padding-bottom-0 {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .padding-bottom-0 {
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .padding-bottom-0 {
    padding-bottom: 0;
  }
}
@media (min-width: 1441px) {
  .padding-bottom-0 {
    padding-bottom: 0;
  }
}
.padding-left-0 {
  padding-left: 0;
}
@media (min-width: 768px) {
  .padding-left-0 {
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .padding-left-0 {
    padding-left: 0;
  }
}
@media (min-width: 1441px) {
  .padding-left-0 {
    padding-left: 0;
  }
}
.padding-1 {
  padding: 8px;
}
@media (min-width: 768px) {
  .padding-1 {
    padding: 8px;
  }
}
@media (min-width: 992px) {
  .padding-1 {
    padding: 8px;
  }
}
@media (min-width: 1441px) {
  .padding-1 {
    padding: 8px;
  }
}
.padding-horizontal-1 {
  padding-left: 8px;
  padding-right: 8px;
}
@media (min-width: 768px) {
  .padding-horizontal-1 {
    padding-left: 8px;
  }
}
@media (min-width: 992px) {
  .padding-horizontal-1 {
    padding-left: 8px;
  }
}
@media (min-width: 1441px) {
  .padding-horizontal-1 {
    padding-left: 8px;
  }
}
@media (min-width: 768px) {
  .padding-horizontal-1 {
    padding-right: 8px;
  }
}
@media (min-width: 992px) {
  .padding-horizontal-1 {
    padding-right: 8px;
  }
}
@media (min-width: 1441px) {
  .padding-horizontal-1 {
    padding-right: 8px;
  }
}
.padding-vertical-1 {
  padding-top: 8px;
  padding-bottom: 8px;
}
@media (min-width: 768px) {
  .padding-vertical-1 {
    padding-top: 8px;
  }
}
@media (min-width: 992px) {
  .padding-vertical-1 {
    padding-top: 8px;
  }
}
@media (min-width: 1441px) {
  .padding-vertical-1 {
    padding-top: 8px;
  }
}
@media (min-width: 768px) {
  .padding-vertical-1 {
    padding-bottom: 8px;
  }
}
@media (min-width: 992px) {
  .padding-vertical-1 {
    padding-bottom: 8px;
  }
}
@media (min-width: 1441px) {
  .padding-vertical-1 {
    padding-bottom: 8px;
  }
}
.padding-top-1 {
  padding-top: 8px;
}
@media (min-width: 768px) {
  .padding-top-1 {
    padding-top: 8px;
  }
}
@media (min-width: 992px) {
  .padding-top-1 {
    padding-top: 8px;
  }
}
@media (min-width: 1441px) {
  .padding-top-1 {
    padding-top: 8px;
  }
}
.padding-right-1 {
  padding-right: 8px;
}
@media (min-width: 768px) {
  .padding-right-1 {
    padding-right: 8px;
  }
}
@media (min-width: 992px) {
  .padding-right-1 {
    padding-right: 8px;
  }
}
@media (min-width: 1441px) {
  .padding-right-1 {
    padding-right: 8px;
  }
}
.padding-bottom-1 {
  padding-bottom: 8px;
}
@media (min-width: 768px) {
  .padding-bottom-1 {
    padding-bottom: 8px;
  }
}
@media (min-width: 992px) {
  .padding-bottom-1 {
    padding-bottom: 8px;
  }
}
@media (min-width: 1441px) {
  .padding-bottom-1 {
    padding-bottom: 8px;
  }
}
.padding-left-1 {
  padding-left: 8px;
}
@media (min-width: 768px) {
  .padding-left-1 {
    padding-left: 8px;
  }
}
@media (min-width: 992px) {
  .padding-left-1 {
    padding-left: 8px;
  }
}
@media (min-width: 1441px) {
  .padding-left-1 {
    padding-left: 8px;
  }
}
.padding-2 {
  padding: 16px;
}
@media (min-width: 768px) {
  .padding-2 {
    padding: 16px;
  }
}
@media (min-width: 992px) {
  .padding-2 {
    padding: 16px;
  }
}
@media (min-width: 1441px) {
  .padding-2 {
    padding: 16px;
  }
}
.padding-horizontal-2 {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 768px) {
  .padding-horizontal-2 {
    padding-left: 16px;
  }
}
@media (min-width: 992px) {
  .padding-horizontal-2 {
    padding-left: 16px;
  }
}
@media (min-width: 1441px) {
  .padding-horizontal-2 {
    padding-left: 16px;
  }
}
@media (min-width: 768px) {
  .padding-horizontal-2 {
    padding-right: 16px;
  }
}
@media (min-width: 992px) {
  .padding-horizontal-2 {
    padding-right: 16px;
  }
}
@media (min-width: 1441px) {
  .padding-horizontal-2 {
    padding-right: 16px;
  }
}
.padding-vertical-2 {
  padding-top: 16px;
  padding-bottom: 16px;
}
@media (min-width: 768px) {
  .padding-vertical-2 {
    padding-top: 16px;
  }
}
@media (min-width: 992px) {
  .padding-vertical-2 {
    padding-top: 16px;
  }
}
@media (min-width: 1441px) {
  .padding-vertical-2 {
    padding-top: 16px;
  }
}
@media (min-width: 768px) {
  .padding-vertical-2 {
    padding-bottom: 16px;
  }
}
@media (min-width: 992px) {
  .padding-vertical-2 {
    padding-bottom: 16px;
  }
}
@media (min-width: 1441px) {
  .padding-vertical-2 {
    padding-bottom: 16px;
  }
}
.padding-top-2 {
  padding-top: 16px;
}
@media (min-width: 768px) {
  .padding-top-2 {
    padding-top: 16px;
  }
}
@media (min-width: 992px) {
  .padding-top-2 {
    padding-top: 16px;
  }
}
@media (min-width: 1441px) {
  .padding-top-2 {
    padding-top: 16px;
  }
}
.padding-right-2 {
  padding-right: 16px;
}
@media (min-width: 768px) {
  .padding-right-2 {
    padding-right: 16px;
  }
}
@media (min-width: 992px) {
  .padding-right-2 {
    padding-right: 16px;
  }
}
@media (min-width: 1441px) {
  .padding-right-2 {
    padding-right: 16px;
  }
}
.padding-bottom-2 {
  padding-bottom: 16px;
}
@media (min-width: 768px) {
  .padding-bottom-2 {
    padding-bottom: 16px;
  }
}
@media (min-width: 992px) {
  .padding-bottom-2 {
    padding-bottom: 16px;
  }
}
@media (min-width: 1441px) {
  .padding-bottom-2 {
    padding-bottom: 16px;
  }
}
.padding-left-2 {
  padding-left: 16px;
}
@media (min-width: 768px) {
  .padding-left-2 {
    padding-left: 16px;
  }
}
@media (min-width: 992px) {
  .padding-left-2 {
    padding-left: 16px;
  }
}
@media (min-width: 1441px) {
  .padding-left-2 {
    padding-left: 16px;
  }
}
.padding-3 {
  padding: 16px;
}
@media (min-width: 768px) {
  .padding-3 {
    padding: 24px;
  }
}
@media (min-width: 992px) {
  .padding-3 {
    padding: 24px;
  }
}
@media (min-width: 1441px) {
  .padding-3 {
    padding: 24px;
  }
}
.padding-horizontal-3 {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 768px) {
  .padding-horizontal-3 {
    padding-left: 24px;
  }
}
@media (min-width: 992px) {
  .padding-horizontal-3 {
    padding-left: 24px;
  }
}
@media (min-width: 1441px) {
  .padding-horizontal-3 {
    padding-left: 24px;
  }
}
@media (min-width: 768px) {
  .padding-horizontal-3 {
    padding-right: 24px;
  }
}
@media (min-width: 992px) {
  .padding-horizontal-3 {
    padding-right: 24px;
  }
}
@media (min-width: 1441px) {
  .padding-horizontal-3 {
    padding-right: 24px;
  }
}
.padding-vertical-3 {
  padding-top: 16px;
  padding-bottom: 16px;
}
@media (min-width: 768px) {
  .padding-vertical-3 {
    padding-top: 24px;
  }
}
@media (min-width: 992px) {
  .padding-vertical-3 {
    padding-top: 24px;
  }
}
@media (min-width: 1441px) {
  .padding-vertical-3 {
    padding-top: 24px;
  }
}
@media (min-width: 768px) {
  .padding-vertical-3 {
    padding-bottom: 24px;
  }
}
@media (min-width: 992px) {
  .padding-vertical-3 {
    padding-bottom: 24px;
  }
}
@media (min-width: 1441px) {
  .padding-vertical-3 {
    padding-bottom: 24px;
  }
}
.padding-top-3 {
  padding-top: 16px;
}
@media (min-width: 768px) {
  .padding-top-3 {
    padding-top: 24px;
  }
}
@media (min-width: 992px) {
  .padding-top-3 {
    padding-top: 24px;
  }
}
@media (min-width: 1441px) {
  .padding-top-3 {
    padding-top: 24px;
  }
}
.padding-right-3 {
  padding-right: 16px;
}
@media (min-width: 768px) {
  .padding-right-3 {
    padding-right: 24px;
  }
}
@media (min-width: 992px) {
  .padding-right-3 {
    padding-right: 24px;
  }
}
@media (min-width: 1441px) {
  .padding-right-3 {
    padding-right: 24px;
  }
}
.padding-bottom-3 {
  padding-bottom: 16px;
}
@media (min-width: 768px) {
  .padding-bottom-3 {
    padding-bottom: 24px;
  }
}
@media (min-width: 992px) {
  .padding-bottom-3 {
    padding-bottom: 24px;
  }
}
@media (min-width: 1441px) {
  .padding-bottom-3 {
    padding-bottom: 24px;
  }
}
.padding-left-3 {
  padding-left: 16px;
}
@media (min-width: 768px) {
  .padding-left-3 {
    padding-left: 24px;
  }
}
@media (min-width: 992px) {
  .padding-left-3 {
    padding-left: 24px;
  }
}
@media (min-width: 1441px) {
  .padding-left-3 {
    padding-left: 24px;
  }
}
.padding-4 {
  padding: 24px;
}
@media (min-width: 768px) {
  .padding-4 {
    padding: 32px;
  }
}
@media (min-width: 992px) {
  .padding-4 {
    padding: 32px;
  }
}
@media (min-width: 1441px) {
  .padding-4 {
    padding: 32px;
  }
}
.padding-horizontal-4 {
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 768px) {
  .padding-horizontal-4 {
    padding-left: 32px;
  }
}
@media (min-width: 992px) {
  .padding-horizontal-4 {
    padding-left: 32px;
  }
}
@media (min-width: 1441px) {
  .padding-horizontal-4 {
    padding-left: 32px;
  }
}
@media (min-width: 768px) {
  .padding-horizontal-4 {
    padding-right: 32px;
  }
}
@media (min-width: 992px) {
  .padding-horizontal-4 {
    padding-right: 32px;
  }
}
@media (min-width: 1441px) {
  .padding-horizontal-4 {
    padding-right: 32px;
  }
}
.padding-vertical-4 {
  padding-top: 24px;
  padding-bottom: 24px;
}
@media (min-width: 768px) {
  .padding-vertical-4 {
    padding-top: 32px;
  }
}
@media (min-width: 992px) {
  .padding-vertical-4 {
    padding-top: 32px;
  }
}
@media (min-width: 1441px) {
  .padding-vertical-4 {
    padding-top: 32px;
  }
}
@media (min-width: 768px) {
  .padding-vertical-4 {
    padding-bottom: 32px;
  }
}
@media (min-width: 992px) {
  .padding-vertical-4 {
    padding-bottom: 32px;
  }
}
@media (min-width: 1441px) {
  .padding-vertical-4 {
    padding-bottom: 32px;
  }
}
.padding-top-4 {
  padding-top: 24px;
}
@media (min-width: 768px) {
  .padding-top-4 {
    padding-top: 32px;
  }
}
@media (min-width: 992px) {
  .padding-top-4 {
    padding-top: 32px;
  }
}
@media (min-width: 1441px) {
  .padding-top-4 {
    padding-top: 32px;
  }
}
.padding-right-4 {
  padding-right: 24px;
}
@media (min-width: 768px) {
  .padding-right-4 {
    padding-right: 32px;
  }
}
@media (min-width: 992px) {
  .padding-right-4 {
    padding-right: 32px;
  }
}
@media (min-width: 1441px) {
  .padding-right-4 {
    padding-right: 32px;
  }
}
.padding-bottom-4 {
  padding-bottom: 24px;
}
@media (min-width: 768px) {
  .padding-bottom-4 {
    padding-bottom: 32px;
  }
}
@media (min-width: 992px) {
  .padding-bottom-4 {
    padding-bottom: 32px;
  }
}
@media (min-width: 1441px) {
  .padding-bottom-4 {
    padding-bottom: 32px;
  }
}
.padding-left-4 {
  padding-left: 24px;
}
@media (min-width: 768px) {
  .padding-left-4 {
    padding-left: 32px;
  }
}
@media (min-width: 992px) {
  .padding-left-4 {
    padding-left: 32px;
  }
}
@media (min-width: 1441px) {
  .padding-left-4 {
    padding-left: 32px;
  }
}
.padding-5 {
  padding: 24px;
}
@media (min-width: 768px) {
  .padding-5 {
    padding: 32px;
  }
}
@media (min-width: 992px) {
  .padding-5 {
    padding: 40px;
  }
}
@media (min-width: 1441px) {
  .padding-5 {
    padding: 40px;
  }
}
.padding-horizontal-5 {
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 768px) {
  .padding-horizontal-5 {
    padding-left: 32px;
  }
}
@media (min-width: 992px) {
  .padding-horizontal-5 {
    padding-left: 40px;
  }
}
@media (min-width: 1441px) {
  .padding-horizontal-5 {
    padding-left: 40px;
  }
}
@media (min-width: 768px) {
  .padding-horizontal-5 {
    padding-right: 32px;
  }
}
@media (min-width: 992px) {
  .padding-horizontal-5 {
    padding-right: 40px;
  }
}
@media (min-width: 1441px) {
  .padding-horizontal-5 {
    padding-right: 40px;
  }
}
.padding-vertical-5 {
  padding-top: 24px;
  padding-bottom: 24px;
}
@media (min-width: 768px) {
  .padding-vertical-5 {
    padding-top: 32px;
  }
}
@media (min-width: 992px) {
  .padding-vertical-5 {
    padding-top: 40px;
  }
}
@media (min-width: 1441px) {
  .padding-vertical-5 {
    padding-top: 40px;
  }
}
@media (min-width: 768px) {
  .padding-vertical-5 {
    padding-bottom: 32px;
  }
}
@media (min-width: 992px) {
  .padding-vertical-5 {
    padding-bottom: 40px;
  }
}
@media (min-width: 1441px) {
  .padding-vertical-5 {
    padding-bottom: 40px;
  }
}
.padding-top-5 {
  padding-top: 24px;
}
@media (min-width: 768px) {
  .padding-top-5 {
    padding-top: 32px;
  }
}
@media (min-width: 992px) {
  .padding-top-5 {
    padding-top: 40px;
  }
}
@media (min-width: 1441px) {
  .padding-top-5 {
    padding-top: 40px;
  }
}
.padding-right-5 {
  padding-right: 24px;
}
@media (min-width: 768px) {
  .padding-right-5 {
    padding-right: 32px;
  }
}
@media (min-width: 992px) {
  .padding-right-5 {
    padding-right: 40px;
  }
}
@media (min-width: 1441px) {
  .padding-right-5 {
    padding-right: 40px;
  }
}
.padding-bottom-5 {
  padding-bottom: 24px;
}
@media (min-width: 768px) {
  .padding-bottom-5 {
    padding-bottom: 32px;
  }
}
@media (min-width: 992px) {
  .padding-bottom-5 {
    padding-bottom: 40px;
  }
}
@media (min-width: 1441px) {
  .padding-bottom-5 {
    padding-bottom: 40px;
  }
}
.padding-left-5 {
  padding-left: 24px;
}
@media (min-width: 768px) {
  .padding-left-5 {
    padding-left: 32px;
  }
}
@media (min-width: 992px) {
  .padding-left-5 {
    padding-left: 40px;
  }
}
@media (min-width: 1441px) {
  .padding-left-5 {
    padding-left: 40px;
  }
}
.padding-6 {
  padding: 32px;
}
@media (min-width: 768px) {
  .padding-6 {
    padding: 40px;
  }
}
@media (min-width: 992px) {
  .padding-6 {
    padding: 48px;
  }
}
@media (min-width: 1441px) {
  .padding-6 {
    padding: 48px;
  }
}
.padding-horizontal-6 {
  padding-left: 32px;
  padding-right: 32px;
}
@media (min-width: 768px) {
  .padding-horizontal-6 {
    padding-left: 40px;
  }
}
@media (min-width: 992px) {
  .padding-horizontal-6 {
    padding-left: 48px;
  }
}
@media (min-width: 1441px) {
  .padding-horizontal-6 {
    padding-left: 48px;
  }
}
@media (min-width: 768px) {
  .padding-horizontal-6 {
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  .padding-horizontal-6 {
    padding-right: 48px;
  }
}
@media (min-width: 1441px) {
  .padding-horizontal-6 {
    padding-right: 48px;
  }
}
.padding-vertical-6 {
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (min-width: 768px) {
  .padding-vertical-6 {
    padding-top: 40px;
  }
}
@media (min-width: 992px) {
  .padding-vertical-6 {
    padding-top: 48px;
  }
}
@media (min-width: 1441px) {
  .padding-vertical-6 {
    padding-top: 48px;
  }
}
@media (min-width: 768px) {
  .padding-vertical-6 {
    padding-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .padding-vertical-6 {
    padding-bottom: 48px;
  }
}
@media (min-width: 1441px) {
  .padding-vertical-6 {
    padding-bottom: 48px;
  }
}
.padding-top-6 {
  padding-top: 32px;
}
@media (min-width: 768px) {
  .padding-top-6 {
    padding-top: 40px;
  }
}
@media (min-width: 992px) {
  .padding-top-6 {
    padding-top: 48px;
  }
}
@media (min-width: 1441px) {
  .padding-top-6 {
    padding-top: 48px;
  }
}
.padding-right-6 {
  padding-right: 32px;
}
@media (min-width: 768px) {
  .padding-right-6 {
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  .padding-right-6 {
    padding-right: 48px;
  }
}
@media (min-width: 1441px) {
  .padding-right-6 {
    padding-right: 48px;
  }
}
.padding-bottom-6 {
  padding-bottom: 32px;
}
@media (min-width: 768px) {
  .padding-bottom-6 {
    padding-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .padding-bottom-6 {
    padding-bottom: 48px;
  }
}
@media (min-width: 1441px) {
  .padding-bottom-6 {
    padding-bottom: 48px;
  }
}
.padding-left-6 {
  padding-left: 32px;
}
@media (min-width: 768px) {
  .padding-left-6 {
    padding-left: 40px;
  }
}
@media (min-width: 992px) {
  .padding-left-6 {
    padding-left: 48px;
  }
}
@media (min-width: 1441px) {
  .padding-left-6 {
    padding-left: 48px;
  }
}
.padding-7 {
  padding: 40px;
}
@media (min-width: 768px) {
  .padding-7 {
    padding: 48px;
  }
}
@media (min-width: 992px) {
  .padding-7 {
    padding: 56px;
  }
}
@media (min-width: 1441px) {
  .padding-7 {
    padding: 56px;
  }
}
.padding-horizontal-7 {
  padding-left: 40px;
  padding-right: 40px;
}
@media (min-width: 768px) {
  .padding-horizontal-7 {
    padding-left: 48px;
  }
}
@media (min-width: 992px) {
  .padding-horizontal-7 {
    padding-left: 56px;
  }
}
@media (min-width: 1441px) {
  .padding-horizontal-7 {
    padding-left: 56px;
  }
}
@media (min-width: 768px) {
  .padding-horizontal-7 {
    padding-right: 48px;
  }
}
@media (min-width: 992px) {
  .padding-horizontal-7 {
    padding-right: 56px;
  }
}
@media (min-width: 1441px) {
  .padding-horizontal-7 {
    padding-right: 56px;
  }
}
.padding-vertical-7 {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .padding-vertical-7 {
    padding-top: 48px;
  }
}
@media (min-width: 992px) {
  .padding-vertical-7 {
    padding-top: 56px;
  }
}
@media (min-width: 1441px) {
  .padding-vertical-7 {
    padding-top: 56px;
  }
}
@media (min-width: 768px) {
  .padding-vertical-7 {
    padding-bottom: 48px;
  }
}
@media (min-width: 992px) {
  .padding-vertical-7 {
    padding-bottom: 56px;
  }
}
@media (min-width: 1441px) {
  .padding-vertical-7 {
    padding-bottom: 56px;
  }
}
.padding-top-7 {
  padding-top: 40px;
}
@media (min-width: 768px) {
  .padding-top-7 {
    padding-top: 48px;
  }
}
@media (min-width: 992px) {
  .padding-top-7 {
    padding-top: 56px;
  }
}
@media (min-width: 1441px) {
  .padding-top-7 {
    padding-top: 56px;
  }
}
.padding-right-7 {
  padding-right: 40px;
}
@media (min-width: 768px) {
  .padding-right-7 {
    padding-right: 48px;
  }
}
@media (min-width: 992px) {
  .padding-right-7 {
    padding-right: 56px;
  }
}
@media (min-width: 1441px) {
  .padding-right-7 {
    padding-right: 56px;
  }
}
.padding-bottom-7 {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .padding-bottom-7 {
    padding-bottom: 48px;
  }
}
@media (min-width: 992px) {
  .padding-bottom-7 {
    padding-bottom: 56px;
  }
}
@media (min-width: 1441px) {
  .padding-bottom-7 {
    padding-bottom: 56px;
  }
}
.padding-left-7 {
  padding-left: 40px;
}
@media (min-width: 768px) {
  .padding-left-7 {
    padding-left: 48px;
  }
}
@media (min-width: 992px) {
  .padding-left-7 {
    padding-left: 56px;
  }
}
@media (min-width: 1441px) {
  .padding-left-7 {
    padding-left: 56px;
  }
}
.padding-8 {
  padding: 48px;
}
@media (min-width: 768px) {
  .padding-8 {
    padding: 56px;
  }
}
@media (min-width: 992px) {
  .padding-8 {
    padding: 80px;
  }
}
@media (min-width: 1441px) {
  .padding-8 {
    padding: 80px;
  }
}
.padding-horizontal-8 {
  padding-left: 48px;
  padding-right: 48px;
}
@media (min-width: 768px) {
  .padding-horizontal-8 {
    padding-left: 56px;
  }
}
@media (min-width: 992px) {
  .padding-horizontal-8 {
    padding-left: 80px;
  }
}
@media (min-width: 1441px) {
  .padding-horizontal-8 {
    padding-left: 80px;
  }
}
@media (min-width: 768px) {
  .padding-horizontal-8 {
    padding-right: 56px;
  }
}
@media (min-width: 992px) {
  .padding-horizontal-8 {
    padding-right: 80px;
  }
}
@media (min-width: 1441px) {
  .padding-horizontal-8 {
    padding-right: 80px;
  }
}
.padding-vertical-8 {
  padding-top: 48px;
  padding-bottom: 48px;
}
@media (min-width: 768px) {
  .padding-vertical-8 {
    padding-top: 56px;
  }
}
@media (min-width: 992px) {
  .padding-vertical-8 {
    padding-top: 80px;
  }
}
@media (min-width: 1441px) {
  .padding-vertical-8 {
    padding-top: 80px;
  }
}
@media (min-width: 768px) {
  .padding-vertical-8 {
    padding-bottom: 56px;
  }
}
@media (min-width: 992px) {
  .padding-vertical-8 {
    padding-bottom: 80px;
  }
}
@media (min-width: 1441px) {
  .padding-vertical-8 {
    padding-bottom: 80px;
  }
}
.padding-top-8 {
  padding-top: 48px;
}
@media (min-width: 768px) {
  .padding-top-8 {
    padding-top: 56px;
  }
}
@media (min-width: 992px) {
  .padding-top-8 {
    padding-top: 80px;
  }
}
@media (min-width: 1441px) {
  .padding-top-8 {
    padding-top: 80px;
  }
}
.padding-right-8 {
  padding-right: 48px;
}
@media (min-width: 768px) {
  .padding-right-8 {
    padding-right: 56px;
  }
}
@media (min-width: 992px) {
  .padding-right-8 {
    padding-right: 80px;
  }
}
@media (min-width: 1441px) {
  .padding-right-8 {
    padding-right: 80px;
  }
}
.padding-bottom-8 {
  padding-bottom: 48px;
}
@media (min-width: 768px) {
  .padding-bottom-8 {
    padding-bottom: 56px;
  }
}
@media (min-width: 992px) {
  .padding-bottom-8 {
    padding-bottom: 80px;
  }
}
@media (min-width: 1441px) {
  .padding-bottom-8 {
    padding-bottom: 80px;
  }
}
.padding-left-8 {
  padding-left: 48px;
}
@media (min-width: 768px) {
  .padding-left-8 {
    padding-left: 56px;
  }
}
@media (min-width: 992px) {
  .padding-left-8 {
    padding-left: 80px;
  }
}
@media (min-width: 1441px) {
  .padding-left-8 {
    padding-left: 80px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-sm-0 {
    margin: 0;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-horizontal-sm-0 {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-vertical-sm-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-top-sm-0 {
    margin-top: 0 !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-right-sm-0 {
    margin-right: 0 !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-bottom-sm-0 {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-left-sm-0 {
    margin-left: 0 !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-sm-1 {
    margin: 8px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-horizontal-sm-1 {
    margin-right: 8px;
    margin-left: 8px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-vertical-sm-1 {
    margin-top: 8px;
    margin-bottom: 8px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-top-sm-1 {
    margin-top: 8px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-right-sm-1 {
    margin-right: 8px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-bottom-sm-1 {
    margin-bottom: 8px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-left-sm-1 {
    margin-left: 8px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-sm-2 {
    margin: 16px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-horizontal-sm-2 {
    margin-right: 16px;
    margin-left: 16px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-vertical-sm-2 {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-top-sm-2 {
    margin-top: 16px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-right-sm-2 {
    margin-right: 16px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-bottom-sm-2 {
    margin-bottom: 16px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-left-sm-2 {
    margin-left: 16px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-sm-3 {
    margin: 16px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-horizontal-sm-3 {
    margin-right: 16px;
    margin-left: 16px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-vertical-sm-3 {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-top-sm-3 {
    margin-top: 16px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-right-sm-3 {
    margin-right: 16px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-bottom-sm-3 {
    margin-bottom: 16px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-left-sm-3 {
    margin-left: 16px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-sm-4 {
    margin: 24px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-horizontal-sm-4 {
    margin-right: 24px;
    margin-left: 24px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-vertical-sm-4 {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-top-sm-4 {
    margin-top: 24px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-right-sm-4 {
    margin-right: 24px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-bottom-sm-4 {
    margin-bottom: 24px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-left-sm-4 {
    margin-left: 24px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-sm-5 {
    margin: 24px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-horizontal-sm-5 {
    margin-right: 24px;
    margin-left: 24px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-vertical-sm-5 {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-top-sm-5 {
    margin-top: 24px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-right-sm-5 {
    margin-right: 24px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-bottom-sm-5 {
    margin-bottom: 24px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-left-sm-5 {
    margin-left: 24px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-sm-6 {
    margin: 32px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-horizontal-sm-6 {
    margin-right: 32px;
    margin-left: 32px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-vertical-sm-6 {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-top-sm-6 {
    margin-top: 32px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-right-sm-6 {
    margin-right: 32px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-bottom-sm-6 {
    margin-bottom: 32px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-left-sm-6 {
    margin-left: 32px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-sm-7 {
    margin: 40px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-horizontal-sm-7 {
    margin-right: 40px;
    margin-left: 40px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-vertical-sm-7 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-top-sm-7 {
    margin-top: 40px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-right-sm-7 {
    margin-right: 40px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-bottom-sm-7 {
    margin-bottom: 40px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-left-sm-7 {
    margin-left: 40px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-sm-8 {
    margin: 48px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-horizontal-sm-8 {
    margin-right: 48px;
    margin-left: 48px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-vertical-sm-8 {
    margin-top: 48px;
    margin-bottom: 48px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-top-sm-8 {
    margin-top: 48px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-right-sm-8 {
    margin-right: 48px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-bottom-sm-8 {
    margin-bottom: 48px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-left-sm-8 {
    margin-left: 48px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-sm-0 {
    padding: 0;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-horizontal-sm-0 {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-vertical-sm-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-top-sm-0 {
    padding-top: 0 !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-right-sm-0 {
    padding-right: 0 !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-bottom-sm-0 {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-left-sm-0 {
    padding-left: 0 !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-sm-1 {
    padding: 8px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-horizontal-sm-1 {
    padding-right: 8px;
    padding-left: 8px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-vertical-sm-1 {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-top-sm-1 {
    padding-top: 8px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-right-sm-1 {
    padding-right: 8px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-bottom-sm-1 {
    padding-bottom: 8px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-left-sm-1 {
    padding-left: 8px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-sm-2 {
    padding: 16px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-horizontal-sm-2 {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-vertical-sm-2 {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-top-sm-2 {
    padding-top: 16px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-right-sm-2 {
    padding-right: 16px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-bottom-sm-2 {
    padding-bottom: 16px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-left-sm-2 {
    padding-left: 16px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-sm-3 {
    padding: 16px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-horizontal-sm-3 {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-vertical-sm-3 {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-top-sm-3 {
    padding-top: 16px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-right-sm-3 {
    padding-right: 16px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-bottom-sm-3 {
    padding-bottom: 16px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-left-sm-3 {
    padding-left: 16px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-sm-4 {
    padding: 24px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-horizontal-sm-4 {
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-vertical-sm-4 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-top-sm-4 {
    padding-top: 24px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-right-sm-4 {
    padding-right: 24px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-bottom-sm-4 {
    padding-bottom: 24px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-left-sm-4 {
    padding-left: 24px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-sm-5 {
    padding: 24px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-horizontal-sm-5 {
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-vertical-sm-5 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-top-sm-5 {
    padding-top: 24px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-right-sm-5 {
    padding-right: 24px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-bottom-sm-5 {
    padding-bottom: 24px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-left-sm-5 {
    padding-left: 24px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-sm-6 {
    padding: 32px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-horizontal-sm-6 {
    padding-right: 32px;
    padding-left: 32px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-vertical-sm-6 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-top-sm-6 {
    padding-top: 32px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-right-sm-6 {
    padding-right: 32px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-bottom-sm-6 {
    padding-bottom: 32px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-left-sm-6 {
    padding-left: 32px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-sm-7 {
    padding: 40px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-horizontal-sm-7 {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-vertical-sm-7 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-top-sm-7 {
    padding-top: 40px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-right-sm-7 {
    padding-right: 40px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-bottom-sm-7 {
    padding-bottom: 40px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-left-sm-7 {
    padding-left: 40px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-sm-8 {
    padding: 48px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-horizontal-sm-8 {
    padding-right: 48px;
    padding-left: 48px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-vertical-sm-8 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-top-sm-8 {
    padding-top: 48px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-right-sm-8 {
    padding-right: 48px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-bottom-sm-8 {
    padding-bottom: 48px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-left-sm-8 {
    padding-left: 48px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-md-0 {
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-horizontal-md-0 {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-vertical-md-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-top-md-0 {
    margin-top: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-right-md-0 {
    margin-right: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-bottom-md-0 {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-left-md-0 {
    margin-left: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-md-1 {
    margin: 8px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-horizontal-md-1 {
    margin-right: 8px;
    margin-left: 8px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-vertical-md-1 {
    margin-top: 8px;
    margin-bottom: 8px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-top-md-1 {
    margin-top: 8px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-right-md-1 {
    margin-right: 8px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-bottom-md-1 {
    margin-bottom: 8px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-left-md-1 {
    margin-left: 8px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-md-2 {
    margin: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-horizontal-md-2 {
    margin-right: 16px;
    margin-left: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-vertical-md-2 {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-top-md-2 {
    margin-top: 16px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-right-md-2 {
    margin-right: 16px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-bottom-md-2 {
    margin-bottom: 16px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-left-md-2 {
    margin-left: 16px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-md-3 {
    margin: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-horizontal-md-3 {
    margin-right: 24px;
    margin-left: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-vertical-md-3 {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-top-md-3 {
    margin-top: 24px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-right-md-3 {
    margin-right: 24px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-bottom-md-3 {
    margin-bottom: 24px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-left-md-3 {
    margin-left: 24px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-md-4 {
    margin: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-horizontal-md-4 {
    margin-right: 32px;
    margin-left: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-vertical-md-4 {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-top-md-4 {
    margin-top: 32px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-right-md-4 {
    margin-right: 32px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-bottom-md-4 {
    margin-bottom: 32px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-left-md-4 {
    margin-left: 32px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-md-5 {
    margin: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-horizontal-md-5 {
    margin-right: 32px;
    margin-left: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-vertical-md-5 {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-top-md-5 {
    margin-top: 32px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-right-md-5 {
    margin-right: 32px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-bottom-md-5 {
    margin-bottom: 32px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-left-md-5 {
    margin-left: 32px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-md-6 {
    margin: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-horizontal-md-6 {
    margin-right: 40px;
    margin-left: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-vertical-md-6 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-top-md-6 {
    margin-top: 40px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-right-md-6 {
    margin-right: 40px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-bottom-md-6 {
    margin-bottom: 40px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-left-md-6 {
    margin-left: 40px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-md-7 {
    margin: 48px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-horizontal-md-7 {
    margin-right: 48px;
    margin-left: 48px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-vertical-md-7 {
    margin-top: 48px;
    margin-bottom: 48px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-top-md-7 {
    margin-top: 48px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-right-md-7 {
    margin-right: 48px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-bottom-md-7 {
    margin-bottom: 48px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-left-md-7 {
    margin-left: 48px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-md-8 {
    margin: 56px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-horizontal-md-8 {
    margin-right: 56px;
    margin-left: 56px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-vertical-md-8 {
    margin-top: 56px;
    margin-bottom: 56px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-top-md-8 {
    margin-top: 56px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-right-md-8 {
    margin-right: 56px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-bottom-md-8 {
    margin-bottom: 56px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-left-md-8 {
    margin-left: 56px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-md-0 {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-horizontal-md-0 {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-vertical-md-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-top-md-0 {
    padding-top: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-right-md-0 {
    padding-right: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-bottom-md-0 {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-left-md-0 {
    padding-left: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-md-1 {
    padding: 8px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-horizontal-md-1 {
    padding-right: 8px;
    padding-left: 8px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-vertical-md-1 {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-top-md-1 {
    padding-top: 8px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-right-md-1 {
    padding-right: 8px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-bottom-md-1 {
    padding-bottom: 8px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-left-md-1 {
    padding-left: 8px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-md-2 {
    padding: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-horizontal-md-2 {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-vertical-md-2 {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-top-md-2 {
    padding-top: 16px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-right-md-2 {
    padding-right: 16px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-bottom-md-2 {
    padding-bottom: 16px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-left-md-2 {
    padding-left: 16px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-md-3 {
    padding: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-horizontal-md-3 {
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-vertical-md-3 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-top-md-3 {
    padding-top: 24px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-right-md-3 {
    padding-right: 24px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-bottom-md-3 {
    padding-bottom: 24px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-left-md-3 {
    padding-left: 24px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-md-4 {
    padding: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-horizontal-md-4 {
    padding-right: 32px;
    padding-left: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-vertical-md-4 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-top-md-4 {
    padding-top: 32px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-right-md-4 {
    padding-right: 32px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-bottom-md-4 {
    padding-bottom: 32px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-left-md-4 {
    padding-left: 32px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-md-5 {
    padding: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-horizontal-md-5 {
    padding-right: 32px;
    padding-left: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-vertical-md-5 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-top-md-5 {
    padding-top: 32px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-right-md-5 {
    padding-right: 32px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-bottom-md-5 {
    padding-bottom: 32px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-left-md-5 {
    padding-left: 32px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-md-6 {
    padding: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-horizontal-md-6 {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-vertical-md-6 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-top-md-6 {
    padding-top: 40px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-right-md-6 {
    padding-right: 40px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-bottom-md-6 {
    padding-bottom: 40px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-left-md-6 {
    padding-left: 40px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-md-7 {
    padding: 48px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-horizontal-md-7 {
    padding-right: 48px;
    padding-left: 48px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-vertical-md-7 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-top-md-7 {
    padding-top: 48px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-right-md-7 {
    padding-right: 48px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-bottom-md-7 {
    padding-bottom: 48px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-left-md-7 {
    padding-left: 48px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-md-8 {
    padding: 56px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-horizontal-md-8 {
    padding-right: 56px;
    padding-left: 56px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-vertical-md-8 {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-top-md-8 {
    padding-top: 56px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-right-md-8 {
    padding-right: 56px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-bottom-md-8 {
    padding-bottom: 56px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-left-md-8 {
    padding-left: 56px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-lg-0 {
    margin: 0;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-horizontal-lg-0 {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-vertical-lg-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-top-lg-0 {
    margin-top: 0 !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-right-lg-0 {
    margin-right: 0 !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-bottom-lg-0 {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-left-lg-0 {
    margin-left: 0 !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-lg-1 {
    margin: 8px;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-horizontal-lg-1 {
    margin-right: 8px;
    margin-left: 8px;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-vertical-lg-1 {
    margin-top: 8px;
    margin-bottom: 8px;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-top-lg-1 {
    margin-top: 8px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-right-lg-1 {
    margin-right: 8px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-bottom-lg-1 {
    margin-bottom: 8px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-left-lg-1 {
    margin-left: 8px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-lg-2 {
    margin: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-horizontal-lg-2 {
    margin-right: 16px;
    margin-left: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-vertical-lg-2 {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-top-lg-2 {
    margin-top: 16px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-right-lg-2 {
    margin-right: 16px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-bottom-lg-2 {
    margin-bottom: 16px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-left-lg-2 {
    margin-left: 16px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-lg-3 {
    margin: 24px;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-horizontal-lg-3 {
    margin-right: 24px;
    margin-left: 24px;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-vertical-lg-3 {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-top-lg-3 {
    margin-top: 24px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-right-lg-3 {
    margin-right: 24px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-bottom-lg-3 {
    margin-bottom: 24px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-left-lg-3 {
    margin-left: 24px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-lg-4 {
    margin: 32px;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-horizontal-lg-4 {
    margin-right: 32px;
    margin-left: 32px;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-vertical-lg-4 {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-top-lg-4 {
    margin-top: 32px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-right-lg-4 {
    margin-right: 32px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-bottom-lg-4 {
    margin-bottom: 32px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-left-lg-4 {
    margin-left: 32px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-lg-5 {
    margin: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-horizontal-lg-5 {
    margin-right: 40px;
    margin-left: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-vertical-lg-5 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-top-lg-5 {
    margin-top: 40px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-right-lg-5 {
    margin-right: 40px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-bottom-lg-5 {
    margin-bottom: 40px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-left-lg-5 {
    margin-left: 40px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-lg-6 {
    margin: 48px;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-horizontal-lg-6 {
    margin-right: 48px;
    margin-left: 48px;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-vertical-lg-6 {
    margin-top: 48px;
    margin-bottom: 48px;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-top-lg-6 {
    margin-top: 48px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-right-lg-6 {
    margin-right: 48px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-bottom-lg-6 {
    margin-bottom: 48px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-left-lg-6 {
    margin-left: 48px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-lg-7 {
    margin: 56px;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-horizontal-lg-7 {
    margin-right: 56px;
    margin-left: 56px;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-vertical-lg-7 {
    margin-top: 56px;
    margin-bottom: 56px;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-top-lg-7 {
    margin-top: 56px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-right-lg-7 {
    margin-right: 56px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-bottom-lg-7 {
    margin-bottom: 56px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-left-lg-7 {
    margin-left: 56px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-lg-8 {
    margin: 80px;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-horizontal-lg-8 {
    margin-right: 80px;
    margin-left: 80px;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-vertical-lg-8 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-top-lg-8 {
    margin-top: 80px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-right-lg-8 {
    margin-right: 80px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-bottom-lg-8 {
    margin-bottom: 80px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-left-lg-8 {
    margin-left: 80px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-lg-0 {
    padding: 0;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-horizontal-lg-0 {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-vertical-lg-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-top-lg-0 {
    padding-top: 0 !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-right-lg-0 {
    padding-right: 0 !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-bottom-lg-0 {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-left-lg-0 {
    padding-left: 0 !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-lg-1 {
    padding: 8px;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-horizontal-lg-1 {
    padding-right: 8px;
    padding-left: 8px;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-vertical-lg-1 {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-top-lg-1 {
    padding-top: 8px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-right-lg-1 {
    padding-right: 8px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-bottom-lg-1 {
    padding-bottom: 8px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-left-lg-1 {
    padding-left: 8px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-lg-2 {
    padding: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-horizontal-lg-2 {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-vertical-lg-2 {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-top-lg-2 {
    padding-top: 16px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-right-lg-2 {
    padding-right: 16px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-bottom-lg-2 {
    padding-bottom: 16px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-left-lg-2 {
    padding-left: 16px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-lg-3 {
    padding: 24px;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-horizontal-lg-3 {
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-vertical-lg-3 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-top-lg-3 {
    padding-top: 24px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-right-lg-3 {
    padding-right: 24px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-bottom-lg-3 {
    padding-bottom: 24px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-left-lg-3 {
    padding-left: 24px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-lg-4 {
    padding: 32px;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-horizontal-lg-4 {
    padding-right: 32px;
    padding-left: 32px;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-vertical-lg-4 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-top-lg-4 {
    padding-top: 32px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-right-lg-4 {
    padding-right: 32px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-bottom-lg-4 {
    padding-bottom: 32px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-left-lg-4 {
    padding-left: 32px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-lg-5 {
    padding: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-horizontal-lg-5 {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-vertical-lg-5 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-top-lg-5 {
    padding-top: 40px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-right-lg-5 {
    padding-right: 40px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-bottom-lg-5 {
    padding-bottom: 40px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-left-lg-5 {
    padding-left: 40px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-lg-6 {
    padding: 48px;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-horizontal-lg-6 {
    padding-right: 48px;
    padding-left: 48px;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-vertical-lg-6 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-top-lg-6 {
    padding-top: 48px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-right-lg-6 {
    padding-right: 48px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-bottom-lg-6 {
    padding-bottom: 48px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-left-lg-6 {
    padding-left: 48px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-lg-7 {
    padding: 56px;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-horizontal-lg-7 {
    padding-right: 56px;
    padding-left: 56px;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-vertical-lg-7 {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-top-lg-7 {
    padding-top: 56px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-right-lg-7 {
    padding-right: 56px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-bottom-lg-7 {
    padding-bottom: 56px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-left-lg-7 {
    padding-left: 56px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-lg-8 {
    padding: 80px;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-horizontal-lg-8 {
    padding-right: 80px;
    padding-left: 80px;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-vertical-lg-8 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-top-lg-8 {
    padding-top: 80px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-right-lg-8 {
    padding-right: 80px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-bottom-lg-8 {
    padding-bottom: 80px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-left-lg-8 {
    padding-left: 80px !important;
  }
}
@media (min-width: 1441px) {
  .margin-xl-0 {
    margin: 0;
  }
}
@media (min-width: 1441px) {
  .margin-horizontal-xl-0 {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 1441px) {
  .margin-vertical-xl-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 1441px) {
  .margin-top-xl-0 {
    margin-top: 0 !important;
  }
}
@media (min-width: 1441px) {
  .margin-right-xl-0 {
    margin-right: 0 !important;
  }
}
@media (min-width: 1441px) {
  .margin-bottom-xl-0 {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 1441px) {
  .margin-left-xl-0 {
    margin-left: 0 !important;
  }
}
@media (min-width: 1441px) {
  .margin-xl-1 {
    margin: 8px;
  }
}
@media (min-width: 1441px) {
  .margin-horizontal-xl-1 {
    margin-right: 8px;
    margin-left: 8px;
  }
}
@media (min-width: 1441px) {
  .margin-vertical-xl-1 {
    margin-top: 8px;
    margin-bottom: 8px;
  }
}
@media (min-width: 1441px) {
  .margin-top-xl-1 {
    margin-top: 8px !important;
  }
}
@media (min-width: 1441px) {
  .margin-right-xl-1 {
    margin-right: 8px !important;
  }
}
@media (min-width: 1441px) {
  .margin-bottom-xl-1 {
    margin-bottom: 8px !important;
  }
}
@media (min-width: 1441px) {
  .margin-left-xl-1 {
    margin-left: 8px !important;
  }
}
@media (min-width: 1441px) {
  .margin-xl-2 {
    margin: 16px;
  }
}
@media (min-width: 1441px) {
  .margin-horizontal-xl-2 {
    margin-right: 16px;
    margin-left: 16px;
  }
}
@media (min-width: 1441px) {
  .margin-vertical-xl-2 {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
@media (min-width: 1441px) {
  .margin-top-xl-2 {
    margin-top: 16px !important;
  }
}
@media (min-width: 1441px) {
  .margin-right-xl-2 {
    margin-right: 16px !important;
  }
}
@media (min-width: 1441px) {
  .margin-bottom-xl-2 {
    margin-bottom: 16px !important;
  }
}
@media (min-width: 1441px) {
  .margin-left-xl-2 {
    margin-left: 16px !important;
  }
}
@media (min-width: 1441px) {
  .margin-xl-3 {
    margin: 24px;
  }
}
@media (min-width: 1441px) {
  .margin-horizontal-xl-3 {
    margin-right: 24px;
    margin-left: 24px;
  }
}
@media (min-width: 1441px) {
  .margin-vertical-xl-3 {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
@media (min-width: 1441px) {
  .margin-top-xl-3 {
    margin-top: 24px !important;
  }
}
@media (min-width: 1441px) {
  .margin-right-xl-3 {
    margin-right: 24px !important;
  }
}
@media (min-width: 1441px) {
  .margin-bottom-xl-3 {
    margin-bottom: 24px !important;
  }
}
@media (min-width: 1441px) {
  .margin-left-xl-3 {
    margin-left: 24px !important;
  }
}
@media (min-width: 1441px) {
  .margin-xl-4 {
    margin: 32px;
  }
}
@media (min-width: 1441px) {
  .margin-horizontal-xl-4 {
    margin-right: 32px;
    margin-left: 32px;
  }
}
@media (min-width: 1441px) {
  .margin-vertical-xl-4 {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
@media (min-width: 1441px) {
  .margin-top-xl-4 {
    margin-top: 32px !important;
  }
}
@media (min-width: 1441px) {
  .margin-right-xl-4 {
    margin-right: 32px !important;
  }
}
@media (min-width: 1441px) {
  .margin-bottom-xl-4 {
    margin-bottom: 32px !important;
  }
}
@media (min-width: 1441px) {
  .margin-left-xl-4 {
    margin-left: 32px !important;
  }
}
@media (min-width: 1441px) {
  .margin-xl-5 {
    margin: 40px;
  }
}
@media (min-width: 1441px) {
  .margin-horizontal-xl-5 {
    margin-right: 40px;
    margin-left: 40px;
  }
}
@media (min-width: 1441px) {
  .margin-vertical-xl-5 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1441px) {
  .margin-top-xl-5 {
    margin-top: 40px !important;
  }
}
@media (min-width: 1441px) {
  .margin-right-xl-5 {
    margin-right: 40px !important;
  }
}
@media (min-width: 1441px) {
  .margin-bottom-xl-5 {
    margin-bottom: 40px !important;
  }
}
@media (min-width: 1441px) {
  .margin-left-xl-5 {
    margin-left: 40px !important;
  }
}
@media (min-width: 1441px) {
  .margin-xl-6 {
    margin: 48px;
  }
}
@media (min-width: 1441px) {
  .margin-horizontal-xl-6 {
    margin-right: 48px;
    margin-left: 48px;
  }
}
@media (min-width: 1441px) {
  .margin-vertical-xl-6 {
    margin-top: 48px;
    margin-bottom: 48px;
  }
}
@media (min-width: 1441px) {
  .margin-top-xl-6 {
    margin-top: 48px !important;
  }
}
@media (min-width: 1441px) {
  .margin-right-xl-6 {
    margin-right: 48px !important;
  }
}
@media (min-width: 1441px) {
  .margin-bottom-xl-6 {
    margin-bottom: 48px !important;
  }
}
@media (min-width: 1441px) {
  .margin-left-xl-6 {
    margin-left: 48px !important;
  }
}
@media (min-width: 1441px) {
  .margin-xl-7 {
    margin: 56px;
  }
}
@media (min-width: 1441px) {
  .margin-horizontal-xl-7 {
    margin-right: 56px;
    margin-left: 56px;
  }
}
@media (min-width: 1441px) {
  .margin-vertical-xl-7 {
    margin-top: 56px;
    margin-bottom: 56px;
  }
}
@media (min-width: 1441px) {
  .margin-top-xl-7 {
    margin-top: 56px !important;
  }
}
@media (min-width: 1441px) {
  .margin-right-xl-7 {
    margin-right: 56px !important;
  }
}
@media (min-width: 1441px) {
  .margin-bottom-xl-7 {
    margin-bottom: 56px !important;
  }
}
@media (min-width: 1441px) {
  .margin-left-xl-7 {
    margin-left: 56px !important;
  }
}
@media (min-width: 1441px) {
  .margin-xl-8 {
    margin: 80px;
  }
}
@media (min-width: 1441px) {
  .margin-horizontal-xl-8 {
    margin-right: 80px;
    margin-left: 80px;
  }
}
@media (min-width: 1441px) {
  .margin-vertical-xl-8 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media (min-width: 1441px) {
  .margin-top-xl-8 {
    margin-top: 80px !important;
  }
}
@media (min-width: 1441px) {
  .margin-right-xl-8 {
    margin-right: 80px !important;
  }
}
@media (min-width: 1441px) {
  .margin-bottom-xl-8 {
    margin-bottom: 80px !important;
  }
}
@media (min-width: 1441px) {
  .margin-left-xl-8 {
    margin-left: 80px !important;
  }
}
@media (min-width: 1441px) {
  .padding-xl-0 {
    padding: 0;
  }
}
@media (min-width: 1441px) {
  .padding-horizontal-xl-0 {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1441px) {
  .padding-vertical-xl-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 1441px) {
  .padding-top-xl-0 {
    padding-top: 0 !important;
  }
}
@media (min-width: 1441px) {
  .padding-right-xl-0 {
    padding-right: 0 !important;
  }
}
@media (min-width: 1441px) {
  .padding-bottom-xl-0 {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1441px) {
  .padding-left-xl-0 {
    padding-left: 0 !important;
  }
}
@media (min-width: 1441px) {
  .padding-xl-1 {
    padding: 8px;
  }
}
@media (min-width: 1441px) {
  .padding-horizontal-xl-1 {
    padding-right: 8px;
    padding-left: 8px;
  }
}
@media (min-width: 1441px) {
  .padding-vertical-xl-1 {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
@media (min-width: 1441px) {
  .padding-top-xl-1 {
    padding-top: 8px !important;
  }
}
@media (min-width: 1441px) {
  .padding-right-xl-1 {
    padding-right: 8px !important;
  }
}
@media (min-width: 1441px) {
  .padding-bottom-xl-1 {
    padding-bottom: 8px !important;
  }
}
@media (min-width: 1441px) {
  .padding-left-xl-1 {
    padding-left: 8px !important;
  }
}
@media (min-width: 1441px) {
  .padding-xl-2 {
    padding: 16px;
  }
}
@media (min-width: 1441px) {
  .padding-horizontal-xl-2 {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media (min-width: 1441px) {
  .padding-vertical-xl-2 {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media (min-width: 1441px) {
  .padding-top-xl-2 {
    padding-top: 16px !important;
  }
}
@media (min-width: 1441px) {
  .padding-right-xl-2 {
    padding-right: 16px !important;
  }
}
@media (min-width: 1441px) {
  .padding-bottom-xl-2 {
    padding-bottom: 16px !important;
  }
}
@media (min-width: 1441px) {
  .padding-left-xl-2 {
    padding-left: 16px !important;
  }
}
@media (min-width: 1441px) {
  .padding-xl-3 {
    padding: 24px;
  }
}
@media (min-width: 1441px) {
  .padding-horizontal-xl-3 {
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media (min-width: 1441px) {
  .padding-vertical-xl-3 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media (min-width: 1441px) {
  .padding-top-xl-3 {
    padding-top: 24px !important;
  }
}
@media (min-width: 1441px) {
  .padding-right-xl-3 {
    padding-right: 24px !important;
  }
}
@media (min-width: 1441px) {
  .padding-bottom-xl-3 {
    padding-bottom: 24px !important;
  }
}
@media (min-width: 1441px) {
  .padding-left-xl-3 {
    padding-left: 24px !important;
  }
}
@media (min-width: 1441px) {
  .padding-xl-4 {
    padding: 32px;
  }
}
@media (min-width: 1441px) {
  .padding-horizontal-xl-4 {
    padding-right: 32px;
    padding-left: 32px;
  }
}
@media (min-width: 1441px) {
  .padding-vertical-xl-4 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
@media (min-width: 1441px) {
  .padding-top-xl-4 {
    padding-top: 32px !important;
  }
}
@media (min-width: 1441px) {
  .padding-right-xl-4 {
    padding-right: 32px !important;
  }
}
@media (min-width: 1441px) {
  .padding-bottom-xl-4 {
    padding-bottom: 32px !important;
  }
}
@media (min-width: 1441px) {
  .padding-left-xl-4 {
    padding-left: 32px !important;
  }
}
@media (min-width: 1441px) {
  .padding-xl-5 {
    padding: 40px;
  }
}
@media (min-width: 1441px) {
  .padding-horizontal-xl-5 {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (min-width: 1441px) {
  .padding-vertical-xl-5 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 1441px) {
  .padding-top-xl-5 {
    padding-top: 40px !important;
  }
}
@media (min-width: 1441px) {
  .padding-right-xl-5 {
    padding-right: 40px !important;
  }
}
@media (min-width: 1441px) {
  .padding-bottom-xl-5 {
    padding-bottom: 40px !important;
  }
}
@media (min-width: 1441px) {
  .padding-left-xl-5 {
    padding-left: 40px !important;
  }
}
@media (min-width: 1441px) {
  .padding-xl-6 {
    padding: 48px;
  }
}
@media (min-width: 1441px) {
  .padding-horizontal-xl-6 {
    padding-right: 48px;
    padding-left: 48px;
  }
}
@media (min-width: 1441px) {
  .padding-vertical-xl-6 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media (min-width: 1441px) {
  .padding-top-xl-6 {
    padding-top: 48px !important;
  }
}
@media (min-width: 1441px) {
  .padding-right-xl-6 {
    padding-right: 48px !important;
  }
}
@media (min-width: 1441px) {
  .padding-bottom-xl-6 {
    padding-bottom: 48px !important;
  }
}
@media (min-width: 1441px) {
  .padding-left-xl-6 {
    padding-left: 48px !important;
  }
}
@media (min-width: 1441px) {
  .padding-xl-7 {
    padding: 56px;
  }
}
@media (min-width: 1441px) {
  .padding-horizontal-xl-7 {
    padding-right: 56px;
    padding-left: 56px;
  }
}
@media (min-width: 1441px) {
  .padding-vertical-xl-7 {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
@media (min-width: 1441px) {
  .padding-top-xl-7 {
    padding-top: 56px !important;
  }
}
@media (min-width: 1441px) {
  .padding-right-xl-7 {
    padding-right: 56px !important;
  }
}
@media (min-width: 1441px) {
  .padding-bottom-xl-7 {
    padding-bottom: 56px !important;
  }
}
@media (min-width: 1441px) {
  .padding-left-xl-7 {
    padding-left: 56px !important;
  }
}
@media (min-width: 1441px) {
  .padding-xl-8 {
    padding: 80px;
  }
}
@media (min-width: 1441px) {
  .padding-horizontal-xl-8 {
    padding-right: 80px;
    padding-left: 80px;
  }
}
@media (min-width: 1441px) {
  .padding-vertical-xl-8 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 1441px) {
  .padding-top-xl-8 {
    padding-top: 80px !important;
  }
}
@media (min-width: 1441px) {
  .padding-right-xl-8 {
    padding-right: 80px !important;
  }
}
@media (min-width: 1441px) {
  .padding-bottom-xl-8 {
    padding-bottom: 80px !important;
  }
}
@media (min-width: 1441px) {
  .padding-left-xl-8 {
    padding-left: 80px !important;
  }
}
img,
audio,
video {
  border: none;
  max-width: 100%;
}
.visually-hidden {
  font-weight: 400;
}
.visually-hidden:not(:focus):not(:active) {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.w-light {
  font-weight: 200;
}
.w-normal {
  font-weight: 400;
}
.w-bold {
  font-weight: bold;
}
.w-extra-bold {
  font-weight: 700;
}
.br-light1 { /* stylelint-disable-line */
  border-color: #ffffff;
}
.br-light2 { /* stylelint-disable-line */
  border-color: #f4f4f4;
}
.br-light3 { /* stylelint-disable-line */
  border-color: #ebebeb;
}
.br-mid1 { /* stylelint-disable-line */
  border-color: #cccccc;
}
.br-mid2 { /* stylelint-disable-line */
  border-color: #afafaf;
}
.br-mid3 { /* stylelint-disable-line */
  border-color: #999999;
}
.br-mid4 { /* stylelint-disable-line */
  border-color: #666666;
}
.br-dark1 { /* stylelint-disable-line */
  border-color: #333333;
}
.br-dark2 { /* stylelint-disable-line */
  border-color: #000000;
}
.br-brand { /* stylelint-disable-line */
  border-color: #e60000;
}
.br-info { /* stylelint-disable-line */
  border-color: #005ea5;
}
.br-warn { /* stylelint-disable-line */
  border-color: #eb9700;
}
.br-error { /* stylelint-disable-line */
  border-color: #bd0000;
}
.br-success { /* stylelint-disable-line */
  border-color: #428600;
}
.br-selected { /* stylelint-disable-line */
  border-color: #428600;
}
.br-discount { /* stylelint-disable-line */
  border-color: #00b0ca;
}
.br-promotion1 { /* stylelint-disable-line */
  border-color: #9c2aa0;
}
.br-promotion2 { /* stylelint-disable-line */
  border-color: #5e2750;
}
.br-marketingYellow { /* stylelint-disable-line */
  border-color: #fecb00;
}
.br-marketingGreen { /* stylelint-disable-line */
  border-color: #7ed321;
}
.br-marketingOrange { /* stylelint-disable-line */
  border-color: #eb9700;
}
.br-marketingTurquoise { /* stylelint-disable-line */
  border-color: #007c92;
}
.br-marketingBlue { /* stylelint-disable-line */
  border-color: #00b0ca;
}
.br-marketingViolet { /* stylelint-disable-line */
  border-color: #9c2aa0;
}
.br-marketingAubergine { /* stylelint-disable-line */
  border-color: #5e2750;
}
.text-light1 { /* stylelint-disable-line */
  color: #ffffff;
}
.text-light2 { /* stylelint-disable-line */
  color: #f4f4f4;
}
.text-light3 { /* stylelint-disable-line */
  color: #ebebeb;
}
.text-mid1 { /* stylelint-disable-line */
  color: #cccccc;
}
.text-mid2 { /* stylelint-disable-line */
  color: #afafaf;
}
.text-mid3 { /* stylelint-disable-line */
  color: #999999;
}
.text-mid4 { /* stylelint-disable-line */
  color: #666666;
}
.text-dark1 { /* stylelint-disable-line */
  color: #333333;
}
.text-dark2 { /* stylelint-disable-line */
  color: #000000;
}
.text-brand { /* stylelint-disable-line */
  color: #e60000;
}
.text-info { /* stylelint-disable-line */
  color: #005ea5;
}
.text-warn { /* stylelint-disable-line */
  color: #eb9700;
}
.text-error { /* stylelint-disable-line */
  color: #bd0000;
}
.text-success { /* stylelint-disable-line */
  color: #428600;
}
.text-selected { /* stylelint-disable-line */
  color: #428600;
}
.text-discount { /* stylelint-disable-line */
  color: #00b0ca;
}
.text-promotion1 { /* stylelint-disable-line */
  color: #9c2aa0;
}
.text-promotion2 { /* stylelint-disable-line */
  color: #5e2750;
}
.text-marketingYellow { /* stylelint-disable-line */
  color: #fecb00;
}
.text-marketingGreen { /* stylelint-disable-line */
  color: #7ed321;
}
.text-marketingOrange { /* stylelint-disable-line */
  color: #eb9700;
}
.text-marketingTurquoise { /* stylelint-disable-line */
  color: #007c92;
}
.text-marketingBlue { /* stylelint-disable-line */
  color: #00b0ca;
}
.text-marketingViolet { /* stylelint-disable-line */
  color: #9c2aa0;
}
.text-marketingAubergine { /* stylelint-disable-line */
  color: #5e2750;
}
/* stylelint-disable */
.d-none {
  display: none;
}
@media (min-width: 768px) {
  .d-md-none {
    display: none;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none;
  }
}
.d-inline {
  display: inline;
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline;
  }
}
.d-inline-block {
  display: inline-block;
}
@media (min-width: 768px) {
  .d-md-inline-block {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  .d-lg-inline-block {
    display: inline-block;
  }
}
.d-block {
  display: block;
}
@media (min-width: 768px) {
  .d-md-block {
    display: block;
  }
}
@media (min-width: 992px) {
  .d-lg-block {
    display: block;
  }
}
.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .d-md-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 992px) {
  .d-lg-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.d-inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media (min-width: 768px) {
  .d-md-inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
@media (min-width: 992px) {
  .d-lg-inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}@-webkit-keyframes vfuk-Checkbox__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-Checkbox__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-Checkbox__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-Checkbox__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-Checkbox__disabled {
  opacity: 0.5;
}

.vfuk-Checkbox__error {
  border-color: #e60000;
  color: #e60000;
}

.vfuk-Checkbox__wrapper {
  position: relative;
}

.vfuk-Checkbox__required {
  color: #e60000;
}

.vfuk-Checkbox__label {
  display: block;
  padding: 0.34375rem 0 0.34375rem 3rem;
  overflow-wrap: break-word;
  word-wrap: break-word;
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .vfuk-Checkbox__label {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (min-width: 768px) {
  .vfuk-Checkbox__label {
    padding: 0.28125rem 0 0.28125rem 3rem;
  }
}
.vfuk-Checkbox__label:before {
  border: 0.0625rem solid #999999;
  background-color: #ffffff;
  border-radius: 0.1875rem;
  content: "";
  height: 2rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 2rem;
}
.vfuk-Checkbox__label:after {
  content: "";
  border: 0.125rem solid #333333;
  border-left: 0;
  border-top: 0;
  height: 1rem;
  left: 0.875rem;
  opacity: 0;
  position: absolute;
  top: 0.375rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
  width: 0.3125rem;
}

.vfuk-Checkbox__checkbox {
  height: 2rem;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 2rem;
}
.vfuk-Checkbox__checkbox:checked + label:after {
  opacity: 1;
}
.vfuk-Checkbox__checkbox:focus + label:before {
  -webkit-box-shadow: 0 0 0 3px #00b0ca;
          box-shadow: 0 0 0 3px #00b0ca;
  outline: 3px solid transparent;
}

.vfuk-Checkbox__center-container {
  text-align: center;
}
.vfuk-Checkbox__center-wrapper {
  display: inline-block;
}@-webkit-keyframes vfuk-resources__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-resources__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-resources__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-resources__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
@keyframes vfuk-resources__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-resources__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/@-webkit-keyframes vfuk-styles__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-styles__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-styles__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-styles__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/@-webkit-keyframes vfuk-main__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-main__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-main__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-main__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.none {
  display: none;
}@-webkit-keyframes vfuk-Logo__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-Logo__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-Logo__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-Logo__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-Logo__wrapper {
  display: inline-block;
}

.vfuk-Logo__dark {
  fill: #333333;
}

.vfuk-Logo__mid {
  fill: #999999;
}

.vfuk-Logo__light {
  fill: #cccccc;
}

.vfuk-Logo__logo-sm-0 {
  height: 32px;
  width: 32px;
}

@media (min-width: 768px) {
  .vfuk-Logo__logo-md-0 {
    height: 32px;
    width: 32px;
  }
}

@media (min-width: 992px) {
  .vfuk-Logo__logo-lg-0 {
    height: 32px;
    width: 32px;
  }
}

.vfuk-Logo__logo-sm-1 {
  height: 48px;
  width: 48px;
}

@media (min-width: 768px) {
  .vfuk-Logo__logo-md-1 {
    height: 48px;
    width: 48px;
  }
}

@media (min-width: 992px) {
  .vfuk-Logo__logo-lg-1 {
    height: 48px;
    width: 48px;
  }
}

.vfuk-Logo__logo-sm-2 {
  height: 96px;
  width: 96px;
}

@media (min-width: 768px) {
  .vfuk-Logo__logo-md-2 {
    height: 96px;
    width: 96px;
  }
}

@media (min-width: 992px) {
  .vfuk-Logo__logo-lg-2 {
    height: 96px;
    width: 96px;
  }
}

.vfuk-Logo__logo-sm-3 {
  height: 144px;
  width: 144px;
}

@media (min-width: 768px) {
  .vfuk-Logo__logo-md-3 {
    height: 144px;
    width: 144px;
  }
}

@media (min-width: 992px) {
  .vfuk-Logo__logo-lg-3 {
    height: 144px;
    width: 144px;
  }
}

.vfuk-Logo__logo-sm-4 {
  height: 192px;
  width: 192px;
}

@media (min-width: 768px) {
  .vfuk-Logo__logo-md-4 {
    height: 192px;
    width: 192px;
  }
}

@media (min-width: 992px) {
  .vfuk-Logo__logo-lg-4 {
    height: 192px;
    width: 192px;
  }
}@-webkit-keyframes vfuk-Link__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-Link__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-Link__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-Link__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-Link__link,
.vfuk-Link__link:visited {
  text-decoration: underline;
}

.vfuk-Link__inherit {
  color: inherit;
}

.vfuk-Link__dark {
  color: #333333;
}

.vfuk-Link__light {
  color: #ffffff;
}

.vfuk-Link__brand {
  color: #e60000;
}@-webkit-keyframes vfuk-MegaNavLogo__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-MegaNavLogo__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-MegaNavLogo__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-MegaNavLogo__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-MegaNavLogo__meganav__vodafone-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 20;
}
.vfuk-MegaNavLogo__meganav__vodafone-logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 992px) {
  .vfuk-MegaNavLogo__meganav__vodafone-logo {
    margin: 8px 0;
    padding: 0 16px;
  }
}
.vfuk-MegaNavLogo__meganav__vodafone-logo__sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}@-webkit-keyframes vfuk-Icon__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-Icon__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-Icon__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-Icon__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-Icon__wrapper {
  display: inline-block;
  stroke: none;
  stroke-width: 0;
}

.vfuk-Icon__inherit {
  fill: currentColor;
}

.vfuk-Icon__dark {
  fill: #333333;
}

.vfuk-Icon__mid1 {
  fill: #cccccc;
}

.vfuk-Icon__mid2 {
  fill: #afafaf;
}

.vfuk-Icon__mid3 {
  fill: #999999;
}

.vfuk-Icon__light {
  fill: #ffffff;
}

.vfuk-Icon__brand {
  fill: #e60000;
}

.vfuk-Icon__info {
  fill: #005ea5;
}

.vfuk-Icon__warn {
  fill: #eb9700;
}

.vfuk-Icon__error {
  fill: #bd0000;
}

.vfuk-Icon__success {
  fill: #428600;
}

.vfuk-Icon__secondary-1 {
  fill: #007c92;
}

.vfuk-Icon__size-1 {
  height: 16px;
  width: 16px;
}
@media (min-width: 768px) {
  .vfuk-Icon__size-1 {
    height: 16px;
    width: 16px;
  }
}
@media (min-width: 992px) {
  .vfuk-Icon__size-1 {
    height: 16px;
    width: 16px;
  }
}

.vfuk-Icon__size-2 {
  height: 16px;
  width: 16px;
}
@media (min-width: 768px) {
  .vfuk-Icon__size-2 {
    height: 24px;
    width: 24px;
  }
}
@media (min-width: 992px) {
  .vfuk-Icon__size-2 {
    height: 24px;
    width: 24px;
  }
}

.vfuk-Icon__size-3 {
  height: 24px;
  width: 24px;
}
@media (min-width: 768px) {
  .vfuk-Icon__size-3 {
    height: 32px;
    width: 32px;
  }
}
@media (min-width: 992px) {
  .vfuk-Icon__size-3 {
    height: 32px;
    width: 32px;
  }
}

.vfuk-Icon__size-4 {
  height: 24px;
  width: 24px;
}
@media (min-width: 768px) {
  .vfuk-Icon__size-4 {
    height: 32px;
    width: 32px;
  }
}
@media (min-width: 992px) {
  .vfuk-Icon__size-4 {
    height: 40px;
    width: 40px;
  }
}

.vfuk-Icon__size-5 {
  height: 32px;
  width: 32px;
}
@media (min-width: 768px) {
  .vfuk-Icon__size-5 {
    height: 40px;
    width: 40px;
  }
}
@media (min-width: 992px) {
  .vfuk-Icon__size-5 {
    height: 48px;
    width: 48px;
  }
}

.vfuk-Icon__size-6 {
  height: 40px;
  width: 40px;
}
@media (min-width: 768px) {
  .vfuk-Icon__size-6 {
    height: 48px;
    width: 48px;
  }
}
@media (min-width: 992px) {
  .vfuk-Icon__size-6 {
    height: 64px;
    width: 64px;
  }
}

.vfuk-Icon__size-7 {
  height: 48px;
  width: 48px;
}
@media (min-width: 768px) {
  .vfuk-Icon__size-7 {
    height: 56px;
    width: 56px;
  }
}
@media (min-width: 992px) {
  .vfuk-Icon__size-7 {
    height: 80px;
    width: 80px;
  }
}

.vfuk-Icon__size-8 {
  height: 56px;
  width: 56px;
}
@media (min-width: 768px) {
  .vfuk-Icon__size-8 {
    height: 64px;
    width: 64px;
  }
}
@media (min-width: 992px) {
  .vfuk-Icon__size-8 {
    height: 96px;
    width: 96px;
  }
}

.vfuk-Icon__size-1-fixed {
  height: 16px;
  width: 16px;
}
@media (min-width: 768px) {
  .vfuk-Icon__size-1-fixed {
    height: 16px;
    width: 16px;
  }
}
@media (min-width: 992px) {
  .vfuk-Icon__size-1-fixed {
    height: 16px;
    width: 16px;
  }
}

.vfuk-Icon__size-2-fixed {
  height: 24px;
  width: 24px;
}
@media (min-width: 768px) {
  .vfuk-Icon__size-2-fixed {
    height: 24px;
    width: 24px;
  }
}
@media (min-width: 992px) {
  .vfuk-Icon__size-2-fixed {
    height: 24px;
    width: 24px;
  }
}

.vfuk-Icon__size-3-fixed {
  height: 32px;
  width: 32px;
}
@media (min-width: 768px) {
  .vfuk-Icon__size-3-fixed {
    height: 32px;
    width: 32px;
  }
}
@media (min-width: 992px) {
  .vfuk-Icon__size-3-fixed {
    height: 32px;
    width: 32px;
  }
}

.vfuk-Icon__size-4-fixed {
  height: 40px;
  width: 40px;
}
@media (min-width: 768px) {
  .vfuk-Icon__size-4-fixed {
    height: 40px;
    width: 40px;
  }
}
@media (min-width: 992px) {
  .vfuk-Icon__size-4-fixed {
    height: 40px;
    width: 40px;
  }
}

.vfuk-Icon__size-5-fixed {
  height: 48px;
  width: 48px;
}
@media (min-width: 768px) {
  .vfuk-Icon__size-5-fixed {
    height: 48px;
    width: 48px;
  }
}
@media (min-width: 992px) {
  .vfuk-Icon__size-5-fixed {
    height: 48px;
    width: 48px;
  }
}

.vfuk-Icon__size-6-fixed {
  height: 64px;
  width: 64px;
}
@media (min-width: 768px) {
  .vfuk-Icon__size-6-fixed {
    height: 64px;
    width: 64px;
  }
}
@media (min-width: 992px) {
  .vfuk-Icon__size-6-fixed {
    height: 64px;
    width: 64px;
  }
}

.vfuk-Icon__size-7-fixed {
  height: 80px;
  width: 80px;
}
@media (min-width: 768px) {
  .vfuk-Icon__size-7-fixed {
    height: 80px;
    width: 80px;
  }
}
@media (min-width: 992px) {
  .vfuk-Icon__size-7-fixed {
    height: 80px;
    width: 80px;
  }
}

.vfuk-Icon__size-8-fixed {
  height: 96px;
  width: 96px;
}
@media (min-width: 768px) {
  .vfuk-Icon__size-8-fixed {
    height: 96px;
    width: 96px;
  }
}
@media (min-width: 992px) {
  .vfuk-Icon__size-8-fixed {
    height: 96px;
    width: 96px;
  }
}

.vfuk-Icon__xs {
  height: 12px;
  width: 12px;
}
@media (min-width: 768px) {
  .vfuk-Icon__xs {
    height: 14px;
    width: 14px;
  }
}
@media (min-width: 992px) {
  .vfuk-Icon__xs {
    height: 16px;
    width: 16px;
  }
}

.vfuk-Icon__sm {
  height: 20px;
  width: 20px;
}
@media (min-width: 768px) {
  .vfuk-Icon__sm {
    height: 24px;
    width: 24px;
  }
}
@media (min-width: 992px) {
  .vfuk-Icon__sm {
    height: 28px;
    width: 28px;
  }
}

.vfuk-Icon__md {
  height: 28px;
  width: 28px;
}
@media (min-width: 768px) {
  .vfuk-Icon__md {
    height: 32px;
    width: 32px;
  }
}
@media (min-width: 992px) {
  .vfuk-Icon__md {
    height: 36px;
    width: 36px;
  }
}

.vfuk-Icon__lg {
  height: 40px;
  width: 40px;
}
@media (min-width: 768px) {
  .vfuk-Icon__lg {
    height: 48px;
    width: 48px;
  }
}
@media (min-width: 992px) {
  .vfuk-Icon__lg {
    height: 56px;
    width: 56px;
  }
}@-webkit-keyframes vfuk-IconButton__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-IconButton__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-IconButton__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-IconButton__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-IconButton__icon-button {
  border: none;
  background: none;
  cursor: pointer;
  -webkit-transition: all ease 0.1s;
  transition: all ease 0.1s;
  line-height: 0;
}
.vfuk-IconButton__icon-button:hover {
  cursor: pointer;
}

.vfuk-IconButton__disabled:hover, .vfuk-IconButton__disabled:focus {
  cursor: default;
}@-webkit-keyframes vfuk-SearchBar__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-SearchBar__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-SearchBar__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-SearchBar__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-SearchBar__search-bar {
  position: relative;
  padding: 8px 0;
  z-index: 22;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -50px !important;
}
@media (min-width: 992px) {
  .vfuk-SearchBar__search-bar {
    margin-left: auto !important;
  }
}
.vfuk-SearchBar__search-bar label {
  margin-bottom: 0;
}

.vfuk-SearchBar__search-input {
  margin-right: 8px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 992px) {
  .vfuk-SearchBar__search-input {
    margin-right: 16px;
  }
}
.vfuk-SearchBar__search-input__input {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: #666666;
  height: 48px;
  padding: 8px;
}
.vfuk-SearchBar__search-input button {
  min-width: 10px;
  width: 48px;
  height: 48px;
  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;
  background-color: #000000;
}
.vfuk-SearchBar__search-input button:hover, .vfuk-SearchBar__search-input button:focus {
  background-color: #666666;
}
.vfuk-SearchBar__search-input button:focus {
  outline: 3px solid #007c92;
}@-webkit-keyframes vfuk-MainBar__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-MainBar__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-MainBar__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-MainBar__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-MainBar__meganav__main-bar {
  position: relative;
}
@media (min-width: 992px) {
  .vfuk-MainBar__meganav__main-bar {
    z-index: 21;
  }
}
.vfuk-MainBar__meganav__main-bar__wrapper {
  background: #ffffff;
  border-bottom: 1px solid #cccccc;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.vfuk-MainBar__meganav__main-bar__container {
  width: 100%;
  max-width: 1441px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 70px;
  padding-left: 16px;
}
@media (min-width: 992px) {
  .vfuk-MainBar__meganav__main-bar__container {
    padding-left: 0;
  }
}
.vfuk-MainBar__meganav__main-bar__container > * {
  margin-right: 16px;
}
.vfuk-MainBar__meganav__main-bar__container > *:last-child {
  margin-right: 0;
  margin-left: auto;
}

/* stylelint-disable */
.navigation-groups-enter {
  -webkit-animation-name: vfuk-MainBar__fadeIn;
          animation-name: vfuk-MainBar__fadeIn;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
}

.navigation-groups-exit {
  -webkit-animation-name: vfuk-MainBar__fadeOut;
          animation-name: vfuk-MainBar__fadeOut;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
}

.search-bar-enter {
  -webkit-animation-name: vfuk-MainBar__searchBarIn;
          animation-name: vfuk-MainBar__searchBarIn;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
}

.search-bar-exit {
  -webkit-animation-name: vfuk-MainBar__searchBarOut;
          animation-name: vfuk-MainBar__searchBarOut;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
}

/* stylelint-enable */
@-webkit-keyframes vfuk-MainBar__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes vfuk-MainBar__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-MainBar__fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes vfuk-MainBar__fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes vfuk-MainBar__searchBarIn {
  0% {
    -webkit-box-flex: 0;
            flex-grow: 0;
    opacity: 0;
  }
  100% {
    -webkit-box-flex: 1;
            flex-grow: 1;
    opacity: 1;
  }
}
@keyframes vfuk-MainBar__searchBarIn {
  0% {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    opacity: 0;
  }
  100% {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-MainBar__searchBarOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes vfuk-MainBar__searchBarOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}@-webkit-keyframes vfuk-DropdownContainer__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-DropdownContainer__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-DropdownContainer__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-DropdownContainer__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-DropdownContainer__list-title {
  -webkit-transition: 0.15s all linear;
  transition: 0.15s all linear;
  cursor: pointer;
  position: relative;
  overflow: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .vfuk-DropdownContainer__list-title {
    padding: 16px;
    overflow: hidden;
  }
  .vfuk-DropdownContainer__list-title:before, .vfuk-DropdownContainer__list-title:after {
    position: absolute;
    display: block;
    top: calc(100% + 1px);
    left: 50%;
    content: "";
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 0;
    height: 0;
    border-style: solid;
    -webkit-transition: 0.3s all linear;
    transition: 0.3s all linear;
  }
  .vfuk-DropdownContainer__list-title:before {
    z-index: 24;
    border-width: 0 9px 9px 9px;
    border-color: transparent transparent #ffffff transparent;
  }
  .vfuk-DropdownContainer__list-title:after {
    z-index: 23;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #cccccc transparent;
  }
}
.vfuk-DropdownContainer__list-title a {
  text-decoration: none;
}

.vfuk-DropdownContainer__list-title--no-arrow:before, .vfuk-DropdownContainer__list-title--no-arrow:after {
  display: none;
}
.vfuk-DropdownContainer__list-title--no-arrow:hover {
  color: #e60000;
  /* stylelint-disable */
  /* stylelint-enable */
}
.vfuk-DropdownContainer__list-title--no-arrow:hover > * {
  border-color: #e60000;
  color: #e60000;
}
.vfuk-DropdownContainer__list-title--no-arrow:hover > * button {
  color: #e60000;
}

.vfuk-DropdownContainer__meganav__main-bar-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  font-size: 22px;
  line-height: 1.333;
}
.vfuk-DropdownContainer__meganav__main-bar-list__item:hover:before {
  opacity: 1;
}
.vfuk-DropdownContainer__meganav__main-bar-list__item:hover .vfuk-DropdownContainer__list-title {
  color: #e60000;
  /* stylelint-disable */
  /* stylelint-enable */
}
.vfuk-DropdownContainer__meganav__main-bar-list__item:hover .vfuk-DropdownContainer__list-title > * {
  border-color: #e60000;
  color: #e60000;
}
.vfuk-DropdownContainer__meganav__main-bar-list__item:hover .vfuk-DropdownContainer__list-title > * button {
  color: #e60000;
}
@media (min-width: 992px) {
  .vfuk-DropdownContainer__meganav__main-bar-list__item:hover .vfuk-DropdownContainer__list-title:before, .vfuk-DropdownContainer__meganav__main-bar-list__item:hover .vfuk-DropdownContainer__list-title:after {
    -webkit-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
  }
}@-webkit-keyframes vfuk-UserDropdown__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-UserDropdown__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-UserDropdown__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-UserDropdown__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-UserDropdown__meganav__user-dropdown {
  position: absolute;
  right: 0;
  top: 100%;
  list-style: none;
  margin: 0;
  background: #ffffff;
  padding: 32px 24px 24px;
  white-space: nowrap;
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .vfuk-UserDropdown__meganav__user-dropdown {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.vfuk-UserDropdown__meganav__user-dropdown__confirmation-button,
.vfuk-UserDropdown__meganav__user-dropdown a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 0;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: 0.15s all linear;
  transition: 0.15s all linear;
  text-decoration: none;
}
.vfuk-UserDropdown__meganav__user-dropdown__confirmation-button:hover, .vfuk-UserDropdown__meganav__user-dropdown__confirmation-button:focus, .vfuk-UserDropdown__meganav__user-dropdown__confirmation-button:focus-within,
.vfuk-UserDropdown__meganav__user-dropdown a:hover,
.vfuk-UserDropdown__meganav__user-dropdown a:focus,
.vfuk-UserDropdown__meganav__user-dropdown a:focus-within {
  color: #e60000;
}
.vfuk-UserDropdown__meganav__user-dropdown li {
  margin-bottom: 16px;
}
.vfuk-UserDropdown__meganav__user-dropdown li:last-child {
  margin-bottom: 0;
}@-webkit-keyframes vfuk-UserIcon__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-UserIcon__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-UserIcon__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-UserIcon__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-UserIcon__meganav__user-initials {
  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;
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #4a4d4e;
  font-size: 16px;
}
@media (min-width: 992px) {
  .vfuk-UserIcon__meganav__user-initials {
    width: 40px;
    height: 40px;
    font-size: 22px;
  }
}@-webkit-keyframes vfuk-SecondaryNav__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-SecondaryNav__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-SecondaryNav__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-SecondaryNav__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-SecondaryNav__meganav__main-bar-icons {
  position: relative;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
}
@media (min-width: 992px) {
  .vfuk-SecondaryNav__meganav__main-bar-icons {
    z-index: 21;
  }
}
.vfuk-SecondaryNav__meganav__main-bar-icons > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}@-webkit-keyframes vfuk-QuickLink__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-QuickLink__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-QuickLink__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-QuickLink__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-QuickLink__meganav__quicklink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.vfuk-QuickLink__meganav__quicklink a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 16px;
  text-decoration: none;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-transition: 0.15s all linear;
  transition: 0.15s all linear;
}
@media (min-width: 992px) {
  .vfuk-QuickLink__meganav__quicklink a {
    padding: 4px 16px;
    color: #ffffff;
  }
}
@media (min-width: 992px) {
  .vfuk-QuickLink__meganav__quicklink--active a, .vfuk-QuickLink__meganav__quicklink:hover a {
    background: #ffffff;
    color: #333333;
  }
}@-webkit-keyframes vfuk-TopBarList__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-TopBarList__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-TopBarList__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-TopBarList__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-TopBarList__meganav__top-bar-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0;
  padding: 0;
  list-style: none;
}@-webkit-keyframes vfuk-TopBar__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-TopBar__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-TopBar__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-TopBar__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-TopBar__meganav__top-bar {
  display: none;
  background: #4a4d4e;
  position: inherit;
  z-index: 21;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .vfuk-TopBar__meganav__top-bar {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .vfuk-TopBar__meganav__top-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.vfuk-TopBar__meganav__top-bar__container {
  width: 100%;
  max-width: 1441px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}@-webkit-keyframes vfuk-LoadingSpinner__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-LoadingSpinner__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-LoadingSpinner__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-LoadingSpinner__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
@-webkit-keyframes vfuk-LoadingSpinner__rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes vfuk-LoadingSpinner__rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes vfuk-LoadingSpinner__dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dashoffset: -125px;
  }
}
@keyframes vfuk-LoadingSpinner__dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dashoffset: -125px;
  }
}
@-webkit-keyframes vfuk-LoadingSpinner__fallback {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes vfuk-LoadingSpinner__fallback {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.vfuk-LoadingSpinner__spinner svg {
  display: none;
}

.vfuk-LoadingSpinner__fallback_loader {
  display: inline-block;
  position: relative;
}

@supports (display: grid) {
  .vfuk-LoadingSpinner__fallback_loader {
    display: none;
    background-color: transparent;
  }
  .vfuk-LoadingSpinner__spinner svg {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-animation: vfuk-LoadingSpinner__rotate 2s linear infinite;
            animation: vfuk-LoadingSpinner__rotate 2s linear infinite;
  }
}
.vfuk-LoadingSpinner__fallback_loader div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-animation: vfuk-LoadingSpinner__fallback 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: vfuk-LoadingSpinner__fallback 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}

.vfuk-LoadingSpinner__fallback_loader div:nth-child(1) {
  -webkit-animation-delay: -0.45s;
          animation-delay: -0.45s;
}

.vfuk-LoadingSpinner__fallback_loader div:nth-child(2) {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}

.vfuk-LoadingSpinner__fallback_loader div:nth-child(3) {
  -webkit-animation-delay: -0.15s;
          animation-delay: -0.15s;
}

.vfuk-LoadingSpinner__spinner circle {
  fill: none;
  stroke-width: 5px;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: vfuk-LoadingSpinner__dash 1.5s ease-in-out infinite;
          animation: vfuk-LoadingSpinner__dash 1.5s ease-in-out infinite;
  stroke: black;
}

.vfuk-LoadingSpinner__circle-inherit {
  stroke: currentColor;
}

.vfuk-LoadingSpinner__fallback_loader.vfuk-LoadingSpinner__spinner-brand div {
  border: 8px solid #e60000;
  border-color: #e60000 transparent transparent transparent;
}

.vfuk-LoadingSpinner__fallback_loader.vfuk-LoadingSpinner__spinner-dark div {
  border: 8px solid #000000;
  border-color: #000000 transparent transparent transparent;
}

.vfuk-LoadingSpinner__fallback_loader.vfuk-LoadingSpinner__spinner-light div {
  border: 8px solid #ffffff;
  border-color: #ffffff transparent transparent transparent;
}

.vfuk-LoadingSpinner__fallback_loader.vfuk-LoadingSpinner__spinner-xs div {
  border-width: 1px;
}

.vfuk-LoadingSpinner__fallback_loader.vfuk-LoadingSpinner__spinner-sm div {
  border-width: 2px;
}

.vfuk-LoadingSpinner__fallback_loader.vfuk-LoadingSpinner__spinner-md div {
  border-width: 4px;
}

.vfuk-LoadingSpinner__fallback_loader.vfuk-LoadingSpinner__spinner-lg div {
  border-width: 8px;
}

.vfuk-LoadingSpinner__spinner-brand circle {
  stroke: #e60000;
}

.vfuk-LoadingSpinner__spinner-dark circle {
  stroke: #000000;
}

.vfuk-LoadingSpinner__spinner-light circle {
  stroke: #ffffff;
}

.vfuk-LoadingSpinner__spinner-center {
  margin-left: auto;
  margin-right: auto;
}

.vfuk-LoadingSpinner__spinner-xs {
  height: 12px;
  width: 12px;
}
@media (min-width: 768px) {
  .vfuk-LoadingSpinner__spinner-xs {
    height: 14px;
    width: 14px;
  }
}
@media (min-width: 992px) {
  .vfuk-LoadingSpinner__spinner-xs {
    height: 16px;
    width: 16px;
  }
}

.vfuk-LoadingSpinner__spinner-sm {
  height: 20px;
  width: 20px;
}
@media (min-width: 768px) {
  .vfuk-LoadingSpinner__spinner-sm {
    height: 24px;
    width: 24px;
  }
}
@media (min-width: 992px) {
  .vfuk-LoadingSpinner__spinner-sm {
    height: 28px;
    width: 28px;
  }
}

.vfuk-LoadingSpinner__spinner-md {
  height: 28px;
  width: 28px;
}
@media (min-width: 768px) {
  .vfuk-LoadingSpinner__spinner-md {
    height: 32px;
    width: 32px;
  }
}
@media (min-width: 992px) {
  .vfuk-LoadingSpinner__spinner-md {
    height: 36px;
    width: 36px;
  }
}

.vfuk-LoadingSpinner__spinner-lg {
  height: 40px;
  width: 40px;
}
@media (min-width: 768px) {
  .vfuk-LoadingSpinner__spinner-lg {
    height: 48px;
    width: 48px;
  }
}
@media (min-width: 992px) {
  .vfuk-LoadingSpinner__spinner-lg {
    height: 56px;
    width: 56px;
  }
}@-webkit-keyframes vfuk-AnimationContainer__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-AnimationContainer__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-AnimationContainer__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-AnimationContainer__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-AnimationContainer__wrapper {
  position: relative;
  height: 100%;
}

.vfuk-AnimationContainer__cover {
  position: absolute;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  background-color: #e60000;
  z-index: 100;
  top: -3px;
  left: -3px;
}@-webkit-keyframes vfuk-Button__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-Button__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-Button__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-Button__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-Button__button {
  display: inline-block;
  border: 2px solid transparent;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  cursor: pointer;
  width: 100%;
  min-width: 192px;
  min-height: 48px;
  -webkit-transition: all ease 0.1s;
  transition: all ease 0.1s;
  font-size: 18px;
}
.vfuk-Button__button:hover {
  cursor: pointer;
}
@media (min-width: 768px) {
  .vfuk-Button__button {
    width: auto;
  }
}

.vfuk-Button__spinner-wrapper {
  display: inline-block;
  width: 48px;
}
.vfuk-Button__spinner-wrapper-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.vfuk-Button__spinner-wrapper-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.vfuk-Button__content {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  padding: 10px 24px;
  min-height: 44px;
  line-height: 24px;
  display: inline-block;
}

.vfuk-Button__content-loading {
  padding-left: 0;
}

.vfuk-Button__has-icon-left {
  padding-left: 0;
}
.vfuk-Button__has-icon-right {
  padding-right: 0;
}

.vfuk-Button__icon {
  display: inline-block;
  width: 48px;
}

.vfuk-Button__auto {
  width: auto;
}

.vfuk-Button__half {
  width: 50%;
}

.vfuk-Button__full {
  width: 100%;
}

.vfuk-Button__stubby {
  min-width: 80px;
}

.vfuk-Button__primary {
  background-color: #e60000;
}
.vfuk-Button__primary:hover, .vfuk-Button__primary:focus {
  background-color: #ff2f2f;
}
.vfuk-Button__primary:focus {
  outline: 3px solid #007c92;
}
.vfuk-Button__primary-inverse {
  background-color: #e60000;
}
.vfuk-Button__primary-inverse:hover, .vfuk-Button__primary-inverse:focus {
  background-color: #ff2f2f;
}
.vfuk-Button__primary-inverse:focus {
  outline: 3px solid #007c92;
}

.vfuk-Button__secondary {
  background-color: #000000;
}
.vfuk-Button__secondary:hover, .vfuk-Button__secondary:focus {
  background-color: #666666;
}
.vfuk-Button__secondary:focus {
  outline: 3px solid #007c92;
}
.vfuk-Button__secondary-inverse {
  background-color: #ffffff;
  color: #000000;
}
.vfuk-Button__secondary-inverse:hover, .vfuk-Button__secondary-inverse:focus {
  background-color: #ebebeb;
}
.vfuk-Button__secondary-inverse:focus {
  outline: 3px solid #00b0ca;
}

.vfuk-Button__tertiary {
  background-color: transparent;
  border: 2px solid #000000;
  color: #000000;
}
.vfuk-Button__tertiary:hover, .vfuk-Button__tertiary:focus {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.vfuk-Button__tertiary:focus {
  outline: 3px solid #007c92;
}
.vfuk-Button__tertiary-inverse {
  border-color: #ffffff;
  color: #ffffff;
}
.vfuk-Button__tertiary-inverse:hover {
  border-color: #ffffff;
  color: #000000;
  background-color: #ffffff;
}
.vfuk-Button__tertiary-inverse:focus {
  color: #333333;
  border-color: #ffffff;
  background-color: #f4f4f4;
  outline-color: #007c92;
}

.vfuk-Button__quaternary {
  background-color: transparent;
  border: 2px solid #e60000;
  color: #e60000;
}
.vfuk-Button__quaternary:hover, .vfuk-Button__quaternary:focus {
  background-color: #e60000;
  border-color: #e60000;
  color: #ffffff;
}
.vfuk-Button__quaternary:focus {
  outline: 3px solid #007c92;
}
.vfuk-Button__quaternary-inverse {
  border-color: #ffffff;
  color: #ffffff;
}
.vfuk-Button__quaternary-inverse:hover {
  border-color: #ffffff;
  color: #000000;
  background-color: #ffffff;
}
.vfuk-Button__quaternary-inverse:focus {
  color: #333333;
  border-color: #ffffff;
  background-color: #f4f4f4;
  outline-color: #007c92;
}

.vfuk-Button__upgrades {
  background-color: #007c92;
  color: #ffffff;
}
.vfuk-Button__upgrades:hover, .vfuk-Button__upgrades:focus {
  background-color: #00b0ca;
  color: #ffffff;
}
.vfuk-Button__upgrades:focus {
  outline: 3px solid #007c92;
}
.vfuk-Button__upgrades-inverse {
  background-color: #ffffff;
  color: #000000;
}
.vfuk-Button__upgrades-inverse:hover, .vfuk-Button__upgrades-inverse:focus {
  border-color: #ebebeb;
  background-color: #ebebeb;
  color: #000000;
}
.vfuk-Button__upgrades-inverse:focus {
  outline: 3px solid #00b0ca;
}

.vfuk-Button__link {
  background-color: unset;
  color: inherit;
  margin: 8px;
  min-width: initial;
}
.vfuk-Button__link .vfuk-Button__content {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  padding: 0;
  min-height: 100%;
  line-height: 24px;
  display: inline-block;
  text-decoration: underline;
}

.vfuk-Button__disabled, .vfuk-Button__disabled:hover, .vfuk-Button__disabled:focus {
  background-color: #cccccc;
  border-color: #cccccc;
  cursor: default;
  color: #666666;
}
.vfuk-Button__disabled:hover {
  cursor: pointer;
  cursor: not-allowed;
}
.vfuk-Button__disabled-inverse, .vfuk-Button__disabled-inverse:hover, .vfuk-Button__disabled-inverse:focus {
  background-color: #666666;
  border-color: #666666;
  cursor: default;
  color: #333333;
}

[aria-disabled].vfuk-Button__disabled-inverse, [aria-disabled].vfuk-Button__disabled-inverse:hover, [aria-disabled].vfuk-Button__disabled-inverse:focus {
  background-color: #666666;
  border-color: #666666;
  cursor: default;
  color: #ffffff;
}
[aria-disabled].vfuk-Button__disabled:hover {
  cursor: pointer;
  cursor: not-allowed;
}

.vfuk-Button__sr-only {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.vfuk-Button__selected,
.vfuk-Button__success {
  background-color: #428600;
}
.vfuk-Button__selected:hover, .vfuk-Button__selected:focus,
.vfuk-Button__success:hover,
.vfuk-Button__success:focus {
  cursor: pointer;
  background-color: #50a101;
}
.vfuk-Button__selected.vfuk-Button__disabled, .vfuk-Button__selected.vfuk-Button__disabled:focus, .vfuk-Button__selected.vfuk-Button__disabled:hover,
.vfuk-Button__success.vfuk-Button__disabled,
.vfuk-Button__success.vfuk-Button__disabled:focus,
.vfuk-Button__success.vfuk-Button__disabled:hover {
  color: #ffffff;
  border-color: transparent;
}@-webkit-keyframes vfuk-NavList__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-NavList__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-NavList__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-NavList__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-NavList__nav-list {
  list-style: none;
  margin: 0 24px 32px 0;
  padding: 0;
  width: calc(33.33333% - 16px);
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .vfuk-NavList__nav-list {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.vfuk-NavList__nav-list:nth-child(3n), .vfuk-NavList__nav-list:last-child {
  margin-right: 0;
}
@media (min-width: 1441px) {
  .vfuk-NavList__nav-list {
    width: calc(20% - 19.2px);
  }
  .vfuk-NavList__nav-list:nth-child(3n) {
    margin-right: 24px;
  }
  .vfuk-NavList__nav-list:nth-child(5n) {
    margin-right: 0;
  }
}
.vfuk-NavList__nav-list a {
  text-decoration: none;
  display: inline-block;
}
.vfuk-NavList__nav-list a .vfuk-NavList__nav-list__heading-text,
.vfuk-NavList__nav-list a .vfuk-NavList__nav-list__link-text {
  -webkit-transition: 0.15s all linear;
  transition: 0.15s all linear;
  border-bottom: 1px solid transparent;
}
.vfuk-NavList__nav-list a:hover .vfuk-NavList__nav-list__heading-text,
.vfuk-NavList__nav-list a:hover .vfuk-NavList__nav-list__link-text, .vfuk-NavList__nav-list a:focus .vfuk-NavList__nav-list__heading-text,
.vfuk-NavList__nav-list a:focus .vfuk-NavList__nav-list__link-text {
  color: #e60000;
  border-bottom: 1px solid #e60000;
}
.vfuk-NavList__nav-list__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 8px;
  font-weight: 700;
}
.vfuk-NavList__nav-list__heading__heading-text, .vfuk-NavList__nav-list__heading__link-text {
  border-bottom: 1px solid transparent;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

.vfuk-NavList__child-list {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 32px;
}
.vfuk-NavList__child-list li {
  margin-bottom: 8px;
}
.vfuk-NavList__child-list li:last-child {
  margin-bottom: 0;
}@-webkit-keyframes vfuk-NavGroup__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-NavGroup__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-NavGroup__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-NavGroup__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-NavGroup__main-bar-nav-group {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: #ffffff;
  list-style: none;
  margin: 0;
  padding: 32px 16px 0;
  z-index: 19;
  will-change: padding-top;
}
.vfuk-NavGroup__main-bar-nav-group__container {
  width: 100%;
  max-width: 1441px;
  margin: 0 auto;
}
.vfuk-NavGroup__main-bar-nav-group__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 1441px) {
  .vfuk-NavGroup__main-bar-nav-group__list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.vfuk-NavGroup__navigation-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.vfuk-NavGroup__main-bar-nav-arrow {
  position: absolute;
  top: 0;
  -webkit-transition: 0.15s all ease;
  transition: 0.15s all ease;
}

/* stylelint-disable */
.main-bar-nav-group-enter {
  display: block;
  -webkit-animation-name: vfuk-NavGroup__slideDown;
          animation-name: vfuk-NavGroup__slideDown;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

.main-bar-nav-group-enter-active {
  display: block;
}

.main-bar-nav-group-enter-done {
  display: block;
}

.main-bar-nav-group-exit-done {
  display: none;
}

.main-bar-nav-group-exit-active {
  display: block;
}

.main-bar-nav-group-exit {
  -webkit-animation-name: vfuk-NavGroup__slideUp;
          animation-name: vfuk-NavGroup__slideUp;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  z-index: 18;
}

/* stylelint-enable */
@-webkit-keyframes vfuk-NavGroup__slideDown {
  0% {
    padding-top: 22px;
  }
  100% {
    padding-top: 32px;
  }
}
@keyframes vfuk-NavGroup__slideDown {
  0% {
    padding-top: 22px;
  }
  100% {
    padding-top: 32px;
  }
}
@-webkit-keyframes vfuk-NavGroup__slideUp {
  0% {
    opacity: 1;
    padding-top: 32px;
  }
  100% {
    opacity: 0;
    padding-top: 22px;
  }
}
@keyframes vfuk-NavGroup__slideUp {
  0% {
    opacity: 1;
    padding-top: 32px;
  }
  100% {
    opacity: 0;
    padding-top: 22px;
  }
}@-webkit-keyframes vfuk-PrimaryNav__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-PrimaryNav__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-PrimaryNav__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-PrimaryNav__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-PrimaryNav__meganav__main-bar-list {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
}
.vfuk-PrimaryNav__meganav__main-bar-list button {
  background: #ffffff;
  font-size: inherit;
  border: none;
  margin: 0;
  min-height: auto;
  min-width: 0;
}
.vfuk-PrimaryNav__meganav__main-bar-list button span {
  text-decoration: none !important;
}@-webkit-keyframes vfuk-DesktopNav__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-DesktopNav__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-DesktopNav__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-DesktopNav__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-DesktopNav__meganav__desktop-nav {
  position: relative;
}
.vfuk-DesktopNav__meganav__desktop-nav--primary-nav {
  display: none;
}
@media (min-width: 768px) {
  .vfuk-DesktopNav__meganav__desktop-nav--primary-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}@-webkit-keyframes vfuk-Footer__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-Footer__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-Footer__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-Footer__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-Footer__meganav__footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f4f4f4;
  padding: 8px 0;
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .vfuk-Footer__meganav__footer {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.vfuk-Footer__meganav__footer__links {
  list-style: none;
  margin: 0;
  padding: 0;
}@-webkit-keyframes vfuk-Content__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-Content__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-Content__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-Content__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-Content__meganav__interaction-element-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-right: 16px;
}
.vfuk-Content__meganav__interaction-element-contents:last-child {
  margin-right: 0;
}

.vfuk-Content__meganav__interaction-element-contents__icon-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 16px;
}

.vfuk-Content__meganav__interaction-element-contents__chevron-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}@-webkit-keyframes vfuk-InteractionElement__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-InteractionElement__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-InteractionElement__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-InteractionElement__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-InteractionElement__meganav__interaction-element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.vfuk-InteractionElement__meganav__interaction-element button,
.vfuk-InteractionElement__meganav__interaction-element a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-align: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  padding: 16px;
  background: #ffffff;
}@-webkit-keyframes vfuk-BackButton__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-BackButton__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-BackButton__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-BackButton__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-BackButton__meganav__back-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 16px;
  font-weight: 700;
  background: #ffffff;
}
.vfuk-BackButton__meganav__back-button > * {
  margin-right: 8px;
}@-webkit-keyframes vfuk-Card__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-Card__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-Card__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-Card__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-Card__meganav__card {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  padding-top: 56px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.vfuk-Card__meganav__card--full-height {
  padding-top: 0;
  z-index: 22;
}
.vfuk-Card__meganav__card li {
  border-bottom: 1px solid #ebebeb;
  margin: 0;
  padding: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.vfuk-Card__meganav__card li:first-child {
  border-top: 1px solid #ebebeb;
}
.vfuk-Card__meganav__card li > * {
  width: 100%;
}

/* stylelint-disable */
@-webkit-keyframes vfuk-Card__slide-out-right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes vfuk-Card__slide-out-right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@-webkit-keyframes vfuk-Card__slide-in-right {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes vfuk-Card__slide-in-right {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.mega-nav-mobile-container-links-enter {
  -webkit-animation-name: vfuk-Card__slide-in-right;
          animation-name: vfuk-Card__slide-in-right;
  -webkit-animation-duration: 0.51s;
          animation-duration: 0.51s;
}

.mega-nav-mobile-container-links-exit-done {
  display: none;
}

.mega-nav-mobile-container-links-exit {
  -webkit-animation-name: vfuk-Card__slide-out-right;
          animation-name: vfuk-Card__slide-out-right;
  -webkit-animation-duration: 0.51s;
          animation-duration: 0.51s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

/* stylelint-enable */@-webkit-keyframes vfuk-Container__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-Container__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-Container__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-Container__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-Container__meganav__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: calc(100% - 56px);
  background-color: #ffffff;
  z-index: 21;
}
.vfuk-Container__meganav__container--not-tabbing *:focus, .vfuk-Container__meganav__container--not-tabbing *:focus-within {
  outline: none;
}
.vfuk-Container__meganav__container__logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 56px;
  padding: 0 16px;
  position: relative;
  z-index: 21;
}
.vfuk-Container__meganav__container__close-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 56px;
  height: 56px;
  background-color: #e60000;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.vfuk-Container__meganav__container__close-button:hover {
  background-color: #ff1a1a;
}

.vfuk-Container__meganav__card-container {
  overflow: hidden;
  width: 100%;
}@-webkit-keyframes vfuk-MobileNav__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-MobileNav__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-MobileNav__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-MobileNav__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-MobileNav__meganav__mobile-nav {
  display: block;
  position: relative;
  z-index: 20;
}

/* stylelint-disable */
@-webkit-keyframes vfuk-MobileNav__slide-in-left {
  0% {
    -webkit-transform: translateX(calc(-100% - 64px));
            transform: translateX(calc(-100% - 64px));
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes vfuk-MobileNav__slide-in-left {
  0% {
    -webkit-transform: translateX(calc(-100% - 64px));
            transform: translateX(calc(-100% - 64px));
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes vfuk-MobileNav__slide-out-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-100% - 64px));
            transform: translateX(calc(-100% - 64px));
  }
}
@keyframes vfuk-MobileNav__slide-out-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-100% - 64px));
            transform: translateX(calc(-100% - 64px));
  }
}

.meganav-mobile-nav-container-enter {
  -webkit-animation-name: vfuk-MobileNav__slide-in-left;
          animation-name: vfuk-MobileNav__slide-in-left;
  -webkit-animation-duration: 0.51s;
          animation-duration: 0.51s;
}

.meganav-mobile-nav-container-exit-done {
  display: none;
}

.meganav-mobile-nav-container-exit {
  -webkit-animation-name: vfuk-MobileNav__slide-out-left;
          animation-name: vfuk-MobileNav__slide-out-left;
  -webkit-animation-duration: 0.51s;
          animation-duration: 0.51s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

/* stylelint-enable */@-webkit-keyframes vfuk-Heading__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-Heading__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-Heading__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-Heading__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-Heading__heading {
  display: block;
  line-height: 1.1111;
  width: 100%;
}
.vfuk-Heading__heading-1 {
  font-size: 32px;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .vfuk-Heading__heading-1 {
    font-size: 56px;
    line-height: 1.1;
  }
}
@media (min-width: 992px) {
  .vfuk-Heading__heading-1 {
    font-size: 64px;
    line-height: 1.125;
  }
}
.vfuk-Heading__heading-2 {
  font-size: 28px;
  line-height: 1.28;
}
@media (min-width: 768px) {
  .vfuk-Heading__heading-2 {
    font-size: 40px;
    line-height: 1.2;
  }
}
@media (min-width: 992px) {
  .vfuk-Heading__heading-2 {
    font-size: 56px;
    line-height: 1.1;
  }
}
.vfuk-Heading__heading-3 {
  font-size: 24px;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .vfuk-Heading__heading-3 {
    font-size: 34px;
    line-height: 1.176;
  }
}
@media (min-width: 992px) {
  .vfuk-Heading__heading-3 {
    font-size: 40px;
    line-height: 1.2;
  }
}
.vfuk-Heading__heading-4 {
  font-size: 20px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .vfuk-Heading__heading-4 {
    font-size: 24px;
    line-height: 1.25;
  }
}
@media (min-width: 992px) {
  .vfuk-Heading__heading-4 {
    font-size: 28px;
    line-height: 1.2;
  }
}
.vfuk-Heading__heading-5 {
  font-size: 18px;
  line-height: 1.333;
}
@media (min-width: 768px) {
  .vfuk-Heading__heading-5 {
    font-size: 20px;
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .vfuk-Heading__heading-5 {
    font-size: 20px;
    line-height: 1.4;
  }
}
.vfuk-Heading__heading-6 {
  font-size: 16px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .vfuk-Heading__heading-6 {
    font-size: 18px;
    line-height: 1.333;
  }
}
@media (min-width: 992px) {
  .vfuk-Heading__heading-6 {
    font-size: 18px;
    line-height: 1.333;
  }
}
.vfuk-Heading__heading-center {
  text-align: center;
}
.vfuk-Heading__heading-left {
  text-align: left;
}
.vfuk-Heading__heading-right {
  text-align: right;
}
.vfuk-Heading__heading-inline {
  display: inline-block;
  width: auto;
}

.vfuk-Heading__inherit {
  color: inherit;
}

.vfuk-Heading__light {
  color: #ffffff;
}

.vfuk-Heading__mid {
  color: #666666;
}

.vfuk-Heading__dark {
  color: #000000;
}

.vfuk-Heading__brand {
  color: #e60000;
}

.vfuk-Heading__upgrade {
  color: #007c92;
}@-webkit-keyframes vfuk-Modal__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-Modal__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-Modal__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-Modal__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-Modal__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.5);
  overflow-y: auto;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.vfuk-Modal__wrapper.vfuk-Modal__closed {
  opacity: 0;
}
.vfuk-Modal__wrapper.vfuk-Modal__blur {
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

.vfuk-Modal__background {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.vfuk-Modal__background.vfuk-Modal__full-height {
  height: 100%;
}

.vfuk-Modal__content {
  margin: 16px;
  width: calc(100vw - 32px);
  max-width: 992px;
  max-height: calc(100vh - 32px);
  overflow: auto;
  position: relative;
  z-index: 3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
@media (min-width: 768px) {
  .vfuk-Modal__content {
    min-height: initial;
    width: auto;
    min-width: 751px;
  }
}
@media (min-width: 992px) {
  .vfuk-Modal__content {
    margin-left: auto;
    margin-right: auto;
    max-width: 992px;
  }
}
.vfuk-Modal__content .vfuk-Modal__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 0;
  position: -webkit-sticky;
  position: sticky;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px 16px;
  margin-top: 32px;
  margin-left: 0;
  margin-right: 0;
}
.vfuk-Modal__content.vfuk-Modal__padding {
  padding: 32px;
}
.vfuk-Modal__content.vfuk-Modal__padding .vfuk-Modal__footer {
  margin-left: -32px;
  margin-right: -32px;
}
.vfuk-Modal__content.vfuk-Modal__padding.vfuk-Modal__hasCTA {
  padding-bottom: 0;
}
.vfuk-Modal__content.vfuk-Modal__closed {
  -webkit-transform: scale(0.7, 0.7);
          transform: scale(0.7, 0.7);
}

.vfuk-Modal__content.vfuk-Modal__fullScreen {
  margin: 16px;
  width: calc(100vw - 32px);
  max-width: 992px;
  max-height: calc(100vh - 32px);
  overflow: auto;
  position: relative;
  z-index: 3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  max-width: unset;
  max-height: unset;
  width: 100vw;
  height: 100vh;
  margin: 0;
  background: #ebebeb;
}
@media (min-width: 768px) {
  .vfuk-Modal__content.vfuk-Modal__fullScreen {
    margin: 16px;
    width: calc(100vw - 32px);
    max-width: 992px;
    max-height: calc(100vh - 32px);
    overflow: auto;
    position: relative;
    z-index: 3;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    min-width: 65vw;
    min-height: 97vh;
    height: calc(100vh - 32px);
    width: calc(100vw - 32px);
  }
}
@media (min-width: 992px) {
  .vfuk-Modal__content.vfuk-Modal__fullScreen {
    margin-left: auto;
    margin-right: auto;
    max-width: 992px;
  }
}
.vfuk-Modal__content.vfuk-Modal__fullScreen.vfuk-Modal__padding {
  padding: 32px;
}
.vfuk-Modal__content.vfuk-Modal__fullScreen.vfuk-Modal__closed {
  -webkit-transform: scale(0.7, 0.7);
          transform: scale(0.7, 0.7);
}

.vfuk-Modal__aligner {
  max-height: 100%;
}

.vfuk-Modal__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 8px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.vfuk-Modal__header .vfuk-Modal__text {
  display: inline-block;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
.vfuk-Modal__header .vfuk-Modal__close {
  position: absolute;
  top: 8px;
  right: 8px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
}

.vfuk-Modal__body {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}@-webkit-keyframes vfuk-MegaNavModal__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-MegaNavModal__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-MegaNavModal__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-MegaNavModal__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-MegaNavModal__meganav__button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.vfuk-MegaNavModal__meganav__button-container > * {
  margin: 0 8px;
}@-webkit-keyframes vfuk-Underlay__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-Underlay__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-Underlay__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-Underlay__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-Underlay__meganav-underlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 20;
}

/* stylelint-disable */
.meganav__underlay__animation-enter {
  display: block;
  -webkit-animation-name: vfuk-Underlay__fade-in;
          animation-name: vfuk-Underlay__fade-in;
  -webkit-animation-duration: 0.15s;
          animation-duration: 0.15s;
}

.meganav__underlay__animation-enter-active {
  display: block;
}

.meganav__underlay__animation-enter-done {
  display: block;
}

.meganav__underlay__animation-exit {
  display: block;
  -webkit-animation-name: vfuk-Underlay__fade-out;
          animation-name: vfuk-Underlay__fade-out;
  -webkit-animation-duration: 0.15s;
          animation-duration: 0.15s;
}

.meganav__underlay__animation-exit-done {
  display: none;
}

.meganav__underlay__animation-exit-active {
  display: block;
}

body.underlay--open {
  overflow: hidden;
  height: 100%;
}
@media (min-width: 768px) {
  body.underlay--open {
    overflow: auto;
  }
}

/* stylelint-enable */@-webkit-keyframes vfuk-MegaNav__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-MegaNav__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-MegaNav__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-MegaNav__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-MegaNav__meganav {
  position: relative;
}
.vfuk-MegaNav__meganav__skip-link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  text-decoration: none;
}
.vfuk-MegaNav__meganav__skip-link:active, .vfuk-MegaNav__meganav__skip-link:focus {
  z-index: 22;
  background-color: #666666;
  color: #ffffff;
  outline: 2px solid #00b0ca;
}@-webkit-keyframes vfuk-Container__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-Container__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-Container__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-Container__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-Container__container {
  margin: 0 auto;
  width: 100%;
  max-width: 1441px;
}
.vfuk-Container__container.vfuk-Container__full-height {
  height: 100%;
}@-webkit-keyframes vfuk-Grid__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-Grid__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-Grid__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-Grid__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-Grid__container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .vfuk-Grid__container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .vfuk-Grid__container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .vfuk-Grid__container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .vfuk-Grid__container {
    max-width: 1140px;
  }
}
.vfuk-Grid__container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.vfuk-Grid__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.vfuk-Grid__no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.vfuk-Grid__no-gutters > .vfuk-Grid__col,
.vfuk-Grid__no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.vfuk-Grid__col-xl,
.vfuk-Grid__col-xl-auto, .vfuk-Grid__col-xl-12, .vfuk-Grid__col-xl-11, .vfuk-Grid__col-xl-10, .vfuk-Grid__col-xl-9, .vfuk-Grid__col-xl-8, .vfuk-Grid__col-xl-7, .vfuk-Grid__col-xl-6, .vfuk-Grid__col-xl-5, .vfuk-Grid__col-xl-4, .vfuk-Grid__col-xl-3, .vfuk-Grid__col-xl-2, .vfuk-Grid__col-xl-1, .vfuk-Grid__col-lg,
.vfuk-Grid__col-lg-auto, .vfuk-Grid__col-lg-12, .vfuk-Grid__col-lg-11, .vfuk-Grid__col-lg-10, .vfuk-Grid__col-lg-9, .vfuk-Grid__col-lg-8, .vfuk-Grid__col-lg-7, .vfuk-Grid__col-lg-6, .vfuk-Grid__col-lg-5, .vfuk-Grid__col-lg-4, .vfuk-Grid__col-lg-3, .vfuk-Grid__col-lg-2, .vfuk-Grid__col-lg-1, .vfuk-Grid__col-md,
.vfuk-Grid__col-md-auto, .vfuk-Grid__col-md-12, .vfuk-Grid__col-md-11, .vfuk-Grid__col-md-10, .vfuk-Grid__col-md-9, .vfuk-Grid__col-md-8, .vfuk-Grid__col-md-7, .vfuk-Grid__col-md-6, .vfuk-Grid__col-md-5, .vfuk-Grid__col-md-4, .vfuk-Grid__col-md-3, .vfuk-Grid__col-md-2, .vfuk-Grid__col-md-1, .vfuk-Grid__col-sm,
.vfuk-Grid__col-sm-auto, .vfuk-Grid__col-sm-12, .vfuk-Grid__col-sm-11, .vfuk-Grid__col-sm-10, .vfuk-Grid__col-sm-9, .vfuk-Grid__col-sm-8, .vfuk-Grid__col-sm-7, .vfuk-Grid__col-sm-6, .vfuk-Grid__col-sm-5, .vfuk-Grid__col-sm-4, .vfuk-Grid__col-sm-3, .vfuk-Grid__col-sm-2, .vfuk-Grid__col-sm-1, .vfuk-Grid__col,
.vfuk-Grid__col-auto, .vfuk-Grid__col-12, .vfuk-Grid__col-11, .vfuk-Grid__col-10, .vfuk-Grid__col-9, .vfuk-Grid__col-8, .vfuk-Grid__col-7, .vfuk-Grid__col-6, .vfuk-Grid__col-5, .vfuk-Grid__col-4, .vfuk-Grid__col-3, .vfuk-Grid__col-2, .vfuk-Grid__col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
}
.vfuk-Grid__col,
.vfuk-Grid__col-auto {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}
.vfuk-Grid__col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.3333333333%;
          flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.vfuk-Grid__col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.vfuk-Grid__col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}
.vfuk-Grid__col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.vfuk-Grid__col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.6666666667%;
          flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.vfuk-Grid__col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
.vfuk-Grid__col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.3333333333%;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.vfuk-Grid__col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.6666666667%;
          flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.vfuk-Grid__col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}
.vfuk-Grid__col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.3333333333%;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.vfuk-Grid__col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.6666666667%;
          flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.vfuk-Grid__col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.vfuk-Grid__order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.vfuk-Grid__order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}
.vfuk-Grid__order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.vfuk-Grid__order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.vfuk-Grid__order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.vfuk-Grid__order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.vfuk-Grid__order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.vfuk-Grid__order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
.vfuk-Grid__order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}
.vfuk-Grid__order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}
.vfuk-Grid__order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}
.vfuk-Grid__order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}
.vfuk-Grid__order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}
.vfuk-Grid__order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}
.vfuk-Grid__order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}
.vfuk-Grid__offset-1 {
  margin-left: 8.3333333333%;
}
.vfuk-Grid__offset-2 {
  margin-left: 16.6666666667%;
}
.vfuk-Grid__offset-3 {
  margin-left: 25%;
}
.vfuk-Grid__offset-4 {
  margin-left: 33.3333333333%;
}
.vfuk-Grid__offset-5 {
  margin-left: 41.6666666667%;
}
.vfuk-Grid__offset-6 {
  margin-left: 50%;
}
.vfuk-Grid__offset-7 {
  margin-left: 58.3333333333%;
}
.vfuk-Grid__offset-8 {
  margin-left: 66.6666666667%;
}
.vfuk-Grid__offset-9 {
  margin-left: 75%;
}
.vfuk-Grid__offset-10 {
  margin-left: 83.3333333333%;
}
.vfuk-Grid__offset-11 {
  margin-left: 91.6666666667%;
}
@media (min-width: 576px) {
  .vfuk-Grid__col-sm,
  .vfuk-Grid__col-sm-auto {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .vfuk-Grid__col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .vfuk-Grid__col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .vfuk-Grid__col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .vfuk-Grid__col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .vfuk-Grid__col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .vfuk-Grid__col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .vfuk-Grid__col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .vfuk-Grid__col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .vfuk-Grid__col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .vfuk-Grid__col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .vfuk-Grid__col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .vfuk-Grid__col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .vfuk-Grid__order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .vfuk-Grid__order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .vfuk-Grid__order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .vfuk-Grid__order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .vfuk-Grid__order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .vfuk-Grid__order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .vfuk-Grid__order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .vfuk-Grid__order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .vfuk-Grid__order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .vfuk-Grid__order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .vfuk-Grid__order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .vfuk-Grid__order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .vfuk-Grid__order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .vfuk-Grid__order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .vfuk-Grid__order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .vfuk-Grid__offset-sm-0 {
    margin-left: 0;
  }
  .vfuk-Grid__offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .vfuk-Grid__offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .vfuk-Grid__offset-sm-3 {
    margin-left: 25%;
  }
  .vfuk-Grid__offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .vfuk-Grid__offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .vfuk-Grid__offset-sm-6 {
    margin-left: 50%;
  }
  .vfuk-Grid__offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .vfuk-Grid__offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .vfuk-Grid__offset-sm-9 {
    margin-left: 75%;
  }
  .vfuk-Grid__offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .vfuk-Grid__offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .vfuk-Grid__col-md,
  .vfuk-Grid__col-md-auto {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .vfuk-Grid__col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .vfuk-Grid__col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .vfuk-Grid__col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .vfuk-Grid__col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .vfuk-Grid__col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .vfuk-Grid__col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .vfuk-Grid__col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .vfuk-Grid__col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .vfuk-Grid__col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .vfuk-Grid__col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .vfuk-Grid__col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .vfuk-Grid__col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .vfuk-Grid__order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .vfuk-Grid__order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .vfuk-Grid__order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .vfuk-Grid__order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .vfuk-Grid__order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .vfuk-Grid__order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .vfuk-Grid__order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .vfuk-Grid__order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .vfuk-Grid__order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .vfuk-Grid__order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .vfuk-Grid__order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .vfuk-Grid__order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .vfuk-Grid__order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .vfuk-Grid__order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .vfuk-Grid__order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .vfuk-Grid__offset-md-0 {
    margin-left: 0;
  }
  .vfuk-Grid__offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .vfuk-Grid__offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .vfuk-Grid__offset-md-3 {
    margin-left: 25%;
  }
  .vfuk-Grid__offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .vfuk-Grid__offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .vfuk-Grid__offset-md-6 {
    margin-left: 50%;
  }
  .vfuk-Grid__offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .vfuk-Grid__offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .vfuk-Grid__offset-md-9 {
    margin-left: 75%;
  }
  .vfuk-Grid__offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .vfuk-Grid__offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .vfuk-Grid__col-lg,
  .vfuk-Grid__col-lg-auto {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .vfuk-Grid__col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .vfuk-Grid__col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .vfuk-Grid__col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .vfuk-Grid__col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .vfuk-Grid__col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .vfuk-Grid__col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .vfuk-Grid__col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .vfuk-Grid__col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .vfuk-Grid__col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .vfuk-Grid__col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .vfuk-Grid__col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .vfuk-Grid__col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .vfuk-Grid__order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .vfuk-Grid__order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .vfuk-Grid__order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .vfuk-Grid__order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .vfuk-Grid__order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .vfuk-Grid__order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .vfuk-Grid__order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .vfuk-Grid__order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .vfuk-Grid__order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .vfuk-Grid__order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .vfuk-Grid__order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .vfuk-Grid__order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .vfuk-Grid__order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .vfuk-Grid__order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .vfuk-Grid__order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .vfuk-Grid__offset-lg-0 {
    margin-left: 0;
  }
  .vfuk-Grid__offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .vfuk-Grid__offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .vfuk-Grid__offset-lg-3 {
    margin-left: 25%;
  }
  .vfuk-Grid__offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .vfuk-Grid__offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .vfuk-Grid__offset-lg-6 {
    margin-left: 50%;
  }
  .vfuk-Grid__offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .vfuk-Grid__offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .vfuk-Grid__offset-lg-9 {
    margin-left: 75%;
  }
  .vfuk-Grid__offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .vfuk-Grid__offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .vfuk-Grid__col-xl,
  .vfuk-Grid__col-xl-auto {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .vfuk-Grid__col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .vfuk-Grid__col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .vfuk-Grid__col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .vfuk-Grid__col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .vfuk-Grid__col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .vfuk-Grid__col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .vfuk-Grid__col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .vfuk-Grid__col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .vfuk-Grid__col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .vfuk-Grid__col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .vfuk-Grid__col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .vfuk-Grid__col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .vfuk-Grid__order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .vfuk-Grid__order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .vfuk-Grid__order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .vfuk-Grid__order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .vfuk-Grid__order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .vfuk-Grid__order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .vfuk-Grid__order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .vfuk-Grid__order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .vfuk-Grid__order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .vfuk-Grid__order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .vfuk-Grid__order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .vfuk-Grid__order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .vfuk-Grid__order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .vfuk-Grid__order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .vfuk-Grid__order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .vfuk-Grid__offset-xl-0 {
    margin-left: 0;
  }
  .vfuk-Grid__offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .vfuk-Grid__offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .vfuk-Grid__offset-xl-3 {
    margin-left: 25%;
  }
  .vfuk-Grid__offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .vfuk-Grid__offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .vfuk-Grid__offset-xl-6 {
    margin-left: 50%;
  }
  .vfuk-Grid__offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .vfuk-Grid__offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .vfuk-Grid__offset-xl-9 {
    margin-left: 75%;
  }
  .vfuk-Grid__offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .vfuk-Grid__offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
.vfuk-Grid__container {
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
  margin-right: auto;
  margin-left: auto;
  max-width: 751px;
}
@media (min-width: 768px) {
  .vfuk-Grid__container {
    max-width: 975px;
  }
}
@media (min-width: 992px) {
  .vfuk-Grid__container {
    max-width: 992px;
  }
}
@media (min-width: 1441px) {
  .vfuk-Grid__container {
    max-width: 1441px;
  }
}
.vfuk-Grid__container-fluid {
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
  margin-right: auto;
  margin-left: auto;
}
.vfuk-Grid__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.vfuk-Grid__no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.vfuk-Grid__no-gutters > .vfuk-Grid__col,
.vfuk-Grid__no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.vfuk-Grid__col-1, .vfuk-Grid__col-2, .vfuk-Grid__col-3, .vfuk-Grid__col-4, .vfuk-Grid__col-5, .vfuk-Grid__col-6, .vfuk-Grid__col-7, .vfuk-Grid__col-8, .vfuk-Grid__col-9, .vfuk-Grid__col-10, .vfuk-Grid__col-11, .vfuk-Grid__col-12, .vfuk-Grid__col,
.vfuk-Grid__col-auto, .vfuk-Grid__col-sm-1, .vfuk-Grid__col-sm-2, .vfuk-Grid__col-sm-3, .vfuk-Grid__col-sm-4, .vfuk-Grid__col-sm-5, .vfuk-Grid__col-sm-6, .vfuk-Grid__col-sm-7, .vfuk-Grid__col-sm-8, .vfuk-Grid__col-sm-9, .vfuk-Grid__col-sm-10, .vfuk-Grid__col-sm-11, .vfuk-Grid__col-sm-12, .vfuk-Grid__col-sm,
.vfuk-Grid__col-sm-auto, .vfuk-Grid__col-md-1, .vfuk-Grid__col-md-2, .vfuk-Grid__col-md-3, .vfuk-Grid__col-md-4, .vfuk-Grid__col-md-5, .vfuk-Grid__col-md-6, .vfuk-Grid__col-md-7, .vfuk-Grid__col-md-8, .vfuk-Grid__col-md-9, .vfuk-Grid__col-md-10, .vfuk-Grid__col-md-11, .vfuk-Grid__col-md-12, .vfuk-Grid__col-md,
.vfuk-Grid__col-md-auto, .vfuk-Grid__col-lg-1, .vfuk-Grid__col-lg-2, .vfuk-Grid__col-lg-3, .vfuk-Grid__col-lg-4, .vfuk-Grid__col-lg-5, .vfuk-Grid__col-lg-6, .vfuk-Grid__col-lg-7, .vfuk-Grid__col-lg-8, .vfuk-Grid__col-lg-9, .vfuk-Grid__col-lg-10, .vfuk-Grid__col-lg-11, .vfuk-Grid__col-lg-12, .vfuk-Grid__col-lg,
.vfuk-Grid__col-lg-auto, .vfuk-Grid__col-xl-1, .vfuk-Grid__col-xl-2, .vfuk-Grid__col-xl-3, .vfuk-Grid__col-xl-4, .vfuk-Grid__col-xl-5, .vfuk-Grid__col-xl-6, .vfuk-Grid__col-xl-7, .vfuk-Grid__col-xl-8, .vfuk-Grid__col-xl-9, .vfuk-Grid__col-xl-10, .vfuk-Grid__col-xl-11, .vfuk-Grid__col-xl-12, .vfuk-Grid__col-xl,
.vfuk-Grid__col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
}
.vfuk-Grid__col,
.vfuk-Grid__col-auto {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}
.vfuk-Grid__col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.3333333333%;
          flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.vfuk-Grid__col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.vfuk-Grid__col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}
.vfuk-Grid__col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.vfuk-Grid__col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.6666666667%;
          flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.vfuk-Grid__col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
.vfuk-Grid__col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.3333333333%;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.vfuk-Grid__col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.6666666667%;
          flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.vfuk-Grid__col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}
.vfuk-Grid__col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.3333333333%;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.vfuk-Grid__col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.6666666667%;
          flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.vfuk-Grid__col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.vfuk-Grid__order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.vfuk-Grid__order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}
.vfuk-Grid__order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.vfuk-Grid__order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.vfuk-Grid__order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.vfuk-Grid__order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.vfuk-Grid__order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.vfuk-Grid__order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
.vfuk-Grid__order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}
.vfuk-Grid__order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}
.vfuk-Grid__order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}
.vfuk-Grid__order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}
.vfuk-Grid__order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}
.vfuk-Grid__order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}
.vfuk-Grid__order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}
.vfuk-Grid__offset-1 {
  margin-left: 8.3333333333%;
}
.vfuk-Grid__offset-2 {
  margin-left: 16.6666666667%;
}
.vfuk-Grid__offset-3 {
  margin-left: 25%;
}
.vfuk-Grid__offset-4 {
  margin-left: 33.3333333333%;
}
.vfuk-Grid__offset-5 {
  margin-left: 41.6666666667%;
}
.vfuk-Grid__offset-6 {
  margin-left: 50%;
}
.vfuk-Grid__offset-7 {
  margin-left: 58.3333333333%;
}
.vfuk-Grid__offset-8 {
  margin-left: 66.6666666667%;
}
.vfuk-Grid__offset-9 {
  margin-left: 75%;
}
.vfuk-Grid__offset-10 {
  margin-left: 83.3333333333%;
}
.vfuk-Grid__offset-11 {
  margin-left: 91.6666666667%;
}
@media (min-width: 768px) {
  .vfuk-Grid__col-md,
  .vfuk-Grid__col-md-auto {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .vfuk-Grid__col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .vfuk-Grid__col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .vfuk-Grid__col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .vfuk-Grid__col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .vfuk-Grid__col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .vfuk-Grid__col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .vfuk-Grid__col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .vfuk-Grid__col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .vfuk-Grid__col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .vfuk-Grid__col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .vfuk-Grid__col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .vfuk-Grid__col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .vfuk-Grid__order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .vfuk-Grid__order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .vfuk-Grid__order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .vfuk-Grid__order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .vfuk-Grid__order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .vfuk-Grid__order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .vfuk-Grid__order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .vfuk-Grid__order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .vfuk-Grid__order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .vfuk-Grid__order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .vfuk-Grid__order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .vfuk-Grid__order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .vfuk-Grid__order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .vfuk-Grid__order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .vfuk-Grid__order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .vfuk-Grid__offset-md-0 {
    margin-left: 0;
  }
  .vfuk-Grid__offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .vfuk-Grid__offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .vfuk-Grid__offset-md-3 {
    margin-left: 25%;
  }
  .vfuk-Grid__offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .vfuk-Grid__offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .vfuk-Grid__offset-md-6 {
    margin-left: 50%;
  }
  .vfuk-Grid__offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .vfuk-Grid__offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .vfuk-Grid__offset-md-9 {
    margin-left: 75%;
  }
  .vfuk-Grid__offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .vfuk-Grid__offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .vfuk-Grid__col-lg,
  .vfuk-Grid__col-lg-auto {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .vfuk-Grid__col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .vfuk-Grid__col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .vfuk-Grid__col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .vfuk-Grid__col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .vfuk-Grid__col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .vfuk-Grid__col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .vfuk-Grid__col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .vfuk-Grid__col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .vfuk-Grid__col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .vfuk-Grid__col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .vfuk-Grid__col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .vfuk-Grid__col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .vfuk-Grid__order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .vfuk-Grid__order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .vfuk-Grid__order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .vfuk-Grid__order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .vfuk-Grid__order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .vfuk-Grid__order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .vfuk-Grid__order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .vfuk-Grid__order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .vfuk-Grid__order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .vfuk-Grid__order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .vfuk-Grid__order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .vfuk-Grid__order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .vfuk-Grid__order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .vfuk-Grid__order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .vfuk-Grid__order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .vfuk-Grid__offset-lg-0 {
    margin-left: 0;
  }
  .vfuk-Grid__offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .vfuk-Grid__offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .vfuk-Grid__offset-lg-3 {
    margin-left: 25%;
  }
  .vfuk-Grid__offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .vfuk-Grid__offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .vfuk-Grid__offset-lg-6 {
    margin-left: 50%;
  }
  .vfuk-Grid__offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .vfuk-Grid__offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .vfuk-Grid__offset-lg-9 {
    margin-left: 75%;
  }
  .vfuk-Grid__offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .vfuk-Grid__offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1441px) {
  .vfuk-Grid__col-xl,
  .vfuk-Grid__col-xl-auto {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .vfuk-Grid__col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .vfuk-Grid__col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .vfuk-Grid__col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .vfuk-Grid__col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .vfuk-Grid__col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .vfuk-Grid__col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .vfuk-Grid__col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .vfuk-Grid__col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .vfuk-Grid__col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .vfuk-Grid__col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .vfuk-Grid__col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .vfuk-Grid__col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .vfuk-Grid__order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .vfuk-Grid__order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .vfuk-Grid__order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .vfuk-Grid__order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .vfuk-Grid__order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .vfuk-Grid__order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .vfuk-Grid__order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .vfuk-Grid__order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .vfuk-Grid__order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .vfuk-Grid__order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .vfuk-Grid__order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .vfuk-Grid__order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .vfuk-Grid__order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .vfuk-Grid__order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .vfuk-Grid__order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .vfuk-Grid__offset-xl-0 {
    margin-left: 0;
  }
  .vfuk-Grid__offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .vfuk-Grid__offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .vfuk-Grid__offset-xl-3 {
    margin-left: 25%;
  }
  .vfuk-Grid__offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .vfuk-Grid__offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .vfuk-Grid__offset-xl-6 {
    margin-left: 50%;
  }
  .vfuk-Grid__offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .vfuk-Grid__offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .vfuk-Grid__offset-xl-9 {
    margin-left: 75%;
  }
  .vfuk-Grid__offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .vfuk-Grid__offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.vfuk-Grid__d-none {
  display: none !important;
}
.vfuk-Grid__d-inline {
  display: inline !important;
}
.vfuk-Grid__d-inline-block {
  display: inline-block !important;
}
.vfuk-Grid__d-block {
  display: block !important;
}
.vfuk-Grid__d-table {
  display: table !important;
}
.vfuk-Grid__d-table-row {
  display: table-row !important;
}
.vfuk-Grid__d-table-cell {
  display: table-cell !important;
}
.vfuk-Grid__d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.vfuk-Grid__d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 768px) {
  .vfuk-Grid__d-md-none {
    display: none !important;
  }
  .vfuk-Grid__d-md-inline {
    display: inline !important;
  }
  .vfuk-Grid__d-md-inline-block {
    display: inline-block !important;
  }
  .vfuk-Grid__d-md-block {
    display: block !important;
  }
  .vfuk-Grid__d-md-table {
    display: table !important;
  }
  .vfuk-Grid__d-md-table-row {
    display: table-row !important;
  }
  .vfuk-Grid__d-md-table-cell {
    display: table-cell !important;
  }
  .vfuk-Grid__d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .vfuk-Grid__d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .vfuk-Grid__d-lg-none {
    display: none !important;
  }
  .vfuk-Grid__d-lg-inline {
    display: inline !important;
  }
  .vfuk-Grid__d-lg-inline-block {
    display: inline-block !important;
  }
  .vfuk-Grid__d-lg-block {
    display: block !important;
  }
  .vfuk-Grid__d-lg-table {
    display: table !important;
  }
  .vfuk-Grid__d-lg-table-row {
    display: table-row !important;
  }
  .vfuk-Grid__d-lg-table-cell {
    display: table-cell !important;
  }
  .vfuk-Grid__d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .vfuk-Grid__d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1441px) {
  .vfuk-Grid__d-xl-none {
    display: none !important;
  }
  .vfuk-Grid__d-xl-inline {
    display: inline !important;
  }
  .vfuk-Grid__d-xl-inline-block {
    display: inline-block !important;
  }
  .vfuk-Grid__d-xl-block {
    display: block !important;
  }
  .vfuk-Grid__d-xl-table {
    display: table !important;
  }
  .vfuk-Grid__d-xl-table-row {
    display: table-row !important;
  }
  .vfuk-Grid__d-xl-table-cell {
    display: table-cell !important;
  }
  .vfuk-Grid__d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .vfuk-Grid__d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .vfuk-Grid__d-print-none {
    display: none !important;
  }
  .vfuk-Grid__d-print-inline {
    display: inline !important;
  }
  .vfuk-Grid__d-print-inline-block {
    display: inline-block !important;
  }
  .vfuk-Grid__d-print-block {
    display: block !important;
  }
  .vfuk-Grid__d-print-table {
    display: table !important;
  }
  .vfuk-Grid__d-print-table-row {
    display: table-row !important;
  }
  .vfuk-Grid__d-print-table-cell {
    display: table-cell !important;
  }
  .vfuk-Grid__d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .vfuk-Grid__d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.vfuk-Grid__flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}
.vfuk-Grid__flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}
.vfuk-Grid__flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}
.vfuk-Grid__flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}
.vfuk-Grid__flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}
.vfuk-Grid__flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}
.vfuk-Grid__flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}
.vfuk-Grid__justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}
.vfuk-Grid__justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}
.vfuk-Grid__justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.vfuk-Grid__justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}
.vfuk-Grid__justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}
.vfuk-Grid__align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}
.vfuk-Grid__align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}
.vfuk-Grid__align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
.vfuk-Grid__align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}
.vfuk-Grid__align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}
.vfuk-Grid__align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}
.vfuk-Grid__align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}
.vfuk-Grid__align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}
.vfuk-Grid__align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}
.vfuk-Grid__align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}
.vfuk-Grid__align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}
.vfuk-Grid__align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}
.vfuk-Grid__align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}
.vfuk-Grid__align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}
.vfuk-Grid__align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}
.vfuk-Grid__align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}
.vfuk-Grid__align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}
@media (min-width: 768px) {
  .vfuk-Grid__flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .vfuk-Grid__flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .vfuk-Grid__flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .vfuk-Grid__flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .vfuk-Grid__flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .vfuk-Grid__flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .vfuk-Grid__flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .vfuk-Grid__justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .vfuk-Grid__justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .vfuk-Grid__justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .vfuk-Grid__justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .vfuk-Grid__justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .vfuk-Grid__align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .vfuk-Grid__align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .vfuk-Grid__align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .vfuk-Grid__align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .vfuk-Grid__align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .vfuk-Grid__align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .vfuk-Grid__align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .vfuk-Grid__align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .vfuk-Grid__align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .vfuk-Grid__align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .vfuk-Grid__align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .vfuk-Grid__align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .vfuk-Grid__align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .vfuk-Grid__align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .vfuk-Grid__align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .vfuk-Grid__align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .vfuk-Grid__align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .vfuk-Grid__flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .vfuk-Grid__flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .vfuk-Grid__flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .vfuk-Grid__flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .vfuk-Grid__flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .vfuk-Grid__flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .vfuk-Grid__flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .vfuk-Grid__justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .vfuk-Grid__justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .vfuk-Grid__justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .vfuk-Grid__justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .vfuk-Grid__justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .vfuk-Grid__align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .vfuk-Grid__align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .vfuk-Grid__align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .vfuk-Grid__align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .vfuk-Grid__align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .vfuk-Grid__align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .vfuk-Grid__align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .vfuk-Grid__align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .vfuk-Grid__align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .vfuk-Grid__align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .vfuk-Grid__align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .vfuk-Grid__align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .vfuk-Grid__align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .vfuk-Grid__align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .vfuk-Grid__align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .vfuk-Grid__align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .vfuk-Grid__align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1441px) {
  .vfuk-Grid__flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .vfuk-Grid__flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .vfuk-Grid__flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .vfuk-Grid__flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .vfuk-Grid__flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .vfuk-Grid__flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .vfuk-Grid__flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .vfuk-Grid__justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .vfuk-Grid__justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .vfuk-Grid__justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .vfuk-Grid__justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .vfuk-Grid__justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .vfuk-Grid__align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .vfuk-Grid__align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .vfuk-Grid__align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .vfuk-Grid__align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .vfuk-Grid__align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .vfuk-Grid__align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .vfuk-Grid__align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .vfuk-Grid__align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .vfuk-Grid__align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .vfuk-Grid__align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .vfuk-Grid__align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .vfuk-Grid__align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .vfuk-Grid__align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .vfuk-Grid__align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .vfuk-Grid__align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .vfuk-Grid__align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .vfuk-Grid__align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
.vfuk-Grid__width-spring {
  max-width: 1441px;
  margin-left: auto;
  margin-right: auto;
}
.vfuk-Grid__width-full {
  width: 100%;
}
.vfuk-Grid__centered {
  margin-left: auto;
  margin-right: auto;
}@-webkit-keyframes vfuk-GridColumn__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-GridColumn__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-GridColumn__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-GridColumn__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-GridColumn__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}@-webkit-keyframes vfuk-RawHtmlWrapper__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-RawHtmlWrapper__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-RawHtmlWrapper__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-RawHtmlWrapper__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
/*
 Default Typography
*/
.vfuk-RawHtmlWrapper__typography {
  font-family: "Vodafone", "Open Sans", sans-serif;
  width: 100%;
  overflow: hidden;
}
.vfuk-RawHtmlWrapper__typography h1,
.vfuk-RawHtmlWrapper__typography h2,
.vfuk-RawHtmlWrapper__typography h3,
.vfuk-RawHtmlWrapper__typography h4,
.vfuk-RawHtmlWrapper__typography h5,
.vfuk-RawHtmlWrapper__typography h6 {
  display: block;
  line-height: 1.1111;
  width: 100%;
}
.vfuk-RawHtmlWrapper__typography a:hover, .vfuk-RawHtmlWrapper__typography a:focus {
  color: #e60000;
  outline: none;
}
.vfuk-RawHtmlWrapper__typography h1 {
  font-weight: 200;
  font-size: 32px;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .vfuk-RawHtmlWrapper__typography h1 {
    font-size: 56px;
    line-height: 1.1;
  }
}
@media (min-width: 992px) {
  .vfuk-RawHtmlWrapper__typography h1 {
    font-size: 64px;
    line-height: 1.125;
  }
}
.vfuk-RawHtmlWrapper__typography h2 {
  font-weight: 200;
  font-size: 28px;
  line-height: 1.28;
}
@media (min-width: 768px) {
  .vfuk-RawHtmlWrapper__typography h2 {
    font-size: 40px;
    line-height: 1.2;
  }
}
@media (min-width: 992px) {
  .vfuk-RawHtmlWrapper__typography h2 {
    font-size: 56px;
    line-height: 1.1;
  }
}
.vfuk-RawHtmlWrapper__typography h3 {
  font-weight: 200;
  font-size: 24px;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .vfuk-RawHtmlWrapper__typography h3 {
    font-size: 34px;
    line-height: 1.176;
  }
}
@media (min-width: 992px) {
  .vfuk-RawHtmlWrapper__typography h3 {
    font-size: 40px;
    line-height: 1.2;
  }
}
.vfuk-RawHtmlWrapper__typography h4 {
  font-weight: 200;
  font-size: 20px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .vfuk-RawHtmlWrapper__typography h4 {
    font-size: 24px;
    line-height: 1.25;
  }
}
@media (min-width: 992px) {
  .vfuk-RawHtmlWrapper__typography h4 {
    font-size: 28px;
    line-height: 1.2;
  }
}
.vfuk-RawHtmlWrapper__typography h5 {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.333;
}
@media (min-width: 768px) {
  .vfuk-RawHtmlWrapper__typography h5 {
    font-size: 20px;
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .vfuk-RawHtmlWrapper__typography h5 {
    font-size: 20px;
    line-height: 1.4;
  }
}
.vfuk-RawHtmlWrapper__typography h6 {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .vfuk-RawHtmlWrapper__typography h6 {
    font-size: 18px;
    line-height: 1.333;
  }
}
@media (min-width: 992px) {
  .vfuk-RawHtmlWrapper__typography h6 {
    font-size: 18px;
    line-height: 1.333;
  }
}
.vfuk-RawHtmlWrapper__typography ul,
.vfuk-RawHtmlWrapper__typography ol {
  font-weight: 200;
  font-size: 16px;
}
@media (min-width: 768px) {
  .vfuk-RawHtmlWrapper__typography ul,
  .vfuk-RawHtmlWrapper__typography ol {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .vfuk-RawHtmlWrapper__typography ul,
  .vfuk-RawHtmlWrapper__typography ol {
    font-size: 18px;
  }
}
@media (min-width: 1441px) {
  .vfuk-RawHtmlWrapper__typography ul,
  .vfuk-RawHtmlWrapper__typography ol {
    font-size: 18px;
  }
}
.vfuk-RawHtmlWrapper__typography p,
.vfuk-RawHtmlWrapper__typography ul,
.vfuk-RawHtmlWrapper__typography ol {
  margin: 0 0 16px 0;
  line-height: 1.3333;
}
.vfuk-RawHtmlWrapper__typography ol > li {
  list-style-type: decimal;
}
.vfuk-RawHtmlWrapper__typography table {
  margin: 0 auto;
  min-width: 100%;
  border-collapse: collapse;
}
.vfuk-RawHtmlWrapper__typography tbody td span {
  padding-left: 4px;
  padding-right: 4px;
}
.vfuk-RawHtmlWrapper__typography tbody td,
.vfuk-RawHtmlWrapper__typography tbody th {
  border-bottom: 1px solid #999999;
  font-weight: 200;
  vertical-align: middle;
}
.vfuk-RawHtmlWrapper__typography tbody td > span,
.vfuk-RawHtmlWrapper__typography tbody th > span {
  display: inline-block;
  padding: 8px 0;
}
.vfuk-RawHtmlWrapper__typography thead th {
  border-bottom: 1px solid #999999;
  vertical-align: bottom;
  text-align: center;
}
.vfuk-RawHtmlWrapper__typography thead th:first-child {
  width: auto;
  min-width: 150px;
  text-align: left;
}
.vfuk-RawHtmlWrapper__typography thead th > span {
  display: inline-block;
  padding-bottom: 8px;
}
.vfuk-RawHtmlWrapper__typography tfoot td {
  padding: 8px 0;
}@-webkit-keyframes vfuk-FooterItemList__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-FooterItemList__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-FooterItemList__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-FooterItemList__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-FooterItemList__item {
  border-top: 1px solid #999999;
  width: 100%;
  display: block;
  margin: 0;
}
@media (min-width: 768px) {
  .vfuk-FooterItemList__item {
    border-top: 0;
  }
}

.vfuk-FooterItemList__toggle {
  font-size: 20px;
  line-height: 1.6;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: rgba(255, 255, 255, 0.8);
  width: 100%;
  text-align: left;
  padding: 8px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.vfuk-FooterItemList__toggle:hover, .vfuk-FooterItemList__toggle:focus {
  color: #ffffff;
}
@media (min-width: 768px) {
  .vfuk-FooterItemList__toggle {
    display: none;
  }
}

.vfuk-FooterItemList__toggle-text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.vfuk-FooterItemList__toggle-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.vfuk-FooterItemList__toggle-icon svg {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.vfuk-FooterItemList__list {
  list-style-type: none;
  padding-left: 0;
}

.vfuk-FooterItemList__list-item {
  list-style-type: none;
  padding: 0;
}

.vfuk-FooterItemList__link {
  line-height: 1.8;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}
.vfuk-FooterItemList__link:hover {
  text-decoration: underline;
  color: #ffffff;
}
.vfuk-FooterItemList__link:focus {
  outline: 2px solid #00b0ca;
  color: #ffffff;
}
@media (min-width: 768px) {
  .vfuk-FooterItemList__link {
    padding-left: 0;
  }
}

.vfuk-FooterItemList__title {
  display: none;
}
@media (min-width: 768px) {
  .vfuk-FooterItemList__title {
    display: block;
  }
}

.vfuk-FooterItemList__content {
  padding: 8px 16px;
  margin: 0;
  list-style: none;
  display: none;
  height: 0;
}
@media (min-width: 768px) {
  .vfuk-FooterItemList__content {
    padding: 8px 0 16px;
    display: block;
    height: auto;
  }
}

.vfuk-FooterItemList__is-open .vfuk-FooterItemList__content {
  display: block;
  height: auto;
  padding-bottom: 8px;
}
.vfuk-FooterItemList__is-open .vfuk-FooterItemList__toggle svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}@-webkit-keyframes vfuk-FooterContentLoader__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-FooterContentLoader__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-FooterContentLoader__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-FooterContentLoader__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-FooterContentLoader__content-loader {
  display: inline-block;
  background-color: #494949;
  border-radius: 5px;
  background: linear-gradient(-90deg, #494949 0, #666666 40px, #494949 80px);
  background-size: 400% 400%;
  -webkit-animation: vfuk-FooterContentLoader__shine-lines 2s linear infinite;
          animation: vfuk-FooterContentLoader__shine-lines 2s linear infinite;
}
@media (min-width: 768px) {
  .vfuk-FooterContentLoader__content-loader {
    margin: 8px;
  }
}

.vfuk-FooterContentLoader__xSmall {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 16px;
}

.vfuk-FooterContentLoader__small {
  display: none;
  width: 70px;
  height: 16px;
  margin: 8px 8px;
}
@media (min-width: 768px) {
  .vfuk-FooterContentLoader__small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.vfuk-FooterContentLoader__med {
  width: 140px;
  height: 16px;
}

.vfuk-FooterContentLoader__large {
  width: 80%;
  height: 16px;
  margin: 8px 8px;
}

@-webkit-keyframes vfuk-FooterContentLoader__shine-lines {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: -100% 0%;
  }
}

@keyframes vfuk-FooterContentLoader__shine-lines {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: -100% 0%;
  }
}@-webkit-keyframes vfuk-StandardFooter__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-StandardFooter__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-StandardFooter__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-StandardFooter__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-StandardFooter__footer {
  font-size: 16px;
}
@media (min-width: 992px) {
  .vfuk-StandardFooter__footer {
    font-size: 18px;
  }
}

.vfuk-StandardFooter__social {
  display: block;
  text-align: center;
}

.vfuk-StandardFooter__social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .vfuk-StandardFooter__social-links {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 24px;
    margin: 0 16px;
  }
}

.vfuk-StandardFooter__social-list-items {
  height: 28px;
  padding: 0;
}
@media (min-width: 768px) {
  .vfuk-StandardFooter__social-list-items {
    text-align: left;
  }
}

.vfuk-StandardFooter__social-list-item {
  display: inline-block;
  padding-right: 8px;
  padding-left: 8px;
}
.vfuk-StandardFooter__social-list-item svg {
  height: 28px;
  width: 28px;
}
@media (min-width: 768px) {
  .vfuk-StandardFooter__social-list-item {
    padding-right: 16px;
    padding-left: 0;
  }
}

.vfuk-StandardFooter__horizontal {
  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;
  padding: 8px 0;
  margin: 0;
}
@media (min-width: 768px) {
  .vfuk-StandardFooter__horizontal {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 16px;
  }
}

.vfuk-StandardFooter__horizontal-list-item {
  list-style-type: none;
  padding-left: 8px;
  padding-right: 8px;
  border-left: 1px solid #999999;
}
.vfuk-StandardFooter__horizontal-list-item:first-child {
  border-left: none;
  padding-left: 0;
}

.vfuk-StandardFooter__horizontal-link {
  display: block;
  padding: 6px 0;
  text-align: center;
}
.vfuk-StandardFooter__horizontal-link:focus {
  outline: 2px solid #00b0ca;
}

.vfuk-StandardFooter__footer-link {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
}
.vfuk-StandardFooter__footer-link:hover, .vfuk-StandardFooter__footer-link:focus {
  color: #ffffff;
}

.vfuk-StandardFooter__left {
  text-align: center;
  padding: 16px 0;
}

.vfuk-StandardFooter__forum {
  display: none;
}
@media (min-width: 768px) {
  .vfuk-StandardFooter__forum {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: top;
        -ms-flex-align: top;
            align-items: top;
    text-align: right;
  }
}

.vfuk-StandardFooter__copyright {
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 200;
}
@media (min-width: 768px) {
  .vfuk-StandardFooter__copyright {
    line-height: 1.8;
    text-align: left;
    margin: 0 16px;
  }
}

@media (min-width: 768px) {
  .vfuk-StandardFooter__forum-link-text {
    font-size: 24px;
    line-height: 1.25;
    padding-right: 16px;
    vertical-align: top;
  }
}
.vfuk-StandardFooter__loader-bottom {
  margin-bottom: 16px;
}

.vfuk-StandardFooter__fix-align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .vfuk-StandardFooter__fix-align {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}@-webkit-keyframes vfuk-AcquisitionsStepTrackerLoading__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-AcquisitionsStepTrackerLoading__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-AcquisitionsStepTrackerLoading__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-AcquisitionsStepTrackerLoading__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-AcquisitionsStepTrackerLoading__container {
  background-color: #e60000;
  padding: 32px 0;
  height: 100%;
  min-height: 400px;
  -webkit-animation-name: vfuk-AcquisitionsStepTrackerLoading__fadeInOpacity;
          animation-name: vfuk-AcquisitionsStepTrackerLoading__fadeInOpacity;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: cubic-bezier(0, 0.92, 0.58, 1);
          animation-timing-function: cubic-bezier(0, 0.92, 0.58, 1);
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
.vfuk-AcquisitionsStepTrackerLoading__container .vfuk-AcquisitionsStepTrackerLoading__text p {
  padding: 32px;
}
.vfuk-AcquisitionsStepTrackerLoading__container .vfuk-AcquisitionsStepTrackerLoading__spinner-wrapper {
  margin-top: 40px;
  text-align: center;
}

@-webkit-keyframes vfuk-AcquisitionsStepTrackerLoading__fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes vfuk-AcquisitionsStepTrackerLoading__fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.vfuk-AcquisitionsStepTrackerLoading__text {
  color: #ffffff;
}@-webkit-keyframes vfuk-CMSButtonModalOverride__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-CMSButtonModalOverride__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-CMSButtonModalOverride__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-CMSButtonModalOverride__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-CMSButtonModalOverride__wrapper {
  height: 100vh;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .vfuk-CMSButtonModalOverride__wrapper {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }
}

.vfuk-CMSButtonModalOverride__content {
  margin: 0;
  width: auto;
  max-width: initial;
  padding: 32px 0 0 0;
  display: block;
}
@media (min-width: 992px) {
  .vfuk-CMSButtonModalOverride__content {
    margin: 16px;
    padding: 32px;
    width: calc(100vw - 48px);
    max-width: 992px;
  }
}
@media (min-width: 1441px) {
  .vfuk-CMSButtonModalOverride__content {
    max-width: 1441px;
  }
}

.vfuk-CMSButtonModalOverride__aligner {
  height: 100%;
  width: 100%;
}
@media (min-width: 992px) {
  .vfuk-CMSButtonModalOverride__aligner {
    height: auto;
    width: auto;
  }
}@-webkit-keyframes vfuk-BackgroundImage__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-BackgroundImage__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-BackgroundImage__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-BackgroundImage__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-BackgroundImage__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}@-webkit-keyframes vfuk-Section__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-Section__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-Section__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-Section__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-Section__section {
  width: 100%;
  position: relative;
}
.vfuk-Section__section-has-offset:before, .vfuk-Section__section-has-offset:after {
  clear: both;
  content: "";
  display: table;
  margin-top: -1px;
  height: 0;
}

.vfuk-Section__content {
  margin-left: auto;
  margin-right: auto;
}
.vfuk-Section__content-with-background-image {
  position: relative;
}

.vfuk-Section__spring {
  margin-left: auto;
  margin-right: auto;
  max-width: 1409px;
}

.vfuk-Section__justify-left {
  text-align: left;
}

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

.vfuk-Section__justify-right {
  text-align: right;
}

.vfuk-Section__background-image {
  z-index: -1;
}

.vfuk-Section__border-none {
  border-color: transparent;
}

.vfuk-Section__border-shadow {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
}

.vfuk-Section__border {
  border-width: 2px;
  border-style: solid;
}

.vfuk-Section__rounded-borders {
  border-radius: 8px;
}

.vfuk-Section__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.vfuk-Section__flex .vfuk-Section__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
}

.vfuk-Section__chevron:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.vfuk-Section__chevron-brand:after {
  border-color: #e60000 transparent transparent transparent;
}
.vfuk-Section__chevron-light1:after {
  border-color: #ffffff transparent transparent transparent;
}
.vfuk-Section__chevron-light2:after {
  border-color: #f4f4f4 transparent transparent transparent;
}
.vfuk-Section__chevron-light3:after {
  border-color: #ebebeb transparent transparent transparent;
}
.vfuk-Section__chevron-mid1:after {
  border-color: #cccccc transparent transparent transparent;
}
.vfuk-Section__chevron-mid2:after {
  border-color: #afafaf transparent transparent transparent;
}
.vfuk-Section__chevron-mid3:after {
  border-color: #999999 transparent transparent transparent;
}
.vfuk-Section__chevron-mid4:after {
  border-color: #666666 transparent transparent transparent;
}
.vfuk-Section__chevron-dark1:after {
  border-color: #333333 transparent transparent transparent;
}
.vfuk-Section__chevron-dark2:after {
  border-color: #000000 transparent transparent transparent;
}
.vfuk-Section__chevron-info:after {
  border-color: #005ea5 transparent transparent transparent;
}
.vfuk-Section__chevron-selected:after {
  border-color: #428600 transparent transparent transparent;
}
.vfuk-Section__chevron-success:after {
  border-color: #428600 transparent transparent transparent;
}
.vfuk-Section__chevron-warn:after {
  border-color: #eb9700 transparent transparent transparent;
}
.vfuk-Section__chevron-error:after {
  border-color: #bd0000 transparent transparent transparent;
}
.vfuk-Section__chevron-discount:after {
  border-color: #00b0ca transparent transparent transparent;
}
.vfuk-Section__chevron-promotion1:after {
  border-color: #9c2aa0 transparent transparent transparent;
}
.vfuk-Section__chevron-promotion2:after {
  border-color: #5e2750 transparent transparent transparent;
}
.vfuk-Section__chevron-marketingGreen:after {
  border-color: #a8b400 transparent transparent transparent;
}
.vfuk-Section__chevron-marketingYellow:after {
  border-color: #fecb00 transparent transparent transparent;
}
.vfuk-Section__chevron-marketingOrange:after {
  border-color: #eb9700 transparent transparent transparent;
}
.vfuk-Section__chevron-marketingAubergine:after {
  border-color: #5e2750 transparent transparent transparent;
}
.vfuk-Section__chevron-marketingViolet:after {
  border-color: #9c2aa0 transparent transparent transparent;
}
.vfuk-Section__chevron-marketingBlue:after {
  border-color: #00b0ca transparent transparent transparent;
}
.vfuk-Section__chevron-marketingTurquoise:after {
  border-color: #007c92 transparent transparent transparent;
}@-webkit-keyframes vfuk-RawHtmlWrapper__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-RawHtmlWrapper__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-RawHtmlWrapper__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-RawHtmlWrapper__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
/*
 Default Typography
*/
.vfuk-RawHtmlWrapper__typography {
  font-family: "Vodafone", "Open Sans", sans-serif;
  width: 100%;
  overflow: hidden;
}
.vfuk-RawHtmlWrapper__typography h1,
.vfuk-RawHtmlWrapper__typography h2,
.vfuk-RawHtmlWrapper__typography h3,
.vfuk-RawHtmlWrapper__typography h4,
.vfuk-RawHtmlWrapper__typography h5,
.vfuk-RawHtmlWrapper__typography h6 {
  display: block;
  line-height: 1.1111;
  width: 100%;
}
.vfuk-RawHtmlWrapper__typography a:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 3px #007c92;
          box-shadow: 0 0 0 3px #007c92;
}
.vfuk-RawHtmlWrapper__typography h1 {
  font-weight: 200;
  font-size: 32px;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .vfuk-RawHtmlWrapper__typography h1 {
    font-size: 56px;
    line-height: 1.1;
  }
}
@media (min-width: 992px) {
  .vfuk-RawHtmlWrapper__typography h1 {
    font-size: 64px;
    line-height: 1.125;
  }
}
.vfuk-RawHtmlWrapper__typography h2 {
  font-weight: 200;
  font-size: 28px;
  line-height: 1.28;
}
@media (min-width: 768px) {
  .vfuk-RawHtmlWrapper__typography h2 {
    font-size: 40px;
    line-height: 1.2;
  }
}
@media (min-width: 992px) {
  .vfuk-RawHtmlWrapper__typography h2 {
    font-size: 56px;
    line-height: 1.1;
  }
}
.vfuk-RawHtmlWrapper__typography h3 {
  font-weight: 200;
  font-size: 24px;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .vfuk-RawHtmlWrapper__typography h3 {
    font-size: 34px;
    line-height: 1.176;
  }
}
@media (min-width: 992px) {
  .vfuk-RawHtmlWrapper__typography h3 {
    font-size: 40px;
    line-height: 1.2;
  }
}
.vfuk-RawHtmlWrapper__typography h4 {
  font-weight: 200;
  font-size: 20px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .vfuk-RawHtmlWrapper__typography h4 {
    font-size: 24px;
    line-height: 1.25;
  }
}
@media (min-width: 992px) {
  .vfuk-RawHtmlWrapper__typography h4 {
    font-size: 28px;
    line-height: 1.2;
  }
}
.vfuk-RawHtmlWrapper__typography h5 {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.333;
}
@media (min-width: 768px) {
  .vfuk-RawHtmlWrapper__typography h5 {
    font-size: 20px;
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .vfuk-RawHtmlWrapper__typography h5 {
    font-size: 20px;
    line-height: 1.4;
  }
}
.vfuk-RawHtmlWrapper__typography h6 {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .vfuk-RawHtmlWrapper__typography h6 {
    font-size: 18px;
    line-height: 1.333;
  }
}
@media (min-width: 992px) {
  .vfuk-RawHtmlWrapper__typography h6 {
    font-size: 18px;
    line-height: 1.333;
  }
}
.vfuk-RawHtmlWrapper__typography ul,
.vfuk-RawHtmlWrapper__typography ol {
  font-weight: 200;
  font-size: 16px;
}
@media (min-width: 768px) {
  .vfuk-RawHtmlWrapper__typography ul,
  .vfuk-RawHtmlWrapper__typography ol {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .vfuk-RawHtmlWrapper__typography ul,
  .vfuk-RawHtmlWrapper__typography ol {
    font-size: 18px;
  }
}
@media (min-width: 1441px) {
  .vfuk-RawHtmlWrapper__typography ul,
  .vfuk-RawHtmlWrapper__typography ol {
    font-size: 18px;
  }
}
.vfuk-RawHtmlWrapper__typography p,
.vfuk-RawHtmlWrapper__typography ul,
.vfuk-RawHtmlWrapper__typography ol {
  margin: 0 0 16px 0;
  line-height: 1.3333;
}
.vfuk-RawHtmlWrapper__typography ol > li {
  list-style-type: decimal;
}
.vfuk-RawHtmlWrapper__typography table {
  margin: 0 auto;
  min-width: 100%;
  border-collapse: collapse;
}
.vfuk-RawHtmlWrapper__typography tbody td span {
  padding-left: 4px;
  padding-right: 4px;
}
.vfuk-RawHtmlWrapper__typography tbody td,
.vfuk-RawHtmlWrapper__typography tbody th {
  border-bottom: 1px solid #999999;
  font-weight: 200;
  vertical-align: middle;
}
.vfuk-RawHtmlWrapper__typography tbody td > span,
.vfuk-RawHtmlWrapper__typography tbody th > span {
  display: inline-block;
  padding: 8px 0;
}
.vfuk-RawHtmlWrapper__typography thead th {
  border-bottom: 1px solid #999999;
  vertical-align: bottom;
  text-align: center;
}
.vfuk-RawHtmlWrapper__typography thead th:first-child {
  width: auto;
  min-width: 150px;
  text-align: left;
}
.vfuk-RawHtmlWrapper__typography thead th > span {
  display: inline-block;
  padding-bottom: 8px;
}
.vfuk-RawHtmlWrapper__typography tfoot td {
  padding: 8px 0;
}@-webkit-keyframes vfuk-BlockContainer__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-BlockContainer__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-BlockContainer__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-BlockContainer__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-BlockContainer__block-container {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
}

.vfuk-BlockContainer__shadow {
  border: none;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
}

.vfuk-BlockContainer__none {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.vfuk-BlockContainer__success,
.vfuk-BlockContainer__selected {
  border: 1px solid #428600;
}
.vfuk-BlockContainer__success .vfuk-BlockContainer__match-border,
.vfuk-BlockContainer__selected .vfuk-BlockContainer__match-border {
  background-color: #428600;
}

.vfuk-BlockContainer__error {
  border: 1px solid #bd0000;
}
.vfuk-BlockContainer__error .vfuk-BlockContainer__match-border {
  background-color: #bd0000;
}

.vfuk-BlockContainer__header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 16px;
  text-align: left;
  color: inherit;
  margin-top: -1px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.vfuk-BlockContainer__header-can-collapse {
  cursor: pointer;
}

.vfuk-BlockContainer__header-text {
  display: inline-block;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  -ms-flex-negative: 2;
      flex-shrink: 2;
}

.vfuk-BlockContainer__header-icon {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.vfuk-BlockContainer__header-icon svg {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.vfuk-BlockContainer__header-icon-left {
  padding-right: 16px;
}

.vfuk-BlockContainer__header-icon-right {
  padding-left: 16px;
}

.vfuk-BlockContainer__icon-label {
  padding-right: 8px;
}

.vfuk-BlockContainer__header-icon-open.vfuk-BlockContainer__full-animate svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.vfuk-BlockContainer__header-icon-open.vfuk-BlockContainer__part-animate svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.vfuk-BlockContainer__divider {
  border: solid 1px #ebebeb;
  margin: 0 8px;
}

.vfuk-BlockContainer__content {
  width: 100%;
  height: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
}

.vfuk-BlockContainer__guttering-none {
  padding: 0;
}

.vfuk-BlockContainer__guttering-sm {
  padding-left: 8px;
  padding-right: 8px;
}

.vfuk-BlockContainer__guttering-md {
  padding-left: 16px;
  padding-right: 16px;
}

.vfuk-BlockContainer__guttering-lg {
  padding-left: 24px;
  padding-right: 24px;
}

.vfuk-BlockContainer__hidden-content {
  display: none;
}@-webkit-keyframes vfuk-BlockContainerThemeOverride__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-BlockContainerThemeOverride__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-BlockContainerThemeOverride__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-BlockContainerThemeOverride__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-BlockContainerThemeOverride__header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 16px;
  min-height: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
}
@media (min-width: 768px) {
  .vfuk-BlockContainerThemeOverride__header {
    font-size: 20px;
  }
}@-webkit-keyframes vfuk-MarketingShout__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-MarketingShout__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-MarketingShout__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-MarketingShout__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-MarketingShout__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}

.vfuk-MarketingShout__wrapper-position-absolute {
  position: absolute;
  left: 0;
  top: 0;
}
.vfuk-MarketingShout__wrapper-position-absolute.vfuk-MarketingShout__wrapper-right {
  right: 0;
  left: auto;
}

.vfuk-MarketingShout__wrapper-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.vfuk-MarketingShout__wrapper-left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.vfuk-MarketingShout__content {
  font-weight: bold;
  padding: 8px;
  display: inline-block;
  position: relative;
  z-index: 3;
  overflow: hidden;
  /* !important equiv */
}
.vfuk-MarketingShout__content.vfuk-MarketingShout__no-background {
  background: transparent;
}

.vfuk-MarketingShout__shout-background {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  z-index: -1;
}

.vfuk-MarketingShout__content-left {
  text-align: left;
}
.vfuk-MarketingShout__content-left .vfuk-MarketingShout__shout-background {
  -webkit-transform: skew(-45deg);
          transform: skew(-45deg);
}

.vfuk-MarketingShout__content-right {
  text-align: right;
}
.vfuk-MarketingShout__content-right .vfuk-MarketingShout__shout-background {
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
}@-webkit-keyframes vfuk-image__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-image__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-image__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-image__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
/* stylelint-disable */

/* stylelint-enable */
.vfuk-image__picture {
  display: block;
}@-webkit-keyframes vfuk-CMSBannerCustomButtons__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-CMSBannerCustomButtons__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-CMSBannerCustomButtons__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-CMSBannerCustomButtons__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-CMSBannerCustomButtons__iphone-x {
  position: absolute;
  z-index: 2;
}
.vfuk-CMSBannerCustomButtons__iphone-x-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 0;
  width: 100%;
  text-align: center;
  /* stylelint-disable */
  /* stylelint-enable */
}
@media (min-width: 768px) {
  .vfuk-CMSBannerCustomButtons__iphone-x-button {
    top: auto;
    bottom: 0;
  }
  .vfuk-CMSBannerCustomButtons__iphone-x-button a {
    width: 175px;
  }
}
@media (min-width: 992px) {
  .vfuk-CMSBannerCustomButtons__iphone-x-button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    right: 12%;
    -webkit-transform: translateX(88%);
            transform: translateX(88%);
    bottom: 100px;
    top: auto;
  }
}
.vfuk-CMSBannerCustomButtons__iphone-x-button a {
  margin: 5px;
  width: 140px;
}
.vfuk-CMSBannerCustomButtons__ipad2 {
  position: absolute;
  z-index: 2;
}
@media (min-width: 768px) {
  .vfuk-CMSBannerCustomButtons__ipad2 {
    font-size: 1em;
  }
}
.vfuk-CMSBannerCustomButtons__ipad2 img {
  -o-object-fit: cover;
     object-fit: cover;
}
.vfuk-CMSBannerCustomButtons__ipad2-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 13%;
  width: 100%;
  text-align: center;
  /* stylelint-disable */
  /* stylelint-enable */
}
@media (min-width: 768px) {
  .vfuk-CMSBannerCustomButtons__ipad2-button {
    top: auto;
    bottom: 27%;
  }
  .vfuk-CMSBannerCustomButtons__ipad2-button a {
    width: 175px;
    min-width: 175px;
  }
}
@media (min-width: 992px) {
  .vfuk-CMSBannerCustomButtons__ipad2-button {
    bottom: 15%;
  }
}
.vfuk-CMSBannerCustomButtons__ipad2-button a {
  margin: 5px !important;
  width: 140px;
  min-width: 140px;
  min-height: 0;
  padding: 4px;
}
.vfuk-CMSBannerCustomButtons__ipad2-button a span {
  min-height: 0;
  padding: 0;
}
.vfuk-CMSBannerCustomButtons__iphone-x3-button {
  position: absolute;
  bottom: 6%;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .vfuk-CMSBannerCustomButtons__iphone-x3-button {
    top: auto;
    bottom: 23%;
  }
  .vfuk-CMSBannerCustomButtons__iphone-x3-button a {
    width: 175px;
  }
}
@media (min-width: 992px) {
  .vfuk-CMSBannerCustomButtons__iphone-x3-button {
    bottom: 5%;
  }
}
.vfuk-CMSBannerCustomButtons__iphone-x3-button a {
  margin: 5px;
  width: 140px;
}
.vfuk-CMSBannerCustomButtons__wrapper {
  display: block;
  position: relative;
  width: 100%;
  overflow: visible;
}
.vfuk-CMSBannerCustomButtons__wrapper img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}@-webkit-keyframes vfuk-CMSButtonGroup__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-CMSButtonGroup__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-CMSButtonGroup__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-CMSButtonGroup__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-CMSButtonGroup__button-container {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #000000;
  outline: none;
  width: 100%;
}
@media (min-width: 768px) {
  .vfuk-CMSButtonGroup__button-container {
    width: auto;
  }
}
.vfuk-CMSButtonGroup__button-container button:not(:first-child) {
  border-left: 1px solid #000000;
}

.vfuk-CMSButtonGroup__button {
  width: 100%;
  min-width: 145px;
  position: relative;
  color: #000000;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  outline: none;
}
@media (min-width: 768px) {
  .vfuk-CMSButtonGroup__button {
    min-width: 243px;
  }
}
@media (min-width: 992px) {
  .vfuk-CMSButtonGroup__button {
    min-width: 304px;
  }
}
.vfuk-CMSButtonGroup__button:hover, .vfuk-CMSButtonGroup__button:focus {
  outline: none;
}
.vfuk-CMSButtonGroup__button-selected {
  background: #000000;
  color: #ffffff;
}
.vfuk-CMSButtonGroup__button-selected:after, .vfuk-CMSButtonGroup__button-selected:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.vfuk-CMSButtonGroup__button-selected:after {
  border-top-color: #000000;
  border-width: 8px;
  margin-left: -11px;
}@-webkit-keyframes vfuk-Paragraph__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-Paragraph__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-Paragraph__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-Paragraph__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-Paragraph__paragraph {
  width: 100%;
  line-height: 1.3333;
}

.vfuk-Paragraph__left {
  text-align: left;
}

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

.vfuk-Paragraph__right {
  text-align: right;
}

.vfuk-Paragraph__xs {
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .vfuk-Paragraph__xs {
    font-size: 16px;
    font-size: 1rem;
  }
}

.vfuk-Paragraph__sm {
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .vfuk-Paragraph__sm {
    font-size: 16px;
    font-size: 1rem;
  }
}

.vfuk-Paragraph__md {
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .vfuk-Paragraph__md {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.vfuk-Paragraph__lg {
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  .vfuk-Paragraph__lg {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.vfuk-Paragraph__xl {
  font-size: 20px;
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .vfuk-Paragraph__xl {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .vfuk-Paragraph__xl {
    font-size: 28px;
    font-size: 1.75rem;
  }
}@-webkit-keyframes vfuk-TextBlock__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-TextBlock__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-TextBlock__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-TextBlock__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-TextBlock__footnote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
}
.vfuk-TextBlock__footnote .vfuk-TextBlock__footnote-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 50px;
}
.vfuk-TextBlock__footnote.vfuk-TextBlock__footnote-left .vfuk-TextBlock__footnote-image, .vfuk-TextBlock__footnote.vfuk-TextBlock__footnote-center .vfuk-TextBlock__footnote-image {
  margin-right: 16px;
}
.vfuk-TextBlock__footnote.vfuk-TextBlock__footnote-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.vfuk-TextBlock__footnote.vfuk-TextBlock__footnote-right .vfuk-TextBlock__footnote-image {
  margin-left: 16px;
}

.vfuk-TextBlock__content-spring {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.vfuk-TextBlock__textblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.vfuk-TextBlock__textblock-justify-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.vfuk-TextBlock__textblock-justify-left {
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
  text-align: left;
}
.vfuk-TextBlock__textblock-justify-right {
  -webkit-box-align: right;
      -ms-flex-align: right;
          align-items: right;
  text-align: right;
}
.vfuk-TextBlock__textblock-align-top {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.vfuk-TextBlock__textblock-align-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.vfuk-TextBlock__textblock-align-bottom {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.vfuk-TextBlock__textblock-align-space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.vfuk-TextBlock__textblock-align-space-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.vfuk-TextBlock__top-section {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.vfuk-TextBlock__content-wrapper {
  max-width: 100%;
  margin-bottom: 24px;
}
.vfuk-TextBlock__content-wrapper *:first-child {
  margin-top: 0;
}
.vfuk-TextBlock__content-wrapper *:last-child {
  margin-bottom: 0;
}

.vfuk-TextBlock__button-wrapper {
  margin-bottom: 24px;
}
.vfuk-TextBlock__button-wrapper button,
.vfuk-TextBlock__button-wrapper a {
  margin: 0 0 16px 0;
}
.vfuk-TextBlock__button-wrapper button:last-child,
.vfuk-TextBlock__button-wrapper a:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .vfuk-TextBlock__button-wrapper button,
  .vfuk-TextBlock__button-wrapper a {
    margin: 0 16px 0 0;
  }
  .vfuk-TextBlock__button-wrapper button:last-child,
  .vfuk-TextBlock__button-wrapper a:last-child {
    margin-right: 0;
  }
}@-webkit-keyframes vfuk-StarRating__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-StarRating__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-StarRating__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-StarRating__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-StarRating__star-rating {
  margin-bottom: 16px;
  display: inline-block;
}

.vfuk-StarRating__star-rating-svg {
  display: inline-block;
  vertical-align: middle;
}

.vfuk-StarRating__star-rating-mask {
  fill: #ffffff;
  stroke: none;
}

.vfuk-StarRating__star-rating-hit {
  cursor: pointer;
  fill: #ffffff;
  opacity: 0;
  stroke: none;
}

.vfuk-StarRating__star-rating-reviews {
  display: inline-block;
  margin-left: 8px;
  text-decoration: underline;
  vertical-align: middle;
  line-height: 1;
  cursor: pointer;
}@-webkit-keyframes vfuk-CMSProductCard__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-CMSProductCard__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-CMSProductCard__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-CMSProductCard__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-CMSProductCard__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  padding: 16px;
  max-width: 560px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
}
.vfuk-CMSProductCard__wrapper .vfuk-CMSProductCard__image-holder {
  padding: 40px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 150px;
}
@media (min-width: 768px) {
  .vfuk-CMSProductCard__wrapper .vfuk-CMSProductCard__image-holder {
    min-height: 261px;
  }
}
.vfuk-CMSProductCard__wrapper .vfuk-CMSProductCard__image-holder img {
  max-height: 221px;
  margin-left: 0;
  margin-right: 0;
}

.vfuk-CMSProductCard__border {
  border-width: 1px;
  border-style: solid;
  height: 100%;
}

.vfuk-CMSProductCard__details {
  margin-bottom: 8px;
}

.vfuk-CMSProductCard__link {
  display: block;
  margin: 0 auto;
}

.vfuk-CMSProductCard__top-block {
  height: 100%;
  max-width: 100%;
}

.vfuk-CMSProductCard__detail-first {
  text-align: center;
  font-weight: 200;
  font-size: 20px;
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .vfuk-CMSProductCard__detail-first {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .vfuk-CMSProductCard__detail-first {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.vfuk-CMSProductCard__detail-first-now {
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .vfuk-CMSProductCard__detail-first-now {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .vfuk-CMSProductCard__detail-first-now {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.vfuk-CMSProductCard__detail-second {
  text-align: center;
  font-weight: 200;
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  .vfuk-CMSProductCard__detail-second {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.vfuk-CMSProductCard__detail-second-now {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  .vfuk-CMSProductCard__detail-second-now {
    font-size: 20px;
    font-size: 1.25rem;
  }
}@-webkit-keyframes vfuk-LinkThemedOverride__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-LinkThemedOverride__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-LinkThemedOverride__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-LinkThemedOverride__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-LinkThemedOverride__link {
  text-decoration: none;
  display: block;
  margin: 0 auto;
}@-webkit-keyframes vfuk-CMSTooltip__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-CMSTooltip__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-CMSTooltip__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-CMSTooltip__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-CMSTooltip__wrapper {
  position: relative;
  background-color: #ebebeb;
  border: 1px solid #ebebeb;
  width: 100%;
  padding: 8px 16px;
}
.vfuk-CMSTooltip__wrapper:after, .vfuk-CMSTooltip__wrapper:before {
  bottom: 100%;
  left: 24px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.vfuk-CMSTooltip__wrapper:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #ebebeb;
  border-width: 12px;
  margin-left: -14px;
}@-webkit-keyframes vfuk-CMSToaster__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-CMSToaster__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-CMSToaster__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-CMSToaster__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-CMSToaster__fullWidthBanner-wrapper {
  background-color: #e60000;
  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;
}

.vfuk-CMSToaster__fullWidthBanner-svg {
  width: 40px;
  height: 60px;
}

.vfuk-CMSToaster__fullWidthBanner-text {
  color: white;
  padding-left: 5px;
}

.vfuk-CMSToaster__fullWidthBanner-svg-loader {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-animation: vfuk-CMSToaster__rotation 3s infinite linear;
  animation: vfuk-CMSToaster__rotation 3s infinite linear;
  fill: white;
  height: 100%;
  width: 100%;
  max-width: 80%;
}

.vfuk-CMSToaster__fullScreen-wrapper {
  display: inline;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.vfuk-CMSToaster__fullScreen-svg {
  text-align: center;
}

.vfuk-CMSToaster__fullScreen-text {
  text-align: center;
  color: #999999;
  word-wrap: normal;
  margin: 32px auto;
  max-width: 250px;
}
@media (min-width: 768px) {
  .vfuk-CMSToaster__fullScreen-text {
    max-width: 500px;
  }
}
@media (min-width: 992px) {
  .vfuk-CMSToaster__fullScreen-text {
    max-width: 815px;
  }
}

.vfuk-CMSToaster__fullScreen-svg-loader {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-animation: vfuk-CMSToaster__rotation 3s infinite linear;
  animation: vfuk-CMSToaster__rotation 3s infinite linear;
  height: 100%;
  width: 100%;
  max-width: 40%;
}
@media (min-width: 768px) {
  .vfuk-CMSToaster__fullScreen-svg-loader {
    max-width: 30%;
  }
}
@media (min-width: 992px) {
  .vfuk-CMSToaster__fullScreen-svg-loader {
    max-width: 10%;
  }
}

@-webkit-keyframes vfuk-CMSToaster__rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes vfuk-CMSToaster__rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}@-webkit-keyframes vfuk-CMSBanner__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-CMSBanner__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-CMSBanner__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-CMSBanner__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
/* stylelint-disable */
/* stylelint-enable */
.vfuk-CMSBanner__banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 992px) {
  .vfuk-CMSBanner__banner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media (min-width: 992px) {
  .vfuk-CMSBanner__justify-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.vfuk-CMSBanner__justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 992px) {
  .vfuk-CMSBanner__height-tall {
    min-height: 480px;
  }
  .vfuk-CMSBanner__height-standard {
    min-height: 432px;
  }
  .vfuk-CMSBanner__height-medium {
    min-height: 296px;
  }
  .vfuk-CMSBanner__height-skinny {
    min-height: 144px;
  }
}
.vfuk-CMSBanner__hero-standard {
  min-height: 432px;
}
.vfuk-CMSBanner__hero-medium {
  min-height: 296px;
}
.vfuk-CMSBanner__hero-skinny {
  min-height: 144px;
}
.vfuk-CMSBanner__shout-container {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 2;
}
@media (min-width: 992px) {
  .vfuk-CMSBanner__shout-container {
    width: 1200px;
    left: 50%;
    margin-left: -600px;
  }
}@-webkit-keyframes vfuk-ImageBlock__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-ImageBlock__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-ImageBlock__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-ImageBlock__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
/* stylelint-disable */
/* stylelint-enable */
.vfuk-ImageBlock__container {
  width: 100%;
  display: block;
  z-index: 1;
  position: relative;
  min-height: 432px;
}
@media (min-width: 992px) {
  .vfuk-ImageBlock__container {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (min-width: 992px) {
  .vfuk-ImageBlock__container-right {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.vfuk-ImageBlock__primary-image {
  display: block;
}
@media (min-width: 992px) {
  .vfuk-ImageBlock__primary-image {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.vfuk-ImageBlock__primary-image img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.vfuk-ImageBlock__image-style-product-image img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 100% 50%;
     object-position: 100% 50%;
}
.vfuk-ImageBlock__image-style-product-image-right img {
  -o-object-position: 0 50%;
     object-position: 0 50%;
}
.vfuk-ImageBlock__secondary-image {
  position: absolute;
  width: 320px;
  height: 210px;
  z-index: 3;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.vfuk-ImageBlock__secondary-image-left {
  left: 0;
  right: unset;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.vfuk-ImageBlock__banner-fullWidth {
  width: 90%;
  margin: 0 auto;
  max-width: 600px;
  position: relative;
  z-index: 2;
  height: 432px;
}
@media (min-width: 992px) {
  .vfuk-ImageBlock__banner-fullWidth {
    width: 100%;
    margin: 0;
  }
}
.vfuk-ImageBlock__banner-fullWidth img {
  -o-object-fit: contain;
     object-fit: contain;
}
.vfuk-ImageBlock__height-tall {
  min-height: 480px;
}
.vfuk-ImageBlock__height-standard {
  min-height: 432px;
}
.vfuk-ImageBlock__height-medium {
  min-height: 296px;
}
.vfuk-ImageBlock__height-skinny {
  min-height: 144px;
}@-webkit-keyframes vfuk-background-colors__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-background-colors__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-background-colors__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-background-colors__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.bg-brand { /* stylelint-disable-line */
  background-color: #e60000;
  color: #ffffff;
}

.bg-light1 { /* stylelint-disable-line */
  background-color: #ffffff;
  color: #333333;
}

.bg-light2 { /* stylelint-disable-line */
  background-color: #f4f4f4;
  color: #333333;
}

.bg-light3 { /* stylelint-disable-line */
  background-color: #ebebeb;
  color: #333333;
}

.bg-mid1 { /* stylelint-disable-line */
  background-color: #cccccc;
  color: #333333;
}

.bg-mid2 { /* stylelint-disable-line */
  background-color: #afafaf;
  color: #333333;
}

.bg-mid3 { /* stylelint-disable-line */
  background-color: #999999;
  color: #ffffff;
}

.bg-mid4 { /* stylelint-disable-line */
  background-color: #666666;
  color: #ffffff;
}

.bg-dark1 { /* stylelint-disable-line */
  background-color: #333333;
  color: #ffffff;
}

.bg-dark2 { /* stylelint-disable-line */
  background-color: #000000;
  color: #ffffff;
}

.bg-info { /* stylelint-disable-line */
  background-color: #005ea5;
  color: #ffffff;
}

.bg-selected { /* stylelint-disable-line */
  background-color: #428600;
  color: #ffffff;
}

.bg-success { /* stylelint-disable-line */
  background-color: #428600;
  color: #ffffff;
}

.bg-warn { /* stylelint-disable-line */
  background-color: #eb9700;
  color: #333333;
}

.bg-error { /* stylelint-disable-line */
  background-color: #bd0000;
  color: #ffffff;
}

.bg-discount { /* stylelint-disable-line */
  background-color: #00b0ca;
  color: #333333;
}

.bg-promotion1 { /* stylelint-disable-line */
  background-color: #9c2aa0;
  color: #ffffff;
}

.bg-promotion2 { /* stylelint-disable-line */
  background-color: #5e2750;
  color: #ffffff;
}

.bg-marketingGreen { /* stylelint-disable-line */
  background-color: #a8b400;
  color: #333333;
}

.bg-marketingYellow { /* stylelint-disable-line */
  background-color: #fecb00;
  color: #333333;
}

.bg-marketingOrange { /* stylelint-disable-line */
  background-color: #eb9700;
  color: #333333;
}

.bg-marketingAubergine { /* stylelint-disable-line */
  background-color: #5e2750;
  color: #ffffff;
}

.bg-marketingViolet { /* stylelint-disable-line */
  background-color: #9c2aa0;
  color: #ffffff;
}

.bg-marketingBlue { /* stylelint-disable-line */
  background-color: #00b0ca;
  color: #333333;
}

.bg-marketingTurquoise { /* stylelint-disable-line */
  background-color: #007c92;
  color: #ffffff;
}

.bg-transparent { /* stylelint-disable-line */
  background-color: transparent;
}

/* stylelint-disable */

/* stylelint-enable */@-webkit-keyframes vfuk-TextBlock__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-TextBlock__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-TextBlock__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-TextBlock__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
/* stylelint-disable */
/* stylelint-enable */
.vfuk-TextBlock__tile-opaque {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  z-index: 2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: initial;
}
@media (min-width: 992px) {
  .vfuk-TextBlock__tile-opaque {
    max-width: 50%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .slick-slider .vfuk-TextBlock__tile-opaque { /* stylelint-disable-line */
    padding-bottom: 0;
  }
}
.slick-slider .vfuk-TextBlock__tile-opaque { /* stylelint-disable-line */
  padding-bottom: 32px;
}
.vfuk-TextBlock__tile-heroBanner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 992px) {
  .vfuk-TextBlock__tile-heroBanner {
    max-width: 100%;
  }
}
.vfuk-TextBlock__content {
  width: 100%;
  padding: 16px;
}
@media (min-width: 992px) {
  .vfuk-TextBlock__content {
    max-width: 600px;
  }
}
.vfuk-TextBlock__content h1 {
  margin: 0 0 16px;
}
.vfuk-TextBlock__content h2 {
  margin: 0 0 16px;
}
.vfuk-TextBlock__content h3 {
  margin: 0 0 16px;
}
.vfuk-TextBlock__content h4 {
  margin: 0 0 16px;
}
.vfuk-TextBlock__content h5 {
  margin: 0 0 16px;
}
.vfuk-TextBlock__content h6 {
  margin: 0 0 16px;
}
.vfuk-TextBlock__content p {
  margin: 0 0 24px;
}
.vfuk-TextBlock__content > *:last-child {
  margin: 0;
}
.vfuk-TextBlock__content-block {
  margin-bottom: 24px;
}
.vfuk-TextBlock__content-block:last-child {
  margin-bottom: 0;
}
.vfuk-TextBlock__button-block {
  margin-bottom: 8px;
}
.vfuk-TextBlock__button-block:last-child {
  margin-bottom: 0;
}
.vfuk-TextBlock__button-block a,
.vfuk-TextBlock__button-block button {
  margin: 0 8px 8px 0;
}
@media (min-width: 992px) {
  .vfuk-TextBlock__button-block a,
  .vfuk-TextBlock__button-block button {
    margin-bottom: 0;
  }
}
.vfuk-TextBlock__button-block a:last-child,
.vfuk-TextBlock__button-block button:last-child {
  margin: 0;
}
.vfuk-TextBlock__footnote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 24px;
}
.vfuk-TextBlock__footnote picture {
  margin-right: 16px;
  max-width: 60px;
}
.vfuk-TextBlock__footnote p {
  margin: 0;
  max-width: calc(100% - 76px);
}
.vfuk-TextBlock__promotion {
  margin-bottom: 8px;
}
.vfuk-TextBlock__justify-left {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media (min-width: 992px) {
  .vfuk-TextBlock__justify-left {
    padding: 64px 64px 64px 32px;
  }
}
@media (min-width: 992px) {
  .vfuk-TextBlock__justify-right {
    padding: 64px 32px 64px 64px;
  }
}
.vfuk-TextBlock__justify-center {
  max-width: 100%;
  margin-top: 432px;
  text-align: left;
}
@media (min-width: 992px) {
  .vfuk-TextBlock__justify-center {
    margin-top: 0;
    text-align: center;
  }
}
.vfuk-TextBlock__banner-heroBanner {
  margin-top: 0;
  text-align: center;
  padding: 16px;
}
.vfuk-TextBlock__marketing-shout-wrapper {
  position: absolute;
  top: 0;
  left: 50%;
}
@media (min-width: 992px) {
  .vfuk-TextBlock__height-tall {
    min-height: 480px;
  }
  .vfuk-TextBlock__height-standard {
    min-height: 432px;
  }
  .vfuk-TextBlock__height-medium {
    min-height: 296px;
  }
  .vfuk-TextBlock__height-skinny {
    min-height: 144px;
  }
}
.vfuk-TextBlock__hero-standard {
  min-height: 432px;
}
.vfuk-TextBlock__hero-medium {
  min-height: 296px;
}
.vfuk-TextBlock__hero-skinny {
  min-height: 144px;
}@-webkit-keyframes vfuk-BackgroundBlock__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-BackgroundBlock__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-BackgroundBlock__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-BackgroundBlock__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
/* stylelint-disable */
/* stylelint-enable */
.vfuk-BackgroundBlock__banner-background {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: unset;
  z-index: 0;
}
@media (min-width: 992px) {
  .vfuk-BackgroundBlock__banner-background {
    height: 100%;
    bottom: 0;
  }
}
.vfuk-BackgroundBlock__banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
@media (min-width: 992px) {
  .vfuk-BackgroundBlock__banner-overlay {
    height: 100%;
  }
}
.vfuk-BackgroundBlock__height-tall {
  min-height: 480px;
}
.vfuk-BackgroundBlock__height-standard {
  min-height: 432px;
}
.vfuk-BackgroundBlock__height-medium {
  min-height: 296px;
}
.vfuk-BackgroundBlock__height-skinny {
  min-height: 144px;
}
.vfuk-BackgroundBlock__contain-background {
  position: static;
  min-height: 10px;
}
@media (min-width: 992px) {
  .vfuk-BackgroundBlock__contain-background {
    position: absolute;
  }
}
.vfuk-BackgroundBlock__contain-background div {
  display: none;
}
@media (min-width: 992px) {
  .vfuk-BackgroundBlock__contain-background div {
    display: block;
  }
}@-webkit-keyframes vfuk-TextBlockOverride__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-TextBlockOverride__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-TextBlockOverride__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-TextBlockOverride__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-TextBlockOverride__textblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.vfuk-TextBlockOverride__tertiary {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.vfuk-TextBlockOverride__tertiary:hover, .vfuk-TextBlockOverride__tertiary:focus {
  background-color: #f4f4f4;
  border-color: #f4f4f4;
  color: #333333;
}@-webkit-keyframes vfuk-Grid__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-Grid__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-Grid__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-Grid__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-Grid__container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .vfuk-Grid__container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .vfuk-Grid__container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .vfuk-Grid__container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .vfuk-Grid__container {
    max-width: 1140px;
  }
}
.vfuk-Grid__container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.vfuk-Grid__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.vfuk-Grid__no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.vfuk-Grid__no-gutters > .vfuk-Grid__col,
.vfuk-Grid__no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.vfuk-Grid__col-xl,
.vfuk-Grid__col-xl-auto, .vfuk-Grid__col-xl-12, .vfuk-Grid__col-xl-11, .vfuk-Grid__col-xl-10, .vfuk-Grid__col-xl-9, .vfuk-Grid__col-xl-8, .vfuk-Grid__col-xl-7, .vfuk-Grid__col-xl-6, .vfuk-Grid__col-xl-5, .vfuk-Grid__col-xl-4, .vfuk-Grid__col-xl-3, .vfuk-Grid__col-xl-2, .vfuk-Grid__col-xl-1, .vfuk-Grid__col-lg,
.vfuk-Grid__col-lg-auto, .vfuk-Grid__col-lg-12, .vfuk-Grid__col-lg-11, .vfuk-Grid__col-lg-10, .vfuk-Grid__col-lg-9, .vfuk-Grid__col-lg-8, .vfuk-Grid__col-lg-7, .vfuk-Grid__col-lg-6, .vfuk-Grid__col-lg-5, .vfuk-Grid__col-lg-4, .vfuk-Grid__col-lg-3, .vfuk-Grid__col-lg-2, .vfuk-Grid__col-lg-1, .vfuk-Grid__col-md,
.vfuk-Grid__col-md-auto, .vfuk-Grid__col-md-12, .vfuk-Grid__col-md-11, .vfuk-Grid__col-md-10, .vfuk-Grid__col-md-9, .vfuk-Grid__col-md-8, .vfuk-Grid__col-md-7, .vfuk-Grid__col-md-6, .vfuk-Grid__col-md-5, .vfuk-Grid__col-md-4, .vfuk-Grid__col-md-3, .vfuk-Grid__col-md-2, .vfuk-Grid__col-md-1, .vfuk-Grid__col-sm,
.vfuk-Grid__col-sm-auto, .vfuk-Grid__col-sm-12, .vfuk-Grid__col-sm-11, .vfuk-Grid__col-sm-10, .vfuk-Grid__col-sm-9, .vfuk-Grid__col-sm-8, .vfuk-Grid__col-sm-7, .vfuk-Grid__col-sm-6, .vfuk-Grid__col-sm-5, .vfuk-Grid__col-sm-4, .vfuk-Grid__col-sm-3, .vfuk-Grid__col-sm-2, .vfuk-Grid__col-sm-1, .vfuk-Grid__col,
.vfuk-Grid__col-auto, .vfuk-Grid__col-12, .vfuk-Grid__col-11, .vfuk-Grid__col-10, .vfuk-Grid__col-9, .vfuk-Grid__col-8, .vfuk-Grid__col-7, .vfuk-Grid__col-6, .vfuk-Grid__col-5, .vfuk-Grid__col-4, .vfuk-Grid__col-3, .vfuk-Grid__col-2, .vfuk-Grid__col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
}
.vfuk-Grid__col,
.vfuk-Grid__col-auto {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}
.vfuk-Grid__col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%;
}
.vfuk-Grid__col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.vfuk-Grid__col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}
.vfuk-Grid__col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.vfuk-Grid__col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%;
}
.vfuk-Grid__col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
.vfuk-Grid__col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%;
}
.vfuk-Grid__col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%;
}
.vfuk-Grid__col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}
.vfuk-Grid__col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%;
}
.vfuk-Grid__col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%;
}
.vfuk-Grid__col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.vfuk-Grid__order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.vfuk-Grid__order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}
.vfuk-Grid__order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.vfuk-Grid__order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.vfuk-Grid__order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.vfuk-Grid__order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.vfuk-Grid__order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.vfuk-Grid__order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
.vfuk-Grid__order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}
.vfuk-Grid__order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}
.vfuk-Grid__order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}
.vfuk-Grid__order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}
.vfuk-Grid__order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}
.vfuk-Grid__order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}
.vfuk-Grid__order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}
.vfuk-Grid__offset-1 {
  margin-left: 8.33333%;
}
.vfuk-Grid__offset-2 {
  margin-left: 16.66667%;
}
.vfuk-Grid__offset-3 {
  margin-left: 25%;
}
.vfuk-Grid__offset-4 {
  margin-left: 33.33333%;
}
.vfuk-Grid__offset-5 {
  margin-left: 41.66667%;
}
.vfuk-Grid__offset-6 {
  margin-left: 50%;
}
.vfuk-Grid__offset-7 {
  margin-left: 58.33333%;
}
.vfuk-Grid__offset-8 {
  margin-left: 66.66667%;
}
.vfuk-Grid__offset-9 {
  margin-left: 75%;
}
.vfuk-Grid__offset-10 {
  margin-left: 83.33333%;
}
.vfuk-Grid__offset-11 {
  margin-left: 91.66667%;
}
@media (min-width: 576px) {
  .vfuk-Grid__col-sm,
  .vfuk-Grid__col-sm-auto {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .vfuk-Grid__col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .vfuk-Grid__col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .vfuk-Grid__col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .vfuk-Grid__col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .vfuk-Grid__col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .vfuk-Grid__col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .vfuk-Grid__col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .vfuk-Grid__col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .vfuk-Grid__col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .vfuk-Grid__col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .vfuk-Grid__col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .vfuk-Grid__col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .vfuk-Grid__order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .vfuk-Grid__order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .vfuk-Grid__order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .vfuk-Grid__order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .vfuk-Grid__order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .vfuk-Grid__order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .vfuk-Grid__order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .vfuk-Grid__order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .vfuk-Grid__order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .vfuk-Grid__order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .vfuk-Grid__order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .vfuk-Grid__order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .vfuk-Grid__order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .vfuk-Grid__order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .vfuk-Grid__order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .vfuk-Grid__offset-sm-0 {
    margin-left: 0%;
  }
  .vfuk-Grid__offset-sm-1 {
    margin-left: 8.33333%;
  }
  .vfuk-Grid__offset-sm-2 {
    margin-left: 16.66667%;
  }
  .vfuk-Grid__offset-sm-3 {
    margin-left: 25%;
  }
  .vfuk-Grid__offset-sm-4 {
    margin-left: 33.33333%;
  }
  .vfuk-Grid__offset-sm-5 {
    margin-left: 41.66667%;
  }
  .vfuk-Grid__offset-sm-6 {
    margin-left: 50%;
  }
  .vfuk-Grid__offset-sm-7 {
    margin-left: 58.33333%;
  }
  .vfuk-Grid__offset-sm-8 {
    margin-left: 66.66667%;
  }
  .vfuk-Grid__offset-sm-9 {
    margin-left: 75%;
  }
  .vfuk-Grid__offset-sm-10 {
    margin-left: 83.33333%;
  }
  .vfuk-Grid__offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  .vfuk-Grid__col-md,
  .vfuk-Grid__col-md-auto {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .vfuk-Grid__col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .vfuk-Grid__col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .vfuk-Grid__col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .vfuk-Grid__col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .vfuk-Grid__col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .vfuk-Grid__col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .vfuk-Grid__col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .vfuk-Grid__col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .vfuk-Grid__col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .vfuk-Grid__col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .vfuk-Grid__col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .vfuk-Grid__col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .vfuk-Grid__order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .vfuk-Grid__order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .vfuk-Grid__order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .vfuk-Grid__order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .vfuk-Grid__order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .vfuk-Grid__order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .vfuk-Grid__order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .vfuk-Grid__order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .vfuk-Grid__order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .vfuk-Grid__order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .vfuk-Grid__order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .vfuk-Grid__order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .vfuk-Grid__order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .vfuk-Grid__order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .vfuk-Grid__order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .vfuk-Grid__offset-md-0 {
    margin-left: 0%;
  }
  .vfuk-Grid__offset-md-1 {
    margin-left: 8.33333%;
  }
  .vfuk-Grid__offset-md-2 {
    margin-left: 16.66667%;
  }
  .vfuk-Grid__offset-md-3 {
    margin-left: 25%;
  }
  .vfuk-Grid__offset-md-4 {
    margin-left: 33.33333%;
  }
  .vfuk-Grid__offset-md-5 {
    margin-left: 41.66667%;
  }
  .vfuk-Grid__offset-md-6 {
    margin-left: 50%;
  }
  .vfuk-Grid__offset-md-7 {
    margin-left: 58.33333%;
  }
  .vfuk-Grid__offset-md-8 {
    margin-left: 66.66667%;
  }
  .vfuk-Grid__offset-md-9 {
    margin-left: 75%;
  }
  .vfuk-Grid__offset-md-10 {
    margin-left: 83.33333%;
  }
  .vfuk-Grid__offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 992px) {
  .vfuk-Grid__col-lg,
  .vfuk-Grid__col-lg-auto {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .vfuk-Grid__col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .vfuk-Grid__col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .vfuk-Grid__col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .vfuk-Grid__col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .vfuk-Grid__col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .vfuk-Grid__col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .vfuk-Grid__col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .vfuk-Grid__col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .vfuk-Grid__col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .vfuk-Grid__col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .vfuk-Grid__col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .vfuk-Grid__col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .vfuk-Grid__order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .vfuk-Grid__order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .vfuk-Grid__order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .vfuk-Grid__order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .vfuk-Grid__order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .vfuk-Grid__order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .vfuk-Grid__order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .vfuk-Grid__order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .vfuk-Grid__order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .vfuk-Grid__order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .vfuk-Grid__order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .vfuk-Grid__order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .vfuk-Grid__order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .vfuk-Grid__order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .vfuk-Grid__order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .vfuk-Grid__offset-lg-0 {
    margin-left: 0%;
  }
  .vfuk-Grid__offset-lg-1 {
    margin-left: 8.33333%;
  }
  .vfuk-Grid__offset-lg-2 {
    margin-left: 16.66667%;
  }
  .vfuk-Grid__offset-lg-3 {
    margin-left: 25%;
  }
  .vfuk-Grid__offset-lg-4 {
    margin-left: 33.33333%;
  }
  .vfuk-Grid__offset-lg-5 {
    margin-left: 41.66667%;
  }
  .vfuk-Grid__offset-lg-6 {
    margin-left: 50%;
  }
  .vfuk-Grid__offset-lg-7 {
    margin-left: 58.33333%;
  }
  .vfuk-Grid__offset-lg-8 {
    margin-left: 66.66667%;
  }
  .vfuk-Grid__offset-lg-9 {
    margin-left: 75%;
  }
  .vfuk-Grid__offset-lg-10 {
    margin-left: 83.33333%;
  }
  .vfuk-Grid__offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1200px) {
  .vfuk-Grid__col-xl,
  .vfuk-Grid__col-xl-auto {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .vfuk-Grid__col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .vfuk-Grid__col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .vfuk-Grid__col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .vfuk-Grid__col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .vfuk-Grid__col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .vfuk-Grid__col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .vfuk-Grid__col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .vfuk-Grid__col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .vfuk-Grid__col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .vfuk-Grid__col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .vfuk-Grid__col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .vfuk-Grid__col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .vfuk-Grid__order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .vfuk-Grid__order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .vfuk-Grid__order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .vfuk-Grid__order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .vfuk-Grid__order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .vfuk-Grid__order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .vfuk-Grid__order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .vfuk-Grid__order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .vfuk-Grid__order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .vfuk-Grid__order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .vfuk-Grid__order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .vfuk-Grid__order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .vfuk-Grid__order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .vfuk-Grid__order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .vfuk-Grid__order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .vfuk-Grid__offset-xl-0 {
    margin-left: 0%;
  }
  .vfuk-Grid__offset-xl-1 {
    margin-left: 8.33333%;
  }
  .vfuk-Grid__offset-xl-2 {
    margin-left: 16.66667%;
  }
  .vfuk-Grid__offset-xl-3 {
    margin-left: 25%;
  }
  .vfuk-Grid__offset-xl-4 {
    margin-left: 33.33333%;
  }
  .vfuk-Grid__offset-xl-5 {
    margin-left: 41.66667%;
  }
  .vfuk-Grid__offset-xl-6 {
    margin-left: 50%;
  }
  .vfuk-Grid__offset-xl-7 {
    margin-left: 58.33333%;
  }
  .vfuk-Grid__offset-xl-8 {
    margin-left: 66.66667%;
  }
  .vfuk-Grid__offset-xl-9 {
    margin-left: 75%;
  }
  .vfuk-Grid__offset-xl-10 {
    margin-left: 83.33333%;
  }
  .vfuk-Grid__offset-xl-11 {
    margin-left: 91.66667%;
  }
}
/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
.vfuk-Grid__container {
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
  margin-right: auto;
  margin-left: auto;
  max-width: 751px;
}
@media (min-width: 768px) {
  .vfuk-Grid__container {
    max-width: 975px;
  }
}
@media (min-width: 992px) {
  .vfuk-Grid__container {
    max-width: 992px;
  }
}
@media (min-width: 1441px) {
  .vfuk-Grid__container {
    max-width: 1441px;
  }
}
.vfuk-Grid__container-fluid {
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
  margin-right: auto;
  margin-left: auto;
}
.vfuk-Grid__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.vfuk-Grid__no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.vfuk-Grid__no-gutters > .vfuk-Grid__col,
.vfuk-Grid__no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.vfuk-Grid__col-1, .vfuk-Grid__col-2, .vfuk-Grid__col-3, .vfuk-Grid__col-4, .vfuk-Grid__col-5, .vfuk-Grid__col-6, .vfuk-Grid__col-7, .vfuk-Grid__col-8, .vfuk-Grid__col-9, .vfuk-Grid__col-10, .vfuk-Grid__col-11, .vfuk-Grid__col-12, .vfuk-Grid__col,
.vfuk-Grid__col-auto, .vfuk-Grid__col-sm-1, .vfuk-Grid__col-sm-2, .vfuk-Grid__col-sm-3, .vfuk-Grid__col-sm-4, .vfuk-Grid__col-sm-5, .vfuk-Grid__col-sm-6, .vfuk-Grid__col-sm-7, .vfuk-Grid__col-sm-8, .vfuk-Grid__col-sm-9, .vfuk-Grid__col-sm-10, .vfuk-Grid__col-sm-11, .vfuk-Grid__col-sm-12, .vfuk-Grid__col-sm,
.vfuk-Grid__col-sm-auto, .vfuk-Grid__col-md-1, .vfuk-Grid__col-md-2, .vfuk-Grid__col-md-3, .vfuk-Grid__col-md-4, .vfuk-Grid__col-md-5, .vfuk-Grid__col-md-6, .vfuk-Grid__col-md-7, .vfuk-Grid__col-md-8, .vfuk-Grid__col-md-9, .vfuk-Grid__col-md-10, .vfuk-Grid__col-md-11, .vfuk-Grid__col-md-12, .vfuk-Grid__col-md,
.vfuk-Grid__col-md-auto, .vfuk-Grid__col-lg-1, .vfuk-Grid__col-lg-2, .vfuk-Grid__col-lg-3, .vfuk-Grid__col-lg-4, .vfuk-Grid__col-lg-5, .vfuk-Grid__col-lg-6, .vfuk-Grid__col-lg-7, .vfuk-Grid__col-lg-8, .vfuk-Grid__col-lg-9, .vfuk-Grid__col-lg-10, .vfuk-Grid__col-lg-11, .vfuk-Grid__col-lg-12, .vfuk-Grid__col-lg,
.vfuk-Grid__col-lg-auto, .vfuk-Grid__col-xl-1, .vfuk-Grid__col-xl-2, .vfuk-Grid__col-xl-3, .vfuk-Grid__col-xl-4, .vfuk-Grid__col-xl-5, .vfuk-Grid__col-xl-6, .vfuk-Grid__col-xl-7, .vfuk-Grid__col-xl-8, .vfuk-Grid__col-xl-9, .vfuk-Grid__col-xl-10, .vfuk-Grid__col-xl-11, .vfuk-Grid__col-xl-12, .vfuk-Grid__col-xl,
.vfuk-Grid__col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
}
.vfuk-Grid__col,
.vfuk-Grid__col-auto {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}
.vfuk-Grid__col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%;
}
.vfuk-Grid__col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.vfuk-Grid__col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}
.vfuk-Grid__col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.vfuk-Grid__col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%;
}
.vfuk-Grid__col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
.vfuk-Grid__col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%;
}
.vfuk-Grid__col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%;
}
.vfuk-Grid__col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}
.vfuk-Grid__col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%;
}
.vfuk-Grid__col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%;
}
.vfuk-Grid__col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.vfuk-Grid__order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.vfuk-Grid__order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}
.vfuk-Grid__order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.vfuk-Grid__order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.vfuk-Grid__order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.vfuk-Grid__order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.vfuk-Grid__order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.vfuk-Grid__order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
.vfuk-Grid__order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}
.vfuk-Grid__order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}
.vfuk-Grid__order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}
.vfuk-Grid__order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}
.vfuk-Grid__order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}
.vfuk-Grid__order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}
.vfuk-Grid__order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}
.vfuk-Grid__offset-1 {
  margin-left: 8.33333%;
}
.vfuk-Grid__offset-2 {
  margin-left: 16.66667%;
}
.vfuk-Grid__offset-3 {
  margin-left: 25%;
}
.vfuk-Grid__offset-4 {
  margin-left: 33.33333%;
}
.vfuk-Grid__offset-5 {
  margin-left: 41.66667%;
}
.vfuk-Grid__offset-6 {
  margin-left: 50%;
}
.vfuk-Grid__offset-7 {
  margin-left: 58.33333%;
}
.vfuk-Grid__offset-8 {
  margin-left: 66.66667%;
}
.vfuk-Grid__offset-9 {
  margin-left: 75%;
}
.vfuk-Grid__offset-10 {
  margin-left: 83.33333%;
}
.vfuk-Grid__offset-11 {
  margin-left: 91.66667%;
}
@media (min-width: 768px) {
  .vfuk-Grid__col-md,
  .vfuk-Grid__col-md-auto {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .vfuk-Grid__col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .vfuk-Grid__col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .vfuk-Grid__col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .vfuk-Grid__col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .vfuk-Grid__col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .vfuk-Grid__col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .vfuk-Grid__col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .vfuk-Grid__col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .vfuk-Grid__col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .vfuk-Grid__col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .vfuk-Grid__col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .vfuk-Grid__col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .vfuk-Grid__order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .vfuk-Grid__order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .vfuk-Grid__order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .vfuk-Grid__order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .vfuk-Grid__order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .vfuk-Grid__order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .vfuk-Grid__order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .vfuk-Grid__order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .vfuk-Grid__order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .vfuk-Grid__order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .vfuk-Grid__order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .vfuk-Grid__order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .vfuk-Grid__order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .vfuk-Grid__order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .vfuk-Grid__order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .vfuk-Grid__offset-md-0 {
    margin-left: 0%;
  }
  .vfuk-Grid__offset-md-1 {
    margin-left: 8.33333%;
  }
  .vfuk-Grid__offset-md-2 {
    margin-left: 16.66667%;
  }
  .vfuk-Grid__offset-md-3 {
    margin-left: 25%;
  }
  .vfuk-Grid__offset-md-4 {
    margin-left: 33.33333%;
  }
  .vfuk-Grid__offset-md-5 {
    margin-left: 41.66667%;
  }
  .vfuk-Grid__offset-md-6 {
    margin-left: 50%;
  }
  .vfuk-Grid__offset-md-7 {
    margin-left: 58.33333%;
  }
  .vfuk-Grid__offset-md-8 {
    margin-left: 66.66667%;
  }
  .vfuk-Grid__offset-md-9 {
    margin-left: 75%;
  }
  .vfuk-Grid__offset-md-10 {
    margin-left: 83.33333%;
  }
  .vfuk-Grid__offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 992px) {
  .vfuk-Grid__col-lg,
  .vfuk-Grid__col-lg-auto {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .vfuk-Grid__col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .vfuk-Grid__col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .vfuk-Grid__col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .vfuk-Grid__col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .vfuk-Grid__col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .vfuk-Grid__col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .vfuk-Grid__col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .vfuk-Grid__col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .vfuk-Grid__col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .vfuk-Grid__col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .vfuk-Grid__col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .vfuk-Grid__col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .vfuk-Grid__order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .vfuk-Grid__order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .vfuk-Grid__order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .vfuk-Grid__order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .vfuk-Grid__order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .vfuk-Grid__order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .vfuk-Grid__order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .vfuk-Grid__order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .vfuk-Grid__order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .vfuk-Grid__order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .vfuk-Grid__order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .vfuk-Grid__order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .vfuk-Grid__order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .vfuk-Grid__order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .vfuk-Grid__order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .vfuk-Grid__offset-lg-0 {
    margin-left: 0%;
  }
  .vfuk-Grid__offset-lg-1 {
    margin-left: 8.33333%;
  }
  .vfuk-Grid__offset-lg-2 {
    margin-left: 16.66667%;
  }
  .vfuk-Grid__offset-lg-3 {
    margin-left: 25%;
  }
  .vfuk-Grid__offset-lg-4 {
    margin-left: 33.33333%;
  }
  .vfuk-Grid__offset-lg-5 {
    margin-left: 41.66667%;
  }
  .vfuk-Grid__offset-lg-6 {
    margin-left: 50%;
  }
  .vfuk-Grid__offset-lg-7 {
    margin-left: 58.33333%;
  }
  .vfuk-Grid__offset-lg-8 {
    margin-left: 66.66667%;
  }
  .vfuk-Grid__offset-lg-9 {
    margin-left: 75%;
  }
  .vfuk-Grid__offset-lg-10 {
    margin-left: 83.33333%;
  }
  .vfuk-Grid__offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1441px) {
  .vfuk-Grid__col-xl,
  .vfuk-Grid__col-xl-auto {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .vfuk-Grid__col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .vfuk-Grid__col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .vfuk-Grid__col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .vfuk-Grid__col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .vfuk-Grid__col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .vfuk-Grid__col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .vfuk-Grid__col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .vfuk-Grid__col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .vfuk-Grid__col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .vfuk-Grid__col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .vfuk-Grid__col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .vfuk-Grid__col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .vfuk-Grid__order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .vfuk-Grid__order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .vfuk-Grid__order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .vfuk-Grid__order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .vfuk-Grid__order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .vfuk-Grid__order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .vfuk-Grid__order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .vfuk-Grid__order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .vfuk-Grid__order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .vfuk-Grid__order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .vfuk-Grid__order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .vfuk-Grid__order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .vfuk-Grid__order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .vfuk-Grid__order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .vfuk-Grid__order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .vfuk-Grid__offset-xl-0 {
    margin-left: 0%;
  }
  .vfuk-Grid__offset-xl-1 {
    margin-left: 8.33333%;
  }
  .vfuk-Grid__offset-xl-2 {
    margin-left: 16.66667%;
  }
  .vfuk-Grid__offset-xl-3 {
    margin-left: 25%;
  }
  .vfuk-Grid__offset-xl-4 {
    margin-left: 33.33333%;
  }
  .vfuk-Grid__offset-xl-5 {
    margin-left: 41.66667%;
  }
  .vfuk-Grid__offset-xl-6 {
    margin-left: 50%;
  }
  .vfuk-Grid__offset-xl-7 {
    margin-left: 58.33333%;
  }
  .vfuk-Grid__offset-xl-8 {
    margin-left: 66.66667%;
  }
  .vfuk-Grid__offset-xl-9 {
    margin-left: 75%;
  }
  .vfuk-Grid__offset-xl-10 {
    margin-left: 83.33333%;
  }
  .vfuk-Grid__offset-xl-11 {
    margin-left: 91.66667%;
  }
}
.vfuk-Grid__d-none {
  display: none !important;
}
.vfuk-Grid__d-inline {
  display: inline !important;
}
.vfuk-Grid__d-inline-block {
  display: inline-block !important;
}
.vfuk-Grid__d-block {
  display: block !important;
}
.vfuk-Grid__d-table {
  display: table !important;
}
.vfuk-Grid__d-table-row {
  display: table-row !important;
}
.vfuk-Grid__d-table-cell {
  display: table-cell !important;
}
.vfuk-Grid__d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.vfuk-Grid__d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 768px) {
  .vfuk-Grid__d-md-none {
    display: none !important;
  }
  .vfuk-Grid__d-md-inline {
    display: inline !important;
  }
  .vfuk-Grid__d-md-inline-block {
    display: inline-block !important;
  }
  .vfuk-Grid__d-md-block {
    display: block !important;
  }
  .vfuk-Grid__d-md-table {
    display: table !important;
  }
  .vfuk-Grid__d-md-table-row {
    display: table-row !important;
  }
  .vfuk-Grid__d-md-table-cell {
    display: table-cell !important;
  }
  .vfuk-Grid__d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .vfuk-Grid__d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .vfuk-Grid__d-lg-none {
    display: none !important;
  }
  .vfuk-Grid__d-lg-inline {
    display: inline !important;
  }
  .vfuk-Grid__d-lg-inline-block {
    display: inline-block !important;
  }
  .vfuk-Grid__d-lg-block {
    display: block !important;
  }
  .vfuk-Grid__d-lg-table {
    display: table !important;
  }
  .vfuk-Grid__d-lg-table-row {
    display: table-row !important;
  }
  .vfuk-Grid__d-lg-table-cell {
    display: table-cell !important;
  }
  .vfuk-Grid__d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .vfuk-Grid__d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1441px) {
  .vfuk-Grid__d-xl-none {
    display: none !important;
  }
  .vfuk-Grid__d-xl-inline {
    display: inline !important;
  }
  .vfuk-Grid__d-xl-inline-block {
    display: inline-block !important;
  }
  .vfuk-Grid__d-xl-block {
    display: block !important;
  }
  .vfuk-Grid__d-xl-table {
    display: table !important;
  }
  .vfuk-Grid__d-xl-table-row {
    display: table-row !important;
  }
  .vfuk-Grid__d-xl-table-cell {
    display: table-cell !important;
  }
  .vfuk-Grid__d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .vfuk-Grid__d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .vfuk-Grid__d-print-none {
    display: none !important;
  }
  .vfuk-Grid__d-print-inline {
    display: inline !important;
  }
  .vfuk-Grid__d-print-inline-block {
    display: inline-block !important;
  }
  .vfuk-Grid__d-print-block {
    display: block !important;
  }
  .vfuk-Grid__d-print-table {
    display: table !important;
  }
  .vfuk-Grid__d-print-table-row {
    display: table-row !important;
  }
  .vfuk-Grid__d-print-table-cell {
    display: table-cell !important;
  }
  .vfuk-Grid__d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .vfuk-Grid__d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.vfuk-Grid__flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}
.vfuk-Grid__flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}
.vfuk-Grid__flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}
.vfuk-Grid__flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}
.vfuk-Grid__flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}
.vfuk-Grid__flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}
.vfuk-Grid__flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}
.vfuk-Grid__justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}
.vfuk-Grid__justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}
.vfuk-Grid__justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.vfuk-Grid__justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}
.vfuk-Grid__justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}
.vfuk-Grid__align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}
.vfuk-Grid__align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}
.vfuk-Grid__align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
.vfuk-Grid__align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}
.vfuk-Grid__align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}
.vfuk-Grid__align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}
.vfuk-Grid__align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}
.vfuk-Grid__align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}
.vfuk-Grid__align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}
.vfuk-Grid__align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}
.vfuk-Grid__align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}
.vfuk-Grid__align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}
.vfuk-Grid__align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}
.vfuk-Grid__align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}
.vfuk-Grid__align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}
.vfuk-Grid__align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}
.vfuk-Grid__align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}
@media (min-width: 768px) {
  .vfuk-Grid__flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .vfuk-Grid__flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .vfuk-Grid__flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .vfuk-Grid__flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .vfuk-Grid__flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .vfuk-Grid__flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .vfuk-Grid__flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .vfuk-Grid__justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .vfuk-Grid__justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .vfuk-Grid__justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .vfuk-Grid__justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .vfuk-Grid__justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .vfuk-Grid__align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .vfuk-Grid__align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .vfuk-Grid__align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .vfuk-Grid__align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .vfuk-Grid__align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .vfuk-Grid__align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .vfuk-Grid__align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .vfuk-Grid__align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .vfuk-Grid__align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .vfuk-Grid__align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .vfuk-Grid__align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .vfuk-Grid__align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .vfuk-Grid__align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .vfuk-Grid__align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .vfuk-Grid__align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .vfuk-Grid__align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .vfuk-Grid__align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .vfuk-Grid__flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .vfuk-Grid__flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .vfuk-Grid__flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .vfuk-Grid__flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .vfuk-Grid__flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .vfuk-Grid__flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .vfuk-Grid__flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .vfuk-Grid__justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .vfuk-Grid__justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .vfuk-Grid__justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .vfuk-Grid__justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .vfuk-Grid__justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .vfuk-Grid__align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .vfuk-Grid__align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .vfuk-Grid__align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .vfuk-Grid__align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .vfuk-Grid__align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .vfuk-Grid__align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .vfuk-Grid__align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .vfuk-Grid__align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .vfuk-Grid__align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .vfuk-Grid__align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .vfuk-Grid__align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .vfuk-Grid__align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .vfuk-Grid__align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .vfuk-Grid__align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .vfuk-Grid__align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .vfuk-Grid__align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .vfuk-Grid__align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1441px) {
  .vfuk-Grid__flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .vfuk-Grid__flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .vfuk-Grid__flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .vfuk-Grid__flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .vfuk-Grid__flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .vfuk-Grid__flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .vfuk-Grid__flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .vfuk-Grid__justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .vfuk-Grid__justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .vfuk-Grid__justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .vfuk-Grid__justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .vfuk-Grid__justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .vfuk-Grid__align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .vfuk-Grid__align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .vfuk-Grid__align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .vfuk-Grid__align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .vfuk-Grid__align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .vfuk-Grid__align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .vfuk-Grid__align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .vfuk-Grid__align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .vfuk-Grid__align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .vfuk-Grid__align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .vfuk-Grid__align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .vfuk-Grid__align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .vfuk-Grid__align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .vfuk-Grid__align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .vfuk-Grid__align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .vfuk-Grid__align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .vfuk-Grid__align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
.vfuk-Grid__width-spring {
  max-width: 1441px;
  margin-left: auto;
  margin-right: auto;
}
.vfuk-Grid__width-full {
  width: 100%;
}
.vfuk-Grid__centered {
  margin-left: auto;
  margin-right: auto;
}@-webkit-keyframes vfuk-GridColumn__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-GridColumn__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-GridColumn__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-GridColumn__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-GridColumn__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}@-webkit-keyframes vfuk-CMSBlockCardList__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-CMSBlockCardList__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-CMSBlockCardList__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-CMSBlockCardList__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-CMSBlockCardList__grid-column {
  -webkit-box-orient: unset;
  -webkit-box-direction: unset;
      -ms-flex-direction: unset;
          flex-direction: unset;
}@-webkit-keyframes vfuk-CMSCallingAbroad__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-CMSCallingAbroad__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-CMSCallingAbroad__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-CMSCallingAbroad__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-CMSCallingAbroad__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ebebeb;
  padding: 48px 0;
}

.vfuk-CMSCallingAbroad__where,
.vfuk-CMSCallingAbroad__pay {
  width: 100%;
  max-width: 485px;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .vfuk-CMSCallingAbroad__where,
  .vfuk-CMSCallingAbroad__pay {
    max-width: 608px;
  }
}

.vfuk-CMSCallingAbroad__pay {
  margin-bottom: 48px;
}

.vfuk-CMSCallingAbroad__searchWrapper {
  max-width: 720px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.vfuk-CMSCallingAbroad__table-container {
  width: 100%;
  color: #000000;
  background-color: #ffffff;
  padding: 8px 16px;
  font-size: 16px;
}
@media (min-width: 768px) {
  .vfuk-CMSCallingAbroad__table-container {
    margin: 24px 0;
    padding: 24px 32px 32px;
    font-size: 18px;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .vfuk-CMSCallingAbroad__table-container {
    max-width: 816px;
  }
}
@media (min-width: 1441px) {
  .vfuk-CMSCallingAbroad__table-container {
    width: 816px;
  }
}
.vfuk-CMSCallingAbroad__table-container-international {
  margin: 0 0 24px;
  padding: 24px 16px 32px;
}
.vfuk-CMSCallingAbroad__table-container-red {
  padding: 24px 16px 32px;
}
@media (min-width: 768px) {
  .vfuk-CMSCallingAbroad__table-container-red {
    margin: 0;
    padding: 24px 32px 32px;
  }
}
.vfuk-CMSCallingAbroad__table-container-standard {
  margin: 0;
  padding: 24px 16px 32px;
  -webkit-box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.3);
}
@media (min-width: 768px) {
  .vfuk-CMSCallingAbroad__table-container-standard {
    margin: 0;
    padding: 24px 32px;
  }
}
.vfuk-CMSCallingAbroad__table-container-textmessage {
  margin: 0 0 24px;
  padding: 24px 16px 32px;
}
@media (min-width: 1441px) {
  .vfuk-CMSCallingAbroad__table-container-textmessage {
    width: 816px;
  }
}

.vfuk-CMSCallingAbroad__table-header {
  width: 100%;
  font-weight: bold;
}
@media (min-width: 768px) {
  .vfuk-CMSCallingAbroad__table-header {
    width: 50%;
  }
}

.vfuk-CMSCallingAbroad__table-info {
  width: 100%;
}
@media (min-width: 768px) {
  .vfuk-CMSCallingAbroad__table-info {
    width: 50%;
  }
}

.vfuk-CMSCallingAbroad__table-saver-header-row {
  border-bottom: 1px solid #979797;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}
@media (min-width: 768px) {
  .vfuk-CMSCallingAbroad__table-saver-header-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.vfuk-CMSCallingAbroad__table-saver-header {
  width: 100%;
  font-weight: bold;
}
@media (min-width: 768px) {
  .vfuk-CMSCallingAbroad__table-saver-header {
    width: 80%;
  }
  .vfuk-CMSCallingAbroad__table-saver-header h3 {
    margin-bottom: 16px;
  }
}
.vfuk-CMSCallingAbroad__table-saver-header h3 {
  margin-bottom: 0;
}

.vfuk-CMSCallingAbroad__table-saver-amount {
  width: 100%;
  text-align: left;
  color: #e60000;
  font-weight: bold;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .vfuk-CMSCallingAbroad__table-saver-amount {
    width: 40%;
    text-align: right;
    margin-bottom: 0;
  }
}

.vfuk-CMSCallingAbroad__table-footer {
  font-size: 14px;
}
@media (min-width: 768px) {
  .vfuk-CMSCallingAbroad__table-footer {
    font-size: 16px;
  }
}

.vfuk-CMSCallingAbroad__table-row {
  border-bottom: 1px solid #979797;
  padding: 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .vfuk-CMSCallingAbroad__table-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.vfuk-CMSCallingAbroad__table-row-info {
  padding: 11px 0;
}

.vfuk-CMSCallingAbroad__table-header-row {
  border-bottom: 1px solid #979797;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (min-width: 768px) {
  .vfuk-CMSCallingAbroad__table-header-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.vfuk-CMSCallingAbroad__table-entertainment-info {
  display: inline-block;
  width: 100%;
}
@media (min-width: 768px) {
  .vfuk-CMSCallingAbroad__table-entertainment-info {
    width: 50%;
  }
}

.vfuk-CMSCallingAbroad__no-border {
  border: 0;
  margin-bottom: 0;
}

.vfuk-CMSCallingAbroad__no-padding {
  padding: 0;
}

.vfuk-CMSCallingAbroad__subheader {
  text-align: center;
  margin-bottom: 24px;
}

.vfuk-CMSCallingAbroad__tab-content {
  padding-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.vfuk-CMSCallingAbroad__ul {
  padding-left: 16px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .vfuk-CMSCallingAbroad__ul {
    font-size: 16px;
  }
}

.vfuk-CMSCallingAbroad__red {
  color: #e60000;
}
.vfuk-CMSCallingAbroad__red-link {
  color: #e60000;
  text-decoration: underline;
  cursor: pointer;
}

.vfuk-CMSCallingAbroad__red-container:before,
.vfuk-CMSCallingAbroad__saver-container:before {
  position: absolute;
  top: 0;
  left: 50%;
  height: 0;
  width: 0;
  border: solid transparent;
  content: " ";
  pointer-events: none;
  border-width: 14px;
  margin-left: -21px;
}

.vfuk-CMSCallingAbroad__standard-container,
.vfuk-CMSCallingAbroad__red-container,
.vfuk-CMSCallingAbroad__saver-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  width: 100%;
  font-size: 16px;
}
@media (min-width: 768px) {
  .vfuk-CMSCallingAbroad__standard-container,
  .vfuk-CMSCallingAbroad__red-container,
  .vfuk-CMSCallingAbroad__saver-container {
    font-size: 18px;
  }
}

.vfuk-CMSCallingAbroad__standard-container {
  background-color: #ebebeb;
  padding: 0 0 48px;
  margin: 0 16px;
}

.vfuk-CMSCallingAbroad__standard-rates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #ffffff;
  color: #000000;
  width: 100%;
}

.vfuk-CMSCallingAbroad__saver-container {
  background-color: #666666;
  padding: 48px 16px;
}
.vfuk-CMSCallingAbroad__saver-container:before {
  border-top-color: #ebebeb;
}

.vfuk-CMSCallingAbroad__red-container {
  background-color: #444444;
  padding: 48px 16px;
}
@media (min-width: 768px) {
  .vfuk-CMSCallingAbroad__red-container {
    padding: 48px 32px;
    font-size: 18px;
  }
}
.vfuk-CMSCallingAbroad__red-container:before {
  border-top-color: #666666;
}

.vfuk-CMSCallingAbroad__entertainment-images-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12.8px;
}
.vfuk-CMSCallingAbroad__entertainment-images-wrapper img {
  width: 24px;
  height: 24px;
}

.vfuk-CMSCallingAbroad__opting {
  width: 100%;
  max-width: 816px;
}

.vfuk-CMSCallingAbroad__country-list-wrapper {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
}
.vfuk-CMSCallingAbroad__country-list-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 95%;
  border-bottom: 1px solid #979797;
  min-height: 40px;
}
.vfuk-CMSCallingAbroad__country-list-item:first-child {
  border-top: 1px solid #979797;
}@-webkit-keyframes vfuk-CallingAbroadModalStyleOverride__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-CallingAbroadModalStyleOverride__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-CallingAbroadModalStyleOverride__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-CallingAbroadModalStyleOverride__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-CallingAbroadModalStyleOverride__content {
  padding: 48px;
  margin: 0 16px;
  width: 320px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 768px) {
  .vfuk-CallingAbroadModalStyleOverride__content {
    width: 100%;
    max-width: 485px;
  }
}

.vfuk-CallingAbroadModalStyleOverride__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 16px;
  max-height: 416px;
  overflow-y: scroll;
}
@media (min-width: 768px) {
  .vfuk-CallingAbroadModalStyleOverride__body {
    height: 424px;
  }
}
@media (min-width: 992px) {
  .vfuk-CallingAbroadModalStyleOverride__body {
    height: 440px;
  }
}
.vfuk-CallingAbroadModalStyleOverride__body::-webkit-scrollbar {
  width: 8px;
}
.vfuk-CallingAbroadModalStyleOverride__body::-webkit-scrollbar-thumb {
  background-color: #ebebeb;
}

.vfuk-CallingAbroadModalStyleOverride__list-wrapper {
  overflow-x: hidden;
}@-webkit-keyframes vfuk-Tab__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-Tab__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-Tab__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-Tab__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-Tab__tab-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}

.vfuk-Tab__hidden {
  visibility: hidden;
  position: absolute;
  z-index: -1;
  left: 0;
}@-webkit-keyframes vfuk-Tabs__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-Tabs__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-Tabs__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-Tabs__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-Tabs__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.vfuk-Tabs__items {
  -ms-overflow-style: none;
  overflow-y: hidden;
  width: 100%;
  white-space: nowrap;
  padding: 0 8px;
  text-align: center;
  background-color: transparent;
  height: 54px;
}
.vfuk-Tabs__items::-webkit-scrollbar {
  display: none;
}

.vfuk-Tabs__items-wrapper {
  width: 100%;
  height: 40px;
  position: relative;
  background-color: #ffffff;
  border-bottom: 1px solid #ebebeb;
}
.vfuk-Tabs__items-wrapper-dark {
  border-bottom: 0;
}
.vfuk-Tabs__items-wrapper:after, .vfuk-Tabs__items-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 12px;
  pointer-events: none;
  z-index: 3;
  width: 40px;
}
@media (min-width: 768px) {
  .vfuk-Tabs__items-wrapper:after, .vfuk-Tabs__items-wrapper:before {
    width: 0;
    left: 0;
    background-color: transparent;
  }
}
.vfuk-Tabs__brand .vfuk-Tabs__items-wrapper:before {
  left: -1px;
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, white 30%, rgba(255, 255, 255, 0));
}
.vfuk-Tabs__brand .vfuk-Tabs__items-wrapper:after {
  right: -1px;
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 30%, white);
}
.vfuk-Tabs__dark .vfuk-Tabs__items-wrapper:before {
  left: -1px;
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, #333333), to(rgba(51, 51, 51, 0)));
  background: linear-gradient(to right, #333333 30%, rgba(51, 51, 51, 0));
}
.vfuk-Tabs__dark .vfuk-Tabs__items-wrapper:after {
  right: -1px;
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, rgba(51, 51, 51, 0)), to(#333333));
  background: linear-gradient(to right, rgba(51, 51, 51, 0) 30%, #333333);
}

.vfuk-Tabs__item {
  display: inline-block;
  position: relative;
  min-width: 100px;
  padding: 8px 16px;
  text-decoration: none;
}
.vfuk-Tabs__item.vfuk-Tabs__selected {
  color: #ffffff;
}
.vfuk-Tabs__item.vfuk-Tabs__selected:before {
  position: absolute;
  content: "";
  bottom: -3px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #e60000;
}
@media (min-width: 768px) {
  .vfuk-Tabs__item.vfuk-Tabs__selected:before {
    bottom: -3px;
  }
}
.vfuk-Tabs__item.vfuk-Tabs__selected:after {
  position: absolute;
  border: 8px solid transparent;
  border-top-color: #e60000;
  content: "";
  left: 50%;
  margin-left: -8px;
  bottom: -19px;
  z-index: 1;
}
@media (min-width: 768px) {
  .vfuk-Tabs__item.vfuk-Tabs__selected:after {
    bottom: -19px;
  }
}

.vfuk-Tabs__mid2 .vfuk-Tabs__selected:after {
  border-color: #afafaf transparent transparent;
  bottom: -9px;
  z-index: 2;
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 10px 10px 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: 0;
}

.vfuk-Tabs__mid2 .vfuk-Tabs__selected:before {
  border-color: #333333 transparent transparent;
  bottom: -10px;
  z-index: 1;
  content: "";
  position: absolute;
  width: 0;
  background-color: transparent !important;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-style: solid;
  border-width: 10px 10px 0;
}

.vfuk-Tabs__brand .vfuk-Tabs__item.vfuk-Tabs__selected {
  color: #e60000;
}

.vfuk-Tabs__dark .vfuk-Tabs__items-wrapper {
  background-color: #333333;
  color: #afafaf;
  border: none;
}

.vfuk-Tabs__mid2 {
  background-color: transparent;
}
.vfuk-Tabs__mid2 .vfuk-Tabs__items-wrapper {
  border: none;
  height: 38px;
}
@media (min-width: 768px) {
  .vfuk-Tabs__mid2 .vfuk-Tabs__items-wrapper {
    height: 41px;
  }
}
.vfuk-Tabs__mid2 .vfuk-Tabs__item {
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
  border-right: 1px solid #666666;
}
@media (min-width: 992px) {
  .vfuk-Tabs__mid2 .vfuk-Tabs__item {
    min-width: 220px;
  }
}
.vfuk-Tabs__mid2 .vfuk-Tabs__item:first-child {
  border-left: 1px solid #666666;
}
.vfuk-Tabs__mid2 .vfuk-Tabs__item.vfuk-Tabs__selected {
  color: #333333;
  background-color: #afafaf;
}
.vfuk-Tabs__mid2 .vfuk-Tabs__item.vfuk-Tabs__selected:before {
  background-color: #afafaf;
}
.vfuk-Tabs__mid2 .vfuk-Tabs__item.vfuk-Tabs__selected:after {
  border-top-color: #afafaf;
}

.vfuk-Tabs__secondary .vfuk-Tabs__items-wrapper {
  border: none;
  height: 38px;
}
@media (min-width: 768px) {
  .vfuk-Tabs__secondary .vfuk-Tabs__items-wrapper {
    height: 41px;
  }
}
.vfuk-Tabs__secondary .vfuk-Tabs__item {
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-right: 1px solid #333333;
}
@media (min-width: 992px) {
  .vfuk-Tabs__secondary .vfuk-Tabs__item {
    min-width: 220px;
  }
}
.vfuk-Tabs__secondary .vfuk-Tabs__item:first-child {
  border-left: 1px solid #333333;
}
.vfuk-Tabs__secondary .vfuk-Tabs__item.vfuk-Tabs__selected {
  background-color: #333333;
}
.vfuk-Tabs__secondary .vfuk-Tabs__item.vfuk-Tabs__selected:before {
  background-color: #333333;
  bottom: -1px;
}
.vfuk-Tabs__secondary .vfuk-Tabs__item.vfuk-Tabs__selected:after {
  border-top-color: #333333;
  bottom: -17px;
}

.vfuk-Tabs__secondary1 .vfuk-Tabs__items-wrapper {
  color: #afafaf;
  background: transparent;
  padding-bottom: 0;
  margin-bottom: 0;
}
.vfuk-Tabs__secondary1 .vfuk-Tabs__items {
  background-color: transparent;
}
.vfuk-Tabs__secondary1 .vfuk-Tabs__item {
  border: 1px solid #007c92;
  background: #333333;
  border-right: 0;
}
.vfuk-Tabs__secondary1 .vfuk-Tabs__item:first-child {
  border-radius: 8px 0 0 8px;
}
.vfuk-Tabs__secondary1 .vfuk-Tabs__item:last-child {
  border-right: 1px solid #007c92;
  border-radius: 0 8px 8px 0;
}
.vfuk-Tabs__secondary1 .vfuk-Tabs__item.vfuk-Tabs__selected {
  background-color: #007c92;
  color: #ffffff;
}
.vfuk-Tabs__secondary1 .vfuk-Tabs__item.vfuk-Tabs__selected:before {
  visibility: hidden;
  border: none;
}
.vfuk-Tabs__secondary1 .vfuk-Tabs__item.vfuk-Tabs__selected:after {
  border-top-color: #007c92;
}

.vfuk-Tabs__responsive {
  /* Expand the overflow:hidden area */
  margin-left: -16px;
  margin-right: -16px;
  /* Padding before first and last item */
  /* Re-add padding to content */
  /* Allow tab bar to reach edge of screen */
}
.vfuk-Tabs__responsive .vfuk-Tabs__items {
  padding: 0;
}
.vfuk-Tabs__responsive .vfuk-Tabs__items:after, .vfuk-Tabs__responsive .vfuk-Tabs__items:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px;
  content: "";
}
.vfuk-Tabs__responsive > div[role=tabpanel] {
  padding-left: 16px;
  padding-right: 16px;
}
.vfuk-Tabs__responsive .vfuk-Tabs__items-wrapper {
  /* Hide Gradient Overlay as we go off the edge of the screen */
}
.vfuk-Tabs__responsive .vfuk-Tabs__items-wrapper:after, .vfuk-Tabs__responsive .vfuk-Tabs__items-wrapper:before {
  display: none;
}
.vfuk-Tabs__responsive .vfuk-Tabs__items-wrapper,
.vfuk-Tabs__responsive .vfuk-Tabs__items {
  padding-bottom: 12px;
  margin-bottom: -13px;
  background-clip: content-box;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
}
@media (min-width: 768px) {
  .vfuk-Tabs__responsive .vfuk-Tabs__items-wrapper,
  .vfuk-Tabs__responsive .vfuk-Tabs__items {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.vfuk-Tabs__responsive .vfuk-Tabs__items-wrapper .vfuk-Tabs__item,
.vfuk-Tabs__responsive .vfuk-Tabs__items .vfuk-Tabs__item {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: normal;
  height: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px;
}
@media (min-width: 768px) {
  .vfuk-Tabs__responsive .vfuk-Tabs__items-wrapper .vfuk-Tabs__item,
  .vfuk-Tabs__responsive .vfuk-Tabs__items .vfuk-Tabs__item {
    min-width: unset;
  }
}
.vfuk-Tabs__responsive .vfuk-Tabs__items-wrapper .vfuk-Tabs__item.vfuk-Tabs__selected:before,
.vfuk-Tabs__responsive .vfuk-Tabs__items .vfuk-Tabs__item.vfuk-Tabs__selected:before {
  bottom: 0;
}
.vfuk-Tabs__responsive .vfuk-Tabs__items-wrapper .vfuk-Tabs__item.vfuk-Tabs__selected:after,
.vfuk-Tabs__responsive .vfuk-Tabs__items .vfuk-Tabs__item.vfuk-Tabs__selected:after {
  bottom: -16px;
}

.vfuk-Tabs__responsive.vfuk-Tabs__tab-count-2 .vfuk-Tabs__item {
  max-width: 50%;
}

.vfuk-Tabs__responsive.vfuk-Tabs__tab-count-3 .vfuk-Tabs__item {
  max-width: 33.3%;
}

.vfuk-Tabs__responsive.vfuk-Tabs__tab-count-4 .vfuk-Tabs__item {
  max-width: 30%;
}@-webkit-keyframes vfuk-InternationalBlockTabsOverride__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-InternationalBlockTabsOverride__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-InternationalBlockTabsOverride__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-InternationalBlockTabsOverride__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-InternationalBlockTabsOverride__wrapper {
  width: 100%;
}

.vfuk-InternationalBlockTabsOverride__dark .vfuk-InternationalBlockTabsOverride__items-wrapper {
  background-color: #666666;
  border-bottom: 1px solid #999999;
  max-width: 816px;
}

.vfuk-InternationalBlockTabsOverride__dark:before {
  left: -1px !important;
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, #666666), to(rgba(102, 102, 102, 0))) !important;
  background: linear-gradient(to right, #666666 30%, rgba(102, 102, 102, 0)) !important;
}
.vfuk-InternationalBlockTabsOverride__dark:after {
  right: -1px !important;
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, rgba(102, 102, 102, 0)), to(#666666)) !important;
  background: linear-gradient(to right, rgba(102, 102, 102, 0) 30%, #666666) !important;
}

.vfuk-InternationalBlockTabsOverride__item.vfuk-InternationalBlockTabsOverride__selected {
  color: #ffffff;
}
@media (min-width: 768px) {
  .vfuk-InternationalBlockTabsOverride__item.vfuk-InternationalBlockTabsOverride__selected {
    padding-bottom: 3px;
  }
}
.vfuk-InternationalBlockTabsOverride__item.vfuk-InternationalBlockTabsOverride__selected:before {
  position: absolute;
  content: "";
  top: 39px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: transparent;
  border-top: 1px solid #ffffff;
  border-top-color: #ffffff;
}
@media (min-width: 768px) {
  .vfuk-InternationalBlockTabsOverride__item.vfuk-InternationalBlockTabsOverride__selected:before {
    bottom: -3px;
  }
}
.vfuk-InternationalBlockTabsOverride__item.vfuk-InternationalBlockTabsOverride__selected:after {
  position: absolute;
  border: 6px solid transparent;
  border-top-color: #ffffff;
  display: block;
  height: 0;
  width: 0;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  color: #ffffff;
  content: "";
  top: 40px;
  left: 50%;
  margin-left: -8px;
  z-index: 2;
}
.vfuk-InternationalBlockTabsOverride__item:hover {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  color: #ffffff;
}@-webkit-keyframes vfuk-CMSSearchSuggestion__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-CMSSearchSuggestion__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-CMSSearchSuggestion__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-CMSSearchSuggestion__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-CMSSearchSuggestion__icon {
  margin-right: 10px;
}

.vfuk-CMSSearchSuggestion__container {
  position: relative;
  background-color: #ffffff;
}
.vfuk-CMSSearchSuggestion__container ol,
.vfuk-CMSSearchSuggestion__container ul {
  padding-left: 0;
  list-style-type: none;
}
.vfuk-CMSSearchSuggestion__container ul {
  margin-bottom: 0;
}
.vfuk-CMSSearchSuggestion__container input {
  width: 100%;
}

.vfuk-CMSSearchSuggestion__input {
  width: 240px;
  height: 43px;
  padding: 8px;
  font-weight: 400;
  font-size: 18px;
  border: 1px solid #afafaf;
  border-radius: 1px;
}
.vfuk-CMSSearchSuggestion__input:focus {
  outline: none;
}

.vfuk-CMSSearchSuggestion__suggestionsList {
  overflow: hidden;
  overflow-y: auto;
  max-height: 314px;
  border: 1px solid #afafaf;
  border-top-width: 0;
}

.vfuk-CMSSearchSuggestion__suggestion {
  cursor: pointer;
  font-size: 18px;
}

.vfuk-CMSSearchSuggestion__suggestion:not(:first-child) {
  border-top: 1px solid #ebebeb;
}

.vfuk-CMSSearchSuggestion__suggestionHighlighted {
  background-color: #666666;
  color: #ffffff;
}

.vfuk-CMSSearchSuggestion__name {
  margin-left: 8px;
  line-height: 45px;
}@-webkit-keyframes vfuk-CMSCountryFlag__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-CMSCountryFlag__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-CMSCountryFlag__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-CMSCountryFlag__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-CMSCountryFlag__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  stroke: none;
  stroke-width: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.vfuk-CMSCountryFlag__wrapper img {
  max-width: 100%;
}

.vfuk-CMSCountryFlag__size-1 {
  height: 16px;
  width: 16px;
}
@media (min-width: 768px) {
  .vfuk-CMSCountryFlag__size-1 {
    height: 16px;
    width: 16px;
  }
  .vfuk-CMSCountryFlag__size-1 img {
    width: 16px;
  }
}
@media (min-width: 992px) {
  .vfuk-CMSCountryFlag__size-1 {
    height: 16px;
    width: 16px;
  }
  .vfuk-CMSCountryFlag__size-1 img {
    width: 16px;
  }
}
.vfuk-CMSCountryFlag__size-1 img {
  width: 16px;
}

.vfuk-CMSCountryFlag__size-2 {
  height: 16px;
  width: 16px;
}
@media (min-width: 768px) {
  .vfuk-CMSCountryFlag__size-2 {
    height: 24px;
    width: 24px;
  }
  .vfuk-CMSCountryFlag__size-2 img {
    width: 24px;
  }
}
@media (min-width: 992px) {
  .vfuk-CMSCountryFlag__size-2 {
    height: 24px;
    width: 24px;
  }
  .vfuk-CMSCountryFlag__size-2 img {
    width: 24px;
  }
}
.vfuk-CMSCountryFlag__size-2 img {
  width: 16px;
}

.vfuk-CMSCountryFlag__size-3 {
  height: 24px;
  width: 24px;
}
@media (min-width: 768px) {
  .vfuk-CMSCountryFlag__size-3 {
    height: 32px;
    width: 32px;
  }
  .vfuk-CMSCountryFlag__size-3 img {
    width: 32px;
  }
}
@media (min-width: 992px) {
  .vfuk-CMSCountryFlag__size-3 {
    height: 32px;
    width: 32px;
  }
  .vfuk-CMSCountryFlag__size-3 img {
    width: 32px;
  }
}
.vfuk-CMSCountryFlag__size-3 img {
  width: 24px;
}

.vfuk-CMSCountryFlag__size-4 {
  height: 24px;
  width: 24px;
}
@media (min-width: 768px) {
  .vfuk-CMSCountryFlag__size-4 {
    height: 32px;
    width: 32px;
  }
  .vfuk-CMSCountryFlag__size-4 img {
    width: 32px;
  }
}
@media (min-width: 992px) {
  .vfuk-CMSCountryFlag__size-4 {
    height: 40px;
    width: 40px;
  }
  .vfuk-CMSCountryFlag__size-4 img {
    width: 40px;
  }
}
.vfuk-CMSCountryFlag__size-4 img {
  width: 24px;
}

.vfuk-CMSCountryFlag__size-5 {
  height: 32px;
  width: 32px;
}
@media (min-width: 768px) {
  .vfuk-CMSCountryFlag__size-5 {
    height: 40px;
    width: 40px;
  }
  .vfuk-CMSCountryFlag__size-5 img {
    width: 40px;
  }
}
@media (min-width: 992px) {
  .vfuk-CMSCountryFlag__size-5 {
    height: 48px;
    width: 48px;
  }
  .vfuk-CMSCountryFlag__size-5 img {
    width: 48px;
  }
}
.vfuk-CMSCountryFlag__size-5 img {
  width: 32px;
}

.vfuk-CMSCountryFlag__size-6 {
  height: 40px;
  width: 40px;
}
@media (min-width: 768px) {
  .vfuk-CMSCountryFlag__size-6 {
    height: 48px;
    width: 48px;
  }
  .vfuk-CMSCountryFlag__size-6 img {
    width: 48px;
  }
}
@media (min-width: 992px) {
  .vfuk-CMSCountryFlag__size-6 {
    height: 64px;
    width: 64px;
  }
  .vfuk-CMSCountryFlag__size-6 img {
    width: 64px;
  }
}
.vfuk-CMSCountryFlag__size-6 img {
  width: 40px;
}

.vfuk-CMSCountryFlag__size-7 {
  height: 48px;
  width: 48px;
}
@media (min-width: 768px) {
  .vfuk-CMSCountryFlag__size-7 {
    height: 56px;
    width: 56px;
  }
  .vfuk-CMSCountryFlag__size-7 img {
    width: 56px;
  }
}
@media (min-width: 992px) {
  .vfuk-CMSCountryFlag__size-7 {
    height: 80px;
    width: 80px;
  }
  .vfuk-CMSCountryFlag__size-7 img {
    width: 80px;
  }
}
.vfuk-CMSCountryFlag__size-7 img {
  width: 48px;
}

.vfuk-CMSCountryFlag__size-8 {
  height: 56px;
  width: 56px;
}
@media (min-width: 768px) {
  .vfuk-CMSCountryFlag__size-8 {
    height: 64px;
    width: 64px;
  }
  .vfuk-CMSCountryFlag__size-8 img {
    width: 64px;
  }
}
@media (min-width: 992px) {
  .vfuk-CMSCountryFlag__size-8 {
    height: 96px;
    width: 96px;
  }
  .vfuk-CMSCountryFlag__size-8 img {
    width: 96px;
  }
}
.vfuk-CMSCountryFlag__size-8 img {
  width: 56px;
}@-webkit-keyframes vfuk-CountrySearch__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-CountrySearch__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-CountrySearch__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-CountrySearch__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-CountrySearch__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .vfuk-CountrySearch__wrapper {
    max-width: 485px;
  }
}
@media (min-width: 992px) {
  .vfuk-CountrySearch__wrapper {
    max-width: 608px;
  }
}

.vfuk-CountrySearch__noresult {
  height: 43px;
  font-size: 18px;
  border: 1px solid #afafaf;
  border-top-width: 0;
  border-radius: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10px;
  background-color: #ffffff;
  -webkit-box-shadow: 5px 10px 20px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 5px 10px 20px 0 rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.vfuk-CountrySearch__input-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.vfuk-CountrySearch__icon-input {
  position: absolute;
  right: 10px;
  top: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.vfuk-CountrySearch__icon {
  margin-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.vfuk-CountrySearch__suggestion {
  padding: 4px 8px;
}

.vfuk-CountrySearch__suggestion-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-repeat: no-repeat;
  height: 43px;
}@-webkit-keyframes vfuk-CMSCountrySearch__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-CMSCountrySearch__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-CMSCountrySearch__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-CMSCountrySearch__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-CMSCountrySearch__label {
  text-align: center;
  margin: 1rem 0 1.5rem;
}@-webkit-keyframes vfuk-Carousel__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-Carousel__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-Carousel__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-Carousel__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
/* stylelint-disable */

/* stylelint-enable */
 { /* stylelint-disable-line */
  /* END: Slick Slider Base Styles */
}
.slick-slider { /* START: Slick Slider Base Styles */
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.vfuk-Carousel__slick-loading .slick-track {
  visibility: hidden;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.vfuk-Carousel__slick-initialized .slick-slide {
  display: block;
}
.vfuk-Carousel__slick-loading .slick-slide {
  visibility: hidden;
}
.vfuk-Carousel__slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.react-slick-wrapper ul.dark, .react-slick-wrapper ul.light {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.react-slick-wrapper ul.dark li, .react-slick-wrapper ul.light li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  list-style: disc;
}
.react-slick-wrapper ul.dark li button, .react-slick-wrapper ul.light li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.react-slick-wrapper ul.inSlide {
  bottom: 12px;
}
.react-slick-wrapper ul.inSlide li, .react-slick-wrapper ul.belowSlide li {
  background: rgba(255, 255, 255, 0.25);
}
.react-slick-wrapper ul.inSlide li:first-child, .react-slick-wrapper ul.belowSlide li:first-child { /* stylelint-disable-line */
  border-radius: 50% 0 0 50%; /* stylelint-disable-line */
}
.react-slick-wrapper ul.inSlide li:last-child, .react-slick-wrapper ul.belowSlide li:last-child { /* stylelint-disable-line */
  border-radius: 0 50% 50% 0; /* stylelint-disable-line */
}
.react-slick-wrapper ul.inSlide.light li, .react-slick-wrapper ul.belowSlide.light li { /* stylelint-disable-line */
  background: rgba(0, 0, 0, 0.25); /* stylelint-disable-line */
}
.react-slick-wrapper ul.light li button:before, .react-slick-wrapper ul.dark li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 8px;
  height: 8px;
  line-height: 20px;
  text-align: center;
  background: #333333;
  border-radius: 50%;
  margin: 6px 12px 0 7px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.react-slick-wrapper ul.light li button:before {
  background: #ffffff;
}
.react-slick-wrapper ul.light li button:hover:before, .react-slick-wrapper ul.light li button:focus:before, .react-slick-wrapper ul.dark li button:hover:before, .react-slick-wrapper ul.dark li button:focus:before {
  opacity: 1;
}
.react-slick-wrapper ul.light li.slick-active button:before, .react-slick-wrapper ul.dark li.slick-active button:before {
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.75);
  height: 12px;
  width: 12px;
  opacity: 0.75;
  margin: 4px 8px 0 5px;
}
.react-slick-wrapper ul.light li.slick-active button:before {
  border: 2px solid rgba(255, 255, 255, 0.75);
}
.react-slick-wrapper .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.react-slick-wrapper .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.react-slick-wrapper .slick-slide * {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
}
.react-slick-wrapper .slick-slide img {
  -webkit-margin-start: auto;
  -webkit-margin-end: auto;
}
.react-slick-wrapper .slick-slide > div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.react-slick-wrapper .slick-arrow svg {
  color: #999999;
}
.react-slick-wrapper .slick-prev {
  left: -20px;
  z-index: 1;
}
.react-slick-wrapper .slick-prev.square {
  border-radius: 0 10px 10px 0;
  border-color: inherit;
  opacity: 0.2;
  background: inherit;
}
.react-slick-wrapper .slick-next {
  right: -20px;
}
.react-slick-wrapper .slick-next.square {
  border-radius: 10px 0 0 10px;
  border-color: inherit;
  opacity: 0.2;
  background: inherit;
}
.react-slick-wrapper .slick-prev, .react-slick-wrapper .slick-next {
  border-radius: 50%;
  height: 40px;
  width: 40px;
  position: absolute;
  display: block;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: 0 1px 3px 0 #afafaf;
          box-shadow: 0 1px 3px 0 #afafaf;
  color: transparent;
  top: 50%;
  margin-top: -20px;
  padding: 0;
  /* stylelint-disable */
  /* stylelint-enable */
}
.react-slick-wrapper .slick-prev.square, .react-slick-wrapper .slick-next.square {
  display: none;
}
@media (min-width: 992px) {
  .react-slick-wrapper .slick-prev.square, .react-slick-wrapper .slick-next.square {
    height: 80px;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: -40px;
  }
}
.react-slick-wrapper .slick-prev.square:hover, .react-slick-wrapper .slick-next.square:hover {
  height: 80px;
  width: 50px;
  -webkit-transition-timing-function: ease-in(0.25s);
          transition-timing-function: ease-in(0.25s);
  margin-top: -40px;
}
.react-slick-wrapper .slick-prev.slick-hidden, .react-slick-wrapper .slick-next.slick-hidden {
  display: none;
}
.react-slick-wrapper .slick-prev:before, .react-slick-wrapper .slick-next:before {
  content: "";
  display: none;
}
.react-slick-wrapper .slick-prev:hover:before, .react-slick-wrapper .slick-prev:focus:before, .react-slick-wrapper .slick-next:hover:before, .react-slick-wrapper .slick-next:focus:before {
  opacity: 1;
}
.react-slick-wrapper .slick-prev.slick-disabled, .react-slick-wrapper .slick-next.slick-disabled {
  visibility: hidden;
}
.react-slick-wrapper .slick-prev.dark, .react-slick-wrapper .slick-next.dark {
  background: #333333;
  border-color: #666666;
}
.react-slick-wrapper .slick-prev span, .react-slick-wrapper .slick-next span {
  display: inline-block;
  vertical-align: middle;
  height: auto;
}
.react-slick-wrapper .slick-prev span svg, .react-slick-wrapper .slick-next span svg {
  height: 22px;
  width: 22px;
}
.is-not-tabbing .slick-list, .is-not-tabbing ul.light li button, .is-not-tabbing ul.dark li button, .is-not-tabbing .slick-prev, .is-not-tabbing .slick-next {
  outline: none;
}
.is-not-tabbing .slick-list:hover, .is-not-tabbing .slick-list:focus, .is-not-tabbing ul.light li button:hover, .is-not-tabbing ul.light li button:focus, .is-not-tabbing ul.dark li button:hover, .is-not-tabbing ul.dark li button:focus, .is-not-tabbing .slick-prev:hover, .is-not-tabbing .slick-prev:focus, .is-not-tabbing .slick-next:hover, .is-not-tabbing .slick-next:focus {
  outline: none;
}@-webkit-keyframes vfuk-CarouselStyleOverriden__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-CarouselStyleOverriden__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-CarouselStyleOverriden__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-CarouselStyleOverriden__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-CarouselStyleOverriden__previousArrowClassName {
  left: -13px !important;
  display: none !important;
}
@media (min-width: 992px) {
  .vfuk-CarouselStyleOverriden__previousArrowClassName {
    display: block !important;
  }
}

.vfuk-CarouselStyleOverriden__nextArrowClassName {
  right: -13px !important;
  display: none !important;
}
@media (min-width: 992px) {
  .vfuk-CarouselStyleOverriden__nextArrowClassName {
    display: block !important;
  }
}@-webkit-keyframes vfuk-CMSCardGrid__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-CMSCardGrid__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-CMSCardGrid__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-CMSCardGrid__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-CMSCardGrid__button-container {
  padding-top: 24px;
  text-align: center;
}

.vfuk-CMSCardGrid__grid-column {
  -webkit-box-orient: unset;
  -webkit-box-direction: unset;
          flex-direction: unset;
  -ms-flex-direction: row;
}@-webkit-keyframes vfuk-Table__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-Table__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-Table__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-Table__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-Table__caption {
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
}

.vfuk-Table__visible {
  overflow: auto;
  max-height: 100%;
  visibility: visible;
}

.vfuk-Table__comparison {
  table-layout: fixed;
}

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

.vfuk-Table__comparison-header-row {
  max-width: 300px;
  padding: 16px;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}

.vfuk-Table__row-line {
  border-bottom: 1px solid #333333;
  padding: 8px 0;
}

.vfuk-Table__row-line-collapse {
  border-collapse: collapse;
}@-webkit-keyframes vfuk-TableRow__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-TableRow__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-TableRow__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-TableRow__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-TableRow__large-bold {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .vfuk-TableRow__large-bold {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .vfuk-TableRow__large-bold {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.vfuk-TableRow__large-red {
  color: #e60000;
  font-size: 20px;
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .vfuk-TableRow__large-red {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .vfuk-TableRow__large-red {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.vfuk-TableRow__row-line {
  border-bottom: 1px solid #333333;
  padding: 8px 0;
}

.vfuk-TableRow__comparison-header-row {
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  .vfuk-TableRow__comparison-header-row {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.vfuk-TableRow__comparison-header-row img {
  margin-left: auto;
  margin-right: auto;
  max-width: 100px;
  width: 100%;
}

.vfuk-TableRow__comparison-header-row,
.vfuk-TableRow__comparison-row {
  max-width: 300px;
  padding: 16px;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}

.vfuk-TableRow__comparison-header-row span {
  display: block;
  font-weight: 300;
}

.vfuk-TableRow__comparison-header-row:nth-child(1) {
  text-align: left;
}@-webkit-keyframes vfuk-ComparisonTable__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-ComparisonTable__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-ComparisonTable__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-ComparisonTable__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-ComparisonTable__wrapper {
  overflow: auto;
  padding: 8px;
  margin: 0 auto 24px;
  -ms-flex-item-align: center;
      align-self: center;
  border-collapse: collapse;
  max-width: 1200px;
  position: relative;
}
.vfuk-ComparisonTable__wrapper th {
  border-bottom: 1px solid #999999;
  font-weight: 200;
  padding: 8px 0;
  height: 56px;
  vertical-align: center;
  min-width: 110px;
}
.vfuk-ComparisonTable__wrapper th:first-child {
  width: 100%;
  vertical-align: bottom;
  padding-left: 8px;
  min-width: 100px;
}
@media (min-width: 768px) {
  .vfuk-ComparisonTable__wrapper th:first-child {
    max-width: 150px;
  }
}
@media (min-width: 992px) {
  .vfuk-ComparisonTable__wrapper th:first-child {
    min-width: 150px;
  }
}
.vfuk-ComparisonTable__wrapper th :not(:first-child) {
  width: 100px;
}
@media (min-width: 768px) {
  .vfuk-ComparisonTable__wrapper th :not(:first-child) {
    width: 104px;
  }
}
@media (min-width: 992px) {
  .vfuk-ComparisonTable__wrapper th :not(:first-child) {
    width: 180px;
  }
}
.vfuk-ComparisonTable__wrapper td {
  max-height: 56px;
  border-bottom: 1px solid #999999;
  font-weight: 200;
  padding: 8px;
  height: 56px;
  vertical-align: middle;
  width: 100%;
  max-width: 100px;
}
@media (min-width: 768px) {
  .vfuk-ComparisonTable__wrapper td {
    min-width: 104px;
  }
}
@media (min-width: 992px) {
  .vfuk-ComparisonTable__wrapper td {
    min-width: 180px;
  }
}
.vfuk-ComparisonTable__wrapper a {
  min-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.vfuk-ComparisonTable__hidden-footer-border table tbody tr:last-child td,
.vfuk-ComparisonTable__hidden-footer-border table tbody tr:last-child th {
  border-bottom: 0;
}

.vfuk-ComparisonTable__highlighted {
  background-color: #cccccc;
}

.vfuk-ComparisonTable__header-column {
  padding: 8px 8px 0;
  text-align: center;
  vertical-align: middle;
}

.vfuk-ComparisonTable__header-image-container {
  position: relative;
  min-width: 110px;
}

.vfuk-ComparisonTable__row-column {
  text-align: center;
  font-size: 16px;
  padding-bottom: 8px;
}
@media (min-width: 768px) {
  .vfuk-ComparisonTable__row-column {
    font-size: 18px;
  }
}
.vfuk-ComparisonTable__row-column-first {
  text-align: left;
  padding-left: 0;
}
.vfuk-ComparisonTable__row-column svg {
  fill: #428600;
  stroke: #428600;
  color: #ffffff;
}

.vfuk-ComparisonTable__price {
  font-weight: 700;
  font-size: 24px;
}@-webkit-keyframes vfuk-CMSComparisonTable__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-CMSComparisonTable__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-CMSComparisonTable__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-CMSComparisonTable__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
@media (min-width: 992px) {
  .vfuk-CMSComparisonTable__container {
    max-width: 1200px;
    margin: 0 auto 24px;
  }
}@-webkit-keyframes vfuk-CMSCoverageChecker__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-CMSCoverageChecker__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-CMSCoverageChecker__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-CMSCoverageChecker__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-CMSCoverageChecker__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}@-webkit-keyframes vfuk-ChartLegend__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-ChartLegend__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-ChartLegend__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-ChartLegend__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-ChartLegend__container {
  padding: 24px 0 0;
  margin: 0;
}
.vfuk-ChartLegend__container li {
  list-style: none;
  margin: 0 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-weight: 700;
}
.vfuk-ChartLegend__container li:last-child {
  margin-bottom: 0;
}
.vfuk-ChartLegend__container li span {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin-right: 8px;
}

.vfuk-ChartLegend__dark {
  color: #ffffff;
}@-webkit-keyframes vfuk-DoughnutChart__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-DoughnutChart__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-DoughnutChart__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-DoughnutChart__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-DoughnutChart__wrapper {
  width: 100%;
  position: relative;
}
.vfuk-DoughnutChart__wrapper:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.vfuk-DoughnutChart__wrapper .vfuk-DoughnutChart__container {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.vfuk-DoughnutChart__total {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
  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;
  text-align: center;
}
.vfuk-DoughnutChart__total p {
  margin: 0;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 768px) {
  .vfuk-DoughnutChart__total p {
    font-size: 56px;
    font-size: 3.5rem;
  }
}
@media (min-width: 992px) {
  .vfuk-DoughnutChart__total p {
    font-size: 64px;
    font-size: 4rem;
  }
}
.vfuk-DoughnutChart__total .vfuk-DoughnutChart__total-suffix {
  font-size: 20px;
  font-size: 1.25rem;
  display: block;
}
@media (min-width: 768px) {
  .vfuk-DoughnutChart__total .vfuk-DoughnutChart__total-suffix {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .vfuk-DoughnutChart__total .vfuk-DoughnutChart__total-suffix {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.vfuk-DoughnutChart__dark {
  color: #ffffff;
}@-webkit-keyframes vfuk-HorizontalBarChart__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-HorizontalBarChart__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-HorizontalBarChart__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-HorizontalBarChart__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-HorizontalBarChart__wrapper {
  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;
}

.vfuk-HorizontalBarChart__container {
  position: relative;
  overflow: hidden;
  height: 16px;
  border-radius: 8px;
  margin-right: 16px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (min-width: 768px) {
  .vfuk-HorizontalBarChart__container {
    height: 48px;
    border-radius: 24px;
  }
}

.vfuk-HorizontalBarChart__total {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.vfuk-HorizontalBarChart__total p {
  margin: 0;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 768px) {
  .vfuk-HorizontalBarChart__total p {
    font-size: 34px;
    font-size: 2.125rem;
  }
}
@media (min-width: 992px) {
  .vfuk-HorizontalBarChart__total p {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

.vfuk-HorizontalBarChart__dark {
  color: #ffffff;
}@-webkit-keyframes vfuk-RangeSlider__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-RangeSlider__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-RangeSlider__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-RangeSlider__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-RangeSlider__wrapper {
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.vfuk-RangeSlider__input {
  margin-left: 16px;
  width: 64px;
  height: 40px;
  text-align: center;
}

.vfuk-RangeSlider__extra-bottom-padding {
  margin-bottom: 16px;
}

.vfuk-RangeSlider__text {
  text-align: right;
  padding-top: 8px;
}

.vfuk-RangeSlider__rail-tip {
  width: 12px;
  height: 8px;
  margin-top: 16px;
}

.vfuk-RangeSlider__rail-start {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.vfuk-RangeSlider__rail-end {
  background-color: #afafaf;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

 { /* stylelint-disable-line */ }
.rc-slider {
  position: relative;
  width: 100%;
  margin-top: 16px;
  height: 0;
  -ms-touch-action: none;
      touch-action: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider-rail {
  position: absolute;
  width: 100%;
  background-color: #afafaf;
  height: 8px;
}
.rc-slider-track {
  position: absolute;
  left: 0;
  height: 8px;
  background-color: inherit;
}
.rc-slider-handle {
  position: absolute;
  margin-top: -8px;
  margin-left: -12px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  cursor: -webkit-grab;
  cursor: grab;
  border-radius: 50%;
  background-color: inherit;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}
.rc-slider-handle:focus {
  outline: none;
}
.rc-slider-handle:active {
  border: 2px solid #ffffff;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.rc-slider-mark {
  position: absolute;
  top: 24px;
  left: 0;
  width: 100%;
  font-size: 12px;
}
.rc-slider-mark-text {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  color: #999999;
}
.rc-slider-step {
  position: absolute;
  width: 100%;
  height: 4px;
  background: transparent;
}
.rc-slider-dot {
  position: absolute;
  bottom: -16px;
  margin-left: -2px;
  width: 4px;
  height: 4px;
  background-color: #cccccc;
  cursor: pointer;
  border-radius: 50%;
  vertical-align: middle;
}
.rc-slider-disabled .rc-slider-mark-text, .rc-slider-disabled .rc-slider-dot, .rc-slider-disabled .rc-slider-handle {
  cursor: not-allowed;
}
div.rc-slider-tooltip {
  position: absolute;
  left: -9999px;
  top: -9999px;
  visibility: visible;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: transparent;
}
.rc-slider-tooltip-hidden {
  display: none;
}
.rc-slider-tooltip-placement-top {
  padding: 4px 0 8px;
}
div.rc-slider-tooltip-content {
  background-color: transparent;
}
.rc-slider-tooltip-inner {
  padding: 8px;
  min-width: 24px;
  min-height: 32px;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  font-size: 16px;
  line-height: 16px;
}
div.rc-slider-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  background-color: transparent;
  border-style: solid;
  bottom: 4px;
  left: 50%;
  margin-left: -4px;
  border-width: 4px 4px 0;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}@-webkit-keyframes vfuk-CMSDataCalculator__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-CMSDataCalculator__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-CMSDataCalculator__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-CMSDataCalculator__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-CMSDataCalculator__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 0;
  padding-bottom: 8px;
}
@media (min-width: 768px) {
  .vfuk-CMSDataCalculator__wrapper {
    padding-top: 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.vfuk-CMSDataCalculator__slider-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding: 16px 16px 0;
}
@media (min-width: 768px) {
  .vfuk-CMSDataCalculator__slider-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 16px;
  }
}

.vfuk-CMSDataCalculator__chart-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  text-align: center;
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 100%;
}
@media (min-width: 768px) {
  .vfuk-CMSDataCalculator__chart-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: -webkit-sticky;
    position: sticky;
    top: 48px;
    z-index: 1;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .vfuk-CMSDataCalculator__chart-wrapper {
    top: 62px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .vfuk-CMSDataCalculator__chart-wrapper {
    top: 102px;
  }
}

@media (min-width: 768px) {
  .vfuk-CMSDataCalculator__chart {
    height: auto;
    margin: auto;
    max-width: 240px;
  }
}

.vfuk-CMSDataCalculator__desktop-chart {
  display: none;
}
@media (min-width: 768px) {
  .vfuk-CMSDataCalculator__desktop-chart {
    display: block;
  }
}

.vfuk-CMSDataCalculator__mobile-chart {
  display: block;
  padding: 16px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  position: -webkit-sticky;
  position: sticky;
  top: 48px;
  z-index: 1;
}
@media (min-width: 768px) {
  .vfuk-CMSDataCalculator__mobile-chart {
    top: 62px;
  }
}
@media (min-width: 992px) {
  .vfuk-CMSDataCalculator__mobile-chart {
    top: 102px;
  }
}
@media (min-width: 768px) {
  .vfuk-CMSDataCalculator__mobile-chart {
    display: none;
  }
}

@media (min-width: 768px) {
  .vfuk-CMSDataCalculator__button {
    width: 240px;
    margin: auto;
  }
}@-webkit-keyframes vfuk-DecisionTree__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-DecisionTree__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-DecisionTree__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-DecisionTree__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-DecisionTree__decision-tree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
  margin: 0 16px 16px;
}

.vfuk-DecisionTree__decision-tree-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  color: #666666;
}

.vfuk-DecisionTree__decision-tree-question h3 {
  text-align: center;
  font-size: 22px;
  margin: 20px 0;
  color: #000000;
}

.vfuk-DecisionTree__option-list {
  max-width: 800px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (min-width: 768px) {
  .vfuk-DecisionTree__option-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.vfuk-DecisionTree__decision-tree-question-option {
  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;
  position: relative;
  width: 100%;
  max-width: 800px;
  padding: 15px 55px;
  text-align: center;
  border: 1px solid #666666;
  color: #666666;
  border-bottom: 0;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.vfuk-DecisionTree__decision-tree-question-option .vfuk-DecisionTree__option-text {
  color: #666666;
}
.vfuk-DecisionTree__decision-tree-question-option.vfuk-DecisionTree__active .vfuk-DecisionTree__option-text {
  color: #000000;
}

.vfuk-DecisionTree__decision-tree-question-option:last-child {
  border-bottom: 1px solid #666666;
  border-right: 1px solid #666666;
}

.vfuk-DecisionTree__option-list .vfuk-DecisionTree__decision-tree-question-option {
  border-bottom: 0;
  border-right: 1px solid #666666;
}
@media (min-width: 768px) {
  .vfuk-DecisionTree__option-list .vfuk-DecisionTree__decision-tree-question-option {
    border-right: 0;
    border-bottom: 1px solid #666666;
  }
}
.vfuk-DecisionTree__option-list .vfuk-DecisionTree__decision-tree-question-option:last-child {
  border-right: 1px solid #666666;
  border-bottom: 1px solid #666666;
}

.vfuk-DecisionTree__option-list .vfuk-DecisionTree__decision-tree-question-option.vfuk-DecisionTree__inactive {
  display: none;
}
@media (min-width: 768px) {
  .vfuk-DecisionTree__option-list .vfuk-DecisionTree__decision-tree-question-option.vfuk-DecisionTree__inactive {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.vfuk-DecisionTree__option-list .vfuk-DecisionTree__decision-tree-question-option.vfuk-DecisionTree__active {
  border-bottom: 1px solid #666666;
}

.vfuk-DecisionTree__hide {
  display: none;
}

.vfuk-DecisionTree__active {
  border-bottom: 1px solid #666666;
  background-color: #afafaf;
  color: #333333;
}
.vfuk-DecisionTree__active:before, .vfuk-DecisionTree__active:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0;
}
.vfuk-DecisionTree__active:before {
  border-color: #333333 transparent transparent;
  bottom: -10px;
  z-index: 1;
}
.vfuk-DecisionTree__active:after {
  border-color: #afafaf transparent transparent;
  bottom: -9px;
  z-index: 2;
}

.vfuk-DecisionTree__copy {
  position: absolute;
  top: 100px;
  width: 200%;
  left: -2px;
}

.vfuk-DecisionTree__main-copy {
  color: #000000;
}

.vfuk-DecisionTree__html {
  max-width: 800px;
}
.vfuk-DecisionTree__html p {
  margin-top: 30px;
  text-align: center;
}
.vfuk-DecisionTree__html ul {
  line-height: 1.5;
}@-webkit-keyframes vfuk-CarouselStyleOverride__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-CarouselStyleOverride__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-CarouselStyleOverride__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-CarouselStyleOverride__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
@media (min-width: 992px) {
  .vfuk-CarouselStyleOverride__previousArrowClassName {
    left: 0 !important;
    border-color: inherit !important;
    opacity: 0.15;
    background-color: rgb(0, 0, 0) !important;
  }
  .vfuk-CarouselStyleOverride__previousArrowClassName svg {
    fill: white !important;
    width: 30px !important;
    height: 44px !important;
  }
}

@media (min-width: 992px) {
  .vfuk-CarouselStyleOverride__nextArrowClassName {
    right: 0 !important;
    border-color: inherit !important;
    opacity: 0.15;
    background-color: rgb(0, 0, 0) !important;
  }
  .vfuk-CarouselStyleOverride__nextArrowClassName svg {
    fill: white !important;
    width: 30px !important;
    height: 44px !important;
  }
}@-webkit-keyframes vfuk-CMSHeroBannerContainer__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-CMSHeroBannerContainer__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-CMSHeroBannerContainer__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-CMSHeroBannerContainer__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-CMSHeroBannerContainer__banner {
  display: block;
}

.vfuk-CMSHeroBannerContainer__scrollable-container {
  cursor: pointer;
}@-webkit-keyframes vfuk-CMSIframeWrapper__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-CMSIframeWrapper__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-CMSIframeWrapper__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-CMSIframeWrapper__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-CMSIframeWrapper__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.vfuk-CMSIframeWrapper__iframe-no-border {
  border: 0;
}@-webkit-keyframes vfuk-CMSMarketingBanner__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-CMSMarketingBanner__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-CMSMarketingBanner__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-CMSMarketingBanner__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-CMSMarketingBanner__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 200px;
}
@media (min-width: 992px) {
  .vfuk-CMSMarketingBanner__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    min-height: 480px;
  }
}
.vfuk-CMSMarketingBanner__wrapper-image-right {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 992px) {
  .vfuk-CMSMarketingBanner__wrapper-image-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.vfuk-CMSMarketingBanner__image-container {
  width: 100%;
  display: block;
  position: relative;
  min-height: 200px;
}
@media (min-width: 992px) {
  .vfuk-CMSMarketingBanner__image-container {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    min-height: 480px;
  }
}

.vfuk-CMSMarketingBanner__primary-image {
  display: block;
}
@media (min-width: 992px) {
  .vfuk-CMSMarketingBanner__primary-image {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.vfuk-CMSMarketingBanner__image-style-fill-height img {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.vfuk-CMSMarketingBanner__secondary-image {
  position: absolute;
  bottom: 0;
  max-width: 320px;
  max-height: 210px;
  z-index: 3;
}
.vfuk-CMSMarketingBanner__secondary-image-right {
  right: 0;
}

.vfuk-CMSMarketingBanner__text-block {
  margin: auto 0;
  width: 100%;
  max-width: 100%;
  padding: 16px;
  z-index: 1;
  display: block;
}
@media (min-width: 992px) {
  .vfuk-CMSMarketingBanner__text-block {
    padding: 24px 8.333% 24px 20px;
    max-width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: transparent !important;
  }
}
@media (min-width: 1441px) {
  .vfuk-CMSMarketingBanner__text-block {
    padding: 64px calc(50vw - 700.5px) 64px 100px;
  }
  .vfuk-CMSMarketingBanner__wrapper-image-right .vfuk-CMSMarketingBanner__text-block {
    padding: 64px 100px 64px calc(50vw - 700.5px);
  }
}
.vfuk-CMSMarketingBanner__text-block > div {
  width: 100%;
}
.vfuk-CMSMarketingBanner__text-block img {
  width: 60px;
  height: 60px;
}

.vfuk-CMSMarketingBanner__shout {
  position: absolute;
}
.vfuk-CMSMarketingBanner__shout-right {
  right: 0;
}

.vfuk-CMSMarketingBanner__promotion {
  margin-bottom: 8px;
}@-webkit-keyframes vfuk-Snippet__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-Snippet__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-Snippet__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-Snippet__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-Snippet__wrapper {
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  max-width: 100%;
}
.vfuk-Snippet__wrapper-left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
}

.vfuk-Snippet__image-block-wrapper {
  position: relative;
  overflow: hidden;
  margin-bottom: 8px;
}

.vfuk-Snippet__icon-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  max-width: 48px;
}
@media (min-width: 768px) {
  .vfuk-Snippet__icon-block {
    max-width: 56px;
  }
}
.vfuk-Snippet__icon-block-center {
  max-width: 480px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.vfuk-Snippet__content-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  width: 100%;
  max-width: 480px;
  text-align: center;
}
.vfuk-Snippet__content-block-left {
  text-align: left;
}

.vfuk-Snippet__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 200;
}
@media (min-width: 768px) {
  .vfuk-Snippet__text {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.vfuk-Snippet__heading-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}@-webkit-keyframes vfuk-CMSSnippetCollection__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-CMSSnippetCollection__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-CMSSnippetCollection__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-CMSSnippetCollection__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
@media (min-width: 768px) {
  .vfuk-CMSSnippetCollection__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    justify-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.vfuk-CMSSnippetCollection__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 992px) {
  .vfuk-CMSSnippetCollection__item {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}@-webkit-keyframes vfuk-StoreDetails__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-StoreDetails__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-StoreDetails__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-StoreDetails__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-StoreDetails__wrapper {
  padding-bottom: 24px;
  border-bottom: 1px solid #cccccc;
  background: #ffffff;
  -webkit-transition: 0.4s background-color ease;
  transition: 0.4s background-color ease;
  text-align: left;
}
.vfuk-StoreDetails__wrapper p {
  margin: 0;
  padding: 0;
}
.vfuk-StoreDetails__wrapper:last-child {
  border-bottom: none;
}

.vfuk-StoreDetails__wrapper-open {
  background: #ebebeb;
}

.vfuk-StoreDetails__header {
  position: relative;
  padding: 16px 24px 0;
  padding-right: 46px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.vfuk-StoreDetails__body {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  padding: 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.vfuk-StoreDetails__wrapper-open .vfuk-StoreDetails__body {
  max-height: 500px;
  padding-top: 8px;
}

.vfuk-StoreDetails__chevron {
  position: absolute;
  top: 16px;
  right: 24px;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.vfuk-StoreDetails__wrapper-open .vfuk-StoreDetails__chevron {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.vfuk-StoreDetails__address {
  display: block;
}

.vfuk-StoreDetails__stock-status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 1;
  margin-top: 4px;
  text-transform: uppercase;
}
.vfuk-StoreDetails__stock-status strong {
  margin-left: 4px;
}

.vfuk-StoreDetails__error {
  color: #bd0000;
}

.vfuk-StoreDetails__success {
  color: #428600;
}

.vfuk-StoreDetails__header-body,
.vfuk-StoreDetails__main-body {
  width: 100%;
}

.vfuk-StoreDetails__header-body-with-number,
.vfuk-StoreDetails__main-body-with-number {
  width: calc(100% - 44px);
}

.vfuk-StoreDetails__number-icon {
  width: 28px;
  height: 40px;
  margin-right: 16px;
  position: relative;
}

.vfuk-StoreDetails__marker-text {
  position: absolute;
  color: #ffffff;
  text-align: center;
  top: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}@-webkit-keyframes vfuk-Lozenge__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-Lozenge__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-Lozenge__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-Lozenge__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-Lozenge__lozenge {
  padding: 4px 16px;
  border-radius: 32px;
  font-size: 12px;
  font-size: 0.75rem;
  margin-right: 8px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 20ch;
}
@media (min-width: 768px) {
  .vfuk-Lozenge__lozenge {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.vfuk-Lozenge__lozenge:last-child {
  margin-right: 0;
}

.vfuk-Lozenge__primary {
  background-color: #e60000;
  color: #ffffff;
}
.vfuk-Lozenge__primary:hover, .vfuk-Lozenge__primary:focus {
  background-color: #ff2f2f;
}
.vfuk-Lozenge__primary:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 3px #007c92;
          box-shadow: 0 0 0 3px #007c92;
}

.vfuk-Lozenge__secondary {
  background-color: #000000;
  color: #ffffff;
}
.vfuk-Lozenge__secondary:hover, .vfuk-Lozenge__secondary:focus {
  background-color: #666666;
}
.vfuk-Lozenge__secondary:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 3px #007c92;
          box-shadow: 0 0 0 3px #007c92;
}

.vfuk-Lozenge__tertiary {
  background-color: transparent;
  border: 2px solid #000000;
  color: #000000;
}
.vfuk-Lozenge__tertiary:hover, .vfuk-Lozenge__tertiary:focus {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.vfuk-Lozenge__tertiary:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 3px #007c92;
          box-shadow: 0 0 0 3px #007c92;
}

.vfuk-Lozenge__quaternary {
  background-color: transparent;
  border: 2px solid #e60000;
  color: #e60000;
}
.vfuk-Lozenge__quaternary:hover, .vfuk-Lozenge__quaternary:focus {
  background-color: #e60000;
  border-color: #e60000;
  color: #ffffff;
}
.vfuk-Lozenge__quaternary:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 3px #007c92;
          box-shadow: 0 0 0 3px #007c92;
}

.vfuk-Lozenge__upgrades {
  background-color: #007c92;
  color: #ffffff;
}
.vfuk-Lozenge__upgrades:hover, .vfuk-Lozenge__upgrades:focus {
  background-color: #00b0ca;
  color: #ffffff;
}
.vfuk-Lozenge__upgrades:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 3px #007c92;
          box-shadow: 0 0 0 3px #007c92;
}@-webkit-keyframes vfuk-ServiceList__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-ServiceList__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-ServiceList__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-ServiceList__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-ServiceList__service-list {
  margin-bottom: -8px;
  padding-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.vfuk-ServiceList__service-list button {
  margin-bottom: 8px;
}
.vfuk-ServiceList__service-list:last-child {
  padding-bottom: 0;
  cursor: pointer;
}

.vfuk-ServiceList__icon {
  margin: 0;
  padding: 0;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.vfuk-ServiceList__overlay-description {
  padding: 16px 0;
  border-bottom: 1px solid #333333;
}
.vfuk-ServiceList__overlay-description p {
  margin: 0;
  padding: 0;
}
.vfuk-ServiceList__overlay-description:first-child {
  padding-top: 0;
}
.vfuk-ServiceList__overlay-description:last-child {
  padding-bottom: 0;
  border-bottom: none;
}@-webkit-keyframes vfuk-OpeningTimes__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-OpeningTimes__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-OpeningTimes__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-OpeningTimes__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-OpeningTimes__wrapper {
  margin-bottom: 24px;
}@-webkit-keyframes vfuk-StoreButtons__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-StoreButtons__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-StoreButtons__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-StoreButtons__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-StoreButtons__buttons {
  margin-bottom: -8px;
}
.vfuk-StoreButtons__buttons button,
.vfuk-StoreButtons__buttons a {
  margin: 0 8px 8px 0;
}
.vfuk-StoreButtons__buttons button:last-child,
.vfuk-StoreButtons__buttons a:last-child {
  margin-right: 0;
}@-webkit-keyframes vfuk-CMSStoreLocator__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-CMSStoreLocator__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-CMSStoreLocator__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-CMSStoreLocator__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-CMSStoreLocator__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 992px) {
  .vfuk-CMSStoreLocator__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.vfuk-CMSStoreLocator__map {
  min-height: 432px;
  width: 100%;
}
@media (min-width: 768px) {
  .vfuk-CMSStoreLocator__map {
    min-height: 720px;
  }
}

.vfuk-CMSStoreLocator__controls {
  background-color: #ffffff;
}

.vfuk-CMSStoreLocator__search-wrapper {
  white-space: nowrap;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 1;
  width: 100%;
}
@media (min-width: 992px) {
  .vfuk-CMSStoreLocator__search-wrapper {
    max-width: 512px;
  }
}

.vfuk-CMSStoreLocator__search-initiated {
  position: relative;
}
@media (min-width: 992px) {
  .vfuk-CMSStoreLocator__search-initiated {
    min-width: 512px;
  }
}

.vfuk-CMSStoreLocator__locate-me {
  line-height: 0;
}
.vfuk-CMSStoreLocator__locate-me:focus {
  outline: 0;
}

.vfuk-CMSStoreLocator__input {
  background-color: white;
  width: 432px;
  height: 48px;
  padding: 16px;
  border: 1px solid #cccccc;
  border-right: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 8px;
}
.vfuk-CMSStoreLocator__input input {
  width: 100%;
  height: 46px;
  border: 0;
  outline-style: none;
}

.vfuk-CMSStoreLocator__search {
  background-color: #e60000;
  height: 48px;
  width: 48px;
  padding: 0 8px;
  line-height: 0;
}

.vfuk-CMSStoreLocator__button-group {
  text-align: center;
  padding-bottom: 16px;
  margin: 0 1px;
}
@media (min-width: 992px) {
  .vfuk-CMSStoreLocator__button-group {
    display: none;
  }
}

.vfuk-CMSStoreLocator__list {
  margin-right: 2px;
  max-height: 432px;
  max-width: 100%;
  overflow: auto;
}
@media (min-width: 768px) {
  .vfuk-CMSStoreLocator__list {
    min-height: 720px;
  }
}
@media (min-width: 992px) {
  .vfuk-CMSStoreLocator__list {
    min-height: 640px;
    max-width: 512px;
  }
}
.vfuk-CMSStoreLocator__list > div {
  margin-right: 2px;
  border-right: 1px solid #e7e7e7;
}
.vfuk-CMSStoreLocator__list::-webkit-scrollbar {
  width: 8px;
}
.vfuk-CMSStoreLocator__list::-webkit-scrollbar-thumb {
  background-color: #cccccc;
  border-radius: 8px;
}

.vfuk-CMSStoreLocator__hidden {
  display: none;
}

.vfuk-CMSStoreLocator__hidden-on-mobile {
  display: none;
}
@media (min-width: 992px) {
  .vfuk-CMSStoreLocator__hidden-on-mobile {
    display: block;
  }
}@-webkit-keyframes vfuk-TabsThemeOverride__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-TabsThemeOverride__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-TabsThemeOverride__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-TabsThemeOverride__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-TabsThemeOverride__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.vfuk-TabsThemeOverride__items {
  -ms-overflow-style: none;
  overflow-y: hidden;
  width: 100%;
  white-space: nowrap;
  padding: 0 8px;
  text-align: center;
  background-color: transparent;
  height: 54px;
}
.vfuk-TabsThemeOverride__items::-webkit-scrollbar {
  display: none;
}

.vfuk-TabsThemeOverride__items-wrapper {
  width: 100%;
  height: 40px;
  position: relative;
  background-color: #ffffff;
  border-bottom: 1px solid #ebebeb;
}
.vfuk-TabsThemeOverride__brand .vfuk-TabsThemeOverride__items-wrapper:before {
  left: -1px;
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, white 30%, rgba(255, 255, 255, 0));
}
.vfuk-TabsThemeOverride__brand .vfuk-TabsThemeOverride__items-wrapper:after {
  right: -1px;
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 30%, white);
}
.vfuk-TabsThemeOverride__dark .vfuk-TabsThemeOverride__items-wrapper:before {
  left: -1px;
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, #333333), to(rgba(51, 51, 51, 0)));
  background: linear-gradient(to right, #333333 30%, rgba(51, 51, 51, 0));
}
.vfuk-TabsThemeOverride__dark .vfuk-TabsThemeOverride__items-wrapper:after {
  right: -1px;
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, rgba(51, 51, 51, 0)), to(#333333));
  background: linear-gradient(to right, rgba(51, 51, 51, 0) 30%, #333333);
}
.vfuk-TabsThemeOverride__items-wrapper-dark {
  border-bottom: 0;
}
.vfuk-TabsThemeOverride__items-wrapper:after, .vfuk-TabsThemeOverride__items-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 12px;
  pointer-events: none;
  z-index: 3;
  width: 40px;
}
@media (min-width: 768px) {
  .vfuk-TabsThemeOverride__items-wrapper:after, .vfuk-TabsThemeOverride__items-wrapper:before {
    width: 0;
    left: 0;
    background-color: transparent;
  }
}

.vfuk-TabsThemeOverride__item {
  display: inline-block;
  position: relative;
  min-width: 100px;
  padding: 8px 16px;
  text-decoration: none;
}
.vfuk-TabsThemeOverride__item.vfuk-TabsThemeOverride__selected {
  color: #ffffff;
}
@media (min-width: 768px) {
  .vfuk-TabsThemeOverride__item.vfuk-TabsThemeOverride__selected:before {
    bottom: -3px;
  }
}
@media (min-width: 768px) {
  .vfuk-TabsThemeOverride__item.vfuk-TabsThemeOverride__selected:after {
    bottom: -19px;
  }
}
.vfuk-TabsThemeOverride__item.vfuk-TabsThemeOverride__selected:before {
  position: absolute;
  content: "";
  bottom: -3px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #e60000;
}
.vfuk-TabsThemeOverride__item.vfuk-TabsThemeOverride__selected:after {
  position: absolute;
  border: 8px solid transparent;
  border-top-color: #e60000;
  content: "";
  left: 50%;
  margin-left: -8px;
  bottom: -19px;
  z-index: 1;
}

.vfuk-TabsThemeOverride__mid2 .vfuk-TabsThemeOverride__selected:after {
  border-color: #afafaf transparent transparent;
  bottom: -9px;
  z-index: 2;
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 10px 10px 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: 0;
}

.vfuk-TabsThemeOverride__mid2 .vfuk-TabsThemeOverride__selected:before {
  border-color: #333333 transparent transparent;
  bottom: -10px;
  z-index: 1;
  content: "";
  position: absolute;
  width: 0;
  background-color: transparent !important;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-style: solid;
  border-width: 10px 10px 0;
}

.vfuk-TabsThemeOverride__brand .vfuk-TabsThemeOverride__item.vfuk-TabsThemeOverride__selected {
  color: #e60000;
}

.vfuk-TabsThemeOverride__dark .vfuk-TabsThemeOverride__items-wrapper {
  background-color: #333333;
  color: #afafaf;
  border: none; /* stylelint-disable-line declaration-property-value-blacklist */
}

.vfuk-TabsThemeOverride__mid2 {
  background-color: transparent;
}
.vfuk-TabsThemeOverride__mid2 .vfuk-TabsThemeOverride__items-wrapper {
  border: none; /* stylelint-disable-line declaration-property-value-blacklist */
  height: 38px;
}
@media (min-width: 768px) {
  .vfuk-TabsThemeOverride__mid2 .vfuk-TabsThemeOverride__items-wrapper {
    height: 41px;
  }
}
.vfuk-TabsThemeOverride__mid2 .vfuk-TabsThemeOverride__item {
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
  border-right: 1px solid #666666;
}
@media (min-width: 992px) {
  .vfuk-TabsThemeOverride__mid2 .vfuk-TabsThemeOverride__item {
    min-width: 220px;
  }
}
.vfuk-TabsThemeOverride__mid2 .vfuk-TabsThemeOverride__item:first-child {
  border-left: 1px solid #666666;
}
.vfuk-TabsThemeOverride__mid2 .vfuk-TabsThemeOverride__item.vfuk-TabsThemeOverride__selected {
  color: #333333;
  background-color: #afafaf;
}
.vfuk-TabsThemeOverride__mid2 .vfuk-TabsThemeOverride__item.vfuk-TabsThemeOverride__selected:before {
  background-color: #afafaf;
}
.vfuk-TabsThemeOverride__mid2 .vfuk-TabsThemeOverride__item.vfuk-TabsThemeOverride__selected:after {
  border-top-color: #afafaf;
}

.vfuk-TabsThemeOverride__secondary .vfuk-TabsThemeOverride__items-wrapper {
  border: none; /* stylelint-disable-line declaration-property-value-blacklist */
  height: 38px;
}
@media (min-width: 768px) {
  .vfuk-TabsThemeOverride__secondary .vfuk-TabsThemeOverride__items-wrapper {
    height: 41px;
  }
}
.vfuk-TabsThemeOverride__secondary .vfuk-TabsThemeOverride__item {
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-right: 1px solid #333333;
}
@media (min-width: 992px) {
  .vfuk-TabsThemeOverride__secondary .vfuk-TabsThemeOverride__item {
    min-width: 220px;
  }
}
.vfuk-TabsThemeOverride__secondary .vfuk-TabsThemeOverride__item:first-child {
  border-left: 1px solid #333333;
}
.vfuk-TabsThemeOverride__secondary .vfuk-TabsThemeOverride__item.vfuk-TabsThemeOverride__selected {
  background-color: #333333;
}
.vfuk-TabsThemeOverride__secondary .vfuk-TabsThemeOverride__item.vfuk-TabsThemeOverride__selected:before {
  background-color: #333333;
  bottom: -1px;
}
.vfuk-TabsThemeOverride__secondary .vfuk-TabsThemeOverride__item.vfuk-TabsThemeOverride__selected:after {
  border-top-color: #333333;
  bottom: -17px;
}

.vfuk-TabsThemeOverride__secondary1 .vfuk-TabsThemeOverride__items-wrapper {
  color: #afafaf;
  background: transparent;
  padding-bottom: 0;
  margin-bottom: 0;
}
.vfuk-TabsThemeOverride__secondary1 .vfuk-TabsThemeOverride__items {
  background-color: transparent;
}
.vfuk-TabsThemeOverride__secondary1 .vfuk-TabsThemeOverride__item {
  border: 1px solid #007c92;
  background: #333333;
  border-right: 0;
}
.vfuk-TabsThemeOverride__secondary1 .vfuk-TabsThemeOverride__item:first-child {
  border-radius: 8px 0 0 8px;
}
.vfuk-TabsThemeOverride__secondary1 .vfuk-TabsThemeOverride__item:last-child {
  border-right: 1px solid #007c92;
  border-radius: 0 8px 8px 0;
}
.vfuk-TabsThemeOverride__secondary1 .vfuk-TabsThemeOverride__item.vfuk-TabsThemeOverride__selected {
  background-color: #007c92;
  color: #ffffff;
}
.vfuk-TabsThemeOverride__secondary1 .vfuk-TabsThemeOverride__item.vfuk-TabsThemeOverride__selected:before {
  visibility: hidden;
  border: none; /* stylelint-disable-line declaration-property-value-blacklist */
}
.vfuk-TabsThemeOverride__secondary1 .vfuk-TabsThemeOverride__item.vfuk-TabsThemeOverride__selected:after {
  border-top-color: #007c92;
}

.vfuk-TabsThemeOverride__responsive {
  /* Expand the overflow:hidden area */
  margin-left: -16px;
  margin-right: -16px;
  /* Padding before first and last item */
  /* Re-add padding to content */
  /* Allow tab bar to reach edge of screen */
}
.vfuk-TabsThemeOverride__responsive .vfuk-TabsThemeOverride__items {
  padding: 0;
}
.vfuk-TabsThemeOverride__responsive .vfuk-TabsThemeOverride__items:after, .vfuk-TabsThemeOverride__responsive .vfuk-TabsThemeOverride__items:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px;
  content: "";
}
.vfuk-TabsThemeOverride__responsive > div[role=tabpanel] {
  padding-left: 16px;
  padding-right: 16px;
}
.vfuk-TabsThemeOverride__responsive .vfuk-TabsThemeOverride__items-wrapper {
  /* Hide Gradient Overlay as we go off the edge of the screen */
}
.vfuk-TabsThemeOverride__responsive .vfuk-TabsThemeOverride__items-wrapper:after, .vfuk-TabsThemeOverride__responsive .vfuk-TabsThemeOverride__items-wrapper:before {
  display: none;
}
.vfuk-TabsThemeOverride__responsive .vfuk-TabsThemeOverride__items-wrapper,
.vfuk-TabsThemeOverride__responsive .vfuk-TabsThemeOverride__items {
  padding-bottom: 12px;
  margin-bottom: -12px;
  background-clip: content-box;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none; /* stylelint-disable-line declaration-property-value-blacklist */
}
@media (min-width: 768px) {
  .vfuk-TabsThemeOverride__responsive .vfuk-TabsThemeOverride__items-wrapper,
  .vfuk-TabsThemeOverride__responsive .vfuk-TabsThemeOverride__items {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.vfuk-TabsThemeOverride__responsive .vfuk-TabsThemeOverride__items-wrapper .vfuk-TabsThemeOverride__item,
.vfuk-TabsThemeOverride__responsive .vfuk-TabsThemeOverride__items .vfuk-TabsThemeOverride__item {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: normal;
  height: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px;
}
@media (min-width: 768px) {
  .vfuk-TabsThemeOverride__responsive .vfuk-TabsThemeOverride__items-wrapper .vfuk-TabsThemeOverride__item,
  .vfuk-TabsThemeOverride__responsive .vfuk-TabsThemeOverride__items .vfuk-TabsThemeOverride__item {
    min-width: unset;
  }
}
.vfuk-TabsThemeOverride__responsive .vfuk-TabsThemeOverride__items-wrapper .vfuk-TabsThemeOverride__item.vfuk-TabsThemeOverride__selected:before,
.vfuk-TabsThemeOverride__responsive .vfuk-TabsThemeOverride__items .vfuk-TabsThemeOverride__item.vfuk-TabsThemeOverride__selected:before {
  bottom: 0;
}
.vfuk-TabsThemeOverride__responsive .vfuk-TabsThemeOverride__items-wrapper .vfuk-TabsThemeOverride__item.vfuk-TabsThemeOverride__selected:after,
.vfuk-TabsThemeOverride__responsive .vfuk-TabsThemeOverride__items .vfuk-TabsThemeOverride__item.vfuk-TabsThemeOverride__selected:after {
  bottom: -16px;
}

.vfuk-TabsThemeOverride__responsive.vfuk-TabsThemeOverride__tab-count-2 .vfuk-TabsThemeOverride__item {
  max-width: 50%;
}

.vfuk-TabsThemeOverride__responsive.vfuk-TabsThemeOverride__tab-count-3 .vfuk-TabsThemeOverride__item {
  max-width: 33.3%;
}

.vfuk-TabsThemeOverride__responsive.vfuk-TabsThemeOverride__tab-count-4 .vfuk-TabsThemeOverride__item {
  max-width: 30%;
}@-webkit-keyframes vfuk-CMSTextSection__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-CMSTextSection__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-CMSTextSection__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-CMSTextSection__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-CMSTextSection__image-block-wrapper {
  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;
  padding-bottom: 16px;
}

.vfuk-CMSTextSection__image-mask-size {
  border-radius: 50%;
  overflow: hidden;
  height: 80px;
  width: 80px;
}

.vfuk-CMSTextSection__text-wrapper {
  position: center;
}@-webkit-keyframes vfuk-CMSTravelAbroad__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-CMSTravelAbroad__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-CMSTravelAbroad__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-CMSTravelAbroad__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-CMSTravelAbroad__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ebebeb;
  padding: 48px 16px;
}

.vfuk-CMSTravelAbroad__where,
.vfuk-CMSTravelAbroad__pay,
.vfuk-CMSTravelAbroad__device {
  width: 100%;
  max-width: 608px;
  margin-bottom: 16px;
}

.vfuk-CMSTravelAbroad__searchWrapper {
  max-width: 720px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.vfuk-CMSTravelAbroad__pay {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .vfuk-CMSTravelAbroad__pay {
    margin-bottom: 48px;
  }
}

.vfuk-CMSTravelAbroad__charge-data-container {
  width: 100%;
  max-width: 816px;
  background-color: #ffffff;
  padding: 16px;
  font-size: 16px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
}
@media (min-width: 768px) {
  .vfuk-CMSTravelAbroad__charge-data-container {
    padding: 24px 32px 32px;
    font-size: 18px;
  }
}

.vfuk-CMSTravelAbroad__charge-data-row {
  border-bottom: 1px solid #979797;
  padding: 8px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (min-width: 768px) {
  .vfuk-CMSTravelAbroad__charge-data-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 16px 0;
  }
}

.vfuk-CMSTravelAbroad__no-border {
  border: 0;
  margin-bottom: 0;
}

.vfuk-CMSTravelAbroad__no-padding {
  padding: 0;
}

.vfuk-CMSTravelAbroad__border-bottom {
  border-bottom: 1px solid #979797;
}
.vfuk-CMSTravelAbroad__border-bottom-light {
  border-bottom: 1px solid #ebebeb;
}

.vfuk-CMSTravelAbroad__charge-data-header {
  width: 100%;
  font-weight: bold;
}
@media (min-width: 768px) {
  .vfuk-CMSTravelAbroad__charge-data-header {
    width: 50%;
  }
}

.vfuk-CMSTravelAbroad__charge-data-info {
  width: 100%;
}
@media (min-width: 768px) {
  .vfuk-CMSTravelAbroad__charge-data-info {
    width: 50%;
  }
}

.vfuk-CMSTravelAbroad__charge-data-footer {
  font-size: 14px;
  margin-top: 16px;
}
@media (min-width: 768px) {
  .vfuk-CMSTravelAbroad__charge-data-footer {
    font-size: 16px;
  }
}

.vfuk-CMSTravelAbroad__ul {
  margin: 0;
  padding-left: 16px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .vfuk-CMSTravelAbroad__ul {
    font-size: 16px;
  }
}

.vfuk-CMSTravelAbroad__red {
  color: #e60000;
  text-decoration: underline;
  cursor: pointer;
}

.vfuk-CMSTravelAbroad__comparison {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 16px;
  padding: 0;
  width: 100%;
  background-color: transparent;
}
@media (min-width: 768px) {
  .vfuk-CMSTravelAbroad__comparison {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    background-color: #ebebeb;
    padding: 16px;
  }
}
.vfuk-CMSTravelAbroad__comparison-text {
  min-width: 130px;
}
.vfuk-CMSTravelAbroad__comparison-search {
  width: 100%;
  max-width: 592px;
}

.vfuk-CMSTravelAbroad__chevron-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-line-pack: center;
      align-content: center;
}
.vfuk-CMSTravelAbroad__chevron-icon {
  margin-left: 6px;
  margin-top: 2px;
}@-webkit-keyframes vfuk-Video__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-Video__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-Video__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-Video__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-Video__video {
  padding-top: 56.25%;
  position: relative;
  height: 0;
  max-width: 100%;
  overflow: hidden;
}

.vfuk-Video__iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vfuk-Video__video-container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.vfuk-Video__constrain-width {
  max-width: 800px;
}@-webkit-keyframes vfuk-CMSVideoBanner__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-CMSVideoBanner__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-CMSVideoBanner__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-CMSVideoBanner__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-CMSVideoBanner__video-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.vfuk-CMSVideoBanner__banner-content {
  display: block;
  width: 100%;
  max-width: 1264px;
  margin: 0 auto;
  z-index: 5;
}
@media (min-width: 992px) {
  .vfuk-CMSVideoBanner__banner-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.vfuk-CMSVideoBanner__banner-content-right {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
@media (min-width: 992px) {
  .vfuk-CMSVideoBanner__banner-content-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
  }
}

.vfuk-CMSVideoBanner__banner-content-center {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.vfuk-CMSVideoBanner__banner-content-video {
  margin: 0 auto;
  max-width: 100%;
}
@media (min-width: 992px) {
  .vfuk-CMSVideoBanner__banner-content-video {
    max-width: 800px;
  }
}

.vfuk-CMSVideoBanner__video {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 992px) {
  .vfuk-CMSVideoBanner__video {
    padding: 32px 0;
  }
}

@media (min-width: 992px) {
  .vfuk-CMSVideoBanner__video-right {
    padding-right: 16px;
    padding-left: 32px;
  }
}

@media (min-width: 992px) {
  .vfuk-CMSVideoBanner__video-left {
    padding-left: 16px;
    padding-right: 32px;
  }
}

.vfuk-CMSVideoBanner__video-center {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
@media (min-width: 992px) {
  .vfuk-CMSVideoBanner__video-center {
    padding-bottom: 0;
  }
}

.vfuk-CMSVideoBanner__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px;
}
@media (min-width: 992px) {
  .vfuk-CMSVideoBanner__content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    padding: 32px;
  }
}

.vfuk-CMSVideoBanner__content-left {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .vfuk-CMSVideoBanner__content-left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .vfuk-CMSVideoBanner__content-left {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 16px;
    padding-left: 32px;
  }
}

.vfuk-CMSVideoBanner__content-right {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (min-width: 992px) {
  .vfuk-CMSVideoBanner__content-right {
    padding-left: 16px;
    padding-right: 32px;
  }
}

.vfuk-CMSVideoBanner__content-center {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: 100%;
  -ms-flex-item-align: center;
      align-self: center;
}

.video { /* stylelint-disable-line */
  margin-bottom: 16px;
}

@media (min-width: 992px) {
  .video { /* stylelint-disable-line */
    margin-bottom: 0;
  }
  .video-center { /* stylelint-disable-line */
    margin-bottom: 16px;
  }
}@-webkit-keyframes vfuk-CMSVideoBannerTextBlockOverride__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-CMSVideoBannerTextBlockOverride__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-CMSVideoBannerTextBlockOverride__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-CMSVideoBannerTextBlockOverride__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-CMSVideoBannerTextBlockOverride__textblock {
  width: 100%;
}

.vfuk-CMSVideoBannerTextBlockOverride__textblock-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.vfuk-CMSVideoBannerTextBlockOverride__textblock-center {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}@-webkit-keyframes vfuk-CMSCustomFooter__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-CMSCustomFooter__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-CMSCustomFooter__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-CMSCustomFooter__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
footer {
  background: #ffffff;
  padding: 20px 0;
}

.vfuk-CMSCustomFooter__heading {
  padding: 0 30px;
}
@media (min-width: 768px) {
  .vfuk-CMSCustomFooter__heading {
    padding: 0 10px;
  }
}
@media (min-width: 992px) {
  .vfuk-CMSCustomFooter__heading {
    padding: 0 30px;
  }
}
@media (min-width: 1441px) {
  .vfuk-CMSCustomFooter__heading {
    padding: 0 55px;
  }
}

@media (min-width: 768px) {
  .vfuk-CMSCustomFooter__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    justify-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.vfuk-CMSCustomFooter__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 30px;
  border-right: 1px solid lightgray;
}
@media (min-width: 768px) {
  .vfuk-CMSCustomFooter__item {
    padding: 0 10px;
  }
}
@media (min-width: 992px) {
  .vfuk-CMSCustomFooter__item {
    padding: 0 30px;
  }
}
@media (min-width: 1441px) {
  .vfuk-CMSCustomFooter__item {
    padding: 0 55px;
  }
}
.vfuk-CMSCustomFooter__item:last-child {
  border-right: 0;
}
.vfuk-CMSCustomFooter__item a {
  padding: 4px 0;
  font-size: 16px;
}
@media (min-width: 992px) {
  .vfuk-CMSCustomFooter__item a {
    font-size: 18px;
  }
}@-webkit-keyframes vfuk-Checkbox__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-Checkbox__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-Checkbox__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-Checkbox__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-Checkbox__disabled {
  opacity: 0.5;
}

.vfuk-Checkbox__error {
  border-color: #e60000;
  color: #e60000;
}

.vfuk-Checkbox__wrapper {
  position: relative;
}

.vfuk-Checkbox__required {
  color: #e60000;
}

.vfuk-Checkbox__label {
  display: block;
  padding: 0.34375rem 0 0.34375rem 3rem;
  overflow-wrap: break-word;
  word-wrap: break-word;
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .vfuk-Checkbox__label {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (min-width: 768px) {
  .vfuk-Checkbox__label {
    padding: 0.28125rem 0 0.28125rem 3rem;
  }
}
.vfuk-Checkbox__label:before {
  border: 0.0625rem solid #999999;
  background-color: #ffffff;
  border-radius: 0.1875rem;
  content: "";
  height: 2rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 2rem;
}
.vfuk-Checkbox__label:after {
  content: "";
  border: 0.125rem solid #333333;
  border-left: 0;
  border-top: 0;
  height: 1rem;
  left: 0.875rem;
  opacity: 0;
  position: absolute;
  top: 0.375rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
  width: 0.3125rem;
}

.vfuk-Checkbox__checkbox {
  height: 2rem;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 2rem;
}
.vfuk-Checkbox__checkbox:checked + label:after {
  opacity: 1;
}
.vfuk-Checkbox__checkbox:focus + label:before {
  -webkit-box-shadow: 0 0 0 3px #00b0ca;
          box-shadow: 0 0 0 3px #00b0ca;
  outline: 3px solid transparent;
}

.vfuk-Checkbox__center-container {
  text-align: center;
}
.vfuk-Checkbox__center-wrapper {
  display: inline-block;
}@-webkit-keyframes vfuk-Container__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-Container__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-Container__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-Container__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-Container__container {
  margin: 0 auto;
  width: 100%;
  max-width: 1441px;
}
.vfuk-Container__container.vfuk-Container__full-height {
  height: 100%;
}@-webkit-keyframes vfuk-ContentLoader__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-ContentLoader__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-ContentLoader__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-ContentLoader__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
/* stylelint-disable */

/* stylelint-enable */
.vfuk-ContentLoader__content-loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: linear-gradient(-90deg, #dddddd 0, #e8e8e8 40px, #dddddd 80px);
  background-color: #494949;
  border-radius: 5px;
  margin: 8px 0;
  background-size: 400% 400%;
  -webkit-animation: vfuk-ContentLoader__shine-lines 2s linear infinite;
          animation: vfuk-ContentLoader__shine-lines 2s linear infinite;
}
@media (min-width: 768px) {
  .vfuk-ContentLoader__content-loader {
    margin: 8px 0;
  }
}

@-webkit-keyframes vfuk-ContentLoader__shine-lines {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: -100% 0%;
  }
}

@keyframes vfuk-ContentLoader__shine-lines {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: -100% 0%;
  }
}@-webkit-keyframes vfuk-CountryFlag__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-CountryFlag__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-CountryFlag__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-CountryFlag__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-CountryFlag__wrapper {
  display: inline-block;
  stroke: none;
  stroke-width: 0;
}

.vfuk-CountryFlag__size-1 {
  height: 16px;
  width: 16px;
}
@media (min-width: 768px) {
  .vfuk-CountryFlag__size-1 {
    height: 16px;
    width: 16px;
  }
}
@media (min-width: 992px) {
  .vfuk-CountryFlag__size-1 {
    height: 16px;
    width: 16px;
  }
}

.vfuk-CountryFlag__size-2 {
  height: 16px;
  width: 16px;
}
@media (min-width: 768px) {
  .vfuk-CountryFlag__size-2 {
    height: 24px;
    width: 24px;
  }
}
@media (min-width: 992px) {
  .vfuk-CountryFlag__size-2 {
    height: 24px;
    width: 24px;
  }
}

.vfuk-CountryFlag__size-3 {
  height: 24px;
  width: 24px;
}
@media (min-width: 768px) {
  .vfuk-CountryFlag__size-3 {
    height: 32px;
    width: 32px;
  }
}
@media (min-width: 992px) {
  .vfuk-CountryFlag__size-3 {
    height: 32px;
    width: 32px;
  }
}

.vfuk-CountryFlag__size-4 {
  height: 24px;
  width: 24px;
}
@media (min-width: 768px) {
  .vfuk-CountryFlag__size-4 {
    height: 32px;
    width: 32px;
  }
}
@media (min-width: 992px) {
  .vfuk-CountryFlag__size-4 {
    height: 40px;
    width: 40px;
  }
}

.vfuk-CountryFlag__size-5 {
  height: 32px;
  width: 32px;
}
@media (min-width: 768px) {
  .vfuk-CountryFlag__size-5 {
    height: 40px;
    width: 40px;
  }
}
@media (min-width: 992px) {
  .vfuk-CountryFlag__size-5 {
    height: 48px;
    width: 48px;
  }
}

.vfuk-CountryFlag__size-6 {
  height: 40px;
  width: 40px;
}
@media (min-width: 768px) {
  .vfuk-CountryFlag__size-6 {
    height: 48px;
    width: 48px;
  }
}
@media (min-width: 992px) {
  .vfuk-CountryFlag__size-6 {
    height: 64px;
    width: 64px;
  }
}

.vfuk-CountryFlag__size-7 {
  height: 48px;
  width: 48px;
}
@media (min-width: 768px) {
  .vfuk-CountryFlag__size-7 {
    height: 56px;
    width: 56px;
  }
}
@media (min-width: 992px) {
  .vfuk-CountryFlag__size-7 {
    height: 80px;
    width: 80px;
  }
}

.vfuk-CountryFlag__size-8 {
  height: 56px;
  width: 56px;
}
@media (min-width: 768px) {
  .vfuk-CountryFlag__size-8 {
    height: 64px;
    width: 64px;
  }
}
@media (min-width: 992px) {
  .vfuk-CountryFlag__size-8 {
    height: 96px;
    width: 96px;
  }
}@-webkit-keyframes vfuk-SearchSuggestion__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-SearchSuggestion__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-SearchSuggestion__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-SearchSuggestion__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-SearchSuggestion__icon {
  margin-right: 10px;
}

.vfuk-SearchSuggestion__container {
  position: relative;
  background-color: #ffffff;
}
.vfuk-SearchSuggestion__container ol,
.vfuk-SearchSuggestion__container ul {
  padding-left: 0;
  list-style-type: none;
}
.vfuk-SearchSuggestion__container ul {
  margin-bottom: 0;
}
.vfuk-SearchSuggestion__container input {
  width: 100%;
}

.vfuk-SearchSuggestion__input {
  width: 240px;
  height: 43px;
  padding: 8px;
  font-weight: 400;
  font-size: 18px;
  border: 1px solid #afafaf;
  border-radius: 1px;
}
.vfuk-SearchSuggestion__input:focus {
  outline: none;
}

.vfuk-SearchSuggestion__suggestionsList {
  overflow: hidden;
  overflow-y: auto;
  max-height: 314px;
  border: 1px solid #afafaf;
  border-top-width: 0;
}

.vfuk-SearchSuggestion__suggestion {
  cursor: pointer;
  font-size: 18px;
}

.vfuk-SearchSuggestion__suggestion:not(:first-child) {
  border-top: 1px solid #ebebeb;
}

.vfuk-SearchSuggestion__suggestionHighlighted {
  background-color: #666666;
  color: #ffffff;
}

.vfuk-SearchSuggestion__name {
  margin-left: 8px;
  line-height: 45px;
}@-webkit-keyframes vfuk-CountrySearch__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-CountrySearch__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-CountrySearch__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-CountrySearch__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-CountrySearch__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .vfuk-CountrySearch__wrapper {
    max-width: 485px;
  }
}
@media (min-width: 992px) {
  .vfuk-CountrySearch__wrapper {
    max-width: 608px;
  }
}

.vfuk-CountrySearch__noresult {
  height: 43px;
  font-size: 18px;
  border: 1px solid #afafaf;
  border-top-width: 0;
  border-radius: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10px;
  background-color: #ffffff;
  -webkit-box-shadow: 5px 10px 20px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 5px 10px 20px 0 rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.vfuk-CountrySearch__input-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.vfuk-CountrySearch__icon-input {
  position: absolute;
  right: 10px;
  top: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.vfuk-CountrySearch__icon {
  margin-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.vfuk-CountrySearch__suggestion {
  padding: 4px 8px;
}

.vfuk-CountrySearch__suggestion-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-repeat: no-repeat;
  min-height: 43px;
}@-webkit-keyframes vfuk-DateCountdown__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-DateCountdown__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-DateCountdown__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-DateCountdown__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-DateCountdown__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  color: #ffffff;
}
@media (min-width: 768px) {
  .vfuk-DateCountdown__wrapper {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  .vfuk-DateCountdown__wrapper {
    font-size: 40px;
  }
}
.vfuk-DateCountdown__wrapper-dark {
  color: #333333;
}
.vfuk-DateCountdown__wrapper-promotion1 {
  color: #9c2aa0;
}

.vfuk-DateCountdown__sm {
  font-size: 18px;
}

@media (min-width: 768px) {
  .vfuk-DateCountdown__md {
    font-size: 28px;
  }
}

@media (min-width: 992px) {
  .vfuk-DateCountdown__lg {
    font-size: 40px;
  }
}

.vfuk-DateCountdown__digit {
  font-weight: bold;
  text-align: center;
  margin: auto 1px;
  padding: 0 4px;
  color: #333333;
  background-color: #ffffff;
  height: 24px;
  width: 15px;
  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;
  border-radius: 2px;
}
@media (min-width: 768px) {
  .vfuk-DateCountdown__digit {
    height: 32px;
    width: 18px;
    margin: auto 1px;
  }
}
@media (min-width: 992px) {
  .vfuk-DateCountdown__digit {
    height: 48px;
    width: 30px;
  }
}
.vfuk-DateCountdown__digit-sm {
  height: 24px;
  width: 15px;
  margin: auto 1px;
  padding: 0 4px;
}
@media (min-width: 768px) {
  .vfuk-DateCountdown__digit-md {
    height: 32px;
    width: 18px;
    margin: auto 1px;
  }
}
@media (min-width: 992px) {
  .vfuk-DateCountdown__digit-lg {
    height: 48px;
    width: 30px;
  }
}
.vfuk-DateCountdown__digit-dark {
  background-color: #333333;
  color: #ffffff;
}
.vfuk-DateCountdown__digit-promotion1 {
  background-color: #9c2aa0;
  color: #ffffff;
}

.vfuk-DateCountdown__digit-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.vfuk-DateCountdown__prefix {
  margin-right: 2px;
}

.vfuk-DateCountdown__suffix {
  margin-left: 2px;
}

.vfuk-DateCountdown__subtext {
  display: none;
  height: 16px;
  max-width: 66px;
  font-size: 16px;
  text-align: center;
  margin: 0 auto;
}
.vfuk-DateCountdown__subtext-sm {
  font-size: 12px;
}
.vfuk-DateCountdown__subtext-md {
  font-size: 12px;
}
@media (min-width: 992px) {
  .vfuk-DateCountdown__subtext {
    display: block;
  }
}

.vfuk-DateCountdown__colon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
}
@media (min-width: 768px) {
  .vfuk-DateCountdown__colon-md {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  .vfuk-DateCountdown__colon-lg {
    font-size: 40px;
  }
}
.vfuk-DateCountdown__colon-dark {
  color: #333333;
}
.vfuk-DateCountdown__colon-promotion1 {
  color: #9c2aa0;
}
@media (min-width: 992px) {
  .vfuk-DateCountdown__colon-with-subtext {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}@-webkit-keyframes vfuk-List__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-List__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-List__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-List__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-List__listItem {
  list-style-position: inside;
  line-height: 1.3333;
}

.vfuk-List__unordered {
  list-style-type: disc;
}

.vfuk-List__ordered {
  list-style-type: decimal;
}

.vfuk-List__none {
  list-style-type: none;
}

.vfuk-List__wrapper {
  vertical-align: middle;
}@-webkit-keyframes vfuk-Loading__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-Loading__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-Loading__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-Loading__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-Loading__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.vfuk-Loading__wrapper-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.vfuk-Loading__wrapper-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.vfuk-Loading__spinner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.vfuk-Loading__spinner-wrapper-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.vfuk-Loading__spinner-wrapper-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.vfuk-Loading__content {
  vertical-align: top;
}
.vfuk-Loading__content-center {
  display: block;
  text-align: center;
}
.vfuk-Loading__content-left {
  display: inline-block;
}
.vfuk-Loading__content-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.vfuk-Loading__content-xs {
  line-height: 12px;
}
@media (min-width: 768px) {
  .vfuk-Loading__content-xs {
    line-height: 14px;
  }
}
@media (min-width: 992px) {
  .vfuk-Loading__content-xs {
    line-height: 16px;
  }
}
.vfuk-Loading__content-sm {
  line-height: 20px;
}
@media (min-width: 768px) {
  .vfuk-Loading__content-sm {
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  .vfuk-Loading__content-sm {
    line-height: 28px;
  }
}
.vfuk-Loading__content-md {
  line-height: 28px;
}
@media (min-width: 768px) {
  .vfuk-Loading__content-md {
    line-height: 32px;
  }
}
@media (min-width: 992px) {
  .vfuk-Loading__content-md {
    line-height: 36px;
  }
}
.vfuk-Loading__content-lg {
  line-height: 40px;
}
@media (min-width: 768px) {
  .vfuk-Loading__content-lg {
    line-height: 48px;
  }
}
@media (min-width: 992px) {
  .vfuk-Loading__content-lg {
    line-height: 56px;
  }
}@-webkit-keyframes vfuk-Radio__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-Radio__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-Radio__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-Radio__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-Radio__input-wrapper {
  position: relative;
}

.vfuk-Radio__label {
  display: block;
  padding: 0.34375rem 0;
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .vfuk-Radio__label {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (min-width: 768px) {
  .vfuk-Radio__label {
    padding: 0.28125rem 0;
  }
}
.vfuk-Radio__label:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #999999;
  border-radius: 50%;
  content: "";
  height: 2rem;
  position: absolute;
  top: 0;
  width: 2rem;
  background: #ffffff;
}
.vfuk-Radio__label:after {
  content: "";
  background-color: #428600;
  border-radius: 50%;
  height: 1rem;
  opacity: 0;
  position: absolute;
  top: 0.5rem;
  -webkit-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
  width: 1rem;
}

.vfuk-Radio__input {
  font-size: 1rem;
  height: 2rem;
  left: 0;
  opacity: 0;
  margin: 0;
  padding: 1px;
  position: absolute;
  top: 0;
  width: 2rem;
}
.vfuk-Radio__input:checked + label:before {
  border-color: #428600;
}
.vfuk-Radio__input:checked + label:after {
  opacity: 1;
}
.vfuk-Radio__input:focus + label:before {
  -webkit-box-shadow: 0 0 0 3px #00b0ca;
          box-shadow: 0 0 0 3px #00b0ca;
  outline: 3px solid transparent;
}

.vfuk-Radio__wrapper-disabled {
  opacity: 0.7;
}
.vfuk-Radio__wrapper-disabled .vfuk-Radio__label {
  cursor: inherit;
}

.vfuk-Radio__align-left {
  text-align: left;
  padding-left: 3rem;
}
.vfuk-Radio__align-left .vfuk-Radio__label:before {
  left: 0;
}
.vfuk-Radio__align-left .vfuk-Radio__label:after {
  left: 0.5rem;
}

.vfuk-Radio__align-center {
  text-align: center;
}
.vfuk-Radio__align-center .vfuk-Radio__label {
  display: block;
  padding-top: 2.5rem;
}
.vfuk-Radio__align-center .vfuk-Radio__label:before {
  left: 50%;
  margin-left: -1rem;
}
.vfuk-Radio__align-center .vfuk-Radio__label:after {
  left: 50%;
  margin-left: -0.5rem;
}@-webkit-keyframes vfuk-Sandwich__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-Sandwich__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-Sandwich__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-Sandwich__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-Sandwich__main {
  display: block;
  font-size: 25px;
  line-height: 1.25;
  font-weight: bold;
}

.vfuk-Sandwich__normal {
  font-size: 20px;
}

.vfuk-Sandwich__prefix {
  font-size: 18px;
  line-height: 1.33;
}

.vfuk-Sandwich__suffix {
  line-height: 1.33;
  display: block;
}

.vfuk-Sandwich__suffix2 {
  line-height: 1.33;
  display: block;
}

.vfuk-Sandwich__no-block {
  display: inline;
}

.vfuk-Sandwich__inherit {
  color: currentColor;
}

.vfuk-Sandwich__red {
  color: #e60000;
}

.vfuk-Sandwich__dark {
  color: #000000;
}

.vfuk-Sandwich__blue {
  color: #007c92;
}

.vfuk-Sandwich__brand {
  color: #e60000;
}

.vfuk-Sandwich__grey {
  color: #666666;
}

.vfuk-Sandwich__light-grey {
  color: #cccccc;
}

.vfuk-Sandwich__white {
  color: #ffffff;
}

@media (min-width: 768px) {
  .vfuk-Sandwich__main {
    font-size: 32px;
    line-height: 1.2;
  }
  .vfuk-Sandwich__normal {
    line-height: 1.33;
  }
}
@media (min-width: 992px) {
  .vfuk-Sandwich__main {
    font-size: 40px;
  }
}
@media (min-width: 992px) and (-ms-high-contrast: none), (min-width: 992px) and (-ms-high-contrast: active) {
  .vfuk-Sandwich__main {
    font-size: 32px;
  }
}@-webkit-keyframes vfuk-Select__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-Select__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-Select__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-Select__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-Select__container {
  position: relative;
  overflow: hidden;
  display: inline-block;
  border: 1px solid #999999;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #ffffff;
  margin-bottom: 8px;
}
.vfuk-Select__container:before, .vfuk-Select__container:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 50%;
  margin-top: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
}
.vfuk-Select__container:before {
  top: calc(50% + 2px);
  border-color: #999999 transparent transparent transparent;
}
.vfuk-Select__container:after {
  border-color: #ffffff transparent transparent transparent;
}

.vfuk-Select__warn {
  color: #fecb00;
  border-color: #fecb00;
}

.vfuk-Select__error {
  color: #e60000;
  border-color: #e60000;
}

.vfuk-Select__width-auto {
  width: auto;
}

.vfuk-Select__width-full {
  width: 100%;
}

.vfuk-Select__label {
  display: block;
  margin-bottom: 8px;
}

.vfuk-Select__select {
  position: relative;
  z-index: 2;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  border: none;
  background-color: transparent;
  width: 100%;
  padding: 8px 32px 8px 8px;
}
.vfuk-Select__select::-ms-expand {
  display: none;
}

.vfuk-Select__erroMessage {
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .vfuk-Select__erroMessage {
    font-size: 16px;
    font-size: 1rem;
  }
}@-webkit-keyframes vfuk-Span__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-Span__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-Span__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-Span__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-Span__block {
  display: block;
}

.vfuk-Span__inline {
  display: inline;
}

.vfuk-Span__inline-block {
  display: inline-block;
}

.vfuk-Span__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.vfuk-Span__inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}@-webkit-keyframes vfuk-Tooltip__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-Tooltip__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-Tooltip__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-Tooltip__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-Tooltip__popper-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ebebeb;
  color: #000000;
  border-radius: 2.5px;
  max-width: 320px;
  margin: 0.6rem;
  padding: 0.5rem;
  text-align: center;
  position: relative;
  font-size: 0.8rem;
}
.vfuk-Tooltip__popper-box[data-appearance*=dark] {
  background-color: #333333;
  color: #ffffff;
}
.vfuk-Tooltip__popper-box[data-font-size*=lg] {
  font-size: 16px;
  line-height: 20px;
}

.vfuk-Tooltip__arrow {
  position: absolute;
  width: 3rem;
  height: 3rem;
}
.vfuk-Tooltip__arrow[data-placement*=bottom] {
  top: 0;
  left: 0;
  margin-top: -0.5rem;
  width: 3rem;
  height: 1rem;
}
.vfuk-Tooltip__arrow[data-placement*=bottom]:before {
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #ebebeb transparent;
}
.vfuk-Tooltip__arrow[data-placement*=top] {
  bottom: 0;
  left: 0;
  margin-bottom: -1rem;
  width: 3rem;
  height: 1rem;
}
.vfuk-Tooltip__arrow[data-placement*=top]:before {
  border-width: 8px 8px 0 8px;
  border-color: #ebebeb transparent transparent transparent;
}
.vfuk-Tooltip__arrow[data-placement*=right] {
  left: 0;
  margin-left: -0.7rem;
  height: 1rem;
  width: 1rem;
}
.vfuk-Tooltip__arrow[data-placement*=right]:before {
  border-width: 8px 8px 8px 0;
  border-color: transparent #ebebeb transparent transparent;
}
.vfuk-Tooltip__arrow[data-placement*=left] {
  right: 0;
  margin-right: -0.7rem;
  height: 1rem;
  width: 1rem;
}
.vfuk-Tooltip__arrow[data-placement*=left]:before {
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #ebebeb;
}
.vfuk-Tooltip__arrow[data-appearance*=dark]:before {
  border-color: transparent #333333 transparent transparent;
}
.vfuk-Tooltip__arrow:before {
  content: "";
  margin: auto;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
}@-webkit-keyframes vfuk-Advert__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-Advert__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-Advert__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-Advert__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-Advert__link {
  text-decoration: none;
  display: block;
}

.vfuk-Advert__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .vfuk-Advert__heading {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.vfuk-Advert__heading h3 {
  width: auto;
}

.vfuk-Advert__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 16px;
  position: relative;
  width: 100%;
}
.vfuk-Advert__content .vfuk-Advert__text {
  font-weight: 200;
  width: 100%;
}
.vfuk-Advert__content .vfuk-Advert__text p {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .vfuk-Advert__content {
    width: 75%;
  }
}
@media (min-width: 992px) {
  .vfuk-Advert__content {
    width: 67%;
  }
}
.vfuk-Advert__content-right {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.vfuk-Advert__content-right .vfuk-Advert__heading,
.vfuk-Advert__content-right .vfuk-Advert__text {
  text-align: right;
  -ms-flex-line-pack: end;
      align-content: flex-end;
}

.vfuk-Advert__children {
  margin: 8px 0 0;
}

.vfuk-Advert__image {
  position: relative;
  overflow: hidden;
  background-color: inherit;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-size: cover;
  width: 100%;
  min-height: 110px;
}
@media (min-width: 768px) {
  .vfuk-Advert__image {
    width: 25%;
  }
}
@media (min-width: 992px) {
  .vfuk-Advert__image {
    width: 33%;
  }
}
@media (min-width: 768px) {
  .vfuk-Advert__image-left:after {
    content: "";
    position: absolute;
    top: 0;
    right: -35px;
    width: 35%;
    height: 100%;
    background: inherit;
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
    z-index: 1;
  }
}
@media (min-width: 768px) {
  .vfuk-Advert__image-right:before {
    content: "";
    position: absolute;
    top: 0;
    left: -22px;
    width: 35%;
    height: 100%;
    background: inherit;
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
    z-index: 1;
  }
}
.vfuk-Advert__image > div {
  height: 100%;
  -webkit-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.vfuk-Advert__image > div:hover, .vfuk-Advert__image > div:focus {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.vfuk-Advert__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  max-width: 1441px;
}
.vfuk-Advert__wrapper .vfuk-Advert__icon {
  -ms-flex-item-align: center;
      align-self: center;
  padding-left: 5px;
}
@media (min-width: 768px) {
  .vfuk-Advert__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    min-height: 110px;
    overflow: hidden;
  }
}
.vfuk-Advert__wrapper:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}@-webkit-keyframes vfuk-ArticleCard__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-ArticleCard__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-ArticleCard__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-ArticleCard__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-ArticleCard__image-block-wrapper {
  position: relative;
  overflow: hidden;
}

.vfuk-ArticleCard__secondary-image-wrapper,
.vfuk-ArticleCard__icon-wrapper {
  position: absolute;
  bottom: 0;
  width: 320px;
  height: 249px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.vfuk-ArticleCard__secondary-image-wrapper.vfuk-ArticleCard__left,
.vfuk-ArticleCard__icon-wrapper.vfuk-ArticleCard__left {
  left: 0;
}
.vfuk-ArticleCard__secondary-image-wrapper.vfuk-ArticleCard__right,
.vfuk-ArticleCard__icon-wrapper.vfuk-ArticleCard__right {
  right: 0;
}

.vfuk-ArticleCard__icon-wrapper {
  right: 0;
}

.vfuk-ArticleCard__secondary-detail {
  font-weight: 200;
}

.vfuk-ArticleCard__article-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 96%;
          flex: 1 0 96%;
  max-width: 560px;
}

.vfuk-ArticleCard__flex {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.vfuk-ArticleCard__button {
  margin: 0 auto;
}@-webkit-keyframes vfuk-BlockCard__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-BlockCard__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-BlockCard__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-BlockCard__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-BlockCard__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 8px 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
}
@media (min-width: 768px) {
  .vfuk-BlockCard__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .vfuk-BlockCard__wrapper.vfuk-BlockCard__right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.vfuk-BlockCard__image-wrapper {
  padding: 16px 8px 0;
}
.vfuk-BlockCard__image-wrapper .vfuk-BlockCard__image {
  min-width: 208px;
  position: relative;
}
@media (min-width: 768px) {
  .vfuk-BlockCard__image-wrapper .vfuk-BlockCard__image {
    max-width: 208px;
  }
}

.vfuk-BlockCard__content {
  padding: 16px 8px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}@-webkit-keyframes vfuk-Card__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-Card__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-Card__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-Card__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-Card__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  text-decoration: none;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
}

.vfuk-Card__chevron > span {
  vertical-align: bottom;
}

.vfuk-Card__detail {
  padding-top: 8px;
  font-weight: bold;
}
.vfuk-Card__detail span {
  font-weight: normal;
}

.vfuk-Card__image-space {
  min-height: 249px;
}

.vfuk-Card__circle {
  text-align: center;
}
.vfuk-Card__circle h4 {
  text-align: inherit;
}
.vfuk-Card__circle .vfuk-Card__primary {
  overflow: hidden;
  margin: 40px auto 0 auto;
  border-radius: 50%;
  height: auto;
  width: 36%;
}
.vfuk-Card__circle .vfuk-Card__primary img {
  display: block;
}

a.vfuk-Card__wrapper .vfuk-Card__primary {
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
a.vfuk-Card__wrapper:hover .vfuk-Card__primary, a.vfuk-Card__wrapper:focus .vfuk-Card__primary {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.vfuk-Card__top {
  position: relative;
  min-height: 40px;
  overflow: hidden;
}
.vfuk-Card__top .vfuk-Card__secondary {
  position: absolute;
  bottom: 0;
  right: 0;
}
.vfuk-Card__top.vfuk-Card__no-shout {
  min-height: 0;
}
@media (min-width: 768px) {
  .vfuk-Card__top.vfuk-Card__no-shout {
    min-height: 40px;
  }
}
.vfuk-Card__top.vfuk-Card__no-shouts {
  min-height: 0;
}

.vfuk-Card__bottom {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 16px;
}
@media (min-width: 768px) {
  .vfuk-Card__bottom {
    padding: 16px 24px 24px;
  }
}

.vfuk-Card__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.vfuk-Card__hidden {
  display: none;
}
@media (min-width: 768px) {
  .vfuk-Card__hidden {
    display: block;
  }
}@-webkit-keyframes vfuk-CheckboxList__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-CheckboxList__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-CheckboxList__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-CheckboxList__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-CheckboxList__checkbox-list {
  display: block;
}
.vfuk-CheckboxList__checkbox-list__error-message {
  color: #e60000;
  margin-bottom: 8px;
}
.vfuk-CheckboxList__checkbox-list__list-item {
  margin-bottom: 8px;
}
.vfuk-CheckboxList__checkbox-list__list-item:last-child {
  margin-bottom: 0;
}
.vfuk-CheckboxList__checkbox-list__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.vfuk-CheckboxList__checkbox-list__list--horizontal .vfuk-CheckboxList__checkbox-list__list-item {
  margin-bottom: 0;
}
.vfuk-CheckboxList__checkbox-list__legend--hidden {
  visibility: hidden;
  width: 0;
  height: 0;
  margin: 0;
}

.vfuk-CheckboxList__inline-button {
  display: inline-block;
  margin-right: 8px;
}
.vfuk-CheckboxList__inline-button:last-child {
  margin-right: 0;
}@-webkit-keyframes vfuk-CircleCard__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-CircleCard__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-CircleCard__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-CircleCard__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-CircleCard__image-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}

.vfuk-CircleCard__image {
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  margin-top: 24px;
  width: 112px;
  height: 112px;
}
@media (min-width: 768px) {
  .vfuk-CircleCard__image {
    width: 136px;
    height: 136px;
  }
}
@media (min-width: 768px) {
  .vfuk-CircleCard__image-large {
    width: 208px;
    height: 208px;
  }
}
.vfuk-CircleCard__image img {
  display: block;
}@-webkit-keyframes vfuk-CircleCardBlockContainerOverride__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-CircleCardBlockContainerOverride__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-CircleCardBlockContainerOverride__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-CircleCardBlockContainerOverride__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-CircleCardBlockContainerOverride__block-container {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-width: 0;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  max-width: 560px;
}@-webkit-keyframes vfuk-ConfirmationCheckbox__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-ConfirmationCheckbox__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-ConfirmationCheckbox__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-ConfirmationCheckbox__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-ConfirmationCheckbox__content {
  margin-bottom: 8px;
}@-webkit-keyframes vfuk-ContentWithIcon__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-ContentWithIcon__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-ContentWithIcon__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-ContentWithIcon__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-ContentWithIcon__wrapper-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.vfuk-ContentWithIcon__wrapper-a {
  text-decoration: none;
  display: inline-block;
  margin: 8px;
}
.vfuk-ContentWithIcon__wrapper-a:hover, .vfuk-ContentWithIcon__wrapper-a:focus {
  color: #e60000;
}
@media (min-width: 768px) {
  .vfuk-ContentWithIcon__wrapper-a {
    margin: 8px 0 0;
  }
}

.vfuk-ContentWithIcon__wrapper-left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.vfuk-ContentWithIcon__wrapper-center {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

.vfuk-ContentWithIcon__icon-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.vfuk-ContentWithIcon__icon-position-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.vfuk-ContentWithIcon__icon-position-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.vfuk-ContentWithIcon__icon-position-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.vfuk-ContentWithIcon__content {
  padding: 0;
  width: 100%;
}

.vfuk-ContentWithIcon__gap-spacing-sm .vfuk-ContentWithIcon__icon-left {
  padding-right: 0;
}
.vfuk-ContentWithIcon__gap-spacing-sm .vfuk-ContentWithIcon__icon-center {
  padding-bottom: 0;
}

.vfuk-ContentWithIcon__gap-spacing-md .vfuk-ContentWithIcon__icon-left {
  padding-right: 16px;
}
.vfuk-ContentWithIcon__gap-spacing-md .vfuk-ContentWithIcon__icon-center {
  padding-bottom: 16px;
}

.vfuk-ContentWithIcon__gap-spacing-lg .vfuk-ContentWithIcon__icon-left {
  padding-right: 24px;
}
.vfuk-ContentWithIcon__gap-spacing-lg .vfuk-ContentWithIcon__icon-center {
  padding-bottom: 24px;
}@-webkit-keyframes vfuk-DatePicker__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-DatePicker__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-DatePicker__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-DatePicker__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-DatePicker__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.vfuk-DatePicker__select-box-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

.vfuk-DatePicker__select-box {
  margin-right: 8px;
}
@media (min-width: 768px) {
  .vfuk-DatePicker__select-box {
    margin-right: 16px;
  }
}
.vfuk-DatePicker__select-box.vfuk-DatePicker__select-box__auto {
  min-width: auto;
}
@media (min-width: 768px) {
  .vfuk-DatePicker__select-box.vfuk-DatePicker__select-box__auto {
    width: 104px;
  }
}
@media (min-width: 992px) {
  .vfuk-DatePicker__select-box.vfuk-DatePicker__select-box__auto {
    width: 192px;
  }
}
.vfuk-DatePicker__select-box.vfuk-DatePicker__select-box__full {
  width: 100%;
}

.vfuk-DatePicker__select-box:last-child {
  margin-right: 0;
}

.vfuk-DatePicker__success {
  color: #428600;
}

.vfuk-DatePicker__warn {
  color: #fecb00;
}

.vfuk-DatePicker__error {
  color: #e60000;
}

.vfuk-DatePicker__legend {
  font-size: 18px;
  display: block;
  margin-bottom: 8px;
  font-weight: 700;
}

.vfuk-DatePicker__width-auto {
  width: auto;
}

.vfuk-DatePicker__width-full {
  width: 100%;
}

.vfuk-DatePicker__validation-message {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 8px;
}
@media (min-width: 768px) {
  .vfuk-DatePicker__validation-message {
    font-size: 16px;
    font-size: 1rem;
  }
}

.vfuk-DatePicker__sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}@-webkit-keyframes vfuk-Select__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-Select__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-Select__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-Select__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-Select__select-wrapper {
  position: relative;
  display: inline-block;
  border: none;
  outline: 1px solid #999999;
  outline-offset: -1px;
  background-color: #ffffff;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .vfuk-Select__select-wrapper {
    font-size: 16px;
    font-size: 1rem;
  }
}
.vfuk-Select__select-wrapper:before, .vfuk-Select__select-wrapper:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 50%;
  margin-top: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
}
.vfuk-Select__select-wrapper:before {
  top: calc(50% + 2px);
  border-color: #999999 transparent transparent transparent;
}
.vfuk-Select__select-wrapper:after {
  border-color: #ffffff transparent transparent transparent;
}

.vfuk-Select__select {
  position: relative;
  z-index: 2;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  border: none;
  border-radius: 0;
  font-size: 16px;
  background-color: transparent;
  width: 100%;
  height: 48px;
  padding: 8px 32px 8px 16px;
  color: #333333;
  -webkit-transition: outline-width 0.1s ease-in-out;
  transition: outline-width 0.1s ease-in-out;
}
.vfuk-Select__select::-ms-expand {
  display: none;
}
.vfuk-Select__select:focus {
  outline-offset: 1px;
}

.vfuk-Select__select-placeholder {
  color: #686868;
}

.vfuk-Select__success {
  outline: 2px solid #428600;
  outline-offset: -2px;
}

.vfuk-Select__warn {
  outline: 2px solid #fecb00;
  outline-offset: -2px;
}

.vfuk-Select__error {
  outline: 2px solid #e60000;
  outline-offset: -2px;
}

.vfuk-Select__width-auto {
  width: auto;
}

.vfuk-Select__width-full {
  width: 100%;
}@-webkit-keyframes vfuk-Flyout__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-Flyout__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-Flyout__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-Flyout__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-Flyout__content-wrap {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  height: 100vh;
}
.vfuk-Flyout__content-wrap.vfuk-Flyout__is-overflow-scrollable {
  overflow: scroll;
}
@media (min-width: 768px) {
  .vfuk-Flyout__content-wrap {
    max-width: 512px;
    max-height: 490px;
  }
}
@media (min-width: 992px) {
  .vfuk-Flyout__content-wrap {
    max-width: 512px;
  }
}

.vfuk-Flyout__content {
  padding: 8px;
}

.vfuk-Flyout__handle {
  padding: 8px;
  text-align: center;
  cursor: pointer;
  width: 60px;
  position: absolute;
  top: 0;
  z-index: 1;
}
.vfuk-Flyout__handle.vfuk-Flyout__is-closed {
  top: 0;
}
.vfuk-Flyout__handle span {
  width: 100%;
  padding: 2px 6px;
  height: auto;
}
.vfuk-Flyout__handle span svg {
  max-height: 32px;
}

.vfuk-Flyout__handle-text {
  font-size: 18px;
  margin: 0;
}
@media (min-width: 768px) {
  .vfuk-Flyout__handle-text {
    margin: 0 0 16px;
  }
}

.vfuk-Flyout__handle-skinny {
  -webkit-box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.5);
  clip: rect(-30px, 100px, 160px, -30px);
  padding: 8px, 24px;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  cursor: pointer;
  height: 100px;
  width: 24px;
  position: absolute;
  top: -2px;
  z-index: 1;
  padding-left: 0;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
          transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
@media (min-width: 768px) {
  .vfuk-Flyout__handle-skinny {
    height: 140px;
    width: 30px;
  }
}
.vfuk-Flyout__handle-skinny:not(.vfuk-Flyout__user-is-tabbing):focus {
  outline: none;
}
.vfuk-Flyout__handle-skinny.vfuk-Flyout__is-closed {
  padding-left: 2px;
  overflow: hidden;
}
.vfuk-Flyout__handle-skinny.vfuk-Flyout__is-closed:hover {
  position: absolute;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
          transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
.vfuk-Flyout__handle-skinny:before {
  content: "";
  display: inline-block;
  position: relative;
  top: -28px;
  left: 2px;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}
@media (min-width: 768px) {
  .vfuk-Flyout__handle-skinny:before {
    top: -36px;
    left: 3px;
    width: 12px;
    height: 12px;
  }
}
.vfuk-Flyout__handle-skinny.vfuk-Flyout__is-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  overflow: hidden;
  cursor: pointer;
}
.vfuk-Flyout__handle-skinny.vfuk-Flyout__is-open:before, .vfuk-Flyout__handle-skinny.vfuk-Flyout__is-open:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 12px;
  top: 15%;
  left: 4px;
  margin-top: -1px;
  background: #ffffff;
  border-radius: 5px;
}
.vfuk-Flyout__handle-skinny.vfuk-Flyout__is-open:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.vfuk-Flyout__handle-skinny.vfuk-Flyout__is-open:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (min-width: 768px) {
  .vfuk-Flyout__handle-skinny.vfuk-Flyout__is-open:before, .vfuk-Flyout__handle-skinny.vfuk-Flyout__is-open:after {
    width: 20px;
    left: 3px;
  }
}

.vfuk-Flyout__handle-skinny-text {
  white-space: nowrap;
  font-size: 14px;
  margin: 0;
  -webkit-transform: rotate(270deg) translateX(-20px) translateY(-2px);
          transform: rotate(270deg) translateX(-20px) translateY(-2px);
}
.vfuk-Flyout__handle-skinny-text.vfuk-Flyout__is-open {
  top: 11px;
  position: relative;
}
@media (min-width: 768px) {
  .vfuk-Flyout__handle-skinny-text {
    position: relative;
    -webkit-transform: rotate(270deg) translateX(-32px) translateY(-2px);
            transform: rotate(270deg) translateX(-32px) translateY(-2px);
    font-size: 18px;
  }
}

.vfuk-Flyout__container-skinny {
  width: 0;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
          transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
.vfuk-Flyout__container-skinny.vfuk-Flyout__hide-content .vfuk-Flyout__content-wrap:not(:focus):not(:active) {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}
@media (min-width: 768px) {
  .vfuk-Flyout__container-skinny {
    width: 0;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    -webkit-box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.5);
            box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.5);
  }
}
.vfuk-Flyout__container-skinny.vfuk-Flyout__is-open {
  top: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  width: 100%;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
          transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
@media (min-width: 768px) {
  .vfuk-Flyout__container-skinny.vfuk-Flyout__is-open {
    top: 50px;
    position: absolute;
    width: 512px;
    border-left: 2px solid #ffffff;
  }
  .vfuk-Flyout__container-skinny.vfuk-Flyout__is-open.vfuk-Flyout__is-sticky {
    position: fixed;
    top: 95px;
  }
}

.vfuk-Flyout__container {
  top: 50px;
  z-index: 8;
  position: absolute;
  -webkit-transition: 0.2s ease transform;
  transition: 0.2s ease transform;
}
.vfuk-Flyout__container.vfuk-Flyout__align-right {
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.vfuk-Flyout__container.vfuk-Flyout__align-right .vfuk-Flyout__handle {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  left: 0;
}
.vfuk-Flyout__container.vfuk-Flyout__align-right .vfuk-Flyout__handle-skinny {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  left: 0;
}
.vfuk-Flyout__container.vfuk-Flyout__align-left {
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.vfuk-Flyout__container.vfuk-Flyout__align-left .vfuk-Flyout__handle {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  right: 0;
}
.vfuk-Flyout__container.vfuk-Flyout__align-left .vfuk-Flyout__handle-skinny {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  right: 0;
}
.vfuk-Flyout__container.vfuk-Flyout__hide-content .vfuk-Flyout__content-wrap:not(:focus):not(:active) {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.vfuk-Flyout__container.vfuk-Flyout__is-sticky {
  position: fixed;
  top: 160px;
}
@media (min-width: 768px) {
  .vfuk-Flyout__container.vfuk-Flyout__is-sticky {
    top: 95px;
  }
}
@media (min-width: 992px) {
  .vfuk-Flyout__container.vfuk-Flyout__is-sticky {
    top: 122px;
  }
}
.vfuk-Flyout__container.vfuk-Flyout__is-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  width: 100%;
  z-index: 20;
  top: 0;
}
@media (min-width: 768px) {
  .vfuk-Flyout__container.vfuk-Flyout__is-open {
    z-index: 8;
    position: absolute;
    width: 512px;
  }
  .vfuk-Flyout__container.vfuk-Flyout__is-open.vfuk-Flyout__is-sticky {
    position: fixed;
    top: 95px;
  }
}
@media (min-width: 992px) {
  .vfuk-Flyout__container.vfuk-Flyout__is-open {
    position: absolute;
    width: 512px;
  }
  .vfuk-Flyout__container.vfuk-Flyout__is-open.vfuk-Flyout__is-sticky {
    position: fixed;
    top: 122px;
  }
}

.vfuk-Flyout__close {
  position: absolute;
  top: 2px;
  right: 2px;
  z-index: 1;
}

@media (min-width: 768px) {
  .vfuk-Flyout__hide-icon:not(:focus):not(:active) {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    -webkit-clip-path: inset(100%);
            clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
  }
}

.vfuk-Flyout__flyout-zoom-wrapper {
  display: none;
}

@media screen and (max-width: 400px) and (max-height: 300px) {
  .vfuk-Flyout__flyout-zoom-wrapper {
    display: block;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  .vfuk-Flyout__flyout-wrapper {
    display: none;
  }
}@-webkit-keyframes vfuk-Notification__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-Notification__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-Notification__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-Notification__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-Notification__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #ffffff;
  border-radius: 8px;
  margin: 16px 0;
  border: solid 2px transparent;
  overflow: hidden;
}
.vfuk-Notification__wrapper.vfuk-Notification__info {
  border-color: #005ea5;
}
.vfuk-Notification__wrapper.vfuk-Notification__warn {
  border-color: #eb9700;
}
.vfuk-Notification__wrapper.vfuk-Notification__error {
  border-color: #bd0000;
}
.vfuk-Notification__wrapper.vfuk-Notification__success {
  border-color: #428600;
}

.vfuk-Notification__icon-container {
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.vfuk-Notification__icon-container.vfuk-Notification__info {
  background: #005ea5;
}
.vfuk-Notification__icon-container.vfuk-Notification__warn {
  background: #eb9700;
}
.vfuk-Notification__icon-container.vfuk-Notification__error {
  background: #bd0000;
}
.vfuk-Notification__icon-container.vfuk-Notification__success {
  background: #428600;
}

.vfuk-Notification__content {
  padding: 16px;
}

.vfuk-Notification__title {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  .vfuk-Notification__title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}@-webkit-keyframes vfuk-FormSection__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-FormSection__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-FormSection__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-FormSection__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-FormSection__form-section {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
}

.vfuk-FormSection__wrapper {
  width: auto;
  margin: 0;
}
@media (min-width: 768px) {
  .vfuk-FormSection__wrapper {
    width: 80%;
    margin: 0 auto;
  }
}

.vfuk-FormSection__shadow {
  border: none;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
}

.vfuk-FormSection__header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.vfuk-FormSection__header-text {
  display: inline-block;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  -ms-flex-negative: 2;
      flex-shrink: 2;
}
.vfuk-FormSection__header-text > h1,
.vfuk-FormSection__header-text h2,
.vfuk-FormSection__header-text h3,
.vfuk-FormSection__header-text h4,
.vfuk-FormSection__header-text h5,
.vfuk-FormSection__header-text h6 {
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

.vfuk-FormSection__header-icon {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
}

.vfuk-FormSection__divider {
  border: none;
  border-top: solid 2px #ebebeb;
  margin: 0;
}

.vfuk-FormSection__content {
  width: 100%;
  height: 100%;
}

.vfuk-FormSection__heading {
  color: #333333;
}

.vfuk-FormSection__sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.vfuk-FormSection__size-3 {
  height: 24px;
  width: 24px;
}

.vfuk-FormSection__form-content {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.vfuk-FormSection__form-content.vfuk-FormSection__form-content-open {
  opacity: 1;
  max-height: 100%;
  visibility: visible;
}
.vfuk-FormSection__form-content.vfuk-FormSection__form-content-open .vfuk-FormSection__divider {
  margin-top: 8px;
}@-webkit-keyframes vfuk-GroupedTextInput__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-GroupedTextInput__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-GroupedTextInput__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-GroupedTextInput__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-GroupedTextInput__grid-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -8px;
}

.vfuk-GroupedTextInput__grid-col {
  max-width: 100%;
  margin-right: 8px;
  margin-bottom: 8px;
  width: auto;
}

.vfuk-GroupedTextInput__grid-col:last-child {
  margin-right: 0;
}

.vfuk-GroupedTextInput__wrapper {
  display: inline-block;
}

.vfuk-GroupedTextInput__input-container {
  display: block;
  color: #2a2a2a;
}

.vfuk-GroupedTextInput__label {
  font-size: 18px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 8px;
}

.vfuk-GroupedTextInput__text-input {
  text-align: center;
}

.vfuk-GroupedTextInput__validation-message {
  font-size: 14px;
  font-size: 0.875rem;
  color: #333333;
  margin-top: 8px;
}
@media (min-width: 768px) {
  .vfuk-GroupedTextInput__validation-message {
    font-size: 16px;
    font-size: 1rem;
  }
}
.vfuk-GroupedTextInput__validation-message:after {
  position: absolute;
  display: block;
  left: 16px;
  content: "";
}

.vfuk-GroupedTextInput__information-text {
  font-size: 14px;
  font-size: 0.875rem;
  color: #333333;
  margin-top: 8px;
}
@media (min-width: 768px) {
  .vfuk-GroupedTextInput__information-text {
    font-size: 16px;
    font-size: 1rem;
  }
}

.vfuk-GroupedTextInput__error {
  color: #bd0000;
}

.vfuk-GroupedTextInput__warn {
  color: #eb9700;
}

.vfuk-GroupedTextInput__success {
  color: #428600;
}
.vfuk-GroupedTextInput__success.vfuk-GroupedTextInput__label {
  color: #333333;
}

.vfuk-GroupedTextInput__width-auto {
  width: auto;
}

.vfuk-GroupedTextInput__width-full {
  width: 100%;
}

.vfuk-GroupedTextInput__grouped-input-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.vfuk-GroupedTextInput__grouped-input-row .vfuk-GroupedTextInput__grouped-input-item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  max-width: 100%;
}

.vfuk-GroupedTextInput__sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}@-webkit-keyframes vfuk-Input__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-Input__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-Input__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-Input__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-Input__width-auto {
  width: auto;
}

.vfuk-Input__width-full {
  width: 100%;
}

.vfuk-Input__width-fit-content-1 {
  width: 48px;
  text-align: center;
}

.vfuk-Input__width-fit-content-2 {
  width: 56px;
  text-align: center;
}

.vfuk-Input__width-fit-content-3 {
  width: 64px;
  text-align: center;
}

.vfuk-Input__width-fit-content-4 {
  width: 72px;
  text-align: center;
}

.vfuk-Input__text-input {
  width: 100%;
  height: 48px;
  padding: 8px 16px;
  font-size: 16px;
  color: #333333;
  -webkit-transition: outline-width 0.1s ease-in-out;
  transition: outline-width 0.1s ease-in-out;
  border: 1px solid #999999;
}
.vfuk-Input__text-input[disabled] {
  background: #ebebeb;
}
.vfuk-Input__text-input:focus {
  outline-offset: 1px;
}

.vfuk-Input__input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.vfuk-Input__input-wrapper.vfuk-Input__error .vfuk-Input__text-input, .vfuk-Input__input-wrapper.vfuk-Input__warn .vfuk-Input__text-input, .vfuk-Input__input-wrapper.vfuk-Input__info .vfuk-Input__text-input, .vfuk-Input__input-wrapper.vfuk-Input__success .vfuk-Input__text-input {
  padding-right: 40px;
}
.vfuk-Input__input-wrapper.vfuk-Input__error-no-icon, .vfuk-Input__input-wrapper.vfuk-Input__error {
  outline: 2px solid #e60000;
  outline-offset: -2px;
}
.vfuk-Input__input-wrapper.vfuk-Input__warn-no-icon, .vfuk-Input__input-wrapper.vfuk-Input__warn {
  outline: 2px solid #fecb00;
  outline-offset: -2px;
}
.vfuk-Input__input-wrapper.vfuk-Input__success-no-icon, .vfuk-Input__input-wrapper.vfuk-Input__success {
  outline: 2px solid #428600;
  outline-offset: -2px;
}
.vfuk-Input__input-wrapper.vfuk-Input__info-no-icon, .vfuk-Input__input-wrapper.vfuk-Input__info {
  outline: 2px solid #005ea5;
  outline-offset: -2px;
}

.vfuk-Input__input-wrapper.vfuk-Input__width-full.vfuk-Input__error .vfuk-Input__text-input, .vfuk-Input__input-wrapper.vfuk-Input__width-full.vfuk-Input__warn .vfuk-Input__text-input, .vfuk-Input__input-wrapper.vfuk-Input__width-full.vfuk-Input__info .vfuk-Input__text-input, .vfuk-Input__input-wrapper.vfuk-Input__width-full.vfuk-Input__success .vfuk-Input__text-input {
  padding-right: 16px;
}

.vfuk-Input__input-wrapper.vfuk-Input__width-full.vfuk-Input__with-icon.vfuk-Input__error .vfuk-Input__text-input, .vfuk-Input__input-wrapper.vfuk-Input__width-full.vfuk-Input__with-icon.vfuk-Input__warn .vfuk-Input__text-input, .vfuk-Input__input-wrapper.vfuk-Input__width-full.vfuk-Input__with-icon.vfuk-Input__info .vfuk-Input__text-input, .vfuk-Input__input-wrapper.vfuk-Input__width-full.vfuk-Input__with-icon.vfuk-Input__success .vfuk-Input__text-input {
  padding-right: 40px;
}

.vfuk-Input__input-icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.vfuk-Input__icon {
  position: relative;
  margin-left: -32px;
  width: 24px;
  height: 24px;
}
.vfuk-Input__icon svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.vfuk-Input__icon.vfuk-Input__error svg {
  fill: #e60000;
}
.vfuk-Input__icon.vfuk-Input__warn svg {
  fill: #eb9700;
}
.vfuk-Input__icon.vfuk-Input__success svg {
  fill: #428600;
}
.vfuk-Input__icon.vfuk-Input__info svg {
  fill: #005ea5;
}@-webkit-keyframes vfuk-Item__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-Item__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-Item__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-Item__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-Item__image-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.vfuk-Item__primary-image {
  position: relative;
  z-index: 0;
}
.vfuk-Item__primary-image.vfuk-Item__primary-image-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.vfuk-Item__primary-image.vfuk-Item__primary-image-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.vfuk-Item__primary-image.vfuk-Item__primary-image-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}@-webkit-keyframes vfuk-InteractiveMarketingBanner__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-InteractiveMarketingBanner__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-InteractiveMarketingBanner__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-InteractiveMarketingBanner__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
 { /* stylelint-disable-line */ }
.interactive-marketing-banner ul.belowSlide {
  display: none !important;
}

.vfuk-InteractiveMarketingBanner__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 992px) {
  .vfuk-InteractiveMarketingBanner__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.vfuk-InteractiveMarketingBanner__wrapper-image-right {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 992px) {
  .vfuk-InteractiveMarketingBanner__wrapper-image-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.vfuk-InteractiveMarketingBanner__secondary-image {
  position: absolute;
  bottom: 0;
  max-width: 320px;
  max-height: 210px;
  z-index: 6;
}
.vfuk-InteractiveMarketingBanner__secondary-image.vfuk-InteractiveMarketingBanner__primary-image-left {
  right: 0;
}
.vfuk-InteractiveMarketingBanner__secondary-image.vfuk-InteractiveMarketingBanner__primary-image-right {
  left: 0;
}

.vfuk-InteractiveMarketingBanner__carousel-container {
  width: 100%;
  display: block;
  position: relative;
  top: 0;
  z-index: 5;
}
@media (min-width: 992px) {
  .vfuk-InteractiveMarketingBanner__carousel-container.vfuk-InteractiveMarketingBanner__primary-image-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 992px) {
  .vfuk-InteractiveMarketingBanner__carousel-container.vfuk-InteractiveMarketingBanner__primary-image-top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (min-width: 992px) {
  .vfuk-InteractiveMarketingBanner__carousel-container.vfuk-InteractiveMarketingBanner__primary-image-bottom {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .vfuk-InteractiveMarketingBanner__carousel-container {
    position: relative;
  }
}
@media (min-width: 992px) {
  .vfuk-InteractiveMarketingBanner__carousel-container {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.vfuk-InteractiveMarketingBanner__carousel-container > div {
  width: 100%;
}

.vfuk-InteractiveMarketingBanner__option {
  cursor: pointer;
}
.vfuk-InteractiveMarketingBanner__option.vfuk-InteractiveMarketingBanner__option-active {
  color: #e60000;
}

.vfuk-InteractiveMarketingBanner__brand {
  color: #ffffff;
}
.vfuk-InteractiveMarketingBanner__brand .vfuk-InteractiveMarketingBanner__option.vfuk-InteractiveMarketingBanner__option-active {
  color: #000000;
}

.vfuk-InteractiveMarketingBanner__options-container {
  margin: auto 0;
  width: 100%;
  max-width: 100%;
  padding: 16px;
  z-index: 1;
  display: block;
}
.vfuk-InteractiveMarketingBanner__options-container a {
  text-decoration: none;
}
.vfuk-InteractiveMarketingBanner__options-container h1 {
  font-weight: 200;
  letter-spacing: 0;
}
.vfuk-InteractiveMarketingBanner__options-container h2 {
  font-weight: 200;
  letter-spacing: 0;
}
.vfuk-InteractiveMarketingBanner__options-container h3 {
  font-weight: 200;
  letter-spacing: 0;
}
.vfuk-InteractiveMarketingBanner__options-container h4 {
  font-weight: 200;
  letter-spacing: 0;
}
.vfuk-InteractiveMarketingBanner__options-container h5 {
  font-weight: 200;
  letter-spacing: 0;
}
.vfuk-InteractiveMarketingBanner__options-container h6 {
  font-weight: 200;
  letter-spacing: 0;
}
.vfuk-InteractiveMarketingBanner__options-container > div {
  width: 100%;
}
@media (min-width: 992px) {
  .vfuk-InteractiveMarketingBanner__options-container {
    padding: 24px 8.333% 24px 20px;
    max-width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: transparent !important;
  }
}
@media (min-width: 1441px) {
  .vfuk-InteractiveMarketingBanner__options-container {
    padding: 64px calc(50vw - 700.5px) 64px 100px;
  }
  .vfuk-InteractiveMarketingBanner__wrapper-image-right .vfuk-InteractiveMarketingBanner__options-container {
    padding: 64px 100px 64px calc(50vw - 700.5px);
  }
}@-webkit-keyframes vfuk-LinkCardBlockContainerOverride__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-LinkCardBlockContainerOverride__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-LinkCardBlockContainerOverride__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-LinkCardBlockContainerOverride__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-LinkCardBlockContainerOverride__block-container {
  width: 100%;
  max-width: 560px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
}

.vfuk-LinkCardBlockContainerOverride__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}@-webkit-keyframes vfuk-LinkCard__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-LinkCard__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-LinkCard__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-LinkCard__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-LinkCard__main-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding-bottom: 16px;
}

.vfuk-LinkCard__wrapper {
  max-width: 560px;
  width: 100%;
}

.vfuk-LinkCard__heading-container {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.vfuk-LinkCard__heading-icon {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.vfuk-LinkCard__shout {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 40px;
}

.vfuk-LinkCard__image-space {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 249px;
}

.vfuk-LinkCard__image-hidden-md {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.vfuk-LinkCard__image-hidden-md svg,
.vfuk-LinkCard__image-hidden-md img {
  display: none;
}
@media (min-width: 768px) {
  .vfuk-LinkCard__image-hidden-md {
    min-height: 249px;
  }
  .vfuk-LinkCard__image-hidden-md svg,
  .vfuk-LinkCard__image-hidden-md img {
    display: block;
  }
}

.vfuk-LinkCard__image-block-wrapper {
  position: relative;
  overflow: hidden;
}

.vfuk-LinkCard__secondary-image-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 320px;
  height: 249px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.vfuk-LinkCard__secondary-detail {
  font-weight: 200;
}

.vfuk-LinkCard__link {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.vfuk-LinkCard__link img {
  -webkit-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
}
.vfuk-LinkCard__link .vfuk-LinkCard__secondary-image-wrapper img {
  -webkit-transition: none;
  transition: none;
}
.vfuk-LinkCard__link:hover img, .vfuk-LinkCard__link:focus img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.vfuk-LinkCard__link:hover .vfuk-LinkCard__secondary-image-wrapper img, .vfuk-LinkCard__link:focus .vfuk-LinkCard__secondary-image-wrapper img {
  -webkit-transform: none;
          transform: none;
}@-webkit-keyframes vfuk-ListGroup__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-ListGroup__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-ListGroup__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-ListGroup__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-ListGroup__list {
  position: relative;
  list-style-type: none;
  padding: 16px;
}

.vfuk-ListGroup__list:hover.vfuk-ListGroup__info {
  color: #ffffff;
  background-color: #005ea5;
}
.vfuk-ListGroup__list:hover.vfuk-ListGroup__info:after {
  background-color: #005ea5;
}
.vfuk-ListGroup__list:hover.vfuk-ListGroup__warn {
  color: #ffffff;
  background-color: #eb9700;
}
.vfuk-ListGroup__list:hover.vfuk-ListGroup__warn:after {
  background-color: #eb9700;
}
.vfuk-ListGroup__list:hover.vfuk-ListGroup__fail {
  color: #ffffff;
  background-color: #bd0000;
}
.vfuk-ListGroup__list:hover.vfuk-ListGroup__fail:after {
  background-color: #bd0000;
}
.vfuk-ListGroup__list:hover.vfuk-ListGroup__success {
  color: #ffffff;
  background-color: #428600;
}
.vfuk-ListGroup__list:hover.vfuk-ListGroup__success:after {
  background-color: #428600;
}

.vfuk-ListGroup__lineWithChevron {
  border-style: solid;
  border-width: 0 0 3px 0;
  border-color: #cccccc;
}
.vfuk-ListGroup__lineWithChevron:after {
  content: "";
  position: absolute;
  bottom: -22px;
  width: 20px;
  height: 20px;
  left: 50%;
  background: #ffffff;
  border-bottom: 3px solid #cccccc;
  border-right: 3px solid #cccccc;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  z-index: 2;
}
.vfuk-ListGroup__lineWithChevron:last-child {
  border: none;
}
.vfuk-ListGroup__lineWithChevron:last-child:after {
  display: none;
}

.vfuk-ListGroup__line {
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #cccccc;
  color: #333333;
}
.vfuk-ListGroup__line:last-child {
  border: none;
}
.vfuk-ListGroup__line:last-child:after {
  display: none;
}

.vfuk-ListGroup__selected {
  color: #ffffff;
}
.vfuk-ListGroup__selected.vfuk-ListGroup__info {
  background-color: #005ea5;
}
.vfuk-ListGroup__selected.vfuk-ListGroup__info.vfuk-ListGroup__lineWithChevron:after {
  background-color: #005ea5;
}
.vfuk-ListGroup__selected.vfuk-ListGroup__warn {
  background-color: #eb9700;
}
.vfuk-ListGroup__selected.vfuk-ListGroup__warn.vfuk-ListGroup__lineWithChevron:after {
  background-color: #eb9700;
}
.vfuk-ListGroup__selected.vfuk-ListGroup__fail {
  background-color: #bd0000;
}
.vfuk-ListGroup__selected.vfuk-ListGroup__fail.vfuk-ListGroup__lineWithChevron:after {
  background-color: #bd0000;
}
.vfuk-ListGroup__selected.vfuk-ListGroup__success {
  background-color: #428600;
}
.vfuk-ListGroup__selected.vfuk-ListGroup__success.vfuk-ListGroup__lineWithChevron:after {
  background-color: #428600;
}@-webkit-keyframes vfuk-MobileNavigationFooter__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-MobileNavigationFooter__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-MobileNavigationFooter__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-MobileNavigationFooter__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-MobileNavigationFooter__list {
  margin-top: auto;
  margin-bottom: 0;
  padding: 0;
}

.vfuk-MobileNavigationFooter__item {
  display: block;
  list-style: none;
  margin: 0;
}

.vfuk-MobileNavigationFooter__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: #999999;
  height: 44px;
  padding-left: 16px;
  padding-right: 16px;
  text-decoration: none;
  font-size: 16px;
  color: #ffffff;
}
.vfuk-MobileNavigationFooter__link:focus, .vfuk-MobileNavigationFooter__link:hover {
  outline: thin dotted;
}@-webkit-keyframes vfuk-RadioButtonList__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-RadioButtonList__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-RadioButtonList__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-RadioButtonList__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-RadioButtonList__radio-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.vfuk-RadioButtonList__radio-list__legend--hidden {
  visibility: hidden;
  width: 0;
  height: 0;
  margin: 0;
}
.vfuk-RadioButtonList__radio-list--item {
  margin-bottom: 8px;
}
.vfuk-RadioButtonList__radio-list--item:last-child {
  margin-bottom: 0;
}

.vfuk-RadioButtonList__stack-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.vfuk-RadioButtonList__stack-horizontal .vfuk-RadioButtonList__radio-list--item {
  margin: 0 16px 0 0;
}
.vfuk-RadioButtonList__stack-horizontal .vfuk-RadioButtonList__radio-list--item:last-child {
  margin-right: 0;
}
.vfuk-RadioButtonList__stack-horizontal.vfuk-RadioButtonList__inline-labels .vfuk-RadioButtonList__radio-list--item {
  margin: 0 32px 0 0;
}

.vfuk-RadioButtonList__error {
  color: #e60000;
  margin-bottom: 8px;
}
.vfuk-RadioButtonList__error.vfuk-RadioButtonList__inline-labels .vfuk-RadioButtonList__radio-list--item {
  margin: 0 32px 0 0;
}@-webkit-keyframes vfuk-Input__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-Input__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-Input__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-Input__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-Input__width-auto {
  width: auto;
}

.vfuk-Input__width-full {
  width: 100%;
}

.vfuk-Input__width-fit-content-1 {
  width: 48px;
  text-align: center;
}

.vfuk-Input__width-fit-content-2 {
  width: 56px;
  text-align: center;
}

.vfuk-Input__width-fit-content-3 {
  width: 64px;
  text-align: center;
}

.vfuk-Input__width-fit-content-4 {
  width: 72px;
  text-align: center;
}

.vfuk-Input__input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  outline: none;
}

.vfuk-Input__input-icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.vfuk-Input__text-input {
  color: #666666;
  height: 48px;
  padding: 8px;
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .vfuk-Input__text-input {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.vfuk-Input__text-input:focus {
  border-color: #00b0ca;
}
.vfuk-Input__text-input.vfuk-Input__error, .vfuk-Input__text-input.vfuk-Input__warn, .vfuk-Input__text-input.vfuk-Input__success {
  padding-right: 40px;
}
.vfuk-Input__text-input.vfuk-Input__error-no-icon, .vfuk-Input__text-input.vfuk-Input__error {
  border-color: #bd0000;
}
.vfuk-Input__text-input.vfuk-Input__warn-no-icon, .vfuk-Input__text-input.vfuk-Input__warn {
  border-color: #eb9700;
}
.vfuk-Input__text-input.vfuk-Input__success-no-icon, .vfuk-Input__text-input.vfuk-Input__success {
  border-color: #428600;
}

.vfuk-Input__disable-full:disabled {
  background: #ebebeb;
}

.vfuk-Input__disable-none:disabled {
  background: #ffffff;
}

.vfuk-Input__icon {
  position: relative;
  margin-left: -32px;
  width: 24px;
  height: 24px;
}
.vfuk-Input__icon svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.vfuk-Input__icon.vfuk-Input__error svg {
  fill: #bd0000;
}
.vfuk-Input__icon.vfuk-Input__warn svg {
  fill: #eb9700;
}
.vfuk-Input__icon.vfuk-Input__success svg {
  fill: #428600;
}@-webkit-keyframes vfuk-SearchInput__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-SearchInput__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-SearchInput__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-SearchInput__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-SearchInput__wrapper {
  display: inline-block;
}

.vfuk-SearchInput__label {
  color: #2a2a2a;
  margin-bottom: 8px;
}

.vfuk-SearchInput__validation-message {
  position: relative;
  padding: 8px;
  background: #ebebeb;
  border-radius: 3px;
  width: 100%;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.vfuk-SearchInput__validation-message.vfuk-SearchInput__error {
  color: #bd0000;
}
.vfuk-SearchInput__validation-message.vfuk-SearchInput__warn {
  color: #eb9700;
}
.vfuk-SearchInput__validation-message:after {
  position: absolute;
  display: block;
  left: 16px;
  content: "";
}

.vfuk-SearchInput__message-above {
  margin-bottom: 8px;
}
.vfuk-SearchInput__message-above:after {
  bottom: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #ebebeb transparent transparent transparent;
}

.vfuk-SearchInput__message-below {
  margin-top: 8px;
}
.vfuk-SearchInput__message-below:after {
  bottom: 40px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px;
  border-color: transparent transparent #ebebeb transparent;
}

.vfuk-SearchInput__text-area {
  color: #666666;
  padding: 8px;
  border: solid 2px #ebebeb;
  width: 100%;
  max-width: 100%;
}
.vfuk-SearchInput__text-area:focus {
  border-color: #00b0ca;
}

.vfuk-SearchInput__information-text {
  color: #666666;
  margin-top: 8px;
}

.vfuk-SearchInput__width-auto {
  width: auto;
}

.vfuk-SearchInput__width-full {
  width: 100%;
}

.vfuk-SearchInput__input-container {
  position: relative;
  display: block;
}

.vfuk-SearchInput__input-group {
  position: relative;
  margin-bottom: 40px;
}

.vfuk-SearchInput__flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 0;
}

.vfuk-SearchInput__input-block {
  background-color: #f1f1f1;
  width: 100%;
  margin: 0;
  text-align: center;
}

.vfuk-SearchInput__submit-block {
  width: auto;
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.vfuk-SearchInput__submit-block button {
  min-width: 10px;
  width: 48px;
  height: 48px;
  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;
}

.vfuk-SearchInput__sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}@-webkit-keyframes vfuk-InformationText__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-InformationText__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-InformationText__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-InformationText__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-InformationText__paragraph {
  color: #333333;
}@-webkit-keyframes vfuk-SelectInput__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-SelectInput__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-SelectInput__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-SelectInput__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-SelectInput__label {
  display: block;
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 18px;
  color: #333333;
}

.vfuk-SelectInput__validation-message {
  font-size: 14px;
  font-size: 0.875rem;
  color: #333333;
  margin-top: 8px;
}
@media (min-width: 768px) {
  .vfuk-SelectInput__validation-message {
    font-size: 16px;
    font-size: 1rem;
  }
}

.vfuk-SelectInput__success {
  color: #428600;
}

.vfuk-SelectInput__warn {
  color: #fecb00;
}

.vfuk-SelectInput__error {
  color: #e60000;
}

.vfuk-SelectInput__width-auto {
  width: auto;
}

.vfuk-SelectInput__width-full {
  width: 100%;
}@-webkit-keyframes vfuk-SteppedSelectInput__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-SteppedSelectInput__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-SteppedSelectInput__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-SteppedSelectInput__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-SteppedSelectInput__wrapper {
  display: block;
  -ms-touch-action: none;
      touch-action: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.vfuk-SteppedSelectInput__selectable {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}

.vfuk-SteppedSelectInput__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  width: auto;
}

.vfuk-SteppedSelectInput__icon-container {
  top: 4px;
  position: relative;
}
.vfuk-SteppedSelectInput__icon-container span {
  cursor: pointer;
}

.vfuk-SteppedSelectInput__label {
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 18px;
  color: #333333;
}

.vfuk-SteppedSelectInput__list-box {
  margin-right: 8px;
  margin-left: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 140px;
  width: 100%;
  height: 48px;
  padding: 8px 16px;
  border: 1px solid #333333;
  background: #ffffff;
}
.vfuk-SteppedSelectInput__list-box span {
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .vfuk-SteppedSelectInput__list-box span {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.vfuk-SteppedSelectInput__variant-b {
  border: none;
  background: inherit;
  height: 100%;
}
.vfuk-SteppedSelectInput__variant-b span {
  display: block;
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 24px;
}
@media (min-width: 768px) {
  .vfuk-SteppedSelectInput__variant-b span {
    font-size: 34px;
    font-size: 2.125rem;
  }
}
@media (min-width: 992px) {
  .vfuk-SteppedSelectInput__variant-b span {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) {
  .vfuk-SteppedSelectInput__variant-b span {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 40px;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .vfuk-SteppedSelectInput__variant-b span {
    font-size: 34px;
    font-size: 2.125rem;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .vfuk-SteppedSelectInput__variant-b span {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.vfuk-SteppedSelectInput__variant-b span:nth-of-type(2) {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 18px;
}
@media (min-width: 768px) {
  .vfuk-SteppedSelectInput__variant-b span:nth-of-type(2) {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.vfuk-SteppedSelectInput__variant-b span.vfuk-SteppedSelectInput__small-suffix {
  font-size: 14px;
  color: #666666;
  font-weight: 500;
  margin-top: 8px;
}
@media (min-width: 992px) {
  .vfuk-SteppedSelectInput__variant-b span.vfuk-SteppedSelectInput__small-suffix {
    margin-top: 0;
  }
}

.vfuk-SteppedSelectInput__paragraph {
  color: #333333;
  font-size: 16px;
  width: 46px;
  white-space: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.vfuk-SteppedSelectInput__hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}@-webkit-keyframes vfuk-TextArea__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-TextArea__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-TextArea__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-TextArea__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-TextArea__textarea {
  display: block;
  width: 100%;
  padding: 8px;
  font-size: 16px;
  color: #333333;
  -webkit-transition: outline-width 0.1s ease-in-out;
  transition: outline-width 0.1s ease-in-out;
  border: 1px solid #999999;
}
.vfuk-TextArea__textarea:focus {
  outline-offset: 1px;
}

.vfuk-TextArea__error {
  outline: 2px solid #e60000;
  outline-offset: -2px;
}

.vfuk-TextArea__warn {
  outline: 2px solid #fecb00;
  outline-offset: -2px;
}

.vfuk-TextArea__success {
  outline: 2px solid #428600;
  outline-offset: -2px;
}

.vfuk-TextArea__info {
  outline: 2px solid #007c92;
  outline-offset: -2px;
}@-webkit-keyframes vfuk-TextInput__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-TextInput__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-TextInput__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-TextInput__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-TextInput__wrapper {
  display: inline-block;
}

.vfuk-TextInput__label {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 8px;
  color: #333333;
}
.vfuk-TextInput__label.vfuk-TextInput__error {
  color: #e60000;
  font-weight: bold;
}
.vfuk-TextInput__label.vfuk-TextInput__info {
  color: #005ea5;
}

.vfuk-TextInput__validation-message {
  margin-top: 8px;
  color: #333333;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .vfuk-TextInput__validation-message {
    font-size: 16px;
    font-size: 1rem;
  }
}
.vfuk-TextInput__validation-message.vfuk-TextInput__error {
  color: #e60000;
}
.vfuk-TextInput__validation-message.vfuk-TextInput__warn {
  color: #eb9700;
}
.vfuk-TextInput__validation-message.vfuk-TextInput__info {
  color: #005ea5;
}

.vfuk-TextInput__information-text {
  margin-top: 8px;
  color: #333333;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .vfuk-TextInput__information-text {
    font-size: 16px;
    font-size: 1rem;
  }
}

.vfuk-TextInput__width-auto {
  width: auto;
}

.vfuk-TextInput__width-full {
  width: 100%;
}

.vfuk-TextInput__input-container {
  position: relative;
  display: block;
}@-webkit-keyframes vfuk-TwinLabel__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-TwinLabel__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-TwinLabel__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-TwinLabel__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-TwinLabel__twin-label {
  margin: 0 16px 0 0;
  color: #999999;
  font-weight: bold;
}
.vfuk-TwinLabel__twin-label--off {
  color: #666666;
}
.vfuk-TwinLabel__twin-label--on-appearance-info {
  color: #007c92;
}
.vfuk-TwinLabel__twin-label--on-appearance-error {
  color: #e60000;
}
.vfuk-TwinLabel__twin-label--on-appearance-success {
  color: #428600;
}
.vfuk-TwinLabel__twin-label--right {
  margin: 0 0 0 16px;
}@-webkit-keyframes vfuk-Toggle__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-Toggle__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-Toggle__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-Toggle__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-Toggle__toggle {
  width: 60px;
  height: 25px;
  background-color: #f4f4f4;
  border-radius: 15.5px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #cccccc;
  font-size: 0;
  position: relative;
}
.vfuk-Toggle__toggle:before {
  content: "";
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: inline-block;
  background-color: #ffffff;
  border: 0.4px solid #afafaf;
  margin-top: -1px;
  margin-left: -1px;
  -webkit-box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: -webkit-transform ease-out 0.2s;
  transition: -webkit-transform ease-out 0.2s;
  transition: transform ease-out 0.2s;
  transition: transform ease-out 0.2s, -webkit-transform ease-out 0.2s;
}
.vfuk-Toggle__toggle:hover {
  cursor: pointer;
}
.vfuk-Toggle__toggle--checked--appearance-info {
  background-color: #007c92;
  border-color: #007c92;
}
.vfuk-Toggle__toggle--checked--appearance-error {
  background-color: #e60000;
  border-color: #e60000;
}
.vfuk-Toggle__toggle--checked--appearance-success {
  background-color: #428600;
  border-color: #428600;
}
@media (min-width: 768px) {
  .vfuk-Toggle__toggle--checked {
    border-color: #cccccc;
  }
}
.vfuk-Toggle__toggle--disabled {
  background-color: #cccccc;
}
.vfuk-Toggle__toggle--disabled:hover {
  cursor: default;
}
.vfuk-Toggle__toggle--checked-disabled {
  background-color: #2f5b63;
  border-color: #2f5b63;
}
.vfuk-Toggle__toggle--disabled:before, .vfuk-Toggle__toggle--checked-disabled:before {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.vfuk-Toggle__toggle--text-right {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.vfuk-Toggle__label {
  display: inline-block;
}
.vfuk-Toggle__label input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.vfuk-Toggle__label input:checked + .vfuk-Toggle__toggle:before {
  -webkit-transform: translateX(35px);
          transform: translateX(35px);
}
.vfuk-Toggle__label input:focus + div:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  margin: -6px;
  border: 1px solid #007c92;
  border-radius: 24px;
}
.vfuk-Toggle__label--text-right {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.vfuk-Toggle__text-container {
  display: inline-block;
  vertical-align: middle;
  padding: 0 16px 0 0;
}
.vfuk-Toggle__text-container--right {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  padding: 0 0 0 16px;
}

.vfuk-Toggle__label-text {
  font-size: 15px;
  padding-right: 4px;
}
@media (min-width: 768px) {
  .vfuk-Toggle__label-text {
    font-size: 16px;
  }
}

.vfuk-Toggle__small-label-text {
  font-size: 14px;
}
@media (min-width: 768px) {
  .vfuk-Toggle__small-label-text {
    font-size: 12px;
  }
}@-webkit-keyframes vfuk-TopBar__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-TopBar__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-TopBar__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-TopBar__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-TopBar__container {
  display: none;
}
@media (min-width: 992px) {
  .vfuk-TopBar__container {
    display: block;
    height: 30px;
    background-color: #666666;
  }
}

@media (min-width: 992px) {
  .vfuk-TopBar__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    width: 100%;
    max-width: 1441px;
    margin-left: auto;
    margin-right: auto;
    color: #ffffff;
  }
  .vfuk-TopBar__list {
    display: inherit;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: auto;
    margin-bottom: 0;
    padding: 0;
  }
  .vfuk-TopBar__list + .vfuk-TopBar__list {
    margin-left: auto;
    margin-right: 0;
  }
  .vfuk-TopBar__item {
    position: relative;
    height: inherit;
    list-style: none;
    margin: 0;
  }
  .vfuk-TopBar__link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: inherit;
    padding: 0 16px;
    text-decoration: none;
    font-size: 16px;
    color: #ffffff;
  }
  .vfuk-TopBar__link svg {
    height: 80%;
    padding-top: 10%;
  }
  .vfuk-TopBar__link:hover, .vfuk-TopBar__link:focus, .vfuk-TopBar__link.vfuk-TopBar__is-active {
    background-color: #ffffff;
    color: #333333;
  }
  .vfuk-TopBar__link:hover svg, .vfuk-TopBar__link:focus svg, .vfuk-TopBar__link.vfuk-TopBar__is-active svg {
    fill: #333333;
  }
}@-webkit-keyframes vfuk-Banner__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-Banner__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-Banner__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-Banner__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-Banner__banner {
  width: 100%;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.vfuk-Banner__banner-center {
  position: relative;
  text-align: center;
}

.vfuk-Banner__banner-left {
  position: relative;
  text-align: left;
}

.vfuk-Banner__banner-right {
  position: relative;
  text-align: right;
}

.vfuk-Banner__banner-md {
  background-size: cover;
  background-position: bottom;
}
@media (min-width: 768px) {
  .vfuk-Banner__banner-md {
    height: 210px;
  }
}

.vfuk-Banner__banner-lg {
  background-size: cover;
  background-position: bottom;
}
@media (min-width: 768px) {
  .vfuk-Banner__banner-lg {
    height: 430px;
  }
}

.vfuk-Banner__image-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.vfuk-Banner__banner-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .vfuk-Banner__banner-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.vfuk-Banner__light:before,
.vfuk-Banner__dark:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.vfuk-Banner__light {
  color: #ffffff;
}
.vfuk-Banner__light:before {
  background-color: rgba(51, 51, 51, 0.5);
}

.vfuk-Banner__dark {
  color: #333333;
}
.vfuk-Banner__dark:before {
  background-color: rgba(255, 255, 255, 0.5);
}

.vfuk-Banner__content {
  position: relative;
  padding: 40px 16px;
}
@media (min-width: 768px) {
  .vfuk-Banner__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 24px;
  }
}
@media (min-width: 768px) {
  .vfuk-Banner__banner-sm .vfuk-Banner__content {
    height: 100px;
  }
}
@media (min-width: 992px) {
  .vfuk-Banner__banner-sm .vfuk-Banner__content {
    height: 150px;
  }
}
@media (min-width: 768px) {
  .vfuk-Banner__banner-md .vfuk-Banner__content {
    height: 210px;
  }
}
@media (min-width: 768px) {
  .vfuk-Banner__banner-lg .vfuk-Banner__content {
    height: 430px;
  }
}
.vfuk-Banner__content.vfuk-Banner__center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.vfuk-Banner__content.vfuk-Banner__center > div {
  width: 100%;
}
.vfuk-Banner__content.vfuk-Banner__right, .vfuk-Banner__content.vfuk-Banner__left {
  width: 100%;
}
.vfuk-Banner__content.vfuk-Banner__right > div, .vfuk-Banner__content.vfuk-Banner__left > div {
  width: 100%;
}
@media (min-width: 768px) {
  .vfuk-Banner__content.vfuk-Banner__right, .vfuk-Banner__content.vfuk-Banner__left {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .vfuk-Banner__content.vfuk-Banner__right {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .vfuk-Banner__content.vfuk-Banner__left {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.vfuk-Banner__content.vfuk-Banner__transparent {
  background-color: transparent;
}

.vfuk-Banner__image-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-top: 16px;
}
@media (min-width: 768px) {
  .vfuk-Banner__image-container {
    width: 50%;
    padding-top: 40px;
  }
}
.vfuk-Banner__image-container img {
  position: relative;
  width: 45%;
}
@media (min-width: 768px) {
  .vfuk-Banner__image-container img {
    min-width: 60%;
    min-height: 100%;
    width: auto;
    height: auto;
  }
}
@media (min-width: 992px) {
  .vfuk-Banner__image-container img {
    min-width: 47%;
  }
}

.vfuk-Banner__shout-container {
  position: absolute;
  top: 0;
  width: 100%;
}@-webkit-keyframes vfuk-Breadcrumbs__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-Breadcrumbs__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-Breadcrumbs__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-Breadcrumbs__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-Breadcrumbs__wrapper {
  width: 100%;
  border-bottom: 1px solid #cccccc;
  padding: 0;
}
@media (min-width: 768px) {
  .vfuk-Breadcrumbs__wrapper {
    padding: 8px;
  }
}

.vfuk-Breadcrumbs__breadcrumbs {
  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;
  margin-bottom: 0;
  padding: 0;
}

.vfuk-Breadcrumbs__item {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  margin: 5px 0;
}
@media (min-width: 768px) {
  .vfuk-Breadcrumbs__item {
    margin-left: -56px;
    padding: 8px 0;
  }
}

.vfuk-Breadcrumbs__item:not(:first-child) {
  display: none;
}
@media (min-width: 768px) {
  .vfuk-Breadcrumbs__item:not(:first-child) {
    display: inherit;
  }
}

@media (min-width: 768px) {
  .vfuk-Breadcrumbs__item span:first-of-type svg {
    display: none;
  }
}

.vfuk-Breadcrumbs__item span:not(:first-child) svg {
  display: none;
}
@media (min-width: 768px) {
  .vfuk-Breadcrumbs__item span:not(:first-child) svg {
    display: inherit;
  }
}

.vfuk-Breadcrumbs__link {
  margin: 0 3px;
}@-webkit-keyframes vfuk-SvgAnimation__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-SvgAnimation__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-SvgAnimation__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-SvgAnimation__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
@-webkit-keyframes vfuk-SvgAnimation__error {
  0% {
    top: 10px;
    left: 0;
  }
  20% {
    top: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    top: 0;
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  50% {
    left: 0;
    top: 10px;
  }
  75% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  80% {
    top: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  82% {
    left: 0;
  }
  85% {
    left: 5px;
  }
  88% {
    left: 0;
  }
  91% {
    left: 5px;
  }
  94% {
    left: 0;
  }
  100% {
    top: 10px;
  }
}
@keyframes vfuk-SvgAnimation__error {
  0% {
    top: 10px;
    left: 0;
  }
  20% {
    top: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    top: 0;
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  50% {
    left: 0;
    top: 10px;
  }
  75% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  80% {
    top: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  82% {
    left: 0;
  }
  85% {
    left: 5px;
  }
  88% {
    left: 0;
  }
  91% {
    left: 5px;
  }
  94% {
    left: 0;
  }
  100% {
    top: 10px;
  }
}
.vfuk-SvgAnimation__wrapper {
  position: relative;
  margin-bottom: 24px;
}

.vfuk-SvgAnimation__foreground {
  position: absolute;
  left: 0;
  width: 90%;
  margin-top: 30px;
  -webkit-animation-name: vfuk-SvgAnimation__error;
          animation-name: vfuk-SvgAnimation__error;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}@-webkit-keyframes vfuk-ErrorStatusBanner__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-ErrorStatusBanner__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-ErrorStatusBanner__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-ErrorStatusBanner__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-ErrorStatusBanner__wrapper {
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1441px;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .vfuk-ErrorStatusBanner__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.vfuk-ErrorStatusBanner__message {
  width: 100%;
  max-width: 800px;
  padding: 8px;
}
@media (min-width: 992px) {
  .vfuk-ErrorStatusBanner__message {
    width: 55%;
  }
}

.vfuk-ErrorStatusBanner__animation {
  width: 100%;
  max-width: 320px;
}
@media (min-width: 768px) {
  .vfuk-ErrorStatusBanner__animation {
    max-width: 420px;
  }
}
@media (min-width: 992px) {
  .vfuk-ErrorStatusBanner__animation {
    width: 45%;
  }
}@-webkit-keyframes vfuk-DropdownNavigation__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-DropdownNavigation__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-DropdownNavigation__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-DropdownNavigation__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-DropdownNavigation__dropdown-container {
  display: none;
  position: fixed;
  text-align: left;
  top: 48px;
  width: 100%;
  left: 0;
}
@media (min-width: 768px) {
  .vfuk-DropdownNavigation__dropdown-container {
    left: auto;
    right: 0;
    width: 312px;
    top: 62px;
  }
}
@media (min-width: 992px) {
  .vfuk-DropdownNavigation__dropdown-container {
    position: absolute;
    top: 72px;
    width: auto;
  }
}
.vfuk-DropdownNavigation__dropdown-container.vfuk-DropdownNavigation__is-active {
  display: block;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.vfuk-DropdownNavigation__list {
  width: 100%;
  height: 80vh;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 992px) {
  .vfuk-DropdownNavigation__list {
    height: auto;
    width: 260px;
  }
}

.vfuk-DropdownNavigation__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.vfuk-DropdownNavigation__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 8px;
}

.vfuk-DropdownNavigation__list-item {
  background-color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
}
@media (min-width: 768px) {
  .vfuk-DropdownNavigation__list-item {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .vfuk-DropdownNavigation__list-item {
    font-size: 22px;
  }
}
.vfuk-DropdownNavigation__list-item:hover .vfuk-DropdownNavigation__link {
  color: #e60000;
}@-webkit-keyframes vfuk-UserActions__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-UserActions__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-UserActions__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-UserActions__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-UserActions__user-badge-container {
  font-size: 14px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  padding: 8px;
}
.vfuk-UserActions__user-badge-container * {
  pointer-events: none;
}
.vfuk-UserActions__user-badge-container.vfuk-UserActions__is-active {
  display: none;
}
@media (min-width: 992px) {
  .vfuk-UserActions__user-badge-container {
    padding: 16px;
  }
  .vfuk-UserActions__user-badge-container.vfuk-UserActions__is-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.vfuk-UserActions__user-badge-container:focus {
  outline: thin dotted;
}
.vfuk-UserActions__user-badge-container.vfuk-UserActions__is-active, .vfuk-UserActions__user-badge-container:hover, .vfuk-UserActions__user-badge-container:focus {
  -webkit-box-shadow: inset 0 0 0 0 #e60000;
          box-shadow: inset 0 0 0 0 #e60000;
  -webkit-transition: -webkit-box-shadow 200ms;
  transition: -webkit-box-shadow 200ms;
  transition: box-shadow 200ms;
  transition: box-shadow 200ms, -webkit-box-shadow 200ms;
}
.vfuk-UserActions__user-badge-container.vfuk-UserActions__is-active:hover, .vfuk-UserActions__user-badge-container.vfuk-UserActions__is-active:focus, .vfuk-UserActions__user-badge-container.vfuk-UserActions__is-active.vfuk-UserActions__is-active, .vfuk-UserActions__user-badge-container.vfuk-UserActions__is-active.vfuk-UserActions__is-highlighted, .vfuk-UserActions__user-badge-container:hover:hover, .vfuk-UserActions__user-badge-container:hover:focus, .vfuk-UserActions__user-badge-container:hover.vfuk-UserActions__is-active, .vfuk-UserActions__user-badge-container:hover.vfuk-UserActions__is-highlighted, .vfuk-UserActions__user-badge-container:focus:hover, .vfuk-UserActions__user-badge-container:focus:focus, .vfuk-UserActions__user-badge-container:focus.vfuk-UserActions__is-active, .vfuk-UserActions__user-badge-container:focus.vfuk-UserActions__is-highlighted {
  -webkit-box-shadow: inset 0 -4px 0 0 #e60000;
          box-shadow: inset 0 -4px 0 0 #e60000;
  background-color: white;
}
.vfuk-UserActions__user-badge-container.vfuk-UserActions__is-mobile-active {
  background-color: #e60000;
}
.vfuk-UserActions__user-badge-container span {
  margin: auto;
  display: block;
}
.vfuk-UserActions__user-badge-container span.vfuk-UserActions__action-label {
  margin-bottom: -2px;
}

.vfuk-UserActions__user-login {
  text-align: center;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: initial;
}
@media (min-width: 768px) {
  .vfuk-UserActions__user-login {
    height: 60px;
    line-height: 70px;
  }
}
@media (min-width: 992px) {
  .vfuk-UserActions__user-login {
    height: 70px;
    line-height: 80px;
  }
}
.vfuk-UserActions__user-login a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.vfuk-UserActions__menu-close {
  display: none;
  margin-top: 4px;
}
@media (min-width: 992px) {
  .vfuk-UserActions__menu-close {
    margin-top: 8px;
  }
}
.vfuk-UserActions__menu-close.vfuk-UserActions__is-active {
  display: block;
}
@media (min-width: 992px) {
  .vfuk-UserActions__menu-close.vfuk-UserActions__is-active {
    display: none;
  }
}
.vfuk-UserActions__menu-close .vfuk-UserActions__action-label {
  visibility: hidden;
}

.vfuk-UserActions__confirm-action {
  text-align: center;
  max-width: 450px;
  margin: 0 auto;
}

span.vfuk-UserActions__user-badge {
  font-weight: bold;
  border: 1px solid #333333;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  text-align: center;
  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;
}
@media (min-width: 768px) {
  span.vfuk-UserActions__user-badge {
    width: 34px;
    height: 34px;
  }
}
.vfuk-UserActions__is-active span.vfuk-UserActions__user-badge {
  color: #e60000;
  border-color: #e60000;
}@-webkit-keyframes vfuk-StandardSubNavigation__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-StandardSubNavigation__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-StandardSubNavigation__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-StandardSubNavigation__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-StandardSubNavigation__list-container {
  z-index: 9 !important;
}
@media (min-width: 992px) {
  .vfuk-StandardSubNavigation__list-container {
    display: none;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.9);
  }
}

@media (min-width: 992px) {
  .vfuk-StandardSubNavigation__l2-list-container {
    display: none;
    min-width: 200px;
    max-width: 400px;
    padding-bottom: 8px;
    background-color: rgba(255, 255, 255, 0.9);
  }
}

.vfuk-StandardSubNavigation__list-container,
.vfuk-StandardSubNavigation__l2-list-container {
  display: none;
  height: 0;
  width: 100%;
  /* stylelint-disable */
  /* stylelint-enable */
}
.vfuk-StandardSubNavigation__list-container.gn-is-open, .vfuk-StandardSubNavigation__list-container.vfuk-StandardSubNavigation__gn-is-open,
.vfuk-StandardSubNavigation__l2-list-container.gn-is-open,
.vfuk-StandardSubNavigation__l2-list-container.vfuk-StandardSubNavigation__gn-is-open {
  display: block;
  height: auto;
}
@media (min-width: 992px) {
  .vfuk-StandardSubNavigation__list-container.gn-is-open, .vfuk-StandardSubNavigation__list-container.vfuk-StandardSubNavigation__gn-is-open,
  .vfuk-StandardSubNavigation__l2-list-container.gn-is-open,
  .vfuk-StandardSubNavigation__l2-list-container.vfuk-StandardSubNavigation__gn-is-open {
    display: none;
    height: 60px;
  }
}
@media (min-width: 992px) {
  .vfuk-StandardSubNavigation__list-container,
  .vfuk-StandardSubNavigation__l2-list-container {
    position: absolute;
    z-index: 9;
    top: 100%;
    left: 0;
    height: 100%;
  }
}

.vfuk-StandardSubNavigation__list,
.vfuk-StandardSubNavigation__l2-list {
  display: block;
  margin: 0;
  width: 100%;
  padding-top: 8px;
}

.vfuk-StandardSubNavigation__l2-list {
  padding-left: 0;
}

@media (min-width: 992px) {
  .vfuk-StandardSubNavigation__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    width: 1441px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 16px 0 80px;
  }
}

.vfuk-StandardSubNavigation__list-item {
  position: relative;
  list-style: none;
  margin: 0;
}
@media (min-width: 992px) {
  .vfuk-StandardSubNavigation__list-item {
    height: 100%;
    margin: 0;
  }
  .vfuk-StandardSubNavigation__list-item.vfuk-StandardSubNavigation__is-active {
    -webkit-box-shadow: inset 0 0 0 0 #e60000;
            box-shadow: inset 0 0 0 0 #e60000;
    -webkit-transition: -webkit-box-shadow 200ms;
    transition: -webkit-box-shadow 200ms;
    transition: box-shadow 200ms;
    transition: box-shadow 200ms, -webkit-box-shadow 200ms;
  }
  .vfuk-StandardSubNavigation__list-item.vfuk-StandardSubNavigation__is-active:hover, .vfuk-StandardSubNavigation__list-item.vfuk-StandardSubNavigation__is-active:focus, .vfuk-StandardSubNavigation__list-item.vfuk-StandardSubNavigation__is-active.vfuk-StandardSubNavigation__is-active, .vfuk-StandardSubNavigation__list-item.vfuk-StandardSubNavigation__is-active.vfuk-StandardSubNavigation__is-highlighted {
    -webkit-box-shadow: inset 0 -4px 0 0 #e60000;
            box-shadow: inset 0 -4px 0 0 #e60000;
    background-color: white;
  }
  .vfuk-StandardSubNavigation__list-item.vfuk-StandardSubNavigation__is-active .vfuk-StandardSubNavigation__l2-list-container {
    display: block !important;
    height: auto;
  }
}

.vfuk-StandardSubNavigation__l2-list-item {
  display: block;
  width: 100%;
  text-align: left;
  margin: 0;
}
@media (min-width: 992px) {
  .vfuk-StandardSubNavigation__l2-list-item {
    padding-bottom: 8px;
  }
}

.vfuk-StandardSubNavigation__list-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 8px 16px;
  text-decoration: none;
}
.vfuk-StandardSubNavigation__list-link:hover, .vfuk-StandardSubNavigation__list-link:focus {
  color: #e60000;
}
@media (min-width: 992px) {
  .vfuk-StandardSubNavigation__list-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: inherit;
    height: 100%;
  }
}
.vfuk-StandardSubNavigation__list-link.vfuk-StandardSubNavigation__not-link {
  cursor: pointer;
}
.vfuk-StandardSubNavigation__list-link.vfuk-StandardSubNavigation__not-link:hover, .vfuk-StandardSubNavigation__list-link.vfuk-StandardSubNavigation__not-link:focus {
  color: #333333;
}
.vfuk-StandardSubNavigation__list-link.vfuk-StandardSubNavigation__has-children {
  display: none;
}
@media (min-width: 992px) {
  .vfuk-StandardSubNavigation__list-link {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    font-size: 22px;
  }
  .vfuk-StandardSubNavigation__list-link.vfuk-StandardSubNavigation__has-children {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.vfuk-StandardSubNavigation__list-item .vfuk-StandardSubNavigation__list-link {
  padding-left: 40px;
}
@media (min-width: 992px) {
  .vfuk-StandardSubNavigation__list-item .vfuk-StandardSubNavigation__list-link {
    padding-left: 16px;
  }
}

.vfuk-StandardSubNavigation__l2-list-link {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 8px 16px;
  text-decoration: none;
  display: block;
  padding-left: 48px;
}
.vfuk-StandardSubNavigation__l2-list-link:hover, .vfuk-StandardSubNavigation__l2-list-link:focus {
  color: #e60000;
}
@media (min-width: 992px) {
  .vfuk-StandardSubNavigation__l2-list-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: inherit;
    height: 100%;
    padding-left: 16px;
  }
}
.vfuk-StandardSubNavigation__l2-list-link.vfuk-StandardSubNavigation__not-link:hover, .vfuk-StandardSubNavigation__l2-list-link.vfuk-StandardSubNavigation__not-link:focus {
  color: #333333;
}

.vfuk-StandardSubNavigation__list-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 8px 16px;
  text-decoration: none;
  /* stylelint-disable */
  /* stylelint-enable */
}
.vfuk-StandardSubNavigation__list-button .SVGInline { /* stylelint-disable-line */
  margin-left: auto;
}
.vfuk-StandardSubNavigation__list-button svg {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.vfuk-StandardSubNavigation__list-button:hover, .vfuk-StandardSubNavigation__list-button:focus {
  color: #e60000;
}
@media (min-width: 992px) {
  .vfuk-StandardSubNavigation__list-button {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: inherit;
    height: 100%;
    display: none;
  }
}
.vfuk-StandardSubNavigation__list-button.vfuk-StandardSubNavigation__not-link:hover, .vfuk-StandardSubNavigation__list-button.vfuk-StandardSubNavigation__not-link:focus {
  color: #333333;
}
.vfuk-StandardSubNavigation__list-item .vfuk-StandardSubNavigation__list-button {
  padding-left: 40px;
}
@media (min-width: 992px) {
  .vfuk-StandardSubNavigation__list-item .vfuk-StandardSubNavigation__list-button {
    padding-left: 16px;
  }
}
.vfuk-StandardSubNavigation__list-button.gn-is-open svg, .vfuk-StandardSubNavigation__list-button.vfuk-StandardSubNavigation__gn-is-open svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (min-width: 992px) {
  .vfuk-StandardSubNavigation__icon {
    display: none;
  }
}
.vfuk-StandardSubNavigation__arrow-align {
  position: relative;
}
.vfuk-StandardSubNavigation__arrow-align span {
  position: absolute;
  top: 0;
  left: 2px;
}@-webkit-keyframes vfuk-StandardNavigation__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-StandardNavigation__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-StandardNavigation__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-StandardNavigation__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-StandardNavigation__nav {
  display: block;
  overflow: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (min-width: 992px) {
  .vfuk-StandardNavigation__nav {
    height: 100%;
  }
}

.vfuk-StandardNavigation__list {
  display: block;
  margin-bottom: 0;
  padding-left: 0;
}
@media (min-width: 992px) {
  .vfuk-StandardNavigation__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 16px;
  }
}

.vfuk-StandardNavigation__list-item {
  display: block;
  margin-bottom: 0;
  margin-left: 0;
}
@media (min-width: 992px) {
  .vfuk-StandardNavigation__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: inherit;
    list-style: none;
    /* stylelint-disable */
    /* stylelint-enable */
  }
  .vfuk-StandardNavigation__list-item.vfuk-StandardNavigation__is-highlighted, .vfuk-StandardNavigation__list-item.vfuk-StandardNavigation__is-active {
    -webkit-box-shadow: inset 0 0 0 0 #e60000;
            box-shadow: inset 0 0 0 0 #e60000;
    -webkit-transition: -webkit-box-shadow 200ms;
    transition: -webkit-box-shadow 200ms;
    transition: box-shadow 200ms;
    transition: box-shadow 200ms, -webkit-box-shadow 200ms;
  }
  .vfuk-StandardNavigation__list-item.vfuk-StandardNavigation__is-highlighted:hover, .vfuk-StandardNavigation__list-item.vfuk-StandardNavigation__is-highlighted:focus, .vfuk-StandardNavigation__list-item.vfuk-StandardNavigation__is-highlighted.vfuk-StandardNavigation__is-active, .vfuk-StandardNavigation__list-item.vfuk-StandardNavigation__is-highlighted.vfuk-StandardNavigation__is-highlighted, .vfuk-StandardNavigation__list-item.vfuk-StandardNavigation__is-active:hover, .vfuk-StandardNavigation__list-item.vfuk-StandardNavigation__is-active:focus, .vfuk-StandardNavigation__list-item.vfuk-StandardNavigation__is-active.vfuk-StandardNavigation__is-active, .vfuk-StandardNavigation__list-item.vfuk-StandardNavigation__is-active.vfuk-StandardNavigation__is-highlighted {
    -webkit-box-shadow: inset 0 -4px 0 0 #e60000;
            box-shadow: inset 0 -4px 0 0 #e60000;
    background-color: white;
  }
  .vfuk-StandardNavigation__list-item.vfuk-StandardNavigation__is-active {
    /* stylelint-disable */
    /* stylelint-enable */
  }
  .vfuk-StandardNavigation__list-item.vfuk-StandardNavigation__is-active .list-l1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .vfuk-StandardNavigation__list-item.gn-has-focus .list-l1, .vfuk-StandardNavigation__list-item:focus .list-l1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.vfuk-StandardNavigation__gn-has-focus {
  text-align: left;
}

.vfuk-StandardNavigation__list-link {
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 8px 16px;
  text-decoration: none;
  color: #333333;
}
.vfuk-StandardNavigation__list-link:focus {
  outline: thin dotted;
}
@media (min-width: 992px) {
  .vfuk-StandardNavigation__list-link {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    height: 100%;
    padding: 16px;
    font-size: 22px;
  }
  .vfuk-StandardNavigation__list-link:hover, .vfuk-StandardNavigation__list-link.vfuk-StandardNavigation__is-active {
    -webkit-box-shadow: inset 0 0 0 0 #e60000;
            box-shadow: inset 0 0 0 0 #e60000;
    -webkit-transition: -webkit-box-shadow 200ms;
    transition: -webkit-box-shadow 200ms;
    transition: box-shadow 200ms;
    transition: box-shadow 200ms, -webkit-box-shadow 200ms;
  }
  .vfuk-StandardNavigation__list-link:hover:hover, .vfuk-StandardNavigation__list-link:hover:focus, .vfuk-StandardNavigation__list-link:hover.vfuk-StandardNavigation__is-active, .vfuk-StandardNavigation__list-link:hover.vfuk-StandardNavigation__is-highlighted, .vfuk-StandardNavigation__list-link.vfuk-StandardNavigation__is-active:hover, .vfuk-StandardNavigation__list-link.vfuk-StandardNavigation__is-active:focus, .vfuk-StandardNavigation__list-link.vfuk-StandardNavigation__is-active.vfuk-StandardNavigation__is-active, .vfuk-StandardNavigation__list-link.vfuk-StandardNavigation__is-active.vfuk-StandardNavigation__is-highlighted {
    -webkit-box-shadow: inset 0 -4px 0 0 #e60000;
            box-shadow: inset 0 -4px 0 0 #e60000;
    background-color: white;
  }
}@-webkit-keyframes vfuk-SearchForm__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-SearchForm__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-SearchForm__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-SearchForm__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-SearchForm__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-left: auto;
  height: 36px;
  line-height: 12px;
}
@media (min-width: 768px) {
  .vfuk-SearchForm__form {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    height: 38px;
  }
}
@media (min-width: 992px) {
  .vfuk-SearchForm__form {
    height: 42px;
  }
}

.vfuk-SearchForm__input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 100%;
  padding: 8px;
  border-radius: 4px 0 0 4px;
  border: 1px solid #333333;
  background-color: #ffffff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.vfuk-SearchForm__input::-ms-clear, .vfuk-SearchForm__input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

.vfuk-SearchForm__close {
  margin-left: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.vfuk-SearchForm__submit {
  height: 100%;
  padding: 0 8px;
  border-radius: 0 4px 4px 0;
  background-color: #000000;
}@-webkit-keyframes vfuk-Header__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-Header__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-Header__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-Header__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-Header__container {
  position: relative;
  width: 100%;
  height: 48px;
  background-color: #ffffff;
  border-bottom: 1px solid #999999;
}
@media (min-width: 768px) {
  .vfuk-Header__container {
    height: 62px;
  }
}
@media (min-width: 992px) {
  .vfuk-Header__container {
    height: 72px;
  }
}

.vfuk-Header__content-loader {
  margin-right: 8px;
  margin-left: 8px;
  width: 16.6%;
  height: 13px;
  border-radius: 5px;
  -webkit-animation: vfuk-Header__shine-lines 1.6s infinite linear;
          animation: vfuk-Header__shine-lines 1.6s infinite linear;
  background-color: #dddddd;
  background-image: linear-gradient(90deg, #dddddd 1px, #e8e8e8 40px, #dddddd 80px);
  background-size: 600px;
}

@-webkit-keyframes vfuk-Header__shine-lines {
  0% {
    background-position: -100px;
  }
  40%, 100% {
    background-position: 140px;
  }
}

@keyframes vfuk-Header__shine-lines {
  0% {
    background-position: -100px;
  }
  40%, 100% {
    background-position: 140px;
  }
}
.vfuk-Header__header {
  width: 100%;
  height: inherit;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 992px) {
  .vfuk-Header__header {
    max-width: 1441px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.vfuk-Header__logo {
  height: 26px;
  width: 26px;
}
.vfuk-Header__logo:focus {
  outline: thin dotted;
}
@media (min-width: 768px) {
  .vfuk-Header__logo {
    height: 40px;
    width: 40px;
  }
}
@media (min-width: 992px) {
  .vfuk-Header__logo {
    height: 48px;
    min-width: 48px;
  }
}

.vfuk-Header__links-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 10;
  margin-left: auto;
  padding-left: 8px;
  height: 100%;
  min-width: 150px;
}
@media (min-width: 992px) {
  .vfuk-Header__links-list {
    min-width: 200px;
  }
}

.vfuk-Header__links-list-item {
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  text-decoration: none;
  font-size: 14px;
}
.vfuk-Header__links-list-item > * {
  line-height: 1;
}
@media (min-width: 992px) {
  .vfuk-Header__links-list-item {
    padding: 16px;
  }
}
.vfuk-Header__links-list-item:focus {
  outline: thin dotted;
}
.vfuk-Header__links-list-item:not(.vfuk-Header__mobile-nav-item):focus, .vfuk-Header__links-list-item:not(.vfuk-Header__mobile-nav-item):hover {
  -webkit-box-shadow: inset 0 0 0 0 #e60000;
          box-shadow: inset 0 0 0 0 #e60000;
  -webkit-transition: -webkit-box-shadow 200ms;
  transition: -webkit-box-shadow 200ms;
  transition: box-shadow 200ms;
  transition: box-shadow 200ms, -webkit-box-shadow 200ms;
}
.vfuk-Header__links-list-item:not(.vfuk-Header__mobile-nav-item):focus:hover, .vfuk-Header__links-list-item:not(.vfuk-Header__mobile-nav-item):focus:focus, .vfuk-Header__links-list-item:not(.vfuk-Header__mobile-nav-item):focus.vfuk-Header__is-active, .vfuk-Header__links-list-item:not(.vfuk-Header__mobile-nav-item):focus.vfuk-Header__is-highlighted, .vfuk-Header__links-list-item:not(.vfuk-Header__mobile-nav-item):hover:hover, .vfuk-Header__links-list-item:not(.vfuk-Header__mobile-nav-item):hover:focus, .vfuk-Header__links-list-item:not(.vfuk-Header__mobile-nav-item):hover.vfuk-Header__is-active, .vfuk-Header__links-list-item:not(.vfuk-Header__mobile-nav-item):hover.vfuk-Header__is-highlighted {
  -webkit-box-shadow: inset 0 -4px 0 0 #e60000;
          box-shadow: inset 0 -4px 0 0 #e60000;
  background-color: white;
}
.vfuk-Header__links-list-item span {
  display: block;
  text-align: center;
}
.vfuk-Header__links-list-item .vfuk-Header__action-label {
  margin-top: 2px;
}

@media (min-width: 992px) {
  .vfuk-Header__mobile-nav-item {
    display: none;
  }
}

.vfuk-Header__navigation {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 10;
  right: -100%;
  background-color: rgba(255, 255, 255, 0.95);
  width: 100%;
  padding: 16px 0 0;
  -webkit-transition: right 0.5s ease;
  transition: right 0.5s ease;
  overflow-x: hidden;
  overflow-y: scroll;
  height: auto;
  position: fixed;
  top: 36px;
}
.vfuk-Header__navigation.vfuk-Header__gn-is-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: 0;
  bottom: 0;
}
@media (min-width: 768px) {
  .vfuk-Header__navigation {
    top: 62px;
    width: 312px;
    right: -312px;
  }
}
@media (min-width: 992px) {
  .vfuk-Header__navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    width: 100%;
    background-color: transparent;
    margin-right: 16px;
    margin-left: 16px;
    padding: 0;
    position: static;
    right: auto;
    top: auto;
    overflow: visible;
  }
}

.vfuk-Header__fullscreen {
  top: 48px;
}
@media (min-width: 768px) {
  .vfuk-Header__fullscreen {
    top: 62px;
  }
}
@media (min-width: 992px) {
  .vfuk-Header__fullscreen {
    position: initial;
    top: initial;
  }
}

.vfuk-Header__sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 9;
}
@media (min-width: 992px) {
  .vfuk-Header__sticky {
    top: -30px;
  }
}

/* stylelint-disable */
.no-scroll {
  min-height: 100%;
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.vfuk-Header__skip-main {
  left: -999px;
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  background-color: #333333;
  color: #ffffff;
}
.vfuk-Header__skip-main:focus, .vfuk-Header__skip-main:active {
  top: 0;
  left: 0;
  width: 190px;
  height: auto;
  overflow: auto;
  padding: 8px;
  border-bottom: 3px solid red;
  text-align: center;
  z-index: 1000;
}@-webkit-keyframes vfuk-Nanorep__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-Nanorep__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-Nanorep__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-Nanorep__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-Nanorep__nanoRep {
  max-width: 800px;
  margin: 0 auto;
}
.vfuk-Nanorep__nanoRep p:last-child {
  margin-bottom: 16px;
}

.vfuk-Nanorep__subHeading {
  max-width: 800px;
  margin: 4px auto 0;
}@-webkit-keyframes vfuk-ScrollStripItem__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-ScrollStripItem__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-ScrollStripItem__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-ScrollStripItem__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-ScrollStripItem__icon {
  padding: 0 10px;
  margin-bottom: 10px;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.vfuk-ScrollStripItem__icon span {
  margin: 0 auto;
  width: 36px;
  height: 36px;
}
@media (min-width: 768px) {
  .vfuk-ScrollStripItem__icon span {
    width: 56px;
    height: 56px;
  }
}

.vfuk-ScrollStripItem__logo {
  display: block;
  margin-bottom: 0 auto;
  background-color: #ffffff;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
}
.vfuk-ScrollStripItem__logo-item {
  list-style: none;
  margin: 16px;
  width: 60px;
  height: 60px;
}
@media (min-width: 768px) {
  .vfuk-ScrollStripItem__logo-item {
    margin-left: 16px;
    margin-right: 16px;
    width: 120px;
    height: 120px;
  }
}
.vfuk-ScrollStripItem__logo-item:first-child {
  margin-left: 24px;
}
.vfuk-ScrollStripItem__logo-item:last-child {
  margin-right: 24px;
}
.vfuk-ScrollStripItem__logo-hover:hover, .vfuk-ScrollStripItem__logo-hover:focus {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.vfuk-ScrollStripItem__logo-hover:hover svg, .vfuk-ScrollStripItem__logo-hover:focus svg {
  fill: #666666;
}
.vfuk-ScrollStripItem__logo-selected {
  border: solid 2px #428600;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.vfuk-ScrollStripItem__label {
  text-decoration: none;
  text-align: center;
  list-style-type: none;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 200;
  width: 100%;
}
@media (min-width: 768px) {
  .vfuk-ScrollStripItem__label {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.vfuk-ScrollStripItem__link {
  display: block;
  text-align: center;
  padding: 0;
  text-decoration: none;
  width: 100%;
}
.vfuk-ScrollStripItem__link-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 100px;
  max-width: 115px;
  list-style: none;
}
.vfuk-ScrollStripItem__link-item button {
  color: inherit;
}
@media (min-width: 768px) {
  .vfuk-ScrollStripItem__link-item {
    min-width: 138px;
  }
}
@media (min-width: 992px) {
  .vfuk-ScrollStripItem__link-item {
    min-width: 162px;
  }
}
.vfuk-ScrollStripItem__link-item:first-child {
  margin-left: 24px;
}
.vfuk-ScrollStripItem__link-item:last-child {
  margin-right: 24px;
}
.vfuk-ScrollStripItem__link-hover {
  padding: 15px 5px 5px 5px;
}
.vfuk-ScrollStripItem__link-hover:hover .vfuk-ScrollStripItem__icon, .vfuk-ScrollStripItem__link-hover:focus .vfuk-ScrollStripItem__icon {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.vfuk-ScrollStripItem__link-selected {
  border: solid 2px #428600;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}@-webkit-keyframes vfuk-ScrollStrip__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-ScrollStrip__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-ScrollStrip__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-ScrollStrip__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-ScrollStrip__scroll-wrap {
  max-width: 1340px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.vfuk-ScrollStrip__list-wrap {
  overflow-x: auto;
  -ms-overflow-style: none;
}
.vfuk-ScrollStrip__list-wrap::-webkit-scrollbar {
  display: none;
}
.vfuk-ScrollStrip__list-wrap-brand:before, .vfuk-ScrollStrip__list-wrap-brand:after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  background-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" x="0" y="0" viewBox="0 0 30 50" xml:space="preserve"><path fill="#ffffff" transform="translate(12 15)" d="M6.2 14.2l-1.4-1.4 4.3-4.3-4.3-4.3 1.4-1.4 5.7 5.7z"/></svg>'), -webkit-gradient(linear, left top, right top, from(rgba(230, 0, 0, 0)), color-stop(40%, #e60000));
  background-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" x="0" y="0" viewBox="0 0 30 50" xml:space="preserve"><path fill="#ffffff" transform="translate(12 15)" d="M6.2 14.2l-1.4-1.4 4.3-4.3-4.3-4.3 1.4-1.4 5.7 5.7z"/></svg>'), linear-gradient(90deg, rgba(230, 0, 0, 0), #e60000 40%);
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 1;
}
.vfuk-ScrollStrip__list-wrap-brand:before {
  left: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.vfuk-ScrollStrip__list-wrap-brand:after {
  right: 0;
}
.vfuk-ScrollStrip__list-wrap-dark1:before, .vfuk-ScrollStrip__list-wrap-dark1:after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  background-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" x="0" y="0" viewBox="0 0 30 50" xml:space="preserve"><path fill="#ffffff" transform="translate(12 15)" d="M6.2 14.2l-1.4-1.4 4.3-4.3-4.3-4.3 1.4-1.4 5.7 5.7z"/></svg>'), -webkit-gradient(linear, left top, right top, from(rgba(51, 51, 51, 0)), color-stop(40%, #333333));
  background-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" x="0" y="0" viewBox="0 0 30 50" xml:space="preserve"><path fill="#ffffff" transform="translate(12 15)" d="M6.2 14.2l-1.4-1.4 4.3-4.3-4.3-4.3 1.4-1.4 5.7 5.7z"/></svg>'), linear-gradient(90deg, rgba(51, 51, 51, 0), #333333 40%);
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 1;
}
.vfuk-ScrollStrip__list-wrap-dark1:before {
  left: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.vfuk-ScrollStrip__list-wrap-dark1:after {
  right: 0;
}
.vfuk-ScrollStrip__list-wrap-mid1:before, .vfuk-ScrollStrip__list-wrap-mid1:after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  background-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" x="0" y="0" viewBox="0 0 30 50" xml:space="preserve"><path fill="" transform="translate(12 15)" d="M6.2 14.2l-1.4-1.4 4.3-4.3-4.3-4.3 1.4-1.4 5.7 5.7z"/></svg>'), -webkit-gradient(linear, left top, right top, from(rgba(204, 204, 204, 0)), color-stop(40%, #cccccc));
  background-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" x="0" y="0" viewBox="0 0 30 50" xml:space="preserve"><path fill="" transform="translate(12 15)" d="M6.2 14.2l-1.4-1.4 4.3-4.3-4.3-4.3 1.4-1.4 5.7 5.7z"/></svg>'), linear-gradient(90deg, rgba(204, 204, 204, 0), #cccccc 40%);
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 1;
}
.vfuk-ScrollStrip__list-wrap-mid1:before {
  left: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.vfuk-ScrollStrip__list-wrap-mid1:after {
  right: 0;
}
.vfuk-ScrollStrip__list-wrap-none-white:before, .vfuk-ScrollStrip__list-wrap-none-white:after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  background-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" x="0" y="0" viewBox="0 0 30 50" xml:space="preserve"><path fill="" transform="translate(12 15)" d="M6.2 14.2l-1.4-1.4 4.3-4.3-4.3-4.3 1.4-1.4 5.7 5.7z"/></svg>'), -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(40%, white));
  background-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" x="0" y="0" viewBox="0 0 30 50" xml:space="preserve"><path fill="" transform="translate(12 15)" d="M6.2 14.2l-1.4-1.4 4.3-4.3-4.3-4.3 1.4-1.4 5.7 5.7z"/></svg>'), linear-gradient(90deg, rgba(255, 255, 255, 0), white 40%);
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 1;
}
.vfuk-ScrollStrip__list-wrap-none-white:before {
  left: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.vfuk-ScrollStrip__list-wrap-none-white:after {
  right: 0;
}
.vfuk-ScrollStrip__list-wrap-none-grey:before, .vfuk-ScrollStrip__list-wrap-none-grey:after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  background-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" x="0" y="0" viewBox="0 0 30 50" xml:space="preserve"><path fill="" transform="translate(12 15)" d="M6.2 14.2l-1.4-1.4 4.3-4.3-4.3-4.3 1.4-1.4 5.7 5.7z"/></svg>'), -webkit-gradient(linear, left top, right top, from(rgba(244, 244, 244, 0)), color-stop(40%, #f4f4f4));
  background-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" x="0" y="0" viewBox="0 0 30 50" xml:space="preserve"><path fill="" transform="translate(12 15)" d="M6.2 14.2l-1.4-1.4 4.3-4.3-4.3-4.3 1.4-1.4 5.7 5.7z"/></svg>'), linear-gradient(90deg, rgba(244, 244, 244, 0), #f4f4f4 40%);
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 1;
}
.vfuk-ScrollStrip__list-wrap-none-grey:before {
  left: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.vfuk-ScrollStrip__list-wrap-none-grey:after {
  right: 0;
}

.vfuk-ScrollStrip__inline-wrap {
  display: inline-block;
  margin: 0 auto;
}
.vfuk-ScrollStrip__inline-wrap ul {
  margin: 0;
  padding: 0;
}

.vfuk-ScrollStrip__item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
}

.vfuk-ScrollStrip__eos--right:after {
  opacity: 0;
}

.vfuk-ScrollStrip__eos--left:before {
  opacity: 0;
}@-webkit-keyframes vfuk-FooterItemList__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-FooterItemList__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-FooterItemList__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-FooterItemList__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-FooterItemList__item {
  border-top: 1px solid #999999;
  width: 100%;
  display: block;
  margin: 0;
}
@media (min-width: 768px) {
  .vfuk-FooterItemList__item {
    border-top: 0;
  }
}

.vfuk-FooterItemList__toggle {
  font-size: 20px;
  line-height: 1.6;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: rgba(255, 255, 255, 0.8);
  width: 100%;
  text-align: left;
  padding: 8px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.vfuk-FooterItemList__toggle:hover, .vfuk-FooterItemList__toggle:focus {
  color: #ffffff;
}
@media (min-width: 768px) {
  .vfuk-FooterItemList__toggle {
    display: none;
  }
}

.vfuk-FooterItemList__toggle-text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.vfuk-FooterItemList__toggle-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.vfuk-FooterItemList__toggle-icon svg {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.vfuk-FooterItemList__list {
  list-style-type: none;
  padding-left: 0;
}

.vfuk-FooterItemList__list-item {
  list-style-type: none;
  padding: 0;
}

.vfuk-FooterItemList__link {
  line-height: 1.8;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}
.vfuk-FooterItemList__link:hover {
  text-decoration: underline;
  color: #ffffff;
}
.vfuk-FooterItemList__link:focus {
  outline: 2px solid #00b0ca;
  color: #ffffff;
}
@media (min-width: 768px) {
  .vfuk-FooterItemList__link {
    padding-left: 0;
  }
}

.vfuk-FooterItemList__title {
  display: none;
}
@media (min-width: 768px) {
  .vfuk-FooterItemList__title {
    display: block;
  }
}

.vfuk-FooterItemList__content {
  padding: 8px 16px;
  margin: 0;
  list-style: none;
  display: none;
  height: 0;
}
@media (min-width: 768px) {
  .vfuk-FooterItemList__content {
    padding: 8px 0 16px;
    display: block;
    height: auto;
  }
}

.vfuk-FooterItemList__is-open .vfuk-FooterItemList__content {
  display: block;
  height: auto;
  padding-bottom: 8px;
}
.vfuk-FooterItemList__is-open .vfuk-FooterItemList__toggle svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}@-webkit-keyframes vfuk-FooterContentLoader__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-FooterContentLoader__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-FooterContentLoader__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-FooterContentLoader__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-FooterContentLoader__content-loader {
  display: inline-block;
  background-color: #494949;
  border-radius: 5px;
  background: linear-gradient(-90deg, #494949 0, #666666 40px, #494949 80px);
  background-size: 400% 400%;
  -webkit-animation: vfuk-FooterContentLoader__shine-lines 2s linear infinite;
          animation: vfuk-FooterContentLoader__shine-lines 2s linear infinite;
}
@media (min-width: 768px) {
  .vfuk-FooterContentLoader__content-loader {
    margin: 8px;
  }
}

.vfuk-FooterContentLoader__xSmall {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 16px;
}

.vfuk-FooterContentLoader__small {
  display: none;
  width: 70px;
  height: 16px;
  margin: 8px 8px;
}
@media (min-width: 768px) {
  .vfuk-FooterContentLoader__small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.vfuk-FooterContentLoader__med {
  width: 140px;
  height: 16px;
}

.vfuk-FooterContentLoader__large {
  width: 80%;
  height: 16px;
  margin: 8px 8px;
}

@-webkit-keyframes vfuk-FooterContentLoader__shine-lines {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: -100% 0%;
  }
}

@keyframes vfuk-FooterContentLoader__shine-lines {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: -100% 0%;
  }
}@-webkit-keyframes vfuk-StandardFooter__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-StandardFooter__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-StandardFooter__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-StandardFooter__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-StandardFooter__footer {
  font-size: 16px;
}
@media (min-width: 992px) {
  .vfuk-StandardFooter__footer {
    font-size: 18px;
  }
}

.vfuk-StandardFooter__social {
  display: block;
  text-align: center;
}

.vfuk-StandardFooter__social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .vfuk-StandardFooter__social-links {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 24px;
    margin: 0 16px;
  }
}

.vfuk-StandardFooter__social-list-items {
  height: 28px;
  padding: 0;
}
@media (min-width: 768px) {
  .vfuk-StandardFooter__social-list-items {
    text-align: left;
  }
}

.vfuk-StandardFooter__social-list-item {
  display: inline-block;
  padding-right: 8px;
  padding-left: 8px;
}
.vfuk-StandardFooter__social-list-item svg {
  height: 28px;
  width: 28px;
}
@media (min-width: 768px) {
  .vfuk-StandardFooter__social-list-item {
    padding-right: 16px;
    padding-left: 0;
  }
}

.vfuk-StandardFooter__horizontal {
  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;
  padding: 8px 0;
  margin: 0;
}
@media (min-width: 768px) {
  .vfuk-StandardFooter__horizontal {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 16px;
  }
}

.vfuk-StandardFooter__horizontal-list-item {
  list-style-type: none;
  padding-left: 8px;
  padding-right: 8px;
  border-left: 1px solid #999999;
}
.vfuk-StandardFooter__horizontal-list-item:first-child {
  border-left: none;
  padding-left: 0;
}

.vfuk-StandardFooter__horizontal-link {
  display: block;
  padding: 6px 0;
  text-align: center;
}
.vfuk-StandardFooter__horizontal-link:focus {
  outline: 2px solid #00b0ca;
}

.vfuk-StandardFooter__footer-link {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
}
.vfuk-StandardFooter__footer-link:hover, .vfuk-StandardFooter__footer-link:focus {
  color: #ffffff;
}

.vfuk-StandardFooter__left {
  text-align: center;
  padding: 16px 0;
}

.vfuk-StandardFooter__forum {
  display: none;
}
@media (min-width: 768px) {
  .vfuk-StandardFooter__forum {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: top;
        -ms-flex-align: top;
            align-items: top;
    text-align: right;
  }
}

.vfuk-StandardFooter__copyright {
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 200;
}
@media (min-width: 768px) {
  .vfuk-StandardFooter__copyright {
    line-height: 1.8;
    text-align: left;
    margin: 0 16px;
  }
}

@media (min-width: 768px) {
  .vfuk-StandardFooter__forum-link-text {
    font-size: 24px;
    line-height: 1.25;
    padding-right: 16px;
    vertical-align: top;
  }
}
.vfuk-StandardFooter__loader-bottom {
  margin-bottom: 16px;
}

.vfuk-StandardFooter__fix-align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .vfuk-StandardFooter__fix-align {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}@-webkit-keyframes vfuk-StepperNode__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-StepperNode__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-StepperNode__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-StepperNode__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-StepperNode__stepper-node {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  margin: 0;
  opacity: 0.4;
  padding: 0;
  position: relative;
  list-style-type: none;
  text-align: center;
  line-height: 1.1;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .vfuk-StepperNode__stepper-node {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
.vfuk-StepperNode__stepper-node a {
  cursor: pointer;
}

.vfuk-StepperNode__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  padding-bottom: 16px;
}
@media (min-width: 768px) {
  .vfuk-StepperNode__wrapper {
    width: 58px;
    padding: 0 8px;
    padding-bottom: 0;
  }
}

.vfuk-StepperNode__node-label {
  position: absolute;
  top: 32px;
  font-size: 0.8rem;
  width: 100px;
  max-width: 90px;
}
@media (min-width: 768px) {
  .vfuk-StepperNode__node-label {
    font-size: 1rem;
    top: 0;
    position: relative;
    width: 100px;
    max-width: none;
  }
}

.vfuk-StepperNode__current-node,
.vfuk-StepperNode__node-complete,
.vfuk-StepperNode__node-enabled {
  opacity: 1;
}

.vfuk-StepperNode__current-node p {
  font-weight: bold;
}

.vfuk-StepperNode__dark {
  color: #000000;
}

.vfuk-StepperNode__info {
  color: #007c92;
}

.vfuk-StepperNode__light1 {
  color: #ffffff;
}

.vfuk-StepperNode__warning {
  color: #eb9700;
}

.vfuk-StepperNode__success {
  color: #428600;
}

.vfuk-StepperNode__stepper-link {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  text-decoration: none;
}
.vfuk-StepperNode__stepper-link:focus {
  outline-width: 3px;
  outline-color: #005ea5;
  outline-style: solid;
  outline-offset: 8px;
}
.vfuk-StepperNode__stepper-link[disabled] {
  cursor: not-allowed;
}@-webkit-keyframes vfuk-StepperSeparator__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-StepperSeparator__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-StepperSeparator__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-StepperSeparator__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-StepperSeparator__stepper-separator {
  border-bottom: 2px solid #999999;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  height: 1rem;
  margin: 0;
  opacity: 0.4;
}
.vfuk-StepperSeparator__stepper-separator:last-of-type {
  display: none;
}

.vfuk-StepperSeparator__separator-size-small {
  height: 0.85rem;
}

.vfuk-StepperSeparator__info {
  border-color: #007c92;
}

.vfuk-StepperSeparator__dark {
  border-color: #000000;
}

.vfuk-StepperSeparator__light1 {
  border-color: #ffffff;
}

.vfuk-StepperSeparator__warning {
  border-color: #eb9700;
}

.vfuk-StepperSeparator__success {
  border-color: #428600;
}

.vfuk-StepperSeparator__separator-node-complete,
.vfuk-StepperSeparator__node-enabled {
  opacity: 1;
}

@media (min-width: 768px) {
  .vfuk-StepperSeparator__stepper-separator {
    height: 1.5rem;
  }
  .vfuk-StepperSeparator__separator-size-small {
    height: 1rem;
  }
}@-webkit-keyframes vfuk-Stepper__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-Stepper__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-Stepper__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-Stepper__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-Stepper__stepper {
  margin-bottom: 32px;
  width: 100%;
}

.vfuk-Stepper__stepper-size-small {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .vfuk-Stepper__stepper-size-small {
    margin-bottom: 16px;
  }
}

.vfuk-Stepper__stepper-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}@-webkit-keyframes vfuk-GlobalStylesProvider__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-GlobalStylesProvider__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-GlobalStylesProvider__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-GlobalStylesProvider__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@-ms-viewport {
  width: device-width;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}
body {
  margin: 0;
  font-family: "Vodafone", "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3333;
  color: #333333;
  text-align: left;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1 {
  font-weight: 200;
  font-size: 32px;
  letter-spacing: 0;
  line-height: 1.25;
  margin: 0 0 16px 0;
}
@media (min-width: 768px) {
  h1 {
    font-size: 56px;
    letter-spacing: 0;
    line-height: 1.143;
    margin: 0 0 24px 0;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 64px;
    letter-spacing: -0.5px;
    line-height: 1.125;
    margin: 0 0 24px 0;
  }
}
@media (min-width: 1441px) {
  h1 {
    font-size: 64px;
    letter-spacing: -0.5px;
    line-height: 1.125;
    margin: 0 0 24px 0;
  }
}
h2 {
  font-weight: 200;
  font-size: 28px;
  letter-spacing: 0;
  line-height: 1.25;
  margin: 0 0 16px 0;
}
@media (min-width: 768px) {
  h2 {
    font-size: 40px;
    letter-spacing: 0;
    line-height: 1.2;
    margin: 0 0 16px 0;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 56px;
    letter-spacing: 0;
    line-height: 1.143;
    margin: 0 0 16px 0;
  }
}
@media (min-width: 1441px) {
  h2 {
    font-size: 64px;
    letter-spacing: 0;
    line-height: 1.143;
    margin: 0 0 16px 0;
  }
}
h3 {
  font-weight: 200;
  font-size: 25px;
  letter-spacing: 0;
  line-height: 1.28;
  margin: 0 0 16px 0;
}
@media (min-width: 768px) {
  h3 {
    font-size: 32px;
    letter-spacing: 0;
    line-height: 1.25;
    margin: 0 0 16px 0;
  }
}
@media (min-width: 992px) {
  h3 {
    font-size: 40px;
    letter-spacing: 0;
    line-height: 1.2;
    margin: 0 0 16px 0;
  }
}
@media (min-width: 1441px) {
  h3 {
    font-size: 40px;
    letter-spacing: 0;
    line-height: 1.2;
    margin: 0 0 16px 0;
  }
}
h4 {
  font-weight: 200;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0 0 16px 0;
}
@media (min-width: 768px) {
  h4 {
    font-size: 25px;
    letter-spacing: 0;
    line-height: 1.28;
    margin: 0 0 16px 0;
  }
}
@media (min-width: 992px) {
  h4 {
    font-size: 28px;
    letter-spacing: 0;
    line-height: 1.28;
    margin: 0 0 16px 0;
  }
}
@media (min-width: 1441px) {
  h4 {
    font-size: 28px;
    letter-spacing: 0;
    line-height: 1.28;
    margin: 0 0 16px 0;
  }
}
h5 {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0 0 16px 0;
}
@media (min-width: 768px) {
  h5 {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 1.2;
    margin: 0 0 16px 0;
  }
}
@media (min-width: 992px) {
  h5 {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 1.2;
    margin: 0 0 16px 0;
  }
}
@media (min-width: 1441px) {
  h5 {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 1.2;
    margin: 0 0 16px 0;
  }
}
h6 {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0 0 16px 0;
}
@media (min-width: 768px) {
  h6 {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 1.2;
    margin: 0 0 16px 0;
  }
}
@media (min-width: 992px) {
  h6 {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 1.2;
    margin: 0 0 16px 0;
  }
}
@media (min-width: 1441px) {
  h6 {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 1.2;
    margin: 0 0 16px 0;
  }
}
p {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.5;
  margin: 0 0 16px 0;
}
p:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  p {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1.333;
    margin: 0 0 16px 0;
  }
}
@media (min-width: 992px) {
  p {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1.333;
    margin: 0 0 16px 0;
  }
}
@media (min-width: 1441px) {
  p {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1.333;
    margin: 0 0 16px 0;
  }
}
p.vfuk-GlobalStylesProvider__footnote {
  font-size: 14px;
  line-height: 1.143;
}
@media (min-width: 768px) {
  p.vfuk-GlobalStylesProvider__footnote {
    font-size: 14px;
    line-height: 1.143;
  }
}
@media (min-width: 992px) {
  p.vfuk-GlobalStylesProvider__footnote {
    font-size: 14px;
    line-height: 1.143;
  }
}
@media (min-width: 1441px) {
  p.vfuk-GlobalStylesProvider__footnote {
    font-size: 14px;
    line-height: 1.143;
  }
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 500;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: inherit;
  text-decoration: underline;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
a:not([href]):not([tabindex]) {
  text-decoration: none;
}
a:not([href]):not([tabindex]) :hover,
a:not([href]):not([tabindex]) :focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
pre,
code,
kbd,
samp {
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
table {
  width: 100%;
  border-collapse: collapse;
}
caption {
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  color: #333333;
  text-align: left;
  caption-side: bottom;
}
th,
td {
  text-align: left;
  vertical-align: top;
}
label {
  display: inline-block;
}
button {
  cursor: pointer;
  padding: 0;
  background-color: transparent;
  border: 0;
  border-radius: 0;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
input[type=radio],
input[type=checkbox] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
.bg-brand { /* stylelint-disable-line */
  background-color: #e60000;
  color: #ffffff;
}
.bg-light1 { /* stylelint-disable-line */
  background-color: #ffffff;
  color: #333333;
}
.bg-light2 { /* stylelint-disable-line */
  background-color: #f4f4f4;
  color: #333333;
}
.bg-light3 { /* stylelint-disable-line */
  background-color: #ebebeb;
  color: #333333;
}
.bg-mid1 { /* stylelint-disable-line */
  background-color: #cccccc;
  color: #333333;
}
.bg-mid2 { /* stylelint-disable-line */
  background-color: #afafaf;
  color: #333333;
}
.bg-mid3 { /* stylelint-disable-line */
  background-color: #999999;
  color: #ffffff;
}
.bg-mid4 { /* stylelint-disable-line */
  background-color: #666666;
  color: #ffffff;
}
.bg-dark1 { /* stylelint-disable-line */
  background-color: #333333;
  color: #ffffff;
}
.bg-dark2 { /* stylelint-disable-line */
  background-color: #000000;
  color: #ffffff;
}
.bg-info { /* stylelint-disable-line */
  background-color: #005ea5;
  color: #ffffff;
}
.bg-selected { /* stylelint-disable-line */
  background-color: #428600;
  color: #ffffff;
}
.bg-success { /* stylelint-disable-line */
  background-color: #428600;
  color: #ffffff;
}
.bg-warn { /* stylelint-disable-line */
  background-color: #eb9700;
  color: #333333;
}
.bg-error { /* stylelint-disable-line */
  background-color: #bd0000;
  color: #ffffff;
}
.bg-discount { /* stylelint-disable-line */
  background-color: #00b0ca;
  color: #333333;
}
.bg-promotion1 { /* stylelint-disable-line */
  background-color: #9c2aa0;
  color: #ffffff;
}
.bg-promotion2 { /* stylelint-disable-line */
  background-color: #5e2750;
  color: #ffffff;
}
.bg-marketingGreen { /* stylelint-disable-line */
  background-color: #a8b400;
  color: #333333;
}
.bg-marketingYellow { /* stylelint-disable-line */
  background-color: #fecb00;
  color: #333333;
}
.bg-marketingOrange { /* stylelint-disable-line */
  background-color: #eb9700;
  color: #333333;
}
.bg-marketingAubergine { /* stylelint-disable-line */
  background-color: #5e2750;
  color: #ffffff;
}
.bg-marketingViolet { /* stylelint-disable-line */
  background-color: #9c2aa0;
  color: #ffffff;
}
.bg-marketingBlue { /* stylelint-disable-line */
  background-color: #00b0ca;
  color: #333333;
}
.bg-marketingTurquoise { /* stylelint-disable-line */
  background-color: #007c92;
  color: #ffffff;
}
.bg-transparent { /* stylelint-disable-line */
  background-color: transparent;
}
/* stylelint-disable */
/* stylelint-enable */
.text-light1 { /* stylelint-disable-line */
  color: #ffffff;
}
.text-light2 { /* stylelint-disable-line */
  color: #f4f4f4;
}
.text-light3 { /* stylelint-disable-line */
  color: #ebebeb;
}
.text-mid1 { /* stylelint-disable-line */
  color: #cccccc;
}
.text-mid2 { /* stylelint-disable-line */
  color: #afafaf;
}
.text-mid3 { /* stylelint-disable-line */
  color: #999999;
}
.text-mid4 { /* stylelint-disable-line */
  color: #666666;
}
.text-dark1 { /* stylelint-disable-line */
  color: #333333;
}
.text-dark2 { /* stylelint-disable-line */
  color: #000000;
}
.text-brand { /* stylelint-disable-line */
  color: #e60000;
}
.text-info { /* stylelint-disable-line */
  color: #005ea5;
}
.text-warn { /* stylelint-disable-line */
  color: #eb9700;
}
.text-error { /* stylelint-disable-line */
  color: #bd0000;
}
.text-success { /* stylelint-disable-line */
  color: #428600;
}
.text-selected { /* stylelint-disable-line */
  color: #428600;
}
.text-discount { /* stylelint-disable-line */
  color: #00b0ca;
}
.text-promotion1 { /* stylelint-disable-line */
  color: #9c2aa0;
}
.text-promotion2 { /* stylelint-disable-line */
  color: #5e2750;
}
.text-marketingYellow { /* stylelint-disable-line */
  color: #fecb00;
}
.text-marketingGreen { /* stylelint-disable-line */
  color: #7ed321;
}
.text-marketingOrange { /* stylelint-disable-line */
  color: #eb9700;
}
.text-marketingTurquoise { /* stylelint-disable-line */
  color: #007c92;
}
.text-marketingBlue { /* stylelint-disable-line */
  color: #00b0ca;
}
.text-marketingViolet { /* stylelint-disable-line */
  color: #9c2aa0;
}
.text-marketingAubergine { /* stylelint-disable-line */
  color: #5e2750;
}
@font-face {
  font-family: "Vodafone";
  src: url("https://cdn.vodafone.co.uk/assets/fonts/vodafone-light.woff") format("woff");
  font-style: normal;
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: "Vodafone";
  src: url("https://cdn.vodafone.co.uk/assets/fonts/vodafone-regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Vodafone";
  src: url("https://cdn.vodafone.co.uk/assets/fonts/vodafone-regular.woff") format("woff");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Vodafone";
  src: url("https://cdn.vodafone.co.uk/assets/fonts/vodafone-bold.woff") format("woff");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
::-webkit-input-placeholder {
  color: #666666;
  font-weight: 400;
}
::-moz-placeholder {
  color: #666666;
  font-weight: 400;
}
:-ms-input-placeholder {
  color: #666666;
  font-weight: 400;
}
:-moz-placeholder {
  color: #666666;
  font-weight: 400;
}
/* stylelint-disable */
.margin-0 {
  margin: 0;
}
@media (min-width: 768px) {
  .margin-0 {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .margin-0 {
    margin: 0;
  }
}
@media (min-width: 1441px) {
  .margin-0 {
    margin: 0;
  }
}
.margin-horizontal-0 {
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .margin-horizontal-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .margin-horizontal-0 {
    margin-left: 0;
  }
}
@media (min-width: 1441px) {
  .margin-horizontal-0 {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .margin-horizontal-0 {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .margin-horizontal-0 {
    margin-right: 0;
  }
}
@media (min-width: 1441px) {
  .margin-horizontal-0 {
    margin-right: 0;
  }
}
.margin-vertical-0 {
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .margin-vertical-0 {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .margin-vertical-0 {
    margin-top: 0;
  }
}
@media (min-width: 1441px) {
  .margin-vertical-0 {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .margin-vertical-0 {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .margin-vertical-0 {
    margin-bottom: 0;
  }
}
@media (min-width: 1441px) {
  .margin-vertical-0 {
    margin-bottom: 0;
  }
}
.margin-top-0 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .margin-top-0 {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .margin-top-0 {
    margin-top: 0;
  }
}
@media (min-width: 1441px) {
  .margin-top-0 {
    margin-top: 0;
  }
}
.margin-right-0 {
  margin-right: 0;
}
@media (min-width: 768px) {
  .margin-right-0 {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .margin-right-0 {
    margin-right: 0;
  }
}
@media (min-width: 1441px) {
  .margin-right-0 {
    margin-right: 0;
  }
}
.margin-bottom-0 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .margin-bottom-0 {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .margin-bottom-0 {
    margin-bottom: 0;
  }
}
@media (min-width: 1441px) {
  .margin-bottom-0 {
    margin-bottom: 0;
  }
}
.margin-left-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .margin-left-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .margin-left-0 {
    margin-left: 0;
  }
}
@media (min-width: 1441px) {
  .margin-left-0 {
    margin-left: 0;
  }
}
.margin-1 {
  margin: 8px;
}
@media (min-width: 768px) {
  .margin-1 {
    margin: 8px;
  }
}
@media (min-width: 992px) {
  .margin-1 {
    margin: 8px;
  }
}
@media (min-width: 1441px) {
  .margin-1 {
    margin: 8px;
  }
}
.margin-horizontal-1 {
  margin-left: 8px;
  margin-right: 8px;
}
@media (min-width: 768px) {
  .margin-horizontal-1 {
    margin-left: 8px;
  }
}
@media (min-width: 992px) {
  .margin-horizontal-1 {
    margin-left: 8px;
  }
}
@media (min-width: 1441px) {
  .margin-horizontal-1 {
    margin-left: 8px;
  }
}
@media (min-width: 768px) {
  .margin-horizontal-1 {
    margin-right: 8px;
  }
}
@media (min-width: 992px) {
  .margin-horizontal-1 {
    margin-right: 8px;
  }
}
@media (min-width: 1441px) {
  .margin-horizontal-1 {
    margin-right: 8px;
  }
}
.margin-vertical-1 {
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .margin-vertical-1 {
    margin-top: 8px;
  }
}
@media (min-width: 992px) {
  .margin-vertical-1 {
    margin-top: 8px;
  }
}
@media (min-width: 1441px) {
  .margin-vertical-1 {
    margin-top: 8px;
  }
}
@media (min-width: 768px) {
  .margin-vertical-1 {
    margin-bottom: 8px;
  }
}
@media (min-width: 992px) {
  .margin-vertical-1 {
    margin-bottom: 8px;
  }
}
@media (min-width: 1441px) {
  .margin-vertical-1 {
    margin-bottom: 8px;
  }
}
.margin-top-1 {
  margin-top: 8px;
}
@media (min-width: 768px) {
  .margin-top-1 {
    margin-top: 8px;
  }
}
@media (min-width: 992px) {
  .margin-top-1 {
    margin-top: 8px;
  }
}
@media (min-width: 1441px) {
  .margin-top-1 {
    margin-top: 8px;
  }
}
.margin-right-1 {
  margin-right: 8px;
}
@media (min-width: 768px) {
  .margin-right-1 {
    margin-right: 8px;
  }
}
@media (min-width: 992px) {
  .margin-right-1 {
    margin-right: 8px;
  }
}
@media (min-width: 1441px) {
  .margin-right-1 {
    margin-right: 8px;
  }
}
.margin-bottom-1 {
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .margin-bottom-1 {
    margin-bottom: 8px;
  }
}
@media (min-width: 992px) {
  .margin-bottom-1 {
    margin-bottom: 8px;
  }
}
@media (min-width: 1441px) {
  .margin-bottom-1 {
    margin-bottom: 8px;
  }
}
.margin-left-1 {
  margin-left: 8px;
}
@media (min-width: 768px) {
  .margin-left-1 {
    margin-left: 8px;
  }
}
@media (min-width: 992px) {
  .margin-left-1 {
    margin-left: 8px;
  }
}
@media (min-width: 1441px) {
  .margin-left-1 {
    margin-left: 8px;
  }
}
.margin-2 {
  margin: 16px;
}
@media (min-width: 768px) {
  .margin-2 {
    margin: 16px;
  }
}
@media (min-width: 992px) {
  .margin-2 {
    margin: 16px;
  }
}
@media (min-width: 1441px) {
  .margin-2 {
    margin: 16px;
  }
}
.margin-horizontal-2 {
  margin-left: 16px;
  margin-right: 16px;
}
@media (min-width: 768px) {
  .margin-horizontal-2 {
    margin-left: 16px;
  }
}
@media (min-width: 992px) {
  .margin-horizontal-2 {
    margin-left: 16px;
  }
}
@media (min-width: 1441px) {
  .margin-horizontal-2 {
    margin-left: 16px;
  }
}
@media (min-width: 768px) {
  .margin-horizontal-2 {
    margin-right: 16px;
  }
}
@media (min-width: 992px) {
  .margin-horizontal-2 {
    margin-right: 16px;
  }
}
@media (min-width: 1441px) {
  .margin-horizontal-2 {
    margin-right: 16px;
  }
}
.margin-vertical-2 {
  margin-top: 16px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .margin-vertical-2 {
    margin-top: 16px;
  }
}
@media (min-width: 992px) {
  .margin-vertical-2 {
    margin-top: 16px;
  }
}
@media (min-width: 1441px) {
  .margin-vertical-2 {
    margin-top: 16px;
  }
}
@media (min-width: 768px) {
  .margin-vertical-2 {
    margin-bottom: 16px;
  }
}
@media (min-width: 992px) {
  .margin-vertical-2 {
    margin-bottom: 16px;
  }
}
@media (min-width: 1441px) {
  .margin-vertical-2 {
    margin-bottom: 16px;
  }
}
.margin-top-2 {
  margin-top: 16px;
}
@media (min-width: 768px) {
  .margin-top-2 {
    margin-top: 16px;
  }
}
@media (min-width: 992px) {
  .margin-top-2 {
    margin-top: 16px;
  }
}
@media (min-width: 1441px) {
  .margin-top-2 {
    margin-top: 16px;
  }
}
.margin-right-2 {
  margin-right: 16px;
}
@media (min-width: 768px) {
  .margin-right-2 {
    margin-right: 16px;
  }
}
@media (min-width: 992px) {
  .margin-right-2 {
    margin-right: 16px;
  }
}
@media (min-width: 1441px) {
  .margin-right-2 {
    margin-right: 16px;
  }
}
.margin-bottom-2 {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .margin-bottom-2 {
    margin-bottom: 16px;
  }
}
@media (min-width: 992px) {
  .margin-bottom-2 {
    margin-bottom: 16px;
  }
}
@media (min-width: 1441px) {
  .margin-bottom-2 {
    margin-bottom: 16px;
  }
}
.margin-left-2 {
  margin-left: 16px;
}
@media (min-width: 768px) {
  .margin-left-2 {
    margin-left: 16px;
  }
}
@media (min-width: 992px) {
  .margin-left-2 {
    margin-left: 16px;
  }
}
@media (min-width: 1441px) {
  .margin-left-2 {
    margin-left: 16px;
  }
}
.margin-3 {
  margin: 16px;
}
@media (min-width: 768px) {
  .margin-3 {
    margin: 24px;
  }
}
@media (min-width: 992px) {
  .margin-3 {
    margin: 24px;
  }
}
@media (min-width: 1441px) {
  .margin-3 {
    margin: 24px;
  }
}
.margin-horizontal-3 {
  margin-left: 16px;
  margin-right: 16px;
}
@media (min-width: 768px) {
  .margin-horizontal-3 {
    margin-left: 24px;
  }
}
@media (min-width: 992px) {
  .margin-horizontal-3 {
    margin-left: 24px;
  }
}
@media (min-width: 1441px) {
  .margin-horizontal-3 {
    margin-left: 24px;
  }
}
@media (min-width: 768px) {
  .margin-horizontal-3 {
    margin-right: 24px;
  }
}
@media (min-width: 992px) {
  .margin-horizontal-3 {
    margin-right: 24px;
  }
}
@media (min-width: 1441px) {
  .margin-horizontal-3 {
    margin-right: 24px;
  }
}
.margin-vertical-3 {
  margin-top: 16px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .margin-vertical-3 {
    margin-top: 24px;
  }
}
@media (min-width: 992px) {
  .margin-vertical-3 {
    margin-top: 24px;
  }
}
@media (min-width: 1441px) {
  .margin-vertical-3 {
    margin-top: 24px;
  }
}
@media (min-width: 768px) {
  .margin-vertical-3 {
    margin-bottom: 24px;
  }
}
@media (min-width: 992px) {
  .margin-vertical-3 {
    margin-bottom: 24px;
  }
}
@media (min-width: 1441px) {
  .margin-vertical-3 {
    margin-bottom: 24px;
  }
}
.margin-top-3 {
  margin-top: 16px;
}
@media (min-width: 768px) {
  .margin-top-3 {
    margin-top: 24px;
  }
}
@media (min-width: 992px) {
  .margin-top-3 {
    margin-top: 24px;
  }
}
@media (min-width: 1441px) {
  .margin-top-3 {
    margin-top: 24px;
  }
}
.margin-right-3 {
  margin-right: 16px;
}
@media (min-width: 768px) {
  .margin-right-3 {
    margin-right: 24px;
  }
}
@media (min-width: 992px) {
  .margin-right-3 {
    margin-right: 24px;
  }
}
@media (min-width: 1441px) {
  .margin-right-3 {
    margin-right: 24px;
  }
}
.margin-bottom-3 {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .margin-bottom-3 {
    margin-bottom: 24px;
  }
}
@media (min-width: 992px) {
  .margin-bottom-3 {
    margin-bottom: 24px;
  }
}
@media (min-width: 1441px) {
  .margin-bottom-3 {
    margin-bottom: 24px;
  }
}
.margin-left-3 {
  margin-left: 16px;
}
@media (min-width: 768px) {
  .margin-left-3 {
    margin-left: 24px;
  }
}
@media (min-width: 992px) {
  .margin-left-3 {
    margin-left: 24px;
  }
}
@media (min-width: 1441px) {
  .margin-left-3 {
    margin-left: 24px;
  }
}
.margin-4 {
  margin: 24px;
}
@media (min-width: 768px) {
  .margin-4 {
    margin: 32px;
  }
}
@media (min-width: 992px) {
  .margin-4 {
    margin: 32px;
  }
}
@media (min-width: 1441px) {
  .margin-4 {
    margin: 32px;
  }
}
.margin-horizontal-4 {
  margin-left: 24px;
  margin-right: 24px;
}
@media (min-width: 768px) {
  .margin-horizontal-4 {
    margin-left: 32px;
  }
}
@media (min-width: 992px) {
  .margin-horizontal-4 {
    margin-left: 32px;
  }
}
@media (min-width: 1441px) {
  .margin-horizontal-4 {
    margin-left: 32px;
  }
}
@media (min-width: 768px) {
  .margin-horizontal-4 {
    margin-right: 32px;
  }
}
@media (min-width: 992px) {
  .margin-horizontal-4 {
    margin-right: 32px;
  }
}
@media (min-width: 1441px) {
  .margin-horizontal-4 {
    margin-right: 32px;
  }
}
.margin-vertical-4 {
  margin-top: 24px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .margin-vertical-4 {
    margin-top: 32px;
  }
}
@media (min-width: 992px) {
  .margin-vertical-4 {
    margin-top: 32px;
  }
}
@media (min-width: 1441px) {
  .margin-vertical-4 {
    margin-top: 32px;
  }
}
@media (min-width: 768px) {
  .margin-vertical-4 {
    margin-bottom: 32px;
  }
}
@media (min-width: 992px) {
  .margin-vertical-4 {
    margin-bottom: 32px;
  }
}
@media (min-width: 1441px) {
  .margin-vertical-4 {
    margin-bottom: 32px;
  }
}
.margin-top-4 {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .margin-top-4 {
    margin-top: 32px;
  }
}
@media (min-width: 992px) {
  .margin-top-4 {
    margin-top: 32px;
  }
}
@media (min-width: 1441px) {
  .margin-top-4 {
    margin-top: 32px;
  }
}
.margin-right-4 {
  margin-right: 24px;
}
@media (min-width: 768px) {
  .margin-right-4 {
    margin-right: 32px;
  }
}
@media (min-width: 992px) {
  .margin-right-4 {
    margin-right: 32px;
  }
}
@media (min-width: 1441px) {
  .margin-right-4 {
    margin-right: 32px;
  }
}
.margin-bottom-4 {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .margin-bottom-4 {
    margin-bottom: 32px;
  }
}
@media (min-width: 992px) {
  .margin-bottom-4 {
    margin-bottom: 32px;
  }
}
@media (min-width: 1441px) {
  .margin-bottom-4 {
    margin-bottom: 32px;
  }
}
.margin-left-4 {
  margin-left: 24px;
}
@media (min-width: 768px) {
  .margin-left-4 {
    margin-left: 32px;
  }
}
@media (min-width: 992px) {
  .margin-left-4 {
    margin-left: 32px;
  }
}
@media (min-width: 1441px) {
  .margin-left-4 {
    margin-left: 32px;
  }
}
.margin-5 {
  margin: 24px;
}
@media (min-width: 768px) {
  .margin-5 {
    margin: 32px;
  }
}
@media (min-width: 992px) {
  .margin-5 {
    margin: 40px;
  }
}
@media (min-width: 1441px) {
  .margin-5 {
    margin: 40px;
  }
}
.margin-horizontal-5 {
  margin-left: 24px;
  margin-right: 24px;
}
@media (min-width: 768px) {
  .margin-horizontal-5 {
    margin-left: 32px;
  }
}
@media (min-width: 992px) {
  .margin-horizontal-5 {
    margin-left: 40px;
  }
}
@media (min-width: 1441px) {
  .margin-horizontal-5 {
    margin-left: 40px;
  }
}
@media (min-width: 768px) {
  .margin-horizontal-5 {
    margin-right: 32px;
  }
}
@media (min-width: 992px) {
  .margin-horizontal-5 {
    margin-right: 40px;
  }
}
@media (min-width: 1441px) {
  .margin-horizontal-5 {
    margin-right: 40px;
  }
}
.margin-vertical-5 {
  margin-top: 24px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .margin-vertical-5 {
    margin-top: 32px;
  }
}
@media (min-width: 992px) {
  .margin-vertical-5 {
    margin-top: 40px;
  }
}
@media (min-width: 1441px) {
  .margin-vertical-5 {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .margin-vertical-5 {
    margin-bottom: 32px;
  }
}
@media (min-width: 992px) {
  .margin-vertical-5 {
    margin-bottom: 40px;
  }
}
@media (min-width: 1441px) {
  .margin-vertical-5 {
    margin-bottom: 40px;
  }
}
.margin-top-5 {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .margin-top-5 {
    margin-top: 32px;
  }
}
@media (min-width: 992px) {
  .margin-top-5 {
    margin-top: 40px;
  }
}
@media (min-width: 1441px) {
  .margin-top-5 {
    margin-top: 40px;
  }
}
.margin-right-5 {
  margin-right: 24px;
}
@media (min-width: 768px) {
  .margin-right-5 {
    margin-right: 32px;
  }
}
@media (min-width: 992px) {
  .margin-right-5 {
    margin-right: 40px;
  }
}
@media (min-width: 1441px) {
  .margin-right-5 {
    margin-right: 40px;
  }
}
.margin-bottom-5 {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .margin-bottom-5 {
    margin-bottom: 32px;
  }
}
@media (min-width: 992px) {
  .margin-bottom-5 {
    margin-bottom: 40px;
  }
}
@media (min-width: 1441px) {
  .margin-bottom-5 {
    margin-bottom: 40px;
  }
}
.margin-left-5 {
  margin-left: 24px;
}
@media (min-width: 768px) {
  .margin-left-5 {
    margin-left: 32px;
  }
}
@media (min-width: 992px) {
  .margin-left-5 {
    margin-left: 40px;
  }
}
@media (min-width: 1441px) {
  .margin-left-5 {
    margin-left: 40px;
  }
}
.margin-6 {
  margin: 32px;
}
@media (min-width: 768px) {
  .margin-6 {
    margin: 40px;
  }
}
@media (min-width: 992px) {
  .margin-6 {
    margin: 48px;
  }
}
@media (min-width: 1441px) {
  .margin-6 {
    margin: 48px;
  }
}
.margin-horizontal-6 {
  margin-left: 32px;
  margin-right: 32px;
}
@media (min-width: 768px) {
  .margin-horizontal-6 {
    margin-left: 40px;
  }
}
@media (min-width: 992px) {
  .margin-horizontal-6 {
    margin-left: 48px;
  }
}
@media (min-width: 1441px) {
  .margin-horizontal-6 {
    margin-left: 48px;
  }
}
@media (min-width: 768px) {
  .margin-horizontal-6 {
    margin-right: 40px;
  }
}
@media (min-width: 992px) {
  .margin-horizontal-6 {
    margin-right: 48px;
  }
}
@media (min-width: 1441px) {
  .margin-horizontal-6 {
    margin-right: 48px;
  }
}
.margin-vertical-6 {
  margin-top: 32px;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .margin-vertical-6 {
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  .margin-vertical-6 {
    margin-top: 48px;
  }
}
@media (min-width: 1441px) {
  .margin-vertical-6 {
    margin-top: 48px;
  }
}
@media (min-width: 768px) {
  .margin-vertical-6 {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .margin-vertical-6 {
    margin-bottom: 48px;
  }
}
@media (min-width: 1441px) {
  .margin-vertical-6 {
    margin-bottom: 48px;
  }
}
.margin-top-6 {
  margin-top: 32px;
}
@media (min-width: 768px) {
  .margin-top-6 {
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  .margin-top-6 {
    margin-top: 48px;
  }
}
@media (min-width: 1441px) {
  .margin-top-6 {
    margin-top: 48px;
  }
}
.margin-right-6 {
  margin-right: 32px;
}
@media (min-width: 768px) {
  .margin-right-6 {
    margin-right: 40px;
  }
}
@media (min-width: 992px) {
  .margin-right-6 {
    margin-right: 48px;
  }
}
@media (min-width: 1441px) {
  .margin-right-6 {
    margin-right: 48px;
  }
}
.margin-bottom-6 {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .margin-bottom-6 {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .margin-bottom-6 {
    margin-bottom: 48px;
  }
}
@media (min-width: 1441px) {
  .margin-bottom-6 {
    margin-bottom: 48px;
  }
}
.margin-left-6 {
  margin-left: 32px;
}
@media (min-width: 768px) {
  .margin-left-6 {
    margin-left: 40px;
  }
}
@media (min-width: 992px) {
  .margin-left-6 {
    margin-left: 48px;
  }
}
@media (min-width: 1441px) {
  .margin-left-6 {
    margin-left: 48px;
  }
}
.margin-7 {
  margin: 40px;
}
@media (min-width: 768px) {
  .margin-7 {
    margin: 48px;
  }
}
@media (min-width: 992px) {
  .margin-7 {
    margin: 56px;
  }
}
@media (min-width: 1441px) {
  .margin-7 {
    margin: 56px;
  }
}
.margin-horizontal-7 {
  margin-left: 40px;
  margin-right: 40px;
}
@media (min-width: 768px) {
  .margin-horizontal-7 {
    margin-left: 48px;
  }
}
@media (min-width: 992px) {
  .margin-horizontal-7 {
    margin-left: 56px;
  }
}
@media (min-width: 1441px) {
  .margin-horizontal-7 {
    margin-left: 56px;
  }
}
@media (min-width: 768px) {
  .margin-horizontal-7 {
    margin-right: 48px;
  }
}
@media (min-width: 992px) {
  .margin-horizontal-7 {
    margin-right: 56px;
  }
}
@media (min-width: 1441px) {
  .margin-horizontal-7 {
    margin-right: 56px;
  }
}
.margin-vertical-7 {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .margin-vertical-7 {
    margin-top: 48px;
  }
}
@media (min-width: 992px) {
  .margin-vertical-7 {
    margin-top: 56px;
  }
}
@media (min-width: 1441px) {
  .margin-vertical-7 {
    margin-top: 56px;
  }
}
@media (min-width: 768px) {
  .margin-vertical-7 {
    margin-bottom: 48px;
  }
}
@media (min-width: 992px) {
  .margin-vertical-7 {
    margin-bottom: 56px;
  }
}
@media (min-width: 1441px) {
  .margin-vertical-7 {
    margin-bottom: 56px;
  }
}
.margin-top-7 {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .margin-top-7 {
    margin-top: 48px;
  }
}
@media (min-width: 992px) {
  .margin-top-7 {
    margin-top: 56px;
  }
}
@media (min-width: 1441px) {
  .margin-top-7 {
    margin-top: 56px;
  }
}
.margin-right-7 {
  margin-right: 40px;
}
@media (min-width: 768px) {
  .margin-right-7 {
    margin-right: 48px;
  }
}
@media (min-width: 992px) {
  .margin-right-7 {
    margin-right: 56px;
  }
}
@media (min-width: 1441px) {
  .margin-right-7 {
    margin-right: 56px;
  }
}
.margin-bottom-7 {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .margin-bottom-7 {
    margin-bottom: 48px;
  }
}
@media (min-width: 992px) {
  .margin-bottom-7 {
    margin-bottom: 56px;
  }
}
@media (min-width: 1441px) {
  .margin-bottom-7 {
    margin-bottom: 56px;
  }
}
.margin-left-7 {
  margin-left: 40px;
}
@media (min-width: 768px) {
  .margin-left-7 {
    margin-left: 48px;
  }
}
@media (min-width: 992px) {
  .margin-left-7 {
    margin-left: 56px;
  }
}
@media (min-width: 1441px) {
  .margin-left-7 {
    margin-left: 56px;
  }
}
.margin-8 {
  margin: 48px;
}
@media (min-width: 768px) {
  .margin-8 {
    margin: 56px;
  }
}
@media (min-width: 992px) {
  .margin-8 {
    margin: 80px;
  }
}
@media (min-width: 1441px) {
  .margin-8 {
    margin: 80px;
  }
}
.margin-horizontal-8 {
  margin-left: 48px;
  margin-right: 48px;
}
@media (min-width: 768px) {
  .margin-horizontal-8 {
    margin-left: 56px;
  }
}
@media (min-width: 992px) {
  .margin-horizontal-8 {
    margin-left: 80px;
  }
}
@media (min-width: 1441px) {
  .margin-horizontal-8 {
    margin-left: 80px;
  }
}
@media (min-width: 768px) {
  .margin-horizontal-8 {
    margin-right: 56px;
  }
}
@media (min-width: 992px) {
  .margin-horizontal-8 {
    margin-right: 80px;
  }
}
@media (min-width: 1441px) {
  .margin-horizontal-8 {
    margin-right: 80px;
  }
}
.margin-vertical-8 {
  margin-top: 48px;
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .margin-vertical-8 {
    margin-top: 56px;
  }
}
@media (min-width: 992px) {
  .margin-vertical-8 {
    margin-top: 80px;
  }
}
@media (min-width: 1441px) {
  .margin-vertical-8 {
    margin-top: 80px;
  }
}
@media (min-width: 768px) {
  .margin-vertical-8 {
    margin-bottom: 56px;
  }
}
@media (min-width: 992px) {
  .margin-vertical-8 {
    margin-bottom: 80px;
  }
}
@media (min-width: 1441px) {
  .margin-vertical-8 {
    margin-bottom: 80px;
  }
}
.margin-top-8 {
  margin-top: 48px;
}
@media (min-width: 768px) {
  .margin-top-8 {
    margin-top: 56px;
  }
}
@media (min-width: 992px) {
  .margin-top-8 {
    margin-top: 80px;
  }
}
@media (min-width: 1441px) {
  .margin-top-8 {
    margin-top: 80px;
  }
}
.margin-right-8 {
  margin-right: 48px;
}
@media (min-width: 768px) {
  .margin-right-8 {
    margin-right: 56px;
  }
}
@media (min-width: 992px) {
  .margin-right-8 {
    margin-right: 80px;
  }
}
@media (min-width: 1441px) {
  .margin-right-8 {
    margin-right: 80px;
  }
}
.margin-bottom-8 {
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .margin-bottom-8 {
    margin-bottom: 56px;
  }
}
@media (min-width: 992px) {
  .margin-bottom-8 {
    margin-bottom: 80px;
  }
}
@media (min-width: 1441px) {
  .margin-bottom-8 {
    margin-bottom: 80px;
  }
}
.margin-left-8 {
  margin-left: 48px;
}
@media (min-width: 768px) {
  .margin-left-8 {
    margin-left: 56px;
  }
}
@media (min-width: 992px) {
  .margin-left-8 {
    margin-left: 80px;
  }
}
@media (min-width: 1441px) {
  .margin-left-8 {
    margin-left: 80px;
  }
}
.padding-0 {
  padding: 0;
}
@media (min-width: 768px) {
  .padding-0 {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .padding-0 {
    padding: 0;
  }
}
@media (min-width: 1441px) {
  .padding-0 {
    padding: 0;
  }
}
.padding-horizontal-0 {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .padding-horizontal-0 {
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .padding-horizontal-0 {
    padding-left: 0;
  }
}
@media (min-width: 1441px) {
  .padding-horizontal-0 {
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .padding-horizontal-0 {
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .padding-horizontal-0 {
    padding-right: 0;
  }
}
@media (min-width: 1441px) {
  .padding-horizontal-0 {
    padding-right: 0;
  }
}
.padding-vertical-0 {
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .padding-vertical-0 {
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .padding-vertical-0 {
    padding-top: 0;
  }
}
@media (min-width: 1441px) {
  .padding-vertical-0 {
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  .padding-vertical-0 {
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .padding-vertical-0 {
    padding-bottom: 0;
  }
}
@media (min-width: 1441px) {
  .padding-vertical-0 {
    padding-bottom: 0;
  }
}
.padding-top-0 {
  padding-top: 0;
}
@media (min-width: 768px) {
  .padding-top-0 {
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .padding-top-0 {
    padding-top: 0;
  }
}
@media (min-width: 1441px) {
  .padding-top-0 {
    padding-top: 0;
  }
}
.padding-right-0 {
  padding-right: 0;
}
@media (min-width: 768px) {
  .padding-right-0 {
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .padding-right-0 {
    padding-right: 0;
  }
}
@media (min-width: 1441px) {
  .padding-right-0 {
    padding-right: 0;
  }
}
.padding-bottom-0 {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .padding-bottom-0 {
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .padding-bottom-0 {
    padding-bottom: 0;
  }
}
@media (min-width: 1441px) {
  .padding-bottom-0 {
    padding-bottom: 0;
  }
}
.padding-left-0 {
  padding-left: 0;
}
@media (min-width: 768px) {
  .padding-left-0 {
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .padding-left-0 {
    padding-left: 0;
  }
}
@media (min-width: 1441px) {
  .padding-left-0 {
    padding-left: 0;
  }
}
.padding-1 {
  padding: 8px;
}
@media (min-width: 768px) {
  .padding-1 {
    padding: 8px;
  }
}
@media (min-width: 992px) {
  .padding-1 {
    padding: 8px;
  }
}
@media (min-width: 1441px) {
  .padding-1 {
    padding: 8px;
  }
}
.padding-horizontal-1 {
  padding-left: 8px;
  padding-right: 8px;
}
@media (min-width: 768px) {
  .padding-horizontal-1 {
    padding-left: 8px;
  }
}
@media (min-width: 992px) {
  .padding-horizontal-1 {
    padding-left: 8px;
  }
}
@media (min-width: 1441px) {
  .padding-horizontal-1 {
    padding-left: 8px;
  }
}
@media (min-width: 768px) {
  .padding-horizontal-1 {
    padding-right: 8px;
  }
}
@media (min-width: 992px) {
  .padding-horizontal-1 {
    padding-right: 8px;
  }
}
@media (min-width: 1441px) {
  .padding-horizontal-1 {
    padding-right: 8px;
  }
}
.padding-vertical-1 {
  padding-top: 8px;
  padding-bottom: 8px;
}
@media (min-width: 768px) {
  .padding-vertical-1 {
    padding-top: 8px;
  }
}
@media (min-width: 992px) {
  .padding-vertical-1 {
    padding-top: 8px;
  }
}
@media (min-width: 1441px) {
  .padding-vertical-1 {
    padding-top: 8px;
  }
}
@media (min-width: 768px) {
  .padding-vertical-1 {
    padding-bottom: 8px;
  }
}
@media (min-width: 992px) {
  .padding-vertical-1 {
    padding-bottom: 8px;
  }
}
@media (min-width: 1441px) {
  .padding-vertical-1 {
    padding-bottom: 8px;
  }
}
.padding-top-1 {
  padding-top: 8px;
}
@media (min-width: 768px) {
  .padding-top-1 {
    padding-top: 8px;
  }
}
@media (min-width: 992px) {
  .padding-top-1 {
    padding-top: 8px;
  }
}
@media (min-width: 1441px) {
  .padding-top-1 {
    padding-top: 8px;
  }
}
.padding-right-1 {
  padding-right: 8px;
}
@media (min-width: 768px) {
  .padding-right-1 {
    padding-right: 8px;
  }
}
@media (min-width: 992px) {
  .padding-right-1 {
    padding-right: 8px;
  }
}
@media (min-width: 1441px) {
  .padding-right-1 {
    padding-right: 8px;
  }
}
.padding-bottom-1 {
  padding-bottom: 8px;
}
@media (min-width: 768px) {
  .padding-bottom-1 {
    padding-bottom: 8px;
  }
}
@media (min-width: 992px) {
  .padding-bottom-1 {
    padding-bottom: 8px;
  }
}
@media (min-width: 1441px) {
  .padding-bottom-1 {
    padding-bottom: 8px;
  }
}
.padding-left-1 {
  padding-left: 8px;
}
@media (min-width: 768px) {
  .padding-left-1 {
    padding-left: 8px;
  }
}
@media (min-width: 992px) {
  .padding-left-1 {
    padding-left: 8px;
  }
}
@media (min-width: 1441px) {
  .padding-left-1 {
    padding-left: 8px;
  }
}
.padding-2 {
  padding: 16px;
}
@media (min-width: 768px) {
  .padding-2 {
    padding: 16px;
  }
}
@media (min-width: 992px) {
  .padding-2 {
    padding: 16px;
  }
}
@media (min-width: 1441px) {
  .padding-2 {
    padding: 16px;
  }
}
.padding-horizontal-2 {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 768px) {
  .padding-horizontal-2 {
    padding-left: 16px;
  }
}
@media (min-width: 992px) {
  .padding-horizontal-2 {
    padding-left: 16px;
  }
}
@media (min-width: 1441px) {
  .padding-horizontal-2 {
    padding-left: 16px;
  }
}
@media (min-width: 768px) {
  .padding-horizontal-2 {
    padding-right: 16px;
  }
}
@media (min-width: 992px) {
  .padding-horizontal-2 {
    padding-right: 16px;
  }
}
@media (min-width: 1441px) {
  .padding-horizontal-2 {
    padding-right: 16px;
  }
}
.padding-vertical-2 {
  padding-top: 16px;
  padding-bottom: 16px;
}
@media (min-width: 768px) {
  .padding-vertical-2 {
    padding-top: 16px;
  }
}
@media (min-width: 992px) {
  .padding-vertical-2 {
    padding-top: 16px;
  }
}
@media (min-width: 1441px) {
  .padding-vertical-2 {
    padding-top: 16px;
  }
}
@media (min-width: 768px) {
  .padding-vertical-2 {
    padding-bottom: 16px;
  }
}
@media (min-width: 992px) {
  .padding-vertical-2 {
    padding-bottom: 16px;
  }
}
@media (min-width: 1441px) {
  .padding-vertical-2 {
    padding-bottom: 16px;
  }
}
.padding-top-2 {
  padding-top: 16px;
}
@media (min-width: 768px) {
  .padding-top-2 {
    padding-top: 16px;
  }
}
@media (min-width: 992px) {
  .padding-top-2 {
    padding-top: 16px;
  }
}
@media (min-width: 1441px) {
  .padding-top-2 {
    padding-top: 16px;
  }
}
.padding-right-2 {
  padding-right: 16px;
}
@media (min-width: 768px) {
  .padding-right-2 {
    padding-right: 16px;
  }
}
@media (min-width: 992px) {
  .padding-right-2 {
    padding-right: 16px;
  }
}
@media (min-width: 1441px) {
  .padding-right-2 {
    padding-right: 16px;
  }
}
.padding-bottom-2 {
  padding-bottom: 16px;
}
@media (min-width: 768px) {
  .padding-bottom-2 {
    padding-bottom: 16px;
  }
}
@media (min-width: 992px) {
  .padding-bottom-2 {
    padding-bottom: 16px;
  }
}
@media (min-width: 1441px) {
  .padding-bottom-2 {
    padding-bottom: 16px;
  }
}
.padding-left-2 {
  padding-left: 16px;
}
@media (min-width: 768px) {
  .padding-left-2 {
    padding-left: 16px;
  }
}
@media (min-width: 992px) {
  .padding-left-2 {
    padding-left: 16px;
  }
}
@media (min-width: 1441px) {
  .padding-left-2 {
    padding-left: 16px;
  }
}
.padding-3 {
  padding: 16px;
}
@media (min-width: 768px) {
  .padding-3 {
    padding: 24px;
  }
}
@media (min-width: 992px) {
  .padding-3 {
    padding: 24px;
  }
}
@media (min-width: 1441px) {
  .padding-3 {
    padding: 24px;
  }
}
.padding-horizontal-3 {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 768px) {
  .padding-horizontal-3 {
    padding-left: 24px;
  }
}
@media (min-width: 992px) {
  .padding-horizontal-3 {
    padding-left: 24px;
  }
}
@media (min-width: 1441px) {
  .padding-horizontal-3 {
    padding-left: 24px;
  }
}
@media (min-width: 768px) {
  .padding-horizontal-3 {
    padding-right: 24px;
  }
}
@media (min-width: 992px) {
  .padding-horizontal-3 {
    padding-right: 24px;
  }
}
@media (min-width: 1441px) {
  .padding-horizontal-3 {
    padding-right: 24px;
  }
}
.padding-vertical-3 {
  padding-top: 16px;
  padding-bottom: 16px;
}
@media (min-width: 768px) {
  .padding-vertical-3 {
    padding-top: 24px;
  }
}
@media (min-width: 992px) {
  .padding-vertical-3 {
    padding-top: 24px;
  }
}
@media (min-width: 1441px) {
  .padding-vertical-3 {
    padding-top: 24px;
  }
}
@media (min-width: 768px) {
  .padding-vertical-3 {
    padding-bottom: 24px;
  }
}
@media (min-width: 992px) {
  .padding-vertical-3 {
    padding-bottom: 24px;
  }
}
@media (min-width: 1441px) {
  .padding-vertical-3 {
    padding-bottom: 24px;
  }
}
.padding-top-3 {
  padding-top: 16px;
}
@media (min-width: 768px) {
  .padding-top-3 {
    padding-top: 24px;
  }
}
@media (min-width: 992px) {
  .padding-top-3 {
    padding-top: 24px;
  }
}
@media (min-width: 1441px) {
  .padding-top-3 {
    padding-top: 24px;
  }
}
.padding-right-3 {
  padding-right: 16px;
}
@media (min-width: 768px) {
  .padding-right-3 {
    padding-right: 24px;
  }
}
@media (min-width: 992px) {
  .padding-right-3 {
    padding-right: 24px;
  }
}
@media (min-width: 1441px) {
  .padding-right-3 {
    padding-right: 24px;
  }
}
.padding-bottom-3 {
  padding-bottom: 16px;
}
@media (min-width: 768px) {
  .padding-bottom-3 {
    padding-bottom: 24px;
  }
}
@media (min-width: 992px) {
  .padding-bottom-3 {
    padding-bottom: 24px;
  }
}
@media (min-width: 1441px) {
  .padding-bottom-3 {
    padding-bottom: 24px;
  }
}
.padding-left-3 {
  padding-left: 16px;
}
@media (min-width: 768px) {
  .padding-left-3 {
    padding-left: 24px;
  }
}
@media (min-width: 992px) {
  .padding-left-3 {
    padding-left: 24px;
  }
}
@media (min-width: 1441px) {
  .padding-left-3 {
    padding-left: 24px;
  }
}
.padding-4 {
  padding: 24px;
}
@media (min-width: 768px) {
  .padding-4 {
    padding: 32px;
  }
}
@media (min-width: 992px) {
  .padding-4 {
    padding: 32px;
  }
}
@media (min-width: 1441px) {
  .padding-4 {
    padding: 32px;
  }
}
.padding-horizontal-4 {
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 768px) {
  .padding-horizontal-4 {
    padding-left: 32px;
  }
}
@media (min-width: 992px) {
  .padding-horizontal-4 {
    padding-left: 32px;
  }
}
@media (min-width: 1441px) {
  .padding-horizontal-4 {
    padding-left: 32px;
  }
}
@media (min-width: 768px) {
  .padding-horizontal-4 {
    padding-right: 32px;
  }
}
@media (min-width: 992px) {
  .padding-horizontal-4 {
    padding-right: 32px;
  }
}
@media (min-width: 1441px) {
  .padding-horizontal-4 {
    padding-right: 32px;
  }
}
.padding-vertical-4 {
  padding-top: 24px;
  padding-bottom: 24px;
}
@media (min-width: 768px) {
  .padding-vertical-4 {
    padding-top: 32px;
  }
}
@media (min-width: 992px) {
  .padding-vertical-4 {
    padding-top: 32px;
  }
}
@media (min-width: 1441px) {
  .padding-vertical-4 {
    padding-top: 32px;
  }
}
@media (min-width: 768px) {
  .padding-vertical-4 {
    padding-bottom: 32px;
  }
}
@media (min-width: 992px) {
  .padding-vertical-4 {
    padding-bottom: 32px;
  }
}
@media (min-width: 1441px) {
  .padding-vertical-4 {
    padding-bottom: 32px;
  }
}
.padding-top-4 {
  padding-top: 24px;
}
@media (min-width: 768px) {
  .padding-top-4 {
    padding-top: 32px;
  }
}
@media (min-width: 992px) {
  .padding-top-4 {
    padding-top: 32px;
  }
}
@media (min-width: 1441px) {
  .padding-top-4 {
    padding-top: 32px;
  }
}
.padding-right-4 {
  padding-right: 24px;
}
@media (min-width: 768px) {
  .padding-right-4 {
    padding-right: 32px;
  }
}
@media (min-width: 992px) {
  .padding-right-4 {
    padding-right: 32px;
  }
}
@media (min-width: 1441px) {
  .padding-right-4 {
    padding-right: 32px;
  }
}
.padding-bottom-4 {
  padding-bottom: 24px;
}
@media (min-width: 768px) {
  .padding-bottom-4 {
    padding-bottom: 32px;
  }
}
@media (min-width: 992px) {
  .padding-bottom-4 {
    padding-bottom: 32px;
  }
}
@media (min-width: 1441px) {
  .padding-bottom-4 {
    padding-bottom: 32px;
  }
}
.padding-left-4 {
  padding-left: 24px;
}
@media (min-width: 768px) {
  .padding-left-4 {
    padding-left: 32px;
  }
}
@media (min-width: 992px) {
  .padding-left-4 {
    padding-left: 32px;
  }
}
@media (min-width: 1441px) {
  .padding-left-4 {
    padding-left: 32px;
  }
}
.padding-5 {
  padding: 24px;
}
@media (min-width: 768px) {
  .padding-5 {
    padding: 32px;
  }
}
@media (min-width: 992px) {
  .padding-5 {
    padding: 40px;
  }
}
@media (min-width: 1441px) {
  .padding-5 {
    padding: 40px;
  }
}
.padding-horizontal-5 {
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 768px) {
  .padding-horizontal-5 {
    padding-left: 32px;
  }
}
@media (min-width: 992px) {
  .padding-horizontal-5 {
    padding-left: 40px;
  }
}
@media (min-width: 1441px) {
  .padding-horizontal-5 {
    padding-left: 40px;
  }
}
@media (min-width: 768px) {
  .padding-horizontal-5 {
    padding-right: 32px;
  }
}
@media (min-width: 992px) {
  .padding-horizontal-5 {
    padding-right: 40px;
  }
}
@media (min-width: 1441px) {
  .padding-horizontal-5 {
    padding-right: 40px;
  }
}
.padding-vertical-5 {
  padding-top: 24px;
  padding-bottom: 24px;
}
@media (min-width: 768px) {
  .padding-vertical-5 {
    padding-top: 32px;
  }
}
@media (min-width: 992px) {
  .padding-vertical-5 {
    padding-top: 40px;
  }
}
@media (min-width: 1441px) {
  .padding-vertical-5 {
    padding-top: 40px;
  }
}
@media (min-width: 768px) {
  .padding-vertical-5 {
    padding-bottom: 32px;
  }
}
@media (min-width: 992px) {
  .padding-vertical-5 {
    padding-bottom: 40px;
  }
}
@media (min-width: 1441px) {
  .padding-vertical-5 {
    padding-bottom: 40px;
  }
}
.padding-top-5 {
  padding-top: 24px;
}
@media (min-width: 768px) {
  .padding-top-5 {
    padding-top: 32px;
  }
}
@media (min-width: 992px) {
  .padding-top-5 {
    padding-top: 40px;
  }
}
@media (min-width: 1441px) {
  .padding-top-5 {
    padding-top: 40px;
  }
}
.padding-right-5 {
  padding-right: 24px;
}
@media (min-width: 768px) {
  .padding-right-5 {
    padding-right: 32px;
  }
}
@media (min-width: 992px) {
  .padding-right-5 {
    padding-right: 40px;
  }
}
@media (min-width: 1441px) {
  .padding-right-5 {
    padding-right: 40px;
  }
}
.padding-bottom-5 {
  padding-bottom: 24px;
}
@media (min-width: 768px) {
  .padding-bottom-5 {
    padding-bottom: 32px;
  }
}
@media (min-width: 992px) {
  .padding-bottom-5 {
    padding-bottom: 40px;
  }
}
@media (min-width: 1441px) {
  .padding-bottom-5 {
    padding-bottom: 40px;
  }
}
.padding-left-5 {
  padding-left: 24px;
}
@media (min-width: 768px) {
  .padding-left-5 {
    padding-left: 32px;
  }
}
@media (min-width: 992px) {
  .padding-left-5 {
    padding-left: 40px;
  }
}
@media (min-width: 1441px) {
  .padding-left-5 {
    padding-left: 40px;
  }
}
.padding-6 {
  padding: 32px;
}
@media (min-width: 768px) {
  .padding-6 {
    padding: 40px;
  }
}
@media (min-width: 992px) {
  .padding-6 {
    padding: 48px;
  }
}
@media (min-width: 1441px) {
  .padding-6 {
    padding: 48px;
  }
}
.padding-horizontal-6 {
  padding-left: 32px;
  padding-right: 32px;
}
@media (min-width: 768px) {
  .padding-horizontal-6 {
    padding-left: 40px;
  }
}
@media (min-width: 992px) {
  .padding-horizontal-6 {
    padding-left: 48px;
  }
}
@media (min-width: 1441px) {
  .padding-horizontal-6 {
    padding-left: 48px;
  }
}
@media (min-width: 768px) {
  .padding-horizontal-6 {
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  .padding-horizontal-6 {
    padding-right: 48px;
  }
}
@media (min-width: 1441px) {
  .padding-horizontal-6 {
    padding-right: 48px;
  }
}
.padding-vertical-6 {
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (min-width: 768px) {
  .padding-vertical-6 {
    padding-top: 40px;
  }
}
@media (min-width: 992px) {
  .padding-vertical-6 {
    padding-top: 48px;
  }
}
@media (min-width: 1441px) {
  .padding-vertical-6 {
    padding-top: 48px;
  }
}
@media (min-width: 768px) {
  .padding-vertical-6 {
    padding-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .padding-vertical-6 {
    padding-bottom: 48px;
  }
}
@media (min-width: 1441px) {
  .padding-vertical-6 {
    padding-bottom: 48px;
  }
}
.padding-top-6 {
  padding-top: 32px;
}
@media (min-width: 768px) {
  .padding-top-6 {
    padding-top: 40px;
  }
}
@media (min-width: 992px) {
  .padding-top-6 {
    padding-top: 48px;
  }
}
@media (min-width: 1441px) {
  .padding-top-6 {
    padding-top: 48px;
  }
}
.padding-right-6 {
  padding-right: 32px;
}
@media (min-width: 768px) {
  .padding-right-6 {
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  .padding-right-6 {
    padding-right: 48px;
  }
}
@media (min-width: 1441px) {
  .padding-right-6 {
    padding-right: 48px;
  }
}
.padding-bottom-6 {
  padding-bottom: 32px;
}
@media (min-width: 768px) {
  .padding-bottom-6 {
    padding-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .padding-bottom-6 {
    padding-bottom: 48px;
  }
}
@media (min-width: 1441px) {
  .padding-bottom-6 {
    padding-bottom: 48px;
  }
}
.padding-left-6 {
  padding-left: 32px;
}
@media (min-width: 768px) {
  .padding-left-6 {
    padding-left: 40px;
  }
}
@media (min-width: 992px) {
  .padding-left-6 {
    padding-left: 48px;
  }
}
@media (min-width: 1441px) {
  .padding-left-6 {
    padding-left: 48px;
  }
}
.padding-7 {
  padding: 40px;
}
@media (min-width: 768px) {
  .padding-7 {
    padding: 48px;
  }
}
@media (min-width: 992px) {
  .padding-7 {
    padding: 56px;
  }
}
@media (min-width: 1441px) {
  .padding-7 {
    padding: 56px;
  }
}
.padding-horizontal-7 {
  padding-left: 40px;
  padding-right: 40px;
}
@media (min-width: 768px) {
  .padding-horizontal-7 {
    padding-left: 48px;
  }
}
@media (min-width: 992px) {
  .padding-horizontal-7 {
    padding-left: 56px;
  }
}
@media (min-width: 1441px) {
  .padding-horizontal-7 {
    padding-left: 56px;
  }
}
@media (min-width: 768px) {
  .padding-horizontal-7 {
    padding-right: 48px;
  }
}
@media (min-width: 992px) {
  .padding-horizontal-7 {
    padding-right: 56px;
  }
}
@media (min-width: 1441px) {
  .padding-horizontal-7 {
    padding-right: 56px;
  }
}
.padding-vertical-7 {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .padding-vertical-7 {
    padding-top: 48px;
  }
}
@media (min-width: 992px) {
  .padding-vertical-7 {
    padding-top: 56px;
  }
}
@media (min-width: 1441px) {
  .padding-vertical-7 {
    padding-top: 56px;
  }
}
@media (min-width: 768px) {
  .padding-vertical-7 {
    padding-bottom: 48px;
  }
}
@media (min-width: 992px) {
  .padding-vertical-7 {
    padding-bottom: 56px;
  }
}
@media (min-width: 1441px) {
  .padding-vertical-7 {
    padding-bottom: 56px;
  }
}
.padding-top-7 {
  padding-top: 40px;
}
@media (min-width: 768px) {
  .padding-top-7 {
    padding-top: 48px;
  }
}
@media (min-width: 992px) {
  .padding-top-7 {
    padding-top: 56px;
  }
}
@media (min-width: 1441px) {
  .padding-top-7 {
    padding-top: 56px;
  }
}
.padding-right-7 {
  padding-right: 40px;
}
@media (min-width: 768px) {
  .padding-right-7 {
    padding-right: 48px;
  }
}
@media (min-width: 992px) {
  .padding-right-7 {
    padding-right: 56px;
  }
}
@media (min-width: 1441px) {
  .padding-right-7 {
    padding-right: 56px;
  }
}
.padding-bottom-7 {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .padding-bottom-7 {
    padding-bottom: 48px;
  }
}
@media (min-width: 992px) {
  .padding-bottom-7 {
    padding-bottom: 56px;
  }
}
@media (min-width: 1441px) {
  .padding-bottom-7 {
    padding-bottom: 56px;
  }
}
.padding-left-7 {
  padding-left: 40px;
}
@media (min-width: 768px) {
  .padding-left-7 {
    padding-left: 48px;
  }
}
@media (min-width: 992px) {
  .padding-left-7 {
    padding-left: 56px;
  }
}
@media (min-width: 1441px) {
  .padding-left-7 {
    padding-left: 56px;
  }
}
.padding-8 {
  padding: 48px;
}
@media (min-width: 768px) {
  .padding-8 {
    padding: 56px;
  }
}
@media (min-width: 992px) {
  .padding-8 {
    padding: 80px;
  }
}
@media (min-width: 1441px) {
  .padding-8 {
    padding: 80px;
  }
}
.padding-horizontal-8 {
  padding-left: 48px;
  padding-right: 48px;
}
@media (min-width: 768px) {
  .padding-horizontal-8 {
    padding-left: 56px;
  }
}
@media (min-width: 992px) {
  .padding-horizontal-8 {
    padding-left: 80px;
  }
}
@media (min-width: 1441px) {
  .padding-horizontal-8 {
    padding-left: 80px;
  }
}
@media (min-width: 768px) {
  .padding-horizontal-8 {
    padding-right: 56px;
  }
}
@media (min-width: 992px) {
  .padding-horizontal-8 {
    padding-right: 80px;
  }
}
@media (min-width: 1441px) {
  .padding-horizontal-8 {
    padding-right: 80px;
  }
}
.padding-vertical-8 {
  padding-top: 48px;
  padding-bottom: 48px;
}
@media (min-width: 768px) {
  .padding-vertical-8 {
    padding-top: 56px;
  }
}
@media (min-width: 992px) {
  .padding-vertical-8 {
    padding-top: 80px;
  }
}
@media (min-width: 1441px) {
  .padding-vertical-8 {
    padding-top: 80px;
  }
}
@media (min-width: 768px) {
  .padding-vertical-8 {
    padding-bottom: 56px;
  }
}
@media (min-width: 992px) {
  .padding-vertical-8 {
    padding-bottom: 80px;
  }
}
@media (min-width: 1441px) {
  .padding-vertical-8 {
    padding-bottom: 80px;
  }
}
.padding-top-8 {
  padding-top: 48px;
}
@media (min-width: 768px) {
  .padding-top-8 {
    padding-top: 56px;
  }
}
@media (min-width: 992px) {
  .padding-top-8 {
    padding-top: 80px;
  }
}
@media (min-width: 1441px) {
  .padding-top-8 {
    padding-top: 80px;
  }
}
.padding-right-8 {
  padding-right: 48px;
}
@media (min-width: 768px) {
  .padding-right-8 {
    padding-right: 56px;
  }
}
@media (min-width: 992px) {
  .padding-right-8 {
    padding-right: 80px;
  }
}
@media (min-width: 1441px) {
  .padding-right-8 {
    padding-right: 80px;
  }
}
.padding-bottom-8 {
  padding-bottom: 48px;
}
@media (min-width: 768px) {
  .padding-bottom-8 {
    padding-bottom: 56px;
  }
}
@media (min-width: 992px) {
  .padding-bottom-8 {
    padding-bottom: 80px;
  }
}
@media (min-width: 1441px) {
  .padding-bottom-8 {
    padding-bottom: 80px;
  }
}
.padding-left-8 {
  padding-left: 48px;
}
@media (min-width: 768px) {
  .padding-left-8 {
    padding-left: 56px;
  }
}
@media (min-width: 992px) {
  .padding-left-8 {
    padding-left: 80px;
  }
}
@media (min-width: 1441px) {
  .padding-left-8 {
    padding-left: 80px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-sm-0 {
    margin: 0;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-horizontal-sm-0 {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-vertical-sm-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-top-sm-0 {
    margin-top: 0 !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-right-sm-0 {
    margin-right: 0 !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-bottom-sm-0 {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-left-sm-0 {
    margin-left: 0 !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-sm-1 {
    margin: 8px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-horizontal-sm-1 {
    margin-right: 8px;
    margin-left: 8px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-vertical-sm-1 {
    margin-top: 8px;
    margin-bottom: 8px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-top-sm-1 {
    margin-top: 8px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-right-sm-1 {
    margin-right: 8px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-bottom-sm-1 {
    margin-bottom: 8px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-left-sm-1 {
    margin-left: 8px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-sm-2 {
    margin: 16px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-horizontal-sm-2 {
    margin-right: 16px;
    margin-left: 16px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-vertical-sm-2 {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-top-sm-2 {
    margin-top: 16px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-right-sm-2 {
    margin-right: 16px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-bottom-sm-2 {
    margin-bottom: 16px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-left-sm-2 {
    margin-left: 16px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-sm-3 {
    margin: 16px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-horizontal-sm-3 {
    margin-right: 16px;
    margin-left: 16px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-vertical-sm-3 {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-top-sm-3 {
    margin-top: 16px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-right-sm-3 {
    margin-right: 16px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-bottom-sm-3 {
    margin-bottom: 16px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-left-sm-3 {
    margin-left: 16px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-sm-4 {
    margin: 24px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-horizontal-sm-4 {
    margin-right: 24px;
    margin-left: 24px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-vertical-sm-4 {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-top-sm-4 {
    margin-top: 24px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-right-sm-4 {
    margin-right: 24px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-bottom-sm-4 {
    margin-bottom: 24px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-left-sm-4 {
    margin-left: 24px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-sm-5 {
    margin: 24px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-horizontal-sm-5 {
    margin-right: 24px;
    margin-left: 24px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-vertical-sm-5 {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-top-sm-5 {
    margin-top: 24px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-right-sm-5 {
    margin-right: 24px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-bottom-sm-5 {
    margin-bottom: 24px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-left-sm-5 {
    margin-left: 24px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-sm-6 {
    margin: 32px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-horizontal-sm-6 {
    margin-right: 32px;
    margin-left: 32px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-vertical-sm-6 {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-top-sm-6 {
    margin-top: 32px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-right-sm-6 {
    margin-right: 32px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-bottom-sm-6 {
    margin-bottom: 32px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-left-sm-6 {
    margin-left: 32px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-sm-7 {
    margin: 40px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-horizontal-sm-7 {
    margin-right: 40px;
    margin-left: 40px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-vertical-sm-7 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-top-sm-7 {
    margin-top: 40px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-right-sm-7 {
    margin-right: 40px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-bottom-sm-7 {
    margin-bottom: 40px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-left-sm-7 {
    margin-left: 40px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-sm-8 {
    margin: 48px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-horizontal-sm-8 {
    margin-right: 48px;
    margin-left: 48px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-vertical-sm-8 {
    margin-top: 48px;
    margin-bottom: 48px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-top-sm-8 {
    margin-top: 48px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-right-sm-8 {
    margin-right: 48px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-bottom-sm-8 {
    margin-bottom: 48px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .margin-left-sm-8 {
    margin-left: 48px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-sm-0 {
    padding: 0;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-horizontal-sm-0 {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-vertical-sm-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-top-sm-0 {
    padding-top: 0 !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-right-sm-0 {
    padding-right: 0 !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-bottom-sm-0 {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-left-sm-0 {
    padding-left: 0 !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-sm-1 {
    padding: 8px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-horizontal-sm-1 {
    padding-right: 8px;
    padding-left: 8px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-vertical-sm-1 {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-top-sm-1 {
    padding-top: 8px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-right-sm-1 {
    padding-right: 8px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-bottom-sm-1 {
    padding-bottom: 8px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-left-sm-1 {
    padding-left: 8px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-sm-2 {
    padding: 16px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-horizontal-sm-2 {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-vertical-sm-2 {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-top-sm-2 {
    padding-top: 16px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-right-sm-2 {
    padding-right: 16px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-bottom-sm-2 {
    padding-bottom: 16px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-left-sm-2 {
    padding-left: 16px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-sm-3 {
    padding: 16px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-horizontal-sm-3 {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-vertical-sm-3 {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-top-sm-3 {
    padding-top: 16px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-right-sm-3 {
    padding-right: 16px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-bottom-sm-3 {
    padding-bottom: 16px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-left-sm-3 {
    padding-left: 16px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-sm-4 {
    padding: 24px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-horizontal-sm-4 {
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-vertical-sm-4 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-top-sm-4 {
    padding-top: 24px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-right-sm-4 {
    padding-right: 24px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-bottom-sm-4 {
    padding-bottom: 24px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-left-sm-4 {
    padding-left: 24px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-sm-5 {
    padding: 24px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-horizontal-sm-5 {
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-vertical-sm-5 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-top-sm-5 {
    padding-top: 24px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-right-sm-5 {
    padding-right: 24px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-bottom-sm-5 {
    padding-bottom: 24px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-left-sm-5 {
    padding-left: 24px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-sm-6 {
    padding: 32px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-horizontal-sm-6 {
    padding-right: 32px;
    padding-left: 32px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-vertical-sm-6 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-top-sm-6 {
    padding-top: 32px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-right-sm-6 {
    padding-right: 32px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-bottom-sm-6 {
    padding-bottom: 32px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-left-sm-6 {
    padding-left: 32px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-sm-7 {
    padding: 40px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-horizontal-sm-7 {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-vertical-sm-7 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-top-sm-7 {
    padding-top: 40px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-right-sm-7 {
    padding-right: 40px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-bottom-sm-7 {
    padding-bottom: 40px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-left-sm-7 {
    padding-left: 40px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-sm-8 {
    padding: 48px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-horizontal-sm-8 {
    padding-right: 48px;
    padding-left: 48px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-vertical-sm-8 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-top-sm-8 {
    padding-top: 48px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-right-sm-8 {
    padding-right: 48px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-bottom-sm-8 {
    padding-bottom: 48px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .padding-left-sm-8 {
    padding-left: 48px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-md-0 {
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-horizontal-md-0 {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-vertical-md-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-top-md-0 {
    margin-top: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-right-md-0 {
    margin-right: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-bottom-md-0 {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-left-md-0 {
    margin-left: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-md-1 {
    margin: 8px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-horizontal-md-1 {
    margin-right: 8px;
    margin-left: 8px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-vertical-md-1 {
    margin-top: 8px;
    margin-bottom: 8px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-top-md-1 {
    margin-top: 8px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-right-md-1 {
    margin-right: 8px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-bottom-md-1 {
    margin-bottom: 8px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-left-md-1 {
    margin-left: 8px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-md-2 {
    margin: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-horizontal-md-2 {
    margin-right: 16px;
    margin-left: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-vertical-md-2 {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-top-md-2 {
    margin-top: 16px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-right-md-2 {
    margin-right: 16px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-bottom-md-2 {
    margin-bottom: 16px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-left-md-2 {
    margin-left: 16px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-md-3 {
    margin: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-horizontal-md-3 {
    margin-right: 24px;
    margin-left: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-vertical-md-3 {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-top-md-3 {
    margin-top: 24px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-right-md-3 {
    margin-right: 24px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-bottom-md-3 {
    margin-bottom: 24px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-left-md-3 {
    margin-left: 24px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-md-4 {
    margin: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-horizontal-md-4 {
    margin-right: 32px;
    margin-left: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-vertical-md-4 {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-top-md-4 {
    margin-top: 32px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-right-md-4 {
    margin-right: 32px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-bottom-md-4 {
    margin-bottom: 32px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-left-md-4 {
    margin-left: 32px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-md-5 {
    margin: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-horizontal-md-5 {
    margin-right: 32px;
    margin-left: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-vertical-md-5 {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-top-md-5 {
    margin-top: 32px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-right-md-5 {
    margin-right: 32px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-bottom-md-5 {
    margin-bottom: 32px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-left-md-5 {
    margin-left: 32px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-md-6 {
    margin: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-horizontal-md-6 {
    margin-right: 40px;
    margin-left: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-vertical-md-6 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-top-md-6 {
    margin-top: 40px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-right-md-6 {
    margin-right: 40px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-bottom-md-6 {
    margin-bottom: 40px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-left-md-6 {
    margin-left: 40px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-md-7 {
    margin: 48px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-horizontal-md-7 {
    margin-right: 48px;
    margin-left: 48px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-vertical-md-7 {
    margin-top: 48px;
    margin-bottom: 48px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-top-md-7 {
    margin-top: 48px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-right-md-7 {
    margin-right: 48px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-bottom-md-7 {
    margin-bottom: 48px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-left-md-7 {
    margin-left: 48px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-md-8 {
    margin: 56px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-horizontal-md-8 {
    margin-right: 56px;
    margin-left: 56px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-vertical-md-8 {
    margin-top: 56px;
    margin-bottom: 56px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-top-md-8 {
    margin-top: 56px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-right-md-8 {
    margin-right: 56px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-bottom-md-8 {
    margin-bottom: 56px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-left-md-8 {
    margin-left: 56px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-md-0 {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-horizontal-md-0 {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-vertical-md-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-top-md-0 {
    padding-top: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-right-md-0 {
    padding-right: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-bottom-md-0 {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-left-md-0 {
    padding-left: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-md-1 {
    padding: 8px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-horizontal-md-1 {
    padding-right: 8px;
    padding-left: 8px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-vertical-md-1 {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-top-md-1 {
    padding-top: 8px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-right-md-1 {
    padding-right: 8px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-bottom-md-1 {
    padding-bottom: 8px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-left-md-1 {
    padding-left: 8px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-md-2 {
    padding: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-horizontal-md-2 {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-vertical-md-2 {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-top-md-2 {
    padding-top: 16px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-right-md-2 {
    padding-right: 16px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-bottom-md-2 {
    padding-bottom: 16px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-left-md-2 {
    padding-left: 16px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-md-3 {
    padding: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-horizontal-md-3 {
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-vertical-md-3 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-top-md-3 {
    padding-top: 24px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-right-md-3 {
    padding-right: 24px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-bottom-md-3 {
    padding-bottom: 24px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-left-md-3 {
    padding-left: 24px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-md-4 {
    padding: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-horizontal-md-4 {
    padding-right: 32px;
    padding-left: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-vertical-md-4 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-top-md-4 {
    padding-top: 32px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-right-md-4 {
    padding-right: 32px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-bottom-md-4 {
    padding-bottom: 32px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-left-md-4 {
    padding-left: 32px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-md-5 {
    padding: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-horizontal-md-5 {
    padding-right: 32px;
    padding-left: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-vertical-md-5 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-top-md-5 {
    padding-top: 32px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-right-md-5 {
    padding-right: 32px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-bottom-md-5 {
    padding-bottom: 32px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-left-md-5 {
    padding-left: 32px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-md-6 {
    padding: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-horizontal-md-6 {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-vertical-md-6 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-top-md-6 {
    padding-top: 40px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-right-md-6 {
    padding-right: 40px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-bottom-md-6 {
    padding-bottom: 40px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-left-md-6 {
    padding-left: 40px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-md-7 {
    padding: 48px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-horizontal-md-7 {
    padding-right: 48px;
    padding-left: 48px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-vertical-md-7 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-top-md-7 {
    padding-top: 48px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-right-md-7 {
    padding-right: 48px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-bottom-md-7 {
    padding-bottom: 48px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-left-md-7 {
    padding-left: 48px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-md-8 {
    padding: 56px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-horizontal-md-8 {
    padding-right: 56px;
    padding-left: 56px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-vertical-md-8 {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-top-md-8 {
    padding-top: 56px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-right-md-8 {
    padding-right: 56px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-bottom-md-8 {
    padding-bottom: 56px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-left-md-8 {
    padding-left: 56px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-lg-0 {
    margin: 0;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-horizontal-lg-0 {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-vertical-lg-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-top-lg-0 {
    margin-top: 0 !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-right-lg-0 {
    margin-right: 0 !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-bottom-lg-0 {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-left-lg-0 {
    margin-left: 0 !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-lg-1 {
    margin: 8px;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-horizontal-lg-1 {
    margin-right: 8px;
    margin-left: 8px;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-vertical-lg-1 {
    margin-top: 8px;
    margin-bottom: 8px;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-top-lg-1 {
    margin-top: 8px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-right-lg-1 {
    margin-right: 8px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-bottom-lg-1 {
    margin-bottom: 8px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-left-lg-1 {
    margin-left: 8px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-lg-2 {
    margin: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-horizontal-lg-2 {
    margin-right: 16px;
    margin-left: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-vertical-lg-2 {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-top-lg-2 {
    margin-top: 16px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-right-lg-2 {
    margin-right: 16px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-bottom-lg-2 {
    margin-bottom: 16px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-left-lg-2 {
    margin-left: 16px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-lg-3 {
    margin: 24px;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-horizontal-lg-3 {
    margin-right: 24px;
    margin-left: 24px;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-vertical-lg-3 {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-top-lg-3 {
    margin-top: 24px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-right-lg-3 {
    margin-right: 24px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-bottom-lg-3 {
    margin-bottom: 24px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-left-lg-3 {
    margin-left: 24px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-lg-4 {
    margin: 32px;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-horizontal-lg-4 {
    margin-right: 32px;
    margin-left: 32px;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-vertical-lg-4 {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-top-lg-4 {
    margin-top: 32px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-right-lg-4 {
    margin-right: 32px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-bottom-lg-4 {
    margin-bottom: 32px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-left-lg-4 {
    margin-left: 32px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-lg-5 {
    margin: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-horizontal-lg-5 {
    margin-right: 40px;
    margin-left: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-vertical-lg-5 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-top-lg-5 {
    margin-top: 40px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-right-lg-5 {
    margin-right: 40px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-bottom-lg-5 {
    margin-bottom: 40px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-left-lg-5 {
    margin-left: 40px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-lg-6 {
    margin: 48px;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-horizontal-lg-6 {
    margin-right: 48px;
    margin-left: 48px;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-vertical-lg-6 {
    margin-top: 48px;
    margin-bottom: 48px;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-top-lg-6 {
    margin-top: 48px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-right-lg-6 {
    margin-right: 48px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-bottom-lg-6 {
    margin-bottom: 48px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-left-lg-6 {
    margin-left: 48px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-lg-7 {
    margin: 56px;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-horizontal-lg-7 {
    margin-right: 56px;
    margin-left: 56px;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-vertical-lg-7 {
    margin-top: 56px;
    margin-bottom: 56px;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-top-lg-7 {
    margin-top: 56px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-right-lg-7 {
    margin-right: 56px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-bottom-lg-7 {
    margin-bottom: 56px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-left-lg-7 {
    margin-left: 56px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-lg-8 {
    margin: 80px;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-horizontal-lg-8 {
    margin-right: 80px;
    margin-left: 80px;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-vertical-lg-8 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-top-lg-8 {
    margin-top: 80px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-right-lg-8 {
    margin-right: 80px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-bottom-lg-8 {
    margin-bottom: 80px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .margin-left-lg-8 {
    margin-left: 80px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-lg-0 {
    padding: 0;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-horizontal-lg-0 {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-vertical-lg-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-top-lg-0 {
    padding-top: 0 !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-right-lg-0 {
    padding-right: 0 !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-bottom-lg-0 {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-left-lg-0 {
    padding-left: 0 !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-lg-1 {
    padding: 8px;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-horizontal-lg-1 {
    padding-right: 8px;
    padding-left: 8px;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-vertical-lg-1 {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-top-lg-1 {
    padding-top: 8px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-right-lg-1 {
    padding-right: 8px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-bottom-lg-1 {
    padding-bottom: 8px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-left-lg-1 {
    padding-left: 8px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-lg-2 {
    padding: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-horizontal-lg-2 {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-vertical-lg-2 {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-top-lg-2 {
    padding-top: 16px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-right-lg-2 {
    padding-right: 16px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-bottom-lg-2 {
    padding-bottom: 16px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-left-lg-2 {
    padding-left: 16px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-lg-3 {
    padding: 24px;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-horizontal-lg-3 {
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-vertical-lg-3 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-top-lg-3 {
    padding-top: 24px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-right-lg-3 {
    padding-right: 24px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-bottom-lg-3 {
    padding-bottom: 24px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-left-lg-3 {
    padding-left: 24px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-lg-4 {
    padding: 32px;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-horizontal-lg-4 {
    padding-right: 32px;
    padding-left: 32px;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-vertical-lg-4 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-top-lg-4 {
    padding-top: 32px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-right-lg-4 {
    padding-right: 32px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-bottom-lg-4 {
    padding-bottom: 32px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-left-lg-4 {
    padding-left: 32px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-lg-5 {
    padding: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-horizontal-lg-5 {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-vertical-lg-5 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-top-lg-5 {
    padding-top: 40px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-right-lg-5 {
    padding-right: 40px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-bottom-lg-5 {
    padding-bottom: 40px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-left-lg-5 {
    padding-left: 40px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-lg-6 {
    padding: 48px;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-horizontal-lg-6 {
    padding-right: 48px;
    padding-left: 48px;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-vertical-lg-6 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-top-lg-6 {
    padding-top: 48px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-right-lg-6 {
    padding-right: 48px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-bottom-lg-6 {
    padding-bottom: 48px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-left-lg-6 {
    padding-left: 48px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-lg-7 {
    padding: 56px;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-horizontal-lg-7 {
    padding-right: 56px;
    padding-left: 56px;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-vertical-lg-7 {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-top-lg-7 {
    padding-top: 56px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-right-lg-7 {
    padding-right: 56px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-bottom-lg-7 {
    padding-bottom: 56px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-left-lg-7 {
    padding-left: 56px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-lg-8 {
    padding: 80px;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-horizontal-lg-8 {
    padding-right: 80px;
    padding-left: 80px;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-vertical-lg-8 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-top-lg-8 {
    padding-top: 80px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-right-lg-8 {
    padding-right: 80px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-bottom-lg-8 {
    padding-bottom: 80px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .padding-left-lg-8 {
    padding-left: 80px !important;
  }
}
@media (min-width: 1441px) {
  .margin-xl-0 {
    margin: 0;
  }
}
@media (min-width: 1441px) {
  .margin-horizontal-xl-0 {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 1441px) {
  .margin-vertical-xl-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 1441px) {
  .margin-top-xl-0 {
    margin-top: 0 !important;
  }
}
@media (min-width: 1441px) {
  .margin-right-xl-0 {
    margin-right: 0 !important;
  }
}
@media (min-width: 1441px) {
  .margin-bottom-xl-0 {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 1441px) {
  .margin-left-xl-0 {
    margin-left: 0 !important;
  }
}
@media (min-width: 1441px) {
  .margin-xl-1 {
    margin: 8px;
  }
}
@media (min-width: 1441px) {
  .margin-horizontal-xl-1 {
    margin-right: 8px;
    margin-left: 8px;
  }
}
@media (min-width: 1441px) {
  .margin-vertical-xl-1 {
    margin-top: 8px;
    margin-bottom: 8px;
  }
}
@media (min-width: 1441px) {
  .margin-top-xl-1 {
    margin-top: 8px !important;
  }
}
@media (min-width: 1441px) {
  .margin-right-xl-1 {
    margin-right: 8px !important;
  }
}
@media (min-width: 1441px) {
  .margin-bottom-xl-1 {
    margin-bottom: 8px !important;
  }
}
@media (min-width: 1441px) {
  .margin-left-xl-1 {
    margin-left: 8px !important;
  }
}
@media (min-width: 1441px) {
  .margin-xl-2 {
    margin: 16px;
  }
}
@media (min-width: 1441px) {
  .margin-horizontal-xl-2 {
    margin-right: 16px;
    margin-left: 16px;
  }
}
@media (min-width: 1441px) {
  .margin-vertical-xl-2 {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
@media (min-width: 1441px) {
  .margin-top-xl-2 {
    margin-top: 16px !important;
  }
}
@media (min-width: 1441px) {
  .margin-right-xl-2 {
    margin-right: 16px !important;
  }
}
@media (min-width: 1441px) {
  .margin-bottom-xl-2 {
    margin-bottom: 16px !important;
  }
}
@media (min-width: 1441px) {
  .margin-left-xl-2 {
    margin-left: 16px !important;
  }
}
@media (min-width: 1441px) {
  .margin-xl-3 {
    margin: 24px;
  }
}
@media (min-width: 1441px) {
  .margin-horizontal-xl-3 {
    margin-right: 24px;
    margin-left: 24px;
  }
}
@media (min-width: 1441px) {
  .margin-vertical-xl-3 {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
@media (min-width: 1441px) {
  .margin-top-xl-3 {
    margin-top: 24px !important;
  }
}
@media (min-width: 1441px) {
  .margin-right-xl-3 {
    margin-right: 24px !important;
  }
}
@media (min-width: 1441px) {
  .margin-bottom-xl-3 {
    margin-bottom: 24px !important;
  }
}
@media (min-width: 1441px) {
  .margin-left-xl-3 {
    margin-left: 24px !important;
  }
}
@media (min-width: 1441px) {
  .margin-xl-4 {
    margin: 32px;
  }
}
@media (min-width: 1441px) {
  .margin-horizontal-xl-4 {
    margin-right: 32px;
    margin-left: 32px;
  }
}
@media (min-width: 1441px) {
  .margin-vertical-xl-4 {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
@media (min-width: 1441px) {
  .margin-top-xl-4 {
    margin-top: 32px !important;
  }
}
@media (min-width: 1441px) {
  .margin-right-xl-4 {
    margin-right: 32px !important;
  }
}
@media (min-width: 1441px) {
  .margin-bottom-xl-4 {
    margin-bottom: 32px !important;
  }
}
@media (min-width: 1441px) {
  .margin-left-xl-4 {
    margin-left: 32px !important;
  }
}
@media (min-width: 1441px) {
  .margin-xl-5 {
    margin: 40px;
  }
}
@media (min-width: 1441px) {
  .margin-horizontal-xl-5 {
    margin-right: 40px;
    margin-left: 40px;
  }
}
@media (min-width: 1441px) {
  .margin-vertical-xl-5 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1441px) {
  .margin-top-xl-5 {
    margin-top: 40px !important;
  }
}
@media (min-width: 1441px) {
  .margin-right-xl-5 {
    margin-right: 40px !important;
  }
}
@media (min-width: 1441px) {
  .margin-bottom-xl-5 {
    margin-bottom: 40px !important;
  }
}
@media (min-width: 1441px) {
  .margin-left-xl-5 {
    margin-left: 40px !important;
  }
}
@media (min-width: 1441px) {
  .margin-xl-6 {
    margin: 48px;
  }
}
@media (min-width: 1441px) {
  .margin-horizontal-xl-6 {
    margin-right: 48px;
    margin-left: 48px;
  }
}
@media (min-width: 1441px) {
  .margin-vertical-xl-6 {
    margin-top: 48px;
    margin-bottom: 48px;
  }
}
@media (min-width: 1441px) {
  .margin-top-xl-6 {
    margin-top: 48px !important;
  }
}
@media (min-width: 1441px) {
  .margin-right-xl-6 {
    margin-right: 48px !important;
  }
}
@media (min-width: 1441px) {
  .margin-bottom-xl-6 {
    margin-bottom: 48px !important;
  }
}
@media (min-width: 1441px) {
  .margin-left-xl-6 {
    margin-left: 48px !important;
  }
}
@media (min-width: 1441px) {
  .margin-xl-7 {
    margin: 56px;
  }
}
@media (min-width: 1441px) {
  .margin-horizontal-xl-7 {
    margin-right: 56px;
    margin-left: 56px;
  }
}
@media (min-width: 1441px) {
  .margin-vertical-xl-7 {
    margin-top: 56px;
    margin-bottom: 56px;
  }
}
@media (min-width: 1441px) {
  .margin-top-xl-7 {
    margin-top: 56px !important;
  }
}
@media (min-width: 1441px) {
  .margin-right-xl-7 {
    margin-right: 56px !important;
  }
}
@media (min-width: 1441px) {
  .margin-bottom-xl-7 {
    margin-bottom: 56px !important;
  }
}
@media (min-width: 1441px) {
  .margin-left-xl-7 {
    margin-left: 56px !important;
  }
}
@media (min-width: 1441px) {
  .margin-xl-8 {
    margin: 80px;
  }
}
@media (min-width: 1441px) {
  .margin-horizontal-xl-8 {
    margin-right: 80px;
    margin-left: 80px;
  }
}
@media (min-width: 1441px) {
  .margin-vertical-xl-8 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media (min-width: 1441px) {
  .margin-top-xl-8 {
    margin-top: 80px !important;
  }
}
@media (min-width: 1441px) {
  .margin-right-xl-8 {
    margin-right: 80px !important;
  }
}
@media (min-width: 1441px) {
  .margin-bottom-xl-8 {
    margin-bottom: 80px !important;
  }
}
@media (min-width: 1441px) {
  .margin-left-xl-8 {
    margin-left: 80px !important;
  }
}
@media (min-width: 1441px) {
  .padding-xl-0 {
    padding: 0;
  }
}
@media (min-width: 1441px) {
  .padding-horizontal-xl-0 {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1441px) {
  .padding-vertical-xl-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 1441px) {
  .padding-top-xl-0 {
    padding-top: 0 !important;
  }
}
@media (min-width: 1441px) {
  .padding-right-xl-0 {
    padding-right: 0 !important;
  }
}
@media (min-width: 1441px) {
  .padding-bottom-xl-0 {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1441px) {
  .padding-left-xl-0 {
    padding-left: 0 !important;
  }
}
@media (min-width: 1441px) {
  .padding-xl-1 {
    padding: 8px;
  }
}
@media (min-width: 1441px) {
  .padding-horizontal-xl-1 {
    padding-right: 8px;
    padding-left: 8px;
  }
}
@media (min-width: 1441px) {
  .padding-vertical-xl-1 {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
@media (min-width: 1441px) {
  .padding-top-xl-1 {
    padding-top: 8px !important;
  }
}
@media (min-width: 1441px) {
  .padding-right-xl-1 {
    padding-right: 8px !important;
  }
}
@media (min-width: 1441px) {
  .padding-bottom-xl-1 {
    padding-bottom: 8px !important;
  }
}
@media (min-width: 1441px) {
  .padding-left-xl-1 {
    padding-left: 8px !important;
  }
}
@media (min-width: 1441px) {
  .padding-xl-2 {
    padding: 16px;
  }
}
@media (min-width: 1441px) {
  .padding-horizontal-xl-2 {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media (min-width: 1441px) {
  .padding-vertical-xl-2 {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media (min-width: 1441px) {
  .padding-top-xl-2 {
    padding-top: 16px !important;
  }
}
@media (min-width: 1441px) {
  .padding-right-xl-2 {
    padding-right: 16px !important;
  }
}
@media (min-width: 1441px) {
  .padding-bottom-xl-2 {
    padding-bottom: 16px !important;
  }
}
@media (min-width: 1441px) {
  .padding-left-xl-2 {
    padding-left: 16px !important;
  }
}
@media (min-width: 1441px) {
  .padding-xl-3 {
    padding: 24px;
  }
}
@media (min-width: 1441px) {
  .padding-horizontal-xl-3 {
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media (min-width: 1441px) {
  .padding-vertical-xl-3 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media (min-width: 1441px) {
  .padding-top-xl-3 {
    padding-top: 24px !important;
  }
}
@media (min-width: 1441px) {
  .padding-right-xl-3 {
    padding-right: 24px !important;
  }
}
@media (min-width: 1441px) {
  .padding-bottom-xl-3 {
    padding-bottom: 24px !important;
  }
}
@media (min-width: 1441px) {
  .padding-left-xl-3 {
    padding-left: 24px !important;
  }
}
@media (min-width: 1441px) {
  .padding-xl-4 {
    padding: 32px;
  }
}
@media (min-width: 1441px) {
  .padding-horizontal-xl-4 {
    padding-right: 32px;
    padding-left: 32px;
  }
}
@media (min-width: 1441px) {
  .padding-vertical-xl-4 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
@media (min-width: 1441px) {
  .padding-top-xl-4 {
    padding-top: 32px !important;
  }
}
@media (min-width: 1441px) {
  .padding-right-xl-4 {
    padding-right: 32px !important;
  }
}
@media (min-width: 1441px) {
  .padding-bottom-xl-4 {
    padding-bottom: 32px !important;
  }
}
@media (min-width: 1441px) {
  .padding-left-xl-4 {
    padding-left: 32px !important;
  }
}
@media (min-width: 1441px) {
  .padding-xl-5 {
    padding: 40px;
  }
}
@media (min-width: 1441px) {
  .padding-horizontal-xl-5 {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (min-width: 1441px) {
  .padding-vertical-xl-5 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 1441px) {
  .padding-top-xl-5 {
    padding-top: 40px !important;
  }
}
@media (min-width: 1441px) {
  .padding-right-xl-5 {
    padding-right: 40px !important;
  }
}
@media (min-width: 1441px) {
  .padding-bottom-xl-5 {
    padding-bottom: 40px !important;
  }
}
@media (min-width: 1441px) {
  .padding-left-xl-5 {
    padding-left: 40px !important;
  }
}
@media (min-width: 1441px) {
  .padding-xl-6 {
    padding: 48px;
  }
}
@media (min-width: 1441px) {
  .padding-horizontal-xl-6 {
    padding-right: 48px;
    padding-left: 48px;
  }
}
@media (min-width: 1441px) {
  .padding-vertical-xl-6 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media (min-width: 1441px) {
  .padding-top-xl-6 {
    padding-top: 48px !important;
  }
}
@media (min-width: 1441px) {
  .padding-right-xl-6 {
    padding-right: 48px !important;
  }
}
@media (min-width: 1441px) {
  .padding-bottom-xl-6 {
    padding-bottom: 48px !important;
  }
}
@media (min-width: 1441px) {
  .padding-left-xl-6 {
    padding-left: 48px !important;
  }
}
@media (min-width: 1441px) {
  .padding-xl-7 {
    padding: 56px;
  }
}
@media (min-width: 1441px) {
  .padding-horizontal-xl-7 {
    padding-right: 56px;
    padding-left: 56px;
  }
}
@media (min-width: 1441px) {
  .padding-vertical-xl-7 {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
@media (min-width: 1441px) {
  .padding-top-xl-7 {
    padding-top: 56px !important;
  }
}
@media (min-width: 1441px) {
  .padding-right-xl-7 {
    padding-right: 56px !important;
  }
}
@media (min-width: 1441px) {
  .padding-bottom-xl-7 {
    padding-bottom: 56px !important;
  }
}
@media (min-width: 1441px) {
  .padding-left-xl-7 {
    padding-left: 56px !important;
  }
}
@media (min-width: 1441px) {
  .padding-xl-8 {
    padding: 80px;
  }
}
@media (min-width: 1441px) {
  .padding-horizontal-xl-8 {
    padding-right: 80px;
    padding-left: 80px;
  }
}
@media (min-width: 1441px) {
  .padding-vertical-xl-8 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 1441px) {
  .padding-top-xl-8 {
    padding-top: 80px !important;
  }
}
@media (min-width: 1441px) {
  .padding-right-xl-8 {
    padding-right: 80px !important;
  }
}
@media (min-width: 1441px) {
  .padding-bottom-xl-8 {
    padding-bottom: 80px !important;
  }
}
@media (min-width: 1441px) {
  .padding-left-xl-8 {
    padding-left: 80px !important;
  }
}
img,
audio,
video {
  border: none;
  max-width: 100%;
}
.visually-hidden {
  font-weight: 400;
}
.visually-hidden:not(:focus):not(:active) {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.w-light {
  font-weight: 200;
}
.w-normal {
  font-weight: 400;
}
.w-bold {
  font-weight: bold;
}
.w-extra-bold {
  font-weight: 700;
}
.br-light1 { /* stylelint-disable-line */
  border-color: #ffffff;
}
.br-light2 { /* stylelint-disable-line */
  border-color: #f4f4f4;
}
.br-light3 { /* stylelint-disable-line */
  border-color: #ebebeb;
}
.br-mid1 { /* stylelint-disable-line */
  border-color: #cccccc;
}
.br-mid2 { /* stylelint-disable-line */
  border-color: #afafaf;
}
.br-mid3 { /* stylelint-disable-line */
  border-color: #999999;
}
.br-mid4 { /* stylelint-disable-line */
  border-color: #666666;
}
.br-dark1 { /* stylelint-disable-line */
  border-color: #333333;
}
.br-dark2 { /* stylelint-disable-line */
  border-color: #000000;
}
.br-brand { /* stylelint-disable-line */
  border-color: #e60000;
}
.br-info { /* stylelint-disable-line */
  border-color: #005ea5;
}
.br-warn { /* stylelint-disable-line */
  border-color: #eb9700;
}
.br-error { /* stylelint-disable-line */
  border-color: #bd0000;
}
.br-success { /* stylelint-disable-line */
  border-color: #428600;
}
.br-selected { /* stylelint-disable-line */
  border-color: #428600;
}
.br-discount { /* stylelint-disable-line */
  border-color: #00b0ca;
}
.br-promotion1 { /* stylelint-disable-line */
  border-color: #9c2aa0;
}
.br-promotion2 { /* stylelint-disable-line */
  border-color: #5e2750;
}
.br-marketingYellow { /* stylelint-disable-line */
  border-color: #fecb00;
}
.br-marketingGreen { /* stylelint-disable-line */
  border-color: #7ed321;
}
.br-marketingOrange { /* stylelint-disable-line */
  border-color: #eb9700;
}
.br-marketingTurquoise { /* stylelint-disable-line */
  border-color: #007c92;
}
.br-marketingBlue { /* stylelint-disable-line */
  border-color: #00b0ca;
}
.br-marketingViolet { /* stylelint-disable-line */
  border-color: #9c2aa0;
}
.br-marketingAubergine { /* stylelint-disable-line */
  border-color: #5e2750;
}
.text-light1 { /* stylelint-disable-line */
  color: #ffffff;
}
.text-light2 { /* stylelint-disable-line */
  color: #f4f4f4;
}
.text-light3 { /* stylelint-disable-line */
  color: #ebebeb;
}
.text-mid1 { /* stylelint-disable-line */
  color: #cccccc;
}
.text-mid2 { /* stylelint-disable-line */
  color: #afafaf;
}
.text-mid3 { /* stylelint-disable-line */
  color: #999999;
}
.text-mid4 { /* stylelint-disable-line */
  color: #666666;
}
.text-dark1 { /* stylelint-disable-line */
  color: #333333;
}
.text-dark2 { /* stylelint-disable-line */
  color: #000000;
}
.text-brand { /* stylelint-disable-line */
  color: #e60000;
}
.text-info { /* stylelint-disable-line */
  color: #005ea5;
}
.text-warn { /* stylelint-disable-line */
  color: #eb9700;
}
.text-error { /* stylelint-disable-line */
  color: #bd0000;
}
.text-success { /* stylelint-disable-line */
  color: #428600;
}
.text-selected { /* stylelint-disable-line */
  color: #428600;
}
.text-discount { /* stylelint-disable-line */
  color: #00b0ca;
}
.text-promotion1 { /* stylelint-disable-line */
  color: #9c2aa0;
}
.text-promotion2 { /* stylelint-disable-line */
  color: #5e2750;
}
.text-marketingYellow { /* stylelint-disable-line */
  color: #fecb00;
}
.text-marketingGreen { /* stylelint-disable-line */
  color: #7ed321;
}
.text-marketingOrange { /* stylelint-disable-line */
  color: #eb9700;
}
.text-marketingTurquoise { /* stylelint-disable-line */
  color: #007c92;
}
.text-marketingBlue { /* stylelint-disable-line */
  color: #00b0ca;
}
.text-marketingViolet { /* stylelint-disable-line */
  color: #9c2aa0;
}
.text-marketingAubergine { /* stylelint-disable-line */
  color: #5e2750;
}
/* stylelint-disable */
.d-none {
  display: none;
}
@media (min-width: 768px) {
  .d-md-none {
    display: none;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none;
  }
}
.d-inline {
  display: inline;
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline;
  }
}
.d-inline-block {
  display: inline-block;
}
@media (min-width: 768px) {
  .d-md-inline-block {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  .d-lg-inline-block {
    display: inline-block;
  }
}
.d-block {
  display: block;
}
@media (min-width: 768px) {
  .d-md-block {
    display: block;
  }
}
@media (min-width: 992px) {
  .d-lg-block {
    display: block;
  }
}
.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .d-md-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 992px) {
  .d-lg-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.d-inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media (min-width: 768px) {
  .d-md-inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
@media (min-width: 992px) {
  .d-lg-inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}@-webkit-keyframes vfuk-UpgradesRouterSummaryStyles__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-UpgradesRouterSummaryStyles__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-UpgradesRouterSummaryStyles__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-UpgradesRouterSummaryStyles__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-UpgradesRouterSummaryStyles__kits {
  margin-left: -16px;
}
@media (min-width: 992px) {
  .vfuk-UpgradesRouterSummaryStyles__kits {
    margin-left: -20px;
  }
}

.vfuk-UpgradesRouterSummaryStyles__kit {
  width: 70px;
  max-width: 70px;
  margin-left: 16px;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .vfuk-UpgradesRouterSummaryStyles__kit {
    width: 80px;
    max-width: 80px;
  }
}
.vfuk-UpgradesRouterSummaryStyles__kit p {
  text-align: center;
  max-width: 70px;
}
@media (min-width: 992px) {
  .vfuk-UpgradesRouterSummaryStyles__kit p {
    max-width: 80px;
  }
}
.vfuk-UpgradesRouterSummaryStyles__kit .vfuk-UpgradesRouterSummaryStyles__kit-image {
  margin-bottom: 8px;
}
.vfuk-UpgradesRouterSummaryStyles__kit .vfuk-UpgradesRouterSummaryStyles__imageFocusColor:focus {
  outline-color: #0096ad;
}@-webkit-keyframes vfuk-PlainCard__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-PlainCard__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-PlainCard__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-PlainCard__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-PlainCard__plain-card {
  width: 100%;
  max-width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #333333;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 8px;
  margin: auto;
  margin-bottom: 4px;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16);
  overflow: hidden;
}
.vfuk-PlainCard__plain-card h3 {
  font-size: 16px;
}
@media (min-width: 992px) {
  .vfuk-PlainCard__plain-card h3 {
    font-size: 18px;
  }
}
.vfuk-PlainCard__plain-card > * {
  background-color: #ffffff;
}
.vfuk-PlainCard__plain-card.vfuk-PlainCard__has-border-color {
  border-radius: 0;
  overflow: visible;
}
.vfuk-PlainCard__plain-card.vfuk-PlainCard__has-border-color > * {
  border-width: 2px;
  border-style: solid;
  border-radius: 8px;
}
.vfuk-PlainCard__plain-card.vfuk-PlainCard__has-border-color > *:not(:first-of-type) {
  border-top-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.vfuk-PlainCard__plain-card.vfuk-PlainCard__has-border-color > *:not(:last-of-type) {
  border-bottom-width: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.vfuk-PlainCard__plain-card.vfuk-PlainCard__has-border-color.vfuk-PlainCard__border-green > * {
  border-color: #428600;
}
.vfuk-PlainCard__plain-card.vfuk-PlainCard__has-border-color.vfuk-PlainCard__border-turquoise > * {
  border-color: #005ea5;
}
.vfuk-PlainCard__plain-card .vfuk-PlainCard__header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333333;
  padding: 24px 24px 0;
}
.vfuk-PlainCard__plain-card .vfuk-PlainCard__header-container .vfuk-PlainCard__heading-with-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 24px;
}
.vfuk-PlainCard__plain-card .vfuk-PlainCard__header-container .vfuk-PlainCard__heading-with-icon h3 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: inline-block;
  font-size: 16px;
  line-height: 1.1;
}
@media (min-width: 992px) {
  .vfuk-PlainCard__plain-card .vfuk-PlainCard__header-container .vfuk-PlainCard__heading-with-icon h3 {
    font-size: 18px;
  }
}
.vfuk-PlainCard__plain-card .vfuk-PlainCard__header-container .vfuk-PlainCard__heading-with-icon svg {
  margin-right: 16px;
}
.vfuk-PlainCard__plain-card .vfuk-PlainCard__header-container .vfuk-PlainCard__heading-with-icon-only {
  margin: auto;
}
.vfuk-PlainCard__plain-card .vfuk-PlainCard__header-container .vfuk-PlainCard__heading-with-icon-only svg {
  margin-right: 0;
}
.vfuk-PlainCard__plain-card .vfuk-PlainCard__header-container .vfuk-PlainCard__tooltip-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.vfuk-PlainCard__plain-card .vfuk-PlainCard__bg {
  color: #ffffff;
  margin: 0;
  padding: 8px 16px;
  font-size: 16px;
}
.vfuk-PlainCard__plain-card .vfuk-PlainCard__bg-green {
  background-color: #008a00;
}
.vfuk-PlainCard__plain-card .vfuk-PlainCard__bg-turquoise {
  background-color: #005ea5;
}
@media (min-width: 992px) {
  .vfuk-PlainCard__plain-card .vfuk-PlainCard__bg {
    padding: 8px 24px;
    font-size: 20px;
  }
}
.vfuk-PlainCard__plain-card .vfuk-PlainCard__bg h3 {
  color: #ffffff;
  line-height: 1.1;
}
.vfuk-PlainCard__plain-card .vfuk-PlainCard__subtitle {
  margin-top: -16px;
}
.vfuk-PlainCard__plain-card .vfuk-PlainCard__footer-container {
  color: #333333;
  padding: 0 24px 24px;
}
.vfuk-PlainCard__plain-card .vfuk-PlainCard__footer-container button {
  border-radius: 8px;
}
.vfuk-PlainCard__plain-card .vfuk-PlainCard__skirt-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: -16px;
  bottom: -16px;
  color: #ffffff;
  width: calc(100% + 32px);
  padding: 8px 16px;
}
.vfuk-PlainCard__plain-card .vfuk-PlainCard__skirt-container.vfuk-PlainCard__bg-green {
  background-color: #428600;
}
.vfuk-PlainCard__plain-card .vfuk-PlainCard__skirt-container.vfuk-PlainCard__bg-turquoise {
  background-color: #9c2aa0;
}
.vfuk-PlainCard__plain-card .vfuk-PlainCard__skirt-container span {
  line-height: 24px;
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .vfuk-PlainCard__plain-card .vfuk-PlainCard__skirt-container span {
    font-size: 18px;
    font-size: 1.125rem;
  }
}@-webkit-keyframes vfuk-AddonCard__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-AddonCard__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-AddonCard__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-AddonCard__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-AddonCard__add-on-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 16px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 6px;
  border: 2px solid #ffffff;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16);
  margin: 0;
  height: 100%;
}
@media (min-width: 768px) {
  .vfuk-AddonCard__add-on-wrapper {
    margin: 0 10px;
  }
}
.vfuk-AddonCard__add-on-wrapper.vfuk-AddonCard__is-selected {
  overflow: hidden;
  border: 2px solid #008a00;
}
.vfuk-AddonCard__add-on-wrapper .vfuk-AddonCard__add-on-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.vfuk-AddonCard__add-on-wrapper .vfuk-AddonCard__fake-btn {
  margin: 8px 0 16px;
}
.vfuk-AddonCard__add-on-wrapper .vfuk-AddonCard__modal-touch-area:hover {
  cursor: pointer;
}
.vfuk-AddonCard__add-on-wrapper .vfuk-AddonCard__add-on-button {
  margin-top: 16px;
}
.vfuk-AddonCard__add-on-wrapper .vfuk-AddonCard__add-on-button button {
  border-radius: 6px;
}
.vfuk-AddonCard__add-on-wrapper .vfuk-AddonCard__add-on-button span[class*=Icon__wrapper] {
  width: 24px;
  height: 24px;
  vertical-align: bottom;
}
.vfuk-AddonCard__add-on-wrapper .vfuk-AddonCard__price {
  font-size: 28px;
  line-height: 1.25;
  font-weight: 700;
  color: #262626;
}
.vfuk-AddonCard__add-on-wrapper .vfuk-AddonCard__price-discount {
  color: #bd0000;
  font-size: 14px;
}
.vfuk-AddonCard__add-on-wrapper .vfuk-AddonCard__inline-price {
  display: inline;
  margin-right: 16px;
}
.vfuk-AddonCard__add-on-wrapper .vfuk-AddonCard__vat-info {
  color: #262626;
  font-size: 16px;
}
.vfuk-AddonCard__add-on-wrapper .vfuk-AddonCard__price-info {
  font-size: 18px;
  color: #262626;
}
.vfuk-AddonCard__add-on-wrapper .vfuk-AddonCard__included-in-plan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: -24px;
  bottom: -16px;
  color: #ffffff;
  padding-top: 8px;
  padding-left: 16px;
  padding-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  background-color: #008a00;
  width: calc(100% + 48px);
}
.vfuk-AddonCard__add-on-wrapper svg {
  margin-left: 8px;
}@-webkit-keyframes vfuk-BackgroundImage__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-BackgroundImage__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-BackgroundImage__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-BackgroundImage__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-BackgroundImage__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}@-webkit-keyframes vfuk-Section__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-Section__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-Section__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-Section__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-Section__section {
  width: 100%;
  position: relative;
}
.vfuk-Section__section-has-offset:before, .vfuk-Section__section-has-offset:after {
  clear: both;
  content: "";
  display: table;
  margin-top: -1px;
  height: 0;
}

.vfuk-Section__content {
  margin-left: auto;
  margin-right: auto;
}
.vfuk-Section__content-with-background-image {
  position: relative;
}

.vfuk-Section__spring {
  margin-left: auto;
  margin-right: auto;
  max-width: 1409px;
}

.vfuk-Section__justify-left {
  text-align: left;
}

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

.vfuk-Section__justify-right {
  text-align: right;
}

.vfuk-Section__background-image {
  z-index: -1;
}

.vfuk-Section__border-none {
  border-color: transparent;
}

.vfuk-Section__border-shadow {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
}

.vfuk-Section__border {
  border-width: 2px;
  border-style: solid;
}

.vfuk-Section__rounded-borders {
  border-radius: 8px;
}

.vfuk-Section__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.vfuk-Section__flex .vfuk-Section__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
}

.vfuk-Section__chevron:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.vfuk-Section__chevron-brand:after {
  border-color: #e60000 transparent transparent transparent;
}
.vfuk-Section__chevron-light1:after {
  border-color: #ffffff transparent transparent transparent;
}
.vfuk-Section__chevron-light2:after {
  border-color: #f4f4f4 transparent transparent transparent;
}
.vfuk-Section__chevron-light3:after {
  border-color: #ebebeb transparent transparent transparent;
}
.vfuk-Section__chevron-mid1:after {
  border-color: #cccccc transparent transparent transparent;
}
.vfuk-Section__chevron-mid2:after {
  border-color: #afafaf transparent transparent transparent;
}
.vfuk-Section__chevron-mid3:after {
  border-color: #999999 transparent transparent transparent;
}
.vfuk-Section__chevron-mid4:after {
  border-color: #666666 transparent transparent transparent;
}
.vfuk-Section__chevron-dark1:after {
  border-color: #333333 transparent transparent transparent;
}
.vfuk-Section__chevron-dark2:after {
  border-color: #000000 transparent transparent transparent;
}
.vfuk-Section__chevron-info:after {
  border-color: #005ea5 transparent transparent transparent;
}
.vfuk-Section__chevron-selected:after {
  border-color: #428600 transparent transparent transparent;
}
.vfuk-Section__chevron-success:after {
  border-color: #428600 transparent transparent transparent;
}
.vfuk-Section__chevron-warn:after {
  border-color: #eb9700 transparent transparent transparent;
}
.vfuk-Section__chevron-error:after {
  border-color: #bd0000 transparent transparent transparent;
}
.vfuk-Section__chevron-discount:after {
  border-color: #00b0ca transparent transparent transparent;
}
.vfuk-Section__chevron-promotion1:after {
  border-color: #9c2aa0 transparent transparent transparent;
}
.vfuk-Section__chevron-promotion2:after {
  border-color: #5e2750 transparent transparent transparent;
}
.vfuk-Section__chevron-marketingGreen:after {
  border-color: #a8b400 transparent transparent transparent;
}
.vfuk-Section__chevron-marketingYellow:after {
  border-color: #fecb00 transparent transparent transparent;
}
.vfuk-Section__chevron-marketingOrange:after {
  border-color: #eb9700 transparent transparent transparent;
}
.vfuk-Section__chevron-marketingAubergine:after {
  border-color: #5e2750 transparent transparent transparent;
}
.vfuk-Section__chevron-marketingViolet:after {
  border-color: #9c2aa0 transparent transparent transparent;
}
.vfuk-Section__chevron-marketingBlue:after {
  border-color: #00b0ca transparent transparent transparent;
}
.vfuk-Section__chevron-marketingTurquoise:after {
  border-color: #007c92 transparent transparent transparent;
}@-webkit-keyframes vfuk-SpeedCardAccordion__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-SpeedCardAccordion__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-SpeedCardAccordion__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-SpeedCardAccordion__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-SpeedCardAccordion__accordion {
  position: relative;
  padding: 16px 0;
}

.vfuk-SpeedCardAccordion__trigger {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.vfuk-SpeedCardAccordion__trigger__button {
  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: 32px;
  height: 32px;
  margin: auto;
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.vfuk-SpeedCardAccordion__trigger__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.vfuk-SpeedCardAccordion__trigger__icon--upside-down {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.vfuk-SpeedCardAccordion__content {
  margin-bottom: -16px;
}
.vfuk-SpeedCardAccordion__content--closed:not(:focus):not(:active) {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.vfuk-SpeedCardAccordion__separator {
  height: 1px;
  background-color: #cccccc;
}@-webkit-keyframes vfuk-Tooltip__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-Tooltip__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-Tooltip__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-Tooltip__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-Tooltip__tooltip {
  font-size: 16px !important;
  background-color: #333333 !important;
}@-webkit-keyframes vfuk-SpeedCardSellingPoints__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-SpeedCardSellingPoints__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-SpeedCardSellingPoints__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-SpeedCardSellingPoints__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-SpeedCardSellingPoints__header p {
  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;
  line-height: 1.3333;
}
.vfuk-SpeedCardSellingPoints__header__text {
  margin-right: 8px;
  font-weight: 700;
}
.vfuk-SpeedCardSellingPoints__header__tooltip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 240px;
  text-align: center;
}
.vfuk-SpeedCardSellingPoints__header__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.vfuk-SpeedCardSellingPoints__header__icon svg > path {
  fill: #005ea5;
}

.vfuk-SpeedCardSellingPoints__selling-points div:not(:first-of-type) {
  margin-top: 8px;
}@-webkit-keyframes vfuk-Radio__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-Radio__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-Radio__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-Radio__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-Radio__input-wrapper {
  position: relative;
}

.vfuk-Radio__label {
  display: block;
  padding: 0.34375rem 0;
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .vfuk-Radio__label {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (min-width: 768px) {
  .vfuk-Radio__label {
    padding: 0.28125rem 0;
  }
}
.vfuk-Radio__label:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #999999;
  border-radius: 50%;
  content: "";
  height: 2rem;
  position: absolute;
  top: 0;
  width: 2rem;
  background: #ffffff;
}
.vfuk-Radio__label:after {
  content: "";
  background-color: #428600;
  border-radius: 50%;
  height: 1rem;
  opacity: 0;
  position: absolute;
  top: 0.5rem;
  -webkit-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
  width: 1rem;
}

.vfuk-Radio__input {
  font-size: 1rem;
  height: 2rem;
  left: 0;
  opacity: 0;
  margin: 0;
  padding: 1px;
  position: absolute;
  top: 0;
  width: 2rem;
}
.vfuk-Radio__input:checked + label:before {
  border-color: #428600;
}
.vfuk-Radio__input:checked + label:after {
  opacity: 1;
}
.vfuk-Radio__input:focus + label:before {
  -webkit-box-shadow: 0 0 0 3px #00b0ca;
          box-shadow: 0 0 0 3px #00b0ca;
  outline: 3px solid transparent;
}

.vfuk-Radio__wrapper-disabled {
  opacity: 0.7;
}
.vfuk-Radio__wrapper-disabled .vfuk-Radio__label {
  cursor: inherit;
}

.vfuk-Radio__align-left {
  text-align: left;
  padding-left: 3rem;
}
.vfuk-Radio__align-left .vfuk-Radio__label:before {
  left: 0;
}
.vfuk-Radio__align-left .vfuk-Radio__label:after {
  left: 0.5rem;
}

.vfuk-Radio__align-center {
  text-align: center;
}
.vfuk-Radio__align-center .vfuk-Radio__label {
  display: block;
  padding-top: 2.5rem;
}
.vfuk-Radio__align-center .vfuk-Radio__label:before {
  left: 50%;
  margin-left: -1rem;
}
.vfuk-Radio__align-center .vfuk-Radio__label:after {
  left: 50%;
  margin-left: -0.5rem;
}@-webkit-keyframes vfuk-SpeedCardSpeeds__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-SpeedCardSpeeds__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-SpeedCardSpeeds__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-SpeedCardSpeeds__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-SpeedCardSpeeds__plan-speeds-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.vfuk-SpeedCardSpeeds__plan-speeds-radio {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  left: 3px;
  pointer-events: none;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.vfuk-SpeedCardSpeeds__plan-download-speed-guarantee {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.vfuk-SpeedCardSpeeds__plan-download-speed-average {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.vfuk-SpeedCardSpeeds__plan-upload-speed-average {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.vfuk-SpeedCardSpeeds__plan-upload-speed-guarantee {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.vfuk-SpeedCardSpeeds__speed__row {
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
}
@media (min-width: 768px) {
  .vfuk-SpeedCardSpeeds__speed__row {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.vfuk-SpeedCardSpeeds__tooltip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 240px;
  text-align: center;
}

.vfuk-SpeedCardSpeeds__bold {
  font-weight: bold;
}

.vfuk-SpeedCardSpeeds__tooltip__container {
  margin-left: 8px;
}

.vfuk-SpeedCardSpeeds__tooltip__icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  top: 6px;
}
.vfuk-SpeedCardSpeeds__tooltip__icon svg > path {
  fill: #005ea5;
}@-webkit-keyframes vfuk-SpeedCardDownloadSpeedGuarantee__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-SpeedCardDownloadSpeedGuarantee__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-SpeedCardDownloadSpeedGuarantee__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-SpeedCardDownloadSpeedGuarantee__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-SpeedCardDownloadSpeedGuarantee__header__inner {
  font-size: 24px;
  font-size: 1.5rem;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #000000;
  padding: 0 40px;
}
@media (min-width: 768px) {
  .vfuk-SpeedCardDownloadSpeedGuarantee__header__inner {
    font-size: 34px;
    font-size: 2.125rem;
  }
}
@media (min-width: 992px) {
  .vfuk-SpeedCardDownloadSpeedGuarantee__header__inner {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.vfuk-SpeedCardDownloadSpeedGuarantee__header__text + button[data-for^=tooltip-for] {
  margin-left: 8px;
}
.vfuk-SpeedCardDownloadSpeedGuarantee__header__info {
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .vfuk-SpeedCardDownloadSpeedGuarantee__header__info {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.vfuk-SpeedCardDownloadSpeedGuarantee__header__decimal {
  font-size: 20px;
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .vfuk-SpeedCardDownloadSpeedGuarantee__header__decimal {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .vfuk-SpeedCardDownloadSpeedGuarantee__header__decimal {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.vfuk-SpeedCardDownloadSpeedGuarantee__tooltip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 240px;
  text-align: center;
}

.vfuk-SpeedCardDownloadSpeedGuarantee__tooltip__icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  top: 6px;
}
.vfuk-SpeedCardDownloadSpeedGuarantee__tooltip__icon svg > path {
  fill: #005ea5;
}@-webkit-keyframes vfuk-VariantCheckbox__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-VariantCheckbox__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-VariantCheckbox__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-VariantCheckbox__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-VariantCheckbox__container {
  position: relative;
  border-radius: 6px;
  padding: 16px;
}
.vfuk-VariantCheckbox__container:after {
  content: "";
  pointer-events: none;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: inherit;
  border: 1px solid #999999;
}
.vfuk-VariantCheckbox__container--selected:after {
  border: 2px solid #008a00;
}

.vfuk-VariantCheckbox__column-shrink {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

/* Selling points */
.vfuk-VariantCheckbox__point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.vfuk-VariantCheckbox__point svg {
  margin-right: 8px;
  position: relative;
  top: 2px;
}@-webkit-keyframes vfuk-ContentLoader__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-ContentLoader__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-ContentLoader__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-ContentLoader__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
/* stylelint-disable */

/* stylelint-enable */
.vfuk-ContentLoader__content-loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: linear-gradient(-90deg, #dddddd 0, #e8e8e8 40px, #dddddd 80px);
  background-color: #494949;
  border-radius: 5px;
  margin: 8px 0;
  background-size: 400% 400%;
  -webkit-animation: vfuk-ContentLoader__shine-lines 2s linear infinite;
          animation: vfuk-ContentLoader__shine-lines 2s linear infinite;
}
@media (min-width: 768px) {
  .vfuk-ContentLoader__content-loader {
    margin: 8px 0;
  }
}

@-webkit-keyframes vfuk-ContentLoader__shine-lines {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: -100% 0%;
  }
}

@keyframes vfuk-ContentLoader__shine-lines {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: -100% 0%;
  }
}@-webkit-keyframes vfuk-Section__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-Section__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-Section__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-Section__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-Section__container {
  width: 100%;
  padding: 16px 24px 16px;
}
.vfuk-Section__container:first-of-type .vfuk-Section__discount-wrapper {
  border-top: 0;
  padding-top: 0;
}
.vfuk-Section__container .vfuk-Section__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 992px) {
  .vfuk-Section__container .vfuk-Section__section {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.vfuk-Section__container .vfuk-Section__section .vfuk-Section__plan-title {
  margin-bottom: 0;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  line-height: 24px;
  padding-right: 8px;
}
.vfuk-Section__container .vfuk-Section__section.vfuk-Section__dashboard {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 0;
}
.vfuk-Section__container .vfuk-Section__section.vfuk-Section__dashboard .vfuk-Section__plan-title {
  margin-bottom: 8px;
  padding-right: 0;
}
.vfuk-Section__container .vfuk-Section__section .vfuk-Section__flex-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.vfuk-Section__container .vfuk-Section__section .vfuk-Section__unit {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  width: auto;
}
@media (min-width: 768px) {
  .vfuk-Section__container .vfuk-Section__section .vfuk-Section__unit {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.vfuk-Section__container .vfuk-Section__section .vfuk-Section__unit p {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  width: auto;
}
@media (min-width: 768px) {
  .vfuk-Section__container .vfuk-Section__section .vfuk-Section__unit p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.vfuk-Section__container .vfuk-Section__section .vfuk-Section__landline {
  margin-right: 8px;
}
.vfuk-Section__container .vfuk-Section__section .vfuk-Section__landline-number {
  margin-right: 16px;
}
.vfuk-Section__container .vfuk-Section__section .vfuk-Section__landline-tooltip {
  cursor: pointer;
  width: 24px;
  vertical-align: sub;
  margin-left: 16px;
}
.vfuk-Section__container .vfuk-Section__section .vfuk-Section__addons-term {
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
}
@media (min-width: 768px) {
  .vfuk-Section__container .vfuk-Section__section .vfuk-Section__addons-term {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.vfuk-Section__container .vfuk-Section__section.vfuk-Section__upgrades-current-plan {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .vfuk-Section__container .vfuk-Section__section.vfuk-Section__upgrades-current-plan {
    padding-bottom: 8px;
  }
}
.vfuk-Section__container .vfuk-Section__section.vfuk-Section__upgrades-current-plan > .vfuk-Section__plan-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.vfuk-Section__container .vfuk-Section__section.vfuk-Section__tooltip-wrapper {
  margin-bottom: 8px;
}
.vfuk-Section__container .vfuk-Section__section.vfuk-Section__tooltip-wrapper svg > path {
  fill: #005ea5;
}
.vfuk-Section__container .vfuk-Section__section .vfuk-Section__hardware-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.vfuk-Section__container .vfuk-Section__section .vfuk-Section__hardware-generation {
  margin-bottom: 8px;
}
.vfuk-Section__container .vfuk-Section__card-details.vfuk-Section__hardware > div:first-child {
  padding-left: 0;
  padding-top: 0;
}
.vfuk-Section__container .vfuk-Section__card-details.vfuk-Section__hardware > div:last-child {
  padding-right: 0;
  padding-top: 0;
}
.vfuk-Section__container .vfuk-Section__card-details.vfuk-Section__dashboard {
  padding-bottom: 0;
}
.vfuk-Section__container .vfuk-Section__display-price .vfuk-Section__discounted-price {
  color: #bd0000;
  text-decoration: line-through;
}
.vfuk-Section__container .vfuk-Section__display-price span {
  font-size: 16px;
}
.vfuk-Section__container .vfuk-Section__more-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 0 16px;
}
.vfuk-Section__container .vfuk-Section__more-info span {
  text-decoration: underline;
}
.vfuk-Section__container .vfuk-Section__more-info span:hover {
  cursor: pointer;
}
.vfuk-Section__container .vfuk-Section__more-info svg {
  margin-right: 8px;
}
.vfuk-Section__container .vfuk-Section__delivery-wrapper {
  border-top: 1px solid #ebebeb;
  padding: 24px 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.vfuk-Section__container .vfuk-Section__delivery-wrapper svg {
  width: 38px;
  height: 38px;
  margin-right: 16px;
}
.vfuk-Section__container .vfuk-Section__discount-wrapper {
  border-top: 1px solid #ebebeb;
  padding-top: 24px;
}
.vfuk-Section__container .vfuk-Section__discount-wrapper p {
  margin-bottom: 16px;
}
.vfuk-Section__container .vfuk-Section__discount-wrapper .vfuk-Section__addons-item p {
  color: #262626;
  margin-bottom: 8px;
}
.vfuk-Section__container .vfuk-Section__discount-wrapper .vfuk-Section__addons-item > div {
  width: 100%;
}
.vfuk-Section__container .vfuk-Section__discount-wrapper .vfuk-Section__comment {
  margin-top: 16px;
}
.vfuk-Section__container .vfuk-Section__discount-wrapper svg {
  margin-right: 16px;
}
.vfuk-Section__container .vfuk-Section__discount-wrapper li {
  font-size: 16px;
  font-size: 1rem;
  color: #bd0000;
  margin-bottom: 8px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .vfuk-Section__container .vfuk-Section__discount-wrapper li {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.vfuk-Section__container .vfuk-Section__discount-wrapper li:last-child {
  margin-bottom: 0;
}
.vfuk-Section__container .vfuk-Section__discount-wrapper .vfuk-Section__no-items-wrap {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .vfuk-Section__container .vfuk-Section__discount-wrapper .vfuk-Section__no-items-wrap {
    margin-bottom: 8px;
  }
}
.vfuk-Section__container .vfuk-Section__discount-wrapper .vfuk-Section__no-items-wrap p {
  color: #262626;
}
@media (min-width: 768px) {
  .vfuk-Section__container .vfuk-Section__discount-wrapper.vfuk-Section__upgrades-current-plan {
    padding-top: 16px;
  }
}
@media (min-width: 768px) {
  .vfuk-Section__container .vfuk-Section__plan-price,
  .vfuk-Section__container .vfuk-Section__plan-speed {
    min-width: 96px;
  }
}
.vfuk-Section__container .vfuk-Section__trigger-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  text-decoration: underline;
  color: #262626;
}
.vfuk-Section__container .vfuk-Section__trigger-button svg {
  margin-right: 8px;
}

.vfuk-Section__full-pack > p:first-child {
  font-size: 20px;
  margin-bottom: 8px;
}

.vfuk-Section__checkback-date-container {
  padding-top: 0;
}

.vfuk-Section__wifi-speeds {
  background-color: #f2f2f2;
  padding: 24px 24px 8px;
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .vfuk-Section__wifi-speeds {
    padding: 24px 32px 16px;
  }
}
.vfuk-Section__wifi-speeds__heading {
  font-size: 16px;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  margin-bottom: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 768px) {
  .vfuk-Section__wifi-speeds__heading {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.vfuk-Section__wifi-speeds__heading p {
  width: 100%;
}
.vfuk-Section__wifi-speeds__list {
  list-style: none;
}
.vfuk-Section__wifi-speeds__speed-item {
  margin-left: -8px;
  margin-right: -8px;
}
.vfuk-Section__wifi-speeds__speed-item .vfuk-Section__unit p {
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 8px;
}
@media (min-width: 768px) {
  .vfuk-Section__wifi-speeds__speed-item .vfuk-Section__unit p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.vfuk-Section__wifi-speeds__speed-item .vfuk-Section__unit.vfuk-Section__landline p {
  margin-bottom: 0;
  margin-right: 16px;
}
.vfuk-Section__wifi-speeds__speed-item .vfuk-Section__content {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px;
}
.vfuk-Section__wifi-speeds__speed-item .vfuk-Section__content > span {
  padding-right: 16px;
}
.vfuk-Section__wifi-speeds__speed-item .vfuk-Section__content .vfuk-Section__text {
  width: 100%;
}
.vfuk-Section__wifi-speeds__tooltip {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 24px;
}
.vfuk-Section__wifi-speeds__tooltip svg > path {
  fill: #005ea5;
}
.vfuk-Section__wifi-speeds__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px;
}
.vfuk-Section__wifi-speeds__content > span {
  margin: 5px 3px 0 0;
}
@media (max-width: 768px) {
  .vfuk-Section__wifi-speeds__content > span {
    margin: 0 3px 0 0;
  }
}
.vfuk-Section__wifi-speeds__content h2 {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
.vfuk-Section__wifi-speeds__content p {
  margin-bottom: 0;
}

.vfuk-Section__checkback-date-message {
  padding-bottom: 16px;
  padding-top: 0;
}

.vfuk-Section__additional-kit {
  margin-left: -8px;
}
.vfuk-Section__additional-kit-wrapper {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.vfuk-Section__additional-kit-item {
  max-width: 33.333% !important;
  padding-right: 8px !important;
}
.vfuk-Section__additional-kit-item:last-child {
  padding-right: 0 !important;
}
.vfuk-Section__additional-kit .vfuk-Section__kit-thumbs {
  min-height: 80px;
  max-height: 80px;
}
.vfuk-Section__additional-kit .vfuk-Section__kit-thumbs .vfuk-Section__image-wrapper {
  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;
  height: 100%;
}
.vfuk-Section__additional-kit .vfuk-Section__kit-thumbs .vfuk-Section__image-wrapper img {
  max-height: 80px;
  width: auto;
}
.vfuk-Section__additional-kit .vfuk-Section__kit-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.vfuk-Section__additional-kit .vfuk-Section__kit-name p {
  margin-bottom: 0;
}
.vfuk-Section__additional-kit .vfuk-Section__kit-name svg {
  margin-right: 5.2px;
  margin-top: 5px;
}
.vfuk-Section__additional-kit .vfuk-Section__kit-name svg path {
  fill: #262626;
}

.vfuk-Section__disclaimer {
  border-top: 1px solid #ebebeb;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  overflow: hidden;
}
.vfuk-Section__disclaimer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 8px;
}
.vfuk-Section__disclaimer__content.vfuk-Section__warning svg {
  margin-top: 4px;
}
.vfuk-Section__disclaimer.vfuk-Section__light2 {
  background: #f4f4f4;
  color: #333333;
}
.vfuk-Section__disclaimer p {
  padding-left: 8px;
}
@media (min-width: 768px) {
  .vfuk-Section__disclaimer {
    margin-top: 8px;
  }
}

.vfuk-Section__tooltip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 320px;
  text-transform: none;
  font-weight: 400;
}

.vfuk-Section__tooltip-wrapper .vfuk-Section__wifi-speeds__tooltip {
  width: 26px;
}@-webkit-keyframes vfuk-UpgradesPlanSection-module__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-UpgradesPlanSection-module__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-UpgradesPlanSection-module__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-UpgradesPlanSection-module__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-UpgradesPlanSection-module__more-info {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f4f4f4;
  border-bottom: 1px solid #ebebeb;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -1px;
  padding: 0 16px 16px;
}
.vfuk-UpgradesPlanSection-module__more-info span {
  text-decoration: underline;
}
.vfuk-UpgradesPlanSection-module__more-info span:hover {
  cursor: pointer;
}
.vfuk-UpgradesPlanSection-module__more-info u {
  pointer-events: none;
}

.vfuk-UpgradesPlanSection-module__info-text {
  text-align: left;
  margin-bottom: 24px !important;
}
@media (min-width: 768px) {
  .vfuk-UpgradesPlanSection-module__info-text {
    text-align: center;
  }
}

.vfuk-UpgradesPlanSection-module__promo-point {
  color: #007c92;
}@-webkit-keyframes vfuk-StepperNode__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-StepperNode__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-StepperNode__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-StepperNode__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-StepperNode__wrapper {
  padding: 0;
  max-width: 32px;
}
.vfuk-StepperNode__wrapper .vfuk-StepperNode__progress__item {
  border-radius: 50%;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(153, 153, 153, 0.4);
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  outline: none;
  color: #000000;
}
@media (min-width: 768px) {
  .vfuk-StepperNode__wrapper .vfuk-StepperNode__progress__item {
    font-size: 1.75rem;
    line-height: 26px;
    font-weight: 200;
  }
  .vfuk-StepperNode__wrapper .vfuk-StepperNode__progress__item svg {
    -webkit-transform: scale(0.65);
            transform: scale(0.65);
  }
}
.vfuk-StepperNode__wrapper .vfuk-StepperNode__progress__item:disabled {
  pointer-events: none;
  cursor: auto;
  color: unset;
}

.vfuk-StepperNode__stepper-node {
  opacity: 1;
}
.vfuk-StepperNode__stepper-node.vfuk-StepperNode__node-complete .vfuk-StepperNode__progress__item {
  border-color: #000000;
}
.vfuk-StepperNode__stepper-node.vfuk-StepperNode__current-node .vfuk-StepperNode__progress__item {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.vfuk-StepperNode__stepper-node.vfuk-StepperNode__current-node .vfuk-StepperNode__progress__item:hover, .vfuk-StepperNode__stepper-node.vfuk-StepperNode__current-node .vfuk-StepperNode__progress__item:focus {
  color: white;
}
.vfuk-StepperNode__stepper-node.vfuk-StepperNode__current-node p {
  font-weight: normal;
}

.vfuk-StepperNode__node-label {
  font-size: 18px;
  white-space: nowrap;
  width: auto;
}
@media (max-width: 768px) {
  .vfuk-StepperNode__node-label {
    margin-top: 16px;
  }
}@-webkit-keyframes vfuk-StepperSeparator__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-StepperSeparator__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-StepperSeparator__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-StepperSeparator__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-StepperSeparator__stepper-separator {
  border-bottom: 1px solid #999999;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  height: 1.5rem;
  margin: 0 8px;
  opacity: 0.4;
}
.vfuk-StepperSeparator__stepper-separator:first-of-type {
  display: none;
}

.vfuk-StepperSeparator__info {
  border-color: #007c92;
}

.vfuk-StepperSeparator__dark {
  border-color: #000000;
}

.vfuk-StepperSeparator__light1 {
  border-color: #ffffff;
}

.vfuk-StepperSeparator__separator-node-complete {
  opacity: 1;
  border-color: #000000;
}@-webkit-keyframes vfuk-Stepper__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-Stepper__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-Stepper__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-Stepper__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-Stepper__stepper {
  width: 100%;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .vfuk-Stepper__stepper {
    margin-bottom: 0;
  }
}

.vfuk-Stepper__stepper-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  list-style: none;
}@-webkit-keyframes vfuk-Breadcrumbs__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-Breadcrumbs__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-Breadcrumbs__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-Breadcrumbs__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-Breadcrumbs__wrapper {
  width: 100%;
  border-bottom: 1px solid #cccccc;
  padding: 0;
}

.vfuk-Breadcrumbs__breadcrumbs {
  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;
  font-size: 18px;
  margin-bottom: 0;
  padding: 0;
}

.vfuk-Breadcrumbs__item {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  margin: 8px 0;
}
.vfuk-Breadcrumbs__item svg {
  margin-left: 8px;
  margin-right: 8px;
  display: inline-block !important;
}

.vfuk-Breadcrumbs__link {
  margin: 0 3px;
}@-webkit-keyframes vfuk-UpgradesPage__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-UpgradesPage__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-UpgradesPage__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-UpgradesPage__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-UpgradesPage__header-banner {
  padding-top: 16px;
  padding-bottom: 8px;
  text-align: center;
  background-color: #e60000;
}
@media (min-width: 768px) {
  .vfuk-UpgradesPage__header-banner {
    padding-top: 40px;
    padding-bottom: 32px;
  }
}

.vfuk-UpgradesPage__upgrades-container {
  opacity: 1;
  -webkit-animation-name: vfuk-UpgradesPage__fadeInOpacity;
          animation-name: vfuk-UpgradesPage__fadeInOpacity;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: cubic-bezier(0, 0.92, 0.58, 1);
          animation-timing-function: cubic-bezier(0, 0.92, 0.58, 1);
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

@-webkit-keyframes vfuk-UpgradesPage__fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes vfuk-UpgradesPage__fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}@-webkit-keyframes vfuk-DashboardPage__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-DashboardPage__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-DashboardPage__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-DashboardPage__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-DashboardPage__dashboard-container {
  position: relative;
  height: 100%;
  opacity: 1;
  -webkit-animation-name: vfuk-DashboardPage__fadeInOpacity;
          animation-name: vfuk-DashboardPage__fadeInOpacity;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: cubic-bezier(0, 0.92, 0.58, 1);
          animation-timing-function: cubic-bezier(0, 0.92, 0.58, 1);
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
.vfuk-DashboardPage__dashboard-container div[class*=StateNotificationstyle__HeadingWrapper] {
  margin-bottom: 0;
}

@-webkit-keyframes vfuk-DashboardPage__fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes vfuk-DashboardPage__fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}@-webkit-keyframes vfuk-BlockContainer__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-BlockContainer__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-BlockContainer__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-BlockContainer__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-BlockContainer__block-container {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
}

.vfuk-BlockContainer__shadow {
  border: none;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
}

.vfuk-BlockContainer__none {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.vfuk-BlockContainer__success,
.vfuk-BlockContainer__selected {
  border: 1px solid #428600;
}
.vfuk-BlockContainer__success .vfuk-BlockContainer__match-border,
.vfuk-BlockContainer__selected .vfuk-BlockContainer__match-border {
  background-color: #428600;
}

.vfuk-BlockContainer__error {
  border: 1px solid #bd0000;
}
.vfuk-BlockContainer__error .vfuk-BlockContainer__match-border {
  background-color: #bd0000;
}

.vfuk-BlockContainer__header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 16px;
  text-align: left;
  color: inherit;
  margin-top: -1px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.vfuk-BlockContainer__header-can-collapse {
  cursor: pointer;
}

.vfuk-BlockContainer__header-text {
  display: inline-block;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  -ms-flex-negative: 2;
      flex-shrink: 2;
}

.vfuk-BlockContainer__header-icon {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.vfuk-BlockContainer__header-icon svg {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.vfuk-BlockContainer__header-icon-left {
  padding-right: 16px;
}

.vfuk-BlockContainer__header-icon-right {
  padding-left: 16px;
}

.vfuk-BlockContainer__icon-label {
  padding-right: 8px;
}

.vfuk-BlockContainer__header-icon-open.vfuk-BlockContainer__full-animate svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.vfuk-BlockContainer__header-icon-open.vfuk-BlockContainer__part-animate svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.vfuk-BlockContainer__divider {
  border: solid 1px #ebebeb;
  margin: 0 8px;
}

.vfuk-BlockContainer__content {
  width: 100%;
  height: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
}

.vfuk-BlockContainer__guttering-none {
  padding: 0;
}

.vfuk-BlockContainer__guttering-sm {
  padding-left: 8px;
  padding-right: 8px;
}

.vfuk-BlockContainer__guttering-md {
  padding-left: 16px;
  padding-right: 16px;
}

.vfuk-BlockContainer__guttering-lg {
  padding-left: 24px;
  padding-right: 24px;
}

.vfuk-BlockContainer__hidden-content {
  display: none;
}@-webkit-keyframes vfuk-SvgAnimation__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-SvgAnimation__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-SvgAnimation__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-SvgAnimation__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
@-webkit-keyframes vfuk-SvgAnimation__error {
  0% {
    top: 10px;
    left: 0;
  }
  20% {
    top: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    top: 0;
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  50% {
    left: 0;
    top: 10px;
  }
  75% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  80% {
    top: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  82% {
    left: 0;
  }
  85% {
    left: 5px;
  }
  88% {
    left: 0;
  }
  91% {
    left: 5px;
  }
  94% {
    left: 0;
  }
  100% {
    top: 10px;
  }
}
@keyframes vfuk-SvgAnimation__error {
  0% {
    top: 10px;
    left: 0;
  }
  20% {
    top: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    top: 0;
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  50% {
    left: 0;
    top: 10px;
  }
  75% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  80% {
    top: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  82% {
    left: 0;
  }
  85% {
    left: 5px;
  }
  88% {
    left: 0;
  }
  91% {
    left: 5px;
  }
  94% {
    left: 0;
  }
  100% {
    top: 10px;
  }
}
.vfuk-SvgAnimation__wrapper {
  position: relative;
  margin-bottom: 24px;
}

.vfuk-SvgAnimation__foreground {
  position: absolute;
  left: 0;
  width: 90%;
  margin-top: 30px;
  -webkit-animation-name: vfuk-SvgAnimation__error;
          animation-name: vfuk-SvgAnimation__error;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}@-webkit-keyframes vfuk-ErrorStatusBanner__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-ErrorStatusBanner__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-ErrorStatusBanner__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-ErrorStatusBanner__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-ErrorStatusBanner__wrapper {
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1441px;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .vfuk-ErrorStatusBanner__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.vfuk-ErrorStatusBanner__message {
  width: 100%;
  max-width: 800px;
  padding: 8px;
}
@media (min-width: 992px) {
  .vfuk-ErrorStatusBanner__message {
    width: 55%;
  }
}

.vfuk-ErrorStatusBanner__animation {
  width: 100%;
  max-width: 320px;
}
@media (min-width: 768px) {
  .vfuk-ErrorStatusBanner__animation {
    max-width: 420px;
  }
}
@media (min-width: 992px) {
  .vfuk-ErrorStatusBanner__animation {
    width: 45%;
  }
}@-webkit-keyframes vfuk-IconButton__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-IconButton__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-IconButton__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-IconButton__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-IconButton__icon-button {
  border: none;
  background: none;
  cursor: pointer;
  -webkit-transition: all ease 0.1s;
  transition: all ease 0.1s;
  line-height: 0;
}
.vfuk-IconButton__icon-button:hover {
  cursor: pointer;
}

.vfuk-IconButton__disabled:hover, .vfuk-IconButton__disabled:focus {
  cursor: default;
}@-webkit-keyframes vfuk-Paragraph__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-Paragraph__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-Paragraph__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-Paragraph__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-Paragraph__paragraph {
  width: 100%;
  line-height: 1.3333;
}

.vfuk-Paragraph__left {
  text-align: left;
}

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

.vfuk-Paragraph__right {
  text-align: right;
}

.vfuk-Paragraph__xs {
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .vfuk-Paragraph__xs {
    font-size: 16px;
    font-size: 1rem;
  }
}

.vfuk-Paragraph__sm {
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .vfuk-Paragraph__sm {
    font-size: 16px;
    font-size: 1rem;
  }
}

.vfuk-Paragraph__md {
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .vfuk-Paragraph__md {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.vfuk-Paragraph__lg {
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  .vfuk-Paragraph__lg {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.vfuk-Paragraph__xl {
  font-size: 20px;
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .vfuk-Paragraph__xl {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .vfuk-Paragraph__xl {
    font-size: 28px;
    font-size: 1.75rem;
  }
}@-webkit-keyframes vfuk-Flyout__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vfuk-Flyout__fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes vfuk-Flyout__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vfuk-Flyout__fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* @type: Mixin
* @name: _font-grade
* @usage: Define font size rem with fall back. Private mixin, do not use on its own.
* @param: $grade number
*/
/**
* @type: Mixin
* @name: font-grade
* @usage: Restrict the amount of font sizes to those defined here
* @param: $grade number
* Grade options (small to large): -3, -2, -1, 0, 1, 2, 3, 4
*/
.vfuk-Flyout__content-wrap {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  height: 100vh;
}
.vfuk-Flyout__content-wrap.vfuk-Flyout__is-overflow-scrollable {
  overflow: scroll;
}
@media (min-width: 768px) {
  .vfuk-Flyout__content-wrap {
    max-width: 512px;
    max-height: 490px;
  }
}
@media (min-width: 992px) {
  .vfuk-Flyout__content-wrap {
    max-width: 512px;
  }
}

.vfuk-Flyout__content {
  padding: 8px;
}

.vfuk-Flyout__handle {
  padding: 8px;
  text-align: center;
  cursor: pointer;
  width: 60px;
  position: absolute;
  top: 0;
  z-index: 1;
}
.vfuk-Flyout__handle.vfuk-Flyout__is-closed {
  top: 0;
}
.vfuk-Flyout__handle span {
  width: 100%;
  padding: 2px 6px;
  height: auto;
}
.vfuk-Flyout__handle span svg {
  max-height: 32px;
}

.vfuk-Flyout__handle-text {
  font-size: 18px;
  margin: 0;
}
@media (min-width: 768px) {
  .vfuk-Flyout__handle-text {
    margin: 0 0 16px;
  }
}

.vfuk-Flyout__handle-skinny {
  -webkit-box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.5);
  clip: rect(-30px, 100px, 160px, -30px);
  padding: 8px, 24px;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  cursor: pointer;
  height: 100px;
  width: 24px;
  position: absolute;
  top: -2px;
  z-index: 1;
  padding-left: 0;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
          transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
@media (min-width: 768px) {
  .vfuk-Flyout__handle-skinny {
    height: 140px;
    width: 30px;
  }
}
.vfuk-Flyout__handle-skinny:not(.vfuk-Flyout__user-is-tabbing):focus {
  outline: none;
}
.vfuk-Flyout__handle-skinny.vfuk-Flyout__is-closed {
  padding-left: 2px;
  overflow: hidden;
}
.vfuk-Flyout__handle-skinny.vfuk-Flyout__is-closed:hover {
  position: absolute;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
          transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
.vfuk-Flyout__handle-skinny:before {
  content: "";
  display: inline-block;
  position: relative;
  top: -28px;
  left: 2px;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}
@media (min-width: 768px) {
  .vfuk-Flyout__handle-skinny:before {
    top: -36px;
    left: 3px;
    width: 12px;
    height: 12px;
  }
}
.vfuk-Flyout__handle-skinny.vfuk-Flyout__is-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  overflow: hidden;
  cursor: pointer;
}
.vfuk-Flyout__handle-skinny.vfuk-Flyout__is-open:before, .vfuk-Flyout__handle-skinny.vfuk-Flyout__is-open:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 12px;
  top: 15%;
  left: 4px;
  margin-top: -1px;
  background: #ffffff;
  border-radius: 5px;
}
.vfuk-Flyout__handle-skinny.vfuk-Flyout__is-open:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.vfuk-Flyout__handle-skinny.vfuk-Flyout__is-open:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (min-width: 768px) {
  .vfuk-Flyout__handle-skinny.vfuk-Flyout__is-open:before, .vfuk-Flyout__handle-skinny.vfuk-Flyout__is-open:after {
    width: 20px;
    left: 3px;
  }
}

.vfuk-Flyout__handle-skinny-text {
  white-space: nowrap;
  font-size: 14px;
  margin: 0;
  -webkit-transform: rotate(270deg) translateX(-20px) translateY(-2px);
          transform: rotate(270deg) translateX(-20px) translateY(-2px);
}
.vfuk-Flyout__handle-skinny-text.vfuk-Flyout__is-open {
  top: 11px;
  position: relative;
}
@media (min-width: 768px) {
  .vfuk-Flyout__handle-skinny-text {
    position: relative;
    -webkit-transform: rotate(270deg) translateX(-32px) translateY(-2px);
            transform: rotate(270deg) translateX(-32px) translateY(-2px);
    font-size: 18px;
  }
}

.vfuk-Flyout__container-skinny {
  width: 0;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
          transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
.vfuk-Flyout__container-skinny.vfuk-Flyout__hide-content .vfuk-Flyout__content-wrap:not(:focus):not(:active) {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}
@media (min-width: 768px) {
  .vfuk-Flyout__container-skinny {
    width: 0;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    -webkit-box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.5);
            box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.5);
  }
}
.vfuk-Flyout__container-skinny.vfuk-Flyout__is-open {
  top: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  width: 100%;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
          transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
@media (min-width: 768px) {
  .vfuk-Flyout__container-skinny.vfuk-Flyout__is-open {
    top: 50px;
    position: absolute;
    width: 512px;
    border-left: 2px solid #ffffff;
  }
  .vfuk-Flyout__container-skinny.vfuk-Flyout__is-open.vfuk-Flyout__is-sticky {
    position: fixed;
    top: 95px;
  }
}

.vfuk-Flyout__container {
  top: 50px;
  z-index: 8;
  position: absolute;
  -webkit-transition: 0.2s ease transform;
  transition: 0.2s ease transform;
}
.vfuk-Flyout__container.vfuk-Flyout__align-right {
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.vfuk-Flyout__container.vfuk-Flyout__align-right .vfuk-Flyout__handle {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  left: 0;
}
.vfuk-Flyout__container.vfuk-Flyout__align-right .vfuk-Flyout__handle-skinny {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  left: 0;
}
.vfuk-Flyout__container.vfuk-Flyout__align-left {
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.vfuk-Flyout__container.vfuk-Flyout__align-left .vfuk-Flyout__handle {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  right: 0;
}
.vfuk-Flyout__container.vfuk-Flyout__align-left .vfuk-Flyout__handle-skinny {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  right: 0;
}
.vfuk-Flyout__container.vfuk-Flyout__hide-content .vfuk-Flyout__content-wrap:not(:focus):not(:active) {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.vfuk-Flyout__container.vfuk-Flyout__is-sticky {
  position: fixed;
  top: 160px;
}
@media (min-width: 768px) {
  .vfuk-Flyout__container.vfuk-Flyout__is-sticky {
    top: 95px;
  }
}
@media (min-width: 992px) {
  .vfuk-Flyout__container.vfuk-Flyout__is-sticky {
    top: 122px;
  }
}
.vfuk-Flyout__container.vfuk-Flyout__is-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  width: 100%;
  z-index: 20;
  top: 0;
}
@media (min-width: 768px) {
  .vfuk-Flyout__container.vfuk-Flyout__is-open {
    z-index: 8;
    position: absolute;
    width: 512px;
  }
  .vfuk-Flyout__container.vfuk-Flyout__is-open.vfuk-Flyout__is-sticky {
    position: fixed;
    top: 95px;
  }
}
@media (min-width: 992px) {
  .vfuk-Flyout__container.vfuk-Flyout__is-open {
    position: absolute;
    width: 512px;
  }
  .vfuk-Flyout__container.vfuk-Flyout__is-open.vfuk-Flyout__is-sticky {
    position: fixed;
    top: 122px;
  }
}

.vfuk-Flyout__close {
  position: absolute;
  top: 2px;
  right: 2px;
  z-index: 1;
}

@media (min-width: 768px) {
  .vfuk-Flyout__hide-icon:not(:focus):not(:active) {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    -webkit-clip-path: inset(100%);
            clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
  }
}

.vfuk-Flyout__flyout-zoom-wrapper {
  display: none;
}

@media screen and (max-width: 400px) and (max-height: 300px) {
  .vfuk-Flyout__flyout-zoom-wrapper {
    display: block;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  .vfuk-Flyout__flyout-wrapper {
    display: none;
  }
}