.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1;
  padding: 20px;
  box-sizing: border-box;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center;
}
.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}
.blocker.behind {
  background-color: transparent;
}
.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 500px;
  box-sizing: border-box;
  width: 90%;
  background: #fff;
  padding: 15px 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  text-align: left;
}

.modal a.close-modal {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==");
}

.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 20px;
}

.modal-spinner > div {
  border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;

  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.modal-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.modal-spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.modal-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.5);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}

@keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

/*! 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;
}

/* Table */

table {
  border: 1px solid #dee2e6;
  margin-bottom: 1.4rem;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* Table Cells */

th,
td {
  border: 1px solid #dee2e6;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  background-color: #343a40;
  border-bottom: 2px solid #dee2e6;
  color: #fff;
  vertical-align: bottom;
}

.hs-menu-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.hs-menu-item a {
  color: rgba(0, 0, 0, 0.5);
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}

.footer {
  background-color: #f8fafc;
  text-align: center;
}

.footer__container.content-wrapper {
  padding: 1rem 0;
}

.footer__copyright {
  font-size: 0.7rem;
  margin: 0.5rem 0;
}

/* Blog header */

.blog-header {
  background-color: #f8fafc;
  text-align: center;
}

.blog-header__inner {
  margin: 0 auto;
  max-width: 600px;
  padding: 3.3rem 0;
}

.blog-header__title {
  font-size: 2rem;
}

.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    margin: 0 auto;
    width: 500px;
  }
}

/* Blog header - author listing */

.blog-header__author-avatar {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  height: 200px;
  margin: 0 auto 1.5rem;
  width: 200px;
}

.blog-header__author-social-links a {
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  margin: 0 5px;
  position: relative;
  width: 40px;
}

.blog-header__author-social-links a:hover {
  background-color: #494a52;
}

.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}

/* Blog listing */

.blog-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}

.blog-index:after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.blog-index__tag-header {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  padding: 1rem;
}

.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}

.blog-index__tag-heading {
  border-bottom: 3px solid #d1d6dc;
  padding-bottom: 1rem;
}

.blog-index__post {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 2);
    flex: 0 0 calc(100% / 2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3);
  }
}

@media screen and (min-width: 768px) {
  .blog-index__post--large {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    justify-items: space-between;
  }
}

.blog-index__post-image {
  display: block;
  background-image: url("https://6326501.fs1.hubspotusercontent-na1.net/hubfs/6326501/boilerplate/grayscale-mountain.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 63%;
}

@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-bottom: 0;
  }

  .blog-index__post-content--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-left: 2rem;
  }

  .blog-index__post-image--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 48%;
    flex: 1 1 48%;
  }

  .blog-index__post-content--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 48%;
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}

.blog-index__post-content h2 {
  margin: 0.5rem 0;
}

.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}

.blog-index__post-content p {
  font-family: Lato, sans-serif;
}

.blog-index__post-content a {
  color: #494a52;
}

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

/* Blog pagination */

.blog-pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Lato, sans-serif;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 3.3rem;
  text-align: center;
}

.blog-pagination__link {
  border: 2px solid transparent;
  border-radius: 7px;
  color: #494a52;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  margin: 0 0.1rem;
  padding: 0.25rem 0.4rem;
  text-decoration: none;
}

.blog-pagination__link--active {
  border: 2px solid #b0c1d4;
}

.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}

.blog-pagination__prev-link,
.blog-pagination__next-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.blog-pagination__prev-link {
  margin-right: 0.25rem;
  text-align: right;
}

.blog-pagination__next-link {
  margin-left: 0.25rem;
  text-align: left;
}

.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #b0c1d4;
  cursor: default;
  pointer-events: none;
}

.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}

.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #b0c1d4;
}

.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #b0c1d4;
}

/* Blog post */

.blog-post {
  margin: 0 auto;
  max-width: 960px;
  padding: 3.3rem 0;
}

.blog-post h1 {
  font-size: 1.6rem;
}

.blog-post__meta {
  margin: 1rem 0;
}

.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}

.blog-post__tags {
  color: #000;
  font-family: Lato, sans-serif;
}

.blog-post__tags svg {
  height: auto;
  margin-right: 10px;
  width: 15px;
}

.blog-post__tag-link {
  color: #000;
  font-size: 0.8rem;
}

/* Blog related posts */

.blog-recent-posts {
  background-color: #f8fafc;
  margin-top: 3rem;
  padding: 2rem 0;
}

.blog-recent-posts h2 {
  text-align: center;
}

.blog-recent-posts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-recent-posts__post {
  color: #494a52;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 2);
    flex: 0 0 calc(100% / 2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3);
  }
}

.blog-recent-posts__post:hover {
  text-decoration: none;
}

.blog-recent-posts__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 63%;
}

.blog-recent-posts__title {
  margin: 1rem 0 0.5rem;
}

/* Blog comments */

.blog-comments {
  margin: 0 auto;
  max-width: 680px;
}

.blog-comments form {
  max-width: 100%;
}

.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .hs-button {
  background-color: transparent;
  border: 2px solid #494a52;
  color: #494a52;
}

.blog-comments .hs-button:hover {
  background-color: #494a52;
  color: #fff;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}

.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  color: #494a52;
  text-decoration: underline;
}

/* Error pages */

.error-page {
  padding: 10rem 0;
  position: relative;
  text-align: center;
}

.error-page:before {
  color: #f3f6f9;
  content: attr(data-error);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}

@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}

.error-page__heading {
  margin-bottom: 1rem;
}

/* System pages */

.systems-page {
  margin: 0 auto;
  max-width: 500px;
  padding: 3rem 1.4rem;
}

.systems-page .success {
  background-color: #cde3cc;
  border: 1.5px solid #4f7d24;
  border-radius: 6px;
  color: #4f7d24;
  display: inline-block;
  margin: 1.4rem 0;
  padding: 0.1rem 0.7rem;
  width: 100%;
}

.systems-page form input {
  max-width: 100%;
}

#email-prefs-form .header {
  background-color: transparent;
}

/* Search pages */

.hs-search-field__bar {
  position: relative;
}

.hs-search-field__suggestions {
  background-color: #fff;
  max-width: 360px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
}

.hs-search-results {
  margin-top: 1.4rem;
}

ul.hs-search-results__listing li {
  margin-bottom: 1.4rem;
}

.hs-search-results__title {
  color: #494a52;
  /* font-family: Merriweather, serif; */
  font-size: 1.25rem;
  margin-bottom: 0.35rem;
  text-decoration: underline;
}

.hs-search-results__title:hover {
  text-decoration: none;
}

.hs-search-results__description {
  padding-top: 0.7rem;
}

.hs-search-highlight {
  font-weight: bold;
}

.hs-search-results__pagination a {
  color: #0270e0;
}

/* Password prompt */

.password-prompt input[type="password"] {
  display: block;
  height: auto !important;
  margin-bottom: 1.4rem;
}

/* Backup unsubscribe */

.backup-unsubscribe #email-prefs-form div {
  padding-bottom: 0 !important;
}

.backup-unsubscribe input[type="email"] {
  margin-bottom: 1.4rem;
  padding: 0.7rem !important;
}
/**
 * Swiper 6.0.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 7, 2020
 */

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
    format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .swiper-wrapper {
    width: 900px;
  }
  .swiper-slide {
    width: 900px;
  }
  .has-2-slides .swiper-wrapper {
    width: 100% !important;
  }

  .at-item__media-wrapper {
    margin-top: 20px;
  }

  #hs_cos_wrapper_widget_1598271645483 img {
    max-width: 900px !important;
  }

  .span12 .dnd_area-row-3-padding {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px !important;
  }

  .slider__caption {
    position: static !important;
  }

  .tab-panel__full-video {
    width: 900px !important;
  }
  .tab-panel__full-video .video-cover {
    text-align: center;
    margin: 0 auto !important;
  }

  .tab-panel__content > .row-fluid {
    padding: 0 20px;
  }

  #hs_cos_wrapper_widget_1597841797314 .tab-panel {
    left: 0 !important;
  }

  #hs_cos_wrapper_module_168266485441810 .video-cover,
  #hs_cos_wrapper_widget_1609326141821 .video-cover,
  #hs_cos_wrapper_art_video-cover-1 .video-cover,
  #hs_cos_wrapper_module_168302726630813 .video-cover,
  #hs_cos_wrapper_widget_1607526938338 .video-cover,
  #hs_cos_wrapper_widget_1609160092754 .video-cover {
    max-width: 400px !important;
    height: 250px !important;
    margin: 30px auto;
  }

  .cell_1682664854418-row-3-vertical-alignment .row-fluid,
  .cell_16830272663084-row-3-vertical-alignment .row-fluid,
  .cell_15946536563922-background-color .row-fluid {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column !important;
    padding: 0 20px;
  }

  .video-cover__cover,
  .video-cover {
    max-width: 400px !important;
    height: 250px !important;
  }

  #hs_cos_wrapper_widget_1598284362771,
  #hs_cos_wrapper_widget_1598284578468 {
    text-align: center;
  }

  .span12 .dnd_area-row-4-vertical-alignment > .row-fluid,
  .span12 .dnd_area-row-10-vertical-alignment > .row-fluid {
    display: block !important;
    margin: 0 auto !important;
  }

  .video-gallery__scrollable-area {
    height: 100% !important;
  }

  .video-gallery__scrollable-area .video-thumb {
    padding-bottom: 0px !important;
    height: 150px !important;
    width: 270px !important;
  }

  .video-cover__cover svg {
    position: static !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .video-player__thumbs {
    display: flex;
    flex-wrap: wrap;
  }

  .dnd_area-row-5-vertical-alignment > .row-fluid,
  .dnd_area-row-10-background-color {
    padding: 0 20px;
  }

  .dnd_area-row-10-vertical-alignment > .row-fluid {
    flex-direction: column !important;
  }
  .dnd_area-row-9-vertical-alignment > .row-fluid,
  .dnd_area-row-8-vertical-alignment > .row-fluid,
  .dnd_area-row-5-vertical-alignment > .row-fluid,
  .dnd_area-row-17-vertical-alignment > .row-fluid,
  .dnd_area-row-1-vertical-alignment > .row-fluid,
  .dnd_area-row-3-vertical-alignment > .row-fluid,
  .dnd_area-row-12-vertical-alignment > .row-fluid,
  .dnd_area-row-25-vertical-alignment > .row-fluid,
  .dnd_area-row-11-vertical-alignment > .row-fluid,
  .dnd_area-row-2-vertical-alignment > .row-fluid,
  .dnd_area-row-6-vertical-alignment > .row-fluid,
  .dnd_area-row-26-vertical-alignment > .row-fluid {
    justify-content: center;
  }
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}
.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}
.swiper-button-lock {
  display: none;
}
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* variables */
/* macro, mixins, functions and other utils */
.icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

.icon::after {
  display: inline-block;
  width: 100%;
  height: 100%;
  content: "";
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.icon.icon--close::after {
  width: 5.41667vw;
  height: 5.27778vw;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACcAAAAmCAMAAABwIXKiAAAAAXNSR0IB2cksfwAAAKtQTFRFAAAAQEBAPj1APz8/KytVPj0/Pj1APj1APT1BPj1APj1APj5BPT0/Pj5BPjxAPj0/Pj5APz1BPz0/Pzw/PT1APj1APj5APz1BPj5BPT0/AAAAPj5CPj1APDxBPj0/PT1BVVVVPT1CPj1APT1BPj4+Pj5APDxDPj5APj0/MzNNPjxAQEBAPj1APjxAPT09QEBAPT1APj1AQEBAPjxAPT09PjxAPj1AREREQDxAj0dORAAAADl0Uk5TABDGQQbB//ZDqPpOfVZ3/Vt2aWFw/HiGSo0BQpc38aIDNuumLbIm5LkKuiTevhkc3PQY0xWM/g9AKpPTlgAAATBJREFUeJyNlOd2wjAMhS/BKOw9w95QoFDCev8na+X0AMGxj/wjtqTPS5EvkPLScLe0lwJUhvysE8v6lFHIEVG+4MAK+T8ihyIxWLJiJcaoCJS5r1QtWLXC4RoP6zyieiIWizX0nGYC1tR7NZ6Lt9huG1ib3a23I+k7UecD65CRi67Pvl7w5gp67PK78bl9DQ5eYDDQWP/zLMMR+8eTf3MyZnM0NO82nXFkrrSh5mzMpiYGLDS4ZFAtNbZIwoDVmqObLbZfPFivkjFgt+f44fvA3X5nw4DjiYkf/pyOdgw4hxS18OzCgEsEhhc3JuWE+wrvIczLK88bV56F/01YB8K6EtZpVPfXWN1fzboXviPhuxS+c60NN4tu3J66IdGhMsS6JtVJqe7i7j2cGPDw7vgFEzIe1lmE0isAAAAASUVORK5CYII=);
}

@media screen and (min-width: 720px) {
  .icon.icon--close::after {
    width: 39px;
    height: 38px;
  }
}

.icon.icon--down-arrow-gray::after {
  width: 2.77778vw;
  height: 1.80556vw;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAANCAMAAACejr5sAAAAAXNSR0IB2cksfwAAAGxQTFRFAAAAcXFxb29vbW1tcXFxcG9vcG9vcG5ubW1tcHBwcG9vcXFxb29vcG9vcG5ud3d3bm5ucG9vcG5uZmZmcHBwcG9vcG9vgICAb29vcG9vcG5ub29vcG9vb29vb29vcHBwb29vcG5ucG5ucW9v9jLVbQAAACR0Uk5TAC3HHCTr/9kV0NMSN/HJDzz2wgpC+b0GTvqyV/2nXml1dn+I8JUZHAAAAINJREFUeJxdjtcSgzAMBI8mei+mk8D//2PO4xAI92Dt7Yw1AizbwS2ObQGuJ35wucAXz0UoIlF8ujhiDZGkHFluXJ6xpAlQlISq1q6uiGWhsWmJnQJUR2gb86kfWEalRo6hP9dPM+uy8Jmn65BVvlnvJ2/GbfjLS7s3HtlF9qcDjuOHHz5yBiqrkspRAAAAAElFTkSuQmCC);
}

@media screen and (min-width: 720px) {
  .icon.icon--down-arrow-gray::after {
    width: 20px;
    height: 13px;
  }
}

.icon.icon--double-arrow-left::after {
  width: 5.69444vw;
  height: 5.13889vw;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACkAAAAlCAMAAADofDC/AAAAAXNSR0IB2cksfwAAAMxQTFRFAAAA9vP/9/P//+3/9vP//+7/+PP/9/P/9/P/9/P/////////9/P/9vP/9/P/////9vP/9/L/9vP/////+PP/9/P/9fL/+PP/9/P/9vL/9/P/9/P/9/L/9/P/8/P/+PP/9/P/+fT/+PP/+fT/+PD/9/P/9/P/9/D//+v/9/P/9/L/////9vP/+PP/9vP/9/P/9/P/9/P/9/P//+j/9/P/9/P/9/P/9/L/9/P/9PT/9/T/9fX/9/f/9/P/+PH/9vb/9/P/9/T/9/P/9/L/r8mGCQAAAER0Uk5TAFTDDlMPZ/3/vggJf7F+A5Vjkwar9lCq91G88T0+Fc3mLcwuItzbIQ17egGRZpCo+ab6C7lAQcrpMMkxH9kkHtjI/mTY09Y5AAABF0lEQVR4nJXUWXOCQBAE4I0SIYkRlXgrHkSJue/EXOb4//9Je3xgq5dUMfP4VRcF9O4Y485eqUzilfZzcqbiBweHjhy5wWqwnWNbao5gwjrYb1jSZJGJTsCttiUdSLdHwXIfPBg6MqJgPAZPppbMRBIKns7BizSTdAGZpxRMJuBZzDKOKTgagPtnmQx3wjX0uuBOlEm7xSLT8MHNkKUeUnAJDWqWnItUKXdxKTVcWXItUqFgdAO+9Sy5g9x7FHx4lBqeHHmmYPwCfl1Z8ibyTsGPT6nhK5P1N8tufsC/iSMrDiqeWfw9Fd+u+J+Kjkxe78vc3rfzV/QsKc6n4swr7pHibiruu2KHKPaSYteZ4vvTKHbyf3t+A2exJwYCFEw3AAAAAElFTkSuQmCC);
}

@media screen and (min-width: 720px) {
  .icon.icon--double-arrow-left::after {
    width: 41px;
    height: 37px;
  }
}

.icon.icon--menu::after {
  width: 6.66667vw;
  height: 5vw;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAkAQMAAAD1iytJAAAAAXNSR0IB2cksfwAAAAZQTFRFAAAAPDw81IqgQwAAAAJ0Uk5TAP9bkSK1AAAAE0lEQVR4nGP4DwYMWClagEFkHwBPmUe52kUBxwAAAABJRU5ErkJggg==);
}

@media screen and (min-width: 720px) {
  .icon.icon--menu::after {
    width: 48px;
    height: 36px;
  }
}

.icon.icon--login::after {
  width: 3.75vw;
  height: 4.72222vw;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAiCAMAAACZf1ICAAAAAXNSR0IB2cksfwAAAPNQTFRFAAAAampqcHBwcG5ucW9vcG9vcW5ub29vb29vb29vcG9vcG9vcG5ucG9vcG9vcHBwcHBwbm5ucW9vbW1tcG5ucW5ucG5ucG9vgICAcHBwcG9vcHBwcHBwcHBwb29vVVVVcHBwb29vAAAAcHBwcHBwcHBwcG9vcHBwcXFxcG9vcG9vdHR0cHBwcXFxbm5ucHBwcG9vcG5ucG9vcHBwcW5ucG9vb29vb29vcG9vcW5ucHBwcG9vcHBwb29vd3d3cG9vcG9vcHBwbm5ucW9vcG9vgICAcW9vb29vcG9vbW1tc2xscG5ucG9vcG9vcG5ucG9vcHBwCExFGAAAAFF0Uk5TAAxwwu7/T+dlNfz4spbDuRkszAd0SJT+Bpn6gDBApwPgfAFbclKfkja0+QsyRDqJv9ncoFbPTG79b1TvsL4P6sRCJbPfBKy3vRUou9SYm/uQRl57vQAAASNJREFUeJzNkVd7gjAYhaPy4awD3IrBUXdba4fdS7uX///X9ATBJsBVr3pu8ua8wJMvMOYlEo1ppMWiERaIHqdN4rpfJeg3CVUlU+jSmZ1MGmsqqbgsqlwekM+BsrIqoDBMB00DXJBcEfuSyyVwUXJlokrV5WqFqCy5GlF9u6kT1STXwHeaLjfBDclZ2LdcboEtyXEbRbsD6rRBNpeH6Ir7MHq7PTEBdZXZWV+6s76qGB9s1YAzf4ajMcR4NAwYkcl0bzoJNX/J/sHs0PYyN46OTc9YJ+SPfbpRi7OAQs6FunDwcnbl5XruNHjz5hbr3b0y78MS3eqRLbA8+W+CP6PV2Qvu4jVw8Dfnp2lE7yFTfeCsDA98hrgvom/h1iFujf4/uR9N9h0yvyJTWAAAAABJRU5ErkJggg==);
}

@media screen and (min-width: 720px) {
  .icon.icon--login::after {
    width: 27px;
    height: 34px;
  }
}

.icon.icon--right-arrow::after {
  width: 2.5vw;
  height: 3.61111vw;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAaCAMAAACNQ/wIAAAAAXNSR0IB2cksfwAAAPNQTFRFAAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////WKrW5QAAAFF0Uk5TAAGItQsGp//NGbrhKjzt8EAn3vpcFsp8Cq+cBAOSuA1y/tAbVPbjLTrr8UQl22AVxYDGfibcXzvsQ/fiK3PPGpSxmnoo31s97u8/4CmlGIa0h1a+xQAAALZJREFUeJxd0dUSAjEMBdAusBR3Wdzd3d2d//8aNhmGpuTxTJveNIwpBqOJSaWaObdYJbJxvewOSk4XmNtDzesD8weoBUNgPExNi6BFY8TiCbRkih5MZ8CyOWr5AlixRK1cAavWqNUbGKZJrdXGRzqUukg9If0BXhwKGY2x/YSEmILM5kIWGHW5EgOt/wfSNijb+E++n7MTbfYHfPwo5HQGuVxJZlzH7U4nUx/60p5MKuX1llf7AYfgEQmrtCCjAAAAAElFTkSuQmCC);
}

@media screen and (min-width: 720px) {
  .icon.icon--right-arrow::after {
    width: 18px;
    height: 26px;
  }
}

.icon.icon--right-arrow-dark::after {
  width: 1.11111vw;
  height: 1.80556vw;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAANCAMAAACjHN8KAAAAAXNSR0IB2cksfwAAAEJQTFRFAAAAPj5BPj5APT09PT1APj1APjxAMzNNPjxAPz1AQEBAPT1AQEBAPj5APj1AQEBAKytVPj5AQEBAPj1APj1ASUlJSmBhiQAAABZ0Uk5TAE7LFcP/0wq+2BzcCLLeJAbkDOLIB0y81N8AAAA6SURBVHicY2BkYmYAAxZWNgiLnYOVkwvG4oaweHhZ+fjBLAFeVkEIS0iYVQRZRBSqBqYLbg7cZJhdAHgaAhId7d32AAAAAElFTkSuQmCC);
}

@media screen and (min-width: 720px) {
  .icon.icon--right-arrow-dark::after {
    width: 8px;
    height: 13px;
  }
}

.icon.icon--up-arrow-dark::after {
  width: 3.47222vw;
  height: 2.08333vw;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAPBAMAAADjSHnWAAAAAXNSR0IB2cksfwAAACdQTFRFAAAAQEBAPj1APj5APj1APT1AQDtAQEBAPj5APj4+Pj1APj1AOztEfXhFugAAAA10Uk5TACTK5P/cOBzPLeviHnb4nFgAAABfSURBVHicY2AAAUZFBiQg7CyA4DCauBgiSbm4ICSBUi4ISWEX11S4JFAqnD0EJgmUKmAohUqCpBgYYJJgKQaoJEQKJgmVgkq2QKTAkg0Ms7wLoNYe9prAwNkId1InAwAnwBZX4N37oAAAAABJRU5ErkJggg==);
}

@media screen and (min-width: 720px) {
  .icon.icon--up-arrow-dark::after {
    width: 25px;
    height: 15px;
  }
}

.icon.icon--fb::after {
  width: 5.55556vw;
  height: 5.55556vw;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAAAXNSR0IB2cksfwAAAJBQTFRFAAAA////////////////////////////////////////////////////////////////////////////+vr6ysrKrKyso6Oi8/PzuLi4nZ2c6+vr2traw8PC7e3s/f391NTU/Pz8ysrJz8/O9fX1np6d/v7+pqal+fn50NDQ1tbW////////19fW3Nzc////F5fiYgAAADB0Uk5TAAVAhLbd9P8kk+wapPxn8gimD8H//////////////////////////////95B//+lyCsH0gAAAS9JREFUeJyVlelWwyAQhSckYUqWpptGY0WrdtGoef+3E2qOwjCpeH/e8wUyw3ABcJWINMslosyzVCQwpZkq0FGhZixWVjUS1VUZcvOGYlbNnGCLJYdZLRcut1pPcYjrlbPeBc6Qv2tO7jvu/lPHZQ5xrKhk63XVfHep+otDrM7nQfu8ubpu2/bGtWp7Rop+fttZeSAqMwcF4e46BiwSEHTBraHutX7wXQEpBR8NuA3KSSHzjZ1+MuCz1jvfzyD3Dd2NevH9HCQP7g++LwF58Eh/koKH06vB3k6bAJTU4auW0MeBPW3PFJjFN/w9DhThULCgGYpgzFhQMYP7Yab2k3DnwYUh+KFAw/8uV/R1jQ+A+EiJDqn42IsPUtulIYzmgYlmiA57K/t89Pb56IPn4wtVGDE4DQ87QgAAAABJRU5ErkJggg==);
}

@media screen and (min-width: 720px) {
  .icon.icon--fb::after {
    width: 40px;
    height: 40px;
  }
}

