@font-face {
  font-display: swap;
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  /* font replaced as bug fix by TURN */
  src: url("../font/dm-sans-v17-latin_latin-ext-regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  /* font replaced as bug fix by TURN */
  src: url("../font/dm-sans-v17-latin_latin-ext-700.woff2") format("woff2");
}
*,
:before,
:after {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-family: "DM Sans", sans-serif;
}

body,
html {
  font-family: "DM Sans", sans-serif;
  width: 100%;
  overflow-x: hidden;
}

body {
  /* changed url by TURN */
  background: url("../images/header-bg.svg") no-repeat top center;
  background-size: 100% auto;
}
@media (max-width: 768px) {
  body {
    /* changed url by TURN */
    background: url("../images/header-bg-mobil.svg") no-repeat;
    background-position: center -150px;
    background-size: 100% auto;
  }
}
@media (max-width: 576px) {
  body {
    background-position: center -100px;
  }
}
body.menu-open {
  overflow: hidden;
  height: 100vh;
}

main[id=main-content] {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  main[id=main-content] {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
main[id=main-content]:focus {
  outline: none;
}

*:focus-visible {
  outline: 3px solid #0197f6;
  outline-offset: 2px;
}

/** removed h1 - h6 styles by TURN */
a {
  text-decoration: none;
}

a:hover, button:hover {
  cursor: pointer !important;
}

a:hover {
  text-decoration: underline;
}

a {
  color: #363f93;
  transition: 0.3s ease-in-out;
  text-decoration: underline;
}
a:hover, a:focus {
  color: #0197f6;
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
}

.text-47 {
  font-family: "DM Sans", sans-serif;
  font-size: 47px;
  font-weight: 700;
  line-height: 52px;
}
@media (max-width: 768px) {
  .text-47 {
    font-size: 34px;
    line-height: 36px;
  }
}

.text-44 {
  font-family: "DM Sans", sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 50px;
}
@media (max-width: 768px) {
  .text-44 {
    font-size: 30px;
    line-height: 32px;
  }
}

.text-34 {
  font-family: "DM Sans", sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 36px;
}
@media (max-width: 768px) {
  .text-34 {
    font-size: 28px;
    line-height: 32px;
  }
}

.text-28 {
  font-family: "DM Sans", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
}
@media (max-width: 768px) {
  .text-28 {
    font-size: 24px;
    line-height: 28px;
  }
}

.text-20, .footer--content__col__email, .footer--content__col__phone, .footer--content__col__text {
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}
@media (max-width: 768px) {
  .text-20, .footer--content__col__email, .footer--content__col__phone, .footer--content__col__text {
    font-size: 18px;
    line-height: 26px;
  }
}

.text-20-bold, .footer--content__col__title {
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}
@media (max-width: 768px) {
  .text-20-bold, .footer--content__col__title {
    font-size: 18px;
    line-height: 26px;
  }
}

.text-17, .footer--content__nav ul.menu li.menu-item a, .header .header--inner .header--auth__dropdown a, body,
html {
  font-family: "DM Sans", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
}

.text-17-bold, .header .header--inner .header--auth__user span, .header .header--inner__nav .menu .menu-item a, .btn {
  font-family: "DM Sans", sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 26px;
}

.text-15, #breadcrumbs > span *, #breadcrumbs > span {
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.text-15-bold {
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
}

.text-14-regular {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.sm-container {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

#breadcrumbs {
  margin: 0 !important;
  padding: 0 !important;
}
#breadcrumbs > span {
  display: inline-flex;
  gap: 10px;
  text-align: center;
  justify-content: center;
  padding: 10px;
}
@media (max-width: 768px) {
  #breadcrumbs > span {
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0;
    text-align: left;
  }
}
#breadcrumbs > span a {
  text-decoration: none;
  color: #161724;
}
#breadcrumbs > span a:hover {
  color: #0197f6;
}

