

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

/* End */


/* Start:/local/templates/ec/css/components.css?170303667439161*/
@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;
}
[class^="w-icon-"],
[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;
}
.w-icon-slider-right:before {
  content: "\e600";
}
.w-icon-slider-left:before {
  content: "\e601";
}
.w-icon-nav-menu:before {
  content: "\e602";
}
.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
  content: "\e603";
}
.w-icon-file-upload-remove:before {
  content: "\e900";
}
.w-icon-file-upload-icon:before {
  content: "\e903";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
html.w-mod-touch * {
  background-attachment: scroll !important;
}
.w-block {
  display: block;
}
.w-inline-block {
  max-width: 100%;
  display: inline-block;
}
.w-clearfix:before,
.w-clearfix:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-clearfix:after {
  clear: both;
}
.w-hidden {
  display: none;
}
.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}
input.w-button {
  -webkit-appearance: button;
}
html[data-w-dynpage] [data-w-cloak] {
  color: transparent !important;
}
.w-webflow-badge,
.w-webflow-badge * {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: auto;
  display: block;
  visibility: visible;
  overflow: visible;
  overflow-x: visible;
  overflow-y: visible;
  box-sizing: border-box;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 0;
  min-width: 0;
  margin: 0;
  padding: 0;
  float: none;
  clear: none;
  border: 0 none transparent;
  border-radius: 0;
  background: none;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto auto;
  background-repeat: repeat;
  background-origin: padding-box;
  background-clip: border-box;
  background-attachment: scroll;
  background-color: transparent;
  box-shadow: none;
  opacity: 1;
  transform: none;
  transition: none;
  direction: ltr;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-style: inherit;
  font-variant: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  text-decoration: inherit;
  text-indent: 0;
  text-transform: inherit;
  list-style-type: disc;
  text-shadow: none;
  font-smoothing: auto;
  vertical-align: baseline;
  cursor: inherit;
  white-space: inherit;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
}
.w-webflow-badge {
  position: fixed !important;
  display: inline-block !important;
  visibility: visible !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;
  opacity: 1 !important;
  line-height: 14px !important;
  text-decoration: none !important;
  transform: none !important;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !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;
}
.w-webflow-badge > img {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  vertical-align: middle !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin-bottom: 10px;
}
h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px;
}
h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
}
h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
}
h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}
h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}
h6 {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}
blockquote {
  margin: 0 0 10px 0;
  padding: 10px 20px;
  border-left: 5px solid #E2E2E2;
  font-size: 18px;
  line-height: 22px;
}
figure {
  margin: 0;
  margin-bottom: 10px;
}
figcaption {
  margin-top: 5px;
  text-align: center;
}
ul,
ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}
.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}
.w-embed:before,
.w-embed:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-embed:after {
  clear: both;
}
.w-video {
  width: 100%;
  position: relative;
  padding: 0;
}
.w-video iframe,
.w-video object,
.w-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
button,
[type='button'],
[type='reset'] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
}
.w-form {
  margin: 0 0 15px;
}
.w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #dddddd;
}
.w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
}
label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.w-input,
.w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
.w-input:-moz-placeholder,
.w-select:-moz-placeholder {
  color: #999;
}
.w-input::-moz-placeholder,
.w-select::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.w-input::-webkit-input-placeholder,
.w-select::-webkit-input-placeholder {
  color: #999;
}
.w-input:focus,
.w-select:focus {
  border-color: #3898EC;
  outline: 0;
}
.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
  cursor: not-allowed;
}
.w-input[disabled]:not(.w-input-disabled),
.w-select[disabled]:not(.w-input-disabled),
.w-input[readonly],
.w-select[readonly],
fieldset[disabled]:not(.w-input-disabled) .w-input,
fieldset[disabled]:not(.w-input-disabled) .w-select {
  background-color: #eeeeee;
}
textarea.w-input,
textarea.w-select {
  height: auto;
}
.w-select {
  background-color: #f3f3f3;
}
.w-select[multiple] {
  height: auto;
}
.w-form-label {
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0px;
}
.w-radio {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}
.w-radio:before,
.w-radio:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-radio:after {
  clear: both;
}
.w-radio-input {
  margin: 4px 0 0;
  line-height: normal;
  float: left;
  margin-left: -20px;
}
.w-radio-input {
  margin-top: 3px;
}
.w-file-upload {
  display: block;
  margin-bottom: 10px;
}
.w-file-upload-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -100;
}
.w-file-upload-default,
.w-file-upload-uploading,
.w-file-upload-success {
  display: inline-block;
  color: #333333;
}
.w-file-upload-error {
  display: block;
  margin-top: 10px;
}
.w-file-upload-default.w-hidden,
.w-file-upload-uploading.w-hidden,
.w-file-upload-error.w-hidden,
.w-file-upload-success.w-hidden {
  display: none;
}
.w-file-upload-uploading-btn {
  display: flex;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-file-upload-file {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0;
  padding: 8px 9px 8px 11px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-file-upload-file-name {
  font-size: 14px;
  font-weight: normal;
  display: block;
}
.w-file-remove-link {
  margin-top: 3px;
  margin-left: 10px;
  width: auto;
  height: auto;
  padding: 3px;
  display: block;
  cursor: pointer;
}
.w-icon-file-upload-remove {
  margin: auto;
  font-size: 10px;
}
.w-file-upload-error-msg {
  display: inline-block;
  color: #ea384c;
  padding: 2px 0;
}
.w-file-upload-info {
  display: inline-block;
  line-height: 38px;
  padding: 0 12px;
}
.w-file-upload-label {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-icon-file-upload-icon,
.w-icon-file-upload-uploading {
  display: inline-block;
  margin-right: 8px;
  width: 20px;
}
.w-icon-file-upload-uploading {
  height: 20px;
}
.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}
.w-container:before,
.w-container:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-container:after {
  clear: both;
}
.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}
.w-row:before,
.w-row:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-row:after {
  clear: both;
}
.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}
.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}
.w-col-1 {
  width: 8.33333333%;
}
.w-col-2 {
  width: 16.66666667%;
}
.w-col-3 {
  width: 25%;
}
.w-col-4 {
  width: 33.33333333%;
}
.w-col-5 {
  width: 41.66666667%;
}
.w-col-6 {
  width: 50%;
}
.w-col-7 {
  width: 58.33333333%;
}
.w-col-8 {
  width: 66.66666667%;
}
.w-col-9 {
  width: 75%;
}
.w-col-10 {
  width: 83.33333333%;
}
.w-col-11 {
  width: 91.66666667%;
}
.w-col-12 {
  width: 100%;
}
.w-hidden-main {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: none !important;
  }
  .w-col-medium-1 {
    width: 8.33333333%;
  }
  .w-col-medium-2 {
    width: 16.66666667%;
  }
  .w-col-medium-3 {
    width: 25%;
  }
  .w-col-medium-4 {
    width: 33.33333333%;
  }
  .w-col-medium-5 {
    width: 41.66666667%;
  }
  .w-col-medium-6 {
    width: 50%;
  }
  .w-col-medium-7 {
    width: 58.33333333%;
  }
  .w-col-medium-8 {
    width: 66.66666667%;
  }
  .w-col-medium-9 {
    width: 75%;
  }
  .w-col-medium-10 {
    width: 83.33333333%;
  }
  .w-col-medium-11 {
    width: 91.66666667%;
  }
  .w-col-medium-12 {
    width: 100%;
  }
  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: none !important;
  }
  .w-row,
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }
  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }
  .w-col-small-1 {
    width: 8.33333333%;
  }
  .w-col-small-2 {
    width: 16.66666667%;
  }
  .w-col-small-3 {
    width: 25%;
  }
  .w-col-small-4 {
    width: 33.33333333%;
  }
  .w-col-small-5 {
    width: 41.66666667%;
  }
  .w-col-small-6 {
    width: 50%;
  }
  .w-col-small-7 {
    width: 58.33333333%;
  }
  .w-col-small-8 {
    width: 66.66666667%;
  }
  .w-col-small-9 {
    width: 75%;
  }
  .w-col-small-10 {
    width: 83.33333333%;
  }
  .w-col-small-11 {
    width: 91.66666667%;
  }
  .w-col-small-12 {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: inherit !important;
  }
  .w-hidden-tiny {
    display: none !important;
  }
  .w-col {
    width: 100%;
  }
  .w-col-tiny-1 {
    width: 8.33333333%;
  }
  .w-col-tiny-2 {
    width: 16.66666667%;
  }
  .w-col-tiny-3 {
    width: 25%;
  }
  .w-col-tiny-4 {
    width: 33.33333333%;
  }
  .w-col-tiny-5 {
    width: 41.66666667%;
  }
  .w-col-tiny-6 {
    width: 50%;
  }
  .w-col-tiny-7 {
    width: 58.33333333%;
  }
  .w-col-tiny-8 {
    width: 66.66666667%;
  }
  .w-col-tiny-9 {
    width: 75%;
  }
  .w-col-tiny-10 {
    width: 83.33333333%;
  }
  .w-col-tiny-11 {
    width: 91.66666667%;
  }
  .w-col-tiny-12 {
    width: 100%;
  }
}
.w-widget {
  position: relative;
}
.w-widget-map {
  width: 100%;
  height: 400px;
}
.w-widget-map label {
  width: auto;
  display: inline;
}
.w-widget-map img {
  max-width: inherit;
}
.w-widget-map .gm-style-iw {
  text-align: center;
}
.w-widget-map .gm-style-iw > button {
  display: none !important;
}
.w-widget-twitter {
  overflow: hidden;
}
.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;
}
.w-widget-twitter-count-shim * {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.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;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  position: relative;
  display: block;
}
.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px;
}
.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px;
}
.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px;
}
.w-widget-twitter-count-shim:not(.w--vertical):before,
.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;
}
.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;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-left: -10px;
  margin-top: -5px;
}
.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;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-left: -9px;
  margin-top: -5px;
}
.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px;
}
.w-widget-twitter-count-shim.w--vertical:before,
.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;
}
.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;
}
.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;
}
.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px;
}
.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px;
}
.w-background-video {
  position: relative;
  overflow: hidden;
  height: 500px;
  color: white;
}
.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;
}
.w-background-video > video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}
.w-background-video--control {
  position: absolute;
  bottom: 1em;
  right: 1em;
  background-color: transparent;
  padding: 0;
}
.w-background-video--control > [hidden] {
  display: none !important;
}
.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);
}
.w-slider-mask {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  white-space: nowrap;
}
.w-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
}
.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);
}
.w-slider-nav.w-round > div {
  border-radius: 100%;
}
.w-slider-nav.w-num > div {
  width: auto;
  height: auto;
  padding: 0.2em 0.5em;
  font-size: inherit;
  line-height: inherit;
}
.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
}
.w-slider-nav-invert {
  color: #fff;
}
.w-slider-nav-invert > div {
  background-color: rgba(34, 34, 34, 0.4);
}
.w-slider-nav-invert > div.w-active {
  background-color: #222;
}
.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;
}
.w-slider-dot.w-active {
  background-color: #fff;
}
.w-slider-dot:focus {
  outline: none;
  box-shadow: 0px 0px 0px 2px #fff;
}
.w-slider-dot:focus.w-active {
  box-shadow: none;
}
.w-slider-arrow-left,
.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);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.w-slider-arrow-left [class^='w-icon-'],
.w-slider-arrow-right [class^='w-icon-'],
.w-slider-arrow-left [class*=' w-icon-'],
.w-slider-arrow-right [class*=' w-icon-'] {
  position: absolute;
}
.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus {
  outline: 0;
}
.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}
.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}
.w-icon-slider-left,
.w-icon-slider-right {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em;
}
.w-slider-aria-label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.w-slider-force-show {
  display: block !important;
}
.w-dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900;
}
.w-dropdown-btn,
.w-dropdown-toggle,
.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;
}
.w-dropdown-toggle {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  cursor: pointer;
  padding-right: 40px;
}
.w-dropdown-toggle:focus {
  outline: 0;
}
.w-icon-dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-right: 20px;
  width: 1em;
  height: 1em;
}
.w-dropdown-list {
  position: absolute;
  background: #dddddd;
  display: none;
  min-width: 100%;
}
.w-dropdown-list.w--open {
  display: block;
}
.w-dropdown-link {
  padding: 10px 20px;
  display: block;
  color: #222222;
}
.w-dropdown-link.w--current {
  color: #0082f3;
}
.w-dropdown-link:focus {
  outline: 0;
}
@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}
/**
 * ## 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.
 */
.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.
 */
.w-lightbox-backdrop,
.w-lightbox-container {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.w-lightbox-content {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.w-lightbox-view {
  position: absolute;
  width: 100vw;
  height: 100vh;
  opacity: 0;
}
.w-lightbox-view:before {
  content: "";
  height: 100vh;
}
/* .w-lightbox-content */
.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
  height: 86vh;
}
.w-lightbox-frame,
.w-lightbox-view:before {
  display: inline-block;
  vertical-align: middle;
}
/*
 * 1. Remove default margin set by user-agent on the <figure> element.
 */
.w-lightbox-figure {
  position: relative;
  margin: 0;
  /* 1 */
}
.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.
 */
.w-lightbox-img {
  width: auto;
  height: auto;
  max-width: none;
}
/**
 * 1. Reset if style is set by user on "All Images"
 */
.w-lightbox-image {
  display: block;
  float: none;
  /* 1 */
  max-width: 100vw;
  max-height: 100vh;
}
.w-lightbox-group .w-lightbox-image {
  max-height: 86vh;
}
.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;
}
.w-lightbox-embed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.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;
}
.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==");
}
.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)
 */
.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.
 */
.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.
 */
.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 */
}
.w-lightbox-active {
  opacity: 0.3;
}
.w-lightbox-thumbnail {
  position: relative;
  height: 10vh;
  background: #222;
  overflow: hidden;
}
.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
}
.w-lightbox-thumbnail .w-lightbox-tall {
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.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.
 */
.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;
}
.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
 */