.icon.icon--instagram::after {
  width: 5.55556vw;
  height: 5.55556vw;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAAAXNSR0IB2cksfwAAAMBQTFRFAAAA////////////////////////////////////////////////////////////////////////////7Ozs3Nzc1dXV1tbW0NDQ0dHQ1NTU7e3t6Ojos7OynZ2c5+fnoqKhsLCwycnIycnJsrKxzs7OsbGwzMzMy8vL7Ozr+vr61dXUwsLBzs7NzMzLy8vK3Nzbqqqpqamo6+vr+/v7np6dx8fH6+vqx8fGwsLC6urqwcHB////+fn5ysrJs7OzLCLRqQAAAEB0Uk5TAAVAhLbd9P8kk+wapfxn8gimD8H/////////////////////////////////////////////////////3v////tWrLIAAAGmSURBVHiclVXreoIwDK2AVhTvUqRK5uau6ObUedl08/3fag3zawOKHzs/ICTHxFyaMkZRsmynXOG8UnZsq8TyUHVrnKDmVi/S6l6DZ9Dw6ue8ZitLQ7SaGVq7c4mG6LQpr9vL43He6xJ/V3iKaXzmxj1F13lc53F+yqh+MV+K1l+VPKLq+yIQg1AE0h8StZf0w9R5FAFBdKMNDeyRa3hjuL0byEAoh4PJPYwN01VzYPobwQP9ZyFEWq6VmKU/hvBIaE/P6ocv+tNitpZ9mOArns5mMuavb3wO79poM0fLEkLMe4GJLFeJItBGh5W1HIDg/GOx3my3u/UyRoUhlllFywL1AjYo70CiR6mNFUazVB4/4QvlLezRY2is58RtDjETego7ElqQ0Id0MvFyvcNkFt/pZA6kPCKJtFpieRZYninx6KQK/oOvWO73quAKc/C10U610PQ2wRHMqFnpoQgpLzMU6TGL5jKQU6Ee8yOMR9rkXh1cw0sG98JRGKiH3ydq73+Hq/BxLb4Aiq+Uwkuq+NorvkhZ8dXMCi97BF4fB7w+DmfXxy8Qm0B43yVJVAAAAABJRU5ErkJggg==);
}

@media screen and (min-width: 720px) {
  .icon.icon--instagram::after {
    width: 40px;
    height: 40px;
  }
}

.icon.icon--linkedin::after {
  width: 5.55556vw;
  height: 5.55556vw;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAAAXNSR0IB2cksfwAAAKtQTFRFAAAA/////////////////////////////////////////////////////////////////////////////f398/PzsbGwnZ2c+fn5qKin8fHx9/f3s7OzwMDA0NDQoaGg2dnZ3t7enp6do6Oin5+eoKCfqqqptbW0yMjH3d3c4eHh9fX1srKx+/v78vLxpaWl4+PirKyr3d3dycnI////2traqamooqKhpKSjceGvUgAAADl0Uk5TAAVAhLbd9P8kk+wapfxn8gimD8H//////////////////////////////////////////97/////F4rs1gAAATxJREFUeJyN1elWwjAQBeB0vXSjLLUD4l4qKO7W4Ps/mVQpJiHlzP3Xk+80J8lkIoQax/X8IATCwPdcR/RlEMVQEkcDK0vSDEayNDl2w9xkbfKhwUZjG2szHqluMu1zwHSi/O+E28n/f/bOu5/9sI7TDtivKLGuV03+t0tp912cGSm6kfT3PA77XJKRshvJ2jOKuq+Z6Yhm3Vi0q4OYA2NHuFDg/HxxYYVwhafCS+DKDj3hq/D65nZuh74IVHhXVUuqqpruy6UOAxGqcAWsCXh4BDZPGgwFLLB4XgAvGoQVbl7pDXjXoW3qD6JPYKVP3VjgF9HagI2+Pf3Q1ze8H3r6EfZDVy+KWsotSflNtJWy1ouCXWb8wmVfBf7lYl9XfgPgtxR2k+K3PX4jFfzWLNjNvk37fDTt89EcPR8/KV1AwxRs4pwAAAAASUVORK5CYII=);
}

@media screen and (min-width: 720px) {
  .icon.icon--linkedin::after {
    width: 40px;
    height: 40px;
  }
}

.icon.icon--youtube::after {
  width: 5.55556vw;
  height: 5.55556vw;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAAAXNSR0IB2cksfwAAAOFQTFRFAAAA////////////////////////////////////////////////////////////////////////////8PDv1NTTxcXFu7u6sbGwr6+uq6uqqamorKystbW0vLy7xsbG0tLS7OzsysrKnZ2cxsbF5eXl4uLiyMjH8vLy29vbp6emvb288/Pz+vr6zMzLoKCfsLCv5ubmra2s/f391NTUo6Oi5OTj////8PDwurq5x8fG7e3tycnJn5+ex8fH4eHhoqKh5OTk////wsLC5+fnwsLBubm4qqqpzMzM6Ojo////Ct/EfwAAAEt0Uk5TAAVAhLbd9P8kk+wapPxn8gimD8H//////////////////////////////////////////////97/////////////Qf////////+lnxajkwAAAXNJREFUeJyVlelWwjAQhUO3oVAoi0prARdUcENcq7jgBmrf/4FsajLJaQrE+2ty7tcmmUwmhMgqGaZlOwCObZlGiSxT2a2ApIpbLsSqXg1yqnlVlav7eYzKr+ewRrMIo2o2ZK7VXsYBtFvS/1ZwKSn+uXReNjvuYzUHwHZULdyvLP8vS946DsDLzkPJs6oaPSN3PQfgpnUgzndjc6sThOF2FHXDsNff2d1Dq1IiBg72B4oO0DSIycNDZnZl8oi7JrF4OGTe6PhEgEPuWsTm4SnzzuB8fMHBPndt4vCwhyDAiH/V465DcLkTCQS4vMoGAdoCDGTw+uY2G0wEWDj1XVedOuZhH8H7B9x1h7uxSM+UeY9PzyI9LyI9mPAZ817lhL+JhL/jcj8GiqZoGnJRfI7ni7QovqIoCsNgMf/+QSstCu0y0y9ckqwHk/9dLu3rqt8A9FuKdpPSb3v6jZRmKVFbc1LQmol2s6eiz0dMn49YeT5+AVBhSHNuVDpnAAAAAElFTkSuQmCC);
}

@media screen and (min-width: 720px) {
  .icon.icon--youtube::after {
    width: 40px;
    height: 40px;
  }
}

.icon.icon--question-tip::after {
  width: 6.94444vw;
  height: 6.11111vw;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAsCAMAAAAQPRtoAAAAAXNSR0IB2cksfwAAARRQTFRFAAAAAAAAOzs7PDw7PDw7PDw7PDw7PDw7PDw8AAAAPDw7PDw7PT07PT06PT06PDw7MzMzOzs7QEA4QEBAPj4+PDw8Ojo6Nzc3Ozs7PT07PDw8PDw7PDw7Ojo6NjY2PDw6PT06PT09PT09Ozs7PDw7PDw6PDw8PDw7Ozs7PDw8PDw7PT07RkZGPDw8QEBAPDw7PDw7Ozs7Ozs7PDw8OTk5REQzNzc3PDw7OTk5Ozs7Pj45Ojo6KysrPT06Pj46PT07PDw8QEBAPDw8PT06Ozs7QEBAQEA3PDw8PT07PT07PDw7PDw7PDw7Ozs7PT07PDw6PDw8PT07PT07QEBAVVVVPDw7Ozs7PDw6PDw8PDw8PDw7PDw6Zx9NhwAAAFx0Uk5TAAFfxPr//tNrAq3YemB20AoeIBQhMywO8KCJ6v1GE3JLUDKb98DW63mN4I8LuAT8u0U8QCgPF8skhS0wBlRCi1EIWmlwEBx3dcbVzNRjym5vsewMA9l4zWZ89H9O/O6RAAABiUlEQVR4nL2VZ1PCQBCGF5KlV0GIigIqilFBKVYUsRcsFLH9///hhiMOXBLmznF8v2Q2u888ubtMAuByKyoKxuP1+QH8AdF5loALfIjBUFgwkSiiG7wYjYFwYkFUwIMRcQIghCoghmWQMOL/IvEZPglzypWcTaVtEM1yAHNsJj2/QEVGWRRGlrxmneWRXJ7P8nBkhYZXC2uGKCW4fLKvJwGKxGyIITFd1zfpukXItqBllFIZcUcO2bV5sEqVT22MqAcRyzUOcTwXI3v7VBdBAjnQqTwEHjk65hM3iQY9lXoCFmRKTsnRNAsxxE3ImRySpte6JYdMZAw5t3xNKubUhaZpORtkyiZfUpH/G6R+xefn63ZNb0/CBvnF8mUQFW9kkFtC7vC+IU40HrANj4hPz05HUuEa2TbiC/g71n9It8eIXtfa6/QB+tlXy/0BQwb8/czbe5+1WpMnUhhpSFKY7JSc1lgdaUhSFd0XpjEkwlvJNDISppGSMI2cZKiRkww1khKAD+3zy6H1DZK8SPzyqgYCAAAAAElFTkSuQmCC);
}

@media screen and (min-width: 720px) {
  .icon.icon--question-tip::after {
    width: 50px;
    height: 44px;
  }
}

.svg-icon {
  fill: currentColor;
  width: 1em;
  height: 1em;
}

svg.icon-stress_test_finale {
  position: relative;
  width: 48px !important;
  height: 60px !important;
  top: -15px;
  margin-bottom: -15px;
}

.body-container-wrapper {
  margin-top: 18.05556vw;
}

@media screen and (min-width: 720px) {
  .body-container-wrapper {
    margin-top: 90px;
  }
}

/* Responsive Grid */
.row-fluid {
  width: 100%;
  *zoom: 1;
  align-items: flex-start;
}

.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 28px;
  margin-left: 2.127659574%;
  *margin-left: 2.0744680846382977%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .row-fluid [class*="span"] {
    min-height: 0;
  }
}

.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

.row-fluid .span1,
.row-fluid .span2,
.row-fluid .span3,
.row-fluid .span4,
.row-fluid .span5,
.row-fluid .span6,
.row-fluid .span7,
.row-fluid .span8,
.row-fluid .span9,
.row-fluid .span10,
.row-fluid .span11,
.row-fluid .span12 {
  width: 100%;
}

.container-fluid {
  *zoom: 1;
}

@media (max-width: 1150px) {
  .container-fluid {
    padding: 0 5.55556vw;
    overflow-x: hidden;
  }
}

.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
}

.container-fluid:after {
  clear: both;
}

@media (max-width: 1150px) {
  .row-fluid {
    width: 100%;
  }
  .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}

@media (min-width: 1151px) {
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.564102564%;
    *margin-left: 2.510911074638298%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.45299145300001%;
    *width: 91.3997999636383%;
  }
  .row-fluid .span10 {
    width: 82.905982906%;
    *width: 82.8527914166383%;
  }

  .row-fluid .internationalization-box-container {
    width: 100% !important;
  }
  .row-fluid .span9 {
    width: 74.358974359%;
    *width: 74.30578286963829%;
  }
  .row-fluid .span8 {
    width: 65.81196581200001%;
    *width: 65.7587743226383%;
  }
  .row-fluid .span7 {
    width: 57.264957265%;
    *width: 57.2117657756383%;
  }
  .row-fluid .span6 {
    width: 48.717948718%;
    *width: 48.6647572286383%;
  }
  .row-fluid .span5 {
    width: 40.170940171000005%;
    *width: 40.117748681638304%;
  }
  .row-fluid .span4 {
    width: 31.623931624%;
    *width: 31.5707401346383%;
  }
  .row-fluid .span3 {
    width: 23.076923077%;
    *width: 23.0237315876383%;
  }
  .row-fluid .span2 {
    width: 14.529914530000001%;
    *width: 14.4767230406383%;
  }
  .row-fluid .span1 {
    width: 5.982905983%;
    *width: 5.929714493638298%;
  }
  .row-fluid .offset-1 {
    margin-left: 8.33333%;
  }
  .row-fluid .offset-2 {
    margin-left: 16.66667%;
  }
  .row-fluid .offset-3 {
    margin-left: 25%;
  }
  .row-fluid .offset-4 {
    margin-left: 33.33333%;
  }
  .row-fluid .offset-5 {
    margin-left: 41.66667%;
  }
  .row-fluid .offset-6 {
    margin-left: 50%;
  }
  .row-fluid .offset-7 {
    margin-left: 58.33333%;
  }
  .row-fluid .offset-8 {
    margin-left: 66.66667%;
  }
  .row-fluid .offset-9 {
    margin-left: 75%;
  }
  .row-fluid .offset-10 {
    margin-left: 83.33333%;
  }
  .visible-tablet.visible-desktop {
    display: inherit !important;
  }
}

/* Clearfix */
.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}

.clearfix:after {
  clear: both;
}

/* Visibilty Classes */
.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* Responsive Visibilty Classes */
.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 767px) and (max-width: 1150px) {
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-tablet.visible-desktop {
    display: inherit !important;
  }
}

/*
.widget-type-linked_image {
    img {
        display: block;
    }
}*/
.content-wrapper {
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 20px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid,
.row-max-width {
  margin: 0 auto;
  max-width: 1313px;
}

.dnd-section .dnd-column {
  padding: 0;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .dnd-section .span5 {
    margin: 0 10px;
  }
  .dnd-section .span4 {
    margin: 0 10px;
  }
}

html {
  font-size: 16px;
}

@media (max-width: 767px) {
  html {
    font-size: 4.16667vw;
    line-height: 5vw;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 4.16667vw;
    line-height: 5vw;
  }
}

body {
  color: #3e3d40;
  font-family: "Roboto", sans-serif;
  line-height: 1.5625;
}

@media (max-width: 767px) {
  body {
    line-height: 1.2;
  }
}

/* Paragraphs */
p {
  font-size: 1rem;
  margin: 0 0 1.5rem;
  font-weight: 300;
}

strong {
  font-weight: 700;
}

/* Anchors */
a {
  color: #3e3d40;
  cursor: pointer;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: underline;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #3e3d40;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  margin: 0 0 1rem;
  word-break: break-word;
  line-height: 1.1;
}

h1 {
  font-size: 6.25rem;
}

h2 {
  font-size: 3.5rem;
  margin-bottom: 2.5rem;
}

@media (max-width: 767px) {
  h2 {
    font-size: 6.25vw !important;
    line-height: 7.36111vw;
    margin-bottom: 4.86111vw;
  }
}

h3 {
  font-size: 1.875rem;
  font-weight: normal;
  color: #3e3d40;
  line-height: 1.25;
  margin-bottom: 1.5rem;
}

@media (max-width: 767px) {
  h3 {
    font-size: 6.25vw !important;
  }
}

h4 {
  font-size: 1.125rem;
  font-weight: normal;
}

h5 {
  font-size: 1.0625rem;
  line-height: 1.76471;
  font-weight: normal;
  margin-bottom: 1.5rem;
}

h6 {
  font-size: 0.9rem;
}

/* Lists */
ul,
ol {
  margin: 0 0 1rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
}

/* Code blocks */
code {
  vertical-align: bottom;
}

/* Blockquotes */
blockquote {
  border-left: 2px solid #a9a9a9;
  margin: 0 0 1rem;
  padding-left: 15px;
}

/* Horizontal rules */
hr {
  background-color: #ccc;
  border: none;
  color: #ccc;
  height: 1px;
}

/* Subscripts and superscripts */
sup,
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Focus styles */
:focus {
  outline: auto;
  outline-color: green;
}

.disable-focus-styles :focus {
  outline: none;
}

.title-thin {
  font-size: 75px;
  font-weight: 100;
}

@media (max-width: 1150px) {
  .title-thin {
    font-size: 9.02778vw;
  }
}

.title-thin-small {
  color: #414042;
  font-size: 17px;
  font-weight: 300;
}

.title-widget {
  font-size: 50px;
  font-weight: 500;
  line-height: 1.1;
}

@media (max-width: 1150px) {
  .title-widget {
    font-size: 9.72222vw;
    line-height: 1.3;
  }
}

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

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

button,
.button,
.cta_button.button-primary,
.fake-cta_button.button-primary {
  background-color: #3e3d40;
  border: 1px solid #3e3d40;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  height: auto;
  line-height: 1;
  margin: 0;
  padding: 2.36111vw 2.5vw;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
  font-size: 3.33333vw;
}

@media (min-width: 767px) {
  button,
  .button,
  .cta_button.button-primary,
  .fake-cta_button.button-primary {
    font-size: 14px;
    padding: 17px 18px;
  }
}

button .svg-icon,
.button .svg-icon,
.cta_button.button-primary .svg-icon,
.fake-cta_button.button-primary .svg-icon {
  font-size: 30px;
}

button.button--primary,
.button.button--primary,
.button--primary.cta_button.button-primary,
.button--primary.fake-cta_button.button-primary {
  background-color: #bed600;
  border: 1px solid #bed600;
}

button.button--block,
.button.button--block,
.button--block.cta_button.button-primary,
.button--block.fake-cta_button.button-primary {
  display: block;
  padding-left: 0.69444vw;
  padding-right: 0.69444vw;
}

button.button--transparent,
.button.button--transparent,
.cta_button.button-primary,
.fake-cta_button.button-primary {
  background-color: transparent;
  border: 1px solid #3e3d40;
  color: #3e3d40;
}

button.button--transparent.button-white,
.button.button--transparent.button-white,
.cta_button.button-primary.button-white,
.fake-cta_button.button-primary.button-white {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
}

button.button--lg,
.button.button--lg,
.cta_button.button-primary,
.fake-cta_button.button-primary {
  padding-left: 9.44444vw;
  padding-right: 9.44444vw;
}

@media (min-width: 1151px) {
  button.button--lg,
  .button.button--lg,
  .cta_button.button-primary,
  .fake-cta_button.button-primary {
    padding-left: 27px;
    padding-right: 27px;
    font-size: 18px;
    font-weight: 700;
  }
}

button:disabled,
.button:disabled,
.cta_button.button-primary:disabled,
.fake-cta_button.button-primary:disabled {
  background-color: #d0d0d0;
  border-color: #d0d0d0;
  color: #e6e6e6;
}

button:hover,
button:focus,
.button:hover,
.cta_button.button-primary:hover,
.fake-cta_button.button-primary:hover,
.button:focus,
.cta_button.button-primary:focus,
.fake-cta_button.button-primary:focus {
  background-color: #bed600;
  border-color: #bed600;
  color: #21222a;
  text-decoration: none;
}

button:active,
.button:active,
.cta_button.button-primary:active,
.fake-cta_button.button-primary:active {
  background-color: #71727a;
  border-color: #71727a;
  color: #fff;
  text-decoration: none;
}

.cta_button {
  color: #3e3d40;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}

.cta_button .svg-icon {
  font-size: 30px;
}

.cta_button.button-primary {
  display: inline-flex;
  align-items: center;
  padding: 9px 23px 9px 15px;
  font-weight: 500 !important;
}

.cta_button.cta-large-text {
  font-size: 24px;
  font-weight: 400;
  line-height: 37px;
  text-decoration: underline;
}

.cta_button.button-primary.cta-button--block {
  width: 100%;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
}

.fake-cta_button {
  color: #3e3d40;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}

.fake-cta_button.button-primary {
  display: inline-flex;
  align-items: center;
  padding: 9px 23px 9px 15px;
  font-weight: 500 !important;
}

.fake-cta_button .svg-icon {
  font-size: 30px;
}

/* variables */
/* Form */
form {
  /* max-width: 500px; */
  font-family: Roboto, sans-serif;
  max-width: 1254px;
  margin: auto;
}

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */
form label {
  color: #3e3d40;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 25px;
  text-align: left;
  transition: transform 0.3s, opacity 0.3s;
}

/* Help text - legends */
form legend {
  color: #3e3d40;
  font-size: 0.875rem;
}

/* Inputs */
.input {
  position: relative;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="number"],
input[type="file"],
select {
  border: 0;
  border-bottom: 1px solid #c8c8c8;
  color: #3e3d40;
  display: inline-block;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  padding: 10px 0;
  background-color: transparent;
}

textarea {
  width: 100% !important;
  background-color: #fff !important;
  border: 1px solid #c8c8c8 !important;
  height: 260px !important;
  padding: 15px !important;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="file"]:focus,
select:focus,
textarea:focus {
  outline-color: rgba(82, 168, 236, 0.8);
}

fieldset {
  max-width: 100% !important;
  margin-top: 16px !important;
}

::-webkit-input-placeholder {
  color: #bfbfbf;
}

::-moz-placeholder {
  color: #bfbfbf;
}

:-ms-input-placeholder {
  color: #bfbfbf;
}

:-moz-placeholder {
  color: #bfbfbf;
}

::placeholder {
  color: #bfbfbf;
}

/* Inputs - checkbox/radio */
form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.inputs-list > li {
  display: block;
  margin: 0.7rem 0;
  padding: 0;
  width: 100%;
}

.inputs-list input,
.inputs-list span {
  font-size: 0.875rem;
  vertical-align: middle;
}

.hs-input[type="checkbox"],
.hs-input[type="radio"] {
  border: none;
  cursor: pointer;
  height: auto;
  line-height: normal;
  margin-right: 0.35rem;
  padding: 0;
  width: auto;
}

/* Inputs - datepicker */
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #33475b;
  content: "\01F4C5";
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #fff;
}

.fn-date-picker td.is-today .pika-button {
  color: #343a40;
}

.fn-date-picker td.is-selected .pika-button {
  background: #343a40;
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover {
  background-color: #343a40 !important;
  border-radius: 0 !important;
  color: #fff;
}

/* Inputs - file picker */
input[type="file"] {
  background-color: transparent;
  border: initial;
  box-shadow: none;
  line-height: initial;
  padding: initial;
}

/* Headings and text */
form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

form .header {
  background-color: transparent;
  border: none;
}

/* GDPR */
.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  font-size: 0.875rem;
  margin-left: 1rem !important;
}

/* Validation */
.hs-form-required {
  color: red;
}

.hs-input.invalid.error {
  border-color: #ef6b51;
}

.hs-error-msg {
  color: #ef6b51;
  margin-top: 0.35rem;
}

.hs-error-msgs label {
  color: #ef6b51;
}

ul.hs-error-msgs li {
  margin: 0 !important;
}

/* Submit button */
form input[type="submit"],
form .hs-button {
  border: 1px solid #3e3d40;
  background-color: transparent;
  border-radius: 0;
  color: #3e3d40;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: normal;
  height: auto;
  line-height: 1.1;
  margin: 0;
  padding: 15px 53px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
}

form input[type="submit"]:hover,
form input[type="submit"]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: #bed600 !important;
  border-color: #bed600;
}

form input[type="submit"]:active,
form .hs-button:active {
  background-color: #bed600;
  border-color: #bed600;
}

/* Captcha */
.grecaptcha-badge {
  margin: 0 auto;
}

.field {
  padding: 0 15px !important;
  box-sizing: border-box;
  position: relative;
}

.hs-fieldtype-phonenumber > label,
.hs-fieldtype-date > label,
.hs-fieldtype-number > label,
.hs-fieldtype-select > label,
.hs-fieldtype-text > label {
  position: absolute;
  z-index: 9;
  transform-origin: top left;
  transform: translateY(-16px) scale(0.8);
  opacity: 0.8;
  pointer-events: none;
}

.hs-fieldtype-phonenumber.is-empty > label,
.hs-fieldtype-number.is-empty > label,
.hs-fieldtype-date.is-empty > label,
.hs-fieldtype-select.is-empty > label,
.hs-fieldtype-text.is-empty > label {
  position: absolute;
  z-index: 9;
  transform: translateY(7px) scale(1);
}

.hs-fieldtype-select.is-empty select option:disabled {
  color: transparent;
}

.hs-fieldtype-file.dropzone {
  border: 1px solid #3e3d40;
  text-align: center;
  padding: 50px 0 80px 0 !important;
  margin-left: 15px;
  margin-right: 23px;
}

.hs-fieldtype-file.dropzone input[type="file"] {
  display: none;
}

.hs-fieldtype-file.dropzone .file-item {
  cursor: pointer;
  margin-left: 25%;
  width: 100%;
  display: flex;
}

@media (max-width: 767px) {
  .hs-fieldtype-file.dropzone .file-item {
    flex-direction: column;
    margin-left: 10%;
  }
}

.hs-fieldtype-file.dropzone .fileList .file-separator {
  margin-top: 16px;
  margin-bottom: 16px;
  display: block;
  color: #c8c8c8;
}

.hs-fieldtype-file.dropzone .empty-file-name {
  padding: 6px 0;
  border: 1px solid #c8c8c8;
  color: #c8c8c8;
  width: 25%;
}

@media (max-width: 767px) {
  .hs-fieldtype-file.dropzone .empty-file-name {
    width: 80%;
  }
}

.hs-fieldtype-file.dropzone .file-name {
  padding: 6px 0;
  border: 1px solid #3e3d40;
  background-color: #bed600;
  color: #3e3d40;
  width: 25%;
}

@media (max-width: 767px) {
  .hs-fieldtype-file.dropzone .file-name {
    width: 80%;
  }
}

.hs-fieldtype-file.dropzone .select-file-button {
  color: white;
  background-color: #3e3d40;
  border: 1px solid #3e3d40;
  cursor: pointer;
  display: inline-block;
  float: left;
  padding: 6px 0;
  width: 25%;
}

@media (max-width: 767px) {
  .hs-fieldtype-file.dropzone .select-file-button {
    width: 80%;
  }
}

.hs-fieldtype-file.dropzone label {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.hs-fieldtype-file.dropzone label svg {
  margin-top: 24px;
  margin-bottom: 24px;
}

.hs_cos_wrapper.form-title {
  text-align: center;
  margin-bottom: 60px;
  font-size: 56px;
  font-weight: 500;
}

/* variables */
.modal {
  max-width: 1254px !important;
  padding: 60px 118px !important;
  background-color: #f1f2f2 !important;
  border-radius: 0 !important;
  top: 60px;
}

.modal.modal-youtube-video {
  padding: 0 !important;
}

@media (max-width: 767px) {
  .modal {
    padding: 0 15px !important;
    padding-bottom: 60px !important;
  }
}

.blocker {
  z-index: 100 !important;
  background-color: rgba(0, 0, 0, 0.85);
}

@media (max-width: 767px) {
  .blocker {
    padding: 0 !important;
  }
}

/* macro, mixins, functions and other utils */
/* Header container */
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 18.05556vw;
  background-color: white;
}

@media (min-width: 767px) {
  .header {
    display: flex;
    justify-content: center;
    height: 90px;
    background-color: transparent;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .header {
    padding: 0 20px;
  }
}

.header.submenu-showed .header__white-blur {
  background: white;
}

.header__white-blur {
  background: white;
  transition: all 0.2s;
  width: 100%;
  top: 0;
  left: 0;
  height: 18.05556vw;
  position: absolute;
  z-index: 0;
  display: none;
}

@media (min-width: 767px) {
  .header__white-blur {
    height: 90px;
    display: block;
  }
}

@supports (backdrop-filter: none) {
  @media (min-width: 767px) {
    .header__white-blur {
      -webkit-backdrop-filter: blur(10px);
      backdrop-filter: blur(10px);
      background: rgba(255, 255, 255, 0.9);
    }
  }
}

.header-bar {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  height: 18.05556vw;
  position: relative;
  z-index: 1;
}

@media (min-width: 767px) {
  .header-bar {
    max-width: 1313px;
    height: 90px;
  }
}

.header__container {
  display: flex;
  justify-content: space-between;
}

.header__login {
  margin-right: 4.16667vw;
  display: flex;
  background: #3e3d40;
  padding: 10px 15px;
  display: none;
}

.header__login span {
  display: none;
  transition: 0.3s color;
  color: #fff;
}

.header__login svg {
  transition: 0.3s color;
  color: #fff;
  font-size: 20px;
}
.header__login:hover {
  background: #bed600;
  text-decoration: none;
}

.header__login:hover span,
.header__login:hover svg {
  color: #3e3d40;
}

@media (min-width: 767px) {
  .header__login {
    margin-right: 0;
    justify-content: space-between;
    justify-items: center;
    display: flex;
  }
  .header__login span {
    display: inline;
    font-size: 14px;
    color: #fff;
    margin-right: 15px;
  }
  .header__login .icon.icon--login:after {
    width: 13px;
    height: 16px;
  }
}

.header__search__icon {
  position: relative;
  top: 0;
  left: 0;
  width: 46px;
  height: 46px;
  font-size: 36px;
  line-height: 55px;
  text-align: center;
}

.header.activeSearchModal .header__search__icon {
  display: none;
}

/* Modal Search */

.search__modal {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.9);
  display: none;
}

.search__modal.activeSearchModal {
  z-index: 90;
  display: inherit;
}

.search__modal .hs-search-field {
  position: relative;
  top: 0;
  left: 0;
  width: 500px;
  margin: 20vh auto;
}

.search__modal .hs-search-field input {
  font-size: 50px !important;
  padding: 10px;
  color: white;
}

.search__modal .close {
  position: absolute;
  top: 120px;
  right: 40px;
  width: 45px;
  height: 45px;
  color: white;
  font-size: 45px;
}

.search__modal .hs-search-field__suggestions {
  max-width: 100%;
  background: transparent;
  font-size: 14px;
  color: white;
  border: 0px !important;
  padding-top: 30px;
}
.search__modal .hs-search-field__suggestions li {
  padding-top: 10px;
}

.search__modal .hs-search-field__suggestions li a {
  color: white !important;
}

.search__modal .hs-search-field__suggestions #results-for {
  display: none;
}
.search__modal .hs-search-field__suggestions .hs-search-highlight {
  color: #bed600;
}

