*, *: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,
.page-center,
.dnd-section > .row-fluid {
  margin: 0 auto;
}
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('//6855863.fs1.hubspotusercontent-na1.net/hubfs/6855863/raw_assets/public/Svedex_Dec2021/fonts/roboto-v30-latin-regular.woff2') format('woff2');
}
/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local(''),
       url('//6855863.fs1.hubspotusercontent-na1.net/hubfs/6855863/raw_assets/public/Svedex_Dec2021/fonts/roboto-v30-latin-500.woff2') format('woff2');
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('//6855863.fs1.hubspotusercontent-na1.net/hubfs/6855863/raw_assets/public/Svedex_Dec2021/fonts/roboto-v30-latin-700.woff2') format('woff2');
}
<style>
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
</style>

/* Merrieweather - latin */
@font-face {
  font-family: 'Merrieweather';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('//6855863.fs1.hubspotusercontent-na1.net/hubfs/6855863/raw_assets/public/Svedex_Dec2021/fonts/merriweather-v30-latin-regular.woff2') format('woff2');
}
/* merrieweather-500 - latin */
@font-face {
  font-family: 'Merrieweather';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('//6855863.fs1.hubspotusercontent-na1.net/hubfs/6855863/raw_assets/public/Svedex_Dec2021/fonts/merriweather-v30-latin-700.woff2') format('woff2');
}

/* Lobster - latin */
@font-face {
  font-family: 'Lobster';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('//6855863.fs1.hubspotusercontent-na1.net/hubfs/6855863/raw_assets/public/Svedex_Dec2021/fonts/lobster-v28-latin-regular.woff2') format('woff2');
}

/* Lobster - latin */
@font-face {
  font-family: 'Parisienne';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('//6855863.fs1.hubspotusercontent-na1.net/hubfs/6855863/raw_assets/public/Svedex_Dec2021/fonts/parisienne-v13-latin-regular.woff2') format('woff2');
}

html {
  box-sizing: border-box;
  font-size: 100%;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  font-family: 'Roboto',sans-serif;
  font-weight: 400;
  font-size:18px;
  line-height: 1.5;
  color: #0f1e3a;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,h2,h3,h4,h5,h6,p {
  margin: 0;
  padding: 0
}

.oswald-<Oswald> {
  font-family: "Oswald", serif;
  font-optical-sizing: auto;
  font-weight: <200>;
  font-style: normal;
}

h1 {
  font-family: 'Roboto',sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 1.04166666667;
  color: #0f1e3a;
  padding-bottom: 26px
}
h2 {
  font-family: 'Roboto',sans-serif;
  font-weight: 400;
  font-size: 35px;
  line-height: 1.25714285714;
  color: #101e3a;
  padding-bottom: 20px
}
h3 {
  font-family: 'Roboto',sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.25;
  color: #fff;
  padding-bottom: 20px
}
h4 {
  font-family: 'Roboto',sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height:1.23076923077;
  color: #101e3a;
  padding-bottom: 23px
}
h5 {
  font-family: 'Roboto',sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.08333333333;
  color: #fff;
  padding-bottom: 20px;
}
h6 {
  font-family: 'Roboto',sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.09090909091;
  color: #fff;
  padding-bottom: 20px;
}
p { 
  padding-bottom: 28px;
}
a {
  color: #0f1e3a;
  text-decoration: none;
  font-weight: bold;
  outline: none!important;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

a:hover {
  color: #101e3a;
  text-decoration: none
}

strong {
  font-weight: 700
}
img {
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
}
ul {
  padding-left: 40px
}
blockquote{
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
  line-height: 1.6;
}
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}
.button:hover,
.button:focus {
  text-decoration: none;
}
.button:active {
  text-decoration: none;
}
button {
  color: inherit;
  font: inherit;
  cursor: pointer;
  font-family: sans-serif;
  font-size: 100%;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
}
form{
  padding:15px 20px;
  width: 100%;
  background: #F5F5F5;
}

/* Form fields */

.hs-form-field {
  margin-bottom: .625rem;
}
label:empty {
    display: none !important;
}

input::placeholder,
textarea::placeholder {
  color: #cacaca;
  opacity: 1;
}
/* Labels */

