/* Theme base styles */
@layer baseTheme {
    /* Generic */

    *, *: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;
}

    /* Objects */

    /* Responsive grid */

.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.127659574%;
    *margin-left: 2.0744680846382977%;
    -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: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

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

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

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

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .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.762430939%;
        *margin-left: 2.709239449638298%;
        -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: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .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 .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%;
    }
}

/* 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: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

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

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

    .visible-desktop {
        display: none !important ;
    }
}
    /* Content wrappers for blog post and system templates */

.content-wrapper {
  padding: 0 20px;
  margin: 0 auto;
}

/* Drag and drop layout styles */

.dnd-section > .row-fluid {
  margin: 0 auto;
}

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

    /* Elements */

    body {
  line-height: 1.4;
  overflow-wrap: break-word;
}

html[lang^='ja'] body,
html[lang^='zh'] body,
html[lang^='ko'] body {
  line-break: strict;
  overflow-wrap: normal;
  word-break: break-all;
}

/* Paragraphs */

p {
  margin: 0 0 1.4rem;
  font-size: 1rem;
}

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

/* Lists */

ul,
ol {
  padding-left: 1rem;
  margin: 0 0 1.4rem;
}

ul li,
ol li {
  margin: 0.7rem;
}

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

.no-list {
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.no-list li {
  margin: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  padding-left: 1rem;
  border-left: 10px solid;
  margin: 0 0 1.4rem;
}

/* Horizontal rules */

hr {
  border: 0 none;
  border-bottom: 1px solid;
}

/* Subscripts and superscripts */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Image alt text */

img {
  font-size: 1rem;
  word-break: normal;
}
    /* Primary button */

button,
.button,
.hs-button {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  text-align: center;
  transition: color 0.15s linear;
  white-space: normal;
}

/* Simple button */

.button.button--simple {
  position: relative;
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
}

.button.button--simple:hover,
.button.button--simple:focus {
  border: none;
  background-color: transparent;
}

/* Disabled button */

button:disabled,
.button:disabled,
.hs-button:disabled {
  border-color: #f1f1f1;
  background-color: #f1f1f1;
  pointer-events: none;
}

button:disabled,
.button:disabled,
.button.button--secondary:disabled,
.button.button--simple:disabled {
  color: #d0d0d0;
}

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  padding: 0;
  border: none;
  border-radius: 0;
  margin-bottom: 0;
  background: none;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: left;
  text-decoration: none;
  transition: none;
}

/* Button icons */

.button .button__icon svg {
  display: block;
  height: 1.25rem;
  margin-right: 1rem;
  fill: inherit;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .button .button__icon svg {
    width: 1.25rem;
  }
}

.button--icon-right .button__icon {
  order: 1;
}

.button--icon-right .button__icon svg {
  margin-right: 0;
  margin-left: 1rem;
}
    /* Form title */

.form-title {
  margin: 0;
}

.form-title ~ div > form {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* Labels */

form label {
  display: block;
  margin-bottom: 0.35rem;
}

/* Form fields */

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

form input[type='text'],
form input[type='email'],
form input[type='password'],
form input[type='tel'],
form input[type='number'],
form input[type='file'],
form input[type='search'],
form select,
form textarea {
  display: inline-block;
  width: 100% !important; /* stylelint-disable-line declaration-no-important */
}

form fieldset {
  max-width: 100% !important; /* stylelint-disable-line declaration-no-important */
}

/* Form fields - checkbox/radio */

form .inputs-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type='checkbox'],
form input[type='radio'] {
  margin-right: 0.35rem;
  cursor: pointer;
}

/* Form fields - date picker */

form .hs-dateinput {
  position: relative;
}

form .hs-dateinput:before {
  position: absolute;
  top: 50%;
  content: '\01F4C5';
  transform: translateY(-50%);
}

form .is-selected .pika-button {
  border-radius: 0 !important; /* stylelint-disable-line declaration-no-important */
  box-shadow: none !important; /* stylelint-disable-line declaration-no-important */
}

form .fn-date-picker .pika-button:hover,
form .fn-date-picker .pika-button:focus {
  border-radius: 0 !important; /* stylelint-disable-line declaration-no-important */
}

/* Form fields - file picker */

form input[type='file'] {
  padding: initial;
  border: initial;
  background-color: transparent;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  margin: 0 0 1.4rem;
  font-size: 0.8rem;
}

form .hs-richtext img {
  height: auto;
  max-width: 100% !important; /* stylelint-disable-line declaration-no-important */
}

/* GDPR */

form .legal-consent-container .hs-form-booleancheckbox-display > span {
  margin-left: 1rem !important; /* stylelint-disable-line declaration-no-important */
}

/* Validation */

form .hs-form-required {
  color: #ef6b51;
}

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

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

/* Submit button */

form input[type='submit'],
form .hs-button {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal !important; /* stylelint-disable-line declaration-no-important */
}

/* Captcha */

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

.icon {
  display: inline-flex;
  border-radius: 50%;
}

.icon--square .icon {
  border-radius: 0;
}

/* Icon */

.icon svg {
  vertical-align: middle;
}
    /* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

th,
td {
  padding: 0.7rem;
  vertical-align: top;
}

/* Table header */

thead th,
thead td {
  vertical-align: bottom;
}

    /* Components */

    /* Navigation skipper */

.header__skip {
  position: absolute;
  top: -1000px;
  left: -1000px;
  overflow: hidden;
  height: 1px;
  width: 1px;
  text-align: left;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  z-index: 2;
  top: 0;
  left: 0;
  overflow: visible;
  height: auto;
  width: auto;
}
    /* Card */

.card {
  border: 0;
}

.card--dark,
.card--light {
  padding: 1.4rem;
}
    /* Blog listing */

.blog-listing {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.blog-listing--3-col,
.blog-listing--4-col {
  justify-content: flex-start;
}

/* Section heading */

.blog-listing__heading {
  width: 100%;
  text-align: center;
}

/* Article */

.blog-listing__post {
  display: flex;
  width: 100%;
  padding: 0;
  margin-bottom: 2.8rem;
  flex-direction: column;
}

.blog-listing__post-inner-wrapper {
  display: flex;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
}

/* Featured image */

.blog-listing__post-image-wrapper {
  display: flex;
}

.blog-listing__post-image {
  height: auto;
  width: 100%;
}

/* Content */

.blog-listing__post-content {
  display: flex;
  padding: 0.7rem 0 0;
  flex-direction: column;
  flex-grow: 1;
}

.card--dark .blog-listing__post-content,
.card--light .blog-listing__post-content {
  padding: 1.4rem;
}

/* Heading */

.blog-listing__header {
  margin-bottom: 1.05rem;
}

/* Tags */

.blog-listing__post-tags {
  margin-bottom: 0.7rem;
}

.blog-listing__post-tag,
.blog-listing__post-tag:hover,
.blog-listing__post-tag:focus,
.blog-listing__post-tag:active {
  text-decoration: none;
}

/* Title */

.blog-listing__post-title {
  margin-bottom: 0.7rem;
}

/* Author */

.blog-listing__post-author {
  display: flex;
  margin-bottom: 0.7rem;
  align-items: center;
}

.blog-listing__post-author-image {
  height: auto;
  width: 50px;
  margin-right: 0.7rem;
}

.blog-listing__post-author-name,
.blog-listing__post-author-name:hover,
.blog-listing__post-author-name:focus,
.blog-listing__post-author-name:active {
  text-decoration: none;
}

/* Date */

.blog-listing__post-timestamp {
  display: block;
  margin-bottom: 0.35rem;
}

/* Button */

.blog-listing__post-button-wrapper {
  margin-top: auto;
}

/* Blog listing - basic grid */

.blog-listing--card .blog-listing__post {
  flex-direction: column;
}

.blog-listing--2-col .blog-listing__post {
  width: calc(50% - 1rem);
}

.blog-listing--3-col .blog-listing__post {
  width: calc(33.3% - 1rem);
}

.blog-listing--4-col .blog-listing__post {
  width: calc(25% - 1rem);
}

.blog-listing--3-col .blog-listing__post:nth-of-type(3n + 1),
.blog-listing--3-col .blog-listing__post:nth-of-type(3n + 2) {
  margin-right: 1.5rem;
}

.blog-listing--4-col .blog-listing__post:nth-of-type(4n + 1),
.blog-listing--4-col .blog-listing__post:nth-of-type(4n + 2),
.blog-listing--4-col .blog-listing__post:nth-of-type(4n + 3) {
  margin-right: 1.333rem;
}

@media (max-width: 767px) {
  .blog-listing .blog-listing__post {
    width: 100%;
    margin-right: 0 !important; /* stylelint-disable-line declaration-no-important */
  }
}

.blog-listing--card .blog-listing__post-image-wrapper {
  height: 200px;
}

.blog-listing--card .blog-listing__post-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .blog-listing--card .blog-listing__post-image-wrapper,
  .blog-listing--card .blog-listing__post-image {
    height: auto;
  }
}

/* Blog listing - side by side */

