@import url(helpers.css);
:root {
    /* Spacings */
    --sp8:8px;
    --sp16:16px;
    --sp24:24px;
    --sp32:32px;
    --sp40:40px;
    --sp48:48px;
    --sp56:56px;
    --sp64:64px;
    --sp72:72px;
    --sp80:80px;
    --sp88:88px;
    --sp96:96px;
    --sp104:104px;
    --sp112:112px;
    --sp120:120px;

    /* Colors */
    --base-black:#1C1C1C;
    --base-dark: #0C2A3E;
    --base-blue:#006FB9;
    --base-light:#EDF1F4;
    --base-accent:#44C8F5;
    --base-white:#FFFFFF;
    --base-green:#A9DA71;

    /* Fonts */
    --pn:'proxima-nova', sans-serif;
}

body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: geometricPrecision;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    text-size-adjust: none;
    line-height: 1.4;
}

.site {
    margin-left:auto;
    margin-right:auto;

}

.site-main {
	max-width: 1920px;
	margin: auto;
}

.gradient {
    background: linear-gradient(90deg, var(--base-blue), var(--base-accent));
}

.gradient-text, .has-blue-gradient-color {
    background: linear-gradient(90deg, var(--base-blue), var(--base-accent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display:inline-block;
    padding-bottom: 3px;
}

@media (min-width: 1600px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px;
    }
}

/*.container {
    max-width:1760px;
    padding-left:40px !important;
    padding-right:40px !important;
}

.g-20 {
    --bs-gutter-x: 40px !important;
    --bs-gutter-y: 40px !important;
}

.gx-20 {
    --bs-gutter-x: 40px !important;
    --bs-gutter-y: 0;
}

.gy-20 {
    --bs-gutter-x: 0;
    --bs-gutter-y: 40px;
}*/

.gx-7 {
    --bs-gutter-x: 7px !important;
    --bs-gutter-y: 0;
}

.gx-32 {
    --bs-gutter-x: 32px !important;
    --bs-gutter-y: 0;
}

.g-32 {
    --bs-gutter-x: 32px !important;
    --bs-gutter-y: 32px !important;
}

/* Global link */
.global-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    text-decoration: none;
    background: transparent;
    pointer-events: auto;
}

/* Buttons */
a.btn.white.cut.double.arrow,
.tamtron-btn,
.wp-block-button.is-style-tamtron .wp-block-button__link,
.tamtron-btn-small {
    font-family:var(--pn);
    position: relative;
    padding: 10px 24px !important;
    border-radius: 2px;
    background: transparent;
    z-index: 1;
    cursor:pointer;
    display:inline-block;
    text-align:center;
    text-decoration: none !important;
    outline:none;
    appearance: none;
    font-weight: 600;
    white-space: nowrap;
    line-height: 1.6;
}

.nav-link.tamtron-btn {
    max-width: 150px;
}

.nav-link.tamtron-btn:hover {
    color: var(--base-white);
}

@media (min-width: 1199px) {
	.nav-link.tamtron-btn  {
        max-width: 100%
    }
}

.navbar .tamtron-btn {
    box-shadow: 0px 4px 8px 0px hwb(0deg 0% 100% / 12%);
}

/*
.tamtron-btn,
.wp-block-button.is-style-tamtron .wp-block-button__link,
.hs-button {
    min-width:160px;
}*/

a.btn.white.cut.double.arrow::before,
.tamtron-btn::before,
.wp-block-button.is-style-tamtron .wp-block-button__link::before,
.tamtron-btn-small::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 2px;
  padding: 2px;
  background: linear-gradient(270deg, var(--base-blue), var(--base-accent));
  background-size: 200% 100%;
  background-position: left center;
  mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  mask-composite: exclude;
  transition: background-position 0.5s ease-in-out;
  z-index: -1;
}

/* Fill effect on hover */
a.btn.white.cut.double.arrow:after,
.tamtron-btn::after,
.wp-block-button.is-style-tamtron .wp-block-button__link::after,
.tamtron-btn-small::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--base-blue), var(--base-accent));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 250ms ease-in-out;
  z-index: -1;
}

/* Hover styles */
a.btn.white.cut.double.arrow:hover,
.tamtron-btn:hover,
.wp-block-button.is-style-tamtron .wp-block-button__link:hover,
.tamtron-btn-small:hover {
  color: var(--base-white)!important;
}

a.btn.white.cut.double.arrow:hover:after,
.tamtron-btn:hover::after,
.wp-block-button.is-style-tamtron .wp-block-button__link:hover::after,
.tamtron-btn-small:hover::after {
  transform: scaleX(1);
}

.wp-block-button.is-style-tamtron-dl,
.wp-block-button.is-style-tamtron-phone,
.wp-block-button.is-style-tamtron-email{
    width:100%;
}

.wp-block-button.is-style-tamtron-dl a,
.wp-block-button.is-style-tamtron-phone a,
.wp-block-button.is-style-tamtron-email a {
    background-color:var(--base-white);
    font-family:var(--pn);
    width:100%;
    position:relative;
    transition: 0.2s ease-in-out;
    color:var(--base-black);
    border-radius:4px;
    padding: 12px;
}

.wp-block-button.is-style-tamtron-dl a:hover,
.wp-block-button.is-style-tamtron-phone a:hover,
.wp-block-button.is-style-tamtron-email a:hover {
    color:var(--base-white);
    background-color: var(--base-dark);
    transition: 0.2s ease-in-out;
}

.wp-block-button.is-style-tamtron-dl a:hover::after,
.wp-block-button.is-style-tamtron-phone a:hover::before,
.wp-block-button.is-style-tamtron-email a:hover::before {
    filter:invert(1);
}

.wp-block-button.is-style-tamtron-phone a::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url("/wp-content/uploads/2025/10/icon-phone.svg");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: relative;
  margin-right:10px;
}

.wp-block-button.is-style-tamtron-email a::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url("/wp-content/uploads/2025/10/icon-envelope.svg");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: relative;
  margin-right: 10px;
}

.wp-block-button.is-style-tamtron-dl a::after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-left: 47px;
  background-image: url("/wp-content/uploads/2025/10/icon-download.svg");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  right: 20px;
  position: absolute;
}

.search-form input.search-submit {
    position: relative;
    padding: 7px 24px;
    border-radius: 2px;
    background: var(--base-blue);
    z-index: 1;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    text-decoration: none !important;
    outline: none;
    appearance: none;
    font-weight: 600;
    white-space: nowrap;
    line-height: 1.6;
    color: var(--base-light);
    border: 1px solid var(--base-blue);
}

