<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*General*/
body {
  margin: 0 auto;
  max-width: 3000px;
  padding: 0;
  height: 100%;
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #444;
  line-height: 26px;
}

p,
b,
a,
small,
label {
  font-family: 'Roboto', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  color: #154071;
}

h1 {
  font-size: 52px;
  line-height: 60px;
}

h2 {
  font-size: 32px;
  line-height: 40px;
}

h3 {
  font-size: 24px;
  line-height: 34px;
}

h4 {
  font-size: 22px;
  line-height: 30px;
}

h5 {
  font-size: 20px;
  line-height: 28px;
}

h6 {
  font-size: 18px;
  line-height: 26px;
}

.contain {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.cover {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
}

.table_box {
  display: table;
  width: 100%;
  height: 100%;
}

.table_cell {
  display: table-cell;
  vertical-align: middle;
}

button,
.btn,
.frm_button_submit,
button.frm_button_submit,
.btn.nav-link {
  box-shadow: none !important;
  outline: none !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  text-align: center !important;
  padding: 9px 20px !important;
  font-family: 'Roboto', sans-serif !important;
  border-radius: 3px !important;
  line-height: 22px !important;
}

.btn.bigradius {
  border-radius: 18px !important;
}

/* start btn groep */
.btn.btn_darkblue,
.frm_button_submit,
button.frm_button_submit {
  background: #154071 !important;
  color: #fff !important;
  border: 1px solid #154071 !important;
}

.btn.btn_darkblue svg path {
  fill: #fff !important;
}

.btn.btn_darkblue:hover,
.frm_button_submit:hover,
button.frm_button_submit:hover {
  background: #012349 !important;
  color: #fff !important;
  border: 1px solid #012349 !important;
}

.btn.btn_darkblue:hover svg path {
  fill: #fff !important;
}

/* end btn groep */
/* start btn groep */
.btn.btn_lightblue {
  background: #7290b6 !important;
  color: #fff !important;
  border: 1px solid #7290b6 !important;
}

.btn.btn_lightblue svg path {
  fill: #fff !important;
}

.btn.btn_lightblue:hover {
  background: #47668e !important;
  color: #fff !important;
  border: 1px solid #47668e !important;
}

.btn.btn_lightblue:hover svg path {
  fill: #fff !important;
}

/* end btn groep */
/* start btn groep */
.btn.btn_lightorange {
  background: #efdac3 !important;
  color: #444 !important;
  border: 1px solid #efdac3 !important;
}

.btn.btn_lightorange svg path {
  fill: #444 !important;
}

.btn.btn_lightorange:hover {
  background: #eab67e !important;
  color: #000 !important;
  border: 1px solid #eab67e !important;
}

.btn.btn_lightorange:hover svg path {
  fill: #000 !important;
}

/* end btn groep */
/* start btn groep */
.btn.btn_darkpurple {
  background: #87255B !important;
  color: #fff !important;
  border: 1px solid #87255B !important;
}

.btn.btn_darkpurple svg path {
  fill: #fff !important;
}

.btn.btn_darkpurple:hover {
  background: #65123f !important;
  color: #fff !important;
  border: 1px solid #65123f !important;
}

.btn.btn_darkpurple:hover svg path {
  fill: #fff !important;
}

/* end btn groep */
/* start btn groep */
.btn.btn_darkblue_border {
  background: transparent !important;
  color: #154071 !important;
  border: 1px solid #154071 !important;
}

.btn.btn_darkblue_border svg path {
  fill: #154071 !important;
}

.btn.btn_darkblue_border:hover {
  background: #154071 !important;
  color: #fff !important;
  border: 1px solid #154071 !important;
}

.btn.btn_darkblue_border:hover svg path {
  fill: #fff !important;
}

/* end btn groep */
/* start btn groep */
.btn.btn_lightblue_border {
  background: transparent !important;
  color: #7290b6 !important;
  border: 1px solid #7290b6 !important;
}

.btn.btn_lightblue_border svg path {
  fill: #7290b6 !important;
}

.btn.btn_lightblue_border:hover {
  background: #7290b6 !important;
  color: #fff !important;
  border: 1px solid #7290b6 !important;
}

.btn.btn_lightblue_border:hover svg path {
  fill: #fff !important;
}

/* end btn groep */
/* start btn groep */
.btn.btn_lightorange_border {
  background: transparent !important;
  color: #444 !important;
  border: 1px solid #efdac3 !important;
}

.btn.btn_lightorange_border svg path {
  fill: #444 !important;
}

.btn.btn_lightorange_border:hover {
  background: #efdac3 !important;
  color: #000 !important;
  border: 1px solid #efdac3 !important;
}

.btn.btn_lightorange_border:hover svg path {
  fill: #000 !important;
}

/* end btn groep */
/* start btn groep */
.btn.btn_darkpurple_border {
  background: transparent !important;
  color: #87255B !important;
  border: 1px solid #87255B !important;
}

.btn.btn_darkpurple_border svg path {
  fill: #87255B !important;
}

.btn.btn_darkpurple_border:hover {
  background: #87255B !important;
  color: #fff !important;
  border: 1px solid #87255B !important;
}

.btn.btn_darkpurple_border:hover svg path {
  fill: #fff !important;
}

/* end btn groep */
/* start btn groep */
.btn.btn_darkblue_noborder {
  background: transparent !important;
  color: #154071 !important;
  border: 1px solid transparent !important;
  padding: 0 !important;
}

.btn.btn_darkblue_noborder svg path {
  fill: #154071 !important;
}

.btn.btn_darkblue_noborder:hover {
  background: transparent !important;
  color: #000 !important;
  border: 1px solid transparent !important;
  padding: 0 !important;
}

.btn.btn_darkblue_noborder:hover svg path {
  fill: #000 !important;
}

/* end btn groep */
/* start btn groep */
.btn.btn_lightblue_noborder {
  background: transparent !important;
  color: #7290b6 !important;
  border: 1px solid transparent !important;
  padding: 0 !important;
}

.btn.btn_lightblue_noborder svg path {
  fill: #7290b6 !important;
}

.btn.btn_lightblue_noborder:hover {
  background: transparent !important;
  color: #000 !important;
  border: 1px solid transparent !important;
  padding: 0 !important;
}

.btn.btn_lightblue_noborder:hover svg path {
  fill: #000 !important;
}

/* end btn groep */
/* start btn groep */
.btn.btn_lightorange_noborder {
  background: transparent !important;
  color: #efdac3 !important;
  border: 1px solid transparent !important;
  padding: 0 !important;
}

.btn.btn_lightorange_noborder svg path {
  fill: #efdac3 !important;
}

.btn.btn_lightorange_noborder:hover {
  background: transparent !important;
  color: #000 !important;
  border: 1px solid transparent !important;
  padding: 0 !important;
}

.btn.btn_lightorange_noborder:hover svg path {
  fill: #000 !important;
}

/* end btn groep */
/* start btn groep */
.btn.btn_darkpurple_noborder {
  background: transparent !important;
  color: #87255B !important;
  border: 1px solid transparent !important;
  padding: 0 !important;
}

.btn.btn_darkpurple_noborder svg path {
  fill: #87255B !important;
}

.btn.btn_darkpurple_noborder:hover {
  background: transparent !important;
  color: #000 !important;
  border: 1px solid transparent !important;
  padding: 0 !important;
}

.btn.btn_darkpurple_noborder:hover svg path {
  fill: #000 !important;
}

/* end btn groep */
a.search_it:hover {
  color: #154071 !important;
}

.article_link_txt:hover,
a.link_all:hover {
  color: #000 !important;
}

.article_link_txt:hover svg path,
a.link_all:hover svg path {
  fill: #000 !important;
}

footer a:not(.btn):not(.copyright_span):hover,
.footer_copyright a:not(.btn):not(.copyright_span):hover {
  text-decoration: underline !important;
}

.block_7_port svg,
.article_link_txt svg,
.link_all svg,
.block_1_solution svg {
  transition: margin .2s linear;
}

a.block_7_port:hover svg,
.block_1_solution:hover svg {
  margin-right: 10px;
}

.article_link:hover svg,
.link_all:hover svg {
  margin-left: 15px;
}

.block_6_slide_link svg,
.team_more svg {
  transition: left .2s linear;
  position: relative;
  left: 0;
}

.block_6_slide_link:hover svg,
.team_more:hover svg {
  left: 10px;
}

.btn svg.arrow_right_circle,
.btn svg.arrow_right {
  transition: left .2s linear;
  position: relative;
  left: 0;
}

.btn:hover svg.arrow_right_circle,
.btn:hover svg.arrow_right {
  left: 5px;
}

.article_link {
  display: block;
}

.headerbar .btn.btn_darkblue_border:not(:hover) {
  background: #efdac3 !important;
  color: #154071 !important;
  border: 1px solid #154071 !important;
}

.headerbar .btn.btn_lightblue_border:not(:hover) {
  background: #efdac3 !important;
  color: #7290b6 !important;
  border: 1px solid #7290b6 !important;
}

.headerbar .btn.btn_lightorange_border:not(:hover) {
  background: #efdac3 !important;
  color: #444 !important;
  border: 1px solid #efdac3 !important;
}

.headerbar .btn.btn_darkpurple_border:not(:hover) {
  background: #efdac3 !important;
  color: #87255B !important;
  border: 1px solid #87255B !important;
}

.btn svg.arrow_right {
  width: 15px;
  height: auto;
  margin-left: 5px;
}

.btn svg.arrow_left {
  width: 15px;
  height: auto;
  margin-right: 5px;
  transform: rotate(180deg);
}

.btn svg.arrow_right_circle {
  width: 25px;
  height: auto;
  margin-left: 5px;
}

.btn_row .btn {
  margin-right: 10px;
  margin-bottom: 10px;
}

input,
textarea,
select {
  box-shadow: none !important;
  outline: none !important;
  border-radius: 3px !important;
}

input.search-field.form-control {
  height: 42px;
  position: relative;
  top: 1px;
}

a {
  color: inherit !important;
  text-decoration: none !important;
}

.block_content p a,
.wp-block-column p a {
  color: #154071 !important;
  font-weight: 600;
}

/*Header*/
li.menu-item.menu_item_extra a.phone_link_nav i {
  margin-right: 5px;
}

.navbar-nav .dropdown-toggle {
  padding-right: 30px !important;
}

.menubar .dropdown-toggle::after {
  display: none;
}

.menubar .dropdown-toggle::before {
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
  content: '\f107';
  position: absolute;
  right: 12px;
  top: 10px;
  font-size: 15px;
  color: #154071;
}

.menubar .navbar-nav&gt;li.menu-item-has-children.dropdown ul.dropdown-menu {
  margin-top: -5px;
}

.navbar-nav a.dropdown-item {
  color: #000 !important;
  padding: 5px 0px 5px 15px;
  font-size: 16px;
  position: relative;
}

.navbar-nav a.dropdown-item::before {
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
  content: '\f105';
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 16px;
  color: #154071;
}

.navbar-nav .dropdown-menu li {
  padding: 0 21px;
}

/*Mobile menu*/
/*#mobilemenu_bar {
    background: #f1b601;
}*/
.mobile_menu_header {
  background: #fff;
}

#mobilemenu_menu {
  background: #fff !important;
}

