@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Cardo&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Prompt:wght@300;400;500;600;700;800;900&display=swap");
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  width: 100%;
  height: 100%;
}

body {
  line-height: 1;
  width: 100%;
  height: 100%;
  font-size: 14px;
}

a {
  text-decoration: none;
}

b {
  font-weight: 800;
}

i {
  font-style: italic;
}

strong {
  font-weight: bold;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=submit],
input[type=button] {
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

/* END RESET */
.button,
a.button,
.cms_a_-button,
a.cms_a_-button,
input[type=submit],
input[type=button],
.js-form-submit {
  font-family: "Prompt", sans-serif;
  text-align: center;
  padding: 16px 32px;
  background-color: #000000;
  color: #ffffff;
  font-weight: 900;
  line-height: 16px;
  text-transform: uppercase;
  font-size: 12px;
  display: inline-block;
  min-width: 80px;
  width: auto;
  cursor: pointer;
  text-decoration: none;
  letter-spacing: 1px;
  transition: all 0.3s cubic-bezier(0.33, 0, 0.2, 1);
  box-shadow: 0;
  border-radius: 24px;
  border: 1px solid;
}
.button.-white,
a.button.-white,
.cms_a_-button.-white,
a.cms_a_-button.-white,
input[type=submit].-white,
input[type=button].-white,
.js-form-submit.-white {
  background: #ffffff;
  color: #141C26;
}
.button.-white:hover,
a.button.-white:hover,
.cms_a_-button.-white:hover,
a.cms_a_-button.-white:hover,
input[type=submit].-white:hover,
input[type=button].-white:hover,
.js-form-submit.-white:hover {
  background: #ffffff;
  color: #141C26;
}
.box .button,
.box a.button,
.box .cms_a_-button,
.box a.cms_a_-button,
.box input[type=submit],
.box input[type=button],
.box .js-form-submit {
  margin-top: 24px;
}
.button:hover,
a.button:hover,
.cms_a_-button:hover,
a.cms_a_-button:hover,
input[type=submit]:hover,
input[type=button]:hover,
.js-form-submit:hover {
  text-decoration: none;
  background: #ffffff;
  color: #000000;
}
@media only screen and (max-width: 768px) {
  .button,
  a.button,
  .cms_a_-button,
  a.cms_a_-button,
  input[type=submit],
  input[type=button],
  .js-form-submit {
    padding: 12px 28px;
    font-size: 12px;
  }
}
.-bgcolorone .button,
.-bgcolorone a.button,
.-bgcolorone .cms_a_-button,
.-bgcolorone a.cms_a_-button,
.-bgcolorone input[type=submit],
.-bgcolorone input[type=button],
.-bgcolorone .js-form-submit {
  background-color: #003C71;
  color: #ffffff;
  border-color: #003C71;
}
.-bgcolorone .button:hover,
.-bgcolorone a.button:hover,
.-bgcolorone .cms_a_-button:hover,
.-bgcolorone a.cms_a_-button:hover,
.-bgcolorone input[type=submit]:hover,
.-bgcolorone input[type=button]:hover,
.-bgcolorone .js-form-submit:hover {
  background: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.-bgcolorfour .button,
.-bgcolorfour a.button,
.-bgcolorfour .cms_a_-button,
.-bgcolorfour a.cms_a_-button,
.-bgcolorfour input[type=submit],
.-bgcolorfour input[type=button],
.-bgcolorfour .js-form-submit {
  background-color: #003C71;
  color: #ffffff;
  border-color: #003C71;
}
.-bgcolorfour .button:hover,
.-bgcolorfour a.button:hover,
.-bgcolorfour .cms_a_-button:hover,
.-bgcolorfour a.cms_a_-button:hover,
.-bgcolorfour input[type=submit]:hover,
.-bgcolorfour input[type=button]:hover,
.-bgcolorfour .js-form-submit:hover {
  background: transparent;
  border-color: #003C71;
  color: #003C71;
}
.-bgcolorthree .button,
.-bgcolorthree a.button,
.-bgcolorthree .cms_a_-button,
.-bgcolorthree a.cms_a_-button,
.-bgcolorthree input[type=submit],
.-bgcolorthree input[type=button],
.-bgcolorthree .js-form-submit {
  background-color: #141C26;
  color: #ffffff;
  border-color: #141C26;
}
.-bgcolorthree .button:hover,
.-bgcolorthree a.button:hover,
.-bgcolorthree .cms_a_-button:hover,
.-bgcolorthree a.cms_a_-button:hover,
.-bgcolorthree input[type=submit]:hover,
.-bgcolorthree input[type=button]:hover,
.-bgcolorthree .js-form-submit:hover {
  background: transparent;
  color: #141C26;
}
.-bgcolortransparent .button,
.-bgcolortransparent a.button,
.-bgcolortransparent .cms_a_-button,
.-bgcolortransparent a.cms_a_-button,
.-bgcolortransparent input[type=submit],
.-bgcolortransparent input[type=button],
.-bgcolortransparent .js-form-submit {
  background-color: #003C71;
  color: #ffffff;
  border-color: #003C71;
}
.-bgcolortransparent .button:hover,
.-bgcolortransparent a.button:hover,
.-bgcolortransparent .cms_a_-button:hover,
.-bgcolortransparent a.cms_a_-button:hover,
.-bgcolortransparent input[type=submit]:hover,
.-bgcolortransparent input[type=button]:hover,
.-bgcolortransparent .js-form-submit:hover {
  background: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.-bgcolortwo .button, .-bgcolorfive .button, .-bgImage .button,
.-bgcolortwo a.button,
.-bgcolorfive a.button,
.-bgImage a.button,
.-bgcolortwo .cms_a_-button,
.-bgcolorfive .cms_a_-button,
.-bgImage .cms_a_-button,
.-bgcolortwo a.cms_a_-button,
.-bgcolorfive a.cms_a_-button,
.-bgImage a.cms_a_-button,
.-bgcolortwo input[type=submit],
.-bgcolorfive input[type=submit],
.-bgImage input[type=submit],
.-bgcolortwo input[type=button],
.-bgcolorfive input[type=button],
.-bgImage input[type=button],
.-bgcolortwo .js-form-submit,
.-bgcolorfive .js-form-submit,
.-bgImage .js-form-submit {
  background-color: #ffffff;
  color: #141C26;
  border-color: #ffffff;
}
.-bgcolortwo .button:hover, .-bgcolorfive .button:hover, .-bgImage .button:hover,
.-bgcolortwo a.button:hover,
.-bgcolorfive a.button:hover,
.-bgImage a.button:hover,
.-bgcolortwo .cms_a_-button:hover,
.-bgcolorfive .cms_a_-button:hover,
.-bgImage .cms_a_-button:hover,
.-bgcolortwo a.cms_a_-button:hover,
.-bgcolorfive a.cms_a_-button:hover,
.-bgImage a.cms_a_-button:hover,
.-bgcolortwo input[type=submit]:hover,
.-bgcolorfive input[type=submit]:hover,
.-bgImage input[type=submit]:hover,
.-bgcolortwo input[type=button]:hover,
.-bgcolorfive input[type=button]:hover,
.-bgImage input[type=button]:hover,
.-bgcolortwo .js-form-submit:hover,
.-bgcolorfive .js-form-submit:hover,
.-bgImage .js-form-submit:hover {
  background: transparent;
  color: #ffffff;
}

input[type=submit] {
  line-height: 10px;
  width: 100%;
}

ol {
  margin: 16px 0 16px 32px;
  list-style: auto;
}
ol li {
  display: list-item;
}

ul {
  margin: 16px 0 16px 32px;
  list-style: inherit;
}
ul li {
  display: list-item;
}

ul {
  margin-left: 32px;
}

i,
em {
  font-style: italic;
}

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
  width: 100%;
}
@media only screen and (min-width: 558px) {
  img {
    width: auto;
  }
}

input,
textarea {
  width: 100%;
  -webkit-appearance: none;
  height: 48px;
  padding: 16px 24px;
  outline: 0;
  border: none;
  border-radius: 8px;
  background-color: transparent;
  color: #141C26;
  font-size: 16px;
  font-weight: 400;
  font-family: "Prompt", sans-serif;
}
.-bgcolorone input,
.-bgcolorone textarea {
  border-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
}
.-bgcolorone input.hasError,
.-bgcolorone textarea.hasError {
  border-color: #d60000;
  box-shadow: #d60000 0px 0 4px -1px;
}
.-bgcolortwo input,
.-bgcolortwo textarea {
  border-color: #ffffff;
  color: #ffffff;
}
.-bgcolortwo input.hasError,
.-bgcolortwo textarea.hasError {
  border-color: #d60000;
  box-shadow: #d60000 0px 0 4px -1px;
}
.-bgcolorfour input, .-bgcolorfive input,
.-bgcolorfour textarea,
.-bgcolorfive textarea {
  border-color: #ffffff;
  color: #ffffff;
}
.-bgcolorfour input.hasError, .-bgcolorfive input.hasError,
.-bgcolorfour textarea.hasError,
.-bgcolorfive textarea.hasError {
  border-color: #d60000;
  box-shadow: #d60000 0px 0 4px -1px;
}
.-bgcolorthree input,
.-bgcolorthree textarea {
  border-color: #141C26;
  color: #141C26;
}
.-bgcolorthree input.hasError,
.-bgcolorthree textarea.hasError {
  border-color: #d60000;
  box-shadow: #d60000 0px 0 4px -1px;
}

textarea {
  height: 148px;
  resize: vertical;
}

input[type=search] {
  width: 100%;
  -webkit-appearance: none;
  height: 48px;
  padding: 16px;
  outline: 0;
  border: 1px solid #ddd;
  font-size: 16px;
}

input[type=radio] {
  -webkit-appearance: radio;
  width: auto;
}

b,
strong {
  font-weight: 600;
}

form {
  width: 100%;
}
form tr {
  display: table-row;
}
@media only screen and (max-width: 667px) {
  form tr {
    display: table-row;
  }
}
form tr:first-child td {
  font-weight: 900;
}
form tr:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.1);
}
form tr:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.1);
}
form td {
  word-break: break-word;
  padding: 8px 16px;
  display: table-cell;
}
@media only screen and (max-width: 667px) {
  form td {
    display: table-cell;
  }
}

.cms_form_-_special td {
  float: left;
  margin-right: 10px;
}
.cms_form_-_special td input#file {
  display: none;
}
.cms_form_-_special td input[type=text],
.cms_form_-_special td textarea {
  margin-bottom: 5px;
}
.cms_form_-_special td input[type=text]:focus,
.cms_form_-_special td textarea:focus {
  border-color: #141C26;
}

.cms_editor td,
.cms_editor th,
.cms_editor tr {
  height: auto !important;
  min-height: 16px !important;
}

::-webkit-input-placeholder {
  color: #141C26;
  font-size: 16px;
  font-weight: 400;
  font-family: "Prompt", sans-serif;
  opacity: 0.7;
}

:-moz-placeholder {
  color: #141C26;
  font-size: 16px;
  font-weight: 400;
  font-family: "Prompt", sans-serif;
  opacity: 0.7;
}

::-moz-placeholder {
  color: #141C26;
  font-size: 16px;
  font-weight: 400;
  font-family: "Prompt", sans-serif;
  opacity: 0.7;
}

:-ms-input-placeholder {
  color: #141C26;
  font-size: 16px;
  font-weight: 400;
  font-family: "Prompt", sans-serif;
  opacity: 0.7;
}

