.site-index {
  overflow: hidden;
}
.no-hyphens {
  hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  -webkit-hyphens: none;
}
body {
  font-family: 'Fira Sans', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 36px;
  color: #222222;
  background-color: #f6f6fa;
}
body .wrap {
  position: relative;
}
body .wrap.error header {
  background-color: #4907B8;
}
body .site-error {
  padding: 215px 15px 15px 15px;
}
body h1 {
  font-family: 'Fira Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 130px;
  line-height: 78%;
  text-align: center;
  color: white;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%,-40%);
  width: 984px;
  max-width: 100%;
}
body h2 {
  font-family: 'Fira Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 168%;
  color: #4907B8;
}
body img {
  max-width: 100%;
}
body .hypin-style {
  position: relative;
  display: flex;
  align-items: center;
}
body .hypin-style:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  background-color: white;
  transform: rotate(-6deg);
}
body .hypin-style:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #26EFE9;
}
body .our-team-btn {
  width: 278px !important;
  height: 100px !important;
}
body .our-team-btn .hypin-btn-first a {
  font-size: 32px !important;
}
body .hypin-btn-bigger {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  width: 190px;
  height: 65px;
  margin: 35px auto auto auto;
}
body .hypin-btn-bigger .hypin-btn-third {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  transform: rotate(-6deg);
  background-color: white;
}
body .hypin-btn-bigger .hypin-btn-second {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: #26EFE9;
  transform: rotate(2.49deg);
}
body .hypin-btn-bigger .hypin-btn-first {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
}
body .hypin-btn-bigger .hypin-btn-first a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: 'Fira Sans', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 23px;
}
body .hypin-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  width: 153px;
  height: 55px;
  margin: 35px auto auto auto;
}
body .hypin-btn .hypin-btn-third {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  transform: rotate(-6deg);
  background-color: white;
}
body .hypin-btn .hypin-btn-second {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: #26EFE9;
  transform: rotate(2.49deg);
}
body .hypin-btn .hypin-btn-first {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
}
body .hypin-btn .hypin-btn-first a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: 'Fira Sans', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 23px;
}
body .hypin-container {
  max-width: 1350px;
  width: 100%;
  margin: auto;
}
body .hypin-small-container {
  max-width: 880px;
  width: 100%;
  margin: auto;
}
body .stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0,0,0,0);
}
body .grecaptcha-badge {
  visibility: hidden;
}
.navbar-brand {
  max-width: 263px;
}
.navbar-brand > img {
  max-width: 100%;
}
.blue-hand-scroll-to-top {
  position: fixed;
  bottom: 5%;
  right: 5%;
  transform: rotate(-180deg);
  width: 64px;
  transition: all 0.7s ease;
  z-index: 9999;
}
.hidden-blue-hand {
  width: 0px;
  height: 0px;
  transition: all 0.7s ease;
}
header {
  background-color: transparent;
  position: absolute;
  z-index: 11;
  width: 100%;
  -webkit-transition: 0s;
  hyphens: none;
}
header #hypin-nav {
  height: 200px;
}
header #hypin-nav .container {
  max-width: unset !important;
}
header #hypin-nav .navbar-nav {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
header #hypin-nav .navbar-toggler-icon {
  background-image: url('../img/menu_mobile_icon.svg');
}
header #hypin-nav .navbar-toggler-icon.x-background {
  background-image: url('../img/menu_mobile_X.svg');
}
header #hypin-nav .nav-item {
  margin-right: 70px;
}
header #hypin-nav .nav-link {
  font-family: 'Fira Sans', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 23px;
  line-height: 28px;
  color: white;
}
header #hypin-nav .nav-lang .dropdown-menu {
  min-width: 95px;
}
header #hypin-nav .nav-contact {
  margin-left: 100px;
}
header #hypin-nav .nav-contact .nav-link {
  color: black;
  font-family: 'Fira Sans', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 23px;
  padding: 19px 34px 19px 34px;
}
header #hypin-nav .dropdown-item[aria-expanded="true"] {
  font-weight: bold;
}
header #hypin-nav .dropdown-item {
  color: #4907B8;
}
header #hypin-nav .dropdown-item:hover {
  background-color: white;
  font-weight: bold;
}
header #hypin-nav .dropdown-item.dropdown-toggle:after {
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-right: 0;
}
header #hypin-nav .dropdown-toggle:after {
  margin-left: 0.5em;
  vertical-align: 0;
}
header #hypin-nav .dropdown-submenu {
  left: calc(108%);
  top: 0;
}
header #hypin-nav .dropdown-submenu:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 18px 10px 0;
  border-color: transparent #fff transparent transparent;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: -15px;
  top: 20px;
  margin: 0 auto;
}
header {
  position: absolute;
  background-color: transparent;
}
.header-background {
  background: url('../img/bg_header.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 1214px;
  position: relative;
}
.header-background .header-ball {
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%,-50%);
  z-index: 2;
}
.header-background p {
  font-family: 'Fira Sans', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 36px;
  text-align: right;
}
.site-index .header-background .blue-hand {
  background-image: url('../img/blue_hand.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  height: 410px;
  width: 190px;
  position: absolute;
  z-index: 5;
  bottom: 60px;
  left: 150px;
}
.site-index .header-background .header-text {
  font-family: 'Fira Sans', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 36px;
  color: white;
  position: absolute;
  bottom: 325px;
  left: 390px;
  width: 59vw;
  max-width: 100%;
  z-index: 5;
}
.site-index .header-background .header-text table tr td {
  padding-left: 15px;
  padding-right: 15px;
}
.team-item {
  background: linear-gradient(190.05deg,rgba(255,255,255,0.445) -2.7%,rgba(255,255,255,0.19) 106.8%);
  box-shadow: 8px 8px 20px rgba(0,0,0,0.2);
  backdrop-filter: blur(20px);
  border-radius: 30px;
  padding: 0 25px 35px 25px;
}
.team-item-text {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
}
#references-carousel {
  opacity: unset;
  position: absolute;
  top: 600px;
  width: 100vw;
}
#references-carousel .owl-item {
  height: 100%;
  width: auto !important;
  margin-right: 40px !important;
}
#references-carousel .owl-stage-outer {
  -webkit-mask-image: linear-gradient(90deg,transparent 0%,white 8%,white 92%,transparent 100%);
  mask-image: linear-gradient(90deg,transparent 0%,white 8%,white 92%,transparent 100%);
}
#references-carousel .reference-item {
  height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
