<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.font-bold {
  font-family: museo, serif;
  font-weight: 500;
}

.font-light {
  font-family: museo, serif;
  font-weight: 100;
}

.text-align-center {
  text-align: center;
}

.text-align-left {
  text-align: left;
}

.text-align-right {
  text-align: right;
}

h6, .h6 {
  font-size: 22px;
  line-height: 1.2em;
  font-weight: 100;
  color: #4E555A;
}

h5, .h5 {
  font-size: 25px;
  line-height: 1.2em;
  font-weight: 100;
  color: #4E555A;
}

h4, .h4 {
  font-size: 28px;
  line-height: 1.2em;
  font-weight: 100;
  color: #4E555A;
}

h3, .h3 {
  font-size: 32px;
  line-height: 1.2em;
  font-weight: 100;
  color: #E30613;
}

h2, .h2 {
  font-size: 37px;
  line-height: 1.2em;
  font-weight: 100;
  color: #E30613;
}

h1, .h1 {
  font-size: 45px;
  line-height: 1.2em;
  font-weight: 100;
  color: #E30613;
}

h1 i, .h1 i, h2 i, .h2 i, h3 i, .h3 i, h4 i, .h4 i, h5 i, .h5 i, h6 i, .h6 i {
  background: #E30613;
  color: #ffffff;
  font-style: normal;
  display: inline-block;
  padding: 0 5px;
  box-sizing: border-box;
}

p, .p {
  font-size: 20px;
  line-height: 1.4em;
  font-weight: 300;
  color: #4E555A;
}

.accent_text {
  display: inline-block;
  background: #E30613;
  color: #ffffff;
  padding: 0 5px;
}