.-bgcolortwo ::-webkit-input-placeholder, .-bgcolorfour ::-webkit-input-placeholder, .-bgcolorfive ::-webkit-input-placeholder {
  color: #ffffff;
}
.-bgcolorthree ::-webkit-input-placeholder, .-bgcolorone ::-webkit-input-placeholder {
  color: #141C26;
}

.-bgcolortwo :-moz-placeholder, .-bgcolorfour :-moz-placeholder, .-bgcolorfive :-moz-placeholder {
  color: #ffffff;
}
.-bgcolorthree :-moz-placeholder, .-bgcolorone :-moz-placeholder {
  color: #141C26;
}

.-bgcolortwo ::-moz-placeholder, .-bgcolorfour ::-moz-placeholder, .-bgcolorfive ::-moz-placeholder {
  color: #ffffff;
}
.-bgcolorthree ::-moz-placeholder, .-bgcolorone ::-moz-placeholder {
  color: #141C26;
}

.-bgcolortwo :-ms-input-placeholder, .-bgcolorfour :-ms-input-placeholder, .-bgcolorfive :-ms-input-placeholder {
  color: #ffffff;
}
.-bgcolorthree :-ms-input-placeholder, .-bgcolorone :-ms-input-placeholder {
  color: #141C26;
}

.checkboxes {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
.-alignCenter .checkboxes {
  justify-content: center;
}

input[type=checkbox] {
  -webkit-appearance: checkbox;
  width: auto;
  height: auto;
  margin-right: 10px;
}

.styledSelect select {
  -webkit-appearance: none;
          appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  border-radius: 8px;
  height: 48px;
  background: transparent;
  padding: 0 16px;
  font-size: 14px;
  color: #141C26;
  font-family: "Prompt", sans-serif;
  font-weight: 500;
  border: 0;
  outline: none;
}
.-bgcolorone .styledSelect select {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
}
.-bgcolorone .styledSelect select.hasError {
  border-color: #d60000;
  box-shadow: #d60000 0px 0 4px -1px;
}

.styledSelect {
  border-radius: 8px;
  height: 48px;
  background: transparent;
  position: relative;
  max-width: 480px;
  border: none;
}
.-bgcolorone .styledSelect {
  border-color: #141C26;
}
.-bgcolorone .styledSelect.hasError {
  border-color: #d60000;
  box-shadow: #d60000 0px 0 4px -1px;
}
.-bgcolortwo .styledSelect i, .-bgcolorfour .styledSelect i, .-bgcolorfive .styledSelect i {
  border-color: #ffffff;
}
.-bgcolortwo .styledSelect i.hasError, .-bgcolorfour .styledSelect i.hasError, .-bgcolorfive .styledSelect i.hasError {
  border-color: #d60000;
  box-shadow: #d60000 0px 0 4px -1px;
}
.-bgcolorthree .styledSelect, .-bgcolorone .styledSelect {
  border-color: #141C26;
}
.-bgcolorthree .styledSelect.hasError, .-bgcolorone .styledSelect.hasError {
  border-color: #d60000;
  box-shadow: #d60000 0px 0 4px -1px;
}
.styledSelect i {
  position: absolute;
  transform: translate(0px, -50%);
  right: 24px;
  top: 50%;
  line-height: 50px;
  height: 48px;
  pointer-events: none;
}

.styledCheckbox {
  display: flex;
  flex-wrap: wrap;
  cursor: pointer;
  font-size: 16px;
}

.styledCheckbox input[type=checkbox] {
  -webkit-appearance: none;
  display: none;
}

.styledCheckbox label {
  align-items: center;
  width: auto;
}

.styledCheckbox input[type=checkbox] + label:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f00c";
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 24px;
  height: 24px;
  border-radius: 3px;
  background: transparent;
  border: 1px solid #141C26;
  color: transparent;
}
.-bgcolorone .styledCheckbox input[type=checkbox] + label:before {
  border-color: rgba(255, 255, 255, 0.1);
}
.-bgcolorone .styledCheckbox input[type=checkbox] + label:before.hasError {
  border-color: #d60000;
  box-shadow: #d60000 0px 0 4px -1px;
}
.-bgcolortwo .styledCheckbox input[type=checkbox] + label:before, .-bgcolorfour .styledCheckbox input[type=checkbox] + label:before, .-bgcolorfive .styledCheckbox input[type=checkbox] + label:before {
  border-color: #ffffff;
}
.-bgcolortwo .styledCheckbox input[type=checkbox] + label:before.hasError, .-bgcolorfour .styledCheckbox input[type=checkbox] + label:before.hasError, .-bgcolorfive .styledCheckbox input[type=checkbox] + label:before.hasError {
  border-color: #d60000;
  box-shadow: #d60000 0px 0 4px -1px;
}
.-bgcolorthree .styledCheckbox input[type=checkbox] + label:before {
  border-color: #141C26;
}
.-bgcolorthree .styledCheckbox input[type=checkbox] + label:before.hasError {
  border-color: #d60000;
  box-shadow: #d60000 0px 0 4px -1px;
}

.-bgcolortwo .styledCheckbox input:hover + label:before, .-bgcolorfour .styledCheckbox input:hover + label:before, .-bgcolorfive .styledCheckbox input:hover + label:before {
  border-color: rgba(255, 255, 255, 0.4);
}
.-bgcolorthree .styledCheckbox input:hover + label:before {
  border-color: #141C26;
}
.-bgcolorone .styledCheckbox input:hover + label:before {
  border-color: rgba(255, 255, 255, 0.4);
}

.-bgcolortwo .styledCheckbox input:focus + label:before, .-bgcolorfour .styledCheckbox input:focus + label:before, .-bgcolorfive .styledCheckbox input:focus + label:before {
  background: #ffffff;
  border-color: #ffffff;
}
.-bgcolorthree .styledCheckbox input:focus + label:before {
  background: #141C26;
  border-color: #141C26;
}
.-bgcolorone .styledCheckbox input:focus + label:before {
  background: #003C71;
  border-color: #003C71;
}

.-bgcolortwo .styledCheckbox input:checked + label:before, .-bgcolorfour .styledCheckbox input:checked + label:before, .-bgcolorfive .styledCheckbox input:checked + label:before {
  background: #ffffff;
  border-color: #ffffff;
  color: #141C26;
}
.-bgcolorthree .styledCheckbox input:checked + label:before {
  background: #141C26;
  border-color: #141C26;
  color: #ffffff;
}
.-bgcolorone .styledCheckbox input:checked + label:before {
  background: #003C71;
  border-color: #003C71;
  color: #ffffff;
}

.-form .text_holder {
  display: flex;
  flex-direction: column;
}
.-alignCenter .-form {
  align-self: center;
}
.-alignRight .-form {
  align-self: flex-end;
}
.-form input, .-form textarea {
  margin-bottom: 8px;
}

.layoutFlex {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
@media only screen and (min-width: 667px) {
  .layoutFlex {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 667px) {
  .layoutFlex input, .layoutFlex input[type=button] {
    margin-bottom: 0;
    margin-top: 0;
    min-width: auto;
  }
}
.layoutFlex input[type=button] {
  margin-left: 16px;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Prompt", sans-serif;
  font-weight: 600;
}

h1 {
  font-size: 32px;
  line-height: 40px;
}
@media only screen and (min-width: 667px) {
  h1 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  h1 {
    font-size: 32px;
    line-height: 40px;
  }
}

h2 {
  font-size: 24px;
  line-height: 32px;
}
@media only screen and (min-width: 667px) {
  h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media only screen and (min-width: 768px) {
  h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media only screen and (min-width: 1024px) {
  h2 {
    font-size: 24px;
    line-height: 32px;
  }
}

h3 {
  font-size: 20px;
  line-height: 28px;
}
@media only screen and (min-width: 768px) {
  h3 {
    font-size: 20px;
    line-height: 28px;
  }
}

h4,
h5 {
  font-size: 18px;
  line-height: 26px;
}

h1,
h2 {
  margin-bottom: 16px;
}

h3,
h4,
h5 {
  margin-bottom: 16px;
}

a {
  color: inherit;
}
a:hover {
  text-decoration: underline;
}

.smallHeader {
  font-family: "Prompt", sans-serif;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 14px;
  font-weight: 900;
  letter-spacing: 3px;
  transition: color var(--transitionSec) cubic-bezier(0.33, 0, 0.2, 1);
}
@media only screen and (min-width: 667px) {
  .smallHeader {
    font-size: 12px;
    line-height: 16px;
  }
}

.smallText,
.smallText a {
  font-family: "Prompt", sans-serif;
  font-size: 12px;
  line-height: 16px;
}

a {
  text-decoration: underline;
  font-weight: 500;
  color: #ffffff;
}

* {
  margin: 0;
  padding: 0;
}

/* Icon 1 */
.menu_button {
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu_buttonLines {
  width: 100%;
  position: relative;
  height: 24px;
}

#nav-icon1,
#nav-icon2,
#nav-icon3,
#nav-icon4 {
  width: 40px;
  height: 40px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  z-index: 99;
}

#nav-icon1 span,
#nav-icon3 span,
#nav-icon4 span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background-color: #ffffff;
  border-radius: 4px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out, background-color 0.2s cubic-bezier(0.33, 0, 0.2, 1);
}
body.scrolled #nav-icon1 span,
body.scrolled #nav-icon3 span,
body.scrolled #nav-icon4 span {
  background-color: #ffffff;
}

#nav-icon3 span:nth-child(1) {
  width: 80%;
}

#nav-icon3 span:nth-child(4) {
  width: 80%;
  left: 20%;
}

#nav-icon1 span:nth-child(1) {
  top: 0px;
}

#nav-icon1 span:nth-child(2) {
  top: 12px;
}

#nav-icon1 span:nth-child(3) {
  top: 24px;
}

#nav-icon2 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 50%;
  background-color: #ffffff;
  opacity: 1;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out, background-color 0.2s cubic-bezier(0.33, 0, 0.2, 1);
}

#nav-icon2 span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}

#nav-icon2 span:nth-child(odd) {
  left: 0px;
  border-radius: 9px 0 0 9px;
}

#nav-icon2 span:nth-child(1),
#nav-icon2 span:nth-child(2) {
  top: 0px;
}

#nav-icon2 span:nth-child(3),
#nav-icon2 span:nth-child(4) {
  top: 10px;
}

#nav-icon2 span:nth-child(5),
#nav-icon2 span:nth-child(6) {
  top: 20px;
}

/* Icon 3 */
#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
  top: 12px;
}

#nav-icon3 span:nth-child(4) {
  top: 24px;
}

