@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
@font-face {
  font-family: 'AkkuratLL-Regular';
  src: url("../fonts/AkkuratLL-Regular.eot");
  src: url("../fonts/AkkuratLL-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/AkkuratLL-Regular.woff2") format("woff2"), url("../fonts/AkkuratLL-Regular.woff") format("woff"), url("../fonts/AkkuratLL-Regular.ttf") format("truetype"), url("../fonts/AkkuratLL-Regular.svg#AkkuratLL-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'AkkuratLL-Light';
  src: url("../fonts/AkkuratLL-Light.eot");
  src: url("../fonts/AkkuratLL-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/AkkuratLL-Light.woff2") format("woff2"), url("../fonts/AkkuratLL-Light.woff") format("woff"), url("../fonts/AkkuratLL-Light.ttf") format("truetype"), url("../fonts/AkkuratLL-Light.svg#AkkuratLL-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'AkkuratLL-Bold';
  src: url("../fonts/AkkuratLL-Bold.eot");
  src: url("../fonts/AkkuratLL-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/AkkuratLL-Bold.woff2") format("woff2"), url("../fonts/AkkuratLL-Bold.woff") format("woff"), url("../fonts/AkkuratLL-Bold.ttf") format("truetype"), url("../fonts/AkkuratLL-Bold.svg#AkkuratLL-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'PPEditorialNew-light';
  src: url("../fonts/PPEditorialNew-Ultralight.eot");
  src: url("../fonts/PPEditorialNew-Ultralight.eot?#iefix") format("embedded-opentype"), url("../fonts/PPEditorialNew-Ultralight.woff2") format("woff2"), url("../fonts/PPEditorialNew-Ultralight.woff") format("woff"), url("../fonts/PPEditorialNew-Ultralight.ttf") format("truetype"), url("../fonts/PPEditorialNew-Ultralight.svg#PPEditorialNew-Ultralight") format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'PPEditorialNew-light-italic';
  src: url("../fonts/PPEditorialNew-UltralightItalic.eot");
  src: url("../fonts/PPEditorialNew-UltralightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/PPEditorialNew-UltralightItalic.woff2") format("woff2"), url("../fonts/PPEditorialNew-UltralightItalic.woff") format("woff"), url("../fonts/PPEditorialNew-UltralightItalic.ttf") format("truetype"), url("../fonts/PPEditorialNew-UltralightItalic.svg#PPEditorialNew-UltralightItalic") format("svg");
  font-weight: 200;
  font-style: italic;
  font-display: swap; }
body {
  font-family: "AkkuratLL-Regular", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #222428;
  padding: 0;
  margin: 0;
  background-color: #F3EBE1; }
  body::before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    content: '';
    background-image: url(../../other/Desktop.png);
    background-position: top center;
    background-repeat: no-repeat;
    z-index: 9;
    height: 4837px;
    background-image: url(../../other/Mobile.png);
    height: 6342px;
    opacity: 0.4;
    display: none; }
  body.menu-opened {
    overflow: hidden; }
    body.menu-opened header .navbar::after {
      opacity: 0; }
    body.menu-opened header .navbar .navbar-brand svg path {
      fill: #4a4741; }
    body.menu-opened header .navbar .navbar-collapse {
      transform: translate3d(0px, 0%, 0px); }
    body.menu-opened header .navbar > .btn-wrapper > .btn {
      display: none; }
  @media (min-width: 992px) {
    body.light-header header .navbar::after {
      background: rgba(255, 255, 255, 0.04); }
    body.light-header header .navbar .navbar-brand svg path {
      fill: #fff !important; }
    body.light-header header .navbar .navbar-nav .nav-item a {
      color: #fff; } }

* {
  box-sizing: border-box; }

.bg-light-grey {
  background: #F5F3F3; }

h1 {
  color: inherit; }

.container {
  max-width: 100%;
  padding: 0 16px; }
  @media (min-width: 767px) {
    .container {
      max-width: 1226px;
      padding: 0 40px; } }
  @media (min-width: 1280px) {
    .container {
      padding: 0 15px; } }

.btn {
  font-family: "AkkuratLL-Bold", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  background: #222428;
  border-radius: 40px;
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease; }
  .btn:hover, .btn:focus {
    color: #FFFFFF;
    box-shadow: none; }
  .btn.btn-white {
    background: #FFFFFF;
    color: #222428; }
  @media (min-width: 992px) {
    .btn {
      font-family: "Roboto", sans-serif;
      font-weight: normal;
      padding: 16.5px 54.5px;
      line-height: 24px; } }

em {
  color: inherit; }

header {
  position: absolute;
  left: 9px;
  right: 0;
  z-index: 3;
  top: 24px; }
  header a {
    display: inline-flex; }
    header a img {
      height: 18px;
      width: auto; }
  @media (min-width: 767px) {
    header {
      top: 30px;
      left: 0; }
      header a img {
        height: 24px; } }

/* Header styles */
.header {
  padding: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 30;
  transition: transform 0.5s ease, top 0.1s ease, color 0.6s ease;
  position: fixed;
  top: 1rem;
  border-radius: 0.5rem;
  overflow: hidden;
  max-width: calc(100% - 5.5rem);
  margin: auto; }
  .header .menu--btns {
    font-size: 14px;
    font-weight: 700; }

.header svg {
  display: block;
  vertical-align: middle;
  min-width: 80px; }

.header * {
  z-index: 1;
  transition: color 0.6s ease; }

.header.uk-light * {
  color: #fff; }

.header.uk-dark * {
  color: #4a4741; }

.header.header--fixed {
  top: 1rem !important; }

.header.header--fixed::before {
  position: absolute;
  inset: 0;
  content: "";
  background-blend-mode: multiply;
  background-color: rgba(54, 53, 49, 0.102);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 1; }

.header.header--fixed::after {
  position: absolute;
  inset: 0;
  content: "";
  background-blend-mode: multiply;
  background-color: rgba(54, 53, 49, 0.102);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 1; }

.header.hidden__sticky {
  transform: translateY(-250%); }

.header.header--open::before, .header.header--open::after {
  display: none; }

.header.header--open .header__nav {
  display: none; }

.header__logo {
  font-weight: bold;
  font-size: 1.5rem; }

.header__nav {
  display: flex;
  gap: 1.4rem;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.14px; }

.header__nav-link {
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.14px; }

.header__nav-link:hover {
  text-decoration: none;
  font-weight: 600; }

.menu--btns {
  display: flex;
  align-items: center;
  gap: 4px; }

.menu--btns span {
  margin-right: 6px; }

.header__shop-btn {
  background-color: #3b82f6;
  color: #FFF !important;
  padding: 0.75rem 1.5rem;
  border-radius: 9999px;
  text-decoration: none !important;
  margin-left: 40px; }

.header__shop-btn:focus {
  border: none;
  outline: none; }

.uk-light .header__menu-btn {
  border: 1px solid #ffffff; }

.header__menu-btn {
  background: none;
  border: none;
  font-size: 1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: 3rem;
  height: 3rem;
  border: 1px solid #333;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative; }

.header__menu-btn:focus {
  outline: none; }

.header__menu-icon {
  width: 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 1rem;
  transform: translate(-50%, -50%);
  transition: all 0.2s ease; }

.header__menu-icon::before {
  position: absolute;
  background-color: currentColor;
  display: block;
  width: 16px;
  height: 2px;
  content: "";
  top: 4px;
  transition: all 0.2s ease; }

.header__menu-icon::after {
  position: absolute;
  background-color: currentColor;
  display: block;
  width: 16px;
  height: 2px;
  content: "";
  bottom: 4px;
  transition: all 0.2s ease; }

.header__menu-icon:hover:after {
  transform: translate3d(0, 3px, 0); }

.header__menu-icon:hover::before {
  transform: translate3d(0, -3px, 0); }

.header__menu-icon.active::before {
  transform: translate3d(-2.75px, -2.25px, 0) rotate(-45deg);
  transform-origin: top right; }

.header__menu-icon.active::after {
  transform: translate3d(-2.75px, 2.25px, 0) rotate(45deg);
  transform-origin: bottom right; }

/* Menu styles */
.menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #f7f1e8;
  padding: 4rem;
  transform: translateY(-100%);
  transition: transform 0.3s ease-in-out;
  z-index: 20;
  padding-top: 7rem;
  padding-bottom: 4rem; }

.menu--open {
  transform: translateY(0); }

.menu__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem; }

.menu__close-btn {
  background: none;
  border: none;
  font-size: 1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem; }

.menu__close-icon {
  width: 1.5rem;
  height: 1.5rem;
  border: 2px solid #333;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center; }

.menu__close-icon::before {
  content: "×";
  font-size: 1.2rem; }

.menu__content {
  display: flex;
  gap: 4rem; }

.menu__section {
  flex: 1;
  border-top: 1px solid rgba(74, 71, 65, 0.2);
  padding-top: 1rem; }

.menu__section button {
  all: unset;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 100%;
  padding: 0;
  margin: 0;
  border: none; }

.menu__section button svg {
  display: none; }

.menu__section:focus {
  border: none;
  outline: none; }

.menu__section-title {
  font-weight: 600;
  padding-bottom: 0.625rem;
  color: #4a4741;
  font-size: 1.125rem;
  margin: 0; }

.menu__list {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.menu__item {
  margin-bottom: 0.7rem; }

.menu__link {
  text-decoration: none;
  color: #4a4741; }

.menu__link:hover {
  text-decoration: none;
  color: #4a4741;
  font-weight: 600; }

.menu__promo {
  flex: 1;
  background-color: #cbd5e1;
  background-image: url(https://ourahealth.imgix.net/blue-sky/header-submenu.jpg?ixlib=js-3.8.0&auto=format&fit=max&fm=png&q=70&w=640&s=8c498edea418336f734eeedd80c19a35);
  background-position: center;
  background-size: cover;
  border-radius: 0.5rem;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 400px;
  max-height: 232px; }

.menu__promo * {
  color: #ffffff; }

.menu__promo h2 {
  font-family: "AkkuratLL-Light", sans-serif;
  font-size: 2rem;
  line-height: 1.25;
  font-weight: 100; }

.menu__promo p {
  font-family: "PPEditorialNew-light-italic", sans;
  font-size: 2rem; }

.menu__promo:hover {
  text-decoration: none; }

.menu__promo-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0.5rem; }

.menu__promo-subtitle {
  font-style: italic;
  margin-bottom: 1rem; }

.menu__promo-btn {
  align-self: flex-end;
  background-color: #3b82f6;
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  text-decoration: none; }

@media (orientation: landscape) {
  .menu .menu__promo {
    flex-direction: row; } }
@media (max-width: 1024px) {
  .header {
    padding: 0.5rem;
    max-width: calc(100% - 2rem);
    margin: auto;
    top: 1rem; }

  .header .header__nav {
    margin: 0 15px 0 auto; }

  .header .header__nav .header__nav-link {
    display: none; }

  .header .header__nav .header__shop-btn {
    display: flex !important; }

  .header .header__nav .header__shop-btn {
    padding: 0.5rem 1rem; }

  .header svg {
    min-width: 64px; }

  .header .header__menu-btn {
    width: 2.5rem;
    height: 2.5rem; }

  .header.header--open {
    top: 1rem; }

  .header::before {
    position: absolute;
    inset: 0;
    content: "";
    background-blend-mode: multiply;
    background-color: rgba(54, 53, 49, 0.102);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 1; }

  .header::after {
    position: absolute;
    inset: 0;
    content: "";
    background-blend-mode: multiply;
    background-color: rgba(54, 53, 49, 0.102);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 1; }

  .header .menu--btns {
    margin-right: 7px; }

  .menu {
    padding: 5rem 1.8rem 1rem;
    height: 100%;
    background: #eee6dc;
    font-family: "AkkuratLL-Regular", sans-serif; }

  .menu .bg--img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: radial-gradient(circle at 10% 10%, #d7c9a7 0px, transparent 40%);
    z-index: -1; }

  .menu .bg--img-2 {
    background-image: radial-gradient(circle at 70% 70%, #d7c9a7 0px, transparent 90%); }

  .menu .menu__content {
    flex-direction: column;
    gap: 1rem;
    height: 100%; }

  .menu .menu__section {
    flex: none; }

  .menu .menu__section button {
    cursor: pointer; }

  .menu .menu__section button svg {
    display: block; }

  .menu .menu__section h2 {
    margin: 0;
    padding: 0; }

  .menu .menu__section .menu__list {
    opacity: 0;
    display: none;
    transition: opacity 1s;
    transition-property: display opacity;
    transition-duration: 1s;
    transition-behavior: allow-discrete;
    margin-top: 1rem; }

  .menu .menu__section .menu__section--dropdown.active + .menu__list {
    opacity: 1;
    display: block; }

  @starting-style {
    .menu .menu__section .menu__section--dropdown.active + .menu__list {
      opacity: 0; } }
  .menu .menu__promo {
    margin-top: auto;
    margin-left: auto;
    width: 100%;
    max-width: 400px;
    max-height: 144px;
    background-size: cover; }

  .menu .menu__promo h2, .menu .menu__promo p {
    font-size: 24px; }

  .menu .menu__promo .menu__promo-subtitle {
    margin: 0; } }
@media (max-width: 466px) {
  .menu .menu__promo {
    min-width: 100%; } }
@media (orientation: landscape) and (max-width: 900px) {
  .menu .menu__content {
    overflow: scroll; }
  .menu .menu__promo {
    min-height: 170px; } }
@keyframes scrollDown {
  0% {
    translate: 0 -100%; }
  100% {
    translate: 0 500%; } }
:root {
  --vh: 100%; }

.hero-section {
  padding: 115px 0 0;
  background-color: #E6DED3;
  max-height: 100vh;
  max-height: 100lvh;
  height: calc(var(--vh, 1vh) * 100);
  display: flex;
  align-items: flex-end;
  position: relative;
  z-index: 2; }
  .hero-section::after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    background-image: url(../img/hero-sm.webp);
    background-size: cover;
    background-position: top;
    z-index: 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px; }
  .hero-section .container {
    padding: 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    position: relative;
    z-index: 1; }
  .hero-section .content-side {
    padding: 0 0 80px; }
    .hero-section .content-side h1 {
      font-family: "PPEditorialNew-light", sans;
      font-weight: 200;
      font-size: 50.19px;
      line-height: 49.21px;
      letter-spacing: -0.07em;
      text-align: left;
      margin-top: 0;
      max-width: 356px;
      margin-bottom: 15px;
      color: #FFF;
      text-transform: uppercase;
      padding-left: 15.5px; }
      .hero-section .content-side h1 em {
        font-family: "PPEditorialNew-light-italic", sans;
        font-style: italic; }
      .hero-section .content-side h1 span {
        font-family: "AkkuratLL-Regular", sans-serif;
        font-weight: normal;
        text-align: right;
        font-size: 54.55px;
        line-height: 57.01px; }
    .hero-section .content-side p {
      font-family: "AkkuratLL-Regular", sans-serif;
      font-weight: 400;
      font-size: 18px;
      line-height: 24px;
      text-align: left;
      margin-bottom: 0;
      color: #FFFFFF;
      text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.078);
      padding-left: 16px;
      max-width: 338px; }
    .hero-section .content-side .devices {
      padding: 0 22px; }
      .hero-section .content-side .devices img {
        height: 40px; }
      .hero-section .content-side .devices p {
        font-family: "AkkuratLL-Bold", sans-serif;
        font-weight: 700;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: -0.02em;
        max-width: 166px;
        padding-left: 0; }
    @media (min-width: 500px) {
      .hero-section .content-side h1 {
        font-size: 44.19px;
        line-height: 43.21px;
        margin-bottom: 10px; }
        .hero-section .content-side h1 span {
          font-size: 47.55px;
          line-height: 50.01px; } }
    @media (min-width: 767px) {
      .hero-section .content-side {
        text-align: left;
        padding-bottom: 70px; }
        .hero-section .content-side .logo {
          text-align: left; }
          .hero-section .content-side .logo img {
            margin-bottom: 34px; }
        .hero-section .content-side .btn-wrapper {
          position: unset;
          text-align: left;
          display: block; }
        .hero-section .content-side p {
          max-width: 432px; } }
    @media (min-width: 992px) {
      .hero-section .content-side {
        padding-bottom: 57px; }
        .hero-section .content-side .logo-side {
          width: 51%;
          padding-left: 12px; }
          .hero-section .content-side .logo-side .logo img {
            margin-bottom: 24px; }
        .hero-section .content-side .btn-side {
          width: 49%;
          padding-top: 13px; }
        .hero-section .content-side h1 {
          max-width: 356px;
          font-size: 40px;
          line-height: 50px;
          margin-bottom: 14px; }
        .hero-section .content-side p {
          font-size: 18px;
          line-height: 24px;
          margin-bottom: 0;
          max-width: 511px; }
        .hero-section .content-side .devices {
          margin-top: 29px; }
          .hero-section .content-side .devices p {
            max-width: unset; } }
    @media (min-width: 1300px) {
      .hero-section .content-side h1 {
        max-width: 649px;
        font-size: 94.86px;
        line-height: 84.35px;
        padding-left: 7px; }
        .hero-section .content-side h1 span {
          font-size: 103.11px;
          line-height: 113.42px; }
      .hero-section .content-side p {
        padding-left: 0; }
      .hero-section .content-side .devices {
        padding: 0; } }
  .hero-section .ring-video {
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -81px;
    margin-top: -70px;
    width: 159px;
    height: 153px; }
    .hero-section .ring-video video {
      max-width: 100%;
      width: auto;
      clip-path: ellipse(39.5% 37.7% at 50% 50%); }
  @media (min-width: 767px) {
    .hero-section {
      padding: 201px 0 0; }
      .hero-section .container {
        max-width: 1250px;
        padding: 0 15px;
        position: relative; }
        .hero-section .container .ring-video {
          left: auto;
          right: 0;
          margin-left: 0; } }
  @media (min-width: 992px) {
    .hero-section {
      background-image: none;
      position: relative;
      background-color: #E6DED3; }
      .hero-section::after {
        position: absolute;
        content: '';
        left: 18px;
        right: 18px;
        top: 0;
        height: 100%;
        background-image: url(../img/hero-lg.webp);
        background-size: cover;
        background-position: top;
        z-index: 0;
        border-radius: 20px; }
      .hero-section .container {
        position: relative;
        z-index: 1;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0; }
        .hero-section .container .ring-video {
          right: 0;
          left: auto;
          margin-left: auto;
          width: 267px;
          height: 267px;
          top: 100%;
          margin-top: -132px; } }
  @media (min-width: 1100px) {
    .hero-section {
      padding: 201px 0 0; } }
  @media (min-width: 1300px) {
    .hero-section {
      height: 100vh;
      background-size: auto 100%;
      background-position: right; }
      .hero-section .container .ring-video {
        margin-right: -7px; } }
  @media (min-width: 1600px) {
    .hero-section {
      position: relative; }
      .hero-section .container {
        position: relative;
        z-index: 2; }
        .hero-section .container .ring-video {
          margin-right: -10px; } }

.bg-section {
  background: linear-gradient(218.94deg, #E6DED3 38.58%, #EFEDA6 97.56%); }

.integration-section {
  position: relative;
  padding: 172px 0 30px;
  overflow: hidden;
  background: linear-gradient(222.17deg, #E6DED3 47.31%, #EFEDA6 97.4%); }
  .integration-section .container {
    position: relative;
    max-width: 100%;
    z-index: 1;
    padding: 0; }
  .integration-section .title {
    text-align: center;
    padding: 0 15px;
    margin-bottom: 119px; }
    .integration-section .title .subhead {
      font-family: "AkkuratLL-Bold", sans-serif;
      font-weight: 700;
      font-size: 16px;
      line-height: 20px;
      margin-bottom: 45px;
      color: #13293D; }
    .integration-section .title h2 {
      font-family: "AkkuratLL-Regular", sans-serif;
      font-weight: normal;
      line-height: 50.6px;
      font-size: 46px;
      letter-spacing: -0.04em;
      margin-bottom: 24px;
      padding: 0 17px 4px;
      background: linear-gradient(90deg, #1F2427 0%, #CDBF00 100%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
      .integration-section .title h2 em {
        font-family: "PPEditorialNew-light-italic", sans;
        font-style: italic;
        font-weight: 200;
        display: inline-block;
        font-size: 46px;
        font-style: italic;
        font-weight: 200;
        line-height: 110%;
        letter-spacing: -1.84px; }
    .integration-section .title p {
      font-size: 19.9986px;
      line-height: 28px;
      color: #222428;
      padding: 0 17px;
      margin-bottom: 37px; }
  .integration-section .img {
    max-width: 894px;
    margin: 0 auto;
    padding: 0 16px;
    text-align: center; }
    .integration-section .img img {
      border-radius: 10px; }
    .integration-section .img video {
      max-width: 100%;
      border-radius: 13.46px; }
  .integration-section .slider-wrapper .single .img {
    border-radius: 12.44px; }
  .integration-section .slider-wrapper .single video {
    max-width: 100%; }
  .integration-section .slider-wrapper video {
    border-radius: 12px; }
  .integration-section .slider-wrapper .slick-slide {
    margin: 0 30px; }
    .integration-section .slider-wrapper .slick-slide .img {
      margin-bottom: 22px; }
      .integration-section .slider-wrapper .slick-slide .img img {
        border-radius: 10px; }
    .integration-section .slider-wrapper .slick-slide h3 {
      font-size: 22px;
      line-height: 30.8px;
      letter-spacing: -0.01em;
      text-align: left;
      margin-bottom: 0; }
    .integration-section .slider-wrapper .slick-slide p {
      font-size: 16px;
      line-height: 22.4px;
      letter-spacing: -0.01em;
      text-align: left;
      margin: 0; }
  .integration-section .slider-wrapper .slick-dots {
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    margin-top: 20px;
    padding-left: 8px;
    padding-right: 24px; }
    .integration-section .slider-wrapper .slick-dots li {
      width: auto;
      flex-grow: 1;
      display: flex; }
      .integration-section .slider-wrapper .slick-dots li button {
        padding: 0;
        border: none;
        font-size: 0;
        background-color: #A3A3A3;
        height: 1px;
        width: 100%; }
      .integration-section .slider-wrapper .slick-dots li.slick-active button {
        background-color: #000000; }
  .integration-section .slider-wrapper .slick-arrow {
    position: absolute;
    border: none;
    font-size: 0;
    width: 48px;
    height: 48px;
    top: auto;
    bottom: -68px;
    right: 24px;
    padding: 0;
    border-radius: 100%;
    background: rgba(247, 241, 232, 0.2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    outline: none;
    cursor: pointer; }
    .integration-section .slider-wrapper .slick-arrow::after {
      width: 18px;
      height: 20px;
      content: '';
      background-image: url(../img/slick-arrow.svg);
      background-position: center;
      background-size: 100%;
      background-repeat: no-repeat; }
    .integration-section .slider-wrapper .slick-arrow.slick-prev {
      transform: scaleX(-1);
      right: 81px; }
  @media (min-width: 992px) {
    .integration-section {
      padding: 101px 0 124px;
      background: transparent; }
      .integration-section::after {
        display: none; }
      .integration-section .title {
        margin-bottom: 62px; }
        .integration-section .title .subhead {
          margin-bottom: 28px; }
        .integration-section .title h2 {
          font-size: 60px;
          line-height: 64px;
          letter-spacing: -0.049em;
          max-width: 907px;
          margin: 0 auto 21px;
          padding-bottom: 9px; }
          .integration-section .title h2 em {
            display: inline-block;
            font-size: 60px;
            line-height: 45px;
            letter-spacing: -3px; }
        .integration-section .title p {
          font-size: 20px;
          line-height: 28px;
          padding: 0;
          max-width: 710px;
          margin: 0 auto 25px; }
        .integration-section .title .btn-wrapper {
          margin-bottom: 50px; }
      .integration-section .img {
        padding: 0; }
      .integration-section .slider-wrapper {
        display: flex;
        gap: 122px;
        justify-content: center;
        align-items: center;
        padding: 0 20px; }
        .integration-section .slider-wrapper .slick-list {
          padding-right: 60px;
          margin: 0 -15px;
          padding-left: 14px; }
        .integration-section .slider-wrapper .single {
          flex: 1;
          max-width: 282px; }
          .integration-section .slider-wrapper .single video {
            max-width: 100%; }
        .integration-section .slider-wrapper .slick-slide {
          margin: 0 15px; }
          .integration-section .slider-wrapper .slick-slide .img {
            margin-bottom: 39px; }
            .integration-section .slider-wrapper .slick-slide .img video {
              border-radius: 10px; }
          .integration-section .slider-wrapper .slick-slide h3 {
            font-size: 22px;
            line-height: 31px;
            letter-spacing: -0.01em;
            text-align: left;
            margin-bottom: 7px; }
          .integration-section .slider-wrapper .slick-slide p {
            font-size: 16px;
            line-height: 22.4px;
            letter-spacing: -0.01em;
            text-align: left;
            margin: 0;
            max-width: 360px; }
        .integration-section .slider-wrapper .slick-dots {
          margin-top: 50px;
          padding-left: 15px;
          padding-right: 0; }
        .integration-section .slider-wrapper .slick-arrow {
          bottom: -96px;
          right: 50px; }
          .integration-section .slider-wrapper .slick-arrow.slick-prev {
            right: 125px; } }
  @media (min-width: 1300px) {
    .integration-section .slider-wrapper {
      padding-top: 32px; }
      .integration-section .slider-wrapper .slick-list {
        padding-right: 360px; } }

.discovery-section .container {
  padding: 0; }
.discovery-section .img-side {
  position: relative;
  text-align: center; }
  .discovery-section .img-side .top {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -56px;
    text-align: center;
    padding: 0 37px;
    max-width: 400px;
    margin: 0 auto; }
    .discovery-section .img-side .top .vid-block {
      width: 166px;
      margin: 0 auto;
      text-align: left; }
      .discovery-section .img-side .top .vid-block img {
        height: 57px;
        width: auto;
        margin-left: 0; }
      .discovery-section .img-side .top .vid-block p {
        font-family: "AkkuratLL-Bold", sans-serif;
        font-weight: normal;
        font-size: 14.36px;
        line-height: 21.54px;
        text-align: right;
        color: #FFF;
        margin-bottom: 9px; }
    .discovery-section .img-side .top .app-messages-img img {
      border-radius: 13.21px;
      margin-top: 5.4px;
      position: relative;
      z-index: 1; }
    .discovery-section .img-side .top .app-messages-img .img {
      position: relative;
      z-index: 1; }
      .discovery-section .img-side .top .app-messages-img .img::after {
        position: absolute;
        content: '';
        z-index: 0;
        left: 0;
        right: 0;
        top: 5.4px;
        bottom: 0;
        border-radius: 13.21px;
        -webkit-backdrop-filter: blur(59.4762px);
        backdrop-filter: blur(59.4762px); }
  .discovery-section .img-side .ring-img {
    max-width: 450px;
    margin: 0 auto; }
.discovery-section .title {
  padding-top: 59px;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 39px;
  background: linear-gradient(222.17deg, #E6DED3 47.31%, #EFEDA6 97.4%); }
  .discovery-section .title .subhead {
    font-family: "AkkuratLL-Bold", sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 16px;
    color: #222428; }
  .discovery-section .title h2 {
    font-size: 40px;
    line-height: 44px;
    letter-spacing: -0.04em;
    background: linear-gradient(90deg, #1F2427 0%, #CDBF00 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 18px; }
    .discovery-section .title h2 em {
      font-family: "PPEditorialNew-light-italic", sans;
      font-style: italic;
      font-weight: 200;
      background: linear-gradient(90deg, #1F2427 0%, #CDBF00 100%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
  .discovery-section .title p {
    font-size: 16px;
    line-height: 22px;
    color: #222428;
    margin-bottom: 17px; }
@media (min-width: 448px) {
  .discovery-section {
    background: linear-gradient(222.17deg, #E6DED3 47.31%, #EFEDA6 97.4%); }
    .discovery-section .title {
      background: transparent; } }
@media (min-width: 992px) {
  .discovery-section .container {
    max-width: 100%; }
  .discovery-section .img-side .ring-img {
    max-width: 100%; }
    .discovery-section .img-side .ring-img video {
      width: 100%; }
  .discovery-section .content-wrapper {
    position: relative; }
    .discovery-section .content-wrapper .title {
      position: absolute;
      z-index: 1;
      left: 20px;
      padding-left: calc(((100vw - 1324px)/2 ) + 15px);
      right: 20px;
      bottom: 98px;
      padding: 0; }
      .discovery-section .content-wrapper .title .subhead {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 16px;
        color: #FFF;
        font-weight: 700; }
      .discovery-section .content-wrapper .title h2 {
        font-size: 54px;
        line-height: 57px;
        margin-bottom: 10px;
        max-width: 583px;
        color: #FFF;
        padding: 0;
        background: none;
        -webkit-text-fill-color: #ffff; }
        .discovery-section .content-wrapper .title h2 em {
          font-size: 54px;
          font-weight: 200;
          font-family: "PPEditorialNew-light-italic", sans;
          letter-spacing: -2.16px;
          -webkit-text-fill-color: #ffff; }
      .discovery-section .content-wrapper .title p {
        font-size: 20px;
        line-height: 28px;
        margin: 0;
        max-width: 609px;
        margin-bottom: 18px;
        margin-left: 0;
        color: #FFF; }
      .discovery-section .content-wrapper .title .btn-wrapper .btn {
        color: #222428;
        background-color: #FFFFFF;
        padding: 16.5px 39.5px; }
      .discovery-section .content-wrapper .title .devices p {
        display: block;
        font-size: 14px; } }
@media (min-width: 1300px) {
  .discovery-section .content-wrapper .title {
    left: 74px; }
    .discovery-section .content-wrapper .title .subhead {
      margin-bottom: 22px; }
    .discovery-section .content-wrapper .title h2 {
      margin-bottom: 10px; } }

.devices {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 20px; }
  .devices img {
    max-width: 92px !important;
    height: auto; }
  .devices p {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 19.6px;
    letter-spacing: -0.28px;
    color: #222428;
    margin: 0 !important;
    padding-top: 0 !important; }

.womens-health-section {
  position: relative;
  overflow: hidden; }
  .womens-health-section::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 460px;
    background: linear-gradient(222.17deg, #E6DED3 47.31%, #EFEDA6 97.4%);
    z-index: 0; }
  .womens-health-section .container {
    position: relative;
    z-index: 1;
    padding: 0; }
  .womens-health-section .img-side {
    position: relative;
    text-align: center; }
    .womens-health-section .img-side .top {
      position: relative;
      left: 0;
      right: 0;
      bottom: -8px;
      text-align: center;
      padding: 0 53px;
      max-width: 400px;
      margin: 0 auto; }
      .womens-health-section .img-side .top img {
        border-radius: 13.21px;
        margin-top: 5.4px;
        position: relative;
        z-index: 2;
        margin-left: -10px; }
    .womens-health-section .img-side .ring-img {
      max-width: 450px;
      margin: 0 auto; }
  .womens-health-section .title {
    padding-top: 29px;
    padding-left: 20px;
    padding-right: 28px;
    padding-bottom: 51px; }
    .womens-health-section .title .subhead {
      font-family: "AkkuratLL-Bold", sans-serif;
      font-weight: 700;
      font-size: 14px;
      line-height: 18px;
      margin-bottom: 16px; }
    .womens-health-section .title h2 {
      font-size: 40px;
      line-height: 44px;
      letter-spacing: -1.6px;
      margin-bottom: 20px;
      padding-right: 11px;
      background: linear-gradient(90deg, #1F2427 0%, #CDBF00 100%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      padding-bottom: 3px; }
      .womens-health-section .title h2 em {
        font-family: "PPEditorialNew-light-italic", sans;
        font-style: italic;
        font-weight: 200; }
    .womens-health-section .title p {
      margin-bottom: 21px; }
      .womens-health-section .title p a {
        text-decoration: underline;
        color: inherit; }
  @media (min-width: 448px) {
    .womens-health-section {
      background: linear-gradient(222.17deg, #E6DED3 47.31%, #EFEDA6 97.4%); }
      .womens-health-section::after {
        top: 0; } }
  @media (min-width: 992px) {
    .womens-health-section {
      padding: 70px 0;
      background: transparent; }
      .womens-health-section::after {
        background: transparent; }
      .womens-health-section .container {
        max-width: 100%; }
      .womens-health-section .content-wrapper {
        display: flex;
        align-items: flex-end; }
        .womens-health-section .content-wrapper .img-side {
          width: 50%; }
          .womens-health-section .content-wrapper .img-side .ring-img {
            width: 100%;
            max-width: 100%; }
            .womens-health-section .content-wrapper .img-side .ring-img video {
              width: 100%;
              border-radius: 0 14px 14px 0;
              object-fit: cover; }
        .womens-health-section .content-wrapper .title {
          width: 50%;
          padding-top: 0;
          padding-left: 20px;
          padding-bottom: 0;
          padding-right: calc(((100vw - 1314px)/2 ) + 15px); }
          .womens-health-section .content-wrapper .title svg {
            margin-bottom: 50px; }
          .womens-health-section .content-wrapper .title .subhead {
            font-size: 16px;
            margin-bottom: 21px;
            margin-left: 0; }
          .womens-health-section .content-wrapper .title h2 {
            font-size: 54px;
            line-height: 57px;
            margin-bottom: 19px;
            max-width: 400px;
            padding-left: 0;
            padding-bottom: 0;
            letter-spacing: -0.04em; }
            .womens-health-section .content-wrapper .title h2 em {
              letter-spacing: -0.025em; }
          .womens-health-section .content-wrapper .title p {
            font-size: 18px;
            line-height: 27px;
            margin: 0;
            max-width: 495px;
            margin-bottom: 19px;
            padding-left: 0; }
          .womens-health-section .content-wrapper .title .devices p {
            font-size: 14px; }
          .womens-health-section .content-wrapper .title .btn {
            padding: 16.5px 40.5px; } }
  @media (min-width: 1300px) {
    .womens-health-section {
      padding: 120px 0 99px; }
      .womens-health-section .content-wrapper .title {
        padding-left: 71px; } }
  @media (min-width: 1400px) {
    .womens-health-section .content-wrapper .img-side .ring-img video {
      max-height: 740px;
      max-width: 740px; } }

.stress-less-section {
  background: #F3EBE1;
  position: relative; }
  .stress-less-section::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 460px;
    background: linear-gradient(222.17deg, #E6DED3 47.31%, #EFEDA6 97.4%);
    z-index: 0; }
  .stress-less-section .container {
    padding: 0;
    position: relative;
    z-index: 1; }
  .stress-less-section .img-side {
    position: relative;
    text-align: center; }
    .stress-less-section .img-side .top {
      position: absolute;
      left: 0;
      right: 0;
      bottom: -56px;
      text-align: center;
      padding: 0 37px;
      max-width: 400px;
      margin: 0 auto; }
      .stress-less-section .img-side .top .vid-block {
        width: 166px;
        margin: 0 auto;
        text-align: left; }
        .stress-less-section .img-side .top .vid-block img {
          height: 57px;
          width: auto;
          margin-left: 0; }
        .stress-less-section .img-side .top .vid-block p {
          font-family: "AkkuratLL-Bold", sans-serif;
          font-weight: normal;
          font-size: 14.36px;
          line-height: 21.54px;
          text-align: right;
          color: #FFF;
          margin-bottom: 9px; }
      .stress-less-section .img-side .top .app-messages-img img {
        border-radius: 13.21px;
        margin-top: 5.4px;
        position: relative;
        z-index: 1; }
      .stress-less-section .img-side .top .app-messages-img .img {
        position: relative;
        z-index: 1; }
        .stress-less-section .img-side .top .app-messages-img .img::after {
          position: absolute;
          content: '';
          z-index: 0;
          left: 0;
          right: 0;
          top: 5.4px;
          bottom: 0;
          border-radius: 13.21px;
          -webkit-backdrop-filter: blur(59.4762px);
          backdrop-filter: blur(59.4762px); }
    .stress-less-section .img-side .ring-img {
      max-width: 450px;
      margin: 0 auto; }
  .stress-less-section .title {
    padding-top: 38px;
    padding-left: 22px;
    padding-right: 26px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px; }
    .stress-less-section .title .subhead {
      font-family: "AkkuratLL-Bold", sans-serif;
      font-weight: normal;
      font-size: 14px;
      line-height: 18px;
      margin-bottom: 16px; }
    .stress-less-section .title h2 {
      font-size: 40px;
      line-height: 43px;
      letter-spacing: -0.042em;
      max-width: 240px;
      background: linear-gradient(90deg, #1F2427 0%, #CDBF00 100%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      margin-bottom: 12px; }
      .stress-less-section .title h2 em {
        font-family: "PPEditorialNew-light-italic", sans;
        font-style: italic;
        font-weight: 200; }
    .stress-less-section .title p {
      line-height: 22px;
      margin-bottom: 18px; }
    .stress-less-section .title .img-side img {
      max-width: 362px;
      border-radius: 20px;
      backdrop-filter: blur(60.2411422729px); }
  .stress-less-section .heart-health-section-sm {
    padding: 65px 22px 26px;
    padding-right: 24px; }
    .stress-less-section .heart-health-section-sm .content {
      padding: 15px 16px 36px;
      background-color: #222428;
      border-radius: 10px; }
    .stress-less-section .heart-health-section-sm .img-side {
      position: relative;
      text-align: center; }
      .stress-less-section .heart-health-section-sm .img-side .ring-img {
        max-width: 450px;
        margin: 0 auto; }
        .stress-less-section .heart-health-section-sm .img-side .ring-img video {
          max-width: 100%; }
    .stress-less-section .heart-health-section-sm .title {
      display: block;
      padding-top: 19px;
      padding-left: 8px;
      padding-right: 8px;
      padding-bottom: 0; }
      .stress-less-section .heart-health-section-sm .title .img {
        display: flex;
        justify-content: center;
        margin-bottom: 17px;
        margin-right: 20px; }
        .stress-less-section .heart-health-section-sm .title .img img {
          width: 108px;
          height: 108px;
          transform: rotate(1deg); }
      .stress-less-section .heart-health-section-sm .title .subhead {
        font-family: "AkkuratLL-Bold", sans-serif;
        font-weight: normal;
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 14px;
        color: #E8E8E8; }
      .stress-less-section .heart-health-section-sm .title h2 {
        font-family: "AkkuratLL-Regular", sans-serif;
        font-size: 34px;
        line-height: 37px;
        letter-spacing: -0.04em;
        margin-bottom: 26px;
        max-width: unset;
        text-align: center;
        color: #FFFFFF;
        background: transparent;
        background-clip: unset;
        -webkit-background-clip: unset;
        -webkit-text-fill-color: unset; }
        .stress-less-section .heart-health-section-sm .title h2 em {
          font-family: "PPEditorialNew-light-italic", sans;
          font-style: italic;
          font-weight: 200;
          background: transparent;
          background-clip: unset;
          -webkit-background-clip: unset;
          -webkit-text-fill-color: unset; }
      .stress-less-section .heart-health-section-sm .title p {
        font-size: 16px;
        line-height: 24px;
        color: #FFF;
        margin-bottom: 30px;
        text-align: center; }
      .stress-less-section .heart-health-section-sm .title .btn-wrapper {
        text-align: center; }
      .stress-less-section .heart-health-section-sm .title .btn.btn-white {
        font-weight: 700;
        font-family: "AkkuratLL-Bold", sans-serif;
        text-align: center; }
  @media (min-width: 448px) {
    .stress-less-section::after {
      top: 0; } }
  @media (min-width: 992px) {
    .stress-less-section .container {
      max-width: 100%; }
    .stress-less-section .img-side .ring-img {
      max-width: 100%;
      overflow: hidden; }
      .stress-less-section .img-side .ring-img video {
        width: 100%;
        transform: scale(1.003); }
    .stress-less-section .content-wrapper {
      position: relative; }
      .stress-less-section .content-wrapper .title {
        position: absolute;
        z-index: 1;
        left: 20px;
        padding-left: calc(((100vw - 1324px)/2 ) + 15px);
        right: 20px;
        bottom: 66px;
        padding: 0;
        background: none; }
        .stress-less-section .content-wrapper .title > div {
          width: 50%; }
          .stress-less-section .content-wrapper .title > div.img-side {
            width: 49%; }
        .stress-less-section .content-wrapper .title .subhead {
          font-size: 16px;
          line-height: 18px;
          margin-bottom: 16px;
          color: #FFF;
          font-weight: 700; }
        .stress-less-section .content-wrapper .title h2 {
          font-size: 54px;
          line-height: 57px;
          margin-bottom: 29px;
          max-width: 506px;
          color: #FFF;
          padding: 0;
          background: none;
          -webkit-text-fill-color: #ffff;
          letter-spacing: -0.05em; }
          .stress-less-section .content-wrapper .title h2 em {
            font-size: 54px;
            font-weight: 200;
            font-family: "PPEditorialNew-light-italic", sans;
            letter-spacing: -0.025em;
            -webkit-text-fill-color: #ffff; }
        .stress-less-section .content-wrapper .title p {
          font-size: 20px;
          line-height: 28px;
          margin: 0;
          max-width: 666px;
          margin-bottom: 41px;
          padding-bottom: 0;
          color: #FFF; }
        .stress-less-section .content-wrapper .title .btn-wrapper .btn {
          color: #222428;
          background-color: #FFFFFF;
          padding: 16.5px 39.5px; }
        .stress-less-section .content-wrapper .title .devices p {
          display: block;
          font-size: 14px;
          margin: 0;
          padding: 0; } }
  @media (min-width: 1300px) {
    .stress-less-section .content-wrapper .title {
      bottom: 129px;
      left: 70px; }
      .stress-less-section .content-wrapper .title .subhead {
        margin-bottom: 22px; }
      .stress-less-section .content-wrapper .title h2 {
        line-height: 57px;
        margin-bottom: 29px; } }

.new-in-oura-lab-section {
  padding: 90px 0 56px; }
  .new-in-oura-lab-section .container {
    padding: 0 24px;
    text-align: center; }
    .new-in-oura-lab-section .container p:nth-child(1) {
      font-family: "AkkuratLL-Bold", sans-serif;
      font-weight: 700;
      margin-bottom: 15px; }
    .new-in-oura-lab-section .container p:nth-child(2) {
      font-weight: 700;
      margin-bottom: 15px; }
  .new-in-oura-lab-section h2 {
    font-size: 46px;
    line-height: 50.6px;
    letter-spacing: -0.04em;
    margin-bottom: 82px;
    background: linear-gradient(98deg, #1F2427 -7.82%, #AF7516 109.24%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
    .new-in-oura-lab-section h2 em {
      font-family: "PPEditorialNew-light-italic", sans;
      font-style: italic;
      font-weight: 200; }
  .new-in-oura-lab-section p {
    margin-bottom: 27px; }
  .new-in-oura-lab-section .container-flex {
    display: flex;
    flex-direction: column;
    gap: 60px; }
    .new-in-oura-lab-section .container-flex h3 {
      color: var(--colors-neutrals-gray-dark, #222428);
      text-align: center;
      leading-trim: both;
      text-edge: cap;
      font-size: 40px;
      font-weight: 200;
      line-height: 110%;
      /* 44px */
      letter-spacing: -1.6px; }
      .new-in-oura-lab-section .container-flex h3 em {
        font-weight: 200;
        font-family: "PPEditorialNew-light-italic", sans; }
    .new-in-oura-lab-section .container-flex p {
      padding-top: 8px; }
    .new-in-oura-lab-section .container-flex .container-fuild .devices {
      margin-top: 12px;
      flex-direction: column;
      gap: 4px; }
  @media (min-width: 600px) {
    .new-in-oura-lab-section .container-flex {
      align-items: center; }
      .new-in-oura-lab-section .container-flex img {
        max-width: 530px; } }
  @media (min-width: 992px) {
    .new-in-oura-lab-section {
      padding: 144px 0 62px;
      background: linear-gradient(39.15deg, rgba(225, 191, 127, 0.6) -42.26%, rgba(235, 227, 215, 0.6) 87.66%); }
      .new-in-oura-lab-section .container {
        padding: 0 24px;
        text-align: center;
        max-width: none; }
      .new-in-oura-lab-section h2 {
        font-size: 60px;
        line-height: 64px;
        letter-spacing: -0.05em;
        margin-bottom: 99px; }
      .new-in-oura-lab-section p {
        font-size: 16px;
        line-height: 28.3px;
        max-width: 683px;
        margin: 0 auto;
        margin-bottom: 32px; }
      .new-in-oura-lab-section .container-flex {
        flex-direction: row-reverse;
        justify-content: space-between;
        gap: 40px; }
        .new-in-oura-lab-section .container-flex picture img {
          min-width: 60%; }
        .new-in-oura-lab-section .container-flex .container-fuild {
          text-align: left; }
          .new-in-oura-lab-section .container-flex .container-fuild svg {
            margin-bottom: 50px;
            min-width: 50px;
            min-height: 50px; }
          .new-in-oura-lab-section .container-flex .container-fuild h3 {
            text-align: left;
            max-width: 350px;
            margin-bottom: 27px;
            font-size: 54px;
            letter-spacing: -2.4px;
            line-height: 64px; }
          .new-in-oura-lab-section .container-flex .container-fuild p {
            max-width: 400px;
            margin: 0 0 20px 0;
            padding: 0 0 20px 0;
            line-height: 28px;
            font-size: 20px; }
          .new-in-oura-lab-section .container-flex .container-fuild .btn-wrapper .btn {
            font-size: 16px;
            line-height: 24px;
            letter-spacing: 0;
            padding: 16.38px 28px;
            min-width: 188px;
            min-height: auto; }
          .new-in-oura-lab-section .container-flex .container-fuild .devices {
            margin-top: 23px;
            flex-direction: row;
            align-items: center;
            gap: 18px; }
            .new-in-oura-lab-section .container-flex .container-fuild .devices p {
              padding: 0;
              font-size: 14px; } }
  @media (min-width: 1300px) {
    .new-in-oura-lab-section .container {
      padding: 0 70px; }
    .new-in-oura-lab-section .container-flex {
      flex-direction: row-reverse;
      justify-content: space-between;
      max-width: 1300px;
      margin: auto; }
      .new-in-oura-lab-section .container-flex picture img {
        min-width: 750px; } }

.chat-section .container {
  padding: 0 21.5px; }
.chat-section .img-side {
  text-align: center;
  max-width: 450px;
  margin: 0 auto; }
  .chat-section .img-side img {
    border-radius: 6.54px; }
  .chat-section .img-side video {
    border-radius: 15px;
    width: 100%; }
.chat-section .title {
  padding: 36px 2px 85px; }
  .chat-section .title .subhead {
    font-family: "AkkuratLL-Bold", sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 16px; }
  .chat-section .title h2 {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -0.03em;
    margin-bottom: 7px; }
    .chat-section .title h2 em {
      font-family: "PPEditorialNew-light-italic", sans;
      font-style: italic;
      font-weight: 200; }
  .chat-section .title p {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.01em;
    margin-bottom: 25px; }
@media (min-width: 992px) {
  .chat-section {
    padding: 43px 0;
    overflow: hidden; }
    .chat-section::after {
      background: linear-gradient(15deg, rgba(245, 157, 53, 0.6) -32.95%, rgba(255, 217, 118, 0) 70.9%); }
    .chat-section .container {
      max-width: 100%;
      padding: 0; }
    .chat-section .content-wrapper {
      display: flex;
      align-items: center; }
      .chat-section .content-wrapper .img-side {
        order: 2;
        width: 50%;
        max-width: 100%;
        margin-right: -6px; }
        .chat-section .content-wrapper .img-side video {
          width: 100%;
          border-radius: 15px 0 0 15px; }
      .chat-section .content-wrapper .title {
        order: 1;
        width: 50%;
        padding-top: 0;
        padding-left: calc(((100vw - 1274px)/2 ) + 20px);
        padding-bottom: 0;
        padding-right: 20px;
        margin-left: 20px; }
        .chat-section .content-wrapper .title .subhead {
          font-size: 16px;
          margin-bottom: 25px;
          padding-left: 3px; }
        .chat-section .content-wrapper .title h2 {
          font-size: 54px;
          line-height: 57px;
          margin-bottom: 16px;
          max-width: 506px;
          padding-bottom: 5px; }
        .chat-section .content-wrapper .title p {
          font-size: 18px;
          line-height: 27px;
          margin: 0;
          max-width: 405px;
          margin-bottom: 24px; } }
@media (min-width: 1280px) {
  .chat-section .content-wrapper .title {
    margin-left: 0; } }
@media (min-width: 1300px) {
  .chat-section {
    padding: 43px 0 100px; }
    .chat-section .content-wrapper .title {
      padding-top: 83px; }
    .chat-section .content-wrapper .img-side {
      display: flex;
      justify-content: flex-end; }
      .chat-section .content-wrapper .img-side video {
        max-height: 740px;
        max-width: 740px; } }
@media (min-width: 1700px) {
  .chat-section .content-wrapper .img-side {
    margin-right: -10px; } }

.heart-health-section {
  background-color: #1F2427; }
  .heart-health-section .container {
    padding: 0; }
  .heart-health-section .img-side {
    position: relative;
    text-align: center;
    padding: 55px 20px 0px; }
    .heart-health-section .img-side .ring-img {
      max-width: 450px;
      margin: 0 auto; }
      .heart-health-section .img-side .ring-img video {
        max-width: 100%; }
    .heart-health-section .img-side .top {
      position: absolute;
      left: 0;
      right: 0;
      bottom: -65px;
      text-align: center;
      padding: 0 37px;
      max-width: 400px;
      margin: 0 auto; }
      .heart-health-section .img-side .top::after {
        position: absolute;
        content: '';
        z-index: 0;
        left: 37px;
        right: 37px;
        top: 0;
        bottom: 0;
        border-radius: 11.57px;
        -webkit-backdrop-filter: blur(59.4762px);
        backdrop-filter: blur(59.4762px); }
      .heart-health-section .img-side .top img {
        border-radius: 11.57px;
        position: relative;
        z-index: 1; }
  .heart-health-section .title {
    padding-top: 47px;
    padding-left: 23px;
    padding-right: 25px;
    padding-bottom: 102px; }
    .heart-health-section .title .img {
      display: flex;
      justify-content: center;
      margin-bottom: 17px;
      margin-right: 20px; }
      .heart-health-section .title .img img {
        width: 108px;
        height: 108px;
        transform: rotate(1deg); }
    .heart-health-section .title .subhead {
      font-family: "AkkuratLL-Bold", sans-serif;
      font-weight: normal;
      font-size: 14px;
      line-height: 18px;
      margin-bottom: 14px;
      color: #E8E8E8; }
    .heart-health-section .title h2 {
      font-size: 40px;
      line-height: 44px;
      letter-spacing: -0.04em;
      margin-bottom: 20px;
      color: #E8E8E8; }
      .heart-health-section .title h2 em {
        font-family: "PPEditorialNew-light-italic", sans;
        font-style: italic;
        font-weight: 200; }
    .heart-health-section .title p {
      font-size: 20px;
      line-height: 28px;
      color: #E8E8E8;
      margin-bottom: 25px; }
    .heart-health-section .title .btn.btn-white {
      font-weight: 700;
      font-family: "AkkuratLL-Bold", sans-serif; }
  .heart-health-section .devices p {
    font-size: 14px; }
  @media (min-width: 992px) {
    .heart-health-section {
      padding: 24px 20px;
      background-color: transparent; }
      .heart-health-section::after {
        background: linear-gradient(15deg, rgba(245, 157, 53, 0.6) -32.95%, rgba(255, 217, 118, 0) 70.9%); }
      .heart-health-section .container {
        max-width: 1444px;
        padding: 30px;
        border-radius: 20px;
        background-color: #222428; }
      .heart-health-section .content-wrapper {
        display: flex;
        align-items: center;
        position: relative; }
        .heart-health-section .content-wrapper .img-side {
          width: 48%;
          padding: 0; }
          .heart-health-section .content-wrapper .img-side .ring-img {
            width: 100%;
            max-width: 100%; }
            .heart-health-section .content-wrapper .img-side .ring-img video {
              width: 100%;
              border-radius: 14px; }
        .heart-health-section .content-wrapper .title {
          width: 60%;
          padding-top: 0;
          padding-left: 20px;
          padding-bottom: 0; }
          .heart-health-section .content-wrapper .title .img {
            position: absolute;
            right: 0;
            top: 0;
            justify-content: flex-end; }
          .heart-health-section .content-wrapper .title .subhead {
            font-size: 16px;
            margin-bottom: 29px; }
          .heart-health-section .content-wrapper .title h2 {
            font-size: 54px;
            line-height: 63px;
            margin-bottom: 23px;
            max-width: 527px;
            letter-spacing: -0.05em;
            margin-top: 21px; }
            .heart-health-section .content-wrapper .title h2 em {
              letter-spacing: -0.025em; }
          .heart-health-section .content-wrapper .title p {
            font-size: 20px;
            line-height: 28px;
            margin: 0;
            max-width: unset;
            margin-bottom: 36px;
            color: #F2F3F5; }
          .heart-health-section .content-wrapper .title .btn-wrapper .btn {
            padding: 16.5px 22px;
            letter-spacing: -0.021em; }
          .heart-health-section .content-wrapper .title .devices p {
            font-size: 14px; } }
  @media (min-width: 1300px) {
    .heart-health-section {
      padding: 24px 20px; }
      .heart-health-section .container {
        padding: 59px; }
      .heart-health-section .content-wrapper {
        align-items: flex-end; }
        .heart-health-section .content-wrapper .img-side {
          width: 58%; }
        .heart-health-section .content-wrapper .title {
          width: 42%;
          padding-left: 48px;
          padding-right: 0;
          padding-bottom: 2px; }
          .heart-health-section .content-wrapper .title h2 {
            max-width: 506px; }
          .heart-health-section .content-wrapper .title p {
            max-width: 423px; } }

footer {
  position: relative;
  background-color: #1c1b1a; }
  footer .container {
    padding: 32px 24px;
    max-width: 100%; }
  footer .bg-gredient {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0; }
    footer .bg-gredient > div {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0; }
  footer .form-menu-wrapper {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 1; }
    footer .form-menu-wrapper .img-side {
      width: 100%;
      height: 320px;
      overflow: hidden;
      display: flex;
      border-radius: .5rem; }
      footer .form-menu-wrapper .img-side > a {
        height: 100%;
        width: 100%;
        position: relative;
        text-decoration: none; }
        footer .form-menu-wrapper .img-side > a .bg-img {
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          z-index: 0;
          height: 115%; }
          footer .form-menu-wrapper .img-side > a .bg-img img {
            max-width: 100%;
            width: 100%;
            object-position: center;
            height: 100%;
            object-fit: cover; }
        footer .form-menu-wrapper .img-side > a .content {
          height: 100%;
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          padding: 16px 24px 33px;
          position: relative;
          z-index: 1; }
          footer .form-menu-wrapper .img-side > a .content .txt {
            width: 100%;
            max-width: 20rem;
            display: flex;
            flex-direction: column;
            font-family: "AkkuratLL-Light", sans-serif;
            font-weight: normal;
            font-size: 2rem;
            line-height: 1.25;
            color: #f7f1e8; }
            footer .form-menu-wrapper .img-side > a .content .txt em {
              font-family: "PPEditorialNew-light-italic", sans;
              font-weight: 200;
              font-style: italic;
              align-self: flex-end; }
          footer .form-menu-wrapper .img-side > a .content .btn-shop {
            margin: 0 auto;
            -webkit-text-size-adjust: 100%;
            tab-size: 4;
            -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
            font-size: 16px;
            font-family: "AkkuratLL-Light", sans-serif;
            font-weight: normal;
            hyphens: auto;
            line-height: inherit;
            text-rendering: optimizeLegibility;
            -webkit-font-smoothing: antialiased;
            pointer-events: none;
            box-sizing: border-box;
            display: inline-block;
            align-self: center;
            border-radius: 50px;
            background-color: #3184ff;
            padding-left: 1rem;
            padding-right: 1rem;
            padding-top: .5rem;
            padding-bottom: .5rem;
            color: #f7f1e8; }
    footer .form-menu-wrapper .menu-side {
      width: 100%; }
      footer .form-menu-wrapper .menu-side .footer_links {
        width: 100%;
        margin-top: 18px;
        display: flex; }
        footer .form-menu-wrapper .menu-side .footer_links .single {
          width: 130px; }
          footer .form-menu-wrapper .menu-side .footer_links .single:nth-child(2) {
            width: calc(100% - 130px);
            padding-left: 40px; }
          footer .form-menu-wrapper .menu-side .footer_links .single.desktop-block {
            display: none; }
          footer .form-menu-wrapper .menu-side .footer_links .single .menu-block {
            padding-top: 21px; }
        footer .form-menu-wrapper .menu-side .footer_links p {
          font-family: "AkkuratLL-Bold", sans-serif;
          font-weight: normal;
          font-size: 16px;
          line-height: 19px;
          color: #838280;
          margin: 0; }
        footer .form-menu-wrapper .menu-side .footer_links ul {
          width: 100%;
          list-style: none;
          margin: 0;
          padding: 0;
          margin-top: 14px; }
          footer .form-menu-wrapper .menu-side .footer_links ul:last-child {
            margin-bottom: 0; }
          footer .form-menu-wrapper .menu-side .footer_links ul li {
            font-size: 16px;
            line-height: 24px;
            color: #f7f1e8;
            margin-bottom: 12px; }
            footer .form-menu-wrapper .menu-side .footer_links ul li a {
              font-family: "AkkuratLL-Light", sans-serif;
              font-weight: normal;
              color: inherit;
              font-size: 16px;
              line-height: 19px;
              color: #f7f1e8;
              text-decoration: none; }
              footer .form-menu-wrapper .menu-side .footer_links ul li a > svg {
                transform: translate(9px, 2px) rotate(-45deg); }
      footer .form-menu-wrapper .menu-side .form-wrapper {
        display: flex;
        flex-wrap: wrap; }
        footer .form-menu-wrapper .menu-side .form-wrapper .social-icons {
          order: 2; }
          footer .form-menu-wrapper .menu-side .form-wrapper .social-icons p {
            font-family: "AkkuratLL-Regular", sans-serif;
            font-weight: normal;
            font-size: 16px;
            line-height: 19px;
            color: #838280;
            padding-top: 16px;
            padding-bottom: 19px;
            margin: 0; }
          footer .form-menu-wrapper .menu-side .form-wrapper .social-icons .footer_social {
            display: flex; }
            footer .form-menu-wrapper .menu-side .form-wrapper .social-icons .footer_social ul {
              list-style: none;
              padding: 0;
              margin: 0;
              display: flex;
              flex-wrap: wrap; }
              footer .form-menu-wrapper .menu-side .form-wrapper .social-icons .footer_social ul li {
                margin-right: 15px;
                margin-bottom: 10px; }
                footer .form-menu-wrapper .menu-side .form-wrapper .social-icons .footer_social ul li a {
                  width: 32px;
                  height: 32px;
                  display: inline-flex;
                  align-items: center;
                  justify-content: center;
                  border-radius: 50%;
                  background-color: #f7f1e8;
                  color: #4a4741; }
                  footer .form-menu-wrapper .menu-side .form-wrapper .social-icons .footer_social ul li a div {
                    display: inline-flex;
                    align-items: center;
                    justify-content: center; }
                  footer .form-menu-wrapper .menu-side .form-wrapper .social-icons .footer_social ul li a svg {
                    width: 16px; }
          footer .form-menu-wrapper .menu-side .form-wrapper .social-icons .fsa-block {
            display: flex;
            margin-top: 29px; }
        footer .form-menu-wrapper .menu-side .form-wrapper .form-block {
          order: 1;
          padding-top: 14px;
          width: 100%; }
          footer .form-menu-wrapper .menu-side .form-wrapper .form-block form {
            margin-top: 28px;
            margin-bottom: 24px;
            position: relative;
            max-width: 384px; }
            footer .form-menu-wrapper .menu-side .form-wrapper .form-block form .MuiFormControl-root {
              border: 0;
              margin: 0;
              display: inline-flex;
              padding: 0;
              position: relative;
              min-width: 0;
              flex-direction: column;
              vertical-align: top;
              width: 100%; }
            footer .form-menu-wrapper .menu-side .form-wrapper .form-block form .MuiFormLabel-root {
              top: -13px;
              left: 16px;
              position: absolute;
              transform: translate(0, 24px) scale(1);
              color: #838280;
              padding: 0;
              z-index: 4;
              font-family: "AkkuratLL-Light", sans-serif;
              font-weight: normal;
              font-size: 1rem;
              line-height: 1;
              display: block;
              transform-origin: top left;
              transition: color 200ms cubic-bezier(0, 0, 0.2, 1) 0ms, transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms; }
              footer .form-menu-wrapper .menu-side .form-wrapper .form-block form .MuiFormLabel-root.focused {
                transform: translate(-16px, -5.5px) scale(0.75);
                transform-origin: top left; }
            footer .form-menu-wrapper .menu-side .form-wrapper .form-block form label + .MuiInput-root {
              position: relative;
              margin-top: 0;
              z-index: 3; }
            footer .form-menu-wrapper .menu-side .form-wrapper .form-block form .MuiInput-root {
              color: rgba(0, 0, 0, 0.87);
              cursor: text;
              display: inline-flex;
              position: relative;
              font-size: 1rem;
              box-sizing: border-box;
              line-height: 1.1876em;
              width: 100%; }
              footer .form-menu-wrapper .menu-side .form-wrapper .form-block form .MuiInput-root input {
                -webkit-tap-highlight-color: transparent;
                -webkit-animation-duration: 10ms;
                animation-duration: 10ms;
                -webkit-animation-name: mui-auto-fill-cancel;
                animation-name: mui-auto-fill-cancel;
                background: none;
                border: 0;
                box-sizing: content-box;
                color: currentColor;
                display: block;
                font: inherit;
                font-family: "AkkuratLL-Light", sans-serif;
                height: 24px;
                letter-spacing: inherit;
                margin: 0;
                min-width: 0;
                padding: 8px 16px;
                width: 100%;
                max-width: 384px;
                background-color: #f7f1e8;
                color: #838280;
                border-radius: 4px;
                background-image: none !important; }
                footer .form-menu-wrapper .menu-side .form-wrapper .form-block form .MuiInput-root input:focus {
                  outline: none;
                  box-shadow: none; }
            footer .form-menu-wrapper .menu-side .form-wrapper .form-block form button[type="submit"] {
              margin: 0px;
              padding: 0px;
              border: none;
              background: none;
              display: flex;
              align-items: center;
              justify-content: flex-end;
              position: absolute;
              top: 0;
              right: 0;
              bottom: 0;
              width: 45px;
              z-index: 4;
              padding-right: 16px;
              outline: none;
              box-shadow: none;
              cursor: pointer; }
              footer .form-menu-wrapper .menu-side .form-wrapper .form-block form button[type="submit"] div {
                display: flex; }
            footer .form-menu-wrapper .menu-side .form-wrapper .form-block form #footer-signup-msg {
              bottom: -1.25rem;
              position: absolute;
              left: 0;
              right: 0; }
              footer .form-menu-wrapper .menu-side .form-wrapper .form-block form #footer-signup-msg .success {
                color: #FFF;
                font-size: .75rem;
                line-height: 1rem; }
              footer .form-menu-wrapper .menu-side .form-wrapper .form-block form #footer-signup-msg .error {
                color: #ec3f27;
                font-size: .75rem;
                line-height: 1rem; }
          footer .form-menu-wrapper .menu-side .form-wrapper .form-block p {
            margin: 0;
            font-size: 12px;
            line-height: 18px;
            color: #838280; }
            footer .form-menu-wrapper .menu-side .form-wrapper .form-block p a {
              text-decoration: underline;
              color: inherit; }
            footer .form-menu-wrapper .menu-side .form-wrapper .form-block p.text-lg {
              font-family: "AkkuratLL-Regular", sans-serif;
              font-size: 16px;
              line-height: 19px;
              color: #838280; }
      footer .form-menu-wrapper .menu-side .footer_legal {
        display: flex;
        flex-wrap: wrap;
        margin-top: 0;
        padding-top: 22px; }
        footer .form-menu-wrapper .menu-side .footer_legal nav {
          order: 1;
          width: 100%;
          display: flex;
          flex-wrap: wrap;
          padding-bottom: 32px;
          line-height: 18px; }
          footer .form-menu-wrapper .menu-side .footer_legal nav a {
            margin-right: 8px;
            display: inline-block;
            font-size: 12px;
            line-height: 15px;
            color: #838280; }
        footer .form-menu-wrapper .menu-side .footer_legal .legal_text {
          order: 2;
          padding-bottom: 8px; }
          footer .form-menu-wrapper .menu-side .footer_legal .legal_text p {
            font-size: 12px;
            line-height: 18px;
            color: #838280;
            margin: 0; }
  @media (min-width: 450px) {
    footer .form-menu-wrapper .menu-side .footer_links .single {
      width: 45%; }
      footer .form-menu-wrapper .menu-side .footer_links .single:nth-child(2) {
        width: 55%; } }
  @media (min-width: 768px) {
    footer .container {
      padding: 0;
      padding-right: 20px; }
    footer .form-menu-wrapper .img-side {
      width: 37.2%;
      height: inherit; }
      footer .form-menu-wrapper .img-side > a .content .txt {
        font-size: 24px;
        line-height: 1.25;
        margin: 0 auto;
        text-align: right; }
    footer .form-menu-wrapper .menu-side {
      width: calc(100% - 37.2%);
      padding-left: 39px; } }
  @media (min-width: 1024px) {
    footer {
      padding-top: 3.5rem;
      padding-bottom: 3.5rem;
      background-color: #1c1b1a; }
      footer .container {
        padding: 0 24px; }
      footer .bg-gredient > div {
        left: 24px;
        right: 24px;
        border-radius: 12px;
        top: 3.5rem;
        bottom: 3.5rem; }
      footer .form-menu-wrapper .img-side {
        width: 26.3%;
        height: inherit; }
        footer .form-menu-wrapper .img-side > a .bg-img img {
          height: 100%;
          object-fit: cover; }
        footer .form-menu-wrapper .img-side > a .content {
          padding: 31px 24px 33px; }
          footer .form-menu-wrapper .img-side > a .content .btn-shop {
            padding-top: .75rem;
            padding-bottom: .75rem;
            padding-left: 3.5rem;
            padding-right: 3.5rem; }
      footer .form-menu-wrapper .menu-side {
        width: calc(100% - 26.3%);
        padding-left: 39px; }
        footer .form-menu-wrapper .menu-side .footer_links {
          margin-top: 11px; }
          footer .form-menu-wrapper .menu-side .footer_links ul {
            margin-top: 18px; }
          footer .form-menu-wrapper .menu-side .footer_links .single {
            width: 18%;
            padding-left: 0; }
            footer .form-menu-wrapper .menu-side .footer_links .single.desktop-block {
              display: block; }
            footer .form-menu-wrapper .menu-side .footer_links .single:nth-child(2) {
              width: 21%;
              padding-left: 31px; }
            footer .form-menu-wrapper .menu-side .footer_links .single:nth-child(3) {
              width: 26%;
              padding-left: 43px; }
            footer .form-menu-wrapper .menu-side .footer_links .single .menu-block {
              padding-top: 23px; }
              footer .form-menu-wrapper .menu-side .footer_links .single .menu-block.mobile-block {
                display: none; }
        footer .form-menu-wrapper .menu-side .form-wrapper {
          padding-top: 7rem; }
          footer .form-menu-wrapper .menu-side .form-wrapper .social-icons {
            order: 1;
            width: 45%; }
            footer .form-menu-wrapper .menu-side .form-wrapper .social-icons p {
              padding-top: 0;
              padding-bottom: 30px; }
            footer .form-menu-wrapper .menu-side .form-wrapper .social-icons .footer_social ul li {
              margin-right: 16px; }
          footer .form-menu-wrapper .menu-side .form-wrapper .form-block {
            order: 2;
            width: 46%;
            padding-top: 0;
            padding-left: 2px; }
            footer .form-menu-wrapper .menu-side .form-wrapper .form-block form {
              margin-top: 30px; }
        footer .form-menu-wrapper .menu-side .footer_legal {
          padding-top: 1rem;
          padding-bottom: 2rem; }
          footer .form-menu-wrapper .menu-side .footer_legal nav {
            width: 45%;
            padding-top: 8px;
            padding-bottom: 0; }
            footer .form-menu-wrapper .menu-side .footer_legal nav div {
              line-height: 1; }
              footer .form-menu-wrapper .menu-side .footer_legal nav div a {
                margin-right: 2rem;
                margin-bottom: 0.5rem; }
          footer .form-menu-wrapper .menu-side .footer_legal .legal_text {
            width: 46%;
            padding-bottom: 0;
            padding-left: 18px;
            padding-top: 10px; } }
  @media (min-width: 1320px) {
    footer .form-menu-wrapper .img-side > a .content .txt {
      font-size: 2.25rem; } }
  @media (min-width: 1680px) {
    footer .form-menu-wrapper .img-side > a .content .txt {
      font-size: 2.5rem; } }

#hs-eu-cookie-confirmation {
  display: none !important; }

#target-container {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  color: black;
  background-color: #FFFFFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.css-1eorhg5 {
  color: black !important;
  max-width: 1186px;
  padding: 15px 30px !important;
  position: relative;
  margin: 0 auto; }
  @media (min-width: 1441px) {
    .css-1eorhg5 .container {
      max-width: 1440px;
      padding: 15px 120px !important; } }
  .css-1eorhg5 .row {
    align-items: center;
    flex-wrap: nowrap; }
    @media (max-width: 1023px) {
      .css-1eorhg5 .row {
        flex-wrap: wrap;
        justify-content: center; } }
  .css-1eorhg5 .css-1u2wgn3 .ContentSide {
    width: auto;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    font-family: "AkkuratLL-Regular", sans-serif;
    font-weight: normal; }
    .css-1eorhg5 .css-1u2wgn3 .ContentSide button {
      color: #222428; }
    .css-1eorhg5 .css-1u2wgn3 .ContentSide p {
      font-family: "AkkuratLL-Regular", sans-serif;
      font-weight: 400;
      font-size: 24px;
      line-height: 30px;
      margin-bottom: 5px; }
    @media (max-width: 1023px) {
      .css-1eorhg5 .css-1u2wgn3 .ContentSide {
        padding-bottom: 20px;
        width: 100%; } }
  .css-1eorhg5 .css-1u2wgn3 .ButtonSide {
    flex-shrink: 0;
    width: auto;
    padding-left: 30px;
    text-align: right;
    display: flex; }
    .css-1eorhg5 .css-1u2wgn3 .ButtonSide button {
      flex-shrink: 0;
      margin-left: 20px;
      font-size: 16px;
      text-decoration: none; }
      .css-1eorhg5 .css-1u2wgn3 .ButtonSide button.consent-manage {
        background: transparent !important;
        text-decoration: underline; }
        .css-1eorhg5 .css-1u2wgn3 .ButtonSide button.consent-manage:hover {
          color: #151619; }
        @media (max-width: 1023px) {
          .css-1eorhg5 .css-1u2wgn3 .ButtonSide button.consent-manage {
            order: 2; } }
      .css-1eorhg5 .css-1u2wgn3 .ButtonSide button.consent-accept {
        font-weight: normal;
        font-size: 16px;
        line-height: 24px;
        text-transform: capitalize;
        padding: 12px 24px !important;
        color: #FFFFFF;
        background: #222428; }
        @media (max-width: 1023px) {
          .css-1eorhg5 .css-1u2wgn3 .ButtonSide button.consent-accept {
            margin-left: 0;
            order: 1; } }
    @media (max-width: 1023px) {
      .css-1eorhg5 .css-1u2wgn3 .ButtonSide {
        width: 100%;
        padding-left: 0; } }

.css-ow1vry {
  display: flex; }
  .css-ow1vry > p {
    margin-bottom: 0 !important; }

.css-1c3imcp {
  right: 5px !important;
  top: -3px !important;
  transform: none !important;
  font-size: 20px !important; }

.css-eal033 .css-19720g2 > label {
  display: flex;
  align-items: center; }
  .css-eal033 .css-19720g2 > label input[type="radio"] {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    margin-right: 4px; }

.top-banner {
  background: #FF736F;
  text-align: center;
  padding: 10px 7px;
  display: block;
  text-decoration: none; }
  .top-banner:hover, .top-banner:focus {
    text-decoration: none; }
  .top-banner .container {
    padding: 0; }
  .top-banner p {
    font-family: "AkkuratLL-Regular", sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF;
    margin: 0;
    text-decoration: underline;
    text-underline-offset: 1px; }
    .top-banner p strong {
      font-family: "AkkuratLL-Regular", sans-serif;
      font-weight: bold; }
    .top-banner p a {
      color: #FFFFFF;
      text-decoration: underline; }
  @media (min-width: 350px) {
    .top-banner {
      padding: 10px 20px; } }
  @media (min-width: 767px) {
    .top-banner {
      padding: 10px 15px; }
      .top-banner p {
        font-size: 14px;
        line-height: 21px;
        text-underline-offset: 2px; } }

/*# sourceMappingURL=style.css.map */