.btn-filter {
    border-radius: 2px;
    border: 1px solid var(--base-light);
    padding: 10px 24px;
    font-family: var(--pn);
    font-weight: 700;
    font-style: normal;
    margin-right:8px;
    background-color:transparent;
    color:var(--base-black);
    outline:unset;
}

.btn-filter:hover {
    border: 1px solid var(--base-blue);
}

.btn-filter.btn-active {
    border: 1px solid var(--base-blue);
    background-color:var(--base-blue);
    color:var(--base-white);
}

.showme {
    font-family: var(--pn);
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    margin-right:8px;
    min-width:70px;
}

.pagination {
    gap:10px;
}

a.page-link, a.page-link:visited, span.page-link {
    outline:none;
    padding:0;
    color:var(--base-blue);
}

.page-link:focus {
    color: var(--base-blue);
    background-color:unset;
    outline: 0;
    box-shadow: unset;
}

.page-link, .page-link:hover {
    background-color:unset;
    border:none;
}

.page-link.current .tamtron-btn-small {
    background-color:var(--base-blue);
    color:var(--base-white);
}


/*.wp-block-button.is-style-tamtron .wp-block-button__link {
  border: 2px solid transparent;
  background: 
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(90deg, var(--base-blue), var(--base-accent)) border-box;
  border-radius: 4px;
}
 
.wp-block-button.is-style-tamtron .wp-block-button__link:hover {
	background: transparent;
}*/


/* Fonts */
.f-ultralight {
    font-family:var(--pn);
    font-weight: 100;
    font-style: normal;
}

.f-ultralight-it {
    font-family:var(--pn);
    font-weight: 100;
    font-style: italic;
}

.f-regular {
    font-family:var(--pn);
    font-weight: 400;
    font-style: normal;
}

.f-regular-it {
    font-family:var(--pn);
    font-weight: 400;
    font-style: italic;
}

.f-semibold {
    font-family:var(--pn);
    font-weight: 600;
    font-style: normal;
}

.f-semibold-it {
    font-family:var(--pn);
    font-weight: 600;
    font-style: italic;
}

.f-bold {
    font-family:var(--pn);
    font-weight: 700;
    font-style: normal;
}

.f-bold-it {
    font-family:var(--pn);
    font-weight: 700;
    font-style: italic;
}

.f-extrabold {
    font-family:var(--pn);
    font-weight: 800 !important;
    font-style: normal;
}

.f-extrabold-it {
    font-family:var(--pn);
    font-weight: 800;
    font-style: italic;
}

.site h1, .site h2, .site h3, .site h4, .site h5, .site h6 {
    font-family:var(--pn);
    font-weight: 600;
    font-style: normal;
    line-height: 1.0;
    margin-bottom: 20px;
}

.hero-image h1,
.hero-image-product h1 {
    font-weight: 900;
}

.hero-background-image {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}

.hero-background-image img { 
    width:100%;
    height:100%;
    object-fit:cover;
    z-index:0;
    position:relative;
}

.hero-shade {
    width:100%;
    height:100%;
    object-fit:cover;
    z-index:1;
    position:absolute;
    background-image:linear-gradient(180deg, rgba(0, 0, 0, 0) 24%, rgb(0 0 0) 100%);
}


.site p, .site ul, .site ol {
    font-family:var(--pn);
    font-weight: 400;
    font-style: normal;
    margin: 0 0 1.5em 0;
    font-size: 18px;
}

.site ul, .site ol {
    font-weight: 600;
}

.site .bg-base-green ol li a:hover,
.site .bg-base-green ul li a:hover {
    color: var(--base-white);
}

.site .has-base-blue-background-color ol,
.site .has-base-blue-background-color ul {
    color: var(--base-white);
}

p.page-excerpt {
    margin-top: 28px;
}

/* Gutenberg font sizes */

.has-x-large-font-size {
	font-size: clamp(40px, calc(40px + (68 - 40) * ((100vw - 576px) / (1400 - 576))), 68px) !important;
    line-height: 1.1;
    margin-bottom: 40px !important;
}

.has-large-font-size {
	font-size: clamp(34px, calc(34px + (54 - 34) * ((100vw - 576px) / (1400 - 576))), 54px) !important;
    line-height: 1.1;
    margin-bottom: 40px !important;
}

.has-medium-font-size {
	font-size: clamp(28px, calc(28px + (42 - 28) * ((100vw - 576px) / (1400 - 576))), 42px) !important;
    line-height: 1.1;
}

.has-small-font-size {
	font-size: clamp(24px, calc(24px + (35 - 24) * ((100vw - 576px) / (1400 - 576))), 35px) !important;
    line-height: 1.1;
}

.has-sx-font-size, .page-excerpt {
	font-size: clamp(16px, calc(34px + (22 - 16) * ((100vw - 576px) / (1400 - 576))), 22px) !important;
}


.site h1 {
	font-size: clamp(40px, calc(40px + (68 - 40) * ((100vw - 576px) / (1400 - 576))), 68px);
	letter-spacing: -1px;
}

.type-h1 {
	font-size: clamp(40px, calc(40px + (68 - 40) * ((100vw - 576px) / (1400 - 576))), 68px) !important;
	letter-spacing: -1px !important;;
}

.site h2 {
	font-size: clamp(34px, calc(34px + (54 - 34) * ((100vw - 576px) / (1400 - 576))), 54px);
	letter-spacing: -1px;
}

.type-h2 {
	font-size: clamp(34px, calc(34px + (54 - 34) * ((100vw - 576px) / (1400 - 576))), 54px) !important;
	letter-spacing: -1px !important;
    font-weight:600 !important;
}

.site h3 {
	font-size: clamp(28px, calc(28px + (42 - 28) * ((100vw - 576px) / (1400 - 576))), 42px);
	letter-spacing: -0.5px;
}

.type-h3 {
	font-size: clamp(28px, calc(28px + (42 - 28) * ((100vw - 576px) / (1400 - 576))), 42px) !important;
	letter-spacing: -1px !important;
    font-weight:600 !important;
}

.site h4 {
	font-size: clamp(24px, calc(24px + (35 - 24) * ((100vw - 576px) / (1400 - 576))), 35px);
	letter-spacing: -0.5px;
}

.type-h4 {
	font-size: clamp(24px, calc(24px + (35 - 24) * ((100vw - 576px) / (1400 - 576))), 35px) !important;
	letter-spacing: -0.5px !important;
    font-weight:600 !important;
}

