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

#background-video {
  height: 100vh;
  width: 100vw;
  object-fit: cover;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}



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

@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;
  }
}
::selection {
    background-color: #b2d7ff;
    text-shadow: none;
}

@font-face { 
  font-family: NeueHelvetica; 
  src: url("https://5658037.fs1.hubspotusercontent-na1.net/hubfs/5658037/Holmatro_June2022/fonts/NeueHelveticaPro-79CmBold.eot") format("embedded-opentype"), 
    url("//5658037.fs1.hubspotusercontent-na1.net/hubfs/5658037/raw_assets/public/Holmatro_template-with-video%20Rescue%20Challenge/fonts/NeueHelveticaPro-79CmBold.woff2") format("woff2"), 
      url("//5658037.fs1.hubspotusercontent-na1.net/hubfs/5658037/raw_assets/public/Holmatro_template-with-video%20Rescue%20Challenge/fonts/NeueHelveticaPro-79CmBold.woff") format("woff"), 
        url("//5658037.fs1.hubspotusercontent-na1.net/hubfs/5658037/raw_assets/public/Holmatro_template-with-video%20Rescue%20Challenge/fonts/NeueHelveticaPro-79CmBold.ttf") format("truetype"); 
          font-style: normal; 
          font-weight: 700; 
          font-display: swap;
          }

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

/* Paragraphs */

p {
  margin-bottom: 1.5rem;
  margin-top:0px;
}

/* Anchors */

a {
  cursor: pointer;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip: ink;
  transition: color .15s;
  touch-action: manipulation;
  text-decoration:underline;
}

a:hover{
  text-decoration:none;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0.75rem;
}

/* Lists */

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

ul ul,
ol ul,
ul ol,
ol ol {
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
  padding: 0;
}

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  position: relative;
  padding-left: 2rem;
  color: #67686a;
  font-style: italic;
  margin-bottom: 1.5rem;
}

blockquote:before {
  content: "";
  display: inline-block;
  height: 20px;
  width: 1px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: rotate(-18deg) translateY(20%);
  position: absolute;
  left: 1em;
  background: #f45c00;
}

/* Horizontal rules */

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

@media (max-width: 640px){
  h1{
    font-size: 32px!important;
  }
  h2{
    font-size: 23px!important;
  }
  h3{
    font-size: 18px!important;
  }
}
button,
.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  transition-duration: .15s;
  transition-timing-function: ease;
  font: inherit;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  border: none;
  box-shadow: 0 2px 1px 0 rgb(0 0 0 / 10%);
  line-height: 1.56;
  text-decoration: none !important;
  outline: none;
  border-style:solid;
}

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;
}

@media (max-width: 494px) {
  .home-top-sec .hs-cta-wrapper {
    display: block;
  }
}
/* Form fields */

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

/* Labels */

form label {
  font-size: 16px;
  font-weight: 700;
  font-family: Arial,sans-serif;
}

/* 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 {
  display: block;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 8px 11px;
  box-shadow: 0 0 1px rgb(0 0 0 / 50%);
  min-height: 40px;
  vertical-align: middle;
  transition-duration: .15s;
  transition-timing-function: ease;
  font: inherit;
  width: 100%;
}

form input[type=email]:hover, 
form input[type=file]:hover, 
form input[type=number]:hover, 
form input[type=password]:hover, 
form input[type=tel]:hover, 
form input[type=text]:hover, 
form select:hover, 
form textarea:hover {
  border-color: #b8b9ba;
}

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

/* Inputs - checkbox/radio */

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

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

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

form input[type=checkbox],
form input[type=radio] {
  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: 0.875rem;
  margin: 0 0 1.4rem;
}

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

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

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

.hs-input.invalid.error {
  border-color: #fc3030!important;
}

.hs-error-msg {
  color: #fc3030;
  display: block;
}

ul.hs-error-msgs>li {
  margin: 0px;
}

ul.hs-error-msgs li label {
  margin: 0;
  margin-bottom: 1.5rem;
  font-weight: normal;
  color: #fc3030;
}