/* Icon 4 */
#nav-icon4 span:nth-child(1) {
  top: 0px;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(2) {
  top: 12px;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(3) {
  top: 24px;
  transform-origin: left center;
}

body.menu_open #nav-icon1 span,
body.menu_open #nav-icon2 span,
body.menu_open #nav-icon3 span,
body.menu_open #nav-icon4 span {
  background-color: #ffffff;
}
body.menu_open #nav-icon1 span:nth-child(1) {
  top: 18px;
  transform: rotate(135deg);
}
body.menu_open #nav-icon1 span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
body.menu_open #nav-icon1 span:nth-child(3) {
  top: 18px;
  transform: rotate(-135deg);
}
body.menu_open #nav-icon2 span:nth-child(1) {
  left: 5px;
  top: 8px;
  transform: rotate(45deg);
}
body.menu_open #nav-icon2 span:nth-child(2) {
  left: calc(50% - 5px);
  top: 8px;
  transform: rotate(-45deg);
}
body.menu_open #nav-icon2 span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
body.menu_open #nav-icon2 span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
body.menu_open #nav-icon2 span:nth-child(5) {
  left: 5px;
  top: 18px;
  transform: rotate(-45deg);
}
body.menu_open #nav-icon2 span:nth-child(6) {
  left: calc(50% - 5px);
  top: 18px;
  transform: rotate(45deg);
}
body.menu_open #nav-icon3 span:nth-child(1) {
  top: 12px;
  width: 0%;
  left: 50%;
}
body.menu_open #nav-icon3 span:nth-child(2) {
  transform: rotate(45deg);
}
body.menu_open #nav-icon3 span:nth-child(3) {
  transform: rotate(-45deg);
}
body.menu_open #nav-icon3 span:nth-child(4) {
  top: 12px;
  width: 0%;
  left: 50%;
}
body.menu_open #nav-icon4 span:nth-child(1) {
  transform: rotate(45deg);
  top: -3px;
  left: 7px;
}
body.menu_open #nav-icon4 span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
body.menu_open #nav-icon4 span:nth-child(3) {
  transform: rotate(-45deg);
  top: 31px;
  left: 7px;
}

#header {
  width: 100%;
  position: fixed;
  padding: 0px 0px 0 0px;
  margin: auto;
  top: 0;
  left: 0;
  z-index: 99;
  max-width: none;
  margin: auto;
  right: 0;
  overflow: hidden;
}
body.menu_open #header .menuBG {
  transform: translate3d(0px, 0px, 0px);
}
#header .menuBG {
  z-index: 1;
  display: block;
  height: calc(100vh - 0px * 2);
  background: rgba(var(--themeColorRgb), 0.6);
  -webkit-backdrop-filter: saturate(180%) blur(16px);
  backdrop-filter: saturate(180%) blur(16px);
  transition: transform 0.33s cubic-bezier(0.33, 0, 0.2, 1), box-shadow 0.33s cubic-bezier(0.33, 0, 0.2, 1), background-color var(--transitionSec) cubic-bezier(0.33, 0, 0.2, 1);
  position: fixed;
  width: 100%;
  right: 0;
  top: 0px;
  max-width: 320px;
  -webkit-overflow-scrolling: touch;
  transform: translate3d(calc(100% + 0px), 0px, 0px);
  padding-right: 0px;
}
@media only screen and (min-width: 667px) {
  #header .menuBG {
    transform: translate3d(calc(100% + 0px), 0px, 0px);
    padding-right: 0px;
    height: calc(100vh - 0px * 2);
    top: 0px;
    max-width: 320px;
  }
}
@media only screen and (min-width: 1024px) {
  #header .menuBG {
    transform: translate3d(calc(100% + 0px), 0px, 0px);
    padding-right: 0px;
    height: calc(100vh - 0px * 2);
    top: 0px;
    max-width: 320px;
  }
}
@media only screen and (min-width: 1024px) {
  #header.-desktopMenu {
    overflow: visible;
  }
}
@media only screen and (min-width: 667px) {
  #header {
    padding: 0px 0px 0 0px;
  }
}
@media only screen and (min-width: 1024px) {
  #header {
    padding: 0px 0px 0 0px;
  }
}
@media only screen and (min-width: 1024px) {
  #header:after {
    transition: height var(--transitionSec) cubic-bezier(0.33, 0, 0.2, 1);
    content: "";
    display: block;
    background: rgba(0, 0, 0, 0.2);
    -webkit-backdrop-filter: saturate(180%) blur(16px);
            backdrop-filter: saturate(180%) blur(16px);
    top: 100px;
    left: 0px;
    height: 0;
    width: 100%;
  }
  body.-subNavOpen #header:after {
    height: 64px;
  }
}

.top {
  display: flex;
  align-items: center;
  width: 100%;
  position: fixed;
  height: 80px;
  top: 0;
  z-index: 999;
  transition: all 0.3s ease-in-out;
  background: url(/resources/site/media/images/transparent.png);
}
body.-admin .top {
  background-color: #074561;
}
.top .topMenu_right {
  padding-right: 16px;
  background-color: rgba(232, 236, 240, 0.03);
  -webkit-backdrop-filter: saturate(180%) blur(16px);
  backdrop-filter: saturate(180%) blur(16px);
}
body.scrolled .top .topMenu_right {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: rgba(232, 236, 240, 0);
}
body.-admin .top .topMenu_right {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: rgba(232, 236, 240, 0);
}
@media only screen and (max-width: 1200px) {
  .top .topMenu_right {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: rgba(232, 236, 240, 0);
  }
}
.top a {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
body.scrolled .top {
  background: url(/resources/site/media/images/menuBG.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  color: #ffffff;
}
body.scrolled .top a {
  color: #ffffff;
}
@media only screen and (max-width: 1200px) {
  .top {
    background-color: rgba(232, 236, 240, 0.03);
    -webkit-backdrop-filter: saturate(80%) blur(16px);
    backdrop-filter: saturate(80%) blur(16px);
  }
}
@media only screen and (min-width: 1024px) {
  .top {
    height: 72px;
  }
}
.menu .top {
  background: url(/resources/site/media/images/menuBG.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.top .topMenu_left {
  width: 320px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  height: 100%;
}
@media only screen and (max-width: 1200px) {
  .top .topMenu_left {
    width: auto;
  }
}
.top .topMenu_right {
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  height: 100%;
}
@media only screen and (max-width: 992px) {
  .top .topMenu_right {
    justify-content: flex-end;
  }
}
.top .innerWrapper {
  height: 100%;
  align-items: center;
  flex-flow: row;
}
body.subPage .top {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  background-color: black;
  height: 60px;
}
@media only screen and (min-width: 667px) {
  body.subPage .top {
    height: 72px;
  }
}
@media only screen and (min-width: 1024px) {
  body.subPage .top {
    height: 72px;
  }
}
body.scrolled .top {
  height: 60px;
}
@media only screen and (min-width: 667px) {
  body.scrolled .top {
    height: 72px;
  }
}
@media only screen and (min-width: 1024px) {
  body.scrolled .top {
    height: 72px;
  }
}
.top .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  max-width: 100%;
  padding: 0 16px;
}
@media only screen and (min-width: 1024px) {
  .top .wrapper {
    padding: 0 24px;
    padding-top: var(--heightOftopNav);
  }
}
.top:before {
  content: "";
  display: block;
  background: rgba(20, 28, 38, 0.2);
  -webkit-backdrop-filter: saturate(180%) blur(16px);
  backdrop-filter: saturate(180%) blur(16px);
  top: 100%;
  position: fixed;
  left: 0;
  height: 80px;
}

.topRight {
  display: flex;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
@media only screen and (min-width: 1024px) {
  .topRight.-desktopMenu {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
  .topRight.-desktopMenu .menu_button {
    display: none;
  }
}

.topLinks {
  display: flex;
  color: #ffffff;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1024px) {
  .topLinks {
    margin-left: 16px;
  }
}
#footer .topLinks {
  margin: 0;
  justify-content: center;
}
@media only screen and (max-width: 667px) {
  #footer .topLinks {
    flex-direction: column;
  }
}
#header .topLinks {
  opacity: 1;
  transition: opacity 0.33s cubic-bezier(0.33, 0, 0.2, 1);
}

.topLinkSeperator {
  width: 1px;
  margin: 0 8px;
}
@media only screen and (max-width: 667px) {
  .topLinkSeperator {
    margin: 0 4px;
  }
}
@media only screen and (max-width: 667px) {
  #footer .topLinkSeperator {
    display: none;
  }
}

.topLink {
  color: #ffffff;
  text-decoration: none;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
}
#footer .topLink {
  color: #ffffff;
}
.topLink:hover {
  text-decoration: none;
}
@media only screen and (min-width: 1024px) {
  .topLink {
    color: #ffffff;
  }
}

.language {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.language_img {
  width: 24px;
  height: 24px;
}
@media only screen and (min-width: 1024px) {
  .language_img {
    width: 16px;
    height: 16px;
  }
}
.language_link {
  margin: 0 8px;
  display: inline-block;
  border-radius: 24px;
  border: 2px solid transparent;
  line-height: 0;
}
.language_link:hover {
  border-color: #003C71;
}
.language_link.-active {
  border-color: #003C71;
}
@media only screen and (min-width: 1024px) {
  .language_link {
    margin: 0 8px 0 0;
  }
  .language_link:hover {
    border-color: #141C26;
  }
  .language_link.-active {
    border-color: #141C26;
  }
}

.topNavLeft {
  display: flex;
  align-items: center;
  flex-direction: column;
  border-top: 1px solid rgba(0, 60, 113, 0.1);
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .topNavLeft {
    flex-direction: row;
    padding: 0;
    width: auto;
  }
}

.nav {
  margin: 0;
}

.sub_nav {
  margin: 0;
  padding-left: 20px;
  display: none;
}
.sub_nav.-active {
  display: block;
}
.sub_nav:before {
  position: absolute;
  width: 1px;
  height: calc(100% - 9px);
  display: block;
  background-color: rgba(0, 0, 0, 0.3);
  left: 12px;
  top: 25px;
}

.nav__listItem {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 1px 0;
  position: relative;
}

.navItem {
  color: #E8ECF0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 8px 0 0;
  font-size: 12px;
  border-radius: 8px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.navItem.-open .navItem__link i.folder:before {
  content: "\f07c";
}
.navItem.-open .expandButton i:before {
  content: "\f068";
}
.navItem .navItem__link i.folder:before {
  content: "\f07b";
}
.navItem .expandButton i:before {
  content: "+";
}
.navItem.-active {
  background: linear-gradient(90deg, #09435D 0%, #014F72 100%);
  position: relative;
  z-index: 1;
}
.navItem__link {
  text-decoration: none;
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  -moz-column-gap: 8px;
       column-gap: 8px;
  border-radius: 8px;
  padding: 4px 8px;
}
.navItem__link .nav_name {
  font-weight: 500;
  display: inline-block;
  position: relative;
}
.navItem__link i {
  margin-top: 8px;
}
.navItem__link.-home i {
  color: #F8B634;
}
.navItem__link.level-1.-folder i {
  color: #007CB4;
}
.navItem__link.-folder i {
  color: #935EC7;
}
.navItem__link.-page i {
  color: #76B82A;
}
.navItem__link.-active {
  color: #ffffff;
}
.navItem__link.-active:hover {
  background-color: rgba(255, 255, 255, 0);
}
.navItem__link.-active .nav_name {
  font-weight: 700;
}
.navItem__link:hover {
  color: #ffffff;
  cursor: pointer;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.05);
}
.navItem__link:hover .nav_name:before {
  width: 100%;
}

.expandButton {
  background-color: rgba(255, 255, 255, 0.05);
  width: 24px;
  height: 24px;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
}
.expandButton:hover {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.1);
}

.sub_nav .navItem:before {
  content: "";
  width: 6px;
  height: 1px;
  display: block;
  background-color: rgba(255, 255, 255, 0.3);
  left: -6px;
  top: 19px;
  position: absolute;
}

.sub_nav .sub_level_li:last-child .sub_nav li.nav__listItem:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  background-color: rgba(255, 255, 255, 0.3);
  left: -8px;
  top: -13px;
}

