/* Custom Css */

/* Make text look crisper and more legible in all browsers */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;

  /* Custom */
  text-underline-position: under;
  text-decoration-thickness: from-font !important;
}

a {
  text-decoration-thickness: from-font !important;
}

/* Focus state style for keyboard navigation for the focusable elements */
*[tabindex]:focus-visible,
input[type='file']:focus-visible {
  outline: 0.125rem solid #4d65ff;
  outline-offset: 0.125rem;
}

/* Get rid of top margin on first element in any rich text element */
.w-richtext> :not(div):first-child,
.w-richtext>div:first-child> :first-child {
  margin-top: 0 !important;
}

/* Get rid of bottom margin on last element in any rich text element */
.w-richtext> :last-child,
.w-richtext ol li:last-child,
.w-richtext ul li:last-child {
  margin-bottom: 0 !important;
}

/* Prevent all click and hover interaction with an element */
.pointer-events-off {
  pointer-events: none;
}

/* Enables all click and hover interaction with an element */
.pointer-events-on {
  pointer-events: auto;
}

/* Create a class of .div-square which maintains a 1:1 dimension of a div */
.div-square::after {
  content: '';
  display: block;
  padding-bottom: 100%;
}

/* Make sure containers never lose their center alignment */
.container-medium,
.container-small,
.container-large {
  margin-right: auto !important;
  margin-left: auto !important;
}

/*
Make the following elements inherit typography styles from the parent and not have hardcoded values.
Important: You will not be able to style for example "All Links" in Designer with this CSS applied.
Uncomment this CSS to use it in the project. Leave this message for future hand-off.
*/
/*
a,
.w-input,
.w-select,
.w-tab-link,
.w-nav-link,
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
          color: inherit;
        text-decoration: inherit;
        font-size: inherit;
}
        */