form.hs-form>.field>.input>a {
    margin-top: 16px;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  transition-duration: .15s;
  transition-timing-function: ease;
  font: inherit;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  border: none;
  box-shadow: 0 2px 1px 0 rgb(0 0 0 / 10%);
  line-height: 1.56;
  text-decoration: none !important;
  outline: none;
  border-style:solid;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* 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 container */

svg.upd {
  display: none;
}

.site-header {
  height: auto;
  top: 0;
  width: 100%;
  z-index: 11;
  will-change: transform;
  transition: transform .2s linear;
  position: fixed;
  transform: translateY(0);
}

.site-header>.header-container {
  position: relative;
}

.site-header .logo__wrapper {
  display: inline-block;
  top: 30px;
  left: 0;
  position: relative;
  z-index: 5;
}

.site-header .top-nav {
  top: 0;
  display: inline-block;
  position: absolute;
  right: 0;
  z-index: 5;
  text-align: right;
}

.site-header .top-nav .region-nav ul {
  padding: 0;
  list-style-type: none;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  margin: 0;
  z-index: 4;
  margin-right: -1px;
  padding-right: 0;
}

.site-header .top-nav .region-nav ul>li {
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
}

.site-header .top-nav .region-nav ul>li>a {
  margin: 0;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  padding: 1.125rem 1rem;
  display: -ms-flexbox;
  display: flex;
}

.site-header .top-nav .region-nav ul>li:first-child>a {
  padding-left: 0.75rem;
}

.site-header .back-btn {
  position: absolute;
  bottom: 20px;
  z-index: 5;
  left: 0;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.site-header .back-btn a.back-btn__home-link {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  height: 2rem;
  padding: 0 0.75rem;
  margin-left: -0.75rem;
  overflow: hidden;
  position: relative;
  width: 0;
  transition: width .3s ease;
}

.site-header .mobile-nav-wrapper {
  width: 100%;
  top: 55px;
  right: 0;
  height: auto;
  background: transparent;
  padding-right: 0.75rem;
  position: absolute;
  display: inline-block;
  left: 0;
  z-index: 4;
}

.site-header .mobile-nav-wrapper .search-toggle {
  display: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
  border: none;
  font: inherit;
  color: inherit;
  box-shadow: none;
  background-color: transparent;
  position: absolute;
  left: 53px;
  top: 8px;
  background: transparent;
  padding: 8px 12px;
  line-height: 1;
}

.site-header .mobile-nav-wrapper .search-form__wrapper {
  float: right;
  clear: both;
}

.site-header .mobile-nav-wrapper .search-form__wrapper form.search-form {
  float: left;
  position: relative;
  display: inline-block;
  width: 380px;
  padding: 0;
  z-index: 1;
  margin-right: 35px;
  top: -100%;
  left: 0;
}

.site-header .mobile-nav-wrapper .search-form__wrapper form fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  position: relative;
}

.site-header .mobile-nav-wrapper .search-form__wrapper form legend.sr-only {
  border: 0;
  clip: rect(1px,1px,1px,1px);
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  display: none;
  box-sizing: border-box;
  color: inherit;
  width: 100%;
}

.site-header .mobile-nav-wrapper .search-form__wrapper form .sr-only {
  border: 0;
  clip: rect(1px,1px,1px,1px);
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  font-weight: 700;
}

.site-header .mobile-nav-wrapper .search-form__wrapper form .search-form__input {
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 8px 11px;
  box-shadow: 0 0 1px rgb(0 0 0 / 50%);
  min-height: 40px;
  padding-top: 7px;
  padding-bottom: 7px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  transition-property: border color background-color box-shadow;
  transition-duration: .15s;
  transition-timing-function: ease;
  font: inherit;
  width: 100%;
  max-width: 24rem;
}

.site-header .top-nav .region-nav ul>li:last-child>a:focus {
    color: #f45c00;
}

.site-header .mobile-nav-wrapper .search-form__wrapper form input.search-form__submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url('//5658037.fs1.hubspotusercontent-na1.net/hubfs/5658037/raw_assets/public/Holmatro_template-with-video%20Rescue%20Challenge/images/search-btn-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  width: 50px;
  height: 100%;
  border: none;
  font-size: 0;
  text-indent: -9999em;
  box-shadow: none;
  padding: 0;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  transition: background-color .25s ease-in-out;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.56;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
}

.site-header .mobile-nav-wrapper .search-form__wrapper a {
  float: right;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: calc(0.75rem - 4px) calc(1.5rem - 4px);
  border-radius: 4px;
  transition-property: border color background-color box-shadow;
  transition-duration: .15s;
  transition-timing-function: ease;
  font: inherit;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  border: none;
  box-shadow: 0 2px 1px 0 rgb(0 0 0 / 10%);
  line-height: 1.56;
}

.custom-menu-primary ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.custom-menu-primary ul li a {
  text-decoration: none;
}

.site-header .mobile-nav-wrapper .hamburger {
  display: none;
  position: absolute;
  left: 20px;
  top: 16.5px;
  width: 20px;
  height: 17px;
}

.custom-menu-primary {
  margin-top: 21px;
  float: right;
  clear: both;
  width: 100%;
}

.custom-menu-primary .level-1 {
  overflow: unset;
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: static;
  float: right;
  bottom: 0;
  width: auto;
  display: block;
  max-height: unset;
  top: 65px;
  left: 0;
}

.custom-menu-primary .level-1>li {
  width: auto;
  padding: 0;
  border-top: 0;
  padding-left: 1em;
  padding-bottom: 0.95em;
  float: left;
  position: relative;
}

.custom-menu-primary .level-1>li>a {
  font-weight: 700;
  font-size: 1.25em;
  line-height: 2;
  text-decoration: none;
  padding: 0 18px;
  position: relative;
}

.custom-menu-primary .level-1>li:last-child>a {
  padding-right: 0;
}

.custom-menu-primary .level-1>li>.nav-main__sub-item>ul {
  padding: 20px;
  box-sizing: border-box;
}

.navigation-primary .level-2 li:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  transform: translateY(0);
  content: "";
  display: inline-block;
  width: 4px;
  height: 100%;
  background: url('//5658037.fs1.hubspotusercontent-na1.net/hubfs/5658037/raw_assets/public/Holmatro_template-with-video%20Rescue%20Challenge/images/chevron-bg.svg') 50% no-repeat;
  background-size: 4px 8px;
  background-position: center 10px;
}

