.fade-bottom-enter-active,
.fade-bottom-leave-active {
  transition: opacity 250ms ease-in-out, transform 250ms ease-in-out;
}
.fade-bottom-enter,
.fade-bottom-leave-to {
  opacity: 0;
  transform: translateY(100%);
}
.modal-body-content {
  background-color: #fff;
  padding: 40px 20px 100px;
  box-shadow: 0px -10px 20px rgba(0, 0, 0, 0.3);
}
.cookies-bar {
  position: fixed;
  bottom: 0px;
  left: 0;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 15px 10px 5px;
  z-index: 1000;
  box-shadow: 0px -10px 20px rgba(0, 0, 0, 0.3);
}
.cookies-bar .message p {
  font-size: 12px;
  letter-spacing: 0.025rem;
  text-align: center;
}
.cookies-bar .message p button {
  color: #fff;
  text-decoration-color: #fff !important;
}
.cookies-bar .buttons {
  margin: 10px 15px;
  text-align: center;
}
.cookies-bar .buttons .btn {
  border-width: 1px;
  border-style: solid;
  font-size: 0.725rem;
  padding: 10px 15px;
  line-height: 1;
  margin: 5px 15px;
}
.cookies-bar .buttons .btn-underline {
  text-decoration: underline;
  background: transparent;
  font-size: 12px;
}
.cookies-bar .buttons .btn-underline:hover {
  text-decoration: none;
}
.cookies-title {
  text-align: center;
  font-size: 24px;
  margin-bottom: 10px;
}
.cookies-text {
  color: #000;
}
.cookies-text p {
  font-size: 12px;
}
.btn-accept-decline {
  margin-bottom: 40px;
  position: relative;
  display: flex;
  align-items: center;
  flex-flow: column;
}
.btn-accept-decline .btn-accept-decline-switch {
  position: relative;
  border: 1px solid;
  border-radius: 34px;
  transition: 400ms;
  display: flex;
  align-items: center;
}
.btn-accept-decline .btn-accept-decline-switch .switch-bg {
  position: absolute;
  z-index: 0;
  left: 0%;
  top: 50%;
  transform: translateY(-50%);
  width: 50%;
  height: 100%;
  border-radius: 34px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  transition: left 250ms ease-in-out;
}
.btn-accept-decline .btn-accept-decline-switch .switch-label {
  padding: 8px 5px;
  width: 50px;
  font-size: 13px;
  line-height: 1;
  text-align: center;
  position: relative;
  z-index: 1;
  transition: color 250ms ease-in-out;
}
.btn-accept-decline .cookie-title {
  line-height: 1.2;
  font-size: 14px;
  letter-spacing: 0;
  margin-bottom: 10px;
}
.btn-accept-decline .cookie-descr {
  margin-top: 10px;
  line-height: 1.5;
  font-size: 11px;
  color: #000;
}
.btn-accept-decline.accept .btn-accept-decline-switch .switch-label.switch-label-left {
  color: #fff;
}
.btn-accept-decline.decline .btn-accept-decline-switch .switch-bg {
  left: 50%;
}
.btn-accept-decline.decline .btn-accept-decline-switch .switch-label.switch-label-right {
  color: #fff;
}
.btn-accept-decline:disabled .btn-accept-decline-switch {
  opacity: 0.4;
}
.btn-discard-cookies {
  text-align: center;
}
.btn-discard-cookies i {
  color: #000;
}
.btn-discard-cookies i::before {
  font-size: 40px;
}
.btn-discard-cookies span {
  display: block;
  color: #000;
  letter-spacing: 0.025rem;
  line-height: 1;
  font-size: 0.75rem;
}
.btn-save-wrapper {
  text-align: center;
}
.btn-save-wrapper .btn-save-cookies {
  font-size: 0.9375rem;
  font-weight: 400;
  padding: 18px 54px 22px;
  border-radius: 50px;
  transition: opacity 250ms ease-in-out;
}
.btn-save-wrapper .btn-save-cookies:hover {
  background: transparent;
  opacity: 0.6;
}
#modal-policy .btn-modal-close svg {
  width: 20px;
}
@media only screen and (min-width: 700px) {
.modal-body-content {
    padding: 40px 40px 100px;
}
.cookies-bar {
    bottom: 0px;
}
.btn-accept-decline {
    flex-flow: row;
    text-align: left;
}
}
@media only screen and (min-width: 1200px) {
.modal-body-content {
    padding: 40px 60px 60px;
}
.cookies-bar {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
    right: unset;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    max-width: 500px;
    padding: 20px 20px 10px;
}
.cookies-title {
    font-size: 30px;
    margin-bottom: 30px;
}
.cookies-text p {
    font-size: 14px;
}
.btn-accept-decline {
    margin-bottom: 60px;
}
.btn-accept-decline .cookie-title {
    font-size: 18px;
}
.btn-accept-decline .btn-accept-decline-switch .switch-label {
    font-size: 15px;
    padding: 12px 5px;
    width: 70px;
}
}
.site-drawer-wrapper {
  position: relative;
}
.site-drawer-wrapper .site-drawer {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  height: 100vh;
  width: 100%;
  min-width: 200px;
}
.site-drawer-wrapper .site-drawer.off-canvas {
  display: block !important;
}
.site-drawer-wrapper .site-drawer.pos-top {
  top: 0;
  left: 0;
}
.site-drawer-wrapper .site-drawer.pos-right {
  right: 0;
  top: 0;
}
.site-drawer-wrapper .site-drawer.pos-left {
  left: 0;
  top: 0;
}
.site-drawer-wrapper .site-drawer-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
}
.top-enter-active,
.top-leave-active,
.right-enter-active,
.right-leave-active,
.left-enter-active,
.left-leave-active {
  transition: transform 1000ms ease-out;
}
.fade-enter-active,
.fade-leave-active {
  transition: opacity 500ms ease-out;
}
.top-enter-from,
.top-leave-to {
  transform: translateY(-100%);
}
.right-enter-from,
.right-leave-to {
  transform: translateX(100%);
}
.right-enter-from.off-canvas,
.right-leave-to.off-canvas {
  transform: translateX(0%);
}
.left-enter-from,
.left-leave-to {
  transform: translateX(-100%);
}
.left-enter-from.off-canvas,
.left-leave-to.off-canvas {
  transform: translateX(0%);
}
.fade-enter-from,
.fade-leave-to {
  opacity: 0;
}
.accessibility-helper {
  bottom: 150px;
  position: fixed;
  left: 100%;
  z-index: 1001;
  display: flex;
  align-items: flex-start;
  transition: transform 250ms ease-in-out;
}
.accessibility-helper .accessibility-btn {
  position: absolute;
  bottom: 0%;
  right: 100%;
  z-index: 1;
  width: 52px;
  height: 52px;
  font-size: 0;
  border-radius: 50%;
  margin-right: 10px;
  transition: box-shadow 250ms ease-in-out;
}
.accessibility-helper .accessibility-btn svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.accessibility-helper .accessibility-btn:hover {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
.accessibility-helper .accessibility-tools {
  position: relative;
  z-index: 999;
  background: #fff;
  padding: 20px;
  width: 310px;
}
.accessibility-helper .accessibility-tools ul {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
}
.accessibility-helper .accessibility-tools ul li {
  margin-top: 20px;
}
.accessibility-helper .accessibility-tools ul li button {
  text-align: left;
  display: flex;
  align-items: center;
}
.accessibility-helper .accessibility-tools ul li button span {
  font-size: 16px;
  padding-left: 8px;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  color: #000;
}
.accessibility-helper .accessibility-tools ul li:nth-child(1) {
  margin-top: 0px;
}
.accessibility-helper.open {
  transform: translateX(-100%);
}
@media only screen and (min-width: 1200px) {
.accessibility-helper {
    bottom: 20px;
}
}
html.gray-scale {
  filter: grayscale(100%);
}
body.high-contrast {
  background-color: #000;
  color: #0080ff !important;
}
body.high-contrast a,
body.high-contrast button,
body.high-contrast p,
body.high-contrast h1,
body.high-contrast h2,
body.high-contrast h3,
body.high-contrast h4,
body.high-contrast h5,
body.high-contrast h6,
body.high-contrast .h1,
body.high-contrast .h2,
body.high-contrast .h3,
body.high-contrast .h4,
body.high-contrast .h5,
body.high-contrast .h6 {
  color: #0080ff !important;
}
body.high-contrast .accessibility-helper .accessibility-tools button {
  color: #000 !important;
}
body.high-contrast .bg-image-wrapper {
  background-color: #242424 !important;
}
body.high-contrast .bg-image-wrapper .bg-image {
  opacity: 0 !important;
}
body.high-contrast .bg-video {
  background-color: #242424 !important;
}
body.high-contrast .bg-video .video {
  opacity: 0 !important;
}
body.negative-contrast {
  background-color: #000;
  color: yellow !important;
}
body.negative-contrast a,
body.negative-contrast button,
body.negative-contrast p,
body.negative-contrast h1,
body.negative-contrast h2,
body.negative-contrast h3,
body.negative-contrast h4,
body.negative-contrast h5,
body.negative-contrast h6,
body.negative-contrast .h1,
body.negative-contrast .h2,
body.negative-contrast .h3,
body.negative-contrast .h4,
body.negative-contrast .h5,
body.negative-contrast .h6 {
  color: yellow !important;
}
body.negative-contrast .accessibility-helper .accessibility-tools button {
  color: #000 !important;
}
body.negative-contrast .bg-image-wrapper {
  background-color: #242424 !important;
}
body.negative-contrast .bg-image-wrapper .bg-image {
  opacity: 0 !important;
}
body.light-background {
  background-color: #fff;
  color: #000 !important;
}
body.light-background .bg-image-wrapper {
  background-color: #ebebeb !important;
}
body.light-background .bg-image-wrapper .bg-image {
  opacity: 0 !important;
}
body.underlined-links a,
body.underlined-links button {
  text-decoration: underline;
}
body.alt-fonts {
  font-family: Arial, Helvetica, sans-serif !important;
}
body.alt-fonts .text-serif,
body.alt-fonts .text-sans-serif {
  font-family: Arial, Helvetica, sans-serif !important;
}
.accessibility-helper-enter-active,
.accessibility-helper-leave-active {
  transition: all 250ms ease-out;
}
.accessibility-helper-enter,
.accessibility-helper-leave-to {
  opacity: 0;
}
.products-wrapper {
  position: relative;
}
.products-wrapper .v3-infinite-loading {
  position: absolute;
  top: calc(100% + 100px);
}
.products-wrapper .v3-infinite-loading > div {
  text-align: center;
  display: flex;
  justify-content: center;
}
.products-categories-wrapper {
  max-height: calc(100vh - 360px);
  overflow-y: auto;
  padding-right: 8px;
  margin-right: 80px;
}
.products-categories-wrapper::-webkit-scrollbar {
  width: 6px;
}
.products-categories-wrapper::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 4px;
}
.products-categories {
  list-style: none;
  padding-left: 0;
}
.products-categories .chevron {
  transition: transform 0.3s ease;
}
.products-categories .chevron em {
  display: inline-block;
  transform: rotate(0deg);
  font-style: normal;
}
.products-categories .chevron .rotate {
  transform: rotate(90deg);
}
.products-categories > li {
  margin-bottom: 0.75rem;
}
.products-categories > li > a {
  color: #003051;
  font-weight: 800;
  transition: color 250ms ease-in-out;
  font-size: 1.4375rem;
  display: block;
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s;
}
.products-categories > li > a.active {
  color: #ef5713;
}
.products-categories > li > a:hover {
  color: #ef5713;
}
.products-categories > li ul {
  margin-top: 0.25rem;
  margin-left: 1rem;
  padding-left: 0.5rem;
  border-left: 1px solid #eee;
}
.products-categories > li ul li {
  margin-bottom: 0.5rem;
}
.products-categories > li ul li a {
  display: block;
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  font-size: 12px;
  font-weight: normal;
  color: #444;
  padding: 0.3rem 0;
  cursor: pointer;
  transition: color 0.2s;
}
.products-categories > li ul li a.active {
  color: #ef5713;
  font-weight: 600;
}
.products-categories > li ul li a:hover {
  color: #ef5713;
}
.projects-wrapper {
  position: relative;
}
.projects-wrapper .v3-infinite-loading {
  position: absolute;
  top: calc(100% + 100px);
}
.projects-wrapper .v3-infinite-loading > div {
  text-align: center;
  display: flex;
  justify-content: center;
}
#modal-product-catalogues .modal-body {
  background: none;
  padding: 0;
}
.catalogues-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.catalogues-list li:not(:last-child) {
  border-bottom: 1px solid #eee;
  margin-bottom: 0.75rem;
  padding-bottom: 0.75rem;
}
.catalogues-list .catalogue-link {
  display: flex;
  align-items: center;
  padding: 0.75rem 1.25rem;
  font-weight: 600;
  font-size: 1.1rem;
  color: #003051;
  background: #fff;
  text-decoration: none;
}
.catalogues-list .catalogue-link:hover, .catalogues-list .catalogue-link:focus {
  color: #ef5713;
  text-decoration: underline;
}
.no-items {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem 0 1.5rem 0;
  color: #b0b3b9;
  font-size: 1.13rem;
  font-weight: 500;
  opacity: 0.85;
}
@media (max-width: 600px) {
#modal-product-catalogues .modal-dialog {
    margin: 0.5rem;
    width: auto;
}
#modal-product-catalogues .modal-content {
    border-radius: 0.8rem;
}
}
bg-image {
  display: block;
  position: relative;
}
.bg-image-component {
  position: relative;
}
.bg-image-component .bg-image-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
.bg-image-component .bg-image-wrapper .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
}
.bg-image-component .bg-image-wrapper .pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
}
.bg-image-component .bg-image-wrapper .bg-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
}
.bg-image-component .bg-image-wrapper .bg-image.bg-image-low {
  opacity: 1;
  transition: opacity 500ms 500ms ease-out;
}
.bg-image-component .bg-image-wrapper .bg-image.bg-image-high {
  opacity: 0;
  transition: opacity 500ms ease-out;
}
.bg-image-component .bg-image-wrapper.blur.show-placeholder .bg-image.bg-image-low {
  filter: blur(20px);
  transition: opacity 500ms 500ms ease-out, filter 1000ms ease-out;
}
.bg-image-component .bg-image-wrapper.blur.show-placeholder .bg-image.bg-image-high {
  filter: blur(20px);
  transition: opacity 500ms ease-out, filter 1000ms ease-out;
}
.bg-image-component .bg-image-wrapper.zoom-in .bg-image.bg-image-low, .bg-image-component .bg-image-wrapper.zoom-in .bg-image.bg-image-high {
  transform: scale(1);
  transition: opacity 500ms ease-out, filter 1000ms ease-out, transform 7000ms ease-out;
}
.bg-image-component .bg-image-wrapper.height.show-placeholder .bg-image {
  clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
}
.bg-image-component .bg-image-wrapper.height.show-placeholder .bg-image.bg-image-low, .bg-image-component .bg-image-wrapper.height.show-placeholder .bg-image.bg-image-high {
  transition: opacity 500ms ease-out, filter 1000ms ease-out, clip-path 1000ms ease-out;
}
.bg-image-component .bg-image-wrapper.loaded .bg-image.bg-image-low {
  opacity: 0;
}
.bg-image-component .bg-image-wrapper.loaded .bg-image.bg-image-high {
  opacity: 1;
}
.bg-image-component .bg-image-wrapper.loaded.blur .bg-image.bg-image-high {
  filter: blur(0px);
}
.bg-image-component .bg-image-wrapper.loaded.blur.show-placeholder .bg-image.bg-image-low {
  filter: blur(0px);
}
.bg-image-component .bg-image-wrapper.loaded.zoom-in .bg-image.bg-image-low, .bg-image-component .bg-image-wrapper.loaded.zoom-in .bg-image.bg-image-high {
  transform: scale(1.05);
}
.bg-image-component .bg-image-wrapper.loaded.animation-active.height .bg-image {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.bg-image-component.bg-contain .bg-image-wrapper .bg-image {
  background-size: contain;
}
.bg-image-component.bg-opacity-30 .bg-image-wrapper {
  opacity: 0.3;
}
.bg-image-component.bg-left .bg-image-wrapper .bg-image {
  background-position: 0% 0%;
}
.bg-image-component.bg-right .bg-image-wrapper .bg-image {
  background-position: 100% 50%;
}
.bg-image-component.bg-top .bg-image-wrapper .bg-image {
  background-position: 50% 0%;
}
.bg-image-component.bg-bottom .bg-image-wrapper .bg-image {
  background-position: 50% 100%;
}
.bg-image-component.bg-top-right .bg-image-wrapper .bg-image {
  background-position: 100% 0%;
}
.bg-image-component.bg-bottom-right .bg-image-wrapper .bg-image {
  background-position: 100% 100%;
}
.bg-image-component.bg-top-70 .bg-image-wrapper .bg-image {
  background-position: 50% 0%;
}
.bg-image-component.bg-bottom-70 .bg-image-wrapper .bg-image {
  background-position: 50% 70%;
}
.bg-image-component.bg-bottom-90 .bg-image-wrapper .bg-image {
  background-position: 50% 90%;
}
.bg-image-component.bg-bottom-left .bg-image-wrapper .bg-image {
  background-position: 0% 100%;
}
.bg-image-component.x-n30 .bg-image-wrapper .bg-image {
  transform: translateX(30%);
}
.bg-image-component.bg-fixed .bg-image-wrapper {
  position: fixed;
  left: 0;
  right: 0;
  z-index: -1;
}
.bg-image-component.bg-parallax .bg-image-wrapper .bg-image {
  background-attachment: fixed;
}
@media only screen and (min-width: 576px) {
.bg-image-component.bg-opacity-sm-100 .bg-image-wrapper {
    opacity: 1;
}
.bg-image-component.bg-sm-left .bg-image-wrapper .bg-image {
    background-position: 0% 0%;
}
.bg-image-component.x-sm-n30 .bg-image-wrapper .bg-image {
    transform: translateX(30%);
}
}
@media only screen and (min-width: 992px) {
.bg-image-component .bg-image-wrapper.bg-lg-left-30 .bg-image {
    background-position: 30% 100%;
}
.bg-image-component .bg-image-wrapper.bg-lg-30-100 .bg-image {
    background-position: 30% 100%;
}
.bg-image-component.bg-opacity-lg-100 .bg-image-wrapper {
    opacity: 1;
}
}
@media only screen and (min-width: 1200px) {
.bg-image-component .bg-image-wrapper.bg-xl-left-10 .bg-image {
    background-position: 0% 0%;
}
.bg-image-component .bg-image-wrapper.bg-xl-10-50 .bg-image {
    background-position: 50% 10%;
}
}
@media only screen and (min-width: 1367px) {
.bg-image-component .bg-image-wrapper.bg-xxl-50-50 .bg-image {
    background-position: 50% 50%;
}
}
bg-video {
  display: block;
  position: relative;
}
.bg-video {
  display: block;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.bg-video .video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.bg-video .poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50%;
}
.bg-video .btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.bg-video .video-full-btn {
  position: absolute;
  bottom: 25%;
  right: 10%;
  color: #fff;
  opacity: 0.5;
}
.bg-video .video-full-btn:hover {
  opacity: 1;
}
.bg-video .overlay-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bg-video .overlay-pattern {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  opacity: 0.6;
}
.bg-video .fade-enter-active,
.bg-video .fade-leave-active {
  transition: opacity 1s;
}
.bg-video .fade-enter,
.bg-video .fade-leave-to {
  opacity: 0;
}
.bg-video.pos-top .video {
  top: 0%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 991px) {
.bg-video .video-full-btn {
    bottom: 5%;
}
}

/*# sourceMappingURL=vue.css.map*/