strong {
  font-weight: 500;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

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

.a {
  text-decoration: underline;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #ffffff;
  font-family: museo, serif;
  font-style: normal;
  margin: 0;
  padding: 0;
  max-width: 100vw;
  background: #ffffff;
  color: #4E555A;
}

a {
  cursor: pointer;
}

* {
  box-sizing: border-box;
}

.col-black {
  color: #4E555A;
}

.col-red {
  color: #E30613;
}

.col-dark {
  color: #4E555A;
}

.col-grey {
  color: #94A0A7;
}

.col-blue {
  color: #E30613;
}

.bg-black {
  background-color: #000000;
}

.bg-light {
  background-color: #f5f5f5;
}

.bg-white {
  background-color: #ffffff;
}

.bg-dark {
  background-color: #4E555A;
}

.bg-red {
  background-color: #E30613;
}

.bg-blue {
  background-color: #E30613;
}

.bg-grey {
  background-color: #94A0A7;
}

.bg-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.bg-image.alignment-left {
  background-position: center left;
}
.bg-image.alignment-right {
  background-position: center right;
}
.bg-image.alignment-top {
  background-position: top center;
}
.bg-image.alignment-bottom {
  background-position: bottom center;
}

.grid {
  width: 100%;
  max-width: 1500px;
  padding-left: 25px;
  padding-right: 25px;
  box-sizing: border-box;
  margin: 0 auto;
}

.aspect {
  position: relative;
  width: auto;
  height: auto;
}
.aspect .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.aspect.as-landscape {
  padding-top: 56.25%;
  width: 100%;
}
.aspect.as-square {
  padding-top: 100%;
  width: 100%;
}
.aspect.as-portfolio {
  padding-top: 75%;
  width: 100%;
}
.aspect.as-banner {
  padding-top: 40%;
  width: 100%;
}

.layer-0 {
  z-index: 0;
}

.layer-1 {
  z-index: 5;
}

.layer-2 {
  z-index: 10;
}

.layer-3 {
  z-index: 15;
}

.layer-4 {
  z-index: 20;
}

.layer-5 {
  z-index: 25;
}

.layer-6 {
  z-index: 30;
}

.layer-7 {
  z-index: 35;
}

.layer-8 {
  z-index: 40;
}

.layer-9 {
  z-index: 45;
}

.row {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -50px;
  margin-left: -50px;
  margin-bottom: -50px;
}
.row &gt; * {
  padding-left: 50px;
  padding-right: 50px;
  margin-bottom: 50px;
}
.row.row-1 {
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: -30px;
}
.row.row-1 &gt; * {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}

.col-xs-12, .col-xs-6 {
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

@media only screen and (min-width: 768px) {
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 991px) {
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 1199px) {
  .col-lg-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
/* Flex */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.justify-space-between {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.align-top {
  align-items: flex-start;
}

.align-bottom {
  align-items: flex-end;
}

.align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

header {
  display: block;
  pointer-events: none;
  width: 100%;
  height: auto;
}
header .logo-holder {
  height: 175px;
  width: 250px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 39;
  transition: all 0.3s ease-out;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  margin: 0 75px 0 0;
  padding: 35px 40px 35px 75px;
}
header .logo-holder .background_logo {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: -55px;
  z-index: 38;
  pointer-events: none;
}
header .logo-holder .background_logo svg {
  height: 100%;
}
header .logo-holder .logo-image {
  height: 100%;
  width: auto;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-out;
  pointer-events: all;
  position: relative;
  z-index: 39;
}
header .logo-holder .logo-image .icon {
  display: none;
  height: 50px;
  width: 50px;
}
header .logo-holder .logo-image .full {
  display: block;
  height: 100%;
  width: auto;
}
header .menu-corner {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  z-index: 46;
  height: 500px;
  width: 500px;
  pointer-events: none;
}
header .menu-corner .content {
  height: 375px;
  width: 250px;
  padding: 35px 25px;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
  align-content: flex-start;
  flex-wrap: wrap;
  position: absolute;
  z-index: 47;
  right: 0;
  top: 0;
}
header .menu-corner .content .menuButton {
  height: 85px;
  width: 85px;
  pointer-events: auto;
  display: block;
}
header .menu-corner .content .menuButton img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center center;
}
header .menu-corner .content .menuButton img.open {
  display: block;
}
header .menu-corner .content .menuButton img.close {
  display: none;
}
header .menu-corner .content .contactMenu {
  display: block;
  width: 100%;
  flex-shrink: 0;
  text-align: right;
  padding: 0;
  margin: 10px 0 0 0;
  list-style: none;
}
header .menu-corner .content .contactMenu.aboveit {
  margin: 0;
}
header .menu-corner .content .contactMenu.aboveit li {
  font-size: 16px;
  margin: 0;
}
header .menu-corner .content .contactMenu li {
  margin-bottom: 7px;
}
header .menu-corner .content .contactMenu li img {
  height: 25px;
  width: auto;
}
header .menu-corner .content .contactMenu li a {
  pointer-events: auto;
  font-family: museo, serif;
  font-weight: 500;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  align-content: center;
}
header .menu-corner .content .contactMenu li a .icon {
  font-size: 25px;
  margin-right: 20px;
}
header .menu-corner .cornerBackground {
  height: 350px;
  width: 500px;
  top: 0;
  right: -50%;
  background: #E30613;
  position: absolute;
  z-index: 45;
  transform: rotate(45deg);
}
header.scrolled .logo-holder {
  height: 75px;
  width: 90px;
  padding: 12.5px 15px 12.5px 35px;
}
header.scrolled .logo-holder:after {
  height: 75px;
  width: 45px;
  right: -45px;
}
header.scrolled .logo-holder .logo-image .icon {
  display: block;
}
header.scrolled .logo-holder .logo-image .full {
  display: none;
}
header.nav-open .menu-corner .cornerBackground {
  -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
}
header.nav-open .menu-corner .content .menuButton img.open {
  display: none;
}
header.nav-open .menu-corner .content .menuButton img.close {
  display: block;
}

.smallSlider {
  overflow: hidden;
}
.smallSlider .img-box {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  top: 0;
  background-size: cover;
  background-position: center;
  transition: 0.2s;
}
.smallSlider .img-box.playing {
  transform: scale(1.4);
  opacity: 0;
}

@media screen and (max-width: 900px) {
  header .logo-holder {
    height: 125px;
    width: 185px;
    padding: 25px 15px 25px 30px;
  }
}
@media screen and (max-width: 450px) {
  header .logo-holder {
    height: 100px;
    padding: 20px 15px 20px 30px;
  }
  header .logo-holder .background_logo {
    left: -10px;
  }
}
@media screen and (max-width: 300px) {
  header .logo-holder .logo-image .icon {
    display: block !important;
  }
  header .logo-holder .logo-image .full {
    display: none !important;
  }
}
.edit-page-link {
  position: fixed;
  bottom: 10px;
  left: 10px;
  background: #ffffff;
  border-radius: 5px;
  color: #000000;
  font-size: 12px;
  padding: 10px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  z-index: 99999;
}

footer {
  background: #E30613;
  color: #ffffff;
  width: 100%;
  height: auto;
  padding-top: 55px;
  padding-bottom: 55px;
  box-sizing: border-box;
}
footer .topFooter {
  width: 100%;
  margin-bottom: 70px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
footer .topFooter .footerLogo {
  width: calc(20% - 50px);
  max-width: 100px;
  max-height: 75px;
  height: auto;
  margin: 0 25px;
  object-fit: contain;
}
footer .midFooter,
footer .botFooter {
  display: flex;
  justify-content: space-between;
  color: #ffffff;
}
footer .midFooter .footerSection,
footer .botFooter .footerSection {
  width: 33.3333333333%;
  height: auto;
  padding: 0 25px;
  box-sizing: border-box;
}
footer .midFooter .footerSection:nth-child(1),
footer .botFooter .footerSection:nth-child(1) {
  text-align: left;
}
footer .midFooter .footerSection:nth-child(2),
footer .botFooter .footerSection:nth-child(2) {
  text-align: center;
}
footer .midFooter .footerSection:nth-child(3),
footer .botFooter .footerSection:nth-child(3) {
  text-align: right;
}
footer .midFooter .footerSection .footerList,
footer .botFooter .footerSection .footerList {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .midFooter .footerSection .footerList li,
footer .botFooter .footerSection .footerList li {
  color: #ffffff;
  font-family: museo, serif;
  font-weight: 100;
}
footer .midFooter .footerSection .footerList li.head,
footer .botFooter .footerSection .footerList li.head {
  font-family: museo, serif;
  font-weight: 500;
}
footer .midFooter .footerSection .footerList li .icon,
footer .botFooter .footerSection .footerList li .icon {
  margin-left: 7.5px;
}
footer .midFooter {
  align-content: flex-start;
  align-items: flex-start;
}
footer .botFooter {
  align-content: flex-end;
  align-items: flex-end;
  margin-top: 55px;
}

.button,
button {
  display: inline-flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  font-family: museo, serif;
  font-weight: 500;
  padding: 6.5px 20px;
  box-sizing: border-box;
  border-radius: 150px;
  cursor: pointer;
  transition: all 0.25s ease;
}
.button .text,
button .text {
  margin-right: 20px;
  font-size: 22px;
}
.button .icon,
button .icon {
  font-size: 25px;
}
.button:hover,
button:hover {
  transform: scale(1.05);
}
.button.whatsapp,
button.whatsapp {
  background: #00d756;
  color: #ffffff;
}
.button .icon:first-child,
button .icon:first-child {
  margin: 0 7px 0 0;
}

.floatingHeader {
  display: flex;
  align-content: center;
  align-items: center;
  color: #ffffff;
  position: absolute;
  top: -28px;
  left: 585px;
  z-index: 10;
}
.floatingHeader.blue {
  background: #E30613;
}
.floatingHeader.purple {
  background: #4E555A;
}
.floatingHeader.green {
  background: #4E555A;
}
.floatingHeader.grey {
  background: #4E555A;
}
.floatingHeader .text {
  font-family: museo, serif;
  font-weight: 100;
  font-size: 25px;
}
.floatingHeader .icon {
  margin-left: 20px;
  font-size: 30px;
}

.floatingButton {
  display: flex;
  align-content: center;
  align-items: center;
  color: #ffffff;
  position: fixed;
  bottom: 0;
  right: 25px;
  border-radius: 35px 35px 0 0;
  padding: 15px 25px;
  box-sizing: border-box;
  z-index: 10;
  transition: all 0.25s ease;
}
.floatingButton.blue {
  background: #E30613;
}
.floatingButton.purple {
  background: #4E555A;
}
.floatingButton.green {
  background: #4E555A;
}
.floatingButton.grey {
  background: #4E555A;
}
.floatingButton .text {
  font-family: museo, serif;
  font-weight: 100;
  font-size: 25px;
}
.floatingButton .icon {
  margin-left: 20px;
  font-size: 30px;
}
.floatingButton.hide {
  opacity: 0;
  pointer-events: none;
}

nav {
  display: none;
  height: 100vh;
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  background: #E30613;
  background-size: cover;
  background-position: center center;
  position: fixed;
  top: 0;
  left: 0;
}
nav.active {
  display: block;
}
nav .nav_wrapper {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 100%;
  width: 100%;
  max-width: 1700px;
  padding: 200px 250px;
  box-sizing: border-box;
  margin: 0 auto;
}
nav .nav_wrapper .main_items {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  flex-shrink: 0;
  flex-grow: 0;
}
nav .nav_wrapper .main_items .main_items-col {
  width: 50%;
  flex-shrink: 0;
  padding-right: 15px;
  box-sizing: border-box;
}
nav .nav_wrapper .main_items .main_items-col .main_title {
  display: inline-flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  color: #4E555A;
  padding: 6.5px 20px;
  box-sizing: border-box;
  border-radius: 150px;
  font-size: 20px;
  font-weight: 100;
  margin: 0 0 10px 30px;
}
nav .nav_wrapper .main_items .main_items-col .main_menu_list {
  list-style: none;
}
nav .nav_wrapper .main_items .main_items-col .main_menu_list li {
  display: block;
  margin: 0 0 25px 0;
}
nav .nav_wrapper .main_items .main_items-col .main_menu_list li a {
  height: 100%;
  width: auto;
  display: inline-flex;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  font-weight: 500;
  font-size: 28px;
  color: #ffffff;
  transition: all 0.25s ease;
}
nav .nav_wrapper .main_items .main_items-col .main_menu_list li a .icon {
  display: block;
  margin: -2px 15px 0 0;
  filter: brightness(2);
  height: 30px;
  width: 30px;
  object-fit: contain;
  object-position: center;
}
nav .nav_wrapper .main_items .main_items-col .main_menu_list li a:hover {
  transform: scale(1.06);
}
nav .nav_wrapper .sub_items {
  width: 100%;
  flex-shrink: 0;
  flex-grow: 0;
  padding: 70px 0;
  box-sizing: border-box;
}
nav .nav_wrapper .sub_items .sub_menu_list {
  list-style: none;
}
nav .nav_wrapper .sub_items .sub_menu_list li {
  display: block;
  margin: 0 0 25px 0;
}
nav .nav_wrapper .sub_items .sub_menu_list li a {
  height: 100%;
  width: auto;
  display: inline-flex;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  font-weight: 100;
  font-size: 22px;
  color: #ffffff;
  transition: all 0.25s ease;
}
nav .nav_wrapper .sub_items .sub_menu_list li a:hover {
  transform: scale(1.1);
}

@media screen and (max-width: 1295px) {
  nav .nav_wrapper {
    padding: 200px 250px 200px 75px;
  }
}
@media screen and (max-width: 960px) {
  nav .nav_wrapper {
    padding: 175px 250px 175px 55px;
  }
}
.formHolder input[type=text],
.formHolder input[type=email],
.formHolder input[type=number],
.formHolder textarea,
.formHolder select {
  background: #f5f5f5 !important;
  font-family: museo, serif;
  font-weight: 100;
  color: #4E555A;
  border: 0 !important;
}
.formHolder input[type=text]::placeholder,
.formHolder input[type=email]::placeholder,
.formHolder input[type=number]::placeholder,
.formHolder textarea::placeholder,
.formHolder select::placeholder {
  font-family: museo, serif;
  font-weight: 100;
  color: #4E555A;
}
.formHolder .nf-error-msg {
  font-family: museo, serif;
  font-weight: 100;
  font-style: italic;
}
.formHolder button[type=submit] {
  background: #E30613;
  color: #ffffff;
  border-color: transparent;
  outline: none;
}
.formHolder button[type=submit] .text {
  color: #ffffff;
}
.formHolder button[type=submit]:hover {
  background: #E30613;
  color: #ffffff;
}

.cardForm {
  transition: all 0.25s ease;
}
.cardForm .intro {
  margin-bottom: 25px;
}
.cardForm .card {
  display: none;
  position: relative;
  z-index: 1;
  padding: 45px 15px;
}
.cardForm .card.active {
  display: block;
}
.cardForm .title {
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  display: flex;
  margin: 35px 0;
  text-align: left;
  font-size: 40px;
  line-height: 45px;
  color: #ffffff;
}
.cardForm .text {
  text-align: left;
  color: #ffffff;
  font-family: museo, serif;
  font-weight: 100;
}
.cardForm .formHolder,
.cardForm .textHolder {
  max-width: 650px;
  margin: 0 0;
}
.cardForm .formHolder label,
.cardForm .textHolder label {
  font-family: museo, serif;
  font-weight: 100;
  font-style: italic;
  font-size: 20px;
  color: #ffffff;
  display: block;
  margin-bottom: 10px;
}
.cardForm .formHolder input[type=text],
.cardForm .formHolder input[type=email],
.cardForm .formHolder textarea,
.cardForm .textHolder input[type=text],
.cardForm .textHolder input[type=email],
.cardForm .textHolder textarea {
  background: #ffffff;
  color: #000000;
  font-size: 18px;
  line-height: 23px;
  font-family: museo, serif;
  font-weight: 100;
  max-width: 650px;
  width: 100%;
  display: block;
  margin: 0 0 25px 0;
  padding: 10px 20px;
  border: 2px solid #f5f5f5 !important;
  border-radius: 30px;
  height: 60px;
}
.cardForm .formHolder input[type=text]:active, .cardForm .formHolder input[type=text]:focus,
.cardForm .formHolder input[type=email]:active,
.cardForm .formHolder input[type=email]:focus,
.cardForm .formHolder textarea:active,
.cardForm .formHolder textarea:focus,
.cardForm .textHolder input[type=text]:active,
.cardForm .textHolder input[type=text]:focus,
.cardForm .textHolder input[type=email]:active,
.cardForm .textHolder input[type=email]:focus,
.cardForm .textHolder textarea:active,
.cardForm .textHolder textarea:focus {
  outline: none;
}
.cardForm .formHolder input[type=text].fillThis,
.cardForm .formHolder input[type=email].fillThis,
.cardForm .formHolder textarea.fillThis,
.cardForm .textHolder input[type=text].fillThis,
.cardForm .textHolder input[type=email].fillThis,
.cardForm .textHolder textarea.fillThis {
  border: 2px solid #E30613 !important;
}
.cardForm .formHolder textarea,
.cardForm .textHolder textarea {
  min-height: 325px;
  width: calc(100% - 20px);
  max-width: 650px;
  border-radius: 16px;
  padding: 18px;
}
.cardForm .buttonHolder {
  max-width: 650px;
  margin: 0 0;
  padding: 0;
  text-align: center;
}
.cardForm .buttonHolder .button {
  margin: 0 15px 0 10px;
}
.cardForm .buttonHolder .button a {
  color: inherit !important;
}
.cardForm .buttonHolder .button.nextBtn {
  background: #E30613;
  color: #ffffff;
  outline: none;
}
.cardForm .buttonHolder .button.nextBtn .text {
  color: #ffffff;
  font-family: museo, serif;
  font-weight: 500;
}
.cardForm .buttonHolder .button.prevBtn {
  background: #f5f5f5;
  color: #4E555A;
}
.cardForm .buttonHolder .button.prevBtn .icon {
  margin-left: 0;
  margin-right: 10px;
}
.cardForm .buttonHolder .button.prevBtn .text {
  color: #4E555A;
  font-family: museo, serif;
  font-weight: 500;
}
.cardForm .buttonHolder button[type=submit] {
  background: #E30613;
  color: #ffffff;
  border-color: transparent;
  outline: none;
}
.cardForm .buttonHolder button[type=submit] .text {
  color: #ffffff;
  font-family: museo, serif;
  font-weight: 500;
}

.nf-form-content {
  padding: 0 !important;
}

.ninja-forms-field.buttonSwapper {
  font-family: museo, serif;
  font-weight: 700;
  text-align: left;
  padding: 10px 25px !important;
  background: #E30613 !important;
  color: #ffffff !important;
}
.ninja-forms-field.buttonSwapper:hover {
  transform: scale(1.05);
}

.nf-form-content input.ninja-forms-field {
  border-radius: 99px !important;
}

.nf-error.field-wrap .nf-field-element:after {
  border-radius: 99px;
}

.mobileMenuButton {
  display: none;
  align-content: center;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  font-size: 30px;
  background: #ffffff;
  color: #4E555A;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  bottom: 30px;
  left: calc(50% - 30px);
  position: fixed;
  z-index: 47;
}
.mobileMenuButton .closeIcon {
  display: none;
}
.mobileMenuButton .openIcon {
  display: block;
}
.mobileMenuButton.active .closeIcon {
  display: block;
}
.mobileMenuButton.active .openIcon {
  display: none;
}

.mobileMenu {
  display: none;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 46;
  top: 0;
  left: 0;
  background: #E30613;
}
.mobileMenu.active {
  display: block;
}
.mobileMenu .mobilePreMenu {
  width: 100%;
  display: block;
  text-align: center;
  list-style: none;
  box-sizing: border-box;
  padding: 15px 15px 0px 15px;
  margin: 0;
}
.mobileMenu .mobilePreMenu li {
  display: inline-block;
  padding: 5px;
  margin: 10px;
  box-sizing: border-box;
}
.mobileMenu .mobilePreMenu li a {
  display: inline-flex;
  align-content: center;
  align-items: center;
  font-size: 18px;
  font-family: museo, serif;
  font-weight: 100;
  color: #ffffff;
}
.mobileMenu .mobilePreMenu li a .icon {
  height: 25px;
  width: 25px;
  object-fit: contain;
  margin-right: 10px;
}
.mobileMenu .mobileNavTopbar {
  width: 100%;
  display: flex;
  padding: 25px 15px 0 15px;
  box-sizing: border-box;
  margin: 0 0 0 0;
  list-style-type: none;
}
.mobileMenu .mobileNavTopbar li {
  width: calc(33.3333333333% - 10px);
  height: 50px;
  margin: 0 5px 0 5px;
  border-radius: 150px;
  background: none;
  color: #ffffff;
  border: 1.5px solid #ffffff;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-size: 18px;
  font-family: museo, serif;
  font-weight: 500;
}
.mobileMenu .mobileNavTopbar li.active {
  background: #ffffff;
  color: #E30613;
}
.mobileMenu .mainMenu {
  display: none;
  padding: 20px 15px 50px 15px;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  margin: 0;
  list-style-type: none;
}
.mobileMenu .mainMenu.active {
  display: block;
}
.mobileMenu .mainMenu li {
  display: block;
  text-align: center;
  font-size: 24px;
  margin: 15px auto;
  color: #ffffff;
  font-family: museo, serif;
  font-weight: 500;
}
.mobileMenu .extraButtonsHolder {
  padding: 0 15px 250px 15px;
  box-sizing: border-box;
}
.mobileMenu .extraButtonsHolder .inner {
  text-align: center;
}
.mobileMenu .extraButtonsHolder .button {
  background: #ffffff;
  color: #4E555A;
  margin: 10px;
}

.mobileBreadcrumb {
  display: none;
  align-content: center;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  font-size: 20px;
  background: #ffffff;
  color: #4E555A;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  bottom: 38px;
  left: calc(50% - 125px);
  position: fixed;
  z-index: 45;
}

.mobile-menu-items {
  width: 100%;
  list-style: none;
  padding: 0 30px 120px;
  max-width: 500px;
  margin: 10px auto 0;
}
.mobile-menu-items li {
  width: 100%;
  margin-bottom: 10px;
}
.mobile-menu-items li a {
  display: block;
  color: #ffffff;
  font-size: 18px;
  background: rgba(0, 0, 0, 0.1);
  position: relative;
}
.mobile-menu-items li a .text {
  font-size: 18px;
}
.mobile-menu-items li a .icon {
  position: absolute;
  right: 20px;
}
.mobile-menu-items li a.button:hover {
  background: #ffffff;
  color: #E30613;
}
.mobile-menu-items .sub-menu {
  padding: 0 0 0 30px;
  margin: 12px 0 23px;
  list-style: none;
  position: relative;
}
.mobile-menu-items .sub-menu li a {
  background: transparent;
  font-size: 16px;
}
.mobile-menu-items .sub-menu:before {
  content: "";
  left: 15px;
  top: 0;
  width: 1px;
  height: 100%;
  position: absolute;
  background: #ffffff;
}

.breadcrumbs {
  height: 60px;
  width: 100%;
  background: #ffffff;
  padding: 0 0 0 445px;
  box-sizing: border-box;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
}
.breadcrumbs .breadcrumbList {
  margin: 0;
  padding: 0;
  list-style: none;
}
.breadcrumbs .breadcrumbList li {
  display: inline-block;
  font-family: museo, serif;
  font-weight: 500;
  color: #94A0A7;
  font-size: 18px;
  cursor: pointer;
}
.breadcrumbs .breadcrumbList li:hover {
  color: #E30613;
}
.breadcrumbs .breadcrumbList li.sep {
  margin: 0 15px;
  cursor: default;
}
.breadcrumbs .breadcrumbList li.sep:hover {
  color: #94A0A7;
}

.module {
  padding-top: 55px;
  padding-bottom: 55px;
  box-sizing: border-box;
}

.smallSlider {
  height: 425px;
  width: 100%;
  position: relative;
}
.smallSlider .buttonHolder {
  position: absolute;
  bottom: 25px;
  left: 0;
  z-index: 2;
  height: 50px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.smallSlider .buttonHolder .button {
  background: #94A0A7;
  color: #ffffff;
}
.smallSlider .buttonHolder .button .icon {
  margin-right: 10px;
  margin-left: 0;
}
.smallSlider .textHolder {
  margin: 0 auto;
  max-width: 720px;
}

.modTextblock.slide-title {
  position: absolute;
  padding: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modTextblock.slide-title h1 {
  margin: 0 auto 20px;
  color: #ffffff;
}
.modTextblock.slide-title p {
  text-align: center;
  color: #ffffff;
}
.modTextblock.slide-title .button-holder {
  margin: 20px auto 0;
  text-align: center;
}
.modTextblock.slide-title .button-holder .button {
  margin: 0;
}

.slider {
  height: calc(100vh - 200px);
  width: 100%;
  min-height: 750px;
  max-height: 850px;
  position: relative;
  background-color: #eeeeee;
}
.slider .featured {
  display: block;
  margin: 0 auto 10px;
  color: #E30613;
  font-weight: 500;
  font-size: 21px;
  text-align: center;
}
.slider.smallSlider {
  height: calc(40vh - 100px);
  min-height: 750px;
}
.slider.videoSlider {
  min-height: 750px;
}
.slider.overlaybg:after {
  content: "";
  background: #000000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0.6;
  z-index: 1;
}
.slider.overlaybg section {
  position: relative;
  z-index: 2;
}
.slider .media {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.slider .media.hasSidebar {
  max-width: calc(100% - 500px);
}
.slider .media.image {
  z-index: 0;
}
.slider .media.image .imageFile {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}
.slider .media.image .imageFile.normal {
  display: block;
}
.slider .media.image .imageFile.mobileVers {
  display: none;
}
.slider .media.video {
  z-index: 1;
}
.slider .media.video .videoOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}
.slider .media.video .videoOverlay .inner_videoOverlay {
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}
.slider .media.video .videoOverlay.hide {
  display: none;
}
.slider .media.video .videoOverlay .playButton {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  height: 150px;
  width: 150px;
  font-size: 150px;
  box-sizing: border-box;
  padding-left: 20px;
  border: 5px solid #ffffff;
  border-radius: 100%;
  transition: all 0.25s ease-out;
  cursor: pointer;
}
.slider .media.video .videoOverlay .playButton:hover {
  transform: scale(1.05);
  background: #ffffff;
  color: #E30613;
}
.slider .media.video .videoOverlay .videoTooltip {
  display: none;
  width: 100%;
  height: auto;
  flex-shrink: 0;
  flex-grow: 0;
  text-align: center;
  font-family: museo, serif;
  font-weight: 100;
  font-style: italic;
  color: #ffffff;
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: -30px;
}
.slider .media.video video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}

.sidebarChecks {
  -webkit-backdrop-filter: contrast(1.2) blur(20px) saturate(2);
  backdrop-filter: contrast(1.2) blur(20px) saturate(2);
  background: rgba(255, 255, 255, 0.3);
  color: #ffffff;
  position: absolute !important;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 24px 0 14px;
}
.sidebarChecks.on-dark-bg {
  background: rgba(0, 0, 0, 0.4);
}

.sidebarList {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  justify-content: center;
}
.sidebarList li {
  width: 25%;
  display: flex;
  align-items: center;
  align-content: center;
  margin-bottom: 10px;
}
.sidebarList li a {
  display: flex;
  align-items: center;
  align-content: center;
  transition: 0.3s;
}
.sidebarList li a:hover {
  -webkit-transform: scale(1.07);
  transform: scale(1.07);
}
.sidebarList li .icon {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  font-size: 20px;
  background: #ffffff;
  color: #E30613;
}
.sidebarList li .text {
  color: #ffffff;
  font-family: museo, serif;
  font-weight: 500;
  font-style: italic;
}

.afterSlider {
  display: flex;
  position: relative;
}
.afterSlider.home {
  margin-bottom: 100px;
}
.afterSlider .left_afterSlider .titleHolder {
  position: relative;
  height: 650px;
  width: 650px;
  max-width: 100%;
  margin-bottom: -100px;
  overflow: hidden;
}
.afterSlider .left_afterSlider .titleHolder .contentHolder {
  position: relative;
  z-index: 1;
  width: 500px;
  padding: 35px 65px;
  box-sizing: border-box;
}
.afterSlider .left_afterSlider .titleHolder .contentHolder .pageTitle {
  margin-bottom: 35px;
  color: #ffffff;
}
.afterSlider .left_afterSlider .titleHolder .contentHolder .quote {
  font-family: museo, serif;
  font-weight: 100;
  font-style: italic;
  color: #ffffff;
}
.afterSlider .left_afterSlider .titleHolder .cornerBackground {
  height: 650px;
  width: 650px;
  top: -50%;
  left: -135px;
  background: #E30613;
  position: absolute;
  z-index: 0;
  transform: rotate(45deg);
}
.afterSlider .left_afterSlider .employeeLink {
  margin-top: -185px;
  padding: 25px 45px;
  box-sizing: border-box;
}
.afterSlider .left_afterSlider .employeeLink .preEmpTitle {
  padding: 15px 10px;
}
.afterSlider .left_afterSlider .employeeLink .employeeHolder {
  display: flex;
}
.afterSlider .left_afterSlider .employeeLink .employeeHolder .employeeCard {
  width: 50%;
  max-width: 285px;
  flex-grow: 0;
  flex-shrink: 0;
  padding: 15px;
  box-sizing: border-box;
}
.afterSlider .left_afterSlider .employeeLink .employeeHolder .employeeCard .avatarImg {
  height: 150px;
  width: 150px;
  border-radius: 100%;
}
.afterSlider .left_afterSlider .employeeLink .employeeHolder .employeeCard .textHolder {
  color: #4E555A;
  padding: 15px 10px;
}
.afterSlider .left_afterSlider .employeeLink .employeeHolder .employeeCard .textHolder .name {
  font-family: museo, serif;
  font-weight: 500;
}
.afterSlider .left_afterSlider .employeeLink .employeeHolder .employeeCard .textHolder .function {
  font-family: museo, serif;
  font-weight: 100;
  font-style: italic;
}
.afterSlider .left_afterSlider .employeeLink .employeeHolder .employeeCard .buttonHolder .button {
  display: flex;
  justify-content: space-between;
  background: #E30613;
  color: #ffffff;
}
.afterSlider .left_afterSlider .employeeLink .employeeHolder .employeeCard .buttonHolder .button .text {
  font-size: 20px;
}
.afterSlider .right_afterSlider {
  width: 100%;
  flex-shrink: 1;
  flex-grow: 0;
}
.afterSlider .right_afterSlider .introductionBlock {
  width: 100%;
  max-width: 850px;
  padding: 55px 20px;
  box-sizing: border-box;
}
.afterSlider .right_afterSlider .introductionBlock .button {
  background: #E30613;
  color: #ffffff;
}

.homeButtons {
  width: 100%;
  color: #ffffff;
}
.homeButtons.slide-title {
  align-items: flex-end;
  padding-bottom: 70px;
}
.homeButtons .textHolder {
  margin-bottom: 25px;
  width: 100%;
  height: auto;
  display: block;
  text-align: left;
}
.homeButtons .inside {
  max-width: 650px;
  margin: 0 auto;
}
.homeButtons .searchBar {
  margin-bottom: 25px;
}
.homeButtons .homeButton {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  border-radius: 150px;
  -webkit-backdrop-filter: contrast(1.2) blur(20px) saturate(2);
  backdrop-filter: contrast(1.2) blur(20px) saturate(2);
  background: rgba(255, 255, 255, 0.3);
  color: #ffffff;
  padding: 10px 25px;
  box-sizing: border-box;
  font-family: museo, serif;
  font-weight: 100;
  margin-bottom: 20px;
  overflow: hidden;
  transition: all 0.3s ease-out;
}
.homeButtons .homeButton .icon {
  font-size: 22px;
}
.homeButtons .homeButton:hover {
  background: #E30613;
  color: #ffffff;
  transform: scale(1.04);
}
.homeButtons .homeButton.redbtn {
  background: #E30613;
  color: #ffffff;
}

.hero_style_active .modTextblock.slide-title {
  align-content: flex-end;
  align-items: flex-end;
  padding: 0 0 100px;
}
.hero_style_active h1 {
  font-family: "museo-sans", sans-serif;
  font-size: 55px;
  font-weight: 900;
  font-style: italic;
  text-align: left !important;
  text-transform: uppercase;
  line-height: 1em !important;
  margin: 0 0 20px 0 !important;
  padding: 0 !important;
}
.hero_style_active .textHolder {
  font-weight: 500 !important;
  margin: 0;
}
.hero_style_active .textHolder p {
  font-weight: 500 !important;
  text-align: left;
  font-size: 25px;
}

@media screen and (max-width: 800px) {
  .hero_style_active .modTextblock.slide-title {
    padding: 0 0 110px;
  }
  .hero_style_active h1 {
    font-size: 45px;
  }
  .hero_style_active:after {
    display: block;
    content: "";
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    background: -moz-linear-gradient(360deg, rgba(0, 0, 0, 0.4038209034) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(360deg, rgba(0, 0, 0, 0.4038209034) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.4038209034) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  }
}
@media screen and (max-width: 600px) {
  .hero_style_active h1 {
    font-size: 35px;
  }
}
@media screen and (max-width: 450px) {
  .hero_style_active h1 {
    font-size: 28px;
  }
}
.hero.home {
  height: 850px;
}
.hero.home .homeButtons .inside {
  max-width: 1500px;
}
.hero.home .homeButtons .buttonWrap {
  max-width: 750px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
.hero.home:after {
  opacity: 0.25;
}

.homeCards {
  background: #eeeeee;
  width: 100%;
  height: auto;
}
.homeCards .subietitle {
  color: #E30613;
  display: block;
  margin: 0 0 3px;
}
.homeCards .textHolder {
  margin-bottom: 25px;
  width: 100%;
  height: auto;
  display: block;
  padding: 0 10px;
  text-align: center;
}
.homeCards .cardHolder {
  display: flex;
  justify-content: space-around;
  flex-wrap: nowrap;
}
.homeCards .serviceCards .cardHolder .serviceCard {
  width: 25%;
  padding: 0 10px;
  box-sizing: border-box;
  position: relative;
}
.homeCards .serviceCards .cardHolder .serviceCard .icon {
  width: 80px;
  height: 80px;
  margin: 0 auto -40px auto;
  display: block;
}
.homeCards .serviceCards .cardHolder .serviceCard .inner {
  height: calc(100% - 40px);
  width: 100%;
  background: #ffffff;
  padding: 50px 30px 35px 25px;
  box-sizing: border-box;
}
.homeCards .serviceCards .cardHolder .serviceCard .inner .serviceList {
  padding: 0;
  margin: 0;
  list-style: none;
}
.homeCards .serviceCards .cardHolder .serviceCard .inner .serviceList li {
  transition: all 0.3s ease-out;
  padding-left: 0;
  box-sizing: border-box;
}
.homeCards .serviceCards .cardHolder .serviceCard .inner .serviceList li .arrow {
  margin-right: 15px;
  height: 100%;
  display: block;
}
.homeCards .serviceCards .cardHolder .serviceCard .inner .serviceList li.main {
  font-weight: 500;
  color: #4E555A;
  margin: 0 0 25px 0;
}
.homeCards .serviceCards .cardHolder .serviceCard .inner .serviceList li.sub {
  margin: 0 0 10px 0;
}
.homeCards .serviceCards .cardHolder .serviceCard .inner .serviceList li.sub:last-child {
  margin: 0;
}
.homeCards .serviceCards .cardHolder .serviceCard .inner .serviceList li a {
  display: flex;
  height: 100%;
  width: 100%;
  cursor: pointer;
}
.homeCards .serviceCards .cardHolder .serviceCard .inner .serviceList li:hover {
  padding-left: 10px;
  color: #E30613;
}
.homeCards .sectorCards {
  margin-top: 55px;
}
.no-found-message {
  background: #ffffff;
  width: 100%;
  padding: 30px;
  margin: 20px 0;
}
.no-found-message h5 {
  margin: 0 0 10px;
}
.no-found-message p {
  margin: 0 0 25px;
}
.no-found-message &gt; *:last-child {
  margin-bottom: 0 !important;
}
.no-found-message .button {
  background: #E30613;
  color: #ffffff;
}
.no-found-message .button .icon {
  margin-left: 10px;
}

.themeCard {
  width: calc(33.3333333333% - 30px);
  padding: 0px;
  box-sizing: border-box;
  margin: 15px;
  flex-shrink: 0;
  flex-grow: 0;
}
.themeCard a {
  display: block;
  width: 100%;
  padding: 30px 40px 30px 20px;
  background: #f5f5f5;
  position: relative;
}
.themeCard a .h6 {
  color: #4E555A;
}
.themeCard .icon {
  position: absolute;
  right: 20px;
  top: 30px;
  font-size: 22px;
}

.openPageCard {
  width: calc(33.3333333333% - 30px);
  padding: 0px;
  box-sizing: border-box;
  margin: 15px;
  flex-shrink: 0;
  flex-grow: 0;
}
.openPageCard.sectorCard {
  background: #ffffff;
}
.openPageCard .inner {
  height: 100%;
  width: 100%;
}
.openPageCard .inner .image {
  transition: all 0.3s ease-out;
  flex-shrink: 0;
  flex-grow: 0;
}
.openPageCard .inner .image .content {
  padding: 20px;
  box-sizing: border-box;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.2);
}
.openPageCard .inner .image .content .title {
  font-weight: 500;
  color: #ffffff;
}
.openPageCard .inner .image .content .icon {
  position: absolute;
  bottom: 10px;
  right: 20px;
  font-size: 45px;
}
.openPageCard .inner .image:hover {
  transform: scale(1.05) rotateX(10deg);
}
.openPageCard .inner .textSect {
  font-family: museo, serif;
  font-weight: 100;
  margin: 10px auto;
  padding: 10px 15px;
  box-sizing: border-box;
  width: 100%;
}
.openPageCard .inner .textSect p {
  margin: 0 !important;
}
.openPageCard .inner .buttonHolder {
  margin-top: 10px;
  margin-bottom: 35px;
}
.openPageCard .inner .buttonHolder .button {
  background: #E30613;
  color: #ffffff;
}

.searchBar {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  color: #4E555A;
  font-family: museo, serif;
  font-weight: 100;
  margin-bottom: 20px;
  position: relative;
}
.searchBar .searchInput {
  border-radius: 150px;
  padding: 10px 25px;
  box-sizing: border-box;
  background: #eeeeee;
  border: none;
  font-family: museo, serif;
  font-weight: 100;
  color: #4E555A;
  overflow: hidden;
  width: 100%;
  flex-shrink: 1;
}
.searchBar .searchInput:active, .searchBar .searchInput:focus {
  outline: none;
}
.searchBar .searchInput::placeholder {
  font-family: museo, serif;
  font-weight: 100;
  color: #4E555A;
}
.searchBar .searchButton {
  padding: 0;
  box-shadow: none;
  border-radius: unset;
  background: none;
  border: none;
  position: absolute;
  right: 15px;
  font-size: 22px;
}

.textKeyword {
  display: inline-block;
  border: 1px solid #4E555A;
  border-radius: 150px;
  position: relative;
  padding: 0 5px;
  box-sizing: border-box;
  cursor: pointer;
}
.textKeyword .tooltip {
  display: none;
  position: absolute;
  top: calc(-100% - 25px);
  left: -15px;
  white-space: nowrap;
  padding: 5px 15px;
  box-sizing: border-box;
  border-radius: 150px;
  background: #ffffff;
  -webkit-box-shadow: 0 10px 10px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 10px 10px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 10px 5px rgba(0, 0, 0, 0.2);
  transition: all 0.25s ease-out;
}
.textKeyword .tooltip:hover {
  color: #E30613;
}
.textKeyword .tooltip .text {
  margin-right: 10px;
  font-family: museo, serif;
  font-weight: 100;
}
.textKeyword .tooltip:before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
  height: 15px;
  background: transparent;
}
.textKeyword .tooltip:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 25px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #ffffff;
}
.textKeyword:hover .tooltip {
  display: block;
}

.form-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  transition: 0.35s;
  pointer-events: none;
  min-width: 500px;
}
.form-overlay .triggerContactOverlay {
  background: #ffffff;
  color: #000000;
  border-radius: 100%;
  height: 35px;
  width: 35px;
  position: absolute;
  top: 15px;
  right: 15px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.form-overlay .triggerContactOverlay:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  background: #000000;
  color: #ffffff;
}

.newContactOverlay {
  position: fixed;
  top: 50%;
  left: 50%;
  max-height: calc(100vh - 120px);
  max-width: calc(100% - 40px);
  z-index: 99999999;
  color: #ffffff;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  transition: 0.2s;
  opacity: 0;
}
.newContactOverlay.no-emp .left {
  width: 100%;
}
.newContactOverlay .intro .title {
  margin: 0 0 10px;
  justify-content: center;
  text-align: center;
}
.newContactOverlay .intro .text {
  margin: 0 auto 30px;
  font-size: 21px;
  max-width: 500px;
  text-align: center;
}
.newContactOverlay.active {
  pointer-events: initial;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.newContactOverlay.active + .form-overlay {
  opacity: 1;
  pointer-events: initial;
}
.newContactOverlay .grid {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 100%;
  width: 100%;
}
.newContactOverlay .left {
  width: 60%;
  flex-grow: 0;
  flex-shrink: 0;
  padding: 0 25px;
  box-sizing: border-box;
}
.newContactOverlay .right {
  border-left: 1px solid rgba(255, 255, 255, 0.55);
  width: 40%;
  max-width: 350px;
  padding: 0 25px;
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
}
.newContactOverlay .right .employeeCard {
  text-align: center;
}
.newContactOverlay .right .employeeCard .employeeAvatar {
  height: 150px;
  width: 150px;
  border-radius: 100%;
  object-fit: cover;
  object-position: center center;
}
.newContactOverlay .right .employeeCard .textHolder {
  color: #ffffff;
  padding: 15px 10px;
}
.newContactOverlay .right .employeeCard .textHolder .name {
  font-family: museo, serif;
  font-weight: 500;
}
.newContactOverlay .right .employeeCard .textHolder .function {
  font-family: museo, serif;
  font-weight: 100;
  font-style: italic;
}
.newContactOverlay .right .employeeCard .buttonHolder .button {
  display: flex;
  justify-content: space-between;
  background: #E30613;
  color: #ffffff;
}
.newContactOverlay .right .employeeCard .buttonHolder .button .text {
  font-size: 20px;
}
.newContactOverlay .labelinbox {
  position: relative;
}
.newContactOverlay .labelinbox input {
  padding-left: 250px !important;
}
.newContactOverlay .labelinbox label {
  position: absolute;
  left: 15px;
  bottom: 8px;
  color: #4E555A;
  pointer-events: none;
}
.newContactOverlay .labelinbox label .text {
  color: #4E555A;
  margin-left: 7px;
}
.newContactOverlay .hidelabels label {
  display: none;
}

.filler {
  width: 33.3333333333%;
  max-width: 100%;
  padding: 0 15px 35px 15px;
  box-sizing: border-box;
  flex-grow: 1;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.filler.quote .theQuote {
  max-width: 850px;
  text-align: center;
  color: #4E555A;
  font-family: museo, serif;
  font-weight: 100;
  font-style: italic;
}

.swiper-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow &gt; .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode &gt; .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal &gt; .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-pagination {
  position: absolute;
  left: 13px;
  bottom: 20px;
  z-index: 2;
}
.swiper-pagination.swiper-pagination-progressbar {
  position: relative;
  left: initial;
  bottom: initial;
  width: 100%;
  max-width: 450px;
  z-index: 2;
  height: 10px;
  background: #ffffff;
  margin: 30px auto 0;
  border-radius: 99px;
  overflow: hidden;
}
.swiper-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #E30613;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  border-radius: 99px;
}

.swiper-pagination-bullet {
  background: #fff;
  width: 20px;
  height: 20px;
  display: block;
  transition: 0.3s;
  cursor: pointer;
  margin: 0 8px;
  -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}
.swiper-pagination-bullet:hover {
  background: #94A0A7;
  opacity: 0.6;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #4E555A;
}

.swiper-container:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 20%;
  z-index: 2;
  transition: 0.3s;
  pointer-events: none;
  background: rgb(238, 238, 238);
  background: -moz-linear-gradient(-90deg, rgba(238, 238, 238, 0) 0%, rgb(238, 238, 238) 100%);
  background: -webkit-linear-gradient(-90deg, rgba(238, 238, 238, 0) 0%, rgb(238, 238, 238) 100%);
  background: linear-gradient(-90deg, rgba(238, 238, 238, 0) 0%, rgb(238, 238, 238) 100%);
}
.swiper-container:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 20%;
  z-index: 2;
  transition: 0.3s;
  pointer-events: none;
  background: rgb(238, 238, 238);
  background: -moz-linear-gradient(90deg, rgba(238, 238, 238, 0) 0%, rgb(238, 238, 238) 100%);
  background: -webkit-linear-gradient(90deg, rgba(238, 238, 238, 0) 0%, rgb(238, 238, 238) 100%);
  background: linear-gradient(90deg, rgba(238, 238, 238, 0) 0%, rgb(238, 238, 238) 100%);
}
.swiper-container.reached-end:after {
  opacity: 0;
}
.swiper-container.reached-begin:before {
  opacity: 0;
}
.swiper-container.no-flow {
  overflow: initial;
}
.swiper-container.no-flow:after {
  display: none;
}

.swiper-button {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 46px;
  height: 46px;
  line-height: 48px;
  text-align: center;
  font-size: 22px;
  border-radius: 50%;
  z-index: 9;
  -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.15);
  background: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.3s;
}
.swiper-button:hover {
  -webkit-transform: translateY(-50%) scale(1.1);
  transform: translateY(-50%) scale(1.1);
  color: #E30613;
}
.swiper-button.swiper-button-prev {
  right: initial;
  left: 10px;
}

.big_player {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 99999999;
  background: rgba(78, 85, 90, 0.9);
  color: #ffffff;
  display: none;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.big_player .close_button {
  height: 50px;
  width: 50px;
  position: absolute;
  top: 20px;
  left: calc(50% - 25px);
  z-index: 1;
  border-radius: 100%;
  background-color: #ffffff;
  color: #E30613;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-size: 22px;
  cursor: pointer;
  transition: all 0.25s ease;
}
.big_player .close_button:hover {
  background-color: #E30613;
  color: #ffffff;
}
.big_player.active {
  display: flex;
}
.big_player .player_box {
  width: calc(100% - 20px);
  max-width: 1000px;
  position: relative;
  z-index: 0;
  display: block;
}
.big_player .player_box video {
  width: 100%;
  height: auto;
}

.modTextblock {
  margin: 0 auto;
}
.modTextblock h1, .modTextblock h2 {
  text-align: center;
  display: block;
  width: 100%;
  max-width: 900px;
  margin: 0 auto 25px auto;
}
.modTextblock h1.left, .modTextblock h2.left {
  text-align: left;
  margin: 0 0 25px 0;
}
.modTextblock.first-text h1, .modTextblock.first-text h2 {
  text-align: left;
  margin: 0 0 5px 0;
}
.modTextblock .textHolder {
  display: flex;
}
.modTextblock .textHolder .textA {
  flex-grow: 1;
  flex-shrink: 0;
  padding: 0 25px 0 0;
}
.modTextblock .textHolder .textB {
  flex-grow: 0;
  flex-shrink: 0;
  padding: 0 0 0 25px;
}
.modTextblock .textHolder h3 {
  margin: 0 0 20px 0;
}
.modTextblock .textHolder .textA,
.modTextblock .textHolder .textB {
  width: 50%;
  font-family: museo, serif;
  font-weight: 100;
  box-sizing: border-box;
}
.modTextblock .textHolder .textA p,
.modTextblock .textHolder .textB p {
  margin-top: 0;
}
.modTextblock .textHolder .textA.onlyA,
.modTextblock .textHolder .textB.onlyA {
  padding: 0;
}
.modTextblock .textHolder + .button {
  margin-left: 0;
}
.modTextblock .onlyAblock h2 {
  text-align: left;
  margin: 0 0 20px;
}
.modTextblock .button {
  margin-left: 25px;
  background: #E30613;
  color: #ffffff;
}
.modTextblock .extra_content_block {
  margin: 0 0 0 30px;
  background: #E30613;
  color: #ffffff;
  width: 400px;
  height: 100%;
  flex-grow: 0;
  box-sizing: border-box;
  padding: 40px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  text-align: left;
}
.modTextblock .extra_content_block h5, .modTextblock .extra_content_block p {
  width: 100%;
  height: auto;
  display: block;
  text-align: left;
  color: #ffffff !important;
  flex-shrink: 0;
}
.modTextblock .extra_content_block h5 {
  font-weight: 500;
}
.modTextblock .extra_content_block p {
  margin: 5px 0 25px 0;
}
.modTextblock .extra_content_block .button {
  margin-left: 0;
  margin-top: 0;
  background: #ffffff;
  color: #4E555A;
}

.single-btn .button {
  margin-left: 0;
  margin-top: 30px;
  background: #E30613;
  color: #ffffff;
}

.first-text .textHolder {
  margin: 0 auto;
}

@media screen and (max-width: 900px) {
  .extra_content_block {
    display: none !important;
  }
}
.modPagecards {
  width: 100%;
}
.modPagecards .cardHolder {
  display: flex;
}
.modPagecards .cardHolder .card {
  width: 50%;
  padding: 0 25px;
  box-sizing: border-box;
}
.modPagecards .cardHolder .card .innerCard {
  height: 100%;
  width: 100%;
  background: #f5f5f5;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 85px;
}
.modPagecards .cardHolder .card .innerCard .image {
  transition: all 0.3s ease-out;
  background-color: #f5f5f5;
}
.modPagecards .cardHolder .card .innerCard .image .content {
  padding: 20px;
  box-sizing: border-box;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.2);
}
.modPagecards .cardHolder .card .innerCard .image .content.transp {
  background: rgba(0, 0, 0, 0);
}
.modPagecards .cardHolder .card .innerCard .image .content .title {
  color: #ffffff;
  font-weight: 500;
}
.modPagecards .cardHolder .card .innerCard .image .content .icon {
  position: absolute;
  bottom: 10px;
  right: 20px;
  font-size: 45px;
}
.modPagecards .cardHolder .card .innerCard .image:hover {
  transform: scale(1.05) rotateX(10deg);
}
.modPagecards .cardHolder .card .innerCard .textHolder {
  font-family: museo, serif;
  font-weight: 100;
  padding: 15px 20px 0 20px;
  box-sizing: border-box;
}
.modPagecards .cardHolder .card .innerCard .textHolder p {
  margin-top: 0;
}
.modPagecards .cardHolder .card .innerCard .buttonHolder {
  padding: 0 20px 30px 20px;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
}
.modPagecards .cardHolder .card .innerCard .buttonHolder .button {
  background: #E30613;
  color: #ffffff;
}

.modFlexible.with-media .inner {
  align-items: center;
  align-content: center;
}
.modFlexible .inner {
  display: flex;
}
.modFlexible .inner &gt; div {
  width: 50%;
  height: auto;
}
.modFlexible .inner &gt; div.leftFlexBox {
  padding-right: 20px;
  box-sizing: border-box;
  display: flex;
}
.modFlexible .inner &gt; div.leftFlexBox.vid {
  width: 60%;
}
.modFlexible .inner &gt; div.leftFlexBox.vid + .rightFlexbox {
  width: 40%;
}
.modFlexible .inner &gt; div.rightFlexbox {
  display: flex;
  padding-left: 20px;
  box-sizing: border-box;
}
.modFlexible .inner &gt; div.form .title {
  margin-bottom: 20px;
}
.modFlexible .inner &gt; div.form .formHolder .nf-form-fields-required {
  display: none;
}
.modFlexible .inner &gt; div.form .formHolder .button {
  background: #E30613;
  color: #ffffff;
  height: auto !important;
  font-size: 22px;
}
.modFlexible .inner &gt; div.form .formHolder .button:hover {
  background: #E30613;
  color: #ffffff;
}
.modFlexible .inner &gt; div.img .sideImage {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center center;
}

.contact-box {
  background: #ffffff;
  padding: 50px 50px 35px;
  position: relative;
}
.contact-box img {
  width: 120px;
  height: 120px;
  position: absolute;
  right: 50px;
  top: 50px;
  border-radius: 50%;
}
.contact-box h3 {
  padding: 0 150px 0 0;
}
.contact-box p {
  margin: 10px 0 30px;
  padding: 0 150px 0 0;
}
.contact-box .button-holders a {
  margin: 0 15px 15px 0;
}

@media screen and (min-width: 992px) {
  .boxcatch .title {
    min-height: 42px;
  }
}
.modTeamShowcase {
  height: 800px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #eeeeee;
}
.modTeamShowcase .overlay {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.modTeamShowcase .overlay .button {
  background: #E30613;
  color: #ffffff;
}
.modTeamShowcase #peopleAnimation {
  height: 100%;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
.modTeamShowcase #peopleAnimation .peopleBlob {
  border-radius: 100%;
  overflow: hidden;
  position: absolute;
  -webkit-box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.2);
}
.modTeamShowcase #peopleAnimation .peopleBlob.size-1 {
  height: 175px;
  width: 175px;
}
.modTeamShowcase #peopleAnimation .peopleBlob.size-2 {
  height: 125px;
  width: 125px;
}
.modTeamShowcase #peopleAnimation .peopleBlob.size-3 {
  height: 150px;
  width: 150px;
}
.modTeamShowcase #peopleAnimation .peopleBlob.size-4 {
  height: 100px;
  width: 100px;
}
.modTeamShowcase #peopleAnimation .peopleBlob.animation-1 {
  animation: pulseAnimation 10s infinite;
}
.modTeamShowcase #peopleAnimation .peopleBlob.animation-2 {
  animation: pulseAnimation 12s infinite;
}
.modTeamShowcase #peopleAnimation .peopleBlob.animation-3 {
  animation: pulseAnimation 7s infinite;
}
.modTeamShowcase #peopleAnimation .peopleBlob.animation-4 {
  animation: pulseAnimation 8s infinite;
}
.modTeamShowcase #peopleAnimation .peopleBlob .peopleImage {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}
@keyframes pulseAnimation {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1.05);
  }
  35% {
    transform: scale(0.95);
  }
  40% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}