.custom-menu-primary .level-1>li>.nav-main__sub-item>ul>li {
  border-top: 0;
  padding: 0;
  padding-left: 14px;
  width: auto;
  font-size: .875rem;
  line-height: 2;
  white-space: nowrap;
  position: relative;
}

.custom-menu-primary .level-1>li>.nav-sub {
  width: 100%;
}

.custom-menu-primary .level-1>li>.nav-sub .level-2>li {
  width: auto;
  float: none;
  margin-top: 0;
  margin-bottom: 2.55rem;
  margin-left: 0px;
}

.custom-menu-primary .level-1>li>.nav-sub .level-2>li>a {
  font-weight: 700;
  display: none;
}

.custom-menu-primary .level-1>li>.nav-sub .level-3>li:first-child {
  font-weight: 700;
  line-height: 1.5;
  font-size: 16px;
  padding-left: 0;
  margin-bottom: 0.3em;
  padding-right: 1rem;
}

.custom-menu-primary .level-1>li>.nav-sub .level-3>li {
  border-top: 0;
  padding: 0;
  padding-left: 14px;
  font-size: .875rem;
  line-height: 2;
}

.custom-menu-primary .level-1>li:first-child {
  position: static;
}

/* .custom-menu-primary .level-1>li:first-child:after {
display: none;
} */


.site-header .top-nav .region-nav ul>li form ul.region-picker {
  display: none;
  width: 555px;
  top: 100%;
  position: absolute;
  right: 0;
  height: auto;
  margin: 0;
  padding: 0.75rem 0.75rem 1.5rem;
/*   overflow: auto; */
}

.site-header .top-nav .region-nav ul>li form ul.region-picker .region-picker__pane:first-child {
  text-align: left;
  width: 54%;
  padding-right: 4%;
}

.site-header .top-nav .region-nav ul>li form ul.region-picker .region-picker__pane {
  width: 46%;
  display: inline-block;
  float: left;
  text-align: right;
  overflow: hidden;
}

.site-header .top-nav .region-nav ul>li form ul.region-picker .region-picker__pane h5 {
  font-size: 1rem;
  margin-bottom: 0.75rem;
  font-family: NeueHelvetica,Arial,sans-serif;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.region-picker__countrygroup .st0 {
  stroke: transparent;
  stroke-width: 10px;
  fill: #67686a;
}

.region-picker__countrygroup--selected .st0, .region-picker__countrygroup--selected:hover .st0 {
  fill: #f45c00;
}

.site-header .top-nav .region-nav .sr-only {
  border: 0;
  clip: rect(1px,1px,1px,1px);
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  max-width: 11.5rem;
  background-color: #fff;
}

.site-header .top-nav .region-nav ul>li form ul.region-picker .region-picker__pane p.select-language-wrap {
  display: inline-block;
  margin-bottom: 1.5rem;
}

.site-header .top-nav .region-nav ul>li form ul.region-picker .region-picker__pane p.region-picker__confirm {
  text-align: right;
  margin-bottom: 0;
}

.site-header .top-nav .region-nav ul>li form ul.region-picker .region-picker__pane p select {
  max-width: 11.5rem;
  background-color: #fff;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNLjY0MS41N2w1LjExMyA0LjE0MkwxMC42MTMuNTciIHN0cm9rZT0iI0Y0NUMwMCIgc3Ryb2tlLXdpZHRoPSIxLjUiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==);
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: calc(0.75rem - 4px) calc(1.5rem - 4px);
  border-radius: 4px;
  transition-property: border color background-color box-shadow;
  transition-duration: .15s;
  transition-timing-function: ease;
  font: inherit;
  width: 100%;
  outline: none;
  background-position: 95% 50%;
  background-position: right 0.75rem top 50%;
  padding-right: 2em;
  margin: 0;
  font-family: Arial;
  border-width: 1px;
  border-style: solid;
}

.site-header .top-nav .region-nav ul>li form ul.region-picker .region-picker__pane p.region-picker__confirm button.btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: calc(0.75rem - 4px) calc(1.5rem - 4px);
  border-radius: 4px;
  transition-property: border color background-color box-shadow;
  transition-duration: .15s;
  transition-timing-function: ease;
  font: inherit;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  border: none;
  box-shadow: 0 2px 1px 0 rgb(0 0 0 / 10%);
  line-height: 1.56;
}

.site-header .top-nav .region-nav ul>li form ul.region-picker .region-picker__pane p.region-picker__confirm button.btn:after {
  content: "\203A";
  font-size: 22px;
  position: relative;
  padding-left: 0.3em;
  line-height: 1;
}