@media (max-width: 767px) {
  .search__modal .hs-search-field {
    width: 90vw;
    margin: 15vh auto;
  }
  .search__modal .hs-search-field input {
    font-size: 25px !important;
    padding: 6px;
    color: white;
  }

  .search__modal .close {
    top: 90px;
    right: 0;
    font-size: 35px;
  }
}

/* END Modal search */

.header__primary-menu {
  flex-grow: 1;
}

.header__secondary-menu-separator {
  display: none;
  width: 1px;
  height: 5vw;
  background: #505050;
  margin-right: 1.02778vw;
}

@media (min-width: 767px) {
  .header__secondary-menu-separator {
    margin-left: 13px;
    margin-right: 0px;
    height: 24px;
  }
}

.header__lng-selector {
  font-size: 4.16667vw;
  margin-right: 5.97222vw;
  color: #737373;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 13px;
}

.header__lng-selector:hover {
  text-decoration: none;
}

@media (min-width: 767px) {
  .header__lng-selector {
    color: #9c9e9f;
    font-size: 16px;
    margin-right: 0;
    height: 90px;
  }
}

.header__row-1,
.header__row-2 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
}

.header__row-1 {
  padding-top: 20px;
}

/* Logo */
.header__logo {
  padding-top: 1.52778vw;
  width: 100%;
  display: flex;
  padding-top: 1.52778vw;
  width: 14.58333vw;
}

.header__logo > * {
  margin: auto;
}

@media (min-width: 767px) {
  .header__logo {
    margin-right: 30px;
    padding-top: 0;
    width: 60px;
  }
}

.header__logo img {
  width: 14.58333vw !important;
}

@media (min-width: 767px) {
  .header__logo img {
    width: 60px !important;
  }
}

.header__logo .logo-company-name {
  font-size: 28px;
  margin-top: 7px;
}

.header__logo--tablet {
  display: none;
}

/* Secondary menu */
.header__secondary-menu {
  width: 42.70833vw;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

/* Search bar */
.header__search {
  padding: 0 12px;
  width: auto;
}

.header__search a {
  color: #9c9e9f !important;
}

.header__search a:hover {
  color: #bed600 !important;
}

.header__search .hs-search-field__input {
  background-color: #fff;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-position: center right 15px;
  background-repeat: no-repeat;
  border: 1.79px solid #d1d6dc;
  border-radius: 6px;
  color: #494a52;
  font-family: Lato, serif;
  font-size: 22px;
  font-weight: 300;
  height: 45px;
  padding: 0 15px;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border: 1.79px solid #d1d6dc;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  background-color: #fff;
}

.header__search .hs-search-field__input::placeholder {
  color: transparent;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #fff;
  border: 1.79px solid #d1d6dc;
  border-top: -2px solid #fff;
  border-radius: 0 0 6px 6px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #d1d6dc;
  font-family: Lato, serif;
  font-size: 22px;
}

.header__search .hs-search-field__suggestions li a {
  color: #494a52;
  padding: 3px 15px;
  text-decoration: none;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

.mobile__search .hs-search-field__input {
  background-color: #fff;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-position: center right 15px;
  background-repeat: no-repeat;
  color: #494a52;
  font-family: Lato, serif;
  font-size: 22px;
  font-weight: 300;
  height: 45px;
  padding: 0 15px;
}

/* Navigation */
.header__toggle-wrapper {
  width: 42.70833vw;
  padding-left: 5.27778vw;
}

@media (min-width: 767px) {
  .header__toggle-wrapper {
    display: none;
  }
}

#nav-toggle {
  display: none;
}

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

.header__lng-toggle {
  margin-left: 4px;
  font-size: 24px;
}

.header__lng-toggle.icon.icon--down-arrow-gray::after {
  width: 7px;
  height: 4px;
}

@media (max-width: 767px) {
  .header__lng-toggle {
    font-size: 5.55556vw;
  }
}

/* Mobile styles */
@media (max-width: 767px) {
  .header__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 0 0;
  }
  .header__container form {
    max-width: 100%;
  }
  .header__navigation,
  .header__search,
  .header__language-switcher {
    width: 100%;
    max-height: 0px;
    transition: max-height 0.2s, opacity 0.2s;
    overflow: hidden;
    z-index: 50;
    background-color: white;
    opacity: 0;
  }
  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    height: calc(100vh - 18.05556vw);
    max-height: calc(100vh - 18.05556vw);
    left: 0;
    position: absolute;
    right: 0;
    top: 18.05556vw;
    overflow-y: scroll;
    opacity: 1;
  }
  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    cursor: pointer;
    position: relative;
  }
  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }
  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: none;
    margin-left: 0;
    margin-right: auto;
  }
  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: none;
  }
  .header__column {
    position: relative;
  }
  .header__row-1 {
    padding-top: 0;
  }
  .header__row-2 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px;
  }
  .header__navigation--toggle {
    cursor: pointer;
  }
  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    height: 25px;
    width: 25px;
  }
  .header__search--toggle:after {
    content: "Search";
  }
  .header__search {
    /* border-top: 2px solid #ced4db; */
    /* -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; */
    display: flex;
    padding: 0;
    padding-right: 10px;
    justify-content: flex-end;

    opacity: 1;
    max-height: none;
    overflow: none;
    /* display: none; */
  }
  .header__search .hs-search-field__input {
    padding-left: 15px;
  }
  .header__search .hs-search-field__suggestions li {
    padding: 10px 0;
  }
  .header__close--toggle {
    display: none;
  }
  .header__close--toggle.show {
    display: block;
  }
}

/* Tablet styles */
@media (min-width: 767px) and (max-width: 1150px) {
  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    height: calc(100vh - 90px);
    max-height: calc(100vh - 90px);
    top: 90px;
  }
}

@media (max-width: 767px) {
  .login-menu-mobile {
    margin: 0vw 5.55556vw 3.88889vw 5.55556vw;
  }
  .login-menu-mobile .header__login {
    margin-right: 0;
  }
  .login-menu-mobile .header__login,
  .login-menu-mobile .header__login span {
    display: flex;
    justify-content: space-between;
  }
}

.footer-menu-mobile {
  list-style-type: none;
  margin: 0vw 5.55556vw 13.88889vw 5.55556vw;
  border-top: 1px solid #9c9e9f;
  padding-left: 0;
}

.footer-menu-mobile .footer-menu-mobile {
  display: none;
}

@media (min-width: 767px) and (max-width: 1150px) {
  .footer-menu-mobile {
    margin: 0px 40px 100px 40px;
  }
}

.footer-menu-mobile li {
  border-bottom: 1px solid #9c9e9f;
}

.footer-menu-mobile li a {
  color: #9c9e9f;
  text-decoration: none;
  display: flex;
  justify-content: start;
  align-items: center;
  height: 11.11111vw;
}

@media (min-width: 767px) and (max-width: 1150px) {
  .footer-menu-mobile li a {
    height: 70px;
    font-size: 24px;
  }
}

footer {
  position: relative;
  background-color: #f5f5f5;
  margin-top: 100px;
}

.fixed-footer {
  position: fixed;
  background: white;
  left: 0;
  bottom: 0;
  z-index: 41;
  height: 12.5vw;
  box-shadow: 0 0 14px 2px rgba(0, 0, 0, 0.2);
  display: flex;
  padding: 2.08333vw 6.52778vw;
  width: 100%;
  justify-content: center;
}

@media (min-width: 767px) {
  .fixed-footer {
    padding: 0px;
    height: 46px;
    box-shadow: none;
    background-color: #f5f5f5;
  }
}

.fixed-footer > a {
  width: 39.44444vw;
  display: block;
}

@media (min-width: 767px) {
  .fixed-footer > a {
    transform: translateY(-22px);
    height: 46px;
    width: 190px;
  }
}

.fixed-footer.unfixed {
  position: absolute;
  bottom: 100%;
}

.fixed-footer__subribe {
  margin-right: 6.94444vw;
  display: flex !important;
  height: 46px !important;
  padding-top: 0;
  padding-bottom: 0;
}

.fixed-footer__subribe span {
  margin: auto;
}

@media (min-width: 767px) {
  .fixed-footer__subribe {
    margin-right: 30px;
  }
}

@media (max-width: 767px) {
  .fixed-footer__subribe {
    height: 35px !important;
  }
}

.footer__menu {
  list-style-type: none;
  text-align: center;
  display: block;
  margin-bottom: 32px;
}

.footer__menu > li {
  display: inline-block;
}

.footer__menu > li:not(:last-child):after {
  content: "-";
  display: inline;
  margin: 0 22px;
  color: #9d9d9c;
}

.footer__menu > li a {
  font-size: 16px;
  color: #9d9d9c;
}

.footer__socials {
  list-style-type: none;
  text-align: center;
  margin-left: 0;
  padding-left: 0;
}

.footer__socials > li {
  display: inline-block;
}

.footer__socials > li:not(:last-child) {
  margin-right: 18px;
}

.footer__socials_qr-codes {
  display: flex;
  list-style-type: none;
  justify-content: center;
}

@media (max-width: 767px) {
  .footer__socials_qr-codes {
    flex-direction: column;
    align-items: center;
  }
}

.footer__socials_qr-codes > li {
  display: block;
  margin-left: 32px;
  margin-right: 32px;
}

.footer__social-link {
  width: 40px;
  height: 40px;
  background-color: white;
  border-radius: 50%;
  display: inline-flex;
  color: #9d9d9c;
  text-align: center;
  transition: color 0.3s, background-color 0.3s;
}

.footer__social-link > svg {
  margin: auto;
}

.footer__social-link:hover {
  background-color: #9d9d9c;
  color: white;
}

.footer__info {
  margin: 0;
  background-color: #3e3d40;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .footer__info {
    padding: 0 30px;
  }
}

.footer__submenu {
  list-style-type: none;
  text-align: center;
  display: flex;
  height: 60px;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .footer__submenu {
    display: block;
    height: auto;
    padding-bottom: 40px;
    padding-left: 0;
  }
}

.footer__submenu > li {
  display: inline-block;
}

@media (max-width: 767px) {
  .footer__submenu > li {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.footer__submenu > li:not(:last-child):after {
  content: "-";
  display: inline;
  margin: 0 22px;
  color: #9d9d9c;
}

@media (max-width: 767px) {
  .footer__submenu > li:not(:last-child):after {
    display: none;
  }
}

.footer__submenu > li a {
  font-size: 16px;
  color: #9d9d9c;
}

.footer__submenu > li a:hover {
  text-decoration: none;
  color: #bed600;
}

.footer__title {
  color: #8c8c8c;
  font-size: 14px;
  display: inline-flex;
  height: 60px;
  justify-content: flex-start;
  align-items: center;
}

@media (max-width: 767px) {
  .footer__title {
    width: 100%;
    text-align: center;
  }
  .footer__title > div {
    margin: auto;
  }
}

.footer__title span {
  color: white;
}

.fixed-footer__contact {
  color: #3e3d40 !important;
  display: flex !important;
  height: 46px !important;
  padding-top: 0;
  padding-bottom: 0;
}

.fixed-footer__contact span {
  margin: auto;
}

@media (max-width: 767px) {
  .fixed-footer__contact {
    height: 35px !important;
  }
}

.fixed-footer__contact:hover {
  color: white !important;
  background-color: #3e3d40 !important;
  border-color: #3e3d40 !important;
}

#hs_menu_wrapper_footer__menu ul.hs-menu-children-wrapper {
  display: none;
}

.navigation-menu {
  display: inline-block;
  margin-left: 0px;
}

@media (max-width: 767px) {
  .navigation-menu {
    margin-left: 0;
    margin-bottom: 11.11111vw;
  }
}

@media (min-width: 767px) {
  .navigation-menu .menu-arrow {
    display: none;
  }
}

.navigation-menu a {
  color: #9c9e9f;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  display: flex;
  height: 90px;
  justify-self: center;
  align-items: center;
}

.navigation-menu a.active-item:not(.navigation-menu .level-1 a) {
  font-weight: 600;
  position: relative;
}

.navigation-menu .level-1 a.active-item {
  color: black;
}

.navigation-menu .submenu.level-1 > .submenu__wrapper > li > a.active-item span:after {
  content: "";
  display: block;
  width: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  background: #bed600;
}

.navigation-menu .submenu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.navigation-menu .submenu a,
.navigation-menu .submenu p {
  text-decoration: none;
}

.submenu-toggle {
  display: none;
}

.header__menu-bg {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  z-index: -50;
  transition: opacity 0.4s, z-index 0s 0.4s;
}

.header__menu-bg.active {
  z-index: 50;
  opacity: 0.9;
  transition: opacity 0.4s, z-index 0s 0s;
}

@media (max-width: 767px) {
  .header__menu-bg {
    display: none !important;
  }
}

.submenu.level-1 {
  display: flex;
  white-space: nowrap;
}

.submenu.level-1 > .submenu__wrapper {
  display: flex;
  white-space: nowrap;
}

.submenu.level-1 > .submenu__wrapper > li {
  display: inline-flex;
  align-items: center;
  padding: 0px;
  height: 90px;
}

@media (max-width: 767px) {
  .submenu.level-1 > .submenu__wrapper > li {
    height: auto;
  }
}

@media (min-width: 767px) {
  .submenu.level-1 > .submenu__wrapper > li {
    position: relative;
  }
  .submenu.level-1 > .submenu__wrapper > li > a {
    padding: 0px 30px;
  }
  .submenu.level-1 > .submenu__wrapper > li > a span {
    display: inline-flex;
    height: 90px;
    position: relative;
    align-items: center;
    transition: all 0.4s;
  }
  .submenu.level-1 > .submenu__wrapper > li > a span:after {
    content: "";
    display: block;
    height: 4px;
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    background: #bed600;
    opacity: 0;
    transition: all 0.4s;
  }
  .submenu.level-1 > .submenu__wrapper > li:hover > a:not(.active-branch) span {
    color: #bed600;
  }
  .submenu.level-1 > .submenu__wrapper > li:hover > a:not(.active-branch) span:after {
    opacity: 1;
  }
  .submenu.level-1 > .submenu__wrapper > li:hover .submenu.level-2 {
    display: block;
  }
  .submenu.level-1 > .submenu__wrapper > li > a.active-branch span {
    color: #3e3d40;
  }
  .submenu.level-1 > .submenu__wrapper > li > a.active-branch span:after {
    opacity: 1;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .submenu.level-1 > .submenu__wrapper > li > a {
    padding: 0px 20px;
  }
}

@media (max-width: 767px) {
  .submenu.level-1 {
    display: inline-block;
  }
}

.submenu.level-1 > .submenu__wrapper > li.has-submenu {
  position: relative;
}

.submenu.level-2 {
  font-weight: 400;
  left: 30px;
  opacity: 0;
  position: absolute;
  text-transform: none;
  top: 90px;
  width: 255px;
  transform: translateY(-10px);
  transition: opacity 0.4s, transform 0.4s, z-index 0s 0.4s;
}

.submenu__interested {
  display: block;
  color: #ffffff;
  font-size: 13px;
  line-height: 35px;
  height: 35px;
}

@media (max-width: 767px) {
  .submenu__interested {
    display: none;
  }
}

.submenu.level-2 > .submenu__wrapper {
  background: #f5f5f5;
  padding: 16px 0;
  transition: min-height 0.4s;
}

@media (min-width: 767px) {
  .submenu.level-2 > .submenu__wrapper {
    min-height: 371px;
  }
}

.submenu.level-2 > .submenu__wrapper > li {
  padding: 0;
}

@media (min-width: 767px) {
  .submenu.level-2 > .submenu__wrapper > li.has-submenu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
  }
  .submenu.level-2 > .submenu__wrapper > li.has-submenu::after {
    content: "";
    display: block;
    position: absolute;
    right: 23px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAANCAMAAACjHN8KAAAAAXNSR0IB2cksfwAAAEJQTFRFAAAAPj5BPj5APT09PT1APj1APjxAMzNNPjxAPz1AQEBAPT1AQEBAPj5APj1AQEBAKytVPj5AQEBAPj1APj1ASUlJSmBhiQAAABZ0Uk5TAE7LFcP/0wq+2BzcCLLeJAbkDOLIB0y81N8AAAA6SURBVHicY2BkYmYAAxZWNgiLnYOVkwvG4oaweHhZ+fjBLAFeVkEIS0iYVQRZRBSqBqYLbg7cZJhdAHgaAhId7d32AAAAAElFTkSuQmCC);
    width: 8px;
    height: 13px;
  }
  .submenu.level-2 > .submenu__wrapper > li:hover {
    overflow: visible;
  }
  .submenu.level-2 > .submenu__wrapper > li:hover .submenu.level-3 {
    transition: opacity 0.4s, transform 0.4s, overflow 0s 0s;
    transform: translateX(0px);
    opacity: 1;
    z-index: -1;
  }
}

.submenu.level-2 .menu-item .menu-link {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #9c9e9f;
  font-size: 16px;
  padding: 5px 23px;
  height: auto !important;
  -webkit-transition: background-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}

.submenu.level-2 .menu-item .menu-link span {
  width: calc(100% - 20px);
  white-space: break-spaces;
  line-height: 20px;
}

.submenu.level-2 .menu-item .menu-link.active-branch {
  color: #3e3d40;
}