ul#mobilemenu_menu_ul li a {
  color: #000 !important;
}

#mobilemenu_menu.left {
  width: 100% !important;
  z-index: 99999;
}

#mobilemenu_menu.mobilemenu_levels a.mobilemenu_parent_item {
  border-left: 1px solid #154071 !important;
}

#mobilemenu_menu.mobilemenu_levels ul li {
  border-bottom: 1px solid #154071 !important;
  border-top: 0px solid #154071 !important;
}

#mobilemenu_menu ul a:hover {
  background: #154071 !important;
  color: #fff !important;
}

#mobilemenu_menu .mobilemenu_icon_par {
  color: #154071 !important;
}

#mobilemenu_menu.mobilemenu_levels ul li ul {
  border-top: 1px solid #154071 !important;
}

.mobilemenu_bar:not(.menu_is_opened) {
  top: 6px !important;
}

.mobilemenu_bar.menu_is_opened {
  top: 0 !important;
}

.type_1_wrapper {
  position: relative;
}

img.type_1_image_svg {
  width: 100%;
  max-width: 140px;
  position: absolute;
  right: -57px;
  bottom: -21px;
}

.type_1_inner {
  position: relative;
  z-index: 3;
}

.type_2_inner {
  position: relative;
  z-index: 3;
}

