/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width:1200px){
main.body-container-wrapper .dnd-section>.row-fluid {
    padding-left:16px;
    padding-right: 16px;
}
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */


@font-face {
  font-family: Monorale;
  font-weight: 500;
  font-display: swap;
  src: url(https://8056686.fs1.hubspotusercontent-na1.net/hubfs/8056686/raw_assets/public/ZenOps_September2020/fonts/Monorale-Medium.woff) format("woff")
}
@font-face {
  font-family: Monorale;
  font-weight: 600;
  font-display: swap;
  src: url(https://8056686.fs1.hubspotusercontent-na1.net/hubfs/8056686/raw_assets/public/ZenOps_September2020/fonts/Monorale-SemiBold.woff) format("woff")
}
@font-face {
  font-family: Monorale;
  font-weight: 700;
  font-display: swap;
  src: url(https://8056686.fs1.hubspotusercontent-na1.net/hubfs/8056686/raw_assets/public/ZenOps_September2020/fonts/Monorale-Bold.woff) format("woff")
}
@font-face {
  font-family: Monorale;
  font-weight: 800;
  font-display: swap;
  src: url(https://8056686.fs1.hubspotusercontent-na1.net/hubfs/8056686/raw_assets/public/ZenOps_September2020/fonts/Monorale-ExtraBold.woff) format("woff")
}


html {
  font-size: 16px;
  line-height:1.5;
}

body {
  font-family: Monorale;
  font-size: 1rem;
  color: #e2e8f0;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Monorale;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 700;
  font-family: Monorale;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
  line-height: 1.3;
}

h2 {
  font-size: 1.6rem;
  line-height: 1.2;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.5;
}

h4 {
  font-family: Monorale;
  font-weight: normal;
  font-size: 1.175rem;
  line-height: 1.5;
}

h5 {
  font-size: 1rem;
  line-height: 1.5;
}

h6 {
  font-size: .9rem;
  line-height: 1.5;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  list-style-type: none;
}

ul li,
ol li {
 
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
  outline-color: green;
}

.disable-focus-styles :focus {
  outline: none;
}

@media (max-width: 767px) {
  html {
    font-size: 16px
  }
}

@media (max-width: 480px) {
  html {
    font-size: 16px
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 100%;
  font-family: Monorale;
}

.hs-form .field .input a {
    margin-top: 18px;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  line-height: 1.1;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  font-size: .92rem;
  padding: 15px 53px;

  text-decoration: none;
}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;

  color: #fff;
}

.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}


.hs-membership-loader.hs_submit.hs-submit {
    margin: 18px 0px;
}

input#hs-login-widget-remember {
    display: inline-block;
}

.hs-form label {
  font-size: 16px;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 4px;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b !important;
}

.hs-input {
  display: block;
  width: 100%;
  max-width:700px;
  height: 48px;
  padding: 9px 10px;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  background-color: #ffffff;
  border: 1px solid #D1D6DC;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.hs-landing-page #hs-pwd-widget-password {
    display: block;
    width: 100%;
    max-width: 700px;
    height: 48px !important;
    padding: 9px 10px;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    color: #33475b;
    border: 1px solid #D1D6DC;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    font-style: normal;
    margin-bottom: 18px;
    outline:none;
}

.hs-landing-page #hs-pwd-widget-password:focus{
    border-color: rgba(90,103,216,1.0)
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: #bfbfbf;
}

.hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

ul.no-list {
  list-style: none;
}

.field {
  margin-bottom: 18px;
}

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: red;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #e2e8f0;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}

@media(max-width:767px){
.hs-landing-page #hs-pwd-widget-password {
    max-width: 100%;
}
  
  .hs-input{
  max-width:100%;
  }

}

@media (max-width: 400px),
(min-device-width: 320px) and (max-device-width: 480px) {
  .email-correction form .form-columns-2 .hs-form-field,
  .email-correction form .form-columns-3 .hs-form-field,
  .email-validation form .form-columns-2 .hs-form-field,
  .email-validation form .form-columns-3 .hs-form-field {
    float: none;
    width: 100%;
  }
  .email-correction form .form-columns-2 .hs-form-field .hs-input,
  .email-correction form .form-columns-3 .hs-form-field .hs-input,
  .email-validation form .form-columns-2 .hs-form-field .hs-input,
  .email-validation form .form-columns-3 .hs-form-field .hs-input {
    width: 90%;
  }
  .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
  .email-correction form .form-columns-2 .hs-form-field input[type=radio],
  .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
  .email-correction form .form-columns-3 .hs-form-field input[type=radio],
  .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
  .email-validation form .form-columns-2 .hs-form-field input[type=radio],
  .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
  .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
    width: 24px;
  }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Monorale;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */

.land-ftr {
    border: 0 !important;
}

.landing-logo {
    padding: 14px 0px;
    padding-bottom: 15px;
}

@media (max-width:320px){
.landing-logo {
    padding: 8px 0px;
    padding-bottom: 32px;
    height: 14px;
}
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.header {
  background-color: #F8FAFC;
  border: 1px solid transparent;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.header-wrapper {
    min-height: 56px;
    position: relative;
}

.header__container {
  max-width: 1200px;
  margin: 0 auto;
  padding-left:24px;
  padding-right:24px;
}


.header-row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    white-space: nowrap;
}

.Contactez-text-right {
    margin-left: auto;
}

.contactez-flex a {
    text-decoration:none;
}

.header_logo.header_logo_main {
    width: 11.7%;
}

.contactez-flex {
    display: block;
    padding: 8px 16px;
    border-radius: 6px;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,.1), 0 2px 4px -1px rgba(0,0,0,.06);
    text-align: center;
    border: 1px solid #3bcc78;
    transition-duration: .3s;
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
    cursor: pointer;
}

.contactez-flex:hover {
    --transform-translate-y: -4px;
}

.header_logo.header_logo_main img {
    height: 24px;
    width: auto !important;
    vertical-align: middle;
}


.mobile-trigger{
display:none;
}


.mobile_button{
  display:none;

}

/* Tablet Styles */


@media (max-width:1260px){
.header {
    border-left: 0;
    border-right: 0px;
}
  
 .header_logo.header_logo_main {
    width: 11.9%;
}
  
}

@media (max-width:1200px){
.header_logo.header_logo_main {
    width: auto;
    margin-right: 42px;
}
}

@media (max-width:842px){
.header_logo.header_logo_main {
    width: auto;
    margin-right: auto;
}
  
  .custom-menu-primary {
    display: flex;
    white-space: nowrap;
    align-items: center;
    width: auto !important;
    margin-left: auto;
}
  
 .header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: initial;
    flex-wrap: wrap;
}
 
  
}

@media (max-width:820px){
.header_logo.header_logo_main img {
    height: 14px;
}
}

@media (max-width:801px){
.header_logo.header_logo_main img {
    height: 10px;
}
}



@media (max-width: 1150px) and (min-width: 767px) {
  .header__column {
    width: 100%;
  }

}

/* Mobile Styles */

@media (max-width: 767px) {
  
  .header-row {
    display: block;
}
  
.mobile-trigger{
  display:block;
}
  .contactez-flex:hover {
    --transform-translate-y: 0px;
}
  
  .header_logo.header_logo_main img {
     height: 24px;
     margin-top: -2px;
}
  
.header_logo.header_logo_main {
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
    align-items: center;
}
  
.Contactez-text-right {
    width: 100%;
}
  
  button.mobile-trigger {
    background: transparent;
    border: 0;
    color: #cbd5e0;
    outline: none;
    padding: 8px;
    margin-right: -8px;
    padding-bottom: 4px;
}
  
button.mobile-trigger svg {
    width: 24px;
    box-sizing: border-box;
    border: 0 solid #e2e8f0;
}
  
  button.mobile-trigger:hover {
    background-color: #f7fafc;
    border-radius: 6px;
    cursor:pointer;
}
  
  .header-wrapper {
    min-height: 41px;
    position: relative;
}
  
 .header {
    border: 0;
}
  
button svg {
    width: 24px;
    box-sizing: border-box;
    border: 0 solid #e2e8f0;
}
  
  .mobile_button button {
    background: transparent;
    border: 0;
    color: #cbd5e0;
    outline: 0;
    padding: 8px;
    margin-right: -8px;
    padding-bottom: 5px;
}
  
  .mobile_button button:hover {
    background-color: #f7fafc;
    border-radius: 6px;
    cursor:pointer;
}
  
}

@media (max-width:639px){

.header__container {
    padding-left: 16px;
    padding-right: 16px;
}
  
 .header_logo.header_logo_main img {
    height: 16px;
}
  
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: #F8FAFC;
}

body .footer__container {
  margin: 0 auto;
  padding:64px 32px;
  padding-bottom:64px !important;
}

.footer__copyright {
  font-family: Monorale;
}

footer .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border-width: 0;
}

.ftr-row.one svg {
    width: 24px;
}

.ftr-row.one p {
    margin-top: 32px;
    font-size: 16px;
    margin-bottom:32px;
}

.ftr-row.one img {
    height: 40px;
    vertical-align: middle;
    max-width: 100%;
    width: 144px !important;
}

.ftr_column.main {
    display: flex;
    flex-wrap: wrap;
}

.ftr_column.main .ftr-row.two ul>li {
    width: 22%;
    display: block;
}

.ftr_column.main .ftr-row.two ul {
    margin-top: 0px;
    display: flex;
    justify-content: space-between;
    white-space: nowrap;
    flex-wrap: wrap;
}


.ftr-row.two {
    width: 65.8%;
    margin-left: auto;
}

.ftr_column.main .ftr-row.two ul>li.hs-item-has-children>ul {
    display: block;
}

.footer_copyright.ZenOps {
    padding-top: 32px;
    border-top: 1px solid #edf2f7;
    margin-top: 41px;
}

.footer_copyright.ZenOps p {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
}


.ftr_column.main .ftr-row.two ul>li.hs-menu-depth-1>a {
    text-decoration: none;
    text-transform: uppercase;
    pointer-events: none;
}

.ftr_column.main .ftr-row.two ul>li.hs-menu-depth-1:first-child a {
    pointer-events: auto;
}

.ftr_column.main .ftr-row.two ul>li.hs-item-has-children ul.hs-menu-children-wrapper li {
    width: 100%;
    display: block;
    padding: 0px;
    margin: 0px;
}

.ftr_column.main .ftr-row.two ul>li.hs-item-has-children ul.hs-menu-children-wrapper>li>a {
    padding: 0px;
    margin: 0;
    display: block;
    line-height: 24px;
    font-size: 16px;
    text-decoration:none;
    font-weight: 500;
    letter-spacing: 0px;
}


ul.hs-menu-children-wrapper {
    margin-top: 16px !important;
}

.ftr_column.main .ftr-row.two ul>li>a {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.7px;
    line-height: 20px;
    display: block;
}


@media (max-width:1279px){

  .ftr_column.main {
    display: block;
    flex-wrap: wrap;
}
  
  .ftr-row.two {
    width: 100%;
    margin-left: 0;
    margin-top: 41px;
}
  
 .ftr_column.main .ftr-row.two ul>li {
    width: 23%;
    display: block;
}

  
  .footer_copyright.ZenOps {
    margin-top: 48px;
}
  
  .footer_copyright.ZenOps p{
    text-align:left;
  }
  
}


