/*! rechargekarlo.css — site stylesheet (self-contained). */

/* ---- normalize ---- */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .w-button selector
 */
button,
html input[type="button"],
input[type="reset"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. CUSTOM FOR WEBFLOW: changed from `textfield` to `none` to normalize iOS rounded input
 * 2. CUSTOM FOR WEBFLOW: box-sizing: content-box rule removed
 *    (similar to normalize.css >=4.0.0)
 */
input[type='search'] {
  -webkit-appearance: none;
  /* 1 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}

/* ---- base + layout utilities ---- */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
html.w-mod-touch * {
  background-attachment: scroll !important;
}
.w-block {
  display: block;
}
.w-inline-block {
  max-width: 100%;
  display: inline-block;
}
.w-clearfix:before,
.w-clearfix:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-clearfix:after {
  clear: both;
}
.w-hidden {
  display: none;
}
.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}
input.w-button {
  -webkit-appearance: button;
}
html[data-w-dynpage] [data-w-cloak] {
  color: transparent !important;
}
.w-code-block {
  margin: unset;
}
pre.w-code-block code {
  all: inherit;
}
.w-optimization {
  display: contents;
}

/* ---- element typography, form base & responsive grid ---- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin-bottom: 10px;
}
h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px;
}
h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
}
h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
}
h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}
h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}
h6 {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}
blockquote {
  margin: 0 0 10px 0;
  padding: 10px 20px;
  border-left: 5px solid #E2E2E2;
  font-size: 18px;
  line-height: 22px;
}
figure {
  margin: 0;
  margin-bottom: 10px;
}
figcaption {
  margin-top: 5px;
  text-align: center;
}
ul,
ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}
.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}
.w-embed:before,
.w-embed:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-embed:after {
  clear: both;
}
.w-video {
  width: 100%;
  position: relative;
  padding: 0;
}
.w-video iframe,
.w-video object,
.w-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
button,
[type='button'],
[type='reset'] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
}
.w-form {
  margin: 0 0 15px;
}
.w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #dddddd;
}
.w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
}
label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.w-input,
.w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
.w-input::placeholder,
.w-select::placeholder {
  color: #999;
}
.w-input:focus,
.w-select:focus {
  border-color: #3898EC;
  outline: 0;
}
.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
  cursor: not-allowed;
}
.w-input[disabled]:not(.w-input-disabled),
.w-select[disabled]:not(.w-input-disabled),
.w-input[readonly],
.w-select[readonly],
fieldset[disabled]:not(.w-input-disabled) .w-input,
fieldset[disabled]:not(.w-input-disabled) .w-select {
  background-color: #eeeeee;
}
textarea.w-input,
textarea.w-select {
  height: auto;
}
.w-select {
  background-color: #f3f3f3;
}
.w-select[multiple] {
  height: auto;
}
.w-form-label {
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0px;
}
.w-radio {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}
.w-radio:before,
.w-radio:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-radio:after {
  clear: both;
}
.w-radio-input {
  margin: 4px 0 0;
  line-height: normal;
  float: left;
  margin-left: -20px;
}
.w-radio-input {
  margin-top: 3px;
}
.w-file-upload {
  display: block;
  margin-bottom: 10px;
}
.w-file-upload-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -100;
}
.w-file-upload-default,
.w-file-upload-uploading,
.w-file-upload-success {
  display: inline-block;
  color: #333333;
}
.w-file-upload-error {
  display: block;
  margin-top: 10px;
}
.w-file-upload-default.w-hidden,
.w-file-upload-uploading.w-hidden,
.w-file-upload-error.w-hidden,
.w-file-upload-success.w-hidden {
  display: none;
}
.w-file-upload-uploading-btn {
  display: flex;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-file-upload-file {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0;
  padding: 8px 9px 8px 11px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-file-upload-file-name {
  font-size: 14px;
  font-weight: normal;
  display: block;
}
.w-file-remove-link {
  margin-top: 3px;
  margin-left: 10px;
  width: auto;
  height: auto;
  padding: 3px;
  display: block;
  cursor: pointer;
}
.w-icon-file-upload-remove {
  margin: auto;
  font-size: 10px;
}
.w-file-upload-error-msg {
  display: inline-block;
  color: #ea384c;
  padding: 2px 0;
}
.w-file-upload-info {
  display: inline-block;
  line-height: 38px;
  padding: 0 12px;
}
.w-file-upload-label {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-icon-file-upload-icon,
.w-icon-file-upload-uploading {
  display: inline-block;
  margin-right: 8px;
  width: 20px;
}
.w-icon-file-upload-uploading {
  height: 20px;
}
.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}
.w-container:before,
.w-container:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-container:after {
  clear: both;
}
.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}
.w-row:before,
.w-row:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-row:after {
  clear: both;
}
.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}
.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}
.w-col-1 {
  width: 8.33333333%;
}
.w-col-2 {
  width: 16.66666667%;
}
.w-col-3 {
  width: 25%;
}
.w-col-4 {
  width: 33.33333333%;
}
.w-col-5 {
  width: 41.66666667%;
}
.w-col-6 {
  width: 50%;
}
.w-col-7 {
  width: 58.33333333%;
}
.w-col-8 {
  width: 66.66666667%;
}
.w-col-9 {
  width: 75%;
}
.w-col-10 {
  width: 83.33333333%;
}
.w-col-11 {
  width: 91.66666667%;
}
.w-col-12 {
  width: 100%;
}
.w-hidden-main {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: none !important;
  }
  .w-col-medium-1 {
    width: 8.33333333%;
  }
  .w-col-medium-2 {
    width: 16.66666667%;
  }
  .w-col-medium-3 {
    width: 25%;
  }
  .w-col-medium-4 {
    width: 33.33333333%;
  }
  .w-col-medium-5 {
    width: 41.66666667%;
  }
  .w-col-medium-6 {
    width: 50%;
  }
  .w-col-medium-7 {
    width: 58.33333333%;
  }
  .w-col-medium-8 {
    width: 66.66666667%;
  }
  .w-col-medium-9 {
    width: 75%;
  }
  .w-col-medium-10 {
    width: 83.33333333%;
  }
  .w-col-medium-11 {
    width: 91.66666667%;
  }
  .w-col-medium-12 {
    width: 100%;
  }
  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: none !important;
  }
  .w-row,
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }
  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }
  .w-col-small-1 {
    width: 8.33333333%;
  }
  .w-col-small-2 {
    width: 16.66666667%;
  }
  .w-col-small-3 {
    width: 25%;
  }
  .w-col-small-4 {
    width: 33.33333333%;
  }
  .w-col-small-5 {
    width: 41.66666667%;
  }
  .w-col-small-6 {
    width: 50%;
  }
  .w-col-small-7 {
    width: 58.33333333%;
  }
  .w-col-small-8 {
    width: 66.66666667%;
  }
  .w-col-small-9 {
    width: 75%;
  }
  .w-col-small-10 {
    width: 83.33333333%;
  }
  .w-col-small-11 {
    width: 91.66666667%;
  }
  .w-col-small-12 {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: inherit !important;
  }
  .w-hidden-tiny {
    display: none !important;
  }
  .w-col {
    width: 100%;
  }
  .w-col-tiny-1 {
    width: 8.33333333%;
  }
  .w-col-tiny-2 {
    width: 16.66666667%;
  }
  .w-col-tiny-3 {
    width: 25%;
  }
  .w-col-tiny-4 {
    width: 33.33333333%;
  }
  .w-col-tiny-5 {
    width: 41.66666667%;
  }
  .w-col-tiny-6 {
    width: 50%;
  }
  .w-col-tiny-7 {
    width: 58.33333333%;
  }
  .w-col-tiny-8 {
    width: 66.66666667%;
  }
  .w-col-tiny-9 {
    width: 75%;
  }
  .w-col-tiny-10 {
    width: 83.33333333%;
  }
  .w-col-tiny-11 {
    width: 91.66666667%;
  }
  .w-col-tiny-12 {
    width: 100%;
  }
}

/* ---- site styles ---- */
:root {
  --red: #fff;
  --blue: #000;
  --size: 0px;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: "Baloo 2", sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

.header-section {
  background-color: #000;
  padding: 32px 8px;
}

.header-section._2 {
  padding: 0;
}

.text-section {
  background-color: var(--red);
}

.text-section.dark {
  background-color: var(--blue);
}

.text-section.light {
  background-color: var(--blue);
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.phone-section {
  justify-content: center;
  width: 100%;
  position: fixed;
  top: 65svh;
}

.cam-image {
  flex: none;
  width: 16px;
  height: 16px;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

.image {
  position: relative;
}

.phone-content-container {
  background-color: #000;
  border-radius: 48px;
  flex-direction: column;
  flex: 1;
  align-items: center;
  margin: 12px 16px;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-1 {
  color: #fff;
  margin-bottom: 24px;
  font-size: 48px;
  font-weight: 400;
  line-height: 54px;
}

.heading-1.dark {
  color: #fff;
  text-align: left;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 700;
}

.heading-1.dark.text {
  color: #fff;
  text-align: center;
  font-size: 24px;
  line-height: 32px;
}

.heading-1.light {
  color: #000;
  text-align: center;
  font-family: PT Sans, sans-serif;
  font-size: 34px;
  line-height: 39px;
}

.heading-1.light.text {
  text-align: left;
  font-size: 24px;
  line-height: 32px;
}

.heading-1.light.focus {
  color: red;
  text-align: left;
}

.heading-2 {
  color: #fff;
  font-size: 86px;
  font-weight: 600;
  line-height: 96px;
}

.heading-2.dark {
  text-align: left;
}

.header-container {
  background-color: var(--red);
  text-align: center;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
  position: sticky;
}

.logo {
  text-align: center;
  vertical-align: baseline;
  height: 49px;
  position: static;
}

.button {
  color: red;
  background-color: #fff;
  border-radius: 24px;
  font-family: omnes-pro, sans-serif;
  font-weight: 700;
}

.button.cta {
  z-index: 2;
  color: #fff;
  text-align: center;
  background-color: red;
  padding: 16px 24px;
  font-size: 28px;
  line-height: 48px;
  position: relative;
}

.container {
  color: #fff;
  text-align: center;
  padding-left: 8px;
  padding-right: 8px;
  overflow: hidden;
}

.stripe-section {
  width: 100%;
  height: 150px;
  padding-top: 36px;
}

.stripe-section.dark {
  background-color: #fff;
  background-image: url('../images/darkstripes.svg');
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: auto;
}

.stripe-section.light {
  background-image: url('../images/darkstripes.svg');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: auto;
}

.heading-3 {
  color: #fff;
  font-size: 64px;
  font-weight: 400;
  line-height: 72px;
}

.heading-3.light {
  color: #000;
  text-align: center;
  font-family: PT Sans, sans-serif;
  font-weight: 400;
}

.heading-4 {
  color: #fff;
  font-size: 72px;
  font-weight: 400;
  line-height: 80px;
}

.heading-4.theme {
  z-index: 2;
  color: red;
  margin-top: 48px;
  margin-bottom: 48px;
  position: relative;
}

.spacer {
  height: 48px;
}

.bold-text-2 {
  text-align: left;
  font-size: 75px;
}

.image-zoom {
  background-image: url('../images/Stills5_1.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto 80%;
  background-attachment: scroll;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-zoom._1 {
  background-image: url('../images/Stills6_1.webp');
}

.image-zoom._2 {
  background-image: url('../images/Stills1_1.webp');
}

.image-zoom._3 {
  background-image: url('../images/Stills2_1.webp');
}

.image-zoom._4 {
  background-image: url('../images/Stills3_1.webp');
}

.image-zoom._5 {
  background-image: url('../images/Stills5_1.webp');
}

.image-zoom._6 {
  background-image: url('../images/Stills4_1.webp');
}

.image-zoom._7 {
  background-image: url('../images/Stills9_1.webp');
}

.image-zoom._8 {
  background-image: url('../images/Stills11_1.webp');
}

.image-zoom._9 {
  background-image: url('../images/Stills12_1.webp');
}

.image-zoom._10 {
  background-image: url('../images/Stills10_1.webp');
}

.image-zoom._11 {
  background-image: url('../images/Stills8_1.webp');
}

.image-zoom._12 {
  background-image: url('../images/Stills7_1.webp');
}

.image-zoom._13, .image-zoom._14 {
  background-image: url('../images/well2_1.webp');
  background-size: cover;
}

.image-zoom._15, .image-zoom._16 {
  background-image: url('../images/well1_1.webp');
  background-size: cover;
}

.image-zoom._17 {
  background-image: url('../images/well3_1.webp');
  background-size: cover;
}

.phone-wrapper-full {
  aspect-ratio: 1 / 2;
  object-fit: cover;
  justify-content: center;
  width: 80%;
  max-width: 400px;
  max-height: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: visible;
}

.phone-wrapper-full-inline {
  z-index: 3;
  aspect-ratio: 1 / 2;
  object-fit: cover;
  background-image: url('../images/phone.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  width: 80%;
  max-width: 400px;
  max-height: 800px;
  margin-top: 36px;
  margin-left: 50%;
  margin-right: auto;
  display: flex;
  position: fixed;
  inset: 0% 48px 0% auto;
  overflow: visible;
  transform: translate(0, 100svh);
}

.text-scroll {
  width: 100%;
}

.text-mask {
  z-index: 2;
  display: none;
  position: relative;
}

.bold-text-3 {
  z-index: 2;
}

.text-backdrop {
  background-image: url('../images/image-10_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.phone-wrapper-full-inline-2 {
  z-index: 3;
  aspect-ratio: 1 / 2;
  opacity: 0;
  object-fit: cover;
  background-image: url('../images/phone.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  width: 80%;
  max-width: 400px;
  max-height: 800px;
  margin-left: 50%;
  margin-right: auto;
  display: flex;
  position: fixed;
  inset: 0% 48px 0% auto;
  overflow: visible;
  transform: translate(0, 100svh);
}

.phone-wrapper-full-inline-3 {
  z-index: 3;
  aspect-ratio: 1 / 2;
  object-fit: cover;
  background-image: url('../images/phone.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  width: 80%;
  max-width: 400px;
  max-height: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  inset: 0% 48px 0% auto;
  overflow: visible;
}

.text {
  color: #fff;
  font-size: 100px;
  font-weight: 700;
}

.text-2 {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
}

.frame-5 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 4px solid #fff;
  border-radius: 100px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  text-decoration: none;
  display: flex;
}

.text-3 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

.frame-7 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-5 {
  color: #fff;
  font-size: 48px;
  font-weight: 500;
  line-height: 54px;
}

.text-6 {
  color: #2c83a6;
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
}

.frame-8 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 4px solid #fff;
  border-radius: 100px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  text-decoration: none;
  display: flex;
}

.text-7 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

.frame-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 590px;
  display: flex;
}

.text-8 {
  color: #151515;
  font-size: 48px;
  font-weight: 700;
  line-height: 54px;
}

.frame-10 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 4px solid #151515;
  border-radius: 100px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  text-decoration: none;
  display: flex;
}

.text-9 {
  color: #151515;
  font-size: 24px;
  font-weight: 700;
}

.text-17 {
  color: #fff;
  text-align: center;
  width: 300px;
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
}

.section-9 {
  background-color: #151515;
  background-image: url('../images/g2a_1.webp');
  background-position: 0%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
  overflow: hidden;
}

.container-10 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding: 24px;
  display: flex;
}

.frame-19 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 300px;
  display: flex;
}

.frame-20 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: red;
  border: 2px solid #fff;
  border-radius: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 500px;
  max-width: 700px;
  height: 500px;
  display: flex;
  position: relative;
}

.frame-21 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 100px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  text-decoration: none;
  display: flex;
}

.text-18 {
  color: red;
  font-size: 24px;
  font-weight: 700;
}

.vectors-wrapper-8 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 66px;
  height: 66px;
  display: flex;
  position: absolute;
  top: 400px;
  left: 42px;
}

.vectors-wrapper-9 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 103px;
  height: 103px;
  display: flex;
  position: absolute;
  top: 50px;
  right: -44px;
}

.section-10 {
  background-image: linear-gradient(to right, red, #271f1f00), url('../images/Section_4.webp');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.frame-22 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  max-width: 919px;
  display: flex;
}

.jesus-hamara-bhoj-aur-anxiety-ko-lena-chahte-hai-badle-main-dega-rest {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  line-height: 54px;
}

.frame-23 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 4px solid #fff;
  border-radius: 100px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  text-decoration: none;
  display: flex;
}

.text-19 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

.section-11 {
  background-color: #f5f5f5;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.container-11 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding: 24px;
  display: flex;
}

.frame-25 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-20 {
  color: #303134;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 54px;
}

.section-1 {
  background-color: red;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 64px;
  padding-bottom: 64px;
  display: none;
  position: relative;
}

.image-5 {
  object-fit: cover;
}

.container-14 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding: 24px;
  display: flex;
}