.site-header .top-nav .region-nav ul>li form ul.region-picker .region-picker__pane p.region-picker__confirm button.btn:hover {
  color: #fff;
  background: #db5200;
}

.site-header .top-nav .region-nav ul>li:last-child>a span.separator {
  position: relative;
  margin: 0 10px 0 5px;
}

.site-header .top-nav .region-nav ul>li:last-child>a span.separator:before {
  content: "";
  display: inline-block;
  height: 14px;
  width: 1px;
  background: #67686a;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: rotate(-18deg) translateY(20%);
}

.site-header .top-nav .region-nav ul>li:last-child>a svg.chevron.down {
  stroke: #f45c00;
  transform: rotate(90deg);
  display: inline-block;
  margin-left: 7px;
  stroke-width: 2px;
}

.site-header .mobile-contact-wrapper {
  position: fixed;
  width: 100%;
  height: 50px;
  bottom: 0;
  left: 0;
  background: #232323;
  z-index: 4;
}

.site-header.scrolled {
  transform: translateY(-60%);
}

.site-header.scrolled .back-btn a.back-btn__home-link {
  width: 120px;
}


.site-header .top-nav .region-nav ul>li:last-child>a svg.region-nav__item-link-icon {
  line-height: 1;
  position: relative;
  bottom: -2px;
  margin-right: 0.5em;
}

.custom-menu-primary .level-1>li>.nav-sub .level-2>li:nth-child(4)>.level-3>li+li:before,.custom-menu-primary .level-1>li>.nav-sub .level-2>li:nth-child(7)>.level-3>li+li:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  transform: translateY(0);
  content: "";
  display: inline-block;
  width: 4px;
  height: 100%;
  background: url('//5658037.fs1.hubspotusercontent-na1.net/hubfs/5658037/raw_assets/public/Holmatro_template-with-video%20Rescue%20Challenge/images/chevron-bg.svg') 50% no-repeat;
  background-size: 4px 8px;
  background-position: center 10px;
}

.custom-menu-primary .level-1>li>.nav-sub .level-2>li:nth-child(4)>.level-3>li+li,.custom-menu-primary .level-1>li>.nav-sub .level-2>li:nth-child(7)>.level-3>li+li {
  position: relative;
}

.custom-menu-primary ul li a {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip: ink;
  transition: color .15s;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

.is--actives .site-header .top-nav .region-nav ul>li form ul.region-picker {
  display: block;
}

body.is--actives {
  overflow: hidden;
}

.is--actives .site-header .top-nav .region-nav ul>li:last-child>a {
  background: #000;
}

.site-header .mobile-nav-wrapper .search-form__wrapper form input.search-form__submit {
    border-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    transition: background-color .25s ease-in-out;
}

.site-header .mobile-nav-wrapper .search-form__wrapper form input.search-form__submit:hover {
    background-color: #fc6805;
}

.site-header .mobile-nav-wrapper .search-form__wrapper form .search-form__input:hover {
    border-color: #b8b9ba;
}

.custom-menu-primary .level-1>li>.nav-sub .level-2>li:before {
    display: none;
}

.site-header .top-nav .region-nav ul>li form ul.region-picker .region-picker__pane p select {
    border-color: #767676;
    box-sizing: border-box !important;
}

@media (min-width: 1281px){
  .custom-menu-primary .level-1>li>.nav-sub {
    width: 75%;
  }
}

@media (min-width: 961px){
  .site-header .mobile-contact-wrapper {
    display: none;
  }

  .site-header>.header-container {
    height: 171px;
  }
  
  .custom-menu-primary .level-1>li>.nav-sub .level-3>li:before {
    display: none;
}

  .header-main {
    min-height: 171px;
  }

  .custom-menu-primary .level-1>li .nav-sub__list-view>ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 0;
    columns: 240px 3;
    display: block;
    padding: 1.5rem 0;
  }

  .custom-menu-primary .level-1>li>.nav-sub {
    display: block;
    z-index: 200;
    position: absolute;
    top: 0;
    left: 0;
    padding: 2.55rem 3.75rem;
    padding-top: 0;
    visibility: hidden;
    opacity: 0;
    transition: opacity .4s cubic-bezier(.75,-.02,.2,.97),transform .4s cubic-bezier(.75,-.02,.2,.97);
    transform: translateY(100px);
    height: auto;
    max-height: none;
    overflow-y: visible;
    overflow-x: visible;
  }

  .custom-menu-primary .level-1>li.has-submenu:after {
    content: "";
    position: absolute;
    bottom: -7px;
    margin-left: -7px;
    left: 50%;
    width: 14px;
    height: 14px;
    transform: rotate(45deg);
    z-index: 210;
    border-bottom: 0 !important;
    border-right: 0 !important;
    transition: opacity 0s;
    opacity: 0;
    transition: opacity .4s cubic-bezier(.75,-.02,.2,.97);
  }

  .custom-menu-primary .level-1>li.has-submenu:hover:after {
    opacity: 1;
    transition: opacity .4s cubic-bezier(.75,-.02,.2,.97);
  }


  .custom-menu-primary .level-1>li>.nav-main__sub-item {
    position: absolute;
    width: auto;
    min-width: 250px;
    transition: opacity .4s cubic-bezier(.75,-.02,.2,.97),transform .4s cubic-bezier(.75,-.02,.2,.97),visibility .4s cubic-bezier(.75,-.02,.2,.97);
    transform: translate(0);
    visibility: hidden;
    opacity: 0;
  }

  .custom-menu-primary .level-1>li:hover>.nav-sub {
    visibility: visible;
    opacity: 1;
    transform: translateY(115px);
  }
  
  .custom-menu-primary .level-1>li>.nav-sub {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    left: 0;
}

  .custom-menu-primary .level-1>li:hover .nav-main__sub-item {
    visibility: visible;
    opacity: 1;
    transform: translateY(15px);
  }

  .custom-menu-primary .level-1>li:first-child:after {
    left: 43.3%;
  }

}

