@charset "utf-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0px; padding: 0px; border: 0px; font: inherit; color: inherit; vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

body { line-height: 1; overscroll-behavior: inherit; }

ol, ul { list-style: none; }

blockquote, q { quotes: none; }

blockquote::before, blockquote::after, q::before, q::after { content: none; }

table { border-collapse: collapse; border-spacing: 0px; }

* { box-sizing: border-box; scroll-behavior: smooth; }

button { cursor: pointer; border: none; }

a { text-decoration: none; color: inherit; cursor: pointer; }

h3, h2, h1 { margin-top: 0px; margin-bottom: 0px; }

.container { width: 100%; max-width: 1440px; margin: 0px auto; padding: 0px 16px; display: flex; flex-direction: column; }

@media (min-width: 768px) {
  .container { padding: 0px 40px; }
}

@media (min-width: 1440px) {
  .container { padding: 0px 135px; }
}

body { font-family: "Noto Sans", sans-serif; }

h1 { font-weight: 600; font-size: 24px; }

@media (min-width: 768px) {
  h1 { font-size: 32px; }
}

@media (min-width: 1440px) {
  h1 { font-size: 36px; }
}

h2 { font-weight: 600; font-size: 22px; }

@media (min-width: 768px) {
  h2 { font-size: 28px; }
}

@media (min-width: 1440px) {
  h2 { font-size: 32px; }
}

h3 { font-weight: 600; font-size: 16px; }

@media (min-width: 768px) {
  h3 { font-size: 18px; }
}

@media (min-width: 1440px) {
  h3 { font-size: 20px; }
}

h4 { font-weight: 600; font-size: 14px; }

@media (min-width: 768px) {
  h4 { font-size: 16px; }
}

@media (min-width: 1440px) {
  h4 { font-size: 18px; }
}

p { line-height: 1.75; font-size: 16px; }

@media (min-width: 768px) {
  p { font-size: 20px; }
}

@media (min-width: 1440px) {
  p { font-size: 20px; }
}

.accent { color: rgb(17, 0, 255); }

.bold { font-weight: 800; }

@media (max-width: 768px) {
  .hide_mobile { display: none !important; }
}

@media (max-width: 768px) {
  .hide_mobile { display: none !important; }
}

@media (min-width: 768px) {
  .hide_tablet { display: none !important; }
}

@media (max-width: 1440px) {
  .hide_tablet { display: none !important; }
}

@media (min-width: 1440px) {
  .hide_desktop { display: none !important; }
}

@media (max-width: 1440px) {
  .desktop { display: none !important; }
}

@media (max-width: 768px) {
  .tablet { display: none !important; }
}

@media (min-width: 1440px) {
  .tablet { display: none !important; }
}

@media (min-width: 768px) {
  .mobile { display: none !important; }
}

.reg-form { display: flex; justify-content: center; padding: 40px 20px; background: rgb(249, 249, 249); }

.form-wrap { width: 100%; max-width: 400px; background: rgb(255, 255, 255); padding: 30px 25px; border-radius: 12px; box-shadow: rgba(0, 0, 0, 0.08) 0px 6px 18px; display: flex; flex-direction: column; gap: 20px; }

.header_container { font-family: "Titillium Web", Helvetica, Arial, sans-serif; line-height: 1.42857; font-size: 1.125em; }

.header_container .clearfix-header::after { content: "."; display: block; height: 0px; clear: both; visibility: hidden; }

