/* Стили Webflow, ограниченные контейнером .all-2.
   :root оставлен глобальным: оттуда webflow.js читает переменные палитры. */
/* ===== normalize.css ===== */
/*! 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.
 */
.all-2 {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
.all-2 {
  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.
 */
.all-2 article, .all-2 aside, .all-2 details, .all-2 figcaption, .all-2 figure, .all-2 footer, .all-2 header, .all-2 hgroup, .all-2 main, .all-2 menu, .all-2 nav, .all-2 section, .all-2 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.
 */
.all-2 audio, .all-2 canvas, .all-2 progress, .all-2 video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
.all-2 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.
 */
.all-2 [hidden], .all-2 template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
.all-2 a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
.all-2 a:active, .all-2 a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
.all-2 abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
.all-2 b, .all-2 strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
.all-2 dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
.all-2 h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
.all-2 mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
.all-2 small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
.all-2 sub, .all-2 sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.all-2 sup {
  top: -0.5em;
}
.all-2 sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
.all-2 img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
.all-2 svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
.all-2 figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
.all-2 hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
.all-2 pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
.all-2 code, .all-2 kbd, .all-2 pre, .all-2 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.
 */
.all-2 button, .all-2 input, .all-2 optgroup, .all-2 select, .all-2 textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
.all-2 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.
 */
.all-2 button, .all-2 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
 */
.all-2 button, .all-2 input[type="button"], .all-2 input[type="reset"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
.all-2 button[disabled], .all-2 input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
.all-2 button::-moz-focus-inner, .all-2 input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
.all-2 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.
 */
.all-2 input[type="checkbox"], .all-2 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`.
 */
.all-2 input[type="number"]::-webkit-inner-spin-button, .all-2 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)
 */
.all-2 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).
 */
.all-2 input[type="search"]::-webkit-search-cancel-button, .all-2 input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
.all-2 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.
 */
.all-2 legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
.all-2 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.
 */
.all-2 optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
.all-2 table {
  border-collapse: collapse;
  border-spacing: 0;
}
.all-2 td, .all-2 th {
  padding: 0;
}
/* ===== webflow.css ===== */
@font-face  {
  font-family: "webflow-icons";
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.all-2 [class^="w-icon-"], .all-2 [class*=" w-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "webflow-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.all-2 .w-icon-slider-right:before {
  content: "";
}
.all-2 .w-icon-slider-left:before {
  content: "";
}
.all-2 .w-icon-nav-menu:before {
  content: "";
}
.all-2 .w-icon-arrow-down:before, .all-2 .w-icon-dropdown-toggle:before {
  content: "";
}
.all-2 .w-icon-file-upload-remove:before {
  content: "";
}
.all-2 .w-icon-file-upload-icon:before {
  content: "";
}
.all-2 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.all-2 {
  height: 100%;
}
.all-2 {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
.all-2 img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
.all-2 html.w-mod-touch * {
  background-attachment: scroll !important;
}
.all-2 .w-block {
  display: block;
}
.all-2 .w-inline-block {
  max-width: 100%;
  display: inline-block;
}
.all-2 .w-clearfix:before, .all-2 .w-clearfix:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.all-2 .w-clearfix:after {
  clear: both;
}
.all-2 .w-hidden {
  display: none;
}
.all-2 .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;
}
.all-2 input.w-button {
  -webkit-appearance: button;
}
.all-2 :where(button.w-popover-trigger) {
  background-color: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
  text-decoration: inherit;
}
.all-2 .w-popover {
  position-anchor: none;
}
.all-2 .w-popover[popover]:not(:popover-open) {
  display: none;
}
.all-2 html[data-w-dynpage] [data-w-cloak] {
  color: transparent !important;
}
.all-2 .w-code-block {
  margin: unset;
}
.all-2 pre.w-code-block code {
  all: inherit;
}
.all-2 pre.w-code-block code > span {
  display: block !important;
}
.all-2 .w-optimization {
  display: contents;
}
.all-2 .w-webflow-badge, .all-2 .w-webflow-badge > img {
  box-sizing: unset;
  width: unset;
  height: unset;
  max-height: unset;
  max-width: unset;
  min-height: unset;
  min-width: unset;
  margin: unset;
  padding: unset;
  float: unset;
  clear: unset;
  border: unset;
  border-radius: unset;
  background: unset;
  background-image: unset;
  background-position: unset;
  background-size: unset;
  background-repeat: unset;
  background-origin: unset;
  background-clip: unset;
  background-attachment: unset;
  background-color: unset;
  box-shadow: unset;
  transform: unset;
  transition: unset;
  direction: unset;
  font-family: unset;
  font-weight: unset;
  color: unset;
  font-size: unset;
  line-height: unset;
  font-style: unset;
  font-variant: unset;
  text-align: unset;
  letter-spacing: unset;
  text-decoration: unset;
  text-indent: unset;
  text-transform: unset;
  list-style-type: unset;
  text-shadow: unset;
  vertical-align: unset;
  cursor: unset;
  white-space: unset;
  word-break: unset;
  word-spacing: unset;
  word-wrap: unset;
}
.all-2 .w-webflow-badge {
  position: fixed !important;
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 2147483647 !important;
  top: auto !important;
  right: 12px !important;
  bottom: 12px !important;
  left: auto !important;
  color: #aaadb0 !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  padding: 6px !important;
  font-size: 12px !important;
  line-height: 14px !important;
  text-decoration: none !important;
  transform: none !important;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
  overflow: unset !important;
  white-space: nowrap;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.all-2 .w-webflow-badge > img {
  position: unset;
  display: inline-block !important;
  visibility: unset !important;
  opacity: 1 !important;
  vertical-align: middle !important;
}
.all-2 h1, .all-2 h2, .all-2 h3, .all-2 h4, .all-2 h5, .all-2 h6 {
  font-weight: bold;
  margin-bottom: 10px;
}
.all-2 h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px;
}
.all-2 h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
}
.all-2 h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
}
.all-2 h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}
.all-2 h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}
.all-2 h6 {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
}
.all-2 p {
  margin-top: 0;
  margin-bottom: 10px;
}
.all-2 blockquote {
  margin: 0 0 10px 0;
  padding: 10px 20px;
  border-left: 5px solid #E2E2E2;
  font-size: 18px;
  line-height: 22px;
}
.all-2 figure {
  margin: 0;
  margin-bottom: 10px;
}
.all-2 figcaption {
  margin-top: 5px;
  text-align: center;
}
.all-2 ul, .all-2 ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}
.all-2 .w-list-unstyled {
  padding-left: 0;
  list-style: none;
}
.all-2 .w-embed:before, .all-2 .w-embed:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.all-2 .w-embed:after {
  clear: both;
}
.all-2 .w-video {
  width: 100%;
  position: relative;
  padding: 0;
}
.all-2 .w-video iframe, .all-2 .w-video object, .all-2 .w-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.all-2 fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
.all-2 button, .all-2 [type="button"], .all-2 [type="reset"] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
}
.all-2 .w-form {
  margin: 0 0 15px;
}
.all-2 .w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #dddddd;
}
.all-2 .w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
}
.all-2 label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.all-2 .w-input, .all-2 .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;
}
.all-2 .w-input::placeholder, .all-2 .w-select::placeholder {
  color: #999;
}
.all-2 .w-input:focus, .all-2 .w-select:focus {
  border-color: #3898EC;
  outline: 0;
}
.all-2 .w-input[disabled], .all-2 .w-select[disabled], .all-2 .w-input[readonly], .all-2 .w-select[readonly], .all-2 fieldset[disabled] .w-input, .all-2 fieldset[disabled] .w-select {
  cursor: not-allowed;
}
.all-2 .w-input[disabled]:not(.w-input-disabled), .all-2 .w-select[disabled]:not(.w-input-disabled), .all-2 .w-input[readonly], .all-2 .w-select[readonly], .all-2 fieldset[disabled]:not(.w-input-disabled) .w-input, .all-2 fieldset[disabled]:not(.w-input-disabled) .w-select {
  background-color: #eeeeee;
}
.all-2 textarea.w-input, .all-2 textarea.w-select {
  height: auto;
}
.all-2 .w-select {
  background-color: #f3f3f3;
}
.all-2 .w-select[multiple] {
  height: auto;
}
.all-2 .w-form-label {
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0px;
}
.all-2 .w-radio {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}
.all-2 .w-radio:before, .all-2 .w-radio:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.all-2 .w-radio:after {
  clear: both;
}
.all-2 .w-radio-input {
  margin: 4px 0 0;
  line-height: normal;
  float: left;
  margin-left: -20px;
}
.all-2 .w-radio-input {
  margin-top: 3px;
}
.all-2 .w-file-upload {
  display: block;
  margin-bottom: 10px;
}
.all-2 .w-file-upload-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -100;
}
.all-2 .w-file-upload-default, .all-2 .w-file-upload-uploading, .all-2 .w-file-upload-success {
  display: inline-block;
  color: #333333;
}
.all-2 .w-file-upload-error {
  display: block;
  margin-top: 10px;
}
.all-2 .w-file-upload-default.w-hidden, .all-2 .w-file-upload-uploading.w-hidden, .all-2 .w-file-upload-error.w-hidden, .all-2 .w-file-upload-success.w-hidden {
  display: none;
}
.all-2 .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;
}
.all-2 .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;
}
.all-2 .w-file-upload-file-name {
  font-size: 14px;
  font-weight: normal;
  display: block;
}
.all-2 .w-file-remove-link {
  margin-top: 3px;
  margin-left: 10px;
  width: auto;
  height: auto;
  padding: 3px;
  display: block;
  cursor: pointer;
}
.all-2 .w-icon-file-upload-remove {
  margin: auto;
  font-size: 10px;
}
.all-2 .w-file-upload-error-msg {
  display: inline-block;
  color: #ea384c;
  padding: 2px 0;
}
.all-2 .w-file-upload-info {
  display: inline-block;
  line-height: 38px;
  padding: 0 12px;
}
.all-2 .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;
}
.all-2 .w-icon-file-upload-icon, .all-2 .w-icon-file-upload-uploading {
  display: inline-block;
  margin-right: 8px;
  width: 20px;
}
.all-2 .w-icon-file-upload-uploading {
  height: 20px;
}
.all-2 .w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}
.all-2 .w-container:before, .all-2 .w-container:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.all-2 .w-container:after {
  clear: both;
}
.all-2 .w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}
.all-2 .w-row:before, .all-2 .w-row:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.all-2 .w-row:after {
  clear: both;
}
.all-2 .w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}
.all-2 .w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.all-2 .w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}
.all-2 .w-col-1 {
  width: 8.33333333%;
}
.all-2 .w-col-2 {
  width: 16.66666667%;
}
.all-2 .w-col-3 {
  width: 25%;
}
.all-2 .w-col-4 {
  width: 33.33333333%;
}
.all-2 .w-col-5 {
  width: 41.66666667%;
}
.all-2 .w-col-6 {
  width: 50%;
}
.all-2 .w-col-7 {
  width: 58.33333333%;
}
.all-2 .w-col-8 {
  width: 66.66666667%;
}
.all-2 .w-col-9 {
  width: 75%;
}
.all-2 .w-col-10 {
  width: 83.33333333%;
}
.all-2 .w-col-11 {
  width: 91.66666667%;
}
.all-2 .w-col-12 {
  width: 100%;
}
.all-2 .w-hidden-main {
  display: none !important;
}
@media screen and (max-width: 991px) {
.all-2 .w-container {
    max-width: 728px;
  }
.all-2 .w-hidden-main {
    display: inherit !important;
  }
.all-2 .w-hidden-medium {
    display: none !important;
  }
.all-2 .w-col-medium-1 {
    width: 8.33333333%;
  }
.all-2 .w-col-medium-2 {
    width: 16.66666667%;
  }
.all-2 .w-col-medium-3 {
    width: 25%;
  }
.all-2 .w-col-medium-4 {
    width: 33.33333333%;
  }
.all-2 .w-col-medium-5 {
    width: 41.66666667%;
  }
.all-2 .w-col-medium-6 {
    width: 50%;
  }
.all-2 .w-col-medium-7 {
    width: 58.33333333%;
  }
.all-2 .w-col-medium-8 {
    width: 66.66666667%;
  }
.all-2 .w-col-medium-9 {
    width: 75%;
  }
.all-2 .w-col-medium-10 {
    width: 83.33333333%;
  }
.all-2 .w-col-medium-11 {
    width: 91.66666667%;
  }
.all-2 .w-col-medium-12 {
    width: 100%;
  }
.all-2 .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
.all-2 .w-hidden-main {
    display: inherit !important;
  }
.all-2 .w-hidden-medium {
    display: inherit !important;
  }
.all-2 .w-hidden-small {
    display: none !important;
  }
.all-2 .w-row, .all-2 .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }
.all-2 .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }
.all-2 .w-col-small-1 {
    width: 8.33333333%;
  }
.all-2 .w-col-small-2 {
    width: 16.66666667%;
  }
.all-2 .w-col-small-3 {
    width: 25%;
  }
.all-2 .w-col-small-4 {
    width: 33.33333333%;
  }
.all-2 .w-col-small-5 {
    width: 41.66666667%;
  }
.all-2 .w-col-small-6 {
    width: 50%;
  }
.all-2 .w-col-small-7 {
    width: 58.33333333%;
  }
.all-2 .w-col-small-8 {
    width: 66.66666667%;
  }
.all-2 .w-col-small-9 {
    width: 75%;
  }
.all-2 .w-col-small-10 {
    width: 83.33333333%;
  }
.all-2 .w-col-small-11 {
    width: 91.66666667%;
  }
.all-2 .w-col-small-12 {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
.all-2 .w-container {
    max-width: none;
  }
.all-2 .w-hidden-main {
    display: inherit !important;
  }
.all-2 .w-hidden-medium {
    display: inherit !important;
  }
.all-2 .w-hidden-small {
    display: inherit !important;
  }
.all-2 .w-hidden-tiny {
    display: none !important;
  }
.all-2 .w-col {
    width: 100%;
  }
.all-2 .w-col-tiny-1 {
    width: 8.33333333%;
  }
.all-2 .w-col-tiny-2 {
    width: 16.66666667%;
  }
.all-2 .w-col-tiny-3 {
    width: 25%;
  }
.all-2 .w-col-tiny-4 {
    width: 33.33333333%;
  }
.all-2 .w-col-tiny-5 {
    width: 41.66666667%;
  }
.all-2 .w-col-tiny-6 {
    width: 50%;
  }
.all-2 .w-col-tiny-7 {
    width: 58.33333333%;
  }
.all-2 .w-col-tiny-8 {
    width: 66.66666667%;
  }
.all-2 .w-col-tiny-9 {
    width: 75%;
  }
.all-2 .w-col-tiny-10 {
    width: 83.33333333%;
  }
.all-2 .w-col-tiny-11 {
    width: 91.66666667%;
  }
.all-2 .w-col-tiny-12 {
    width: 100%;
  }
}
.all-2 .w-widget {
  position: relative;
}
.all-2 .w-widget-map {
  width: 100%;
  height: 400px;
}
.all-2 .w-widget-map label {
  width: auto;
  display: inline;
}
.all-2 .w-widget-map img {
  max-width: inherit;
}
.all-2 .w-widget-map .gm-style-iw {
  text-align: center;
}
.all-2 .w-widget-map .gm-style-iw > button {
  display: none !important;
}
.all-2 .w-widget-twitter {
  overflow: hidden;
}
.all-2 .w-widget-twitter-count-shim {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 28px;
  height: 20px;
  text-align: center;
  background: white;
  border: #758696 solid 1px;
  border-radius: 3px;
}
.all-2 .w-widget-twitter-count-shim * {
  pointer-events: none;
  user-select: none;
}
.all-2 .w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  position: relative;
  font-size: 15px;
  line-height: 12px;
  text-align: center;
  color: #999;
  font-family: serif;
}
.all-2 .w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  position: relative;
  display: block;
}
.all-2 .w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px;
}
.all-2 .w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px;
}
.all-2 .w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px;
}
.all-2 .w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px;
}
.all-2 .w-widget-twitter-count-shim:not(.w--vertical):before, .all-2 .w-widget-twitter-count-shim:not(.w--vertical):after {
  top: 50%;
  left: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.all-2 .w-widget-twitter-count-shim:not(.w--vertical):before {
  border-color: rgba(117, 134, 150, 0);
  border-right-color: #5d6c7b;
  border-width: 4px;
  margin-left: -9px;
  margin-top: -4px;
}
.all-2 .w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-left: -10px;
  margin-top: -5px;
}
.all-2 .w-widget-twitter-count-shim:not(.w--vertical):after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: white;
  border-width: 4px;
  margin-left: -8px;
  margin-top: -4px;
}
.all-2 .w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-left: -9px;
  margin-top: -5px;
}
.all-2 .w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px;
}
.all-2 .w-widget-twitter-count-shim.w--vertical:before, .all-2 .w-widget-twitter-count-shim.w--vertical:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.all-2 .w-widget-twitter-count-shim.w--vertical:before {
  border-color: rgba(117, 134, 150, 0);
  border-top-color: #5d6c7b;
  border-width: 5px;
  margin-left: -5px;
}
.all-2 .w-widget-twitter-count-shim.w--vertical:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: white;
  border-width: 4px;
  margin-left: -4px;
}
.all-2 .w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px;
}
.all-2 .w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px;
}
.all-2 .w-background-video {
  position: relative;
  overflow: hidden;
  height: 500px;
  color: white;
}
.all-2 .w-background-video > video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  object-fit: cover;
  z-index: -100;
}
.all-2 .w-background-video > video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}
.all-2 .w-background-video--control {
  position: absolute;
  bottom: 1em;
  right: 1em;
  background-color: transparent;
  padding: 0;
}
.all-2 .w-background-video--control > [hidden] {
  display: none !important;
}
.all-2 .w-slider {
  position: relative;
  height: 300px;
  text-align: center;
  background: #dddddd;
  clear: both;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.all-2 .w-slider-mask {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  white-space: nowrap;
}
.all-2 .w-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
}
.all-2 .w-slider-nav {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 10px;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.all-2 .w-slider-nav.w-round > div {
  border-radius: 100%;
}
.all-2 .w-slider-nav.w-num > div {
  width: auto;
  height: auto;
  padding: 0.2em 0.5em;
  font-size: inherit;
  line-height: inherit;
}
.all-2 .w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
}
.all-2 .w-slider-nav-invert {
  color: #fff;
}
.all-2 .w-slider-nav-invert > div {
  background-color: rgba(34, 34, 34, 0.4);
}
.all-2 .w-slider-nav-invert > div.w-active {
  background-color: #222;
}
.all-2 .w-slider-dot {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin: 0 3px 0.5em;
  transition: background-color 100ms, color 100ms;
}
.all-2 .w-slider-dot.w-active {
  background-color: #fff;
}
.all-2 .w-slider-dot:focus {
  outline: none;
  box-shadow: 0px 0px 0px 2px #fff;
}
.all-2 .w-slider-dot:focus.w-active {
  box-shadow: none;
}
.all-2 .w-slider-arrow-left, .all-2 .w-slider-arrow-right {
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  color: white;
  font-size: 40px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
}
.all-2 .w-slider-arrow-left [class^="w-icon-"], .all-2 .w-slider-arrow-right [class^="w-icon-"], .all-2 .w-slider-arrow-left [class*=" w-icon-"], .all-2 .w-slider-arrow-right [class*=" w-icon-"] {
  position: absolute;
}
.all-2 .w-slider-arrow-left:focus, .all-2 .w-slider-arrow-right:focus {
  outline: 0;
}
.all-2 .w-slider-arrow-left {
  z-index: 3;
  right: auto;
}
.all-2 .w-slider-arrow-right {
  z-index: 4;
  left: auto;
}
.all-2 .w-icon-slider-left, .all-2 .w-icon-slider-right {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em;
}
.all-2 .w-slider-aria-label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.all-2 .w-slider-force-show {
  display: block !important;
}
.all-2 .w-dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900;
}
.all-2 .w-dropdown-btn, .all-2 .w-dropdown-toggle, .all-2 .w-dropdown-link {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}
.all-2 .w-dropdown-toggle {
  user-select: none;
  display: inline-block;
  cursor: pointer;
  padding-right: 40px;
}
.all-2 .w-dropdown-toggle:focus {
  outline: 0;
}
.all-2 .w-icon-dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-right: 20px;
  width: 1em;
  height: 1em;
}
.all-2 .w-dropdown-list {
  position: absolute;
  background: #dddddd;
  display: none;
  min-width: 100%;
}
.all-2 .w-dropdown-list.w--open {
  display: block;
}
.all-2 .w-dropdown-link {
  padding: 10px 20px;
  display: block;
  color: #222222;
}
.all-2 .w-dropdown-link.w--current {
  color: #0082f3;
}
.all-2 .w-dropdown-link:focus {
  outline: 0;
}
/**
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesn’t handle them at
 * all in `calc()`.
 */
/**
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox.
 */
.all-2 .w-lightbox-backdrop {
  cursor: auto;
  font-style: normal;
  letter-spacing: normal;
  list-style: disc;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  z-index: 2000;
  outline: 0;
  /* 1 */
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translate(0, 0);
  /* 2 */
}
/**
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll.
 */
.all-2 .w-lightbox-backdrop, .all-2 .w-lightbox-container {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.all-2 .w-lightbox-content {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.all-2 .w-lightbox-view {
  position: absolute;
  width: 100vw;
  height: 100vh;
  opacity: 0;
}
.all-2 .w-lightbox-view:before {
  content: "";
  height: 100vh;
}
/* .w-lightbox-content */
.all-2 .w-lightbox-group, .all-2 .w-lightbox-group .w-lightbox-view, .all-2 .w-lightbox-group .w-lightbox-view:before {
  height: 86vh;
}
.all-2 .w-lightbox-frame, .all-2 .w-lightbox-view:before {
  display: inline-block;
  vertical-align: middle;
}
/*
 * 1. Remove default margin set by user-agent on the <figure> element.
 */
.all-2 .w-lightbox-figure {
  position: relative;
  margin: 0;
  /* 1 */
}
.all-2 .w-lightbox-group .w-lightbox-figure {
  cursor: pointer;
}
/**
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling.
 */
.all-2 .w-lightbox-img {
  width: auto;
  height: auto;
  max-width: none;
}
/**
 * 1. Reset if style is set by user on "All Images"
 */
.all-2 .w-lightbox-image {
  display: block;
  float: none;
  /* 1 */
  max-width: 100vw;
  max-height: 100vh;
}
.all-2 .w-lightbox-group .w-lightbox-image {
  max-height: 86vh;
}
.all-2 .w-lightbox-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0.5em 1em;
  background: rgba(0, 0, 0, 0.4);
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.all-2 .w-lightbox-embed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.all-2 .w-lightbox-control {
  position: absolute;
  top: 0;
  width: 4em;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.all-2 .w-lightbox-left {
  display: none;
  bottom: 0;
  left: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
}
.all-2 .w-lightbox-right {
  display: none;
  right: 0;
  bottom: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
}
/*
 * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer)
 */
.all-2 .w-lightbox-close {
  right: 0;
  height: 2.6em;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px;
}
/**
 * 1. All IE versions add extra space at the bottom without this.
 */
.all-2 .w-lightbox-strip {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 1vh;
  line-height: 0;
  /* 1 */
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
/*
 * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesn’t work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior.
 */
.all-2 .w-lightbox-item {
  display: inline-block;
  width: 10vh;
  padding: 2vh 1vh;
  box-sizing: content-box;
  /* 1 */
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  /* 2 */
}
.all-2 .w-lightbox-active {
  opacity: 0.3;
}
.all-2 .w-lightbox-thumbnail {
  position: relative;
  height: 10vh;
  background: #222;
  overflow: hidden;
}
.all-2 .w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
}
.all-2 .w-lightbox-thumbnail .w-lightbox-tall {
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.all-2 .w-lightbox-thumbnail .w-lightbox-wide {
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
/*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track.
 */
.all-2 .w-lightbox-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border: 5px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  -webkit-animation: spin 0.8s infinite linear;
  animation: spin 0.8s infinite linear;
}
.all-2 .w-lightbox-spinner:after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border: 3px solid transparent;
  border-bottom-color: #fff;
  border-radius: 50%;
}
/*
 * Utility classes
 */
.all-2 .w-lightbox-hide {
  display: none;
}
.all-2 .w-lightbox-noscroll {
  overflow: hidden;
}
@media (min-width: 768px) {
.all-2 .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh;
  }
.all-2 .w-lightbox-view, .all-2 .w-lightbox-view:before {
    height: 96vh;
  }
/* .w-lightbox-content */
.all-2 .w-lightbox-group, .all-2 .w-lightbox-group .w-lightbox-view, .all-2 .w-lightbox-group .w-lightbox-view:before {
    height: 84vh;
  }
.all-2 .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh;
  }
.all-2 .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh;
  }
.all-2 .w-lightbox-left, .all-2 .w-lightbox-right {
    display: block;
    opacity: 0.5;
  }
.all-2 .w-lightbox-close {
    opacity: 0.8;
  }
.all-2 .w-lightbox-control:hover {
    opacity: 1;
  }
}
.all-2 .w-lightbox-inactive, .all-2 .w-lightbox-inactive:hover {
  opacity: 0;
}
.all-2 .w-richtext:before, .all-2 .w-richtext:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.all-2 .w-richtext:after {
  clear: both;
}
.all-2 .w-richtext[contenteditable="true"]:before, .all-2 .w-richtext[contenteditable="true"]:after {
  white-space: initial;
}
.all-2 .w-richtext ol, .all-2 .w-richtext ul {
  overflow: hidden;
}
.all-2 .w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after, .all-2 .w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after {
  outline: 2px solid #2895f7;
}
.all-2 .w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div, .all-2 .w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
  outline: 2px solid #2895f7;
}
.all-2 .w-richtext figure.w-richtext-figure-type-video > div:after, .all-2 .w-richtext figure[data-rt-type="video"] > div:after {
  content: "";
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.all-2 .w-richtext figure {
  position: relative;
  max-width: 60%;
}
.all-2 .w-richtext figure > div:before {
  cursor: default!important;
}
.all-2 .w-richtext figure img {
  width: 100%;
}
.all-2 .w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: 0.6;
}
.all-2 .w-richtext figure div {
  /* fix incorrectly sized selection border in the data manager */
  font-size: 0px;
  color: transparent;
}
.all-2 .w-richtext figure.w-richtext-figure-type-image, .all-2 .w-richtext figure[data-rt-type="image"] {
  display: table;
}
.all-2 .w-richtext figure.w-richtext-figure-type-image > div, .all-2 .w-richtext figure[data-rt-type="image"] > div {
  display: inline-block;
}
.all-2 .w-richtext figure.w-richtext-figure-type-image > figcaption, .all-2 .w-richtext figure[data-rt-type="image"] > figcaption {
  display: table-caption;
  caption-side: bottom;
}
.all-2 .w-richtext figure.w-richtext-figure-type-video, .all-2 .w-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0;
}
.all-2 .w-richtext figure.w-richtext-figure-type-video iframe, .all-2 .w-richtext figure[data-rt-type="video"] iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.all-2 .w-richtext figure.w-richtext-figure-type-video > div, .all-2 .w-richtext figure[data-rt-type="video"] > div {
  width: 100%;
}
.all-2 .w-richtext figure.w-richtext-align-center {
  margin-right: auto;
  margin-left: auto;
  clear: both;
}
.all-2 .w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div, .all-2 .w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
  max-width: 100%;
}
.all-2 .w-richtext figure.w-richtext-align-normal {
  clear: both;
}
.all-2 .w-richtext figure.w-richtext-align-fullwidth {
  width: 100%;
  max-width: 100%;
  text-align: center;
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.all-2 .w-richtext figure.w-richtext-align-fullwidth > div {
  display: inline-block;
  /* padding-bottom is used for aspect ratios in video figures
      we want the div to inherit that so hover/selection borders in the designer-canvas
      fit right*/
  padding-bottom: inherit;
}
.all-2 .w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block;
}
.all-2 .w-richtext figure.w-richtext-align-floatleft {
  float: left;
  margin-right: 15px;
  clear: none;
}
.all-2 .w-richtext figure.w-richtext-align-floatright {
  float: right;
  margin-left: 15px;
  clear: none;
}
.all-2 .w-nav {
  position: relative;
  background: #dddddd;
  z-index: 1000;
}
.all-2 .w-nav:before, .all-2 .w-nav:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.all-2 .w-nav:after {
  clear: both;
}
.all-2 .w-nav-brand {
  position: relative;
  float: left;
  text-decoration: none;
  color: #333333;
}
.all-2 .w-nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.all-2 .w-nav-link.w--current {
  color: #0082f3;
}
.all-2 .w-nav-menu {
  position: relative;
  float: right;
}
.all-2 [data-nav-menu-open] {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #C8C8C8;
  text-align: center;
  overflow: visible;
  min-width: 200px;
}
.all-2 .w--nav-link-open {
  display: block;
  position: relative;
}
.all-2 .w-nav-overlay {
  position: absolute;
  overflow: hidden;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
}
.all-2 .w-nav-overlay [data-nav-menu-open] {
  top: 0;
}
.all-2 .w-nav[data-animation="over-left"] .w-nav-overlay {
  width: auto;
}
.all-2 .w-nav[data-animation="over-left"] .w-nav-overlay, .all-2 .w-nav[data-animation="over-left"] [data-nav-menu-open] {
  right: auto;
  z-index: 1;
  top: 0;
}
.all-2 .w-nav[data-animation="over-right"] .w-nav-overlay {
  width: auto;
}
.all-2 .w-nav[data-animation="over-right"] .w-nav-overlay, .all-2 .w-nav[data-animation="over-right"] [data-nav-menu-open] {
  left: auto;
  z-index: 1;
  top: 0;
}
.all-2 .w-nav-button {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
}
.all-2 .w-nav-button:focus {
  outline: 0;
}
.all-2 .w-nav-button.w--open {
  background-color: #C8C8C8;
  color: white;
}
.all-2 .w-nav[data-collapse="all"] .w-nav-menu {
  display: none;
}
.all-2 .w-nav[data-collapse="all"] .w-nav-button {
  display: block;
}
.all-2 .w--nav-dropdown-open {
  display: block;
}
.all-2 .w--nav-dropdown-toggle-open {
  display: block;
}
.all-2 .w--nav-dropdown-list-open {
  position: static;
}
/**
 * NOTE: These rules are overridden in site-designer.less to use container queries instead of media queries
 * when the navbar is inside a Frame on the Open Canvas.
 */
@media screen and (max-width: 991px) {
.all-2 .w-nav[data-collapse="medium"] .w-nav-menu {
    display: none;
  }
.all-2 .w-nav[data-collapse="medium"] .w-nav-button {
    display: block;
  }
}
@media screen and (max-width: 767px) {
.all-2 .w-nav[data-collapse="small"] .w-nav-menu {
    display: none;
  }
.all-2 .w-nav[data-collapse="small"] .w-nav-button {
    display: block;
  }
.all-2 .w-nav-brand {
    padding-left: 10px;
  }
}
@media screen and (max-width: 479px) {
.all-2 .w-nav[data-collapse="tiny"] .w-nav-menu {
    display: none;
  }
.all-2 .w-nav[data-collapse="tiny"] .w-nav-button {
    display: block;
  }
}
.all-2 .w-tabs {
  position: relative;
}
.all-2 .w-tabs:before, .all-2 .w-tabs:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.all-2 .w-tabs:after {
  clear: both;
}
.all-2 .w-tab-menu {
  position: relative;
}
.all-2 .w-tab-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 9px 30px;
  text-align: left;
  cursor: pointer;
  color: #222222;
  background-color: #dddddd;
}
.all-2 .w-tab-link.w--current {
  background-color: #C8C8C8;
}
.all-2 .w-tab-link:focus {
  outline: 0;
}
.all-2 .w-tab-content {
  position: relative;
  display: block;
  overflow: hidden;
}
.all-2 .w-tab-pane {
  position: relative;
  display: none;
}
.all-2 .w--tab-active {
  display: block;
}
@media screen and (max-width: 479px) {
.all-2 .w-tab-link {
    display: block;
  }
}
.all-2 .w-ix-emptyfix:after {
  content: "";
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.all-2 .w-dyn-empty {
  padding: 10px;
  background-color: #dddddd;
}
.all-2 .w-dyn-hide {
  display: none !important;
}
.all-2 .w-dyn-bind-empty {
  display: none !important;
}
.all-2 .w-condition-invisible {
  display: none !important;
}
.all-2 .wf-layout-layout {
  display: grid;
}
.all-2 .w-layout-grid {
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}
/* ===== napopravku-plus.webflow.css ===== */
@font-face  {
  font-family: Lumios marker;
  src: url("../fonts/lumios-marker.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
:root {
  --white: white;
  --text-heading: #373660;
  --text-paragraph: #8686a0;
  --violet--primary: #8037fc;
  --violet-secondary: #b082fd;
  --orange-primary: #ffb401;
  --иет: #ffc83d;
  --violet-bg: #f2ebff;
  --green-secondary: #c6f6dd;
  --green-primary: #23d376;
  --alice-blue: #e8edf4;
  --voilet-secondary: #dfcdfe;
  --red-bg: #ffd2d5;
  --orange-light-bg: #fcf7e9;
  --green-secondary-2: #71e8a9;
  --green-bg: #c6f6dd;
  --blue-bg: #cdf9ff;
  --orange-bg: #ffecc0;
  --alice-blue-2: #e8edf4;
  --red-primary: #ff4956;
  --blue-primary: #ffc83d;
  --gray-p: #afbedf;
  --02: #e7eef9;
  --blue-secondary: #37e7ff;
  --blue-bf-light: #eaf5fe;
  --blue-primary-2: #00b9d2;
  --tl-font: #465481;
  --r-24: 24px;
  --tl-white: #fff;
  --orange-secondary: #ffecc0;
  --oreange-srcondary: #ffd062;
  --red-secondary: #ff8d95;
}
.all-2 .w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.all-2 .w-embed-youtubevideo {
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg");
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.all-2 .w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}
.all-2 .w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}
.all-2 .w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}
.all-2 .w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}
.all-2 .w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}
.all-2 .w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}
.all-2 .w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}
.all-2 .w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}
.all-2 .w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}
.all-2 .w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}
.all-2 .w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}
.all-2 h1 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 58px;
  font-weight: 700;
  line-height: 105%;
}
.all-2 h2 {
  color: var(--text-heading);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 105%;
}
.all-2 h3 {
  color: var(--text-heading);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 110%;
}
.all-2 h4 {
  color: var(--text-heading);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 115%;
}
.all-2 h5 {
  color: var(--text-heading);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 118%;
}
.all-2 h6 {
  color: var(--text-heading);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
}
.all-2 p {
  color: var(--text-paragraph);
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  line-height: 170%;
}
.all-2 a {
  color: var(--violet--primary);
  font-weight: 500;
  text-decoration: none;
}
.all-2 a:hover {
  color: var(--violet-secondary);
}
.all-2 .containe {
  background-color: #0000;
  width: 1280px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  position: relative;
}
.all-2 .containe.purple {
  background-color: var(--violet--primary);
}
.all-2 .button_warper {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: sticky;
  top: 0;
}
.all-2 .btn-main {
  background-color: var(--orange-primary);
  border-radius: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  display: flex;
}
.all-2 .btn-main:hover {
  background-color: var(--иет);
}
.all-2 .header {
  background-color: #0000;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  padding: 0 30px;
  display: block;
  position: relative;
}
.all-2 .google-play-icon {
  margin-right: 0;
}
.all-2 .google-play-icon.margin-right-8px {
  margin-right: 8px;
}
.all-2 .button-text-20px {
  color: #fff;
  flex: 0 auto;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}
.all-2 .hero-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  background-color: var(--violet--primary);
  border-radius: 0 0 40px 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: end center;
  padding-top: 20px;
  padding-bottom: 0;
  display: grid;
  overflow: hidden;
}
.all-2 .section {
  background-color: var(--white);
  margin-top: 60px;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  transition: border-radius .3s cubic-bezier(.55, .055, .675, .19), background-color .3s cubic-bezier(.55, .055, .675, .19);
  display: block;
  overflow: hidden;
}
.all-2 .card {
  border: 3px solid var(--violet-bg);
}
.all-2 .card.radius-20px {
  border-radius: 20px;
}
.all-2 .card.radius-20px.all-padding {
  padding: 20px;
}
.all-2 .margin-bottom-20 {
  text-align: left;
  flex: 1;
  margin-bottom: 20px;
  margin-right: 0;
}
.all-2 .margin-bottom-40px {
  text-align: left;
  margin-bottom: 40px;
}
.all-2 .margin-bottom-40px.motion-slide-in {
  margin-top: 8px;
}
.all-2 .icon--48px {
  margin-right: 0;
  padding-bottom: 0;
  padding-right: 0;
}
.all-2 .icon--48px.margin-right-20px {
  margin-right: 20px;
}
.all-2 .warp-headin-icon {
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}
.all-2 .block-tezis {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}
.all-2 .faq-question-wrap {
  border: 3px solid var(--violet-bg);
  background-color: var(--white);
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 40px;
}
.all-2 .faq-question-bar {
  color: #191b22;
  border-bottom: 0 solid #0000000a;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}
.all-2 .bloc-text-2colmn {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}
.all-2 .bloc-text-2colmn.margin-btm-60 {
  margin-bottom: 60px;
}
.all-2 .bloc-text-2colmn.margin-bottom-40px {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  padding-right: 0;
  display: grid;
}
.all-2 .div-block-35 {
  align-items: center;
  display: flex;
}
.all-2 .div-block-35.margin-btm-20px {
  align-items: flex-start;
}
.all-2 .radius-20px {
  border-radius: 20px;
}
.all-2 .all-padding-24px {
  padding: 24px;
}
.all-2 .border-light-2px {
  border: 2px solid var(--violet-bg);
  border-radius: 3px;
}
.all-2 .margin-btm-20px {
  margin-bottom: 21px;
}
.all-2 .grid-16 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 0;
}
.all-2 .grid-16.margin-bottom-40px {
  grid-template-columns: 2fr 1fr;
  justify-items: start;
  margin-bottom: 40px;
}
.all-2 .tag-warp {
  background-color: var(--violet-bg);
  border-radius: 100px;
  padding: 15px 30px;
}
.all-2 .tag-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: flex-start;
  align-items: flex-start;
  display: flex;
}
.all-2 .card-bonus-lab {
  background-color: #ebfaf2;
}
.all-2 .card-bonus-lab.radius-20px.all-padding-24px {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}
.all-2 .tag-warp-lab {
  background-color: var(--green-secondary);
  border-radius: 100px;
  padding-right: 0;
  display: inline-block;
}
.all-2 .logo-bonus {
  justify-content: space-between;
  align-self: stretch;
  max-width: 100%;
  display: flex;
}
.all-2 .tag-lab {
  color: var(--green-primary);
  margin-top: 0;
  margin-bottom: 0;
  padding: 4px 10px;
  font-weight: 500;
}
.all-2 .block-bonus {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: stretch;
}
.all-2 .card-paywall {
  border: 2px solid var(--alice-blue);
  background-color: #0000;
}
.all-2 .card-paywall.w--current {
  border-width: 4px;
  border-color: var(--orange-primary);
  background-color: #0000;
}
.all-2 .card-paywall.sdw.radius-20px.all-padding-14 {
  border-width: 2px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 14px;
  display: flex;
}
.all-2 .card-paywall.radius-20px.all-padding-14.sdw {
  border-width: 3px;
  border-color: var(--violet-bg);
  background-color: #0000;
}
.all-2 .card-paywall.radius-20px.all-padding-14.sdw.w--current {
  border-width: 4px;
  border-color: var(--иет);
}
.all-2 .card-form {
  background-color: var(--violet-secondary);
  display: flex;
}
.all-2 .card-form.all-padding-24px.radius-20px {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  display: flex;
  overflow: hidden;
}
.all-2 .light-text {
  color: var(--white);
}
.all-2 .form-warp {
  background-color: #0000;
}
.all-2 .form-warp.radius-20px {
  flex-direction: column;
  display: flex;
}
.all-2 .footer-link {
  color: var(--text-paragraph);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}
.all-2 .footer-link:hover {
  color: var(--violet--primary);
}
.all-2 .grid-13 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.all-2 .social-icon {
  border: 3px solid #e8edf4;
  border-radius: 100px;
  padding: 8px;
}
.all-2 .social-icon:hover {
  border-color: var(--violet-secondary);
  background-color: var(--violet-secondary);
}
.all-2 .div-block-28 {
  background-color: #e8edf4;
  height: 2px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.all-2 .grid-12 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: flex-start start;
  display: flex;
}
.all-2 .margin-btm-16px {
  margin-bottom: 16px;
}
.all-2 .paragraph-2 {
  font-size: 16px;
}
.all-2 .paragraph-6 {
  text-align: center;
  margin-bottom: 26px;
}
.all-2 .footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-top: 60px;
  padding-bottom: 100px;
  padding-left: 30px;
  padding-right: 30px;
  transition: border-radius .3s cubic-bezier(.55, .055, .675, .19), background-color .3s cubic-bezier(.55, .055, .675, .19);
  display: grid;
}
.all-2 .footer.gray {
  background-color: #f9fafb;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  padding-top: 40px;
}
.all-2 .fix-bitton {
  z-index: 90;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: fixed;
  inset: auto 20px 20px;
}
.all-2 .margin-btm-20 {
  margin-bottom: 20px;
  padding-right: 60px;
}
.all-2 .margin-btm-20.motion-slide-in {
  color: #373660;
  margin-bottom: 0;
}
.all-2 .btn-main-header {
  background-color: var(--orange-primary);
  border-radius: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  text-decoration: none;
  display: none;
  position: sticky;
  inset: auto 0% 0% auto;
}
.all-2 .btn-main-header:hover {
  background-color: var(--иет);
}
.all-2 .vished {
  z-index: 0;
  justify-content: space-between;
  display: flex;
  position: static;
}
.all-2 .vished.motion-slide-in {
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 0;
}
.all-2 .style-form {
  border-radius: 20px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 30px 24px;
  font-family: Montserrat, sans-serif;
}
.all-2 .form-2 {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}
.all-2 .form-block {
  flex-direction: column;
  margin-bottom: 0;
  display: flex;
}
.all-2 .form-block.margin-btm-20px {
  margin-bottom: 20px;
}
.all-2 .txt-prise-sale {
  opacity: 1;
  color: var(--violet--primary);
  padding: 14px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  display: block;
}
.all-2 .sdw {
  box-shadow: 4px 4px 10px -4px #37366033;
}
.all-2 .photo-doc {
  grid-column-gap: 0px;
  justify-content: flex-start;
  display: flex;
}
.all-2 .photo-doc.margin-bottom-40px {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}
.all-2 .prise-copy {
  background-color: var(--violet-bg);
  opacity: 1;
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: -20px;
  display: inline-block;
  position: relative;
  top: -40px;
}
.all-2 .card-bonus-lab-copy {
  background-color: var(--violet-bg);
}
.all-2 .card-bonus-lab-copy.radius-20px.all-padding-24px {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}
.all-2 .tag-warp-lab-copy {
  background-color: var(--voilet-secondary);
  border-radius: 100px;
  padding-right: 0;
  display: inline-block;
}
.all-2 .tag-lab-copy {
  color: var(--violet--primary);
  margin-top: 0;
  margin-bottom: 0;
  padding: 4px 10px;
  font-weight: 500;
}
.all-2 .image-2 {
  mix-blend-mode: multiply;
  object-fit: fill;
  max-width: 100%;
  display: inline-block;
}
.all-2 .div-block-38 {
  padding-right: 60px;
}
.all-2 .punkt-image {
  margin-right: 10px;
}
.all-2 .image-11 {
  mix-blend-mode: darken;
}
.all-2 .div-block-43 {
  display: flex;
}
.all-2 .image-12 {
  margin-left: 20px;
}
.all-2 .bloc-text-2colmn-copy {
  grid-template-rows: auto;
}
.all-2 .card-copy.radius-20px.all-padding {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #e8edf4;
  border-width: 0;
  border-color: #0000;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  padding: 30px;
  display: grid;
}
.all-2 .card-copy.radius-20px.all-padding.dss {
  background-color: var(--violet-bg);
}
.all-2 .grid-18 {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  flex-direction: column-reverse;
  grid-template-rows: auto;
  justify-content: space-between;
  display: flex;
}
.all-2 .versus {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #0000;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 20px;
  padding: 0;
}
.all-2 .utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}
.all-2 .utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}
.all-2 .utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}
.all-2 .tag-text {
  color: var(--violet--primary);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 115%;
}
.all-2 .tag-text.light-text {
  color: var(--white);
}
.all-2 .text-month {
  text-align: center;
  margin-bottom: 14px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 115%;
}
.all-2 .text-prise {
  color: var(--text-paragraph);
  text-align: center;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 115%;
}
.all-2 .text-prise-fin {
  color: var(--violet--primary);
  text-align: center;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 115%;
}
.all-2 .playstore-button-2 {
  background-color: #0000;
  border: 2px solid #e8edf4;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-right: 14px;
  padding: 14px 40px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.55, .055, .675, .19);
  display: flex;
}
.all-2 .playstore-button-2:hover {
  background-color: #666a70;
}
.all-2 .playstore-button-2.margin-btm-16px {
  background-color: var(--text-heading);
  background-color: var(--text-paragraph);
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding: 10px 20px;
}
.all-2 .playstore-button-2.margin-btm-16px {
  background-color: #8686a0;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding: 10px 20px;
}
.all-2 .playstore-button-2.margin-btm-16px:hover {
  background-color: #b082fd;
}
.all-2 .button-text-14px-2 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 100%;
  text-decoration: none;
}
.all-2 .button-text-20px-2 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}
.all-2 .prise-hide {
  background-color: var(--orange-primary);
  opacity: 0;
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: -20px;
  display: inline-block;
  position: relative;
  top: -31px;
}
.all-2 .image-15 {
  z-index: 1;
  display: none;
  position: absolute;
}
.all-2 .text-span-2 {
  color: var(--text-paragraph);
  text-decoration: line-through;
}
.all-2 .div-block-50 {
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}
.all-2 .image-16 {
  width: 32px;
  height: 32px;
  margin-right: 14px;
}
.all-2 .prise-check {
  margin-top: 0;
  margin-bottom: 20px;
  margin-right: 10px;
  padding-top: 4px;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 500;
}
.all-2 .div-block-51 {
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}
.all-2 .div-block-52 {
  margin-bottom: 0;
}
.all-2 .div-block-53 {
  margin-bottom: 20px;
}
.all-2 .div-block-54 {
  grid-column-gap: 20px;
  flex-direction: column;
  display: flex;
}
.all-2 .text-prise-copy {
  color: var(--text-paragraph);
  text-align: center;
  text-align: center;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 115%;
  text-decoration: line-through;
}
.all-2 .sale-prise-warp {
  margin-top: 20px;
  margin-bottom: 40px;
}
.all-2 .text-prise-copy-copy {
  opacity: 0;
  color: var(--text-paragraph);
  text-align: center;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 115%;
  text-decoration: line-through;
}
.all-2 .block-bonus-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.all-2 .block-bonus-copy.motion-slide-in {
  grid-template-columns: 2fr 1fr 1fr;
}
.all-2 .heading-warp, .all-2 .heading-warp.motion-slide-in {
  padding-right: 60px;
}
.all-2 .heading-warp.motion-slide-in {
  margin-bottom: 0;
  padding-right: 60px;
}
.all-2 .section-fotm {
  margin-top: 60px;
  padding-left: 30px;
  padding-right: 30px;
  transition: border-radius .3s cubic-bezier(.55, .055, .675, .19), background-color .3s cubic-bezier(.55, .055, .675, .19);
  display: block;
  overflow: hidden;
}
.all-2 .section-fotm.motion-slide-in {
  display: none;
}
.all-2 .section-bonus {
  margin-top: 60px;
  padding-left: 30px;
  padding-right: 30px;
  transition: border-radius .3s cubic-bezier(.55, .055, .675, .19), background-color .3s cubic-bezier(.55, .055, .675, .19);
  display: block;
  overflow: hidden;
}
.all-2 .section-bonus.motion-slide-in {
  display: block;
}
.all-2 .tag-warp-dark {
  background-color: var(--violet-secondary);
  border-radius: 100px;
  padding: 15px 30px;
}
.all-2 .text-span-3-copy {
  color: var(--violet-secondary);
}
.all-2 .h_plus {
  grid-column-gap: 0px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  place-items: center;
  margin-bottom: 60px;
}
.all-2 .h_plus.motion-slide-in {
  justify-content: center;
  display: flex;
}
.all-2 .tabs-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-bottom: 40px;
  display: grid;
}
.all-2 .div-block-57 {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}
.all-2 .image-21 {
  padding-right: 8px;
}
.all-2 .image-22, .all-2 .image-23 {
  width: auto;
  height: 160px;
}
.all-2 .bloc-text-2colmn-copy {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr 1fr;
}
.all-2 .bloc-text-2colmn-copy.margin-btm-60 {
  grid-template-columns: 1fr 1fr 1fr;
}
.all-2 .popup {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60vh;
  display: flex;
  position: relative;
}
.all-2 .popup.all-padding-24px {
  background-color: var(--white);
}
.all-2 .popup.all-padding-24px.radius-20px {
  justify-content: space-between;
  align-items: stretch;
  width: 400px;
  padding: 50px 40px 40px;
}
.all-2 .popup-warp {
  z-index: 10001;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #373660cc;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}
.all-2 .closed {
  opacity: .3;
  cursor: pointer;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 10px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}
.all-2 .closed:hover {
  opacity: 1;
}
.all-2 .paragraph-10 {
  text-align: center;
  margin-bottom: 20px;
}
.all-2 .family-warp {
  margin-bottom: 14px;
}
.all-2 .plus-2 {
  opacity: .5;
  max-height: 100%;
}
.all-2 .faq-content-2 {
  margin-top: -2px;
  overflow: hidden;
}
.all-2 .div-block-60 {
  background-color: var(--violet-bg);
  height: 3px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.all-2 .section-2 {
  margin-top: 60px;
  padding-bottom: 60px;
  padding-left: 30px;
  padding-right: 30px;
  transition: border-radius .3s cubic-bezier(.55, .055, .675, .19), background-color .3s cubic-bezier(.55, .055, .675, .19);
  display: block;
}
.all-2 .grid-19 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.all-2 .margin-btm-16px-2 {
  margin-bottom: 16px;
}
.all-2 .section-paywall {
  background-color: var(--white);
  margin-top: 0;
  padding-top: 60px;
  padding-left: 30px;
  padding-right: 30px;
  transition: border-radius .3s cubic-bezier(.55, .055, .675, .19), background-color .3s cubic-bezier(.55, .055, .675, .19);
  display: flex;
  overflow: hidden;
}
.all-2 .btn-main-fixed {
  background-color: var(--orange-primary);
  border-radius: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px 171px;
  text-decoration: none;
  display: none;
  position: sticky;
  inset: auto 0% 0% auto;
}
.all-2 .btn-main-fixed:hover {
  background-color: var(--иет);
}
.all-2 .margin-btm-60 {
  margin-bottom: 60px;
}
.all-2 .btn-prise-qr {
  background-color: var(--orange-primary);
  border-radius: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px 60px;
  font-family: Montserrat, sans-serif;
  display: flex;
  position: sticky;
  inset: auto 0% 0% auto;
}
.all-2 .btn-prise-qr:hover {
  background-color: var(--иет);
}
.all-2 .btn-prise-store {
  background-color: var(--orange-primary);
  border-radius: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px 171px;
  text-decoration: none;
  display: none;
  position: sticky;
  inset: auto 0% 0% auto;
}
.all-2 .btn-prise-store:hover {
  background-color: var(--иет);
}
.all-2 .grid-foot-2-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}
.all-2 .heading-21, .all-2 .heading-22 {
  margin-bottom: 30px;
}
.all-2 .div-block-63 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}
.all-2 .div-block-64 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.all-2 .sale-prise-warp-hide {
  opacity: 1;
  margin-top: 20px;
  margin-bottom: 40px;
}
.all-2 .partner-link:hover {
  opacity: .6;
}
.all-2 .link-block-2 {
  color: var(--text-paragraph);
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}
.all-2 .link-block-2:hover {
  color: var(--violet-secondary);
}
.all-2 .swiper {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: block;
  position: static;
  overflow: hidden;
}
.all-2 .swiper.hiden-desctop.motion-slide-in {
  display: none;
}
.all-2 .swiper.motion-slide-in {
  flex-direction: column;
  display: block;
}
.all-2 .swiper-wrapper {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: static;
  overflow: visible;
}
.all-2 .swiper-wrapper.motion-slide-in {
  flex-direction: row;
}
.all-2 .swiper-slide {
  flex-direction: row;
  flex: none;
  justify-content: space-between;
  display: flex;
  overflow: visible;
}
.all-2 .swiper-slide.all-padding-24px.border-light-2px {
  border-style: solid;
  border-width: 3px;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}
.all-2 .swiper1-pagination {
  background-color: #0000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 2px;
  display: flex;
}
.all-2 .swiper-button-next {
  border: 3px solid var(--violet-bg);
  background-color: #0000;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 60px;
  display: flex;
}
.all-2 .swiper-button-next:hover {
  background-color: var(--violet-bg);
}
.all-2 .swiper-button-next:active {
  border-color: var(--voilet-secondary);
  background-color: var(--voilet-secondary);
}
.all-2 .swiper-button-prev {
  border: 3px solid var(--violet-bg);
  background-color: #0000;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 60px;
  display: flex;
}
.all-2 .swiper-button-prev:hover {
  background-color: var(--violet-bg);
}
.all-2 .swiper-button-prev:active {
  border-color: var(--voilet-secondary);
  background-color: var(--voilet-secondary);
}
.all-2 .bold-text {
  color: var(--text-heading);
  font-size: 24px;
}
.all-2 .heading-23 {
  text-align: center;
  margin-bottom: 16px;
}
.all-2 .image-26 {
  margin: auto;
  display: block;
}
.all-2 .arrow-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch flex-end;
  place-items: center stretch;
  width: auto;
  margin-top: 0;
  margin-bottom: 20px;
  display: flex;
}
.all-2 .section-3 {
  background-color: #fff;
  margin-top: 60px;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  transition: border-radius .3s cubic-bezier(.55, .055, .675, .19), background-color .3s cubic-bezier(.55, .055, .675, .19);
  display: block;
  overflow: visible;
}
.all-2 .card-guide-2 {
  background-color: #fff;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}
.all-2 .card-guide-2.radius-20px {
  border-radius: 20px;
  padding: 20px;
}
.all-2 .card-guide-2.radius-20px.all-padding-24px.border-light-2px {
  border-width: 3px;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  margin-right: 0;
  display: flex;
}
.all-2 .guide-img-2 {
  flex-direction: row;
  display: flex;
}
.all-2 .doc-hide-2 {
  border: 3px solid #f2ebff;
  border-radius: 100%;
  margin-left: -20px;
  overflow: hidden;
}
.all-2 .doc-right-2 {
  background-color: #fff;
  border: 3px solid #f2ebff;
  border-radius: 100%;
  margin-left: -20px;
  overflow: hidden;
}
.all-2 .card-guide-copy-2 {
  background-color: #fff;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}
.all-2 .card-guide-copy-2.radius-20px {
  border-radius: 20px;
  padding: 20px;
}
.all-2 .card-guide-copy-2.radius-20px.all-padding-24px.border-light-2px {
  border-width: 3px;
  flex-direction: column;
  justify-content: space-between;
  height: 280px;
  display: flex;
}
.all-2 .text-span-9 {
  color: #b082fd;
}
.all-2 .doc-left-2 {
  border: 3px solid #f2ebff;
  border-radius: 100%;
  overflow: hidden;
}
.all-2 .doc-centr-2 {
  border: 3px solid #f2ebff;
  border-radius: 100%;
  margin-left: -20px;
  overflow: hidden;
}
.all-2 .hiden-desctop {
  display: none;
}
.all-2 .p2 {
  font-size: 12px;
}
.all-2 .p2.light-text {
  font-size: 14px;
}
.all-2 .h1-text {
  font-size: 50px;
}
.all-2 .h1-text.light-text {
  margin-bottom: 0;
  font-size: 39px;
  display: block;
}
.all-2 .h1-text.light-text.btm-40px, .all-2 .h1-text.light-text.margin-bottom-40px {
  margin-bottom: 40px;
}
.all-2 .text-block-header--sl {
  flex-direction: column;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 60px;
  margin-left: 0;
  padding-left: 73px;
  padding-right: 60px;
  display: flex;
}
.all-2 .text-block-header--sl.motion-slide-in {
  justify-content: space-around;
  margin-top: 0;
  padding-right: 60px;
}
.all-2 .vished-copy {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}
.all-2 .image-33 {
  margin-bottom: 40px;
}
.all-2 .logo-centr {
  align-items: center;
  display: flex;
}
.all-2 .image-36 {
  opacity: 1;
  border-radius: 0 0 40px;
  display: block;
}
.all-2 .text-span-45, .all-2 .text-span-46 {
  color: var(--orange-primary);
}
.all-2 .grid-16-copy {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 0;
}
.all-2 .grid-16-copy.margin-bottom-40px {
  grid-template-columns: 2fr 1fr;
  justify-items: start;
  margin-bottom: 40px;
}
.all-2 .garant {
  background-color: var(--violet-secondary);
  border-radius: 20px;
  margin-top: 20px;
  padding: 20px;
  position: relative;
  overflow: visible;
}
.all-2 .card-review {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #fff;
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  padding: 24px;
  display: flex;
}
.all-2 .card-review.all-padding-24px.border-light-2px {
  border-width: 3px;
  border-radius: 20px;
  flex: 1;
  justify-content: space-between;
}
.all-2 .star {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--orange-light-bg);
  border-radius: 20px;
  flex-direction: row;
  justify-content: center;
  padding: 10px 20px;
  display: flex;
}
.all-2 .review-text {
  font-style: italic;
}
.all-2 .tag-text-copy {
  color: var(--violet--primary);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 115%;
}
.all-2 .tags-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: flex;
}
.all-2 .name-review {
  color: var(--text-heading);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
}
.all-2 .data-review {
  color: var(--text-paragraph);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.all-2 .div-block-87 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  margin-bottom: 30px;
  display: grid;
}
.all-2 .review-warp {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}
.all-2 .sale-text {
  background-color: var(--green-secondary-2);
  color: var(--white);
  border-radius: 20px;
  flex-direction: row;
  padding: 10px 20px;
  font-weight: 500;
  display: block;
}
.all-2 .sale-text-copy {
  background-color: var(--violet-secondary);
  color: var(--white);
  border-radius: 20px;
  flex-direction: row;
  padding: 10px 20px;
  font-weight: 500;
  display: block;
}
.all-2 .block-tezis-02 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.all-2 .image-38 {
  width: auto;
  height: 150px;
}
.all-2 .div-block-88 {
  position: absolute;
  inset: -4px -1% 0% auto;
}
.all-2 .guarantee {
  background-color: #fff;
  margin-top: 60px;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  transition: border-radius .3s cubic-bezier(.55, .055, .675, .19), background-color .3s cubic-bezier(.55, .055, .675, .19);
  display: block;
  overflow: visible;
}
.all-2 .card-2 {
  border: 3px solid var(--violet-bg);
}
.all-2 .card-2.radius-20px {
  border-radius: 20px;
}
.all-2 .card-2.radius-20px.all-padding {
  flex-direction: row;
  align-items: center;
  padding: 20px;
  display: flex;
}
.all-2 .warp-headin-icon-copy {
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}
.all-2 .image-39 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.all-2 .qr-open {
  text-decoration: none;
  display: block;
}
.all-2 .link {
  text-decoration: none;
  display: none;
}
.all-2 .text-header-warp {
  flex-flow: column wrap;
  align-content: flex-start;
  align-items: stretch;
  display: flex;
}
.all-2 .text-span-65 {
  color: var(--white);
  font-size: 90px;
}
.all-2 .heading-21-copy-copy {
  margin-bottom: 30px;
}
.all-2 .link-block-2-copy {
  color: var(--text-paragraph);
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}
.all-2 .link-block-2-copy:hover {
  color: var(--violet-secondary);
}
.all-2 .hide-mobile {
  display: block;
}
.all-2 .grid-foot-9 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  display: grid;
}
.all-2 .button_warper-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #0000;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 20px;
  display: grid;
}
.all-2 .block-tezis-03 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.all-2 .card-copy {
  border: 3px solid var(--violet-bg);
}
.all-2 .card-copy.radius-20px {
  border-radius: 20px;
}
.all-2 .card-copy.radius-20px.all-padding {
  padding: 20px;
}
.all-2 .qr-code-wrapper {
  opacity: 1;
  background-color: #f2ebff33;
  border-radius: 20px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  padding-right: 20px;
  display: flex;
}
.all-2 .qr-code-wrapper.hide-mobile {
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-between;
  align-items: stretch;
  padding-right: 0;
}
.all-2 .div-block-96 {
  align-items: center;
  margin-left: 0;
  padding: 20px;
  display: flex;
}
.all-2 .lottie-animation-9 {
  background-color: var(--violet-bg);
  border-radius: 10px;
  flex: 0 auto;
  width: 50%;
  max-width: 100%;
  display: flex;
}
.all-2 .vished-copy {
  margin-bottom: 40px;
  display: flex;
}
.all-2 .mrgn-btm-10px {
  margin-bottom: 10px;
}
.all-2 .section-3-garant {
  background-color: #fff;
  margin-top: 40px;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  transition: border-radius .3s cubic-bezier(.55, .055, .675, .19), background-color .3s cubic-bezier(.55, .055, .675, .19);
  display: block;
  overflow: visible;
}
.all-2 .tag-warp-comment {
  background-color: var(--violet-bg);
  border-radius: 100px;
  flex-wrap: nowrap;
  padding: 15px 30px;
  display: flex;
}
.all-2 .section-3-comment {
  background-color: #fff;
  margin-top: 60px;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  transition: border-radius .3s cubic-bezier(.55, .055, .675, .19), background-color .3s cubic-bezier(.55, .055, .675, .19);
  display: block;
  overflow: visible;
}
.all-2 .chat-user-wrapper {
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 0;
  display: flex;
}
.all-2 .fix-bitton-chat {
  z-index: 999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: fixed;
  inset: auto 20px 20px;
}
.all-2 .phone-tag-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
  overflow: hidden;
}
.all-2 .section-4 {
  background-color: #fff;
  margin-top: 60px;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  transition: border-radius .3s cubic-bezier(.55, .055, .675, .19), background-color .3s cubic-bezier(.55, .055, .675, .19);
  display: block;
  overflow: hidden;
}
.all-2 .section-4.motion-slide-in {
  overflow: visible;
}
.all-2 .section-4.motion-slide-in.hide-all {
  display: none;
}
.all-2 .tag-warp-lab-cvh {
  background-color: #ffecc0;
  border-radius: 100px;
  padding-right: 0;
  display: inline-block;
}
.all-2 .btn-main-2 {
  background-color: #ffc83d;
  border-radius: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px 171px;
  text-decoration: none;
  display: flex;
}
.all-2 .btn-main-2:hover {
  background-color: #ffc83d;
}
.all-2 .swiper2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  position: static;
  overflow: hidden;
}
.all-2 .sale-text-wch {
  color: #fff;
  background-color: #ffb401;
  border-radius: 20px;
  flex-direction: row;
  padding: 10px 20px;
  font-weight: 500;
  display: block;
}
.all-2 .d {
  margin-bottom: 0;
}
.all-2 .heading-16-copy-2 {
  color: #fff;
  text-align: center;
  background-color: #b082fd;
  border-radius: 20px;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding: 10px 60px 20px;
  font-family: Lumios marker, sans-serif;
  font-size: 44px;
}
.all-2 .tag-warp-2 {
  background-color: #f2ebff;
  border-radius: 100px;
  padding: 15px 30px;
}
.all-2 .tag-lab-2 {
  color: #23d376;
  margin-top: 0;
  margin-bottom: 0;
  padding: 4px 10px;
  font-weight: 500;
}
.all-2 .he-p {
  color: #fff;
  margin-bottom: 40px;
  font-size: 20px;
}
.all-2 .he-p.hide-fix-btn-triger {
  margin: 0;
}
.all-2 .tag-lab-wch {
  color: #ffb401;
  margin-top: 0;
  margin-bottom: 0;
  padding: 4px 10px;
  font-weight: 500;
}
.all-2 .card-bonus-lab-lifetime {
  background-color: #f2ebff;
}
.all-2 .card-bonus-lab-lifetime.radius-20px.all-padding-24px {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}
.all-2 .h1-text-2 {
  font-size: 50px;
}
.all-2 .h1-text-2.light-text {
  margin-bottom: 20px;
  font-size: 48px;
  display: block;
}
.all-2 .h1-text-2.light-text.h {
  color: var(--text-heading);
}
.all-2 .link-doc {
  padding: 20px;
  text-decoration: none;
}
.all-2 .div-block-106 {
  position: absolute;
  inset: auto -2% -15% auto;
}
.all-2 .text-prise-copy-copy-2 {
  opacity: 0;
  color: #8686a0;
  text-align: center;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 115%;
  text-decoration: line-through;
}
.all-2 .hh {
  color: var(--text-heading);
  margin-bottom: 20px;
}
.all-2 .image-48 {
  width: 48px;
  height: 48px;
}
.all-2 .div-block-111 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}
.all-2 .doc-navig {
  border: 3px solid #f2ebff;
  border-radius: 20px;
  text-decoration: none;
  display: block;
  overflow: hidden;
}
.all-2 .doc-navig.w--current {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}
.all-2 .test-tag {
  color: #8037fc;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 115%;
  display: block;
}
.all-2 .social-icon-3 {
  border: 2px solid #e8edf4;
  border-radius: 100px;
  padding: 8px;
}
.all-2 .social-icon-3:hover {
  background-color: #b082fd;
  border-color: #b082fd;
}
.all-2 .rairing-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  align-items: flex-start;
  display: flex;
}
.all-2 .rairing-wrapper.margin-btm-8px, .all-2 .rairing-wrapper.mrgn-btm-10px {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
.all-2 .rairing-wrapper.mb-10 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}
.all-2 .motion-slide-in-2 {
  color: #373660;
  margin-bottom: 40px;
}
.all-2 .tag-text-2 {
  color: #8037fc;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 115%;
}
.all-2 .tag-text-2.light-text {
  color: #fff;
}
.all-2 .navig-wraper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.all-2 .navig-wraper.btm-40px {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.all-2 .text-block-header--sl-2 {
  flex-direction: column;
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 40px;
  margin-left: 0;
  padding-left: 40px;
  padding-right: 60px;
  display: flex;
}
.all-2 .btn-prise-qr-3 {
  background-color: #ffb401;
  border-radius: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px 60px;
  text-decoration: none;
  display: flex;
  position: sticky;
  inset: auto 0% 0% auto;
}
.all-2 .btn-prise-qr-3:hover {
  background-color: #ffc83d;
}
.all-2 .prise-copy-2 {
  opacity: 1;
  background-color: #f2ebff;
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: -20px;
  display: inline-block;
  position: relative;
  top: -40px;
}
.all-2 .txt-prise-sale-2 {
  opacity: 1;
  color: #8037fc;
  padding: 14px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  display: block;
}
.all-2 .div-block-105 {
  color: #f2ebff;
  background-color: #f2ebff;
  border: 3px solid #f2ebff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  padding: 24px;
  display: flex;
  position: relative;
}
.all-2 .faq-question-wrap-2 {
  background-color: #fff;
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 40px;
}
.all-2 .text-span-155 {
  color: #b082fd;
}
.all-2 .div-block-109-copy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
  display: grid;
}
.all-2 .name-review-2 {
  color: #373660;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
}
.all-2 .star-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #fcf7e9;
  border-radius: 20px;
  flex-direction: row;
  justify-content: flex-start;
  padding: 10px 20px;
  display: flex;
}
.all-2 .image-49 {
  margin-bottom: 60px;
}
.all-2 .link-block-2-copy-2 {
  color: #8686a0;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}
.all-2 .link-block-2-copy-2:hover {
  color: #b082fd;
}
.all-2 .tag-warp-dark-2 {
  background-color: #b082fd;
  border-radius: 100px;
  padding: 15px 30px;
}
.all-2 .text-prise-2 {
  color: #8686a0;
  text-align: center;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 115%;
}
.all-2 .btn-prise-store-2 {
  background-color: #ffb401;
  border-radius: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px 171px;
  text-decoration: none;
  display: none;
  position: sticky;
  inset: auto 0% 0% auto;
}
.all-2 .btn-prise-store-2:hover {
  background-color: #ffc83d;
}
.all-2 .success-message-2 {
  background-color: var(--green-bg);
  opacity: .9;
  border-radius: 30px;
}
.all-2 .hero-wrapper-2 {
  z-index: auto;
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  background-color: #8037fc;
  border-radius: 0 0 40px 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  padding-top: 20px;
  padding-bottom: 0;
  display: grid;
  position: static;
  overflow: hidden;
}
.all-2 .image-46 {
  object-fit: cover;
  height: 100%;
  margin-bottom: 140px;
  padding-bottom: 0;
  position: relative;
}
.all-2 .text-prise-copy-2 {
  color: #8686a0;
  text-align: center;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 115%;
  text-decoration: line-through;
}
.all-2 .btn-main-fixed-2 {
  background-color: #ffb401;
  border-radius: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px 171px;
  text-decoration: none;
  display: none;
  position: sticky;
  inset: auto 0% 0% auto;
}
.all-2 .btn-main-fixed-2:hover {
  background-color: #ffc83d;
}
.all-2 .div-block-116 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  display: flex;
  position: static;
}
.all-2 .div-block-102-copy {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}
.all-2 .sale-text-2 {
  color: #fff;
  background-color: #71e8a9;
  border-radius: 20px;
  flex-direction: row;
  padding: 10px 20px;
  font-weight: 500;
  display: inline-block;
}
.all-2 .prise-hide-2 {
  opacity: 0;
  background-color: #ffb401;
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: -20px;
  display: inline-block;
  position: relative;
  top: -31px;
}
.all-2 .div-block-118 {
  background-color: #f2ebff;
  height: 3px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.all-2 .div-block-107 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}
.all-2 .tag-warp-comment-copy {
  background-color: var(--violet-bg);
  border-radius: 100px;
  flex-flow: column-reverse;
  flex: none;
  justify-content: flex-start;
  padding: 10px 20px;
  display: block;
}
.all-2 .doc-navig-photo {
  justify-content: space-between;
  display: flex;
}
.all-2 .garant-2 {
  background-color: var(--green-secondary);
  border-radius: 20px;
  margin-top: 20px;
  padding: 20px;
  position: relative;
  overflow: visible;
}
.all-2 .tag-warp-lab-copy-2 {
  background-color: #dfcdfe;
  border-radius: 100px;
  padding-right: 0;
  display: inline-block;
}
.all-2 .text-prise-copy-3 {
  color: #8686a0;
  text-align: center;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 115%;
}
.all-2 .tag-warp-lab-2 {
  background-color: #c6f6dd;
  border-radius: 100px;
  padding-right: 0;
  display: inline-block;
}
.all-2 .text-prise-fin-2 {
  color: #8037fc;
  text-align: center;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 115%;
}
.all-2 .warp-headin-icon-copy-2 {
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}
.all-2 .card-review-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border: 3px solid var(--violet-bg);
  border-radius: 20px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  padding: 24px;
  display: flex;
}
.all-2 .text-block-4-copy-2 {
  color: #373660;
  flex: none;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
}
.all-2 .link-block-3 {
  color: #8686a0;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}
.all-2 .link-block-3:hover {
  color: #b082fd;
}
.all-2 .paragraph-17 {
  margin-bottom: 30px;
}
.all-2 .name-review-copy-copy {
  color: #8686a0;
  margin-bottom: 18px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
}
.all-2 .card-bonus-lab-invitro {
  background-color: #ebfaf2;
}
.all-2 .card-bonus-lab-invitro.radius-20px.all-padding-24px {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: block;
}
.all-2 .section-paywall-2 {
  background-color: #fff;
  margin-top: 0;
  padding-top: 60px;
  padding-left: 30px;
  padding-right: 30px;
  transition: border-radius .3s cubic-bezier(.55, .055, .675, .19), background-color .3s cubic-bezier(.55, .055, .675, .19);
  display: block;
  overflow: hidden;
}
.all-2 .card-445 {
  border: 3px solid #f2ebff;
}
.all-2 .card-445.radius-20px {
  border-radius: 20px;
}
.all-2 .card-445.radius-20px.all-padding {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}
.all-2 .card-445.radius-20px.all-padding._0 {
  background-color: var(--white);
  border-style: none;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 10px #37366026;
}
.all-2 .tag-warp-comment-2 {
  background-color: #f2ebff;
  border-radius: 100px;
  flex-wrap: nowrap;
  padding: 15px;
  display: flex;
}
.all-2 .card-paywall-2 {
  background-color: #0000;
  border: 2px solid #e8edf4;
}
.all-2 .card-paywall-2.w--current {
  background-color: #0000;
  border-width: 4px;
  border-color: #ffb401;
}
.all-2 .card-paywall-2.sdw.radius-20px.all-padding-14 {
  border-width: 2px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 14px;
  display: flex;
}
.all-2 .card-paywall-2.radius-20px.all-padding-14.sdw {
  background-color: #0000;
  border-width: 3px;
  border-color: #f2ebff;
}
.all-2 .card-paywall-2.radius-20px.all-padding-14.sdw.w--current {
  border-width: 4px;
  border-color: #ffc83d;
}
.all-2 .heading-29 {
  margin-top: 16px;
  margin-bottom: 10px;
}
.all-2 .popup-2 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60vh;
  display: flex;
  position: relative;
}
.all-2 .popup-2.all-padding-24px {
  background-color: #fff;
}
.all-2 .popup-2.all-padding-24px.radius-20px {
  justify-content: space-between;
  align-items: stretch;
  width: 400px;
  padding: 50px 40px 40px;
}
.all-2 .light-text-2 {
  color: #fff;
}
.all-2 .light-text-2.margin-btm-16px.bg-color {
  color: var(--text-heading);
}
.all-2 .like-div {
  position: absolute;
  inset: auto -2% -15% auto;
}
.all-2 .name-review-copy {
  color: #373660;
  margin-bottom: 18px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
}
.all-2 .promo-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}
.all-2 .card-bonus-lab-wt {
  background-color: #f2ebff;
}
.all-2 .card-bonus-lab-wt.radius-20px.all-padding-24px {
  background-color: #fff8e6;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}
.all-2 .sale-text-life {
  color: #fff;
  background-color: #b082fd;
  border-radius: 20px;
  flex-direction: row;
  padding: 10px 20px;
  font-weight: 500;
  display: block;
}
.all-2 .data-review-2 {
  color: #8686a0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.all-2 .star-div {
  position: absolute;
  inset: auto -2% -15% auto;
}
.all-2 .image-50 {
  opacity: 1;
  border-radius: 0 0 40px;
  display: block;
}
.all-2 .footer-link-2 {
  color: #8686a0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}
.all-2 .footer-link-2:hover {
  color: #8037fc;
}
.all-2 .paragraph-18 {
  color: var(--text-paragraph);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}
.all-2 .tag-lab-copy-2 {
  color: #8037fc;
  margin-top: 0;
  margin-bottom: 0;
  padding: 4px 10px;
  font-weight: 500;
}
.all-2 .tag-text-copy-2 {
  color: #8037fc;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 115%;
  display: inline;
}
.all-2 .error-message-2 {
  border-radius: 30px;
}
.all-2 .card-form-2 {
  background-color: #b082fd;
  display: flex;
}
.all-2 .card-form-2.all-padding-24px.radius-20px {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  display: flex;
  overflow: hidden;
}
.all-2 .grid-20 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  justify-content: stretch;
  place-items: center end;
}
.all-2 .all-2 {
  overflow: hidden;
}
.all-2 .promocode-2 {
  grid-column-gap: 10px;
  color: #8037fc;
  background-color: #f2ebff;
  border-radius: 10px;
  justify-content: space-around;
  align-items: center;
  padding: 20px 60px;
  display: flex;
}
.all-2 .block-tezis-02-copy-copy-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}
.all-2 .video {
  border-radius: 40px;
  overflow: hidden;
}
.all-2 .video-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-radius: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  overflow: hidden;
}
.all-2 .text-span-156 {
  font-size: 28px;
}
.all-2 .btm-40px {
  margin-bottom: 40px;
}
.all-2 .div-block-119 {
  padding: 15px;
}
.all-2 .card-vrach {
  border: 3px solid var(--violet-bg);
  border-radius: 20px;
  flex-direction: column;
  flex: none;
  justify-content: space-around;
  max-width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}
.all-2 .name-doc {
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
}
.all-2 .div-lotiie {
  background-color: var(--violet-bg);
  border-radius: 30px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  overflow: hidden;
}
.all-2 .div-lotiie.hide-mobile {
  display: flex;
  overflow: hidden;
}
.all-2 .div-lotiie.hiden-desctop {
  display: none;
}
.all-2 .block-numbers {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.all-2 .grid-21 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.all-2 .containe-2 {
  background-color: #0000;
  width: 1280px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  position: relative;
}
.all-2 .block-tezis-02-copy-copy-copy-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}
.all-2 .image-51 {
  height: 100%;
  margin-bottom: 140px;
  position: relative;
}
.all-2 .tag-warp-comment-copy-2 {
  background-color: #dfcdfe;
  border-radius: 100px;
  flex-flow: column-reverse;
  flex: none;
  justify-content: flex-start;
  padding: 10px 20px;
  display: block;
}
.all-2 .navig-vrach {
  background-color: #fff;
  margin-top: 60px;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  transition: border-radius .3s cubic-bezier(.55, .055, .675, .19), background-color .3s cubic-bezier(.55, .055, .675, .19);
  display: block;
  overflow: hidden;
}
.all-2 .test-tag-2 {
  color: #8037fc;
  margin-left: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 115%;
  display: block;
}
.all-2 .card-vrach-2 {
  border: 3px solid #f2ebff;
  border-radius: 20px;
  flex-direction: column;
  flex: none;
  justify-content: space-around;
  max-width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}
.all-2 .test-tag-3 {
  color: #8037fc;
  margin-left: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 115%;
  display: inline;
}
.all-2 .image-52 {
  border-radius: 10px;
  max-width: 24%;
}
.all-2 .qr-code-img {
  background-color: var(--white);
  border-radius: 10px;
  max-width: 20%;
  padding: 4px;
}
.all-2 .margin-right-80px {
  margin-right: 80px;
}
.all-2 .section-1200 {
  background-color: var(--white);
  margin-top: 60px;
  padding-top: 0;
  transition: border-radius .3s cubic-bezier(.55, .055, .675, .19), background-color .3s cubic-bezier(.55, .055, .675, .19);
  display: block;
  overflow: visible;
}
.all-2 .heading-text-pay {
  color: var(--white);
  font-size: 44px;
}
.all-2 .heading-text-pay.text-span--pay {
  color: var(--orange-primary);
}
.all-2 .heading-p1-pay {
  color: var(--violet-bg);
}
.all-2 .div-lotiie-2 {
  background-color: #f2ebff;
  border-radius: 30px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  overflow: hidden;
}
.all-2 .phone-tag-grid-pay {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
  overflow: hidden;
}
.all-2 .text-span-157, .all-2 .text-span-violet {
  color: var(--violet-secondary);
}
.all-2 .containe-960 {
  background-color: #0000;
  width: 940px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}
.all-2 .containe-960-copy {
  background-color: #0000;
  width: 1080px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  position: relative;
}
.all-2 .hide {
  display: none;
}
.all-2 .paragraph-19 {
  text-decoration: none;
}
.all-2 .section-1200-garant {
  background-color: var(--white);
  margin-top: 60px;
  padding-top: 0;
  padding-left: 100px;
  padding-right: 100px;
  transition: border-radius .3s cubic-bezier(.55, .055, .675, .19), background-color .3s cubic-bezier(.55, .055, .675, .19);
  display: block;
  overflow: visible;
}
.all-2 .containe-960-garant {
  background-color: #0000;
  width: 980px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  position: relative;
  overflow: visible;
}
.all-2 .logo-right {
  align-items: center;
  display: flex;
}
.all-2 .card-tezis-pay {
  border: 3px solid var(--violet-bg);
  border-radius: 20px;
}
.all-2 .icon-tezis-pay {
  margin-right: 0;
  padding-bottom: 0;
  padding-right: 0;
}
.all-2 .grid-pay-bonus {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}
.all-2 .btn-pay {
  background-color: var(--orange-primary);
  border-radius: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  text-decoration: none;
  display: flex;
  position: sticky;
  inset: auto 0% 0% auto;
}
.all-2 .btn-pay:hover {
  background-color: var(--иет);
}
.all-2 .card-guide-pay {
  border: 3px solid var(--violet-bg);
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 20px;
  display: flex;
}
.all-2 .guide-bg {
  background-color: var(--voilet-secondary);
  border-radius: 20px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}
.all-2 .guide-bg.green {
  background-color: var(--blue-bg);
}
.all-2 .guide-bg.piink {
  background-color: var(--red-bg);
}
.all-2 .guide-bg.gr {
  background-color: var(--green-bg);
}
.all-2 .text-span-164 {
  color: var(--violet-secondary);
}
.all-2 .section-paywall-1200 {
  background-color: var(--white);
  margin-top: 60px;
  padding-top: 0;
  transition: border-radius .3s cubic-bezier(.55, .055, .675, .19), background-color .3s cubic-bezier(.55, .055, .675, .19);
  display: block;
  overflow: visible;
}
.all-2 .yellow {
  background-color: var(--orange-bg);
}
.all-2 .section-1200-bonus {
  background-color: var(--white);
  margin-top: 60px;
  padding-top: 0;
  transition: border-radius .3s cubic-bezier(.55, .055, .675, .19), background-color .3s cubic-bezier(.55, .055, .675, .19);
  display: block;
  overflow: visible;
}
.all-2 .no-apps {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.all-2 .spec-vrach-grid {
  grid-row-gap: 16px;
  grid-template-columns: 1fr 1fr 1fr;
}
.all-2 .doc-links {
  border: 3px solid var(--violet-bg);
  color: var(--text-paragraph);
  background-color: #0000;
  border-radius: 20px;
  padding: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 115%;
}
.all-2 .doc-links:hover {
  background-color: var(--violet-bg);
  color: var(--violet--primary);
  font-weight: 500;
}
.all-2 .phone-tag-grid-copy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
  overflow: hidden;
}
.all-2 .containe-navig-spec {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 1280px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: none;
  position: relative;
}
.all-2 .gift-tag-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
  overflow: hidden;
}
.all-2 .text-span-166 {
  color: var(--violet-secondary);
}
.all-2 .padarok-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: 60px;
}
.all-2 .div-block-122 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  display: grid;
  position: static;
}
.all-2 .div-block-122.margin-btm-60 {
  margin-bottom: 60px;
}
.all-2 .instruction-wraper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: flex-start;
  display: flex;
  position: relative;
}
.all-2 .number-img {
  width: 60px;
  height: 60px;
}
.all-2 .div-block-123 {
  display: flex;
}
.all-2 .arrow {
  height: 30px;
  position: absolute;
  inset: -18% auto auto -30%;
}
.all-2 .arrow-2 {
  height: 30px;
  position: absolute;
  inset: auto -30px -18% auto;
}
.all-2 .gift-btn-popup {
  background-color: var(--orange-primary);
  border-radius: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px 60px;
  text-decoration: none;
  display: flex;
  position: sticky;
  inset: auto 0% 0% auto;
}
.all-2 .gift-btn-popup:hover {
  background-color: var(--иет);
}
.all-2 .card-block-wrapper {
  z-index: 0;
  background-color: var(--violet-bg);
  border-radius: 40px;
  position: relative;
  overflow: hidden;
}
.all-2 .div-block-124 {
  z-index: -1;
  background-image: linear-gradient(245deg, var(--violet-secondary), var(--violet-bg));
  border-radius: 100%;
  width: 600px;
  height: 600px;
  position: absolute;
  inset: -12% -18% auto auto;
}
.all-2 .image-58 {
  position: static;
  inset: 0%;
}
.all-2 .div-block-126 {
  display: flex;
}
.all-2 .hero-wrapper-gift {
  z-index: auto;
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  background-color: var(--violet-bg);
  border-radius: 0 0 40px 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  padding-top: 20px;
  padding-bottom: 0;
  display: grid;
  position: static;
  overflow: hidden;
}
.all-2 .div-block-126-copy {
  justify-content: center;
  display: flex;
}
.all-2 .h1-text-copy {
  font-size: 50px;
}
.all-2 .h1-text-copy.light-text {
  margin-bottom: 33px;
  font-size: 39px;
  display: block;
}
.all-2 .text-header-warp-copy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column wrap;
  align-content: flex-start;
  align-items: flex-start;
  display: flex;
}
.all-2 .vished-copy {
  z-index: 0;
  display: flex;
  position: relative;
}
.all-2 .qr-code-img-wrapper {
  background-color: var(--white);
  border-radius: 10px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  width: auto;
  max-width: 100%;
  height: 120px;
  display: flex;
}
.all-2 .margin-btm-120px {
  margin-bottom: 120px;
}
.all-2 .section-paywall-copy {
  background-color: var(--white);
  margin-top: 0;
  padding-top: 60px;
  padding-left: 30px;
  padding-right: 30px;
  transition: border-radius .3s cubic-bezier(.55, .055, .675, .19), background-color .3s cubic-bezier(.55, .055, .675, .19);
  display: none;
  overflow: hidden;
}
.all-2 .h1-seo-main {
  font-size: 48px;
}
.all-2 .h1-seo-main.margin-btm-20 {
  padding-right: 0;
}
.all-2 .block-tezis-chat {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  display: grid;
}
.all-2 .div-block-129-copy {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  display: grid;
}
.all-2 .div-block-129-copy.btm-40px {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-columns: .5fr 1fr;
}
.all-2 .block-numbers-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: visible;
}
.all-2 .containe-over {
  background-color: #0000;
  width: 1280px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  position: relative;
  overflow: visible;
}
.all-2 .section-over {
  background-color: #fff;
  margin-top: 60px;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  transition: border-radius .3s cubic-bezier(.55, .055, .675, .19), background-color .3s cubic-bezier(.55, .055, .675, .19);
  display: block;
  overflow: visible;
}
.all-2 .tag-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: block;
  overflow: hidden;
}
.all-2 .text-block {
  color: var(--text-heading);
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 105%;
}
.all-2 .text-block.margin-bottom-20 {
  flex: 0 auto;
}
.all-2 .card-bonus-zdrav {
  background-color: var(--orange-light-bg);
}
.all-2 .card-bonus-zdrav.radius-20px.all-padding-24px {
  background-color: #fff8e6;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}
.all-2 .card-bonus-zdrav.all-padding-24px.radius-20px {
  align-items: flex-start;
}
.all-2 .card-bonus-zdrav.all-padding-24px.radius-20px.hide {
  display: none;
}
.all-2 .containe-copy {
  background-color: var(--violet-bg);
  border-radius: 20px;
  width: 1280px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.all-2 .heading-30 {
  margin-bottom: 100px;
}
.all-2 .image-59 {
  padding-top: 30px;
  padding-right: 20px;
}
.all-2 .div-block-127 {
  margin-right: 60px;
  padding: 30px;
}
.all-2 .div-block-128 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  display: flex;
}
.all-2 .div-block-128.margin-btm-20 {
  padding-right: 0;
}
.all-2 .div-block-129 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  display: grid;
}
.all-2 .div-block-130 {
  margin-right: 60px;
  padding: 30px;
}
.all-2 .image-60 {
  width: 100%;
  height: auto;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
}
.all-2 .bt {
  margin-bottom: 40px;
}
.all-2 .div-block-131 {
  align-items: center;
  display: flex;
}
.all-2 .text-block-2 {
  font-size: 60px;
  display: inline;
}
.all-2 .text-block-3, .all-2 .text-block-4 {
  font-size: 24px;
}
.all-2 .div-block-132 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--violet-secondary);
  color: #fff;
  border-radius: 30px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: inline-block;
}
.all-2 .div-block-133 {
  flex-direction: column;
  justify-content: center;
  display: flex;
}
.all-2 .div-block-134 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}
.all-2 .image-61 {
  position: absolute;
}
.all-2 .div-block-135 {
  position: relative;
}
.all-2 .div-block-136 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
.all-2 .paragraph-20 {
  color: var(--violet-bg);
  text-align: center;
}
.all-2 .paragraph-20-copy {
  color: var(--text-paragraph);
  text-align: center;
}
.all-2 .div-block-137 {
  border: 1px solid var(--violet-secondary);
  background-color: var(--violet--primary);
  background-image: linear-gradient(150deg, var(--violet--primary) 42%, var(--иет));
  border-radius: 27px;
  align-items: center;
  padding: 20px 60px 16px;
  display: flex;
}
.all-2 .prise-text-block {
  color: var(--violet-secondary);
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 500;
  text-decoration: line-through;
}
.all-2 .div-block-1388 {
  border: 3px solid var(--voilet-secondary);
  background-color: var(--white);
  border-radius: 30px;
  display: flex;
}
.all-2 .div-block-137-copy {
  background-color: var(--voilet-secondary);
  border-radius: 30px;
  padding: 20px;
  display: flex;
}
.all-2 .div-block-137-copy-copy {
  background-color: var(--voilet-secondary);
  border-radius: 30px;
  display: flex;
}
.all-2 .div-block-14y {
  background-color: var(--white);
  border-radius: 30px;
  align-items: center;
  padding: 20px 40px 16px 60px;
  display: flex;
}
.all-2 .prise-text-block-2 {
  color: var(--white);
  flex: none;
  align-self: auto;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 600;
}
.all-2 .text-span-167 {
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
}
.all-2 .text-span-168 {
  font-size: 20px;
  font-weight: 600;
}
.all-2 .text-block-5 {
  color: var(--text-paragraph);
  text-align: center;
  margin-top: 8px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 170%;
}
.all-2 .text-block-5.margin-btm-20 {
  color: var(--text-paragraph);
  padding-right: 0;
}
.all-2 .heading-31 {
  margin-bottom: 16px;
}
.all-2 .prise-text {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 105%;
}
.all-2 .prise-text.margin-btm-20 {
  padding-right: 0;
}
.all-2 .title-wrapper {
  flex-wrap: wrap;
  display: flex;
}
.all-2 .title-wrapper.margin-btm-20 {
  flex-direction: column;
  padding-right: 0;
}
.all-2 .qr-code-img-2 {
  background-color: #fff;
  border-radius: 10px;
  max-width: 20%;
  padding: 4px;
}
.all-2 .promocode {
  grid-column-gap: 10px;
  color: #8037fc;
  background-color: #f2ebff;
  border-radius: 10px;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 10px 40px;
  display: flex;
}
.all-2 .promocode:hover {
  background-color: var(--voilet-secondary);
}
.all-2 .promocode:active {
  background-color: #dfcdfe;
}
.all-2 .light-text-3 {
  color: var(--voilet-secondary);
  flex: 1;
}
.all-2 .btn-main-header-2 {
  background-color: #ffb401;
  border-radius: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  text-decoration: none;
  display: none;
  position: sticky;
  inset: auto 0% 0% auto;
}
.all-2 .btn-main-header-2:hover {
  background-color: #ffc83d;
}
.all-2 .text-header-warp-3 {
  flex-direction: column;
  display: flex;
}
.all-2 .promo-code-cms {
  color: #373660;
  flex: none;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
}
.all-2 .promo-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}
.all-2 .btn-prise-qr-4 {
  background-color: #ffb401;
  border-radius: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px 60px;
  font-family: Montserrat, sans-serif;
  display: flex;
  position: sticky;
  inset: auto 0% 0% auto;
}
.all-2 .btn-prise-qr-4:hover {
  background-color: #ffc83d;
}
.all-2 .garant--green {
  background-color: var(--violet-bg);
  border-radius: 20px;
  margin-top: 20px;
  padding: 20px;
  position: relative;
  overflow: visible;
}
.all-2 .padding-small {
  padding-bottom: 1rem;
}
.all-2 .image-50-copy {
  opacity: 1;
  border-radius: 0 0 40px;
  margin-bottom: 0;
  padding: 20px;
  display: block;
}
.all-2 .texch-gd {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  margin-top: 40px;
  display: flex;
}
.all-2 .tag-pdf {
  background-color: var(--violet-secondary);
  border-radius: 20px;
  flex-direction: row;
  flex: 0 auto;
  align-self: center;
  display: flex;
}
.all-2 .text-block-6 {
  color: var(--alice-blue-2);
  flex: 1;
  align-self: center;
  padding: 4px 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}
.all-2 .doc {
  flex-direction: row;
  align-items: center;
  display: flex;
}
.all-2 .bold-text-2 {
  color: var(--white);
  font-size: 16px;
  font-weight: 600;
}
.all-2 .doc-links-copy {
  border: 3px solid var(--violet-bg);
  color: var(--text-paragraph);
  background-color: #0000;
  border-radius: 20px;
  padding: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 115%;
}
.all-2 .doc-links-copy:hover {
  background-color: var(--violet-bg);
  color: var(--violet--primary);
  font-weight: 500;
}
.all-2 .doc-links-2s {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 3px solid var(--violet-bg);
  color: var(--text-paragraph);
  background-color: #0000;
  border-radius: 20px;
  align-items: center;
  padding: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 115%;
  display: flex;
}
.all-2 .doc-links-2s:hover {
  background-color: var(--violet-bg);
  color: var(--violet--primary);
  font-weight: 500;
}
.all-2 .text-link {
  color: var(--text-paragraph);
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
}
.all-2 .div-block-1389 {
  flex: 0 auto;
}
.all-2 .image-49-copy {
  margin-bottom: 60px;
}
.all-2 .logo-2 {
  margin-bottom: 0;
}
.all-2 .logo-wrapper {
  z-index: auto;
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  background-color: #8037fc;
  border-radius: 0 0 40px 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  padding-top: 20px;
  padding-bottom: 0;
  display: grid;
  position: static;
  overflow: hidden;
}
.all-2 .scpec-block {
  border: 4px solid #f7f8fc;
  border-radius: 20px;
  margin-top: 20px;
  padding: 20px;
}
.all-2 .spec-text {
  color: #8686a099;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
}
.all-2 .text-block-7 {
  color: #373660;
  font-size: 24px;
  font-weight: 600;
}
.all-2 .text-block-8 {
  color: #373660;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 700;
}
.all-2 .div-block-1390 {
  flex-direction: column;
  justify-content: center;
  display: flex;
}
.all-2 .div-block-1391 {
  justify-content: space-between;
  padding: 20px;
  display: flex;
}
.all-2 .div-block-1392 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  display: flex;
}
.all-2 .div-block-125 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  margin-bottom: 20px;
  display: flex;
}
.all-2 .heading-32 {
  color: #373660;
  font-size: 32px;
  font-weight: 500;
}
.all-2 .div-block-1393 {
  margin-bottom: 20px;
}
.all-2 .text-block-9 {
  color: #8686a0;
  font-size: 24px;
  font-weight: 400;
}
.all-2 .text-block-10 {
  color: #373660;
  font-size: 24px;
  font-weight: 600;
}
.all-2 .div-block-1394 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border-radius: 50px;
  padding: 20px;
  display: flex;
}
.all-2 .div-block-120 {
  background-color: #ccf1f7;
  border-radius: 60px;
  padding: 15px;
}
.all-2 .section-4-doc {
  background-color: #fff;
  margin-top: 60px;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  transition: border-radius .3s cubic-bezier(.55, .055, .675, .19), background-color .3s cubic-bezier(.55, .055, .675, .19);
  display: block;
  overflow: hidden;
}
.all-2 .section-4-doc.violet-special {
  background-color: #f2ebff80;
  border-radius: 40px;
  padding: 30px;
  overflow: visible;
}
.all-2 .section-4-doc.violet-special.hide {
  display: none;
}
.all-2 .section-4-doc.gray {
  background-color: #f4f5f6b3;
  border-radius: 40px;
  padding: 30px 30px 20px;
}
.all-2 .centr {
  text-align: center;
}
.all-2 .grid-4colm {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.all-2 .image-special {
  background-color: #fff;
  border-radius: 40px;
  display: block;
  overflow: hidden;
}
.all-2 .grid-2doc {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 20px 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.all-2 .card-doc2-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border: 2px solid #f4f5f6;
  border-radius: 20px;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
  display: block;
}
.all-2 .tag-doc-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}
.all-2 .doc2-image-wrapper {
  border-radius: 20px;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  display: block;
  position: relative;
  overflow: hidden;
}
.all-2 .grid-doc-diet {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 128px 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: center baseline;
  margin-bottom: 20px;
  display: grid;
}
.all-2 .div-block-1396 {
  background-color: var(--orange-primary);
  width: 8px;
  height: 8px;
}
.all-2 .div-block-1397 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  display: flex;
}
.all-2 .grid-video-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.all-2 .staeps {
  background-color: #fff;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}
.all-2 .staeps.radius-20px {
  border-radius: 20px;
  padding: 20px;
}
.all-2 .staeps.radius-20px.all-padding-24px.border-light-2px {
  border-width: 3px;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  margin-right: 0;
  display: flex;
}
.all-2 .card-steps-text-wrapper {
  align-items: center;
  display: flex;
}
.all-2 .card-steps-text-wrapper.margin-btm-20px {
  align-items: flex-start;
}
.all-2 .grid-5colm {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.all-2 .comment-block {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #f2ebff;
  border-radius: 30px;
  align-items: flex-start;
  padding: 20px;
}
.all-2 .comment-block._01 {
  background-color: #f2ebff80;
  border-bottom-right-radius: 6px;
}
.all-2 .comment-block._02 {
  opacity: .89;
  background-color: #f2ebff80;
  border-top-right-radius: 6px;
}
.all-2 .comment-block._03 {
  border-bottom-left-radius: 6px;
}
.all-2 .comment-block._04 {
  background-color: #f2ebff80;
  border-top-left-radius: 6px;
  display: flex;
}
.all-2 .div-block-1398 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}
.all-2 .diet-p2 {
  font-size: 16px;
  line-height: 150%;
}
.all-2 .diet-h5 {
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
}
.all-2 .diet-h5.margin-btm-8px {
  margin-bottom: 8px;
  font-weight: 600;
}
.all-2 .diet-h2 {
  color: var(--text-heading);
  text-align: center;
  font-size: 32px;
}
.all-2 .diet-h2.right {
  text-align: left;
}
.all-2 .h2-decorate {
  z-index: 10;
  position: relative;
  overflow: visible;
}
.all-2 .shape1 {
  z-index: 99;
  position: absolute;
  inset: 108% 0% auto 57%;
}
.all-2 .crad-imclude {
  background-color: #f9fafb;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  display: flex;
}
.all-2 .diet-h6 {
  color: var(--text-heading);
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
}
.all-2 .diet-h6.purple {
  color: #8037fc;
  font-family: Montserrat, sans-serif;
}
.all-2 .diet-text-star {
  color: var(--text-heading);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}
.all-2 .diet-text-review {
  color: var(--text-heading);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.all-2 .diet-tag {
  color: #8037fc;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 115%;
  display: inline;
}
.all-2 .diet-tag-wrapper {
  background-color: #f2ebff;
  border-radius: 16px;
  flex-direction: row;
  align-items: center;
  padding: 4px 10px;
  display: inline-block;
}
.all-2 .diet-tag-wrapper.trans {
  background-color: #f2ebff00;
}
.all-2 .diet-p3 {
  color: #465481;
  font-size: 14px;
  font-weight: 500;
}
.all-2 .vp-2023 {
  padding: 6px;
  position: absolute;
  inset: auto auto 0% 0%;
}
.all-2 .div-block-1399 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}
.all-2 .margin-btm-8px {
  margin-bottom: 8px;
}
.all-2 .margin-btm-30px {
  margin-bottom: 30px;
}
.all-2 .card-review-2-copy {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border: 3px solid var(--violet-bg);
  border-radius: 20px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  padding: 24px;
  display: flex;
}
.all-2 .diet-card-review {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white);
  border: 2px solid #f4f5f6;
  border-radius: 20px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  padding: 24px;
  display: flex;
}
.all-2 .div-block-1400 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.all-2 .diet-p4 {
  color: #465481;
  font-size: 14px;
  font-weight: 400;
}
.all-2 .diet-p4.gr {
  color: #8c9bc0;
}
.all-2 .tag-review-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}
.all-2 .div-block-1401 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}
.all-2 .diet-h3 {
  color: var(--text-heading);
  text-align: left;
  font-size: 26px;
  font-weight: 600;
}
.all-2 .lsit-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: flex-start;
  display: flex;
}
.all-2 .list-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}
.all-2 .c-block-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  padding: 30px;
  display: flex;
}
.all-2 .c-block-image-wrapper {
  background-color: #f2ebff;
  border-radius: 30px;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}
.all-2 .c-block-image-wrapper.hiden-desctop {
  display: none;
}
.all-2 .c-block-image-wrapper.hide-mobile {
  background-color: #f2ebff;
}
.all-2 .c-grid-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 3px solid var(--violet-bg);
  border-radius: 34px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
  display: grid;
}
.all-2 .diet-grid-foot {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  display: grid;
}
.all-2 .star-review {
  flex: 0 auto;
}
.all-2 .star-diet {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #fcf7e9;
  border-radius: 16px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  padding: 10px;
  display: flex;
}
.all-2 .diet-h-footer {
  font-size: 16px;
  font-weight: 600;
}
.all-2 .scpec-block2 {
  background-color: var(--white);
  border: 4px solid #f7f8fc;
  border-radius: 20px;
  margin-top: 20px;
  padding: 20px;
}
.all-2 .btn-app-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}
.all-2 .btn-app {
  background-color: var(--text-heading);
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  display: inline-block;
}
.all-2 .header-sc.purple {
  background-color: var(--violet--primary);
  background-image: url("../images/plus-shadow.webp");
  background-position: -700% 30%;
  background-size: auto;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  padding-left: 30px;
  padding-right: 30px;
}
.all-2 .header-sc.green {
  background-color: var(--green-secondary-2);
  background-image: url("../images/plus-shadow.webp");
  background-position: -700% 30%;
  background-size: auto;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  padding-left: 30px;
  padding-right: 30px;
}
.all-2 .div-block-1402 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.all-2 .diet-h1 {
  color: var(--white);
  font-size: 36px;
  font-weight: 600;
}
.all-2 .diet-p1 {
  color: var(--text-paragraph);
  font-size: 18px;
  font-weight: 400;
}
.all-2 .diet-p1.white {
  color: var(--violet-bg);
}
.all-2 .div-block-1403 {
  flex-direction: column;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}
.all-2 .btn-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}
.all-2 .btn-wrapper.centr {
  justify-content: center;
}
.all-2 .timer {
  background-color: var(--violet-secondary);
  border-radius: 20px;
  justify-content: flex-start;
  display: flex;
}
.all-2 .diet-btn {
  color: #fff;
  flex: 0 auto;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}
.all-2 .diet-btn-wrapper {
  background-color: var(--orange-primary);
  border-radius: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  font-family: Montserrat, sans-serif;
  display: flex;
  position: sticky;
  inset: auto 0% 0% auto;
}
.all-2 .diet-btn-wrapper:hover {
  background-color: var(--иет);
}
.all-2 .diet-btn-wrapper.hiden-desctop {
  display: none;
}
.all-2 .div-block-1404 {
  background-color: var(--red-primary);
}
.all-2 .text-block-11 {
  background-color: var(--red-primary);
  color: #fff;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  padding: 16px 30px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  display: flex;
}
.all-2 .sale-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}
.all-2 .sale-wrapper.margin-bottom-20 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}
.all-2 .sale-text-diet {
  color: var(--text-heading);
  border-radius: 20px;
  justify-content: flex-start;
  padding: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-decoration: line-through;
  display: inline-block;
}
.all-2 .sale-text-diet.green {
  background-color: var(--green-primary);
  color: var(--white);
  padding: 10px;
  text-decoration: none;
}
.all-2 .div-block-1405 {
  background-color: var(--violet-secondary);
  border-radius: 20px;
  display: flex;
}
.all-2 .text-span-169 {
  color: var(--violet-secondary);
}
.all-2 .text-span-170 {
  color: #66a3ff;
}
.all-2 .text-span-171 {
  color: #f77;
  text-align: left;
}
.all-2 .text-span-172 {
  color: #f4ac10;
}
.all-2 .text-span-173 {
  color: #66bc6a;
}
.all-2 .bento-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  display: grid;
}
.all-2 .bento-wrapper.btm-40px {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-columns: .5fr 1fr;
}
.all-2 .bento-wrapper.margin-bottom-40px {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
}
.all-2 .bento-wrapper.margin-btm-20 {
  padding-right: 0;
}
.all-2 .tezis-gif {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #f2ebff66;
  border-radius: 20px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  padding: 20px 40px;
  display: flex;
}
.all-2 .div-block-1407 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.all-2 .image-64 {
  object-fit: fill;
  width: auto;
  max-width: 100%;
  height: auto;
  display: inline-block;
}
.all-2 .mb-40 {
  margin-bottom: 40px;
}
.all-2 .mb-20 {
  margin-bottom: 20px;
}
.all-2 .mb-10 {
  margin-bottom: 10px;
}
.all-2 .mb-30 {
  margin-bottom: 30px;
}
.all-2 .mb-8 {
  margin-bottom: 8px;
}
.all-2 .card-ch {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 2px solid var(--green-secondary-2);
  background-color: #fff;
  border-radius: 20px;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
  display: block;
  position: relative;
}
.all-2 .card-al {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border: 2px solid #f2ebff;
  border-radius: 20px;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
  display: block;
  position: relative;
}
.all-2 .image-65 {
  max-width: 30%;
  position: absolute;
  inset: auto -2% -4% auto;
}
.all-2 .image-66 {
  max-width: 30%;
  position: absolute;
  inset: auto -4% -8% auto;
}
.all-2 .main-img {
  padding: 40px;
}
.all-2 .section-5 {
  background-color: #fff;
  margin-top: 60px;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  transition: border-radius .3s cubic-bezier(.55, .055, .675, .19), background-color .3s cubic-bezier(.55, .055, .675, .19);
  display: block;
  overflow: visible;
}
.all-2 .containe-961 {
  background-color: #0000;
  width: 1280px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  position: relative;
}
.all-2 .swiper-wrapper-2 {
  flex-flow: row;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  display: flex;
  position: static;
  overflow: visible;
}
.all-2 .swiper-slide-2 {
  flex-direction: row;
  flex: none;
  justify-content: space-between;
  width: 33.3333%;
  display: flex;
}
.all-2 .promo-screen-card {
  background-color: #8037fc;
  border-radius: 40px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  overflow: hidden;
}
.all-2 .promoscreen-text {
  color: #fff;
  text-align: center;
  padding: 30px 30px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 118%;
}
.all-2 .swiper-2 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: static;
  overflow: hidden;
}
.all-2 .swiper-2.hiden-desctop.motion-slide-in {
  display: none;
}
.all-2 .swiper-2.motion-slide-in {
  flex-direction: column;
  display: block;
}
.all-2 .swiper-pagination-2 {
  background-color: #0000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}
.all-2 .swiper1 {
  flex-direction: column;
  display: block;
}
.all-2 .swiper2-pagination {
  background-color: #0000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
}
.all-2 .swiper3 {
  flex-direction: row;
  display: flex;
}
.all-2 .swiper3-pagination {
  background-color: #0000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 2px;
  display: flex;
}
.all-2 .swiper3-pagination.hiden-desctop {
  display: none;
}
.all-2 .swiper-pagination {
  background-color: #0000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}
.all-2 .diet-p1-copy {
  color: var(--violet-bg);
  font-size: 18px;
  font-weight: 400;
}
.all-2 .diet-p5 {
  color: #465481;
  font-size: 14px;
  font-weight: 400;
}
.all-2 .diet-p5.gr {
  color: #8c9bc0;
}
.all-2 .shape2 {
  z-index: 99;
  position: absolute;
  inset: 108% 0% auto 35%;
}
.all-2 .shape3 {
  z-index: 99;
  position: absolute;
  inset: -59% 0% auto 35%;
}
.all-2 .link-back {
  color: var(--blue-primary);
  font-family: Montserrat, sans-serif;
}
.all-2 .link-block-4 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}
.all-2 .text-field {
  border: 2px solid #afbedf;
  border-radius: 10px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}
.all-2 .sale {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
.all-2 .card-bank {
  align-items: center;
  display: flex;
}
.all-2 .tezis-card {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #f2ebff;
  border-radius: 30px;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}
.all-2 .tezis-card._01 {
  background-color: #f2ebff80;
  border-bottom-right-radius: 6px;
}
.all-2 .tezis-card._02 {
  opacity: .89;
  background-color: #f2ebff80;
  border-top-right-radius: 6px;
}
.all-2 .tezis-card._03 {
  border-bottom-left-radius: 6px;
}
.all-2 .tezis-card._04 {
  background-color: #f2ebff80;
  border-top-left-radius: 6px;
  display: flex;
}
.all-2 .submit-button-2 {
  background-color: var(--orange-primary);
  border-radius: 20px;
  padding: 20px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.all-2 .text-field-2 {
  border: 2px solid var(--gray-p);
  color: var(--text-heading);
  border-radius: 10px;
  padding: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}
.all-2 .text-field-2::placeholder {
  color: var(--gray-p);
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}
.all-2 .div-block-1414 {
  background-color: var(--blue-primary);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 4px 10px;
  display: flex;
}
.all-2 .text-ch {
  text-decoration: line-through;
}
.all-2 .div-block-1415 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}
.all-2 .text-block-13 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
.all-2 .bank-card-radio {
  border: 2px solid #e7eef9;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  display: flex;
}
.all-2 .radio-btn {
  border-width: 2px;
  border-color: #afbedf;
  width: 20px;
  height: 20px;
}
.all-2 .radio-btn.w--redirected-checked {
  border-width: 6px;
  border-color: #ffb700;
}
.all-2 .radio-button-label {
  display: none;
}
.all-2 .div-block-1416 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}
.all-2 .bank-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.all-2 .mb-16 {
  margin-bottom: 16px;
}
.all-2 .bank-card-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 16px;
  display: grid;
}
.all-2 .div-block-1419 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #ffffff80;
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 20px;
  display: grid;
}
.all-2 .image-21-copy, .all-2 .check {
  padding-right: 8px;
}
.all-2 .div-block-1420 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}
.all-2 .countdown-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 2px solid var(--voilet-secondary);
  border-radius: 10px;
  justify-content: center;
  padding: 2px 10px;
  display: flex;
}
.all-2 .countdown-block.hide, .all-2 .countdown-block.hide-2 {
  display: none;
}
.all-2 .countdown-cell {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-direction: row;
  align-items: flex-end;
  display: flex;
}
.all-2 .countdown-title {
  color: var(--violet-secondary);
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
}
.all-2 .countdown-subtitle {
  color: var(--violet-secondary);
  font-family: Montserrat, sans-serif;
  font-size: 8px;
  font-weight: 600;
  line-height: 18px;
}
.all-2 .div-block-1422 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 2px solid var(--voilet-secondary);
  border-radius: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 20px;
  display: grid;
}
.all-2 .grid-list {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  background-color: #ffffff80;
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.all-2 .div-block-1423 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}
.all-2 .div-block-1424 {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}
.all-2 .prise-t {
  color: var(--text-heading);
}
.all-2 .tab-link-tab-1 {
  border: 2px solid var(--02);
  color: var(--text-heading);
  background-color: #0000;
  border-radius: 10px;
  justify-content: flex-start;
  padding: 12px 16px;
  display: flex;
}
.all-2 .tab-link-tab-1:hover {
  color: var(--text-heading);
}
.all-2 .tab-link-tab-1.w--current {
  border: 2px solid var(--orange-primary);
  color: var(--text-heading);
  background-color: #fcf7e980;
  border-radius: 10px;
  justify-content: flex-start;
  padding: 12px 16px;
  display: flex;
}
.all-2 .tab-link-tab-2 {
  border: 2px solid var(--02);
  background-color: #0000;
  border-radius: 10px;
  justify-content: flex-start;
  padding: 12px 16px;
  display: flex;
}
.all-2 .tab-link-tab-2:hover {
  color: var(--text-heading);
}
.all-2 .tab-link-tab-2.w--current {
  border-color: var(--orange-primary);
  background-color: #fcf7e980;
}
.all-2 .tabs-menu-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  display: grid;
}
.all-2 .radio-button-field-2 {
  border: 2px solid var(--02);
  border-radius: 10px;
  padding: 12px 16px;
}
.all-2 .radio-button {
  margin-left: 0;
}
.all-2 .radio-button.w--redirected-checked {
  border-color: var(--orange-primary);
}
.all-2 .m0rb {
  width: 20px;
}
.all-2 .div-block-1425 {
  border-radius: 20px;
  display: flex;
  overflow: hidden;
}
.all-2 .footer-diet {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-top: 60px;
  padding-bottom: 100px;
  padding-left: 30px;
  padding-right: 30px;
  transition: border-radius .3s cubic-bezier(.55, .055, .675, .19), background-color .3s cubic-bezier(.55, .055, .675, .19);
  display: grid;
}
.all-2 .footer-diet.gray {
  background-color: #f9fafb;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  grid-template-columns: 1fr;
  padding-top: 40px;
}
.all-2 ._2-clm {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.all-2 .tabs-pay {
  margin-bottom: 20px;
}
.all-2 .div-block-187 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.all-2 ._444 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 2px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.all-2 .div-block-186 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #373660;
  background-color: #ffd2d566;
  border: 3px #000;
  border-radius: 20px;
  align-items: flex-start;
  padding: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}
.all-2 .image-97 {
  aspect-ratio: auto;
  object-fit: scale-down;
  flex: 0 auto;
  padding: 20px;
  display: block;
}
.all-2 .tabs-menu-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-bottom: 30px;
  display: grid;
}
.all-2 .style-text {
  font-size: 20px;
  font-weight: 500;
}
.all-2 .tab-style-main {
  color: #00b9d2;
  background-color: #0000;
  border: 2px solid #00b9d2;
  border-radius: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
}
.all-2 .tab-style-main:hover {
  color: #fff;
  background-color: #00b9d2;
}
.all-2 .tab-style-main.w--current {
  color: #fff;
  background-color: #00b9d2;
  border: 3px solid #00b9d2;
  border-radius: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
}
.all-2 .containe-962 {
  background-color: #0000;
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.all-2 .text-block-14 {
  color: #ffb401;
  font-size: 14px;
}
.all-2 .div-block-212 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  display: grid;
}
.all-2 .image-106 {
  max-width: 40%;
  margin: 20px;
}
.all-2 .div-block-188 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  display: flex;
}
.all-2 .heading-44 {
  color: #fff;
}
.all-2 .div-block-213 {
  background-color: #e8edf4;
  height: 3px;
}
.all-2 .div-block-184 {
  border: 3px none var(--blue-secondary);
  background-color: #fff;
  border-radius: 30px;
  padding: 20px;
  box-shadow: 1px 1px 9px -2px #37366033;
}
.all-2 .section-6 {
  background-color: #0000;
  margin-top: 60px;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  transition: border-radius .3s cubic-bezier(.55, .055, .675, .19), background-color .3s cubic-bezier(.55, .055, .675, .19);
  display: block;
  overflow: visible;
}
.all-2 .section-6.logo {
  margin-top: 40px;
}
.all-2 .section-6.nope {
  margin-top: 0;
}
.all-2 .down-div-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: center;
  place-items: center start;
  display: grid;
}
.all-2 .color-name-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}
.all-2 ._46 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
.all-2 ._46.dark {
  color: #373660;
}
.all-2 .text-block-15 {
  text-align: center;
}
.all-2 .div-block-214 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1.5fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  place-items: start;
  display: grid;
}
.all-2 .div-block-214._30 {
  margin-top: 40px;
}
.all-2 .style-logo-wraper {
  background-color: #8686a0;
  border: 2px solid #e8edf4;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  height: 160px;
  padding: 20px;
  display: flex;
}
.all-2 .style-logo-wraper.white {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}
.all-2 .div-block-185 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.all-2 .dwn-img {
  max-width: 32%;
}
.all-2 .text-block-16 {
  color: #8686a0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.all-2 .text-block-5-copy {
  color: #373660;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
}
.all-2 .text-block-5-copy._10 {
  margin-bottom: 10px;
}
.all-2 .text-block-5-copy.mbt {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 24px;
}
.all-2 .tabs-menu-4 {
  border: 2px #000;
  border-bottom-width: 0;
  flex-direction: row;
  justify-content: flex-start;
  margin-top: 20px;
  margin-bottom: 30px;
  display: flex;
}
.all-2 .image-109 {
  margin: 0;
}
.all-2 .tabs {
  padding: 20px;
}
.all-2 .text-block-17 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.all-2 .text-block-17.dark {
  color: #373660;
  font-family: Montserrat, sans-serif;
}
.all-2 .text-name-color {
  color: #ffffff80;
  font-weight: 500;
}
.all-2 .text-name-color.dark {
  color: #37366066;
  font-family: Montserrat, sans-serif;
}
.all-2 .heading-45 {
  color: #fff;
}
.all-2 .div-block-211 {
  margin-top: 10px;
}
.all-2 .div-block-215 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}
.all-2 .div-block-190 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #00b9d2;
  border-radius: 20px;
  padding: 20px;
  display: flex;
}
.all-2 .tabs-2 {
  padding: 20px;
}
.all-2 .tab-style {
  background-color: #0000;
  border: 3px #000;
  border-bottom: 3px solid #e8edf4;
  flex-direction: column;
  flex: 0 auto;
  align-items: stretch;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  display: block;
}
.all-2 .tab-style:hover {
  color: #ffb401;
  border-style: none none solid;
  border-color: #ffb401;
}
.all-2 .tab-style.w--current {
  color: #ffb401;
  background-color: #0000;
  border-style: none none solid;
  border-color: #ffb401;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}
.all-2 .style-color-wraper {
  background-color: #0000;
  border: 2px #e8edf4;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  padding: 20px;
  display: flex;
}
.all-2 .style-color-wraper.violet-bg-light {
  background-color: #f2ebff;
}
.all-2 .style-color-wraper.green-prim {
  background-color: #23d376;
}
.all-2 .style-color-wraper.dark-20 {
  background-color: #b0afbf;
}
.all-2 .style-color-wraper.green-bg-light {
  background-color: #e9faf0;
}
.all-2 .style-color-wraper.blue-light {
  background-color: #cdf9ff;
}
.all-2 .style-color-wraper.blue-primary {
  background-color: #00b9d2;
}
.all-2 .style-color-wraper.dark-10 {
  background-color: #d7d7df;
}
.all-2 .style-color-wraper.violet-sec {
  background-color: #b082fd;
}
.all-2 .style-color-wraper.red-10 {
  background-color: #ffeded;
}
.all-2 .style-color-wraper.blue-secondary {
  background-color: #37e7ff;
}
.all-2 .style-color-wraper.red-20 {
  background-color: #ffd2d5;
}
.all-2 .style-color-wraper.violet-bg {
  background-color: #dfcdfe;
}
.all-2 .style-color-wraper.orange-primary {
  background-color: #ffb401;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  font-family: Montserrat, sans-serif;
}
.all-2 .style-color-wraper.blue-light-bg {
  background-color: #e6f8fc;
}
.all-2 .style-color-wraper.dark-60 {
  background-color: #8686a0;
}
.all-2 .style-color-wraper.orange-light {
  background-color: #fef0cb;
}
.all-2 .style-color-wraper.green-sec {
  background-color: #71e8a9;
}
.all-2 .style-color-wraper.orange-second {
  background-color: #ffd267;
}
.all-2 .style-color-wraper.dark-100 {
  background-color: #373660;
}
.all-2 .style-color-wraper.orange-bg {
  background-color: #fff8e6;
}
.all-2 .style-color-wraper.red-100 {
  background-color: #ff4956;
}
.all-2 .style-color-wraper.red-80 {
  background-color: #ff8d95;
}
.all-2 .style-color-wraper.green-bg {
  background-color: #c6f6dd;
}
.all-2 .style-color-wraper.violet-primary {
  background-color: #8037fc;
}
.all-2 .download-wraper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.all-2 .swn-btn {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #ffb401;
  background-color: #ffecc080;
  border: 0 solid #ffecc0;
  border-radius: 14px;
  flex-flow: row;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 6px 14px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}
.all-2 .swn-btn:hover {
  color: #ffb401;
  background-color: #ffecc0;
}
.all-2 .swn-btn.mbt40 {
  flex-flow: row;
  margin-top: 40px;
  display: flex;
}
.all-2 .text-block-18 {
  color: #373660;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}
.all-2 .image-107 {
  max-width: 80%;
  margin: 20px;
}
.all-2 .text-block-19 {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
}
.all-2 .blue-color {
  background-color: var(--blue-bf-light);
}
.all-2 .div-block-1426 {
  margin-bottom: 100px;
}
.all-2 .div-block-1427 {
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 0;
  display: flex;
}
.all-2 .button {
  color: var(--text-heading);
  background-color: #0000;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}
.all-2 .button:hover {
  color: var(--blue-primary-2);
  background-color: #0000;
}
.all-2 .button.w--current {
  font-size: 16px;
}
.all-2 .section-1201 {
  padding-left: 40px;
  padding-right: 40px;
}
.all-2 .div-block-1428 {
  padding-top: 50px;
}
.all-2 .fdfdf {
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}
.all-2 .image-110 {
  padding-left: 15px;
}
.all-2 .div-block-1429 {
  background-color: var(--violet-bg);
}
.all-2 .background-video {
  display: flex;
  overflow: visible;
}
.all-2 .div-block-1430 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.all-2 .image-111 {
  border-radius: 30px;
}
.all-2 .div-block-1431 {
  background-color: var(--alice-blue);
  border-radius: 30px;
  padding: 30px;
}
.all-2 .text-block-20, .all-2 .text-block-21, .all-2 .text-block-22, .all-2 .text-block-23 {
  text-align: center;
}
.all-2 .app-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #70ddff;
  background-image: linear-gradient(216deg, #70ddff, #fff);
  border-radius: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  padding: 30px;
  display: grid;
}
.all-2 .text-block-24 {
  color: #8686a0;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
}
.all-2 .btn-wrapper-mobile {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}
.all-2 .heading-47 {
  color: #14142d;
}
.all-2 .text-span-199 {
  color: #70ddff;
}
.all-2 .btn-wrapper-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.all-2 .app-number-heading {
  color: #14142d;
  font-size: 44px;
  font-weight: 500;
  line-height: 100%;
}
.all-2 .text-block-25 {
  color: #14142d;
  font-size: 32px;
  font-weight: 600;
  line-height: 106%;
}
.all-2 .text-block-25.text-blue {
  color: #70ddff;
}
.all-2 .mt-10 {
  margin-top: 10px;
}
.all-2 .div-block-176 {
  background-color: #fff;
  border-radius: 30px;
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}
.all-2 .div-block-176.color-blue {
  justify-content: space-around;
  align-items: center;
}
.all-2 .arrow-right {
  width: 30px;
  height: 30px;
  margin: auto;
  display: block;
}
.all-2 .arrow-btn {
  width: 24px;
  height: 24px;
}
.all-2 .mb-40-2 {
  margin-bottom: 40px;
}
.all-2 .grid-number {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.all-2 .arrow-left {
  width: 30px;
  height: 30px;
  margin: auto;
  display: block;
  transform: rotate(0);
}
.all-2 .btn-app-2 {
  color: #14142d;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px 60px;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  display: flex;
  position: sticky;
  inset: auto 0% 0% auto;
}
.all-2 .btn-app-2:hover {
  color: #fff;
  background-color: #8686a0;
}
.all-2 .faq-question-bar-2 {
  color: #191b22;
  border-bottom: 0 solid #0000000a;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
  padding-right: 0;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}
.all-2 .arrow-wrapper-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch flex-start;
  place-items: center stretch;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}
.all-2 .text-block-26 {
  color: #14142d;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
}
.all-2 .code-embed-2:hover {
  color: #fff;
}
.all-2 .code-embed-2:active {
  color: #70ddff;
}
.all-2 .grid-main-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}
.all-2 .heading-49 {
  color: #fff;
}
.all-2 .bold-text-3 {
  color: #373660;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}
.all-2 .grid-shit {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.all-2 .grid-shit.motion-slide-in {
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
}
.all-2 .section-1202 {
  margin-top: 60px;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  transition: border-radius .3s cubic-bezier(.55, .055, .675, .19), background-color .3s cubic-bezier(.55, .055, .675, .19);
  display: block;
  overflow: visible;
}
.all-2 .section-1202.hide {
  display: none;
}
.all-2 .section-1203 {
  background-color: #fff;
  margin-top: 100px;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  transition: border-radius .3s cubic-bezier(.55, .055, .675, .19), background-color .3s cubic-bezier(.55, .055, .675, .19);
  display: block;
  overflow: hidden;
}
.all-2 .section-1203.motion-slide-in {
  background-color: #0000;
  overflow: visible;
}
.all-2 .promocode-3 {
  grid-column-gap: 10px;
  color: #70ddff;
  border: 2px dashed #70ddff;
  border-radius: 10px;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 10px 40px;
  display: flex;
}
.all-2 .promocode-3:hover {
  color: #fff;
  background-color: #70ddff;
}
.all-2 .promocode-3:active {
  background-color: #e2f8ff;
}
.all-2 .card-number-card {
  background-color: #fff;
  border-radius: 30px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}
.all-2 .card-number-card.all-padding-24px {
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}
.all-2 .text-number {
  color: #14142d;
  font-size: 72px;
  font-weight: 600;
  line-height: 120%;
}
.all-2 .grid-shit-inside {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.all-2 .div-block-178 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  padding: 30px;
  display: flex;
}
.all-2 .button-text-20px-copy {
  letter-spacing: .4px;
  flex: 0 auto;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}
.all-2 .gray {
  color: #8686a0;
}
.all-2 .garant-blo {
  background-image: linear-gradient(279deg, #70ddff, #fff);
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding: 20px;
  display: flex;
  position: relative;
  overflow: visible;
}
.all-2 .swiper-button-prev-2 {
  color: #70ddff;
  background-color: #0000;
  border: 3px solid #a9eaff;
  border-radius: 40px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 60px;
  display: flex;
}
.all-2 .swiper-button-prev-2:hover {
  color: #fff;
  background-color: #70ddff;
  border-color: #70ddff;
}
.all-2 .swiper-button-prev-2:active {
  background-color: #a9eaff;
  border-color: #a9eaff;
}
.all-2 .app-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.all-2 .div-block-176-copy {
  background-color: #fff;
  border-radius: 30px;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  padding: 20px;
  display: flex;
}
.all-2 .heading-54 {
  color: #14142d;
}
.all-2 .div-block-172-copy {
  background-color: #fff;
  background-image: url("../images/frame-33554273-1frame-33554273.webp");
  background-position: 0 0;
  background-size: cover;
  border-radius: 30px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 20px;
  display: flex;
  overflow: hidden;
}
.all-2 .heading-48 {
  color: #8686a0;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}
.all-2 .app-number-card-copy {
  background-color: #fff6;
  border-radius: 30px;
  padding: 20px;
}
.all-2 .containe-963 {
  background-color: #0000;
  width: 1280px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  position: relative;
}
.all-2 .promo-code-cms-2 {
  color: #000;
  flex: none;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
}
.all-2 .heading-55 {
  color: #14142d;
}
.all-2 .devide-certical {
  background-color: #e2f8ff;
  border-radius: 2px;
  width: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0;
}
.all-2 .fix-button {
  z-index: 90;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: fixed;
  inset: auto 20px 20px;
}
.all-2 .swiper-button-next-2 {
  color: #70ddff;
  background-color: #0000;
  border: 3px solid #a9eaff;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 60px;
  display: flex;
}
.all-2 .swiper-button-next-2:hover {
  color: #fff;
  background-color: #70ddff;
  border-color: #70ddff;
}
.all-2 .swiper-button-next-2:active {
  color: #fff;
  background-color: #a9eaff;
  border-color: #a9eaff;
}
.all-2 .grid-hero {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.all-2 .promo-wrapper-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}
.all-2 .button-text-20px-3 {
  color: #fff;
  letter-spacing: .4px;
  flex: 0 auto;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}
.all-2 .section-3-garant-2-copy {
  background-color: #0000;
  margin-top: 40px;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  transition: border-radius .3s cubic-bezier(.55, .055, .675, .19), background-color .3s cubic-bezier(.55, .055, .675, .19);
  display: block;
  overflow: visible;
}
.all-2 .heading-51 {
  font-weight: 600;
}
.all-2 .btn-main-24 {
  color: #a9eaff;
  background-color: #70ddff;
  border-radius: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px 60px;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  display: flex;
  position: sticky;
  inset: auto 0% 0% auto;
}
.all-2 .btn-main-24:hover {
  color: #fff;
  background-color: #66d3f5;
}
.all-2 .btn-main-24.sdw {
  box-shadow: 0 0 20px 5px #70ddff66;
}
.all-2 .image-88 {
  display: none;
}
.all-2 .img-seo-wraper {
  background-color: #70ddff;
  border-radius: 30px;
  padding: 30px;
}
.all-2 .div-block-183 {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}
.all-2 .heading-53 {
  color: #14142d;
}
.all-2 .paragraph-12 {
  font-weight: 400;
  line-height: 140%;
}
.all-2 .info-text-card {
  background-color: #fff;
  border-radius: 30px;
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}
.all-2 .info-text-card.all-padding-24px {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}
.all-2 .store-wrapper {
  justify-content: center;
  display: flex;
}
.all-2 .grid-info {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.all-2 .number-text-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}
.all-2 .div-block-172 {
  background-color: #fff;
  border-radius: 30px;
  overflow: hidden;
}
.all-2 .image-78 {
  padding: 0;
  display: block;
}
.all-2 .faq-question-wrap-3 {
  background-color: #fff;
  border-radius: 30px;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 40px;
}
.all-2 .containe-964 {
  background-color: #0000;
  width: 1280px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  position: relative;
}
.all-2 .div-block-179 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}
.all-2 .heading-52 {
  font-weight: 600;
}
.all-2 .image-77 {
  height: 60px;
}
.all-2 .card-heading-wrapper {
  padding: 20px;
}
.all-2 .image-82 {
  position: absolute;
  top: 271.266px;
  left: 900px;
}
.all-2 .image-82.motion-slide-in {
  min-width: 10%;
  top: 28%;
  left: 69%;
}
.all-2 .app-number-card {
  background-color: #fff6;
  border-radius: 30px;
  padding: 20px;
}
.all-2 .page-wrapper {
  background-color: #ebf0f5;
}
.all-2 .nav-bar {
  justify-content: space-between;
  padding: 20px 60px;
  display: flex;
}
.all-2 .main-wrapper {
  max-width: 1280px;
}
.all-2 .section_hero {
  background-color: #cfedf4;
  background-image: linear-gradient(126deg, #00b9d100, #00b9d1);
  border-radius: 30px;
  padding: 0;
}
.all-2 .section_review-app {
  padding: 60px 40px;
}
.all-2 .container {
  overflow: visible;
}
.all-2 .svg {
  justify-content: flex-start;
  align-items: center;
  width: 240px;
  display: flex;
}
.all-2 .hero_text-wrapper {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 60px;
  display: flex;
}
.all-2 .hero_img {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}
.all-2 .div-block-1432 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}
.all-2 .div-block-1433 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 2px solid #23d376;
  border-radius: 30px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding: 6px 10px;
  display: flex;
}
.all-2 .hero_h1 {
  color: var(--text-heading);
  font-size: 48px;
}
.all-2 .review-app_review-card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--white);
  border-radius: 24px;
  flex-flow: column;
  justify-content: space-between;
  padding: 24px;
  display: flex;
  box-shadow: 0 2px 10px #0000000d;
}
.all-2 .review-app_cerd-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}
.all-2 .review-app_star-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 20px;
  display: flex;
}
.all-2 .paragraph-21 {
  text-align: center;
  font-size: 14px;
  line-height: 120%;
}
.all-2 .paragraph-22 {
  text-align: center;
  font-size: 14px;
  line-height: 160%;
}
.all-2 .paragraph-23 {
  color: var(--text-heading);
}
.all-2 .div-block-1434 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.all-2 .batle-card-h5 {
  color: var(--tl-font);
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  line-height: 160%;
}
.all-2 .div-block-1435 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  display: grid;
}
.all-2 .div-block-1436 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}
.all-2 .div-block-1437 {
  background-color: #d3f5e4;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 16px;
  display: flex;
}
.all-2 .div-block-1438 {
  flex-flow: row;
  display: flex;
}
.all-2 .insuranse_text {
  color: var(--tl-font);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 140%;
}
.all-2 .paragraph-24 {
  color: var(--tl-font);
}
.all-2 .section_time {
  padding: 60px 40px;
}
.all-2 .time_card {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-radius: var(--r-24);
  background-color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  padding: 24px;
  display: flex;
  box-shadow: 0 2px 10px #0000000d;
}
.all-2 .time_card-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  display: grid;
}
.all-2 .time_text-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}
.all-2 .h2-tl {
  font-size: 40px;
}
.all-2 .h2-tl.white {
  color: var(--white);
}
.all-2 .tl-text {
  color: var(--tl-font);
}
.all-2 .tl-text.white {
  color: var(--white);
}
.all-2 .insuranse-wrapper {
  background-color: #d3f5e4;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 16px;
  display: flex;
}
.all-2 .section_faq {
  padding: 60px 40px;
}
.all-2 .steps-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.all-2 .text-block-27 {
  color: var(--tl-font);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
}
.all-2 .div-block-1439 {
  background-image: linear-gradient(108deg, #8037fc, #66d6e4);
  border-radius: 20px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 6px 12px;
  display: flex;
}
.all-2 .text-block-28 {
  color: var(--tl-white);
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}
.all-2 .div-block-1440 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}
.all-2 .div-block-1441 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}
.all-2 .section_spec {
  padding: 60px 40px;
}
.all-2 .div-block-1442 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.all-2 .svg-2, .all-2 .svg-3 {
  margin-left: 20px;
}
.all-2 .spec-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.all-2 .spec-card.hide-mobile {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.all-2 .text-block-29 {
  color: #b387fd;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
}
.all-2 .mt-20 {
  margin-top: 20px;
}
.all-2 .text-block-29-copy {
  color: #b387fd;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
}
.all-2 .div-block-1443 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.all-2 .div-block-1444 {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}
.all-2 .section_main-review {
  background-color: #cfedf4;
  background-image: url("../images/bg.png"), linear-gradient(126deg, #00b9d100, #00b9d1);
  background-position: 50%, 0 0;
  background-size: auto, auto;
  border-radius: 30px;
  padding: 40px;
}
.all-2 .time_card-copy {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border-radius: var(--r-24);
  background-color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 24px;
  display: inline-flex;
  box-shadow: 0 2px 10px #0000000d;
}
.all-2 .text-block-30 {
  color: #373660;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 105%;
}
.all-2 .text-block-30.margin-bottom-20 {
  flex: 0 auto;
}
.all-2 .block-numbers-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.all-2 .div-block-1445 {
  position: absolute;
  inset: auto -2% -15% auto;
}
.all-2 .swiper-button-prev-3 {
  background-color: #0000;
  border: 3px solid #f2ebff;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 60px;
  display: flex;
}
.all-2 .swiper-button-prev-3:hover {
  background-color: #f2ebff;
}
.all-2 .swiper-button-prev-3:active {
  background-color: #dfcdfe;
  border-color: #dfcdfe;
}
.all-2 .image-112 {
  margin: auto;
  display: block;
}
.all-2 .div-block-1446 {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}
.all-2 .image-113 {
  padding-right: 8px;
}
.all-2 .swiper-button-next-3 {
  background-color: #0000;
  border: 3px solid #f2ebff;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 60px;
  display: flex;
}
.all-2 .swiper-button-next-3:hover {
  background-color: #f2ebff;
}
.all-2 .swiper-button-next-3:active {
  background-color: #dfcdfe;
  border-color: #dfcdfe;
}
.all-2 .containe-965 {
  background-color: #0000;
  width: 1280px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  position: relative;
}
.all-2 .div-block-1447 {
  color: #f2ebff;
  background-color: #f2ebff;
  border: 3px solid #f2ebff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  padding: 24px;
  display: flex;
  position: relative;
}
.all-2 .warp-headin-icon-copy-3 {
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}
.all-2 .swiper-3 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: static;
  overflow: hidden;
}
.all-2 .swiper-3.hiden-desctop.motion-slide-in {
  display: none;
}
.all-2 .block-tezis-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.all-2 .containe-966 {
  background-color: #0000;
  width: 1280px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  position: relative;
}
.all-2 .text-span-200 {
  color: #b082fd;
}
.all-2 .review-app_review-card-full {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: var(--r-24);
  background-color: var(--white);
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 600px;
  height: 320px;
  padding: 0;
  display: grid;
  box-shadow: 0 2px 10px #0000000d;
}
.all-2 .section_smi {
  padding: 60px 40px;
}
.all-2 .main-tag {
  background-image: linear-gradient(108deg, #8037fc, #66d6e4);
  border-radius: 20px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 6px 12px;
  display: flex;
}
.all-2 .review_card-review {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: var(--r-24);
  background-color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 440px;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 10px #0000000d;
}
.all-2 .image-114 {
  vertical-align: baseline;
}
.all-2 .section_reels {
  padding: 60px 40px;
}
.all-2 .h1-2-colm {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}
.all-2 .div-block-1448 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}
.all-2 .smi-card-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.all-2 .smi-card-wrapper.hide-mobile {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.all-2 .reels_card-wrapper-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.all-2 .reels_card-wrapper-copy.hide-mobile {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.all-2 .reels_card {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-radius: var(--r-24);
  background-color: var(--white);
  background-image: url("../images/reels.png");
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 440px;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 10px #0000000d;
}
.all-2 .div-block-1449 {
  padding: 10px;
}
.all-2 .div-block-1450 {
  background-image: url("../images/17171-1.png");
  background-position: 50%;
  background-size: cover;
  border-radius: 24px;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 20px;
  display: flex;
}
.all-2 .review_name-text {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}
.all-2 .div-block-1451 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
  overflow: hidden;
}
.all-2 .image-115 {
  display: block;
}
.all-2 .reels_card-btn {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-radius: var(--r-24);
  background-color: var(--white);
  flex-flow: column;
  justify-content: space-between;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 10px #0000000d;
}
.all-2 .div-block-1452 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}
.all-2 .text-block-27-copy {
  color: var(--tl-font);
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}
.all-2 .div-block-1453 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}
.all-2 .tl_btn-smm {
  background-color: #5fb4ff;
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  display: flex;
}
.all-2 .tl_btn-smm.vk {
  background-color: #0073d1;
}
.all-2 .text-block-31 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
}
.all-2 .section_review {
  padding: 60px 40px;
}
.all-2 .swiper-4 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: block;
  position: static;
  overflow: hidden;
}
.all-2 .image-116 {
  margin: auto;
  display: block;
}
.all-2 .swiper-button-next-4 {
  background-color: #0000;
  border: 3px solid #f2ebff;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 60px;
  display: flex;
}
.all-2 .swiper-button-next-4:hover {
  background-color: #f2ebff;
}
.all-2 .swiper-button-next-4:active {
  background-color: #dfcdfe;
  border-color: #dfcdfe;
}
.all-2 .containe-967 {
  background-color: #0000;
  width: 1280px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  position: relative;
}
.all-2 .div-block-1454 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #fff8e6;
  border-radius: 20px;
  padding: 10px;
  display: flex;
}
.all-2 .div-block-1455 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.all-2 .smi_card {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-radius: var(--r-24);
  background-color: var(--white);
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 10px #0000000d;
}
.all-2 .section_batle-card {
  padding: 60px 40px;
}
.all-2 .batle-card_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.all-2 .batle-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-radius: var(--r-24);
  background-color: var(--white);
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 10px #0000000d;
}
.all-2 .div-block-1456 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.all-2 .div-block-1457 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #e9fbf1;
  border-radius: 24px;
  flex-flow: column;
  padding: 14px;
  display: flex;
}
.all-2 .div-block-1457.red {
  background-color: #ffedeb;
}
.all-2 .div-block-1458 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}
.all-2 .batle-card-price {
  color: var(--tl-font);
  text-align: left;
  flex: none;
  font-size: 22px;
  font-weight: 600;
  line-height: 160%;
}
.all-2 .devide {
  background-color: #23d376;
  height: 2px;
}
.all-2 .devide.red {
  background-color: #ff4d3b;
}
.all-2 .tag-main {
  border-radius: var(--r-24);
  color: #f6f1ff;
  background-color: #b387fd;
  padding: 8px 16px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.all-2 .tag-second {
  border-radius: var(--r-24);
  color: #b387fd;
  background-color: #f6f1ff;
  padding: 8px 16px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.all-2 .div-block-1459 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}
.all-2 .div-block-1460 {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 16px;
  display: flex;
}
.all-2 .div-block-1461 {
  justify-content: center;
  align-items: center;
  display: flex;
}
.all-2 .tl-text-review {
  color: var(--tl-font);
}
.all-2 .div-block-1462, .all-2 .list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}
.all-2 .tl-batle-card {
  color: var(--tl-font);
  font-size: 16px;
}
.all-2 .faq-question-bar-3 {
  color: #191b22;
  border-bottom: 0 solid #0000000a;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}
.all-2 .bold-text-4 {
  color: #373660;
  font-size: 24px;
}
.all-2 .div-block-1463 {
  background-color: #f2ebff;
  height: 3px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.all-2 .div-block-1464 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.all-2 .price-cont-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 2px #f2f7fd;
  border-radius: 24px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  margin: 0;
  padding: 24px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #121a4814;
}
.all-2 .colon-wrap {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 5px;
  height: 24px;
  display: flex;
}
.all-2 .div-block-277 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.all-2 .btn-prise-store-5 {
  background-color: #ffb401;
  border-radius: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px 44px;
  text-decoration: none;
  display: flex;
  position: sticky;
  inset: auto 0% 0% auto;
}
.all-2 .btn-prise-store-5:hover {
  background-color: #ffc83d;
}
.all-2 .button-text-20px-16 {
  color: #fff;
  flex: 0 auto;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}
.all-2 .div-block-290 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}
.all-2 .flex-price-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-bottom: 32px;
  display: flex;
}
.all-2 .recommended {
  color: #fff;
  text-align: left;
  letter-spacing: .5px;
  background-image: linear-gradient(273deg, #ff00c7, #ffb401 0%, #ff4956);
  border-radius: 0 16px 0 0;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 16px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 600;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}
.all-2 .div-block-292 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}
.all-2 .div-block-281 {
  background-color: #ecfeee;
  border-radius: 16px;
  padding: 20px;
}
.all-2 .tag-sale {
  color: var(--white);
  background-color: #d7d7df;
  border-radius: 20px;
  margin-bottom: 0;
  padding: 0 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  display: flex;
  position: static;
  inset: auto 1% 5% auto;
}
.all-2 .tag-sale.hide {
  display: none;
}
.all-2 .tag-sale.active {
  color: var(--white);
  background-color: #d7d7df;
}
.all-2 .price-box-tall {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  -webkit-text-stroke-color: #e7eef9;
  background-color: #fff;
  border: 2px solid #e7eef9;
  border-radius: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 1em;
  transition: border-color .2s;
  display: grid;
  overflow: hidden;
}
.all-2 .price-box-tall:hover {
  border-color: #afbedf;
}
.all-2 .price-box-tall.w--current {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  background-color: #fff;
  border-width: 2px;
  border-color: #8037fc;
  border-radius: 16px;
  flex-flow: row;
  grid-template-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  padding-top: 1em;
  padding-bottom: 1em;
  overflow: hidden;
  box-shadow: 0 0 10px #b082fd66;
}
.all-2 .price-name-copy {
  color: #272728;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  display: flex;
}
.all-2 .price-name-copy.gray {
  color: #7a7a7f;
  font-size: 16px;
  font-weight: 500;
}
.all-2 .tabs-3 {
  flex-flow: column;
  display: flex;
}
.all-2 .btn-prise-02-2 {
  background-color: #ffb401;
  border-radius: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px 44px;
  text-decoration: none;
  display: flex;
  position: sticky;
  inset: auto 0% 0% auto;
}
.all-2 .btn-prise-02-2:hover {
  background-color: #ffc83d;
}
.all-2 .prisr {
  color: #121a48;
  text-align: center;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}
.all-2 .dot {
  background-color: #000;
  border-radius: 10px;
  width: 5px;
  height: 5px;
}
.all-2 .mb-32 {
  margin-bottom: 32px;
}
.all-2 .mb-15 {
  margin-bottom: 15px;
}
.all-2 .btn-prise-qr-6 {
  background-color: #ffb401;
  border-radius: 12px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px 60px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  display: flex;
  position: sticky;
  inset: auto 0% 0% auto;
}
.all-2 .btn-prise-qr-6:hover {
  background-color: #ffc83d;
}
.all-2 .price-box-tall-3 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  -webkit-text-stroke-color: #e7eef9;
  background-color: #fff;
  border: 2px solid #e7eef9;
  border-radius: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 1em;
  transition: border-color .2s;
  display: grid;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}
.all-2 .price-box-tall-3:hover {
  border-color: #afbedf;
}
.all-2 .price-box-tall-3.w--current {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  background-color: #fff;
  border-width: 2px;
  border-color: #8037fc;
  border-radius: 16px;
  flex-flow: row;
  grid-template-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  padding-top: 1em;
  padding-bottom: 1em;
  overflow: hidden;
  box-shadow: 0 0 10px #b387fd66;
}
.all-2 .div-block-293 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}
.all-2 .price-table {
  margin-top: 0;
}
.all-2 .time-wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border: 2px solid #23d376;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px;
  display: flex;
}
.all-2 .promo-text-2 {
  color: #121a48;
}
.all-2 .button-text-20px-17 {
  color: #fff;
  flex: 0 auto;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}
.all-2 .recommended-copy-copy {
  color: #fff;
  text-align: left;
  letter-spacing: .5px;
  background-color: #dfcdfe;
  background-image: linear-gradient(273deg, #dfcdfe, #b082fd 100%, #b082fd);
  border-radius: 0 16px 0 0;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 16px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 600;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}
.all-2 .h3-web {
  color: #121a48;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
}
.all-2 .time {
  color: #000;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  font-weight: 600;
  display: flex;
}
.all-2 .h2-web {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  display: block;
}
.all-2 .timer-font {
  font-family: Montserrat, sans-serif;
  font-size: 32px;
}
.all-2 .garant-7 {
  background-color: #ecfeee;
  border-radius: 20px;
  margin-top: 20px;
  padding: 20px;
  position: relative;
  overflow: visible;
}
.all-2 .info-text-2 {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  display: flex;
}
.all-2 .div-block-291 {
  background-color: #ecfeee;
  border-left: 4px solid #23d376;
  border-radius: 6px;
  padding: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}
.all-2 .icon {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-left: 20px;
  display: flex;
}
.all-2 .icon.check {
  color: #23d376;
  -webkit-text-stroke-color: #23d376;
}
.all-2 .prisr--copy {
  color: #121a48;
  text-align: center;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
  text-decoration: line-through;
}
.all-2 .coupon-wrap-2 {
  color: #121a48;
  letter-spacing: 1px;
  cursor: pointer;
  background-color: #fff;
  border: 2px dashed #23d376;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 700;
  display: flex;
}
.all-2 .code-embed {
  width: 24px;
  height: 24px;
}
.all-2 .div-block-1465 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}
.all-2 .div-block-1466 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}
.all-2 .div-block-1467 {
  justify-content: center;
  align-items: center;
  display: flex;
}
.all-2 .price-box-tall-1 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  -webkit-text-stroke-color: #e7eef9;
  background-color: #fff;
  border: 2px solid #e7eef9;
  border-radius: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 1em;
  transition: border-color .2s;
  display: grid;
  overflow: hidden;
}
.all-2 .price-box-tall-1:hover {
  border-color: #afbedf;
}
.all-2 .price-box-tall-1.w--current {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  background-color: #fff;
  border-width: 2px;
  border-color: #8037fc;
  border-radius: 16px;
  flex-flow: row;
  grid-template-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  padding-top: 1em;
  padding-bottom: 1em;
  overflow: hidden;
  box-shadow: 0 0 10px #b387fd66;
}
.all-2 .button-text-20px-8 {
  color: #fff;
  flex: 0 auto;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}
.all-2 .button-text-20px-8-copy {
  color: #ffb401;
  flex: 0 auto;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}
.all-2 .btn-main-b2b {
  background-color: #ffb401;
  border: 3px solid #ffb401;
  border-radius: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  font-family: Montserrat, sans-serif;
  display: flex;
  position: sticky;
  inset: auto 0% 0% auto;
}
.all-2 .btn-main-b2b:hover {
  background-color: #ffc83d;
}
.all-2 .btn-second-b2b {
  border: 3px solid #ffb401;
  border-radius: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  font-family: Montserrat, sans-serif;
  display: flex;
  position: sticky;
  inset: auto 0% 0% auto;
}
.all-2 .btn-second-b2b:hover {
  background-color: #ffc83d;
}
.all-2 .mb-15-2 {
  margin-bottom: 15px;
}
.all-2 .card-grid-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: stretch;
}
.all-2 .h2-b2b {
  display: flex;
}
.all-2 .google-play-icon-2 {
  color: #ffecc0;
  width: 24px;
  height: 24px;
  margin-left: 10px;
  margin-right: 0;
}
.all-2 .google-play-icon-2.orange {
  color: #ffb401;
}
.all-2 .text-card-wrapper {
  padding: 24px;
}
.all-2 .containe-968 {
  background-color: #0000;
  width: 1280px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  position: relative;
}
.all-2 ._01-card-wrapper {
  background-color: var(--white);
  border-radius: 32px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  display: flex;
}
.all-2 ._01-card-wrapper.violet {
  background-color: #e6d7fe;
}
.all-2 .card-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  margin-bottom: 20px;
}
.all-2 .b2b-wrapper-btn {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}
.all-2 .h3-b2b {
  color: #373660;
  font-size: 30px;
}
.all-2 ._02-card-wrapper {
  background-color: #ccf1f7;
  border-radius: 32px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  display: flex;
}
.all-2 ._02-card-wrapper.green {
  background-color: #d3f5e4;
  padding: 0;
}
.all-2 ._02-card-wrapper.red {
  background-color: #ffdbdd;
  padding: 0;
}
.all-2 ._02-card-wrapper.orange {
  background-color: #fef0cb;
  padding: 0;
}
.all-2 .mb-40-3 {
  margin-bottom: 40px;
}
.all-2 .div-block-253 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.all-2 .card-wrapper {
  background-color: var(--white);
  border-radius: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  display: flex;
}
.all-2 .card-wrapper.violet {
  background-color: #e6d7fe;
}
.all-2 .section_bento {
  padding: 60px 40px;
}
.all-2 .section_price {
  padding: 60px 100px;
}
.all-2 .section_doc {
  background-color: #cfedf4;
  background-image: url("../images/bg.png"), linear-gradient(126deg, #00b9d100, #00b9d1);
  background-position: 50%, 0 0;
  background-size: auto, auto;
  border-radius: 30px;
  padding: 40px;
}
.all-2 .div-block-1443-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.all-2 .time_card-copy-copy {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border-radius: var(--r-24);
  background-color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 24px;
  display: inline-flex;
  box-shadow: 0 2px 10px #0000000d;
}
.all-2 .div-block-1468 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.all-2 .review-app_review-card-full-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: var(--r-24);
  background-color: var(--white);
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 600px;
  height: 320px;
  padding: 0;
  display: grid;
  box-shadow: 0 2px 10px #0000000d;
}
.all-2 .text-block-32 {
  color: var(--tl-font);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
}
.all-2 .hero-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.all-2 .number-text {
  color: var(--tl-font);
  font-size: 36px;
  font-weight: 600;
}
.all-2 .number-card {
  background-color: var(--white);
  border-radius: 24px;
  padding: 12px;
}
.all-2 .paragraph-25 {
  font-size: 14px;
  line-height: 120%;
}
.all-2 .div-block-1470 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}
.all-2 .section_docs {
  padding: 60px 40px;
}
.all-2 .card-docs {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: var(--r-24);
  background-color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 440px;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 10px #0000000d;
}
.all-2 .div-block-1471 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  min-width: 120px;
  display: flex;
}
.all-2 .docs-list_wrapper {
  background-color: var(--white);
  border-radius: 20px;
  padding: 20px;
}
.all-2 .doc-name {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}
.all-2 .doc-name.dark {
  color: var(--tl-font);
  flex: none;
}
.all-2 .list-2 {
  margin-bottom: 0;
  padding-left: 20px;
}
.all-2 .h3-tl {
  font-size: 32px;
}
.all-2 .card-docs-lead {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: var(--r-24);
  background-color: var(--white);
  background-image: linear-gradient(102deg, #8037fc, #66d6e4);
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 440px;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 10px #0000000d;
}
.all-2 .div-block-1473 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.all-2 .name-spec-doc {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}
.all-2 .name-spec-doc.dark {
  color: var(--tl-font);
}
.all-2 .div-block-1474 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}
.all-2 .rich-text-block {
  color: var(--tl-font);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}
.all-2 .card-docs-spec {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: var(--r-24);
  background-color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 440px;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 10px #0000000d;
}
.all-2 .name-doc-spec {
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
}
.all-2 .div-block-1475 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}
.all-2 .div-block-1476 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}
.all-2 .smi-card-wrapper-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.all-2 .smi-card-wrapper-copy.hide-mobile {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.all-2 .section_spec_all {
  padding: 60px 40px;
}
.all-2 .text-review {
  color: #7a7a7f;
  font-size: 14px;
}
.all-2 .text-review._0 {
  color: #272728;
  text-align: center;
  font-size: 14px;
}
.all-2 .swiper-wrapper-3 {
  flex-flow: row;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  display: flex;
  position: static;
  overflow: visible;
}
.all-2 .swiper-slide-3 {
  flex-direction: row;
  flex: none;
  justify-content: space-between;
  width: 33.3333%;
  display: flex;
  overflow: visible;
}
.all-2 .warp-headin-icon-copy-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}
.all-2 .swiper-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  position: static;
  overflow: hidden;
}
.all-2 .swiper-5.motion-slide-in {
  flex-direction: column;
  display: block;
}
.all-2 .swiper-5.motion-slide-in.swiper-m {
  margin-bottom: 0;
  padding: 20px;
}
.all-2 .pricewall-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-radius: var(--r-24);
  background-color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  padding: 24px;
  display: flex;
  box-shadow: 0 2px 10px #0000000d;
}
.all-2 .timer-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff3;
  border-radius: 0;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 14px;
  font-family: Montserrat, sans-serif;
  display: flex;
}
.all-2 .timer-2.grd-copy {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: linear-gradient(258deg, #eba50f, #fb574d 64%, #fb574d);
  padding: 8px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}
.all-2 .p1-web {
  color: #fff;
  text-align: left;
  -webkit-text-stroke-color: white;
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 145%;
}
.all-2 .p1-web.hide-fix-btn.dark {
  color: #121a48;
  margin-bottom: 0;
}
.all-2 .p1-web.hide-fix-btn.dark.bloc-text-2colmn {
  color: #121a48;
  font-size: 14px;
  font-weight: 600;
}
.all-2 .mb-32-2 {
  margin-bottom: 32px;
}
.all-2 .margin-btm-16px-3 {
  margin-bottom: 16px;
}
.all-2 .swiper-button-next-5 {
  background-color: #0000;
  border: 3px solid #f2ebff;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 60px;
  display: flex;
}
.all-2 .swiper-button-next-5:hover {
  background-color: #f2ebff;
}
.all-2 .swiper-button-next-5:active {
  background-color: #dfcdfe;
  border-color: #dfcdfe;
}
.all-2 .h3-web-2 {
  color: #121a48;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 125%;
}
.all-2 .medium-text {
  color: #121a48;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 120%;
}
.all-2 .swiper-6 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  position: static;
  overflow: hidden;
}
.all-2 .swiper-pagination-m {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}
.all-2 .list-wrapper-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}
.all-2 .containe-969 {
  background-color: #0000;
  width: 1280px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  position: relative;
}
.all-2 .img-arroe-l {
  margin: auto;
  display: block;
}
.all-2 .section-1204 {
  background-color: #fff;
  margin-top: 60px;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  transition: border-radius .3s cubic-bezier(.55, .055, .675, .19), background-color .3s cubic-bezier(.55, .055, .675, .19);
  display: block;
  overflow: hidden;
}
.all-2 .tag-txt {
  color: #121a48;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}
.all-2 .image-134 {
  display: none;
}
.all-2 .tag {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: #f4f5f6;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  padding: 4px 8px 4px 5px;
  display: flex;
}
.all-2 .grid-22 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: flex-start start;
  display: flex;
}
.all-2 .footer-link-3 {
  color: #8686a0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}
.all-2 .footer-link-3:hover {
  color: #8037fc;
}
.all-2 .arrow-wrapper-2-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch flex-end;
  place-items: center stretch;
  width: auto;
  margin-top: 0;
  margin-bottom: 20px;
  display: none;
}
.all-2 .containe-970 {
  background-color: #0000;
  width: 1280px;
  max-width: 100%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  position: relative;
}
.all-2 .submit-button-3 {
  display: none;
}
.all-2 .card-instr {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 2px solid #fff1f1;
  border-radius: 16px;
  flex-flow: column;
  padding: 16px;
  display: flex;
}
.all-2 .card-instr.orange {
  border-color: #fff6d8;
}
.all-2 .card-instr.green {
  border-color: #e8f5e9;
}
.all-2 .card-instr.perple {
  border-color: #f2ebff;
}
.all-2 .card-instr.blue {
  border-color: #edf2fb;
}
.all-2 .div-block-269 {
  display: flex;
}
.all-2 .form-block-2 {
  margin-bottom: 0;
}
.all-2 .text-card-wrapper-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}
.all-2 .f-t {
  font-size: 16px;
}
.all-2 .div-block-259 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  display: flex;
}
.all-2 .icon-tag {
  width: 40px;
  height: 40px;
}
.all-2 .h2-web-2 {
  color: #121a48;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 120%;
}
.all-2 .btn-web {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}
.all-2 .btn-web._2 {
  margin-bottom: 0;
}
.all-2 .timer-wrapper {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  display: flex;
}
.all-2 .div-block-1477 {
  border-left: 2px solid #fff;
  height: 18px;
  padding-left: 4px;
  padding-right: 0;
}
.all-2 .div-block-258 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}
.all-2 .swiper-wrapper-4 {
  flex-flow: row;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  display: flex;
  position: static;
  overflow: visible;
}
.all-2 .mt-30 {
  margin-top: 40px;
}
.all-2 .bubble-wrapper {
  background-color: #f8f5ff;
  border-radius: 24px 4px 24px 24px;
  justify-content: center;
  align-items: center;
  width: 1280px;
  padding: 24px;
  font-family: Montserrat, sans-serif;
  display: flex;
}
.all-2 .bubble-wrapper.gradient {
  background-image: linear-gradient(292deg, #d69dd699 15%, #9eddff99 77%);
  width: auto;
  margin: 20px;
}
.all-2 .img-arroe-r {
  margin: auto;
  display: block;
}
.all-2 .swiper-slide-4 {
  flex-direction: row;
  flex: none;
  justify-content: space-between;
  width: 33%;
  display: flex;
}
.all-2 .sec-web {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: #fff;
  flex-flow: column;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 0 60px;
  transition: border-radius .3s cubic-bezier(.55, .055, .675, .19), background-color .3s cubic-bezier(.55, .055, .675, .19);
  display: flex;
  overflow: visible;
}
.all-2 .promo {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #f9ecfc;
  border: 2px solid #f2f7fd;
  border-radius: 24px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 1280px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: grid;
  position: relative;
}
.all-2 .promo.grd {
  background-image: radial-gradient(circle at 100% 0, #d787ebcc, #d787eb00 50%), radial-gradient(circle closest-corner at 65% 100%, #ffb70099, #ffb70000 97%);
  padding-left: 40px;
  padding-right: 40px;
}
.all-2 .time-text {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 120%;
  display: flex;
}
.all-2 .web_btn-text {
  color: #fff;
  border: 1px #000;
  flex: 0 auto;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}
.all-2 .main-card {
  border-radius: 24px;
  padding: 20px;
}
.all-2 .main-card.grad-purple {
  background-image: radial-gradient(circle at 100% 0, #d787eb99, #d787eb00 50%);
  flex-flow: column;
  justify-content: flex-start;
  display: flex;
}
.all-2 .main-card.grad-grin {
  background-color: #e8f5e9;
  background-image: radial-gradient(circle at 100% 100%, #81d37f99, #81d37f00 50%);
}
.all-2 .main-card.grad-orange {
  background-color: #fff6d8;
  background-image: radial-gradient(circle at 100% 0, #ffc63699, #d787eb00 50%);
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}
.all-2 .main-card.grad-red {
  background-color: #fff1f1;
  background-image: radial-gradient(circle at 100% 0, #f779, #d787eb00 50%);
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}
.all-2 .card-446 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.all-2 .image-135 {
  max-width: 90%;
}
.all-2 .heading-82 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
}
.all-2 .grid-23 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.all-2 .h4-web {
  color: #121a48;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.all-2 .div-block-267 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}
.all-2 .social-icon-4 {
  border: 2px solid #e8edf4;
  border-radius: 100px;
  padding: 8px;
}
.all-2 .social-icon-4:hover {
  background-color: #b082fd;
  border-color: #b082fd;
}
.all-2 .list-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.all-2 .div-block-1478 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.all-2 .logo-wrapper-web {
  border-radius: 40px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: 0;
  display: flex;
}
.all-2 .p2-web {
  font-size: 16px;
}
.all-2 .hero_web {
  margin-top: 0;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  transition: border-radius .3s cubic-bezier(.55, .055, .675, .19), background-color .3s cubic-bezier(.55, .055, .675, .19);
  display: block;
  overflow: visible;
}
.all-2 .mb-20-2 {
  margin-bottom: 20px;
}
.all-2 .gero-bg-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-image: url("../images/bg-1.png");
  background-position: 50%;
  background-size: auto;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 1280px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 28px 0 0;
  display: grid;
  position: relative;
  overflow: hidden;
}
.all-2 .lottie-animation {
  width: 32px;
  height: 32px;
}
.all-2 .form-btn {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #8037fc;
  border-radius: 12px;
  flex-flow: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 14px 44px;
  text-decoration: none;
  display: flex;
  position: sticky;
  inset: auto 0% 0% auto;
}
.all-2 .form-btn:hover {
  background-color: #a673fd;
}
.all-2 .div-block-256 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.all-2 .div-block-1479 {
  background-color: #e8edf4;
  height: 2px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.all-2 .input {
  border-radius: 12px;
  margin-bottom: 0;
  padding: 24px 14px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}
.all-2 .timer-number {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
.all-2 .h1-web {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  text-align: left;
  -webkit-text-stroke-color: white;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  line-height: 125%;
  display: block;
}
.all-2 .h1-web.dark {
  color: #121a48;
  margin-bottom: 0;
}
.all-2 .success-message-3 {
  background-color: #e8f5e9;
  border-radius: 20px;
}
.all-2 .tag-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  display: flex;
}
.all-2 .btn-web-02 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #8037fc;
  border-radius: 12px;
  flex-flow: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 14px 44px;
  text-decoration: none;
  display: flex;
  position: sticky;
  inset: auto 0% 0% auto;
}
.all-2 .btn-web-02:hover {
  background-color: #a673fd;
}
.all-2 .btn-web-02.w--current {
  padding-left: 60px;
  padding-right: 60px;
}
.all-2 .btn-web-02.w--current:hover {
  background-color: #9355fc;
}
.all-2 .div-block-264 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.all-2 .div-block-252 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff6;
  border-radius: 16px;
  flex-flow: column;
  margin-bottom: 0;
  padding: 14px;
  display: flex;
}
.all-2 .web-h1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 60px;
  display: block;
}
.all-2 .web-h1.grd {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  padding-left: 40px;
  display: flex;
}
.all-2 .form {
  flex-flow: column;
  display: flex;
}
.all-2 ._2-clm-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.all-2 .text-block-33 {
  color: #121a48;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}
@media screen and (min-width: 1280px) {
.all-2 .containe {
    background-color: #0000;
  }
.all-2 .header {
    padding-bottom: 0;
  }
.all-2 .swiper-slide.all-padding-24px.border-light-2px {
    display: flex;
  }
.all-2 .h1-text.light-text {
    margin-bottom: 40px;
  }
.all-2 .text-block-header--sl {
    justify-content: space-between;
  }
.all-2 .card-review {
    justify-content: space-between;
    display: flex;
  }
.all-2 .tags-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    place-content: end space-between;
  }
.all-2 .name-review {
    text-align: left;
  }
.all-2 .div-block-82 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    display: flex;
  }
.all-2 .data-review {
    text-align: left;
  }
.all-2 .qr-code-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-around;
  }
.all-2 .div-block-96 {
    margin-left: 0;
    padding: 20px;
  }
.all-2 .lottie-animation-9 {
    max-width: none;
  }
.all-2 .h1-text-copy.light-text, .all-2 .h1-text-2.light-text {
    margin-bottom: 40px;
  }
.all-2 .text-block-header--sl-2 {
    justify-content: space-between;
  }
.all-2 .faq-question-wrap-2 {
    border: 2px solid #f2ebff;
  }
.all-2 .name-review-2 {
    text-align: left;
  }
.all-2 .card-review-2 {
    justify-content: space-between;
    display: flex;
  }
.all-2 .name-review-copy-copy, .all-2 .name-review-copy, .all-2 .data-review-2 {
    text-align: left;
  }
.all-2 .containe-2, .all-2 .containe-960, .all-2 .containe-960-copy, .all-2 .containe-960-garant, .all-2 .containe-navig-spec {
    background-color: #0000;
  }
.all-2 .arrow-2 {
    bottom: -19%;
  }
.all-2 .h1-text-copy.light-text {
    margin-bottom: 40px;
  }
.all-2 .qr-code-img-wrapper {
    max-width: none;
  }
.all-2 .containe-over, .all-2 .containe-copy {
    background-color: #0000;
  }
.all-2 .div-block-129 {
    background-color: var(--violet-bg);
    border-radius: 30px;
    align-items: end;
  }
.all-2 .bold-text-2 {
    font-size: 14px;
  }
.all-2 .diet-text-star, .all-2 .diet-text-review {
    text-align: left;
  }
.all-2 .card-review-2-copy, .all-2 .diet-card-review {
    justify-content: space-between;
    display: flex;
  }
.all-2 .containe-961, .all-2 .containe-962 {
    background-color: #0000;
  }
.all-2 .btn-wrapper-mobile {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: block;
  }
.all-2 .btn-wrapper-2 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
.all-2 .app-number-heading {
    margin-bottom: 8px;
  }
.all-2 .text-block-25 {
    font-size: 32px;
  }
.all-2 .div-block-176.all-padding-24px {
    justify-content: space-between;
    align-items: flex-start;
  }
.all-2 .image-83 {
    padding: 20px;
  }
.all-2 .arrow-wrapper-2 {
    justify-content: flex-start;
    align-items: center;
  }
.all-2 .card-number-card.all-padding-24px {
    flex-flow: column;
    justify-content: space-between;
    display: flex;
  }
.all-2 .swiper-button-prev-2 {
    border-color: #70ddff;
  }
.all-2 .swiper-button-prev-2:hover {
    background-color: #70ddff;
  }
.all-2 .div-block-172-copy {
    background-image: url("../images/frame-33554273-1frame-33554273.webp");
    background-position: 50%;
    background-size: cover;
    justify-content: flex-end;
    align-items: flex-end;
    display: flex;
    position: relative;
    overflow: visible;
  }
.all-2 .containe-963 {
    background-color: #0000;
  }
.all-2 .swiper-button-next-2 {
    border-color: #70ddff;
  }
.all-2 .swiper-button-next-2:hover {
    background-color: #70ddff;
  }
.all-2 .paragraph-12 {
    color: #8686a0;
    justify-content: flex-end;
    align-items: flex-end;
    font-size: 14px;
    line-height: 160%;
    display: flex;
  }
.all-2 .info-text-card.all-padding-24px {
    flex-flow: column;
    justify-content: space-between;
    display: flex;
  }
.all-2 .div-block-172 {
    background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
    background-position: 0 0;
    background-size: auto;
    position: relative;
    overflow: visible;
  }
.all-2 .div-block-172.all-padding-30px {
    background-image: none;
  }
.all-2 .containe-964 {
    background-color: #0000;
  }
.all-2 .div-block-179 {
    align-items: start;
    position: relative;
  }
.all-2 .heading-52 {
    margin-top: 0;
    margin-bottom: 0;
  }
.all-2 .image-82 {
    position: absolute;
    inset: 252px -19% auto 290px;
  }
.all-2 .containe-965, .all-2 .containe-966, .all-2 .containe-967 {
    background-color: #0000;
  }
.all-2 .flex-price-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }
.all-2 .price-box-tall {
    grid-auto-columns: 1fr;
  }
.all-2 .price-box-tall.w--current {
    flex-flow: column-reverse wrap-reverse;
    grid-auto-columns: 1fr;
  }
.all-2 .price-box-tall-3 {
    grid-auto-columns: 1fr;
  }
.all-2 .price-box-tall-3.w--current {
    flex-flow: column-reverse wrap-reverse;
    grid-auto-columns: 1fr;
  }
.all-2 .price-box-tall-1 {
    grid-auto-columns: 1fr;
  }
.all-2 .price-box-tall-1.w--current {
    flex-flow: column-reverse wrap-reverse;
    grid-auto-columns: 1fr;
  }
.all-2 .div-block-1473 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
.all-2 .swiper-5.motion-slide-in.swiper-m {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    overflow: hidden;
  }
.all-2 .containe-970 {
    background-color: #0000;
  }
}
@media screen and (min-width: 1440px) {
.all-2 .block-bonus-copy.motion-slide-in {
    grid-template-columns: 2fr 1fr 1fr;
  }
.all-2 .swiper-slide.all-padding-24px.border-light-2px {
    width: 25%;
  }
.all-2 .text-block-header--sl {
    justify-content: space-between;
  }
.all-2 .text-block-header--sl.motion-slide-in {
    justify-content: space-around;
  }
.all-2 .qr-code-wrapper.hide-mobile {
    flex-direction: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: stretch;
    padding-right: 0;
  }
.all-2 .div-block-96 {
    margin-left: 0;
    padding: 20px;
  }
.all-2 .text-block-header--sl-2 {
    justify-content: space-between;
  }
.all-2 .arrow-2 {
    bottom: -27%;
  }
.all-2 .qr-code-img-wrapper {
    flex: 1;
    display: block;
  }
.all-2 .div-block-129 {
    background-color: var(--violet-bg);
    border-radius: 30px;
    align-items: end;
  }
.all-2 .div-block-130 {
    padding: 59px;
  }
.all-2 .bank-card-radio {
    justify-content: space-between;
  }
.all-2 .radio-btn {
    height: 20px;
  }
.all-2 .div-block-1416 {
    align-items: center;
    display: flex;
  }
.all-2 .radio-button-field {
    padding-left: 0;
  }
.all-2 .tab-link-tab-1 {
    border: 2px solid var(--02);
    background-color: #0000;
    border-radius: 10px;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    display: flex;
  }
.all-2 .tab-link-tab-1.w--current {
    border-width: 2px;
    border-color: var(--orange-primary);
    background-color: var(--orange-light-bg);
    align-items: center;
  }
.all-2 .tab-link-tab-2 {
    border: 2px solid var(--02);
    background-color: #0000;
  }
.all-2 .tab-link-tab-2.w--current {
    border-color: var(--blue-primary);
    background-color: var(--orange-light-bg);
  }
.all-2 .tabs-menu-2 {
    grid-template-rows: auto;
  }
.all-2 .radio-button-field-2 {
    position: relative;
  }
.all-2 .radio-button {
    border-radius: 0%;
    width: 100%;
    height: 100%;
    margin-top: 0;
    position: absolute;
    inset: 0%;
  }
.all-2 .m0rb {
    border: 2px solid var(--gray-p);
    border-radius: 100%;
    height: 20px;
  }
.all-2 .page-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
.all-2 .nav-bar {
    justify-content: space-between;
  }
.all-2 .review_name-text {
    font-size: 16px;
    line-height: 140%;
  }
.all-2 .btn-prise-store-5 {
    border-radius: 12px;
  }
.all-2 .tag-sale {
    color: var(--white);
  }
.all-2 .price-name-copy {
    color: #272728;
  }
.all-2 .btn-prise-02-2 {
    border-radius: 12px;
  }
.all-2 .card-docs {
    background-image: linear-gradient(99deg, #8037fc, #66d6e4);
    padding: 14px;
  }
.all-2 .div-block-1471 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    min-height: 120px;
    padding: 4px;
    display: flex;
  }
.all-2 .docs-list_wrapper {
    background-color: var(--white);
    border-radius: 24px;
    padding: 24px;
  }
.all-2 .doc-name {
    font-size: 22px;
    line-height: 130%;
  }
.all-2 .doc-name.dark {
    font-size: 16px;
  }
.all-2 .list-2 {
    color: var(--text-heading);
    margin-bottom: 0;
    padding-left: 20px;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    line-height: 160%;
  }
.all-2 .h3-tl {
    font-size: 30px;
  }
.all-2 .card-docs-lead {
    padding: 14px;
  }
.all-2 .div-block-1472 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }
.all-2 .name-spec-doc {
    font-size: 16px;
    line-height: 140%;
  }
.all-2 .card-docs-spec {
    padding: 14px;
  }
.all-2 .swiper-5.motion-slide-in.swiper-m {
    padding-right: 20px;
  }
}
@media screen and (min-width: 1920px) {
.all-2 .containe {
    overflow: hidden;
  }
.all-2 .btn-main {
    background-color: var(--иет);
  }
.all-2 .btn-main:hover {
    background-color: var(--orange-primary);
  }
.all-2 .block-tezis {
    grid-template-rows: auto auto;
  }
.all-2 .faq-question-wrap:active {
    background-color: var(--white);
  }
.all-2 .faq-question-bar {
    padding-right: 0;
  }
.all-2 .faq-question-bar:active {
    background-color: #0000;
  }
.all-2 .div-block-35.margin-btm-20px {
    align-items: center;
  }
.all-2 .block-bonus {
    grid-template-rows: auto auto;
  }
.all-2 .card-paywall.sdw.radius-20px.all-padding-14:active, .all-2 .card-paywall.radius-20px.all-padding-14.sdw.w--current:active {
    background-color: var(--white);
  }
.all-2 .btn-main-header {
    background-color: var(--иет);
  }
.all-2 .btn-main-header:hover {
    background-color: var(--orange-primary);
  }
.all-2 .punkt-image {
    margin-right: 10px;
  }
.all-2 .versus {
    grid-template-rows: auto auto;
  }
.all-2 .block-bonus-copy {
    grid-template-rows: auto;
  }
.all-2 .popup.all-padding-24px.radius-20px {
    padding-bottom: 42px;
  }
.all-2 .logo-wraper-2 {
    margin-bottom: 60px;
  }
.all-2 .section-paywall {
    display: none;
  }
.all-2 .btn-main-fixed {
    background-color: var(--иет);
  }
.all-2 .btn-main-fixed:hover {
    background-color: var(--orange-primary);
  }
.all-2 .btn-prise-qr {
    background-color: var(--иет);
  }
.all-2 .btn-prise-qr:hover {
    background-color: var(--orange-primary);
  }
.all-2 .btn-prise-store {
    background-color: var(--иет);
  }
.all-2 .btn-prise-store:hover {
    background-color: var(--orange-primary);
  }
.all-2 .swiper, .all-2 .section-3 {
    overflow: hidden;
  }
.all-2 .text-block-header--sl {
    margin-bottom: 60px;
  }
.all-2 .text-block-header--sl.motion-slide-in {
    justify-content: space-around;
  }
.all-2 .block-tezis-02, .all-2 .block-tezis-03 {
    grid-template-rows: auto auto;
  }
.all-2 .qr-code-wrapper.hide-mobile {
    padding-right: 0;
  }
.all-2 .section-3-comment {
    overflow: hidden;
  }
.all-2 .btn-main-2 {
    background-color: #ffc83d;
  }
.all-2 .btn-main-2:hover {
    background-color: #ffb401;
  }
.all-2 .swiper2 {
    overflow: hidden;
  }
.all-2 .text-block-header--sl-2 {
    margin-bottom: 60px;
  }
.all-2 .btn-prise-qr-3 {
    background-color: #ffc83d;
  }
.all-2 .btn-prise-qr-3:hover {
    background-color: #ffb401;
  }
.all-2 .faq-question-wrap-2:active {
    background-color: #fff;
  }
.all-2 .btn-prise-store-2 {
    background-color: #ffc83d;
  }
.all-2 .btn-prise-store-2:hover {
    background-color: #ffb401;
  }
.all-2 .btn-main-fixed-2 {
    background-color: #ffc83d;
  }
.all-2 .btn-main-fixed-2:hover {
    background-color: #ffb401;
  }
.all-2 .section-paywall-2 {
    display: none;
  }
.all-2 .card-paywall-2.sdw.radius-20px.all-padding-14:active, .all-2 .card-paywall-2.radius-20px.all-padding-14.sdw.w--current:active {
    background-color: #fff;
  }
.all-2 .popup-2.all-padding-24px.radius-20px {
    padding-bottom: 42px;
  }
.all-2 .block-tezis-02-copy-copy-copy, .all-2 .block-numbers {
    grid-template-rows: auto auto;
  }
.all-2 .containe-2 {
    overflow: hidden;
  }
.all-2 .block-tezis-02-copy-copy-copy-2 {
    grid-template-rows: auto auto;
  }
.all-2 .containe-960, .all-2 .containe-960-copy, .all-2 .containe-960-garant {
    overflow: hidden;
  }
.all-2 .btn-pay {
    background-color: var(--иет);
  }
.all-2 .btn-pay:hover {
    background-color: var(--orange-primary);
  }
.all-2 .containe-navig-spec {
    overflow: hidden;
  }
.all-2 .padarok-grid {
    grid-template-rows: auto auto;
  }
.all-2 .arrow-2 {
    bottom: -21%;
  }
.all-2 .gift-btn-popup {
    background-color: var(--иет);
  }
.all-2 .gift-btn-popup:hover {
    background-color: var(--orange-primary);
  }
.all-2 .section-paywall-copy {
    display: none;
  }
.all-2 .block-tezis-chat, .all-2 .block-numbers-3 {
    grid-template-rows: auto auto;
  }
.all-2 .containe-over {
    overflow: hidden;
  }
.all-2 .containe-copy {
    background-color: var(--violet-bg);
    overflow: hidden;
  }
.all-2 .btn-main-header-2 {
    background-color: #ffc83d;
  }
.all-2 .btn-main-header-2:hover {
    background-color: #ffb401;
  }
.all-2 .btn-prise-qr-4 {
    background-color: #ffc83d;
  }
.all-2 .btn-prise-qr-4:hover {
    background-color: #ffb401;
  }
.all-2 .section-4-doc.violet-special {
    background-color: #f2ebff80;
  }
.all-2 .doc2-text-wrapper {
    flex-direction: column;
    align-self: center;
    display: flex;
  }
.all-2 .card-steps-text-wrapper.margin-btm-20px {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    display: inline;
  }
.all-2 .grid-5colm {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
.all-2 .comment-block {
    background-color: var(--voilet-secondary);
    border-radius: 30px 30px 3px;
    padding: 23px;
  }
.all-2 .div-block-1398 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }
.all-2 .diet-btn-wrapper {
    background-color: var(--иет);
  }
.all-2 .diet-btn-wrapper:hover {
    background-color: var(--orange-primary);
  }
.all-2 .tezis-gif {
    grid-template-rows: auto auto;
  }
.all-2 .section-5, .all-2 .containe-961, .all-2 .swiper-2 {
    overflow: hidden;
  }
.all-2 .tezis-card {
    background-color: var(--voilet-secondary);
    border-radius: 30px 30px 3px;
    padding: 23px;
  }
.all-2 .containe-962 {
    overflow: hidden;
  }
.all-2 .btn-app-2 {
    background-color: #ffc83d;
  }
.all-2 .btn-app-2:hover {
    background-color: #ffb401;
  }
.all-2 .faq-question-bar-2 {
    padding-right: 0;
  }
.all-2 .faq-question-bar-2:active {
    background-color: #0000;
  }
.all-2 .section-1202, .all-2 .containe-963 {
    overflow: hidden;
  }
.all-2 .faq-question-wrap-3:active {
    background-color: #fff;
  }
.all-2 .containe-964 {
    overflow: hidden;
  }
.all-2 .page-wrapper {
    justify-content: flex-start;
    align-items: center;
  }
.all-2 .nav-bar {
    grid-row-gap: 80px;
    flex: 0 auto;
    order: 0;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-self: auto;
  }
.all-2 .block-numbers-4 {
    grid-template-rows: auto auto;
  }
.all-2 .containe-965, .all-2 .swiper-3 {
    overflow: hidden;
  }
.all-2 .block-tezis-4 {
    grid-template-rows: auto auto;
  }
.all-2 .containe-966, .all-2 .swiper-4, .all-2 .containe-967 {
    overflow: hidden;
  }
.all-2 .faq-question-bar-3 {
    padding-right: 0;
  }
.all-2 .faq-question-bar-3:active {
    background-color: #0000;
  }
.all-2 .btn-prise-store-5 {
    background-color: #ffc83d;
  }
.all-2 .btn-prise-store-5:hover {
    background-color: #ffb401;
  }
.all-2 .tag-sale {
    color: var(--white);
  }
.all-2 .btn-prise-02-2 {
    background-color: #ffc83d;
  }
.all-2 .btn-prise-02-2:hover {
    background-color: #ffb401;
  }
.all-2 .btn-prise-qr-6 {
    background-color: #ffc83d;
  }
.all-2 .btn-prise-qr-6:hover, .all-2 .btn-main-b2b:hover, .all-2 .btn-second-b2b:hover {
    background-color: #ffb401;
  }
.all-2 .doc-name.dark {
    font-size: 16px;
  }
.all-2 .containe-970 {
    overflow: hidden;
  }
.all-2 .bubble-wrapper.gradient {
    border-top-right-radius: 4px;
    border-bottom-left-radius: 24px;
    margin-left: 60px;
    margin-right: 60px;
  }
.all-2 .form-btn:hover {
    background-color: #a673fd;
  }
.all-2 .input {
    color: #121a48;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
  }
.all-2 .btn-web-02:hover {
    background-color: #a673fd;
  }
}
@media screen and (max-width: 991px) {
.all-2 h1 {
    font-size: 52px;
  }
.all-2 h2 {
    font-size: 42px;
  }
.all-2 h3 {
    font-size: 34px;
  }
.all-2 h4 {
    font-size: 28px;
  }
.all-2 h5 {
    font-size: 22px;
  }
.all-2 p {
    font-size: 17px;
  }
.all-2 .button_warper {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
  }
.all-2 .btn-main {
    background-color: #ffb401;
    border: 0 solid #0000;
    border-radius: 20px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    padding: 20px 40px;
    text-decoration: none;
    display: flex;
  }
.all-2 .header {
    padding-left: 0;
    padding-right: 0;
  }
.all-2 .button-text-20px {
    font-size: 18px;
  }
.all-2 .hero-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }
.all-2 .section {
    padding-right: 30px;
  }
.all-2 .block-tezis {
    grid-template-columns: 1fr 1fr;
  }
.all-2 .faq-question-bar:active {
    background-color: #0000;
  }
.all-2 .margin-right-20px {
    margin-right: 20px;
  }
.all-2 .bloc-text-2colmn.margin-btm-60 {
    grid-template-columns: 1fr 1fr;
  }
.all-2 .bloc-text-2colmn.margin-bottom-40px {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    padding-right: 0;
  }
.all-2 .div-block-35.margin-btm-20px {
    flex-direction: row;
  }
.all-2 .grid-16 {
    grid-template-columns: 1fr;
  }
.all-2 .block-bonus {
    grid-template-columns: 1fr 1fr;
  }
.all-2 .card-paywall.sdw.radius-20px.all-padding-14 {
    flex-direction: column;
    align-items: center;
    padding: 14px;
    display: flex;
  }
.all-2 .card-form.all-padding-24px.radius-20px {
    flex-direction: column;
  }
.all-2 .footer {
    padding-right: 30px;
  }
.all-2 .fix-bitton {
    align-items: stretch;
    bottom: 14px;
    left: 14px;
    right: 14px;
  }
.all-2 .btn-main-header {
    background-color: #ffb401;
    border: 0 solid #0000;
    border-radius: 20px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    padding: 20px 40px;
    text-decoration: none;
    display: flex;
  }
.all-2 .vished.motion-slide-in {
    justify-content: space-around;
  }
.all-2 .style-form {
    margin-bottom: 16px;
  }
.all-2 .form-2 {
    flex-direction: column;
  }
.all-2 .versus {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
.all-2 .playstore-button-2 {
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
.all-2 .playstore-button-2.margin-btm-16px {
    margin-right: 10px;
  }
.all-2 .button-text-14px-2 {
    font-size: 11px;
  }
.all-2 .button-text-20px-2 {
    font-size: 18px;
  }
.all-2 .div-block-51 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
.all-2 .block-bonus-copy {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    place-items: stretch stretch;
    display: none;
  }
.all-2 .block-bonus-copy.motion-slide-in {
    display: flex;
  }
.all-2 .heading-warp {
    padding-right: 0;
  }
.all-2 .section-fotm, .all-2 .section-bonus {
    padding-right: 30px;
  }
.all-2 .h_plus {
    grid-template-columns: 1fr;
    place-items: center;
  }
.all-2 .image-22, .all-2 .image-23 {
    height: auto;
  }
.all-2 .bloc-text-2colmn-copy.margin-btm-60 {
    grid-template-columns: .5fr 1fr;
  }
.all-2 .popup.all-padding-24px.radius-20px {
    padding: 50px 40px 40px;
  }
.all-2 .popup-warp {
    display: none;
  }
.all-2 .section-2, .all-2 .section-paywall {
    padding-right: 30px;
  }
.all-2 .btn-main-fixed {
    background-color: #ffb401;
    border: 0 solid #0000;
    border-radius: 20px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    padding: 20px 40px;
    text-decoration: none;
    display: flex;
  }
.all-2 .btn-prise-qr {
    background-color: #ffb401;
    border: 0 solid #0000;
    border-radius: 20px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    padding: 20px 40px;
    text-decoration: none;
    display: none;
  }
.all-2 .btn-prise-store {
    background-color: #ffb401;
    border: 0 solid #0000;
    border-radius: 20px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    padding: 20px 40px;
    text-decoration: none;
    display: flex;
  }
.all-2 .grid-foot-2-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }
.all-2 .swiper {
    overflow: visible;
  }
.all-2 .swiper.hiden-desctop {
    display: block;
  }
.all-2 .swiper.hiden-desctop.motion-slide-in {
    display: flex;
  }
.all-2 .swiper-wrapper {
    justify-content: space-between;
  }
.all-2 .swiper-slide {
    flex-direction: column;
    width: 50%;
  }
.all-2 .section-3 {
    padding-right: 30px;
    overflow: visible;
  }
.all-2 .card-guide-2.radius-20px.all-padding-24px.border-light-2px {
    height: 440px;
  }
.all-2 .doc-hide-2 {
    display: none;
  }
.all-2 .card-guide-copy-2.radius-20px.all-padding-24px.border-light-2px {
    height: auto;
  }
.all-2 .h1-text.light-text {
    margin-top: 20px;
  }
.all-2 .text-block-header--sl.motion-slide-in {
    padding-left: 40px;
    padding-right: 40px;
  }
.all-2 .image-33 {
    margin-bottom: 20px;
  }
.all-2 .logo-centr {
    justify-content: center;
  }
.all-2 .grid-16-copy {
    grid-template-columns: 1fr;
  }
.all-2 .block-tezis-02 {
    grid-template-columns: 1fr 1fr;
    display: none;
  }
.all-2 .div-block-88 {
    top: 55px;
    right: -3%;
  }
.all-2 .guarantee {
    padding-right: 30px;
  }
.all-2 .qr-open {
    display: none;
  }
.all-2 .link {
    display: block;
  }
.all-2 .text-header-warp {
    align-items: stretch;
  }
.all-2 .text-span-65 {
    font-size: 60px;
  }
.all-2 .hide-mobile {
    display: none;
  }
.all-2 .grid-foot-9 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }
.all-2 .button_warper-4 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
  }
.all-2 .block-tezis-03 {
    grid-template-columns: 1fr 1fr;
    display: none;
  }
.all-2 .h1-text-copy.light-text {
    text-align: center;
    margin-bottom: 0;
  }
.all-2 .vished-copy {
    flex-direction: column;
    align-items: center;
  }
.all-2 .section-3-garant, .all-2 .section-3-comment {
    padding-right: 30px;
  }
.all-2 .fix-bitton-chat {
    align-items: stretch;
    bottom: 14px;
    left: 14px;
    right: 14px;
  }
.all-2 .phone-tag-grid {
    grid-template-columns: 1fr;
    justify-items: stretch;
  }
.all-2 .section-4 {
    padding-right: 30px;
  }
.all-2 .btn-main-2 {
    background-color: #ffb401;
    border: 0 solid #0000;
    border-radius: 20px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    padding: 20px 40px;
    text-decoration: none;
    display: flex;
  }
.all-2 .swiper2 {
    overflow: visible;
  }
.all-2 .heading-16-copy-2 {
    background-position: 50%;
    background-repeat: no-repeat;
    font-size: 30px;
  }
.all-2 .h1-text-2.light-text {
    margin-top: 20px;
  }
.all-2 .div-block-106 {
    bottom: -10%;
    right: -10%;
  }
.all-2 .image-48 {
    width: 40px;
    height: 40px;
  }
.all-2 .navig-wraper.btm-40px {
    grid-template-columns: 1fr 1fr 1fr;
  }
.all-2 .btn-prise-qr-3 {
    background-color: #ffb401;
    border: 0 solid #0000;
    border-radius: 20px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    padding: 20px 40px;
    text-decoration: none;
    display: none;
  }
.all-2 .div-block-109-copy {
    grid-template-columns: 1fr;
  }
.all-2 .image-49 {
    margin-bottom: 20px;
  }
.all-2 .btn-prise-store-2 {
    background-color: #ffb401;
    border: 0 solid #0000;
    border-radius: 20px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    padding: 20px 40px;
    text-decoration: none;
    display: flex;
  }
.all-2 .hero-wrapper-2 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }
.all-2 .btn-main-fixed-2 {
    background-color: #ffb401;
    border: 0 solid #0000;
    border-radius: 20px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    padding: 20px 40px;
    text-decoration: none;
    display: flex;
  }
.all-2 .tag-warp-comment-copy {
    background-color: var(--violet-bg);
  }
.all-2 .section-paywall-2 {
    padding-right: 30px;
  }
.all-2 .card-445.radius-20px.all-padding._0 {
    border-style: none;
    justify-content: flex-start;
    align-items: center;
    box-shadow: 0 0 10px #37366026;
  }
.all-2 .card-paywall-2.sdw.radius-20px.all-padding-14 {
    flex-direction: column;
    align-items: center;
    padding: 14px;
    display: flex;
  }
.all-2 .popup-2.all-padding-24px.radius-20px {
    padding: 50px 40px 40px;
  }
.all-2 .like-div, .all-2 .star-div {
    bottom: -10%;
    right: -10%;
  }
.all-2 .card-form-2.all-padding-24px.radius-20px {
    flex-direction: column;
  }
.all-2 .block-tezis-02-copy-copy-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
.all-2 .video-content {
    grid-template-columns: 1fr;
    justify-items: stretch;
  }
.all-2 .div-lotiie {
    justify-content: space-between;
  }
.all-2 .block-numbers {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    place-items: stretch stretch;
  }
.all-2 .block-tezis-02-copy-copy-copy-2 {
    grid-template-columns: 1fr 1fr;
    display: none;
  }
.all-2 .navig-vrach {
    padding-right: 30px;
  }
.all-2 .section-1200 {
    margin-left: 20px;
    margin-right: 20px;
  }
.all-2 .phone-tag-grid-pay {
    grid-template-columns: 1fr;
    justify-items: stretch;
  }
.all-2 .section-1200-garant {
    margin-left: 20px;
    padding-left: 0;
    padding-right: 20px;
  }
.all-2 .logo-right {
    justify-content: center;
  }
.all-2 .btn-pay {
    background-color: #ffb401;
    border: 0 solid #0000;
    border-radius: 20px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    padding: 20px 40px;
    text-decoration: none;
    display: flex;
  }
.all-2 .section-paywall-1200, .all-2 .section-1200-bonus {
    margin-left: 20px;
    margin-right: 20px;
  }
.all-2 .phone-tag-grid-copy {
    grid-template-columns: 1fr;
    justify-items: stretch;
  }
.all-2 .div-block-121 {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }
.all-2 .gift-tag-grid {
    grid-template-columns: 1fr;
    justify-items: stretch;
  }
.all-2 .padarok-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
.all-2 .div-block-122.margin-btm-60 {
    grid-template-columns: 1fr;
  }
.all-2 .arrow {
    display: none;
    overflow: visible;
  }
.all-2 .arrow-2 {
    display: none;
  }
.all-2 .gift-btn-popup {
    background-color: #ffb401;
    border: 0 solid #0000;
    border-radius: 20px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    padding: 20px 40px;
    display: flex;
  }
.all-2 .hero-wrapper-gift {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }
.all-2 .h1-text-copy.light-text {
    margin-top: 20px;
  }
.all-2 .text-header-warp-copy {
    align-items: stretch;
  }
.all-2 .section-paywall-copy {
    padding-right: 30px;
  }
.all-2 .block-tezis-chat {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
.all-2 .div-block-129-copy {
    grid-column-gap: 60px;
    grid-template-columns: 1fr 1fr;
    justify-content: stretch;
    justify-items: stretch;
  }
.all-2 .block-numbers-3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    place-items: stretch stretch;
  }
.all-2 .section-over {
    padding-right: 30px;
  }
.all-2 .tag-grid {
    grid-template-columns: 1fr;
    justify-items: stretch;
  }
.all-2 .text-block, .all-2 .text-block.margin-bottom-20 {
    font-size: 42px;
  }
.all-2 .div-block-129 {
    grid-template-columns: 2fr;
  }
.all-2 .div-block-130 {
    margin-right: 0;
  }
.all-2 .prise-text {
    flex: 0 auto;
    display: block;
  }
.all-2 .light-text-3 {
    align-self: flex-start;
  }
.all-2 .btn-main-header-2 {
    background-color: #ffb401;
    border: 0 solid #0000;
    border-radius: 20px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    padding: 20px 40px;
    text-decoration: none;
    display: flex;
  }
.all-2 .promo-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: stretch;
  }
.all-2 .btn-prise-qr-4 {
    background-color: #ffb401;
    border: 0 solid #0000;
    border-radius: 20px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    padding: 20px 40px;
    text-decoration: none;
    display: none;
  }
.all-2 .image-49-copy, .all-2 .logo-2 {
    margin-bottom: 20px;
  }
.all-2 .logo-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }
.all-2 .text-block-7 {
    font-size: 20px;
  }
.all-2 .text-block-8 {
    font-size: 36px;
    line-height: 120%;
  }
.all-2 .image-55 {
    display: block;
  }
.all-2 .text-block-10 {
    font-size: 20px;
  }
.all-2 .section-4-doc {
    padding-right: 30px;
  }
.all-2 .grid-4colm {
    grid-template-columns: 1fr 1fr 1fr;
  }
.all-2 .grid-2doc {
    grid-template-columns: 1fr;
  }
.all-2 .staeps.radius-20px.all-padding-24px.border-light-2px {
    height: 440px;
  }
.all-2 .card-steps-text-wrapper.margin-btm-20px {
    flex-direction: row;
  }
.all-2 .shape1 {
    left: 24%;
  }
.all-2 .c-block-image-wrapper.hiden-desctop {
    display: flex;
  }
.all-2 .c-grid-block {
    grid-template-columns: 1fr;
  }
.all-2 .diet-grid-foot {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }
.all-2 .btn-app-wrapper {
    grid-template-columns: 1fr 1fr;
  }
.all-2 .diet-btn {
    font-size: 18px;
  }
.all-2 .diet-btn-wrapper {
    background-color: #ffb401;
    border: 0 solid #0000;
    border-radius: 20px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    padding: 20px 40px;
    text-decoration: none;
    display: flex;
  }
.all-2 .diet-btn-wrapper.hiden-desctop {
    display: flex;
  }
.all-2 .diet-btn-wrapper.hide-mobile {
    display: none;
  }
.all-2 .bento-wrapper {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr;
    justify-content: stretch;
    justify-items: stretch;
  }
.all-2 .tezis-gif {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }
.all-2 .div-block-1407 {
    grid-template-columns: 1fr;
  }
.all-2 .main-img {
    padding: 10px;
  }
.all-2 .section-5 {
    padding-right: 30px;
    overflow: visible;
  }
.all-2 .swiper-wrapper-2 {
    justify-content: space-between;
    margin-bottom: 20px;
  }
.all-2 .swiper-slide-2 {
    flex-direction: column;
    width: 50%;
  }
.all-2 .swiper-2 {
    overflow: visible;
  }
.all-2 .swiper-2.hiden-desctop {
    display: block;
  }
.all-2 .swiper-2.hiden-desctop.motion-slide-in, .all-2 .swiper3-pagination.hiden-desctop {
    display: flex;
  }
.all-2 .shape2, .all-2 .shape3 {
    left: 24%;
  }
.all-2 .tabs-menu-2 {
    grid-template-columns: 1fr;
  }
.all-2 .footer-diet {
    padding-right: 30px;
  }
.all-2 .div-block-187, .all-2 ._444 {
    grid-template-columns: 1fr;
  }
.all-2 .section-6 {
    padding-right: 30px;
  }
.all-2 .app-wrapper.motion-slide-in {
    grid-template-columns: 1fr;
  }
.all-2 .btn-wrapper-mobile, .all-2 .btn-wrapper-2 {
    display: block;
  }
.all-2 .grid-number.motion-slide-in {
    grid-template-columns: 1fr;
  }
.all-2 .image-86 {
    max-width: 60%;
  }
.all-2 .btn-app-2 {
    background-color: #fff;
    border: 0 solid #0000;
    border-radius: 20px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    padding: 20px 40px;
    text-decoration: none;
    display: flex;
  }
.all-2 .faq-question-bar-2:active {
    background-color: #0000;
  }
.all-2 .grid-main-card {
    grid-template-columns: 1fr 1fr;
  }
.all-2 .grid-shit.motion-slide-in {
    grid-template-columns: 1fr;
  }
.all-2 .section-1202 {
    padding-right: 30px;
    overflow: visible;
  }
.all-2 .section-1203 {
    padding-right: 30px;
  }
.all-2 .button-text-20px-copy {
    font-size: 18px;
  }
.all-2 .div-block-172-copy {
    height: 600px;
    position: relative;
  }
.all-2 .fix-button {
    align-items: stretch;
    bottom: 14px;
    left: 14px;
    right: 14px;
  }
.all-2 .grid-hero {
    grid-template-columns: 1fr;
  }
.all-2 .promo-wrapper-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: stretch;
  }
.all-2 .button-text-20px-3 {
    font-size: 18px;
  }
.all-2 .section-3-garant-2-copy {
    padding-right: 30px;
  }
.all-2 .btn-main-24 {
    background-color: #70ddff;
    border: 0 solid #0000;
    border-radius: 20px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    padding: 20px 40px;
    text-decoration: none;
    display: flex;
  }
.all-2 .image-88 {
    display: block;
  }
.all-2 .img-seo-wraper.motion-slide-in, .all-2 .div-block-194 {
    justify-content: center;
    align-items: center;
    display: flex;
  }
.all-2 .grid-info {
    grid-template-columns: 2fr;
  }
.all-2 .image-78 {
    flex: 0 auto;
    min-width: 40%;
    display: none;
  }
.all-2 .div-block-179 {
    grid-template-columns: .5fr 2fr;
  }
.all-2 .image-82.motion-slide-in {
    inset: 50% auto auto;
  }
.all-2 .div-block-196 {
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }
.all-2 .div-block-1432, .all-2 .div-block-1434 {
    grid-template-columns: 1fr;
  }
.all-2 .insuranse-wrapper {
    justify-content: flex-start;
    align-items: center;
  }
.all-2 .steps-wrapper {
    grid-template-columns: 1fr;
  }
.all-2 .text-block-30, .all-2 .text-block-30.margin-bottom-20 {
    font-size: 42px;
  }
.all-2 .block-numbers-4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    place-items: stretch stretch;
  }
.all-2 .div-block-1445 {
    bottom: -10%;
    right: -10%;
  }
.all-2 .swiper-3 {
    overflow: visible;
  }
.all-2 .swiper-3.hiden-desctop {
    display: block;
  }
.all-2 .swiper-3.hiden-desctop.motion-slide-in {
    display: flex;
  }
.all-2 .block-tezis-4 {
    grid-template-columns: 1fr 1fr;
    display: none;
  }
.all-2 .h1-2-colm {
    grid-template-columns: 2fr;
  }
.all-2 .smi-card-wrapper, .all-2 .reels_card-wrapper-copy {
    grid-template-columns: 1fr 1fr;
  }
.all-2 .swiper-4 {
    overflow: visible;
  }
.all-2 .batle-card_wrapper {
    grid-template-columns: 1fr;
  }
.all-2 .faq-question-bar-3:active {
    background-color: #0000;
  }
.all-2 .div-block-1464 {
    grid-template-columns: 1fr;
  }
.all-2 .price-cont-copy {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
.all-2 .btn-prise-store-5 {
    background-color: #ffb401;
    border: 0 solid #0000;
    border-radius: 20px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    padding: 20px 40px;
    text-decoration: none;
    display: flex;
  }
.all-2 .button-text-20px-16 {
    font-size: 18px;
  }
.all-2 .btn-prise-02-2 {
    background-color: #ffb401;
    border: 0 solid #0000;
    border-radius: 20px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    padding: 20px 40px;
    text-decoration: none;
    display: flex;
  }
.all-2 .btn-prise-qr-6 {
    background-color: #ffb401;
    border: 0 solid #0000;
    border-radius: 20px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    padding: 20px 40px;
    text-decoration: none;
    display: none;
  }
.all-2 .price-box-tall-3.w--current {
    padding-bottom: 1em;
  }
.all-2 .button-text-20px-17, .all-2 .button-text-20px-8, .all-2 .button-text-20px-8-copy {
    font-size: 18px;
  }
.all-2 .btn-main-b2b {
    background-color: #ffb401;
    border: 0 solid #0000;
    border-radius: 20px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    padding: 20px 40px;
    text-decoration: none;
    display: none;
  }
.all-2 .image-132 {
    align-self: flex-end;
  }
.all-2 .btn-second-b2b {
    background-color: #ffb401;
    border: 0 solid #0000;
    border-radius: 20px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    padding: 20px 40px;
    text-decoration: none;
    display: none;
  }
.all-2 .card-grid-3 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }
.all-2 .image-133, .all-2 .image-131 {
    align-self: flex-end;
  }
.all-2 .card-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 20px;
  }
.all-2 .b2b-wrapper-btn {
    display: block;
  }
.all-2 ._02-card-wrapper.green, .all-2 ._02-card-wrapper.red, .all-2 ._02-card-wrapper.orange {
    flex-flow: row;
  }
.all-2 .section_price {
    padding: 60px 40px;
  }
.all-2 .smi-card-wrapper-copy {
    grid-template-columns: 1fr 1fr;
  }
.all-2 .text-review {
    color: #7a7a7f;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
  }
.all-2 .text-review._0 {
    color: #272728;
  }
.all-2 .swiper-wrapper-3 {
    justify-content: space-between;
    margin: 0;
  }
.all-2 .swiper-slide-3 {
    flex-flow: row;
    align-items: stretch;
    width: 50%;
  }
.all-2 .warp-headin-icon-copy-4 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
  }
.all-2 .swiper-5 {
    overflow: visible;
  }
.all-2 .swiper-5.motion-slide-in.swiper-m {
    margin-bottom: 0;
  }
.all-2 .swiper-6 {
    overflow: visible;
  }
.all-2 .swiper-pagination-m {
    margin-bottom: 40px;
  }
.all-2 .section-1204 {
    padding-right: 30px;
  }
.all-2 .btn-web {
    display: block;
  }
.all-2 .swiper-wrapper-4 {
    justify-content: space-between;
    margin-bottom: 20px;
  }
.all-2 .swiper-slide-4 {
    flex-flow: row;
    align-items: stretch;
    width: 50%;
  }
.all-2 .sec-web {
    padding-right: 30px;
    overflow: visible;
  }
.all-2 .image-101 {
    max-width: 90%;
  }
.all-2 .web_btn-text {
    font-size: 18px;
  }
.all-2 .hero_web {
    padding-right: 30px;
    overflow: visible;
  }
.all-2 .gero-bg-4 {
    padding-left: 0;
    padding-right: 0;
  }
.all-2 .form-btn, .all-2 .btn-web-02 {
    background-color: #8037fc;
    border: 0 solid #0000;
    border-radius: 20px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    padding: 20px 40px;
    display: flex;
  }
.all-2 .web-h1 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
.all-2 h1 {
    font-size: 46px;
  }
.all-2 h2 {
    font-size: 36px;
  }
.all-2 h3 {
    font-size: 30px;
  }
.all-2 h4 {
    font-size: 24px;
  }
.all-2 h5 {
    font-size: 20px;
  }
.all-2 h6 {
    font-size: 17px;
  }
.all-2 .button_warper {
    flex-direction: column;
    justify-content: space-between;
  }
.all-2 .btn-main {
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
  }
.all-2 .header {
    background-color: #0000;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
.all-2 .hero-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    place-items: stretch stretch;
  }
.all-2 .block-tezis {
    grid-template-columns: 1fr;
  }
.all-2 .faq-question-bar:active {
    background-color: #0000;
  }
.all-2 .bloc-text-2colmn {
    grid-template-columns: 1fr;
  }
.all-2 .bloc-text-2colmn.margin-btm-60 {
    grid-column-gap: 173px;
    grid-column-gap: 173px;
    grid-template-columns: 1fr;
  }
.all-2 .bloc-text-2colmn.margin-bottom-40px {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: start;
    padding-right: 0;
    display: grid;
  }
.all-2 .div-block-35.margin-btm-20px {
    flex-direction: row;
  }
.all-2 .margin-btm-20px {
    flex-direction: column;
    align-items: center;
    display: flex;
  }
.all-2 .grid-16, .all-2 .grid-16.margin-bottom-40px {
    grid-template-columns: 1fr;
  }
.all-2 .tag-warp {
    padding: 14px 16px;
  }
.all-2 .block-bonus {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }
.all-2 .block-bonus.motion-slide-in {
    grid-template-columns: 1fr 1fr;
  }
.all-2 .card-paywall.sdw.radius-20px.all-padding-14 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }
.all-2 .card-form.all-padding-24px.radius-20px {
    flex-direction: column;
  }
.all-2 .fix-bitton {
    z-index: 90;
    align-items: stretch;
  }
.all-2 .margin-btm-20.motion-slide-in {
    padding-right: 0;
  }
.all-2 .btn-main-header {
    padding-left: 20px;
    padding-right: 20px;
  }
.all-2 .vished {
    justify-content: space-between;
    padding-bottom: 40px;
  }
.all-2 .form-2 {
    flex-direction: column;
  }
.all-2 .form-2.margin-btm-20px {
    align-items: stretch;
  }
.all-2 .prise-copy {
    top: -42px;
  }
.all-2 .div-block-43 {
    justify-content: center;
  }
.all-2 .versus {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
.all-2 .tag-text {
    font-size: 20px;
  }
.all-2 .playstore-button-2 {
    flex-direction: row;
    justify-content: center;
    padding-left: 32px;
    padding-right: 32px;
  }
.all-2 .playstore-button-2.margin-btm-16px {
    margin-right: 0;
  }
.all-2 .prise-hide {
    top: -30px;
  }
.all-2 .div-block-51 {
    flex-direction: row;
  }
.all-2 .block-bonus-copy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
    display: none;
  }
.all-2 .block-bonus-copy.motion-slide-in {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 2fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
.all-2 .heading-warp {
    flex-direction: column;
    display: flex;
  }
.all-2 .heading-warp.motion-slide-in {
    padding-right: 0;
  }
.all-2 .tag-warp-dark {
    padding: 14px 16px;
  }
.all-2 .image-22, .all-2 .image-23 {
    height: auto;
  }
.all-2 .popup.all-padding-24px.radius-20px {
    padding: 49px 30px 30px;
  }
.all-2 .plus-2 {
    max-height: 100%;
  }
.all-2 .btn-main-fixed, .all-2 .btn-prise-qr, .all-2 .btn-prise-store {
    padding-left: 20px;
    padding-right: 20px;
  }
.all-2 .grid-foot-2-copy {
    grid-template-columns: 1fr;
  }
.all-2 .div-block-63 {
    grid-template-columns: 1fr 1fr;
  }
.all-2 .div-block-64 {
    grid-template-columns: 1fr;
  }
.all-2 .swiper {
    overflow: visible;
  }
.all-2 .swiper-slide {
    flex-direction: column;
    width: 100%;
  }
.all-2 .swiper1-pagination.hiden-desctop {
    display: flex;
  }
.all-2 .card-guide-2.radius-20px.all-padding-24px.border-light-2px {
    height: 480px;
  }
.all-2 .guide-img-2 {
    flex-direction: row;
    flex: 0 auto;
    justify-content: flex-start;
    width: auto;
    display: flex;
  }
.all-2 .card-guide-copy-2.radius-20px.all-padding-24px.border-light-2px {
    height: 240px;
  }
.all-2 .h1-text.light-text {
    margin-top: 20px;
    margin-bottom: 40px;
  }
.all-2 .text-block-header--sl {
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }
.all-2 .text-block-header--sl.motion-slide-in {
    padding-left: 0;
    padding-right: 0;
  }
.all-2 .grid-16-copy, .all-2 .grid-16-copy.margin-bottom-40px, .all-2 .grid-16-copy.margin-bottom-40px, .all-2 .grid-16-copy.margin-bottom-40px {
    grid-template-columns: 1fr;
  }
.all-2 .garant {
    padding-bottom: 60px;
  }
.all-2 .tag-text-copy {
    font-size: 20px;
  }
.all-2 .block-tezis-02 {
    grid-template-columns: 1fr;
  }
.all-2 .image-38 {
    height: 120px;
  }
.all-2 .div-block-88 {
    top: 66%;
    right: -2%;
  }
.all-2 .card-2.radius-20px.all-padding {
    flex-direction: column;
  }
.all-2 .grid-foot-9 {
    grid-template-columns: 1fr;
  }
.all-2 .button_warper-4 {
    flex-direction: row;
    justify-content: space-between;
    padding-right: 0;
  }
.all-2 .block-tezis-03 {
    grid-template-columns: 1fr;
  }
.all-2 .h1-text-copy.light-text {
    margin-bottom: 0;
  }
.all-2 .vished-copy {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
  }
.all-2 .tag-warp-comment {
    padding: 14px 16px;
  }
.all-2 .fix-bitton-chat {
    z-index: 90;
    align-items: stretch;
    right: 14px;
  }
.all-2 .phone-tag-grid {
    grid-template-columns: 5fr;
  }
.all-2 .btn-main-2 {
    padding-left: 20px;
    padding-right: 20px;
  }
.all-2 .swiper2 {
    overflow: visible;
  }
.all-2 .heading-16-copy-2 {
    background-position: 50%;
  }
.all-2 .tag-warp-2 {
    padding: 14px 16px;
  }
.all-2 .h1-text-2.light-text {
    margin-top: 20px;
    margin-bottom: 40px;
  }
.all-2 .div-block-106 {
    bottom: -10%;
    right: -5%;
  }
.all-2 .image-48 {
    width: 40px;
    height: 40px;
  }
.all-2 .test-tag, .all-2 .tag-text-2 {
    font-size: 20px;
  }
.all-2 .navig-wraper, .all-2 .navig-wraper.btm-40px {
    grid-template-columns: 1fr 1fr;
  }
.all-2 .text-block-header--sl-2 {
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }
.all-2 .btn-prise-qr-3 {
    padding-left: 20px;
    padding-right: 20px;
  }
.all-2 .prise-copy-2 {
    top: -42px;
  }
.all-2 .div-block-109-copy.hide-mobile {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
.all-2 .tag-warp-dark-2 {
    padding: 14px 16px;
  }
.all-2 .btn-prise-store-2 {
    padding-left: 20px;
    padding-right: 20px;
  }
.all-2 .hero-wrapper-2 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    place-items: stretch stretch;
  }
.all-2 .btn-main-fixed-2 {
    padding-left: 20px;
    padding-right: 20px;
  }
.all-2 .prise-hide-2 {
    top: -30px;
  }
.all-2 .tag-warp-comment-copy {
    padding: 14px 16px;
  }
.all-2 .garant-2 {
    padding-bottom: 60px;
  }
.all-2 .warp-headin-icon-copy-2 {
    align-items: center;
  }
.all-2 .card-445.radius-20px.all-padding {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
.all-2 .tag-warp-comment-2 {
    padding: 14px 16px;
  }
.all-2 .card-paywall-2.sdw.radius-20px.all-padding-14 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }
.all-2 .popup-2.all-padding-24px.radius-20px {
    padding: 49px 30px 30px;
  }
.all-2 .promo-wrapper-2 {
    justify-content: center;
    justify-items: center;
    display: flex;
  }
.all-2 .tag-text-copy-2 {
    font-size: 20px;
  }
.all-2 .card-form-2.all-padding-24px.radius-20px {
    flex-direction: column;
  }
.all-2 .grid-20 {
    grid-template-columns: 1fr;
    justify-items: stretch;
  }
.all-2 .block-tezis-02-copy-copy-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
.all-2 .video-content {
    grid-template-columns: 5fr;
  }
.all-2 .div-lotiie {
    justify-content: flex-end;
    align-items: stretch;
  }
.all-2 .div-lotiie.hide-mobile {
    display: none;
  }
.all-2 .div-lotiie.hiden-desctop {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }
.all-2 .block-numbers {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
.all-2 .grid-21 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }
.all-2 .block-tezis-02-copy-copy-copy-2 {
    grid-template-columns: 1fr;
  }
.all-2 .tag-warp-comment-copy-2 {
    padding: 14px 16px;
  }
.all-2 .test-tag-2, .all-2 .test-tag-3 {
    font-size: 20px;
  }
.all-2 .section-1200 {
    padding-left: 0;
  }
.all-2 .phone-tag-grid-pay {
    grid-template-columns: 5fr;
  }
.all-2 .logo-wrapper-link {
    align-self: center;
  }
.all-2 .section-1200-garant {
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }
.all-2 .containe-960-garant {
    overflow: visible;
  }
.all-2 .grid-pay-bonus {
    grid-template-columns: 1fr 1fr;
  }
.all-2 .btn-pay {
    padding-left: 20px;
    padding-right: 20px;
  }
.all-2 .guide-bg {
    flex-direction: row;
    flex: 0 auto;
    justify-content: space-around;
    width: auto;
    display: flex;
  }
.all-2 .section-paywall-1200, .all-2 .section-1200-bonus {
    padding-left: 0;
  }
.all-2 .no-apps, .all-2 .spec-vrach-grid {
    grid-template-columns: 1fr 1fr;
  }
.all-2 .doc-links {
    font-size: 17px;
    font-weight: 500;
  }
.all-2 .phone-tag-grid-copy, .all-2 .gift-tag-grid {
    grid-template-columns: 5fr;
  }
.all-2 .padarok-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding: 40px;
    display: grid;
  }
.all-2 .div-block-122 {
    grid-template-columns: 1fr;
  }
.all-2 .div-block-122.margin-btm-60 {
    margin-bottom: 40px;
  }
.all-2 .number-img {
    width: 60px;
    height: 60px;
  }
.all-2 .div-block-123 {
    flex-direction: column;
    justify-content: space-between;
  }
.all-2 .gift-btn-popup {
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }
.all-2 .div-block-124 {
    inset: auto 16% -54% auto;
  }
.all-2 .div-block-126 {
    flex-direction: column;
    justify-content: space-between;
  }
.all-2 .hero-wrapper-gift {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    place-items: stretch stretch;
  }
.all-2 .div-block-126-copy {
    flex-direction: column;
    justify-content: space-between;
  }
.all-2 .h1-text-copy.light-text {
    margin-top: 20px;
    margin-bottom: 40px;
  }
.all-2 .vished-copy {
    justify-content: space-between;
  }
.all-2 .block-tezis-chat {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
.all-2 .div-block-129-copy, .all-2 .div-block-129-copy.btm-40px {
    grid-template-columns: 1fr;
  }
.all-2 .block-numbers-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
.all-2 .tag-grid {
    grid-template-columns: 5fr;
  }
.all-2 .text-block, .all-2 .text-block.margin-bottom-20 {
    font-size: 36px;
  }
.all-2 .div-block-128.margin-btm-20 {
    margin-bottom: 0;
  }
.all-2 .div-block-129 {
    grid-template-columns: 2fr;
  }
.all-2 .div-block-130 {
    margin-right: 0;
  }
.all-2 .image-60 {
    padding-left: 30px;
    padding-right: 30px;
  }
.all-2 .light-text-3 {
    color: var(--voilet-secondary);
    align-self: flex-start;
  }
.all-2 .btn-main-header-2 {
    padding-left: 20px;
    padding-right: 20px;
  }
.all-2 .promo-wrapper {
    align-items: stretch;
  }
.all-2 .btn-prise-qr-4 {
    padding-left: 20px;
    padding-right: 20px;
  }
.all-2 .garant--green {
    padding-bottom: 60px;
  }
.all-2 .doc-links-copy, .all-2 .doc-links-2s {
    font-size: 17px;
    font-weight: 500;
  }
.all-2 .logo-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    place-items: stretch stretch;
  }
.all-2 .heading-32 {
    font-size: 20px;
  }
.all-2 .grid-4colm {
    grid-template-columns: 1fr;
  }
.all-2 .tag-doc-wrapper {
    flex-wrap: wrap;
  }
.all-2 .grid-doc-diet {
    grid-template-rows: 1fr auto;
    grid-template-columns: 160px 1fr;
  }
.all-2 .grid-doc-diet.margin-btm-20px {
    align-items: flex-start;
  }
.all-2 .grid-video-wrapper {
    grid-template-columns: 1fr;
  }
.all-2 .staeps.radius-20px.all-padding-24px.border-light-2px {
    height: 480px;
  }
.all-2 .card-steps-text-wrapper.margin-btm-20px {
    flex-direction: row;
  }
.all-2 .grid-5colm {
    grid-template-columns: 1fr 1fr;
  }
.all-2 .shape1 {
    bottom: -23%;
    left: 15%;
  }
.all-2 .crad-imclude {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
  }
.all-2 .diet-h6 {
    font-size: 20px;
  }
.all-2 .diet-tag {
    font-size: 16px;
  }
.all-2 .c-grid-block.hide-mobile {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
.all-2 .diet-grid-foot {
    grid-template-columns: 1fr;
  }
.all-2 .btn-app-wrapper {
    grid-template-columns: 1fr 1fr;
  }
.all-2 .div-block-1402 {
    grid-template-columns: 1fr;
  }
.all-2 .btn-wrapper {
    flex-direction: column;
    justify-content: space-around;
    display: flex;
  }
.all-2 .diet-btn-wrapper {
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }
.all-2 .bento-wrapper, .all-2 .bento-wrapper.btm-40px {
    grid-template-columns: 1fr;
  }
.all-2 .tezis-gif {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
.all-2 .image-64 {
    width: auto;
    height: auto;
  }
.all-2 .mb-30.mob {
    margin-bottom: 10px;
  }
.all-2 .image-65 {
    top: -12%;
  }
.all-2 .swiper-wrapper-2 {
    flex-direction: row;
    margin-bottom: 20px;
  }
.all-2 .swiper-slide-2 {
    flex-direction: column;
    width: 100%;
  }
.all-2 .promoscreen-text {
    font-size: 22px;
  }
.all-2 .swiper-2 {
    overflow: visible;
  }
.all-2 .shape2, .all-2 .shape3 {
    bottom: -23%;
    left: 15%;
  }
.all-2 .arrow-bg {
    padding-top: 4px;
    padding-bottom: 2px;
  }
.all-2 .arrow-m.hiden-desctop {
    display: block;
  }
.all-2 .bank-card-grid, .all-2 .div-block-1419, .all-2 .div-block-1422, .all-2 .grid-list {
    grid-template-columns: 1fr;
  }
.all-2 .tabs-menu-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
.all-2 .footer-diet.gray {
    grid-template-columns: 1fr;
  }
.all-2 ._2-clm {
    grid-template-columns: 1fr 1fr;
  }
.all-2 .div-block-187 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: flex;
  }
.all-2 ._444 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }
.all-2 .tabs-menu-3 {
    grid-template-columns: 1fr;
  }
.all-2 .div-block-188 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
.all-2 .div-block-184 {
    padding: 20px;
  }
.all-2 .down-div-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: .5fr 1fr;
  }
.all-2 .div-block-185 {
    grid-template-columns: 1fr;
  }
.all-2 .tabs {
    padding: 10px;
  }
.all-2 .app-wrapper.motion-slide-in {
    padding: 0;
  }
.all-2 .text-block-24 {
    font-size: 16px;
  }
.all-2 .app-number-heading {
    font-size: 32px;
  }
.all-2 .text-block-25 {
    font-size: 24px;
  }
.all-2 .heading-59 {
    margin-bottom: 20px;
  }
.all-2 .div-block-195 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    display: flex;
  }
.all-2 .grid-number.motion-slide-in {
    grid-template-columns: 1fr;
  }
.all-2 .btn-app-2 {
    padding-left: 20px;
    padding-right: 20px;
  }
.all-2 .faq-question-bar-2:active {
    background-color: #0000;
  }
.all-2 .grid-main-card {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    grid-template-columns: 1fr 1fr;
  }
.all-2 .heading-49 {
    font-size: 18px;
  }
.all-2 .grid-shit.motion-slide-in {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
.all-2 .section-1202 {
    padding-left: 10px;
    padding-right: 10px;
  }
.all-2 .text-number {
    font-size: 80px;
  }
.all-2 .heading-58 {
    font-size: 18px;
  }
.all-2 .div-block-178 {
    padding: 20px;
  }
.all-2 .garant-blo {
    padding-bottom: 60px;
  }
.all-2 .garant-blo.motion-slide-in {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
.all-2 .div-block-172-copy {
    justify-content: flex-end;
    align-items: flex-end;
    height: 540px;
    position: relative;
  }
.all-2 .heading-48 {
    font-size: 16px;
  }
.all-2 .fix-button {
    z-index: 90;
    align-items: stretch;
  }
.all-2 .promo-wrapper-3 {
    align-items: stretch;
  }
.all-2 .section-3-garant-2-copy {
    padding-left: 10px;
    padding-right: 10px;
  }
.all-2 .btn-main-24 {
    padding-left: 20px;
    padding-right: 20px;
  }
.all-2 .image-87 {
    position: absolute;
    inset: auto 0% -14% auto;
  }
.all-2 .info-text-card.all-padding-24px.motion-slide-in {
    padding: 20px;
  }
.all-2 .div-block-172.all-padding-30px {
    padding-left: 20px;
  }
.all-2 .image-78 {
    min-width: 20%;
    display: none;
  }
.all-2 .div-block-179 {
    grid-template-columns: 1fr;
  }
.all-2 .image-77 {
    height: 60px;
  }
.all-2 .image-82.motion-slide-in {
    top: 50%;
    left: auto;
  }
.all-2 .div-block-196 {
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }
.all-2 .time_card-wrapper {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }
.all-2 .div-block-1441 {
    padding: 20px;
  }
.all-2 .text-block-30, .all-2 .text-block-30.margin-bottom-20 {
    font-size: 36px;
  }
.all-2 .block-numbers-4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
.all-2 .div-block-1445 {
    bottom: -10%;
    right: -5%;
  }
.all-2 .warp-headin-icon-copy-3 {
    align-items: center;
  }
.all-2 .swiper-3 {
    overflow: visible;
  }
.all-2 .block-tezis-4 {
    grid-template-columns: 1fr;
  }
.all-2 .swiper-4 {
    overflow: visible;
  }
.all-2 .faq-question-bar-3:active {
    background-color: #0000;
  }
.all-2 .price-cont-copy {
    padding: 20px;
  }
.all-2 .btn-prise-store-5 {
    padding-left: 20px;
    padding-right: 20px;
  }
.all-2 .flex-price-wrap {
    grid-template-columns: 1fr;
  }
.all-2 .recommended {
    font-size: 13px;
    position: absolute;
  }
.all-2 .div-block-289 {
    flex-flow: column;
    display: flex;
  }
.all-2 .tag-sale {
    position: static;
  }
.all-2 .price-box-tall {
    padding-bottom: 4em;
  }
.all-2 .btn-prise-02-2, .all-2 .btn-prise-qr-6 {
    padding-left: 20px;
    padding-right: 20px;
  }
.all-2 .price-box-tall-3, .all-2 .price-box-tall-3.w--current {
    padding-bottom: 1em;
  }
.all-2 .recommended-copy-copy {
    font-size: 13px;
  }
.all-2 .garant-7 {
    padding-bottom: 60px;
  }
.all-2 .div-block-291 {
    border-left-width: 6px;
    border-left-color: #1bd173;
  }
.all-2 .prisr--copy {
    position: static;
  }
.all-2 .price-box-tall-1 {
    padding-bottom: 4em;
  }
.all-2 .btn-main-b2b {
    padding-left: 20px;
    padding-right: 20px;
  }
.all-2 .image-132 {
    align-self: auto;
  }
.all-2 .btn-second-b2b {
    padding-left: 20px;
    padding-right: 20px;
  }
.all-2 .card-grid-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
.all-2 .image-133, .all-2 .image-131 {
    align-self: auto;
  }
.all-2 ._01-card-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }
.all-2 .card-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
.all-2 ._02-card-wrapper.green, .all-2 ._02-card-wrapper.red, .all-2 ._02-card-wrapper.orange {
    flex-flow: column;
  }
.all-2 .card-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }
.all-2 .div-block-1443-copy {
    grid-template-columns: 2fr;
  }
.all-2 .swiper-wrapper-3 {
    flex-flow: row;
    margin-bottom: 0;
  }
.all-2 .swiper-slide-3 {
    flex-flow: row;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
  }
.all-2 .warp-headin-icon-copy-4 {
    align-items: center;
  }
.all-2 .swiper-5 {
    overflow: visible;
  }
.all-2 .swiper-5.motion-slide-in.swiper-m {
    padding: 10px;
  }
.all-2 .swiper-6 {
    overflow: visible;
  }
.all-2 .swiper-wrapper-4 {
    flex-flow: row;
    margin-bottom: 20px;
  }
.all-2 .swiper-slide-4 {
    flex-flow: row;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
  }
.all-2 .image-101 {
    max-width: 60%;
  }
.all-2 .promo.grd, .all-2 .card-446 {
    grid-template-columns: 1fr;
  }
.all-2 .h4-web {
    margin-top: 0;
    margin-bottom: 0;
  }
.all-2 .div-block-1478 {
    grid-template-columns: 1fr;
  }
.all-2 .logo-wrapper-web {
    background-color: #0000;
  }
.all-2 .hero_web {
    padding: 0;
  }
.all-2 .gero-bg-4 {
    background-image: url("../images/mob-bg.png");
    background-size: cover;
    grid-template-columns: 1fr;
  }
.all-2 .form-btn, .all-2 .btn-web-02 {
    background-color: #8037fc;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }
.all-2 .web-h1 {
    padding-right: 20px;
  }
.all-2 .web-h1.grd {
    padding-left: 20px;
  }
.all-2 ._2-clm-2 {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 479px) {
.all-2 h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 42px;
    line-height: 120%;
  }
.all-2 h2 {
    font-size: 32px;
  }
.all-2 h3 {
    text-align: left;
    font-size: 26px;
    line-height: 110%;
  }
.all-2 h4 {
    font-family: Montserrat, sans-serif;
    font-size: 21px;
  }
.all-2 h5 {
    font-size: 19px;
    line-height: 130%;
  }
.all-2 p {
    text-align: left;
    font-size: 16px;
  }
.all-2 .containe {
    width: auto;
    position: static;
  }
.all-2 .button_warper {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }
.all-2 .btn-main {
    flex-direction: row;
    justify-content: space-around;
    padding-left: 20px;
    padding-right: 20px;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    box-shadow: 3px 2px 11px 1px #ffb4016e;
  }
.all-2 .btn-main:hover {
    background-color: var(--иет);
    box-shadow: 3px 2px 11px 1px #8037fc66;
  }
.all-2 .header {
    background-color: #0000;
    border-top-right-radius: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }
.all-2 .button-text-20px {
    font-weight: 500;
  }
.all-2 .hero-wrapper {
    align-items: start;
    padding-top: 20px;
    overflow: hidden;
  }
.all-2 .section {
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }
.all-2 .section.motion-slide-in {
    margin-top: 0;
    padding-top: 60px;
  }
.all-2 .margin-bottom-20 {
    max-width: 80%;
    line-height: 120%;
  }
.all-2 .margin-bottom-40px {
    text-align: left;
  }
.all-2 .margin-bottom-40px.light-text {
    text-transform: none;
    font-style: normal;
  }
.all-2 .icon--48px.margin-right-20px {
    margin-right: 14px;
  }
.all-2 .warp-headin-icon {
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 16px;
    display: flex;
  }
.all-2 .block-tezis {
    grid-row-gap: 20px;
    grid-template-rows: auto;
    justify-content: stretch;
    justify-items: stretch;
  }
.all-2 .faq-question-wrap {
    padding: 20px;
  }
.all-2 .faq-question-bar {
    padding-right: 0;
  }
.all-2 .faq-question-bar:active {
    background-color: #0000;
  }
.all-2 .bloc-text-2colmn.margin-bottom-40px {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: .25fr;
    justify-content: stretch;
    justify-items: stretch;
    padding-right: 0;
    display: grid;
  }
.all-2 .div-block-35.margin-btm-20px {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
.all-2 .all-padding-24px {
    padding: 20px;
  }
.all-2 .margin-btm-20px {
    display: block;
  }
.all-2 .grid-16 {
    margin-bottom: 0;
  }
.all-2 .tag-warp {
    flex: 0 auto;
    padding: 10px 16px;
    display: block;
    position: static;
    inset: 0% 0% auto auto;
  }
.all-2 .tag-div {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    margin-bottom: 0;
    display: flex;
  }
.all-2 .card-bonus-lab.radius-20px.all-padding-24px {
    padding: 20px;
  }
.all-2 .tag-lab {
    font-size: 12px;
  }
.all-2 .block-bonus {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    display: grid;
  }
.all-2 .block-bonus.motion-slide-in {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }
.all-2 .card-paywall.sdw.radius-20px.all-padding-14 {
    flex-direction: column;
    justify-content: space-between;
    padding: 10px;
    display: flex;
  }
.all-2 .card-paywall.sdw.radius-20px.all-padding-14:active {
    background-color: #0000;
  }
.all-2 .card-paywall.sdw.radius-20px.all-padding-14.w--current {
    border-width: 3px;
  }
.all-2 .card-paywall.radius-20px.all-padding-14.sdw:active, .all-2 .card-paywall.radius-20px.all-padding-14.sdw.w--current:active {
    background-color: #0000;
  }
.all-2 .card-form.all-padding-24px.radius-20px {
    flex-direction: column;
    grid-template-columns: 1fr;
  }
.all-2 .light-text {
    flex: 1;
    font-size: 17px;
  }
.all-2 .light-text.margin-btm-16px {
    font-size: 22px;
  }
.all-2 .footer-link {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 500;
  }
.all-2 .margin-btm-16px {
    text-align: left;
    margin-bottom: 16px;
  }
.all-2 .paragraph-2 {
    color: var(--text-paragraph);
  }
.all-2 .all {
    background-color: var(--white);
    overflow: hidden;
  }
.all-2 .footer {
    grid-template-columns: 1fr;
    padding-left: 14px;
    padding-right: 14px;
  }
.all-2 .fix-bitton {
    z-index: 90;
    cursor: pointer;
    flex-direction: column;
    justify-content: space-around;
    align-items: stretch;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: fixed;
    inset: auto 14px 14px;
  }
.all-2 .margin-btm-20 {
    padding-right: 0;
  }
.all-2 .btn-main-header {
    background-color: var(--orange-primary);
    flex-direction: row;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
  }
.all-2 .btn-main-header:hover {
    background-color: var(--иет);
  }
.all-2 .vished {
    z-index: auto;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 16px 30px;
    display: flex;
  }
.all-2 .vished.motion-slide-in {
    justify-content: center;
    display: flex;
  }
.all-2 .style-form {
    margin-bottom: 14px;
    padding-left: 14px;
    padding-right: 14px;
  }
.all-2 .form-2 {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }
.all-2 .success-message {
    background-color: var(--voilet-secondary);
    border-radius: 20px;
  }
.all-2 .error-message {
    background-color: var(--red-bg);
    border-radius: 20px;
    padding: 20px;
  }
.all-2 .txt-prise-sale {
    padding: 6px 10px;
    font-size: 15px;
    font-weight: 600;
  }
.all-2 .photo-doc {
    display: flex;
  }
.all-2 .photo-doc.margin-bottom-40px {
    justify-content: center;
  }
.all-2 .prise-copy {
    opacity: 1;
    margin-top: 0;
    margin-bottom: -10px;
    position: relative;
    top: -28px;
  }
.all-2 .all-padding-14 {
    padding: 14px;
  }
.all-2 .card-bonus-lab-copy.radius-20px.all-padding-24px {
    padding: 20px;
  }
.all-2 .tag-lab-copy {
    font-size: 12px;
  }
.all-2 .image-2 {
    max-width: 80%;
  }
.all-2 .div-block-38 {
    padding-right: 0;
  }
.all-2 .punkt-image {
    margin-right: 10px;
  }
.all-2 .image-11 {
    padding-top: 20px;
    padding-bottom: 10px;
  }
.all-2 .image-12 {
    margin-left: 10px;
  }
.all-2 .card-copy.radius-20px.all-padding {
    flex-direction: column;
    justify-content: flex-start;
    padding: 20px;
    display: flex;
  }
.all-2 .card-copy.radius-20px.all-padding.dss {
    background-color: var(--violet-bg);
  }
.all-2 .grid-18 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-direction: column;
    display: flex;
  }
.all-2 .versus {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: #0000;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-content: start stretch;
    place-items: start;
    margin-bottom: 0;
    display: grid;
  }
.all-2 .versus.motion-slide-in {
    padding-bottom: 0;
  }
.all-2 .tag-text {
    text-align: left;
    font-size: 18px;
  }
.all-2 .text-month {
    text-align: center;
    font-size: 16px;
  }
.all-2 .text-prise {
    text-align: center;
    font-size: 12px;
    font-weight: 400;
  }
.all-2 .text-prise-fin {
    text-align: center;
    font-size: 20px;
  }
.all-2 .playstore-button-2 {
    margin-bottom: 0;
  }
.all-2 .playstore-button-2.margin-btm-16px {
    background-color: var(--text-heading);
    background-color: var(--text-paragraph);
    background-color: #8686a0;
    margin-bottom: 0;
    margin-right: 0;
  }
.all-2 .prise-hide {
    opacity: 0;
    margin-top: 0;
    margin-bottom: -10px;
    position: relative;
    top: -24px;
  }
.all-2 .image-15 {
    width: auto;
    max-width: 30%;
    display: none;
    left: auto;
  }
.all-2 .text-span-2 {
    color: var(--text-paragraph);
    text-decoration: line-through;
  }
.all-2 .div-block-50 {
    align-items: flex-start;
  }
.all-2 .image-16 {
    width: 24px;
    height: 24px;
    margin-right: 10px;
  }
.all-2 .prise-check {
    margin-bottom: 16px;
    padding-top: 2px;
    font-size: 20px;
  }
.all-2 .div-block-51 {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }
.all-2 .div-block-53 {
    text-align: center;
    margin-bottom: 0;
  }
.all-2 .text-prise-copy {
    text-align: center;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
  }
.all-2 .sale-prise-warp {
    margin-top: 10px;
    margin-bottom: 10px;
  }
.all-2 .text-prise-copy-copy {
    opacity: 0;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
  }
.all-2 .block-bonus-copy {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    grid-template-columns: 1fr 1fr;
    display: none;
  }
.all-2 .block-bonus-copy.motion-slide-in {
    margin-top: 40px;
  }
.all-2 .heading-warp, .all-2 .heading-warp.motion-slide-in, .all-2 .heading-warp.motion-slide-in {
    padding-right: 0;
  }
.all-2 .section-fotm {
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }
.all-2 .section-fotm.motion-slide-in {
    margin-top: 0;
    padding-top: 60px;
  }
.all-2 .section-bonus {
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }
.all-2 .section-bonus.motion-slide-in {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
    display: grid;
    overflow: hidden;
  }
.all-2 .tag-warp-dark {
    background-color: var(--violet-secondary);
    flex: 0 auto;
    padding: 10px 16px;
    display: block;
  }
.all-2 .text-span-3-copy {
    color: var(--violet-secondary);
  }
.all-2 .h_plus {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
    margin-bottom: 30px;
  }
.all-2 .tabs-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
.all-2 .tabs-menu:active {
    background-color: #0000;
  }
.all-2 .div-block-57 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    align-items: flex-start;
  }
.all-2 .popup.all-padding-24px.radius-20px {
    padding: 50px 20px 20px;
  }
.all-2 .plus-2 {
    width: 32px;
    height: 32px;
  }
.all-2 .section-2 {
    padding-left: 14px;
    padding-right: 14px;
  }
.all-2 .section-paywall {
    padding-left: 20px;
    padding-right: 20px;
    display: none;
    overflow: hidden;
  }
.all-2 .btn-main-fixed {
    background-color: var(--orange-primary);
    flex-direction: row;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
  }
.all-2 .btn-main-fixed:hover {
    background-color: var(--иет);
  }
.all-2 .margin-btm-60 {
    margin-bottom: 40px;
  }
.all-2 .btn-prise-qr {
    background-color: var(--orange-primary);
    flex-direction: row;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
  }
.all-2 .btn-prise-qr:hover {
    background-color: var(--иет);
  }
.all-2 .btn-prise-store {
    background-color: var(--orange-primary);
    flex-direction: row;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
  }
.all-2 .btn-prise-store:hover {
    background-color: var(--иет);
  }
.all-2 .heading-21 {
    margin-bottom: 20px;
    display: block;
  }
.all-2 .heading-22 {
    margin-bottom: 20px;
  }
.all-2 .div-block-63 {
    grid-template-columns: 1fr;
  }
.all-2 .div-block-64 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
.all-2 .sale-prise-warp-hide {
    margin-top: 10px;
    margin-bottom: 10px;
  }
.all-2 .link-block-2 {
    display: block;
  }
.all-2 .swiper {
    flex-direction: column;
    align-items: center;
    display: flex;
    overflow: visible;
  }
.all-2 .swiper.hiden-desctop.motion-slide-in, .all-2 .swiper.hiden-desctop.motion-slide-in.margin-bottom-40px {
    display: block;
  }
.all-2 .swiper-wrapper {
    flex-direction: row;
    justify-content: flex-start;
    display: flex;
  }
.all-2 .swiper-wrapper.motion-slide-in {
    flex-direction: row;
    display: flex;
  }
.all-2 .swiper-slide {
    flex-direction: column;
    width: 100%;
    display: flex;
  }
.all-2 .swiper1-pagination.hiden-desctop {
    display: flex;
  }
.all-2 .swiper-button-next:active, .all-2 .swiper-button-prev:active {
    border-color: var(--voilet-secondary);
    background-color: var(--voilet-secondary);
  }
.all-2 .bold-text {
    line-height: 130%;
  }
.all-2 .arrow-wrapper {
    justify-content: center;
    display: none;
  }
.all-2 .section-3 {
    margin-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: visible;
  }
.all-2 .card-guide-2.radius-20px.all-padding-24px.border-light-2px {
    flex-direction: column;
    max-width: none;
    height: 440px;
  }
.all-2 .guide-img-2 {
    flex-direction: row;
    justify-content: flex-start;
  }
.all-2 .card-guide-copy-2.radius-20px.all-padding-24px.border-light-2px {
    height: 320px;
  }
.all-2 .div-block-72 {
    display: none;
  }
.all-2 .h1-text {
    color: var(--orange-light-bg);
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 20px;
  }
.all-2 .h1-text.light-text {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 30px;
  }
.all-2 .text-block-header--sl {
    margin: 0;
    padding: 0 14px;
  }
.all-2 .text-block-header--sl.motion-slide-in {
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }
.all-2 .vished-copy {
    align-items: flex-end;
    position: static;
  }
.all-2 .image-33 {
    max-width: 80%;
    margin-bottom: 20px;
  }
.all-2 .logo-centr {
    justify-content: center;
    width: auto;
    padding-top: 10px;
    display: flex;
  }
.all-2 .image-35 {
    margin-right: 10px;
  }
.all-2 .image-35:hover {
    opacity: .6;
  }
.all-2 .image-35:active {
    opacity: .2;
  }
.all-2 .grid-16-copy {
    margin-bottom: 0;
  }
.all-2 .grid-16-copy.margin-bottom-40px {
    grid-template-columns: 1fr;
    margin-bottom: 30px;
  }
.all-2 .garant {
    padding-bottom: 60px;
  }
.all-2 .star {
    flex-flow: row;
    justify-content: space-around;
    display: flex;
  }
.all-2 .tag-text-copy {
    font-size: 14px;
  }
.all-2 .data-review {
    font-size: 16px;
  }
.all-2 .div-block-87 {
    grid-template-columns: 1.5fr 1fr;
  }
.all-2 .sale-text, .all-2 .sale-text-copy {
    padding: 4px 10px;
    font-size: 15px;
  }
.all-2 .block-tezis-02 {
    grid-row-gap: 20px;
    grid-template-rows: auto;
    justify-content: stretch;
    justify-items: stretch;
    display: none;
  }
.all-2 .image-38 {
    height: 100px;
  }
.all-2 .div-block-88 {
    inset: 81% -3% 0% auto;
  }
.all-2 .guarantee {
    padding-left: 20px;
    padding-right: 20px;
    overflow: visible;
  }
.all-2 .warp-headin-icon-copy {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }
.all-2 .image-39 {
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
.all-2 .text-span-65 {
    color: var(--violet-bg);
    font-size: 43px;
  }
.all-2 .h1-text-copy {
    color: var(--orange-light-bg);
    text-align: center;
    margin-bottom: 0;
    font-size: 28px;
  }
.all-2 .h1-text-copy.light-text {
    margin-bottom: 6px;
    font-size: 30px;
  }
.all-2 .heading-21-copy-copy {
    margin-bottom: 20px;
    display: block;
  }
.all-2 .link-block-2-copy {
    display: block;
  }
.all-2 .hide-mobile {
    display: none;
  }
.all-2 .button_warper-4 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-direction: column;
    grid-template-columns: 1fr;
    padding-right: 0;
  }
.all-2 .block-tezis-03 {
    grid-row-gap: 20px;
    grid-template-rows: auto;
    justify-content: stretch;
    justify-items: stretch;
    display: none;
  }
.all-2 .h1-text-copy.light-text {
    text-align: center;
    font-size: 30px;
  }
.all-2 .vished-copy {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
.all-2 .mrgn-btm-10px {
    margin-bottom: 10px;
  }
.all-2 .section-3-garant {
    padding-left: 20px;
    padding-right: 20px;
    overflow: visible;
  }
.all-2 .tag-warp-comment {
    flex: 0 auto;
    padding: 10px 16px;
    display: block;
    position: static;
  }
.all-2 .section-3-comment {
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }
.all-2 .chat-user-wrapper {
    justify-content: flex-end;
    align-items: flex-end;
    margin-bottom: 0;
  }
.all-2 .fix-bitton-chat {
    z-index: 100;
    cursor: pointer;
    flex-direction: column;
    justify-content: space-around;
    align-items: stretch;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: fixed;
    inset: auto 14px 14px;
  }
.all-2 .phone-tag-grid {
    grid-template-columns: 1fr;
  }
.all-2 .section-4 {
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }
.all-2 .section-4.motion-slide-in {
    margin-top: 0;
    padding-top: 40px;
  }
.all-2 .btn-main-2 {
    flex-direction: row;
    justify-content: space-around;
    padding-left: 20px;
    padding-right: 20px;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    box-shadow: 3px 2px 11px 1px #ffb4016e;
  }
.all-2 .btn-main-2:hover {
    background-color: #ffc83d;
    box-shadow: 3px 2px 11px 1px #8037fc66;
  }
.all-2 .swiper2 {
    flex-direction: column;
    align-items: center;
    display: flex;
    overflow: visible;
  }
.all-2 .sale-text-wch {
    padding: 4px 10px;
    font-size: 15px;
  }
.all-2 .heading-16-copy-2 {
    color: #fff;
    background-color: #b082fd;
    background-image: linear-gradient(#0000, #0000);
    margin-bottom: 16px;
    font-size: 21px;
  }
.all-2 .tag-warp-2 {
    flex: 0 auto;
    padding: 10px 16px;
    display: block;
    position: static;
    inset: 0% 0% auto auto;
  }
.all-2 .tag-lab-2 {
    font-size: 12px;
  }
.all-2 .he-p {
    font-size: 17px;
  }
.all-2 .tag-lab-wch {
    font-size: 12px;
  }
.all-2 .card-bonus-lab-lifetime.radius-20px.all-padding-24px {
    padding: 20px;
  }
.all-2 .h1-text-2 {
    color: #fcf7e9;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 20px;
  }
.all-2 .h1-text-2.light-text {
    text-align: left;
    margin-bottom: 30px;
    font-size: 32px;
  }
.all-2 .text-prise-copy-copy-2 {
    opacity: 0;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
  }
.all-2 .hh {
    color: var(--text-heading);
  }
.all-2 .image-48 {
    width: 30px;
    height: 30px;
  }
.all-2 .div-block-111 {
    grid-template-columns: 1.25fr .5fr;
  }
.all-2 .test-tag {
    font-size: 14px;
  }
.all-2 .rairing-wrapper {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    align-items: center;
  }
.all-2 .tag-text-2 {
    text-align: left;
    font-size: 18px;
  }
.all-2 .navig-wraper, .all-2 .navig-wraper.btm-40px {
    grid-template-columns: 1fr;
  }
.all-2 .text-block-header--sl-2 {
    margin: 0;
    padding: 0;
  }
.all-2 .btn-prise-qr-3 {
    background-color: #ffb401;
    flex-direction: row;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
  }
.all-2 .btn-prise-qr-3:hover {
    background-color: #ffc83d;
  }
.all-2 .prise-copy-2 {
    opacity: 1;
    margin-top: 0;
    margin-bottom: -10px;
    position: relative;
    top: -28px;
  }
.all-2 .txt-prise-sale-2 {
    padding: 6px 10px;
    font-size: 15px;
    font-weight: 600;
  }
.all-2 .div-block-105 {
    overflow: visible;
  }
.all-2 .faq-question-wrap-2 {
    padding: 20px;
  }
.all-2 .div-block-109-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }
.all-2 .div-block-109-copy.hide-mobile {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
.all-2 .image-49 {
    max-width: 80%;
    margin-bottom: 10px;
  }
.all-2 .link-block-2-copy-2 {
    display: block;
  }
.all-2 .tag-warp-dark-2 {
    background-color: #b082fd;
    flex: 0 auto;
    padding: 10px 16px;
    display: block;
  }
.all-2 .text-prise-2 {
    text-align: center;
    font-size: 12px;
    font-weight: 400;
  }
.all-2 .btn-prise-store-2 {
    background-color: #ffb401;
    flex-direction: row;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
  }
.all-2 .btn-prise-store-2:hover {
    background-color: #ffc83d;
  }
.all-2 .success-message-2 {
    background-color: #dfcdfe;
    border-radius: 20px;
  }
.all-2 .hero-wrapper-2 {
    z-index: auto;
    align-items: start;
    padding-top: 20px;
    overflow: hidden;
  }
.all-2 .text-prise-copy-2 {
    text-align: center;
    font-size: 12px;
    font-weight: 400;
  }
.all-2 .btn-main-fixed-2 {
    background-color: #ffb401;
    flex-direction: row;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
  }
.all-2 .btn-main-fixed-2:hover {
    background-color: #ffc83d;
  }
.all-2 .sale-text-2 {
    padding: 4px 10px;
    font-size: 15px;
  }
.all-2 .prise-hide-2 {
    opacity: 0;
    margin-top: 0;
    margin-bottom: -10px;
    position: relative;
    top: -24px;
  }
.all-2 .tag-warp-comment-copy {
    flex: 0 auto;
    padding: 10px 16px;
    display: block;
    position: static;
  }
.all-2 .garant-2 {
    padding-bottom: 60px;
  }
.all-2 .text-prise-copy-3 {
    text-align: center;
    font-size: 12px;
    font-weight: 400;
  }
.all-2 .text-prise-fin-2 {
    text-align: center;
    font-size: 20px;
  }
.all-2 .warp-headin-icon-copy-2 {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
    display: flex;
  }
.all-2 .text-block-4-copy-2 {
    color: #373660;
    flex: none;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 600;
    display: flex;
  }
.all-2 .link-block-3 {
    display: block;
  }
.all-2 .card-bonus-lab-invitro.radius-20px.all-padding-24px {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
  }
.all-2 .section-paywall-2 {
    padding-left: 20px;
    padding-right: 20px;
    display: none;
    overflow: hidden;
  }
.all-2 .card-445.radius-20px.all-padding {
    align-items: flex-start;
  }
.all-2 .card-445.radius-20px.all-padding._0 {
    border-radius: 16px;
    padding: 14px;
  }
.all-2 .tag-warp-comment-2 {
    flex: 0 auto;
    padding: 10px 16px;
    display: block;
    position: static;
  }
.all-2 .card-paywall-2.sdw.radius-20px.all-padding-14 {
    flex-direction: column;
    justify-content: space-between;
    padding: 10px;
    display: flex;
  }
.all-2 .card-paywall-2.sdw.radius-20px.all-padding-14:active {
    background-color: #0000;
  }
.all-2 .card-paywall-2.sdw.radius-20px.all-padding-14.w--current {
    border-width: 3px;
  }
.all-2 .card-paywall-2.radius-20px.all-padding-14.sdw:active, .all-2 .card-paywall-2.radius-20px.all-padding-14.sdw.w--current:active {
    background-color: #0000;
  }
.all-2 .heading-29 {
    margin-top: 4px;
    margin-bottom: 4px;
  }
.all-2 .popup-2.all-padding-24px.radius-20px {
    padding: 50px 20px 20px;
  }
.all-2 .light-text-2 {
    flex: 1;
    font-size: 17px;
  }
.all-2 .light-text-2.margin-btm-16px {
    font-size: 22px;
  }
.all-2 .promo-wrapper-2 {
    grid-column-gap: 10px;
    justify-content: space-around;
    margin-bottom: 20px;
  }
.all-2 .card-bonus-lab-wt.radius-20px.all-padding-24px {
    padding: 20px;
  }
.all-2 .sale-text-life {
    padding: 4px 10px;
    font-size: 15px;
  }
.all-2 .data-review-2 {
    text-align: right;
    font-size: 16px;
  }
.all-2 .text-header-warp-2 {
    padding-left: 20px;
    padding-right: 20px;
  }
.all-2 .image-50 {
    flex: 0 auto;
    display: block;
    position: static;
  }
.all-2 .footer-link-2 {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 500;
  }
.all-2 .paragraph-18 {
    color: #8686a0;
  }
.all-2 .tag-lab-copy-2 {
    font-size: 12px;
  }
.all-2 .tag-text-copy-2 {
    font-size: 14px;
  }
.all-2 .error-message-2 {
    background-color: #ffd2d5;
    border-radius: 20px;
    padding: 20px;
  }
.all-2 .card-form-2.all-padding-24px.radius-20px {
    flex-direction: column;
    grid-template-columns: 1fr;
  }
.all-2 .grid-20 {
    grid-template-columns: 1fr;
  }
.all-2 .all-2 {
    background-color: #fff;
    overflow: hidden;
  }
.all-2 .promocode-2 {
    grid-column-gap: 0px;
    background-color: #f2ebff;
    border-radius: 10px;
    align-items: center;
    margin-left: 8px;
    padding-left: 20px;
    padding-right: 20px;
  }
.all-2 .block-tezis-02-copy-copy-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: stretch;
    justify-items: stretch;
    display: grid;
  }
.all-2 .video-content {
    grid-template-columns: 1fr;
  }
.all-2 .div-lotiie {
    justify-content: flex-end;
    align-items: center;
  }
.all-2 .div-lotiie.hiden-desctop {
    display: flex;
  }
.all-2 .block-numbers {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
.all-2 .containe-2 {
    position: static;
  }
.all-2 .block-tezis-02-copy-copy-copy-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: stretch;
    justify-items: stretch;
    display: grid;
  }
.all-2 .tag-warp-comment-copy-2 {
    flex: 0 auto;
    padding: 10px 16px;
    display: block;
    position: static;
  }
.all-2 .navig-vrach {
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }
.all-2 .test-tag-2, .all-2 .test-tag-3 {
    font-size: 14px;
  }
.all-2 .section-1200 {
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }
.all-2 .heading-text-pay {
    font-size: 32px;
  }
.all-2 .phone-tag-grid-pay {
    grid-template-columns: 1fr;
  }
.all-2 .containe-960 {
    width: auto;
    position: static;
    overflow: visible;
  }
.all-2 .containe-960-copy {
    width: auto;
    position: static;
  }
.all-2 .logo-wrapper-link {
    justify-content: center;
    display: flex;
  }
.all-2 .section-1200-garant {
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }
.all-2 .containe-960-garant {
    width: auto;
    position: static;
  }
.all-2 .logo-right {
    justify-content: flex-start;
    width: auto;
    padding-top: 10px;
    display: flex;
  }
.all-2 .btn-pay {
    background-color: var(--orange-primary);
    flex-direction: row;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
  }
.all-2 .btn-pay:hover {
    background-color: var(--иет);
  }
.all-2 .section-paywall-1200 {
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }
.all-2 .section-1200-bonus {
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }
.all-2 .no-apps, .all-2 .spec-vrach-grid, .all-2 .phone-tag-grid-copy {
    grid-template-columns: 1fr;
  }
.all-2 .containe-navig-spec {
    width: auto;
    position: static;
  }
.all-2 .gift-tag-grid {
    grid-template-columns: 1fr;
  }
.all-2 .padarok-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: stretch;
    justify-items: stretch;
    padding: 30px;
    display: grid;
  }
.all-2 .number-img {
    width: 40px;
    height: 40px;
  }
.all-2 .gift-btn-popup {
    background-color: var(--orange-primary);
    flex-direction: row;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }
.all-2 .gift-btn-popup:hover {
    background-color: var(--иет);
  }
.all-2 .div-block-124 {
    inset: auto auto -60% -85px;
  }
.all-2 .hero-wrapper-gift {
    z-index: auto;
    place-items: start center;
    padding-top: 20px;
    overflow: hidden;
  }
.all-2 .h1-text-copy {
    color: var(--orange-light-bg);
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 20px;
  }
.all-2 .h1-text-copy.light-text {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 30px;
  }
.all-2 .vished-copy {
    z-index: auto;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: block;
  }
.all-2 .section-paywall-copy {
    padding-left: 20px;
    padding-right: 20px;
    display: none;
    overflow: hidden;
  }
.all-2 .h1-seo-main {
    font-size: 32px;
  }
.all-2 .block-tezis-chat {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: stretch;
    justify-items: stretch;
    display: grid;
  }
.all-2 .block-numbers-3 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
.all-2 .containe-over {
    width: auto;
    position: static;
  }
.all-2 .section-over {
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: visible;
  }
.all-2 .tag-grid {
    grid-template-columns: 1fr;
  }
.all-2 .text-block {
    font-size: 32px;
  }
.all-2 .text-block.margin-bottom-20 {
    max-width: none;
    font-size: 32px;
  }
.all-2 .card-bonus-zdrav.radius-20px.all-padding-24px {
    padding: 20px;
  }
.all-2 .containe-copy {
    width: auto;
    position: static;
  }
.all-2 .div-block-128.margin-btm-20 {
    display: block;
  }
.all-2 .div-block-129 {
    grid-template-rows: auto auto;
  }
.all-2 .div-block-136 {
    align-items: stretch;
  }
.all-2 .div-block-137 {
    justify-content: center;
  }
.all-2 .div-block-1388 {
    flex-direction: column;
    align-items: stretch;
  }
.all-2 .div-block-14y {
    justify-content: center;
  }
.all-2 .prise-text-block-2 {
    justify-content: center;
    font-size: 30px;
    display: flex;
  }
.all-2 .prise-text {
    font-size: 32px;
  }
.all-2 .promocode {
    grid-column-gap: 0px;
    background-color: #f2ebff;
    border-radius: 10px;
    align-items: center;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
.all-2 .light-text-3 {
    flex: 1;
    align-self: center;
    font-size: 17px;
  }
.all-2 .btn-main-header-2 {
    background-color: #ffb401;
    flex-direction: row;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
  }
.all-2 .btn-main-header-2:hover {
    background-color: #ffc83d;
  }
.all-2 .text-header-warp-3 {
    padding-left: 20px;
    padding-right: 20px;
  }
.all-2 .promo-code-cms {
    color: #373660;
    flex: none;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 600;
    display: flex;
  }
.all-2 .promo-wrapper {
    grid-column-gap: 10px;
    flex-direction: column;
    justify-content: space-around;
    align-self: auto;
    align-items: stretch;
    margin-bottom: 20px;
  }
.all-2 .btn-prise-qr-4 {
    background-color: #ffb401;
    flex-direction: row;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
  }
.all-2 .btn-prise-qr-4:hover {
    background-color: #ffc83d;
  }
.all-2 .garant--green {
    padding-bottom: 60px;
  }
.all-2 .image-50-copy {
    flex: 0 auto;
    padding: 0;
    display: block;
    position: static;
  }
.all-2 .image-49-copy, .all-2 .logo-2 {
    max-width: 80%;
    margin-bottom: 10px;
  }
.all-2 .logo-wrapper {
    z-index: auto;
    align-items: start;
    padding: 20px;
    overflow: hidden;
  }
.all-2 .scpec-block {
    padding: 10px;
  }
.all-2 .section-4-doc {
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }
.all-2 .section-4-doc.motion-slide-in {
    margin-top: 0;
    padding-top: 40px;
  }
.all-2 .section-4-doc.gray {
    padding: 20px;
  }
.all-2 .card-special-wrapper {
    flex-direction: column;
    display: flex;
  }
.all-2 .grid-doc-diet {
    grid-column-gap: 10px;
    grid-template-columns: 96px 1fr;
    justify-items: start;
    margin-bottom: 20px;
  }
.all-2 .grid-video-wrapper {
    grid-template-columns: 1fr;
  }
.all-2 .staeps.radius-20px.all-padding-24px.border-light-2px {
    flex-direction: column;
    max-width: none;
    height: 440px;
  }
.all-2 .card-steps-text-wrapper.margin-btm-20px {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
.all-2 .grid-5colm {
    grid-template-columns: 1fr;
  }
.all-2 .comment-block._04 {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 14px;
  }
.all-2 .diet-p2 {
    font-size: 12px;
  }
.all-2 .diet-h5 {
    font-size: 14px;
    line-height: 110%;
  }
.all-2 .diet-h5.margin-btm-8px {
    font-size: 16px;
    line-height: 120%;
  }
.all-2 .diet-h2 {
    text-align: center;
    font-size: 24px;
  }
.all-2 .diet-h2.margin-bottom-40px {
    font-size: 24px;
  }
.all-2 .step-image.margin-bottom-20 {
    max-width: 100%;
  }
.all-2 .shape1 {
    z-index: 20;
    max-width: 80%;
    inset: 104% 0% auto 8%;
  }
.all-2 .special-image.margin-bottom-20 {
    flex: 0 auto;
    display: block;
  }
.all-2 .crad-imclude {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: center;
    padding: 12px;
  }
.all-2 .diet-h6, .all-2 .diet-h6.margin-btm-8px {
    font-size: 14px;
  }
.all-2 .image-incloude {
    max-width: 120%;
  }
.all-2 .diet-text-star {
    font-size: 14px;
  }
.all-2 .diet-text-review {
    font-size: 12px;
    line-height: 18px;
  }
.all-2 .diet-tag, .all-2 .diet-p3 {
    font-size: 12px;
  }
.all-2 .diet-card-review {
    flex-direction: column;
    justify-content: flex-start;
  }
.all-2 .div-block-1400 {
    grid-template-columns: 2.25fr 1fr 1fr;
  }
.all-2 .diet-h3 {
    font-size: 20px;
  }
.all-2 .diet-h3.centr {
    text-align: center;
  }
.all-2 .diet-h3.centr.dis {
    color: #8686a080;
    text-decoration: line-through;
  }
.all-2 .c-block-wrapper {
    padding: 16px;
  }
.all-2 .c-block-image-wrapper {
    border-radius: 20px;
  }
.all-2 .c-grid-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-radius: 24px;
    grid-template-columns: 1fr;
  }
.all-2 .c-grid-block.hide-mobile {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
.all-2 .scpec-block2 {
    padding: 10px;
  }
.all-2 .header-sc.purple {
    padding: 20px;
  }
.all-2 .header-sc.green {
    background-color: var(--green-primary);
    padding: 20px;
  }
.all-2 .diet-h1, .all-2 .diet-h1.margin-bottom-20 {
    font-size: 24px;
  }
.all-2 .diet-p1 {
    color: #465481;
    font-size: 14px;
  }
.all-2 .diet-p1.margin-bottom-40px {
    font-size: 14px;
  }
.all-2 .diet-p1.white {
    color: #fff;
  }
.all-2 .diet-p1.semi {
    font-weight: 500;
  }
.all-2 .div-block-1403 {
    padding-top: 0;
    padding-bottom: 0;
  }
.all-2 .btn-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }
.all-2 .diet-btn {
    font-size: 16px;
    font-weight: 500;
  }
.all-2 .diet-btn-wrapper {
    background-color: var(--orange-primary);
    flex-direction: row;
    justify-content: center;
    padding: 16px;
  }
.all-2 .diet-btn-wrapper:hover {
    background-color: var(--иет);
  }
.all-2 .text-block-11 {
    justify-content: center;
    padding: 10px;
    display: flex;
  }
.all-2 .sale-wrapper.margin-bottom-20 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: column;
    flex: 0 auto;
    justify-content: space-around;
    align-items: stretch;
    display: flex;
  }
.all-2 .sale-text-diet {
    padding: 10px;
    font-size: 14px;
  }
.all-2 .sale-text-diet.green {
    padding: 10px;
  }
.all-2 .div-block-1405 {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }
.all-2 .div-block-1406 {
    flex-direction: column;
    display: flex;
  }
.all-2 .tezis-gif {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: stretch;
    justify-items: stretch;
    display: grid;
  }
.all-2 .mb-40 {
    margin-bottom: 40px;
  }
.all-2 .image-65 {
    top: -1%;
  }
.all-2 .image-66 {
    top: 0%;
  }
.all-2 .main-img {
    padding: 10px;
  }
.all-2 .section-5 {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    overflow: visible;
  }
.all-2 .containe-961 {
    width: auto;
    position: static;
  }
.all-2 .swiper-wrapper-2 {
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 20px;
    display: flex;
  }
.all-2 .swiper-slide-2 {
    flex-direction: row;
    width: 100%;
    display: flex;
  }
.all-2 .promoscreen-text {
    font-size: 20px;
  }
.all-2 .swiper-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
    overflow: visible;
  }
.all-2 .swiper-2.hiden-desctop.motion-slide-in, .all-2 .swiper-2.hiden-desctop.motion-slide-in.margin-bottom-40px {
    display: block;
  }
.all-2 .diet-p1-copy {
    color: #465481;
    font-size: 14px;
  }
.all-2 .diet-p1-copy.margin-bottom-40px {
    font-size: 14px;
  }
.all-2 .diet-p5 {
    font-size: 16px;
    line-height: 140%;
  }
.all-2 .shape2 {
    z-index: 20;
    max-width: 80%;
    inset: 99% 0% auto 10%;
  }
.all-2 .shape3 {
    z-index: 20;
    inset: -71% 0% auto;
  }
.all-2 .link-back {
    color: #ffb700;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    line-height: 22px;
  }
.all-2 .link-btn-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    display: flex;
  }
.all-2 .link-block-4 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    display: flex;
  }
.all-2 .text-field {
    border-width: 1px;
    margin-bottom: 0;
  }
.all-2 .text-field::placeholder {
    color: #afbedf;
  }
.all-2 .submit-button {
    background-color: var(--orange-primary);
    border-radius: 20px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 600;
  }
.all-2 .form-3 {
    flex-direction: column;
    display: flex;
  }
.all-2 .sale {
    background-color: var(--иет);
    border-radius: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 12px;
    display: flex;
  }
.all-2 .text-block-12 {
    color: var(--white);
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 600;
  }
.all-2 .text-block-12.centr {
    font-size: 16px;
  }
.all-2 .div-block-1411 {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }
.all-2 .div-block-1412 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    margin-bottom: 30px;
    display: flex;
  }
.all-2 .tarif {
    background-color: var(--green-primary);
    border-radius: 20px;
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    padding: 6px 20px;
    display: flex;
  }
.all-2 .text-block-1222222-copy {
    color: var(--white);
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 600;
  }
.all-2 .text-block-1222222-copy.centr {
    font-size: 14px;
  }
.all-2 .card-bank {
    background-color: #f9de55;
    border-radius: 10px;
    justify-content: space-between;
    align-items: center;
    padding: 14px 10px;
    display: flex;
  }
.all-2 .card-bank.sber {
    background-image: radial-gradient(circle farthest-side at 60% -60%, #4089b1, #75d870);
  }
.all-2 .card-bank.sbp {
    background-color: #0e0735;
    align-items: center;
  }
.all-2 .prise-card-bank {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 500;
  }
.all-2 .card-bank-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    display: flex;
  }
.all-2 .tezis-card {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    background-color: #c6f6dd4d;
    border-radius: 20px;
    flex-direction: column;
    padding: 10px;
  }
.all-2 .div-block-1413 {
    display: flex;
  }
.all-2 .submit-button-2 {
    background-color: var(--orange-primary);
    display: block;
  }
.all-2 .text-field-2 {
    border-width: 1px;
    margin-bottom: 0;
    padding: 12px;
  }
.all-2 .div-block-1414 {
    flex-direction: row;
    flex: 0 auto;
    align-items: center;
    padding: 2px 6px;
    display: flex;
  }
.all-2 .div-block-1415 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: center;
  }
.all-2 .bank-card-radio {
    border-color: #e7eef9;
    justify-content: space-between;
    align-items: center;
  }
.all-2 .radio-btn {
    height: 20px;
  }
.all-2 .form-4 {
    flex-direction: column;
    display: flex;
  }
.all-2 .radio-button-label {
    margin-bottom: 0;
  }
.all-2 .div-block-1416 {
    display: flex;
  }
.all-2 .radio-button-field {
    padding-left: 0;
  }
.all-2 .bank-card {
    grid-template-columns: 1fr;
  }
.all-2 .div-block-1418 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    display: flex;
  }
.all-2 .div-block-1418.hide {
    display: none;
  }
.all-2 .bank-card-grid {
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }
.all-2 .div-block-1419 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    border: 0px solid var(--green-secondary);
    grid-template-columns: 1fr;
    padding: 12px;
  }
.all-2 .image-21-copy, .all-2 .check {
    padding-right: 0;
  }
.all-2 .div-block-1420 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    display: flex;
  }
.all-2 .countdown-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-radius: 10px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }
.all-2 .countdown-cell {
    flex-direction: row;
    align-items: center;
    display: flex;
  }
.all-2 .countdown-title {
    color: var(--violet-secondary);
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 600;
  }
.all-2 .countdown-subtitle {
    color: var(--violet-secondary);
    font-family: Montserrat, sans-serif;
    font-size: 10px;
  }
.all-2 .div-block-1421 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    margin-bottom: 20px;
    display: flex;
  }
.all-2 .div-block-1422 {
    grid-template-columns: 1fr;
  }
.all-2 .grid-list {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    border: 0px solid var(--green-secondary);
    grid-template-columns: 1fr;
  }
.all-2 .div-block-1423 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 10px;
    display: flex;
  }
.all-2 .prise-t {
    color: var(--text-heading);
    font-size: 32px;
  }
.all-2 .tabs-menu-2 {
    margin-bottom: 0;
  }
.all-2 .youtube {
    max-width: 100%;
  }
.all-2 .image-67 {
    display: block;
  }
.all-2 .div-block-1425 {
    border-radius: 20px;
    display: block;
    overflow: hidden;
  }
.all-2 .om-timer-container, .all-2 .html-embed {
    width: auto;
    height: auto;
  }
.all-2 .footer-diet {
    padding-left: 14px;
    padding-right: 14px;
  }
.all-2 .footer-diet.gray, .all-2 ._2-clm {
    grid-template-columns: 1fr;
  }
.all-2 .div-block-187 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    display: flex;
  }
.all-2 .style-text {
    font-size: 16px;
  }
.all-2 .containe-962 {
    width: auto;
    position: static;
  }
.all-2 .text-block-14 {
    font-size: 12px;
  }
.all-2 .div-block-212 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: auto;
    grid-auto-columns: 1fr;
    display: grid;
  }
.all-2 .div-block-188 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
.all-2 .heading-44 {
    font-size: 28px;
  }
.all-2 .div-block-184 {
    border-radius: 20px;
    padding: 10px;
  }
.all-2 .section-6 {
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
  }
.all-2 .down-div-wrapper {
    grid-template-columns: 1fr;
  }
.all-2 .text-block-15 {
    font-size: 16px;
  }
.all-2 .div-block-214._30 {
    grid-template-columns: 1.5fr 1fr;
  }
.all-2 .div-block-185 {
    grid-template-columns: 1fr;
  }
.all-2 .dwn-img {
    max-width: 30%;
  }
.all-2 .text-block-16 {
    font-size: 14px;
  }
.all-2 .tabs-menu-4 {
    flex-flow: column;
  }
.all-2 .swn-btn {
    margin-top: 0;
  }
.all-2 .fdfdf {
    flex-flow: column;
  }
.all-2 .app-number-heading {
    font-size: 24px;
  }
.all-2 .text-block-25 {
    font-size: 18px;
  }
.all-2 .div-block-176.all-padding-24px {
    padding: 16px;
  }
.all-2 .btn-app-2 {
    flex-direction: row;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
  }
.all-2 .faq-question-bar-2 {
    padding-right: 0;
  }
.all-2 .faq-question-bar-2:active {
    background-color: #0000;
  }
.all-2 .all-3 {
    overflow: hidden;
  }
.all-2 .arrow-wrapper-2 {
    justify-content: center;
    display: none;
  }
.all-2 .text-block-26 {
    font-size: 14px;
  }
.all-2 .grid-main-card {
    grid-template-columns: 1fr;
  }
.all-2 .bold-text-3 {
    line-height: 130%;
  }
.all-2 .section-1202 {
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    overflow: visible;
  }
.all-2 .section-1203 {
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }
.all-2 .section-1203.motion-slide-in {
    margin-top: 0;
    padding-top: 40px;
  }
.all-2 .promocode-3 {
    grid-column-gap: 0px;
    border-radius: 10px;
    align-items: center;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
.all-2 .card-number-card.all-padding-24px {
    padding: 20px;
  }
.all-2 .text-number {
    font-size: 54px;
  }
.all-2 .button-text-20px-copy {
    font-weight: 500;
  }
.all-2 .garant-blo {
    z-index: 1;
    padding-bottom: 60px;
  }
.all-2 .swiper-button-prev-2:active {
    background-color: #dfcdfe;
    border-color: #dfcdfe;
  }
.all-2 .app-grid {
    grid-template-columns: 1fr 1fr;
  }
.all-2 .div-block-172-copy {
    background-position: 50%;
    justify-content: flex-end;
    align-items: flex-end;
    position: relative;
  }
.all-2 .app-number-card-copy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-radius: 20px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
.all-2 .containe-963 {
    width: auto;
    margin-top: 20px;
    position: static;
  }
.all-2 .promo-code-cms-2 {
    color: #373660;
    flex: none;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 600;
    display: flex;
  }
.all-2 .devide-certical {
    margin-left: 4px;
    margin-right: 4px;
  }
.all-2 .fix-button {
    z-index: 90;
    cursor: pointer;
    flex-direction: column;
    justify-content: space-around;
    align-items: stretch;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: fixed;
    inset: auto 14px 14px;
  }
.all-2 .swiper-button-next-2:active {
    background-color: #dfcdfe;
    border-color: #dfcdfe;
  }
.all-2 .grid-hero {
    position: static;
  }
.all-2 .promo-wrapper-3 {
    grid-column-gap: 10px;
    flex-direction: column;
    justify-content: space-around;
    align-self: auto;
    align-items: stretch;
    margin-bottom: 20px;
  }
.all-2 .button-text-20px-3 {
    font-weight: 500;
  }
.all-2 .section-3-garant-2-copy {
    margin-top: 0;
    margin-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: visible;
  }
.all-2 .btn-main-24 {
    background-color: #70ddff;
    flex-direction: row;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
  }
.all-2 .store-wrapper {
    margin-top: 8px;
  }
.all-2 .faq-question-wrap-3 {
    padding: 20px;
  }
.all-2 .containe-964 {
    width: auto;
    position: static;
  }
.all-2 .div-block-179 {
    flex-flow: column;
    display: flex;
  }
.all-2 .image-82.motion-slide-in {
    top: 50%;
    left: -1px;
  }
.all-2 .app-number-card {
    border-radius: 20px;
    flex-flow: column;
    display: flex;
  }
.all-2 .hero_text-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
.all-2 .hero_h1 {
    font-size: 32px;
  }
.all-2 .review-app_cerd-wrapper {
    flex-flow: row;
  }
.all-2 .section_time {
    padding-left: 10px;
    padding-right: 10px;
  }
.all-2 .time_card {
    padding: 20px;
  }
.all-2 .h2-tl {
    font-size: 30px;
  }
.all-2 .section_faq {
    padding-left: 10px;
    padding-right: 10px;
  }
.all-2 .div-block-1441 {
    padding: 10px;
  }
.all-2 .section_spec {
    padding-left: 10px;
    padding-right: 10px;
  }
.all-2 .div-block-1443 {
    grid-template-columns: 1fr;
  }
.all-2 .section_main-review {
    padding-left: 10px;
    padding-right: 10px;
  }
.all-2 .text-block-30 {
    font-size: 32px;
  }
.all-2 .text-block-30.margin-bottom-20 {
    max-width: none;
    font-size: 32px;
  }
.all-2 .block-numbers-4 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
.all-2 .swiper-button-prev-3:active {
    background-color: #dfcdfe;
    border-color: #dfcdfe;
  }
.all-2 .div-block-1446 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    align-items: flex-start;
  }
.all-2 .swiper-button-next-3:active {
    background-color: #dfcdfe;
    border-color: #dfcdfe;
  }
.all-2 .containe-965 {
    width: auto;
    position: static;
  }
.all-2 .div-block-1447 {
    overflow: visible;
  }
.all-2 .warp-headin-icon-copy-3 {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
    display: flex;
  }
.all-2 .swiper-3 {
    flex-direction: column;
    align-items: center;
    display: flex;
    overflow: visible;
  }
.all-2 .swiper-3.hiden-desctop.motion-slide-in, .all-2 .swiper-3.hiden-desctop.motion-slide-in.margin-bottom-40px {
    display: block;
  }
.all-2 .block-tezis-4 {
    grid-row-gap: 20px;
    grid-template-rows: auto;
    justify-content: stretch;
    justify-items: stretch;
    display: none;
  }
.all-2 .containe-966 {
    width: auto;
    position: static;
  }
.all-2 .section_smi, .all-2 .section_reels {
    padding-left: 10px;
    padding-right: 10px;
  }
.all-2 .reels_card-wrapper-copy {
    grid-template-columns: 1fr;
  }
.all-2 .section_review {
    padding-left: 10px;
    padding-right: 10px;
  }
.all-2 .swiper-4 {
    flex-direction: column;
    align-items: center;
    display: flex;
    overflow: visible;
  }
.all-2 .swiper-button-next-4:active {
    background-color: #dfcdfe;
    border-color: #dfcdfe;
  }
.all-2 .containe-967 {
    width: auto;
    position: static;
  }
.all-2 .section_batle-card {
    padding-left: 10px;
    padding-right: 10px;
  }
.all-2 .faq-question-bar-3 {
    padding-right: 0;
  }
.all-2 .faq-question-bar-3:active {
    background-color: #0000;
  }
.all-2 .bold-text-4 {
    line-height: 130%;
  }
.all-2 .price-cont-copy {
    width: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 16px;
    position: static;
  }
.all-2 .colon-wrap {
    height: 15px;
    font-size: 12px;
  }
.all-2 .div-block-277 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr .3fr;
    place-items: stretch stretch;
  }
.all-2 .btn-prise-store-5 {
    background-color: #fff;
    background-image: linear-gradient(#ffb401, #ffc83d);
    border-radius: 12px;
    flex-direction: row;
    justify-content: center;
    padding: 14px;
  }
.all-2 .btn-prise-store-5:hover {
    background-color: #ffc83d;
  }
.all-2 .button-text-20px-16 {
    font-size: 16px;
    font-weight: 600;
  }
.all-2 .flex-price-wrap {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    grid-template-columns: 1fr;
    margin-bottom: 14px;
  }
.all-2 .recommended {
    background-image: linear-gradient(273deg, #ffb401, #ff4956);
    padding: 4px 14px;
    font-size: 12px;
    font-weight: 600;
  }
.all-2 .div-block-281 {
    padding: 12px;
  }
.all-2 .tag-sale {
    color: #fff;
    background-color: #ffb401;
    flex: 0 auto;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 12px;
    line-height: 18px;
  }
.all-2 .price-box-tall {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
    width: 100%;
    padding-bottom: 3em;
  }
.all-2 .price-box-tall.w--current {
    grid-template-columns: 1fr;
    padding-bottom: 3em;
    box-shadow: 0 0 10px #b082fd73;
  }
.all-2 .price-name-copy {
    color: #272728;
    flex: 0 auto;
    font-size: 14px;
    line-height: 18px;
  }
.all-2 .p1-2 {
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    line-height: 22px;
  }
.all-2 .btn-prise-02-2 {
    background-color: #fff;
    background-image: linear-gradient(#ffb401, #ffc83d);
    border-radius: 12px;
    flex-direction: row;
    justify-content: center;
    padding: 14px;
  }
.all-2 .btn-prise-02-2:hover {
    background-color: #ffc83d;
  }
.all-2 .prisr {
    text-align: center;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 18px;
  }
.all-2 .dot {
    width: 3px;
    height: 3px;
  }
.all-2 .mb-15 {
    margin-bottom: 15px;
  }
.all-2 .btn-prise-qr-6 {
    background-color: #ffb401;
    flex-direction: row;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
  }
.all-2 .btn-prise-qr-6:hover {
    background-color: #ffc83d;
  }
.all-2 .price-box-tall-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
    width: 100%;
    padding-bottom: 1.5em;
  }
.all-2 .price-box-tall-3.w--current {
    grid-template-columns: 1fr;
    padding-bottom: 1.5em;
    box-shadow: 0 0 10px #b082fd73;
  }
.all-2 .time-wrap {
    padding: 4px;
  }
.all-2 .promo-text-2 {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }
.all-2 .button-text-20px-17 {
    font-size: 16px;
    font-weight: 600;
  }
.all-2 .recommended-copy-copy {
    background-image: linear-gradient(273deg, #dfcdfe, #b082fd);
    padding: 4px 14px;
    font-size: 12px;
    font-weight: 600;
  }
.all-2 .h3-web {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 600;
  }
.all-2 .h3-web.m {
    text-align: center;
  }
.all-2 .time {
    border-radius: 5px;
    font-size: 15px;
  }
.all-2 .h2-web {
    font-size: 20px;
  }
.all-2 .timer-font {
    font-size: 18px;
  }
.all-2 .garant-7 {
    z-index: 1;
    background-color: #ecfeee;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
    display: flex;
  }
.all-2 .info-text-2 {
    color: #8686a0;
    font-size: 14px;
    line-height: 18px;
  }
.all-2 .div-block-291 {
    color: #121a48;
    background-color: #ecfeee;
    border-left-width: 4px;
    padding: 8px;
    font-size: 12px;
    font-weight: 600;
  }
.all-2 .icon.copy {
    color: #121a48;
  }
.all-2 .prisr--copy {
    text-align: center;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 18px;
  }
.all-2 .coupon-wrap-2 {
    padding: 8px;
  }
.all-2 .price-box-tall-1 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
    width: 100%;
    padding-bottom: 3em;
  }
.all-2 .price-box-tall-1.w--current {
    grid-template-columns: 1fr;
    padding-bottom: 3em;
    box-shadow: 0 0 10px #b082fd73;
  }
.all-2 .button-text-20px-8, .all-2 .button-text-20px-8-copy {
    font-size: 16px;
    font-weight: 500;
  }
.all-2 .btn-main-b2b {
    background-color: #ffb401;
    flex-direction: row;
    justify-content: center;
    align-self: stretch;
    padding: 14px;
    display: flex;
  }
.all-2 .btn-main-b2b:hover {
    background-color: #ffc83d;
  }
.all-2 .btn-second-b2b {
    background-color: #0000;
    border-width: 2px;
    border-color: #ffb401;
    flex-direction: row;
    justify-content: center;
    align-self: stretch;
    padding: 14px;
    display: flex;
  }
.all-2 .btn-second-b2b:hover {
    background-color: #ffc83d;
  }
.all-2 .card-grid-3 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    margin-bottom: 0;
    display: grid;
  }
.all-2 .h2-b2b {
    font-size: 24px;
  }
.all-2 .containe-968 {
    width: auto;
    margin-top: 20px;
    position: static;
  }
.all-2 .card-grid {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    margin-bottom: 20px;
    display: grid;
  }
.all-2 .b2b-wrapper-btn {
    flex-flow: column;
    display: flex;
  }
.all-2 .h3-b2b {
    font-size: 22px;
  }
.all-2 .mb-40-3 {
    margin-bottom: 20px;
  }
.all-2 .div-block-253 {
    grid-template-columns: 2.5fr;
  }
.all-2 .section_bento {
    padding-left: 10px;
    padding-right: 10px;
  }
.all-2 .section_price {
    padding: 40px 0;
  }
.all-2 .section_doc, .all-2 .div-block-1469 {
    padding-left: 10px;
    padding-right: 10px;
  }
.all-2 .hero-grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr 1fr 1fr;
  }
.all-2 .number-text {
    font-size: 20px;
  }
.all-2 .paragraph-25 {
    font-size: 10px;
    line-height: 120%;
  }
.all-2 .section_docs, .all-2 .section_spec_all {
    padding-left: 10px;
    padding-right: 10px;
  }
.all-2 .text-review, .all-2 .text-review._0 {
    font-size: 12px;
  }
.all-2 .star-img {
    width: 16px;
    height: 16px;
  }
.all-2 .swiper-wrapper-3 {
    flex-flow: row;
    justify-content: flex-start;
    margin-bottom: 0;
    display: flex;
  }
.all-2 .swiper-slide-3 {
    flex-direction: row;
    width: 100%;
    display: flex;
  }
.all-2 .warp-headin-icon-copy-4 {
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 10px;
    display: flex;
  }
.all-2 .div-block-237 {
    height: 16px;
  }
.all-2 .swiper-5 {
    flex-direction: column;
    align-items: center;
    display: flex;
    overflow: visible;
  }
.all-2 .swiper-5.motion-slide-in.swiper-m {
    margin-bottom: 0;
    padding: 0;
  }
.all-2 .pricewall-wrapper {
    padding: 20px;
  }
.all-2 .timer-2 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    background-color: #fff3;
    border-radius: 0;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding: 10px;
    display: flex;
  }
.all-2 .timer-2.grd-copy {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 6px;
  }
.all-2 .p1-web {
    font-size: 14px;
  }
.all-2 .mb-32-2 {
    margin-bottom: 24px;
  }
.all-2 .swiper-button-next-5:active {
    background-color: #dfcdfe;
    border-color: #dfcdfe;
  }
.all-2 .h3-web-2 {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 600;
  }
.all-2 .swiper-6 {
    flex-direction: column;
    align-items: center;
    display: flex;
    overflow: visible;
  }
.all-2 .swiper-pagination-m {
    margin-top: 4px;
    margin-bottom: 4px;
  }
.all-2 .list-wrapper-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }
.all-2 .containe-969 {
    width: auto;
    margin-top: 0;
    padding: 0;
    position: static;
  }
.all-2 .section-1204 {
    margin-top: 40px;
    margin-bottom: 140px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }
.all-2 .tag-txt {
    font-size: 14px;
  }
.all-2 .image-134 {
    display: block;
  }
.all-2 .tag {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }
.all-2 .footer-link-3 {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 500;
  }
.all-2 .arrow-wrapper-2-copy {
    justify-content: center;
    display: none;
  }
.all-2 .containe-970 {
    width: auto;
    position: static;
  }
.all-2 .form-block-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    display: block;
  }
.all-2 .icon-tag {
    width: 28px;
    height: 28px;
  }
.all-2 .h2-web-2 {
    font-size: 20px;
    line-height: 120%;
  }
.all-2 .btn-web {
    flex-flow: row;
    flex: 1;
    justify-content: center;
    align-items: center;
    display: block;
  }
.all-2 .btn-web._2 {
    flex-flow: row;
    align-self: stretch;
    display: flex;
  }
.all-2 .timer-wrapper {
    justify-content: center;
    align-items: center;
  }
.all-2 .div-block-1477 {
    display: none;
  }
.all-2 .swiper-wrapper-4 {
    flex-flow: row;
    justify-content: flex-start;
    margin-bottom: 20px;
    display: flex;
  }
.all-2 .mt-30 {
    margin-top: 10px;
  }
.all-2 .bubble-wrapper.gradient {
    border-radius: 18px 4px 18px 18px;
    margin-top: 0;
    margin-left: 20px;
    margin-right: 20px;
    padding: 14px;
  }
.all-2 .swiper-slide-4 {
    flex-direction: row;
    width: 100%;
    display: flex;
  }
.all-2 .sec-web {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    margin: 32px 16px 0;
    padding: 0;
    overflow: visible;
  }
.all-2 .image-101 {
    max-width: 80%;
  }
.all-2 .promo {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: auto;
    margin-top: 20px;
    padding: 16px;
    position: static;
  }
.all-2 .promo.grd {
    grid-template-columns: 1fr;
    padding: 16px 16px 0;
  }
.all-2 .time-text {
    color: #fff;
    flex: none;
    font-size: 14px;
    line-height: 100%;
  }
.all-2 .image-108 {
    display: none;
  }
.all-2 .web_btn-text {
    text-transform: none;
    text-shadow: 1px 2px 4px #0000001a;
    font-size: 16px;
    font-weight: 600;
  }
.all-2 .web_btn-text.right {
    text-align: left;
  }
.all-2 .main-card.grad-blue, .all-2 .main-card.grad-purple, .all-2 .main-card.grad-grin {
    border-radius: 20px;
    padding: 14px;
  }
.all-2 .main-card.grad-orange {
    border-radius: 20px;
  }
.all-2 .main-card.grad-red {
    border-radius: 20px;
    padding: 14px;
  }
.all-2 .card-446 {
    grid-template-columns: 1fr;
  }
.all-2 .all-web {
    background-color: #fff;
    overflow: hidden;
  }
.all-2 .heading-82 {
    font-size: 16px;
  }
.all-2 .div-block-267 {
    padding: 0;
  }
.all-2 .div-block-1478 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
.all-2 .logo-wrapper-web {
    border-radius: 20px;
  }
.all-2 .p2-web {
    font-size: 14px;
  }
.all-2 .hero_web {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }
.all-2 .mb-20-2 {
    margin-bottom: 10px;
  }
.all-2 .div-block-287 {
    justify-content: center;
    align-items: center;
    display: flex;
  }
.all-2 .gero-bg-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-image: url("../images/mob-bg.png");
    background-position: 50% 0;
    background-size: cover;
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    margin-top: 0;
    margin-bottom: 14px;
    display: grid;
    position: static;
  }
.all-2 .form-btn {
    background-color: #8037fc;
    border-radius: 12px;
    flex-flow: row;
    flex: 1;
    justify-content: center;
    align-self: auto;
    padding: 14px;
    text-decoration: none;
    display: flex;
  }
.all-2 .form-btn:hover {
    background-color: #a673fd;
  }
.all-2 .div-block-256 {
    grid-template-columns: 1fr;
  }
.all-2 .input {
    order: 0;
    align-self: auto;
  }
.all-2 .timer-number {
    color: #fff;
    text-align: left;
    flex: 0 auto;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    line-height: 100%;
    display: block;
  }
.all-2 .h1-web {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 16px;
    font-size: 26px;
    display: block;
  }
.all-2 .h1-web.dark {
    margin-top: 10px;
    font-size: 24px;
    display: flex;
  }
.all-2 .btn-web-02 {
    background-color: #8037fc;
    border-radius: 12px;
    flex-direction: row;
    justify-content: center;
    padding: 14px;
    text-decoration: none;
    display: flex;
  }
.all-2 .btn-web-02:hover {
    background-color: #a673fd;
  }
.all-2 .btn-web-02.w--current {
    padding-left: 14px;
    padding-right: 14px;
  }
.all-2 .div-block-264 {
    font-size: 18px;
  }
.all-2 .div-block-252 {
    padding: 14px;
  }
.all-2 .web-h1 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: block;
  }
.all-2 .web-h1.grd {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    padding: 35px 14px 14px;
    display: flex;
  }
.all-2 .form {
    flex-flow: row;
  }
.all-2 ._2-clm-2 {
    grid-template-columns: 1fr;
  }
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d740-7166d7ff {
  place-self: stretch start;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d74f-7166d7ff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d755-7166d7ff, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d756-7166d7ff {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d758-7166d7ff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d75d-7166d7ff {
  place-self: stretch stretch;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d792-7166d7ff, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d793-7166d7ff {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d797-7166d7ff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d7bd-7166d7ff {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d7c4-7166d7ff, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d7cb-7166d7ff, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d7d2-7166d7ff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d83a-7166d7ff {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d840-7166d7ff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d84e-7166d7ff {
  justify-self: end;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d850-7166d7ff {
  justify-self: start;
}
.all-2 #w-node-fc17b687-ce50-cf4d-f4df-84d9f968659e-7166d7ff {
  align-self: stretch;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d8cc-7166d7ff, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d8d3-7166d7ff, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d8da-7166d7ff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d8e4-7166d7ff, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d8f2-7166d7ff, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d8fe-7166d7ff {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d90c-7166d7ff {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d910-7166d7ff, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d915-7166d7ff, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d91d-7166d7ff, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d922-7166d7ff, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d927-7166d7ff, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d92c-7166d7ff, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d931-7166d7ff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d93e-7166d7ff {
  place-self: end;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d93f-7166d7ff {
  justify-self: end;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d941-7166d7ff {
  justify-self: start;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d94f-7166d7ff {
  justify-self: end;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d95a-7166d7ff {
  justify-self: start;
}
.all-2 #w-node-_9f6b18d1-a3ba-22ec-2ee1-cd3f3848c989-3848c987 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-2 #w-node-_9f6b18d1-a3ba-22ec-2ee1-cd3f3848c98c-3848c987, .all-2 #w-node-_9f6b18d1-a3ba-22ec-2ee1-cd3f3848c990-3848c987, .all-2 #w-node-_9f6b18d1-a3ba-22ec-2ee1-cd3f3848c998-3848c987, .all-2 #w-node-_9f6b18d1-a3ba-22ec-2ee1-cd3f3848c9a0-3848c987, .all-2 #w-node-_9f6b18d1-a3ba-22ec-2ee1-cd3f3848c9a8-3848c987, .all-2 #w-node-_9f6b18d1-a3ba-22ec-2ee1-cd3f3848c9b0-3848c987, .all-2 #w-node-_9f6b18d1-a3ba-22ec-2ee1-cd3f3848c9b8-3848c987, .all-2 #w-node-bd7e24a9-9c7d-ee2e-3e4a-d45046080fea-3848c987, .all-2 #w-node-d58e73ba-7953-f102-477e-94f3ead51957-3848c987, .all-2 #w-node-aba3b162-7470-f30c-1ee5-121ee029bc96-3848c987, .all-2 #w-node-_9f40cd48-2810-0443-eae5-462228f2c554-3848c987, .all-2 #w-node-_5d94b01b-2b17-079e-fa85-af8cf197b189-3848c987, .all-2 #w-node-_9f6b18d1-a3ba-22ec-2ee1-cd3f3848c9c4-3848c987, .all-2 #w-node-_9f6b18d1-a3ba-22ec-2ee1-cd3f3848c9cc-3848c987, .all-2 #w-node-_9f6b18d1-a3ba-22ec-2ee1-cd3f3848c9ce-3848c987, .all-2 #w-node-_9f6b18d1-a3ba-22ec-2ee1-cd3f3848c9d0-3848c987, .all-2 #w-node-_9f6b18d1-a3ba-22ec-2ee1-cd3f3848c9d2-3848c987, .all-2 #w-node-_9f6b18d1-a3ba-22ec-2ee1-cd3f3848c9d4-3848c987, .all-2 #w-node-_9f6b18d1-a3ba-22ec-2ee1-cd3f3848c9d6-3848c987, .all-2 #w-node-_9f6b18d1-a3ba-22ec-2ee1-cd3f3848c9d8-3848c987, .all-2 #w-node-_9f6b18d1-a3ba-22ec-2ee1-cd3f3848c9da-3848c987, .all-2 #w-node-_9f6b18d1-a3ba-22ec-2ee1-cd3f3848c9dc-3848c987, .all-2 #w-node-_9f6b18d1-a3ba-22ec-2ee1-cd3f3848c9e2-3848c987, .all-2 #w-node-_9f6b18d1-a3ba-22ec-2ee1-cd3f3848c9e4-3848c987, .all-2 #w-node-_9f6b18d1-a3ba-22ec-2ee1-cd3f3848c9e8-3848c987, .all-2 #w-node-_9f6b18d1-a3ba-22ec-2ee1-cd3f3848c9ea-3848c987, .all-2 #w-node-_9f6b18d1-a3ba-22ec-2ee1-cd3f3848c9ec-3848c987, .all-2 #w-node-_9f6b18d1-a3ba-22ec-2ee1-cd3f3848c9ee-3848c987, .all-2 #w-node-_9f6b18d1-a3ba-22ec-2ee1-cd3f3848c9f0-3848c987, .all-2 #w-node-_9f6b18d1-a3ba-22ec-2ee1-cd3f3848c9f2-3848c987, .all-2 #w-node-_9f6b18d1-a3ba-22ec-2ee1-cd3f3848c9f4-3848c987, .all-2 #w-node-_9f6b18d1-a3ba-22ec-2ee1-cd3f3848c9f6-3848c987, .all-2 #w-node-_9f6b18d1-a3ba-22ec-2ee1-cd3f3848c9f8-3848c987, .all-2 #w-node-_9f6b18d1-a3ba-22ec-2ee1-cd3f3848c9fa-3848c987, .all-2 #w-node-_9f6b18d1-a3ba-22ec-2ee1-cd3f3848c9fc-3848c987, .all-2 #w-node-_9f6b18d1-a3ba-22ec-2ee1-cd3f3848c9fe-3848c987, .all-2 #w-node-ced0bafd-3315-e824-d04e-18b9fa4a2219-fa4a2211 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-ced0bafd-3315-e824-d04e-18b9fa4a2222-fa4a2211 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}
.all-2 #w-node-ced0bafd-3315-e824-d04e-18b9fa4a222b-fa4a2211 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-2 #w-node-ced0bafd-3315-e824-d04e-18b9fa4a2248-fa4a2211, .all-2 #w-node-ced0bafd-3315-e824-d04e-18b9fa4a2253-fa4a2211, .all-2 #w-node-ced0bafd-3315-e824-d04e-18b9fa4a2265-fa4a2211, .all-2 #w-node-ced0bafd-3315-e824-d04e-18b9fa4a2268-fa4a2211 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-eb3d1139-fc16-f2a4-d49d-84664e9b656b-7166d83b {
  place-self: stretch start;
}
.all-2 #w-node-eb3d1139-fc16-f2a4-d49d-84664e9b6584-7166d83b, .all-2 #w-node-eb3d1139-fc16-f2a4-d49d-84664e9b6586-7166d83b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-c5eac4c9-03f2-bb4d-2aeb-71de2edff1a5-7166d83b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}
.all-2 #w-node-_35e262d9-2122-e26e-1db1-ab9fdc2bcc08-7166d83b, .all-2 #w-node-e421ce13-d205-f944-9a6f-8494415d730c-7166d83b, .all-2 #w-node-cd882591-2318-ebe3-9382-016dee7be2cc-7166d83b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_77b405e1-e7a1-df4d-837b-659eff9998f0-7166d83b, .all-2 #w-node-_5401db74-688d-e236-282f-17cf66e78b5d-7166d83b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-2 #w-node-_4763ed6e-2130-bf48-f124-75a56e4a154a-7166d83b, .all-2 #w-node-_020a8694-d401-b43b-4c06-b14685116154-7166d83b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_020a8694-d401-b43b-4c06-b14685116156-7166d83b {
  place-self: end;
}
.all-2 #w-node-_020a8694-d401-b43b-4c06-b14685116157-7166d83b {
  justify-self: end;
}
.all-2 #w-node-_020a8694-d401-b43b-4c06-b14685116159-7166d83b {
  justify-self: start;
}
.all-2 #w-node-_020a8694-d401-b43b-4c06-b14685116167-7166d83b {
  justify-self: end;
}
.all-2 #w-node-_020a8694-d401-b43b-4c06-b14685116172-7166d83b {
  justify-self: start;
}
.all-2 #w-node-_020a8694-d401-b43b-4c06-b1468511617f-7166d83b {
  justify-self: end;
}
.all-2 #w-node-_020a8694-d401-b43b-4c06-b1468511618a-7166d83b {
  justify-self: start;
}
.all-2 #w-node-_020a8694-d401-b43b-4c06-b14685116197-7166d83b {
  justify-self: end;
}
.all-2 #w-node-_020a8694-d401-b43b-4c06-b146851161a2-7166d83b {
  justify-self: start;
}
.all-2 #w-node-_020a8694-d401-b43b-4c06-b146851161af-7166d83b {
  justify-self: end;
}
.all-2 #w-node-_020a8694-d401-b43b-4c06-b146851161ba-7166d83b {
  justify-self: start;
}
.all-2 #w-node-_020a8694-d401-b43b-4c06-b146851161c7-7166d83b {
  justify-self: end;
}
.all-2 #w-node-_020a8694-d401-b43b-4c06-b146851161d2-7166d83b {
  justify-self: start;
}
.all-2 #w-node-_020a8694-d401-b43b-4c06-b146851161df-7166d83b {
  justify-self: end;
}
.all-2 #w-node-_020a8694-d401-b43b-4c06-b146851161ea-7166d83b {
  justify-self: start;
}
.all-2 #w-node-_020a8694-d401-b43b-4c06-b146851161f7-7166d83b {
  justify-self: end;
}
.all-2 #w-node-_020a8694-d401-b43b-4c06-b14685116202-7166d83b {
  justify-self: start;
}
.all-2 #w-node-_020a8694-d401-b43b-4c06-b1468511620f-7166d83b {
  justify-self: end;
}
.all-2 #w-node-_020a8694-d401-b43b-4c06-b1468511621a-7166d83b {
  justify-self: start;
}
.all-2 #w-node-_020a8694-d401-b43b-4c06-b14685116227-7166d83b {
  justify-self: end;
}
.all-2 #w-node-_020a8694-d401-b43b-4c06-b14685116232-7166d83b {
  justify-self: start;
}
.all-2 #w-node-_020a8694-d401-b43b-4c06-b1468511623f-7166d83b {
  justify-self: end;
}
.all-2 #w-node-_020a8694-d401-b43b-4c06-b1468511624a-7166d83b {
  justify-self: start;
}
.all-2 #w-node-_020a8694-d401-b43b-4c06-b14685116257-7166d83b {
  justify-self: end;
}
.all-2 #w-node-_020a8694-d401-b43b-4c06-b14685116262-7166d83b {
  justify-self: start;
}
.all-2 #w-node-_020a8694-d401-b43b-4c06-b1468511626f-7166d83b {
  justify-self: end;
}
.all-2 #w-node-_020a8694-d401-b43b-4c06-b1468511627a-7166d83b {
  justify-self: start;
}
.all-2 #w-node-af508165-465d-561d-ba56-780a4bb42727-7166d83b, .all-2 #w-node-af508165-465d-561d-ba56-780a4bb42729-7166d83b, .all-2 #w-node-af508165-465d-561d-ba56-780a4bb4272b-7166d83b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-af508165-465d-561d-ba56-780a4bb4272c-7166d83b {
  place-self: end;
}
.all-2 #w-node-af508165-465d-561d-ba56-780a4bb4272d-7166d83b {
  justify-self: end;
}
.all-2 #w-node-af508165-465d-561d-ba56-780a4bb4272f-7166d83b {
  justify-self: start;
}
.all-2 #w-node-_728b9fe1-0c45-95c8-310a-b7f66ec2ed61-7166d83b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-2 #w-node-_728b9fe1-0c45-95c8-310a-b7f66ec2ed66-7166d83b, .all-2 #w-node-_728b9fe1-0c45-95c8-310a-b7f66ec2ed67-7166d83b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_3e7986d5-f481-7b69-a10f-ff914b53441d-7166d83b, .all-2 #w-node-_03291954-c2ff-73bb-4e86-ec87aa806490-7166d83b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-2 #w-node-_03291954-c2ff-73bb-4e86-ec87aa806492-7166d83b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_5883fd2e-dc4a-f911-3afa-95756a814045-7166d83b, .all-2 #w-node-c822f540-b6bb-e1ce-f6ba-29427cd338e5-7166d83b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}
.all-2 #w-node-_2329175f-b6ec-8a5b-386f-f74632d8466e-7166d83b, .all-2 #w-node-ac6a7c7d-fa81-25a2-3365-d85a970b3664-7166d83b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-2 #w-node-_63d5b819-56ec-4ab7-6059-e6eef6685459-7166d83b, .all-2 #w-node-bb6365b2-074d-ad37-190a-d02f6fa544f2-7166d83b, .all-2 #w-node-_54e191f4-e1d4-8f54-e764-395f99817948-7166d83b, .all-2 #w-node-_8af49825-e35d-6400-961a-e0e01f81408f-7166d83b, .all-2 #w-node-a2863d78-5728-2f59-f1cf-1f56810b5169-7166d83b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-c6642880-b5fb-4b42-2e62-9d6fe85ccc25-7166d83b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}
.all-2 #w-node-e76194d0-b439-484d-116a-e393990a49e3-7166d83b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-2 #w-node-_407e6531-0e76-2936-cbf8-4917a1f86eaf-7166d83b, .all-2 #w-node-_7e50d59b-a504-9653-d828-0321043ac24d-7166d83b, .all-2 #w-node-_8dd1a539-00a6-7016-1b97-e291ee38e13d-7166d83b, .all-2 #w-node-ee25c8d7-103a-2882-53c3-f55a8fd3d44c-7166d83b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d740-7166d83d {
  place-self: stretch start;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d74f-7166d83d, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d751-7166d83d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d755-7166d83d, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d756-7166d83d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d758-7166d83d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d75d-7166d83d {
  place-self: stretch stretch;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d792-7166d83d, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d793-7166d83d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d797-7166d83d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d7bd-7166d83d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d7c4-7166d83d, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d7cb-7166d83d, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d7d2-7166d83d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d83a-7166d83d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d840-7166d83d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d84e-7166d83d {
  justify-self: end;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d850-7166d83d {
  justify-self: start;
}
.all-2 #w-node-fc17b687-ce50-cf4d-f4df-84d9f968659e-7166d83d {
  align-self: stretch;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d8cc-7166d83d, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d8d3-7166d83d, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d8da-7166d83d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d8e4-7166d83d, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d8f2-7166d83d, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d8fe-7166d83d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d90c-7166d83d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d910-7166d83d, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d915-7166d83d, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d91d-7166d83d, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d922-7166d83d, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d927-7166d83d, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d92c-7166d83d, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d931-7166d83d, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d93c-7166d83d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d93e-7166d83d {
  place-self: end;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d93f-7166d83d {
  justify-self: end;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d941-7166d83d {
  justify-self: start;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d94f-7166d83d {
  justify-self: end;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d95a-7166d83d {
  justify-self: start;
}
.all-2 #w-node-_0584d2a4-c709-bfe2-540b-f200a9127250-a912724d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-2 #w-node-_0584d2a4-c709-bfe2-540b-f200a9127253-a912724d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-c71f2e97-7358-b9f6-fdc3-bd46200413ca-a912724d, .all-2 #w-node-_0584d2a4-c709-bfe2-540b-f200a9127256-a912724d, .all-2 #w-node-_0584d2a4-c709-bfe2-540b-f200a9127267-a912724d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}
.all-2 #w-node-c4a2f3a2-2265-2e3f-2e57-7130c9f2fe29-7166d91d {
  place-self: stretch start;
}
.all-2 #w-node-d084dca5-a258-1888-ed50-5ff4621d6571-7166d91d, .all-2 #w-node-e920ec79-c979-a725-e95b-b89a8edf2291-7166d91d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_47ddc812-be78-3942-7995-f58cbf358f23-7166d91d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-2 #w-node-_47ddc812-be78-3942-7995-f58cbf358f29-7166d91d, .all-2 #w-node-_47ddc812-be78-3942-7995-f58cbf358f2a-7166d91d, .all-2 #w-node-_21627084-584c-546b-5ec2-79c6642c2b4d-7166d91d, .all-2 #w-node-_21627084-584c-546b-5ec2-79c6642c2b54-7166d91d, .all-2 #w-node-_21627084-584c-546b-5ec2-79c6642c2b5b-7166d91d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_77b405e1-e7a1-df4d-837b-659eff9998f0-7166d91d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-2 #w-node-_3e9a8ae9-dcac-faa0-2317-4f4bded6d1c6-7166d91d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_76bf3dd7-c586-30f7-4587-e4da95b3a037-7166d91d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-2 #w-node-_76bf3dd7-c586-30f7-4587-e4da95b3a03d-7166d91d, .all-2 #w-node-_8f4f04f9-d9ae-235f-dce4-17a7f3dd5ab6-7166d91d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_8f4f04f9-d9ae-235f-dce4-17a7f3dd5ab8-7166d91d {
  place-self: end;
}
.all-2 #w-node-_8f4f04f9-d9ae-235f-dce4-17a7f3dd5ab9-7166d91d {
  justify-self: end;
}
.all-2 #w-node-_8f4f04f9-d9ae-235f-dce4-17a7f3dd5abb-7166d91d {
  justify-self: start;
}
.all-2 #w-node-_8f4f04f9-d9ae-235f-dce4-17a7f3dd5ac9-7166d91d {
  justify-self: end;
}
.all-2 #w-node-_8f4f04f9-d9ae-235f-dce4-17a7f3dd5ad4-7166d91d {
  justify-self: start;
}
.all-2 #w-node-_8f4f04f9-d9ae-235f-dce4-17a7f3dd5ae1-7166d91d {
  justify-self: end;
}
.all-2 #w-node-_8f4f04f9-d9ae-235f-dce4-17a7f3dd5aec-7166d91d {
  justify-self: start;
}
.all-2 #w-node-_8f4f04f9-d9ae-235f-dce4-17a7f3dd5af9-7166d91d {
  justify-self: end;
}
.all-2 #w-node-_8f4f04f9-d9ae-235f-dce4-17a7f3dd5b04-7166d91d {
  justify-self: start;
}
.all-2 #w-node-_8f4f04f9-d9ae-235f-dce4-17a7f3dd5b11-7166d91d {
  justify-self: end;
}
.all-2 #w-node-_8f4f04f9-d9ae-235f-dce4-17a7f3dd5b1c-7166d91d {
  justify-self: start;
}
.all-2 #w-node-_8f4f04f9-d9ae-235f-dce4-17a7f3dd5b29-7166d91d {
  justify-self: end;
}
.all-2 #w-node-_8f4f04f9-d9ae-235f-dce4-17a7f3dd5b34-7166d91d {
  justify-self: start;
}
.all-2 #w-node-_8f4f04f9-d9ae-235f-dce4-17a7f3dd5b41-7166d91d {
  justify-self: end;
}
.all-2 #w-node-_8f4f04f9-d9ae-235f-dce4-17a7f3dd5b4c-7166d91d {
  justify-self: start;
}
.all-2 #w-node-_8f4f04f9-d9ae-235f-dce4-17a7f3dd5b59-7166d91d {
  justify-self: end;
}
.all-2 #w-node-_8f4f04f9-d9ae-235f-dce4-17a7f3dd5b64-7166d91d {
  justify-self: start;
}
.all-2 #w-node-_8f4f04f9-d9ae-235f-dce4-17a7f3dd5b71-7166d91d {
  justify-self: end;
}
.all-2 #w-node-_8f4f04f9-d9ae-235f-dce4-17a7f3dd5b7c-7166d91d {
  justify-self: start;
}
.all-2 #w-node-_8f4f04f9-d9ae-235f-dce4-17a7f3dd5b89-7166d91d {
  justify-self: end;
}
.all-2 #w-node-_8f4f04f9-d9ae-235f-dce4-17a7f3dd5b94-7166d91d {
  justify-self: start;
}
.all-2 #w-node-_8f4f04f9-d9ae-235f-dce4-17a7f3dd5ba1-7166d91d {
  justify-self: end;
}
.all-2 #w-node-_8f4f04f9-d9ae-235f-dce4-17a7f3dd5bac-7166d91d {
  justify-self: start;
}
.all-2 #w-node-_8f4f04f9-d9ae-235f-dce4-17a7f3dd5bb9-7166d91d {
  justify-self: end;
}
.all-2 #w-node-_8f4f04f9-d9ae-235f-dce4-17a7f3dd5bc4-7166d91d {
  justify-self: start;
}
.all-2 #w-node-_8f4f04f9-d9ae-235f-dce4-17a7f3dd5bd1-7166d91d {
  justify-self: end;
}
.all-2 #w-node-_8f4f04f9-d9ae-235f-dce4-17a7f3dd5bdc-7166d91d {
  justify-self: start;
}
.all-2 #w-node-_3e7986d5-f481-7b69-a10f-ff914b53441d-7166d91d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-2 #w-node-_03291954-c2ff-73bb-4e86-ec87aa806492-7166d91d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_5883fd2e-dc4a-f911-3afa-95756a814045-7166d91d, .all-2 #w-node-c822f540-b6bb-e1ce-f6ba-29427cd338e5-7166d91d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}
.all-2 #w-node-_2329175f-b6ec-8a5b-386f-f74632d8466e-7166d91d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-2 #w-node-a2863d78-5728-2f59-f1cf-1f56810b5169-7166d91d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-c6642880-b5fb-4b42-2e62-9d6fe85ccc25-7166d91d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}
.all-2 #w-node-e76194d0-b439-484d-116a-e393990a49e3-7166d91d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-2 #w-node-_407e6531-0e76-2936-cbf8-4917a1f86eaf-7166d91d, .all-2 #w-node-_7e50d59b-a504-9653-d828-0321043ac24d-7166d91d, .all-2 #w-node-_8dd1a539-00a6-7016-1b97-e291ee38e13d-7166d91d, .all-2 #w-node-ee25c8d7-103a-2882-53c3-f55a8fd3d44c-7166d91d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_92656f38-9134-98f6-2486-467588fd0911-7166d951 {
  place-self: stretch start;
}
.all-2 #w-node-_92656f38-9134-98f6-2486-467588fd092a-7166d951, .all-2 #w-node-_92656f38-9134-98f6-2486-467588fd092c-7166d951 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_92656f38-9134-98f6-2486-467588fd0930-7166d951 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}
.all-2 #w-node-_92656f38-9134-98f6-2486-467588fd0935-7166d951, .all-2 #w-node-_92656f38-9134-98f6-2486-467588fd093a-7166d951, .all-2 #w-node-_92656f38-9134-98f6-2486-467588fd093f-7166d951 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_92656f38-9134-98f6-2486-467588fd0961-7166d951, .all-2 #w-node-_92656f38-9134-98f6-2486-467588fd0962-7166d951 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-2 #w-node-_92656f38-9134-98f6-2486-467588fd0964-7166d951, .all-2 #w-node-_92656f38-9134-98f6-2486-467588fd099b-7166d951 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_92656f38-9134-98f6-2486-467588fd099d-7166d951 {
  place-self: end;
}
.all-2 #w-node-_92656f38-9134-98f6-2486-467588fd099e-7166d951 {
  justify-self: end;
}
.all-2 #w-node-_92656f38-9134-98f6-2486-467588fd09a0-7166d951 {
  justify-self: start;
}
.all-2 #w-node-_92656f38-9134-98f6-2486-467588fd09ae-7166d951 {
  justify-self: end;
}
.all-2 #w-node-_92656f38-9134-98f6-2486-467588fd09b9-7166d951 {
  justify-self: start;
}
.all-2 #w-node-_92656f38-9134-98f6-2486-467588fd09c6-7166d951 {
  justify-self: end;
}
.all-2 #w-node-_92656f38-9134-98f6-2486-467588fd09d1-7166d951 {
  justify-self: start;
}
.all-2 #w-node-_92656f38-9134-98f6-2486-467588fd09de-7166d951 {
  justify-self: end;
}
.all-2 #w-node-_92656f38-9134-98f6-2486-467588fd09e9-7166d951 {
  justify-self: start;
}
.all-2 #w-node-_92656f38-9134-98f6-2486-467588fd09f6-7166d951 {
  justify-self: end;
}
.all-2 #w-node-_92656f38-9134-98f6-2486-467588fd0a01-7166d951 {
  justify-self: start;
}
.all-2 #w-node-_92656f38-9134-98f6-2486-467588fd0a0e-7166d951 {
  justify-self: end;
}
.all-2 #w-node-_92656f38-9134-98f6-2486-467588fd0a19-7166d951 {
  justify-self: start;
}
.all-2 #w-node-_92656f38-9134-98f6-2486-467588fd0a26-7166d951 {
  justify-self: end;
}
.all-2 #w-node-_92656f38-9134-98f6-2486-467588fd0a31-7166d951 {
  justify-self: start;
}
.all-2 #w-node-_92656f38-9134-98f6-2486-467588fd0a3e-7166d951 {
  justify-self: end;
}
.all-2 #w-node-_92656f38-9134-98f6-2486-467588fd0a49-7166d951 {
  justify-self: start;
}
.all-2 #w-node-_92656f38-9134-98f6-2486-467588fd0a56-7166d951 {
  justify-self: end;
}
.all-2 #w-node-_92656f38-9134-98f6-2486-467588fd0a61-7166d951 {
  justify-self: start;
}
.all-2 #w-node-_92656f38-9134-98f6-2486-467588fd0a6e-7166d951 {
  justify-self: end;
}
.all-2 #w-node-_92656f38-9134-98f6-2486-467588fd0a79-7166d951 {
  justify-self: start;
}
.all-2 #w-node-_92656f38-9134-98f6-2486-467588fd0a86-7166d951 {
  justify-self: end;
}
.all-2 #w-node-_92656f38-9134-98f6-2486-467588fd0a91-7166d951 {
  justify-self: start;
}
.all-2 #w-node-_92656f38-9134-98f6-2486-467588fd0a9e-7166d951 {
  justify-self: end;
}
.all-2 #w-node-_92656f38-9134-98f6-2486-467588fd0aa9-7166d951 {
  justify-self: start;
}
.all-2 #w-node-_92656f38-9134-98f6-2486-467588fd0ab6-7166d951 {
  justify-self: end;
}
.all-2 #w-node-_92656f38-9134-98f6-2486-467588fd0ac1-7166d951 {
  justify-self: start;
}
.all-2 #w-node-_92656f38-9134-98f6-2486-467588fd0ad9-7166d951, .all-2 #w-node-_92656f38-9134-98f6-2486-467588fd0adb-7166d951, .all-2 #w-node-_92656f38-9134-98f6-2486-467588fd0add-7166d951 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_92656f38-9134-98f6-2486-467588fd0ade-7166d951 {
  place-self: end;
}
.all-2 #w-node-_92656f38-9134-98f6-2486-467588fd0adf-7166d951 {
  justify-self: end;
}
.all-2 #w-node-_92656f38-9134-98f6-2486-467588fd0ae1-7166d951 {
  justify-self: start;
}
.all-2 #w-node-_92656f38-9134-98f6-2486-467588fd0b2a-7166d951 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-2 #w-node-_92656f38-9134-98f6-2486-467588fd0b30-7166d951, .all-2 #w-node-_92656f38-9134-98f6-2486-467588fd0b31-7166d951 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_92656f38-9134-98f6-2486-467588fd0ba6-7166d951 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-2 #w-node-_92656f38-9134-98f6-2486-467588fd0bae-7166d951, .all-2 #w-node-_92656f38-9134-98f6-2486-467588fd0bb1-7166d951, .all-2 #w-node-_92656f38-9134-98f6-2486-467588fd0bd4-7166d951, .all-2 #w-node-_92656f38-9134-98f6-2486-467588fd0bf7-7166d951 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-a851a310-8602-b0a6-d520-a8da9d88efde-7166d955 {
  place-self: stretch start;
}
.all-2 #w-node-a851a310-8602-b0a6-d520-a8da9d88eff7-7166d955 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_51039ea9-a775-6c0b-2de6-8df1b8efb137-7166d955 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-2 #w-node-_51039ea9-a775-6c0b-2de6-8df1b8efb13b-7166d955 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_51039ea9-a775-6c0b-2de6-8df1b8efb140-7166d955 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}
.all-2 #w-node-_51039ea9-a775-6c0b-2de6-8df1b8efb142-7166d955, .all-2 #w-node-_51039ea9-a775-6c0b-2de6-8df1b8efb14a-7166d955, .all-2 #w-node-_51039ea9-a775-6c0b-2de6-8df1b8efb152-7166d955, .all-2 #w-node-_51039ea9-a775-6c0b-2de6-8df1b8efb15a-7166d955, .all-2 #w-node-_51039ea9-a775-6c0b-2de6-8df1b8efb163-7166d955, .all-2 #w-node-_51039ea9-a775-6c0b-2de6-8df1b8efb16a-7166d955, .all-2 #w-node-_51039ea9-a775-6c0b-2de6-8df1b8efb171-7166d955 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_42a6d985-89f0-0bbb-66ab-1d103b9d6ad9-7166d955, .all-2 #w-node-_42a6d985-89f0-0bbb-66ab-1d103b9d6ada-7166d955 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-2 #w-node-_42a6d985-89f0-0bbb-66ab-1d103b9d6adc-7166d955 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-fb15fa93-2b1f-1b97-05b5-8547d05284e9-7166d955, .all-2 #w-node-fb15fa93-2b1f-1b97-05b5-8547d05284ea-7166d955 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-2 #w-node-fb15fa93-2b1f-1b97-05b5-8547d05284ee-7166d955 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-fb15fa93-2b1f-1b97-05b5-8547d05284f1-7166d955, .all-2 #w-node-fb15fa93-2b1f-1b97-05b5-8547d05284fa-7166d955, .all-2 #w-node-fb15fa93-2b1f-1b97-05b5-8547d0528502-7166d955 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}
.all-2 #w-node-_188d9851-8044-3ed3-1d57-e71ebf034840-7166d955 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-e0b49b61-506e-e573-6a68-7669b10498a6-7166d955 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}
.all-2 #w-node-_3d3d7a6c-dcf9-7c3c-d057-435a51c67d8a-7166d955 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-be06c527-6837-4e9f-055c-51fb1fda84bb-7166d955, .all-2 #w-node-cdc77bb6-83ba-c03c-b0bf-b06c15596262-7166d955 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d93c-7166d955 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d93e-7166d955 {
  place-self: end;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d93f-7166d955 {
  justify-self: end;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d941-7166d955 {
  justify-self: start;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d94f-7166d955 {
  justify-self: end;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d95a-7166d955 {
  justify-self: start;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175da7c-7166d955, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175db9c-7166d955 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175dba5-7166d955 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175dbae-7166d955 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175dbcb-7166d955, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175dbd6-7166d955, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175dbe8-7166d955, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175dbeb-7166d955 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_81517e54-3ea5-a813-33b8-38d4d6b93b38-7166d958 {
  place-self: stretch start;
}
.all-2 #w-node-_81517e54-3ea5-a813-33b8-38d4d6b93b46-7166d958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-f19c0b31-c35c-1686-5d8e-2ec2f0f3e598-7166d958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}
.all-2 #w-node-f19c0b31-c35c-1686-5d8e-2ec2f0f3e599-7166d958, .all-2 #w-node-f19c0b31-c35c-1686-5d8e-2ec2f0f3e58e-7166d958, .all-2 #w-node-f19c0b31-c35c-1686-5d8e-2ec2f0f3e595-7166d958 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-2 #w-node-bc856b26-d23e-4150-d4e9-bc2cc2399f8f-7166d958, .all-2 #w-node-_93f8e2fc-06d9-55ef-34e5-df626e7ef01a-7166d958, .all-2 #w-node-_6da69ef1-bdb1-2a5b-b033-091e811d8be1-7166d958, .all-2 #w-node-_66cc141f-e365-de6e-5698-7a24358e2179-7166d958, .all-2 #w-node-f19c0b31-c35c-1686-5d8e-2ec2f0f3e5c9-7166d958, .all-2 #w-node-f19c0b31-c35c-1686-5d8e-2ec2f0f3e5bb-7166d958, .all-2 #w-node-f19c0b31-c35c-1686-5d8e-2ec2f0f3e5c2-7166d958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_8f112e42-e8ef-3f4a-0131-ff110e03db15-7166d958 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-2 #w-node-_8f112e42-e8ef-3f4a-0131-ff110e03db18-7166d958, .all-2 #w-node-_81517e54-3ea5-a813-33b8-38d4d6b93b4d-7166d958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_81517e54-3ea5-a813-33b8-38d4d6b93b54-7166d958, .all-2 #w-node-_81517e54-3ea5-a813-33b8-38d4d6b93b5d-7166d958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}
.all-2 #w-node-_81517e54-3ea5-a813-33b8-38d4d6b93b9a-7166d958, .all-2 #w-node-_81517e54-3ea5-a813-33b8-38d4d6b93b9b-7166d958 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-2 #w-node-_81517e54-3ea5-a813-33b8-38d4d6b93b9d-7166d958, .all-2 #w-node-_81517e54-3ea5-a813-33b8-38d4d6b93bc8-7166d958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_81517e54-3ea5-a813-33b8-38d4d6b93bd4-7166d958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}
.all-2 #w-node-_461f0144-6b67-5518-58f5-cf4bf9398ed0-7166d958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_461f0144-6b67-5518-58f5-cf4bf9398ed2-7166d958 {
  place-self: end;
}
.all-2 #w-node-_461f0144-6b67-5518-58f5-cf4bf9398ed3-7166d958 {
  justify-self: end;
}
.all-2 #w-node-_461f0144-6b67-5518-58f5-cf4bf9398ed5-7166d958 {
  justify-self: start;
}
.all-2 #w-node-_461f0144-6b67-5518-58f5-cf4bf9398ee3-7166d958 {
  justify-self: end;
}
.all-2 #w-node-_461f0144-6b67-5518-58f5-cf4bf9398eea-7166d958 {
  justify-self: start;
}
.all-2 #w-node-c4a2f3a2-2265-2e3f-2e57-7130c9f2fe29-7166d98d {
  place-self: start;
}
.all-2 #w-node-d084dca5-a258-1888-ed50-5ff4621d6571-7166d98d, .all-2 #w-node-e920ec79-c979-a725-e95b-b89a8edf2291-7166d98d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-c5eac4c9-03f2-bb4d-2aeb-71de2edff1a5-7166d98d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}
.all-2 #w-node-_35e262d9-2122-e26e-1db1-ab9fdc2bcc08-7166d98d, .all-2 #w-node-e421ce13-d205-f944-9a6f-8494415d730c-7166d98d, .all-2 #w-node-cd882591-2318-ebe3-9382-016dee7be2cc-7166d98d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_77b405e1-e7a1-df4d-837b-659eff9998f0-7166d98d, .all-2 #w-node-_5401db74-688d-e236-282f-17cf66e78b5d-7166d98d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-2 #w-node-_4763ed6e-2130-bf48-f124-75a56e4a154a-7166d98d, .all-2 #w-node-_8be4f3e7-2701-adf9-35b8-979161def2d5-7166d98d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_8be4f3e7-2701-adf9-35b8-979161def2d7-7166d98d {
  place-self: end;
}
.all-2 #w-node-_8be4f3e7-2701-adf9-35b8-979161def2d8-7166d98d {
  justify-self: end;
}
.all-2 #w-node-_8be4f3e7-2701-adf9-35b8-979161def2da-7166d98d {
  justify-self: start;
}
.all-2 #w-node-_8be4f3e7-2701-adf9-35b8-979161def2e8-7166d98d {
  justify-self: end;
}
.all-2 #w-node-_8be4f3e7-2701-adf9-35b8-979161def2f3-7166d98d {
  justify-self: start;
}
.all-2 #w-node-_8be4f3e7-2701-adf9-35b8-979161def300-7166d98d {
  justify-self: end;
}
.all-2 #w-node-_8be4f3e7-2701-adf9-35b8-979161def30b-7166d98d {
  justify-self: start;
}
.all-2 #w-node-_8be4f3e7-2701-adf9-35b8-979161def318-7166d98d {
  justify-self: end;
}
.all-2 #w-node-_8be4f3e7-2701-adf9-35b8-979161def323-7166d98d {
  justify-self: start;
}
.all-2 #w-node-_8be4f3e7-2701-adf9-35b8-979161def330-7166d98d {
  justify-self: end;
}
.all-2 #w-node-_8be4f3e7-2701-adf9-35b8-979161def33b-7166d98d {
  justify-self: start;
}
.all-2 #w-node-_8be4f3e7-2701-adf9-35b8-979161def348-7166d98d {
  justify-self: end;
}
.all-2 #w-node-_8be4f3e7-2701-adf9-35b8-979161def353-7166d98d {
  justify-self: start;
}
.all-2 #w-node-_8be4f3e7-2701-adf9-35b8-979161def360-7166d98d {
  justify-self: end;
}
.all-2 #w-node-_8be4f3e7-2701-adf9-35b8-979161def36b-7166d98d {
  justify-self: start;
}
.all-2 #w-node-_8be4f3e7-2701-adf9-35b8-979161def378-7166d98d {
  justify-self: end;
}
.all-2 #w-node-_8be4f3e7-2701-adf9-35b8-979161def383-7166d98d {
  justify-self: start;
}
.all-2 #w-node-_8be4f3e7-2701-adf9-35b8-979161def390-7166d98d {
  justify-self: end;
}
.all-2 #w-node-_8be4f3e7-2701-adf9-35b8-979161def39b-7166d98d {
  justify-self: start;
}
.all-2 #w-node-_8be4f3e7-2701-adf9-35b8-979161def3a8-7166d98d {
  justify-self: end;
}
.all-2 #w-node-_8be4f3e7-2701-adf9-35b8-979161def3b3-7166d98d {
  justify-self: start;
}
.all-2 #w-node-_8be4f3e7-2701-adf9-35b8-979161def3c0-7166d98d {
  justify-self: end;
}
.all-2 #w-node-_8be4f3e7-2701-adf9-35b8-979161def3cb-7166d98d {
  justify-self: start;
}
.all-2 #w-node-_8be4f3e7-2701-adf9-35b8-979161def3d8-7166d98d {
  justify-self: end;
}
.all-2 #w-node-_8be4f3e7-2701-adf9-35b8-979161def3e3-7166d98d {
  justify-self: start;
}
.all-2 #w-node-_8be4f3e7-2701-adf9-35b8-979161def3f0-7166d98d {
  justify-self: end;
}
.all-2 #w-node-_8be4f3e7-2701-adf9-35b8-979161def3fb-7166d98d {
  justify-self: start;
}
.all-2 #w-node-af508165-465d-561d-ba56-780a4bb42727-7166d98d, .all-2 #w-node-af508165-465d-561d-ba56-780a4bb42729-7166d98d, .all-2 #w-node-af508165-465d-561d-ba56-780a4bb4272b-7166d98d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-af508165-465d-561d-ba56-780a4bb4272c-7166d98d {
  place-self: end;
}
.all-2 #w-node-af508165-465d-561d-ba56-780a4bb4272d-7166d98d {
  justify-self: end;
}
.all-2 #w-node-af508165-465d-561d-ba56-780a4bb4272f-7166d98d {
  justify-self: start;
}
.all-2 #w-node-_728b9fe1-0c45-95c8-310a-b7f66ec2ed61-7166d98d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-2 #w-node-_728b9fe1-0c45-95c8-310a-b7f66ec2ed66-7166d98d, .all-2 #w-node-_728b9fe1-0c45-95c8-310a-b7f66ec2ed67-7166d98d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-ac6a7c7d-fa81-25a2-3365-d85a970b3664-7166d98d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-2 #w-node-_63d5b819-56ec-4ab7-6059-e6eef6685459-7166d98d, .all-2 #w-node-bb6365b2-074d-ad37-190a-d02f6fa544f2-7166d98d, .all-2 #w-node-_54e191f4-e1d4-8f54-e764-395f99817948-7166d98d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-c4a2f3a2-2265-2e3f-2e57-7130c9f2fe29-7166da15 {
  place-self: stretch start;
}
.all-2 #w-node-d084dca5-a258-1888-ed50-5ff4621d6571-7166da15, .all-2 #w-node-e920ec79-c979-a725-e95b-b89a8edf2291-7166da15 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-c5eac4c9-03f2-bb4d-2aeb-71de2edff1a5-7166da15 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}
.all-2 #w-node-_35e262d9-2122-e26e-1db1-ab9fdc2bcc08-7166da15, .all-2 #w-node-e421ce13-d205-f944-9a6f-8494415d730c-7166da15, .all-2 #w-node-cd882591-2318-ebe3-9382-016dee7be2cc-7166da15 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_77b405e1-e7a1-df4d-837b-659eff9998f0-7166da15, .all-2 #w-node-_5401db74-688d-e236-282f-17cf66e78b5d-7166da15 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-2 #w-node-_4763ed6e-2130-bf48-f124-75a56e4a154a-7166da15, .all-2 #w-node-b94aac2a-41e9-9bc4-58da-e885d75f3e70-7166da15 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-b94aac2a-41e9-9bc4-58da-e885d75f3e75-7166da15 {
  place-self: end;
}
.all-2 #w-node-b94aac2a-41e9-9bc4-58da-e885d75f3e76-7166da15 {
  justify-self: end;
}
.all-2 #w-node-b94aac2a-41e9-9bc4-58da-e885d75f3e79-7166da15 {
  justify-self: start;
}
.all-2 #w-node-_87472664-82ed-952f-7def-85d9a19be827-7166da15 {
  justify-self: end;
}
.all-2 #w-node-_87472664-82ed-952f-7def-85d9a19be834-7166da15 {
  justify-self: start;
}
.all-2 #w-node-_8b9ce353-2a76-3277-b6fe-4c9d834d156a-7166da15 {
  justify-self: end;
}
.all-2 #w-node-_8b9ce353-2a76-3277-b6fe-4c9d834d1575-7166da15 {
  justify-self: start;
}
.all-2 #w-node-_4321de4c-0676-f62c-838f-568ad993798f-7166da15 {
  justify-self: end;
}
.all-2 #w-node-_4321de4c-0676-f62c-838f-568ad993799a-7166da15 {
  justify-self: start;
}
.all-2 #w-node-_48cc5420-cf70-0a81-355b-ccc36917fe9d-7166da15 {
  justify-self: end;
}
.all-2 #w-node-_48cc5420-cf70-0a81-355b-ccc36917fea8-7166da15 {
  justify-self: start;
}
.all-2 #w-node-b7502de5-e124-da6a-69d0-741d8d0a5dbd-7166da15 {
  justify-self: end;
}
.all-2 #w-node-b7502de5-e124-da6a-69d0-741d8d0a5dc8-7166da15 {
  justify-self: start;
}
.all-2 #w-node-fcf32c5b-a1fe-9420-7479-67511f9c06f8-7166da15 {
  justify-self: end;
}
.all-2 #w-node-fcf32c5b-a1fe-9420-7479-67511f9c0703-7166da15 {
  justify-self: start;
}
.all-2 #w-node-_20de0795-eca1-bfc1-c491-6896368a9e23-7166da15 {
  justify-self: end;
}
.all-2 #w-node-_20de0795-eca1-bfc1-c491-6896368a9e2e-7166da15 {
  justify-self: start;
}
.all-2 #w-node-c03a544c-1b19-9f6d-0ecc-98b80f571a82-7166da15 {
  justify-self: end;
}
.all-2 #w-node-c03a544c-1b19-9f6d-0ecc-98b80f571a8d-7166da15 {
  justify-self: start;
}
.all-2 #w-node-_80b3c29b-77ee-1740-dd0f-30728f91a4f9-7166da15 {
  justify-self: end;
}
.all-2 #w-node-_80b3c29b-77ee-1740-dd0f-30728f91a504-7166da15 {
  justify-self: start;
}
.all-2 #w-node-e0df2e25-92c1-6839-50db-dab335a5a034-7166da15 {
  justify-self: end;
}
.all-2 #w-node-e0df2e25-92c1-6839-50db-dab335a5a03f-7166da15 {
  justify-self: start;
}
.all-2 #w-node-d8be8917-86b4-3f95-cc6c-459c12a910b9-7166da15 {
  justify-self: end;
}
.all-2 #w-node-d8be8917-86b4-3f95-cc6c-459c12a910c4-7166da15 {
  justify-self: start;
}
.all-2 #w-node-ca9fa355-4608-3b66-dae4-dcc91ea7a0d5-7166da15 {
  justify-self: end;
}
.all-2 #w-node-ca9fa355-4608-3b66-dae4-dcc91ea7a0e0-7166da15 {
  justify-self: start;
}
.all-2 #w-node-af508165-465d-561d-ba56-780a4bb42727-7166da15, .all-2 #w-node-af508165-465d-561d-ba56-780a4bb42729-7166da15, .all-2 #w-node-af508165-465d-561d-ba56-780a4bb4272b-7166da15 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-af508165-465d-561d-ba56-780a4bb4272c-7166da15 {
  place-self: end;
}
.all-2 #w-node-af508165-465d-561d-ba56-780a4bb4272d-7166da15 {
  justify-self: end;
}
.all-2 #w-node-af508165-465d-561d-ba56-780a4bb4272f-7166da15 {
  justify-self: start;
}
.all-2 #w-node-_728b9fe1-0c45-95c8-310a-b7f66ec2ed61-7166da15 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-2 #w-node-_728b9fe1-0c45-95c8-310a-b7f66ec2ed66-7166da15, .all-2 #w-node-_728b9fe1-0c45-95c8-310a-b7f66ec2ed67-7166da15 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-ac6a7c7d-fa81-25a2-3365-d85a970b3664-7166da15 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-2 #w-node-_63d5b819-56ec-4ab7-6059-e6eef6685459-7166da15, .all-2 #w-node-bb6365b2-074d-ad37-190a-d02f6fa544f2-7166da15, .all-2 #w-node-_54e191f4-e1d4-8f54-e764-395f99817948-7166da15, .all-2 #w-node-_8af49825-e35d-6400-961a-e0e01f81408f-7166da15, .all-2 #w-node-a2863d78-5728-2f59-f1cf-1f56810b5169-7166da15 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-c6642880-b5fb-4b42-2e62-9d6fe85ccc25-7166da15 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}
.all-2 #w-node-e76194d0-b439-484d-116a-e393990a49e3-7166da15 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-2 #w-node-_407e6531-0e76-2936-cbf8-4917a1f86eaf-7166da15, .all-2 #w-node-_7e50d59b-a504-9653-d828-0321043ac24d-7166da15, .all-2 #w-node-_8dd1a539-00a6-7016-1b97-e291ee38e13d-7166da15, .all-2 #w-node-ee25c8d7-103a-2882-53c3-f55a8fd3d44c-7166da15 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d740-7166da5e {
  place-self: stretch start;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d74f-7166da5e, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d751-7166da5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d755-7166da5e, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d756-7166da5e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d758-7166da5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d75d-7166da5e {
  place-self: stretch stretch;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d792-7166da5e, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d793-7166da5e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d797-7166da5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d7bd-7166da5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d7c4-7166da5e, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d7cb-7166da5e, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d7d2-7166da5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d83a-7166da5e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d840-7166da5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d84e-7166da5e {
  justify-self: end;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d850-7166da5e {
  justify-self: start;
}
.all-2 #w-node-fc17b687-ce50-cf4d-f4df-84d9f968659e-7166da5e {
  align-self: stretch;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d8cc-7166da5e, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d8d3-7166da5e, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d8da-7166da5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d8e4-7166da5e, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d8f2-7166da5e, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d8fe-7166da5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d90c-7166da5e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d910-7166da5e, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d915-7166da5e, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d91d-7166da5e, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d922-7166da5e, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d927-7166da5e, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d92c-7166da5e, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d931-7166da5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d93e-7166da5e {
  place-self: end;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d93f-7166da5e {
  justify-self: end;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d941-7166da5e {
  justify-self: start;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d94f-7166da5e {
  justify-self: end;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d95a-7166da5e {
  justify-self: start;
}
.all-2 #w-node-a851a310-8602-b0a6-d520-a8da9d88efde-7166da5f {
  place-self: stretch start;
}
.all-2 #w-node-a851a310-8602-b0a6-d520-a8da9d88eff7-7166da5f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_399e5f5c-785d-6dce-fffb-0cad500d4fe1-7166da5f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}
.all-2 #w-node-_399e5f5c-785d-6dce-fffb-0cad500d4fe2-7166da5f, .all-2 #w-node-_399e5f5c-785d-6dce-fffb-0cad500d4fe3-7166da5f, .all-2 #w-node-_399e5f5c-785d-6dce-fffb-0cad500d4fe7-7166da5f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-2 #w-node-_399e5f5c-785d-6dce-fffb-0cad500d4fe9-7166da5f, .all-2 #w-node-_399e5f5c-785d-6dce-fffb-0cad500d4ff2-7166da5f, .all-2 #w-node-_399e5f5c-785d-6dce-fffb-0cad500d4ffa-7166da5f, .all-2 #w-node-_399e5f5c-785d-6dce-fffb-0cad500d5002-7166da5f, .all-2 #w-node-_399e5f5c-785d-6dce-fffb-0cad500d500b-7166da5f, .all-2 #w-node-_399e5f5c-785d-6dce-fffb-0cad500d5012-7166da5f, .all-2 #w-node-_399e5f5c-785d-6dce-fffb-0cad500d5019-7166da5f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_42a6d985-89f0-0bbb-66ab-1d103b9d6ad9-7166da5f, .all-2 #w-node-_42a6d985-89f0-0bbb-66ab-1d103b9d6ada-7166da5f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-2 #w-node-_42a6d985-89f0-0bbb-66ab-1d103b9d6adc-7166da5f, .all-2 #w-node-_0981ec70-43a0-990d-9691-6faa37b277e7-7166da5f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_0981ec70-43a0-990d-9691-6faa37b277ee-7166da5f, .all-2 #w-node-_0981ec70-43a0-990d-9691-6faa37b277f7-7166da5f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}
.all-2 #w-node-e1e28caa-e9cb-76d7-fd86-9e610507c76c-7166da5f, .all-2 #w-node-e1e28caa-e9cb-76d7-fd86-9e610507c76d-7166da5f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-2 #w-node-e1e28caa-e9cb-76d7-fd86-9e610507c76f-7166da5f, .all-2 #w-node-_188d9851-8044-3ed3-1d57-e71ebf034840-7166da5f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-e0b49b61-506e-e573-6a68-7669b10498a6-7166da5f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d93c-7166da5f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d93e-7166da5f {
  place-self: end;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d93f-7166da5f {
  justify-self: end;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d941-7166da5f {
  justify-self: start;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d94f-7166da5f {
  justify-self: end;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d95a-7166da5f {
  justify-self: start;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175db9c-7166da5f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175dba5-7166da5f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175dbae-7166da5f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175dbcb-7166da5f, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175dbd6-7166da5f, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175dbe8-7166da5f, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175dbeb-7166da5f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d740-7166da8f {
  place-self: stretch start;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d74f-7166da8f, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d751-7166da8f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d755-7166da8f, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d756-7166da8f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d758-7166da8f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d75d-7166da8f {
  place-self: stretch stretch;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d792-7166da8f, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d793-7166da8f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d797-7166da8f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d7bd-7166da8f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d7c4-7166da8f, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d7cb-7166da8f, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d7d2-7166da8f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d83a-7166da8f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d840-7166da8f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d84e-7166da8f {
  justify-self: end;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d850-7166da8f {
  justify-self: start;
}
.all-2 #w-node-fc17b687-ce50-cf4d-f4df-84d9f968659e-7166da8f {
  align-self: stretch;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d8cc-7166da8f, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d8d3-7166da8f, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d8da-7166da8f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d8e4-7166da8f, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d8f2-7166da8f, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d8fe-7166da8f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d90c-7166da8f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d910-7166da8f, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d915-7166da8f, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d91d-7166da8f, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d922-7166da8f, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d927-7166da8f, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d92c-7166da8f, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d931-7166da8f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d93e-7166da8f {
  place-self: end;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d93f-7166da8f {
  justify-self: end;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d941-7166da8f {
  justify-self: start;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d94f-7166da8f {
  justify-self: end;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d95a-7166da8f {
  justify-self: start;
}
.all-2 #w-node-_4804f339-2919-83c2-118e-a17ddaae751a-7166daa7, .all-2 #w-node-_4d21ab21-6da5-cb1f-3026-adfd55ec563b-7166daa7, .all-2 #w-node-_4804f339-2919-83c2-118e-a17ddaae752d-7166daa7, .all-2 #w-node-_4804f339-2919-83c2-118e-a17ddaae7540-7166daa7, .all-2 #w-node-_4804f339-2919-83c2-118e-a17ddaae7544-7166daa7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-b0aa18f9-9c19-cab2-c0b0-bcdee9f807c1-7166daa7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-2 #w-node-_4804f339-2919-83c2-118e-a17ddaae7555-7166daa7, .all-2 #w-node-_4804f339-2919-83c2-118e-a17ddaae7568-7166daa7, .all-2 #w-node-_4804f339-2919-83c2-118e-a17ddaae757b-7166daa7, .all-2 #w-node-_4804f339-2919-83c2-118e-a17ddaae758e-7166daa7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-a811dda1-d5d7-b09f-ce1e-61b4bd964683-7166daa7, .all-2 #w-node-_4804f339-2919-83c2-118e-a17ddaae75a3-7166daa7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-2 #w-node-_4804f339-2919-83c2-118e-a17ddaae75b8-7166daa7 {
  align-self: center;
}
.all-2 #w-node-_4804f339-2919-83c2-118e-a17ddaae75bd-7166daa7 {
  place-self: center;
}
.all-2 #w-node-_4804f339-2919-83c2-118e-a17ddaae75be-7166daa7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-2 #w-node-_4804f339-2919-83c2-118e-a17ddaae75bf-7166daa7 {
  place-self: center;
}
.all-2 #w-node-_4804f339-2919-83c2-118e-a17ddaae75c4-7166daa7 {
  place-self: center;
}
.all-2 #w-node-_4804f339-2919-83c2-118e-a17ddaae75c7-7166daa7 {
  place-self: center;
}
.all-2 #w-node-_4804f339-2919-83c2-118e-a17ddaae75cb-7166daa7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: auto;
}
.all-2 #w-node-_10f1b2b0-4f06-9687-e71c-7677d7715078-7166db0e {
  place-self: stretch start;
}
.all-2 #w-node-_10f1b2b0-4f06-9687-e71c-7677d7715099-7166db0e, .all-2 #w-node-_10f1b2b0-4f06-9687-e71c-7677d771509b-7166db0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d755-7166db0e, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d756-7166db0e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d758-7166db0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d75d-7166db0e {
  place-self: stretch stretch;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d792-7166db0e, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d793-7166db0e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d797-7166db0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d7bd-7166db0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d7c4-7166db0e, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d7cb-7166db0e, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d7d2-7166db0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d83a-7166db0e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d840-7166db0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d84e-7166db0e {
  justify-self: end;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d850-7166db0e {
  justify-self: start;
}
.all-2 #w-node-fc17b687-ce50-cf4d-f4df-84d9f968659e-7166db0e {
  align-self: stretch;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d8cc-7166db0e, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d8d3-7166db0e, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d8da-7166db0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d8e4-7166db0e, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d8f2-7166db0e, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d8fe-7166db0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d90c-7166db0e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d910-7166db0e, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d915-7166db0e, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d91d-7166db0e, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d922-7166db0e, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d927-7166db0e, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d92c-7166db0e, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d931-7166db0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d93e-7166db0e {
  place-self: end;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d93f-7166db0e {
  justify-self: end;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d941-7166db0e {
  justify-self: start;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d94f-7166db0e {
  justify-self: end;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d95a-7166db0e {
  justify-self: start;
}
.all-2 #w-node-_8306d957-54a8-7311-472d-840fcebceb55-cebceb54 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_8306d957-54a8-7311-472d-840fcebceb5a-cebceb54 {
  justify-self: start;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d740-7166db14 {
  place-self: stretch start;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d74f-7166db14, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d751-7166db14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d755-7166db14, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d756-7166db14 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d758-7166db14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d75d-7166db14 {
  place-self: stretch stretch;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d792-7166db14, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d793-7166db14 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d797-7166db14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d7bd-7166db14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d7c4-7166db14, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d7cb-7166db14, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d7d2-7166db14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d83a-7166db14 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d840-7166db14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d84e-7166db14 {
  justify-self: end;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d850-7166db14 {
  justify-self: start;
}
.all-2 #w-node-fc17b687-ce50-cf4d-f4df-84d9f968659e-7166db14 {
  align-self: stretch;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d8cc-7166db14, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d8d3-7166db14, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d8da-7166db14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d8e4-7166db14, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d8f2-7166db14, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d8fe-7166db14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d90c-7166db14 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d910-7166db14, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d915-7166db14, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d91d-7166db14, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d922-7166db14, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d927-7166db14, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d92c-7166db14, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d931-7166db14, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d93c-7166db14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d93e-7166db14 {
  place-self: end;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d93f-7166db14 {
  justify-self: end;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d941-7166db14 {
  justify-self: start;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d94f-7166db14 {
  justify-self: end;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d95a-7166db14 {
  justify-self: start;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175da56-7166db14, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175da57-7166db14 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175da59-7166db14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_2ab4bffa-8073-a674-1d3e-aeda0a186714-7166db14, .all-2 #w-node-_959d55bc-8daf-3f56-0592-4c5da7297b48-7166db14, .all-2 #w-node-_739cbe4c-f86a-85b5-d80b-5b2f58778d2f-7166db14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d740-7166db23 {
  place-self: stretch start;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d74f-7166db23, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d751-7166db23 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d755-7166db23, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d756-7166db23 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d758-7166db23 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d75d-7166db23 {
  place-self: stretch stretch;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d792-7166db23, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d793-7166db23 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d797-7166db23 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d7bd-7166db23 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d7c4-7166db23, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d7cb-7166db23, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d7d2-7166db23, .all-2 #w-node-ce2b9dd1-b6a0-956f-8d26-9c77f53b0021-7166db23 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-ce2b9dd1-b6a0-956f-8d26-9c77f53b0028-7166db23, .all-2 #w-node-ce2b9dd1-b6a0-956f-8d26-9c77f53b0031-7166db23 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}
.all-2 #w-node-_2c9e5457-0561-73f7-aaea-cc8fe3011718-7166db23 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_11b67fef-2085-9ee3-2358-6994c8323fe4-7166db23 {
  place-self: end stretch;
}
.all-2 #w-node-fc5a4ad4-b574-8ff9-8fc1-b690b97d24ad-7166db23 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end stretch;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d83a-7166db23 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d840-7166db23 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d84e-7166db23 {
  justify-self: end;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d850-7166db23 {
  justify-self: start;
}
.all-2 #w-node-fc17b687-ce50-cf4d-f4df-84d9f968659e-7166db23 {
  align-self: stretch;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d8cc-7166db23, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d8d3-7166db23, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d8da-7166db23 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d8e4-7166db23, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d8f2-7166db23, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d8fe-7166db23 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d90c-7166db23 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d910-7166db23, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d915-7166db23, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d91d-7166db23, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d922-7166db23, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d927-7166db23, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d92c-7166db23, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d931-7166db23 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d93e-7166db23 {
  place-self: end;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d93f-7166db23 {
  justify-self: end;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d941-7166db23 {
  justify-self: start;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d94f-7166db23 {
  justify-self: end;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d95a-7166db23 {
  justify-self: start;
}
.all-2 #w-node-e65b5710-622c-5add-724d-9c57b04bca54-7166db23 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-2 #w-node-e65b5710-622c-5add-724d-9c57b04bca57-7166db23, .all-2 #w-node-e65b5710-622c-5add-724d-9c57b04bca5b-7166db23, .all-2 #w-node-e65b5710-622c-5add-724d-9c57b04bca63-7166db23, .all-2 #w-node-e65b5710-622c-5add-724d-9c57b04bca6b-7166db23, .all-2 #w-node-e65b5710-622c-5add-724d-9c57b04bca73-7166db23, .all-2 #w-node-e65b5710-622c-5add-724d-9c57b04bca7b-7166db23, .all-2 #w-node-e65b5710-622c-5add-724d-9c57b04bca83-7166db23, .all-2 #w-node-e65b5710-622c-5add-724d-9c57b04bca8b-7166db23, .all-2 #w-node-e65b5710-622c-5add-724d-9c57b04bca91-7166db23, .all-2 #w-node-e65b5710-622c-5add-724d-9c57b04bca97-7166db23, .all-2 #w-node-e65b5710-622c-5add-724d-9c57b04bca9d-7166db23, .all-2 #w-node-e65b5710-622c-5add-724d-9c57b04bcaa3-7166db23, .all-2 #w-node-e65b5710-622c-5add-724d-9c57b04bcaa9-7166db23 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d740-c3f33f80 {
  place-self: stretch start;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d74f-c3f33f80, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d751-c3f33f80 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d755-c3f33f80, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d756-c3f33f80 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d758-c3f33f80 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d75d-c3f33f80 {
  place-self: stretch stretch;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d792-c3f33f80, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d793-c3f33f80 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d797-c3f33f80 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d7bd-c3f33f80 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d7c4-c3f33f80, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d7cb-c3f33f80, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d7d2-c3f33f80 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d83a-c3f33f80 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d840-c3f33f80 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d84e-c3f33f80 {
  justify-self: end;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d850-c3f33f80 {
  justify-self: start;
}
.all-2 #w-node-fc17b687-ce50-cf4d-f4df-84d9f968659e-c3f33f80 {
  align-self: stretch;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d8cc-c3f33f80, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d8d3-c3f33f80, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d8da-c3f33f80 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d8e4-c3f33f80, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d8f2-c3f33f80, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d8fe-c3f33f80 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d90c-c3f33f80 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d910-c3f33f80, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d915-c3f33f80, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d91d-c3f33f80, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d922-c3f33f80, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d927-c3f33f80, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d92c-c3f33f80, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d931-c3f33f80 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d93e-c3f33f80 {
  place-self: end;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d93f-c3f33f80 {
  justify-self: end;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d941-c3f33f80 {
  justify-self: start;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d94f-c3f33f80 {
  justify-self: end;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d95a-c3f33f80 {
  justify-self: start;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d740-5c0e3515 {
  place-self: stretch start;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d74f-5c0e3515, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d751-5c0e3515 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d755-5c0e3515, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d756-5c0e3515 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d758-5c0e3515 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d75d-5c0e3515 {
  place-self: stretch stretch;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d792-5c0e3515, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d793-5c0e3515 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d797-5c0e3515 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d7bd-5c0e3515 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d7c4-5c0e3515, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d7cb-5c0e3515, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d7d2-5c0e3515 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d83a-5c0e3515 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d840-5c0e3515 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d84e-5c0e3515 {
  justify-self: end;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d850-5c0e3515 {
  justify-self: start;
}
.all-2 #w-node-fc17b687-ce50-cf4d-f4df-84d9f968659e-5c0e3515 {
  align-self: stretch;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d8cc-5c0e3515, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d8d3-5c0e3515, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d8da-5c0e3515 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d8e4-5c0e3515, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d8f2-5c0e3515, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d8fe-5c0e3515 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d90c-5c0e3515 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d910-5c0e3515, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d915-5c0e3515, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d91d-5c0e3515, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d922-5c0e3515, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d927-5c0e3515, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d92c-5c0e3515, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d931-5c0e3515 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d93e-5c0e3515 {
  place-self: end;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d93f-5c0e3515 {
  justify-self: end;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d941-5c0e3515 {
  justify-self: start;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d94f-5c0e3515 {
  justify-self: end;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d95a-5c0e3515 {
  justify-self: start;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d740-515f4e7c {
  place-self: stretch start;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d74f-515f4e7c, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d751-515f4e7c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d755-515f4e7c, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d756-515f4e7c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d758-515f4e7c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d75d-515f4e7c {
  place-self: stretch stretch;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d792-515f4e7c, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d793-515f4e7c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d797-515f4e7c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d7bd-515f4e7c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d7c4-515f4e7c, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d7cb-515f4e7c, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d7d2-515f4e7c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d83a-515f4e7c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d840-515f4e7c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d84e-515f4e7c {
  justify-self: end;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d850-515f4e7c {
  justify-self: start;
}
.all-2 #w-node-fc17b687-ce50-cf4d-f4df-84d9f968659e-515f4e7c {
  align-self: stretch;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d8cc-515f4e7c, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d8d3-515f4e7c, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d8da-515f4e7c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d8e4-515f4e7c, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d8f2-515f4e7c, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d8fe-515f4e7c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d90c-515f4e7c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d910-515f4e7c, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d915-515f4e7c, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d91d-515f4e7c, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d922-515f4e7c, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d927-515f4e7c, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d92c-515f4e7c, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d931-515f4e7c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d93e-515f4e7c {
  place-self: end;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d93f-515f4e7c {
  justify-self: end;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d941-515f4e7c {
  justify-self: start;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d94f-515f4e7c {
  justify-self: end;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d95a-515f4e7c {
  justify-self: start;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d740-024af82b {
  place-self: stretch start;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d74f-024af82b, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d751-024af82b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d755-024af82b, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d756-024af82b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d758-024af82b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d75d-024af82b {
  place-self: stretch stretch;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d792-024af82b, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d793-024af82b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d797-024af82b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d7bd-024af82b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d7c4-024af82b, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d7cb-024af82b, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d7d2-024af82b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d83a-024af82b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d840-024af82b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d84e-024af82b {
  justify-self: end;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d850-024af82b {
  justify-self: start;
}
.all-2 #w-node-fc17b687-ce50-cf4d-f4df-84d9f968659e-024af82b {
  align-self: stretch;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d8cc-024af82b, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d8d3-024af82b, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d8da-024af82b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d8e4-024af82b, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d8f2-024af82b, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d8fe-024af82b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d90c-024af82b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d910-024af82b, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d915-024af82b, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d91d-024af82b, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d922-024af82b, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d927-024af82b, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d92c-024af82b, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d931-024af82b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d93e-024af82b {
  place-self: end;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d93f-024af82b {
  justify-self: end;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d941-024af82b {
  justify-self: start;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d94f-024af82b {
  justify-self: end;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d95a-024af82b {
  justify-self: start;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d740-5eba12b8 {
  place-self: stretch start;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d74f-5eba12b8, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d751-5eba12b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d755-5eba12b8, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d756-5eba12b8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d758-5eba12b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d75d-5eba12b8 {
  place-self: stretch stretch;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d792-5eba12b8, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d793-5eba12b8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d797-5eba12b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d7bd-5eba12b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d7c4-5eba12b8, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d7cb-5eba12b8, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d7d2-5eba12b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d83a-5eba12b8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d840-5eba12b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d84e-5eba12b8 {
  justify-self: end;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d850-5eba12b8 {
  justify-self: start;
}
.all-2 #w-node-fc17b687-ce50-cf4d-f4df-84d9f968659e-5eba12b8 {
  align-self: stretch;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d8cc-5eba12b8, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d8d3-5eba12b8, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d8da-5eba12b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d8e4-5eba12b8, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d8f2-5eba12b8, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d8fe-5eba12b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d90c-5eba12b8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d910-5eba12b8, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d915-5eba12b8, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d91d-5eba12b8, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d922-5eba12b8, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d927-5eba12b8, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d92c-5eba12b8, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d931-5eba12b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d93e-5eba12b8 {
  place-self: end;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d93f-5eba12b8 {
  justify-self: end;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d941-5eba12b8 {
  justify-self: start;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d94f-5eba12b8 {
  justify-self: end;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d95a-5eba12b8 {
  justify-self: start;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d740-4485a45b {
  place-self: stretch start;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d74f-4485a45b, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d751-4485a45b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d755-4485a45b, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d756-4485a45b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d758-4485a45b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d75d-4485a45b {
  place-self: stretch stretch;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d792-4485a45b, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d793-4485a45b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d797-4485a45b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d7bd-4485a45b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d7c4-4485a45b, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d7cb-4485a45b, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d7d2-4485a45b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d83a-4485a45b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d840-4485a45b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d84e-4485a45b {
  justify-self: end;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d850-4485a45b {
  justify-self: start;
}
.all-2 #w-node-fc17b687-ce50-cf4d-f4df-84d9f968659e-4485a45b {
  align-self: stretch;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d8cc-4485a45b, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d8d3-4485a45b, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d8da-4485a45b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d8e4-4485a45b, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d8f2-4485a45b, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d8fe-4485a45b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d90c-4485a45b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d910-4485a45b, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d915-4485a45b, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d91d-4485a45b, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d922-4485a45b, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d927-4485a45b, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d92c-4485a45b, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d931-4485a45b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d93e-4485a45b {
  place-self: end;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d93f-4485a45b {
  justify-self: end;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d941-4485a45b {
  justify-self: start;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d94f-4485a45b {
  justify-self: end;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d95a-4485a45b {
  justify-self: start;
}
.all-2 #w-node-_876164b5-ff08-de3e-ddb3-1990e7b183a7-a250b5e5 {
  place-self: stretch start;
}
.all-2 #w-node-_923ce7c3-b6d8-a7cf-bc8e-890500aedba8-87ad4854, .all-2 #w-node-_68a6fe21-51f9-7db9-6e4d-e9566bbdd3dc-87ad4854, .all-2 #w-node-_449e2c64-8d3e-c765-72c3-d75bd828ea60-87ad4854, .all-2 #w-node-_3f671fda-c823-0dad-a64e-c4526f97ab55-87ad4854, .all-2 #w-node-d0e50197-0933-fbe9-194a-9f2308b19f8b-87ad4854, .all-2 #w-node-d545696f-15ad-4747-3e68-d22cafd125df-87ad4854, .all-2 #w-node-d111330b-35c4-c16a-8a5d-fbf8edc746cb-87ad4854 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_08ba42a1-2d74-92c4-e7cb-d42461b34b71-87ad4854 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}
.all-2 #w-node-_08ba42a1-2d74-92c4-e7cb-d42461b34b74-87ad4854 {
  align-self: end;
}
.all-2 #w-node-_08ba42a1-2d74-92c4-e7cb-d42461b34b7f-87ad4854 {
  align-self: start;
}
.all-2 #w-node-e51b3562-8bea-809e-3a63-28b24c91b8cf-87ad4854 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}
.all-2 #w-node-e51b3562-8bea-809e-3a63-28b24c91b8d2-87ad4854 {
  align-self: end;
}
.all-2 #w-node-e51b3562-8bea-809e-3a63-28b24c91b8dd-87ad4854 {
  align-self: start;
}
.all-2 #w-node-_9db90a72-2408-b12d-c03a-d41aa7295a4c-87ad4854 {
  align-self: auto;
}
.all-2 #w-node-e89fd748-580d-4d1d-4468-0486ef560292-87ad4854 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_76459698-0798-4643-ec94-6d68ec2fc86f-87ad4854 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}
.all-2 #w-node-e8ba289f-af79-29cb-ad60-d09f891e66f5-87ad4854, .all-2 #w-node-_4deb9a0e-8b16-2539-6632-6106fbd43ddc-87ad4854 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_9bd47f7c-28ab-c750-8cfa-d86a7bc008fd-87ad4854 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}
.all-2 #w-node-_4deb9a0e-8b16-2539-6632-6106fbd43ded-87ad4854, .all-2 #w-node-aa62b719-9ae9-4397-8b77-b0e189c3418f-87ad4854, .all-2 #w-node-_0f049789-3d33-95f5-b69a-a3ee0cd61e34-87ad4854 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-c6293ab5-c9b9-d18e-a73b-dfd54693ea7e-87ad4854 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}
.all-2 #w-node-c6293ab5-c9b9-d18e-a73b-dfd54693ea80-87ad4854 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}
.all-2 #w-node-_7b717d92-88af-1def-c682-1d3a4b0d957e-87ad4854 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d8e4-87ad4854 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}
.all-2 #w-node-_38e4c0eb-5663-dd1a-459d-f8e47974b500-87ad4854, .all-2 #w-node-bdb4236d-a6b7-1953-8f56-e987bb9f9091-87ad4854 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}
.all-2 #w-node-_308ba84f-d396-4302-d7f6-e9f006be8dc5-87ad4854 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}
.all-2 #w-node-_308ba84f-d396-4302-d7f6-e9f006be8ddd-87ad4854 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}
.all-2 #w-node-_15cecce6-ccaa-c08d-3e30-c68cde228078-87ad4854 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}
.all-2 #w-node-_15cecce6-ccaa-c08d-3e30-c68cde228090-87ad4854 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}
.all-2 #w-node-aabc07dd-ac60-3cb9-a9f5-5f8e2b8efe18-87ad4854 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}
.all-2 #w-node-aabc07dd-ac60-3cb9-a9f5-5f8e2b8efe21-87ad4854 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-2 #w-node-_26cf778a-21c3-ab66-1b59-609a47d53a72-87ad4854, .all-2 #w-node-_26cf778a-21c3-ab66-1b59-609a47d53a80-87ad4854, .all-2 #w-node-_26cf778a-21c3-ab66-1b59-609a47d53a94-87ad4854, .all-2 #w-node-_26cf778a-21c3-ab66-1b59-609a47d53a97-87ad4854, .all-2 #w-node-_923ce7c3-b6d8-a7cf-bc8e-890500aedba8-70f69047 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-b041c97b-8dd5-b507-37f9-60ffd0901ef9-70f69047 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-2 #w-node-aabc07dd-ac60-3cb9-a9f5-5f8e2b8efe18-70f69047 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}
.all-2 #w-node-aabc07dd-ac60-3cb9-a9f5-5f8e2b8efe21-70f69047 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-2 #w-node-_26cf778a-21c3-ab66-1b59-609a47d53a72-70f69047, .all-2 #w-node-_26cf778a-21c3-ab66-1b59-609a47d53a80-70f69047, .all-2 #w-node-_26cf778a-21c3-ab66-1b59-609a47d53a94-70f69047, .all-2 #w-node-_26cf778a-21c3-ab66-1b59-609a47d53a97-70f69047, .all-2 #w-node-_923ce7c3-b6d8-a7cf-bc8e-890500aedba8-89d56473 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-aabc07dd-ac60-3cb9-a9f5-5f8e2b8efe18-89d56473 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}
.all-2 #w-node-aabc07dd-ac60-3cb9-a9f5-5f8e2b8efe21-89d56473 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-2 #w-node-_26cf778a-21c3-ab66-1b59-609a47d53a72-89d56473, .all-2 #w-node-_26cf778a-21c3-ab66-1b59-609a47d53a80-89d56473, .all-2 #w-node-_26cf778a-21c3-ab66-1b59-609a47d53a94-89d56473, .all-2 #w-node-_26cf778a-21c3-ab66-1b59-609a47d53a97-89d56473, .all-2 #w-node-_923ce7c3-b6d8-a7cf-bc8e-890500aedba8-7bba9625, .all-2 #w-node-_68a6fe21-51f9-7db9-6e4d-e9566bbdd3dc-7bba9625, .all-2 #w-node-_449e2c64-8d3e-c765-72c3-d75bd828ea60-7bba9625, .all-2 #w-node-_3f671fda-c823-0dad-a64e-c4526f97ab55-7bba9625, .all-2 #w-node-d0e50197-0933-fbe9-194a-9f2308b19f8b-7bba9625, .all-2 #w-node-d545696f-15ad-4747-3e68-d22cafd125df-7bba9625, .all-2 #w-node-d111330b-35c4-c16a-8a5d-fbf8edc746cb-7bba9625 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_08ba42a1-2d74-92c4-e7cb-d42461b34b71-7bba9625 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}
.all-2 #w-node-_08ba42a1-2d74-92c4-e7cb-d42461b34b74-7bba9625 {
  align-self: end;
}
.all-2 #w-node-_08ba42a1-2d74-92c4-e7cb-d42461b34b7f-7bba9625 {
  align-self: start;
}
.all-2 #w-node-e51b3562-8bea-809e-3a63-28b24c91b8cf-7bba9625 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}
.all-2 #w-node-e51b3562-8bea-809e-3a63-28b24c91b8d2-7bba9625 {
  align-self: end;
}
.all-2 #w-node-e51b3562-8bea-809e-3a63-28b24c91b8dd-7bba9625 {
  align-self: start;
}
.all-2 #w-node-_9db90a72-2408-b12d-c03a-d41aa7295a4c-7bba9625 {
  align-self: auto;
}
.all-2 #w-node-e89fd748-580d-4d1d-4468-0486ef560292-7bba9625 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_76459698-0798-4643-ec94-6d68ec2fc86f-7bba9625 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}
.all-2 #w-node-e8ba289f-af79-29cb-ad60-d09f891e66f5-7bba9625, .all-2 #w-node-_4deb9a0e-8b16-2539-6632-6106fbd43ddc-7bba9625 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_9bd47f7c-28ab-c750-8cfa-d86a7bc008fd-7bba9625 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}
.all-2 #w-node-_4deb9a0e-8b16-2539-6632-6106fbd43ded-7bba9625, .all-2 #w-node-aa62b719-9ae9-4397-8b77-b0e189c3418f-7bba9625, .all-2 #w-node-_0f049789-3d33-95f5-b69a-a3ee0cd61e34-7bba9625 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-c6293ab5-c9b9-d18e-a73b-dfd54693ea7e-7bba9625 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}
.all-2 #w-node-c6293ab5-c9b9-d18e-a73b-dfd54693ea80-7bba9625 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}
.all-2 #w-node-_7b717d92-88af-1def-c682-1d3a4b0d957e-7bba9625 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d8e4-7bba9625 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}
.all-2 #w-node-_38e4c0eb-5663-dd1a-459d-f8e47974b500-7bba9625, .all-2 #w-node-bdb4236d-a6b7-1953-8f56-e987bb9f9091-7bba9625 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}
.all-2 #w-node-_308ba84f-d396-4302-d7f6-e9f006be8dc5-7bba9625 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}
.all-2 #w-node-_308ba84f-d396-4302-d7f6-e9f006be8ddd-7bba9625 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}
.all-2 #w-node-_15cecce6-ccaa-c08d-3e30-c68cde228078-7bba9625 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}
.all-2 #w-node-_15cecce6-ccaa-c08d-3e30-c68cde228090-7bba9625 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}
.all-2 #w-node-aabc07dd-ac60-3cb9-a9f5-5f8e2b8efe18-7bba9625 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}
.all-2 #w-node-aabc07dd-ac60-3cb9-a9f5-5f8e2b8efe21-7bba9625 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-2 #w-node-_26cf778a-21c3-ab66-1b59-609a47d53a72-7bba9625, .all-2 #w-node-_26cf778a-21c3-ab66-1b59-609a47d53a80-7bba9625, .all-2 #w-node-_26cf778a-21c3-ab66-1b59-609a47d53a94-7bba9625, .all-2 #w-node-_26cf778a-21c3-ab66-1b59-609a47d53a97-7bba9625 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_6045db23-0e2e-7867-7d87-49287614aa30-538937e3, .all-2 #w-node-_6045db23-0e2e-7867-7d87-49287614aa3c-538937e3, .all-2 #w-node-_6045db23-0e2e-7867-7d87-49287614aa48-538937e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}
.all-2 #w-node-a851a310-8602-b0a6-d520-a8da9d88efde-cf646bea {
  place-self: stretch start;
}
.all-2 #w-node-a851a310-8602-b0a6-d520-a8da9d88eff7-cf646bea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_399e5f5c-785d-6dce-fffb-0cad500d4fe1-cf646bea {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}
.all-2 #w-node-_399e5f5c-785d-6dce-fffb-0cad500d4fe2-cf646bea, .all-2 #w-node-_399e5f5c-785d-6dce-fffb-0cad500d4fe3-cf646bea, .all-2 #w-node-_399e5f5c-785d-6dce-fffb-0cad500d4fe7-cf646bea {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-2 #w-node-_399e5f5c-785d-6dce-fffb-0cad500d4fe9-cf646bea, .all-2 #w-node-_399e5f5c-785d-6dce-fffb-0cad500d4ff2-cf646bea, .all-2 #w-node-_399e5f5c-785d-6dce-fffb-0cad500d4ffa-cf646bea, .all-2 #w-node-_399e5f5c-785d-6dce-fffb-0cad500d5002-cf646bea, .all-2 #w-node-_399e5f5c-785d-6dce-fffb-0cad500d500b-cf646bea, .all-2 #w-node-_399e5f5c-785d-6dce-fffb-0cad500d5012-cf646bea, .all-2 #w-node-_399e5f5c-785d-6dce-fffb-0cad500d5019-cf646bea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_42a6d985-89f0-0bbb-66ab-1d103b9d6ad9-cf646bea, .all-2 #w-node-_42a6d985-89f0-0bbb-66ab-1d103b9d6ada-cf646bea {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-2 #w-node-_42a6d985-89f0-0bbb-66ab-1d103b9d6adc-cf646bea, .all-2 #w-node-cafb9f2b-5f1e-a584-08be-4408bb92be04-cf646bea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-cafb9f2b-5f1e-a584-08be-4408bb92be0b-cf646bea, .all-2 #w-node-cafb9f2b-5f1e-a584-08be-4408bb92be14-cf646bea {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}
.all-2 #w-node-e1e28caa-e9cb-76d7-fd86-9e610507c76c-cf646bea, .all-2 #w-node-e1e28caa-e9cb-76d7-fd86-9e610507c76d-cf646bea {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-2 #w-node-e1e28caa-e9cb-76d7-fd86-9e610507c76f-cf646bea, .all-2 #w-node-_188d9851-8044-3ed3-1d57-e71ebf034840-cf646bea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-e0b49b61-506e-e573-6a68-7669b10498a6-cf646bea {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d93c-cf646bea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d93e-cf646bea {
  place-self: end;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d93f-cf646bea {
  justify-self: end;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d941-cf646bea {
  justify-self: start;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d94f-cf646bea {
  justify-self: end;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d95a-cf646bea {
  justify-self: start;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175db9c-cf646bea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175dba5-cf646bea {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175dbae-cf646bea {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175dbcb-cf646bea, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175dbd6-cf646bea, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175dbe8-cf646bea, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175dbeb-cf646bea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-a851a310-8602-b0a6-d520-a8da9d88efde-9c8398b3 {
  place-self: stretch start;
}
.all-2 #w-node-a851a310-8602-b0a6-d520-a8da9d88eff7-9c8398b3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_399e5f5c-785d-6dce-fffb-0cad500d4fe1-9c8398b3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}
.all-2 #w-node-_399e5f5c-785d-6dce-fffb-0cad500d4fe2-9c8398b3, .all-2 #w-node-_399e5f5c-785d-6dce-fffb-0cad500d4fe3-9c8398b3, .all-2 #w-node-_399e5f5c-785d-6dce-fffb-0cad500d4fe7-9c8398b3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-2 #w-node-_399e5f5c-785d-6dce-fffb-0cad500d4fe9-9c8398b3, .all-2 #w-node-_399e5f5c-785d-6dce-fffb-0cad500d4ff2-9c8398b3, .all-2 #w-node-_399e5f5c-785d-6dce-fffb-0cad500d4ffa-9c8398b3, .all-2 #w-node-_399e5f5c-785d-6dce-fffb-0cad500d5002-9c8398b3, .all-2 #w-node-_399e5f5c-785d-6dce-fffb-0cad500d500b-9c8398b3, .all-2 #w-node-_399e5f5c-785d-6dce-fffb-0cad500d5012-9c8398b3, .all-2 #w-node-_399e5f5c-785d-6dce-fffb-0cad500d5019-9c8398b3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_42a6d985-89f0-0bbb-66ab-1d103b9d6ad9-9c8398b3, .all-2 #w-node-_42a6d985-89f0-0bbb-66ab-1d103b9d6ada-9c8398b3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-2 #w-node-_42a6d985-89f0-0bbb-66ab-1d103b9d6adc-9c8398b3, .all-2 #w-node-_263ab3c7-41ad-9c51-d775-2c85e2edd0d5-9c8398b3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_263ab3c7-41ad-9c51-d775-2c85e2edd0dc-9c8398b3, .all-2 #w-node-_263ab3c7-41ad-9c51-d775-2c85e2edd0e5-9c8398b3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}
.all-2 #w-node-e1e28caa-e9cb-76d7-fd86-9e610507c76c-9c8398b3, .all-2 #w-node-e1e28caa-e9cb-76d7-fd86-9e610507c76d-9c8398b3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-2 #w-node-e1e28caa-e9cb-76d7-fd86-9e610507c76f-9c8398b3, .all-2 #w-node-_188d9851-8044-3ed3-1d57-e71ebf034840-9c8398b3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-e0b49b61-506e-e573-6a68-7669b10498a6-9c8398b3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d93c-9c8398b3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d93e-9c8398b3 {
  place-self: end;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d93f-9c8398b3 {
  justify-self: end;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d941-9c8398b3 {
  justify-self: start;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d94f-9c8398b3 {
  justify-self: end;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d95a-9c8398b3 {
  justify-self: start;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175db9c-9c8398b3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175dba5-9c8398b3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175dbae-9c8398b3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175dbcb-9c8398b3, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175dbd6-9c8398b3, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175dbe8-9c8398b3, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175dbeb-9c8398b3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_36b1e1f7-9109-f8ad-f0cc-c5378c6f1e2a-5438fbce {
  place-self: auto;
}
.all-2 #w-node-_36b1e1f7-9109-f8ad-f0cc-c5378c6f1e90-5438fbce {
  justify-self: end;
}
.all-2 #w-node-_36b1e1f7-9109-f8ad-f0cc-c5378c6f1e92-5438fbce {
  justify-self: start;
}
.all-2 #w-node-_36b1e1f7-9109-f8ad-f0cc-c5378c6f1e97-5438fbce {
  place-self: stretch stretch;
}
.all-2 #w-node-_36b1e1f7-9109-f8ad-f0cc-c5378c6f1ec7-5438fbce {
  grid-area: span 3 / span 1 / span 3 / span 1;
}
.all-2 #w-node-_36b1e1f7-9109-f8ad-f0cc-c5378c6f1eca-5438fbce {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}
.all-2 #w-node-_36b1e1f7-9109-f8ad-f0cc-c5378c6f1ece-5438fbce {
  place-self: auto;
}
.all-2 #w-node-_36b1e1f7-9109-f8ad-f0cc-c5378c6f1ed1-5438fbce, .all-2 #w-node-_36b1e1f7-9109-f8ad-f0cc-c5378c6f1ed7-5438fbce, .all-2 #w-node-_36b1e1f7-9109-f8ad-f0cc-c5378c6f1edd-5438fbce, .all-2 #w-node-_36b1e1f7-9109-f8ad-f0cc-c5378c6f1ee3-5438fbce, .all-2 #w-node-_36b1e1f7-9109-f8ad-f0cc-c5378c6f1ee9-5438fbce, .all-2 #w-node-_36b1e1f7-9109-f8ad-f0cc-c5378c6f1eef-5438fbce, .all-2 #w-node-_36b1e1f7-9109-f8ad-f0cc-c5378c6f1ef7-5438fbce, .all-2 #w-node-_36b1e1f7-9109-f8ad-f0cc-c5378c6f1f01-5438fbce {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}
.all-2 #w-node-efeb81f5-d665-b79e-4d97-66d1e8ef7dd0-5b497b98 {
  justify-self: auto;
}
.all-2 #w-node-_7b68b957-d5f6-8988-124e-e41802ffe074-5b497b98, .all-2 #w-node-_850b8489-e7e8-598e-629a-95dab9a4824c-5b497b98, .all-2 #w-node-d1d348cd-2be6-f0bf-66ed-d25751b91db3-5b497b98, .all-2 #w-node-d1d348cd-2be6-f0bf-66ed-d25751b91dbc-5b497b98, .all-2 #w-node-_01def92b-6700-6715-4006-de4c943b61a7-5b497b98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-_30413a3d-a9f1-003f-896e-7d070ce261f6-5b497b98 {
  align-self: auto;
}
.all-2 #w-node-_444e6bbe-65e7-937f-6663-80dd84f4d501-5b497b98, .all-2 #w-node-_1d962121-d1ec-884e-24d4-054b1ae646a2-5b497b98 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}
.all-2 #w-node-a9c8753f-309e-9ca1-e7c7-9145801240d9-5b497b98, .all-2 #w-node-cd295e00-8d59-a95d-bea5-355e156e6165-5b497b98 {
  align-self: center;
}
.all-2 #w-node-bb279548-b574-62b2-a942-ec88a8a1d6db-5b497b98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-c59bee4d-6f5f-09d9-dded-06e0887201ac-6ea5ddd6 {
  align-self: center;
}
.all-2 #w-node-c59bee4d-6f5f-09d9-dded-06e0887201d6-6ea5ddd6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}
.all-2 #w-node-c59bee4d-6f5f-09d9-dded-06e08872021b-6ea5ddd6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-2 #w-node-c59bee4d-6f5f-09d9-dded-06e08872021e-6ea5ddd6 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: auto;
}
.all-2 #w-node-c59bee4d-6f5f-09d9-dded-06e088720227-6ea5ddd6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}
.all-2 #w-node-c59bee4d-6f5f-09d9-dded-06e08872022e-6ea5ddd6, .all-2 #w-node-c59bee4d-6f5f-09d9-dded-06e088720235-6ea5ddd6, .all-2 #w-node-c59bee4d-6f5f-09d9-dded-06e08872023c-6ea5ddd6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-c59bee4d-6f5f-09d9-dded-06e08872029d-6ea5ddd6 {
  place-self: end center;
}
.all-2 #w-node-c59bee4d-6f5f-09d9-dded-06e0887202a7-6ea5ddd6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-2 #w-node-c59bee4d-6f5f-09d9-dded-06e0887202b0-6ea5ddd6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}
.all-2 #w-node-c59bee4d-6f5f-09d9-dded-06e0887202b9-6ea5ddd6, .all-2 #w-node-c59bee4d-6f5f-09d9-dded-06e0887202c7-6ea5ddd6, .all-2 #w-node-c59bee4d-6f5f-09d9-dded-06e0887202db-6ea5ddd6, .all-2 #w-node-c59bee4d-6f5f-09d9-dded-06e0887202de-6ea5ddd6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
@media screen and (min-width: 1920px) {
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d740-7166d7ff, .all-2 #w-node-eb3d1139-fc16-f2a4-d49d-84664e9b656b-7166d83b, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d740-7166d83d, .all-2 #w-node-c4a2f3a2-2265-2e3f-2e57-7130c9f2fe29-7166d91d, .all-2 #w-node-_92656f38-9134-98f6-2486-467588fd0911-7166d951, .all-2 #w-node-a851a310-8602-b0a6-d520-a8da9d88efde-7166d955, .all-2 #w-node-_81517e54-3ea5-a813-33b8-38d4d6b93b38-7166d958, .all-2 #w-node-c4a2f3a2-2265-2e3f-2e57-7130c9f2fe29-7166da15, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d740-7166da5e, .all-2 #w-node-a851a310-8602-b0a6-d520-a8da9d88efde-7166da5f, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d740-7166da8f, .all-2 #w-node-_10f1b2b0-4f06-9687-e71c-7677d7715078-7166db0e, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d740-7166db14, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d740-7166db23, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d740-c3f33f80, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d740-5c0e3515, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d740-515f4e7c, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d740-024af82b, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d740-5eba12b8, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d740-4485a45b, .all-2 #w-node-_876164b5-ff08-de3e-ddb3-1990e7b183a7-a250b5e5 {
    place-self: stretch start;
  }
.all-2 #w-node-_0f049789-3d33-95f5-b69a-a3ee0cd61e34-87ad4854, .all-2 #w-node-_0f049789-3d33-95f5-b69a-a3ee0cd61e34-7bba9625 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
.all-2 #w-node-a851a310-8602-b0a6-d520-a8da9d88efde-cf646bea, .all-2 #w-node-a851a310-8602-b0a6-d520-a8da9d88efde-9c8398b3 {
    place-self: stretch start;
  }
.all-2 #w-node-c59bee4d-6f5f-09d9-dded-06e0887201d6-6ea5ddd6 {
    justify-self: center;
  }
}
@media screen and (min-width: 1440px) {
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d740-7166d7ff, .all-2 #w-node-eb3d1139-fc16-f2a4-d49d-84664e9b656b-7166d83b, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d740-7166d83d, .all-2 #w-node-c4a2f3a2-2265-2e3f-2e57-7130c9f2fe29-7166d91d, .all-2 #w-node-_92656f38-9134-98f6-2486-467588fd0911-7166d951, .all-2 #w-node-a851a310-8602-b0a6-d520-a8da9d88efde-7166d955, .all-2 #w-node-_81517e54-3ea5-a813-33b8-38d4d6b93b38-7166d958, .all-2 #w-node-c4a2f3a2-2265-2e3f-2e57-7130c9f2fe29-7166da15, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d740-7166da5e, .all-2 #w-node-a851a310-8602-b0a6-d520-a8da9d88efde-7166da5f, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d740-7166da8f, .all-2 #w-node-_10f1b2b0-4f06-9687-e71c-7677d7715078-7166db0e, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d740-7166db14, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d740-7166db23 {
    align-self: stretch;
  }
.all-2 #w-node-_11b67fef-2085-9ee3-2358-6994c8323fe4-7166db23 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
  }
.all-2 #w-node-fc5a4ad4-b574-8ff9-8fc1-b690b97d24ad-7166db23 {
    place-self: auto;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d740-c3f33f80, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d740-5c0e3515, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d740-515f4e7c, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d740-024af82b, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d740-5eba12b8, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d740-4485a45b, .all-2 #w-node-_876164b5-ff08-de3e-ddb3-1990e7b183a7-a250b5e5, .all-2 #w-node-a851a310-8602-b0a6-d520-a8da9d88efde-cf646bea, .all-2 #w-node-a851a310-8602-b0a6-d520-a8da9d88efde-9c8398b3 {
    align-self: stretch;
  }
}
@media screen and (min-width: 1280px) {
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d740-7166d7ff {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch start;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d95a-7166d7ff {
    justify-self: start;
  }
.all-2 #w-node-eb3d1139-fc16-f2a4-d49d-84664e9b656b-7166d83b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch start;
  }
.all-2 #w-node-_020a8694-d401-b43b-4c06-b14685116172-7166d83b, .all-2 #w-node-_020a8694-d401-b43b-4c06-b1468511618a-7166d83b, .all-2 #w-node-_020a8694-d401-b43b-4c06-b146851161a2-7166d83b, .all-2 #w-node-_020a8694-d401-b43b-4c06-b146851161ba-7166d83b, .all-2 #w-node-_020a8694-d401-b43b-4c06-b146851161d2-7166d83b, .all-2 #w-node-_020a8694-d401-b43b-4c06-b146851161ea-7166d83b, .all-2 #w-node-_020a8694-d401-b43b-4c06-b14685116202-7166d83b, .all-2 #w-node-_020a8694-d401-b43b-4c06-b1468511621a-7166d83b, .all-2 #w-node-_020a8694-d401-b43b-4c06-b14685116232-7166d83b, .all-2 #w-node-_020a8694-d401-b43b-4c06-b1468511624a-7166d83b, .all-2 #w-node-_020a8694-d401-b43b-4c06-b14685116262-7166d83b, .all-2 #w-node-_020a8694-d401-b43b-4c06-b1468511627a-7166d83b {
    justify-self: start;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d740-7166d83d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch start;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d95a-7166d83d {
    justify-self: start;
  }
.all-2 #w-node-c4a2f3a2-2265-2e3f-2e57-7130c9f2fe29-7166d91d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch start;
  }
.all-2 #w-node-_8f4f04f9-d9ae-235f-dce4-17a7f3dd5ad4-7166d91d, .all-2 #w-node-_8f4f04f9-d9ae-235f-dce4-17a7f3dd5aec-7166d91d, .all-2 #w-node-_8f4f04f9-d9ae-235f-dce4-17a7f3dd5b04-7166d91d, .all-2 #w-node-_8f4f04f9-d9ae-235f-dce4-17a7f3dd5b1c-7166d91d, .all-2 #w-node-_8f4f04f9-d9ae-235f-dce4-17a7f3dd5b34-7166d91d, .all-2 #w-node-_8f4f04f9-d9ae-235f-dce4-17a7f3dd5b4c-7166d91d, .all-2 #w-node-_8f4f04f9-d9ae-235f-dce4-17a7f3dd5b64-7166d91d, .all-2 #w-node-_8f4f04f9-d9ae-235f-dce4-17a7f3dd5b7c-7166d91d, .all-2 #w-node-_8f4f04f9-d9ae-235f-dce4-17a7f3dd5b94-7166d91d, .all-2 #w-node-_8f4f04f9-d9ae-235f-dce4-17a7f3dd5bac-7166d91d, .all-2 #w-node-_8f4f04f9-d9ae-235f-dce4-17a7f3dd5bc4-7166d91d, .all-2 #w-node-_8f4f04f9-d9ae-235f-dce4-17a7f3dd5bdc-7166d91d {
    justify-self: start;
  }
.all-2 #w-node-_92656f38-9134-98f6-2486-467588fd0911-7166d951 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch start;
  }
.all-2 #w-node-_92656f38-9134-98f6-2486-467588fd09b9-7166d951, .all-2 #w-node-_92656f38-9134-98f6-2486-467588fd09d1-7166d951, .all-2 #w-node-_92656f38-9134-98f6-2486-467588fd09e9-7166d951, .all-2 #w-node-_92656f38-9134-98f6-2486-467588fd0a01-7166d951, .all-2 #w-node-_92656f38-9134-98f6-2486-467588fd0a19-7166d951, .all-2 #w-node-_92656f38-9134-98f6-2486-467588fd0a31-7166d951, .all-2 #w-node-_92656f38-9134-98f6-2486-467588fd0a49-7166d951, .all-2 #w-node-_92656f38-9134-98f6-2486-467588fd0a61-7166d951, .all-2 #w-node-_92656f38-9134-98f6-2486-467588fd0a79-7166d951, .all-2 #w-node-_92656f38-9134-98f6-2486-467588fd0a91-7166d951, .all-2 #w-node-_92656f38-9134-98f6-2486-467588fd0aa9-7166d951, .all-2 #w-node-_92656f38-9134-98f6-2486-467588fd0ac1-7166d951 {
    justify-self: start;
  }
.all-2 #w-node-a851a310-8602-b0a6-d520-a8da9d88efde-7166d955 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch start;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d95a-7166d955 {
    justify-self: start;
  }
.all-2 #w-node-_81517e54-3ea5-a813-33b8-38d4d6b93b38-7166d958 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch start;
  }
.all-2 #w-node-_461f0144-6b67-5518-58f5-cf4bf9398eea-7166d958, .all-2 #w-node-_8be4f3e7-2701-adf9-35b8-979161def2f3-7166d98d, .all-2 #w-node-_8be4f3e7-2701-adf9-35b8-979161def30b-7166d98d, .all-2 #w-node-_8be4f3e7-2701-adf9-35b8-979161def323-7166d98d, .all-2 #w-node-_8be4f3e7-2701-adf9-35b8-979161def33b-7166d98d, .all-2 #w-node-_8be4f3e7-2701-adf9-35b8-979161def353-7166d98d, .all-2 #w-node-_8be4f3e7-2701-adf9-35b8-979161def36b-7166d98d, .all-2 #w-node-_8be4f3e7-2701-adf9-35b8-979161def383-7166d98d, .all-2 #w-node-_8be4f3e7-2701-adf9-35b8-979161def39b-7166d98d, .all-2 #w-node-_8be4f3e7-2701-adf9-35b8-979161def3b3-7166d98d, .all-2 #w-node-_8be4f3e7-2701-adf9-35b8-979161def3cb-7166d98d, .all-2 #w-node-_8be4f3e7-2701-adf9-35b8-979161def3e3-7166d98d, .all-2 #w-node-_8be4f3e7-2701-adf9-35b8-979161def3fb-7166d98d {
    justify-self: start;
  }
.all-2 #w-node-c4a2f3a2-2265-2e3f-2e57-7130c9f2fe29-7166da15 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch start;
  }
.all-2 #w-node-_87472664-82ed-952f-7def-85d9a19be834-7166da15, .all-2 #w-node-_8b9ce353-2a76-3277-b6fe-4c9d834d1575-7166da15, .all-2 #w-node-_4321de4c-0676-f62c-838f-568ad993799a-7166da15, .all-2 #w-node-_48cc5420-cf70-0a81-355b-ccc36917fea8-7166da15, .all-2 #w-node-b7502de5-e124-da6a-69d0-741d8d0a5dc8-7166da15, .all-2 #w-node-fcf32c5b-a1fe-9420-7479-67511f9c0703-7166da15, .all-2 #w-node-_20de0795-eca1-bfc1-c491-6896368a9e2e-7166da15, .all-2 #w-node-c03a544c-1b19-9f6d-0ecc-98b80f571a8d-7166da15, .all-2 #w-node-_80b3c29b-77ee-1740-dd0f-30728f91a504-7166da15, .all-2 #w-node-e0df2e25-92c1-6839-50db-dab335a5a03f-7166da15, .all-2 #w-node-d8be8917-86b4-3f95-cc6c-459c12a910c4-7166da15, .all-2 #w-node-ca9fa355-4608-3b66-dae4-dcc91ea7a0e0-7166da15 {
    justify-self: start;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d740-7166da5e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch start;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d95a-7166da5e {
    justify-self: start;
  }
.all-2 #w-node-a851a310-8602-b0a6-d520-a8da9d88efde-7166da5f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch start;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d95a-7166da5f {
    justify-self: start;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d740-7166da8f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch start;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d95a-7166da8f {
    justify-self: start;
  }
.all-2 #w-node-_10f1b2b0-4f06-9687-e71c-7677d7715078-7166db0e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch start;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d95a-7166db0e {
    justify-self: start;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d740-7166db14 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch start;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d95a-7166db14 {
    justify-self: start;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d740-7166db23 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch start;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d95a-7166db23 {
    justify-self: start;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d740-c3f33f80 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch start;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d95a-c3f33f80 {
    justify-self: start;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d740-5c0e3515 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch start;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d95a-5c0e3515 {
    justify-self: start;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d740-515f4e7c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch start;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d95a-515f4e7c {
    justify-self: start;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d740-024af82b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch start;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d95a-024af82b {
    justify-self: start;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d740-5eba12b8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch start;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d95a-5eba12b8 {
    justify-self: start;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d740-4485a45b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch start;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d95a-4485a45b {
    justify-self: start;
  }
.all-2 #w-node-_876164b5-ff08-de3e-ddb3-1990e7b183a7-a250b5e5, .all-2 #w-node-a851a310-8602-b0a6-d520-a8da9d88efde-cf646bea {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch start;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d95a-cf646bea {
    justify-self: start;
  }
.all-2 #w-node-a851a310-8602-b0a6-d520-a8da9d88efde-9c8398b3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch start;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d95a-9c8398b3 {
    justify-self: start;
  }
.all-2 #w-node-_36b1e1f7-9109-f8ad-f0cc-c5378c6f1e2a-5438fbce, .all-2 #w-node-_36b1e1f7-9109-f8ad-f0cc-c5378c6f1e33-5438fbce, .all-2 #w-node-_36b1e1f7-9109-f8ad-f0cc-c5378c6f1e38-5438fbce, .all-2 #w-node-_36b1e1f7-9109-f8ad-f0cc-c5378c6f1e3f-5438fbce {
    align-self: auto;
  }
}
@media screen and (max-width: 991px) {
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d840-7166d7ff, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d910-7166d7ff {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
.all-2 #w-node-ced0bafd-3315-e824-d04e-18b9fa4a2214-fa4a2211 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
.all-2 #w-node-_728b9fe1-0c45-95c8-310a-b7f66ec2ed66-7166d83b, .all-2 #w-node-_728b9fe1-0c45-95c8-310a-b7f66ec2ed67-7166d83b, .all-2 #w-node-_63d5b819-56ec-4ab7-6059-e6eef6685459-7166d83b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
.all-2 #w-node-_0c703721-5af3-ac3d-ea76-1af692041a03-7166d83b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d840-7166d83d, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d910-7166d83d, .all-2 #w-node-_0584d2a4-c709-bfe2-540b-f200a9127253-a912724d, .all-2 #w-node-_47ddc812-be78-3942-7995-f58cbf358f29-7166d91d, .all-2 #w-node-_47ddc812-be78-3942-7995-f58cbf358f2a-7166d91d, .all-2 #w-node-_3e9a8ae9-dcac-faa0-2317-4f4bded6d1c6-7166d91d, .all-2 #w-node-_76bf3dd7-c586-30f7-4587-e4da95b3a03d-7166d91d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
.all-2 #w-node-_0c703721-5af3-ac3d-ea76-1af692041a03-7166d91d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
.all-2 #w-node-_92656f38-9134-98f6-2486-467588fd0b30-7166d951, .all-2 #w-node-_92656f38-9134-98f6-2486-467588fd0b31-7166d951, .all-2 #w-node-_92656f38-9134-98f6-2486-467588fd0bae-7166d951, .all-2 #w-node-_51039ea9-a775-6c0b-2de6-8df1b8efb13b-7166d955 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
.all-2 #w-node-_51039ea9-a775-6c0b-2de6-8df1b8efb140-7166d955 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch stretch;
  }
.all-2 #w-node-fb15fa93-2b1f-1b97-05b5-8547d05284ee-7166d955 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175db97-7166d955 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
.all-2 #w-node-f19c0b31-c35c-1686-5d8e-2ec2f0f3e598-7166d958 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch stretch;
  }
.all-2 #w-node-f19c0b31-c35c-1686-5d8e-2ec2f0f3e599-7166d958 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
.all-2 #w-node-_728b9fe1-0c45-95c8-310a-b7f66ec2ed66-7166d98d, .all-2 #w-node-_728b9fe1-0c45-95c8-310a-b7f66ec2ed67-7166d98d, .all-2 #w-node-_63d5b819-56ec-4ab7-6059-e6eef6685459-7166d98d, .all-2 #w-node-_728b9fe1-0c45-95c8-310a-b7f66ec2ed66-7166da15, .all-2 #w-node-_728b9fe1-0c45-95c8-310a-b7f66ec2ed67-7166da15, .all-2 #w-node-_63d5b819-56ec-4ab7-6059-e6eef6685459-7166da15 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
.all-2 #w-node-_0c703721-5af3-ac3d-ea76-1af692041a03-7166da15 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d840-7166da5e, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d910-7166da5e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
.all-2 #w-node-_399e5f5c-785d-6dce-fffb-0cad500d4fe1-7166da5f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch stretch;
  }
.all-2 #w-node-_399e5f5c-785d-6dce-fffb-0cad500d4fe2-7166da5f, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175db97-7166da5f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d840-7166da8f, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d910-7166da8f, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d840-7166db0e, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d910-7166db0e, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d840-7166db14, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d910-7166db14, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175da59-7166db14, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d840-7166db23, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d910-7166db23, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d840-c3f33f80, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d910-c3f33f80, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d840-5c0e3515, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d910-5c0e3515, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d840-515f4e7c, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d910-515f4e7c, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d840-024af82b, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d910-024af82b, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d840-5eba12b8, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d910-5eba12b8, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d840-4485a45b, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d910-4485a45b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
.all-2 #w-node-_26cf778a-21c3-ab66-1b59-609a47d53a3e-87ad4854 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }
.all-2 #w-node-aabc07dd-ac60-3cb9-a9f5-5f8e2b8efe18-87ad4854 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start;
  }
.all-2 #w-node-_26cf778a-21c3-ab66-1b59-609a47d53a57-87ad4854, .all-2 #w-node-_26cf778a-21c3-ab66-1b59-609a47d53a3e-70f69047, .all-2 #w-node-_26cf778a-21c3-ab66-1b59-609a47d53a3e-89d56473 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
.all-2 #w-node-_26cf778a-21c3-ab66-1b59-609a47d53a3e-7bba9625 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }
.all-2 #w-node-aabc07dd-ac60-3cb9-a9f5-5f8e2b8efe18-7bba9625 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start;
  }
.all-2 #w-node-_26cf778a-21c3-ab66-1b59-609a47d53a57-7bba9625 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
.all-2 #w-node-_399e5f5c-785d-6dce-fffb-0cad500d4fe1-cf646bea {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch stretch;
  }
.all-2 #w-node-_399e5f5c-785d-6dce-fffb-0cad500d4fe2-cf646bea, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175db97-cf646bea {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
.all-2 #w-node-_399e5f5c-785d-6dce-fffb-0cad500d4fe1-9c8398b3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch stretch;
  }
.all-2 #w-node-_399e5f5c-785d-6dce-fffb-0cad500d4fe2-9c8398b3, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175db97-9c8398b3, .all-2 #w-node-_36b1e1f7-9109-f8ad-f0cc-c5378c6f1e5a-5438fbce {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
.all-2 #w-node-c59bee4d-6f5f-09d9-dded-06e0887201d6-6ea5ddd6 {
    align-self: end;
  }
.all-2 #w-node-c59bee4d-6f5f-09d9-dded-06e0887202a2-6ea5ddd6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}
@media screen and (max-width: 767px) {
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d740-7166d7ff {
    place-self: start stretch;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d758-7166d7ff, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d797-7166d7ff, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d8cc-7166d7ff {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d93e-7166d7ff {
    justify-self: start;
  }
.all-2 #w-node-_9f6b18d1-a3ba-22ec-2ee1-cd3f3848c98c-3848c987 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
.all-2 #w-node-ced0bafd-3315-e824-d04e-18b9fa4a2214-fa4a2211 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
.all-2 #w-node-eb3d1139-fc16-f2a4-d49d-84664e9b656b-7166d83b {
    place-self: start stretch;
  }
.all-2 #w-node-_4763ed6e-2130-bf48-f124-75a56e4a154a-7166d83b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
.all-2 #w-node-_020a8694-d401-b43b-4c06-b14685116156-7166d83b, .all-2 #w-node-af508165-465d-561d-ba56-780a4bb4272c-7166d83b {
    justify-self: start;
  }
.all-2 #w-node-_03291954-c2ff-73bb-4e86-ec87aa806492-7166d83b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
.all-2 #w-node-_0c703721-5af3-ac3d-ea76-1af692041a03-7166d83b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d740-7166d83d {
    place-self: start stretch;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d758-7166d83d, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d797-7166d83d, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d8cc-7166d83d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d8ee-7166d83d, .all-2 #w-node-_6f77e8a1-be9d-0c30-eef6-515b86660d1a-7166d83d, .all-2 #w-node-_9ff55c4d-b44e-fe25-143a-cacb3007147d-7166d83d {
    place-self: end center;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d93e-7166d83d {
    justify-self: start;
  }
.all-2 #w-node-_0584d2a4-c709-bfe2-540b-f200a9127253-a912724d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
.all-2 #w-node-c4a2f3a2-2265-2e3f-2e57-7130c9f2fe29-7166d91d {
    place-self: start stretch;
  }
.all-2 #w-node-_8f4f04f9-d9ae-235f-dce4-17a7f3dd5ab8-7166d91d {
    justify-self: start;
  }
.all-2 #w-node-_03291954-c2ff-73bb-4e86-ec87aa806492-7166d91d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
.all-2 #w-node-_0c703721-5af3-ac3d-ea76-1af692041a03-7166d91d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
.all-2 #w-node-_92656f38-9134-98f6-2486-467588fd0911-7166d951 {
    place-self: start stretch;
  }
.all-2 #w-node-_92656f38-9134-98f6-2486-467588fd0964-7166d951 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
.all-2 #w-node-_92656f38-9134-98f6-2486-467588fd099d-7166d951, .all-2 #w-node-_92656f38-9134-98f6-2486-467588fd0ade-7166d951 {
    justify-self: start;
  }
.all-2 #w-node-a851a310-8602-b0a6-d520-a8da9d88efde-7166d955 {
    place-self: start stretch;
  }
.all-2 #w-node-_51039ea9-a775-6c0b-2de6-8df1b8efb171-7166d955, .all-2 #w-node-_42a6d985-89f0-0bbb-66ab-1d103b9d6adc-7166d955, .all-2 #w-node-fb15fa93-2b1f-1b97-05b5-8547d05284ee-7166d955 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d93e-7166d955 {
    justify-self: start;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175db97-7166d955 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
.all-2 #w-node-_81517e54-3ea5-a813-33b8-38d4d6b93b38-7166d958 {
    place-self: start stretch;
  }
.all-2 #w-node-_81517e54-3ea5-a813-33b8-38d4d6b93b46-7166d958 {
    justify-self: center;
  }
.all-2 #w-node-bc856b26-d23e-4150-d4e9-bc2cc2399f8f-7166d958, .all-2 #w-node-f19c0b31-c35c-1686-5d8e-2ec2f0f3e5c9-7166d958, .all-2 #w-node-_8f112e42-e8ef-3f4a-0131-ff110e03db18-7166d958, .all-2 #w-node-_81517e54-3ea5-a813-33b8-38d4d6b93b9d-7166d958 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
.all-2 #w-node-_461f0144-6b67-5518-58f5-cf4bf9398ed2-7166d958 {
    justify-self: start;
  }
.all-2 #w-node-c4a2f3a2-2265-2e3f-2e57-7130c9f2fe29-7166d98d {
    place-self: start stretch;
  }
.all-2 #w-node-_4763ed6e-2130-bf48-f124-75a56e4a154a-7166d98d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
.all-2 #w-node-_8be4f3e7-2701-adf9-35b8-979161def2d7-7166d98d, .all-2 #w-node-af508165-465d-561d-ba56-780a4bb4272c-7166d98d {
    justify-self: start;
  }
.all-2 #w-node-c4a2f3a2-2265-2e3f-2e57-7130c9f2fe29-7166da15 {
    place-self: start stretch;
  }
.all-2 #w-node-_4763ed6e-2130-bf48-f124-75a56e4a154a-7166da15 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
.all-2 #w-node-b94aac2a-41e9-9bc4-58da-e885d75f3e75-7166da15, .all-2 #w-node-af508165-465d-561d-ba56-780a4bb4272c-7166da15 {
    justify-self: start;
  }
.all-2 #w-node-_0c703721-5af3-ac3d-ea76-1af692041a03-7166da15 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d740-7166da5e {
    place-self: start stretch;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d758-7166da5e, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d797-7166da5e, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d8cc-7166da5e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d93e-7166da5e {
    justify-self: start;
  }
.all-2 #w-node-a851a310-8602-b0a6-d520-a8da9d88efde-7166da5f {
    place-self: start stretch;
  }
.all-2 #w-node-_399e5f5c-785d-6dce-fffb-0cad500d4fe9-7166da5f, .all-2 #w-node-_399e5f5c-785d-6dce-fffb-0cad500d500b-7166da5f, .all-2 #w-node-_42a6d985-89f0-0bbb-66ab-1d103b9d6adc-7166da5f, .all-2 #w-node-e1e28caa-e9cb-76d7-fd86-9e610507c76f-7166da5f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d93e-7166da5f {
    justify-self: start;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175db97-7166da5f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d740-7166da8f {
    place-self: start stretch;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d758-7166da8f, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d797-7166da8f, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d8cc-7166da8f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d93e-7166da8f {
    justify-self: start;
  }
.all-2 #w-node-_4804f339-2919-83c2-118e-a17ddaae7508-7166daa7 {
    place-self: baseline;
  }
.all-2 #w-node-_4804f339-2919-83c2-118e-a17ddaae751a-7166daa7, .all-2 #w-node-_4d21ab21-6da5-cb1f-3026-adfd55ec563b-7166daa7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
.all-2 #w-node-_10f1b2b0-4f06-9687-e71c-7677d7715078-7166db0e {
    place-self: start stretch;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d758-7166db0e, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d797-7166db0e, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d8cc-7166db0e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d93e-7166db0e {
    justify-self: start;
  }
.all-2 #w-node-_8306d957-54a8-7311-472d-840fcebceb5a-cebceb54 {
    place-self: center;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d740-7166db14 {
    place-self: start stretch;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d758-7166db14, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d797-7166db14, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d8cc-7166db14 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d8ee-7166db14, .all-2 #w-node-_6f77e8a1-be9d-0c30-eef6-515b86660d1a-7166db14, .all-2 #w-node-_9ff55c4d-b44e-fe25-143a-cacb3007147d-7166db14 {
    place-self: end center;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d93e-7166db14 {
    justify-self: start;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175da59-7166db14 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d740-7166db23 {
    place-self: start stretch;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d74f-7166db23 {
    justify-self: center;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d758-7166db23, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d797-7166db23, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d8cc-7166db23 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d93e-7166db23 {
    justify-self: start;
  }
.all-2 #w-node-e65b5710-622c-5add-724d-9c57b04bca57-7166db23 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d740-c3f33f80 {
    place-self: start stretch;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d758-c3f33f80, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d797-c3f33f80, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d8cc-c3f33f80 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d93e-c3f33f80 {
    justify-self: start;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d740-5c0e3515 {
    place-self: start stretch;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d758-5c0e3515, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d797-5c0e3515, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d8cc-5c0e3515 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d93e-5c0e3515 {
    justify-self: start;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d740-515f4e7c {
    place-self: start stretch;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d758-515f4e7c, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d797-515f4e7c, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d8cc-515f4e7c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d93e-515f4e7c {
    justify-self: start;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d740-024af82b {
    place-self: start stretch;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d758-024af82b, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d797-024af82b, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d8cc-024af82b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d93e-024af82b {
    justify-self: start;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d740-5eba12b8 {
    place-self: start stretch;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d758-5eba12b8, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d797-5eba12b8, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d8cc-5eba12b8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d93e-5eba12b8 {
    justify-self: start;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d740-4485a45b {
    place-self: start stretch;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d758-4485a45b, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d797-4485a45b, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d8cc-4485a45b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d93e-4485a45b {
    justify-self: start;
  }
.all-2 #w-node-_876164b5-ff08-de3e-ddb3-1990e7b183a7-a250b5e5 {
    place-self: start stretch;
  }
.all-2 #w-node-_08ba42a1-2d74-92c4-e7cb-d42461b34b71-87ad4854 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
.all-2 #w-node-_08ba42a1-2d74-92c4-e7cb-d42461b34b74-87ad4854 {
    align-self: center;
  }
.all-2 #w-node-_08ba42a1-2d74-92c4-e7cb-d42461b34b7f-87ad4854 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
.all-2 #w-node-e51b3562-8bea-809e-3a63-28b24c91b8cf-87ad4854 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
.all-2 #w-node-e51b3562-8bea-809e-3a63-28b24c91b8d2-87ad4854 {
    align-self: center;
  }
.all-2 #w-node-e51b3562-8bea-809e-3a63-28b24c91b8dd-87ad4854 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
.all-2 #diet-btn-paywall.w-node-_6bb79269-1d0b-014a-6c13-dc93fe1ebe04-87ad4854 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
.all-2 #w-node-_76459698-0798-4643-ec94-6d68ec2fc86f-87ad4854 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }
.all-2 #w-node-_0f049789-3d33-95f5-b69a-a3ee0cd61e34-87ad4854, .all-2 #w-node-_26cf778a-21c3-ab66-1b59-609a47d53a3e-87ad4854, .all-2 #w-node-b041c97b-8dd5-b507-37f9-60ffd0901ef9-70f69047, .all-2 #w-node-_26cf778a-21c3-ab66-1b59-609a47d53a3e-70f69047, .all-2 #w-node-_26cf778a-21c3-ab66-1b59-609a47d53a3e-89d56473, .all-2 #w-node-_08ba42a1-2d74-92c4-e7cb-d42461b34b71-7bba9625 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
.all-2 #w-node-_08ba42a1-2d74-92c4-e7cb-d42461b34b74-7bba9625 {
    align-self: center;
  }
.all-2 #w-node-_08ba42a1-2d74-92c4-e7cb-d42461b34b7f-7bba9625 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
.all-2 #w-node-e51b3562-8bea-809e-3a63-28b24c91b8cf-7bba9625 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
.all-2 #w-node-e51b3562-8bea-809e-3a63-28b24c91b8d2-7bba9625 {
    align-self: center;
  }
.all-2 #w-node-e51b3562-8bea-809e-3a63-28b24c91b8dd-7bba9625 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
.all-2 #w-node-_76459698-0798-4643-ec94-6d68ec2fc86f-7bba9625 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }
.all-2 #w-node-_0f049789-3d33-95f5-b69a-a3ee0cd61e34-7bba9625, .all-2 #w-node-_26cf778a-21c3-ab66-1b59-609a47d53a3e-7bba9625 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
.all-2 #w-node-a851a310-8602-b0a6-d520-a8da9d88efde-cf646bea {
    place-self: start stretch;
  }
.all-2 #w-node-_399e5f5c-785d-6dce-fffb-0cad500d4fe9-cf646bea, .all-2 #w-node-_399e5f5c-785d-6dce-fffb-0cad500d500b-cf646bea, .all-2 #w-node-_42a6d985-89f0-0bbb-66ab-1d103b9d6adc-cf646bea, .all-2 #w-node-e1e28caa-e9cb-76d7-fd86-9e610507c76f-cf646bea {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d93e-cf646bea {
    justify-self: start;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175db97-cf646bea {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
.all-2 #w-node-a851a310-8602-b0a6-d520-a8da9d88efde-9c8398b3 {
    place-self: start stretch;
  }
.all-2 #w-node-_399e5f5c-785d-6dce-fffb-0cad500d4fe9-9c8398b3, .all-2 #w-node-_399e5f5c-785d-6dce-fffb-0cad500d500b-9c8398b3, .all-2 #w-node-_42a6d985-89f0-0bbb-66ab-1d103b9d6adc-9c8398b3, .all-2 #w-node-e1e28caa-e9cb-76d7-fd86-9e610507c76f-9c8398b3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d93e-9c8398b3 {
    justify-self: start;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175db97-9c8398b3, .all-2 #w-node-_36b1e1f7-9109-f8ad-f0cc-c5378c6f1e26-5438fbce, .all-2 #w-node-_36b1e1f7-9109-f8ad-f0cc-c5378c6f1e5a-5438fbce {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
.all-2 #w-node-bb279548-b574-62b2-a942-ec88a8a1d6c9-5b497b98 {
    place-self: center;
  }
.all-2 #w-node-bb279548-b574-62b2-a942-ec88a8a1d6eb-5b497b98 {
    justify-self: center;
  }
.all-2 #w-node-c59bee4d-6f5f-09d9-dded-06e0887202a2-6ea5ddd6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}
@media screen and (max-width: 479px) {
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d740-7166d7ff {
    justify-self: center;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d74f-7166d7ff {
    place-self: stretch stretch;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d758-7166d7ff, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d797-7166d7ff {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d7bd-7166d7ff, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d7c4-7166d7ff, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d7cb-7166d7ff, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d7d2-7166d7ff {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d840-7166d7ff, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d910-7166d7ff, .all-2 #w-node-_9f6b18d1-a3ba-22ec-2ee1-cd3f3848c98c-3848c987 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
.all-2 #w-node-eb3d1139-fc16-f2a4-d49d-84664e9b656b-7166d83b {
    justify-self: center;
  }
.all-2 #w-node-eb3d1139-fc16-f2a4-d49d-84664e9b6584-7166d83b {
    place-self: end;
  }
.all-2 #w-node-c5eac4c9-03f2-bb4d-2aeb-71de2edff1a5-7166d83b, .all-2 #w-node-_35e262d9-2122-e26e-1db1-ab9fdc2bcc08-7166d83b, .all-2 #w-node-e421ce13-d205-f944-9a6f-8494415d730c-7166d83b, .all-2 #w-node-cd882591-2318-ebe3-9382-016dee7be2cc-7166d83b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
.all-2 #w-node-_4763ed6e-2130-bf48-f124-75a56e4a154a-7166d83b, .all-2 #w-node-_728b9fe1-0c45-95c8-310a-b7f66ec2ed66-7166d83b, .all-2 #w-node-_728b9fe1-0c45-95c8-310a-b7f66ec2ed67-7166d83b, .all-2 #w-node-_03291954-c2ff-73bb-4e86-ec87aa806492-7166d83b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
.all-2 #w-node-_5883fd2e-dc4a-f911-3afa-95756a814045-7166d83b {
    place-self: auto;
  }
.all-2 #w-node-c822f540-b6bb-e1ce-f6ba-29427cd338e5-7166d83b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
.all-2 #w-node-_63d5b819-56ec-4ab7-6059-e6eef6685459-7166d83b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
.all-2 #w-node-bb6365b2-074d-ad37-190a-d02f6fa544f2-7166d83b, .all-2 #w-node-_54e191f4-e1d4-8f54-e764-395f99817948-7166d83b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
.all-2 #w-node-_7fa7e3a2-1617-682d-e076-457f21cb4075-7166d83b, .all-2 #w-node-aa92d637-32d2-e2d2-0a4f-e88d5e7ba91a-7166d83b, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d740-7166d83d {
    justify-self: center;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d74f-7166d83d {
    place-self: stretch stretch;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d758-7166d83d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d75d-7166d83d {
    align-self: end;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d797-7166d83d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d7bd-7166d83d, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d7c4-7166d83d, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d7cb-7166d83d, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d7d2-7166d83d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d840-7166d83d, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d910-7166d83d, .all-2 #w-node-_0584d2a4-c709-bfe2-540b-f200a9127253-a912724d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
.all-2 #w-node-c71f2e97-7358-b9f6-fdc3-bd46200413ca-a912724d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
.all-2 #w-node-_0584d2a4-c709-bfe2-540b-f200a9127256-a912724d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }
.all-2 #w-node-_0584d2a4-c709-bfe2-540b-f200a9127267-a912724d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
.all-2 #w-node-c4a2f3a2-2265-2e3f-2e57-7130c9f2fe29-7166d91d {
    justify-self: center;
  }
.all-2 #w-node-d084dca5-a258-1888-ed50-5ff4621d6571-7166d91d {
    place-self: stretch stretch;
  }
.all-2 #w-node-_47ddc812-be78-3942-7995-f58cbf358f29-7166d91d, .all-2 #w-node-_47ddc812-be78-3942-7995-f58cbf358f2a-7166d91d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
.all-2 #w-node-_21627084-584c-546b-5ec2-79c6642c2b4d-7166d91d, .all-2 #w-node-_21627084-584c-546b-5ec2-79c6642c2b54-7166d91d, .all-2 #w-node-_21627084-584c-546b-5ec2-79c6642c2b5b-7166d91d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
.all-2 #w-node-_3e9a8ae9-dcac-faa0-2317-4f4bded6d1c6-7166d91d, .all-2 #w-node-_76bf3dd7-c586-30f7-4587-e4da95b3a03d-7166d91d, .all-2 #w-node-_03291954-c2ff-73bb-4e86-ec87aa806492-7166d91d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
.all-2 #w-node-_5883fd2e-dc4a-f911-3afa-95756a814045-7166d91d {
    place-self: auto;
  }
.all-2 #w-node-c822f540-b6bb-e1ce-f6ba-29427cd338e5-7166d91d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
.all-2 #w-node-_92656f38-9134-98f6-2486-467588fd0911-7166d951 {
    justify-self: center;
  }
.all-2 #w-node-_92656f38-9134-98f6-2486-467588fd092a-7166d951 {
    place-self: stretch stretch;
  }
.all-2 #w-node-_92656f38-9134-98f6-2486-467588fd0930-7166d951, .all-2 #w-node-_92656f38-9134-98f6-2486-467588fd0935-7166d951, .all-2 #w-node-_92656f38-9134-98f6-2486-467588fd093a-7166d951, .all-2 #w-node-_92656f38-9134-98f6-2486-467588fd093f-7166d951 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
.all-2 #w-node-_92656f38-9134-98f6-2486-467588fd0964-7166d951, .all-2 #w-node-_92656f38-9134-98f6-2486-467588fd0b30-7166d951, .all-2 #w-node-_92656f38-9134-98f6-2486-467588fd0b31-7166d951, .all-2 #w-node-_92656f38-9134-98f6-2486-467588fd0bae-7166d951 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
.all-2 #w-node-_92656f38-9134-98f6-2486-467588fd0bb1-7166d951, .all-2 #w-node-_92656f38-9134-98f6-2486-467588fd0bd4-7166d951 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
.all-2 #w-node-_92656f38-9134-98f6-2486-467588fd0bf6-7166d951, .all-2 #w-node-_92656f38-9134-98f6-2486-467588fd0bf9-7166d951, .all-2 #w-node-a851a310-8602-b0a6-d520-a8da9d88efde-7166d955 {
    justify-self: center;
  }
.all-2 #w-node-a851a310-8602-b0a6-d520-a8da9d88eff7-7166d955 {
    place-self: center;
  }
.all-2 #w-node-_51039ea9-a775-6c0b-2de6-8df1b8efb13b-7166d955, .all-2 #w-node-_42a6d985-89f0-0bbb-66ab-1d103b9d6adc-7166d955, .all-2 #w-node-fb15fa93-2b1f-1b97-05b5-8547d05284ee-7166d955 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
.all-2 #w-node-fb15fa93-2b1f-1b97-05b5-8547d05284f1-7166d955 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }
.all-2 #w-node-fb15fa93-2b1f-1b97-05b5-8547d05284fa-7166d955, .all-2 #w-node-fb15fa93-2b1f-1b97-05b5-8547d0528502-7166d955 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175da7b-7166d955, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175da7e-7166d955, .all-2 #w-node-_81517e54-3ea5-a813-33b8-38d4d6b93b38-7166d958 {
    justify-self: center;
  }
.all-2 #w-node-_81517e54-3ea5-a813-33b8-38d4d6b93b46-7166d958 {
    place-self: center;
  }
.all-2 #w-node-f19c0b31-c35c-1686-5d8e-2ec2f0f3e5c9-7166d958 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
.all-2 #w-node-_8f112e42-e8ef-3f4a-0131-ff110e03db18-7166d958, .all-2 #w-node-_81517e54-3ea5-a813-33b8-38d4d6b93b9d-7166d958 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
.all-2 #w-node-c4a2f3a2-2265-2e3f-2e57-7130c9f2fe29-7166d98d {
    justify-self: center;
  }
.all-2 #w-node-d084dca5-a258-1888-ed50-5ff4621d6571-7166d98d {
    place-self: stretch stretch;
  }
.all-2 #w-node-c5eac4c9-03f2-bb4d-2aeb-71de2edff1a5-7166d98d, .all-2 #w-node-_35e262d9-2122-e26e-1db1-ab9fdc2bcc08-7166d98d, .all-2 #w-node-e421ce13-d205-f944-9a6f-8494415d730c-7166d98d, .all-2 #w-node-cd882591-2318-ebe3-9382-016dee7be2cc-7166d98d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
.all-2 #w-node-_4763ed6e-2130-bf48-f124-75a56e4a154a-7166d98d, .all-2 #w-node-_728b9fe1-0c45-95c8-310a-b7f66ec2ed66-7166d98d, .all-2 #w-node-_728b9fe1-0c45-95c8-310a-b7f66ec2ed67-7166d98d, .all-2 #w-node-_63d5b819-56ec-4ab7-6059-e6eef6685459-7166d98d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
.all-2 #w-node-bb6365b2-074d-ad37-190a-d02f6fa544f2-7166d98d, .all-2 #w-node-_54e191f4-e1d4-8f54-e764-395f99817948-7166d98d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
.all-2 #w-node-c4a2f3a2-2265-2e3f-2e57-7130c9f2fe29-7166da15 {
    justify-self: center;
  }
.all-2 #w-node-d084dca5-a258-1888-ed50-5ff4621d6571-7166da15 {
    place-self: stretch stretch;
  }
.all-2 #w-node-c5eac4c9-03f2-bb4d-2aeb-71de2edff1a5-7166da15, .all-2 #w-node-_35e262d9-2122-e26e-1db1-ab9fdc2bcc08-7166da15, .all-2 #w-node-e421ce13-d205-f944-9a6f-8494415d730c-7166da15, .all-2 #w-node-cd882591-2318-ebe3-9382-016dee7be2cc-7166da15 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
.all-2 #w-node-_4763ed6e-2130-bf48-f124-75a56e4a154a-7166da15, .all-2 #w-node-_728b9fe1-0c45-95c8-310a-b7f66ec2ed66-7166da15, .all-2 #w-node-_728b9fe1-0c45-95c8-310a-b7f66ec2ed67-7166da15, .all-2 #w-node-_63d5b819-56ec-4ab7-6059-e6eef6685459-7166da15 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
.all-2 #w-node-bb6365b2-074d-ad37-190a-d02f6fa544f2-7166da15, .all-2 #w-node-_54e191f4-e1d4-8f54-e764-395f99817948-7166da15 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
.all-2 #w-node-_7fa7e3a2-1617-682d-e076-457f21cb4075-7166da15, .all-2 #w-node-aa92d637-32d2-e2d2-0a4f-e88d5e7ba91a-7166da15, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d740-7166da5e {
    justify-self: center;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d74f-7166da5e {
    place-self: stretch stretch;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d758-7166da5e, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d797-7166da5e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d7bd-7166da5e, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d7c4-7166da5e, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d7cb-7166da5e, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d7d2-7166da5e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d840-7166da5e, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d910-7166da5e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
.all-2 #w-node-a851a310-8602-b0a6-d520-a8da9d88efde-7166da5f {
    justify-self: center;
  }
.all-2 #w-node-a851a310-8602-b0a6-d520-a8da9d88eff7-7166da5f {
    place-self: center;
  }
.all-2 #w-node-_399e5f5c-785d-6dce-fffb-0cad500d500b-7166da5f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
.all-2 #w-node-_42a6d985-89f0-0bbb-66ab-1d103b9d6adc-7166da5f, .all-2 #w-node-e1e28caa-e9cb-76d7-fd86-9e610507c76f-7166da5f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d740-7166da8f {
    justify-self: center;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d74f-7166da8f {
    place-self: stretch stretch;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d758-7166da8f, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d797-7166da8f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d7bd-7166da8f, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d7c4-7166da8f, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d7cb-7166da8f, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d7d2-7166da8f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d840-7166da8f, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d910-7166da8f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
.all-2 #w-node-_4804f339-2919-83c2-118e-a17ddaae751a-7166daa7, .all-2 #w-node-_4d21ab21-6da5-cb1f-3026-adfd55ec563b-7166daa7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
.all-2 #w-node-_10f1b2b0-4f06-9687-e71c-7677d7715078-7166db0e {
    justify-self: center;
  }
.all-2 #w-node-_10f1b2b0-4f06-9687-e71c-7677d7715099-7166db0e {
    place-self: stretch stretch;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d758-7166db0e, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d797-7166db0e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d7bd-7166db0e, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d7c4-7166db0e, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d7cb-7166db0e, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d7d2-7166db0e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d840-7166db0e, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d910-7166db0e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d740-7166db14 {
    justify-self: center;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d74f-7166db14 {
    place-self: stretch stretch;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d758-7166db14 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d75d-7166db14 {
    align-self: end;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d797-7166db14 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d7bd-7166db14, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d7c4-7166db14, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d7cb-7166db14, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d7d2-7166db14 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d840-7166db14, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d910-7166db14, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175da59-7166db14 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
.all-2 #w-node-_2ab4bffa-8073-a674-1d3e-aeda0a186714-7166db14 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }
.all-2 #w-node-_959d55bc-8daf-3f56-0592-4c5da7297b48-7166db14, .all-2 #w-node-_739cbe4c-f86a-85b5-d80b-5b2f58778d2f-7166db14 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d740-7166db23 {
    justify-self: center;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d74f-7166db23 {
    place-self: stretch stretch;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d758-7166db23, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d797-7166db23 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d7bd-7166db23, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d7c4-7166db23, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d7cb-7166db23, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d7d2-7166db23 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d840-7166db23, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d910-7166db23, .all-2 #w-node-e65b5710-622c-5add-724d-9c57b04bca57-7166db23 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d740-c3f33f80 {
    justify-self: center;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d74f-c3f33f80 {
    place-self: stretch stretch;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d758-c3f33f80, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d797-c3f33f80 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d7bd-c3f33f80, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d7c4-c3f33f80, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d7cb-c3f33f80, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d7d2-c3f33f80 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d840-c3f33f80, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d910-c3f33f80 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d740-5c0e3515 {
    justify-self: center;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d74f-5c0e3515 {
    place-self: stretch stretch;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d758-5c0e3515, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d797-5c0e3515 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d7bd-5c0e3515, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d7c4-5c0e3515, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d7cb-5c0e3515, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d7d2-5c0e3515 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d840-5c0e3515, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d910-5c0e3515 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d740-515f4e7c {
    justify-self: center;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d74f-515f4e7c {
    place-self: stretch stretch;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d758-515f4e7c, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d797-515f4e7c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d7bd-515f4e7c, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d7c4-515f4e7c, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d7cb-515f4e7c, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d7d2-515f4e7c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d840-515f4e7c, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d910-515f4e7c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d740-024af82b {
    justify-self: center;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d74f-024af82b {
    place-self: stretch stretch;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d758-024af82b, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d797-024af82b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d7bd-024af82b, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d7c4-024af82b, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d7cb-024af82b, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d7d2-024af82b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d840-024af82b, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d910-024af82b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d740-5eba12b8 {
    justify-self: center;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d74f-5eba12b8 {
    place-self: stretch stretch;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d758-5eba12b8, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d797-5eba12b8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d7bd-5eba12b8, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d7c4-5eba12b8, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d7cb-5eba12b8, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d7d2-5eba12b8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d840-5eba12b8, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d910-5eba12b8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d740-4485a45b {
    justify-self: center;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d74f-4485a45b {
    place-self: stretch stretch;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d758-4485a45b, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d797-4485a45b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d7bd-4485a45b, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d7c4-4485a45b, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d7cb-4485a45b, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d7d2-4485a45b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
.all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d840-4485a45b, .all-2 #w-node-_4f48def3-ec17-01a8-4743-e9184175d910-4485a45b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
.all-2 #w-node-_876164b5-ff08-de3e-ddb3-1990e7b183a7-a250b5e5 {
    justify-self: center;
  }
.all-2 #w-node-_08ba42a1-2d74-92c4-e7cb-d42461b34b71-87ad4854 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
.all-2 #w-node-_08ba42a1-2d74-92c4-e7cb-d42461b34b7f-87ad4854 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
.all-2 #w-node-e51b3562-8bea-809e-3a63-28b24c91b8cf-87ad4854 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
.all-2 #w-node-e51b3562-8bea-809e-3a63-28b24c91b8dd-87ad4854 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
.all-2 #w-node-_2028f19b-d699-5c59-ba8e-4e3d08425c0c-87ad4854, .all-2 #diet-btn-paywall.w-node-_6bb79269-1d0b-014a-6c13-dc93fe1ebe04-87ad4854 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
.all-2 #w-node-_7b717d92-88af-1def-c682-1d3a4b0d957e-87ad4854, .all-2 #w-node-_38e4c0eb-5663-dd1a-459d-f8e47974b500-87ad4854, .all-2 #w-node-bdb4236d-a6b7-1953-8f56-e987bb9f9091-87ad4854 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
  }
.all-2 #tab-world.w-node-d541f4f7-cd2a-85a1-0a98-2467e335e79e-70f69047, .all-2 #w-node-_08ba42a1-2d74-92c4-e7cb-d42461b34b71-7bba9625 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
.all-2 #w-node-_08ba42a1-2d74-92c4-e7cb-d42461b34b7f-7bba9625 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
.all-2 #w-node-e51b3562-8bea-809e-3a63-28b24c91b8cf-7bba9625 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
.all-2 #w-node-e51b3562-8bea-809e-3a63-28b24c91b8dd-7bba9625 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
.all-2 #w-node-_2028f19b-d699-5c59-ba8e-4e3d08425c0c-7bba9625 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
.all-2 #w-node-_7b717d92-88af-1def-c682-1d3a4b0d957e-7bba9625, .all-2 #w-node-_38e4c0eb-5663-dd1a-459d-f8e47974b500-7bba9625, .all-2 #w-node-bdb4236d-a6b7-1953-8f56-e987bb9f9091-7bba9625 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
  }
.all-2 #w-node-a851a310-8602-b0a6-d520-a8da9d88efde-cf646bea {
    justify-self: center;
  }
.all-2 #w-node-a851a310-8602-b0a6-d520-a8da9d88eff7-cf646bea {
    place-self: center;
  }
.all-2 #w-node-_399e5f5c-785d-6dce-fffb-0cad500d500b-cf646bea {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
.all-2 #w-node-_42a6d985-89f0-0bbb-66ab-1d103b9d6adc-cf646bea, .all-2 #w-node-e1e28caa-e9cb-76d7-fd86-9e610507c76f-cf646bea {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
.all-2 #w-node-a851a310-8602-b0a6-d520-a8da9d88efde-9c8398b3 {
    justify-self: center;
  }
.all-2 #w-node-a851a310-8602-b0a6-d520-a8da9d88eff7-9c8398b3 {
    place-self: center;
  }
.all-2 #w-node-_399e5f5c-785d-6dce-fffb-0cad500d500b-9c8398b3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
.all-2 #w-node-_42a6d985-89f0-0bbb-66ab-1d103b9d6adc-9c8398b3, .all-2 #w-node-e1e28caa-e9cb-76d7-fd86-9e610507c76f-9c8398b3, .all-2 #w-node-_36b1e1f7-9109-f8ad-f0cc-c5378c6f1ead-5438fbce {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
.all-2 #w-node-c59bee4d-6f5f-09d9-dded-06e088720196-6ea5ddd6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto start;
  }
.all-2 #w-node-c59bee4d-6f5f-09d9-dded-06e0887201ac-6ea5ddd6 {
    place-self: auto;
  }
.all-2 #w-node-c59bee4d-6f5f-09d9-dded-06e0887201d6-6ea5ddd6 {
    align-self: center;
  }
}
@font-face  {
  font-family: "Lumios marker";
  src: url("../fonts/lumios-marker.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
