/*# sourceMappingURL=https://webbureau.nu/Files/Assets/Css/main.less.map*/.cw1 {
  --cw:1;
}
.cw2 {
  --cw:2;
}
.cw3 {
  --cw:3;
}
.cw4 {
  --cw:4;
}
.cw5 {
  --cw:5;
}
.cw6 {
  --cw:6;
}
.cw7 {
  --cw:7;
}
.cw8 {
  --cw:8;
}
.cw9 {
  --cw:9;
}
.cw10 {
  --cw:10;
}
.cw11 {
  --cw:11;
}
.cw12 {
  --cw:12;
}
.animation-block[data-animation-type]:not(.has-started), .animation-block[data-animation-type*="animation-fade"]:not(.has-started) [class*="animation-fade"] {
  opacity: 0;
  animation: none;
}
.no-overflow {
  overflow: visible !important;
}
.filter__options {
  flex-wrap: wrap;
}
:root {
  --box-shadow:  0 10px 20px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.16);
  --gradient-red: rgb(240,68,55);
  --gradient-yellow: rgb(251,173,64);
  --gradient:  linear-gradient(-45deg,var(--gradient-yellow), var(--gradient-red));
  --light-blue:  rgba(235, 239, 255, 0.5);
  --blue:  rgba(235, 239, 255, 0.9);
  --primary: #06083d  ;
  --grid-width: 1290px;
  --pt: 0px;
  --pl: 0px;
  --pb: 0px;
  --pr: 0px;
  --mt: 0px;
  --mr: 0px;
  --mb: 0px;
  --ml: 0px;
  --color: #333;
  --line-height: 25px;
  --font-size: 18px;
  --font-weight: 400;
  --link-color: #000;
  --font-family: "Poppins", sans-serif;
  --h1-font-weight: 700;
  --h1-font-size: 26px;
  --h1-line-height: 28px;
  --h1-margin-bottom:10px;
  --h1-color: #000;
  --h1-font-family: "Comfortaa", sans-serif;
  --h2-font-weight: 700;
  --h2-font-size: 24px;
  --h2-color: #000;
  --h2-line-height: 26px;
  --h2-margin-bottom: 20px;
  --h2-font-family: "Comfortaa", sans-serif;
  --h3-font-weight: 700;
  --h3-font-size: 20px;
  --h3-color: #000;
  --h3-line-height: 24px;
  --h3-margin-bottom: 20px;
  --h3-font-family: "Comfortaa", sans-serif;
  --h5-font-weight: 500;
  --h5-font-size: 18px;
  --h5-color: #000;
  --h5-line-height: 24px;
  --h5-margin-bottom: 10px;
  --h5-font-family: "Comfortaa", sans-serif;
  --border-color: #efefef;
  --border-radius: 6px;
  --header-height: 80px;
}
main {
  margin-top: calc(var(--header-height) * -1);
}
main section .text-block {
  ---link-color: var(--color);
  ---link-font-weight: 600;
}
main > section {
  overflow: hidden;
}
body .sticky {
  top: 150px !important;
}
.header__middle grid:before {
  opacity: 0;
  transition: opacity 0.3s;
  content: "";
  background-color: transparent;
  position: absolute;
  left: 0px;
  right: 0px;
  top: -10px;
  bottom: -10px;
  z-index: -1;
  border-radius: 15px;
}
.button-green {
  --button-background: green;
  --custom-color:#fff;
}
.header__middle.fixed-active {
  z-index: 99999;
  --border-radius: 15px;
  --button-background:var(--bg-color);
  background-color: transparent !important;
  padding: 20px 0;
}
@media (max-width: 1200px) {
  .header__middle.fixed-active {
    ---link-font-size: 14px;
  }
}
.header__middle.fixed-active > grid {
  transition: background-color 0.3s;
  filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.2));
  max-width: 1260px;
  padding: 0 15px;
}
@media (max-width: 768px) {
  .header__middle.fixed-active > grid {
    max-width: 720px;
    gap: 30px;
  }
}
@media (min-width: 692px) and (max-width: 1300px) {
  .header__middle.fixed-active > grid {
    max-width: 720px;
    gap: 30px;
  }
}
.header__middle.fixed-active > grid:before {
  opacity: 1;
  backdrop-filter: saturate(150%) blur(18px);
  background-color: #fffffff2;
  content: "";
}
.header__middle.fixed-active > grid svg {
  margin-left: 15px;
}
.header__middle.fixed-active a.button {
  color: #fff !important;
}
.header__middle.fixed-active a.link {
  --custom-color: var(--bg-color);
}
@media (max-width: 692px) {
  .header__middle.fixed-active > grid {
    max-width: calc(100% - 60px) !important;
  }
}
.header__middle.fixed-active nav.main-menu {
  --nav-padding: 15px 15px;
  --nav-submenu-background-color: #fff;
  --nav-hover-color: var(--secondary);
  --custom-color:  var(--bg-color);
  --underline-color: #fff;
  --submenu-color: var(--secondary);
  --submenu-hover-color: var(--secondary);
}
@media (max-width: 692px) {
  .header__middle.fixed-active .link {
    display: none;
  }
}
.cta-dark {
  background-color: var(--primary);
  --custom-color: #fff;
}
.cta-dark strong.fat {
  font-size: 50px;
}
.cta {
  --custom-color: #fff;
  --h4-margin-bottom: 15px;
}
.pagination {
  display: flex;
  justify-content: flex-end;
  --button-background: var(--primary);
  --button-color:#fff;
  --button-hover-background: var(--gradient);
  gap: 5px;
  --button-border-radius: 6px;
}
.cta {
  color: #fff;
  padding: 100px 0 90px;
  min-height: 100px;
}
.svg-wrapper svg {
  max-width: 100%;
  max-height: 100%;
  height: fit-content;
}
.lets-go-image {
  overflow: visible !important;
  position: relative;
}
@media (min-width: 692px) {
  .lets-go-image img {
    position: absolute;
    bottom: -10px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .sticky .cta {
    --custom-font-size: 15px;
    display: block;
  }
  .sticky .cta form {
    max-width: 100%;
    margin: 0;
  }
}
.cases section {
  padding: 50px 0;
}
@media (min-width: 692px) {
  .cases .sticky-50 {
    padding-top: 50px;
    position: sticky;
    top: 0px;
    align-self: flex-start;
  }
}
.cases img {
  object-fit: cover;
  object-position: top;
  width: 100%;
  height: 700px;
}
.cases .case-unita img {
  object-fit: cover;
  object-position: top;
  width: 100%;
  height: 770px;
}
.cases .case-cv img {
  height: 500px;
}
.cta-2 {
  background-color: var(--primary);
  position: relative;
  position: relative;
  overflow: hidden;
  --custom-color:#fff;
  padding: 100px 0;
}
.cta-2:after {
  content: url("data:image/svg+xml,%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' version='1.1' x='0px' y='0px' viewBox='25.78 32.87 48.43 34.25'%3E%3ClinearGradient id='SVGID_134' gradientUnits='userSpaceOnUse' x1='70%25' y1='0' y2='0%25' x2='100%25'%3E%3Cstop offset='0%25' style='stop-color:rgb(240,68,55);stop-opacity: 1'/%3E%3Cstop offset='100%25' style='stop-color:rgb(251,173,64);stop-opacity: 1'/%3E%3C/linearGradient%3E%3Cg xmlns='http://www.w3.org/2000/svg' transform='translate(0,-952.36218)'%3E%3Cpath style='text-indent:0;text-transform:none;direction:ltr;block-progression:tb;baseline-shift:baseline;/* color:%23000000; */enable-background:accumulate;stroke: url(%23SVGID_134);fill: transparent;stroke-width: 0.05;' d='m 69.956898,985.33893 a 4.0004,4.0004 0 0 0 -2.75,1.21875 l -23.5,23.50002 -11.1874,-8.8125 a 4.0004,4.0004 0 1 0 -4.9376,6.2812 l 14,11 a 4.0004,4.0004 0 0 0 5.3126,-0.3125 l 26,-25.99997 a 4.0004,4.0004 0 0 0 -2.9376,-6.875 z' fill='%23000000' fill-opacity='1' stroke='none' marker='none' visibility='visible' display='inline' overflow='visible'/%3E%3C/g%3E%3C/svg%3E");
  position: absolute;
  position: absolute;
  filter: drop-shadow(0px -1px 6px rgba(0, 0, 0, 0.05));
  right: -300px;
  bottom: -139px;
  width: 1000px;
  z-index: 0;
  pointer-events: none;
}
.cta-2:before {
  content: url("data:image/svg+xml,%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' version='1.1' x='0px' y='0px' viewBox='25.78 32.87 48.43 34.25'%3E%3ClinearGradient id='SVGID_134' gradientUnits='userSpaceOnUse' x1='70%25' y1='0' y2='0%25' x2='100%25'%3E%3Cstop offset='0%25' style='stop-color:rgb(240,68,55);stop-opacity: 1'/%3E%3Cstop offset='100%25' style='stop-color:rgb(251,173,64);stop-opacity: 1'/%3E%3C/linearGradient%3E%3Cg xmlns='http://www.w3.org/2000/svg' transform='translate(0,-952.36218)'%3E%3Cpath style='text-indent:0;text-transform:none;direction:ltr;block-progression:tb;baseline-shift:baseline;/* color:%23000000; */enable-background:accumulate;stroke: url(%23SVGID_134);fill: transparent;stroke-width: 0.05;' d='m 69.956898,985.33893 a 4.0004,4.0004 0 0 0 -2.75,1.21875 l -23.5,23.50002 -11.1874,-8.8125 a 4.0004,4.0004 0 1 0 -4.9376,6.2812 l 14,11 a 4.0004,4.0004 0 0 0 5.3126,-0.3125 l 26,-25.99997 a 4.0004,4.0004 0 0 0 -2.9376,-6.875 z' fill='%23000000' fill-opacity='1' stroke='none' marker='none' visibility='visible' display='inline' overflow='visible'/%3E%3C/g%3E%3C/svg%3E");
  position: absolute;
  position: absolute;
  position: absolute;
  left: -300px;
  top: -603px;
  width: 1200px;
  z-index: 0;
  pointer-events: none;
  filter: drop-shadow(0px -1px 6px rgba(0, 0, 0, 0.05));
}
.cta-2 grid {
  position: relative;
  z-index: 1;
}
.cta-2 .link .link__icon {
  color: rgba(255, 255, 255, 0.7);
}
.highlight .button {
  --button-color: var(--primary);
}
.privacy-text-blok td {
  width: auto !important;
  --custom-font-size: 12px;
}
.text-gradient {
  background: var(--gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.link {
  margin: 20px 0;
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  transition: background 0.3s;
}
.link:hover {
  background: var(--gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.link .link__icon {
  display: block;
  height: 100px;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 50px;
  color: var(--primary);
}
.link .link__icon:after {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='rgba(235, 239, 255, 0.5)' d='M54,-20.1C57.8,-6,40.2,12.5,19.2,28.2C-1.8,43.8,-26.1,56.6,-40.4,48C-54.7,39.4,-59,9.4,-50.6,-11.1C-42.2,-31.6,-21.1,-42.7,2,-43.4C25.1,-44,50.3,-34.3,54,-20.1Z' transform='translate(100 100)' /%3E%3C/svg%3E");
  position: absolute;
  width: 210px;
  left: -55px;
  top: -65px;
  height: 210px;
  z-index: -1;
}
.link.link--email .link__icon:after {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='rgba(235, 239, 255, 0.5)' d='M33.8,-3.3C42.3,15.3,46.8,42.9,36.6,50.2C26.5,57.6,1.7,44.6,-16.8,29.6C-35.4,14.6,-47.7,-2.4,-43.9,-14.6C-40,-26.8,-20,-34.1,-3.7,-32.9C12.6,-31.7,25.2,-22,33.8,-3.3Z' transform='translate(100 100)' /%3E%3C/svg%3E");
}
.phone {
  position: relative;
}
.image-block.bg-blue, .image-block.bg-green, .image-block.bg-orange {
  overflow: visible !important;
  position: relative;
}
@media (max-width: 992px) {
  .image-block.bg-blue figure, .image-block.bg-green figure, .image-block.bg-orange figure {
    display: flex;
  }
  .image-block.bg-blue figure img, .image-block.bg-green figure img, .image-block.bg-orange figure img {
    max-width: 300px;
  }
}
.image-block.bg-blue img, .image-block.bg-green img, .image-block.bg-orange img {
  width: 100%;
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .image-block.bg-blue img, .image-block.bg-green img, .image-block.bg-orange img {
    height: auto;
  }
}
.image-block.bg-blue:after, .image-block.bg-green:after, .image-block.bg-orange:after {
  width: 50vw;
  left: 100px;
  border-radius: 40px;
  content: "";
  position: absolute;
  top: -100px;
  bottom: -100px;
  z-index: -1;
}
@media (max-width: 692px) {
  .image-block.bg-blue:after, .image-block.bg-green:after, .image-block.bg-orange:after {
    width: 100vw;
    top: -30px;
    bottom: -30px;
    left: 20vw;
  }
}
@media (max-width: 692px) {
  .image-block.bg-blue, .image-block.bg-green, .image-block.bg-orange {
    margin-bottom: 50px;
  }
}
.image-block.bg-left:after {
  right: 100px !important;
  left: initial !important;
}
.image-block.bg-left figure {
  justify-content: flex-end;
}
.image-block.bg-blue:after {
  background-color: var(--light-blue);
}
.image-block.bg-yellow:after {
  background-color: var(--yellow);
}
.image-block.bg-orange:after {
  background-color: var(--orange);
}
.off-canvas .off-canvas__header svg {
  max-width: min(200px, 60vw);
}
.off-canvas .off-canvas__header svg .text {
  fill: #fff !important;
}
.off-canvas .dropdown {
  display: none;
}
.off-canvas .off-canvas__submenu {
  overflow: scroll;
  --h3-margin-bottom:3px;
  --h3-font-size:18px;
  ---link-font-size: 14px;
}
.off-canvas .off-canvas__submenu > a {
  ---link-font-size: 20px;
  margin-bottom: 15px;
  --custom-font-weight: 700;
}
.off-canvas .off-canvas__submenu > a i {
  transform: rotate(270deg);
}
.off-canvas .off-canvas__submenu .dropdown {
  margin-top: 15px;
  display: block;
}
.off-canvas .off-canvas__submenu .dropdown grid {
  display: block;
  max-width: 100%;
  margin: 0;
  box-shadow: none;
}
.off-canvas .off-canvas__submenu .dropdown grid .service-menu__group {
  padding: 0;
}
.off-canvas .off-canvas__submenu .dropdown grid .service-menu__group-children {
  padding: 0;
}
.share {
  position: static !important;
  display: block !important;
}
.share .share__title {
  margin: 0px !important;
  --custom-font-size: 20px;
}
.share .share__block {
  margin-bottom: 50px;
  gap: 15px;
  align-items: center;
  display: flex;
}
.share .share__controls {
  display: flex;
  justify-content: space-between;
  --custom-font-size: 20px;
  margin-bottom: 100px;
}