.submenu.level-2 .menu-item .menu-link:hover,
.submenu.level-2 .menu-item .menu-link:focus {
  color: #bed600;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.submenu.level-2 .menu-item .menu-link:hover.active-branch,
.submenu.level-2 .menu-item .menu-link:focus.active-branch {
  color: #3e3d40;
}

.submenu.level-3 {
  position: absolute;
  display: block;
  top: 35px;
  left: 100%;
  width: 255px;
  background: white;
  padding: 0;
}

.submenu.level-3 > .submenu__wrapper {
  background: white;
  padding: 16px 0;
}

@media (min-width: 767px) {
  .submenu.level-3 {
    transform: translateX(-30px);
    opacity: 0;
    transition: opacity 0.4s, transform 0.4s, overflow 0s 0.4s;
    z-index: -1;
  }
}

@media (max-width: 767px) {
  .submenu.level-3 {
    display: none;
  }
}

.submenu.level-1 > .submenu__wrapper > li.has-submenu {
  overflow: hidden;
}

.submenu.level-1 > .submenu__wrapper > li.has-submenu.d-active,
.submenu.level-1 > .submenu__wrapper > li.has-submenu:focus {
  overflow: visible;
}

.submenu.level-1 > .submenu__wrapper > li.has-submenu.d-active .submenu.level-2,
.submenu.level-1 > .submenu__wrapper > li.has-submenu:focus .submenu.level-2 {
  left: 30px;
  opacity: 1;
  transform: translateY(0px);
  z-index: 50;
  transition: opacity 0.4s, transform 0.4s, z-index 0s 0s;
}

/* Hide navigation dropdown in the inline editor */
.hs-inline-edit .submenu.level-1 > .submenu__wrapper > li.has-submenu:hover .submenu.level-2,
.hs-inline-edit > li.has-submenu.focus .submenu.level-2 {
  visibility: hidden;
}

@media (max-width: 767px) {
  .navigation-menu {
    display: block;
  }
  .navigation-menu .submenu.level-1 > .submenu__wrapper > li > a.active-item:after {
    content: none;
  }
  .navigation-menu .submenu.level-1 > .submenu__wrapper > li > a.active-item:after {
    display: none;
  }
  .submenu.level-1 > .submenu__wrapper > .menu-item.open > .menu-arrow > .menu-arrow-bg {
    transform: rotateX(-180deg);
    color: #3e3d40;
  }
  .submenu.level-2 > .submenu__wrapper .menu-item.open > .menu-arrow > .menu-arrow-bg {
    transform: rotateX(-180deg);
    color: #3e3d40;
  }
  .submenu > .has-submenu {
    position: relative;
  }
  .submenu {
    display: none;
  }
  .submenu.level-1 {
    width: 100%;
  }
  .submenu.level-1 > .submenu__wrapper {
    display: block;
  }
  .submenu.level-1 > .submenu__wrapper,
  .submenu.level-2 > .submenu__wrapper,
  .submenu.level-3 > .submenu__wrapper {
    padding: 0;
  }
  .submenu.level-1 > .submenu__wrapper > li.menu-item,
  .submenu.level-2 > .submenu__wrapper > li.menu-item,
  .submenu.level-3 > .submenu__wrapper > li.menu-item {
    display: block;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid white;
    border-radius: 0;
    position: relative;
  }
  .submenu.level-1 > .submenu__wrapper > li.menu-item > a,
  .submenu.level-2 > .submenu__wrapper > li.menu-item > a,
  .submenu.level-3 > .submenu__wrapper > li.menu-item > a {
    padding: 5.13889vw 6.52778vw 5.13889vw 5.13889vw;
    color: #ffffff;
    font-size: 4.72222vw;
    height: 13.88889vw;
    background: #3c3c3c;
    width:  100%;
  }
  .submenu.level-1 > .has-submenu > .menu-arrow,
  .submenu > .has-submenu > .menu-arrow,
  .submenu .menu-arrow {
    border: none;
    cursor: pointer;
    height: 13.88889vw;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 20.83333vw;
    display: flex;
    padding-right: 6.52778vw;
    padding-left: 1.38889vw;
    justify-content: center;
    align-items: center;
  }
  .submenu.level-1 > .has-submenu > .menu-arrow-bg,
  .submenu > .has-submenu > .menu-arrow-bg,
  .submenu .menu-arrow-bg {
    color: white;
    font-size: 8.33333vw;
    display: block;
    margin-left: auto;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    -o-transition: transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    margin-left: 0;
    transform: rotate(0deg);
  }
  .submenu.level-2 > .submenu__wrapper > .has-submenu > .menu-arrow > .menu-arrow-bg {
    transform: rotate(0deg);
    color: #3e3d40;
  }
  input[type="checkbox"]:checked ~ .submenu {
    display: block;
  }
  .submenu.level-2 {
    border: none;
    box-shadow: none;
    opacity: 1;
    position: static;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    visibility: visible;
    width: 100%;
  }
  li.has-submenu.menu-item.open > .submenu.level-2 {
    display: block;
  }
  li.has-submenu.menu-item.open > .submenu.level-3 {
    display: block;
  }
  .submenu.level-1 > .submenu__wrapper > li.has-submenu.menu-item.open > .menu-link {
    background: #bed600;
    color: #3e3d40;
  }
  .submenu.level-2 > .submenu__wrapper > li.menu-item {
    background-color: #ebebeb;
    border-bottom: 1px solid white;
    padding: 0;
  }
  .submenu.level-2 > .submenu__wrapper > li.menu-item .menu-link {
    color: #3e3d40;
    padding: 5.13889vw 6.52778vw 5.13889vw 11.38889vw;
    background-color: #ebebeb;
  }
  .submenu.level-2 > .submenu__wrapper > li.menu-item .menu-link > a {
    background: #ebebeb;
  }
  .submenu.level-2 > .submenu__wrapper > li.menu-item .menu-link:hover {
    background-color: inherit;
  }
  .submenu.level-3 {
    background-color: inherit;
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    border-left: none;
  }
  .submenu.level-3 > .submenu__wrapper > li.menu-item {
    background-color: white;
    border-bottom: 1px solid #9c9e9f;
    padding: 0;
  }
  .submenu.level-3 > .submenu__wrapper > li.menu-item .menu-link {
    color: #3e3d40;
    padding: 5.13889vw 6.52778vw 5.13889vw 16.80556vw;
    background-color: white;
    border-radius: 0;
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  .submenu.level-3 .menu-arrow {
    display: none;
    pointer-events: none;
  }
}

/* Table styling */
/*@include tablet {
  .submenu.level-1,
  .submenu.level-2,
  .submenu.level-3 {
    > .submenu__wrapper {
      > li.menu-item {
        > a {
          padding: 35px;
          font-size: 24px;
          height: 70px;
        }
      }
    }
  }

  .submenu.level-1 > .has-submenu > .menu-arrow,
  .submenu > .has-submenu > .menu-arrow,
  .submenu .menu-arrow {
    padding-right: 0px;
    padding-left: 10px;
    height: 70px;
  }
}*/
.header__lng-selector {
  position: relative;
  cursor: pointer;
}

@media (max-width: 1150px) {
  .header__lng-selector .navigation-menu {
    display: none;
  }
}

.header__lng-selector .submenu.level-2 {
  top: 135px;
  right: 0;
  left: auto;
}

@media (min-width: 1151px) {
  .header__lng-selector {
    overflow: hidden;
  }
  .header__lng-selector.open {
    overflow: visible;
  }
  .header__lng-selector.open .submenu.level-2 {
    display: block;
    opacity: 1;
  }
}

@media (min-width: 1151px) {
  .header__lng-selector .submenu.level-2 > .submenu__wrapper > li:hover .submenu.level-3 {
    position: relative;
    top: auto;
    left: auto;
  }
  .header__lng-selector .submenu.level-2 > .submenu__wrapper > li.has-submenu::after {
    display: none;
  }
  .header__lng-selector .submenu.level-2 .submenu.level-3 {
    position: relative;
    transform: none;
    display: block;
    opacity: 1;
    background: #f5f5f5;
    top: auto;
    left: auto;
    width: 100%;
    z-index: 0 !important;
  }
  .header__lng-selector .submenu.level-2 > .submenu__wrapper > li.has-submenu {
    display: block;
  }
  .header__lng-selector .submenu.level-3 > .submenu__wrapper {
    padding: 0 0 0 13px;
    background: #f5f5f5;
  }
  .header__lng-selector .submenu.level-2 .menu-item .menu-link {
    color: #3e3d40;
  }
  .header__lng-selector .submenu.level-2 .submenu.level-3 .menu-item .menu-link {
    color: #afb1b1;
  }
  .header__lng-selector .submenu.level-2 .submenu.level-3 .menu-item .menu-link.active-item {
    color: #3e3d40;
  }
  .header__lng-selector .submenu.level-2 .submenu.level-3 .menu-item .menu-link:hover {
    color: #bed600;
  }
  .header__lng-selector .submenu.level-2 .submenu.level-3 .menu-item .menu-link:hover.active-item {
    color: #3e3d40;
  }
  .header__lng-selector .submenu__interested {
    position: absolute;
    top: 90px;
    right: 0;
    left: auto;
    width: 255px;
  }
}

/* variables */
/* macro, mixins, functions and other utils */
.product-header {
  color: #ffffff;
  text-align: center;
  box-sizing: border-box;
  position: relative;
}

@media (min-width: 1151px) {
  .product-header {
    height: 540px;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .product-header {
    padding-top: 5.55556vw;
    padding-bottom: 5.55556vw;
    min-height: 52.77778vw !important;
    display: flex !important;
    justify-content: center;
    flex-direction: column;
  }
}

@media screen and (min-width: 1900px) {
  .product-header {
    height: 28.421vw;
  }
}

.product-header.product-header--has-video {
  padding-bottom: 0;
  background-color: black;
}

.product-header .product-header__bg {
  position: absolute;
  background-size: cover;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.product-header .product-header__bg:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.4) 100%);
}

@media (max-width: 1150px) {
  .product-header .product-header__bg {
    background-position: center;
  }
}

@media (min-width: 1151px) {
  .product-header .product-header__bg {
    background-position: center;
  }
}

.product-header .product-header__bg.product-header__bg-1x {
  display: block;
}

.product-header .product-header__bg.product-header__bg-2x {
  display: none;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .product-header .product-header__bg.product-header__bg-1x {
    display: none;
  }
  .product-header .product-header__bg.product-header__bg-2x {
    display: block;
  }
}

@media screen and (min-width: 1900px) {
  .product-header .product-header__bg.product-header__bg-1x {
    display: none;
  }
  .product-header .product-header__bg.product-header__bg-2x {
    display: block;
  }
}

.product-header__title {
  font-size: 7.77778vw;
  line-height: 7.77778vw;
  font-weight: 500;
  position: relative;
  color: #fefefe;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .row-fluid .product-header,
  .product-header {
    min-height: 400px !important;
    display: flex;
    flex-direction: column;
    align-items: center !important;
    justify-content: center !important;
    padding: 20px 0;
  }
  .product-header h1 {
    margin: 0 !important;
  }
}

@media (min-width: 1151px) {
  .product-header__title {
    text-shadow: 0 0 14px rgba(0, 0, 0, 0.5);
    font-size: 75px;
    line-height: 75px;
    font-weight: 500;
  }
}

.product-header__sub-title {
  font-size: 3.75vw;
  line-height: 8.33333vw;
  position: relative;
  color: #fefefe;
}

@media (min-width: 1151px) {
  .product-header__sub-title {
    text-shadow: 0 0 14px rgba(0, 0, 0, 0.5);
    font-size: 31px;
    line-height: 31px;
    font-weight: 500;
  }
}

.product-header__sub-title {
  font-size: 5vw;
  font-weight: 500;
  color: #ffffff;
}

@media (min-width: 1151px) {
  .product-header__sub-title {
    text-shadow: 0 0 14px rgba(0, 0, 0, 0.5);
    font-size: 65px;
    line-height: 65px;
    font-weight: 500;
    margin-top: 20px;
  }
}

.product-header__cta {
  margin-top: 6.94444vw;
  font-size: 4.44444vw;
  font-weight: 400;
  z-index: 1;
}

@media (min-width: 1151px) {
  .product-header__cta {
    color: #ffffff;
    margin-top: 35px;
    font-size: 21px;
    font-weight: 400;
  }
  .product-header__cta .icon::after {
    height: 16px;
    width: 10px;
  }
}

.product-header__pre-title {
  text-shadow: 0 0 14px rgba(0, 0, 0, 0.5);
  color: #ffffff;
  font-size: 31px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 26px;
  z-index: 1;
}

@media (max-width: 767px) {
  .product-header__pre-title {
    font-size: 5vw;
  }
}

.product-header .hs-cta-wrapper .cta_button {
  color: white !important;
  font-size: 21px !important;
  font-weight: 400 !important;
}

.product-header.product-header--header-title-cta .product-header__title {
  margin-top: 48px;
}

@media (max-width: 767px) {
  .product-header.product-header--header-title-cta .product-header__title {
    margin-top: 0;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .product-header.product-header--header-title-cta .product-header__title {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .product-header.product-header--header-title-only {
    display: flex;
    padding-top: 6.94444vw;
    padding-bottom: 6.94444vw;
  }
}

@media (min-width: 1151px) {
  .product-header.product-header--header-title-only .product-header__title {
    margin-top: 25px;
  }
}

@media (max-width: 767px) {
  .product-header.product-header--header-title-only .product-header__title {
    margin: auto;
  }
}

.product-header.product-header--header-label-title-cta {
  padding-bottom: 0;
}

.product-header.product-header--header-label-title-cta .product-header__title {
  margin-bottom: 18px;
}

@media (max-width: 767px) {
  .product-header.product-header--header-label-title-cta {
    min-height: 52.77778vw;
    height: auto;
  }
}

.cta-band-section {
  background-color: #bed600;
  text-align: center;
  padding: 55px 0;
}

@media (max-width: 1150px) {
  .cta-band-section {
    padding: 11.11111vw 11.11111vw;
  }
}

.cta-band-section__title {
  font-family: Roboto;
  color: #282828;
  font-size: 40px;
  font-weight: 400;
  line-height: 47px;
  margin-bottom: 32px;
}

@media (max-width: 1150px) {
  .cta-band-section__title {
    font-size: 6.66667vw;
    line-height: 8.05556vw;
  }
}

.cta-band-section__text {
  color: #3e3d40;
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 36px;
}

@media (max-width: 1150px) {
  .cta-band-section__text {
    font-size: 3.61111vw;
    line-height: 4.86111vw;
    margin-bottom: 5vw;
  }
}

.cta-band-section__cta {
  margin-top: 3px;
  color: #3e3d40;
}

.cta-band-section__cta a {
  color: #3e3d40;
  font-size: 18px;
  font-weight: 700;
}

@media (max-width: 1150px) {
  .cta-band-section__cta a {
    font-size: 3.88889vw;
  }
}

@media (max-width: 1150px) {
  .product-double-column {
    display: flex;
    flex-direction: column-reverse;
  }
}

/* variables */
/* macro, mixins, functions and other utils */
.tab-panel {
  height: 449px;
  background-size: cover;
  position: relative;
}

@media (max-width: 1150px) {
  .tab-panel {
    height: 44.44444vw;
    left: -5.55556vw !important;
    width: 100vw !important;
  }
}

.tab-panel__tabs-wrapper {
  overflow: hidden;
  z-index: 1;
  background-color: white;
  height: 70px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .tab-panel__tabs-wrapper {
    width: 1000px !important;
    left: 0px !important;
  }
  .tab-panel__tabs-container {
    margin: 0 30px;
  }
}

@media (max-width: 767px) {
  .tab-panel__tabs-wrapper {
    height: 60px;
  }
}

.tab-panel__arrow-left {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: white;
  cursor: pointer;
  display: flex;
  height: 70px;
  width: 50px;
}

.tab-panel__arrow-left svg {
  position: absolute;
  top: 29px;
  left: 24px;
}

@media (max-width: 767px) {
  .tab-panel__arrow-left svg {
    top: 20px;
  }
}

@media (max-width: 767px) {
  .tab-panel__arrow-left {
    width: 10vw;
    background-color: #ebebeb;
    height: 60px;
  }
}

.tab-panel__arrow-right {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background-color: white;
  cursor: pointer;
  display: flex;
  height: 70px;
  width: 50px;
}

.tab-panel__arrow-right svg {
  position: absolute;
  top: 29px;
  right: 24px;
}

@media (max-width: 767px) {
  .tab-panel__arrow-right svg {
    top: 20px;
    right: 35px;
  }
}

@media (max-width: 767px) {
  .tab-panel__arrow-right {
    width: 10vw;
    background-color: #ebebeb;
    height: 60px;
  }
}

.tab-panel__tabs-container {
  position: absolute;
  background-color: #fff;
  top: 0;
  left: 0;
  transition: transform 0.3s;
}

@media (max-width: 1150px) {
  .tab-panel__tabs-container {
    height: 60px;
    bottom: -60px;
    left: 10px;
  }
}

@media (max-width: 767px) {
  .tab-panel__tabs-container {
    background-color: #ebebeb;
  }
}

.tab-panel__tab {
  float: left;
  margin-top: 28px;
  padding-bottom: 4px;
  margin-left: 32px;
  margin-right: 32px;
  color: #9c9e9f;
  cursor: pointer;
  position: relative;
}

.tab-panel__tab:after {
  display: block;
  content: "";
  position: absolute;
  bottom: -9px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  transition: 0.3s background-color;
}

@media (max-width: 1150px) {
  .tab-panel__tab {
    margin-top: 18px;
    padding-bottom: 4px;
  }
}

@media (max-width: 767px) {
  .tab-panel__tab {
    width: 80vw;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }
}

.tab-panel__tab--active {
  color: #3e3d40;
}

@media (min-width: 767px) {
  .tab-panel__tab--active:after {
    background-color: #bed600;
  }
}

.tab-panel__content {
  position: relative;
  margin-left: 8.33333% !important;
  margin-top: 44px;
  padding: 0;
}

.tab-panel__content > .row-fluid {
  margin-bottom: 30px;
}

@media (max-width: 1150px) {
  .tab-panel__content {
    margin-top: 20px;
    margin-left: 0 !important;
    padding: 0 !important;
  }
}

.tab-panel__full-video {
  margin-top: 4px;
}

@media (max-width: 767px) {
  .tab-panel--a {
    margin-bottom: 60px;
  }
}

.tab-panel--a .tab-panel--outside-bounds .tab-panel__tabs-container {
  padding-left: 30px;
  padding-right: 30px;
}

.tab-panel--a .tab-panel__tabs-wrapper {
  width: calc(83.33333% + 60px);
  left: calc(8.33333% - 30px);
  bottom: 0;
  position: absolute;
}

@media (max-width: 767px) {
  .tab-panel--a .tab-panel__tabs-wrapper {
    left: 0;
    width: 100%;
    bottom: -60px;
    background-color: #ebebeb;
  }
}

.tab-panel--b {
  height: auto;
  margin-top: -62px;
}

.tab-panel--b .tab-panel__tabs-wrapper {
  top: -70px;
  height: 70px;
  position: relative;
  background-color: white;
}

@media (max-width: 767px) {
  .tab-panel--b {
    margin-top: 0;
  }
}

.tab-panel--b .tab-panel__tabs-container {
  position: absolute;
}

@media (min-width: 1151px) {
  .tab-panel--b .tab-panel__tabs-container {
    padding-left: 23px;
    padding-right: 23px;
  }
}

.tab-panel--b .tab-panel--inside-bounds .tab-panel__tabs-container {
  display: flex;
  justify-content: center;
}

.tab-panel--b .tab-panel__content {
  margin-top: 38px;
}

.tab-panel__pc {
  background: white;
  background: linear-gradient(180deg, white 0%, whitesmoke 100%);
  padding-bottom: 62px;
  margin-bottom: 62px;
  text-align: center;
  position: relative;
}

@media (max-width: 767px) {
  .tab-panel__pc {
    position: relative;
    left: -30px;
    width: calc(100% + 60px);
    display: flex;
  }
}

.tab-panel__content--pc {
  margin-top: 0;
}

.tab-panel__content-wrapper--pc {
  top: -36px;
  position: relative;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .tab-panel__content-wrapper--pc {
    top: 0;
    margin-top: 160px;
  }

  .section--bg-black {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-academy img {
    max-width: 900px !important;
  }
}

.tab-panel__pc-bg {
  background-image: url("https://5115267.fs1.hubspotusercontent-na1.net/hubfs/5115267/pc.png");
}

@media (min-width: 1151px) {
  .tab-panel__pc-bg {
    width: 725px;
    height: 479px;
    margin: 0 auto 37px auto;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .tab-panel__pc-bg {
    width: 83.33333vw;
    height: 55.55556vw;
    background-size: cover;
    margin: auto;
    z-index: 1;
  }
}

.tab-panel__pc-image {
  position: absolute;
  opacity: 0;
  transition: all 0.4s;
  background-size: cover;
}

@media (min-width: 767px) {
  .tab-panel__pc-image {
    width: 548px;
    height: 336px;
    top: 25px;
    left: 50%;
    margin-left: -276px;
  }
}

@media (max-width: 767px) {
  .tab-panel__pc-image {
    width: 64.30556vw;
    height: 39.02778vw;
    top: 2.91667vw;
    left: 19.44444vw;
  }
}

.tab-panel__pc-image.active {
  opacity: 1;
}

.tab-panel--d {
  height: auto;
  border-bottom: 4px solid transparent;
  /*  @include desktop {
    > .span10 {
      margin-left: 8.33333% !important;
    }
  }*/
}

.tab-panel--d .tab-panel__tabs-wrapper {
  position: relative;
  left: -3px;
}

.tab-panel--d .tab-panel__tabs-wrapper--g {
  background: #f5f5f5;
}

.tab-panel--d .tab-panel__tabs-wrapper--g .tab-panel__arrow-left {
  background: #f5f5f5;
}

.tab-panel--d .tab-panel__tabs-wrapper--g .tab-panel__arrow-right {
  background: #f5f5f5;
}

@media (max-width: 767px) {
  .tab-panel--d .tab-panel__tabs-container {
    bottom: 0;
    flex-wrap: wrap;
    height: auto;
  }
}

@media (min-width: 767px) {
  .tab-panel--d .tab-panel__tabs-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    left: auto;
    top: 0;
  }
  .tab-panel--d .tab-panel__tabs-container .tab-panel__tab {
    flex-shrink: 1;
    flex-grow: 1;
    height: 70px;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
    line-height: 20px;
  }
  .tab-panel--d .tab-panel__tabs-container .tab-panel__tab:after {
    bottom: 0;
  }
}

.tab-panel--d .tab-panel__tabs-container.tab-panel__tabs-container-g {
  background: #f5f5f5;
}

.tab-panel--d .tab-panel__tabs-container.tab-panel__tabs-container-g .tab-panel__tab {
  color: #9c9e9f;
}

.tab-panel--d .tab-panel__tabs-container.tab-panel__tabs-container-g .tab-panel__tab.tab-panel__tab--active,
.tab-panel--d .tab-panel__tabs-container.tab-panel__tabs-container-g .tab-panel__tab:hover {
  color: #3e3d40;
}

.tab-panel--d .tab-panel--outside-bounds .tab-panel__tabs-container {
  padding-left: 30px;
  padding-right: 30px;
}

.tab-panel-wrapper--d .tab-panel__content {
  margin-top: 0;
}

.tab-panel-wrapper--d .tab-panel__content img {
  max-width: 100%;
}

.tab-panel--c {
  height: 530px;
  background-position: center;
}

.tab-panel--c .tab-panel__tabs-wrapper {
  position: relative;
}

.tab-panel--c .tab-panel--inside-bounds .tab-panel__tabs-container {
  display: flex;
  justify-content: center;
}

.tab-panel--c .tab-panel--outside-bounds .tab-panel__tabs-container {
  padding-left: 30px;
  padding-right: 30px;
}

.tab-panel--c__title {
  margin-top: 184px;
}

.tab-panel--c__title h2,
.tab-panel--c__title p {
  color: #ffffff;
  text-align: center;
}

@media (max-width: 767px) {
  .tab-panel--c__title {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
}

.tab-panel--c__text p {
  color: #ffffff;
  text-align: center;
  font-size: 17px;
  font-weight: 300;
  line-height: 30px;
}

@media (max-width: 767px) {
  .tab-panel--c__text {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
}

@media (max-width: 767px) {
  .tab-panel--c__products {
    display: block;
  }
}

.tab-panel--c__products a {
  color: #3e3d40;
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
  text-transform: uppercase;
  margin-left: 10px;
}

@media (max-width: 767px) {
  .tab-panel--c__products a {
    display: block;
    margin-top: 15px;
  }
}

.tab-panel--c__products-divider {
  color: #3e3d40;
  font-size: 16px;
  font-weight: 400;
  margin-left: 10px;
}

@media (max-width: 767px) {
  .tab-panel--c__products-divider {
    display: none;
  }
}

.row-fluid-wrapper[class*="force-full-width-section"] {
  /*  @media screen and (min-width: 924px) {
    .tab-panel--b {
      .tab-panel__tabs-wrapper {
        width: 924px;
        left: 50%;
        margin-left: -462px;
      }
    }
  }*/
  /*  .tab-panel__tabs-container {
    @media screen and (min-width: 1154px){
      width: 1154px;
      left: 50%;
      margin-left: -577px;
    }
  }

  .tab-panel__content-container {
    max-width: 1313px;
    margin: auto;
  }*/
}

@media screen and (min-width: 1154px) {
  .row-fluid-wrapper[class*="force-full-width-section"] .tab-panel--a .tab-panel__tabs-wrapper {
    width: 1154px;
    left: 50%;
    margin-left: -577px;
  }
  .row-fluid-wrapper[class*="force-full-width-section"] .tab-panel--a + .tab-panel__content-container {
    max-width: 1313px;
    margin: auto;
  }
}

.multiple-gallery--panel-c .swiper-pagination-bullets {
  bottom: 40px !important;
}

.accordion-module .accordion-tab {
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 25px;
}

.accordion-module .accordion-tab .video-cover {
  margin-bottom: 48px;
}

.accordion-module .accordion-header {
  margin-bottom: 15px;
}

.accordion-module .accordion-header__title {
  font-size: 14px;
  color: #3e3d40;
}

.accordion-module .accordion-header__sub-title {
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
}

.accordion-module .accordion-header__sub-title svg {
  transition: transform 0.3s;
  position: relative;
  top: 4px;
}

.accordion-module .accordion-content {
  padding-left: 20px;
}

.accordion-module .accordion-content img {
  max-width: 100%;
}

.accordion-module .accordion-tab--active .accordion-header__sub-title svg {
  transform: rotateZ(-180deg);
}

.breadcrumbs-wrapper {
  background: #f5f5f5;
  height: 32px;
}

@media (max-width: 1150px) {
  .breadcrumbs-wrapper {
    display: none;
  }
}

.breadcrumbs {
  color: #3e3d40;
  font-size: 13px;
  font-weight: 400;
  display: flex;
  list-style-type: none;
  align-items: center;
  justify-content: start;
  margin: 0;
  padding: 6px 0;
  background: #f5f5f5;
  width: 100%;
}

.breadcrumbs > li:not(:last-child):after {
  display: inline;
  content: ">";
  color: #9c9e9f;
  font-size: 13px;
  font-weight: 400;
  margin: 0 3px;
}

.breadcrumbs a {
  color: #9c9e9f;
  text-decoration: none;
}

.breadcrumbs a:hover {
  color: #3e3d40;
}

.product-menu {
  position: relative;
  width: 100% !important;
}

.product-menu.active .product-menu__title .svg-icon {
  transform: rotateX(-180deg);
}

.product-menu.fixed {
  top: 90px;
  z-index: 21;
  width: 100%;
  position: fixed !important;
  left: 0px !important;
}

@media (max-width: 767px) {
  .product-menu.fixed {
    top: 18.05556vw;
  }
}

.product-menu__spacer {
  height: 80px;
}

@media (max-width: 767px) {
  .product-menu__spacer {
    height: 10.41667vw;
  }
}

.product-menu__content {
  position: absolute;
  top: 600px;
  left: 0;
}

.product-menu__wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.product-menu__menu {
  width: 100%;
  text-align: center;
  justify-content: center !important;
  text-transform: uppercase;
  font-weight: 700 !important;
  margin: 0 !important;
}

.product-menu__menu .active-item {
  border-bottom: 4px solid #bed600 !important;
}

.product-menu__menu div:last-child {
  display: none !important;
}
.product-menu__menu > li a {
  font-size: 14px !important;
  font-weight: bold !important;
}
.product-menu__menu > li {
  margin: 0 20px !important;
  padding: 14px 0 10px 0;
  border-bottom: 4px solid #f6f6f6;
}

.product-menu__title {
  width: 100%;
  font-weight: bold !important;
  text-align: center;
  background-color: #dadada;
}

.product-menu-divider {
  width: 2px;
  height: 25px;
  background-color: #dadada;
}

@media (max-width: 767px) {
  .product-menu-divider {
    display: none !important;
  }

  .product-menu__menu {
    text-transform: none !important ;
    font-weight: 400 !important;
    margin: 0 !important;
  }

  .product-menu__menu .active-item {
    border-bottom: none !important;
  }

  .product-menu__menu > li a {
    font-size: 24px !important;
    font-weight: normal !important;
  }
  .product-menu__menu > li {
    margin: 0 !important;
    padding: 0 !important;
    border-bottom: none !important;
  }

  .product-menu__title {
    width: 100%;
    font-weight: bold !important;
    text-align: center;
    background-color: #dadada;
  }

  .product-menu__content {
    top: -160px;
  }
}

.product-menu__title {
  flex-grow: 1;
  color: #414042;
  font-size: 23px;
  font-weight: 500;
  padding: 8px 0;
}

.product-menu__title .svg-icon {
  position: absolute;
  top: 3.33333vw;
  right: 5.55556vw;
  display: none;
  transition: all 0.2s;
  transform: rotateX(0deg);
}

@media (max-width: 767px) {
  .product-menu__title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: #ebebeb;
    font-size: 5.55556vw;
    padding: 5vw 0 4.86111vw 0;
    line-height: 1;
  }
  .product-menu__title .svg-icon {
    display: block;
    font-size: 8.33333vw;
  }
}

.product-menu__menu {
  list-style-type: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding: 0;
}

@media (max-width: 767px) {
  .product-menu__menu {
    display: none;
    width: 100vw;
  }
}

.product-menu__menu > li {
  margin-left: 26px;
}

@media (max-width: 767px) {
  .product-menu__menu > li {
    margin-left: 0;
    background-color: #f5f5f5;
  }
}

.product-menu__menu > li a {
  color: #9c9e9f;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.product-menu__menu > li a:hover {
  color: #3e3d40;
}

@media (max-width: 767px) {
  .product-menu__menu > li a {
    background-color: #f5f5f5;
    width: 100%;
    text-align: center;
    display: block;
    font-size: 4.72222vw;
    padding: 5vw 0 5vw 0;
    border-bottom: 1px solid #cdcdcd;
    line-height: 1;
  }
}

.product-menu__menu > li.active-item a {
  color: #3e3d40;
}

.product-menu__bg {
  background: #ebebeb;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

@supports (backdrop-filter: none) {
  @media (min-width: 1151px) {
    .product-menu__bg {
      -webkit-backdrop-filter: blur(10px);
      backdrop-filter: blur(10px);
      background: rgba(245, 245, 245, 0.9);
    }
  }
}

.gray-card {
  background: #f5f5f5;
  color: #3e3d40;
  padding: 30px 60px;
  text-align: center;
  min-height: 235px;
}

@media (max-width: 767px) {
  .gray-card {
    margin-bottom: 5.55556vw;
    padding: 6.25vw 13.19444vw;
    height: auto;
    transform: none !important;
    opacity: 1 !important;
    position: relative;
    left: -30px;
    width: calc(100% + 60px);
  }
  .gray-card svg {
    height: 13.88889vw !important;
    width: 13.88889vw !important;
  }
}

.gray-card__image {
  margin-bottom: 7px;
}

.gray-card__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.1;
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .gray-card__title {
    font-size: 4.16667vw;
  }
}

.gray-card__text {
  font-size: 16px;
  line-height: 1.6rem;
}

@media (max-width: 767px) {
  .gray-card__text {
    font-size: 4.16667vw;
  }
}

@media (min-width: 767px) {
  .gray-card__row-1 {
    margin-bottom: 30px;
  }
}

@media (max-width: 1150px) {
  .list-image-text__item {
    margin-bottom: 8.33333vw;
  }
}

.list-image-text__image {
  height: 120px;
  text-align: center;
}

@media (max-width: 1150px) {
  .list-image-text__image {
    height: auto;
  }
}

.list-image-text__text {
  text-align: center;
  color: #3e3d40;
}

.list-flex-image-text {
  text-align: center;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1150px) {
  .list-flex-image-text {
    display: block;
  }
}

.list-flex-image-text__item {
  flex-grow: 1;
  text-align: center;
  max-width: 25%;
  width: auto;
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

@media (max-width: 1150px) {
  .list-flex-image-text__item {
    margin-bottom: 8.33333vw;
    max-width: 100%;
  }
}

.list-flex-image-text__cta {
  margin-top: 30px;
}

.list-flex-image-text__image {
  height: 80px;
  text-align: center;
}

@media (max-width: 1150px) {
  .list-flex-image-text__image {
    height: auto;
  }
}

.list-flex-image-text__title {
  font-weight: 700;
  line-height: 1;
  margin-bottom: 16px;
}

@media (min-width: 1151px) {
  .list-flex-image-text__title {
    font-size: 22px;
  }
}

/* variables */
/* macro, mixins, functions and other utils */
.question-steps__step-header {
  position: relative;
}

@media (max-width: 767px) {
  .question-steps__step-header {
    margin-bottom: 2.77778vw;
  }
}

.question-steps__step-title {
  text-align: center;
  color: #3e3d40;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 18px;
}

.question-steps__back {
  position: absolute;
  top: 8px;
  left: 0;
  color: #9c9e9f;
  font-size: 13px;
  font-weight: 400;
  display: none;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
}

.question-steps__back.active {
  display: flex;
}

.question-steps__back svg {
  font-size: 26px;
  line-height: 26px;
}

@media (max-width: 767px) {
  .question-steps__back {
    font-size: 16px;
  }
}

.question-steps__step-bar {
  height: 4px;
  width: 100%;
}

.question-steps__step-bar-advance {
  height: 4px;
  background-color: #bed600;
  width: 20%;
}

.question-steps__step-breadcrumbs {
  min-height: 35px;
  line-height: 35px;
  color: #9c9e9f;
  font-size: 13px;
  font-weight: 400;
  background-color: #f5f5f5;
  padding-left: 14px;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .question-steps__step-breadcrumbs {
    margin-bottom: 8.33333vw;
    min-height: 8.33333vw;
    line-height: 8.33333vw;
    font-size: 3.61111vw;
  }
}

.question-steps__breadcrumbs-steps {
  display: inline;
}

.question-steps__breadcrumbs-step {
  text-decoration: underline;
  color: #9c9e9f;
  cursor: pointer;
  display: inline;
}

.question-steps__breadcrumbs-step:last-of-type {
  color: #3e3d40;
}

.question-steps__step-breadcrumbs-content {
  display: none;
}

.question-steps__step-breadcrumbs-prev {
  text-decoration: underline;
}

.question-steps__step-breadcrumbs-current {
  text-decoration: underline;
  color: #3e3d40;
}

.question-steps__steps {
  width: 100%;
  overflow-x: hidden;
  position: relative;
}

.question-steps__step-item {
  width: 100%;
  display: none;
}

.question-steps__step-item.active {
  display: block;
}

.question-steps__question {
  color: #3e3d40;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 38px;
  text-align: center;
}

.question-steps__step-answers {
  display: grid;
  grid-row-gap: 28px;
  grid-column-gap: 28px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

@media (max-width: 767px) {
  .question-steps__step-answers {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 3.88889vw;
    grid-column-gap: 3.88889vw;
  }
}

.question-steps__answer {
  border: 1px solid #dcdcdc;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 30px;
  text-align: center;
  line-height: 16px;
}

.question-steps__answer:hover,
.question-steps__answer:focus {
  border-color: #3e3d40;
  font-weight: 500;
}

@media (max-width: 767px) {
  .question-steps__answer {
    padding: 4.16667vw;
    line-height: 4.16667vw;
  }
}

.question-steps__next {
  text-align: center;
}

.question-steps__result {
  border: 1px solid #d7d7d6;
  padding: 30px;
  display: flex;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .question-steps__result {
    margin-bottom: 4.16667vw;
  }
}

.question-steps__result:last-of-type {
  margin-bottom: 0;
}

.question-steps__result-title {
  color: #414042;
  font-size: 40px;
  font-weight: 500;
  line-height: 60px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

@media (min-width: 1151px) {
  .question-steps__result-texts-wrapper {
    flex-grow: 1;
    display: flex;
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .question-steps__result-texts-wrapper {
    max-width: none;
    flex-direction: column;
  }
}

@media (min-width: 1151px) {
  .question-steps__result-texts {
    width: 50%;
    width: calc(50% - 1.282051282%);
    margin-right: 1.282051282%;
  }
}

@media (max-width: 767px) {
  .question-steps__result-texts {
    width: 100%;
  }
}

@media (min-width: 1151px) {
  .question-steps__result-text1 {
    flex-grow: 1;
    max-width: 50%;
    padding-right: 1.282051282%;
  }
}

@media (max-width: 767px) {
  .question-steps__result-text1 {
    max-width: none;
    margin-bottom: 4.16667vw;
  }
}

@media (min-width: 1151px) {
  .question-steps__result-text2 {
    flex-grow: 1;
    max-width: 50%;
    font-weight: 700;
    padding-left: 1.282051282%;
  }
}

@media (max-width: 767px) {
  .question-steps__result-text2 {
    max-width: none;
    margin-bottom: 8.33333vw;
  }
}

.question-steps__result-img img {
  width: 100%;
}

@media (min-width: 1151px) {
  .question-steps__result-img {
    flex-grow: 1;
    width: 50%;
    width: calc(50% - 1.282051282%);
    margin-left: 1.282051282%;
  }
}

@media (max-width: 767px) {
  .question-steps__result-img {
    display: none;
    max-width: none;
  }
}

.question-steps__result-img-mobile {
  display: none;
}

@media (max-width: 767px) {
  .question-steps__result-img-mobile {
    display: block;
    margin-bottom: 4.16667vw;
  }
}

@media (max-width: 767px) {
  .question-steps__result-cta {
    text-align: center;
  }
}

/* variables */
/* macro, mixins, functions and other utils */
.cards-big {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 88px 20px;
  background: #bed600;
  text-align: center;
}

@media (max-width: 767px) {
  .cards-big {
    position: relative;
    left: -30px;
    width: calc(100% + 60px);
    padding: 12.22222vw 2.77778vw;
  }
}

.cards-big.cards-big--dark {
  background: #3e3d40;
  color: white;
}

.cards-big.cards-big--dark .fake-cta_button {
  color: white;
}

.cards-big__title {
  font-family: Roboto;
  font-size: 40px;
  font-weight: 400;
  line-height: 47px;
  flex-grow: 1;
}

@media (min-width: 1151px) {
  .cards-big__title {
    min-height: 187px;
  }
}

@media (max-width: 767px) {
  .cards-big__title {
    font-size: 6.25vw;
    line-height: 7.36111vw;
    margin-bottom: 4.86111vw;
  }
}

.simple-rows-table {
  width: 100%;
}

.simple-rows-table__close-section {
  cursor: pointer;
  transition: transform 0.3s;
}

.simple-rows-table__row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 14px 29px;
  border-bottom: 1px solid #dcdcdc;
}

.simple-rows-table__row p {
  margin-bottom: 0;
}

.simple-rows-table__row--is-title {
  position: relative;
  background-color: #f5f5f5;
  border-bottom: 0;
  top: -1px;
}

.simple-rows-table__row--is-title p {
  font-weight: bold;
}

.simple-rows-table__row--is-heading {
  background-color: #3e3d40;
  color: #ffffff;
}

body[data-hs-dragdrop="true"] .simple-rows-table__section {
  display: block !important;
}

/* variables */
.success-story {
  border: 1px solid #b3b3b3;
  position: relative;
  transition: color 0.3s, background-color 0.3s, box-shadow 0.3s;
  display: flex !important;
  justify-content: space-between;
  padding: 60px;
}

@media (max-width: 767px) {
  .success-story {
    flex-direction: column;
  }
}

.success-story__brand-name {
  font-size: 26px;
  line-height: 28px;
  font-weight: 400;
}

.success-story__industry {
  font-weight: 400;
  line-height: 22px;
  font-size: 20px;
  margin-top: 6px;
}

.success-story__text {
  margin-top: 14px;
}

.success-story__link {
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.32px;
  font-weight: bold;
  text-align: center;
  padding-left: 12px;
  padding-right: 12px;
}

.success-story__link a {
  text-transform: none;
  color: #3e3d40;
}

.success-story__link a:hover {
  text-transform: none;
}

.success-story__cta {
  margin-top: 24px;
  width: 100%;
}

@media (min-width: 767px) {
  .success-story__cta {
    text-align: left;
  }
}

.success-story__description {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

@media (max-width: 767px) {
  .success-story__description {
    order: 2;
    text-align: center;
    margin-top: 15px;
  }
}

@media (min-width: 767px) {
  .success-story__description {
    max-width: 50%;
    padding-right: 80px;
  }
}

.success-story__image {
  display: flex;
}

@media (max-width: 767px) {
  .success-story__image {
    width: 100%;
  }
}

@media (min-width: 767px) {
  .success-story__image {
    width: 50%;
  }
}

.success-story img {
  padding: 10px 0;
}

.success-story:hover {
  color: #ffffff;
  box-shadow: -11px 11px 20px rgba(0, 0, 0, 0.3);
  background-color: #3c3c3c;
}

.success-story:hover a {
  color: #ffffff;
}

.success-story:hover .cta_button.button-primary {
  border-color: #ffffff;
}

.success-story:hover .cta_button__textWrap {
  color: #ffffff;
}

@media (max-width: 767px) {
  .success-story {
    color: #ffffff;
    background-color: #3c3c3c;
    position: relative;
    left: -30px;
    width: calc(100% + 60px) !important;
  }
  .success-story a {
    color: #ffffff;
  }
  .success-story .cta_button.button-primary {
    border-color: #ffffff;
  }
  .success-story .cta_button {
    color: #ffffff;
  }
}

.space-module {
  display: block;
  height: 10px;
}

.space-module.space-module--mobile {
  display: none;
}

@media (max-width: 767px) {
  .space-module {
    display: none;
  }
  .space-module.space-module--mobile {
    display: block;
  }
}

/* variables */
.three-column-cards__card {
  border: 1px solid #b6b6b5;
  padding: 42px;
  position: relative;
  cursor: pointer;
}

@media (min-width: 767px) {
  .three-column-cards__card {
    height: 446px;
  }
}

@media (max-width: 767px) {
  .three-column-cards__card {
    padding-bottom: 100px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .three-column-cards__card {
    margin: 0px !important;
  }

  .about-us-internationalization {
    height: 100% !important;
    padding: 0 20px;
    text-align: center;
  }

  .assistenza-blue-section {
    background-image: none !important;
  }
  .assistenza-blue-section__eye {
    display: block !important;
  }

  .get-app-buttons {
    justify-content: center;
  }
  .text-center-sm,
  .assistenza-blue-section__content {
    text-align: center;
  }

  .assistenza_list-wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}

.three-column-cards__title {
  color: #414042;
  font-size: 56px;
  font-weight: 500;
  line-height: 60px;
  text-transform: uppercase;
  letter-spacing: -1px;
}

.three-column-cards__link--centered {
  width: 100%;
  display: flex;
  justify-content: center;
}

.three-column-cards__link {
  position: absolute !important;
  bottom: 42px;
}

@media (max-width: 767px) {
  .three-column-cards__card:not(:last-child) {
    margin-bottom: 30px;
  }
}

/* variables */
.left-text-chart-right-picture {
  position: relative;
  margin-top: 32px;
  margin-bottom: 32px;
  height: 340px !important;
}

.left-text-chart-right-picture__bar {
  position: relative;
  height: 1px;
  background-color: #cbcbcb;
}

.left-text-chart-right-picture__tick {
  position: absolute;
  display: block;
  width: 1px;
  height: 11px;
  top: -5px;
  background-color: #cbcbcb;
}

.left-text-chart-right-picture__titles-container {
  display: flex;
  justify-content: space-between;
}

.left-text-chart-right-picture__title {
  font-weight: bold;
  font-size: 18px;
}

.left-text-chart-right-picture__bar {
  margin-top: 25px;
}

.left-text-chart-right-picture__bar::before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 40px;
  top: -30px;
  background-color: #cbcbcb;
}

.left-text-chart-right-picture__bar::after {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 40px;
  top: -30px;
  right: 0;
  background-color: #cbcbcb;
}

.left-text-chart-right-picture__measure-bar {
  height: 19px;
  top: -19px;
  display: inline-block;
  position: absolute;
}

.left-text-chart-right-picture__measure-bar::before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 40px;
  top: -10px;
  left: 0;
  background-color: #cbcbcb;
}

.left-text-chart-right-picture__measure-bar::after {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 40px;
  top: -10px;
  right: -1px;
  background-color: #cbcbcb;
}

.left-text-chart-right-picture__measure-left-bar {
  background-color: #d0d0d0;
}

.left-text-chart-right-picture__measure-center-bar {
  background-color: #9d9d9c;
}

.left-text-chart-right-picture__measure-right-bar {
  background-color: #706f6f;
}

.left-text-chart-right-picture__measure-2-bar {
  background-color: #bed600;
}

.left-text-chart-right-picture__labels-container {
  display: flex;
  margin-top: 24px;
}

.left-text-chart-right-picture__label {
  text-align: center;
  position: relative;
}

.left-text-chart-right-picture__label svg {
  position: absolute;
  top: 10px;
}

.left-text-chart-right-picture__label p {
  line-height: 1.3em;
}

.left-text-chart-right-picture__chevron {
  position: absolute;
}

.left-text-chart-right-picture__right-column {
  display: flex !important;
  flex-direction: column;
}

.left-text-chart-right-picture__right-column img {
  margin: auto;
}

.left-text-chart-right-picture__highlighted_label {
  background-color: #505050;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  padding: 16px 25px;
  width: auto;
  display: inline-block;
}

@media (max-width: 767px) {
  .left-text-chart-right-picture {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .left-text-chart-right-picture__right-column {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .left-text-chart-right-picture__chart {
    transform-origin: left top;
  }
}

/* variables */
.blog-last-articles {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.blog-last-articles__post {
  display: flex;
  margin-top: 60px;
  margin-left: 55px;
  margin-right: 55px;
}

@media (max-width: 767px) {
  .blog-last-articles__post {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }
}

.blog-last-articles__post-image {
  text-align: center;
  width: 61%;
  background-size: cover;
  background-position: center;
}

@media (max-width: 767px) {
  .blog-last-articles__post-image {
    width: 100%;
    height: 36.11111vw;
  }
}

.blog-last-articles__post-image img {
  width: 100%;
}

.blog-last-articles__post-content {
  width: 39%;
  background-color: white;
}

@media (max-width: 767px) {
  .blog-last-articles__post-content {
    width: 100%;
  }
}

.blog-last-articles__post-header {
  background-color: #505050;
  display: flex;
  justify-content: space-between;
  padding: 16px 28px;
}

.blog-last-articles__post-publish_date {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
}

.blog-last-articles__post-topic {
  opacity: 0.5;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
}

.blog-last-articles__post-body {
  padding: 30px;
  border-bottom: 4px solid #505050;
}

.blog-last-articles__post-title {
  color: #505050;
  font-family: "Playfair Display";
  font-size: 30px;
  font-weight: 400;
  line-height: 35px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.blog-last-articles__post-summary {
  margin-top: 20px;
  color: #505050;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.32px;
  height: 98px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.blog-last-articles__post-link {
  margin-top: 32px !important;
}

/* variables */
.industries-list__text {
  margin-bottom: 30px;
  margin-left: 0;
}

.industries-list__text p {
  margin-bottom: 0 !important;
}

.industries-list__menu {
  background-color: white;
}

@media (min-width: 767px) {
  .industries-list__menu {
    position: absolute;
    margin-left: 0;
    left: 58.33333%;
    width: calc(16.66667% + 30px) !important;
    bottom: 150px;
    padding-bottom: 16px;
  }
}

@media (max-width: 767px) {
  .industries-list__menu {
    display: block;
    height: auto;
    padding-top: 4.16667vw;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .industries-list__text {
    margin-bottom: 50px;
  }
  .industries-list__menu {
    bottom: 130px;
  }
}

.industries-list__menu ul {
  list-style: none;
}

.industries-list__menu ul li {
  display: flex;
  justify-content: space-between;
  padding-right: 20px;
  margin-bottom: 4px;
}

.industries-list__menu ul li a {
  color: #0e1a24;
  text-decoration: none;
  transition: color 0.3s;
}

.industries-list__menu ul li svg {
  height: 24px;
  width: 22px;
  transition: color 0.3s;
  flex: 0 0 22px;
}

.industries-list__menu ul li:hover a,
.industries-list__menu ul li:hover svg {
  color: #bed600;
}

.industries-parallax {
  position: relative;
}

@media (min-width: 767px) {
  .industries-parallax {
    margin-left: 0;
    height: 395px;
  }
}

@media (max-width: 767px) {
  .industries-parallax {
    height: auto;
    padding-top: 27.77778vw;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

/* variables */
.multiple-gallery {
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.multiple-gallery .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.multiple-gallery .swiper-slide img {
  opacity: 0;
  transition: opacity 0.5s, transform 0.5s;
  margin-bottom: 60px;
}

.multiple-gallery .swiper-button-prev,
.multiple-gallery .swiper-button-next {
  top: calc(50% - 40px);
}

.multiple-gallery .swiper-slide-prev img,
.multiple-gallery .swiper-slide-next img {
  opacity: 0.5;
  transform: scale(1);
}

@media (max-width: 767px) {
  .multiple-gallery {
    left: -30px;
    width: calc(100% + 60px) !important;
    /*    .swiper-button-prev {
      left: -10px;
    }

    .swiper-button-next {
      right: -10px;
    }*/
  }
  .multiple-gallery .swiper-button-prev svg,
  .multiple-gallery .swiper-button-next svg {
    height: 6.94444vw;
  }
}

.multiple-gallery .swiper-slide-active img {
  opacity: 1;
}

.multiple-gallery .slider__image {
  max-width: none;
}

.multiple-gallery.swiper-container .swiper-slide {
  text-align: center;
}

.multiple-gallery.multiple-gallery--m .swiper-slide {
  padding-bottom: 0px;
}

@media (max-width: 767px) {
  .multiple-gallery.multiple-gallery--m .swiper-slide img {
    width: 70% !important;
  }
}

.multiple-gallery.multiple-gallery--m .swiper-slide.swiper-slide-active .slider__caption {
  opacity: 1;
}

.multiple-gallery.multiple-gallery--m .slider__caption {
  text-align: center;
  opacity: 0;
  transition: all 0.4s;
  position: absolute;
  width: 100%;
  bottom: -30px;
}

.multiple-gallery.multiple-gallery--m.swiper-container .swiper-pagination-bullets {
  bottom: 80px;
  display: flex;
  padding-left: 83px;
  padding-right: 83px;
}

.multiple-gallery.multiple-gallery--m.swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
  flex-grow: 1;
  width: auto;
  position: relative;
}

.multiple-gallery.multiple-gallery--m.swiper-container .swiper-pagination-bullets .swiper-pagination-bullet:after {
  content: "";
  position: absolute;
  background-color: #cad402;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transition: transform 1s;
  transform-origin: left;
}

.multiple-gallery.multiple-gallery--m.swiper-container
  .swiper-pagination-bullets
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ebecec !important;
}

.multiple-gallery.multiple-gallery--m.swiper-container
  .swiper-pagination-bullets
  .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  transform: scaleX(1);
}

.swiper-container.has-1-slides .swiper-pagination-bullets {
  display: none;
}

.swiper-container.has-1-slides .swiper-button-prev,
.swiper-container.has-1-slides .swiper-button-next {
  display: none;
}

@media (min-width: 1151px) {
  .success-stories-gallery-wrapper.has-2-slides .swiper-pagination-bullets {
    display: none;
  }
  .success-stories-gallery-wrapper.has-2-slides .swiper-button-prev,
  .success-stories-gallery-wrapper.has-2-slides .swiper-button-next {
    display: none;
  }
}

.anchor {
  display: block;
  position: relative;
  top: -140px;
  visibility: hidden;
}

/* variables */
/* macro, mixins, functions and other utils */
.video-gallery__tabs-container {
  background-color: white;
  padding: 18px 0;
  margin-bottom: 5px;
  overflow: hidden;
  height: 60px;
  position: relative;
}

.video-gallery__tabs-container.tab-panel--outside-bounds {
  padding-right: 30px;
  padding-left: 30px;
}

.video-gallery__tabs-container .tab-panel__arrow-left {
  height: 60px;
}

.video-gallery__tabs-container .tab-panel__arrow-left svg {
  top: 21px;
}

@media (max-width: 767px) {
  .video-gallery__tabs-container .tab-panel__arrow-left {
    background-color: white;
  }
}

.video-gallery__tabs-container .tab-panel__arrow-right {
  height: 60px;
}

.video-gallery__tabs-container .tab-panel__arrow-right svg {
  top: 21px;
}

@media (max-width: 767px) {
  .video-gallery__tabs-container .tab-panel__arrow-right {
    background-color: white;
  }
}

.video-gallery__tabs-wrapper {
  position: absolute;
  transition: transform 0.3s;
}

.video-gallery__tab {
  position: relative;
  margin-left: 32px;
  margin-right: 32px;
  color: #9c9e9f;
  cursor: pointer;
  display: inline-block;
}

.video-gallery__tab:after {
  display: block;
  content: "";
  position: absolute;
  bottom: -9px;
  left: 0;
  width: 100%;
  height: 4px;
}

.video-gallery__tab--active {
  color: #3e3d40;
}

.video-gallery__tab--active:after {
  background-color: #bed600;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-player__playing {
  margin-bottom: 1em;
}

.video-gallery__thumbs-title {
  padding: 18px 12px;
  text-align: center;
  background-color: #1e1e1e;
  color: white;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.video-gallery__scrollable-area {
  height: 500px;
  overflow: auto;
  position: relative;
}

.video-gallery__scrollable-area img {
  max-width: 100%;
  height: auto;
}

.video-gallery__scrollable-area .video-thumb {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 56%;
  margin-bottom: 0.375em;
  cursor: pointer;
}

.video-gallery__scrollable-area .video-thumb:not(:last-child) {
  margin-right: 2%;
}

.video-gallery__scrollable-area .video-thumb.active {
  cursor: default;
}

.video-gallery__scrollable-area .video-thumb:before,
.video-gallery__scrollable-area .video-thumb:after {
  display: block;
  position: absolute;
  transition: all 250ms ease-out;
  z-index: 1;
}

.video-gallery__scrollable-area .video-thumb:before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
}

.video-gallery__scrollable-area .video-thumb.active:before {
  background: rgba(255, 255, 255, 0.75);
}

.video-gallery__scrollable-area .video-thumb:not(.active):hover:before {
  background: rgba(255, 255, 255, 0.3);
}

.video-gallery__scrollable-area .video-thumb img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

@media (max-width: 767px) {
  .video-gallery__playlists {
    display: none !important;
  }
  .video-player {
    position: relative;
    left: -58px;
    width: calc(100% + 93px) !important;
  }
  .video-gallery__tab {
    width: 80vw;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }
  .video-gallery__tab--active::after {
    background-color: transparent !important;
  }
}

.bold-texts-columns {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

@media (max-width: 767px) {
  .bold-texts-columns {
    flex-direction: column;
    align-items: stretch;
  }
}

.bold-texts-columns__item {
  color: #3e3d40;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 19px;
  text-align: center;
  min-height: 120px;
  border-right: 1px solid #505050;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px;
  flex-shrink: 1;
}

.bold-texts-columns__item:last-of-type {
  border-right: none;
}

@media (max-width: 767px) {
  .bold-texts-columns__item:last-of-type {
    border-bottom: 0;
  }
}

@media (max-width: 767px) {
  .bold-texts-columns__item {
    border-right: none;
    border-bottom: 1px solid #505050;
    min-height: 0;
  }
}

/* variables */
/* macro, mixins, functions and other utils */
.professional-path {
  display: flex;
}

@media (max-width: 767px) {
  .professional-path {
    flex-direction: column;
  }
}

.professional-path__step {
  position: relative;
}

@media (min-width: 767px) {
  .professional-path__step {
    flex-grow: 1;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .professional-path__step {
    display: flex;
    min-height: 40px;
  }
  .professional-path__step .hs_cos_wrapper_type_inline_text {
    position: relative;
    width: 90%;
    left: 10%;
  }
}

@media (min-width: 767px) {
  .professional-path__step--1 .professional-path__line {
    width: 50%;
    margin-left: 50%;
  }
}

@media (min-width: 767px) {
  .professional-path__step--2 .professional-path__line {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 767px) {
  .professional-path__step--3 .professional-path__line {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .professional-path__step--3 .professional-path__line {
    background-color: transparent;
  }
}

.professional-path__line {
  background-color: #3e3d40;
  position: relative;
}

@media (min-width: 767px) {
  .professional-path__line {
    height: 1px;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .professional-path__line {
    width: 1px;
  }
}

.professional-path__line svg {
  position: absolute;
  width: 12px;
  height: 22px;
}

@media (min-width: 767px) {
  .professional-path__line svg {
    top: -10.5px;
  }
}

@media (max-width: 767px) {
  .professional-path__line svg {
    transform: rotate(90deg);
    left: -5px !important;
    bottom: -5px !important;
  }
}

.professional-path__circle {
  position: absolute;
  top: -11px;
  width: 22px;
  height: 22px;
  border: 1px solid #3e3d40;
  background-color: white;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .professional-path__circle {
    top: 0;
  }
}

.professional-path__circle::after {
  content: "";
  position: absolute;
  background-color: #bed600;
  height: 12px;
  width: 12px;
  top: 4px;
  left: 4px;
  border-radius: 50%;
}

.centered-icon {
  text-align: center;
}

.add-to-calendar-button {
  font-size: 12px !important;
  position: relative;
}

.add-to-calendar-button:hover .add-to-calendar-links {
  display: block;
}

.add-to-calendar-links {
  position: absolute;
  width: calc(100% + 2px);
  top: 100%;
  z-index: 1;
  left: -1px;
  display: none;
}

.add-to-calendar-links a {
  display: block;
  color: #0e1a24;
  font-size: 11px !important;
  padding: 8px 0;
  text-decoration: none;
  background-color: whitesmoke;
  border: 1px solid whitesmoke;
}

.add-to-calendar-links a:hover {
  background-color: #bed600;
  border: 1px solid #bed600;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 767px) {
  .section {
    padding-top: 11.11111vw;
    padding-bottom: 11.11111vw;
  }
}

@media (max-width: 1150px) {
  .section.section.section--full-on-mobile {
    margin-left: -5.55556vw;
    margin-right: -5.55556vw;
    padding-left: 5.55556vw;
    padding-right: 5.55556vw;
  }
}

.section--bg-black,
.section--bg-blue-dark {
  background-color: #0e1a24;
  color: #ffffff;
}

.section--bg-blue {
  background-color: #001427;
  color: white;
}

.section--bg-blue.section--bg-blue {
  background-color: #001427;
}

.section--bg-black.section--bg-blue-dark,
.section--bg-blue-dark.section--bg-blue-dark {
  background-color: #0e1a24;
}

.section--bg-black h2,
.section--bg-black h3,
.section--bg-black .title-thin-small,
.section--bg-blue h2,
.section--bg-blue h3,
.section--bg-blue h4,
.section--bg-blue .title-thin-small,
.section--bg-blue-dark h2,
.section--bg-blue-dark h3,
.section--bg-blue-dark .title-thin-small {
  color: #ffffff;
}

.section--bg-black button.button--transparent,
.section--bg-black .button.button--transparent,
.section--bg-black .cta_button.button-primary,
.section--bg-black .fake-cta_button.button-primary,
.section--bg-black .cta_button.button-primary,
.section--bg-blue button.button--transparent,
.section--bg-blue .button.button--transparent,
.section--bg-blue .cta_button.button-primary,
.section--bg-blue .fake-cta_button.button-primary,
.section--bg-blue .cta_button.button-primary,
.section--bg-blue-dark button.button--transparent,
.section--bg-blue-dark .button.button--transparent,
.section--bg-blue-dark .cta_button.button-primary,
.section--bg-blue-dark .fake-cta_button.button-primary,
.section--bg-blue-dark .cta_button.button-primary {
  color: white;
  border-color: white;
}

.section--bg-gray {
  background-color: #f5f5f5;
  color: #414042;
}

.section--bg-gray h1,
.section--bg-gray h2,
.section--bg-gray h3,
.section--bg-gray .title-widget {
  color: #414042;
}

.section--gray {
  background: #f5f5f5;
}

.spacer {
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .spacer {
    margin-bottom: 11.11111vw;
  }
}

.make-full-row,
div[class*="force-full-width-section"] {
  max-width: 100% !important;
}

@media (max-width: 1150px) {
  .make-full-row,
  div[class*="force-full-width-section"] {
    position: relative;
    left: -5.55556vw !important;
    width: 100vw !important;
    max-width: 100vw !important;
    padding-left: 5.55556vw;
    padding-right: 5.55556vw;
  }
}

@media (max-width: 767px) {
  div[class*="force-full-width-section"] {
    padding-left: 0;
    padding-right: 0;
  }
  div[class*="force-full-width-section"] > .row-fluid > .span12 {
    padding-left: 5.55556vw;
    padding-right: 5.55556vw;
  }
}

.section-title {
  text-align: center;
}

.section-title h2 {
  font-size: 56px;
  font-weight: 500;
  line-height: 60px;
  color: #414042;
}

@media (max-width: 767px) {
  .section-title h2 {
    font-size: 7.77778vw;
    line-height: 8.33333vw;
  }
}

.section-title p {
  font-size: 17px;
  font-weight: 300;
  line-height: 30px;
  color: #414042;
  max-width: 854px;
  margin: 45px auto 15px auto;
}

.section-title--light h2 {
  color: #3e3d40;
  font-size: 60px;
  font-weight: 200;
  line-height: 65px;
}

@media (max-width: 767px) {
  .section-title--light h2 {
    font-size: 9.02778vw !important;
    line-height: 10.13889vw;
    margin-bottom: 4.86111vw;
  }
}

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

.list-fixed-section h3 {
  text-align: center;
  margin-bottom: 50px;
}

.list-fixed-section__item {
  text-align: center;
}

/* variables */
/* macro, mixins, functions and other utils */
.gray-section {
  background: #f5f5f5;
}

.gray-section .title-thin {
  text-align: center;
  color: #505050;
  margin-bottom: 30px;
  line-height: 85px;
}

@media (max-width: 767px) {
  .gray-section .title-thin {
    line-height: 11.80556vw;
  }
}

.gray-section__texts {
  display: flex;
  align-items: flex-end;
}

@media (max-width: 767px) {
  .gray-section__texts .span6 {
    margin-top: 30px;
  }
}

.gray-section__texts h3 {
  margin-bottom: 0;
  font-weight: 400;
}

@media (max-width: 1150px) {
  .gray-section__texts {
    display: block;
    margin-bottom: 10px;
  }
}

.offset-section__box-wrapper {
  margin-bottom: -96px;
  transform: translateX(7px);
}

@media (max-width: 767px) {
  .offset-section__box-wrapper {
    transform: none;
    margin-bottom: 0;
  }
}

.offset-section {
  position: relative;
  margin-bottom: -96px;
  z-index: 10;
}

.offset-section__box,
.right_text_offsection {
  background: white;
  position: relative;
  z-index: 10;
  padding: 26px 30px;
}

@media (max-width: 767px) {
  .offset-section__box,
  .right_text_offsection {
    padding: 4.16667vw 0 0 0;
    transform: none !important;
  }
}

.offset-section__image {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .offset-section__image img {
    max-width: 100%;
    height: auto;
  }
}

.offset-section__header {
  height: 449px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .offset-section__header {
    height: 44.44444vw;
    position: relative;
    left: -30px;
    width: calc(100% + 60px);
  }
}

.offset-section__header-bg {
  height: 150%;
  position: relative;
  top: -75%;
}

@media (max-width: 767px) {
  .offset-section__header-bg {
    top: 0;
    height: 100%;
    background-size: cover;
    transform: none !important;
  }
}

.offset-section__mobile-header {
  display: none;
  /* @include mobile {
    display: block;
    }*/
}

.row-fluid-wrapper[class*="force-full-width-section"] .offset-section__header-bg {
  background-size: cover;
  background-position: center;
}

.row-fluid-wrapper[class*="force-full-width-section"] .offset-section__content {
  max-width: 1313px;
  margin: auto;
}

.separator,
hr {
  position: relative;
  display: block;
  width: 100% !important;
  height: 1px !important;
  background: #dcdcdc !important;
  border: none !important;
  z-index: 5;
}

.separator {
  margin-top: 2px;
  margin-bottom: 2px;
}

/* variables */
/* macro, mixins, functions and other utils */
.list-flex-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  padding: 52px 0 50px 0;
  overflow: hidden;
}

.list-flex-section > * {
  max-width: 30%;
  flex-grow: 1;
}

.list-flex-section > *:not(:last-child) {
  padding-right: 20px;
}

@media (max-width: 1150px) {
  .list-flex-section {
    display: block;
    padding: 8.33333vw 7.63889vw;
    text-align: center;
  }
  .list-flex-section > * {
    max-width: 100%;
    margin-top: 8.33333vw;
    margin-bottom: 8.33333vw;
  }
  .list-flex-section > *:not(:last-child) {
    padding-right: 0px;
    margin-bottom: 2.77778vw;
  }
}

.centered-section {
  text-align: center;
}

.two-column-cards__card {
  background: white;
  padding: 60px 40px 40px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 767px) {
  .two-column-cards__card {
    padding: 4.16667vw;
    margin-left: 4.16667vw;
    margin-right: 4.16667vw;
    margin-bottom: 4.16667vw;
  }
}

.two-column-cards__icon {
  margin-bottom: 17px;
}

.two-column-cards__title {
  font-size: 40px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .two-column-cards__title {
    margin-bottom: 4.16667vw;
  }
}

.two-column-cards__subtitle {
  font-weight: 700;
  line-height: 1;
}

.two-column-cards__text {
  flex-grow: 1;
  margin-bottom: 76px;
  font-weight: 400;
}

@media (max-width: 767px) {
  .two-column-cards__text {
    margin-bottom: 10.55556vw;
  }
}

.two-column-cards__text p {
  font-weight: 400;
}

/* variables */
/* macro, mixins, functions and other utils */
.assistenza-figures {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin-bottom: 20px;
}

.assistenza-figures > .title-widget {
  margin-left: 18px;
}

.section--bg-black svg path {
  fill: white;
}

.assistenza-rich-text h2 {
  margin-bottom: 10px;
}

.assistenza_list-wrapper {
  margin-top: 70px;
}
.assistenza_list-wrapper.mt-0 {
  margin-top: 0;
}

.assistenza_list-wrapper .assistenza_list svg {
  height: 34px;
  max-width: 60px;
}

@media (max-width: 767px) {
  .assistenza_list-wrapper {
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .assistenza_list-wrapper .assistenza_list {
    min-width: 50%;
    max-width: 50%;
    padding: 10px;
  }
}

.assistenza_list {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
}

.assistenza_list > img,
.assistenza_list > .widget-type-linked_image {
  margin-right: 38px;
}

.assistenza_list.assistenza_list--underlined {
  font-weight: 700;
  text-decoration: underline;
  margin-bottom: 8px;
  top: -80px;
}

.assistenza_post_vendita_cta {
  position: relative;
  top: -50px;
  left: 20px;
}

.assistenza__black-box-wrapper {
  margin-top: -90px !important;
  position: relative;
}

.assistenza__black-box {
  padding: 30px;
  background: #0e1a24;
  transform: translate3d(0px, 0px, 0px);
}

.assistenza-figures__cta {
  /* padding-bottom: 80px; */
}

@media (max-width: 767px) {
  .assistenza-figures__cta {
    padding-top: 8.33333vw;
    /* padding-bottom: 11.11111vw; */
  }
}

.assistenza-figure-text {
  text-align: center;
}

@media (max-width: 767px) {
  .assistenza-figure-text {
    text-align: center;
  }
}

.assistenza_supporto_cta {
  text-align: right;
}

@media (max-width: 767px) {
  .assistenza_supporto_cta {
    text-align: center;
    margin: 8.33333vw 0;
  }
}

.assistenza-blue-section {
  background-color: #0e1a24;
  background-position: 24% 130px;
  background-size: 830px;
  background-repeat: no-repeat;
  min-height: 465px;
  color: white;
}

@media (max-width: 767px) {
  .assistenza-blue-section {
    background-image: none !important;
  }
}

.assistenza_assistenza_imgbottom {
  margin: 60px 0 0 0;
}

@media (max-width: 767px) {
  .assistenza_assistenza_imgbottom {
    margin: 8.33333vw 0;
  }
}

.assistenza-blue-section__eye {
  display: flex;
  align-items: center;
  margin-bottom: 45px;
}

.assistenza-blue-section__eye > .widget-type-linked_image {
  margin-right: 27px;
}

.assistenza-blue-section__eye h2 {
  margin-bottom: 0;
  font-size: 2em;
}

.assistenza-border-tp {
  border-top: 1px solid #6d757c;
}

.assistenza-blue-section__content {
  padding-top: 80px;
  min-height: 495px;
}

.assistenza-help-section__separator {
  margin-top: 80px;
  margin-bottom: 80px;
  height: 1px;
  width: 100%;
  background-color: #6d757c;
}

.get-app-buttons {
  position: relative;
  top: 0 !important;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
}

.get-app-buttons a:nth-child(2) img {
  top: -10px !important;
}

@media (max-width: 767px) {
  .assistenza-blue-section__content {
    padding-top: 40px;
    /* min-height: 495px; */
  }
  .assistenza-help-section__separator {
    margin-top: 11.11111vw;
    margin-bottom: 11.11111vw;
  }
}

/* Assistenza 2023 */
.assistenza-square-info {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  background: #3c3c3b;
  color: white;
}

.assistenza-square-info.green {
  background: #bed600;
  color: #3e3d40;
}

.assistenza-square-info .title {
  font-size: 2.5em;
  line-height: 1.2em;
  min-height: 260px;
  padding-top: 60px;
  padding-bottom: 40px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .assistenza-square-info {
    height: 300px;
  }
  .assistenza-square-info .title {
    font-size: 6.25vw !important;
    line-height: 7.36111vw;
    min-height: 160px;
  }
}

.assistenza-square-info .icon {
  margin: 0 auto;
  position: relative;
  width: 40px;
  display: block;
  height: 40px;
}

.assistenza-square-info .icon svg {
  width: 48px;
  margin-top: 2px;
}

.assistenza-square-info .cta a {
  color: white;
}

.assistenza-square-info.green .cta a {
  color: #3e3d40;
}

.assistenza-square-info.green .icon svg {
  width: 38px;
  margin-top: -7px;
}

.assistenza-funzionamento .three-column-cards__card {
  padding-top: 20px !important;
}

.assistenza-funzionamento .three-column-cards__title {
  font-size: 28px;
  font-weight: 300;
  line-height: 30px;
  text-transform: none;
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: block;
  position: relative;
}

.assistenza-funzionamento .three-column-cards__title small {
  display: block;
  position: relative;
  font-size: 17px;
  font-weight: 300;
  text-transform: uppercase;
}

@media (min-width: 767px) {
  .assistenza-funzionamento .three-column-cards__card {
    height: 300px;
  }
}

.assistenza-manutenzione-section {
  background-size: cover !important;
  height: 500px;
}

@media (max-width: 767px) {
  .assistenza-manutenzione-section {
    height: 300px;
  }
}

.assistenza-floating-box {
  margin-top: -80px;
  position: relative;
}

.assistenza-floating-box h3 {
  font-weight: bold;
}

.assistenza-floating-box .bg--white {
  background: white;
  padding: 40px;
}

.assistenza-floating-box .widget-type-cta {
  position: relative;
  height: 270px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

@media (max-width: 767px) {
  .assistenza-floating-box .widget-type-cta {
    height: auto;
    align-items: center;
    justify-content: center;
  }
}

.assistenze-video-cover .video-cover {
  margin-top: -40px;
}

.assistenza-titolo-servizi h2 {
  font-size: 3.1rem !important;
}

@media (max-width: 767px) {
  .assistenza-titolo-servizi h2 {
    font-size: 1.7rem !important;
  }
}

.assistenza_servizi_tab .tab-panel__content > .row-fluid {
  margin-bottom: 0 !important;
}

.assistenza_servizi_tab .tab-panel--d .tab-panel__tabs-container.tab-panel__tabs-container-g {
  background: #3e3d40 !important;
}

.assistenza_servizi_tab .tab-panel--d .tab-panel__tabs-container.tab-panel__tabs-container-g .tab-panel__tab {
  color: #fff;
}

.assistenza_servizi_tab
  .tab-panel--d
  .tab-panel__tabs-container.tab-panel__tabs-container-g
  .tab-panel__tab.tab-panel__tab--active,
.assistenza_servizi_tab .tab-panel--d .tab-panel__tabs-container.tab-panel__tabs-container-g .tab-panel__tab:hover {
  background: #3e3d40 !important;
}

.assistenza_servizi_tab .tab-panel--d .tab-panel__tabs-wrapper--g {
  background: #3e3d40 !important;
}

.assistenza_servizi_tab .tab-panel-wrapper--d .tab-panel__content {
  background: white !important;
  padding: 40px !important;
  text-align: left;
}

.assistenza_servizi_tab .tab-panel-wrapper--d .tab-panel__content ul {
  margin-left: 0;
}

@media (max-width: 767px) {
  .assistenza_servizi_tab .tab-panel-wrapper--d .tab-panel__content {
    padding: 20px !important;
  }

  .assistenza_servizi_tab .tab-panel__tab {
    width: 70vw;
    margin-top: 10px !important;
  }
  .assistenza_servizi_tab .tab-panel__arrow-left,
  .assistenza_servizi_tab .tab-panel__arrow-right {
    width: 13vw;
    background: #3e3d40 !important;
  }

  .assistenza_servizi_tab .tab-panel__arrow-left svg,
  .assistenza_servizi_tab .tab-panel__arrow-right svg {
    color: white;
  }
}

@media (min-width: 767px) {
  .assistenza_servizi_tab .tab-panel--d .tab-panel--outside-bounds .tab-panel__tabs-container {
    width: 100% !important;
    background: #3e3d40 !important;
    color: #bed600 !important;
  }

  .assistenza_servizi_tab .tab-panel--d .tab-panel__tabs-wrapper--g .tab-panel__arrow-right,
  .assistenza_servizi_tab .tab-panel--d .tab-panel__tabs-wrapper--g .tab-panel__arrow-left {
    display: none !important;
  }

  .assistenza_servizi_tab
    .tab-panel--d
    .tab-panel__tabs-container.tab-panel__tabs-container-g
    .tab-panel__tab.tab-panel__tab--active,
  .assistenza_servizi_tab .tab-panel--d .tab-panel__tabs-container .tab-panel__tab {
    color: white;
    margin-left: 10px;
    margin-right: 10px;
  }

  .assistenza_servizi_tab
    .tab-panel--d
    .tab-panel__tabs-container.tab-panel__tabs-container-g
    .tab-panel__tab.tab-panel__tab--active,
  .assistenza_servizi_tab .tab-panel--d .tab-panel__tabs-container .tab-panel__tab:hover {
    color: #bed600;
  }
}

/* End Assistenza v2 */

#hs_cos_wrapper_assistenza_figure1_title {
  position: relative;
  top: -20px;
}

#hs_cos_wrapper_assistenza_figure2_ {
  position: relative;
  top: 30px;
}

#hs_cos_wrapper_assistenza_eye_title_ {
  color: white;
}

@media (max-width: 767px) {
  #hs_cos_wrapper_assistenza_figure2_text {
    margin-top: 50px;
  }
  #hs_cos_wrapper_cta {
    margin-bottom: 50px;
  }
  #hs_cos_wrapper_assistenza_help_img2_ img {
    max-width: 100%;
  }
  .assistenza_list.assistenza_list--underlined {
    top: 20px;
  }
  .section--gray.assistenza-help-section {
    position: relative;
    left: -30px;
    width: calc(100% + 60px);
  }
}

@media (max-width: 767px) {
  .assistenza__black-box-wrapper {
    margin-top: -40px !important;
  }
}
@media screen and (min-width: 2037px) {
  .assistenza__black-box-wrapper .span6 {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .assistenza__black-box-wrapper .span6 .assistenza__black-box {
    width: 953px !important;
    margin: auto;
  }
}

/* variables */
/* macro, mixins, functions and other utils */
#hs_menu_wrapper_footer__menu ul {
  list-style-type: none;
  text-align: center;
  display: block;
  margin-bottom: 32px;
  padding-left: 40px;
}

#hs_menu_wrapper_footer__menu ul li {
  display: inline-block;
}

#hs_menu_wrapper_footer__menu ul > li:not(:last-child):after {
  content: "-";
  display: inline;
  margin: 0 22px;
  color: #9d9d9c;
}

#hs_menu_wrapper_footer__menu ul li a {
  font-size: 16px;
  color: #9d9d9c;
  padding: 0;
  display: inline;
}

@media (max-width: 767px) {
  .lt7-informazioni-tecniche #hs_cos_wrapper_widget_1595170265205 {
    left: 0 !important;
  }
  .lt7-informazioni-tecniche #hs_cos_wrapper_widget_1595425442050 {
    padding-left: 0 !important;
    margin: auto !important;
  }
  .lt7-informazioni-tecniche #hs_cos_wrapper_widget_1594650066686_ {
    margin-top: 8.33333vw;
  }
  .lt7-informazioni-tecniche #hs_cos_wrapper_widget_1595782511965 {
    margin-top: 4.16667vw;
  }
}

@media (max-width: 767px) {
  #animation_container {
    width: 86.11111vw !important;
    height: 70.83333vw !important;
  }
  #animation_container #canvas {
    width: 86.11111vw !important;
    height: 70.83333vw !important;
  }
  #animation_container #dom_overlay_container {
    width: 86.11111vw !important;
    height: 70.83333vw !important;
  }
  .row-fluid-wrapper[class*="background-color"] {
    position: relative;
    left: -30px;
    width: calc(100% + 60px);
    padding-left: 30px;
    padding-right: 30px;
  }
  /*  [data-aos^=fade][data-aos^=fade] {
    opacity: 1;
  }

  [data-aos=fade-up] {
    transform: none;
  }*/
}

@media (max-width: 767px) {
  .tecnologia-celle-di-taglio-3d .row-number-7 {
    margin-top: 0 !important;
  }
  .tecnologia-celle-di-taglio-3d .row-number-45 {
    padding-top: 8.33333vw !important;
  }
  .tecnologia-celle-di-taglio-3d #hs_cos_wrapper_widget_1600079695622 .swiper-button-next,
  .tecnologia-celle-di-taglio-3d #hs_cos_wrapper_widget_1600079695622 .swiper-button-prev {
    top: 30%;
  }
}

@media (max-width: 767px) {
  .piani-di-manutenzione #hs_cos_wrapper_widget_1600077139276 {
    position: relative;
    left: -30px;
    width: calc(100% + 110px) !important;
    max-width: none !important;
  }
  .piani-di-manutenzione #hs_cos_wrapper_module_15966326135329 {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .inspired-for-tube .row-depth-1 .span4:not(:last-child) {
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .lt5-10-informazioni-tecniche #hs_cos_wrapper_widget_1595170265205_ {
    left: 0 !important;
  }
  .lt5-10-informazioni-tecniche #hs_cos_wrapper_widget_1595170265205 {
    text-align: center;
  }
  .lt5-10-informazioni-tecniche #hs_cos_wrapper_widget_1595425442050 {
    margin-top: 0 !important;
    padding-left: 0 !important;
  }
}

