:root {
  --light-blue: #1ab7ea;
  --off-white: #ffffff0d;
  --white: white;
  --none: black;
  --dark-blue: #121a3e;
  --baby-blue: #dde6eb;
  --dark-blue-200: #1ab7ea;
  --color: #17225a;
  --black-link: #ffffff80;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 2em;
  margin-bottom: 2em;
  font-family: Inter Variablefont Slnt Wght, sans-serif;
  font-size: 2vw;
  font-weight: 300;
  line-height: 1.2;
}

h3 {
  margin-top: 20px;
  margin-bottom: 2em;
  font-size: 1.8vw;
  font-weight: 400;
  line-height: 1.2;
}

p {
  margin-top: 2em;
  margin-bottom: 2em;
  line-height: 1.4;
}

a {
  color: var(--light-blue);
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

.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;
}

.lines-wrapp {
  justify-content: space-between;
  align-items: center;
}

.lines-wrapp._2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.p-img {
  z-index: 50;
  opacity: .26;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.p-img.white {
  opacity: .26;
  width: 100%;
  height: 100%;
}

.p-img.footer {
  opacity: 1;
  opacity: 1;
  inset: 0%;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  position: absolute;
  inset: 0%;
}

.menu {
  z-index: 101;
  background-color: var(--white);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding: 14px 80px;
  display: flex;
  position: absolute;
}

.menu.trans {
  background-color: var(--off-white);
}

.menu.fix {
  z-index: 1000;
  position: fixed;
}

.menu.fix.trans {
  background-color: var(--white);
}

.logo {
  width: 118px;
}

.logo.w--current {
  height: 24px;
}

.menu-btn {
  border: 1px solid var(--white);
  background-color: var(--light-blue);
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 11%;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.menu-btn.black {
  border-width: 1px;
  border-color: var(--off-white);
  width: auto;
  padding-left: 25px;
  padding-right: 25px;
}

.menu-btn.blue {
  border-color: var(--light-blue);
  background-color: var(--light-blue);
  color: var(--white);
  border-color: var(--light-blue);
  background-color: var(--light-blue);
  width: auto;
  padding: 16px 24px;
}

.button-nav-text {
  color: var(--white);
  font-size: 14px;
  font-weight: 400;
}

.button-nav-text.black {
  color: var(--white);
  border: 1px #00000005;
  font-size: 14px;
  line-height: 100%;
}

.button-nav-text.blue {
  color: var(--white);
}

.scroll-bar.black {
  margin-top: 2em;
  position: static;
}

.sc-bar-wrapp {
  display: flex;
}

.sc-bar-wrapp.white {
  font-size: 12px;
}

.scroll-txt {
  color: var(--white);
  margin-left: 2em;
  font-family: Robotomono Variablefont Wght, sans-serif;
}

.scroll-txt.black {
  color: var(--none);
  margin-left: 2em;
}

.footer {
  z-index: 0;
  background-color: var(--dark-blue);
  z-index: 0;
  background-color: var(--dark-blue);
  width: 100%;
  padding-bottom: 2em;
  display: block;
  position: relative;
  overflow: hidden;
}

.grid-7 {
  z-index: 111;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  padding-top: 5em;
  padding-left: 80px;
  padding-right: 80px;
  position: relative;
}

.footer-bars {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-block-4 {
  color: var(--white);
}

.footer-mini-bar {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 2em;
  display: flex;
}

.footer-link-txt {
  color: #fff6;
  font-weight: 300;
  line-height: 1.4;
  display: block;
}

.footer-link-txt.mb-16 {
  margin-bottom: 16px;
}

.grid-lines-gray {
  z-index: 93;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  pointer-events: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  padding-left: 80px;
  padding-right: 80px;
  position: absolute;
  inset: 0%;
}

.grid-8 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.footer-policy {
  margin-top: 6em;
}

.footer-line {
  background-color: #ffffff29;
  width: 100%;
  height: 1px;
}

.footer-policy-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 15px;
  display: flex;
}

.policy-cont {
  display: flex;
}

.policy-txt {
  color: var(--white);
  font-size: .9vw;
  font-weight: 200;
}

.legal-txt {
  color: var(--white);
  margin-left: 20px;
  font-size: .9vw;
  font-weight: 200;
}

.legal-txt.display-none {
  display: none;
}

.partners-txt {
  color: var(--white);
  font-weight: 200;
}

.footer-links-bar {
  border-bottom: 1px solid #383f5d;
  width: 100%;
  margin-top: auto;
  padding-bottom: 24px;
}

.footer-link {
  color: var(--white);
  font-weight: 300;
}

.text-blog {
  color: var(--dark-blue-200);
  font-size: 24px;
  line-height: 150%;
}

.text-blog.text-black {
  color: var(--none);
  margin-top: 0;
  font-family: Inter Variablefont Slnt Wght, sans-serif;
  line-height: 150%;
}

.text-blog.text-white {
  color: var(--white);
}

.blog-bg {
  background-color: var(--baby-blue);
  padding: 147px 80px 40px;
  position: relative;
}

.blog-bg.neg-bm {
  padding-bottom: 60px;
}

.black-op-line.left, .black-op-line.right {
  background-color: #00000014;
}

.black-op-line {
  background-color: #00000014;
  width: 1px;
  height: 100%;
}

.black-op-line.left, .black-op-line.right, .black-op-line.left, .black-op-line.right {
  background-color: #00000014;
}

.blog-all-heading {
  z-index: 111;
  position: relative;
}

.heading-8 {
  flex-flow: wrap;
  margin-top: 0;
  margin-right: 20px;
  padding-right: 60px;
  font-family: Inter Variablefont Slnt Wght, sans-serif;
  font-size: 2.5vw;
  font-weight: 400;
  line-height: 1.2;
  display: flex;
}

.header-small-line {
  background-color: var(--white);
  width: 2px;
  height: 1em;
}

.header-small-line.black {
  background-color: var(--none);
  background-color: var(--none);
}

.collection-list-wrapper-news {
  flex-flow: row;
}

.collection-list-wrapper-news.full-width {
  width: 100%;
}

.collection-list-news {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list-news.layout-flex {
  display: flex;
}

.collection-list-news.layout-flex.fullpwidth {
  width: 100%;
}

.collection-list-news.one-row {
  grid-column-gap: 16px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  width: 100%;
}

.collection-item-news {
  padding-left: 0;
  padding-right: 0;
}

.p-f {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.footer-links {
  color: var(--black-link);
}

.footer-links.white {
  color: var(--white);
}

.blue {
  color: var(--light-blue);
}

.footer__ln {
  color: var(--white);
  border: 1px solid #ffffff29;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-top: 24px;
  padding: 5px;
  transition: background-color .2s, color .2s;
  display: flex;
}

.footer__ln:hover {
  background-color: var(--white);
  color: var(--dark-blue-200);
}

.blog-details-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: var(--light-blue);
  justify-content: flex-start;
  align-items: center;
  margin-top: 24px;
  font-size: 14px;
  display: flex;
}

.blog-details-wrapper.tm-40 {
  margin-top: 40px;
}

.blog-details-wrapper.tm-24 {
  margin-top: 16px;
}

.content-wrapper {
  padding-left: 80px;
  padding-right: 80px;
}

.link-block-wrapper {
  aspect-ratio: auto;
  background-color: var(--dark-blue);
  color: var(--none);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  text-decoration: none;
  display: flex;
}

.link-block-wrapper.card {
  justify-content: flex-start;
  align-items: center;
  margin-top: 1em;
  margin-left: 0;
  display: flex;
  position: static;
}

.link-block-wrapper.card.introduction-section {
  display: none;
}

.link-block-wrapper.bm-16 {
  margin-bottom: 16px;
}

.section.dark-bg {
  background-color: var(--dark-blue);
}

.section.dark-bg.tp-80 {
  padding-top: 80px;
}

.section.dark-bg.tp-80.bp-107 {
  padding-bottom: 107px;
}

.section.tp-40 {
  padding-top: 40px;
}

.section.tp-40.bp-56 {
  padding-bottom: 56px;
}

.blog-details-text {
  font-family: Robotomono Variablefont Wght, sans-serif;
  line-height: 100%;
}

.blog-par {
  color: #ffffffb3;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 140%;
}

.blog-par.limit-three-rows {
  margin-top: 20px;
}

.tag-news {
  color: #b8bac5;
  border: 1px solid #b8bac5;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  padding: 8px 12px;
  font-size: 12px;
  line-height: 100%;
  display: flex;
}

.tag-news.small-padding {
  margin-bottom: 6px;
}

.div-block-31 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.right-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.language-link {
  color: var(--white);
  background-color: #1ab7ea;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 45px;
  padding: 16px;
  font-size: 14px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

.language-link:hover {
  color: var(--white);
  background-color: #12a4d3;
}

.language-link.w--current {
  background-color: #1ab7ea;
  padding: 16px;
  font-size: 14px;
}

.language-link.w--current:hover {
  background-color: #12a4d3;
}

.language-toggle {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border: 1px none var(--none);
  background-color: var(--light-blue);
  color: var(--white);
  -webkit-text-stroke-color: var(--none);
  border-radius: 2px;
  justify-content: flex-start;
  align-items: center;
  padding: 16px 6px 16px 8px;
  font-size: 14px;
  transition: all .2s;
  display: flex;
}

.language-list {
  background-color: #d99f9f;
}

.language-list.w--open {
  background-color: #fff0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  min-width: 143px;
  padding: 20px 0 0;
  top: 40px;
  left: -80px;
  right: auto;
}

.plus-wrapper {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
  position: relative;
}

.line-vertical {
  background-color: var(--white);
  width: 1.5px;
  height: 10px;
}

.line-horizontal {
  background-color: var(--white);
  width: 10px;
  height: 1.5px;
  position: absolute;
}

.text-block-18 {
  font-size: 14px;
}

.embed-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 3.2vw;
  }

  p {
    margin-top: 4em;
    margin-bottom: 4em;
    font-size: 1.8vw;
  }

  .header-section {
    z-index: 80;
    min-height: 110vh;
    overflow: hidden;
  }

  .grid-lines {
    pointer-events: none;
    padding-left: 40px;
    padding-right: 40px;
  }

  .lines-wrapp._5, .lines-wrapp._6 {
    display: none;
  }

  .lines-wrapp._2 {
    display: flex;
  }

  .lines-wrapp._5, .lines-wrapp._6 {
    display: none;
  }

  .p-img {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .p-img.white {
    width: 100%;
    height: 100%;
    inset: 0%;
  }

  .p-img.footer {
    height: 100%;
    inset: 20% 0% 0%;
    overflow: visible;
  }

  .menu {
    z-index: 101;
    padding-left: 40px;
    padding-right: 40px;
  }

  .menu.fix {
    z-index: 1000;
    background-color: #fff;
  }

  .menu.trans {
    background-color: #0000;
  }

  .logo.w--current {
    width: 110px;
    height: 22px;
  }

  .menu-btn {
    width: 25%;
  }

  .menu-btn.blue {
    font-size: 14px;
  }

  .menu-btn.trans {
    background-color: var(--off-white);
  }

  .button-nav-text {
    font-size: 14px;
  }

  .header-cont {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr .25fr .25fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    max-height: 100%;
    display: flex;
  }

  .header-wrapp {
    z-index: 80;
    padding-left: 40px;
    padding-right: 40px;
  }

  .header-text-wrapp {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .header-large {
    font-size: 5.8vw;
  }

  .header-large.d {
    display: block;
  }

  .emty, .emty._1 {
    display: none;
  }

  .emty._1 {
    display: none;
  }

  .emty._2 {
    display: block;
  }

  .headers-bars {
    padding-top: 6em;
  }

  .headers-bars.hide {
    display: none;
  }

  .h-bar {
    margin-bottom: 35px;
  }

  .h-bar.t {
    display: none;
  }

  .h-bar.d {
    display: flex;
  }

  .bar-line {
    height: 1.8em;
  }

  .bar-txt {
    font-size: 1.8vw;
  }

  .scroll-bar {
    align-self: flex-end;
  }

  .scroll-txt {
    font-size: 1.8vw;
  }

  .scroll-txt.black {
    font-size: 1.4vw;
  }

  .header-grid-wrapp {
    height: auto;
    min-height: 100%;
  }

  .factors-section {
    padding-left: 40px;
    padding-right: 40px;
    overflow: hidden;
  }

  .key-f-grid {
    pointer-events: auto;
    grid-template-columns: 1fr .75fr 1fr;
    margin-top: 2em;
  }

  .factors-cards {
    grid-template-columns: 1fr 1fr;
    margin-top: 4em;
  }

  .about-us-div {
    display: none;
  }

  .about-us-div.t {
    display: block;
  }

  .about-us-div.t.hide {
    display: none;
  }

  .small-blue-text {
    font-size: 1.4vw;
  }

  .card.left {
    height: 22em;
    position: relative;
  }

  .card.left.white-blue {
    padding-bottom: 24px;
  }

  .card-num.white._1, .card-num.t {
    display: none;
  }

  .card-num.t.white.mob, .card-num.t.black.mob {
    display: block;
  }

  .card-num.white._1, .card-num.t {
    display: none;
  }

  .card-num.t.white.mob, .card-num.t.black.mob, .card-num.t.white.mob, .card-num.t.white.mob, .card-num.t.black.mob, .card-num.t.black.mob {
    display: block;
  }

  .card-num.black_key {
    display: none;
  }

  .card-num.black_key.mob {
    display: block;
  }

  .card-heading {
    position: relative;
  }

  .card-heading.mg-dif {
    margin-top: 0;
  }

  .card-h, .card-h.white-txt, .card-h.white-txt {
    font-size: 24px;
  }

  .image-sec {
    background-position: 50%;
    background-size: cover;
    height: 60vh;
    overflow: hidden;
  }

  .introduction-section {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .grid-3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    padding-left: 40px;
    padding-right: 40px;
  }

  .grid-4 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .intro-cont.white {
    flex-flow: column;
    padding-bottom: 10%;
  }

  .intro-cont.white-blue {
    padding-left: 40px;
    padding-right: 40px;
  }

  .intro-image {
    width: 35vw;
    position: absolute;
    inset: 70% auto 0% 0%;
  }

  .inro-text-wrapp {
    justify-content: center;
    align-items: flex-end;
    margin-right: 0;
    padding-bottom: 0;
  }

  .inro-text-wrapp._2 {
    justify-content: center;
    align-items: flex-end;
    padding-top: 0%;
    padding-bottom: 4em;
  }

  .intro-p._1, .intro-p._2, .intro-p._1, .intro-p._2 {
    margin-bottom: 2em;
  }

  .p {
    font-size: 2.2vw;
  }

  .intro-p-wrapper._2 {
    width: 100%;
    margin-top: 5em;
  }

  .intro-p-wrapper._1 {
    width: 100%;
  }

  .intro-down {
    position: relative;
  }

  .intro-large-txt {
    right: -7%;
  }

  .text-block-3 {
    font-size: 25vw;
  }

  .intro-p-down.large {
    font-size: 2.2vw;
  }

  .intro-p-down.small {
    font-size: 2vw;
  }

  .intro-p-down.small.white-txt {
    opacity: .43;
    opacity: .43;
    margin-top: 1.4em;
    margin-bottom: 0;
  }

  .grid-6 {
    grid-template-columns: 1fr 1fr;
    padding-left: 40px;
    padding-right: 40px;
  }

  .practice-tabs._2 {
    margin-top: 45%;
  }

  .practice-tabs._3 {
    margin-top: 30%;
  }

  .practice-tabs._4 {
    margin-top: 75%;
  }

  .practice-lagre.left {
    font-size: 25vw;
  }

  .practice-tabs-line {
    height: 1.5em;
  }

  .practice-tabs-num {
    font-size: 2.2vw;
  }

  .practise-tabs._1 {
    margin-top: 10%;
  }

  .practise-tabs-heading {
    font-size: 2.4vw;
  }

  .practise-p {
    font-size: 2.2vw;
  }

  .footer {
    padding-bottom: 40px;
  }

  .grid-7 {
    flex-flow: column;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .text-block-4, .footer-link-txt {
    font-size: 1.8vw;
  }

  .footer-link-txt.modal {
    font-size: 16px;
  }

  .grid-lines-gray {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 100%;
    height: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .grid-lines-main {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-left: 40px;
    padding-right: 40px;
  }

  .grid-8 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-cont-wrapper {
    margin-top: 2em;
  }

  .policy-txt, .legal-txt, .partners-txt, .footer-link {
    font-size: 1.8vw;
  }

  .footer-link.modal {
    font-size: 16px;
  }

  .people-feedback-section {
    z-index: 95;
    overflow: hidden;
  }

  .grid-lines-two {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    padding-left: 40px;
    padding-right: 40px;
  }

  .people-grid-cont {
    margin-left: 40px;
    margin-right: 40px;
  }

  .countires.first {
    width: 30%;
  }

  .text-block-5.black {
    font-size: 1.8vw;
  }

  .contact-line.black {
    height: 3em;
  }

  .countries-txt {
    flex: none;
    font-size: 1.8vw;
    line-height: 1.2;
  }

  .people-heading {
    font-size: 4vw;
  }

  .p-large {
    font-size: 2vw;
  }

  .p-small {
    font-size: 1.8vw;
  }

  .tabs-menu {
    flex-flow: column;
    width: 30%;
  }

  .tabs {
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .tabs-content {
    flex: 0 auto;
    width: 60%;
    margin-left: 0;
  }

  .heading-wrapp {
    margin-left: 0;
  }

  .tab-cont {
    width: 100%;
    margin-bottom: auto;
  }

  .say-btn {
    width: 5em;
    height: 5em;
  }

  .say-btn-line.horizontal {
    width: 2em;
  }

  .say-btn-line.vertical {
    height: 2em;
  }

  .text-block-7 {
    font-size: 1.8vw;
  }

  .person-picture {
    width: 10em;
    height: 10em;
  }

  .person-name-txt, .partner-txt {
    font-size: 1.8vw;
  }

  .swiper-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .swiper-wrapper.is-team {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .swiper-slide.blog {
    width: 33.33%;
    margin-right: .5em;
  }

  .side-slider {
    overflow: scroll;
  }

  .slider-right {
    width: 60%;
    padding-left: 8em;
    padding-right: 8em;
  }

  .slider-btn-close {
    width: 5em;
    height: 5em;
    transform: rotate(45deg);
  }

  .slider-btn-line.horizontal {
    width: 1.8em;
    height: 1px;
  }

  .slider-btn-line.vertical {
    width: 1px;
    height: 1.8em;
  }

  .text-block-11, .text-block-12 {
    font-size: 2.5vw;
  }

  .rich-text p, .rich-text blockquote, .rich-text p, .rich-text blockquote {
    font-size: 16px;
    line-height: 150%;
  }

  .map-section {
    padding-bottom: 4em;
  }

  .map {
    pointer-events: none;
  }

  .map-grid {
    pointer-events: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .map-tab {
    font-size: 1.8vw;
    line-height: 1.2;
  }

  .map-tab-txt.h-ba, .map-tab-txt.h-cr, .map-tab-txt.h-sr, .map-tab-txt.h-sl, .map-tab-txt.h-au, .map-tab-txt.h-ba, .map-tab-txt.h-cr, .map-tab-txt.h-sr, .map-tab-txt.h-sl, .map-tab-txt.h-au, .map-tab-txt-b {
    font-size: 1.8vw;
  }

  .map-tab-images {
    display: none;
  }

  .tab-txt-div {
    line-height: 1.2;
  }

  .blog-section {
    overflow: hidden;
  }

  .blog-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .collection-item-2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .collection-item-2:nth-child(2n) {
    margin-left: 0;
    margin-right: 0;
  }

  .collection-list {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .blog-card {
    justify-content: center;
    align-items: center;
  }

  .blog-card.full-width, .image-9 {
    width: 100%;
  }

  .text-blog {
    text-align: center;
    margin-top: 16px;
  }

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

  .text-blog.text-white.limit-three-rows {
    text-align: left;
    text-align: left;
    margin-top: 0;
  }

  .blog-card-date {
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 1.2vw;
  }

  .blog-card-line._1, .blog-card-line._2, .blog-card-line._1, .blog-card-line._2 {
    height: 2em;
  }

  .min-read, .blog-card-date-txt {
    font-size: 1.6vw;
  }

  .blog-section-heading {
    margin-bottom: 4em;
  }

  .heading-7 {
    font-size: 4.2vw;
  }

  .blog-bg {
    padding-bottom: 6em;
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-8 {
    font-size: 2.2vw;
  }

  .header-small-line {
    height: 1.4em;
  }

  .collection-list-wrapper-news.full-width {
    width: 100%;
  }

  .collection-list-news {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .collection-item-news {
    width: 100%;
  }

  .collection-list-wrapper-2 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .collection-list-3 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .blog-featured-wrapper {
    width: 45%;
  }

  .collection-item {
    padding-left: 40px;
    padding-right: 40px;
  }

  .blog-temp-h-img {
    width: 100%;
    top: 8em;
  }

  .rich-text-block {
    width: 100%;
  }

  .grid-9 {
    pointer-events: none;
    grid-template-columns: .25fr .25fr .25fr .25fr;
  }

  .rich-text-block-2 {
    width: 100%;
  }

  .collection-list-wrapper-5 {
    margin-top: 2em;
  }

  .collection-list-5 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .similar-section {
    margin-left: 40px;
    margin-right: 40px;
  }

  .similar-wrapper-text {
    width: 100%;
  }

  .similar-news__heading {
    text-align: left;
    font-size: 4vw;
  }

  .blog-grid-wrapper {
    padding-top: 100px;
  }

  .p-d {
    top: 0%;
  }

  .cover-image-embed {
    height: 100%;
  }

  .news-link {
    font-size: 2.2vw;
  }

  .p-f {
    height: 100%;
    inset: 0%;
  }

  .map-tabb-heading {
    font-size: 1.8vw;
    line-height: 1.2;
  }

  .header__large-new {
    order: 1;
    font-size: 5.8vw;
  }

  .header__large-new.mb-24 {
    width: 60%;
  }

  .para__head.mb-20 {
    order: -1;
    margin-bottom: 20px;
  }

  .tab__menu {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
    overflow: scroll;
  }

  .o-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .pane__wrapp {
    width: auto;
  }

  .para__small.width-50 {
    width: 100%;
  }

  .tab__link {
    flex: none;
    width: 30%;
  }

  .practise_section {
    padding: 12em 40px;
    overflow: hidden;
  }

  .card_practise.left {
    height: auto;
    min-height: 300px;
    position: relative;
  }

  .card_practise.left.white-blue {
    border-width: 1px;
    border-color: black var(--black-link) var(--black-link);
    padding-bottom: 24px;
  }

  .card_practise.left._1 {
    border-color: var(--black-link);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-style: solid;
    border-right-width: 1px;
    border-radius: 0;
    justify-content: space-between;
    align-items: flex-start;
  }

  .card_practise.left._4 {
    border-color: var(--black-link);
    border-top-style: solid;
    border-top-width: 1px;
    border-radius: 0;
  }

  .practise_cards {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    margin-top: 4em;
    display: flex;
  }

  .overlay_practise {
    border-right: 1px solid var(--black-link);
    border-bottom: 1px solid var(--black-link);
    border-left: 1px solid var(--black-link);
    height: 101%;
    inset: 0%;
  }

  .card_heading {
    position: relative;
  }

  .practise_heading {
    width: auto;
  }

  .footer__ln.last.static {
    margin-top: 0;
  }

  .map__text {
    max-width: 50%;
    margin-bottom: 20px;
    margin-left: 40px;
    position: static;
  }

  .paragraph__map {
    font-size: 32px;
    line-height: 120%;
  }

  .card-practise, .card-practise.white-txt, .card-practise.white-txt {
    font-size: 2.2vw;
  }

  .o-container-legal {
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .para__legal-wrap.align-left.mb-10 {
    max-width: none;
    margin-right: 0;
  }

  .image__desc.hide {
    display: none;
  }

  .image__mob.hide {
    width: 300px;
    display: inline-block;
  }

  .div-block-24 {
    margin-top: 32px;
    padding-bottom: 32px;
  }

  .nav-button__text {
    font-size: 1.8vw;
  }

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

  .pp-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-temp-cont-copy {
    padding-left: 40px;
    padding-right: 40px;
  }

  .collection-list-multiple-austria {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .collection-list-multiple-austria.one-row {
    grid-template-rows: auto;
  }

  .blog-heading {
    margin-bottom: 24px;
  }

  .blog-featured-text-wrapper {
    width: 45%;
  }

  .blog-featured-text-wrapper.full-width {
    width: 100%;
  }

  .blog-featured-wrap.one-col {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .blog-details-wrapper, .blog-details-wrapper.tm-40 {
    margin-top: 16px;
  }

  .blog-details-wrapper.tm-40 {
    margin-top: 16px;
  }

  .blog-details-wrapper.tm-24 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 16px;
  }

  .blog-text {
    width: 100%;
  }

  .content-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .collection-list.gap-16 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .multiple-blog-section-austria.dark-bg.tp-80 {
    padding-top: 40px;
  }

  .multiple-blog-section-austria.dark-bg.tp-80.bp-107 {
    padding-bottom: 56px;
  }

  .multiple-blog-section-serbia.dark-bg.tp-80 {
    padding-top: 40px;
  }

  .multiple-blog-section-serbia.dark-bg.tp-80.bp-107 {
    padding-bottom: 56px;
  }

  .multiple-blog-section-bih.dark-bg.tp-80 {
    padding-top: 40px;
  }

  .multiple-blog-section-bih.dark-bg.tp-80.bp-107 {
    padding-bottom: 56px;
  }

  .multiple-blog-section-croatia.dark-bg.tp-80 {
    padding-top: 40px;
  }

  .multiple-blog-section-croatia.dark-bg.tp-80.bp-107 {
    padding-bottom: 56px;
  }

  .collection-link-block {
    width: 100%;
  }

  .flex.close-modal {
    justify-content: center;
    align-items: center;
    display: inline-flex;
    position: relative;
    top: 0;
    left: 0;
  }

  .map-info.typo--white-op.tm-20.white {
    opacity: .7;
    color: var(--white);
    opacity: .7;
    opacity: .7;
    font-size: 16px;
    line-height: 1.5;
  }

  .map-info.typo--white.tm-20.white {
    color: var(--white);
    font-size: 16px;
    line-height: 1.5;
  }

  .map-modal {
    z-index: 500;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: var(--dark-blue);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100vw;
    height: 100vh;
    margin-left: 0;
    margin-right: 0;
    padding-top: 90px;
    padding-left: 40px;
    padding-right: 40px;
    display: none;
    position: fixed;
    inset: 0%;
    overflow: hidden;
  }

  .map-modal-image {
    width: 50%;
    margin-top: 0;
  }

  .name-modal-wrapper {
    color: var(--white);
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-bottom: 12px;
    font-size: 20px;
    display: flex;
  }

  .author-text {
    font-size: 14px;
  }

  .author-wrapper {
    margin-left: 0;
    margin-right: 0;
    font-size: 14px;
  }

  .language-toggle {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 4.8vw;
  }

  h3 {
    font-size: 4.5vw;
  }

  p {
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 3vw;
  }

  .grid-lines {
    position: relative;
  }

  .lines-wrapp._4 {
    display: none;
  }

  .menu {
    z-index: 101;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-cont-wrapp {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-btn {
    width: 33.33%;
  }

  .menu-btn.trans {
    background-color: var(--off-white);
    background-color: var(--off-white);
  }

  .button-nav-text {
    font-size: 14px;
  }

  .button-nav-text.black {
    font-size: 2.3vw;
  }

  .header-wrapp {
    z-index: 90;
    padding-top: 22em;
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-large.d {
    font-size: 6.4vw;
  }

  .bar-line {
    height: 2.2em;
  }

  .bar-txt, .scroll-txt {
    font-size: 2.2vw;
  }

  .scroll-txt.black {
    margin-left: 1em;
    font-size: 2.2vw;
  }

  .factors-section {
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }

  .factors-cards {
    display: block;
  }

  .about-us-div {
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 32px;
    display: flex;
  }

  .cards-vertical.one {
    padding-right: 0;
    display: block;
  }

  .cards-vertical.two {
    grid-template-rows: auto auto;
    display: block;
  }

  .card.left {
    height: 45em;
    display: flex;
  }

  .card.left.emty {
    display: none;
  }

  .card-number {
    display: flex;
    position: relative;
  }

  .card-num.t {
    font-size: 3.2vw;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .card-num.t.white {
    display: block;
  }

  .card-num._1 {
    font-size: 3.2vw;
    display: none;
  }

  .card-h {
    font-size: 4vw;
  }

  .image-sec, .introduction-section {
    overflow: hidden;
  }

  .intro-h {
    margin-top: 0;
    margin-bottom: 0;
  }

  .intro-cont.white {
    padding-bottom: 35%;
  }

  .intro-image {
    width: 40vw;
    top: 80%;
    left: auto;
  }

  .inro-text-wrapp {
    justify-content: center;
    align-items: flex-start;
  }

  .inro-text-wrapp._2 {
    justify-content: center;
    align-items: flex-start;
    padding-top: 40%;
  }

  .p {
    font-size: 2.8vw;
  }

  .p.new {
    margin-top: 0;
  }

  .intro---wrapp {
    width: 100%;
    margin-top: 5%;
  }

  .intro-down {
    padding-left: 40px;
    padding-right: 40px;
  }

  .grid-5 {
    margin-top: 30%;
    padding-left: 0;
    padding-right: 0;
  }

  .intro-large-txt {
    right: -5%;
  }

  .text-block-3 {
    font-size: 28vw;
  }

  .intro-down-txt._1, .intro-down-txt._2, .intro-down-txt._1, .intro-down-txt._2 {
    width: 100%;
  }

  .intro-p-down.large {
    margin-top: 2em;
    margin-bottom: 0;
    font-size: 2.5vw;
  }

  .intro-p-down.small {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2.5vw;
  }

  .intro-p-down.small.white-txt {
    opacity: .44;
    opacity: .44;
    margin-top: 1.4em;
  }

  .grid-6 {
    grid-template-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .practice-tabs._2, .practice-tabs._3, .practice-tabs._4, .practice-tabs._2, .practice-tabs._3, .practice-tabs._4 {
    margin-top: 15%;
  }

  .practice-tabs-line {
    height: 2.8em;
  }

  .practice-tabs-num {
    font-size: 2.6vw;
  }

  .practise-tabs-heading {
    font-size: 2.8vw;
  }

  .practise-p {
    font-size: 2.6vw;
  }

  .grid-7 {
    padding-top: 20%;
  }

  .footer-bars {
    margin-top: 5em;
  }

  .text-block-4, .footer-link-txt {
    font-size: 2.5vw;
  }

  .grid-lines-gray, .grid-lines-main {
    grid-template-columns: 1fr 1fr 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .footer-cont-wrapper, .footer-policy {
    margin-top: 10%;
  }

  .policy-txt, .legal-txt, .partners-txt, .footer-link {
    font-size: 2.5vw;
  }

  .people-feedback-section {
    overflow: hidden;
  }

  .countires.first {
    display: none;
  }

  .countries-txt {
    font-size: 2.1vw;
  }

  .people-heading {
    font-size: 5vw;
  }

  .p-large {
    font-size: 3vw;
  }

  .p-small {
    font-size: 2.5vw;
  }

  .tabs-menu {
    flex-flow: row;
    justify-content: space-between;
    width: 100%;
    min-width: auto;
    display: flex;
    overflow: scroll;
  }

  .tabs {
    display: block;
  }

  .tabs-content, .tab-cont {
    width: 100%;
  }

  .tabs-link {
    flex: none;
  }

  .say-btn {
    width: 6em;
    height: 6em;
  }

  .text-block-7 {
    font-size: 2.2vw;
  }

  .slider-black-line {
    width: 33.33%;
  }

  .person-name-txt, .partner-txt {
    font-size: 2.5vw;
  }

  .swiper-wrapper.is-team {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .swiper-slide.blog {
    width: 100%;
  }

  .swiper-button__wrap {
    justify-content: center;
    align-items: center;
    top: 0;
  }

  .swiper-button.swiper-btn-prev {
    width: 6em;
    height: 6em;
  }

  .swiper-button.swiper-btn-prev.white {
    width: 7em;
    height: 7em;
  }

  .swiper-button.swiper-btn-prev.white.new {
    width: 4em;
    height: 4em;
  }

  .swiper-button.swiper-btn-next {
    width: 6em;
    height: 6em;
  }

  .swiper-button.swiper-btn-next.white {
    width: 7em;
    height: 7em;
  }

  .swiper-button.swiper-btn-next.white.new {
    width: 4em;
    height: 4em;
  }

  .slider-right {
    width: 100%;
    padding-top: 12em;
    padding-left: 12em;
    padding-right: 12em;
  }

  .slider-btn-close {
    width: 8em;
    height: 8em;
  }

  .slider-btn-line.horizontal {
    width: 3em;
  }

  .slider-btn-line.vertical {
    height: 3em;
  }

  .slider-text-cont {
    margin-top: 10%;
  }

  .text-block-11, .text-block-12 {
    font-size: 4vw;
  }

  .map-section {
    flex-flow: column;
  }

  .map {
    pointer-events: auto;
    width: 150%;
  }

  .map__state.de {
    width: 25em;
    margin-top: 20em;
    margin-left: 5.2em;
    display: block;
  }

  .map__state.sl {
    width: 8em;
    margin-top: 55em;
    margin-left: 30em;
    display: flex;
  }

  .map__state.au {
    width: 25em;
    margin-top: 47em;
    margin-left: 15em;
    display: flex;
  }

  .map__state.hr {
    width: 19.8em;
    margin-top: 55em;
    margin-left: 30em;
    display: flex;
  }

  .map__state.ba {
    width: 14em;
    margin-top: 60em;
    margin-left: 37.2em;
    display: flex;
  }

  .map__state.sr {
    width: 15em;
    margin-top: 57em;
    margin-left: 48.6em;
    display: flex;
  }

  .image-8 {
    width: 100%;
  }

  .map-grid {
    grid-template-columns: 1fr;
    position: relative;
  }

  .map-tabs {
    padding-top: 0;
  }

  .map-tab {
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    display: flex;
  }

  .map-tab-txt.h-ba, .map-tab-txt.h-cr, .map-tab-txt.h-sr, .map-tab-txt.h-sl, .map-tab-txt.h-de, .map-tab-txt.h-au, .map-tab-txt.h-ba, .map-tab-txt.h-cr, .map-tab-txt.h-sr, .map-tab-txt.h-sl, .map-tab-txt.h-de, .map-tab-txt.h-au, .map-tab-txt-b {
    font-size: 2.5vw;
  }

  .blog-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .collection-item-2 {
    width: 100%;
  }

  .collection-list {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .blog-card {
    overflow: hidden;
  }

  .image-9 {
    width: 100%;
  }

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

  .min-read, .blog-card-date-txt {
    font-size: 2.2vw;
  }

  .blog-bg {
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-bg.onmob-tp {
    padding-top: 20em;
  }

  .heading-8 {
    font-size: 4.5vw;
  }

  .header-small-line {
    height: 2.2em;
  }

  .header-small-line.black {
    height: 2.5em;
  }

  .blog-featured {
    flex-flow: column-reverse;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-featured {
    flex: 1;
  }

  .collection-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-9, .grid-ab {
    display: none;
  }

  .swiper-button__wrapp {
    padding-left: 1em;
    padding-right: 1em;
  }

  .similar-section {
    margin-left: 20px;
    margin-right: 20px;
  }

  .similar-news__heading {
    font-size: 5vw;
  }

  .map-tabb-heading {
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    display: flex;
  }

  .header__large-new.mb-24 {
    margin-bottom: 0;
  }

  .tab__menu {
    width: auto;
  }

  .o-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pane__wrapp {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 32px;
  }

  .pane__text-wrapp {
    width: 100%;
  }

  .pane__text-wrapp.m-100 {
    width: auto;
  }

  .tab__content {
    display: flex;
  }

  .cards_vertical-practise.two {
    grid-template-rows: auto auto;
    display: block;
  }

  .practise_section {
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }

  .cards-vertical-copy.one {
    padding-right: 0;
    display: block;
  }

  .card_practise.left {
    height: 45em;
    display: flex;
  }

  .practise_cards {
    display: block;
  }

  .practise_heading {
    width: auto;
  }

  .practise-h {
    margin-top: 0;
    margin-bottom: 0;
  }

  .map__text {
    max-width: 100%;
  }

  .card-practise {
    font-size: 4vw;
  }

  .pane__text-wrapp-big {
    width: 100%;
  }

  .o-container-legal {
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .h1_legal-wrap.mb-72 {
    text-align: center;
    text-align: center;
  }

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

  .para__legal {
    font-size: 16px;
  }

  .h2_legal-wrap.mb-24 {
    text-align: center;
    text-align: center;
  }

  .o-container-le {
    text-align: left;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-24 {
    z-index: 50;
    position: relative;
  }

  .nav-button__text {
    font-size: 2.3vw;
  }

  .blog-temp-cont-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-heading {
    line-height: 120%;
  }

  .blog-featured-wrap {
    flex-flow: column-reverse;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .blog-featured-wrap.one-col {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .blog-details-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .blog-text.big {
    width: 100%;
  }

  .content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .single-blog-layout-austria, .single-blog-layout-serbia, .single-blog-layout-bih, .single-blog-layout-croatia {
    padding-top: 40px;
    padding-bottom: 56px;
  }

  .blog-hero-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 7fr;
  }

  .map-info.typo--white-op.tm-20.white {
    text-align: left;
    text-align: left;
    text-align: left;
    text-align: left;
  }

  .map-info-divider.tm-20 {
    width: 100%;
  }

  .map-modal {
    justify-content: flex-start;
    align-items: stretch;
  }

  .map-modal-image {
    width: 50%;
  }

  .language-link {
    font-size: 2.4vw;
  }

  .language-toggle {
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  h2, h3 {
    font-size: 8vw;
  }

  p {
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 5vw;
  }

  .header-section {
    z-index: 80;
    height: 110vh;
  }

  .p-img {
    inset: 0%;
    overflow: visible;
  }

  .p-img.white {
    width: 200%;
    left: -15%;
  }

  .p-img.footer {
    height: 39%;
    display: none;
    inset: 0 0% auto;
  }

  .menu.fix {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .menu.fix.trans {
    justify-content: space-between;
  }

  .logo {
    width: 110px;
  }

  .logo.w--current {
    flex: 0 auto;
  }

  .menu-btn {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .menu-btn.blue {
    min-height: 36px;
    padding: 10px 12px;
    font-size: 14px;
  }

  .menu-btn.blue.small, .button-nav-text {
    font-size: 14px;
  }

  .button-nav-text.black {
    font-size: 3vw;
  }

  .button-nav-text.blue {
    font-size: 3.5vw;
  }

  .button-nav-text.small {
    font-size: 12px;
  }

  .header-cont {
    margin-top: 22%;
  }

  .header-wrapp {
    z-index: 90;
    padding-top: 20em;
  }

  .header-large.d {
    font-size: 9vw;
    line-height: 1.2;
  }

  .headers-bars {
    padding-top: 6em;
  }

  .bar-line {
    height: 5em;
  }

  .bar-txt {
    margin-left: 15px;
    font-size: 4.5vw;
  }

  .scroll-bar {
    display: none;
  }

  .scroll-bar.black {
    margin-top: 7em;
  }

  .scroll-txt {
    font-size: 3.5vw;
  }

  .scroll-txt.black {
    font-size: 3.5vw;
    line-height: 1.4;
  }

  .factors-section {
    padding-top: 80px;
    overflow: hidden;
  }

  .factor-h {
    font-size: 5.5vw;
  }

  .small-blue-text {
    font-size: 3.2vw;
  }

  .card.left {
    height: 48em;
    margin-bottom: 16px;
  }

  .card.left.dark-blue {
    height: 52em;
  }

  .card-num {
    font-size: 4vw;
  }

  .card-num.t {
    display: none;
  }

  .card-h {
    font-size: 6vw;
  }

  .image-sec {
    height: 36vh;
    overflow: hidden;
  }

  .introduction-section {
    overflow: hidden;
  }

  .grid-3, .grid-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .intro-h {
    font-size: 6vw;
  }

  .intro-cont.white {
    margin-top: 0;
    padding-bottom: 85%;
  }

  .intro-cont.white-blue {
    padding-top: 20%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .intro-image {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    top: 100%;
  }

  .intro-wrapper {
    top: 0%;
  }

  .inro-text-wrapp._2 {
    padding-top: 40%;
  }

  .intro-p._1 {
    margin-top: 0;
    margin-bottom: 2.7em;
  }

  .p {
    margin-top: 3em;
    font-size: 4.5vw;
  }

  .p.new {
    margin-top: -.1em;
  }

  .intro-p-wrapper._2 {
    margin-top: 2em;
  }

  .intro-down {
    padding-top: 20%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-5 {
    margin-top: 6em;
  }

  .intro-large-txt {
    top: -5.5em;
    right: 9%;
  }

  .text-block-3 {
    font-size: 25vw;
  }

  .intro-down-txt._1, .intro-down-txt._2, .intro-down-txt._1, .intro-down-txt._2 {
    width: 100%;
  }

  .intro-p-down.large {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 4vw;
  }

  .intro-p-down.small {
    margin-top: 0;
    font-size: 4vw;
  }

  .intro-p-down.small.white-txt {
    opacity: .43;
    opacity: .43;
    margin-top: 1.4em;
  }

  .practice-tabs._2, .practice-tabs._3, .practice-tabs._4, .practice-tabs._2, .practice-tabs._3, .practice-tabs._4 {
    margin-top: 10%;
  }

  .practice-lagre.left {
    font-size: 20vw;
  }

  .practice-tabs-line {
    height: 4.5em;
  }

  .practice-tabs-num {
    margin-left: 10px;
    font-size: 4.5vw;
  }

  .practise-tabs-h {
    margin-top: 20px;
  }

  .practise-tabs-heading {
    font-size: 4.5vw;
  }

  .practise-p {
    margin-top: 1em;
    font-size: 4vw;
  }

  .grid-7 {
    padding-top: 20%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-bars {
    margin-top: 0;
  }

  .text-block-4 {
    font-size: 4vw;
  }

  .footer-link-txt {
    font-size: 3.8vw;
  }

  .footer-link-txt.modal {
    color: #ffffffb3;
    font-size: 16px;
    line-height: 1.5;
  }

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

  .footer-policy {
    margin-top: 1%;
  }

  .footer-line {
    display: none;
  }

  .footer-policy-wrapper {
    padding-top: 0;
  }

  .policy-txt {
    font-size: 3vw;
  }

  .legal-txt {
    margin-left: .5em;
    font-size: 3vw;
  }

  .partners-txt {
    font-size: 3vw;
  }

  .footer-links-bar {
    padding-bottom: 24px;
  }

  .footer-link {
    font-size: 3.8vw;
  }

  .footer-link.modal {
    font-size: 16px;
  }

  .people-feedback-section {
    overflow: hidden;
  }

  .people-grid-cont {
    margin-left: 20px;
    margin-right: 20px;
  }

  .countries-txt {
    margin-left: .5em;
    font-size: 3.2vw;
  }

  .people-heading {
    font-size: 7vw;
  }

  .p-large {
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 4.5vw;
  }

  .p-small {
    margin-top: 2em;
    margin-bottom: 32px;
    font-size: 4vw;
  }

  .tabs-menu {
    grid-column-gap: 10%;
    grid-row-gap: 10%;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    overflow: scroll;
  }

  .tabs-link {
    border-left-width: 1px;
  }

  .tabs-link.w--current {
    flex: none;
  }

  .say-btn {
    width: 24px;
    height: 24px;
  }

  .say-btn-line.horizontal {
    width: 4.5em;
    display: none;
  }

  .say-btn-line.vertical {
    height: 4.5em;
  }

  .say-btn-line.vertical.display-none {
    display: none;
  }

  .text-block-7 {
    font-size: 3.5vw;
  }

  .slider-line-wrapp, .slider-cont {
    margin-top: 10%;
  }

  .person-picture {
    width: 15em;
    height: 15em;
  }

  .person-name-txt, .partner-txt {
    font-size: 16px;
  }

  .swiper-slide.is-team {
    flex: none;
    width: 100%;
    overflow: hidden;
  }

  .swiper-slide.blog {
    width: 100%;
  }

  .swiper-button__wrap {
    order: -1;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 2%;
  }

  .swiper-button.swiper-btn-prev, .swiper-button.swiper-btn-prev.white {
    width: 12em;
    height: 12em;
  }

  .swiper-button.swiper-btn-next, .swiper-button.swiper-btn-next.white {
    width: 12em;
    height: 12em;
  }

  .swiper-button.swiper-btn-prev, .swiper-button.swiper-btn-prev.white {
    width: 12em;
    height: 12em;
  }

  .swiper-button.swiper-btn-prev.white {
    width: 12em;
    height: 12em;
  }

  .swiper-button.swiper-btn-prev.white.new {
    justify-content: center;
    align-items: center;
    width: 4em;
    height: 4em;
  }

  .swiper-button.swiper-btn-next, .swiper-button.swiper-btn-next.white {
    width: 12em;
    height: 12em;
  }

  .swiper-button.swiper-btn-next.white {
    width: 12em;
    height: 12em;
  }

  .swiper-button.swiper-btn-next.white.new {
    width: 4em;
    height: 4em;
  }

  .slider-logo-wrapp {
    margin-top: 6em;
    padding-right: 4em;
  }

  .slider-btn-close {
    width: 12em;
    height: 12em;
  }

  .slider-btn-line.horizontal {
    width: 5em;
  }

  .slider-btn-line.vertical {
    height: 5em;
  }

  .slider-text-cont {
    margin-top: 20%;
  }

  .text-block-11, .text-block-12 {
    font-size: 6vw;
  }

  .map {
    width: 242%;
    top: -81px;
    left: -3em;
  }

  .map-wrapp {
    margin-top: 20%;
  }

  .large-txt-map.left {
    top: 9.8em;
  }

  .map__state.de {
    width: 50em;
    margin-top: 30em;
    margin-left: 4em;
  }

  .map__state.sl {
    width: 15em;
    margin-top: 88em;
    margin-left: 47em;
  }

  .map__state.au {
    width: 50em;
    margin-top: 75em;
    margin-left: 25em;
  }

  .map__state.hr {
    width: 30em;
    margin-top: 90em;
    margin-left: 48em;
  }

  .map__state.ba {
    width: 22.3em;
    margin-top: 98em;
    margin-left: 60em;
  }

  .map__state.sr {
    width: 22em;
    margin-top: 92em;
    margin-left: 78em;
  }

  .tab-line {
    height: 2em;
  }

  .map-tab-txt.h-ba, .map-tab-txt.h-cr, .map-tab-txt.h-sr, .map-tab-txt.h-sl, .map-tab-txt.h-de, .map-tab-txt.h-au, .map-tab-txt.h-ba, .map-tab-txt.h-cr, .map-tab-txt.h-sr, .map-tab-txt.h-sl, .map-tab-txt.h-de, .map-tab-txt.h-au, .map-tab-txt-b, .map-tab-txt-b.map-tab-txt-m, .map-tab-txt-b.map-tab-txt-m {
    font-size: 4.5vw;
  }

  .blog-section {
    overflow: hidden;
  }

  .blog-section.hide {
    display: none;
  }

  .blog-wrapper {
    padding-top: 10em;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-9 {
    vertical-align: baseline;
  }

  .image-9.img {
    max-width: 100%;
  }

  .text-blog.text-white, .text-blog.text-black, .text-blog.text-white, .text-blog.text-black {
    text-align: left;
  }

  .blog-card-date {
    margin-top: 2em;
  }

  .blog-card-line._1, .blog-card-line._2, .blog-card-line._1, .blog-card-line._2 {
    height: 4em;
  }

  .min-read, .blog-card-date-txt {
    font-size: 4vw;
  }

  .blog-section-heading {
    margin-bottom: 8em;
  }

  .heading-7 {
    font-size: 6vw;
    line-height: 1;
  }

  .blog-bg {
    overflow: hidden;
  }

  .blog-bg.onmob-tp {
    padding-top: 24em;
    padding-bottom: 10em;
  }

  .heading-8 {
    font-size: 5.5vw;
  }

  .header-small-line {
    height: 3em;
  }

  .header-small-line.black {
    height: 4em;
  }

  .blog-all-section {
    overflow: hidden;
  }

  .collection-list-wrapper-2 {
    margin-bottom: 20%;
    margin-left: 20px;
    margin-right: 20px;
  }

  .featured-bar {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .image-featured {
    width: 100%;
  }

  .blog-featured-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .blog-temp-cont {
    overflow: hidden;
  }

  .swiper-button__wrapp {
    padding-left: 1em;
    padding-right: 1em;
    top: 0%;
    bottom: 0%;
    left: 0%;
  }

  .swiper-button__wrapp.gap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    justify-content: space-around;
    align-items: center;
    display: flex;
  }

  .collection-list-wrapper-5 {
    margin-bottom: 10%;
  }

  .similar-news__heading {
    font-size: 6vw;
  }

  .blog-grid-wrapper {
    padding-top: 40px;
  }

  .link-block {
    margin-left: 0;
    margin-right: 0;
  }

  .cover-image-embed {
    width: 52%;
    position: relative;
    left: -114px;
  }

  .news-link {
    font-size: 4vw;
  }

  .w {
    margin-left: 1em;
  }

  .tab-line-heading {
    height: 2em;
  }

  .footer-links.white {
    font-size: 16px;
  }

  .header__large-new {
    text-align: center;
    font-size: 9vw;
  }

  .header__large-new.mb-24 {
    text-align: left;
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-self: flex-start;
    align-items: flex-start;
    width: 95%;
    margin-bottom: 24px;
    display: flex;
  }

  .tab__menu {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .tab__pane {
    padding-bottom: 120px;
  }

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

  .pane__wrapp {
    justify-content: flex-start;
    align-items: center;
  }

  .pane__text-wrapp.m-100.mb-50.full-width {
    width: 100%;
  }

  .pane__text-wrapp.mb-50 {
    margin-bottom: 50px;
  }

  .head__3 {
    width: 100%;
  }

  .head__3.mb-24 {
    font-size: 34px;
  }

  .para__small.mb-40, .para__small.opacity.mb-8.align-left, .para__small.mb-40, .para__small.opacity.mb-8.align-left, .para__small.opacity.mb-8.align-left, .para__small.opacity.mb-8.align-left {
    text-align: left;
  }

  .tab__link {
    width: 43%;
  }

  .tab__link-img {
    padding-top: 82%;
  }

  .practise_section {
    overflow: hidden;
  }

  .card_practise.left {
    height: 48em;
  }

  .card_practise.left.white-blue {
    border-style: none;
    border-color: var(--black-link);
  }

  .card_practise.left.picture._3 {
    border: 1px #000;
  }

  .card_practise.left._4.slovenia {
    min-height: 300px;
  }

  .practise-h {
    font-size: 6vw;
  }

  .footer__ln {
    margin-top: 16px;
  }

  .footer__ln.last {
    position: relative;
    top: -21%;
    left: 92%;
    right: auto;
  }

  .footer__ln.last.static {
    margin-top: 0;
    position: static;
  }

  .map__text {
    max-width: 733px;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1vw;
    position: static;
    left: 0;
  }

  .card-practise {
    font-size: 6vw;
  }

  .card-practise.white-txt {
    font-size: 4.2vw;
  }

  .pane__text-wrapp-big.mb-50 {
    margin-bottom: 50px;
  }

  .o-container-legal {
    height: 100%;
  }

  .h1_legal {
    font-size: 24px;
  }

  .h1_legal-wrap.mb-72 {
    margin-bottom: 52px;
  }

  .para__legal-wrap.align-left {
    max-width: 100%;
  }

  .menu_btn {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .o-container-le {
    padding-left: 20px;
    padding-right: 20px;
  }

  .people__ln {
    margin-top: 16px;
  }

  .flex__wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .nav-button__text {
    font-size: 3.2vw;
  }

  .container {
    max-width: 100%;
  }

  .plus-icon.display-none {
    display: flex;
  }

  .pane-adress-wrapper {
    text-align: left;
  }

  .collection-list-7 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .text-block-15 {
    transform: translate(0, -56px)translate(0, 16px)translate(0, -20px)translate(2px)translate(-43px, 56px)translate(0, -34px)translate(0, 74px)translate(0, 111px);
  }

  .collection-list-wrapper-9 {
    margin-top: -61px;
    padding-top: 210px;
    padding-bottom: 77px;
  }

  .collection-list-9 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-27 {
    font-size: 4vw;
  }

  .div-block-28 {
    justify-content: flex-start;
    align-items: center;
    margin-left: -15px;
    margin-right: 15px;
    display: block;
  }

  .collection-list-wrapper-10 {
    padding-bottom: 77px;
  }

  .collection-list-10 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .collection-list-wrapper-multiple-austria {
    margin-top: -61px;
    padding-top: 210px;
    padding-bottom: 77px;
  }

  .single-blog-layout {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .blog-featured-text-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .blog-featured-text-wrapper.full-width {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .image-featured-wrapper {
    width: 100%;
  }

  .blog-details-wrapper {
    flex-flow: wrap;
  }

  .blog-text.big {
    width: 100%;
  }

  .link-block-wrapper {
    margin-left: 0;
    margin-right: 0;
    padding: 32px;
  }

  .single-blog-layout-austria {
    padding-top: 40px;
    padding-bottom: 56px;
  }

  .blog-hero-image-wrapper {
    transform: translate(0);
  }

  .blog-hero-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .text-div {
    margin-top: 1px;
  }

  .flex.tm-20 {
    margin-top: 0;
  }

  .flex.close-modal {
    left: auto;
    right: 0;
  }

  .map-info.typo--white-op {
    color: #ffffffb3;
  }

  .map-info.typo--white-op.tm-20 {
    margin-top: 20px;
  }

  .map-info.typo--white-op.tm-20.white {
    opacity: .7;
    text-align: left;
    opacity: .7;
    text-align: left;
    margin-top: 0;
  }

  .map-info.typo--white {
    color: #fff;
  }

  .map-info.typo--white.tm-20 {
    margin-top: 20px;
  }

  .map-info.typo--white.tm-20.white {
    margin-top: 0;
  }

  .map-info-divider {
    width: 100%;
  }

  .map-info-divider.tm-20 {
    margin-top: 0;
  }

  .map-modal {
    z-index: 500;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: var(--dark-blue);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100vw;
    height: 100vh;
    margin-left: 0;
    margin-right: 0;
    padding: 80px 20px 32px;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .map-img-modal {
    z-index: 10000;
  }

  .close-modal-wrapper {
    z-index: 99999;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    color: #fff;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin: 32px 20px 32px auto;
    position: relative;
  }

  .map-modal-image {
    width: 100%;
  }

  .name-modal-wrapper {
    color: var(--white);
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-size: 20px;
    display: flex;
  }

  .devider-holder {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .author-wrapper {
    max-width: 100%;
    margin-bottom: 0;
  }

  .right-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .language-link, .language-link.w--current {
    font-size: 3.2vw;
  }

  .language-toggle {
    padding: 10px 12px;
    font-size: 14px;
  }

  .language-list.w--open {
    box-shadow: none;
    background-color: #0000;
    left: -70px;
  }

  .icon {
    margin-right: 8px;
    inset: 0% 0% 0% auto;
  }

  .contact-link {
    flex: 0 auto;
  }
}

#w-node-_2650500b-83e2-a894-0d05-7f1f6ec75270-6bb7ac7b {
  justify-self: auto;
}

#w-node-_2650500b-83e2-a894-0d05-7f1f6ec75273-6bb7ac7b, #w-node-_2650500b-83e2-a894-0d05-7f1f6ec75275-6bb7ac7b, #w-node-_2650500b-83e2-a894-0d05-7f1f6ec75277-6bb7ac7b, #w-node-_2650500b-83e2-a894-0d05-7f1f6ec75279-6bb7ac7b, #w-node-_2650500b-83e2-a894-0d05-7f1f6ec7527b-6bb7ac7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}