.sub_nav .nav__listItem:before {
  left: -6px;
  top: -13px;
  /* top: 0; */
  content: "";
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  height: 100%;
  width: 1px;
}

.sub_nav .sub_level_li:last-child .sub_nav li.nav__listItem:last-child:before {
  top: -13px;
  height: 33px;
  width: 1px;
}

.sub_nav .nav__listItem:last-child:before {
  top: -13px;
  height: 33px;
  width: 1px;
}

body {
  font-family: "Prompt", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  background: url("") no-repeat #141C26;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
@media only screen and (min-width: 768px) {
  body {
    font-size: 20px;
    line-height: 28px;
  }
}

.wrapper {
  margin: 0 auto;
  position: relative;
}

@media only screen and (min-width: 1200px) {
  .menu_button {
    display: none;
  }
}

.roundCrop {
  position: absolute;
  left: 0;
  height: 80vh;
  width: 100%;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 50.58%, 100% 50.58%, 99.957% 51.845%, 99.831% 53.062%, 99.628% 54.217%, 99.353% 55.298%, 99.011% 56.291%, 98.608% 57.183%, 98.148% 57.96%, 97.637% 58.609%, 97.08% 59.118%, 96.483% 59.472%, 5.412% 99.788%, 5.412% 99.788%, 4.584% 99.995%, 3.781% 99.893%, 3.016% 99.508%, 2.305% 98.862%, 1.663% 97.98%, 1.104% 96.888%, 0.643% 95.609%, 0.296% 94.168%, 0.076% 92.589%, 0% 90.896%, 0% 0%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 50.58%, 100% 50.58%, 99.957% 51.845%, 99.831% 53.062%, 99.628% 54.217%, 99.353% 55.298%, 99.011% 56.291%, 98.608% 57.183%, 98.148% 57.96%, 97.637% 58.609%, 97.08% 59.118%, 96.483% 59.472%, 5.412% 99.788%, 5.412% 99.788%, 4.584% 99.995%, 3.781% 99.893%, 3.016% 99.508%, 2.305% 98.862%, 1.663% 97.98%, 1.104% 96.888%, 0.643% 95.609%, 0.296% 94.168%, 0.076% 92.589%, 0% 90.896%, 0% 0%);
}
.roundCrop.-topImage {
  position: absolute;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .roundCrop {
    height: 80vw;
  }
}
@media only screen and (min-width: 992px) {
  .roundCrop {
    height: 80vw;
  }
}
@media only screen and (min-width: 1024px) {
  .roundCrop {
    height: 70vw;
  }
}
@media only screen and (min-width: 1200px) {
  .roundCrop {
    height: 50vw;
  }
}
@media only screen and (min-width: 1440px) {
  .roundCrop {
    height: 50vw;
  }
}

.circleImage__holder {
  width: 30%;
  position: relative;
  margin-left: 8px;
  align-self: flex-start;
}
@media only screen and (min-width: 1024px) {
  .circleImage__holder {
    width: 40%;
    position: relative;
    margin-left: 16px;
  }
}
.circleImage__holder:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}

img.circleImage {
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  left: 0;
  top: 0;
}

.logo {
  background-size: contain;
  height: 100%;
  position: relative;
  z-index: 3;
  display: block;
  max-width: 50%;
}
.logo img,
.logo svg {
  height: 100%;
}
.logo img path,
.logo img polygon,
.logo img rect,
.logo svg path,
.logo svg polygon,
.logo svg rect {
  fill: var(--contrastColor);
  transition: fill var(--transitionSec) cubic-bezier(0.33, 0, 0.2, 1);
}

.logoTop {
  transition: all var(--transitionSec) cubic-bezier(0.33, 0, 0.2, 1);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  width: 100%;
  max-width: 100px;
  height: auto;
}
@media only screen and (min-width: 667px) {
  .logoTop {
    max-width: 124px;
  }
}
@media only screen and (min-width: 1024px) {
  .logoTop {
    margin-right: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .logoTop {
    flex: 1;
    margin-right: 8px;
  }
}
.logoTop img {
  width: 100%;
}

.logoBottom {
  width: 180px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  width: 100%;
  max-width: 217px;
  margin: 24px 0;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (min-width: 667px) {
  .logoBottom {
    width: 240px;
  }
}
.nav_bottom .logoBottom {
  width: 180px;
  margin-bottom: 24px;
  display: none;
}
@media only screen and (min-width: 667px) {
  .nav_bottom .logoBottom {
    display: block;
  }
}

.admin_alert {
  background: #c60000;
  text-align: center;
  padding: 24px;
  clear: both;
  font-weight: 600;
}

.cover {
  height: 0;
  position: absolute;
  z-index: 8;
  display: block;
  transition: opacity 0.2s ease-out;
  opacity: 0;
  width: calc(100% - 0px * 2);
  max-height: calc(100% - 0px * 2);
  left: 0px;
  top: 0px;
}
@media only screen and (min-width: 667px) {
  .cover {
    width: calc(100% - 0px * 2);
    max-height: calc(100% - 0px * 2);
    left: 0px;
    top: 0px;
  }
}
@media only screen and (min-width: 1024px) {
  .cover {
    width: calc(100% - 0px * 2);
    max-height: calc(100% - 0px * 2);
    left: 0px;
    top: 0px;
  }
}
body.menu_open .cover {
  opacity: 1;
  height: 100%;
}

.subpage form {
  min-width: auto;
}
.subpage form label {
  font-weight: normal;
  margin-bottom: 4px;
}
.subpage form table {
  max-width: 400px;
  width: 100%;
}
.subpage form tr {
  background: transparent;
}

.grecaptcha-badge {
  display: none;
}

#cms_debug_panel {
  color: #000 !important;
}

.row.-news {
  width: 100%;
}
.row.-news .innerWrapper {
  flex-direction: column;
}
@media only screen and (min-width: 667px) {
  .row.-news .row.-news:nth-child(even) .innerWrapper.-news {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 667px) {
  .row.-news .row.-news:nth-child(odd) .innerWrapper.-news {
    flex-direction: row;
  }
}

table.grey {
  width: 100% !important;
  margin: 16px 0;
  background: #fbfbfb;
}
table.grey caption {
  font-family: "Prompt", sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-align: left;
}
table.grey tr:nth-child(odd) {
  background-color: #eee;
}
table.grey td {
  padding: 16px;
}

.map_wrapper {
  width: 100%;
  position: relative;
  padding-top: 100%;
}
@media only screen and (min-width: 768px) {
  .map_wrapper {
    height: 100%;
  }
}

.map {
  border: 0;
  top: 0;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}

.-haveProduct .button {
  display: none;
}
.-haveProduct .button.-stockholm_ja {
  display: inline-block;
}
.-haveProduct .button.-goteborg_ja {
  display: inline-block;
}
.-haveProduct .button.-malmo_ja {
  display: inline-block;
}

.logo-loop {
  display: flex;
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 24px;
  flex-wrap: wrap;
  margin: 24px;
  justify-content: space-between;
}
.logo_img {
  width: calc(50% - 12px);
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  top: 0;
  transition: all 0.15s ease-in-out;
  max-width: 220px;
}
@media only screen and (min-width: 667px) {
  .logo_img {
    width: calc(25% - 18px);
  }
}
.logo_img:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.opening_hours {
  width: 100%;
  text-align: center;
  margin-bottom: 24px;
  padding: 24px;
  background-color: rgba(26, 115, 232, 0.1);
  font-size: 12px;
  line-height: 17px;
  border-radius: 24px;
}
@media only screen and (min-width: 768px) {
  .opening_hours {
    margin-left: 24px;
    margin-bottom: 16px;
    text-align: left;
    flex: 1;
  }
}

.form_top {
  display: flex;
  align-items: flex-start;
  flex-direction: column-reverse;
}
@media only screen and (min-width: 768px) {
  .form_top {
    align-items: flex-end;
    flex-direction: row;
  }
}
.form_top h2 {
  flex: 1;
}

.logo_img_link {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: absolute;
  height: 100%;
  padding: 16px;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  color: #000 !important;
  font-weight: 700;
  font-size: 12px;
}
@media only screen and (min-width: 768px) {
  .logo_img_link {
    padding: 24px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 1024px) {
  .logo_img_link {
    padding: 40px;
  }
}

img.img-logo  {
  flex: 1;
  -o-object-fit: contain;
     object-fit: contain;
}

#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll,
#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-change, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonCustomize,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection,
#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-withdraw, #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton,
#CybotCookiebotDialogBodyButtonDecline,
#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-withdraw:disabled, #CybotCookiebotDialogBodyButtonAccept {
  font-family: "Prompt", sans-serif, sans-serif !important;
  border-radius: 48px !important;
  max-width: 480px !important;
  height: 48px !important;
  vertical-align: middle !important;
  padding: 16px 40px !important;
  outline: none !important;
  color: #141C26 !important;
  text-transform: uppercase !important;
  font-family: "Prompt", sans-serif !important;
  font-size: 14px !important;
  line-height: 16px !important;
  transition: all 0.2s ease-in-out !important;
  position: relative !important;
  border: 0 !important;
  background-color: #ffffff !important;
  letter-spacing: 0 !important;
  font-weight: 700;
}

#CybotCookiebotDialog *,
#CybotCookiebotDialogBodyUnderlay * {
  font-family: "Prompt", sans-serif !important;
  font-size: 16px !important;
  line-height: 20px !important;
}

#CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieGroup {
  border-color: #141C26 !important;
  border-radius: 48px !important;
  background-color: rgba(255, 255, 255, 0.05) !important;
}

#CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieGroup:not(.open):hover {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

#CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieInfo {
  background-color: rgba(255, 255, 255, 0.05) !important;
  border-color: #141C26 !important;
  border-radius: 48px !important;
}

#CybotCookiebotDialog {
  padding: 32px 0 0 0 !important;
  box-sizing: border-box !important;
  background-color: #141C26 !important;
  color: #ffffff !important;
}

#CookiebotWidget * {
  color: #ffffff !important;
}

#CookiebotWidget #CookiebotWidget-widgetContent {
  background-color: #141C26 !important;
}

#CookiebotWidget .CookiebotWidget-consent-details button {
  font-size: 18px !important;
  font-family: "Prompt", sans-serif, sans-serif !important;
  vertical-align: middle !important;
}

.CookiebotWidget-main-logo {
  display: none !important;
}

#CookiebotWidget .CookiebotWidget-header {
  font-size: 24px !important;
  font-family: "Prompt", sans-serif, sans-serif !important;
  vertical-align: middle !important;
  text-transform: uppercase !important;
  padding-top: 16px !important;
}
#CookiebotWidget .CookiebotWidget-header * {
  font-size: 24px !important;
}

@media (max-width: 1025px) {
  #CybotCookiebotDialog {
    padding: 24px 16px !important;
  }
}
#CybotCookiebotDialogPoweredbyImage {
  content: none;
}

#CybotCookiebotDialogHeader {
  display: none !important;
}

#CybotCookiebotDialogNav {
  border-bottom: 0 !important;
}

#CybotCookiebotDialogBody {
  padding: 0 !important;
}

#CybotCookiebotDialogBodyContent {
  padding: 0 !important;
}

#CybotCookiebotDialogBodyContentTitle {
  font-family: "Prompt", sans-serif, sans-serif !important;
  font-weight: 600 !important;
  font-size: 24px !important;
  line-height: 32px !important;
  margin: 0 0 8px;
}