.buttonModule .preTitle {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 35px;
  color: #4E555A;
}
.buttonModule .buttonHolder {
  text-align: center;
}
.buttonModule .buttonHolder .button {
  background: #4E555A;
  color: #ffffff;
  margin: 15px;
}
.buttonModule.bg-red .preTitle {
  color: #ffffff;
}
.buttonModule.bg-red .buttonHolder .button {
  background: #ffffff;
  color: #000000;
}

.modEmployees {
  background: #f5f5f5;
}
.modEmployees .preTitle {
  display: block;
  width: 100%;
  text-align: center;
  color: #4E555A;
  margin-bottom: 35px;
}
.modEmployees .employeeHolder {
  display: flex;
  justify-content: center;
}
.modEmployees .employeeHolder .employeeCard {
  padding: 15px;
  box-sizing: border-box;
  text-align: center;
}
.modEmployees .employeeHolder .employeeCard .avatarImg {
  height: 150px;
  width: 150px;
  border-radius: 100%;
  margin: 0 auto;
  display: block;
}
.modEmployees .employeeHolder .employeeCard .textHolder {
  color: #4E555A;
  padding: 15px 10px;
}
.modEmployees .employeeHolder .employeeCard .textHolder .name {
  font-family: museo, serif;
  font-weight: 500;
}
.modEmployees .employeeHolder .employeeCard .textHolder .function {
  font-family: museo, serif;
  font-weight: 100;
  font-style: italic;
}
.modEmployees .employeeHolder .employeeCard .buttonHolder .button {
  display: flex;
  justify-content: space-between;
  background: #E30613;
  color: #ffffff;
}
.modEmployees .employeeHolder .employeeCard .buttonHolder .button .text {
  font-size: 20px;
}