@media (max-width: 767px) {
  #hs_cos_wrapper_widget_1609140955200_ img {
    max-width: 100% !important;
    height: auto !important;
  }
  #hs_cos_wrapper_widget_1602774124561_ img {
    max-width: 100% !important;
    left: auto !important;
  }
  #hs_cos_wrapper_widget_1604571494581_ img {
    max-width: 100% !important;
  }
  #hs_cos_wrapper_widget_1598275147456_ img {
    max-width: 100%;
  }
  video {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .lt360-programmazione #hs_cos_wrapper_widget_1608805146159 .video-cover__cover {
    background-position: -17vw center;
  }
  .lt360-programmazione #hs_cos_wrapper_widget_1608805146159 .video-cover__cover svg {
    position: relative;
    top: -5vw;
  }
}

@media (max-width: 767px) {
  .lt-free-programmazione #hs_cos_wrapper_widget_1611067095119 .video-cover__cover {
    background-position: -17vw center;
  }
  .lt-free-programmazione #hs_cos_wrapper_widget_1611067095119 .video-cover__cover svg {
    position: relative;
    top: -5vw;
  }
}

@media (max-width: 767px) {
  .e-turn-in-evidenza .cell_1602512664585-vertical-alignment {
    margin-top: 30px;
  }
}