/* stylelint-disable no-descending-specificity */
.blog-listing--list .blog-listing__post {
  display: flex;
}
/* stylelint-enable no-descending-specificity */

.blog-listing--list .blog-listing__post-image-wrapper {
  width: 100%;
}

.blog-listing--list .blog-listing__post-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .blog-listing--list .blog-listing__post-image-wrapper,
  .blog-listing--list .blog-listing__post-image {
    height: auto;
  }
}

@media (min-width: 768px) {
  .blog-post-listing__post--list {
    flex-direction: row;
  }

  .blog-listing__post-content--list {
    order: 1;
  }

  .blog-post-listing__post-image-wrapper--list {
    order: 1;
  }

  .blog-post-listing__post-image-wrapper--right {
    order: 2;
  }

  .blog-listing--list .blog-listing__post-image-wrapper {
    width: 25%;
  }

  .blog-listing--list .blog-post-listing__post-image-wrapper--left {
    margin-right: 1.4rem;
  }

  .blog-listing--list .blog-post-listing__post-image-wrapper--right {
    margin-left: 1.4rem;
  }
}
    /* Logo */

.widget-type-logo img {
  height: auto;
  max-width: 100%;
  margin-bottom: 1.4rem;
}

/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  padding-left: 0;
  margin: 0;
  flex-wrap: wrap;
  justify-content: space-around;
  list-style: none;
}

.hs-menu-wrapper li {
  margin: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper li {
    margin-bottom: 1.4rem;
    text-align: center;
  }
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

/* prettier-ignore */
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts
.hs-item-has-children:hover
> .hs-menu-children-wrapper {
  top: 100%;
  left: 0;
  opacity: 1;
}

/* prettier-ignore */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts
.hs-item-has-children:hover
> .hs-menu-children-wrapper {
  top: 0;
  left: 100%;
  opacity: 1;
}

@media (max-width: 767px) {
  /* prettier-ignore */
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts
  .hs-item-has-children:hover
  > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts
  .hs-item-has-children:hover
  > .hs-menu-children-wrapper {
    position: relative;
    top: auto;
    left: 0;
    opacity: 1;
  }
}

/* Rich text */

.widget-type-rich_text img {
  height: auto;
  max-width: 100%;
}

    /* Utilities */

    /* For content that needs to be visually hidden but stay visible for screenreaders */

/* stylelint-disable declaration-no-important */
.show-for-sr {
  position: absolute !important;
  overflow: hidden !important;
  height: 1px !important;
  width: 1px !important;
  padding: 0 !important;
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    position: absolute !important;
    overflow: hidden !important;
    height: 1px !important;
    width: 1px !important;
    padding: 0 !important;
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
  }
}
/* stylelint-enable declaration-no-important */
}