img.opencircle_svg_type_1 {
  width: 100%;
  max-width: 200px;
  position: absolute;
  bottom: -20px;
  left: -88px;
  z-index: 2;
}

img.opencircle_svg_type_2 {
  width: 100%;
  max-width: 200px;
  position: absolute;
  top: 50px;
  left: -88px;
  z-index: 2;
}

.headerbar.type_1 {
  background: #efdac3;
  position: relative;
  padding: 145px 0 100px 0;
  overflow: hidden;
}

.headerbar.type_1::after,
.headerbar.type_2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 70px 100vw;
  border-color: transparent transparent #fff transparent;
  z-index: 1;
}

.headerbar.type_2 {
  background: #efdac3;
  position: relative;
  padding: 200px 0 430px 0;
  overflow: hidden;
}

.headerbar.type_1 .btn_row {
  margin: 20px auto 0 auto;
  text-align: center;
}

.headerbar.type_2 .btn_row {
  margin: 20px 0 0 0;
}

.btn_row {
  margin: 20px 0 0 0;
}

.type_1_image {
  height: 334px;
  position: relative;
  border-radius: 3px;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 95%, 0% 100%);
  z-index: 1;
}

.type_1_image_subtitle i {
  position: relative;
  top: 1px;
}

.type_1_image_subtitle {
  position: relative;
}

.type_1_image_title {
  margin-top: 20px !important;
  position: relative;
}

a.logo_kzr img {
  max-width: 250px;
  width: 100%;
}

a.nav-link {
  color: #154071 !important;
  font-size: 18px;
  padding: 9px 20px !important;
}

li.menu-item.menu_item_extra a {
  font-size: 18px !important;
}

.login_link_nav svg {
  width: 20px;
  height: auto;
  margin-right: 6px;
  position: relative;
  bottom: 2px;
}

.menubar.scrolled_nav {
  background: #fff;
  box-shadow: 0 4px 16px 0 rgb(0 0 0 / 10%);
}

.menubar.scrolled_nav .navbar-nav .dropdown-menu {
  background: #fff;
  box-shadow: 0px 19px 19px 0 rgb(0 0 0 / 7%);
}

.menubar {
  padding: 20px 0 20px 0;
  margin-bottom: -138px;
  position: -webkit-sticky;
  position: sticky;
  z-index: 9999;
  top: 0;
  -webkit-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
}

.site-content {
  overflow: hidden;
}

ul.navbar-nav .menu_item_extra:last-child {
  margin-right: 0;
}

.type_2_image {
  height: 400px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

/* .type_2_image::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 70px 100vw;
  border-color: transparent transparent #fff transparent;
} */
.type_2_image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 70px 100vw 0 0;
  border-color: #efdac3 transparent transparent transparent;
}
.menubar a{
  outline: none !important;
}
/*Content*/
header.entry-header,
footer.entry-footer {
  display: none;
}

.container_marge {
  height: 70px;
}

.block_16_group {
  margin-bottom: 70px;
}

.block_16_groups .block_16_group:last-child {
  margin-bottom: 0;
}

.block_subtitle {
  color: #7290b6;
}

.block_title {
  color: #154071;
}

.block_1 .block_content {
  margin-top: 15px;
}

a.block_1_solution h4 {
  color: #fff !important;
  width: calc(100% - 45px);
}

.block_1_solution_content {
  width: calc(100% - 45px);
}

a.block_1_solution {
  background: #154071;
  border: 1px solid #154071;
  color: #fff !important;
  display: block;
  border-radius: 3px;
  padding: 15px 20px;
  margin-bottom: 20px;
  position: relative;
}

a.block_1_solution.white_bg h4 {
  color: #7290b6 !important;
}

a.block_1_solution.white_bg {
  background: #ffff;
  border: 1px solid #7290b6;
  color: #7290b6 !important;
}

.block_1_solution_content p:last-child {
  margin-bottom: 0;
}

.block_1_solution_arrow svg {
  width: 25px;
  position: absolute;
  right: 20px;
  bottom: 20px;
}