@media screen and (max-width: 1230px){
  .header-container.content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 961px) and (max-width: 1230px){
  .site-header .back-btn {
    left: 20px;
  }
}

@media(max-width:1199px){
  .site-header .top-nav .region-nav ul>li>a {
    padding: 1.125rem 0.5rem;
  }

  .site-header .top-nav .region-nav ul>li:first-child>a {
    padding-left: 0.75rem;
  }

  .site-header .top-nav .region-nav ul {
    padding-right: 0.75rem;
    margin: 0;
  }

}

@media (max-width: 960px){
  .header-main {
    min-height: 65px;
  }

  .site-header {
    height: 65px;
    transform: none;
  }

  .site-header .logo__wrapper {
    left: 5rem;
    top: 18px;
  }

  .site-header .logo__wrapper svg.logo__image {
    width: 135px;
    height: 32px;
  }

  .site-header .top-nav .region-nav ul>li.hs-menu-item {
    display: none;
  }

  .site-header .back-btn {
    display: none;
  }

  .site-header .mobile-nav-wrapper {
    width: 30%;
    top: 5px;
    padding: 0;
    right: inherit;
  }

  .site-header .mobile-nav-wrapper .search-toggle {
    display: block;
  }

  .site-header .mobile-nav-wrapper .search-toggle svg {
    fill: #fff;
  }

  .site-header .mobile-nav-wrapper .search-form__wrapper form.search-form {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    z-index: -1;
    padding: 0.375rem;
    background: #232323 !important;
    margin: 0;
    display: inherit;
  }
  
  .is--activess .site-header .mobile-nav-wrapper .search-form__wrapper form.search-form {
    top: 50px;
}

  .site-header .mobile-nav-wrapper .search-form__wrapper a {
    display: none;
  }

  .site-header .mobile-nav-wrapper .search-form__wrapper form .search-form__input {
    width: 100%;
    max-width: 100%;
    padding: 8px 11px;
  }

  .site-header .mobile-nav-wrapper .hamburger {
    display: inherit;
  }

  .site-header .mobile-contact-wrapper a {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: calc(0.75rem - 4px) calc(1.5rem - 4px);
    border-radius: 4px;
    transition-property: border color background-color box-shadow;
    transition-duration: .15s;
    transition-timing-function: ease;
    font: inherit;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    text-align: center;
    font-weight: 700;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    background-color: #f45c00;
    cursor: pointer;
    border: none;
    box-shadow: 0 2px 1px 0 rgb(0 0 0 / 10%);
    line-height: 1.56;
    font-size: .875rem;
    padding: 0.375rem 0.75rem;
    margin: 8px;
  }

  .site-header .mobile-contact-wrapper a:first-child {
    background-color: #fff;
    border: none;
    color: #f45c00;
  }

  .site-header .mobile-contact-wrapper a:hover:first-child {
    background-color: #f45c00;
    color: #fff;
  }

  .site-header .mobile-contact-wrapper a:hover:last-child {
    color: #fff;
    background: #db5200;
  }

  .site-header.scrolled {
    transform: none;
  }

  .custom-menu-primary .level-1 {
    display: none;
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: fixed;
    top: 65px;
    left: 0;
    width: 100%;
    background-color: #000;
    max-height: 421px;
    overflow-y: scroll;
    overflow-x: hidden;
    float: none;
    bottom: inherit;
  }

  .custom-menu-primary .level-1>li {
    width: 100%;
    padding: 10px 0;
    border-top: 1px solid #67686a;
  }

  .site-header .mobile-contact-wrapper {
    width: 100%;
  }

  .site-header {
    will-change: inherit;
  }

  .custom-menu-primary .level-1.is--active {
    display: block;
  }

  .custom-menu-primary .level-1>li>.nav-sub .level-3>li:first-child {
    margin-bottom: 0;
  }

  div.child-trigger {
    cursor: pointer;
    top: -2.5px;
    right: 0;
    position: absolute;
    z-index: 2;
    width: 61px;
    line-height: 16px;
    height: 61px;
  }

  .custom-menu-primary .level-1>li:first-child div.child-trigger {
    width: 61px;
    height: 62px;
    line-height: 61px;
    top: 0px;
  }

  .custom-menu-primary .level-1>li {
    position: relative;
  }

  div.child-trigger:after {
    transition: transform .1s ease;
    transform: rotate(90deg);
    position: absolute;
    top: 0;
    left: auto;
    right: 20px;
    bottom: 0;
    content: "";
    display: inline-block;
    width: 6px;
    height: 100%;
    background: url('https://www.holmatro.com/themes/holmatro/assets/build/svg/chevron-white.svg') 50% no-repeat;
    background-size: 6px 14px;
    opacity: 1;
    border: none;
  }

  div.child-trigger.child-open:after {
    transform: rotate(-90deg);
  }

  .custom-menu-primary .level-1>li>.nav-sub {
    position: relative;
    z-index: 2;
    left: 0;
  }

  .navigation-primary .level-1>li>.nav-sub .level-2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }

  .custom-menu-primary .level-1>li>.nav-sub .level-2>li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
    margin-left: 2.55rem;
    margin-top: 0.75rem;
  }

  .custom-menu-primary .level-1>li>.nav-sub .level-3>li+li>a {
    font-size: .75rem;
    line-height: 2.75;
  }

  .custom-menu-primary .level-1>li>.nav-sub .level-3>li:first-child {
    margin-bottom: 0;
  }

  .custom-menu-primary .level-1>li>.nav-sub .level-3>li {
    padding: 0 0 0 12px;
  }

  .custom-menu-primary .level-1>li>a {
    display: block;
    width: 100%;
  }

  .custom-menu-primary .level-1>li>.nav-sub {
    display: none;
  }

  .custom-menu-primary .level-1>li>.nav-main__sub-item>ul>li {
    line-height: 2.75;
    font-size: 16px;
    padding: 0 0 0 16px;
  }

