*, *: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;
}
/* 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-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face { 
  font-family: ABC Diatype; 
  src: url("https://25739748.fs1.hubspotusercontent-eu1.net/hubfs/25739748/raw_assets/public/Bugatti_May2022/fonts/9d69adb5927a8757f6f3c06157f0e189.woff2") format("woff2"), 
    url("https://25739748.fs1.hubspotusercontent-eu1.net/hubfs/25739748/raw_assets/public/Bugatti_May2022/fonts/9d69adb5927a8757f6f3c06157f0e189.woff") format("woff"); 
      font-style: normal; 
      font-weight: 100; 
      font-display: swap; 
      }

@font-face { 
  font-family: ABC Diatype; 
  src: url("https://25739748.fs1.hubspotusercontent-eu1.net/hubfs/25739748/raw_assets/public/Bugatti_May2022/fonts/c47ea9c2d1f9cf007c384204a5c1f218.woff2") format("woff2"), 
    url("https://25739748.fs1.hubspotusercontent-eu1.net/hubfs/25739748/raw_assets/public/Bugatti_May2022/fonts/c47ea9c2d1f9cf007c384204a5c1f218.woff") format("woff"); 
      font-style: normal; 
      font-weight: 300; 
      font-display: swap;
      }

@font-face { 
  font-family: ABC Diatype; 
  src: url("https://25739748.fs1.hubspotusercontent-eu1.net/hubfs/25739748/raw_assets/public/Bugatti_May2022/fonts/c2623fadf7b9a38f111514f7ae9aeef1.woff2") format("woff2"), 
    url("https://25739748.fs1.hubspotusercontent-eu1.net/hubfs/25739748/raw_assets/public/Bugatti_May2022/fonts/c2623fadf7b9a38f111514f7ae9aeef1.woff") format("woff"); 
      font-style: normal; 
      font-weight: 500; 
      font-display: swap;  
      }

@font-face { font-family: ABC Diatype; 
  src: url("https://25739748.fs1.hubspotusercontent-eu1.net/hubfs/25739748/raw_assets/public/Bugatti_May2022/fonts/a8faacb1524193790dd42d06330f3ef3.woff2") format("woff2"), 
    url("https://25739748.fs1.hubspotusercontent-eu1.net/hubfs/25739748/raw_assets/public/Bugatti_May2022/fonts/a8faacb1524193790dd42d06330f3ef3.woff") format("woff"); 
      font-style: normal; 
      font-weight: 700; 
      font-display: swap;
      }


body {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  background: #fff;
  word-break: break-word;
}

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

/* Paragraphs */

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

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

img{
  max-width:100%;
}


/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 16px;
}

h1{line-height: 1;}
h2{line-height: 1;}
h3{line-height: 1.4;}
h4{line-height: 1.4;}
h5{line-height: 1.4;}
h6 {line-height: 1.4;}

/* Lists */

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

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;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}