svg.arrow_right_circle {
  width: 25px;
}

.article_thumb.cover {
  height: 230px;
  position: relative;
  border-radius: 3px;
  margin-bottom: 30px;
}

.figure_hover {
  position: relative;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  border-radius: 3px;
  height: 230px;
  border-radius: 3px;
  margin: 0 0 30px 0 !important;
}

.figure_hover&gt;div {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.figure_hover:hover&gt;.cover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

h5.article_title {
  color: #7290b6;
  margin-bottom: 10px !important;
}

.col_marge_set {
  margin-bottom: 30px !important;
}

.article_link_txt svg {
  margin-left: 5px;
}

.article_link_txt {
  color: #7290b6;
  display: inline-block;
  margin-top: 30px;
  font-weight: 400;
}

.block_2 h2.block_title {
  margin-bottom: 40px !important;
}

.block_2_header.b2_darkblue {
  background: #7290b6;
}

.block_2_header.b2_lightorange {
  background: #efdac3;
}

.block_2 h3.block_subtitle {
  color: #fff;
}

.block_2_body {
  padding-top: 40px;
}

.block_2_header {
  background: #7290b6;
  border-radius: 3px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 100px);
}

.block_2_header.b2_big {
  height: 300px;
}

.block_2_header.b2_small {
  height: 180px;
}

.block_2_header::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 70px 100vw;
  border-color: transparent transparent #fff transparent;
  content: "";
}

.block_2_header img {
  position: absolute;
  right: 20%;
  width: 100%;
  opacity: 0.6;
  max-width: 400px;
}

.block_2_header.b2_big img {
  top: 15px;
}

.block_2_header.b2_small img {
  top: -90px;
}

.block_2 {
  position: relative;
  margin-bottom: -60px;
}

.block_3 {
  background: #e7ecf2;
  padding: 40px 0;
  position: relative;
  overflow-x: hidden;
}

.block_3 .container {
  position: relative;
}

img.block_3_svg {
  position: absolute;
  right: -20px;
  width: 100%;
  max-width: 400px;
  top: 0;
  opacity: 0.6;
}

.title_row {
  height: 40px;
}

a.link_all svg {
  margin-left: 5px;
  position: relative;
  bottom: 0px;
}

a.link_all {
  display: inline-block;
  color: #154071 !important;
  font-weight: 400;
  position: relative;
  z-index: 1;
}

.block_4_linkjes {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.block_4_linkje span {
  float: right;
  font-size: 15px;
  position: relative;
}

.block_4_linkje span i {
  position: absolute;
  right: 0;
  top: -6px;
}

.block_4_linkje span i:last-child {
  right: -35px;
  transition: all .2s linear;
}

.block_4_linkje:hover span i:last-child {
  right: 0;
}

.block_4_linkje:hover span i:first-child {
  right: -35px;
}

.block_4 .block_content,
.block_9 .block_content {
  margin-top: 15px;
}

.block_9.bg2 {
  background: #efdac3;
  padding: 70px 0 40px 0;
}

.block_9.bg3 {
  background: #e7ecf2;
  padding: 70px 0 40px 0;
}

.block_9.bg4 {
  background: #eee;
  padding: 70px 0 40px 0;
}

.block_4 {
  background: #e7ecf2;
  padding: 40px 0;
  position: relative;
}

.block_4_linkje {
  display: block;
  color: #154071 !important;
  border-bottom: solid 2px #ababab;
  padding: 10px 20px 10px 0;
  position: relative;
}

.block_4_linkje table {
  margin-bottom: 0;
}

.block_4_linkje table tr td:last-child {
  width: 20px;
}

.block_4 .container {
  position: relative;
}

img.block_4_svg {
  position: absolute;
  right: 0;
  width: 100%;
  max-width: 350px;
  top: -43px;
  opacity: 0.6;
}

.block_5 .block_content {
  margin-top: 15px;
}

.block_5_img.cover {
  height: 334px;
  position: relative;
  border-radius: 3px;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 95%, 0% 100%);
  z-index: 9;
}

img.block_5_svg_right {
  position: absolute;
  right: -37px;
  bottom: -42px;
  width: 100%;
  max-width: 140px;
}

img.block_5_svg_left {
  position: absolute;
  left: -39px;
  bottom: -58px;
  width: 100%;
  max-width: 140px;
}

.block_5 {
  margin-bottom: 80px;
}

.block_6_slide_thumb.cover {
  position: relative;
  min-height: 440px;
  height: 100%;
}

.block_6_slide_inner {
  background: #efdac3;
  position: relative;
  height: 100%;
  padding: 40px;
  text-align: right;
}

.block_6_slides .slick-slide&gt;div {
  margin: 0 20px;
}

.block_6_slides .slick-list {
  margin: 0 -20px;
}

h2.block_title.block_6_slide_title {
  margin: 15px 0 !important;
  font-size: 40px;
  line-height: 47px;
}

h4.block_subtitle.block_6_slide_subtitle {
  color: #7290b6 !important;
}

.contact_link a {
  text-decoration: underline !important;
}

.readarticle {
  text-decoration: underline !important;
  font-weight: 500;
  margin-top: 15px;
  display: block;
}

.article_content p:last-child {
  margin-bottom: 0;
}

.block_zindex {
  position: relative;
  z-index: 1;
}

a.block_6_slide_link svg {
  margin-left: 5px;
  position: relative;
  left: 0;
}

a.block_6_slide_link {
  color: #7290b6 !important;
  display: block;
  font-weight: 400;
  margin-top: 30px;
}

