/* START Swagger UI */
.swagger-ui a.nostyle,
.swagger-ui a.nostyle:visited {
  color: white;
}

.swagger-ui table thead tr td,
.swagger-ui table thead tr th,
.swagger-ui .parameter__name,
.swagger-ui .parameter__type,
.swagger-ui .parameter__in,
.swagger-ui .prop-format,
.swagger-ui .response-col_status,
.swagger-ui .response-col_links,
.swagger-ui .response-control-media-type__title,
.swagger-ui .tab li button.tablinks {
  color: white;
}

.header-wrapper .w-nav {
  color: white !important;
}
div.scheme-container {
  background-color: #1b0d4a !important;
}
h2.title,
span.url,
div.renderedMarkdown p,
.models-control,
.model-title {
  font-family: "Open Sans", sans-serif;
  color: white !important;
}
.description,
.property-row,
.property {
  font-family: "Open Sans", sans-serif;
  color: white !important;
}
div.description div.renderedMarkdown p {
  font-family: "Open Sans", sans-serif;
  color: white !important;
  font-size: 2em;
}
a span.url {
  font-family: "Open Sans", sans-serif;
  color: white !important;
  font-size: 2em;
}
a span.url:hover {
  text-decoration: underline;
}

/* Override the Swagger UI layout for the summary */
.swagger-ui,
.opblock-summary-description,
.swagger-ui .opblock-description-wrapper {
  color: grey !important;
  font-size: 14px;
  line-height: 1.5em;
}

/* Compact rendred markdown lists a bit */
.swagger-ui .renderedMarkdown li {
  margin-bottom: 0;
  padding-left: 0;
  font-size: inherit;
  line-height: inherit;
}

.swagger-ui .renderedMarkdown code {
  padding: 0;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* Override swagger UI for bold/strong */
.swagger-ui .renderedMarkdown strong,
.swagger-ui .renderedMarkdown b {
  color: var(--color-bi-lightpurple);
}

:root {
  --color-bi-lightpurple: rgb(174, 157, 220) !important;
}

/* Override swagger UI for links */
.swagger-ui .renderedMarkdown a {
  color: var(--color-bi-lightpurple);
}

/* Override the Swagger UI layout for the parameters */
.swagger-ui .parameters .parameters-col_name {
  text-wrap: nowrap;
  min-width: 12em !important;
  text-align: right;
  padding-right: 2em;
}

.swagger-ui .parameters .parameters-col_name .parameter__name {
  color: #9012fe !important;
  font-family: monospace;
  margin-right: 0;
}

/* END Swagger UI */

/* START DRF */
ul.breadcrumb {
  margin-top: 0 !important;
  margin-bottom: 10px !important;
  font-family: "Open Sans", sans-serif;
  color: black !important;
  font-weight: bolder;
  text-decoration: none;
}
ul.breadcrumb li {
  margin-bottom: 0 !important;
  padding-left: 0;
}
ul.breadcrumb li a {
  text-decoration: none;
  color: black !important;
}
ul.breadcrumb li a:hover {
  text-decoration: underline;
}
pre.prettyprint a {
  text-decoration: none;
}
pre.prettyprint a:hover {
  text-decoration: underline;
}
div.form-actions button {
  padding: 10px !important;
}
div.button-form button {
  padding: 10px !important;
}
.nav-tabs li a {
  background: white;
  font-family: "Open Sans", sans-serif;
  color: black !important;
  font-weight: bolder;
  text-decoration: none;
}
.nav-tabs li a:visited {
  text-decoration: none;
}
.nav .nav-tabs .form-switcher::before {
  color: black;
}

ul.navbar-nav.pull-right li a,
.dropdown-toggle {
  color: #fff;
  line-height: inherit;
  cursor: pointer;
  background-color: #3898ec;
  border: 0;
  border-radius: 6px;
  padding: 8px 15px;
  text-decoration: none;
  display: inline-block;
}

.dropdown-toggle:hover {
  background-color: #3898ec;
  color: #000;
}

ul.nav.navbar-nav.pull-right > li,
.navbar-nav.pull-right {
  margin-bottom: 0px;
}

/* END DRF */

.container {
  color: var(--gray--100);
  font-family:
    Open Sans,
    sans-serif;
  font-size: 16px;
}

.header-wrapper {
  object-fit: fill;
  background-color: #1b0d4a;
  padding-top: 32px;
  padding-bottom: 32px;
  font-family:
    Open Sans,
    sans-serif;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.header-logo {
  width: 100%;
  max-width: 240px;
}

.btn-secondary-copy {
  border: 1px solid var(--accent--primary-1);
  background-color: var(--neutral--100);
  box-shadow: 0 4px 10px 0 var(--button-shadow--white-01);
  color: var(--accent--primary-1);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 10px 14px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.111em;
  transition:
    border-color 0.3s,
    transform 0.3s,
    background-color 0.3s,
    color 0.3s;
}

.w-button {
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}

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: transparent;
}

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

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

b,
strong {
  font-weight: 700;
}

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: 700;
}

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: 400;
  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: 400;
  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%;
}

body {
  min-height: 100%;
  background: var(--accent--primary-1) !important;
  /* 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;
}
.btn .btn-primary .form-control {
  color: #fff;
  line-height: inherit;
  cursor: pointer;
  background-color: #3898ec;
  border: 0;
  border-radius: 0;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

.btn-primary {
  padding: inherit !important;
}

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

html[data-w-dynpage] [data-w-cloak] {
  color: transparent !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: 0 0;
  border: 0 transparent;
  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: 700;
}

h1 {
  margin-top: 20px;
  font-size: 30px !important;
  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: 700;
  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: 400;
  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: 400;
  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: 400;
  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: 400;
  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: 1280px;
  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 transparent;
  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 transparent;
  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: transparent;
  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: transparent;
  tap-highlight-color: transparent;
  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: transparent;
  tap-highlight-color: transparent;
  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: transparent;
  tap-highlight-color: transparent;
  -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: 50%;
  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: translate(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: translateY(-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 transparent;
  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: transparent;
  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: transparent;
  tap-highlight-color: transparent;
  -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);
  }

  to {
    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 {
  --neutral--600: #55247b;
  --neutral--800: #14142b;
  --accent--primary-1: #1b0d4a;
  --neutral--100: white;
  --neutral--300: #eff0f6;
  --general--shadow-01: rgba(20, 20, 43, 0.06);
  --neutral--200: #f9fbfd;
  --button-shadow--white-01: rgba(0, 97, 255, 0.04);
  --secondary--color-1: #065ae3;
  --secondary--color-2: #c6b6d3;
  --secondary--color-3: #a085b6;
  --secondary--color-4: #ffc700;
  --neutral--700: #605c78;
  --neutral--500: #bcbed1;
  --neutral--400: #dcddeb;
  --system--green-400: #11845b;
  --system--blue-400: #086cd9;
  --system--blue-300: #1d88fe;
  --system--blue-200: #8fc3ff;
  --system--blue-100: #eaf4ff;
  --system--green-300: #05c168;
  --system--green-200: #7fdca4;
  --system--green-100: #def2e6;
  --system--red-400: #dc2b2b;
  --system--300: #ff5a65;
  --system--red-200: #ffbec2;
  --system--red-100: #ffeff0;
  --system--orange-400: #d5691b;
  --system--orange-300: #ff9e2c;
  --system--orange-200: #ffd19b;
  --system--orange-100: #fff3e4;
  --blue--10: #dde1ec;
  --general--shadow-02: rgba(20, 20, 43, 0.08);
  --general--shadow-03: rgba(20, 20, 43, 0.1);
  --general--shadow-04: rgba(20, 20, 43, 0.14);
  --general--shadow-05: rgba(20, 20, 43, 0.16);
  --general--shadow-06: rgba(20, 20, 43, 0.24);
  --button-shadow--color-01: rgba(0, 97, 255, 0.06);
  --button-shadow--color-02: rgba(0, 97, 255, 0.07);
  --button-shadow--color-03: rgba(0, 97, 255, 0.08);
  --button-shadow--white-02: rgba(0, 97, 255, 0.06);
  --button-shadow--white-03: rgba(0, 97, 255, 0.1);
  --purple--90: #4e296e;
  --purple--100: #4e296e;
  --gray--100: #14142b;
  --e3dde8: #e3dde8;
  --purple--50: #a083b5;
  --purple--70: #72568b;
}

.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-form-formrecaptcha {
  margin-bottom: 8px;
}

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

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

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

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

body {
  color: var(--neutral--600);
  font-family: Thicccboi, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.667em;
}

p {
  color: white;
}

h1 {
  color: white !important;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.208em;
}

h2 {
  color: var(--neutral--800);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.316em;
}

h3 {
  color: var(--neutral--800);
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.417em;
}

h4 {
  color: var(--neutral--800);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.273em;
}

h5 {
  color: var(--neutral--800);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.333em;
}

h6 {
  color: var(--neutral--800);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.375em;
}

p {
  margin-bottom: 16px;
}

a {
  color: var(--accent--primary-1);
  text-decoration: underline;
  transition: color 0.3s;
}

a:hover {
  color: var(--neutral--800);
}

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

li {
  margin-bottom: 8px;
  padding-left: 8px;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  color: var(--neutral--800);
  margin-bottom: 12px;
  font-weight: 700;
  line-height: 1.111em;
  display: block;
}

/* Overridden elsewhere
strong {
  color: var(--neutral--800);
  font-weight: 700;
}
*/

blockquote {
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  text-align: center;
  border: 0 solid #000;
  border-radius: 24px;
  margin-top: 14px;
  margin-bottom: 32px;
  padding: 86px 64px;
  font-size: 18px;
  line-height: 1.667em;
}

figure {
  margin-top: 24px;
  margin-bottom: 48px;
}

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

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

.grid-2-columns.style---styleguide-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 0.25fr 1fr;
  align-items: start;
}

.grid-2-columns.contact-v1 {
  grid-column-gap: 60px;
  grid-template-columns: 1fr 1.2fr;
}

.grid-2-columns._2-col-mbl._1-col-mbp {
  grid-column-gap: 70px;
}

.grid-2-columns.template-page-sidebar {
  grid-column-gap: 40px;
  grid-template-columns: 0.35fr 1fr;
  align-items: start;
}

.grid-2-columns.changelog-item {
  grid-column-gap: 60px;
  border-bottom: 1px solid var(--neutral--300);
  grid-template-columns: 0.4fr 1fr;
  align-items: start;
  padding-top: 64px;
  padding-bottom: 64px;
}

.grid-2-columns.changelog-item.first {
  border-bottom-width: 0;
  padding-top: 0;
  padding-bottom: 0;
}

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

.grid-2-columns.gap-row-10px {
  grid-row-gap: 10px;
}

.style---navigation-sidebar {
  z-index: 1;
  height: 100%;
  max-height: 100vh;
  box-shadow: 1px 0 14px 0 var(--general--shadow-01);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.style---main-wrapper {
  background-color: var(--neutral--200);
}

.card {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow:
    0 3px 18px 0 var(--general--shadow-01),
    0 1px 6px 0 var(--button-shadow--white-01);
  border-radius: 24px;
}

.card.form {
  min-height: 775px;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0;
  padding: 69px 48px;
  display: flex;
}

.card.content-center {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 48px 25px;
  display: flex;
}

.card.content-center.speaker {
  min-height: 100%;
  background-color: var(--neutral--200);
  border-width: 0;
  padding-top: 40px;
  padding-bottom: 56px;
}

.card.content-center.features {
  padding-top: 54px;
  padding-bottom: 70px;
}

.card.content-center.pages {
  color: var(--neutral--600);
  padding: 20px 20px 44px;
  text-decoration: none;
}

.card.content-center.pages:hover {
  color: var(--neutral--600);
}

.card.content-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 48px 32px;
  display: flex;
}

.card.content-left.testimonial-v1 {
  padding: 76px 48px 56px;
}

.card.content-left.testimonial {
  padding: 78px 40px;
}

.card.content-left.pd-32px---28px {
  padding: 28px 32px;
}

.card.content-left.pd-48px---41px---78px---68px {
  padding: 78px 41px 68px 48px;
}

.card.icon-left---content-right {
  align-items: flex-start;
  padding: 70px 40px 70px 50px;
  display: flex;
}

.card.sticky-top.top-24px {
  top: 24px;
}

.card.testimonial-v2 {
  justify-content: space-between;
  padding: 62px 52px;
  display: flex;
}

.card.form-v2 {
  min-height: 718px;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0;
  padding: 63px 40px 72px;
  display: flex;
}

.card.form-v3 {
  min-height: 785px;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0;
  padding: 63px 48px 72px;
  display: flex;
}

.card.form-v4 {
  min-height: 599px;
  border-width: 0;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0;
  padding: 77px 48px 88px;
  display: flex;
}

.card.form-v4.bg-neutral-200 {
  padding-top: 43px;
}

.style---color-block {
  min-height: 180px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  position: relative;
}

.style---color-block-content {
  padding: 24px 24px 32px;
}

.style---color-block-name {
  color: var(--neutral--800);
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.style---color-block-hex {
  line-height: 20px;
}

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

.bg-primary-1 {
  background-color: var(--accent--primary-1);
}

.bg-secondary-1 {
  background-color: var(--secondary--color-1);
}

.bg-secondary-2 {
  background-color: var(--secondary--color-2);
}

.bg-secondary-3 {
  background-color: var(--secondary--color-3);
}

.bg-secondary-4 {
  background-color: var(--secondary--color-4);
}

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

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

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

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

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

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

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

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

.style---color-block-text-example {
  background-color: var(--neutral--100);
  border-radius: 40px;
  padding: 10px 14px;
  font-size: 14px;
  line-height: 16px;
  position: absolute;
  top: 16px;
  bottom: auto;
  left: auto;
  right: 16px;
}

.style---color-block-text-example.badge-dark {
  background-color: var(--neutral--800);
}

.color-accent-1 {
  color: var(--accent--primary-1);
}

.color-secondary-1 {
  color: var(--secondary--color-1);
}

.color-secondary-2 {
  color: var(--secondary--color-2);
}

.color-secondary-3 {
  color: var(--secondary--color-3);
}

.color-secondary-4 {
  color: var(--secondary--color-4);
}

.color-neutral-800 {
  color: var(--neutral--800);
}

.color-neutral-700 {
  color: var(--neutral--700);
}

.color-neutral-600 {
  color: var(--neutral--600);
}

.color-neutral-500 {
  color: var(--neutral--500);
}

.color-neutral-300 {
  color: var(--neutral--300);
}

.color-neutral-200 {
  color: var(--neutral--200);
}

.color-neutral-100 {
  color: var(--neutral--100);
}

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

.color-green-400 {
  color: #11845b;
}

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

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

.bg-blue-300 {
  background-color: var(--system--blue-300);
}

.color-blue-300 {
  color: var(--system--blue-300);
}

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

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

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

.color-neutral-400 {
  color: var(--neutral--400);
}

.bg-green-300 {
  background-color: var(--system--green-300);
}

.color-green-300 {
  color: var(--system--green-300);
}

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

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

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

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

.bg-red-400 {
  background-color: var(--system--red-400);
}

.color-red-400 {
  color: var(--system--red-400);
}

.bg-red-300 {
  background-color: var(--system--300);
}

.color-red-300 {
  color: var(--system--300);
}

.bg-red-200 {
  background-color: var(--system--red-200);
}

.color-red-200 {
  color: var(--system--red-200);
}

.bg-red-100 {
  background-color: var(--system--red-100);
}

.color-red-100 {
  color: var(--system--red-100);
}

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

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

.bg-orange-300 {
  background-color: var(--system--orange-300);
}

.color-orange-300 {
  color: var(--system--orange-300);
}

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

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

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

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

.style---block-sub-heading {
  margin-bottom: 32px;
}

.style---block-sub-heading.border {
  border-bottom: 1px solid var(--neutral--400);
  margin-bottom: 64px;
  padding-bottom: 40px;
}

.divider {
  min-height: 1px;
  background-color: var(--neutral--400);
  margin-top: 80px;
  margin-bottom: 80px;
}

.divider._64px {
  margin-top: 64px;
  margin-bottom: 64px;
}

.divider._64px.template-pages-start-here {
  margin-bottom: 40px;
}

.divider._40px {
  margin-top: 40px;
  margin-bottom: 40px;
}

.divider._50px {
  margin-top: 50px;
  margin-bottom: 50px;
}

.divider._38px {
  margin-top: 38px;
  margin-bottom: 38px;
}

.divider._38px.mg-top-13px {
  margin-top: 13px;
}

.style---typography-block-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 320px) 1fr;
}

.style---content-block {
  margin-bottom: 100px;
}

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

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

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

.mg-bottom-32px {
  color: var(--neutral--400);
  margin-bottom: 18px;
  font-family:
    Open Sans,
    sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6em;
}

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

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

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

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

.mg-top-16px {
  margin-top: 16px;
}

.mg-top-40px {
  margin-top: 40px;
}

.mg-top-48px {
  margin-top: 48px;
}

.mg-right-8px {
  margin-right: 8px;
}

.mg-right-16px {
  margin-right: 16px;
}

.mg-right-24px {
  margin-right: 24px;
}

.mg-right-40px {
  margin-right: 40px;
}

.text-200 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.111em;
}

.text-200.list {
  line-height: 24px;
}

.text-200.medium {
  font-weight: 500;
}

.text-200.medium.nav-link {
  color: #8184a3;
  white-space: nowrap;
  padding: 0;
  text-decoration: none;
}

.text-200.medium.nav-link:hover {
  color: #0061ff;
}

.text-200.medium.nav-link.text-size-25px-tablet {
  color: var(--blue--10);
  font-family:
    Open Sans,
    sans-serif;
  font-size: 14px;
}

.text-200.medium.nav-link.special {
  border-bottom: 3px solid var(--accent--primary-1);
  color: var(--accent--primary-1);
  padding-bottom: 6px;
  font-weight: 700;
  transition:
    border-color 0.3s,
    color 0.3s;
  display: inline-block;
}

.text-200.medium.nav-link.special:hover {
  border-bottom-color: var(--neutral--800);
  color: var(--neutral--800);
}

.text-200.medium.dropdown-nav-link {
  color: var(--neutral--600);
  align-items: center;
  padding: 0;
  transition: color 0.3s;
  display: flex;
}

.text-200.medium.dropdown-nav-link:hover {
  color: var(--accent--primary-1);
}

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

.text-200.bold.menu-title {
  color: #0061ff;
  margin-bottom: 40px;
}

.display-1 {
  color: var(--neutral--800);
  font-size: 90px;
  font-weight: 700;
  line-height: 1.044em;
}

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

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

.grid-1-column.gap-row-28px {
  grid-row-gap: 28px;
}

.grid-1-column.form {
  grid-row-gap: 30px;
}

.gap-16px {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.gap-32px {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.gap-column-24px {
  grid-column-gap: 24px;
}

.gap-row-16px {
  grid-row-gap: 16px;
}

.gap-row-24px {
  grid-row-gap: 24px;
}

.gap-row-40px {
  grid-row-gap: 40px;
}

.gap-row-56px {
  grid-row-gap: 56px;
}

.gap-row-64px {
  grid-row-gap: 64px;
}

.gap-row-80px {
  grid-row-gap: 80px;
}

.display-2 {
  color: var(--neutral--800);
  font-size: 72px;
  font-weight: 700;
  line-height: 1.167em;
}

.display-2.color-accent-1 {
  color: var(--accent--primary-1);
}

.display-3 {
  color: var(--neutral--800);
  font-size: 44px;
  font-weight: 700;
  line-height: 1.182em;
}

.display-4 {
  color: var(--neutral--800);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.429em;
}

.style---style-grid-wrapper {
  grid-row-gap: 180px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.paragraph-large {
  font-size: 24px;
  line-height: 1.583em;
}

.paragraph-small {
  font-size: 14px;
  line-height: 1.714em;
}

.text-400 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.083em;
}

.text-400.medium {
  font-weight: 500;
}

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

.text-300 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.1em;
}

.text-300.medium {
  font-weight: 500;
}

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

.text-300.list {
  line-height: 28px;
}

.text-100 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25em;
}

.text-100.medium {
  font-weight: 500;
}

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

.text-bold {
  color: var(--neutral--800);
  font-weight: 700;
}