.site h5,  .site .tab-content h2  {
	font-size: clamp(19px, calc(19px + (28 - 19) * ((100vw - 576px) / (1400 - 576))), 28px);
	letter-spacing: -0.5px;
    font-weight: 800;
}

.type-h5 {
	font-size: clamp(19px, calc(19px + (28 - 19) * ((100vw - 576px) / (1400 - 576))), 28px) !important;
	letter-spacing: -0.5px !important;
    font-weight: 700 !important;
}

.site h6,  .site .tab-content h3 {
	font-size: clamp(16px, calc(34px + (22 - 16) * ((100vw - 576px) / (1400 - 576))), 22px);
	letter-spacing: -1px;
}

.type-h6 {
	font-size: clamp(16px, calc(34px + (22 - 16) * ((100vw - 576px) / (1400 - 576))), 22px) !important;
	letter-spacing: -1px !important;
    font-weight:800 !important;
}

.site a {
    text-decoration: none;
}

.site p a {
    text-decoration: none;
    color: var(--base-blue);
}

.site a.has-base-white-color, .site .has-base-white-color a, .site .has-base-white-color a:hover {
    color: var(--base-white);
}

.site a:hover {
    color: var(--base-black);
    text-decoration: none;
}

.cut-all {
    -webkit-clip-path: polygon(4px 0%, calc(100% - 4px) 0%, 100% 4px, 100% calc(100% - 4px), calc(100% - 4px) 100%, 4px 100%, 0% calc(100% - 4px), 0% 4px);
    clip-path: polygon(4px 0%, calc(100% - 4px) 0%, 100% 4px, 100% calc(100% - 4px), calc(100% - 4px) 100%, 4px 100%, 0% calc(100% - 4px), 0% 4px);
}

.site blockquote {
    margin: 0 0 30px 0;
    padding:1.2em 30px 1.2em 75px;
    position: relative;
}

.site blockquote::before{   
    content: "\201C";
    color: var(--base-blue);
    font-size:4em;
    position: absolute;
    left: 10px;
    top:-10px;
}

.site blockquote p {
	font-size: clamp(19px, calc(19px + (28 - 19) * ((100vw - 576px) / (1400 - 576))), 28px) !important;
	letter-spacing: -0.5px !important;
    color: var(--base-blue);
}

@media (max-width: 767px) {
    .cut-all {
        -webkit-clip-path: none;
        clip-path: none;
    }
}

.cut-top-right {
    -webkit-clip-path: polygon(
        0 0, 
        calc(100% - 28px) 0, 
        100% 28px, 
        100% 100%, 
        0 100%
    );
    clip-path: polygon(
        0 0, 
        calc(100% - 28px) 0, 
        100% 28px, 
        100% 100%, 
        0 100%
    );
}

.cut-bottom-right {
    -webkit-clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 28px), 
        calc(100% - 28px) 100%, 
        0 100%
    );
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 28px), 
        calc(100% - 28px) 100%, 
        0 100%
    );
}


.cut-top-left {
    -webkit-clip-path: polygon(
        28px 0, 
        100% 0, 
        100% 100%, 
        0 100%, 
        0 28px
    );
    clip-path: polygon(
        28px 0, 
        100% 0, 
        100% 100%, 
        0 100%, 
        0 28px
    );
}

.cut-bottom-left {
    -webkit-clip-path: polygon(
        0 0, 
        100% 0, 
        100% 100%, 
        28px 100%, 
        0 calc(100% - 28px)
    );
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% 100%, 
        28px 100%, 
        0 calc(100% - 28px)
    );
}


.accentbox-blue::before {
    content:'';
    position:absolute;
    width:45%;
    height:calc(50% + 20px);
    background-color:var(--base-blue);
    bottom:-20px;
    left:-20px;
    z-index:-1;
    border-radius:4px;
}

/* theme elements */

.beamer {
    margin: auto;
    max-width: 1620px;
    padding-left: 40px;
    padding-right: 40px;
}

.beamer hr {
    margin: 0;
}

.beamer ul {
    list-style: none;
}

@media (min-width: 992px) {
    .bnav-item .dropdown-menu {
        margin-top:122px !important;
    }
}

.site-header {
    margin: auto;
    padding:0;
}

.customer-case-template-default.single .site-header,
.post-template-default.single .site-header {
    box-shadow: 0px 5px 8px 0px hwb(0deg 0% 100% / 20%);
}

/*
@media (min-width: 992px) {
	.site-header {
        padding:0 40px;
    }

    .beamer {
        padding:0 40px;
    }   
}

@media (min-width: 1200px) {
	.site-header {
        max-width: 1680px;
        padding:0 120px;
    }

    .beamer {
        max-width: 1680px;
        margin: auto;
        padding:0 120px;
    }
}*/

.navbar-brand img {
    width:250px;
    height:auto;
}

@media (min-width: 992px) {
    .navbar-brand img {
        width:273px;
        height:34;
    }
}

.navbar {
    padding-top: 32px;
    padding-bottom: 32px;
    margin: auto;
    max-width: 1620px;
    padding-left: 16px;
    padding-right: 16px;
}

@media (min-width: 992px) {
    .navbar {
         padding-top: 40px;
        padding-bottom: 30px;
        padding-left: 40px;
        padding-right: 40px;
    }
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23006FB9' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    width: 40px;
    height: 24px;
}

.navbar-toggler {
    border: none;
    background: transparent;
    padding: 0.5rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    background: transparent;
    outline: none;
    box-shadow: none;
}

/* Hamburger bars */
.navbar-toggler .icon-bar {
    display: block;
    width: 35px;
    height: 2px;
    margin: 5px auto;
    background-color: var(--base-blue);
    transition: all 0.3s ease;
}