.block_6_slide {
  border-radius: 3px;
  overflow: hidden;
}

.block_6_slides ul.slick-dots {
  bottom: -50px;
}

.block_6 {
  margin: 50px 0;
  position: relative;
}

.block_6_slides {
  margin-bottom: 0 !important;
}

.block_6_slides .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 15px;
  height: 15px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.block_6_slides ul.slick-dots li button,
.block_6_slides ul.slick-dots li {
  width: 15px;
}

.block_6_slides ul.slick-dots li.slick-active button,
.block_6_slides ul.slick-dots li.slick-active {
  width: 30px;
}

.block_6_slides ul.slick-dots li button:hover:before {
  background: #7290b6;
  border-color: #7290b6;
}

.block_6_slides ul.slick-dots li.slick-active button:before {
  background: #7290b6;
  border-color: #7290b6;
  width: 30px;
  border-radius: 10px;
}

.block_6_slides ul.slick-dots li button:before {
  opacity: 1;
  font-size: 15px;
  width: 15px;
  height: 15px;
  display: inline-block;
  content: "";
  border: 3px solid #e7ecf2;
  border-radius: 100%;
  background: #e7ecf2;
}

img.block_6_svg_left {
  position: absolute;
  top: -36px;
  left: -57px;
  width: 100%;
  max-width: 140px;
}

div#breadcrumbs_yoast {
  font-size: 14px;
  color: #608cc1;
  font-weight: 400;
  margin: 15px 0;
}

.block_7 .block_content,
.block_8 .block_content,
.block_10 .block_content {
  margin-top: 15px;
}

.block_7_usps {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.block_7_usp {
  display: block;
  color: #154071 !important;
  border-bottom: solid 2px #ababab;
  padding: 10px 20px 10px 20px;
  position: relative;
}

.block_4_linkjes .block_4_linkje:last-child,
.block_7_usps .block_7_usp:last-child {
  border: none;
}

.site-content ul:not(.slick-dots) {
  list-style: none;
  padding: 0;
}

.site-content ul:not(.slick-dots) li {
  display: block;
  margin-top: -15px;
  margin-left: 25px;
}

.site-content ul:not(.slick-dots) li:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f0da';
  display: table-cell;
  position: relative;
  top: 26px;
  left: -24px;
  font-size: 25px;
  color: #6789b5;
}

.block_8_image_div img {
  max-width: 150px;
  margin: 20px 0;
}

.block_8 {
  background: #e7ecf2;
  padding: 40px 0;
  position: relative;
}

.block_10 {
  background: #e7ecf2;
  padding: 40px 0;
  position: relative;
}

.block_10 .container {
  position: relative;
}

.block_10 .block_content {
  z-index: 1;
  position: relative;
}

img.pinguin_img {
  width: 100%;
  max-width: 170px;
  position: absolute;
  bottom: -80px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0.6;
}

img.block_8_svg {
  position: absolute;
  right: 0;
  width: 100%;
  max-width: 350px;
  top: -43px;
  opacity: 0.6;
}

.block_8_image_div a {
  display: block;
}

.block_8 .container {
  position: relative;
}

.menubar.menu_empty_marge {
  margin-bottom: 0;
}

.block_7_port {
  display: block;
  color: #154071 !important;
  border-bottom: solid 2px #ababab;
  padding: 10px 20px 10px 20px;
  position: relative;
}

.block_7_porto {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.block_7_port span {
  float: right;
  font-size: 15px;
  position: relative;
}

.block_7_port span svg {
  height: auto;
}

.block_7_porto table {
  margin-bottom: 0;
}

h4.block_7_extra_title.block_subtitle {
  margin-bottom: 10px !important;
}

.right_view_buttons a {
  font-size: 22px !important;
}

.right_view_buttons {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 999;
  /* writing-mode: vertical-rl;
  transform-origin: left top; */
  transform-origin: right top;
  font-size: 22px !important;
  margin-top: 100px;
  transform: rotate(90deg);
}

a.right_view_search.active {
  left: 5px;
}

a.right_view_search:hover {
  background: #87255B;
}

a.right_view_search {
  display: inline-block;
  background: #65123f;
  color: #fff !important;
  padding: 9px 15px 9px 10px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  position: relative;
  left: 49px;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  font-size: 20px !important;
}

a.btn_right_view {
  position: relative;
  z-index: 1;
}

img.alignright,
img.alignleft,
img.aligncenter {
  border-radius: 3px;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 95%, 0% 100%);
}

.alignright {
  margin-left: 15px;
  margin-bottom: 15px;
}

.alignleft {
  margin-right: 15px;
  margin-bottom: 15px;
}

.block_10_img_wrapper {
  position: relative;
  float: right;
  margin: 30px 0 40px 40px;
  width: 100%;
  max-width: 500px;
}

.block_10_img.cover {
  width: 100%;
  max-width: 500px;
  height: 334px;
  position: relative;
  border-radius: 3px;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 95%, 0% 100%);
  z-index: 1;
}

img.block_10_svg {
  position: absolute;
  left: 0;
  width: 100%;
  max-width: 350px;
  bottom: -40px;
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  opacity: 0.6;
}

img.block_10_svg1 {
  position: absolute;
  right: -35px;
  width: 100%;
  max-width: 140px;
  bottom: -41px;
}

.block_11 .block_content {
  margin-top: 15px;
}

.block_11_download {
  border-radius: 3px;
  border: 1px solid #7290b6;
  padding: 20px 60px 20px 20px;
  position: relative;
}