svg {
  -webkit-transition: fill .3s ease-in-out;
  transition: fill .3s ease-in-out;
}
button,
.button,
a.hs-button{
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
a.hs-button:hover,
a.hs-button:focus{
  text-decoration: none;
}

button:active,
.button:active ,
a.hs-button:active{
  text-decoration: none;
}
/* Form fields */

.hs-form-field {
  margin-bottom: 20px;
}

/* Labels */

.form-title {
  font-size: 48px;
  line-height: 1;
  margin: 0 0 16px;
  font-family: ABC Diatype,Arial,Helvetica,sans-serif;
  font-weight: 100;
  color: #000;
  text-transform: uppercase;
}

form label {
  font-weight: 350;
  text-transform: none;
  font-size: 14px;
  display: block;
  font-family: ABC Diatype,Arial,Helvetica,sans-serif;
  margin-bottom: 8px;
  display: block;
}


/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

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 select,
form textarea {
  box-sizing: border-box;
  width: 100%;
  min-height: 45px;
  font-weight: 200;
  font-family: Futura PT,Arial,Helvetica,sans-serif;
  padding: 10px 20px;
  font-size: 17px;
  background-color: #00000000;
  background-color: #00000000;
  box-shadow: inset 0 0 0 1px #00000033;
  border: 0px;
  outline:none;
  border-radius:6px;
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus{
  background-color:transparent;
  -webkit-box-shadow: inset 0 0 0 1px #000;
  box-shadow: inset 0 0 0 1px #000;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

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

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

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

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

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

/* Headings and text */

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

form .hs-richtext img {
  max-width: 100% !important;
}
.form-columns-1 .input > .hs-input {
  width: 100% !important;
}
.hs-input[type="file"] {
  padding: 10px;
}
/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p { 
  
}

/* Validation */

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

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

.hs-error-msg {
  color: #d32f2f;
  line-height: 1.2;
  font-size: 14px;
  margin-top: 8px;
  font-weight: 350;
  display: block;
  font-family: ABC Diatype,Arial,Helvetica,sans-serif;
}

.hs-error-msgs > li > label{
  color: #d32f2f;
  line-height: 1.2;
  font-size: 14px;
  margin-top: 8px;
  font-weight: 350;
  display: block;
  font-family: ABC Diatype,Arial,Helvetica,sans-serif;
}
/* Submit button */

form input[type=submit],
form .hs-button {
  transition: background-color .3s ease-in-out,color .3s ease-in-out,box-shadow .3s ease-in-out,-webkit-box-shadow .3s ease-in-out;
  font-weight: 600;
  font-family: ABC Diatype,Arial,Helvetica,sans-serif;
  text-transform: uppercase;
  letter-spacing: .025em;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  margin-bottom:20px;
  display: inline-block;
  cursor: pointer;
}
fieldset.form-columns-2 .hs-form-field > label {
    padding-right: 8px;
}
.hs_recaptcha.hs-recaptcha.field.hs-form-field {
    overflow-x: auto;
    overflow-y: hidden;
}
@media (max-width: 400px) {
    fieldset.form-columns-2 .hs-form-field > label {
        padding-right: 0px;
    }
}

.hs-search-module a.hs-button.primary {
  margin-top: 20px;
  display: inline-block;
  margin-bottom:20px;
}
/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}








.hs-form {
    max-width: 1024px;
    margin: 0 auto;
    --form-color: #000;
    --form-background: transparent;
    --form-active-background: #cc002b;
    --form-color-20: rgba(0,0,0,.2);
    --form-color-10: rgba(0,0,0,.1);
    --gdpr-color: #000;
    --form-border-width: 1px;
    --form-border-radius: 6px
}

.hs-form li,.hs-form ul {
    list-style: none;
    margin: 0;
    padding: 0
}

@media (min-width: 768px) {
    .hs-form .hs_recaptcha.hs-recaptcha {
        float:left;
        padding-left: 15px
    }

    .hs-form .hs_recaptcha.hs-recaptcha+.hs_error_rollup {
        text-align: right!important
    }

    .hs-form .hs_recaptcha.hs-recaptcha+.hs_error_rollup label {
        color: #d32f2f;
        font-weight: 300;
        padding-right: 15px
    }
}

.hs-form .hs_submit.hs-submit {
    margin-top: 15px
}

@media (min-width: 768px) {
    .hs-form .hs_submit.hs-submit {
        margin-top:0;
        text-align: right;
        padding-right: 20px
    }
}

.hs-form .hs-button {
    background: #cc002b;
    color: #fff!important;
    cursor: pointer;
    width: 100%
}

.hs-form .hs-button:hover {
    background: #b30026
}

@media (min-width: 768px) {
    .hs-form .hs-button {
        width:auto
    }
}

.hs-form .legal-consent-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse
}

.hs-form .legal-consent-container .hs-richtext {
    font-size: 14px;
    margin-bottom: 15px;
    float: left;
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

@media (min-width: 768px) {
    .hs-form .legal-consent-container .hs-richtext+div,.hs-form .legal-consent-container .hs-richtext+div+div,.hs-form .legal-consent-container .hs-richtext+div+div+div {
        /* width:33.33333%; */width:100%;
        float: left
    }
}

.hs-form .legal-consent-container .hs-richtext+div p,.hs-form .legal-consent-container .hs-richtext+div+div p,.hs-form .legal-consent-container .hs-richtext+div+div+div p {
    line-height: 1.2em;
    display: inline-block;
    text-align: justify
}

.hs-form .legal-consent-container .hs-richtext+div .hs-form-required,.hs-form .legal-consent-container .hs-richtext+div+div .hs-form-required,.hs-form .legal-consent-container .hs-richtext+div+div+div .hs-form-required {
    display: inline-block
}

.hs-form .legal-consent-container .hs-richtext+div p:first-child,.hs-form .legal-consent-container .hs-richtext+div+div p:first-child,.hs-form .legal-consent-container .hs-richtext+div+div+div p:first-child {
    display: block;
    margin-bottom: 0
}

.hs-form .legal-consent-container .hs-form-booleancheckbox-display>span {
    display: block;
    margin-left: 32px;
    margin-right: 5px
}

.hs-form .legal-consent-container>div {
    float: none!important;
    margin-bottom: 16px
}

.hs-form fieldset.form-columns-1,.hs-form fieldset.form-columns-2 {
    width: 100%;
    max-width: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.hs-form fieldset.form-columns-1>div,.hs-form fieldset.form-columns-2>div {
    padding: 10px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (min-width: 768px) {
    .hs-form fieldset.form-columns-1>div,.hs-form fieldset.form-columns-2>div {
        padding:10px 15px
    }
}

.hs-form .hs-input:not([type=checkbox],[type=radio]),.hs-form .hs-select,.hs-form .hs-textarea {
    color: var(--form-color);
    -webkit-box-shadow: inset 0 0 0 var(--form-border-width) var(--form-color-20);
    box-shadow: inset 0 0 0 var(--form-border-width) var(--form-color-20);
    padding: 10px 20px;
    background-color: var(--form-background);
    font-size: 17px;
    border-radius: var(--form-border-radius);
    border: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%!important;
    min-height: 45px;
    font-weight: 200;
    font-family: Futura PT,Arial,Helvetica,sans-serif
}

.hs-form .hs-input:not([type=checkbox],[type=radio])::-webkit-input-placeholder,.hs-form .hs-select::-webkit-input-placeholder,.hs-form .hs-textarea::-webkit-input-placeholder {
    font-weight: 200t;
    color: #999;
    font-size: 14px
}

.hs-form .hs-input:not([type=checkbox],[type=radio])::-moz-placeholder,.hs-form .hs-select::-moz-placeholder,.hs-form .hs-textarea::-moz-placeholder {
    font-weight: 200t;
    color: #999;
    font-size: 14px
}

.hs-form .hs-input:not([type=checkbox],[type=radio])::-ms-input-placeholder,.hs-form .hs-select::-ms-input-placeholder,.hs-form .hs-textarea::-ms-input-placeholder {
    font-weight: 200t;
    color: #999;
    font-size: 14px
}

.hs-form .hs-input:not([type=checkbox],[type=radio])::placeholder,.hs-form .hs-select::placeholder,.hs-form .hs-textarea::placeholder {
    font-weight: 200t;
    color: #999;
    font-size: 14px
}

.hs-form .hs-input:not([type=checkbox],[type=radio]):focus-visible,.hs-form .hs-select:focus-visible,.hs-form .hs-textarea:focus-visible {
    outline: 0 dotted #333
}

.hs-form textarea.hs-input {
    min-height: 150px!important
}

@media (min-width: 768px) {
    .hs-form textarea.hs-input {
        min-height:180px!important
    }
}

.hs-form .hs-input[type=checkbox],.hs-form .hs-input[type=radio] {
    width: 16px!important;
    height: 16px!important
}

.hs-form .hs-input[type=radio]:focus {
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent
}

.hs-form .hs-input[type=radio]:focus-visible {
    outline: 0
}

.hs-form .hs-form-checkbox label,.hs-form .hs-form-radio label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.hs-form .hs-form-checkbox label span,.hs-form .hs-form-radio label span {
    margin-top: 5px
}

.hs-form .hs-input:focus,.hs-form .hs-input[textarea]:focus {
    background-color: var(--form-background);
    -webkit-box-shadow: inset 0 0 0 var(--form-border-width) var(--form-color);
    box-shadow: inset 0 0 0 var(--form-border-width) var(--form-color)
}

.hs-form .hs-input[textarea] {
    height: 130px;
    width: 100%
}

.hs-form label {
    font-weight: 700;
    text-transform: none;
    font-size: 14px;
    display: block;
    font-family: ABC Diatype,Arial,Helvetica,sans-serif;
    color: var(--form-color);
    margin-bottom: 8px
}

.hs-form label.hs-form-booleancheckbox-display {
    font-weight: 300
}

.hs-form .hs-radio {
    background-color: var(--form-background);
    -webkit-box-shadow: inset 0 0 0 var(--form-border-width) var(--form-color-20);
    box-shadow: inset 0 0 0 var(--form-border-width) var(--form-color-20)
}

.hs-form .hs-radio:checked {
    background-color: var(--form-active-background)
}

.hs-form .hs-text-danger {
    display: inline-block;
    line-height: 1.2;
    font-size: 14px;
    margin-top: 8px;
    font-weight: 350
}

.hs-form input[type=file]~.hs-button {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    border-radius: 0;
    color: transparent;
    background-color: var(--form-color);
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20384%20512%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M369.9%2097.98L286.02%2014.1c-9-9-21.2-14.1-33.89-14.1H47.99C21.5.1%200%2021.6%200%2048.09v415.92C0%20490.5%2021.5%20512%2047.99%20512h288.02c26.49%200%2047.99-21.5%2047.99-47.99V131.97c0-12.69-5.1-24.99-14.1-33.99zM256.03%2032.59c2.8.7%205.3%202.1%207.4%204.2l83.88%2083.88c2.1%202.1%203.5%204.6%204.2%207.4h-95.48V32.59zm95.98%20431.42c0%208.8-7.2%2016-16%2016H47.99c-8.8%200-16-7.2-16-16V48.09c0-8.8%207.2-16.09%2016-16.09h176.04v104.07c0%2013.3%2010.7%2023.93%2024%2023.93h103.98v304.01zM208%20216c0-4.42-3.58-8-8-8h-16c-4.42%200-8%203.58-8%208v88.02h-52.66c-11%200-20.59%206.41-25%2016.72-4.5%2010.52-2.38%2022.62%205.44%2030.81l68.12%2071.78c5.34%205.59%2012.47%208.69%2020.09%208.69s14.75-3.09%2020.09-8.7l68.12-71.75c7.81-8.2%209.94-20.31%205.44-30.83-4.41-10.31-14-16.72-25-16.72H208V216zm42.84%20120.02l-58.84%2062-58.84-62h117.68z%22%2F%3E%3C%2Fsvg%3E");
    background-size: 25px 25px;
    background-position: 50%;
    background-repeat: no-repeat
}

.hs-form .hs-button {
    margin: 0;
    border: none;
    overflow: visible;
    font: inherit;
    color: inherit;
    text-transform: none;
    -webkit-appearance: none;
    border-radius: 0;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 16px;
    vertical-align: middle;
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    -webkit-transition: background-color .3s ease-in-out,color .3s ease-in-out,-webkit-box-shadow .3s ease-in-out;
    transition: background-color .3s ease-in-out,color .3s ease-in-out,-webkit-box-shadow .3s ease-in-out;
    -webkit-transition: background-color .3s ease-in-out,color .3s ease-in-out,box-shadow .3s ease-in-out;
    transition: background-color .3s ease-in-out,color .3s ease-in-out,box-shadow .3s ease-in-out;
    -webkit-transition: background-color .3s ease-in-out,color .3s ease-in-out,box-shadow .3s ease-in-out,-webkit-box-shadow .3s ease-in-out;
    transition: background-color .3s ease-in-out,color .3s ease-in-out,box-shadow .3s ease-in-out,-webkit-box-shadow .3s ease-in-out;
    font-weight: 600;
    font-family: ABC Diatype,Arial,Helvetica,sans-serif;
    padding: 11px 30px;
    border-radius: 25px;
    text-transform: uppercase;
    letter-spacing: .025em
}

.hs-form .hs-error-msg {
    color: #d32f2f!important;
    line-height: 1.2;
    font-size: 14px;
    margin-top: 8px;
    font-weight: 350
}

@media (min-width: 768px) {
    #newsletter-form .hs-form .legal-consent-container .hs-richtext+div,#newsletter-form .hs-form .legal-consent-container .hs-richtext+div+div,#newsletter-form .hs-form .legal-consent-container .hs-richtext+div+div+div {
        width:100%
    }
}
.uk-link, .uk-link-toggle:hover .uk-link, .uk-link:hover, a, a:hover {
      color: #000;ext-decoration: underline;
}
.legal-consent-container .hs-form-booleancheckbox-display p {
    font-size: 14px !important;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
header.header {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  z-index: 6;
}

.widget-type-linked_image {
    font-size: 0;
}

.header-banner {
  text-align: center;
  font-size: 13px;
  color: #fff;
  background-color: #000;
  font-weight: 100;
  padding: 8px 0;
}

.container {
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: content-box;
  max-width: 1460px;
  margin-left: auto;
  margin-right: auto;
  display: flow-root;
  -webkit-box-sizing: content-box;
}

.navbar_contaniner {
  background-color: #fff;
  -webkit-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
}

.container-large {
  max-width: 1760px;
}

.navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.uk-width {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}

.grid-flex-between {
  margin-left: -20px;
  margin-top: -20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -20px;
  margin-top: -20px;
}

.first-column {
  margin-top: 20px;
  width: auto;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
}

.first-column a {
  display: block;
  font-size: 1.5rem;
  font-family: ABC Diatype,Arial,Helvetica,sans-serif;
  color: #333;
  text-decoration: none;
}

.first-column a svg{
  display: block;
  width: 148px;
  height: 14px;
}

.width-auto {
  margin-top: 20px;
  width: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  padding-left: 20px;
}

.navbar-nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 0;
}



.navbar-nav-menu > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 0.25em;
  -moz-column-gap: .25em;
  column-gap: 0.25em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: auto;
  padding: 0 8px;
  font-size: 15px;
  font-family: ABC Diatype,Arial,Helvetica,sans-serif;
  text-decoration: none;
  color: #000;
}

.navbar-nav-menu>li:nth-child(1)>a>svg {
  width: 21px;
  height: 20px;
  fill: #000;
}

.navbar-nav-menu>li:nth-child(2)>a>svg {
  width: 16px;
  height: 20px;
  fill: #000;
}

.navbar-nav-menu>li:nth-child(3)>a>svg {
  width: 24px;
  height: 20px;
  fill: #000;
}

.navbar-nav-menu>li:nth-child(4)>a>svg {
  width: 19px;
  height: 22px;
  fill: #000;
}

.navbar-nav-menu>li:nth-child(5)>a {
  display: none;
}



.main-menu__wrapper {
  -webkit-box-shadow: inset 0 -1px 0 0 #e3e3e3;
  box-shadow: inset 0 -1px 0 0 #e3e3e3;
}

.navbar_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.uk-widthh {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}

.uk-grid_main {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -20px;
}

.uk-width-auto { 
  width: auto;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
  margin: 0;
}

.uk-width-auto .hs-menu-wrapper > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.uk-width-auto .hs-menu-wrapper>ul>li>a { 
  -webkit-transition: color .3s ease-in-out,box-shadow .3s ease-in-out;
  transition: color .3s ease-in-out,box-shadow .3s ease-in-out;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  margin: 0 15px;
  padding: 8px 0 16px;
  -webkit-box-shadow: inset 0 -1px 0 0 transparent;
  box-shadow: inset 0 -1px 0 0 transparent;
  letter-spacing: .025em;
  color: #000;
  display: block;
}

.uk-width-auto .hs-menu-wrapper>ul>li:first-child>a {
  margin-left: 0;
}

.u-width-auto {
  width: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  padding-left: 20px;
}

.uk-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}

.uk-flex .hs-menu-wrapper:first-child>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.uk-flex .hs-menu-wrapper:first-child>ul>li>a {
  text-transform: none;
  font-weight: 700;
  padding: 8px 0 15px;
  font-size: 15px;
  color: #000;
  display: block;
}

.uk-flex .hs-menu-wrapper:first-child>ul>li:first-child>a {
  margin-left: 0;
}

.main-menu__language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-menu__language > li > a {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  padding: 8px 0 16px;
  margin-left: 15px;
  letter-spacing: .025em;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 0.25em;
  -moz-column-gap: .25em;
  column-gap: 0.25em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: auto;
  font-family: ABC Diatype,Arial,Helvetica,sans-serif;
  text-decoration: none;
}

.main-menu__language>li>a:before {
  content: "";
  margin-right: 12px;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background-size: cover;
  background-image: url(https://25739748.fs1.hubspotusercontent-eu1.net/hubfs/25739748/raw_assets/public/Bugatti_May2022/images/en.png);
}

.main-menu__language>li>a>svg {
  margin-left: 12px;
}

.uk-width-auto .hs-menu-wrapper>ul>li:hover>a {
  color: #cc002b;
  -webkit-box-shadow: inset 0 -1px 0 0 #cc002b;
  box-shadow: inset 0 -1px 0 0 #cc002b;
}

.uk-flex .hs-menu-wrapper:first-child>ul>li:hover>a {
  color: #cc002b;
  -webkit-box-shadow: inset 0 -1px 0 0 #cc002b;
  box-shadow: inset 0 -1px 0 0 #cc002b;
}

.uk-offcanvas {
  width: 100vw;
  height: 100vh;
  height: calc(var(--vh,1vh) * 100);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  --vh: 3.97px;
  /* display: none; */
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
}

.uk-offcanvas-bar {
  width: 100%;
  padding: 0;
  background-color: #fff;
}

.offcanvas__bar-inner {
  /*   position: absolute; */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.uk-offcanvas-close {
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 100%;
  background-image: url(https://25739748.fs1.hubspotusercontent-eu1.net/hubfs/25739748/raw_assets/public/Bugatti_May2022/images/download%20close.svg);
  padding: 0;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: 50%;
  top: 20px;
  right: 24px;
  position: absolute;
  z-index: 1000;
}

.offcanvas__body {
  padding: 20px;
  padding-top: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
}

.offcanvas__body-inner {
  padding: 10px;
  margin: -10px;
  height: auto;
  overflow: auto;
}

.uk-offcanvas:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background: rgba(0,0,0,.5);
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.uk-flex .hs-menu-wrapper:first-child>ul ul {
  display: none;
}

.offcanvas__body-inner .hs-menu-wrapper > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -30px;
  padding: 0;
  list-style: none;
  margin-bottom: 0px;
}



.offcanvas__body-inner .hs-menu-wrapper > ul > li {
  padding-left: 30px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  /*   position: relative; */
}

.offcanvas__body-inner .hs-menu-wrapper > ul > li > a {
  background: 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 0.25em;
  -moz-column-gap: .25em;
  column-gap: 0.25em;
  color: #000;
  font-size: 22px;
  padding: 0;
  text-decoration: none;
  font-family: ABC Diatype,Arial,Helvetica,sans-serif;
  font-weight: 300;
  line-height: 1.5;
}

.offcanvas__body-inner .hs-menu-wrapper>ul>li>ul {
  margin: 24px 0px;
  padding: 0px;
  list-style: none;
  position: absolute;
}
.lp_header {
  height: 35.5px;
  background: #fff;
}
.offcanvas__body-inner .hs-menu-wrapper>ul>li>ul > li > a {
  font-size: 18px;
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 0.25em;
  -moz-column-gap: .25em;
  column-gap: 0.25em;
  text-decoration: none;
  color: #000;
  font-family: ABC Diatype,Arial,Helvetica,sans-serif;
  font-weight: 300;
  line-height: 1.5;
}

.offcanvas__body-inner .hs-menu-wrapper>ul>li:nth-child(2) > ul {
  display: none;
}

.offcanvas__body-inner .hs-menu-wrapper>ul>li:nth-child(3) > ul {
  display: none;
}

.uk-offcanvas {
  display: none;
}

.mobile-nav__outer {
  display: none;
}

.first-column .hs_cos_wrapper a {
  font-size: 1.5rem;
  font-family: ABC Diatype,Arial,Helvetica,sans-serif;
  color: #333;
  text-decoration: none;
  display: block;
  padding: 15px 0;
}

.uk-flex .hs-menu-wrapper:first-child>ul>li>a {
  -webkit-transition: color .3s ease-in-out,box-shadow .3s ease-in-out;
  transition: color .3s ease-in-out,box-shadow .3s ease-in-out;
  margin: 0 15px;
  box-shadow: inset 0 -1px 0 0;
  box-shadow: inset 0 -1px 0 0 transparent;
  font-family: ABC Diatype,Arial,Helvetica,sans-serif;
  text-decoration: none;
  column-gap: 0.25em;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0.375px;
}

.navbar-nav-menu>li:last-child>a {
  padding-right: 0;
}

header-hide {
}

.header-hide header.header {
  top: -250px;
}

.header-show.headroom--not-top .header-banner {
  display: none;
}

.header-show.headroom--not-top .first-column .hs_cos_wrapper a {
  padding: 15px 0;
}

.header-show.headroom--not-top .first-column a svg {
  width: 159px;
  height: 15px;
}

.header-show.headroom--not-top .uk-width-auto .hs-menu-wrapper>ul>li>a {
  font-size: 14px;
  padding: 8px 0;
  margin: 0 15px;
  color: #000;
}

.header-show.headroom--not-top .uk-width-auto .hs-menu-wrapper>ul>li:first-child>a {
  margin-left: 0;
}

.header-show.headroom--not-top .uk-flex .hs-menu-wrapper:first-child>ul>li>a {
  font-size: 14px;
  padding: 8px 0 7px;
  margin: 0 15px;
  color: #000;
}

.header-show.headroom--not-top .uk-flex .hs-menu-wrapper:first-child>ul>li:first-child>a {
  margin-left: 0;
}

.header-show.headroom--not-top .main-menu__language>li>a {
  font-size: 14px;
  padding: 8px 0;
}

.search-site {
  width: 20%;
  float: right;
  right: 40px;
  position: absolute;
  display: none
}

.search-site.serch_open {
  display: block;
}


.header_wrap {
  min-height: 132px;
}
.uk-flex .hs-menu-wrapper:first-child {
  position: relative;
}
#modal-language .hs_email.hs-email {
  display: none;
}

.uk-flex .hs-menu-wrapper:first-child>ul ul {
  left: 0;
  top: 46.5px;
  width: 240px;
  margin-top: -1px;
  position: absolute;
  box-sizing: border-box;
  background: #fff;
  color: #666;
  -webkit-box-shadow: 0 10px 30px 0 rgb(0 0 0 / 30%);
  box-shadow: 0 10px 30px 0 rgb(0 0 0 / 30%);
  border: 1px solid #ededed;
  padding: 24px;
  list-style: none;
  margin-bottom: 0px;
}

.uk-flex .hs-menu-wrapper:first-child>ul ul:before {
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 11px solid #ffffff;
  top: -11px;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 60px;
}

.uk-flex .hs-menu-wrapper:first-child>ul ul > li:not(:last-child) {
  margin-bottom: 12px;
}

.uk-flex .hs-menu-wrapper:first-child>ul ul > li > a {
  font-size: 15px;
  font-weight: 400;
  padding: 0;
  line-height: 1.2;
  letter-spacing: .025em;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 0.25em;
  -moz-column-gap: .25em;
  column-gap: 0.25em;
  text-decoration: none;
  font-family: ABC Diatype,Arial,Helvetica,sans-serif;
}

.uk-flex .hs-menu-wrapper:first-child>ul>.hs-item-has-children:hover > ul {
  display: block;
}

.uk-flex .hs-menu-wrapper:first-child>ul ul>li>a:hover {
  color: #cc002b !important;
}

#modal-language select {
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 20px;
  background-repeat: no-repeat;
  background-image: url(https://25739748.fs1.hubspotusercontent-eu1.net/hubfs/25739748/raw_assets/public/Bugatti_May2022/images/download%20arrowr.svg)!important;
  background-size: 12px;
  background-position: right 20px center!important;
  font-size: 17px;
  font-weight: 300;
  font-family: ABC Diatype,Arial,Helvetica,sans-serif;
}

#modal-language select option {
  color: #666;
}

#modal-language .hs_select_language .input {
  position: relative;
}