@media (max-width:1024px){
.ftr_column.main .ftr-row.two ul>li {
    width: 22.5%;
    display: block;
}
}

@media (max-width:1023px){
body .footer__container {
    padding: 48px 24px;
    padding-bottom: 48px !important;
}
}

@media (max-width:900px){
.ftr_column.main .ftr-row.two ul>li {
    width: 22.3%;
    display: block;
}
}

@media (max-width:800px){
.ftr_column.main .ftr-row.two ul>li {
    width: 21.9%;
    display: block;
}

}

@media (max-width:768px){
.ftr_column.main .ftr-row.two ul>li {
    width: 21.7%;
    display: block;
}
}

@media (max-width:767px){
.ftr_column.main .ftr-row.two ul>li.hs-menu-depth-1:nth-of-type(2) {
    order: 3;
    margin-top: -112px;
}

.ftr_column.main .ftr-row.two ul>li.hs-menu-depth-1:nth-of-type(3) {
    order: 2;
    margin-top: 48px;
}

.ftr_column.main .ftr-row.two ul>li.hs-menu-depth-1:nth-of-type(1) {
    order: 0;
}

.ftr_column.main .ftr-row.two ul>li.hs-menu-depth-1:nth-of-type(4) {
    order: 4;
    margin-top: 48px;
}
  
.ftr_column.main .ftr-row.two ul>li {
    width: 47.7%;
    display: block;
}

}

@media (max-width:640px){
.ftr_column.main .ftr-row.two ul>li {
    width: 47.3%;
    display: block;
}
}

@media (min-width:640px){
.footer__container {
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 48px;
  }

}

@media (max-width:639px){
  .footer__container{
    padding-left: 16px !important;
    padding-right: 16px !important;
    padding-bottom: 48px;
  }
  
}

@media (max-width:480px){
.ftr_column.main .ftr-row.two ul>li {
    width: 46.3%;
}
}

@media (max-width:479px){
.ftr_column.main .ftr-row.two ul {
    display: block;
}

.ftr_column.main .ftr-row.two ul>li {
    width: 100%;
}
  
.ftr_column.main .ftr-row.two ul>li.hs-menu-depth-1:nth-of-type(2) {
    margin-top: 0px;
}
  
}

@media (max-width:360px){

  .ftr_column.main .ftr-row.two ul>li.hs-menu-depth-1:nth-of-type(3) {
    order: 2;
    margin-top: 48px;
    padding-left: 4px;
}
  
.ftr_column.main .ftr-row.two ul>li.hs-menu-depth-1:nth-of-type(4) {
    order: 4;
    margin-top: 48px;
    padding-left: 4px;
}
  
 .ftr_column.main .ftr-row.two ul {
    margin-top: 0px;
    display: flex;
    justify-content: space-between;
    white-space: inherit;
    flex-wrap: wrap;
}
  
}

@media (max-width:320px){

  .ftr_column.main .ftr-row.two ul>li.hs-menu-depth-1:nth-of-type(4) {
    order: 4;
    margin-top: 48px;
    padding-left: 0px;
}
  
.ftr_column.main .ftr-row.two ul>li.hs-menu-depth-1:nth-of-type(3) {
    order: 2;
    margin-top: 48px;
    padding-left: 0px;
    margin-bottom: 48px;
}
  
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* banner */
.banner-section {
    text-align: center;
    position: relative;
    overflow: hidden;
    height: 330px;
}

.banner-section img {
    max-width: 100%;
    margin-top: 10px;
}

.absolute.absolute-pattern {
    top: 59%;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%,-41%);
    -ms-transform: translate(-50%,-41%);
    -o-transform: translate(-50%,-41%);
    transform: translate(-50%,-41%);
}

.banner h1 {
    font-family: Monorale;
    font-size: 64px;
    font-weight: 800;
    line-height: 64px;
    letter-spacing: -1.6px;
    color: #1a202c;
}

.banner p {
    font-size: 20px;
    line-height: 30px;
    font-family: Monorale;
    color: #a0aec0;
}

.blog-recent-posts__image[style="background-image: url('');"] {
    display: none;
}

@media (max-width: 1024px){
.absolute.absolute-pattern {
    top: 55%;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%,-45%);
    -ms-transform: translate(-50%,-45%);
    -o-transform: translate(-50%,-45%);
    transform: translate(-50%,-45%);
}
  

}

@media (max-width:1023px){

  .absolute.absolute-pattern {
    top: 56%;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%,-44%);
    -ms-transform: translate(-50%,-44%);
    -o-transform: translate(-50%,-44%);
    transform: translate(-50%,-44%);
    width:100%;
}
 
  
  .banner-section {
    text-align: center;
    position: relative;
    overflow: hidden;
    height: 285px;
}

}

@media (max-width:767px){
.banner h1 {
    font-size: 48px;
}
  
 .banner-section {
    height: 268px;
}
  
.banner-section img {
    margin-top: 25px;
}
  
 .absolute.absolute-pattern {
    top: 50%;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%,-45%);
    -ms-transform: translate(-50%,-45%);
    -o-transform: translate(-50%,-45%);
    transform: translate(-50%,-45%);
    width: 100%;

}
  
  .banner p {
    font-size: 18px;
}
  
}

@media (max-width:639px){
.banner h1 {
    font-size: 36px;
    line-height:40px;
}

.banner p {
    font-size: 16px;
}

.banner-section {
    height: 236px;
    text-align: right;
}
  
.banner-section img {
    margin-top: 25px;
    max-width: 86%;
}
 
  
.absolute.absolute-pattern {
    top: 55%;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%,-45%);
    -ms-transform: translate(-50%,-45%);
    -o-transform: translate(-50%,-45%);
    transform: translate(-50%,-45%);
    width: 100%;
    text-align:center;
}
  
}

@media (max-width:480px){

  .banner-section img {
    margin-top: 25px;
    max-width: 96.5%;
}

}


/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

.blog-header {
  background-color: #F8FAFC;
  text-align: center;
}

.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-header__title {
  font-size: 2rem;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
}

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}

.blog-sidebar.span3 {
    padding-top: 79.2px;
}

.prefixx{
clear:both;
}

@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-post img {
  max-width: 100%;
  }
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
}
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}
.blog-index__post-content p {
  font-family: Monorale;
}
.blog-index__post-content a {
  color: #e2e8f0;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Monorale;
  margin-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #e2e8f0;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #e2e8f0;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #e2e8f0;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-post {
  max-width: 960px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #e2e8f0;
  text-decoration: none;
}

.blog-post__tags {
  font-family: Monorale;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link {
  font-size: .8rem;
  color: #000;
}

.blog-recent-posts {
  margin-top: 3rem;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #e2e8f0;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: none;
  color: #494A52;
}


/*             Blog Listing with Sidebar            */
.post-item .page-center{
  display: -webkit-flex; /* Safari */
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
-webkit-flex: 1; /* Safari */
-ms-flex: 1; /* IE 10 */
flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
flex-basis: 31.914893614%;

}
img.featured-image {
  height: auto;
  width: 100% !important;
  object-fit: cover;
}


@media (max-width:767px){
.post-item .page-center {
    display: block;
}
  
.content-wrapper {
    padding-left: 16px;
    padding-right: 16px;
}
  
  .blog-index__post {
    padding-left: 0px;
    padding-right: 0px;
}
  
  .blog-recent-posts__list {
    display: block;
}
  
  .blog-recent-posts__post {
    padding-left: 0px;
    padding-right: 0px;
}
  
}

@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}

@media (max-width:320px){
.absolute.absolute-pattern {
    padding: 0px 16px;
}
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}

p.header {
    position: static;
}

