/*
Theme Name: CES VitaminD
Theme URI: https://vitamin-d.in/
Author: Vitamin-D
Author URI: https://vitamin-d.in/
Description: Theme <code>CES VitaminD</code> designed by <a href="https://vitamin-d.in/" target="_blank">Studio Vitamin-D</a>.
Version: 1.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ces-vitamind
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

vitamind is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# abstracts
# Vendor
	- Normalize
	- Slick slider
# Vendor-ext
	- Bootstrap
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
@import url("https://use.typekit.net/lqk3omn.css");
/*$footer-link-color: $color-blue-gray-700;
$footer-link-visited-color: $color-blue-gray-700;
$footer-link-hover-color: $color-blue-gray-800;
$footer-link-active-color: $color-blue-gray-700;
$footer-link-focus-color: $color-blue-gray-800;*/
/*--------------------------------------------------------------
# Vendor
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Slick slider
--------------------------------------------- */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-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:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*--------------------------------------------------------------
* Vendor-ext - Bootstrap
* --------------------------------------------------------------*/
.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  filter: var(--bs-carousel-control-icon-filter);
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e")*/;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e")*/;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 10px;
  height: 10px;
  padding: 0;
  margin-right: 7px;
  margin-left: 7px;
  text-indent: -999px;
  cursor: pointer;
  background-color: var(--bs-carousel-indicator-active-bg);
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: var(--bs-carousel-caption-color);
  text-align: center;
}

.carousel-dark {
  --bs-carousel-indicator-active-bg: #000;
  --bs-carousel-caption-color: #000;
  --bs-carousel-control-icon-filter: invert(1) grayscale(100);
}

:root,
[data-bs-theme=light] {
  --bs-carousel-indicator-active-bg: #fff;
  --bs-carousel-caption-color: #fff;
  --bs-carousel-control-icon-filter: ;
}

[data-bs-theme=dark] {
  --bs-carousel-indicator-active-bg: #000;
  --bs-carousel-caption-color: #000;
  --bs-carousel-control-icon-filter: invert(1) grayscale(100);
}

.carousel-indicators {
  margin-bottom: 20px;
}
.carousel-indicators li {
  border-radius: 20px;
  border: 1px solid rgb(112, 112, 112);
}
.carousel-indicators .active {
  background-color: #bfbfbf;
}

.carousel-item-wrapper {
  width: 100%;
  height: 100vh;
  background-color: rgb(173, 173, 173);
}

.carousel-item-image {
  width: 100%;
  height: 100vh;
  background-color: rgb(173, 173, 173);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.carousel-caption {
  right: auto !important;
  left: auto !important;
  width: 100%;
  padding: 0px 20px;
  bottom: 50px !important;
}

.container-width-carousel .carousel-inner {
  padding: 0px 15px;
}
.container-width-carousel .carousel-control-prev {
  left: -20px;
  justify-content: flex-start;
  width: 20px;
}
.container-width-carousel .carousel-control-next {
  right: -20px;
  justify-content: flex-end;
  width: 20px;
}

.container {
  padding-left: 16px;
  padding-right: 16px;
}

.container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 576px) {
  .container-sm, .container {
    padding-left: 0;
    padding-right: 0;
  }
  .container-xxl, .container-xl, .container-lg, .container-md {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    padding-left: 0;
    padding-right: 0;
  }
  .container-xxl, .container-xl, .container-lg {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    padding-left: 0;
    padding-right: 0;
  }
  .container-xxl, .container-xl {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    padding-left: 0;
    padding-right: 0;
  }
  .container-xxl {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 1440px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 528px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 704px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 928px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1136px;
  }
}
@media (min-width: 1440px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1440px;
}

.row {
  --bs-gutter-x: 32px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col-xxl,
.col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-2-4, .col-xxl-1-7, .col-xxl-1-5, .col-xxl-1-3, .col-xxl-1-2, .col-xxl-1-0-9, .col-xxl-1, .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-2-4, .col-xl-1-7, .col-xl-1-5, .col-xl-1-3, .col-xl-1-2, .col-xl-1-0-9, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-2-4, .col-lg-1-7, .col-lg-1-5, .col-lg-1-3, .col-lg-1-2, .col-lg-1-0-9, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-2-4, .col-md-1-7, .col-md-1-5, .col-md-1-3, .col-md-1-2, .col-md-1-0-9, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-2-4, .col-sm-1-7, .col-sm-1-5, .col-sm-1-3, .col-sm-1-2, .col-sm-1-0-9, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-2-4, .col-1-7, .col-1-5, .col-1-3, .col-1-2, .col-1-0-9, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-1-0-9 {
  flex: 0 0 auto;
  width: 9.09090909%;
}

.col-1-2 {
  flex: 0 0 auto;
  width: 10%;
}

.col-1-3 {
  flex: 0 0 auto;
  width: 11.11111111%;
}

.col-1-5 {
  flex: 0 0 auto;
  width: 12.5%;
}

.col-1-7 {
  flex: 0 0 auto;
  width: 14.28571429%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-2-4 {
  flex: 0 0 auto;
  width: 20%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-1-0-9 {
    flex: 0 0 auto;
    width: 9.09090909%;
  }
  .col-sm-1-2 {
    flex: 0 0 auto;
    width: 10%;
  }
  .col-sm-1-3 {
    flex: 0 0 auto;
    width: 11.11111111%;
  }
  .col-sm-1-5 {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .col-sm-1-7 {
    flex: 0 0 auto;
    width: 14.28571429%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-2-4 {
    flex: 0 0 auto;
    width: 20%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-1-0-9 {
    flex: 0 0 auto;
    width: 9.09090909%;
  }
  .col-md-1-2 {
    flex: 0 0 auto;
    width: 10%;
  }
  .col-md-1-3 {
    flex: 0 0 auto;
    width: 11.11111111%;
  }
  .col-md-1-5 {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .col-md-1-7 {
    flex: 0 0 auto;
    width: 14.28571429%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-2-4 {
    flex: 0 0 auto;
    width: 20%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-1-0-9 {
    flex: 0 0 auto;
    width: 9.09090909%;
  }
  .col-lg-1-2 {
    flex: 0 0 auto;
    width: 10%;
  }
  .col-lg-1-3 {
    flex: 0 0 auto;
    width: 11.11111111%;
  }
  .col-lg-1-5 {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .col-lg-1-7 {
    flex: 0 0 auto;
    width: 14.28571429%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-2-4 {
    flex: 0 0 auto;
    width: 20%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-1-0-9 {
    flex: 0 0 auto;
    width: 9.09090909%;
  }
  .col-xl-1-2 {
    flex: 0 0 auto;
    width: 10%;
  }
  .col-xl-1-3 {
    flex: 0 0 auto;
    width: 11.11111111%;
  }
  .col-xl-1-5 {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .col-xl-1-7 {
    flex: 0 0 auto;
    width: 14.28571429%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-2-4 {
    flex: 0 0 auto;
    width: 20%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1440px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-1-0-9 {
    flex: 0 0 auto;
    width: 9.09090909%;
  }
  .col-xxl-1-2 {
    flex: 0 0 auto;
    width: 10%;
  }
  .col-xxl-1-3 {
    flex: 0 0 auto;
    width: 11.11111111%;
  }
  .col-xxl-1-5 {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .col-xxl-1-7 {
    flex: 0 0 auto;
    width: 14.28571429%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-2-4 {
    flex: 0 0 auto;
    width: 20%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-last {
    order: 13;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-12 {
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
}
/* Bootstrap Screen Readers */
/*@import '../../../../node_modules/bootstrap/scss/utilities/screenreaders';*/
/* Bootstrap miscellaneous */
.w-100 {
  width: 100% !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Base
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

body,
button,
input,
select,
optgroup,
textarea {
  font-family: "avenir-lt-pro", sans-seriff;
  font-size: 1rem;
  line-height: 20px;
  font-weight: 400;
}
@media (min-width: 992px) {
  body,
  button,
  input,
  select,
  optgroup,
  textarea {
    line-height: 24px;
  }
}
body,
button,
input,
select,
optgroup,
textarea {
  /*letter-spacing: $letter-spacing;*/
}
body,
button,
input,
select,
optgroup,
textarea {
  letter-spacing: 0;
}

.body {
  font-size: 1rem;
  line-height: 20px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .body {
    line-height: 24px;
  }
}
.body {
  /*letter-spacing: $letter-spacing;*/
}
.body {
  letter-spacing: 0;
}

.body-1 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .body-1 {
    font-size: 18px;
    line-height: 28px;
  }
}

.body-2 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .body-2 {
    font-size: 20px;
    line-height: 32px;
  }
}

.caption {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .caption {
    font-size: 14px;
    line-height: 20px;
  }
}
.caption {
  /*letter-spacing: $letter-spacing;*/
}
.caption {
  letter-spacing: 0;
}

.copyright-text {
  /*font-size: $font-size;*/
}
.copyright-text {
  font-size: 10px;
  line-height: 16px;
}
.copyright-text {
  /*@debug "vd-font-size-down-2px() - The value of $font-size: is: 10px";*/
  /*line-height: line-height-body($font-size, px);*/
}
@media (min-width: 992px) {
  .copyright-text {
    /*font-size: $font-size;*/
  }
  .copyright-text {
    font-size: 12px;
  }
  .copyright-text {
    /*line-height: line-height-body($font-size, px);*/
  }
  .copyright-text {
    line-height: 20px;
  }
}
.copyright-text {
  /*letter-spacing: 0.4px;*/
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  /*font-family: $font-family-headings;*/
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "avenir-lt-pro", sans-seriff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  /*scroll-margin-top:  calc(56px + 32px);*/
}
h1,
h2,
h3,
h4,
h5,
h6 {
  scroll-margin-top: calc(56px + 32px);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: rgb(19, 41, 93);
}

/*
h1, .h1, .display {
  font-size: 56px;
  line-height: 64px;
  letter-spacing: -1px;
  font-weight: 400;
  font-style: normal;
  @include media-breakpoint-up(lg) {
    font-size: 90px;
    line-height: 100px;
  }
  margin: 0 0 12px 0;
}

h2, .h2 {
  font-size: 48px;
  line-height: 56px;
  letter-spacing: -0.5px;
  font-weight: 400;
  font-style: normal;
  @include media-breakpoint-up(lg) {
    font-size: 80px;
    line-height: 100px;
  }
  margin: 0 0 12px 0;
}

h3, .h3 {
  font-size: 40px;
  line-height: 56px;
  letter-spacing: -0.15px;
  font-weight: 400;
  font-style: normal;
  @include media-breakpoint-up(lg) {
    font-size: 64px;
    line-height: 80px;
  }
  margin: 0 0 12px 0;
}


h4, .h4 {
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.5px;
  font-weight: 400;
  font-style: normal;
  @include media-breakpoint-up(lg) {
    font-size: 48px;
    line-height: 60px;
    letter-spacing: 0;
  }
  margin: 0 0 8px 0;
}


h5, .h5 {
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0;
  font-weight: 400;
  font-style: normal;
  @include media-breakpoint-up(lg) {
    font-size: 32px;
    line-height: 40px;
  }
  margin: 0 0 8px 0;
}


h6, .h6 {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
  font-weight: 400;
  font-style: normal;
  @include media-breakpoint-up(lg) {
    font-size: 24px;
    line-height: 30px;
  }
  margin: 0 0 8px 0;
}*/
h1 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 900;
}
@media (min-width: 992px) {
  h1 {
    font-size: 40px;
    line-height: 44px;
  }
}
h1 {
  margin: 0 0 calc(calc(6 - 1 + 1) * 4px);
}

h2 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 900;
}
@media (min-width: 992px) {
  h2 {
    font-size: 40px;
    line-height: 44px;
  }
}
h2 {
  margin: 0 0 calc(calc(6 - 2 + 1) * 4px);
}

h3 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 900;
}
@media (min-width: 992px) {
  h3 {
    font-size: 24px;
    line-height: 32px;
  }
}
h3 {
  margin: 0 0 calc(calc(6 - 3 + 1) * 4px);
}

h4 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 900;
}
@media (min-width: 992px) {
  h4 {
    font-size: 22px;
    line-height: 32px;
  }
}
h4 {
  margin: 0 0 calc(calc(6 - 4 + 1) * 4px);
}

h5 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
@media (min-width: 992px) {
  h5 {
    font-size: 20px;
    line-height: 28px;
  }
}
h5 {
  margin: 0 0 calc(calc(6 - 5 + 1) * 4px);
}

h6 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
@media (min-width: 992px) {
  h6 {
    font-size: 18px;
    line-height: 24px;
  }
}
h6 {
  margin: 0 0 calc(calc(6 - 6 + 1) * 4px);
}

.text-1 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 900;
}
@media (min-width: 992px) {
  .text-1 {
    font-size: 40px;
    line-height: 44px;
  }
}

.text-2 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 900;
}
@media (min-width: 992px) {
  .text-2 {
    font-size: 40px;
    line-height: 44px;
  }
}

.text-3 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 900;
}
@media (min-width: 992px) {
  .text-3 {
    font-size: 24px;
    line-height: 32px;
  }
}

.text-4 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 900;
}
@media (min-width: 992px) {
  .text-4 {
    font-size: 22px;
    line-height: 32px;
  }
}

.text-5 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .text-5 {
    font-size: 20px;
    line-height: 28px;
  }
}

.text-6 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .text-6 {
    font-size: 18px;
    line-height: 24px;
  }
}

.display-1 {
  font-size: 32px;
  font-weight: 900;
  line-height: 1.1;
  margin: 0 0 12px 0;
}
@media (min-width: 992px) {
  .display-1 {
    font-size: 46px;
  }
}

p {
  margin: 0 0 0.75em;
  padding: 0;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  padding: 0;
  margin: 0 0.75em;
}

address {
  padding: 0;
  margin: 0 0 1.5em;
}

pre {
  background: rgb(224, 224, 224);
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted rgb(255, 255, 255);
  cursor: help;
}

mark,
ins {
  background: rgb(224, 224, 224);
  text-decoration: none;
}

big {
  font-size: 1.5rem;
}

html {
  min-width: 320px;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-heigth: 24px;
  scroll-behavior: smooth;
  overflow-x: hidden;
}
@media (min-width: 992px) {
  html {
    font-size: 16px;
    line-heigth: 28px;
  }
}

body {
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-tap-highlight-color: transparent;
}
body {
  background-color: rgb(255, 255, 255);
}
body {
  color: rgb(106, 109, 115);
}

hr {
  margin-bottom: 8px;
}

ul,
ol {
  margin: 0 0 0 20px;
  padding: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

embed,
iframe,
object {
  max-width: 100%;
  margin: 0;
  padding: 0;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 0;
  padding: 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

a {
  display: inline-block;
  margin: 0;
  color: rgb(37, 67, 137);
  text-decoration-color: rgb(37, 67, 137);
  text-decoration-thickness: 2px;
  text-underline-offset: 1.5px;
  text-decoration-style: dotted;
}
@-moz-document url-prefix() {
  a {
    text-underline-offset: 4px;
  }
}
a {
  cursor: pointer;
}
a:visited {
  color: rgb(37, 67, 137);
}
a:hover, a:focus {
  color: rgb(37, 67, 137);
}
a:active {
  color: rgb(37, 67, 137);
}
a:focus {
  outline: 1px solid transparent;
}
a:hover, a:active {
  outline: 0;
  text-decoration-style: solid;
}

.focus-on a:focus {
  outline: 1px solid transparent;
  box-shadow: 0 0 0 1px rgba(37, 67, 137, 0.6), 0 0 1px 1px rgba(37, 67, 137, 0.4);
}

button,
input[type=button],
input[type=reset] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  max-width: 100%;
  height: 36px;
  padding: 0 16px;
  border: 0;
  border-radius: 80px;
  transform: none;
  height: 36px;
  padding: 0 16px;
  min-width: 64px;
}
button .vd-button__icon,
input[type=button] .vd-button__icon,
input[type=reset] .vd-button__icon {
  width: 18px;
  height: 18px;
}
button,
input[type=button],
input[type=reset] {
  cursor: pointer;
}
button,
input[type=button],
input[type=reset] {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
@media (min-width: 992px) {
  button,
  input[type=button],
  input[type=reset] {
    font-size: 16px;
    line-height: 24px;
  }
}
button,
input[type=button],
input[type=reset] {
  /*letter-spacing: $letter-spacing;*/
}
button,
input[type=button],
input[type=reset] {
  letter-spacing: 0;
}
button,
input[type=button],
input[type=reset] {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.5px;
}
button:focus,
input[type=button]:focus,
input[type=reset]:focus {
  outline: 1px solid transparent;
}
button:disabled,
input[type=button]:disabled,
input[type=reset]:disabled {
  pointer-events: none;
  cursor: default;
}

.focus-on button:focus,
.focus-on input[type=button]:focus,
.focus-on input[type=reset]:focus,
.focus-on input[type=submit]:focus {
  outline: 1px solid transparent;
  box-shadow: 0 0 0 1px rgba(37, 67, 137, 0.6), 0 0 1px 1px rgba(37, 67, 137, 0.4);
}

input[type=submit] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  max-width: 100%;
  height: 36px;
  padding: 0 16px;
  border: 0;
  border-radius: 80px;
  transform: none;
  height: 36px;
  padding: 0 16px;
  min-width: 64px;
}
input[type=submit] .vd-button__icon {
  width: 18px;
  height: 18px;
}
input[type=submit] {
  cursor: pointer;
}
input[type=submit] {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
@media (min-width: 992px) {
  input[type=submit] {
    font-size: 16px;
    line-height: 24px;
  }
}
input[type=submit] {
  /*letter-spacing: $letter-spacing;*/
}
input[type=submit] {
  letter-spacing: 0;
}
input[type=submit] {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.5px;
}
input[type=submit] {
  background-color: rgb(37, 67, 137);
}
input[type=submit] {
  color: rgb(255, 255, 255);
}
input[type=submit]:focus {
  background-color: rgb(19, 41, 93);
}
input[type=submit]:focus {
  color: rgb(255, 255, 255);
}
input[type=submit]:hover {
  background-color: rgb(19, 41, 93);
}
input[type=submit]:hover {
  color: rgb(255, 255, 255);
}
input[type=submit]:active {
  background-color: rgb(20, 42, 95);
}
input[type=submit]:active {
  color: rgb(255, 255, 255);
}
input[type=submit]:focus {
  outline: 1px solid transparent;
}
input[type=submit]:disabled {
  pointer-events: none;
  cursor: default;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color] {
  border-radius: 100px;
  padding: 4px 16px;
  border: 1px solid rgb(173, 173, 173);
  color: rgb(106, 109, 115);
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus {
  outline: 1px solid transparent;
  box-shadow: 0 0 0 1px rgba(37, 67, 137, 0.6), 0 0 1px 1px rgba(37, 67, 137, 0.4);
  border: 1px solid transparent;
  color: rgb(112, 112, 112);
}

textarea {
  border-radius: 4px;
  padding: 4px;
  border: 1px solid rgb(173, 173, 173);
  color: rgb(106, 109, 115);
}
textarea:focus {
  outline: 1px solid transparent;
  box-shadow: 0 0 0 1px rgba(37, 67, 137, 0.6), 0 0 1px 1px rgba(37, 67, 137, 0.4);
  border: 1px solid transparent;
  color: rgb(112, 112, 112);
}

select {
  border: 1px solid rgb(112, 112, 112);
}
select:focus {
  outline: 1px solid transparent;
  box-shadow: 0 0 0 1px rgba(37, 67, 137, 0.6), 0 0 1px 1px rgba(37, 67, 137, 0.4);
  border: 1px solid transparent;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.vd-surface_primary {
  background-color: rgb(37, 67, 137);
}
.vd-surface_primary {
  color: rgb(255, 255, 255);
}

.vd-surface_primary-75 {
  background-color: rgb(241, 248, 255);
}
.vd-surface_primary-75 {
  color: rgb(106, 109, 115);
}

.vd-surface_white {
  background-color: rgb(255, 255, 255);
}
.vd-surface_white {
  color: rgb(106, 109, 115);
}

.vd-surface_white-primary {
  background-color: rgb(255, 255, 255);
}
.vd-surface_white-primary {
  color: rgb(37, 67, 137);
}

.vd-surface_secondary-50 {
  background-color: rgb(255, 248, 240);
}
.vd-surface_secondary-50 {
  color: rgb(37, 67, 137);
}

.vd-surface_secondary-400-primary-600 {
  background-color: rgb(243, 187, 83);
}
.vd-surface_secondary-400-primary-600 {
  color: rgb(19, 41, 93);
}

.vd-rounded {
  border-radius: 12px;
  overflow: hidden;
}

.vd-rounded-top-left {
  border-top-left-radius: 12px;
  overflow: hidden;
}

.vd-rounded-top-right {
  border-top-right-radius: 12px;
  overflow: hidden;
}

.vd-rounded-bottom-left {
  border-bottom-left-radius: 12px;
  overflow: hidden;
}

.vd-rounded-bottom-right {
  border-bottom-right-radius: 12px;
  overflow: hidden;
}

.vd-container-sm,
.vd-container-md,
.vd-container-lg,
.vd-container-xl,
.vd-container-xxl,
.vd-container-xxl_large {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.vd-container-sm,
.vd-container-md,
.vd-container-lg,
.vd-container-xl,
.vd-container-xxl,
.vd-container-xxl_large {
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 576px) {
  .vd-container-md,
  .vd-container-lg,
  .vd-container-xl,
  .vd-container-xxl,
  .vd-container-xxl_large {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 768px) {
  .vd-container-lg,
  .vd-container-xl,
  .vd-container-xxl,
  .vd-container-xxl_large {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 992px) {
  .vd-container-xl,
  .vd-container-xxl,
  .vd-container-xxl_large {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (min-width: 1200px) {
  .vd-container-xxl,
  .vd-container-xxl_large {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (min-width: 576px) {
  .vd-container-sm {
    padding-left: 0;
    padding-right: 0;
    max-width: 528px;
  }
}

@media (min-width: 768px) {
  .vd-container-md {
    padding-left: 0;
    padding-right: 0;
    max-width: 704px;
  }
}

@media (min-width: 992px) {
  .vd-container-lg {
    padding-left: 0;
    padding-right: 0;
    max-width: 928px;
  }
}

@media (min-width: 1200px) {
  .vd-container-xl {
    padding-left: 0;
    padding-right: 0;
    max-width: 1136px;
  }
}

@media (min-width: 1440px) {
  .vd-container-xxl {
    padding-left: 0;
    padding-right: 0;
    max-width: 1320px;
  }
}

@media (min-width: 1440px) {
  .vd-container-xxl_large {
    padding-left: 0;
    padding-right: 0;
    max-width: 1320px;
  }
}

.vd-fullwidth-container {
  width: 320px;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: calc(0px - 320px * 0.5);
  margin-right: calc(0px - 320px * 0.5);
  overflow: hidden;
}
@media (min-width: 320px) {
  .vd-fullwidth-container {
    width: calc(var(--vw, 1vw) * 100);
    margin-left: calc(0px - var(--vw, 1vw) * 50);
    margin-right: calc(0px - var(--vw, 1vw) * 50);
  }
}

.vd-aspect-container {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
}

.vd-aspect-container_2-3 {
  position: relative;
  width: 100%;
  padding-top: 150%;
  overflow: hidden;
}

.vd-aspect-container_3-4 {
  position: relative;
  width: 100%;
  padding-top: 133.3%;
  overflow: hidden;
}

.vd-aspect-container_1-1 {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
}

.vd-aspect-container_4-3 {
  position: relative;
  width: 100%;
  padding-top: 75%;
  overflow: hidden;
}

.vd-aspect-container_3-2 {
  position: relative;
  width: 100%;
  padding-top: 66.67%;
  overflow: hidden;
}

.vd-aspect-container_16-9 {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}

.vd-aspect-container_12-5 {
  position: relative;
  width: 100%;
  padding-top: 41.67%;
  overflow: hidden;
}

.vd-aspect-container_1-3 {
  position: relative;
  width: 100%;
  padding-top: 33.333%;
  overflow: hidden;
}

@media (min-width: 576px) {
  .vd-aspect-container_sm-4-3 {
    position: relative;
    width: 100%;
    padding-top: 75%;
    overflow: hidden;
  }
}

@media (min-width: 576px) {
  .vd-aspect-container_sm-3-2 {
    position: relative;
    width: 100%;
    padding-top: 66.67%;
    overflow: hidden;
  }
}

@media (min-width: 576px) {
  .vd-aspect-container_sm-16-9 {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
  }
}

@media (min-width: 576px) {
  .vd-aspect-container_sm-12-5 {
    position: relative;
    width: 100%;
    padding-top: 41.67%;
    overflow: hidden;
  }
}

@media (min-width: 576px) {
  .vd-aspect-container_sm-1-3 {
    position: relative;
    width: 100%;
    padding-top: 33.333%;
    overflow: hidden;
  }
}

@media (min-width: 768px) {
  .vd-aspect-container_md-4-3 {
    position: relative;
    width: 100%;
    padding-top: 75%;
    overflow: hidden;
  }
}

@media (min-width: 768px) {
  .vd-aspect-container_md-3-2 {
    position: relative;
    width: 100%;
    padding-top: 66.67%;
    overflow: hidden;
  }
}

@media (min-width: 768px) {
  .vd-aspect-container_md-16-9 {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
  }
}

@media (min-width: 768px) {
  .vd-aspect-container_md-12-5 {
    position: relative;
    width: 100%;
    padding-top: 41.67%;
    overflow: hidden;
  }
}

@media (min-width: 768px) {
  .vd-aspect-container_md-1-3 {
    position: relative;
    width: 100%;
    padding-top: 33.333%;
    overflow: hidden;
  }
}

@media (min-width: 992px) {
  .vd-aspect-container_lg-4-3 {
    position: relative;
    width: 100%;
    padding-top: 75%;
    overflow: hidden;
  }
}

@media (min-width: 992px) {
  .vd-aspect-container_lg-3-2 {
    position: relative;
    width: 100%;
    padding-top: 66.67%;
    overflow: hidden;
  }
}

@media (min-width: 992px) {
  .vd-aspect-container_lg-16-9 {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
  }
}

@media (min-width: 992px) {
  .vd-aspect-container_lg-12-5 {
    position: relative;
    width: 100%;
    padding-top: 41.67%;
    overflow: hidden;
  }
}

@media (min-width: 992px) {
  .vd-aspect-container_lg-1-3 {
    position: relative;
    width: 100%;
    padding-top: 33.333%;
    overflow: hidden;
  }
}

.vd-aspect-container__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.vd-aspect-container__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vd-relative {
  position: relative;
}

@media (min-width: 992px) {
  .vd-relative-lg {
    position: relative;
  }
}

.vd-absolute {
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
}

@media (min-width: 992px) {
  .vd-absolute-lg {
    position: absolute;
    left: 0;
    top: 0;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 1440px) {
  .vd-container-fixed-xxl {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    min-width: 320px;
  }
}

.vd-view-port-section,
.wp-block-lazyblock-vd-view-port-block {
  width: 100%;
  min-width: 320px;
  overflow: hidden;
}
@media screen and (max-width: 767px) and (min-height: 600px) and (max-height: 767px) {
  .vd-view-port-section,
  .wp-block-lazyblock-vd-view-port-block {
    height: 100vh;
    min-height: 600px;
  }
}
@media screen and (max-width: 767px) and (min-height: 768px) {
  .vd-view-port-section,
  .wp-block-lazyblock-vd-view-port-block {
    height: 100vh;
    min-height: 740px;
  }
}
@media (min-width: 768px) {
  .vd-view-port-section,
  .wp-block-lazyblock-vd-view-port-block {
    height: 100vh;
    min-height: 620px;
  }
}
@media (min-width: 992px) {
  .vd-view-port-section,
  .wp-block-lazyblock-vd-view-port-block {
    min-height: 620px;
  }
}

@media (min-width: 992px) {
  .vd-view-port-section-lg {
    width: 100%;
    height: 100vh;
    min-width: 320px;
    overflow: hidden;
    min-height: 620px;
  }
}

@media (min-width: 992px) {
  .vd-works-block {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-end;
  }
}

@media (min-width: 992px) {
  .vd-flex-justify-end-lg {
    display: flex;
    justify-content: flex-end;
  }
}

.vd-ces-care-container {
  width: 100%;
}

@media screen and (min-width: 1366px) {
  .vd-ces-care-container {
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
  }
  .vd-ces-care-container_padding-x {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (max-width: 575.98px) {
  .vd-row {
    flex-direction: column;
  }
}

.vd-col-reverse_xs {
  flex-direction: column-reverse;
}

@media (max-width: 575.98px) {
  .vd-col-reverse_sm {
    flex-direction: column-reverse;
  }
}

@media (max-width: 767.98px) {
  .vd-col-reverse_md {
    flex-direction: column-reverse;
  }
}

.vd-spacer {
  height: 64px;
}
@media (min-width: 992px) {
  .vd-spacer {
    height: 80px;
  }
}

.vd-spacer_half {
  height: calc(64px * 0.5);
}
@media (min-width: 992px) {
  .vd-spacer_half {
    height: calc(80px * 0.5);
  }
}

.container-sidebar {
  display: flex;
  flex-wrap: wrap;
}

.container-sidebar_middle {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .container-sidebar_middle {
    margin-top: 40px;
  }
}
@media (min-width: 1200px) {
  .container-sidebar_middle {
    margin-top: 40px;
  }
}

.sidebar-area {
  padding-top: 80px;
}
@media (min-width: 992px) {
  .sidebar-area {
    padding-top: 0;
    padding-left: 4%;
  }
}

.main-area-right {
  width: 100%;
}
@media (min-width: 992px) {
  .main-area-right {
    width: calc(100% - 200px - 80px);
  }
}

.sidebar-area-left {
  padding-bottom: 36px;
}
@media (min-width: 992px) {
  .sidebar-area-left {
    width: 200px;
    padding-bottom: 0;
    margin-right: 80px;
  }
}

.banner-default,
.main-area-default {
  width: 100%;
}
@media (min-width: 992px) {
  .banner-default,
  .main-area-default {
    width: 800px;
    margin: 0 auto;
  }
}

.sidebar-area-default {
  padding: 12px;
}
@media (min-width: 992px) {
  .sidebar-area-default {
    padding-top: 96px;
  }
}

.fp-header {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1000;
  width: 100%;
}

.fp-site-main {
  padding-top: 0;
  padding-bottom: 48px;
}
@media (min-width: 768px) {
  .fp-site-main {
    padding-top: 0;
    padding-bottom: 64px;
  }
}
@media (min-width: 1200px) {
  .fp-site-main {
    padding-top: 0;
    padding-bottom: 64px;
  }
}

.site-main-wrapper {
  padding-top: 100px;
}
@media (min-width: 1200px) {
  .site-main-wrapper {
    padding-top: 136px;
  }
}

.site-main {
  padding-top: 40px;
}
@media (min-width: 768px) {
  .site-main {
    padding-top: 40px;
  }
}
@media (min-width: 1200px) {
  .site-main {
    padding-top: 56px;
  }
}

.entry-content {
  padding-top: 40px;
}
@media (min-width: 768px) {
  .entry-content {
    padding-top: 40px;
  }
}
@media (min-width: 1200px) {
  .entry-content {
    padding-top: 40px;
  }
}

.entry-content-default {
  padding-top: 16px;
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .entry-content-default {
    padding-top: 64px;
  }
}

.entry-content-landing {
  padding-top: 40px;
}
@media (min-width: 768px) {
  .entry-content-landing {
    padding-top: 40px;
  }
}
@media (min-width: 1200px) {
  .entry-content-landing {
    padding-top: 40px;
  }
}

.vd-entry-header__title {
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .vd-entry-header__title {
    margin-bottom: 8px;
  }
}

.vd-entry-header__meta {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .vd-entry-header__meta {
    font-size: 20px;
    line-height: 32px;
  }
}

.vd-entry-header__byline {
  display: block;
}

.vd-entry-header__separator,
.vd-entry-header__posted-on,
.vd-entry-header__read-time {
  display: block;
  font-size: 14px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .vd-entry-header__separator,
  .vd-entry-header__posted-on,
  .vd-entry-header__read-time {
    font-size: 16px;
  }
}

.vd-header-landing {
  position: relative;
  height: calc(100vh - (56px));
}

.vd-header-landing__figure {
  width: 100%;
}

.vd-header-landing__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.vd-header-landing__video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  z-index: -100;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: cover;
}

.vd-header-landing__content-area {
  position: absolute;
  width: 100%;
  height: 100%;
}

.vd-header-landing__content {
  position: relative;
  width: 100%;
  height: 100%;
}

.vd-header-landing__content-inner {
  position: absolute;
  right: 0;
  bottom: 20%;
}
@media (min-width: 768px) {
  .vd-header-landing__content-inner {
    width: 75%;
  }
}
@media (min-width: 992px) {
  .vd-header-landing__content-inner {
    width: 60%;
  }
}
@media (min-width: 1200px) {
  .vd-header-landing__content-inner {
    width: 50%;
  }
}

.vd-header-landing__caption {
  /*margin-bottom: grid-8dp(2);*/
}
.vd-header-landing__caption {
  margin-bottom: 16px;
}

.vd-header-landing__title {
  font-size: 50px;
  line-height: 56px;
  font-weight: 900;
}
@media (min-width: 992px) {
  .vd-header-landing__title {
    font-size: 76px;
    line-height: 84px;
  }
}
.vd-header-landing__title {
  display: block;
}
.vd-header-landing__title {
  /*margin-bottom: grid-8dp(2);*/
}
.vd-header-landing__title {
  margin-bottom: 16px;
}

.vd-header-landing__subtitle {
  font-size: 22px;
  line-height: 32px;
  font-weight: 900;
}
@media (min-width: 992px) {
  .vd-header-landing__subtitle {
    font-size: 24px;
    line-height: 32px;
  }
}
.vd-header-landing__subtitle {
  display: block;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.vd-hero__cta {
  display: flex;
  flex-wrap: wrap;
}

.vd-hero__cta-primary {
  margin-top: 24px;
  margin-right: 32px;
}

.vd-hero__cta-secondary {
  margin-top: 24px;
}

.vd-item-grid {
  display: flex;
  list-style: none;
  margin: calc(0.5 * (0px - 32px));
}

.vd-item-grid_center {
  justify-content: center;
}

.vd-item-grid_right {
  justify-content: flex-end;
}

.vd-item-list__item {
  padding: calc(0.5 * 32px);
}

.vd-item-grid_1x {
  margin: calc(0.5 * (0px - 8px));
}

.vd-item-grid_2x {
  margin: calc(0.5 * (0px - 16px));
}

.vd-item-grid_3x {
  margin: calc(0.5 * (0px - 24px));
}

.vd-item-grid_5x {
  margin: calc(0.5 * (0px - 40px));
}

.vd-item-grid_6x {
  margin: calc(0.5 * (0px - 48px));
}

.vd-item-list__item_1x {
  padding: calc(0.5 * 8px);
}

.vd-item-list__item_2x {
  padding: calc(0.5 * 16px);
}

.vd-item-list__item_3x {
  padding: calc(0.5 * 24px);
}

.vd-item-list__item_5x {
  padding: calc(0.5 * 40px);
}

.vd-item-list__item_6x {
  padding: calc(0.5 * 48px);
}

.vd-grid-fluid {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0;
  padding-left: 8px;
  padding-right: 8px;
}

.vd-grid-fluid__item {
  max-width: min(50%, 240px);
  padding: 8px 16px;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Comments
--------------------------------------------- */
.comments-area {
  margin: 80px 0 0;
}

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

.vd-post-thumbnail {
  margin-top: 16px;
}
@media (min-width: 992px) {
  .vd-post-thumbnail {
    margin-top: 32px;
  }
}

.vd-post-thumbnail__figure {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}

.vd-post-thumbnail__img {
  width: 100%;
  object-fit: cover;
}

.vd-post-thumbnail__figure-caption {
  padding-top: 8px;
}
.vd-post-thumbnail__figure-caption {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .vd-post-thumbnail__figure-caption {
    font-size: 14px;
    line-height: 20px;
  }
}
.vd-post-thumbnail__figure-caption {
  /*letter-spacing: $letter-spacing;*/
}
.vd-post-thumbnail__figure-caption {
  letter-spacing: 0;
}

.vd-default-media {
  position: relative;
  padding-top: 66.67%;
}
@media (min-width: 992px) {
  .vd-default-media {
    padding-top: 40%;
  }
}
.vd-default-media .vd-post-thumbnail__figure {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.vd-post-video {
  margin-top: 32px;
}

.vd-post-video__figure {
  width: 100%;
}

.vd-post-video__container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}
.vd-post-video__container iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vd-post-video__video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vd-post-video__figure-caption {
  padding-top: 8px;
}
.vd-post-video__figure-caption {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .vd-post-video__figure-caption {
    font-size: 14px;
    line-height: 20px;
  }
}
.vd-post-video__figure-caption {
  /*letter-spacing: $letter-spacing;*/
}
.vd-post-video__figure-caption {
  letter-spacing: 0;
}

.vd-svg-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 1;
}

.menu-icon {
  width: 20px;
}

.prev-icon {
  transform: rotate(270deg);
}

.next-icon {
  transform: rotate(90deg);
}

.go-top-icon {
  fill: rgb(255, 255, 255);
}
.go-top-icon:hover {
  fill: rgb(214, 54, 55);
}

.vd-icon-box {
  display: inline-block;
  width: 48px;
  height: 48px;
  padding: 8px;
  margin: 0;
  border: 0;
}
.vd-icon-box {
  background-color: rgb(253, 190, 87);
}
.vd-icon-box {
  color: rgb(37, 67, 137);
}
.vd-icon-box {
  border-radius: 50%;
  transform: none;
}

.vd-icon-box_x-large {
  width: 60px;
  height: 60px;
  padding: 12px;
}

.vd-icon-box__icon {
  fill: currentColor;
  stroke: currentColor;
  width: 32px;
  height: 32px;
  display: inline-block;
  transform: none;
}

.vd-icon-box__icon-img {
  height: 100%;
  object-fit: contain;
}

.vd-icon-box__icon_x-large {
  width: 36px;
  height: 36px;
}

.vd-button, .vd-button-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  max-width: 100%;
  height: 36px;
  padding: 0 16px;
  border: 0;
  border-radius: 80px;
  transform: none;
  height: 36px;
  padding: 0 16px;
  min-width: 64px;
}
.vd-button .vd-button__icon, .vd-button-link .vd-button__icon {
  width: 18px;
  height: 18px;
}
.vd-button, .vd-button-link {
  cursor: pointer;
}
.vd-button, .vd-button-link {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .vd-button, .vd-button-link {
    font-size: 16px;
    line-height: 24px;
  }
}
.vd-button, .vd-button-link {
  /*letter-spacing: $letter-spacing;*/
}
.vd-button, .vd-button-link {
  letter-spacing: 0;
}
.vd-button, .vd-button-link {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.5px;
}

.vd-button_text {
  padding: 0;
}
.vd-button_outline {
  padding: 0 16px;
  border: 2px solid;
}

.vd-button__label, .vd-button-link__label {
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-right: -0.5px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  flex: 1 0 0;
  display: inline-block;
  padding-top: 0.05em;
  transform: none;
}

.vd-button__ripple, .vd-button-link__ripple {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.vd-button__icon {
  fill: currentColor;
  stroke: currentColor;
  width: 18px;
  height: 18px;
  transform: none;
}

.vd-button__icon-left {
  margin-right: 8px;
  margin-left: calc(0px - 4px);
}

.vd-button__icon-right {
  margin-left: 8px;
  margin-right: calc(0px - 4px);
}

.vd-button_primary {
  background-color: rgb(37, 67, 137);
}
.vd-button_primary {
  color: rgb(255, 255, 255);
}
.vd-button_primary:focus {
  background-color: rgb(19, 41, 93);
}
.vd-button_primary:focus {
  color: rgb(255, 255, 255);
}
.vd-button_primary:hover {
  background-color: rgb(19, 41, 93);
}
.vd-button_primary:hover {
  color: rgb(255, 255, 255);
}
.vd-button_primary:active {
  background-color: rgb(20, 42, 95);
}
.vd-button_primary:active {
  color: rgb(255, 255, 255);
}

.vd-button_text_primary {
  padding: 0;
}
.vd-button_text_primary {
  background-color: transparent;
}
.vd-button_text_primary {
  color: rgb(37, 67, 137);
}
.vd-button_text_primary:focus {
  background-color: transparent;
}
.vd-button_text_primary:focus {
  color: rgb(19, 41, 93);
}
.vd-button_text_primary:hover {
  background-color: transparent;
}
.vd-button_text_primary:hover {
  color: rgb(19, 41, 93);
}
.vd-button_text_primary:active {
  background-color: transparent;
}
.vd-button_text_primary:active {
  color: rgb(20, 42, 95);
}

.vd-button_outline_primary {
  background-color: transparent;
}
.vd-button_outline_primary {
  color: rgb(37, 67, 137);
}
.vd-button_outline_primary:focus {
  background-color: transparent;
}
.vd-button_outline_primary:focus {
  color: rgb(19, 41, 93);
}
.vd-button_outline_primary:hover {
  background-color: transparent;
}
.vd-button_outline_primary:hover {
  color: rgb(19, 41, 93);
}
.vd-button_outline_primary:active {
  background-color: transparent;
}
.vd-button_outline_primary:active {
  color: rgb(20, 42, 95);
}
.vd-button_outline_primary {
  padding: 0 16px;
  border: 2px solid;
}

.vd-button_primary-100 {
  background-color: rgb(237, 243, 255);
}
.vd-button_primary-100 {
  color: rgb(106, 109, 115);
}
.vd-button_primary-100:focus {
  background-color: rgb(220, 228, 247);
}
.vd-button_primary-100:focus {
  color: rgb(106, 109, 115);
}
.vd-button_primary-100:hover {
  background-color: rgb(220, 228, 247);
}
.vd-button_primary-100:hover {
  color: rgb(106, 109, 115);
}
.vd-button_primary-100:active {
  background-color: rgb(237, 243, 255);
}
.vd-button_primary-100:active {
  color: rgb(106, 109, 115);
}

.vd-button_text_primary-100 {
  padding: 0;
}
.vd-button_text_primary-100 {
  background-color: transparent;
}
.vd-button_text_primary-100 {
  color: rgb(237, 243, 255);
}
.vd-button_text_primary-100:focus {
  background-color: transparent;
}
.vd-button_text_primary-100:focus {
  color: rgb(220, 228, 247);
}
.vd-button_text_primary-100:hover {
  background-color: transparent;
}
.vd-button_text_primary-100:hover {
  color: rgb(220, 228, 247);
}
.vd-button_text_primary-100:active {
  background-color: transparent;
}
.vd-button_text_primary-100:active {
  color: rgb(237, 243, 255);
}

.vd-button_outline_primary-100 {
  background-color: transparent;
}
.vd-button_outline_primary-100 {
  color: rgb(237, 243, 255);
}
.vd-button_outline_primary-100:focus {
  background-color: transparent;
}
.vd-button_outline_primary-100:focus {
  color: rgb(220, 228, 247);
}
.vd-button_outline_primary-100:hover {
  background-color: transparent;
}
.vd-button_outline_primary-100:hover {
  color: rgb(220, 228, 247);
}
.vd-button_outline_primary-100:active {
  background-color: transparent;
}
.vd-button_outline_primary-100:active {
  color: rgb(237, 243, 255);
}
.vd-button_outline_primary-100 {
  padding: 0 16px;
  border: 2px solid;
}

.vd-button_primary-400 {
  background-color: rgb(20, 86, 152);
}
.vd-button_primary-400 {
  color: rgb(106, 109, 115);
}
.vd-button_primary-400:focus {
  background-color: rgb(19, 41, 93);
}
.vd-button_primary-400:focus {
  color: rgb(255, 255, 255);
}
.vd-button_primary-400:hover {
  background-color: rgb(19, 41, 93);
}
.vd-button_primary-400:hover {
  color: rgb(255, 255, 255);
}
.vd-button_primary-400:active {
  background-color: rgb(20, 42, 95);
}
.vd-button_primary-400:active {
  color: rgb(255, 255, 255);
}

.vd-button_text_primary-400 {
  padding: 0;
}
.vd-button_text_primary-400 {
  background-color: transparent;
}
.vd-button_text_primary-400 {
  color: rgb(20, 86, 152);
}
.vd-button_text_primary-400:focus {
  background-color: transparent;
}
.vd-button_text_primary-400:focus {
  color: rgb(19, 41, 93);
}
.vd-button_text_primary-400:hover {
  background-color: transparent;
}
.vd-button_text_primary-400:hover {
  color: rgb(19, 41, 93);
}
.vd-button_text_primary-400:active {
  background-color: transparent;
}
.vd-button_text_primary-400:active {
  color: rgb(20, 42, 95);
}

.vd-button_outline_primary-400 {
  background-color: transparent;
}
.vd-button_outline_primary-400 {
  color: rgb(20, 86, 152);
}
.vd-button_outline_primary-400:focus {
  background-color: transparent;
}
.vd-button_outline_primary-400:focus {
  color: rgb(19, 41, 93);
}
.vd-button_outline_primary-400:hover {
  background-color: transparent;
}
.vd-button_outline_primary-400:hover {
  color: rgb(19, 41, 93);
}
.vd-button_outline_primary-400:active {
  background-color: transparent;
}
.vd-button_outline_primary-400:active {
  color: rgb(20, 42, 95);
}
.vd-button_outline_primary-400 {
  padding: 0 16px;
  border: 2px solid;
}

.vd-button_secondary {
  background-color: rgb(253, 190, 87);
}
.vd-button_secondary {
  color: rgb(37, 67, 137);
}
.vd-button_secondary:focus {
  background-color: rgb(243, 187, 83);
}
.vd-button_secondary:focus {
  color: rgb(37, 67, 137);
}
.vd-button_secondary:hover {
  background-color: rgb(243, 187, 83);
}
.vd-button_secondary:hover {
  color: rgb(37, 67, 137);
}
.vd-button_secondary:active {
  background-color: rgb(242, 139, 39);
}
.vd-button_secondary:active {
  color: rgb(37, 67, 137);
}

.vd-button_text_secondary {
  padding: 0;
}
.vd-button_text_secondary {
  background-color: transparent;
}
.vd-button_text_secondary {
  color: rgb(253, 190, 87);
}
.vd-button_text_secondary:focus {
  background-color: transparent;
}
.vd-button_text_secondary:focus {
  color: rgb(243, 187, 83);
}
.vd-button_text_secondary:hover {
  background-color: transparent;
}
.vd-button_text_secondary:hover {
  color: rgb(243, 187, 83);
}
.vd-button_text_secondary:active {
  background-color: transparent;
}
.vd-button_text_secondary:active {
  color: rgb(242, 139, 39);
}

.vd-button_outline_secondary {
  background-color: transparent;
}
.vd-button_outline_secondary {
  color: rgb(253, 190, 87);
}
.vd-button_outline_secondary:focus {
  background-color: transparent;
}
.vd-button_outline_secondary:focus {
  color: rgb(243, 187, 83);
}
.vd-button_outline_secondary:hover {
  background-color: transparent;
}
.vd-button_outline_secondary:hover {
  color: rgb(243, 187, 83);
}
.vd-button_outline_secondary:active {
  background-color: transparent;
}
.vd-button_outline_secondary:active {
  color: rgb(242, 139, 39);
}
.vd-button_outline_secondary {
  padding: 0 16px;
  border: 2px solid;
}

.vd-button_white {
  background-color: rgb(255, 255, 255);
}
.vd-button_white {
  color: rgb(25, 29, 66);
}
.vd-button_white:focus {
  background-color: rgb(255, 255, 255);
}
.vd-button_white:focus {
  color: rgb(20, 42, 95);
}
.vd-button_white:hover {
  background-color: rgb(255, 255, 255);
}
.vd-button_white:hover {
  color: rgb(20, 42, 95);
}
.vd-button_white:active {
  background-color: rgb(255, 255, 255);
}
.vd-button_white:active {
  color: rgb(19, 41, 93);
}

.vd-button_text_white {
  padding: 0;
}
.vd-button_text_white {
  background-color: transparent;
}
.vd-button_text_white {
  color: rgb(255, 255, 255);
}
.vd-button_text_white:focus {
  background-color: transparent;
}
.vd-button_text_white:focus {
  color: rgb(255, 255, 255);
}
.vd-button_text_white:hover {
  background-color: transparent;
}
.vd-button_text_white:hover {
  color: rgb(255, 255, 255);
}
.vd-button_text_white:active {
  background-color: transparent;
}
.vd-button_text_white:active {
  color: rgb(255, 255, 255);
}

.vd-button_outline_white {
  background-color: transparent;
}
.vd-button_outline_white {
  color: rgb(255, 255, 255);
}
.vd-button_outline_white:focus {
  background-color: transparent;
}
.vd-button_outline_white:focus {
  color: rgb(255, 255, 255);
}
.vd-button_outline_white:hover {
  background-color: transparent;
}
.vd-button_outline_white:hover {
  color: rgb(255, 255, 255);
}
.vd-button_outline_white:active {
  background-color: transparent;
}
.vd-button_outline_white:active {
  color: rgb(255, 255, 255);
}
.vd-button_outline_white {
  padding: 0 16px;
  border: 2px solid;
}

.vd-button_white-blue-gray-700 {
  background-color: rgb(255, 255, 255);
}
.vd-button_white-blue-gray-700 {
  color: rgb(106, 109, 115);
}
.vd-button_white-blue-gray-700:focus {
  background-color: rgb(255, 255, 255);
}
.vd-button_white-blue-gray-700:focus {
  color: rgb(70, 87, 105);
}
.vd-button_white-blue-gray-700:hover {
  background-color: rgb(255, 255, 255);
}
.vd-button_white-blue-gray-700:hover {
  color: rgb(70, 87, 105);
}
.vd-button_white-blue-gray-700:active {
  background-color: rgb(255, 255, 255);
}
.vd-button_white-blue-gray-700:active {
  color: rgb(106, 109, 115);
}

.vd-button_text_white-blue-gray-700 {
  padding: 0;
}
.vd-button_outline_white-blue-gray-700 {
  padding: 0 16px;
  border: 2px solid;
}

.vd-button_transparent-blue-gray-700 {
  background-color: transparent;
}
.vd-button_transparent-blue-gray-700 {
  color: rgb(106, 109, 115);
}
.vd-button_transparent-blue-gray-700:focus {
  background-color: transparent;
}
.vd-button_transparent-blue-gray-700:focus {
  color: rgb(70, 87, 105);
}
.vd-button_transparent-blue-gray-700:hover {
  background-color: transparent;
}
.vd-button_transparent-blue-gray-700:hover {
  color: rgb(70, 87, 105);
}
.vd-button_transparent-blue-gray-700:active {
  background-color: transparent;
}
.vd-button_transparent-blue-gray-700:active {
  color: rgb(0, 46, 89);
}

.vd-button_text_transparent-blue-gray-700 {
  padding: 0;
}
.vd-button_outline_transparent-blue-gray-700 {
  padding: 0 16px;
  border: 2px solid;
}

.vd-button_x-small {
  height: 28px;
  padding: 0 16px;
  min-width: 64px;
}
.vd-button_x-small .vd-button__icon {
  width: 12px;
  height: 12px;
}

.vd-button_large {
  height: 44px;
  padding: 0 24px;
  min-width: 64px;
}
.vd-button_large .vd-button__icon {
  width: 20px;
  height: 20px;
}

.vd-button_x-large {
  height: 52px;
  padding: 0 16px;
  min-width: 64px;
}
.vd-button_x-large .vd-button__icon {
  width: 22px;
  height: 22px;
}

.vd-button-link {
  background-color: rgb(194, 194, 194);
}
.vd-button-link {
  color: rgb(51, 51, 51);
}
.vd-button-link:visited {
  background-color: rgb(194, 194, 194);
}
.vd-button-link:visited {
  color: rgb(51, 51, 51);
}
.vd-button-link:hover {
  background-color: rgb(173, 173, 173);
}
.vd-button-link:hover {
  color: rgb(255, 255, 255);
}
.vd-button-link:active {
  background-color: rgb(153, 153, 153);
}
.vd-button-link:active {
  color: rgb(255, 255, 255);
}
.vd-button-link:focus {
  background-color: rgb(173, 173, 173);
}
.vd-button-link:focus {
  color: rgb(255, 255, 255);
}
.vd-button-link {
  text-decoration: none;
}

.vd-button-link_text {
  padding: 0;
}
.vd-button-link_outline {
  border: 2px solid;
}

.vd-button-link_primary {
  background-color: rgb(37, 67, 137);
}
.vd-button-link_primary {
  color: rgb(255, 255, 255);
}
.vd-button-link_primary:visited {
  background-color: rgb(37, 67, 137);
}
.vd-button-link_primary:visited {
  color: rgb(255, 255, 255);
}
.vd-button-link_primary:hover {
  background-color: rgb(19, 41, 93);
}
.vd-button-link_primary:hover {
  color: rgb(255, 255, 255);
}
.vd-button-link_primary:active {
  background-color: rgb(20, 42, 95);
}
.vd-button-link_primary:active {
  color: rgb(255, 255, 255);
}
.vd-button-link_primary:focus {
  background-color: rgb(19, 41, 93);
}
.vd-button-link_primary:focus {
  color: rgb(255, 255, 255);
}

.vd-button-link_text_primary {
  padding: 0;
}
.vd-button-link_text_primary {
  background-color: transparent;
}
.vd-button-link_text_primary {
  color: rgb(37, 67, 137);
}
.vd-button-link_text_primary:visited {
  background-color: transparent;
}
.vd-button-link_text_primary:visited {
  color: rgb(37, 67, 137);
}
.vd-button-link_text_primary:hover {
  background-color: transparent;
}
.vd-button-link_text_primary:hover {
  color: rgb(19, 41, 93);
}
.vd-button-link_text_primary:active {
  background-color: transparent;
}
.vd-button-link_text_primary:active {
  color: rgb(20, 42, 95);
}
.vd-button-link_text_primary:focus {
  background-color: transparent;
}
.vd-button-link_text_primary:focus {
  color: rgb(19, 41, 93);
}

.vd-button-link_outline_primary {
  background-color: transparent;
}
.vd-button-link_outline_primary {
  color: rgb(37, 67, 137);
}
.vd-button-link_outline_primary:visited {
  background-color: transparent;
}
.vd-button-link_outline_primary:visited {
  color: rgb(37, 67, 137);
}
.vd-button-link_outline_primary:hover {
  background-color: transparent;
}
.vd-button-link_outline_primary:hover {
  color: rgb(19, 41, 93);
}
.vd-button-link_outline_primary:active {
  background-color: transparent;
}
.vd-button-link_outline_primary:active {
  color: rgb(20, 42, 95);
}
.vd-button-link_outline_primary:focus {
  background-color: transparent;
}
.vd-button-link_outline_primary:focus {
  color: rgb(19, 41, 93);
}
.vd-button-link_outline_primary {
  padding: 0 16px;
  border: 2px solid;
}

.vd-button-link_primary-100 {
  background-color: rgb(237, 243, 255);
}
.vd-button-link_primary-100 {
  color: rgb(106, 109, 115);
}
.vd-button-link_primary-100:visited {
  background-color: rgb(237, 243, 255);
}
.vd-button-link_primary-100:visited {
  color: rgb(106, 109, 115);
}
.vd-button-link_primary-100:hover {
  background-color: rgb(220, 228, 247);
}
.vd-button-link_primary-100:hover {
  color: rgb(106, 109, 115);
}
.vd-button-link_primary-100:active {
  background-color: rgb(237, 243, 255);
}
.vd-button-link_primary-100:active {
  color: rgb(106, 109, 115);
}
.vd-button-link_primary-100:focus {
  background-color: rgb(220, 228, 247);
}
.vd-button-link_primary-100:focus {
  color: rgb(106, 109, 115);
}

.vd-button-link_text_primary-100 {
  padding: 0;
}
.vd-button-link_text_primary-100 {
  background-color: transparent;
}
.vd-button-link_text_primary-100 {
  color: rgb(237, 243, 255);
}
.vd-button-link_text_primary-100:visited {
  background-color: transparent;
}
.vd-button-link_text_primary-100:visited {
  color: rgb(237, 243, 255);
}
.vd-button-link_text_primary-100:hover {
  background-color: transparent;
}
.vd-button-link_text_primary-100:hover {
  color: rgb(220, 228, 247);
}
.vd-button-link_text_primary-100:active {
  background-color: transparent;
}
.vd-button-link_text_primary-100:active {
  color: rgb(237, 243, 255);
}
.vd-button-link_text_primary-100:focus {
  background-color: transparent;
}
.vd-button-link_text_primary-100:focus {
  color: rgb(220, 228, 247);
}

.vd-button-link_outline_primary-100 {
  background-color: transparent;
}
.vd-button-link_outline_primary-100 {
  color: rgb(237, 243, 255);
}
.vd-button-link_outline_primary-100:visited {
  background-color: transparent;
}
.vd-button-link_outline_primary-100:visited {
  color: rgb(237, 243, 255);
}
.vd-button-link_outline_primary-100:hover {
  background-color: transparent;
}
.vd-button-link_outline_primary-100:hover {
  color: rgb(220, 228, 247);
}
.vd-button-link_outline_primary-100:active {
  background-color: transparent;
}
.vd-button-link_outline_primary-100:active {
  color: rgb(237, 243, 255);
}
.vd-button-link_outline_primary-100:focus {
  background-color: transparent;
}
.vd-button-link_outline_primary-100:focus {
  color: rgb(220, 228, 247);
}
.vd-button-link_outline_primary-100 {
  padding: 0 16px;
  border: 2px solid;
}

.vd-button-link_primary-400 {
  background-color: rgb(20, 86, 152);
}
.vd-button-link_primary-400 {
  color: rgb(106, 109, 115);
}
.vd-button-link_primary-400:visited {
  background-color: rgb(20, 86, 152);
}
.vd-button-link_primary-400:visited {
  color: rgb(106, 109, 115);
}
.vd-button-link_primary-400:hover {
  background-color: rgb(19, 41, 93);
}
.vd-button-link_primary-400:hover {
  color: rgb(255, 255, 255);
}
.vd-button-link_primary-400:active {
  background-color: rgb(20, 42, 95);
}
.vd-button-link_primary-400:active {
  color: rgb(255, 255, 255);
}
.vd-button-link_primary-400:focus {
  background-color: rgb(19, 41, 93);
}
.vd-button-link_primary-400:focus {
  color: rgb(255, 255, 255);
}

.vd-button-link_text_primary-400 {
  padding: 0;
}
.vd-button-link_text_primary-400 {
  background-color: transparent;
}
.vd-button-link_text_primary-400 {
  color: rgb(20, 86, 152);
}
.vd-button-link_text_primary-400:visited {
  background-color: transparent;
}
.vd-button-link_text_primary-400:visited {
  color: rgb(20, 86, 152);
}
.vd-button-link_text_primary-400:hover {
  background-color: transparent;
}
.vd-button-link_text_primary-400:hover {
  color: rgb(19, 41, 93);
}
.vd-button-link_text_primary-400:active {
  background-color: transparent;
}
.vd-button-link_text_primary-400:active {
  color: rgb(20, 42, 95);
}
.vd-button-link_text_primary-400:focus {
  background-color: transparent;
}
.vd-button-link_text_primary-400:focus {
  color: rgb(19, 41, 93);
}

.vd-button-link_outline_primary-400 {
  background-color: transparent;
}
.vd-button-link_outline_primary-400 {
  color: rgb(20, 86, 152);
}
.vd-button-link_outline_primary-400:visited {
  background-color: transparent;
}
.vd-button-link_outline_primary-400:visited {
  color: rgb(20, 86, 152);
}
.vd-button-link_outline_primary-400:hover {
  background-color: transparent;
}
.vd-button-link_outline_primary-400:hover {
  color: rgb(19, 41, 93);
}
.vd-button-link_outline_primary-400:active {
  background-color: transparent;
}
.vd-button-link_outline_primary-400:active {
  color: rgb(20, 42, 95);
}
.vd-button-link_outline_primary-400:focus {
  background-color: transparent;
}
.vd-button-link_outline_primary-400:focus {
  color: rgb(19, 41, 93);
}
.vd-button-link_outline_primary-400 {
  padding: 0 16px;
  border: 2px solid;
}

.vd-button-link_secondary {
  background-color: rgb(253, 190, 87);
}
.vd-button-link_secondary {
  color: rgb(37, 67, 137);
}
.vd-button-link_secondary:visited {
  background-color: rgb(253, 190, 87);
}
.vd-button-link_secondary:visited {
  color: rgb(37, 67, 137);
}
.vd-button-link_secondary:hover {
  background-color: rgb(243, 187, 83);
}
.vd-button-link_secondary:hover {
  color: rgb(37, 67, 137);
}
.vd-button-link_secondary:active {
  background-color: rgb(242, 139, 39);
}
.vd-button-link_secondary:active {
  color: rgb(37, 67, 137);
}
.vd-button-link_secondary:focus {
  background-color: rgb(243, 187, 83);
}
.vd-button-link_secondary:focus {
  color: rgb(37, 67, 137);
}

.vd-button-link_text_secondary {
  padding: 0;
}
.vd-button-link_text_secondary {
  background-color: transparent;
}
.vd-button-link_text_secondary {
  color: rgb(253, 190, 87);
}
.vd-button-link_text_secondary:visited {
  background-color: transparent;
}
.vd-button-link_text_secondary:visited {
  color: rgb(253, 190, 87);
}
.vd-button-link_text_secondary:hover {
  background-color: transparent;
}
.vd-button-link_text_secondary:hover {
  color: rgb(243, 187, 83);
}
.vd-button-link_text_secondary:active {
  background-color: transparent;
}
.vd-button-link_text_secondary:active {
  color: rgb(242, 139, 39);
}
.vd-button-link_text_secondary:focus {
  background-color: transparent;
}
.vd-button-link_text_secondary:focus {
  color: rgb(243, 187, 83);
}

.vd-button-link_outline_secondary {
  background-color: transparent;
}
.vd-button-link_outline_secondary {
  color: rgb(253, 190, 87);
}
.vd-button-link_outline_secondary:visited {
  background-color: transparent;
}
.vd-button-link_outline_secondary:visited {
  color: rgb(253, 190, 87);
}
.vd-button-link_outline_secondary:hover {
  background-color: transparent;
}
.vd-button-link_outline_secondary:hover {
  color: rgb(243, 187, 83);
}
.vd-button-link_outline_secondary:active {
  background-color: transparent;
}
.vd-button-link_outline_secondary:active {
  color: rgb(242, 139, 39);
}
.vd-button-link_outline_secondary:focus {
  background-color: transparent;
}
.vd-button-link_outline_secondary:focus {
  color: rgb(243, 187, 83);
}
.vd-button-link_outline_secondary {
  padding: 0 16px;
  border: 2px solid;
}

.vd-button-link_white {
  background-color: rgb(255, 255, 255);
}
.vd-button-link_white {
  color: rgb(25, 29, 66);
}
.vd-button-link_white:visited {
  background-color: rgb(255, 255, 255);
}
.vd-button-link_white:visited {
  color: rgb(25, 29, 66);
}
.vd-button-link_white:hover {
  background-color: rgb(255, 255, 255);
}
.vd-button-link_white:hover {
  color: rgb(20, 42, 95);
}
.vd-button-link_white:active {
  background-color: rgb(255, 255, 255);
}
.vd-button-link_white:active {
  color: rgb(19, 41, 93);
}
.vd-button-link_white:focus {
  background-color: rgb(255, 255, 255);
}
.vd-button-link_white:focus {
  color: rgb(20, 42, 95);
}

.vd-button-link_text_white {
  padding: 0;
}
.vd-button-link_text_white {
  background-color: transparent;
}
.vd-button-link_text_white {
  color: rgb(255, 255, 255);
}
.vd-button-link_text_white:visited {
  background-color: transparent;
}
.vd-button-link_text_white:visited {
  color: rgb(255, 255, 255);
}
.vd-button-link_text_white:hover {
  background-color: transparent;
}
.vd-button-link_text_white:hover {
  color: rgb(255, 255, 255);
}
.vd-button-link_text_white:active {
  background-color: transparent;
}
.vd-button-link_text_white:active {
  color: rgb(255, 255, 255);
}
.vd-button-link_text_white:focus {
  background-color: transparent;
}
.vd-button-link_text_white:focus {
  color: rgb(255, 255, 255);
}

.vd-button-link_outline_white {
  background-color: transparent;
}
.vd-button-link_outline_white {
  color: rgb(255, 255, 255);
}
.vd-button-link_outline_white:visited {
  background-color: transparent;
}
.vd-button-link_outline_white:visited {
  color: rgb(255, 255, 255);
}
.vd-button-link_outline_white:hover {
  background-color: transparent;
}
.vd-button-link_outline_white:hover {
  color: rgb(255, 255, 255);
}
.vd-button-link_outline_white:active {
  background-color: transparent;
}
.vd-button-link_outline_white:active {
  color: rgb(255, 255, 255);
}
.vd-button-link_outline_white:focus {
  background-color: transparent;
}
.vd-button-link_outline_white:focus {
  color: rgb(255, 255, 255);
}
.vd-button-link_outline_white {
  padding: 0 16px;
  border: 2px solid;
}

.vd-button-link_white-blue-gray-700 {
  background-color: rgb(255, 255, 255);
}
.vd-button-link_white-blue-gray-700 {
  color: rgb(106, 109, 115);
}
.vd-button-link_white-blue-gray-700:visited {
  background-color: rgb(255, 255, 255);
}
.vd-button-link_white-blue-gray-700:visited {
  color: rgb(106, 109, 115);
}
.vd-button-link_white-blue-gray-700:hover {
  background-color: rgb(255, 255, 255);
}
.vd-button-link_white-blue-gray-700:hover {
  color: rgb(70, 87, 105);
}
.vd-button-link_white-blue-gray-700:active {
  background-color: rgb(255, 255, 255);
}
.vd-button-link_white-blue-gray-700:active {
  color: rgb(106, 109, 115);
}
.vd-button-link_white-blue-gray-700:focus {
  background-color: rgb(255, 255, 255);
}
.vd-button-link_white-blue-gray-700:focus {
  color: rgb(70, 87, 105);
}

.vd-button-link_text_white-blue-gray-700 {
  padding: 0;
}
.vd-button-link_outline_white-blue-gray-700 {
  padding: 0 16px;
  border: 2px solid;
}

.vd-button-link_transparent-blue-gray-700 {
  background-color: transparent;
}
.vd-button-link_transparent-blue-gray-700 {
  color: rgb(106, 109, 115);
}
.vd-button-link_transparent-blue-gray-700:visited {
  background-color: transparent;
}
.vd-button-link_transparent-blue-gray-700:visited {
  color: rgb(106, 109, 115);
}
.vd-button-link_transparent-blue-gray-700:hover {
  background-color: transparent;
}
.vd-button-link_transparent-blue-gray-700:hover {
  color: rgb(70, 87, 105);
}
.vd-button-link_transparent-blue-gray-700:active {
  background-color: transparent;
}
.vd-button-link_transparent-blue-gray-700:active {
  color: rgb(0, 46, 89);
}
.vd-button-link_transparent-blue-gray-700:focus {
  background-color: transparent;
}
.vd-button-link_transparent-blue-gray-700:focus {
  color: rgb(70, 87, 105);
}

.vd-button-link_text_transparent-blue-gray-700 {
  padding: 0;
}
.vd-button-link_outline_transparent-blue-gray-700 {
  padding: 0 16px;
  border: 2px solid;
}

.vd-button-link_x-small {
  height: 28px;
  padding: 0 16px;
  min-width: 64px;
}
.vd-button-link_x-small .vd-button__icon {
  width: 12px;
  height: 12px;
}

.vd-button-link_large {
  height: 44px;
  padding: 0 24px;
  min-width: 64px;
}
.vd-button-link_large .vd-button__icon {
  width: 20px;
  height: 20px;
}

.vd-button-link_x-large {
  height: 52px;
  padding: 0 16px;
  min-width: 64px;
}
.vd-button-link_x-large .vd-button__icon {
  width: 22px;
  height: 22px;
}

.vd-icon-button {
  position: relative;
  width: 36px;
  height: 36px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  margin: 0;
  border-radius: 50%;
  transform: none;
  border: 0;
  cursor: pointer;
}
.vd-icon-button {
  background-color: rgb(194, 194, 194);
}
.vd-icon-button {
  color: rgb(51, 51, 51);
}
.vd-icon-button:focus {
  background-color: rgb(173, 173, 173);
}
.vd-icon-button:focus {
  color: rgb(255, 255, 255);
}
.vd-icon-button:disabled {
  background-color: rgb(224, 224, 224);
}
.vd-icon-button:disabled {
  color: rgb(51, 51, 51);
}
.vd-icon-button:hover {
  background-color: rgb(173, 173, 173);
}
.vd-icon-button:hover {
  color: rgb(255, 255, 255);
}
.vd-icon-button:active {
  background-color: rgb(153, 153, 153);
}
.vd-icon-button:active {
  color: rgb(255, 255, 255);
}

.vd-icon-button_xx-small {
  width: 20px;
  height: 20px;
  padding: 0;
}

.vd-icon-button_x-small {
  width: 28px;
  height: 28px;
  padding: 0;
}

.vd-icon-button_small {
  width: 32px;
  height: 32px;
  padding: 0;
}

.vd-icon-button_large {
  width: 44px;
  height: 44px;
  padding: 0;
}

.vd-icon-button_x-large {
  width: 48px;
  height: 48px;
  padding: 0;
}

.vd-icon-button_xx-large {
  width: 60px;
  height: 60px;
  padding: 0;
}

.vd-icon-button_square {
  border-radius: 0%;
  transform: none;
}
.vd-icon-button_square .vd-icon-button__icon {
  transform: none;
}

.vd-icon-button__icon {
  fill: currentColor;
  stroke: currentColor;
  width: 16px;
  height: 16px;
  display: inline-block;
  transform: none;
}

.vd-icon-button__icon_hover {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
}

.vd-icon-button__icon_selected {
  display: none;
  position: absolute;
  padding: inherit;
  width: 100%;
  height: 100%;
}

.vd-icon-button__icon-img {
  height: 100%;
  object-fit: contain;
}

.vd-icon-button__icon_xx-small {
  width: 16px;
  height: 16px;
}

.vd-icon-button__icon_x-small {
  width: 20px;
  height: 20px;
}

.vd-icon-button__icon_small {
  width: 16px;
  height: 16px;
}

.vd-icon-button__icon_large {
  width: 24px;
  height: 24px;
}

.vd-icon-button__icon_x-large {
  width: 20px;
  height: 20px;
}

.vd-icon-button__icon_xx-large {
  width: 32px;
  height: 32px;
}

.vd-icon-button_primary {
  background-color: rgb(37, 67, 137);
}
.vd-icon-button_primary {
  color: rgb(255, 255, 255);
}
.vd-icon-button_primary:focus {
  background-color: rgb(19, 41, 93);
}
.vd-icon-button_primary:focus {
  color: rgb(255, 255, 255);
}
.vd-icon-button_primary:hover {
  background-color: rgb(19, 41, 93);
}
.vd-icon-button_primary:hover {
  color: rgb(255, 255, 255);
}
.vd-icon-button_primary:active {
  background-color: rgb(20, 42, 95);
}
.vd-icon-button_primary:active {
  color: rgb(255, 255, 255);
}

.vd-icon-button_secondary {
  background-color: rgb(253, 190, 87);
}
.vd-icon-button_secondary {
  color: rgb(37, 67, 137);
}
.vd-icon-button_secondary:focus {
  background-color: rgb(243, 187, 83);
}
.vd-icon-button_secondary:focus {
  color: rgb(37, 67, 137);
}
.vd-icon-button_secondary:hover {
  background-color: rgb(243, 187, 83);
}
.vd-icon-button_secondary:hover {
  color: rgb(37, 67, 137);
}
.vd-icon-button_secondary:active {
  background-color: rgb(242, 139, 39);
}
.vd-icon-button_secondary:active {
  color: rgb(37, 67, 137);
}

.vd-icon-button_white {
  background-color: rgb(255, 255, 255);
}
.vd-icon-button_white {
  color: rgb(25, 29, 66);
}
.vd-icon-button_white:focus {
  background-color: rgb(255, 255, 255);
}
.vd-icon-button_white:focus {
  color: rgb(20, 42, 95);
}
.vd-icon-button_white:hover {
  background-color: rgb(255, 255, 255);
}
.vd-icon-button_white:hover {
  color: rgb(20, 42, 95);
}
.vd-icon-button_white:active {
  background-color: rgb(255, 255, 255);
}
.vd-icon-button_white:active {
  color: rgb(19, 41, 93);
}

.vd-icon-button_transparent-primary {
  background-color: transparent;
}
.vd-icon-button_transparent-primary {
  color: rgb(37, 67, 137);
}
.vd-icon-button_transparent-primary:focus {
  background-color: transparent;
}
.vd-icon-button_transparent-primary:focus {
  color: rgb(19, 41, 93);
}
.vd-icon-button_transparent-primary:hover {
  background-color: transparent;
}
.vd-icon-button_transparent-primary:hover {
  color: rgb(19, 41, 93);
}
.vd-icon-button_transparent-primary:active {
  background-color: transparent;
}
.vd-icon-button_transparent-primary:active {
  color: rgb(20, 42, 95);
}

.vd-icon-button_transparent-secondary {
  background-color: transparent;
}
.vd-icon-button_transparent-secondary {
  color: rgb(253, 190, 87);
}
.vd-icon-button_transparent-secondary:focus {
  background-color: transparent;
}
.vd-icon-button_transparent-secondary:focus {
  color: rgb(243, 187, 83);
}
.vd-icon-button_transparent-secondary:hover {
  background-color: transparent;
}
.vd-icon-button_transparent-secondary:hover {
  color: rgb(243, 187, 83);
}
.vd-icon-button_transparent-secondary:active {
  background-color: transparent;
}
.vd-icon-button_transparent-secondary:active {
  color: rgb(242, 139, 39);
}

.vd-icon-button_primary-secondary {
  background-color: rgb(37, 67, 137);
}
.vd-icon-button_primary-secondary {
  color: rgb(253, 190, 87);
}
.vd-icon-button_primary-secondary:focus {
  background-color: rgb(20, 86, 152);
}
.vd-icon-button_primary-secondary:focus {
  color: rgb(253, 190, 87);
}
.vd-icon-button_primary-secondary:hover {
  background-color: rgb(20, 86, 152);
}
.vd-icon-button_primary-secondary:hover {
  color: rgb(253, 190, 87);
}
.vd-icon-button_primary-secondary:active {
  background-color: rgb(19, 41, 93);
}
.vd-icon-button_primary-secondary:active {
  color: rgb(253, 190, 87);
}

.vd-icon-button-link {
  width: 36px;
  height: 36px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  margin: 0;
  border-radius: 50%;
  transform: none;
  border: 0;
  cursor: pointer;
}
.vd-icon-button-link {
  background-color: rgb(194, 194, 194);
}
.vd-icon-button-link {
  color: rgb(51, 51, 51);
}
.vd-icon-button-link:visited {
  background-color: rgb(194, 194, 194);
}
.vd-icon-button-link:visited {
  color: rgb(51, 51, 51);
}
.vd-icon-button-link:hover {
  background-color: rgb(173, 173, 173);
}
.vd-icon-button-link:hover {
  color: rgb(255, 255, 255);
}
.vd-icon-button-link:active {
  background-color: rgb(153, 153, 153);
}
.vd-icon-button-link:active {
  color: rgb(255, 255, 255);
}
.vd-icon-button-link:focus {
  background-color: rgb(173, 173, 173);
}
.vd-icon-button-link:focus {
  color: rgb(255, 255, 255);
}
.vd-icon-button-link {
  text-decoration: none;
}

.vd-icon-button-link_xx-small {
  width: 20px;
  height: 20px;
  padding: 0;
}

.vd-icon-button-link_x-small {
  width: 28px;
  height: 28px;
  padding: 0;
}

.vd-icon-button-link_small {
  width: 32px;
  height: 32px;
  padding: 0;
}

.vd-icon-button-link_large {
  width: 44px;
  height: 44px;
  padding: 0;
}

.vd-icon-button-link_x-large {
  width: 48px;
  height: 48px;
  padding: 0;
}

.vd-icon-button-link_xx-large {
  width: 60px;
  height: 60px;
  padding: 0;
}

.vd-icon-button-link_square {
  border-radius: 0%;
  transform: none;
}
.vd-icon-button-link_square .vd-icon-button__icon {
  transform: none;
}

.vd-icon-button-link_primary {
  background-color: rgb(37, 67, 137);
}
.vd-icon-button-link_primary {
  color: rgb(255, 255, 255);
}
.vd-icon-button-link_primary:visited {
  background-color: rgb(37, 67, 137);
}
.vd-icon-button-link_primary:visited {
  color: rgb(255, 255, 255);
}
.vd-icon-button-link_primary:hover {
  background-color: rgb(19, 41, 93);
}
.vd-icon-button-link_primary:hover {
  color: rgb(255, 255, 255);
}
.vd-icon-button-link_primary:active {
  background-color: rgb(20, 42, 95);
}
.vd-icon-button-link_primary:active {
  color: rgb(255, 255, 255);
}
.vd-icon-button-link_primary:focus {
  background-color: rgb(19, 41, 93);
}
.vd-icon-button-link_primary:focus {
  color: rgb(255, 255, 255);
}

.vd-icon-button-link_secondary {
  background-color: rgb(253, 190, 87);
}
.vd-icon-button-link_secondary {
  color: rgb(37, 67, 137);
}
.vd-icon-button-link_secondary:visited {
  background-color: rgb(253, 190, 87);
}
.vd-icon-button-link_secondary:visited {
  color: rgb(37, 67, 137);
}
.vd-icon-button-link_secondary:hover {
  background-color: rgb(243, 187, 83);
}
.vd-icon-button-link_secondary:hover {
  color: rgb(37, 67, 137);
}
.vd-icon-button-link_secondary:active {
  background-color: rgb(242, 139, 39);
}
.vd-icon-button-link_secondary:active {
  color: rgb(37, 67, 137);
}
.vd-icon-button-link_secondary:focus {
  background-color: rgb(243, 187, 83);
}
.vd-icon-button-link_secondary:focus {
  color: rgb(37, 67, 137);
}

.vd-icon-button-link_white {
  background-color: rgb(255, 255, 255);
}
.vd-icon-button-link_white {
  color: rgb(25, 29, 66);
}
.vd-icon-button-link_white:visited {
  background-color: rgb(255, 255, 255);
}
.vd-icon-button-link_white:visited {
  color: rgb(25, 29, 66);
}
.vd-icon-button-link_white:hover {
  background-color: rgb(255, 255, 255);
}
.vd-icon-button-link_white:hover {
  color: rgb(20, 42, 95);
}
.vd-icon-button-link_white:active {
  background-color: rgb(255, 255, 255);
}
.vd-icon-button-link_white:active {
  color: rgb(19, 41, 93);
}
.vd-icon-button-link_white:focus {
  background-color: rgb(255, 255, 255);
}
.vd-icon-button-link_white:focus {
  color: rgb(20, 42, 95);
}

.vd-icon-button-link_transparent-primary {
  background-color: transparent;
}
.vd-icon-button-link_transparent-primary {
  color: rgb(37, 67, 137);
}
.vd-icon-button-link_transparent-primary:visited {
  background-color: transparent;
}
.vd-icon-button-link_transparent-primary:visited {
  color: rgb(37, 67, 137);
}
.vd-icon-button-link_transparent-primary:hover {
  background-color: transparent;
}
.vd-icon-button-link_transparent-primary:hover {
  color: rgb(19, 41, 93);
}
.vd-icon-button-link_transparent-primary:active {
  background-color: transparent;
}
.vd-icon-button-link_transparent-primary:active {
  color: rgb(20, 42, 95);
}
.vd-icon-button-link_transparent-primary:focus {
  background-color: transparent;
}
.vd-icon-button-link_transparent-primary:focus {
  color: rgb(19, 41, 93);
}

.vd-icon-button-link_transparent-secondary {
  background-color: transparent;
}
.vd-icon-button-link_transparent-secondary {
  color: rgb(253, 190, 87);
}
.vd-icon-button-link_transparent-secondary:visited {
  background-color: transparent;
}
.vd-icon-button-link_transparent-secondary:visited {
  color: rgb(253, 190, 87);
}
.vd-icon-button-link_transparent-secondary:hover {
  background-color: transparent;
}
.vd-icon-button-link_transparent-secondary:hover {
  color: rgb(243, 187, 83);
}
.vd-icon-button-link_transparent-secondary:active {
  background-color: transparent;
}
.vd-icon-button-link_transparent-secondary:active {
  color: rgb(242, 139, 39);
}
.vd-icon-button-link_transparent-secondary:focus {
  background-color: transparent;
}
.vd-icon-button-link_transparent-secondary:focus {
  color: rgb(243, 187, 83);
}

.vd-icon-button-link_primary-secondary {
  background-color: rgb(37, 67, 137);
}
.vd-icon-button-link_primary-secondary {
  color: rgb(253, 190, 87);
}
.vd-icon-button-link_primary-secondary:visited {
  background-color: rgb(37, 67, 137);
}
.vd-icon-button-link_primary-secondary:visited {
  color: rgb(253, 190, 87);
}
.vd-icon-button-link_primary-secondary:hover {
  background-color: rgb(20, 86, 152);
}
.vd-icon-button-link_primary-secondary:hover {
  color: rgb(253, 190, 87);
}
.vd-icon-button-link_primary-secondary:active {
  background-color: rgb(19, 41, 93);
}
.vd-icon-button-link_primary-secondary:active {
  color: rgb(253, 190, 87);
}
.vd-icon-button-link_primary-secondary:focus {
  background-color: rgb(20, 86, 152);
}
.vd-icon-button-link_primary-secondary:focus {
  color: rgb(253, 190, 87);
}

.vd-menu-toggle__inner {
  display: block;
  position: relative;
  color: inherit;
  width: 100%;
  height: 60%;
}

.vd-menu-toggle__bar {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 100%;
  color: inherit;
  border-bottom: 3px solid;
  transition: top 200ms ease-out, width 300ms ease-out, transform 300ms ease-out;
}

.vd-menu-toggle_two-bars .vd-menu-toggle__bar_top {
  top: 30%;
  width: 100%;
}
.vd-menu-toggle_two-bars .vd-menu-toggle__bar_bottom {
  top: 65%;
  width: 50%;
  transition: width 300ms ease-out;
}
.vd-menu-toggle_two-bars:hover .vd-menu-toggle__bar_bottom {
  width: 100%;
  transition: width 300ms ease-out;
}

.vd-menu-toggle_three-bars .vd-menu-toggle__bar_top {
  top: 0;
}
.vd-menu-toggle_three-bars .vd-menu-toggle__bar_middle {
  top: 50%;
}
.vd-menu-toggle_three-bars .vd-menu-toggle__bar_bottom {
  top: 100%;
}

.vd-menu-toggle_on .vd-menu-toggle__bar_top {
  width: 100%;
  top: 50%;
  transform: rotate(45deg);
}
.vd-menu-toggle_on .vd-menu-toggle__bar_middle {
  visibility: hidden;
}
.vd-menu-toggle_on .vd-menu-toggle__bar_bottom {
  width: 100%;
  top: 50%;
  transform: rotate(-45deg);
}

.vd-icon-button_info {
  transition: transform 300ms ease-out;
}
.vd-icon-button_info:hover {
  transform: rotate(6deg);
  transform-origin: center center;
}

.site-branding {
  line-height: 1;
}

.site-branding_header {
  fill: rgb(37, 67, 137);
  stroke: rgb(37, 67, 137);
}

.site-branding_footer {
  fill: rgb(20, 86, 152);
  stroke: rgb(20, 86, 152);
}

.site-branding__link {
  line-height: 1;
  border-bottom: 0;
  color: inherit;
  fill: inherit;
  stroke: inherit;
  text-decoration: none;
  display: flex;
}

.site-branding__logo {
  width: 152px;
  /*@include media-breakpoint-up(lg) {
    width: 154px;
  }*/
  max-width: unset;
}

@media screen and (min-width: 1366px) {
  .site-branding__logo {
    width: 172px;
  }
}
.site-branding__logo-svg {
  width: 96px;
  max-width: unset;
}
@media (min-width: 992px) {
  .site-branding__logo-svg {
    width: 96px;
  }
}

.vd-social-list {
  padding-left: 0;
  margin-left: -12px;
  margin-right: -12px;
  list-style: none;
  display: inline-flex;
  align-items: center;
}

.vd-social-list__item {
  display: inline-flex;
  padding-left: 12px;
  padding-right: 12px;
}

.vd-social-list__item-link {
  text-decoration: none;
  padding: 0;
}
.vd-social-list__item-link .vd-icon-button__icon {
  width: 100%;
  height: 100%;
}

.facebook:hover {
  background-color: rgb(59, 89, 152);
}

.twitter:hover {
  background-color: rgb(0, 172, 237);
}

.linkedin:hover {
  background-color: rgb(0, 117, 180);
}

.dribble:hover {
  background-color: rgb(229, 81, 136);
}

.instagram:hover {
  background-color: rgb(255, 142, 72);
}

.vimeo:hover {
  background-color: rgb(0, 168, 233);
}

.vd-card {
  width: 100%;
  position: relative;
  padding: 24px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  transition: box-shadow 200ms ease-out;
  overflow: hidden;
}
.vd-card {
  background-color: rgb(255, 255, 255);
}
.vd-card {
  color: rgb(106, 109, 115);
}
.vd-card {
  padding: 0 0 0 0;
}

.vd-card__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.vd-card_white-blue-gray-900 {
  background-color: rgb(255, 255, 255);
}
.vd-card_white-blue-gray-900 {
  color: rgb(0, 46, 89);
}
.vd-card_white-blue-gray-900 {
  padding: 0 0 0 0;
}
.vd-card_white-blue-gray-900 .vd-card__title {
  color: rgb(19, 41, 93);
}

.vd-card_primary {
  background-color: rgb(37, 67, 137);
}
.vd-card_primary {
  color: rgb(255, 255, 255);
}
.vd-card_primary {
  padding: 24px;
}
.vd-card_primary .vd-card__title {
  color: rgb(255, 255, 255);
}

.vd-card_secondary-013-primary-900 {
  background-image: linear-gradient(65deg, rgba(253, 190, 87, 0) -2.34%, rgba(253, 190, 87, 0.13) 92.91%), linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2));
  background-color: unset;
}
.vd-card_secondary-013-primary-900 {
  color: rgb(106, 109, 115);
}
.vd-card_secondary-013-primary-900 {
  border: 1px solid rgb(236, 228, 215);
  padding: 24px;
}
.vd-card_secondary-013-primary-900 .vd-card__title {
  color: rgb(12, 23, 49);
}

.vd-card_primary-100 {
  background-color: rgb(237, 243, 255);
}
.vd-card_primary-100 {
  color: rgb(106, 109, 115);
}
.vd-card_primary-100 {
  padding: 24px;
}
.vd-card-link {
  background-color: rgb(255, 255, 255);
}
.vd-card-link {
  color: rgb(106, 109, 115);
}
.vd-card-link:visited {
  background-color: rgb(255, 255, 255);
}
.vd-card-link:visited {
  color: rgb(106, 109, 115);
}
.vd-card-link:hover {
  background-color: rgb(255, 255, 255);
}
.vd-card-link:hover {
  color: rgb(106, 109, 115);
}
.vd-card-link:active {
  background-color: rgb(255, 255, 255);
}
.vd-card-link:active {
  color: rgb(106, 109, 115);
}
.vd-card-link:focus {
  background-color: rgb(255, 255, 255);
}
.vd-card-link:focus {
  color: rgb(106, 109, 115);
}
.vd-card-link {
  text-decoration: none;
  /*$border-color: map-get($card-themes, $card-default-theme, 'border', 'normal', 'color');
  @if($border-color) {
    border: 1px solid $border-color;
  }

  $padding: map-get($card-themes, $card-default-theme, 'padding');
  @if($padding) {
    padding: $padding;
   }

  .vd-card__title {
    $title-color: map-get($card-themes, $card-default-theme, 'title', 'normal', 'color');
    @if($title-color) {
      color: $title-color;
    }
  }*/
}

.vd-card-link_white-blue-gray-900 {
  background-color: rgb(255, 255, 255);
}
.vd-card-link_white-blue-gray-900 {
  color: rgb(0, 46, 89);
}
.vd-card-link_white-blue-gray-900:visited {
  background-color: rgb(255, 255, 255);
}
.vd-card-link_white-blue-gray-900:visited {
  color: rgb(0, 46, 89);
}
.vd-card-link_white-blue-gray-900:hover {
  background-color: rgb(255, 255, 255);
}
.vd-card-link_white-blue-gray-900:hover {
  color: rgb(0, 46, 89);
}
.vd-card-link_white-blue-gray-900:active {
  background-color: rgb(255, 255, 255);
}
.vd-card-link_white-blue-gray-900:active {
  color: rgb(0, 46, 89);
}
.vd-card-link_white-blue-gray-900:focus {
  background-color: rgb(255, 255, 255);
}
.vd-card-link_white-blue-gray-900:focus {
  color: rgb(0, 46, 89);
}
.vd-card-link_white-blue-gray-900 {
  padding: 0 0 0 0;
}
.vd-card-link_white-blue-gray-900 .vd-card__title {
  color: rgb(19, 41, 93);
}

.vd-card-link_primary {
  background-color: rgb(37, 67, 137);
}
.vd-card-link_primary {
  color: rgb(255, 255, 255);
}
.vd-card-link_primary:visited {
  background-color: rgb(37, 67, 137);
}
.vd-card-link_primary:visited {
  color: rgb(255, 255, 255);
}
.vd-card-link_primary:hover {
  background-color: rgb(37, 67, 137);
}
.vd-card-link_primary:hover {
  color: rgb(255, 255, 255);
}
.vd-card-link_primary:active {
  background-color: rgb(37, 67, 137);
}
.vd-card-link_primary:active {
  color: rgb(255, 255, 255);
}
.vd-card-link_primary:focus {
  background-color: rgb(37, 67, 137);
}
.vd-card-link_primary:focus {
  color: rgb(255, 255, 255);
}
.vd-card-link_primary {
  padding: 24px;
}
.vd-card-link_primary .vd-card__title {
  color: rgb(255, 255, 255);
}

.vd-card-link_secondary-013-primary-900 {
  background-image: linear-gradient(65deg, rgba(253, 190, 87, 0) -2.34%, rgba(253, 190, 87, 0.13) 92.91%), linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2));
  background-color: unset;
}
.vd-card-link_secondary-013-primary-900 {
  color: rgb(106, 109, 115);
}
.vd-card-link_secondary-013-primary-900:visited {
  background-image: linear-gradient(65deg, rgba(253, 190, 87, 0) -2.34%, rgba(253, 190, 87, 0.13) 92.91%), linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2));
  background-color: unset;
}
.vd-card-link_secondary-013-primary-900:visited {
  color: rgb(106, 109, 115);
}
.vd-card-link_secondary-013-primary-900:hover {
  background-image: linear-gradient(65deg, rgba(253, 190, 87, 0) -2.34%, rgba(253, 190, 87, 0.13) 92.91%), linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2));
  background-color: unset;
}
.vd-card-link_secondary-013-primary-900:hover {
  color: rgb(106, 109, 115);
}
.vd-card-link_secondary-013-primary-900:active {
  background-image: linear-gradient(65deg, rgba(253, 190, 87, 0) -2.34%, rgba(253, 190, 87, 0.13) 92.91%), linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2));
  background-color: unset;
}
.vd-card-link_secondary-013-primary-900:active {
  color: rgb(106, 109, 115);
}
.vd-card-link_secondary-013-primary-900:focus {
  background-image: linear-gradient(65deg, rgba(253, 190, 87, 0) -2.34%, rgba(253, 190, 87, 0.13) 92.91%), linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2));
  background-color: unset;
}
.vd-card-link_secondary-013-primary-900:focus {
  color: rgb(106, 109, 115);
}
.vd-card-link_secondary-013-primary-900 {
  border: 1px solid rgb(236, 228, 215);
  padding: 24px;
}
.vd-card-link_secondary-013-primary-900 .vd-card__title {
  color: rgb(12, 23, 49);
}

.vd-card-link_primary-100 {
  background-color: rgb(237, 243, 255);
}
.vd-card-link_primary-100 {
  color: rgb(106, 109, 115);
}
.vd-card-link_primary-100:visited {
  background-color: rgb(237, 243, 255);
}
.vd-card-link_primary-100:visited {
  color: rgb(106, 109, 115);
}
.vd-card-link_primary-100:hover {
  background-color: rgb(220, 228, 247);
}
.vd-card-link_primary-100:hover {
  color: rgb(106, 109, 115);
}
.vd-card-link_primary-100:active {
  background-color: rgb(237, 243, 255);
}
.vd-card-link_primary-100:active {
  color: rgb(106, 109, 115);
}
.vd-card-link_primary-100:focus {
  background-color: rgb(220, 228, 247);
}
.vd-card-link_primary-100:focus {
  color: rgb(106, 109, 115);
}
.vd-card-link_primary-100 {
  padding: 24px;
}
@media (min-width: 768px) {
  .vd-card_horizontal .vd-card__inner {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .vd-card_horizontal_right .vd-card__inner {
    flex-direction: row-reverse;
  }
}

.vd-card_rounded {
  border-radius: 12px;
}

.vd-card__media {
  width: 100%;
}

@media (min-width: 768px) {
  .vd-card__media_horizontal {
    width: 30%;
  }
}

.vd-card__img-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}
.vd-card__img-container {
  border-radius: 12px;
  transition: border-radius 400ms ease-out;
}

@media (min-width: 768px) {
  .vd-card__img-container_horizontal {
    padding-top: 0;
    min-height: 240px;
    height: 100%;
  }
}

.vd-card__img-container-profile {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
}

.vd-card__img-container-profile-leader {
  position: relative;
  width: 100%;
  padding-top: 75%;
  overflow: hidden;
}

.vd-card__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: none;
  transition: transform 0.5s ease-out;
}

.vd-card__img_contain {
  object-fit: contain;
}

.vd-card__img_cover {
  object-fit: cover;
}

.vd-card__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 0 0%;
}

@media (min-width: 768px) {
  .vd-card__content_horizontal {
    width: 70%;
    margin-left: 24px;
  }
}
@media (min-width: 1440px) {
  .vd-card__content_horizontal {
    margin-left: 48px;
  }
}
.vd-card__content_horizontal .vd-card__title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (min-width: 768px) {
  .vd-card_horizontal_right .vd-card__title {
    margin-left: 0;
    padding-right: 24px;
  }
}
@media (min-width: 768px) {
  .vd-card__content_horizontal_right {
    margin-left: 0;
    margin-right: 24px;
  }
}
@media (min-width: 1440px) {
  .vd-card__content_horizontal_right {
    margin-right: 48px;
  }
}

.vd-card__top {
  padding: 16px 0 28px;
}

.vd-card__header {
  padding: 12px 0;
}

.vd-card__body {
  padding: 0;
}

.vd-card__overline {
  margin-bottom: 8px;
  color: rgb(37, 67, 137);
}
.vd-card__overline {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .vd-card__overline {
    font-size: 14px;
    line-height: 20px;
  }
}
.vd-card__overline {
  /*letter-spacing: $letter-spacing;*/
}
.vd-card__overline {
  letter-spacing: 0;
}
.vd-card__overline {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.vd-card__overline {
  text-transform: uppercase;
}

.vd-card__title {
  margin: 0;
}
.vd-card__title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.vd-card__title {
  font-weight: 600;
}

.vd-card__subtitle {
  margin: 0;
}
.vd-card__subtitle {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.vd-card__subtitle {
  color: rgb(169, 169, 169);
}
.vd-card__subtitle {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .vd-card__subtitle {
    font-size: 14px;
    line-height: 20px;
  }
}
.vd-card__subtitle {
  /*letter-spacing: $letter-spacing;*/
}
.vd-card__subtitle {
  letter-spacing: 0;
}
.vd-card__subtitle {
  font-weight: 500 !important;
}

.vd-card__text {
  margin: 0;
}

.vd-card__cta {
  padding: 0;
}

.vd-card__footer {
  padding: 0 0 24px;
}

@media (min-width: 768px) {
  .vd-card__footer_horizontal {
    margin-top: calc(0px - 8px);
  }
  .vd-card__footer_horizontal {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

.vd-card__footer-text {
  margin: 0;
}
.vd-card__footer-text {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .vd-card__footer-text {
    font-size: 20px;
    line-height: 32px;
  }
}
.vd-card__footer-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media (min-width: 768px) {
  .vd-card__footer-text_horizontal {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}

.vd-card__footer-media {
  padding: 0 0 24px;
}

.vd-card__link-icon {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid rgb(37, 67, 137);
}

.vd-card__tags {
  margin-top: 8px;
}

.vd-card__cta_media {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  right: auto;
  top: auto;
  min-height: 40px;
  display: flex;
  padding-left: 20px;
  padding-right: 20px;
}

.vd-card-gradient {
  position: absolute;
  width: 300px;
  height: 500px;
  transform: rotate(90deg);
  border-radius: 500px;
  border-radius: 506px;
  opacity: 0.3;
  background: rgba(213, 255, 0, 0.7);
  filter: blur(100px);
  top: 40%;
  left: 50%;
}

.vd-card-gradient_yellow {
  background: rgba(213, 255, 0, 0.7);
}

.vd-card-gradient_yellow {
  background: rgba(213, 255, 0, 0.7);
  filter: blur(100px);
}

.vd-card-gradient_red {
  background: rgba(255, 114, 116, 0.7);
}

.vd-icon-card {
  display: flex;
  flex-direction: column;
  transition: box-shadow 200ms ease-out;
  border-radius: 16px;
  padding: 24px;
}
.vd-icon-card {
  background-color: rgb(237, 243, 255);
}
.vd-icon-card {
  color: rgb(106, 109, 115);
}
.vd-icon-card {
  /*&:hover {
    .vd-icon-card__tooltip {
      display: block;
    }
  }*/
}

.vd-icon-card_horizontal {
  flex-direction: row;
}

.vd-icon-card_horizontal .vd-icon-card__inner {
  display: flex;
}

.vd-icon-card-link {
  text-decoration: none;
}
.vd-icon-card-link {
  background-color: rgb(237, 243, 255);
}
.vd-icon-card-link {
  color: rgb(106, 109, 115);
}
.vd-icon-card-link:visited {
  background-color: rgb(237, 243, 255);
}
.vd-icon-card-link:visited {
  color: rgb(106, 109, 115);
}
.vd-icon-card-link:hover {
  background-color: rgb(220, 228, 247);
}
.vd-icon-card-link:hover {
  color: rgb(106, 109, 115);
}
.vd-icon-card-link:active {
  background-color: rgb(237, 243, 255);
}
.vd-icon-card-link:active {
  color: rgb(106, 109, 115);
}
.vd-icon-card-link:focus {
  background-color: rgb(220, 228, 247);
}
.vd-icon-card-link:focus {
  color: rgb(106, 109, 115);
}

.vd-icon-card-btn {
  width: 100%;
  height: auto;
  min-height: unset;
  min-width: unset;
  align-items: unset;
  text-align: left;
}
.vd-icon-card-btn {
  background-color: rgb(237, 243, 255);
}
.vd-icon-card-btn {
  color: rgb(106, 109, 115);
}
.vd-icon-card-btn:focus {
  background-color: rgb(220, 228, 247);
}
.vd-icon-card-btn:focus {
  color: rgb(106, 109, 115);
}
.vd-icon-card-btn:hover {
  background-color: rgb(220, 228, 247);
}
.vd-icon-card-btn:hover {
  color: rgb(106, 109, 115);
}
.vd-icon-card-btn:active {
  background-color: rgb(237, 243, 255);
}
.vd-icon-card-btn:active {
  color: rgb(106, 109, 115);
}

.vd-icon-card_primary {
  background-color: rgb(37, 67, 137);
}
.vd-icon-card_primary {
  color: rgb(255, 255, 255);
}

.vd-icon-card-link_primary {
  background-color: rgb(37, 67, 137);
}
.vd-icon-card-link_primary {
  color: rgb(255, 255, 255);
}
.vd-icon-card-link_primary:visited {
  background-color: rgb(37, 67, 137);
}
.vd-icon-card-link_primary:visited {
  color: rgb(255, 255, 255);
}
.vd-icon-card-link_primary:hover {
  background-color: rgb(19, 41, 93);
}
.vd-icon-card-link_primary:hover {
  color: rgb(255, 255, 255);
}
.vd-icon-card-link_primary:active {
  background-color: rgb(37, 67, 137);
}
.vd-icon-card-link_primary:active {
  color: rgb(255, 255, 255);
}
.vd-icon-card-link_primary:focus {
  background-color: rgb(19, 41, 93);
}
.vd-icon-card-link_primary:focus {
  color: rgb(255, 255, 255);
}
.vd-icon-card-link_primary {
  border: 3px solid rgb(37, 67, 137);
}
.vd-icon-card-link_primary .vd-icon-card__title {
  color: rgb(255, 255, 255);
}
.vd-icon-card-link_primary:visited {
  border: 3px solid rgb(37, 67, 137);
}
.vd-icon-card-link_primary:hover {
  border: 3px solid rgb(253, 190, 87);
}
.vd-icon-card-link_primary:hover .vd-icon-card__icon-normal {
  opacity: 0;
}
.vd-icon-card-link_primary:hover .vd-icon-card__icon-hover {
  opacity: 1;
}
.vd-icon-card-link_primary:hover .vd-icon-card__subtitle {
  transform: none;
}
.vd-icon-card-link_primary:hover .vd-icon-card__text {
  opacity: 1;
}
.vd-icon-card-link_primary:focus {
  border: 3px solid rgb(253, 190, 87);
}
.vd-icon-card-link_primary:focus .vd-icon-card__icon-normal {
  opacity: 0;
}
.vd-icon-card-link_primary:focus .vd-icon-card__icon-hover {
  opacity: 1;
}
.vd-icon-card-link_primary:focus .vd-icon-card__subtitle {
  transform: none;
}
.vd-icon-card-link_primary:focus .vd-icon-card__text {
  opacity: 1;
}
.vd-icon-card-link_primary:active {
  border: 3px solid rgb(37, 67, 137);
}
.vd-icon-card-btn_primary {
  background-color: rgb(37, 67, 137);
}
.vd-icon-card-btn_primary {
  color: rgb(255, 255, 255);
}
.vd-icon-card-btn_primary:focus {
  background-color: rgb(19, 41, 93);
}
.vd-icon-card-btn_primary:focus {
  color: rgb(255, 255, 255);
}
.vd-icon-card-btn_primary:hover {
  background-color: rgb(19, 41, 93);
}
.vd-icon-card-btn_primary:hover {
  color: rgb(255, 255, 255);
}
.vd-icon-card-btn_primary:active {
  background-color: rgb(37, 67, 137);
}
.vd-icon-card-btn_primary:active {
  color: rgb(255, 255, 255);
}
.vd-icon-card-btn_primary {
  border: 3px solid rgb(37, 67, 137);
}
.vd-icon-card-btn_primary .vd-icon-card__title {
  color: rgb(255, 255, 255);
}

.vd-icon-card_primary-100-black {
  background-color: rgb(237, 243, 255);
}
.vd-icon-card_primary-100-black {
  color: rgb(0, 0, 0);
}

.vd-icon-card-link_primary-100-black {
  background-color: rgb(237, 243, 255);
}
.vd-icon-card-link_primary-100-black {
  color: rgb(0, 0, 0);
}
.vd-icon-card-link_primary-100-black:visited {
  background-color: rgb(237, 243, 255);
}
.vd-icon-card-link_primary-100-black:visited {
  color: rgb(0, 0, 0);
}
.vd-icon-card-link_primary-100-black:hover {
  background-color: rgb(220, 228, 247);
}
.vd-icon-card-link_primary-100-black:hover {
  color: rgb(106, 109, 115);
}
.vd-icon-card-link_primary-100-black:active {
  background-color: rgb(237, 243, 255);
}
.vd-icon-card-link_primary-100-black:active {
  color: rgb(0, 0, 0);
}
.vd-icon-card-link_primary-100-black:focus {
  background-color: rgb(220, 228, 247);
}
.vd-icon-card-link_primary-100-black:focus {
  color: rgb(106, 109, 115);
}
.vd-icon-card-link_primary-100-black:hover .vd-icon-card__icon-normal {
  opacity: 0;
}
.vd-icon-card-link_primary-100-black:hover .vd-icon-card__icon-hover {
  opacity: 1;
}
.vd-icon-card-link_primary-100-black:hover .vd-icon-card__subtitle {
  transform: none;
}
.vd-icon-card-link_primary-100-black:hover .vd-icon-card__text {
  opacity: 1;
}
.vd-icon-card-link_primary-100-black:focus .vd-icon-card__icon-normal {
  opacity: 0;
}
.vd-icon-card-link_primary-100-black:focus .vd-icon-card__icon-hover {
  opacity: 1;
}
.vd-icon-card-link_primary-100-black:focus .vd-icon-card__subtitle {
  transform: none;
}
.vd-icon-card-link_primary-100-black:focus .vd-icon-card__text {
  opacity: 1;
}
.vd-icon-card-btn_primary-100-black {
  background-color: rgb(237, 243, 255);
}
.vd-icon-card-btn_primary-100-black {
  color: rgb(0, 0, 0);
}
.vd-icon-card-btn_primary-100-black:focus {
  background-color: rgb(220, 228, 247);
}
.vd-icon-card-btn_primary-100-black:focus {
  color: rgb(106, 109, 115);
}
.vd-icon-card-btn_primary-100-black:hover {
  background-color: rgb(220, 228, 247);
}
.vd-icon-card-btn_primary-100-black:hover {
  color: rgb(106, 109, 115);
}
.vd-icon-card-btn_primary-100-black:active {
  background-color: rgb(237, 243, 255);
}
.vd-icon-card-btn_primary-100-black:active {
  color: rgb(0, 0, 0);
}
.vd-icon-card__icon-container {
  display: flex;
  padding: 16px 0 24px;
}

.vd-icon-card__icon-container_center {
  justify-content: center;
}

.vd-icon-card__icon-container_right {
  justify-content: flex-end;
}

.vd-icon-card__icon-svg {
  fill: currentColor;
  stroke: currentColor;
}

.vd-icon-card__icon {
  fill: currentColor;
  stroke: currentColor;
  width: 48px;
  height: 48px;
  position: relative;
}

.vd-icon-card__icon_small {
  width: 24px;
  height: 24px;
}

.vd-icon-card__icon_medium {
  width: 32px;
  height: 32px;
}

.vd-icon-card__icon_x-large {
  width: 60px;
  height: 60px;
}

.vd-icon-card__icon_xx-large {
  width: 80px;
  height: 80px;
}

.vd-icon-card__icon-normal,
.vd-icon-card__icon-hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  transition: opacity 500ms ease-out;
}

.vd-icon-card__icon-normal {
  opacity: 1;
}

.vd-icon-card__icon-hover {
  opacity: 0;
}

.vd-icon-card__icon-img {
  object-fit: contain;
  height: 100%;
}

.vd-icon-card__animated-icon {
  width: 100%;
  height: 100%;
  stroke: none;
}

.vd-icon-card__content_horizontal {
  padding: 0 0;
}

.vd-icon-card__content_horizontal {
  padding-left: 16px;
}

.vd-icon-card__header {
  padding: 0 0 8px;
}

.vd-icon-card__body {
  padding: 8px 0;
}

.vd-icon-card__overline {
  margin-bottom: 8px;
}
.vd-icon-card__overline {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .vd-icon-card__overline {
    font-size: 14px;
    line-height: 20px;
  }
}
.vd-icon-card__overline {
  /*letter-spacing: $letter-spacing;*/
}
.vd-icon-card__overline {
  letter-spacing: 0;
}
.vd-icon-card__overline {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.vd-icon-card__overline {
  text-transform: uppercase;
}

.vd-icon-card__title {
  margin: 0;
}

.vd-icon-card__subtitle {
  margin: 0;
}
.vd-icon-card__subtitle {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.vd-icon-card__subtitle-hide {
  opacity: 0;
  transition: opacity 300ms ease-out;
}

.vd-icon-card__text {
  margin: 0;
}
.vd-icon-card__text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.vd-icon-card__text-hide {
  opacity: 0;
  transition: opacity 300ms ease-out;
}

.vd-icon-card__cta {
  padding: 8px 0;
}

@media (min-width: 768px) {
  .vd-icon-card__cta_horizontal {
    padding: 0 0 8px;
  }
}

.vd-icon-card__footer {
  padding: 0 0 8px;
}

@media (min-width: 768px) {
  .vd-icon-card__footer_horizontal {
    margin-top: calc(0px - 8px);
  }
  .vd-icon-card__footer_horizontal {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

.vd-icon-card__footer-text {
  margin: 0;
}
.vd-icon-card__footer-text {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .vd-icon-card__footer-text {
    font-size: 20px;
    line-height: 32px;
  }
}
.vd-icon-card__footer-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media (min-width: 768px) {
  .vd-icon-card__footer-text_horizontal {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}

.vd-icon-card__tooltip {
  position: absolute;
  width: 90%;
  padding: 12px;
  background: rgb(255, 255, 255);
  overflow: hidden;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.15);
  top: 100px;
  left: 10%;
  display: none;
  border-radius: 8px;
}

.vd-logo-card {
  width: 100%;
  position: relative;
  max-width: 960px;
  padding: 24px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: box-shadow 200ms ease-out;
  overflow: hidden;
}
.vd-logo-card {
  background-color: rgb(255, 255, 255);
}
.vd-logo-card {
  color: rgb(106, 109, 115);
}
.vd-logo-card {
  padding: 0 0 0 0;
}

.vd-logo-card_transparent-primary-600 {
  background-color: transparent;
}
.vd-logo-card_transparent-primary-600 {
  color: rgb(19, 41, 93);
}
.vd-logo-card_transparent-primary-600 {
  padding: 0 0 0 0;
}
.vd-logo-card_transparent-primary-600 .vd-logo-card__body {
  background-color: transparent;
}
.vd-logo-card_transparent-primary-600 .vd-logo-card__body {
  color: rgb(19, 41, 93);
}
.vd-logo-card_white-primary-600 {
  background-color: rgb(255, 255, 255);
}
.vd-logo-card_white-primary-600 {
  color: rgb(19, 41, 93);
}
.vd-logo-card_white-primary-600 {
  padding: 24px;
}
.vd-logo-card_white-primary-600 .vd-logo-card__body {
  background-color: rgb(255, 255, 255);
}
.vd-logo-card_white-primary-600 .vd-logo-card__body {
  color: rgb(19, 41, 93);
}
.vd-logo-card_white-primary-600 .vd-logo-card__body-icon {
  fill: rgb(253, 190, 87);
  stroke: rgb(253, 190, 87);
}

.vd-logo-card-link {
  background-color: rgb(255, 255, 255);
}
.vd-logo-card-link {
  color: rgb(106, 109, 115);
}
.vd-logo-card-link:visited {
  background-color: rgb(255, 255, 255);
}
.vd-logo-card-link:visited {
  color: rgb(106, 109, 115);
}
.vd-logo-card-link:hover {
  background-color: rgb(255, 255, 255);
}
.vd-logo-card-link:hover {
  color: rgb(106, 109, 115);
}
.vd-logo-card-link:active {
  background-color: rgb(255, 255, 255);
}
.vd-logo-card-link:active {
  color: rgb(106, 109, 115);
}
.vd-logo-card-link:focus {
  background-color: rgb(255, 255, 255);
}
.vd-logo-card-link:focus {
  color: rgb(106, 109, 115);
}
.vd-logo-card-link {
  text-decoration: none;
}
.vd-logo-card-link:hover .vd-logo-card__body {
  opacity: 1;
}

.vd-logo-card-link_transparent-primary-600 {
  background-color: transparent;
}
.vd-logo-card-link_transparent-primary-600 {
  color: rgb(19, 41, 93);
}
.vd-logo-card-link_transparent-primary-600:visited {
  background-color: transparent;
}
.vd-logo-card-link_transparent-primary-600:visited {
  color: rgb(19, 41, 93);
}
.vd-logo-card-link_transparent-primary-600:hover {
  background-color: transparent;
}
.vd-logo-card-link_transparent-primary-600:hover {
  color: rgb(19, 41, 93);
}
.vd-logo-card-link_transparent-primary-600:active {
  background-color: transparent;
}
.vd-logo-card-link_transparent-primary-600:active {
  color: rgb(19, 41, 93);
}
.vd-logo-card-link_transparent-primary-600:focus {
  background-color: transparent;
}
.vd-logo-card-link_transparent-primary-600:focus {
  color: rgb(19, 41, 93);
}
.vd-logo-card-link_transparent-primary-600 {
  padding: 0 0 0 0;
}
.vd-logo-card-link_transparent-primary-600 .vd-logo-card__body {
  background-color: transparent;
}
.vd-logo-card-link_transparent-primary-600 .vd-logo-card__body {
  color: rgb(19, 41, 93);
}
.vd-logo-card-link_transparent-primary-600 .vd-logo-card__body_show-on-hover .vd-logo-card__body-inner {
  padding: 0 0 0 0;
}
.vd-logo-card-link_white-primary-600 {
  background-color: rgb(255, 255, 255);
}
.vd-logo-card-link_white-primary-600 {
  color: rgb(19, 41, 93);
}
.vd-logo-card-link_white-primary-600:visited {
  background-color: rgb(255, 255, 255);
}
.vd-logo-card-link_white-primary-600:visited {
  color: rgb(19, 41, 93);
}
.vd-logo-card-link_white-primary-600:hover {
  background-color: rgb(255, 255, 255);
}
.vd-logo-card-link_white-primary-600:hover {
  color: rgb(19, 41, 93);
}
.vd-logo-card-link_white-primary-600:active {
  background-color: rgb(255, 255, 255);
}
.vd-logo-card-link_white-primary-600:active {
  color: rgb(19, 41, 93);
}
.vd-logo-card-link_white-primary-600:focus {
  background-color: rgb(255, 255, 255);
}
.vd-logo-card-link_white-primary-600:focus {
  color: rgb(19, 41, 93);
}
.vd-logo-card-link_white-primary-600 {
  padding: 24px;
}
.vd-logo-card-link_white-primary-600 .vd-logo-card__body {
  background-color: rgb(255, 255, 255);
}
.vd-logo-card-link_white-primary-600 .vd-logo-card__body {
  color: rgb(19, 41, 93);
}
.vd-logo-card-link_white-primary-600 .vd-logo-card__body_show-on-hover .vd-logo-card__body-inner {
  padding: 24px;
}
.vd-logo-card-link_white-primary-600 .vd-logo-card__body-icon {
  fill: rgb(253, 190, 87);
  stroke: rgb(253, 190, 87);
}
.vd-logo-card-link_white-primary-600:hover .vd-logo-card__body_show-on-hover {
  border: 1px solid rgb(253, 190, 87);
}

@media (min-width: 768px) {
  .vd-logo-card_horizontal {
    flex-direction: row;
  }
}

.vd-logo-card_rounded {
  border-radius: 12px;
}

.vd-logo-card__media {
  width: 100%;
}

@media (min-width: 576px) {
  .vd-logo-card__media_horizontal {
    width: 40%;
  }
}

.vd-logo-card__img-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}
@media (min-width: 992px) {
  .vd-logo-card__img-container {
    position: relative;
    width: 100%;
    padding-top: 75%;
    overflow: hidden;
  }
}
.vd-logo-card__img-container {
  border-radius: 12px;
  transition: border-radius 400ms ease-out;
}

.vd-logo-card__img-container-profile {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
}

.vd-logo-card__img-container-profile-leader {
  position: relative;
  width: 100%;
  padding-top: 75%;
  overflow: hidden;
}

.vd-logo-card__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: none;
  transition: transform 0.5s ease-out;
}

.vd-logo-card__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 0 0%;
}

@media (min-width: 576px) {
  .vd-logo-card__content_horizontal {
    width: 60%;
  }
}
.vd-logo-card__content_horizontal .vd-logo-card__title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.vd-logo-card__content_horizontal .vd-logo-card__text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.vd-logo-card__top {
  padding-top: 16px;
}

.vd-logo-card__header {
  padding: 0;
}

.vd-logo-card__body {
  padding: 0;
}
.vd-logo-card__body {
  background-color: rgb(255, 255, 255);
}
.vd-logo-card__body {
  color: rgb(106, 109, 115);
}

.vd-logo-card__overline {
  margin-bottom: 8px;
  color: rgb(37, 67, 137);
}
.vd-logo-card__overline {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .vd-logo-card__overline {
    font-size: 14px;
    line-height: 20px;
  }
}
.vd-logo-card__overline {
  /*letter-spacing: $letter-spacing;*/
}
.vd-logo-card__overline {
  letter-spacing: 0;
}
.vd-logo-card__overline {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.vd-logo-card__overline {
  text-transform: uppercase;
}

.vd-logo-card__title {
  margin-bottom: 0;
  line-height: 1.3;
}
.vd-logo-card__title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.vd-logo-card__title {
  font-size: 16px;
  font-weight: 900;
}
@media (min-width: 992px) {
  .vd-logo-card__title {
    font-size: 18px;
  }
}

.vd-logo-card__subtitle {
  margin: 0;
}
.vd-logo-card__subtitle {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.vd-logo-card__subtitle {
  color: rgb(169, 169, 169);
}
.vd-logo-card__subtitle {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .vd-logo-card__subtitle {
    font-size: 14px;
    line-height: 20px;
  }
}
.vd-logo-card__subtitle {
  /*letter-spacing: $letter-spacing;*/
}
.vd-logo-card__subtitle {
  letter-spacing: 0;
}
.vd-logo-card__subtitle {
  font-weight: 500 !important;
}

.vd-logo-card__text {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  margin-top: 8px;
}

.vd-logo-card__cta {
  padding: 0;
}

@media (min-width: 768px) {
  .vd-logo-card__cta_horizontal {
    padding: 0 20px 8px;
  }
}

.vd-logo-card__footer {
  padding: 0 0 24px;
}

@media (min-width: 768px) {
  .vd-logo-card__footer_horizontal {
    margin-top: calc(0px - 8px);
  }
  .vd-logo-card__footer_horizontal {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

.vd-logo-card__footer-text {
  margin: 0;
}
.vd-logo-card__footer-text {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .vd-logo-card__footer-text {
    font-size: 20px;
    line-height: 32px;
  }
}
.vd-logo-card__footer-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media (min-width: 768px) {
  .vd-logo-card__footer-text_horizontal {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}

.vd-logo-card__footer-media {
  padding: 0 0 24px;
}

.vd-logo-card__link-icon {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid rgb(37, 67, 137);
}

.vd-logo-card__body-icon-container {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}

.vd-logo-card__body-icon {
  fill: currentColor;
  stroke: currentColor;
  width: 18px;
  height: 18px;
}

.vd-logo-card__tags {
  margin-top: 8px;
}

.vd-logo-card__cta_media {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  right: auto;
  top: auto;
  min-height: 40px;
  display: flex;
  padding-left: 20px;
  padding-right: 20px;
}

.vd-logo-card-gradient {
  position: absolute;
  width: 300px;
  height: 500px;
  transform: rotate(90deg);
  border-radius: 500px;
  border-radius: 506px;
  opacity: 0.3;
  background: rgba(213, 255, 0, 0.7);
  filter: blur(100px);
  top: 40%;
  left: 50%;
}

.vd-logo-card-gradient_yellow {
  background: rgba(213, 255, 0, 0.7);
}

.vd-logo-card-gradient_yellow {
  background: rgba(213, 255, 0, 0.7);
  filter: blur(100px);
}

.vd-logo-card-gradient_red {
  background: rgba(255, 114, 116, 0.7);
}

.vd-logo-card__body-content_hover {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.vd-logo-card__body_show-on-hover {
  border-radius: 16px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 300ms ease-out;
}
.vd-logo-card__body_show-on-hover .vd-logo-card__body-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  width: 100%;
  padding: 0 0 0 0;
}

.vd-job-card {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 24px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  transition: box-shadow 200ms ease-out;
  overflow: hidden;
}
.vd-job-card {
  background-color: rgb(255, 255, 255);
}
.vd-job-card {
  color: rgb(106, 109, 115);
}
.vd-job-card {
  border: 1px solid #CCD6EA;
  padding: 16px 8px 16px 24px;
}

.vd-job-card__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.vd-job-card__main {
  flex: 1;
}

.vd-job-card-link {
  background-color: rgb(255, 255, 255);
}
.vd-job-card-link {
  color: rgb(106, 109, 115);
}
.vd-job-card-link:visited {
  background-color: rgb(255, 255, 255);
}
.vd-job-card-link:visited {
  color: rgb(106, 109, 115);
}
.vd-job-card-link:hover {
  background-color: rgb(255, 255, 255);
}
.vd-job-card-link:hover {
  color: rgb(106, 109, 115);
}
.vd-job-card-link:active {
  background-color: rgb(255, 255, 255);
}
.vd-job-card-link:active {
  color: rgb(106, 109, 115);
}
.vd-job-card-link:focus {
  background-color: rgb(255, 255, 255);
}
.vd-job-card-link:focus {
  color: rgb(106, 109, 115);
}
.vd-job-card-link {
  text-decoration: none;
}

.vd-job-card_rounded {
  border-radius: 12px;
}

.vd-job-card__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 0 0%;
}

.vd-job-card__header {
  padding: 12px 0;
}

.vd-job-card__body {
  padding: 0;
}

.vd-job-card__overline {
  margin-bottom: 4px;
  min-height: 20px;
}

.vd-job-card__title {
  margin: 0;
}
.vd-job-card__title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.vd-job-card__title {
  font-size: 16px;
  font-weight: 600;
  color: rgb(37, 67, 137);
}
@media (min-width: 768px) {
  .vd-job-card__title {
    font-size: 18px;
    height: 64px;
  }
}

.vd-job-card__subtitle {
  margin-top: 4px;
  display: flex;
}

.vd-job-card__subtitle-divider {
  margin: 0 8px;
}

.vd-job-card__text {
  margin: 0;
}

.vd-job-card__cta {
  padding: 0;
}

.vd-job-card__icon,
.vd-job-card__link-icon {
  fill: currentColor;
  stroke: currentColor;
}

.vd-job-card__icon {
  width: 20px;
  height: 20px;
  margin-right: 4px;
}

.vd-job-card__location-text {
  flex: 1;
}

.vd-job-card__job-type {
  margin-left: 16px;
  width: 140px;
}

.vd-job-card__link-icon-container {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vd-job-card__link-icon {
  width: 18px;
  height: 18px;
}

.vd-job-card__footer {
  margin-top: 4px;
  display: flex;
}

.vd-profile-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: rgb(255, 255, 255);
  border-radius: 8px;
  border: 1px solid rgba(68, 126, 193, 0.3);
  cursor: pointer;
  position: relative;
}
@media (max-width: 767.98px) {
  .vd-profile-card:hover .vd-profile-card-pop-up {
    display: block;
  }
}

.vd-profile-card__top {
  width: 100%;
}

.vd-profile-card__img-container {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
}

.vd-profile-card__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-fit: contain;
}

.vd-profile-card__header {
  padding: 12px;
}

.vd-profile-card__title {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  color: rgb(0, 46, 89);
  line-height: 1.3;
}
@media (min-width: 992px) {
  .vd-profile-card__title {
    font-size: 18px;
  }
}

.vd-profile-card__subtitle {
  margin: 0;
  margin-top: 8px;
  font-size: 14px;
  color: rgb(77, 77, 77);
  line-height: 1.4;
  height: 40px;
}
.vd-profile-card__subtitle {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (min-width: 992px) {
  .vd-profile-card__subtitle {
    font-size: 16px;
    height: 45px;
  }
}

.vd-profile-card__bottom {
  width: 100%;
  padding: 0 16px;
}
@media (min-width: 992px) {
  .vd-profile-card__bottom {
    width: 58.33%;
    padding: 0 16px 0 24px;
    height: 100%;
    overflow: auto;
  }
}

.vd-profile-card-pop-up {
  position: absolute;
  top: 25%;
  left: -8px;
  right: -8px;
  border-radius: 8px;
  overflow: hidden;
  display: none;
  z-index: 1;
  box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.25);
  width: calc(100% + 16px);
  max-height: 400px;
  overflow-y: auto;
}
@media (min-width: 768px) {
  .vd-profile-card-pop-up {
    top: 40%;
    width: 440px;
  }
}
@media (min-width: 992px) {
  .vd-profile-card-pop-up {
    max-width: 560px;
    top: 0;
    left: 0;
    width: 560px;
  }
}

.vd-profile-card-pop-up__inner {
  padding: 24px;
  background-color: rgb(255, 255, 255);
}

.vd-profile-card-pop-up__header {
  display: flex;
  align-items: center;
}

.vd-profile-card-pop-up__header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.vd-profile-card-pop-up__header-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 12px;
  flex: 1;
}

.vd-profile-card-pop-up__body {
  margin-top: 16px;
  color: rgb(0, 0, 0);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: rgb(0, 0, 0);
}
@media (min-width: 992px) {
  .vd-profile-card-pop-up__body {
    font-size: 16px;
  }
}

.vd-profile-card-pop-up__img-container {
  width: 48px;
  height: 48px;
  border-radius: 1000px;
  border: 1px solid rgb(209, 209, 209);
  overflow: hidden;
}
@media (min-width: 768px) {
  .vd-profile-card-pop-up__img-container {
    width: 64px;
    height: 64px;
  }
}

.vd-profile-card-pop-up__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.vd-profile-card-pop-up__title {
  font-size: 16px;
  font-weight: 800;
  line-height: 1.3;
  color: rgb(0, 46, 89);
  margin: 0;
}
@media (min-width: 992px) {
  .vd-profile-card-pop-up__title {
    font-size: 18px;
  }
}

.vd-profile-card-pop-up__subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: rgb(0, 46, 89);
}
@media (min-width: 992px) {
  .vd-profile-card-pop-up__subtitle {
    font-size: 18px;
  }
}

.vd-profile-card-pop-up__icon {
  fill: rgb(37, 67, 137);
  stroke: rgb(37, 67, 137);
  width: 20px;
  height: 20px;
  margin-left: 12px;
}

.vd-bullet-card {
  display: flex;
  border-radius: 8px;
  padding: 24px;
}
.vd-bullet-card {
  background-color: rgb(255, 255, 255);
}
.vd-bullet-card {
  color: rgb(106, 109, 115);
}

.vd-bullet-card-link {
  text-decoration: none;
}
.vd-bullet-card-link {
  background-color: rgb(255, 255, 255);
}
.vd-bullet-card-link {
  color: rgb(106, 109, 115);
}
.vd-bullet-card-link:visited {
  background-color: rgb(255, 255, 255);
}
.vd-bullet-card-link:visited {
  color: rgb(106, 109, 115);
}
.vd-bullet-card-link:hover {
  background-color: rgb(255, 255, 255);
}
.vd-bullet-card-link:hover {
  color: rgb(106, 109, 115);
}
.vd-bullet-card-link:active {
  background-color: rgb(255, 255, 255);
}
.vd-bullet-card-link:active {
  color: rgb(106, 109, 115);
}
.vd-bullet-card-link:focus {
  background-color: rgb(255, 255, 255);
}
.vd-bullet-card-link:focus {
  color: rgb(106, 109, 115);
}

.vd-bullet-card_secondary-013-primary-900 {
  background-image: linear-gradient(65deg, rgba(253, 190, 87, 0) -2.34%, rgba(253, 190, 87, 0.13) 92.91%), linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2));
  background-color: unset;
}
.vd-bullet-card_secondary-013-primary-900 {
  color: rgb(106, 109, 115);
}
.vd-bullet-card_secondary-013-primary-900 {
  border: 1px solid rgb(236, 228, 215);
}
.vd-bullet-card_secondary-013-primary-900 .vd-bullet-card__title {
  color: rgb(12, 23, 49);
}
.vd-bullet-card_secondary-013-primary-900 .vd-bullet-card__icon-svg {
  fill: rgb(253, 190, 87);
  stroke: rgb(253, 190, 87);
}
.vd-bullet-card_secondary-013-primary-900 .vd-bullet-card__icon {
  fill: rgb(253, 190, 87);
  stroke: rgb(253, 190, 87);
}

.vd-bullet-card-link_secondary-013-primary-900 {
  background-image: linear-gradient(65deg, rgba(253, 190, 87, 0) -2.34%, rgba(253, 190, 87, 0.13) 92.91%), linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2));
  background-color: unset;
}
.vd-bullet-card-link_secondary-013-primary-900 {
  color: rgb(106, 109, 115);
}
.vd-bullet-card-link_secondary-013-primary-900:visited {
  background-image: linear-gradient(65deg, rgba(253, 190, 87, 0) -2.34%, rgba(253, 190, 87, 0.13) 92.91%), linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2));
  background-color: unset;
}
.vd-bullet-card-link_secondary-013-primary-900:visited {
  color: rgb(106, 109, 115);
}
.vd-bullet-card-link_secondary-013-primary-900:hover {
  background-image: linear-gradient(65deg, rgba(253, 190, 87, 0) -2.34%, rgba(253, 190, 87, 0.13) 92.91%), linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2));
  background-color: unset;
}
.vd-bullet-card-link_secondary-013-primary-900:hover {
  color: rgb(106, 109, 115);
}
.vd-bullet-card-link_secondary-013-primary-900:active {
  background-image: linear-gradient(65deg, rgba(253, 190, 87, 0) -2.34%, rgba(253, 190, 87, 0.13) 92.91%), linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2));
  background-color: unset;
}
.vd-bullet-card-link_secondary-013-primary-900:active {
  color: rgb(106, 109, 115);
}
.vd-bullet-card-link_secondary-013-primary-900:focus {
  background-image: linear-gradient(65deg, rgba(253, 190, 87, 0) -2.34%, rgba(253, 190, 87, 0.13) 92.91%), linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2));
  background-color: unset;
}
.vd-bullet-card-link_secondary-013-primary-900:focus {
  color: rgb(106, 109, 115);
}
.vd-bullet-card-link_secondary-013-primary-900 .vd-bullet-card__title {
  color: rgb(12, 23, 49);
}
.vd-bullet-card_transparent-primary-100-070 {
  background-color: transparent;
}
.vd-bullet-card_transparent-primary-100-070 {
  color: rgba(237, 243, 255, 0.7);
}
.vd-bullet-card_transparent-primary-100-070 .vd-bullet-card__title {
  color: rgba(237, 243, 255, 0.7);
}
.vd-bullet-card_transparent-primary-100-070 .vd-bullet-card__icon-svg {
  fill: rgb(253, 190, 87);
  stroke: rgb(253, 190, 87);
}
.vd-bullet-card_transparent-primary-100-070 .vd-bullet-card__icon {
  fill: rgb(253, 190, 87);
  stroke: rgb(253, 190, 87);
}

.vd-bullet-card-link_transparent-primary-100-070 {
  background-color: transparent;
}
.vd-bullet-card-link_transparent-primary-100-070 {
  color: rgba(237, 243, 255, 0.7);
}
.vd-bullet-card-link_transparent-primary-100-070:visited {
  background-color: transparent;
}
.vd-bullet-card-link_transparent-primary-100-070:visited {
  color: rgba(237, 243, 255, 0.7);
}
.vd-bullet-card-link_transparent-primary-100-070:hover {
  background-color: transparent;
}
.vd-bullet-card-link_transparent-primary-100-070:hover {
  color: rgba(237, 243, 255, 0.7);
}
.vd-bullet-card-link_transparent-primary-100-070:active {
  background-color: transparent;
}
.vd-bullet-card-link_transparent-primary-100-070:active {
  color: rgba(237, 243, 255, 0.7);
}
.vd-bullet-card-link_transparent-primary-100-070:focus {
  background-color: transparent;
}
.vd-bullet-card-link_transparent-primary-100-070:focus {
  color: rgba(237, 243, 255, 0.7);
}
.vd-bullet-card-link_transparent-primary-100-070 .vd-bullet-card__title {
  color: rgba(237, 243, 255, 0.7);
}
.vd-bullet-card_primary-800-350-gray-250 {
  background-image: linear-gradient(99deg, #191d42 -2.21%, #404aa8 203.02%), linear-gradient(0deg, rgb(39, 45, 103), rgb(39, 45, 103));
  background-color: unset;
}
.vd-bullet-card_primary-800-350-gray-250 {
  color: rgb(209, 209, 209);
}
.vd-bullet-card_primary-800-350-gray-250 .vd-bullet-card__title {
  color: rgb(255, 255, 255);
}
.vd-bullet-card_primary-800-350-gray-250 .vd-bullet-card__icon-svg {
  fill: rgb(255, 255, 255);
  stroke: rgb(255, 255, 255);
}
.vd-bullet-card_primary-800-350-gray-250 .vd-bullet-card__icon {
  fill: rgb(255, 255, 255);
  stroke: rgb(255, 255, 255);
}

.vd-bullet-card-link_primary-800-350-gray-250 {
  background-image: linear-gradient(99deg, #191d42 -2.21%, #404aa8 203.02%), linear-gradient(0deg, rgb(39, 45, 103), rgb(39, 45, 103));
  background-color: unset;
}
.vd-bullet-card-link_primary-800-350-gray-250 {
  color: rgb(209, 209, 209);
}
.vd-bullet-card-link_primary-800-350-gray-250:visited {
  background-image: linear-gradient(99deg, #191d42 -2.21%, #404aa8 203.02%), linear-gradient(0deg, rgb(39, 45, 103), rgb(39, 45, 103));
  background-color: unset;
}
.vd-bullet-card-link_primary-800-350-gray-250:visited {
  color: rgb(209, 209, 209);
}
.vd-bullet-card-link_primary-800-350-gray-250:hover {
  background-image: linear-gradient(99deg, #191d42 -2.21%, #404aa8 203.02%), linear-gradient(0deg, rgb(39, 45, 103), rgb(39, 45, 103));
  background-color: unset;
}
.vd-bullet-card-link_primary-800-350-gray-250:hover {
  color: rgb(209, 209, 209);
}
.vd-bullet-card-link_primary-800-350-gray-250:active {
  background-image: linear-gradient(99deg, #191d42 -2.21%, #404aa8 203.02%), linear-gradient(0deg, rgb(39, 45, 103), rgb(39, 45, 103));
  background-color: unset;
}
.vd-bullet-card-link_primary-800-350-gray-250:active {
  color: rgb(209, 209, 209);
}
.vd-bullet-card-link_primary-800-350-gray-250:focus {
  background-image: linear-gradient(99deg, #191d42 -2.21%, #404aa8 203.02%), linear-gradient(0deg, rgb(39, 45, 103), rgb(39, 45, 103));
  background-color: unset;
}
.vd-bullet-card-link_primary-800-350-gray-250:focus {
  color: rgb(209, 209, 209);
}
.vd-bullet-card-link_primary-800-350-gray-250 .vd-bullet-card__title {
  color: rgb(255, 255, 255);
}
.vd-bullet-card__icon-container {
  display: flex;
  margin-right: 24px;
}

.vd-bullet-card__icon-container_center {
  justify-content: center;
}

.vd-bullet-card__icon-container_right {
  justify-content: flex-end;
}

.vd-bullet-card__icon-svg {
  fill: currentColor;
  stroke: currentColor;
}

.vd-bullet-card__icon {
  fill: currentColor;
  stroke: currentColor;
  width: 32px;
  height: 32px;
  height: auto;
}

.vd-bullet-card__icon_x-large {
  width: 60px;
  height: 60px;
  height: auto;
}

.vd-bullet-card__icon_x-small {
  width: 20px;
  height: 20px;
  height: auto;
}

.vd-bullet-card__icon-img {
  object-fit: contain;
  height: 100%;
}

.vd-bullet-card__header {
  padding: 0;
}
@media (min-width: 992px) {
  .vd-bullet-card__header {
    width: 216px;
    margin-right: 16px;
  }
}

.vd-bullet-card__body {
  padding: 0;
  flex: 1;
}

@media (min-width: 992px) {
  .vd-bullet-card__content {
    display: flex;
    align-items: center;
  }
}

.vd-bullet-card__overline {
  margin-bottom: 8px;
}
.vd-bullet-card__overline {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .vd-bullet-card__overline {
    font-size: 14px;
    line-height: 20px;
  }
}
.vd-bullet-card__overline {
  /*letter-spacing: $letter-spacing;*/
}
.vd-bullet-card__overline {
  letter-spacing: 0;
}
.vd-bullet-card__overline {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.vd-bullet-card__overline {
  text-transform: uppercase;
}

.vd-bullet-card__title {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
}

.vd-bullet-card__subtitle {
  margin: 0;
}
.vd-bullet-card__subtitle {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.vd-bullet-card__text {
  font-weight: 500;
}
.vd-bullet-card__text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.vd-bullet-card__text {
  margin: 0;
}

.vd-case-study-card {
  width: 100%;
  position: relative;
  padding: 12px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  transition: box-shadow 200ms ease-out;
  overflow: hidden;
}
.vd-case-study-card {
  background-color: rgb(255, 255, 255);
}
.vd-case-study-card {
  color: rgb(106, 109, 115);
}
@media (min-width: 992px) {
  .vd-case-study-card {
    padding-right: 32px;
    height: 422px;
  }
}

.vd-case-study-card__inner {
  display: flex;
  flex-direction: column;
  z-index: 1;
}
@media (min-width: 992px) {
  .vd-case-study-card__inner {
    flex-direction: row;
    height: 100%;
  }
}

.vd-case-study-card_primary {
  background-color: rgb(37, 67, 137);
}
.vd-case-study-card_primary {
  color: rgb(255, 255, 255);
}
.vd-case-study-card_primary {
  border: 1px solid;
}
.vd-case-study-card_primary .vd-case-study-card__title {
  color: rgb(255, 255, 255);
}

.vd-case-study-card-link {
  background-color: rgb(255, 255, 255);
}
.vd-case-study-card-link {
  color: rgb(106, 109, 115);
}
.vd-case-study-card-link:visited {
  background-color: rgb(255, 255, 255);
}
.vd-case-study-card-link:visited {
  color: rgb(106, 109, 115);
}
.vd-case-study-card-link:hover {
  background-color: rgb(255, 255, 255);
}
.vd-case-study-card-link:hover {
  color: rgb(106, 109, 115);
}
.vd-case-study-card-link:active {
  background-color: rgb(255, 255, 255);
}
.vd-case-study-card-link:active {
  color: rgb(106, 109, 115);
}
.vd-case-study-card-link:focus {
  background-color: rgb(255, 255, 255);
}
.vd-case-study-card-link:focus {
  color: rgb(106, 109, 115);
}
.vd-case-study-card-link {
  text-decoration: none;
}
.vd-case-study-card-link:hover .vd-case-study-card__img-container {
  border-radius: 40px 0 0 0;
}
.vd-case-study-card-link:hover .vd-case-study-card__img {
  transform: scale(1.025);
  transform-origin: center;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -o-transform-origin: center;
  -ms-transform-origin: center;
}

.vd-case-study-card-link_primary {
  background-color: rgb(37, 67, 137);
}
.vd-case-study-card-link_primary {
  color: rgb(255, 255, 255);
}
.vd-case-study-card-link_primary:visited {
  background-color: rgb(37, 67, 137);
}
.vd-case-study-card-link_primary:visited {
  color: rgb(255, 255, 255);
}
.vd-case-study-card-link_primary:hover {
  background-color: rgb(37, 67, 137);
}
.vd-case-study-card-link_primary:hover {
  color: rgb(255, 255, 255);
}
.vd-case-study-card-link_primary:active {
  background-color: rgb(37, 67, 137);
}
.vd-case-study-card-link_primary:active {
  color: rgb(255, 255, 255);
}
.vd-case-study-card-link_primary:focus {
  background-color: rgb(37, 67, 137);
}
.vd-case-study-card-link_primary:focus {
  color: rgb(255, 255, 255);
}
.vd-case-study-card_rounded {
  border-radius: 12px;
}

.vd-case-study-card__media {
  width: 100%;
  position: relative;
}
@media (min-width: 992px) {
  .vd-case-study-card__media {
    width: 492px;
    height: 100%;
  }
}

.vd-case-study-card__img-container {
  position: relative;
  width: 100%;
  padding-top: 75%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .vd-case-study-card__img-container {
    padding-top: 33.3%;
  }
}
@media (min-width: 992px) {
  .vd-case-study-card__img-container {
    position: unset;
    height: 100%;
    padding: 0;
  }
}
.vd-case-study-card__img-container {
  border-radius: 12px;
  transition: border-radius 400ms ease-out;
}

.vd-case-study-card__img-container-profile {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
}

.vd-case-study-card__img-container-profile-leader {
  position: relative;
  width: 100%;
  padding-top: 75%;
  overflow: hidden;
}

.vd-case-study-card__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .vd-case-study-card__img {
    position: unset;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}

.vd-case-study-card__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 0 0%;
}
@media (min-width: 992px) {
  .vd-case-study-card__content {
    margin-left: 44px;
    justify-content: center;
  }
}

.vd-case-study-card__top {
  padding: 24px 0 24px;
}
@media (min-width: 992px) {
  .vd-case-study-card__top {
    padding: 0;
  }
}

.vd-case-study-card__bottom {
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .vd-case-study-card__bottom {
    margin-bottom: 0;
    margin-top: 24px;
  }
}

.vd-case-study-card__body {
  padding: 0;
  margin-top: 24px;
  font-size: 14px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .vd-case-study-card__body {
    max-width: 500px;
    font-size: 18px;
  }
}

.vd-case-study-card__overline {
  margin-bottom: 8px;
  color: rgb(37, 67, 137);
}
.vd-case-study-card__overline {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .vd-case-study-card__overline {
    font-size: 14px;
    line-height: 20px;
  }
}
.vd-case-study-card__overline {
  /*letter-spacing: $letter-spacing;*/
}
.vd-case-study-card__overline {
  letter-spacing: 0;
}
.vd-case-study-card__overline {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.vd-case-study-card__overline {
  text-transform: uppercase;
}

.vd-case-study-card__title {
  font-size: 22px;
  line-height: 1.3;
  margin: 0;
}
.vd-case-study-card__title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.vd-case-study-card__title {
  font-weight: 900;
}

.vd-case-study-card__subtitle {
  margin: 0;
}
.vd-case-study-card__subtitle {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.vd-case-study-card__subtitle {
  color: rgb(169, 169, 169);
}
.vd-case-study-card__subtitle {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .vd-case-study-card__subtitle {
    font-size: 14px;
    line-height: 20px;
  }
}
.vd-case-study-card__subtitle {
  /*letter-spacing: $letter-spacing;*/
}
.vd-case-study-card__subtitle {
  letter-spacing: 0;
}
.vd-case-study-card__subtitle {
  font-weight: 500 !important;
}

.vd-case-study-card__text {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .vd-case-study-card__text {
    font-size: 18px;
  }
}

.vd-case-study-card__cta {
  padding: 0;
}

.vd-case-study-card__footer {
  padding: 0 0 24px;
}

.vd-case-study-card__footer-text {
  margin: 0;
}
.vd-case-study-card__footer-text {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .vd-case-study-card__footer-text {
    font-size: 20px;
    line-height: 32px;
  }
}
.vd-case-study-card__footer-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.vd-case-study-card-graphic {
  position: absolute;
  right: 0;
  bottom: 0;
  top: auto;
  left: auto;
  width: 260px;
  height: 401px;
  background-image: url("images/ces_case_study_bg_mobile.svg");
}
@media (min-width: 992px) {
  .vd-case-study-card-graphic {
    width: 379px;
    height: 285px;
    background-image: url("images/ces_case_study_bg_desktop.svg");
  }
}

.vd-case-study-card__highlight-1,
.vd-case-study-card__highlight-2 {
  position: absolute;
}

.vd-case-study-card__highlight-1 {
  left: auto;
  right: -16px;
  top: 8px;
  bottom: auto;
}
@media (min-width: 992px) {
  .vd-case-study-card__highlight-1 {
    right: -70px;
  }
}
@media (min-width: 992px) {
  .vd-case-study-card__highlight-1 {
    top: 20px;
  }
}

.vd-case-study-card__highlight-2 {
  left: auto;
  right: 32px;
  top: auto;
  bottom: -20px;
}
@media (min-width: 992px) {
  .vd-case-study-card__highlight-2 {
    right: -20px;
    bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .vd-case-study-card__highlight-2 {
    bottom: 60px;
  }
}

.vd-card-highlight {
  background-color: rgb(255, 255, 255);
}
.vd-card-highlight {
  color: rgb(37, 67, 137);
}
.vd-card-highlight {
  padding: 12px;
  border-radius: 8px;
  width: 160px;
  height: 108px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 992px) {
  .vd-card-highlight {
    padding: 12px 16px;
    width: 240px;
    height: 124px;
  }
}

.vd-card-highlight__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
}
@media (min-width: 992px) {
  .vd-card-highlight__title {
    font-size: 36px;
  }
}

.vd-card-highlight__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}
@media (min-width: 992px) {
  .vd-card-highlight__text {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .vd-case-study-card_has-highlight {
    margin-left: 120px;
  }
}
@media (min-width: 1200px) {
  .vd-case-study-card_has-highlight {
    margin-left: 160px;
  }
}

.vd-horizontal-card {
  width: 100%;
  position: relative;
  padding: 16px;
}
@media (min-width: 992px) {
  .vd-horizontal-card {
    padding: 24px;
  }
}
@media (min-width: 1440px) {
  .vd-horizontal-card {
    padding: 48px;
  }
}
.vd-horizontal-card {
  border-radius: 16px;
  display: flex;
  overflow: hidden;
}
.vd-horizontal-card {
  background-color: rgb(255, 255, 255);
}
.vd-horizontal-card {
  color: rgb(106, 109, 115);
}

.vd-horizontal-card_primary {
  background-color: rgb(37, 67, 137);
}
.vd-horizontal-card_primary {
  color: rgb(255, 255, 255);
}
.vd-horizontal-card_primary .vd-horizontal-card__title {
  color: rgb(255, 255, 255);
}

.vd-horizontal-card-link {
  background-color: rgb(255, 255, 255);
}
.vd-horizontal-card-link {
  color: rgb(106, 109, 115);
}
.vd-horizontal-card-link:visited {
  background-color: rgb(255, 255, 255);
}
.vd-horizontal-card-link:visited {
  color: rgb(106, 109, 115);
}
.vd-horizontal-card-link:hover {
  background-color: rgb(255, 255, 255);
}
.vd-horizontal-card-link:hover {
  color: rgb(106, 109, 115);
}
.vd-horizontal-card-link:active {
  background-color: rgb(255, 255, 255);
}
.vd-horizontal-card-link:active {
  color: rgb(106, 109, 115);
}
.vd-horizontal-card-link:focus {
  background-color: rgb(255, 255, 255);
}
.vd-horizontal-card-link:focus {
  color: rgb(106, 109, 115);
}
.vd-horizontal-card-link {
  text-decoration: none;
}

.vd-horizontal-card-link_primary {
  background-color: rgb(37, 67, 137);
}
.vd-horizontal-card-link_primary {
  color: rgb(255, 255, 255);
}
.vd-horizontal-card-link_primary:visited {
  background-color: rgb(37, 67, 137);
}
.vd-horizontal-card-link_primary:visited {
  color: rgb(255, 255, 255);
}
.vd-horizontal-card-link_primary:hover {
  background-color: rgb(37, 67, 137);
}
.vd-horizontal-card-link_primary:hover {
  color: rgb(255, 255, 255);
}
.vd-horizontal-card-link_primary:active {
  background-color: rgb(37, 67, 137);
}
.vd-horizontal-card-link_primary:active {
  color: rgb(255, 255, 255);
}
.vd-horizontal-card-link_primary:focus {
  background-color: rgb(37, 67, 137);
}
.vd-horizontal-card-link_primary:focus {
  color: rgb(255, 255, 255);
}
.vd-horizontal-card_rounded {
  border-radius: 12px;
}

.vd-horizontal-card__inner {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.vd-horizontal-card__main {
  display: flex;
  flex-direction: column-reverse;
  flex: 1;
}
@media (min-width: 768px) {
  .vd-horizontal-card__main {
    flex-direction: row;
  }
}

.vd-horizontal-card__media {
  width: 100%;
  height: 300px;
}
@media (min-width: 768px) {
  .vd-horizontal-card__media {
    width: 40%;
    height: 100%;
  }
}

.vd-horizontal-card__img-container {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
}

.vd-horizontal-card__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-fit: contain;
  transform: none;
  transition: transform 0.5s ease-out;
}

.vd-horizontal-card__content {
  display: flex;
  flex-direction: column;
  flex: 1 0 0%;
  width: 100%;
}
@media (min-width: 768px) {
  .vd-horizontal-card__content {
    width: 60%;
  }
}

.vd-horizontal-card-content__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}

@media (min-width: 992px) {
  .vd-horizontal-card__header {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .vd-horizontal-card__header {
    height: 62px;
  }
}

.vd-horizontal-card-content__main {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  margin-top: 36px;
}

.vd-horizontal-card__overline {
  margin-bottom: 8px;
  color: rgb(37, 67, 137);
}
.vd-horizontal-card__overline {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .vd-horizontal-card__overline {
    font-size: 14px;
    line-height: 20px;
  }
}
.vd-horizontal-card__overline {
  /*letter-spacing: $letter-spacing;*/
}
.vd-horizontal-card__overline {
  letter-spacing: 0;
}
.vd-horizontal-card__overline {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.vd-horizontal-card__overline {
  text-transform: uppercase;
}

.vd-horizontal-card__title {
  margin: 0;
}
.vd-horizontal-card__title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.vd-horizontal-card__title {
  font-weight: 600;
}

.vd-horizontal-card__subtitle {
  margin: 0;
}
.vd-horizontal-card__subtitle {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.vd-horizontal-card__subtitle {
  color: rgb(169, 169, 169);
}
.vd-horizontal-card__subtitle {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .vd-horizontal-card__subtitle {
    font-size: 14px;
    line-height: 20px;
  }
}
.vd-horizontal-card__subtitle {
  /*letter-spacing: $letter-spacing;*/
}
.vd-horizontal-card__subtitle {
  letter-spacing: 0;
}
.vd-horizontal-card__subtitle {
  font-weight: 500 !important;
}

.vd-horizontal-card__text {
  margin: 0;
}

.vd-horizontal-card__cta {
  padding: 0;
}

.vd-horizontal-card-content__cta-1,
.vd-horizontal-card-content__cta-2 {
  z-index: 1;
}

.vd-horizontal-card-content__cta-2 {
  margin-left: 16px;
}

.vd-horizontal-card-content__footer {
  display: flex;
  margin-top: 40px;
}

.vd-horizontal-card__footer-text {
  margin: 0;
}
.vd-horizontal-card__footer-text {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .vd-horizontal-card__footer-text {
    font-size: 20px;
    line-height: 32px;
  }
}
.vd-horizontal-card__footer-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/*
.vd-horizontal-card-gradient {
  position: absolute;
  width: 300px;
  height: 500px;
  transform: rotate(90deg);
  border-radius: 500px;
  border-radius: 506px;
  opacity: 0.3;
  background: rgba(213, 255, 0, 0.70);
  filter: blur(100px);
  top: 40%;
  left: 50%;
}

.vd-horizontal-card-gradient_yellow {
  background: rgba(213, 255, 0, 0.70);

}

.vd-horizontal-card-gradient_yellow {
  background: rgba(213, 255, 0, 0.70);
  filter: blur(100px);
}

.vd-horizontal-card-gradient_red {
  background: rgba(255, 114, 116, 0.70);
}*/
.vd-horizontal-card-content__list {
  list-style: none;
  padding: 0;
}

.vd-horizontal-card .vd-bullet-card {
  padding: 4px 0;
  align-items: center;
}
.vd-horizontal-card .vd-bullet-card__icon-container {
  margin-right: 8px;
}
.vd-horizontal-card .vd-bullet-card__title {
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
}
.vd-horizontal-card .vd-bullet-card__header {
  width: 100%;
}

.vd-horizontal-card-gradient {
  position: absolute;
  width: 776px;
  height: 1324px;
  transform: rotate(90deg);
  border-radius: 2000px;
  opacity: 0.3;
  background: rgba(255, 114, 116, 0.7);
  filter: blur(100px);
  top: -100%;
  left: 50%;
}

.vd-horizontal-card_pink {
  background: rgba(255, 114, 116, 0.7);
}

.vd-horizontal-card-bg-image {
  position: absolute;
  width: 60%;
  height: 100%;
  object-fit: cover;
  right: 0;
  top: 0;
  object-position: left center;
}

.vd-address-card {
  background-color: rgb(254, 254, 254);
  border-radius: 8px;
  padding: 16px;
  color: rgb(95, 99, 136);
}

.vd-address-card__add-1 {
  font-weight: 700;
  display: flex;
  font-size: 16px;
}
@media (min-width: 992px) {
  .vd-address-card__add-1 {
    font-size: 18px;
  }
}

.vd-address-card__add-1_has-icon {
  font-size: 14px;
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .vd-address-card__add-1_has-icon {
    font-size: 16px;
  }
}

.vd-address-card__add-2 {
  font-size: 16px;
}
@media (min-width: 992px) {
  .vd-address-card__add-2 {
    font-size: 18px;
  }
}

.vd-address-card__add-3 {
  font-size: 16px;
}
@media (min-width: 992px) {
  .vd-address-card__add-3 {
    font-size: 18px;
  }
}

.vd-address-card__phone {
  margin-top: 16px;
}
@media (min-width: 992px) {
  .vd-address-card__phone {
    margin-top: 20px;
  }
}

.vd-address-card__phone-icon {
  fill: rgb(37, 67, 137);
  stroke: rgb(37, 67, 137);
  width: 18px;
  height: 18px;
  margin-right: 8px;
}

.vd-address-card__phone-text {
  font-weight: 700;
  text-decoration: underline;
}

.vd-address-card__icon {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.25));
}

.vd-award-card__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.vd-award-card__img-container {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(255, 255, 255);
  padding: 8px;
  width: 100px;
  height: 100px;
  border-radius: 200px;
}
@media (min-width: 992px) {
  .vd-award-card__img-container {
    padding: 12px;
    width: 132px;
    height: 132px;
  }
}

.vd-award-card__img {
  max-width: 100%;
  object-fit: contain;
}

.vd-award-card__header {
  margin-top: 16px;
}
@media (min-width: 992px) {
  .vd-award-card__header {
    margin-top: 24px;
  }
}

.vd-award-card__title {
  font-size: 16px;
  font-weight: 900;
  color: rgb(0, 0, 0);
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .vd-award-card__title {
    font-size: 20px;
  }
}

.vd-award-card__subtitle {
  color: rgb(0, 0, 0);
  font-size: 14px;
  font-weight: 400;
  margin-top: 4px;
}
@media (min-width: 992px) {
  .vd-award-card__subtitle {
    font-size: 18px;
  }
}

.vd-download-card {
  width: 100%;
  position: relative;
  padding: 24px;
  border-radius: 16px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
  display: flex;
  overflow: hidden;
  text-decoration: none;
}
.vd-download-card {
  background-color: rgb(255, 255, 255);
}
.vd-download-card {
  color: rgb(20, 20, 43);
}
.vd-download-card:visited {
  background-color: rgb(255, 255, 255);
}
.vd-download-card:visited {
  color: rgb(20, 20, 43);
}
.vd-download-card:hover {
  background-color: rgb(255, 255, 255);
}
.vd-download-card:hover {
  color: rgb(37, 67, 137);
}
.vd-download-card:active {
  background-color: rgb(255, 255, 255);
}
.vd-download-card:active {
  color: rgb(20, 20, 43);
}
.vd-download-card:focus {
  background-color: rgb(255, 255, 255);
}
.vd-download-card:focus {
  color: rgb(37, 67, 137);
}
.vd-download-card {
  padding: 20px 24px;
}
.vd-download-card:visited .vd-download-card__title {
  color: rgb(20, 20, 43);
}
.vd-download-card:hover .vd-download-card__title, .vd-download-card:focus .vd-download-card__title {
  color: rgb(37, 67, 137);
}
.vd-download-card:active .vd-download-card__title {
  color: rgb(20, 20, 43);
}

.vd-download-card__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.vd-download-card__title {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  padding-top: 2px;
  color: rgb(20, 20, 43);
}
@media (min-width: 768px) {
  .vd-download-card__title {
    font-size: 18px;
  }
}
.vd-download-card__title {
  flex: 1;
}

.vd-download-card__icon-container {
  display: flex;
}

.vd-download-card__icon {
  width: 24px;
  height: 24px;
}

.vd-download-card__icon_doc {
  fill: rgb(169, 169, 169);
  stroke: rgb(169, 169, 169);
  margin-right: 12px;
}

.vd-download-card__icon_download {
  fill: rgb(20, 86, 152);
  stroke: rgb(20, 86, 152);
  margin-left: 12px;
}

.vd-chip {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  margin: 4px;
  height: 32px;
  padding: 0 12px;
  border-radius: 80px;
}
.vd-chip {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .vd-chip {
    font-size: 14px;
    line-height: 20px;
  }
}
.vd-chip {
  /*letter-spacing: $letter-spacing;*/
}
.vd-chip {
  letter-spacing: 0;
}
.vd-chip {
  font-weight: 500 !important;
}

.vd-chip_small {
  margin: 4px;
  height: 24px;
  padding: 0 12px;
  border-radius: 80px;
}
@media (min-width: 992px) {
  .vd-chip_small {
    height: 28px;
    padding: 0 12px;
    border-radius: 80px;
  }
}
.vd-chip_small {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .vd-chip_small {
    font-size: 14px;
    line-height: 20px;
  }
}
.vd-chip_small {
  /*letter-spacing: $letter-spacing;*/
}
.vd-chip_small {
  letter-spacing: 0;
}
.vd-chip_small {
  font-weight: 500 !important;
}
.vd-chip_large {
  margin: 8px;
  height: 32px;
  padding: 0 16px;
  border-radius: 80px;
}
@media (min-width: 992px) {
  .vd-chip_large {
    height: 36px;
    padding: 0 16px;
    border-radius: 80px;
  }
}
.vd-chip_large {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .vd-chip_large {
    font-size: 14px;
    line-height: 20px;
  }
}
.vd-chip_large {
  /*letter-spacing: $letter-spacing;*/
}
.vd-chip_large {
  letter-spacing: 0;
}
.vd-chip_large {
  font-weight: 500 !important;
}
.vd-chip_outline {
  border: 1px solid;
}

.vd-chip-set, .tagcloud {
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(0px - 4px);
  margin-right: calc(0px - 4px);
}

.vd-chip-set_small {
  margin-left: calc(0px - 4px);
  margin-right: calc(0px - 4px);
}

.vd-chip-set_large {
  margin-left: calc(0px - 8px);
  margin-right: calc(0px - 8px);
}

.vd-chip__icon {
  overflow: hidden;
  fill: currentColor;
  stroke: currentColor;
}

.vd-chip__icon-img-wrapper {
  border-radius: 50%;
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
}

.vd-chip__icon-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vd-chip__label {
  line-height: 1 !important;
}

.vd-chip-link {
  text-decoration: none;
}
.vd-chip-link:hover {
  background-color: rgb(224, 224, 224);
}
.vd-chip-link:hover {
  color: rgb(51, 51, 51);
}
.vd-chip-link:active {
  background-color: rgb(214, 214, 214);
}
.vd-chip-link:active {
  color: rgb(51, 51, 51);
}
.vd-chip-link:focus {
  background-color: rgb(224, 224, 224);
}
.vd-chip-link:focus {
  color: rgb(51, 51, 51);
}

.vd-chip_outline_gray {
  border: 1px solid;
}

.vd-chip-link_outline_gray {
  border: 1px solid;
}

.vd-tile {
  width: 100%;
  transition: box-shadow 200ms ease-out;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
}
@media (min-width: 576px) {
  .vd-tile {
    position: relative;
    width: 100%;
    padding-top: 133.3%;
    overflow: hidden;
  }
}
@media (min-width: 992px) {
  .vd-tile {
    max-width: 960px;
    border-radius: 48px 0 0;
    min-height: unset;
    height: 480px;
  }
}
@media (min-width: 1440px) {
  .vd-tile {
    max-width: 1200px;
    height: 600px;
  }
}
.vd-tile {
  background-color: transparent;
}
.vd-tile {
  color: rgb(255, 255, 255);
}

.vd-tile_text {
  border: 1px solid;
}

.vd-tile_landscape {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
}
@media (min-width: 576px) {
  .vd-tile_landscape {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
  }
}
@media (min-width: 992px) {
  .vd-tile_landscape {
    max-width: 960px;
    border-radius: 48px 0 0;
    min-height: unset;
    height: 480px;
  }
}
@media (min-width: 1440px) {
  .vd-tile_landscape {
    max-width: 1200px;
    height: 600px;
  }
}

.vd-tile_profile {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
}
@media (min-width: 992px) {
  .vd-tile_profile {
    max-width: 960px;
    border-radius: 48px 0 0;
    min-height: unset;
    height: 480px;
  }
}
@media (min-width: 1440px) {
  .vd-tile_profile {
    max-width: 1200px;
    height: 600px;
  }
}

.vd-tile_fluid {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 100vw;
  padding: 0;
  min-height: 100vh;
  min-width: 280px;
}
@media (min-width: 992px) {
  .vd-tile_fluid {
    max-width: 960px;
    border-radius: 48px 0 0;
    min-height: unset;
    height: 480px;
  }
}
@media (min-width: 1440px) {
  .vd-tile_fluid {
    max-width: 1200px;
    height: 600px;
  }
}

.vd-tile-link {
  background-color: transparent;
}
.vd-tile-link {
  color: rgb(255, 255, 255);
}
.vd-tile-link:visited {
  background-color: transparent;
}
.vd-tile-link:visited {
  color: rgb(255, 255, 255);
}
.vd-tile-link:hover {
  background-color: transparent;
}
.vd-tile-link:hover {
  color: rgb(255, 255, 255);
}
.vd-tile-link:active {
  background-color: transparent;
}
.vd-tile-link:active {
  color: rgb(255, 255, 255);
}
.vd-tile-link:focus {
  background-color: transparent;
}
.vd-tile-link:focus {
  color: rgb(255, 255, 255);
}
.vd-tile-link {
  text-decoration: none;
}

.vd-tile-link_bottom {
  background-color: transparent;
}
.vd-tile-link_bottom {
  color: rgb(255, 255, 255);
}
.vd-tile-link_bottom:visited {
  background-color: transparent;
}
.vd-tile-link_bottom:visited {
  color: rgb(255, 255, 255);
}
.vd-tile-link_bottom:hover {
  background-color: transparent;
}
.vd-tile-link_bottom:hover {
  color: rgb(255, 255, 255);
}
.vd-tile-link_bottom:active {
  background-color: transparent;
}
.vd-tile-link_bottom:active {
  color: rgb(255, 255, 255);
}
.vd-tile-link_bottom:focus {
  background-color: transparent;
}
.vd-tile-link_bottom:focus {
  color: rgb(255, 255, 255);
}
.vd-tile-link_bottom {
  text-decoration: none;
}

.vd-tile-link_text {
  border: 1px solid;
}
.vd-tile-link_text:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
}
.vd-tile-link_text:active {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
}
.vd-tile-link_text:focus {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
}
.vd-tile-link_text {
  text-decoration: none;
}
.vd-tile-link_text .vd-tile__text {
  display: none;
}
@media (min-width: 768px) {
  .vd-tile-link_text:hover .vd-tile__text {
    display: -webkit-box;
  }
}

.vd-tile__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.vd-tile__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-image: linear-gradient(0deg, rgb(109, 109, 109) 9.13%, rgba(109, 109, 109, 0.2) 100%);
  opacity: 0.4;
}

.vd-tile__content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  color: currentColor;
  padding: 32px 32px 96px 32px;
}
@media (min-width: 992px) {
  .vd-tile__content {
    padding: 56px;
  }
}

.vd-tile__content_bottom {
  top: auto;
  bottom: 0;
}

.vd-tile__header {
  max-width: 220px;
}
@media (min-width: 992px) {
  .vd-tile__header {
    max-width: 548px;
  }
}

.vd-tile__body {
  padding: 8px 0;
  display: none;
}
@media (min-width: 768px) {
  .vd-tile__body {
    display: block;
  }
}

.vd-tile__icon {
  margin-bottom: 16px;
  fill: currentColor;
  stroke: currentColor;
}

.vd-tile__icon-img-wrapper {
  position: relative;
  width: auto;
  height: 40px;
  margin-bottom: 16px;
}

.vd-tile__icon-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left;
}

.vd-tile__title {
  margin: 0;
}

.vd-tile__overline {
  margin: 0;
}
.vd-tile__overline {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .vd-tile__overline {
    font-size: 14px;
    line-height: 20px;
  }
}
.vd-tile__overline {
  /*letter-spacing: $letter-spacing;*/
}
.vd-tile__overline {
  letter-spacing: 0;
}

.vd-tile__subtitle {
  margin: 0;
}

.vd-tile__text {
  margin: 0;
}
.vd-tile__text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.vd-tile__cta {
  padding: 8px 0 0;
}

.vd-tile__footer-media {
  padding-top: 8px;
}

.vd-tile__link-icon {
  width: 44px;
  height: 44px;
  fill: currentColor;
  stroke: currentColor;
  display: none;
}
@media (min-width: 992px) {
  .vd-tile__link-icon {
    display: block;
  }
}

.vd-tile__tags {
  margin-top: 16px;
}

@media (min-width: 992px) {
  .vd-works-top {
    top: calc((100vh - 480px) / 2);
  }
}
@media (min-width: 1440px) {
  .vd-works-top {
    top: calc((100vh - 600px) / 2);
  }
}

.vd-contact {
  position: relative;
}
.vd-contact {
  background-color: rgb(37, 67, 137);
}
.vd-contact {
  color: rgb(255, 255, 255);
}
.vd-contact {
  height: 364px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .vd-contact {
    height: 530px;
  }
}

.vd-contact__inner {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .vd-contact__inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.vd-contact__text {
  margin-bottom: 24px;
  text-align: center;
  max-width: 280px;
  font-size: 18px;
  line-height: 1.3;
}
@media (min-width: 992px) {
  .vd-contact__text {
    font-size: 32px;
    line-height: 1.2;
    max-width: 740px;
  }
}

.vd-contact__btn {
  margin-bottom: 0;
}

.vd-contact-modal {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(40, 50, 60, 0.91);
  z-index: 500;
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 300ms ease-out, visibility 300ms ease-out;
}

.vd-contact-modal_open {
  display: block;
  opacity: 1;
  visibility: visible;
  transition: opacity 300ms ease-out, visibility 300ms ease-out;
}

.vd-contact-modal__inner {
  padding: 20px 16px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vd-contact-modal__main {
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  width: 80vw;
  width: 80dvw;
  max-width: 560px;
}
@media (min-width: 992px) {
  .vd-contact-modal__main {
    flex-direction: row;
    overflow: hidden;
    width: 950px;
    height: 580px;
    max-width: unset;
  }
}
.vd-contact-modal__main {
  background-color: rgb(255, 255, 255);
}

@media (min-width: 992px) and (min-height: 800px) {
  .vd-contact-modal__main {
    height: 712px;
  }
}
.vd-contact-modal__image-container {
  padding: 4px;
  display: none;
}
@media (min-width: 992px) {
  .vd-contact-modal__image-container {
    display: block;
    width: 340px;
    height: 100%;
  }
}

.vd-contact-modal__image {
  max-width: 100%;
  object-fit: cover;
  height: 100%;
  width: 100%;
  object-position: left;
}

.vd-contact-form-container {
  padding: 32px 16px;
}
@media (min-width: 992px) {
  .vd-contact-form-container {
    flex: 1;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 32px 44px;
  }
}

.vd-contact-modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.vd-contact-modal__logo {
  width: 172px;
}

.vd-contact-modal__logo-img {
  width: 100%;
}

.vd-contact-form {
  margin-top: 24px;
}

.vd-contact-form__title {
  font-size: 20px;
  font-weight: 900;
  line-height: 1.2;
}

.vd-contact-form__subtitle {
  line-height: 1.2;
}

.vd-home-contact-modal-open,
.vd-contact-modal-open {
  overflow: hidden;
}
.vd-home-contact-modal-open .vd-body,
.vd-contact-modal-open .vd-body {
  overflow: hidden;
}

.wpforms-container {
  margin: 0 !important;
}

.wpforms-field-label {
  color: rgb(106, 109, 115) !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  margin-bottom: 8px !important;
}

.wpforms-field {
  padding: 12px 0 !important;
  max-width: unset !important;
}

.wpforms-field-medium {
  border-radius: 100px !important;
  max-width: unset !important;
  box-shadow: 0 2px 12px 0 rgba(20, 20, 43, 0.08) !important;
}
.wpforms-field-medium:focus {
  border: transparent !important;
}

textarea.wpforms-field-medium {
  border-radius: 12px !important;
  resize: none !important;
}

.wpforms-submit-container {
  margin-top: 20px !important;
  display: flex !important;
  justify-content: center !important;
}

.wpforms-submit {
  border-radius: 100px !important;
  width: 246px !important;
  height: 52px !important;
  background-color: rgb(37, 67, 137) !important;
}

.wpforms-submit:hover,
.wpforms-submit:focus {
  background-color: rgb(19, 41, 93) !important;
}

.wpforms-submit:hover,
.wpforms-submit:focus,
div.wpforms-container-full input[type=submit]:hover,
div.wpforms-container-full input[type=submit]:active,
div.wpforms-container-full button[type=submit]:hover,
div.wpforms-container-full button[type=submit]:active,
div.wpforms-container-full .wpforms-page-button:hover,
div.wpforms-container-full .wpforms-page-button:active,
.wp-core-ui div.wpforms-container-full input[type=submit]:hover,
.wp-core-ui div.wpforms-container-full input[type=submit]:active,
.wp-core-ui div.wpforms-container-full button[type=submit]:hover,
.wp-core-ui div.wpforms-container-full button[type=submit]:active,
.wp-core-ui div.wpforms-container-full .wpforms-page-button:hover,
.wp-core-ui div.wpforms-container-full .wpforms-page-button:active {
  background: unset !important;
  background-color: rgb(19, 41, 93) !important;
}

.wpforms-container input[type=date],
.wpforms-container input[type=datetime],
.wpforms-container input[type=datetime-local],
.wpforms-container input[type=email],
.wpforms-container input[type=month],
.wpforms-container input[type=number],
.wpforms-container input[type=password],
.wpforms-container input[type=range],
.wpforms-container input[type=search],
.wpforms-container input[type=tel],
.wpforms-container input[type=text],
.wpforms-container input[type=time],
.wpforms-container input[type=url],
.wpforms-container input[type=week],
.wp-core-ui div.wpforms-container input[type=date],
.wp-core-ui div.wpforms-container input[type=datetime],
.wp-core-ui div.wpforms-container input[type=datetime-local],
.wp-core-ui div.wpforms-container input[type=email],
.wp-core-ui div.wpforms-container input[type=month],
.wp-core-ui div.wpforms-container input[type=number],
.wp-core-ui div.wpforms-container input[type=password],
.wp-core-ui div.wpforms-container input[type=range],
.wp-core-ui div.wpforms-container input[type=search],
.wp-core-ui div.wpforms-container input[type=tel],
.wp-core-ui div.wpforms-container input[type=text],
.wp-core-ui div.wpforms-container input[type=time],
.wp-core-ui div.wpforms-container input[type=url],
.wp-core-ui div.wpforms-container input[type=week] {
  max-width: unset !important;
  box-shadow: 0 2px 12px 0 rgba(20, 20, 43, 0.08) !important;
  border-radius: 100px !important;
}
.wpforms-container input[type=date]:focus,
.wpforms-container input[type=datetime]:focus,
.wpforms-container input[type=datetime-local]:focus,
.wpforms-container input[type=email]:focus,
.wpforms-container input[type=month]:focus,
.wpforms-container input[type=number]:focus,
.wpforms-container input[type=password]:focus,
.wpforms-container input[type=range]:focus,
.wpforms-container input[type=search]:focus,
.wpforms-container input[type=tel]:focus,
.wpforms-container input[type=text]:focus,
.wpforms-container input[type=time]:focus,
.wpforms-container input[type=url]:focus,
.wpforms-container input[type=week]:focus,
.wp-core-ui div.wpforms-container input[type=date]:focus,
.wp-core-ui div.wpforms-container input[type=datetime]:focus,
.wp-core-ui div.wpforms-container input[type=datetime-local]:focus,
.wp-core-ui div.wpforms-container input[type=email]:focus,
.wp-core-ui div.wpforms-container input[type=month]:focus,
.wp-core-ui div.wpforms-container input[type=number]:focus,
.wp-core-ui div.wpforms-container input[type=password]:focus,
.wp-core-ui div.wpforms-container input[type=range]:focus,
.wp-core-ui div.wpforms-container input[type=search]:focus,
.wp-core-ui div.wpforms-container input[type=tel]:focus,
.wp-core-ui div.wpforms-container input[type=text]:focus,
.wp-core-ui div.wpforms-container input[type=time]:focus,
.wp-core-ui div.wpforms-container input[type=url]:focus,
.wp-core-ui div.wpforms-container input[type=week]:focus {
  border: transparent !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner {
  box-shadow: 0 2px 12px 0 rgba(20, 20, 43, 0.08) !important;
  border-radius: 100px !important;
}
div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner:focus {
  border: transparent !important;
}

.iti__country-container {
  width: 100% !important;
}

.iti__selected-country {
  width: auto !important;
}
.iti__selected-country:focus {
  border: none !important;
  box-shadow: none !important;
}

.iti__selected-country-primary {
  background-color: transparent !important;
}

.iti__dropdown-content {
  width: 100% !important;
  border-radius: 12px !important;
  border: 1px solid var(--wpforms-field-border-color) !important;
  overflow: hidden !important;
  margin-top: 4px !important;
}

.iti__country-list {
  border: none;
}

.vd-book-demo {
  position: relative;
}
.vd-book-demo {
  background-color: rgb(37, 67, 137);
}
.vd-book-demo {
  color: rgb(255, 255, 255);
}
.vd-book-demo {
  height: 364px;
}
@media (min-width: 992px) {
  .vd-book-demo {
    height: 530px;
  }
}

.vd-book-demo__inner {
  /*display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   padding-top: grid-8dp(3);
   padding-bottom: grid-8dp(3);
   height: 364px;*/
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .vd-book-demo__inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.vd-book-demo__text {
  margin-bottom: 24px;
  text-align: center;
  max-width: 280px;
  font-size: 18px;
  line-height: 1.3;
}
@media (min-width: 992px) {
  .vd-book-demo__text {
    font-size: 36px;
    line-height: 1.2;
    max-width: 740px;
  }
}

.vd-book-demo__btn {
  margin-bottom: 0;
}

.vd-book-demo__connector {
  display: none;
}
@media (min-width: 992px) {
  .vd-book-demo__connector {
    display: block;
    margin-left: 32px;
  }
}

.vd-book-demo-modal {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(40, 50, 60, 0.91);
  z-index: 500;
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 300ms ease-out, visibility 300ms ease-out;
}

.vd-book-demo-modal_open {
  display: block;
  opacity: 1;
  visibility: visible;
  transition: opacity 300ms ease-out, visibility 300ms ease-out;
}

.vd-book-demo-modal__inner {
  padding: 20px 16px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vd-book-demo-modal__main {
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  max-width: 400px;
}
@media (min-width: 992px) {
  .vd-book-demo-modal__main {
    flex-direction: row;
    overflow: hidden;
    width: 950px;
    height: 580px;
    max-width: unset;
  }
}
@media (min-width: 1200px) {
  .vd-book-demo-modal__main {
    width: 1100px;
  }
}
.vd-book-demo-modal__main {
  background-color: rgb(255, 255, 255);
}

@media (min-width: 992px) and (min-height: 800px) {
  .vd-book-demo-modal__main {
    height: 712px;
  }
}
.vd-book-demo-modal__product {
  padding: 4px;
  position: relative;
}
@media (min-width: 992px) {
  .vd-book-demo-modal__product {
    width: 340px;
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .vd-book-demo-modal__product {
    width: 500px;
  }
}

.vd-book-demo-modal__image-container {
  width: 100%;
  height: 200px;
  /*padding: grid-4dp(1);
  display: none;*/
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .vd-book-demo-modal__image-container {
    width: 100%;
    height: 100%;
  }
}
.vd-book-demo-modal__image-container {
  /*@include media-breakpoint-up(xl) {
  	width: 500px;
  }*/
}

.vd-book-demo-modal__image {
  max-width: 100%;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.vd-book-demo-modal__image-overlay-1 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(0deg, rgba(35, 38, 62, 0.78) 0%, rgba(35, 38, 62, 0.78) 100%);
}

.vd-book-demo-modal__image-overlay-2 {
  position: absolute;
  width: 300px;
  height: 400px;
  left: -30%;
  top: -60%;
  background-color: rgb(255, 150, 150);
  transform: rotate(90deg);
  border-radius: 100%;
  filter: blur(100px);
  opacity: 0.3;
}
@media (min-width: 992px) {
  .vd-book-demo-modal__image-overlay-2 {
    width: 990px;
    height: 880px;
    left: -500px;
    bottom: -400px;
    top: auto;
  }
}

.vd-book-demo-modal__image-overlay-blur {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  backdrop-filter: blur(300px);
}
@media (min-width: 992px) {
  .vd-book-demo-modal__image-overlay-blur {
    backdrop-filter: blur(500px);
  }
}

.vd-book-demo-modal__product-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.vd-book-demo-modal__product-content-inner {
  padding: 40px 32px;
}

.vd-book-demo-modal__product-title {
  font-size: 28px;
  color: rgb(255, 255, 255);
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  .vd-book-demo-modal__product-title {
    font-size: 36px;
    line-height: 1.3;
  }
}

.vd-book-demo-modal__product-subtitle {
  color: rgb(255, 255, 255);
  font-size: 16px;
  line-height: 1.3;
}
@media (min-width: 992px) {
  .vd-book-demo-modal__product-subtitle {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 400;
  }
}

.vd-book-demo-form-container {
  padding: 32px 16px;
}
@media (min-width: 992px) {
  .vd-book-demo-form-container {
    flex: 1;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 32px 44px;
  }
}

.vd-book-demo-modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.vd-book-demo-modal__logo {
  width: 172px;
}

.vd-book-demo-modal__logo-img {
  width: 100%;
}

.vd-book-demo-form {
  margin-top: 24px;
}

.vd-book-demo-form__title {
  font-size: 20px;
  font-weight: 900;
  line-height: 1.2;
}

.vd-book-demo-form__subtitle {
  line-height: 1.2;
}

.vd-book-demo-modal-open {
  overflow: hidden;
}
.vd-book-demo-modal-open .vd-body {
  overflow: hidden;
}

.wpforms-container {
  margin: 0 !important;
}

.wpforms-field-label {
  color: rgb(106, 109, 115) !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  margin-bottom: 8px !important;
}

.wpforms-field {
  padding: 12px 0 !important;
  max-width: unset !important;
}

.wpforms-field-medium {
  border-radius: 100px !important;
  max-width: unset !important;
  box-shadow: 0 2px 12px 0 rgba(20, 20, 43, 0.08) !important;
}
.wpforms-field-medium:focus {
  border: transparent !important;
}

textarea.wpforms-field-medium {
  border-radius: 12px !important;
  resize: none !important;
}

.wpforms-submit-container {
  margin-top: 20px !important;
  display: flex !important;
  justify-content: center !important;
}

.wpforms-submit {
  border-radius: 100px !important;
  width: 246px !important;
  height: 52px !important;
}

.vd-download-banner {
  background-color: rgb(253, 190, 87);
}
.vd-download-banner {
  color: rgb(37, 67, 137);
}
.vd-download-banner {
  border-radius: 16px;
  overflow: hidden;
}

.vd-download-banner__inner {
  display: flex;
  justify-content: center;
  padding: 24px 16px;
}
@media (min-width: 992px) {
  .vd-download-banner__inner {
    padding: 36px 32px;
  }
}

.vd-download-banner__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 768px) {
  .vd-download-banner__content {
    flex-direction: row;
    max-width: unset;
    flex: 1;
    justify-content: space-between;
  }
}

.vd-download-banner__icon {
  margin-right: 16px;
}

.vd-download-banner__icon-svg {
  width: 40px;
  height: 40px;
  display: inline-block;
  stroke: currentColor;
  fill: currentColor;
}

.vd-download-banner__title {
  font-size: 24px;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .vd-download-banner__title {
    font-size: 36px;
  }
}

.vd-download-banner__text {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.3;
}
@media (min-width: 992px) {
  .vd-download-banner__text {
    font-size: 18px;
    line-height: 1.2;
  }
}

.vd-download-banner__footer {
  margin-top: 16px;
}
@media (min-width: 768px) {
  .vd-download-banner__footer {
    margin-top: 0;
  }
}

.vd-download-banner__btn {
  width: 192px;
}

.vd-download-banner-modal {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(40, 50, 60, 0.91);
  z-index: 500;
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 300ms ease-out, visibility 300ms ease-out;
}

.vd-download-banner-modal_open {
  display: block;
  opacity: 1;
  visibility: visible;
  transition: opacity 300ms ease-out, visibility 300ms ease-out;
}

.vd-download-banner-modal__inner {
  padding: 20px 16px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vd-download-banner-modal__main {
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  max-width: 532px;
  width: 80vw;
  width: 80dvw;
}
@media (min-width: 992px) {
  .vd-download-banner-modal__main {
    width: 532px;
  }
}
.vd-download-banner-modal__main {
  background-color: rgb(255, 255, 255);
}

.vd-download-banner-form-container {
  padding: 32px 44px;
}

.vd-download-banner-modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.vd-download-banner-modal__logo {
  width: 172px;
}

.vd-download-banner-modal__logo-img {
  width: 100%;
}

.vd-download-banner-form {
  margin-top: 24px;
}

.vd-download-banner-form__title {
  font-size: 20px;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 36px;
  text-align: center;
}

.vd-download-banner-form__subtitle {
  line-height: 1.2;
}

.vd-download-banner-modal-open {
  overflow: hidden;
}
.vd-download-banner-modal-open .vd-body {
  overflow: hidden;
}

.vd-download-form__label {
  display: block;
  margin-block: 8px;
  font-size: 16px;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .vd-download-form__label {
    font-size: 18px;
  }
}

.vd-download-form__input {
  height: 40px;
  width: 100%;
  box-shadow: 0 2px 12px 0 rgba(20, 20, 43, 0.08);
}

.vd-download-form__action {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 36px;
}

.vd-download-form__submit-btn {
  width: 100%;
  max-width: 240px;
}

.vd-download-form__submitting-container,
.vd-download-form__success,
.vd-download-form__failure {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.vd-download-form__error {
  font-size: 14px;
  line-height: 1.1;
  margin-top: 16px;
  color: rgb(214, 54, 55);
  font-style: normal;
  display: inline-block;
}

.vd-download-banner-connector {
  height: 36px;
}
@media (min-width: 992px) {
  .vd-download-banner-connector {
    height: 80px;
  }
}

.vd-download-banner-connector_top {
  display: flex;
  align-items: center;
  height: 100%;
  margin-left: 32px;
}

.vd-download-banner-connector_bottom {
  display: flex;
  align-items: flex-end;
  height: 100%;
  margin-left: 32px;
}

.vd-h-tabs__tabs-container {
  position: relative;
  display: flex;
}

.vd-h-tabs__tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  width: 200px;
  position: absolute;
  z-index: 1;
  top: calc(100% + 8px);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.15);
}
@media (min-width: 992px) {
  .vd-h-tabs__tabs {
    width: auto;
    position: unset;
    flex-direction: row;
    margin-left: -8px;
    margin-right: -8px;
    border-radius: 0;
    box-shadow: none;
  }
}

.vd-h-tab-dropdown-container {
  width: 200px;
}

.vd-h-tabs__tab-item {
  width: 100%;
}
@media (min-width: 992px) {
  .vd-h-tabs__tab-item {
    width: auto;
    padding-left: 8px;
    padding-right: 8px;
  }
}

/*.vd-h-tabs__tab-item-inner {
	@include position-relative-w-100;
  overflow: hidden;
  height: 100%;
  @include media-breakpoint-up(lg) {
  	height: unset;
    @include vd-aspect-ratio-container('16-9');
  }
}*/
.vd-h-tab-dropdown-btn,
.vd-h-tab-btn,
.vd-h-tab-btn-link {
  font-size: 18px;
  font-weight: 500;
}
@media (min-width: 992px) {
  .vd-h-tab-dropdown-btn,
  .vd-h-tab-btn,
  .vd-h-tab-btn-link {
    font-size: 20px;
  }
}

@media (max-width: 991.98px) {
  .vd-h-tab-btn {
    width: 100%;
    border-radius: 0;
    background-color: rgb(255, 255, 255);
  }
}

.vd-h-tab-dropdown-btn {
  width: 100%;
}

.vd-h-tab-btn_active {
  color: rgb(37, 67, 137);
}
@media (min-width: 992px) {
  .vd-h-tab-btn_active {
    background-color: transparent;
    border: 1px solid rgb(37, 67, 137);
  }
}
@media (min-width: 992px) {
  .vd-h-tab-btn_active:hover, .vd-h-tab-btn_active:focus {
    background-color: transparent !important;
  }
}

.vd-h-tabs__content-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.vd-h-tabs__content-item {
  display: none;
}

.vd-h-tabs__content-item_active {
  display: block;
}

.vd-h-tab-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 36px;
}
@media (min-width: 992px) {
  .vd-h-tab-content {
    margin-top: 40px;
  }
}

.vd-h-tab-content__header {
  margin-bottom: 24px;
}

.vd-h-tab-content__title {
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
}

.vd-h-tab-content__text {
  margin-top: 8px;
}

.vd-h-tab-content__body {
  overflow: hidden;
  flex: 1;
}

.vd-h-tab-content__list {
  list-style: none;
  margin: -18px -18px;
  padding: 0;
  height: 100%;
}

.vd-h-tab-content__list-item {
  padding: 18px 18px;
}

.vd-h-tabs-card {
  height: 100%;
}
.vd-h-tabs-card .vd-card__top {
  padding: 12px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.vd-h-tabs-card .vd-card__header {
  padding: 0;
}
.vd-h-tabs-card .vd-card__title {
  font-size: 18px;
  font-weight: 900;
}
@media (min-width: 992px) {
  .vd-h-tabs-card .vd-card__title {
    font-size: 24px;
  }
}
.vd-h-tabs-card .vd-card__body {
  display: none;
  padding-top: 8px;
}
@media (min-width: 992px) {
  .vd-h-tabs-card .vd-card__body {
    display: block;
  }
}

.vd-vertical-tabs-row {
  display: flex;
  flex-wrap: wrap;
}

.vd-vertical-tabs__col-tabs {
  width: 100%;
}
@media (min-width: 992px) {
  .vd-vertical-tabs__col-tabs {
    width: 236px;
    margin-right: 24px;
  }
}
@media (min-width: 1200px) {
  .vd-vertical-tabs__col-tabs {
    width: 25%;
  }
}
@media (min-width: 1440px) {
  .vd-vertical-tabs__col-tabs {
    width: 360px;
  }
}

.vd-vertical-tabs__col-content {
  width: 100%;
  background-color: rgb(255, 255, 255);
  border-radius: 8px;
}
@media (min-width: 992px) {
  .vd-vertical-tabs__col-content {
    width: calc(100% - 236px - 24px);
  }
}
@media (min-width: 1200px) {
  .vd-vertical-tabs__col-content {
    width: calc(75% - 24px);
  }
}
@media (min-width: 1440px) {
  .vd-vertical-tabs__col-content {
    width: unset;
    flex: 1;
  }
}

.vd-vertical-tabs__tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: -12px;
  margin-bottom: -12px;
  display: flex;
}
@media (min-width: 992px) {
  .vd-vertical-tabs__tabs {
    display: block;
  }
}

.vd-vertical-tabs__tab-item {
  padding-top: 12px;
  padding-bottom: 12px;
  height: 64px;
  width: 33.3%;
}
@media (min-width: 992px) {
  .vd-vertical-tabs__tab-item {
    height: unset;
    width: unset;
  }
}

.vd-vertical-tabs__tab-item-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 100%;
}
@media (min-width: 992px) {
  .vd-vertical-tabs__tab-item-inner {
    min-height: calc(0.33 * (calc(660px - 80px - 12px) - 2 * 24px));
    padding: 0;
    height: calc(0.33 * (calc(100dvh - 80px - 12px) - 2 * 24px));
    max-height: calc(0.33 * (calc(760px - 80px - 12px) - 2 * 24px));
  }
}
@media (min-width: 992px) {
  .vd-keyfeatures_products .vd-vertical-tabs__tab-item-inner {
    min-height: calc(0.33 * (calc(660px - 2 * 80px - 12px) - 2 * 24px));
    height: calc(0.33 * (calc(100dvh - 2 * 80px - 12px) - 2 * 24px));
    max-height: calc(0.33 * (calc(760px - 2 * 80px - 12px) - 2 * 24px));
  }
}

.vd-tab-btn {
  border-radius: 8px;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.vd-tab-btn__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vd-tab-btn__overlay {
  background-image: linear-gradient(0deg, rgba(40, 58, 100, 0.7) 0%, rgba(40, 58, 100, 0.7) 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vd-tab-btn__overlay_hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vd-tab-btn__label {
  z-index: 1;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
  color: rgb(255, 255, 255);
}

.vd-tab-btn_active {
  border: 3px solid rgb(253, 190, 87);
}
.vd-tab-btn_active .vd-tab-btn__overlay {
  background-image: linear-gradient(0deg, rgba(242, 189, 39, 0.15) 0%, rgba(242, 189, 39, 0.15) 100%), linear-gradient(0deg, rgba(12, 23, 49, 0.75) 0%, rgba(12, 23, 49, 0.7) 100%);
}
.vd-tab-btn_active .vd-tab-btn__label {
  color: rgb(253, 190, 87);
}

.vd-vertical-tabs__content-list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  padding: 20px 32px;
  border-radius: 4px;
  overflow: hidden;
}

.vd-vertical-tabs__content-item {
  display: none;
}

.vd-vertical-tabs__content-item_active {
  display: block;
}

.vd-tab-content {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.vd-tab-content__header {
  margin-bottom: 24px;
}

.vd-tab-content__title {
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
  color: rgb(12, 23, 49);
}

.vd-tab-content__text {
  margin-top: 8px;
}

.vd-tab-content__body {
  flex: 1;
}

.vd-tab-content__list {
  list-style: none;
  margin: -12px -12px;
  padding: 0;
  height: 100%;
}
@media (min-width: 992px) {
  .vd-tab-content__list {
    max-height: 396px;
    overflow-x: hidden;
    overflow-y: auto;
  }
}
@media (min-width: 1200px) {
  .vd-tab-content__list {
    max-height: 470px;
  }
}
@media (min-width: 1440px) {
  .vd-tab-content__list {
    max-height: 570px;
  }
}

.vd-tab-content__list-item {
  padding: 12px 12px;
}

.vd-tab-content__list-item_full-height {
  display: inline-flex;
}

.vd-tabs-icon-card .vd-icon-card__icon-container {
  padding: 0;
  margin-bottom: 16px;
}
.vd-tabs-icon-card .vd-icon-card__header {
  padding: 0;
}
.vd-tabs-icon-card .vd-icon-card__body {
  padding: 0;
}

.vd-tabs-card {
  padding: 16px; /*grid-8dp(3);*/
  border-radius: 16px;
}
.vd-tabs-card .vd-card__img-container {
  padding-top: 50%; /*27%;*/
  border-radius: 4px;
}
.vd-tabs-card .vd-card__top {
  padding: 16px 0 0;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.vd-tabs-card .vd-card__header {
  padding: 0;
}

.vd-accordian-row {
  display: flex;
  flex-wrap: wrap;
}

.vd-accordian__tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: -12px;
  margin-bottom: -12px;
}

.vd-accordian__tab-item {
  padding-top: 12px;
  padding-bottom: 12px;
}

.vd-accordian-btn-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 64px;
}

.vd-accordian-btn {
  border-radius: 8px;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  width: 100%;
  height: 100%;
}
.vd-accordian-btn {
  background-color: rgb(12, 23, 49);
}
.vd-accordian-btn {
  color: rgb(255, 255, 255);
}

.vd-accordian-btn_has-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.vd-accordian-btn__content {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.vd-accordian-btn__icon {
  width: 18px;
  height: 18px;
  fill: currentColor;
  stroke: currentColor;
  z-index: 1;
}

.vd-accordian-btn__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vd-accordian-btn__overlay {
  background-image: linear-gradient(0deg, rgba(40, 58, 100, 0.7) 0%, rgba(40, 58, 100, 0.7) 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vd-accordian-btn__overlay_hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vd-accordian-btn__label {
  z-index: 1;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
  flex: 1;
}

.vd-accordian-btn_active {
  border-radius: 8px 8px 0 0;
  text-align: left;
}
.vd-accordian-btn_active {
  background-color: rgb(255, 255, 255);
}
.vd-accordian-btn_active {
  color: rgb(12, 23, 49);
}
.vd-accordian-btn_active .vd-accordian-btn__img {
  display: none;
}
.vd-accordian-btn_active .vd-accordian-btn__overlay {
  background-image: none;
}
.vd-accordian-btn_active .vd-accordian-btn__icon {
  transform: rotate(180deg);
}

.vd-accordian__content-list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  padding: 20px 32px;
  border-radius: 4px;
  overflow: hidden;
}

.vd-accordian__content-item {
  display: none;
}

.vd-accordian__content-item_active {
  display: block;
}

.vd-accordian-content {
  display: none;
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: 500ms grid-template-rows ease-out;
  transition: 500ms grid-template-rows ease-out;
}

.vd-accordian-content_active {
  grid-template-rows: 1fr;
}

.vd-accordian-content__inner {
  overflow: hidden;
  border-radius: 0 0 8px 8px;
}
.vd-accordian-content__inner {
  background-color: rgb(255, 255, 255);
}
.vd-accordian-content__inner {
  color: rgb(106, 109, 115);
}

.vd-accordian-content__body {
  padding: 16px;
  border-radius: 8px;
}

.vd-accordian-content__header {
  margin-bottom: 24px;
}

.vd-accordian-content__title {
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
  color: rgb(12, 23, 49);
  margin-bottom: 24px;
}

.vd-accordian-content__body {
  flex: 1;
}

.vd-accordian-content__list {
  list-style: none;
  margin: -12px -12px;
  padding: 0;
}

.vd-accordian-content__list-item {
  padding: 12px 12px;
}

.vd-accordians-icon-card .vd-icon-card__icon-container {
  padding: 0;
  margin-bottom: 16px;
}
.vd-accordians-icon-card .vd-icon-card__header {
  padding: 0;
}
.vd-accordians-icon-card .vd-icon-card__body {
  padding: 0;
}

.vd-accordians-card {
  padding: 24px;
  border-radius: 16px;
}
.vd-accordians-card .vd-card__img-container {
  padding-top: 27%;
  border-radius: 4px;
}
.vd-accordians-card .vd-card__top {
  padding: 16px 0 0;
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.vd-accordian_primary-100 .vd-accordian-btn {
  background-color: rgb(237, 243, 255);
}
.vd-accordian_primary-100 .vd-accordian-btn {
  color: rgb(106, 109, 115);
}
.vd-accordian_primary-100 .vd-accordian-btn_active {
  background-color: rgb(237, 243, 255);
}
.vd-accordian_primary-100 .vd-accordian-btn_active {
  color: rgb(106, 109, 115);
}
.vd-accordian_primary-100 .vd-accordian-content__inner {
  background-color: rgb(237, 243, 255);
}
.vd-accordian_primary-100 .vd-accordian-content__inner {
  color: rgb(106, 109, 115);
}

.vd-accordian_map .vd-accordian-btn__label {
  font-size: 18px;
}
.vd-accordian_map .vd-accordian-content__list {
  margin: -6px -6px;
}
.vd-accordian_map .vd-accordian-content__list-item {
  padding: 6px 6px;
}

.vd-accordian-icon-card .vd-icon-card__icon-container {
  padding: 0;
  margin-bottom: 16px;
}
.vd-accordian-icon-card .vd-icon-card__header {
  padding: 0;
}
.vd-accordian-icon-card .vd-icon-card__body {
  padding: 0;
}

.vd-card-accordian-row {
  display: flex;
  flex-wrap: wrap;
}

.vd-card-accordian__tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: -12px;
  margin-bottom: -12px;
}

.vd-card-accordian__tab-item {
  padding-top: 12px;
  padding-bottom: 12px;
  position: relative;
  overflow: hidden;
}

.vd-card-accordian-item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.vd-card-accordian-btn-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 64px;
}

.vd-card-accordian-btn {
  border-radius: 8px;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(20, 42, 95);
  color: rgb(255, 255, 255);
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.vd-card-accordian-btn__content {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.vd-card-accordian-btn__icon {
  width: 18px;
  height: 18px;
  fill: currentColor;
  stroke: currentColor;
  z-index: 1;
}

.vd-card-accordian-btn__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vd-card-accordian-btn__overlay {
  background-image: linear-gradient(0deg, rgba(40, 58, 100, 0.7) 0%, rgba(40, 58, 100, 0.7) 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vd-card-accordian-btn__overlay_hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vd-card-accordian-btn__label {
  z-index: 1;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  flex: 1;
}

.vd-card-accordian-btn_active {
  border-radius: 8px 8px 0 0;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.vd-card-accordian-btn_active .vd-card-accordian-btn__img {
  display: none;
}
.vd-card-accordian-btn_active .vd-card-accordian-btn__overlay {
  background-image: none;
}
.vd-card-accordian-btn_active .vd-card-accordian-btn__icon {
  transform: rotate(180deg);
}

.vd-card-accordian-content__title {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
  color: rgb(255, 255, 255);
  margin-bottom: 16px;
}

.vd-card-accordian__content-list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  padding: 20px 32px;
  border-radius: 4px;
  overflow: hidden;
}

.vd-card-accordian__content-item {
  display: none;
}

.vd-card-accordian__content-item_active {
  display: block;
}

.vd-card-accordian-content {
  display: none;
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: 500ms grid-template-rows ease-out;
  transition: 500ms grid-template-rows ease-out;
}

.vd-card-accordian-content_active {
  grid-template-rows: 1fr;
}

.vd-card-accordian-content__inner {
  overflow: hidden;
  background-color: rgb(20, 42, 95);
  color: rgba(237, 243, 255, 0.7);
  border-radius: 0 0 8px 8px;
}

.vd-card-accordian-content__main {
  padding: 16px;
  border-radius: 8px;
}

.vd-card-accordian-content__body {
  font-size: 16px;
  font-weight: 500;
}

/*
.vd-card-accordian-content__title {
	font-size: 22px;
	font-weight: 900;
	line-height: 1;
	color: $tabs-content-title-color;
	margin-bottom: grid-8dp(3);
}
*/
.vd-card-accordian-content__body {
  flex: 1;
}

.vd-card-accordian-content__list {
  list-style: none;
  margin: -4px -12px;
  padding: 0;
}

.vd-card-accordian-content__list-item {
  padding: 4px 12px;
}

.vd-card-accordian-content__footer {
  margin-top: 24px;
  display: flex;
}

.vd-card-accordian-content__cta-1,
.vd-card-accordian-content__cta-2 {
  z-index: 1;
}
.vd-card-accordian-content__cta-1 .vd-button-link,
.vd-card-accordian-content__cta-2 .vd-button-link {
  padding: 0 16px;
  font-size: 14px;
}
.vd-card-accordian-content__cta-1 .vd-accordian-demo-btn,
.vd-card-accordian-content__cta-2 .vd-accordian-demo-btn {
  padding: 0 8px;
  font-size: 14px;
}

.vd-card-accordian-content__cta-2 {
  margin-left: 8px;
}

.vd-card-accordians-icon-card .vd-icon-card__icon-container {
  padding: 0;
  margin-bottom: 16px;
}
.vd-card-accordians-icon-card .vd-icon-card__header {
  padding: 0;
}
.vd-card-accordians-icon-card .vd-icon-card__body {
  padding: 0;
}

.vd-card-accordians-card {
  padding: 24px;
  border-radius: 16px;
}
.vd-card-accordians-card .vd-card__img-container {
  padding-top: 27%;
  border-radius: 4px;
}
.vd-card-accordians-card .vd-card__top {
  padding: 16px 0 0;
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.vd-card-accordian .vd-bullet-card {
  padding: 0;
  align-items: center;
}
.vd-card-accordian .vd-bullet-card__icon-container {
  margin-right: 8px;
}
.vd-card-accordian .vd-bullet-card__title {
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
}

.vd-card-accordian-gradient {
  position: absolute;
  width: 800px;
  height: 1000px;
  transform: rotate(90deg);
  border-radius: 500px;
  border-radius: 506px;
  opacity: 0.3;
  filter: blur(100px);
  top: -40%;
  left: 50%;
}

.vd-card-accordian-gradient_purple {
  background: linear-gradient(0deg, rgba(190, 140, 255, 0.7) 0%, rgba(190, 140, 255, 0.7) 100%);
}

@media (min-width: 992px) {
  .vd-vertical-card-tabs {
    height: 440px;
  }
}

.vd-vertical-card-tabs-row {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}

.vd-vertical-card-tabs__col-tabs {
  width: 100%;
}
@media (min-width: 992px) {
  .vd-vertical-card-tabs__col-tabs {
    width: 212px;
    margin-right: 24px;
  }
}

.vd-vertical-card-tabs__col-content {
  width: 100%;
  background-color: rgb(255, 255, 255);
  border-radius: 8px;
}
@media (min-width: 992px) {
  .vd-vertical-card-tabs__col-content {
    width: calc(100% - 212px - 24px);
  }
}

.vd-vertical-card-tabs-col {
  height: 100%;
}

.vd-vertical-card-tabs__tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: -6px;
  margin-bottom: -6px;
  display: flex;
}
@media (min-width: 992px) {
  .vd-vertical-card-tabs__tabs {
    display: block;
    max-height: 440px;
    overflow-y: auto;
  }
}

.vd-vertical-card-tabs__tab-item {
  padding-top: 6px;
  padding-bottom: 6px;
}
@media (min-width: 992px) {
  .vd-vertical-card-tabs__tab-item {
    width: calc(100% - 8px);
  }
}

.vd-card-tab-btn {
  border-color: #C0C5FF;
  font-size: 24px;
  text-align: left;
}
@media (min-width: 992px) {
  .vd-card-tab-btn {
    width: 100%;
  }
}
.vd-card-tab-btn .vd-button__label span, .vd-card-tab-btn .vd-button-link__label span {
  color: inherit;
}

.vd-card-tab-btn_active {
  background-color: rgb(255, 255, 255);
  border-color: #C0C5FF;
}
.vd-card-tab-btn_active:hover, .vd-card-tab-btn_active:focus {
  background-color: rgb(255, 255, 255);
}
.vd-card-tab-btn_active .vd-button__label .vd-text-gold, .vd-card-tab-btn_active .vd-button-link__label .vd-text-gold {
  color: rgb(242, 164, 36);
}
.vd-card-tab-btn_active .vd-button__label .vd-text-blue, .vd-card-tab-btn_active .vd-button-link__label .vd-text-blue {
  color: rgb(50, 143, 235);
}
.vd-card-tab-btn_active .vd-button__label .vd-text-green, .vd-card-tab-btn_active .vd-button-link__label .vd-text-green {
  color: rgb(99, 176, 69);
}
.vd-card-tab-btn_active .vd-button__label .vd-text-red, .vd-card-tab-btn_active .vd-button-link__label .vd-text-red {
  color: rgb(234, 47, 40);
}
.vd-card-tab-btn_active .vd-button__label .vd-text-iq, .vd-card-tab-btn_active .vd-button-link__label .vd-text-iq {
  color: rgb(238, 128, 34);
}
.vd-card-tab-btn_active .vd-button__label .vd-text-comet, .vd-card-tab-btn_active .vd-button-link__label .vd-text-comet {
  color: rgb(190, 140, 255);
}

.vd-vertical-card-tabs__content-list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.vd-vertical-card-tabs__content-item {
  display: none;
}

.vd-vertical-card-tabs__content-item_active {
  display: block;
}

.vd-card-tab-content {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.vd-card-tab-content .vd-horizontal-card {
  height: 100%;
}

.vd-card-tabs-card .vd-horizontal-card__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}
@media (min-width: 992px) {
  .vd-card-tabs-card .vd-horizontal-card__title {
    font-size: 24px;
  }
}
.vd-card-tabs-card .vd-bullet-card {
  align-items: flex-start;
}
.vd-card-tabs-card .vd-bullet-card__title {
  line-height: 1.3;
}

.vd-data-filter__inner {
  display: grid;
  grid-template-columns: 230px 112px;
}
@media (min-width: 992px) {
  .vd-data-filter__inner {
    column-gap: 40px;
    grid-template-columns: 240px 1fr;
  }
}
@media (min-width: 1200px) {
  .vd-data-filter__inner {
    column-gap: 96px;
  }
}

.vd-data-filter__aside {
  position: relative;
}
@media (min-width: 992px) {
  .vd-data-filter__aside {
    grid-row-start: 1;
    grid-row-end: 4;
  }
}

.vd-data-filter__aside-menu {
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 1;
}
@media (min-width: 992px) {
  .vd-data-filter__aside-menu {
    position: unset;
  }
}

.vd-data-aside-menu {
  list-style: none;
  margin: 0;
  padding: 8px 0;
  z-index: 1;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.15);
  background-color: rgb(255, 255, 255);
  height: 200px;
  overflow-y: auto;
}
@media (min-width: 992px) {
  .vd-data-aside-menu {
    background-color: transparent;
    display: block !important;
    margin-top: 24px;
    box-shadow: none;
    height: auto;
  }
}

.vd-data-aside-menu__item {
  padding: 0;
}
@media (min-width: 992px) {
  .vd-data-aside-menu__item {
    padding: 12px 0;
  }
}

.vd-data-filter__main {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.vd-data-filter__navbar {
  position: relative;
  height: 44px;
}

.vd-data-filter__navbar-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: calc(0px - 12px);
}

.vd-data-navbar-menu {
  list-style: none;
  margin: 0;
  padding: 8px 0;
  display: flex;
  flex-direction: column;
  width: 100px;
  position: absolute;
  z-index: 1;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.15);
  background-color: rgb(255, 255, 255);
}

.vd-data-navbar-menu__item {
  padding: 0;
}

.vd-data-filter__content {
  grid-column-start: 1;
  grid-column-end: 4;
}
@media (min-width: 992px) {
  .vd-data-filter__content {
    grid-column-start: 2;
    grid-column-end: 4;
  }
}

.vd-filter-dept-btn,
.vd-filter-country-btn {
  padding-left: 12px;
  padding-right: 12px;
  font-weight: 500;
  font-size: 16px;
  width: 100%;
  text-align: left;
  border-radius: 0;
}
@media (min-width: 992px) {
  .vd-filter-dept-btn,
  .vd-filter-country-btn {
    font-size: 18px;
  }
}

.vd-filter-dept-btn {
  text-align: left;
  height: auto;
  padding: 6px 12px;
}
.vd-filter-dept-btn .vd-button__label, .vd-filter-dept-btn .vd-button-link__label {
  white-space: unset;
}
@media (min-width: 992px) {
  .vd-filter-dept-btn {
    padding: 6px 0;
  }
}

/*.vd-filter-country-btn {
	padding: 0;
}*/
.vd-filter-dept-btn_active,
.vd-filter-country-btn_active {
  color: rgb(37, 67, 137);
}
.vd-filter-dept-btn_active:hover, .vd-filter-dept-btn_active:focus,
.vd-filter-country-btn_active:hover,
.vd-filter-country-btn_active:focus {
  color: rgb(37, 67, 137);
}

.vd-filter-department-dropdown-btn,
.vd-filter-country-dropdown-btn {
  width: 112px;
  text-align: left;
  padding: 0 12px;
  border: 1px solid;
  font-size: 16px;
}
@media (min-width: 992px) {
  .vd-filter-department-dropdown-btn,
  .vd-filter-country-dropdown-btn {
    font-size: 18px;
    border-radius: 0;
    border: none;
  }
}

.vd-filter-department-dropdown-btn {
  width: 220px;
}

.vd-data-filter__content {
  padding-top: 24px;
}
.vd-data-filter__content {
  min-height: 200px;
}

.vd-data-filter__content-list {
  list-style: none;
  padding: 0;
  margin: -12px;
}

.vd-data-filter__list-item {
  padding: 12px;
}

.vd-data-filter__aside-title {
  height: 44px;
  display: flex;
  align-items: center;
}

.vd-data-filter__connector-container {
  margin-left: 32px;
  min-height: 200px;
  height: 100%;
  flex: 1;
  margin-top: 40px;
}

.vd-data-filter__connector {
  width: 6px;
  background-color: #87A5EB;
  opacity: 0.28;
  height: 100%;
}

.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.entry-content {
  /*padding-top: map-get($entry-content-padding-y, xs);

  @include media-breakpoint-up(md) {
    padding-top: map-get($entry-content-padding-y, md);
  }

  @include media-breakpoint-up(xl) {
    padding-top: map-get($entry-content-padding-y, xl);
  }*/
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.vd-post-list {
  list-style: none;
}

.vd-archive-page {
  padding-bottom: 140px;
}

.vd-keyfeatures {
  padding: 24px 0;
  background-image: -webkit-linear-gradient(0deg, #1b3164, #1b3164 100%);
  background-image: linear-gradient(0deg, #1b3164, #1b3164 100%);
}
@media (min-width: 992px) {
  .vd-keyfeatures {
    padding: 12px 0 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

.vd-keyfeatures_products {
  padding: 80px 0;
}

.slick-slide {
  padding: 0 12px;
}

.vd-product-slider-card .vd-card__top {
  height: 148px;
}
.vd-product-slider-card .vd-card__title {
  font-weight: 400;
}
.vd-product-slider-card .vd-card__title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.vd-product-slider-card .vd-card__text {
  font-size: 18px;
}
.vd-product-slider-card .vd-card__text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.vd-product-slider-card .vd-button-link {
  padding: 0;
}
.vd-product-slider-card .vd-card__img-container {
  position: relative;
  width: 100%;
  padding-top: 75%;
  overflow: hidden;
  border-radius: 8px;
  background: rgba(19, 41, 93, 0.47);
}
.slick-prev.vd-icon-button {
  position: absolute;
  top: auto;
  bottom: 136px;
  left: -12px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
  z-index: 1;
}

.slick-next.vd-icon-button {
  position: absolute;
  top: auto;
  bottom: 136px;
  right: -12px;
  left: auto;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
  z-index: 1;
}

.vd-slider-area {
  margin-left: -12px;
  margin-right: -12px;
}

.vd-slider-area_hide {
  visibility: hidden;
}

.vd-mission-vision {
  overflow: hidden;
}

.vd_mission_grid {
  margin: -32px;
}
@media (min-width: 992px) {
  .vd_mission_grid {
    margin: -40px;
  }
}
.vd_mission_grid .vd-item-list__item {
  padding: 32px;
}
@media (min-width: 992px) {
  .vd_mission_grid .vd-item-list__item {
    padding: 40px;
  }
}

.vd-mission-card .vd-card__header {
  padding-top: 0;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .vd-mission-card .vd-card__header {
    padding-bottom: 32px;
  }
}
.vd-mission-card .vd-card__text {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 400;
}
@media (min-width: 992px) {
  .vd-mission-card .vd-card__text {
    font-size: 22px;
  }
}
.vd-mission-card .vd-card__top {
  padding-bottom: 0;
  padding-top: 32px;
}
@media (min-width: 992px) {
  .vd-mission-card .vd-card__top {
    padding-top: 48px;
  }
}
.vd-mission-card .vd-card__bottom {
  margin-top: 16px;
}
@media (min-width: 992px) {
  .vd-mission-card .vd-card__bottom {
    margin-top: 24px;
  }
}

.vd_logo_grid {
  margin-left: -12px;
  margin-right: -12px;
  margin-top: -8px;
  margin-bottom: -8px;
}
.vd_logo_grid .vd-item-list__item {
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.vd_logo_grid .vd-logo-card {
  height: 100%;
}

.vd-section-bg-globe {
  position: relative;
  overflow: hidden;
}
.vd-section-bg-globe::before {
  content: "";
  display: none;
  position: absolute;
  width: 400px;
  height: 361px;
  top: auto;
  bottom: 0;
  right: 0;
  left: auto;
  background-image: url("images/ces-globe-bg.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .vd-section-bg-globe::before {
    display: block;
    width: 400px;
    height: 361px;
  }
}
@media (min-width: 1440px) {
  .vd-section-bg-globe::before {
    width: 589px;
    height: 532px;
  }
}

.vd-section-bg-star {
  position: relative;
  overflow: hidden;
}
.vd-section-bg-star::before {
  content: "";
  display: none;
  position: absolute;
  width: 400px;
  height: 379px;
  top: auto;
  bottom: -200px;
  right: auto;
  left: 10%;
  background-image: url("images/ces-star-bg.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .vd-section-bg-star::before {
    display: block;
    width: 400px;
    height: 379px;
  }
}
@media (min-width: 1440px) {
  .vd-section-bg-star::before {
    width: 575px;
    height: 546px;
    bottom: -290px;
  }
}

.vd-section-bg-logo {
  position: relative;
  overflow: hidden;
}
.vd-section-bg-logo::before {
  content: "";
  display: none;
  position: absolute;
  width: 400px;
  height: 367px;
  top: 0;
  bottom: auto;
  right: auto;
  left: calc(50% - 200px);
  background-image: url("images/ces-logo-bg.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .vd-section-bg-logo::before {
    display: block;
    width: 691px;
    height: 639px;
    left: calc(50% - 345.5px);
  }
}
.vd-section-bg-logo::before {
  z-index: -1;
}

.vd-mission-card_horizontal .vd-card__header {
  padding-top: 0;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .vd-mission-card_horizontal .vd-card__header {
    padding-bottom: 32px;
  }
}
.vd-mission-card_horizontal .vd-card__text {
  font-size: 16px;
  line-height: 1.3;
}
@media (min-width: 992px) {
  .vd-mission-card_horizontal .vd-card__text {
    font-size: 18px;
  }
}
.vd-mission-card_horizontal .vd-card__top {
  padding-bottom: 0;
  padding-top: 20px;
}
@media (min-width: 992px) {
  .vd-mission-card_horizontal .vd-card__top {
    padding-top: 0;
  }
}
.vd-mission-card_horizontal .vd-card__bottom {
  margin-top: 24px;
}
@media (min-width: 992px) {
  .vd-mission-card_horizontal .vd-card__header {
    padding-bottom: 32px;
  }
  .vd-mission-card_horizontal .vd-card__text {
    font-size: 18px;
  }
  .vd-mission-card_horizontal .vd-card__top {
    padding-top: 0;
  }
}

.vd-leadership__inner {
  max-width: 1048px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.vd-leadership__top {
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .vd-leadership__top {
    margin-bottom: 32px;
  }
}

.vd-leadership__list {
  list-style: none;
  padding: 0;
  margin: -8px;
}
@media (min-width: 992px) {
  .vd-leadership__list {
    margin: -16px;
  }
}
.vd-leadership__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.vd-leadership__item {
  padding: 8px;
}
@media (min-width: 992px) {
  .vd-leadership__item {
    padding: 16px;
  }
}

.vd-leadership__item .vd-profile-card {
  text-align: center;
  width: 232px;
}
.vd-leadership__item .vd-profile-card__subtitle {
  height: 48px;
}
.vd-leadership__item .vd-profile-card__subtitle {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.vd_leadership_top-leadership {
  text-align: center;
  width: 232px;
}
.vd_leadership_top-leadership .vd-profile-card__subtitle {
  height: 48px;
}

.vd-leadership__cta {
  margin-top: 56px;
}
.vd-leadership__cta .vd-profile-card__subtitle {
  margin-top: 80px;
}

.vd-leadership-banner {
  height: 400px;
  position: relative;
}
@media (min-width: 1440px) {
  .vd-leadership-banner {
    height: 552px;
  }
}

.vd-leadership-banner__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.vd-leadership-banner__bg-inner {
  width: 100%;
  height: 100%;
  position: relative;
}

.vd-leadership-banner__bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vd-leadership-banner__bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(37, 67, 137, 0.86);
}

.vd-leadership-banner__inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.vd-leadership-banner-header,
.vd-leadership-header {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .vd-leadership-banner-header,
  .vd-leadership-header {
    margin-bottom: 40px;
  }
}

.vd-leadership-header__title,
.vd-leadership-banner-header__title {
  text-align: center;
  margin-bottom: 0;
}

.vd-leadership-banner-header__title {
  color: rgb(255, 255, 255);
}

.vd-care-services__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 16px;
}
@media (min-width: 992px) {
  .vd-care-services__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  .vd-care-services__list_masonary {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(6, 1fr);
  }
}

.vd-care-service-card {
  align-items: center;
  height: 100%;
}
.vd-care-service-card .vd-bullet-card__body {
  padding-top: 8px;
}
.vd-care-service-card .vd-bullet-card__icon-container {
  margin-right: 28px;
}
.vd-care-service-card .vd-bullet-card__text {
  -webkit-line-clamp: none;
}
@media (min-width: 992px) {
  .vd-care-service-card .vd-bullet-card__content {
    display: block;
  }
  .vd-care-service-card .vd-bullet-card__header {
    width: auto;
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  .vd-care-services__list_masonary .vd-care-services__list-item_1 {
    grid-row-start: 1;
    grid-row-end: 4;
  }
}
@media (min-width: 992px) {
  .vd-care-services__list_masonary .vd-care-services__list-item_2 {
    grid-row-start: 4;
    grid-row-end: 7;
  }
}
@media (min-width: 992px) {
  .vd-care-services__list_masonary .vd-care-services__list-item_3 {
    grid-row-start: 1;
    grid-row-end: 3;
  }
}
@media (min-width: 992px) {
  .vd-care-services__list_masonary .vd-care-services__list-item_4 {
    grid-row-start: 3;
    grid-row-end: 5;
  }
}
@media (min-width: 992px) {
  .vd-care-services__list_masonary .vd-care-services__list-item_5 {
    grid-row-start: 5;
    grid-row-end: 7;
  }
}

.vd-career-features {
  padding-top: 64px;
}
@media (min-width: 992px) {
  .vd-career-features {
    padding: 0;
  }
}

.vd-career-features-header {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .vd-career-features-header {
    margin-bottom: 48px;
  }
}

.vd-career-features-header__title {
  margin: 0;
  text-align: center;
}

.vd-career-features__list {
  list-style: none;
  padding: 0;
  margin: -12px;
  justify-content: center;
}

.vd-career-features__list-item {
  padding: 12px;
}

.vd-career-card {
  padding: 24px 36px;
  border-radius: 8px;
}
.vd-career-card .vd-icon-card__icon-container {
  padding: 0 0 8px;
}
.vd-career-card .vd-icon-card__body {
  padding: 0;
}
.vd-career-card .vd-icon-card__title {
  color: rgb(0, 0, 0);
}

.vd-career-features__connector {
  margin-left: 50%;
  margin-top: 20px;
}

.vd-career-life {
  position: relative;
  padding-top: 80px;
}
@media (min-width: 992px) {
  .vd-career-life {
    padding-top: 80px;
  }
}

.vd-career-life__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.vd-career-life__bg-inner {
  width: 100%;
  height: 100%;
}

.vd-career-life__para-1,
.vd-career-life__para-2,
.vd-career-life__quote {
  max-width: 748px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 1.5;
}
@media (min-width: 992px) {
  .vd-career-life__para-1,
  .vd-career-life__para-2,
  .vd-career-life__quote {
    font-size: 18px;
  }
}

.vd-career-life__para-2_margin {
  margin-top: 24px;
}
@media (min-width: 992px) {
  .vd-career-life__para-2_margin {
    margin-top: 48px;
  }
}

/*.vd-career-life__para-1 {
  margin-top: grid-8dp(3);
  @include media-breakpoint-up(lg) {
    margin-top: grid-8dp(6);
  }
}*/
.vd-career-life__quote {
  margin-top: 12px;
}
@media (min-width: 992px) {
  .vd-career-life__quote {
    margin-top: 24px;
  }
}

.vd-career-life__carousel .slick-slide {
  padding: 0 8px;
}

.vd-career-life__carousel_margin {
  margin-top: 24px;
}
@media (min-width: 992px) {
  .vd-career-life__carousel_margin {
    margin-top: 48px;
  }
}

.vd-career-life-connector {
  height: 80px;
}
@media (min-width: 992px) {
  .vd-career-life-connector {
    margin-top: 40px;
    height: 211px;
    overflow: hidden;
  }
}

.vd-career-life-connector__inner {
  height: 100%;
  margin-left: 32px;
}

.vd-jobs {
  background-color: rgb(237, 243, 255);
}
.vd-jobs {
  color: rgb(106, 109, 115);
}
.vd-jobs {
  /*@each $breakpoint, $height in $spacer-heights {
    @include media-breakpoint-up($breakpoint) {
      padding-top: map-get($spacer-heights, $breakpoint);
      padding-bottom: map-get($spacer-heights, $breakpoint);
    }
  }*/
}

.vd-jobs__inner {
  padding: 40px 0;
}
@media (min-width: 992px) {
  .vd-jobs__inner {
    padding-bottom: 0;
  }
}

.vd-jobs__connector {
  width: 6px;
  background-color: #87A5EB;
  opacity: 0.28;
  height: 100%;
  margin-left: calc(32px - 0.5px);
  height: 40px;
}

.vd-jobs-header {
  margin-bottom: 12px;
}

.vd-jobs-header__title {
  margin-bottom: 0;
}

.vd-jobs-text {
  font-size: 16px;
  line-height: 1.4;
}
@media (min-width: 992px) {
  .vd-jobs-text {
    font-size: 18px;
  }
}

.vd-jobs__job-tabs {
  margin-top: 40px;
}
@media (min-width: 992px) {
  .vd-jobs__job-tabs {
    margin-top: 72px;
  }
}

.vd-loading-img-container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vd-loading-img {
  width: 44px;
  height: 44px;
}

.vd-featured-post-tile {
  padding-top: 67%;
  max-width: unset;
  height: unset;
  border-radius: 8px;
}
@media (min-width: 768px) {
  .vd-featured-post-tile {
    padding-top: 40%;
  }
}
@media (min-width: 992px) {
  .vd-featured-post-tile {
    padding-top: 30%;
  }
}
.vd-featured-post-tile .vd-tile__content {
  padding: 20px 12px;
}
@media (min-width: 992px) {
  .vd-featured-post-tile .vd-tile__content {
    padding: 24px;
  }
}
.vd-featured-post-tile .vd-tile__title {
  color: rgb(255, 255, 255);
  font-size: 20px;
  line-height: 1.3;
}
@media (min-width: 992px) {
  .vd-featured-post-tile .vd-tile__title {
    font-size: 32px;
  }
}
.vd-featured-post-tile .vd-tile__subtitle {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.1;
  font-size: 400;
}
.vd-featured-post-tile .vd-tile__subtitle {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (min-width: 992px) {
  .vd-featured-post-tile .vd-tile__subtitle {
    margin-top: 20px;
    font-size: 18px;
  }
}

.vd-embed-video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  z-index: -100;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: cover;
}

.vd-related-posts {
  width: 100%;
  margin-bottom: 80px;
}
@media (min-width: 992px) {
  .vd-related-posts {
    width: 800px;
    margin: 0 auto;
  }
}
.vd-related-posts {
  margin-bottom: 160px;
}

.vd-related-posts__header {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .vd-related-posts__header {
    margin-bottom: 64px;
  }
}

.vd-related-posts__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  color: rgba(0, 0, 0, 0.4);
}

.vd-related-posts__list {
  flex-wrap: nowrap;
  overflow-x: auto;
  /*@include media-breakpoint-up(lg) {
    flex-wrap: wrap;
    overflow: hidden;
  }*/
}

.vd-related-posts__list-items-2 {
  width: calc(100% - 48px);
}
@media (min-width: 768px) {
  .vd-related-posts__list-items-2 {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .vd-related-posts__list-items-2 {
    width: 33.33%;
  }
}

.vd-related-posts__list-items-3 {
  width: calc(100% - 48px);
}
@media (min-width: 768px) {
  .vd-related-posts__list-items-3 {
    width: calc(50% - 48px);
  }
}
@media (min-width: 992px) {
  .vd-related-posts__list-items-3 {
    width: calc(50% - 48px);
  }
}

.vd-case-study {
  padding-bottom: 64px;
}
@media (min-width: 992px) {
  .vd-case-study {
    padding-bottom: 0;
  }
}

.vd-case-study-header__inner {
  display: flex;
  align-items: center;
}

.vd-case-study-header__title {
  margin-top: 56px;
  margin-bottom: 48px;
  text-align: center;
  width: 100%;
}
@media (min-width: 992px) {
  .vd-case-study-header__title {
    margin-top: 80px;
    margin-bottom: 64px;
  }
}

.vd-case-study-connector {
  display: none;
}
@media (min-width: 992px) {
  .vd-case-study-connector {
    display: flex;
    align-items: center;
    height: 100%;
    margin-left: 32px;
  }
}

.vd-solution-products {
  background-color: rgb(241, 248, 255);
  padding-bottom: 36px;
}
@media (min-width: 992px) {
  .vd-solution-products {
    background-color: transparent;
    padding-bottom: 0;
  }
}

.vd-solution-products-header {
  padding-bottom: 36px;
}
@media (min-width: 992px) {
  .vd-solution-products-header {
    padding-bottom: 48px;
  }
}

.vd-solution-products-header__overline {
  font-weight: 900;
  line-height: 1.4;
}
@media (min-width: 992px) {
  .vd-solution-products-header__overline {
    font-weight: 400;
  }
}

.vd-solution-products-header__title {
  margin: 0;
}

.vd-solution-products-header-connector {
  height: 36px;
}
@media (min-width: 992px) {
  .vd-solution-products-header-connector {
    height: 80px;
  }
}

.vd-solution-products-header-connector__inner {
  display: flex;
  align-items: flex-end;
  height: 100%;
  margin-left: 32px;
}

.vd-404-page {
  padding-bottom: 80px;
}
@media (min-width: 992px) {
  .vd-404-page {
    padding-bottom: 140px;
  }
}

.vd-404-header {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 28px;
}

.vd-404-header__inner {
  overflow: hidden;
  position: relative;
  width: 919px;
}

.vd-404-header__icon {
  width: 919px;
}

.vd-404-header__title-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 148px;
}
.vd-404-header__title {
  margin: 0;
}

.vd-404-page__content {
  margin-top: 20px;
}

.vd-404-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.vd-404-content_inner {
  max-width: 612px;
  text-align: center;
}

.vd-404-content__text-1 {
  font-size: 22px;
  line-height: 1.3;
  font-weight: 800;
}
@media (min-width: 992px) {
  .vd-404-content__text-1 {
    font-size: 26px;
  }
}

.vd-404-content__text-2 {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
}
@media (min-width: 992px) {
  .vd-404-content__text-2 {
    font-size: 20px;
  }
}

.vd-404-content__cta {
  margin-top: 40px;
}

.vd-publications-header {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .vd-publications-header {
    margin-bottom: 32px;
  }
}

.vd-publications-header__title {
  margin: 0;
}

.vd-publications__list {
  list-style: none;
  padding: 0;
  margin: -12px;
}

.vd-publications__list_hidden {
  margin-top: 12px;
}

.vd-publications__list-item {
  padding: 12px;
}

.vd-publications__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
}

.vd-contact-addresss-box {
  margin-top: 56px;
}
@media (min-width: 768px) {
  .vd-contact-addresss-box {
    margin-top: 0;
  }
}

.vd-related-post-list {
  list-style: none;
}

.vd-related-post-list__item {
  padding: 16px;
}

.vd-statistics-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: -12px;
}

.vd-statistics-list_center {
  justify-content: center;
}

.vd-statistics-list__item {
  padding: 12px;
}

.vd-statistics-list__item_rotating {
  height: 106px;
}
@media (min-width: 992px) {
  .vd-statistics-list__item_rotating {
    height: 148px;
  }
}

.vd-statistics-list__item-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.vd-statistics-list__item-1,
.vd-statistics-list__item-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vd-statistics-list__item-1 {
  animation: show-hide-statistics 6s ease-out infinite;
}

.vd-statistics-list__item-2 {
  opacity: 0;
  animation: hide-show-statistics 6s ease-out infinite;
}

@keyframes show-hide-statistics {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes hide-show-statistics {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.vd-statistics-card {
  background-color: rgb(237, 243, 255);
}
.vd-statistics-card {
  color: rgb(106, 109, 115);
}
.vd-statistics-card {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  overflow: hidden;
  text-align: center;
}

.vd-statistics-card__inner {
  padding: 16px;
}

.vd-statistics-card__value {
  font-size: 24px;
  font-weight: 900;
  color: rgb(37, 67, 137);
  line-height: 1.1;
}
@media (min-width: 992px) {
  .vd-statistics-card__value {
    font-size: 32px;
  }
}
@media (min-width: 1440px) {
  .vd-statistics-card__value {
    font-size: 40px;
  }
}

.vd-statistics-card__title {
  font-size: 16px;
  font-weight: 500;
  margin-top: 8px;
  line-height: 1.1;
}
@media (min-width: 992px) {
  .vd-statistics-card__title {
    font-size: 18px;
    font-weight: 400;
  }
}

.vd-categories-main {
  padding-bottom: 200px;
}

.vd-categories-aside {
  position: relative;
}
@media (min-width: 992px) {
  .vd-categories-aside {
    display: flex;
    flex-direction: column;
    flex: 1;
  }
}

.vd-categories__aside-menu {
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 1;
}
@media (min-width: 992px) {
  .vd-categories__aside-menu {
    position: unset;
  }
}

.vd-categories-aside-menu {
  list-style: none;
  margin: 0;
  padding: 12px 0;
  z-index: 1;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.15);
  background-color: rgb(255, 255, 255);
  width: 100%;
}
@media (min-width: 992px) {
  .vd-categories-aside-menu {
    background-color: transparent;
    display: block !important;
    padding: 0;
    box-shadow: none;
    margin-top: -12px;
    margin-bottom: -12px;
  }
}

.vd-categories-aside-menu__item {
  padding: 0;
}
@media (min-width: 992px) {
  .vd-categories-aside-menu__item {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

.vd-filter-cat-btn,
.vd-filter-cat-link {
  padding: 6px 24px;
  font-weight: 500;
  font-size: 16px;
  width: 100%;
  text-align: left;
  border-radius: 0;
  height: auto;
}
@media (min-width: 992px) {
  .vd-filter-cat-btn,
  .vd-filter-cat-link {
    font-size: 18px;
    padding: 6px 0;
  }
}
.vd-filter-cat-btn .vd-button__label, .vd-filter-cat-btn .vd-button-link__label,
.vd-filter-cat-link .vd-button__label,
.vd-filter-cat-link .vd-button-link__label {
  white-space: unset;
}

/*.vd-filter-country-btn {
	padding: 0;
}*/
.vd-filter-cat-btn_active {
  font-weight: 900;
}
.vd-filter-category-dropdown-btn {
  width: 232px;
  text-align: left;
  font-size: 16px;
}
@media (min-width: 992px) {
  .vd-filter-category-dropdown-btn {
    font-size: 18px;
  }
}

.vd-category-card {
  padding: 0;
  border-radius: 8px;
}
.vd-category-card .vd-card__img-container {
  border-radius: 8px 8px 0 0;
}
.vd-category-card .vd-card__top {
  padding: 16px 16px 20px 16px;
}
.vd-category-card .vd-card__header {
  height: 71px;
}
@media (min-width: 992px) {
  .vd-category-card .vd-card__header {
    height: 81px;
  }
}
.vd-category-card .vd-card__title {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
}
.vd-category-card .vd-card__title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (min-width: 992px) {
  .vd-category-card .vd-card__title {
    font-size: 22px;
  }
}
.vd-category-card .vd-card__bottom {
  padding: 0 16px 24px 16px;
}
.vd-category-card .vd-card__footer {
  padding: 0;
}
.vd-category-card .vd-card__footer-text {
  font-size: 14px;
  line-height: 1.1;
}
.vd-category-card .vd-card__footer-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.vd-category-icon-card {
  padding: 0;
  border-radius: 8px;
}
.vd-category-icon-card .vd-card__img-container {
  border-radius: 8px 8px 0 0;
}
.vd-category-icon-card .vd-icon-card__top {
  padding: 0 16px;
}
.vd-category-icon-card .vd-icon-card__icon-container {
  padding: 16px 16px 16px 16px;
}
.vd-category-icon-card .vd-icon-card__icon {
  width: 28px;
  height: 28px;
  fill: #1C1B1F;
  stroke: #1C1B1F;
}
.vd-category-icon-card .vd-icon-card__header {
  height: 71px;
}
@media (min-width: 992px) {
  .vd-category-icon-card .vd-icon-card__header {
    height: 81px;
  }
}
.vd-category-icon-card .vd-icon-card__title {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
}
.vd-category-icon-card .vd-icon-card__title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (min-width: 992px) {
  .vd-category-icon-card .vd-icon-card__title {
    font-size: 22px;
  }
}
.vd-category-icon-card .vd-icon-card__bottom {
  padding: 0 16px 24px 16px;
}
.vd-category-icon-card .vd-icon-card__footer {
  padding: 0;
}
.vd-category-icon-card .vd-icon-card__footer-text {
  font-size: 14px;
  line-height: 1.1;
}
.vd-category-icon-card .vd-icon-card__footer-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.vd-categories__load-more {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 36px;
}
@media (min-width: 992px) {
  .vd-categories__load-more {
    margin-top: 56px;
  }
}

.vd-categories__loading {
  height: 200px;
}

.vd-categories__connector-container {
  margin-left: 32px;
  min-height: 200px;
  height: 100%;
  flex: 1;
  margin-top: 40px;
}

.vd-categories__connector {
  width: 6px;
  background-color: #F5F5F5;
  height: 100%;
}

.vd-front-page-content {
  padding-bottom: 36px;
}
@media (max-width: 991.98px) {
  .vd-front-page-content {
    padding-bottom: 48px;
  }
}

.vd-front-page-overlay {
  background: linear-gradient(180deg, #254389 0%, #13295D 100%);
  width: 100%;
}
.vd-front-search-panel-block {
  height: 524px;
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
}
@media (min-width: 992px) {
  .vd-front-search-panel-block {
    height: auto;
  }
}
@media (min-width: 1200px) {
  .vd-front-search-panel-block {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1440px) {
  .vd-front-search-panel-block {
    margin-right: auto;
    margin-left: auto;
  }
}

.vd-front-search-panel-block__content {
  flex: 1;
  display: flex;
  align-items: center;
  flex: 1;
  display: flex;
  align-items: center;
  position: absolute;
  justify-content: center;
  width: calc(100% - 2 * 16px);
  left: 16px;
  top: 232px;
}
@media (min-width: 992px) {
  .vd-front-search-panel-block__content {
    position: absolute;
    width: 560px;
    left: calc(50% - 280px + 96px);
    top: -80px;
  }
}
@media (min-width: 1200px) {
  .vd-front-search-panel-block__content {
    width: 800px;
    left: calc(50% - 400px + 3 * 32px);
    right: auto;
  }
}

.vd-front-search-panel-block__content-bg {
  position: absolute;
  background-image: url("images/search-block-bg-mobile.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 93px;
  height: 172px;
  right: 0;
  top: 60px;
  left: auto;
  bottom: auto;
  right: calc(0px - 16px);
}
@media (min-width: 576px) {
  .vd-front-search-panel-block__content-bg {
    right: calc(0px - 16px);
  }
}
@media (min-width: 768px) {
  .vd-front-search-panel-block__content-bg {
    right: calc(0px - 16px);
  }
}
@media (min-width: 992px) {
  .vd-front-search-panel-block__content-bg {
    display: none;
  }
}

.vd-front-search-panel-block__text {
  color: rgb(255, 255, 255);
  font-size: 16px;
  line-height: 1.3;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .vd-front-search-panel-block__text {
    max-width: unset;
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .vd-front-search-panel-block__text {
    max-width: 800px;
  }
}
@media (min-width: 1440px) {
  .vd-front-search-panel-block__text {
    max-width: 900px;
  }
}

.vd-front-solution-block {
  display: flex;
  align-items: center;
  width: 100%;
}

.vd-front-solution-block__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
  width: 100%;
}
@media (min-width: 992px) {
  .vd-front-solution-block__inner {
    padding-top: 0;
  }
}

.vd-front-solution-block__header {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .vd-front-solution-block__header {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.vd-front-solution-block__header-inner {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .vd-front-solution-block__header-inner {
    flex-direction: row;
    align-items: center;
  }
}

.vd-front-solution-block__header-title {
  font-size: 24px;
  font-weight: 900;
  width: 100%;
  line-height: 1;
  color: rgb(255, 255, 255);
  margin: 0;
}
@media (min-width: 992px) {
  .vd-front-solution-block__header-title {
    font-size: 40px;
    width: 350px;
  }
}
@media (min-width: 1200px) {
  .vd-front-solution-block__header-title {
    width: 400px;
  }
}

.vd-front-solution-block__header-text {
  font-size: 12px;
  line-height: 1.45;
  width: 100%;
  color: rgb(255, 255, 255);
  margin-top: 8px;
  max-width: 540px;
}
@media (min-width: 992px) {
  .vd-front-solution-block__header-text {
    margin-top: 0;
    font-size: 16px;
    width: 480px;
    margin-left: 12px;
    letter-spacing: -0.304px;
  }
}
@media (min-width: 1200px) {
  .vd-front-solution-block__header-text {
    margin-left: 56px;
  }
}

.vd-front-solution-block__content {
  padding-bottom: 60px;
}

.vd-front-solution-block__solution-grid {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
}
@media (min-width: 992px) {
  .vd-front-solution-block__solution-grid {
    max-width: unset;
    margin-top: 48px;
  }
}

.vd-solution-grid {
  list-style: none;
  padding-top: 0;
  margin: -6px;
}
@media (min-width: 992px) {
  .vd-solution-grid {
    margin: -12px;
  }
}

.vd-solution-grid__item {
  padding: 6px;
}
@media (min-width: 992px) {
  .vd-solution-grid__item {
    padding: 12px;
  }
}
.vd-solution-grid__item .vd-icon-card {
  position: relative;
  width: 100%;
  padding-top: 75%;
  overflow: hidden;
  text-align: center;
  border-radius: 8px;
}
@media (min-width: 992px) {
  .vd-solution-grid__item .vd-icon-card {
    position: relative;
    width: 100%;
    padding-top: 66.67%;
    overflow: hidden;
  }
  .vd-solution-grid__item .vd-icon-card:hover .vd-icon-card__inner, .vd-solution-grid__item .vd-icon-card:focus .vd-icon-card__inner {
    transform: none;
  }
}
@media (min-width: 1200px) {
  .vd-solution-grid__item .vd-icon-card {
    padding-top: 0;
    height: 266px;
  }
}
.vd-solution-grid__item .vd-icon-card__inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 16px 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .vd-solution-grid__item .vd-icon-card__inner {
    padding: 16px 24px;
    transform: translateY(32px);
    transition: transform 500ms ease-out;
  }
}
.vd-solution-grid__item .vd-icon-card__icon-container {
  padding: 0;
}
.vd-solution-grid__item .vd-icon-card__header {
  padding: 0;
}
.vd-solution-grid__item .vd-icon-card__title {
  font-size: 14px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .vd-solution-grid__item .vd-icon-card__title {
    font-size: 24px;
  }
}
.vd-solution-grid__item .vd-icon-card__body {
  display: none;
  padding: 0;
}
@media (min-width: 992px) {
  .vd-solution-grid__item .vd-icon-card__body {
    display: block;
  }
}
.vd-solution-grid__item .vd-icon-card__text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.vd-solution-grid__item .vd-icon-card__text {
  font-size: 14px;
}
@media (min-width: 992px) {
  .vd-solution-grid__item .vd-icon-card__text {
    margin-top: 12px;
    font-size: 16px;
    font-weight: 400;
  }
}
.vd-solution-grid__item .vd-icon-card__icon {
  width: 68px;
  height: 68px;
}
@media (min-width: 992px) {
  .vd-solution-grid__item .vd-icon-card__icon {
    width: 100px;
    height: 80px;
  }
}
@media (min-width: 1440px) {
  .vd-solution-grid__item .vd-icon-card__icon {
    width: 168px;
    height: 136px;
  }
}
.vd-solution-grid__item .vd-icon-card__content {
  margin-top: 12px;
}
@media (min-width: 992px) {
  .vd-solution-grid__item .vd-icon-card__content {
    margin-top: 0;
  }
}

.vd-floating-contact {
  position: sticky;
  top: 90vh;
  top: 90dvh;
  z-index: 100;
  display: flex;
  justify-content: flex-end;
  height: 0;
  padding-right: 16px;
}
@media (min-width: 576px) {
  .vd-floating-contact {
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .vd-floating-contact {
    padding-right: 16px;
  }
}
@media (min-width: 992px) {
  .vd-floating-contact {
    padding-right: 32px;
  }
}
@media (min-width: 1200px) {
  .vd-floating-contact {
    padding-right: 32px;
  }
}
@media (min-width: 1440px) {
  .vd-floating-contact {
    padding-right: calc(var(--vw, 1vw) * 50 - 660px);
  }
}

.vd-floating-contact-btn {
  border: 3px solid currentColor;
  box-shadow: 0 4px 10px 0 rgba(253, 190, 87, 0.35);
}
@media (min-width: 1200px) {
  .vd-floating-contact-btn {
    width: 60px;
    height: 60px;
  }
  .vd-floating-contact-btn .vd-icon-button__icon {
    width: 32px;
    height: 32px;
  }
}

.vd-home-products {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 36px 0;
  width: 100%;
}
@media (min-width: 992px) {
  .vd-home-products {
    padding: 0;
    padding-bottom: 120px;
  }
}
.vd-home-products-header {
  width: 100%;
  margin-bottom: 36px;
}
@media (min-width: 992px) {
  .vd-home-products-header {
    margin-bottom: 60px;
    display: flex;
    flex-direction: column-reverse;
  }
}

.vd-home-products-header__title {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .vd-home-products-header__title {
    margin-top: 16px;
  }
}

@media screen and (min-width: 1366px) {
  .vd-home-products-header {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
  .vd-home-products-header__title {
    margin-top: 0;
  }
}
.vd-insights {
  padding-top: 36px;
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .vd-insights {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.vd-home-insights-header {
  margin-bottom: 36px;
}
@media (min-width: 992px) {
  .vd-home-insights-header {
    margin-bottom: 60px;
    margin-top: 24px;
  }
}

.vd-home-insights-header__title {
  margin-bottom: 0;
}

.vd-insights-card {
  height: 100%;
}
.vd-insights-card .vd-card__img-container {
  padding-top: 50%;
}
.vd-insights-card .vd-card__top {
  padding-bottom: 0;
}
.vd-insights-card .vd-card__header {
  padding: 0 0 8px;
}
.vd-insights-card .vd-card__title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.vd-insights-card .vd-card__text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
@media (min-width: 1200px) {
  .vd-insights-card .vd-card__text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
@media (min-width: 992px) {
  .vd-insights-card .vd-card__body {
    height: 96px;
  }
}
@media (min-width: 1200px) {
  .vd-insights-card .vd-card__body {
    height: 72px;
  }
}

.vd-map-container,
.vd-home-map {
  padding: 36px 0;
}
@media (min-width: 992px) {
  .vd-map-container,
  .vd-home-map {
    padding: 80px 0;
  }
}

.vd-map-header {
  margin-bottom: 36px;
}
@media (min-width: 992px) {
  .vd-map-header {
    margin-bottom: 48px;
  }
}

.vd-map-header__title {
  font-size: 24px;
  font-weight: 900;
  width: 100%;
  line-height: 1.1;
  margin: 0;
}
@media (min-width: 992px) {
  .vd-map-header__title {
    font-size: 40px;
  }
}

.vd-map_title-center .vd-map-header__title {
  text-align: center;
}

.vd-front-animation-1,
.vd-front-animation-2 {
  display: none;
}
@media (min-width: 992px) {
  .vd-front-animation-1,
  .vd-front-animation-2 {
    display: block;
    margin-left: 100px;
  }
}

.vd-front-animation-1 {
  height: 100px;
}
@media (min-width: 1440px) {
  .vd-front-animation-1 {
    height: 194px;
  }
}

.vd-front-animation-3 {
  display: none;
}
@media (min-width: 992px) {
  .vd-front-animation-3 {
    display: flex;
    justify-content: flex-end;
    margin-right: 56px;
  }
}

.vd-front-animation-4 {
  display: none;
}
@media (min-width: 992px) {
  .vd-front-animation-4 {
    display: block;
    margin-right: 56px;
  }
}

.vd-front-animation-5 {
  display: none;
}
@media (min-width: 992px) {
  .vd-front-animation-5 {
    display: flex;
    justify-content: flex-end;
    margin-right: 56px;
  }
}

.vd-front-animation-6 {
  display: none;
}
@media (min-width: 992px) {
  .vd-front-animation-6 {
    display: flex;
    justify-content: flex-end;
    margin-right: 56px;
  }
}

@media screen and (min-width: 1366px) {
  .vd-front-animation-6 {
    padding-bottom: 40px;
  }
}
.vd-front-animation-7 {
  display: none;
}
@media (min-width: 992px) {
  .vd-front-animation-7 {
    display: block;
  }
}

.vd-front-animation-8 {
  display: none;
}
@media (min-width: 992px) {
  .vd-front-animation-8 {
    display: block;
    align-self: flex-end;
    margin-bottom: -88px;
  }
}

.vd-front-animation-9 {
  display: none;
}
@media (min-width: 992px) {
  .vd-front-animation-9 {
    display: block;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .vd-front-animation-9 {
    max-width: 1128px;
  }
}
@media (min-width: 1440px) {
  .vd-front-animation-9 {
    max-width: 1188px;
  }
}

.vd-front-animation-9__inner {
  display: flex;
  justify-content: flex-end;
}

.vd-front-animation-10 {
  display: none;
  height: 97px;
}
@media (min-width: 992px) {
  .vd-front-animation-10 {
    display: block;
    margin-left: 32px;
  }
}

.vd-front-animation-11-anchor {
  height: 0;
}

.vd-front-animation-11 {
  display: none;
}
@media (min-width: 992px) {
  .vd-front-animation-11 {
    display: block;
    margin-left: 32px;
  }
}

.vd-archive-page {
  padding-bottom: 200px;
}

.vd-archive-header {
  padding: 20px 0;
}

.vd-archive-header__inner {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 768px) {
  .vd-archive-header__inner {
    flex-direction: row;
    align-items: center;
  }
}

.vd-archive-header__main {
  display: flex;
  align-items: center;
}

.vd-archive-header__title {
  margin: 0;
}

.vd-archive-header__back-link {
  margin-right: 16px;
}

.vd-expert-header-back-btn .vd-icon-button__icon {
  width: 22px;
  height: 22px;
}

.vd-archive-header__search-form {
  display: flex;
  align-items: center;
  border-radius: 100px;
  border: 1px solid currentColor;
  padding: 8px 12px;
  margin-top: 24px;
  width: 100%;
}
@media (min-width: 768px) {
  .vd-archive-header__search-form {
    margin-top: 0;
    width: auto;
  }
}

.vd-archive-header__search-icon {
  fill: currentColor;
  stroke: currentColor;
  width: 20px;
  height: 20px;
  margin-right: 12px;
}

.vd-archive-header__search-input {
  border: 0 !important;
  width: 100%;
  outline: 0;
}
.vd-archive-header__search-input:focus, .vd-archive-header__search-input:focus-visible {
  outline: 0 !important;
  box-shadow: none !important;
}

input:focus,
input:focus-visible {
  outline: 0;
}

.vd-archive-main {
  margin-top: 32px;
  min-height: calc(100dvh - 100px - 148px - 200px - 16px);
}
@media (min-width: 768px) {
  .vd-archive-main {
    min-height: calc(100dvh - 100px - 86px - 200px - 16px);
  }
}

.vd-archive-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 36px;
}
@media (min-width: 992px) {
  .vd-archive-footer {
    margin-top: 56px;
  }
}

.vd-archive__loading {
  margin-top: 36px;
}
@media (min-width: 992px) {
  .vd-archive__loading {
    margin-top: 56px;
  }
}
.vd-archive__loading {
  height: 48px;
}

.vd-brochure-icon-card {
  padding: 0;
  border-radius: 8px;
}
.vd-brochure-icon-card .vd-card__img-container {
  border-radius: 8px 8px 0 0;
}
.vd-brochure-icon-card .vd-icon-card__top {
  padding: 0 16px;
}
.vd-brochure-icon-card .vd-icon-card__icon-container {
  padding: 16px 16px 16px 16px;
}
.vd-brochure-icon-card .vd-icon-card__icon {
  width: 28px;
  height: 28px;
  fill: #1C1B1F;
  stroke: #1C1B1F;
}
.vd-brochure-icon-card .vd-icon-card__header {
  height: 71px;
}
@media (min-width: 992px) {
  .vd-brochure-icon-card .vd-icon-card__header {
    height: 81px;
  }
}
.vd-brochure-icon-card .vd-icon-card__title {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
}
.vd-brochure-icon-card .vd-icon-card__title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (min-width: 992px) {
  .vd-brochure-icon-card .vd-icon-card__title {
    font-size: 22px;
  }
}
.vd-brochure-icon-card .vd-icon-card__bottom {
  padding: 0 16px 24px 16px;
}
.vd-brochure-icon-card .vd-icon-card__footer {
  padding: 0;
}
.vd-brochure-icon-card .vd-icon-card__footer-text {
  font-size: 14px;
  line-height: 1.1;
}
.vd-brochure-icon-card .vd-icon-card__footer-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.vd-expert-archive-page {
  padding-bottom: 200px;
}

/*
.vd-experts-header {
	padding: grid-4dp(5) 0;
}

.vd-experts-header__inner {
	display: flex;
	justify-content: space-between;
  align-items: center;
}

.vd-experts-header__main {
  display: flex;
  align-items: center;
}

.vd-experts-header__title {
  margin: 0;
}

.vd-experts-header__back-link {
  margin-right: grid-4dp(4);
}

.vd-expert-header-back-btn {
  .vd-icon-button__icon {
    width: 22px;
    height: 22px;
  }
}

.vd-experts-header__search-form {
  display: flex;
  align-items: center;
  border-radius: 100px;
  border: 1px solid currentColor;
  padding: grid-4dp(2) grid-4dp(3);
}

.vd-experts-header__search-icon {
  fill: currentColor;
  stroke: currentColor;
  width: grid-4dp(5);
  height: grid-4dp(5);
  margin-right: grid-4dp(3);
}

.vd-experts-header__search-input {
  border: 0;

}

input:focus,
input:focus-visible {
  outline: 0;
}


.vd-experts__load-more {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: grid-4dp(9);
  @include media-breakpoint-up(lg) {
    margin-top: grid-8dp(7);
  }
}

.vd-experts__loading {
  margin-top: grid-4dp(9);
  @include media-breakpoint-up(lg) {
    margin-top: grid-8dp(7);
  }
  height: 48px;;
}
*/
.vd-site-header {
  z-index: 111;
  width: 100%;
  height: 100px;
  padding-bottom: 8px;
  display: flex;
  align-items: flex-end;
}
@media (min-width: 1200px) {
  .vd-site-header {
    height: 136px;
    padding-bottom: 24px;
  }
}
.vd-site-header {
  position: fixed;
  top: 0;
  left: 0;
  /*@include media-breakpoint-up(xl) {
    position: unset;
  }*/
  transform: none;
  transition: transform 500ms ease-out;
}

.vd-site-header_hide {
  transform: translateY(calc(0px - 100px - 4px));
}
@media (min-width: 1200px) {
  .vd-site-header_hide {
    transform: translateY(calc(0px - 136px - 4px));
  }
}
.vd-site-header_hide {
  transition: transform 500ms ease-out;
}

.vd-site-header-container {
  height: 100%;
  z-index: 11;
  width: 100%;
  max-width: 100%;
  padding-left: 16px;
  padding-right: 8px;
  background-color: rgb(255, 255, 255);
  border-radius: 100px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.15);
  height: 56px;
}
@media (min-width: 1200px) {
  .vd-site-header-container {
    margin: 0;
    padding-right: 16px;
    height: 80px;
  }
}

/*@media (min-width: 1441px) {
  .vd-site-header-container {
    max-width: unset;
    padding-left: grid-8dp(10);
    padding-right: grid-8dp(10);
  }
}*/
.vd-site-header__inner {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  z-index: 11;
}
@media screen and (max-width: 767px) and (min-height: 600px) and (max-height: 767px) {
  .vd-site-header__inner {
    align-items: center;
  }
}
@media screen and (max-width: 767px) and (min-height: 768px) {
  .vd-site-header__inner {
    align-items: center;
  }
}
@media (min-width: 768px) {
  .vd-site-header__inner {
    align-items: center;
  }
}

@media (min-width: 1200px) {
  .vd-site-header_home .vd-site-header__inner {
    align-items: flex-start;
  }
}

.vd-site-header__toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  z-index: 11;
  position: relative;
  margin-right: 16px;
}

.vd-site-header__menu-close {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 56px;
}
@media (min-width: 1200px) {
  .vd-site-header__menu-close {
    height: 80px;
  }
}

.vd-site-header__main {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .vd-site-header__main {
    height: 100%;
  }
}

@media (min-width: 1200px) {
  .vd-site-header_home .vd-site-header__main {
    height: 80px;
  }
}

@media (min-width: 1200px) {
  .vd-site-header_home .site-branding_header {
    margin-top: 56px;
  }
}

.vd-site-header__branding_page .site-branding__logo {
  width: 220px;
}

.vd-site-header__navbar {
  background-color: rgb(255, 255, 255);
}
@media (max-width: 1199.98px) {
  .vd-site-header__navbar {
    position: absolute;
    width: calc(100% - 32px);
    top: calc(100% + 8px);
    will-change: transform;
    transform: translateX(100%);
    visibility: hidden;
    z-index: 110;
    left: 16px;
    right: 16px;
    padding: 16px 8px 16px 16px;
    border-radius: 16px;
    max-height: calc(100vh - 180px);
    overflow-y: auto;
  }
  .vd-site-header__navbar.toggled {
    transform: translateX(0);
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .vd-site-header__navbar {
    width: calc(100% - 32px);
    left: 16px;
    right: 16px;
  }
}
@media (min-width: 768px) {
  .vd-site-header__navbar {
    width: calc(100% - 32px);
    left: 16px;
    right: 16px;
  }
}
@media (min-width: 992px) {
  .vd-site-header__navbar {
    width: calc(100% - 64px);
    left: 32px;
    right: 32px;
  }
}
@media (min-width: 992px) {
  .vd-site-header__navbar {
    width: auto;
  }
}

.vd-navbar {
  display: flex;
  flex-direction: column;
  background-color: rgb(255, 255, 255);
}
@media (min-width: 1200px) {
  .vd-navbar {
    flex-direction: row;
    align-items: center;
    height: 100%;
    margin-left: 32px;
  }
}

@media screen and (min-width: 1366px) {
  .vd-navbar {
    margin-left: 72px;
  }
}
.vd-nav-primary {
  display: flex;
  flex-direction: column;
}
.vd-nav-primary {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .vd-nav-primary {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (min-width: 1200px) {
  .vd-nav-primary {
    flex-direction: row;
    align-items: center;
  }
}

.vd-nav-menu-primary {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .vd-nav-menu-primary {
    flex-direction: row;
    height: 100%;
  }
}

.vd-nav-menu-primary__item {
  display: inline-flex;
  padding: 12px 0;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .vd-nav-menu-primary__item {
    align-items: center;
    justify-content: center;
    padding: 0 8px;
    position: relative;
  }
}

@media screen and (min-width: 1366px) {
  .vd-nav-menu-primary__item {
    padding: 0 12px;
  }
}
.vd-nav-menu-primary__item {
  border-bottom: 1px solid rgb(224, 224, 224);
}
@media (min-width: 1200px) {
  .vd-nav-menu-primary__item {
    border: none;
  }
}

@media (min-width: 768px) {
  .vd-nav-menu-primary__item:last-of-type {
    border: none;
  }
}

.vd-nav-menu-primary__item-link {
  text-decoration: none;
  position: relative;
  color: rgb(106, 109, 115);
}
.vd-nav-menu-primary__item-link:visited {
  color: rgb(106, 109, 115);
}
.vd-nav-menu-primary__item-link:hover, .vd-nav-menu-primary__item-link:focus {
  color: rgb(70, 87, 105);
}
.vd-nav-menu-primary__item-link:active {
  color: rgb(106, 109, 115);
}
.vd-nav-menu-primary__item-link {
  font-size: 16px;
  font-weight: 400;
}

.vd-nav-menu-primary__dropdown-btn {
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  padding-left: 0;
  height: auto;
}
@media (min-width: 1200px) {
  .vd-nav-menu-primary__dropdown-btn {
    text-align: center;
    padding: 0;
  }
}

.vd-sub-menu-summary__text {
  font-size: 14px;
  line-height: 1.3;
  max-width: 400px;
  margin-bottom: 24px;
}

.vd-nav-menu-primary__sub-menu-container {
  background: rgb(255, 255, 255);
}
@media (min-width: 1200px) {
  .vd-nav-menu-primary__sub-menu-container {
    border-radius: 20px;
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    width: 792px;
    padding: 24px;
  }
}

@media (min-width: 1200px) {
  .vd-sub-menu-container-small {
    width: 528px;
  }
}

.vd-nav-menu-primary__sub-menu {
  list-style: none;
  margin: 0;
  padding: 12px 0 0 0;
}

.vd-nav-menu-primary__sub-item {
  padding: 8px 0 8px 16px;
}

@media (min-width: 1200px) {
  .vd-has-icon-sub-menu .vd-nav-menu-primary__sub-menu,
  .vd-has-subtitle-sub-menu .vd-nav-menu-primary__sub-menu {
    margin: -4px;
  }
}
@media (min-width: 1200px) {
  .vd-has-icon-sub-menu .vd-nav-menu-primary__sub-item,
  .vd-has-subtitle-sub-menu .vd-nav-menu-primary__sub-item {
    padding: 4px;
  }
}

.vd-site-header__menu-close,
.vd-site-header__seconday-menu-close {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.vd-site-header__menu-close {
  height: 56px;
}
@media (min-width: 768px) {
  .vd-site-header__menu-close {
    height: 80px;
  }
}

.vd-site-header__seconday-menu-close {
  height: 28px;
}

.vd-site-header__secondary-toggle {
  margin-left: 32px;
  z-index: 11;
}

@media (min-width: 1200px) {
  .vd-navbar__secondary {
    position: absolute;
    padding: 80px 64px;
    transform: translateX(100%);
    visibility: hidden;
    z-index: 110;
    top: 0;
    right: 0;
    width: 652px;
    height: 100vh;
    left: auto;
    transition: transform 500ms ease-out;
  }
  .vd-navbar__secondary.toggled {
    transform: none;
    visibility: visible;
  }
}

.vd-nav-secondary__menu {
  margin-top: 32px;
}
.vd-nav-secondary__menu {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .vd-nav-secondary__menu {
    font-size: 18px;
    line-height: 28px;
  }
}

.vd-nav-secondary__primary-menu {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .vd-nav-secondary__primary-menu {
    font-size: 18px;
    line-height: 28px;
  }
}

.vd-nav-menu-secondary, .vd-nav-side-menu-primary {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.vd-nav-side-menu-primary {
  display: none;
}
@media (min-width: 768px) {
  .vd-nav-side-menu-primary {
    display: flex;
  }
}

.vd-menu-open,
.vd-info-open,
.vd-video-open {
  overflow: hidden;
}
.vd-menu-open .vd-body,
.vd-info-open .vd-body,
.vd-video-open .vd-body {
  overflow: hidden;
}
.vd-menu-open .vd-page-overlay,
.vd-info-open .vd-page-overlay,
.vd-video-open .vd-page-overlay {
  opacity: 1;
  visibility: visible;
  transition: opacity 300ms ease-out, visibility 300ms ease-out;
}
.vd-menu-open .vd-page-overlay__inner,
.vd-info-open .vd-page-overlay__inner,
.vd-video-open .vd-page-overlay__inner {
  opacity: 1;
  transition: opacity 500ms ease-out;
}

.vd-page-overlay {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.085);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: opacity 300ms ease-out, visibility 300ms ease-out;
}

.vd-page-overlay__inner {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.05);
  opacity: 0;
  transition: opacity 500ms ease-out;
}

.vd-nav-menu-secondary__item {
  padding-top: 8px;
  padding-bottom: 8px;
}

.vd-nav-menu-secondary__item-link {
  text-decoration: none;
  position: relative;
  color: rgb(106, 109, 115);
}
.vd-nav-menu-secondary__item-link:visited {
  color: rgb(106, 109, 115);
}
.vd-nav-menu-secondary__item-link:hover, .vd-nav-menu-secondary__item-link:focus {
  color: rgb(70, 87, 105);
}
.vd-nav-menu-secondary__item-link:active {
  color: rgb(106, 109, 115);
}

.vd-nav-menu-secondary__sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.vd-nav-menu-primary__dropdown-btn .vd-button__icon {
  width: 12px;
  height: 12px;
}

.vd-nav-sub-menu-open .vd-nav-menu-primary__dropdown-btn .vd-button__icon {
  transform: rotate(180deg);
}

.vd-nav-secondary__social {
  margin-top: 80px;
}
@media (min-width: 1200px) {
  .vd-nav-secondary__social {
    margin-top: 64px;
  }
}

.vd-menu-transition {
  transition: transform 500ms ease-out;
}

@media (min-width: 1200px) {
  .vd-menu-card-link {
    background-color: rgb(240, 241, 255);
  }
  .vd-menu-card-link {
    color: rgb(106, 109, 115);
  }
  .vd-menu-card-link:visited {
    background-color: rgb(240, 241, 255);
  }
  .vd-menu-card-link:visited {
    color: rgb(106, 109, 115);
  }
  .vd-menu-card-link:hover {
    background-color: rgb(37, 67, 137);
  }
  .vd-menu-card-link:hover {
    color: rgb(255, 255, 255);
  }
  .vd-menu-card-link:active {
    background-color: rgb(240, 241, 255);
  }
  .vd-menu-card-link:active {
    color: rgb(106, 109, 115);
  }
  .vd-menu-card-link:focus {
    background-color: rgb(37, 67, 137);
  }
  .vd-menu-card-link:focus {
    color: rgb(255, 255, 255);
  }
  .vd-menu-card-link {
    text-decoration: none;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 140px;
    border-radius: 16px;
    padding: 8px 4px 12px 4px;
    text-align: center;
  }
  .vd-menu-card-link:hover .vd-menu-card-link__icon, .vd-menu-card-link:focus .vd-menu-card-link__icon {
    display: none;
  }
  .vd-menu-card-link:hover .vd-menu-card-link__icon_hover, .vd-menu-card-link:focus .vd-menu-card-link__icon_hover {
    display: flex;
  }
}

.vd-menu-card-link__icon-container {
  display: none;
}
@media (min-width: 1200px) {
  .vd-menu-card-link__icon-container {
    display: block;
    position: relative;
    width: 100%;
    height: 56px;
  }
}

.vd-menu-card-link__icon {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vd-menu-card-link__icon_hover {
  display: none;
}

.vd-menu-card-link__label {
  font-size: 16px;
  line-height: 1.4;
}

.vd-menu-card-link__title {
  font-size: 20;
  font-weight: 500;
}

.vd-menu-card-link__subtitle {
  display: none;
}
@media (min-width: 1200px) {
  .vd-menu-card-link__subtitle {
    display: block;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
  }
}

.vd-site-header__aside {
  display: flex;
  align-items: center;
  margin-left: -8px;
  margin-right: -8px;
}

.vd-site-header__aside-item {
  padding-left: 8px;
  padding-right: 8px;
}

@media (max-width: 1199.98px) {
  .vd-site-header__contact-btn {
    height: 42px;
    width: 42px;
    min-width: unset;
    padding: 0;
  }
}
@media (max-width: 1199.98px) {
  .vd-site-header__contact-btn .vd-button__label, .vd-site-header__contact-btn .vd-button-link__label {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .vd-site-header__contact-btn .vd-button__icon {
    margin: 0;
  }
}

@media (max-width: 1199.98px) {
  .vd-site-header__login-btn {
    height: 42px;
  }
}
.vd-site-header__login-btn .vd-button__label, .vd-site-header__login-btn .vd-button-link__label {
  color: rgb(70, 87, 105);
}
.vd-site-header__login-btn:visited .vd-button__label, .vd-site-header__login-btn:visited .vd-button-link__label {
  color: rgb(70, 87, 105);
}
.vd-site-header__login-btn:hover .vd-button__label, .vd-site-header__login-btn:hover .vd-button-link__label {
  color: rgb(106, 109, 115);
}
.vd-site-header__login-btn:active .vd-button__label, .vd-site-header__login-btn:active .vd-button-link__label {
  color: rgb(70, 87, 105);
}
.vd-site-header__login-btn:focus .vd-button__label, .vd-site-header__login-btn:focus .vd-button-link__label {
  color: rgb(106, 109, 115);
}

.vd-country-dropdown {
  position: relative;
}

.vd-country-select-btn {
  background-color: transparent;
  color: rgb(70, 87, 105);
  font-size: 16px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
}
.vd-country-select-btn:focus {
  color: rgb(106, 109, 115);
}
.vd-country-select-btn:hover {
  color: rgb(106, 109, 115);
}
.vd-country-select-btn:active {
  color: rgb(70, 87, 105);
}

.vd-country-select-btn__content {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.vd-country-select-btn__arrow-icon-container {
  display: inline-flex;
  align-items: center;
  margin-left: 8px;
}

.vd-country-select-btn__arrow-icon {
  stroke: currentColor;
  width: 12px;
  height: 12px;
}

.vd-country-dropdown_open .vd-country-select-btn__arrow-icon-container {
  transform: rotate(180deg);
}

.vd-country-dropdown__options-container {
  padding: 8px;
  background-color: rgb(255, 255, 255);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.15);
  position: absolute;
  top: calc(100% + 8px);
}
@media (min-width: 1200px) {
  .vd-country-dropdown__options-container {
    top: calc(100% + 8px + 12px);
  }
}

.vd-country-dropdown__option-list {
  list-style: none;
  margin: 0;
  padding: 0 8px;
}

.vd-country-dropdown__option {
  padding-top: 8px;
  padding-bottom: 8px;
  height: 56px;
}

.vd-country-dropdown__option:not(:last-of-type) {
  border-bottom: 1px solid rgb(224, 224, 224);
}

.vd-country-dropdown__option-link {
  background-color: rgb(255, 255, 255);
  color: rgb(70, 87, 105);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.vd-country-dropdown__option-link:visited {
  color: rgb(70, 87, 105);
}
.vd-country-dropdown__option-link:hover {
  color: rgb(106, 109, 115);
}
.vd-country-dropdown__option-link:active {
  color: rgb(70, 87, 105);
}
.vd-country-dropdown__option-link:focus {
  color: rgb(106, 109, 115);
}

.vd-country-select-btn__icon,
.vd-country-dropdown__option-icon {
  width: 20px;
  display: inline-flex;
}

.vd-country-select-btn__icon-img,
.vd-country-dropdown__option-icon-img {
  object-fit: contain;
}

.vd-country-select-btn__label,
.vd-country-dropdown__option-label {
  text-transform: uppercase;
  line-height: 1;
  margin-left: 8px;
  display: none;
}
@media (min-width: 1200px) {
  .vd-country-select-btn__label,
  .vd-country-dropdown__option-label {
    display: inline-flex;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .vd-country-select-btn__icon,
  .vd-country-dropdown__option-icon {
    height: 16px;
    align-items: center;
  }
  .vd-country-select-btn__label,
  .vd-country-dropdown__option-label {
    height: 16px;
    padding-top: 2px;
  }
}
@supports (-ms-ime-align: auto) {
  .vd-country-select-btn__icon,
  .vd-country-dropdown__option-icon {
    height: 16px;
    align-items: center;
  }
  .vd-country-select-btn__label,
  .vd-country-dropdown__option-label {
    height: 16px;
    padding-top: 2px;
  }
}
@-moz-document url-prefix() {
  .vd-country-select-btn__icon,
  .vd-country-dropdown__option-icon {
    height: auto;
    align-items: center;
  }
  .vd-country-select-btn__label,
  .vd-country-dropdown__option-label {
    height: auto;
    padding-top: 0;
  }
}
@supports (-moz-appearance: none) {
  .vd-country-select-btn__icon,
  .vd-country-dropdown__option-icon {
    height: auto;
    align-items: center;
  }
  .vd-country-select-btn__label,
  .vd-country-dropdown__option-label {
    height: auto;
    padding-top: 0;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

.vd-post-navigation {
  margin: 40px 0 0;
}

.vd-post-navigation__links {
  display: flex;
}

.vd-post-navigation__previous {
  flex: 1 0 50%;
}

.vd-post-navigation__next {
  text-align: end;
  flex: 1 0 50%;
}

.pagination {
  display: flex;
  justify-content: center;
  margin: 80px 0 1.5em;
}

.prev,
.page-numbers,
.next {
  border-bottom: 0;
  margin-left: 4px;
  margin-right: 4px;
}

.vd-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 80px 0 1.5em;
  list-style: none;
}

.vd-pagination__item {
  margin-left: 4px;
  margin-right: 4px;
}

.page-numbers {
  text-decoration: none;
}

.vd-page-nav-sidebar {
  display: none;
  padding-right: 4%;
  padding-top: 40px;
}
@media (min-width: 768px) {
  .vd-page-nav-sidebar {
    padding-top: 40px;
  }
}
@media (min-width: 1200px) {
  .vd-page-nav-sidebar {
    padding-top: 40px;
  }
}
@media (min-width: 992px) {
  .vd-page-nav-sidebar {
    display: block;
  }
}

.vd-page-navbar {
  width: 100%;
  position: sticky;
  top: calc(56px + 40px);
}
@media (min-width: 768px) {
  .vd-page-navbar {
    top: calc(56px + 40px);
  }
}
@media (min-width: 1200px) {
  .vd-page-navbar {
    top: calc(56px + 40px);
  }
}

.vd-page-nav {
  width: 100%;
}

.vd-page-nav-menu {
  list-style: none;
  margin-left: 16px;
  width: calc(100% - 16px);
}

.vd-page-nav-menu__item {
  margin-bottom: 20px;
  position: relative;
}

.vd-page-nav-menu__item_selected::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid rgb(25, 29, 66);
  position: absolute;
  top: 8px;
  left: calc(0px - 16px);
}

.vd-page-nav-menu__link {
  color: rgb(169, 169, 169);
  display: block;
  text-transform: uppercase;
  overflow-wrap: normal;
  text-decoration: none;
}
.vd-page-nav-menu__link {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .vd-page-nav-menu__link {
    font-size: 18px;
    line-height: 28px;
  }
}
.vd-page-nav-menu__link:visited {
  color: rgb(169, 169, 169);
}
.vd-page-nav-menu__link:hover {
  color: rgb(25, 29, 66);
}
.vd-page-nav-menu__link:active {
  color: rgb(0, 0, 0);
}

.vd-page-nav-menu__item_selected .vd-page-nav-menu__link {
  font-weight: 600;
  color: rgb(0, 0, 0);
}

.vd-cat-list {
  list-style: none;
  margin: 0;
}

.vd-cat-list__item {
  padding: 4px 8px 4px calc(4px + 28px);
  text-transform: uppercase;
  font-weight: 600;
}

.vd-cat-list__item-inner {
  display: flex;
  align-items: center;
}

.vd-cat-list__item-link {
  text-decoration: none;
  color: rgb(0, 0, 0);
  padding-left: 4px;
}
.vd-cat-list__item-link:visited {
  color: rgb(0, 0, 0);
}
.vd-cat-list__item-link:hover {
  color: rgb(0, 0, 0);
}
.vd-cat-list__item-link:active {
  color: rgb(0, 0, 0);
}
.vd-cat-list__item-link:focus {
  color: rgb(0, 0, 0);
}

.current-cat-parent-link,
.current-cat-ancestor-link,
.current-cat-link {
  color: rgb(0, 0, 0);
}
.current-cat-parent-link:visited,
.current-cat-ancestor-link:visited,
.current-cat-link:visited {
  color: rgb(0, 0, 0);
}
.current-cat-parent-link:hover,
.current-cat-ancestor-link:hover,
.current-cat-link:hover {
  color: rgb(0, 0, 0);
}
.current-cat-parent-link:active,
.current-cat-ancestor-link:active,
.current-cat-link:active {
  color: rgb(0, 0, 0);
}
.current-cat-parent-link:focus,
.current-cat-ancestor-link:focus,
.current-cat-link:focus {
  color: rgb(0, 0, 0);
}

.current-cat-parent > .vd-cat-list__item-inner .vd-cat-list__dropdown,
.current-cat-ancestor > .vd-cat-list__item-inner .vd-cat-list__dropdown,
.current-cat > .vd-cat-list__item-inner .vd-cat-list__dropdown {
  color: rgb(37, 67, 137);
}

.vd-cat-list__dropdown {
  margin-left: calc(0px - (28px));
}
.vd-cat-list__dropdown > .vd-svg-icon {
  transition: 200ms transform ease-out;
}
.vd-cat-list__dropdown.open {
  color: rgb(37, 67, 137);
}
.vd-cat-list__dropdown.open > .vd-svg-icon {
  transform: rotate(-180deg);
}

.vd-cat-children-list {
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  visibility: hidden;
  z-index: -1;
  transform: translateY(-100%);
  margin-left: 16px;
  padding: 4px 0 8px;
}

.vd-cat-children-list__item {
  padding: 4px 0;
  /*font-family: $font-family-headings;*/
}
.vd-cat-children-list__item {
  font-family: "avenir-lt-pro", sans-seriff;
}
.vd-cat-children-list__item {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .vd-cat-children-list__item {
    font-size: 14px;
    line-height: 20px;
  }
}
.vd-cat-children-list__item {
  /*letter-spacing: $letter-spacing;*/
}
.vd-cat-children-list__item {
  letter-spacing: 0;
}
.vd-cat-children-list__item {
  font-weight: 400;
  text-transform: none;
}

.vd-cat-children-list__item-link {
  text-decoration: none;
}

.vd-cat-list__parent {
  position: relative;
}
.vd-cat-list__parent.focus > .vd-cat-children-list {
  transform: none;
  position: unset;
  visibility: visible;
}

.vd-menu {
  padding-left: 0;
  list-style: none;
  margin: 0;
}

.vd-menu-tertiary {
  display: flex;
  margin-right: calc(0px - 28px);
  margin-left: calc(0px - 28px);
}
.vd-menu-tertiary {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .vd-menu-tertiary {
    font-size: 14px;
    line-height: 20px;
  }
}
.vd-menu-tertiary {
  /*letter-spacing: $letter-spacing;*/
}
.vd-menu-tertiary {
  letter-spacing: 0;
}
.vd-menu-tertiary {
  font-weight: 500 !important;
}

.vd-menu-tertiary__item {
  display: block;
  padding: 0 28px;
}

.vd-menu-tertiary__item-link {
  text-decoration: none;
  color: rgb(106, 109, 115);
}
.vd-menu-tertiary__item-link:visited {
  color: rgb(106, 109, 115);
}
.vd-menu-tertiary__item-link:hover, .vd-menu-tertiary__item-link:focus {
  color: rgb(70, 87, 105);
}
.vd-menu-tertiary__item-link:active {
  color: rgb(106, 109, 115);
}

.vd-menu-tertiary__item-label {
  color: inherit;
}

.vd-menu-primary {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .vd-menu-primary {
    font-size: 18px;
    line-height: 24px;
  }
}
.vd-menu-primary {
  font-weight: 600 !important;
  line-height: 2 !important;
}

.vd-menu-primary__item {
  display: block;
  padding: 8px 0;
}
@media screen and (max-width: 767px) and (min-height: 600px) and (max-height: 767px) {
  .vd-menu-primary__item {
    padding: 4px 0;
  }
}
@media screen and (max-width: 767px) and (min-height: 768px) {
  .vd-menu-primary__item {
    padding: 8px 0;
  }
}
@media (min-width: 768px) {
  .vd-menu-primary__item {
    padding: 8px 0;
  }
}

.vd-menu-primary__item-link {
  text-decoration: none;
  color: rgb(106, 109, 115);
}
.vd-menu-primary__item-link:visited {
  color: rgb(106, 109, 115);
}
.vd-menu-primary__item-link:hover, .vd-menu-primary__item-link:focus {
  color: rgb(70, 87, 105);
}
.vd-menu-primary__item-link:active {
  color: rgb(106, 109, 115);
}
.vd-menu-primary__item-link {
  position: relative;
}
.vd-menu-primary__item-link::after {
  content: "";
  background-color: rgb(112, 112, 112);
  position: absolute;
  width: 0px;
  top: calc(100% - 2px);
  left: 0px;
  height: 2px;
  transition: width 300ms ease-out;
}
.vd-menu-primary__item-link:hover::after {
  width: 100%;
}

.vd-menu-primary__item-label {
  color: inherit;
}

.vd-menu-secondary {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.vd-menu-secondary {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .vd-menu-secondary {
    font-size: 18px;
    line-height: 24px;
  }
}
.vd-menu-secondary {
  font-weight: 600 !important;
  line-height: 2 !important;
}

.vd-menu-secondary__item {
  display: block;
  padding: 8px 0;
}
@media screen and (max-width: 767px) and (min-height: 600px) and (max-height: 767px) {
  .vd-menu-secondary__item {
    padding: 4px 0;
  }
}
@media screen and (max-width: 767px) and (min-height: 768px) {
  .vd-menu-secondary__item {
    padding: 8px 0;
  }
}
@media (min-width: 768px) {
  .vd-menu-secondary__item {
    padding: 8px 0;
  }
}

.vd-menu-secondary__item-link {
  text-decoration: none;
  color: rgb(106, 109, 115);
}
.vd-menu-secondary__item-link:visited {
  color: rgb(106, 109, 115);
}
.vd-menu-secondary__item-link:hover, .vd-menu-secondary__item-link:focus {
  color: rgb(70, 87, 105);
}
.vd-menu-secondary__item-link:active {
  color: rgb(106, 109, 115);
}
.vd-menu-secondary__item-link {
  position: relative;
}
.vd-menu-secondary__item-link::after {
  content: "";
  background-color: rgb(112, 112, 112);
  position: absolute;
  width: 0px;
  top: calc(100% - 2px);
  left: 0px;
  height: 2px;
  transition: width 300ms ease-out;
}
.vd-menu-secondary__item-link:hover::after {
  width: 100%;
}

.vd-menu-secondary__item-label {
  color: inherit;
}

.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}
.widget ul {
  list-style: none;
  /*margin: 0;*/
}
.widget a {
  text-decoration: none;
}

.widget_search {
  margin-bottom: 32px;
}

.vd-search-form-container {
  max-width: 600px;
}

.vd-search-form__inner {
  display: flex;
  height: 48px;
}

.vd-search-form__label {
  width: 100%;
  height: 100%;
  flex: 1;
  background-color: rgb(224, 224, 224);
}

input[type=search].vd-search-form__field {
  height: calc(100% - 2px);
  margin-top: 1px;
  width: 100%;
  border-radius: 0;
  border: 0;
  background-color: rgb(224, 224, 224);
  padding: 0 8px;
}
input[type=search].vd-search-form__field:focus {
  box-shadow: 0 0 0 1px rgba(37, 67, 137, 0.6), 0 0 1px 1px rgba(37, 67, 137, 0.4);
  outline: 1px solid transparent;
}

.vd-search-form-divider {
  margin-top: 24px;
}

.widget_categories .children {
  padding-left: 8px;
}
.widget_categories .current-cat > a {
  color: rgb(37, 67, 137);
}

.vd-newsletter-banner-box {
  padding: 24px;
}
@media (min-width: 768px) {
  .vd-newsletter-banner-box {
    padding: 32px 32px;
  }
}
@media (min-width: 992px) {
  .vd-newsletter-banner-box {
    padding: 32px 32px;
  }
}

.widget_vd_nav_menu {
  margin: 0;
}

.vd-banner {
  backround-color: rgb(255, 255, 255);
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .vd-banner {
    min-height: 660px;
  }
}
.vd-banner iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  z-index: -100;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: cover;
}

.vd-banner_fullscreen {
  padding: 0;
}

.vd-banner-bg {
  position: absolute;
  top: -400px;
  left: -100px;
  background-image: linear-gradient(180deg, rgb(253, 190, 87) 9.13%, rgb(20, 86, 152) 41.79%);
  width: 400px;
  height: 700px;
  border-radius: 700px;
  opacity: 0.3;
  transform: rotate(90deg);
  filter: blur(100px);
}
@media (min-width: 992px) {
  .vd-banner-bg {
    position: absolute;
    top: -900px;
    left: 100px;
    background-image: linear-gradient(180deg, rgb(253, 190, 87) 9.13%, rgb(20, 86, 152) 41.79%);
    width: 600px;
    height: 1440px;
    transform: rotate(105deg);
    border-radius: 1440px;
  }
}

/*.vd-banner-bg-blur {
  @include image-size-full-cover;
  backdrop-filter: blur(100px);
}*/
.vd-banner__media {
  margin-top: 20px;
  width: 100%;
}
@media (min-width: 992px) {
  .vd-banner__media {
    margin-top: 0;
    width: 50%;
  }
}

.vd-banner__img-container {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}
@media (min-width: 992px) {
  .vd-banner__img-container {
    position: relative;
    width: 100%;
    padding-top: 75%;
    overflow: hidden;
  }
}

.vd-banner__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vd-banner__video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  z-index: -100;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: cover;
}

.vd-banner__content-area {
  width: 100%;
  margin-top: 100px;
}
@media (min-width: 992px) {
  .vd-banner__content-area {
    height: calc(100% - 100px);
  }
}
@media (min-width: 1200px) {
  .vd-banner__content-area {
    height: calc(100% - 136px);
    margin-top: 136px;
  }
}

.vd-banner__content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 32px 0 36px;
}
@media (min-width: 992px) {
  .vd-banner__content {
    flex-direction: row;
    align-items: center;
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
    padding: 80px 0;
    overflow: hidden;
    min-height: calc(660px - 100px);
  }
}
@media (min-width: 1200px) {
  .vd-banner__content {
    min-height: calc(660px - 136px);
  }
}

@media (min-width: 992px) {
  .vd-banner__content_has-connector {
    padding-bottom: 230px;
  }
}

@media (min-width: 992px) {
  .vd-banner__content_right {
    flex-direction: row-reverse;
  }
  .vd-banner__content_right .vd-banner__main {
    padding-right: 0;
    padding-left: 32px;
  }
}
@media (min-width: 1440px) {
  .vd-banner__content_right .vd-banner__main {
    padding-right: 0;
    padding-left: 64px;
  }
}

.vd-banner__content_top .vd-banner__main {
  padding: 0;
  width: 100%;
  max-width: 850px;
  align-items: center;
  text-align: center;
}
.vd-banner__content_top .vd-banner__media {
  padding: 0;
  width: 100%;
  max-width: 850px;
  margin-top: 24px;
}
.vd-banner__content_top .vd-banner__cta {
  justify-content: center;
}
@media (min-width: 992px) {
  .vd-banner__content_top {
    padding: 40px 0;
    flex-direction: column;
  }
  .vd-banner__content_top .vd-banner__media {
    margin-top: 24px;
  }
  .vd-banner__content_top .vd-banner__img-container {
    padding-top: 30%;
  }
}
@media (min-width: 1440px) {
  .vd-banner__content_top .vd-banner__media {
    margin-top: 48px;
  }
  .vd-banner__content_top .vd-banner__img-container {
    padding-top: 40%;
  }
}

.vd-banner__content_bottom {
  flex-direction: column-reverse;
}
.vd-banner__content_bottom .vd-banner__main {
  padding: 0;
  width: 100%;
  max-width: 920px;
  align-items: center;
  text-align: center;
  margin-top: 24px;
}
.vd-banner__content_bottom .vd-banner__media {
  padding: 0;
  width: 100%;
  max-width: 920px;
}
@media (min-width: 992px) {
  .vd-banner__content_bottom {
    padding: 40px 0;
  }
  .vd-banner__content_bottom .vd-banner__img-container {
    padding-top: 30%;
  }
}
@media (min-width: 1440px) {
  .vd-banner__content_bottom .vd-banner__main {
    margin-top: 48px;
  }
  .vd-banner__content_bottom .vd-banner__img-container {
    padding-top: 40%;
  }
}

.vd-banner__content-inner {
  max-width: 920px;
}

.vd-banner__content_left .vd-banner__content-inner,
.vd-banner__content_right .vd-banner__content-inner {
  max-width: 700px;
}

.vd-banner__icon {
  width: 72px;
  margin-bottom: 8px;
  padding: 4px;
  background-color: rgb(255, 255, 255);
  border-radius: 8px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .vd-banner__icon {
    padding: 8px;
    width: 120px;
  }
}

.vd-banner__icon-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.vd-banner__icon-img {
  width: 100%;
  object-fit: contain;
}

.vd-banner__main {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .vd-banner__main {
    width: 50%;
    padding-right: 32px;
  }
}
@media (min-width: 1440px) {
  .vd-banner__main {
    padding-right: 64px;
  }
}

.vd-banner__caption {
  color: rgb(106, 109, 115);
}

.vd-banner__title {
  margin: 0;
  color: rgb(19, 41, 93);
}

.vd-banner__meta {
  margin-top: calc(0px - 0.5 * 16px);
}
.vd-banner__meta {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .vd-banner__meta {
    font-size: 20px;
    line-height: 32px;
  }
}

.vd-banner__subtitle {
  font-size: 14px;
  font-weight: 900;
  color: rgb(106, 109, 115);
}
@media (min-width: 992px) {
  .vd-banner__subtitle {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
  }
}

.vd-banner__overline {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 8px;
  color: rgb(0, 0, 0);
}
@media (min-width: 992px) {
  .vd-banner__overline {
    font-size: 16px;
  }
}

.vd-banner__text {
  font-size: 14px;
  font-weight: 400;
  margin-top: 8px;
  color: rgb(106, 109, 115);
}
@media (min-width: 992px) {
  .vd-banner__text {
    font-size: 18px;
    margin-top: 32px;
  }
}

.vd-banner__cta {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 576px) {
  .vd-banner__cta {
    margin-right: 32px;
  }
}

.vd-banner__cta-primary-container,
.vd-banner__cta-secondary-container {
  display: inline-flex;
  flex-direction: column;
  position: relative;
  margin-top: 24px;
}
@media (min-width: 576px) {
  .vd-banner__cta-primary-container,
  .vd-banner__cta-secondary-container {
    margin-top: 40px;
  }
}

.vd-banner__cta-primary-container {
  margin-right: 24px;
}

.vd-banner-fullscreen__media {
  width: 100%;
}

.vd-banner-fullscreen__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.vd-banner-fullscreen__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-image: linear-gradient(99deg, rgba(25, 29, 66, 0.75) -2.21%, rgba(64, 74, 168, 0.75) 203.02%);
}

.vd-banner-fullscreen__content-area {
  position: absolute;
  width: 100%;
  height: calc(100% - 100px);
  top: 100px;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (min-width: 1200px) {
  .vd-banner-fullscreen__content-area {
    height: calc(100% - 136px);
    top: 136px;
  }
}

.vd-banner-fullscreen__content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.vd-banner-fullscreen__content_left {
  justify-content: flex-start;
  text-align: left;
}

.vd-banner-fullscreen__content_right {
  justify-content: flex-end;
  text-align: left;
}

.vd-banner-fullscreen__content-inner {
  max-width: 920px;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vd-banner-fullscreen__content_left .vd-banner-fullscreen__content-inner,
.vd-banner-fullscreen__content_right .vd-banner-fullscreen__content-inner {
  max-width: 700px;
  align-items: flex-start;
}

.vd-banner__title_fullscreen {
  color: rgb(255, 255, 255);
}

.vd-banner__subtitle_fullscreen {
  color: rgb(255, 255, 255);
}

.vd-banner__overline_fullscreen {
  color: rgb(255, 255, 255);
}

.vd-banner__text_fullscreen {
  color: rgb(231, 231, 231);
  margin-top: 24px;
}

.vd-banner__connector {
  position: absolute;
  left: 50%;
  top: calc(100% + 20px);
}

.vd-banner__connector_right {
  transform: rotateY(180deg);
  right: 50%;
  left: auto;
}

/*.vd-banner__connector-inner {
  height: 100%;
  display: flex;
  align-items: center;
}*/
.vd-banner__main_category {
  max-width: 784px;
  text-align: left;
}
@media (min-width: 1200px) {
  .vd-banner__main_category {
    text-align: center;
  }
}

.vd-banner__content_top .vd-banner__main_category {
  text-align: left;
  align-items: unset;
}
@media (min-width: 992px) {
  .vd-banner__content_top .vd-banner__main_category {
    text-align: center;
  }
}

.vd-banner__text_category {
  font-size: 14px;
  line-height: 1.3;
}
@media (min-width: 992px) {
  .vd-banner__text_category {
    font-size: 24px;
  }
}

.vd-banner__content_category,
.vd-banner__media_category {
  max-width: unset !important;
}

.vd-banner__content_category {
  position: relative;
}
@media (min-width: 992px) {
  .vd-banner__content_category {
    padding-bottom: 0;
  }
}

@media (min-width: 992px) {
  .vd-categories-banner {
    min-height: 760px;
  }
}

.vd-categories-banner__connector-container {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  height: 160px;
}
@media (min-width: 1200px) {
  .vd-categories-banner__connector-container {
    right: auto;
    left: calc(1055px + 32px);
  }
}

.vd-categories-banner__connector {
  width: 6px;
  background-color: #F5F5F5;
  height: 100%;
}

.vd-categories-banner__connector-bottom {
  margin-left: calc(100% - 1055px);
}
@media (min-width: 1200px) {
  .vd-categories-banner__connector-bottom {
    margin-left: 32px;
  }
}

.vd-archive-banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.vd-banner-solution {
  height: 100vh;
  height: 100dvh;
  backround-color: #fff;
  position: relative;
  overflow: hidden;
  min-height: 660px;
}
@media (min-width: 992px) {
  .vd-banner-solution {
    max-height: 760px;
  }
}

.vd-banner-solution__content-area {
  position: absolute;
  width: 100%;
  height: calc(100% - 100px);
  top: 100px;
  bottom: 0;
  left: 0;
  right: 0;
  /*@include media-breakpoint-up(lg) {
      height: calc( 100% - 100px + 103px);
   }*/
}
@media (min-width: 1200px) {
  .vd-banner-solution__content-area {
    height: calc(100% - 136px);
    top: 136px;
  }
}

.vd-banner-solution__content-area-inner {
  position: relative;
}

.vd-banner-solution__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-image: linear-gradient(0deg, #1b3164 0%, rgba(27, 49, 100, 0.86) 26.13%, rgba(27, 49, 100, 0) 100%, #404aa8);
}

.vd-banner-solution__content {
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
  right: 16px;
  left: 16px;
}
@media (min-width: 576px) {
  .vd-banner-solution__content {
    right: 16px;
    left: 16px;
  }
}
@media (min-width: 768px) {
  .vd-banner-solution__content {
    left: calc(50% - 360px + 16px);
    right: calc(50% - 360px + 16px);
  }
}
@media (min-width: 992px) {
  .vd-banner-solution__content {
    left: 32px;
    height: auto;
    bottom: calc(103px + 12px);
  }
}
@media (min-width: 1200px) {
  .vd-banner-solution__content {
    left: 32px;
  }
}
@media (min-width: 1440px) {
  .vd-banner-solution__content {
    left: 0;
  }
}

@media (min-width: 992px) {
  .vd-banner-solution__content_right {
    left: auto;
    right: 32px;
  }
}
@media (min-width: 1200px) {
  .vd-banner-solution__content_right {
    right: 32px;
  }
}
@media (min-width: 1440px) {
  .vd-banner-solution__content_right {
    right: 0;
  }
}

@media (min-width: 992px) {
  .vd-banner-solution__content_center {
    left: calc(50% - 360px + 32px);
    right: calc(50% - 360px + 32px);
  }
}
@media (min-width: 1200px) {
  .vd-banner-solution__content_center {
    left: calc(50% - 360px + 32px);
    right: calc(50% - 360px + 32px);
  }
}

.vd-banner-solution__content-inner {
  border-radius: 16px;
  padding: 24px 16px;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(19px);
  overflow: hidden;
}
@media (min-width: 768px) {
  .vd-banner-solution__content-inner {
    max-width: 720px;
  }
}

.vd-banner-solution__icon {
  position: relative;
  width: auto;
  height: 40px;
  margin-bottom: 8px;
}

.vd-banner-solution__icon-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left;
}

.vd-banner-solution__caption {
  margin-bottom: 16px;
  color: rgb(106, 109, 115);
  transform: none;
  -webkit-transition: transform 800ms ease-out;
  transition: transform 800ms ease-out;
}

.vd-banner-solution__caption_hide {
  transform: translateY(400px);
}

.vd-banner-solution__title {
  text-align: center;
  margin: 0;
}
.vd-banner-solution__title {
  font-weight: 900;
  margin-bottom: 8px;
}
.vd-banner-solution__title {
  color: rgb(255, 255, 255);
}

.vd-banner-solution__subtitle {
  text-align: center;
  font-size: 14px;
  font-weight: 900;
  color: rgb(255, 255, 255);
}
@media (min-width: 992px) {
  .vd-banner-solution__subtitle {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
  }
}

.vd-banner-solution__description {
  font-size: 14px;
  font-weight: 400;
  margin-top: 24px;
  text-align: center;
  color: rgb(106, 109, 115);
  transform: none;
  -webkit-transition: transform 800ms ease-out;
  transition: transform 800ms ease-out;
  color: rgb(255, 255, 255);
}
.vd-banner-solution__description_hide {
  transform: translateY(600px);
}

.vd-banner-solution__cta {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  margin-top: 24px;
  transform: none;
  -webkit-transition: transform 800ms ease-out;
  transition: transform 800ms ease-out;
}

.vd-banner-solution__cta_hide {
  transform: translateY(600px);
}

.vd-banner-solution__cta-primary {
  margin-right: 24px;
}
.vd-banner-solution__connector-right-xl {
  display: none;
}
@media (min-width: 1200px) {
  .vd-banner-solution__connector-right-xl {
    height: 103px;
    display: block;
    position: absolute;
    bottom: 0;
    right: calc(0.5 * 720px + 32px);
  }
}
@media (min-width: 1440px) {
  .vd-banner-solution__connector-right-xl {
    display: none;
  }
}

.vd-banner-solution__connector-right-xxl {
  display: none;
}
@media (min-width: 1440px) {
  .vd-banner-solution__connector-right-xxl {
    height: 103px;
    display: block;
    position: absolute;
    bottom: 0;
    right: calc(0.5 * 720px);
  }
}

.vd-banner-solution__connector-left-xl {
  display: none;
}
@media (min-width: 1200px) {
  .vd-banner-solution__connector-left-xl {
    height: 103px;
    display: block;
    position: absolute;
    bottom: 0;
    left: calc(0.5 * 720px - 285px + 0.5 * 32px);
  }
}
@media (min-width: 1440px) {
  .vd-banner-solution__connector-left-xl {
    left: calc(0.5 * 720px - 285px - 0.5 * 32px);
  }
}

.vd-banner-solution__connector-center-xl {
  display: none;
}
@media (min-width: 1200px) {
  .vd-banner-solution__connector-center-xl {
    height: 103px;
    display: block;
    position: absolute;
    bottom: 0;
    left: calc(50% - 605px + 0.5 * 32px);
  }
}
@media (min-width: 1440px) {
  .vd-banner-solution__connector-center-xl {
    left: calc(50% - 605px);
  }
}

.vd-banner-product {
  background-color: rgb(255, 255, 255);
}

/*.vd-banner-product-bg {
  position: absolute;
  top: -140%;//-130%;//-740px;
  left: 10%;//-10%;//-380px;
  background-image: linear-gradient($banner-product-overlay);
  width: 90dvh;//753px;
  height: 150dvw;//1804px;
  transform: rotate(105deg);
  border-radius: 1804px;
  opacity: 0.3;
}

.vd-banner-product-bg-blur {
  @include image-size-full-cover;
  backdrop-filter: blur(100px);
}*/
.vd-banner-product-bg {
  position: absolute;
  top: -400px;
  left: -100px;
  background-image: linear-gradient(180deg, rgb(253, 190, 87) 9.13%, rgb(20, 86, 152) 41.79%);
  width: 400px;
  height: 700px;
  border-radius: 700px;
  opacity: 0.3;
  transform: rotate(90deg);
  filter: blur(100px);
}
@media (min-width: 992px) {
  .vd-banner-product-bg {
    position: absolute;
    top: -900px;
    left: 100px;
    background-image: linear-gradient(180deg, rgb(253, 190, 87) 9.13%, rgb(20, 86, 152) 41.79%);
    width: 600px;
    height: 1440px;
    transform: rotate(105deg);
    border-radius: 1440px;
  }
}

/*.vd-banner-product__content-area {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}*/
.vd-banner-product__content-area {
  width: 100%;
  margin-top: 100px;
}
@media (min-width: 992px) {
  .vd-banner-product__content-area {
    height: calc(100% - 100px);
  }
}
@media (min-width: 1200px) {
  .vd-banner-product__content-area {
    height: calc(100% - 136px);
    margin-top: 136px;
  }
}

/*.vd-banner-product__content {
  //position: absolute;
  width: 100%;
  //min-height: calc(100vh - 100px);
  //min-height: calc(100dvh - 100px);
  margin-top: $site-header-container-height;
 // bottom: 0;
  //left: 0;
  //right: 0;
  @include media-breakpoint-up(lg) {
    //height: calc(100vh - 100px);
    //height: calc(100dvh - 100px);
  }
  @include media-breakpoint-up(xl) {
    //height: calc( 100% - 136px);
    //height: calc(100vh - 136px);
    //height: calc(100dvh - 136px);
    margin-top: $site-header-container-height-xl;
    //min-height: unset;
  }
}*/
.vd-banner-product__content {
  display: flex;
  flex-direction: column-reverse;
  min-height: calc(100vh - 100px);
  min-height: calc(100dvh - 100px);
  height: 100%;
  justify-content: center;
  margin-top: 100px;
  padding: 40px 0;
}
@media (min-width: 992px) {
  .vd-banner-product__content {
    flex-direction: row;
    align-items: flex-end;
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
    min-height: max(660px - 100px, 100vh - 100px);
    padding-bottom: 56px;
  }
}
@media (min-width: 1200px) {
  .vd-banner-product__content {
    min-height: max(660px - 136px, 100vh - 136px);
    margin-top: 136px;
    padding-bottom: 80px;
  }
}

@media screen and (min-height: 760px) {
  .vd-banner-product__content {
    min-height: unset;
  }
}
.vd-banner-product__main {
  width: 100%;
  margin-top: 32px;
}
@media (min-width: 992px) {
  .vd-banner-product__main {
    width: 50%;
    display: flex;
    justify-content: flex-start;
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .vd-banner-product__main-inner {
    max-width: 560px;
  }
}

.vd-banner-product__media {
  width: 100%;
}
@media (min-width: 992px) {
  .vd-banner-product__media {
    width: 50%;
    display: flex;
    justify-content: flex-end;
  }
}

.vd-banner-product__media-inner {
  width: 100%;
}
@media (min-width: 992px) {
  .vd-banner-product__media-inner {
    max-width: 486px;
  }
}

.vd-banner-product__img-container {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-top: 66.67%;
  overflow: hidden;
  padding-top: 46%;
}
@media (min-width: 992px) {
  .vd-banner-product__img-container {
    position: relative;
    width: 100%;
    padding-top: 75%;
    overflow: hidden;
  }
}

.vd-banner-product__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vd-banner-product__img_contain {
  object-fit: contain;
}

.vd-banner-product__video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: cover;
}

.vd-banner-product__caption {
  margin-bottom: 16px;
  color: rgb(106, 109, 115);
  transform: none;
  -webkit-transition: transform 800ms ease-out;
  transition: transform 800ms ease-out;
}

.vd-banner-product__title {
  margin: 0;
}
.vd-banner-product__title {
  margin-bottom: 8px;
}
.vd-banner-product__title {
  color: rgb(20, 86, 152);
  font-size: 20px;
  line-height: 1.3;
}
@media (min-width: 992px) {
  .vd-banner-product__title {
    font-size: 28px;
  }
}

.vd-banner-product__subtitle {
  color: rgb(12, 23, 49);
  font-size: 24px;
  font-weight: 900;
  line-height: 1.3;
}
@media (min-width: 992px) {
  .vd-banner-product__subtitle {
    font-size: 32px;
  }
}

.vd-banner-product__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 24px;
  color: rgb(106, 109, 115);
  transform: none;
  -webkit-transition: transform 800ms ease-out;
  transition: transform 800ms ease-out;
}
@media (min-width: 992px) {
  .vd-banner-product__text {
    font-size: 18px;
  }
}

.vd-banner-product__cta {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}

.vd-banner-product__cta-primary-container,
.vd-banner-product__cta-secondary-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin-top: 24px;
}
@media (min-width: 576px) {
  .vd-banner-product__cta-primary-container,
  .vd-banner-product__cta-secondary-container {
    margin-top: 40px;
  }
}

.vd-banner-product__cta-primary-container {
  margin-right: 24px;
}

.vd-banner-product__connector {
  position: absolute;
  top: 100%;
  height: 32px;
}
@media (min-width: 992px) {
  .vd-banner-product__connector {
    height: 80px;
  }
}

.vd-banner-product__connector-inner {
  height: 100%;
  display: flex;
  align-items: center;
}

.vd-banner-front {
  height: 100vh;
  height: 100dvh;
  min-height: 600px;
}

.vd-banner-front__inner {
  height: 100%;
  min-height: 600px;
  backround-color: #fff;
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(286deg, rgba(0, 0, 0, 0) 6.01%, rgba(0, 0, 0, 0.2) 41.93%), linear-gradient(0deg, rgba(34, 61, 125, 0.51) 0%, rgba(34, 61, 125, 0.51) 100%);
  /*@include media-breakpoint-up(lg) {
    min-height: 600px;
  }*/
}

.vd-banner-front__content-area-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 136px;
}

.vd-banner-front__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  height: 30%;
  top: auto;
  bottom: 0;
  background-image: linear-gradient(0deg, #254389 0%, rgba(37, 67, 137, 0) 100%);
}

.vd-banner-front__content {
  height: calc(100% - 60px);
  width: 100%;
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .vd-banner-front__content {
    height: calc(100% - 100px);
    padding: 0 64px;
  }
}
@media (min-width: 1440px) {
  .vd-banner-front__content {
    height: calc(100% - 194px);
  }
}

.vd-banner-front__content-inner {
  padding: calc(24px + 50px) 16px 24px;
}
@media (min-width: 768px) {
  .vd-banner-front__content-inner {
    max-width: 720px;
    position: relative;
  }
}

.vd-banner-front__content-area {
  width: 100%;
  height: calc(100% - 100px);
}
@media (min-width: 1200px) {
  .vd-banner-front__content-area {
    height: calc(100% - 136px);
  }
}

.vd-banner-front__caption {
  color: rgb(255, 255, 255);
}

.vd-banner-front__title {
  margin: 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .vd-banner-front__title {
    font-size: 46px;
    margin-bottom: 8px;
  }
}
.vd-banner-front__title {
  color: rgb(255, 255, 255);
}

.vd-banner-front__subtitle {
  font-size: 14px;
  font-weight: 900;
  color: rgb(255, 255, 255);
}
@media (min-width: 992px) {
  .vd-banner-front__subtitle {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
  }
}

.vd-banner-front__cta {
  display: flex;
  flex-wrap: wrap;
  margin-top: 56px;
}
@media (min-width: 992px) {
  .vd-banner-front__cta {
    margin-top: 24px;
  }
}

.vd-banner-front__cta-primary {
  margin-right: 24px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .vd-banner-front__cta-primary {
    font-size: 18px;
  }
}

.vd-banner-front__cta-secondary {
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .vd-banner-front__cta-secondary {
    font-size: 18px;
  }
}

.vd-banner-front__overline {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  color: rgb(255, 255, 255);
}
@media (min-width: 992px) {
  .vd-banner-front__overline {
    margin-bottom: 0;
    position: absolute;
    transform: rotate(-90deg);
    transform-origin: left;
    left: calc(0px - 64px);
    top: auto;
    bottom: 24px;
  }
}

.vd-banner-front__overline-item {
  display: inline-block;
}

.vd-banner-front__overline-item:not(:first-of-type) {
  padding-left: 12px;
}

.vd-banner-front__overline-item:not(:last-of-type) {
  padding-right: 12px;
}

.vd-banner-front__overline-divider {
  width: 2px;
  height: 14px;
  display: inline-block;
  background-color: currentColor;
  opacity: 0.2;
}

.vd-hero {
  height: auto;
  min-height: max(100vh, 600px);
  width: 100%;
  min-width: 320px;
}
@media (min-width: 992px) {
  .vd-hero {
    min-height: 700px;
    height: 100vh;
  }
}

.vd-hero__inner {
  display: flex;
  position: relative;
  height: 100%;
}

.vd-hero__main {
  display: flex;
  flex-direction: column;
  padding-left: 32px;
  padding-right: 32px;
  width: 100%;
}
@media (min-width: 768px) {
  .vd-hero__main {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 992px) {
  .vd-hero__main {
    flex-direction: row;
    justify-content: space-between;
    width: 976px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1200px) {
  .vd-hero__main {
    padding-left: 0;
    padding-right: 0;
    width: 1060px;
  }
}

.vd-hero__top {
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .vd-hero__top {
    width: 440px;
  }
}
@media (min-width: 1200px) {
  .vd-hero__top {
    width: 516px;
  }
}

.vd-hero__left-container {
  position: absolute;
  height: 100%;
  width: 178px;
  overflow: hidden;
}

.vd-hero__left {
  height: 100%;
}

.vd-hero__left-inner {
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding-bottom: 180px;
}

@media (min-width: 992px) {
  .vd-hero__right {
    max-width: 420px;
  }
}

.vd-hero__logo {
  width: 48px;
  overflow: hidden;
  display: flex;
  margin-top: 28px;
}
@media (min-width: 992px) {
  .vd-hero__logo {
    margin-top: -79px;
    width: 112px;
  }
}

.vd-hero__logo-img {
  width: 100%;
  object-fit: cover;
}

.vd-hero__caption {
  margin-top: 12px;
  margin-bottom: 24px;
  font-size: 56px;
  line-height: 64px;
  font-weight: 400;
  font-style: normal;
}
@media (min-width: 992px) {
  .vd-hero__caption {
    font-size: 64px;
    line-height: 80px;
  }
}
.vd-hero__caption {
  /*@include media-breakpoint-up(xl) {
    @include vd-heading-type-style('1');
  }*/
}
@media (min-width: 1440px) {
  .vd-hero__caption {
    margin-top: 28px;
    font-size: 90px;
    line-height: 100px;
  }
}

.vd-hero__caption-inner {
  position: relative;
  display: inline-block;
}

.vd-hero__cta {
  display: none;
}
@media (min-width: 992px) {
  .vd-hero__cta {
    display: block;
    align-self: flex-end;
  }
}

.vd-hero__info-btn {
  position: absolute;
  bottom: 4px;
  right: 10px;
  left: auto;
  top: auto;
  display: flex;
}
@media (min-width: 992px) {
  .vd-hero__info-btn {
    right: 20px;
    bottom: 12px;
  }
}

.vd-hero__card .vd-card__top {
  padding-top: 24px;
}
@media (min-width: 992px) {
  .vd-hero__card .vd-card__top {
    padding-top: 40px;
  }
}
.vd-hero__card .vd-card__img-container {
  position: relative;
  width: 100%;
  padding-top: 66.67%;
  overflow: hidden;
}
.vd-hero__card .vd-card__cta_media {
  padding-bottom: 0;
  justify-content: flex-end;
  bottom: calc(0px - 24px);
}
@media (min-width: 992px) {
  .vd-hero__card .vd-card__cta_media {
    bottom: calc(0px - 32px);
  }
}

.vd-hero__play-btn {
  position: relative;
  width: 48px;
  height: 48px;
  transition: transform 300ms ease-out, color 300ms ease-out;
}
@media (min-width: 992px) {
  .vd-hero__play-btn {
    width: 64px;
    height: 64px;
  }
}
.vd-hero__play-btn .vd-svg-icon::before {
  content: "";
  background-image: url("images/vd-play-icon.svg");
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.vd-hero__play-btn svg {
  position: absolute;
  left: 16px;
  right: auto;
  top: 12px;
  width: 20px;
}
@media (min-width: 992px) {
  .vd-hero__play-btn {
    width: 64px;
    height: 64px;
  }
  .vd-hero__play-btn svg {
    left: 22px;
    right: auto;
    top: 20px;
    width: 24px;
  }
}
.vd-hero__play-btn:hover, .vd-hero__play-btn:focus {
  color: rgb(37, 67, 137);
  transform: rotate(-6deg);
  transform-origin: center center;
}

.vd-info {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  z-index: 111;
  width: 100%;
  max-width: 648px;
  height: 100vh;
  min-height: max(100vh, 600px);
  /*@include media-breakpoint-up(sm) {
    right: map-get($container-horizontal-paddings, sm);
  }*/
}
@media (min-width: 768px) {
  .vd-info {
    min-height: unset;
    top: 56px;
    right: 16px;
    height: 620px;
  }
}
@media (min-width: 992px) {
  .vd-info {
    top: 80px;
    min-height: 480px;
    height: calc(100vh - 80px);
  }
}
@media (min-width: 1200px) {
  .vd-info {
    right: calc((100% - 1136px) / 2);
  }
}
@media (min-width: 1440px) {
  .vd-info {
    right: calc((100% - 1280px) / 2);
    min-height: unset;
    height: 620px;
  }
}
@media screen and (min-width: 1441px) {
  .vd-info {
    right: 80px;
  }
}

.vd-info__inner {
  padding: 64px 32px 24px;
  height: 100%;
}
@media (min-width: 992px) {
  .vd-info__inner {
    padding: 24px;
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 1440px) {
  .vd-info__inner {
    padding: 64px 32px 24px;
  }
}

.vd-info__close {
  display: flex;
  justify-content: flex-end;
}

.vd-info__content {
  margin-top: 24px;
}
@media (min-width: 992px) {
  .vd-info__content {
    flex: 1;
    margin-top: 0;
    display: flex;
  }
}
@media (min-width: 1440px) {
  .vd-info__content {
    margin-top: 24px;
  }
}

.vd-info__text {
  max-width: 280px;
  font-size: 16px;
}
@media (min-width: 992px) {
  .vd-info__text {
    font-weight: 500;
  }
}

.vd-info__list-container {
  display: flex;
  margin-top: 40px;
  height: 192px;
  justify-content: center;
  font-weight: 700;
}
@media (min-width: 992px) {
  .vd-info__list-container {
    font-weight: 600;
    font-size: 20px;
    margin-top: 0;
    justify-content: flex-end;
    height: 100%;
  }
}

.vd-vertical-divider {
  width: 1px;
  height: 100%;
  background-color: rgb(255, 255, 255);
  margin-left: 16px;
  margin-right: 16px;
}

.vd-info__list {
  list-style: none;
  margin: 0;
}
@media (min-width: 992px) {
  .vd-info__list {
    align-self: flex-end;
  }
}

.vd-info__list_left {
  text-align: right;
}

.vd-info__list-item {
  padding: 4px;
}

.vd-hero-video {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  z-index: 111;
}

.vd-hero-video-container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vd-hero-video-container__inner {
  width: 70%;
}

.vd-hero-video iframe {
  width: 100%;
  height: 100%;
}

.vd-map {
  width: 100%;
}

.vd-map__image-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media (min-width: 1200px) {
  .vd-map__image-container {
    width: 940px;
  }
}
@media (min-width: 1440px) {
  .vd-map__image-container {
    width: 1000px;
  }
}

.vd-map__image {
  width: 100%;
}

.vd-map__marker {
  position: absolute;
}

.vd-map-marker {
  width: 24px;
  height: 24px;
  border-radius: 100px;
  cursor: pointer;
}
.vd-map-marker:hover .vd-map-marker__point {
  width: 24px;
  height: 24px;
}
.vd-map-marker:hover .vd-map-marker__bg {
  filter: none;
  animation: none;
}
.vd-map-marker:hover + .vd-map__marker-location {
  visibility: visible;
  opacity: 1;
}

.vd-map-marker__inner {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.vd-map-marker__point {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 100px;
  background-color: rgb(253, 190, 87);
  border: 4px solid rgb(255, 255, 255);
  transition: width 500ms ease-out, height 500ms ease-out;
}

.vd-map-marker__bg {
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 100px;
  background-color: rgb(253, 190, 87);
  filter: blur(2px);
  animation: blur-animation 2000ms ease-out infinite;
  will-change: background-color;
}

@keyframes blur-animation {
  0% {
    filter: blur(2px);
  }
  50% {
    filter: blur(6px);
  }
}
.vd-map__marker-location {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: opacity 500ms ease-out, visibility 500ms ease-out;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.15);
  z-index: 11;
  border-radius: 8px;
  overflow: hidden;
  min-width: 240px;
}

.vd-map__location-list {
  list-style: none;
  padding: 0;
  margin: -6px;
}

.vd-map__location-item {
  padding: 6px;
}

.vd-map__location-icon {
  width: 18px;
  height: 18px;
  fill: rgb(37, 67, 137);
  stroke: rgb(37, 67, 137);
  margin-right: 12px;
}

.vd-map__bottom {
  margin-top: 24px;
}

.vd-map__location-name {
  font-size: 18px;
  color: rgb(0, 0, 0);
}
@media (min-width: 992px) {
  .vd-map__location-name {
    font-size: 22px;
  }
}

.vd-map__location-text {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .vd-map__location-text {
    font-size: 18px;
  }
}

.vd-map__statistics {
  margin-top: 36px;
}
@media (min-width: 992px) {
  .vd-map__statistics {
    margin-top: 48px;
  }
}

.vd-map__divider {
  margin-top: 36px;
  display: flex;
  justify-content: center;
}
@media (min-width: 992px) {
  .vd-map__divider {
    display: none;
  }
}

.vd-map__divider-line {
  width: 80%;
  height: 2px;
  background-color: #C1CBDE;
}

.vd-journey {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .vd-journey {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}

.vd-journey__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.vd-journey__bg-inner {
  position: relative;
  height: 100%;
}

.vd-journey__bg-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vd-journey__bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-blend-mode: multiply, normal;
}

.vd-journey__header {
  text-align: center;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .vd-journey__header {
    margin-bottom: 64px;
  }
}

.vd-journey__title {
  color: rgb(255, 255, 255);
  margin: 0;
}

.vd-milestones {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 992px) {
  .vd-milestones {
    width: 884px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1440px) {
  .vd-milestones {
    width: 1148px;
  }
}

.vd-milestone-card {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .vd-milestone-card {
    flex-direction: row;
    align-items: unset;
  }
}

.vd-milestone-card__year-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 50%;
  position: absolute;
  left: 0;
  top: 70px;
  padding-right: 24px;
}
@media (min-width: 992px) {
  .vd-milestone-card__year-container {
    position: unset;
    max-width: unset;
    width: 400px;
    padding: 0;
  }
}
@media (min-width: 1440px) {
  .vd-milestone-card__year-container {
    width: 532px;
  }
}

.vd-milestone-card__year {
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 400;
  padding: 4px 12px;
  border-radius: 4px;
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.25) 100%), linear-gradient(105deg, #74128C -80.83%, #0034C3 273.24%);
}
@media (min-width: 992px) {
  .vd-milestone-card__year {
    font-size: 20px;
  }
}

.vd-milestones-marker {
  width: calc(2 * 10px);
  /* flex: 1; */
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin: 0 32px;
  height: 120px;
}
@media (min-width: 992px) {
  .vd-milestones-marker {
    height: auto;
  }
}

/*.vd-milestones-marker__line {
  width: 6px;
  height: calc(50% - 10px);
  background-color: $journey-milestone-marker-line-color;
}*/
.vd-milestones-marker__line {
  width: 6px;
  height: 100%;
  background-color: rgba(163, 203, 240, 0.6);
}

.vd-milestones-marker__line-shadow-top {
  position: absolute;
  width: 6px;
  height: 100px;
  top: 0;
  left: 7px;
  background-image: linear-gradient(180deg, #1C2351 16.34%, rgba(26, 35, 83, 0) 100%);
}

.vd-milestones-marker__line-shadow-bottom {
  position: absolute;
  width: 6px;
  height: 185px;
  top: auto;
  bottom: 0;
  left: 7px;
  background-image: linear-gradient(0deg, #1C2351 25.95%, rgba(26, 35, 83, 0) 100%);
}

.vd-milestones-marker__circle {
  position: absolute;
  top: 70px;
  left: calc(50% - 10px);
  width: calc(2 * 10px);
  height: calc(2 * 10px);
  border-radius: 100px;
  overflow: hidden;
  background-color: rgb(253, 190, 87);
}
@media (min-width: 992px) {
  .vd-milestones-marker__circle {
    top: calc(50% - 10px);
  }
}

.vd-milestones-details {
  padding: 12px 20px;
  border-radius: 8px;
  width: 100%;
  max-width: 512px;
  background-color: rgba(255, 255, 255, 0.2);
}
@media (min-width: 992px) {
  .vd-milestones-details {
    max-width: unset;
    width: 400px;
  }
}
@media (min-width: 1440px) {
  .vd-milestones-details {
    width: 532px;
  }
}

.vd-milestones-details__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.vd-milestones-details__title {
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .vd-milestones-details__title {
    font-size: 16px;
  }
}

.vd-milestones-details__text {
  padding-top: 12px;
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 400;
}
.vd-milestones-details__text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (min-width: 992px) {
  .vd-milestones-details__text {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .vd-milestone-card_reverse {
    flex-direction: row-reverse;
  }
}
.vd-milestone-card_reverse .vd-milestone-card__year-container {
  justify-content: flex-start;
  left: auto;
  right: 0;
  padding-left: 24px;
  padding-right: 0;
}
@media (min-width: 992px) {
  .vd-milestone-card_reverse .vd-milestone-card__year-container {
    padding-left: 0;
  }
}

.vd-milestones-details__btn {
  font-size: 14px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .vd-milestones-details__btn {
    font-size: 16px;
  }
}
.vd-milestones-details__btn {
  text-decoration: underline;
}

.vd-milestone-modal {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(40, 50, 60, 0.91);
  z-index: 500;
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 300ms ease-out, visibility 300ms ease-out;
}

.vd-milestone-modal_open {
  display: block;
  opacity: 1;
  visibility: visible;
  transition: opacity 300ms ease-out, visibility 300ms ease-out;
}

.vd-milestone-modal__inner {
  padding: 20px 16px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vd-milestone-events-container {
  padding: 32px 16px;
}
@media (min-width: 992px) {
  .vd-milestone-events-container {
    flex: 1;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 32px 44px;
  }
}

.vd-milestone-modal__main {
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  margin-right: 24px;
  margin-left: 24px;
  height: 580px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .vd-milestone-modal__main {
    flex-direction: row;
    overflow: hidden;
    width: 950px;
    max-width: unset;
  }
}
@media (min-width: 1200px) {
  .vd-milestone-modal__main {
    width: 1100px;
  }
}
.vd-milestone-modal__main {
  background-color: rgb(255, 255, 255);
}

@media (min-width: 992px) and (min-height: 800px) {
  .vd-milestone-modal__main {
    height: 712px;
  }
}
.vd-milestone-modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.vd-milestone-modal__logo {
  width: 172px;
}

.vd-milestone-modal__logo-img {
  width: 100%;
}

.vd-milestone-modal__content {
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: 24px;
  height: 466px;
}
.vd-milestone-modal__content .vd-milestone-modal__main {
  padding-top: 32px;
}

@media (min-width: 992px) and (min-height: 800px) {
  .vd-milestone-modal__content {
    height: 600px;
  }
}
.vd-milestone-modal-open {
  overflow: hidden;
}
.vd-milestone-modal-open .vd-body {
  overflow: hidden;
}

.vd-image-slide {
  width: 100%;
  background-color: rgb(255, 255, 255);
}

.vd-image-slide__img-container {
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
}

.vd-image-slide__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vd-image-slide__caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 16px 48px;
}

.vd-image-slide__title {
  margin: 0;
}

.vd-image-slide__subtitle {
  margin: 0;
}

.vd-image-slide__text {
  margin: 0;
}
.vd-image-slide__text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.vd-search-menu-panel-container {
  position: absolute;
  top: calc(max(100%, 600px) - 60px);
  width: 100%;
}

.vd-search-menu-panel {
  width: calc(100% - 2 * 16px);
  margin-left: 16px;
}
@media (min-width: 992px) {
  .vd-search-menu-panel {
    height: 144px;
    width: calc(100% - 2 * 32px - 100px);
    margin-left: calc(0.5 * 100px + 32px);
  }
}
@media (min-width: 1440px) {
  .vd-search-menu-panel {
    max-width: 1180px;
    margin: 0 auto;
  }
}

.vd-search-menu-panel__inner {
  background-color: rgb(19, 41, 93);
}
.vd-search-menu-panel__inner {
  color: rgb(255, 255, 255);
}
.vd-search-menu-panel__inner {
  width: 100%;
  height: 100%;
  padding: 16px;
  border-radius: 16px;
  display: flex;
  width: 100%;
}
@media (min-width: 992px) {
  .vd-search-menu-panel__inner {
    position: relative;
    padding: 28px;
  }
}

.vd-search-menu-panel__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media (min-width: 768px) {
  .vd-search-menu-panel__content {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }
}

@media (min-width: 992px) {
  .vd-search-menu-panel__bg {
    position: absolute;
    background-image: url("images/search-block-bg-desktop.svg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 181px;
    height: 50px;
    right: 100px;
    bottom: 0;
    left: auto;
    top: auto;
  }
}

.vd-search-menu-panel__text {
  font-size: 14px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .vd-search-menu-panel__text {
    font-size: 24px;
    max-width: unset;
  }
}

.vd-search-menu-panel__menu-container {
  position: relative;
}

.vd-search-menu-panel__menu {
  position: absolute;
  width: 100%;
  top: calc(100% + 12px);
  left: 0;
  z-index: 1;
}

.vd-search-menu-container {
  padding: 16px;
  background-color: rgb(255, 255, 255);
  border-radius: 16px;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.15);
}

.vd-search-menu {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  max-height: 230px;
  overflow-x: hidden;
  overflow-y: auto;
}
@media (min-width: 992px) {
  .vd-search-menu {
    max-height: 250px;
  }
}

.vd-search-menu__item {
  padding: 12px 0;
  border-bottom: 1px solid rgb(224, 224, 224);
}

.vd-search-menu__item-link {
  text-decoration: none;
  color: rgb(106, 109, 115);
}
.vd-search-menu__item-link:visited {
  color: rgb(106, 109, 115);
}
.vd-search-menu__item-link:hover, .vd-search-menu__item-link:focus {
  color: rgb(70, 87, 105);
}
.vd-search-menu__item-link:active {
  color: rgb(106, 109, 115);
}
.vd-search-menu__item-link {
  font-size: 16px;
  font-weight: 700;
}

.vd-search-menu-panel__dropdown {
  margin-top: 12px;
}
@media (min-width: 768px) {
  .vd-search-menu-panel__dropdown {
    margin-top: 0;
  }
}

.vd-search-dropdown-btn {
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  justify-content: space-between;
  border-bottom: 1px solid;
  border-radius: 0;
}
.vd-search-dropdown-btn .vd-button__label, .vd-search-dropdown-btn .vd-button-link__label {
  text-align: left;
}
.vd-search-dropdown-btn .vd-button__icon {
  width: 16px;
  height: 16px;
}
@media (min-width: 768px) {
  .vd-search-dropdown-btn {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .vd-search-dropdown-btn {
    font-size: 18px;
    height: 54px;
  }
  .vd-search-dropdown-btn .vd-button__icon {
    width: 20px;
    height: 20px;
  }
}

.vd-search-menu-panel__contact {
  padding-top: 24px;
}

.vd-search-menu-panel__contact-text {
  color: rgb(106, 109, 115);
  font-size: 16px;
  font-weight: 400;
}

.vd-search-menu-panel__contact-link {
  color: rgb(37, 67, 137);
  text-decoration: underline;
  font-weight: 700;
  background-color: transparent;
  padding: 0;
}

.vd-search-dropdown-btn_on .vd-button__icon {
  transform: rotate(180deg);
}

.vd-breadcrumbs {
  width: 100%;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .vd-breadcrumbs {
    margin-bottom: 32px;
  }
}

.vd-breadcrumbs-container {
  width: 100%;
  position: absolute;
  z-index: 10;
}

.vd-breadcrumbs-menu {
  list-style: none;
  margin: 0;
  display: inline-flex;
  padding: 2px 8px;
  flex-wrap: wrap;
  max-width: 100%;
}

.vd-breadcrumbs-menu__item {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
}

.vd-breadcrumbs-menu__item_current .vd-breadcrumbs-menu__item-label {
  color: rgba(0, 0, 0, 0.4);
}

.vd-breadcrumbs-menu__item-link {
  color: rgba(0, 0, 0, 0.4);
  text-decoration: underline;
  display: inline-flex;
  align-items: center;
  max-width: calc(100% - 12px);
}
.vd-breadcrumbs-menu__item-link:visited {
  color: rgba(0, 0, 0, 0.4);
}
.vd-breadcrumbs-menu__item-link:hover {
  color: rgba(0, 0, 0, 0.6);
}
.vd-breadcrumbs-menu__item-link:active {
  color: rgba(0, 0, 0, 0.4);
}
.vd-breadcrumbs-menu__item-link:focus {
  color: rgba(0, 0, 0, 0.6);
}

.vd-breadcrumbs-menu__item-label {
  font-size: 14px;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .vd-breadcrumbs-menu__item-label {
    font-size: 16px;
  }
}
.vd-breadcrumbs-menu__item-label {
  font-weight: 400;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 400px;
}

.vd-breadcrumbs-menu__item-separator {
  padding: 0 4px;
  display: inline-block;
}

.site-footer {
  background-color: rgb(255, 255, 255);
}
.site-footer {
  color: rgb(106, 109, 115);
}

.vd-footer {
  padding-top: 24px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .vd-footer {
    padding-top: 64px;
  }
}

.vd-footer-gradient {
  position: absolute;
  width: 800px;
  height: 1804px;
  transform: rotate(-100.148deg);
  border-radius: 1804px;
  opacity: 0.3;
  background: linear-gradient(180deg, #FDBE57 9.13%, #145698 41.79%);
  filter: blur(100px);
  top: 30%;
  left: 50%;
  z-index: -1;
}

@media (max-width: 991.98px) {
  .site-footer-container {
    padding-left: 0;
    padding-right: 0;
  }
}

.vd-footer__footer-content {
  padding: 32px;
}
@media screen and (max-width: 767px) and (min-height: 600px) and (max-height: 767px) {
  .vd-footer__footer-content {
    padding: 12px 32px;
  }
}
@media screen and (max-width: 767px) and (min-height: 768px) {
  .vd-footer__footer-content {
    padding: 32px;
  }
}
@media (min-width: 768px) {
  .vd-footer__footer-content {
    padding: 32px;
  }
}

.vd-footer__branding {
  display: none;
  padding: 32px;
}
@media (min-width: 992px) {
  .vd-footer__branding {
    display: block;
  }
}

.vd-site-info {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .vd-site-info {
    flex-direction: row;
    align-items: center;
  }
}

.vd-site-info__logo {
  width: 36px;
  height: 36px;
  fill: rgb(20, 86, 152);
  stroke: rgb(20, 86, 152);
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .vd-site-info__logo {
    margin-bottom: 0;
    margin-right: 32px;
    width: 60px;
    height: 60px;
  }
}

.vd-site-info__text {
  font-size: 14px;
  font-weight: normal;
  max-width: 660px;
  width: 100%;
}

.vd-footer-social__text {
  margin-bottom: 16px;
}

.vd-footer-bottom {
  margin-top: 40px;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .vd-footer-bottom {
    margin-top: 96px;
    margin-bottom: 36px;
  }
}

.vd-footer-menus {
  margin-top: -16px;
  margin-bottom: calc(28px - 16px);
}
@media (min-width: 992px) {
  .vd-footer-menus {
    margin-bottom: -16px;
  }
}

.vd-footer-menu-title {
  font-size: 16px;
  margin-bottom: 12px;
  color: rgb(106, 109, 115);
}
@media (min-width: 992px) {
  .vd-footer-menu-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.vd-footer-menu-container {
  padding-top: 16px;
  padding-bottom: 16px;
}

.vd-footer-menu {
  padding-left: 0;
  list-style: none;
  margin: 0;
  display: flex;
  flex-direction: column;
}

.vd-footer-menu__item {
  display: block;
  padding: 8px 0;
}

.vd-footer-menu__item-link {
  text-decoration: none;
  line-height: 1.2;
  color: rgb(106, 109, 115);
}
.vd-footer-menu__item-link:visited {
  color: rgb(106, 109, 115);
}
.vd-footer-menu__item-link:hover, .vd-footer-menu__item-link:focus {
  color: rgb(70, 87, 105);
}
.vd-footer-menu__item-link:active {
  color: rgb(106, 109, 115);
}

.vd-footer-menu__item-label {
  color: inherit;
}

.vd-footer-copyright-container {
  border-top: 1px solid rgb(224, 224, 224);
  display: flex;
  flex-direction: column;
  padding-top: 12px;
  padding-bottom: 24px;
}
@media (min-width: 992px) {
  .vd-footer-copyright-container {
    padding-top: 24px;
    flex-direction: row;
    justify-content: space-between;
  }
}

.vd-footer-copyright {
  color: rgb(111, 108, 144);
  font-size: 14px;
  line-height: 1.4;
}
.copyright__link {
  color: rgb(106, 109, 115);
}
.copyright__link:visited {
  color: rgb(106, 109, 115);
}
.copyright__link:hover {
  color: rgb(70, 87, 105);
}
.copyright__link:active {
  color: rgb(106, 109, 115);
}
.copyright__link:focus {
  color: rgb(70, 87, 105);
}

.vd-privacy {
  margin-top: 12px;
}
@media (min-width: 992px) {
  .vd-privacy {
    margin-top: 0;
  }
}

.vd-privacy-link {
  text-decoration: none;
  color: rgb(106, 109, 115);
}
.vd-privacy-link:visited {
  color: rgb(106, 109, 115);
}
.vd-privacy-link:hover {
  color: rgb(70, 87, 105);
}
.vd-privacy-link:active {
  color: rgb(106, 109, 115);
}
.vd-privacy-link:focus {
  color: rgb(70, 87, 105);
}

.vd-footer-newsletter {
  margin-top: 40px;
}
@media (min-width: 992px) {
  .vd-footer-newsletter {
    margin-top: 0;
  }
}

/*
#wpforms-6892 {
  margin-top: grid-4dp(5);
  margin-bottom: 0;
}

#wpforms-form-6892 {
  display: flex;
  align-items: center;
  border: 1px solid $footer-newsletter-border-color;
  border-radius: 100px;
  padding: grid-4dp(3) grid-4dp(3) grid-4dp(3) grid-4dp(6);
  height: grid-4dp(13);
  box-shadow: 0 2px 12px 0 $footer-newsletter-shadow-color;
}

#wpforms-form-6892 .wpforms-field-email {
  padding: 0;
}

#wpforms-form-6892  input[type=email] {
  max-width: unset;
  border: none;
  padding-left: 0;
  padding-right: grid-4dp(3);
  box-shadow: none  !important;
}

#wpforms-form-6892 .wpforms-field-container {
  //width: 100%;
  flex: 1;
}

#wpforms-form-6892 .wpforms-submit-container {
  margin: 0 !important;
}
#wpforms-submit-6892 {

    line-height: 0 !important;
    padding: 0 !important; 
    position: relative; 
    background-image: url('images/vd-icon-arrow-right.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain; 
    width: 32px !important; 
    height: 32px !important;
    border: none; 
    text-indent: -9999px; 
    overflow: hidden; 
    min-width: unset;
    border-radius: 100px;
}

*/
.vd-footer-newsletter__form {
  margin-bottom: 28px;
}
@media (min-width: 992px) {
  .vd-footer-newsletter__form {
    margin-bottom: 0;
  }
}
.vd-footer-newsletter__form .wpforms-container {
  margin-top: 20px !important;
  margin-bottom: 0;
}
.vd-footer-newsletter__form .wpforms-form {
  /* display: flex;
  align-items: center;
  border: 1px solid rgb(214, 214, 214);
  border-radius: 100px;
  padding: 12px 12px 12px 24px;
  height: 52px;
  box-shadow: 0 2px 12px 0 rgba(20, 20, 43, 0.08); */
  display: flex;
  flex-direction: column;
  position: relative;
}
.vd-footer-newsletter__form .wpforms-form .wpforms-field-email {
  display: flex;
  align-items: center;
  border: 1px solid rgb(214, 214, 214);
  border-radius: 100px;
  padding: 12px 12px 12px 24px;
  height: 52px;
  box-shadow: 0 2px 12px 0 rgba(20, 20, 43, 0.08);
}
.vd-footer-newsletter__form .wpforms-field-container {
  order: 2;
}
.vd-footer-newsletter__form .wpforms-recaptcha-container {
  order: 1;
}

.vd-footer-newsletter__form .wpforms-submit-container {
  order: 3;
  position: absolute!important;
  bottom: 10px;
  right: 12px;
  z-index: 99;
  width: 32px;
}
.vd-footer-newsletter__form .wpforms-form input[type=email] {
  max-width: unset;
  border: none;
  box-shadow: none !important;
}
.vd-footer-newsletter__form .wpforms-form .wpforms-field-container {
  flex: 1;
}
.vd-footer-newsletter__form .wpforms-form .wpforms-submit-container {
  margin: 0 !important;
}
.vd-footer-newsletter__form .wpforms-form .wpforms-submit {
  line-height: 0 !important;
  padding: 0 !important;
  position: relative;
  background-image: url("images/vd-icon-arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 32px !important;
  height: 32px !important;
  border: none;
  text-indent: -9999px; /* Hide text for screen readers while keeping it accessible */
  overflow: hidden;
  min-width: unset;
  border-radius: 100px;
}
.vd-footer-newsletter__form .wpforms-form .wpforms-submit:hover,
.vd-footer-newsletter__form .wpforms-form .wpforms-submit:focus {
  background-image: url("images/vd-icon-arrow-right.svg") !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: contain !important;
}
.vd-footer-newsletter__form div.wpforms-container .wpforms-form .wpforms-field:not(.wpforms-field-phone):not(.wpforms-field-select-style-modern):not(.wpforms-field-radio):not(.wpforms-field-checkbox):not(.wpforms-field-layout):not(.wpforms-field-repeater) {
  overflow-x: unset !important;
}
@media only screen and (max-width: 600px) {
  .vd-footer-newsletter__form div.wpforms-container .wpforms-form .wpforms-field:not(.wpforms-field-phone):not(.wpforms-field-select-style-modern):not(.wpforms-field-radio):not(.wpforms-field-checkbox):not(.wpforms-field-layout):not(.wpforms-field-repeater) {
    overflow-x: unset !important;
  }
}
.vd-footer-newsletter__form .wpforms-form input.wpforms-error {
  border: none !important;
}
.vd-footer-newsletter__form .wpforms-form em.wpforms-error {
  position: absolute !important;
  top: 100%;
}

/*
#wpforms-6087 {
  margin-top: grid-4dp(5);
  margin-bottom: 0;
}

#wpforms-form-6087 {
  display: flex;
  align-items: center;
  border: 1px solid $footer-newsletter-border-color;
  border-radius: 100px;
  padding: grid-4dp(3) grid-4dp(3) grid-4dp(3) grid-4dp(6);
  height: grid-4dp(13);
  box-shadow: 0 2px 12px 0 $form-field-shadow-color;
}

#wpforms-form-6087 .wpforms-field-email {
  padding: 0;
}

#wpforms-form-6087  input[type=email] {
  max-width: unset;
  border: none;
  padding-left: 0;
  padding-right: grid-4dp(3);
  box-shadow: none  !important;
}

#wpforms-form-6087 .wpforms-field-container {
  //width: 100%;
  flex: 1;
}

#wpforms-form-6087 .wpforms-submit-container {
  margin: 0 !important;
}
#wpforms-submit-6087 {
    //font-size: 0 !important; 
    line-height: 0 !important;
    padding: 0 !important; 
    position: relative; 
    background-image: url('images/vd-icon-arrow-right.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain; 
    width: 32px !important; 
    height: 32px !important;
    border: none; 
    text-indent: -9999px; 
    overflow: hidden; 
    min-width: unset;
    border-radius: 100px;
}
*/
.vd-cookies {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1111;
}

.vd-cookies_hide {
  transform: translateY(110%);
  transition: transform 400ms ease-out;
}

.vd-cookies__inner {
  background-color: rgb(255, 255, 255);
}
.vd-cookies__inner {
  color: rgb(106, 109, 115);
}
.vd-cookies__inner {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .vd-cookies__inner {
    flex-direction: row;
    padding: 24px 32px;
  }
}

.vd-cookies__text {
  margin: 0;
}

.vd-cookies__cta {
  margin-top: 16px;
}
@media (min-width: 1200px) {
  .vd-cookies__cta {
    margin-top: 0;
    margin-left: 32px;
  }
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: rgb(224, 224, 224);
}
.screen-reader-text:focus {
  color: rgb(51, 51, 51);
}
.screen-reader-text:focus {
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

.vd-padding-0 {
  padding: 0;
}

.vd-padding-x-0 {
  padding-left: 0;
  padding-right: 0;
}

.vd-margin-0 {
  margin: 0;
}

.vd-padding-y-2 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.vd-padding-y-3 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.vd-padding-y-4 {
  padding-top: 16px;
  padding-bottom: 16px;
}

@media (max-width: 991.98px) {
  .vd-margin-y-2-down-lg {
    margin-top: 8px;
    margin-bottom: 8px;
  }
}

/*.vd-section-m-t-lg {

  @include media-breakpoint-down(lg) {
    margin-top: grid-8dp(20);//grid-8dp(10);
  }
}*/
@media screen and (max-width: 375px) and (max-height: 599px) {
  .vd-section-m-t-lg {
    margin-top: 160px;
  }
}

/*.vd-item-margin {
  margin-bottom: grid-8dp(8);
  @include media-breakpoint-up(lg) {
    margin-bottom: 0;
  }
}*/
@media screen and (max-width: 375px) and (max-height: 599px) {
  .vd-item-margin {
    margin-bottom: 64px;
  }
}

.vd-flex {
  display: flex;
}

.vd-flex-justify-end {
  justify-content: flex-end;
}

.vd-flex-justify-start {
  justify-content: flex-start;
}

.vd-flex-justify-center {
  justify-content: center;
}

.vd-flex-align-center {
  align-items: center;
}

/*.vd-padding-x-20 {
  padding-left: grid-4dp(20);
  padding-right: grid-4dp(20);
}*/
.vd-hide-md {
  display: block;
}
@media (min-width: 768px) {
  .vd-hide-md {
    display: none;
  }
}

.vd-hide-lg {
  display: block;
}
@media (min-width: 992px) {
  .vd-hide-lg {
    display: none;
  }
}

.vd-hide-xl {
  display: block;
}
@media (min-width: 1200px) {
  .vd-hide-xl {
    display: none;
  }
}

.vd-show-md {
  display: none;
}
@media (min-width: 768px) {
  .vd-show-md {
    display: block;
  }
}

.vd-show-lg {
  display: none;
}
@media (min-width: 992px) {
  .vd-show-lg {
    display: block;
  }
}

.vd-show-xl {
  display: none;
}
@media (min-width: 1200px) {
  .vd-show-xl {
    display: block;
  }
}

.vd-show-xxl {
  display: none;
}
@media (min-width: 1440px) {
  .vd-show-xxl {
    display: block;
  }
}

.h-100 {
  height: 100%;
}

.vd-hide {
  display: none;
}

.vd-show {
  display: block;
}

.vd-opacity-0 {
  opacity: 0;
}

.vd-opacity-1 {
  opacity: 1;
}

.vd-overflow-hidden {
  overflow: hidden;
}

.vd-flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.vd-flex-vertical-center {
  display: flex;
  align-items: center;
}

.vd-flex-horizontal-center {
  display: flex;
  justify-content: center;
}

.vd-text-center {
  text-align: center;
}

.vd-text-primary {
  color: rgb(37, 67, 137);
}

.vd-text-primary-600 {
  color: rgb(19, 41, 93);
}

.vd-text-secondary {
  color: rgb(253, 190, 87);
}

.vd-text-regular {
  font-weight: 400;
}

.vd-text-medium {
  font-weight: 500;
}

.vd-text-semibold {
  font-weight: 600;
}

.vd-text-bold {
  font-weight: 700;
}

.vd-text-heavy {
  font-weight: 800;
}

.vd-text-black {
  font-weight: 900;
}

.vd-text-gold {
  color: rgb(242, 164, 36);
}

.vd-text-blue {
  color: rgb(50, 143, 235);
}

.vd-text-green {
  color: rgb(99, 176, 69);
}

.vd-text-red {
  color: rgb(234, 47, 40);
}

.vd-text-iq {
  color: rgb(238, 128, 34);
}

.vd-text-comet {
  color: rgb(190, 140, 255);
}

.vd-text-comets {
  color: rgb(190, 140, 255);
}

.vd-text-italic {
  font-style: italic;
}

.vd-text-divider {
  width: 2.5px;
  height: 22px;
  background-color: rgb(37, 67, 137);
  opacity: 0.4;
  display: inline-block;
  margin: 0 8px;
}

.vd-what-we-do {
  font-size: 18px;
  line-height: 1.3;
}
@media (min-width: 992px) {
  .vd-what-we-do {
    font-size: 24px;
  }
}