#CybotCookiebotDialogBodyContentText {
  font-family: "Prompt", sans-serif, sans-serif !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 20px !important;
  margin-bottom: 16px !important;
}

#CybotCookiebotDialogBodyButtons {
  margin: 0 !important;
  display: flex !important;
}

@media (max-width: 1025px) {
  #CybotCookiebotDialogBodyButtons {
    flex-direction: column !important;
  }
}
#CybotCookiebotDialog .CybotCookiebotFader,
#CybotCookiebotDialog .CybotCookiebotFader.CybotCookiebotDialogActive {
  background-image: linear-gradient(to top, #141c26, rgba(20, 28, 38, 0.8), rgba(20, 28, 38, 0)) !important;
}

@media (max-width: 1025px) {
  #CybotCookiebotDialogBodyButtonDecline {
    margin: 0 !important;
  }
}
@media (max-width: 1025px) {
  #CybotCookiebotDialogBodyButtonAccept {
    margin: 8px 0 0 !important;
  }
}
#CybotCookiebotDialogBodyButtons #CybotCookiebotDialogBodyButtonDetails {
  margin-left: 10px;
}

#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonSlider:before {
  background-color: #ffffff !important;
}

#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton,
#CybotCookiebotDialogBodyButtonDecline,
#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-withdraw:disabled {
  background-color: #ffffff;
}
#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton:hover,
#CybotCookiebotDialogBodyButtonDecline:hover,
#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-withdraw:disabled:hover {
  background-color: #e6e6e6 !important;
  opacity: 1 !important;
}
@media (max-width: 600px) {
  #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton,
  #CybotCookiebotDialogBodyButtonDecline,
  #CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-withdraw:disabled {
    margin: 2px 0 !important;
  }
}

#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonCustomize,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection,
#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-withdraw,
#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
  background-color: #ffffff;
}
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonCustomize:hover,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection:hover,
#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-withdraw:hover,
#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton:hover {
  background-color: #e6e6e6 !important;
  opacity: 1 !important;
}

#CybotCookiebotDialog .CybotCookiebotDialogContentWrapper {
  font-size: 16px !important;
  font-family: "Prompt", sans-serif, sans-serif !important;
}

#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieContainerButton:not(:disabled):not(.disabled) label,
#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentIABv2Tab:not(:disabled):not(.disabled) label,
#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonSliderWrapper input[type=checkbox] label,
#CybotCookiebotDialog button label,
#CybotCookiebotDialog input label,
#CybotCookiebotDialog label:not([for=CybotCookiebotDialogBodyLevelButtonNecessary]) label {
  font-size: 18px !important;
  font-family: "Prompt", sans-serif, sans-serif !important;
  vertical-align: middle !important;
}

#CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieProvider:not(.CybotCookiebotDialogDetailBodyContentCookieInfoCount) {
  font-size: 18px !important;
  font-family: "Prompt", sans-serif, sans-serif !important;
  text-transform: uppercase !important;
  vertical-align: middle !important;
  display: flex !important;
  align-items: flex-start !important;
  line-height: 28px !important;
}
#CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieProvider:not(.CybotCookiebotDialogDetailBodyContentCookieInfoCount) div:not(.CybotCookiebotDialogDetailBulkConsentCount) {
  font-size: 18px !important;
  font-family: "Prompt", sans-serif, sans-serif !important;
  text-transform: uppercase !important;
}

#CybotCookiebotDialog #CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink {
  border: none !important;
  color: #ffffff !important;
  text-transform: uppercase !important;
  font-family: "Prompt", sans-serif !important;
  font-weight: 600 !important;
  transform: scale(1) !important;
  transition: all 0.2s ease-in-out !important;
  transform-origin: center !important;
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
#CybotCookiebotDialog #CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink::after {
  content: "" !important;
  width: 100% !important;
  position: absolute !important;
  height: 2px !important;
  background-color: #141C26 !important;
  display: block !important;
  bottom: 2px !important;
  left: 0 !important;
}

#CybotCookiebotDialog #CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive {
  border: none !important;
  color: #ffffff !important;
  text-transform: uppercase !important;
  font-family: "Prompt", sans-serif !important;
  font-weight: 600 !important;
  transform: scale(1) !important;
  transition: all 0.2s ease-in-out !important;
  transform-origin: center !important;
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
#CybotCookiebotDialog #CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive::after {
  background-color: #ffffff !important;
}

#CybotCookiebotDialog #CybotCookiebotDialogBodyContentText a,
#CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonIABHeaderViewPartnersLink,
#CybotCookiebotDialog #CybotCookiebotDialogDetailBulkConsentList dt a,
#CybotCookiebotDialog #CybotCookiebotDialogDetailFooter a,
#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonIABDescription a,
#CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieLink,
#CybotCookiebotDialogDetailBodyContentTextAbout a {
  color: #ffffff !important;
}
#CybotCookiebotDialog #CybotCookiebotDialogBodyContentText a:hover,
#CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonIABHeaderViewPartnersLink:hover,
#CybotCookiebotDialog #CybotCookiebotDialogDetailBulkConsentList dt a:hover,
#CybotCookiebotDialog #CybotCookiebotDialogDetailFooter a:hover,
#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonIABDescription a:hover,
#CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieLink:hover,
#CybotCookiebotDialogDetailBodyContentTextAbout a:hover {
  text-decoration: underline;
}

#CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieLink img {
  display: none;
}
#CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieLink:after {
  content: "\f08e" !important;
  font-family: "Font Awesome 5 Pro" !important;
  font-weight: 400 !important;
  display: inline-block !important;
  margin-left: 8px !important;
}

#CybotCookiebotDialogBodyLevelButtonsSelectPane label:not([for=CybotCookiebotDialogBodyLevelButtonNecessary]) .CybotCookiebotDialogBodyLevelButtonDescription:hover {
  color: #003C71 !important;
}

#CybotCookiebotDialog a:hover:after, #CybotCookiebotDialog a:hover:before, #CybotCookiebotDialog button:hover:after, #CybotCookiebotDialog button:hover:before {
  border-color: #ffffff !important;
}

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink:hover {
  color: #ffffff !important;
  transform: scale(1.1) !important;
}

#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll,
#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-change {
  background-color: #003C71 !important;
  color: #ffffff !important;
}
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept:hover,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept:hover,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll:hover,
#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-change:hover {
  background-color: #003462 !important;
  opacity: 1 !important;
}

#CybotCookiebotDialogTabContent input:focus + .CybotCookiebotDialogBodyLevelButtonSlider {
  box-shadow: none !important;
}

#CybotCookiebotDialogTabContent .CybotCookiebotDialogBodyLevelButtonSlider {
  background-color: rgba(255, 255, 255, 0.05) !important;
}

#CybotCookiebotDialogTabContent input:checked + .CybotCookiebotDialogBodyLevelButtonSlider {
  background-color: #003C71 !important;
}

#CybotCookiebotDialogPoweredbyCybot {
  display: none !important;
}

#CybotCookiebotDialogPoweredbyCybot,
#CybotCookiebotDialogPoweredbyLink {
  width: auto !important;
}

#CybotCookiebotDialogHeaderLogosWrapper {
  justify-content: center !important;
}

#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieContainerButton:hover,
#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentIABv2Tab:hover,
#CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieProvider:not(.CybotCookiebotDialogDetailBodyContentCookieInfoCount):hover {
  opacity: 0.8 !important;
  color: #ffffff !important;
}

#CybotCookiebotDialogDetailBulkConsentLink:hover {
  color: #003C71 !important;
}

#CybotCookiebotDialog #CybotCookiebotDialogBodyContent {
  padding: 2.5vw !important;
}

#CybotCookiebotDialog .CookieCard,
#CybotCookiebotDialogNav,
#CybotCookiebotDialogHeader,
#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink,
#CybotCookiebotDialogBodyLevelButtonsSelectPane .CybotCookiebotDialogBodyLevelButtonWrapper:not(:last-of-type),
#CybotCookiebotDialogBodyLevelButtonsSelectPane,
#CybotCookiebotDialog .CybotCookiebotScrollContainer,
#CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieGroup,
#CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieInfo.CybotCookiebotDialogShow:first-of-type:before,
#CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieInfo,
#CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieInfoFooter,
#CookiebotWidget .CookiebotWidget-header,
#CookiebotWidget #CookiebotWidget-buttons {
  border-color: rgba(255, 255, 255, 0.05) !important;
  border: 0 !important;
}

#CybotCookiebotDialog .CybotCookiebotScrollContainer {
  padding: 0 !important;
}

#CybotCookiebotDialog .CookieCard {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
}

@media screen and (min-width: 601px) {
  #CybotCookiebotDialogBodyLevelButtonsSelectPane .CybotCookiebotDialogBodyLevelButtonWrapper:not(:last-of-type) {
    border-color: rgba(255, 255, 255, 0.05) !important;
  }
}
#CybotCookiebotDialog #CybotCookiebotDialogDetailFooter a:hover {
  text-decoration: none !important;
}

#CybotCookiebotDialogTabContent .CybotCookiebotDialogDetailBulkConsentCount {
  background-color: #ffffff !important;
  color: #000000 !important;
  font-family: "Prompt", sans-serif !important;
  padding: 2px 7px !important;
  font-size: 13px !important;
  margin-left: 12px !important;
}

#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-consents-list li svg {
  fill: #696363 !important;
}

#CookiebotWidget .CookiebotWidget-consent-details .CookiebotWidget-consent-details-box {
  background-color: rgba(255, 255, 255, 0.05) !important;
}

#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-change {
  margin-bottom: 0 !important;
  border-radius: 48px;
}

#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-consents-list li.CookiebotWidget-approved svg {
  fill: #003C71 !important;
}

#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-withdraw {
  background-color: transparent !important;
  margin-bottom: 0 !important;
}

body.menu_open #CookiebotWidget:not(.CookiebotWidget-inactive), body.bookMenu_open #CookiebotWidget:not(.CookiebotWidget-inactive) {
  display: none !important;
}
@media (max-width: 1024px) {
  #CookiebotWidget:not(.CookiebotWidget-inactive) {
    left: 24px !important;
    bottom: 112px !important;
  }
}
@media (max-width: 768px) {
  #CookiebotWidget:not(.CookiebotWidget-inactive) {
    left: 24px !important;
    bottom: 80px !important;
  }
}

@media (max-width: 1024px) {
  #CookiebotWidget.CookiebotWidget-open {
    bottom: 88px !important;
    max-width: calc(100vw - 16px) !important;
    left: 8px !important;
  }
}
@media (max-width: 768px) {
  #CookiebotWidget.CookiebotWidget-open {
    max-width: calc(100vw - 16px) !important;
    left: 8px !important;
    bottom: 56px !important;
  }
}

#CookiebotWidget .CookiebotWidget-logo svg circle {
  fill: #141C26 !important;
}

#CybotCookiebotDialog #CybotCookiebotDialogBody .CybotCookiebotScrollContainer {
  max-height: 20em !important;
}

#CybotCookiebotDialogPoweredByText a {
  color: #ffffff !important;
}
#CybotCookiebotDialogPoweredByText a::before, #CybotCookiebotDialogPoweredByText a::after {
  content: none !important;
}

#CybotCookiebotDialogDetailBodyContentTextAbout {
  padding: 2.5vw !important;
}

