@font-face {
  font-family: Niveabrandtypett;
  src: url('../fonts/NIVEABrandTypeTT-Bold.ttf') format("truetype"), url('../fonts/NIVEABrandTypeTT-ConExtraBold.ttf') format("truetype"), url('../fonts/NIVEABrandTypeTT-ExConExtraBold.ttf') format("truetype"), url('../fonts/NIVEABrandTypeTT-ExConBold.ttf') format("truetype"), url('../fonts/NIVEABrandTypeTT-ConBold.ttf') format("truetype"), url('../fonts/NIVEABrandTypeTT-ExtraBold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Niveabrandtypett;
  src: url('../fonts/NIVEABrandTypeTT-ConLight.ttf') format("truetype"), url('../fonts/NIVEABrandTypeTT-ExConLight.ttf') format("truetype"), url('../fonts/NIVEABrandTypeTT-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Niveabrandtypett;
  src: url('../fonts/NIVEABrandTypeTT-ExConRegular.ttf') format("truetype"), url('../fonts/NIVEABrandTypeTT-ConRegular.ttf') format("truetype"), url('../fonts/NIVEABrandTypeTT-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Niveabrandtypett;
  src: url('../fonts/NIVEABrandTypeTT-ExConMedium.ttf') format("truetype"), url('../fonts/NIVEABrandTypeTT-Medium.ttf') format("truetype"), url('../fonts/NIVEABrandTypeTT-ConMedium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --wid: 16vw;
  --white: white;
  --light-blue: #d9e7f5;
  --blue: #1e349b;
}

body {
  color: #03319f;
  --wid: 16vw;
  --white: white;
  --light-blue: #d9e7f5;
  --blue: #1e349b;
  font-family: Niveabrandtypett, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 140%;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 120%;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 16px;
}

ol {
  margin-top: 8px;
  margin-bottom: 24px;
  padding-left: 24px;
}

li {
  margin-bottom: 8px;
}

.page-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.bg-body {
  padding: 200px var(--wid) 48px;
  background-image: linear-gradient(180deg, var(--white), var(--light-blue));
}

.nivea-brand {
  width: 120px;
  margin-left: auto;
  margin-right: auto;
}

.header {
  padding: 32px var(--wid);
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  border: 1px solid var(--light-blue);
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 96px 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
  position: fixed;
  inset: 0% 0% auto;
}

@media screen and (max-width: 991px) {
  body {
    --wid: 4vw;
    --white: white;
    --light-blue: #d9e7f5;
    --blue: #1e349b;
  }

  h1 {
    font-size: 24px;
  }

  h2 {
    font-size: 20px;
  }

  ol {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 130%;
  }

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

  .bg-body {
    padding-top: 120px;
  }

  .nivea-brand {
    width: 64px;
  }

  .header {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 20px;
  }

  h2 {
    font-size: 16px;
  }

  .nivea-brand {
    width: 64px;
  }

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

#w-node-_520128e7-1503-3eb0-39fa-11a49685a543-7719b8d3 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}


@font-face {
  font-family: 'Niveabrandtypett';
  src: url('../fonts/NIVEABrandTypeTT-Bold.ttf') format('truetype'), url('../fonts/NIVEABrandTypeTT-ConExtraBold.ttf') format('truetype'), url('../fonts/NIVEABrandTypeTT-ExConExtraBold.ttf') format('truetype'), url('../fonts/NIVEABrandTypeTT-ExConBold.ttf') format('truetype'), url('../fonts/NIVEABrandTypeTT-ConBold.ttf') format('truetype'), url('../fonts/NIVEABrandTypeTT-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Niveabrandtypett';
  src: url('../fonts/NIVEABrandTypeTT-ConLight.ttf') format('truetype'), url('../fonts/NIVEABrandTypeTT-ExConLight.ttf') format('truetype'), url('../fonts/NIVEABrandTypeTT-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Niveabrandtypett';
  src: url('../fonts/NIVEABrandTypeTT-ExConRegular.ttf') format('truetype'), url('../fonts/NIVEABrandTypeTT-ConRegular.ttf') format('truetype'), url('../fonts/NIVEABrandTypeTT-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Niveabrandtypett';
  src: url('../fonts/NIVEABrandTypeTT-ExConMedium.ttf') format('truetype'), url('../fonts/NIVEABrandTypeTT-Medium.ttf') format('truetype'), url('../fonts/NIVEABrandTypeTT-ConMedium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}