/* Apply "..." after 3 lines of text */
.text-style-3lines {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/* Apply "..." after 2 lines of text */
.text-style-2lines {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* Adds inline flex display */
.display-inlineflex {
  display: inline-flex;
}

/* These classes are never overwritten */
.hide {
  display: none !important;
}

@media screen and (max-width: 991px) {

  .hide,
  .hide-tablet {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .hide-mobile-landscape {
    display: none !important;
  }
}

@media screen and (max-width: 479px) {
  .hide-mobile {
    display: none !important;
  }
}

.margin-0 {
  margin: 0rem !important;
}

.padding-0 {
  padding: 0rem !important;
}

.spacing-clean {
  padding: 0rem !important;
  margin: 0rem !important;
}

.margin-top {
  margin-right: 0rem !important;
  margin-bottom: 0rem !important;
  margin-left: 0rem !important;
}

.padding-top {
  padding-right: 0rem !important;
  padding-bottom: 0rem !important;
  padding-left: 0rem !important;
}

.margin-right {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
  margin-left: 0rem !important;
}

.padding-right {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
  padding-left: 0rem !important;
}

.margin-bottom {
  margin-top: 0rem !important;
  margin-right: 0rem !important;
  margin-left: 0rem !important;
}

.padding-bottom {
  padding-top: 0rem !important;
  padding-right: 0rem !important;
  padding-left: 0rem !important;
}

.margin-left {
  margin-top: 0rem !important;
  margin-right: 0rem !important;
  margin-bottom: 0rem !important;
}

.padding-left {
  padding-top: 0rem !important;
  padding-right: 0rem !important;
  padding-bottom: 0rem !important;
}

.margin-horizontal {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

.padding-horizontal {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

.margin-vertical {
  margin-right: 0rem !important;
  margin-left: 0rem !important;
}

.padding-vertical {
  padding-right: 0rem !important;
  padding-left: 0rem !important;
}

:host {
  all: initial;
}

.gf-scroll-remove::-webkit-scrollbar {
  border-radius-bottom-right: 15px;
}

button {
  cursor: pointer;
  transition: transform 0.1s ease;
}

button:active {
  transform: scale(0.98);
}

.give-freely-close-button:hover {
  opacity: 0.7;
}

input[type='radio'] {
  margin-right: 8px;
}

hr {
  border: none;
  border-top: 1px solid #e5e5e5;
  margin: 1em 0;
}

@media (max-width: 600px),
(max-height: 480px) {
  #give-freely-checkout-popup {
    display: none !important;
  }
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: sans-serif;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  vertical-align: baseline;
  display: inline-block;
}

audio:not([controls]) {
  height: 0;
  display: none;
}

[hidden],
template {
  display: none;
}

a {
  background-color: rgba(0, 0, 0, 0);
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

mark {
  color: #000;
  background: #ff0;
}

small {
  font-size: 80%;
}

sub,
sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type='button'],
input[type='reset'] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}

input[type='search'] {
  -webkit-appearance: none;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@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-'] {
  speak: none;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-family: webflow-icons !important;
}

.w-icon-slider-right:before {
  content: '';
}

.w-icon-slider-left:before {
  content: '';
}

.w-icon-nav-menu:before {
  content: '';
}

.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
  content: '';
}

.w-icon-file-upload-remove:before {
  content: '';
}

.w-icon-file-upload-icon:before {
  content: '';
}

* {
  box-sizing: border-box;
}

html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  min-height: 100%;
  color: #333;
  background-color: #fff;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

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: ' ';
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-clearfix:after {
  clear: both;
}

.w-hidden {
  display: none;
}

.w-button {
  color: #fff;
  line-height: inherit;
  cursor: pointer;
  background-color: #3898ec;
  border: 0;
  border-radius: 0;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

input.w-button {
  -webkit-appearance: button;
}

html[data-w-dynpage] [data-w-cloak] {
  color: rgba(0, 0, 0, 0) !important;
}

.w-code-block {
  margin: unset;
}

.w-webflow-badge,
.w-webflow-badge * {
  z-index: auto;
  visibility: visible;
  box-sizing: border-box;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 0;
  min-width: 0;
  float: none;
  clear: none;
  box-shadow: none;
  opacity: 1;
  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;
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
  text-indent: 0;
  text-transform: inherit;
  text-shadow: none;
  font-smoothing: auto;
  vertical-align: baseline;
  cursor: inherit;
  white-space: inherit;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  background: none;
  border: 0 rgba(0, 0, 0, 0);
  border-radius: 0;
  margin: 0;
  padding: 0;
  list-style-type: disc;
  transition: none;
  display: block;
  position: static;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  overflow: visible;
  transform: none;
}

.w-webflow-badge {
  white-space: nowrap;
  cursor: pointer;
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.1),
    0 1px 3px rgba(0, 0, 0, 0.1);
  visibility: visible !important;
  z-index: 2147483647 !important;
  color: #aaadb0 !important;
  opacity: 1 !important;
  width: auto !important;
  height: auto !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  margin: 0 !important;
  padding: 6px !important;
  font-size: 12px !important;
  line-height: 14px !important;
  text-decoration: none !important;
  display: inline-block !important;
  position: fixed !important;
  top: auto !important;
  bottom: 12px !important;
  left: auto !important;
  right: 12px !important;
  overflow: visible !important;
  transform: none !important;
}

.w-webflow-badge>img {
  visibility: visible !important;
  opacity: 1 !important;
  vertical-align: middle !important;
  display: inline-block !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 10px;
  font-weight: bold;
}

h1 {
  margin-top: 20px;
  font-size: 38px;
  line-height: 44px;
}

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

h3 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  font-size: 12px;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin: 0 0 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin: 0 0 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}

.w-embed:before,
.w-embed:after {
  content: ' ';
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-embed:after {
  clear: both;
}

.w-video {
  width: 100%;
  padding: 0;
  position: relative;
}

.w-video iframe,
.w-video object,
.w-video embed {
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

button,
[type='button'],
[type='reset'] {
  cursor: pointer;
  -webkit-appearance: button;
  border: 0;
}

.w-form {
  margin: 0 0 15px;
}

.w-form-done {
  text-align: center;
  background-color: #ddd;
  padding: 20px;
  display: none;
}

.w-form-fail {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
  display: none;
}

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

.w-input,
.w-select {
  width: 100%;
  height: 38px;
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857;
  display: block;
}

.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: #eee;
}

textarea.w-input,
textarea.w-select {
  height: auto;
}

.w-select {
  background-color: #f3f3f3;
}

.w-select[multiple] {
  height: auto;
}

.w-form-label {
  cursor: pointer;
  margin-bottom: 0;
  font-weight: normal;
  display: inline-block;
}

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

.w-radio:before,
.w-radio:after {
  content: ' ';
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-radio:after {
  clear: both;
}

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

.w-file-upload {
  margin-bottom: 10px;
  display: block;
}

.w-file-upload-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  z-index: -100;
  position: absolute;
  overflow: hidden;
}

.w-file-upload-default,
.w-file-upload-uploading,
.w-file-upload-success {
  color: #333;
  display: inline-block;
}

.w-file-upload-error {
  margin-top: 10px;
  display: block;
}

.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 {
  cursor: pointer;
  background-color: #fafafa;
  border: 1px solid #ccc;
  margin: 0;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: normal;
  display: flex;
}

.w-file-upload-file {
  background-color: #fafafa;
  border: 1px solid #ccc;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0;
  padding: 8px 9px 8px 11px;
  display: flex;
}

.w-file-upload-file-name {
  font-size: 14px;
  font-weight: normal;
  display: block;
}

.w-file-remove-link {
  width: auto;
  height: auto;
  cursor: pointer;
  margin-top: 3px;
  margin-left: 10px;
  padding: 3px;
  display: block;
}

.w-icon-file-upload-remove {
  margin: auto;
  font-size: 10px;
}

.w-file-upload-error-msg {
  color: #ea384c;
  padding: 2px 0;
  display: inline-block;
}

.w-file-upload-info {
  padding: 0 12px;
  line-height: 38px;
  display: inline-block;
}

.w-file-upload-label {
  cursor: pointer;
  background-color: #fafafa;
  border: 1px solid #ccc;
  margin: 0;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
}

.w-icon-file-upload-icon,
.w-icon-file-upload-uploading {
  width: 20px;
  margin-right: 8px;
  display: inline-block;
}

.w-icon-file-upload-uploading {
  height: 20px;
}

.w-container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.w-container:before,
.w-container:after {
  content: ' ';
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-container:after {
  clear: both;
}

.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}

.w-row:before,
.w-row:after {
  content: ' ';
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-row:after {
  clear: both;
}

.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}

.w-col {
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}

.w-col-1 {
  width: 8.33333%;
}

.w-col-2 {
  width: 16.6667%;
}

.w-col-3 {
  width: 25%;
}

.w-col-4 {
  width: 33.3333%;
}

.w-col-5 {
  width: 41.6667%;
}

.w-col-6 {
  width: 50%;
}

.w-col-7 {
  width: 58.3333%;
}

.w-col-8 {
  width: 66.6667%;
}

.w-col-9 {
  width: 75%;
}

.w-col-10 {
  width: 83.3333%;
}

.w-col-11 {
  width: 91.6667%;
}

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

  .w-col-medium-2 {
    width: 16.6667%;
  }

  .w-col-medium-3 {
    width: 25%;
  }

  .w-col-medium-4 {
    width: 33.3333%;
  }

  .w-col-medium-5 {
    width: 41.6667%;
  }

  .w-col-medium-6 {
    width: 50%;
  }

  .w-col-medium-7 {
    width: 58.3333%;
  }

  .w-col-medium-8 {
    width: 66.6667%;
  }

  .w-col-medium-9 {
    width: 75%;
  }

  .w-col-medium-10 {
    width: 83.3333%;
  }

  .w-col-medium-11 {
    width: 91.6667%;
  }

  .w-col-medium-12 {
    width: 100%;
  }

  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}

@media screen and (max-width: 767px) {

  .w-hidden-main,
  .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.33333%;
  }

  .w-col-small-2 {
    width: 16.6667%;
  }

  .w-col-small-3 {
    width: 25%;
  }

  .w-col-small-4 {
    width: 33.3333%;
  }

  .w-col-small-5 {
    width: 41.6667%;
  }

  .w-col-small-6 {
    width: 50%;
  }

  .w-col-small-7 {
    width: 58.3333%;
  }

  .w-col-small-8 {
    width: 66.6667%;
  }

  .w-col-small-9 {
    width: 75%;
  }

  .w-col-small-10 {
    width: 83.3333%;
  }

  .w-col-small-11 {
    width: 91.6667%;
  }

  .w-col-small-12 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }

  .w-hidden-main,
  .w-hidden-medium,
  .w-hidden-small {
    display: inherit !important;
  }

  .w-hidden-tiny {
    display: none !important;
  }

  .w-col {
    width: 100%;
  }

  .w-col-tiny-1 {
    width: 8.33333%;
  }

  .w-col-tiny-2 {
    width: 16.6667%;
  }

  .w-col-tiny-3 {
    width: 25%;
  }

  .w-col-tiny-4 {
    width: 33.3333%;
  }

  .w-col-tiny-5 {
    width: 41.6667%;
  }

  .w-col-tiny-6 {
    width: 50%;
  }

  .w-col-tiny-7 {
    width: 58.3333%;
  }

  .w-col-tiny-8 {
    width: 66.6667%;
  }

  .w-col-tiny-9 {
    width: 75%;
  }

  .w-col-tiny-10 {
    width: 83.3333%;
  }

  .w-col-tiny-11 {
    width: 91.6667%;
  }

  .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 {
  vertical-align: top;
  width: 28px;
  height: 20px;
  text-align: center;
  background: #fff;
  border: 1px solid #758696;
  border-radius: 3px;
  display: inline-block;
  position: relative;
}