.breadcrumbs {
  display: none;
  height: 100%;
  overflow-x: scroll;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .breadcrumbs {
    display: flex;
  }
}
.breadcrumbs .innerWrapper {
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  row-gap: 4px;
  max-width: none;
}
.breadcrumbs i {
  font-size: 11px;
}

.breadcrumb {
  padding: 0 16px;
  font-size: 12px;
}
@media only screen and (min-width: 667px) {
  .breadcrumb {
    font-size: 12px;
  }
}
@media only screen and (min-width: 992px) {
  .breadcrumb {
    font-size: 12px;
  }
}
.breadcrumb_link {
  text-decoration: none;
  font-weight: 800;
  font-size: 12px;
  white-space: nowrap;
}
@media only screen and (min-width: 667px) {
  .breadcrumb_link {
    font-size: 12px;
  }
}
@media only screen and (min-width: 992px) {
  .breadcrumb_link {
    font-size: 12px;
  }
}
.breadcrumb_link:hover {
  text-decoration: underline;
}

.site {
  max-width: none;
  margin: auto;
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  transform: translateX(0);
  transition: all 0.2s ease-in-out;
  padding-top: 80px;
  overflow: hidden;
}
body.menu_open .site {
  transform: translateX(320px);
}
@media only screen and (min-width: 1024px) {
  .site {
    transform: translateX(0);
  }
  body.menu_open .site {
    transform: translateX(0);
  }
}
.site:before {
  content: "";
  position: absolute;
  left: 0;
  top: 20%;
  background: linear-gradient(180deg, rgba(6, 6, 6, 0) 15%, #071A24 25%);
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .site:before {
    background: linear-gradient(180deg, rgba(6, 6, 6, 0) 25%, #071A24 35%);
  }
}
@media only screen and (min-width: 1024px) {
  .site:before {
    background: linear-gradient(180deg, rgba(6, 6, 6, 0) 30%, #071A24 39%);
  }
}
@media only screen and (min-width: 1200px) {
  .site:before {
    background: linear-gradient(180deg, rgba(6, 6, 6, 0) 35%, #071A24 46%);
  }
}
@media only screen and (min-width: 1440px) {
  .site:before {
    background: linear-gradient(180deg, rgba(6, 6, 6, 0) 40%, #071A24 50%);
  }
}
@media only screen and (min-width: 1600px) {
  .site:before {
    background: linear-gradient(180deg, rgba(6, 6, 6, 0) 45%, #071A24 60%);
  }
}
.site .wrapper {
  max-width: 1400px;
  width: 100%;
}
#article-embed .site {
  padding-top: 0;
  padding-bottom: 0;
}
@media only screen and (min-width: 667px) {
  #article-embed .site {
    padding-top: 0;
  }
}
@media only screen and (min-width: 1024px) {
  #article-embed .site {
    padding-top: 0;
  }
}
@media only screen and (min-width: 667px) {
  .site {
    padding-top: 72px;
  }
}
@media only screen and (min-width: 1024px) {
  .site {
    padding-top: 72px;
    margin-left: 0;
  }
  body.menu_open .site {
    transform: translateX(320px);
  }
  body.-admin .site {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .site {
    margin-left: 320px;
  }
}

.menu {
  width: 320px;
  background: #003C71;
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  overflow-y: scroll;
  padding: 8px;
  padding-top: 80px;
  background: url("/resources/site/media/images/menuBG.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateX(-100%);
  transition: transform 0.2s ease-in-out;
  z-index: 99;
}
body.menu_open .menu {
  transform: translateX(0);
}
body.-admin .menu {
  display: none;
  transform: translateX(-100%);
}
@media only screen and (min-width: 1200px) {
  .menu {
    transform: translateX(0);
  }
}
@media only screen and (min-width: 1024px) {
  .menu {
    padding-top: 72px;
  }
}
body.scrolled .menu {
  padding-top: 60px;
}
@media only screen and (min-width: 667px) {
  body.scrolled .menu {
    padding-top: 72px;
  }
}
@media only screen and (min-width: 1024px) {
  body.scrolled .menu {
    padding-top: 72px;
  }
}

.menuHeader {
  color: #ffffff;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 16px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin-top: 16px;
}
.menuHeader:first-child {
  margin-top: 0;
}

.rightSide {
  width: 25vw;
  position: fixed;
  top: 80px;
  right: 0;
  max-height: calc(100vh - 80px);
  padding: 32px;
  overflow-y: scroll;
}
#article-embed .rightSide {
  top: 0;
  height: 100vh;
  max-height: 100vh;
  padding: 0px;
}
@media only screen and (min-width: 1024px) {
  .rightSide .navBoxes {
    min-height: 320px;
  }
}
@media only screen and (min-width: 1200px) {
  .rightSide {
    width: 25vw;
  }
}
.rightSide.-home, .rightSide.-category, .rightSide.-search {
  display: flex;
  flex-direction: column-reverse;
}
@media only screen and (max-width: 768px) {
  .rightSide.-home, .rightSide.-category, .rightSide.-search {
    width: 100%;
    position: relative;
    flex-direction: column;
    max-height: none;
    top: 0;
    padding: 16px;
  }
  body.scrolled .rightSide.-home, body.scrolled .rightSide.-category, body.scrolled .rightSide.-search {
    top: 0;
    height: auto;
  }
}
@media only screen and (min-width: 768px) {
  .rightSide.-home, .rightSide.-category, .rightSide.-search {
    position: fixed;
    width: 25vw;
    padding: 16px;
    padding-left: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .rightSide.-home, .rightSide.-category, .rightSide.-search {
    width: 25vw;
    padding: 32px;
    padding-left: 0;
  }
}
body.-admin .rightSide.-home, body.-admin .rightSide.-category, body.-admin .rightSide.-search {
  width: 25vw;
  position: relative;
  top: 0;
}
.rightSide a.navBox {
  margin-top: 8px;
}
.rightSide.-article {
  transition: all 0.2s ease-in-out;
  padding: 32px 32px 32px 0px;
  align-items: flex-start;
  transform: translateX(100%);
  transition: transform 0.2s ease-in-out;
  width: 420px;
  max-width: 100%;
}
body.articleMenu_open .rightSide.-article {
  transform: translateX(0);
}
body.-admin .rightSide.-article {
  display: none;
}
@media only screen and (min-width: 768px) {
  .rightSide.-article {
    padding: 16px 4px 16px 0px;
    transform: translateX(0);
    width: 25vw;
  }
}
@media only screen and (min-width: 1440px) {
  .rightSide.-article {
    padding: 32px 32px 32px 0px;
  }
}
@media only screen and (min-width: 1600px) {
  .rightSide.-article {
    width: 420px;
  }
}
.rightSide.-article .rightSide__content {
  max-width: 420px;
}
#article-embed .rightSide.-article .rightSide__content {
  height: 100%;
  border-radius: 0;
  border-left: 1px solid #074561;
}
@media only screen and (min-width: 768px) {
  .rightSide {
    top: 72px;
    min-height: calc(100vh - 72px);
  }
}
@media only screen and (min-width: 1024px) {
  .rightSide {
    top: 72px;
    height: calc(100vh - 72px);
  }
}
body.scrolled .rightSide {
  top: 60px;
  height: calc(100vh - 60px);
}
@media only screen and (min-width: 667px) {
  body.scrolled .rightSide {
    top: 72px;
    height: calc(100vh - 72px);
  }
}
@media only screen and (min-width: 1024px) {
  body.scrolled .rightSide {
    top: 72px;
    height: calc(100vh - 72px);
  }
}

.rightSide__content {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  padding: 24px;
  border-radius: 16px;
  color: #1E1E1E;
  overflow-y: scroll;
  max-height: 100%;
  width: 100%;
}
#article-embed .rightSide__content {
  padding: 16px;
}
@media only screen and (max-width: 1440px) {
  .rightSide__content {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  }
}

.articleNavigation {
  display: flex;
  flex-direction: column;
}
.articleNavigation a.article_link {
  display: block;
  font-size: 12px;
  line-height: 16px;
  color: #1E1E1E;
  text-decoration: none;
  padding: 4px 0;
  transition: all 0.2s ease-in-out;
  transform: scale(1);
  transform-origin: left;
}
.articleNavigation a.article_link:hover {
  text-decoration: underline;
}
.articleNavigation a.article_link.-active {
  font-weight: 800;
  transform: scale(1.05);
}
.articleNavigation a.article_link.heading_h1 {
  margin-top: 8px;
  background-color: #074561;
  color: #ffffff;
  padding: 4px 8px;
  border-radius: 4px;
}
.articleNavigation a.article_link.heading_h2 {
  margin-left: 8px;
}

.articleTitle {
  display: flex;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.articleTitle i {
  font-size: 24px;
  color: #76B82A;
}
.articleTitle .articleName {
  font-size: 14px;
  font-weight: 800;
  line-height: 18px;
}

.rightSideMenu_button {
  width: 56px;
  height: 56px;
  position: fixed;
  bottom: 16px;
  right: 24px;
  border-radius: 56px;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #ffffff;
  background-color: #074561;
  z-index: 999;
}
body.-paragraph .rightSideMenu_button {
  display: none;
}
.-article .rightSideMenu_button {
  display: flex;
}
@media only screen and (min-width: 768px) {
  .-article .rightSideMenu_button {
    display: none;
  }
}
.rightSideMenu_button.-active {
  color: #76B82A;
}
@media only screen and (min-width: 1440px) {
  .rightSideMenu_button {
    display: none;
  }
}

#nav-icon2.menu_button {
  width: 56px;
  height: 56px;
  position: fixed;
  bottom: 16px;
  left: 24px;
  border-radius: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #ffffff;
  background-color: #074561;
  z-index: 999;
}
#nav-icon2.menu_button .menu_buttonLines {
  width: 28px;
  height: 19px;
}
#nav-icon2.menu_button span:nth-child(3),
#nav-icon2.menu_button span:nth-child(4) {
  top: 8px;
}
#nav-icon2.menu_button span:nth-child(5),
#nav-icon2.menu_button span:nth-child(6) {
  top: 16px;
}
body.menu_open #nav-icon2.menu_button span:nth-child(1) {
  left: 3px;
  top: 4px;
}
body.menu_open #nav-icon2.menu_button span:nth-child(2) {
  left: calc(50% - 3px);
  top: 4px;
}
body.menu_open #nav-icon2.menu_button span:nth-child(5) {
  left: 3px;
  top: 12px;
}
body.menu_open #nav-icon2.menu_button span:nth-child(6) {
  left: calc(50% - 3px);
  top: 12px;
}
@media only screen and (min-width: 1200px) {
  #nav-icon2.menu_button {
    display: none;
  }
}
#nav-icon2.menu_button.-active {
  color: #76B82A;
}

.rightSide_title {
  font-size: 10px;
  text-transform: uppercase;
  font-family: "Prompt", sans-serif;
  font-weight: 800;
  letter-spacing: 1px;
}