/*   .navigation-primary .level-2 li:before {
    background-position: center 18px;
  } */

  .custom-menu-primary .level-1>li>.nav-main__sub-item {
    display: none;
  }

  .navigation-primary .level-2 {
    background-color: #000 !important;
  }
  
  .custom-menu-primary .level-1>li>.nav-main__sub-item, .custom-menu-primary .level-1>li>.nav-sub {
    border: 0px !important;
    background-color: transparent !important;
}
  
.custom-menu-primary .level-1>li>.nav-sub .level-3>li {
    position: relative;
}
  
.custom-menu-primary .level-1>li>.nav-sub .level-3>li:first-child:before {
    display: none;
}
  
.custom-menu-primary .level-1>li>.nav-main__sub-item>ul>li:before {
    background-position: center 18px;
}

  .navigation-primary .level-2 li a:hover {
    background-color: transparent !important;
}
  
}

@media (max-width: 640px){
  .site-header .top-nav .region-nav ul>li>a {
    margin-top: 5.2px;
  }
  .site-header .top-nav .region-nav ul>li form ul.region-picker {
    width: 100%;
    position: fixed;
    right: 0;
    top: 57px;
    height: auto;
    margin: 0;
    padding: 0.75rem 0.75rem 1.5rem;
    overflow: auto;
  }

  .site-header .top-nav .region-nav ul>li form ul.region-picker .region-picker__pane:first-child {
    display: inherit;
    float: none;
    width: 100%;
    padding: 0;
  }

  .site-header .top-nav .region-nav ul>li form ul.region-picker .region-picker__pane {
    width: 100%;
    display: inherit;
    float: none;
    text-align: left;
  }

  .site-header .top-nav .region-nav ul>li form ul.region-picker .region-picker__pane p.region-picker__confirm {
    float: right;
  }

}

@media (max-width: 375px){
  .site-header .logo__wrapper svg.logo__image {
    width: 105px;
  }


}

@media (max-width: 358px){
  .site-header .logo__wrapper svg.logo__image {
    width: 50px;
  }
}


/* note */
.site-footer h5 {
  font-size: 23px;
  font-family: NeueHelvetica, Arial, sans-serif;
  letter-spacing: 1px;
  font-weight: 700;
  line-height: 27.6px;
  margin-bottom: 12.5px;
  text-transform: uppercase;
}

.site-footer .footer__newsletter form .hs-richtext p a {
  text-decoration: underline;
}

.site-footer .footer__newsletter form .hs-richtext p a:hover {
  text-decoration: none;
}

.site-footer {
  position: relative;
  z-index: 1;
  padding-bottom: 30px;
}

.site-footer .footer-container {
  padding-top: 60px;
  padding-bottom: 61px;
}

.site-footer:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: -55px;
  background-color: #232323;
  width: calc(50% + 55px);
  height: 100%;
  transform: skewX(18deg);
}

.site-footer .footer-wrapper {
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 40px);
}