.download_title {
  color: #7290b6;
  font-size: 18px;
  margin-bottom: 7px;
}

a.download_icon {
  color: #7290b6 !important;
  position: absolute;
  right: 20px;
  bottom: 20px;
  border: 1px solid #7290b6;
  display: inline-block;
  width: 30px;
  height: 30px;
  font-size: 14px;
  text-align: center;
  border-radius: 100%;
  line-height: 27px;
}

img.contact_image {
  object-fit: cover;
  width: 110px;
  height: 110px;
  border-radius: 100%;
  position: relative;
  z-index: 3;
  object-position: top;
}

.block_12_contact_thumb {
  position: relative;
}

.block_12_contact {
  position: relative;
  margin: 30px 0 30px 0;
}

.block_12_top {
  margin-top: -20px;
}

.block_12_bottom {
  margin-bottom: -20px;
}

/* .block_12{
  margin-bottom: -90px;
} */

.contact_title {
  color: #7290b6;
  font-size: 18px;
  margin-bottom: 7px;
}

.contact_link {
  color: #7290b6;
  font-size: 16px;
}

.contact_link svg {
  margin-left: 5px;
}

.block_12_contact table tr td:first-child {
  width: 140px;
}

.contact_content {
  margin-bottom: 10px;
}

img.block_12_contact_svg {
  position: absolute;
  left: -45px;
  width: 100%;
  max-width: 90px;
  bottom: -27px;
  z-index: 2;
}

.btnbackto {
  margin-top: 30px;
  position: relative;
}

.btnbackto svg {
  position: relative;
  bottom: 2px;
}

.wp-pagenavi&gt;span,
.wp-pagenavi&gt;a {
  width: 32px;
  height: 32px;
  display: inline-block;
  border-radius: 3px;
  font-weight: 600 !important;
  color: #154071 !important;
  border: 1px solid #154071 !important;
  text-align: center;
  line-height: 24px;
}

.wp-pagenavi span.current,
.wp-pagenavi&gt;span:hover,
.wp-pagenavi&gt;a:hover {
  background: #154071;
  color: #fff !important;
}

.wp-pagenavi span.current svg path,
.wp-pagenavi&gt;span:hover svg path,
.wp-pagenavi&gt;a:hover svg path {
  fill: #fff !important;
}

a.previouspostslink svg,
a.nextpostslink svg {
  height: auto;
  width: 15px;
  position: relative;
  bottom: 1px;
}

svg.arrow_left {
  transform: rotate(180deg);
}

.single_post_content {
  margin: 15px 0 25px 0;
}

.block_8_images {
  position: relative;
  z-index: 1;
}

.block_14 .block_content {
  margin-top: 15px;
}

h2.block_13_quote {
  border-left: 5px solid #154071;
  padding-left: 40px;
}

.single_post_title {
  margin-bottom: 25px !important;
}

/* .team_box {
  cursor: pointer;
} */

.team_thumb.cover {
  height: 280px;
  border-radius: 3px;
  margin-bottom: 10px;
  position: relative;
  background-position: top;
}

.team_content {
  color: #154071;
  margin-bottom: 15px;
}

.team_thumb_cat {
  transform-origin: left bottom;
  padding: 10px 2px;
  /* transform: rotate( 90deg); */
  position: absolute;
  top: 15px;
  left: 0;
  border-radius: 3px;
  background: #154071;
  color: #fff;
  border: 1px solid #154071;
  writing-mode: vertical-rl;
  line-height: 20px;
}

.team_content p:last-child {
  margin-bottom: 0;
}

.figure_hover_team {
  position: relative;
  width: 100%;
  padding: 0 !important;
  overflow: hidden;
  border-radius: 3px;
  height: 270px;
  border-radius: 3px;
  margin-bottom: 0 0 10px 0 !important;
}

.figure_hover_team&gt;div {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.team_box:hover .figure_hover_team&gt;.cover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.modal_team .modal-dialog {
  max-width: 1000px;
}

button.close {
  font-size: 37px !important;
  opacity: 1;
  color: #154071;
  padding: 10px !important;
  position: relative;
  top: 9px;
}

.team_more,
.team_less {
  display: block;
  margin-top: 10px;
  color: #7290b6;
  cursor: pointer;
}

.team_more svg,
.team_less svg {
  margin-left: 5px;
}

.block_5_wrapper {
  height: 334px;
  position: relative;
}

.team_extra_full,
.team_less {
  display: none;
}

.block_2 .article_link {
  margin-bottom: 30px;
}

div#cookie-notice .cn-button {
  background: #154071;
}

.block_18 h2.block_title {
	margin-bottom: 40px !important;
}

.block_18 h3.block_subtitle {
	color: #fff;
}

.block_18_body {
	padding-top: 40px;
}

.block_18_header {
	background: #7290b6;
	border-radius: 3px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - 100px);
	height: 300px;
}

.block_18_header::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 70px 100vw;
	border-color: transparent transparent #fff transparent;
	content: "";
}

.block_18_header img {
	position: absolute;
	right: 20%;
	width: 100%;
	opacity: 0.6;
	max-width: 400px;
}

.block_18_header img {
	top: 15px;
}

.block_18 {
	position: relative;
	margin-bottom: 60px;
}

a.btn_block_18 {
    background: #e7ecf2;
    border: 1px solid #e7ecf2;
    color: #154071 !important;
    display: block;
    border-radius: 3px;
    padding: 15px 20px;
    margin-bottom: 20px;
    position: relative;
    height: 100%;
}

.btn_title_18 {
    color: #154071;
    margin-bottom: 10px !important;
}