@media only screen and (max-width: 1440px) {
  body.-paragraph .rightSide.-paragraph {
    display: none;
  }
}
.rightSide.-paragraph .paragraph_infobox {
  background: url(/resources/site/media/images/menuBG.jpg);
  padding: 24px;
  border-radius: 8px;
  color: #ffffff;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}
body.-admin .rightSide.-paragraph .paragraph_infobox {
  display: none;
}
.rightSide.-paragraph .paragraph_infobox a {
  color: #ffffff;
}
.rightSide.-paragraph .paragraph_infoboxLink {
  color: #ffffff;
}
.rightSide.-paragraph .paragraph_infoboxName {
  background: linear-gradient(90deg, #09435D 0%, #014F72 100%);
  display: inline-block;
  padding: 8px 16px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  margin: 8px 0;
}
.rightSide.-paragraph .paragraph_infoboxName:hover {
  text-decoration: underline;
  cursor: pointer;
}
.rightSide.-paragraph .paragraph_infoboxName i {
  margin-right: 8px;
  color: #76B82A;
}

.rightSide__content .search {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.rightSide__content .search:hover .ai_search_tooltip {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 8px);
}
.rightSide__content .search .ai_search_tooltip {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  transform: translate(-50%, 0);
  left: 50%;
  width: 100%;
  padding: 8px 16px;
  background-color: #ffffff;
  color: #074561;
  font-size: 14px;
  line-height: 20px;
  transition: all 0.2s ease-in-out;
  border-radius: 8px;
}
.rightSide__content .search .ai_search_tooltip:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  display: inline-block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 12px 8px 12px;
  border-color: transparent transparent #ffffff transparent;
  transform: rotate(0deg), translate(-50%, 0%);
}
.rightSide__content .search form {
  display: flex;
}
.rightSide__content .search form ::-webkit-input-placeholder {
  color: rgba(7, 69, 97, 0.6);
}
.rightSide__content .search form :-moz-placeholder {
  color: rgba(7, 69, 97, 0.6);
}
.rightSide__content .search form ::-moz-placeholder {
  color: rgba(7, 69, 97, 0.6);
}
.rightSide__content .search form :-ms-input-placeholder {
  color: rgba(7, 69, 97, 0.6);
}
.rightSide__content .search form .searchInput {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
  position: relative;
  margin-bottom: 8px;
}
.rightSide__content .search form input#search {
  height: 40px;
  color: #074561;
  border-radius: 8px;
  border: 0;
  background-color: transparent;
  flex: 1;
  padding-right: 56px;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid #074561;
  width: 100%;
  max-width: 356px;
}
.rightSide__content .search form input#search:focus {
  border: 1px solid #074561;
}
.rightSide__content .search form input#search:-webkit-autofill, .rightSide__content .search form input#search:-webkit-autofill:hover, .rightSide__content .search form input#search:-webkit-autofill:focus, .rightSide__content .search form input#search:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #000 inset !important;
}
.rightSide__content .search form input#search:-webkit-autofill {
  -webkit-text-fill-color: #ffffff !important;
}
.rightSide__content .search form input#search:-internal-autofill-selected {
  background-color: #000 !important;
}
.rightSide__content .search .searchButton {
  width: 47px;
  height: 47px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 0;
  color: #074561;
  border-radius: 47px;
  position: absolute;
  right: 1px;
  cursor: pointer;
}
.rightSide__content .search .searchButton:hover i:before {
  content: "\f00e";
}

.contentWrapper {
  display: flex;
  align-items: flex-end;
  min-height: calc(100vh - 72px);
  position: relative;
}
.contentWrapper.-article {
  align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  .contentWrapper.-home, .contentWrapper.-category {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
}

.content {
  overflow: hidden;
  width: calc(100% - 25vw);
  padding: 32px 0 0 0;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .content {
    padding: 16px 4px;
  }
}
@media only screen and (min-width: 1440px) {
  .content {
    padding: 32px;
  }
}
@media only screen and (min-width: 1024px) {
  .content {
    min-height: 320px;
  }
}
@media only screen and (max-width: 1024px) {
  .content.-home, .content.-category, .content.-search {
    padding: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .content.-home, .content.-category, .content.-search {
    width: 100%;
    flex-direction: column;
  }
}
.content.-search {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}
.content.-article {
  justify-content: flex-end;
  display: flex;
  align-items: flex-end;
  width: 100%;
}
.content.-article a {
  color: #000000;
}
body.-admin .content.-article {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .content.-article {
    width: calc(100% - 25vw);
  }
}
@media only screen and (max-width: 768px) {
  .content.-article {
    padding-top: 20%;
  }
  #article-embed .content.-article {
    padding-top: 0;
  }
}
.content .innerWrapper {
  padding: 0 8px;
}
@media only screen and (min-width: 768px) {
  .content .innerWrapper {
    padding: 0 16px;
  }
}

.htmlField {
  padding-bottom: 16px;
}
.htmlField img {
  vertical-align: middle;
  width: auto !important;
  height: auto !important;
  margin: 8px;
  max-width: calc(100% - 16px);
}

.article {
  background-color: #ffffff;
  color: #1E1E1E;
  display: block;
  padding: 8% 24px;
  border-radius: 16px;
  max-width: 1200px;
  width: 100%;
  position: relative;
}
#article-embed .article {
  padding: 24px 16px;
  border-radius: 0;
}
@media only screen and (max-width: 768px) {
  .article {
    padding: 40px 16px 24px;
    min-height: calc(100vh - 80px);
  }
}
.article h1,
.article h2,
.article h3,
.article h4,
.article h5 {
  color: #074561;
}
.article h2,
.article h3 {
  margin-bottom: 8px;
  margin-top: 16px;
}
.article h4,
.article h5 {
  margin-bottom: 2px;
  margin-top: 16px;
}
body:not(.-admin) .article .pb_widget {
  float: none;
}
.article .description {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 16px;
}
.article .article-header {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.article .pdf-download-button-wrapper {
  display: flex;
  z-index: 10;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  text-align: center;
  z-index: 10;
}
@media only screen and (max-width: 558px) {
  .article .pdf-download-button-wrapper {
    position: absolute;
    top: -24px;
    right: 0;
  }
}
.article .pdf-download-button-text {
  font-size: 12px;
  line-height: 16px;
}
@media only screen and (max-width: 558px) {
  .article .pdf-download-button-text {
    display: none;
  }
}
.article a.pdf-download-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background-color: #074561;
  color: #ffffff;
  border-radius: 50%;
  text-decoration: none;
  z-index: 10;
  transition: all 0.3s cubic-bezier(0.33, 0, 0.2, 1);
  box-shadow: 0 4px 12px rgba(7, 69, 97, 0.3);
  border: 2px solid #ffffff;
}
@media only screen and (max-width: 768px) {
  .article a.pdf-download-button {
    width: 48px;
    height: 48px;
  }
}
.article a.pdf-download-button i {
  font-size: 28px;
  transition: transform 0.3s ease-in-out;
}
.article a.pdf-download-button:hover {
  background-color: #003C71;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(7, 69, 97, 0.4);
  text-decoration: none;
  border-color: #ffffff;
}
.article a.pdf-download-button:hover i {
  transform: scale(1.1);
}
.article a.pdf-download-button:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(7, 69, 97, 0.3);
}
.article a.pdf-download-button:focus {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}
@media only screen and (max-width: 768px) {
  .article a.pdf-download-button {
    top: 16px;
    right: 16px;
    width: 48px;
    height: 48px;
    border-width: 1.5px;
  }
  .article a.pdf-download-button i {
    font-size: 24px;
  }
}
.article .groupParagraph {
  flex-direction: column;
}
.article .groupParagraph .paragraph:before {
  content: "";
  width: 100%;
  height: 3px;
  background: #074561;
  display: block;
  bottom: 0;
  position: absolute;
}
.article .groupParagraph .paragraph:last-child:before {
  content: none;
}
.article .paragraph {
  display: flex;
  font-size: 16px;
  line-height: 22px;
  margin: 0 auto;
  max-width: 800px;
  padding: 16px 0;
  position: relative;
}
body.-paragraph .article .paragraph {
  padding: 0;
  line-height: inherit;
}
.article .paragraph.-noBorder {
  background: #074561;
  border-radius: 8px;
}
.article .paragraph.-noBorder::before {
  content: none;
}
body.-paragraph .article .paragraph.-noBorder {
  background-color: transparent;
}
.article .paragraph.-noBorder .htmlField {
  padding: 0;
}
.article .paragraph.-noBorder h2 {
  color: #ffffff;
  margin: 0 16px;
}
@media only screen and (min-width: 1024px) {
  .article .paragraph.-noBorder h2 {
    margin: 0 24px;
  }
}
body.-paragraph .article .paragraph.-noBorder h2 {
  color: #074561;
  margin: 0 0 16px 0;
}
@media only screen and (min-width: 1024px) {
  body.-paragraph .article .paragraph.-noBorder h2 {
    margin: 0 0 24px 0;
  }
}
.article .paragraph.-noBorder:before {
  content: none;
}
.article .paragraph.fullwidth {
  flex-direction: column;
}
.article .paragraph.column-2 {
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (min-width: 1024px) {
  .article .paragraph.column-2 {
    flex-direction: row;
  }
}
.article .paragraph.column-2 .htmlField {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .article .paragraph.column-2 .htmlField {
    width: calc(50% - 8px);
  }
}
.article .paragraph table {
  border: 1px solid #eee;
  font-size: 14px;
  line-height: 18px;
  width: 100% !important;
}
.article .paragraph table tr:nth-child(even) {
  background-color: #FAFAFA;
}
.article .paragraph table td {
  padding: 8px;
  border-right: 1px solid #eee;
}
.article .paragraph table td:last-child {
  border-right: 0;
}
.article .paragraph table.cms_table_-fifty {
  border: 0;
  padding: 0;
}
.article .paragraph table.cms_table_-fifty td {
  border-right: 0;
}
@media only screen and (max-width: 768px) {
  .article .paragraph table.cms_table_-fifty td {
    width: 100% !important;
    display: block;
  }
}
.article .paragraph table.cms_table_-fifty table td {
  border-right: 1px solid #eee;
}
.article .paragraph table.cms_table_-fifty table td:last-child {
  border-right: 0;
}
@media only screen and (max-width: 768px) {
  .article .paragraph table.cms_table_-fifty table td {
    width: 50% !important;
    display: table-cell;
  }
}

.cms_table_-fifty {
  border: 0;
  padding: 0;
}
.cms_table_-fifty td {
  border-right: 0;
}
@media only screen and (max-width: 768px) {
  .cms_table_-fifty td {
    width: 100% !important;
    display: block;
  }
}
.cms_table_-fifty table td {
  border-right: 1px solid #eee;
}
.cms_table_-fifty table td:last-child {
  border-right: 0;
}
@media only screen and (max-width: 768px) {
  .cms_table_-fifty table td {
    width: 50% !important;
    display: table-cell;
  }
}

.cms_table_-first_td_200 {
  border: 0;
  padding: 0;
}
.cms_table_-first_td_200 td:first-child {
  width: 200px;
}
@media only screen and (max-width: 768px) {
  .cms_table_-first_td_200 td:first-child {
    width: 100% !important;
    display: block;
  }
}
.cms_table_-first_td_200 td {
  width: auto;
}

.cms_table_-overflowscroll {
  border: 0;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .cms_table_-overflowscroll {
    display: block;
    overflow-y: scroll;
    position: relative;
  }
}

.videoWrapper {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
.videoWrapper iframe {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
}

.article_lastChange {
  color: #000000;
  font-size: 11px;
  font-style: italic;
  margin-bottom: 8px;
}
.article_lastChange .article_lastChangeDate {
  font-weight: 600;
}

.adminInformation {
  border-radius: 6px;
  font-size: 14px;
  line-height: 18px;
  border: 2px red dashed;
  padding: 24px;
  background: #ffeeee;
  align-items: center;
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.adminInformation i {
  font-size: 24px;
  color: red;
}
.adminInformation a {
  color: #000000;
}

#article-embed .content.-article {
  padding: 0;
  border-radius: 0;
}
.content.-article .paragraph_infobox {
  background: url(/resources/site/media/images/menuBG.jpg);
  padding: 24px;
  border-radius: 8px;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .content.-article .paragraph_infobox {
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.content.-article .paragraph_infobox a {
  color: #ffffff;
}
.content.-article .paragraph_infoboxLink {
  color: #ffffff;
}
body.-admin .content.-article .paragraph_infobox {
  display: none;
}
.content.-article .paragraph_infoboxName {
  background: linear-gradient(90deg, #09435D 0%, #014F72 100%);
  display: inline-block;
  padding: 8px 16px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .content.-article .paragraph_infoboxName {
    margin: 8px 0;
  }
}
.content.-article .paragraph_infoboxName:hover {
  text-decoration: underline;
  cursor: pointer;
}
.content.-article .paragraph_infoboxName i {
  margin-right: 8px;
  color: #76B82A;
}

.notFound {
  display: flex;
  width: calc(100% - 24px);
  max-width: 700px;
  margin: auto;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 80px);
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .notFound {
    min-height: calc(100vh - 72px);
  }
}
.notFound_innerWrapper {
  padding: 40px;
  -webkit-backdrop-filter: saturate(50%) blur(20px);
  backdrop-filter: saturate(50%) blur(20px);
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 16px;
}
.notFound i {
  font-size: 80px;
  margin-bottom: 24px;
}

h1.notFound__h1 {
  font-size: 3rem;
  margin: 16px 0 32px;
}

.notFound__html {
  font-size: 16px;
  line-height: 20px;
}

.notFound__preamble {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.5;
  font-weight: 600;
}

body.-admin .pb_hoverOverlay {
  position: relative;
  top: 0 !important;
}

.navBox__wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -moz-column-gap: 16px;
       column-gap: 16px;
  row-gap: 16px;
}
.category .navBox__wrapper {
  flex-direction: column;
}

.navBox {
  display: flex;
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  flex: 1;
  min-width: 262px;
  flex-direction: column;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  border: 1px solid transparent;
  box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 667px) {
  .navBox {
    min-width: 220px;
  }
}
@media only screen and (max-width: 558px) {
  .navBox {
    min-width: 176px;
  }
}
.rightSide .navBox {
  min-width: 100%;
}
.-category .navBox {
  min-width: 100%;
}
.navBox.-folder {
  border-color: rgba(147, 94, 199, 0.5);
}
.navBox.level-2.-folder {
  border-color: rgba(0, 124, 180, 0.5);
}
.navBox.-page {
  border-color: rgba(118, 184, 42, 0.5);
}
.navBox:hover {
  text-decoration: none;
}
.navBox:hover.-folder {
  border-color: #935EC7;
  box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.2), 0px 0px 9px 0px rgba(147, 94, 199, 0.9);
}
.navBox:hover.level-2.-folder {
  border-color: #007CB4;
  box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.2), 0px 0px 9px 0px rgba(0, 124, 180, 0.9);
}
.navBox:hover.-page {
  border-color: #76B82A;
  box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.2), 0px 0px 9px 0px rgba(118, 184, 42, 0.9);
}