ul.no-list {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Monorale;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 20px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 700px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Monorale;
  font-size: 1.25rem;
  color: #e2e8f0;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #e2e8f0;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}

@media (max-width:767px){
.systems-page .success {
  min-width:100%;
  max-width:100%;
}
  
.systems-page {
    padding-left: 0px;
    padding-right: 0px;
}
  
}
[data-sal] {
    transition-duration:.2s;
    transition-duration:var(--sal-duration,.2s);
    transition-delay:0s;
    transition-delay:var(--sal-delay,0s);
    transition-timing-function:ease;
    transition-timing-function:var(--sal-easing,ease)
   }
   [data-sal][data-sal-duration="200"] {
    transition-duration:.2s
   }
   [data-sal][data-sal-duration="250"] {
    transition-duration:.25s
   }
   [data-sal][data-sal-duration="300"] {
    transition-duration:.3s
   }
   [data-sal][data-sal-duration="350"] {
    transition-duration:.35s
   }
   [data-sal][data-sal-duration="400"] {
    transition-duration:.4s
   }
   [data-sal][data-sal-duration="450"] {
    transition-duration:.45s
   }
   [data-sal][data-sal-duration="500"] {
    transition-duration:.5s
   }
   [data-sal][data-sal-duration="550"] {
    transition-duration:.55s
   }
   [data-sal][data-sal-duration="600"] {
    transition-duration:.6s
   }
   [data-sal][data-sal-duration="650"] {
    transition-duration:.65s
   }
   [data-sal][data-sal-duration="700"] {
    transition-duration:.7s
   }
   [data-sal][data-sal-duration="750"] {
    transition-duration:.75s
   }
   [data-sal][data-sal-duration="800"] {
    transition-duration:.8s
   }
   [data-sal][data-sal-duration="850"] {
    transition-duration:.85s
   }
   [data-sal][data-sal-duration="900"] {
    transition-duration:.9s
   }
   [data-sal][data-sal-duration="950"] {
    transition-duration:.95s
   }
   [data-sal][data-sal-duration="1000"] {
    transition-duration:1s
   }
   [data-sal][data-sal-duration="1050"] {
    transition-duration:1.05s
   }
   [data-sal][data-sal-duration="1100"] {
    transition-duration:1.1s
   }
   [data-sal][data-sal-duration="1150"] {
    transition-duration:1.15s
   }
   [data-sal][data-sal-duration="1200"] {
    transition-duration:1.2s
   }
   [data-sal][data-sal-duration="1250"] {
    transition-duration:1.25s
   }
   [data-sal][data-sal-duration="1300"] {
    transition-duration:1.3s
   }
   [data-sal][data-sal-duration="1350"] {
    transition-duration:1.35s
   }
   [data-sal][data-sal-duration="1400"] {
    transition-duration:1.4s
   }
   [data-sal][data-sal-duration="1450"] {
    transition-duration:1.45s
   }
   [data-sal][data-sal-duration="1500"] {
    transition-duration:1.5s
   }
   [data-sal][data-sal-duration="1550"] {
    transition-duration:1.55s
   }
   [data-sal][data-sal-duration="1600"] {
    transition-duration:1.6s
   }
   [data-sal][data-sal-duration="1650"] {
    transition-duration:1.65s
   }
   [data-sal][data-sal-duration="1700"] {
    transition-duration:1.7s
   }
   [data-sal][data-sal-duration="1750"] {
    transition-duration:1.75s
   }
   [data-sal][data-sal-duration="1800"] {
    transition-duration:1.8s
   }
   [data-sal][data-sal-duration="1850"] {
    transition-duration:1.85s
   }
   [data-sal][data-sal-duration="1900"] {
    transition-duration:1.9s
   }
   [data-sal][data-sal-duration="1950"] {
    transition-duration:1.95s
   }
   [data-sal][data-sal-duration="2000"] {
    transition-duration:2s
   }
   [data-sal][data-sal-delay="50"] {
    transition-delay:.05s
   }
   [data-sal][data-sal-delay="100"] {
    transition-delay:.1s
   }
   [data-sal][data-sal-delay="150"] {
    transition-delay:.15s
   }
   [data-sal][data-sal-delay="200"] {
    transition-delay:.2s
   }
   [data-sal][data-sal-delay="250"] {
    transition-delay:.25s
   }
   [data-sal][data-sal-delay="300"] {
    transition-delay:.3s
   }
   [data-sal][data-sal-delay="350"] {
    transition-delay:.35s
   }
   [data-sal][data-sal-delay="400"] {
    transition-delay:.4s
   }
   [data-sal][data-sal-delay="450"] {
    transition-delay:.45s
   }
   [data-sal][data-sal-delay="500"] {
    transition-delay:.5s
   }
   [data-sal][data-sal-delay="550"] {
    transition-delay:.55s
   }
   [data-sal][data-sal-delay="600"] {
    transition-delay:.6s
   }
   [data-sal][data-sal-delay="650"] {
    transition-delay:.65s
   }
   [data-sal][data-sal-delay="700"] {
    transition-delay:.7s
   }
   [data-sal][data-sal-delay="750"] {
    transition-delay:.75s
   }
   [data-sal][data-sal-delay="800"] {
    transition-delay:.8s
   }
   [data-sal][data-sal-delay="850"] {
    transition-delay:.85s
   }
   [data-sal][data-sal-delay="900"] {
    transition-delay:.9s
   }
   [data-sal][data-sal-delay="950"] {
    transition-delay:.95s
   }
   [data-sal][data-sal-delay="1000"] {
    transition-delay:1s
   }
   [data-sal][data-sal-easing=linear] {
    transition-timing-function:linear
   }
   [data-sal][data-sal-easing=ease] {
    transition-timing-function:ease
   }
   [data-sal][data-sal-easing=ease-in] {
    transition-timing-function:ease-in
   }
   [data-sal][data-sal-easing=ease-out] {
    transition-timing-function:ease-out
   }
   [data-sal][data-sal-easing=ease-in-out] {
    transition-timing-function:ease-in-out
   }
   [data-sal][data-sal-easing=ease-in-cubic] {
    transition-timing-function:cubic-bezier(.55,.055,.675,.19)
   }
   [data-sal][data-sal-easing=ease-out-cubic] {
    transition-timing-function:cubic-bezier(.215,.61,.355,1)
   }
   [data-sal][data-sal-easing=ease-in-out-cubic] {
    transition-timing-function:cubic-bezier(.645,.045,.355,1)
   }
   [data-sal][data-sal-easing=ease-in-circ] {
    transition-timing-function:cubic-bezier(.6,.04,.98,.335)
   }
   [data-sal][data-sal-easing=ease-out-circ] {
    transition-timing-function:cubic-bezier(.075,.82,.165,1)
   }
   [data-sal][data-sal-easing=ease-in-out-circ] {
    transition-timing-function:cubic-bezier(.785,.135,.15,.86)
   }
   [data-sal][data-sal-easing=ease-in-expo] {
    transition-timing-function:cubic-bezier(.95,.05,.795,.035)
   }
   [data-sal][data-sal-easing=ease-out-expo] {
    transition-timing-function:cubic-bezier(.19,1,.22,1)
   }
   [data-sal][data-sal-easing=ease-in-out-expo] {
    transition-timing-function:cubic-bezier(1,0,0,1)
   }
   [data-sal][data-sal-easing=ease-in-quad] {
    transition-timing-function:cubic-bezier(.55,.085,.68,.53)
   }
   [data-sal][data-sal-easing=ease-out-quad] {
    transition-timing-function:cubic-bezier(.25,.46,.45,.94)
   }
   [data-sal][data-sal-easing=ease-in-out-quad] {
    transition-timing-function:cubic-bezier(.455,.03,.515,.955)
   }
   [data-sal][data-sal-easing=ease-in-quart] {
    transition-timing-function:cubic-bezier(.895,.03,.685,.22)
   }
   [data-sal][data-sal-easing=ease-out-quart] {
    transition-timing-function:cubic-bezier(.165,.84,.44,1)
   }
   [data-sal][data-sal-easing=ease-in-out-quart] {
    transition-timing-function:cubic-bezier(.77,0,.175,1)
   }
   [data-sal][data-sal-easing=ease-in-quint] {
    transition-timing-function:cubic-bezier(.755,.05,.855,.06)
   }
   [data-sal][data-sal-easing=ease-out-quint] {
    transition-timing-function:cubic-bezier(.23,1,.32,1)
   }
   [data-sal][data-sal-easing=ease-in-out-quint] {
    transition-timing-function:cubic-bezier(.86,0,.07,1)
   }
   [data-sal][data-sal-easing=ease-in-sine] {
    transition-timing-function:cubic-bezier(.47,0,.745,.715)
   }
   [data-sal][data-sal-easing=ease-out-sine] {
    transition-timing-function:cubic-bezier(.39,.575,.565,1)
   }
   [data-sal][data-sal-easing=ease-in-out-sine] {
    transition-timing-function:cubic-bezier(.445,.05,.55,.95)
   }
   [data-sal][data-sal-easing=ease-in-back] {
    transition-timing-function:cubic-bezier(.6,-.28,.735,.045)
   }
   [data-sal][data-sal-easing=ease-out-back] {
    transition-timing-function:cubic-bezier(.175,.885,.32,1.275)
   }
   [data-sal][data-sal-easing=ease-in-out-back] {
    transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)
   }
   [data-sal|=fade] {
    opacity:0;
    transition-property:opacity
   }
   [data-sal|=fade].sal-animate,
   body.sal-disabled [data-sal|=fade] {
    opacity:1
   }
   [data-sal|=slide] {
    opacity:0;
    transition-property:opacity,transform
   }
   [data-sal=slide-up] {
    transform:translateY(20%)
   }
   [data-sal=slide-down] {
    transform:translateY(-20%)
   }
   [data-sal=slide-left] {
    transform:translateX(20%)
   }
   [data-sal=slide-right] {
    transform:translateX(-20%)
   }
   [data-sal|=slide].sal-animate,
   body.sal-disabled [data-sal|=slide] {
    opacity:1;
    transform:none
   }
   [data-sal|=zoom] {
    opacity:0;
    transition-property:opacity,transform
   }
   [data-sal=zoom-in] {
    transform:scale(.5)
   }
   [data-sal=zoom-out] {
    transform:scale(1.1)
   }
   [data-sal|=zoom].sal-animate,
   body.sal-disabled [data-sal|=zoom] {
    opacity:1;
    transform:none
   }
   [data-sal|=flip] {
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    transition-property:transform
   }
   [data-sal=flip-left] {
    transform:perspective(2000px) rotateY(-91deg)
   }
   [data-sal=flip-right] {
    transform:perspective(2000px) rotateY(91deg)
   }
   [data-sal=flip-up] {
    transform:perspective(2000px) rotateX(-91deg)
   }
   [data-sal=flip-down] {
    transform:perspective(2000px) rotateX(91deg)
   }
   [data-sal|=flip].sal-animate,
   body.sal-disabled [data-sal|=flip] {
    transform:none
   }
   /*! modern-normalize v1.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
   :root {
    -moz-tab-size:4;
    tab-size:4
   }
   html {
    line-height:1.15;
    -webkit-text-size-adjust:100%
   }
   body {
    margin:0;
    font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji
   }
   hr {
    height:0;
    color:inherit
   }
   abbr[title] {
    text-decoration:underline dotted
   }
   b,
   strong {
    font-weight:bolder
   }
   code,
   kbd,
   pre,
   samp {
    font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;
    font-size:1em
   }
   small {
    font-size:80%
   }
   sub,
   sup {
    font-size:75%;
    line-height:0;
    position:relative;
    vertical-align:baseline
   }
   sub {
    bottom:-.25em
   }
   sup {
    top:-.5em
   }
   table {
    text-indent:0;
    border-color:inherit
   }
   button,
   input,
   optgroup,
   select,
   textarea {
    font-family:inherit;
    font-size:100%;
    line-height:1.15;
    margin:0
   }
   button,
   select {
    text-transform:none
   }
   [type=button],
   button {
    -webkit-appearance:button
   }
   legend {
    padding:0
   }
   progress {
    vertical-align:baseline
   }
   [type=search] {
    -webkit-appearance:textfield;
    outline-offset:-2px
   }
   summary {
    display:list-item
   }
   blockquote,
   dd,
   dl,
   figure,
   h1,
   h2,
   h3,
   h4,
   h5,
   h6,
   hr,
   p,
   pre {
    margin:0
   }
   button {
    background-color:transparent;
    background-image:none
   }
   button:focus {
    outline:1px dotted;
    outline:5px auto -webkit-focus-ring-color
   }
   fieldset,
   ol,
   ul {
    margin:0;
    padding:0
   }
   ol,
   ul {
    list-style:none
   }
   html {
    font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    line-height:1.5
   }
   body {
    font-family:inherit;
    line-height:inherit
   }
   *,
   :after,
   :before {
    box-sizing:border-box;
    border:0 solid #e5e7eb
   }
   hr {
    border-top-width:1px
   }
   img {
    border-style:solid
   }
   textarea {
    resize:vertical
   }
   input::placeholder,
   textarea::placeholder {
    color:#9ca3af
   }
   [role=button],
   button {
    cursor:pointer
   }
   table {
    border-collapse:collapse
   }
   h1,
   h2,
   h3,
   h4,
   h5,
   h6 {
    font-size:inherit;
    font-weight:inherit
   }
   a {
    color:inherit;
    text-decoration:inherit
   }
   button,
   input,
   optgroup,
   select,
   textarea {
    padding:0;
    line-height:inherit;
    color:inherit
   }
   code,
   kbd,
   pre,
   samp {
    font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace
   }
   audio,
   canvas,
   embed,
   iframe,
   img,
   object,
   svg,
   video {
    display:block;
    vertical-align:middle
   }
   img,
   video {
    max-width:100%;
    height:auto
   }
   [multiple],
   [type=search],
   [type=text],
   [type=time],
   [type=url],
   select,
   textarea {
    appearance:none;
    background-color:#fff;
    border-color:#6b7280;
    border-width:1px;
    border-radius:0;
    padding:.5rem .75rem;
    font-size:1rem;
    line-height:1.5rem
   }
   [multiple]:focus,
   [type=search]:focus,
   [type=text]:focus,
   [type=time]:focus,
   [type=url]:focus,
   select:focus,
   textarea:focus {
    outline:2px solid transparent;
    outline-offset:2px;
    --tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width:0px;
    --tw-ring-offset-color:#fff;
    --tw-ring-color:#2563eb;
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 transparent);
    border-color:#2563eb
   }
   input::placeholder,
   textarea::placeholder {
    color:#6b7280;
    opacity:1
   }
   select {
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3E%3C/svg%3E");
    background-position:right .5rem center;
    background-repeat:no-repeat;
    background-size:1.5em 1.5em;
    padding-right:2.5rem;
    color-adjust:exact
   }
   [multiple] {
    background-image:none;
    background-position:0 0;
    background-repeat:unset;
    background-size:initial;
    padding-right:.75rem;
    color-adjust:unset
   }
   .prose {
    color:#374151;
    max-width:65ch
   }
   .prose [class~=lead] {
    color:#4b5563;
    font-size:1.25em;
    line-height:1.6;
    margin-top:1.2em;
    margin-bottom:1.2em
   }
   .prose a {
    color:#111827;
    text-decoration:underline;
    font-weight:500
   }
   .prose strong {
    color:#111827;
    font-weight:600
   }
   .prose ol {
    counter-reset:list-counter;
    margin-top:1.25em;
    margin-bottom:1.25em
   }
   .prose ol>li {
    position:relative;
    counter-increment:list-counter;
    padding-left:1.75em
   }
   .prose ol>li:before {
    content:counter(list-counter) ".";
    position:absolute;
    font-weight:400;
    color:#6b7280;
    left:0
   }
   .prose ul>li {
    position:relative;
    padding-left:1.75em
   }
   .prose ul>li:before {
    content:"";
    position:absolute;
    background-color:#d1d5db;
    border-radius:50%;
    width:.375em;
    height:.375em;
    top:.6875em;
    left:.25em
   }
   .prose hr {
    border-color:#e5e7eb;
    border-top-width:1px;
    margin-top:3em;
    margin-bottom:3em
   }
   .prose blockquote {
    font-weight:500;
    font-style:italic;
    color:#111827;
    border-left-width:.25rem;
    border-left-color:#e5e7eb;
    quotes:"\201C""\201D""\2018""\2019";
    margin-top:1.6em;
    margin-bottom:1.6em;
    padding-left:1em
   }
   .prose blockquote p:first-of-type:before {
    content:open-quote
   }
   .prose blockquote p:last-of-type:after {
    content:close-quote
   }
   .prose h1 {
    color:#111827;
    font-weight:800;
    font-size:2.25em;
    margin-top:0;
    margin-bottom:.8888889em;
    line-height:1.1111111
   }
   .prose h2 {
    color:#111827;
    font-weight:700;
    font-size:1.5em;
    margin-top:2em;
    margin-bottom:1em;
    line-height:1.3333333
   }
   .prose h3 {
    font-size:1.25em;
    margin-top:1.6em;
    margin-bottom:.6em;
    line-height:1.6
   }
   .prose h3,
   .prose h4 {
    color:#111827;
    font-weight:600
   }
   .prose h4 {
    margin-top:1.5em;
    margin-bottom:.5em;
    line-height:1.5
   }
   .prose figure figcaption {
    color:#6b7280;
    font-size:.875em;
    line-height:1.4285714;
    margin-top:.8571429em
   }
   .prose code {
    color:#111827;
    font-weight:600;
    font-size:.875em
   }
   .prose code:after,
   .prose code:before {
    content:"`"
   }
   .prose a code {
    color:#111827
   }
   .prose pre {
    color:#e5e7eb;
    background-color:#1f2937;
    overflow-x:auto;
    font-size:.875em;
    line-height:1.7142857;
    margin-top:1.7142857em;
    margin-bottom:1.7142857em;
    border-radius:.375rem;
    padding:.8571429em 1.1428571em
   }
   .prose pre code {
    background-color:transparent;
    border-width:0;
    border-radius:0;
    padding:0;
    font-weight:400;
    color:inherit;
    font-size:inherit;
    font-family:inherit;
    line-height:inherit
   }
   .prose pre code:after,
   .prose pre code:before {
    content:""
   }
   .prose table {
    width:100%;
    table-layout:auto;
    text-align:left;
    margin-top:2em;
    margin-bottom:2em;
    font-size:.875em;
    line-height:1.7142857
   }
   .prose thead {
    color:#111827;
    font-weight:600;
    border-bottom-width:1px;
    border-bottom-color:#d1d5db
   }
   .prose thead th {
    vertical-align:bottom;
    padding-right:.5714286em;
    padding-bottom:.5714286em;
    padding-left:.5714286em
   }
   .prose tbody tr {
    border-bottom-width:1px;
    border-bottom-color:#e5e7eb
   }
   .prose tbody tr:last-child {
    border-bottom-width:0
   }
   .prose tbody td {
    vertical-align:top;
    padding:.5714286em
   }
   .prose {
    font-size:1rem;
    line-height:1.75
   }
   .prose p {
    margin-top:1.25em;
    margin-bottom:1.25em
   }
   .prose figure,
   .prose img,
   .prose video {
    margin-top:2em;
    margin-bottom:2em
   }
   .prose figure>* {
    margin-top:0;
    margin-bottom:0
   }
   .prose h2 code {
    font-size:.875em
   }
   .prose h3 code {
    font-size:.9em
   }
   .prose ul {
    margin-top:1.25em;
    margin-bottom:1.25em
   }
   .prose li {
    margin-top:.5em;
    margin-bottom:.5em
   }
   .prose>ul>li p {
    margin-top:.75em;
    margin-bottom:.75em
   }
   .prose>ul>li>:first-child {
    margin-top:1.25em
   }
   .prose>ul>li>:last-child {
    margin-bottom:1.25em
   }
   .prose>ol>li>:first-child {
    margin-top:1.25em
   }
   .prose>ol>li>:last-child {
    margin-bottom:1.25em
   }
   .prose ol ol,
   .prose ol ul,
   .prose ul ol,
   .prose ul ul {
    margin-top:.75em;
    margin-bottom:.75em
   }
   .prose h2+*,
   .prose h3+*,
   .prose h4+*,
   .prose hr+* {
    margin-top:0
   }
   .prose thead th:first-child {
    padding-left:0
   }
   .prose thead th:last-child {
    padding-right:0
   }
   .prose tbody td:first-child {
    padding-left:0
   }
   .prose tbody td:last-child {
    padding-right:0
   }
   .prose>:first-child {
    margin-top:0
   }
   .prose>:last-child {
    margin-bottom:0
   }
   .prose-lg {
    font-size:1.125rem;
    line-height:1.7777778
   }
   .prose-lg p {
    margin-top:1.3333333em;
    margin-bottom:1.3333333em
   }
   .prose-lg [class~=lead] {
    font-size:1.2222222em;
    line-height:1.4545455;
    margin-top:1.0909091em;
    margin-bottom:1.0909091em
   }
   .prose-lg blockquote {
    margin-top:1.6666667em;
    margin-bottom:1.6666667em;
    padding-left:1em
   }
   .prose-lg h1 {
    font-size:2.6666667em;
    margin-top:0;
    margin-bottom:.8333333em;
    line-height:1
   }
   .prose-lg h2 {
    font-size:1.6666667em;
    margin-top:1.8666667em;
    margin-bottom:1.0666667em;
    line-height:1.3333333
   }
   .prose-lg h3 {
    font-size:1.3333333em;
    margin-top:1.6666667em;
    margin-bottom:.6666667em;
    line-height:1.5
   }
   .prose-lg h4 {
    margin-top:1.7777778em;
    margin-bottom:.4444444em;
    line-height:1.5555556
   }
   .prose-lg figure,
   .prose-lg img,
   .prose-lg video {
    margin-top:1.7777778em;
    margin-bottom:1.7777778em
   }
   .prose-lg figure>* {
    margin-top:0;
    margin-bottom:0
   }
   .prose-lg figure figcaption {
    font-size:.8888889em;
    line-height:1.5;
    margin-top:1em
   }
   .prose-lg code {
    font-size:.8888889em
   }
   .prose-lg h2 code {
    font-size:.8666667em
   }
   .prose-lg h3 code {
    font-size:.875em
   }
   .prose-lg pre {
    font-size:.8888889em;
    line-height:1.75;
    margin-top:2em;
    margin-bottom:2em;
    border-radius:.375rem;
    padding:1em 1.5em
   }
   .prose-lg ol,
   .prose-lg ul {
    margin-top:1.3333333em;
    margin-bottom:1.3333333em
   }
   .prose-lg li {
    margin-top:.6666667em;
    margin-bottom:.6666667em
   }
   .prose-lg ol>li {
    padding-left:1.6666667em
   }
   .prose-lg ol>li:before {
    left:0
   }
   .prose-lg ul>li {
    padding-left:1.6666667em
   }
   .prose-lg ul>li:before {
    width:.3333333em;
    height:.3333333em;
    top:.72222em;
    left:.2222222em
   }
   .prose-lg>ul>li p {
    margin-top:.8888889em;
    margin-bottom:.8888889em
   }
   .prose-lg>ul>li>:first-child {
    margin-top:1.3333333em
   }
   .prose-lg>ul>li>:last-child {
    margin-bottom:1.3333333em
   }
   .prose-lg>ol>li>:first-child {
    margin-top:1.3333333em
   }
   .prose-lg>ol>li>:last-child {
    margin-bottom:1.3333333em
   }
   .prose-lg ol ol,
   .prose-lg ol ul,
   .prose-lg ul ol,
   .prose-lg ul ul {
    margin-top:.8888889em;
    margin-bottom:.8888889em
   }
   .prose-lg hr {
    margin-top:3.1111111em;
    margin-bottom:3.1111111em
   }
   .prose-lg h2+*,
   .prose-lg h3+*,
   .prose-lg h4+*,
   .prose-lg hr+* {
    margin-top:0
   }
   .prose-lg table {
    font-size:.8888889em;
    line-height:1.5
   }
   .prose-lg thead th {
    padding-right:.75em;
    padding-bottom:.75em;
    padding-left:.75em
   }
   .prose-lg thead th:first-child {
    padding-left:0
   }
   .prose-lg thead th:last-child {
    padding-right:0
   }
   .prose-lg tbody td {
    padding:.75em
   }
   .prose-lg tbody td:first-child {
    padding-left:0
   }
   .prose-lg tbody td:last-child {
    padding-right:0
   }
   .prose-lg>:first-child {
    margin-top:0
   }
   .prose-lg>:last-child {
    margin-bottom:0
   }
   .prose-indigo a,
   .prose-indigo a code {
    color:#4f46e5
   }
   .space-y-1>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse:0;
    margin-top:calc(0.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(0.25rem*var(--tw-space-y-reverse))
   }
   .space-x-1>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse:0;
    margin-right:calc(0.25rem*var(--tw-space-x-reverse));
    margin-left:calc(0.25rem*(1 - var(--tw-space-x-reverse)))
   }
   .space-x-2>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse:0;
    margin-right:calc(0.5rem*var(--tw-space-x-reverse));
    margin-left:calc(0.5rem*(1 - var(--tw-space-x-reverse)))
   }
   .space-x-4>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse:0;
    margin-right:calc(1rem*var(--tw-space-x-reverse));
    margin-left:calc(1rem*(1 - var(--tw-space-x-reverse)))
   }
   .space-y-6>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse:0;
    margin-top:calc(1.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(1.5rem*var(--tw-space-y-reverse))
   }
   .space-x-8>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse:0;
    margin-right:calc(2rem*var(--tw-space-x-reverse));
    margin-left:calc(2rem*(1 - var(--tw-space-x-reverse)))
   }
   .space-x-10>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse:0;
    margin-right:calc(2.5rem*var(--tw-space-x-reverse));
    margin-left:calc(2.5rem*(1 - var(--tw-space-x-reverse)))
   }
   .divide-y-2>:not([hidden])~:not([hidden]) {
    --tw-divide-y-reverse:0;
    border-top-width:calc(2px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width:calc(2px*var(--tw-divide-y-reverse))
   }
   .divide-y>:not([hidden])~:not([hidden]) {
    --tw-divide-y-reverse:0;
    border-top-width:calc(1px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width:calc(1px*var(--tw-divide-y-reverse))
   }
   .divide-gray-50>:not([hidden])~:not([hidden]) {
    --tw-divide-opacity:1;
    border-color:rgba(249,250,251,var(--tw-divide-opacity))
   }
   .divide-gray-300>:not([hidden])~:not([hidden]) {
    --tw-divide-opacity:1;
    border-color:rgba(209,213,219,var(--tw-divide-opacity))
   }
   .sr-only {
    position:absolute;
    width:1px;
    height:1px;
    padding:0;
    margin:-1px;
    overflow:hidden;
    clip:rect(0,0,0,0);
    white-space:nowrap;
    border-width:0
   }
   .bg-white {
    --tw-bg-opacity:1;
    background-color:rgba(255,255,255,var(--tw-bg-opacity))
   }
   .bg-gray-50 {
    --tw-bg-opacity:1;
    background-color:rgba(249,250,251,var(--tw-bg-opacity))
   }
   .bg-gray-100 {
    --tw-bg-opacity:1;
    background-color:rgba(243,244,246,var(--tw-bg-opacity))
   }
   .bg-gray-200 {
    --tw-bg-opacity:1;
    background-color:rgba(229,231,235,var(--tw-bg-opacity))
   }
   .bg-gray-500 {
    --tw-bg-opacity:1;
    background-color:rgba(107,114,128,var(--tw-bg-opacity))
   }
   .bg-gray-800 {
    --tw-bg-opacity:1;
    background-color:rgba(31,41,55,var(--tw-bg-opacity))
   }
   .bg-gray-900 {
    --tw-bg-opacity:1;
    background-color:rgba(17,24,39,var(--tw-bg-opacity))
   }
   .bg-green-100 {
    --tw-bg-opacity:1;
    background-color:rgba(209,250,229,var(--tw-bg-opacity))
   }
   .bg-indigo-600 {
    --tw-bg-opacity:1;
    background-color:rgba(79,70,229,var(--tw-bg-opacity))
   }
   .bg-primary-100,
   .bg-primary-500,
   .bg-primary-600,
   .bg-primary-900 {
    --tw-bg-opacity:1;
    background-color:rgba(59,204,120,var(--tw-bg-opacity))
   }
   .hover\:bg-gray-50:hover {
    --tw-bg-opacity:1;
    background-color:rgba(249,250,251,var(--tw-bg-opacity))
   }
   .hover\:bg-gray-100:hover {
    --tw-bg-opacity:1;
    background-color:rgba(243,244,246,var(--tw-bg-opacity))
   }
   .hover\:bg-primary-500:hover {
    --tw-bg-opacity:1;
    background-color:rgba(59,204,120,var(--tw-bg-opacity))
   }
   .focus\:bg-gray-50:focus {
    --tw-bg-opacity:1;
    background-color:rgba(249,250,251,var(--tw-bg-opacity))
   }
   .focus\:bg-gray-100:focus {
    --tw-bg-opacity:1;
    background-color:rgba(243,244,246,var(--tw-bg-opacity))
   }
   .focus\:bg-primary-500:focus {
    --tw-bg-opacity:1;
    background-color:rgba(59,204,120,var(--tw-bg-opacity))
   }
   .border-transparent {
    border-color:transparent
   }
   .border-gray-100 {
    --tw-border-opacity:1;
    border-color:rgba(243,244,246,var(--tw-border-opacity))
   }
   .border-gray-200 {
    --tw-border-opacity:1;
    border-color:rgba(229,231,235,var(--tw-border-opacity))
   }
   .border-gray-300 {
    --tw-border-opacity:1;
    border-color:rgba(209,213,219,var(--tw-border-opacity))
   }
   .border-indigo-600 {
    --tw-border-opacity:1;
    border-color:rgba(79,70,229,var(--tw-border-opacity))
   }
   .border-indigo-900 {
    --tw-border-opacity:1;
    border-color:rgba(49,46,129,var(--tw-border-opacity))
   }
   .focus\:border-white:focus {
    --tw-border-opacity:1;
    border-color:rgba(255,255,255,var(--tw-border-opacity))
   }
   .focus\:border-blue-300:focus {
    --tw-border-opacity:1;
    border-color:rgba(147,197,253,var(--tw-border-opacity))
   }
   .focus\:border-primary-500:focus,
   .focus\:border-primary-700:focus {
    --tw-border-opacity:1;
    border-color:rgba(59,204,120,var(--tw-border-opacity))
   }
   .rounded {
    border-radius:.25rem
   }
   .rounded-md {
    border-radius:.375rem
   }
   .rounded-lg {
    border-radius:.5rem
   }
   .rounded-full {
    border-radius:9999px
   }
   .rounded-t {
    border-top-left-radius:.25rem
   }
   .rounded-r,
   .rounded-t {
    border-top-right-radius:.25rem
   }
   .rounded-r {
    border-bottom-right-radius:.25rem
   }
   .rounded-l {
    border-top-left-radius:.25rem;
    border-bottom-left-radius:.25rem
   }
   .rounded-t-lg {
    border-top-left-radius:.5rem;
    border-top-right-radius:.5rem
   }
   .border-2 {
    border-width:2px
   }
   .border {
    border-width:1px
   }
   .border-r-0 {
    border-right-width:0
   }
   .border-l-0 {
    border-left-width:0
   }
   .border-l-4 {
    border-left-width:4px
   }
   .border-t {
    border-top-width:1px
   }
   .border-b {
    border-bottom-width:1px
   }
   .cursor-pointer {
    cursor:pointer
   }
   .block {
    display:block
   }
   .inline-block {
    display:inline-block
   }
   .inline {
    display:inline
   }
   .flex {
    display:flex
   }
   .inline-flex {
    display:inline-flex
   }
   .table {
    display:table
   }
   .grid {
    display:grid
   }
   .hidden {
    display:none
   }
   .flex-col {
    flex-direction:column
   }
   .flex-wrap {
    flex-wrap:wrap
   }
   .items-start {
    align-items:flex-start
   }
   .items-center {
    align-items:center
   }
   .items-baseline {
    align-items:baseline
   }
   .self-end {
    align-self:flex-end
   }
   .self-stretch {
    align-self:stretch
   }
   .justify-end {
    justify-content:flex-end
   }
   .justify-center {
    justify-content:center
   }
   .justify-between {
    justify-content:space-between
   }
   .justify-self-end {
    justify-self:end
   }
   .flex-1 {
    flex:1 1 0%
   }
   .flex-auto {
    flex:1 1 auto
   }
   .flex-shrink-0 {
    flex-shrink:0
   }
   .float-right {
    float:right
   }
   .font-medium {
    font-weight:500
   }
   .font-semibold {
    font-weight:600
   }
   .font-bold {
    font-weight:700
   }
   .font-extrabold {
    font-weight:800
   }
   .h-3 {
    height:.75rem
   }
   .h-4 {
    height:1rem
   }
   .h-5 {
    height:1.25rem
   }
   .h-6 {
    height:1.5rem
   }
   .h-8 {
    height:2rem
   }
   .h-10 {
    height:2.5rem
   }
   .h-12 {
    height:3rem
   }
   .h-48 {
    height:12rem
   }
   .h-1\/2 {
    height:50%
   }
   .h-1\/3 {
    height:33.333333%
   }
   .h-3\/4 {
    height:75%
   }
   .h-full {
    height:100%
   }
   .text-xs {
    font-size:.75rem;
    line-height:1rem
   }
   .text-sm {
    font-size:.875rem;
    line-height:1.25rem
   }
   .text-base {
    font-size:1rem;
    line-height:1.5rem
   }
   .text-lg {
    font-size:1.125rem
   }
   .text-lg,
   .text-xl {
    line-height:1.75rem
   }
   .text-xl {
    font-size:1.25rem
   }
   .text-2xl {
    font-size:1.5rem;
    line-height:2rem
   }
   .text-3xl {
    font-size:1.875rem;
    line-height:2.25rem
   }
   .text-4xl {
    font-size:2.25rem;
    line-height:2.5rem
   }
   .text-5xl {
    font-size:3rem;
    line-height:1
   }
   .leading-5 {
    line-height:1.25rem
   }
   .leading-6 {
    line-height:1.5rem
   }
   .leading-7 {
    line-height:1.75rem
   }
   .leading-8 {
    line-height:2rem
   }
   .leading-9 {
    line-height:2.25rem
   }
   .leading-10 {
    line-height:2.5rem
   }
   .leading-none {
    line-height:1
   }
   .leading-normal {
    line-height:1.5
   }
   .list-none {
    list-style-type:none
   }
   .list-disc {
    list-style-type:disc
   }
   .m-4 {
    margin:1rem
   }
   .m-16 {
    margin:4rem
   }
   .m-auto {
    margin:auto
   }
   .-m-3 {
    margin:-.75rem
   }
   .mx-1 {
    margin-left:.25rem;
    margin-right:.25rem
   }
   .my-2 {
    margin-top:.5rem;
    margin-bottom:.5rem
   }
   .my-4 {
    margin-top:1rem;
    margin-bottom:1rem
   }
   .my-6 {
    margin-top:1.5rem;
    margin-bottom:1.5rem
   }
   .mx-6 {
    margin-left:1.5rem;
    margin-right:1.5rem
   }
   .my-16 {
    margin-top:4rem;
    margin-bottom:4rem
   }
   .my-24 {
    margin-top:6rem;
    margin-bottom:6rem
   }
   .mx-auto {
    margin-left:auto;
    margin-right:auto
   }
   .-my-2 {
    margin-top:-.5rem;
    margin-bottom:-.5rem
   }
   .-mx-4 {
    margin-left:-1rem;
    margin-right:-1rem
   }
   .mb-0 {
    margin-bottom:0
   }
   .mt-1 {
    margin-top:.25rem
   }
   .mr-1 {
    margin-right:.25rem
   }
   .ml-1 {
    margin-left:.25rem
   }
   .mt-2 {
    margin-top:.5rem
   }
   .mr-2 {
    margin-right:.5rem
   }
   .mb-2 {
    margin-bottom:.5rem
   }
   .ml-2 {
    margin-left:.5rem
   }
   .mt-3 {
    margin-top:.75rem
   }
   .ml-3 {
    margin-left:.75rem
   }
   .mt-4 {
    margin-top:1rem
   }
   .mb-4 {
    margin-bottom:1rem
   }
   .ml-4 {
    margin-left:1rem
   }
   .mt-5 {
    margin-top:1.25rem
   }
   .mt-6 {
    margin-top:1.5rem
   }
   .mr-6 {
    margin-right:1.5rem
   }
   .ml-6 {
    margin-left:1.5rem
   }
   .mt-8 {
    margin-top:2rem
   }
   .mb-8 {
    margin-bottom:2rem
   }
   .mt-10 {
    margin-top:2.5rem
   }
   .mt-12 {
    margin-top:3rem
   }
   .mb-12 {
    margin-bottom:3rem
   }
   .mt-16 {
    margin-top:4rem
   }
   .mb-16 {
    margin-bottom:4rem
   }
   .mt-32 {
    margin-top:8rem
   }
   .mt-48 {
    margin-top:12rem
   }
   .mr-1\.5 {
    margin-right:.375rem
   }
   .-mr-2 {
    margin-right:-.5rem
   }
   .-mr-6 {
    margin-right:-1.5rem
   }
   .-ml-6 {
    margin-left:-1.5rem
   }
   .-mb-px {
    margin-bottom:-1px
   }
   .max-h-12 {
    max-height:3rem
   }
   .max-w-sm {
    max-width:24rem
   }
   .max-w-md {
    max-width:28rem
   }
   .max-w-lg {
    max-width:32rem
   }
   .max-w-xl {
    max-width:36rem
   }
   .max-w-2xl {
    max-width:42rem
   }
   .max-w-3xl {
    max-width:48rem
   }
   .max-w-4xl {
    max-width:56rem
   }
   .max-w-7xl {
    max-width:80rem
   }
   .max-w-full {
    max-width:100%
   }
   .max-w-prose {
    max-width:65ch
   }
   .max-w-screen-sm {
    max-width:640px
   }
   .max-w-screen-lg {
    max-width:1024px
   }
   .max-w-screen-xl {
    max-width:1280px
   }
   .min-w-0 {
    min-width:0
   }
   .object-cover {
    object-fit:cover
   }
   .object-center {
    object-position:center
   }
   .opacity-75 {
    opacity:.75
   }
   .focus\:outline-none:focus {
    outline:2px solid transparent;
    outline-offset:2px
   }
   .overflow-hidden {
    overflow:hidden
   }
   .p-2 {
    padding:.5rem
   }
   .p-3 {
    padding:.75rem
   }
   .p-4 {
    padding:1rem
   }
   .p-5 {
    padding:1.25rem
   }
   .p-6 {
    padding:1.5rem
   }
   .p-8 {
    padding:2rem
   }
   .p-12 {
    padding:3rem
   }
   .py-1 {
    padding-top:.25rem;
    padding-bottom:.25rem
   }
   .py-2 {
    padding-top:.5rem;
    padding-bottom:.5rem
   }
   .px-2 {
    padding-left:.5rem;
    padding-right:.5rem
   }
   .py-3 {
    padding-top:.75rem;
    padding-bottom:.75rem
   }
   .px-3 {
    padding-left:.75rem;
    padding-right:.75rem
   }
   .py-4 {
    padding-top:1rem;
    padding-bottom:1rem
   }
   .px-4 {
    padding-left:1rem;
    padding-right:1rem
   }
   .py-5 {
    padding-top:1.25rem;
    padding-bottom:1.25rem
   }
   .px-5 {
    padding-left:1.25rem;
    padding-right:1.25rem
   }
   .py-6 {
    padding-top:1.5rem;
    padding-bottom:1.5rem
   }
   .px-6 {
    padding-left:1.5rem;
    padding-right:1.5rem
   }
   .py-8 {
    padding-top:2rem;
    padding-bottom:2rem
   }
   .px-8 {
    padding-left:2rem;
    padding-right:2rem
   }
   .py-12 {
    padding-top:3rem;
    padding-bottom:3rem
   }
   .pb-0 {
    padding-bottom:0
   }
   .pt-1 {
    padding-top:.25rem
   }
   .pr-1 {
    padding-right:.25rem
   }
   .pt-2 {
    padding-top:.5rem
   }
   .pt-3 {
    padding-top:.75rem
   }
   .pr-3 {
    padding-right:.75rem
   }
   .pb-3 {
    padding-bottom:.75rem
   }
   .pl-3 {
    padding-left:.75rem
   }
   .pt-4 {
    padding-top:1rem
   }
   .pb-4 {
    padding-bottom:1rem
   }
   .pl-4 {
    padding-left:1rem
   }
   .pt-5 {
    padding-top:1.25rem
   }
   .pt-6 {
    padding-top:1.5rem
   }
   .pb-6 {
    padding-bottom:1.5rem
   }
   .pt-8 {
    padding-top:2rem
   }
   .pb-8 {
    padding-bottom:2rem
   }
   .pl-10 {
    padding-left:2.5rem
   }
   .pt-12 {
    padding-top:3rem
   }
   .pb-12 {
    padding-bottom:3rem
   }
   .pl-12 {
    padding-left:3rem
   }
   .pt-16 {
    padding-top:4rem
   }
   .pr-16 {
    padding-right:4rem
   }
   .pb-16 {
    padding-bottom:4rem
   }
   .pb-20 {
    padding-bottom:5rem
   }
   .pt-24 {
    padding-top:6rem
   }
   .pb-24 {
    padding-bottom:6rem
   }
   .placeholder-gray-500::placeholder {
    --tw-placeholder-opacity:1;
    color:rgba(107,114,128,var(--tw-placeholder-opacity))
   }
   .pointer-events-none {
    pointer-events:none
   }
   .fixed {
    position:fixed
   }
   .absolute {
    position:absolute
   }
   .relative {
    position:relative
   }
   .sticky {
    position:sticky
   }
   .inset-0 {
    right:0;
    left:0
   }
   .inset-0,
   .inset-y-0 {
    top:0;
    bottom:0
   }
   .inset-x-0 {
    right:0;
    left:0
   }
   .top-0 {
    top:0
   }
   .right-0 {
    right:0
   }
   .bottom-0 {
    bottom:0
   }
   .left-0 {
    left:0
   }
   .left-1\/2 {
    left:50%
   }
   .top-full {
    top:100%
   }
   .right-full {
    right:100%
   }
   .left-full {
    left:100%
   }
   .resize {
    resize:both
   }
   * {
    --tw-shadow:0 0 transparent
   }
   .shadow-sm {
    --tw-shadow:0 1px 2px 0 rgba(0,0,0,0.05)
   }
   .shadow,
   .shadow-sm {
    box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow)
   }
   .shadow {
    --tw-shadow:0 1px 3px 0 rgba(0,0,0,0.1),0 1px 2px 0 rgba(0,0,0,0.06)
   }
   .shadow-md {
    --tw-shadow:0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -1px rgba(0,0,0,0.06)
   }
   .shadow-lg,
   .shadow-md {
    box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow)
   }
   .shadow-lg {
    --tw-shadow:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -2px rgba(0,0,0,0.05)
   }
   .shadow-xl {
    --tw-shadow:0 20px 25px -5px rgba(0,0,0,0.1),0 10px 10px -5px rgba(0,0,0,0.04);
    box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow)
   }
   * {
    --tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width:0px;
    --tw-ring-offset-color:#fff;
    --tw-ring-color:rgba(59,130,246,0.5);
    --tw-ring-offset-shadow:0 0 transparent;
    --tw-ring-shadow:0 0 transparent
   }
   .ring-1 {
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color)
   }
   .focus\:ring-2:focus,
   .ring-1 {
    box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 transparent)
   }
   .focus\:ring-2:focus {
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color)
   }
   .focus\:ring:focus {
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 transparent)
   }
   .focus\:ring-offset-indigo-600:focus {
    --tw-ring-offset-color:#4f46e5
   }
   .focus\:ring-offset-primary-900:focus {
    --tw-ring-offset-color:#3bcc78
   }
   .focus\:ring-offset-2:focus {
    --tw-ring-offset-width:2px
   }
   .ring-black {
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(0,0,0,var(--tw-ring-opacity))
   }
   .focus\:ring-white:focus {
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(255,255,255,var(--tw-ring-opacity))
   }
   .focus\:ring-primary-500:focus {
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(59,204,120,var(--tw-ring-opacity))
   }
   .ring-opacity-5 {
    --tw-ring-opacity:0.05
   }
   .fill-current {
    fill:currentColor
   }
   .fill-white {
    fill:#fff
   }
   .fill-gray-900 {
    fill:#111827
   }
   .fill-primary-900 {
    fill:#3bcc78
   }
   .text-left {
    text-align:left
   }
   .text-center {
    text-align:center
   }
   .text-right {
    text-align:right
   }
   .text-white {
    --tw-text-opacity:1;
    color:rgba(255,255,255,var(--tw-text-opacity))
   }
   .text-gray-100 {
    --tw-text-opacity:1;
    color:rgba(243,244,246,var(--tw-text-opacity))
   }
   .text-gray-200 {
    --tw-text-opacity:1;
    color:rgba(229,231,235,var(--tw-text-opacity))
   }
   .text-gray-300 {
    --tw-text-opacity:1;
    color:rgba(209,213,219,var(--tw-text-opacity))
   }
   .text-gray-400 {
    --tw-text-opacity:1;
    color:rgba(156,163,175,var(--tw-text-opacity))
   }
   .text-gray-500 {
    --tw-text-opacity:1;
    color:rgba(107,114,128,var(--tw-text-opacity))
   }
   .text-gray-600 {
    --tw-text-opacity:1;
    color:rgba(75,85,99,var(--tw-text-opacity))
   }
   .text-gray-700 {
    --tw-text-opacity:1;
    color:rgba(55,65,81,var(--tw-text-opacity))
   }
   .text-gray-900 {
    --tw-text-opacity:1;
    color:rgba(17,24,39,var(--tw-text-opacity))
   }
   .text-indigo-200 {
    --tw-text-opacity:1;
    color:rgba(199,210,254,var(--tw-text-opacity))
   }
   .text-indigo-600 {
    --tw-text-opacity:1;
    color:rgba(79,70,229,var(--tw-text-opacity))
   }
   .text-primary-400,
   .text-primary-500,
   .text-primary-600,
   .text-primary-900 {
    --tw-text-opacity:1;
    color:rgba(59,204,120,var(--tw-text-opacity))
   }
   .group:hover .group-hover\:text-gray-500 {
    --tw-text-opacity:1;
    color:rgba(107,114,128,var(--tw-text-opacity))
   }
   .group:hover .group-hover\:text-gray-900 {
    --tw-text-opacity:1;
    color:rgba(17,24,39,var(--tw-text-opacity))
   }
   .focus-within\:text-gray-600:focus-within {
    --tw-text-opacity:1;
    color:rgba(75,85,99,var(--tw-text-opacity))
   }
   .hover\:text-white:hover {
    --tw-text-opacity:1;
    color:rgba(255,255,255,var(--tw-text-opacity))
   }
   .hover\:text-gray-500:hover {
    --tw-text-opacity:1;
    color:rgba(107,114,128,var(--tw-text-opacity))
   }
   .hover\:text-gray-700:hover {
    --tw-text-opacity:1;
    color:rgba(55,65,81,var(--tw-text-opacity))
   }
   .hover\:text-gray-900:hover {
    --tw-text-opacity:1;
    color:rgba(17,24,39,var(--tw-text-opacity))
   }
   .hover\:text-indigo-900:hover {
    --tw-text-opacity:1;
    color:rgba(49,46,129,var(--tw-text-opacity))
   }
   .hover\:text-primary-400:hover,
   .hover\:text-primary-900:hover {
    --tw-text-opacity:1;
    color:rgba(59,204,120,var(--tw-text-opacity))
   }
   .focus\:text-gray-500:focus {
    --tw-text-opacity:1;
    color:rgba(107,114,128,var(--tw-text-opacity))
   }
   .focus\:text-gray-900:focus {
    --tw-text-opacity:1;
    color:rgba(17,24,39,var(--tw-text-opacity))
   }
   .focus\:text-primary-400:focus,
   .focus\:text-primary-900:focus {
    --tw-text-opacity:1;
    color:rgba(59,204,120,var(--tw-text-opacity))
   }
   .uppercase {
    text-transform:uppercase
   }
   .hover\:underline:hover,
   .underline {
    text-decoration:underline
   }
   .tracking-tight {
    letter-spacing:-.025em
   }
   .tracking-wide {
    letter-spacing:.025em
   }
   .tracking-wider {
    letter-spacing:.05em
   }
   .whitespace-nowrap {
    white-space:nowrap
   }
   .break-words {
    overflow-wrap:break-word
   }
   .w-5 {
    width:1.25rem
   }
   .w-6 {
    width:1.5rem
   }
   .w-10 {
    width:2.5rem
   }
   .w-12 {
    width:3rem
   }
   .w-16 {
    width:4rem
   }
   .w-auto {
    width:auto
   }
   .w-1\/2 {
    width:50%
   }
   .w-2\/3 {
    width:66.666667%
   }
   .w-3\/4 {
    width:75%
   }
   .w-full {
    width:100%
   }
   .w-screen {
    width:100vw
   }
   .z-10 {
    z-index:10
   }
   .z-20 {
    z-index:20
   }
   .gap-0 {
    gap:0
   }
   .gap-4 {
    gap:1rem
   }
   .gap-5 {
    gap:1.25rem
   }
   .gap-6 {
    gap:1.5rem
   }
   .gap-8 {
    gap:2rem
   }
   .gap-0\.5 {
    gap:.125rem
   }
   .grid-cols-2 {
    grid-template-columns:repeat(2,minmax(0,1fr))
   }
   .col-span-1 {
    grid-column:span 1/span 1
   }
   .col-span-2 {
    grid-column:span 2/span 2
   }
   .col-span-3 {
    grid-column:span 3/span 3
   }
   .transform {
    --tw-translate-x:0;
    --tw-translate-y:0;
    --tw-rotate:0;
    --tw-skew-x:0;
    --tw-skew-y:0;
    --tw-scale-x:1;
    --tw-scale-y:1;
    transform:translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
   }
   .origin-top-right {
    transform-origin:top right
   }
   .translate-x-1\/3 {
    --tw-translate-x:33.333333%
   }
   .-translate-x-1\/2 {
    --tw-translate-x:-50%
   }
   .translate-y-16 {
    --tw-translate-y:4rem
   }
   .-translate-y-1\/4 {
    --tw-translate-y:-25%
   }
   .hover\:translate-x-1:hover {
    --tw-translate-x:0.25rem
   }
   .hover\:translate-x-2:hover {
    --tw-translate-x:0.5rem
   }
   .hover\:-translate-y-1:hover {
    --tw-translate-y:-0.25rem
   }
   .transition-all {
    transition-property:all;
    transition-timing-function:cubic-bezier(.4,0,.2,1);
    transition-duration:.15s
   }
   .transition {
    transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform;
    transition-timing-function:cubic-bezier(.4,0,.2,1);
    transition-duration:.15s
   }
   .transition-opacity {
    transition-property:opacity;
    transition-timing-function:cubic-bezier(.4,0,.2,1);
    transition-duration:.15s
   }
   .ease-in-out {
    transition-timing-function:cubic-bezier(.4,0,.2,1)
   }
   .duration-150 {
    transition-duration:.15s
   }
   .duration-300 {
    transition-duration:.3s
   }
   .duration-500 {
    transition-duration:.5s
   }
   @keyframes spin {
    to {
     transform:rotate(1turn)
    }
   }
   @keyframes ping {
    75%,
    to {
     transform:scale(2);
     opacity:0
    }
   }
   @keyframes pulse {
    50% {
     opacity:.5
    }
   }
   @keyframes bounce {
    0%,
    to {
     transform:translateY(-25%);
     animation-timing-function:cubic-bezier(.8,0,1,1)
    }
    50% {
     transform:none;
     animation-timing-function:cubic-bezier(0,0,.2,1)
    }
   }
   @font-face {
    font-family:Monorale;
    font-weight:500;
    font-display:swap;
    src:url(/static/Monorale-Medium-91605ea087222424c6987f0606d1c269.woff) format("woff")
   }
   @font-face {
    font-family:Monorale;
    font-weight:600;
    font-display:swap;
    src:url(/static/Monorale-SemiBold-a914a148dbd9956324d67d1b185d767b.woff) format("woff")
   }
   @font-face {
    font-family:Monorale;
    font-weight:700;
    font-display:swap;
    src:url(/static/Monorale-Bold-62804d538096fcb85c44b190f2f616af.woff) format("woff")
   }
   @font-face {
    font-family:Monorale;
    font-weight:800;
    font-display:swap;
    src:url(/static/Monorale-ExtraBold-33432f377bf629efbafe1b9c89c9d201.woff) format("woff")
   }
   * {
    padding:0;
    margin:0;
    box-sizing:border-box
   }
   .dropdown:hover .dropdown-menu {
    display:block
   }
   body {
    font-family:Monorale,Raleway,Arial,Helvetica,sans-serif
   }
   html {
    scroll-behavior:smooth
   }
   @media screen and (prefers-reduced-motion:reduce) {
    html {
     scroll-behavior:auto
    }
   }
   .absolute-pattern {
    top:10vh;
    z-index:-1
   }
   .features:nth-child(odd) {
    flex-direction:row-reverse
   }
   .features .label {
    padding-top:1rem;
    --tw-border-opacity:1;
    border-color:rgba(156,163,175,var(--tw-border-opacity));
    border-top:2px solid;
    border-top-color:rgba(156,163,175,var(--tw-border-opacity))
   }
   .sent-check {
    width:25px;
    color:#fff
   }
   .dropdown-menu {
    top:100%
   }
   .nav-icon {
    height:50px
   }
   .max-w-50 {
    max-width:50px
   }
   .richtext {
    font-size:1rem;
    line-height:1.5rem
   }
   .richtext ol,
   .richtext ul {
    list-style:disc;
    margin:unset
   }
   .richtext ul {
    margin-left:1.45rem;
    margin-right:0;
    margin-top:0;
    padding:0
   }
   .richtext ul li {
    list-style-position:inside
   }
   .richtext h1 {
    font-size:3rem;
    line-height:1;
    font-weight:600
   }
   .richtext h2 {
    font-size:2.25rem;
    line-height:2.5rem;
    font-weight:600
   }
   .richtext h3 {
    font-size:1.875rem;
    line-height:2.25rem;
    font-weight:600
   }
   .richtext h4 {
    font-size:1.5rem;
    line-height:2rem;
    font-weight:600
   }
   .richtext h5 {
    font-size:1.25rem
   }
   .richtext h5,
   .richtext h6 {
    line-height:1.75rem;
    font-weight:600
   }
   .richtext h6 {
    font-size:1.125rem
   }
   .richtext a {
    --tw-text-opacity:1;
    color:rgba(59,204,120,var(--tw-text-opacity))
   }
   .richtext img {
    margin:0 auto
   }
   .partner-logo {
    flex-grow:0;
    flex-shrink:0;
    flex-basis:calc(16.66% - 20px);
    min-width:200px;
    pointer-events:none
   }
   .text-xsm {
    font-size:.8rem
   }
   .custom-cookie-banner.react-cookie-banner {
    position:fixed!important;
    bottom:0!important;
    --tw-bg-opacity:1!important;
    background-color:rgba(59,204,120,var(--tw-bg-opacity))!important
   }
   .animate-link-child-hover:hover svg {
    --tw-translate-x:0.5rem
   }
   .animate-link-child-hover:hover h2,
   .stepper-items:hover {
    text-decoration:underline
   }
   .stepper-items:hover {
    --tw-text-opacity:1;
    color:rgba(79,70,229,var(--tw-text-opacity))
   }
   .stroke-primary {
    stroke:#3bcc78;
    stroke-width:4px
   }
   .stroke-indigo {
    stroke:#5a67d8;
    stroke-width:2px
   }
   .fill-none {
    fill:none
   }
   .fill-green-suse {
    fill:#30ba78
   }
   .fill-dark-green-suse {
    fill:#0c322c
   }
   .path {
    stroke-dasharray:20;
    animation:dash 20s linear infinite
   }
   @keyframes dash {
    to {
     stroke-dashoffset:1000
    }
   }
   .fade {
    position:relative;
    height:3em
   }
   .fade:after {
    content:"";
    text-align:right;
    position:absolute;
    bottom:0;
    right:0;
    width:100px;
    height:1.2em;
    background:linear-gradient(90deg,hsla(0,0%,100%,0),#edf2f7 50%)
   }
   @media (min-width:640px) {
    .sm\:rounded-md {
     border-radius:.375rem
    }
    .sm\:border-0 {
     border-width:0
    }
    .sm\:border-r {
     border-right-width:1px
    }
    .sm\:inline-block {
     display:inline-block
    }
    .sm\:inline {
     display:inline
    }
    .sm\:flex {
     display:flex
    }
    .sm\:grid {
     display:grid
    }
    .sm\:items-start {
     align-items:flex-start
    }
    .sm\:items-center {
     align-items:center
    }
    .sm\:justify-center {
     justify-content:center
    }
    .sm\:justify-between {
     justify-content:space-between
    }
    .sm\:flex-shrink-0 {
     flex-shrink:0
    }
    .sm\:h-6 {
     height:1.5rem
    }
    .sm\:h-10 {
     height:2.5rem
    }
    .sm\:h-12 {
     height:3rem
    }
    .sm\:h-2\/3 {
     height:66.666667%
    }
    .sm\:text-sm {
     font-size:.875rem;
     line-height:1.25rem
    }
    .sm\:text-lg {
     font-size:1.125rem;
     line-height:1.75rem
    }
    .sm\:text-xl {
     font-size:1.25rem;
     line-height:1.75rem
    }
    .sm\:text-2xl {
     font-size:1.5rem;
     line-height:2rem
    }
    .sm\:text-3xl {
     font-size:1.875rem;
     line-height:2.25rem
    }
    .sm\:text-4xl {
     font-size:2.25rem;
     line-height:2.5rem
    }
    .sm\:text-5xl {
     font-size:3rem;
     line-height:1
    }
    .sm\:leading-5 {
     line-height:1.25rem
    }
    .sm\:leading-9 {
     line-height:2.25rem
    }
    .sm\:leading-10 {
     line-height:2.5rem
    }
    .sm\:leading-none {
     line-height:1
    }
    .sm\:mt-0 {
     margin-top:0
    }
    .sm\:ml-2 {
     margin-left:.5rem
    }
    .sm\:mt-4 {
     margin-top:1rem
    }
    .sm\:mt-5 {
     margin-top:1.25rem
    }
    .sm\:mt-6 {
     margin-top:1.5rem
    }
    .sm\:mt-12 {
     margin-top:3rem
    }
    .sm\:mt-16 {
     margin-top:4rem
    }
    .sm\:mt-56 {
     margin-top:14rem
    }
    .sm\:max-w-sm {
     max-width:24rem
    }
    .sm\:p-0 {
     padding:0
    }
    .sm\:p-6 {
     padding:1.5rem
    }
    .sm\:p-8 {
     padding:2rem
    }
    .sm\:p-10 {
     padding:2.5rem
    }
    .sm\:px-0 {
     padding-left:0;
     padding-right:0
    }
    .sm\:px-6 {
     padding-left:1.5rem;
     padding-right:1.5rem
    }
    .sm\:px-10 {
     padding-left:2.5rem;
     padding-right:2.5rem
    }
    .sm\:px-16 {
     padding-left:4rem;
     padding-right:4rem
    }
    .sm\:pt-1 {
     padding-top:.25rem
    }
    .sm\:pr-2 {
     padding-right:.5rem
    }
    .sm\:pt-6 {
     padding-top:1.5rem
    }
    .sm\:pb-6 {
     padding-bottom:1.5rem
    }
    .sm\:pt-16 {
     padding-top:4rem
    }
    .sm\:pb-16 {
     padding-bottom:4rem
    }
    .sm\:pt-24 {
     padding-top:6rem
    }
    .sm\:inset-0 {
     top:0;
     right:0;
     bottom:0;
     left:0
    }
    .sm\:text-center {
     text-align:center
    }
    .sm\:w-12 {
     width:3rem
    }
    .sm\:w-full {
     width:100%
    }
    .sm\:gap-8 {
     gap:2rem
    }
    .sm\:gap-x-8 {
     column-gap:2rem
    }
    .sm\:gap-y-10 {
     row-gap:2.5rem
    }
    .sm\:grid-cols-1 {
     grid-template-columns:repeat(1,minmax(0,1fr))
    }
    .sm\:grid-cols-3 {
     grid-template-columns:repeat(3,minmax(0,1fr))
    }
    .sm\:col-span-1 {
     grid-column:span 1/span 1
    }
    .sm\:col-span-2 {
     grid-column:span 2/span 2
    }
   }
   @media (min-width:768px) {
    .md\:space-x-10>:not([hidden])~:not([hidden]) {
     --tw-space-x-reverse:0;
     margin-right:calc(2.5rem*var(--tw-space-x-reverse));
     margin-left:calc(2.5rem*(1 - var(--tw-space-x-reverse)))
    }
    .md\:space-x-12>:not([hidden])~:not([hidden]) {
     --tw-space-x-reverse:0;
     margin-right:calc(3rem*var(--tw-space-x-reverse));
     margin-left:calc(3rem*(1 - var(--tw-space-x-reverse)))
    }
    .md\:divide-y-0>:not([hidden])~:not([hidden]) {
     --tw-divide-y-reverse:0;
     border-top-width:calc(0px*(1 - var(--tw-divide-y-reverse)));
     border-bottom-width:calc(0px*var(--tw-divide-y-reverse))
    }
    .md\:rounded-t-none {
     border-top-left-radius:0;
     border-top-right-radius:0
    }
    .md\:rounded-l-lg {
     border-top-left-radius:.5rem;
     border-bottom-left-radius:.5rem
    }
    .md\:block {
     display:block
    }
    .md\:inline {
     display:inline
    }
    .md\:flex {
     display:flex
    }
    .md\:inline-flex {
     display:inline-flex
    }
    .md\:grid {
     display:grid
    }
    .md\:hidden {
     display:none
    }
    .md\:items-center {
     align-items:center
    }
    .md\:justify-start {
     justify-content:flex-start
    }
    .md\:justify-center {
     justify-content:center
    }
    .md\:justify-between {
     justify-content:space-between
    }
    .md\:flex-1 {
     flex:1 1 0%
    }
    .md\:flex-shrink-0 {
     flex-shrink:0
    }
    .md\:text-lg {
     font-size:1.125rem;
     line-height:1.75rem
    }
    .md\:text-xl {
     font-size:1.25rem;
     line-height:1.75rem
    }
    .md\:text-6xl {
     font-size:3.75rem;
     line-height:1
    }
    .md\:mx-auto {
     margin-left:auto;
     margin-right:auto
    }
    .md\:mt-0 {
     margin-top:0
    }
    .md\:ml-4 {
     margin-left:1rem
    }
    .md\:mt-5 {
     margin-top:1.25rem
    }
    .md\:mt-8 {
     margin-top:2rem
    }
    .md\:ml-10 {
     margin-left:2.5rem
    }
    .md\:mt-16 {
     margin-top:4rem
    }
    .md\:max-w-2xl {
     max-width:42rem
    }
    .md\:max-w-3xl {
     max-width:48rem
    }
    .md\:p-0 {
     padding:0
    }
    .md\:py-4 {
     padding-top:1rem;
     padding-bottom:1rem
    }
    .md\:px-10 {
     padding-left:2.5rem;
     padding-right:2.5rem
    }
    .md\:py-12 {
     padding-top:3rem;
     padding-bottom:3rem
    }
    .md\:py-20 {
     padding-top:5rem;
     padding-bottom:5rem
    }
    .md\:pt-16 {
     padding-top:4rem
    }
    .md\:pb-16 {
     padding-bottom:4rem
    }
    .md\:pl-16 {
     padding-left:4rem
    }
    .md\:pt-24 {
     padding-top:6rem
    }
    .md\:pr-24 {
     padding-right:6rem
    }
    .md\:w-auto {
     width:auto
    }
    .md\:w-1\/2 {
     width:50%
    }
    .md\:w-2\/5 {
     width:40%
    }
    .md\:w-3\/5 {
     width:60%
    }
    .md\:gap-8 {
     gap:2rem
    }
    .md\:grid-cols-2 {
     grid-template-columns:repeat(2,minmax(0,1fr))
    }
    .md\:grid-cols-3 {
     grid-template-columns:repeat(3,minmax(0,1fr))
    }
    .md\:col-span-2 {
     grid-column:span 2/span 2
    }
   }
   @media (min-width:1024px) {
    .lg\:block {
     display:block
    }
    .lg\:flex {
     display:flex
    }
    .lg\:grid {
     display:grid
    }
    .lg\:hidden {
     display:none
    }
    .lg\:items-center {
     align-items:center
    }
    .lg\:text-lg {
     font-size:1.125rem;
     line-height:1.75rem
    }
    .lg\:text-xl {
     font-size:1.25rem;
     line-height:1.75rem
    }
    .lg\:text-3xl {
     font-size:1.875rem;
     line-height:2.25rem
    }
    .lg\:text-4xl {
     font-size:2.25rem;
     line-height:2.5rem
    }
    .lg\:text-5xl {
     font-size:3rem;
     line-height:1
    }
    .lg\:leading-none {
     line-height:1
    }
    .lg\:mx-auto {
     margin-left:auto;
     margin-right:auto
    }
    .lg\:mt-0 {
     margin-top:0
    }
    .lg\:mr-2 {
     margin-right:.5rem
    }
    .lg\:mt-6 {
     margin-top:1.5rem
    }
    .lg\:mt-8 {
     margin-top:2rem
    }
    .lg\:mt-10 {
     margin-top:2.5rem
    }
    .lg\:mt-16 {
     margin-top:4rem
    }
    .lg\:mt-20 {
     margin-top:5rem
    }
    .lg\:mt-24 {
     margin-top:6rem
    }
    .lg\:max-w-none {
     max-width:none
    }
    .lg\:max-w-5xl {
     max-width:64rem
    }
    .lg\:max-w-screen-xl {
     max-width:1280px
    }
    .lg\:p-16 {
     padding:4rem
    }
    .lg\:p-24 {
     padding:6rem
    }
    .lg\:px-8 {
     padding-left:2rem;
     padding-right:2rem
    }
    .lg\:py-16 {
     padding-top:4rem;
     padding-bottom:4rem
    }
    .lg\:px-16 {
     padding-left:4rem;
     padding-right:4rem
    }
    .lg\:py-20 {
     padding-top:5rem;
     padding-bottom:5rem
    }
    .lg\:py-24 {
     padding-top:6rem;
     padding-bottom:6rem
    }
    .lg\:pt-20 {
     padding-top:5rem
    }
    .lg\:pb-20 {
     padding-bottom:5rem
    }
    .lg\:pt-24 {
     padding-top:6rem
    }
    .lg\:pb-24 {
     padding-bottom:6rem
    }
    .lg\:pb-28 {
     padding-bottom:7rem
    }
    .lg\:pt-56 {
     padding-top:14rem
    }
    .lg\:absolute {
     position:absolute
    }
    .lg\:inset-0 {
     top:0;
     right:0;
     bottom:0;
     left:0
    }
    .lg\:text-left {
     text-align:left
    }
    .lg\:text-center {
     text-align:center
    }
    .lg\:gap-5 {
     gap:1.25rem
    }
    .lg\:gap-8 {
     gap:2rem
    }
    .lg\:gap-x-8 {
     column-gap:2rem
    }
    .lg\:grid-cols-2 {
     grid-template-columns:repeat(2,minmax(0,1fr))
    }
    .lg\:grid-cols-3 {
     grid-template-columns:repeat(3,minmax(0,1fr))
    }
    .lg\:grid-cols-12 {
     grid-template-columns:repeat(12,minmax(0,1fr))
    }
    .lg\:col-span-1 {
     grid-column:span 1/span 1
    }
    .lg\:col-span-2 {
     grid-column:span 2/span 2
    }
    .lg\:col-span-6 {
     grid-column:span 6/span 6
    }
    .lg\:translate-x-1\/2 {
     --tw-translate-x:50%
    }
   }
   @media (min-width:1280px) {
    .xl\:grid {
     display:grid
    }
    .xl\:text-xl {
     font-size:1.25rem;
     line-height:1.75rem
    }
    .xl\:text-5xl {
     font-size:3rem;
     line-height:1
    }
    .xl\:mt-0 {
     margin-top:0
    }
    .xl\:mt-28 {
     margin-top:7rem
    }
    .xl\:px-24 {
     padding-left:6rem;
     padding-right:6rem
    }
    .xl\:pt-24 {
     padding-top:6rem
    }
    .xl\:pb-24 {
     padding-bottom:6rem
    }
    .xl\:text-center {
     text-align:center
    }
    .xl\:gap-8 {
     gap:2rem
    }
    .xl\:grid-cols-3 {
     grid-template-columns:repeat(3,minmax(0,1fr))
    }
    .xl\:col-span-1 {
     grid-column:span 1/span 1
    }
    .xl\:col-span-2 {
     grid-column:span 2/span 2
    }
    .xl\:-translate-y-1\/2 {
     --tw-translate-y:-50%
    }
   }
   .ReactModal__Overlay {
    overflow:auto;
    opacity:0;
    transform:translateY(-10%);
    transition:opacity .3s cubic-bezier(.445,.05,.55,.95),transform .3s cubic-bezier(.445,.05,.55,.95)
   }
   .ReactModal__Overlay--after-open {
    opacity:1;
    transform:translateY(0)
   }
   .ReactModal__Overlay--before-close {
    opacity:0;
    transform:translateY(-10%)
   }