/* Open state (not collapsed) */
.navbar-toggler:not(.collapsed) .icon-bar:nth-child(2) {
    transform: rotate(45deg);
    transform-origin: 20% 20%;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
    opacity: 0;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(4) {
    transform: rotate(-45deg);
    transform-origin: 20% 80%;
}

/* Closed state (hamburger) */
.navbar-toggler.collapsed .icon-bar:nth-child(2),
.navbar-toggler.collapsed .icon-bar:nth-child(4) {
    transform: rotate(0);
}

.navbar-toggler.collapsed .icon-bar:nth-child(3) {
    opacity: 1;
}


.menu-beamer-menu .dropdown-toggle::after,
.navbar .dropdown-toggle::after {
    display: none;
}

.search-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.search-field-header {
    font-family:var(--pn);
    height:40px;
    border-radius:100vmax;
    border:1px solid var(--base-blue);
    width:100%;
    transition: all 0.3s ease-in-out;
    background-image:url(/wp-content/uploads/2025/09/icon-search.svg);
    background-repeat:no-repeat;
    background-position:10px 50%;
    padding:0 0 0 40px;
    color:var(--base-black);
}

.search-field {
    font-family:var(--pn);
    height:40px;
    border-radius:100vmax;
    border:1px solid var(--base-blue);
    width:100%;
    transition: all 0.3s ease-in-out;
    background-image:url(/wp-content/uploads/2025/09/icon-search.svg);
    background-repeat:no-repeat;
    background-position:10px 50%;
    padding:0 0 0 40px;
    color:var(--base-black);
}

.search-item {
    margin-left:15px;
    margin-right:15px;
}

.search-field-header.extended {
    width:250px;
}

@media (min-width: 992px) {
	.search-field-header {
        width:113px;
    }

    .search-item {
        margin-left:0px;
        margin-right:0px;
    }
}

.bnav-item {
    position:relative;
}

.bnav-item, .nav-item {
    border-bottom: 2px solid transparent;
}

.nav-item {
    margin-left: 0px;
}

@media (min-width: 1199px) { 
    .nav-item {
        margin-left: 16px;
    }
}

.mega-sub-item .menu-item {
    font-weight:400;
    color:var(--base-black);
}

.mega-sub-item .menu-item:hover, .mega-sub-item .menu-item:focus, .mega-sub-item .menu-item:active {
    opacity:0.8;
}

/* Base underline for nav items — skip ones whose direct child <a> has .tamtron-btn */
.nav-item:not(:has(> a.tamtron-btn))::after {
  display: block;
  position: relative;
  content: '';
  border-bottom: 2px solid var(--base-blue);
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
  width: 100%;
}

/* Hover animation */
.nav-item:hover:not(:has(> a.tamtron-btn))::after,
.nav-item:has(a.current-menu-item)::after {
  transform: scaleX(1);
}

/* Direction control */
.nav-item.fromRight:not(:has(> a.tamtron-btn))::after {
  transform-origin: 100% 50%;
}

.nav-item.fromLeft:not(:has(> a.tamtron-btn))::after {
  transform-origin: 0% 50%;
}

.bnav-item > a, .nav-item > a {
    font-family: var(--pn);
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    text-decoration:none;
    color:var(--base-black);
    display:block;
    width:100%;
    height:100%;
    padding:10px 16px;
}

/*
html[lang='fr-FR'] .nav-item > a {
    font-size:15px;
}*/

@media (max-width: 1400px) {
    .bnav-item > a, .nav-item > a {
        padding-left: 10px!important;
        padding-right: 10px!important;
        font-size: 16px;
    }
}

/* Custom navbar-expand-xxxl */
@media (min-width: 1600px) {
  .navbar-expand-xxxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xxxl .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xxxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-xxxl .navbar-toggler {
    display: none;
  }
}

.bnav-item > a {
    font-size: 16px;
    font-weight: 400;
    padding:14px 16px;
    color: var(--base-black);
}

.bnav-item > a:active, 
.bnav-item > a:focus {
    color:var(--base-black);
}

.bnav-item > a.current-menu-item,
.bnav-item > a:hover {
    color: var(--base-blue);
}
	
@media (min-width: 992px) {
    #menu-menu-1 .dropdown-menu.mega-menu-content,
    .bnav-item .dropdown-menu {
        width: 100vw !important;          /* full viewport width */
        left: 50% !important;             /* start at center of parent */
        position: absolute;
        transform: translateX(-50%);      /* shift left by 50% to truly center */
        top:98%;
        max-width:1840px;
        overflow-x:hidden;
    }
}


.mega-menu-content {
    padding:20px;
}

.mega-row {
    padding:0;
}

@media (min-width: 992px) {
	.mega-row {
        max-width:1620px;
        margin-left:auto;
        margin-right:auto;
        padding:0 40px;
    }
}

.navbar-nav {
    margin:0;
    margin-bottom: 0!important;
    padding:0;
}

.beamer .navbar {
    padding:0;
}

.beamer .navbar-expand-lg .navbar-collapse {
    justify-content:end;
}

.beamer-search {
    padding-left:0 !important;
}

#rlvlive{
    z-index:2;
}

.relevanssi-live-search-results {
    min-height:0px !important;
}

.relevanssi-live-search-results-showing {
    max-height:unset !important;
}

.navbar-toggler {
    padding: 0;
    border: 0;
}

.navbar-toggler:focus {
    box-shadow: unset;
}

.beamer-language-switcher {
    margin:0 !important;
    padding:0;
    height:52px;
}

.widget_mslswidget {
    width: auto;
}