@layer lotrekTheme{
  /* lotrek */

  section.med-section h2 {
    margin-top: 0;
    margin-bottom: 30px;
}

section.med-section {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
    padding-right: 40px;
    padding-left: 40px;
    max-width: 1440px;
    margin: 0 auto;
    color: #4D5055;
}

section.med-section.lineeVettys {
    padding-left: 0;
    padding-right: 0;
}

section.med-section.lineeVettys .swiper-slide.swiper-slide-active {
    padding-left: 40px;
}

section.med-section.lineeVettys .swiper-slide.swiper-slide-next {
    padding-right: 40px;
}

section.lineeVettys.med-section > p, section.lineeVettys.med-section > h2 {
    padding: 0 40px;
}

.filter a {
    color: #11B4DE;
    text-decoration: none;
    font-size: 18px;
    margin-right: 10px;
}

.filter {
    display: flex;
    align-items: center;
    max-width: 1440px;
    margin: 0 auto;
    padding: 20px 40px 0;
}

.filter p {
    margin: 0 10px 0 0;
}

@media (max-width:1199px) {
    section.med-section.lineeVettys .swiper-slide.swiper-slide-active {
        padding-left: 0px;
    }
    section.lineeVettys.med-section > p, section.lineeVettys.med-section > h2 {
        padding: 0px;
    }
}

@media (max-width: 767px) {
    .filter {
        padding: 10px 15px 0;
    }
    section.med-section {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-right: 15px;
        padding-left: 15px;
    }
    section.lineeVettys.med-section > p, section.lineeVettys.med-section > h2 {
        padding: 0 15px;
    } 
}




section.med-section p {margin-bottom: 40px;}

section.med-section .cards {
    display: flex;
    gap: 20px;
}

section.med-section .cards .card {
    width: 50%;
    height: 420px;
    background-color: rgba(247,247,247, 1);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

@media (max-width: 1199px) {
    section.med-section .cards {
        flex-direction: column;
    } 
    section.med-section .cards .card {
        width: 100%;
    }
}



section.med-section .cards .card .card_inner * {
    font-family: 'Rubik', sans-serif;
}

section.med-section .cards .card .card_inner {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    background: white;
    border-radius: 8px;
    margin: 30px;
    align-items: center;
}

@media (max-width: 767px) {
    section.med-section .cards .card .card_inner {
        flex-direction: column;
    }
    section.med-section .cards .card {
        height: 320px;
        background-position: center;
    }
}

.benessere_cards.cards > .card:nth-of-type(1) {
    background-image: url(https://25207592.fs1.hubspotusercontent-eu1.net/hubfs/25207592/Home%20-%20heroslider/Rectangle-77.png);
}
.benessere_cards.cards > .card:nth-of-type(2) {
    background-image: url(https://25207592.fs1.hubspotusercontent-eu1.net/hubfs/25207592/Home%20-%20heroslider/thsteh.png);
}


.swiper.productsSlider .productsSlider__sheet {
    height: 420px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
    background: white;
}

.swiper.productsSlider .productsSlider__sheet .productsSlider__sheet__infos > img {
    height: 69px;
    object-fit: contain;
}

.swiper.productsSlider .productsSlider__sheet .productsSlider__sheet__infos {
    display: grid;
    justify-items: center;
}

.swiper.productsSlider .productsSlider__sheet .productsSlider__sheet__infos .logo-img {
    height: 329px;
    object-fit: contain;
    position: relative;
    -webkit-filter: drop-shadow(5px 5px 5px #222);
    filter: drop-shadow(5px 5px 5px #222);
    grid-column: 2/3;
    grid-row: 1/4;
}

.swiper.productsSlider .productsSlider__sheet .productsSlider__sheet__infos p, .swiper.productsSlider .productsSlider__sheet .productsSlider__sheet__infos > img:not(.logo-img) , .swiper.productsSlider .productsSlider__sheet .productsSlider__sheet__infos a {
    grid-column: 1/2;
    align-self: center;
}

.swiper.productsSlider .productsSlider__sheet .productsSlider__sheet__infos p {
    margin: 0;
}

.swiper.productsSlider .productsSlider__sheet .productsSlider__sheet__infos > img:not(.logo-img) {
    align-self: flex-end;
}

.swiper.productsSlider .productsSlider__sheet .productsSlider__sheet__infos a {
    align-self: flex-start;
}

.swiper.productsSlider .productsSlider__sheet .productsSlider__sheet__infos p {
    text-align: left;
    color: #664C36;
}

section.pre-footer.med-section {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    
}
section.pre-footer.med-section .pre-footer__cta {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 25px;
    background-repeat: no-repeat;
    border-radius: 8px;
    background-size: cover;
    background-position: center;
    height: 300px;
}
@media (max-width:992px) {
    section.pre-footer.med-section .pre-footer__cta {
        height: 150px;
    }
}

@media (max-width: 767px) {
    section.pre-footer.med-section {
        grid-template-columns: 1fr;
    }    
}

section.pre-footer.med-section .pre-footer__cta:nth-of-type(1) {
    background-image: url('https://25207592.fs1.hubspotusercontent-eu1.net/hubfs/25207592/Rectangle%20359.png');
}
section.pre-footer.med-section .pre-footer__cta:nth-of-type(2) {
    background-image: url('https://25207592.fs1.hubspotusercontent-eu1.net/hubfs/25207592/Rectangle%20360.png');
}
section.pre-footer.med-section .pre-footer__cta:nth-of-type(3) {
    background-image: url('https://25207592.fs1.hubspotusercontent-eu1.net/hubfs/25207592/Rectangle%20361.png');
}

/* DECORATIONS */
@media (min-width: 1200px) {
    section.benessere.med-section:before {
        content: '';
        height: 600px;
        width: 500px;
        left: -200px;
        background: #FBD100;
        display: block;
        position: absolute;
        z-index: -1;
        border-radius: 50%;
        transform: matrix(0.82, -0.57, 0.57, 0.82, 0, 0);
    }
    section.lineeVettys.med-section:after {
        content: '';
        height: 500px;
        width: 600px;
        right: -200px;
        top: 0;
        background: #FBD100;
        display: block;
        position: absolute;
        z-index: -1;
        border-radius: 50%;
        transform: matrix(0.82, -0.57, 0.57, 0.82, 0, 0);
    }
}


section.heading-sublvl-page {
    width: 100%;
    height: fit-content;
    min-height: 450px; 
    position: relative;
    z-index: 1;                                
}

section.heading-sublvl-page .heading-sublvl-page__container {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    width: 60%;
    height: 100%;
    max-width: 1440px;
    padding: 0 40px;
    margin: 0 5%;                                 
}
@media(max-width: 1200px){
  section.heading-sublvl-page .heading-sublvl-page__container {
    width: 100%;
    margin: 0;
  }
}

section.heading-sublvl-page h1 {
    font-size: 62px;
    font-weight: 500;
    color: ;
}
section.heading-sublvl-page .heading-sublvl-page__container::before {
    content: '';
    background: #f2e8d5;
    border-radius: 50%;
    bottom: -120px;
    height: 350px;
    left: -161px;
    position: absolute;
    transform: matrix(.82,-.57,.57,.82,0,0) rotate(266deg);
    width: 270px;
    z-index: -1;
}

.download {
    display: flex;
    align-items: center;
    gap: 50px;
}

@media (max-width:1199px) {
    .download {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
}

section.detailProd .download {
    margin-top: 50px;
}

section.detailProd .download a:nth-child(2) {
    text-decoration: none;
    color: #11B4DE;
}


@media (max-width: 767px) {
    section.heading-sublvl-page .heading-sublvl-page__container {
        padding: 0 15px;                                
    }
    section.heading-sublvl-page h1 {
        padding: 15px;
        font-size: 45px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    section.heading-sublvl-page {
        height: 140px;
    } 
    section.heading-sublvl-page .heading-sublvl-page__container::before {
      bottom: -50px;
      height: 281px;
      left: -100px;
      width: 220px;
    }
}


section.middleSubLvl {
    max-width: 1440px;
    margin: 0 auto;
    padding: 60px 40px;
    display: grid;
    grid-template-columns: 0.5fr 1fr;
    grid-gap: 100px;
}

@media (max-width: 1199px) {
    section.middleSubLvl {
        max-width: 1440px;
        margin: 0 auto;
        padding: 60px 40px;
        display: grid;
        grid-template-columns: .8fr 1fr;
        grid-gap: 50px;
    }
}
@media (max-width: 992px) {
    section.middleSubLvl {
        grid-gap: 30px;
        grid-template-columns: 1fr;
        padding: 15px 40px;
    }
    
}
@media (max-width: 767px) {
    section.middleSubLvl {
        padding: 15px;
    }
}

/* --- GREYBOX --- */

.greybox {
    display: flex;
    flex-direction: column;
    background: rgba(2, 85, 119, 0.05);
    border-radius: 8px;
    padding: 40px;
    color: ;
    height: fit-content;
}

.greybox address {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    line-height: 24px;
    font-style: inherit;
}

.greybox address strong {
    font-weight: 700;
    font-size: 16px;
    padding-bottom: 16px;
    font-style: inherit;
}

.greybox fieldset a {
    color: black;
    text-decoration: none;
}

.greybox address a {
    color: ;
    margin-top: 8px;
    text-decoration: none;
    display: block;
}

.greybox address.addr-map a:before {
    content: '';background-image: url('https://25207592.fs1.hubspotusercontent-eu1.net/hubfs/25207592/place.svg');
    width: 13px;
    height: 19px;
    display: inline-block;
    margin-right: 8px;
}

.greybox fieldset {
    margin-top: 30px;
    font-size: 30px;
    font-weight: 700;
    border-radius: 8px;
    border: 4px solid #009035;
    width: fit-content;
}

.greybox fieldset legend {
    padding-right: 4px;
    padding-left: 4px;
    color: #009035;
    font-size: 18px;
}
.greybox address.addr-email p {
    font-weight: 700;
    font-size: 16px;
}
.greybox address.addr-email * , .greybox address.addr-farmacovigilanza *{
    margin: 0;
    line-height: inherit;
    display: inherit;
    white-space: break-spaces;
    font-size: inherit;
}

address.addr-farmacovigilanza > span {
    display: flex;
    flex-direction: column;
}

.greybox address.addr-email , .greybox address.addr-farmacovigilanza {
  padding: 25px 0;
}

@media (max-width: 767px) {
    .greybox {
        padding: 20px;
    }
    .greybox fieldset {
        font-size: 20px;
    }
    .greybox fieldset legend {
        font-size: 15px;
    }
    .greybox address.addr-email, .greybox address.addr-farmacovigilanza {
        padding: 15px 0;
    }
}


/* --- END GREYBOX --- */

/* --- INFOBOX --- */
.infobox p {
    font-size: 16px;
}

.infobox h2 {
    font-size: 30px;
    margin-top: 0;
}
.infobox , .product-infos  {
    color: #664C36;
}
.infobox  details , .product-infos details{
    position:relative;
    padding: 25px 0;
    border-top: 1px solid #F5EDDD;
    color: #664C36;
    font-size: 16px;
}
.infobox  details:last-of-type  , .product-infos details:last-of-type {
    border-bottom: 1px solid #F5EDDD;
}

.infobox details summary:focus-visible , .infobox details summary:focus , .product-infos details summary:focus , .product-infos details summary:focus-visible   {
    outline: none;
}

summary:focus {
    outline: none;
}

.infobox details summary:-internal-direct-focus , .product-infos details summary:-internal-direct-focus {
    outline: none;
}

.infobox details:first-of-type , .product-infos details:first-of-type  {
    margin-top: 30px;
}

.infobox details summary , .product-infos details summary {
    cursor: pointer;
}

.infobox details > summary:after  {
    content: '';
    position: absolute;
    right: 0;
    background-image: url(https://25207592.fs1.hubspotusercontent-eu1.net/hubfs/25207592/expand_more.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 12px;
    height: 8px;
    transition: all .3s ease;
}

.infobox details[open] > summary:after {
    transform: rotate(
180deg);
}

.infobox details summary::-webkit-details-marker,
.infobox details summary::marker,
.product-infos details summary::-webkit-details-marker,
.product-infos details summary::marker {
 display: none; 
 content: "";
}

.infobox  details summary , .product-infos details summary {
    color: #11B4DE;
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
}
@media (max-width: 992px) {
    .infobox h2 {
        font-size: 20px;
        line-height: 25px;
    }
}
/* --- END INFOBOX --- */

section.listingAll {
    max-width: 1440px;
    margin: 0 auto;
    padding: 40px;
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(325px,1fr));
    grid-column-gap: 20px;
    grid-row-gap: 40px;
}

@media (max-width: 767px) {
    section.listingAll {
        padding: 15px;
    }
    section.listingAll {
        grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
    }
}

section.listingAll .product {
    border-radius: 8px;
    color: #664C36;
    position: relative;
    padding: 0px;
    transition: .25s ease-in-out;
}
section.listingAll .product:hover {
    //box-shadow: 3px 3px 4px #00000035;
}

@media(min-width: 1200px){
  section.listingAll .product {
    max-width: 25vw;
  }
}

@media(min-width: 769px && max-width: 1199px){
  section.listingAll .product {
    max-width: 50vw;
  }
}

.product .b_cerulean{
    width: 100%;
    display: block;
    text-align: center;
    padding: 12px;
    margin-top: 24px;
    margin-bottom: 16px;
}

.b_cerulean:hover{
    background-color: #0f9abe !important;
}

.colorToChange{
    background: #FBD100;
    width: fit-content;
    color: black !important;
    padding: 8px 12px;
    border-radius: 40px;
}

section.listingAll .product h6 {
    font-weight: 400;
    min-height: 6em;
}

section.listingAll .product h4, section.listingAll .product h3, section.listingAll .product h6, section.listingAll .product small {
    margin: 0;
}

section.listingAll .product small {
    padding: 20px 0 10px;
    display: block;
    font-size: 12px;
}

section.listingAll .product h3 {
    padding: 5px 0;
    font-weight: bold;
    color: black;
    font-size: 24px;
}

section.listingAll .product .title-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 12px 0;
}

.product__tags {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    z-index: 2;
    width: 90%;
}

.product__tags i , section.detailProd .gallery .gallery__img i {
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
  
    background-color: #FCD100
}

.product__tags i img , section.detailProd .gallery .gallery__img i img {
    height: 28px;
    object-fit: contain;
}

.product__tags h5 {
    background: #F5EDDD;
    border-radius: 12px;
    width: fit-content;
    height: fit-content;
    padding: 2px 8px;
    font-weight: 700;
    margin: 0;
  
    display: none;
}

section.listingAll .product__image {
    position: relative;
}

section.listingAll .product__image img {
    height: 329px;
    width: 100%;
    object-fit: contain;
}

/* PRODUCT DETAIL */
section.detailProd {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
    margin: 0 auto;
    max-width: 1440px;
    padding: 40px 40px 60px;
    position: relative;
}
@media (min-width: 1200px) {
    section.detailProd:before {
        content: '';
        height: 600px;
        width: 500px;
        left: -200px;
        background: #fbd100;
        display: block;
        position: absolute;
        z-index: -1;
        border-radius: 50%;
        transform: matrix(0.82,-0.57,0.57,0.82,0,0);
    }
}
@media (max-width: 767px) {
    section.detailProd {
        padding: 15px 15px 30px;
    }
}

section.detailProd .gallery .gallery__img {
    position: relative;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.detailProd .gallery .gallery__img img {
    width: 500px;
    height: 500px;
    object-fit: contain;
}

@media (max-width: 1199px) {
    section.detailProd .gallery .gallery__img img {
        width: 400px;
        height: 400px;
    }
}

section.detailProd .gallery .gallery__img i {
    position: absolute;
    right: 15px;
    top: 15px;
}

section.detailProd .gallery__row {
    display: flex;
    width: 100%;
    margin-top: 20px;
}


section.detailProd .gallery__row .gallery__row__column {
    height: 100px;
    width: 100px;
    border: 1px solid rgba(61, 61, 61, 0.5);
    border-radius: 4px;
    margin-right: 20px;
    cursor: pointer;
}
section.detailProd .gallery__row .gallery__row__column:last-of-type {
    margin-right: 0;
}

section.detailProd .gallery__row__column img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.detailProd .product-infos h4 {
    margin: 0;
}

.product-infos {
    color: #4D5055;
}

.product-infos h1 {
    margin: 16px 0;
}

.product-infos h6 {
    font-weight: 400;
    margin: 0;
}

.product-infos p {
    font-weight: 700;
}

.product-infos details {
    padding: 15px 0;
}

.product-infos details * {
    margin: 10px 0;
}

.product-infos details p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}

.product-infos details summary {
    text-transform: uppercase;
    font-size: 16px;
    margin: 0;
}

.product-infos details > summary:after  {
    content: '+';
    position: absolute;
    right: 0;
    width: 12px;
    height: 8px;
    transition: all .3s ease;
}

.product-infos details[open] > summary:after {
   content: '-'
}

section.listingAll.relatedProducts {
    display: block;
}

section.listingAll.relatedProducts > h3 {
    font-size: 24px;
    text-align: center;
    margin: 40px 0;
    color: #4D5055;
}


@media (max-width: 992px) {
    section.detailProd .gallery__row .gallery__row__column {
        height: 80px;
        width: 80px;
        margin-right: 10px
    }
    section.listingAll.relatedProducts {
        padding-bottom: 30px;
    }
    section.detailProd .gallery .gallery__img {
        height: 450px;
    }
    section.detailProd .gallery .gallery__img img {
        width: 300px;
        height: 300px;
    }
    section.detailProd {
        grid-template-columns: 0.5fr 1fr;
    }
}

@media (max-width: 767px) {
    section.listingAll.relatedProducts > h3 {
        font-size: 18px;
        margin: 20px 0;
    }
    section.detailProd {
        grid-template-columns: 1fr;
    }
    section.detailProd .gallery__row .gallery__row__column {
        height: 65px;
        width: 65px;
    }
    section.detailProd .gallery__row {
        justify-content: center;
        align-items: center;
    }
    section.detailProd .gallery .gallery__img {
        height: 300px;
    }
    section.detailProd .gallery .gallery__img img {
        width: 220px;
        height: 250px;
    }



    .swiper.productsSlider .productsSlider__sheet .productsSlider__sheet__infos .logo-img {
        grid-row: 1/3;
        height: 180px;
    }
    
    .swiper.productsSlider .productsSlider__sheet .productsSlider__sheet__infos {}
    
    .swiper.productsSlider .productsSlider__sheet .productsSlider__sheet__infos p {
        grid-row: 3;
        grid-column: 1/3;
        text-align: center;
        margin: 15px;
    }
    
    .swiper.productsSlider .productsSlider__sheet .productsSlider__sheet__infos a {
        grid-row: 5;
        grid-column: 1/4;
    }
    
    .swiper.productsSlider .productsSlider__sheet .productsSlider__sheet__infos>img:not(.logo-img) {
        grid-row: 1/3;
        align-self: center;
        height: 50px;
        width: 135px;
        object-fit: contain;
    }


}

.titleonlysection{
    margin: 0 5%;
    max-width: 1440px;
}

.listingAll-slider{
  display:flex !important;
  flex-wrap: nowrap;
  overflow-x: scroll;
}

.listingAll-slider .product{
  width: 24%;
  min-width: 300px;
}

/* Style the scrollbar */
.listingAll-slider::-webkit-scrollbar {
  width: 6px;
}

/* Style the track */
.listingAll-slider::-webkit-scrollbar-track {
  background: transparent;
}

/* Style the thumb */
.listingAll-slider::-webkit-scrollbar-thumb {
  background: #f2eee6;
  border-radius: 5px;
}

/* Style the buttons */
.listingAll-slider::-webkit-scrollbar-button {
  display: none;
}

.underlined-link{
  margin-top: 20px;
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  width: fit-content;
  color: black;
}

.underlined-link::after{
  content: url("data:image/svg+xml,%3Csvg width='9' height='13' viewBox='0 0 9 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.93237 11.7417L7.08024 6.74162L1.93237 1.7417' stroke='%2311B4DE' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  position: absolute;
  top: 0px;
  right: -20px;
  transition: right .2s ease-in-out;
}

.underlined-link:hover::after{
  right: -30px;
}

.products-slider{
    display: flex !important;
    flex-wrap: nowrap;
    overflow-x: scroll;
    scroll-behavior: smooth;
}

.products-slider .product{
    min-width: 24.5%;
    width: 24.5%;
}

@media(max-width:768px){
  .products-slider .product{
    min-width: 75%;
    width: 75%;
  }
}

.filter h2{
  margin-right: 20px;
}

.filter input:checked{
  background: #00b2cb;
  width: 75px;
  height: 35px;
  border-radius: 100px;
  border: 0;
}

.filter input{
  background: white;
  width: 75px !important;
  height: 35px !important;
  border-radius: 100px !important;
  border: 0 !important;

  margin-right: -57px !important;
  margin-left: 20px !important;

  cursor: pointer;
}

.filter label{
  font-weight: bold;
  color: #00b2cb;
  mix-blend-mode: multiply;
}

.filter{
  flex-direction: row;
}

.filter .inner{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 40%;
}

.filter .inner .labels{
  display: flex;
  flex-direction: row;
  align-items: center;
}

.filter .inner .underlined-link{
  color: black;
  text-decoration: underline;
  margin: 0;
}

@media(max-width: 768px){
  .filter{
    flex-direction: column;
  }
  .filter .inner{
    width: 90%;
    margin-bottom: 24px;
    margin-left: -10%;
  }
}

/* Style the scrollbar */
.products-slider::-webkit-scrollbar {
  display: none;
}

/* Style the track */
.products-slider::-webkit-scrollbar-track {
  display: none;
}

/* Style the thumb */
.products-slider::-webkit-scrollbar-thumb {
  display: none;
}

/* Style the buttons */
.products-slider::-webkit-scrollbar-button {
  display: none;
}

.home-first-slider-buttons{
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  justify-content: center;
  
  margin-bottom: 48px;
}

.home-first-slider-buttons .button{
  width: 120px;
  height: 4px;
  border-radius: 4px;
  background-color: #F2E8D5;
  cursor: pointer;
}

.home-first-slider-buttons .active,{
  background-color: #11B4DE !important;
}

@media(max-width: 768px){
  .home-first-slider-buttons .button{
    width: 60px;
  }
}

.product__image{
  background-color: #F2F2F2;
  position: relative;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
  margin-bottom: 24px;
}

.product__image::before{
  content: "";
  border: 2px solid #E8CC16;
  border-radius: 100%;
  left: -10%;
  top: -20%;
  width: 200px;
  transform: rotate(-40.18deg);
  height: 230px;
  position: absolute;
}

.product__image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    z-index: 2;
    position: relative;
    padding: 20px;
}

.product__tags{
    margin-top: 10px;
    margin-left: 10px
}

.filter-drop{
  display:flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
  
   margin: 0 auto;
   max-width: 1440px;
   padding: 20px 40px 0;
}

.filter-drop .home-filter button{
    border: 0;
    background-color: #11b4de;
    color: white;
    text-transform: uppercase;
    font-weight: 500;
    padding: 8px 24px;
    border-radius: 100px;
}

.filter-drop .home-filter{
  position: relative;
  display: flex;
  align-items: center;
}

.filter-drop .home-filter .dropdown{
    position: absolute;
    top: 90%;
    right: 0;
    width: 500px;
    background-color: #F2E8D5;
    padding: 24px;
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    z-index: 10;
}

.filter-drop .home-filter .dropdown div{
    width: calc(50% - 8px);
}

.filter-drop .home-filter .dropdown div input[type="checkbox"] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  appearance: none;
  /* Not removed via appearance */
  margin: 0;

  background-color: transparent;
  border: 1px solid black;
  font: inherit;
  color: white;
  width: 20px;
  height: 20px;

  display: inline-grid;
  place-content: center;

  margin-bottom: 13px;
  margin-right: 8px;
}

.filter-drop .home-filter .dropdown div input[type="checkbox"]::before {
  content: "";
  width: 10px;
  height: 10px;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
}

.filter-drop .home-filter .dropdown div input[type="checkbox"]:checked {
  background-color: #11B4DE;
}

.filter-drop .home-filter .dropdown div input[type="checkbox"]:checked::before {
  transform: scale(1);
  background-color: white;
}

@media(max-width: 768px){
  .filter-drop{
    padding: 10px 15px 0;
    flex-direction: column;
  }
  
  .filter-drop .home-filter .dropdown{
    top: 120%;
    left: 0;
    right: 0;
    width: 100%;
  }
  
  .filter-drop .home-filter .dropdown div{
    width: 100%;
  }
}

#open-filter{
  cursor: pointer;
}

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

.listingAll-contentround-reserved-inner{
  width: 100% !important;
  background-color: #f0f0f0 !important;
  padding: 40px 30% 140px 25%; !important;
}

.listingAll-contentround-reserved:after{
  display: none!important;
}

.listingAll-contentround-reserved{
  margin-bottom: -80px;
}

@media(max-width:768px){
  .listingAll-contentround-reserved-inner{
    border-radius: 0 100px 0 0 !Important;
    padding: 40px 15% 140px !Important;
    width: 100% !Important;
    margin-bottom: -85px !Important;
  }
  
  .listingAll-contentround-reserved{
    width: 100% !important;
    margin-left: 0 !important;
  }
}


/* BLOG POST */

.blog-post-section .blog-post__timestamp{
  display: none !important;
}

.blog-post-section .blog-post__meta{
  display: none;
}

.blog-post-section .blog-post__tags{
  display: none;
}

.blog-post-section h1 span{
  font-size: 62px !important;
  line-height: 72px!important;
  font-weight: bold;
  width: 100%;
}

@media(max-width: 768px){
  .blog-post-section h1 span{
    font-size: 45px !important;
    line-height: 50px!important;
  }
}

.blog-post-section h1{
  min-height: 200px;
  display: flex;
  align-items: center;
  margin-bottom: 125px;
  width: 80%;
}

.blog-post-section h1::before{
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 3.55%, #F3F3F3 100%, #F3F3F3 100%);
  position: absolute;
  content: '';
  top: 120px;
  left: 0;
  z-index: -2;
  
  width: 100vw;
  min-height: 300px;
}

.blog-post-section h1::after{
  background: #f2e8d5;
  border-radius: 50%;
  content: "";
  min-height: 350px;
  position: absolute;
  transform: matrix(.82,-.57,.57,.82,0,0) rotate(273deg);
  width: 270px;
  z-index: -1;
  
  left: -3.02%;
  right: 82.57%;
  
}

@media(max-width: 768px){
  .blog-post-section h1::after{
    top: 80px;
  }
  
  .blog-post-section h1::before{
    min-height: 275px;
  }
}

.blog-post__body a{
  color: #11B4DE;
}

.blog-post__body a:hover{
  color: #0f9abe;
  text-decoration: none;
}


/* BLOG INDEX */

.hs-blog-listing .dnd_area-row-0-padding{
    padding-top: 50px !important;
    padding-bottom: 75px !important;
    position: relative;
    min-height: 300px;
}

.hs-blog-listing .dnd_area-row-0-padding::before{
  background: #f2e8d5;
  border-radius: 50%;
  content: "";
  min-height: 350px;
  position: absolute;
  transform: matrix(.82,-.57,.57,.82,0,0) rotate(273deg);
  width: 270px;

  left: -3.02%;
  right: 82.57%;
  bottom: -60px;
}

.hs-blog-listing .dnd_area-row-0-padding>.row-fluid{
    max-width: 1440px !important;
}

.hs-blog-listing .dnd_area-row-0-padding>.row-fluid>.dnd-column{
  position: relative;
  z-index: 2;
  width: 70%;
}

.hs-blog-listing .row-number-4{
  height: 0;
  padding: 0 !important;
  margin: 0 !important;
  position: relative;
}

@media(max-width: 768px){
  .hs-blog-listing .row-number-4{
    height: auto !important;
  }
}

.hs-blog-listing .dnd_area-row-0-padding>.row-fluid>.dnd-column h1{
  font-weight: bold !important;
}

.hs-blog-listing .dnd_area-row-0-padding>.row-fluid>.dnd-column h1::first-letter{
  text-transform: uppercase;
}

.hs-blog-listing .row-number-4 .row-number-5 img{
  position: absolute;
  width: 500px;
  object-fit: contain;
  right: 0;
  bottom: 0;
  display: block;
  max-width: 28% !important;
}

.hs-blog-listing .row-number-4 .row-number-6 img{
  position: absolute;
  width: 150px !important;
  object-fit: contain;
  right: 0;
  bottom: 12px;
  display: none;
}

@media(max-width: 768px){
  .hs-blog-listing .dnd_area-row-0-padding>.row-fluid>.dnd-column{
    width: 100%;
  }
  
  .hs-blog-listing .row-number-4 .row-number-5 img{
    display: none;
  }
  
  .hs-blog-listing .row-number-4 .row-number-6 img{
    display: block;
  }
  
  .hs-blog-listing .dnd_area-row-0-padding::before{
    left: -12.84%;
    bottom: -8%;
    top: auto;
    
    min-height: 290px;
    width: 225px;
  }
  
  .hs-blog-listing .dnd_area-row-0-padding>.row-fluid>.dnd-column{
    padding-bottom: 200px;
  }
}

/* blog grid */

.hs-blog-listing .row-number-7>.row-fluid {
  max-width: 1440px !important;
}

.hs-blog-listing .blog-listing__post{
  position: relative;
}

.hs-blog-listing .blog-listing__post img{
  border-radius: 20px;
}

.hs-blog-listing .blog-listing__post .blog-listing__post-tags{
  position: relative;
}

.hs-blog-listing .blog-listing__post .blog-listing__post-tags a{
  text-decoration: underline;
  font-weight: bold;
  display: inline-block;
}

.hs-blog-listing .blog-listing__post .blog-listing__post-tags a::first-letter{
  text-transform: uppercase;
}

.hs-blog-listing .blog-listing__post .blog-listing__post-tags a:hover{
  text-decoration: none;
}

.hs-blog-listing .blog-listing__post .blog-listing__post-tags::before{
  content: "Titolo di coda sul ";
}

.hs-blog-listing .blog-listing__post h2{
  font-size: 22px !important;
  line-height: 38px !important;
  
  margin: -5px 0 !important;
}

.hs-blog-listing .blog-listing__post h2 a{
  font-size: 22px !important;
  line-height: 38px !important;
}

.hs-blog-listing .blog-listing__post .blog-listing__post-summary p::after{
  content: "";
  width: 60px;
  height: 10px;
  display: inline-block;
}

.hs-blog-listing .blog-listing__post .blog-listing__post-button-wrapper .button {
    color: #505050;
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    position: absolute;
    bottom: 24px;
    right: 8px;
    font-weight: bold;
}

.hs-blog-listing .blog-listing__post .blog-listing__post-button-wrapper .button:hover {
    text-decoration: underline;
}

/* magheggi categoria */

@media(min-width: 768px){
  .category-h1{
    width: 96vw !important;
    text-align: center !important;
    margin-top: 42px !important;
  }
}

/* blog link list */

.hs-blog-listing .row-number-7{
   padding-bottom: 0;
}

.hs-blog-listing .row-number-7 a{
   color: #4D5055 !important;
   text-decoration: underline;
}

.hs-blog-listing .row-number-7 a:hover{
   text-decoration: none;
}

.hs-blog-listing .row-number-7 p{
  margin-bottom: 0;
}

.hs_cos_wrapper_type_rich_text a{
  color: #00b2cb;
  text-decoration: none;
}

.hs-richtext a{
  color: #00b2cb;
  text-decoration: none;
}
  @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

* {
    font-family: 'Poppins', sans-serif;
}

h1 {
    font-size: 62px !important;
    font-weight: 500 !important;
    line-height: 72px !important;
}

h1 strong{
  font-weight: 700 !important;
}

h2 {
    font-size: 38px !important;
    font-weight: 800 !important;
    line-height: 57px !important;
}

h2 strong{
  font-weight: 800 !important;
}

@media (max-width: 767px) {
    h1{
        font-size: 45px !important;
        line-height: 55px !important;
    }
  
    h2{
        font-size: 30px !important;
        line-height: 40px !important;
    }
}

h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 24px !important;
}

h3 span {
    font-size: 26px !important;
    font-weight: 700;
    line-height: 36px !important;
}

h5 {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
}

h6 {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
}

p, span {
    font-size: 16px !important;
    line-height: 26px !important;
}
  .header {
  padding: 0 !important;
  width: 100%;
  margin: 0 auto;
  z-index: 1000;
  position: relative;
}

.header a.button{
  margin-left: 0 !important;
}

.main-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  max-width: 1440px;
  padding: 0px 30px;
}

@media(max-width: 768px){
  .main-menu {
    padding: 12px 8px;
  }
}

.topbar-menu{
  width: 100%;
  padding: 1px 25px;
  background-color: #F2E8D5;
  border-radius: 0 0 0 100px;
}

.topbar-menu .hs_cos_wrapper_type_menu .hs-menu-flow-horizontal ul{
  display: flex;
  flex-direction: row; 
  list-style: none;
  justify-content: flex-end;
  margin: 16px 0;
}

.topbar-menu .hs_cos_wrapper_type_menu .hs-menu-flow-horizontal ul a{
  color: #0D0302;
  text-decoration: none;
  margin-left: 20px;
  font-size: 14px;
  font-weight: 400;
}
  
.topbar-menu .hs_cos_wrapper_type_menu .hs-menu-flow-horizontal ul li ul{
  display: none !important;
}

.topbar-menu li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:hover ul:not(.hs-menu-depth-2 ul){
  display: none !important;
}

.mobile-menu{
  background: transparent !important;
}

.mobile-menu #close{
  display: flex;
  justify-content: flex-start;
  order: -2;
  padding: 25px 25px 15px 25px;
  width: 25%;
  background: white;
}

.mobile-menu .hs_cos_wrapper_type_menu{
  background: white;
  min-height: 100vh;
  padding-top: 32px;
}

.header nav.active ul li:not(.hs-menu-children-wrapper li){
  border-top: 0 !important;
  border-bottom: 0 !important;
  position: relative;
}

.header nav.active ul li:not(.hs-menu-children-wrapper li)::before{
  content : "";
  position: absolute;
  left    : 5%;
  bottom  : 0;
  height  : 1px;
  width   : 90%; 
  border-bottom:1px solid black;
  z-index: 2;
}

.header nav.active ul li:not(.hs-menu-children-wrapper li):nth-child(4),
.header nav.active ul li:not(.hs-menu-children-wrapper li):nth-child(5),
.header nav.active ul li:not(.hs-menu-children-wrapper li):nth-child(6),
.header nav.active ul li:not(.hs-menu-children-wrapper li):nth-child(7){
  background-color: #F2E8D5 !important;
}

.header nav.active ul li:not(.hs-menu-children-wrapper li):nth-child(4){
  margin-top: 24px;
  padding-top: 32px;
}

.header nav.active ul li:not(.hs-menu-children-wrapper li):last-child::after{
  content : "";
  position: absolute;
  left    : 0;
  bottom  : -100vh;
  height  : 101vh;
  width   : 100%;
  background-color: #F2E8D5 !important;
}

.header nav.active ul li.hs-menu-depth-1>a{
  position: relative;
  display: block;
  width: 90vw;
  min-width: 90vw;
}

.header nav.active ul li.hs-menu-depth-1>a::after{
  content: url("data:image/svg+xml,%3Csvg width='9' height='13' viewBox='0 0 9 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.93237 11.7417L7.08024 6.74162L1.93237 1.7417' stroke='%230D0302' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  position: absolute;
  top: 0px;
  right: 24px;
  font-size: 1.2em;
  font-weight: bold;
}

.header nav.active ul li.hs-item-has-children>a::after{
  content: "+" !important;
}

.header nav.active ul li.hs-menu-depth-1>ul{
  height: 0;
  overflow: hidden;
}

.header nav.active ul li.hs-menu-depth-1.opened>ul{
  height: fit-content !important;
}

.header nav.active ul li.hs-menu-depth-2.opened>ul{
  height: fit-content !important;
}

@media(max-width: 1200px){
    .no-mobile{
      display: none !important;
    }
}

@media(min-width: 1200px){
    .no-desktop{
      display: none !important;
    }
}

li.hs-menu-item.hs-menu-depth-1.hs-item-has-children{
  position: static !important;
}

@media(min-width: 1200px){
  .main-menu li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:hover ul:not(.hs-menu-depth-2 ul){
    left: 0 !important;
    width: 100%;
    height: 550px;
    transform: translate(0px, 0px) !important;
    background: linear-gradient(360deg, #F2E8D5 5.03%, #FFFFFF 95.61%) !important;
    grid-template-columns: 1fr 1fr 0.3fr !important;
    grid-gap: 25px !important;
    padding-left: 27vw !important;
    overflow: hidden !important;
    border-radius: 0!important;
    z-index: 100;
  }

  .main-menu li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:hover ul:not(.hs-menu-depth-2 ul)::before{
    display: none !important;
  }
  
  .main-menu li.hs-menu-item.hs-menu-depth-2:first-child{
    padding-left: 25px;
    border-left: 1px solid #B3B3B3;
    position: relative;
  }

  .main-menu li.hs-menu-item.hs-menu-depth-2{
    border-right: 1px solid #B3B3B3;
  }

  .main-menu li.hs-menu-item.hs-menu-depth-2:last-child{
    border-right: 0px solid #B3B3B3;
  }
  
  .main-menu li.hs-menu-item.hs-menu-depth-1:nth-child(1) li.hs-menu-item.hs-menu-depth-2:first-child::before{
    content: "CANE";
    position: absolute;
    top: 0;
    left: -23vw;
    font-size: 52px;
  }
  
  .main-menu li.hs-menu-item.hs-menu-depth-1:nth-child(1) li.hs-menu-item.hs-menu-depth-2:first-child::after{
    content: "";
    background-image: url("https://www.vettys.com/hubfs/img-lotrek/menu-cane.png");
    bottom: -45px;
    content: "";
    font-size: 52px;
    height: 440px;
    left: -28.5vw;
    position: absolute;
    width: 330px;
  }
  
  .main-menu li.hs-menu-item.hs-menu-depth-1:nth-child(2) li.hs-menu-item.hs-menu-depth-2:first-child::before{
    content: "GATTO";
    position: absolute;
    top: 0;
    left: -23vw;
    font-size: 52px;
  }
  
  .main-menu li.hs-menu-item.hs-menu-depth-1:nth-child(2) li.hs-menu-item.hs-menu-depth-2:first-child::after{
    content: "";
    background-image: url("https://www.vettys.com/hubfs/img-lotrek/menu-gatto.png");
    bottom: -45px;
    content: "";
    font-size: 52px;
    height: 440px;
    left: -28.5vw;
    position: absolute;
    width: 330px;
  }
  
  .main-menu li.hs-menu-item.hs-menu-depth-1:nth-child(3) li.hs-menu-item.hs-menu-depth-2:first-child::before{
    content: "LINEE";
    position: absolute;
    top: 0;
    left: -23vw;
    font-size: 52px;
  }
  
  .main-menu li.hs-menu-item.hs-menu-depth-1:nth-child(3) li.hs-menu-item.hs-menu-depth-2:first-child::after{
    content: "";
    background-image: url("https://www.vettys.com/hubfs/img-lotrek/menu-linee.png");
    bottom: -45px;
    content: "";
    font-size: 52px;
    height: 440px;
    left: -28.5vw;
    position: absolute;
    width: 330px;
  }
}

a.button.b_cerulean{
  position: relative;
  text-transform: uppercase;
}

@media(max-width: 768px){
  .main-menu a.button.b_cerulean{
    font-size: 12px !important;
    padding: 4px 6px !important;
  }
  
  .main-menu a.button.b_cerulean::after{
    bottom: -3px;
    left: -3px;
  }
}

a.button.b_cerulean::after{
  position: absolute;
  content: "";
  bottom: -4px;
  left: -4px;
  background: transparent;
  border: 1px solid #11B4DE;
  height: 100%;
  width: 100%;
  border-radius: 19px;
}

a.button.b_cerulean:hover::after{
  border: 1px solid #0f9abe;
}

.productSlider{
  display: flex !important;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow: scroll;
  padding: 40px 0 !important;
}




.header nav#membershipMenu {
  margin-left: auto;
}

.header nav#membershipMenu ul {
  display: none;
}
.header nav#membershipMenu #closeMembership {
  display: none;
}

.header .avatar {
  margin-left: auto;
  display: flex;
  font-size: 16px;
  color: #11B4DE;
  justify-content: center;
  align-items: center;
}

.header .avatar img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 3px solid white;
  box-shadow: 0px 0px 0px 1px #F5EDDD;
  margin-right: 10px;
}