#modal-language .hs_select_language .input:before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 100%;
  background-size: cover;
  background-image: url(https://25739748.fs1.hubspotusercontent-eu1.net/hubfs/25739748/raw_assets/public/Bugatti_May2022/images/enn.png);
}

#modal-language .hs_select_language .input select {
  padding-left: 50px;
  background-color: none;
}

#modal-language p.modalClose {
  font-size: 12px;
  line-height: 1.5;
  text-decoration: underline;
  cursor: pointer;
  color: #000;
  font-weight: 400;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  letter-spacing: .025em;
}

#modal-language form {
  position: relative;
  padding-bottom: 34px;
}

#modal-language input.hs-button.primary.large {
  display: block;
  width: 225px;
  margin: 0 auto;
  text-align: center;
  white-space: nowrap;
  cursor: pointer
}

#modal-language .actions {
  padding: 0;
}

#modal-language p {
  margin-bottom: 32px;
  font-size: 16px;
  margin-top: 16px;
}

div#hs_form_target_popup_form {
  max-width: 320px;
  margin: 0 auto;
}

.uk-modal-dialog .hs_submit.hs-submit .actions {
  margin-top: 40px;
  padding-left: 20px;
}

.uk-modal-dialog input.hs-button.primary.large {
  background-color: #000;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  font-weight: 600;
  font-family: ABC Diatype,Arial,Helvetica,sans-serif;
  padding: 11px 30px;
  border-radius: 25px;
  text-transform: uppercase;
  letter-spacing: .025em;
  margin-bottom: 0px;
}