.text-uppercase {
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.text-strikethrough {
  text-decoration: line-through;
}

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

.grid-3-columns.gap-row-80px {
  grid-row-gap: 80px;
}

.grid-3-columns.style---buttons-grid {
  grid-column-gap: 70px;
  grid-template-columns: auto auto 1fr;
}

.grid-3-columns._3-icon-list {
  grid-column-gap: 20px;
  grid-template-columns: auto auto auto;
  justify-content: space-between;
  justify-items: center;
}

.grid-3-columns.gap-row-64px {
  grid-row-gap: 64px;
}

.grid-3-columns.image-center---icons-sides {
  grid-column-gap: 40px;
  grid-template-columns: minmax(0%, auto) minmax(15%, auto) minmax(0%, auto);
  align-items: center;
}

.grid-3-columns.gap-16px {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.style---shadow-card {
  min-height: 220px;
  background-color: var(--neutral--100);
  text-align: center;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px 44px;
  display: flex;
}

.shadow-01 {
  box-shadow: 0 2px 6px 0 var(--general--shadow-01);
}

.shadow-02 {
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
}

.shadow-03 {
  box-shadow: 0 8px 28px 0 var(--general--shadow-03);
}

.shadow-04 {
  box-shadow: 0 14px 42px 0 var(--general--shadow-04);
}

.shadow-05 {
  box-shadow: 0 24px 65px 0 var(--general--shadow-05);
}

.shadow-06 {
  box-shadow: 0 32px 72px 0 var(--general--shadow-06);
}

.button-shadow-color-01 {
  box-shadow: 0 4px 10px 0 var(--button-shadow--color-01);
}

.button-shadow-color-02 {
  box-shadow: 0 6px 20px 0 var(--button-shadow--color-02);
}

.button-shadow-color-03 {
  box-shadow: 0 10px 28px 0 var(--button-shadow--color-03);
}

.button-shadow-white-01 {
  box-shadow: 0 4px 10px 0 var(--button-shadow--white-01);
}

.button-shadow-white-02 {
  box-shadow: 0 6px 20px 0 var(--button-shadow--white-02);
}

.button-shadow-white-03 {
  box-shadow: 0 10px 28px 0 var(--button-shadow--white-03);
}

.style---heading {
  min-height: 60vh;
  background-color: var(--neutral--100);
  box-shadow: 0 2px 6px 0 var(--general--shadow-02);
  align-items: center;
  margin-bottom: 30px;
  padding: 72px 4vw;
  display: flex;
}

.inner-container._600px {
  max-width: 600px;
}

.inner-container.center {
  margin-left: auto;
  margin-right: auto;
}

.inner-container._400px {
  max-width: 400px;
}

.inner-container._500px {
  max-width: 500px;
}

.inner-container._900px {
  max-width: 900px;
}

.inner-container._800px {
  max-width: 800px;
}

.inner-container._490px {
  max-width: 490px;
}

.inner-container._700px {
  max-width: 700px;
}

.inner-container._640px {
  max-width: 640px;
}

.inner-container._577px {
  max-width: 700px;
}

.inner-container._691px {
  max-width: 691px;
}

.inner-container._634px {
  max-width: 634px;
}

.inner-container._774px {
  max-width: 774px;
}

.inner-container._591px {
  max-width: 591px;
}

.inner-container._527px {
  max-width: 527px;
}

.inner-container._73 {
  max-width: 73%;
}

.inner-container._565px {
  max-width: 565px;
}

.inner-container._970px {
  max-width: 970px;
}

.inner-container._70 {
  max-width: 70%;
}

.inner-container._63 {
  max-width: 63%;
}

.inner-container.image-above-bottom-right {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.inner-container.image-above-bottom-left {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.inner-container._1044px {
  max-width: 1044px;
}

.inner-container._541px {
  max-width: 541px;
}

.inner-container._76 {
  max-width: 76%;
}

.inner-container._30 {
  max-width: 30%;
}

.inner-container._30.image-above-hero-v6 {
  position: absolute;
  top: 106px;
  bottom: auto;
  left: 0%;
  right: auto;
}

.inner-container._23 {
  max-width: 23%;
}

.inner-container._23.image-above-hero-v6 {
  position: absolute;
  top: auto;
  bottom: 32px;
  left: auto;
  right: 0%;
}

.inner-container._974px {
  max-width: 974px;
}

.inner-container._874px {
  max-width: 874px;
}

.inner-container._423px {
  max-width: 423px;
}

.inner-container._555px {
  max-width: 555px;
}

.inner-container._357px {
  max-width: 357px;
}

.style---content-heading {
  background-color: var(--neutral--100);
  box-shadow: 0 2px 6px 0 var(--general--shadow-02);
  border-radius: 24px;
  align-items: center;
  margin-bottom: 60px;
  padding: 48px;
  display: flex;
}

.style---heading-icon-wrapper {
  background-color: var(--accent--primary-1);
  border-radius: 24px;
  margin-right: 18px;
}

.mg-bottom-0px {
  margin-bottom: 0;
}

.mg-bottom-0px.text-right.text-center-tablet {
  color: var(--system--orange-100);
  font-family:
    Open Sans,
    sans-serif;
  font-size: 10px;
  font-weight: 300;
}

.style---content-wrapper {
  padding-top: 40px;
  padding-left: 4vw;
  padding-right: 4vw;
}

.border-radius-16px {
  border-radius: 16px;
  align-items: center;
  display: flex;
  transform: translate(0);
}

.border-radius-16px.overflow-hidden.icon {
  width: 77px;
  max-height: 77px;
  min-height: 77px;
  min-width: 77px;
}

.border-radius-24px {
  border-radius: 24px;
  align-items: center;
  display: flex;
  transform: translate(0);
}

.border-radius-24px.overflow-hidden.shadow {
  box-shadow:
    0 1px 3px 0 var(--button-shadow--white-01),
    0 2px 8px 0 var(--general--shadow-01);
}

.border-radius-24px.overflow-hidden.card-pages {
  box-shadow:
    0 1px 3px rgba(20, 20, 43, 0.04),
    0 1px 8px rgba(20, 20, 43, 0.06);
}

.style---card-wrapper {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 7px 0 var(--general--shadow-01);
  border-radius: 24px;
}

.style---components-wrapper {
  background-color: var(--neutral--100);
  border-radius: 24px;
}

.style---bg-white {
  padding: 48px;
}

.style-buttons-dark {
  background-color: var(--neutral--800);
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  padding: 48px;
}

.btn-primary {
  border: 1px solid var(--accent--primary-1);
  background-color: var(--secondary--color-2);
  color: var(--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 22px 40px;
  font-weight: 700;
  line-height: 1.111em;
  text-decoration: none;
  transition:
    background-color 0.3s,
    transform 0.3s,
    color 0.3s;
}

.btn-primary:hover {
  background-color: var(--secondary--color-1);
  color: var(--neutral--100);
  transform: translate3d(0, -3px, 0.01px);
}

.btn-primary.small {
  padding: 14px 24px;
  font-size: 16px;
  line-height: 1.125em;
}

.btn-primary.small.header-btn-hidde-on-mb {
  margin-left: 24px;
}

.btn-primary.large {
  padding: 28px 56px;
  font-size: 20px;
  line-height: 22px;
}

.btn-primary.white {
  border-color: var(--neutral--100);
  background-color: var(--neutral--100);
  color: var(--accent--primary-1);
}

.btn-primary.inside-input {
  transform-style: preserve-3d;
  background-color: #1c0d4a;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: auto;
  right: 11px;
}

.btn-primary.inside-input:hover {
  transform: scale3d(0.98, 0.98, 1.01);
}

.btn-primary.inside-input.default {
  padding: 16px 24px;
  top: 8px;
  bottom: 8px;
  right: 8px;
}

.btn-primary.button-row {
  margin-right: 28px;
}

.btn-primary.download-app {
  display: flex;
}

.btn-primary.form-button {
  background-color: var(--accent--primary-1);
}

.btn-secondary {
  border: 1px solid var(--accent--primary-1);
  background-color: var(--neutral--100);
  box-shadow: 0 4px 10px 0 var(--button-shadow--white-01);
  color: var(--accent--primary-1);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 12px 16px;
  font-size: 12px;
  transition:
    border-color 0.3s,
    transform 0.3s,
    background-color 0.3s,
    color 0.3s;
}

.btn-secondary:hover {
  border-color: var(--neutral--100);
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  transform: translate3d(0, -3px, 0.01px);
}

.btn-secondary.small {
  padding: 18px 24px;
  font-size: 16px;
  line-height: 14px;
}

.btn-secondary.large {
  padding: 28px 56px;
  font-size: 20px;
  line-height: 22px;
}

.btn-secondary.white {
  border-color: var(--neutral--100);
  box-shadow: none;
  color: var(--neutral--100);
  background-color: transparent;
}

.btn-secondary.white:hover {
  border-color: var(--neutral--100);
  background-color: var(--neutral--100);
  color: var(--accent--primary-1);
}

.badge-primary {
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  border-radius: 40px;
  padding: 18px 28px;
  font-size: 18px;
  line-height: 20px;
  display: inline-block;
}

.badge-primary.white {
  background-color: var(--neutral--100);
  color: var(--accent--primary-1);
}

.badge-primary.light {
  background-color: var(--neutral--800);
  color: var(--neutral--100);
}

.badge-primary.small {
  padding: 14px 22px;
  font-size: 16px;
  line-height: 18px;
}

.badge-primary.large {
  padding: 22px 38px;
  font-size: 20px;
  line-height: 22px;
}

.badge-secondary {
  border: 1px solid var(--neutral--400);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 12px 0 var(--general--shadow-01);
  color: var(--neutral--800);
  text-align: center;
  border-radius: 40px;
  padding: 18px 28px;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  display: inline-block;
}

.badge-secondary.white {
  border-color: var(--neutral--100);
  box-shadow: none;
  color: var(--neutral--100);
  background-color: transparent;
}

.badge-secondary.light {
  background-color: var(--neutral--200);
  box-shadow: none;
  border-width: 0;
}

.badge-secondary.small {
  padding: 14px 22px;
  font-size: 16px;
  line-height: 18px;
}

.badge-secondary.large {
  padding: 22px 38px;
  font-size: 20px;
  line-height: 22px;
}

.input {
  min-height: 52px;
  border: 1px solid var(--neutral--400);
  background-color: var(--neutral--100);
  color: var(--neutral--800);
  border-radius: 100px;
  margin-bottom: 0;
  padding: 12px;
  font-size: 18px;
  line-height: 1.111em;
  transition:
    color 0.3s,
    border-color 0.3s;
}

.input:hover {
  border-color: var(--accent--primary-1);
}

.input:focus {
  border-color: var(--accent--primary-1);
  color: var(--neutral--800);
}

.input::-ms-input-placeholder {
  color: var(--neutral--600);
}

.input::placeholder {
  color: var(--neutral--600);
}

.input.small {
  min-height: 46px;
  margin-bottom: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
}

.input.small::-ms-input-placeholder {
  font-size: 16px;
  line-height: 18px;
}

.input.small::placeholder {
  font-size: 16px;
  line-height: 18px;
}

.input.large {
  min-height: 80px;
}

.input.large.button-inside {
  box-shadow: 0 3px 12px 0 var(--general--shadow-01);
  padding-left: 30px;
  padding-right: 190px;
  transition:
    box-shadow 0.3s,
    color 0.3s,
    border-color 0.3s;
}

.input.large.button-inside:hover,
.input.large.button-inside:focus {
  box-shadow: 0 5px 18px 0 var(--general--shadow-03);
}

.input.large.button-inside.button-inside-large {
  padding-right: 270px;
}

.input.large.button-inside.button-inside-large-v2 {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 228px;
}

.input.button-inside {
  padding-right: 140px;
}

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

.input.v2 {
  min-height: 65px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
}

.input.v2:hover,
.input.v2:focus {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
}

.position-relative {
  position: relative;
}

.position-relative.z-index-1 {
  z-index: 1;
}

.position-relative.z-index-1.content-v7 {
  padding-bottom: 57px;
}

.text-area {
  min-height: 144px;
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 7px 0 var(--general--shadow-02);
  border-radius: 22px;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 28px;
  transition:
    box-shadow 0.3s,
    color 0.3s,
    border-color 0.3s;
}

.text-area:hover {
  border-color: var(--accent--primary-1);
  box-shadow: 0 2px 12px 0 var(--general--shadow-03);
}

.text-area:focus {
  border-color: var(--accent--primary-1);
  color: var(--neutral--800);
}

.text-area::-ms-input-placeholder {
  color: var(--neutral--600);
  font-size: 18px;
}

.text-area::placeholder {
  color: var(--neutral--600);
  font-size: 18px;
}

.text-area.small {
  min-height: 102px;
  margin-bottom: 24px;
  font-size: 16px;
}

.text-area.small::-ms-input-placeholder {
  font-size: 16px;
  line-height: 18px;
}

.text-area.small::placeholder {
  font-size: 16px;
  line-height: 18px;
}

.checkbox-field-wrapper {
  align-items: center;
  margin-bottom: 24px;
  padding-left: 0;
  font-size: 18px;
  line-height: 22px;
  display: flex;
}

.checkbox-field-wrapper.large {
  font-size: 20px;
  line-height: 24px;
}

.checkbox-field-wrapper.small {
  font-size: 16px;
  line-height: 20px;
}

.checkbox {
  width: auto;
  height: auto;
  min-height: 24px;
  min-width: 24px;
  border-width: 1px;
  border-color: var(--neutral--400);
  background-color: var(--neutral--100);
  box-shadow: 0 1px 6px 0 var(--general--shadow-01);
  border-radius: 6px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
  transition:
    border-color 0.3s,
    background-color 0.3s;
}

.checkbox:hover {
  border-color: var(--accent--primary-1);
}

.checkbox.w--redirected-checked {
  border-color: var(--accent--primary-1);
  background-color: var(--accent--primary-1);
  background-image: url(https://assets-global.website-files.com/63222e8fb1ed170ced12fd00/63222e8fb1ed171d5412fd3d_check-form-brix-templates-webflow.svg);
  background-size: auto;
  margin-top: 0;
  margin-left: 0;
}

.checkbox.w--redirected-focus {
  box-shadow: none;
}

.checkbox.large {
  min-height: 28px;
  min-width: 28px;
}

.checkbox.small {
  min-height: 22px;
  min-width: 22px;
  border-radius: 5px;
}

.radio-button-field-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
  padding-left: 0;
  font-size: 18px;
  line-height: 24px;
  display: flex;
}

.radio-button-field-wrapper.large {
  font-size: 20px;
  line-height: 26px;
}

.radio-button-field-wrapper.small {
  font-size: 16px;
  line-height: 22px;
}

.radio-button {
  width: auto;
  height: auto;
  min-height: 24px;
  min-width: 24px;
  border-color: var(--neutral--400);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 6px 0 var(--general--shadow-01);
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
  transition:
    border-color 0.3s,
    border-width 0.3s,
    background-color 0.3s;
}

.radio-button:hover {
  border-color: var(--accent--primary-1);
}

.radio-button.w--redirected-checked {
  border-width: 6px;
  border-color: var(--accent--primary-1);
}

.radio-button.w--redirected-focus {
  box-shadow: none;
}

.radio-button.large {
  min-height: 28px;
  min-width: 28px;
}

.radio-button.large.w--redirected-checked {
  border-width: 8px;
}

.radio-button.small {
  min-height: 22px;
  min-width: 22px;
}

.style---avatars-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 290px);
}

.avatar-circle {
  width: 100%;
  border-radius: 50%;
  align-items: center;
  display: flex;
  overflow: hidden;
  transform: translate(0);
}

.avatar-circle._01 {
  max-width: 32px;
}

.avatar-circle._02 {
  max-width: 48px;
}

.avatar-circle._02.border-3px-white {
  border: 3px solid var(--neutral--100);
  background-color: var(--neutral--100);
}

.avatar-circle._03 {
  max-width: 62px;
}

.avatar-circle._04 {
  max-width: 80px;
}

.avatar-circle._05 {
  max-width: 100px;
}

.avatar-circle._06 {
  max-width: 204px;
}

.avatar-circle._07 {
  max-width: 248px;
}

.avatar-circle._08 {
  max-width: 356px;
}

.avatar-circle.team-v1 {
  max-width: 140px;
}

.avatar-circle._90px {
  max-width: 90px;
}

.style---icons-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 72px);
}

.square-icon {
  border-radius: 16px;
}

.square-icon.password-page {
  width: 100%;
  max-width: 124px;
  border-radius: 15px;
  margin-bottom: 20px;
}

.style---social-square-icons-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
}

.social-icon-font {
  font-family:
    Social Icons Font,
    sans-serif;
  line-height: 21px;
}

.social-icon-font.button-left {
  margin-right: 6px;
}

.social-icon-square {
  width: 36px;
  height: 36px;
  min-height: 36px;
  min-width: 36px;
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition:
    background-color 0.3s,
    color 0.3s;
  display: flex;
}

.social-icon-square:hover {
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
}

.line-rounded-icon {
  font-family:
    Line Rounded Icons,
    sans-serif;
}

.line-rounded-icon.style---dropdown-arrow-sidebar {
  line-height: 18px;
}

.line-rounded-icon.link-icon-right {
  margin-left: 6px;
  display: inline-block;
}

.line-rounded-icon.link-icon-left {
  margin-right: 6px;
  display: inline-block;
}

.line-rounded-icon.dropdown-arrow {
  margin-top: 3px;
  margin-left: 8px;
}

.line-rounded-icon.success-message-check {
  float: left;
  margin-bottom: 6px;
  padding-right: 13px;
  font-size: 22px;
}

.style---line-icons-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 20px);
}

.line-square-icon {
  font-family:
    Line Square Icons,
    sans-serif;
}

.filled-icons {
  font-family:
    Filled Icons,
    sans-serif;
}

.rich-text img {
  border-radius: 24px;
}

.rich-text p {
  margin-top: 16px;
  margin-bottom: 16px;
}

.rich-text h3 {
  margin-top: 40px;
}

.rich-text ul,
.rich-text ol {
  margin-top: 26px;
  margin-bottom: 40px;
}

.rich-text h6,
.rich-text h5,
.rich-text h4 {
  margin-top: 32px;
}

.style---dropdown-wrapper-sidebar {
  width: 100%;
  overflow: hidden;
}

.style---dropdown-toggle {
  width: 100%;
  border-bottom: 1px solid var(--neutral--300);
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  transition: color 0.3s;
  display: flex;
}

.style---dropdown-toggle:hover,
.style---dropdown-toggle.w--open {
  color: var(--accent--primary-1);
}

.buttons-row {
  align-items: center;
  display: flex;
}

.buttons-row.center {
  justify-content: center;
}

.style---dropdown-list-sidebar {
  border-bottom: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  padding-top: 24px;
  padding-bottom: 24px;
  position: relative;
}

.style---dropdown-link-sidebar {
  color: var(--neutral--600);
  border-right: 4px solid transparent;
  flex-direction: row;
  align-items: center;
  padding: 12px 16px 12px 20px;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
  transition:
    border-color 0.3s,
    background-color 0.3s,
    color 0.3s;
  display: flex;
}

.style---dropdown-link-sidebar:hover {
  border-right-color: var(--accent--primary-1);
  background-color: var(--neutral--200);
  color: var(--accent--primary-1);
}

.style---dropdown-link-sidebar.w--current {
  border-right-color: var(--accent--primary-1);
  background-color: var(--neutral--200);
  color: var(--accent--primary-1);
  font-weight: 700;
}

.style---dropdown-link-icon-sidebar {
  max-width: 38px;
  background-color: var(--accent--primary-1);
  border-radius: 8px;
  margin-right: 10px;
  padding: 2px;
}

.style---sidebar-wrapper {
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  overflow: scroll;
}

.style---logo-wrapper {
  width: 100%;
  border-bottom: 1px solid var(--neutral--300);
  background-color: var(--neutral--200);
  color: var(--neutral--600);
  text-align: center;
  padding: 38px 22px;
  text-decoration: none;
}

.width-100 {
  width: 100%;
}

.style---button-wrapper-sidebar {
  margin-top: 20px;
  margin-bottom: 24px;
  padding-left: 20px;
  padding-right: 20px;
}

.style---logo-sidebar {
  transition: opacity 0.3s;
}

.style---logo-sidebar:hover {
  opacity: 0.6;
}

.container-default {
  max-width: 1222px;
  padding-left: 24px;
  padding-right: 24px;
}

.container-default.z-index-1 {
  z-index: 1;
  display: flex;
  position: relative;
}

.section {
  padding-top: 144px;
  padding-bottom: 144px;
}