.modSubpages {
  background: #f5f5f5;
  color: #4E555A;
}
.modSubpages .inner {
  display: flex;
  flex-wrap: wrap;
}

.blog-post-found .grid.inner {
  padding: 0;
  width: calc(100% + 30px);
  margin: 0 -15px -15px;
}
.blog-post-found .single-faq {
  background: #ffffff;
}

.found-themepages .grid.inner {
  padding: 0;
  width: calc(100% + 30px);
  margin: 0 -15px -15px;
}

.modBlog {
  background: #ffffff;
}
.modBlog .searchTitle,
.modBlog .notice {
  text-align: center;
  width: 100%;
  display: block;
  margin-bottom: 25px;
}
.modBlog .searchTitle .query,
.modBlog .notice .query {
  color: #E30613;
}
.modBlog .seberate {
  padding-top: 30px;
  margin-top: 45px !important;
  border-top: 1px solid #eeeeee;
}
.modBlog .subcat {
  text-align: left;
  margin: 0 0 5px;
}
.modBlog .searchHolder {
  width: calc(100% - 20px);
  max-width: 850px;
  margin: 0 auto 55px auto;
  display: block;
}
.modBlog .notice {
  font-family: museo, serif;
  font-weight: 100;
  font-style: italic;
}

.BLOGtextHolder {
  display: block !important;
}
.BLOGtextHolder .textA {
  width: 100% !important;
}

