.blocks.two-columns .blockEntry{grid-template-columns:repeat(2,minmax(0,1fr));}.blocks.three-columns .blockEntry{grid-template-columns:repeat(3,minmax(0,1fr));}.blocks.four-columns .blockEntry{grid-template-columns:repeat(4,minmax(0,1fr));}.blocks .blockEntry{display:grid;grid-column-gap:calc(var(--gutter)/2);grid-row-gap:calc(var(--gutter)/2);}.blocks .blockEntry img{width:100%;height:auto;display:block;margin-bottom:10px;}.blocks .blockEntry .item{overflow:hidden;}.blocks .blockEntry .item .block{margin-bottom:0;height:100%;}.blocks .blockEntry .item .block .media{flex:0 0 auto;}.blocks .blockEntry .item .block .content{word-break:break-word;}@media (max-width:56em){.blocks.two-columns .blockEntry,.blocks.three-columns .blockEntry,.blocks.four-columns .blockEntry{grid-template-columns:repeat(1,1fr);}}.blocks.four-columns .blockEntry.vacancies{grid-template-columns:1fr;grid-auto-rows:1fr;}.blocks.four-columns .blockEntry.vacancies > div > div{height:100%;}@media (min-width:48em){.blocks.four-columns .blockEntry.vacancies{grid-template-columns:repeat(2,minmax(0,1fr));}}@media (min-width:90em){.blocks.four-columns .blockEntry.vacancies{grid-template-columns:repeat(4,minmax(0,1fr));}}.blocks .employees .block{display:grid;grid-template-columns:1fr 110px !important;gap:1rem;background-color:var(--color4) !important;}.blocks .employees .block .header .blockTitle{margin-bottom:1rem;font-size:var(--l-fontsize);color:white;}.blocks .employees .block picture{margin-top:1rem;order:2;}.blocks .employees .block picture img{border-radius:5px;width:150px;}.blocks .employees .block .content .widgetHeader{color:white !important;}.blocks .employees .block .content .widgetSubHeader{color:var(--color1);}.blocks .employees .block .content a{text-decoration:none;}.blocks .employees .block .content .content{font-size:var(--xs-fontsize);color:white;line-height:1.2;margin-top:0.5rem;}.blocks .employees .block .content .contact-icons{--iconsize:28px;display:flex;margin-top:1rem;gap:1rem;}.blocks .employees .block .content .contact-icons > *{flex:0;}.blocks .employees .block .content .contact-icons .symbol::before{color:white;}@media (max-width:56em){.blocks.employeeContact .blockEntry .item:not(:last-child){margin-bottom:1rem;}}.blocks.employeeContact .blockEntry .item .block{--iconsize:19px;display:grid;grid-template-columns:110px 1fr;gap:1rem;border:1px solid #efefef;border-radius:5px;}.blocks.employeeContact .blockEntry .item .block picture{margin-top:0;}.blocks.employeeContact .blockEntry .item .block .media{padding-bottom:0;}.blocks.employeeContact .blockEntry .item .block .media img{margin-bottom:0;}.blocks.employeeContact .blockEntry .item .block .symbol,.blocks.employeeContact .blockEntry .item .block .widgetHeader{color:var(--color2);text-transform:uppercase;text-decoration:none;}.blocks.employeeContact .blockEntry .item .block .symbol{color:white;}.blocks.employeeContact .blockEntry .item .block .content{font-size:var(--xs-fontsize);}.blocks.employeeContact .blockEntry .item .block .flex-center{display:flex;align-items:center;gap:0.5em;}.slider .blockEntry.vacancies .footer,.blocks .blockEntry.vacancies .footer{text-align:right;}