.e-turn-programmazione #hs_cos_wrapper_widget_1607181224923 {
  position: relative;
}

@media (max-width: 767px) {
  .e-turn-programmazione #hs_cos_wrapper_widget_1607181224923 {
    left: -12vw;
    bottom: 8vw;
  }
}

@media (min-width: 767px) {
  .e-turn-programmazione #hs_cos_wrapper_widget_1607181224923 .video-cover {
    position: absolute;
    right: 60px;
  }
}

.e-turn-programmazione #hs_cos_wrapper_widget_1607181224923 .video-cover__cover svg {
  position: absolute;
  left: calc(50% + 7px);
  top: calc(50% - 59px);
}

.e-turn-programmazione #hs_cos_wrapper_widget_1607181454109 .video-cover {
  margin-top: 80px;
}

.e-turn-programmazione #hs_cos_wrapper_widget_1607181454109 .video-cover__cover svg {
  position: absolute;
  left: calc(50% + 7px);
  top: calc(50% - 59px);
}

@media (max-width: 767px) {
  .e-turn-programmazione #hs_cos_wrapper_widget_1607181454109 {
    position: relative;
    left: -12vw;
    top: -13vw;
  }
}

@media (max-width: 767px) {
  .e-turn-programmazione #hs_cos_wrapper_widget_1607181876724 {
    margin-bottom: 15vw;
    position: relative;
    left: -7vw;
  }
}