.header .avatar a {
  max-width: 270px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #11B4DE;
  text-decoration: none; 
}


@media (max-width: 767px) {
  .header nav#membershipMenu.active {
    display: flex;
    flex-direction: column;
    align-items: unset;
    height: 100vh;
    z-index: 4;
    width: 100vw;
    background: white;
    bottom: 0;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    position: absolute;
    overflow: hidden;
  } 
  .header .avatar a {
    display: none;
  }
  .header .avatar img {
    cursor: pointer;
  }
  #membershipMenu.active div#closeMembership {
    padding: 15px 25px;
    display: flex;
    justify-content: flex-end;
    cursor: pointer;
    z-index: 9;
  }
  #membershipMenu.active div#closeMembership i {
    background-image: url(https://25207592.fs1.hubspotusercontent-eu1.net/hubfs/25207592/raw_assets/public/lotrek-theme/src/images/close.svg);
    height: 14px;
    width: 14px;
    display: block;
    cursor: pointer;
  }
  #membershipMenu.active div.avatar {
    align-items: flex-start;
    padding: 0 25px 15px;
    flex-direction: column;
    margin-top: -30px;
    margin-left: 0;
  } 
  #membershipMenu.active div.avatar a {
    display: block;
    margin-top: 10px;
    color: #3D3D3D;
  }
  .header nav#membershipMenu.active ul {
    display: block;
  }
  .header nav#membershipMenu.active ul li {
    padding: 15px 25px;
  }
  .header nav#membershipMenu.active ul li a {
    margin: 0;
  }
}