.BLOGemployeeHolder {
  text-align: center;
}
.BLOGemployeeHolder .preTitle {
  display: block;
  text-align: center;
  width: 100%;
  margin-top: 55px;
}
.BLOGemployeeHolder .preSubtitle {
  display: block;
  text-align: center;
  width: 100%;
  margin-bottom: 25px;
}
.BLOGemployeeHolder .employeeCard {
  display: inline-block;
  max-width: 285px;
  flex-grow: 0;
  flex-shrink: 0;
  padding: 15px;
  box-sizing: border-box;
  margin-bottom: 55px;
}
.BLOGemployeeHolder .employeeCard .avatarImg {
  height: 150px;
  width: 150px;
  border-radius: 100%;
  margin: 0 auto;
}
.BLOGemployeeHolder .employeeCard .textHolder {
  color: #4E555A;
  padding: 15px 10px;
  text-align: center;
  display: block !important;
}
.BLOGemployeeHolder .employeeCard .textHolder .name {
  font-family: museo, serif;
  font-weight: 500;
  width: 100%;
  display: block;
  text-align: center;
}
.BLOGemployeeHolder .employeeCard .textHolder .function {
  font-family: museo, serif;
  font-weight: 100;
  font-style: italic;
  width: 100%;
  display: block;
  text-align: center;
}
.BLOGemployeeHolder .employeeCard .buttonHolder .button {
  display: flex;
  justify-content: space-between;
  background: #E30613;
  color: #ffffff;
}
.BLOGemployeeHolder .employeeCard .buttonHolder .button .text {
  font-size: 20px;
}

.BLOGmediaholder {
  padding: 35px 0;
  margin: 0 auto;
}
.BLOGmediaholder.video .mediaHolder iframe {
  height: 100%;
  object-fit: cover;
}
.BLOGmediaholder.image .mediaHolder img {
  height: auto;
  object-fit: contain;
}
.BLOGmediaholder .mediaHolder {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
}
.BLOGmediaholder .mediaHolder img, .BLOGmediaholder .mediaHolder iframe {
  width: 100%;
  object-position: center center;
}
.BLOGmediaholder .mediaTooltip {
  display: block;
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  text-align: right;
  font-family: museo, serif;
  font-weight: 100;
  font-style: italic;
  color: #eeeeee;
  font-size: 18px;
}

.BLOGbackButtonHolder {
  text-align: center;
  margin-bottom: 55px;
}
.BLOGbackButtonHolder .button {
  background: #94A0A7;
  color: #ffffff;
  margin: 0;
}
.BLOGbackButtonHolder .button .icon {
  margin-right: 10px;
  margin-left: 0;
}

.modTeamOverview {
  background: #f5f5f5;
}
.modTeamOverview .inner .teamHolder {
  width: 100%;
  display: block;
  padding: 0 25px;
  box-sizing: border-box;
}
.modTeamOverview .inner .teamHolder .teamName {
  display: block;
  font-family: museo, serif;
  font-weight: 100;
  text-align: left;
  width: 100%;
  margin: 25px auto 25px auto;
}
.modTeamOverview .inner .teamHolder .empList {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-bottom: 25px;
}
.modTeamOverview .inner .teamHolder .empList .empCard {
  width: 25%;
  height: auto;
}
.modTeamOverview .inner .teamHolder .empList .empCard .insideCard {
  padding: 25px;
  box-sizing: border-box;
}
.modTeamOverview .inner .teamHolder .empList .empCard .empPhoto {
  border-radius: 100%;
  overflow: hidden;
}
.modTeamOverview .inner .teamHolder .empList .empCard .personInfo {
  list-style: none;
  margin: 0;
  padding: 15px 0 0 0;
}
.modTeamOverview .inner .teamHolder .empList .empCard .personInfo .name {
  font-family: museo, serif;
  font-weight: 500;
  color: #E30613;
}
.modTeamOverview .inner .teamHolder .empList .empCard .personInfo .function {
  font-family: museo, serif;
  font-weight: 100;
  color: #94A0A7;
}
.modTeamOverview .inner .teamHolder .empList .empCard .personInfo .mail {
  font-family: museo, serif;
  font-weight: 100;
  color: #94A0A7;
}