@media (max-width: 767px) {
  .elect-in-evidenza .cell_1602512664585-vertical-alignment {
    margin-top: 30px !important;
  }
}

@media (max-width: 767px) {
  .elect-informazioni-tecniche #hs_cos_wrapper_widget_1598271645483_ img {
    max-width: 100%;
  }
}

.elect-programmazione #hs_cos_wrapper_widget_1607439359750 {
  position: relative;
}

@media (max-width: 767px) {
  .elect-programmazione #hs_cos_wrapper_widget_1607439359750 {
    left: -12vw;
    bottom: 8vw;
  }
}

@media (min-width: 767px) {
  .elect-programmazione #hs_cos_wrapper_widget_1607439359750 .video-cover {
    position: absolute;
    right: 60px;
  }
}

.elect-programmazione #hs_cos_wrapper_widget_1607439359750 .video-cover__cover svg {
  position: absolute;
  left: calc(50% + 7px);
  top: calc(50% - 59px);
}

.elect-programmazione #hs_cos_wrapper_widget_1607439440849 .video-cover {
  margin-top: 80px;
}

.elect-programmazione #hs_cos_wrapper_widget_1607439440849 .video-cover__cover svg {
  position: absolute;
  left: calc(50% + 7px);
  top: calc(50% - 59px);
}

@media (max-width: 767px) {
  .elect-programmazione #hs_cos_wrapper_widget_1607439440849 {
    position: relative;
    left: -12vw;
    top: -13vw;
  }
}

@media (max-width: 767px) {
  .elect-programmazione #hs_cos_wrapper_widget_1607439638570 {
    margin-bottom: 15vw;
    position: relative;
    left: -7vw;
  }
}

@media (max-width: 767px) {
  .smart-in-evidenza .cell_1602512664585-vertical-alignment {
    margin-top: 30px !important;
  }
}

@media (max-width: 767px) {
  .smart-informazioni-tecniche #hs_cos_wrapper_widget_1598271645483_ img {
    max-width: 100%;
  }
}

.smart-programmazione #hs_cos_wrapper_widget_1607528960528 {
  position: relative;
}

@media (max-width: 767px) {
  .smart-programmazione #hs_cos_wrapper_widget_1607528960528 {
    left: -12vw;
    bottom: 8vw;
  }
}

@media (min-width: 767px) {
  .smart-programmazione #hs_cos_wrapper_widget_1607528960528 .video-cover {
    position: absolute;
    right: 60px;
  }
}

.smart-programmazione #hs_cos_wrapper_widget_1607528960528 .video-cover__cover svg {
  position: absolute;
  left: calc(50% + 7px);
  top: calc(50% - 59px);
}

.smart-programmazione #hs_cos_wrapper_widget_1607529204683 .video-cover {
  margin-top: 80px;
}

.smart-programmazione #hs_cos_wrapper_widget_1607529204683 .video-cover__cover svg {
  position: absolute;
  left: calc(50% + 7px);
  top: calc(50% - 59px);
}

@media (max-width: 767px) {
  .smart-programmazione #hs_cos_wrapper_widget_1607529204683 {
    position: relative;
    left: -12vw;
    top: -13vw;
  }
}

@media (max-width: 767px) {
  .smart-programmazione #hs_cos_wrapper_widget_1607529392743 {
    margin-bottom: 15vw;
    position: relative;
    left: -7vw;
  }
}

@media (max-width: 767px) {
  [data-pagename="4-runner-in-evidenza"] .cell_1602512664585-vertical-alignment {
    margin-top: 30px !important;
  }
}

@media (max-width: 767px) {
  .hs_cos_wrapper_type_linked_image img {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 767px) {
  #hs_cos_wrapper_widget_1607702731872 .offset-section__image {
    width: 100% !important;
    left: 0 !important;
  }
  #hs_cos_wrapper_widget_1607695529055 {
    left: 0 !important;
    width: 100% !important;
  }
}

@media (min-width: 767px) {
  .e-form-informazioni-tecniche .row-fluid.tab-panel.tab-panel--d {
    border-bottom: 5px solid #f5f5f5;
  }
  .e-form-informazioni-tecniche #hs_cos_wrapper_widget_1602773183028 .tab-panel__tabs-container {
    width: 100% !important;
  }
  .e-form-informazioni-tecniche
    #hs_cos_wrapper_widget_1602773183028
    .tab-panel--d
    .tab-panel__tabs-container
    .tab-panel__tab {
    width: 33.333%;
    margin-left: 0;
    margin-right: 0;
  }
  .e-form-informazioni-tecniche #hs_cos_wrapper_widget_1602773183028 .tab-panel__arrow-left {
    display: none !important;
  }
  .e-form-informazioni-tecniche #hs_cos_wrapper_widget_1602773183028 .tab-panel__arrow-right {
    display: none !important;
  }
  .e-form-informazioni-tecniche #hs_cos_wrapper_widget_1602773183028 img {
    width: 100% !important;
  }
  .e-form-informazioni-tecniche #hs_cos_wrapper_widget_1602773183028 p:nth-child(1) {
    margin: 30px !important;
  }
  .e-form-informazioni-tecniche #hs_cos_wrapper_widget_1602773183028 p:nth-child(2) {
    display: none !important;
  }
  .e-form-informazioni-tecniche #hs_cos_wrapper_widget_1602773183028 .tab-panel__content {
    margin-left: 0 !important;
    width: 100% !important;
  }
  .e-form-informazioni-tecniche #hs_cos_wrapper_widget_1602773183028 .tab-panel__content > .row-fluid {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 767px) {
  .ast-informazioni-tecniche #hs_cos_wrapper_widget_1604049327890 .tab-panel--d {
    border-bottom: 4px solid transparent !important;
  }
  .ast-informazioni-tecniche .tab-panel__tabs-container {
    width: 100% !important;
  }
  .ast-informazioni-tecniche .tab-panel--d .tab-panel__tabs-container .tab-panel__tab {
    width: 33.333%;
    margin-left: 0;
    margin-right: 0;
  }
  .ast-informazioni-tecniche .tab-panel__arrow-left {
    display: none !important;
  }
  .ast-informazioni-tecniche .tab-panel__arrow-right {
    display: none !important;
  }
  .ast-informazioni-tecniche .row-fluid.tab-panel.tab-panel--d {
    border-bottom: 5px solid #f5f5f5;
  }
  .ast-informazioni-tecniche #hs_cos_wrapper_widget_1602773183028 .tab-panel__content > .row-fluid {
    margin-bottom: 0 !important;
  }
  .ast-informazioni-tecniche #hs_cos_wrapper_widget_1602773183028 .tab-panel__tabs-container {
    width: 100% !important;
  }
  .ast-informazioni-tecniche
    #hs_cos_wrapper_widget_1602773183028
    .tab-panel--d
    .tab-panel__tabs-container
    .tab-panel__tab {
    width: 33.333%;
    margin-left: 0;
    margin-right: 0;
  }
  .ast-informazioni-tecniche #hs_cos_wrapper_widget_1602773183028 .tab-panel__arrow-left {
    display: none !important;
  }
  .ast-informazioni-tecniche #hs_cos_wrapper_widget_1602773183028 .tab-panel__arrow-right {
    display: none !important;
  }
  .ast-informazioni-tecniche #hs_cos_wrapper_widget_1602773183028 img {
    width: 100%;
  }
  .ast-informazioni-tecniche #hs_cos_wrapper_widget_1602773183028 .tab-panel__content {
    margin-left: 0 !important;
    width: 100% !important;
  }
}

.editor-only {
  display: none;
}

.hs-inline-edit .editor-only {
  display: block;
}

