@import url('https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap');@import url('https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100..900;1,100..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
}

#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: Public Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Public Sans, sans-serif;
  --font-heading: Public Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Public Sans, sans-serif;
  --base-blue: #B0D0E9;
  --base-dark: #2F2F2F;
  --base-light-bg: #EDF4FA;
  --base-accent-blue: #297EC1;
  --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)
}

.main {
  overflow: hidden
}

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

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

@media(max-width: 768px) {
  .container {
    padding: 0 1.5rem
  }
}

.button {
  font-family: var(--font-heading);
  box-shadow: 0px 2px 8px #ACCBD0;
  background: #D51945;
  font-size: 22px;
  border-radius: 20px;
  color: #fff;
  text-align: center;
  line-height: 28px;
  font-weight: 800;
  display: flex;
  width: fit-content;
  position: relative;
  z-index: 20;
  padding: 2px;
  box-shadow: 0px 2px 8px 0px #EFEFEF;
}

.button span {
  position: relative;
  z-index: 20;
  padding: 16px 22px;
  border: 0;
  border-radius: 19px;
}

.button:hover {
  padding: 0;
}

.button:hover span {
  padding: 18px 24px;
  background: linear-gradient(180deg, #AEDEE5 0%, #6EC3D0 100%);
}

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

h1,
.title,
.h1 {
  font-size: 48px;
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.2
}

@media(max-width: 768px) {

  h1,
  .title,
  .h1 {
    font-size: 40px;
    font-weight: 800
  }
}

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

@media(max-width: 768px) {

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

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

@media(max-width: 768px) {

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

img {
  width: 100%;
  height: auto
}

.rte {
  font-size: 20px;
  font-weight: 300;
  line-height: 36px
}

.rte strong {
  font-weight: 800
}

:root {
  --font-primary: "Public Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Public Sans, 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)
}

/* 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;
  }
}

.page-header .header .button span {
  padding: 12px 48px;
}

.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: imprint-section */
.imprint-section {
  padding-top: 12rem;
  position: relative;
}

.imprint-section .bg-image-bottom {
  position: absolute;
  width: 1136px;
  bottom: -400px;
  right: -100px;
  z-index: -1;
  object-fit: cover;
}

@media(max-width: 1024px) {
  .imprint-section {
    padding-top: 8rem
  }
}

.imprint-section .top-part {
  margin-bottom: 3rem;
  position: relative
}

.imprint-section .top-part .bg-image-top {
  max-width: 575px;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
  z-index: -1;
}

.imprint-section .top-part .bg-image-bottom {
  max-width: 719px;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(-50%, 50%);
  z-index: -1;
}

.imprint-section .top-part .content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem
}

.imprint-section .top-part .content .top-wrapper {
  display: flex;
  gap: 1.5rem
}

@media(max-width: 1024px) {
  .imprint-section .top-part .content .top-wrapper {
    flex-direction: column
  }
}

.imprint-section .top-part .content .top-wrapper .left-side {
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem
}

.imprint-section .top-part .content .top-wrapper .right-side {
  flex-basis: 50%
}

.imprint-section .top-part .content .top-wrapper .right-side .ad-card {
  background: #CCEEFF66;
  border: 2px solid #FFFFFF;
  border-radius: 24px;
  box-shadow: 0px 4px 4px 0px #40404066;
  backdrop-filter: blur(4px);
  padding: 1.5rem
}

.imprint-section .top-part .content .bottom-wrapper .text {
  padding: 2rem
}

@media(max-width: 1024px) {
  .imprint-section .top-part .content .bottom-wrapper .text {
    padding: 1rem
  }
}

@media(max-width: 768px) {
  .imprint-section .top-part .content .bottom-wrapper .text {
    padding: .5rem
  }
}

.imprint-section .top-part .content .bottom-wrapper .text h2 {
  text-align: left
}

@media(max-width: 1024px) {
  .imprint-section .top-part .content .bottom-wrapper .text h2 {
    font-size: 24px
  }
}

.imprint-section .cards-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
  grid-auto-rows: 1fr
}

@media(max-width: 1024px) {
  .imprint-section .cards-wrapper {
    display: flex;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    margin-inline: -4rem;
    padding-inline: 4rem
  }

  .imprint-section .cards-wrapper::-webkit-scrollbar {
    display: none
  }
}

@media(max-width: 768px) {
  .imprint-section .cards-wrapper {
    margin-inline: -1.5rem;
    padding-inline: 1.5rem
  }
}

.imprint-section .cards-wrapper .card {
  background: #E1F1F733;
  border: 2px solid #FFFFFF;
  border-radius: 24px;
  backdrop-filter: blur(4px);
  box-shadow: 0px 4px 4px 0px #8CA2AC99;
  padding: 1.5rem
}

@media(max-width: 1024px) {
  .imprint-section .cards-wrapper .card {
    min-width: 320px
  }
}

@media(max-width: 768px) {
  .imprint-section .cards-wrapper .card {
    min-width: 300px
  }
}

.imprint-section .cards-wrapper .card .card-title {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 1rem
}

.imprint-section .cards-wrapper .card .card-text {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8
}

.imprint-section .addresses-part {
  background: #CCEEFF66;
  border: 2px solid #FFFFFF;
  margin-block: 3rem;
  padding: 1.5rem;
  box-shadow: 0px 4px 4px 0px #40404066;
  backdrop-filter: blur(4px);
  border-radius: 24px;
}

.imprint-section .addresses-part .addresses-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem
}

@media(max-width: 768px) {
  .imprint-section .addresses-part .addresses-wrapper {
    grid-template-columns: repeat(1, minmax(0, 1fr))
  }
}

/* Section: approved-payments */
.approved-payments {
  background: #D9EDF6;
  border-radius: 20px 20px 0 0;
  padding-bottom: 2rem;
  padding-top: 2rem
}

.approved-payments .container .heading {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 1.5rem
}

@media(max-width: 768px) {
  .approved-payments .container .heading {
    text-align: left
  }
}

.approved-payments .container .heading img {
  max-width: 100px
}

.approved-payments .container .icons-wrapper {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-top: 3rem
}

.approved-payments .container .icons-wrapper img {
  max-width: 100px;
  border-radius: 12px
}

/* Section: footer */
.nav-footer {
  background: #D9EDF6;
}

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

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

.nav-footer .menu .item a {
  opacity: .4
}

.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;
  background: linear-gradient(180deg, #fff 21.76%, #88c6f6 109.08%);
  width: 100%
}

.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: 768px) {
  .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
}