.site-footer .footer__left {
  width: calc(41.66667% - 28.33333px);
  float: left;
  margin-left: 20px;
}

.site-footer .footer__right {
  left: calc(8.33333% - 21.66667px + 20px);
  position: relative;
  width: calc(50% - 30px);
  float: left;
  margin-left: 20px;
}

.site-footer .footer__sub-nav {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
  margin-top: 90px;
}

.site-footer .footer-wrapper:after {
  content: "";
  clear: both;
  display: table;
}

.site-footer .footer__newsletter form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.site-footer .footer__newsletter form>.hs-form-field>label {
  display: none;
}

.site-footer .footer__newsletter {
  position: relative;
}

.site-footer .footer__newsletter form>.hs-form-field {
  width: calc(100% - 140px);
  display: inline-block;
  margin-bottom: 0px;
}

.site-footer .footer__newsletter form .hs-input {
  width: 100%;
  max-width: 100%;
  display: inline-block;
  background: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 8px 11px;
  box-shadow: 0 0 1px rgb(0 0 0 / 50%);
  min-height: 40px;
  appearance: none;
  position: relative;
  vertical-align: middle;
  transition-duration: .15s;
  transition-timing-function: ease;
  font: inherit;
}

.site-footer .footer__newsletter form .hs-richtext,.site-footer .footer__newsletter form .hs-richtext p {
  font-size: 14.4px;
  margin: 0;
  font-family: Arial;
  line-height: 1.5;
}

.site-footer .footer__newsletter form .hs-richtext {
  width: calc(100% - 140px);
}

.site-footer .footer__newsletter form>.hs-form-field + div {
  margin-bottom: 16px;
}

.site-footer .footer__newsletter form .hs-button {
  height: 42px;
  margin-left: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: calc(0.75rem - 4px) calc(1.5rem - 4px);
  border-radius: 4px;
  transition-property: border color background-color box-shadow;
  transition-duration: .15s;
  transition-timing-function: ease;
  font: inherit;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  border: none;
  box-shadow: 0 2px 1px 0 rgb(0 0 0 / 10%);
  line-height: 1.56;
}

.site-footer .footer__left a.footer__partner-link {
  display: inline-block;
  width: 45%;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-right: 1em;
}

.site-footer .footer__left a.footer__partner-link img {
  max-width: 100%;
  height: auto;
  font-style: italic;
}

.site-footer .footer__right .hs-menu-wrapper>ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.site-footer .footer__right .hs-menu-wrapper>ul>li {
  font-size: .875rem;
  line-height: 2;
  position: relative;
  padding-left: 1em;
}

.site-footer .footer__right .hs-menu-wrapper>ul>li:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  transform: translateY(0);
  content: "";
  display: inline-block;
  width: 4px;
  height: 100%;
  background: url('//5658037.fs1.hubspotusercontent-na1.net/hubfs/5658037/raw_assets/public/Holmatro_template-with-video%20Rescue%20Challenge/images/chevron-bg.svg') 50% no-repeat;
    background-size: 4px 8px;
    }

.site-footer .footer__right .hs-menu-wrapper>ul>li:nth-child(5) {
  margin-top: 16px;
}

.site-footer .footer__right .footer__address {
  width: calc(66.66667% - 33.33333px);
  float: left;
  margin-left: 20px;
}

.site-footer .footer__right .footer__more-info {
  width: calc(33.33333% - 26.66667px);
  float: left;
  margin-left: 20px;
}

.site-footer .footer__right .footer__address address {
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 40px);
  font-size: .875rem;
  overflow: hidden;
  margin-bottom: 2em;
  font-style: normal;
}

.site-footer .footer__right .footer__address .footer-address__column {
  text-align: left;
  float: left;
  margin-left: 20px;
  line-height: 2;
}

.site-footer .footer__right .footer__address .footer-address__column span {
  display: block;
}

.site-footer .footer__right .footer__address .footer-address__column span[dataid="footer-address__column-country"] {
  margin-bottom: 1em;
}

.site-footer .footer__right .footer__address .footer-address__column a {
  text-decoration: none;
}

.site-footer .footer__sub-nav .copyright-nav {
  float: left;
  display: block;
}

.site-footer .footer__sub-nav:after {
  content: "";
  clear: both;
  display: table;
}

.site-footer .footer__sub-nav .copyright-nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.site-footer .footer__sub-nav .copyright-nav ul li {
  font-size: .875rem;
  display: inline-block;
  margin: 0;
  padding: 0;
  padding-right: 0.375rem;
}

.site-footer .footer__sub-nav .copyright-nav ul li+li:before {
  content: "";
  display: inline-block;
  height: 14px;
  width: 1px;
  /*   background: #67686a; */
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: rotate(-18deg) translateY(20%);
}

.site-footer .footer__sub-nav .copyright-nav ul li>span,.site-footer .footer__sub-nav .copyright-nav ul li>a {
  display: inline-block;
  padding-left: 0.75rem;
}

.footer-sticky {
  display: block;
  position: fixed;
  text-align: right;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem;
  z-index: 10;
}