.frame-32 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-23 {
  color: #fff;
  font-size: 100px;
  font-weight: 700;
}

.vectors-wrapper-11 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 105.035px;
  height: 143.145px;
  display: flex;
}

.vectors-wrapper-12 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: -1206px;
}

.section-2blue {
  background-color: #2c83a6;
  padding-top: 128px;
  padding-bottom: 64px;
  position: relative;
}

.flex-block {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: flex-start;
}

.flex-block-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.flex-block-3 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  align-items: center;
}

.div-block {
  max-width: 300px;
  margin-top: -64px;
}

.section-3dark {
  background-color: #151515;
  padding-top: 64px;
  padding-bottom: 64px;
}

.section-4bird {
  background-image: url('../images/Section_1.webp');
  background-position: 0 0;
  background-size: cover;
  padding-top: 72px;
  padding-bottom: 72px;
}

.section-5f {
  background-image: url('../images/Section_2.webp');
  background-position: 0 0;
  background-size: cover;
  padding-top: 64px;
  padding-bottom: 64px;
}

._123 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: right;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 50%;
  display: flex;
}

.flex-block-copy {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: flex-end;
}

.section-6red {
  background-color: red;
  padding-top: 72px;
  padding-bottom: 72px;
}

.frame-9-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 590px;
  display: flex;
}

