@charset "UTF-8";
@import "./animate.css";
/*** 

====================================================================
	Reset
====================================================================

***/
html {
  scroll-behavior: smooth;
}

* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
}

button {
  outline: none;
}

button:focus {
  outline: none;
}

button:focus {
  outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}

/*** 
  ====================================================================
      Global Settings
  ====================================================================
   ***/
body {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.005em;
  color: #2b2b2b;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  position: relative;
  font-weight: normal;
  margin: 0px;
  background: none;
}

.auto__container {
  position: relative;
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 40px;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: clip;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

video::-webkit-media-controls {
  display: none;
}

h1 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-size: 85px;
  line-height: 110%;
}
h1 span {
  color: #e07a9d;
}

h2 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 120%;
}
h2.big {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-size: 61px;
  line-height: 120%;
}

h3 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 120%;
}

h4 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-size: 31px;
  line-height: 95%;
  letter-spacing: 0.005em;
}

h5 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-size: 31px;
  line-height: 140%;
  letter-spacing: 0.005em;
}

p.big {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0.005em;
}
p.xl {
  font-weight: 400;
  font-size: 25px;
  line-height: 140%;
  letter-spacing: 0.005em;
}

ul li {
  padding-left: 34px;
  position: relative;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0.005em;
}
ul li::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  -moz-ransform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  background: url(../images/icons/check.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.main {
  overflow: hidden;
  padding-top: 110px;
}

.button.primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #2b2b2b;
  border-radius: 15px;
  color: #fefdfb;
  padding: 14px 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.005em;
}
.button.primary svg {
  width: 20px;
  height: 20px;
  margin-right: 20px;
}
.button.primary:hover {
  opacity: 0.8;
}
.button.primary b {
  font-weight: 400;
}

.anchor {
  position: relative;
  top: -100px;
}