.uk-modal-dialog .hs-form-field{
  margin-top: 20px;
  margin-bottom: 0px;
}

body.modalOpen {
  overflow: hidden;
}

@media(max-width:360px){
  .grid-flex-between {
    flex-wrap: nowrap;
  }
}

@media(min-width:375px){
  .navbar-nav-menu > li > a {
    padding: 0 10px;
  }
}

@media(min-width:640px){
  .uk-offcanvas-bar {
    width: 640px;
    left: -640px;
  }

}

@media(min-width:768px){
  .first-column a svg {
    width: 212px;
    height: 20px;
  }
  .navbar-nav-menu > li > a {
    padding: 0 15px;
  }
  .body_icon .utility-nav__nav {
    -webkit-transform: translateY(-50%); 
    transform: translateY(-50%); 
    width: 50px;  
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    bottom: auto;
    top: 50%;
    right: 0;
  }
  .utility-nav__item {
    border-right: 0;
    border-bottom: 1px solid #dbdbdb;
    position: relative;
  }
  .utility-nav__item > a {
    background-color: #cc002b;
    height: 50px;
    width: 50px;
    border-top-left-radius: 15px;
  }
  .utility-nav__item a svg {
    height: 20px;
    width: 20px;
    fill: #fff;
  }
  .utility-nav__dropdown {
    display: block;
    background-color: #c20029;
    top: 0;
    left: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    z-index: 980;
    min-width: auto;
    width: auto;
  }
  .utility-nav__dropdown-list>li>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 16px;
    height: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    white-space: nowrap;
    font-size: 16px;
  }
}

@media (min-width: 960px){
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
  .uk-offcanvas-close {
    top: 30px;
    right: 30px;
  }
  .offcanvas__body {
    padding: 40px;
    padding-top: 80px;
  }
}

@media (min-width: 1200px){
  .uk-grid_main {
    margin-left: -40px;
  }
  .uk-width-auto {
    padding-left: 40px;
  }
  .navbar-nav-menu {
    margin-right: -15px;
  }
  .navbar-nav-menu>li:nth-child(6)>a {
    display: none;
  }
  .uk-width-auto ul>li >ul.hs-menu-children-wrapper {
    display: none !important;
    height: 100vh !important;
  }
  .uk-width-auto ul>li.child-open >ul.hs-menu-children-wrapper {
    display: block !important;
  }

}