.header nav {
  display: flex;
  align-items: center;
}
.header nav ul {
  list-style: none;
  display: flex;
  margin: 0;
}

.header img {
  height: 48px;
}

.header nav ul li:not(.hs-menu-children-wrapper li) {
  padding-right: 40px;
}

.header nav ul li.hs-menu-depth-1 > a {
  line-height: 88px;
}

.header nav ul li a {
  color: ;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  line-height: 24.55px;
  max-width: 100px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.header nav ul li a:hover {
  color: ;
}
.header .hs-search-field__input {
  width: 100%;
  background-color: #F7F7F7;
  background-image: url('');
  background-repeat: no-repeat;
  background-position: 8px;
  border: 1px solid rgba(61, 61, 61, 0.1);
  border-radius: 16px;
  padding-left: 34px;
  font-size: 16px;
  line-height: 22px;
}

.header input.hs-search-field__input::placeholder {
  color: rgba(77, 80, 85, 0.5);
}

.header input.hs-search-field__input:focus, input.hs-search-field__input:focus-visible {
  outline: 2px solid rgba(61,61,61,0.1);
}

.header a.button {
  margin-left: auto;
}

.header button.hamburger {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background: none;
  margin-right: 16px;
  cursor: pointer;
  
  color: #0D0302;
  font-size: 14px;
  gap: 4px;
  padding: 0;
  font-weight: normal;
  
  display: flex;
  gap: 6px;
  align-items: center;

}

.header button.hamburger:focus-visible {
  outline: none;
}

.header nav ul ul {
  display: none;
}

.header nav ul li.hs-menu-depth-2 ul {
  display: block;
  padding: 0;
}

li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:hover ul:not(.hs-menu-depth-2 ul)::before {
  content: '';
  position: absolute;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid white;
  width: 0;
  height: 0;
  left: 50%;
  transform: translate(-50%);
  top: -12px;
}

.header nav ul li.hs-menu-depth-2 ul li:last-child a {
  color: #11B4DE;
  padding-top: 8px;
}

li.hs-menu-item.hs-menu-depth-1.hs-item-has-children {
  position: relative;
}


li.hs-menu-item.hs-menu-depth-1.hs-item-has-children .hs-menu-children-wrapper li.hs-menu-depth-2 > a {
  font-weight: 700;
  margin-bottom: 16px;
}

@media(max-width: 768px){
  li.hs-menu-item.hs-menu-depth-1.hs-item-has-children .hs-menu-children-wrapper li.hs-menu-depth-2 > a {
    margin-bottom: 0px;
  }
}

.header nav ul li.hs-menu-depth-2 ul li:last-child a{
  padding-top: 0!important
}


/* MediaQueries */

@media (min-width: 1200px) {
  .header .avatar {
    background: rgb(255 255 255 / 90%);
    padding: 8px;
    border-radius: 16px;
  }
  .header {
    padding: 0 40px;
  }
  .header button.hamburger {
    display: none;
  }
  .header #close {
    display: none;
  }
  .header nav li.has-children:hover ul {
    display: block;
  }

  header li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:hover ul li a {
    font-weight: 400;
    display: block;
    margin-bottom: 8px;
  }
  
  header li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:hover ul:not(.hs-menu-depth-2 ul) {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    grid-gap: 100px;
    position: absolute;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    background: white;
    padding: 40px 80px;
    left: 50%;
    transform: translate(-50%);
    white-space: nowrap;
    z-index: 2;
    top: 120px;
  }
}