.footer {
  padding: 56px 0;
  color: #e7ddd0;
  background: #1f2018;
}
.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
.footer__inner-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer__inner-link {
  font-weight: 400;
  font-size: 20px;
  color: #e7ddd0;
  line-height: 140%;
  letter-spacing: 0.005em;
  margin-bottom: 30px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.footer__inner-link:hover {
  color: #e07a9d;
}
.footer__inner-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__inner-socials a {
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 40px;
}
.footer__inner-socials a:last-child {
  margin-right: 0;
}
.footer__inner-socials a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer__inner-socials a:hover {
  opacity: 0.8;
}
.footer__inner-content {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.footer__inner-content h5 {
  margin-bottom: 20px;
}
.footer__inner-content a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 170px;
  margin-bottom: 20px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.footer__inner-content a:hover {
  opacity: 0.8;
}
.footer__inner-content a:last-child {
  margin: 0;
}
.footer__inner-content a img {
  width: 100%;
}
.footer__copy {
  text-align: center;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 34px 0;
  height: 110px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 10;
  -webkit-animation: 0.2s sticky;
          animation: 0.2s sticky;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.header.sticky {
  background: rgba(255, 255, 255, 0.5);
  position: fixed;
  top: 0;
  left: 0;
}
@-webkit-keyframes sticky {
  from {
    opacity: 0;
    top: -20px;
  }
  to {
    opacity: 1;
    top: 0;
  }
}
@keyframes sticky {
  from {
    opacity: 0;
    top: -20px;
  }
  to {
    opacity: 1;
    top: 0;
  }
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__inner-logo {
  width: 172px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header__inner-logo img {
  width: 100%;
}
.header__inner-link {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.005em;
  color: #2b2b2b;
  display: block;
  margin-right: 50px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.header__inner-link:hover {
  color: #e07a9d;
}
.header__inner-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Icons */
@font-face {}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.intro {
  padding: 220px 0;
  background: #e7ded1;
}
.intro__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.intro__inner-video {
  width: 337px;
  height: 317px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.intro__inner-video video,
.intro__inner-video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  -webkit-mask-image: url("../images/mask.svg");
          mask-image: url("../images/mask.svg");
  mask-mode: alpha;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  pointer-events: none !important;
  mask-mode: alpha;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-position: center;
          mask-position: center;
}
.intro__inner-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 810px;
  margin-left: 50px;
}
.intro__inner-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.intro__inner-action a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 250px;
  margin-right: 36px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.intro__inner-action a:hover {
  opacity: 0.8;
}
.intro__inner-action a:last-child {
  margin-right: 0;
}
.intro__inner-action a img {
  width: 100%;
  height: 100%;
}
.intro h1 {
  margin-bottom: 15px;
}
.intro p {
  margin-bottom: 40px;
  max-width: 580px;
  color: #605a55;
}

.discover {
  color: #e7ddd0;
  background: #2b2b2b;
  position: relative;
  padding: 310px 0;
  overflow: hidden;
}
.discover::before {
  width: 1800px;
  height: 1800px;
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  -moz-ransform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  top: 0%;
  background: radial-gradient(31.59% 28.06% at 40.2% 51.63%, rgba(224, 122, 157, 0.6) 0%, rgba(224, 122, 157, 0.426) 25%, rgba(224, 122, 157, 0.216) 51.86%, rgba(224, 122, 157, 0.072) 76.86%, rgba(224, 122, 157, 0) 100%);
  pointer-events: none;
}
.discover::after {
  width: 1800px;
  height: 1800px;
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  -moz-ransform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  top: 20%;
  background: radial-gradient(38.57% 41.65% at 61.43% 50%, rgba(2, 119, 182, 0.5) 0%, rgba(2, 119, 182, 0) 100%);
  pointer-events: none;
}
.discover__inner {
  text-align: center;
  position: relative;
  z-index: 1;
}
.discover__inner h2.big {
  margin-bottom: 16px;
}
.discover__inner p {
  margin-bottom: 110px;
}
.discover__inner-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.discover__inner-action a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 300px;
  margin-right: 60px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.discover__inner-action a:last-child {
  margin: 0;
}
.discover__inner-action a:hover {
  opacity: 0.8;
}
.discover__inner-action a img {
  width: 100%;
}

.help {
  padding: 120px 0;
  background: #2e2e2e;
  color: #e7ddd0;
}
.help .auto__container {
  max-width: 1240px;
}
.help__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.help__inner-video {
  width: 400px;
  height: 392px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 30px;
}
.help__inner-video video,
.help__inner-video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  -webkit-mask-image: url("../images/mask.svg");
          mask-image: url("../images/mask.svg");
  mask-mode: alpha;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  pointer-events: none !important;
  mask-mode: alpha;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-position: center;
          mask-position: center;
}
.help__inner-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 670px;
}
.help h3 {
  margin-bottom: 30px;
}
.help p {
  margin-bottom: 20px;
}
.help p:last-child {
  margin: 0;
}
.help ul {
  margin-bottom: 20px;
}

.goal {
  padding: 90px 0 120px 0;
  background: #f5f2ec;
}
.goal h3 {
  text-align: center;
  margin-bottom: 40px;
}
.goal__slider {
  max-width: 1320px;
  margin: 0 auto;
  padding-bottom: 120px;
}
.goal__slider-outer {
  margin: 0 -25px;
}
.goal .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.goal .slick-slide {
  height: unset !important;
}
.goal .slick-arrow {
  width: 67px;
  height: 67px;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  bottom: 0;
  transform: translate(0, 0);
  -moz-ransform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  top: unset;
  background: #e7ddd0;
}
.goal .slick-arrow::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translate(-50%, -50%);
  -moz-ransform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  left: 50%;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  width: 10px;
  height: 13px;
}
.goal .slick-prev {
  left: unset;
  right: 120px;
}
.goal .slick-prev::before {
  background: url(../images/icons/chevron-left.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.goal .slick-disabled {
  background: #fbf9f5;
}
.goal .slick-next {
  right: 25px;
}
.goal .slick-next::before {
  background: url(../images/icons/chevron-right.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.goalItem {
  padding: 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.goalItem__inner {
  padding: 20px 20px 0 20px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #e7ddd0;
  border-radius: 15px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
}
.goalItem__icon {
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #e07a9d;
  margin: 0 auto 10px auto;
}
.goalItem__icon svg {
  width: 100%;
  height: 100%;
}
.goalItem__image {
  margin: auto 0 0 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.goalItem__image img {
  width: 104%;
}
.goalItem h4 {
  margin-bottom: 20px;
}
.goalItem p {
  margin-bottom: 38px;
}

.shapes {
  padding: 150px 0 200px 0;
  background: #f5f2ec;
}
.shapes__inner-head {
  text-align: center;
  margin-bottom: 90px;
}
.shapes__inner-head h2.big {
  margin-bottom: 40px;
}
.shapes__inner-head p {
  max-width: 1080px;
  margin: 0 auto 20px auto;
}
.shapes__inner-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.shapes__inner-tags span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.25px;
  color: #605a55;
  border: 1px solid #e7ded1;
  border-radius: 10px;
  margin: 0 4px;
}
.shapes__inner-tags span svg {
  width: 18px;
  height: 18px;
  margin-right: 4px;
}
.shapes__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.shapes__col {
  width: calc(50% - 25px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.shapes__col:last-child .shapesItem {
  background: #ffffff;
  height: 100%;
}
.shapes__col:last-child .shapesItem__image {
  max-width: 420px;
  margin: 0 auto;
}
.shapesItem {
  padding: 50px;
  margin-bottom: 50px;
  background: #fbf9f5;
  border-radius: 50px;
}
.shapesItem h4 {
  margin-bottom: 30px;
}
.shapesItem p {
  margin-bottom: 20px;
}
.shapesItem:last-child {
  margin-bottom: 0;
}
.shapesItem__image {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.shapesItem__image img {
  width: 100%;
}
.shapesItem__image img.mob {
  display: none;
}

.dive {
  padding: 120px 0;
}
.dive__head {
  max-width: 980px;
  text-align: center;
  margin: 0 auto 120px auto;
}
.dive__head h2.big {
  margin-bottom: 30px;
}
.dive__inner {
  max-width: 740px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.dive__inner-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 270px;
}
.dive__inner-nav button {
  padding: 16px 40px;
  background: #f5f2ec;
  border-radius: 15px;
  margin-bottom: 16px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0.005em;
  color: #2b2b2b;
  position: relative;
  overflow: hidden;
}
.dive__inner-nav button .progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  -webkit-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
  background: #000;
}
.dive__inner-nav button .button-text {
  position: relative;
  z-index: 1;
}
.dive__inner-nav button.active {
  background: #2b2b2b;
  color: #fefdfb;
}
.dive__inner-nav button:last-child {
  margin: 0;
}
.dive__inner-images {
  margin-right: 20px;
  max-width: 412px;
  width: calc(100% - 290px);
}
.dive__inner-image {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #f5f2ec;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  padding: 2px;
}
.dive__inner-image img {
  width: 100%;
}

.tabs {
  padding: 120px 0;
}
.tabs .auto__container {
  max-width: 1120px;
}
.tabs__inner-head {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tabs__inner-head button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px;
  background: #f5f2ec;
  border-radius: 15px;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0.005em;
  color: #2b2b2b;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  cursor: pointer;
  margin-right: 16px;
}
.tabs__inner-head button:last-child {
  margin-right: 0;
}
.tabs__inner-head button svg {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.tabs__inner-head button:hover {
  opacity: 0.8;
}
.tabs__inner-head button.active {
  background: #2b2b2b;
  color: #fefdfb;
}
.tabsItem {
  display: none;
  -webkit-animation: 0.2s fadeInUp;
          animation: 0.2s fadeInUp;
}
.tabsItem.active {
  display: block;
}
.tabsItem__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 32px;
  background: #f5f2ec;
  border-radius: 30px;
}
.tabsItem__inner-image {
  width: 240px;
  height: 234px;
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tabsItem__inner-image video,
.tabsItem__inner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  -webkit-mask-image: url("../images/mask.svg");
          mask-image: url("../images/mask.svg");
  mask-mode: alpha;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  pointer-events: none !important;
  mask-mode: alpha;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-position: center;
          mask-position: center;
}
.tabsItem__inner-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 720px;
}
.tabsItem h2 {
  margin-bottom: 25px;
}
.tabsItem p {
  color: #7f7a74;
}
.tabsItem p strong {
  display: block;
  color: #2b2b2b;
  margin-bottom: 15px;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@media (max-width: 1450px) {
  h1,
  h2.big {
    font-size: 65px;
  }
}
@media (max-width: 1380px) {
  h1,
  h2.big {
    font-size: 55px;
  }
  h2 {
    font-size: 50px;
  }
  .intro {
    padding: 170px 0;
  }
  .intro__inner-action a {
    width: 210px;
  }
  .shapes {
    padding: 120px 0 150px;
  }
  .discover {
    padding: 270px 0;
  }
  .discover h2.big {
    font-weight: 700;
    font-size: 55px;
    line-height: 120%;
  }
}
@media (max-width: 1180px) {
  h1,
  h2.big {
    font-size: 45px;
  }
  h2 {
    font-size: 45px;
  }
  .header__inner-logo {
    width: 150px;
  }
  .intro {
    padding: 130px 0;
  }
  .intro__inner-video {
    width: 324px;
    height: 317px;
  }
  .intro__inner-content {
    margin-left: 30px;
  }
  .intro__inner-action a {
    width: 170px;
  }
  .goal {
    padding: 90px 0 105px;
  }
  .goal__slider-outer {
    margin: 0 -15px;
  }
  .goalItem {
    padding: 0 15px;
  }
  .goal .slick-prev {
    right: 110px;
  }
  .goal .slick-next {
    right: 15px;
  }
  .tabs {
    padding: 90px 0;
  }
  .shapes {
    padding: 90px 0 120px;
  }
  .shapes__inner-head {
    margin-bottom: 60px;
  }
  .shapes__col {
    width: calc(50% - 15px);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .shapesItem {
    padding: 30px;
    border-radius: 15px;
    margin-bottom: 30px;
    height: calc(50% - 15px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .dive {
    padding: 90px 0;
  }
  .dive__head {
    margin-bottom: 80px;
  }
  .discover {
    padding: 230px 0;
  }
  .help {
    padding: 90px 0;
  }
  .help__inner-video {
    width: 340px;
    height: 320px;
  }
}
@media (max-width: 1024px) {
  ::-webkit-scrollbar {
    display: none;
  }
  h1,
  h2.big {
    font-size: 55px;
  }
  h2 {
    font-size: 40px;
  }
  .header__inner-logo {
    width: 130px;
  }
  .header__inner-link {
    margin-right: 35px;
  }
}
@media (max-width: 930px) {
  .intro {
    padding: 90px 0;
  }
  .tabs__inner-head button {
    opacity: 1 !important;
  }
  .tabsItem__inner {
    padding: 20px;
  }
  .tabsItem h2 {
    margin-bottom: 15px;
  }
  .shapes {
    padding: 90px 0;
  }
  .dive__head {
    margin-bottom: 55px;
  }
  .dive__inner-images {
    width: calc(100% - 290px);
  }
  .dive__inner-nav {
    width: 270px;
  }
  .discover {
    padding: 190px 0;
  }
  .discover__inner-action {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 700px;
    margin: 0 auto;
  }
  .discover__inner-action a {
    margin: 0;
    max-width: 340px;
    width: calc(50% - 15px);
  }
  .help__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .help__inner-video {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0;
  }
  .help__inner-content {
    margin-bottom: 56px;
  }
}
@media (max-width: 840px) {
  .shapes__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .shapes__col {
    width: 100%;
    margin-bottom: 40px;
  }
  .shapes__col:last-child {
    margin: 0;
  }
  .shapesItem {
    height: unset;
    padding: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 750px) {
  h1,
  h2.big {
    font-size: 55px;
  }
  .header__inner-logo {
    width: 113px;
  }
  .header__inner .button {
    padding: 0;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__inner .button svg {
    margin: 0;
  }
  .header__inner .button b {
    display: none;
  }
  .intro {
    padding: 60px 0 90px;
  }
  .intro__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .intro__inner-video {
    margin-bottom: 40px;
  }
  .intro__inner-content {
    width: 100%;
    max-width: unset;
    margin: 0;
  }
  .tabs__inner-head {
    overflow-y: auto;
    margin: 0 -40px 20px;
    padding: 0 40px;
  }
  .tabs__inner-head button {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
  }
  .tabsItem__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tabsItem__inner-content {
    margin-bottom: 30px;
  }
  .tabsItem__inner-image {
    margin: 0;
  }
  .dive__head {
    margin-bottom: 40px;
  }
  .dive__head p {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
  }
  .dive__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .dive__inner-images {
    width: 100%;
    margin-bottom: 20px;
    margin: 0 0 20px 0;
  }
  .dive__inner-nav {
    width: calc(100% + 80px);
    margin: 0 -40px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden;
  }
  .dive__inner-nav button {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    margin: 0 10px !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .dive__inner-nav button span {
    white-space: nowrap;
    display: block;
    text-align: center;
  }
  .dive__inner .slick-list {
    width: 100% !important;
    overflow: visible !important;
  }
  .dive__inner .slick-track {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .footer {
    padding: 56px 0 30px;
  }
  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__inner-content {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 40px;
  }
  .footer__inner-link {
    margin-bottom: 20px;
  }
  .footer__inner-socials {
    padding-top: 50px;
  }
}
@media (max-width: 650px) {
  .goal .slick-prev {
    right: calc(50% + 15px);
  }
  .goal .slick-next {
    right: unset;
    left: calc(50% + 15px);
  }
}
@media (max-width: 540px) {
  .shapes__inner-head {
    margin-bottom: 40px;
  }
  .shapes__inner-tags {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 330px;
    margin: 0 auto;
  }
  .shapes__inner-tags span {
    margin: 4px;
  }
  .shapesItem {
    padding: 24px 30px;
  }
  .shapesItem__image img.desc {
    display: none;
  }
  .shapesItem__image img.mob {
    display: block;
  }
  .discover {
    padding: 164px 0 180px;
  }
  .discover__inner-action {
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .discover__inner-action a {
    margin: 0 0 50px 0;
    max-width: 266px;
    width: 100%;
  }
  .footer__inner-socials {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer__copy p {
    font-weight: 400;
    font-size: 13px;
    line-height: 140%;
  }
}
@media (max-width: 440px) {
  .auto__container {
    padding: 0 24px;
  }
  h1,
  h2.big {
    font-size: 40px;
  }
  .intro__inner-video {
    width: 100%;
    max-width: 324px;
  }
  .intro__inner-action {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .intro__inner-action a {
    width: calc(50% - 10px);
    margin-right: 0;
  }
  .help__inner {
    padding: 0 20px;
  }
  .help__inner-video {
    width: 100%;
    max-width: 290px;
    height: 290px;
  }
  .dive__inner-nav {
    margin: 0 -30px;
    width: calc(100% + 60px);
    padding: 0 20px;
  }
}