p.btn_content_18{
	margin-bottom: 0;
}

.btn_block_18:hover svg {
    margin-right: 10px;
}

.btn_arrow_18 {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.btn_arrow_18 svg{
	transition: margin .2s linear;
}

body.home .headerbar.type_1::after {
    border-color: transparent transparent #efdac3 transparent;
}

.table_type_1.is-style-stripes tbody tr:nth-child(odd){
	background-color: #fff;
}

.table_type_1.is-style-stripes tbody tr:nth-child(even){
	background-color: #e7ecf2;
}

.table_type_1 table th, .table_type_1 table td {
    padding: 10px 15px;
	position: relative;
}

.table_type_1 table i.fas.fa-check,
.table_type_1 table i.fas.fa-times{
	margin-right: 5px;
}

.table_type_1 table i.fas.fa-check{
	color:#48b748;
}

.table_type_1 table i.fas.fa-times{
	color:#ff0000;
}

.table_type_1 td, .table_type_1 th {
	border:0 !important;
	vertical-align: top;
}

.table_type_1 thead th{
	background:#154071;
	color:#fff;
	border-bottom: 1px solid #bfbfbf !important;
}

.table_type_1 tr th:first-child,
.table_type_1 tr td:first-child{
	border-right: 1px solid #bfbfbf !important;
}

.wp-block-table{
	margin: 15px 0 !important;
}

.wp-block-table table{
	margin:0 !important;
}
/*Footer*/
footer a:not(.btn) {
  color: #fff !important;
}

.footer_social span {
  margin-right: 10px;
  position: relative;
  bottom: 4px;
}

.footer_row_1 {
  margin: 30px 0 0 0;
}

.footer_social a {
  display: inline-block;
  font-size: 25px;
  margin: 0 5px 5px 0;
}

footer {
  background: #154071;
  color: #fff;
  position: relative;
  overflow: hidden;
  padding: 100px 0 20px 0;
}

footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 70px 100vw 0 0;
  border-color: #fff transparent transparent transparent;
}

a.footer_link svg {
  width: 25px;
  margin-right: 5px;
  position: relative;
  bottom: 1px;
}

.footer_menu ul {
  list-style: none;
  padding-left: 0;
  /* padding-left: 10px; */
}

/* .footer_menu ul.menu {
  padding-left: 35px;
} */

a.footer_link {
  font-weight: 500;
  display: block;
  margin-bottom: 20px;
}

.footer_menu ul.menu li.menu-item-has-children&gt;a {
  font-weight: 500;
}

.footer_menu svg.arrow_right_circle {
  width: 25px;
  margin-right: 10px;
  margin-left: -35px;
  display: inline-block;
}

.footer_social {
  position: relative;
  top: 6px;
}

.footer_copyright {
  padding: 40px 0 0px 0;
  color: #9FB2C6;
  font-size: 16px;
}

.footer_copyright .container {
  position: relative;
}

a.copyright_span {
  margin-right: 5px;
}

.footer_copyright a.copyright_span:last-child {
  display: none;
}

a.copyright_link {
  margin-right: 5px;
}

img.footer_copyright_svg {
  position: absolute;
  max-width: 185px;
  top: -11px;
  left: -210px;
  opacity: 0.6;
}

img.footer_svg {
  position: absolute;
  right: 0;
  width: 100%;
  max-width: 350px;
  bottom: 0;
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  opacity: 0.3;
}

.copyright_links_div {
  position: relative;
  z-index: 1;
}