@media (max-width: 1199px) {
  .header .header__search , .header nav {
    display: none;
  }
  .header nav#membershipMenu {
    display: block;
  }
  /* Menù mobile */
  .header nav#menu.active {
    display: flex;
    flex-direction: column;
    align-items: unset;
    height: 100vh;
    z-index: 4;
    width: 100vw;
    background: white;
    bottom: 0;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    position: absolute;
    overflow: hidden;
  } 

  .header nav.active ul li.hs-menu-depth-1>a {
    line-height: inherit;
    text-align: left;
  }

  body.active {
      overflow: hidden;
      position: relative;
      touch-action: none;
      -ms-touch-action: none;
  }

  div#close {
    padding: 15px 25px;
    order: -2;
    display: flex;
    justify-content: flex-end;
  }

  div#close i {
    background-image: url(https://25207592.fs1.hubspotusercontent-eu1.net/hubfs/25207592/raw_assets/public/lotrek-theme/src/images/close.svg);
    height: 14px;
    width: 14px;
    display: block;
    cursor: pointer;
  }

  .header nav ul li a {
    line-height: inherit;
  } 

  nav.active .header__search {
    display: block;
    order: -1;
    width: 100%
  }

  nav.active .header__search input {
    background-color: white;
    background-position: 25px;
    border: none;
    font-size: 18px;
    padding: 15px 25px 15px 55px;
    border-top: 1px solid ;
    border-radius: 0;
  }
  .header input.hs-search-field__input:focus, input.hs-search-field__input:focus-visible {
    outline: none;
  }

  nav.active ul {
      margin: 0;
      display: flex;
      flex-direction: column;
      padding: 0;
  }

  .header nav.active ul li:not(.hs-menu-children-wrapper li) {
      padding: 15px 25px;
      border-top: 1px solid ;
      margin: 0;
  }

 header li.hs-menu-item.hs-menu-depth-1.hs-item-has-children>ul li {
    padding: 15px 25px;
    margin-bottom: 0;
  }

  .header nav.active ul li:nth-child(2):not(.hs-menu-children-wrapper li) {
      padding-bottom: 0;
  }

  .header nav.active ul li:nth-child(2):not(.hs-menu-children-wrapper li) > a {
      display: block;
      margin-bottom: 15px;
      max-width: none;
  }

  .header nav.active ul li:not(.hs-menu-children-wrapper li):last-child {
      border-bottom: 1px solid ;
  }

  .header nav.active ul li:nth-child(2):not(.hs-menu-children-wrapper li) {
    padding-bottom: 0;
  }

  li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > ul li > ul {
    display: none !important;
  }
  
  li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > ul {
    display: block;
  }
}