.point_map_mod .pre_title {
  text-align: center;
  display: block;
  width: 100%;
  max-width: 950px;
  margin: 0 auto 25px auto;
}
.point_map_mod .point_map {
  display: block;
  height: 750px;
  width: 100%;
}

.mapboxgl-popup-content {
  padding: 40px 20px;
}
.mapboxgl-popup-content .mapboxgl-popup-close-button {
  background: #ffffff;
  color: #000000;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.mapboxgl-popup-content .title {
  display: block;
  margin-bottom: 15px;
}
.mapboxgl-popup-content .addrs {
  display: block;
  font-family: museo, serif;
  font-weight: 100;
  color: #94A0A7;
  font-size: 16px;
  margin-bottom: 10px;
}
.mapboxgl-popup-content .type {
  display: none;
  font-family: museo, serif;
  font-weight: 100;
  color: #E30613;
  font-size: 16px;
  font-style: italic;
}

.soliciteerExtension {
  text-align: center;
}
.soliciteerExtension .button {
  color: #ffffff;
  background: #E30613;
}

.soliciteerPopup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  align-items: center;
  align-content: center;
  justify-content: center;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}
.soliciteerPopup.is-active {
  display: flex;
}
.soliciteerPopup .soliciteerPopup_window {
  height: auto;
  width: 600px;
  position: relative;
  z-index: 1;
  background: #ffffff;
  padding: 25px;
  box-sizing: border-box;
}
.soliciteerPopup .soliciteerPopup_window .titleBox {
  display: block;
  width: 100%;
  text-align: center;
}
.soliciteerPopup .soliciteerPopup_window .textBox {
  font-family: museo, serif;
  font-weight: 100;
  color: #000000;
  display: block;
  width: 100%;
  text-align: center;
}
.soliciteerPopup .soliciteerPopup_window .textBox a {
  color: #E30613;
}
.soliciteerPopup .soliciteerPopup_window .closeButton {
  height: 40px;
  width: 40px;
  position: absolute;
  top: -10px;
  right: -10px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  border-radius: 100%;
  background: #E30613;
  color: #ffffff;
}
.soliciteerPopup .soliciteerPopup_backdrop {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.8);
}

.quotemod .inside_quotemod {
  padding-top: 55px;
  padding-bottom: 55px;
}
.quotemod .quote {
  width: 100%;
  text-align: center;
  font-family: museo, serif;
  font-weight: 100;
  font-style: italic;
  color: #ffffff;
  display: block;
}
.quotemod .from {
  text-align: center;
  margin-top: 15px;
  font-family: museo, serif;
  font-weight: 500;
  color: #f5f5f5;
  display: block;
  width: 100%;
}

.video-mod .inside_video {
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
}
.video-mod.only-video {
  background: #eeeeee;
}
.video-mod.only-video .videoholder {
  width: 100%;
  max-width: 100%;
}
.video-mod .listholder {
  width: 100%;
  height: auto;
  flex-shrink: 1;
  flex-grow: 0;
  padding: 10px 0 10px 50px;
  box-sizing: border-box;
}
.video-mod .listholder .aside_block {
  font-family: museo, serif;
  font-weight: 100;
  color: #4E555A;
}
.video-mod .listholder .aside_block strong {
  font-family: museo, serif;
  font-weight: 500;
}
.video-mod .listholder .title {
  display: block;
  width: 100%;
  margin: 25px 0 15px 0;
}
.video-mod .listholder .button_wrapper {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
}
.video-mod .listholder .button_wrapper .button {
  color: #ffffff;
  margin: 0 15px 15px 0;
}

.videoholder {
  width: 55%;
  height: auto;
  flex-grow: 0;
  flex-shrink: 0;
  position: relative;
}
.videoholder .video_overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  cursor: pointer;
}
.videoholder .video_overlay .inner {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.2);
  color: #ffffff;
}
.videoholder .video_overlay .icon {
  height: 55px;
  width: 55px;
  border-radius: 100%;
  background: #ffffff;
  color: #E30613;
  font-size: 20px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  transition: transform 0.15s ease-in;
}
.videoholder .video_overlay:hover .icon {
  transform: scale(1.15);
}
.videoholder video {
  width: 100%;
  height: auto;
  margin: 0 auto;
  object-fit: cover;
  object-position: center center;
  position: relative;
  display: block;
  z-index: 0;
}

.boxcatch {
  width: 100%;
}
.boxcatch .videoholder {
  width: 100% !important;
}

