@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

video,
iframe,
canvas {
  overflow: hidden !important;
  contain: layout style paint;
  view-transition-name: none;
}

.smartplayer,
.smartplayer *,
.video-vturb,
.video-vturb * {
  overflow: hidden !important;
  contain: layout style paint;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

.display-1 {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 38px;
  font-family: var(--font-heading);
}

.display-2 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 48px;
  font-family: var(--font-heading);
}

.display-3 {
  font-family: var(--font-heading);
  font-size: 48px;
  font-weight: 800;
  letter-spacing: -0.017em;
  line-height: 58px;
}

.title-1 {
  font-family: var(--font-heading);
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.017em;
  font-weight: 400;
}

.body-1 {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.body-2 {
  font-family: var(--font-heading);
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.body-3 {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
}

@media (max-width: 1156px) {
  .title-1 {
    font-size: 32px;
    line-height: 38px;
  }
}

@media (max-width: 767px) {
  .title-1 {
    font-size: 18px;
    line-height: 28px;
  }
}

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


#root,
#__next {
  isolation: isolate;
}

ul,
ol {
  list-style: none;
}

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

button {
  background: none;
  border: none;
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:root {
  --font-body: Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", "Poppins", sans-serif;
  --font-heading: Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", "Poppins", sans-serif;
  --base-blue: #BCE3E9;
  --base-dark: #222222;
  --base-light-bg: #edf4fa;
  --base-accent-blue: #297ec1;
  --base-accent-red: #DD2535;
  --base-accent: #459ece;
  --button-default: linear-gradient(180deg, #52a5e7 0%, #72baf3 100%);
  --bg-gradient: linear-gradient(180deg,
      rgba(136, 198, 246, 0.64) 0%,
      rgba(176, 208, 233, 0.64) 36.66%,
      rgba(176, 208, 233, 0) 100%);
  --bg-card: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, #ddf0ff 100%);
  --bg-gradient-2: linear-gradient(180deg, rgba(176, 208, 233, 0.2) 0%, #b0d0e9 100%);
  --bg-gradient-3: linear-gradient(180deg,
      rgba(176, 208, 233, 0) 0%,
      rgba(176, 208, 233, 0.64) 43.6%,
      rgba(136, 198, 246, 0.64) 100%);
  --bg-gradient-5: linear-gradient(180deg,
      rgba(176, 208, 233, 0) 0%,
      rgba(176, 208, 233, 0.64) 36.63%,
      rgba(76, 143, 196, 0.64) 78.47%);
  --base-gradient: linear-gradient(90deg, rgba(88, 151, 200, 0.8) 0%, rgba(176, 208, 233, 0.8) 100%);
}

* {
  box-sizing: border-box;
}

body {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.5;
  color: var(--base-dark);
  background: #F7FCFF;
}

.main {
  overflow: hidden;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 92px;
}

@media (max-width: 1156px) {
  .container {
    padding: 0 4rem;
  }
}

@media (max-width: 767px) {
  .container { padding: 0 1 rem; }
}

.button {
  font-family: 'Poppins';
  background: #FF5B36;
  font-size: 26px;
  line-height: 32px;
  box-shadow: 0px 2px 8px 0px #EFEFEF;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  font-weight: 600;
  display: flex;
  width: fit-content;
  position: relative;
  z-index: 20;
  padding: 12px 24px;
}


.button span {
  position: relative;
  z-index: 20;
  border: 0;
}


.p-text {
  font-size: 24px;
  line-height: 38px;
  font-weight: 400;
}

@media (max-width: 767px) {
  .button {
    font-size: 16px;
    white-space: nowrap;
    line-height: 1.2;
  }
}

h1,
.title,
.h1 {
  font-size: 40px;
  font-family: var(--font-heading);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

@media (max-width: 1156px) {

  h1,
  .title,
  .h1 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 900;
  }
}

@media (max-width: 767px) {

  h1,
  .title,
  .h1 {
    font-size: 32px;
    line-height: 38px;
  }
}

h2,
.h2 {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

@media (max-width: 767px) {

  h2,
  .h2 {
    font-size: 32px;
    font-weight: 800;
  }
}

.title-1 {
  font-size: 32px;
  line-height: 44px;
  font-weight: 700;
}

h3,
.h3 {
  font-size: 22px;
  font-weight: 800;
  line-height: 1.2;
}

@media (max-width: 767px) {

  h3,
  .h3 {
    font-size: 22px;
  }
}

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

.rte {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 36px;
  color: #191919;
}

.rte strong {
  font-weight: 600;
}

:root {
  --font-primary: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", "Poppins", Oxygen, Ubuntu, Cantarell, sans-serif;
  --font-weight-light: 300;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-weight-extrabold: 800;
  --font-weight-black: 900;
}

body {
  font-family: var(--font-primary);
  font-weight: var(--font-weight-normal);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.font-light {
  font-weight: var(--font-weight-light);
}

.font-normal {
  font-weight: var(--font-weight-normal);
}

.font-medium {
  font-weight: var(--font-weight-medium);
}

.font-semibold {
  font-weight: var(--font-weight-semibold);
}

.font-bold {
  font-weight: var(--font-weight-bold);
}

.font-extrabold {
  font-weight: var(--font-weight-extrabold);
}

.font-black {
  font-weight: var(--font-weight-black);
}


body {
  color: #222222;
  background: #F7FCFF;
}

/* Section: header */
.page-header {
  background: linear-gradient(180deg, #fff, #fff 36.48%, hsla(0, 0%, 100%, 0.9) 64.03%, hsla(0, 0%, 100%, 0));
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.page-header .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding-block: 16px;
  padding-inline: 48px;
}

@media (max-width: 767px) {
  .page-header .header {
    padding-inline: 1rem;
  }
}

.page-header .header .header-logo {
  z-index: 20;
  position: relative;
}

.page-header .header .nav-primary {
  display: flex;
  align-items: center;
  gap: 8px;
}

@media screen and (min-width: 1156px) {
  .page-header .header .nav-primary {
    gap: 48px;
  }
}

.page-header .header .hamburger {
  cursor: pointer;
  position: relative;
  z-index: 20;
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 21px;
  padding: 6px;
}

.page-header .header .hamburger .bar {
  width: 20px;
  height: 2px;
  background-color: var(--base-dark);
  pointer-events: none;
  transform-origin: left;
  transition: all 400ms cubic-bezier(0.84, 0.06, 0.52, 1.8);
}

@media screen and (min-width: 1156px) {
  .page-header .header .hamburger {
    display: none;
  }
}

.page-header .header .hamburger.active .top {
  rotate: 45deg;
  transform: translateY(-1px);
  width: 22px;
}

.page-header .header .hamburger.active .middle {
  opacity: 0;
  transform: translateX(5px);
}

.page-header .header .hamburger.active .bottom {
  rotate: -45deg;
  width: 22px;
  transform: translateY(1px);
}

.page-header .header .menu {
  font-size: 16px;
  font-weight: 700;
}

@media screen and (max-width: 1156px) {
  .page-header .header .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 10;
    padding: 100px 4rem 1rem 4rem;
    padding-top: 120px;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    transform: translateY(-100%);
    transition: all 400ms ease;
  }

  .page-header .header .menu.active {
    transform: translateY(0);
  }
}

@media screen and (max-width: 767px) {
  .page-header .header .menu {
    padding: 80px 1rem;
  }
}

@media screen and (min-width: 1156px) {
  .page-header .header .menu {
    display: flex;
    gap: 32px;
    align-items: center;
  }
}

.header-logo img {
  max-width: 225px;
}

.page-header .header .button span {
  padding: 0px 26px;
}

.page-header .header .button:hover span {
  /* padding: 18px 68px; */
}

@media (max-width: 767px) {
  .page-header .header .button span {
    padding: 8px 16px;
    font-size: 22px;
  }
}

/* Section: title-section */
.title-section {
  position: relative;
  padding-block: 130px 3rem
}

.title-section .container {
  position: relative
}

.title-section .bg-image-top {
  max-width: 717px;
  position: absolute;
  right: 0;
  bottom: -200px;
}

.main .image {
  position: relative;
  z-index: 1;
  max-height: 920px;

  img {
    max-height: 920px;
    object-fit: contain;
  }
}

.title-section .container .bg-image-bottom {
  bottom: 0;
  left: 0;
  max-width: 265px;
  position: absolute;
  transform: translate(-50%, 0)
}

.title-section .container h1 {
  margin-bottom: 2.5rem;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 46px;
  display: flex;
  align-items: center;
  color: #191919;
}

.title-section .container .rte p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 36px;
  color: #191919;
}

.title-section .container .content-bottom {
  position: relative;
  max-width: 80%;
  justify-self: center;

  @media(max-width: 767px) {
    max-width: 100%;
    margin-block: 4rem;
  }
}

.title-section .container .content-bottom .bg-image-right {
  position: absolute;
  max-width: 407px;
  right: -20%;
  top: 20%;
  height: fit-content;
  z-index: -1;
  
  img {
    max-width: 407px;
  }

  @media(max-width: 1024px) {
    right: -30%;
    top: 40%;
  }

  @media(max-width: 767px) {
    right: -30%;
    top: 60%;
  }
}

.title-section .container .content-bottom .bg-image-left {
  position: absolute;
  max-width: 297px;
  left: -20%;
  bottom: 30%;
  height: fit-content;
  z-index: -1;
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);

  img {
    max-width: 297px;
  }

  @media(max-width: 1024px) {
    left: -20%;
    bottom: 60%;
  }

  @media(max-width: 767px) {
    left: -30%;
    bottom: 80%;
  }
}

.title-section .container .image {
  margin-block: 2.5rem
}

@media(max-width: 1024px) {
  .title-section .container .image {
    margin-inline: -4rem
  }
}

.title-section .container .link {
  background: rgba(176, 208, 233, .6);
  border-radius: 4px;
  font-size: 22px;
  font-weight: 800;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5rem;
  padding: 4px 24px;
  text-decoration-line: underline;
  width: fit-content
}

.title-section .container .link:hover {
  text-decoration: none
}

.text-below {
  padding-block: 32px 0px
}

.text-below .content-wrapper {
  display: grid;
  margin-block: 32px;
  grid-template-columns: 70% 30%;

  @media(max-width: 1024px) {
    grid-template-columns: 100%;
    grid-template-rows: auto;
  }

  .left-side {
    grid-column: 1;
    display: flex;
    flex-direction: column;
    gap: 32px;

    @media(max-width: 1024px) {
      grid-column: 1;
      grid-row: 1;
      order: 1;
    }
  }

  .right-side {
    grid-column: 2;
    position: relative;
    height: fit-content;

    @media(max-width: 1024px) {
      grid-column: 1;
      grid-row: 2;
      order: 2;
    }

    img {
      position: absolute;
      min-width: 937px;
      left: -80%;
      /* bottom: -10%; */
      z-index: -1;

      @media(max-width: 1024px) {
        position: relative;
        left: unset;
        bottom: unset;
        z-index: 1;
      }

      @media(max-width: 767px) {
        left: -10%;
        max-width: 548px;
        min-width: 548px;
      }
    }
  }
}

.simple-text .content .content-wrapper {
  display: grid;
  margin-block: 32px;
  grid-template-columns: 70% 30%;

  @media(max-width: 1024px) {
    grid-template-columns: 100%;
    grid-template-rows: auto;
  }

  .left-side {
    grid-column: 1;
    display: flex;
    flex-direction: column;
    gap: 32px;

    @media(max-width: 1024px) {
      grid-column: 1;
      order: 2;
    }
  }

  .right-side {
    grid-column: 2;
    position: relative;

    @media(max-width: 1024px) {
      grid-column: 1;
      order: 1;
      min-height: 200px;
    }

    img {
      position: absolute;
      min-width: 607px;
      max-width: 607px;
      left: -20%;
      bottom: -10%;
      z-index: -1;

      @media(max-width: 1024px) {
        left: unset;
        right: -10%;
        bottom: -120%;
      }
    }
  }
}

/* Section: studien-section */
.studien-section {
  margin-top: 96px;
}

.studien-section .container .items .item {
  position: relative
}

.studien-section .container .items .item h2 {
  background: #ADCBE899;
  backdrop-filter: blur(16px);
  border-radius: 20px;
  margin-bottom: 2.5rem;
  margin-top: 2.5rem;
  padding: 32px 24px;
  position: relative;
  z-index: 1
}

.studien-section .container .items .item .image {
  position: absolute;
  z-index: -1;
}

.studien-section .container .items .item .list-items {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
  z-index: 10
}

.studien-section .container .items .item .list-items .list-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 1.5rem
}

.studien-section .container .items .item .list-items .list-item ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style-type: disc;
  padding-left: 1rem
}

.studien-section .container .items .item .list-items .list-item .text {
  font-size: 20px;
  line-height: 1.8
}

.studien-section .container .items .item .list-items .list-item .text strong {
  font-weight: 800
}

.studien-section .container .items .item .list-items .list-item .links {
  display: flex;
  gap: 16px;
  justify-content: center
}

.studien-section .container .items .item .list-items .list-item .links .link {
  background: #ADCBE899;
  font-family: var(--font-heading);
  border-radius: 20px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  padding: 7px 32px;
  text-decoration-line: underline;
  width: -moz-fit-content;
  width: fit-content
}

.studien-section .container .items .item .list-items .list-item .links .link:hover {
  text-decoration: none
}

.studien-section .container .items .item:nth-child(1) .image {
  width: 604px;
  right: -220px;
  top: -74.11px;
}

.studien-section .container .items .item:nth-child(1) .image img {
  width: 604px;
}

.studien-section .container .items .item:nth-child(2) .image {
  width: 694px;
  left: -220px;
  top: -250px;
}

.studien-section .container .items .item:nth-child(2) .image img {
  width: 694px;
}

.studien-section .container .items .item:nth-child(3) .image {
  width: 694px;
  right: -120px;
  top: -304.11px;
}

.studien-section .container .items .item:nth-child(3) .image img {
  width: 694px;
}

.studien-section .container .items .item:nth-child(4) {
  margin-bottom: 196px;
}

.studien-section .container .items .item:nth-child(4) .image {
  width: 694px;
  right: 230px;
  bottom: -305.11px;

  @media(max-width: 1024px) {
    right: 10px;
  }

  @media(max-width: 767px) {
    right: -40%;
    bottom: -25%;
  }
}

.studien-section .container .items .item:nth-child(4) .image img {
  width: 694px;
}

.studien-section .container .items .item:nth-child(5) .image {
  width: 305px;
  right: 0px;
  top: -135.11px;
}

.studien-section .container .items .item:nth-child(5) .image img {
  width: 100%;
}

.studien-section .container .items .item:nth-child(6) .image {
  width: 694px;
  left: -220px;
  top: -250px;
}

.studien-section .container .items .item:nth-child(6) .image img {
  width: 694px;
}

.studien-section .container .items .item:nth-child(7) .image {
  width: 615px;
  right: -400px;
  top: -220.11px;
}

.studien-section .container .items .item:nth-child(7) .image img {
  width: 438px;
}

.studien-section .container .items .item:nth-child(8) {
  margin-bottom: 196px;
}

.studien-section .container .items .item:nth-child(8) .image {
  width: 694px;
  right: 230px;
  bottom: -305.11px;

  @media(max-width: 1024px) {
    right: 10px;
  }

  @media(max-width: 767px) {
    right: -40%;
    bottom: -25%;
  }
}

.studien-section .container .items .item:nth-child(8) .image img {
  width: 694px;
}

.studien-section .container .items .item:nth-child(9) .image {
  width: 429px;
  right: -90px;
  top: -140.11px;
}

.studien-section .container .items .item:nth-child(9) .image img {
  width: 100%;
}

/* Section: studien-bottom */
.simple-text {
  margin-block: 47px;
  padding-top: 49px
}

.simple-text .container .content {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.simple-text .container .content ul {
  padding: 0px 20px;
  list-style-type: disc;
}

.simple-text .container .content p {
  font-size: 20px;
  line-height: 1.8
}

/* Section: footer */
.nav-footer {
  background: #ABCAE4;
  font-family: var(--font-heading);
  position: relative;
  z-index: 1;
}

.nav-footer .menu {
  padding-block: 1.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  color: #2F2F2F;

  a {
    opacity: 0.4;
  }
}

@media(max-width: 767px) {
  .nav-footer .menu {
    gap: 1.5rem;
    flex-direction: column
  }
}

.nav-footer .menu .item a {}

.nav-footer .menu .item a:hover {
  text-decoration: underline
}

.nav-footer .menu .popup-for-button {
  align-items: center;
  background-color: rgba(0, 0, 0, .8);
  display: none;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 150
}

.nav-footer .menu .popup-for-button.active {
  display: flex
}

.nav-footer .menu .popup-for-button .popup-wrapper {
  border-radius: 20px;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  max-width: 800px;
  padding: 2rem;
  position: relative;
  width: 100%;
  background: linear-gradient(156.83deg, #FFFFFF -95.45%, #ABDCE4 86.27%);
}

.nav-footer .menu .popup-for-button .popup-wrapper .close {
  cursor: pointer;
  position: absolute;
  right: 1rem;
  top: 1rem
}

.nav-footer .menu .popup-for-button .popup-wrapper .close svg {
  pointer-events: none
}

@media(max-width: 767px) {
  .nav-footer .menu .popup-for-button .popup-wrapper .popup-content {
    overflow-y: auto;
    height: calc(100vh - 4rem)
  }
}

.nav-footer .menu .popup-for-button .popup-wrapper .popup-content .popup-text {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-weight: 300;
  gap: 1.5rem;
  line-height: 1.8;
  margin-bottom: 2rem;
  margin-top: 2rem
}