.space-bottom-40 {
  margin-bottom: 40px !important;
}
@media (max-width: 991px) {
  .space-bottom-40 {
    margin-bottom: 20px !important;
  }
}

.error-page {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.error-page--content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 30px;
  text-align: center;
}
.error-page--content * {
  text-align: center;
}
.error-page--buttons {
  display: flex;
  gap: 20px;
}
@media (max-width: 576px) {
  .error-page--buttons {
    flex-direction: column;
    align-items: center;
  }
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    max-width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 1380px) {
  .container {
    max-width: 1300px;
    padding-left: 50px;
    padding-right: 50px;
  }
}

.btn {
  display: inline-flex;
  padding: 8px 14px 8px 14px;
  transition: 0.3s ease-in-out;
  text-decoration: none !important;
}
.btn.btn-primary {
  background-color: #e5033e;
  color: #ffffff;
}
.btn.btn-primary:hover {
  color: #ffffff;
  background-color: #BA0232;
}

.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: #000;
  color: #fff;
  padding: 8px 16px;
  text-decoration: none;
  z-index: 100000;
  border-radius: 0 0 4px 0;
  font-weight: 700;
}
.skip-link:focus {
  top: 0;
  outline: 3px solid #0197f6;
  outline-offset: 2px;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #000;
  border-radius: 4px;
  clip: auto !important;
  clip-path: none;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

@media (min-width: 991px) {
  .header.pre-fixed {
    position: fixed;
    top: -110%;
    width: 100vw;
    left: 0;
    background: #F5F5F5;
    z-index: 1000;
    transition: all 0.3s ease;
  }
  .header.pre-fixed .header--inner {
    padding: 23px 0;
  }
  .header.pre-fixed .header--inner__logo img {
    height: 34px;
  }
  .header.pre-fixed.fixed {
    top: 0;
  }
}
.header .header--inner {
  display: flex;
  align-items: center;
  padding: 36px 0;
  position: relative;
}
@media (max-width: 991px) {
  .header .header--inner {
    padding: 20px 0;
  }
}
.header .header--inner__logo img {
  width: auto;
  height: 47px;
}
@media (max-width: 1199px) {
  .header .header--inner__logo img {
    height: 37px;
  }
}
.header .header--inner__logo img:focus-visible {
  outline: 1px solid #363f93;
}
.header .header--inner--nav-wrapper {
  display: flex;
  align-items: center;
  margin-left: auto;
  gap: 24px;
}
@media (max-width: 991px) {
  .header .header--inner--nav-wrapper {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 1000;
    width: 100vw;
    gap: 10px;
    height: calc(100vh - 82px);
    left: 50%;
  }
  .header .header--inner--nav-wrapper.active {
    visibility: visible;
    opacity: 1;
  }
  .header .header--inner--nav-wrapper[aria-hidden=false] {
    display: flex;
  }
  .header .header--inner--nav-wrapper .btn {
    font-size: 28px;
    line-height: 32px;
  }
}
.header .header--inner__nav {
  margin-left: auto;
  padding-right: 24px;
}
@media (max-width: 991px) {
  .header .header--inner__nav {
    margin-left: 0;
    padding-right: 0;
    width: 100%;
  }
}
.header .header--inner__nav .menu {
  display: flex;
  gap: 18px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .header .header--inner__nav .menu {
    flex-direction: column;
    gap: 0;
  }
}
.header .header--inner__nav .menu .menu-item a {
  text-decoration: none;
  display: block;
  padding: 8px 3px;
  /* added by Turn */
}
@media (max-width: 991px) {
  .header .header--inner__nav .menu .menu-item a {
    padding: 15px 0;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
  }
}
.header .header--inner__nav .menu .menu-item a:hover, .header .header--inner__nav .menu .menu-item a:focus-visible {
  text-decoration: none;
  color: #0197f6;
}
.header .header--inner__nav .menu .menu-item a.btn-primary {
  padding: 8px 12px;
}
.header .header--inner__nav .menu .menu-item a.btn-primary:hover, .header .header--inner__nav .menu .menu-item a.btn-primary:focus-visible {
  color: #ffffff;
}
.header .header--inner .header--auth {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}
.header .header--inner .header--auth .btn {
  display: none;
}
.header .header--inner .header--auth .btn.active {
  display: flex;
}
.header .header--inner .header--auth__user {
  display: none;
  align-items: center;
  gap: 10px;
}
.header .header--inner .header--auth__user.active {
  display: flex;
}
.header .header--inner .header--auth__user svg {
  width: 20px;
  height: 20px;
}
.header .header--inner .header--auth__user svg path {
  stroke: #363f93;
  transition: all 0.3s ease;
}
.header .header--inner .header--auth__user span {
  width: calc(100% - 30px);
  color: #363f93;
  transition: all 0.3s ease;
}
.header .header--inner .header--auth__user:hover {
  cursor: pointer;
}
.header .header--inner .header--auth__user:hover > svg path {
  stroke: #0197f6;
}
.header .header--inner .header--auth__user:hover > span {
  color: #0197f6;
}
.header .header--inner .header--auth__dropdown {
  position: absolute;
  right: 0;
  top: calc(100% + 20px);
  width: 200px;
  background: #fff;
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 20px 0 rgba(22, 23, 36, 0.2);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.header .header--inner .header--auth__dropdown.active {
  opacity: 1;
  visibility: visible;
}
.header .header--inner .header--auth__dropdown a {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  color: #363f93;
  text-decoration: none;
  transition: all 0.3s ease;
}
.header .header--inner .header--auth__dropdown a svg {
  width: 20px;
  height: 20px;
}
.header .header--inner .header--auth__dropdown a svg path {
  stroke: #363f93;
  transition: all 0.3s ease;
}
.header .header--inner .header--auth__dropdown a:hover {
  color: #0197f6;
}
.header .header--inner .header--auth__dropdown a:hover svg path {
  stroke: #0197f6;
}
.header .menu-toggler {
  display: none;
}
@media (max-width: 991px) {
  .header .menu-toggler {
    display: flex;
    margin-left: auto;
    width: 30px;
    height: 30px;
    outline: none;
    border: none;
    flex-direction: column;
    position: relative;
    background: none;
  }
}
.header .menu-toggler:hover, .header .menu-toggler:focus-visible, .header .menu-toggler:focus {
  outline: none;
}
.header .menu-toggler:hover span, .header .menu-toggler:focus-visible span, .header .menu-toggler:focus span {
  background: #0197f6;
}
.header .menu-toggler[aria-expanded=true] {
  background-color: #363f93;
}
.header .menu-toggler[aria-expanded=true] .line {
  background-color: #fff;
}
.header .menu-toggler .line {
  width: 28px;
  height: 2px;
  background: #363f93;
  display: block;
  transition: all 0.3s ease;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.header .menu-toggler .line:first-child {
  top: 3px;
}
.header .menu-toggler .line:nth-child(2) {
  top: 50%;
  transform: translate(-50%, -50%);
}
.header .menu-toggler .line:last-child {
  top: calc(100% - 5px);
}
.header .menu-toggler.active .line:first-child {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.header .menu-toggler.active .line:nth-child(2) {
  opacity: 0;
  left: 100%;
}
.header .menu-toggler.active .line:last-child {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.footer {
  color: #363f93;
  padding: 150px 0 60px 0;
  position: relative;
  overflow: hidden;
}
.footer:before {
  content: "";
  background: #F5F5F5;
  position: absolute;
  left: 50%;
  width: 100vw;
  height: calc(100% - 150px);
  transform: translateX(-50%);
  top: 150px;
}
@media (max-width: 576px) {
  .footer {
    padding: 150px 0 35px;
  }
}
.footer-bg {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100vw;
  height: auto;
  max-width: none;
}
@media (max-width: 576px) {
  .footer-bg {
    display: none;
  }
}
.footer-bg-mobile {
  display: none;
}
@media (max-width: 576px) {
  .footer-bg-mobile {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: auto;
    max-width: none;
  }
}
.footer--content {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.footer--content__col {
  display: flex;
  flex-direction: column;
  width: 30%;
}
@media (max-width: 1199px) {
  .footer--content__col {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .footer--content__col {
    width: 100%;
    margin-bottom: 32px;
  }
}
.footer--content__col__title {
  display: inline-block;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .footer--content__col__title {
    margin-bottom: 10px;
  }
}
.footer--content__col__text {
  margin: 0 0 20px 0;
  max-width: 155px;
  font-style: normal;
}
@media (max-width: 576px) {
  .footer--content__col__text {
    margin-bottom: 32px;
  }
}
.footer--content__col__social-links {
  display: flex;
  gap: 16px;
}
.footer--content__col__social-links .social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.footer--content__col__social-links .social-link svg path {
  transition: all 0.3s ease;
}
.footer--content__col__social-links .social-link:focus, .footer--content__col__social-links .social-link:hover {
  outline: none;
}
.footer--content__col__social-links .social-link:focus svg path.stroke, .footer--content__col__social-links .social-link:hover svg path.stroke {
  stroke: #0197f6;
}
.footer--content__col__social-links .social-link:focus svg path.fill, .footer--content__col__social-links .social-link:hover svg path.fill {
  fill: #0197f6;
}
.footer--content__col__social-links .social-link svg {
  width: 40px;
  height: 40px;
}
.footer--content__col__email, .footer--content__col__phone {
  color: #363f93;
  text-decoration: underline;
  width: fit-content;
  transition: all 0.3s ease;
}
.footer--content__col__email:focus-visible, .footer--content__col__phone:focus-visible {
  color: #0197f6;
}
.footer--content__col__phone {
  text-decoration: none;
}
.footer--content__col__phone:focus, .footer--content__col__phone:hover {
  text-decoration: none;
}
.footer--content__col.partners {
  display: flex;
  gap: 40px;
  flex-direction: row;
  align-items: center;
  width: 40%;
  justify-content: flex-end;
}
@media (max-width: 1199px) {
  .footer--content__col.partners {
    order: 4;
    width: 100%;
    justify-content: flex-start;
    margin-top: 40px;
    margin-bottom: 0;
  }
}
@media (max-width: 576px) {
  .footer--content__col.partners {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
.footer--content__col.partners .logo-link {
  display: block;
  max-width: 142px;
  width: 142px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.footer--content__col.partners .logo-link img {
  width: 100%;
  height: auto;
  transform: translateY(0);
  transition: 0.3s ease-in-out;
}
.footer--content__col.partners .logo-link.powered-by {
  display: flex;
  flex-direction: column;
  max-width: 186px;
  width: 100%;
}
.footer--content__col.partners .logo-link.powered-by .logo-link__text {
  font-size: 12px;
  color: #161724;
  text-decoration: none;
  display: block;
  margin-bottom: 2px;
}
.footer--content__col.partners .logo-link.powered-by img {
  width: 100%;
  height: auto;
}
.footer--content__col.partners .logo-link.powered-by img:hover {
  transform: translateY(-8.5px);
}
.footer--content__nav {
  width: 100%;
  display: flex;
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .footer--content__nav {
    order: 3;
  }
}
@media (max-width: 576px) {
  .footer--content__nav {
    margin-top: 0;
  }
}
.footer--content__nav ul.menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 20px;
}
@media (max-width: 576px) {
  .footer--content__nav ul.menu {
    flex-direction: column;
  }
}
@media (max-width: 576px) {
  .footer--content__nav ul.menu li.menu-item a {
    font-size: 15px;
    line-height: 22px;
  }
}
.footer--content__nav ul.menu li.menu-item a:focus {
  color: #0197f6;
}
