@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-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: #101926;
  padding: 0;
  margin: 0; }
  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 {
      background: rgba(255, 255, 255, 0.04); }
    body.menu-opened header .navbar .navbar-brand svg path {
      fill: #fff; }
    body.menu-opened header .navbar .navbar-collapse {
      transform: translate3d(0px, 0%, 0px); }
  @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-Regular", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  background: #101926;
  border-radius: 40px;
  padding: 11.5px 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  transition: all 0.2s ease; }
  .btn:hover, .btn:focus {
    color: #101926;
    background-color: #85DBF2; }
  .btn.btn-white {
    background: #FFFFFF;
    color: #F6F3EF; }

header {
  position: absolute;
  left: 8px;
  right: 8px;
  z-index: 3;
  top: 20px;
  border-radius: 90px; }
  header .navbar {
    padding: 14px 20px;
    padding-right: 25px;
    position: relative; }
    header .navbar::after {
      position: absolute;
      left: 0;
      right: 0;
      height: 100%;
      top: 0;
      content: '';
      border-radius: 90px;
      background-blend-mode: multiply;
      background-color: rgba(0, 0, 0, 0.04);
      -webkit-backdrop-filter: blur(10px);
      backdrop-filter: blur(10px);
      opacity: 1;
      z-index: 0; }
    header .navbar .navbar-brand {
      padding: 0;
      display: inline-flex;
      position: relative;
      z-index: 1; }
      header .navbar .navbar-brand svg {
        height: 23px;
        width: auto; }
    header .navbar .navbar-toggler {
      padding: 0;
      border: none;
      box-shadow: none;
      outline: none;
      height: 16px;
      line-height: 1;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      position: relative;
      z-index: 1; }
      header .navbar .navbar-toggler span {
        background-image: none;
        width: 24px;
        height: 13px;
        position: relative; }
        header .navbar .navbar-toggler span::before, header .navbar .navbar-toggler span::after {
          position: absolute;
          background-color: #fff;
          display: block;
          width: 100%;
          height: 2px;
          content: "";
          transform: translate3d(-4px, -3px, 0px) rotate3d(0, 0, 1, -45deg);
          transform-origin: right top;
          transition-property: all;
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-duration: 150ms; }
        header .navbar .navbar-toggler span::after {
          bottom: 0px;
          transform: translate3d(-4px, 3px, 0px) rotate3d(0, 0, 1, 45deg);
          transform-origin: right bottom; }
      header .navbar .navbar-toggler.collapsed span::before {
        transform: none;
        background-color: #151619; }
      header .navbar .navbar-toggler.collapsed span::after {
        transform: none;
        background-color: #151619; }
    header .navbar .navbar-collapse {
      position: fixed;
      max-height: 100vh;
      display: block;
      flex-basis: unset;
      top: 0;
      left: -8px;
      right: -8px;
      bottom: 0;
      background-color: #030304;
      border-radius: 0;
      box-shadow: none;
      padding: 20px 16px;
      padding-top: 87px;
      z-index: -1;
      transform: translateY(-100%);
      transition: all 0.3s ease; }
      header .navbar .navbar-collapse .nav-item {
        margin-bottom: 2px; }
        header .navbar .navbar-collapse .nav-item a {
          font-family: "AkkuratLL-Light", sans-serif;
          font-weight: normal;
          color: #FFF;
          font-size: 32px;
          line-height: 36px; }
          header .navbar .navbar-collapse .nav-item a.btn {
            padding: 10px 20px;
            color: #fff; }
      header .navbar .navbar-collapse .navbar-nav {
        justify-content: space-between;
        height: 100%; }
        header .navbar .navbar-collapse .navbar-nav .links {
          padding-top: 59px;
          padding-left: 26px;
          padding-right: 26px; }
        header .navbar .navbar-collapse .navbar-nav .btn-wrapper {
          margin: 0; }
          header .navbar .navbar-collapse .navbar-nav .btn-wrapper .link-wrapper {
            padding-left: 26px;
            padding-bottom: 28px; }
            header .navbar .navbar-collapse .navbar-nav .btn-wrapper .link-wrapper a {
              font-family: "AkkuratLL-Regular", sans-serif;
              font-weight: normal;
              font-size: 16px;
              line-height: 24px;
              color: #D3D8D9;
              margin-bottom: 12px;
              display: inline-block;
              padding: 0; }
          header .navbar .navbar-collapse .navbar-nav .btn-wrapper .btn {
            font-family: "AkkuratLL-Bold", sans-serif;
            font-weight: normal;
            color: #101926;
            background: rgba(133, 219, 242, 0.9);
            width: 100%;
            margin: 0;
            font-size: 16px;
            line-height: 24px;
            padding: 15px 20px; }
  header a {
    display: inline-flex; }
    header a img {
      height: 18px;
      width: auto; }
  @media (min-width: 992px) {
    header {
      position: fixed;
      top: 30px;
      left: 15px;
      right: 15px;
      padding: 0 20px;
      max-width: 1234px;
      margin: 0 auto; }
      header a img {
        height: 24px; }
      header .navbar {
        padding: 11px 12px;
        padding-left: 24px; }
        header .navbar .navbar-brand svg {
          height: 26px; }
          header .navbar .navbar-brand svg path {
            fill: #101926 !important; }
        header .navbar .navbar-toggler {
          display: none; }
        header .navbar .navbar-nav {
          flex-grow: 1;
          justify-content: center;
          display: flex; }
          header .navbar .navbar-nav .links {
            display: flex;
            width: 100%;
            justify-content: center; }
          header .navbar .navbar-nav .nav-item {
            margin: 0 25px; }
            header .navbar .navbar-nav .nav-item a {
              font-family: "AkkuratLL-Regular", sans-serif;
              font-size: 16px;
              line-height: 24px;
              padding: 0;
              color: #101926;
              position: relative; }
              header .navbar .navbar-nav .nav-item a::after {
                position: absolute;
                transform: translate3d(0px, 3px, 0px);
                border-bottom: 1px solid #101926;
                height: 8px;
                left: 0px;
                top: 100%;
                width: 100%;
                content: "";
                transition: all 0.8s cubic-bezier(0.43, 0.195, 0.02, 1);
                display: block;
                opacity: 0; }
              header .navbar .navbar-nav .nav-item a:hover::after {
                opacity: 1;
                transform: translateY(0); }
        header .navbar .navbar-collapse {
          position: unset;
          padding: 0;
          background: transparent;
          height: auto;
          transform: none;
          transition: none;
          z-index: 1;
          min-height: unset !important; }
          header .navbar .navbar-collapse .navbar-nav .links {
            padding-top: 0;
            padding-right: 13px; }
          header .navbar .navbar-collapse .nav-item {
            margin-bottom: 0; }
          header .navbar .navbar-collapse .dektop-btn a {
            padding: 11px 24px;
            min-height: unset; } }

@keyframes scrollDown {
  0% {
    translate: 0 -100%; }
  100% {
    translate: 0 500%; } }
.hero-section {
  padding: 115px 0 0;
  background-color: #F6F3EF;
  position: relative;
  overflow: hidden; }
  @media (min-width: 767px) {
    .hero-section {
      padding: 201px 0 0; }
      .hero-section .container {
        max-width: 1210px;
        padding: 0 15px; } }
  @media (min-width: 1100px) {
    .hero-section {
      padding: 201px 0 0; } }
  @media (min-width: 1300px) {
    .hero-section {
      background-size: auto 100%;
      background-position: right; } }
  @media (min-width: 1600px) {
    .hero-section {
      position: relative; }
      .hero-section .container {
        position: relative;
        z-index: 2; } }
  .hero-section .content-side {
    padding: 0 0 28px; }
    .hero-section .content-side .logo {
      text-align: left; }
      .hero-section .content-side .logo img {
        width: auto;
        height: 29px;
        margin-bottom: 19px; }
    .hero-section .content-side h1 {
      font-family: "AkkuratLL-Regular", sans-serif;
      font-weight: normal;
      font-size: 40px;
      line-height: 50px;
      margin-bottom: 23px;
      margin-top: 0; }
      .hero-section .content-side h1 em {
        font-family: "PPEditorialNew-light-italic", sans;
        font-style: italic; }
    .hero-section .content-side p {
      font-family: "AkkuratLL-Regular", sans-serif;
      font-size: 20px;
      line-height: 30px;
      margin-bottom: 21px; }
    @media (min-width: 767px) {
      .hero-section .content-side {
        text-align: left; }
        .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; } }
    @media (min-width: 992px) {
      .hero-section .content-side {
        display: flex;
        padding-bottom: 69px; }
        .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 {
          font-family: "AkkuratLL-Light", sans-serif;
          max-width: 356px;
          font-size: 40px;
          line-height: 50px; }
        .hero-section .content-side p {
          font-size: 20px;
          line-height: 30px;
          margin-bottom: 25px; } }
  .hero-section .img-side {
    padding-top: 168px;
    text-align: center;
    background-image: url(../img/hero-bg-sm.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    .hero-section .img-side img {
      width: 100%;
      max-width: 179px;
      margin: 0 auto; }
      .hero-section .img-side img.ring-img {
        width: auto; }
    .hero-section .img-side .img-wrapper {
      position: relative; }
      .hero-section .img-side .img-wrapper .ring-img {
        position: absolute;
        left: 50%;
        top: -35.5px;
        margin-left: -35.5px;
        width: 71px;
        height: auto; }
    @media (min-width: 767px) {
      .hero-section .img-side {
        background-image: url(../img/hero-bg-lg.jpg); } }
    @media (min-width: 992px) {
      .hero-section .img-side {
        max-width: 1392px;
        margin: 0 auto;
        padding-top: 92px; }
        .hero-section .img-side .img-wrapper {
          max-width: 1074px;
          padding: 0 15px;
          margin: 0 auto;
          text-align: left; }
          .hero-section .img-side .img-wrapper img {
            max-width: 324.722px;
            margin-left: 0; }
          .hero-section .img-side .img-wrapper .ring-img {
            width: 117px;
            top: 0;
            left: 282px;
            margin-left: 0;
            margin-top: 50px; } }

.testimonial-section {
  padding: 60px 0;
  background-color: #F6F3EF; }
  .testimonial-section .content-wrapper p {
    font-family: "AkkuratLL-Light", sans-serif;
    font-weight: 300;
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 20px;
    text-align: center; }
  .testimonial-section .content-wrapper h2 {
    font-family: "AkkuratLL-Regular", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    margin: 0;
    text-align: center; }
  @media (min-width: 992px) {
    .testimonial-section {
      padding: 92px 0 93px; }
      .testimonial-section .content-wrapper p {
        font-size: 40px;
        line-height: 50px;
        text-align: center;
        max-width: 820px;
        margin: 0 auto 36px; }
        .testimonial-section .content-wrapper p .quote {
          margin-left: 0; }
      .testimonial-section .content-wrapper h2 {
        text-align: center; } }

.work-together-section {
  padding: 60px 0;
  background-color: #E4DECE; }
  .work-together-section .container {
    padding: 0;
    max-width: 1182px; }
  .work-together-section .title {
    padding: 0 16px; }
    .work-together-section .title h2 {
      text-align: center;
      font-family: "AkkuratLL-Light", sans-serif;
      font-weight: normal;
      font-size: 40px;
      line-height: 50px;
      color: #151619;
      margin-bottom: 40px; }
  .work-together-section .points-wrapper {
    padding-left: 15px;
    padding-right: 13px;
    max-width: 450px;
    margin: 0 auto; }
    .work-together-section .points-wrapper .single {
      margin-bottom: 32px; }
      .work-together-section .points-wrapper .single:nth-child(2) {
        padding-right: 2px; }
      .work-together-section .points-wrapper .single .count {
        width: 32px;
        height: 32px;
        font-size: 16px;
        line-height: 24px;
        color: #151619;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 8px;
        border: 1px solid #151619;
        margin-bottom: 12px; }
      .work-together-section .points-wrapper .single h3 {
        font-size: 20px;
        line-height: 30px;
        color: #151619;
        margin-bottom: 12px; }
        .work-together-section .points-wrapper .single h3 small {
          font-size: 11px;
          top: 0;
          margin-top: -4px;
          vertical-align: top;
          display: inline-block; }
      .work-together-section .points-wrapper .single p {
        font-size: 16px;
        line-height: 24px;
        color: #151619;
        margin: 0;
        padding-right: 2px; }
  .work-together-section .btn-wrapper {
    text-align: center;
    padding-top: 8px; }
  @media (min-width: 992px) {
    .work-together-section {
      padding: 80px 0; }
      .work-together-section .container {
        padding: 0 15px; }
      .work-together-section .title {
        padding: 0; }
        .work-together-section .title h2 {
          font-size: 40px;
          line-height: 50px;
          margin-bottom: 80px; }
      .work-together-section .points-wrapper {
        padding-left: 0;
        padding-right: 0;
        display: flex;
        justify-content: space-between;
        max-width: unset; }
        .work-together-section .points-wrapper .single {
          width: calc(33.33% - 20px);
          margin-bottom: 0; }
          .work-together-section .points-wrapper .single:nth-child(2) {
            padding-right: 0; }
          .work-together-section .points-wrapper .single .count {
            margin-bottom: 16px; }
          .work-together-section .points-wrapper .single h3 {
            margin-bottom: 8px; }
            .work-together-section .points-wrapper .single h3 small {
              font-size: 11px;
              margin-top: -4px; }
          .work-together-section .points-wrapper .single p {
            padding-right: 0; }
      .work-together-section .btn-wrapper {
        text-align: center;
        padding-top: 40px; } }
  @media (min-width: 1200px) {
    .work-together-section .points-wrapper .single {
      width: calc(33.33% - 54px); }
      .work-together-section .points-wrapper .single:nth-child(1), .work-together-section .points-wrapper .single:nth-child(2) {
        padding-right: 8px; }
    .work-together-section .btn-wrapper {
      padding-top: 80px; } }

.app-specs-section {
  padding: 60px 0 20px;
  overflow: hidden;
  background-color: #F6F3EF; }
  .app-specs-section .title h2 {
    text-align: center;
    font-family: "AkkuratLL-Light", sans-serif;
    font-weight: normal;
    font-size: 40px;
    line-height: 50px;
    color: #151619;
    margin-bottom: 60px; }
  .app-specs-section .img-wrapper {
    position: relative; }
    .app-specs-section .img-wrapper .single {
      max-width: 450px;
      margin: 0 auto;
      margin-bottom: 39px; }
    .app-specs-section .img-wrapper .img {
      margin-bottom: 16px; }
    .app-specs-section .img-wrapper h3 {
      font-family: "AkkuratLL-Regular", sans-serif;
      font-weight: 400;
      font-size: 20px;
      line-height: 30px;
      margin-bottom: 8px; }
    .app-specs-section .img-wrapper p {
      font-size: 16px;
      line-height: 24px;
      margin: 0;
      padding-right: 5px; }
  @media (min-width: 992px) {
    .app-specs-section {
      padding: 80px 0; }
      .app-specs-section .container {
        max-width: 1227px;
        padding: 0 15px; }
      .app-specs-section .title h2 {
        margin-bottom: 80px; }
      .app-specs-section .img-wrapper {
        display: flex;
        justify-content: space-between; }
        .app-specs-section .img-wrapper .single {
          width: calc(33.33% - 40px);
          margin-bottom: 0;
          max-width: unset; }
          .app-specs-section .img-wrapper .single .img {
            margin-bottom: 13px; }
          .app-specs-section .img-wrapper .single h3 {
            line-height: 30px;
            margin-bottom: 5px; }
          .app-specs-section .img-wrapper .single p {
            max-width: 307px;
            margin: 0;
            padding-right: 0; } }

.img-w-text-section {
  padding: 0 0 40px;
  background-color: #F6F3EF; }
  .img-w-text-section .container {
    padding: 0;
    max-width: 1186px; }
  .img-w-text-section .img-wrapper {
    display: flex;
    flex-wrap: wrap; }
    .img-w-text-section .img-wrapper .img-side {
      order: 1;
      width: 100%;
      text-align: center; }
    .img-w-text-section .img-wrapper .content-side {
      order: 2;
      width: 100%;
      padding: 20px 16px 0;
      max-width: 450px;
      margin: 0 auto; }
      .img-w-text-section .img-wrapper .content-side h3 {
        font-family: "AkkuratLL-Light", sans-serif;
        font-weight: 300;
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 12px; }
        .img-w-text-section .img-wrapper .content-side h3 em {
          font-family: "PPEditorialNew-light-italic", sans;
          font-style: italic; }
      .img-w-text-section .img-wrapper .content-side p {
        font-size: 16px;
        line-height: 24px;
        margin: 0 0 32.65px; }
      .img-w-text-section .img-wrapper .content-side ul {
        list-style: none;
        padding: 0;
        margin: 0;
        padding-right: 3px; }
        .img-w-text-section .img-wrapper .content-side ul li {
          display: flex;
          align-items: center;
          font-size: 16px;
          line-height: 24px;
          margin-bottom: 16px; }
          .img-w-text-section .img-wrapper .content-side ul li img {
            flex-shrink: 0;
            margin-right: 16.5px;
            width: 32px;
            height: 32px;
            object-fit: contain; }
  @media (min-width: 992px) {
    .img-w-text-section {
      padding: 5px 0 15px; }
      .img-w-text-section .container {
        padding: 0 15px;
        max-width: 1188px; }
      .img-w-text-section .img-wrapper {
        align-items: center; }
        .img-w-text-section .img-wrapper .content-side {
          padding: 0;
          width: 50%;
          padding-left: 40px;
          margin-top: 1px;
          max-width: unset; }
          .img-w-text-section .img-wrapper .content-side h3 {
            max-width: 378px;
            margin-bottom: 16px; }
          .img-w-text-section .img-wrapper .content-side p {
            max-width: 378px;
            margin-bottom: 45px; }
          .img-w-text-section .img-wrapper .content-side ul {
            max-width: 310px; }
            .img-w-text-section .img-wrapper .content-side ul li {
              margin-bottom: 16px; }
              .img-w-text-section .img-wrapper .content-side ul li:last-child {
                margin-bottom: 0; }
          .img-w-text-section .img-wrapper .content-side .btn-wrapper .btn {
            min-height: 50px; }
        .img-w-text-section .img-wrapper .img-side {
          width: 50%;
          text-align: left; } }
  @media (min-width: 1200px) {
    .img-w-text-section .img-wrapper .content-side {
      padding-left: 130px; } }

.news-testimonials {
  background-color: #F6F3EF;
  padding: 34px 0 43.28px;
  overflow: hidden; }
  .news-testimonials .container {
    padding: 0; }
  .news-testimonials .title {
    padding: 0 16px; }
    .news-testimonials .title h2 {
      text-align: center;
      font-family: "AkkuratLL-Light", sans-serif;
      font-weight: normal;
      font-size: 40px;
      line-height: 50px;
      color: #151619;
      margin-bottom: 26.95px; }
  .news-testimonials .content-wrapper .single {
    background: #101926;
    padding: 32px; }
    .news-testimonials .content-wrapper .single p {
      font-size: 20px;
      line-height: 30px;
      color: #FFF;
      margin-bottom: 32px;
      padding-left: 3px; }
      .news-testimonials .content-wrapper .single p span {
        display: block;
        font-size: 26px;
        line-height: 32px;
        letter-spacing: -0.52px;
        margin-left: -3px; }
  .news-testimonials .content-wrapper.slick-slider {
    padding-left: 16px; }
    .news-testimonials .content-wrapper.slick-slider .slick-list {
      padding-right: 77px;
      margin: 0 -14.5px; }
    .news-testimonials .content-wrapper.slick-slider .slick-track {
      display: flex; }
    .news-testimonials .content-wrapper.slick-slider .slick-slide {
      height: inherit;
      margin: 0 14.5px; }
    .news-testimonials .content-wrapper.slick-slider .slick-dots {
      padding: 0;
      margin: 0;
      margin-top: 43.5px;
      padding-right: 16px;
      list-style: none;
      display: flex; }
      .news-testimonials .content-wrapper.slick-slider .slick-dots li {
        width: 25%;
        height: 1px;
        display: flex; }
        .news-testimonials .content-wrapper.slick-slider .slick-dots li button {
          padding: 0;
          height: 1px;
          font-size: 0;
          border: none;
          background-color: rgba(21, 22, 25, 0.3);
          width: 100%;
          outline: none;
          box-shadow: none; }
        .news-testimonials .content-wrapper.slick-slider .slick-dots li.slick-active button {
          background-color: #151619; }
  .news-testimonials .btn-wrapper {
    padding: 0 16px;
    margin: 30px 0 42px; }
    .news-testimonials .btn-wrapper .btn-white {
      color: #F6F3EF;
      background-color: #fff; }
  .news-testimonials .privacy-notes {
    padding: 0 18px; }
    .news-testimonials .privacy-notes p {
      font-family: "AkkuratLL-Regular", sans-serif;
      font-weight: 400;
      font-size: 12px;
      line-height: 20px;
      color: #fff;
      padding-top: 28px;
      border-top: 0.5px solid #fff;
      margin: 0; }
      .news-testimonials .privacy-notes p em {
        font-style: italic; }
      .news-testimonials .privacy-notes p a {
        font-family: "AkkuratLL-Regular", sans-serif;
        font-weight: 700;
        color: inherit;
        text-decoration: underline; }
  @media (min-width: 992px) {
    .news-testimonials {
      padding: 65px 0 76px; }
      .news-testimonials .container {
        max-width: 1146px;
        padding: 0 15px; }
      .news-testimonials .title h2 {
        text-align: center;
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 50px; }
      .news-testimonials .content-wrapper {
        display: flex;
        justify-content: space-between;
        max-width: 1116px;
        margin: 0 auto; }
        .news-testimonials .content-wrapper .single {
          width: calc(25% - 12px); }
      .news-testimonials .btn-wrapper {
        margin: 51px 0 65.5px;
        text-align: center; }
        .news-testimonials .btn-wrapper a {
          width: auto; }
      .news-testimonials .privacy-notes {
        text-align: center;
        padding: 0 22px;
        margin: 0; }
        .news-testimonials .privacy-notes p {
          line-height: 20px;
          padding: 28px 13px 0; } }
  @media (min-width: 1200px) {
    .news-testimonials {
      padding-bottom: 120px; } }

.bottom-rings-section {
  padding: 41.3px 0 273.7px;
  background-image: url(../img/bg-w-rings-sm.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .bottom-rings-section .container {
    max-width: 1180px; }
  .bottom-rings-section h2 {
    font-family: "AkkuratLL-Light", sans-serif;
    font-weight: 300;
    font-size: 32px;
    line-height: 42px;
    text-align: center;
    margin-bottom: 20px; }
  .bottom-rings-section .btn-wrapper {
    text-align: center; }
  @media (min-width: 992px) {
    .bottom-rings-section {
      padding: 57px 0;
      background-image: url(../img/bg-w-rings.jpg);
      background-position: right; }
      .bottom-rings-section h2 {
        text-align: left;
        margin-bottom: 24px; }
      .bottom-rings-section .btn-wrapper {
        text-align: left; }
        .bottom-rings-section .btn-wrapper .btn {
          padding: 19px 32px; } }

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; }
    footer .form-menu-wrapper .menu-side {
      width: calc(100% - 37.2%);
      padding-left: 39px; } }
  @media (min-width: 1024px) {
    footer {
      padding-bottom: 1.5rem;
      background-color: #1c1b1a; }
      footer .container {
        padding: 0 24px; }
      footer .bg-gredient > div {
        left: 24px;
        right: 24px;
        border-radius: 12px;
        bottom: 1.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: 1.5rem;
            padding-right: 1.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: #101926; }
    .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: #101926; }
        @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 */