.widget_mslswidget select {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.widget_mslswidget label {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.company-address p {
    color:var(--base-white);
}

.company-address a {
    color:var(--base-accent) !important;
}

.lang-dropdown {
    position: relative;
    font-size: 16px;
}

.lang-current {
    cursor: pointer;
    color: var(--base-black);
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
}

.lang-options {
    display: none;
    position: absolute;
    top: 0;
    left: -30px;
    background: var(--base-white);
    border-radius: 8px;
    padding: 6px 0;
    margin-top: 6px;
    list-style: none;
    min-width: 120px;
    z-index: 1000;
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
}

.lang-options li {
    padding: 8px 14px;
    cursor: pointer;
    color:var(--base-black);
}

.lang-options li:hover {
    color:var(--base-white);
    background: var(--base-blue);
}


/* Style columns */
.mega-col {
    width: 20%;
}


.mega-col h6 {
  margin-bottom: .5rem;
}

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

.second-level-link {
    font-family: var(--pn);
    font-weight: 700;
    font-style: normal;
    font-size: 22px;
    letter-spacing: -0.5px;
    text-decoration:none;
    display: block;
    margin-bottom: 16px;
}

.mega-col ul li a {
    padding:0;
    color:var(--base-black);
    font-family: var(--pn);
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 1.1;
    text-decoration:none;
    display: block;
    margin-bottom: 16px;
}

.mega-col a, .mega-col ul li a.current-menu-item,
.mega-col a, .mega-col ul li a:hover {
  color:var(--base-blue);
}

.mega-title-items {
    margin:0;
    padding:0;
    list-style: none;
}

.mega-title-item {
    display: inline-flex;
    align-items: center; /* vertical centering */
    gap: 8px; /* space between before and text */
    position: relative;
}

.mega-title-item-link {
    font-size: 35px;
    font-family: var(--pn);
    font-weight: 600;
    font-style: normal;
    text-decoration: none;
    color:var(--base-blue);
}

.mega-title-item::before {
    content:url('/wp-content/uploads/2025/09/icon-arrow.svg');
    width:24px;
    height:24px;
    display:inline-block;
}

.mega-menu-image {
    height:118px;
    object-fit:cover;
    object-position:center center;
    width:100%;
}

.tamtronhr {
    margin-bottom:36px !important;
    border-bottom:1px solid #EBEBEB;
}

html[lang="en-US"] .break-words,
html[lang="de"] .break-words,
html[lang="sv-SE"] .break-words,
html[lang="nb-NO"] .break-words,
html[lang="pl-PL"] .break-words,
html[lang="cz"] .break-words,
html[lang="da-DK"] .break-words,
html[lang="es"] .break-words,
html[lang="sk-SK"] .break-words {
    hyphens:auto;
}

.break-words span {
  display: block; /* forces each span onto its own line */
}

.site-footer {
    font-family:var(--pn);
}

.site-footer-shadow {
    height:80px;
    display:block;
    background: linear-gradient(360deg, #006FB9 0%, #005E9C 100%);
}

.footer-logo {
    width:100%;
    height:auto;
}

.social-medias {
    list-style: none;
    margin:0 !important;
    padding:0;
}

#menu-legal-etc,
#menu-footer-menu-1,
#menu-footer-2 {
    list-style:none;
}

#menu-legal-etc li a,
#menu-legal-etc li a:hover,
#menu-legal-etc li a:active,
#menu-legal-etc li a:focus,
#menu-legal-etc li a:visited, 
#menu-footer-menu-1 li a,
#menu-footer-menu-1 li a:hover,
#menu-footer-menu-1 li a:active,
#menu-footer-menu-1 li a:focus,
#menu-footer-menu-1 li a:visited,
#menu-footer-menu-2 li a,
#menu-footer-menu-2 li a:hover,
#menu-footer-menu-2 li a:active,
#menu-footer-menu-2 li a:focus,
#menu-footer-menu-2 li a:visited {
    color:var(--base-white);
    text-decoration:none;
}

#menu-footer-menu-1 {
    margin-bottom:40px;
    padding:0;
}

#menu-footer-menu-2 {
    margin-bottom:40px;
    padding:0;
	list-style:none;
}

#menu-footer-menu-1 li {
    height:51px;
    border-bottom:1px solid var(--base-white);
    padding-top:10px;
    position:relative;
}

#menu-footer-menu-1 li a, 
#menu-footer-menu-2 li a {
  position: relative; 
  left: 0;
  transition: left 0.2s ease-in-out; /* more specific = smoother */
}

#menu-footer-menu-1 li a:hover, 
#menu-footer-menu-2 li a:hover {
  left: 10px;
}

#menu-footer-menu-1 li a::after {
    content:'';
    background-image:url(/wp-content/uploads/2025/10/icon-caret.svg);
    background-repeat:no-repeat;
    position:absolute;
    width:24px;
    height:24px;
    right:15px;
    top:5px;
}

#menu-footer-menu-1 li a,
#menu-footer-menu-2 li a {
    font-family: var(--pn);
    font-weight: 700;
    font-style: normal;
    font-size: 22px;
    display:block;
    width:100%;
}


#menu-legal-etc{
    padding:0;
    margin:0;
}

#menu-legal-etc li:not(:last-child) {
    margin-right:16px;
}

#menu-legal-etc li {
   display:inline-block;
   margin-bottom:16px;
}

/*.site-switcher a::after {
    content:'';
    background-image:url(/wp-content/uploads/2025/10/icon-mappin.svg);
    width:24px;
    height:24px;
    background-repeat:no-repeat;
    background-position:center center;
    background-color:lime;
    position:absolute;
    top:0;
    right:0;
}*/

/* POST */

.title-container {
    background-image:url('/wp-content/uploads/2025/09/kennot2.svg');
    background-repeat:no-repeat;
    background-position:top right;
    background-size: 80px 50px;
}

.customer-case-template-default.single h1.entry-title, 
.post-template-default.single article h1.entry-title {
    font-weight: 800;
    margin-top: 0;
}

.customer-case-template-default.single article h1,
.customer-case-template-default.single article h2,
.customer-case-template-default.single article h3,
.customer-case-template-default.single article h4, 
.customer-case-template-default.single article h5, 
.customer-case-template-default.single article h6,
.post-template-default.single article h1, 
.post-template-default.single article h2, 
.post-template-default.single article h3, 
.post-template-default.single article h4, 
.post-template-default.single article h5, 
.post-template-default.single article h6 {
    /* color: var(--base-black);*/
    margin-bottom: 24px;
}


.customer-case-template-default.single article p,
.post-template-default.single article p {
    margin-bottom: 32px;
}

.post-sidebar-container {
    position:sticky;
    top:40px;
    align-self: flex-start;
}

.post-sidebar {
    background-image:url('/wp-content/uploads/2025/09/kennot2.svg');
    background-repeat:no-repeat;
    background-position:bottom center;
    background-size: 130px 110px;
    height:130px;
    transform: rotate(180deg);
    position:relative;
    top:40px;
}

.nl-article-sub {
    top:100px;
}

.post-thumbnail {
    position:relative;
    border-radius:4px;
    display:block;
    aspect-ratio: 1320/640;
}

.post-thumbnail img {
    z-index:1;
    position:relative;
    border-radius:4px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-thumbnail::before {
    content: '';
    position: absolute;
    width: 45%;
    height: calc(50% + 20px);
    background-color: var(--base-blue);
    top: -12px;
    right: -12px;
    z-index: 0;
    border-radius: 4px;
}

@media (min-width: 992px) {
	.post-thumbnail::before {
        top: -20px;
        right: -20px;
    }
}

.tamtron-divider {
    background-image:url('/wp-content/uploads/2025/09/divider.svg');
    height:51px;
    background-size:cover;
}

.person-image {
    aspect-ratio: 225/280;
    background-color: var(--base-light);
    margin-bottom: 33px;
    overflow: hidden;
}

.person-image img {
    width:100%;
    object-fit: cover;
    object-position: center center;
}

.person-details h3 {
    font-family:var(--pn);
    font-weight: 800;
    font-style: normal;
    font-size: 22px;
    letter-spacing: -0.5px;
}

.person-details span {
    font-family:var(--pn);
    display:block;
}

.person-details .person-email a,
.person-details .person-phone a {
    text-decoration:none;
    color:var(--base-black);
}

.hero-image {
    /* aspect-ratio: 1840/700; */
    height:400px;
    background-size:cover;
    background-position:center center;
    -webkit-clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 32px), 
        calc(100% - 32px) 100%, 
        0 100%
    );
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 32px), 
        calc(100% - 32px) 100%, 
        0 100%
    );
}