@media (max-width: 767px) {
  .header {
    padding: 15px;
  }
  .header a.button {
    padding: 4px 16px;
    font-size: 14px;
  }
  .header img {
    height: 45px;
    margin-left: -12%;
  }
}

.header nav ul li a{
  max-width: fit-content;
}

.header nav ul li.hs-menu-depth-2 ul li:last-child a{
  color: black;
}
.header nav ul li.hs-menu-depth-2 ul li a{
  color: black;
}

.header nav ul li.hs-menu-depth-2 ul li a:hover{
  text-decoration: underline;
}

.header nav ul li a{
  color: black;
}
.header nav ul li a:hover{
  color: black;
}

@media(min-width: 1200px){
  .main-menu li.hs-menu-item.hs-menu-depth-2:first-child ul li:last-child a{
    position: absolute;
    bottom: 0;
    font-weight: bold;
    text-decoration: underline;
    overflow: visible;
  }

  .main-menu li.hs-menu-item.hs-menu-depth-2:first-child ul li:last-child a::after{
      position: absolute;
      content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='13' fill='none'%3E%3Cpath stroke='%2311B4DE' stroke-linecap='round' stroke-width='2' d='m1.932 11.742 5.148-5-5.148-5'/%3E%3C/svg%3E");
      right: -20px;
      top: 2px;
      transition: right .2s ease-in-out;
  }

  .main-menu li.hs-menu-item.hs-menu-depth-2:first-child ul li:last-child a:hover::after{
      right: -30px;
  }
  
  .main-menu li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:last-child li.hs-menu-item.hs-menu-depth-2:first-child ul li:last-child a{
    position: relative;
    bottom: auto;
    font-weight: normal;
    text-decoration: none;
    overflow: hidden;
  }
  .main-menu li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:last-child li.hs-menu-item.hs-menu-depth-2:first-child ul li:last-child a::after{
    display: none;
  }
   .main-menu li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:last-child li.hs-menu-item.hs-menu-depth-2:first-child ul li:last-child a:hover{
    text-decoration: underline;
  }
}

@media(max-width: 768px){
  header li.hs-menu-item.hs-menu-depth-1.hs-item-has-children>ul li a::after{
    display: none;
  }
  
  li.hs-menu-item.hs-menu-depth-1.hs-item-has-children>ul li>ul{
    display: block !important;
    height: 0;
    overflow: hidden;
  }
}


a.button.b_cerulean::after{
  position: absolute;
  content: "";
  bottom: -4px;
  left: -4px;
  background: transparent;
  border: 1px solid #11B4DE;
  height: 100%;
  width: 100%;
  border-radius: 19px;
}

