*, *: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 {
  width: 100%;
  padding-right: 7.5px;
  padding-left: 7.5px;
  margin-right: auto;
  margin-left: auto;
}


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

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


@media screen and (max-width:1285px){

  .content-wrapper{
    max-width: 960px !important;
  }

}

@media screen and (max-width:991px){

  .content-wrapper{
    max-width: 720px !important;
  }

}

@media screen and (max-width:767px){

  .content-wrapper{
    max-width: 540px !important;
  }

}


@media screen and (max-width:575px){

  .content-wrapper{
    max-width: 100% !important;
  }

}






@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face {
  font-family: 'Barlow', sans-serif;
  src:url(https://3999131.fs1.hubspotusercontent-eu1.net/hubfs/3999131/raw_assets/public/Nupis%20ab%202023/fonts/Barlow-Light.woff2) format("woff2"),
    url(https://3999131.fs1.hubspotusercontent-eu1.net/hubfs/3999131/raw_assets/public/Nupis%20ab%202023/fonts/Barlow-Light.ttf) format("truetype"), 
    url(https://3999131.fs1.hubspotusercontent-eu1.net/hubfs/3999131/raw_assets/public/Nupis%20ab%202023/fonts/Barlow-Light.woff) format("woff");
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: 'Barlow', sans-serif;
  src:url(https://3999131.fs1.hubspotusercontent-eu1.net/hubfs/3999131/raw_assets/public/Nupis%20ab%202023/fonts/Barlow-Regular.woff2) format("woff2"),
    url(https://3999131.fs1.hubspotusercontent-eu1.net/hubfs/3999131/raw_assets/public/Nupis%20ab%202023/fonts/Barlow-Regular.ttf) format("truetype"), 
    url(https://3999131.fs1.hubspotusercontent-eu1.net/hubfs/3999131/raw_assets/public/Nupis%20ab%202023/fonts/Barlow-Regular.woff) format("woff");
  font-style: 400;
  font-weight: 400;
}

@font-face {
  font-family: 'Barlow', sans-serif;
  src:url(https://3999131.fs1.hubspotusercontent-eu1.net/hubfs/3999131/raw_assets/public/Nupis%20ab%202023/fonts/Barlow-SemiBold.woff2) format("woff2"),
    url(https://3999131.fs1.hubspotusercontent-eu1.net/hubfs/3999131/raw_assets/public/Nupis%20ab%202023/fonts/Barlow-SemiBold.ttf) format("truetype"), 
    url(https://3999131.fs1.hubspotusercontent-eu1.net/hubfs/3999131/raw_assets/public/Nupis%20ab%202023/fonts/Barlow-SemiBold.woff) format("woff");
  font-style: normal;
  font-weight: 600;
}


@font-face {
  font-family: 'Barlow', sans-serif;
  src:url(https://3999131.fs1.hubspotusercontent-eu1.net/hubfs/3999131/raw_assets/public/Nupis%20ab%202023/fonts/Barlow-Bold.woff2) format("woff2"),
    url(https://3999131.fs1.hubspotusercontent-eu1.net/hubfs/3999131/raw_assets/public/Nupis%20ab%202023/fonts/Barlow-Bold.ttf) format("truetype"), 
    url(https://3999131.fs1.hubspotusercontent-eu1.net/hubfs/3999131/raw_assets/public/Nupis%20ab%202023/fonts/Barlow-Bold.woff) format("woff");
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: 'Barlow Semi Condensed', sans-serif;
  src:url(https://3999131.fs1.hubspotusercontent-eu1.net/hubfs/3999131/raw_assets/public/Nupis%20ab%202023/fonts/BarlowSemiCondensed-Medium.woff2) format("woff2"),
    url(https://3999131.fs1.hubspotusercontent-eu1.net/hubfs/3999131/raw_assets/public/Nupis%20ab%202023/fonts/BarlowSemiCondensed-Medium.ttf) format("truetype"), 
    url(https://3999131.fs1.hubspotusercontent-eu1.net/hubfs/3999131/raw_assets/public/Nupis%20ab%202023/fonts/BarlowSemiCondensed-Medium.woff) format("woff");
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: 'Barlow Semi Condensed', sans-serif;
  src:url(https://3999131.fs1.hubspotusercontent-eu1.net/hubfs/3999131/raw_assets/public/Nupis%20ab%202023/fonts/BarlowSemiCondensed-SemiBold.woff2) format("woff2"),
    url(https://3999131.fs1.hubspotusercontent-eu1.net/hubfs/3999131/raw_assets/public/Nupis%20ab%202023/fonts/BarlowSemiCondensed-SemiBold.ttf) format("truetype"), 
    url(https://3999131.fs1.hubspotusercontent-eu1.net/hubfs/3999131/raw_assets/public/Nupis%20ab%202023/fonts/BarlowSemiCondensed-SemiBold.woff) format("woff");
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: 'Barlow Semi Condensed', sans-serif;
  src:url(https://3999131.fs1.hubspotusercontent-eu1.net/hubfs/3999131/raw_assets/public/Nupis%20ab%202023/fonts/BarlowSemiCondensed-Bold.woff2) format("woff2"),
    url(https://3999131.fs1.hubspotusercontent-eu1.net/hubfs/3999131/raw_assets/public/Nupis%20ab%202023/fonts/BarlowSemiCondensed-Bold.ttf) format("truetype"), 
    url(https://3999131.fs1.hubspotusercontent-eu1.net/hubfs/3999131/raw_assets/public/Nupis%20ab%202023/fonts/BarlowSemiCondensed-Bold.woff) format("woff");
  font-style: normal;
  font-weight: 700;
}


html{
  font-size:16px !important
}

body {
  line-height: 1.6;
  word-break: break-word;
}

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

/* Paragraphs */

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


/* Anchors */

a {
  cursor: pointer;
  text-decoration:none
}

a:hover{
  text-decoration: underline;
}


/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
  line-height:1.2
}

/* Lists */

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

.body-wrapper ul li{
  margin-bottom: 1.5rem;
  position: relative;
  list-style-type: none;
  padding-left: 0.875rem;
}

.body-wrapper ul li:last-child{
  margin-bottom:0
}

.body-wrapper ul li:before{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
  width: 5px;
  height: 15px;
  background-color: #EB6100;
}

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  margin: 0 0 1rem;
  position: relative;
  margin-left: calc(1.125rem + 2rem);
}

blockquote::before {
  content: url(data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 23.224'%3E%3Cpath d='M14.167.434a1.494,1.494,0,0,1,1.259.493A1.364,1.364,0,0,1,15.48,2.3L8.037,22.326A1.787,1.787,0,0,1,6.176,23.64H1.359a1.339,1.339,0,0,1-1.2-.493,1.686,1.686,0,0,1-.11-1.368L5.409,1.856A1.643,1.643,0,0,1,7.161.434Zm16.31,0a1.493,1.493,0,0,1,1.259.493A1.361,1.361,0,0,1,31.791,2.3L24.238,22.327a1.785,1.785,0,0,1-1.86,1.314H17.559a1.341,1.341,0,0,1-1.2-.493,1.682,1.682,0,0,1-.109-1.368L21.719,1.857A1.644,1.644,0,0,1,23.471.435Z' style='fill:%23d34c25'/%3E%3C/svg%3E);
  position: absolute;
  width: 2rem;
  height: 2.03125rem;
  left: calc(-1 * (1.125rem + 2rem));
  top: 0.625rem;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  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;
}
/* Form fields */
form{
  padding:15px
}

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

h3.form-title {
  margin-bottom:0
}

/* Labels */

.hs-form-field>label {
    padding-bottom: 5px;
}

form label {
  display: block;
  font-size: 1.125rem;
  margin-bottom: 0;
  line-height: 1.111;
}

/* 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 {
  font-family: inherit;
  display: block;
  height: calc(1.5em + 2rem + 2px) !important;
  padding: 1rem 0.75rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  border-style:solid;
  transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
  width:100%
}

form textarea{
  height:auto !important
}


form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus{ 
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(5 25 64 / 25%);
}

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

/* Inputs - checkbox/radio */

ul.no-list.hs-error-msgs {
  padding: 0;
  margin: 0;
}

.hs_error_rollup ul.no-list.hs-error-msgs{
  margin-bottom: 1rem;
}

ul.no-list li,
ul.no-list.hs-error-msgs li{
  padding:0;
  margin:0
}

ul.no-list li:before,
ul.no-list.hs-error-msgs li:before{
  content:none
}

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

form .inputs-list > li {
  display: block;
  margin: 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: #dc3545;
}

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

.hs-error-msg,
.hs-error-msgs label{
  color: #dc3545;
  margin-top: 0;
  display:inline
}

::placeholder {
  color: #4B4C4D;
  opacity: 1;
}

/* Submit button */

form input[type=submit],
form .hs-button,
.button{
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  border-style:solid;
  font-size: 1.25rem;
  line-height: 1.15;
  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;
  margin:10px 0
}

form .hs-button:hover{
  text-decoration:none
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}


input#hs-login-widget-remember {
  float: left;
  height:auto !important;
  margin-top: 5px;
}

@media(max-width:479px){
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    max-width: 100%;
    overflow: 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.header {
  transition: box-shadow 0.3s;
}

header.header a:hover{
  text-decoration:none
}

.header.fixed-top{
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  box-shadow: 0 0 0.625rem rgb(168 168 169 / 50%);
}

.header.no-navigation{
  min-height:70.4px
}

.header.fixed-top.no-navigation{
  min-height:62.4px
}

.navbar {
  position: relative;
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-right: 7.5px;
  padding-left: 7.5px;
  margin-right: auto;
  margin-left: auto;
}

.custom-logo {
  position: absolute;
  top: 0;
  left: 55px;
  z-index: 9999;
}

.custom-logo a {
  padding: 1.5rem 2.25rem;
  margin: 0;
  width: 150px;
  height: 120px;
  border-radius: 8px;
  display: block;
  background-color: #fff;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.custom-logo img {
  display: block;
  width: 100% !important;
}

.header.fixed-top .custom-logo a{
  height: 62px;
  padding-top: 8px;
  padding-bottom: 7px;
  padding-left: 50px;
  padding-right: 50px;
}

.nav-wrapper {
  display: flex;
  max-height: initial;
  background: none;
  position: static;
  overflow: visible;
  flex-grow: 1;
  align-items: center;
  flex-basis: auto;
  width: 100%;
}

.custom-menu-primary ul li:before {
    display: none;
}

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

ul.submenu.level-1 {
  margin-left: 216px;
  display: flex;
  font-size: 1.125rem;
}

ul.submenu.level-1>li {
  position: relative;
  display: initial;
      padding: 0;
    margin: 0;
}

ul.submenu.level-1>li>a {
  font-size: 1.125rem;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  line-height: 1.25;
  display: block;
}

ul.submenu.level-1>li:first-child .level-2>li:last-child>a {
    color: #EA6200 !important;
    font-weight: 600;
}

ul.submenu.level-1>li:first-child .level-2>li:nth-child(7)>a{
  color: #003D81 !important;
}

.header.fixed-top ul.submenu.level-1>li>a{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.submenu-toggle {
  display: none;
}

ul.submenu.level-2 {
  position: absolute;
  left: 0;
  right: initial;
  top: auto;
  border-top: 4px solid;
  width: initial;
  z-index: 1000;
  min-width: 10rem;
  font-size: 1.125rem;
  text-align: left;
  background-clip: padding-box;
  display:none
}

ul.submenu.level-2 li {
    margin: 0;
    padding: 0;
}

ul.submenu.level-2>li>a {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  white-space: nowrap;
  border-left: none;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  line-height: 1.25;
  font-size: 1.125rem;
  transition: color 0.3s;
}

ul.submenu.level-1>li:first-child {
  position: static;
}

ul.submenu.level-1>li:first-child ul.submenu.level-2 {
  width: 100%;
  column-count: 3;
  padding: 1.25rem 218px 1.25rem 218px;
  position: absolute;
}

ul.submenu.level-1>li:first-child ul.submenu.level-2>li>a {
  white-space: normal;
}

.header-widget {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 3rem;
  margin-left: auto;
}

form#header-search-form {
  margin-bottom: 0;
  margin-right: 1rem;
  width: auto;
  position: relative;
  display: inline-block;
  padding:0;
  padding-top: 0.5rem;
  background:none !important
}


#search-input{
  margin: 0;
  font-family: inherit;
  background-clip: padding-box;
  border: 1px solid #E7E6E6;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  display: inline-block;
  height: 40px !important;
  border-radius: 20px;
  border-width: 1px;
  border-style: solid;
  background-color: transparent;
  position: relative;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  width: 40px;
  z-index: 5;
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  transition: all 0.3s;
  border-color: transparent;
  cursor: pointer;
}

#search-input:focus{
  width: 200px;
  border-color: #A8A8A9;
  padding-left: 0.75rem;
  padding-right: 40px;
  z-index: 1;
  cursor: text;
}

#search-input.active{
  width: 200px;
  border-color: #A8A8A9;
  padding-left: 0.75rem;
  padding-right: 40px;
  z-index: 0;
  cursor: text;
}

button.search-button {
  position: absolute;
  right: 0;
  top: 0.5rem;
  width: 40px;
  height: 40px;
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}


button.search-button:after {
  content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17.776 17.776'%3E%3Cpath d='M17.6,16.188,13.991,12.5a7.68,7.68,0,0,0,1.577-4.66h0a7.752,7.752,0,1,0-2.981,6.086l3.587,3.662a1,1,0,1,0,1.43-1.4ZM2.112,7.84A5.728,5.728,0,1,1,7.84,13.568,5.735,5.735,0,0,1,2.112,7.84Z' transform='translate(-0.112 -0.112)'/%3E%3C/svg%3E");
  width: 17px;
  height: 17px;
  margin-top: -1px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}


.header-button {
  border-radius: 2rem;
  padding: 0.5rem 2rem;
  font-size: 1.125rem;
  line-height: 1.1;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  border: 1px solid;
  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;
}

.header-button:focus{
  box-shadow: 0 0 0 0.2rem rgb(237 122 38 / 50%);
}

.pop-up-form-wrapper {
  background-color: rgba(11,20,41,0.6);
  left: 0;
  line-height: 1.5;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  box-sizing: border-box;
  contain: strict;
  font-size: 18px;
  z-index: 9999;
  display:none
}

body.form-active{
  overflow:hidden
}

body.form-active .pop-up-form-wrapper {
  display:block
}

.pop-up-form-wrapper .pop-up-close {
  right: .88889em;
  top: .88889em;
  border: .05556em solid transparent;
  background: transparent;
  font: inherit;
  line-height: 1;
  margin: 0;
  opacity: .5;
  padding: 0;
  position: absolute;
  z-index: 1;
  touch-action: manipulation;
  color:#fff
}

.pop-up-form-wrapper .pop-up-close:hover,
.pop-up-form-wrapper .pop-up-close:focus{
  color:#fff;
  opacity:1
}

.pop-up-form-wrapper .pop-up-close svg {
  fill: none;
  height: 3.33333em;
  pointer-events: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1;
  stroke: currentColor;
  width: 3.33333em;
}

.pop-up-form-wrapper .popup-outer {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  will-change: transform;
}


.pop-up-form-wrapper .popup-inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
  position: absolute;
  left: 0;
}

.pop-up-form-wrapper .popup-inner>div {
  overflow: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  max-height: 85vh;
  max-width: 85vw;
}

.pop-up-form-wrapper .popup-content-wrapper {
  padding: 5rem 5.5rem 2.25rem;
  background: #fff;
  box-shadow: 0 0.375rem 2.5rem rgb(0 0 0 / 40%);
  overflow: auto;
}

.pop-up-form-wrapper .popup-content {
  display: flex;
  flex-wrap: wrap;
  margin-right: -7.5px;
  margin-left: -7.5px;
}

.pop-up-form-wrapper .popup-heading {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
  padding-right: 7.5px;
  padding-left: 7.5px;
}

.pop-up-form-wrapper .popup-heading h2 {
  font-weight: 600;
  color: #EA6200;
  font-size: 2.375rem;
  margin-bottom: 1.5rem;
  font-family: "Barlow Semi Condensed",Helvetica,Arial,sans-serif;
  line-height: 1.2;
}

.pop-up-form-wrapper .contact-form {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
  order: 1;
  position: relative;
  width: 100%;
  padding-right: 7.5px;
  padding-left: 7.5px;
}

.pop-up-form-wrapper .contact-form form {
  padding:0;
  padding-top: 0.5rem;
  margin-bottom: 1rem;
  background:none !important
}

.pop-up-form-wrapper .contact-form .hs-form-field{
  position:relative
}

.pop-up-form-wrapper .contact-form .hs-form-field>label{
  background-color: #fff;
  border-radius: 2px;
  padding: 0.125rem 0.25rem;
  position: absolute;
  left: calc(0.5rem + 1px);
  top: -0.625rem;
  opacity: 0;
  transition: opacity 0.3s;
}

.pop-up-form-wrapper .contact-form form .hs-button{
  margin:0
}

.pop-up-form-wrapper .contact-form .input {
  margin-right: 8px;
}

.pop-up-form-wrapper .contact-person-col {
  position: relative;
  width: 100%;
  padding-right: 7.5px;
  padding-left: 7.5px;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
  order: 2;
}

.pop-up-form-wrapper .contact-text {
  max-width: 315px;
}

.pop-up-form-wrapper .contact-text p {
  margin-bottom: 1rem;
}

.pop-up-form-wrapper .contact-heading {
  font-size: 1.5rem;
  max-width: 315px;
  font-weight: 600;
  line-height: 1.2;
  color: #000;
  margin-bottom: 1.5rem;
  font-family: "Barlow Semi Condensed",Helvetica,Arial,sans-serif;
}

.pop-up-form-wrapper .contact-person-col figure {
  max-width: 315px;
  padding: 0;
  margin: 0;
  position: relative;
}

.pop-up-form-wrapper .contact-person-col picture {
  margin-bottom: 0.25rem;
  display: block;
  line-height: 1;
}

.pop-up-form-wrapper .contact-person-col picture img {
  display: block;
  width: 100%;
}

.pop-up-form-wrapper .contact-person-col figcaption {
  background-color: transparent;
  position: static;
  white-space: initial;
  padding: initial;
  color: #000;
  width: 100%;
  border: 0;
}

.pop-up-form-wrapper .contact-person-col figcaption p {
  display: block;
  font-family: "Barlow Semi Condensed",Helvetica,Arial,sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  margin:0
}

.pop-up-form-wrapper .contact-person-col a {
  color: #000;
}

.navbar-toggler {
  display: none;
}


@media screen and (min-width:1286px){

  .header .content-wrapper{
    max-width:1366px !important
  }
  .cm-visible-phone{
    display:none;
  }

}

@media screen and (max-width:1285px){
  .cm-hidden-phone{
    display:none;
  }
  .header.no-navigation{
    min-height:67px
  }

  .header.fixed-top.no-navigation{
    min-height:67px
  }


  .custom-logo {
    position: relative;
    left:0
  }

  .navbar {
    justify-content: space-between;
    flex-wrap: wrap;
    flex-flow: initial;
    padding: 0;
  }

  .navbar-container {
    padding-right: 0;
    padding-left: 0;
    flex-wrap: wrap;
  }

  .custom-logo a {
    width: calc(50px + 2.5rem + 0.625rem);
    height: calc(2 * 0.625rem + 47px);
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    padding-left: 2.5rem;
    padding-right: 0.625rem;

  }

  .navbar-toggler{
    font: inherit;
    display: flex;
    overflow: visible;
    margin: 0;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity,filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent;
    padding: 0.875rem;
    margin-right: 0.5rem;
    border-radius: 0;
    outline:0
  }

  .hamburger-box {
    position: relative;
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
  }

  .hamburger-inner {
    top: 50%;
    display: block;
    margin-top: -2px;
    transition-timing-function: cubic-bezier(0.55,0.055,0.675,0.19);
    transition-duration: 75ms;
    position: absolute;
    width: 1.5rem;
    height: 2px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    border-radius: 2px;
    background-color: #000;
  }

  .hamburger-inner::after,
  .hamburger-inner::before {
    display: block;
    content: "";
    position: absolute;
    width: 1.5rem;
    height: 2px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    border-radius: 2px;
    background-color: #000;
  }

  .hamburger-inner::before {
    top: -8px;
    transition: top 75ms ease .12s,opacity 75ms ease;
  }

  .hamburger-inner::after {
    bottom: -8px;
    transition: bottom 75ms ease 0.12s,transform 75ms cubic-bezier(0.55,0.055,0.675,0.19);
  }

  .navbar-toggler.active .hamburger-inner {
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(0.215,0.61,0.355,1);
    transform: rotate(45deg)
  }

  .navbar-toggler.active .hamburger-inner::before {
    top: 0;
    transition: top 75ms ease,opacity 75ms ease .12s;
    opacity: 0;
  }

  .navbar-toggler.active .hamburger-inner::after {
    bottom: 0;
    transition: bottom 75ms ease,transform 75ms cubic-bezier(0.215,0.61,0.355,1) 0.12s;
    transform: rotate(-90deg);
  }

  .nav-wrapper {
    flex-basis: 100%;
    overflow-y: auto;
    max-height: initial;
    background: linear-gradient( 90deg ,#fff 50%,#F0F0F0 50%,#F0F0F0 100%);
    position: relative;
    display:none;
  }

  .nav-wrapper:after {
    content: "";
    width: 4px;
    height: 100%;
    position: absolute;
    left: 50%;
    background: #003D81;
    top: 0;
    
  }

  .nav-wrapper.show{
    height: calc(100vh - 67px);
  }

  ul.submenu.level-1 {
    flex-direction: column;
    margin: 0;
  }


  ul.submenu.level-1>li>a {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 2.5rem;
    padding-right: 0.5rem;
  }

  ul.submenu.level-2>li>a {
    font-size: 1rem;
    line-height: 1.25;
  }

  ul.submenu.level-1>li:first-child ul.submenu.level-2,
  ul.submenu.level-2{
    width: 50%;
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    background-color: transparent !important;
    column-count: unset;
    padding: 0;
    border: 0;
    display:none;
  }

  ul.submenu.level-2.active{
    display:block !important
  }

  ul.submenu.level-1>li:hover ul.submenu.level-2{
    display:none
  }

  ul.submenu.level-2.active{
    display:block
  }

  .header-widget {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 2.5rem;
    margin: 0;
    display: block;
  }

  form#header-search-form {
    margin-bottom: 2rem;
    margin-right: 0;
  }

  input#tx-indexedsearch-searchbox-sword{
    width: auto;
    border-color: #e7e6e6;
    padding-left: .75rem;
    padding-right: 40px;
  }

  #search-input {
    width: 100%;
    border-color: #E7E6E6;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.75rem;
    padding-right: 40px;
  }

  #search-input:focus {
    width: 100%;
    border-color: #051940;
  }

  #search-input.active{
    padding-left: 0.75rem;
    padding-right: 40px;
    z-index: 0;
    cursor: text;
    width: 100%;
    border-color: #051940;
  }

  ul.submenu.level-1>li {
    position: static;
    display: flex;
  }

  .menu-arrow {
    cursor:pointer;
    padding: 0 1.4rem;
    transform: rotate( -90deg );
    white-space: nowrap;
    margin-left: 13px;
  }

  .menu-arrow:after{
    border: none;
    content: url(https://3999131.fs1.hubspotusercontent-eu1.net/hubfs/3999131/raw_assets/public/Nupis%20ab%202023/images/arrow-down.svg);
    width: 12px;
    height: 7.5px;
    line-height: 1;
    display:inline-block;
    vertical-align: 0.255em;
  }
  .header.fixed-top ul.submenu.level-1>li>a {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .header.fixed-top .custom-logo a {
    width: calc(50px + 2.5rem + 0.625rem);
    height: calc(2 * 0.625rem + 47px);
    padding-top: .625rem;
    padding-bottom: .625rem;
    padding-left: 2.5rem;
    padding-right: .625rem;
  }

  .header.fixed-top {
    box-shadow: none;
  }


  .pop-up-form-wrapper .popup-content-wrapper {
    padding: 1.25rem 1rem;
  }

}


@media screen and (max-width:767px){

  .nav-wrapper {
    background: none;
  }
  
  .nav-wrapper.show{
     max-height: calc(100vh - 67px);
    height:auto
  }

  ul.submenu.level-1>li {
    display: block;
  }

  ul.submenu.level-1>li:first-child {
    position: relative;
  }

  ul.submenu.level-1>li{
    position:relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  ul.submenu.level-1>li>a {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    display: block;
  }

  .menu-arrow {
    padding: 5px 0.5rem 0 0.5rem;
    transform: none;
    margin: 0;
  }

  ul.submenu.level-1>li:first-child ul.submenu.level-2,
  ul.submenu.level-2{
    width: 100%;
    border: none;
    margin: 0;
    padding: 0;
    position: static;
    float: none;
  }

  ul.submenu.level-2>li {
    padding-left: 2.5rem;
  }

  ul.submenu.level-2>li>a {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  ul.submenu.level-2>li>a:hover{
    color:#000 !important
  }

  .nav-wrapper:after{
    content:none
  }

  ul.submenu.level-2>li>a {
    background-color: #F0F0F0;
    border-left: 4px solid #003D81;
  }

  .header-widget {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  form#header-search-form {
    margin-bottom: 1.5rem;
  }

  .header.fixed-top ul.submenu.level-1>li>a {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }


  .pop-up-form-wrapper .popup-content-wrapper {
    padding: 1rem 0.75rem;
  }

  .pop-up-form-wrapper .contact-person-col {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pop-up-form-wrapper .contact-form {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pop-up-form-wrapper .contact-person-col figure {
    max-width: 100%;
  }

  .pop-up-form-wrapper .contact-heading {
    max-width: 100%;
  }

  .pop-up-form-wrapper .contact-text {
    max-width: 100%;
  }

}
footer.footer {
  font-size: 1.125rem;
}

footer.footer a:hover{
  text-decoration:underline
}

.footer-content {
  padding: 1.875rem 14rem 0;
}

.footer-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.footer-menu ul li {
    padding: 0;
    margin: 0;
}

.footer-menu ul li:before{
   display:none
}
.footer-menu ul:first-child {
  display: flex;
  flex-wrap: wrap;
  margin-right: -7.5px;
  margin-left: -7.5px;
}


.footer-menu ul:first-child>li {
  flex: 0 0 25%;
  max-width: 25%;
  margin: 1.5rem 0;
  position: relative;
  width: 100%;
  padding-right: 7.5px;
  padding-left: 7.5px;
  white-space: nowrap;
}

.footer-menu ul.hs-menu-children-wrapper li a {
  padding: 0.625rem 2.5rem;
  font-size: 1.125rem;
  display: block;
  line-height: 1.15;
}


.footer-copyright {
  padding-top: 4rem;
  padding-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  margin-right: -7.5px;
  margin-left: -7.5px;
}

.copyright-wrapper {
  text-align: center;
  width: 100%;
  padding-right: 7.5px;
  padding-left: 7.5px;
}

.footer.no-nav .footer-content{
padding-top:0
}

.footer.no-nav .footer-copyright {
    padding-top: 1rem;
}


@media screen and (max-width:1285px){

  .footer-content {
    padding: 0;
  }

  .footer-menu ul:first-child>li {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .footer-copyright {
    padding-top: 2rem;
    padding-bottom: 0.5rem;
  }
  
  .footer.no-nav .footer-copyright {
    padding-top: 0.5rem;
}

}

@media screen and (max-width:767px){

  footer.footer {
    font-size: 1rem;
  }


  .footer-menu ul:first-child>li {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .footer-menu ul.hs-menu-children-wrapper li a {
    font-size: 1rem;
    padding: 0.25rem 2.5rem;
  }

  .footer-copyright {
    padding: 0;
  }
  
    .footer.no-nav .footer-copyright {
    padding-top: 0;
}

}