.navBox__top {
  align-items: center;
  justify-content: center;
  display: flex;
  padding: 32px;
}
.navBox__top.level-2 {
  background-color: #074561;
}

.navBox__bottom {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  padding: 16px;
}

.navBox__description {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.navBox__descriptionHeader {
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.navBox__descriptionPreamble {
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
}

.navBox__icon {
  width: 72px;
  height: 72px;
}

.navBox_name {
  font-size: 14px;
  font-weight: 800;
  -webkit-hyphens: auto;
          hyphens: auto;
  word-break: break-word;
}

.navBox__title {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 16px;
       column-gap: 16px;
  align-items: flex-start;
}
.navBox__title i {
  font-size: 24px;
}
.-folder .navBox__title i {
  color: #935EC7;
}
.level-2.-folder .navBox__title i {
  color: #007CB4;
}
.-page .navBox__title i {
  color: #76B82A;
}

.navBox__icon img {
  width: 72px;
}

.navBox .latestUpdate {
  font-size: 11px;
  text-align: right;
}
.navBox .latestUpdateDate {
  font-weight: 600;
  margin-left: 4px;
}

.navBox__path {
  font-size: 11px;
}
.-page .navBox__path {
  color: #76B82A;
}
.-folder .navBox__path {
  color: #935EC7;
}

.navBox__descriptionBottom {
  display: flex;
  justify-content: space-between;
}

.result_wrapper {
  width: 100%;
  float: left;
}
@media only screen and (max-width: 992px) {
  .result_wrapper {
    padding-bottom: 72px;
  }
}
.result_wrapper .paging {
  width: 100%;
  float: left;
  margin: 10px 0;
}
.result_wrapper .page {
  float: left;
  margin-right: 10px;
}
.result_wrapper .paging_0 {
  display: block;
  width: 24px;
  float: left;
  height: 24px;
  line-height: 24px;
  background: transparent;
  border: 1px solid #ffffff;
  text-align: center;
  color: #ffffff;
  border-radius: 6px;
  margin-right: 10px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 800;
}
.result_wrapper .paging_0:hover {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #000000;
}
.result_wrapper .paging_1 {
  display: block;
  width: 24px;
  float: left;
  height: 24px;
  line-height: 24px;
  background: #ffffff;
  border: 1px solid #ffffff;
  text-align: center;
  color: #000000;
  border-radius: 6px;
  margin-right: 10px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 800;
}
.result_wrapper .paging_1:hover {
  text-decoration: none;
}

.searchResults a.navBox {
  margin-top: 8px;
}

.top .search {
  position: relative;
}
.top .search:hover .ai_search_tooltip {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 8px);
}
.top .search .ai_search_tooltip {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  transform: translate(-50%, 0);
  left: 50%;
  width: 100%;
  padding: 8px 16px;
  background-color: #ffffff;
  color: #074561;
  font-size: 14px;
  line-height: 20px;
  transition: all 0.2s ease-in-out;
  border-radius: 8px;
}
.top .search .ai_search_tooltip:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  display: inline-block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 12px 8px 12px;
  border-color: transparent transparent #ffffff transparent;
  transform: rotate(0deg), translate(-50%, 0%);
}
.top .search form {
  display: flex;
}
.top .search form ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.top .search form :-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.top .search form ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.top .search form :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.top .search form .searchInput {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 24px;
  position: relative;
}
.top .search form input#search {
  color: #ffffff;
  border-radius: 24px;
  border: 0;
  background-color: transparent;
  flex: 1;
  padding-right: 56px;
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 356px;
}
.top .search form input#search:focus {
  border: 1px solid #ffffff;
}
.top .search form input#search:-webkit-autofill, .top .search form input#search:-webkit-autofill:hover, .top .search form input#search:-webkit-autofill:focus, .top .search form input#search:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #000 inset !important;
}
.top .search form input#search:-webkit-autofill {
  -webkit-text-fill-color: #ffffff !important;
}
.top .search form input#search:-internal-autofill-selected {
  background-color: #000 !important;
}
.top .search .searchButton {
  width: 47px;
  height: 47px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 0;
  color: #ffffff;
  border-radius: 47px;
  position: absolute;
  right: 1px;
  cursor: pointer;
}
.top .search .searchButton:hover i:before {
  content: "\f00e";
}

.navBox__title .highlight,
.navBox__description .highlight {
  display: inline-block;
  background-color: #ffffff;
  padding: 0px 3px;
  color: #000000;
  line-height: 17px;
  font-weight: 600;
  border-radius: 3px;
}

#ai_search {
  background: none;
  min-height: auto;
}
#ai_search:before {
  background: none;
}
#ai_search h1,
#ai_search .description {
  text-align: center;
}
#ai_search .contentWrapper {
  min-height: 50vh;
}

form.ai_search {
  display: flex;
  flex-direction: column;
  margin-top: 48px;
  /* Placeholder style */
}
form.ai_search ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
form.ai_search :-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
form.ai_search ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
form.ai_search :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
form.ai_search .searchInput {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 24px;
  position: relative;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.2);
}
form.ai_search .ai_placeholder:after {
  content: attr(data-placeholder);
  color: rgba(255, 255, 255, 0.6);
  cursor: text;
  pointer-events: none;
  position: relative;
}
form.ai_search div.ai_search_input {
  color: #ffffff;
  width: 100%;
  padding: 16px 24px 56px 16px;
  font-size: 16px;
  line-height: 22px;
  font-variant-ligatures: none;
  position: relative;
}
form.ai_search div.ai_search_input:focus {
  border: 0;
  outline: 0;
}
form.ai_search div.ai_search_input:-webkit-autofill, form.ai_search div.ai_search_input:-webkit-autofill:hover, form.ai_search div.ai_search_input:-webkit-autofill:focus, form.ai_search div.ai_search_input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #000 inset !important;
}
form.ai_search div.ai_search_input:-webkit-autofill {
  -webkit-text-fill-color: #ffffff !important;
}
form.ai_search div.ai_search_input:-internal-autofill-selected {
  background-color: #000 !important;
}
form.ai_search .ai_search_input:empty:before {
  content: attr(data-placeholder);
  /* Use the placeholder text */
  color: #999;
  pointer-events: none;
  /* Allow typing over the placeholder */
  display: block;
  width: 100%;
}

input[type=submit].ai_search_button {
  width: auto;
  height: 47px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 0;
  background-color: #ffffff;
  color: #000000;
  position: absolute;
  border-radius: 47px;
  cursor: pointer;
  right: 9px;
  bottom: 9px;
}
input[type=submit].ai_search_button:hover {
  opacity: 0.7;
}

.ai_search_result,
.history_item {
  font-size: 16px;
  line-height: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 16px;
  margin-top: 24px;
}
.ai_search_result a,
.history_item a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #007CB4;
}
.ai_search_result a:hover,
.history_item a:hover {
  text-decoration: none;
}
.ai_search_result a:hover:after,
.history_item a:hover:after {
  opacity: 1;
}
.ai_search_result a::after,
.history_item a::after {
  content: "";
  position: absolute;
  bottom: 2px;
  height: 1px;
  width: 100%;
  background-color: #007CB4;
  display: block;
  opacity: 0.4;
}

.ai_search_answer,
.history_answer {
  align-self: self-start;
}

.ai_search_question,
.history_question {
  align-self: flex-end;
  background-color: rgba(255, 255, 255, 0.1);
  background-color: #007CB4;
  padding: 8px 16px;
  padding: 8px 16px;
  border-radius: 24px;
}

.ai_sticky_wrapper {
  position: sticky;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #141C26;
}
body.menu_open .ai_sticky_wrapper {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .ai_sticky_wrapper {
    margin-left: 320px;
  }
}
.ai_sticky_wrapper form.ai_search {
  max-width: 960px;
  padding: 16px 16px 64px 16px;
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .ai_sticky_wrapper form.ai_search {
    padding: 24px;
  }
}

.ai_search_history {
  flex-direction: column;
}

@keyframes dot-animation {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.dot_animation span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  border-radius: 50%;
  margin-right: 4px;
  animation: dot-animation 1s infinite;
}
.dot_animation span:nth-child(2) {
  animation-delay: 0.25s;
}
.dot_animation span:nth-child(3) {
  animation-delay: 0.5s;
}