.w-lightbox-hide {
  display: none;
}
.w-lightbox-noscroll {
  overflow: hidden;
}
@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh;
  }
  .w-lightbox-view,
  .w-lightbox-view:before {
    height: 96vh;
  }
  /* .w-lightbox-content */
  .w-lightbox-group,
  .w-lightbox-group .w-lightbox-view,
  .w-lightbox-group .w-lightbox-view:before {
    height: 84vh;
  }
  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh;
  }
  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh;
  }
  .w-lightbox-left,
  .w-lightbox-right {
    display: block;
    opacity: 0.5;
  }
  .w-lightbox-close {
    opacity: 0.8;
  }
  .w-lightbox-control:hover {
    opacity: 1;
  }
}
.w-lightbox-inactive,
.w-lightbox-inactive:hover {
  opacity: 0;
}
.w-richtext:before,
.w-richtext:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-richtext:after {
  clear: both;
}
.w-richtext[contenteditable="true"]:before,
.w-richtext[contenteditable="true"]:after {
  white-space: initial;
}
.w-richtext ol,
.w-richtext ul {
  overflow: hidden;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after {
  outline: 2px solid #2895f7;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
  outline: 2px solid #2895f7;
}
.w-richtext figure.w-richtext-figure-type-video > div:after,
.w-richtext figure[data-rt-type="video"] > div:after {
  content: '';
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.w-richtext figure {
  position: relative;
  max-width: 60%;
}
.w-richtext figure > div:before {
  cursor: default!important;
}
.w-richtext figure img {
  width: 100%;
}
.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: 0.6;
}
.w-richtext figure div {
  /* fix incorrectly sized selection border in the data manager */
  font-size: 0px;
  color: transparent;
}
.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type="image"] {
  display: table;
}
.w-richtext figure.w-richtext-figure-type-image > div,
.w-richtext figure[data-rt-type="image"] > div {
  display: inline-block;
}
.w-richtext figure.w-richtext-figure-type-image > figcaption,
.w-richtext figure[data-rt-type="image"] > figcaption {
  display: table-caption;
  caption-side: bottom;
}
.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0;
}
.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type="video"] iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-richtext figure.w-richtext-figure-type-video > div,
.w-richtext figure[data-rt-type="video"] > div {
  width: 100%;
}
.w-richtext figure.w-richtext-align-center {
  margin-right: auto;
  margin-left: auto;
  clear: both;
}
.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div,
.w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
  max-width: 100%;
}
.w-richtext figure.w-richtext-align-normal {
  clear: both;
}
.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;
}
.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;
}
.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block;
}
.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  margin-right: 15px;
  clear: none;
}
.w-richtext figure.w-richtext-align-floatright {
  float: right;
  margin-left: 15px;
  clear: none;
}
.w-nav {
  position: relative;
  background: #dddddd;
  z-index: 1000;
}
.w-nav:before,
.w-nav:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-nav:after {
  clear: both;
}
.w-nav-brand {
  position: relative;
  float: left;
  text-decoration: none;
  color: #333333;
}
.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;
}
.w-nav-link.w--current {
  color: #0082f3;
}
.w-nav-menu {
  position: relative;
  float: right;
}
[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;
}
.w--nav-link-open {
  display: block;
  position: relative;
}
.w-nav-overlay {
  position: absolute;
  overflow: hidden;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
}
.w-nav-overlay [data-nav-menu-open] {
  top: 0;
}
.w-nav[data-animation="over-left"] .w-nav-overlay {
  width: auto;
}
.w-nav[data-animation="over-left"] .w-nav-overlay,
.w-nav[data-animation="over-left"] [data-nav-menu-open] {
  right: auto;
  z-index: 1;
  top: 0;
}
.w-nav[data-animation="over-right"] .w-nav-overlay {
  width: auto;
}
.w-nav[data-animation="over-right"] .w-nav-overlay,
.w-nav[data-animation="over-right"] [data-nav-menu-open] {
  left: auto;
  z-index: 1;
  top: 0;
}
.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);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.w-nav-button:focus {
  outline: 0;
}
.w-nav-button.w--open {
  background-color: #C8C8C8;
  color: white;
}
.w-nav[data-collapse="all"] .w-nav-menu {
  display: none;
}
.w-nav[data-collapse="all"] .w-nav-button {
  display: block;
}
.w--nav-dropdown-open {
  display: block;
}
.w--nav-dropdown-toggle-open {
  display: block;
}
.w--nav-dropdown-list-open {
  position: static;
}
@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="medium"] .w-nav-button {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="small"] .w-nav-button {
    display: block;
  }
  .w-nav-brand {
    padding-left: 10px;
  }
}
@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="tiny"] .w-nav-button {
    display: block;
  }
}
.w-tabs {
  position: relative;
}
.w-tabs:before,
.w-tabs:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-tabs:after {
  clear: both;
}
.w-tab-menu {
  position: relative;
}
.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;
}
.w-tab-link.w--current {
  background-color: #C8C8C8;
}
.w-tab-link:focus {
  outline: 0;
}
.w-tab-content {
  position: relative;
  display: block;
  overflow: hidden;
}
.w-tab-pane {
  position: relative;
  display: none;
}
.w--tab-active {
  display: block;
}
@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block;
  }
}
.w-ix-emptyfix:after {
  content: "";
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.w-dyn-empty {
  padding: 10px;
  background-color: #dddddd;
}
.w-dyn-hide {
  display: none !important;
}
.w-dyn-bind-empty {
  display: none !important;
}
.w-condition-invisible {
  display: none !important;
}
.wf-layout-layout {
  display: grid;
}

/* End */


/* Start:/local/templates/ec/css/ecocrowd.css?1703036674147815*/
:root {
  --gray-800: #2f2a51;
  --gray-900: black;
  --gray-100: #f6f6f9;
  --green-200: #d6ffd8;
  --orange-400: #ffad99;
  --blue-200: #d6f1ff;
  --gray-600: #9895b2;
  --green-400: #8ae58d;
  --gray-700: #6c678e;
  --gray-500: #afacc3;
  --gray-300: #d7d6e1;
  --gray-200: #e8e7ee;
  --orange-200: #ffded6;
  --orange-100: #ffefeb;
  --gray-400: #c6c4d4;
  --green-600: #006603;
  --green-100: #ebffeb;
  --orange-600: #661400;
  --pink-100: #ffebff;
  --pink-200: #ffd6ff;
  --pink-400: #f9f;
  --pink-600: #606;
  --blue-100: #ebf8ff;
  --blue-400: #9df;
  --blue-600: #046;
  --purple-100: #f3ebff;
  --purple-200: #e7d6ff;
  --purple-400: #8095ff;
  --purple-600: #2a0066;
  --yellow-100: #fffbeb;
  --yellow-200: #fff7d6;
  --yellow-400: #ffeb99;
  --yellow-600: #665200;
  --white: white;
  --green-500: #71c774;
}

.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;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.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;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: var(--gray-800);
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--gray-900);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

h2 {
  color: var(--gray-900);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 64px;
}

h3 {
  color: var(--gray-900);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 49px;
}