#references-carousel .owl-dots {
  display: none;
}
.owl-carousel__overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10000;
}
.owl-carousel[data-desktop-cols] .owl-stage {
  position: relative;
  padding: 25px 0;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  -ms-touch-action: pan-Y;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
.owl-carousel[data-desktop-cols] .owl-item img {
  max-height: 50px;
  display: block;
  width: auto;
  -webkit-transform-style: preserve-3d;
}
.section-about-us {
  width: 800px;
  max-width: 100%;
  margin: auto auto 0 auto;
  text-align: left;
}
@media (min-width: 1200px) and (max-width: 1450px) {
  .section-services {
    position: relative;
    background-color: #FF9B30;
    background-image: linear-gradient(to right,#FF325A,#FF9B30);
    margin-left: 60px;
    margin-right: 60px;
    padding-bottom: 180px;
  }
}
.section-services {
  position: relative;
  background-color: #FF9B30;
  background-image: linear-gradient(to right,#FF325A,#FF9B30);
  margin-left: 60px;
  margin-right: 60px;
}
.section-services h2 {
  padding-top: 0px;
  color: white;
  text-align: center;
  margin-bottom: 37px;
}
@media (min-width: 1200px) {
  .section-services .felsoful {
    position: relative;
    top: -1px;
    width: 101%;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  .section-services .alsoful {
    display: none;
    position: relative;
    top: 181px;
    left: -1px;
    z-index: 9999;
    width: 101%;
  }
}
@media (min-width: 1451px) {
  .section-services .alsoful {
    position: relative;
    top: 2px;
    z-index: 9999;
    width: 101%;
  }
}
@media (min-width: 1451px) {
  .section-services #services-boxes {
    width: 1300px;
    max-width: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(auto-fill,269px);
    grid-gap: 37px;
    justify-content: center;
    padding-bottom: 200px;
  }
}
@media (max-width: 1450px) {
  .section-services #services-boxes {
    width: 1300px;
    max-width: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(auto-fill,269px);
    grid-gap: 37px;
    justify-content: center;
  }
}
.section-services .service-box {
  position: relative;
  border: 2px solid white;
  box-sizing: border-box;
  width: 269px;
  max-width: 100%;
  height: 235px;
  padding: 29px;
  display: flex;
  flex-direction: column;
}
.section-services .service-box .box-image {
  height: 43px;
  width: 43px;
  margin-bottom: 16px;
}
.section-services .service-box h3 {
  font-family: 'Fira Sans', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 25px;
  line-height: 30px;
  color: white;
  flex-grow: 1;
}
.section-services .service-box .details {
  font-family: 'Fira Sans', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 23px;
  color: white;
}
.section-services .service-box .details a {
  color: white;
}
.section-services .service-box .details a:hover {
  text-decoration: none;
  color: black;
}
.section-services .service-box .details a:hover img {
  filter: invert(100%);
}
.section-services .service-box .details img {
  height: 10px;
}
.section-references {
  background: url('../img/bg_references.png');
  background-repeat: repeat-y;
  background-size: contain;
  background-position: right;
  margin-top: 40px;
  padding-top: 350px;
  padding-bottom: 250px;
}
.section-references .display-mobile {
  display: none;
}
.section-references .references {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  grid-gap: 37px;
  margin-left: 60px;
  margin-right: 60px;
}
.section-references .references .reference-title {
  grid-column: 2;
  margin-top: -50px;
  margin-left: -100px;
}
.section-references .references .reference-title h2 {
  margin-bottom: 0;
}
.section-references .references .reference-title .description {
  font-family: 'Fira Sans', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 36px;
}
.section-references .references .reference-title .hypin-btn {
  margin-left: 0;
}
.section-references .reference-item {
  position: relative;
  max-width: 100%;
}
.section-references .reference-item .image-overlay {
  opacity: 1;
}
.section-references .reference-item:hover .image-overlay {
  opacity: 0;
}
.section-references .reference-item img {
  display: block;
  width: 100%;
  height: 100%;
}
.section-references .reference-item .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 30%,rgba(0,0,0,0.6) 60%);
  display: flex;
  align-items: flex-end;
  opacity: 1;
  transition: opacity 0.25s;
}
.section-references .reference-item .image-overlay:hover {
  opacity: 0;
}
.section-references .reference-item .image-overlay h3 {
  font-family: 'Fira Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: white;
  margin-left: 30px;
  margin-bottom: 24px;
}
.section-blog {
  background: url('../img/bg_blog.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-left: 60px;
  margin-right: 60px;
  margin-top: -100px;
  min-height: 1015px;
}
.section-blog h2 {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 28px;
}
.service-contact {
  background-color: white;
  box-shadow: 10px 14px 34px rgba(0,0,0,0.1);
  border-radius: 4px;
  margin-bottom: 30px;
}
.section-contact {
  width: 1490px;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  margin: auto;
}
.section-contact .contact-column {
  padding: 50px;
}
.section-contact .contact-column:first-child {
  padding-right: 150px;
}
.section-contact .contact-column:first-child h3 {
  font-family: 'Fira Sans', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  color: #222222;
}
.section-contact .contact-column:first-child h3 + p {
  font-family: 'Fira Sans', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;
  color: #222222;
}
.section-contact .contact-column:first-child .mapouter {
  margin-top: 50px;
  margin-bottom: 50px;
  max-width: 100%;
}
.section-contact .contact-column:first-child .mapouter .gmap_canvas {
  max-width: 100%;
}
.section-contact .contact-column:first-child .company-infos strong {
  font-weight: 500;
}
.section-contact .contact-column:first-child .company-infos p {
  font-family: 'Fira Sans', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
}
.section-contact .contact-column:nth-child(2) h2 {
  line-height: 118%;
}
.section-contact .contact-column:nth-child(2) h2:first-child {
  margin-bottom: 0;
}
.section-contact .contact-column:nth-child(2) .contact-text {
  margin-top: 38px;
  margin-bottom: 40px;
}
.section-contact #contact-form label,
.section-contact #career-form label {
  font-family: 'Fira Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 21px;
  line-height: 25px;
  display: flex;
  align-items: center;
  color: #222222;
}
.section-contact #contact-form input,
.section-contact #contact-form textarea,
.section-contact #contact-form select,
.section-contact #career-form input,
.section-contact #career-form textarea,
.section-contact #career-form select {
  border-radius: 0;
  border: 1px solid #222222;
}
.section-contact #contact-form input::placeholder,
.section-contact #contact-form textarea::placeholder,
.section-contact #career-form input::placeholder,
.section-contact #career-form textarea::placeholder {
  font-family: 'Fira Sans', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 21px;
  line-height: 25px;
  display: flex;
  align-items: center;
  color: #222222;
  opacity: 0.3;
}
.section-contact #contact-form .invalid-feedback,
.section-contact #career-form .invalid-feedback {
  font-family: 'Fira Sans', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 21px;
  line-height: 25px;
  display: flex;
  align-items: center;
}
.section-contact #contact-form .captcha-text,
.section-contact #contact-form .field-contact-is_privacy label,
.section-contact #career-form .captcha-text,
.section-contact #career-form .field-contact-is_privacy label {
  font-family: 'Fira Sans', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 25px;
  color: #222222;
  display: block;
}
.section-contact #contact-form a,
.section-contact #career-form a {
  color: #222222;
  text-decoration: underline;
}
.section-contact #contact-form .hypin-btn,
.section-contact #career-form .hypin-btn {
  margin-left: 0;
}
.section-contact #contact-form button[type="submit"],
.section-contact #career-form button[type="submit"] {
  background-color: transparent;
  border: none;
  color: #222222;
  margin-top: 3px;
  font-family: 'Fira Sans', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 23px;
}
.blog-articles {
  display: grid;
  padding-left: 37px;
  padding-right: 37px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 37px;
  justify-content: center;
}
.blog-articles .article-item {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  max-width: 100%;
  border: 2px solid #222222;
  background-color: white;
}
.blog-articles .article-item .bottom {
  padding: 27px 29px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.blog-articles .article-item h3,
.blog-articles .article-item h4,
.blog-articles .article-item .publish-date {
  font-family: 'Fira Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}
.blog-articles .article-item .publish-date {
  font-weight: 300;
}
.blog-articles .article-item h3 {
  margin-bottom: 0;
}
.blog-articles .article-item:hover h3,
.blog-articles .article-item:hover h4,
.blog-articles .article-item:hover .publish-date {
  color: #7B61FF;
}
.standalone-page h1 {
  position: relative;
  top: unset;
  left: unset;
  transform: unset;
  width: unset;
  max-width: unset;
}
.standalone-page .standalone-page__article .article-text {
  width: 1190px !important;
  margin: 70px auto;
  max-width: 100%;
}
.standalone-page .header-background {
  background: url('../img/bg_blog_page.png');
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  height: 1214px;
  position: relative;
  z-index: -1;
}
.standalone-page .on-header {
  margin-top: -1000px;
  z-index: 1;
}
.standalone-page h1 {
  font-family: 'Fira Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 80px;
  line-height: 101px;
  text-align: center;
  color: white;
  margin-bottom: 50px;
}
#services-page {
  margin-bottom: 120px;
  position: relative;
}
#services-page .header-background {
  background: url('../img/bg_services_page.png');
}
#services-page .service-background {
  position: absolute;
  background: url('../img/bg_services_page_tab.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;
  height: 2074px;
  width: 100%;
  z-index: -1;
  top: 50%;
}
#services-page .service-item {
  background-color: white;
  padding: 70px 150px;
  margin-bottom: 50px;
  box-shadow: 10px 14px 34px rgba(0,0,0,0.1);
  border-radius: 4px;
}
#services-page .service-item .icon-line {
  display: flex;
  justify-content: space-between;
}
#services-page .service-item .icon-line > img {
  filter: invert(42%) sepia(78%) saturate(1321%) hue-rotate(333deg) brightness(99%) contrast(98%);
}
#services-page .service-item .icon-line .contact-link {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 23px;
  color: #4907B8;
}
#services-page .service-item .icon-line .contact-link .contact-arrow {
  width: 32px;
}
#services-page .service-item h2 {
  font-family: 'Fira Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 42px;
  color: #222222;
  margin-top: 25px;
  margin-bottom: 25px;
}
#services-page .service-item .article-short,
#services-page .service-item .article-text {
  font-family: 'Fira Sans', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 25px;
  line-height: 30px;
}
#services-page .service-item .article-tabs {
  margin-top: 35px;
  display: grid;
  grid-gap: 35px;
  grid-template-columns: 1fr 1fr;
}
#services-page .service-item .article-tab:last-child:nth-last-child(odd) {
  grid-column: auto / span 2;
}
#services-page .service-item .article-tab:first-child:nth-last-child(even),
#services-page .service-item .article-tab:first-child:nth-last-child(even) ~ .article-tab {
  grid-column: auto / span 1;
}
#services-page .service-item .article-tab {
  border: 1px solid black;
  border-radius: 3px;
  padding: 35px;
  font-family: 'Fira Sans', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
}
#services-page .service-item .article-tab .tab-title-line {
  display: flex;
  margin-bottom: 15px;
}
#services-page .service-item .article-tab .tab-title-line h3 {
  font-weight: 600;
  font-size: 25px;
  line-height: 41px;
  color: #222222;
}
#services-page .service-item .article-tab .tab-title-line img {
  margin-right: 20px;
  max-width: 41px;
  max-height: 41px;
}
#blog-page .header-background {
  background: url('../img/bg_blog_page.png');
}
#blog-page .title-line {
  position: relative;
}
#blog-page .shadow {
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Fira Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 120px;
  line-height: 100%;
  width: 250px;
  max-width: 100%;
  box-shadow: unset !important;
  -webkit-text-stroke: 1.11px white;
  color: transparent;
  -webkit-font-smoothing: antialiased;
  opacity: 0.2;
}
#blog-page .category-description {
  font-family: 'Fira Sans', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  color: white;
  max-width: 670px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 65px auto 90px auto;
}
#blog-page .blog-articles {
  margin: auto;
  grid-template-columns: repeat(auto-fil,422px);
  padding-bottom: 250px;
}
#article-page {
  padding-bottom: 130px;
}
#article-page .background-gradient {
  width: 1920px;
  height: 565px;
  max-width: 100%;
  background: url('../img/bg_article_page_gradient.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
#article-page .mask {
  width: 100%;
  height: 100%;
  background-image: url('../img/bg_article_page_mask.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
  padding-bottom: 1px;
}
#article-page .grey-background {
  background-color: #f6f6fa;
  height: 50px;
  width: 100%;
  margin-top: 135px;
}
#article-page .publish-date {
  font-family: 'Fira Sans', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 35px;
  line-height: 42px;
  color: #222222;
}
#article-page h1 {
  font-family: 'Fira Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 70px;
  line-height: 110%;
  text-align: left;
  color: #4907B8;
  margin-top: 40px;
}
#article-page .white-box {
  background-color: white;
  width: 1190px;
  max-width: 100%;
  padding: 75px 150px 75px 150px;
  margin: auto auto 0 auto;
  border-radius: 4px;
  box-shadow: 10px 14px 34px rgba(0,0,0,0.1);
}
#article-page .article-short,
#article-page .article-text {
  font-family: 'Fira Sans', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 25px;
  line-height: 30px;
  color: #222222;
  margin-top: 70px;
}
#team-page .hand-text {
  position: absolute;
  left: -50px;
  top: 280px;
  font-family: 'Fira Sans', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 25px;
  line-height: 30px;
  color: white;
}
#team-page .blue-hand {
  background-image: url('../img/blue_hand.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  height: 410px;
  width: 190px;
  margin-left: 130px;
  margin-top: -1.5rem;
  position: absolute;
  z-index: -1;
}
#team-page .header-background {
  background-image: unset;
  background-color: #4907B8;
  height: 900px;
}
#team-page .header-background p {
  text-align: left;
}
#team-page .header-background .hypin-container {
  padding-top: 160px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#team-page .header-background .hypin-container .left-side {
  position: relative;
  width: 680px;
  max-width: 100%;
}
#team-page .header-background .hypin-container .right-side {
  position: relative;
}
#team-page .header-background .hypin-container .right-side .white-background {
  background: linear-gradient(190.05deg,rgba(255,255,255,0.315) -2.7%,rgba(255,255,255,0.115) 106.8%);
  box-shadow: 8px 8px 20px rgba(0,0,0,0.2);
  backdrop-filter: blur(40px);
  border-radius: 20px;
  height: 260px;
  width: 430px;
  max-width: 100%;
  padding-top: 30px;
  padding-left: 45px;
  padding-right: 45px;
  padding-bottom: 0.5rem;
  color: white;
}
#team-page .header-background .hypin-container .right-side .white-background p {
  font-family: 'Fira Sans', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 25px;
  line-height: 30px;
}
#team-page .header-background .hypin-container .right-side .white-background p span {
  font-family: 'Fira Sans', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 15px !important;
  line-height: 18px;
}
#team-page .header-background .hypin-container .right-side .white-background strong {
  font-family: 'Fira Sans', sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 25px;
  line-height: 30px;
}
#team-page .header-background .hypin-container .right-side .white-background img {
  width: 300px;
  max-width: 100%;
}
#team-page .header-background h2 {
  font-family: 'Fira Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 80px;
  line-height: 100%;
  color: white;
  margin-bottom: 40px;
  position: relative;
  width: 480px;
  max-width: 100%;
}
#team-page .header-background .shadow {
  position: absolute;
  top: -40px;
  left: -40px;
  font-family: 'Fira Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 120px;
  line-height: 100%;
  width: 680px;
  max-width: 100%;
  box-shadow: unset !important;
  -webkit-text-stroke: 1.11px white;
  color: transparent;
  -webkit-font-smoothing: antialiased;
  opacity: 0.2;
}
#team-page .header-background .article-short {
  font-family: 'Fira Sans', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 25px;
  line-height: 30px;
  color: white;
  width: 480px;
  max-width: 100%;
}
#team-page #team-header .hypin-container {
  position: relative;
  height: 100%;
}
#team-page #team-header .tab-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url('../img/bg_team_page_tabs.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
  height: 160px;
  width: 514px;
  max-width: 100%;
}
#team-page #team-block {
  background-color: #4808B8;
  background-image: url('../img/Hypin_Blue_Background.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
  z-index: -2;
}
#team-page #team-block h1 {
  padding-top: 335px;
  font-size: 180px;
  line-height: 101px;
}
#team-page #team-block h3 {
  font-family: 'Fira Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  max-width: 260px;
  text-align: center;
  color: white;
  background-color: white;
  padding: 16px 33px 13px 33px;
  border-radius: 10px;
}
#team-page #team-block .article-subtitle {
  font-family: 'Fira Sans', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 25px;
  line-height: 30px;
  color: #222222;
  margin-left: 50px;
}
@media (min-width: 1000px) {
  #team-page #team-block .team {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    padding-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
  }
  #team-page #team-block .team .team-item {
    display: flex;
    position: relative;
    flex-direction: column;
    margin-left: 20px;
    margin-top: 2rem;
  }
  #team-page #team-block .team .team-item .team-item-text {
    position: static;
    padding: 16px 33px 13px 33px;
    border-radius: 10px;
    margin-left: 0;
  }
  #team-page #team-block .team .team-item .article-subtitle {
    padding: 10px 25px;
    font-size: 16px;
    font-weight: 400;
    color: white;
    margin-left: 0;
    text-align: center;
    background: linear-gradient(190.05deg,rgba(255,255,255,0.445) -2.7%,rgba(255,255,255,0.19) 106.8%);
    backdrop-filter: blur(20px);
    border-radius: 5px;
  }
  #team-page #team-block .team .team-item h3 {
    font-family: 'Fira Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    max-width: unset;
    color: white;
    padding: unset;
    border-radius: unset;
    box-shadow: unset;
    margin-left: 0;
    text-align: center;
    background: transparent;
  }
  #team-page #team-block .team .team-item:nth-child(4n) {
    margin-right: 20px;
  }
  #team-page #team-block .team .team-item-image {
    margin-top: 33px;
    border-radius: 30px;
    height: auto;
  }
}
@media (min-width: 1550px) {
  #team-page #team-block .team {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    padding-bottom: 160px;
    max-width: unset;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
  }
  #team-page #team-block .team .team-item {
    display: flex;
    position: relative;
    width: 310px;
  }
  #team-page #team-block .team .team-item .team-item-text {
    margin-top: auto;
    margin-bottom: 25px;
    padding: 16px 33px 13px 33px;
    border-radius: 10px;
    z-index: -1;
  }
  #team-page #team-block .team .team-item .article-subtitle {
    width: 226px;
    margin-left: auto;
    margin-right: auto;
  }
  #team-page #team-block .team .team-item h3 {
    background: transparent;
    font-family: 'Fira Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    max-width: 260px;
    color: white;
    padding: unset;
    border-radius: unset;
    box-shadow: unset;
  }
  #team-page #team-block .team .team-item-image {
    margin-top: 33px;
    border-radius: 30px;
    height: auto;
  }
}
#references-page .header-background {
  background-image: url('../img/bg_references_page.svg');
  z-index: unset;
  height: 1094px;
}
#references-page .header-background p {
  text-align: left;
}
#references-page .header-background .hypin-container {
  padding-top: 240px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#references-page .header-background .hypin-container .left-side {
  position: relative;
  width: 680px;
  max-width: 100%;
}
#references-page .header-background .hypin-container .right-side {
  z-index: 1;
  max-width: 700px;
}
#references-page .header-background .hypin-container .right-side .gradient-background {
  background: linear-gradient(185.4deg,#F95D43 4.32%,#7024F1 98.34%);
  box-shadow: 10px 84px 114px rgba(0,0,0,0.5);
  border-radius: 190px;
  max-width: 100%;
  padding: 25px 32px 25px 25px;
}
#references-page .header-background .hypin-container .right-side .gradient-background .map-image {
  background-image: url('../img/map.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 300px;
  height: 200px;
}
#references-page .header-background .hypin-container .right-side .gradient-background .map-text {
  font-family: 'Fira Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  color: white;
}
#references-page .header-background .hypin-container .right-side .gradient-background img {
  width: 300px;
  max-width: 100%;
}
#references-page .header-background .hypin-container .right-side .gradient-background .hypin-btn {
  margin-left: 0;
}
#references-page .header-background h2 {
  font-family: 'Fira Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 80px;
  line-height: 100%;
  color: white;
  margin-bottom: 40px;
  position: relative;
  max-width: 100%;
  width: 100%;
}
#references-page .header-background .shadow {
  position: absolute;
  top: -40px;
  left: -40px;
  font-family: 'Fira Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 120px;
  line-height: 100%;
  width: 680px;
  max-width: 100%;
  box-shadow: unset !important;
  -webkit-text-stroke: 1.11px white;
  color: transparent;
  -webkit-font-smoothing: antialiased;
  opacity: 0.2;
}
#references-page .header-background .article-short {
  font-family: 'Fira Sans', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 25px;
  line-height: 30px;
  color: white;
  width: 480px;
  max-width: 100%;
}
#references-page .pagination {
  grid-column: 1 / span 4;
  grid-column-start: 1;
  flex-grow: 1;
}
#references-page #on-header {
  margin-top: -200px;
}
#references-page #on-header .references {
  position: relative;
  margin-left: 60px;
  margin-right: 60px;
  margin-bottom: 200px;
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(400px,1fr));
  grid-gap: 37px;
}
#references-page #on-header .references .reference-title {
  grid-column: 2;
  margin-top: -50px;
  margin-left: -100px;
}
#references-page #on-header .references .reference-title h2 {
  margin-bottom: 0;
}
#references-page #on-header .references .reference-title .description {
  font-family: 'Fira Sans', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 36px;
}
#references-page #on-header .references .reference-item {
  position: relative;
  width: 430px;
  max-width: 100%;
}
#references-page #on-header .references .reference-item .image-overlay {
  opacity: 1;
}
#references-page #on-header .references .reference-item:hover .image-overlay {
  opacity: 0;
}
#references-page #on-header .references .reference-item img {
  display: block;
  width: 100%;
  height: 100%;
}
#references-page #on-header .references .reference-item .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 30%,rgba(0,0,0,0.6) 60%);
  display: flex;
  align-items: flex-end;
  transition: opacity 0.25s;
}
#references-page #on-header .references .reference-item .image-overlay:hover {
  opacity: 1;
}
#references-page #on-header .references .reference-item .image-overlay h3 {
  font-family: 'Fira Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: white;
  margin-left: 30px;
  margin-bottom: 24px;
}
#references-page #team-header .hypin-container {
  position: relative;
  height: 100%;
}
#references-page #team-header .tab-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url('../img/bg_team_page_tabs.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
  height: 160px;
  width: 514px;
  max-width: 100%;
}
#references-page #team-block {
  background-image: url('../img/Hypin_Blue_Background.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
  z-index: -2;
}
#references-page #team-block h1 {
  padding-top: 225px;
}
#references-page #team-block h3 {
  font-family: 'Fira Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  max-width: 260px;
  text-align: center;
  color: #222222;
  background-color: white;
  padding: 16px 33px 13px 33px;
  border-radius: 10px;
  box-shadow: 10px 14px 34px rgba(0,0,0,0.1);
}
#references-page #team-block .article-subtitle {
  font-family: 'Fira Sans', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 25px;
  line-height: 30px;
  color: #222222;
  margin-left: 50px;
}
#references-page #team-block .team {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  padding-bottom: 40px;
}
#references-page #team-block .team .team-item:nth-child(1) {
  margin-top: -50px;
  margin-left: 30px;
}
#references-page #team-block .team .team-item:nth-child(3) {
  margin-top: -20px;
  margin-left: -40px;
}
#references-page #team-block .team .team-item:nth-child(3n - 1) {
  margin-top: 150px;
}
#references-page #team-block .team .team-item:nth-child(4) {
  margin-top: -30px;
}
.pagination > .active > a {
  background-color: #4907B8;
  border-color: #4907B8;
  color: white;
}
.pagination > .active > a:hover,
.pagination > .active > a:hover {
  background-color: #4907B8;
  color: white;
}
.pagination {
  width: 100%;
  grid-column: auto / span 3;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.pagination b {
  padding-left: 5px;
  padding-right: 5px;
}
.pagination > li {
  padding-bottom: 0;
}
.pagination > li > a {
  background-color: #f6f6fa;
  color: #4907B8;
  padding: 7.5px 12px;
  border: 1px solid #7B61FF;
  margin-right: 10px;
}
.pagination > li > a:hover,
.pagination > li > a:focus {
  color: #4907B8;
  text-decoration: none;
}
.pagination > li span {
  padding: 7.5px 12px;
}
.page-item.active .page-link {
  background-color: #4907B8;
  border-color: #4907B8;
}
.listview-pager {
  margin: auto;
}
.listview-pager .pagination {
  display: inline-flex;
}
footer {
  background: url('../img/bg_footer.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  height: 248px;
  margin-top: -200px;
  color: white;
  font-family: 'Fira Sans', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 17px;
  line-height: 20px;
}
footer a {
  color: white;
}
footer .cookie-consent-reopen:hover {
  color: white;
}
footer .hypin-container {
  height: 100%;
  display: flex;
  align-items: flex-end;
  margin: auto;
}
footer .hypin-container div {
  margin-bottom: 25px;
  margin-right: 20px;
}
@media (max-width: 1830px) {
  #references-page .pagination {
    grid-column: 1 / span 3;
  }
}
@media (max-width: 1450px) {
  #references-page .pagination {
    grid-column: 1 / span 2;
  }
  .section-references .references .reference-title {
    max-width: 100%;
  }
  .section-references .references .reference-title h2 {
    font-size: 30px;
  }
  .section-references .references .reference-title .description {
    font-size: 18px;
  }
  .section-contact {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1450px) {
  header #hypin-nav .nav-item {
    margin-right: 20px;
  }
  header #hypin-nav .nav-link {
    font-size: 20px;
    line-height: 1.1;
  }
  header #hypin-nav .nav-contact {
    margin-left: 50px;
  }
  .section-services {
    height: 1200px;
  }
  .blog-articles {
    padding-left: 15px;
    padding-right: 15px;
  }
  #references-page .header-background .hypin-container {
    flex-direction: column;
  }
  #references-page .header-background .hypin-container .right-side {
    margin-top: 20px;
  }
}
@media (min-width: 1450px) and (max-width: 1600px) {
  header #hypin-nav .nav-contact {
    margin-left: 10px;
  }
}
@media (max-width: 1270px) {
  body h1 {
    font-size: 100px;
  }
  .header-background p {
    margin-right: 120px;
  }
  .section-references .references .reference-title {
    max-width: 100%;
  }
  .section-references .references .reference-title h2 {
    font-size: 25px;
  }
  .section-references .references .reference-title .description {
    font-size: 16px;
  }
  .section-contact {
    display: flex;
    flex-direction: column-reverse;
    margin-top: -100px;
  }
  .section-contact .contact-column {
    padding: 50px;
  }
  .section-contact .contact-column:first-child {
    padding-right: 15px;
  }
  .section-contact .contact-column:first-child h3 + p {
    font-size: 20px;
  }
  .section-contact .contact-column:nth-child(2) {
    margin-top: 60px;
    margin-bottom: -40px;
  }
}
@media (max-width: 999px) {
  #team-page #team-block {
    margin-top: -202px;
  }
  #team-page #team-block h1 {
    padding-top: 430px;
    font-size: 80px;
  }
  #team-page #team-block .team {
    display: block;
    grid-template-columns: unset;
    text-align: center;
    padding-right: 0;
  }
  #team-page #team-block .team .team-item {
    margin-top: 0 !important;
    margin-left: auto;
    margin-right: auto;
    max-width: 272px;
    margin-bottom: 60px;
  }
  #team-page #team-block .team .team-item .team-item-text {
    position: relative;
    right: unset;
    top: unset;
  }
  #team-page #team-block .team .team-item-image {
    margin-top: 33px;
    border-radius: 30px;
    height: 200px;
  }
  #team-page #team-block h3 {
    margin: auto auto 14px auto;
    background: transparent;
  }
  #team-page #team-block .article-subtitle {
    padding: 10px 25px;
    font-size: 16px;
    font-weight: 400;
    color: white;
    margin-left: 0;
    text-align: center;
    background: linear-gradient(190.05deg,rgba(255,255,255,0.445) -2.7%,rgba(255,255,255,0.19) 106.8%);
    backdrop-filter: blur(20px);
    border-radius: 5px;
  }
}
@media (max-width: 1199px) {
  body {
    font-size: 15px;
    line-height: 18px;
  }
  body h1 {
    font-size: 40px;
  }
  body .header-title {
    padding-top: 275px;
  }
  body h2 {
    font-size: 25px;
    text-align: center;
  }
  .felsoful {
    display: none;
  }
  .alsoful {
    display: none;
  }
  .header-background {
    height: 800px;
  }
  .header-background .header-ball {
    width: 280px;
    height: auto;
    top: 270px;
  }
  header #hypin-nav {
    height: 80px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 0;
    padding-right: 0;
  }
  header #hypin-nav .navbar-brand {
    height: 64px;
    margin-left: 15px;
  }
  header #hypin-nav .navbar-brand img {
    max-height: 100%;
  }
  header #hypin-nav .navbar-toggler {
    margin-right: 15px;
  }
  header #hypin-nav .navbar-nav {
    align-items: flex-start;
  }
  header #hypin-nav .navbar-nav li {
    padding-left: 35px;
    padding-right: 35px;
    width: 100%;
  }
  header #hypin-nav .navbar-nav li a {
    display: block;
    padding-top: 35px;
    padding-bottom: 35px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }
  header #hypin-nav .navbar-nav .dropdown-item:hover {
    background-color: transparent;
    color: white;
  }
  header #hypin-nav .navbar-nav .dropdown-menu {
    background-color: #4907B8;
    border: 0;
  }
  header #hypin-nav .navbar-nav .dropdown-menu .dropdown-item {
    color: white;
    border-bottom: none;
    padding-top: 0;
    padding-bottom: 0;
    font-weight: 300;
    font-size: 20px;
    line-height: 62px;
  }
  header #hypin-nav .navbar-nav .dropdown-menu .dropdown-item.dropdown-toggle::after {
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
  }
  header #hypin-nav .navbar-nav .dropdown-menu .dropdown-toggle[aria-expanded="true"]::after {
    border-top: 0;
    border-bottom: 0.3em solid;
  }
  header #hypin-nav .navbar-nav .dropdown-toggle[aria-expanded="true"]::after {
    border-top: 0;
    border-bottom: 0.3em solid;
  }
  header #hypin-nav .navbar-nav .dropdown-submenu {
    left: unset;
    top: unset;
    background-color: #4907B8;
  }
  header #hypin-nav .navbar-nav .dropdown-submenu:before {
    display: none;
  }
  header #hypin-nav .navbar-nav .dropdown-submenu .dropdown-item {
    padding-left: 40px;
    padding-right: 35px;
  }
  header #hypin-nav .navbar-nav .nav-lang {
    margin-top: 20px;
  }
  header #hypin-nav .navbar-nav .nav-lang .nav-link {
    display: none;
  }
  header #hypin-nav .navbar-nav .nav-lang .dropdown-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    border: none;
    padding: 0;
    margin-top: -25px;
  }
  header #hypin-nav .navbar-nav .nav-lang .dropdown-menu .dropdown-item {
    width: 30%;
  }
  header #hypin-nav .navbar-nav .nav-lang a {
    border-bottom: unset;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
  }
  header #hypin-nav .navbar-nav .nav-lang a img {
    width: 50px;
    padding: 0;
  }
  header #hypin-nav .navbar-nav .nav-contact {
    padding-left: unset;
    padding-right: unset;
    width: auto;
    margin: 5px auto 60px auto;
  }
  header #hypin-nav-collapse {
    background-color: #4907B8;
    position: fixed;
    top: 80px;
    height: calc(100vh - 80px);
    overflow-y: auto;
    width: 100%;
    -webkit-transition: all 0s;
  }
  .site-index .header-background {
    background-image: url('../img/bg_header_mobile.svg');
    height: 1210px;
    background-size: cover;
    background-position: bottom center;
  }
  .site-index .header-background .blue-hand {
    top: 765px;
    bottom: unset;
    left: unset;
    width: 100%;
  }
  .site-index .header-background #references-carousel {
    top: 410px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
  }
  #references-carousel {
    top: 450px;
    left: 0;
    right: auto;
    width: 100%;
  }
  .section-about-us {
    margin: auto;
    padding: 10px 15px 40px 15px;
  }
  .section-about-us article {
    margin: auto;
    text-align: center;
  }
  .section-services {
    margin-left: 0;
    margin-right: 0;
    height: auto;
    padding-bottom: 40px;
    position: relative;
  }
  .section-services::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 40px solid transparent;
    border-left: 40px solid transparent;
    border-bottom: 40px solid #f67740;
    border-right: 40px solid #f67740;
    top: -78px;
    right: 0;
  }
  .section-services::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-bottom: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid #f66546;
    border-left: 40px solid #f66546;
    bottom: -78px;
    left: 0;
  }
  .section-services h2 {
    padding-top: 60px;
  }
  .section-services #services-boxes {
    grid-template-columns: repeat(auto-fill,minmax(160px,1fr));
    grid-gap: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .section-services .service-box {
    max-width: 100%;
    padding: 15px;
    height: 100%;
    margin: auto;
  }
  .section-services .service-box h3 {
    font-size: 15px;
    line-height: 18px;
    text-align: center;
  }
  .section-services .service-box .box-image {
    margin: auto auto 15px auto;
  }
  .section-services .service-box .details {
    display: none;
  }
  .section-references {
    margin-top: 0;
    position: relative;
    background-image: unset;
    padding-top: 120px;
    padding-bottom: 60px;
    display: flex;
    flex-direction: column;
  }
  .section-references .reference-title.display-mobile {
    display: block;
    grid-column: unset;
    margin-top: 0;
    margin-left: 0;
    width: 100%;
  }
  .section-references .reference-title.display-mobile .description {
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    margin-bottom: 30px;
  }
  .section-references .display-mobile {
    display: block;
  }
  .section-references .hypin-btn {
    order: 3;
  }
  .section-references .references {
    display: block;
    grid-template-columns: unset;
    grid-gap: unset;
    margin-left: 0;
    margin-right: 0;
  }
  .section-references .references .reference-item {
    max-width: 250px;
    margin-right: 20px;
  }
  .section-references .references .reference-title {
    display: none;
  }
  .section-references .hypin-btn {
    margin-bottom: 35px;
  }
  .section-blog {
    margin: 0;
    background-size: cover;
    background-image: url('../img/bg_blog_mobile.svg');
    background-position: bottom center;
    min-height: 850px;
  }
  .section-blog .hypin-btn {
    margin-top: 30px;
  }
  .blog-articles {
    display: block;
    grid-template-columns: unset;
    grid-gap: unset;
    text-align: center;
  }
  .blog-articles .article-item {
    max-width: 350px;
    margin-bottom: 20px;
  }
  .blog-articles .article-item img {
    height: 230px;
    min-height: 2;
  }
  .blog-articles .article-item h3,
  .blog-articles .article-item h4,
  .blog-articles .article-item .publish-date {
    font-size: 15px;
    line-height: 18px;
  }
  .blog-articles .article-item .bottom {
    min-height: 135px;
  }
  .section-contact .contact-column:first-child h2 {
    text-align: left;
  }
  .section-contact .contact-column:first-child h3 {
    font-size: 17px;
    line-height: 20px;
  }
  .section-contact .contact-column:first-child h3 + p {
    font-size: 17px;
    line-height: 20px;
  }
  .section-contact .contact-column:first-child .company-infos p {
    font-size: 15px;
    line-height: 18px;
  }
  .standalone-page h1 {
    font-size: 40px;
    line-height: 100%;
    margin-bottom: 70px;
  }
  #services-page .header-background {
    background-image: url('../img/bg_services_page_mobile.svg');
  }
  #services-page #services-boxes {
    padding: 0 15px 0 15px;
  }
  #services-page .service-item {
    padding: 40px 30px 40px 30px;
    margin-bottom: 30px;
  }
  #services-page .service-item h2 {
    font-size: 17px;
    line-height: 20px;
    text-align: left;
  }
  #services-page .service-item .article-short,
  #services-page .service-item .icon-line .contact-link {
    font-size: 15px;
    line-height: 18px;
  }
  #services-page .service-item .article-tabs {
    display: block;
  }
  #services-page .service-item .article-tabs .article-tab {
    margin-bottom: 10px;
    padding: 15px 20px 15px 20px;
  }
  #services-page .service-item .article-tabs .article-tab .tab-title-line h3 {
    font-size: 17px;
    line-height: 33px;
  }
  #services-page .service-item .article-tabs .article-tab .tab-title-line img {
    max-height: 33px;
    max-width: 33px;
  }
  #services-page .service-item .article-tabs .article-tab .tab-text {
    font-size: 15px;
    line-height: 18px;
  }
  #services-page .service-item .article-tabs .article-tab .tab-text p {
    margin-bottom: 0;
  }
  #article-page .mask {
    background-image: url('../img/bg_article_page_mask.svg');
    background-size: 200%;
    background-position: 0px 100%;
  }
  #article-page .on-header {
    margin-top: -655px;
  }
  #article-page .header-background {
    height: 875px;
  }
  #article-page .white-box {
    padding: 40px 30px 40px 30px;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(100% - 30px);
  }
  #article-page .hypin-small-container,
  #article-page .hypin-big-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  #article-page h1 {
    font-size: 40px;
    line-height: 48px;
  }
  #article-page .publish-date,
  #article-page .article-short,
  #article-page .article-text {
    font-size: 17px;
    line-height: 20px;
  }
  #article-page .article-text img {
    width: 100%;
    padding-bottom: 20px;
    float: unset;
  }
  #blog-page {
    background-image: unset;
  }
  #blog-page .header-background {
    background-color: #4907B8;
    height: 550px;
  }
  #blog-page .on-header {
    margin-top: -425px;
  }
  #blog-page .blog-articles {
    padding-bottom: 100px;
  }
  #blog-page .shadow {
    display: none;
  }
  #team-page .hand-text {
    position: relative;
    left: unset;
    top: unset;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    margin-top: 40px;
  }
  #team-page .blue-hand {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }
  #team-page .header-background .hypin-container {
    display: block;
    padding: 190px 10px 15px 10px;
  }
  #team-page .header-background .hypin-container .left-side {
    margin-left: auto;
    margin-right: auto;
  }
  #team-page .header-background .hypin-container .right-side .white-background {
    margin: 30px auto 0 auto;
  }
  #team-page .header-background .hypin-container .right-side .white-background p {
    font-size: 15px;
    line-height: 18px;
    margin-top: 0;
    text-align: center;
  }
  #team-page .header-background .hypin-container .right-side .white-background p span {
    font-size: 10px;
    line-height: 12px;
  }
  #team-page .header-background h2 {
    font-size: 40px;
    max-width: 100%;
    margin: auto auto 42px auto;
  }
  #team-page .header-background .shadow {
    font-size: 70px;
    top: -30px;
    left: -5px;
    text-align: center;
  }
  #team-page .header-background .article-short {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  #team-page #team-header .tab-bg {
    display: none;
  }
  #references-page .header-background {
    background-color: #4907B8;
    height: 650px;
    text-align: center;
  }
  #references-page .header-background .article-short {
    font-size: 20px;
    line-height: 24px;
    margin-left: auto;
    margin-right: auto;
  }
  #references-page .header-background .hypin-container {
    display: block;
    padding-top: 180px;
  }
  #references-page .header-background .hypin-container .left-side {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    margin-top: -80px;
  }
  #references-page .header-background .hypin-container .left-side .shadow {
    display: none;
  }
  #references-page .header-background .hypin-container .left-side h2 {
    margin-left: auto;
    margin-right: auto;
    font-size: 40px;
  }
  #references-page .header-background .hypin-container .right-side {
    margin: 0 auto 0 auto;
  }
  #references-page .header-background .hypin-container .right-side .gradient-background {
    max-width: 300px;
    text-align: center;
    margin: auto;
    padding: 25px 25px 25px 25px;
  }
  #references-page .header-background .hypin-container .right-side .gradient-background .map-image {
    margin: auto;
    background-image: url('../img/map_mobile.png');
    height: 260px;
    width: auto;
  }
  #references-page .header-background .hypin-container .right-side .gradient-background .hypin-btn {
    margin: 30px auto;
  }
  #references-page #on-header {
    margin-top: 160px;
  }
  #references-page #on-header .references {
    padding-left: 0 !important;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  footer {
    background-image: unset;
    background-color: #4907B8;
    min-height: 70px;
    height: auto;
    margin-top: 45px;
  }
  footer .hypin-container {
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 0.5rem;
  }
  footer .hypin-container > div {
    text-align: center;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .grid-magic-slider {
    white-space: nowrap !important;
    overflow-x: auto !important;
    padding: 0 0 30px 18px !important;
  }
  .grid-magic-slider .grid-magic-slider-item {
    display: inline-block !important;
    vertical-align: top !important;
    white-space: normal !important;
    width: 90% !important;
    padding: 0 !important;
    float: none !important;
  }
  .standalone-page .on-header {
    margin-top: -1100px;
  }
}
@media (max-width: 1199px) and (min-width: 1201px) {
  .header-background p {
    text-align: center;
    margin-top: 55px;
    margin-right: auto;
    font-size: 20px;
  }
}
@media (max-width: 1199px) and (max-width: 1200px) {
  .header-background p {
    text-align: center;
    margin-top: 125px;
    margin-right: auto;
    font-size: 20px;
  }
}
@media (max-width: 1199px) and (min-width: 1201px) {
  .site-index .header-background h1 {
    top: 100px;
    left: unset;
    transform: unset;
    font-size: 40px;
    line-height: 100%;
  }
}
@media (max-width: 1199px) and (max-width: 1200px) {
  .site-index .header-background h1 {
    top: -172px;
    left: unset;
    transform: unset;
    font-size: 40px;
    line-height: 100%;
  }
}
@media (max-width: 1199px) and (min-width: 1201px) {
  .site-index .header-background .header-text {
    top: 650px;
    bottom: unset;
    left: 0;
    width: 100%;
    padding: 10px;
    text-align: center;
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 1199px) and (max-width: 1200px) {
  .site-index .header-background .header-text {
    top: 540px;
    bottom: unset;
    left: 0;
    width: 100%;
    padding: 10px;
    text-align: center;
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 450px) {
  #article-page .mask {
    background-position: bottom center;
    background-image: url('../img/bg_article_page_mask_mobile.svg');
    background-size: 100%;
  }
  #article-page .grey-background {
    display: none;
    margin-top: 0;
  }
  #team-page #team-block h1 {
    font-size: 60px;
    margin-top: 40px;
  }
}
@media (max-width: 400px) {
  #team-page #team-block h1 {
    margin-top: 70px;
  }
}
@media (max-width: 350px) {
  #team-page #team-block h1 {
    margin-top: 90px;
    font-size: 50px;
  }
}
@media (max-width: 320px) {
  #team-page #team-block h1 {
    margin-top: 130px;
  }
}
.modal .modal-dialog .modal-content .modal-body p {
  font-size: 21px;
}
select#subject-dropdown {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-position: calc(98%) center !important;
  background: url("data:image/svg+xml,<svg height='50px' width='25px' viewBox='0 0 16 16' fill='%23000000' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>") no-repeat;
}
.tag-container {
  width: 1190px;
  max-width: 100%;
  padding: 75px 150px 75px 150px;
  margin: auto auto 0 auto;
  border-radius: 4px;
}
.tag-container .tag-container-inner {
  background-color: rgba(246,246,250,0.85);
  font-size: 30px;
  padding-top: 1rem;
}
.tag-container .tag-container-inner .tag-container-title {
  font-size: 30px;
  margin-left: 10px;
  font-weight: bold;
}
.tag-container .tag-box-view {
  display: block;
}
.tag-container .tag-box-view .tag-box {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  margin: 4px;
  border: 1px solid black;
  font-size: 20px;
  line-height: 0;
  text-align: center;
  display: inline-block;
}
.tag-container .tag-box-view .tag-box p {
  width: max-content;
  text-align: center;
}
@media (max-width: 1000px) {
  .tag-container {
    padding: 40px 0 40px 0;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(100% - 30px);
  }
}
#team-page #team-header {
  z-index: 10 !important;
}
#team-page #team-header .header-background {
  z-index: 10 !important;
}
#team-page #team-block {
  z-index: 0 !important;
}
#team-page .team .team-item:hover {
  animation-name: floating-animation;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
}
footer {
  z-index: 0;
  position: relative;
}
@keyframes floating-animation {
  0% {
    transform: rotate(0);
    left: 0px;
    top: 0px;
  }
  25% {
    transform: rotate(-2deg);
    left: 2px;
    top: -2px;
  }
  75% {
    transform: rotate(2deg);
    left: -2px;
    top: -2px;
  }
  100% {
    transform: rotate(0);
    left: 0px;
    top: 0px;
  }
}
#career-cv {
  font-size: 18px !important;
}
@media (min-width: 1200px) {
  #team-page .hand-text {
    width: 9rem;
    text-align: center;
    margin-top: 2rem;
  }
}
#article-page .article-text.img-needs-fluid img {
  max-width: 100%;
  height: auto;
  width: unset;
}
.object-cover {
  object-fit: cover;
}
a.mouseover-white:hover {
  color: white;
}
@media (max-width: 576px) {
  #team-page #team-block {
    margin-top: -450px;
  }
  #team-page #team-block h1 {
    padding-top: 730px;
  }
}
@media (min-width: 577px) and (max-width: 1000px) {
  #team-page .header-background {
    background-image: unset;
    background-color: #4907B8;
    height: 400px;
  }
  #team-page #team-block h1 {
    padding-top: 900px;
    font-size: 80px;
  }
}
@media (min-width: 1200px) {
  .header-text-mobile {
    display: none;
  }
}
@media (max-width: 1200px) {
  .header-text-desktop {
    display: none;
  }
}
@media (min-width: 1200px) {
  .header-title-mobile {
    display: none;
  }
}
@media (max-width: 1200px) {
  .header-title-desktop {
    display: none;
  }
}