@media screen and (max-width: 1000px) {
  .video-mod .inside_video {
    flex-wrap: wrap;
  }
  .video-mod .listholder {
    padding: 25px 0;
  }
  .video-mod .listholder .button_wrapper {
    display: inline-block;
    margin: 0 15px 15px 0;
  }
  .videoholder {
    width: 100%;
    max-width: unset;
  }
}
.videoblocks .title {
  text-align: center;
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 55px;
}
.videoblocks .video_list {
  list-style: none;
  padding: 0;
  margin: 25px auto 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.newvid {
  width: calc(50% - 20px);
  height: auto;
  margin: 20px 10px;
  padding: 0;
  display: block;
  flex-shrink: 0;
  flex-grow: 0;
  background: #eeeeee;
}
.newvid .vid-title {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 30px 20px;
  box-sizing: border-box;
}
.newvid .vid-title .text_title {
  text-align: left;
  display: block;
  color: #4E555A;
}
.newvid .vid-title a {
  background: #94A0A7;
  color: #ffffff;
  border-radius: 150px;
  padding: 5px 15px;
  box-sizing: border-box;
  font-family: museo, serif;
  font-weight: 500;
}
.newvid .vid-title a .icon {
  margin-left: 10px;
}
.newvid .vid-title a:hover {
  background: #E30613;
  color: #ffffff;
  cursor: pointer;
}
.newvid .videoholder {
  position: relative;
  width: 100%;
  height: auto;
}
.newvid .videoholder .video_overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.newvid .videoholder .video_overlay .inner {
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  color: #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.newvid .videoholder .video_overlay .icon {
  height: 55px;
  width: 55px;
  border-radius: 100%;
  background: #ffffff;
  color: #E30613;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
  font-size: 20px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  transition: transform 0.15s ease-in;
}
.newvid .videoholder .video_overlay:hover .icon {
  transform: scale(1.15);
}
.newvid .videoholder video {
  width: 100%;
  height: auto;
  margin: 0 auto;
  object-fit: cover;
  object-position: center center;
  position: relative;
  display: block;
  z-index: 0;
}
.newvid .products {
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0 15px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
.newvid .products li {
  background: #94A0A7;
  color: #ffffff;
  border-radius: 150px;
  padding: 5px 15px;
  box-sizing: border-box;
  font-family: museo, serif;
  font-weight: 500;
  margin: 0 15px 15px 0;
}
.newvid .products li.pre {
  font-family: museo, serif;
  font-weight: 500;
}
.newvid .products li .icon {
  margin-left: 10px;
}
.newvid .products li:not(.pre):hover {
  background: #E30613;
  cursor: pointer;
}

.swiper-slide .newvid {
  width: 100%;
  margin: 0;
  background: #ffffff;
}
.swiper-slide .newvid .vid-title {
  flex-wrap: wrap;
  justify-content: flex-end;
}
.swiper-slide .newvid .text_title {
  display: block;
  width: 100%;
  margin: 0 0 15px;
  color: #4E555A;
}
.swiper-slide .newvid .videoholder {
  padding-bottom: 58%;
  display: block;
}

.newvidsmod {
  background: #f5f5f5;
  width: 100%;
  overflow: hidden;
}
.newvidsmod .title-box {
  margin: 0 auto 25px;
}
.newvidsmod .title-box h3 {
  margin: 0 0 5px;
}
.newvidsmod .title-box p {
  margin: 0;
}
.newvidsmod .triangle-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #ffffff;
  border-radius: 99px;
  padding: 5px 15px;
  display: flex;
  align-items: center;
}
.newvidsmod .triangle-icon img {
  width: auto;
  height: 24px;
  margin: 0 10px 0 0;
}

@media screen and (max-width: 1000px) {
  .videoblocks .video_list .newvid {
    width: 100%;
    margin: 10px auto;
  }
}
.mod-icons {
  background: #eeeeee;
}

.single-icon {
  text-align: center;
  font-weight: 100;
}
.single-icon img {
  height: 100px;
  width: auto;
  margin: 0 auto 10px;
}
.single-icon h2 {
  margin: 0 0 10px;
}
.single-icon p {
  margin: 0;
}

.story-slider {
  background: #f5f5f5;
}
.story-slider .m-catch {
  height: 300px;
  position: relative;
  overflow: hidden;
}
.story-slider .m-catch .img-box {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  top: 0;
  background-size: cover;
  background-position: center;
}
.story-slider .count {
  position: absolute;
  left: 15px;
  top: 15px;
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 99%;
  font-size: 24px;
  font-weight: 700;
  z-index: 3;
}
.story-slider strong {
  display: block;
  font-weight: 500;
  margin: 0 0 5px;
}
.story-slider .swiper-slide {
  overflow: hidden;
  background: #ffffff;
}
.story-slider .swiper-slide:hover .m-catch:after {
  opacity: 0;
}
.story-slider .maxtext {
  padding: 25px;
}
.story-slider p {
  line-height: 1;
  margin: 0;
}
.story-slider span {
  font-size: 0.8em;
  font-weight: 100;
}

.NewtitleBox {
  margin: 0 0 20px;
}
.NewtitleBox p {
  max-width: 650px;
  margin: 10px auto;
}

.featured-vacature {
  background: #f5f5f5;
}
.featured-vacature .left-img {
  width: 40%;
}
.featured-vacature .right-text {
  width: 60%;
  padding: 50px;
}
.featured-vacature .featured {
  color: #E30613;
  font-size: 22px;
  display: block;
  margin: 0 0 10px;
}
.featured-vacature .button {
  margin: 30px 0 0;
  background: #E30613;
  color: #ffffff;
}

.all-faqs {
  max-width: 750px;
  margin: 0 auto;
}

.single-faq {
  margin: 0 auto 15px;
  width: 100%;
  max-width: 800px;
  background: #f5f5f5;
  position: relative;
}
.single-faq:last-child {
  margin-bottom: 0;
}
.single-faq .question {
  padding: 20px 70px 20px 20px;
  display: block;
}
.single-faq svg {
  position: absolute;
  right: 22px;
  top: 22px;
  color: #94A0A7;
  transition: 0.3s;
  font-size: 24px;
}
.single-faq h3 {
  font-size: 24px;
  font-weight: 500;
  margin: 0;
  color: #4E555A;
}
.single-faq .answer {
  display: none;
  padding: 0 20px 20px;
  font-weight: 100;
}
.single-faq .answer ul:first-child {
  margin-top: 0;
}
.single-faq .answer p {
  margin: 0 0 30px;
}
.single-faq .answer a {
  color: #E30613;
}
.single-faq .answer *:last-child {
  margin-bottom: 0 !important;
}
.single-faq.active svg {
  -webkit-transform: rotate(540deg);
  transform: rotate(540deg);
}

.images-mod {
  background: #f5f5f5;
}
.images-mod .m-catch {
  height: 40vh;
  min-height: 350px;
  overflow: hidden;
}
.images-mod .m-catch .img-box {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
}

@media screen and (max-width: 767px) {
  .images-mod .m-catch {
    max-width: 75vw;
  }
}
.single-vacature {
  position: relative;
  height: 100%;
  background: #eeeeee;
  padding: 0 0 60px;
  font-weight: 100;
  width: 100%;
  display: block;
}
.single-vacature .m-catch {
  height: 210px;
  transition: 0.6s;
}
.single-vacature .text-box {
  padding: 30px;
}
.single-vacature .button {
  position: absolute;
  bottom: 30px;
  background: #ffffff;
}
.single-vacature:hover .button {
  background: #E30613;
  color: #ffffff;
}
.single-vacature:hover .m-catch {
  -webkit-transform: scale(1.05) rotateX(10deg);
  transform: scale(1.05) rotateX(10deg);
}
.single-vacature.stage {
  background: #4E555A;
}
.single-vacature.stage h6 {
  color: #ffffff;
}
.single-vacature.stage p {
  color: #ffffff;
}

.mod-teamoverview {
  background: #eeeeee;
}

.boxsizing * {
  box-sizing: border-box;
}

.filter-title {
  width: 100%;
  padding: 0 0 10px 5px;
}

.filter-bar {
  padding: 0 25px;
  margin: 0 -5px -10px;
  display: flex;
  flex-wrap: wrap;
}

.filter-col {
  padding: 0 5px 10px;
  width: 25%;
}

.single-team-cat {
  position: relative;
  background: #ffffff;
  padding: 20px 30px;
  font-size: 18px;
  display: block;
  transition: 0.3s;
}
.single-team-cat:hover {
  background: #f5f5f5;
  color: #000000;
}
.single-team-cat .icon {
  position: absolute;
  right: 20px;
  top: 20px;
  transition: 0.3s;
  opacity: 0;
  color: #ffffff;
}
.single-team-cat.active {
  background: #E30613;
  color: #ffffff;
}
.single-team-cat.active .icon {
  opacity: 1;
}
.single-team-cat.active:hover .icon {
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}

.theteam {
  padding: 50px 25px 0;
  margin: 0 -5px -10px;
  display: flex;
  flex-wrap: wrap;
}

.person-col {
  padding: 0 5px 10px;
  width: 25%;
  display: flex;
  position: relative;
}
.person-col:hover .mailto {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.person-col:hover .mailto:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.single-person {
  background: #ffffff;
  font-size: 18px;
  display: block;
  transition: 0.3s;
  height: 100%;
  width: 100%;
}

.mailto {
  position: absolute;
  right: 15px;
  top: 10px;
  background: #E30613;
  color: #ffffff;
  font-size: 21px;
  border-radius: 50%;
  line-height: 50px;
  width: 50px;
  text-align: center;
  transition: 0.3s;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.person-img {
  padding-top: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: auto;
}

.person-content {
  padding: 20px 30px;
}
.person-content h6 {
  font-weight: 500;
  color: #4E555A;
}
.person-content p {
  margin: 0;
}

.not-active .single-person {
  opacity: 0.2;
}
.not-active .single-person:hover {
  opacity: 1;
}

.mod-personpage {
  background: #eeeeee;
}
.mod-personpage .function {
  font-weight: 700;
  color: #E30613;
}
.mod-personpage .button {
  margin: 50px 0 0;
  background: #E30613;
  color: #ffffff;
}

.person-row {
  padding: 50px 0;
  margin: 0 -50px -50px;
  display: flex;
  flex-wrap: wrap;
}

.left-person {
  width: 50%;
  padding: 0 50px 50px;
}

.right-person {
  width: 50%;
  padding: 0 50px 50px;
  display: flex;
  align-items: center;
  align-content: center;
}
.right-person .person-content {
  padding: 30px 0;
}

.person-desc {
  margin: 30px 0 0;
  padding: 30px 0 0;
  border-top: 2px solid #f5f5f5;
}

.team-sliders {
  padding: 80px 0;
  margin: 0 0 50px;
}
.team-sliders .swiper-container:before {
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  background: -webkit-linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}
.team-sliders .swiper-container:after {
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}
.team-sliders .team-member {
  padding: 10px 15px 35px;
}
.team-sliders .team-member .img {
  border-radius: 50%;
  padding-bottom: 100%;
  background-position: center;
  background-size: cover;
}
.team-sliders .swiper-slide:nth-child(even) .team-member {
  padding: 35px 15px 10px;
}
.team-sliders .slider-left .team-member {
  padding: 35px 15px 10px;
}
.team-sliders .slider-left .swiper-slide:nth-child(even) .team-member {
  padding: 10px 15px 35px;
}
.team-sliders .cta-box {
  padding: 30px 20px;
  text-align: center;
}
.team-sliders .img {
  width: 100%;
  height: auto;
}
.team-sliders .button {
  background: #E30613;
  color: #ffffff;
}
.team-sliders .swiper-container:after {
  display: none;
}
.team-sliders .swiper-wrapper {
  transition-timing-function: linear;
}

@media screen and (max-width: 1500px) {
  .mod-personpage {
    padding: 120px 0 0;
  }
}
@media screen and (max-width: 1300px) {
  .mod-personpage {
    padding: 150px 0 0;
  }
  .filter-col {
    width: 50%;
  }
  .person-col {
    width: 33.333%;
  }
}
@media screen and (max-width: 1200px) {
  .mod-personpage {
    padding: 0;
  }
  .mod-personpage .grid {
    max-width: 700px;
    margin: 0 auto;
  }
  .left-person {
    width: 100%;
  }
  .right-person {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .person-col {
    width: 50%;
  }
  .person-col .mailto {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@media screen and (max-width: 767px) {
  .filter-col {
    width: 100%;
  }
  .person-col {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .mod-personpage {
    padding: 100px 0 0;
  }
  .mod-personpage .button {
    width: 100%;
    justify-content: center;
  }
}
.mod-cta .sub-title {
  color: #E30613;
}
.mod-cta .main-title {
  margin: 0 0 20px;
}
.mod-cta p {
  margin: 0 0 20px;
}
.mod-cta .buttons {
  padding: 20px 0 0;
  margin: 0 -10px -10px;
}
.mod-cta .buttons .button {
  margin: 0 10px 10px;
}
.mod-cta .buttons .button:last-child {
  background: #E30613;
  color: #ffffff;
}

.cta-col {
  padding: 0 0 0 70px;
}
.cta-col .h4 {
  margin: 0 0 5px;
}
.cta-col .h6 {
  margin: 0 0 35px;
}
.cta-col .button {
  margin: 0 15px 20px 0;
}
.cta-col .button:last-child {
  background: #E30613;
  color: #ffffff;
}

.quote-special {
  background: #f5f5f5;
}
.quote-special .quote {
  width: 100%;
  font-family: museo, serif;
  font-weight: 100;
  font-style: italic;
  color: #4E555A;
  display: block;
  line-height: 1.35;
}
.quote-special .from {
  margin-top: 15px;
  font-family: museo, serif;
  font-weight: 500;
  color: #4E555A;
  display: block;
  width: 100%;
}
.quote-special .openPageCard {
  margin: 0;
  width: 100%;
}
.quote-special .openPageCard .inner .textSect {
  padding: 10px 20px 20px;
}
.quote-special .title-box h3 {
  margin: 0 0 15px;
}

.icon-blocks {
  background-color: #eeeeee;
}

.single-block {
  background-color: #ffffff;
  color: #4E555A;
  padding: 50px;
  height: 100%;
}
.single-block p {
  margin: 20px 0 0;
}

@media screen and (min-width: 991px) {
  .no-title {
    height: 42px;
  }
}
*:focus {
  outline: 0;
}

::-webkit-input-placeholder {
  color: #727c83;
}

::-moz-placeholder {
  color: #727c83;
}

:-ms-input-placeholder {
  color: #727c83;
}

:-moz-placeholder {
  color: #727c83;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.validation_message,
.gfield_required,
.validation_error {
  display: none;
}

.form {
  width: 100%;
}
.form.center-form {
  border-radius: 35px;
  background: #ffffff;
  padding: 50px;
  max-width: 760px;
  margin: 0 auto;
}
.form.center-form .gform_footer {
  text-align: center;
}
.form .gform_footer .button {
  font-size: 18px;
  background: #E30613;
  color: #ffffff;
  border: 0;
  padding: 13px 30px;
  line-height: 20px;
}
.form input[type=text],
.form input[type=tel],
.form input[type=email],
.form input[type=number],
.form textarea,
.form select {
  width: 100%;
  height: 46px;
  max-width: 100%;
  max-height: 300px;
  background: #eeeeee;
  border: 0;
  border-radius: 0;
  font: inherit;
  font-size: 16px;
  padding: 5px 20px;
  transition: 0.3s;
  -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
  border-bottom: 2px solid #ffffff;
}
.form input[type=text]:hover,
.form input[type=tel]:hover,
.form input[type=email]:hover,
.form input[type=number]:hover,
.form textarea:hover,
.form select:hover {
  border-color: #4E555A;
}
.form input[type=text]:focus, .form input[type=text]:active,
.form input[type=tel]:focus,
.form input[type=tel]:active,
.form input[type=email]:focus,
.form input[type=email]:active,
.form input[type=number]:focus,
.form input[type=number]:active,
.form textarea:focus,
.form textarea:active,
.form select:focus,
.form select:active {
  border-color: #4E555A;
}
.form textarea {
  height: 120px;
  padding: 20px;
}
.form .gform_fields {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
.form .gfield {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}
.form .gfield.gfield--width-half {
  width: 50%;
}
.form .gfield.hidden_label .gfield_label {
  display: none;
}
.form .gfield_label {
  font-weight: 700;
  margin: 0 0 2px;
  display: block;
  font-size: 20px;
  color: #4E555A;
}
.form .ginput_container_select {
  position: relative;
}
.form .ginput_container_select:after {
  content: "";
  position: absolute;
  right: 25px;
  border: 6px solid transparent;
  border-top: 6px solid #E30613;
  bottom: 18px;
  pointer-events: none;
}
.form fieldset {
  border: 0;
  padding: 0;
  margin: 0 0 20px;
}
.form fieldset .ginput_complex {
  display: flex;
  width: 100%;
}
.form fieldset .ginput_complex label {
  font-weight: 700;
  display: block;
  margin: -3px 0 5px;
  font-size: 14px;
  color: #E30613;
}

.ginput_container_radio,
.ginput_container_checkbox {
  margin: 0 0 5px;
}
.ginput_container_radio label,
.ginput_container_checkbox label {
  padding: 5px 0 5px 36px;
  position: relative;
  display: block;
  cursor: pointer;
}
.ginput_container_radio label a,
.ginput_container_checkbox label a {
  color: #E30613;
}
.ginput_container_radio label:before,
.ginput_container_checkbox label:before {
  content: "";
  left: 0;
  top: 2px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid #000000;
  transition: 0.3s;
  position: absolute;
}
.ginput_container_radio label:after,
.ginput_container_checkbox label:after {
  content: "✓";
  left: 2px;
  top: 4px;
  width: 22px;
  height: 22px;
  transition: 0.3s;
  position: absolute;
  text-align: center;
  line-height: 22px;
  color: #ffffff;
  font-weight: 700;
  transform: scale(0);
}
.ginput_container_radio label:hover:before,
.ginput_container_checkbox label:hover:before {
  background: rgba(0, 0, 0, 0.2);
}
.ginput_container_radio input,
.ginput_container_checkbox input {
  display: none;
}
.ginput_container_radio input:checked + label:before,
.ginput_container_checkbox input:checked + label:before {
  background: #E30613;
}
.ginput_container_radio input:checked + label:after,
.ginput_container_checkbox input:checked + label:after {
  transform: scale(1);
}

.gfield_error input {
  border-color: #E30613 !important;
  background: #f5f5f5 !important;
}

.screen-reader-text {
  display: none;
}

.hour_minute_colon {
  display: none;
}

.gfield_time_hour {
  width: 50%;
  padding: 0 5px 0 0;
}

.gfield_time_minute {
  width: 50%;
  padding: 0 0 0 5px;
}

.gform_fileupload_rules {
  display: none;
}

.gform_drop_area {
  border: 2px solid #ffffff;
  border-radius: 15px;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.15);
}
.gform_drop_area .button {
  margin: 0 0 0 8px;
  padding: 12px 20px;
  background: rgba(255, 255, 255, 0.15);
}

.mod-iframe .inner {
  padding: 25px 0 0 25px;
  box-sizing: border-box;
  background: #ffffff;
}
.mod-iframe .inner h4 {
  padding: 0 30px 0 0;
  box-sizing: border-box;
  display: block;
  width: 100%;
}
.mod-iframe .inner iframe {
  width: 100%;
  height: 550px;
  margin: 20px auto 0 auto;
  border: none;
}

.module-cta {
  background: #f5f5f5;
  padding-top: 105px;
  padding-bottom: 105px;
}
.module-cta .cta_title, .module-cta .cta_text {
  display: block;
  width: 100%;
  text-align: center;
  color: #4E555A;
}
.module-cta .cta_text {
  font-weight: 100;
  margin-bottom: 45px;
}
.module-cta .button_wrapper {
  text-align: center;
}
.module-cta .button_wrapper .button {
  margin: 7px auto;
  font-size: 20px;
}
.module-cta .button_wrapper .button.text {
  text-decoration: underline;
}
.module-cta .button_wrapper .button.special {
  background: #E30613;
  color: #ffffff;
}

.flexCTA {
  background: #eeeeee;
}
.flexCTA .title_a {
  margin: 0 0 5px 0;
}

.usplist {
  padding-bottom: 0;
  overflow: hidden;
}
.usplist .grid {
  display: flex;
  flex-wrap: nowrap;
}
.usplist .the_list {
  display: block;
  flex-grow: 1;
  flex-shrink: 0;
  width: 50%;
  padding: 0 20px 0 0;
  box-sizing: border-box;
}
.usplist .the_list .list {
  display: block;
  width: 100%;
  padding: 50px 0;
  box-sizing: border-box;
  position: relative;
  background: #f5f5f5;
  margin: 50px auto 0 auto;
  list-style: none;
}
.usplist .the_list .list li {
  font-weight: 100;
  font-size: 20px;
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  margin: 0 0 15px 0;
}
.usplist .the_list .list li .icon {
  color: #ffffff;
  background: #E30613;
  flex-shrink: 0;
  flex-grow: 0;
  height: 35px;
  width: 35px;
  font-size: 22px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin: 0 10px 0 0;
}
.usplist .the_list .list:before {
  content: "";
  display: block;
  height: 100%;
  width: 10000px;
  position: absolute;
  top: 0;
  left: -5000px;
  z-index: 0;
  pointer-events: none;
  background: #f5f5f5;
}
.usplist .the_list .list:after {
  content: "";
  display: block;
  height: 50px;
  width: 50px;
  transform: rotate(45deg);
  background: #f5f5f5;
  position: absolute;
  top: -25px;
  left: 5px;
  z-index: 0;
  pointer-events: none;
}
.usplist .aside_text {
  display: block;
  flex-grow: 0;
  flex-shrink: 0;
  width: 50%;
  padding: 0 0 0 20px;
  box-sizing: border-box;
}
.usplist .aside_text .text_block {
  display: block;
  width: 100%;
  padding: 50px 0;
  box-sizing: border-box;
  position: relative;
  background: #f5f5f5;
  margin: 50px auto 0 auto;
}
.usplist .aside_text .text_block p {
  margin-top: 0;
  padding-top: 0;
  position: relative;
  z-index: 1;
}
.usplist .aside_text .text_block:before {
  content: "";
  display: block;
  height: 100%;
  width: 10000px;
  position: absolute;
  top: 0;
  left: -5000px;
  z-index: 0;
  pointer-events: none;
  background: #f5f5f5;
}
.usplist .aside_text .text_block:after {
  content: "";
  display: block;
  height: 50px;
  width: 50px;
  transform: rotate(45deg);
  background: #f5f5f5;
  position: absolute;
  top: -25px;
  left: 5px;
  z-index: 0;
  pointer-events: none;
}

@media screen and (max-width: 900px) {
  .usplist .grid {
    flex-wrap: wrap;
  }
  .usplist .the_list {
    width: 50%;
    padding: 0;
  }
  .usplist .aside_text {
    width: 100%;
    padding: 40px 0 0 0;
  }
}
@media screen and (max-width: 1500px) {
  .slider .media.hasSidebar {
    max-width: calc(100% - 425px);
  }
  .slider .slider_sideBar {
    width: 425px;
  }
  nav .topBar .iconMenu li {
    margin: 10px 15px 10px 0;
  }
  nav .topBar .iconMenu li a .text {
    font-size: 20px;
  }
  nav .topBar .iconMenu,
  nav .topBar .spacer {
    width: 25%;
    flex-shrink: 1;
  }
  nav .mainMenu .menuRows {
    width: 100%;
  }
  nav .mainMenu .spacer {
    width: 235px;
  }
}
@media screen and (max-width: 1200px) {
  h1, .h1 {
    font-size: 45px;
  }
  h2, .h2 {
    font-size: 35px;
  }
  h3, .h3 {
    font-size: 30px;
  }
  h4, .h4 {
    font-size: 25px;
  }
  h5, .h5 {
    font-size: 22px;
  }
  h6, .h6 {
    font-size: 20px;
  }
  p, .p {
    font-size: 18px;
  }
  .modTeamOverview .inner .teamHolder .empList .empCard {
    width: 33.3333333333%;
  }
  .afterSlider .left_afterSlider .titleHolder .contentHolder .quote {
    font-size: 30px;
  }
  nav .topBar {
    display: block;
  }
  nav .topBar .iconMenu {
    width: 100%;
  }
  nav .topBar .spacer {
    display: none;
  }
  nav .topBar .menuSwitcher {
    width: 100%;
    text-align: left;
  }
  nav .topBar .menuSwitcher li:first-child {
    margin-left: 0px;
  }
  nav .mainMenu {
    display: block;
    padding: 0 150px 0 0;
  }
  nav .mainMenu .spacer {
    display: none;
  }
  .breadcrumbs {
    display: none;
  }
  .slider .media.hasSidebar {
    max-width: 100%;
  }
  .slider .slider_sideBar {
    display: none;
  }
  .afterSlider {
    display: block;
  }
  .afterSlider .left_afterSlider .titleHolder .cornerBackground {
    top: -55%;
  }
  .afterSlider .left_afterSlider .employeeLink {
    margin-top: -215px;
    margin-bottom: 215px;
  }
  .afterSlider .right_afterSlider {
    margin-top: -215px;
    padding: 0 30px;
    box-sizing: border-box;
  }
  .contact-box {
    padding: 30px;
  }
  .contact-box img {
    top: 30px;
    right: 30px;
  }
}
@media screen and (max-width: 1075px) {
  .homeCards .cardHolder {
    flex-wrap: wrap;
  }
  .homeCards .serviceCards .cardHolder .serviceCard {
    width: 50%;
    margin-bottom: 25px;
  }
  .sidebarChecks {
    padding: 10px 0 0;
  }
  .sidebarList li {
    width: 50%;
  }
}
@media screen and (max-width: 1035px) {
  nav .mainMenu .menuRows .row.mainRow li a {
    font-size: 22px;
  }
  nav .mainMenu .menuRows .row.subRow {
    padding: 6px 0 15px 0;
  }
  nav .mainMenu .menuRows .row.subRow li {
    font-size: 20px;
  }
}
@media screen and (max-width: 950px) {
  .homeButtons .searchBar {
    margin-bottom: 10px;
  }
  .homeButtons .homeButton {
    margin-bottom: 10px;
  }
  .homeButtons.slide-title {
    padding-bottom: 30px;
  }
  .slider .media.image .imageFile.normal {
    display: none;
  }
  .slider .media.image .imageFile.mobileVers {
    display: block;
  }
  header .menu-corner {
    overflow: unset;
    z-index: 45;
  }
  header .menu-corner .content {
    padding: 15px;
  }
  header .menu-corner .content .menuButton {
    display: none;
  }
  header .menu-corner .cornerBackground {
    top: -100px;
    width: 400px;
  }
  header.scrolled .leftCorner .cornerBackground {
    height: 300px;
    top: -65%;
    left: -75%;
  }
  #headerFloater {
    display: none;
  }
  .mobileMenuButton,
  .mobileBreadcrumb {
    display: flex;
  }
  .featured-vacature .left-img {
    width: 100%;
    height: 40vh;
  }
  .featured-vacature .right-text {
    width: 100%;
    padding: 30px;
  }
}
@media screen and (max-width: 900px) {
  .single-block {
    padding: 30px 20px;
  }
  .quote-special .quote {
    font-size: 27px;
  }
  .quote-special .from {
    font-size: 21px;
  }
  .modTextblock .textHolder {
    flex-wrap: wrap;
  }
  .modTextblock .textHolder .textA, .modTextblock .textHolder .textB {
    width: 100%;
  }
  .modTeamOverview .inner .teamHolder .empList .empCard {
    width: 50%;
  }
  .newContactOverlay .left {
    width: 100%;
  }
  .newContactOverlay .right {
    display: none;
  }
  .swiper-pagination.swiper-pagination-progressbar {
    max-width: 250px;
  }
  .buttonModule .buttonHolder .button {
    margin: 7px 12px;
  }
  .modFlexible &gt; .inner {
    flex-wrap: wrap;
  }
  .modFlexible &gt; .inner &gt; div {
    width: 100% !important;
  }
  .modFlexible &gt; .inner &gt; div.leftFlexBox {
    padding-right: 0;
    padding-bottom: 20px;
  }
  .modFlexible &gt; .inner &gt; div.rightFlexbox {
    padding-left: 0;
    padding-top: 20px;
  }
  .slider.smallSlider {
    height: auto;
  }
  .modTextblock.slide-title {
    padding-top: 280px;
    padding-bottom: 210px;
    min-height: 650px;
  }
}
@media screen and (max-width: 775px) {
  .themeCard {
    width: 100%;
    margin: 0 0 20px;
  }
  .themePagesLinks .subcat {
    padding: 0;
    margin: 0 0 15px;
  }
  .openPageCard {
    width: 100%;
    margin: 0 0 20px;
  }
  .openPageCard .text {
    display: none;
  }
  .openPageCard .button .text {
    display: block;
  }
  .slider .media.video .videoOverlay .videoTooltip {
    display: block;
  }
  .modPagecards .cardHolder {
    flex-wrap: wrap;
  }
  .modPagecards .cardHolder .card {
    width: 100%;
    padding: 25px 20px;
  }
  .grid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .modEmployees .employeeHolder {
    flex-wrap: wrap;
  }
  .modEmployees .employeeHolder .employeeCard {
    width: 100%;
  }
  .button .text,
  button .text {
    font-size: 18px;
  }
  .button .icon,
  button .icon {
    font-size: 20px;
  }
}
@media screen and (max-width: 700px) {
  .modTextblock .textHolder .textA, .modTextblock .textHolder .textB {
    padding: 0;
  }
  .haschecks {
    padding-bottom: 160px;
  }
  .sidebarChecks {
    background: #4E555A;
  }
  .sidebarList li {
    width: 100%;
  }
  .homeCards .serviceCards .cardHolder .serviceCard {
    width: 100%;
  }
  .floatingButton {
    display: none;
  }
  footer .topFooter {
    display: none;
  }
  footer .midFooter,
  footer .botFooter {
    flex-wrap: wrap;
  }
  footer .botFooter {
    margin-top: 0;
  }
  footer .midFooter .footerSection {
    margin-bottom: 20px;
  }
  footer .midFooter .footerSection,
  footer .botFooter .footerSection {
    width: 100%;
    text-align: left !important;
  }
}
@media screen and (max-width: 675px) {
  header .menu-corner .content {
    height: 125px;
    width: 120px;
  }
  header .menu-corner .content .contactMenu {
    margin: 0;
  }
  header .menu-corner .content .menuButton {
    display: none;
  }
  header .menu-corner .content .contactMenu li a .icon {
    margin-right: 7px;
    margin-top: 10px;
  }
  header .menu-corner .content .contactMenu li.phone .text {
    display: none;
  }
  header .menu-corner .content .contactMenu li.myluyten, header .menu-corner .content .contactMenu li.contact {
    display: none;
  }
  header .menu-corner .cornerBackground {
    height: 350px;
    width: 350px;
    top: -175px;
    right: -300px;
  }
  .modTextblock.slide-title {
    padding-top: 270px;
    padding-bottom: 160px;
  }
  .modTextblock.slide-title p {
    font-size: 18px;
  }
  .contact-box .button-holders a {
    width: 100%;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 600px) {
  .afterSlider .left_afterSlider .employeeLink {
    display: none;
  }
  .modTeamOverview .inner .teamHolder {
    padding: 0;
  }
  .afterSlider .right_afterSlider .introductionBlock {
    padding: 55px 0;
  }
  .afterSlider .left_afterSlider .titleHolder .contentHolder {
    padding: 25px 20px;
    width: 100%;
  }
  h1, .h1 {
    font-size: 30px;
  }
  h2, .h2 {
    font-size: 27px;
  }
  h3, .h3 {
    font-size: 25px;
  }
  h4, .h4 {
    font-size: 23px;
  }
  p, .p {
    font-size: 17px;
  }
}
@media screen and (max-width: 450px) {
  .button .text,
  button .text {
    font-size: 16px;
  }
  .button .icon,
  button .icon {
    font-size: 18px;
  }
  .modTeamOverview .inner .teamHolder .teamName {
    text-align: center;
  }
  .modTeamOverview .inner .teamHolder .empList .empCard {
    width: 100%;
  }
  .contact-box img {
    position: relative;
    top: initial;
    right: initial;
    margin: 0 0 20px;
  }
  .contact-box p,
  .contact-box h3 {
    padding: 0;
  }
}
@media screen and (max-width: 320px) {
  .mobileMenu .mobilePreMenu li {
    margin: 5px;
  }
}

/*# sourceMappingURL=main.css.map */
</pre></body></html>