.header_container :root { --Button-default-bg: #65dde0; --Button-default-color: #004a4d; --Button-default-border: #50d8dc; --Button-danger-bg: #b50000; --Button-danger-color: #fff; --Button-danger-border: #f00; --Button-info-bg: #fff; --Button-info-color: #003e54; --Button-info-border: #ccc; }

.header_container .home_multilanguage { z-index: 9999; border: 1px solid rgb(101, 220, 223); padding: 3px; margin-right: 32px; float: right; margin-top: 7px; }

.header_container .home_it { background-color: rgb(255, 255, 255); padding: 3px; width: 35px; text-align: center; float: left; display: block; }

.header_container .home_it a { font-size: 1em; }

@media (max-width: 991px) {
  .header_container .home_it { width: 30px; padding: 0px; }
  .header_container .home_it a { font-size: 0.8em; }
  .header_container .home_multilanguage { margin-top: 3px; }
}

@media (max-width: 768px) {
  .header_container .home_multilanguage { margin-right: 5px; margin-top: -12px; }
}

@media (max-width: 375px) {
  .header_container .home_multilanguage { margin-top: -18px; }
}

.header_container .home_multilanguage_both { clear: both; }

.header_container html { font-family: sans-serif; text-size-adjust: 100%; }

.header_container body { margin: 0px; }

.header_container header { display: block; }

.header_container a { background-color: rgba(0, 0, 0, 0); }

.header_container a:active, .header_container a:hover { outline: 0px; }

.header_container b, .header_container strong { font-weight: bold; }

.header_container h1 { font-size: 2em; margin: 0.67em 0px; }

.header_container img { border: 0px; }

.header_container input { color: inherit; font: inherit; margin: 0px; }

.header_container input[type="submit"] { appearance: button; cursor: pointer; }

.header_container input { line-height: normal; }

.header_container input:focus { outline: none; }

@media print {
  .header_container *, .header_container ::before, .header_container ::after { background: rgba(0, 0, 0, 0) !important; color: rgb(0, 0, 0) !important; box-shadow: none !important; text-shadow: none !important; }
  .header_container a, .header_container a:visited { text-decoration: underline; }
  .header_container a[href]::after { content: " (" attr(href) ")"; }
  .header_container a[href^="#"]::after { content: ""; }
  .header_container img { break-inside: avoid; }
  .header_container img { max-width: 100% !important; }
  .header_container p { orphans: 3; widows: 3; }
}

@font-face { font-family: governo; src: url("/fonts/governo.ttf") format("truetype"); font-weight: normal; font-style: normal; }

@font-face { font-family: "Titillium Web"; font-style: normal; font-weight: 200; src: url("/fonts/TitilliumWeb-200-latin.woff2") format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@font-face { font-family: "Titillium Web"; font-style: normal; font-weight: 400; src: url("/fonts/TitilliumWeb-400-latin.woff2") format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@font-face { font-family: "Titillium Web"; font-style: normal; font-weight: 700; src: url("/fonts/TitilliumWeb-700-latin.woff2") format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

.header_container [class*=" icon-"]::before { speak: none; line-height: 1; -webkit-font-smoothing: antialiased; font-family: governo !important; font-style: normal !important; font-weight: normal !important; font-variant: normal !important; text-transform: none !important; }

.header_container .icon-facebook::before { content: "a"; }

.header_container .icon-twitter::before { content: "i"; }

.header_container .icon-youtube::before { content: "k"; }

.header_container span.instagram_header:hover { background: url("/img/instagram_2_hover.svg") center center / 29px 27px no-repeat !important; }

.header_container .instagram_header { background: url("/img/instagram_2.svg") center center / 29px 27px no-repeat !important; line-height: 33px !important; }

.header_container span.instagram_header { padding: 0px 27px 0px 0px !important; }

@media (min-width: 992px) and (max-width: 1439px) {
  .header_container .instagram_header { background: url("/img/instagram_2.svg") center center / 20px 18px no-repeat !important; line-height: 0px !important; }
  .header_container span.instagram_header { padding: 0px 17px 0px 0px !important; }
  .header_container span.instagram_header:hover { background: url("/img/instagram_2_hover.svg") center center / 20px 18px no-repeat !important; }
}

.header_container span.linkedin_header:hover { background: url("/img/linkedin_hover.svg") center center / 21px 21px no-repeat !important; }

.header_container .linkedin_header { background: url("/img/linkedin.svg") center center / 21px 21px no-repeat !important; }

.header_container span.linkedin_header { padding: 0px 21px 0px 0px !important; }

.header_container * { box-sizing: border-box; }

.header_container ::before, .header_container ::after { box-sizing: border-box; }

.header_container html { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.header_container body { font-family: "Titillium Web", Helvetica, Arial, sans-serif; font-size: 1.125em; line-height: 1.42857; color: rgb(51, 51, 51); background-color: rgb(255, 255, 255); }

.header_container input { font-family: inherit; font-size: inherit; line-height: inherit; }

.header_container form input { appearance: none !important; border-radius: 0px !important; }

.header_container a { color: rgb(0, 102, 204); text-decoration: none; }

.header_container a:hover { color: rgb(0, 64, 128); text-decoration: underline; }

.header_container img { vertical-align: middle; }

.header_container h1 { font-family: inherit; font-weight: 500; line-height: 1.2; color: rgb(0, 0, 0); }

.header_container h1 { margin-top: 0px; margin-bottom: 40px; -webkit-font-smoothing: antialiased; }

@media (max-width: 767px) {
  .header_container h1 { margin-bottom: 20px; }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header_container h1 { margin-bottom: 30px; }
}

.header_container h1 { font-size: 3.333em; font-weight: 700; letter-spacing: -0.01em; }

@media (max-width: 767px) {
  .header_container h1 { font-size: 1.778em; line-height: 1.2; }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header_container h1 { font-size: 2.7775em; }
}

.header_container p { margin: 0px 0px 12.5px; letter-spacing: 0.01em; }

.header_container ul { margin-top: 0px; margin-bottom: 12.5px; }

.header_container .container { margin-right: auto !important; margin-left: auto !important; }

@media (max-width: 767px) {
  .header_container .container { padding-left: 12px; padding-right: 12px; }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header_container .container { padding-left: 12px; padding-right: 12px; }
}

@media (min-width: 992px) and (max-width: 1439px) {
  .header_container .container { padding-left: 24px; padding-right: 24px; }
}

@media (min-width: 1440px) {
  .header_container .container { padding-left: 24px; padding-right: 24px; }
}

.header_container .container::before, .header_container .container::after { content: " "; display: table; }

.header_container .container::after { clear: both; }

.header_container .container { }

@media (min-width: 1440px) {
  .header_container .container { width: 1440px; }
}

.header_container .container-fullwidth { width: 100%; }

.header_container .container-fullwidth::before, .header_container .container-fullwidth::after { content: " "; display: table; }

.header_container .container-fullwidth::after { clear: both; }

.header_container .container-fullwidth { }

.header_container .row { margin-left: -8px; margin-right: -8px; }

.header_container .row::before, .header_container .row::after { content: " "; display: table; }

.header_container .row::after { clear: both; }

.header_container .row { }

.header_container .col-sm-3, .header_container .col-md-4, .header_container .col-md-8, .header_container .col-sm-9, .header_container .col-xs-12 { position: relative; min-height: 1px; padding-left: 8px; padding-right: 8px; }

.header_container .col-xs-12 { float: left; }

.header_container .col-xs-12 { width: 100%; }

@media (min-width: 768px) {
  .header_container .col-sm-3, .header_container .col-sm-9 { float: left; }
  .header_container .col-sm-3 { width: 25%; }
  .header_container .col-sm-9 { width: 75%; }
}

@media (min-width: 992px) {
  .header_container .col-md-4, .header_container .col-md-8 { float: left; }
  .header_container .col-md-4 { width: 33.3333%; }
  .header_container .col-md-8 { width: 66.6667%; }
}

.header_container .form-control { display: block; width: 100%; height: 39px; padding: 6px 12px; font-size: 18px; line-height: 1.42857; color: rgb(85, 85, 85); background-color: rgb(255, 255, 255); background-image: none; border: 1px solid rgb(204, 204, 204); border-radius: 0px; transition: border-color 0.15s ease-in-out; }

.header_container .form-control:focus { border-color: rgb(102, 175, 233); box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 1px inset, rgba(102, 175, 233, 0.6) 0px 0px 8px; }

.header_container .form-control::-webkit-input-placeholder { color: rgb(153, 153, 153); }

.header_container .push-body { overflow-x: hidden; position: relative; left: 0px; }

.header_container .push-body.toggle-menu { overflow: hidden !important; }

.header_container .main_nav_container, .header_container .sb-search { transition: 0.3s; }

.header_container .push-body { transition: 0.3s; }

.header_container .clearfix-header::before, .header_container .clearfix-header::after { content: " "; display: table; }

.header_container .clearfix-header::after { clear: both; }

.header_container .clearfix-header { }

@media (max-width: 767px) {
  .header_container .hidden-xs { display: none !important; }
}

.header_container ul { list-style: none none; }

.header_container ul { margin: 0px; padding: 0px; }

.header_container ul li { margin: 0px; padding: 0px; }

.header_container ::selection { background: rgb(179, 212, 252); text-shadow: none; }

.header_container img { border: 0px; vertical-align: middle; }

.header_container .form-control { height: 55px; line-height: 55px; border: none; padding: 0px 12px; margin: 0px; }

.header_container ::-webkit-input-placeholder { color: rgb(51, 51, 51); opacity: 0.5; }

.header_container :focus::-webkit-input-placeholder { color: rgb(51, 51, 51); opacity: 1; }

.header_container input:focus { color: rgb(0, 0, 0); border-color: rgb(153, 153, 153); }

.header_container .burger_wrapper { position: absolute; z-index: 300; top: 0px; left: 16px; display: table; height: 192px; transition: 0.3s; }

@media (max-width: 767px) {
  .header_container .burger_wrapper { height: 100px; left: 18px; }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header_container .burger_wrapper { height: 125px; }
}

.header_container .burger_wrapper p { color: rgb(255, 255, 255); text-transform: uppercase; font-size: 0.8em; display: block; position: absolute; bottom: 64px; width: 100%; text-align: center; margin: 0px; }

@media (max-width: 767px) {
  .header_container .burger_wrapper p { display: none; }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header_container .burger_wrapper p { bottom: 25px; }
}

.header_container .burger_container { display: table-cell; text-align: center; vertical-align: middle; }

@media (max-width: 767px) {
  .header_container .burger_container { height: 30px; }
}

.header_container .toggle-menu { width: 64px; height: 84px; display: block; padding: 0px; cursor: pointer; transition: right 0.3s; }

@media (max-width: 767px) {
  .header_container .toggle-menu { width: 30px; height: 30px; }
}

.header_container .toggle-menu .bar { height: 4px; width: 40px; background: rgb(255, 255, 255); position: absolute; left: 12px; top: 30px; transition: 0.3s cubic-bezier(0.35, 0.085, 0.305, 1.005); }

@media (max-width: 767px) {
  .header_container .toggle-menu .bar { width: 30px; top: 13px; left: 0px; }
}

.header_container .toggle-menu .bar:first-child { top: 15px; }

@media (max-width: 767px) {
  .header_container .toggle-menu .bar:first-child { top: 3px; }
}

.header_container .toggle-menu .bar:last-child { top: 45px; }

@media (max-width: 767px) {
  .header_container .toggle-menu .bar:last-child { top: 23px; }
}

.header_container .logo_container { margin: 48px 0px 0px 120px; position: relative; z-index: 0; }

@media (max-width: 419px) {
  .header_container .logo_container { margin-top: 15px; margin-left: auto; margin-right: auto; width: 210px; display: block; }
}

@media (min-width: 420px) and (max-width: 767px) {
  .header_container .logo_container { margin-top: 15px; margin-left: auto; margin-right: auto; width: 320px; display: block; }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header_container .logo_container { margin-top: 25px; margin-left: 80px; }
}

@media (min-width: 992px) and (max-width: 1439px) {
  .header_container .logo_container { margin-top: 55px; margin-left: 80px; }
}

.header_container .logo_wrapper { width: 74px; height: auto; display: block; position: absolute; z-index: 100; top: 5px; left: 0px; transition: 0.3s; }

.header_container .logo_wrapper a { display: block; }

@media (max-width: 767px) {
  .header_container .logo_wrapper { width: 52px; top: 4px; }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header_container .logo_wrapper { width: 52px; top: 6px; }
}

@media (min-width: 992px) and (max-width: 1439px) {
  .header_container .logo_wrapper { width: 65px; }
}

.header_container .logo_wrapper img { width: 100%; display: block; overflow: hidden; margin: 0px; transition: 0.3s; }

.header_container .logo_text { padding: 0px 0px 0px 100px; }

@media (max-width: 419px) {
  .header_container .logo_text { padding-left: 64px; padding-top: 6px; }
}

@media (min-width: 420px) and (max-width: 767px) {
  .header_container .logo_text { padding-left: 64px; padding-top: 12px; }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header_container .logo_text { padding-left: 68px; }
}

@media (min-width: 992px) and (max-width: 1439px) {
  .header_container .logo_text { padding-left: 80px; }
}

.header_container .logo_text h1 { font-size: 1.778em; font-weight: 700; line-height: 1.2em; color: rgb(255, 255, 255); display: block; margin: 8px 0px 0px; letter-spacing: -0.5pt; }

@media (max-width: 419px) {
  .header_container .logo_text h1 { font-size: 0.84em; line-height: 1.2em; font-weight: 400; margin-top: 0px; }
}

@media (min-width: 420px) and (max-width: 767px) {
  .header_container .logo_text h1 { font-size: 0.84em; line-height: 1.2em; font-weight: 400; margin-top: 0px; }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header_container .logo_text h1 { font-size: 1.39em; line-height: 1.2em; margin-top: 5px; }
}

@media (min-width: 992px) and (max-width: 1439px) {
  .header_container .logo_text h1 { font-size: 1.68em; line-height: 1.2em; margin-top: 4px; }
}

@media (min-width: 420px) and (max-width: 767px) {
  .header_container .logo_text strong { display: block; }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header_container .logo_text strong { display: block; }
}

@media (min-width: 992px) and (max-width: 1439px) {
  .header_container .logo_text strong { display: block; }
}

@media (min-width: 1440px) {
  .header_container .logo_text strong { display: block; }
}

.header_container .nav_tools { padding: 0px 24px 0px 0px; }

.header_container .nav_social { color: rgb(255, 255, 255); margin-top: 25px; margin-bottom: 20px; text-align: right; display: block; }

.header_container .nav_social b { border: 0px; clip: rect(0px, 0px, 0px, 0px); height: 1px; margin: -1px; overflow: hidden; padding: 0px; position: absolute; width: 1px; }

@media (max-width: 767px) {
  .header_container .nav_social { display: none; }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header_container .nav_social { display: none; }
}

.header_container .nav_social span { padding: 0px 15px 0px 0px; }

.header_container .nav_social span.icon { padding: 0px; }

.header_container .nav_social a { background: rgb(255, 255, 255); display: inline-block; text-align: center; width: 32px; height: 32px; line-height: 36px; margin: 0px 2px; border-radius: 50%; }

.header_container .nav_social a:hover { background: rgb(0, 64, 128); color: rgb(255, 255, 255); text-decoration: none; }

@media (min-width: 992px) and (max-width: 1439px) {
  .header_container .nav_social a { width: 22px; height: 22px; line-height: 26px; font-size: 0.78em; }
  .header_container .nav_social { text-align: left; }
  .header_container .home_multilanguage { margin-right: 32px; margin-top: 7px; }
  .header_container span.linkedin_header { padding: 4px 18px 0px 0px !important; background-size: 16px 16px !important; }
  .header_container span.linkedin_header:hover { padding: 10px 18px 0px 0px !important; background-size: 16px 16px !important; }
}

.header_container .flag_container { position: absolute; z-index: 100; left: 0px; width: 100%; clear: both; transition: 0.4s; top: 184px; }

@media (max-width: 767px) {
  .header_container .flag_container { top: 92px; }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header_container .flag_container { top: 120px; }
}

.header_container .flag_container div { width: 33.3333%; height: 8px; overflow: hidden; float: left; }

.header_container .flag_container div.green { background: rgb(0, 146, 70); }

.header_container .flag_container div.white { background: rgb(255, 255, 255); }

.header_container .flag_container div.red { background: rgb(206, 43, 55); }

.header_container .sub_nav { background: rgb(18, 118, 220); position: absolute; z-index: 0; top: 190px; left: 0px; width: 100%; transition: 0.5s; font-weight: 200; }

@media (max-width: 767px) {
  .header_container .sub_nav { top: 96px; display: none; }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header_container .sub_nav { top: 128px; }
}

.header_container .sub_nav ul { display: block; margin: 0px; text-align: center; padding: 22px 0px 18px; }

@media (max-width: 767px) {
  .header_container .sub_nav ul { padding: 12px 0px; }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header_container .sub_nav ul { padding: 15px 0px; }
}

.header_container .sub_nav ul li { display: inline-block; margin: 0px; padding: 0px 40px; font-size: 1.18em; line-height: 21px; }

@media (max-width: 767px) {
  .header_container .sub_nav ul li { font-size: 0.72em; line-height: 16px; padding: 0px 4px; }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header_container .sub_nav ul li { font-size: 1em; line-height: 18px; padding: 0px 20px; }
}

.header_container .sub_nav ul li a { color: rgb(255, 255, 255); }

.header_container .main_nav { position: relative; z-index: 1; height: 192px; background: rgb(0, 102, 204); transition: 0.4s; }

@media (max-width: 767px) {
  .header_container .main_nav { height: 100px; }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header_container .main_nav { height: 125px; }
}

.header_container .main_nav_container { position: fixed; z-index: 999; top: 0px; left: 0px; background: rgb(0, 102, 204); }

@media (min-width: 1440px) and (max-width: 1679px) {
  .header_container .main_nav_container .main_nav .container { width: 100%; }
  .header_container .main_nav_container .main_nav .container .nav_social { float: none; clear: both; margin-right: 20px; }
}

@media (min-width: 1680px) {
  .header_container .main_nav_container .main_nav .container { width: 1680px; }
  .header_container .main_nav_container .main_nav .container .nav_social { float: none; clear: both; }
  .header_container .main_nav_container .main_nav .container .nav_search { width: 365px; float: right; }
}

.header_container .main_nav_container.menu_sticky .sub_nav { top: -64px; }

.header_container .main_nav_container.menu_sticky .main_nav { height: 64px; border: none !important; }

.header_container .main_nav_container.menu_sticky .burger_wrapper { height: 64px; }

.header_container .main_nav_container.menu_sticky .burger_wrapper .menu_under_burger { display: none; }

.header_container .main_nav_container.menu_sticky .logo_container { margin-top: 0px; }

.header_container .main_nav_container.menu_sticky .nav_tools .nav_social { display: none; }

.header_container .main_nav_container.menu_sticky .flag_container { top: -195px; }

.header_container .main_nav_container.menu_sticky .logo_wrapper { width: 45px; margin-top: 4px; }

.header_container .main_nav_container.menu_sticky .logo_text { padding-left: 72px; height: 64px; line-height: 64px; }

.header_container .main_nav_container.menu_sticky .home_multilanguage { display: none; }

@media (max-width: 419px) {
  .header_container .main_nav_container.menu_sticky .logo_text { padding-left: 64px; padding-top: 9px; }
}

@media (min-width: 420px) and (max-width: 767px) {
  .header_container .main_nav_container.menu_sticky .logo_text { padding-left: 64px; }
}

.header_container .main_nav_container.menu_sticky .logo_text h1 { font-size: 1em; line-height: 64px; font-weight: 400; margin-top: 0px !important; }

@media (max-width: 419px) {
  .header_container .main_nav_container.menu_sticky .logo_text h1 { font-size: 0.84em; line-height: 15px; margin-top: 0px !important; }
}

@media (min-width: 420px) and (max-width: 767px) {
  .header_container .main_nav_container.menu_sticky .logo_text h1 { font-size: 0.84em; line-height: 20px; margin-top: 0px !important; }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header_container .main_nav_container.menu_sticky .logo_text strong { display: inline; padding-right: 10px; }
}

@media (min-width: 992px) and (max-width: 1439px) {
  .header_container .main_nav_container.menu_sticky .logo_text strong { display: inline; padding-right: 10px; }
}

@media (min-width: 1440px) {
  .header_container .main_nav_container.menu_sticky .logo_text strong { display: inline; padding-right: 10px; }
}

.header_container .nav_search input[type="submit"] { font-family: governo; font-size: 1.39em; border: 0px; padding: 0px; margin: 0px; color: rgb(0, 0, 0); cursor: pointer; background: none; }

@media (min-width: 768px) and (max-width: 991px) {
  .header_container .nav_search input[type="submit"] { font-size: 1em; }
}

.header_container .nav_search { display: block; position: relative; z-index: 0; }

@media (max-width: 767px) {
  .header_container .nav_search { margin-top: 12px; }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header_container .nav_search { margin-top: 40px; }
}

.header_container .nav_search input[type="text"] { padding-right: 64px; position: relative; z-index: 0; }

@media (min-width: 768px) and (max-width: 991px) {
  .header_container .nav_search input[type="text"] { padding-right: 42px; }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header_container .nav_search input.form-control { height: 42px; font-size: 0.89em; line-height: 42px !important; }
}

.header_container .nav_search input[type="submit"] { position: absolute; z-index: 100; top: 0px; right: 0px; width: 55px; height: 55px; padding: 0px; margin: 0px; background: rgb(18, 118, 220); color: rgb(255, 255, 255); }

@media (min-width: 768px) and (max-width: 991px) {
  .header_container .nav_search input[type="submit"] { width: 42px; height: 42px; }
}

.header_container .menu_sticky .nav_search { margin-top: 12px; }

.header_container .menu_sticky .nav_search input.form-control { height: 42px; font-size: 0.89em; line-height: 42px !important; }

.header_container .menu_sticky .nav_search input[type="submit"] { width: 42px; height: 42px; }

.header_container .sb-search { display: none; position: fixed; width: 100%; top: 100px; left: 0px; z-index: 250; background: rgb(18, 118, 220); height: 0px; padding: 0px; }

@media (max-width: 767px) {
  .header_container .sb-search { display: block; }
}

.header_container .sb-search-input { position: relative; border: none; background: rgb(255, 255, 255); width: 100%; height: 48px; margin: 0px; padding: 0px 55px 0px 20px; font-family: inherit; font-size: 20px; display: none; outline: none !important; }

.header_container .sb-icon-search, .header_container .sb-search-submit { width: 48px; height: 48px; display: block; padding: 0px; margin: 0px; line-height: 48px; text-align: center; cursor: pointer; outline: none !important; }

.header_container .sb-search-submit { border: none; outline: none; position: absolute; top: 10px; right: 10px; z-index: 10; display: none; color: rgb(85, 85, 85); font-size: 1.4em; speak: none; line-height: 1; -webkit-font-smoothing: antialiased; background: none !important; font-family: governo !important; font-style: normal !important; font-weight: normal !important; font-variant: normal !important; text-transform: none !important; }

.header_container .sb-icon-search { color: rgb(255, 255, 255); background: rgb(18, 118, 220); z-index: 90; position: absolute; top: -98px; right: 10px; font-size: 1.4em; line-height: 2.2; }

.header_container .sb-icon-search::before { speak: none; line-height: 1; -webkit-font-smoothing: antialiased; content: "h"; font-family: governo !important; font-style: normal !important; font-weight: normal !important; font-variant: normal !important; text-transform: none !important; }

.header_container a:focus { background: rgb(255, 140, 0); outline: rgb(255, 140, 0) solid 0px; text-decoration: underline; }

.header_container input:focus { outline: rgb(255, 140, 0) solid 3px; text-decoration: none; }

.header_container .nav_social a:focus { text-decoration: none; outline: rgb(255, 140, 0) solid 3px; }

.header_container .nav_social a:focus { background: rgb(255, 255, 255); }

.header_container .toggle-menu:focus, .header_container .logo_wrapper a:focus { outline: rgb(255, 140, 0) solid 3px !important; background: none !important; }

.main-block { padding-top: 255px; }

@media (max-width: 991px) {
  .main-block { padding-top: 190px; }
}

@media (max-width: 767px) {
  .main-block { padding-top: 100px; }
}

.clearfix { display: flex; justify-content: flex-start; gap: 0px; flex-direction: column; }

@media (min-width: 768px) {
  .clearfix { flex-direction: row; max-width: 1180px; margin: auto; display: block !important; }
}

.page-footer { margin-top: 20px; }

.page-footer::after { clear: both; content: ""; display: table; }

.page-footer > .wrapper { margin-left: auto; margin-right: auto; max-width: 1180px; padding-left: 15px; padding-right: 15px; position: relative; }

.page-footer > .wrapper::after { clear: both; content: ""; display: table; }

.btn-cta:not(:disabled):focus, .btn-find-document:not(:disabled):focus, .btn-gray:not(:disabled):focus, .btn-lightgray:not(:disabled):focus, .btn-show-more:not(:disabled):focus, .btn-small:not(:disabled):focus, .btn-tab:not(:disabled):focus, .btn-warning:not(:disabled):focus, .btn-wide:not(:disabled):focus, .btn:not(:disabled):focus, .no-touch .btn-cta:not(:disabled):hover, .no-touch .btn-find-document:not(:disabled):hover, .no-touch .btn-gray:not(:disabled):hover, .no-touch .btn-lightgray:not(:disabled):hover, .no-touch .btn-show-more:not(:disabled):hover, .no-touch .btn-small:not(:disabled):hover, .no-touch .btn-tab:not(:disabled):hover, .no-touch .btn-warning:not(:disabled):hover, .no-touch .btn-wide:not(:disabled):hover, .no-touch .btn:not(:disabled):hover, .no-touch .page-survey .submit > button:not(:disabled):hover, .page-survey .no-touch .submit > button:not(:disabled):hover, .page-survey .submit > button:not(:disabled):focus { background-color: rgb(205, 70, 88); color: rgb(255, 255, 255); }

.btn-gray:not(:disabled):focus, .no-touch .btn-gray:not(:disabled):hover { background-color: rgb(51, 51, 51); }

.btn-link:not(:disabled):focus, .btn-link:not(:disabled):hover { color: rgb(205, 70, 88); }

.custom-checkbox input[type="checkbox"]:not(:disabled) + label { cursor: pointer; }

.no-touch .custom-checkbox input[type="checkbox"]:not(:disabled) + label:hover { background-color: rgb(237, 237, 237); margin-left: -2px; padding-left: 32px; }

.no-touch .custom-checkbox input[type="checkbox"]:not(:disabled) + label:hover::before { background-color: rgb(200, 200, 200); color: rgb(200, 200, 200); }

.custom-checkbox input[type="checkbox"]:checked:not(:disabled):focus + label::before, .no-touch .custom-checkbox input[type="checkbox"]:checked:not(:disabled) + label:hover::before { background-color: rgb(56, 103, 200); }

.page-footer { color: rgb(255, 255, 255); margin-top: 0px; }

.page-footer .wrapper { font-size: 14px; margin: 0px; max-width: 100%; padding-bottom: 1.25rem; padding-top: 1.9rem; }

.page-footer .wrapper::after { clear: both; content: ""; display: table; }

.page-footer .logo { margin: -12px 0px 0px; padding: 0px; color: rgb(255, 255, 255); font-family: Lato; font-size: 20px; font-style: normal; font-weight: 600; line-height: normal; letter-spacing: -0.4px; }

@media screen and (min-width: 700px) {
  .page-footer .logo { margin-top: 0px; }
}

@media screen and (min-width: 769px) {
  .page-footer .logo { margin-top: 0px; margin-bottom: 25px; }
}

.page-footer .col { display: flex; flex-direction: column; justify-content: space-between; }

@media screen and (min-width: 700px) {
  .page-footer .col { width: 100%; display: flex; float: left; }
  .page-footer .col:last-child { margin-right: 0px; }
}

.page-footer .col .title { margin-bottom: 9px; margin-top: 0px; font-family: Lato; font-size: 14px; font-style: normal; font-weight: 400; line-height: 160%; }

.page-footer .col .title::after { margin-top: 9px; content: ""; display: flex; width: 60px; height: 4px; background-color: rgb(255, 255, 255); }

.page-footer .col .title.fw-500 { font-weight: 600; }

.page-footer .col ul { list-style: none; margin-left: 0px; margin-top: 0px; padding-left: 0px; }

.page-footer a { color: rgb(255, 255, 255); }

.page-footer a:focus, .page-footer a:hover { color: rgb(255, 104, 117); }

.lightbox .closeButton:not(:hover):not(:focus)::after { background-color: rgb(102, 102, 102); }

#lightbox-imgageseries .closeButton:not(:hover):not(:focus)::after { background-color: rgb(51, 51, 51); }

.zoom-lightbox-wrapper .closeButton:not(:hover):not(:focus)::after { background-color: rgb(51, 51, 51); }

.link-list { font-size: 14px; margin-bottom: 0.75rem; margin-top: 0.75rem; padding: 0px; list-style: none !important; }

.link-list li { margin-bottom: 12px; position: relative; }

.link-list li a { display: inline-block; font-weight: 500; text-decoration: none; line-height: 1.6; }

.logo { font-size: 30px; font-weight: 300; margin: 0px; padding: 0px; display: flex; align-items: center; gap: 27px; }

@media screen and (min-width: 769px) {
  .logo { height: 42px; line-height: 42px; margin-bottom: 10px; margin-top: 7px; }
}

@media screen and (max-width: 768px) {
  .logo { float: left; font-size: 24px; height: 36px; line-height: 36px; margin-left: 10px; position: relative; }
}

@media screen and (max-width: 499px) {
  .logo { font-size: 20px; margin-bottom: 0px; }
}

@media screen and (max-width: 399px) {
  .logo { font-size: 16px; font-weight: 400; gap: 13px; }
}

.newsletter-subscribe .newsletter-subscribe-feedback .btn-ok:not(:disabled):focus, .newsletter-subscribe .newsletter-subscribe-feedback .btn-ok:not(:disabled):hover { background-color: rgb(237, 237, 237) !important; color: rgb(0, 0, 0) !important; }

.no-touch .page-survey .options input[type="radio"]:hover:not(:checked) + label, .page-survey .options input[type="radio"]:focus:not(:checked) + label { background-color: rgb(0, 0, 0); }

.no-touch .pagination li.firstlink a:not(:disabled):hover, .no-touch .pagination li.firstlink button:not(:disabled):hover, .no-touch .pagination li.lastlink a:not(:disabled):hover, .no-touch .pagination li.lastlink button:not(:disabled):hover, .no-touch .pagination li.next a:not(:disabled):hover, .no-touch .pagination li.next button:not(:disabled):hover, .no-touch .pagination li.prev a:not(:disabled):hover, .no-touch .pagination li.prev button:not(:disabled):hover, .pagination li.firstlink a:not(:disabled):focus, .pagination li.firstlink button:not(:disabled):focus, .pagination li.lastlink a:not(:disabled):focus, .pagination li.lastlink button:not(:disabled):focus, .pagination li.next a:not(:disabled):focus, .pagination li.next button:not(:disabled):focus, .pagination li.prev a:not(:disabled):focus, .pagination li.prev button:not(:disabled):focus { background-color: rgb(205, 70, 88); color: rgb(255, 255, 255); }

.timeline-wrapper .btn-timeline-expand-all:focus:not(:active), .timeline-wrapper .btn-timeline-reverse:focus:not(:active) { background-color: rgb(188, 51, 69); }

.timeline-wrapper .btn-timeline-expand-all:focus:not(:active) span, .timeline-wrapper .btn-timeline-reverse:focus:not(:active) span { border-bottom: 1px solid rgb(255, 255, 255); }

@media screen and (max-width: 768px) {
  .no-touch .menuToggler:hover:not(:focus):not(.active), .no-touch .searchToggler:hover:not(:focus):not(.active) { background-color: rgb(205, 70, 88); }
}

::-webkit-scrollbar { width: 5px; }

::-webkit-scrollbar-track { background: rgb(250, 250, 250); }

::-webkit-scrollbar-thumb { background: rgb(118, 118, 118); }

::-webkit-scrollbar-thumb:hover { background: rgb(84, 84, 84); }

.custom-checkbox input[type="checkbox"]:checked:not(:disabled) + label::before { background-color: rgb(56, 103, 200); border-color: rgb(56, 103, 200); color: rgb(255, 255, 255); }

.hearing-search .btn-gray:not(:disabled):focus, .hearing-search .btn-gray:not(:disabled):hover { background-color: rgb(237, 237, 237) !important; color: rgb(188, 51, 69) !important; }

.page-historic .historic-label > ::after { clear: both; content: ""; display: table; }

.page-historic .mainContentArea .topiclist a:not(:hover):not(:focus) { background-color: rgb(90, 110, 130); color: rgb(255, 255, 255); }

.page-historic .mainContentArea .search .limit button:not(:hover):not(:focus), .page-historic .mainContentArea a:not(:hover):not(:focus) { color: rgb(68, 99, 141); }

.page-historic .mainContentArea .btn-cta:not(.btn-cta):not(:hover):not(:focus), .page-historic .mainContentArea .btn-find-document:not(.btn-cta):not(:hover):not(:focus), .page-historic .mainContentArea .btn-gray:not(.btn-cta):not(:hover):not(:focus), .page-historic .mainContentArea .btn-lightgray:not(.btn-cta):not(:hover):not(:focus), .page-historic .mainContentArea .btn-show-more:not(.btn-cta):not(:hover):not(:focus), .page-historic .mainContentArea .btn-small:not(.btn-cta):not(:hover):not(:focus), .page-historic .mainContentArea .btn-tab:not(.btn-cta):not(:hover):not(:focus), .page-historic .mainContentArea .btn-warning:not(.btn-cta):not(:hover):not(:focus), .page-historic .mainContentArea .btn-wide:not(.btn-cta):not(:hover):not(:focus), .page-historic .mainContentArea .btn:not(.btn-cta):not(:hover):not(:focus), .page-historic .mainContentArea .page-survey .submit > button:not(.btn-cta):not(:hover):not(:focus), .page-historic .mainContentArea .topiclist li a:not(:hover):not(:focus), .page-survey .page-historic .mainContentArea .submit > button:not(.btn-cta):not(:hover):not(:focus) { background-color: rgb(90, 110, 130); color: rgb(255, 255, 255); }

.page-historic .mainContentArea .btn-cta:not(:hover):not(:focus) { color: rgb(255, 255, 255); }

.page-historic .mainContentArea .btn-topic-more:not(:hover):not(:focus)::after, .page-historic .mainContentArea .useful-linklist a :not(:hover):not(:focus)::after { background-color: rgb(233, 228, 223); }

.page-historic .mainContentArea .calendar tbody td.day:not(:hover):not(:focus) { background-color: rgb(255, 255, 255); border-color: rgb(237, 237, 237); }

.page-historic .mainContentArea .event-list .event-description .readmore:not(:hover):not(:focus)::before { background-color: rgb(90, 110, 130); }

.page-historic .mainContentArea .pm-office .topiclist li a:not(:hover):not(:focus) { background-color: rgb(255, 255, 255); color: rgb(68, 99, 141); }

.page-historic .mainContentArea .longdoc-nav .longdoc-case-procedures:not(:hover):not(:focus) { color: rgb(255, 255, 255); }

.page-historic .mainContentArea .longdoc-nav .longdoc-search .longdoc-search-elements .longdoc-search-words:not(:focus) { border-color: rgb(237, 237, 237); }

.page-historic .searchPage .search .searchSubmit button:not(:hover):not(:focus), .page-historic .searchPage .search .searchSubmit input:not(:hover):not(:focus) { background-color: rgb(90, 110, 130); }

.page-historic .custom-selector .custom-selector-reset:not(:hover):not(:focus)::after, .page-historic .custom-selector .custom-selector-trigger:not(:hover):not(:focus)::after { background-color: rgb(90, 110, 130); }

.page-historic .pagination li.current a:not(:hover):not(:focus) { color: rgb(255, 255, 255); }

.page-historic .pagination li.next a:not(:hover):not(:focus), .page-historic .pagination li.prev a:not(:hover):not(:focus) { background-color: rgb(233, 228, 223); }

.EPiServerForms .Form__NavigationBar .btnNext:not(:disabled):focus, .EPiServerForms .Form__NavigationBar .btnPrev:not(:disabled):focus, .no-touch .EPiServerForms .Form__NavigationBar .btnNext:not(:disabled):hover, .no-touch .EPiServerForms .Form__NavigationBar .btnPrev:not(:disabled):hover { background-color: rgb(205, 70, 88); color: rgb(255, 255, 255); }

@media print {
  @page { margin: 2cm; }
  h2 { break-after: avoid; }
  h2 { orphans: 3; widows: 3; }
  .logo { padding-left: 2.2cm; position: relative; }
  .logo::before { border-right: 1px solid rgb(0, 0, 0); content: ""; display: block; font-family: regjeringen-icons; font-size: 1.2cm; left: 0px; padding-left: 0.3cm; padding-right: 0.5cm; position: absolute; top: 0px; }
  .page-footer { border-top: 1px solid rgb(0, 0, 0); padding-top: 0.5cm; }
  .page-footer .wrapper { padding: 0px !important; }
  .page-footer .logo { padding-left: 2.2cm !important; position: relative; }
  .page-footer .logo::before { border-right: 1px solid rgb(0, 0, 0); content: ""; display: block; font-family: regjeringen-icons; font-size: 1.2cm; left: 0px; padding-left: 0.3cm; padding-right: 0.5cm; position: absolute; top: 0px; }
  .page-footer a { color: rgb(0, 0, 0); }
  .page-footer a::after { display: none; }
  .page-footer .col { clear: both; display: flex; padding-top: 0px !important; }
  .page-footer .col:nth-child(2) { display: none; }
}

.col.last-footer { display: grid; grid-template-columns: 1fr max-content; padding: 24px 16px 32px; align-items: end; }

.links { display: grid; gap: 12px; }

.link { color: rgb(40, 65, 98); font-family: Lato; font-size: 14px; font-style: normal; font-weight: 400; line-height: 160%; }

.last-footer img { width: 143px; height: 34px; }

@media screen and (min-width: 769px) {
  .link-list { display: grid; grid-template-rows: repeat(7, auto); gap: 12px 29px; grid-auto-flow: column; }
  .link-list li, .page-footer .col .title { margin: 0px; }
  .page-footer .col .title { margin-bottom: 10px; }
  .page-footer .col .title::after { margin-top: 22px; }
  .col.last-footer { max-width: 1212px; width: 100%; margin: auto !important; }
  .links { grid-auto-flow: column; gap: 12px; width: max-content; }
  .link { display: flex; gap: 12px; align-items: center; }
  .link::after { content: url("/step2/images/dot.svg"); display: block; font-size: 4px; }
  .link:last-of-type::after { display: none; }
  .page-footer { display: flex; flex-direction: column; }
}

.page-footer .wrapper { background: url(../index/footer-bg.webp) center bottom no-repeat rgb(38, 55, 74); }

@media (min-width: 768px) {
  .page-footer .wrapper { background: url(../index/footer-bg.webp) right bottom / 474px no-repeat rgb(38, 55, 74); padding-bottom: 39px; }
}

.article-section .container { gap: 14px; }

.article-section .container .title { margin-top: 44px; font-size: 30px; }

@media (min-width: 768px) {
  .article-section .container .title { font-size: 38px; }
}

@media (min-width: 1440px) {
  .article-section .container .title { font-size: 38px; }
}

.article-section .container p b { font-weight: 700; }

.article-section .container .author-wrap { padding-top: 20px; border-top: 1px solid rgb(175, 60, 67); display: flex; align-items: center; gap: 8px; }

.article-section .container .author-wrap a { color: rgb(5, 80, 200); }

.article-section .container .author-wrap p { font-size: 14px; }

.article-section .container .img-wrap { width: 100%; }

.article-section .container .img-wrap img { width: 100%; }

.article-section .container .img-wrap .img-decription { margin-top: 16px; color: rgb(51, 51, 51); font-style: italic; line-height: 1.4; font-weight: 300; font-size: 16px; }

@media (min-width: 768px) {
  .article-section .container .img-wrap .img-decription { font-size: 20px; }
}

@media (min-width: 1440px) {
  .article-section .container .img-wrap .img-decription { font-size: 20px; }
}

.article-section .container .social-wrap { display: flex; align-items: center; gap: 28px; }

.article-section .container .social-wrap .comments { display: flex; align-items: center; gap: 4px; color: rgb(5, 80, 200); font-size: 16px; }

.article-section .container .item-wrap { margin-top: 16px; display: flex; flex-direction: column; gap: 16px; }

@media (min-width: 1440px) {
  .article-section .container .item-wrap { flex-direction: row; }
}

.article-section .container .item-wrap .text-wrap { width: 100%; display: flex; flex-direction: column; gap: 16px; }

@media (min-width: 1440px) {
  .article-section .container .reverse { flex-direction: row-reverse; }
}

.article-section .container .reg-block .reg-title { color: rgb(16, 49, 106); font-size: 20px; }

@media (min-width: 768px) {
  .article-section .container .reg-block .reg-title { font-size: 30px; }
}

@media (min-width: 1440px) {
  .article-section .container .reg-block .reg-title { font-size: 30px; }
}

.article-section .container .reg-block .items { margin-top: 40px; display: flex; flex-direction: column; gap: 20px; }

.article-section .container .reg-block .items .item { border-radius: 10px; border: 1px solid rgb(224, 224, 224); background: rgb(245, 245, 245); padding: 20px 17px; }

.article-section .container .reg-block .items .item p { color: rgb(16, 49, 106); font-size: 18px; line-height: 150%; }

.article-section .container .reg-block .items .item span { font-weight: 700; }

.article-section .container .reg-block .btn { margin-top: 30px; width: 100%; display: flex; height: 64px; padding: 11px; color: rgb(255, 255, 255); justify-content: center; align-items: center; gap: 10px; align-self: stretch; border-radius: 3px; border: var(--stroke-weight-1, 1px) solid var(--color-azure-24, #10316a); background: var(--color-azure-24, #10316a); box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.05) 0px 2px 4px -1px; }

.article-section .container .offer { text-decoration: underline; color: rgb(16, 49, 106); }

.article-section .container .bold { font-weight: 700; }

.comments-section { margin-top: 60px; margin-bottom: 90px; }

@media (min-width: 768px) {
  .comments-section { margin-bottom: 150px; }
}

.comments-header { margin-bottom: 40px; }

.comments-title { font-family: "Radio Canada", sans-serif; font-size: 19px; font-weight: 700; color: rgb(0, 0, 0); margin-bottom: 30px; padding-bottom: 10px; border-bottom: 1px solid rgb(0, 0, 0); text-transform: uppercase; letter-spacing: 0.5px; }

.comment-form { display: flex; align-items: center; gap: 20px; margin-bottom: 30px; }

.comment-avatar { width: 60px; height: 60px; border-radius: 50%; }

.comment-input-container { flex: 1 1 0%; position: relative; }

.comment-input { background-color: rgb(245, 245, 245); border-radius: 5px; padding: 26px 20px; color: rgb(117, 117, 117); font-family: "Radio Canada", sans-serif; font-size: 16px; position: relative; }

.comment-arrow { position: absolute; left: -16px; top: 50%; transform: translateY(-50%); width: 23px; height: 32px; }

.comments-nav { display: flex; justify-content: space-between; align-items: center; padding: 10px 0px; border-bottom: 1px solid rgba(0, 0, 0, 0.1); margin-bottom: 30px; }

.comments-tabs { display: flex; }

.tab { display: flex; align-items: center; gap: 8px; padding: 8px 16px; background-color: rgb(255, 255, 255); position: relative; }

.tab.active::after { content: ""; position: absolute; bottom: -11px; left: 0px; right: 0px; height: 3px; background-color: rgb(5, 80, 200); }

.tab span { font-family: "Radio Canada", sans-serif; font-size: 16px; color: rgb(0, 0, 0); }

.tab-count { font-weight: 600; }

.comments-controls { display: flex; align-items: center; gap: 15px; }

.sort-dropdown { display: flex; align-items: center; gap: 8px; background-color: rgb(255, 255, 255); border-radius: 3px; padding: 5px 10px; font-family: "Radio Canada", sans-serif; font-size: 14px; font-weight: 300; color: rgb(5, 80, 200); text-transform: uppercase; }

.sort-dropdown img { }

.comments-menu { background: none; border: none; padding: 5px; cursor: pointer; }

.comments-menu img { width: 14px; height: 14px; }

.comments-list { display: flex; flex-direction: column; gap: 30px; }

.comment { display: flex; gap: 16px; align-items: flex-start; }

.comment-avatar-circle { width: 40px; height: 40px; background-color: rgb(0, 0, 0); color: rgb(255, 255, 255); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: "Radio Canada", sans-serif; font-size: 16px; font-weight: 300; flex-shrink: 0; }

.comment-content { flex: 1 1 0%; }

.comment-meta { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }

.comment-author { font-family: "Radio Canada", sans-serif; font-size: 16px; font-weight: 600; color: rgba(0, 0, 0, 0.6); }

.comment-time { font-family: "Radio Canada", sans-serif; font-size: 16px; font-weight: 300; color: rgba(0, 0, 0, 0.6); }

.comment-text { font-family: "Radio Canada", sans-serif; font-size: 16px; line-height: 1.6; color: rgb(0, 0, 0); margin-bottom: 15px; }

.comment-actions { display: flex; align-items: center; gap: 10px; }

.comment-actions img { width: 12px; height: 12px; }

.like-count { font-family: "Radio Canada", sans-serif; font-size: 16px; font-weight: 700; color: rgba(0, 0, 0, 0.6); text-transform: uppercase; }

.reply-info { display: flex; align-items: center; gap: 5px; background-color: rgba(255, 255, 255, 0.6); padding: 3px 8px; font-family: "Radio Canada", sans-serif; font-size: 16px; font-weight: 700; color: rgba(0, 0, 0, 0.6); text-transform: uppercase; }

.like-info { display: flex; align-items: center; gap: 5px; background-color: rgba(255, 255, 255, 0.6); padding: 3px 8px; }

.comment-thread { position: relative; }

.comment-reply { margin-left: 56px; margin-top: 20px; }

.reply-line { position: absolute; left: 20px; top: 20px; bottom: 20px; z-index: -1; width: 1px; background-color: rgb(230, 230, 230); }

.reply-line::after { content: ""; position: absolute; bottom: -5px; left: -2.5px; width: 5px; height: 5px; border-radius: 50%; border: 1px solid rgb(0, 0, 0); background-color: rgb(255, 255, 255); }

.reply-to { font-family: "Radio Canada", sans-serif; font-size: 16px; font-weight: 600; color: rgba(0, 0, 0, 0.6); margin-bottom: 8px; }

.reply-to strong { color: rgb(0, 0, 0); }

.comment-image { width: 148px; height: auto; margin: 15px 0px; border-radius: 4px; }

@media (max-width: 480px) {
  .comments-section { margin: 40px 0px; }
  .comment-form { flex-direction: column; align-items: stretch; gap: 15px; }
  .comment-avatar { width: 50px; height: 50px; align-self: center; }
  .comments-nav { flex-direction: column; gap: 15px; align-items: stretch; }
  .comments-controls { justify-content: space-between; }
  .comment { gap: 12px; }
  .comment-avatar-circle { width: 35px; height: 35px; font-size: 14px; }
  .comment-text { font-size: 14px; }
  .comment-reply { margin-left: 47px; }
  .reply-line { left: -35px; }
  .comment-image { width: 120px; }
}
