@import "https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";
@import "https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap";
html {
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace;
  font-size: 1em;
}
a {
  background-color: #0000;
}
abbr[title] {
  border-bottom: none;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
code,
kbd,
samp {
  font-family: monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="reset"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring {
  outline: 1px dotted buttontext;
}
[type="button"]:-moz-focusring {
  outline: 1px dotted buttontext;
}
[type="reset"]:-moz-focusring {
  outline: 1px dotted buttontext;
}
[type="submit"]:-moz-focusring {
  outline: 1px dotted buttontext;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  white-space: normal;
  max-width: 100%;
  padding: 0;
  display: table;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template,
[hidden] {
  display: none;
}
*,
:after,
:before {
  box-sizing: inherit;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: #0000;
  -webkit-font-smoothing: antialiased;
}
body {
  box-sizing: border-box;
  color: #333;
  min-width: 360px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
}
@media (width>=1024px) {
  body {
    font-size: 18px;
  }
}
body.lock {
  overflow: hidden;
}
html,
body {
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  height: 100%;
  margin: 0;
}
img {
  /* width: 100%; */
  /* display: inline-block; */
}
a,
a:hover {
  text-decoration: none;
}
b,
strong {
  font-weight: 700;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
ul,
ol {
  margin: 0;
  padding: 0;
}
svg {
  /* width: 100%; */
  /* height: 100%; */
}
.waf-container {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 24px;
}
.waf-button {
  color: #eaf1f8;
  cursor: pointer;
  letter-spacing: 0.66px;
  background: #0250d4;
  border: none;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  max-width: fit-content;
  margin: 0 auto;
  padding: 8px 30px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  display: flex;
}
@media (width>=768px) {
  .waf-button {
    padding: 14px 40px;
    font-size: 22px;
  }
}
.waf-button:hover {
  color: #0250d4;
  background: #fff;
  text-decoration: none;
}
.waf-button:active {
  opacity: 0.8;
}
.waf-button__magic {
  background: #d866b3;
}
.waf-button__magic:hover {
  color: #d866b3;
}
.waf-button__ocean {
  background: #1fb3b8;
}
.waf-button__ocean:hover {
  color: #1fb3b8;
}
.waf-button__jasmine {
  background: #6b38c9;
}
.waf-button__jasmine:hover {
  color: #6b38c9;
}
.waf-button__mountain {
  background: #57983e;
}
.waf-button__mountain:hover {
  color: #57983e;
}
.waf-button__rozetka {
  color: #eaf1f8;
  text-transform: uppercase;
  background: #003ca5;
  border: 2px solid #003ca5;
  border-radius: 30px;
  font-size: 11px;
  font-weight: 700;
  line-height: 172%;
}
@media (width>=768px) {
  .waf-button__rozetka {
    font-size: 15px;
    line-height: 160%;
  }
}
.waf-header {
  width: 100%;
  /* min-height: 100vh; */
  display: flex;
}
.waf-header__wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 1.5rem;
  /* height: 100vh; */
  padding-bottom: 54px;
  display: flex;
}
@media (width>=768px) {
  .waf-header__wrapper {
    flex-direction: row;
    padding-bottom: 108px;
  }
}
.waf-header__right {
  display: none;
}
@media (width>=1200px) {
  .waf-header__right {
    width: 50%;
    display: block;
  }
}
.waf-header__left {
  flex-direction: column;
  padding: 0 24px;
  display: flex;
}
@media (width>=1200px) {
  .waf-header__left {
    width: 50%;
    padding: 0 78px;
  }
}
.waf-header__image {
  display: none;
}
@media (width>=1024px) {
  .waf-header__image {
    object-fit: cover;
    border-radius: 0 0 0 25px;
    width: 100%;
    /* height: 100vh; */
    display: block;
  }
}
.waf-header__logo {
  width: 88px;
  height: 52px;
}
@media (width>=768px) {
  .waf-header__logo {
    width: 126px;
    height: 76px;
  }
}
.waf-header__highlight {
  color: #a3c400;
}
.waf-header__title {
  letter-spacing: 0.68px;
  text-transform: uppercase;
  padding-top: 42px;
  padding-bottom: 34px;
  font-family: Mulish, sans-serif;
  font-size: 34px;
  font-weight: 800;
  line-height: 126%;
}
@media (width>=768px) {
  .waf-header__title {
    letter-spacing: 0.84px;
    max-width: 552px;
    padding-top: 82px;
    padding-bottom: 96px;
    font-size: 42px;
    line-height: 128%;
  }
}
.waf-header__logos-group {
  flex-direction: row;
  align-items: center;
  gap: 20px;
  display: flex;
}
@media (width>=768px) {
  .waf-header__logos-group {
    gap: 36px;
  }
}
.waf-header__logos-group img:first-child {
  width: 64px;
  height: 32px;
}
@media (width>=768px) {
  .waf-header__logos-group img:first-child {
    width: 110px;
    height: 54px;
  }
}
.waf-header__logos-group img:last-child {
  width: 62px;
  height: 18px;
}
@media (width>=768px) {
  .waf-header__logos-group img:last-child {
    width: 106px;
    height: 30px;
  }
}
.waf-hero {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: relative;
}
@media screen and (max-width: 450px) {
  .waf-hero {
    min-height: 70vh;
  }
}
.waf-hero__bubble {
  display: none;
}
@media (width>=768px) {
  .waf-hero__bubble {
    z-index: 1;
    width: 324px;
    height: 324px;
    display: block;
    position: absolute;
    top: -120px;
    left: 0;
  }
}
.waf-hero__main-bg {
  z-index: -1;
  object-fit: cover;
  object-position: center;
  border-radius: 25px;
  width: 100%;
  height: 100%;
  transition: opacity 1.5s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.waf-hero__wrapper {
  text-align: center;
  z-index: 2;
  height: 100vh;
  padding-top: 50px;
}
@media (width>=768px) {
  .waf-hero__wrapper {
    padding-top: 60px;
  }
}
@media screen and (max-width: 765px) {
  .waf-hero__wrapper {
    height: 90vh;
    padding-top: 0px;
  }
}
@media screen and (max-width: 450px) {
  .waf-hero__wrapper {
    padding-top: 32px;
    height: 70vh;
  }
}

.waf-hero__title {
  color: #003ca5;
  letter-spacing: 0.66px;
  text-transform: uppercase;
  font-family: Mulish, sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 136%;
}
@media (width>=768px) {
  .waf-hero__title {
    letter-spacing: 1.08px;
    font-size: 36px;
    line-height: 134%;
  }
}
.waf-hero__subtitle {
  padding-bottom: 40px;
  font-weight: 500;
  line-height: 186%;
}
@media (width>=768px) {
  .waf-hero__subtitle {
    font-size: 24px;
    line-height: 200%;
  }
}
.waf-hero__slider {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: flex;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.waf-hero .waf-product {
  pointer-events: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  transition: opacity 1s ease-in-out, visibility 0s 1s;
  display: flex;
  position: absolute;
  inset: 0;
}
.waf-hero .waf-product.active {
  opacity: 1;
  visibility: visible;
  transition: opacity 1s ease-in-out, visibility;
}
.waf-hero .waf-product .waf-product__images-wrapper {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}
.waf-hero .waf-product__upper-bg,
.waf-hero .waf-product__image {
  object-fit: contain;
  transform-origin: 50%;
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.waf-hero .waf-product__lower-bg {
  opacity: 0;
  visibility: hidden;
  width: 270px;
  height: 270px;
  transform: scale(0);
}
@media (width>=768px) {
  .waf-hero .waf-product__lower-bg {
    width: 422px;
    height: 422px;
  }
}
.waf-hero .waf-product__upper-bg {
  z-index: 2;
  width: 222px;
  height: 222px;
  left: 50%;
  transform: translate(-50%) scale(0);
}
@media (width>=768px) {
  .waf-hero .waf-product__upper-bg {
    width: 338px;
    height: 338px;
  }
}
.waf-hero .waf-product__image {
  object-fit: contain;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  max-width: 190px;
  height: auto;
  transform: translateY(-10%);
}
@media (width>=768px) {
  .waf-hero .waf-product__image {
    width: 100%;
    max-width: 276px;
    height: auto;
  }
}
.waf-hero .waf-product__link {
  text-align: center;
  opacity: 0;
  z-index: 4;
  padding-top: 40px;
  transition: opacity 0.5s ease-in-out;
  position: absolute;
  transform: translateY(250%);
}

@media screen and (max-width: 450px) {
  .waf-hero .waf-product__link {
    transform: translateY(220%);
  }
}

@media (width>=768px) {
  .waf-hero .waf-product__link {
    transform: translateY(275%);
  }
}
.waf-hero .waf-product__link.visible {
  opacity: 1;
}
.waf-hero .waf-hero__main-bg {
  opacity: 0;
  transition: opacity 0.5s;
}
.waf-hero .waf-hero__main-bg:first-child {
  opacity: 1;
}
.waf-about {
  background: #fff;
  border-radius: 25px;
  padding: 48px 0;
  position: relative;
}
@media (width>=768px) {
  .waf-about {
    padding: 60px 0;
  }
}
.waf-about__wrapper {
  background: #eaecf8;
  border-radius: 25px;
  flex-direction: column;
  gap: 28px;
  padding: 48px 30px;
  display: flex;
  position: relative;
}
@media (width>=768px) {
  .waf-about__wrapper {
    flex-direction: row;
    align-items: center;
    gap: 50px;
    padding: 60px;
  }
}
.waf-about__bubble {
  display: none;
}
@media (width>=1200px) {
  .waf-about__bubble {
    z-index: 1;
    width: 214px;
    height: 174px;
    display: block;
    position: absolute;
    bottom: -50px;
    right: -130px;
  }
}
.waf-about__title {
  color: #003ca5;
  letter-spacing: 0.72px;
  font-family: Mulish, sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 125%;
}
@media (width>=768px) {
  .waf-about__title {
    letter-spacing: 0.9px;
    min-width: 268px;
    font-size: 30px;
    line-height: 130%;
  }
}
.waf-about__description {
  line-height: 150%;
}
@media (width>=768px) {
  .waf-about__description {
    line-height: 144%;
  }
}
.waf-divider-bg {
  object-fit: cover;
  width: 100%;
  min-height: 224px;
  margin-top: -30px;
  margin-bottom: -30px;
}
.waf-capsule {
  z-index: 1;
  background: #f5f9fa;
  border-radius: 25px;
  padding: 42px 0;
  position: relative;
}
@media (width>=768px) {
  .waf-capsule {
    padding: 60px 0;
  }
}
.waf-capsule__bubble {
  display: none;
}
@media (width>=1024px) {
  .waf-capsule__bubble {
    z-index: 2;
    width: 182px;
    height: 158px;
    display: block;
    position: absolute;
    bottom: -130px;
    left: 0;
  }
}
.waf-capsule__title {
  text-align: center;
  color: #003ca5;
  letter-spacing: 0.72px;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 800;
  line-height: 200%;
}
@media (width>=768px) {
  .waf-capsule__title {
    letter-spacing: 1.08px;
    font-size: 36px;
    line-height: 134%;
  }
}
.waf-capsule__subtitle {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 138%;
}
@media (width>=768px) {
  .waf-capsule__subtitle {
    font-size: 24px;
    line-height: 200%;
  }
}
.waf-capsule__card-wrapper {
  flex-direction: column;
  gap: 32px;
  padding-top: 32px;
  display: flex;
}
@media (width>=768px) {
  .waf-capsule__card-wrapper {
    gap: 50px;
    padding-top: 50px;
  }
}
.waf-capsule .waf-card {
  background: #fff;
  border-radius: 50px 50px 15px 15px;
  flex-direction: column;
  display: flex;
}
@media (width>=768px) {
  .waf-capsule .waf-card {
    border-radius: 15px;
    flex-direction: row;
    align-items: center;
  }
}
@media (width>=1024px) {
  .waf-capsule .waf-card {
    border-radius: 30px 15px 15px 30px;
  }
}
.waf-capsule .waf-card__image {
  position: relative;
}
@media (width>=768px) {
  .waf-capsule .waf-card__image {
    width: 40%;
  }
}
@media (width>=1024px) {
  .waf-capsule .waf-card__image {
    width: 50%;
  }
}
@media (width>=768px) {
  .waf-capsule .waf-card__image img {
    width: 100%;
    max-width: 564px;
    height: 100%;
    max-height: 512px;
  }
}
.waf-capsule .waf-card__text {
  flex-direction: column;
  gap: 30px;
  padding: 50px 30px;
  display: flex;
}
@media (width>=768px) {
  .waf-capsule .waf-card__text {
    width: 60%;
    margin-top: 0;
    padding: 10px 40px 10px 30px;
  }
}
@media (width>=1024px) {
  .waf-capsule .waf-card__text {
    width: 50%;
    padding: 0 40px 0 60px;
  }
}
.waf-capsule .waf-card__text p {
  font-weight: 400;
}
.waf-capsule .waf-card__text .waf-button {
  margin: 0;
}
.waf-capsule .waf-card__title,
.waf-capsule .waf-card__description {
  font-size: 14px;
  font-weight: 700;
  line-height: 142%;
}
@media (width>=768px) {
  .waf-capsule .waf-card__title,
  .waf-capsule .waf-card__description {
    font-size: 18px;
    font-weight: 700;
    line-height: 144%;
  }
}
.waf-capsule .waf-card__description {
  font-weight: 400 !important;
}
.waf-partners {
  z-index: 0;
  background: #eaf1f8;
  margin-top: -10px;
  padding: 58px 0;
  position: relative;
}
@media (width>=768px) {
  .waf-partners {
    margin-top: -20px;
    padding: 80px 0;
  }
}
.waf-partners__wrapper {
  flex-direction: column;
  align-items: center;
  gap: 42px;
  display: flex;
}
@media (width>=768px) {
  .waf-partners__wrapper {
    gap: 64px;
  }
}
.waf-partners__title {
  color: #003ca5;
  text-align: center;
  letter-spacing: 0.66px;
  text-transform: uppercase;
  font-family: Mulish, sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 136%;
}
@media (width>=768px) {
  .waf-partners__title {
    letter-spacing: 1.08px;
    font-size: 36px;
    font-weight: 800;
    line-height: 134%;
  }
}
.waf-partners__icons-wrapper {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  gap: 15px;
  display: flex;
}
@media (width>=768px) {
  .waf-partners__icons-wrapper {
    gap: 20px;
  }
}
.waf-partners__icon-image {
  width: 98px;
  height: 78px;
}
@media (width>=768px) {
  .waf-partners__icon-image {
    width: 162px;
    height: 130px;
  }
}
.waf-footer {
  z-index: 1;
  background: #fff;
  border-radius: 25px;
  margin-top: -10px;
  padding-top: 48px;
  position: relative;
}
@media (width>=768px) {
  .waf-footer {
    margin-top: -20px;
    padding-top: 60px;
  }
}
.waf-footer .waf-banner {
  background: #eaf1f8;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 30px 60px;
  display: flex;
}
@media (width>=768px) {
  .waf-footer .waf-banner {
    flex-direction: row;
    gap: 46px;
    max-width: fit-content;
    margin: 0 auto;
    padding: 50px 92px;
  }
}
.waf-footer .waf-banner__logo {
  width: 205.692px;
  height: 47.481px;
}
.waf-footer__copyright {
  text-align: center;
  color: #555;
  letter-spacing: 0.48px;
  padding-top: 48px;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 206%;
}
@media (width>=768px) {
  .waf-footer__copyright {
    padding-top: 72px;
    padding-bottom: 34px;
  }
}