form label {
  display: block;
  margin: 0;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.8;
  color: #0a0a0a;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

.migration .hs-form{
  margin-bottom: 30px;
}
/* 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: inherit;
  transition: box-shadow 0.5s,border-color .25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: 400;
  border-radius: 0;
  display: block;
  box-sizing: border-box;
  margin: 0;
  box-shadow: none;
  background: #fff;
  width: 100%;
  height: 48px;
  line-height: 48px;
  color: #424242;
  font-size: 1rem;
  float: none;
  border-width:0;
  border-style: solid;
  padding: 0 6px;
  margin-bottom: 0;
}

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: #EF6B51;
}

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

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}
.hs-input.invalid.error {
  border: 1px solid #ab0020;
}

.hs-error-msgs label.hs-error-msg,.hs_error_rollup label.hs-main-font-element {
  background-color: #ab0020;
  line-height: 1;
  padding: 3px;
  color: #fff;
  font-size: 12px;
  border-radius: 2px 0 0 0;
  display: block;
  margin: 0;
  font-weight: 400;
}
/* Submit button */

form input[type=submit],
form .hs-button,a.button {
  background: url(//f.hubspotusercontent10.net/hubfs/6855863/raw_assets/public/Svedex_Dec2021/images/button-black.svg) center center no-repeat;
  color: #0f1e3a;
  background-size: 100%;
  width:100%;
  max-width: 220px;
  min-height: 60px;
  border-radius: 0;
  padding: 0 10px;
  border: none;
  margin: 0;
  font-weight:normal;
  vertical-align: middle;
  font-size: 18px;
  line-height: 60px;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -o-transition: all .35s ease;
  -ms-transition: all .35s ease;
  transition: all .35s ease;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  white-space: normal;
}

/* 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 {
  width: 100%;
  position: relative;
  z-index: 100;
}
.banner-section .dnd-section {
  padding: 0;
}
.fixed .header-bottom {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 800;
  -webkit-box-shadow: -3px 1px 4px 0 rgb(233 233 233 / 75%);
  -moz-box-shadow: -3px 1px 4px 0 rgba(233, 233, 233, 0.75);
  box-shadow: -3px 1px 4px 0 rgb(233 233 233 / 75%);
}

header.header-container.nl_type-menu.header {
  min-height: 120px;
}
.header-top {
  width: 100%;
  background: #0f1e3a;
  z-index: 9999;
  position: relative;
  padding-bottom: 1px;
}
.row {
  max-width: 75.625rem;
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.align-right {
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.column, .columns {
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  padding-right: 0.3125rem;
  padding-left: 0.3125rem;
  min-width: initial;
}
.small-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.secondary-menu {
  width: auto;
  float: right;
}
.secondary-menu ul {
  width: auto;
  float: left;
  margin: 0;
}
.header .hs-menu-wrapper > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.secondary-menu ul li {
  width: auto;
  float: left;
  padding: 0 0 0 8px;
  margin: 0;
  height: auto;
}
.secondary-menu ul li:first-child {
  padding: 0;
}
.secondary-menu ul li a {
  width: auto;
  float: left;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #FFF;
  border-bottom: 5px solid #0f1e3a;
  letter-spacing: 1px;
  padding: 8px 0 5px;
}
.secondary-menu ul li a:hover {
  opacity: 1;
  text-decoration: underline;
}
.secondary-menu ul li + li {
  margin-left: 1rem;
}
.logo a, .logo img {
  width: 100%;
  max-width: 120px;
}
.off-canvas {
  position: fixed;
  z-index: 1;
  transition: transform .5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #e6e6e6;
}
.position-left {
  top: 0;
  left: 0;
  width: 250px;
  height: 100%;
  -ms-transform: translateX(-250px);
  transform: translateX(-250px);
  overflow-y: auto;
}  
.off-canvas {
  background: #fff;
} 

.off-canvas.position-left {
  width: 300px;
  height: 100%;
  position: fixed;
  z-index: 1000;
  top: 0;
  -moz-transform: translateX(-300px);
  -webkit-transform: translateX(-300px);
  -o-transform: translateX(-300px);
  -ms-transform: translateX(-300px);
  transform: translateX(-300px);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.position-left.is-transition-push::after {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  box-shadow: 0 0 10px rgb(10 10 10 / 70%);
  content: " ";
}
.header-bottom {
  width: 100%;
  height: 83px;
  float: left;
  background: #fff;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.is-relative {
  position: relative;
}
.small-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.logo {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  height: 83px;
}
.display-flex {
  display: flex;
}
.main-menu {
  width: 100%;
  padding: 0;
  justify-self: left;
}
.main-menu .hs-menu-wrapper > ul {
  width: 100%;
  float: right;
  margin: 0;
  z-index: 99999;
}
.main-menu .hs-menu-wrapper > ul li {
  width: auto;
  float: left;
  padding: 0;
  position: relative;
  margin: 0;
  display: flex;
  align-items: center;
  min-height: 83px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.main-menu .hs-menu-wrapper > ul li a {
  width: auto;
  float: left;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #0F1E3A;
  padding: 0;
}
.main-menu .hs-menu-wrapper>ul li a:hover {
  opacity: 1;
}
.main-menu .hs-menu-wrapper > ul > li.hs-item-has-children:after {
  display: block;
  content: '';
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: #0F1E3A;
  left: 0;
  top: 123px;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.fixed .main-menu .hs-menu-wrapper>ul>li.hs-item-has-children:after {
  top: 83px;
}
.main-menu .hs-menu-wrapper > ul > li + li {
  margin-left: 1.625rem;
}
.button_topmenu img {
  width: 24px;
  height: auto;
}
.button_topmenu {
  height: 24px;
  width: auto;
  padding: 0;
  display: flex;
  min-width: 80px;
}
.content-cta-container {
  display: flex;
  align-items: center;
}
.button_topmenu label {
  display: block;
  margin: 0;
  line-height: 1.8;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #0F1E3A;
  padding: 0;
  margin-left: 8px;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.main-menu .hs-menu-wrapper > ul > li:hover {
  color: #101e3a;
  border-bottom: 1px solid #626262;
}
.main-menu .hs-menu-wrapper > ul > li:hover:after {
  opacity: 0.3;
}
.topbar__search {
  position: absolute;
  display: flex;
  align-items: center;
  right: 0;
  top: -16px;
  height: 83px;
  width: 83.33333%;
  background-color: #fff;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  padding: 0;
}

form.topbar__search input[type=text] {
  background-color: #fff;
  border-bottom: #0F1E3A 1px solid;
  font-style: italic;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #0F1E3A;
  outline: 0;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.topbar__search button.close-search {
  width: 48px;
  height: 48px;
  background: url(//f.hubspotusercontent10.net/hubfs/6855863/raw_assets/public/Svedex_Dec2021/images/close-round.svg) no-repeat center;
  background-size: 16px auto;
  border-bottom: #0F1E3A 1px solid;
}
.button.primary {
  background-color: #c97a75;
  color: #0a0a0a;
}
.button.primary:hover,
.button.primary:focus {
  background-color: #b74e48;
  color: #0a0a0a;
}
.topbar__search button.button_topmenu {
  margin: 0;
  height: 48px;
  display: flex;
  align-items: center;
  padding-left: 16px;
  min-width: 110px;
  margin-left: 33px;
}

.topbar__search button.button_topmenu img {
  width: 16px;
}

.button_topmenu label {
  display: block;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #0F1E3A;
  padding: 0;
  margin-left: 8px;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  line-height: 1.8;
}

.topbar__search button.button_topmenu label {
  pointer-events: none;
  color: #fff;
  opacity: 1;
}

.topbar__search.is-active {
  top: 0;
  opacity: 1;
  pointer-events: all;
}

.topbar__search button.close-search:hover {
  opacity: 0.8;
}
figure {
  margin: 0;
}

@media print, screen and (min-width: 40em){
  .medium-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .medium-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .medium-10 {
    -ms-flex: 0 0 83.33333%!important;
    flex: 0 0 83.33333%!important;
    max-width: 83.33333%!important;
  }
}

@media(max-width:1130px){
  .main-menu .hs-menu-wrapper>ul>li+li {
    margin-left: 1.25rem;
  }
}


@media(max-width:991px){
  .secondary-menu ul li {
    padding: 0 0 0 25px;
  }
}

@media (min-width: 768px) {
  .main-menu .hs-menu-wrapper>ul li.hs-item-has-children > ul {
    padding: 0;
    margin: 0;
    width: auto;
    position: absolute;
    left: -45px;
    top: calc(100% + 1px);
    background: #fff;
    z-index: 100;
    padding: 45px 0;
    display: none;
  }
  .main-menu .hs-menu-wrapper > ul li.hs-item-has-children:hover > ul {
    display: block;
  }

  .main-menu .hs-menu-wrapper>ul li.hs-item-has-children>ul {
    width: auto;
    position: absolute;
    left: -45px;
    top: calc(100% + 1px);
    background: #fff;
    z-index: 100;
    padding: 45px 0;
    padding-left: 0;
  }

  .main-menu .hs-menu-wrapper .hs-menu-depth-1 >ul li {
    min-width: 212px;
    white-space: nowrap;
    z-index: 99999;
    width: 100%;
    float: left;
    padding: 10px 45px;
    margin: 0;
    min-height: auto;
    border: 0;
    position: unset;
  }

  .main-menu .hs-menu-wrapper .hs-menu-depth-1>ul li a {
    width: 100%;
    padding: 0 45px 0 0;
    color: #101e3a;
    position: relative;
    display: block;
  }

  .main-menu .hs-menu-wrapper .hs-menu-depth-1 .menu-category > a {
    padding: 10px 45px 30px;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 26px;
    text-decoration-line: underline;
    opacity: 1;
    color: #0F1E3A;
  }

  .main-menu .hs-menu-depth-1 .hs-item-has-children > a:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    background: url(//f.hubspotusercontent10.net/hubfs/6855863/raw_assets/public/Svedex_Dec2021/images/angle-dark-right.svg) no-repeat left center;
    background-size: 10px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
  }
  .main-menu .hs-menu-wrapper li.hs-menu-depth-2.hs-item-has-children ul,
  .main-menu .hs-menu-wrapper li.hs-menu-depth-3.hs-item-has-children ul {
    position: absolute;
    top: 0;
    left: 100%;
    height: 100%;
    width: auto;
    background: #fff;
    z-index: 100;
    display: none;
    padding: 45px 0;
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  .inner-menu {
    overflow-y: auto;
    height: 86%;
    width: 100%;
  }
}

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display:none!important
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-menu .hs-menu-wrapper .hs-menu-depth-1 .menu-category > a {
    padding: 10px 10px 15px 20px;
    font-size: 18px;
  }
  html {
    overflow-x: hidden !important;
  }
  .main-menu .hs-menu-wrapper .hs-menu-depth-1 > ul li {
    padding: 0 25px 0 0;
  }

  .main-menu .hs-menu-wrapper .hs-menu-depth-1 > ul li > a {
    padding: 5px 20px;
  }

  .inner-menu {
    line-height: 1.6;
  }

  .main-menu .hs-menu-wrapper > ul > li.hs-item-has-children:nth-child(3) .hs-menu-depth-2 ul ul {
    left: auto;
    right: 100%;
  }
}


@media only screen and (max-width: 767px) {
  .main-menu ul .menu-category a {
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 26px;
    text-decoration-line: underline;
    opacity: 1;
    color: #0F1E3A;
  }
  header.header-container.nl_type-menu.header {
    min-height: 83px;
  }
  .main-menu .hs-menu-wrapper>ul>li+li {
    margin-left: 0;
  }
  .header label {
    display: block;
    margin: 0;
  }
  .menu-icon-outer {
    position: absolute;
    top: 24px;
    right: 15px;
  }
  .main-menu .hs-menu-wrapper>ul>li.hs-item-has-children:after {
    content: none;
  }
  .hasMenu{
    overflow: hidden;
  }
  .position-left.is-transition-push::after {
    box-shadow: none;
  }
  .display-mobile {
    display: block
  }

  .js-off-canvas-overlay.is-overlay-fixed {
    pointer-events: none;
    display: none;
    opacity: 0
  }

  .is-visible {
    display: block!important
  }

  .js-off-canvas-overlay {
    background: rgba(0,0,0,0.8);
    z-index: 101
  }

  .off-canvas.is-open {
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px)
  }

  .off-canvas-content {
    -moz-transform: translateX(0px)!important;
    -webkit-transform: translateX(0px)!important;
    -o-transform: translateX(0px)!important;
    -ms-transform: translateX(0px)!important;
    transform: translateX(0px)!important
  }
  .off-canvas.position-left.is-open{
    overflow: hidden;
  }
  aside.left-off-canvas-menu{
    z-index: 9999;
    position: fixed;
    height: 102vh;
    width: 100vw;
  }
  aside.left-off-canvas-menu header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 46px 45px 1px;
  }
  aside.left-off-canvas-menu header .button{
    background: none;
    color: #0F1E3A;
    width: 40px;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  aside.left-off-canvas-menu header .button img{
    width: 16px;
    height: auto;
    margin-top: 5px;
    margin-bottom: 10px;
  }
  aside.left-off-canvas-menu header .button label{
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 10px;
    text-transform: uppercase;
    color: #0F1E3A;
  }
  .menu-logo {
    width: 105px;
  }

  .main-menu{
    width: 100vw;
    margin-top: 30px;
    float: left;

  }

  .main-menu ul li.top-submenu{
    height: auto;

  }
  ul li button.menu-category-back{
    display: block;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    padding: 0 30px;
    color: #0F1E3A;
    position: relative;
    margin-bottom: 30px;
    opacity: 0.6;
  }
  ul li button.menu-category-back:hover{
    opacity: 1;
  }
  ul li button.menu-category-back:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    background: url(//f.hubspotusercontent10.net/hubfs/6855863/raw_assets/public/Svedex_Dec2021/images/angle-dark-left.svg) no-repeat left center;
    background-size: 10px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
  }

  .mobile2 span.bckTtl {
    display: none;
  }
  span.prevTtl:empty {
    display: none;
  }
  .main-menu ul li .menu-category a{
    padding: 10px 0 0;
    margin-bottom: 30px;
  }

  .main-menu.mobile1 nav > ul{
    -moz-transform:translateX(-100vw);
    -webkit-transform:translateX(-100vw);
    -o-transform:translateX(-100vw);
    -ms-transform:translateX(-100vw);
    transform:translateX(-100vw);
    position: relative;
  }

  .main-menu.mobile2 nav > ul{
    -moz-transform:translateX(-200vw);
    -webkit-transform:translateX(-200vw);
    -o-transform:translateX(-200vw);
    -ms-transform:translateX(-200vw);
    transform:translateX(-200vw);
    position: relative;
  }

  .main-menu.mobile3 nav > ul{
    -moz-transform:translateX(-300vw);
    -webkit-transform:translateX(-300vw);
    -o-transform:translateX(-300vw);
    -ms-transform:translateX(-300vw);
    transform:translateX(-300vw);
    position: relative;
  }

  .main-menu ul{
    margin: 0;
    padding: 0;
    line-height: 1.6;
    font-size: 18px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
  }

  .main-menu ul li,
  .main-menu .hs-menu-wrapper > ul li{
    padding-left: 45px;
    display: block;
    width: 98vw;
    height: auto;
    position: unset !important;
    min-height: auto !important;
    border: 0 !important;
  }

  .main-menu ul li a,
  .main-menu .hs-menu-wrapper > ul li a{
    position: relative;
    display: block;
    width: 100%;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 45px;
    color: #0F1E3A;
    opacity: 0.6;
    white-space: normal;
    padding-right: 10px;
  }
  .main-menu ul li a:hover,
  .main-menu .hs-menu-wrapper > ul li a:hover{
    opacity: 1;
  }
  aside .main-menu .is_parent > a:after {
    content: "";
    position: absolute;
    right: 45px;
    top: 50%;
    background: url(//f.hubspotusercontent10.net/hubfs/6855863/raw_assets/public/Svedex_Dec2021/images/angle-dark-right.svg) no-repeat left center;
    background-size: 10px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
  }

  .main-menu > ul > li.active a{
    opacity: 1;
  }
  .main-menu ul ul {
    display: none;
  }
  .main-menu ul li.active > ul {
    position: absolute;
    top: 0;
    left: 100vw;
    height: 100%;
    width: 100vw;
    background: #fff;
    z-index: 100;
    display: block;
    padding: 0;
  }

  .menu-icons{width:26px;height:24px;margin:0}
  .menu-icons span{
    width:100%;
    float:left;
    display:block;
    height:4px;
    margin:2px 0;
    background:#101e3a
  }

  .header-top{margin:10px 0 0}

  .secondary-aside-menu {
    width: 100vw;
    float: left;
    margin-top: 25px;
    padding-top: 25px;
    position: relative;
    opacity: 1;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    pointer-events: all;
  }
  .secondary-aside-menu.is-hidden {
    opacity: 0;
    pointer-events: none;
  }
  .secondary-aside-menu:before {
    content: '';
    position: absolute;
    left: 45px;
    top: 0;
    width: calc(100vw - 90px);
    border-top: 1px solid rgba(15, 30, 58, 0.2);
  }

  .secondary-aside-menu ul li{
    padding-left: 45px;
    display: block;
    width: 100vw;
    height: 25px;
    position: unset;
    margin-bottom: 10px;
  }

  .secondary-aside-menu ul li a,
  .secondary-aside-menu ul li button label{
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 40px;
    color: #0F1E3A;
    opacity: 0.6;
  }

  .secondary-aside-menu ul li.hasFavorites{
    margin-top: 22px;
  }
  .secondary-aside-menu ul li button label{
    line-height: 16px;
  }


  .search-overlay{
    position: fixed;
    left: 0;
    top: 17vh;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    padding-top: 20px;
    opacity: 0;
    pointer-events: none;
    background-color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
  }
  .search-overlay.is-active{
    pointer-events: all;
    opacity: 1;
  }
  .search-overlay li{
    padding-left: 45px;
    display: block;
    width: 100vw;
    height: 45px;
    position: unset;

  }
  .main-menu .mobile3 a {
    font-size: 1rem;
  }
  .main-menu .mobile3 {
    margin-left: 0.5rem;
  }
  .header-bottom .logo img{
    margin-left: 16px;
  }
  .no-bullet {
    margin: 0;
    margin-bottom: 1rem;
    padding: 0;
    margin-left: 0;
    list-style: none;
  }

  .search-overlay li {
    margin-bottom: 10px;
  }

  form.sisea-search-form {
    padding: 0;
    background: none;
  }

  form.sisea-search-form input[type="text"] {
    width: 100%;
    height: 48px;
    line-height: 48px;
    float: left;
    font-size: 24px;
    color: #919191;
    background: #fff;
    border: none;
    box-shadow: none;
    padding: 0 20px 0 5px;
    margin: 0;
  }
  .off-canvas.position-left.is-open {
    overflow: hidden;
    overflow-y: auto;
  }

  .off-canvas.position-left {
    width: 100vw;
    height: 102vh;
    -moz-transform: translateX(-100vw);
    -webkit-transform: translateX(-100vw);
    -o-transform: translateX(-100vw);
    -ms-transform: translateX(-100vw);
    transform: translateX(-100vw)
  }

  .off-canvas.is-open {
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px)
  }
  .hide-for-small-only {
    display: none!important;
  }
  h5.menu-category {
    padding: 0;
  }
  button.menu-icons {
    padding: 0;
}
}
.footer-container {
  width: 100%;
  float: left;
  z-index: 0;
}

.lp-footer .columns ul li:not(:last-child){
  display:none;
}
footer .footer.footer-navigation {
  background-color: #f7f7f7;
  color: #0f1e3a;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
footer .row {
  max-width: 75.625rem;
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.small-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.column{
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  padding-right: 0.3125rem;
  padding-left: 0.3125rem;
  min-width: initial;
}

footer .footer.footer-navigation ul li {
  margin-bottom: 0;
}


footer .footer.footer-navigation .social-blk ul li:before {
  content: '';
}


footer .block__legal {
  margin-top: 2rem;
}
footer .block__legal ul {
  display: block;
  text-align: center;
  margin-right: 0;
  line-height:1.6;
  padding-left: 0;
  margin-bottom: 1rem;
  margin-top: 0;
}
footer .footer.footer-navigation ul li {
  margin-bottom: 0;
}
footer .block__legal ul li {
  display: inline-block;
}
footer .block__legal ul li + li {
  margin-left: 1.5rem;
}
footer .block__legal ul li:before {
  content: "" !important;
}
footer .footer.footer-navigation ul li a {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: normal;
}
.column ul {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.social-blk {
  float: left;
  width: 100%;
  padding: 85px 0 72px;
}

.column ul li.hs-menu-depth-2:before {
  content: '- ';
}
.footer .column ul .hs-menu-depth-1 > a {
  line-height: 32px;
  padding-bottom: 0;
  color: #101e3a;
  display:block;
  font-size: 1.25rem;
  font-family: 'Roboto',sans-serif;
  font-weight: 400;
}

@media print, screen and (min-width: 40em){
  .medium-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media print, screen and (min-width: 40em){
  .medium-offset-1 {
    margin-left: 8.33333%;
  }
}

@media (min-width:768px) and (max-width:991px){
  .social-blk{
    padding:30px 0;
  }
  .footer-container.block__four-articles {
    padding: 0 0 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px){
  .block__four-articles {
    padding: 0 0 10px;
  }
}

@media only screen and (max-width: 767px){
  .footer-container.block__four-articles {
    padding: 20px 0 30px;
  }
  .social-blk {
    padding: 25px 0 20px;
  }
  .column, .columns {
    width: 100%!important;
    max-width: 100%!important;
    flex: 0 0 100%!important;
  }
  .medium-offset-1 {
    margin-left: 0;
    padding-right: 0.3125rem!important;
    padding-left: 0.3125rem!important;
  }
  .footer .column ul .hs-menu-depth-1>a{
    line-height:26px;
  }
}
