﻿@charset "utf-8";
/* CSS Document */

body {
    padding: 0;
    margin: 0;
    font-family: "new-hero", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #122945;
    font-size: 16px;
    line-height: 1.5rem;
    /* line-height: 22px; */
    background-color: #f1f2f2;
}

.logo img {
    max-width: 250px;
}

img {
    height: intrinsic;
    width: 100%;
}

.max1400 {
    max-width: 1400px;
}

.centered {
    margin: 0 auto!important;
}

a {
    text-decoration: none;
    color: inherit;
    transition: all 0.25s ease-in-out;
}

ul {
    margin: 0;
    list-style-type: none;
    padding: 0;
}

.mainmenu a {
    font-size: 16px;
    line-height: 20px;
    display: flex;
    border-bottom: 10px solid transparent;
    padding-bottom: 20px;
    transition: all 0.25s ease-in-out;
}

.header {
    background-color: #fff;
}

.logo {
    flex-basis: 270px;
    justify-content: center;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.menu-left, .menu-right {
    flex-basis: calc(50% - 170px);
    display: flex;
}

.mainmenu ul.submenu {
    display: none;
    position: absolute;
    background-color: #f1f2f2;
    padding: 10px;
    column-count: 2;
    z-index: 10;
    box-sizing: border-box;
}
.mainmenu ul li:hover ul.submenu {display:block}

.menu-right {
    justify-content: flex-end;
}

.mainmenu > ul {
    display: flex;
}

a.menu-parent {
    padding-right: 20px;
}

a.menu-parent:after {
    content: " ";
    display: block;
    background: url(../svg/icon-menu.svg) no-repeat;
    background-position: right 6px;
    background-size: 12px;
    width: 20px;
}

ul.submenu a {
    border-bottom: 0;
    padding: 10px;
}

.box-h1 {position: absolute;left: 0;right: 0;padding: 20px;/* padding-top: 2vw; */box-sizing: border-box;/* display: flex; *//* flex-wrap: wrap; *//* align-items: center; */}

.percent100 {
    width: 100%;
}

.area-hero img {
    width: 100%;
   /* max-width: 1900px;*/
}

.btn-standard {
    border-radius: 60px;
    color: #fff;
    padding: 20px;
    padding-right: 60px;
    width: fit-content;
    background: url(../svg/btn-arrow.svg) no-repeat;
    background-size: 20px;
    background-position-y: center;
    background-position-x: 90%;
    display: block;
    font-size: initial;
    line-height: initial;
    margin: 20px 0;
    font-weight: 600;
    transition: all 0.25s ease-in-out;
	border:none;
}

.bg-blue {
    background-color: #122945;
    background-size: 20px;
    background-position-y: center;
    background-position-x: 90%;
    color: #fff!important;
    display: flex;
    justify-content: space-between;
}

.btn-standard img {
    max-width: 20px;
    margin-left: 20px;
    position: relative;
}

.btn-standard:hover {
background-position-x: 85%;
}

.area-hero {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
    display: flex;
    justify-content: left;
    align-items: center;
    /* background-color: #ee4e23; */
    /* background: url(../templateimages/bg-header.png) no-repeat top center #ee4e23; */
    /* background-size: cover; */
    /* min-height: 550px; */
}

h1 {
    font-size: 70px;
    font-weight: 400;
    line-height: 75px;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

.spacer {
    height: 40px;
}

h3 {
    color: #e74011;
    font-size: 20px;
    line-height: 26px;
    padding: 0;
    margin: 20px 0;
}

.textcenter {
    text-align: center;
}

.text-intro {
    font-size: 18px;
    font-size: clamp(16px, 5cqi, 18px);
    line-height: clamp(18px, 7cqi, 25px);
}

.max1100 {
    max-width: 1100px;
}

h2 {
    font-size: 45px;
    line-height: 3.2rem;
    padding: 0;
    margin: 20px 0;
}

.home-employers-icons {
    display: grid;
    justify-content: space-between;
    column-gap: 20px;
    margin: 60px 0;
    text-align: center;
    grid-template-columns: repeat(auto-fit, minmax(120px, calc(13% - 5px)));
}

.gap {
    column-gap: 20px;
    row-gap: 20px;
}

.home-employers-icons a {
    font-weight: 600;
    font-size: clamp(14px, 1cqi, 16px);
    line-height: clamp(16px, 1.8cqi, 23px);
    justify-content: center;
    display: flex;
    align-content: flex-start;
    flex-wrap: wrap;
}

.home-employers-icons a img {
    max-width: 160px;
    margin-bottom: 20px;
}

.home-employers-icons a:nth-child(even) {
    /* margin-top: 20px; */
}

.bg-orange {
    background-color: #e74011;
}

.home-candidates {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
}

.home-candidates-left, .home-candidates-right {
    flex-basis: calc(50% - 40px);
}

.home-candidates-right img {
    max-height: 600px;
    max-width: 900px;
}

.home-candidates-right {
    position: absolute;
    right: 0;
    display: flex;
    align-items: end;
    width: 50%;
    justify-content: flex-end;
    padding-bottom: 20px;
}

.home-about-2cols {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
}

.home-about {
    padding-bottom: 40px;
    box-sizing: border-box;
    background-color: #122945;
}

.home-about-content {
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    padding: 20px;
    box-sizing: border-box;
}

.home-about-right, .home-about-left {
    flex-basis: calc(50% - 40px);
    text-align: right;
}

.home-about-left {
    display: flex;
}

.home-about-left img {
    margin-bottom: -147px;
    z-index: 100;
    max-width: 680px;
}

.home-about-skew {
    background-color: #f1f2f2;
    height: 40px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 0);
    top: -1px;
    position: relative;
}

.list {
    display: grid;
    justify-content: space-between;
    grid-template-columns: repeat(auto-fit, minmax(180px, calc(33% - 20px)));
}

.list-item {
    font-size: 20px;
    line-height: 26px;
    font-size: clamp(12px, 4.5cqi, 16px);
    line-height: clamp(17px, 6cqi, 1.5rem);
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
}

.list-item-date {
    font-weight: 600;
}

.list-item a {
    display: flex;
    flex-wrap: wrap;
}

.list-item-shortext {
    box-sizing: border-box;
    font-size: clamp(16px, 5cqi, 20px);
    line-height: clamp(18px, 7cqi, 25px);
}

.list-item-thumb {
    padding-bottom: 20px;
    display: flex;
}

.footer {
    background-color: #122945;
    color: #fff;
    padding-bottom:60px;
}

.footer-left, .footer-right, .footer-bottom-left, .footer-bottom-right {
    flex-basis: 260px;
    flex-direction: column;
    display: flex;
    justify-content: center;
}
.footer-bottom-left a {font-size:12px; color: rgba(255,255,255,0.5)}

.footer-center {
    flex-grow: 1;
}

.footer-content {
    padding: 40px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 80px;
}

.footer-address img {
    max-width: 200px;
    display: flex;
    padding-bottom: 20px;
    /* width: 100%; */
}

.footer-address a {}

.footer-logos {
    display: flex;
    flex-wrap: wrap;
    font-size: 15px;
    align-items: center;
    justify-content: center;
}
button {cursor:pointer}

.footer-newsletter h3 {
    color: #fff;
}

.bg-ciel {
    background-color: #8ca6d6;
}

.generictable td {
    vertical-align: top;
    text-align: left;
    border: 1px solid #122945;
    padding: 5px;
}

.footer-logos-item img {height: 35px;width: auto;}



.footer-social img {
    width: 40px;
}

.footer-social {display: flex;/* flex-grow: 1; */align-items: center;justify-content: center;flex-wrap: wrap;    gap: 5px;}

.footer-totop img {
    max-width: 20px;
    margin-left: 10px;
    margin-bottom: 5px;
    transition: all 0.25s ease-in-out;
}

.footer-totop a {
    font-size: 13px;
    line-height: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.newsletter-form {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-newsletter {
    margin-bottom: 40px;
}

.newsletter-form input[type=email] {
    background-color: #d2dcef;
    width: 100%;
    max-width: 300px;
    max-width: 400px;
    height: 50px;
}

input, textarea {
    font-family: "new-hero", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #122945;
    font-size: 16px;
    line-height: 20px;
    background-color: #fff;
    border: 0;
    border-radius: 25px;
    min-height: 30px;
    padding: 13px 15px 10px 15px;
    outline: 0;
    box-sizing: border-box;
}

.newsletter-form .btn-standard {height: 50px;box-sizing: border-box;line-height: 0.85rem;margin: 0;}



.footer-right {
    justify-content: center;
}

.box-h1 h1 {
    width: 50%;
    /* color: #fff; */
}

.children {
    grid-template-columns: repeat(auto-fit, minmax(250px, calc(50% - 20px)));
}

.children-item {
    background-color: #fff;
}

.children-item a {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 20px;
    padding-bottom: 20px;
}

.children-item-parent {
    font-size: 20px;
    font-weight: 600;
    color: #e74011;
    flex-basis: 100%;
    padding: 0 20px;
}

.children-item-title {
    font-size: 30px;
    font-weight: 600;
    flex-basis: 100%;
    padding: 0 20px;
    font-size: clamp(25px, 4cqi, 30px);
    line-height: clamp(24px, 5cqi, 1.25rem);
}

.children-item-btn img {
    max-width: 60px;
    transition: all 0.25s ease-in-out;
}

.children-item-btn {
    margin-top: -50px;
    /* position: absolute; */
    flex-basis: 100%;
    z-index: 10;
    /* right: 90%; */
    justify-content: end;
    display: flex;
    margin-right: 20px;
    transition: all 0.25s ease-in-out;
}

.gap40 {
    column-gap: 40px;
    row-gap: 40px;
}

.children-item {
    position: relative;
}

.career-list-item {
    background-color: #a8bbe0;
    color: #fff;
    flex-basis: 100%;
	/*cursor: pointer;*/
}

.tabbedmenu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.tabbedmenu a {
    background-color: #d7dbdf;
    padding: 20px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    transition: all 0.25s ease-in-out;
}

.tabbedmenu a.active {
    color: #fff;background-color: #e74011;
}

.career-list-item-title a {
    font-weight: 600;
    display: flex;
    width: calc(100% - 40px);
	color: #fff !important;
    font-size: clamp(18px, 6cqi, 26px);
    line-height: clamp(20px, 8cqi, 28px);
	cursor: pointer;
}

.content h2 {
    font-size: 35px;
    line-height: 2.5rem;
    font-size: clamp(28px, 7cqi, 35px);
    line-height: clamp(30px, 8cqi, 2.5rem);
	margin-top: 3rem;
}
.content ul {    margin-top: 20px;}
.content li {margin-left: 30px;    margin-bottom: 20px;}
.content ul li:before {    content: " ";    display: block;    margin-left: -30px;    float: left;    width: 20px;    height: 20px;    background: url(../svg/icon-list.svg) no-repeat;}
.career-list-item-accordion {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.career-list-item-accordion-right {
    flex-basis: 200px;
}

.career-list-item-accordion-left {
    flex-grow: 1;
    font-size: 20px;
}

.accordion-closed {
    display: none;
}

.career-list {
    display: flex;
    flex-wrap: wrap;
}

.career-list a {color:#fff!important}

.career-list-item-title a {
    padding-top: 5px;
}

.career-list-item-details {
    line-height: 2rem;
}

.career-list-item-title a:before {
    content: "+";
    font-size: 45px;
    width: 40px;
    color: #122945;
    font-weight: 600;
}

.career-list-item-title a.active:before {
    content: "\2013";
}

.careers-banner {padding: 40px;box-sizing: border-box;color: #fff;display: flex;justify-content: space-between;align-items: baseline;background: url(../svg/circle.svg) no-repeat, url(../svg/bg-career-banner.svg) no-repeat, #e74011;background-position: 68%, right;background-size: 140px, 25%;flex-wrap: wrap;}

.careers-banner-text {
    font-size: 35px;
    line-height: 40px;
    font-weight: 600;
    font-size: clamp(25px, 8cqi, 35px);
    line-height: clamp(30px, 9cqi, 35px);
}

.news {
    display: flex;
    justify-content: space-between;
}

.news-list {
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    max-width: 850px;
}

.news-list-item {
    display: flex;
    flex-wrap: wrap;
    flex-basis: 100%;
    flex-direction: column;
    margin-bottom: 40px;
}

.news-filters {
    flex-grow: 1;
}

.news-list-item-date_cat {font-weight: 600;padding: 0 40px;}

.news-list-item-img {
    display: flex;
}

.news-list-item-title {
    font-size: 30px;
    font-weight: 600;
    padding: 0 40px;
}

.news-list-item-shorttext {
    padding: 0 40px;
}

.news-list-item-btn {
    padding: 0 40px;
}

.btn-red {
    color: #e74011;
    background-image: url(../svg/btn-arrow-orange.svg);
    padding: 0;
    padding-right: 60px;
}

.btn-orange {
    color: #e74011;
    background-image: url(../svg/btn-arrow-orange.svg);
    padding: 0;
    padding-right: 60px;
    margin: 0;
}

.pager {
    flex-basis: 100%;
    justify-content: center;
    display: flex;
    font-weight: 600;
}

a.pager-arrow {
    color: #e74011;
}

.pager a.active {
    color: #b3b3b3;
}

.news-filters-search input {
    background-color: #d7dbdf;
    width: 100%;
}

.news-filters-search input::placeholder  {color: #122945;}


a.btn-search img {
    max-width: 25px;
}

a.btn-search {
    position: absolute;
    right: 15px;
    top: 9px;
}

.news-filters-search {
    position: relative;
    margin-bottom: 100px;
}

.news-filters h3 {
    color: #122945;
    font-size: 35px;
    margin-bottom: 40px;
    font-size: clamp(30px, 6cqi, 35px);
    line-height: clamp(32px, 7cqi, 2.5rem);
}

.news-filters-years {
    margin-bottom: 80px;
    display: flex;
    flex-direction: column;
    font-size: 20px;
}

.news-filters-years a {
    border-bottom: 1px solid #122945;
    padding-bottom: 20px;
}

.news-filters-years span {
    color: #e74011;
}

.news-filters-categories-item {
    font-size: 20px;
    font-weight: 600;
}

.news-filters-categories-item img {
    max-width: 120px;
}

.news-filters-categories-item a {
    display: flex;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

.news-filters-categories {
    display: flex;
    flex-direction: column;
}

.header-content {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    padding: 20px;
    padding-bottom: 0 !important;
    justify-content: space-between;
}

.content-header {
    padding: 60px 20px 40px;
    box-sizing: border-box;
}

.childrenmenu {
    justify-content: flex-start;
    font-size: initial;
    row-gap: 10px;
    column-gap: 10px;
}

.childrenmenu a {
    font-size: initial;
    background-color: #f1f2f2;
}

.content2columns {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.content2columns-left50, .content2columns-right50 {
    flex-basis: calc(50% - 20px);
}

.content2columns-left30, .content2columns-right30 {flex-basis: calc(30% - 20px);}
.content2columns-right70, .content2columns-left70 {flex-basis: calc(70% - 20px);}

.content  .text-intro {
    font-size: 20px;
    margin-bottom: 20px;
}

.teamlist {grid-template-columns: repeat(auto-fit, minmax(250px, 25%));}

.bg-team-color1 {background-color: #122945}
.bg-team-color2 {background-color: #e74011}
	.bg-team-color3 {background-color: #80a0d3}
	.bg-team-color4 {background-color: #fbae3b}
	.bg-team-color5 {background-color: #83529f}
	.bg-team-color6 {background-color: #016298}
	.bg-team-color7 {background-color: #f58138}
	.bg-team-color8 {background-color: #b9809b}

.teamlist-item-details-icons img {
    max-width: 30px;
}

.teamlist-item-details-icons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.teamlist-item-details {
    padding: 20px;
    box-sizing: border-box;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    opacity: 0;
    height: 100%;
    z-index: 100;
    color: #fff;
    transition: all 0.25s ease-in-out;
	    width: 100%;
}

.teamlist-item-photo {
    display: flex;
    align-items: baseline;
    height: 100%;
    justify-content: flex-end;
    overflow: hidden;
}

.teamlist-item-name {
    color: #fff;
}

.teamlist-item-name span {
    font-weight: 400;
    font-size: initial;
    border-bottom: 2px solid #fff;
    padding-bottom: 2px;
    margin-bottom: 20px;
    width: fit-content;
	line-height: 1.3rem;
}

.teamlist-item-name {
    font-weight: 600;
    font-size: 30px;
    line-height: 2rem;
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 0px;
    padding: 20px;
    z-index: 10;
    transition: all 0.25s ease-in-out;
    font-size: clamp(20px, 5cqi, 28px);
    line-height: clamp(24px, 6cqi, 2rem);
}

.teamlist-item {
    position: relative;
    transition: all 0.25s ease-in-out;
    max-height: 455px;
	cursor:pointer;
}
.teamlist-item.disabled {
    cursor: default;
    pointer-events: none;
}
.teamlist-item.open {
	cursor:default;
}

.teamlist-item.open .teamlist-item-photo img {
    opacity: 0.3;
}

.teamlist-item.open .teamlist-item-details {
    opacity: 1;
}

.teamlist-item-photo img {
    transition: all 0.25s ease-in-out;
    height: 100%;
    width: auto;
}

.teamlist-item-details-text {
    font-size: 14px;
    line-height: 1.4rem;
    flex-grow: 1;
    overflow-y: scroll;
    overflow-x: hidden;
	-ms-overflow-style: auto;
	scrollbar-color: #999 #F5F5F5;
	scrollbar-width: thin;
	padding-right:12px;
}
.teamlist-item-details-text::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

.teamlist-item-details-text::-webkit-scrollbar
{
  width: 8px;
  border-radius: 10px;
  background-color: #F5F5F5;
}

.teamlist-item-details-text::-webkit-scrollbar-thumb
{
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #999;
}


.teamlist-item.open .teamlist-item-name {
    opacity: 0;
}

.teamlist-item-details-icons-close img {
    width: 20px;
}

.teamlist-item-details-icons-social {
    display: flex;
    align-items: center;
}

.teamlist-item-details-moto {
    margin-top: 20px;
}

.teamlist-item-details-moto-text {
    background-color: #bcbec0;
    color: #000;
    padding: 10px;
    font-size: 13px;
    line-height: 1rem;
    font-style: italic;
}

hr {
    border: 0;
    border-bottom: 2px solid #122945;
    margin: 80px 0;
}

.content .home-employers-icons a:nth-child(even) {
    margin-top: 0;
}

.color-orange {
    color: #e74011;
}

.color-blue {
    color: #122945;
}

img.icon-contactus {
    max-width: 20px;
    margin-left: -30px;
    /* margin-right: 30px; */
    position: absolute;
}

.contactform {
    background-color: #8ca6d6;
}

.contactform-content {
    color: #fff;
    padding: 40px 0;
}

.contactform-content form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.input50 {
    flex-basis: calc(50% - 30px);
}

.input100 {
    flex-basis: 100%;
}

input[type=checkbox] {
    width: 30px;
    border: 0;
    outline: 0;
    margin: 0;
    padding: 0;
    margin-right: 10px;
}

.disclaimercheckbox {
    display: flex;
    justify-content: space-between;
    text-align: left;
    align-items: flex-start;
}


.bg-blue {
    background-color: #122945;
}

.disclaimercheckbox label {
    padding-top: 5px;
}

.contactform-content .btn-contactsubmit {
    display: flex;
    justify-content: flex-end;
}

.mainmenu a:hover {
    border-bottom-color: #f9cdc1;
}

.fullpagewidth {
    width: calc(100vw - 10px);
    /* width: 100vw; */
    position: relative;
    margin-left: -50vw;
    left: 50%;
}

.content {
}

.home-employers {
    padding: 0 20px;
    box-sizing: border-box;
}

.footer-top, .footer-bottom {
    flex-basis: 100%;
    display: flex;
    justify-content: space-between;
    column-gap: 80px;
    align-content: center;
}

.newsletter-form form {
    display: flex;
    align-items: center;
     width: 100%;
    justify-content: center;
    margin-top: 20px;
	    flex-wrap: wrap;
}
.newsletter-form .disclaimercheckbox {
    display: flex;
    justify-content: center;
    text-align: left;
    align-items: center;
}
.newsletter-form .disclaimercheckbox a {color:#8ca6d6}

.newsletter-form .disclaimercheckbox input[type=checkbox]{width:20px}
.pad {
    padding: 20px;
    box-sizing: border-box;
}

.news-list-item-title h2 {
    margin: 0;
    text-align: left;
}

.news-filters-mobile {
    display: none;
}

.tabbedmenu a:hover {
    background-color: #e74011;
    color: #fff;
}

.home-employers-icons a span {
    flex-basis: 100%;
}


h4 {
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

.footer-totop a:hover img {
    margin-top: -5px;
}

.children-item a:hover .children-item-btn {
    margin-right: 30px;
}

.children-item-img {
    display: flex;
    overflow: hidden;
}

.children-item-img img {
    transition: all 0.75s ease-in-out;
}

.children-item a:hover .children-item-img img {
    transform: scale(1.05);
}

.news-list-item-img a img {
    transition: all 0.75s ease-in-out;
}

.news-list-item-img a:hover img {
    transform: scale(1.1);
}

.news-list-item-img a {
    overflow: hidden;
    display: flex;
}

a:hover {
    color: #e74011;
}

a.bg-orange:hover {color: #fff;}

.content a {color: #8ca6d6; transitions: all 0.25s ease-in-out}
.disclaimercheckbox a {color:#122945}

.footer-address span {display: block;}

.footer-social-title {
    text-align: center;
    flex-basis: 100%;
}

.box-h1 img {
    max-width: 250px;
	max-height: 250px;
}

.header-logo {
    flex-basis: 100%;
}

.header-logo img {
    max-width: 120px!important;
}

.header-logo {
    color: #fff;
    font-size: 13px;
    margin-bottom: 30px;
}

.children .area-hero {
    background: url(../png/bg-header.png) no-repeat top center #ee4e23;
    background-size: cover;
    min-height: 550px;
    display: flex;
    justify-content: left;
}

.children .box-h1 {
    position: relative;
    padding-top: 2vw;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 20px;
}

.children .box-h1 h1 {
    color: #fff;
    width: 54%;
}
.news-photo-holder {max-width:25%;overflow:hidden}
.news-photo-holder img {width:100%;object-fit:cover;}

.mobile-only {display:none;}
.desktop-only {display:block;}

.footer-logos-certifications {margin-top: 20px;}
.footer-logos-certifications .footer-logos-item a img {height: 55px;}

/* Branding on the banner */ a#CybotCookiebotDialogPoweredbyCybot,div#CybotCookiebotDialogPoweredByText{display:none!important}
/* Branding on the widget */ #CookiebotWidget .CookiebotWidget-body .CookiebotWidget-main-logo{display:none!important}
.submit-cv-btn {background-color: #e74011;color: #fff;position: fixed;bottom: 14px;right: 80px;width: fit-content;border-radius: 60px;font-size: initial;line-height:initial;}
.submit-cv-btn a {display: inline-block;padding: 20px;}
.submit-cv-btn a:hover {color: #fff;}
.back-to-top-btn {    cursor: pointer;background-color: #8ca6d6;color: #fff;position: fixed;bottom: 14px;right: 250px;border-radius: 60px;font-size: initial;line-height:initial;width: 30px;padding: 10px 10px 6px;opacity:0;pointer-events:none;transition:500ms all}
.back-to-top-btn.visible {opacity: 1;pointer-events: all;}