@media (min-width: 1600px){
  .container {
    padding-left: 80px;
    padding-right: 80px;
  }
  .first-column a {
    padding: 20px 0;  
  }
  .uk-width-auto .hs-menu-wrapper > ul > li > a {
    margin: 0 20px;
  }
  .u-width-auto {
    padding-left: 40px;
  }
  .uk-flex .hs-menu-wrapper:first-child>ul>li>a {
    padding: 8px 0 14px;
    margin: 0 20px;
  }
  .main-menu__language > li > a {
    margin-left: 20px;
  }
  .first-column .hs_cos_wrapper a {
    padding: 20px 0;
  }
}

@media(max-width:1199px){
  .uk-widthh {
    display: none;
  }

  .navbar-nav-menu>li:nth-child(6)>a svg {
    width: 20px;
    height: 22px;
    fill: #000;
  }
  .mobile-nav__outer {
    display: block;
  }
  .navbar-nav-menu>li:nth-child(2)>a {
    display: none;
  }
  /*   mega-mobile */

  .mobile-nav__outer {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    height: 100vh;
    z-index: 1001;
    -webkit-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  .slide_open .mobile-nav__outer{
    -webkit-transform: translateX(0);
    transform: translateX(0);
    /*     display: block; */
  }

  .mobile-nav__inner {
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    width: 100vw;
  }

  .mobile-nav__inside {
    width: 100%;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mobile-nav__inside .hs-menu-wrapper > ul {
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: auto;
    width: 100vw;
    right: 0;
    bottom: 0;
    overflow: auto;
    padding-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    padding: 40px 0px 20px 0px;
    list-style: none;
  }
  .mobile-nav__inside .hs-menu-wrapper > ul > .hs-menu-depth-1.hs-item-has-children > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mobile-nav__inside .hs-menu-wrapper > ul > .hs-menu-depth-1:not(:first-child) > a {
    font-size: 22px;
    font-weight: 350;
    color: #000;
    padding: 10px 16px;
    column-gap: 0.25em;
    text-decoration: none;
  }

  .mobile-nav__inside .hs-menu-wrapper > ul > .hs-menu-depth-1.hs-item-has-children > a:after {
    background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%209.7%22%20fill%3D%22%23000%22%3E%3Cpath%20d%3D%22M19.8%204.3L15.7.2c-.3-.3-.8-.3-1.1%200-.3.3-.3.8%200%201.1L17.3%204H.8c-.5.1-.8.4-.8.8s.3.8.8.8h16.5l-2.7%202.7c-.3.3-.3.8%200%201.1.3.3.8.3%201.1%200l4.1-4.1c.3-.2.3-.7%200-1z%22%2F%3E%3C%2Fsvg%3E);
    width: 18px;
    height: 12px;
    margin-left: 15px;
    content: "";
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  .mobile-nav__inside .hs-menu-wrapper>ul>.hs-menu-depth-1>ul {
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: auto;
    width: 100vw;
    right: 0;
    bottom: 0;
    overflow: auto;
    padding: 0;
    padding-bottom: 20px;
    -webkit-transition: none;
    transition: none;
    z-index: 1;
    display:none;
  }

  .mobile-nav__inside .hs-menu-wrapper>ul>.hs-menu-depth-1>ul > .hs-menu-depth-2 > a {
    font-size: 22px;
    font-weight: 350;
    color: #000;
    padding: 10px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 0.25em;
    -moz-column-gap: .25em;
    column-gap: 0.25em;
    text-decoration: none;
  }

  .mobile-nav__inside .hs-menu-wrapper>ul>.hs-menu-depth-1>ul>.hs-menu-depth-2>a svg {
    margin-right: 6px;
    width: 14px;
    height: 8px;
    fill: #000;
  }

  .mobile-nav__inside .hs-menu-wrapper>ul>.hs-menu-depth-1>ul>.hs-menu-depth-2.backBtn>a {
    font-weight: 350;
    font-size: 16px;
    display: flex;
    line-height: 1.5;
    padding: 12px 16px;
  }

  .mobile-nav__inside .hs-menu-wrapper .hs-menu-depth-2:not(.backBtn) > a:after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23666%22%20stroke-width%3D%221.1%22%20points%3D%2210%201%204%207%2010%2013%22%20%2F%3E%0A%3C%2Fsvg%3E");
    margin-left: auto;
    margin-right: 7px;
    content: "";
    width: 18px;
    height: 12px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }

  .mobile-nav__inside .hs-menu-wrapper .hs-menu-depth-2:not(.hs-item-has-children) > a:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .mobile-nav__inside .hs-menu-wrapper .hs-menu-depth-2:not(.backBtn).child-open > a:after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23666%22%20stroke-width%3D%221.1%22%20points%3D%221%204%207%2010%2013%204%22%20%2F%3E%0A%3C%2Fsvg%3E");
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .mobile-nav__inside .hs-menu-wrapper>ul>.hs-menu-depth-1>ul>.hs-menu-depth-2>ul {
    padding: 8px 0;
  }

  .mobile-nav__inside .hs-menu-wrapper>ul>.hs-menu-depth-1>ul>.hs-menu-depth-2>ul>li>a {
    padding: 6px 25px;
    font-size: 18px;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 0.25em;
    -moz-column-gap: .25em;
    column-gap: 0.25em;
    text-decoration: none;
  }

  .mobile-nav__inside .hs-menu-wrapper> ul > .hs-menu-depth-1:nth-child(7) {
    margin-top: auto;
  }

  .mobile-nav__inside .hs-menu-wrapper> ul > .hs-menu-depth-1:nth-child(7)>a,
  .mobile-nav__inside .hs-menu-wrapper> ul > .hs-menu-depth-1:nth-child(8)>a,
  .mobile-nav__inside .hs-menu-wrapper> ul > .hs-menu-depth-1:nth-child(9)>a,
  .mobile-nav__inside .hs-menu-wrapper> ul > .hs-menu-depth-1:nth-child(10)>a,
  .mobile-nav__inside .hs-menu-wrapper> ul > .hs-menu-depth-1:nth-child(11)>a,
  .mobile-nav__inside .hs-menu-wrapper> ul > .hs-menu-depth-1:nth-child(12)>a,
  .mobile-nav__inside .hs-menu-wrapper> ul > .hs-menu-depth-1:nth-child(13)>a
  {
    padding: 4px 16px;
    font-size: 18px;
  }

  .mobile-nav__inside .hs-menu-wrapper>ul>.hs-menu-depth-1:not(:first-child)>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 0.25em;
    -moz-column-gap: .25em;
    column-gap: 0.25em;
    text-decoration: none;
  }
  .mobile-nav__inside .hs-menu-wrapper>ul>.hs-menu-depth-1:first-child>a {
    width: 32px;
    height: 32px;
    background-color: #fff;
    border-radius: 100%;
    background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20320%20512%22%20fill%3D%22%23424242%22%3E%3Cpath%20d%3D%22M193.94%20256L296.5%20153.44l21.15-21.15c3.12-3.12%203.12-8.19%200-11.31l-22.63-22.63c-3.12-3.12-8.19-3.12-11.31%200L160%20222.06%2036.29%2098.34c-3.12-3.12-8.19-3.12-11.31%200L2.34%20120.97c-3.12%203.12-3.12%208.19%200%2011.31L126.06%20256%202.34%20379.71c-3.12%203.12-3.12%208.19%200%2011.31l22.63%2022.63c3.12%203.12%208.19%203.12%2011.31%200L160%20289.94%20262.56%20392.5l21.15%2021.15c3.12%203.12%208.19%203.12%2011.31%200l22.63-22.63c3.12-3.12%203.12-8.19%200-11.31L193.94%20256z%22%2F%3E%3C%2Fsvg%3E);
    padding: 0;
    background-size: 18px 18px;
    background-repeat: no-repeat;
    background-position: 50%;
    position: absolute;
    top: 20px;
    right: 24px;
  }
  .mobile-nav__inside .hs-menu-wrapper > ul > .hs-menu-depth-1.openSubMenu > ul {
    display: block;
  }
  #mobile-nav .hs-menu-depth-2 > ul {
    display: none;
  }
  #mobile-nav .hs-menu-depth-2 .child-trigger {
    height: 53px;
    width: 100%;
  }

  #mobile-nav .hs-menu-depth-2 {
    position: relative;
  }


  /*   end */
}

