*, *: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,
.dnd-section > .row-fluid {
  margin: 0 auto;
  padding:0 15px;
}

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

.Banner-row-0-force-full-width-section > .row-fluid {
  padding: 0;
}

.dnd-section[class*="full-width-section"] {
  padding-top: 0;
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face { 
  font-family: ETmodules; 
  src: url(https://25395851.fs1.hubspotusercontent-eu1.net/hubfs/25395851/raw_assets/public/Framsikt_September2022/fonts/modules.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap; 
}

@font-face { 
  font-family: "Open Sans";
  src: url(https://25395851.fs1.hubspotusercontent-eu1.net/hubfs/25395851/raw_assets/public/Framsikt_September2022/fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4uaVI.woff2) format("woff2");
  font-style: normal;
  font-weight: 300; 
  font-stretch: normal; 
  font-display: swap;
}

@font-face {
  font-family: "Open Sans"; 
  src: url(https://25395851.fs1.hubspotusercontent-eu1.net/hubfs/25395851/raw_assets/public/Framsikt_September2022/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2) format("woff2");
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%; 
  font-display: swap; 
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face { 
  font-family: "Open Sans"; 
  src: url(https://25395851.fs1.hubspotusercontent-eu1.net/hubfs/25395851/raw_assets/public/Framsikt_September2022/fonts/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWVAexoMUdjFXmQ.woff) format("woff");
  font-style: italic; 
  font-weight: 400;
  font-stretch: 100%; 
  font-display: swap; 
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face { 
  font-family: "Overpass";
  src: url(https://25395851.fs1.hubspotusercontent-eu1.net/hubfs/25395851/raw_assets/public/Framsikt_September2022/fonts/qFda35WCmI96Ajtm83upeyoaX6QPnlo6G_TbMJqK.woff2) format("woff2");
  font-style: normal; 
  font-weight: 700;
  font-display: swap;
}

@font-face { 
  font-family: "Overpass"; 
  src: url(https://25395851.fs1.hubspotusercontent-eu1.net/hubfs/25395851/raw_assets/public/Framsikt_September2022/fonts/qFda35WCmI96Ajtm83upeyoaX6QPnlo6fPTbMJqK.woff2) format("woff2"); 
  font-style: normal;
  font-weight: 800; 
  font-display: swap;
}

@font-face { 
  font-family: "Open Sans";
  src: url(https://25395851.fs1.hubspotusercontent-eu1.net/hubfs/25395851/raw_assets/public/Framsikt_September2022/fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4uaVI.woff2) format("woff2");
  font-style: normal; font-weight: 600;
  font-stretch: normal;
  font-display: swap;
}
@font-face { 
  font-family: "Open Sans"; 
  src: url(https://25395851.fs1.hubspotusercontent-eu1.net/hubfs/25395851/raw_assets/public/Framsikt_September2022/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2) format("woff2");
  font-style: normal; 
  font-weight: 700;
  font-stretch: 100%; 
  font-display: swap; 
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face { 
  font-family: "PT Serif";
  src: url(https://25395851.fs1.hubspotusercontent-eu1.net/hubfs/25395851/raw_assets/public/Framsikt_September2022/fonts/EJRVQgYoZZY2vCFuvAFYzr8.woff2) format("woff2"); 
  font-style: normal;
  font-weight: 400; font-display: swap;
}

@font-face { 
  font-family: "PT Sans";
  src: url(https://25395851.fs1.hubspotusercontent-eu1.net/hubfs/25395851/raw_assets/public/Framsikt_September2022/fonts/jizfRExUiTo99u79B_mh0OCtLQ.woff2) format("woff2");
  font-style: normal; 
  font-weight: 700; 
  font-display: swap;
}

@font-face { 
  font-family: "ETmonarch";
  src: url(https://25395851.fs1.hubspotusercontent-eu1.net/hubfs/25395851/raw_assets/public/Framsikt_September2022/fonts/monarch.ttf) format("truetype"); 
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}

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

body {
  line-height: 1.4;
  word-break: break-word;
  background-color:#fff;
  line-height: 1.7em;
  font-weight: 500;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Open Sans",Helvetica,Arial,Lucida,sans-serif;
}

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

/* Paragraphs */

p {

  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: underline;
  font-weight: bold;
}

a:hover{
  text-decoration: none;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  line-height: 1.2em;
  padding-bottom: 10px;
}

/* Lists */

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

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
button,
.button {
  white-space: normal;
  font-size: 20px;
  line-height: 20px;
  font-family: Open Sans;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  text-decoration: none !important;

}

@media(max-width:767px){
  button,
  .button {
    margin-bottom: 40px;
  } 

}

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

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

/* Labels */

form label {
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
  font-family: Open Sans;
  font-size: 15px;
}
/* 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: inline-block;
  width: 100%;
  height: 40px;
  padding: 9px 10px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-color: #f5f8fa;
  outline:none;
}

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

ul.no-list.hs-error-msgs {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 5px;
}

ul.no-list.hs-error-msgs li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
  margin: 0;
}

ul.no-list.hs-error-msgs li label{
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  white-space: normal;
  font-weight: normal;
  color: #f2545b;
}


/* Submit button */

form input[type=submit],
form .hs-button {
  white-space: normal;
  font-size: 20px;
  line-height: 20px;
  font-family: Open Sans;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  margin:30px 0;
  text-decoration: none !important;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

@media(max-width:767px){
  form input[type=submit],
  form .hs-button {
    margin-bottom: 40px;
  } 

}
/* 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;
}
/* Master Switch: Hide hamburger by default on all large screens */
span.mobile_menu_bar.mobile_menu_bar_toggle {
    display: none !important;
}

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

header.header {
 position: fixed;
  top: 0;
  background-color: #fff;
  width: 100%;
  box-shadow: 0 1px 0 rgb(0 0 0 / 10%);
  z-index: 99999;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  min-height: 100px !important; 
  display: flex !important; /* Changed to flex */
  align-items: center !important; /* Centers everything vertically */
}

span.mobile_menu_bar.mobile_menu_bar_toggle:before {
  color: #000 !important;
  font-weight: 500;
  opacity: 1;
}

.header .container {
  display: flex !important;
  justify-content: space-between;
  align-items: center !important;
  width: 100% !important;
  max-width: 100% !important; /* Prevents wrapping on 15.6" screens */
  padding: 0 40px;
  margin: 0 auto;
  position: relative;
  z-index: 99;
}

.header .header-logo {
  position: relative !important;
  float: left;
  display: flex;
  align-items: center;
  height: 100px; /* Match the header height */
  padding-left: 0 !important;
  left: 20px; 
}

.header .header-logo a img {
  display: inline-block;
  float: none;
  height: auto;
  margin-bottom: 0;
  max-height: 54%;
  max-width: 100%;
  -webkit-transform: translateZ(0);
  transition: all .4s ease-in-out;
  vertical-align: middle;
  width: 208px!important;
}

.header .custom-menu-primary .navigation-primary>ul>li.has-submenu>a {
  padding-right: 20px;
}

.header .custom-menu {
  float: right;
  padding-left: 0 !important;
  margin-top: 0 !important; /* Remove the 32px push */
  display: flex !important;
  align-items: center !important;
  height: 100px; /* Forces the container to match the header height */
  transition: all .4s ease-in-out;
}

.header .custom-menu-primary .navigation-primary>ul>li,
.header .et_top_search,
.header .header-button{
  display: inline-flex !important; /* Changed to inline-flex */
  align-items: center !important;
  height: 100px; /* Force them to span the full header height */
  vertical-align: middle;
  padding-right: 5px;
  position: relative !important;
}



.header .custom-menu-primary .navigation-primary>ul>li>a {
  padding-top: 0 !important;
  line-height: 100px !important;
  display: block;
  height: 100px;
}

.header .custom-menu-primary .navigation-primary>ul>li>a:before {
  background: #245263;
  bottom: 50%;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  right: 100%;
  z-index: -2;
}

header.header a {
  font-weight: inherit;
  text-decoration: none;
}

.header .custom-menu-primary .navigation-primary>ul>li.has-submenu>a:after {
  content: "3";
  font-family: ETmodules;
  font-size: 16px;
  font-weight: 800;
  position: absolute;
  right: 0;
  top: 0;
}

.header .custom-menu-primary .navigation-primary>ul>li>ul {
  position: absolute;
  /* This ensures the dropdown starts exactly at the bottom of your 100px header */
  top: 100px !important; 
  left: 0;
  padding: 20px 0;
  z-index: 9999;
  width: 240px;
  visibility: hidden;
  opacity: 0;
  background-color: #fff; /* Ensures background is solid white */
  border-top: 3px solid #f7d35a; /* Your brand yellow color */
  box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
  -moz-box-shadow: 0 2px 5px rgba(0,0,0,.1);
  -webkit-box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
  -webkit-transform: translateZ(0);
  text-align: left;
  transition: all .2s ease-in-out;
}

/* 1. Force Level 2 items to be the anchor point */
.header .custom-menu-primary .navigation-primary > ul.submenu.level-1 > li > ul.submenu.level-2 > li {
  position: relative !important;
}

/* 2. Position Level 3 flyout to the right */
.header .custom-menu-primary .navigation-primary > ul.submenu.level-1 > li > ul.submenu.level-2 > li > ul.submenu.level-3 {
  position: absolute !important;
  top: -3px !important; /* Aligns with top of parent item */
  left: 100% !important; /* Pushes it exactly to the right */
  display: none !important; /* Keeps it hidden until hovered */
  visibility: hidden;
  opacity: 0;
  border-top: none !important;
  border-left: 3px solid #f7d35a; /* Yellow line on the left side of flyout */
}

/* 3. Reveal Level 3 on hover */
.header .custom-menu-primary .navigation-primary > ul.submenu.level-1 > li > ul.submenu.level-2 > li:hover > ul.submenu.level-3 {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.header .custom-menu-primary .navigation-primary > ul ul li ul {
  top: -3px !important; /* Aligns with the top of Level 2 item */
  left: 100% !important; /* Pushes it to the right */
  border-top: none;
  border-left: 3px solid #f7d35a; /* Yellow border now on the left */
}

/* Add the arrow icon */
.header .custom-menu-primary .navigation-primary > ul > li.has-submenu > a:after {
  content: "3"; /* The 'down' arrow code for ETmodules */
  font-family: 'ETmodules' !important;
  font-size: 16px;
  font-weight: 800;
  margin-left: 8px;
  display: inline-block;
  transition: transform 0.3s ease;
  position: relative;
  /* Adjusting top slightly to center with your 17px text */
  top: 2px; 
}

/* Rotate the arrow when hovering */
.header .custom-menu-primary .navigation-primary > ul > li.has-submenu:hover > a:after {
  transform: rotate(180deg);
  color: #245263;
}


.header  span#et_search_icon {
  float: right;
  margin: 0 0 0 26px; 
  position: relative;
  display: inline-block; 
  width: 18px;
  height: 18px; 
  vertical-align: middle;
}

.header  span#et_search_icon:before {
  color: #245263;
  content: "U";
  font-family: ETmodules !important;
  font-size: 18px;
  position: absolute !important;
  top: 50% !important; /* Centers icon in its box */
  left: 50% !important;
  transform: translate(-50%, -50%) !important; /* Perfect mathematical center */
  line-height: 1;
  display: block;
}

.header .custom-menu-primary .navigation-primary>ul>li:nth-child(7) {
  padding-right: 0 !important;
}

.header .header-button {
  margin-left: 60px;
  padding-top: 0 !important;
  display: flex;
  align-items: center;
  height: 100px;
}

.header .header-button a {
  background-color: #245263;
  border-radius: 1px;
  padding: 10px 30px 10px 30px !important;
  line-height: 1em;
  font-size: 17px;
  transition: all .4s ease-in-out;
  display: block;
  position: relative;
  border: 0;
  font-weight: 600;
  font-family: "Open Sans",Helvetica,Arial,Lucida,sans-serif;
}

.header .header-button a.button:hover {
  background-color: #072837;
}

.header .et_top_search {
  padding-right: 27px;
}

.header .custom-menu-primary .navigation-primary>ul>li:hover ul {
  transition: all .2s ease-in-out;
  visibility: visible;
  opacity: 1;
}

.header .custom-menu-primary .navigation-primary>ul ul li {
  display: inline-block;
  font-size: 14px;
  line-height: 2em;
}

.header .custom-menu-primary .navigation-primary>ul ul li a {
  font-weight: 600;
  color: #245263;
  width: 240px;
  padding: 6px 10px;
  font-size: 16px;
  padding-left: 30px;
  padding-right: 30px;
  transition: all .4s ease-in-out;
  display: block;
  position: relative;
  word-break: initial;
}

.header .et_search_outer {
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 999;
}

.header .search-container {
  width: 100%;
  max-width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  position: relative;
  height: 80px;
  z-index: 1;
}

.header form.et-search-form {
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 1000;
  width: 100%;
  right: 30px;
  max-width: 1169.55px;
}

.header label.da11y-screen-reader-text {
  clip: rect(1px,1px,1px,1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  line-height: normal;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  font-size: 1em;
  font-weight: 600;
  -webkit-font-smoothing: subpixel-antialiased;
}

.header input#et_pb_search_module_input_0 {
  width: 80%;
  right: 100px;
  border: 1px solid #000;
  color: #000 !important;
  background-color: #fff;
  margin: 20px 0 20px 0px;
  font-size: 18px;
  position: absolute;
  top: 0;
  background: transparent;
  bottom: 0;
  outline: none;
}

.header button.da11y-screen-reader-text {
  height: 40px;
  width: 50px;
  clip: auto;
  left: 90%;
  top: 20px;
  background-color: #5d5d5d;
  color: #fff;
  border-width: 6px;
  border-radius: 1px;
  border-color: #5d5d5d;
  border-style: solid;
  font-weight: normal;
  font-family: "Open Sans",Helvetica,Arial,Lucida,sans-serif;
  position: absolute !important;
  padding: 0;
  font-size: 1em;
  letter-spacing: normal;
  line-height: normal;
  text-align: center;
}

.header span.et_close_search_field {
  display: block;
  width: 30px;
  height: 30px;
  z-index: 99999;
  position: absolute;
  right: 0;
  cursor: pointer;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 30px;
}

.header span.et_close_search_field:after {
  font-family: ETmodules;
  content: "M";
  speak: none;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 32px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #245263;
}

.active .header .et_search_outer {
  transform: translateY(0px);
}
.header .et_search_outer {
  transform: translateY(-100px);
  transition: 1s linear;
}

.active .header .custom-menu {
  transform: translateY(-100%);
}


@-webkit-keyframes fadeOutTop {
  0% {
    opacity: 1;
    -webkit-transform: translatey(0);
    transform: translatey(0);
  }

  to {
    opacity: 0;
    -webkit-transform: translatey(-60%);
    transform: translatey(-60%);
  }
}

@keyframes fadeOutTop {
  0% {
    opacity: 1;
    -webkit-transform: translatey(0);
    transform: translatey(0);
  }

  to {
    opacity: 0;
    -webkit-transform: translatey(-60%);
    transform: translatey(-60%);
  }
}

@-webkit-keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translatey(-60%);
    transform: translatey(-60%);
  }

  to {
    opacity: 1;
    -webkit-transform: translatey(0);
    transform: translatey(0);
  }
}

@keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translatey(-60%);
    transform: translatey(-60%);
  }

  to {
    opacity: 1;
    -webkit-transform: translatey(0);
    transform: translatey(0);
  }
}

@-webkit-keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translatey(60%);
    transform: translatey(60%);
  }

  to {
    opacity: 1;
    -webkit-transform: translatey(0);
    transform: translatey(0);
  }
}

@keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translatey(60%);
    transform: translatey(60%);
  }

  to {
    opacity: 1;
    -webkit-transform: translatey(0);
    transform: translatey(0);
  }
}

@-webkit-keyframes fadeOutBottom {
  0% {
    opacity: 1;
    -webkit-transform: translatey(0);
    transform: translatey(0);
  }

  to {
    opacity: 0;
    -webkit-transform: translatey(60%);
    transform: translatey(60%);
  }
}

@keyframes fadeOutBottom {
  0% {
    opacity: 1;
    -webkit-transform: translatey(0);
    transform: translatey(0);
  }

  to {
    opacity: 0;
    -webkit-transform: translatey(60%);
    transform: translatey(60%);
  }
}

/* Desktop view (1401px and up) */
@media (min-width: 1401px) {
  .header .container {
    width: 100% !important;
    max-width: 100% !important;
    padding-right: 30px;
    padding-left: 30px;
  }
  .mobile-menu {
    display: none !important;
  }
  header.header {
    min-height: 100px !important;
  }
  /* Hides the mobile triggers on desktop */
  .child-trigger { 
    display: none !important; 
  }
  .header .custom-menu {
    width: auto !important; /* Prevents the menu from taking up 100% width */
  }
  /* Ensure the hamburger icon NEVER shows on desktop */
  span.mobile_menu_bar.mobile_menu_bar_toggle {
    display: none !important;
  }
}

/* Tablet & Mobile view (Switch to Hamburger at 1400px) */
@media (max-width: 1400px) {

  /* 1. ACTIVATE HAMBURGER */
  span.mobile_menu_bar.mobile_menu_bar_toggle {
    display: flex !important;
    justify-content: flex-end;
    align-items: center;
    cursor: pointer;
    z-index: 99999 !important; 
    position: relative;
    height: 100px;
    pointer-events: auto !important; 
    visibility: visible !important; 
    width: 50px !important; 
  }

  span.mobile_menu_bar.mobile_menu_bar_toggle:before {
    content: "\61" !important; 
    font-family: 'ETmodules' !important;
    font-size: 32px;
    color: #245263 !important;
    font-weight: 800;
  }

  .custom-menu-primary {
    display: none !important;
  }

  /* 2. PLACEMENT & LEVEL FIXES */
  .mobile-menu {
    display: none; 
    background: #fff !important;
    border-top: 3px solid #f7d35a !important;
    position: absolute !important;
    left: 0 !important;
    width: 100vw !important;
    max-width: 100vw !important;
    box-shadow: 0 5px 10px rgba(0,0,0,.1) !important;
    padding: 0 !important;
    top: 100px !important; 
    z-index: 9999 !important;
    overflow-y: auto !important;
    max-height: calc(100vh - 100px) !important;
    pointer-events: auto !important; 
  }

  .mobile-menu li:not(.open) > ul.submenu {
    display: none !important;
  }

  .open-menu .mobile-menu {
    display: block !important;
  }

  /* 3. STYLE LINKS */
  .mobile-menu li {
    width: 100% !important;
    display: block !important;
  }

  .mobile-menu li a {
    padding: 15px 25px !important;
    border-bottom: 1px solid #eee !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    color: #245263 !important;
    font-weight: 600 !important;
    width: 100% !important;
    box-sizing: border-box !important;
    background: #fff !important;
  }

  /* 4. LEVELS INDENTATION */
  .mobile-menu ul.submenu.level-2 a {
    padding-left: 45px !important;
    background: #fcfcfc !important;
  }

  .mobile-menu ul.submenu.level-3 a {
    padding-left: 65px !important;
    background: #f7f7f7 !important;
  }

  /* 5. ARROWS */
  .mobile-menu li.has-submenu > a:after {
    content: "\33" !important; 
    font-family: 'ETmodules' !important;
    font-size: 14px !important;
    transition: transform 0.3s ease !important;
    display: inline-block !important;
  }

  .mobile-menu li.open > a:after {
    transform: rotate(180deg) !important;
  }

  /* 6. SEARCH BAR: Side-by-Side & Blue Button (Forces your screenshot fix) */
  .mobile-menu form.et-search-form {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 20px 25px !important;
    background: #fff !important;
    width: 100% !important;
    box-sizing: border-box !important;
    position: relative !important;
    top: 0 !important;
  }

  .mobile-menu label {
    display: none !important; /* Removes "Søk etter:" text */
  }

  .mobile-menu input#et_pb_search_module_input_0 {
    flex: 1 !important;
    height: 44px !important;
    margin: 0 !important;
    font-size: 14px !important;
    padding: 0 12px !important;
    border: 1px solid #ddd !important;
    position: static !important;
    background: #fff !important;
    color: #000 !important;
  }

  .mobile-menu button.da11y-screen-reader-text {
    position: static !important;
    height: 44px !important;
    width: auto !important;
    padding: 0 20px !important;
    background-color: #245263 !important; /* Forces Blue */
    color: #fff !important;
    clip: auto !important;
    border-radius: 2px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    white-space: nowrap !important;
    border: none !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  /* 7. CTA BUTTON: Centered Blue Button */
  .mobile-menu .header-button {
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
    padding: 30px 25px !important;
    margin: 0 !important;
    height: auto !important;
    background: #fff !important;
    box-sizing: border-box !important;
  }

  .mobile-menu .header-button a {
    background-color: #245263 !important; /* Forces Blue */
    color: #fff !important;
    padding: 12px 40px !important;
    border-radius: 3px !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    text-align: center !important;
    display: inline-block !important;
    width: auto !important;
    line-height: 1.2em !important;
    border: none !important;
  }

  /* 8. CLEANUP: Hide original desktop header items */
  .header .et_top_search, 
  .header .header-button:not(.mobile-menu .header-button) {
    display: none !important;
  }
}
footer.footer {
  background-color: #072837;
}

.footer .content-wrapper {
  text-align: left;
  position: relative;
  width: 80%;
  margin: auto;
  padding: 0;
}

.footer .footer-inner {
  padding: 6% 0 0;
}

/* --- 1. THE LAYOUT (The fix for the "disappearing" columns) --- */
@media (min-width: 981px) {
  .footer .footer-column {
    margin-right: 2%;
    width: 18.4%;
    float: left;
    box-sizing: border-box;
    color: #fff;
  }
  .footer .footer-column:last-child {
    margin-right: 0;
  }
}

/* Clearfix to prevent footer collapse */
.footer .footer-inner:after {
  content: "";
  display: table;
  clear: both;
}

/* --- 2. THE TEXT & FONT (Open Sans 14px) --- */
.footer-column, 
.footer-column p, 
.footer-column span {
  font-family: "Open Sans", sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #fff !important;
  line-height: 1.6em;
  margin-bottom: 10px;
}

/* Force all footer column headings to be identical */
.footer .footer-inner .footer-column h2,
.footer .footer-inner .footer-heading h2,
.footer .footer-inner .footer-form h3, 
.footer .footer-inner .hsfc-Step__Content h2,
.footer .footer-inner .form-title {
  display: block !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  color: #fff !important;
  font-family: "Overpass", Helvetica, Arial, sans-serif !important;
  line-height: 1.2em !important;
  padding-bottom: 15px !important;
  margin: 0 !important;
  text-transform: none !important;
  letter-spacing: normal !important; /* Prevents theme spacing from stretching it */
}

/* --- 3. THE LINKS (No Bold, Underlined, With Chevron) --- */
.footer-column a {
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 400 !important; /* Forces URL NOT to be bold */
  text-decoration: underline !important;
  display: inline-block;
  position: relative;
  padding-left: 15px; /* Space for the chevron */
}

/* Chevron › Automation ONLY on links */
.footer-column a:before {
  content: "›" !important;
  position: absolute;
  left: 0;
  top: -1px;
  font-weight: bold;
  font-size: 18px;
  text-decoration: none !important; /* Prevents underline on chevron */
}

.footer-column a:hover {
  text-decoration: none !important;
  opacity: 0.8;
}

/* --- 4. NEWSLETTER & BUTTON --- */
/* 1. Reset Heading Styles */
.footer .footer-form h3, 
.footer .footer-column:last-child h2,
.footer .form-title {
  display: block !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  color: #fff !important;
  font-family: "Overpass", Helvetica, Arial, sans-serif !important;
  margin-bottom: 15px !important;
  padding: 0 !important;
}

/* 2. Remove padding from the new Form Builder containers */
.footer .hsfc-Step__Content,
.footer .hsfc-Row,
.footer .hsfc-EmailField,
.footer .hsfc-NavigationRow,
.footer .hsfc-NavigationRow__Buttons {
  padding-left: 0 !important;
  margin-left: 0 !important;
  width: 100% !important;
  display: block !important;
}

/* 3. Align the E-post Label */
.footer .hsfc-FieldLabel {
  margin-left: 0 !important;
  padding-left: 0 !important;
  display: block !important;
  text-align: left !important;
  color: #fff !important;
  font-size: 14px !important;
  margin-bottom: 5px !important;
}

/* 4. Style the Input Box */
.footer .hsfc-TextInput {
  box-sizing: border-box !important;
  width: 100% !important;
  min-height: 40px !important;
  padding: 0 15px !important;
  border-radius: 3px !important;
  background-color: #f5f8fa !important;
  border: 1px solid #cbd6e2 !important;
  margin-left: 0 !important;
}

/* 5. Style the "Meld meg på" Button */
.footer .hsfc-Button {
  background: #98cdcf !important;
  border: 1px solid #98cdcf !important;
  color: #072837 !important;
  width: 100% !important;
  padding: 12px !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  border-radius: 3px !important;
  margin-top: 10px !important;
  text-align: center !important;
  font-size: 14px !important;
}


/* Match copyright to rich text styles */
.footer .copyright, 
.footer .copyright p {
  text-align: left;
  float: left;
  color: #fff !important;
  font-family: "Open Sans", sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.6em;
}

/* Ensure the bottom area has enough breathing room */
.footer .footer-bottom {
  padding: 40px 0 20px;
  border-top: 1px solid rgba(255,255,255,0.1); /* Optional: adds a subtle separator */
}

/* --- 5. MOBILE & TABLET --- */
@media (max-width: 980px) {
  .footer .footer-column {
    width: 47% !important;
    margin-right: 6% !important;
    margin-bottom: 30px;
    float: left;
  }
  .footer .footer-column:nth-child(2n) {
    margin-right: 0 !important;
  }
}

@media (max-width: 767px) {
  .footer .footer-column {
    width: 100% !important;
    float: none !important;
    margin-bottom: 40px !important; /* Adds space between the stacked columns */
  }

  .footer .footer-inner {
    padding: 60px 0 20px !important; /* Increased 10% to 60px for more top space */
  }
}