.w-widget-twitter-count-shim * {
  pointer-events: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  text-align: center;
  color: #999;
  font-family: serif;
  font-size: 15px;
  line-height: 12px;
  position: relative;
}

.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  display: block;
  position: relative;
}

.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 {
  content: ' ';
  height: 0;
  width: 0;
  pointer-events: none;
  border: solid rgba(0, 0, 0, 0);
  position: absolute;
  top: 50%;
  left: 0;
}

.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-width: 4px;
  border-color: rgba(117, 134, 150, 0) #5d6c7b rgba(117, 134, 150, 0) rgba(117, 134, 150, 0);
  margin-top: -4px;
  margin-left: -9px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-top: -5px;
  margin-left: -10px;
}

.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-width: 4px;
  border-color: rgba(255, 255, 255, 0) #fff rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
  margin-top: -4px;
  margin-left: -8px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-top: -5px;
  margin-left: -9px;
}

.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 {
  content: ' ';
  height: 0;
  width: 0;
  pointer-events: none;
  border: solid rgba(0, 0, 0, 0);
  position: absolute;
  top: 100%;
  left: 50%;
}

.w-widget-twitter-count-shim.w--vertical:before {
  border-width: 5px;
  border-color: #5d6c7b rgba(117, 134, 150, 0) rgba(117, 134, 150, 0);
  margin-left: -5px;
}