.hero-image-product {
    height:400px;
    background-size:cover;
    background-position:center center;
    -webkit-clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 32px), 
        calc(100% - 32px) 100%, 
        0 100%
    );
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 32px), 
        calc(100% - 32px) 100%, 
        0 100%
    );
}

@media (min-width: 992px) {
	.hero-image, .hero-image-product {
        height:500px;
        -webkit-clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 120px), 
            calc(100% - 120px) 100%, 
            0 100%
        );
        clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 120px), 
            calc(100% - 120px) 100%, 
            0 100%
        );

        margin-left: 40px;
        margin-right: 40px;

    }
}

@media (min-width: 1200px) {
	.hero-image, .hero-image-product {
        height:700px;
        margin-left: 40px;
        margin-right: 40px;
    }
}

#post-archive-loading {
    position:absolute;
    width:100%;
    height:100%;
    background-color:var(--base-white);
    top:0;
    left:0;
    z-index:2;
    pointer-events: auto;
}

@-webkit-keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 172.13726806640625px;
    stroke-dasharray: 172.13726806640625px;
  }

  50% {
    stroke-dashoffset: 0;
    stroke-dasharray: 172.13726806640625px;
  }
  100% {
    stroke-dashoffset: 172.13726806640625px;
    stroke-dasharray: 172.13726806640625px;
  }
}

@keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 172.13726806640625px;
    stroke-dasharray: 172.13726806640625px;
  }

  50% {
    stroke-dashoffset: 0;
    stroke-dasharray: 172.13726806640625px;
  }
  100% {
    stroke-dashoffset: 172.13726806640625px;
    stroke-dasharray: 172.13726806640625px;
  }
}

.svg-elem-1 {
  -webkit-animation: animate-svg-stroke-1 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s infinite;
          animation: animate-svg-stroke-1 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s infinite;
}

.block-columns .nav.nav-tabs {
    margin:0;
    padding:0;
    border-top-right-radius:4px;
    border-top-left-radius:4px;
    border-bottom-left-radius:0px;
    border-bottom-right-radius:0px;
    border-bottom:none;
    display:flex;
    flex-direction:column;
}

.block-columns .nav.nav-tabs a {
    font-size: 17px;
    padding: 8px!important;
    border: none;
}

@media (min-width: 992px) {
	.block-columns .nav.nav-tabs{
        flex-direction:row;
    }
}

.block-columns .tab-pane.active,
.block-columns .nav.nav-tabs .nav-link.active {
    background-color:var(--base-light);
    border:none;
}

.block-columns .tab-content {
    padding:80px 16px;
    border-top-right-radius:4px;
    border-top-left-radius:0px;
    border-bottom-left-radius:4px;
    border-bottom-right-radius:4px;
    background-color:var(--base-light);
}

.block-columns .nav.nav-tabs li {
    border:none;
    border-radius:0 !important;
    margin: 0;
}

.hex::after {
    content: url(/wp-content/uploads/2025/10/single-hex.svg);
    position: relative;
    display: block;
    width: 36px;
    height: 36px;
    margin-top: 24px;
    margin-bottom: 48px;
    line-height: 0;
    /* Enable animation */
    transform-origin: center; /* Spin around the center */
    animation: spin 8s linear infinite; /* 2 seconds per rotation, continuous */
}

/* Keyframes for rotation */
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}


#breadcrumbs a {
    font-weight:800;
    color:var(--base-black);
    text-decoration:none;
}

#breadcrumbs a:hover, #breadcrumbs a:active, #breadcrumbs a:focus {
    color: var(--base-blue);
}

.industry-icon {
    width:86px; 
    height:90px;
    background-color: var(--base-accent);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
     clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
}

@media (min-width: 992px) {
	.industry-icon {
        width:180px; 
        height:189px;
    }
}

.page-title {
  margin:20px 0 0 0;  
}

.contact-details {
    margin:0;
    padding:0;
    list-style: none;
}

.contact-details a, .contact-details a:visited, .contact-details a:active, .contact-details a:focus {
    text-decoration:none;
}

.contact-details li {
    line-height: 1.2;
    margin-bottom: 10px;
}    

.contact-phone {
    background: url(/wp-content/uploads/2025/10/icon-phone.svg) no-repeat left center; 
    padding: 3px 0px 3px 48px;
}

.contact-email {
    background: url(/wp-content/uploads/2025/10/icon-envelope.svg) no-repeat left center; 
    padding: 3px 0px 3px 48px;
}

.has-base-white-color .contact-phone{
	  background: url(/wp-content/uploads/2026/02/icon-phone-white.svg) no-repeat left center; 
}

.has-base-white-color .contact-email {
	background: url(/wp-content/uploads/2026/02/icon-envelope-white.svg) no-repeat left center; 
}

.wp-block-embed.is-type-video iframe {
    aspect-ratio: 16/9;
    height: inherit;
}

@media (min-width: 992px) {
    /*.page .page-header { margin-left: 40px;margin-right: 40px;}*/
}

#post-filter-select {
    font-family: var(--pn);
    font-size: 18px;
    border-width: 0;
    border-radius: 2px;
    height: 48px;
    width: 100%;
    color: var(--base-black);
    padding: 5px 15px;
    background-color:var(--base-light);
}

.archive-link a {
    color: var(--base-black)!important;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 4px;
}

.archive-link a::after {
    content: '';
    background: url(/wp-content/uploads/2025/10/ArrowSquareRight.svg) no-repeat left center;
    width: 22px;
    height: 18px;
}

.hs-button {
    border:2px solid var(--base-blue);
    padding: 10px 24px !important;
    border-radius: 2px;
    background: transparent;
    z-index: 1;
    cursor:pointer;
    display:inline-block;
    text-align:center;
    text-decoration: none !important;
    outline:none;
    appearance: none;
    font-weight: 600;
    white-space: nowrap;
    line-height: 1.6;
}

.nl-article-sub input:not(input[type="submit"]) {
    border:1px solid var(--base-light) !important;
}
.ft-nl input[type="submit"],
.ft-nl input[type="submit"]:hover {
    border:2px solid var(--base-accent) !important;
    color:var(--base-white) !important;
}

.nl-article-sub input[type="submit"]:hover {
    color:var(--base-black);
}