.text-8-copy {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  line-height: 54px;
}

.frame-10-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  border: 4px solid #fff;
  border-radius: 100px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  text-decoration: none;
  display: flex;
}

.text-9-copy {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

.flex-block-4 {
  justify-content: flex-end;
  align-items: center;
}

.section-7m {
  background-color: #27282c;
  background-image: url('../images/Section_3.webp');
  background-position: 50%;
  background-size: cover;
  padding-top: 72px;
  padding-bottom: 72px;
}

.frame-qw {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 590px;
  display: flex;
}

.centered {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.text-qew {
  color: #2c83a6;
  font-size: 48px;
  font-weight: 700;
  line-height: 54px;
}

.div-block-2 {
  width: 100%;
}

.section-last {
  background-color: red;
  background-image: linear-gradient(#ff000080, #ff000080), url('../images/bo2_1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 72px;
  padding-bottom: 72px;
}

.div-block-3 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  justify-content: center;
  align-items: flex-end;
  height: 90%;
  display: flex;
  position: absolute;
  inset: auto 0% 0% 10%;
}

.flex-block-5 {
  justify-content: space-between;
}

.image-7 {
  width: 100%;
}

.ms {
  width: 1px;
  height: 1px;
}

.footer-link {
  color: #fff;
}

.image-9 {
  height: 150%;
}

.chat-btn {
  z-index: 3;
  color: #000;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  transition: opacity .3s;
  display: flex;
  position: fixed;
  bottom: 16px;
  right: 16px;
  box-shadow: 0 4px 8px #0003;
}

.first-image {
  max-width: none;
  height: 75%;
}

.first-frame {
  width: 100%;
  position: absolute;
}

.image-10 {
  border: 4px solid #fe0000;
  border-radius: 15px;
}

.image-11 {
  backface-visibility: visible;
  border: 4px solid #f50000;
  border-radius: 13px;
  margin-top: 59px;
  position: static;
  transform: rotate(7deg);
}

.section-12 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 650px;
  display: flex;
  position: static;
}

.video {
  float: left;
  text-align: center;
  align-self: auto;
  width: 51%;
  height: 36%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  left: auto;
  right: auto;
}

.div-block-4 {
  flex-flow: column;
  flex: 0 auto;
  order: -1;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 58%;
  height: 62%;
  margin-bottom: 4px;
  padding-bottom: 0;
  display: flex;
}

.heading-5 {
  color: #131313;
  text-align: center;
  padding-top: 41px;
  padding-bottom: 19px;
  font-family: Open Sans, sans-serif;
  font-size: 68px;
  font-weight: 600;
}

.video-2 {
  width: 88%;
  height: 40px;
  max-height: 26%;
  margin-bottom: -3px;
  padding-bottom: 0;
}

.hero-without-image {
  background-color: var(--blue);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-17 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  color: #fff;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.heading-6 {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.container-18 {
  background-image: url('../images/ocean-fixed-p-2000.png');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  max-width: 100%;
}

.video-3 {
  width: 800px;
  height: 350px;
  overflow: visible;
}

.italic-text {
  color: #ff0505;
}

.bold-text-4 {
  color: #fff;
  text-align: left;
}

.bold-text-5 {
  padding-left: 26px;
  padding-right: 25px;
}

.container-19 {
  background-color: red;
}

.div-block-5 {
  text-align: center;
  border: 1px solid #000;
  border-right: 1px #fd0000;
  border-radius: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}

.bold-text-6, .bold-text-7 {
  text-align: left;
}

@media screen and (max-width: 991px) {
  .container-17 {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .hero-without-image {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .header-section {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .phone-section {
    z-index: 3;
    transition: transform .3s;
  }

  .cam-image {
    margin-top: 16px;
  }

  .phone-content-container {
    border-radius: 36px;
    margin-top: 12px;
  }

  .heading-1 {
    font-size: 36px;
    line-height: 42px;
  }

  .heading-2 {
    font-size: 48px;
    line-height: 52px;
    display: inline;
  }

  .logo {
    height: 36px;
  }

  .heading-3 {
    font-size: 42px;
    line-height: 48px;
    display: inline;
  }

  .heading-4 {
    font-size: 48px;
    line-height: 52px;
  }

  .phone-wrapper-full-inline {
    margin-left: auto;
    inset: auto 0% 0%;
  }

  .text-scroll {
    width: auto;
  }

  .text-mask {
    background-image: linear-gradient(#0000, #000 71%);
    flex: none;
    width: 100vw;
    height: 50svh;
    display: block;
    position: fixed;
    inset: auto 0% 0%;
  }

  .text-backdrop {
    width: auto;
  }

  .phone-wrapper-full-inline-2, .phone-wrapper-full-inline-3 {
    margin-left: auto;
    inset: auto 0% 0%;
  }

  .text-2 {
    font-size: 26px;
    line-height: 32px;
  }

  .text-6 {
    font-size: 24px;
    line-height: 32px;
  }

  .text-17 {
    font-size: 36px;
    line-height: 48px;
  }

  .container-10 {
    justify-content: center;
  }

  .vectors-wrapper-8 {
    left: -20px;
  }

  .frame-22 {
    width: 100%;
  }

  .flex-block {
    flex-wrap: wrap;
  }

  .flex-block-2 {
    justify-content: flex-start;
  }

  .section-5f {
    background-image: linear-gradient(#000000b3, #000000b3), url('../images/Section_2.webp');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
  }

  ._123 {
    max-width: none;
  }

  .container-16 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .flex-block-copy {
    flex-wrap: wrap;
  }

  .flex-block-4, .centered {
    flex-direction: column;
  }

  .div-block-3 {
    height: 100%;
    position: absolute;
    top: auto;
  }

  .flex-block-5 {
    flex-flow: column wrap;
    justify-content: center;
  }

  .image-9 {
    height: 150%;
  }

  .chat-btn {
    background-color: #fff;
    border-radius: 100px;
    width: 56px;
    height: 56px;
  }

  .container-17 {
    max-width: none;
  }
}