a.button.b_cerulean:hover::after{
  border: 1px solid #0f9abe;
}

header .hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
    left: auto !important;
    opacity: 1 !important;
    position: initial;
}

header .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover>.hs-menu-children-wrapper{
  top: auto;
}

header a.button{
  background: #11b4de;
  color: #fff;
  font-weight: 700;
  border-radius: 19px;
  padding: 6px 24px;
}

a.button.b_cerulean{
  background: #11b4de;
  color: #fff;
  font-weight: 700;
  border-radius: 19px;
  padding: 6px 24px;
}

@media(max-width: 768px){  
  .mobile-header-reserved{
    margin-left: 0px;
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 3px;
    color: #11B4DE;
    text-decoration: none;
  }

  .mobile-header-reserved p{
    font-size: 12px !important;
    color: #11B4DE;
    text-decoration: none;
    line-height: 14px !important;
    font-weight: 500 !important;
    margin: 0!important;
  }

  #hs_cos_wrapper_menuMobile{
    margin-top: 5px;
  }
}
  /* Lotrek */

footer li.hs-menu-item.hs-menu-depth-1.hs-item-has-children .hs-menu-children-wrapper li.hs-menu-depth-2>a{
  color: black;
  text-decoration: none;
}

footer li.hs-menu-item.hs-menu-depth-1.hs-item-has-children .hs-menu-children-wrapper li.hs-menu-depth-2>a:hover{
  text-decoration: underline;
}

footer li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:hover ul:not(.hs-menu-depth-2 ul){
    grid-gap: 100px;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    display: block !important;
    grid-template-columns: 1fr 1fr;
    left: inherit;
    padding: 0;
    position: relative;
    transform: none;
    white-space: unset !important;
    z-index: 0;
}

footer li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:hover ul li a{
  display: block !important;
  margin: 0 !important;
}

footer ul.hs-menu-children-wrapper{
  display: block !important;
  padding: 0 !important;
  font-weight: normal !important;
}

footer li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:hover ul:not(.hs-menu-depth-2 ul):before{
  display: none;
}

footer .hs-menu-item.hs-menu-depth-1.hs-item-has-children a{
  color: black !important;
  text-decoration: none !important;
  font-weight: bold !important;
  margin-bottom: 20px;
}

footer .hs-menu-item.hs-menu-depth-1.hs-item-has-children ul li a{
  color: black !important;
  text-decoration: none;
  font-weight: normal !important;
}

footer .hs-menu-item.hs-menu-depth-1.hs-item-has-children ul li a:hover{
  color: black !important;
  text-decoration: underline !important;
  font-weight: normal !important;
}

footer .hs_cos_wrapper ul{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    list-style: none;
}

@media(max-width: 1100px){
  footer .hs_cos_wrapper ul{
    display: grid;
    grid-template-columns: 1fr 1fr;
    list-style: none;
  }
}

@media(max-width: 768px){
  footer .hs_cos_wrapper ul{
    display: grid;
    grid-template-columns: 1fr;
    list-style: none;
  }
}

footer .hs_cos_wrapper ul ul{
    list-style: none;
}

footer .hs_cos_wrapper ul ul li{
    list-style: none;
}

footer .footer_container{
    grid-column-gap: 40px;
    grid-row-gap: 70px;
    grid-template-columns: 25% 75%;
    z-index: 2;
    position: relative;
}

footer.footer:before{
    background: #fff;
    border-radius: 100%;
    bottom: -40%;
    content: "";
    height: 80%;
    left: -45%;
    position: absolute;
    transform: rotate(353deg);
    width: 140%;
}

footer.footer:after{
    background: url("https://www.vettys.com/hubfs/footer-decor.png");
    bottom: 0;
    background-position: bottom right;
    background-repeat: no-repeat;
    content: "";
    height: 370px;
    position: absolute;
    right: 0;
    width: 40%;
    top: auto;
}

footer{
  border-radius: 0 100px 0 0;
  padding-top: 10px;
  background-color: #F2E8D5 !important;
  overflow: hidden;
}

footer li.hs-menu-item.hs-menu-depth-1.hs-item-has-children{
  width: -webkit-fill-available;
}

#hs_cos_wrapper_footer_mainText,{
  color: black;
}

#hs_cos_wrapper_footer_second__copyright{
  color: black;
  text-align: center;
  width: 100%;
  display: block;
}

footer.footer .footer_first img{
  height: 73px;
  object-fit: contain;
  width: 180px;
}

footer{
    position: relative;
}

@media(max-width: 768px){
  footer{
    padding-top: 120px;
  }
  
  .footer.footer .footer_container{
    grid-template-columns: 100%;
  }
  
  .footer_lotrek .hs_cos_wrapper ul{
    flex-direction: column;
    text-align: center;
    gap: 40px;
  }
  
  footer.footer:before{
    background: #fff;
    border-radius: 100%;
    bottom: -26%;
    content: "";
    height: 80%;
    left: -100%;
    position: absolute;
    transform: rotate(17deg);
    width: 200%;
  }
  
  footer.footer:after{
    bottom: 0;
    background-position: bottom right;
    background-repeat: no-repeat;
    content: "";
    height: 298px;
    position: absolute;
    right: 0;
    width: 110%;
    top: auto;
    background-size: contain;
  }
  
  footer .hs_cos_wrapper ul{
    margin-right: 0;
    padding: 0 16px;
  }
}





/* Blog */



footer .row-fluid-wrapper.row-depth-1.row-number-7.dnd-section.footer-row-2-padding {
    display: none;
}

footer .row-fluid-wrapper{
  position: relative;
  z-index: 2;
}

footer .span6.widget-span.widget-type-cell.dnd-column.cell_1681393933974-vertical-alignment{
  width: 25%;
}

footer .span6.widget-span.widget-type-cell.footer-column-1-vertical-alignment.dnd-column{
   width: 75%;
   justify-content: flex-start !important;
}

@media(max-width: 768px){
  footer .span6.widget-span.widget-type-cell.dnd-column.cell_1681393933974-vertical-alignment{
    width: 100%;
  }
  
  footer .span6.widget-span.widget-type-cell.footer-column-1-vertical-alignment.dnd-column{
   width: 100%;
  }
  
  footer .widget_1681393933845-flexbox-positioning{
   align-items: center !important;
  }
  
  footer .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_rich_text p{
    text-align: center;
    margin-bottom: 100px;
    margin-left: -15%;
    margin-right: -15%;
    margin-top: 32px;
  }
  
  footer li.hs-menu-item.hs-menu-depth-1.hs-item-has-children>ul li{
    padding: 0!important;
    margin: 0!important
  }
}

footer .dnd-section>.row-fluid{
  max-width: 1440px;
  padding: 40px;
}

footer .footer-row-1-padding{
  padding-bottom: 0 !important;
  margin-top: -80px !important;
}

footer .hs-menu-item.hs-menu-depth-1.hs-item-has-children>a{
  display: block;
}

/* FORM */

footer .hs-email label{
  display: none;
}

footer input{
  border-radius: 100px !important;
}

footer form{
   background: transparent !important;
   position: relative;
   width: 65%;
   margin-left: 17.5%;
   margin-bottom: 32px;
   padding: 0!important;
}

footer form .hs_email{
  margin-right: 15%;
  margin-left: -15%;
  margin-bottom: 32px;
}

footer form .actions{
   position: absolute;
   top: 7px;
   right: -15%;
}

footer form .hs_email input{
  height: 50px;
  color: #664c36;
  font-weight: bold;
  border: 1px solid;
}

footer form .hs_email input::placeholder{
  color: #664c36;
  font-weight: normal;
}

footer form .actions input{
    background-color: #11b4de;
    font-weight: 700;
    padding: 16px 50px;
    position: relative;
    text-transform: uppercase;
    z-index: 2;
}

footer form .actions input:hover{
  background-color: #0f9abe;
}

footer form .actions::after{
  background: transparent;
  border: 1px solid #11b4de;
  border-radius: 100px;
  bottom: -6px;
  content: "";
  height: 100%;
  left: -6px;
  position: absolute;
  width: 100%;
}

footer form .actions::after:hover{
  background-color: #0f9abe;
}

footer form .legal-consent-container{
  font-size: 16px !important;
}

footer form .legal-consent-container hs-richtext{
  font-size: 16px !important;
}

@media(max-width: 768px){
  footer {
    width: 100%;
    padding-top: 20px;
  }
  
  footer form{
     width: 100%;
     margin-left: 0;
  }
  
  footer form .hs_email{
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 92px;
  }

  footer form .actions{
     position: absolute;
     top: 70px;
     right: 0;
     width: 100%;
  }
  
  footer form .actions input{
     width: 100%;
  }
  
  footer .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_rich_text p{
    margin-left: 0;
    margin-right: 0;
  }
  
  footer .dnd-section>.row-fluid{
    padding: 0;
  }
}

footer .hs_cos_wrapper .input ul{
  grid-template-columns: 1fr;
}
}