.ft-nl input:not(input[type="submit"]) {
    border:1px solid var(--base-white) !important;
    color:var(--base-white);
    background-color:var(--base-blue);
}

.ft-nl label {
    color:var(--base-white);
}

.accordion-body {
	padding: 10px 0 0!important;
}

.accordion-button {
    background: transparent!important;
    border-radius: 0px !important;
}

.accordion-header {
    margin-bottom: 0 !important;
}

.accordion-item {
    background-color: transparent!important;
	border: none!important;
	border-top: 1px solid #DADAD9 !important;
    border-radius: 0px !important;
}

.accordion-item:last-child {
    border-bottom: 1px solid #DADAD9 !important;
}

.accordion-item button {
    font-size: clamp(19px, calc(19px + (28 - 19) * ((100vw - 576px) / (1400 - 576))), 28px);
    font-weight: 600;
    color: var(--base-blue)!important;
    padding: 18px 0;
}

.accordion-item:first-of-type .accordion-button {
	border-radius: 0px!important;	
}

.accordion-button:not(.collapsed),
.accordion-collapse.collapsing,
.accordion-collapse.collapse.show {
	background: transparent!important;
    box-shadow: none!important;
}

.accordion-item .accordion-button:focus,
.accordion-item .accordion-button:hover {
	border: none!important;
	background: transparent!important;
	color: var(--base-blue);
}

.accordion-button:not(.collapsed)::after,
.accordion-button::after {
    content: "-"!important;
    background-image: none!important;
    transition: none;
    height: inherit;
    color: var(--base-black);
}

.accordion-button::after {
    content: "+"!important;
    background-image: none!important;
}

ul.contact-list {
    list-style: none;
    padding: 0;
}
 
ul.contact-list li {
    border-bottom: 1px solid #DADAD9;
    padding: 10px;
}
 
ul.contact-list li a {
  color: var(--base-black);
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  gap: 1rem; /* spacing between text and caret */
  min-width: 0; /* allow flex children to shrink */
  overflow-wrap: anywhere;
  word-break: break-word;
}

ul.contact-list li:first-child {
    border-top: 1px solid #DADAD9;
}
 
ul.contact-list li a:after {
  content: '';
  background-image: url(/wp-content/uploads/2025/10/CaretRight.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 20px;
  height: 20px;
  flex-shrink: 0; /* keep caret visible */
}
 
ul.contact-list li a:hover {
    color: var(--base-blue);
}

.player-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}

.player-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.client-logos .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image) {
    width: calc(25% - var(--wp--style--unstable-gallery-gap, 16px) * .75);
    gap: 0px;
    max-width: 150px;
    margin: auto;
    padding: 0 15px;
}

td, th,
.wp-block-table td, .table td,
.wp-block-table th, .table th {
    font-family:var(--pn);
    border: 1px solid #7FB6DB;
    padding: .5em;
}

.table thead tr th:not(:first-child),
.table tbody tr td:not(:first-child) {
    text-align:center;
}

tr:nth-child(even), .table tr:nth-child(even){
    background-color: var(--base-white);
}

tr:hover {
    background-color: #7FB6DB;
}

.wp-element-caption {
    font-family:var(--pn);
    font-size:14px;
}

.multiply {
    mix-blend-mode: multiply;
}

/* MFN FEED */
.mfn-feed-year-header {
    display: none;
}
.mfn-item {
    margin-bottom: 2rem;
}
.mfn-item-header {
    display: block;
}

.mfn-date {
	font-size: 14px;
}

.single-mfn_news #main-content {
    margin-bottom: 5rem;
}
.mfn-filter-container label {
    font-weight: 700;
}
.mfn-filter-container select {
    font-size: .8rem;
}
.mfn-filter-container {
    margin-bottom: 2rem;
}

.mfn-item-header {
    display: flex;
    flex-direction: column;
}

.mfn-feed-year-header {
    margin-top: 20px;
    cursor: default;
}

.mfn-date {
    display: inline-block;
    cursor: default;
}

.mfn-newsfeed-pagination {
    margin-top: 20px;
}

.mfn-item {
    margin-bottom: 40px;
}

.mfn-tag {
    margin: 0 5px 5px 0;
    padding: 5px 10px 5px 0;
    cursor: default;
    white-space: nowrap;
}

.mfn-filter-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.mfn-filter-container select {
    appearance: none;
    padding: 0 30px 0 10px;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    line-height: 36px;
    cursor: pointer;
    width: 250px;
    margin-bottom: 20px;
    height: 36px;
    background: #ffffff url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yMy4yNDUgNGwtMTEuMjQ1IDE0LjM3NC0xMS4yMTktMTQuMzc0LS43ODEuNjE5IDEyIDE1LjM4MSAxMi0xNS4zOTEtLjc1NS0uNjA5eiIvPjwvc3ZnPg==) no-repeat right 10px top 50%;
    background-size: 14px 14px;
    background-position-y: 11.5px;
}

.mfn-category-filter {
    margin-bottom: 20px;
}

.mfn-newsfeed-category-selector, .mfn-newsfeed-year-selector {
    margin-right: 20px;
}

.mfn-filter-container label {
    display: block;
}

.mfn-year a {
    margin: 0 25px 0 0;
    letter-spacing: -0.6pt;
    padding: 5px 0 0 0;
    color: #332d2f;
    white-space: nowrap;
    outline: none;
}

.mfn-tags {
    display: flex;
    flex-wrap: wrap;
}

.mfn-title {
    font-size: clamp(19px, calc(19px + (28 - 19) * ((100vw - 576px) / (1400 - 576))), 28px);
    letter-spacing: -0.5px;
    font-weight: 800;
    font-family:var(--pn);
}

.mfn-title a {
    outline: none;
}

.mfn-newsfeed-pagination {
    display: flex;
    justify-content: space-between;
}

.mfn-attachments-container .mfn-attachment {
    display: flex;
    align-items: center;
    min-height: 80px;
}

.mfn-attachments-container .mfn-attachment .mfn-attachment-link {
    display: flex;
    align-items: center;
}

.mfn-attachments-container .mfn-attachment .mfn-attachment-icon {
    margin-right: 20px;
}

.mfn-attachments-container .mfn-attachment .mfn-attachment-icon img {
    width: 55px;
    min-width: 55px;
    border: 1px solid #eee;
}

.mfn-attachments-container .mfn-attachment .mfn-attachment-icon .dash {
    width: 55px;
    font-size: 30px;
    text-align: center;
}

.mfn-filter-select {
    display: block;
}

.mfn-item-thumbnail img {
    max-width: 100%;
    margin-bottom: 10px;
}