[data-aos][data-aos][data-aos-duration="50"],
body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}
[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="50"].aos-animate,
body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}
[data-aos][data-aos][data-aos-duration="100"],
body[data-aos-duration="100"] [data-aos] {
  transition-duration: 0.1s;
}
[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="100"].aos-animate,
body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: 0.1s;
}
[data-aos][data-aos][data-aos-duration="150"],
body[data-aos-duration="150"] [data-aos] {
  transition-duration: 0.15s;
}
[data-aos][data-aos][data-aos-delay="150"],
body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="150"].aos-animate,
body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: 0.15s;
}
[data-aos][data-aos][data-aos-duration="200"],
body[data-aos-duration="200"] [data-aos] {
  transition-duration: 0.2s;
}
[data-aos][data-aos][data-aos-delay="200"],
body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="200"].aos-animate,
body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: 0.2s;
}
[data-aos][data-aos][data-aos-duration="250"],
body[data-aos-duration="250"] [data-aos] {
  transition-duration: 0.25s;
}
[data-aos][data-aos][data-aos-delay="250"],
body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="250"].aos-animate,
body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: 0.25s;
}
[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
  transition-duration: 0.3s;
}
[data-aos][data-aos][data-aos-delay="300"],
body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="300"].aos-animate,
body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: 0.3s;
}
[data-aos][data-aos][data-aos-duration="350"],
body[data-aos-duration="350"] [data-aos] {
  transition-duration: 0.35s;
}
[data-aos][data-aos][data-aos-delay="350"],
body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="350"].aos-animate,
body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: 0.35s;
}
[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.4s;
}
[data-aos][data-aos][data-aos-delay="400"],
body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="400"].aos-animate,
body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: 0.4s;
}
[data-aos][data-aos][data-aos-duration="450"],
body[data-aos-duration="450"] [data-aos] {
  transition-duration: 0.45s;
}
[data-aos][data-aos][data-aos-delay="450"],
body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="450"].aos-animate,
body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: 0.45s;
}
[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
  transition-duration: 0.5s;
}
[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="500"].aos-animate,
body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: 0.5s;
}
[data-aos][data-aos][data-aos-duration="550"],
body[data-aos-duration="550"] [data-aos] {
  transition-duration: 0.55s;
}
[data-aos][data-aos][data-aos-delay="550"],
body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="550"].aos-animate,
body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: 0.55s;
}
[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
  transition-duration: 0.6s;
}
[data-aos][data-aos][data-aos-delay="600"],
body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="600"].aos-animate,
body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: 0.6s;
}
[data-aos][data-aos][data-aos-duration="650"],
body[data-aos-duration="650"] [data-aos] {
  transition-duration: 0.65s;
}
[data-aos][data-aos][data-aos-delay="650"],
body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="650"].aos-animate,
body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: 0.65s;
}
[data-aos][data-aos][data-aos-duration="700"],
body[data-aos-duration="700"] [data-aos] {
  transition-duration: 0.7s;
}
[data-aos][data-aos][data-aos-delay="700"],
body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="700"].aos-animate,
body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: 0.7s;
}
[data-aos][data-aos][data-aos-duration="750"],
body[data-aos-duration="750"] [data-aos] {
  transition-duration: 0.75s;
}
[data-aos][data-aos][data-aos-delay="750"],
body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="750"].aos-animate,
body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: 0.75s;
}
[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
  transition-duration: 0.8s;
}
[data-aos][data-aos][data-aos-delay="800"],
body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="800"].aos-animate,
body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: 0.8s;
}
[data-aos][data-aos][data-aos-duration="850"],
body[data-aos-duration="850"] [data-aos] {
  transition-duration: 0.85s;
}
[data-aos][data-aos][data-aos-delay="850"],
body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="850"].aos-animate,
body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: 0.85s;
}
[data-aos][data-aos][data-aos-duration="900"],
body[data-aos-duration="900"] [data-aos] {
  transition-duration: 0.9s;
}
[data-aos][data-aos][data-aos-delay="900"],
body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="900"].aos-animate,
body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: 0.9s;
}
[data-aos][data-aos][data-aos-duration="950"],
body[data-aos-duration="950"] [data-aos] {
  transition-duration: 0.95s;
}
[data-aos][data-aos][data-aos-delay="950"],
body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="950"].aos-animate,
body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: 0.95s;
}
[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}
[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1000"].aos-animate,
body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}
[data-aos][data-aos][data-aos-duration="1050"],
body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}
[data-aos][data-aos][data-aos-delay="1050"],
body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1050"].aos-animate,
body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}
[data-aos][data-aos][data-aos-duration="1100"],
body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}
[data-aos][data-aos][data-aos-delay="1100"],
body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1100"].aos-animate,
body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}
[data-aos][data-aos][data-aos-duration="1150"],
body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}
[data-aos][data-aos][data-aos-delay="1150"],
body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1150"].aos-animate,
body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}
[data-aos][data-aos][data-aos-duration="1200"],
body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}
[data-aos][data-aos][data-aos-delay="1200"],
body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1200"].aos-animate,
body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}
[data-aos][data-aos][data-aos-duration="1250"],
body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}
[data-aos][data-aos][data-aos-delay="1250"],
body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1250"].aos-animate,
body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}
[data-aos][data-aos][data-aos-duration="1300"],
body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}
[data-aos][data-aos][data-aos-delay="1300"],
body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1300"].aos-animate,
body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}
[data-aos][data-aos][data-aos-duration="1350"],
body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}
[data-aos][data-aos][data-aos-delay="1350"],
body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1350"].aos-animate,
body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}
[data-aos][data-aos][data-aos-duration="1400"],
body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}
[data-aos][data-aos][data-aos-delay="1400"],
body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1400"].aos-animate,
body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}
[data-aos][data-aos][data-aos-duration="1450"],
body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}
[data-aos][data-aos][data-aos-delay="1450"],
body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1450"].aos-animate,
body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}
[data-aos][data-aos][data-aos-duration="1500"],
body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}
[data-aos][data-aos][data-aos-delay="1500"],
body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1500"].aos-animate,
body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}
[data-aos][data-aos][data-aos-duration="1550"],
body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}
[data-aos][data-aos][data-aos-delay="1550"],
body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1550"].aos-animate,
body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}
[data-aos][data-aos][data-aos-duration="1600"],
body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}
[data-aos][data-aos][data-aos-delay="1600"],
body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1600"].aos-animate,
body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}
[data-aos][data-aos][data-aos-duration="1650"],
body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}
[data-aos][data-aos][data-aos-delay="1650"],
body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1650"].aos-animate,
body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}
[data-aos][data-aos][data-aos-duration="1700"],
body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}
[data-aos][data-aos][data-aos-delay="1700"],
body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1700"].aos-animate,
body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}
[data-aos][data-aos][data-aos-duration="1750"],
body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}
[data-aos][data-aos][data-aos-delay="1750"],
body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1750"].aos-animate,
body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}
[data-aos][data-aos][data-aos-duration="1800"],
body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}
[data-aos][data-aos][data-aos-delay="1800"],
body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1800"].aos-animate,
body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}
[data-aos][data-aos][data-aos-duration="1850"],
body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}
[data-aos][data-aos][data-aos-delay="1850"],
body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1850"].aos-animate,
body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}
[data-aos][data-aos][data-aos-duration="1900"],
body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}
[data-aos][data-aos][data-aos-delay="1900"],
body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1900"].aos-animate,
body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}
[data-aos][data-aos][data-aos-duration="1950"],
body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}
[data-aos][data-aos][data-aos-delay="1950"],
body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1950"].aos-animate,
body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}
[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}
[data-aos][data-aos][data-aos-delay="2000"],
body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2000"].aos-animate,
body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}
[data-aos][data-aos][data-aos-duration="2050"],
body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}
[data-aos][data-aos][data-aos-delay="2050"],
body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2050"].aos-animate,
body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}
[data-aos][data-aos][data-aos-duration="2100"],
body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}
[data-aos][data-aos][data-aos-delay="2100"],
body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2100"].aos-animate,
body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}
[data-aos][data-aos][data-aos-duration="2150"],
body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}
[data-aos][data-aos][data-aos-delay="2150"],
body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2150"].aos-animate,
body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}
[data-aos][data-aos][data-aos-duration="2200"],
body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}
[data-aos][data-aos][data-aos-delay="2200"],
body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2200"].aos-animate,
body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}
[data-aos][data-aos][data-aos-duration="2250"],
body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}
[data-aos][data-aos][data-aos-delay="2250"],
body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2250"].aos-animate,
body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}
[data-aos][data-aos][data-aos-duration="2300"],
body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}
[data-aos][data-aos][data-aos-delay="2300"],
body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2300"].aos-animate,
body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}
[data-aos][data-aos][data-aos-duration="2350"],
body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}
[data-aos][data-aos][data-aos-delay="2350"],
body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2350"].aos-animate,
body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}
[data-aos][data-aos][data-aos-duration="2400"],
body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}
[data-aos][data-aos][data-aos-delay="2400"],
body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2400"].aos-animate,
body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}
[data-aos][data-aos][data-aos-duration="2450"],
body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}
[data-aos][data-aos][data-aos-delay="2450"],
body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2450"].aos-animate,
body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}
[data-aos][data-aos][data-aos-duration="2500"],
body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}
[data-aos][data-aos][data-aos-delay="2500"],
body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2500"].aos-animate,
body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}
[data-aos][data-aos][data-aos-duration="2550"],
body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}
[data-aos][data-aos][data-aos-delay="2550"],
body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2550"].aos-animate,
body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}
[data-aos][data-aos][data-aos-duration="2600"],
body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}
[data-aos][data-aos][data-aos-delay="2600"],
body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2600"].aos-animate,
body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}
[data-aos][data-aos][data-aos-duration="2650"],
body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}
[data-aos][data-aos][data-aos-delay="2650"],
body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2650"].aos-animate,
body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}
[data-aos][data-aos][data-aos-duration="2700"],
body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}
[data-aos][data-aos][data-aos-delay="2700"],
body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2700"].aos-animate,
body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}
[data-aos][data-aos][data-aos-duration="2750"],
body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}
[data-aos][data-aos][data-aos-delay="2750"],
body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2750"].aos-animate,
body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}
[data-aos][data-aos][data-aos-duration="2800"],
body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}
[data-aos][data-aos][data-aos-delay="2800"],
body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2800"].aos-animate,
body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}
[data-aos][data-aos][data-aos-duration="2850"],
body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}
[data-aos][data-aos][data-aos-delay="2850"],
body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2850"].aos-animate,
body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}
[data-aos][data-aos][data-aos-duration="2900"],
body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}
[data-aos][data-aos][data-aos-delay="2900"],
body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2900"].aos-animate,
body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}
[data-aos][data-aos][data-aos-duration="2950"],
body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}
[data-aos][data-aos][data-aos-delay="2950"],
body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2950"].aos-animate,
body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}
[data-aos][data-aos][data-aos-duration="3000"],
body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}
[data-aos][data-aos][data-aos-delay="3000"],
body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="3000"].aos-animate,
body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}
[data-aos][data-aos][data-aos-easing="linear"],
body[data-aos-easing="linear"] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
[data-aos][data-aos][data-aos-easing="ease"],
body[data-aos-easing="ease"] [data-aos] {
  transition-timing-function: ease;
}
[data-aos][data-aos][data-aos-easing="ease-in"],
body[data-aos-easing="ease-in"] [data-aos] {
  transition-timing-function: ease-in;
}
[data-aos][data-aos][data-aos-easing="ease-out"],
body[data-aos-easing="ease-out"] [data-aos] {
  transition-timing-function: ease-out;
}
[data-aos][data-aos][data-aos-easing="ease-in-out"],
body[data-aos-easing="ease-in-out"] [data-aos] {
  transition-timing-function: ease-in-out;
}
[data-aos][data-aos][data-aos-easing="ease-in-back"],
body[data-aos-easing="ease-in-back"] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
[data-aos][data-aos][data-aos-easing="ease-out-back"],
body[data-aos-easing="ease-out-back"] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-back"],
body[data-aos-easing="ease-in-out-back"] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
[data-aos][data-aos][data-aos-easing="ease-in-sine"],
body[data-aos-easing="ease-in-sine"] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
[data-aos][data-aos][data-aos-easing="ease-out-sine"],
body[data-aos-easing="ease-out-sine"] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-sine"],
body[data-aos-easing="ease-in-out-sine"] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
[data-aos][data-aos][data-aos-easing="ease-in-quad"],
body[data-aos-easing="ease-in-quad"] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing="ease-out-quad"],
body[data-aos-easing="ease-out-quad"] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-quad"],
body[data-aos-easing="ease-in-out-quad"] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos][data-aos][data-aos-easing="ease-in-cubic"],
body[data-aos-easing="ease-in-cubic"] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing="ease-out-cubic"],
body[data-aos-easing="ease-out-cubic"] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-cubic"],
body[data-aos-easing="ease-in-out-cubic"] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos][data-aos][data-aos-easing="ease-in-quart"],
body[data-aos-easing="ease-in-quart"] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing="ease-out-quart"],
body[data-aos-easing="ease-out-quart"] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-quart"],
body[data-aos-easing="ease-in-out-quart"] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos^="fade"][data-aos^="fade"] {
  opacity: 0;
  transition-property: opacity, transform;
}
[data-aos^="fade"][data-aos^="fade"].aos-animate {
  opacity: 1;
  transform: translateZ(0);
}
[data-aos="fade-up"] {
  transform: translate3d(0, 100px, 0);
}
[data-aos="fade-down"] {
  transform: translate3d(0, -100px, 0);
}
[data-aos="fade-right"] {
  transform: translate3d(-100px, 0, 0);
}
[data-aos="fade-left"] {
  transform: translate3d(100px, 0, 0);
}
[data-aos="fade-up-right"] {
  transform: translate3d(-100px, 100px, 0);
}
[data-aos="fade-up-left"] {
  transform: translate3d(100px, 100px, 0);
}
[data-aos="fade-down-right"] {
  transform: translate3d(-100px, -100px, 0);
}
[data-aos="fade-down-left"] {
  transform: translate3d(100px, -100px, 0);
}
[data-aos^="zoom"][data-aos^="zoom"] {
  opacity: 0;
  transition-property: opacity, transform;
}
[data-aos^="zoom"][data-aos^="zoom"].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1);
}
[data-aos="zoom-in"] {
  transform: scale(0.6);
}
[data-aos="zoom-in-up"] {
  transform: translate3d(0, 100px, 0) scale(0.6);
}
[data-aos="zoom-in-down"] {
  transform: translate3d(0, -100px, 0) scale(0.6);
}
[data-aos="zoom-in-right"] {
  transform: translate3d(-100px, 0, 0) scale(0.6);
}
[data-aos="zoom-in-left"] {
  transform: translate3d(100px, 0, 0) scale(0.6);
}
[data-aos="zoom-out"] {
  transform: scale(1.2);
}
[data-aos="zoom-out-up"] {
  transform: translate3d(0, 100px, 0) scale(1.2);
}
[data-aos="zoom-out-down"] {
  transform: translate3d(0, -100px, 0) scale(1.2);
}
[data-aos="zoom-out-right"] {
  transform: translate3d(-100px, 0, 0) scale(1.2);
}
[data-aos="zoom-out-left"] {
  transform: translate3d(100px, 0, 0) scale(1.2);
}
[data-aos^="slide"][data-aos^="slide"] {
  transition-property: transform;
}
[data-aos^="slide"][data-aos^="slide"].aos-animate {
  transform: translateZ(0);
}
[data-aos="slide-up"] {
  transform: translate3d(0, 100%, 0);
}
[data-aos="slide-down"] {
  transform: translate3d(0, -100%, 0);
}
[data-aos="slide-right"] {
  transform: translate3d(-100%, 0, 0);
}
[data-aos="slide-left"] {
  transform: translate3d(100%, 0, 0);
}
[data-aos^="flip"][data-aos^="flip"] {
  backface-visibility: hidden;
  transition-property: transform;
}
[data-aos="flip-left"] {
  transform: perspective(2500px) rotateY(-100deg);
}
[data-aos="flip-left"].aos-animate {
  transform: perspective(2500px) rotateY(0);
}
[data-aos="flip-right"] {
  transform: perspective(2500px) rotateY(100deg);
}
[data-aos="flip-right"].aos-animate {
  transform: perspective(2500px) rotateY(0);
}
[data-aos="flip-up"] {
  transform: perspective(2500px) rotateX(-100deg);
}
[data-aos="flip-up"].aos-animate {
  transform: perspective(2500px) rotateX(0);
}
[data-aos="flip-down"] {
  transform: perspective(2500px) rotateX(100deg);
}
[data-aos="flip-down"].aos-animate {
  transform: perspective(2500px) rotateX(0);
}
/* variables */
/* macro, mixins, functions and other utils */
.swiper-container {
  width: 100%;
}

.swiper-container .swiper-slide {
  padding-bottom: 80px;
  height: auto;
}

@media (max-width: 767px) {
  .swiper-container .swiper-slide {
    padding-bottom: 40px;
  }
}

.swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next {
  color: #3e3d40 !important;
  font-size: 50px;
}

@media (max-width: 767px) {
  .swiper-container .swiper-button-prev,
  .swiper-container .swiper-button-next {
    font-size: 25px;
  }
}

.swiper-container .swiper-button-prev:after,
.swiper-container .swiper-button-next:after {
  content: "";
}

.swiper-container .swiper-pagination-bullet {
  width: 30px;
  height: 4px;
  border-radius: 0;
  background-color: #ebecec;
  opacity: 1;
}

.swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #cad402;
}

.slider {
  text-align: center;
}

.slider.swiper-container {
  overflow: visible;
  margin-bottom: 32px;
}

.slider .swiper-pagination-bullets {
  bottom: -18px;
}

.slider__caption {
  position: absolute;
  width: 100%;
  text-align: center;
}

@media (max-width: 767px) {
  .slider__caption {
    position: relative;
    top: 8.33333vw;
  }
}

.slider__caption p {
  margin-top: 16px;
}

.slider__image {
  max-width: 80%;
}

.slider__slide {
  padding: 25%;
}

.slider.slider--bottom-label .swiper-pagination-bullets {
  bottom: 40px;
}

@media (max-width: 767px) {
  .slider.slider--bottom-label .swiper-pagination-bullets {
    bottom: -15vw;
  }
}

.slider.slider--bottom-label .slider__caption {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: -44px;
}

@media (max-width: 767px) {
  .slider.slider--bottom-label .slider__caption {
    top: auto !important;
    bottom: -16vw;
  }
}

.slider.slider--bottom-label .slider__caption p {
  margin-top: 16px;
}

/* variables */
.success-stories-gallery-wrapper {
  display: flex;
  position: relative;
  margin-bottom: 40px;
  justify-content: center;
  align-items: center;
  /*  .swiper-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }*/
}

.success-stories-gallery-wrapper .swiper-button-prev,
.success-stories-gallery-wrapper .swiper-button-next {
  color: #c0c0c0;
  position: relative;
}

.success-stories-gallery-wrapper .swiper-button-prev {
  left: -90px;
}

.success-stories-gallery-wrapper .swiper-button-next {
  right: -90px;
}

.success-stories-gallery-wrapper .swiper-pagination {
  bottom: -40px;
  margin: auto;
  width: 100%;
}

.success-stories-gallery-wrapper .swiper-pagination-bullet {
  width: 30px;
  height: 4px;
  border-radius: 0;
  background-color: #ebecec;
  opacity: 1;
}

.success-stories-gallery-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #cad402;
}

.success-stories-gallery {
  margin-left: 0;
  margin-right: 0;
  padding-left: 29px;
  padding-right: 30px;
  min-height: 612px;
}

.success-stories-gallery.no-swiper {
  margin: 0 auto;
}

@media (min-width: 1151px) {
  .success-stories-gallery {
    width: 50% !important;
  }
}

.success-stories-gallery .swiper-wrapper.no-swiper {
  justify-content: space-around;
}

.success-stories-gallery .slide {
  text-align: center;
  border: 1px solid #b3b3b3;
  position: relative;
  transition: color 0.3s, background-color 0.3s, box-shadow 0.3s;
  min-height: 568px;
}

.success-stories-gallery .slide.no-swiper {
  max-width: calc(50% - 30px);
}

.success-stories-gallery .slide img {
  width: 100%;
}

.success-stories-gallery .slide:hover {
  color: #ffffff;
  box-shadow: -11px 11px 20px rgba(0, 0, 0, 0.3);
  background-color: #3c3c3c;
}

.success-stories-gallery .slide:hover a {
  color: #ffffff;
}

.success-stories-gallery .slide:hover .cta_button.button-primary {
  border-color: #ffffff;
}

.success-stories-gallery .slide:hover .cta_button__textWrap {
  color: #ffffff;
}

.success-stories-gallery__brand-name {
  font-size: 26px;
  font-weight: 400;
  margin-top: 14px;
  letter-spacing: -1px;
  padding-left: 15px;
  padding-right: 15px;
}

.success-stories-gallery__industry {
  font-weight: 400;
  line-height: 30px;
  font-size: 20px;
  padding-left: 15px;
  padding-right: 15px;
}

.success-stories-gallery__text {
  margin-top: 14px;
  padding: 0 10px;
}

.success-stories-gallery__link {
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.32px;
  font-weight: bold;
  text-align: center;
  padding-left: 12px;
  padding-right: 12px;
}

.success-stories-gallery__link a {
  text-transform: none;
  color: #3e3d40;
}

.success-stories-gallery__link a:hover {
  text-transform: none;
}

.success-stories-gallery__cta {
  margin-top: 24px;
  width: 100%;
  text-align: center;
}

.success-stories-gallery__bottom {
  position: absolute;
  bottom: 40px;
  width: 100%;
}

/* variables */
.multiple-gallery {
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.multiple-gallery .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.multiple-gallery .swiper-slide img {
  opacity: 0;
  transition: opacity 0.5s, transform 0.5s;
  margin-bottom: 60px;
}

.multiple-gallery .swiper-button-prev,
.multiple-gallery .swiper-button-next {
  top: calc(50% - 40px);
}

.multiple-gallery .swiper-slide-prev img,
.multiple-gallery .swiper-slide-next img {
  opacity: 0.5;
  transform: scale(1);
}

@media (max-width: 767px) {
  .multiple-gallery {
    left: -30px;
    width: calc(100% + 60px) !important;
    /*    .swiper-button-prev {
      left: -10px;
    }

    .swiper-button-next {
      right: -10px;
    }*/
  }
  .multiple-gallery .swiper-button-prev svg,
  .multiple-gallery .swiper-button-next svg {
    height: get-vw(50px);
  }
}

.multiple-gallery .swiper-slide-active img {
  opacity: 1;
}

.multiple-gallery .slider__image {
  max-width: none;
}

.multiple-gallery.swiper-container .swiper-slide {
  text-align: center;
}

.multiple-gallery.multiple-gallery--m .swiper-slide {
  padding-bottom: 0px;
}

@media (max-width: 767px) {
  .multiple-gallery.multiple-gallery--m .swiper-slide img {
    width: 70% !important;
  }
}

.multiple-gallery.multiple-gallery--m .swiper-slide.swiper-slide-active .slider__caption {
  opacity: 1;
}

.multiple-gallery.multiple-gallery--m .slider__caption {
  text-align: center;
  opacity: 0;
  transition: all 0.4s;
  position: absolute;
  width: 100%;
  bottom: -30px;
}

.multiple-gallery.multiple-gallery--m.swiper-container .swiper-pagination-bullets {
  bottom: 80px;
  display: flex;
  padding-left: 83px;
  padding-right: 83px;
}

.multiple-gallery.multiple-gallery--m.swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
  flex-grow: 1;
  width: auto;
  position: relative;
}

.multiple-gallery.multiple-gallery--m.swiper-container .swiper-pagination-bullets .swiper-pagination-bullet:after {
  content: "";
  position: absolute;
  background-color: #cad402;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transition: transform 1s;
  transform-origin: left;
}

.multiple-gallery.multiple-gallery--m.swiper-container
  .swiper-pagination-bullets
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ebecec !important;
}

.multiple-gallery.multiple-gallery--m.swiper-container
  .swiper-pagination-bullets
  .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  transform: scaleX(1);
}

.swiper-container.has-1-slides .swiper-pagination-bullets {
  display: none;
}

.swiper-container.has-1-slides .swiper-button-prev,
.swiper-container.has-1-slides .swiper-button-next {
  display: none;
}

@media (min-width: 1151px) {
  .success-stories-gallery-wrapper.has-2-slides .swiper-pagination-bullets {
    display: none;
  }
  .success-stories-gallery-wrapper.has-2-slides .swiper-button-prev,
  .success-stories-gallery-wrapper.has-2-slides .swiper-button-next {
    display: none;
  }
}

/* variables */
/* macro, mixins, functions and other utils */
.question-steps__step-header {
  position: relative;
}

@media (max-width: 767px) {
  .question-steps__step-header {
    margin-bottom: 2.77778vw;
  }
}

.question-steps__step-title {
  text-align: center;
  color: #3e3d40;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 18px;
}

.question-steps__back {
  position: absolute;
  top: 8px;
  left: 0;
  color: #9c9e9f;
  font-size: 13px;
  font-weight: 400;
  display: none;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
}

.question-steps__back.active {
  display: flex;
}

.question-steps__back svg {
  font-size: 26px;
  line-height: 26px;
}

@media (max-width: 767px) {
  .question-steps__back {
    font-size: 16px;
  }
}

.question-steps__step-bar {
  height: 4px;
  width: 100%;
}

.question-steps__step-bar-advance {
  height: 4px;
  background-color: #bed600;
  width: 20%;
}

.question-steps__step-breadcrumbs {
  min-height: 35px;
  line-height: 35px;
  color: #9c9e9f;
  font-size: 13px;
  font-weight: 400;
  background-color: #f5f5f5;
  padding-left: 14px;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .question-steps__step-breadcrumbs {
    margin-bottom: 8.33333vw;
    min-height: 8.33333vw;
    line-height: 8.33333vw;
    font-size: 3.61111vw;
  }
}

.question-steps__breadcrumbs-steps {
  display: inline;
}

.question-steps__breadcrumbs-step {
  text-decoration: underline;
  color: #9c9e9f;
  cursor: pointer;
  display: inline;
}

.question-steps__breadcrumbs-step:last-of-type {
  color: #3e3d40;
}

.question-steps__step-breadcrumbs-content {
  display: none;
}

.question-steps__step-breadcrumbs-prev {
  text-decoration: underline;
}

.question-steps__step-breadcrumbs-current {
  text-decoration: underline;
  color: #3e3d40;
}

.question-steps__steps {
  width: 100%;
  overflow-x: hidden;
  position: relative;
}

.question-steps__step-item {
  width: 100%;
  display: none;
}

.question-steps__step-item.active {
  display: block;
}

.question-steps__question {
  color: #3e3d40;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 38px;
  text-align: center;
}

.question-steps__step-answers {
  display: grid;
  grid-row-gap: 28px;
  grid-column-gap: 28px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

@media (max-width: 767px) {
  .question-steps__step-answers {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 3.88889vw;
    grid-column-gap: 3.88889vw;
  }
}

.question-steps__answer {
  border: 1px solid #dcdcdc;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 30px;
  text-align: center;
  line-height: 16px;
}

.question-steps__answer:hover,
.question-steps__answer:focus {
  border-color: #3e3d40;
  font-weight: 500;
}

@media (max-width: 767px) {
  .question-steps__answer {
    padding: 4.16667vw;
    line-height: 4.16667vw;
  }
}

.question-steps__next {
  text-align: center;
}

.question-steps__result {
  border: 1px solid #d7d7d6;
  padding: 30px;
  display: flex;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .question-steps__result {
    margin-bottom: 4.16667vw;
  }
}

.question-steps__result:last-of-type {
  margin-bottom: 0;
}

.question-steps__result-title {
  color: #414042;
  font-size: 40px;
  font-weight: 500;
  line-height: 60px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

@media (min-width: 1151px) {
  .question-steps__result-texts-wrapper {
    flex-grow: 1;
    display: flex;
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .question-steps__result-texts-wrapper {
    max-width: none;
    flex-direction: column;
  }
}

@media (min-width: 1151px) {
  .question-steps__result-texts {
    width: 50%;
    width: calc(50% - 1.282051282%);
    margin-right: 1.282051282%;
  }
}

@media (max-width: 767px) {
  .question-steps__result-texts {
    width: 100%;
  }
}

@media (min-width: 1151px) {
  .question-steps__result-text1 {
    flex-grow: 1;
    max-width: 50%;
    padding-right: 1.282051282%;
  }
}

@media (max-width: 767px) {
  .question-steps__result-text1 {
    max-width: none;
    margin-bottom: 4.16667vw;
  }
}

@media (min-width: 1151px) {
  .question-steps__result-text2 {
    flex-grow: 1;
    max-width: 50%;
    font-weight: 700;
    padding-left: 1.282051282%;
  }
}

@media (max-width: 767px) {
  .question-steps__result-text2 {
    max-width: none;
    margin-bottom: 8.33333vw;
  }
}

.question-steps__result-img img {
  width: 100%;
}

@media (min-width: 1151px) {
  .question-steps__result-img {
    flex-grow: 1;
    width: 50%;
    width: calc(50% - 1.282051282%);
    margin-left: 1.282051282%;
  }
}

@media (max-width: 767px) {
  .question-steps__result-img {
    display: none;
    max-width: none;
  }
}

.question-steps__result-img-mobile {
  display: none;
}

@media (max-width: 767px) {
  .question-steps__result-img-mobile {
    display: block;
    margin-bottom: 4.16667vw;
  }
}

@media (max-width: 767px) {
  .question-steps__result-cta {
    text-align: center;
  }
}

.company-info {
  text-align: center;
  margin-top: 60px;
}

.company-info__title {
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 28px;
}

.company-info a {
  color: #3e3d40;
}

.modal.map-modal {
  padding: 0 !important;
  max-width: 600px;
  width: 600px;
  height: 450px;
  border-radius: 0;
}

.blocker {
  z-index: 10;
}

.images-autoplay {
  position: relative;
}

.images-autoplay img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.video-cover {
  position: relative;
}

@media (max-width: 767px) {
  .video-cover {
    width: 100% !important;
  }
}

.video-cover__cover {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  cursor: pointer;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  display: flex;
}
@media (max-width: 767px) {
  .video-cover__cover {
    width: 100% !important;
    height: 100% !important;
  }
}

.video-cover__cover .video-cover__button-background path {
  transition: fill 0.3s;
}

.video-cover__cover svg {
  margin: auto;
}

.video-cover__cover:hover .video-cover__button-background path {
  fill: #bed600;
}

.hs-search-field__input {
  font-family: "Roboto", sans-serif !important;
  font-size: 16px !important;
}

.header__search .hs-search-field__suggestions li {
  font-size: 14px !important;
  font-family: "Roboto", sans-serif !important;
}

@media (max-width: 767px) {
  #hs_cos_wrapper_module_170789984238811 {
    margin-top: 20px;
  }
  #hs_cos_wrapper_widget_1707916180301_ {
    margin-bottom: 20px;
  }
}

/* Utility class [MARGIN - PADDING]*/