h4 {
  color: var(--gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

h5 {
  color: var(--gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

h6 {
  color: var(--gray-900);
  letter-spacing: -.03em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

p {
  color: var(--gray-900);
  letter-spacing: -.02em;
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 33px;
}

ul {
  margin-top: 24px;
  margin-bottom: 32px;
  padding-left: 0;
}

li {
  background-color: var(--gray-100);
  letter-spacing: -.02em;
  border-radius: 4px;
  margin-bottom: 12px;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
}

blockquote {
  background-color: var(--green-200);
  border: 1px #000;
  border-radius: 8px;
  margin-top: 42px;
  margin-bottom: 42px;
  padding: 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.banner {
  z-index: 55;
  min-height: 56px;
  background-color: var(--gray-900);
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 8px 5%;
  display: flex;
  position: relative;
}

.banner-text {
  letter-spacing: -.02em;
  font-size: 14px;
  line-height: 24px;
}

.container-navigation {
  width: 100%;
  max-width: 1280px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-menu {
  width: auto;
  height: 100%;
  color: #000;
  flex: 1;
  align-items: center;
  display: flex;
  position: static;
}

.navigation-menu {
  width: auto;
  flex: 1;
  align-items: center;
  display: flex;
}

.navigation-button-wrap {
  width: auto;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.navigation-button {
  border: 1.2px solid var(--gray-900);
  color: var(--gray-900);
  letter-spacing: -.01em;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  padding: 8px 24px;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  transition: all .35s;
}

.navigation-button:hover {
  background-color: var(--gray-900);
  color: #fff;
}

.nav-link {
  color: var(--gray-900);
  letter-spacing: -.02em;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 6px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 8px 15px;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.nav-link:hover {
  background-color: var(--gray-100);
}

.nav-link.w--current {
  color: var(--gray-900);
}

.navigation {
  z-index: 55;
  height: 100px;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(183, 183, 183, .25);
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.brand {
  margin-right: 1.5vw;
}

.template-header {
  background-color: var(--blue-200);
  padding: 64px 5% 40px;
}

.container {
  z-index: 5;
  width: 100%;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container.big {
  max-width: 75%;
}

.title-wrapper-centre {
  max-width: 680px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.title-small {
  color: var(--gray-600);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
}

.button-primary {
  background-color: var(--green-400);
  color: var(--gray-900);
  text-align: center;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-weight: 600;
  line-height: 24px;
  transition: all .3s;
  display: flex;
}

.button-primary:hover {
  background-color: var(--orange-400);
}

.line-break {
  width: 100%;
  height: 1px;
  background-color: #f4f5fd;
  margin-top: 20px;
  margin-bottom: 20px;
}

.button-default {
  min-width: 140px;
  border: 1.2px solid var(--gray-900);
  color: var(--gray-900);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-weight: 600;
  line-height: 24px;
  transition: all .3s;
  display: flex;
}

.button-default:hover {
  background-color: var(--gray-900);
  color: #fff;
}

.paragraph-style-wrap {
  max-width: 560px;
}

.font-size {
  color: var(--gray-700);
  font-size: 16px;
}

.template-header-block {
  width: 100%;
  background-color: var(--gray-900);
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 32px 42px;
  display: flex;
}

.container-large {
  z-index: 5;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.body-small-normal {
  color: var(--gray-900);
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.body-small-normal.text-color-gray-500 {
  color: var(--gray-500);
}

.template-section {
  padding: 20px 5% 100px;
}

.h3-title-white {
  color: #fff;
  margin-bottom: 8px;
}

.sidebar-grid {
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.gray-900 {
  background-color: var(--gray-900);
}

.body-large-normal {
  color: var(--gray-900);
  letter-spacing: -.02em;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.heading-white {
  color: #fff;
  margin-bottom: 14px;
}

.sidebar-short-link {
  color: var(--gray-800);
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  text-decoration: none;
  display: flex;
}

.sidebar-short-link:hover {
  color: var(--gray-700);
}

.sidebar-short-link.w--current {
  font-weight: 700;
}

.style-full-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr;
}

.body-large-medium {
  color: var(--gray-900);
  letter-spacing: -.02em;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.body-large-medium.text-color-gray-300 {
  color: var(--gray-300);
}

.body-large-medium.text-color-gray-700 {
  color: var(--gray-700);
}

.body-large-medium.text-color-gray-800 {
  color: var(--gray-800);
}

.body-large-medium.text-color-gray-500 {
  color: var(--gray-500);
}

.body-normal {
  color: #3f4e50;
  letter-spacing: -.02em;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
}

.color-wrapper {
  margin-bottom: 60px;
}

.body-bold {
  color: #3f4e50;
  letter-spacing: -.02em;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
}

.title-white {
  color: #fff;
}

.colour-text {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 12px 12px 16px;
  display: flex;
}

.button-grid {
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 60px;
}

.gray-800 {
  background-color: var(--gray-800);
}

.gray-300 {
  background-color: var(--gray-300);
}

.style-title {
  color: #172426;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.color-base {
  z-index: -1;
  height: 120px;
  position: relative;
}

.typography-block {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.template-detail-block {
  border: 1px solid var(--gray-100);
  background-color: #fff;
  border-radius: 12px;
  padding: 24px;
}

.detail-block {
  border: 1px solid var(--gray-200);
  background-color: var(--gray-100);
  border-radius: 9px;
  margin-bottom: 16px;
  padding: 30px 20px;
  font-size: 16px;
  line-height: 32px;
}

.colour {
  width: 100%;
  max-width: 170px;
  background-color: #fff;
  border-radius: 6px;
  align-items: center;
  display: block;
  overflow: hidden;
  box-shadow: 34px 34px 74px -12px rgba(56, 50, 124, .08);
}

.sidebar-menu {
  min-height: 240px;
  border: 1px solid var(--gray-100);
  white-space: normal;
  background-color: #fff;
  border-radius: 12px;
  padding: 18px 18px 24px;
  position: -webkit-sticky;
  position: sticky;
  top: 32px;
}

.hero-title {
  color: var(--gray-900);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 72px;
  font-weight: 600;
  line-height: 80px;
}

.style-grid {
  grid-row-gap: 42px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  margin-bottom: 60px;
}

.gray-700 {
  background-color: var(--gray-700);
}

.button-cell {
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
}

.button-cell.dark {
  background-color: var(--gray-900);
}

.color-grid {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  justify-content: start;
  justify-items: start;
  margin-top: 24px;
}

.gray-200 {
  background-color: var(--gray-200);
}

.text-wrap {
  width: 100%;
  margin-bottom: 16px;
}

.style-detail {
  color: var(--gray-900);
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.section-large {
  padding: 80px 5%;
  overflow: hidden;
}

.badge {
  border: 1.2px solid var(--gray-900);
  border-radius: 4px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
  margin-right: 10px;
  padding: 4px 12px;
  display: flex;
}

.purple-star {
  margin-right: 8px;
}

.heading-detail-small {
  letter-spacing: .06em;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-weight: 600;
  line-height: 24px;
}

.heading-detail-small.text-color-gray-700 {
  color: var(--gray-700);
}

.grid-hero-features {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 24px;
}

.check-wrapper {
  align-items: center;
  display: flex;
}

.hero-grid {
  max-width: 1840px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
}

.hero-block-01 {
  background-color: #fff7d6;
  border-radius: 16px;
  padding: 24px;
}

.overview-hero {
  width: 100%;
}

.feature-row {
  border: 1px solid var(--gray-200);
  border-radius: 8px;
  margin-top: 48px;
  padding: 40px;
}

.grid-feature {
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.number-wrapper {
  border-right: 1px solid var(--gray-200);
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.number-wrapper.remove-end-border {
  border-right-style: none;
}

.number-large {
  color: var(--gray-900);
  letter-spacing: -.04em;
  margin-right: 24px;
  font-family: Generalsans, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 64px;
}

.heading-detail-large {
  color: var(--gray-900);
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: Inter, sans-serif;
  font-weight: 600;
  line-height: 24px;
}

.heading-detail-large.text-color-gray-600 {
  color: var(--gray-600);
}

.heading-detail-large.margin-top-m {
  margin-top: 30px;
}

.cta-block {
  background-color: var(--gray-900);
  background-image: url('/local/templates/ec/css/../images/Accent-Pattern-05.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 12px;
  padding: 72px;
}

.text-color-white {
  color: #fff;
}

.grid-feature-card {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 56px;
}

.feature-block-green {
  background-color: var(--green-200);
  text-align: center;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px;
  display: flex;
}

.feature-block-pink {
  background-color: var(--orange-200);
  text-align: center;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px;
  display: flex;
}

.feature-block-blue {
  background-color: var(--blue-200);
  text-align: center;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px;
  display: flex;
}

.number-block {
  width: 48px;
  height: 48px;
  background-color: var(--gray-900);
  color: #fff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  display: flex;
}

.sub-heading-large {
  color: var(--gray-900);
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
}

.sub-heading-large.margin-bottom-12 {
  margin-bottom: 12px;
}

.grid-pages {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  margin-top: 96px;
}

.page-block {
  background-color: var(--gray-100);
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px 32px 40px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.page-block:hover {
  background-color: var(--orange-100);
}

.page-image {
  width: 100%;
  border: 5px solid #fff;
  border-radius: 12px;
  margin-bottom: 40px;
}

.h1-heading {
  margin-bottom: 16px;
  font-size: 64px;
  line-height: 72px;
}

.gray-600 {
  background-color: var(--gray-600);
}

.gray-400 {
  background-color: var(--gray-400);
}

.gray-100 {
  background-color: var(--gray-100);
}

.gray-500 {
  background-color: var(--gray-500);
}

.green-600 {
  background-color: var(--green-600);
}

.green-400 {
  background-color: var(--green-400);
}

.green-200 {
  background-color: var(--green-200);
}

.green-100 {
  background-color: var(--green-100);
}

.orange-100 {
  background-color: var(--orange-100);
}

.orange-200 {
  background-color: var(--orange-200);
}

.orange-400 {
  background-color: var(--orange-400);
}

.orange-600 {
  background-color: var(--orange-600);
}

.pink-100 {
  background-color: var(--pink-100);
}

.pink-200 {
  background-color: var(--pink-200);
}

.pink-400 {
  background-color: var(--pink-400);
}

.pink-600 {
  background-color: var(--pink-600);
}

.blue-100 {
  background-color: var(--blue-100);
}

.blue-200 {
  background-color: var(--blue-200);
}

.blue-400 {
  background-color: var(--blue-400);
}

.blue-600 {
  background-color: var(--blue-600);
}

.purple-100 {
  background-color: var(--purple-100);
}

.purple-200 {
  background-color: var(--purple-200);
}

.purple-400 {
  background-color: var(--purple-400);
}

.purple-600 {
  background-color: var(--purple-600);
}

.yellow-100 {
  background-color: var(--yellow-100);
}

.yellow-200 {
  background-color: var(--yellow-200);
}

.yellow-400 {
  background-color: var(--yellow-400);
}

.yellow-600 {
  background-color: var(--yellow-600);
}

.white {
  background-color: var(--white);
}

.button-important {
  background-color: var(--gray-900);
  color: #fff;
  text-align: center;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-weight: 600;
  line-height: 24px;
  transition: all .3s;
  display: flex;
}

.button-important:hover {
  background-color: var(--gray-800);
}

.button-important.width-100 {
  width: 100%;
}

.button-important.margin-top-24 {
  margin-top: 24px;
}

.button-default-dark {
  min-width: 140px;
  border: 1.2px solid var(--white);
  color: var(--white);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-weight: 600;
  line-height: 24px;
  transition: all .3s;
  display: flex;
}

.button-default-dark:hover {
  background-color: var(--white);
  color: var(--gray-900);
}

.button-primary-dark {
  background-color: var(--green-400);
  color: var(--gray-900);
  text-align: center;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-weight: 600;
  line-height: 24px;
  transition: all .3s;
  display: flex;
}

.button-primary-dark:hover {
  background-color: var(--green-600);
}

.button-important-dark {
  background-color: var(--white);
  color: var(--gray-900);
  text-align: center;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-weight: 600;
  line-height: 24px;
  transition: all .3s;
  display: flex;
}

.button-important-dark:hover {
  background-color: var(--gray-700);
  color: var(--white);
}

.section-logo {
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.section-review {
  background-color: var(--orange-200);
  padding: 80px 5% 60px;
  position: relative;
}

.icon-large {
  width: 64px;
  height: 64px;
  background-color: var(--gray-900);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.grid-review-card {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 56px;
}

.review-card {
  text-align: center;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px;
  display: flex;
  box-shadow: 68px 68px 148px -24px rgba(47, 42, 81, .04);
}

.star-row {
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.star {
  width: 24px;
}

.rate-block {
  margin-top: 24px;
}

.review-section-bar {
  height: 150px;
  background-color: #fff;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.grid-content {
  grid-column-gap: 92px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  align-items: center;
}

.faq-title {
  color: var(--gray-800);
  letter-spacing: -.02em;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.tab-content {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6px;
  padding-bottom: 6px;
  line-height: 36px;
}

.faq-content-wrap {
  width: 100%;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  display: block;
  position: static;
  overflow: hidden;
}

.faq-item-toggle {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 6px;
  padding: 10px 0;
  display: flex;
}

.faq-item-toggle:hover {
  color: #338cff;
}

.faq-item {
  border: 1px solid var(--gray-200);
  border-radius: 4px;
  margin-bottom: 20px;
  padding-top: 6px;
  padding-left: 24px;
  padding-right: 24px;
  transition: all .3s;
  display: block;
}

.faq-item:hover {
  border-color: #6667ab;
}

.faq-title-wrapper {
  width: 100%;
  white-space: pre-wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-arrow {
  width: 24px;
}

.paragraph {
  margin-bottom: 10px;
}

.content-faq-wrapper {
  margin-top: 40px;
  margin-bottom: 40px;
}

.grid-content-image-02 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
}

.content-image {
  border-radius: 8px;
  flex: none;
}

.tab-content-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.grid-content-right {
  grid-column-gap: 54px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-content-image-01 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
}

.grid-content-feature {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
}

.check-icon {
  margin-right: 8px;
}

.feature {
  align-items: center;
  display: flex;
}

.body-regular-m {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.section-cta {
  background-color: var(--green-200);
  background-image: url('/local/templates/ec/css/../images/Accent-Pattern-01.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 80px 5%;
}

.grid-process-cta {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 72px;
}

.process-wrapper {
  align-items: center;
  display: flex;
}

.process-circle {
  width: 64px;
  height: 64px;
  min-height: 64px;
  min-width: 64px;
  background-color: var(--gray-900);
  color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-right: 24px;
  font-family: Generalsans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  display: flex;
}

.sub-heading-small {
  color: var(--gray-900);
  letter-spacing: -.01em;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}

.section-cta-trial {
  background-color: var(--gray-900);
  background-image: url('/local/templates/ec/css/../images/Accent-Pattern-02.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 80px 5%;
}

.grid-cta-trial {
  grid-column-gap: 72px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  align-content: start;
  align-items: start;
}

.span-green {
  color: var(--green-400);
}

.footer-section {
  padding: 60px 5%;
}

.footer-top-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.3fr 1fr 1fr;
  align-items: center;
}

.footer-image {
  margin-bottom: 24px;
}

.footer-content-wrapper {
  max-width: 300px;
}

.footer-link-card {
  border: 1px solid var(--gray-200);
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.footer-link-card:hover {
  background-color: var(--gray-100);
}

.large-footer-icon {
  width: 40px;
  margin-right: 24px;
}

.footer-newsletter {
  background-color: var(--green-200);
  background-image: url('/local/templates/ec/css/../images/ecrowd-pattern.svg');
  background-position: 104%;
  background-repeat: no-repeat;
  background-size: auto 141%;
  padding: 60px 5%;
}

.newsletter-row {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr 1fr;
  align-items: start;
}

.heading-detail-footer {
  color: var(--gray-600);
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-family: Generalsans, sans-serif;
  font-weight: 600;
  line-height: 24px;
}

.footer-link {
  color: var(--white);
  margin-top: 4px;
  margin-bottom: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
  display: block;
}

.footer-link:hover {
  color: var(--orange-400);
}

.footer-column {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-line {
  height: 1px;
  background-color: var(--gray-200);
  margin-top: 60px;
  margin-bottom: 32px;
}

.footer-bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-cta-block {
  background-color: var(--gray-900);
  border-radius: 8px;
  padding: 40px;
}

.change-log-block {
  border: 1px solid var(--gray-200);
  background-color: var(--gray-100);
  text-align: center;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px;
  display: flex;
}

.section-small {
  padding: 60px 5%;
}

.badge-small {
  background-color: var(--green-200);
  color: var(--gray-900);
  text-transform: uppercase;
  border-radius: 4px;
  align-items: center;
  margin-bottom: 24px;
  padding: 6px 12px;
  font-weight: 700;
  display: flex;
}

.blog-header-image {
  height: 396px;
  border-radius: 12px;
  margin-top: 64px;
  margin-bottom: 32px;
  overflow: hidden;
}

.image-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.grid-blog-detail {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.blog-detail-card {
  border: 1px solid var(--gray-200);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  display: flex;
}

.blog-icon {
  width: 24px;
  margin-right: 8px;
}

.article-wrapper {
  max-width: 620px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
}

.header-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  align-items: center;
}

.header-content {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.client-block {
  background-color: var(--gray-900);
  border-radius: 12px;
  padding: 24px;
}

.grid-clients {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  justify-items: center;
}

.clients-background-bar {
  z-index: -1;
  height: 50%;
  background-color: var(--orange-200);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-wrapper {
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.trial-detail-wrapper {
  margin-left: 24px;
}

.cta-heading-detail {
  color: var(--green-400);
  letter-spacing: .06em;
  text-transform: uppercase;
  font-family: Generalsans, sans-serif;
  font-weight: 600;
  line-height: 24px;
}

.collection-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list-wrapper {
  margin-top: 64px;
}

.badge-star {
  margin-right: 8px;
}

.form {
  border: 1px solid var(--gray-200);
  border-radius: 8px;
  align-items: center;
  padding: 8px;
  display: flex;
}

.text-field-white {
  height: 100%;
  border: 1px #000;
  margin-bottom: 0;
  padding-top: 14px;
  padding-bottom: 14px;
}

.form-block {
  width: 100%;
  max-width: 440px;
  margin-top: 32px;
  margin-bottom: 0;
}

.form-detail-grid {
  grid-column-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 32px;
}

.body-small-medium {
  color: var(--gray-900);
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.body-small-medium.text-color-gray-600 {
  color: var(--purple-200);
}

.hero-check-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-image-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.accent {
  position: absolute;
  top: auto;
  bottom: 40px;
  left: -60px;
  right: auto;
}

.feature-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 64px;
}

.color-card-01 {
  min-height: 172px;
  background-color: var(--orange-100);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.color-card-02 {
  min-height: 172px;
  background-color: var(--green-100);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.color-card-03 {
  min-height: 172px;
  background-color: var(--purple-100);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.color-card-04 {
  min-height: 172px;
  background-color: var(--pink-100);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.feature-content-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.feature-heading {
  letter-spacing: -.01em;
  margin-bottom: 16px;
  font-family: Generalsans, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.video-block {
  height: 444px;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}

.video-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-play {
  color: var(--gray-800);
  background-color: #fff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px 12px 12px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: absolute;
  bottom: 24px;
  left: 24px;
}

.icon-play {
  margin-right: 8px;
}

.section-testimonial {
  background-color: var(--pink-100);
  background-image: url('/local/templates/ec/css/../images/Accent-Pattern-01.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 100px 5%;
}

.testimonial-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 64px;
}

.testimonial-card {
  background-color: var(--gray-900);
  border-radius: 12px;
  padding: 32px;
}

.testimonial-name-wrapper {
  margin-top: 24px;
}

.process-grid {
  grid-row-gap: 44px;
  grid-template-columns: 1fr;
}

.process-circle-small {
  width: 56px;
  height: 56px;
  min-height: 56px;
  min-width: 56px;
  background-color: var(--gray-900);
  color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-right: 24px;
  font-family: Generalsans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  display: flex;
}

.video-box {
  height: 582px;
  background-color: var(--gray-200);
  background-image: url('/local/templates/ec/css/../images/video-placeholder.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-hero {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
}

.grid-cta-feature {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr;
  justify-items: start;
  margin-top: 40px;
}

.avatar-small {
  width: 32px;
  height: 32px;
  min-height: 32px;
  min-width: 32px;
  background-color: var(--green-400);
  border-radius: 100px;
  margin-right: 16px;
  overflow: hidden;
}

.centre-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.header-image {
  height: 396px;
  border-radius: 12px;
  margin-top: 64px;
  overflow: hidden;
}

.container-small {
  z-index: 5;
  width: 100%;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.grid-content-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  align-items: start;
  margin-top: 72px;
}

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

.quote-image {
  margin-bottom: 32px;
}

.testimonial-name {
  color: var(--gray-800);
  letter-spacing: -.01em;
  margin-top: 32px;
  margin-bottom: 32px;
  font-family: Generalsans, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.grid-images {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
}

.hero-card {
  background-color: var(--orange-200);
  border-radius: 16px;
  margin-top: 64px;
  padding: 32px;
  overflow: hidden;
}

.hero-ui-cards {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-review-detail {
  grid-column-gap: 72px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  align-items: stretch;
}

.grid-feature-card-wide {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

.feature-card {
  background-color: #fff;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: 22px 32px;
  display: flex;
  box-shadow: 68px 68px 148px -24px rgba(47, 42, 81, .08);
}

.body-medium {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.icon-feature {
  width: 52px;
  height: 52px;
  min-height: 52px;
  min-width: 52px;
  margin-right: 32px;
}

.feature-wrapper {
  padding-top: 64px;
  padding-bottom: 64px;
  position: relative;
}

.feature-card-background {
  z-index: -1;
  max-width: 70%;
  background-color: var(--gray-100);
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.review-detail-wrapper {
  margin-top: 32px;
}

.star-small {
  width: 24px;
}

.grey-text-span {
  color: var(--gray-600);
}

.star-row-small {
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.logo {
  margin-top: 24px;
}

.grid-number {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  margin-top: 40px;
  margin-bottom: 40px;
}

.number-card {
  border: 1px solid var(--gray-200);
  border-radius: 6px;
  align-items: center;
  padding: 16px 24px;
  display: flex;
}

.number-medium {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 16px;
}

.text-color-orange-400 {
  color: var(--orange-400);
}

.blog-thumbnail {
  height: 290px;
  border-radius: 12px;
  overflow: hidden;
}

.blog-content-wrapper {
  margin-top: 24px;
}

.time-text {
  margin-bottom: 14px;
}

.faq-detail {
  margin-bottom: 10px;
}

.video-link {
  width: 56px;
  height: 56px;
  min-height: 56px;
  min-width: 56px;
  background-color: #fff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  margin-left: 8px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.slide {
  max-width: 620px;
  margin-right: 40px;
}

.slider {
  width: 620px;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 200px;
  margin-left: auto;
  margin-right: auto;
}

.slide-nav {
  display: none;
}

.testimonial-card-01 {
  background-color: var(--blue-200);
  border-radius: 16px;
  flex-direction: column;
  align-items: center;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.avatar-testimonial {
  z-index: 5;
  width: 96px;
  height: 96px;
  min-height: 96px;
  min-width: 96px;
  background-color: var(--blue-200);
  border: 8px solid #fff;
  border-radius: 100px;
  position: relative;
  top: -36px;
  overflow: hidden;
}

.slide-content {
  width: 100%;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px;
  display: flex;
}

.left-arrow {
  width: 56px;
  height: 56px;
  min-height: 56px;
  min-width: 56px;
  border: 1.2px solid var(--gray-200);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  transition: border-color .3s;
  display: flex;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.left-arrow:hover {
  border-color: var(--gray-300);
  background-color: #fff;
}

.testimonial-quote-top {
  margin-bottom: 24px;
}

.testimonial-quote {
  margin-top: 24px;
  margin-bottom: 24px;
}

.text-color-blue-400 {
  color: var(--blue-400);
}

.mask {
  padding-right: 68px;
  overflow: visible;
}

.testimonial-card-02 {
  background-color: var(--orange-200);
  border-radius: 16px;
  flex-direction: column;
  align-items: center;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.testimonial-card-03 {
  background-color: var(--purple-200);
  border-radius: 16px;
  flex-direction: column;
  align-items: center;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.tabs-menu {
  background-color: var(--gray-900);
  border-radius: 8px;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 60px;
  padding: 8px;
  display: flex;
}

.tab-link {
  width: 100%;
  color: #fff;
  text-align: center;
  letter-spacing: .06em;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 4px;
  padding: 12px 20px;
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.tab-link.w--current {
  background-color: var(--white);
  color: var(--gray-900);
  font-family: Inter, sans-serif;
}

.tabs {
  margin-top: 20px;
}

.grid-tab {
  grid-column-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
}

.h3-heading {
  margin-bottom: 24px;
}

.grid-logos {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-top: 64px;
}

.logo-wrapper {
  border: 1px solid var(--gray-200);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 0 5px;
  display: flex;
}

.grid-about-hero {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 44px;
}

.about-header-image {
  border-radius: 12px;
}

.large-quote {
  text-align: center;
  margin-top: 96px;
}

.hero-section {
  padding: 80px 5% 40px;
}

.card-statistic {
  border: 1px solid var(--gray-200);
  text-align: center;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px;
  display: flex;
}

.section-statistics {
  padding: 40px 5%;
}

.grid-statistics {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-pricing-feature {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: left;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  margin-bottom: 48px;
}

.price-card {
  border: 1px solid var(--gray-200);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 16px;
  flex-direction: column;
  align-items: flex-start;
  padding: 48px;
  transition: all .3s;
  display: flex;
}

.price-card:hover {
  background-color: #fff;
  box-shadow: 34px 34px 74px -24px rgba(56, 50, 124, .08);
}

.price-card.feature-card {
  background-color: var(--gray-900);
  box-shadow: none;
  color: #fff;
  background-image: url('/local/templates/ec/css/../images/Accent-Pattern-07.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  border-style: none;
  flex-direction: column;
  position: relative;
}

.feature-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.price-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.feature-wrap {
  align-items: center;
  display: flex;
}

.check {
  width: 24px;
  margin-right: 10px;
}

.price-text {
  letter-spacing: -.03em;
  margin-bottom: 16px;
  font-family: Generalsans, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 72px;
}

.badge-blue {
  border: 1.2px solid var(--gray-900);
  background-color: var(--blue-200);
  color: var(--gray-900);
  border-radius: 4px;
  align-items: center;
  margin-bottom: 24px;
  padding: 4px 12px;
  display: flex;
}

.badge-green {
  background-color: var(--green-200);
  color: var(--gray-900);
  letter-spacing: .06em;
  text-transform: uppercase;
  border-radius: 4px;
  align-items: center;
  margin-bottom: 24px;
  padding: 4px 12px;
  font-weight: 600;
  display: flex;
}

.price-line {
  width: 100%;
  height: 1px;
  background-color: var(--gray-200);
  margin-top: 32px;
  margin-bottom: 32px;
}

.badge-pink {
  background-color: var(--pink-200);
  border-radius: 4px;
  align-items: center;
  margin-bottom: 24px;
  padding: 4px 12px;
  display: flex;
}

.button-pricing {
  width: 100%;
  background-color: var(--blue-200);
  color: var(--gray-900);
  text-align: center;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.button-pricing:hover {
  background-color: var(--blue-400);
}

.button-pricing.width-100 {
  width: 100%;
}

.table-wrapper {
  background-color: var(--yellow-200);
  border-radius: 16px;
  margin-top: 72px;
  padding: 48px;
}

.table-title {
  color: #fff;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-family: Generalsans, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.table-lable-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
}

.table-row-top {
  background-color: var(--gray-900);
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
}

.table-row {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-bottom: 1px solid var(--gray-200);
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  align-items: center;
  padding: 24px 32px;
}

.table {
  margin-bottom: 48px;
}

.tabs-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pricing-tab-menu {
  border: 1px solid var(--gray-200);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-bottom: 64px;
  padding: 4px;
  display: flex;
}

.price-tab-link {
  color: var(--gray-900);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 4px;
  font-weight: 600;
}

.price-tab-link.w--current {
  background-color: var(--gray-900);
  color: var(--white);
}

.pricing-tab {
  width: 100%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.tabs-content {
  width: 100%;
}

.discount-image {
  position: absolute;
  top: -32px;
  bottom: auto;
  left: auto;
  right: -70px;
}

.rating-block {
  background-color: var(--gray-100);
  letter-spacing: -.02em;
  border-radius: 4px;
  align-items: center;
  margin-top: 24px;
  padding: 8px 12px 8px 8px;
  font-weight: 600;
  display: flex;
}

.star-icon {
  margin-right: 8px;
}

.grid-pricing-large {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
}

.card-pricing {
  background-color: var(--blue-200);
  border-radius: 12px;
  padding: 40px;
}

.pricing-feature-grid {
  grid-column-gap: 40px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  align-items: center;
  margin-bottom: 40px;
}

.pricing-left-block {
  border-right: 1px solid rgba(19, 11, 70, .08);
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.grid-pricing {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: left;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
}

.card-pricing-pink {
  background-color: var(--pink-100);
  border-radius: 12px;
  padding: 40px;
}

.pricing-table-wrapper {
  margin-top: 64px;
}

.pricing-detail {
  color: var(--gray-900);
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.green-check-large {
  width: 32px;
}

.right-arrow {
  width: 56px;
  height: 56px;
  min-height: 56px;
  min-width: 56px;
  border: 1.2px solid var(--gray-200);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  transition: border-color .3s;
  display: flex;
  top: auto;
  bottom: 0%;
  left: 69px;
  right: auto;
}

.right-arrow:hover {
  border-color: var(--gray-300);
  background-color: #fff;
}

.review-wrapper {
  background-color: var(--yellow-200);
  border-radius: 4px;
  align-items: center;
  margin-bottom: 24px;
  padding: 4px 12px;
  display: flex;
}

.grid-review {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 44px;
}

.grid-review-large {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr;
  margin-top: 64px;
}

.review-card-large {
  border: 1px solid var(--gray-200);
  text-align: center;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.collection-list-wrapper-case-study {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 72px;
}

.case-study-card {
  border: 1px solid var(--gray-200);
  border-radius: 16px;
  padding: 32px;
  text-decoration: none;
  transition: border-color .3s;
}

.case-study-card:hover {
  border-color: var(--gray-300);
}

.case-study-thumbnail {
  height: 440px;
  border-radius: 8px;
  position: relative;
}

.case-study-detail, .case-study-name-wrapper {
  margin-top: 32px;
}

.case-study-logo-block {
  background-color: #fff;
  border-radius: 4px;
  padding: 24px;
  position: absolute;
  bottom: 24px;
  left: 24px;
}

.link-block {
  color: var(--gray-900);
  margin-top: 24px;
  font-weight: 600;
}

.collection-list-case-study {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing-block {
  width: 100%;
  background-color: var(--gray-900);
  border-radius: 24px;
  padding: 32px;
}

.price-card-plain {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: flex-start;
  padding: 48px;
  transition: all .3s;
  display: flex;
}

.price-card-green {
  background-color: var(--green-200);
  color: var(--gray-900);
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 48px;
  transition: all .3s;
  display: flex;
}

.badge-dark {
  background-color: var(--gray-900);
  color: var(--white);
  border-radius: 4px;
  align-items: center;
  margin-bottom: 24px;
  padding: 4px 12px;
  display: flex;
}

.button-pricing-green {
  background-color: var(--green-200);
  color: var(--gray-900);
  text-align: center;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-weight: 600;
  line-height: 24px;
  transition: all .3s;
  display: flex;
}

.button-pricing-green.width-100 {
  width: 100%;
}

.price-line-gray {
  width: 100%;
  height: 1px;
  background-color: var(--gray-800);
  margin-top: 32px;
  margin-bottom: 32px;
}

.price-line-dark-gray {
  width: 100%;
  height: 1px;
  background-color: rgba(19, 11, 70, .2);
  margin-top: 32px;
  margin-bottom: 32px;
}

.logo-block {
  border: 1.2px solid var(--gray-200);
  border-radius: 6px;
  align-items: center;
  margin-bottom: 24px;
  padding: 20px 24px;
  display: flex;
}

.case-study-header {
  height: 440px;
  max-width: 400px;
  border-radius: 12px;
  margin-top: 48px;
  position: relative;
  overflow: hidden;
}

.case-study-author-detail {
  margin-top: 32px;
}

.header-case-study {
  padding: 60px 5% 40px;
}

.content-grid-accent {
  grid-column-gap: 32px;
  grid-row-gap: 44px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr 1fr;
}

.accent-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-feature-check {
  grid-column-gap: 40px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.feature-long {
  border: 1.2px solid var(--gray-200);
  border-radius: 6px;
  align-items: center;
  padding: 16px;
  display: flex;
}

.green-check {
  width: 32px;
  margin-right: 16px;
}

.nav-link-dropdown {
  color: var(--gray-900);
  letter-spacing: -.02em;
  white-space: nowrap;
  border-radius: 6px;
  padding: 8px 30px 8px 15px;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.nav-link-dropdown:hover {
  background-color: var(--gray-100);
}

.nav-link-dropdown.w--current {
  color: #dde4e4;
}

.nav-link-dropdown.w--open {
  background-color: var(--gray-100);
}

.icon-2 {
  margin-right: 13px;
}

.navigation-link-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.dropdown-list {
  min-width: 240px;
}

.dropdown-list.w--open {
  min-width: 270px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 16px;
  padding-top: 41px;
  left: -60px;
}

.navigation-card {
  border: 1px solid var(--gray-200);
  background-color: #fff;
  border-radius: 16px;
  padding: 12px;
  box-shadow: 68px 68px 148px -24px rgba(47, 42, 81, .08);
}

.dropdown-link {
  color: var(--gray-900);
  letter-spacing: -.01em;
  border-radius: 6px;
  margin-top: 4px;
  margin-bottom: 4px;
  font-weight: 500;
}

.dropdown-link:hover {
  background-color: var(--gray-100);
}

.dropdown-link.w--current {
  background-color: var(--gray-100);
  color: var(--gray-900);
}

.image-cover-team {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.grid-header {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 5fr 1fr;
}

.header-centre-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-case-studies {
  padding: 80px 5% 100px;
}

.grid-testimonial {
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--gray-200);
  border-radius: 12px;
  grid-template-rows: auto;
}

.review-card-01 {
  border-right: 1px solid var(--gray-200);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
}

.review-icon-row {
  margin-top: 24px;
  margin-bottom: 16px;
}

.heading {
  margin-bottom: 0;
}

.review-link {
  color: var(--gray-900);
  letter-spacing: -.02em;
  margin-top: 8px;
  font-weight: 600;
  text-decoration: none;
}

.review-card-02 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
}

.text-color-green-400 {
  color: var(--green-400);
}

.text-color-purple-400 {
  color: var(--purple-400);
}

.review-heading {
  margin-top: 0;
  margin-bottom: 40px;
}

.grid-client-logo {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 32px;
}

.client-logo-wrapper {
  justify-content: center;
  align-items: center;
  padding: 12px;
  display: flex;
}

.review-content-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.section-about-header {
  padding: 100px 5% 40px;
  overflow: hidden;
}

.collection-list-team {
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  display: flex;
}

.collection-list-wrapper-team {
  margin-top: 72px;
}

.team-card {
  border: 1px solid var(--gray-200);
  border-radius: 16px;
  padding: 32px;
  text-decoration: none;
}

.team-thumbnail {
  height: 300px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.team-content-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.grid-social-link {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
}

.collection-item {
  width: auto;
  margin-bottom: 40px;
  margin-left: 20px;
  margin-right: 20px;
}

.cta-block-large {
  background-color: var(--gray-900);
  text-align: left;
  background-image: url('/local/templates/ec/css/../images/Accent-Pattern-06.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 12px;
  padding: 72px;
}

.text-color-yellow-400 {
  color: var(--yellow-400);
}

.feature-block {
  border: 1px solid var(--gray-800);
  border-radius: 4px;
  align-items: center;
  padding: 12px;
  display: flex;
}

.grid-cta-newsletter {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr;
  justify-items: start;
}

.image-content {
  border-radius: 12px;
}

.section-header {
  padding: 80px 5% 60px;
  overflow: hidden;
}

.cta-block-yellow {
  background-color: var(--yellow-200);
  background-image: url('/local/templates/ec/css/../images/Accent-Pattern-08.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 12px;
  padding: 72px;
}

.cta-detail-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cta-block-wrapper {
  text-decoration: none;
  display: flex;
}

.cta-line {
  height: 1px;
  background-color: rgba(19, 11, 70, .1);
  margin-top: 32px;
  margin-bottom: 32px;
}

.cta-heading-detail-dark {
  color: var(--gray-900);
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-family: Inter, sans-serif;
  font-weight: 600;
  line-height: 24px;
}

.dropdown {
  z-index: 10;
  margin-left: 4px;
  margin-right: 4px;
}

.blog-avatar-wrapper {
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.avatar-x-small {
  width: 24px;
  height: 24px;
  min-height: 24px;
  min-width: 24px;
  border-radius: 100px;
  margin-right: 12px;
  overflow: hidden;
}

.team-avatar-small {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.signup-block {
  min-height: 530px;
  background-color: var(--gray-900);
  background-image: url('/local/templates/ec/css/../images/Accent-Pattern-03.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 12px;
  padding: 72px 96px 32px;
}

.grid-signup {
  grid-column-gap: 44px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  margin-bottom: 72px;
}

.cta-avatar-wrapper {
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.avatar-cta {
  width: 48px;
  height: 48px;
  min-height: 48px;
  min-width: 48px;
  background-color: var(--blue-200);
  border-radius: 100px;
  margin-right: 24px;
  overflow: hidden;
}

.newsletter-form-block {
  width: 100%;
  max-width: 480px;
  background-color: #fff;
  border-radius: 8px;
  padding: 40px;
  position: absolute;
  left: auto;
  right: auto;
  box-shadow: 68px 68px 148px -24px rgba(47, 42, 81, .08);
}

.success-message {
  background-color: var(--green-100);
  color: var(--green-600);
}

.avatar-medium {
  width: 48px;
  height: 48px;
  min-height: 48px;
  min-width: 48px;
  background-color: var(--blue-100);
  border-radius: 100px;
  margin-bottom: 24px;
  overflow: hidden;
}

.avatar-medium.orange-400 {
  background-color: var(--orange-400);
}

.avatar-medium.yellow-400 {
  background-color: var(--yellow-400);
}

.avatar-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-card-grid {
  grid-column-gap: 40px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  align-items: center;
  margin-bottom: 64px;
}

.container-x-small {
  z-index: 5;
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.feature-check-card {
  background-color: var(--green-100);
  border-radius: 6px;
  align-items: center;
  padding: 16px;
  display: flex;
}

.check-large {
  width: 32px;
  margin-right: 16px;
}

.grid-checks {
  grid-column-gap: 40px;
  grid-row-gap: 24px;
}

.feature-check-card-02 {
  background-color: var(--orange-200);
  border-radius: 6px;
  align-items: center;
  padding: 16px;
  display: flex;
}

.feature-check-card-03 {
  background-color: var(--blue-200);
  border-radius: 6px;
  align-items: center;
  padding: 16px;
  display: flex;
}

.feature-check-card-04 {
  background-color: var(--purple-200);
  border-radius: 6px;
  align-items: center;
  padding: 16px;
  display: flex;
}

.feature-check-card-05 {
  background-color: var(--yellow-200);
  border-radius: 6px;
  align-items: center;
  padding: 16px;
  display: flex;
}

.feature-check-card-06 {
  background-color: var(--pink-100);
  border-radius: 6px;
  align-items: center;
  padding: 16px;
  display: flex;
}

.collection-list-team-small {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-card-small {
  border: 1px solid var(--gray-200);
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.team-avatar {
  width: 132px;
  height: 132px;
  background-color: var(--gray-100);
  border-radius: 100px;
  overflow: hidden;
}

.stadnard-line-break {
  width: 100%;
  height: 1px;
  background-color: var(--gray-200);
  margin-top: 22px;
  margin-bottom: 12px;
}

.collection-list-wrapper-team-small {
  margin-top: 64px;
}

.team-link-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.grid-timeline {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 62px;
}

.timeline-card {
  border: 1px solid var(--gray-200);
  border-radius: 8px;
  padding: 32px;
}

.timeline-detail-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.timeline-badge {
  background-color: var(--green-200);
  color: var(--gray-900);
  letter-spacing: .06em;
  text-transform: uppercase;
  border-radius: 4px;
  padding: 4px 8px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 24px;
}

.year-text {
  letter-spacing: .06em;
  font-family: Generalsans, sans-serif;
  font-weight: 600;
  line-height: 24px;
}

.timeline-badge-02 {
  background-color: var(--orange-200);
  color: var(--gray-900);
  letter-spacing: .06em;
  text-transform: uppercase;
  border-radius: 4px;
  padding: 4px 8px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 24px;
}

.timeline-badge-03 {
  background-color: var(--pink-200);
  color: var(--gray-900);
  letter-spacing: .06em;
  text-transform: uppercase;
  border-radius: 4px;
  padding: 4px 8px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 24px;
}

.timeline-badge-04 {
  background-color: var(--blue-200);
  color: var(--gray-900);
  letter-spacing: .06em;
  text-transform: uppercase;
  border-radius: 4px;
  padding: 4px 8px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 24px;
}

.section-content {
  padding: 60px 5%;
}

.avatar-small-testimonial {
  width: 48px;
  height: 48px;
  min-height: 48px;
  min-width: 48px;
  background-color: var(--purple-200);
  border-radius: 100px;
  margin-bottom: 24px;
  overflow: hidden;
}

.quote-text {
  margin-bottom: 0;
}

.avatar-small-testimonial-02 {
  width: 48px;
  height: 48px;
  min-height: 48px;
  min-width: 48px;
  background-color: var(--orange-400);
  border-radius: 100px;
  margin-bottom: 24px;
  overflow: hidden;
}

.avatar-small-testimonial-03 {
  width: 48px;
  height: 48px;
  min-height: 48px;
  min-width: 48px;
  background-color: var(--blue-400);
  border-radius: 100px;
  margin-bottom: 24px;
  overflow: hidden;
}

.avatar-small-testimonial-04 {
  width: 48px;
  height: 48px;
  min-height: 48px;
  min-width: 48px;
  background-color: var(--yellow-400);
  border-radius: 100px;
  margin-bottom: 24px;
  overflow: hidden;
}

.utility-page-content {
  max-width: 520px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

._404-graphic {
  width: 140px;
  margin-bottom: 40px;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.text-field-primary {
  min-height: 48px;
  border: 1px solid var(--gray-200);
  border-radius: 8px;
}

.text-field-primary::-ms-input-placeholder {
  font-size: 17px;
}

.text-field-primary::placeholder {
  font-size: 17px;
}

.field-label-hidden {
  display: none;
}

.price-line-light {
  width: 100%;
  height: 1px;
  background-color: var(--gray-200);
  opacity: .2;
  margin-top: 32px;
  margin-bottom: 32px;
}

.faq-wrapper {
  max-width: 480px;
  margin-top: 72px;
  margin-left: auto;
  margin-right: auto;
}

.faq-title-large {
  color: var(--gray-900);
  letter-spacing: -.02em;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.faq-item-large {
  width: 100%;
  border: 1px solid var(--gray-200);
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 12px;
  padding-top: 20px;
  padding-left: 24px;
  padding-right: 24px;
  transition: all .3s;
  display: block;
}

.faq-item-large:hover {
  border-color: var(--gray-300);
}

.tab-content-2 {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 20px;
  line-height: 36px;
}

.faq-content-wrap-2 {
  width: 100%;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  display: block;
  position: static;
  overflow: hidden;
}

.faq-content-wrap-2.w--open {
  width: 100%;
}

.faq-toggle {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
  padding: 0;
  display: flex;
}

.faq-toggle:hover {
  color: #338cff;
}

.link-span {
  color: var(--green-400);
  text-decoration: none;
}

.newsletter-heading {
  margin-bottom: 0;
}

.form-wrapper {
  align-items: center;
  display: flex;
}

.button-submit {
  background-color: var(--gray-900);
  color: #fff;
  text-align: center;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 12px;
  padding: 12px 24px;
  font-weight: 600;
  line-height: 24px;
  transition: all .3s;
  display: flex;
}

.button-submit:hover {
  background-color: var(--gray-800);
}

.text-field-dark {
  min-height: 48px;
  border: 1.2px solid var(--gray-900);
  color: var(--gray-900);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  margin-bottom: 0;
}

.text-field-dark::-ms-input-placeholder {
  color: rgba(47, 42, 81, .39);
}

.text-field-dark::placeholder {
  color: rgba(47, 42, 81, .39);
}

.newsletter-form {
  width: 42%;
  margin-bottom: 0;
}

.heading-detail-feature {
  color: var(--gray-600);
  letter-spacing: .06em;
  text-transform: uppercase;
  font-family: Generalsans, sans-serif;
  font-weight: 600;
  line-height: 24px;
}

.hero-block-02 {
  background-color: var(--orange-200);
  border-radius: 16px;
  padding: 24px;
}

.contact-section {
  padding: 80px 5% 60px;
  position: relative;
}

.form-wrapper-white {
  z-index: 5;
  max-width: 620px;
  background-color: var(--white);
  border-radius: 16px;
  margin-top: 48px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  position: relative;
  box-shadow: -28px 92px 148px -48px rgba(47, 42, 81, .04);
}

.contact-bottom-block {
  z-index: 1;
  min-height: 30%;
  background-color: #fff;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.grid-locations {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 62px;
}

.location-links {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 32px;
  display: flex;
}

.contact-link {
  color: var(--gray-800);
  margin-top: 4px;
  margin-bottom: 4px;
  text-decoration: none;
}

.contact-link:hover {
  color: var(--gray-700);
}

.field-label {
  letter-spacing: -.02em;
  margin-bottom: 7px;
  font-weight: 500;
  line-height: 24px;
}

.text-field {
  height: 100%;
  border: 1px solid var(--gray-200);
  border-radius: 8px;
  margin-bottom: 0;
  padding-top: 14px;
  padding-bottom: 14px;
}

.text-field::-ms-input-placeholder {
  color: var(--gray-500);
}

.text-field::placeholder {
  color: var(--gray-500);
}

.grid-form-field {
  grid-template-columns: 1fr;
}

.field-wrapper {
  flex-direction: column;
  margin-bottom: 10px;
  display: flex;
}

.required-span {
  color: var(--green-400);
}

.text-field-large {
  height: 100%;
  min-height: 120px;
  border: 1px solid var(--gray-200);
  border-radius: 8px;
  margin-bottom: 0;
  padding-top: 14px;
  padding-bottom: 14px;
}

.text-field-large::-ms-input-placeholder {
  color: var(--gray-500);
}

.text-field-large::placeholder {
  color: var(--gray-500);
}

.form-button-wrapper {
  margin-top: 40px;
}

.location-card {
  border: 1px solid var(--gray-200);
  border-radius: 8px;
  padding: 32px;
}

.contact-section-grey {
  background-color: var(--gray-100);
  padding: 80px 5% 60px;
  position: relative;
}

.grid-contact {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 64px;
}

.section-faq {
  background-color: var(--gray-100);
  padding: 92px 5%;
}

.location-card-large {
  background-color: #fff;
  border-radius: 12px;
  padding: 32px;
}

.location-block-01 {
  height: 166px;
  background-color: var(--orange-200);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  padding: 24px;
  display: flex;
}

.location-block-03 {
  height: 166px;
  background-color: var(--blue-200);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  padding: 24px;
  display: flex;
}

.location-block-02 {
  height: 166px;
  background-color: var(--pink-200);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  padding: 24px;
  display: flex;
}

.career-header {
  background-color: var(--yellow-200);
  padding: 100px 5%;
  overflow: hidden;
}

.career-wrapper {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.career-badge-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.career-tag {
  border: 1.2px solid var(--gray-900);
  color: var(--gray-900);
  letter-spacing: .05em;
  border-radius: 4px;
  margin-left: 12px;
  margin-right: 12px;
  padding: 8px 16px;
  font-weight: 600;
}

.button-wrapper-career {
  margin-top: 10px;
}

.blog-link {
  color: var(--gray-800);
  text-decoration: none;
}

.blog-feature-wrapper {
  margin-top: 72px;
}

.blog-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.blog-feature-card {
  height: 100%;
  border-radius: 16px;
}

.blog-feature {
  height: 100%;
  min-height: 480px;
  color: var(--gray-800);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  align-items: flex-end;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.blog-feature-item {
  border: 1px solid var(--gray-200);
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px;
  text-decoration: none;
  display: flex;
}

.blog-grid-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list-wrapper-blog-feature, .collection-list-blog-feature, .collection-item-blog-feature {
  height: 100%;
}

.blog-card {
  width: 100%;
  background-color: var(--white);
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.collection-list-blog-cards-large {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-detail-wrapper {
  width: 100%;
  justify-content: space-between;
  margin-top: 32px;
  display: flex;
}

.read-time {
  color: var(--gray-500);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}

.read-time-wrapper {
  align-items: center;
  display: flex;
}

.avatar-extra-small {
  width: 32px;
  height: 32px;
  background-color: var(--orange-100);
  background-image: url('/local/templates/ec/css/../images/icon-teachers.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border-radius: 100px;
  margin-right: 12px;
  overflow: hidden;
}

.featured-avatar {
  align-items: center;
  font-weight: 600;
  display: flex;
}

.time-icon {
  margin-right: 4px;
}

.form-heading {
  margin-bottom: 32px;
}

.grid-form-field-cta {
  grid-template-columns: 1fr;
  margin-bottom: 32px;
}

.newsletter-wrapper {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.section-form {
  padding: 60px 5% 220px;
  overflow: hidden;
}

.form-block-signup {
  margin-bottom: 0;
}

.career-overview-section {
  padding: 80px 5% 100px;
}

.career-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 64px;
}

.career-image {
  border-radius: 12px;
}

.h4-heading {
  margin-bottom: 24px;
}

.career-feature-section {
  background-color: var(--blue-200);
  padding: 100px 5%;
  overflow: hidden;
}

.career-feature-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 64px;
}

.career-card {
  text-align: center;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px;
  display: flex;
}

.card-icon-block-01 {
  width: 56px;
  height: 56px;
  background-color: var(--green-200);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.card-icon-block-02 {
  width: 56px;
  height: 56px;
  background-color: var(--orange-200);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.card-icon-block-03 {
  width: 56px;
  height: 56px;
  background-color: var(--blue-200);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.career-badges {
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.badge-career-green {
  background-color: var(--green-200);
  color: var(--gray-900);
  letter-spacing: .06em;
  text-transform: uppercase;
  border-radius: 4px;
  align-items: center;
  margin-right: 10px;
  padding: 4px 12px;
  font-weight: 600;
  display: flex;
}

.badge-career-orange {
  background-color: var(--orange-200);
  color: var(--gray-900);
  letter-spacing: .06em;
  text-transform: uppercase;
  border-radius: 4px;
  align-items: center;
  padding: 4px 12px;
  font-weight: 600;
  display: flex;
}

.collection-list-careers {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 72px;
  display: grid;
}

.collection-list-wrapper-case-study-small {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.form-block-contact {
  margin-top: 32px;
}

.contact-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-contact-detail {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.form-wrapper-white-base {
  z-index: 5;
  max-width: 620px;
  background-color: var(--white);
  border-radius: 16px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  position: relative;
  box-shadow: -28px 92px 148px -48px rgba(47, 42, 81, .04);
}

.content-pattern {
  margin-top: 24px;
}

.contact-bottom-block-green {
  z-index: 1;
  height: 69vh;
  min-height: auto;
  background-color: var(--green-200);
  background-image: linear-gradient(to bottom, var(--green-200), white);
  position: absolute;
  top: 0%;
  bottom: 0;
  left: 0%;
  right: 0%;
}

.team-header {
  height: 440px;
  max-width: 400px;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}

.team-card-single {
  max-width: 640px;
  border: 1px solid var(--gray-200);
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  display: flex;
}

.hero-block-03 {
  background-color: var(--purple-200);
  border-radius: 16px;
  padding: 24px;
}

.pricing-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #f1eacf;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.pricing-row.bottom-row {
  border-bottom-style: none;
}

.pricing-grid-cell {
  padding: 24px;
}

.pricing-grid-cell.cell-middle {
  text-align: center;
  border-left: 1px solid #f1eacf;
}

.pricing-title {
  color: var(--orange-400);
  font-family: Generalsans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
}

.pricing-row-mobile {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #f1eacf;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.pricing-row-mobile.bottom-row {
  border-bottom-style: none;
}

.table-wrapper-mobile {
  background-color: var(--yellow-200);
  border-radius: 16px;
  margin-top: 72px;
  padding: 48px;
}

.tabs-mobile {
  display: none;
}

.heading-2 {
  color: var(--gray-900);
}

.heading-mainpage {
  font-size: 56px;
  line-height: 64px;
}

.button-wrapper-group {
  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-top: 32px;
  display: grid;
}

.footer-section-dark {
  background-color: var(--gray-900);
  color: #fff;
  padding: 60px 5%;
}

.brand-footer {
  float: none;
  margin-bottom: 16px;
  margin-right: 1vw;
  display: block;
}

.button-grey {
  min-width: 140px;
  border: 1.2px solid var(--gray-200);
  color: var(--gray-900);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-weight: 600;
  line-height: 24px;
  transition: all .3s;
  display: flex;
}

.button-grey:hover {
  background-color: var(--gray-900);
  color: #fff;
}

.chips {
  border: 1.2px solid var(--gray-900);
  color: var(--gray-900);
  border-radius: 20px;
  align-items: center;
  margin-bottom: 24px;
  margin-right: 10px;
  padding: 4px 12px;
  text-decoration: none;
  display: flex;
}

.chips.blue {
  border-color: var(--purple-400);
  color: var(--purple-400);
}

.chips.blue:hover {
  background-color: var(--purple-400);
  color: #fff;
}

.chips.orange {
  border-color: var(--orange-400);
  color: var(--orange-400);
}

.chips.orange:hover {
  background-color: var(--orange-400);
  color: var(--white);
}

.chips-wrapper {
  display: flex;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.background-video {
  border-width: 0;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 30%;
}

.social-link.fb {
  display: none;
}

.social-grid {
  grid-column-gap: 8px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 4px;
  margin-bottom: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  display: grid;
}

.card-banners {
  background-color: var(--gray-100);
  text-align: left;
  border-radius: 12px;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  padding: 10px 15px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.grid-banners {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.content-wrap {
  margin-top: 40px;
  padding-bottom: 40px;
}

.paragraph-2 {
  line-height: 24px;
}

.lesson-link {
  background-color: var(--white);
  border-radius: 16px;
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.lesson-link:hover {
  box-shadow: 0 11px 30px -18px rgba(0, 0, 0, .24);
}

.lesson-cover {
  width: 100%;
  object-fit: cover;
  position: relative;
  overflow: hidden;
}

.lesson-thumbnail {
  width: auto;
  height: auto;
  border-radius: 12px;
  margin: 5px 5px 15px;
  overflow: hidden;
}

.lesson-content-wrapper {
  margin-bottom: 20px;
  margin-left: 16px;
  margin-right: 16px;
}

.lesson-meta-wrapper {
  justify-content: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.lesson-meta-item {
  color: var(--gray-800);
  background-image: url('/local/templates/ec/css/../images/icon-like.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  align-items: center;
  margin-right: 16px;
  padding: 5px 5px 5px 26px;
  display: flex;
}

.lesson-meta-group {
  display: flex;
}

.lesson-meta-price {
  border: 1px solid var(--orange-200);
  background-color: var(--white);
  color: var(--gray-800);
  border-radius: 4px;
  align-items: center;
  margin-right: 0;
  padding: 5px 13px;
  display: flex;
}

.lesson-meta-item-users {
  color: var(--gray-800);
  background-image: url('/local/templates/ec/css/../images/icon-user.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  align-items: center;
  margin-right: 16px;
  padding: 5px 5px 5px 26px;
  display: flex;
}

.lesson-meta-item-likes {
  color: var(--gray-800);
  background-image: url('/local/templates/ec/css/../images/icon-like.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  align-items: center;
  margin-right: 16px;
  padding: 5px 5px 5px 26px;
  display: flex;
}

.slide-lesson {
  max-width: 40%;
  margin-right: 40px;
  bottom: 0;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.slider-right {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 83px;
}

.slider-back-block {
  z-index: 5;
  width: 60%;
  background-color: #fdf2ef;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-right: 0%;
  padding: 40px 0 43px 28px;
  display: flex;
  position: absolute;
  top: 61px;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.section-large-show-overflow {
  min-height: 700px;
  justify-content: center;
  align-items: flex-start;
  padding: 80px 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.right-arrow-top {
  width: 56px;
  height: 56px;
  min-height: 56px;
  min-width: 56px;
  border: 1.2px solid var(--gray-200);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  transition: border-color .3s;
  display: flex;
  top: -140px;
  bottom: auto;
  left: 0;
  right: -80px;
}

.right-arrow-top:hover {
  border-color: var(--gray-300);
}

.left-arrow-top {
  width: 56px;
  height: 56px;
  min-height: 56px;
  min-width: 56px;
  border: 1.2px solid var(--gray-200);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  transition: border-color .3s;
  display: flex;
  top: -140px;
  bottom: auto;
  left: -80px;
  right: 0;
}

.left-arrow-top:hover {
  border-color: var(--gray-300);
}

.card-description {
  color: var(--gray-800);
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 27px;
}

.card-description:hover {
  color: var(--gray-700);
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: stretch;
}

.section-features {
  background-color: var(--orange-200);
  background-image: url('/local/templates/ec/css/../images/ecoclass-watermark.png');
  background-position: 116%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  padding: 80px 5%;
}

.grid-50 {
  grid-column-gap: 92px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
}

.grid-content-right-tight {
  grid-column-gap: 54px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.slider-2 {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.slide-2 {
  border-radius: 50%;
  overflow: hidden;
}

.map-box {
  height: 582px;
  background-color: var(--gray-200);
  border-radius: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.map-filter {
  z-index: 10;
  border: 1px solid var(--gray-200);
  background-color: var(--white);
  border-radius: 50px;
  margin-bottom: 15px;
  margin-left: 15px;
  padding: 4px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.map-filter-link {
  color: var(--gray-900);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 20px;
  padding: 9px 15px;
  font-weight: 600;
  text-decoration: none;
  display: block;
}

.map-filter-link:hover {
  background-color: #d6ffd8;
}

.map-filter-link.w--current, .map-filter-link.current {
  background-color: var(--gray-900);
  color: var(--white);
}

.map-embed {
  width: 100%;
  height: 100%;
  background-color: var(--green-400);
}

.map-placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.statistics-item {
  width: auto;
  border: 1px solid var(--gray-300);
  color: var(--gray-900);
  border-radius: 16px;
  flex-direction: column;
  padding: 25px 25px 19px;
  display: flex;
}

.statistics-item.horisontal {
  flex-direction: row;
}

.statistics-title {
  color: var(--gray-900);
  border-radius: 1px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 35px;
}

.statistics-icon {
  width: 72px;
  height: 72px;
  background-color: var(--green-400);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  margin-right: 20px;
  padding-bottom: 0;
  display: flex;
}

.image-wrapper {
  justify-content: center;
  display: flex;
}

.icon-feature-big {
  width: 72px;
  height: 72px;
  background-color: var(--orange-400);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: 21px;
  display: flex;
  position: relative;
  left: 1px;
}

.navigation-link-grid-1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-items: start;
}

.link-block-2 {
  width: 300px;
}

.lesson-link-nav {
  width: 300px;
  background-color: var(--white);
  border-radius: 16px;
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.lesson-link-nav:hover {
  box-shadow: 0 11px 30px -18px rgba(0, 0, 0, .24);
}

.search-widget {
  margin-right: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.button-search {
  width: 42px;
  height: 42px;
  color: var(--gray-900);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('/local/templates/ec/css/../images/search_icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 3px;
  margin-right: 3px;
  padding: 12px 21px 13px;
  font-weight: 600;
  line-height: 24px;
  transition: all .3s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.button-search:hover {
  background-color: var(--green-400);
}

.button-search.width-100 {
  width: 100%;
}

.text-field-search {
  min-height: 48px;
  border: 1px solid var(--gray-200);
  border-radius: 11px;
}

.text-field-search::-ms-input-placeholder {
  font-size: 17px;
}

.text-field-search::placeholder {
  font-size: 17px;
}

.dropdown-link-all {
  color: var(--gray-900);
  letter-spacing: -.01em;
  background-image: url('/local/templates/ec/css/../images/icon-arrow_right.svg');
  background-position: 85%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 6px;
  margin-top: 4px;
  margin-bottom: 4px;
  padding-right: 50px;
  font-size: 15px;
  font-weight: 500;
}

.dropdown-link-all:hover {
  background-color: var(--gray-100);
}

.dropdown-link-all.w--current {
  background-color: var(--gray-100);
  color: var(--gray-900);
}

.lesson-meta-wrapper-nav {
  justify-content: space-between;
  margin-bottom: 0;
  display: flex;
}

.dropdown-list-lang {
  min-width: 240px;
}

.dropdown-list-lang.w--open {
  min-width: auto;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 16px;
  padding-top: 13px;
  left: -60px;
}

.header-centre-content-copy {
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  text-align: left;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: start;
  display: grid;
}

.page-title {
  font-size: 54px;
  line-height: 65px;
}

.library-item {
  border: 1px solid var(--gray-200);
  background-color: var(--white);
  border-radius: 9px;
  margin-bottom: 16px;
  padding: 30px 40px;
  font-size: 16px;
  line-height: 32px;
}

.library-meta {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.li {
  font-size: 22px;
  line-height: 32px;
}

.badge-library-green {
  background-color: var(--green-200);
  color: var(--gray-900);
  letter-spacing: .06em;
  text-transform: uppercase;
  border-radius: 4px;
  align-items: center;
  margin-right: 10px;
  padding: 4px 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  display: flex;
}

.library-source {
  color: var(--gray-500);
  margin-right: 0;
}

.library-options {
  flex-wrap: wrap;
  align-items: center;
  margin-top: 9px;
  display: flex;
}

.badge-library-orange {
  background-color: var(--orange-200);
  color: var(--gray-900);
  letter-spacing: .06em;
  text-transform: uppercase;
  border-radius: 4px;
  align-items: center;
  margin-right: 10px;
  padding: 4px 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  display: flex;
}

.library-link {
  background-color: var(--green-400);
  color: var(--gray-900);
  letter-spacing: -.02em;
  background-image: url('/local/templates/ec/css/../images/icon-arrow_right.svg');
  background-position: 91%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 5px;
  margin-top: 0;
  padding-left: 10px;
  padding-right: 34px;
  font-weight: 600;
  text-decoration: none;
  display: block;
}

.library-link:hover {
  opacity: .62;
  background-position: 91%;
}

.sidebar-search {
  margin-bottom: 13px;
}

.library-image {
  flex-wrap: wrap;
  margin-top: 14px;
  margin-bottom: 20px;
  display: flex;
}

.library-title {
  color: var(--gray-900);
  letter-spacing: -.03em;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
}

.library-title:hover {
  color: var(--gray-700);
}

.libetext {
  letter-spacing: -.03em;
  font-size: 22px;
  font-weight: 600;
}

.text-block-2 {
  color: #b0acc3;
  margin-left: 33px;
  font-size: 14px;
}

.library-img {
  border-radius: 12px;
  margin-right: 8px;
}

.grid-founding {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: stretch;
  margin-top: 62px;
}

.description-large {
  color: var(--gray-900);
  text-align: center;
  letter-spacing: -.02em;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.project-funding-item {
  background-color: var(--white);
  border-radius: 16px;
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.project-funding-item:hover {
  box-shadow: 0 11px 30px -18px rgba(0, 0, 0, .24);
}

.funding-card-footer {
  width: 100%;
  margin-top: 10px;
}

.funding-progress {
  height: 10px;
  background-color: var(--gray-100);
  border-radius: 6px;
  margin-bottom: 14px;
  overflow: hidden;
}

.funding-progress-bar {
  width: 3%;
  height: 100%;
  background-color: var(--green-400);
  border-radius: 7px;
}

.funding-progress-bar._40 {
  width: 40%;
}

.funding-progress-bar._10 {
  width: 10%;
}

.funding-progress-bar._100 {
  width: 100%;
}

.funding-progress-bar._50 {
  width: 50%;
}

.funding-progress-bar._30 {
  width: 30%;
}

.funding-progress-bar._20 {
  width: 20%;
}

.funding-progress-bar._60 {
  width: 60%;
}

.funding-progress-bar._70 {
  width: 70%;
}

.funding-progress-bar._80 {
  width: 80%;
}

.funding-progress-bar._90 {
  width: 90%;
}

.funding-content-wrapper {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

.funding-card-footer-row {
  color: var(--gray-600);
  letter-spacing: -.03em;
  justify-content: space-between;
  margin-bottom: 11px;
  display: flex;
}

.card-buttons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  display: grid;
}

.funding-value-rub {
  color: var(--gray-800);
  margin-top: 4px;
  font-size: 23px;
  font-weight: 500;
}

.card-footer-column-2 {
  text-align: right;
}

.funding-value-percent {
  color: var(--green-400);
  margin-top: 4px;
  font-size: 23px;
  font-weight: 500;
}

.card-footer-column {
  margin-right: 20px;
}

.funding-column-lable {
  margin-bottom: 9px;
}

.button-pricing-green2 {
  background-color: var(--green-400);
  color: var(--gray-900);
  text-align: center;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-weight: 600;
  line-height: 24px;
  transition: all .3s;
  display: flex;
}

.button-pricing-green2:hover {
  background-color: var(--green-500);
}

.button-pricing-green2.width-100 {
  width: 100%;
}

.crowd-wrapper-white-base {
  z-index: 5;
  max-width: 620px;
  background-color: var(--white);
  border-radius: 16px;
  margin-bottom: 11px;
  margin-left: 0;
  margin-right: 0;
  padding: 1px 0 5px;
  position: relative;
  box-shadow: -28px 92px 148px -48px rgba(47, 42, 81, .13);
}

.lesson-sidebar-thumbnail {
  width: auto;
  height: auto;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: flex-end;
  margin: 5px 5px 15px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.video-link-text {
  width: auto;
  height: 45px;
  min-height: 45px;
  min-width: 56px;
  color: var(--gray-800);
  background-color: #fff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  margin-left: 8px;
  padding-left: 13px;
  padding-right: 22px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  box-shadow: 0 0 9px -4px rgba(0, 0, 0, .43);
}

.video-link-text:hover {
  opacity: .79;
}

.text-block-3 {
  margin-left: 9px;
}

.lesson-sidebar-buttons-group {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin: 35px 0 30px;
  display: grid;
}

.sidebar-row {
  margin-bottom: 30px;
  margin-left: 25px;
  margin-right: 25px;
}

.sidebar-row.margin-top {
  margin-top: 35px;
}

.lesson-detail {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.crowd-grid {
  grid-column-gap: 43px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1.75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.lesson-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
}

.grid-51 {
  display: block;
}

.grid-content-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr;
  margin-top: 15px;
  margin-bottom: 40px;
}

.button-default-small {
  min-width: 100px;
  border: 1.2px solid var(--white);
  color: var(--white);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 3px 15px;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  transition: all .3s;
  display: flex;
}

.button-default-small:hover {
  background-color: var(--white);
  color: var(--gray-900);
}

.container-banner {
  width: 100%;
  max-width: 1280px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-4 {
  margin-bottom: 20px;
}

.grid-review-lesson {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr;
  margin-top: 64px;
}

.contact-bottom-block-blue {
  z-index: 1;
  height: 69vh;
  min-height: auto;
  background-color: var(--blue-400);
  background-image: linear-gradient(to bottom, var(--purple-400), white);
  position: absolute;
  top: 0%;
  bottom: 0;
  left: 0%;
  right: 0%;
}

.sidebar-funding-widget {
  flex: 1;
  margin-top: 29px;
}

.funding-widget-row {
  color: var(--gray-600);
  letter-spacing: -.03em;
  justify-content: space-between;
  margin-bottom: 16px;
  display: flex;
}

.funding-widget-row.start {
  justify-content: flex-start;
}

.funding-value-current {
  color: var(--gray-900);
  margin-top: 4px;
  font-size: 52px;
  font-weight: 500;
  line-height: 54px;
}

.funding-value-wrapper {
  flex: 1;
}

.funding-users, .funding-date {
  color: var(--gray-900);
  margin-top: 0;
  font-size: 20px;
  font-weight: 500;
}

.lesson-thumbnail-inline {
  width: auto;
  height: auto;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: flex-end;
  margin: 5px 5px 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.faq-lesson-wrapper {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.lesson-sidebar-title {
  margin-top: 24px;
  margin-left: 25px;
  margin-right: 25px;
}

.funding-reward {
  border: 1px solid var(--gray-200);
  background-color: var(--white);
  border-radius: 9px;
  margin-bottom: 16px;
  padding: 30px 20px;
  font-size: 16px;
  line-height: 28px;
}

.funding-reward:hover {
  background-color: #fafafa;
}

.funding-reward.selected {
  border-width: 4px;
  border-color: var(--green-400);
}

.user-avatar {
  align-items: center;
  font-weight: 600;
  display: flex;
}

.div-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.lesson-meta {
  align-items: flex-start;
  display: flex;
}

.lesson-detail-row {
  margin-bottom: 15px;
}

.tab-indicator {
  width: auto;
  height: 14px;
  min-width: 14px;
  background-color: var(--green-400);
  color: var(--gray-900);
  border-radius: 20px;
  padding-top: 2px;
  padding-left: 3px;
  padding-right: 3px;
  font-size: 10px;
  line-height: 10px;
  display: inline-block;
  position: relative;
  top: -2px;
  left: -1px;
}

.donater-item {
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  display: flex;
}

.donate-time {
  color: var(--gray-500);
}

.reward-action-wrapper {
  margin-top: 22px;
}

.reward-action-field {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.button-reward {
  width: 100%;
  background-color: var(--green-400);
  color: var(--gray-900);
  text-align: center;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-family: Inter, sans-serif;
  font-size: 27px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.button-reward:hover {
  background-color: var(--green-500);
}

.button-reward.width-100 {
  width: 100%;
}

.button-reward.minus {
  background-color: var(--green-400);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.button-reward.minus:hover {
  background-color: var(--green-500);
}

.button-reward.plus {
  background-color: var(--green-400);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.button-reward.plus:hover {
  background-color: var(--green-500);
}

.text-field-reward {
  min-height: 48px;
  border: 1.2px solid var(--green-400);
  color: var(--gray-900);
  text-align: center;
  background-color: #fff;
  border-radius: 0;
  margin-bottom: 0;
  font-size: 19px;
}

.text-field-reward::-ms-input-placeholder {
  color: var(--gray-900);
}

.text-field-reward::placeholder {
  color: var(--gray-900);
}

.reward-action-row {
  margin-top: 10px;
}

.reward-text-small {
  color: var(--gray-600);
  font-size: 12px;
  line-height: 18px;
}

.reward-title {
  color: var(--gray-900);
  letter-spacing: -.03em;
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
  text-decoration: none;
}

.reward-title:hover {
  color: var(--gray-700);
}

.reward-meta {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.lesson-features-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 51px;
  display: grid;
}

.lessn-detail-card {
  border: 1px solid var(--gray-200);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  display: flex;
}

.buttons-group-grid {
  grid-column-gap: 12px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.share-dropdown {
  border: 1.2px solid var(--gray-200);
  color: var(--gray-900);
  letter-spacing: -.02em;
  white-space: nowrap;
  border-radius: 6px;
  padding: 12px 36px 12px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.share-dropdown:hover {
  background-color: var(--gray-100);
}

.share-dropdown.w--current {
  color: #dde4e4;
}

.share-dropdown.w--open {
  background-color: var(--gray-100);
}

.dropdown-list-share {
  min-width: 240px;
}

.dropdown-list-share.w--open {
  z-index: 99999;
  min-width: auto;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 16px;
  padding-top: 13px;
  left: auto;
  right: 0;
}

.lesson-fundings {
  z-index: 100;
  max-width: 620px;
  background-color: var(--white);
  border-radius: 16px;
  margin-bottom: 11px;
  margin-left: auto;
  margin-right: auto;
  padding: 1px 0 5px;
  position: relative;
  box-shadow: -28px 92px 148px -48px rgba(47, 42, 81, .13);
}

.share-link-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-items: start;
}

.share-card {
  border: 1px solid var(--gray-200);
  background-color: #fff;
  border-radius: 16px;
  padding: 12px;
  box-shadow: 68px 68px 148px -24px rgba(47, 42, 81, .08);
}

.body-regular-m-link {
  color: var(--gray-800);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.sidebar-link {
  text-decoration: none;
  display: flex;
}

.grid-link-sidebar {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr;
  justify-items: start;
}

.detail-block-sidebar {
  border: 1px solid var(--gray-200);
  background-color: var(--gray-100);
  border-radius: 9px;
  margin-bottom: 16px;
  padding: 17px 20px;
  font-size: 14px;
  line-height: 25px;
}

.reward-page-variants {
  margin-bottom: 30px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.reward-page-variants.margin-top {
  margin-top: 35px;
}

.radio-button-field {
  border: 1px solid #000;
  border-radius: 9px;
  padding: 37px;
}

.radio-button-label {
  font-size: 20px;
  font-weight: 600;
}

.radio-button {
  width: 20px;
  height: 20px;
  margin-right: 18px;
}

.detail-row {
  margin-top: 30px;
  margin-bottom: 15px;
}

.text-span {
  font-weight: 400;
}

.text-block-4 {
  margin-top: 32px;
  margin-bottom: 26px;
  font-size: 24px;
  line-height: 34px;
}

.reward-value {
  font-weight: 700;
}

.reward-options {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 9px;
  display: flex;
}

.checkbox-group {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.funding-questions {
  z-index: 100;
  width: 300px;
  max-width: 620px;
  background-color: var(--white);
  border-radius: 16px;
  margin-bottom: 11px;
  margin-left: auto;
  margin-right: auto;
  padding: 1px 0 5px;
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
  box-shadow: -28px 92px 148px -48px rgba(47, 42, 81, .13);
}

.detail-level {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 15px;
  display: grid;
}

.select-field {
  background-color: var(--white);
  border-radius: 6px;
  font-size: 16px;
  font-weight: 500;
}

.lesson-catalog {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.catalog-card {
  z-index: 5;
  height: auto;
  max-width: none;
  background-color: var(--white);
  border-radius: 16px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0;
  position: relative;
  box-shadow: -2px 18px 55px -10px rgba(217, 224, 208, .5);
}

.catalog-card._3 {
  background-color: var(--gray-900);
}

.catalog-card._2 {
  background-color: var(--orange-400);
}

.catalog-menu-row {
  margin-bottom: 30px;
  margin-left: 25px;
  margin-right: 25px;
}

.catalog-menu-row.margin-top {
  margin-top: 35px;
}

.contact-bottom-block-green-copy {
  z-index: 1;
  height: 20vh;
  min-height: auto;
  background-color: #f1f8e8;
  background-image: url('/local/templates/ec/css/../images/ecrowd-pattern.svg');
  background-position: 109% 116%;
  background-repeat: no-repeat;
  background-size: auto;
  position: absolute;
  top: 0%;
  bottom: 0;
  left: 0%;
  right: 0%;
}

.div-block-5 {
  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;
}

.category-grid {
  height: auto;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  align-content: start;
  align-items: start;
}

.catalog-header-card {
  position: static;
  top: 10px;
}

.catalog-header-card._1 {
  height: auto;
}

.catalog-header {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
}

.text-span-2 {
  flex: 1;
  margin-bottom: -15px;
  padding-top: 7px;
  padding-bottom: 8px;
  font-size: 34px;
  font-weight: 500;
  line-height: 34px;
  display: block;
}

.search-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin: 18px 30px 15px;
  display: grid;
}

.category-list {
  flex-wrap: wrap;
  margin: 0 0 10px;
  padding-left: 28px;
  padding-right: 28px;
  display: flex;
}

.category-item {
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 10px;
  padding: 2px 0;
}

.card-text-categories {
  color: var(--gray-900);
  flex-direction: column;
  margin: 1px 23px;
  padding: 0;
  font-weight: 600;
  line-height: 20px;
  display: flex;
}

.catalog-search {
  margin-bottom: 0;
}

.text-field-search-catalog {
  height: 100%;
  min-height: 48px;
  border: 2px solid #8dc545;
  border-radius: 11px;
  align-self: center;
  margin-bottom: 0;
}

.text-field-search-catalog::-ms-input-placeholder {
  font-size: 17px;
}

.text-field-search-catalog::placeholder {
  font-size: 17px;
}

.card-text {
  color: var(--gray-900);
  flex-direction: column;
  margin: 15px 23px 1px;
  padding: 0;
  font-weight: 500;
  line-height: 20px;
  display: flex;
}

.card-text-languages {
  color: var(--white);
  flex-direction: column;
  margin: 15px 23px 1px;
  padding: 0;
  line-height: 20px;
  display: flex;
}

.search-widget-catalog {
  height: 100%;
  align-items: center;
  margin-right: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.button-search-catalog {
  width: 42px;
  height: 42px;
  color: var(--gray-900);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('/local/templates/ec/css/../images/search_icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 5px;
  padding: 12px 21px 13px;
  font-weight: 600;
  line-height: 24px;
  transition: all .3s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.button-search-catalog:hover {
  background-color: var(--green-400);
}

.button-search-catalog.width-100 {
  width: 100%;
}

.category-link {
  color: var(--gray-900);
  border-radius: 6px;
  padding: 0 10px;
  font-size: 18px;
  text-decoration: none;
  display: block;
}

.category-link:hover {
  color: var(--gray-700);
}

.category-link.selected {
  border: 1px solid var(--green-400);
  align-items: center;
  display: flex;
}

.selection-remove {
  width: 20px;
  height: 20px;
  background-color: var(--gray-200);
  background-image: url('/local/templates/ec/css/../images/icon-remove.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  border-radius: 3px;
  margin-left: 9px;
  padding: 3px;
  display: block;
}

.selection-remove:hover {
  color: var(--orange-400);
}

.image {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: -20%;
}

.link {
  background-color: var(--white);
  color: var(--gray-900);
  border-radius: 6px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 5px 9px;
  text-decoration: none;
  display: flex;
}

.link:hover {
  background-color: var(--green-200);
}

.card-language-list {
  flex-wrap: wrap;
  margin-left: 23px;
  margin-right: 23px;
  display: flex;
}

.card-body {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-2 {
  width: 40px;
  height: 40px;
  padding: 12px;
  display: block;
}

.pagination {
  justify-content: space-around;
  margin-bottom: 15px;
  display: flex;
}

.button-page {
  width: 48px;
  height: 48px;
  min-width: 34px;
  border: 1.2px solid var(--gray-200);
  color: var(--gray-900);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  margin-right: 8px;
  padding: 12px 18px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.button-page:hover {
  background-color: var(--gray-900);
  color: #fff;
}

.button-page.current {
  border-color: var(--green-400);
  background-color: var(--green-200);
}

.button-arrow-left {
  width: 48px;
  height: 48px;
  min-width: 34px;
  border: 1.2px solid var(--gray-200);
  color: var(--gray-900);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  padding: 12px 18px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.button-arrow-left:hover {
  background-color: var(--gray-900);
  color: #fff;
}

.button-page-copy {
  width: 48px;
  height: 48px;
  min-width: 34px;
  border: 1.2px solid var(--gray-200);
  color: var(--gray-900);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  margin-right: 8px;
  padding: 12px 18px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.button-page-copy:hover {
  background-color: var(--gray-900);
  color: #fff;
}

.button-page-copy.current {
  border-color: var(--green-400);
  background-color: var(--green-200);
}

.body-medium-testimonial {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.team-card-text {
  text-align: center;
}

.library-full-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 3fr;
}

.nav-social-grid {
  grid-column-gap: 8px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin: 4px 18px;
  padding-top: 4px;
  padding-bottom: 4px;
  display: grid;
}

.docs-full-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr;
}

.h1-heading-small {
  margin-bottom: 16px;
  font-size: 30px;
  line-height: 35px;
}

.grid-cta-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr;
  justify-items: start;
}

.h4-small {
  font-size: 32px;
  line-height: 42px;
}

.success-message-2 {
  border: 1px solid var(--green-400);
  background-color: var(--green-200);
  border-radius: 8px;
  font-size: 19px;
  line-height: 29px;
}

.text-block-5 {
  line-height: 29px;
}

._404-lottie-animation {
  width: 300px;
}

.lottie-animation {
  width: 200px;
}

.success-message-box {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 28px;
  display: flex;
}

.left-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.hero-section-second {
  background-color: var(--green-100);
  padding: 91px 5%;
}

.badge-second-page-green {
  border: 1px solid var(--green-400);
  background-color: var(--green-200);
  color: var(--gray-900);
  letter-spacing: .06em;
  text-transform: uppercase;
  border-radius: 4px;
  align-items: center;
  margin-right: 10px;
  padding: 4px 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  display: flex;
}

.container-small-narrow {
  z-index: 5;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.second-page-meta {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.second-page-date {
  color: var(--gray-500);
  margin-left: 20px;
  margin-right: 20px;
}

.container-navigation-crowd {
  width: 100%;
  max-width: 1280px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-search {
  max-width: 300px;
  flex: 1;
  margin-bottom: 0;
  margin-left: 25px;
}

.search-widget-nav {
  margin-right: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.text-field-search-nav {
  min-height: 38px;
  min-width: 120px;
  border: 1px solid var(--gray-200);
  border-radius: 11px;
  flex: 1;
  margin-bottom: 0;
  padding-top: 4px;
  padding-bottom: 4px;
}

.text-field-search-nav::-ms-input-placeholder {
  font-size: 14px;
}

.text-field-search-nav::placeholder {
  font-size: 14px;
}

.button-search-nav {
  width: 32px;
  height: 32px;
  color: var(--gray-900);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('/local/templates/ec/css/../images/search_icon-small.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 21px;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 3px;
  margin-right: 3px;
  padding: 13px 16px;
  font-weight: 600;
  line-height: 24px;
  transition: all .3s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.button-search-nav:hover {
  background-color: #89c340;
  background-image: url('/local/templates/ec/css/../images/search_icon-small-hover.svg');
}

.button-search-nav.width-100 {
  width: 100%;
}

.project-category-badge-01 {
  z-index: 100;
  width: auto;
  min-height: 20px;
  background-color: var(--green-200);
  color: var(--gray-900);
  text-align: center;
  letter-spacing: .06em;
  text-transform: uppercase;
  border-radius: 4px;
  margin-top: -30px;
  margin-bottom: 13px;
  margin-left: 0;
  padding: 4px 8px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  position: relative;
}

.project-category-badge-01:hover {
  color: var(--yellow-600);
}

.card-title {
  margin-top: 0;
  font-size: 19px;
  font-weight: 500;
}

.card-title:hover {
  color: var(--gray-700);
}

.project-cover {
  width: 100%;
  height: 260px;
  object-fit: cover;
  position: relative;
  overflow: hidden;
}

.project-thumbnail {
  width: auto;
  height: auto;
  border-radius: 12px;
  margin: 5px 5px 15px;
  overflow: hidden;
}

.project-thumbnail:hover {
  opacity: .9;
}

.card-info {
  text-decoration: none;
}

.descriptor-footer {
  color: #fff;
  margin-top: 12px;
  font-size: 26px;
  line-height: 33px;
}

.image-3 {
  object-fit: contain;
}

.div-block-6 {
  border-top: 1px solid var(--yellow-600);
  margin-top: 54px;
  padding-top: 45px;
}

.image-5 {
  object-fit: none;
  object-position: 100% 50%;
}

.container-1280 {
  z-index: 5;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-1280.big {
  max-width: 75%;
}

.button-big-green {
  min-width: 140px;
  border: 1.2px solid var(--gray-200);
  color: var(--gray-900);
  text-align: center;
  background-color: #8ae58e;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  transition: all .3s;
  display: flex;
}

.button-big-green:hover {
  background-color: var(--gray-900);
  color: #fff;
}

.button-icon {
  background-image: url('/local/templates/ec/css/../images/Ask-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
  padding: 3px 8px 3px 18px;
}

.button-page-more {
  width: auto;
  height: 48px;
  min-width: 34px;
  border: 1.2px solid var(--gray-200);
  color: var(--gray-900);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 18px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.button-page-more:hover {
  background-color: var(--gray-900);
  color: #fff;
}

.button-page-more.current {
  border-color: var(--green-400);
  background-color: var(--green-200);
}

.button-arrow-right {
  width: 48px;
  height: 48px;
  min-width: 34px;
  border: 1.2px solid var(--gray-200);
  color: var(--gray-900);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  margin-right: 0;
  padding: 12px 18px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.button-arrow-right:hover {
  background-color: var(--gray-900);
  color: #fff;
}

.text-block-6 {
  text-align: left;
  letter-spacing: 1px;
  text-indent: 0;
  text-transform: uppercase;
  border-top: 1px solid #e8e7ee;
  margin-top: 15px;
  padding-right: 7px;
  font-size: 13px;
  font-weight: 500;
}

.crowd-grid-2 {
  grid-column-gap: 43px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 2.75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.crowd-wrapper-white-wide {
  z-index: 5;
  max-width: none;
  background-color: var(--white);
  border-radius: 16px;
  margin-bottom: 11px;
  margin-left: 0;
  margin-right: 0;
  padding: 1px 0 5px;
  position: relative;
  box-shadow: -28px 92px 148px -48px rgba(47, 42, 81, .13);
}

.rewards-row {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  margin-bottom: 30px;
  margin-left: 25px;
  margin-right: 25px;
  display: flex;
}

.rewards-row.margin-top {
  margin-top: 35px;
}

.popup {
  z-index: 9999;
  background-color: rgba(0, 0, 0, .38);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.container-popup {
  z-index: 5;
  width: 100%;
  max-width: 1060px;
  background-color: var(--white);
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 54px;
  position: relative;
}

.container-popup.big {
  max-width: 75%;
}

.grid-header-popup {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 5fr;
}

.close-link {
  color: var(--gray-800);
  font-size: 18px;
  text-decoration: none;
  position: absolute;
  top: 4%;
  bottom: auto;
  left: auto;
  right: 3%;
}

.close-link:hover {
  color: var(--green-600);
}

@media screen and (max-width: 991px) {
  .banner {
    padding-left: 0%;
    padding-right: 0%;
  }

  .banner-text {
    text-align: left;
  }

  .container-navigation {
    position: relative;
  }

  .nav-menu {
    height: auto;
    background-color: #fff;
    border-radius: 16px;
    padding: 10px;
    position: absolute;
    top: 80px;
    box-shadow: 20px 94px 148px -24px rgba(47, 42, 81, .06);
  }

  .menu-button {
    background-color: var(--gray-900);
    color: #fff;
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    margin-left: 14px;
    padding: 10px;
    transition: all .35s;
    display: flex;
  }

  .menu-button:hover {
    background-color: var(--gray-800);
    color: #f4f5f6;
  }

  .menu-button.w--open {
    background-color: var(--orange-400);
    color: #fff;
  }

  .navigation-menu, .navigation-button-wrap {
    align-items: center;
    display: flex;
  }

  .navigation-button {
    min-width: 193px;
  }

  .nav-link {
    width: 100%;
    border-color: rgba(0, 0, 0, 0);
    margin-left: 0;
    margin-right: 0;
    padding: 12px 24px;
  }

  .navigation {
    padding-left: 3%;
    padding-right: 3%;
  }

  .brand {
    margin-right: 10px;
    padding: 0;
  }

  .template-header {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 32px;
    padding-bottom: 10px;
  }

  .style-full-grid {
    grid-template-columns: 3fr;
  }

  .typography-block {
    flex-direction: column;
    align-items: flex-start;
  }

  .detail-block {
    margin-top: 0;
  }

  .color-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: center;
  }

  .text-wrap {
    margin-bottom: 16px;
  }

  .section-large {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .grid-hero-features {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .hero-grid {
    grid-template-columns: 1fr;
  }

  .grid-feature {
    grid-column-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .number-wrapper {
    border-right-style: none;
  }

  .grid-feature-card, .grid-content {
    grid-template-columns: 1fr;
  }

  .faq-content-wrap {
    width: 100%;
  }

  .grid-content-right {
    grid-template-columns: 1fr;
  }

  .process-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .process-circle {
    margin-bottom: 24px;
  }

  .grid-cta-trial {
    grid-template-columns: 1fr;
  }

  .footer-top-grid {
    grid-template-columns: 1fr 1fr;
  }

  .newsletter-row {
    flex-direction: column;
    align-items: stretch;
  }

  .footer-grid, .grid-blog-detail {
    grid-template-columns: 1fr 1fr;
  }

  .header-grid {
    grid-template-columns: 1fr;
  }

  .grid-clients {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .collection-list, .feature-grid {
    grid-template-columns: 1fr 1fr;
  }

  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .process-grid {
    justify-content: center;
  }

  .process-circle-small {
    margin-bottom: 24px;
  }

  .video-box {
    height: 440px;
  }

  .hero-ui-cards, .grid-review-detail {
    grid-template-columns: 1fr;
  }

  .feature-card {
    flex-direction: row;
    align-items: center;
  }

  .slider {
    width: 100%;
  }

  .grid-logos {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .hero-section {
    padding-top: 60px;
  }

  .grid-statistics {
    grid-template-columns: 1fr 1fr;
  }

  .price-grid {
    max-width: 400px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .table-wrapper {
    display: none;
  }

  .table-row-top {
    padding-left: 40px;
    padding-right: 40px;
  }

  .table {
    min-width: 900px;
  }

  .grid-pricing-large {
    grid-template-columns: 1fr;
  }

  .pricing-table-wrapper {
    overflow: scroll;
  }

  .case-study-thumbnail {
    height: 280px;
  }

  .grid-feature-check {
    grid-template-columns: 1fr;
  }

  .nav-link-dropdown {
    width: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 24px;
  }

  .dropdown-list.w--open {
    padding-top: 10px;
    position: relative;
    left: 0;
  }

  .navigation-card {
    box-shadow: none;
    border-style: none;
    padding: 0 0 0 30px;
  }

  .dropdown-link:hover {
    background-color: var(--gray-100);
  }

  .team-thumbnail {
    height: 280px;
  }

  .collection-item {
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .dropdown {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .signup-block {
    padding-left: 60px;
    padding-right: 60px;
  }

  .grid-signup {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }

  .newsletter-form-block {
    position: relative;
  }

  .grid-checks {
    grid-template-columns: 1fr;
  }

  .collection-list-team-small, .grid-timeline {
    grid-template-columns: 1fr 1fr;
  }

  .tab-content-2 {
    width: 100%;
  }

  .newsletter-heading {
    margin-bottom: 20px;
  }

  .newsletter-form {
    width: 100%;
  }

  .grid-locations {
    grid-template-columns: 1fr 1fr;
  }

  .grid-contact {
    max-width: 380px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .career-header {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog-grid {
    grid-template-columns: 1fr;
  }

  .blog-feature-item {
    height: 100%;
  }

  .collection-list-blog-cards-large {
    grid-template-columns: 1fr;
  }

  .section-form {
    padding-bottom: 60px;
  }

  .career-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .career-feature-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .career-feature-grid, .contact-grid {
    grid-template-columns: 1fr;
  }

  .team-header {
    height: 240px;
  }

  .tab-pricing {
    background-color: var(--gray-100);
    text-align: center;
    border-radius: 6px;
    margin-left: 4px;
    margin-right: 4px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }

  .tab-pricing.w--current {
    background-color: var(--yellow-200);
    color: var(--gray-900);
  }

  .tabs-menu-pricing {
    justify-content: center;
    align-items: center;
    margin-bottom: 32px;
    display: flex;
  }

  .pricing-row-mobile {
    grid-template-columns: 1fr 1fr;
  }

  .table-wrapper-mobile {
    margin-top: 0;
  }

  .tabs-mobile {
    flex-direction: column;
    margin-top: 72px;
    display: block;
  }

  .heading-mainpage {
    font-size: 45px;
    line-height: 51px;
  }

  .brand-footer {
    margin-right: 10px;
    padding: 0;
  }

  .background-video {
    border-radius: 15em;
  }

  .grid-banners {
    grid-template-columns: 1fr 1fr;
  }

  .slide-lesson {
    max-width: 47%;
  }

  .slider-right {
    width: 100%;
  }

  .slider-back-block {
    width: 100%;
    margin-top: 22px;
    position: relative;
    right: 0%;
  }

  .section-large-show-overflow {
    flex-direction: column;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 0%;
  }

  .grid-50 {
    grid-template-columns: 1fr;
  }

  .grid-content-right-tight {
    grid-template-columns: 1fr;
    margin-right: 5%;
  }

  .map-box {
    height: 440px;
  }

  .navigation-link-grid-1 {
    border-left: 1px solid var(--gray-300);
  }

  .dropdown-link-all:hover {
    background-color: var(--gray-100);
  }

  .dropdown-list-lang.w--open {
    padding-top: 10px;
    position: relative;
    left: 0;
  }

  .header-centre-content-copy {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .page-title {
    font-size: 35px;
  }

  .library-item {
    margin-top: 0;
  }

  .grid-founding {
    grid-template-columns: 1fr 1fr;
  }

  .crowd-grid {
    grid-template-columns: 1fr;
  }

  .lesson-sidebar {
    position: static;
  }

  .container-banner {
    width: 94%;
    position: relative;
  }

  .crowd-funding-sidebar {
    position: static;
  }

  .funding-reward {
    margin-top: 0;
  }

  .lesson-features-grid {
    grid-template-columns: 1fr;
  }

  .share-dropdown {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 24px;
  }

  .dropdown-list-share.w--open {
    padding-top: 10px;
    position: relative;
    left: 0;
  }

  .share-card {
    box-shadow: none;
    border-style: none;
    padding: 0;
  }

  .detail-block-sidebar {
    margin-top: 0;
  }

  .lesson-catalog {
    grid-template-columns: 1fr;
  }

  .catalog-header-card {
    position: static;
  }

  .catalog-header {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .image {
    display: none;
  }

  .testimonial-text {
    font-size: 14px;
    line-height: 26px;
  }

  .body-medium-testimonial {
    font-size: 14px;
  }

  .library-full-grid {
    grid-template-columns: 3fr;
  }

  .nav-social-grid {
    justify-items: start;
    display: flex;
  }

  .docs-full-grid {
    grid-template-columns: 3fr;
  }

  .hero-section-second {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .container-navigation-crowd {
    justify-content: space-between;
    position: relative;
  }

  .crowd-grid-2 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 35px;
  }

  h3 {
    font-size: 32px;
    line-height: 42px;
  }

  .banner-text {
    line-height: 16px;
  }

  .nav-menu {
    width: auto;
    position: absolute;
    left: 0;
  }

  .navigation-menu {
    width: 100%;
  }

  .navigation-button, .nav-link.hide-ifmobile {
    display: none;
  }

  .button-grid {
    grid-template-columns: 1fr;
  }

  .colour {
    margin-bottom: 25px;
  }

  .color-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .feature-row {
    padding: 24px;
  }

  .grid-feature {
    grid-template-columns: 1fr;
  }

  .number-wrapper {
    padding-left: 12px;
  }

  .cta-block {
    padding: 60px 32px 32px;
  }

  .text-color-white {
    font-size: 25px;
  }

  .grid-pages, .grid-review-card, .grid-content-right {
    grid-template-columns: 1fr;
  }

  .section-cta {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .grid-process-cta {
    grid-template-columns: 1fr;
  }

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

  .process-circle {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .footer-top-grid {
    grid-template-columns: 1fr;
  }

  .newsletter-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-bottom-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .form-detail-grid {
    grid-template-columns: 1fr;
  }

  .grid-content-block {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .feature-card {
    flex-direction: row;
    align-items: center;
  }

  .grid-number {
    grid-template-columns: 1fr;
  }

  .slide-content {
    padding-left: 22px;
    padding-right: 22px;
  }

  .tabs-menu {
    flex-wrap: wrap;
  }

  .tab-link {
    width: 50%;
    margin-bottom: 4px;
  }

  .grid-tab {
    grid-template-columns: 1fr;
  }

  .grid-logos {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .logo-wrapper {
    padding: 24px;
  }

  .grid-statistics, .price-grid {
    grid-template-columns: 1fr;
  }

  .table {
    min-width: 760px;
  }

  .grid-review, .grid-review-large {
    grid-template-columns: 1fr;
  }

  .case-study-thumbnail {
    height: 380px;
  }

  .collection-list-case-study, .content-grid-accent {
    grid-template-columns: 1fr;
  }

  .accent-wrapper {
    justify-content: flex-start;
    display: none;
  }

  .navigation-link-grid {
    grid-template-columns: 1fr 1fr;
  }

  .grid-header {
    grid-template-columns: 1fr;
  }

  .cta-block-large {
    padding: 60px 32px 32px;
  }

  .cta-block-yellow {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding: 60px 32px 32px;
  }

  .feature-card-grid, .collection-list-team-small, .grid-timeline {
    grid-template-columns: 1fr;
  }

  .newsletter-heading {
    margin-bottom: 24px;
  }

  .grid-locations {
    grid-template-columns: 1fr;
  }

  .career-overview-section {
    padding-top: 60px;
  }

  .career-grid {
    grid-template-columns: 1fr 1fr 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .collection-list-careers {
    grid-template-columns: 1fr;
  }

  .pricing-grid-cell {
    padding-left: 14px;
    padding-right: 14px;
  }

  .tab-pricing {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .tabs-menu-pricing {
    flex-wrap: wrap;
  }

  .table-wrapper-mobile {
    padding: 24px;
  }

  .grid-banners {
    grid-template-columns: 1fr;
  }

  .slide-lesson {
    max-width: 62%;
  }

  .card-description {
    font-size: 14px;
    line-height: 24px;
  }

  .grid-content-right-tight {
    grid-template-columns: 1fr;
  }

  .navigation-link-grid-1 {
    grid-template-columns: 1fr 1fr;
  }

  .library-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-founding {
    grid-template-columns: 1fr;
  }

  .container-banner {
    width: 93%;
  }

  .grid-review-lesson {
    grid-template-columns: 1fr;
  }

  .funding-reward {
    padding-left: 20px;
    padding-right: 20px;
  }

  .share-link-grid {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-5 {
    grid-template-columns: 1fr;
  }

  .heading-5 {
    font-size: 32px;
    line-height: 42px;
  }

  .descriptor-footer {
    font-size: 25px;
  }

  .grid-header-popup {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 25px;
    line-height: 32px;
  }

  h2 {
    font-size: 46px;
  }

  h3 {
    font-size: 24px;
    line-height: 34px;
  }

  h4 {
    font-size: 28px;
  }

  .banner {
    text-align: left;
  }

  .banner-text {
    font-size: 12px;
    line-height: 16px;
  }

  .nav-link {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 16px;
  }

  .button-primary {
    padding-left: 12px;
    padding-right: 12px;
  }

  .template-header-block {
    padding-left: 28px;
    padding-right: 28px;
  }

  .template-section {
    overflow: hidden;
  }

  .button-grid {
    grid-template-columns: 1fr;
  }

  .template-detail-block {
    padding: 0;
  }

  .hero-title {
    font-size: 50px;
    line-height: 60px;
  }

  .color-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .cta-block {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .text-color-white {
    font-size: 22px;
    line-height: 32px;
  }

  .feature-block-green {
    padding: 24px;
  }

  .page-block {
    padding-top: 32px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .faq-title {
    margin-right: 20px;
    font-size: 16px;
    line-height: 32px;
  }

  .footer-section {
    padding-top: 40px;
  }

  .footer-top-grid {
    grid-row-gap: 24px;
  }

  .footer-newsletter {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .footer-grid {
    grid-row-gap: 41px;
    grid-template-columns: 1fr;
  }

  .grid-blog-detail {
    grid-template-columns: 1fr;
  }

  .grid-clients {
    grid-template-columns: 1fr 1fr;
  }

  .button-wrapper {
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .trial-detail-wrapper {
    margin-top: 24px;
    margin-left: 0;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .form-detail-grid {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }

  .video-box {
    height: 250px;
  }

  .hero-card {
    padding: 16px;
  }

  .hero-ui-cards {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .feature-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .testimonial-card-01 {
    padding-left: 14px;
    padding-right: 14px;
  }

  .slide-content {
    padding-left: 24px;
    padding-right: 24px;
  }

  .tab-link {
    width: 100%;
  }

  .grid-logos {
    grid-template-columns: 1fr 1fr;
  }

  .grid-about-hero {
    grid-template-columns: 1fr;
  }

  .price-card {
    padding-left: 24px;
    padding-right: 24px;
  }

  .price-grid {
    grid-template-columns: 1fr;
  }

  .table-lable-grid {
    grid-column-gap: 14px;
  }

  .table-row-top {
    padding-left: 24px;
    padding-right: 24px;
  }

  .table-row {
    grid-column-gap: 14px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .table {
    min-width: 700px;
  }

  .discount-image {
    display: none;
  }

  .pricing-feature-grid {
    grid-template-columns: 1fr;
  }

  .nav-link-dropdown {
    padding-left: 12px;
    font-size: 17px;
  }

  .navigation-link-grid, .grid-testimonial {
    grid-template-columns: 1fr;
  }

  .review-card-01 {
    border-bottom: 1px solid var(--gray-200);
    border-right-style: none;
  }

  .team-thumbnail {
    height: 240px;
  }

  .cta-block-yellow {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .cta-detail-wrapper {
    flex-wrap: wrap;
  }

  .signup-block {
    padding-top: 32px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .avatar-cta {
    margin-right: 16px;
  }

  .newsletter-form-block {
    padding: 24px;
  }

  .feature-card-grid {
    margin-bottom: 32px;
  }

  .faq-title-large {
    margin-right: 20px;
    font-size: 16px;
    line-height: 32px;
  }

  .newsletter-heading {
    font-size: 22px;
    line-height: 32px;
  }

  .form-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    display: grid;
  }

  .button-submit {
    margin-left: 0;
  }

  .contact-section {
    padding-top: 40px;
  }

  .form-wrapper-white {
    padding: 32px;
  }

  .career-badge-wrapper {
    flex-wrap: wrap;
  }

  .career-tag {
    margin-top: 10px;
  }

  .blog-feature-item {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .blog-detail-wrapper {
    flex-wrap: wrap;
  }

  .featured-avatar {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .career-overview-section {
    padding-bottom: 40px;
  }

  .career-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .career-badges {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
  }

  .badge-career-green {
    margin-bottom: 14px;
    margin-right: 0;
  }

  .form-wrapper-white-base {
    padding: 32px;
  }

  .table-wrapper-mobile {
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-mainpage {
    font-size: 32px;
    line-height: 42px;
  }

  .button-wrapper-group {
    flex-flow: column wrap;
    align-items: stretch;
  }

  .footer-section-dark {
    padding-top: 40px;
  }

  .button-grey {
    padding-left: 12px;
    padding-right: 12px;
  }

  .lesson-cover {
    display: inline-block;
  }

  .lesson-meta-wrapper {
    flex-wrap: wrap;
  }

  .lesson-meta-group {
    margin-bottom: 4px;
  }

  .slide-lesson {
    max-width: 100%;
    margin-right: 24px;
  }

  .section-features {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .map-box {
    height: 250px;
  }

  .statistics-item.horisontal {
    flex-direction: column;
  }

  .statistics-title {
    font-size: 24px;
    line-height: 28px;
  }

  .navigation-link-grid-1 {
    grid-template-columns: 1fr;
  }

  .page-title {
    margin-bottom: 4px;
    font-size: 31px;
    line-height: 37px;
  }

  .library-meta {
    align-items: center;
  }

  .badge-library-green {
    margin-bottom: 0;
    margin-right: 13px;
  }

  .badge-library-orange {
    margin-bottom: 14px;
    margin-right: 0;
  }

  .paragraph-4 {
    font-size: 14px;
    line-height: 24px;
  }

  .grid-founding {
    flex-direction: column;
    margin-top: 30px;
    display: flex;
  }

  .card-buttons {
    flex-direction: column;
    display: flex;
  }

  .funding-value-rub, .funding-value-percent {
    font-size: 22px;
  }

  .crowd-wrapper-white-base {
    padding: 2px 0 0;
  }

  .button-default-small {
    line-height: 16px;
  }

  .button-default-small.close-banner {
    min-width: 70px;
    padding-left: 0;
    padding-right: 0;
  }

  .container-banner {
    width: 95%;
    align-items: flex-start;
  }

  .funding-value-current, .funding-users, .funding-date {
    font-size: 22px;
  }

  .user-avatar {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .reward-meta {
    align-items: center;
  }

  .share-dropdown {
    padding-left: 12px;
  }

  .lesson-fundings {
    padding: 2px 0 0;
  }

  .share-link-grid {
    grid-template-columns: 1fr;
  }

  .reward-options {
    flex-direction: column;
    align-items: flex-start;
  }

  .funding-questions {
    padding: 2px 0 1px;
  }

  .catalog-card {
    padding: 2px 0 0;
  }

  .catalog-header-card._2 {
    display: none;
  }

  .catalog-header {
    grid-template-columns: 1fr;
  }

  .category-list {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
  }

  .category-item {
    margin-bottom: 14px;
    margin-left: 25px;
    font-size: 14px;
    line-height: 22px;
  }

  .card-text-categories {
    display: none;
  }

  .category-link {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .button-page {
    width: 32px;
    min-width: 32px;
    margin-left: -1px;
    margin-right: 0;
  }

  .button-arrow-left {
    width: 32px;
    margin-left: -1px;
  }

  .button-page-copy {
    width: 32px;
    min-width: 32px;
    margin-left: -1px;
    margin-right: -1px;
  }

  .heading-6 {
    line-height: 38px;
  }

  .grid-52 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .nav-social-grid {
    margin-left: 12px;
    margin-right: 12px;
  }

  .badge-second-page-green {
    margin-bottom: 0;
    margin-right: 13px;
  }

  .second-page-meta {
    flex-direction: column;
    align-items: flex-start;
  }

  .second-page-date {
    margin-top: 10px;
    margin-left: 0;
  }

  .project-cover {
    display: inline-block;
  }

  .descriptor-footer {
    font-size: 22px;
    line-height: 32px;
  }

  .button-big-green {
    padding-left: 12px;
    padding-right: 12px;
  }

  .button-page-more {
    width: 32px;
    min-width: 32px;
    margin-left: -1px;
    margin-right: 0;
  }

  .button-arrow-right {
    width: 32px;
    margin-left: -1px;
  }

  .crowd-wrapper-white-wide {
    padding: 2px 0 0;
  }
}

#w-node-_3957b01d-6cec-aaba-2ed9-dbc11279ba99-ca42814f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a5b29b8e-eb98-edae-8b5c-4718176e6f14-ca42814f, #w-node-cf7f58a2-6f3f-abe8-d3d4-7079b27801c4-ca42814f, #w-node-_861fdd2b-bc35-e8f2-af8e-483938cfb962-ca42814f, #w-node-_58cc20ce-91f2-6722-9e37-6fc87b58a2b0-6a9663f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bd4352b6-168f-e256-0b8c-1b9acccbb972-1c8586db {
  justify-self: start;
}

#w-node-bd4352b6-168f-e256-0b8c-1b9acccbb981-1c8586db {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d3efab45-164c-2c7b-8e7b-605a676611b5-1c8586db {
  justify-self: start;
}

#w-node-b4833685-bdf1-424e-bd6a-66391ecf2ca3-1ecf2ca0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_52f377c8-aa16-c02d-7c4c-c275561ec3fa-561ec3d8 {
  justify-self: start;
}

#w-node-_99395101-b4ac-c4e5-b0df-a4ff517e363e-c5428157 {
  align-self: center;
}

#w-node-_0cc9a208-f4a1-61f8-7882-3e675d1b2bda-4942816d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7cd88ef5-a21a-c811-6e7f-e78848722b0b-4542816e {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_3996cc2a-82ec-11af-a56c-267d6d0b7259-4542816e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_049f2d2b-c07c-d58d-882b-e441ab773d73-4542816e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-cfa4b64c-ea74-0da9-b189-0a8b57627daf-4542816e, #w-node-e6d816fc-a0ae-3f5e-ed43-f07f04b160ca-4542816e, #w-node-_6f4bf006-57bf-40b1-83d8-f823f0c57200-4542816e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a3dc0b4e-a9dd-d392-8c72-ace88b941fb1-4542816e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_0cc9a208-f4a1-61f8-7882-3e675d1b2bda-b4428185 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1168640e-fb78-d1f0-3430-86c81b5316f3-b4428185 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b872640c-e5e7-459c-c6b5-0c8f70b3083e-b4428185 {
  justify-self: start;
}

#w-node-f3828ac7-248a-a1cd-4951-d5e44eba97f6-b4428185, #Reward.w-node-a27c5241-b41c-3cbb-a355-f0ef9b5a0661-b4428185, #w-node-be68b6e6-e0eb-68bf-4cb3-c715894a330f-b4428185, #w-node-_2a5cb78b-10e5-3963-48ad-60fde052e9a3-e9428199, #Reward-2.w-node-_2a5cb78b-10e5-3963-48ad-60fde052e9a5-e9428199, #w-node-_2a5cb78b-10e5-3963-48ad-60fde052e9a6-e9428199, #w-node-_24afd1bd-bac0-97fb-609e-c08966ed7256-e9428199 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dceeba23-e754-3ca3-a33d-2d7f82a15410-fc42819d {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-d83122d2-e7f8-bad4-49a9-117690ca7277-fc42819d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-d502ab45-d2fa-ded1-c491-f058f6aeec68-eb5604a7, #Reward-2.w-node-d502ab45-d2fa-ded1-c491-f058f6aeec6a-eb5604a7, #w-node-d502ab45-d2fa-ded1-c491-f058f6aeec6b-eb5604a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cc9a208-f4a1-61f8-7882-3e675d1b2bda-7ff9b719 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1168640e-fb78-d1f0-3430-86c81b5316f3-7ff9b719 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b872640c-e5e7-459c-c6b5-0c8f70b3083e-7ff9b719 {
  justify-self: start;
}

#w-node-f3828ac7-248a-a1cd-4951-d5e44eba97f6-7ff9b719, #Reward.w-node-a27c5241-b41c-3cbb-a355-f0ef9b5a0661-7ff9b719, #w-node-be68b6e6-e0eb-68bf-4cb3-c715894a330f-7ff9b719 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_7f5eae0d-9f27-233e-5884-54df88050cc4-ca42814f {
    order: -9999;
  }

  #w-node-_5041dbbd-f898-1fc1-61bd-f7933423212a-6a9663f1, #w-node-c7c197c2-c273-544a-8745-e8f79e1fe2fe-b8428164 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3996cc2a-82ec-11af-a56c-267d6d0b7259-4942816d {
    order: -9999;
  }

  #w-node-_3996cc2a-82ec-11af-a56c-267d6d0b7259-4542816e {
    order: -9999;
    grid-area: span 2 / span 3 / span 2 / span 3;
  }

  #w-node-_3996cc2a-82ec-11af-a56c-267d6d0b7259-b4428185, #w-node-_3996cc2a-82ec-11af-a56c-267d6d0b7259-e9428199, #w-node-_3996cc2a-82ec-11af-a56c-267d6d0b7259-fe4281a7, #w-node-_3996cc2a-82ec-11af-a56c-267d6d0b7259-eb5604a7, #w-node-_3996cc2a-82ec-11af-a56c-267d6d0b7259-7ff9b719 {
    order: 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d33bb043-9216-e8f7-81ac-ca64ed0f30ba-29428159 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c7c197c2-c273-544a-8745-e8f79e1fe2fe-b8428164 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3957b01d-6cec-aaba-2ed9-dbc11279bab3-ca42814f, #w-node-_3957b01d-6cec-aaba-2ed9-dbc11279baa5-ca42814f, #w-node-_17eeb70f-9c1c-8334-855a-a5aa6a966411-6a9663f1, #w-node-_17eeb70f-9c1c-8334-855a-a5aa6a966422-6a9663f1, #w-node-_7c1c6840-2632-b4cc-9797-7de4bb43ca84-4542816e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Generalsans';
  src: url('/local/templates/ec/css/../fonts/GeneralSans-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('/local/templates/ec/css/../fonts/GeneralSans-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('/local/templates/ec/css/../fonts/GeneralSans-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('/local/templates/ec/css/../fonts/GeneralSans-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('/local/templates/ec/css/../fonts/GeneralSans-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* End */
/* /local/templates/ec/css/normalize.css?17030366747772 */
/* /local/templates/ec/css/components.css?170303667439161 */
/* /local/templates/ec/css/ecocrowd.css?1703036674147815 */