#mf-ticker-b43094ea-a36e-49e2-8af0-82d9fdd4297a .latest-price::before {
    content: 'Viimeisin hinta';
    display: block;
}

#mf-ticker-b43094ea-a36e-49e2-8af0-82d9fdd4297a .latest-price::after {
    content: '€';
}

#mf-ticker-b43094ea-a36e-49e2-8af0-82d9fdd4297a .delta-year::before {
    content: 'Muutos';
    display: block;
}

#mf-ticker-b43094ea-a36e-49e2-8af0-82d9fdd4297a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#mf-ticker-b43094ea-a36e-49e2-8af0-82d9fdd4297a div {
    width: 25.3125rem;
    margin-bottom: 1rem;
    text-align: center;
    color: var(--base-blue);
    font-weight: 600;
    font-size: clamp(19px, calc(19px + (28 - 19) * ((100vw - 576px) / (1400 - 576))), 28px);
    font-weight: 700;
    font-family:var(--pn);
}

#mf-ticker-b43094ea-a36e-49e2-8af0-82d9fdd4297a .mcap, #mf-ticker-b43094ea-a36e-49e2-8af0-82d9fdd4297a .delta-today, #mf-ticker-b43094ea-a36e-49e2-8af0-82d9fdd4297a .ath, #mf-ticker-b43094ea-a36e-49e2-8af0-82d9fdd4297a .max-price-year, #mf-ticker-b43094ea-a36e-49e2-8af0-82d9fdd4297a .min-price-year, #mf-ticker-b43094ea-a36e-49e2-8af0-82d9fdd4297a .latest-date, #mf-ticker-b43094ea-a36e-49e2-8af0-82d9fdd4297a .latest-time, #mf-ticker-b43094ea-a36e-49e2-8af0-82d9fdd4297a .delta-today-sek, #mf-ticker-b43094ea-a36e-49e2-8af0-82d9fdd4297a .delta-year-dividend, #mf-ticker-b43094ea-a36e-49e2-8af0-82d9fdd4297a .stock-symbol {
    display: none;
}

.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: var(--base-blue);
  color: #fff;
  padding: 12px 12px;
  border-radius: 4px;
  text-decoration: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 9999;
  box-shadow: 0 2px 6px 0 rgb(0 0 0 / 24%);
}

.back-to-top.show {
  opacity: 1;
  visibility: visible;
}

.wp-block-table thead {
	border-bottom: none;
}

.cookiebot-video-message {
    text-align: center;
}

.cookiebot-video-message strong {
    display: block;
    margin-bottom: 10px;
    font-size: 20px;
}

.cookiebot-video-message p {
    margin: 0 0 20px;
}

.cookiebot-video-message button {
    padding: 12px 20px;
    border: 0;
    cursor: pointer;
}

/* Mobile menu */ 
@media (max-width: 1199px) {
    .search-item {
        display: none!important;
    }

    .mega-col {
        width: 20%;
    }
	
	ul.mega-title-items {
        margin-top: 8px;
		margin-bottom: 16px;
	}

    .second-level-link {
        margin-bottom: 8px;
    }

    .navbar-collapse {
        padding-top: 40px;
    }

    .mega-menu-content {
        box-shadow: none!important; 
        padding: 0;
    }

    .nav-item:not(:has(> a.tamtron-btn))::after {
        display: none;
    }

    .navbar-toggler.me-16 {
        margin-right: 0px;
    }

	a.mega-title-item-link {
		font-size: 30px;
	}
	
	.nav-item > a {
        font-size: 22px; 
        text-decoration: none; 
        color: var(--base-black); 
        padding: 10px 0px!important;
    }

    .bnav-item > a {
        font-size: 18px; 
        text-decoration: none; 
        color: var(--base-black); 
        padding: 10px 0px;
    }

    .bnav-item  a.second-level-link {
        font-size: 18px;
    }

    a.bnav-link.dropdown-toggle,
    a.nav-link.dropdown-toggle {
        display: flex; 
        justify-content: space-between;
    }

    a.bnav-item.dropdown-toggle::after,
    a.nav-link.dropdown-toggle::after {
        content: '';
        display: inline-block;
        width: 24px;
        height: 24px;
        margin-left: 6px;
        vertical-align: middle;
        background-image: url('/wp-content/uploads/2025/10/CaretDown.svg');
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        transition: all 0.15s;
        border: none; /* removes Bootstrap's default arrow if present */
    }

    a.bnav-item.dropdown-toggle.show::after,
    a.nav-link.dropdown-toggle.show::after {
          transform: scaleY(-1);
          margin-top: 3px;
           transition: all 0.15s;
    }

}

@media (max-width: 992px) {
    .mega-col {width: 100%;}
    .block-columns .tab-content {padding: 40px 16px;}
    .block-columns .tab-content .wp-block-image img {max-width: 40%;}
    .block-columns .tab-content .wp-block-image {margin: auto; margin-bottom:16px; text-align: center;}
    .tab-content .wp-lightbox-container {align-items: center;}
    .block-columns .tab-content [class*="col-lg-"] {min-width: 0; overflow-x: auto;}
    .block-columns .nav.nav-tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        flex-direction: row;
    }
}

@media (max-width: 767px) {
    .h1 {margin: 18px 0;}
    .navbar-brand img {max-width: 160px;}
    p.page-excerpt { margin-top: 8px;}
    .back-to-top {padding: 8px; right: 20px; bottom: 20px;}
    .lang-current {font-size: 12px;}
    .navbar {padding-top: 12px; padding-bottom: 12px;}
    .navbar-brand {padding-top: 0;}
    .row.related-row-norway.g-32 {--bs-gutter-x: 10px!important;}
    .related-row-norway .row > * {padding-left: 0; padding-right: 0;}
    .related-row-norway .related-content {padding: 18px 18px 0px 18px;}
    .related-row-norway .related-content h3 {margin-bottom: 12px;}
    .site .related-row-norway .related-content p {display: none;}
    .related-row-norway .related-content-bottom {padding: 0px 18px 44px 18px;}
    .related-item {
        clip-path: polygon(24px 0, 100% 0, 100% calc(100% - 44px), calc(100% - 44px) 100%, 0 100%, 0 24px);
        -webkit-clip-path: polygon(24px 0, /* top-left slope */ 100% 0, /* top-right */ 100% calc(100% - 44px), /* bottom-right slope start */ calc(100% - 44px) 100%, /* bottom-right slope */ 0 100%, /* bottom-left */ 0 24px /* back to left slope */)
    }
}