.block_title_empty {
  color: transparent !important;
  pointer-events: none !important;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*MailPoet*/
.mailpoet_confirm_unsubscribe a,
.mailpoet-manage-subscription [type=submit] {
  position: relative;
  width: auto;
  margin: 25px 0;
  top: 6px;
  background: #efdac3 !important;
  color: #444 !important;
  border: 1px solid #efdac3 !important;
  box-shadow: none !important;
  outline: none !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  text-align: center !important;
  padding: 9px 20px !important;
  font-family: 'Roboto', sans-serif !important;
  border-radius: 3px !important;
  line-height: 22px !important;
}

.mailpoet_confirm_unsubscribe a:hover,
.mailpoet-manage-subscription [type=submit]:hover {
  background: #eab67e !important;
  color: #000 !important;
  border: 1px solid #eab67e !important;
}

.mailpoet-manage-subscription .mailpoet_text_label {
  line-height: 1.3;
  color: #444;
  font-size: 14px;
}

.mailpoet-manage-subscription input[type=text] {
  height: 32px;
  line-height: 1.3;
  color: #444;
  font-size: 14px;
  border: 1px solid #BFC3C8;
  padding: 6px 10px;
  margin-bottom: 10px;
}


/*CSS @media Rules*/

@media (max-width: 575px) {
  .team_thumb.cover {
    height: 400px;
  }
  .table_type_1 table{
		table-layout: auto !important;
	}
	.table_type_1 td,
	.table_type_1 th{
		min-width: 80vw;
	}
}

@media (min-width: 576px) {}

@media (max-width: 767px) {
  h2 {
    font-size: 26px;
    line-height: 30px;
  }

  h2.block_title {
    word-wrap: break-word;
  }

  .col_marge_767 {
    margin-bottom: 30px !important;
  }
}

@media (min-width: 768px) {}

@media (max-width: 991px) {
  .navbar-nav .dropdown-menu{
    margin-left: 0 !important;
  }
  html {
    padding-bottom: 38px;
  }

  a.btn_right_view {
    width: 100%;
    /* border-top-left-radius: 0 !important;
      border-bottom-left-radius: 0 !important; */
    text-align: left !important;
  }

  a.right_view_search {
    left: 0;
    /* border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important; */
    z-index: 999;
  }

  .right_view_buttons a {
    font-size: 19px !important;
    padding: 9px 20px !important;
    border-radius: 0 !important;
  }

  .right_view_buttons {
    right: 0;
    left: 0;
    transform: none;
    transition: none;
    bottom: 0;
    top: inherit;
    width: 100%;
    margin: 0;
    font-size: 19px !important;
    display: flex;
  }

  .block_title_empty {
    display: none !important;
  }

  .link_all {
    margin-top: 15px;
  }

  img.alignright,
  img.alignleft,
  img.aligncenter,
  .block_10_img_wrapper {
    float: none !important;
    margin: 5px 0 !important;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .block_10_img.cover {
    width: 100% !important;
    max-width: 100% !important;
  }

  .order_2_991 {
    -ms-flex-order: 2;
    order: 2;
  }

  .col_marge_991 {
    margin-bottom: 30px !important;
  }
}

@media (min-width: 992px) {
  .block_12_contact {
    max-width: 92%;
  }
}

@media (max-width: 1199px) {
  body.active_white .right_view_buttons {
    z-index: 99999;
    background: #65123f;
  }

  .menubar .footer_social {
    top: 0;
  }

  .menubar_contact {
    margin-top: 50px;
  }

  .menubar_contact span {
    font-weight: 600;
  }

  .menubar .footer_social a {
    color: #154071 !important;
  }

  .menubar .footer_social span {
    font-weight: 600;
  }

  body.active_white {
    overflow: hidden;
  }

  .menubar .navbar-collapse&gt;ul {
    margin: 0 auto;
  }

  .menubar.scrolled_nav .navbar-nav .dropdown-menu {
    box-shadow: none;
  }

  .menubar .dropdown-toggle::before {
    right: 0;
    top:9px;
    /* display: none; */
  }

  button.navbar-toggler {
    padding: 0 !important;
  }

  button.navbar-toggler span {
    display: block;
    background: #000;
    width: 30px;
    height: 3px;
    margin: 7px 0;
  }

  .menubar .navbar-collapse {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
    padding: 30px 0 40px 0;
    /* box-shadow: 0px 4px 5px 0 rgb(0 0 0 / 10%); */
    transition: none !important;
  }

  .menubar.active_white a.nav-link {
    padding-left: 0 !important;
  }

  div#wpadminbar.active_white {
    display: none;
  }

  html.active_white {
    margin-top: 0 !important;
  }

  .menubar.active_white {
    background: #fff;
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: auto;
  }

  .headerbar.active_white {
    opacity: 0;
  }

  a.logo_kzr img {
    max-width: 180px !important;
  }

  .opencircle_svg_type_1,
  .opencircle_svg_type_2 {
    display: none;
  }

  .type_2_image {
    display: none;
  }

  h2.block_title.block_6_slide_title {
    font-size: 32px;
    line-height: 40px;
  }

  .block_2_header,
  .block_18_header {
    width: 100%;
    border-radius: 0;
  }

  .headerbar h1 {
    font-size: 30px;
    line-height: 33px;
  }

  .headerbar.type_1,
  .headerbar.type_2 {
    padding: 170px 0 70px 0;
  }

  .footer_copyright_svg,
  .footer_svg {
    display: none;
  }

  .headerbar.type_1 .btn_row {
    text-align: left;
    margin: 20px 0 0 0;
  }

  .col_marge_1200 {
    margin-bottom: 30px !important;
  }
}

@media (min-width: 1200px) {
  .menubar a.logo_kzr {
    margin-right: 20px;
  }

  ul.extra_nav li {
    display: inline-block;
  }

  ul.extra_nav {
    list-style: none;
    margin: 0 0 0 15px;
    padding: 0;
  }

  .menubar .navbar-nav li.menu-item-has-children.dropdown:hover,
  .menubar .navbar-nav a.act {
    background: #e7ecf2;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    color: #000 !important;
  }

  .menubar .navbar-nav li.menu-item-has-children.dropdown:hover ul.dropdown-menu {
    display: block;
  }

  .menubar .navbar-nav .dropdown-menu {
    border: none;
    border-top-left-radius: 0;
    background: #e7ecf2 !important;
  }

  .navbar-nav a.dropdown-item:hover,
  a.nav-link:hover,
  .dropdown-toggle:hover::before {
    color: #154071 !important;
  }

  .block_6_slide_thumb::after {
    position: absolute;
    bottom: 0;
    background: #efdac3;
    right: -2px;
    width: 100px;
    height: 100%;
    content: "";
    -webkit-clip-path: polygon(35% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(35% 0%, 100% 0%, 100% 100%, 0% 100%);
  }

  .block_1_solutions,
  .block_7_inner,
  .block_8_inner,
  .block_11_downloads {
    padding-left: 175px;
  }

  .container {
    max-width: 1340px;
  }

  .block_4 .container.maxw,
  .block_8 .container.maxw,
  .block_10 .container.maxw {
    max-width: 1100px;
  }

  /* nav.navbar {
      margin-left: -100px;
  } */
}

@media (min-width: 3000px) {
  /* .menubar .calc_right {
    padding-right: 847px !important;
  } */
}

@media (min-width: 1565px) {
  /* .menubar {
    padding-left: 100px;
  } */

  footer a.logo_kzr {
    margin-left: -100px;
  }
}

@media (max-width: 1400px) {
  a.logo_kzr img {
    max-width: 230px;
  }
}</pre></body></html>