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

.banner-area .dnd-section,
.banner-area .dnd-section > .row-fluid {
  padding: 0;
}

.page-center,
.dnd-section > .row-fluid{
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  padding-left:15px;
  padding-right:15px;
  width: 100%;
}

.dnd-section {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@font-face {
  font-family: 'Font Awesome 5 Free Solid';
  src: url(https://21369776.fs1.hubspotusercontent-na1.net/hubfs/21369776/raw_assets/public/Sukup_April_2022/Fonts/FontAwesome5Free-Solid.woff2) format('woff2'),
    url(https://21369776.fs1.hubspotusercontent-na1.net/hubfs/21369776/raw_assets/public/Sukup_April_2022/Fonts/FontAwesome5Free-Solid.woff) format('woff'),
    url(https://21369776.fs1.hubspotusercontent-na1.net/hubfs/21369776/raw_assets/public/Sukup_April_2022/Fonts/FontAwesome5Free-Solid.ttf) format('truetype'),
    url(https://21369776.fs1.hubspotusercontent-na1.net/hubfs/21369776/raw_assets/public/Sukup_April_2022/Fonts/FontAwesome5Free-Solid.svg) format('svg');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Font Awesome 5 Brands';
  src: url(https://21369776.fs1.hubspotusercontent-na1.net/hubfs/21369776/raw_assets/public/Sukup_April_2022/Fonts/FontAwesome5Brands-Regular.woff2) format('woff2'),
    url(https://21369776.fs1.hubspotusercontent-na1.net/hubfs/21369776/raw_assets/public/Sukup_April_2022/Fonts/FontAwesome5Brands-Regular.woff) format('woff'),
    url(https://21369776.fs1.hubspotusercontent-na1.net/hubfs/21369776/raw_assets/public/Sukup_April_2022/Fonts/FontAwesome5Brands-Regular.ttf) format('truetype'),
    url(https://21369776.fs1.hubspotusercontent-na1.net/hubfs/21369776/raw_assets/public/Sukup_April_2022/Fonts/FontAwesome5Brands-Regular.svg) format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(74,84,95,0);
}

body {
  line-height: 1.5;
}

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 .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

a:hover {
  text-decoration: underline;
}

/* Headings */

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

/* 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;
}
button,
.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 {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form,
.submitted-message {
  max-width: ;
  font-family: ;
}

.hs-button,
.button--primary {
  margin: 15px 0;
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-align: center;
  width: auto;
  vertical-align: middle;
  cursor: pointer;
  text-decoration: none;
  border-style: solid;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  line-height: 1.5;
  box-shadow: 0 0 10px 2px rgb(0 0 0 / 9%);
  text-transform: uppercase;
  letter-spacing: .045em;
  font-family: Montserrat,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
  font-weight: 400;
  padding: 0.65rem;
  font-size: .7rem;
}

.button{
  padding: 0.65rem;
}

@media (min-width: 992px){
  .hs-button,
  .button--primary {
    font-size: 1rem;
  }
}

.hs-button:hover,
.button--primary:hover {
  text-decoration: none;
  color: #fff;
}

/* .hs-button:active {
background-color: ;
border-color: ;
} */


.hs-form label {
  color: ;
  display: block;
  float: none;
  width: auto;
  text-align: left;
  padding-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 400;
  line-height: 1.5;
  font-family: Lato,sans-serif;
  font-size: 1rem;
}

@media (min-width: 992px){
  .hs-form label{
    font-size: 1.125rem;
  }
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: ;
  color: #dc3545;
}

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

.hs-input,
input#hs-pwd-widget-password {
  width: 100%;
  border: 1px solid #ced4da;
  height: calc(1.5em + 0.75rem + 2px) !important;
  padding: 0.375rem 0.75rem;
  outline: none;
  display:block;
  font-family: inherit;
  margin: 15px 0;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.hs-input:focus,
input#hs-pwd-widget-password:focus {
  border-color: #34c4f5;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(8 122 161 / 25%);
}

input.email-edit.hs-input {
  width: 100% !important;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto !important;
  height: auto !important;
  display: inline-block;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: ;
}

.hs-input::-webkit-input-placeholder {
  color: ;
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: ;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: ;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

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

.field {
  margin-bottom: 18px;
}

.hs-field-desc {
  color: ;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: red;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: ;
  color: ;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}

#hs-search-module form input {
  margin-bottom: 20px;
}


@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: ;
}
/* 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 {
  display: block;
}

.header .container {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  padding: 0.5rem;
}

.header .topNav {
  display: block;
  margin: 0.5rem 0;
}

header.header.lpHeader .mobileContent {
  justify-content: center;
}

.header .topNav nav > ul {
  display: flex;
  flex-wrap: wrap;
}

.header .topNav nav > ul > li:not(:last-child) {
  border-right: 1px solid #dee2e6;
}

.header .topNav nav > ul > li:first-child {
  margin-right: 1.5rem;
  border: none;
}

.header .topNav nav > ul > li:first-child > a {
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  align-self: flex-start;
  text-transform: uppercase;
  border-radius: 0;
  border: none;
  letter-spacing: 0.045em;
  font-family: Montserrat, Roboto, Helvetica Neue, Arial, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  padding: 0.65rem;
  font-weight: 700;
  color: #fff;
  font-size: 0.6rem;
  background: #087aa1;
  cursor: pointer;
  box-shadow: 0 0 10px 2px rgb(0 0 0 / 20%);
}

.header .topNav nav > ul > li:not(:first-child) > a {
  display: block;
  padding: 0.5rem 1rem;
  color: #71777f;
}

.header .topNav nav > ul > li > a:hover {
  text-decoration: none;
}

.header .topNav nav > ul > li > a > small {
  font-size: 80%;
  font-weight: 400;
}

.header .mainHeader {
  flex: 1 0 100%;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  display: none;
  justify-content: space-between !important;
  align-items: center !important;
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.header .headerLogo {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.header .headerContent {
  display: flex;
  flex: 1 0 100%;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  display: none !important;
  justify-content: flex-end !important;
  margin: 0 !important;
}

.header .headerLogo a {
  display: inline-block;
  margin: 15px auto;
}

.header .headerLogo a img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

.header .headerBtn {
  position: relative;
  width: 100%;

  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 !important;
}

.header .headerContent .contactInfo {
  display: flex;
  flex: 1 0 100%;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.header .headerBtn a {
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  align-self: flex-start !important;
  margin-top: 0.25rem !important;
  margin-right: 1.5rem !important;
  text-transform: uppercase;
  border-radius: 0;
  padding: 0.65rem;
  border: none;
  letter-spacing: 0.045em;
  font-family: Montserrat, Roboto, Helvetica Neue, Arial, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-weight: 700;
  color: #fff;
  font-size: 0.6rem;
  background: #087aa1;
  cursor: pointer;
  width: 100%;
  margin: 30px auto;
  display: block;
}

.header .contactUs {
  position: relative;
  width: 100%;
  flex: 0 0 50%;
  max-width: 50%;
}

.header .contactUs h5 {
  margin-top: 0;
  line-height: 1.2;
  font-family: Montserrat, Roboto, Helvetica Neue, Arial, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  color: #008752;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 0.15rem;
}

.header .contactUs small {
  font-size: 80%;
  font-weight: 400;
}

.header .contactUs small i {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free Solid";
  font-weight: 900;
  width: 1rem;
  margin-right: 0.25rem;
  text-align: center;
}

.header
.contactUs
.hs_cos_wrapper_type_rich_text
> div:not(:last-child)
> small
> i:before {
  content: "";
}

.header
.contactUs
.hs_cos_wrapper_type_rich_text
> div:last-child
> small
> i:before {
  content: "";
}

.header .address {
  position: relative;
  width: 100%;
  flex: 0 0 50%;
  max-width: 50%;
}

.header .address h5 {
  margin-top: 0;
  line-height: 1.2;
  font-family: Montserrat, Roboto, Helvetica Neue, Arial, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  color: #008752;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 0.15rem;
}

.header .address p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.header .sticky-wrapper{
  height: auto;
}

.header .mainNavigation{
  display: block;
  background-color: #008752;
  box-shadow: 0 .5rem 1rem rgba(74,84,95,.15);
  position: relative;
}

.header .mainNavigation:before,
.header .mainNavigation:after{
  content: "";
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 40%;
  z-index: 0;
}

.header .mainNavigation:before{
  background: url(https://21369776.fs1.hubspotusercontent-na1.net/hubfs/21369776/raw_assets/public/Sukup_April_2022/images/nav-pattern-left.png) no-repeat;
  background-position: 100% 0;
  left: 0;
}

.header .mainNavigation:after{
  background: url(https://21369776.fs1.hubspotusercontent-na1.net/hubfs/21369776/raw_assets/public/Sukup_April_2022/images/nav-pattern-right.png) no-repeat;
  background-position: 0 0;
  right: 0;
}

.header .mobileContent {
  display: flex;
  flex: 1 0 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}

.header .searchBtnMobile {
  position: relative;

  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 auto;

  max-width: 100%;
  display: block;
  width: 4rem;
  height: auto;
  background: url(https://21369776.fs1.hubspotusercontent-na1.net/hubfs/21369776/raw_assets/public/Sukup_April_2022/images/search-icon-white.svg) no-repeat 50%;
  text-indent: -9999em;
  overflow: hidden;
}

.header .mobileLogo {
  position: relative;

  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  display: block;
}

.header .mobileLogo a img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  width: 120px !important;
  display: block;
  margin: 0.6rem auto;
}

.header button.menuToggler {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  border-radius: 0;
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  border: 0 !important;
  position: relative;
  width: 4rem;
  min-height: 100%;
  display: block;
  background: url(https://21369776.fs1.hubspotusercontent-na1.net/hubfs/21369776/raw_assets/public/Sukup_April_2022/images/menu-white.svg) 50%;
  background-repeat: no-repeat;
  background-size: 32px auto;
  z-index: 10;
}

.header .searchBar {
  position: absolute;
  top: auto;
  left: 0;
  width: 100%;
  z-index: 9999;
  display: none;
}

.header .searchInner {
  background: #4a545f;
  padding: 20px;
  font-size: 1rem;
  color: #fff;
  font-family: Montserrat, Roboto, Helvetica Neue, Arial, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  min-height: 70px;
  bottom: -70px;
  z-index: 900;
  transition: all 0.3s;
  overflow: hidden;
  text-align: center;
}

.header .searchBar form {
  font-size: 1rem;
  color: #fff;
  font-family: Montserrat, Roboto, Helvetica Neue, Arial, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-weight: 400;
  line-height: 1.5;
}

.header .searchBar form input.hsSearch {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  outline-offset: -2px;
  -webkit-appearance: none;
  border: 0;
  background: transparent;
  border-radius: 0;
  line-height: 1.5;
  display: inline-block;
  box-sizing: border-box;
  width: 70%;
  max-width: 600px;
  padding: 0.075em 0;
  border-bottom: 2px solid rgba(223, 211, 195, 0.2);
  text-align: left;
  outline: none;
  transition: all 0.25s ease;
  color: #fff;
}

.header .searchBar form input[type="submit"] {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  padding: 4px 15px;
  border: none;
  border-radius: 0;
  background: hsla(0, 0%, 100%, 0.01);
  color: #dfd3c3;
  outline: none;
  transition: all 0.25s ease;
  cursor: pointer;
}

.header .searchBar form input[type="submit"]:hover {
  background: hsla(0, 0%, 100%, 0.03);
}

.header .searchBar form input.hsSearch:focus {
  border-bottom: 2px solid #dfd3c3;
}

.header .customMenuPrimary {
  display: none;
  position: relative;
  list-style: none;
  margin: 0 auto;
  z-index: 15;
  justify-content: center;
  max-width: 85rem;
  padding: 0;
}

.header .customMenuPrimary > .hs_cos_wrapper_type_menu {
  width: 100%;
}

.header .customMenuPrimary .hs-menu-wrapper > ul > li {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
  width: 100%;
}

.header .customMenuPrimary .hs-menu-wrapper > ul {
  display: flex;
}

.header .customMenuPrimary .hs-menu-wrapper > ul > li.Dealer_Login {
  background-color: #005f39;
}

.header .customMenuPrimary .hs-menu-wrapper > ul > li.Search {
  display: none;
}

.header .customMenuPrimary .hs-menu-wrapper > ul > li > a {
  position: relative;
  display: block;
  padding: 1em;
  margin: 0;
  border: 1px solid transparent;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  width: 100%;
  white-space: nowrap;
}

.header .customMenuPrimary .hs-menu-wrapper > ul > li.Search > a {
  background: none;
  background-image: url(https://21369776.fs1.hubspotusercontent-na1.net/hubfs/21369776/raw_assets/public/Sukup_April_2022/images/search-icon-white.svg);
  text-indent: -9999em;
  overflow: hidden;
  background-position: 50%;
  background-repeat: no-repeat;
  height: 100%;
}

.header .customMenuPrimary .hs-menu-wrapper > ul > li > a > i {
  font-size: 80%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  font-family: "Font Awesome 5 Free Solid";
  transition: transform 0.2s ease;
  margin-left: 9.5px;
}

body.scroll-header header.header.lpHeader .sticky-wrapper {
  height: auto !important;
}

header.header.lpHeader .mainHeader {
  margin: 0;
}

header.header.lpHeader .container {
  padding: 0;
}

.header .customMenuPrimary .hs-menu-wrapper > ul > li > a > i:before {
  content: "";
}

.header .customMenuPrimary .hs-menu-wrapper > ul > li > a > span > sup {
  font-size: 0.6em;
  position: relative;
  top: -0.6em;
}

.header .customMenuPrimary .hs-menu-wrapper > ul > li > ul {
  width: 100% !important;
  background: url(https://21369776.fs1.hubspotusercontent-na1.net/hubfs/21369776/raw_assets/public/Sukup_April_2022/images/main-nav-bg.jpg) no-repeat 0 0 #06a564;
  position: relative;
  display: none !important;
  top: 0;
  margin-top: -1px;
  padding: 0.5em 1em;
  border: 1px solid #06a564;
  background-color: #06a564;
}

.header .customMenuPrimary .hs-menu-wrapper > ul > li.toggleMenu > a {
  outline: 0;
  border: 1px solid #06a564;
  background-color: #06a564;
  border-bottom: none;
  z-index: 1;
}

.header .customMenuPrimary .hs-menu-wrapper > ul > li > ul.toggleMenu {
  display: block !important;
  z-index: 999;
}

.header .customMenuPrimary .hs-menu-wrapper > ul > li.Products > ul > li {
  display: inline-block;
  vertical-align: top;
  padding: 0;
}

.header .customMenuPrimary .hs-menu-wrapper > ul > li.Products > ul > li:not(:first-child) {
  position: relative;
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.header .customMenuPrimary .hs-menu-wrapper > ul > li > ul > li:first-child > a {
  line-height: 1.2;
  color: #fff;
  font-size: 1.75rem;
  font-weight: 700;
  font-family: Montserrat, Roboto, Helvetica Neue, Arial, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  display: block;
  list-style-type: none;
  margin: 0.5rem 0;
  padding: 0;
}

.header .customMenuPrimary .hs-menu-wrapper > ul > li > ul > li:first-child > ul > li {
  display: block;
  list-style-type: none;
  margin: 0.5rem 0;
  padding: 0;
}

.header .customMenuPrimary .hs-menu-wrapper > ul > li > ul > li:first-child > ul > li > a {
  color: #dfd3c3;
  font-weight: 700 !important;
  border-bottom: 0.25rem rgba(223, 211, 195, 0.1);
}

.header .customMenuPrimary .hs-menu-wrapper > ul > li.toggleMenu > a > i {
  transform: rotate(-180deg);
}

.header .customMenuPrimary .hs-menu-wrapper > ul > li > ul > li:not(:first-child) > a {
  display: block;
  list-style-type: none;
  margin: 0.5rem 0;
  padding: 0;
  line-height: 1.2;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  font-family: Montserrat, Roboto, Helvetica Neue, Arial, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  line-height: 24px;
}

.header
.customMenuPrimary
.hs-menu-wrapper
> ul
> li
> ul
> li:not(:first-child)
> ul
> li {
  display: block;
  list-style-type: none;
  margin: 0.5rem 0;
  padding: 0;
}

.header
.customMenuPrimary
.hs-menu-wrapper
> ul
> li
> ul
> li:not(:first-child)
> ul
> li
> a {
  color: #dfd3c3;
}

.header
.customMenuPrimary
.hs-menu-wrapper
> ul
> li.Projects
> ul
> li:first-child {
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
  vertical-align: top;
  padding: 0;
}

.header
.customMenuPrimary
.hs-menu-wrapper
> ul
> li.Projects
> ul
> li:first-child
> ul
> li
> a {
  font-weight: normal !important;
}

.header
.customMenuPrimary
.hs-menu-wrapper
> ul
> li.Projects
> ul
> li:last-child {
  display: flex !important;
  width: 100% !important;
}

.header
.customMenuPrimary
.hs-menu-wrapper
> ul
> li.Projects
> ul
> li:last-child
> ul {
  width: 100%;
  display: flex;
}

.header
.customMenuPrimary
.hs-menu-wrapper
> ul
> li.Projects
> ul
> li:last-child
> ul
> li {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0 !important;
  margin-right: auto !important;
  display: inline-block;
  vertical-align: top;
  padding: 0;
}

.header
.customMenuPrimary
.hs-menu-wrapper
> ul
> li.Projects
> ul
> li:last-child
> ul
> li
> a {
  display: block;
  list-style-type: none;
  margin: 0.5rem 0;
  padding: 0;
  line-height: 24px;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  font-family: Montserrat, Roboto, Helvetica Neue, Arial, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}

.header
.customMenuPrimary
.hs-menu-wrapper
> ul
> li.Projects
> ul
> li:last-child
> ul
> li
> ul
> li {
  display: block;
  list-style-type: none;
  margin: 0.5rem 0;
  padding: 0;
}

.header
.customMenuPrimary
.hs-menu-wrapper
> ul
> li.Projects
> ul
> li:last-child
> ul
> li
> ul
> li
> a {
  color: #dfd3c3;
}

.header .customMenuPrimary .hs-menu-wrapper > ul > li.About_Sukup > ul > li,
.header .customMenuPrimary .hs-menu-wrapper > ul > li.Safe_T_Home > ul > li,
.header .customMenuPrimary .hs-menu-wrapper > ul > li.Resources > ul > li {
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
  vertical-align: top;
  padding: 0;
}

.header
.customMenuPrimary
.hs-menu-wrapper
> ul
> li.About_Sukup
> ul
> li:not(:first-child):not(:last-child),
.header
.customMenuPrimary
.hs-menu-wrapper
> ul
> li.Safe_T_Home
> ul
> li:not(:first-child):not(:last-child),
.header
.customMenuPrimary
.hs-menu-wrapper
> ul
> li.Resources
> ul
> li:not(:first-child):not(:last-child) {
  position: relative;
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.header .customMenuPrimary .hs-menu-wrapper > ul > li.About_Sukup > ul > li:last-child > a,
.header .customMenuPrimary .hs-menu-wrapper > ul > li.Safe_T_Home > ul > li:last-child > a{
  margin: 0;
  font-size: unset;
  font-weight: unset;
  line-height: unset;
}

.header .customMenuPrimary .hs-menu-wrapper > ul > li.About_Sukup > ul > li:last-child > a > img,
.header .customMenuPrimary .hs-menu-wrapper > ul > li.Safe_T_Home > ul > li:last-child > a > img{
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

.header .customMenuPrimary .hs-menu-wrapper > ul > li > ul > li:first-child > a > sup {
  font-size: .6em;
  position: relative;
  top: -0.6em;
}

.header .customMenuPrimary .hs-menu-wrapper > ul > li > ul > li:not(:first-child) > a > sup {
  font-size: .6em;
  position: relative;
  top: -0.6em;
}

.header .customMenuPrimary .hs-menu-wrapper > ul > li > ul > li:not(:first-child) > ul > li > a > sup {
  font-size: .6em;
  position: relative;
  top: -0.6em;
}

.header .customMenuPrimary .hs-menu-wrapper > ul > li > ul > li:not(:first-child) > ul > li > a > i.fa-file-pdf {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free Solid';
  font-weight: 900;
}

.header .customMenuPrimary .hs-menu-wrapper > ul > li > ul > li:not(:first-child) > ul > li > a > i.fa-file-pdf:before {
  content: "";
}

.header .customMenuPrimary .hs-menu-wrapper > ul > li > ul > li:not(:first-child) > ul > li.Download_Brochure > a > i {
  margin-left: 3px;
}

body.scroll-header .header .sticky-wrapper {
  height: 63.5781px;
}

body.scroll-header .header .mainNavigation {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.header .customMenuPrimary .hs-menu-wrapper > ul > li > ul > li:first-child > a:hover {
  text-decoration: none;
}











@media (min-width: 576px) {
  .header .contactUs {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 1rem !important;
  }

  .header .address {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .header .mainNavigation:before{
    background-position: 0 0;
  }

  .header .mainNavigation:after{
    background-position: 100% 0;
  }
}

@media (min-width: 768px) {
  .header .headerContent .contactInfo {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

@media (min-width: 992px) {
  .header .container {
    padding-right: 3rem;
    padding-left: 3rem;
  }

  .header .topNav {
    margin-top: 0;
  }

  .header .topNav nav > ul {
    justify-content: flex-end;
  }

  .header .topNav nav > ul > li:first-child {
    display: none;
  }

  .header .topNav nav > ul > li:first-child > a {
    padding: 0.85rem 1.5rem;
    font-size: 0.85rem;
  }

  .header .mainHeader {
    display: flex;
  }

  .header .headerLogo {
    width: auto;
  }

  .header .headerContent {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    display: flex !important;
    max-width: 800px;
  }

  .header .headerBtn {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .header .headerContent .contactInfo {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    display: flex !important;
    width: auto;
  }

  .header .headerBtn a {
    padding: 0.85rem 1.5rem;
    font-size: 0.85rem;
    width: auto;
  }

  .header .contactUs {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 0 !important;
  }

  .header .address {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .header .searchBtnMobile,
  .header .mobileLogo,
  .header button.menuToggler {
    display: none;
  }

  .header .customMenuPrimary {
    display: flex;
  }

  .header .customMenuPrimary .hs-menu-wrapper > ul > li.Search {
    display: block;
  }

  .header .customMenuPrimary .hs-menu-wrapper > ul > li > a {
    text-align: center;
    font-size: 1.1rem;
  }

  .header .customMenuPrimary .hs-menu-wrapper > ul > li > ul {
    padding: 3rem !important;
    position: absolute;
    top: 3.9em;
    left: 0;
    width: 100%;
  }

  .header .customMenuPrimary .hs-menu-wrapper > ul > li > ul.toggleMenu {
    display: flex !important;
  }

  .header .customMenuPrimary .hs-menu-wrapper > ul > li.Products > ul > li {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .header .customMenuPrimary .hs-menu-wrapper > ul > li.Products > ul > li:not(:first-child) {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .header .customMenuPrimary .hs-menu-wrapper > ul > li > ul > li:first-child > a {
    font-size: 2.25rem;
  }

  .header
  .customMenuPrimary
  .hs-menu-wrapper
  > ul
  > li.Projects
  > ul
  > li:first-child {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .header
  .customMenuPrimary
  .hs-menu-wrapper
  > ul
  > li.Projects
  > ul
  > li:last-child {
    padding-left: 0.5rem !important;
  }

  .header .customMenuPrimary .hs-menu-wrapper > ul > li.About_Sukup > ul > li,
  .header .customMenuPrimary .hs-menu-wrapper > ul > li.Safe_T_Home > ul > li,
  .header .customMenuPrimary .hs-menu-wrapper > ul > li.Resources > ul > li {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .header
  .customMenuPrimary
  .hs-menu-wrapper
  > ul
  > li.About_Sukup
  > ul
  > li:not(:first-child):not(:last-child),
  .header
  .customMenuPrimary
  .hs-menu-wrapper
  > ul
  > li.Safe_T_Home
  > ul
  > li:not(:first-child):not(:last-child),
  .header
  .customMenuPrimary
  .hs-menu-wrapper
  > ul
  > li.Resources
  > ul
  > li:not(:first-child):not(:last-child) {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}

@media (max-width: 1030px) and (min-width: 992px) {
  .header .customMenuPrimary .hs-menu-wrapper > ul > li.Products > ul > li {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}




@media (max-width: 1199.98px) {
  .header .topNav nav > ul > li:not(:first-child) > a {
    padding: 0.25rem 0.45rem;
  }
}

@media (max-width: 1040px) and (min-width: 992px) {
  .header .customMenuPrimary .hs-menu-wrapper > ul > li >a {
    font-size: 15px;
  }

  .header .customMenuPrimary .hs-menu-wrapper > ul > li > ul {
    top: 3.4em;
  }
}

@media (max-width: 991.98px) {
  .header .topNav nav > ul {
    justify-content: center;
  }

  .header-wrapper {
    min-height: 57.86px;
  }

  .header .customMenuPrimary{
    max-height: calc(100vh - 157px);
    overflow-y: auto;
  }

  .header .customMenuPrimary.active {
    display: block;
  }

  .header .customMenuPrimary .hs-menu-wrapper > ul {
    display: block;
  }

  .header .customMenuPrimary .hs-menu-wrapper > ul > li > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #007848 !important;
  }

  .header .customMenuPrimary .hs-menu-wrapper > ul > li > a:hover {
    border: 1px solid #06a564 !important;
    background-color: #06a564 !important;
  }

  .header .customMenuPrimary .hs-menu-wrapper > ul > li.Projects > ul > li:last-child > ul > li {
    width: 100%;
  }

  .header .customMenuPrimary .hs-menu-wrapper > ul > li > ul > li:not(:first-child) > ul > li.Download_Brochure > a > i {
    margin-left: 3.5px;
  }

  .header .customMenuPrimary .hs-menu-wrapper > ul > li > ul > li:not(:first-child) > ul > li.Download_Spanish_Brochure > a > i {
    margin-left: 3.5px;
  }

  .header .customMenuPrimary .hs-menu-wrapper > ul > li.Resources > ul > li {
    width: 100%;
  }
}

@media (max-width: 479px){
  .header .customMenuPrimary .hs-menu-wrapper > ul > li.Projects > ul > li:last-child > ul {
    flex-wrap: wrap;
  }
}
.startProject {
  text-align: center;
  padding: 3rem;
  border-top: 1px dotted #d3dee1;
}

.startProject h6 {
  margin-top: 0;
  line-height: 1.2;
  font-weight: 700;
  font-family: Montserrat,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 1.025rem;
  color: #71777f;
  margin-bottom: 0;
}

/* start project css end */

.findYourDealer {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(https://21369776.fs1.hubspotusercontent-na1.net/hubfs/21369776/raw_assets/public/Sukup_April_2022/images/dealer-bkg.jpg) no-repeat 50%/cover;
  padding: 2rem;
  position: relative;
  min-height: 10rem;
}

.findYourDealer .dealer-btn-wrapper {
  display: flex;
  justify-content: center;
  background: hsla(0,0%,100%,.1);
  box-shadow: 0 0 20px 1px rgb(0 0 0 / 15%);
  z-index: 2;
  position: relative;
}

.findYourDealer .dealer-btn-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  width: 94%;
  height: 80%;
  left: 3%;
  top: 10%;
  background: rgba(0,0,0,.05);
  border: 2px solid hsla(0,0%,100%,.4);
  pointer-events: none;
}

.findYourDealer .dealer-btn-wrapper a {
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  line-height: 1.5;
  text-transform: uppercase;
  border-radius: 0;
  border: none;
  font-size: .75rem;
  letter-spacing: .045em;
  font-family: Montserrat,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
  padding: 0.65rem;
  font-weight: 700;
  color: #4a545f;
  background: #dfd3c3;
  position: relative;
  z-index: 10;
  box-shadow: 0 0 25px 5px rgb(0 0 0 / 50%);
  cursor: pointer;
}

.findYourDealer img {
  vertical-align: middle;
  max-width: 100%;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 12rem;
  height: auto;
}

/* dealer css end  */

footer.footer {
  display: block;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: url(https://21369776.fs1.hubspotusercontent-na1.net/hubfs/21369776/raw_assets/public/Sukup_April_2022/images/footer-bkg.png) #007848;
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: contain,100% 100%;
  background-blend-mode: multiply,normal;
}

.footer .content-wrapper {
  padding-right: 15px;
  padding-left: 15px;
}

.footer .row {
  display: flex;
  flex: 1 0 100%;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.footer .left,
.footer .right {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.footer .footerLogo img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  margin-bottom: 1rem;
}

.footer .footerLogo a {
  pointer-events: none;
  display: block;
}

.footer .addressSection address {
  font-style: normal;
  line-height: inherit;
  margin-bottom: 1rem;
}

.footer .addressSection address p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.footer .addressSection address p small {
  font-size: 80%;
  font-weight: 400;
  color: #fff;
}

.footer .addressSection address small {
  font-size: 80%;
  font-weight: 400;
  color: #fff;
}

.footer .addressSection address small a {
  color: #dfd3c3;
}

.footer .socialIcons a {
  color: #dfd3c3;
}

.footer .socialIcons a i {
  margin-right: 0.5rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
  font-size: 1.25rem;
}

.fa-facebook-f:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.footer nav>ul {
  display: flex;
  flex: 1 0 100%;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.footer nav>ul>li {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.footer nav>ul>li>a {
  margin-top: 0;
  margin-bottom: 1rem;
  display: block;
  color: #dfd3c3;
  font-weight: 700;
}

.footer nav>ul>li>ul {
  margin-bottom: 1rem;
}

.footer nav>ul>li>ul>li>a {
  color: #fff;
}

.footer .footerImages {
  justify-content: flex-end;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.footer .footerImages .hs_cos_wrapper_type_rich_text {
  display: flex;
  justify-content: flex-end;
}

.footer .footerImages img {
  vertical-align: middle;
  height: auto;
  margin-left: 3rem;
  max-width: 50px;
}

.footer .footerImages>div {
  width: 100%;
}

.footer .footerImages a {
  color: #dfd3c3;
}

.footer .copyright {
  display: flex;
  justify-content: flex-end;
  margin-top: 1.5rem;
}

.footer .copyright p {
  margin-top: 0;
  margin-bottom: 1rem;
  color: #fff;
}

.footer .copyright p small {
  font-size: 80%;
  font-weight: 400;
}

.footer .copyright p small a {
  color: #dfd3c3;
}

.footer .socialIcons a:hover,
.findYourDealer .dealer-btn-wrapper a:hover{
  text-decoration: none;
}

@media (min-width: 576px){
  .footer nav>ul>li {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 768px) {
  .footer .left {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .footer .right {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .findYourDealer{
    min-height: 18rem;
  }

  .findYourDealer .dealer-btn-wrapper{
    width: 24rem;
    padding: 2.5rem;
  }

  .findYourDealer img{
    width: 30rem;
  }
}

@media (min-width: 992px) {
  .footer .footerImages {
    display: flex;
  }

  .findYourDealer{
    min-height: 30rem;
  }

  .findYourDealer .dealer-btn-wrapper{
    width: 30rem;
  }

  .findYourDealer .dealer-btn-wrapper a{
    font-size: 1rem;
    padding: 0.85rem 1.5rem;
  }

  .findYourDealer img{
    width: 35rem;
  }

  .startProject h6{
    font-size: 1.25rem;
  }
}

@media (max-width: 991.98px){
  .footer .footerImages .hs_cos_wrapper_type_rich_text {
    display: block;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navigation-primary ul{
  list-style: none;
  padding: 0;
  margin: 0;
}