/* Mega Menu */

.uk-width-auto ul > li > ul.hs-menu-children-wrapper {
  width: 100vw;
  height: 100vh;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  padding: 0;
  list-style: none;
  margin: 0;
  pointer-events:none;
}

.uk-width-auto .hs-menu-wrapper>ul>li.hs-item-has-children.clicked>ul{
  pointer-events:all;
}

.uk-width-auto ul>li>ul.hs-menu-children-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background: rgba(0,0,0,.5);
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
}

.off-canvas {
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 270px;
  padding: 16px;
  background: #fff;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: left .3s ease-in;
  transition: left .3s ease-in;
  padding: 0;
  background-color: #fff;
  width: 640px;
  left: -640px;
  z-index: 9999;
}

.off-canvas-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.off-canvas-row {
  height: auto;
  overflow: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  padding: 40px;
  padding-top: 80px;
  margin-bottom: 16px;
  margin-top: 16px;
}

.off-canvas-row li {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  position: relative;
  padding-left: 30px;
}

.off-canvas-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -30px;
  padding: 0;
  list-style: none;
}

.off-canvas-row li > a {
  text-decoration: none;
  padding: 0;
  color: #000;
  font-size: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 0.25em;
  -moz-column-gap: .25em;
  column-gap: 0.25em;
  background: 0 0;
}

h2.offcanvas__switcher-title {
  margin: 0 0 16px;
  font-family: ABC Diatype,Arial,Helvetica,sans-serif;
  color: #000;
  line-height: 1;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .025em;
}

.uk-width-auto .hs-menu-wrapper>ul > li.hs-item-has-children.clicked > ul {
  opacity: 1;
  visibility: visible;
}

.uk-width-auto .hs-menu-wrapper>ul > li.hs-item-has-children.clicked>ul.hs-menu-children-wrapper:before{
  opacity: 1;
  visibility: visible;
}

.uk-width-auto .hs-menu-wrapper>ul > li.hs-item-has-children.clicked > ul .off-canvas {
  left: 0;
  -webkit-transition: left .3s ease-out;
  transition: left .3s ease-out;
  transition-delay: .1s;
}

body.menu-open {
  overflow: hidden;
}

.off-canvas-row .off-canvas-list > li.show-menu > a {
  font-weight: 500;
  background-color: transparent;
  position: relative;
}

.off-canvas-row .off-canvas-list > li.show-menu > a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #000;
  bottom: 0;
}

.uk-width-auto .hs-item-has-children {
  position: relative;
}

.child-trigger {
  position: absolute;
  height: 46.5px;
  width: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}

.off-canvas-row .off-canvas-list > li > ul {
  margin-top: 24px;
  margin-bottom: 24px;
}

.off-canvas-row .off-canvas-list > li > ul > li {
  padding: 0;
}

.off-canvas-row .off-canvas-list > li > ul > li > a {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 0.25em;
  -moz-column-gap: .25em;
  column-gap: 0.25em;
  text-decoration: none;
  padding: 5px 0;
  font-size: 18px;
}

.off-canvas-row .off-canvas-list > li.show-menu > ul {
  display: block;
}

.off-canvas-row .off-canvas-list > li > ul {
  display: none;
  width: calc(100% - 40px);
  position: absolute;
  list-style: none;
  padding: 0;
  margin-left: 0;
  left: 40px;
}

.off-canvas-row .off-canvas-list > li {
  position: static !important;
}

.off-canvas-row .off-canvas-list>li>ul>li>a:hover {
  text-decoration: underline;
}

#modal-language {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 32px;
  background: rgba(0,0,0,.6);
  opacity: 0;
  -webkit-transition: all .15s linear;
  transition: all .15s linear;
  visibility: hidden;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0;
}

#modal-language.open {
  visibility: visible;
  opacity: 1;
}
#modal-language > div {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  width: 600px;
  max-width: calc(100% - 0.01px)!important;
  background: #fff;
  opacity: 0;
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
  -webkit-transition: .3s linear;
  transition: .3s linear;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  transition-property: opacity,transform;
  transition-property: opacity,transform,-webkit-transform;
  display: flow-root;
  padding: 32px;
  margin-top: auto!important;
  margin-bottom: auto!important;
  padding: 40px;
  text-align: center;
}

#modal-language.open > div {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#modal-language h1 {
  font-size: 24px;
  line-height: 1;
}


@media (min-width: 640px) {
  #modal-language {
    padding: 50px 16px;
  }
}

@media (min-width: 960px) {
  #modal-language {
    padding-left: 24px;
    padding-right: 24px;
  }

  #modal-language h1 {
    font-size: 26px;
  }
}

@media (min-width: 1200px) {

  #modal-language h1 {
    font-size: 30px;
  }
}



@media (max-width: 767px) {
  .search-site.serch_open {
    right: 20px;
    left: 20px;
    width: auto;
  }
}

@media (max-width: 360px) {
  .navbar-nav-menu>li>a {
    padding: 0 4px;
  }
}
.newsletter__wrapper {
  position: relative;
}

.newsletter__container {
  position: relative;
  z-index: 1;
  background-color: #000;
  padding-top: 20px;
  padding-bottom: 20px;
}

.news-flex-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*   margin-left: -20px; */
}

.news-flx-bottom {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  padding-left: 20px;
}

.news-flx-bottom .hs_cos_wrapper>p:nth-child(1) {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 4px;
  letter-spacing: .025em;
  font-family: ABC Diatype,Arial,Helvetica,sans-serif;
  line-height: 1.5;
}

.news-flx-bottom .hs_cos_wrapper>p:nth-child(2) {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 100;
  margin-bottom: 24px;
}

.news-flx-bottom p {
  color: #fff;
}

.newsletter_form_wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  padding-left: 20px;
}

.newsletter__input-wrapper {
  margin-bottom: 0;
  position: relative;
}

.newsletter__input-wrapper .hs-form-field {
  border: none;
  margin: 0;
  padding: 0;
}

.newsletter__input-wrapper form label {
  margin: 0px;
}

.newsletter__input-wrapper form input[type=email] {
  padding: 10px 20px;
  height: 45px;
  border: 0;
  box-shadow: inset 0 0 0 1px hsla(0,0%,100%,.7);
  border-radius: 25px;
  padding-right: 65px;
  font-weight: 300;
  width: 100%;
  box-sizing: border-box;
  background-color: transparent;
  color: #fff;
  vertical-align: middle;
  display: inline-block;
  font-family: 'ABC Diatype';
}

.newsletter__input-wrapper .hs_submit input[type=submit] {
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  height: 45px;
  padding: 0;
  background-color: transparent;
  background-image: url(https://25739748.fs1.hubspotusercontent-eu1.net/hubfs/25739748/raw_assets/public/Bugatti_May2022/images/download%20arrow.svg);
  background-size: 20px 10px;
  background-position: 50%;
  background-repeat: no-repeat;
}
.newsletter__input-wrapper .hs_submit input[type=submit]:focus {
  background-color: transparent !important;
}
.footer__address .hs_cos_wrapper a {
  pointer-events: none;
}
.newsletter__input-wrapper .hs_submit input[type=submit] {
  margin: 0;
  border: none;
  overflow: visible;
  font: inherit;
  color: inherit;
  text-transform: none;
  -webkit-appearance: none;
  border-radius: 0;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 16px;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color .3s ease-in-out,color .3s ease-in-out,box-shadow .3s ease-in-out;
  transition: background-color .3s ease-in-out,color .3s ease-in-out,box-shadow .3s ease-in-out;
  font-weight: 600;
  font-family: ABC Diatype,Arial,Helvetica,sans-serif;
  padding: 11px 30px;
  border-radius: 25px;
  text-transform: uppercase;
  letter-spacing: .025em;
  color: transparent;
  cursor: pointer;
}

.uk-background-muted {
  background-color: #ededed;
}



.footer__ecommerce-container {
  border-bottom: 1px solid rgba(66,66,66,.15);
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer__ecommerce-container .container {
  padding-left: 0;
  padding-right: 0;
}

.uki-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -20px;
  margin-top: -20px;
}

.uk-width-1-3\@s {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  margin-top: 20px;
  padding-left: 20px;
}

.ecommerce-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ecommerce-block svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  fill: #000;
  opacity: .7;
}

