.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: #2e2e2e;
  font-family: Mulish, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

h1 {
  color: #565656;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: 400;
  line-height: 1.25em;
}

h2, h3 {
  color: #565656;
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: 400;
  line-height: 1.25em;
}

p {
  text-align: justify;
  margin-bottom: 0;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: none;
}

.nav-burger-wrap {
  z-index: 99;
  width: 35px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: relative;
}

.img-wrap-logo {
  width: 150px;
  overflow: hidden;
}

.nav-content {
  width: 85%;
  height: 100%;
  max-width: 1630px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-16 {
  font-size: 1rem;
}

.text-16.m-right-10 {
  margin-right: 10px;
}

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

.text-16.m-top-20 {
  margin-top: 20px;
}

.navbar {
  z-index: 99;
  width: 100%;
  height: 100px;
  background-color: rgba(255, 255, 255, .8);
  border-bottom: 1px solid #cecece;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0;
}

.nav-bg-block {
  width: 100%;
  height: 100vh;
  opacity: .5;
  background-color: #999;
  transition: opacity .2s;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.img-logo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nav-burger-line {
  width: 100%;
  height: 3px;
  background-color: #000;
  transition: opacity .2s;
  position: relative;
}

.nav-burger-line.burger-line-mid {
  margin-top: 5px;
  margin-bottom: 5px;
}

.nav-burger-line.burger-line-cross {
  position: absolute;
  top: 0;
}

.nav-link-wrap {
  z-index: 99;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding-right: 0;
  display: flex;
  position: relative;
}

.nav-link-wrap.nav-link-logo {
  margin-right: 40px;
}

.nav-link-wrap.nav-link-menu {
  grid-column-gap: 40px;
  transition: none;
  transform: translate(0);
}

.nav-link-line {
  width: 100%;
  height: 3px;
  background-color: #c10830;
  transition: transform .25s;
  position: absolute;
  bottom: 0;
  transform: translate(0, 5px);
}

.nav-link {
  height: 100%;
  color: #565656;
  text-transform: uppercase;
  white-space: nowrap;
  align-items: center;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-link.nav-active {
  color: #c10830;
}

.main {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  display: flex;
  overflow: hidden;
}

.main-content {
  width: 100%;
  max-width: 1920px;
  min-height: 80vh;
}

.main-content.m-bot-150 {
  margin-bottom: 150px;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 200px;
  display: flex;
  position: relative;
}

.section.flex-h-t-r {
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.section.first-section {
  margin-top: 0;
}

.section.section-overlay {
  margin-top: -100px;
}

.section.end-section {
  margin-top: 0;
}

.section.flex-h-t-l {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.section.m-top-0 {
  margin-top: 0;
}

.section-content {
  width: 85%;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-content.content-extended {
  width: 92.5%;
  justify-content: space-between;
}

.section-content.fkex-v-l-t {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.section-content.flex-v-c-t {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.section-content.content-extended-left {
  width: 92.5%;
  justify-content: flex-start;
}

.section-content.content-full {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}

.hero {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.hero-content {
  width: 100%;
  height: 80vh;
  max-height: 800px;
  min-height: 800px;
  background-color: #565656;
  position: relative;
}

.hero-img-wrap {
  width: 100%;
  height: 100%;
}

.img-hero {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.title-overline {
  color: #c10830;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 1.125rem;
}

.title-overline.overline-bg {
  background-color: rgba(255, 255, 255, .8);
  padding: 15px 30px;
}

.button-wrap {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.button-wrap.align-right {
  justify-content: flex-end;
}

.button-wrap.align-center {
  justify-content: center;
}

.button {
  min-width: 200px;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #c10830;
  justify-content: center;
  align-items: center;
  padding: 15px 40px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.button:hover {
  background-color: #960020;
}

.text-14 {
  font-size: .875rem;
}

.text-14.text-red {
  color: #c10830;
}

.text-14.text-white {
  color: #fff;
}

.text-14.text-no-wrap {
  white-space: nowrap;
}

.text-14.text-file-name {
  width: 100%;
  overflow: hidden;
}

.h1.m-b-0 {
  margin-bottom: 0;
}

.span-red {
  color: #c10830;
}

.text-container.text-container-mid {
  width: 60%;
  min-width: 800px;
  text-align: center;
}

.text-container.text-container-card-team {
  width: 100%;
}

.text-container.text-container-service {
  width: 50%;
}

.text-container.flex-h-t-sb {
  grid-column-gap: 40px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.text-container.text-container-card-events {
  background-color: #fff;
  padding: 20px;
}

.text-container.text-container-card-info {
  margin-top: 20px;
}

.text-container.text-container-50 {
  width: 50%;
  max-width: 650px;
  padding: 55px 85px;
  position: relative;
}

.text-container.text-container-50.text-container-intro {
  padding-left: 0;
}

.text-container.text-container-50.text-container-newsletter {
  width: auto;
}

.text-container.text-container-50.text-container-hero {
  width: auto;
  max-width: 700px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
  display: flex;
  position: absolute;
  top: 160px;
  left: 7.5%;
}

.text-container.text-container-50.text-container-hero-s {
  width: auto;
  max-width: 750px;
  position: absolute;
  bottom: 0;
  right: 7.5%;
}

.text-container.text-container-50.text-container-values {
  max-width: 730px;
}

.text-container.text-container-60 {
  width: 60%;
  min-width: 800px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-container.text-container-building {
  width: 50%;
  max-width: 650px;
  padding: 55px 85px;
  position: relative;
}

.text-container.text-container-pp {
  width: 70%;
}

.text-wrap {
  position: relative;
}

.text-wrap.flex-h-t-sb {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.text-wrap.m-top-20 {
  margin-top: 20px;
}

.text-wrap.width-50 {
  width: 50%;
}

.text-wrap.m-top-30 {
  margin-top: 30px;
}

.text-wrap.m-bot-10 {
  margin-bottom: 10px;
}

.text-wrap.text-wrap-file-name {
  width: 80%;
}

.text-wrap.m-top-40 {
  margin-top: 40px;
}

.quicklinks-container {
  width: 100%;
}

.grid-quicklinks {
  width: 80%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-flow: column;
}

.title-25 {
  font-size: 1.5rem;
  line-height: 1.5em;
}

.quicklink {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 25px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.quicklink:hover {
  background-color: #e6e6e6;
}

.quicklink.border-right {
  border-right: 1px solid #cecece;
}

.quicklink-icon {
  width: 90px;
  height: 90px;
  margin-bottom: 20px;
}

.link {
  color: #2e2e2e;
  border-bottom: 1px solid #c10830;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 2px;
  text-decoration: none;
  display: flex;
}

.link.link-inline {
  display: inline-block;
}

.img-icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.section-bg {
  z-index: -1;
  width: auto;
  height: 100%;
  background-color: #f2f2f2;
  position: absolute;
  left: -100vw;
  right: -100vw;
}

.img-wrap-50 {
  width: 50%;
  flex: none;
  align-self: stretch;
  overflow: hidden;
}

.img-wrap-50.img-wrap-values {
  align-self: center;
}

.grid-awards {
  width: 100%;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.img-wrap-award {
  width: 150px;
  height: 150px;
}

.img-award {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.card-main-container {
  width: 100%;
  max-width: 1920px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 10px;
  padding-left: 7.5%;
  padding-right: 7.5%;
  display: flex;
  position: relative;
  overflow: auto;
}

.card-container {
  grid-column-gap: 30px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.card {
  width: 380px;
  min-width: 380px;
  color: #2e2e2e;
  border: 1px solid #cecece;
  text-decoration: none;
}

.img-wrap-card {
  height: 250px;
}

.img-card {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-nav-dots-container {
  width: 100%;
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.card-nav-dot {
  width: 15px;
  height: 15px;
  cursor: pointer;
  background-color: #cecece;
}

.card-nav-dot.nav-dot-active {
  background-color: #c10830;
}

.newsletter-container {
  width: 100%;
  position: relative;
}

.img-wrap-newsletter {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.img-newsletter {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.form-newsletter-container {
  margin-top: 30px;
}

.text-form-label {
  color: #565656;
  font-size: 1rem;
  font-weight: 400;
}

.form-element {
  width: 100%;
  margin-bottom: 30px;
}

.form-element.form-element-combo {
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.form-element.position-rel {
  position: relative;
}

.form-element.flex-h-t-l {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.form-input {
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 1px solid #cecece;
  margin-bottom: 0;
}

.form-input.form-input-s {
  width: 110px;
}

.form-success {
  background-color: #ccffbd;
}

.form-input-error {
  color: #c10830;
  font-size: .875rem;
  display: none;
}

.img-overlay-newsletter {
  z-index: -1;
  width: 60%;
  height: 100%;
  background-image: linear-gradient(to right, rgba(255, 255, 255, .9) 52%, rgba(255, 255, 255, 0));
  position: absolute;
  top: 0;
  left: 0;
}

.footer-content {
  width: 85%;
  height: 100%;
  max-width: 1630px;
  grid-column-gap: 40px;
  grid-row-gap: 10px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.social-media-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.social-media-container.asefase {
  align-items: flex-start;
}

.social-media-link {
  color: #565656;
  padding: 10px;
  font-size: 1rem;
  text-decoration: none;
}

.social-media-link:hover {
  color: #c10830;
}

.footer-extra {
  width: 100%;
  background-color: #c10830;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.footer-nav-link-wrap {
  grid-column-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-link {
  font-size: 1rem;
  text-decoration: none;
}

.img-wrap-50-extended {
  width: 54%;
  align-self: center;
  position: relative;
}

.img-wrap-50-extended.img-wrap-exchange {
  height: 610px;
  padding-right: 5%;
}

.img-contact-card {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.img-svg {
  width: 100%;
  height: 100%;
}

.square-intro-2 {
  z-index: -1;
  width: 280px;
  height: 280px;
  background-color: #f2f2f2;
  position: absolute;
  bottom: -40px;
  left: -40px;
}

.square-intro-1 {
  z-index: -1;
  width: 320px;
  height: 100px;
  background-color: #f2f2f2;
  position: absolute;
  top: -45px;
  left: 100px;
}

.quicklinks-wrap {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.dropdown.dropdown-awards {
  width: 60%;
  min-width: 800px;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.dropdown.dropdown-service {
  margin-bottom: 20px;
}

.dropdown.dropdown-training {
  margin-bottom: 40px;
}

.dropdown-label-wrap {
  grid-column-gap: 20px;
  cursor: pointer;
  border-bottom: 1px solid #cecece;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 5px;
  display: flex;
}

.dropdown-label-wrap.flex-h-c-sb {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.dropdown-content-wrap {
  margin-top: 25px;
  overflow: hidden;
}

.text-fa {
  cursor: pointer;
  font-family: "Font awesome 6 free solid 900", sans-serif;
  font-weight: 400;
}

.text-fa.text-red {
  color: #c10830;
}

.text-fa.text-red.text-20 {
  font-size: 2rem;
}

.text-fa.text-red.m-right-10 {
  margin-right: 10px;
}

.text-fa.link-arrow {
  color: #c10830;
  margin-left: 10px;
  font-size: .875rem;
  transform: rotate(-45deg);
}

.text-fa.dropdown-arrow {
  color: #c10830;
  font-size: 1.5rem;
}

.content-card {
  width: 100%;
  background-color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  box-shadow: 0 10px 40px 5px rgba(0, 0, 0, .1);
}

.content-card.flex-h-c-sb {
  justify-content: space-between;
}

.square-hero-1 {
  width: 120px;
  height: 120px;
  background-color: #fff;
  padding-top: 25px;
  padding-left: 25px;
  text-decoration: none;
  position: absolute;
  bottom: 0;
  right: 0;
}

.square-hero-4 {
  width: 50px;
  height: 50px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  right: 120px;
}

.square-hero-3 {
  width: 15px;
  height: 15px;
  background-color: #fff;
  position: absolute;
  bottom: 60px;
  right: 130px;
}

.square-hero-2 {
  width: 15px;
  height: 15px;
  background-color: #fff;
  position: absolute;
  bottom: 35px;
  right: 180px;
}

.headline-wrap {
  max-width: 450px;
  position: relative;
}

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

.headline-wrap.headline-wrap-full {
  max-width: none;
}

.headline-wrap.m-w-300 {
  max-width: 300px;
}

.hero-overflow-top {
  width: 100%;
  height: 220px;
  background-image: linear-gradient(#fff, rgba(255, 255, 255, 0));
  position: absolute;
  top: 0;
}

.text-fa-brands {
  font-family: "Font awesome 6 brands 400", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
}

.square-newsletter-1 {
  width: 50px;
  height: 50px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

.square-newsletter-2 {
  width: 25px;
  height: 25px;
  background-color: #c10830;
  position: absolute;
  top: 0;
  left: 0;
}

.square-newsletter-3 {
  width: 25px;
  height: 25px;
  background-color: #f2f2f2;
  position: absolute;
  bottom: -25px;
  right: 60px;
}

.square-newsletter-4 {
  width: 30px;
  height: 30px;
  background-color: #f2f2f2;
  position: absolute;
  top: -40px;
  left: 50px;
}

.square-newsletter-5 {
  width: 40px;
  height: 40px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
}

.square-newsletter-6 {
  width: 20px;
  height: 20px;
  background-color: #c10830;
  position: absolute;
  bottom: 0;
  right: 0;
}

.square-newsletter-7 {
  width: 20px;
  height: 20px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: -30px;
}

.square-newsletter-8 {
  width: 15px;
  height: 15px;
  background-color: #fff;
  position: absolute;
  top: -25px;
  left: 0;
}

.card-container-sides {
  width: 100px;
  height: 100%;
  position: absolute;
}

.card-container-sides.side-left {
  background-image: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
  position: absolute;
  left: 0;
}

.card-container-sides.side-right {
  background-image: linear-gradient(270deg, #fff, rgba(255, 255, 255, 0));
  position: absolute;
  right: 0;
}

.hero-content-s {
  width: 100%;
  height: 70vh;
  max-height: 800px;
  min-height: 700px;
  background-color: #565656;
  position: relative;
}

.hero-content-s.hero-content-contact {
  height: 50vh;
  min-height: 600px;
}

.img-svg-corner {
  color: #c10830;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.img-svg-bg {
  width: 100%;
  height: 100%;
  color: #c10830;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.breadcrumb {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.breadcumb-content {
  width: 85%;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.breadcumb-link {
  color: #2e2e2e;
  text-decoration: none;
}

.breadcumb-arrow {
  margin-left: 10px;
  margin-right: 10px;
}

.content-column-20 {
  width: 20%;
  min-width: 200px;
  padding-right: 20px;
}

.content-column-80 {
  width: 80%;
  border-left: 1px solid #cecece;
}

.grid-team {
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-items: center;
  margin-bottom: 40px;
  padding-left: 40px;
}

.card-team {
  width: 270px;
  height: 360px;
  border: 1px solid #cecece;
  position: relative;
  overflow: hidden;
}

.content-row {
  width: 100%;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.img-wrap-card-team {
  width: 100%;
  height: 100%;
}

.img-card-team {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-team-overlay {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
  justify-content: flex-start;
  align-items: flex-end;
  padding: 25px 20px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.text-20 {
  color: #565656;
  font-size: 1.25rem;
}

.text-20.m-top-20, .card-team-link-wrap {
  margin-top: 20px;
}

.card-team-link {
  color: #565656;
  padding: 10px 10px 10px 0;
  font-size: 1rem;
  text-decoration: none;
}

.card-team-link:hover {
  color: #c10830;
}

.card-team-info {
  width: 100%;
  height: 140px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.partner-container {
  width: 100%;
  max-width: 1120px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 75px;
  padding-bottom: 75px;
  display: flex;
}

.partner {
  width: 350px;
  min-width: 350px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.img-wrap-partner {
  width: 200px;
  height: 100px;
}

.img-partner {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.content-column-30 {
  width: 30%;
}

.content-column-30.column-left-m {
  padding-right: 40px;
}

.content-column-30.column-right-m {
  padding-left: 40px;
}

.content-column-70 {
  width: 70%;
}

.content-column-70.column-right-m {
  border-left: 1px solid #cecece;
  padding-left: 60px;
}

.content-column-70.column-left-m {
  border-right: 1px solid #cecece;
  padding-right: 70px;
}

.headline-wrap-dropdown {
  align-items: center;
  display: flex;
}

.img-wrap-dropdown-icon {
  width: 60px;
  height: 60px;
  min-height: 60px;
  min-width: 60px;
  margin-right: 20px;
}

.img-warp-service {
  width: 50%;
  height: 300px;
  min-width: 50%;
}

.img-service {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-overview {
  background-color: #f2f2f2;
  margin-bottom: 60px;
  padding: 40px;
}

.hero-intro-square-group {
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 0;
  left: -50px;
}

.hero-intro-bg-wrap {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.hero-intro-square-1 {
  width: 50px;
  height: 50px;
  background-color: #fff;
}

.hero-intro-square-2 {
  width: 15px;
  height: 15px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: -25px;
}

.hero-intro-square-3 {
  width: 20px;
  height: 20px;
  background-color: #fff;
  position: absolute;
  bottom: 10px;
  right: -30px;
}

.img-warp-file-icon {
  width: 60px;
  height: 60px;
  min-height: 60px;
  min-width: 60px;
  margin-right: 20px;
}

.img-warp-download-icon {
  width: 40px;
  height: 40px;
  min-height: 40px;
  min-width: 40px;
}

.link-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.link-column {
  width: 30%;
  min-width: 240px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.grid-quicklinks-full {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.waypoint {
  position: absolute;
  top: -25vh;
  left: 0;
}

.carrer-intro {
  width: 100%;
  background-color: #f2f2f2;
  padding: 100px 80px;
  display: flex;
}

.button-wrap-v {
  grid-column-gap: 40px;
  grid-row-gap: 10px;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.content-container {
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.img-values {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.value-wrap {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.img-warp-value-icon {
  width: 50px;
  height: 50px;
  min-height: 50px;
  min-width: 50px;
  margin-right: 20px;
}

.grid-benefits {
  width: 100%;
  grid-column-gap: 80px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

.benefit {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.benefit-icon {
  width: 90px;
  height: 90px;
  margin-bottom: 20px;
}

.initive-container {
  width: 100%;
  background-color: #f2f2f2;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 50px;
  padding: 60px;
  display: flex;
}

.form-contact-container {
  flex-direction: column;
  display: flex;
}

.file-dropzone {
  border: 2px dashed #cecece;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  padding: 25px 20px;
  display: flex;
}

.file-dropzone.hover {
  border-color: #21dc28;
}

.file-dropzone.error {
  border-color: #c10830;
}

.form-application {
  grid-column-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.form-label {
  color: #7b7b7b;
  font-size: 1rem;
  font-weight: 400;
}

.form-label.text-no-break {
  white-space: nowrap;
}

.form-column-50 {
  width: 50%;
}

.maps-code {
  height: 700px;
}

.form-contact {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.square-maps-1 {
  width: 14px;
  height: 14px;
  background-color: #c10830;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.maps-overlay-wrap {
  background-color: #fff;
  padding: 30px 30px 20px;
  position: absolute;
  top: auto;
  bottom: 5%;
  left: 5%;
  box-shadow: 0 10px 10px 1px rgba(0, 0, 0, .32);
}

.contact-container {
  width: 100%;
  grid-column-gap: 60px;
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  padding: 65px 80px;
  display: flex;
  box-shadow: 0 10px 40px 5px rgba(0, 0, 0, .1);
}

.maps-wrap {
  margin-top: 40px;
  position: relative;
}

.grid-partner {
  width: 100%;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  margin-top: 20px;
  margin-bottom: 40px;
}

.img-wrap-overline-icon {
  width: 180px;
  margin-bottom: 30px;
}

.benefits-container {
  max-width: 1260px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.headline-wrap-card {
  height: 60px;
}

.card-description-wrap {
  height: 145px;
  margin-top: 10px;
  overflow: hidden;
}

.card-description-wrap-s {
  height: 95px;
  margin-top: 10px;
  overflow: hidden;
}

.application-container {
  width: 100%;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.form-application-container {
  flex-direction: column;
  display: flex;
  position: relative;
}

.form-select {
  width: 100%;
  max-width: 150px;
  min-width: 100%;
  background-color: rgba(255, 255, 255, 0);
  border: 1px #000;
  border-bottom: 1px solid #cecece;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  overflow: auto;
}

.form-checkbox {
  border-color: #565656;
  margin-top: 7px;
}

.form-checkbox.w--redirected-checked {
  background-color: #c10830;
  border-color: #c10830;
}

.checkbox-wrap {
  min-height: 33px;
}

.form-row {
  grid-column-gap: 80px;
  display: flex;
}

.file-info-wrap {
  align-items: center;
  display: flex;
}

.content-column-40 {
  width: 40%;
  padding-right: 40px;
}

.content-column-60 {
  width: 60%;
  border-left: 1px solid #cecece;
  padding-left: 70px;
}

.content-column-60.column-contact {
  padding-left: 40px;
}

.contact-link {
  color: #2e2e2e;
  margin-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.contact-link.m-top-10 {
  margin-top: 10px;
}

.form-text {
  width: 100%;
  max-width: 150px;
  min-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 1px solid #cecece;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.grid-contact {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  grid-template: "."
  / 1.5fr 3fr;
  align-content: start;
  align-items: start;
  justify-items: start;
}

.form-elements-wrap {
  width: 100%;
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.contact-info {
  width: 100%;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.hero-content-xs {
  width: 100%;
  height: 30vh;
  max-height: 300px;
  background-color: #565656;
  position: relative;
}

.footer {
  background-color: #f2f2f2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 70px;
  display: flex;
}

.values-container {
  width: 100%;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.carrer-outro-container {
  width: 100%;
  height: 550px;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.img-carrer-end {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-overlay-carrer-end {
  width: 60%;
  height: 100%;
  background-image: linear-gradient(to right, rgba(255, 255, 255, .9) 52%, rgba(255, 255, 255, 0));
  position: absolute;
  top: 0;
  left: 0;
}

.square-career-1 {
  width: 40px;
  height: 40px;
  background-color: #f2f2f2;
  position: absolute;
  top: 0;
  right: 0;
}

.square-career-3 {
  width: 20px;
  height: 20px;
  background-color: #fff;
  position: absolute;
  top: 50px;
  left: 0;
}

.square-career-2 {
  width: 20px;
  height: 20px;
  background-color: #c10830;
  position: absolute;
  top: 0;
  right: 0;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.submit-button {
  background-color: #000;
}

.del-trigger {
  width: 100%;
  height: 20px;
  position: absolute;
  top: 31px;
}

.img-svg-mask-building {
  width: 100%;
  height: 450px;
  color: #c10830;
  overflow: hidden;
}

.service-intro {
  width: 100%;
  grid-column-gap: 40px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.download-element {
  height: 70px;
  grid-column-gap: 20px;
  color: #2e2e2e;
  border-bottom: 1px solid #cecece;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 5px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.download-element:hover {
  background-color: #e6e6e6;
}

.img-wrap-outro {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.calender-container {
  width: 100%;
}

.calender-row {
  width: 100%;
  border-bottom: 1px solid #cecece;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 1rem;
  display: flex;
}

.calender-element-20 {
  width: 20%;
  min-width: 20%;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 5px;
  display: flex;
}

.calender-element-55 {
  width: 55%;
  min-width: 55%;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 5px;
  display: flex;
}

.calender-element-12 {
  width: 12.5%;
  min-width: 12.5%;
  justify-content: flex-end;
  align-items: center;
  padding: 15px 5px;
  display: flex;
}

.hero-slider-container, .hero-slides-container {
  width: 100%;
  height: 100%;
}

.hero-slide {
  width: 100%;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  position: relative;
}

.hero-slide-nav-container {
  height: 15px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
  bottom: 50px;
  left: 7.5%;
}

.hero-slide-nav-dot {
  width: 15px;
  height: 15px;
  background-color: #cecece;
  margin-right: 10px;
}

.hero-slide-nav-dot.nav-active {
  background-color: #c10830;
}

.search-container {
  position: relative;
}

.search-element {
  width: 100%;
  color: #2e2e2e;
  border-bottom: 1px solid #cecece;
  margin-bottom: 40px;
  padding-bottom: 40px;
  text-decoration: none;
}

.search-element.hidden, .search-empty.hidden {
  display: none;
}

.search-loading {
  width: 100%;
  height: 300px;
  background-color: rgba(255, 255, 255, .5);
  justify-content: center;
  align-items: center;
  display: flex;
}

.search-loading.hidden {
  display: none;
}

.loading-symbol {
  width: 50px;
  height: 50px;
  border: 4px solid #cecece;
  border-left-color: #c10830;
  border-radius: 50%;
}

.section-bg-2 {
  z-index: -1;
  width: auto;
  height: 70%;
  background-color: #f2f2f2;
  position: absolute;
  bottom: 0;
  left: -100vw;
  right: -100vw;
}

.span-bg {
  background-color: rgba(255, 255, 255, .8);
  padding: 5px 30px;
  display: inline-block;
}

.span-bg-red {
  color: #c10830;
  background-color: rgba(255, 255, 255, .8);
  padding: 5px 30px;
  display: inline-block;
}

.download-container {
  margin-bottom: 60px;
}

.file-item-container {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.file-dropzone-container {
  margin-bottom: 20px;
}

.file-error {
  color: #c10830;
}

.file-error.hidden {
  display: none;
}

.file-item {
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.remove {
  width: 50px;
  height: 50px;
  background-color: #c10830;
}

.file-success.hidden, .hidden {
  display: none;
}

.img-building-2 {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 50% 100%;
}

.building-container {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.exchange-container {
  width: 100%;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.form-exchange-container {
  flex-direction: column;
  margin-left: 80px;
  display: flex;
}

.form-exchange {
  grid-column-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.grid-exchange {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-areas: ". ."
                       ". ."
                       "Area Area";
}

.grid-exchange-sub {
  width: 620px;
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: repeat(auto-fit, minmax(200px, 200px));
  margin-left: 30px;
}

.link-2 {
  color: #2e2e2e;
  border-bottom: 1px solid #c10830;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 2px;
  text-decoration: none;
  display: flex;
}

.link-2.impress {
  display: inline-block;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs_trigger, .fs-cc-manager_trigger, .fs-cc-banner_trigger {
  display: none;
}

.img-kenter-exchange {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 100% 50%;
}

.img-kenter-exchange-2 {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.img-carrer-card {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.img-warp-training {
  width: 45%;
  height: 250px;
  min-width: 45%;
}

.form-loading {
  width: 100%;
  height: 100%;
  background-color: rgba(242, 242, 242, .75);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.form-loading.hidden {
  display: none;
}

.fs-cc-banner_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.fs-cc-prefs_space-small {
  margin-bottom: 12px;
}

.fs-cc-prefs_checkbox-field {
  width: 44px;
  height: 24px;
  background-color: #ccc;
  border-radius: 999px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 32px;
  margin-right: -8px;
  display: flex;
}

.fs-cc-prefs_form {
  width: 100%;
  height: 100%;
  max-height: 70vh;
  max-width: 576px;
  background-color: #fff;
  border-radius: 12px;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.fs-cc-prefs_component {
  z-index: 997;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 32px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-banner_container {
  width: 100%;
  max-width: 1000px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_button {
  background-color: #c10830;
  border: 2px #000;
  border-radius: 0;
  margin-right: 8px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 400;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #fff;
  border-top: 1px solid rgba(67, 83, 255, .16);
  padding: 24px 32px;
  display: none;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: 10px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  top: -12px;
  bottom: auto;
  left: auto;
  right: -12px;
  box-shadow: -1px 1px 12px rgba(51, 51, 51, .1);
}

.fs-cc-prefs_space-medium {
  margin-bottom: 40px;
}

.fs-cc-prefs_label {
  color: #c10830;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-banner_button {
  min-width: 140px;
  color: #fff;
  text-align: center;
  background-color: #c10830;
  border: 2px #4353ff;
  border-radius: 0;
  margin-left: 16px;
  padding: 10px 20px;
  font-size: 16px;
}

.fs-cc-prefs_close-icon {
  width: 16px;
  height: 16px;
  color: #021a7c;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(3, 5, 36, .6);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs_toggle {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 999px;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 24px;
}

.fs-cc-prefs_text {
  color: #021a69;
  font-size: 12px;
}

.fs-cc-prefs_title {
  color: #021a69;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-banner_text-link {
  color: #2e2e2e;
  border-bottom: 2px solid #c10830;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 40px 32px;
  overflow: scroll;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid rgba(51, 51, 51, .15);
  padding-top: 16px;
  padding-bottom: 16px;
}

.maps-placeholder {
  width: 100%;
  height: 100%;
  background-color: #f2f2f2;
  justify-content: center;
  align-items: flex-start;
  padding-top: 50px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.m-bot-20 {
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .nav-burger-wrap {
    cursor: pointer;
    display: flex;
  }

  .nav-content {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-bg-block.hidden {
    display: none;
  }

  .nav-link-wrap.nav-link-logo {
    z-index: 999;
  }

  .nav-link-wrap.nav-link-menu {
    width: 400px;
    height: 100vh;
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    opacity: 1;
    background-color: #fff;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 130px;
    padding-left: 5%;
    transition: transform .4s;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-105%);
  }

  .nav-link-wrap.nav-link-menu.menu-open {
    transform: none;
  }

  .nav-link {
    height: 40px;
  }

  .section.flex-h-t-r {
    justify-content: center;
    margin-top: 50px;
  }

  .section.flex-h-t-l {
    justify-content: center;
  }

  .section-content {
    width: 90%;
  }

  .section-content.content-extended, .section-content.content-extended-left {
    width: 90%;
    flex-wrap: wrap;
  }

  .hero-content {
    height: 80vh;
  }

  .text-container.text-container-mid {
    width: 100%;
    min-width: 0;
  }

  .text-container.text-container-50 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .text-container.text-container-50.text-container-intro {
    width: 100%;
    max-width: none;
    padding-right: 0;
  }

  .text-container.text-container-50.text-container-full-s {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .text-container.text-container-50.text-container-hero {
    left: 5%;
  }

  .text-container.text-container-50.text-container-hero-s {
    width: 90%;
    max-width: none;
    right: 5%;
  }

  .text-container.text-container-50.text-container-values {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .text-container.text-container-60 {
    width: 100%;
    min-width: 0;
  }

  .text-container.text-container-building {
    padding-left: 35px;
    padding-right: 35px;
  }

  .text-container.text-container-pp {
    width: 100%;
  }

  .grid-quicklinks {
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
    margin-top: 20px;
  }

  .empty-grid-element {
    display: none;
  }

  .img-wrap-50.img-wrap-carrer-team {
    width: 100%;
    height: 300px;
    order: -1;
  }

  .grid-awards {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .img-overlay-newsletter {
    width: 100%;
    background-image: linear-gradient(to right, rgba(255, 255, 255, .9) 75%, rgba(255, 255, 255, 0));
  }

  .footer-content {
    flex-wrap: wrap;
  }

  .img-wrap-50-extended {
    width: 100%;
  }

  .img-wrap-50-extended.img-wrap-building {
    order: -1;
  }

  .img-wrap-50-extended.img-wrap-exchange {
    width: 100vw;
    height: 470px;
    min-width: 100vw;
    left: -5.5%;
  }

  .square-intro-2, .square-intro-1 {
    display: none;
  }

  .dropdown.dropdown-awards {
    width: 100%;
    min-width: 0;
  }

  .dropdown.dropdown-service, .dropdown.dropdown-training {
    margin-left: 0;
  }

  .headline-wrap {
    max-width: none;
    margin-right: 0;
  }

  .card-container-sides {
    width: 50px;
  }

  .hero-content-s {
    height: 100vh;
    min-height: 600px;
  }

  .breadcrumb {
    border-top: 1px solid #cecece;
  }

  .breadcumb-content {
    width: 90%;
  }

  .content-column-20 {
    width: 100%;
  }

  .content-column-80 {
    width: 100%;
    border-left-style: none;
  }

  .grid-team {
    grid-template-columns: 1fr 1fr;
    justify-items: start;
    padding-left: 0;
  }

  .content-row {
    flex-wrap: wrap;
  }

  .content-column-30 {
    width: 100%;
    margin-bottom: 40px;
    padding-right: 0;
  }

  .content-column-30.column-left-m {
    padding-right: 0;
  }

  .content-column-30.column-right-m {
    margin-top: 40px;
    padding-left: 0;
  }

  .content-column-70 {
    width: 100%;
    border-left-style: none;
    padding-left: 0;
  }

  .content-column-70.column-right-m {
    border-left-style: none;
    padding-left: 0;
  }

  .content-column-70.column-left-m {
    border-right-style: none;
    padding-right: 0;
  }

  .hero-intro-bg-wrap {
    overflow: hidden;
  }

  .grid-quicklinks-full {
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 20px;
  }

  .carrer-intro, .content-container {
    flex-wrap: wrap;
  }

  .grid-benefits {
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .initive-container {
    flex-wrap: wrap;
    padding-left: 30px;
    padding-right: 30px;
  }

  .maps-code {
    height: 400px;
  }

  .contact-container {
    flex-wrap: wrap;
    padding-left: 40px;
    padding-right: 40px;
  }

  .maps-wrap {
    width: 100%;
  }

  .application-container {
    flex-wrap: wrap;
  }

  .form-row {
    grid-column-gap: 40px;
  }

  .content-column-40 {
    width: 100%;
    margin-bottom: 40px;
    padding-right: 0;
  }

  .content-column-60 {
    width: 100%;
    border-left-style: none;
    padding-left: 0;
  }

  .content-column-60.column-contact {
    padding-left: 0;
  }

  .contact-info {
    flex-wrap: wrap;
  }

  .hero-content-xs {
    height: 100vh;
  }

  .values-container {
    flex-direction: column;
  }

  .img-overlay-carrer-end {
    width: 100%;
    opacity: .76;
    background-image: linear-gradient(to right, rgba(255, 255, 255, .9) 75%, rgba(255, 255, 255, 0));
  }

  .img-svg-mask-building {
    height: 350px;
  }

  .calender-row {
    font-size: .75rem;
  }

  .img-building-2 {
    object-fit: contain;
    object-position: 50% 100%;
  }

  .exchange-container {
    flex-wrap: wrap;
  }

  .form-exchange-container {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5em;
  }

  .title-overline.overline-bg {
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-container.text-container-service {
    width: 100%;
    margin-bottom: 40px;
  }

  .text-container.flex-h-t-sb {
    flex-wrap: wrap;
  }

  .text-container.text-container-50.text-container-content-card {
    width: 100%;
  }

  .text-container.text-container-50.text-container-100-xs {
    width: 100%;
    max-width: none;
  }

  .text-container.text-container-building {
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .text-wrap.width-50 {
    width: 100%;
  }

  .grid-quicklinks {
    grid-template-columns: 1fr 1fr;
  }

  .img-wrap-50 {
    width: 100%;
    height: 300px;
    order: -1;
  }

  .img-wrap-50.img-wrap-values {
    height: auto;
    overflow: visible;
  }

  .img-wrap-50.img-wrap-building-extra {
    order: 1;
  }

  .grid-awards {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .img-newsletter {
    object-position: 60% 50%;
  }

  .img-overlay-newsletter {
    background-image: linear-gradient(to right, rgba(255, 255, 255, .9) 100%, rgba(255, 255, 255, 0));
  }

  .footer-nav-link-wrap {
    flex-wrap: wrap;
  }

  .img-wrap-50-extended.img-wrap-exchange {
    height: 400px;
  }

  .content-card {
    flex-wrap: wrap;
  }

  .hero-content-s {
    min-height: 720px;
  }

  .breadcumb-content {
    flex-wrap: wrap;
  }

  .partner {
    width: 100%;
    margin-bottom: 60px;
  }

  .img-warp-service {
    width: 100%;
  }

  .grid-quicklinks-full {
    grid-template-columns: 1fr 1fr;
  }

  .carrer-intro {
    padding: 49px 20px;
  }

  .content-container {
    flex-wrap: wrap;
  }

  .grid-benefits {
    grid-template-columns: 1fr 1fr;
  }

  .form-column-50 {
    width: 100%;
  }

  .form-select {
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
  }

  .form-row {
    flex-wrap: wrap;
  }

  .grid-contact {
    grid-template-columns: 1.5fr;
  }

  .form-elements-wrap, .values-container {
    flex-wrap: wrap;
  }

  .img-carrer-end {
    object-position: 60% 50%;
  }

  .img-overlay-carrer-end {
    width: 100%;
    background-image: linear-gradient(to right, rgba(255, 255, 255, .9) 100%, rgba(255, 255, 255, 0));
  }

  .service-intro {
    flex-wrap: wrap;
  }

  .building-container {
    flex-direction: column;
  }

  .grid-exchange {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         "."
                         "Area";
  }

  .grid-exchange-sub, .img-warp-training {
    width: 100%;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_button {
    margin-left: 0;
    margin-right: 8px;
  }

  .fs-cc-prefs_title {
    font-size: 20px;
  }

  .fs-cc-banner_text-link {
    margin-right: 8px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 1.75em;
  }

  .hero-img-wrap.hero-img-wrap-intro {
    height: 220px;
  }

  .img-hero.img-carrer {
    object-position: 36% 50%;
  }

  .img-hero.img-home {
    object-position: 63% 50%;
  }

  .title-overline.overline-bg {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1rem;
  }

  .button {
    width: 100%;
  }

  .h1 {
    font-size: 1.5em;
  }

  .text-container.text-container-50.text-container-hero {
    padding-right: 0;
    top: 220px;
    right: 5%;
  }

  .text-container.text-container-50.text-container-hero-s {
    width: 100%;
    min-height: 500px;
    position: relative;
    right: 0%;
  }

  .quicklink {
    padding: 15px 10px;
  }

  .img-wrap-50.img-wrap-building-extra {
    height: 200px;
  }

  .card {
    width: 90vw;
    max-width: 380px;
    min-width: 0;
  }

  .form-element.flex-h-t-l {
    flex-direction: column;
  }

  .social-media-container {
    width: 100%;
    align-items: flex-start;
    margin-top: 20px;
  }

  .footer-nav-link-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .img-wrap-50-extended.img-wrap-exchange {
    height: 250px;
  }

  .square-newsletter-1 {
    display: none;
  }

  .hero-content-s {
    height: auto;
    max-height: none;
  }

  .hero-content-s.hero-content-contact {
    max-height: 600px;
  }

  .img-svg-corner {
    height: 300px;
  }

  .grid-team {
    grid-template-columns: 1fr;
  }

  .card-team {
    width: 100%;
  }

  .service-overview {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-benefits {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .benefit {
    padding: 15px 10px;
  }

  .file-dropzone {
    padding-left: 0;
    padding-right: 0;
  }

  .form-application {
    width: 100%;
    flex-wrap: wrap;
  }

  .form-column-50, .form-contact {
    width: 100%;
  }

  .maps-overlay-wrap {
    display: none;
  }

  .grid-partner {
    grid-template-columns: 1fr;
  }

  .grid-contact {
    grid-template: "."
    / 4.5fr;
  }

  .hero-content-xs {
    height: auto;
  }

  .form-exchange {
    width: 100%;
    flex-wrap: wrap;
  }

  .grid-exchange-sub {
    margin-left: 0;
  }

  .fs-cc-banner_buttons-wrapper {
    width: 100%;
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
  }

  .fs-cc-prefs_component {
    padding: 24px;
  }

  .fs-cc-prefs_button {
    margin-bottom: 8px;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: 10px;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-prefs_content {
    padding: 24px;
  }
}

#w-node-_90f95dae-c000-46d1-2f9f-7df2be6094fc-6daa51ca, #w-node-_6037fff9-779e-c162-bbfe-13640e6f409b-6daa51ca, #w-node-_4368a7d3-11c5-b137-9b6a-cbc2a6fd6841-a1aa51cc, #w-node-_104729d0-d8ad-0ddc-268a-fb43ef1c8187-a1aa51cc, #w-node-_0754b563-5df8-1160-bce8-816d12124cc2-5faa51ce, #w-node-b84a2a73-4b9b-49e4-3df7-68aaf1317397-5faa51ce, #w-node-_5eafb97a-f147-c3ad-fedd-0afbd5a8db56-5faa51ce, #w-node-_06735ae1-05f5-4c81-1694-5f3aabe5dda3-5faa51ce, #w-node-_001778ac-2d3e-4ad2-7ebd-8454f8833185-5faa51ce, #w-node-_9c996f5f-aa56-f2a7-7cfb-8fcdc819f550-5faa51ce, #w-node-_57018555-2736-c885-2ced-772a931f1fe0-5faa51ce, #time-wrap2.w-node-_76689396-3eb9-c0dd-4741-8ea70216a70a-5faa51ce, #w-node-ead47651-1289-3808-460b-77c30dd63d6f-5faa51ce, #w-node-_4180291c-6c13-d1a8-64b1-557f21a9076b-5faa51ce, #w-node-d87673e7-b22a-2fa5-0fa7-ca17f679a930-12804c8c, #w-node-_7af1e354-906e-2446-ca0b-754784018db0-12804c8c, #w-node-_5719f00d-eabf-6337-f72f-55cbfa75a632-12804c8c, #w-node-_3257b8fc-2149-5cff-b625-94a6e37c3b27-12804c8c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_63c978df-56a9-bbd3-d1cc-ad473ff17375-12804c8c {
  grid-area: Area;
}

@media screen and (min-width: 1440px) {
  #contactSalutation.w-node-_995d9dbc-8c8c-0523-46de-2561cbe47d07-5faa51ce {
    align-self: auto;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_63c978df-56a9-bbd3-d1cc-ad473ff17375-12804c8c {
    grid-area: Area;
  }
}

@media screen and (max-width: 767px) {
  #time-wrap.w-node-_708394b0-1bb9-5c8a-2593-d879027ff0a8-5faa51ce {
    grid-area: 5 / 1 / 6 / 2;
  }

  #time-wrap2.w-node-_76689396-3eb9-c0dd-4741-8ea70216a70a-5faa51ce {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_63c978df-56a9-bbd3-d1cc-ad473ff17375-12804c8c {
    grid-area: 5 / 1 / 6 / 2;
  }
}


@font-face {
  font-family: 'Mulish';
  src: url('../fonts/Mulish-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mulish';
  src: url('../fonts/Mulish-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font awesome 6 free solid 900';
  src: url('../fonts/Font-Awesome-6-Free-Solid-900.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font awesome 6 brands 400';
  src: url('../fonts/Font-Awesome-6-Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}