.w-widget-twitter-count-shim.w--vertical:after {
  border-width: 4px;
  border-color: #fff rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
  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 {
  height: 500px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.w-background-video>video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -100;
  background-position: 50%;
  background-size: cover;
  margin: auto;
  position: absolute;
  top: -100%;
  bottom: -100%;
  left: -100%;
  right: -100%;
}

.w-background-video>video::-webkit-media-controls-start-playback-button {
  -webkit-appearance: none;
  display: none !important;
}

.w-background-video--control {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  position: absolute;
  bottom: 1em;
  right: 1em;
}

.w-background-video--control>[hidden] {
  display: none !important;
}

.w-slider {
  height: 300px;
  text-align: center;
  clear: both;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  background: #ddd;
  position: relative;
}

.w-slider-mask {
  z-index: 1;
  height: 100%;
  white-space: nowrap;
  display: block;
  position: relative;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-slide {
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
  display: inline-block;
  position: relative;
}

.w-slider-nav {
  z-index: 2;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  margin: auto;
  padding-top: 10px;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
}

.w-slider-nav.w-round>div {
  border-radius: 100%;
}

.w-slider-nav.w-num>div {
  width: auto;
  height: auto;
  font-size: inherit;
  line-height: inherit;
  padding: 0.2em 0.5em;
}

.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 {
  width: 1em;
  height: 1em;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 3px 0.5em;
  transition:
    background-color 0.1s,
    color 0.1s;
  display: inline-block;
  position: relative;
}

.w-slider-dot.w-active {
  background-color: #fff;
}

.w-slider-dot:focus {
  outline: none;
  box-shadow: 0 0 0 2px #fff;
}

.w-slider-dot:focus.w-active {
  box-shadow: none;
}

.w-slider-arrow-left,
.w-slider-arrow-right {
  width: 80px;
  cursor: pointer;
  color: #fff;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: auto;
  font-size: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.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 {
  width: 1em;
  height: 1em;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.w-slider-aria-label {
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  border: 0;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.w-slider-force-show {
  display: block !important;
}

.w-dropdown {
  text-align: left;
  z-index: 900;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: relative;
}

.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  vertical-align: top;
  color: #222;
  text-align: left;
  white-space: nowrap;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  position: relative;
}

.w-dropdown-toggle {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  padding-right: 40px;
  display: inline-block;
}

.w-dropdown-toggle:focus {
  outline: 0;
}

.w-icon-dropdown-toggle {
  width: 1em;
  height: 1em;
  margin: auto 20px auto auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.w-dropdown-list {
  min-width: 100%;
  background: #ddd;
  display: none;
  position: absolute;
}

.w-dropdown-list.w--open {
  display: block;
}

.w-dropdown-link {
  color: #222;
  padding: 10px 20px;
  display: block;
}

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

.w-lightbox-backdrop {
  cursor: auto;
  letter-spacing: normal;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  color: #fff;
  text-align: center;
  z-index: 2000;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-tap-highlight-color: transparent;
  background: rgba(0, 0, 0, 0.9);
  outline: 0;
  font-family:
    Helvetica Neue,
    Helvetica,
    Ubuntu,
    Segoe UI,
    Verdana,
    sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
  list-style: disc;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: translate(0);
}

.w-lightbox-backdrop,
.w-lightbox-container {
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.w-lightbox-content {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.w-lightbox-view {
  width: 100vw;
  height: 100vh;
  opacity: 0;
  position: absolute;
}

.w-lightbox-view:before {
  content: '';
  height: 100vh;
}

.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 {
  vertical-align: middle;
  display: inline-block;
}

.w-lightbox-figure {
  margin: 0;
  position: relative;
}

.w-lightbox-group .w-lightbox-figure {
  cursor: pointer;
}

.w-lightbox-img {
  width: auto;
  height: auto;
  max-width: none;
}

.w-lightbox-image {
  float: none;
  max-width: 100vw;
  max-height: 100vh;
  display: block;
}

.w-lightbox-group .w-lightbox-image {
  max-height: 86vh;
}

.w-lightbox-caption {
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.4);
  padding: 0.5em 1em;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-lightbox-embed {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.w-lightbox-control {
  width: 4em;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
  transition: all 0.3s;
  position: absolute;
  top: 0;
}

.w-lightbox-left {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==');
  display: none;
  bottom: 0;
  left: 0;
}

.w-lightbox-right {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+');
  display: none;
  bottom: 0;
  right: 0;
}

.w-lightbox-close {
  height: 2.6em;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=');
  background-size: 18px;
  right: 0;
}

.w-lightbox-strip {
  white-space: nowrap;
  padding: 0 1vh;
  line-height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-x: auto;
  overflow-y: hidden;
}

.w-lightbox-item {
  width: 10vh;
  box-sizing: content-box;
  cursor: pointer;
  padding: 2vh 1vh;
  display: inline-block;
  -webkit-transform: translate3d(0, 0, 0);
}

.w-lightbox-active {
  opacity: 0.3;
}

.w-lightbox-thumbnail {
  height: 10vh;
  background: #222;
  position: relative;
  overflow: hidden;
}

.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
}

.w-lightbox-thumbnail .w-lightbox-tall {
  width: 100%;
  top: 50%;
  transform: translate(0, -50%);
}

.w-lightbox-thumbnail .w-lightbox-wide {
  height: 100%;
  left: 50%;
  transform: translate(-50%);
}

.w-lightbox-spinner {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border: 5px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  margin-top: -20px;
  margin-left: -20px;
  animation: 0.8s linear infinite spin;
  position: absolute;
  top: 50%;
  left: 50%;
}

.w-lightbox-spinner:after {
  content: '';
  border: 3px solid rgba(0, 0, 0, 0);
  border-bottom-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: -4px;
  bottom: -4px;
  left: -4px;
  right: -4px;
}

.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-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 {
    opacity: 0.5;
    display: block;
  }

  .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: ' ';
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.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,
.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: '';
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.w-richtext figure {
  max-width: 60%;
  position: relative;
}

.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 {
  color: rgba(0, 0, 0, 0);
  font-size: 0;
}

.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 {
  caption-side: bottom;
  display: table-caption;
}

.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 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.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 {
  clear: both;
  margin-left: auto;
  margin-right: auto;
}

.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;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-richtext figure.w-richtext-align-fullwidth>div {
  padding-bottom: inherit;
  display: inline-block;
}

.w-richtext figure.w-richtext-align-fullwidth>figcaption {
  display: block;
}

.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  clear: none;
  margin-right: 15px;
}

.w-richtext figure.w-richtext-align-floatright {
  float: right;
  clear: none;
  margin-left: 15px;
}

.w-nav {
  z-index: 1000;
  background: #ddd;
  position: relative;
}

.w-nav:before,
.w-nav:after {
  content: ' ';
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-nav:after {
  clear: both;
}

.w-nav-brand {
  float: left;
  color: #333;
  text-decoration: none;
  position: relative;
}

.w-nav-link {
  vertical-align: top;
  color: #222;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.w-nav-link.w--current {
  color: #0082f3;
}

.w-nav-menu {
  float: right;
  position: relative;
}

[data-nav-menu-open] {
  text-align: center;
  min-width: 200px;
  background: #c8c8c8;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: visible;
  display: block !important;
}

.w--nav-link-open {
  display: block;
  position: relative;
}

.w-nav-overlay {
  width: 100%;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
}

.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] {
  z-index: 1;
  top: 0;
  right: auto;
}

.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] {
  z-index: 1;
  top: 0;
  left: auto;
}

.w-nav-button {
  float: right;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 18px;
  font-size: 24px;
  display: none;
  position: relative;
}

.w-nav-button:focus {
  outline: 0;
}

.w-nav-button.w--open {
  color: #fff;
  background-color: #c8c8c8;
}

.w-nav[data-collapse='all'] .w-nav-menu {
  display: none;
}

.w-nav[data-collapse='all'] .w-nav-button,
.w--nav-dropdown-open,
.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: ' ';
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-tabs:after {
  clear: both;
}

.w-tab-menu {
  position: relative;
}

.w-tab-link {
  vertical-align: top;
  text-align: left;
  cursor: pointer;
  color: #222;
  background-color: #ddd;
  padding: 9px 30px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.w-tab-link.w--current {
  background-color: #c8c8c8;
}

.w-tab-link:focus {
  outline: 0;
}

.w-tab-content {
  display: block;
  position: relative;
  overflow: hidden;
}

.w-tab-pane {
  display: none;
  position: relative;
}

.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(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.w-dyn-empty {
  background-color: #ddd;
  padding: 10px;
}

.w-dyn-hide,
.w-dyn-bind-empty,
.w-condition-invisible {
  display: none !important;
}

.wf-layout-layout {
  display: grid;
}

:root {
  --black: #0f0617;
  --white: white;
  --89ffc4: #89ffc4;
  --burlywood: #fac384;
}

body {
  background-color: var(--black);
  color: #fff;
  font-size: 18px;
  line-height: 1.66;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 104px;
  font-weight: 400;
  line-height: 1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 400;
  line-height: 1;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.33333;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
  font-weight: 100;
  line-height: 1.3;
}

a {
  text-decoration: underline;
}

.container {
  max-width: 1088px;
  margin-left: auto;
  margin-right: auto;
}

.container.nav-coontainer {
  max-width: 1920px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container._700 {
  max-width: 700px;
}

.margin-bottom-100 {
  margin-bottom: 100px;
}

.heading-large {
  font-size: 60px;
  line-height: 1.33333;
}

.flex2col {
  width: 50%;
  margin-bottom: 15px;
  padding: 10px 15px;
}

.flex2col._2 {
  width: 100%;
}

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

.heading-small {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.357;
}

.paragraph-medium {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
  text-decoration: none;
}

.margin-bottom-44 {
  margin-bottom: 44px;
}

.cta-button {
  border: 2px solid var(--white);
  background-color: rgba(0, 0, 0, 0);
  background-image: url('https://assets-global.website-files.com/64845ff44619a4f77cbc530c/649975c6529708c661fa81b8_Group%2041008.svg');
  background-position: 86%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 500px;
  padding: 10px 60px 12px 20px;
  font-weight: 700;
  line-height: 1.33333;
  transition: all 0.3s;
}

.cta-button:hover {
  color: #fff;
  background-position: 90%;
}

.cta-button.small {
  font-size: 22px;
}

.cta-button.green {
  border-color: var(--89ffc4);
  background-color: var(--89ffc4);
  color: var(--black);
  background-image: url('https://assets-global.website-files.com/64845ff44619a4f77cbc530c/64ab8a507c8d3d9c18334751_Group%2041008.svg');
}

.cta-button.solid {
  background-color: var(--white);
  color: var(--black);
  background-image: url('https://assets-global.website-files.com/64845ff44619a4f77cbc530c/64ab8a507c8d3d9c18334751_Group%2041008.svg');
}

.margin-bottom-60 {
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}

.heading-extralarge {
  font-size: 104px;
  font-weight: 400;
  line-height: 1;
}

.margin-bottom-96 {
  margin-bottom: 96px;
}

.colorbox {
  width: 100%;
  height: 100px;
  background-color: #dcdcdd;
  border-radius: 6px;
  margin-right: 25px;
  display: inline-block;
}

.colorbox.pure-white {
  background-color: var(--white);
  border: 1px solid #000;
}

.colorbox.royal-blue {
  background-color: #536dfb;
}

.colorbox.violet-red {
  background-color: #d13291;
}

.colorbox.turqoise {
  background-color: #b57aff;
}

.colorbox.dark-slate-blue {
  background-color: var(--burlywood);
}

.colorbox.black {
  background-color: var(--black);
  border: 1px solid #fff;
}

.colorbox.dark-grey {
  background-color: #4b5563;
}

.margin-bottom-52 {
  margin-bottom: 52px;
}

.margin-bottom-64 {
  margin-bottom: 64px;
}

.nuterals {
  grid-column-gap: 10px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.stylename {
  text-transform: uppercase;
  border-top: 1px solid #d4d4d4;
  border-bottom: 0 #d4d4d4;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
}

.vertical-spacing {
  padding-top: 100px;
  padding-bottom: 100px;
}

.vertical-spacing.footer-spacing {
  padding-top: 48px;
  padding-bottom: 48px;
}

.vertical-spacing.bottom-pattern {
  padding-bottom: 20px;
}

.margin-bottom-76 {
  margin-bottom: 76px;
}

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

.margin-bottom-72 {
  margin-bottom: 72px;
}

.bottom-margin-28 {
  margin-bottom: 28px;
}

.styletitle {
  text-transform: uppercase;
  border-bottom: 1px solid #d4d4d4;
  margin: 20px 15px 30px;
  font-size: 14px;
}

.margin-bottom-92 {
  margin-bottom: 92px;
}

.margin-bottom-84 {
  margin-bottom: 84px;
}

.bottom-margin-36 {
  margin-bottom: 36px;
}

.margin-bottom-88 {
  margin-bottom: 88px;
}

.hidden-classes {
  display: none;
}

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

.heading-xxs-h6 {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
}

.page-padding {
  z-index: 3;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.page-padding.relative-top {
  z-index: 3;
  position: relative;
}

.margin-bottom-40 {
  margin-bottom: 40px;
}

.flexcolwrap {
  flex-wrap: wrap;
  display: flex;
}

.heading-extrasmall {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.41;
}

.para-small {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.71429;
}

.margin-bottom-48 {
  margin-bottom: 48px;
}

.container-2 {
  z-index: 2;
  max-width: 1314px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.margin-bottom-80 {
  margin-bottom: 80px;
}

.margin-bottom-8 {
  margin-bottom: 8px;
}

.margin-bottom-12 {
  margin-bottom: 12px;
}

.margin-bottom-56 {
  margin-bottom: 56px;
}

.heading-medium {
  letter-spacing: -0.015em;
  font-size: 42px;
  font-weight: 300;
  line-height: 1.25;
}

.flex3col {
  width: 33.333%;
  margin-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
}

.flex3col.textlinkcol {
  padding-top: 19px;
}

.flex3col.full {
  width: 100%;
}

.page-wrapper {
  z-index: 2;
  position: relative;
  font-family: var(--font-mundial), var(--font-mundial-hair), sans-serif;
}

.margin-bottom-16 {
  margin-bottom: 16px;
}

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

.margin-bottom-68 {
  margin-bottom: 68px;
}

.nav-bar {
  z-index: 1000;
  padding-top: 28px;
  padding-bottom: 28px;
  position: relative;
}

.brand {
  width: 132px;
  display: flex;
}

.image-100 {
  width: 100%;
}

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

.nav-right {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.nav-link {
  color: var(--white);
  font-weight: 700;
  line-height: 1.33333;
  text-decoration: none;
}

.main-wrapper {
  z-index: 3;
  position: relative;
}

.section_home-hero {
  position: relative;
  overflow: hidden;
}

.section_home-hero.pseudo {
  position: relative;
}

.section-hero-wrap {
  justify-content: space-between;
  display: flex;
}

.hero-left {
  width: 50%;
  text-align: right;
  flex-direction: column;
  align-items: flex-end;
  padding-bottom: 220px;
  display: flex;
}

.hero-right {
  width: 50%;
  max-width: 318px;
  align-items: flex-end;
  display: flex;
}

.para-large {
  font-size: 24px;
  font-weight: 200;
  line-height: 1.41667;
}

.small-nav-track,
.section_feature {
  position: relative;
}

.features-h2 {
  text-shadow: 0 0 20px rgba(15, 6, 23, 0.4);
  font-size: 30px;
  font-weight: 100;
  line-height: 1.33333;
}

.max-830 {
  max-width: 830px;
}

.bold-span {
  font-weight: 700;
}

.features-cards-grid-wrap {
  justify-content: flex-end;
  display: flex;
}

.features-cards-grid {
  max-width: 740px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.features-card {
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 24px 28px;
}

.features-icon {
  width: 48px;
  height: 48px;
  min-height: 48px;
  min-width: 48px;
}

.max-200 {
  max-width: 200px;
}

.section_services {
  position: relative;
}

.max-400 {
  max-width: 400px;
}

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

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

.service-card.special {
  width: 85%;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 10px 10px 100px;
  margin-top: -30px;
  padding: 30px 40px 40px 30px;
  grid-area: span 2 / span 1 / span 2 / span 1;
}

.service-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}

.special-tag {
  color: var(--black);
  text-transform: uppercase;
  background-color: #c174d5;
  border-radius: 5px;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 700;
}

.ai-grid {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
}

.ai-icon {
  width: 32px;
  min-width: 32px;
}

.section_happen {
  position: relative;
}

.right-align {
  justify-content: flex-end;
  display: flex;
}

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

.happen-card {
  height: 100%;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.happen-number-wrap {
  margin-left: -40px;
}

.happen-number {
  font-size: 40px;
  font-weight: 200;
  line-height: 1.3;
}

.happen-image-wrap {
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  overflow: hidden;
}

.max-320 {
  max-width: 320px;
}

.section_work {
  position: relative;
}

.work-heading-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  margin-bottom: 48px;
  display: grid;
}

.text-ra {
  text-align: right;
}

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

.work-image-wrap {
  border-radius: 10px;
  overflow: hidden;
}

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

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

.section_price {
  position: relative;
}

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

.price-card {
  grid-row-gap: 18px;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  padding: 50px 28px 40px;
  display: flex;
  position: relative;
}

.price-card.popular {
  border: 2px solid var(--89ffc4);
  background-color: rgba(137, 255, 196, 0.3);
  padding: 48px 26px 38px;
}

.price-para {
  line-height: 1.33333;
}

.pc-title {
  font-size: 30px;
  line-height: 1.33;
}

.bottom-2 {
  margin-bottom: 2px;
}

.price-disclaimer {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  font-weight: 100;
  line-height: 1.5;
}

.price-cta-wrap {
  flex-direction: column;
  display: flex;
}

.price-sub-card {
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 20px 18px 20px 28px;
}

.arrow-link {
  color: var(--white);
  font-weight: 700;
  text-decoration: none;
}

.arrow-link-flex {
  grid-column-gap: 15px;
  color: var(--white);
  align-items: center;
  text-decoration: none;
  display: flex;
}

.arrow-link-flex.white.no-underline {
  text-decoration: none;
}

.arrow-link-icon {
  width: 48px;
  min-width: 48px;
  display: flex;
}

.section_testimonial {
  position: relative;
}

.testimonial-section-wrap {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.bold-text {
  font-weight: 700;
}

.testimonial-para {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.53;
}

.stars {
  width: 152px;
}

.section_faq {
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  position: relative;
}

.faq-flex {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding-top: 20px;
  padding-bottom: 28px;
  display: flex;
}

.faq-left {
  width: 24%;
  padding-top: 7px;
}

.faq-right {
  width: 76%;
}

.faq {
  cursor: pointer;
  padding-top: 10px;
  padding-bottom: 10px;
}

.faq-question-wrap {
  grid-column-gap: 12px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.faq-question {
  font-size: 24px;
  font-weight: 200;
  line-height: 1.2;
}

.faq-icon-wrap {
  width: 11px;
  height: 11px;
  min-height: 11px;
  min-width: 11px;
  align-items: center;
  margin-top: 10px;
  display: flex;
  position: relative;
}

.plus-dash {
  width: 11px;
  height: 1px;
  background-color: #fff;
}

.plus-dash._2nd {
  width: 1px;
  height: 11px;
}

.faq-icon-absolute {
  justify-content: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.faq-answer-wrapper {
  overflow: hidden;
}

.faq-answer-cover {
  padding-top: 20px;
  padding-bottom: 4px;
}

.faq-answer {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.5;
}

.ar-flex {
  justify-content: flex-end;
  display: flex;
}

.section_cta {
  position: relative;
}

.cta-section-wrap {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.cta-flex {
  width: 100%;
  max-width: 800px;
  grid-column-gap: 10vw;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.cta-left {
  width: 50%;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.cta-right {
  width: 50%;
  height: 100%;
  padding-top: 13px;
}

.cta-button-wrap {
  width: 292px;
  flex-direction: column;
  display: flex;
}

.cta-button-wrap.mobo {
  display: none;
}

.cta-links-grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 60px;
  line-height: 1;
  display: grid;
}

.cta-link {
  color: var(--white);
  font-weight: 200;
  line-height: 1.2;
  text-decoration: none;
}

.footer {
  z-index: 11;
  position: relative;
}

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

.footer-link-flex {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.social-link-grid {
  grid-column-gap: 8px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.social-link {
  width: 40px;
  height: 40px;
  min-height: 40px;
  min-width: 40px;
  color: var(--white);
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  display: flex;
}

.social-link:hover {
  background-color: var(--white);
  color: var(--black);
}

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

/* .sticky-nav-wrap {
  z-index: 10;
  position: -webkit-sticky;
  position: sticky;
  top: 85vh;
} */

.sticky-nav-wrap {
  position: sticky;
  top: 0;
  transition: top 0.2s linear, transform 0.25s ease;
  will-change: top, transform;
}

.sticky-nav-wrap.hide {
  transform: translateY(120%);
}

.sticky-nav {
  grid-column-gap: 3vw;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 1000px;
  padding: 16px 16px 16px 44px;
  display: flex;
}

.sticky-nav-flex {
  justify-content: center;
  display: flex;
}

.sticky-nav-menu {
  grid-column-gap: 3vw;
  align-items: center;
  display: flex;
}

.sticky-nav-link {
  color: var(--white);
  font-weight: 700;
  text-decoration: none;
}

.bg-pattern {
  z-index: 1;
  width: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.pseudo-hero {
  z-index: 1;

  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  pointer-events: none;
}

.low-opacity {
  opacity: 0;
}

.absolute-hero-pattern {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.dotted-pattern-wrap {
  justify-content: flex-end;
  display: flex;
}

.dotted-pattern-wrap.la {
  justify-content: flex-start;
}

.dotted-pattern-image {
  width: 100%;
  max-width: 592px;
}

.gradient-h1 {
  background-image: linear-gradient(120deg, var(--burlywood), white);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.gradient-h1.h1-top {
  padding-bottom: 20px;
}

.underline-span {
  background-image: url('https://assets-global.website-files.com/64845ff44619a4f77cbc530c/64b012e18bbef2ee5b7ff1cb_Rectangle%2044.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.underline-span.white {
  background-image: url('https://assets-global.website-files.com/64845ff44619a4f77cbc530c/64b52791c72ab7e4d8a6ae3f_ud.svg');
  background-position: 50% 97%;
}

.ux-ui {
  width: 32.5%;
}

.section_esd {
  position: relative;
}

.esd-flex {
  grid-column-gap: 7.5vw;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.esd-content-wrap {
  justify-content: flex-end;
  display: flex;
}

.popular-tag {
  background-color: var(--89ffc4);
  color: var(--black);
  text-transform: uppercase;
  border-radius: 5px;
  margin-top: 8px;
  margin-right: 8px;
  padding: 9px 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.popular-tag.is-purple {
  color: var(--white);
  background-color: #b245ff;
}

.esd-h2-wrap {
  max-width: 310px;
  padding-right: 10px;
}

.esd-card {
  max-width: 310px;
}

.esd-title {
  margin-left: -110px;
}

.h1-max {
  max-width: 544px;
}

.ab-bg {
  display: none;
  position: absolute;
}

.ab-bg.hero {
  display: none;
}

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

.bg-img-wrap {
  width: 100%;
  justify-content: center;
  display: flex;
  position: relative;
}

.pattern-image {
  width: 2550px;
  min-width: 2550px;
  margin-top: -24px;
  margin-left: 200px;
}

.heading-wrapper-wrap {
  width: 700px;
  position: relative;
}

.heading-wrap {
  width: 100%;
  height: 112px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading {
  text-decoration: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.copyright-text {
  font-size: 14px;
  font-weight: 100;
  line-height: 1.71429;
}

.hppn-para {
  max-width: 270px;
}

.hppn-para.is-3 {
  max-width: 263px;
}

.heading-2 {
  line-height: 1.1;
}

.list {
  line-height: 1.6;
}

.noice {
  z-index: 2;
  background-image: url('https://assets-global.website-files.com/64845ff44619a4f77cbc530c/64df44ca6d67f48621b54a17_noise%20(2).png');
  background-position: 0 0;
  background-size: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.rich-text {
  font-size: 16px;
}

.rich-text h4 {
  margin-top: 60px;
}

.rich-text a {
  color: var(--white);
}

.rich-text h2 {
  margin-bottom: 10px;
}

.footer-link {
  color: var(--white);
  font-size: 14px;
  font-weight: 100;
  line-height: 1.71429;
}

.footer_text-wrapper {
  grid-column-gap: 16px;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 104px;
  }

  .heading-extralarge {
    font-size: 52px;
  }

  .vertical-spacing {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .page-padding {
    z-index: 3;
    padding-left: 36px;
    padding-right: 36px;
    position: relative;
  }

  .page-padding.relative-top {
    z-index: 3;
    position: relative;
  }

  .heading-medium {
    font-size: 32px;
    line-height: 1.35714;
  }

  .section_home-hero {
    position: relative;
  }

  .section-hero-wrap {
    grid-row-gap: 200px;
    flex-direction: column;
  }

  .hero-left {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section_feature,
  .section_services {
    position: relative;
  }

  .services-grid {
    grid-row-gap: 36px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .section_happen {
    position: relative;
  }

  .right-align {
    justify-content: flex-start;
  }

  .happen-number-wrap {
    margin-left: 0;
  }

  .section_work {
    position: relative;
  }

  .sticky-nav-wrap {
    top: 85svh;
  }

  .bg-pattern {
    display: none;
  }

  .ux-ui {
    width: auto;
    max-width: 300px;
  }

  .section_esd {
    position: relative;
  }

  .esd-title {
    margin-left: 0;
  }

  .h1-max {
    max-width: 600px;
  }

  .ab-bg {
    z-index: 1;
    display: block;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .ab-bg.hero {
    width: auto;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .ab-bg.feature {
    width: 163px;
  }

  .ab-bg.hppn {
    width: auto;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .ab-bg.work {
    width: auto;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .ab-bg.esd,
  .ab-bg.faq {
    width: auto;
    display: none;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .heading-wrap {
    font-size: 1.4vw;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 80px;
  }

  .heading-large {
    font-size: 32px;
  }

  .flex2col {
    width: 100%;
  }

  .heading-small {
    font-size: 25px;
    line-height: 1.4;
  }

  .margin-bottom-44 {
    margin-bottom: 20px;
  }

  .heading-extralarge {
    font-size: 48px;
  }

  .colorbox {
    margin-bottom: 15px;
    margin-left: 10px;
    margin-right: 15px;
  }

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

  .stylename {
    grid-template-columns: 1fr 1fr;
  }

  .page-padding {
    padding-left: 28px;
    padding-right: 28px;
  }

  .margin-bottom-40 {
    margin-bottom: 25px;
  }

  .flexcolwrap {
    flex-direction: column;
  }

  .heading-extrasmall {
    font-size: 20px;
    line-height: 1.5;
  }

  .para-small {
    font-size: 12px;
    line-height: 1.83333;
  }

  .heading-medium {
    font-size: 28px;
  }

  .flex3col {
    width: 100%;
  }

  .hero-right {
    width: auto;
  }

  .features-cards-grid,
  .services-grid {
    grid-template-columns: 1fr;
  }

  .service-card.special {
    margin-top: 0;
  }

  .happe-grid {
    grid-row-gap: 76px;
    grid-template-columns: 1fr;
  }

  .work-heading-wrap {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
    margin-bottom: 32px;
  }

  .text-ra {
    text-align: left;
  }

  .work-grid,
  .price-grid {
    grid-template-columns: 1fr;
  }

  .faq-flex {
    grid-row-gap: 30px;
    flex-direction: column;
    padding-top: 38px;
  }

  .faq-left {
    width: auto;
    padding-top: 0;
  }

  .faq-right {
    width: auto;
  }

  .faq-icon-wrap {
    margin-top: 12px;
  }

  .cta-flex {
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .cta-left {
    width: auto;
    align-items: flex-start;
  }

  .cta-right {
    width: auto;
    padding-top: 0;
  }

  .cta-button-wrap.mobo {
    display: flex;
  }

  .cta-button-wrap.desk,
  .sticky-nav-link.mobo-hid {
    display: none;
  }

  .esd-flex {
    grid-row-gap: 36px;
    grid-template-columns: 1fr;
  }

  .esd-content-wrap {
    justify-content: flex-start;
  }

  .esd-h2-wrap {
    max-width: 280px;
    margin-bottom: 32px;
    padding-right: 0;
  }

  .h1-max {
    max-width: 400px;
  }

  .bottom-cta-wrapper {
    grid-row-gap: 16px;
    flex-direction: column;
    display: flex;
  }

  .ab-bg.hero {
    display: flex;
  }

  .ab-bg.work {
    top: 10%;
  }

  .ab-bg.esd {
    display: block;
    top: auto;
    bottom: -20%;
    left: 0%;
    right: 0%;
  }

  .ab-bg.faq {
    z-index: -1;
    display: block;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .heading-wrap {
    height: 93px;
  }

  .copyright-text,
  .footer-link {
    line-height: 1.83333;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 56px;
  }

  h2 {
    font-size: 40px;
  }

  .container.nav-coontainer {
    justify-content: center;
  }

  .heading-large {
    font-size: 30px;
  }

  .heading-small {
    font-size: 24px;
    line-height: 1.083;
  }

  .cta-button {
    font-size: 14px;
    line-height: 1.14286;
  }

  .cta-button.nav {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-right: 20px;
  }

  .heading-extralarge {
    font-size: 40px;
  }

  .margin-bottom-52 {
    margin-bottom: 40px;
  }

  .nuterals {
    grid-template-rows: auto auto auto auto auto;
  }

  .page-padding {
    padding-left: 20px;
    padding-right: 20px;
  }

  .page-padding.faq-blr {
    background-color: rgba(15, 6, 23, 0.5);
  }

  .nav-right {
    display: none;
  }

  .service-card.special {
    margin-left: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .price-card {
    height: 360px;
  }

  .section_faq {
    position: relative;
  }

  .faq-flex {
    flex-direction: column;
  }

  .faq-left,
  .faq-right {
    width: auto;
  }

  .footer-brand {
    display: none;
  }

  .footer-link-flex {
    width: 100%;
    justify-content: space-between;
  }

  .sticky-nav {
    grid-column-gap: 10px;
    padding-left: 20px;
  }

  .sticky-nav-menu {
    grid-column-gap: 2vw;
  }

  .section_esd {
    position: relative;
  }

  .h1-max {
    max-width: 300px;
  }

  .m-max-230 {
    max-width: 230px;
  }

  .ab-bg.hero {
    display: block;
    bottom: 30%;
  }

  .ab-bg.work {
    top: 35%;
  }

  .ab-bg.esd {
    bottom: -10%;
  }

  .ab-bg.faq {
    width: auto;
    bottom: 620px;
  }

  .heading-wrap {
    height: 68px;
  }

  .copyright-text,
  .footer-link {
    font-weight: 100;
  }
}

#w-node-c0b28c43-a49e-cfd1-8e7f-b6905a2a8308-7cbc531a,
#w-node-_7ea39219-c93f-abb9-9f3d-bffe7ada5611-7cbc531a,
#w-node-c2bf7dda-edc4-c033-92cc-6dc11c322a37-7cbc531a,
#w-node-_59169d8b-0ea1-99fc-5d67-bfa99992adb8-7cbc531a,
#w-node-db5bca89-04d2-33da-8c8b-a44bff249b67-7cbc531a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_38ba048b-7f20-bf49-cd7d-0a0bc60b7c16-7cbc531a {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-a6b170a8-1e76-c2ce-443a-082fb1556980-7cbc531a,
#w-node-f9ff7b5d-86dc-37dd-5732-884c98094a73-7cbc531a,
#w-node-_29585ad2-bbb0-6230-ee39-eee17df20eff-7cbc531a,
#w-node-_58707d67-b31e-8b96-5429-4117da55a69e-7cbc531a,
#w-node-f6b4d19b-095c-2302-ec01-bf5f198ed16e-7cbc531a,
#w-node-c27fdb60-10e8-8f18-3669-20daf4bc3910-7cbc531a,
#w-node-d0fa4eab-54ad-52db-50b2-4f915187f2c6-7cbc531a,
#w-node-d43fc466-df7c-d961-a8af-60252b8c0137-7cbc531a,
#w-node-e27856c5-e916-1d3a-accf-b26828c717b4-7cbc531a,
#w-node-_805f84c8-a8c9-0178-5397-6e5b1c6de280-7cbc531a,
#w-node-b6925ad3-1f88-d412-0881-67a542929e28-7cbc531a,
#w-node-_1a625f67-a5eb-25ad-246b-4ea91476f722-7cbc531a,
#w-node-_3477060b-4f72-7eb9-4628-be226f577bb6-7cbc531a,
#w-node-d236b96b-40aa-feab-bed0-9fafe0194239-7cbc531a,
#w-node-_772b0c6f-7118-940d-5120-8dab1c4d061b-7cbc531a,
#w-node-_41737976-93ed-1eab-0a56-bf5766065136-7cbc531a,
#w-node-a9e342a6-99f1-cc17-6d00-88d9e24e63ed-7cbc531a,
#w-node-ae2a5d83-d4de-7fb4-6f43-2f24cc092266-7cbc531a,
#w-node-a7b7589f-53ec-8318-348b-910725158df6-7cbc531a,
#w-node-_321e2471-8040-1c74-bf33-f381e4ba20fe-7cbc531a,
#w-node-_02768724-c693-34e9-4a99-53318b6a4f3c-7cbc531a,
#w-node-_4b38af7b-0b75-63c2-b638-3094d14bfde8-7cbc531a,
#w-node-d012b965-388e-34ef-3688-4a073a17cd80-7cbc531a,
#w-node-_2dd1b77c-c65f-fbde-1938-8d92bf663474-7cbc531a,
#w-node-_5cc18c6c-8a2f-f141-b255-bb5aa661dd7e-7cbc531a,
#w-node-_40c23669-aad4-7fde-cd0f-3bb98bb52768-8bb5275e,
#w-node-_40c23669-aad4-7fde-cd0f-3bb98bb5276a-8bb5275e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_38ba048b-7f20-bf49-cd7d-0a0bc60b7c16-7cbc531a {
    order: -9999;
  }

  #w-node-_805f84c8-a8c9-0178-5397-6e5b1c6de280-7cbc531a {
    order: 9999;
  }
}