.ecommerce-block .hs_cos_wrapper div {
  margin-left: 15px;
}

.ecommerce-block .hs_cos_wrapper div > p:nth-child(1) {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  margin-bottom: 8px;
  line-height: 1.2;
}

.ecommerce-block .hs_cos_wrapper div > p:nth-child(2) {
  font-weight: 300;
  font-size: 16px;
  margin: 0;
  line-height: 1.2;
}

.ecommerce-block .hs_cos_wrapper {
  display: flex;
}
.footer__main-section {
  padding-bottom: 30px;
  padding-top: 30px;
}

.uk_cont {
  padding-left: 0;
  padding-right: 0;
}

.flex-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: -20px;
  margin-left: -20px;
}

.uk-width-1-uk {
  margin-top: 20px;
  padding-left: 20px;
}

.uk-width-2-5\@tablet {
  margin-top: 20px;
  padding-left: 20px;
}

.uk-width-1-3\@tablet {
  margin-top: 20px;
  padding-left: 20px;
}

.footer__address .hs_cos_wrapper svg {
  width: 160px;
  height: 15px;
}

.footer__address .hs_cos_wrapper svg {
  display: block;
  margin-bottom: 16px;
}

.footer__address .hs_cos_wrapper:nth-child(2) span ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
}

.footer__address .hs_cos_wrapper:nth-child(2) span ul > li > a {
  ;color: #000;
  text-decoration: underline;
  font-family: ABC Diatype,Arial,Helvetica,sans-serif;
}

.footer__social-list {
  list-style: none;
  margin: 0 -5px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0;
}

.footer__social-list > li {
  margin: 0 5px;
}

.footer__social-list > li > a {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 34px;
  height: 34px;
  color: #000;
  border-radius: 100%;
  border: 1px solid #000;
  opacity: .7;
  box-sizing: content-box;
}

.footer__social-list > li > a svg {
  width: 16px;
  height: 16px;
  fill: #000;
}

.footer__navigation .hs-menu-wrapper ul > .hs-menu-depth-1 {
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}

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

.footer__navigation .hs-menu-wrapper ul>.hs-menu-depth-1 > a {
  text-transform: uppercase;
  font-weight: 700;
  padding: 0;
  font-size: 14px;
  color: #000;
  font-family: 'ABC Diatype';
  display: inline-block;
}

.footer__navigation .hs-menu-wrapper ul>.hs-menu-depth-1 > ul {
  margin: 0;
  padding-left: 0;
  padding-bottom: 0;
  padding-top: 5px;
  list-style: none;
}

.footer__navigation .hs-menu-wrapper ul>.hs-menu-depth-1 > ul > li {
  font-size: 16px;
}

.footer__navigation .hs-menu-wrapper ul>.hs-menu-depth-1>ul>li>a {
  padding: 4px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 0.25em;
  -moz-column-gap: .25em;
  column-gap: 0.25em;
  text-decoration: none;
  color: #000;
}

.uk-width-1-5\@l .hs-menu-wrapper > ul > li {
  margin-top: 20px;
  padding-left: 20px;
}

.uk-width-1-5\@l .hs-menu-wrapper > ul {
  margin-bottom: 0;
  margin-left: -20px;
  margin-top: -20px;
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.uk-width-1-5\@l .hs-menu-wrapper>ul>li > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #dbdbdb;
  color: #000;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  transition: background-color .3s ease-in-out,color .3s ease-in-out,box-shadow .3s ease-in-out;
  font-weight: 600;
  font-family: ABC Diatype,Arial,Helvetica,sans-serif;
  padding: 11px 20px;
  border-radius: 25px;
}

.uk-width-1-5\@l .hs-menu-wrapper>ul>li>a svg {
  font-size: 16px;
  width: 16px;
  height: 16px;
  margin-left: 10px;
  -webkit-transition: fill .3s ease-in-out;
  transition: fill .3s ease-in-out;
  fill: #000;
  opacity: .7;
}

.uk-section-xsmall {
  padding-bottom: 30px;
  padding-top: 30px;
}

.uk-flex-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: -20px;
  margin-left: -20px;
}

.uk-width-3-5\@m {
  padding-left: 20px;
  margin-top: 20px;
}

.uk-width-2-5\@m {
  margin-top: 20px;
  padding-left: 20px;
}

.uk-width-3-5\@m .hs_cos_wrapper>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -20px;
  padding: 0;
  list-style: none;
  margin-bottom:0px;
}

.uk-width-3-5\@m .hs_cos_wrapper>ul>li {
  font-size: 14px;
  font-weight: 300;
  color: #000;
  text-decoration: none;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  padding-left: 20px;
  position: relative;
}

.uk-width-3-5\@m .hs_cos_wrapper>ul>li>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 0.25em;
  -moz-column-gap: .25em;
  column-gap: 0.25em;
  font-size: 14px;
  font-weight: 300;
  color: #000;
  text-decoration: none;
}

.uk-subnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -20px;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}

.uk-flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  padding-left: 20px;
  position: relative;
}

.credits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 0.25em;
  -moz-column-gap: .25em;
  column-gap: 0.25em;
  color: #000;
}

.credits .hs_cos_wrapper > a {
  font-size: 14px;
  text-decoration: none;
  margin: 0 5px;
  opacity: 1;
  color: #000;
  display: inline-block;
}

.credits .hs_cos_wrapper > a:first-child {
  margin-left: 0;
}

.credits .hs_cos_wrapper > a > span {
  color: #db006a;
}

.footer__main-section {
  border-bottom: 1px solid rgba(66,66,66,.15);
}

.credits .hs_cos_wrapper>a:last-child {
  margin-right: 0px;
}


.uk-width-2-5\@tablet{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}

.uk-width-1-3\@tablet {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}

.uk-width-3-5\@m {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}

.uk-width-2-5\@m {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}

.uk-width-3-5\@m .hs_cos_wrapper>ul{
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.newsletter_form_wrap form .inputs-list>li {
  display: inline-block;
  line-height: 1.2;
  font-size: 14px;
  margin-top: 8px;
  font-weight: 350;
  color: #d32f2f;
  font-family: ABC Diatype,Arial,Helvetica,sans-serif;
  margin-bottom: 0px;
}

.newsletter_form_wrap form .inputs-list>li>label {
  display: inline-block;
  line-height: 1.2;
  font-size: 14px;
  font-weight: 350;
  color: #d32f2f;
  font-family: ABC Diatype,Arial,Helvetica,sans-serif;
}


.uk-width-1-5\@l .hs-menu-wrapper>ul>li>a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}

















.popup-1 .popup-container,
.popup-2 .popup-container{
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010;
  background: rgba(0,0,0,.5);
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
  transition:all 0.3s ease;
}

.popup-1 .popup-container ul,
.popup-2 .popup-container > ul{
  padding-left: 30px;
  margin: 0 0 16px;
}