.footer-sticky span[dataid="footer-sticky__question"] {
  display: inline-block;
  font-weight: 700;
  margin: 0 0.375rem;
}

.footer-sticky a {
  margin: 0 0.375rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: calc(0.75rem - 4px) calc(1.5rem - 4px);
  border-radius: 4px;
  transition-property: border color background-color box-shadow;
  transition-duration: .15s;
  transition-timing-function: ease;
  font: inherit;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  box-shadow: 0 2px 1px 0 rgb(0 0 0 / 10%);
  line-height: 1.56;
}

.footer-sticky a:after {
  content: "\203A";
  font-size: 22px;
  position: relative;
  padding-left: 0.3em;
  line-height: 1;
}

.footer-sticky a:last-child {
  margin-right: 0;
  margin-left: 0;
}

.site-footer {
  overflow: hidden;
}

.site-footer .footer__newsletter form ul.hs-error-msgs li {
  margin: 0px 0px;
}

.site-footer .footer__newsletter form ul.hs-error-msgs li label {
  margin: 0;
  display: block;
  margin-bottom: 1.5rem;
  font-size: 16px;
}

.site-footer .footer__newsletter form .hs-input.error {
  border-color: #fc3030;
}

.site-footer .footer__newsletter form .hs_error_rollup {
  width: 100%;
}

.site-footer .footer__right .hs-menu-wrapper>ul>li>a {
  text-decoration: none;
}

.site-footer .footer__sub-nav .copyright-nav ul li>a {
  text-decoration: none;
}


@media (min-width: 961px) and (max-width: 1279px){
  .site-footer .footer__right .footer__address .footer-address__column {
    margin-left: 0;
    width: calc(50% - 10px);
  }
}

@media(min-width:961px){
  .backdrop {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 3;
    background: hsla(0,0%,100%,.7);
    top: 170px;
    left: 0;
    visibility: hidden;
    transition: all .4s cubic-bezier(.75,-.02,.2,.97);
    opacity: 0;
  }

  .backdrop.is-show {
    visibility: visible;
    opacity: 1;
  }

}

@media screen and (max-width: 1230px){
  .site-footer .footer-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-sticky>.content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .site-footer h5 {
    margin-bottom: 12px;
  }

}

@media(max-width:960px){
  .footer-sticky {
    display: none;
  }

  .site-footer .footer-container {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .site-footer .footer__left {
    width: 100%;
    float: none;
    margin-left: 0px;
  }

  .site-footer .footer__right {
    margin-top: 2em;
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
    overflow: hidden;
    left: 0;
    float: none;
  }

  .site-footer .footer__sub-nav {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-top: 0;
  }

  .site-footer .footer-wrapper {
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
  }

  .site-footer .footer__right .footer__more-info {
    width: calc(41.66667% - 28.33333px);
    float: left;
    margin-left: 20px;
  }

  .site-footer .footer__right .footer__address {
    width: calc(58.33333% - 31.66667px);
    float: left;
    margin-left: 20px;
  }

  .site-footer h5 {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 12px;
  }

  .site-footer .footer__right .hs-menu-wrapper>ul>li {
    font-size: .75rem;
    line-height: 2.75;
  }

  .site-footer .footer__right .footer__address address {
    margin-bottom: 0;
    font-size: .75rem;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  .site-footer .footer__right .footer__address .footer-address__column {
    width: 100%;
    float: none;
    margin-bottom: 12px;
    margin-left: 0;
    line-height: 2.75;
  }

  .site-footer .footer__right .footer__address .footer-address__column span[dataid=footer-address__column-country] {
    margin-bottom: 12px;
  }

  .site-footer .footer__sub-nav .copyright-nav {
    margin-top: 16px;
    float: none;
  }

  .site-footer .footer__sub-nav .copyright-nav ul {
    clear: both;
  }

  .site-footer .footer__sub-nav .copyright-nav ul li {
    font-size: .75rem;
    padding: 0px 0px;
  }

  .site-footer {
    padding-bottom: 51px;
  }

  .site-footer .footer__sub-nav .copyright-nav ul li>a, .site-footer .footer__sub-nav .copyright-nav ul li>span {
    padding-left: 0.75rem;
  }

  .site-footer .footer__sub-nav .copyright-nav ul li+li:before {
    display: none;
  }

  .site-footer:before{
    display:none;
  }

  .social-nav__list ul li a svg {
    width: 20px;
    height: 16px;
  }

}

@media (max-width: 479px){
  .site-footer .footer__left a.footer__partner-link {
    width: 100%;
  }

  .site-footer .footer__newsletter form .hs-richtext {
    width: 100%;
  }

  .site-footer .footer__newsletter form>.hs-form-field {
    width: 100%;
  }

  /* .site-footer .footer__right .footer__address {
  width: 100%;
  margin-top: 20px;
}

  .site-footer .footer__right .footer__more-info {
  width: 100%;
} */


}
/* Menu and simple menu */

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

/* Horizontal menu */