.section.small {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.small.cta {
  padding-top: 173px;
  position: relative;
}

.section.large {
  padding-top: 192px;
  padding-bottom: 192px;
}

.section.large.overflow-hidden {
  background-image: url(https://assets-global.website-files.com/63222e8fb1ed170ced12fd00/64010a1c884739f2189d36cb_websiteheader.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  margin-bottom: 80px;
  padding-top: 85px;
  padding-bottom: 152px;
}

.section.large.padding-bottom-large-v2 {
  padding-bottom: 160px;
}

.section.hero-primary {
  padding-top: 122px;
  padding-bottom: 160px;
  position: relative;
  overflow: hidden;
}

.section.hero-primary.hero-v6 {
  padding-top: 60px;
  padding-bottom: 0;
  overflow: visible;
}

.section.template-pages-hero {
  background-color: var(--neutral--200);
  padding-top: 148px;
  padding-bottom: 148px;
}

.section.template-pages-hero.short {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.padding-bottom-reduced {
  padding-bottom: 128px;
}

.section.small-v2 {
  padding-top: 128px;
  padding-bottom: 128px;
}

.section.small-v2.padding-top-reduced {
  padding-top: 80px;
}

.section.small-v2.coming-soon {
  min-height: 90vh;
  justify-content: center;
  align-items: center;
  padding-top: 82px;
  display: flex;
}

.section.hero-v1 {
  padding-top: 83px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.section.hero-v2 {
  padding-top: 72px;
  padding-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.section.padding-top-0px {
  padding-top: 0;
}

.section.hero-v3 {
  padding-top: 78px;
  padding-bottom: 132px;
  position: relative;
  overflow: hidden;
}

.section.hero-v4 {
  padding-top: 80px;
  padding-bottom: 116px;
  position: relative;
  overflow: hidden;
}

.section.small-v3 {
  padding-top: 112px;
  padding-bottom: 112px;
}

.section.small-v3.padding-top-0px {
  padding-top: 0;
}

.section.small-v3.padding-top-0px._100vh {
  min-height: 82vh;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.hero-v5 {
  padding-top: 100px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.section.hero-v6 {
  padding-top: 80px;
  padding-bottom: 90px;
  position: relative;
  overflow: hidden;
}

.section.hero-v7 {
  padding-top: 45px;
  padding-bottom: 98px;
  position: relative;
  overflow: hidden;
}

.section.padding-top-reduced {
  padding-top: 128px;
}

.section.large-v2 {
  padding-top: 160px;
  padding-bottom: 160px;
}

.section.padding-0px {
  padding-top: 0;
  padding-bottom: 0;
}

.section.pd-bottom-0px {
  padding-bottom: 0;
}

.section.hero-v8 {
  padding-top: 45px;
  padding-bottom: 66px;
  position: relative;
  overflow: hidden;
}

.section.hero-v9 {
  padding-top: 126px;
  padding-bottom: 128px;
  position: relative;
  overflow: hidden;
}

.link-wrapper {
  color: var(--neutral--800);
  transition: none;
  display: inline-block;
}

.link-wrapper:hover,
.link-wrapper.color-primary {
  color: var(--accent--primary-1);
}

.link-wrapper.color-primary:hover {
  color: var(--neutral--800);
}

.link-wrapper.white {
  color: var(--neutral--100);
}

.link-wrapper.white:hover {
  color: var(--secondary--color-2);
}

.link-text {
  transition: color 0.3s;
  display: inline-block;
}

.heading-h1-size {
  color: var(--neutral--800);
  font-size: 48px;
  font-weight: 700;
  line-height: 1.208em;
}

.heading-h1-size.large {
  font-size: 52px;
  line-height: 1.231em;
}

.heading-h2-size {
  color: var(--neutral--800);
  font-size: 38px;
  font-weight: 700;
  line-height: 1.316em;
}

.heading-h3-size {
  color: var(--neutral--800);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.417em;
}

.heading-h4-size {
  color: var(--neutral--800);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.273em;
}

.heading-h5-size {
  color: var(--neutral--800);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.333em;
}

.heading-h6-size {
  color: var(--neutral--800);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.375em;
}

.header-wrapper {
  object-fit: fill;
  background-color: #1b0d4a;
  padding-top: 32px;
  padding-bottom: 32px;
  font-family:
    Open Sans,
    sans-serif;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: visible;
}

.header-content-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  align-items: center !important;
}

.header-nav-menu-list {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  margin-right: 20px;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.header-nav-list-item {
  margin-bottom: 0;
  padding-left: 32px;
  line-height: 1.111em;
}

.header-nav-list-item.show-in-tablet {
  display: none;
}

.dropdown-column-wrapper {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
  border-radius: 20px;
  overflow: hidden;
  transform: translate(-58%);
}

.dropdown-pd {
  padding: 40px 40px 28px;
}

.header-logo {
  width: 100%;
  max-width: 240px;
}

.header-logo-link {
  transform-style: preserve-3d;
  padding-left: 0;
  transition:
    transform 0.3s,
    color 0.3s;
}

.header-logo-link:hover {
  transform: scale3d(0.96, 0.96, 1.01);
}

.hamburger-menu-wrapper {
  padding: 0;
}

.hamburger-menu-wrapper.w--open {
  background-color: transparent;
}

.hamburger-menu-bar {
  width: 52px;
  height: 4px;
  background-color: var(--neutral--800);
  border-radius: 20px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.header-right-side {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-end;
  align-items: center;
  justify-items: end;
  display: grid;
}

.btn-circle-primary {
  width: 64px;
  height: 64px;
  min-height: 64px;
  min-width: 64px;
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  text-decoration: none;
  transition:
    transform 0.3s,
    background-color 0.3s,
    color 0.3s;
  display: flex;
}

.btn-circle-primary:hover {
  background-color: var(--secondary--color-1);
  color: var(--neutral--100);
  transform: scale3d(0.94, 0.94, 1.01);
}

.btn-circle-primary.small {
  width: 50px;
  height: 50px;
  min-height: 50px;
  min-width: 50px;
  font-size: 22px;
}

.btn-circle-primary.large {
  width: 88px;
  height: 88px;
  min-height: 88px;
  min-width: 88px;
  font-size: 30px;
  line-height: 32px;
}

.btn-circle-primary.white {
  background-color: var(--neutral--100);
  color: var(--accent--primary-1);
}

.btn-circle-primary.white:hover {
  background-color: var(--secondary--color-2);
  color: var(--accent--primary-1);
}

.btn-circle-secondary {
  width: 64px;
  height: 64px;
  min-height: 64px;
  min-width: 64px;
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
  color: var(--neutral--800);
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  text-decoration: none;
  transition:
    border-color 0.3s,
    transform 0.3s,
    background-color 0.3s,
    color 0.3s;
  display: flex;
}

.btn-circle-secondary:hover {
  border-color: var(--neutral--800);
  background-color: var(--neutral--800);
  color: var(--neutral--100);
  transform: scale3d(0.94, 0.94, 1.01);
}

.btn-circle-secondary.small {
  width: 50px;
  height: 50px;
  min-height: 50px;
  min-width: 50px;
  font-size: 22px;
}

.btn-circle-secondary.large {
  width: 88px;
  height: 88px;
  min-height: 88px;
  min-width: 88px;
  font-size: 30px;
  line-height: 32px;
}

.btn-circle-secondary.white {
  border-color: var(--neutral--100);
  box-shadow: none;
  color: var(--neutral--100);
  background-color: transparent;
}

.btn-circle-secondary.white:hover {
  border-color: var(--accent--primary-1);
  background-color: var(--accent--primary-1);
}

.btn-circle-secondary.slider-arrow {
  color: var(--accent--primary-1);
}

.btn-circle-secondary.slider-arrow:hover {
  color: var(--neutral--100);
}

.btn-circle-secondary.slider-arrow.v1 {
  top: -112px;
  bottom: auto;
  left: auto;
  right: 0%;
}

.btn-circle-secondary.slider-arrow.v1.left {
  right: 80px;
}

.utility-page-wrap {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.utility-page-wrap.not-found {
  padding-top: 88px;
  padding-bottom: 126px;
}

.utility-page-wrap.page-protected {
  justify-content: center;
  padding-top: 113px;
  padding-bottom: 182px;
  display: flex;
}

.hidden-desktop {
  display: none;
}

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

.footer-wrapper {
  border-top: 1px solid var(--neutral--400);
  background-color: #1d0a54;
  margin-top: auto;
}

.success-message {
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  border-radius: 24px;
  padding: 28px 28px 32px;
}

.success-message.white-message {
  background-color: var(--neutral--100);
  box-shadow:
    0 3px 18px 0 var(--general--shadow-01),
    0 1px 6px 0 var(--button-shadow--white-01);
  color: var(--accent--primary-1);
  padding-left: 0;
}

.success-message.no-wrap {
  color: var(--accent--primary-1);
  background-color: transparent;
  border-radius: 0;
  align-self: stretch;
  padding: 0;
}

.error-message {
  height: 10px;
  max-height: 10px;
  color: var(--system--300);
  text-align: center;
  background-color: transparent;
  align-self: stretch;
  margin-top: 2px;
  padding: 0;
}

.error-message.page-protected {
  margin-top: -72px;
  margin-bottom: 42px;
  padding-left: 25px;
  padding-right: 25px;
}

.grid-footer-logo---paragraph {
  grid-template-rows: auto;
  grid-template-columns: 0.3fr 1fr 1fr;
  align-items: center;
}

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

.text-center {
  text-align: center;
}

.card-link-icon {
  border: 1px solid var(--neutral--200);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 6px 0 var(--general--shadow-01);
  color: var(--neutral--600);
  transform-style: preserve-3d;
  border-radius: 14px;
  align-items: center;
  padding: 20px 18px;
  text-decoration: none;
  transition:
    transform 0.3s,
    border-color 0.3s,
    color 0.3s;
  display: flex;
}

.card-link-icon:hover {
  border-color: var(--accent--primary-1);
  color: var(--accent--primary-1);
  transform: scale3d(0.98, 0.98, 1.01);
}

.card-link-icon.bg-neutral-200 {
  background-color: var(--neutral--200);
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-80 {
  opacity: 0.8;
}

.icon-list-item-wrapper {
  align-items: center;
  display: flex;
}

.icon-list {
  width: 24px;
  max-height: 24px;
  min-height: 24px;
  min-width: 24px;
  border-radius: 1000000px;
  align-self: flex-start;
  margin-top: 2px;
  margin-right: 16px;
}

.icon-list.v2 {
  width: auto;
  max-height: none;
  max-width: 26px;
  min-height: auto;
  min-width: auto;
  border-radius: 0;
  margin-right: 12px;
}

.bg-split {
  background-color: var(--neutral--200);
  position: absolute;
}

.bg-split.right {
  width: 100%;
  max-width: 40%;
  background-color: var(--accent--primary-1);
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.bg-split.right.hero-v1 {
  max-width: 30%;
  min-height: 75%;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.bg-split.right.hero-v2 {
  max-width: 37%;
  min-height: 63%;
  background-color: var(--secondary--color-1);
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.bg-split.right.hero-v4 {
  max-width: 37%;
  min-height: 75%;
  justify-content: center;
  align-items: center;
  display: flex;
  bottom: auto;
}

.bg-split.right.hero-v7 {
  max-width: 38%;
  min-height: 70%;
  background-color: var(--neutral--600);
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.bg-split.right.hero-v8 {
  max-width: 30%;
  min-height: 75%;
  background-color: var(--secondary--color-1);
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.bg-split.bottom {
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg-split.bottom.hero-v3 {
  min-height: 50%;
  background-color: var(--secondary--color-1);
}

.bg-split.top {
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.bg-split.top.hero-v5 {
  min-height: 70%;
  background-color: var(--secondary--color-1);
}

.bg-overlay {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(20, 20, 43, 0.4);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.overflow-hidden {
  overflow: hidden;
}

.lightbox-video-icon-wrapper {
  max-width: 22%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.subtitle {
  color: var(--purple--100);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Thicccboi, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5em;
}

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

.text-decoration-none {
  text-decoration: none;
}

.cta-card {
  background-color: var(--accent--primary-1);
  border-radius: 24px;
  justify-content: space-between;
  align-items: center;
  padding: 116px 74px 80px;
  display: flex;
  position: relative;
}

.slider-wrapper {
  height: 100%;
  background-color: transparent;
}

.slider-wrapper.v3 {
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
}

.slider-mask {
  height: 100%;
}

.slider-mask.width-474px {
  max-width: 474px;
  overflow: visible;
}

.slider-mask.slider-v3 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.tabs-menu {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.tabs-content {
  overflow: visible;
}

.tabs-content.card {
  width: 100%;
  padding: 96px 74px 56px;
}

.empty-state {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
  text-align: center;
  border-radius: 11px;
  padding: 26px 24px;
}

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

.heading-link {
  transition: color 0.3s;
}

.heading-link:hover {
  color: var(--accent--primary-1);
}

.pd---content-inside-card {
  padding: 40px 28px 48px;
}

.pd---content-inside-card.team-member-page {
  padding: 71px 70px;
}

.pd---content-inside-card.large {
  padding: 103px 68px;
}

.pd---content-inside-card.large.template-pages {
  padding-top: 40px;
}

.pd---content-inside-card.template-pages---sidebar {
  padding: 32px 16px 24px;
}

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

.image.logo-strip {
  margin-bottom: 20px;
  margin-right: 40px;
}

.slide-item-mg {
  margin-right: 28px;
}

.grid-top---text-2-buttons {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 0.8fr;
  align-items: end;
}

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

.number-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.not-found-number {
  color: var(--neutral--800);
  margin-bottom: -10px;
  font-size: 124px;
  font-weight: 700;
  line-height: 1.129em;
}

.template-pages---sidebar-navigation {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.template-pages---nav-item-link {
  color: var(--neutral--600);
  background-color: transparent;
  border-radius: 8px;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 8px 16px;
  text-decoration: none;
  transition:
    background-color 0.3s,
    color 0.3s;
  display: flex;
}

.template-pages---nav-item-link:hover {
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
}

.template-pages---nav-item-link.w--current {
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  font-weight: 700;
}

.template-pages---phography-wrapper {
  transform-style: preserve-3d;
  border-radius: 16px;
  transition:
    transform 0.3s,
    color 0.3s;
  overflow: hidden;
}

.template-pages---phography-wrapper:hover {
  transform: scale3d(0.94, 0.94, 1.01);
}

.text-underline {
  text-decoration: underline;
}

.split-content-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

._674.hero-left {
  max-width: 521px;
  min-width: 440px;
  margin-right: 50px;
}

._674.hero-right {
  max-width: 704px;
  min-width: 563px;
}

._674.footer-left {
  min-width: 420px;
}

._674.footer-right {
  width: 100%;
  max-width: 627px;
  justify-content: space-between;
  margin-bottom: -40px;
  display: flex;
}

._674.hero-v1-left {
  max-width: 574px;
  flex: 1;
  margin-right: 20px;
}

._674.hero-v1-right {
  max-width: 462px;
}

._674.logo-strip-v1-left {
  margin-right: 40px;
}

._674.logo-strip-v1-right {
  width: 100%;
  max-width: 715px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: -20px;
  margin-right: -40px;
  display: flex;
}

._674.content-left {
  max-width: 500px;
  margin-right: 40px;
  position: relative;
}

._674.content-right {
  max-width: 528px;
}

._674.features-left {
  max-width: 528px;
  margin-right: 40px;
}

._674.features-right {
  max-width: 500px;
  position: relative;
}

._674.feature-content-text {
  align-self: center;
}

._674.hero-v1-content-bottom-left {
  align-items: flex-start;
  margin-right: 23px;
  display: flex;
}

._674.hero-content-bottom-right {
  flex: 1;
  align-self: center;
}

._674.author-left {
  max-width: 440px;
  margin-right: 40px;
}

._674.author-right {
  max-width: 532px;
}

._674.cta-card-left {
  z-index: 1;
  max-width: 475px;
  margin-right: 40px;
  position: relative;
}

._674.cta-card-left-copy {
  z-index: 1;
  max-width: 350px;
  align-self: flex-end;
  margin-top: -288px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

._674.hero-v2-left {
  max-width: 552px;
  align-self: stretch;
  margin-right: 40px;
}

._674.hero-v2-right {
  width: 100%;
  max-width: 580px;
  min-width: 506px;
  align-self: stretch;
}

._674.content-v2-left {
  width: 100%;
  max-width: 549px;
  margin-right: 40px;
  position: relative;
}

._674.content-v2-right {
  max-width: 500px;
  margin-top: -150px;
}

._674.card-testimonial-v2-left {
  max-width: 248px;
  margin-right: 40px;
}

._674.card-testimonial-v2-right {
  max-width: 433px;
  flex: 1;
}

._674.content-v3-left {
  width: 100%;
  max-width: 577px;
  margin-right: 40px;
  padding-bottom: 83px;
  position: relative;
}

._674.content-v3-right {
  max-width: 501px;
}

._674.hero-v4-left {
  max-width: 548px;
  align-self: flex-end;
  margin-right: 40px;
}

._674.hero-v4-right {
  width: 100%;
  max-width: 575px;
  min-width: 500px;
}

._674.content-v4-left {
  max-width: 640px;
  min-width: 523px;
  flex: 1;
  align-self: stretch;
  margin-right: 40px;
}

._674.content-v4-right {
  width: 100%;
  max-width: 455px;
  align-self: stretch;
}

._674.content-v5-left {
  width: 100%;
  max-width: 574px;
  margin-right: 40px;
}

._674.content-v5-right {
  width: 100%;
  max-width: 523px;
}

._674.hero-v6-left {
  max-width: 600px;
  align-self: stretch;
  margin-right: 40px;
}

._674.hero-v6-right {
  width: 100%;
  max-width: 446px;
  min-width: 360px;
  align-self: stretch;
}

._674.hero-v7-left {
  max-width: 640px;
  margin-right: 10px;
  display: block;
}

._674.hero-v7-right {
  width: 100%;
  max-width: 589px;
  min-width: 506px;
}

._674.content-v6-left {
  width: 100%;
  max-width: 587px;
  margin-top: 0;
  margin-bottom: 40px;
  margin-right: 40px;
  position: relative;
}

._674.content-v6-right {
  width: 100%;
  max-width: 474px;
}

._674.content-v7-left {
  width: 100%;
  max-width: 674px;
  margin-bottom: 100px;
  margin-right: 40px;
}

._674.content-v7-right {
  width: 100%;
  max-width: 568px;
  position: relative;
}

._674.cta-card-v2-left {
  z-index: 1;
  max-width: 475px;
  position: relative;
}

._674.cta-card-v3-left {
  z-index: 1;
  width: 100%;
  max-width: 555px;
  position: relative;
}

._674.hero-v8-left {
  max-width: 610px;
  min-width: 524px;
  flex: 1;
  margin-right: 20px;
}

._674.hero-v8-right {
  max-width: 438px;
}

._674.not-found-left {
  max-width: 422px;
  min-width: 344px;
  flex: 1;
  align-self: center;
  margin-right: 40px;
}

._674.not-found-right {
  width: 100%;
  max-width: 628px;
  min-height: 545px;
  position: relative;
}

._674.hero-v7-left-copy {
  max-width: 640px;
  margin-right: 10px;
  display: block;
}

.buttons-row-left {
  margin-right: 25px;
}

.mg-bottom-default {
  color: var(--gray--100);
  margin-bottom: 0;
  font-family:
    Open Sans,
    sans-serif;
  font-size: 16px;
}

.text-breaking-no-wrap {
  white-space: nowrap;
}

.square {
  position: absolute;
}

.square.bg-secondary-1.hero {
  width: 311px;
  padding-top: 311px;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.square.bg-secondary-1.hero-v1-square-1 {
  width: 200px;
  padding-top: 200px;
}

.square.bg-secondary-1.hero-v1-square-2 {
  width: 258px;
  padding-top: 258px;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.square.bg-secondary-1.hero-v4-square-1 {
  width: 160px;
  padding-top: 160px;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.square.bg-secondary-1.hero-v4-square-2 {
  width: 168px;
  padding-top: 168px;
  top: auto;
  bottom: auto;
  left: auto;
  right: 0%;
}

.square.bg-secondary-1.cta-v2 {
  width: 166px;
  padding-top: 166px;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 166px;
}

.square.bg-secondary-1.landing-page-v2-form {
  width: 374px;
  padding-top: 374px;
  top: auto;
  bottom: -15%;
  left: auto;
  right: 0%;
}

.square.bg-secondary-1.cta-v3 {
  width: 182px;
  padding-top: 182px;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 182px;
}

.square.bg-secondary-1.cover {
  width: 309px;
  padding-top: 309px;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.square.bg-secondary-2.cta {
  width: 273px;
  padding-top: 273px;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.square.bg-secondary-2.hero-v3 {
  width: 33%;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.square.bg-primary-1.hero-v2-square-1 {
  width: 290px;
  padding-top: 290px;
}

.square.bg-primary-1.hero-v2-square-2 {
  width: 340px;
  margin-bottom: -340px;
  padding-top: 340px;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.square.bg-primary-1.hero-v5 {
  width: 28%;
  padding-top: 28%;
  top: -7%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.square.bg-primary-1.hero-v7-square-1 {
  width: 290px;
  padding-top: 290px;
  top: -10%;
  bottom: auto;
  left: auto;
  right: -10%;
}

.square.bg-primary-1.hero-v7-square-2 {
  width: 290px;
  padding-top: 290px;
  top: auto;
  bottom: -51%;
  left: auto;
  right: -10%;
}

.square.bg-primary-1.hero-v8-square-1 {
  width: 263px;
  padding-top: 263px;
}

.square.bg-primary-1.hero-v8-square-2 {
  width: 263px;
  margin-bottom: -262px;
  padding-top: 263px;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.square.bg-primary-1.not-found {
  width: 29%;
  padding-top: 29%;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 27px;
  transform: rotate(60deg);
}

.square.bg-primary-1.top-left {
  width: 178px;
  padding-top: 178px;
  top: 89px;
  bottom: auto;
  left: -89px;
  right: auto;
}

.triangle-bottom-right {
  background-image: linear-gradient(
    135deg,
    transparent 50%,
    var(--secondary--color-3) 50%
  );
  position: absolute;
}

.triangle-bottom-right.hero {
  width: 414px;
  padding-top: 414px;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.triangle-bottom-right.primary-1 {
  background-image: linear-gradient(
    135deg,
    transparent 50%,
    var(--accent--primary-1) 50%
  );
}

.triangle-bottom-right.primary-1.hero-v1 {
  width: 233px;
  padding-top: 233px;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.triangle-bottom-right.primary-1.hero-v5 {
  width: 28%;
  padding-top: 28%;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.triangle-bottom-right.primary-1.bottom-right {
  width: 233px;
  padding-top: 233px;
  top: auto;
  bottom: -48px;
  left: auto;
  right: -48px;
}

.triangle-bottom-right.secondary-2 {
  background-image: linear-gradient(
    135deg,
    transparent 50%,
    var(--secondary--color-2) 50%
  );
}

.triangle-bottom-right.secondary-2.hero-v2 {
  width: 242px;
  padding-top: 242px;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.triangle-bottom-right.secondary-2.hero-v8 {
  width: 220px;
  padding-top: 220px;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.triangle-bottom-right.secondary-2.cover {
  width: 277px;
  padding-top: 277px;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.triangle-bottom-right.bg-secondary-1.cta-v2 {
  width: 166px;
  padding-top: 166px;
  top: auto;
  bottom: 41%;
  left: auto;
  right: 0%;
}

.triangle-bottom-right.bg-secondary-1.cta-v3 {
  width: 182px;
  padding-top: 182px;
  top: auto;
  bottom: 41%;
  left: auto;
  right: 0%;
}

.circle {
  border-radius: 1000000000px;
  position: absolute;
}

.circle.bg-secondary-2.hero {
  width: 439px;
  padding-top: 439px;
  top: auto;
  bottom: -25%;
  left: -41px;
  right: auto;
}

.circle.bg-secondary-2.hero-v1-circle-2 {
  z-index: -1;
  width: 340px;
  padding-top: 340px;
  top: 3%;
  bottom: auto;
  left: -55%;
  right: auto;
}

.circle.bg-secondary-2.hero-v2-circle-2 {
  width: 100%;
  margin-bottom: -170px;
  padding-top: 100%;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.circle.bg-secondary-2.hero-v5 {
  width: 28%;
  padding-top: 28%;
  top: -28%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.circle.bg-secondary-2.cta-v2-circle-1 {
  width: 166px;
  padding-top: 166px;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.circle.bg-secondary-2.cta-v2-circle-2 {
  width: 166px;
  padding-top: 166px;
  top: -23%;
  bottom: auto;
  left: auto;
  right: 166px;
}

.circle.bg-secondary-2.landing-page-v2-form {
  width: 436px;
  padding-top: 436px;
  top: -23%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.circle.bg-secondary-2.cta-v3-circle-1 {
  width: 182px;
  padding-top: 182px;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.circle.bg-secondary-2.cta-v3-circle-2 {
  width: 182px;
  padding-top: 182px;
  top: -23%;
  bottom: auto;
  left: auto;
  right: 182px;
}

.circle.bg-secondary-2.top-left {
  width: 178px;
  padding-top: 178px;
  top: -89px;
  bottom: auto;
  left: -89px;
  right: auto;
}

.circle.bg-secondary-2.bottom-right {
  width: 233px;
  padding-top: 233px;
  top: auto;
  bottom: -148px;
  left: auto;
  right: 0%;
}

.circle.bg-secondary-3.hero-v1-circle-1 {
  width: 261px;
  padding-top: 261px;
  top: 0%;
  bottom: auto;
  left: auto;
  right: -35%;
}

.circle.bg-secondary-3.cta {
  width: 203px;
  padding-top: 203px;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 13%;
}

.circle.bg-secondary-3.hero-v2-circle-1 {
  width: 261px;
  margin-right: -129px;
  padding-top: 261px;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.circle.bg-secondary-3.hero-v4 {
  width: 229px;
  padding-top: 229px;
  top: 0%;
}

.circle.bg-secondary-3.hero-v7-circle-1 {
  width: 316px;
  padding-top: 316px;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.circle.bg-secondary-3.hero-v7-circle-2 {
  width: 375px;
  background-color: var(--secondary--color-2);
  padding-top: 375px;
  top: auto;
  bottom: -82%;
  right: 40%;
}

.circle.bg-secondary-3.cta-v2-circle-3 {
  width: 166px;
  padding-top: 166px;
  top: 18%;
  bottom: auto;
  left: auto;
  right: 166px;
}

.circle.bg-secondary-3.cta-v3-circle-3 {
  width: 182px;
  padding-top: 182px;
  top: 18%;
  bottom: auto;
  left: auto;
  right: 182px;
}

.circle.bg-secondary-3.hero-v8 {
  width: 237px;
  padding-top: 237px;
  top: auto;
  bottom: 0%;
  left: auto;
  right: -111px;
}

.circle.bg-secondary-3.cover-circle-1 {
  width: 309px;
  padding-top: 309px;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.circle.bg-secondary-3.cover-circle-2 {
  width: 333px;
  padding-top: 333px;
  top: -33%;
}

.circle.bg-primary-1.bottom-right {
  width: 249px;
  padding-top: 249px;
  bottom: -66px;
  right: -66px;
}

.circle.bg-primary-1.top-left {
  width: 249px;
  padding-top: 249px;
  top: -66px;
  left: -66px;
}

.circle.bg-primary-1.hero-v3 {
  width: 810px;
  top: 0%;
  bottom: 0%;
  left: -404px;
}

.circle.bg-primary-1.bottom-left {
  width: 200px;
  padding-top: 200px;
  top: auto;
  bottom: -85px;
  left: -83px;
  right: auto;
}

.circle.bg-primary-1.not-found {
  width: 40%;
  padding-top: 40%;
  top: auto;
  bottom: 108px;
  left: 0%;
  right: auto;
}

.circle.bg-secondary-1.cover-circle-3 {
  width: 484px;
  padding-top: 484px;
  top: auto;
  bottom: auto;
  left: auto;
  right: -17%;
}

.container-medium-822px {
  max-width: 822px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.mg-bottom-20px {
  letter-spacing: -0.48px;
  margin-bottom: 10px;
  font-size: 36px;
}

.border-radius-1000px {
  border-radius: 1000px;
  transform: translate(0);
}

.border-radius-1000px.overflow-hidden.icon {
  width: 90px;
  max-height: 90px;
  min-height: 90px;
  min-width: 90px;
  border: 1px solid #eff0f6;
  box-shadow: 0 7px 17px rgba(20, 20, 43, 0.08);
}

.margin-0px {
  margin: 0;
}

.footer-bottom {
  text-align: center;
  border-top: 1px solid #eff0f6;
  padding-top: 28px;
  padding-bottom: 28px;
}

.footer-bottom.pd-40px {
  border-top-style: none;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family:
    Open Sans,
    sans-serif;
}

.menu-wrapper {
  width: 100%;
  max-width: 332px;
  margin-bottom: 24px;
  margin-right: 30px;
}

.menu-wrapper.last {
  width: auto;
  max-width: none;
  margin-right: 0;
}

.footer-top {
  padding-top: 140px;
  padding-bottom: 120px;
}

.footer-logo-wrapper {
  margin-bottom: 20px;
}

.footer-logo-wrapper.mg-bottom-0px {
  margin-bottom: 0;
}

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

.footer-logo {
  max-width: 265px;
  transform-style: preserve-3d;
  transition: transform 0.3s;
}

.footer-logo:hover {
  transform: scale3d(0.96, 0.96, 1.01);
}

.footer-logo.footer-small {
  max-width: 215px;
}

.list-nav {
  margin-bottom: 0;
  margin-right: 20px;
}

.list-nav.last {
  margin-right: 0;
}

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

.nav-content {
  justify-content: space-between;
  display: flex;
}

.list-nav-item {
  margin-bottom: 26px;
  padding-left: 0;
  line-height: 1.111em;
}

.center-element {
  margin-left: auto;
  margin-right: auto;
}

.flex {
  display: flex;
}

.flex.center {
  justify-content: center;
}

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

.flex.children-wrap.social-media-spacing-16px {
  margin-bottom: -16px;
  margin-right: -16px;
}

.flex.children-wrap.social-media-spacing-24px {
  margin-bottom: -24px;
  margin-right: -24px;
}

.flex.children-wrap.social-media-spacing-8px {
  margin-bottom: -8px;
  margin-right: -8px;
}

.flex.justify-center {
  justify-content: center;
}

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

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

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

.flex.logo-strip-v2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: -20px;
  margin-right: -40px;
}

.border-radius-18px {
  z-index: -1;
  border-radius: 18px;
  align-items: center;
  display: flex;
  transform: translate(0);
}

.border-radius-18px.overflow-hidden.shadow {
  box-shadow:
    0 1px 3px 0 var(--button-shadow--white-01),
    0 2px 8px 0 var(--general--shadow-01);
}

.mg-top-default {
  margin-top: 48px;
}

.container-large-1084px {
  max-width: 1084px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.semicircle-left {
  background-image: linear-gradient(
    to right,
    var(--accent--primary-1) 50%,
    transparent 50%
  );
  border-radius: 1000000000px;
  position: absolute;
}

.semicircle-left.secondary-2 {
  background-image: linear-gradient(
    to right,
    var(--secondary--color-2) 50%,
    transparent 50%
  );
}

.semicircle-left.secondary-2.hero-v1 {
  width: 414px;
  padding-top: 414px;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 2%;
}

.semicircle-left.secondary-2.hero-v4 {
  width: 318px;
  padding-top: 318px;
  top: 0%;
  bottom: auto;
  left: -3%;
  right: auto;
}

.semicircle-left.secondary-1 {
  background-image: linear-gradient(
    to right,
    var(--secondary--color-1) 50%,
    transparent 50%
  );
}

.semicircle-left.secondary-1.hero-v2 {
  width: 100%;
  margin-bottom: -170px;
  padding-top: 100%;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.position-absolute {
  position: absolute;
}

.position-absolute.bg-neutral-200.cta {
  min-height: 43%;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.position-absolute.bg-dots {
  max-width: 153px;
}

.position-absolute.bg-dots.top-left {
  top: -40px;
  left: -43px;
}

.position-absolute.bg-dots.top-right {
  top: -50px;
  right: -53px;
}

.position-absolute.bg-dots.bottom-right {
  bottom: -48px;
  right: -50px;
}

.position-absolute.bg-dots.bottom-right.v2 {
  bottom: 4px;
}

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

.position-absolute.full.cta {
  border-radius: 24px;
  overflow: hidden;
}

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

.position-absolute.top.about-v2 {
  min-height: 70%;
  background-color: var(--neutral--200);
}

.position-absolute.top.bg-primary-1.cover {
  min-height: 484px;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

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

.triangle-bottom-left {
  background-image: linear-gradient(
    225deg,
    transparent 50%,
    var(--secondary--color-3) 50%
  );
  position: absolute;
}

.triangle-bottom-left.opacity-8 {
  opacity: 0.08;
}

.triangle-bottom-left.hero-v2 {
  width: 233px;
  margin-bottom: -341px;
  margin-left: -41px;
  padding-top: 233px;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.triangle-bottom-left.hero-v4 {
  width: 170px;
  padding-top: 170px;
  top: 20%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.triangle-bottom-left.bg-shape {
  width: 233px;
  padding-top: 233px;
  top: auto;
  bottom: -41px;
  left: -33px;
  right: auto;
}

.triangle-bottom-left.hero-v8 {
  width: 211px;
  margin-bottom: -229px;
  padding-top: 211px;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.semicircle-right {
  background-image: linear-gradient(
    270deg,
    var(--accent--primary-1) 50%,
    transparent 50%
  );
  border-radius: 1000000000px;
  position: absolute;
}

.semicircle-right.secondary-2 {
  background-image: linear-gradient(
    270deg,
    var(--secondary--color-2) 50%,
    transparent 50%
  );
}

.semicircle-right.secondary-2.bg-secondary-1.hero-v8 {
  width: 308px;
  margin-bottom: -398px;
  padding-top: 308px;
  top: auto;
  bottom: 0%;
  left: auto;
  right: -10%;
}

.semicircle-right.secondary-1 {
  background-image: linear-gradient(
    270deg,
    var(--secondary--color-1) 50%,
    transparent 50%
  );
}

.semicircle-right.secondary-1.cta {
  width: 310px;
  padding-top: 310px;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.social-media-link {
  width: 38px;
  max-height: 38px;
  min-height: 38px;
  min-width: 38px;
  color: #fff;
  transform-style: preserve-3d;
  border-radius: 1000000px;
  justify-content: center;
  align-items: center;
  font-family:
    Social Icons Font,
    sans-serif;
  font-size: 20px;
  line-height: 1em;
  text-decoration: none;
  transition: transform 0.3s;
  display: flex;
  overflow: hidden;
  transform: translate(0);
  box-shadow: 0 6px 8px #000;
}

.social-media-link:hover {
  color: #fff;
  background-color: #f85757;
  transform: translate3d(0, -6px, 0.01px);
}

.social-media-link.shadow-1 {
  box-shadow: 0 6px 8px rgba(21, 116, 239, 0.21);
}

.social-media-link.shadow-2 {
  box-shadow: 0 6px 8px rgba(27, 186, 255, 0.27);
}

.social-media-link.shadow-3 {
  box-shadow: 0 6px 8px rgba(251, 15, 90, 0.14);
}

.social-media-link.shadow-4 {
  box-shadow: 0 6px 8px rgba(21, 126, 231, 0.34);
}

.social-media-link.shadow-5 {
  box-shadow: 0 6px 8px rgba(255, 0, 0, 0.21);
}

.social-media-link.shadow-6 {
  box-shadow: 0 6px 8px rgba(84, 228, 71, 0.16);
}

.social-media-link.small {
  width: 20px;
  max-height: 20px;
  min-height: 20px;
  min-width: 20px;
}

.social-media-link.small-v2 {
  width: 32px;
  max-height: 32px;
  min-height: 32px;
  min-width: 32px;
}

.social-media-link-wrapper.spacing-16px {
  margin-bottom: 16px;
  margin-right: 16px;
}

.social-media-link-wrapper.spacing-24px {
  margin-bottom: 24px;
  margin-right: 24px;
}

.social-media-link-wrapper.spacing-8px {
  margin-bottom: 8px;
  margin-right: 8px;
}

.mg-top-large {
  margin-top: 58px;
}

.mg-bottom-large {
  margin-bottom: 190px;
}

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

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

.form-content {
  align-self: stretch;
}

.mg-bottom-13px {
  margin-bottom: 13px;
}

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

.mg-left--17px {
  margin-left: -17px;
}

.gap-row-121px {
  grid-row-gap: 121px;
}

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

.mg-bottom-10px {
  margin-bottom: 10px;
}

.mg-top-4px {
  margin-top: 4px;
}

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

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

.mg-bottom-large-v2 {
  margin-bottom: 89px;
}

.mg-bottom-large-v3 {
  margin-bottom: 66px;
}

.border-radius-14px {
  z-index: -1;
  border-radius: 14px;
  align-items: center;
  display: flex;
  transform: translate(0);
}

.play-button {
  transform-style: preserve-3d;
  border-radius: 50%;
  transition: transform 0.3s;
  box-shadow:
    0 1px 18px rgba(4, 12, 40, 0.08),
    0 7px 53px rgba(4, 12, 40, 0.11);
}

.play-button:hover {
  transform: scale3d(0.94, 0.94, 1.01);
}

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

.mg-right-22px {
  margin-right: 22px;
}

.mg-bottom-6px {
  margin-bottom: 6px;
}

.semicircle-bottom {
  background-image: linear-gradient(
    to top,
    var(--accent--primary-1) 50%,
    transparent 50%
  );
  border-radius: 1000000000px;
  position: absolute;
}

.semicircle-bottom.secondary-2 {
  background-image: linear-gradient(
    to top,
    var(--secondary--color-2) 50%,
    transparent 50%
  );
}

.semicircle-bottom.secondary-2.hero-v4 {
  width: 439px;
  padding-top: 439px;
  top: auto;
  bottom: -3%;
  left: auto;
  right: 0%;
}

.semicircle-bottom.secondary-3 {
  background-image: linear-gradient(
    to top,
    var(--secondary--color-3) 50%,
    transparent 50%
  );
}

.semicircle-bottom.secondary-3.hero-v5 {
  width: 23%;
  padding-top: 23%;
  top: 12.5%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.semicircle-bottom.secondary-4 {
  width: 67%;
  background-image: linear-gradient(
    to top,
    var(--secondary--color-4) 50%,
    transparent 50%
  );
  padding-top: 67%;
  top: auto;
  bottom: 0%;
  left: 21px;
  right: auto;
  transform: rotate(-50deg);
}

.content-link {
  color: var(--neutral--600);
  text-decoration: none;
}

.content-link:hover {
  color: var(--neutral--600);
}

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

.triangle-top-right {
  background-image: linear-gradient(
    45deg,
    transparent 50%,
    var(--secondary--color-3) 50%
  );
  position: absolute;
}

.triangle-top-right.primary-1 {
  background-image: linear-gradient(
    45deg,
    transparent 50%,
    var(--accent--primary-1) 50%
  );
}

.triangle-top-right.primary-1.hero-v5 {
  width: 23%;
  padding-top: 23%;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.mg-top-13px {
  margin-top: -7px;
}

.border-radius-36px {
  z-index: -1;
  border-radius: 36px;
  align-items: center;
  display: flex;
  transform: translate(0);
}

.border-radius-36px.overflow-hidden.shadow {
  box-shadow:
    0 1px 3px 0 var(--button-shadow--white-01),
    0 2px 8px 0 var(--general--shadow-01);
}

.border-radius-36px.overflow-hidden.shadow-large {
  box-shadow:
    0 1px 3px 0 var(--button-shadow--white-01),
    0 12px 90px 0 rgba(31, 37, 89, 0.06);
}

.mg-bottom-large-v4 {
  margin-bottom: 155px;
}

.mg-left-auto {
  margin-left: auto;
}

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

.mg-bottom-small {
  margin-bottom: 12px;
  font-size: 42px;
}

.mg-top-large-v2 {
  margin-top: 70px;
}

.mg-bottom-large-v5 {
  margin-bottom: 75px;
}

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

.mg-bottom-38px {
  margin-bottom: 38px;
}

.mg-bottom-34px {
  margin-bottom: 34px;
}

.mg-right-12px {
  margin-right: 12px;
}

.triangle-top-left {
  background-image: linear-gradient(
    315deg,
    transparent 50%,
    var(--secondary--color-3) 50%
  );
  position: absolute;
}

.triangle-top-left.secondary-2 {
  background-image: linear-gradient(
    315deg,
    transparent 50%,
    var(--secondary--color-2) 50%
  );
}

.triangle-top-left.secondary-2.landing-page-v2-form {
  width: 372px;
  padding-top: 372px;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.triangle-top-left.bg-shape {
  width: 233px;
  padding-top: 233px;
  top: -32px;
  bottom: auto;
  left: -41px;
  right: auto;
}

.opacity-8 {
  opacity: 0.08;
}

.min-height-50 {
  min-height: 50%;
}

.cta-card-v2 {
  background-color: var(--accent--primary-1);
  border-radius: 24px;
  justify-content: space-between;
  align-items: center;
  padding: 87px 74px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.min-height-113px {
  min-height: 113px;
}

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

.mg-right-20px {
  margin-right: 20px;
}

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

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

.cta-card-v3 {
  background-color: var(--accent--primary-1);
  border-radius: 24px;
  justify-content: space-between;
  align-items: center;
  padding: 93px 70px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.min-height-60 {
  min-height: 60%;
}

.mg-bottom-large-v6 {
  margin-bottom: 100px;
}

.btn-tab {
  border: 1px solid var(--neutral--100);
  background-color: var(--neutral--100);
  box-shadow: 0 3px 10px 0 var(--button-shadow--white-03);
  color: var(--accent--primary-1);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  margin-left: 12px;
  margin-right: 12px;
  padding: 22px 40px;
  font-weight: 700;
  line-height: 1.111em;
  transition:
    border-color 0.3s,
    transform 0.3s,
    background-color 0.3s,
    color 0.3s;
}

.btn-tab:hover {
  border-color: var(--accent--primary-1);
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  transform: translate3d(0, -3px, 0.01px);
}

.btn-tab.w--current {
  border-color: var(--accent--primary-1);
  background-color: var(--accent--primary-1);
  box-shadow: 0 0 0 0 var(--button-shadow--white-03);
  color: var(--neutral--100);
  transform: translate(0);
}

.min-height-40 {
  min-height: 40%;
}

.semicircle-top {
  background-image: linear-gradient(
    to bottom,
    var(--accent--primary-1) 50%,
    transparent 50%
  );
  border-radius: 1000000000px;
  position: absolute;
}

.semicircle-top.secondary-2 {
  background-image: linear-gradient(
    to bottom,
    var(--secondary--color-2) 50%,
    transparent 50%
  );
}

.semicircle-top.secondary-2.not-found {
  width: 51%;
  padding-top: 51%;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 128px;
}

.container-674px {
  max-width: 674px;
  padding-left: 24px;
  padding-right: 24px;
}

.loading-bar-wrapper {
  z-index: 2147483647;
  min-height: 3px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.loading-bar {
  min-height: 3px;
  background-image: linear-gradient(
    to bottom,
    transparent,
    var(--accent--primary-1) 10%,
    var(--accent--primary-1) 90%,
    transparent
  );
  border-radius: 1000000000000px;
}

.dropdown-container {
  background-color: transparent;
  padding-top: 16px;
  right: -573.702px;
}

.header-icons {
  display: flex;
}

.header-nav-menus {
  flex: 1;
  justify-content: flex-end;
  align-self: flex-end;
  margin-left: 28px;
  display: flex;
}

.text-block {
  font-family: "Fa brands 400", sans-serif;
}

.link {
  color: var(--neutral--600);
  text-decoration: underline;
}

.social-link {
  margin-right: 4px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 24px;
  text-decoration: none;
}

.div-block {
  margin-top: 9px;
  display: block;
}

.paragraph {
  margin-top: 12px;
  font-size: 20px;
}

.heading {
  width: auto;
  color: var(--e3dde8);
  text-transform: uppercase;
  margin-bottom: 1px;
  font-family: Raleway, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.1em;
}

.div-block-2.container-674px {
  margin-bottom: 100px;
  padding-left: 0;
  padding-right: 0;
}

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

._568.hero-left {
  max-width: 521px;
  min-width: 440px;
  margin-right: 50px;
}

._568.hero-right {
  max-width: 704px;
  min-width: 563px;
}

._568.footer-left {
  min-width: 420px;
}

._568.footer-right {
  width: 100%;
  max-width: 627px;
  justify-content: space-between;
  margin-bottom: -40px;
  display: flex;
}

._568.hero-v1-left {
  max-width: 574px;
  flex: 1;
  margin-right: 20px;
}

._568.hero-v1-right {
  max-width: 462px;
}

._568.logo-strip-v1-left {
  margin-right: 40px;
}

._568.logo-strip-v1-right {
  width: 100%;
  max-width: 715px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: -20px;
  margin-right: -40px;
  display: flex;
}

._568.content-left {
  max-width: 500px;
  margin-right: 40px;
  position: relative;
}

._568.content-right {
  max-width: 528px;
}

._568.features-left {
  max-width: 528px;
  margin-right: 40px;
}

._568.features-right {
  max-width: 500px;
  position: relative;
}

._568.feature-content-text {
  align-self: center;
}

._568.hero-v1-content-bottom-left {
  align-items: flex-start;
  margin-right: 23px;
  display: flex;
}

._568.hero-content-bottom-right {
  flex: 1;
  align-self: center;
}

._568.author-left {
  max-width: 440px;
  margin-right: 40px;
}

._568.author-right {
  max-width: 532px;
}

._568.cta-card-left {
  z-index: 1;
  max-width: 475px;
  margin-right: 40px;
  position: relative;
}

._568.cta-card-left-copy {
  z-index: 1;
  max-width: 350px;
  align-self: flex-end;
  margin-top: -288px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

._568.hero-v2-left {
  max-width: 552px;
  align-self: stretch;
  margin-right: 40px;
}

._568.hero-v2-right {
  width: 100%;
  max-width: 580px;
  min-width: 506px;
  align-self: stretch;
}

._568.content-v2-left {
  width: 100%;
  max-width: 549px;
  margin-right: 40px;
  position: relative;
}

._568.content-v2-right {
  max-width: 500px;
  margin-top: -150px;
}

._568.card-testimonial-v2-left {
  max-width: 248px;
  margin-right: 40px;
}

._568.card-testimonial-v2-right {
  max-width: 433px;
  flex: 1;
}

._568.content-v3-left {
  width: 100%;
  max-width: 577px;
  margin-right: 40px;
  padding-bottom: 83px;
  position: relative;
}

._568.content-v3-right {
  max-width: 501px;
}

._568.hero-v4-left {
  max-width: 548px;
  align-self: flex-end;
  margin-right: 40px;
}

._568.hero-v4-right {
  width: 100%;
  max-width: 575px;
  min-width: 500px;
}

._568.content-v4-left {
  max-width: 640px;
  min-width: 523px;
  flex: 1;
  align-self: stretch;
  margin-bottom: 40px;
  margin-right: 40px;
}

._568.content-v4-right {
  width: 100%;
  max-width: 455px;
  align-self: stretch;
}

._568.content-v5-left {
  width: 100%;
  max-width: 574px;
  margin-right: 40px;
}

._568.content-v5-right {
  width: 100%;
  max-width: 523px;
}

._568.hero-v6-left {
  max-width: 600px;
  align-self: stretch;
  margin-right: 40px;
}

._568.hero-v6-right {
  width: 100%;
  max-width: 446px;
  min-width: 360px;
  align-self: stretch;
}

._568.hero-v7-left {
  max-width: 640px;
  margin-right: 10px;
  display: block;
}

._568.hero-v7-right {
  width: 100%;
  max-width: 589px;
  min-width: 506px;
}

._568.content-v6-left {
  width: 100%;
  max-width: 587px;
  margin-right: 40px;
  position: relative;
}

._568.content-v6-right {
  width: 100%;
  max-width: 474px;
}

._568.content-v7-left {
  width: 100%;
  max-width: 574px;
  margin-bottom: 100px;
  margin-right: 40px;
}

._568.content-v7-right {
  width: 100%;
  max-width: 568px;
  position: relative;
}

._568.cta-card-v2-left {
  z-index: 1;
  max-width: 475px;
  position: relative;
}

._568.cta-card-v3-left {
  z-index: 1;
  width: 100%;
  max-width: 555px;
  position: relative;
}

._568.hero-v8-left {
  max-width: 610px;
  min-width: 524px;
  flex: 1;
  margin-right: 20px;
}

._568.hero-v8-right {
  max-width: 438px;
}

._568.not-found-left {
  max-width: 422px;
  min-width: 344px;
  flex: 1;
  align-self: center;
  margin-right: 40px;
}

._568.not-found-right {
  width: 100%;
  max-width: 628px;
  min-height: 545px;
  position: relative;
}

._568.content-v7-left-copy {
  width: 100%;
  max-width: 574px;
  margin-bottom: 100px;
  margin-right: 40px;
}

.text-block-4 {
  float: left;
}

.text-span-4 {
  color: #bda7ce;
}

.submit-button {
  background-color: var(--purple--100);
  border-radius: 50px;
  padding-left: 22px;
  padding-right: 22px;
}

.team-circles {
  border-bottom: 1px solid #e4ebf3;
  padding: 33px 30px 80px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 46px;
}

.centered-heading {
  text-align: center;
  margin-top: 36px;
  margin-bottom: 16px;
}

.centered-subheading {
  max-width: 530px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template: "."/1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: center;
  justify-items: center;
  margin-top: 38px;
  display: grid;
}

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  width: 200px;
  height: 200px;
  filter: saturate(0%);
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 24px;
}

.team-member-name {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  margin-bottom: 10px;
}

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

.team-member-image-sm {
  width: 200px;
  height: 200px;
  filter: grayscale();
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 24px;
}

.team-grid-med {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template: "."/1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: center;
  justify-items: center;
  margin-top: 38px;
  display: grid;
}

.headericon {
  opacity: 0.65;
  mix-blend-mode: normal;
  margin-left: 13px;
  padding-left: 0;
}

.image-2 {
  background-color: var(--system--blue-100);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 6px;
  margin-left: 0;
  margin-right: auto;
  padding: 4px;
}

.div-block-2-h.container-674px {
  max-width: 42%;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.section-2 {
  background-image: url(https://assets-global.website-files.com/63222e8fb1ed170ced12fd00/635c53f6a2af5f7c036db1f5_backgroundimage.png);
  background-position: 110% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.heading-2 {
  margin-bottom: 0;
  text-decoration: none;
}

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

.team-grid-2 {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template: "."/1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: center;
  justify-items: center;
  margin-top: 38px;
  display: grid;
}

.navbar-nav.pull-right .open > a:hover,
.nav .open > a {
  background-color: var(--accent--primary-1) !important;
}
.navbar-nav.pull-right .dropdown-menu {
  min-width: 90px !important;
  background: transparent !important;
}

.div-block-3 {
  display: flex;
  align-items: center;
}

._674-copy.hero-left {
  max-width: 521px;
  min-width: 440px;
  margin-right: 50px;
}

._674-copy.hero-right {
  max-width: 704px;
  min-width: 563px;
}

._674-copy.footer-left {
  min-width: 420px;
}

._674-copy.footer-right {
  width: 100%;
  max-width: 627px;
  justify-content: space-between;
  margin-bottom: -40px;
  display: flex;
}

._674-copy.hero-v1-left {
  max-width: 574px;
  flex: 1;
  margin-right: 20px;
}

._674-copy.hero-v1-right {
  max-width: 462px;
}

._674-copy.logo-strip-v1-left {
  margin-right: 40px;
}

._674-copy.logo-strip-v1-right {
  width: 100%;
  max-width: 715px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: -20px;
  margin-right: -40px;
  display: flex;
}

._674-copy.content-left {
  max-width: 500px;
  margin-right: 40px;
  position: relative;
}

._674-copy.content-right {
  max-width: 528px;
}

._674-copy.features-left {
  max-width: 528px;
  margin-right: 40px;
}

._674-copy.features-right {
  max-width: 500px;
  position: relative;
}

._674-copy.feature-content-text {
  align-self: center;
}

._674-copy.hero-v1-content-bottom-left {
  align-items: flex-start;
  margin-right: 23px;
  display: flex;
}

._674-copy.hero-content-bottom-right {
  flex: 1;
  align-self: center;
}

._674-copy.author-left {
  max-width: 440px;
  margin-right: 40px;
}

._674-copy.author-right {
  max-width: 532px;
}

._674-copy.cta-card-left {
  z-index: 1;
  max-width: 475px;
  margin-right: 40px;
  position: relative;
}

._674-copy.cta-card-left-copy {
  z-index: 1;
  max-width: 350px;
  align-self: flex-end;
  margin-top: -288px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

._674-copy.hero-v2-left {
  max-width: 552px;
  align-self: stretch;
  margin-right: 40px;
}

._674-copy.hero-v2-right {
  width: 100%;
  max-width: 580px;
  min-width: 506px;
  align-self: stretch;
}

._674-copy.content-v2-left {
  width: 100%;
  max-width: 549px;
  margin-right: 40px;
  position: relative;
}

._674-copy.content-v2-right {
  max-width: 500px;
  margin-top: -150px;
}

._674-copy.card-testimonial-v2-left {
  max-width: 248px;
  margin-right: 40px;
}

._674-copy.card-testimonial-v2-right {
  max-width: 433px;
  flex: 1;
}

._674-copy.content-v3-left {
  width: 100%;
  max-width: 577px;
  margin-right: 40px;
  padding-bottom: 83px;
  position: relative;
}

._674-copy.content-v3-right {
  max-width: 501px;
}

._674-copy.hero-v4-left {
  max-width: 548px;
  align-self: flex-end;
  margin-right: 40px;
}

._674-copy.hero-v4-right {
  width: 100%;
  max-width: 575px;
  min-width: 500px;
}

._674-copy.content-v4-left {
  max-width: 640px;
  min-width: 523px;
  flex: 1;
  align-self: stretch;
  margin-right: 40px;
}

._674-copy.content-v4-right {
  width: 100%;
  max-width: 455px;
  align-self: stretch;
}

._674-copy.content-v5-left {
  width: 100%;
  max-width: 574px;
  margin-right: 40px;
}

._674-copy.content-v5-right {
  width: 100%;
  max-width: 523px;
}

._674-copy.hero-v6-left {
  max-width: 600px;
  align-self: stretch;
  margin-right: 40px;
}

._674-copy.hero-v6-right {
  width: 100%;
  max-width: 446px;
  min-width: 360px;
  align-self: stretch;
}

._674-copy.hero-v7-left {
  max-width: 640px;
  margin-right: 10px;
  display: block;
}

._674-copy.hero-v7-right {
  width: 100%;
  max-width: 589px;
  min-width: 506px;
}

._674-copy.content-v6-left {
  width: 100%;
  max-width: 587px;
  margin-right: 40px;
  position: relative;
}

._674-copy.content-v6-right {
  width: 100%;
  max-width: 474px;
}

._674-copy.content-v7-left {
  width: 100%;
  max-width: 674px;
  margin-bottom: 100px;
  margin-right: 40px;
}

._674-copy.content-v7-right {
  width: 100%;
  max-width: 568px;
  position: relative;
}

._674-copy.cta-card-v2-left {
  z-index: 1;
  max-width: 475px;
  position: relative;
}

._674-copy.cta-card-v3-left {
  z-index: 1;
  width: 100%;
  max-width: 555px;
  position: relative;
}

._674-copy.hero-v8-left {
  max-width: 610px;
  min-width: 524px;
  flex: 1;
  margin-right: 20px;
}

._674-copy.hero-v8-right {
  max-width: 438px;
}

._674-copy.not-found-left {
  max-width: 422px;
  min-width: 344px;
  flex: 1;
  align-self: center;
  margin-right: 40px;
}

._674-copy.not-found-right {
  width: 100%;
  max-width: 628px;
  min-height: 545px;
  position: relative;
}

._674-copy.hero-v7-left-copy {
  max-width: 640px;
  margin-right: 10px;
  display: block;
}

.heading-copy {
  width: auto;
  color: var(--e3dde8);
  text-transform: uppercase;
  margin-bottom: 1px;
  font-family: Raleway, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.1em;
}

.heading-3 {
  width: auto;
  color: #e3dde8;
  text-transform: uppercase;
  margin-bottom: 1px;
  font-family: Raleway, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.1em;
}

.input-2 {
  min-height: 62px;
  color: #14142b;
  background-color: #fff;
  border: 1px solid #dcddeb;
  border-radius: 100px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 1.111em;
  transition:
    color 0.3s,
    border-color 0.3s;
}

.input-2:hover {
  border-color: #362147;
}

.input-2:focus {
  color: #14142b;
  border-color: #362147;
}

.input-2::-ms-input-placeholder {
  color: #55247b;
}

.input-2::placeholder {
  color: #55247b;
}

.input-2.large {
  min-height: 80px;
}

.input-2.large.button-inside {
  padding-left: 30px;
  padding-right: 190px;
  transition:
    box-shadow 0.3s,
    color 0.3s,
    border-color 0.3s;
  box-shadow: 0 3px 12px rgba(20, 20, 43, 0.06);
}

.input-2.large.button-inside:hover,
.input-2.large.button-inside:focus {
  box-shadow: 0 5px 18px rgba(20, 20, 43, 0.1);
}

.input-2.large.button-inside.button-inside-large-v2 {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 228px;
}

.btn-primary-2 {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #c6b6d3;
  border: 1px solid #362147;
  border-radius: 48px;
  justify-content: center;
  padding: 22px 40px;
  font-weight: 700;
  line-height: 1.111em;
  text-decoration: none;
  transition:
    background-color 0.3s,
    transform 0.3s,
    color 0.3s;
}

.btn-primary-2:hover {
  color: #fff;
  background-color: #065ae3;
  transform: translate3d(0, -3px, 0.01px);
}

.btn-primary-2.inside-input {
  transform-style: preserve-3d;
  background-color: #1c0d4a;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: auto;
  right: 11px;
}

.btn-primary-2.inside-input:hover {
  transform: scale3d(0.98, 0.98, 1.01);
}

.success-message-2 {
  color: #fff;
  background-color: #362147;
  border-radius: 24px;
  padding: 28px 28px 32px;
}

.success-message-2.white-message {
  color: #362147;
  background-color: #fff;
  padding-left: 0;
  box-shadow:
    0 3px 18px rgba(20, 20, 43, 0.06),
    0 1px 6px rgba(0, 97, 255, 0.04);
}

.text-block-5 {
  float: left;
}

.mg-bottom-32px-2 {
  color: #dcddeb;
  margin-bottom: 18px;
  font-family:
    Open Sans,
    sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6em;
}

.error-message-2 {
  color: #ff5a65;
  text-align: center;
  background-color: transparent;
  align-self: stretch;
  margin-top: 20px;
  padding: 0;
}

.text-span-5 {
  color: #bda7ce;
}

.list-2 {
  color: var(--neutral--800);
}

.btn-secondary-copy {
  border: 1px solid var(--accent--primary-1);
  background-color: var(--neutral--100);
  box-shadow: 0 4px 10px 0 var(--button-shadow--white-01);
  color: var(--accent--primary-1);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 10px 14px;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  text-wrap: nowrap;
  transition:
    border-color 0.3s,
    transform 0.3s,
    background-color 0.3s,
    color 0.3s;
}

.btn-secondary-copy:hover {
  border-color: var(--accent--primary-1);
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  transform: translate3d(0, -3px, 0.01px);
}

.btn-secondary-copy.small {
  padding: 18px 24px;
  font-size: 16px;
  line-height: 14px;
}

.btn-secondary-copy.large {
  padding: 28px 56px;
  font-size: 20px;
  line-height: 20px;
}

.btn-secondary-copy.white {
  border-color: var(--neutral--100);
  box-shadow: none;
  color: var(--neutral--100);
  background-color: transparent;
}

.btn-secondary-copy.white:hover {
  border-color: var(--neutral--100);
  background-color: var(--neutral--100);
  color: var(--accent--primary-1);
}

.list-3 {
  color: var(--neutral--800);
}

.team-grid-3 {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template: "."/1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: center;
  justify-items: center;
  margin-top: 38px;
  display: grid;
}

.image-3 {
  background-color: var(--secondary--color-2);
  border-radius: 11px;
  margin-left: 0;
  margin-right: 0;
  padding: 4px 6px;
}

.div-block-4 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.div-block-5 {
  width: 340px;
  height: 50px;
  max-height: 50px;
  float: none;
  aspect-ratio: auto;
  object-fit: none;
  flex-flow: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: inline-block;
  overflow: hidden;
}

.div-block-6 {
  height: auto;
  max-height: 120px;
  float: left;
  margin-top: 29px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.html-embed {
  position: relative;
  left: -27px;
  overflow: visible;
}

.heading-4 {
  color: var(--secondary--color-2);
}

.heading-h5-size-light {
  color: var(--secondary--color-2);
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.333em;
}

.collection-list,
.link-block {
  text-decoration: none;
}

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

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

.collection-list-wrapper {
  padding-top: 55px;
  padding-bottom: 17px;
}

.container-2 {
  text-align: center;
  padding-top: 71px;
  padding-bottom: 27px;
}

.image-5 {
  text-align: left;
}

.heading-6 {
  text-align: left;
  font-size: 38px;
  font-style: italic;
}

.paragraph-2 {
  color: var(--neutral--800);
  text-align: left;
  margin-bottom: 10px;
  font-weight: 400;
}

.rich-text-block {
  color: var(--neutral--800);
  font-weight: 400;
}

.div-block-7 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  display: flex;
}

.text-block-6 {
  color: var(--neutral--600);
  text-align: left;
  font-weight: 400;
}

.html-embed-2 {
  text-align: left;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
}

.container-default-copy {
  max-width: 960px;
  padding-top: 60px;
  padding-left: 24px;
  padding-right: 24px;
}

.container-default-copy.z-index-1 {
  z-index: 1;
  position: relative;
}

.blog-subhead {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  padding-bottom: 36px;
  display: flex;
}

.text-block-7 {
  font-size: 14px;
}

.text-block-8 {
  float: left;
  margin-right: 5px;
  font-size: 14px;
}

.div-block-8 {
  margin-top: 75px;
}

.mg-bottom-20px-copy {
  letter-spacing: -0.48px;
  margin-bottom: 44px;
  font-size: 30px;
}

.text-block-9 {
  color: var(--system--red-400);
}

.div {
  margin-bottom: 10px;
}

.error-div {
  margin-bottom: 10px;
  display: none;
}

@media screen and (min-width: 1440px) {
  .grid-2-columns.style---styleguide-wrapper {
    grid-template-columns: 0.3fr 1fr;
  }

  .grid-2-columns.form {
    grid-column-gap: 21px;
    grid-row-gap: 19px;
  }

  .grid-2-columns.contact-v1 {
    grid-column-gap: 80px;
    grid-template-columns: 1fr 1.2fr;
  }

  .card.content-left.testimonial-v1 {
    padding: 68px 56px;
  }

  .card.form-v4.bg-neutral-200 {
    padding-top: 41px;
    padding-bottom: 44px;
  }

  .style---typography-block-grid {
    grid-template-columns: minmax(auto, 380px) 0.8fr;
  }

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

  .text-200.medium.nav-link.text-size-25px-tablet.w--current {
    color: var(--system--green-100);
    font-weight: 700;
  }

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

  .inner-container._357px.center-element.thank-you-image {
    max-width: 430px;
  }

  .mg-bottom-0px.text-right.text-center-tablet {
    color: var(--blue--10);
  }

  .btn-primary {
    background-color: var(--accent--primary-1);
  }

  .btn-primary.inside-input {
    background-color: var(--purple--90);
  }

  .input.large.button-inside.button-inside-large-v2 {
    display: inline-block;
  }

  .style---dropdown-toggle {
    padding-top: 28px;
    padding-bottom: 28px;
    font-size: 20px;
    line-height: 20px;
  }

  .style---dropdown-link-sidebar {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 20px;
  }

  .style---dropdown-link-icon-sidebar {
    max-width: 46px;
    border-radius: 12px;
    margin-right: 14px;
  }

  .style---sidebar-wrapper {
    overflow: visible;
  }

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

  .style---logo-sidebar {
    max-width: 260px;
  }

  .section.large.overflow-hidden {
    padding-top: 70px;
  }

  .section.padding-top-0px {
    padding-top: 0;
  }

  .section.pd-bottom-0px {
    padding-bottom: 0;
  }

  .header-content-wrapper {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .icon-list {
    color: var(--neutral--600);
    mix-blend-mode: normal;
  }

  .bg-split.right.hero-v7 {
    background-color: var(--neutral--600);
    border-radius: 20px;
  }

  .subtitle {
    color: var(--purple--100);
    margin-bottom: 10px;
    font-family: Thicccboi, sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1em;
  }

  .split-content-wrapper {
    object-fit: fill;
    justify-content: flex-start;
    align-items: center;
  }

  ._674.hero-v7-left {
    align-self: flex-start;
  }

  ._674.content-v7-left {
    max-width: 674px;
    margin-bottom: 120px;
  }

  ._674.hero-v7-left-copy {
    align-self: flex-start;
  }

  .text-breaking-no-wrap {
    margin-top: 0;
    display: block;
  }

  .circle.bg-secondary-3.hero-v7-circle-1 {
    background-color: var(--secondary--color-3);
  }

  .circle.bg-secondary-3.hero-v7-circle-2 {
    background-color: var(--secondary--color-2);
  }

  .mg-bottom-20px {
    letter-spacing: -0.52px;
    margin-bottom: 10px;
    font-family: Thicccboi, sans-serif;
    font-size: 36px;
    font-weight: 600;
  }

  .header-icons {
    display: flex;
  }

  .header-nav-menus {
    flex: 1;
    justify-content: flex-end;
    display: flex;
  }

  .text-block {
    color: var(--accent--primary-1);
    font-family:
      Social Icons Font,
      sans-serif;
    font-weight: 400;
  }

  .social-link {
    grid-column-gap: 8px;
    color: var(--accent--primary-1);
    flex: 0 auto;
    font-family: "Fa brands 400", sans-serif;
    font-size: 24px;
    text-decoration: none;
    display: flex;
  }

  .div-block {
    padding-top: 29px;
  }

  .paragraph {
    margin-bottom: 17px;
  }

  .heading {
    margin-bottom: 10px;
    font-family: Thicccboi, sans-serif;
  }

  .body {
    color: var(--gray--100);
    font-family:
      Open Sans,
      sans-serif;
    font-size: 16px;
  }

  .div-block-2 {
    max-width: 660px;
  }

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

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

  ._568.hero-v7-left {
    align-self: flex-start;
  }

  ._568.content-v7-left,
  ._568.content-v7-left-copy {
    max-width: 568px;
    margin-bottom: 120px;
  }

  .team-member-image,
  .team-member-image-sm {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .div-block-2-h {
    max-width: 660px;
  }

  .section-2 {
    background-position: 100%;
    background-attachment: scroll;
  }

  ._674-copy.hero-v7-left {
    align-self: flex-start;
  }

  ._674-copy.content-v7-left {
    max-width: 674px;
    margin-bottom: 120px;
  }

  ._674-copy.hero-v7-left-copy {
    align-self: flex-start;
  }

  .heading-copy,
  .heading-3 {
    margin-bottom: 10px;
    font-family: Thicccboi, sans-serif;
  }

  .input-2.large.button-inside.button-inside-large-v2 {
    display: inline-block;
  }

  .btn-primary-2 {
    background-color: #362147;
  }

  .btn-primary-2.inside-input {
    background-color: #4e296e;
  }

  .mg-bottom-32px-2 {
    margin-bottom: 30px;
  }

  .mg-bottom-20px-copy {
    letter-spacing: -0.52px;
    margin-bottom: 10px;
    font-family: Thicccboi, sans-serif;
    font-size: 36px;
    font-weight: 600;
  }
}

@media screen and (min-width: 1920px) {
  a {
    text-decoration: underline;
  }

  .page-wrapper {
    position: -webkit-sticky;
    position: sticky;
  }

  .grid-2-columns._2-col-mbl._1-col-mbp.ebook-featured {
    grid-template-columns: 1fr auto;
  }

  .mg-bottom-32px {
    font-size: 24px;
  }

  .style---heading {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .inner-container._357px.center-element.thank-you-image {
    max-width: 460px;
  }

  .mg-bottom-0px.text-right.text-center-tablet {
    color: var(--blue--10);
  }

  .style---content-wrapper {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .container-default {
    max-width: 1280px;
    clear: none;
    aspect-ratio: auto;
    padding-left: 0;
    position: static;
  }

  .container-default.z-index-1 {
    max-width: 640px;
    object-position: 0% 50%;
    flex: 0 auto;
    order: -1;
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    display: block;
    position: relative;
  }

  .section {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .section.large {
    padding-top: 240px;
    padding-bottom: 240px;
  }

  .section.large.overflow-hidden {
    background-position: 0 60%;
    background-size: cover;
    padding-bottom: 40px;
  }

  .section.large.padding-bottom-large-v2 {
    padding-bottom: 200px;
  }

  .section.hero-primary {
    padding-top: 152px;
    padding-bottom: 200px;
  }

  .section.padding-bottom-reduced {
    padding-bottom: 160px;
  }

  .section.small-v2 {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .section.small-v2.coming-soon {
    padding-top: 102px;
  }

  .section.hero-v1 {
    padding-top: 104px;
    padding-bottom: 72px;
  }

  .section.hero-v2 {
    padding-top: 90px;
  }

  .section.padding-top-0px {
    padding-top: 0;
  }

  .section.hero-v3 {
    padding-top: 90px;
    padding-bottom: 165px;
  }

  .section.hero-v4 {
    padding-top: 100px;
    padding-bottom: 145px;
  }

  .section.small-v3 {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section.small-v3.padding-top-0px {
    padding-top: 0;
  }

  .section.hero-v5 {
    padding-top: 124px;
  }

  .section.hero-v6 {
    padding-top: 100px;
    padding-bottom: 112px;
  }

  .section.hero-v7 {
    padding-top: 112px;
    padding-bottom: 123px;
  }

  .section.padding-top-reduced {
    padding-top: 160px;
  }

  .section.large-v2 {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .section.pd-bottom-0px {
    padding-bottom: 0;
  }

  .section.hero-v8 {
    justify-content: flex-start;
    align-items: stretch;
    padding-top: 0;
    display: inline;
    position: relative;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .section.hero-v9 {
    padding-top: 158px;
    padding-bottom: 160px;
  }

  .header-nav-menu-list {
    flex-direction: row;
    justify-content: flex-end;
  }

  .header-right-side {
    justify-items: end;
  }

  .utility-page-wrap.not-found {
    padding-top: 111px;
    padding-bottom: 157px;
  }

  .utility-page-wrap.page-protected {
    padding-top: 141px;
    padding-bottom: 228px;
  }

  .bg-split.right.hero-v1,
  .bg-split.right.hero-v2,
  .bg-split.right.hero-v7,
  .bg-split.right.hero-v8 {
    max-width: 40%;
  }

  .subtitle {
    color: var(--purple--100);
    margin-bottom: auto;
    font-size: 28px;
    display: block;
  }

  ._674.features-left {
    max-width: 530px;
  }

  ._674.content-v6-left {
    margin-bottom: 62px;
  }

  ._674.content-v7-left {
    max-width: 774px;
  }

  .mg-bottom-default {
    font-size: 18px;
  }

  .square.bg-primary-1.hero-v5 {
    width: 400px;
    padding-top: 400px;
  }

  .square.bg-primary-1.hero-v7-square-2 {
    bottom: -48%;
  }

  .triangle-bottom-right.primary-1.hero-v5 {
    width: 400px;
    padding-top: 400px;
  }

  .circle.bg-secondary-2.hero-v1-circle-2 {
    left: -20%;
  }

  .circle.bg-secondary-2.hero-v5 {
    width: 400px;
    padding-top: 400px;
  }

  .circle.bg-secondary-3.hero-v1-circle-1 {
    right: -26%;
  }

  .mg-bottom-20px {
    white-space: normal;
    font-size: 38px;
    display: block;
  }

  .max-width-660px-tablet.center-element {
    width: auto;
    float: right;
    display: block;
    position: relative;
  }

  .semicircle-left.secondary-2.hero-v1 {
    right: 3%;
  }

  .semicircle-bottom.secondary-3.hero-v5,
  .triangle-top-right.primary-1.hero-v5 {
    width: 333px;
    padding-top: 333px;
  }

  .max-width-555px.center-element-tablet {
    width: 600px;
    max-width: 600px;
  }

  .text-block {
    color: var(--accent--primary-1);
    align-self: center;
    font-family: "Fa brands 400", sans-serif;
    font-size: 28px;
  }

  .link {
    text-decoration: underline;
  }

  .link-2,
  .link-3 {
    color: var(--neutral--600);
    text-decoration: underline;
  }

  .link-4 {
    color: var(--accent--primary-1);
  }

  .link-5,
  .link-6,
  .text-block-2,
  .text-block-3 {
    text-decoration: underline;
  }

  .social-link {
    font-size: 32px;
  }

  .heading {
    font-family: Thicccboi, sans-serif;
    font-size: 52px;
    font-weight: 600;
  }

  .body {
    background-color: var(--system--red-100);
    color: var(--gray--100);
    -webkit-text-fill-color: inherit;
    background-image: url(https://assets-global.website-files.com/63222e8fb1ed170ced12fd00/635c4bc7a2af5f165e6d60ea_backgroundimage.png);
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: 653px 1289px;
    background-attachment: scroll;
    background-clip: border-box;
    padding-left: 0;
    font-family:
      Open Sans,
      sans-serif;
    font-size: 16px;
  }

  .div-block-2 {
    width: 574px;
    max-width: 574px;
    float: left;
    clear: left;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
    position: relative;
  }

  .div-block-2.container-674px {
    width: 720px;
    max-width: 720px;
    padding-right: 0;
  }

  .text-span {
    clear: none;
    color: var(--purple--50);
    flex-direction: row;
    flex: 0 auto;
    align-self: flex-start;
    font-size: 28px;
    display: inline;
  }

  .text-span-2 {
    align-self: flex-start;
    font-size: 28px;
    display: inline;
  }

  .text-span-3 {
    align-self: auto;
    font-size: 28px;
    display: inline;
  }

  ._568.features-left {
    max-width: 530px;
  }

  ._568.content-v4-left {
    max-width: 800px;
  }

  ._568.content-v7-left {
    max-width: 774px;
  }

  ._568.content-v7-left-copy {
    max-width: 774px;
    margin-bottom: 62px;
  }

  .div-block-2-h {
    width: 574px;
    max-width: 574px;
    float: left;
    clear: left;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
    position: relative;
  }

  .div-block-2-h.container-674px {
    width: 720px;
    max-width: 720px;
    padding-right: 0;
  }

  .div-block-3 {
    display: flex;
  }

  ._674-copy.features-left {
    max-width: 530px;
  }

  ._674-copy.content-v7-left {
    max-width: 774px;
  }

  ._674-copy.hero-v7-left-copy {
    max-width: none;
  }

  .heading-copy {
    text-transform: none;
    font-family: Thicccboi, sans-serif;
    font-size: 50px;
    font-weight: 600;
  }

  .heading-3 {
    font-family: Thicccboi, sans-serif;
    font-size: 52px;
    font-weight: 600;
  }

  .mg-bottom-32px-2 {
    font-size: 24px;
  }

  .btn-secondary-copy {
    margin-left: 20px;
    padding: 12px 20px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1em !important;
  }

  .image-3 {
    padding: 6px;
  }

  .container-default-copy {
    max-width: 1280px;
    clear: none;
    aspect-ratio: auto;
    padding-left: 0;
    position: static;
  }

  .container-default-copy.z-index-1 {
    max-width: 640px;
    object-position: 0% 50%;
    flex: 0 auto;
    order: -1;
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    display: block;
    position: relative;
  }

  .mg-bottom-20px-copy {
    white-space: normal;
    font-size: 38px;
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .header-content-wrapper {
    flex-wrap: wrap;
    column-gap: 12px;
    row-gap: 12px;
    align-items: center;
  }

  .header-nav-menu-list {
    align-self: center;
  }
  h1 {
    margin-bottom: 16px;
  }

  h2 {
    margin-bottom: 12px;
    font-size: 30px;
  }

  h3 {
    font-size: 22px;
  }

  .grid-2-columns.style---styleguide-wrapper {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.contact-v1 {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns._2-col-mbl._1-col-mbp {
    width: 100%;
  }

  .grid-2-columns.template-page-sidebar {
    grid-template-columns: 0.5fr 1fr;
  }

  .grid-2-columns.footer {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .style---navigation-sidebar {
    max-height: 100%;
    min-height: auto;
    box-shadow: none;
    position: static;
  }

  .card.form {
    min-height: 772px;
  }

  .card.content-left.testimonial-v1 {
    padding: 63px 40px 45px;
  }

  .card.content-left.testimonial {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .card.content-left.pd-48px---41px---78px---68px {
    padding-top: 65px;
    padding-bottom: 57px;
  }

  .card.icon-left---content-right {
    flex-direction: column;
    padding: 52px 32px 58px;
  }

  .card.form-v3 {
    min-height: 782px;
  }

  .card.form-v4 {
    min-height: 571px;
    padding-top: 64px;
    padding-bottom: 73px;
  }

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

  .style---block-sub-heading {
    margin-bottom: 24px;
  }

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

  .divider._64px {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .divider.margin-0px {
    margin-top: 0;
    margin-bottom: 0;
  }

  .divider._50px {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .style---typography-block-grid {
    grid-template-columns: minmax(auto, 250px) 1fr;
  }

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

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

  .text-200.medium.nav-link.text-size-25px-tablet.w--current {
    font-size: 16px;
  }

  .display-1 {
    font-size: 64px;
  }

  .gap-row-56px {
    grid-row-gap: 40px;
  }

  .gap-row-80px {
    grid-row-gap: 56px;
  }

  .display-2 {
    font-size: 58px;
  }

  .display-3 {
    font-size: 32px;
  }

  .display-4 {
    font-size: 24px;
  }

  .style---style-grid-wrapper {
    grid-row-gap: 140px;
  }

  .paragraph-large {
    font-size: 20px;
  }

  .text-400 {
    font-size: 22px;
  }

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

  .grid-3-columns.gap-row-80px {
    grid-row-gap: 64px;
  }

  .grid-3-columns._3-icon-list {
    grid-row-gap: 16px;
    grid-template-columns: auto;
    justify-content: center;
  }

  .grid-3-columns._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .grid-3-columns._1-col-tablet.gap-row-64px {
    grid-row-gap: 40px;
  }

  .grid-3-columns._3-col-tablet {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-3-columns.image-center---icons-sides {
    max-width: 500px;
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .style---heading {
    min-height: auto;
    margin-bottom: 60px;
    padding-top: 116px;
    padding-bottom: 116px;
  }

  .inner-container._541px.max-width-100-tablet {
    max-width: 100%;
  }

  .inner-container._500px-tablet {
    max-width: 500px;
  }

  .style---content-heading {
    margin-bottom: 60px;
    padding: 32px;
  }

  .btn-primary.large {
    padding: 26px 52px;
  }

  .btn-primary.menu-button-mobile {
    width: 100%;
  }

  .btn-secondary.large {
    padding: 26px 52px;
  }

  .position-relative.z-index-1.content-v7 {
    padding-bottom: 48px;
  }

  .avatar-circle._08.mg-right-40px {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .square-icon.mg-right-24px.mg-bottom-16px-t {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .style---dropdown-wrapper-sidebar {
    display: none;
  }

  .buttons-row.align-center-tablet {
    justify-content: center;
  }

  .style---sidebar-wrapper {
    overflow: hidden;
  }

  .style---logo-wrapper {
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .style---button-wrapper-sidebar {
    display: none;
  }

  .section {
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .section.small {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.large {
    padding-top: 154px;
    padding-bottom: 154px;
  }

  .section.large.padding-bottom-large-v2 {
    padding-bottom: 128px;
  }

  .section.hero-primary {
    padding-top: 60px;
    padding-bottom: 128px;
  }

  .section.template-pages-hero {
    padding-top: 116px;
    padding-bottom: 116px;
  }

  .section.padding-bottom-reduced {
    padding-bottom: 102px;
  }

  .section.small-v2 {
    padding-top: 102px;
    padding-bottom: 102px;
  }

  .section.small-v2.padding-top-reduced {
    padding-top: 60px;
  }

  .section.small-v2.coming-soon {
    min-height: 80vh;
    padding-top: 60px;
  }

  .section.hero-v1,
  .section.hero-v2 {
    padding-top: 60px;
    padding-bottom: 128px;
  }

  .section.padding-top-0px {
    padding-top: 0;
  }

  .section.hero-v3,
  .section.hero-v4 {
    padding-top: 60px;
    padding-bottom: 108px;
  }

  .section.small-v3 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .section.hero-v5 {
    padding-top: 60px;
  }

  .section.hero-v6 {
    padding-top: 60px;
    padding-bottom: 108px;
  }

  .section.hero-v7 {
    padding-top: 60px;
    padding-bottom: 78px;
  }

  .section.padding-top-reduced {
    padding-top: 102px;
  }

  .section.large-v2 {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .section.pd-bottom-0px {
    padding-bottom: 0;
  }

  .section.hero-v8 {
    padding-bottom: 128px;
  }

  .section.hero-v9 {
    padding-top: 60px;
    padding-bottom: 102px;
  }

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

  .heading-h3-size,
  .heading-h4-size {
    font-size: 22px;
  }

  .header-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .header-nav-menu-wrapper {
    height: 100vh;
    border-bottom: 1px solid var(--neutral--300);
    background-color: var(--neutral--100);
    padding: 50px 24px 24px;
    overflow: auto;
  }

  .header-nav-menu-list {
    height: 100%;
    grid-column-gap: 20px;
    flex-flow: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: center;
    align-items: flex-start;
    font-size: 14px;
    display: flex;
  }

  .header-nav-list-item {
    margin-bottom: 0px;
    padding-left: 0;
  }

  .header-nav-list-item.show-in-tablet {
    display: block;
  }

  .header-nav-list-item.show-in-tablet.header-menu-button-mobile {
    align-self: stretch;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .header-nav-menus,
  .header-right-side {
    margin-left: 0px !important;
  }

  .dropdown-column-wrapper {
    box-shadow: none;
    border-width: 0;
    border-radius: 0;
    position: static;
    transform: none;
  }

  .dropdown-pd {
    padding: 40px 0 14px;
  }

  .hamburger-menu-wrapper {
    margin-left: 24px;
  }

  .hamburger-menu-wrapper.w--open {
    background-color: transparent;
  }

  .hamburger-menu-bar {
    width: 44px;
    height: 3px;
  }

  .hamburger-menu-bar.bottom {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .btn-circle-secondary.slider-arrow.v2.right {
    margin-right: -20px;
  }

  .btn-circle-secondary.slider-arrow.v2.left {
    margin-left: -20px;
  }

  .utility-page-wrap.not-found {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .error-message.page-protected {
    margin: -60px 32px 30px;
  }

  .grid-footer-logo---paragraph {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .bg-split.right {
    max-width: 100%;
    min-height: 40%;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .bg-split.right.hero-v1 {
    max-width: 100%;
    min-height: 30%;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .bg-split.right.hero-v2 {
    max-width: 100%;
    min-height: 40%;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .bg-split.right.hero-v4 {
    max-width: 100%;
    min-height: 40%;
    bottom: 0%;
  }

  .bg-split.right.hero-v7 {
    max-width: 100%;
    min-height: 50%;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .bg-split.right.hero-v8 {
    max-width: 100%;
    min-height: 40%;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .cta-card {
    flex-direction: column-reverse;
    padding: 72px 54px;
  }

  .slider-wrapper.v3 {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .tabs-content.card {
    padding: 80px 62px 48px;
  }

  .pd---content-inside-card.team-member-page {
    padding: 60px 58px;
  }

  .pd---content-inside-card.large {
    padding-top: 86px;
    padding-bottom: 86px;
  }

  .grid-top---text-2-buttons {
    grid-row-gap: 24px;
    grid-template-columns: 0.7fr;
  }

  .template-pages---phography-wrapper {
    border-radius: 10px;
  }

  .split-content-wrapper {
    flex-direction: column;
  }

  .split-content-wrapper.direction-reverse-tablet {
    flex-direction: column-reverse;
  }

  ._674.hero-left {
    max-width: 100%;
    min-width: auto;
    margin-bottom: 80px;
    margin-right: 0;
  }

  ._674.hero-right {
    max-width: 100%;
    min-width: auto;
  }

  ._674.footer-left {
    min-width: auto;
  }

  ._674.footer-right {
    flex-wrap: wrap;
  }

  ._674.hero-v1-left {
    max-width: 100%;
    margin-bottom: 80px;
    margin-right: 0;
  }

  ._674.logo-strip-v1-left {
    text-align: center;
    margin-bottom: 28px;
    margin-right: 0;
  }

  ._674.content-left {
    margin-right: 0;
  }

  ._674.content-right {
    max-width: 100%;
    margin-bottom: 80px;
  }

  ._674.features-left {
    max-width: 100%;
    margin-bottom: 80px;
    margin-right: 0;
  }

  ._674.author-left {
    margin-bottom: 60px;
    margin-right: 0;
  }

  ._674.author-right {
    text-align: center;
  }

  ._674.cta-card-left {
    text-align: center;
    margin-right: 0;
  }

  ._674.cta-card-left-copy {
    align-self: auto;
    margin-top: -245px;
    margin-bottom: 70px;
  }

  ._674.hero-v2-left {
    max-width: 100%;
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 140px;
    margin-right: 0;
    display: flex;
  }

  ._674.hero-v2-right {
    max-width: 100%;
    min-width: auto;
  }

  ._674.content-v2-left {
    margin-right: 0;
  }

  ._674.content-v2-right {
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 80px;
  }

  ._674.content-v3-left {
    max-width: 100%;
    margin-right: 0;
    padding-bottom: 70px;
  }

  ._674.content-v3-right {
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 80px;
  }

  ._674.hero-v4-left {
    max-width: 100%;
    align-self: auto;
    margin-bottom: 80px;
    margin-right: 0;
  }

  ._674.hero-v4-right {
    max-width: 100%;
    min-width: auto;
    align-self: stretch;
  }

  ._674.content-v4-left {
    min-width: auto;
    margin-bottom: 80px;
    margin-right: 0;
  }

  ._674.content-v5-left {
    max-width: 100%;
    margin-bottom: 80px;
    margin-right: 0;
  }

  ._674.content-v5-right {
    max-width: 100%;
  }

  ._674.hero-v6-left {
    max-width: 100%;
    margin-bottom: 100px;
    margin-right: 0;
  }

  ._674.hero-v6-right {
    max-width: 100%;
    min-width: auto;
  }

  ._674.hero-v7-left {
    max-width: 100%;
    margin-bottom: 80px;
    margin-right: 0;
  }

  ._674.hero-v7-right {
    max-width: 100%;
    min-width: auto;
  }

  ._674.content-v6-left {
    max-width: 100%;
    margin-right: 0;
  }

  ._674.content-v6-right,
  ._674.content-v7-left {
    margin-bottom: 80px;
    margin-right: auto;
  }

  ._674.content-v7-right {
    max-width: 100%;
  }

  ._674.cta-card-v3-left {
    text-align: center;
  }

  ._674.hero-v8-left {
    width: 100%;
    max-width: 100%;
    min-width: auto;
    text-align: center;
    margin-bottom: 80px;
    margin-right: 0;
  }

  ._674.hero-v8-right {
    max-width: 330px;
  }

  ._674.not-found-left {
    min-width: auto;
    text-align: center;
    margin-right: 0;
  }

  ._674.not-found-right {
    max-width: 300px;
    min-height: 250px;
    margin-bottom: 60px;
  }

  ._674.hero-v7-left-copy {
    max-width: 100%;
    margin-bottom: 80px;
    margin-right: 0;
  }

  .square.bg-secondary-1.hero {
    width: 31%;
    padding-top: 31%;
  }

  .square.bg-secondary-1.hero-v1-square-1 {
    width: 20%;
    padding-top: 20%;
  }

  .square.bg-secondary-1.hero-v1-square-2 {
    width: 26%;
    padding-top: 26%;
  }

  .square.bg-secondary-1.hero-v4-square-1 {
    width: 21%;
    padding-top: 21%;
  }

  .square.bg-secondary-1.hero-v4-square-2 {
    width: 22%;
    padding-top: 22%;
  }

  .square.bg-secondary-1.cta-v2 {
    width: 20%;
    padding-top: 20%;
    top: auto;
    bottom: 0%;
    left: 20%;
    right: auto;
  }

  .square.bg-secondary-1.landing-page-v2-form {
    width: 38%;
    padding-top: 38%;
  }

  .square.bg-secondary-1.cta-v3 {
    width: 20%;
    padding-top: 20%;
    top: auto;
    bottom: 0%;
    left: 20%;
    right: auto;
  }

  .square.bg-secondary-1.cover {
    width: 31%;
    padding-top: 31%;
  }

  .square.bg-secondary-2.cta {
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .square.bg-primary-1.hero-v2-square-1 {
    width: 29%;
    padding-top: 29%;
  }

  .square.bg-primary-1.hero-v2-square-2 {
    width: 34%;
    margin-bottom: 0;
    padding-top: 34%;
  }

  .square.bg-primary-1.hero-v7-square-1 {
    width: 29%;
    padding-top: 29%;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .square.bg-primary-1.hero-v7-square-2 {
    width: 29%;
    padding-top: 29%;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .square.bg-primary-1.hero-v8-square-1 {
    width: 27%;
    padding-top: 27%;
  }

  .square.bg-primary-1.hero-v8-square-2 {
    width: 27%;
    margin-bottom: 0;
    padding-top: 27%;
  }

  .triangle-bottom-right.hero {
    width: 31%;
    padding-top: 31%;
  }

  .triangle-bottom-right.primary-1.hero-v1 {
    display: none;
  }

  .triangle-bottom-right.secondary-2.hero-v2 {
    width: 32%;
    padding-top: 32%;
  }

  .triangle-bottom-right.secondary-2.hero-v8 {
    width: 22%;
    padding-top: 22%;
  }

  .triangle-bottom-right.secondary-2.cover {
    width: 28%;
    padding-top: 28%;
  }

  .triangle-bottom-right.bg-secondary-1.cta-v2,
  .triangle-bottom-right.bg-secondary-1.cta-v3 {
    width: 20%;
    padding-top: 20%;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 20%;
  }

  .circle.bg-secondary-2.hero {
    width: 44%;
    padding-top: 44%;
  }

  .circle.bg-secondary-2.hero-v1-circle-2 {
    z-index: auto;
    width: 25%;
    padding-top: 25%;
    top: auto;
    bottom: 0%;
    left: 15%;
  }

  .circle.bg-secondary-2.hero-v5 {
    top: -14%;
  }

  .circle.bg-secondary-2.cta-v2-circle-1 {
    width: 20%;
    padding-top: 20%;
    bottom: -19%;
    right: auto;
  }

  .circle.bg-secondary-2.cta-v2-circle-2 {
    width: 20%;
    padding-top: 20%;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 12%;
  }

  .circle.bg-secondary-2.landing-page-v2-form {
    width: 44%;
    padding-top: 44%;
    top: 0%;
    left: -30%;
  }

  .circle.bg-secondary-2.cta-v3-circle-1 {
    width: 20%;
    padding-top: 20%;
    bottom: -19%;
    right: auto;
  }

  .circle.bg-secondary-2.cta-v3-circle-2 {
    width: 20%;
    padding-top: 20%;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 12%;
  }

  .circle.bg-secondary-3.hero-v1-circle-1 {
    width: 26%;
    padding-top: 26%;
    right: -6%;
  }

  .circle.bg-secondary-3.cta {
    top: -2%;
    bottom: auto;
  }

  .circle.bg-secondary-3.hero-v2-circle-1 {
    display: none;
  }

  .circle.bg-secondary-3.hero-v4 {
    width: 30%;
    padding-top: 30%;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .circle.bg-secondary-3.hero-v7-circle-1 {
    width: 32%;
    padding-top: 32%;
    top: 0%;
    bottom: auto;
    left: auto;
    right: -15%;
  }

  .circle.bg-secondary-3.hero-v7-circle-2 {
    width: 38%;
    padding-top: 38%;
    bottom: -31%;
    left: 0%;
  }

  .circle.bg-secondary-3.cta-v2-circle-3,
  .circle.bg-secondary-3.cta-v3-circle-3 {
    width: 20%;
    padding-top: 20%;
    top: auto;
    bottom: 0%;
    left: 10%;
    right: auto;
  }

  .circle.bg-secondary-3.hero-v8 {
    width: 24%;
    padding-top: 24%;
  }

  .circle.bg-secondary-3.cover-circle-1 {
    width: 31%;
    padding-top: 31%;
  }

  .circle.bg-secondary-3.cover-circle-2 {
    width: 34%;
    padding-top: 34%;
  }

  .circle.bg-primary-1.top-left {
    top: -34px;
  }

  .circle.bg-secondary-1.cover-circle-3 {
    width: 49%;
    padding-top: 48%;
  }

  .max-width-660px-tablet {
    max-width: 660px;
  }

  .footer-bottom {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .footer-top {
    padding-top: 112px;
    padding-bottom: 96px;
  }

  .nav-content {
    flex-wrap: wrap;
  }

  .flex.justify-center-tablet {
    justify-content: center;
  }

  .flex.logo-strip-v2 {
    flex-wrap: wrap;
    justify-content: center;
  }

  .flex.vertical-tablet {
    flex-direction: column;
  }

  .flex.align-center-tablet {
    align-items: center;
  }

  .semicircle-left.secondary-2.hero-v1 {
    width: 20%;
    padding-top: 20%;
    right: 16%;
  }

  .semicircle-left.secondary-2.hero-v4 {
    width: 41%;
    padding-top: 41%;
  }

  .position-absolute.bg-dots.top-left {
    top: -33px;
  }

  .position-absolute.bg-dots.top-right {
    top: -31px;
  }

  .triangle-bottom-left.hero-v2 {
    width: 30%;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 30%;
  }

  .triangle-bottom-left.hero-v4 {
    width: 22%;
    padding-top: 22%;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .triangle-bottom-left.hero-v8 {
    width: 21%;
    margin-bottom: 0;
    padding-top: 21%;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .semicircle-right.secondary-2.bg-secondary-1.hero-v8 {
    width: 31%;
    margin-bottom: 0;
    padding-top: 31%;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .semicircle-right.secondary-1.cta {
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .mg-top-large {
    margin-top: 48px;
  }

  .mg-bottom-large {
    margin-bottom: 152px;
  }

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

  .text-center-tablet {
    text-align: center;
  }

  .max-width-499px {
    max-width: 454px;
  }

  .gap-row-121px {
    grid-row-gap: 60px;
  }

  .center-element-tablet {
    margin-left: auto;
    margin-right: auto;
  }

  .max-width-100-tablet {
    max-width: 100%;
  }

  .max-width-484px {
    max-width: 454px;
  }

  .mg-bottom-large-v2 {
    margin-bottom: 74px;
  }

  .mg-bottom-large-v3 {
    margin-bottom: 55px;
  }

  .semicircle-bottom.secondary-2.hero-v4 {
    width: 57%;
    padding-top: 57%;
  }

  .semicircle-bottom.secondary-3.hero-v5 {
    top: 0%;
  }

  .triangle-top-right.primary-1.hero-v5 {
    bottom: 23%;
  }

  .mg-bottom-large-v4 {
    margin-bottom: 124px;
  }

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

  .mg-bottom-small {
    margin-bottom: 25px;
  }

  .mg-top-large-v2 {
    margin-top: 60px;
  }

  .mg-bottom-large-v5 {
    margin-bottom: 63px;
  }

  .triangle-top-left.secondary-2.landing-page-v2-form {
    width: 38%;
    padding-top: 38%;
  }

  .cta-card-v2 {
    flex-direction: column-reverse;
    padding: 73px 62px 230px;
  }

  .cta-card-v3 {
    flex-direction: column-reverse;
    padding: 78px 58px 230px;
  }

  .mg-bottom-large-v6 {
    margin-bottom: 63px;
  }

  .semicircle-top.secondary-2.not-found {
    right: 0%;
  }

  .text-size-25px-tablet {
    font-size: 25px;
  }

  .social-link {
    align-self: flex-end;
  }

  .body {
    background-image: none;
  }

  ._568.hero-left {
    max-width: 100%;
    min-width: auto;
    margin-bottom: 80px;
    margin-right: 0;
  }

  ._568.hero-right {
    max-width: 100%;
    min-width: auto;
  }

  ._568.footer-left {
    min-width: auto;
  }

  ._568.footer-right {
    flex-wrap: wrap;
  }

  ._568.hero-v1-left {
    max-width: 100%;
    margin-bottom: 80px;
    margin-right: 0;
  }

  ._568.logo-strip-v1-left {
    text-align: center;
    margin-bottom: 28px;
    margin-right: 0;
  }

  ._568.content-left {
    margin-right: 0;
  }

  ._568.content-right {
    max-width: 100%;
    margin-bottom: 80px;
  }

  ._568.features-left {
    max-width: 100%;
    margin-bottom: 80px;
    margin-right: 0;
  }

  ._568.author-left {
    margin-bottom: 60px;
    margin-right: 0;
  }

  ._568.author-right {
    text-align: center;
  }

  ._568.cta-card-left {
    text-align: center;
    margin-right: 0;
  }

  ._568.cta-card-left-copy {
    align-self: auto;
    margin-top: -245px;
    margin-bottom: 70px;
  }

  ._568.hero-v2-left {
    max-width: 100%;
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 140px;
    margin-right: 0;
    display: flex;
  }

  ._568.hero-v2-right {
    max-width: 100%;
    min-width: auto;
  }

  ._568.content-v2-left {
    margin-right: 0;
  }

  ._568.content-v2-right {
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 80px;
  }

  ._568.content-v3-left {
    max-width: 100%;
    margin-right: 0;
    padding-bottom: 70px;
  }

  ._568.content-v3-right {
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 80px;
  }

  ._568.hero-v4-left {
    max-width: 100%;
    align-self: auto;
    margin-bottom: 80px;
    margin-right: 0;
  }

  ._568.hero-v4-right {
    max-width: 100%;
    min-width: auto;
    align-self: stretch;
  }

  ._568.content-v4-left {
    min-width: auto;
    margin-bottom: 80px;
    margin-right: 0;
  }

  ._568.content-v5-left {
    max-width: 100%;
    margin-bottom: 80px;
    margin-right: 0;
  }

  ._568.content-v5-right {
    max-width: 100%;
  }

  ._568.hero-v6-left {
    max-width: 100%;
    margin-bottom: 100px;
    margin-right: 0;
  }

  ._568.hero-v6-right {
    max-width: 100%;
    min-width: auto;
  }

  ._568.hero-v7-left {
    max-width: 100%;
    margin-bottom: 80px;
    margin-right: 0;
  }

  ._568.hero-v7-right {
    max-width: 100%;
    min-width: auto;
  }

  ._568.content-v6-left {
    max-width: 100%;
    margin-right: 0;
  }

  ._568.content-v6-right,
  ._568.content-v7-left {
    margin-bottom: 80px;
    margin-right: auto;
  }

  ._568.content-v7-right {
    max-width: 100%;
  }

  ._568.cta-card-v3-left {
    text-align: center;
  }

  ._568.hero-v8-left {
    width: 100%;
    max-width: 100%;
    min-width: auto;
    text-align: center;
    margin-bottom: 80px;
    margin-right: 0;
  }

  ._568.hero-v8-right {
    max-width: 330px;
  }

  ._568.not-found-left {
    min-width: auto;
    text-align: center;
    margin-right: 0;
  }

  ._568.not-found-right {
    max-width: 300px;
    min-height: 250px;
    margin-bottom: 60px;
  }

  ._568.content-v7-left-copy {
    margin-bottom: 80px;
    margin-right: auto;
  }

  .container {
    max-width: 728px;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image,
  .team-member-image-sm {
    width: 190px;
    height: 190px;
  }

  .team-grid-med {
    grid-column-gap: 40px;
  }

  .div-block-2-h.container-674px {
    max-width: 70%;
  }

  .team-grid-2 {
    grid-column-gap: 40px;
  }

  ._674-copy.hero-left {
    max-width: 100%;
    min-width: auto;
    margin-bottom: 80px;
    margin-right: 0;
  }

  ._674-copy.hero-right {
    max-width: 100%;
    min-width: auto;
  }

  ._674-copy.footer-left {
    min-width: auto;
  }

  ._674-copy.footer-right {
    flex-wrap: wrap;
  }

  ._674-copy.hero-v1-left {
    max-width: 100%;
    margin-bottom: 80px;
    margin-right: 0;
  }

  ._674-copy.logo-strip-v1-left {
    text-align: center;
    margin-bottom: 28px;
    margin-right: 0;
  }

  ._674-copy.content-left {
    margin-right: 0;
  }

  ._674-copy.content-right {
    max-width: 100%;
    margin-bottom: 80px;
  }

  ._674-copy.features-left {
    max-width: 100%;
    margin-bottom: 80px;
    margin-right: 0;
  }

  ._674-copy.author-left {
    margin-bottom: 60px;
    margin-right: 0;
  }

  ._674-copy.author-right {
    text-align: center;
  }

  ._674-copy.cta-card-left {
    text-align: center;
    margin-right: 0;
  }

  ._674-copy.cta-card-left-copy {
    align-self: auto;
    margin-top: -245px;
    margin-bottom: 70px;
  }

  ._674-copy.hero-v2-left {
    max-width: 100%;
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 140px;
    margin-right: 0;
    display: flex;
  }

  ._674-copy.hero-v2-right {
    max-width: 100%;
    min-width: auto;
  }

  ._674-copy.content-v2-left {
    margin-right: 0;
  }

  ._674-copy.content-v2-right {
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 80px;
  }

  ._674-copy.content-v3-left {
    max-width: 100%;
    margin-right: 0;
    padding-bottom: 70px;
  }

  ._674-copy.content-v3-right {
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 80px;
  }

  ._674-copy.hero-v4-left {
    max-width: 100%;
    align-self: auto;
    margin-bottom: 80px;
    margin-right: 0;
  }

  ._674-copy.hero-v4-right {
    max-width: 100%;
    min-width: auto;
    align-self: stretch;
  }

  ._674-copy.content-v4-left {
    min-width: auto;
    margin-bottom: 80px;
    margin-right: 0;
  }

  ._674-copy.content-v5-left {
    max-width: 100%;
    margin-bottom: 80px;
    margin-right: 0;
  }

  ._674-copy.content-v5-right {
    max-width: 100%;
  }

  ._674-copy.hero-v6-left {
    max-width: 100%;
    margin-bottom: 100px;
    margin-right: 0;
  }

  ._674-copy.hero-v6-right {
    max-width: 100%;
    min-width: auto;
  }

  ._674-copy.hero-v7-left {
    max-width: 100%;
    margin-bottom: 80px;
    margin-right: 0;
  }

  ._674-copy.hero-v7-right {
    max-width: 100%;
    min-width: auto;
  }

  ._674-copy.content-v6-left {
    max-width: 100%;
    margin-right: 0;
  }

  ._674-copy.content-v6-right,
  ._674-copy.content-v7-left {
    margin-bottom: 80px;
    margin-right: auto;
  }

  ._674-copy.content-v7-right {
    max-width: 100%;
  }

  ._674-copy.cta-card-v3-left {
    text-align: center;
  }

  ._674-copy.hero-v8-left {
    width: 100%;
    max-width: 100%;
    min-width: auto;
    text-align: center;
    margin-bottom: 80px;
    margin-right: 0;
  }

  ._674-copy.hero-v8-right {
    max-width: 330px;
  }

  ._674-copy.not-found-left {
    min-width: auto;
    text-align: center;
    margin-right: 0;
  }

  ._674-copy.not-found-right {
    max-width: 300px;
    min-height: 250px;
    margin-bottom: 60px;
  }

  ._674-copy.hero-v7-left-copy {
    max-width: 100%;
    margin-bottom: 80px;
    margin-right: 0;
  }

  .btn-secondary-copy.large {
    padding: 26px 52px;
  }

  .team-grid-3 {
    grid-column-gap: 40px;
  }
}

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

  .div-block-3 {
    flex-flow: wrap;
    grid-column-gap: 12px;
    align-items: center;
  }

  .navbar-nav {
    margin: 0px 0px !important;
  }

  h1 {
    margin-bottom: 10px;
    font-size: 38px;
  }

  h2 {
    font-size: 26px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 14px;
  }

  blockquote {
    border-radius: 18px;
    padding: 72px 32px;
  }

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

  .grid-2-columns.style---styleguide-wrapper {
    grid-template-columns: auto;
  }

  .grid-2-columns.form {
    grid-row-gap: 20px;
  }

  .grid-2-columns.contact-v1 {
    grid-row-gap: 70px;
  }

  .grid-2-columns._2-col-mbl {
    grid-template-columns: 1fr 1fr;
  }

  .grid-2-columns.template-page-sidebar {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.changelog-item.first {
    grid-column-gap: 30px;
  }

  .grid-2-columns.footer {
    grid-row-gap: 70px;
  }

  .card.form {
    min-height: 1010px;
    padding: 58px 35px;
  }

  .card.content-center.features {
    padding-top: 45px;
    padding-bottom: 58px;
  }

  .card.content-left.testimonial-v1 {
    padding: 53px 35px 38px;
  }

  .card.content-left.testimonial {
    padding: 54px 35px;
  }

  .card.content-left.pd-48px---41px---78px---68px {
    padding: 54px 35px 48px;
  }

  .card.icon-left---content-right {
    padding-top: 43px;
    padding-bottom: 48px;
  }

  .card.sticky-top.top-24px.static-mbl {
    position: static;
  }

  .card.testimonial-v2 {
    flex-direction: column;
    align-items: center;
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .card.form-v2 {
    min-height: 976px;
    padding: 53px 35px 60px;
  }

  .card.form-v3 {
    min-height: 731px;
    padding: 53px 35px 60px;
  }

  .card.form-v4 {
    min-height: 834px;
    padding: 53px 35px 61px;
  }

  .style---color-block {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
  }

  .style---block-sub-heading.border {
    margin-bottom: 48px;
    padding-bottom: 24px;
  }

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

  .divider._64px,
  .divider._50px {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .divider._38px {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .style---typography-block-grid {
    grid-row-gap: 28px;
    grid-template-columns: 1fr;
  }

  .style---content-block {
    margin-bottom: 64px;
  }

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

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

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

  .mg-top-48px {
    margin-top: 40px;
  }

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

  .text-200.list {
    line-height: 22px;
  }

  .display-1 {
    font-size: 53px;
  }

  .grid-1-column.gap-column-24px {
    grid-row-gap: 20px;
  }

  .gap-row-56px {
    grid-row-gap: 32px;
  }

  .display-2 {
    font-size: 48px;
  }

  .display-3 {
    font-size: 28px;
  }

  .display-4 {
    font-size: 22px;
  }

  .style---style-grid-wrapper {
    grid-row-gap: 120px;
  }

  .paragraph-large {
    font-size: 18px;
  }

  .text-400 {
    font-size: 20px;
  }

  .text-300 {
    font-size: 18px;
  }

  .text-100 {
    font-size: 14px;
  }

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

  .grid-3-columns.gap-row-80px {
    grid-row-gap: 40px;
  }

  .grid-3-columns.style---buttons-grid {
    grid-template-columns: auto;
  }

  .grid-3-columns._3-icon-list {
    grid-row-gap: 18px;
    grid-template-columns: auto;
  }

  .grid-3-columns._3-col-tablet {
    grid-template-columns: 1fr;
  }

  .grid-3-columns.gap-row-64px {
    grid-row-gap: 56px;
  }

  .grid-3-columns.image-center---icons-sides {
    max-width: 430px;
    grid-row-gap: 70px;
  }

  .style---shadow-card {
    border-radius: 18px;
  }

  .style---heading {
    padding: 104px 24px;
  }

  .inner-container._30.image-above-hero-v6 {
    top: 80px;
  }

  .inner-container._400px-mb {
    max-width: 400px;
  }

  .style---content-heading {
    border-radius: 18px;
    margin-bottom: 36px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .style---heading-icon-wrapper {
    max-width: 58px;
    border-radius: 16px;
  }

  .style---content-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .style---card-wrapper {
    border-radius: 18px;
  }

  .style---bg-white {
    padding: 34px 24px;
  }

  .btn-primary {
    padding: 20px 32px;
  }

  .btn-primary.small {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .btn-primary.small.header-btn-hidde-on-mb {
    display: none;
  }

  .btn-primary.large {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .btn-primary.inside-input.default {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .btn-primary.button-row {
    margin-right: 16px;
  }

  .btn-primary.slider {
    margin-right: auto;
  }

  .btn-secondary.small {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .btn-secondary.large {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .badge-primary {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .badge-primary.small {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .badge-secondary {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .badge-secondary.small {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .input {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .input.large.button-inside.button-inside-large {
    padding-right: 240px;
  }

  .input.large.button-inside.button-inside-large-v2 {
    padding-right: 198px;
  }

  .position-relative.z-index-1.content-v7 {
    padding-bottom: 40px;
  }

  .text-area {
    border-radius: 18px;
  }

  .style---avatars-grid {
    grid-template-columns: repeat(auto-fit, 180px);
  }

  .avatar-circle._02 {
    max-width: 40px;
  }

  .avatar-circle._03 {
    max-width: 56px;
  }

  .avatar-circle._04 {
    max-width: 64px;
  }

  .avatar-circle._05 {
    max-width: 80px;
  }

  .avatar-circle._06 {
    max-width: 120px;
  }

  .avatar-circle._07 {
    max-width: 160px;
  }

  .avatar-circle._08 {
    max-width: 240px;
  }

  .avatar-circle._90px {
    max-width: 64px;
  }

  .style---icons-grid {
    grid-template-columns: repeat(auto-fit, 56px);
  }

  .square-icon {
    max-width: 56px;
    border-radius: 12px;
  }

  .style---line-icons-grid {
    grid-template-columns: repeat(auto-fit, 18px);
  }

  .rich-text ul,
  .rich-text ol {
    padding-left: 30px;
  }

  .style---logo-sidebar {
    max-width: 210px;
  }

  .section {
    padding-top: 92px;
    padding-bottom: 92px;
  }

  .section.small {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section.large {
    padding-top: 123px;
    padding-bottom: 123px;
  }

  .section.large.overflow-hidden {
    padding-top: 18px;
    padding-bottom: 48px;
  }

  .section.large.padding-bottom-large-v2 {
    padding-bottom: 102px;
  }

  .section.hero-primary {
    padding-top: 50px;
    padding-bottom: 102px;
  }

  .section.hero-primary.hero-v6 {
    padding-top: 50px;
  }

  .section.template-pages-hero {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.padding-bottom-reduced {
    padding-bottom: 82px;
  }

  .section.small-v2 {
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .section.small-v2.coming-soon {
    padding-top: 50px;
  }

  .section.hero-v1,
  .section.hero-v2 {
    padding-top: 50px;
    padding-bottom: 102px;
  }

  .section.padding-top-0px {
    padding-top: 0;
  }

  .section.hero-v3,
  .section.hero-v4 {
    padding-top: 50px;
    padding-bottom: 84px;
  }

  .section.small-v3 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section.hero-v5 {
    padding-top: 50px;
  }

  .section.hero-v6 {
    padding-top: 50px;
    padding-bottom: 84px;
  }

  .section.hero-v7 {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .section.padding-top-reduced {
    padding-top: 82px;
  }

  .section.large-v2 {
    padding-top: 102px;
    padding-bottom: 102px;
  }

  .section.pd-bottom-0px {
    padding-bottom: 0;
  }

  .section.hero-v8 {
    padding-bottom: 102px;
  }

  .section.hero-v9 {
    padding-top: 50px;
    padding-bottom: 82px;
  }

  .heading-h1-size {
    font-size: 38px;
  }

  .heading-h1-size.large {
    font-size: 43px;
  }

  .heading-h2-size {
    font-size: 26px;
  }

  .heading-h4-size {
    font-size: 20px;
  }

  .heading-h5-size {
    font-size: 16px;
  }

  .heading-h6-size {
    font-size: 14px;
  }

  .header-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .header-nav-menu-list {
    height: auto;
    grid-column-gap: 12px;
    grid-row-gap: 0px;
    flex-direction: row;
    flex: none;
    justify-content: space-around;
    align-items: stretch;
    line-height: 1.267em;
    display: flex;
    font-size: 12px;
  }

  .header-nav-list-item {
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .dropdown-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .header-logo {
    max-width: 186px;
  }

  .header-right-side {
    display: flex;
  }

  .btn-circle-primary {
    width: 56px;
    height: 56px;
    min-height: 56px;
    min-width: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .btn-circle-primary.large {
    width: 72px;
    height: 72px;
    min-height: 72px;
    min-width: 72px;
    font-size: 26px;
    line-height: 28px;
  }

  .btn-circle-secondary {
    width: 56px;
    height: 56px;
    min-height: 56px;
    min-width: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .btn-circle-secondary.large {
    width: 72px;
    height: 72px;
    min-height: 72px;
    min-width: 72px;
    font-size: 26px;
    line-height: 28px;
  }

  .btn-circle-secondary.slider-arrow.v1 {
    top: auto;
    bottom: -90px;
    left: 0%;
    right: auto;
  }

  .btn-circle-secondary.slider-arrow.v1.left {
    right: auto;
  }

  .btn-circle-secondary.slider-arrow.v1.right {
    left: 80px;
  }

  .utility-page-wrap.not-found {
    padding-top: 50px;
    padding-bottom: 80px;
  }

  .utility-page-wrap.page-protected {
    padding-top: 90px;
    padding-bottom: 146px;
  }

  .error-message.page-protected {
    margin: -50px 24px 23px;
  }

  .grid-footer-logo---paragraph {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .subtitle {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .cta-card {
    padding-left: 24px;
    padding-right: 24px;
  }

  .slider-wrapper.v2 {
    margin-bottom: 130px;
  }

  .tabs-menu {
    flex-direction: column;
    align-items: stretch;
  }

  .tabs-content.card {
    padding: 60px 35px 40px;
  }

  .pd---content-inside-card {
    padding: 32px 24px 40px;
  }

  .pd---content-inside-card.team-member-page {
    padding: 40px 35px 56px;
  }

  .pd---content-inside-card.large {
    padding: 72px 40px;
  }

  .pd---content-inside-card.large.template-pages {
    padding-left: 32px;
    padding-right: 32px;
  }

  .image.logo-strip {
    width: 120px;
  }

  .image.logo-strip.google {
    width: 101px;
  }

  .image.logo-strip.twitch {
    width: 90px;
  }

  .grid-top---text-2-buttons {
    grid-template-columns: 0.9fr;
  }

  .not-found-number {
    font-size: 120px;
    line-height: 110px;
  }

  ._674.hero-left,
  ._674.hero-v1-left {
    margin-bottom: 70px;
  }

  ._674.logo-strip-v1-right {
    max-width: 400px;
    flex-wrap: wrap;
    justify-content: center;
  }

  ._674.content-right,
  ._674.features-left {
    margin-bottom: 70px;
  }

  ._674.author-left {
    max-width: 340px;
    margin-bottom: 50px;
  }

  ._674.cta-card-left-copy {
    margin-bottom: 60px;
  }

  ._674.hero-v2-left {
    margin-bottom: 112px;
  }

  ._674.content-v2-right {
    margin-bottom: 70px;
  }

  ._674.card-testimonial-v2-left {
    margin-bottom: 25px;
    margin-right: 0;
  }

  ._674.card-testimonial-v2-right {
    text-align: center;
  }

  ._674.content-v3-left {
    padding-bottom: 58px;
  }

  ._674.content-v3-right,
  ._674.hero-v4-left,
  ._674.content-v4-left,
  ._674.content-v5-left {
    margin-bottom: 70px;
  }

  ._674.hero-v6-left {
    margin-bottom: 90px;
  }

  ._674.hero-v7-left,
  ._674.content-v6-right,
  ._674.content-v7-left,
  ._674.hero-v8-left {
    margin-bottom: 70px;
  }

  ._674.hero-v8-right {
    max-width: 264px;
  }

  ._674.not-found-right {
    max-width: 300px;
    min-height: 250px;
    margin-bottom: 50px;
  }

  ._674.hero-v7-left-copy {
    margin-bottom: 70px;
  }

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

  .square.bg-secondary-1.cta-v2,
  .square.bg-secondary-1.cta-v3 {
    width: 144px;
    padding-top: 144px;
    left: 18%;
  }

  .square.bg-secondary-2.cta {
    width: 41%;
    padding-top: 41%;
  }

  .triangle-bottom-right.bg-secondary-1.cta-v2,
  .triangle-bottom-right.bg-secondary-1.cta-v3 {
    width: 144px;
    padding-top: 144px;
    right: 18%;
  }

  .circle.bg-secondary-2.hero-v1-circle-2 {
    display: none;
  }

  .circle.bg-secondary-2.hero-v2-circle-2 {
    margin-bottom: -110px;
  }

  .circle.bg-secondary-2.cta-v2-circle-1 {
    z-index: 1;
    width: 144px;
    padding-top: 144px;
    bottom: -16%;
  }

  .circle.bg-secondary-2.cta-v2-circle-2 {
    width: 144px;
    padding-top: 144px;
    display: none;
    right: -15%;
  }

  .circle.bg-secondary-2.cta-v3-circle-1 {
    z-index: 1;
    width: 144px;
    padding-top: 144px;
    bottom: -16%;
  }

  .circle.bg-secondary-2.cta-v3-circle-2 {
    width: 144px;
    padding-top: 144px;
    display: none;
    right: -15%;
  }

  .circle.bg-secondary-2.top-left {
    top: -50px;
  }

  .circle.bg-secondary-2.bottom-right {
    bottom: -110px;
  }

  .circle.bg-secondary-3.cta {
    width: 31%;
    padding-top: 31%;
    display: none;
    right: -18%;
  }

  .circle.bg-secondary-3.hero-v7-circle-1 {
    right: -23%;
  }

  .circle.bg-secondary-3.hero-v7-circle-2 {
    bottom: -14%;
    left: -12%;
  }

  .circle.bg-secondary-3.cta-v2-circle-3,
  .circle.bg-secondary-3.cta-v3-circle-3 {
    width: 144px;
    padding-top: 144px;
    display: none;
    left: -15%;
  }

  .circle.bg-secondary-3.hero-v8 {
    right: -53px;
  }

  .circle.bg-secondary-3.cover-circle-2 {
    top: -18%;
  }

  .circle.bg-primary-1.bottom-right {
    bottom: -48px;
    right: -53px;
  }

  .circle.bg-primary-1.top-left {
    top: -30px;
  }

  .circle.bg-primary-1.hero-v3 {
    left: -523px;
  }

  .mg-bottom-20px {
    font-size: 30px;
  }

  .footer-top {
    padding-top: 90px;
    padding-bottom: 77px;
  }

  .nav-content {
    justify-content: flex-start;
  }

  .max-width-660px-mb {
    max-width: 660px;
  }

  .mg-top-default {
    margin-top: 40px;
  }

  .semicircle-left.secondary-2.hero-v1 {
    width: 30%;
    padding-top: 30%;
    right: 11%;
  }

  .semicircle-left.secondary-1.hero-v2 {
    margin-bottom: -110px;
  }

  .position-absolute.bg-dots.top-left {
    top: -17px;
  }

  .position-absolute.bg-dots.top-right {
    top: -13px;
  }

  .position-absolute.bg-dots.bottom-right {
    bottom: -29px;
  }

  .semicircle-right.secondary-2.bg-secondary-1.hero-v8 {
    bottom: -18%;
  }

  .semicircle-right.secondary-1.cta {
    width: 48%;
    padding-top: 48%;
    right: -5%;
  }

  .mg-top-large {
    margin-top: 32px;
  }

  .mg-bottom-large {
    margin-bottom: 122px;
  }

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

  .gap-row-121px {
    grid-row-gap: 50px;
  }

  .max-width-500px-mb {
    max-width: 500px;
  }

  .mg-bottom-large-v2 {
    margin-bottom: 62px;
  }

  .mg-bottom-large-v3 {
    margin-bottom: 48px;
  }

  .semicircle-bottom.secondary-3.hero-v5 {
    top: -14%;
  }

  .triangle-top-right.primary-1.hero-v5 {
    bottom: 17%;
  }

  .mg-bottom-large-v4 {
    margin-bottom: 100px;
  }

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

  .mg-top-large-v2 {
    margin-top: 50px;
  }

  .mg-bottom-large-v5 {
    margin-bottom: 52px;
  }

  .cta-card-v2 {
    padding: 61px 35px 184px;
  }

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

  .cta-card-v3 {
    padding: 65px 35px 184px;
  }

  .mg-bottom-large-v6 {
    margin-bottom: 52px;
  }

  .btn-tab {
    margin: 12px 0;
    padding: 20px 32px;
  }

  .text-size-25px-tablet {
    font-size: 25px;
  }

  .dropdown-container {
    width: 100%;
    right: auto;
  }

  ._568.hero-left,
  ._568.hero-v1-left {
    margin-bottom: 70px;
  }

  ._568.logo-strip-v1-right {
    max-width: 400px;
    flex-wrap: wrap;
    justify-content: center;
  }

  ._568.content-right,
  ._568.features-left {
    margin-bottom: 70px;
  }

  ._568.author-left {
    max-width: 340px;
    margin-bottom: 50px;
  }

  ._568.cta-card-left-copy {
    margin-bottom: 60px;
  }

  ._568.hero-v2-left {
    margin-bottom: 112px;
  }

  ._568.content-v2-right {
    margin-bottom: 70px;
  }

  ._568.card-testimonial-v2-left {
    margin-bottom: 25px;
    margin-right: 0;
  }

  ._568.card-testimonial-v2-right {
    text-align: center;
  }

  ._568.content-v3-left {
    padding-bottom: 58px;
  }

  ._568.content-v3-right,
  ._568.hero-v4-left,
  ._568.content-v4-left,
  ._568.content-v5-left {
    margin-bottom: 70px;
  }

  ._568.hero-v6-left {
    margin-bottom: 90px;
  }

  ._568.hero-v7-left,
  ._568.content-v6-right,
  ._568.content-v7-left,
  ._568.hero-v8-left {
    margin-bottom: 70px;
  }

  ._568.hero-v8-right {
    max-width: 264px;
  }

  ._568.not-found-right {
    max-width: 300px;
    min-height: 250px;
    margin-bottom: 50px;
  }

  ._568.content-v7-left-copy {
    margin-bottom: 70px;
  }

  .team-circles {
    padding: 60px 15px;
  }

  .team-grid,
  .team-grid-med {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-2-h.container-674px {
    max-width: 100%;
  }

  .team-grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  ._674-copy.hero-left,
  ._674-copy.hero-v1-left {
    margin-bottom: 70px;
  }

  ._674-copy.logo-strip-v1-right {
    max-width: 400px;
    flex-wrap: wrap;
    justify-content: center;
  }

  ._674-copy.content-right,
  ._674-copy.features-left {
    margin-bottom: 70px;
  }

  ._674-copy.author-left {
    max-width: 340px;
    margin-bottom: 50px;
  }

  ._674-copy.cta-card-left-copy {
    margin-bottom: 60px;
  }

  ._674-copy.hero-v2-left {
    margin-bottom: 112px;
  }

  ._674-copy.content-v2-right {
    margin-bottom: 70px;
  }

  ._674-copy.card-testimonial-v2-left {
    margin-bottom: 25px;
    margin-right: 0;
  }

  ._674-copy.card-testimonial-v2-right {
    text-align: center;
  }

  ._674-copy.content-v3-left {
    padding-bottom: 58px;
  }

  ._674-copy.content-v3-right,
  ._674-copy.hero-v4-left,
  ._674-copy.content-v4-left,
  ._674-copy.content-v5-left {
    margin-bottom: 70px;
  }

  ._674-copy.hero-v6-left {
    margin-bottom: 90px;
  }

  ._674-copy.hero-v7-left,
  ._674-copy.content-v6-right,
  ._674-copy.content-v7-left,
  ._674-copy.hero-v8-left {
    margin-bottom: 70px;
  }

  ._674-copy.hero-v8-right {
    max-width: 264px;
  }

  ._674-copy.not-found-right {
    max-width: 300px;
    min-height: 250px;
    margin-bottom: 50px;
  }

  ._674-copy.hero-v7-left-copy {
    margin-bottom: 70px;
  }

  .input-2 {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .input-2.large.button-inside.button-inside-large-v2 {
    padding-right: 198px;
  }

  .btn-secondary-copy.small {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .btn-secondary-copy.large {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .team-grid-3 {
    grid-template-columns: 1fr 1fr;
  }

  .heading-h5-size-light {
    font-size: 16px;
  }

  .mg-bottom-20px-copy {
    font-size: 30px;
  }
}

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

  blockquote {
    padding: 60px 25px;
  }

  .grid-2-columns.contact-v1 {
    grid-row-gap: 60px;
  }

  .grid-2-columns._2-col-mbl._1-col-mbp {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.changelog-item {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.footer {
    grid-row-gap: 60px;
  }

  .grid-2-columns._1-col-mbp {
    grid-template-columns: 1fr;
  }

  .card.form {
    min-height: 970px;
    padding: 48px 25px;
  }

  .card.content-center.speaker {
    padding-top: 33px;
    padding-bottom: 48px;
  }

  .card.content-center.features {
    padding-top: 38px;
    padding-bottom: 48px;
  }

  .card.content-center.pages {
    padding-bottom: 40px;
  }

  .card.content-left {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.content-left.testimonial-v1 {
    padding: 44px 25px 32px;
  }

  .card.content-left.testimonial {
    padding: 45px 25px;
  }

  .card.content-left.pd-32px---28px {
    padding-left: 25px;
    padding-right: 25px;
  }

  .card.content-left.pd-48px---41px---78px---68px {
    padding: 45px 25px 40px;
  }

  .card.icon-left---content-right {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.testimonial-v2 {
    padding-top: 43px;
    padding-bottom: 43px;
  }

  .card.form-v2 {
    min-height: 953px;
    padding: 44px 25px 50px;
  }

  .card.form-v3 {
    min-height: 708px;
    padding: 44px 25px 50px;
  }

  .card.form-v4 {
    min-height: 812px;
    padding: 45px 25px 51px;
  }

  .card.form-v4.bg-neutral-200 {
    align-items: stretch;
  }

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

  .divider,
  .divider._50px {
    margin-top: 32px;
    margin-bottom: 32px;
  }

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

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

  .mg-bottom-48px,
  .mg-bottom-56px {
    margin-bottom: 32px;
  }

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

  .mg-top-48px {
    margin-top: 32px;
  }

  .display-1 {
    font-size: 44px;
  }

  .display-2 {
    font-size: 40px;
  }

  .display-3 {
    font-size: 24px;
  }

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

  .grid-3-columns._3-icon-list {
    justify-content: start;
    justify-items: start;
  }

  .grid-3-columns.gap-row-64px {
    grid-row-gap: 40px;
  }

  .grid-3-columns.image-center---icons-sides {
    grid-row-gap: 60px;
  }

  .style---heading {
    margin-bottom: 40px;
    padding-top: 66px;
    padding-bottom: 66px;
  }

  .inner-container._400px.max-width-100-mbp {
    max-width: 100%;
  }

  .inner-container._30.image-above-hero-v6 {
    top: 50px;
  }

  .style---content-heading {
    padding-left: 22px;
    padding-right: 22px;
  }

  .style---heading-icon-wrapper {
    width: 58px;
    border-radius: 16px;
    margin-right: 14px;
  }

  .border-radius-24px {
    border-radius: 20px;
  }

  .btn-primary {
    width: 100%;
    padding: 18px 20px;
  }

  .btn-primary.inside-input {
    position: static;
  }

  .btn-primary.inside-input:hover {
    transform: translate3d(0, -3px, 0.01px);
  }

  .btn-primary.inside-input.default {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .btn-primary.button-row {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .btn-primary.btn-white-mbp {
    border-color: var(--neutral--100);
    background-color: var(--neutral--100);
    color: var(--accent--primary-1);
  }

  .badge-primary {
    padding: 14px 22px;
    font-size: 16px;
    line-height: 18px;
  }

  .badge-primary.small {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 16px;
  }

  .badge-secondary {
    padding: 14px 22px;
    font-size: 16px;
    line-height: 18px;
  }

  .badge-secondary.small {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 16px;
  }

  .input {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 18px;
    position: static;
  }

  .input::-ms-input-placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .input.large.button-inside {
    min-height: 64px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .input.large.button-inside.button-inside-large,
  .input.large.button-inside.button-inside-large-v2 {
    padding-right: 20px;
  }

  .input.button-inside {
    margin-bottom: 16px;
    padding-right: 20px;
  }

  .checkbox-field-wrapper {
    font-size: 16px;
    line-height: 20px;
  }

  .checkbox-field-wrapper.large {
    font-size: 18px;
    line-height: 22px;
  }

  .checkbox {
    min-height: 22px;
    min-width: 22px;
  }

  .checkbox.large {
    min-height: 26px;
    min-width: 26px;
  }

  .radio-button-field-wrapper {
    font-size: 16px;
    line-height: 22px;
  }

  .radio-button-field-wrapper.large {
    font-size: 18px;
    line-height: 24px;
  }

  .radio-button {
    min-height: 22px;
    min-width: 22px;
  }

  .radio-button.large {
    min-height: 26px;
    min-width: 26px;
  }

  .square-icon {
    max-width: 56px;
    border-radius: 14px;
  }

  .social-icon-square {
    width: 30px;
    height: 30px;
    min-height: 30px;
    min-width: 30px;
    border-radius: 6px;
    font-size: 14px;
  }

  .rich-text h3 {
    margin-top: 24px;
  }

  .rich-text ul,
  .rich-text ol {
    margin-top: 20px;
    padding-left: 20px;
  }

  .buttons-row {
    flex-direction: column;
  }

  .container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-default.z-index-1 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .section {
    padding-top: 74px;
    padding-bottom: 74px;
  }

  .section.small {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section.large {
    padding-top: 98px;
    padding-bottom: 98px;
  }

  .section.large.overflow-hidden {
    margin-bottom: 58px;
    padding-bottom: 3px;
  }

  .section.large.padding-bottom-large-v2 {
    padding-bottom: 82px;
  }

  .section.hero-primary {
    padding-top: 40px;
    padding-bottom: 82px;
  }

  .section.hero-primary.hero-v6 {
    padding-top: 40px;
  }

  .section.template-pages-hero {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.template-pages-hero.short {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .section.padding-bottom-reduced {
    padding-bottom: 66px;
  }

  .section.small-v2 {
    padding-top: 66px;
    padding-bottom: 66px;
  }

  .section.small-v2.coming-soon {
    padding-top: 40px;
  }

  .section.hero-v1,
  .section.hero-v2 {
    padding-top: 40px;
    padding-bottom: 82px;
  }

  .section.padding-top-0px {
    padding-top: 0;
  }

  .section.hero-v3,
  .section.hero-v4 {
    padding-top: 40px;
    padding-bottom: 68px;
  }

  .section.small-v3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.hero-v5 {
    padding-top: 40px;
  }

  .section.hero-v6 {
    padding-top: 40px;
    padding-bottom: 68px;
  }

  .section.hero-v7 {
    padding-top: 40px;
  }

  .section.padding-top-reduced {
    padding-top: 66px;
  }

  .section.large-v2 {
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .section.pd-bottom-0px {
    padding-bottom: 0;
  }

  .section.hero-v8 {
    padding-top: 40px;
    padding-bottom: 82px;
  }

  .section.hero-v9 {
    padding-top: 40px;
    padding-bottom: 66px;
  }

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

  .heading-h1-size.large {
    font-size: 36px;
  }

  .heading-h2-size {
    font-size: 26px;
  }

  .header-wrapper {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .header-nav-menu-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-nav-list-item {
    text-align: left;
  }

  .header-nav-list-item.show-in-tablet {
    width: 100%;
    justify-content: flex-start;
    display: flex;
  }

  .header-logo {
    max-width: 170px;
  }

  .header-right-side {
    margin-left: 20px;
  }

  .utility-page-wrap {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .utility-page-wrap.not-found {
    padding-top: 40px;
    padding-bottom: 64px;
  }

  .utility-page-wrap.page-protected {
    padding-top: 72px;
    padding-bottom: 116px;
  }

  .error-message.page-protected {
    margin-top: -40px;
  }

  .card-link-icon {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

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

  .bg-split.right {
    min-height: 30%;
  }

  .bg-split.right.hero-v7 {
    background-color: var(--neutral--100);
  }

  .bg-split.bottom.hero-v3 {
    min-height: 40%;
  }

  .bg-split.top.hero-v5 {
    min-height: 90%;
  }

  .subtitle {
    margin-bottom: 15px;
  }

  .slider-mask.width-474px {
    max-width: 100%;
  }

  .tabs-content.card {
    padding: 50px 25px 33px;
  }

  .avatar-image {
    width: 100%;
  }

  .pd---content-inside-card.team-member-page {
    padding: 33px 25px 48px;
  }

  .pd---content-inside-card.large {
    padding: 60px 25px;
  }

  .pd---content-inside-card.large.template-pages {
    padding-left: 24px;
    padding-right: 24px;
  }

  .pd---content-inside-card.template-pages---sidebar {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .image.logo-strip {
    width: 110px;
  }

  .image.logo-strip.google {
    width: 91px;
  }

  .image.logo-strip.twitch {
    width: 80px;
  }

  .grid-top---text-2-buttons {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .not-found-number {
    font-size: 100px;
    line-height: 100px;
  }

  ._674.hero-left,
  ._674.hero-v1-left,
  ._674.content-right,
  ._674.features-left {
    margin-bottom: 60px;
  }

  ._674.hero-v1-content-bottom-left {
    margin-bottom: 10px;
    margin-right: 0;
  }

  ._674.hero-content-bottom-right {
    align-self: auto;
  }

  ._674.author-left {
    margin-bottom: 40px;
  }

  ._674.cta-card-left-copy {
    margin-bottom: 50px;
  }

  ._674.hero-v2-left {
    margin-bottom: 90px;
  }

  ._674.content-v2-right {
    margin-bottom: 60px;
  }

  ._674.card-testimonial-v2-left {
    margin-bottom: 20px;
  }

  ._674.content-v3-left {
    padding-bottom: 48px;
  }

  ._674.content-v3-right,
  ._674.hero-v4-left,
  ._674.content-v4-left,
  ._674.content-v5-left {
    margin-bottom: 60px;
  }

  ._674.hero-v6-left {
    margin-bottom: 80px;
  }

  ._674.hero-v7-left {
    margin-bottom: 3px;
  }

  ._674.content-v6-right,
  ._674.content-v7-left,
  ._674.hero-v8-left {
    margin-bottom: 60px;
  }

  ._674.not-found-right {
    max-width: 250px;
    min-height: 200px;
    margin-bottom: 40px;
  }

  ._674.hero-v7-left-copy {
    margin-bottom: 60px;
  }

  .buttons-row-left {
    align-self: stretch;
    margin-bottom: 15px;
    margin-right: 0;
  }

  .buttons-row-right {
    align-self: stretch;
  }

  .text-breaking-no-wrap {
    font-size: 24px;
    line-height: 1em;
  }

  .square.bg-secondary-1.cta-v2,
  .square.bg-secondary-1.cta-v3 {
    left: 0%;
  }

  .square.bg-primary-1.hero-v5 {
    top: -1%;
  }

  .triangle-bottom-right.bg-secondary-1.cta-v2,
  .triangle-bottom-right.bg-secondary-1.cta-v3 {
    right: 0%;
  }

  .circle.bg-secondary-2.hero-v2-circle-2 {
    margin-bottom: -60px;
  }

  .circle.bg-secondary-2.hero-v5 {
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .circle.bg-secondary-2.top-left {
    top: -40px;
  }

  .circle.bg-secondary-2.bottom-right {
    bottom: -85px;
  }

  .circle.bg-secondary-3.hero-v8 {
    right: -51px;
  }

  .circle.bg-primary-1.bottom-right {
    bottom: -43px;
    right: -43px;
  }

  .circle.bg-primary-1.top-left {
    left: -164px;
  }

  .circle.bg-primary-1.hero-v3 {
    left: -615px;
  }

  .container-medium-822px {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-top {
    padding-top: 72px;
    padding-bottom: 61px;
  }

  .footer-logo {
    width: 100%;
    max-width: 240px;
  }

  .flex.vertical-mbp {
    flex-direction: column;
  }

  .flex.justify-center-mbp {
    justify-content: center;
  }

  .container-large-1084px {
    padding-left: 20px;
    padding-right: 20px;
  }

  .semicircle-left.secondary-1.hero-v2 {
    margin-bottom: -60px;
  }

  .position-absolute.bg-dots.top-left {
    left: -28px;
  }

  .position-absolute.bg-dots.top-right {
    right: -30px;
  }

  .semicircle-right.secondary-2.bg-secondary-1.hero-v8 {
    bottom: -3%;
  }

  .mg-bottom-large {
    margin-bottom: 98px;
  }

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

  .gap-row-121px {
    grid-row-gap: 40px;
  }

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

  .mg-bottom-large-v2 {
    margin-bottom: 52px;
  }

  .mg-bottom-large-v3 {
    margin-bottom: 40px;
  }

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

  .text-center-mbp {
    text-align: center;
  }

  .center-element-mbp {
    margin-left: auto;
    margin-right: auto;
  }

  .triangle-top-right.primary-1.hero-v5 {
    display: none;
    bottom: 0%;
  }

  .border-radius-36px {
    border-radius: 20px;
  }

  .mg-bottom-large-v4 {
    margin-bottom: 80px;
  }

  .mg-bottom-small {
    margin-bottom: 15px;
    font-size: 36px;
    line-height: 1em;
  }

  .mg-bottom-large-v5 {
    margin-bottom: 43px;
  }

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

  .cta-card-v2 {
    padding-top: 51px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .max-width-47px.mg-right-20px.mg-bottom-20px-mbp {
    margin-right: 0;
  }

  .max-width-330px-mbp {
    max-width: 330px;
  }

  .max-width-100-mbp {
    max-width: 100%;
  }

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

  .cta-card-v3 {
    padding-top: 54px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .mg-bottom-large-v6 {
    margin-bottom: 43px;
  }

  .btn-tab {
    width: 100%;
    padding: 18px 20px;
  }

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

  .container-674px {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-size-25px-tablet {
    font-size: 25px;
  }

  ._568.hero-left,
  ._568.hero-v1-left,
  ._568.content-right,
  ._568.features-left {
    margin-bottom: 60px;
  }

  ._568.hero-v1-content-bottom-left {
    margin-bottom: 10px;
    margin-right: 0;
  }

  ._568.hero-content-bottom-right {
    align-self: auto;
  }

  ._568.author-left {
    margin-bottom: 40px;
  }

  ._568.cta-card-left-copy {
    margin-bottom: 50px;
  }

  ._568.hero-v2-left {
    margin-bottom: 90px;
  }

  ._568.content-v2-right {
    margin-bottom: 60px;
  }

  ._568.card-testimonial-v2-left {
    margin-bottom: 20px;
  }

  ._568.content-v3-left {
    padding-bottom: 48px;
  }

  ._568.content-v3-right,
  ._568.hero-v4-left,
  ._568.content-v4-left,
  ._568.content-v5-left {
    margin-bottom: 60px;
  }

  ._568.hero-v6-left {
    margin-bottom: 80px;
  }

  ._568.hero-v7-left,
  ._568.content-v6-right,
  ._568.content-v7-left,
  ._568.hero-v8-left {
    margin-bottom: 60px;
  }

  ._568.not-found-right {
    max-width: 250px;
    min-height: 200px;
    margin-bottom: 40px;
  }

  ._568.content-v7-left-copy {
    margin-bottom: 60px;
  }

  .container {
    max-width: none;
  }

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

  .team-grid,
  .team-grid-med {
    grid-template-columns: 1fr;
  }

  .div-block-2-h.container-674px {
    max-width: 100%;
  }

  .section-2 {
    background-image: none;
  }

  .team-grid-2 {
    grid-template-columns: 1fr;
  }

  ._674-copy.hero-left,
  ._674-copy.hero-v1-left,
  ._674-copy.content-right,
  ._674-copy.features-left {
    margin-bottom: 60px;
  }

  ._674-copy.hero-v1-content-bottom-left {
    margin-bottom: 10px;
    margin-right: 0;
  }

  ._674-copy.hero-content-bottom-right {
    align-self: auto;
  }

  ._674-copy.author-left {
    margin-bottom: 40px;
  }

  ._674-copy.cta-card-left-copy {
    margin-bottom: 50px;
  }

  ._674-copy.hero-v2-left {
    margin-bottom: 90px;
  }

  ._674-copy.content-v2-right {
    margin-bottom: 60px;
  }

  ._674-copy.card-testimonial-v2-left {
    margin-bottom: 20px;
  }

  ._674-copy.content-v3-left {
    padding-bottom: 48px;
  }

  ._674-copy.content-v3-right,
  ._674-copy.hero-v4-left,
  ._674-copy.content-v4-left,
  ._674-copy.content-v5-left {
    margin-bottom: 60px;
  }

  ._674-copy.hero-v6-left {
    margin-bottom: 80px;
  }

  ._674-copy.hero-v7-left,
  ._674-copy.content-v6-right,
  ._674-copy.content-v7-left,
  ._674-copy.hero-v8-left {
    margin-bottom: 60px;
  }

  ._674-copy.not-found-right {
    max-width: 250px;
    min-height: 200px;
    margin-bottom: 40px;
  }

  ._674-copy.hero-v7-left-copy {
    margin-bottom: 60px;
  }

  .input-2 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 18px;
  }

  .input-2::-ms-input-placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .input-2::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .input-2.large.button-inside {
    min-height: 64px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .input-2.large.button-inside.button-inside-large-v2 {
    padding-right: 20px;
  }

  .btn-primary-2 {
    width: 100%;
    padding: 18px 20px;
  }

  .btn-primary-2.inside-input {
    position: static;
  }

  .btn-primary-2.inside-input:hover {
    transform: translate3d(0, -3px, 0.01px);
  }

  .btn-secondary-copy {
    width: 100%;
    padding: 18px 20px;
  }

  .team-grid-3 {
    grid-template-columns: 1fr;
  }

  .image-3 {
    padding-top: 6px;
  }

  .container-default-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-8 {
    margin-top: -40px;
  }

  .heading-7 {
    margin-bottom: 26px;
  }
}

#w-node-_2bda8388-cf7b-bef7-69ff-e58c68f7018b-68f70187 {
  justify-self: start;
}

#w-node-_41822b4a-09a3-c8cc-371c-1cd4f7754aab-68f70187 {
  align-self: center;
  justify-self: start;
}

#w-node-_04102e02-d946-ffef-eb08-e3c9729d582a-68f70187 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_08d73572-2657-0d28-807a-5db0b2d7f836-b2d7f831 {
  align-self: stretch;
}

#w-node-_08d73572-2657-0d28-807a-5db0b2d7f843-b2d7f831 {
  justify-self: end;
}

#w-node-_198f8745-f728-107e-ef2b-021ad7fd068a-1ce4444f,
#w-node-_92737823-f85c-2144-8012-b6923d54ac3b-1ce4444f,
#w-node-a4494f20-deca-d015-6a53-757f30df1b64-1ce4444f,
#w-node-cbeed4c8-d142-5c68-92ac-65e644b6c476-1ce4444f,
#w-node-cbeed4c8-d142-5c68-92ac-65e644b6c486-1ce4444f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_77b6f54b-33b1-5365-7431-410fbb8b2468-1ce444ce {
  justify-self: end;
}

#w-node-_72c37c20-7d0a-1453-cb59-ca6da8b1d782-1ce444d1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-b14ab8c7-49ca-c485-6c99-a6e6f5ec5a66-1ce444d1,
#w-node-f28e24ba-9a8b-3b28-5edf-3a41868d15d7-1ce444d1,
#w-node-f80e8734-0bfc-e7ac-ed26-945e1aa0ee47-1ce444d1,
#w-node-f80e8734-0bfc-e7ac-ed26-945e1aa0ee53-1ce444d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0eed6b55-12af-5324-6574-73800ee98178-1ce444f2 {
  align-self: start;
}

#w-node-_81870795-3556-bb5a-707e-591e18eea5ab-1ce444f2 {
  justify-self: end;
}

#w-node-e830d223-3ae7-4fcd-528c-127fe456a4e0-1ce444f2 {
  align-self: stretch;
  justify-self: end;
}

#w-node-ce2ee703-ced3-de55-9254-bd3c132971d2-1ce444f2,
#w-node-b73a7fc3-d650-54f4-642a-fba421cb5e0b-1ce4450b {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_6e43b33b-02d4-7f18-fd40-9ae251167332-1ce4450b,
#w-node-_48179c42-8780-db30-ba01-1c22fea07ab4-1ce4450f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bc417a24-437c-c9b2-ca85-b04d2d909243-1ce44516 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8fc58700-d30c-a54a-4193-1edbfae9f494-1ce44532 {
  justify-self: start;
}

@media screen and (min-width: 1920px) {
  #w-node-c037e35d-85d8-b1d0-2599-2f1cbc272ba9-750426ce {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: end;
    justify-self: end;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_2bda8388-cf7b-bef7-69ff-e58c68f7018b-68f70187 {
    justify-self: center;
  }

  #w-node-_08d73572-2657-0d28-807a-5db0b2d7f843-b2d7f831 {
    justify-self: auto;
  }

  #w-node-_77b6f54b-33b1-5365-7431-410fbb8b2468-1ce444ce {
    justify-self: center;
  }

  #w-node-e830d223-3ae7-4fcd-528c-127fe456a4e0-1ce444f2 {
    justify-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2bda8388-cf7b-bef7-69ff-e58c68f7018b-68f70187 {
    justify-self: center;
  }

  #w-node-_72c37c20-7d0a-1453-cb59-ca6da8b1d782-1ce444d1,
  #w-node-ce2ee703-ced3-de55-9254-bd3c132971d2-1ce444f2,
  #w-node-b73a7fc3-d650-54f4-642a-fba421cb5e0b-1ce4450b {
    grid-column: span 1 / span 1;
  }

  #w-node-e3a90f75-d470-7097-bbbe-55a933809da3-1ce4450f,
  #w-node-_4d23d9c3-32aa-001b-0596-e5a65931aef9-1ce4450f,
  #w-node-_5d0cf41d-1172-6000-505c-5abc2306569e-1ce4450f,
  #w-node-ae36a11d-9aa6-9b99-1c4e-812c3ccf1b6f-1ce4450f,
  #w-node-_529f5180-557e-0011-a8c7-d413bd690ec5-1ce4450f,
  #w-node-_529f5180-557e-0011-a8c7-d413bd690ed0-1ce4450f,
  #w-node-_529f5180-557e-0011-a8c7-d413bd690edb-1ce4450f,
  #w-node-_529f5180-557e-0011-a8c7-d413bd690ee6-1ce4450f,
  #w-node-_3e7a3750-203b-4f65-b2ff-7193010c307e-1ce4450f,
  #w-node-_820331d6-c4e7-e22c-17e6-307c4ba0cf79-1ce4450f,
  #w-node-_2cc935a5-ba4b-b138-1cd0-3ca62c07d263-1ce4450f,
  #w-node-_2cc935a5-ba4b-b138-1cd0-3ca62c07d26e-1ce4450f,
  #w-node-_2cc935a5-ba4b-b138-1cd0-3ca62c07d279-1ce4450f,
  #w-node-cd97ed09-7ee7-f868-9f24-92008cbffbf9-1ce4450f,
  #w-node-_678fa4ae-1fca-b02f-fd27-9efe550463d6-1ce4450f,
  #w-node-_053b3848-5278-b0d0-565f-4e26607311a1-1ce4450f,
  #w-node-_8638ecc7-fc7a-8770-ed2b-943d852abcf3-1ce4450f,
  #w-node-d7e62f01-1c68-6af4-0f0b-aa76e3a3f0a9-1ce4450f,
  #w-node-d7e62f01-1c68-6af4-0f0b-aa76e3a3f0bd-1ce4450f,
  #w-node-fdedfdaf-07eb-26ce-ec5a-44f9429fbce6-1ce4450f,
  #w-node-e5098d5c-99e5-a310-1707-51b579e0852f-1ce4450f,
  #w-node-_1d39ea8e-bae3-1512-4ef0-cdf93fc0f8da-1ce4450f,
  #w-node-_0959ac05-e5ad-fd43-8e7e-a09dd2f57df9-1ce4450f,
  #w-node-d7e62f01-1c68-6af4-0f0b-aa76e3a3f0d1-1ce4450f,
  #w-node-f9a626ae-4f05-7075-0d66-3072978dbb53-1ce4450f,
  #w-node-_5e353be1-d012-39fc-eeb8-2763382b8e35-1ce4450f {
    order: -9999;
  }

  #w-node-bc417a24-437c-c9b2-ca85-b04d2d909243-1ce44516,
  #w-node-_1db240cd-1802-8cd0-f542-3edd317856d1-1ce44532 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ce2ee703-ced3-de55-9254-bd3c132971d2-1ce444f2,
  #w-node-b73a7fc3-d650-54f4-642a-fba421cb5e0b-1ce4450b {
    justify-self: auto;
  }
}

@font-face {
  font-family: "Social Icons Font";
  src:
    url("https://uploads-ssl.webflow.com/63222e8fb1ed170ced12fd00/63222e8fb1ed17883412fd39_social-icon-font.woff2")
      format("woff2"),
    url("https://uploads-ssl.webflow.com/63222e8fb1ed170ced12fd00/63222e8fb1ed172ed612fd4a_social-icon-font.eot")
      format("embedded-opentype"),
    url("https://uploads-ssl.webflow.com/63222e8fb1ed170ced12fd00/63222e8fb1ed171cea12fd50_social-icon-font.woff")
      format("woff"),
    url("https://uploads-ssl.webflow.com/63222e8fb1ed170ced12fd00/63222e8fb1ed17e8b912fd4b_social-icon-font.ttf")
      format("truetype"),
    url("https://uploads-ssl.webflow.com/63222e8fb1ed170ced12fd00/63222e8fb1ed17afc012fd37_social-icon-font.svg")
      format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Line Square Icons";
  src:
    url("https://uploads-ssl.webflow.com/63222e8fb1ed170ced12fd00/63222e8fb1ed171aa512fd40_line-square-icons.woff2")
      format("woff2"),
    url("https://uploads-ssl.webflow.com/63222e8fb1ed170ced12fd00/63222e8fb1ed17548112fd52_line-square-icons.eot")
      format("embedded-opentype"),
    url("https://uploads-ssl.webflow.com/63222e8fb1ed170ced12fd00/63222e8fb1ed178b0a12fd3f_line-square-icons.woff")
      format("woff"),
    url("https://uploads-ssl.webflow.com/63222e8fb1ed170ced12fd00/63222e8fb1ed17a6ef12fd51_line-square-icons.ttf")
      format("truetype"),
    url("https://uploads-ssl.webflow.com/63222e8fb1ed170ced12fd00/63222e8fb1ed173fdd12fd44_line-square-icons.svg")
      format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Filled Icons";
  src:
    url("https://uploads-ssl.webflow.com/63222e8fb1ed170ced12fd00/63222e8fb1ed17f02f12fd3e_filled-icon-font.woff2")
      format("woff2"),
    url("https://uploads-ssl.webflow.com/63222e8fb1ed170ced12fd00/63222e8fb1ed173d2312fd56_filled-icon-font.eot")
      format("embedded-opentype"),
    url("https://uploads-ssl.webflow.com/63222e8fb1ed170ced12fd00/63222e8fb1ed179e6012fd53_filled-icon-font.woff")
      format("woff"),
    url("https://uploads-ssl.webflow.com/63222e8fb1ed170ced12fd00/63222e8fb1ed1797c712fd4e_filled-icon-font.ttf")
      format("truetype"),
    url("https://uploads-ssl.webflow.com/63222e8fb1ed170ced12fd00/63222e8fb1ed178cb412fd48_filled-icon-font.svg")
      format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Line Rounded Icons";
  src:
    url("https://uploads-ssl.webflow.com/63222e8fb1ed170ced12fd00/63222e8fb1ed17951612fd49_line-rounded-icons.woff2")
      format("woff2"),
    url("https://uploads-ssl.webflow.com/63222e8fb1ed170ced12fd00/63222e8fb1ed17938212fd54_line-rounded-icons.eot")
      format("embedded-opentype"),
    url("https://uploads-ssl.webflow.com/63222e8fb1ed170ced12fd00/63222e8fb1ed17c20712fd4c_line-rounded-icons.woff")
      format("woff"),
    url("https://uploads-ssl.webflow.com/63222e8fb1ed170ced12fd00/63222e8fb1ed174a1012fd43_line-rounded-icons.ttf")
      format("truetype"),
    url("https://uploads-ssl.webflow.com/63222e8fb1ed170ced12fd00/63222e8fb1ed170afe12fd4f_line-rounded-icons.svg")
      format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Thicccboi";
  src: url("https://uploads-ssl.webflow.com/63222e8fb1ed170ced12fd00/63222e8fb1ed17186412fd57_THICCCBOI-Regular.ttf")
    format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Thicccboi";
  src: url("https://uploads-ssl.webflow.com/63222e8fb1ed170ced12fd00/63222e8fb1ed17106612fd71_THICCCBOI-Bold.ttf")
    format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Thicccboi";
  src: url("https://uploads-ssl.webflow.com/63222e8fb1ed170ced12fd00/63222e8fb1ed17613e12fd6f_THICCCBOI-Medium.ttf")
    format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa v4compatibility";
  src: url("https://uploads-ssl.webflow.com/63222e8fb1ed170ced12fd00/6322457e7f202cd05ecfb79f_fa-v4compatibility.ttf")
    format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa brands 400";
  src: url("https://uploads-ssl.webflow.com/63222e8fb1ed170ced12fd00/6322457ec26b84f192a1a0a9_fa-brands-400.ttf")
    format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 400";
  src: url("https://uploads-ssl.webflow.com/63222e8fb1ed170ced12fd00/6322457e2cbc2211d9bb45cb_fa-regular-400.ttf")
    format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa solid 900";
  src: url("https://uploads-ssl.webflow.com/63222e8fb1ed170ced12fd00/6322457ee4cb7e6c142d3673_fa-solid-900.ttf")
    format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