.popup-1 .popup-container ul li,
.popup-2 .popup-container > ul > li{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: hsla(0,0%,100%,.7);
  will-change: transform,opacity;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.popup-1 .popup-inner-wrap,
.popup-2 .popup-inner-wrap{
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: content-box;
  display: flow-root;
  max-width: 1760px;
  background: #fff;
}
.popup-1 .popup-inner-wrap:last-child{
  margin-bottom: 0;
}

.popup-1 .uk-grid,
.popup-2 .uk-grid{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}
.popup-1 .company-info{
  padding: 24px 0;
  text-align: center;
  margin-bottom: 0;
}
.popup-1 .company-info__logo{
  margin-bottom: 16px;
}
.popup-1 .company-info__logo svg{
  overflow: hidden;
  -webkit-transition: fill .3s ease-in-out;
  transition: fill .3s ease-in-out;
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
  vertical-align: middle;
}

.company-info__text p:nth-child(1) {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 16px;
  color: #000;
}
.company-info__text p:nth-child(2){
  font-size: 18px;
  margin-bottom: 0;
  text-align: left; 
  margin-top: 16px;
  color: #000;
}

.uk-width-1-5\@l .hs-menu-wrapper>ul>li>a {
  letter-spacing: .025em;
}


.popup-2 .uk-container>:last-child{
  margin-bottom: 0;
}

.popup-2 .privacy-text p{
  font-size: 18px;
  color: #000;
}
.search-site .hs-search-field__input {
  background: #fff;
}

.search-site .hs-search-field--open .hs-search-field__suggestions {
  background: #fff;
  padding: 5px;
  margin-top: 5px;
}

.popup-2 .privacy-text ol {
  padding-left: 30px;
  margin: 16px 0;
  color: #000;
}

.popup-2 .popup-inner-wrap{
  max-width: 1460px;
  overflow-y: auto;
  max-height: 80vh;
  display: block;
}






.pop-open .popup-1 .popup-container{
  display: block;
  opacity: 1;
  visibility:visible;
}
.pop-open-2 .popup-2 .popup-container{
  display: block;
  opacity: 1;
  visibility:visible;
}




.newsletter__input-wrapper form input[type=email]::-webkit-input-placeholder {
  color: #fff!important;
  opacity: .7!important;
  font-weight: 100!important;
  font-size: 16px!important;
  font-family: ABC Diatype,Arial,Helvetica,sans-serif!important
}

.newsletter__input-wrapper form input[type=email]::-moz-placeholder {
  color: #fff!important;
  opacity: .7!important;
  font-weight: 100!important;
  font-size: 16px!important;
  font-family: ABC Diatype,Arial,Helvetica,sans-serif!important
}

.newsletter__input-wrapper form input[type=email]::-ms-input-placeholder {
  color: #fff!important;
  opacity: .7!important;
  font-weight: 100!important;
  font-size: 16px!important;
  font-family: ABC Diatype,Arial,Helvetica,sans-serif!important
}

.newsletter__input-wrapper form input[type=email]::placeholder {
  color: #fff!important;
  opacity: .7!important;
  font-weight: 100!important;
  font-size: 16px!important;
  font-family: ABC Diatype,Arial,Helvetica,sans-serif!important
}

.body-container--landing-page form fieldset.form-columns-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}









@media (min-width: 640px){
  .newsletter__container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .uk-width-1-3\@s {
    width: 33.32223%;
  }
  .uk_conti {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media(min-width:768px){
  .footer__address {
    text-align: left;
  }
  .footer__social-list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media (min-width: 960px){
  .newsletter__input-wrapper form input[type=email] {
    font-size: 18px;
  }
  .news-flx-bottom {
    width: 40%;
  }
  .news-flx-bottom .hs_cos_wrapper>p:nth-child(1) {
    font-size: 20px;
  }
  .news-flx-bottom .hs_cos_wrapper>p:nth-child(2) {
    margin-bottom: 0;
    font-size: 20px;
  }
  .newsletter_form_wrap {
    width: 50%;
  }
  .footer__ecommerce-container {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .ecommerce-block .hs_cos_wrapper div {
    margin-left: 30px;
  }
  .ecommerce-block .hs_cos_wrapper div > p:nth-child(1) {
    font-size: 20px;
  }
  .footer__main-section {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .uk-width-1-uk {
    display: none;
  }
  .uk-width-1-3\@tablet {
    width: 66.64445%;
  }
  .uk-width-2-5\@tablet {
    width: 33.32223%;
  }
  .footer__navigation .hs-menu-wrapper ul > .hs-menu-depth-1 {
    width: 33.32223%;
    text-align: left;
  }
  .uk-width-1-5\@l .hs-menu-wrapper > ul > li {
    width: 33.32223%;
  }
  .uk-section-xsmall {
    padding-bottom: 40px;
    padding-top: 40px;
    max-height: 101px;
  }
  .uk-width-3-5\@m {
    width: 60%;
  }

  .uk-width-2-5\@m {
    width: 40%;
  }
  .uk-width-3-5\@m .hs_cos_wrapper > ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .uk-flex-right\@m {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    line-height: 21px;
  }
  .uk-width-1-1\@m.uk-width-1-5\@l {
    width: 100%;
  }
}

@media (min-width: 1200px){
  .newsletter__container .container {
    padding-left: 80px;
    padding-right: 80px;
  }
  .news-flex-bottom{
    margin-left: -40px;
  }
  .news-flx-bottom {
    padding-left: 40px;
  }
  .newsletter_form_wrap {
    padding-left: 40px;
  }
  .uki-grid {
    margin-top: -40px;
    margin-left: -40px;
  }
  .uk-width-1-3\@s {
    margin-top: 40px;
    padding-left: 40px;
  }
  .flex-between {
    margin-top: -40px;
    margin-left: -40px;
  }
  .uk-width-1-uk {
    margin-top: 40px;
    padding-left: 40px;
  }
  .uk-width-2-5\@tablet {
    margin-top: 40px;
    padding-left: 40px;
    width: 20%;
  }
  .uk-width-1-3\@tablet {
    margin-top: 37px;
    padding-left: 40px;
    width: 60%;    
  }
  .footer__address .hs_cos_wrapper svg {
    display: block;
    margin-bottom: 16px;
  }
  .footer__navigation .hs-menu-wrapper > ul > .hs-menu-depth-1 {
    padding-left: 40px;
  }
  .footer__navigation .hs-menu-wrapper > ul {
    margin-left: -40px;
  }
  .uk-width-1-5\@l .hs-menu-wrapper > ul > li {
    width: 100%;
  }
  .uk-flex-middle {
    margin-left: -40px;
    margin-top: -40px;
  }
  .uk-width-3-5\@m {
    padding-left: 40px;
    margin-top: 40px;
  }

  .uk-width-2-5\@m {
    margin-top: 40px;
    padding-left: 40px;
  }
  .uk-width-3-5\@m .hs_cos_wrapper > ul {
    margin-left: -40px;
  }
  .uk-width-3-5\@m .hs_cos_wrapper>ul>li {
    padding-left: 40px;
  }
  .uk-width-1-1\@m.uk-width-1-5\@l {
    width: 20%;
  }
  .popup-2 .popup-inner-wrap{
    padding-left:40px;
  }
}
@media (min-width: 768px) and (max-width: 959px){
  .uk-width-2-5\@tablet {
    width: 40% !important;
  }
}

@media(max-width:959px){
  .uk-section-xsmall {
    padding-bottom: 50px;
  }

  .uk-width-1-3\@tablet {
    display: none;
  }
  .footer__address .hs_cos_wrapper svg {
    display: none;
  }
  .uk-width-1-5\@l .hs-menu-wrapper>ul>li {
    margin-top: 20px;
    padding-left: 20px;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
  }
  .uk-flex-middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .uk-width-3-5\@m {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
  }

  .uk-width-3-5\@m .hs_cos_wrapper>ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .uk-width-2-5\@m {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
  }
  .uk-width-1-uk {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
  }
  .footer__address svg {
    width: 160px;
    height: 15px;
  }
  .ecommerce-block svg {
    width: 30px;
    height: 30px;
  }
  .news-flx-bottom .hs_cos_wrapper>p:nth-child(2) {
    margin-bottom: 24px;
  }
  .newsletter_form_wrap {
    padding-left: 0px;
  }
  .news-flx-bottom {
    padding-left: 0px;
  }
}

@media(max-width:767px){
  .uk-width-2-5\@tablet {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
  }
  .footer__address {
    text-align: center;
  }
}


@media(max-width:400px){
  form input[type=email], 
  form input[type=file], 
  form input[type=number], 
  form input[type=password],
  form input[type=tel], 
  form input[type=text], 
  form select, 
  form textarea{
    width: 100% !important;
  }
  .input{
    margin: 0 !important;
  }
  .grecaptcha-badge {
    margin: 0;
  }
}
