/* ── Tax Filing Banner ──────────────────────────────────── */
.ot-sticky-top-wrapper{position:sticky;top:0;z-index:9999}
/* Fix: remove .ot-navbar top gap (top:12px) and side margins globally */
.ot-navbar{top:0!important;margin-left:0!important;margin-right:0!important}
#global-header{margin-left:0!important;margin-right:0!important}
.ot-sticky-top-wrapper .ot-navbar-container{position:relative;z-index:auto}
.ot-sticky-top-wrapper .ot-navbar-container.fixed-nav .otto-home-container{position:relative;top:auto;left:auto;transform:none}
#otto-banner{min-height:56px;width:100%;background:#253edb;padding:12px 8px 12px 16px;display:flex;align-items:center;justify-content:space-between;gap:8px;box-sizing:border-box}
@media(min-width:768px){#otto-banner{padding-left:32px;padding-right:32px}}
#otto-banner.ot-banner-dismissed{animation:otBannerSlideUp .35s cubic-bezier(.55,0,.45,1) both}
@keyframes otBannerSlideUp{from{transform:translateY(0);opacity:1}to{transform:translateY(-100%);opacity:0}}
/* Left: allow it to shrink and truncate text correctly */
.ot-banner-left{display:flex;flex-direction:row;gap:16px;align-items:center;min-width:0;flex:1;overflow:hidden}
.ot-banner-logo{flex-shrink:0;display:flex;align-items:center;gap:8px;background:#fff;border-radius:6px;padding:8px;min-width:56px;height:32px;text-decoration:none;border:1px solid #e5e7eb;font-size:14px;font-weight:500}
.ot-banner-logo img{width:50px;height:20px;object-fit:contain}
/* display:block + width:100% ensures text-overflow:ellipsis works inside a flex child */
.ot-banner-title{font-size:14px;font-weight:400;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;width:100%}
.ot-banner-title-short{display:none}
@media(max-width:767px){.ot-banner-title-full{display:none}.ot-banner-title-short{display:block}}
/* Right: allow shrink so it never forces left text to zero width */
.ot-banner-right{display:flex;flex-direction:row;gap:16px;align-items:center;flex-shrink:0}
@media(min-width:768px){.ot-banner-right{gap:24px}}
.ot-banner-countdown{display:flex;align-items:center;gap:4px}
.ot-cd-unit{display:flex;flex-direction:column;align-items:center;min-width:28px}
@media(min-width:768px){.ot-cd-unit{min-width:32px}}
.ot-cd-num{font-size:13px;font-weight:600;color:#fff;line-height:1.25;font-variant-numeric:tabular-nums}
@media(min-width:768px){.ot-cd-num{font-size:14px}}
.ot-cd-label{font-size:9px;font-weight:500;color:rgba(255,255,255,.6);text-transform:uppercase;letter-spacing:.05em;line-height:1.25}
.ot-cd-sep{font-size:14px;font-weight:300;color:rgba(255,255,255,.4)}
.ot-banner-cta{flex-shrink:0;display:flex;align-items:center;justify-content:center;height:32px;gap:4px;padding:6px 10px;background:#f3f4f6;color:#253edb;border:1px solid #e5e7eb;border-radius:6px;font-family:inherit;font-size:13px;font-weight:500;cursor:pointer;white-space:nowrap;text-decoration:none;transition:background .15s}
@media(min-width:768px){.ot-banner-cta{height:36px;padding:8px 12px;font-size:14px}}
.ot-banner-cta:hover{background:#e5e7eb}
.ot-banner-close{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;padding:0;height:max-content;font-size:12px;font-weight:500;border-radius:6px}
.ot-banner-close svg{width:16px;height:16px;max-width:16px;overflow:hidden;vertical-align:middle;color:#fff}
/* Mobile: stack banner into 2 rows so text is fully visible */
@media(max-width:767px){
    #otto-banner{flex-direction:column;align-items:center;padding:10px 16px;gap:8px;min-height:auto}
    .ot-banner-left{width:100%;overflow:visible;justify-content:center}
    .ot-banner-title{white-space:normal;overflow:visible;text-overflow:clip;text-align:center}
    .ot-banner-countdown{display:none}
    .ot-banner-right{width:100%;justify-content:center;gap:12px}
}
/* ── End Tax Filing Banner ─────────────────────────────── */

/* Fix for sticky header on scroll */
.ot-navbar-container {
    position: relative;
    z-index: 1000;
}

/* When header is fixed, the container wrapper becomes fixed */
.ot-navbar-container.fixed-nav .otto-home-container {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    max-width: 1440px;
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
}

.ot-nav-inner-container.fixed-header {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

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

body {
    margin: 0
}

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

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

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

[hidden],
template {
    display: none
}

a {
    background-color: #0000
}

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

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

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

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

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

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

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

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

pre {
    overflow: auto
}

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

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

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

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

input {
    line-height: normal
}

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

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

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

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

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

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

td,
th {
    padding: 0
}

@font-face {
    font-family: webflow-icons;
    src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format("truetype");
    font-weight: 400;
    font-style: normal
}

[class*=" w-icon-"],
[class^=w-icon-] {
    speak: none;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    font-family: webflow-icons !important
}

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

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

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

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

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

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

* {
    box-sizing: border-box
}

html {
    height: 100%
}

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

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

html.w-mod-touch * {
    background-attachment: scroll !important
}

.w-block {
    display: block
}

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

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

.w-clearfix:after {
    clear: both
}

.w-hidden {
    display: none
}

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

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

html[data-w-dynpage] [data-w-cloak] {
    color: #0000 !important
}

.w-code-block {
    margin: unset
}

pre.w-code-block code {
    all: inherit
}

.w-optimization {
    display: contents
}

.w-webflow-badge,
.w-webflow-badge>img {
    box-sizing: unset;
    width: unset;
    height: unset;
    max-height: unset;
    max-width: unset;
    min-height: unset;
    min-width: unset;
    margin: unset;
    padding: unset;
    float: unset;
    clear: unset;
    border: unset;
    border-radius: unset;
    background: unset;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-origin: unset;
    background-clip: unset;
    background-attachment: unset;
    background-color: unset;
    box-shadow: unset;
    transform: unset;
    direction: unset;
    font-family: unset;
    font-weight: unset;
    color: unset;
    font-size: unset;
    line-height: unset;
    font-style: unset;
    font-variant: unset;
    text-align: unset;
    letter-spacing: unset;
    -webkit-text-decoration: unset;
    text-decoration: unset;
    text-indent: unset;
    text-transform: unset;
    list-style-type: unset;
    text-shadow: unset;
    vertical-align: unset;
    cursor: unset;
    white-space: unset;
    word-break: unset;
    word-spacing: unset;
    word-wrap: unset;
    transition: unset
}

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

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

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

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

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

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

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

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

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

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

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

figure {
    margin: 0 0 10px
}

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

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

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

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

.w-embed:after {
    clear: both
}

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

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

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

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

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

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

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

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

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

.w-input::placeholder,
.w-select::placeholder {
    color: #999
}

.w-input:focus,
.w-select:focus {
    border-color: #3898ec;
    outline: 0
}

.w-input[disabled],
.w-input[readonly],
.w-select[disabled],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
    cursor: not-allowed
}

.w-input[disabled]:not(.w-input-disabled),
.w-input[readonly],
.w-select[disabled]:not(.w-input-disabled),
.w-select[readonly],
fieldset[disabled]:not(.w-input-disabled) .w-input,
fieldset[disabled]:not(.w-input-disabled) .w-select {
    background-color: #eee
}

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

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

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

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

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

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

.w-radio:after {
    clear: both
}

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

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

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

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

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

.w-file-upload-default.w-hidden,
.w-file-upload-error.w-hidden,
.w-file-upload-success.w-hidden,
.w-file-upload-uploading.w-hidden {
    display: none
}

.w-file-upload-uploading-btn {
    cursor: pointer;
    background-color: #fafafa;
    border: 1px solid #ccc;
    margin: 0;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 400;
    display: flex
}

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

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

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

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

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

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

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

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

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

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

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

.w-container:after {
    clear: both
}

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

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

.w-row:after {
    clear: both
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-hidden-main {
    display: none !important
}

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

    .w-hidden-main {
        display: inherit !important
    }

    .w-hidden-medium {
        display: none !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .w-hidden-small {
        display: none !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .w-col {
        width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

    .w-col-tiny-12 {
        width: 100%
    }
}

.w-widget {
    position: relative
}

.w-widget-map {
    width: 100%;
    height: 400px
}

.w-widget-map label {
    width: auto;
    display: inline
}

.w-widget-map img {
    max-width: inherit
}

.w-widget-map .gm-style-iw {
    text-align: center
}

.w-widget-map .gm-style-iw>button {
    display: none !important
}

.w-widget-twitter {
    overflow: hidden
}

.w-widget-twitter-count-shim {
    vertical-align: top;
    text-align: center;
    background: #fff;
    border: 1px solid #758696;
    border-radius: 3px;
    width: 28px;
    height: 20px;
    display: inline-block;
    position: relative
}

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

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

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

.w-widget-twitter-count-shim.w--large {
    width: 36px;
    height: 28px
}

.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
    font-size: 18px;
    line-height: 18px
}

.w-widget-twitter-count-shim:not(.w--vertical) {
    margin-left: 5px;
    margin-right: 8px
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large {
    margin-left: 6px
}

.w-widget-twitter-count-shim:not(.w--vertical):after,
.w-widget-twitter-count-shim:not(.w--vertical):before {
    content: " ";
    pointer-events: none;
    border: solid #0000;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: 0
}

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

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

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

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

.w-widget-twitter-count-shim.w--vertical {
    width: 61px;
    height: 33px;
    margin-bottom: 8px
}

.w-widget-twitter-count-shim.w--vertical:after,
.w-widget-twitter-count-shim.w--vertical:before {
    content: " ";
    pointer-events: none;
    border: solid #0000;
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    left: 50%
}

.w-widget-twitter-count-shim.w--vertical:before {
    border-width: 5px;
    border-color: #5d6c7b #75869600 #75869600;
    margin-left: -5px
}

.w-widget-twitter-count-shim.w--vertical:after {
    border-width: 4px;
    border-color: #fff #fff0 #fff0;
    margin-left: -4px
}

.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
    font-size: 18px;
    line-height: 22px
}

.w-widget-twitter-count-shim.w--vertical.w--large {
    width: 76px
}

.w-background-video {
    color: #fff;
    height: 500px;
    position: relative;
    overflow: hidden
}

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

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

.w-background-video--control {
    background-color: #0000;
    padding: 0;
    position: absolute;
    bottom: 1em;
    right: 1em
}

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

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

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

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

.w-slider-nav {
    z-index: 2;
    text-align: center;
    -webkit-tap-highlight-color: #0000;
    tap-highlight-color: #0000;
    height: 40px;
    margin: auto;
    padding-top: 10px;
    position: absolute;
    inset: auto 0 0
}

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

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

.w-slider-nav.w-shadow>div {
    box-shadow: 0 0 3px #3336
}

.w-slider-nav-invert {
    color: #fff
}

.w-slider-nav-invert>div {
    background-color: #2226
}

.w-slider-nav-invert>div.w-active {
    background-color: #222
}

.w-slider-dot {
    cursor: pointer;
    background-color: #fff6;
    width: 1em;
    height: 1em;
    margin: 0 3px .5em;
    transition: background-color .1s, color .1s;
    display: inline-block;
    position: relative
}

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

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

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

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

.w-slider-arrow-left [class*=" w-icon-"],
.w-slider-arrow-left [class^=w-icon-],
.w-slider-arrow-right [class*=" w-icon-"],
.w-slider-arrow-right [class^=w-icon-] {
    position: absolute
}

.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus {
    outline: 0
}

.w-slider-arrow-left {
    z-index: 3;
    right: auto
}

.w-slider-arrow-right {
    z-index: 4;
    left: auto
}

.w-icon-slider-left,
.w-icon-slider-right {
    width: 1em;
    height: 1em;
    margin: auto;
    inset: 0
}

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

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

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

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

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

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

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

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

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

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

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

.w-dropdown-link:focus {
    outline: 0
}

@media screen and (max-width:767px) {
    .w-nav-brand {
        padding-left: 10px
    }
}

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

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

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

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

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

.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
    height: 86vh
}

.w-lightbox-frame,
.w-lightbox-view:before {
    vertical-align: middle;
    display: inline-block
}

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

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

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

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

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

.w-lightbox-caption {
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #0006;
    padding: .5em 1em;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden
}

.w-lightbox-embed {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0
}

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

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

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

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

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

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

.w-lightbox-active {
    opacity: .3
}

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

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

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

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

.w-lightbox-spinner {
    box-sizing: border-box;
    border: 5px solid #0006;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    animation: .8s linear infinite spin;
    position: absolute;
    top: 50%;
    left: 50%
}

.w-lightbox-spinner:after {
    content: "";
    border: 3px solid #0000;
    border-bottom-color: #fff;
    border-radius: 50%;
    position: absolute;
    inset: -4px
}

.w-lightbox-hide {
    display: none
}

.w-lightbox-noscroll {
    overflow: hidden
}

@media (min-width:768px) {
    .w-lightbox-content {
        height: 96vh;
        margin-top: 2vh
    }

    .w-lightbox-view,
    .w-lightbox-view:before {
        height: 96vh
    }

    .w-lightbox-group,
    .w-lightbox-group .w-lightbox-view,
    .w-lightbox-group .w-lightbox-view:before {
        height: 84vh
    }

    .w-lightbox-image {
        max-width: 96vw;
        max-height: 96vh
    }

    .w-lightbox-group .w-lightbox-image {
        max-width: 82.3vw;
        max-height: 84vh
    }

    .w-lightbox-left,
    .w-lightbox-right {
        opacity: .5;
        display: block
    }

    .w-lightbox-close {
        opacity: .8
    }

    .w-lightbox-control:hover {
        opacity: 1
    }
}

.w-lightbox-inactive,
.w-lightbox-inactive:hover {
    opacity: 0
}

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

.w-richtext:after {
    clear: both
}

.w-richtext[contenteditable=true]:after,
.w-richtext[contenteditable=true]:before {
    white-space: initial
}

.w-richtext ol,
.w-richtext ul {
    overflow: hidden
}

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
.w-richtext .w-richtext-figure-selected[data-rt-type=image] div,
.w-richtext .w-richtext-figure-selected[data-rt-type=video] div:after {
    outline: 2px solid #2895f7
}

.w-richtext figure.w-richtext-figure-type-video>div:after,
.w-richtext figure[data-rt-type=video]>div:after {
    content: "";
    display: none;
    position: absolute;
    inset: 0
}

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

.w-richtext figure>div:before {
    cursor: default !important
}

.w-richtext figure img {
    width: 100%
}

.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
    opacity: .6
}

.w-richtext figure div {
    color: #0000;
    font-size: 0
}

.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type=image] {
    display: table
}

.w-richtext figure.w-richtext-figure-type-image>div,
.w-richtext figure[data-rt-type=image]>div {
    display: inline-block
}

.w-richtext figure.w-richtext-figure-type-image>figcaption,
.w-richtext figure[data-rt-type=image]>figcaption {
    caption-side: bottom;
    display: table-caption
}

.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type=video] {
    width: 60%;
    height: 0
}

.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type=video] iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.w-richtext figure.w-richtext-figure-type-video>div,
.w-richtext figure[data-rt-type=video]>div {
    width: 100%
}

.w-richtext figure.w-richtext-align-center {
    clear: both;
    margin-left: auto;
    margin-right: auto
}

.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image>div,
.w-richtext figure.w-richtext-align-center[data-rt-type=image]>div {
    max-width: 100%
}

.w-richtext figure.w-richtext-align-normal {
    clear: both
}

.w-richtext figure.w-richtext-align-fullwidth {
    text-align: center;
    clear: both;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block
}

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

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

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

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

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

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

.w-nav:after {
    clear: both
}

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

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

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

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

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

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

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

.w-nav-overlay [data-nav-menu-open] {
    top: 0
}

.w-nav[data-animation=over-left] .w-nav-overlay {
    width: auto
}

.w-nav[data-animation=over-left] .w-nav-overlay,
.w-nav[data-animation=over-left] [data-nav-menu-open] {
    z-index: 1;
    top: 0;
    right: auto
}

.w-nav[data-animation=over-right] .w-nav-overlay {
    width: auto
}

.w-nav[data-animation=over-right] .w-nav-overlay,
.w-nav[data-animation=over-right] [data-nav-menu-open] {
    z-index: 1;
    top: 0;
    left: auto
}

.w-nav-button {
    float: right;
    cursor: pointer;
    -webkit-tap-highlight-color: #0000;
    tap-highlight-color: #0000;
    -webkit-user-select: none;
    user-select: none;
    padding: 18px;
    font-size: 24px;
    display: none;
    position: relative
}

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

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

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

.w--nav-dropdown-open,
.w--nav-dropdown-toggle-open,
.w-nav[data-collapse=all] .w-nav-button {
    display: block
}

.w--nav-dropdown-list-open {
    position: static
}

@media screen and (max-width:991px) {
    .w-nav[data-collapse=medium] .w-nav-menu {
        display: none
    }

    .w-nav[data-collapse=medium] .w-nav-button {
        display: block
    }
}

@media screen and (max-width:767px) {
    .w-nav[data-collapse=small] .w-nav-menu {
        display: none
    }

    .w-nav[data-collapse=small] .w-nav-button {
        display: block
    }

    .w-nav-brand {
        padding-left: 10px
    }
}

@media screen and (max-width:479px) {
    .w-nav[data-collapse=tiny] .w-nav-menu {
        display: none
    }

    .w-nav[data-collapse=tiny] .w-nav-button {
        display: block
    }
}

.w-tabs {
    position: relative
}

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

.w-tabs:after {
    clear: both
}

.w-tab-menu {
    position: relative
}

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

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

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

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

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

.w--tab-active {
    display: block
}

@media screen and (max-width:479px) {
    .w-tab-link {
        display: block
    }
}

.w-ix-emptyfix:after {
    content: ""
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

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

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

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

.wf-layout-layout {
    display: grid
}

@font-face {
    font-family: Suisseintl;
    src: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/6746c1ac83783853599f2c90_SuisseIntl-Light.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Suisseintl;
    src: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/6746c1fa8afc75af46c68f90_SuisseIntl-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Suisseintl;
    src: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/6746c21627c76ab54c4109b8_SuisseIntl-SemiBold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Suisseintl;
    src: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/6746c2d31a0dbafc810db9be_SuisseIntl-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Fa Brands 400";
    src: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/676a9625ec7908e84e2a568e_fa-brands-400.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Fa 400";
    src: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/676a963b0273a006dfba686d_fa-regular-400.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Fa Solid 900";
    src: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/676a96566fac68611a6b3a11_fa-solid-900.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

:root {
    --font-size--tablet-h1: 40px;
    --line-height--tablet-h1: 48px;
    --font-size--desktop-h1: 48px;
    --line-height--desktop-h1: 56px;
    --font-size--mobile-l-h1: 35px;
    --line-height--mobile-l-h1: 43px;
    --font-size--mobile-p-h1: 30px;
    --line-height--mobile-p-h1: 38px;
    --font-size--tablet-h2: 30px;
    --line-height--tablet-h2: 38px;
    --font-size--desktop-h2: 36px;
    --line-height--desktop-h2: 44px;
    --font-size--mobile-l-h2: 25px;
    --line-height--mobile-l-h2: 33px;
    --font-size--mobile-p-h2: 22px;
    --line-height--mobile-p-h2: 29px;
    --font-size--tablet-h3: 25px;
    --line-height--tablet-h3: 35px;
    --font-size--desktop-h3: 25px;
    --line-height--desktop-h3: 35px;
    --font-size--mobile-l-h3: 22px;
    --line-height--mobile-l-h3: 32px;
    --font-size--mobile-p-h3: 20px;
    --line-height--mobile-p-h3: 26px;
    --color--otto-blue: black;
    --systemflow-lite--primary--10: #f2f6ff;
    --systemflow-lite--neutral--10: white;
    --systemflow-lite--neutral--100: #0e0f11;
    --color--otto-blog-text-dark-blue: #1f3499;
    --systemflow-lite--neutral--20: #f9fafb;
    --color--button-bg: #253edb;
    --color--button-text: white;
    --_new-home---black-color: black;
    --color--breadcrumb-inactive: #636b75;
    --color--breadcrumb-active: #253edb;
    --_new-home---heading-color: #111827;
    --color--text: #0e0f11;
    --systemflow-lite--neutral--80: #636b75;
    --_new-home---body: white;
    --_new-home---font-size--d-h1: 54px;
    --_new-home---line-height--d-h1: 60px;
    --_new-home---font-size--t-h1: 40px;
    --_new-home---line-height--t-h1: 46px;
    --_new-home---font-size--ml-h1: 30px;
    --_new-home---line-height--ml-h1: 36px;
    --_new-home---font-size--mp-h1: 27px;
    --_new-home---primary--grey--600: #4b5563;
    --_new-home---primary-button-bg: #233ed9;
    --_new-home---primary-button-text: white;
    --_new-home---primary-button-hover-bg: #2239b1;
    --_new-home---primary--blue--700: #233ed9;
    --_new-home---font-size--d-h2: 40px;
    --_new-home---line-height--d-h2: 48px;
    --_new-home---font-size--t-h2: 30px;
    --_new-home---line-height--t-h2: 38px;
    --_new-home---font-size--m-h2: 25px;
    --_new-home---line-height--m-h2: 33px;
    --_new-home---primary--grey--700: #374151;
    --_new-home---text: #1f2937;
    --_new-home---font-size--d-h3: 30px;
    --_new-home---line-height--d-h3: 38px;
    --_new-home---font-size--m-h3: 25px;
    --_new-home---line-height--m-h3: 33px;
    --color--otto-blog-test-color-dark: #253edb;
    --font-size--button-desktop: 16px;
    --font-size--button-tablet: 16px;
    --font-size--button-mobile: 16px;
    --systemflow-lite--primary--60: #2f54eb;
    --_new-home---line-height--mp-h1: 37px
}

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

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

.w-pagination-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    display: flex
}

.w-pagination-previous {
    color: #333;
    background-color: #fafafa;
    border: 1px solid #ccc;
    border-radius: 2px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 9px 20px;
    font-size: 14px;
    display: block
}

.w-pagination-previous-icon {
    margin-right: 4px
}

.w-pagination-next {
    color: #333;
    background-color: #fafafa;
    border: 1px solid #ccc;
    border-radius: 2px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 9px 20px;
    font-size: 14px;
    display: block
}

.w-pagination-next-icon {
    margin-left: 4px
}

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

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

body {
    color: #333;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px
}

h1 {
    font-size: var(--font-size--tablet-h1);
    line-height: var(--line-height--tablet-h1);
    margin-top: 0;
    margin-bottom: 15px
}

h2 {
    font-size: var(--font-size--tablet-h2);
    line-height: var(--line-height--tablet-h2);
    margin-top: 24px;
    margin-bottom: 15px;
    font-weight: 700
}

h3 {
    font-size: var(--font-size--tablet-h3);
    line-height: var(--line-height--tablet-h3);
    margin-top: 24px;
    margin-bottom: 15px
}

p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px
}

a {
    color: var(--color--otto-blue);
    text-decoration: underline
}

ul {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px
}

li {
    font-size: 16px;
    line-height: 24px
}

.container {
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto
}

.button-primary {
    pointer-events: auto;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: #253edb;
    border: 1px solid #253edb;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    transition: all .2s
}

.button-primary:hover {
    color: #fff;
    background-color: #233fd9cc
}

.button-primary:active {
    background-color: #233fd9cc
}

.hero-heading-left {
    background-color: #f5f7fa;
    background-image: linear-gradient(#bdc6f4 6%, #fff);
    border-bottom: 0 solid #e4ebf3;
    height: auto;
    margin-top: 0;
    padding: 40px 30px 60px;
    position: relative
}

.hero-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    min-height: 200px;
    font-weight: 400;
    display: flex
}

.hero-save-money-split-text {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 101%;
    font-size: 14px;
    display: flex
}

.margin-bottom-24px {
    color: #fff;
    text-align: left;
    max-width: 70%;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px
}

.testimonial-column-light {
    background-image: linear-gradient(0deg, #bdc6f4, #fff);
    border-bottom: 0 solid #e4ebf3;
    padding: 60px 30px;
    position: relative
}

.centered-heading {
    text-align: left;
    min-width: 50%;
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 48px;
    font-weight: 300;
    line-height: 54px
}

.testimonial-grid-two {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 50px;
    display: grid
}

.testimonial-main-heading {
    color: #253edb;
    margin-bottom: 2px;
    font-size: 28px;
    font-weight: 300;
    line-height: 40px
}

.hero-wrapper-two {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    display: flex
}

.footer-social-link {
    font-size: 20px
}

.sysf-collapse-item-2 {
    cursor: pointer;
    padding-left: 16px;
    padding-right: 16px
}

.body {
    color: #253edb;
    font-family: Suisseintl, Arial, sans-serif
}

.div-block {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    align-items: center;
    max-width: 86%;
    display: flex;
    position: relative
}

.heading {
    text-align: left;
    mix-blend-mode: normal;
    color: #253edb;
    flex-flow: row;
    justify-content: flex-start;
    font-size: 4em;
    font-weight: 300;
    line-height: 55px;
    display: block
}

.div-block-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    align-items: stretch;
    height: auto;
    display: flex
}

.button-demo {
    color: #253edb;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #fff;
    border: 0 solid #253edb;
    border-radius: 10px;
    padding: 10px 20px;
    font-family: Suisseintl, Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    text-decoration: none;
    transition: all .2s
}

.button-demo:hover {
    color: #253edb;
    background-color: #d6dcf8fa
}

.button-demo:active {
    color: #253edb;
    background-color: #d6dcf8
}

.text-block {
    color: #5d6fe0;
    font-size: 20px;
    font-weight: 300;
    line-height: 28px
}

.div-block-3 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
    display: flex
}

.bold-text {
    color: #253edb;
    font-size: 30px;
    font-weight: 400;
    line-height: 36px
}

.text-block-2,
.text-block-3,
.text-block-4,
.text-block-5 {
    font-family: Suisseintl, Arial, sans-serif;
    font-size: 1.25em
}

.list-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
    display: flex
}

.list-item-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.list-item-3,
.list-item-4,
.list-item-5 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: center;
    display: flex
}

.list {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    align-items: flex-start;
    display: flex
}

.div-block-4 {
    background-color: #bdc6f4;
    border-radius: 10px;
    margin-top: 40px;
    padding-top: 50px;
    padding-left: 81px;
    display: flex
}

.hero-stack-deal-tracker {
    background-color: #253edb;
    border-bottom: 1px #e4ebf3;
    padding: 60px 30px;
    position: relative
}

.heading-2 {
    color: #fff;
    text-align: left;
    max-width: 70%;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400
}

.text-block-6 {
    text-align: left;
    letter-spacing: 2px;
    text-transform: uppercase;
    width: auto;
    min-width: 50%;
    max-width: none;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px
}

.div-block-5 {
    flex-flow: column;
    align-items: flex-start;
    max-width: 968px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: flex
}

.testimonial-slider-large-2 {
    background-color: #fff;
    border-bottom: 0 #e4ebf3;
    padding: 60px 30px 40px;
    position: relative
}

.container-2 {
    width: 100%;
    max-width: 968px;
    margin-left: auto;
    margin-right: auto
}

.testimonial-slider-two-2 {
    background-color: #0000;
    height: auto
}

.testimonial-slide-2 {
    background-color: #f5f7fa;
    border-radius: 10px;
    justify-content: space-between;
    align-items: center;
    padding: 32px;
    display: flex
}

.testimonial-content-2 {
    flex-direction: column;
    align-items: flex-start;
    max-width: 500px;
    margin-right: 40px;
    display: flex
}

.testimonial-quote-icon-2 {
    margin-bottom: 24px
}

.testimonial-quote-2 {
    color: #233ddd;
    margin-bottom: 32px;
    font-size: 24px;
    font-weight: 300;
    line-height: 32px
}

.testimonial-info-two-2 {
    align-items: center;
    display: flex
}

.testimonial-author-name-2 {
    font-weight: 700
}

.testimonial-slider-arrow-2 {
    display: none
}

.testimonial-slider-nav-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 0;
    font-size: 10px;
    line-height: 20px;
    display: flex;
    position: static;
    bottom: -60px
}

.herio-description {
    color: #253edb;
    max-width: 50%;
    margin-bottom: 24px;
    font-size: 22px;
    font-weight: 300;
    line-height: 32px
}

.testimonial-card-two1,
.testimonial-card-two2,
.testimonial-card-two3 {
    background-color: #fff9;
    border: 0 solid #e4ebf3;
    border-radius: 8px;
    flex-direction: column;
    padding: 30px 20px;
    display: flex
}

.accordion-item {
    background-color: #0000;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    margin-bottom: 10px;
    padding: 10px 0
}

.accordion-item-trigger {
    justify-content: space-between;
    align-items: flex-start;
    display: flex
}

.accordion-heading {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    color: #fff;
    cursor: pointer;
    flex: 1;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    display: flex
}

.icon.accordion-icon {
    color: #fff;
    cursor: pointer;
    font-family: Material Icons, sans-serif;
    font-size: 32px;
    line-height: 30px
}

.accordion-item-content {
    color: #fff;
    height: auto;
    margin-top: 10px;
    margin-right: 30px;
    overflow: hidden
}

.bold-text-4 {
    font-size: 20px;
    font-weight: 400
}

.bold-text-6 {
    font-weight: 400
}

.accordion-text {
    color: var(--systemflow-lite--primary--10);
    text-indent: 0;
    font-family: Suisseintl, Arial, sans-serif;
    font-size: 14px;
    line-height: 22px
}

.hero-split-copy {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 40%;
    display: flex
}

.utility-page-wrap {
    justify-content: center;
    align-items: center;
    width: 100vw;
    max-width: 100%;
    height: 100vh;
    max-height: 100%;
    display: flex
}

.utility-page-content {
    text-align: center;
    flex-direction: column;
    width: 260px;
    display: flex
}

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

.text-span-4 {
    font-weight: 600
}

.text-span-5 {
    -webkit-text-fill-color: transparent;
    background-color: #253edb;
    -webkit-background-clip: text;
    background-clip: text;
    font-weight: 600
}

.image-8 {
    border-radius: 10px
}

.button-coming-soon {
    color: #253edb;
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: #fff;
    border: 0 solid #253edb;
    border-radius: 30px;
    padding: 10px 20px;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    transition: all .2s
}

.button-coming-soon:hover {
    color: #253edb
}

.button-coming-soon:active {
    color: #253edb;
    background-color: #d6dcf8
}

.hero-save-money-split {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 14px
}

.hero-split-image {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 60%;
    font-size: 14px;
    display: flex
}

.hero-section1 {
    background-color: #f5f7fa;
    background-image: linear-gradient(#bdc6f4 6%, #fff);
    border-bottom: 0 solid #e4ebf3;
    margin-top: 0;
    padding: 40px 30px 60px;
    position: relative
}

.footer-subscribe-2 {
    background-image: linear-gradient(#bdc6f4, #fff);
    border: 1px #000;
    padding: 40px 30px;
    display: block;
    position: relative
}

.container-5 {
    width: 100%;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto
}

.footer-form-two-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    background-color: #0000;
    border-radius: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    padding: 20px 64px;
    display: flex
}

.footer-form-container-two-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex
}

.button-demo-large {
    color: var(--systemflow-lite--neutral--10);
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: #253edb;
    border: 0 solid #253edb;
    border-radius: 10px;
    padding: 12px 30px;
    font-family: Suisseintl, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    transition: all .2s
}

.button-demo-large:active,
.button-demo-large:hover {
    color: #fff;
    background-color: #253edbcc
}

.centered-heading-copy {
    text-align: center;
    min-width: 50%;
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 48px;
    font-weight: 300;
    line-height: 54px
}

.typeform-wrapper-fo7n0qjk {
    width: 100%;
    height: 100vh
}

.ot-single-blog-image {
    border-radius: 12px;
    margin-bottom: 40px
}

.blog-collection-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: start;
    place-items: start stretch;
    margin-top: 0;
    margin-bottom: 40px;
    display: grid
}

.empty-state {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex
}

.ot-blog-date-flex {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: center;
    display: flex
}

.empty-state-2 {
    display: none
}

.ot-blog-category-collection-list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    display: flex
}

.author-container {
    border: 1px solid var(--color--otto-blue);
    background-color: #fff;
    border-radius: 12px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 940px;
    margin: 40px auto 20px;
    padding: 40px 20px;
    display: flex
}

.auhtor-photo {
    aspect-ratio: 1;
    border-radius: 50%;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 5em;
    position: relative;
    overflow: hidden
}

.auhtor-details {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex
}

.heading-10 {
    color: var(--systemflow-lite--neutral--100);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 3em;
    font-weight: 700;
    line-height: 1.1em
}

.paragraph-2 {
    color: #0009;
    text-align: center;
    text-transform: none;
    max-width: 300px;
    margin-bottom: 0;
    font-size: 1.1em;
    font-weight: 400;
    line-height: 1.3em
}

.blog-author-details {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex
}

.ot-blog-author-image {
    border-radius: 8px;
    width: 25px;
    height: 25px;
    overflow: hidden
}

.ot-blog-author-name {
    color: #050505;
    font-size: 1.2em
}

.ot-blog-author {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.empty-state-3 {
    display: none
}

.collection-item-3 {
    color: #121212;
    text-align: left;
    overflow-wrap: normal;
    font-size: 1rem;
    font-weight: 400;
    line-height: 30px
}

.collection-list-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: auto
}

.ot-blog-category-link {
    color: #0009;
    font-size: .9rem;
    text-decoration: none
}

.ot-blog-category-link:hover {
    color: #000
}

.ot-blog-category-link.w--current {
    color: #000;
    letter-spacing: 1px;
    font-size: .9rem
}

.template-hero-section {
    background-color: #f5f7fa;
    background-image: linear-gradient(#bdc6f4 6%, #fff);
    border-bottom: 0 solid #e4ebf3;
    margin-top: 0;
    padding: 40px 30px 60px;
    position: relative
}

.template-container {
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto
}

.temp-hero-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-height: 200px;
    font-weight: 400;
    display: flex
}

.hero-text-block {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 75rem;
    margin-bottom: 4.5rem;
    margin-left: auto;
    margin-right: auto;
    display: flex
}

.temp-hero-image-block {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 65rem;
    font-size: 14px;
    display: flex;
    position: relative
}

.temp-hero-button-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    align-items: stretch;
    height: auto;
    display: flex
}

.temp-hero-description {
    color: #253edb;
    text-align: center;
    max-width: 80%;
    font-size: 22px;
    line-height: 32px
}

.temp-hero-description.hero-text-link {
    color: var(--color--otto-blog-text-dark-blue)
}

.temp-hero-heading-block {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 86%;
    display: flex;
    position: relative
}

.temp-hero-heading {
    text-align: center;
    mix-blend-mode: normal;
    color: #253edb;
    flex-flow: row;
    justify-content: flex-start;
    font-size: 60px;
    font-weight: 300;
    line-height: 64px;
    display: block
}

.temp-hero-button {
    pointer-events: auto;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: #253edb;
    border: 1px solid #253edb;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    transition: all .2s
}

.temp-hero-button:hover {
    color: #fff;
    background-color: #233fd9cc
}

.temp-hero-button:active {
    background-color: #233fd9cc
}

.div-block-32 {
    background-image: linear-gradient(0deg, #fff, #fffffff2 97%, #fff);
    width: 80%;
    height: 63px;
    position: absolute;
    inset: auto auto -40px
}

.side-section-description {
    color: var(--color--otto-blue);
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px
}

.template-3-grid-section {
    background-image: linear-gradient(0deg, #bdc6f4, #fff);
    border-bottom: 0 solid #e4ebf3;
    max-width: none;
    padding: 60px 30px;
    position: relative
}

.template-3-grid-section.feature-section {
    background-image: none
}

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

.temlate-faq {
    background-color: #253edb;
    border-bottom: 1px #e4ebf3;
    padding: 60px 30px;
    position: relative
}

.template-faq-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: flex-start;
    place-items: center stretch;
    display: grid
}

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

.template-faq-container {
    width: 100%;
    max-width: 968px;
    margin-left: auto;
    margin-right: auto
}

.global-footer {
    background-color: var(--color--otto-blue);
    color: var(--systemflow-lite--neutral--10);
    padding: 50px 30px 15px;
    position: static
}

.footer-content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: auto auto 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: flex
}

.footer-block {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex
}

.title-small {
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 700
}

.footer-link {
    color: var(--systemflow-lite--neutral--10);
    font-size: 14px;
    line-height: 24px;
    text-decoration: none
}

.footer-social-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.footer-divider {
    background-color: #e4ebf3;
    width: 100%;
    height: 1px;
    margin-top: 70px;
    margin-bottom: 15px
}

.footer-copyright-center {
    text-align: center;
    font-size: 14px;
    line-height: 16px
}

.navbar-no-shadow {
    z-index: 999;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background-color: #bdc6f4;
    position: sticky;
    top: 0
}

.navbar-no-shadow-container {
    z-index: 5;
    background-color: #0000;
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 24px
}

.container-regular {
    width: 100%;
    max-width: 1440px;
    min-height: 30px;
    margin-left: auto;
    margin-right: auto
}

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

.nav-menu {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex
}

.nav-link-3 {
    color: var(--color--otto-blue);
    letter-spacing: .25px;
    margin-left: 0;
    margin-right: 0;
    padding: 5px 15px 5px 10px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-decoration: none
}

.nav-link-3:hover {
    color: var(--color--otto-blue)
}

.nav-link-3:focus-visible,
.nav-link-3[data-wf-focus-visible] {
    outline-offset: 0px;
    color: #0050bd;
    border-radius: 4px;
    outline: 2px solid #0050bd
}

.nav-dropdown-3 {
    margin-left: 5px;
    margin-right: 5px
}

.nav-dropdown-toggle-3 {
    letter-spacing: .25px;
    padding: 5px 30px 5px 10px;
    font-size: 14px;
    line-height: 20px
}

.nav-dropdown-toggle-3:hover {
    color: #1a1b1fbf
}

.nav-dropdown-toggle-3:focus-visible,
.nav-dropdown-toggle-3[data-wf-focus-visible] {
    outline-offset: 0px;
    color: #0050bd;
    border-radius: 5px;
    outline: 2px solid #0050bd
}

.nav-dropdown-icon-3 {
    margin-right: 10px
}

.nav-dropdown-list-3 {
    background-color: #fff;
    border-radius: 12px
}

.nav-dropdown-list-3.w--open {
    padding-top: 10px;
    padding-bottom: 10px
}

.nav-dropdown-link-3 {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px
}

.nav-dropdown-link-3:focus-visible,
.nav-dropdown-link-3[data-wf-focus-visible] {
    outline-offset: 0px;
    color: #0050bd;
    border-radius: 5px;
    outline: 2px solid #0050bd
}

.mobile-margin-top-12 {
    display: none
}

.nav-button-wrapper {
    margin-left: 20px
}

.list-item-6 {
    display: none
}

.blue-btn-wrapper {
    margin-left: 20px
}

.blue-btn {
    background-color: var(--color--otto-blue);
    color: var(--systemflow-lite--neutral--20);
    letter-spacing: 1px;
    text-transform: none;
    border: 0 solid #253edb;
    border-radius: 10px;
    padding: 10px 20px;
    font-family: Suisseintl, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
    transition: all .2s
}

.blue-btn:hover {
    color: #253edb;
    background-color: #d6dcf8fa
}

.blue-btn:active {
    color: #253edb;
    background-color: #d6dcf8
}

.product-ctas-section {
    background-color: #f3f2ef;
    border-bottom: 1px solid #e4ebf3;
    padding: 40px 30px 60px;
    position: relative
}

.container-7 {
    width: 100%;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto
}

.glossery-cta-title {
    text-align: center;
    max-width: 550px;
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto
}

.glossery-cta-description {
    text-align: center;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    display: none
}

.pricing-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 50px;
    display: grid
}

.pricing-card-three {
    background-color: var(--systemflow-lite--neutral--10);
    text-align: center;
    border-radius: 12px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 40px 20px;
    display: flex
}

.pricing-image {
    object-fit: cover;
    width: 80px;
    height: 80px;
    margin-bottom: 16px
}

.pricing-card-text {
    margin-bottom: 20px
}

.text-link-arrow-2 {
    color: #1a1b1f;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    display: flex
}

.arrow-embed-2 {
    margin-left: 2px;
    display: flex
}

.all-product-cta-section {
    background-color: #f3f2ef;
    border-bottom: 1px solid #e4ebf3;
    padding: 0 30px 60px;
    position: relative
}

.all-product-cta-wrapper {
    justify-content: center;
    align-items: center;
    display: flex
}

.all-product-cta-btn {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    align-items: stretch;
    height: auto;
    display: flex
}

.o-button {
    border: 1px solid var(--color--button-bg);
    background-color: var(--color--button-bg);
    color: var(--color--button-text);
    letter-spacing: 2px;
    text-transform: uppercase;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    transition: all .2s
}

.o-button:hover {
    color: #fff;
    background-color: #233fd9cc
}

.o-button:active {
    background-color: #233fd9cc
}

.share-glossery-wrapper {
    border-top: 1px solid #e5e7eb;
    max-width: 940px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 24px;
    padding-bottom: 24px
}

.shar-icon-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    color: var(--systemflow-lite--neutral--100);
    justify-content: space-between;
    align-items: center;
    display: flex
}

.share-icon-ul {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-top: 0;
    margin-bottom: 0;
    display: flex
}

.hero-content-block {
    text-align: center
}

.o-section {
    width: 100%
}

.o-section.bg-gray {
    background-color: #f3f2ef;
    padding-top: 80px;
    padding-bottom: 80px
}

.o-section.bg-transparent {
    padding-top: 60px;
    padding-bottom: 60px
}

.o-section.logo-slider {
    padding-top: 40px;
    padding-bottom: 40px
}

.o-section.o-video-popup-section {
    padding: 70px
}

.o-heading-h2 {
    color: var(--color--otto-blue);
    font-size: var(--font-size--tablet-h2);
    line-height: var(--line-height--tablet-h2);
    margin-top: 0;
    margin-bottom: 0
}

.o-heading-h2.mb-24 {
    margin-bottom: 24px
}

.o-heading-h2.white {
    color: var(--systemflow-lite--neutral--10)
}

.o-heading-h2.md-text-center.o-text-center {
    text-align: center
}

.glossary-content {
    color: var(--_new-home---black-color)
}

.o-heading-wrapper {
    text-align: center;
    margin-bottom: 40px
}

.explore-img {
    border-radius: 10px;
    width: 100%;
    height: auto
}

.explore-heading {
    color: var(--color--otto-blue);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 34px
}

.right-arrow {
    display: flex
}

.ot-resource-button-wrapper {
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    display: flex
}

.template-heading {
    color: var(--color--otto-blue);
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 22px;
    line-height: 32px
}

.page-bredcrumb {
    margin-top: 36px
}

.bredcrumb-menu {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 14px;
    line-height: 20px;
    list-style-type: none
}

.breadcrumb-item {
    font-size: 14px;
    line-height: 20px;
    display: inline-block
}

.breadcrumb-items-link {
    color: var(--color--breadcrumb-inactive);
    text-decoration: none;
    display: inline-block
}

.separator {
    color: var(--color--breadcrumb-inactive);
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block
}

.active-page {
    color: var(--color--breadcrumb-active);
    display: inline-block
}

.page-breadcrumb-container {
    max-width: 100%;
    padding-left: 22px;
    padding-right: 22px
}

.footer-img {
    height: 16px;
    margin-top: -4px
}

.how-to-point-heading {
    color: var(--_new-home---heading-color);
    margin-top: 15px;
    margin-bottom: 6px;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px
}

.feature-img {
    width: 60px
}

.feature-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border: 1px solid var(--color--otto-blue);
    color: var(--systemflow-lite--neutral--100);
    border-radius: 8px;
    flex-direction: column;
    padding: 24px;
    display: flex
}

.bottom-footer {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex
}

.footer-text {
    color: var(--systemflow-lite--neutral--10);
    max-width: 300px;
    margin-top: 12px;
    font-size: 14px;
    line-height: 24px;
    text-decoration: none
}

.footer-social-icon {
    color: var(--systemflow-lite--neutral--10);
    font-family: "Fa Brands 400", Arial, sans-serif;
    font-size: 20px
}

.success-message {
    border: 1px solid var(--color--otto-blue);
    background-color: #0000;
    border-radius: 10px;
    padding: 12px
}

.d-none {
    display: none
}

.alt-review-star {
    margin-bottom: 10px
}

.terms-container {
    max-width: 1440px;
    padding: 15px 30px
}

.launchlist-form {
    grid-column-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.header-form-input {
    border: 1px solid #a7a7a7;
    border-radius: 10px;
    height: 40px;
    margin-bottom: 0;
    padding: 12px 20px;
    font-size: 12px
}

.header-form-submit {
    background-color: #253edb;
    border: 1px solid #253edb;
    border-radius: 10px;
    height: 40px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 12px;
    line-height: 16px
}

.header-form-block {
    margin-bottom: 0
}

.category-section {
    padding-top: 50px
}

.category-main-heading {
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px
}

.category-h3 {
    color: var(--color--otto-blue);
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px
}

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

.category-grid-block {
    background-image: linear-gradient(315deg, #bdc6f41a, #fff 81%);
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    padding: 25px
}

.category-h4 {
    color: var(--color--text);
    margin-top: 0;
    font-size: 18px;
    font-weight: 500
}

.category-p {
    color: var(--systemflow-lite--neutral--80);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.category-icon {
    aspect-ratio: 1;
    background-color: #bdc6f447;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 60px;
    margin-bottom: 20px;
    display: flex
}

.category-block {
    margin-bottom: 50px
}

.testimonial-section {
    padding-top: 50px;
    padding-bottom: 50px
}

.testimonial-container {
    max-width: 1100px
}

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

.review-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: none;
    justify-content: flex-start;
    width: 100%;
    display: flex
}

.review-1st {
    background-color: #be8181;
    flex: none;
    width: 33%;
    padding: 20px
}

.review-1st._2 {
    background-color: #4a6ba1
}

.review-1st._3 {
    background-color: #75a75a
}

.template-input {
    color: var(--color--text);
    background-color: #0000;
    border: 1px solid #878787;
    border-radius: 10px;
    height: 43px;
    padding: 10px;
    line-height: 21px
}

.thanku-heading {
    font-size: 20px;
    line-height: 30px;
    display: inline
}

.text-block-15 {
    margin-top: 10px
}

.ticker {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
    position: relative;
    overflow: hidden
}

.ticker.is-reversed {
    justify-content: flex-end;
    align-items: center
}

.ticker-content {
    flex-flow: row;
    flex: none;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ticker-logo {
    width: auto;
    height: 30px;
    margin-left: 35px;
    margin-right: 35px
}

.padding-t-50 {
    text-align: center;
    padding-top: 50px
}

.o-heading-animation {
    text-align: center;
    max-width: 862px
}

.o-heading-animation-span {
    color: #9ca3af;
    margin-top: 0;
    padding-right: 14px;
    font-size: 52px;
    font-weight: 600;
    line-height: 60px;
    display: inline-block
}

.o-video-popup-image {
    border-radius: 40px
}

.o-video-popup-link {
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative
}

.o-popup-wrapper {
    text-align: center;
    justify-content: center;
    align-items: center
}

.o-popup-content-block {
    z-index: 0;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute
}

.ot-popup-title {
    color: #fff;
    font-size: 36px;
    line-height: 44px
}

.o-4-col-logo-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr
}

.o-company-logo-block {
    background-color: #fff;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    display: flex;
    position: relative;
    box-shadow: 5px 5px 10px #0000001a
}

.o-minimize-icon {
    position: absolute;
    inset: -10% auto auto -10%
}

.o-review-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    height: 100%;
    display: flex;
    overflow: hidden
}

.o-review-content-block {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
    justify-content: center;
    align-items: center
}

.o-review-image {
    max-height: 220px
}

.o-review-block {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    cursor: pointer;
    background-color: #f8fbff;
    border-radius: 16px;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
    justify-content: flex-start;
    align-items: center;
    width: 200px;
    padding: 16px;
    display: flex;
    overflow: hidden
}

.o-review-block.active {
    width: 100%
}

.ot-body {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    aspect-ratio: auto;
    background-color: var(--_new-home---body);
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 400;
    display: block
}

.ot-hero-section {
    padding-top: 36px;
    padding-bottom: 70px
}

.ot-hero-section.pt-150 {
    margin-top: -10px;
    padding-top: 150px
}

.ot-hero-section.pb-123 {
    padding-bottom: 123px
}

.ot-hero-section.bg-dotted {
    background-image: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/67c9609c9fb5dd1f966b067f_glossary-hero-image.webp");
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 90px;
    padding-bottom: 90px
}

.ot-hero-section.tax-hero {
    padding-top: 90px;
    padding-bottom: 0
}

.ot-hero-section.invoice-tool-hero {
    object-fit: fill;
    padding-bottom: 0
}

.otto-home-container {
    max-width: 1440px;
    padding-left: 24px;
    padding-right: 24px
}

.ot-hero-content {
    grid-row-gap: 22px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ot-h1 {
    color: var(--_new-home---heading-color);
    font-size: var(--_new-home---font-size--d-h1);
    line-height: var(--_new-home---line-height--d-h1);
    letter-spacing: -1.62px;
    margin-bottom: 18px;
    font-weight: 700
}

.ot-h1.ot-center {
    text-align: center;
    margin-bottom: 0
}

.ot-h1.ot-sitemap-h1 {
    font-size: 65px;
    line-height: 70px
}

.ot-hero-title-text {
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ot-hero-title-text.ot-max-w-800 {
    max-width: 800px
}

.ot-subheadline {
    color: var(--_new-home---primary--grey--600);
    text-align: center;
    max-width: 715px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.ot-subheadline.ot-left {
    text-align: left
}

.ot-primary-btn {
    background-color: var(--_new-home---primary-button-bg);
    color: var(--_new-home---primary-button-text);
    text-align: center;
    cursor: pointer;
    border: 1px solid #72a0ff;
    border-radius: 12px;
    padding: 10.5px 16px;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    text-decoration: none;
    transition: all .3s;
    display: inline-block
}

.ot-primary-btn:hover {
    background-color: var(--_new-home---primary-button-hover-bg)
}

.ot-primary-btn.ot-submit {
    color: var(--_new-home---primary-button-text);
    border-style: none;
    border-radius: 10px;
    padding: 12px 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    position: absolute;
    top: 50%;
    right: 4.25px;
    transform: translate(0, -50%)
}

.ot-primary-btn.ot-form-btn {
    border-radius: 8px;
    padding: 13px 32px;
    line-height: 16px
}

.ot-primary-btn.ot-form-btn.mt-30 {
    margin-top: 10px
}

.ot-primary-btn.pricing-btn {
    min-width: 242px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.ot-primary-btn.pricing-btn.business-plan {
    color: var(--_new-home---heading-color);
    background-color: #9ac4ff1a;
    border-color: #72a0ffb3
}

.ot-primary-btn.pricing-btn.business-plan:hover {
    background-color: var(--_new-home---primary-button-bg);
    color: var(--_new-home---primary-button-text)
}

.ot-primary-btn.compare-btn {
    color: var(--_new-home---heading-color);
    background-color: #0000;
    border-color: #cad0d9
}

.ot-primary-btn.compare-btn:hover {
    background-color: var(--_new-home---primary-button-bg);
    color: var(--_new-home---primary-button-text)
}

.ot-primary-btn._w-100 {
    width: 100%
}

.ot-primary-btn.icon-with-text {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    padding-top: 8.5px;
    padding-bottom: 8.5px;
    display: flex
}

.ot-primary-btn.white-btn {
    background-color: var(--_new-home---primary-button-text);
    color: var(--_new-home---primary-button-bg);
    padding: 14px 30px;
    font-size: 16px
}

.ot-primary-btn.white-btn:hover {
    background-color: var(--_new-home---primary-button-bg);
    color: var(--_new-home---primary-button-text)
}

.ot-secondary-btn {
    color: var(--_new-home---primary-button-bg);
    background-color: #0000;
    border: 1px solid #72a0ff;
    border-radius: 12px;
    padding: 10.5px 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    text-decoration: none
}

.ot-secondary-btn.icon-with-text {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    padding-top: 8.5px;
    padding-bottom: 8.5px;
    display: inline-flex
}

.ot-secondary-btn.icon-with-text.mt-24 {
    margin-top: 24px
}

.ot-secondary-btn.icon-with-text.d-none {
    display: none
}

.ot-hero-image-section {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-bottom: 48px
}

.ot-hero-image {
    text-align: center;
    justify-content: center;
    display: flex
}

.ot-logo-section {
    padding-top: 60px;
    padding-bottom: 60px
}

.ot-logo-title {
    color: var(--_new-home---primary--grey--600);
    text-align: center;
    margin-bottom: 48px
}

.ot-sticky-section {
    z-index: -1;
    position: static
}

.ot-p-relative {
    background-color: #fff;
    position: relative
}

.ot-center-content {
    justify-content: center;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px
}

.ot-p-sticky {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    background-image: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/679b2a47d551a8146bde7ec3_texture.svg");
    background-position: 0 0;
    background-size: auto;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: sticky;
    top: 72px
}

.ot-p-sticky.ot-sticky-none {
    position: static
}

.o-founder-name-span {
    color: var(--_new-home---primary--grey--600);
    margin-top: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    display: block
}

.ot-zigzag-section {
    background-color: #f8fbff;
    padding-top: 24px;
    padding-bottom: 24px
}

.ot-zigzag-grid {
    grid-column-gap: 100px;
    background-color: #fff;
    border-radius: 48px;
    grid-template-rows: auto;
    grid-template-columns: .9fr 1.1fr;
    align-self: stretch;
    align-items: center;
    padding: 54px 50px
}

.ot-zigzag-grid.reverce {
    grid-template-columns: 1.1fr .9fr
}

.ot-zigzag-content-block {
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex
}

.ot-zigzag-top-text {
    color: #24378b;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 8px 6px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px
}

.ot-h2 {
    color: var(--_new-home---black-color);
    font-size: var(--_new-home---font-size--d-h2);
    line-height: var(--_new-home---line-height--d-h2);
    letter-spacing: -.4px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 500
}

.ot-h2.max-600 {
    max-width: 600px
}

.ot-zigzag-title-text {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex
}

.ot-zigzag-pera {
    color: var(--_new-home---primary--grey--700);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.ot-zigzag-btn {
    color: var(--_new-home---primary--grey--700);
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #f5faff;
    border: 1px solid #9abbff;
    border-radius: 12px;
    padding: 12px 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    transition: all .4s
}

.ot-zigzag-btn:hover {
    background-color: var(--_new-home---primary-button-bg);
    color: var(--_new-home---primary-button-text)
}

.ot-zigzag-wrapper {
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex
}

.ot-video-section {
    background-image: linear-gradient(#f8fbff, #fff);
    padding-top: 30px;
    padding-bottom: 30px;
    display: none
}

.ot-play-icon {
    aspect-ratio: 1;
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    background-color: #3253f94d;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 76px;
    display: flex
}

.ot-tool-section {
    padding-top: 94px;
    padding-bottom: 60px
}

.ot-tool-wrapper {
    max-width: 672px;
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto
}

.ot-tool-heading-wrapper {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex
}

.ot-tool-heading-wrapper.mb-60 {
    margin-bottom: 60px
}

.ot-section-sub-head {
    color: var(--_new-home---primary--grey--600);
    font-size: 16px;
    line-height: 24px
}

.ot-section-sub-head.long-sub-head {
    line-height: 32px
}

.ot-section-sub-head.max-800 {
    max-width: 800px
}

.ot-tool-main {
    border: 1px dashed #4e4e5480;
    border-radius: 32px;
    margin-top: 34px;
    padding: 47px 55px 37px
}

.ot-need-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: flex
}

.ot-need-title {
    color: #020120;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px
}

.ot-need-block-main {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ot-need-icon-text {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ot-need-icon {
    color: var(--_new-home---primary--blue--700);
    font-family: "Fa Solid 900", Arial, sans-serif;
    font-size: 30px;
    line-height: 30px
}

.on-need-text {
    color: #020120;
    letter-spacing: .5px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px
}

.ot-review-section {
    padding-top: 124px;
    padding-bottom: 89px
}

.ot-review-content-block {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
    opacity: 0;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
    justify-content: center;
    align-items: flex-start;
    height: 256px;
    display: none;
    position: relative;
    overflow: hidden
}

.ot-review-content-block.active {
    opacity: 100;
    display: flex
}

.ot-review-image {
    max-height: 160px
}

.o-client-review {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex
}

.o-client-features-list {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 0;
    padding-left: 20px;
    display: flex
}

.ot-review-top-block {
    grid-column-gap: 96px;
    grid-row-gap: 96px;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ot-review-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    height: 100%;
    margin-top: 74px;
    display: flex;
    position: relative;
    overflow: hidden
}

.o-client-features {
    color: #363230;
    font-size: 12px;
    line-height: 22px
}

.o-client-name {
    color: #363230;
    font-size: 12px;
    line-height: 20px
}

.o-client-features-list-item {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 12px;
    line-height: 22px
}

.o-review-title {
    color: var(--_new-home---primary--grey--700);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    overflow: hidden
}

.ot-review-block {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    cursor: pointer;
    background-color: #f9fafb;
    border-radius: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    width: 190px;
    padding-top: 50px;
    padding-bottom: 50px;
    transition: all .4s;
    display: flex;
    overflow: hidden
}

.ot-review-block.active {
    background-color: #f8fbff;
    width: 100%;
    padding-left: 16px;
    padding-right: 48px
}

.divider-2 {
    background-color: #e5e7eb;
    width: 1px;
    height: 40px
}

.ot-review-bottom-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    opacity: 0;
    border-top: 1px solid #e5e7eb;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 52px;
    padding-top: 10px;
    transition: all .4s;
    display: none;
    overflow: hidden
}

.ot-counter-section {
    padding-top: 48px;
    padding-bottom: 92px
}

.ot-counter-main {
    grid-column-gap: 146px;
    grid-row-gap: 146px;
    justify-content: center;
    align-items: center;
    display: flex
}

.ot-conter-text {
    padding: 20px 28px 12px
}

.ot-counter-h4 {
    color: var(--_new-home---black-color);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px
}

.ot-counter-bottom-text {
    color: var(--_new-home---primary--grey--600);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.ot-counter-after-main {
    position: relative
}

.ot-counter-after {
    z-index: -1;
    position: absolute;
    top: 15px;
    left: -10px
}

.ot-company-logo-block {
    background-color: #fff;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    display: flex;
    position: relative;
    box-shadow: 5px 5px 10px #0000001a
}

.ot-company-logo-block.otto {
    background-color: var(--_new-home---primary--blue--700)
}

.box-exterior {
    border: 1px solid #edeff3;
    border-radius: 30px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 1px;
    text-decoration: none;
    display: flex;
    position: relative;
    overflow: hidden
}

.box-interior {
    z-index: 1;
    background-color: #fff;
    border-radius: 30px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 6px 11px;
    display: flex
}

.box-text {
    color: var(--_new-home---text);
    font-size: 12px;
    line-height: 18px
}

.gradient-line {
    z-index: 0;
    backface-visibility: visible;
    transform-origin: 50%;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: auto
}

.ot-cta-section {background-image:url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/679b2a47d551a8146bde7ec3_texture.svg");background-position:50%;background-size:cover;
    padding-top: 58px;
    padding-bottom: 52px
}

.ot-cta-footer {
    grid-row-gap: 110px;
    background-image: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/679b2a47d551a8146bde7ec3_texture.svg");
    background-position: 50%;
    background-size: cover;
    flex-flow: column;
    display: flex
}

.ot-cta-content-wrapper {
    grid-row-gap: 36px;
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 672px;
    margin-left: auto;
    margin-right: auto;
    display: flex
}

.ot-cta-title-text {
    grid-row-gap: 18px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ot-cta-pera {
    color: var(--_new-home---primary--grey--700);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.ot-form-block {
    align-self: center;
    width: 500px;
    margin-bottom: 0
}

.ot-form {
    position: relative
}

.ot-email-field {
    background-color: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    width: 100%;
    height: 46px;
    margin-bottom: 0;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 16px
}

.o-founder {
    color: var(--_new-home---primary--grey--600);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.ot-review-work {
    color: var(--_new-home---primary--grey--700);
    font-size: 18px;
    font-weight: 600;
    line-height: 28px
}

.ot-footer-wraper {
    background-color: #fff;
    border-radius: 48px;
    margin-bottom: 36px;
    padding-top: 55px;
    padding-left: 50px;
    padding-right: 50px;
    box-shadow: 0 4px 10px #0000000a
}

.ot-footer-top-block {
    border-bottom: 1px solid #e5e7eb;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 55px;
    display: flex
}

.ot-footer-pera {
    color: var(--_new-home---black-color);
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 20px
}

.ot-form-block-footer {
    align-self: center;
    margin-bottom: 22px
}

.ot-footer-icon {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 23px;
    display: flex
}

.ot-footer-icons {
    color: var(--_new-home---black-color);
    font-family: "Fa Brands 400", Arial, sans-serif;
    font-size: 20px;
    text-decoration: none
}

.ot-footer-help-text {
    color: var(--_new-home---black-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

.ot-footer-email {
    color: #0561a2;
    text-decoration: none
}

.ot-footer-logo {
    margin-bottom: 16px
}

.ot-footer-top-grid {
    grid-column-gap: 55px;
    grid-row-gap: 55px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr
}

.ot-footer-h4 {
    color: var(--_new-home---black-color);
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.ot-footer-link-block {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex
}

.ot-footer-link {
    color: var(--_new-home---primary--grey--700);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none
}

.ot-footer-link:hover {
    color: var(--_new-home---primary--blue--700)
}

.ot-footer-bottom-block {
    padding-top: 21px;
    padding-bottom: 24px
}

.ot-footer-copywite {
    color: #585b70;
    text-align: center;
    font-size: 14px;
    font-weight: 400
}

.ot-navbar {
    z-index: 999;
    margin-left: 22px;
    margin-right: 22px;
    position: sticky;
    top: 12px
}

.ot-navbar-container {
    background-color: #0000
}

.ot-nav-inner-container {
    background-color: #fff;
    border-radius: 50px;
    margin-left: auto;
    margin-right: auto;
    padding: 13px 24px
}

.ot-nav-inner-container.pad-13 {
    padding-top: 13px;
    padding-bottom: 13px
}

.ot-nav-inner-container.fixed-header {
    box-shadow: 0 4px 10px #00000021
}

.ot-navbar-wrapper {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: stretch space-between;
    align-items: center;
    display: flex
}

.ot-nav-menu-wrapper {
    position: static
}

.ot-nav-menu {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    justify-content: flex-end;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    display: flex
}

.nav-link-5 {
    color: #1a1b1f;
    letter-spacing: .25px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none
}

.nav-link-5:hover {
    color: #1a1b1fbf
}

.nav-link-5:focus-visible,
.nav-link-5[data-wf-focus-visible] {
    outline-offset: 0px;
    color: #0050bd;
    border-radius: 4px;
    outline: 2px solid #0050bd
}

.nav-dropdown-4 {
    margin-left: 5px;
    margin-right: 5px
}

.ot-nav-dropdown-toggle {
    color: var(--_new-home---text);
    letter-spacing: .25px;
    padding: 5px 30px 5px 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

.ot-nav-dropdown-toggle:hover {
    color: #1a1b1fbf
}

.ot-nav-dropdown-toggle:focus-visible,
.ot-nav-dropdown-toggle[data-wf-focus-visible] {
    outline-offset: 0px;
    color: #0050bd;
    border-radius: 5px;
    outline: 2px solid #0050bd
}

.ot-nav-dropdown-icon {
    margin-right: 10px
}

.nav-dropdown-list-4 {
    background-color: #fff;
    border-radius: 12px
}

.nav-dropdown-list-4.w--open {
    padding-top: 10px;
    padding-bottom: 10px
}

.ot-nav-dropdown-link {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px
}

.ot-nav-dropdown-link:hover {
    color: var(--_new-home---primary-button-bg)
}

.ot-nav-dropdown-link:focus-visible,
.ot-nav-dropdown-link[data-wf-focus-visible] {
    outline-offset: 0px;
    color: #0050bd;
    border-radius: 5px;
    outline: 2px solid #0050bd
}

.ot-nav-button-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: flex-end;
    align-items: center;
    display: flex
}

.ot-nav-button-wrapper.inner {
    display: none
}

.ot-footer-top-left {
    max-width: 325px
}

.otto-center-text {
    color: var(--_new-home---black-color);
    text-align: center;
    max-width: 862px;
    font-size: 52px;
    font-weight: 600;
    line-height: 60px
}

.template-name {
    display: none
}

.template-form {
    background-color: #ecf5ff;
    border-radius: 16px;
    width: 100%;
    padding: 30px
}

.ot-heading-wrapper {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex
}

.ot-heading-wrapper.ot-sitemap-left {
    justify-content: center;
    align-items: flex-start
}

.ot-tax-collection-list {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    display: flex
}

.ot-tax-collection-item-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    color: var(--_new-home---black-color);
    justify-content: space-between;
    align-items: flex-start;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    display: flex
}

.ot-tax-collection-item-block:hover {
    color: var(--_new-home---primary--blue--700)
}

.ot-right-arrow {
    font-family: "Fa Solid 900", Arial, sans-serif;
    font-size: 14px
}

.navigation-inner-wrap {
    text-align: center
}

.ot-nav-dropdown-list {
    top: 100%;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    left: 0;
    transform: none
}

.ot-nav-dropdown-list.w--open {
    box-shadow: 0 2px 5px #0000001a
}

.header-navigation-menu {
    color: #1f2937;
    border-radius: 5px;
    padding: 4px 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-decoration: none
}

.header-navigation-menu:hover {
    background-color: #dcedff;
    text-decoration: none
}

.header-navigation-menu.dropdown {
    grid-column-gap: 6px;
    border-radius: 5px;
    flex-flow: row-reverse wrap;
    justify-content: center;
    align-items: center;
    display: flex
}

.header-navigation-menu.dropdown:hover {
    background-color: #dcedff
}

.header-navigation-menu.dropdown.w--open {
    background-color: #dcedff;
    position: static
}

.nav-item-title {
    color: #1f2937;
    font-size: 14px;
    line-height: 21px
}

.nav-item-description {
    color: #6d7280;
    font-size: 12px;
    line-height: 18px
}

.nav-dropdown-title {
    color: #000c;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 28px
}

.dropdown-inner-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    place-items: center start
}

.nav-item-icon-block {
    background-color: #f9fafb;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    display: flex
}

.nav-item-link-block {
    grid-column-gap: 12px;
    justify-content: flex-start;
    align-items: flex-start;
    text-decoration: none;
    display: flex
}

.nav-item-link-block:hover {
    text-decoration: none
}

.header-dropdown-icon {
    margin-right: 0;
    position: static
}

.nav-item-content-block {
    grid-row-gap: 2px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex
}

.o-feature-main-block {
    background-color: #ecf5ff;
    border-radius: 32px;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    padding: 54px
}

.o-feature-grid {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    grid-template-rows: auto;
    grid-template-columns: 1fr .75fr;
    place-items: center start
}

.o-content-block {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    display: flex
}

.ot-feature-para-text {
    color: var(--_new-home---primary--grey--600);
    font-size: 16px;
    line-height: 24px
}

.o-image-block {
    justify-content: flex-end
}

.o-top-content-block {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
    display: flex
}

.o-feature-form-block {
    margin-bottom: 0
}

.o-feature-form {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    display: flex
}

.o-feature-form-input {
    color: #333;
    background-color: #fff;
    border: 1px solid #e8e7ec;
    border-radius: 8px;
    align-self: center;
    height: 44px;
    margin-bottom: 0;
    padding-left: 17px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 20px
}

.o-feature-form-input:focus {
    border-color: var(--_new-home---primary--blue--700)
}

.o-feature-top-form {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.o-feature-form-bottom {
    color: var(--_new-home---primary--grey--600);
    text-align: center;
    font-size: 12px;
    line-height: 16px
}

.ot-section {
    box-sizing: content-box;
    object-fit: fill;
    width: auto;
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    position: static;
    overflow: hidden
}

.ot-section.mb-33 {
    margin-bottom: 33px
}

.ot-section.mb-60 {
    margin-bottom: 60px
}

.ot-section.bg-light-blue {
    background-color: #f3f9ff
}

.o-glossary-hero-section {
    background-image: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/67c9609c9fb5dd1f966b067f_glossary-hero-image.webp");
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-top: 100px;
    padding-bottom: 100px
}

.o-glossary-sub-headline {
    color: var(--_new-home---text)
}

.share-icon-list {
    background-color: #233ed9;
    border: 1px solid #0000;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    display: flex
}

.share-icon {
    aspect-ratio: 1;
    color: var(--_new-home---primary-button-text);
    justify-content: center;
    align-items: center;
    width: 100%;
    font-family: "Fa Brands 400", Arial, sans-serif;
    text-decoration: none;
    display: flex
}

.o-glossary-section {
    padding-top: 60px;
    padding-bottom: 60px
}

.o-glossary-form-h2 {
    color: var(--_new-home---black-color);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 36px;
    font-weight: 500;
    line-height: 44px
}

.o-glossary-form-label {
    color: #1c1c1c;
    margin-bottom: 13px;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px
}

.o-tax-category-main-wrapper {
    border: 1px solid #ddd;
    border-radius: 8px;
    max-width: 1064px;
    margin-top: 56px;
    margin-left: auto;
    margin-right: auto
}

.o-tax-category-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
    align-items: center;
    padding: 18px 24px;
    display: flex
}

.o-tax-category-left {
    min-width: 765px;
    max-width: 765px
}

.o-tax-category-head {
    color: var(--_new-home---black-color);
    font-size: 14px;
    font-weight: 600;
    line-height: 20px
}

.o-tax-category-right {
    text-align: center;
    min-width: 100px;
    max-width: 100px
}

.o-tex-category-p {
    color: var(--_new-home---primary--grey--700);
    margin-top: 10px;
    font-size: 14px
}

.o-tex-category-icon {
    aspect-ratio: 1;
    background-color: var(--_new-home---primary-button-bg);
    color: var(--_new-home---primary-button-text);
    text-align: center;
    border-radius: 50%;
    width: 34px;
    font-family: "Fa Solid 900", Arial, sans-serif;
    font-size: 16px;
    line-height: 34px
}

.o-tax-templates-grid {
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 59px;
    margin-bottom: 40px
}

.o-tax-templates-grid.mb-0 {
    margin-bottom: 0
}

.o-tax-templates-link {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    cursor: pointer;
    border: 1px solid #d2d5da;
    border-radius: 30px;
    flex-flow: column;
    justify-content: space-between;
    padding: 35px 30px;
    text-decoration: none;
    transition: all .3s;
    display: flex
}

.o-tax-templates-link:hover {
    box-shadow: 0 4px 16px #0000001a
}

.o-tax-templates-icon-text {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: center;
    display: flex
}

.o-tax-templates-icon {
    color: var(--color--button-bg);
    font-family: "Fa Solid 900", Arial, sans-serif;
    font-size: 22px;
    line-height: 26px
}

.o-tax-templates-span {
    color: #6d7280;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.o-tax-templates-p {
    color: var(--_new-home---black-color);
    font-weight: 500
}

.o-tax-templates-top {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex
}

.o-tax-templates-bottom {
    text-align: right;
    justify-content: flex-end;
    align-items: center;
    display: flex
}

.o-resources-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 59px;
    display: grid
}

.ot-tax-viwe-more {
    text-align: center
}

.ot-view-more {
    font-size: 16px;
    text-decoration: none
}

.o-resources-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
    padding: 30px 20px;
    text-decoration: none;
    transition: all .3s;
    display: flex
}

.o-resources-block:hover {
    box-shadow: 0 4px 16px #0000001a
}

.o-resources-h3 {
    color: var(--_new-home---black-color);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px
}

.o-resources-pera {
    color: var(--_new-home---primary--grey--600);
    font-size: 14px;
    line-height: 20px
}

.o-resources-tag {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    background-color: #dcedff;
    border-radius: 100px;
    justify-content: flex-start;
    align-items: center;
    padding: 3px 10px;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    display: inline-flex
}

.o-resources-tag-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex
}

.o-tax-form-input-block._w-50 {
    width: 50%
}

.o-tax-form-input-block.custom-select {
    position: relative
}

.ot-hero-grid {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    grid-template-rows: auto;
    grid-template-columns: 1.32fr 1fr;
    place-items: center stretch
}

.trustpilot-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 24px;
    display: flex
}

.trustpilot-wrapper.center {
    justify-content: center;
    align-items: center
}

.trustpilot-text {
    color: var(--_new-home---black-color);
    font-size: 14px;
    line-height: 16px
}

.grid-2 {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    grid-template: ". Area" /1fr 1fr;
    place-content: stretch;
    align-items: center
}

.ot-book-meeting-content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 12px;
    display: flex
}

.ot-book-meeting-li {
    color: var(--_new-home---text);
    background-image: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/67ca87098dbe4b7a31b2a55d_line-check-circle.svg");
    background-position: 0 2px;
    background-repeat: no-repeat;
    background-size: auto;
    padding-left: 30px
}

.ot-book-meeting-ul {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
    display: flex
}

.ot-book-meeting-ul.desk {
    margin-top: 0
}

.ot-book-meeting-ul.mobile {
    display: none
}

.ot-bm-slider {
    background-color: #0000;
    max-width: 462px;
    height: auto;
    margin-top: 45px
}

.arrow-none,
.ot-bm-slider.mobile {
    display: none
}

.ot-bm-slide-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 2px;
    padding: 30px 24px;
    display: flex
}

.mask {
    border-radius: 12px;
    box-shadow: 0 0 4px #0000001f
}

.ot-bm-slide-pera {
    color: var(--_new-home---primary--grey--700);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.ot-bm-athor-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ot-bm-author-img-block {
    aspect-ratio: 1;
    border: 1px solid #ebebeb;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 44px;
    min-width: 44px;
    display: flex
}

.ot-bm-author-name {
    color: var(--_new-home---heading-color);
    font-size: 14px;
    font-weight: 600;
    line-height: 20px
}

.ot-bm-author-position {
    color: var(--_new-home---primary--grey--600);
    font-size: 12px;
    line-height: 16px
}

.slide-nav {
    color: var(--_new-home---heading-color);
    bottom: -60px
}

.ot-book-meeting-right {
    background-color: #ecf5ff;
    border-radius: 16px;
    width: 100%;
    padding: 30px;
    line-height: 20px;
    position: static
}

.ot-bm-main {
    justify-content: center;
    align-items: flex-start;
    min-height: 100vh;
    padding-top: 86px;
    padding-bottom: 86px;
    display: flex
}

.ot-bm-main.pad-50-20 {
    padding-top: 50px;
    padding-bottom: 20px
}

.o-bm-image {
    border-radius: 50%
}

.o-bm-section {
    align-self: auto
}

.trustpilot-flex {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    text-decoration: none;
    display: flex
}

.ot-bk-zigzag-grid {
    grid-column-gap: 114px;
    background-color: #fff;
    border-radius: 48px;
    grid-template-rows: auto;
    grid-template-columns: .9fr 1.1fr;
    align-self: stretch;
    align-items: center
}

.ot-bk-zigzag-grid.reverce {
    grid-template-columns: 1.1fr .9fr
}

.otto-container {
    max-width: 1086px;
    padding-left: 16px;
    padding-right: 16px
}

.otto-hero-container {
    max-width: 1220px;
    padding-left: 16px;
    padding-right: 16px
}

.ot-bk-zigzag-wrapper {
    grid-row-gap: 96px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 93px;
    display: flex
}

.ot-hero-grid-form {
    background-color: #ecf5ff;
    border-radius: 16px;
    padding: 30px
}

.ot-bk-step-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 80px
}

.ot-bk-step-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px;
    display: flex
}

.ot-bk-step {
    aspect-ratio: 1;
    background-color: var(--_new-home---primary-button-bg);
    color: var(--_new-home---primary-button-text);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 24px;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    display: flex
}

.ot-bk-step-title {
    color: var(--_new-home---heading-color);
    font-size: 18px;
    font-weight: 500;
    line-height: 28px
}

.ot-bk-step-pera {
    color: var(--_new-home---primary--grey--600);
    font-size: 16px;
    line-height: 24px
}

.ot-financial-main-wraper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    margin-top: 58px;
    display: flex
}

.ot-financial-top-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr
}

.ot-financial-bottom-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr 1fr .5fr
}

.ot-financial-link-block {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
    background-color: #f3f9ff;
    border-radius: 24px;
    flex-flow: column;
    justify-content: space-between;
    padding: 24px;
    text-decoration: none;
    display: flex
}

.ot-financial-h3 {
    color: var(--_new-home---heading-color);
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px
}

.ot-financial-pera {
    color: var(--_new-home---primary--grey--600)
}

.ot-financial-licon {
    color: var(--_new-home---primary--blue--700);
    font-family: "Fa Solid 900", Arial, sans-serif;
    font-size: 16px
}

.ot-financial-icon-block {
    aspect-ratio: 1;
    background-color: #c8dafe33;
    border: 1px solid #c8dafe;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 40px;
    display: flex
}

.ot-financial-icon-block.slider-arrow-left {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%)
}

.ot-financial-icon-block.slider-arrow-right {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%)
}

.ot-financial-content {
    margin-bottom: 24px
}

.ot-review-slider {
    background-color: #0000;
    height: auto;
    margin-top: 58px
}

.nav-d-none {
    display: none
}

.ot-review-slide-block {
    background-color: #f3f9ff;
    border: 1px solid #e5e7eb;
    border-radius: 24px;
    margin-left: 96px;
    margin-right: 96px;
    padding: 26px 8px 8px
}

.ot-slide-block-top {
    margin-bottom: 24px;
    padding-left: 40px;
    font-size: 18px;
    line-height: 18px
}

.ot-slide-block-bottom {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    background-color: #fff;
    border-radius: 20px;
    flex-flow: column;
    padding: 40px;
    display: flex;
    box-shadow: 0 6px 6px -3px #2929290a, 0 12px 12px -6px #2929290a
}

.ot-review-slide-text {
    color: var(--_new-home---primary--grey--700);
    font-size: 24px;
    font-weight: 500;
    line-height: 32px
}

.ot-pricing-wrapper {
    background-color: #ecf5ff;
    border-radius: 24px;
    margin-top: 58px;
    padding: 16px
}

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

.ot-pricing-plan {
    border-radius: 12px;
    padding: 32px 12px
}

.ot-pricing-plan.business-plan {
    background-color: #fff;
    padding-left: 24px;
    padding-right: 24px;
    box-shadow: 0 6px 10px #1c1c230a, 0 0 3px #1c1c2317
}

.ot-pricing-flex-block {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: space-between;
    height: 100%;
    display: flex
}

.ot-pricing-plan-name {
    color: var(--_new-home---heading-color);
    margin-bottom: 32px;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    display: inline-block
}

.ot-pricing-price {
    color: var(--_new-home---heading-color);
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 3px;
    font-size: 28px;
    line-height: 36px;
    display: flex
}

.ot-pricing-subscript {
    font-size: 16px;
    line-height: 24px;
    display: inline-block
}

.ot-pricing-price-pera {
    color: var(--_new-home---primary--grey--600);
    margin-bottom: 24px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

.ot-pricing-price-block {
    border-bottom: 1px solid #9abbff;
    min-height: 147px;
    margin-bottom: 24px
}

.ot-pricing-list-title {
    color: var(--_new-home---heading-color);
    margin-bottom: 7px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.ot-pricing-ul {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
    padding-left: 0;
    display: flex
}

.ot-pricing-li {
    color: var(--_new-home---primary--grey--700);
    background-image: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/67ce6af50c5027ed56dc7a50_Vector%20(8).svg");
    background-position: 0;
    background-repeat: no-repeat;
    background-size: auto;
    padding-left: 25px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

.ot-pricing-list-block {
    margin-bottom: 24px
}

.ot-pricing-expenses {
    color: var(--_new-home---text);
    margin-bottom: 24px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px
}

.ot-pricing-popular {
    color: #517cff;
    background-color: #ecf5ff;
    border: 1px solid #c0dcff;
    border-radius: 8px;
    margin-left: 8px;
    padding: 4px 7px;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    display: inline-block
}

.pricing-tab-link {
    color: #706f74;
    background-color: #fff;
    border: 1px solid #d4d4d4;
    border-radius: 100px;
    padding: 3px 6px;
    font-size: 12px;
    line-height: 12px
}

.pricing-tab-link.w--current {
    color: var(--_new-home---primary--blue--700);
    background-color: #ecf5ff;
    border-color: #c0dcff
}

.ot-pricing-tabs-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.tabs-content {
    display: none
}

.ot-pricing-tabs {
    margin-bottom: 18px
}

.ot-pricing-selected-expense {
    color: var(--_new-home---primary--grey--600);
    margin-bottom: 24px;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px
}

.ot-faq-main-container {
    max-width: 780px;
    margin-top: 54px;
    margin-left: auto;
    margin-right: auto
}

.ot-faq-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-bottom: 1px solid #d2d5da;
    flex-flow: column;
    padding-top: 30px;
    padding-bottom: 30px
}

.ot-faq-question {
    cursor: pointer;
    justify-content: space-between;
    align-items: center;
    display: flex
}

.ot-faq-h3 {
    color: var(--_new-home---heading-color);
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 10px;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px
}

.ot-faq-icon {
    font-family: "Fa Solid 900", Arial, sans-serif;
    transform: rotate(180deg)
}

.ot-faq-answer {
    transition: all .3s;
    overflow: hidden
}

.ot-faq-ans-text {
    color: #24378b;
    padding-top: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.bold-text-7 {
    font-weight: 600
}

.ot-monthly-yearly-tab-wrapper {
    text-align: center;
    margin-top: 30px
}

.ot-monthly-yearly-tabs {
    display: inline-block
}

.tabs-content-2 {
    display: none
}

.ot-monthly-yearly-menus {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    background-color: #f3f4f6;
    border-radius: 12px;
    justify-content: flex-start;
    align-items: center;
    padding: 2px 2.5px;
    display: inline-flex
}

.ot-monthly-yearly-tab-link {
    color: #6f7988;
    text-align: center;
    background-color: #0000;
    width: 139px;
    padding: 6px 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px
}

.ot-monthly-yearly-tab-link.w--current {
    color: #2e3238;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 4px -2px #18274b05, 0 0 2px #e0e0e0
}

.ot-compare-wrapper {
    grid-row-gap: 21px;
    flex-flow: column;
    margin-top: 56px;
    display: flex
}

.ot-comare-head-grid {
    grid-column-gap: 60px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr 1fr 1fr
}

.ot-comare-head-block {
    flex-flow: column;
    justify-content: flex-end;
    display: flex
}

.ot-comare-head-text {
    color: #6f7988;
    margin-top: 8px;
    margin-bottom: 17px;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px
}

.ot-comare-head-title {
    color: var(--_new-home---heading-color);
    font-size: 24px;
    font-weight: 500;
    line-height: 32px
}

.div-block-53 {
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ot-comare-head {
    background-color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    position: sticky;
    top: 78px
}

.ot-compare-body {
    grid-row-gap: 61px;
    flex-flow: column;
    display: flex
}

.ot-comare-body-grid {
    grid-column-gap: 60px;
    grid-row-gap: 20px;
    border-top: 1px solid #edeff3;
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr 1fr 1fr
}

.ot-comare-body-block {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    justify-content: flex-start;
    align-items: center;
    padding-top: 18px;
    padding-bottom: 18px;
    display: flex
}

.ot-comare-body-title {
    color: var(--_new-home---heading-color);
    font-size: 18px;
    font-weight: 500;
    line-height: 28px
}

.ot-comare-body-text {
    color: var(--_new-home---heading-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.ot-comare-icon-check {
    color: var(--_new-home---heading-color);
    text-align: center;
    width: 100%;
    font-family: "Fa Solid 900", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.ot-comare-icon-close {
    color: var(--_new-home---heading-color);
    text-align: center;
    width: 100%;
    font-family: "Fa 400", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

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

.ot-collection-link {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    border: 1px solid #d2d5da;
    border-radius: 30px;
    flex-flow: column;
    justify-content: space-between;
    height: 100%;
    padding: 34px 30px;
    text-decoration: none;
    transition: all .3s;
    display: flex
}

.ot-collection-link:hover {
    box-shadow: 0 4px 16px #0000001a
}

.ot-wc-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 58px
}

.ot-wc-block {
    background-color: #f3f9ff;
    border-radius: 8px;
    padding: 34px 30px
}

.ot-wc-h3 {
    color: var(--_new-home---heading-color);
    margin-top: 16px;
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px
}

.ot-wc-pera {
    color: var(--_new-home---primary--grey--600);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.ot-collection-wrapper {
    padding-top: 80px
}

.ot-sitemap-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: start;
    display: grid
}

.ot-sitemap-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 40px;
    display: flex
}

.ot-sitemap-wrapper.ot-sitemap-left {
    justify-content: flex-start;
    align-items: stretch
}

.ot-sitemap-link-text {
    color: var(--_new-home---primary--grey--700);
    font-size: 15px;
    text-decoration: none
}

.ot-sitemap-link-text:hover {
    color: #000;
    text-decoration: underline
}

.ot-sitemap-inner-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ot-sitemap-inner-wrapper.ot-sitemap-left {
    justify-content: flex-start;
    align-items: stretch
}

.ot-sitemap-h-h2 {
    color: var(--_new-home---heading-color);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px
}

.ot-button-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ot-button-wrapper.mt-24 {
    margin-top: 24px
}

.ot-legal-agriment-content {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 908px;
    margin-top: 56px;
    margin-left: auto;
    margin-right: auto;
    display: flex
}

.ot-legal-agriment-p {
    color: var(--_new-home---primary--grey--700);
    text-align: center;
    column-count: auto;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    column-gap: 48px;
    font-size: 16px;
    line-height: 24px
}

.ot-agreement-grid {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    place-items: center start
}

.ot-zigzag-wrappers {
    grid-row-gap: 96px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex
}

.ot-hero-video-wrapper {
    padding-top: 70px
}

.ot-how-to-ul {
    margin-top: -15px
}

.ot-features-icon {
    color: var(--_new-home---primary-button-bg);
    font-family: "Fa 400", Arial, sans-serif;
    font-size: 22px
}

.ot-features-icon.fa-900 {
    font-family: "Fa Solid 900", Arial, sans-serif
}

.ot-features-icon.fa-brand-400 {
    font-family: "Fa Brands 400", Arial, sans-serif
}

.ot-h3 {
    color: var(--_new-home---black-color);
    font-size: var(--_new-home---font-size--d-h3);
    line-height: var(--_new-home---line-height--d-h3);
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 500
}

.ot-alternative-grid {
    grid-column-gap: 51px;
    grid-row-gap: 20px;
    border-top: 1px solid #edeff3;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr
}

.ot-alternative-icon-check {
    color: var(--_new-home---heading-color);
    width: 100%;
    font-family: "Fa Solid 900", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.ot-alternative-icon-close {
    color: var(--_new-home---heading-color);
    width: 100%;
    font-family: "Fa 400", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.ot-bm-li {
    font-weight: 600
}

.o-blog-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
    text-decoration: none;
    transition: all .3s;
    display: flex
}

.ot-blog-category-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
    margin-bottom: 42px;
    display: flex
}

.ot-blog-category-collection-item {
    width: 100%;
    padding-left: 0;
    padding-right: 0
}

.ot-bk-step-inner-wrap {
    aspect-ratio: 1;
    background-color: #dcedff;
    border-radius: 50%;
    width: 36px;
    padding: 6px
}

.ot-bk-step-wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ot-bk-step-text {
    color: var(--_new-home---primary--grey--700);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

.div-block-54 {
    background-color: #edf8fe;
    border-radius: 12px;
    padding: 30px
}

.demo {
    background-color: var(--color--breadcrumb-active);
    width: 100px;
    height: 100px
}

.template-form-label {
    font-weight: 500
}

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

.max-800 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    display: flex
}

._12gh {
    aspect-ratio: 1;
    width: 50px
}

.ot-point-ul {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    display: flex
}

.ot-point-li {
    background-image: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/67ebda68bb02e4df9506155e_check%20(3).png");
    background-position: 0 6px;
    background-repeat: no-repeat;
    background-size: 15px;
    padding-left: 30px
}

.ot-comparison-table-wrapper {
    border: 1px solid #edeff3;
    border-radius: 12px;
    margin-top: 58px
}

.ot-comparison-grid {
    grid-column-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 2.5fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-flow: column
}

.ot-comparison-grid._6-grid {
    grid-template-columns: 2.5fr 1fr 1fr 1fr 1fr 1fr
}

.ot-comparision-grid-block {
    border-bottom: 1px solid #edeff3;
    border-right: 1px solid #edeff3;
    justify-content: flex-start;
    align-items: center;
    padding: 15px 10px;
    display: flex
}

.ot-comparision-grid-block.center {
    text-align: center;
    justify-content: center;
    align-items: center
}

.ot-comparision-head {
    color: var(--_new-home---heading-color);
    font-size: 16px;
    font-weight: 500
}

.ot-comparision-head.visibility-hidden {
    opacity: 0
}

.ot-comparision-icon-close {
    color: var(--_new-home---primary-button-bg);
    text-align: center;
    width: 100%;
    font-family: "Fa 400", Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px
}

.ot-comparision-icon-check {
    color: var(--_new-home---heading-color);
    text-align: center;
    width: 100%;
    font-family: "Fa Solid 900", Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px
}

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

.grid-4 {
    grid-column-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 2.5fr 1fr 1fr 1fr 1fr 1fr 1fr
}

.flex-gap {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex-flow: column;
    display: flex
}

.d-lg-none {
    display: none
}

.code-embed {
    display: block
}

.mt-40 {
    margin-top: 40px
}

.ot-author-image {
    aspect-ratio: 1;
    border-radius: 12px;
    width: 200px
}

.ot-author-inner {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex
}

.ot-author-name {
    margin-bottom: 0;
    font-size: 30px;
    line-height: 40px
}

.ot-authoe-mail-icon {
    font-family: "Fa Brands 400", Arial, sans-serif
}

.ot-authoe-mail-icon.email {
    font-family: "Fa 400", Arial, sans-serif
}

.ot-author-mail {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    color: var(--_new-home---primary--grey--600);
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ot-author-content {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    display: flex
}

.author-collection-wrapper {
    margin-top: 80px
}

.link-block {
    text-decoration: none;
    display: block
}

.o-tax-templates-icon-img {
    width: 20px
}

.ot-tools-list-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: center stretch;
    display: grid
}

.ot-faq-link-text {
    color: var(--color--text)
}

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

.calculator-collection-item {
    text-align: center;
    border: 1px solid #e5e7eb;
    border-radius: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 24px;
    display: flex
}

.cal-collection-image {
    margin-bottom: 20px
}

.cal-collection-title {
    color: var(--_new-home---heading-color);
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px
}

.cal-collection-text {
    color: var(--_new-home---text);
    font-size: 14px;
    line-height: 22px
}

.cal-collection-link {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
    display: inline-block
}

.cal-collection-link:hover {
    text-decoration: underline
}

.cac-by-state-grid {
    grid-column-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: auto auto auto;
    place-items: stretch center;
    margin-top: 56px
}

.cac-by-state-grid._2-grid {
    grid-template-columns: auto auto;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto
}

.cal-state-link {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 14px;
    text-decoration: none;
    display: block
}

.code-embed-3 {
    aspect-ratio: auto;
    object-fit: fill;
    min-width: 0;
    display: block;
    overflow: hidden
}

.code-embed-4 {
    overflow: hidden
}

.currency-pairing-grid {
    grid-row-gap: 40px;
    background-color: #f0f9ff;
    border-radius: 24px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-items: center;
    margin-top: 56px;
    padding: 40px 30px
}

.currency-paring-arrow {
    font-family: "Fa Solid 900", Arial, sans-serif;
    font-size: 20px
}

.currency-pairing-top {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
    margin-bottom: 6px;
    display: flex
}

.currency-paring-block {
    color: var(--_new-home---text);
    text-align: center;
    text-decoration: none
}

.code-embed-5 {
    padding-left: 0
}

.link,
.link-2,
.link-3 {
    color: var(--color--text)
}

.my-5 {
    margin-top: 8px;
    margin-bottom: 8px
}

.link-4 {
    color: var(--_new-home---primary--grey--600);
    text-decoration: none
}

.link-4:hover {
    text-decoration: underline
}

.ot-bk-step-wrapper {
    padding-top: 60px;
    padding-bottom: 40px
}

.sign-hero-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-rows: auto;
    max-width: 900px;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto
}

.sign-block-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    background-color: var(--_new-home---primary--blue--700);
    border-radius: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding: 45px 40px;
    display: flex
}

.sign-block-image {
    aspect-ratio: 1;
    color: var(--_new-home---primary--blue--700);
    background-color: #fff;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    width: 70px;
    padding: 10px;
    font-family: "Fa Solid 900", Arial, sans-serif;
    font-size: 40px;
    display: flex
}

.sign-block-heading {
    color: #fff;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 600;
    line-height: 32px
}

.sign-block-text {
    color: #e4e4e4;
    text-align: center
}

.sign-block-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex
}

.sign-form-wrapper {
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    display: flex
}

.signature-grid {
    grid-column-gap: 30px;
    grid-row-gap: 80px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 900px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto
}

.personality-sign-title {
    color: var(--color--otto-blue);
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 500;
    line-height: 32px
}

.successful-sign-block {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex
}

.personality-sign-img {
    border-radius: 10px;
    margin-bottom: 15px;
    box-shadow: 0 4px 8px #0000001a
}

.successful-sign-image {
    margin-top: 15px
}

.successful-sign-title {
    color: var(--color--otto-blue);
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px
}

.successful-people-position {
    color: #738194;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 24px
}

.successful-people-position.long-sub-head {
    line-height: 32px
}

.successful-people-position.max-800 {
    max-width: 800px
}

.legally-sign-icon {
    aspect-ratio: 1;
    color: var(--_new-home---primary--blue--700);
    background-color: #dcedff;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    width: 70px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    font-size: 25px;
    display: flex
}

.legally-sign-icon.fa-400 {
    font-family: "Fa 400", Arial, sans-serif
}

.mt-56 {
    margin-top: 56px
}

.grid-5 {
    grid-column-gap: 49px;
    grid-template-rows: auto;
    grid-template-columns: .85fr 1fr
}

.sign-zigzag-bottom-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    max-width: 900px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto
}

.sign-zigzag-grid {
    grid-column-gap: 59px;
    grid-template-rows: auto;
    grid-template-columns: .6fr 1fr;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto
}

.sign-zigzag-bottom-block {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: center;
    background-color: #fff;
    border-radius: 12px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
    display: flex
}

.sign-zigzag-icon {
    aspect-ratio: 1;
    color: var(--_new-home---primary--blue--700);
    background-color: #d7ebff;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    width: 50px;
    padding: 10px;
    font-family: "Fa 400", Arial, sans-serif;
    font-size: 22px;
    display: flex
}

.sign-zigzag-icon.fa-900 {
    font-family: "Fa Solid 900", Arial, sans-serif
}

.sign-zigzag-h3 {
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px
}

.sign-why-otto-grid {
    grid-column-gap: 50px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    place-items: stretch center;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto
}

.why-otto-left-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px
}

.why-otto-left-block {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: center;
    background-color: #f3f9ff;
    border-radius: 12px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    display: flex
}

.sign-why-otto-icon {
    justify-content: center;
    align-items: center;
    font-family: "Fa 400", Arial, sans-serif;
    font-size: 40px;
    line-height: 40px
}

.why-otto-right-block {
    background-color: #f3f9ff;
    border-radius: 12px;
    padding: 20px 0
}

.why-otto-heading {
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 500
}

.why-otto-right-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-bottom: 1px solid #d4d4d4;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr
}

.why-otto-right-grid.border-none {
    border-bottom-style: none
}

.why-otto-table-grid {
    justify-content: flex-start;
    align-items: center;
    padding: 15px 20px;
    display: flex
}

.why-otto-right-grid-title {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.why-otto-right-grid-title.left {
    text-align: left
}

.why-otto-check {
    color: var(--_new-home---primary--blue--700);
    text-align: center;
    flex: 1;
    font-family: "Fa Solid 900", Arial, sans-serif;
    font-size: 22px
}

.why-otto-dash {
    text-align: center;
    flex: 1;
    font-family: "Fa Solid 900", Arial, sans-serif;
    font-size: 22px
}

.why-otto-right-main {
    text-align: center
}

.mt-50 {
    margin-top: 60px
}

.personality-sign-block {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex
}

.llc-vs-corporation-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto
}

.llc-compare-block {
    background-color: #fff;
    border-radius: 24px;
    padding: 20px 16px
}

.div-block-55 {
    border-bottom: 1px solid #cfcfcf;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
    display: flex
}

.div-block-56 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex
}

.llc-compare-list-icon {
    margin-top: 3px;
    font-family: "Fa 400", Arial, sans-serif;
    font-size: 20px
}

.llc-comare-h3 {
    color: var(--_new-home---heading-color);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 500;
    line-height: 32px
}

.llc-compare-h4 {
    color: var(--_new-home---heading-color);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500
}

@media screen and (min-width:1280px) {
    h1 {
        font-size: var(--font-size--desktop-h1);
        line-height: var(--line-height--desktop-h1)
    }

    h2 {
        font-size: var(--font-size--desktop-h2);
        line-height: var(--line-height--desktop-h2)
    }

    h3 {
        font-size: var(--font-size--desktop-h3);
        line-height: var(--line-height--desktop-h3)
    }

    .o-heading-h2 {
        font-size: var(--font-size--desktop-h2);
        line-height: var(--line-height--desktop-h2)
    }

    .ot-zigzag-grid {
        grid-column-gap: 190px;
        padding-left: 99px;
        padding-right: 99px
    }

    .o-review-title {
        max-height: 128px;
        font-size: 24px;
        line-height: 32px
    }

    .ot-footer-wraper {
        padding-left: 96px;
        padding-right: 96px
    }

    .ot-hero-grid {
        grid-column-gap: 160px;
        grid-row-gap: 160px
    }

    .grid-2 {
        grid-column-gap: 120px;
        grid-row-gap: 120px;
        grid-template-columns: 1fr 1fr
    }

    .book-meeting-container {
        max-width: 1180px
    }

    .otto-container,
    .otto-hero-container {
        padding-left: 0;
        padding-right: 0
    }
}

@media screen and (min-width:1440px) {
    .page-breadcrumb-container {
        padding-left: 42px;
        padding-right: 42px
    }

    .o-review-title {
        max-height: 96px
    }

    .ot-navbar {
        margin-left: 42px;
        margin-right: 42px
    }

    .ot-comparision-head {
        text-decoration: none
    }

    .cac-by-state-grid._2-grid {
        grid-template-rows: auto;
        grid-template-columns: auto auto
    }

    .link-5,
    .link-6,
    .link-7,
    .link-8 {
        text-decoration: none
    }
}

@media screen and (min-width:1920px) {
    .ot-hero-image-section {
        background-position: 50% 0
    }

    .ot-zigzag-pera {
        color: var(--_new-home---primary--grey--700)
    }
}

@media screen and (max-width:991px) {
    .container {
        max-width: 728px
    }

    .hero-heading-left {
        padding-bottom: 60px;
        display: block
    }

    .hero-wrapper {
        flex-direction: column;
        grid-template-columns: 1fr;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: -40px
    }

    .hero-save-money-split-text {
        align-items: flex-start;
        max-width: 100%;
        margin-bottom: 40px
    }

    .margin-bottom-24px {
        max-width: 100%
    }

    .testimonial-column-light {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .centered-heading {
        text-align: left;
        font-size: 36px;
        line-height: 46px
    }

    .testimonial-grid-two {
        grid-column-gap: 30px;
        grid-template-columns: 1fr 1fr
    }

    .testimonial-main-heading {
        font-size: 25px;
        line-height: 30px
    }

    .div-block {
        max-width: 100%
    }

    .heading {
        text-align: center;
        font-size: 55px;
        line-height: 65px
    }

    .div-block-2 {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        display: flex
    }

    .bold-text {
        font-size: 25px
    }

    .div-block-4 {
        width: 100%
    }

    .heading-2 {
        max-width: 100%
    }

    .testimonial-slider-large-2 {
        padding-top: 60px;
        padding-bottom: 40px
    }

    .container-2 {
        max-width: 728px
    }

    .testimonial-slide-2 {
        padding-left: 32px
    }

    .testimonial-quote-2 {
        overflow: visible
    }

    .herio-description {
        text-align: center;
        max-width: 100%
    }

    .hero-split-copy {
        align-items: center;
        max-width: 100%;
        margin-bottom: 40px
    }

    .hero-save-money-split {
        order: -1;
        align-items: flex-start;
        max-width: 100%;
        margin-bottom: 40px
    }

    .hero-split-image {
        align-items: flex-start;
        max-width: 100%;
        margin-bottom: 40px
    }

    .hero-section1 {
        padding-top: 40px;
        display: block
    }

    .container-5 {
        max-width: 728px
    }

    .footer-form-two-2 {
        text-align: center;
        padding: 40px
    }

    .button-demo-large {
        font-size: 16px
    }

    .centered-heading-copy {
        text-align: center;
        font-size: 36px;
        line-height: 46px
    }

    .author-container {
        max-width: 728px
    }

    .collection-list-wrapper {
        padding-top: 0;
        padding-bottom: 0
    }

    .collection-item-3 {
        margin-left: 10px;
        margin-right: 10px;
        display: inline
    }

    .collection-list-3 {
        margin-left: 0
    }

    .template-hero-section {
        padding-top: 40px;
        display: block
    }

    .template-container {
        max-width: 728px
    }

    .temp-hero-wrapper {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: -40px
    }

    .hero-text-block,
    .temp-hero-image-block {
        align-items: center;
        max-width: 100%;
        margin-bottom: 40px
    }

    .temp-hero-button-block {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        display: flex
    }

    .temp-hero-description {
        text-align: center;
        max-width: 100%;
        font-size: 20px
    }

    .temp-hero-heading-block {
        max-width: 100%
    }

    .temp-hero-heading {
        text-align: center;
        font-size: 48px;
        line-height: 58px
    }

    .div-block-32 {
        width: 100%
    }

    .template-3-grid-section {
        padding-top: 60px;
        padding-bottom: 60px
    }

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

    .template-faq-wrapper {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        margin-bottom: -40px
    }

    .faq-list-wrapper {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        flex-flow: wrap
    }

    .template-faq-container {
        max-width: 728px
    }

    .footer-content {
        grid-column-gap: 20px;
        grid-row-gap: 40px;
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-auto-columns: 1fr;
        display: grid
    }

    .footer-block {
        justify-content: flex-start;
        align-items: flex-start
    }

    .navbar-no-shadow-container {
        padding-left: 16px;
        padding-right: 16px
    }

    .nav-menu-wrapper-3 {
        background-color: #0000
    }

    .nav-menu {
        background-color: #fff;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 0;
        display: flex
    }

    .nav-link-3 {
        padding-left: 5px;
        padding-right: 5px
    }

    .nav-dropdown-list-3.shadow-three.w--open {
        position: absolute
    }

    .nav-button-wrapper {
        width: 100%;
        margin-left: 0
    }

    .menu-button-3 {
        padding: 12px
    }

    .menu-button-3.w--open {
        color: #fff;
        background-color: #a6b1bf
    }

    .blue-btn-wrapper {
        width: 100%;
        margin-left: 0
    }

    .container-7 {
        max-width: 728px
    }

    .pricing-grid {
        grid-column-gap: 30px
    }

    .all-product-cta-wrapper {
        justify-content: center;
        margin-bottom: 0
    }

    .all-product-cta-btn {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        display: flex
    }

    .o-section.bg-gray,
    .o-section.bg-transparent {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .o-heading-h2.md-text-center {
        text-align: center
    }

    .page-breadcrumb-container {
        padding-left: 16px;
        padding-right: 16px
    }

    .feature-img {
        width: 40px
    }

    .feature-block {
        padding: 20px
    }

    .footer-text {
        max-width: none
    }

    .d-none {
        display: none
    }

    .o-heading-animation {
        max-width: 519px
    }

    .o-heading-animation-span {
        font-size: 32px;
        line-height: 40px
    }

    .ot-hero-section,
    .ot-hero-section.pt-150 {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .ot-hero-section.pb-123 {
        padding-bottom: 60px
    }

    .ot-hero-section.bg-dotted {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .otto-home-container {
        padding-left: 16px;
        padding-right: 16px
    }

    .ot-h1 {
        font-size: var(--_new-home---font-size--t-h1);
        line-height: var(--_new-home---line-height--t-h1)
    }

    .ot-h1.ot-sitemap-h1 {
        font-size: 55px;
        line-height: 60px
    }

    .ot-subheadline {
        margin-left: auto;
        margin-right: auto
    }

    .ot-subheadline.ot-left {
        text-align: center
    }

    .ot-hero-image-section {
        padding-bottom: 50px
    }

    .ot-logo-section {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .ot-p-sticky {
        grid-column-gap: 40px;
        grid-row-gap: 40px
    }

    .ot-zigzag-grid {
        grid-row-gap: 50px;
        grid-template-columns: 1fr;
        align-self: stretch;
        place-items: center;
        padding-left: 50px;
        padding-right: 50px
    }

    .ot-zigzag-grid.reverce {
        grid-template-columns: 1fr
    }

    .ot-zigzag-content-block {
        grid-row-gap: 20px;
        text-align: center;
        justify-content: center;
        align-items: center
    }

    .ot-zigzag-content-block.left {
        text-align: left;
        justify-content: center;
        align-items: flex-start
    }

    .ot-h2 {
        font-size: var(--_new-home---font-size--t-h2);
        line-height: var(--_new-home---line-height--t-h2)
    }

    .ot-zigzag-title-text {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        justify-content: flex-start;
        align-items: center
    }

    .ot-zigzag-title-text.left {
        justify-content: flex-start;
        align-items: flex-start
    }

    .ot-tool-section {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .ot-tool-wrapper {
        margin-bottom: 50px
    }

    .ot-tool-heading-wrapper {
        grid-column-gap: 16px;
        grid-row-gap: 16px
    }

    .ot-need-wrapper {
        grid-column-gap: 34px;
        grid-row-gap: 34px;
        flex-flow: wrap
    }

    .ot-need-block-main {
        flex-flow: wrap;
        justify-content: center;
        align-items: center
    }

    .ot-review-section {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .ot-review-content-block {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        opacity: 1;
        height: auto;
        display: flex
    }

    .ot-review-top-block {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        flex-flow: column;
        justify-content: flex-start;
        align-items: flex-start
    }

    .ot-review-wrapper {
        flex-flow: column;
        margin-top: 34px
    }

    .o-review-title {
        max-height: none;
        font-size: 18px;
        line-height: 28px
    }

    .ot-review-block {
        width: 100%;
        padding: 30px 16px
    }

    .ot-counter-section {
        padding-bottom: 48px
    }

    .ot-counter-main {
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        justify-content: space-between
    }

    .ot-conter-text {
        padding-top: 12px
    }

    .ot-cta-section {background-image:url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/679b2a47d551a8146bde7ec3_texture.svg");background-position:50%;background-size:cover;
        padding-top: 50px;
        padding-bottom: 50px
    }

    .ot-cta-footer {
        grid-row-gap: 50px
    }

    .ot-footer-top-block {
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        flex-flow: wrap
    }

    .ot-footer-top-grid {
        grid-column-gap: 30px;
        grid-row-gap: 30px
    }

    .ot-footer-links-block {
        min-width: auto
    }

    .ot-navbar {
        background-color: #fff;
        margin-left: 16px;
        margin-right: 16px
    }

    .ot-navbar-container {
        background-color: #0000
    }

    .ot-nav-inner-container {
        padding: 2px 2px 2px 10px
    }

    .ot-nav-inner-container.pad-13 {
        padding-top: 0;
        padding-bottom: 0
    }

    .ot-navbar-wrapper {
        z-index: 999;
        display: flex
    }

    .ot-navbar-brand {
        z-index: 1
    }

    .ot-nav-menu-wrapper {
        background-color: #fff;
        height: 99vh;
        padding-top: 100px;
        position: fixed;
        top: 0;
        box-shadow: 0 2px 8px #00000014
    }

    .ot-nav-menu-wrapper.height-auto {
        height: auto
    }

    .ot-nav-menu {
        flex-flow: column;
        justify-content: flex-start;
        align-items: stretch;
        padding-bottom: 40px;
        padding-left: 10px;
        padding-right: 10px
    }

    .nav-link-5 {
        padding-left: 5px;
        padding-right: 5px
    }

    .ot-nav-dropdown-toggle {
        display: block
    }

    .nav-dropdown-list-4.shadow-three.w--open {
        position: absolute
    }

    .ot-nav-menu-button {
        padding-left: 10px;
        padding-right: 10px
    }

    .ot-nav-button-wrapper {
        z-index: 2;
        justify-content: flex-start;
        align-items: center;
        margin-left: 0;
        position: relative
    }

    .ot-nav-button-wrapper.inner {
        justify-content: flex-start;
        align-items: center;
        margin-top: 20px;
        padding-left: 25px
    }

    .ot-menu-button {
        z-index: 1;
        padding: 8px
    }

    .ot-menu-button.w--open {
        color: #fff;
        background-color: #0000
    }

    .ot-menu-icon {
        color: #000;
        font-size: 40px
    }

    .template-form {
        text-align: left;
        width: 450px;
        margin-left: auto;
        margin-right: auto
    }

    .navigation-inner-wrap {
        grid-column-gap: 12px;
        grid-row-gap: 12px;
        flex-flow: column;
        justify-content: center;
        align-items: flex-start;
        padding-left: 15px;
        padding-right: 15px;
        display: flex
    }

    .ot-nav-dropdown-list {
    top: 100%;
        position: static;
        transform: none
    }

    .ot-nav-dropdown-list.w--open {
        margin-top: 5px
    }

    .nav-dropdown-title {
        font-size: 16px;
        line-height: 24px
    }

    .ot-nav-dropdown {
        width: 100%;
        padding-top: 0;
        padding-bottom: 0
    }

    .o-feature-main-block {
        padding: 40px
    }

    .o-feature-grid {
        grid-column-gap: 20px;
        grid-row-gap: 20px
    }

    .ot-feature-para-text {
        font-size: 16px;
        line-height: 24px
    }

    .ot-section {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .ot-section.mb-33,
    .ot-section.mb-60 {
        margin-bottom: 0
    }

    .o-glossary-hero-section {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .o-glossary-form-h2 {
        font-size: var(--_new-home---font-size--t-h2);
        line-height: var(--_new-home---line-height--t-h2)
    }

    .o-tax-category-left {
        min-width: 500px
    }

    .o-tax-templates-grid {
        grid-template-columns: 1fr 1fr 1fr
    }

    .o-resources-grid {
        grid-column-gap: 20px;
        grid-row-gap: 20px
    }

    .o-resources-h3 {
        font-size: 18px;
        line-height: 26px
    }

    .ot-hero-grid {
        grid-column-gap: 22px;
        grid-row-gap: 22px;
        grid-template-columns: 1fr
    }

    .ot-hero-grid-content {
        text-align: center
    }

    .trustpilot-wrapper {
        justify-content: center;
        align-items: center
    }

    .grid-2 {
        grid-template-columns: 1fr;
        display: block
    }

    .ot-book-meeting-content {
        text-align: center;
        justify-content: center;
        align-items: center
    }

    .ot-book-meeting-ul.desk {
        display: none
    }

    .ot-book-meeting-ul.mobile {
        display: flex
    }

    .ot-bm-slider {
        max-width: 728px
    }

    .ot-bm-slider.desk {
        display: none
    }

    .ot-bm-slider.mobile {
        display: block
    }

    .ot-book-meeting-left {
        margin-top: 0
    }

    .ot-bm-main {
        height: auto;
        padding-top: 60px;
        padding-bottom: 90px;
        display: block
    }

    .ot-bk-zigzag-grid {
        grid-row-gap: 30px;
        grid-template-columns: 1fr;
        align-self: stretch;
        place-items: center
    }

    .ot-bk-zigzag-grid.reverce {
        grid-template-columns: 1fr
    }

    .otto-container {
        max-width: none
    }

    .ot-bk-zigzag-wrapper {
        grid-row-gap: 60px;
        margin-top: 60px
    }

    .ot-bk-step-grid {
        margin-top: 34px
    }

    .ot-bk-step-pera {
        font-size: 16px;
        line-height: 24px
    }

    .ot-financial-main-wraper {
        margin-top: 34px
    }

    .ot-financial-bottom-grid,
    .ot-financial-top-grid {
        grid-column-gap: 20px;
        grid-row-gap: 20px
    }

    .ot-financial-link-block {
        padding: 20px
    }

    .ot-financial-h3 {
        font-size: 18px;
        line-height: 28px
    }

    .ot-review-slider {
        margin-top: 34px
    }

    .ot-review-slide-block {
        margin-left: 50px;
        margin-right: 50px
    }

    .ot-review-slide-text {
        font-size: 20px;
        line-height: 28px
    }

    .ot-pricing-wrapper {
        margin-top: 34px
    }

    .ot-pricing-grid {
        grid-template-columns: 1fr 1fr
    }

    .ot-faq-main-container {
        margin-top: 34px
    }

    .ot-compare-wrapper {
        grid-row-gap: 0px;
        border-bottom: 1px solid #edeff3;
        border-right: 1px solid #edeff3;
        margin-top: 34px
    }

    .ot-comare-head-grid {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        grid-template-columns: 1fr 1fr 1fr
    }

    .ot-comare-head-block {
        border-top: 1px solid #edeff3;
        border-left: 1px solid #edeff3;
        padding: 18px
    }

    .ot-comare-head {
        border-bottom: 1px solid #edeff3;
        padding-top: 0;
        padding-bottom: 0;
        top: 73px
    }

    .ot-compare-body {
        grid-row-gap: 0px
    }

    .ot-comare-body-grid {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        border-top-style: none;
        grid-template-columns: 1fr 1fr 1fr
    }

    .ot-comare-body-block {
        border-top: 1px solid #edeff3;
        border-left: 1px solid #edeff3;
        padding-left: 18px;
        padding-right: 18px
    }

    .collection-list-grid {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        grid-template-columns: 1fr 1fr 1fr
    }

    .ot-wc-grid {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        margin-top: 34px
    }

    .ot-wc-block {
        padding-left: 20px;
        padding-right: 20px
    }

    .ot-wc-h3 {
        line-height: 26px
    }

    .ot-wc-pera {
        font-size: 14px;
        line-height: 20px
    }

    .ot-collection-wrapper {
        padding-top: 100px
    }

    .ot-sitemap-h-h2 {
        font-size: 24px;
        line-height: var(--line-height--tablet-h2);
        font-weight: 600
    }

    .ot-button-wrapper.mt-24 {
        justify-content: center;
        align-items: center
    }

    .ot-hero-card-block {
        text-align: center
    }

    .ot-agreement-grid {
        grid-column-gap: 20px;
        grid-row-gap: 20px
    }

    .ot-zigzag-wrappers {
        grid-row-gap: 60px
    }

    .ot-hero-video-wrapper {
        padding-top: 50px
    }

    .ot-how-to-ul {
        text-align: left
    }

    .ot-h3 {
        font-size: var(--_new-home---font-size--t-h2);
        line-height: var(--_new-home---line-height--t-h2)
    }

    .ot-alternative-grid {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        border-top-style: none
    }

    .ot-point-ul {
        text-align: left
    }

    .ot-comparison-table-wrapper {
        border-right-style: none;
        border-radius: 0;
        overflow: auto
    }

    .ot-comparison-grid {
        grid-template-columns: 30% 11.66% 11.66% 11.66% 11.66% 11.66% 11.66%
    }

    .ot-comparison-grid._6-grid {
        grid-template-columns: 250px 150px 150px 150px 150px 150px
    }

    .ot-tools-list-wrapper {
        grid-template-columns: .7fr 1fr .7fr
    }

    .calculator-collection-item {
        padding: 20px
    }

    .cac-by-state-grid {
        margin-top: 34px
    }

    .cac-by-state-grid._2-grid {
        margin-left: 0;
        margin-right: 0
    }

    .currency-pairing-grid {
        margin-top: 34px
    }

    .signature-grid {
        grid-row-gap: 50px
    }

    .personality-sign-title {
        font-size: 20px;
        line-height: 30px
    }

    .successful-sign-block {
        justify-content: space-between
    }

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

    .sign-zigzag-grid {
        grid-column-gap: 30px
    }

    .sign-why-otto-grid,
    .why-otto-left-grid {
        grid-column-gap: 16px;
        grid-row-gap: 16px
    }

    .personality-sign-block {
        justify-content: flex-start
    }

    .llc-comare-h3 {
        font-size: 18px;
        line-height: 28px
    }
}

@media screen and (max-width:767px) {
    h1 {
        font-size: var(--font-size--mobile-l-h1);
        line-height: var(--line-height--mobile-l-h1)
    }

    h2 {
        font-size: var(--font-size--mobile-l-h2);
        line-height: var(--line-height--mobile-l-h2)
    }

    h3 {
        font-size: var(--font-size--mobile-l-h3);
        line-height: var(--line-height--mobile-l-h3)
    }

    .navbar-brand {
        padding-left: 0
    }

    .hero-heading-left,
    .testimonial-column-light {
        padding: 40px 15px 60px
    }

    .centered-heading {
        font-size: 32px;
        line-height: 42px
    }

    .testimonial-grid-two {
        grid-template-columns: 1fr
    }

    .hero-wrapper-two {
        grid-column-gap: .75em;
        grid-row-gap: .75em
    }

    .div-block {
        justify-content: center
    }

    .heading {
        font-size: 42px;
        line-height: 52px;
        display: block
    }

    .div-block-3 {
        grid-column-gap: 12px;
        grid-row-gap: 12px
    }

    .div-block-4 {
        padding-top: 30px;
        padding-left: 50px
    }

    .hero-stack-deal-tracker {
        padding: 60px 15px
    }

    .heading-2 {
        max-width: none
    }

    .testimonial-slider-large-2 {
        padding: 60px 15px 40px
    }

    .testimonial-slide-2 {
        flex-direction: column;
        padding: 23px
    }

    .testimonial-content-2 {
        max-width: none;
        margin-bottom: 40px;
        margin-right: 0
    }

    .testimonial-quote-icon-2 {
        width: 50px;
        margin-bottom: 16px
    }

    .accordion-item-content {
        margin-right: 0
    }

    .hero-section1 {
        padding: 40px 15px 60px
    }

    .footer-subscribe-2 {
        padding-left: 15px;
        padding-right: 15px
    }

    .footer-form-two-2 {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .footer-form-container-two-2 {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center
    }

    .button-demo-large {
        font-size: 14px
    }

    .centered-heading-copy {
        text-align: center;
        font-size: 32px;
        line-height: 42px
    }

    .blog-collection-list {
        grid-template-columns: 1fr
    }

    .template-hero-section {
        padding: 40px 15px 60px
    }

    .temp-hero-description {
        font-size: 18px;
        line-height: 28px
    }

    .temp-hero-heading-block {
        justify-content: center
    }

    .temp-hero-heading {
        font-size: 35px;
        line-height: 45px;
        display: block
    }

    .template-3-grid-section {
        padding: 40px 15px 60px
    }

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

    .temlate-faq {
        padding: 60px 15px
    }

    .global-footer {
        padding-left: 15px;
        padding-right: 15px
    }

    .footer-wrapper {
        flex-direction: column;
        align-items: center
    }

    .footer-content {
        grid-template-columns: 1fr 1fr
    }

    .footer-block {
        justify-content: flex-start;
        align-items: flex-start
    }

    .footer-divider {
        margin-top: 60px
    }

    .navbar-no-shadow {
        position: sticky
    }

    .nav-menu {
        flex-direction: column;
        padding-bottom: 30px;
        padding-left: 16px;
        padding-right: 16px
    }

    .nav-link-3 {
        padding-top: 10px;
        padding-bottom: 10px;
        display: inline-block
    }

    .nav-dropdown-3 {
        flex-direction: column;
        align-items: center;
        display: flex
    }

    .nav-dropdown-toggle-3 {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .nav-dropdown-list-3.shadow-three {
        box-shadow: 0 8px 50px #0000000d
    }

    .nav-dropdown-list-3.shadow-three.w--open {
        position: relative
    }

    .nav-dropdown-list-3.shadow-three.mobile-shadow-hide {
        box-shadow: none
    }

    .btn-blue,
    .mobile-margin-top-12 {
        margin-top: 10px
    }

    .o-container {
        padding-left: 16px;
        padding-right: 16px
    }

    .product-ctas-section {
        padding: 60px 15px
    }

    .all-product-cta-section {
        padding: 0 15px 60px
    }

    .all-product-cta-wrapper {
        flex-wrap: wrap
    }

    .o-heading-h2 {
        font-size: var(--font-size--mobile-l-h2);
        line-height: var(--line-height--mobile-l-h2)
    }

    .explore-heading,
    .template-heading {
        font-size: 22px;
        line-height: 30px
    }

    .alternative-image {
        width: 60px;
        height: auto;
        margin-top: 5px;
        margin-bottom: 5px
    }

    .d-none {
        display: none
    }

    .terms-container {
        padding-left: 15px;
        padding-right: 15px
    }

    .header-form {
        margin-top: 10px
    }

    .category-grid {
        grid-template-columns: 1fr 1fr
    }

    .tax-off-writer-container {
        padding-left: 16px;
        padding-right: 16px
    }

    .ticker-logo {
        margin-left: 24px;
        margin-right: 24px
    }

    .o-heading-animation-span {
        font-size: 28px;
        line-height: 36px
    }

    .o-4-col-logo-grid {
        flex-flow: wrap;
        grid-template-columns: 1fr 1fr 1fr;
        justify-content: center;
        align-items: stretch;
        display: flex
    }

    .ot-hero-section,
    .ot-hero-section.pt-150 {
        padding-top: 50px;
        padding-bottom: 40px
    }

    .ot-hero-section.pb-123 {
        padding-bottom: 40px
    }

    .ot-hero-section.bg-dotted {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .ot-h1 {
        font-size: var(--_new-home---font-size--ml-h1);
        line-height: var(--_new-home---line-height--ml-h1)
    }

    .ot-h1.ot-sitemap-h1 {
        font-size: 45px;
        line-height: 50px
    }

    .ot-subheadline {
        font-size: 16px;
        line-height: 24px
    }

    .ot-primary-btn.compare-business {
        padding-left: 10px;
        padding-right: 10px
    }

    .ot-zigzag-grid {
        border-radius: 38px;
        padding: 30px
    }

    .ot-zigzag-grid.reverce {
        grid-row-gap: 40px
    }

    .ot-zigzag-content-block.left {
        text-align: center;
        justify-content: center;
        align-items: center
    }

    .ot-h2 {
        font-size: var(--_new-home---font-size--m-h2);
        line-height: var(--_new-home---line-height--m-h2)
    }

    .ot-zigzag-title-text.left {
        justify-content: center;
        align-items: center
    }

    .ot-zigzag-image-block {
        text-align: center
    }

    .ot-section-sub-head.long-sub-head {
        line-height: 24px
    }

    .ot-need-block-main {
        grid-column-gap: 20px;
        grid-row-gap: 20px
    }

    .ot-need-icon-text {
        grid-column-gap: 7px;
        grid-row-gap: 7px
    }

    .ot-need-icon {
        font-size: 20px;
        line-height: 20px
    }

    .o-review-title {
        font-size: 16px;
        line-height: 24px
    }

    .ot-counter-main {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        flex-flow: wrap;
        justify-content: space-between
    }

    .ot-form-block {
        align-self: stretch;
        width: 400px;
        margin-left: auto;
        margin-right: auto
    }

    .ot-email-field {
        width: 100%
    }

    .ot-review-work {
        font-size: 16px;
        line-height: 24px
    }

    .ot-footer-wraper {
        border-radius: 32px;
        padding-top: 30px;
        padding-left: 30px;
        padding-right: 30px
    }

    .ot-footer-top-block {
        grid-row-gap: 50px
    }

    .ot-footer-top-right {
        max-width: 100%
    }

    .ot-form-block-footer {
        align-self: stretch;
        width: 400px
    }

    .ot-navbar-brand {
        padding-left: 0
    }

    .ot-nav-menu {
        flex-direction: column
    }

    .nav-link-5 {
        padding-top: 10px;
        padding-bottom: 10px;
        display: inline-block
    }

    .nav-dropdown-4 {
        flex-direction: column;
        align-items: center;
        display: flex
    }

    .ot-nav-dropdown-toggle {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .nav-dropdown-list-4.shadow-three {
        box-shadow: 0 8px 50px #0000000d
    }

    .nav-dropdown-list-4.shadow-three.w--open {
        position: relative
    }

    .nav-dropdown-list-4.shadow-three.mobile-shadow-hide {
        box-shadow: none
    }

    .ot-menu-button {
        padding-top: 5px;
        padding-bottom: 3px
    }

    .ot-footer-top-left {
        max-width: 100%
    }

    .otto-center-text {
        font-size: 32px;
        line-height: 40px
    }

    .dropdown-inner-grid {
        grid-template-columns: 1fr 1fr
    }

    .o-feature-main-block {
        padding: 35px
    }

    .o-feature-grid {
        grid-column-gap: 35px;
        grid-row-gap: 35px;
        grid-template-columns: 1fr
    }

    .ot-feature-para-text {
        text-align: center
    }

    .o-feature-form-input {
        height: 46px
    }

    .o-glossary-section,
    .ot-section {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .o-glossary-section.pt-20 {
        padding-top: 20px
    }

    .o-glossary-form-h2 {
        font-size: var(--font-size--mobile-l-h2);
        line-height: var(--line-height--mobile-l-h2);
        text-align: center
    }

    .o-tax-category-main-wrapper {
        margin-top: 40px
    }

    .o-tax-category-left {
        min-width: auto;
        max-width: none
    }

    .o-tax-templates-grid {
        grid-template-columns: 1fr 1fr;
        margin-top: 40px
    }

    .o-tax-templates-p {
        min-height: auto
    }

    .o-resources-grid {
        grid-template-columns: 1fr 1fr;
        margin-top: 40px
    }

    .grid-2 {
        grid-column-gap: 50px;
        grid-row-gap: 50px;
        flex-flow: column
    }

    .book-meeting-container {
        padding-left: 16px;
        padding-right: 16px
    }

    .ot-bm-slider {
        max-width: none
    }

    .ot-book-meeting-right {
        min-height: auto;
        max-height: none;
        padding: 20px
    }

    .ot-book-meeting-right.d-md-none {
        display: none
    }

    .ot-bm-main {
        padding-top: 40px
    }

    .ot-bk-zigzag-grid {
        border-radius: 38px
    }

    .ot-bk-zigzag-wrapper {
        margin-top: 60px
    }

    .ot-hero-grid-form {
        padding: 20px
    }

    .ot-hero-grid-form.d-md-none {
        display: none
    }

    .ot-bk-step-grid {
        grid-template-columns: 1fr
    }

    .ot-financial-main-wraper {
        grid-column-gap: 20px;
        grid-row-gap: 20px
    }

    .ot-financial-top-grid {
        grid-template-columns: 1fr 1fr
    }

    .ot-financial-bottom-grid {
        order: -1;
        grid-template-columns: 1fr 1fr
    }

    .ot-financial-icon-block {
        width: 30px
    }

    .ot-review-slide-block {
        margin-left: 40px;
        margin-right: 40px
    }

    .ot-slide-block-top {
        padding-left: 20px
    }

    .ot-slide-block-bottom {
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        padding: 20px
    }

    .ot-review-slide-text {
        font-size: 16px;
        line-height: 24px
    }

    .div-block-45,
    .div-block-46 {
        display: none
    }

    .ot-pricing-grid {
        grid-template-columns: 1fr
    }

    .ot-pricing-price-block {
        min-height: auto
    }

    .ot-faq-main-container {
        margin-top: 14px
    }

    .ot-faq-container {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .ot-faq-h3 {
        font-size: 16px;
        line-height: 24px
    }

    .ot-faq-ans-text {
        font-size: 14px;
        line-height: 21px
    }

    .ot-comare-head-block {
        justify-content: flex-start
    }

    .ot-comare-head-block.center {
        text-align: center
    }

    .ot-comare-head-title {
        font-size: 18px;
        line-height: 26px
    }

    .ot-comare-head {
        top: 63px
    }

    .ot-comare-body-block {
        justify-content: flex-start
    }

    .collection-list-grid,
    .ot-wc-grid {
        grid-template-columns: 1fr 1fr
    }

    .ot-collection-wrapper {
        padding-top: 80px
    }

    .ot-sitemap-grid {
        grid-template-columns: 1fr 1fr 1fr
    }

    .ot-sitemap-wrapper {
        grid-column-gap: 50px;
        grid-row-gap: 50px
    }

    .ot-sitemap-link-text {
        font-size: 14px
    }

    .ot-sitemap-inner-wrapper {
        grid-column-gap: 24px;
        grid-row-gap: 24px
    }

    .ot-sitemap-h-h2 {
        font-size: 22px;
        line-height: var(--line-height--mobile-p-h2);
        font-weight: 600
    }

    .ot-legal-agriment-content {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        flex-flow: column
    }

    .ot-legal-agriment-p {
        text-align: center;
        column-count: 1
    }

    .ot-agreement-grid {
        grid-column-gap: 35px;
        grid-row-gap: 35px;
        flex-flow: wrap-reverse;
        grid-template-columns: 1fr;
        display: flex
    }

    .ot-h3 {
        font-size: var(--_new-home---font-size--m-h3);
        line-height: var(--_new-home---line-height--m-h3)
    }

    .o-blog-block {
        padding-bottom: 30px
    }

    .ot-comparison-table-wrapper {
        overflow: auto
    }

    .ot-comparison-grid {
        grid-template-columns: 40% 15% 15% 15% 15% 15% 15%
    }

    .ot-comparision-head {
        word-break: break-all;
        font-size: 15px
    }

    .d-lg-none {
        display: block
    }

    .ot-author-image {
        width: 100px
    }

    .ot-tools-list-wrapper {
        grid-template-columns: 1fr
    }

    .t-d-none {
        display: none
    }

    .calculator-collection-list {
        grid-template-columns: 1fr 1fr
    }

    .cac-by-state-grid {
        grid-row-gap: 0px;
        place-items: stretch start
    }

    .currency-pairing-grid {
        grid-template-columns: 1fr 1fr 1fr;
        padding: 30px 16px
    }

    .sign-hero-grid {
        grid-template-columns: 1fr
    }

    .signature-grid {
        grid-template-columns: 1fr 1fr
    }

    .successful-people-position.long-sub-head {
        line-height: 24px
    }

    .sign-zigzag-bottom-grid {
        grid-template-columns: 1fr 1fr
    }

    .llc-vs-corporation-grid,
    .sign-why-otto-grid,
    .sign-zigzag-grid {
        grid-template-columns: 1fr
    }
}

@media screen and (max-width:479px) {
    h1 {
        font-size: var(--font-size--mobile-p-h1);
        line-height: var(--line-height--mobile-p-h1)
    }

    h2 {
        font-size: var(--font-size--mobile-p-h2);
        line-height: var(--line-height--mobile-p-h2)
    }

    h3 {
        font-size: var(--font-size--mobile-p-h3);
        line-height: var(--line-height--mobile-p-h3)
    }

    .container {
        max-width: none
    }

    .hero-heading-left {
        margin-top: 0;
        padding-top: 40px
    }

    .centered-heading {
        margin-bottom: 24px;
        font-size: 30px
    }

    .testimonial-main-heading {
        font-size: 22px
    }

    .hero-wrapper-two {
        grid-column-gap: .5em;
        grid-row-gap: .5em
    }

    .heading {
        font-size: 38px;
        line-height: 45px
    }

    .text-block {
        font-size: 17px
    }

    .div-block-3 {
        grid-column-gap: 8px;
        grid-row-gap: 8px
    }

    .div-block-4 {
        padding-top: 20px;
        padding-left: 35px
    }

    .container-2 {
        max-width: none
    }

    .testimonial-quote-icon-2 {
        width: 30px
    }

    .testimonial-quote-2 {
        font-size: 22px;
        line-height: 30px
    }

    .accordion-heading {
        font-size: 18px;
        line-height: 28px
    }

    .hero-section1 {
        margin-top: 0;
        padding-top: 40px
    }

    .container-5 {
        max-width: none
    }

    .footer-form-two-2 {
        padding: 0
    }

    .footer-form-container-two-2 {
        padding-top: 0
    }

    .button-demo-large {
        padding-left: 20px;
        padding-right: 20px
    }

    .centered-heading-copy {
        text-align: center;
        margin-bottom: 24px
    }

    .author-container {
        max-width: none
    }

    .collection-list-3 {
        overflow: auto
    }

    .template-hero-section {
        margin-top: 0;
        padding-top: 40px
    }

    .template-container {
        max-width: none
    }

    .hero-text-block {
        grid-column-gap: 0em;
        grid-row-gap: 0em
    }

    .temp-hero-description {
        font-size: 16px;
        line-height: 24px
    }

    .temp-hero-heading {
        font-size: 30px;
        line-height: 40px
    }

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

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

    .template-faq-container {
        max-width: none
    }

    .global-footer {
        padding-bottom: 20px
    }

    .footer-content {
        grid-column-gap: 24px;
        grid-row-gap: 24px;
        grid-template-columns: 1fr
    }

    .nav-menu {
        flex-direction: column
    }

    .blue-btn-wrapper,
    .nav-button-wrapper {
        width: auto
    }

    .container-7 {
        max-width: none
    }

    .glossery-cta-title {
        margin-bottom: 24px
    }

    .pricing-grid {
        grid-template-columns: 1fr
    }

    .o-section.bg-gray,
    .o-section.bg-transparent {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .o-heading-h2 {
        font-size: var(--font-size--mobile-p-h2);
        line-height: var(--line-height--mobile-p-h2)
    }

    .o-heading-h2.mb-24 {
        margin-bottom: 20px
    }

    .o-heading-wrapper {
        margin-bottom: 24px
    }

    .explore-heading {
        font-size: 20px
    }

    .how-to-point-heading {
        font-size: 20px;
        line-height: 30px
    }

    .feature-block {
        padding: 16px
    }

    .bottom-footer {
        flex-flow: column
    }

    .d-none {
        display: none
    }

    .launchlist-form {
        grid-row-gap: 10px;
        flex-flow: wrap;
        justify-content: center;
        align-items: center
    }

    .header-form-submit {
        width: 100%
    }

    .category-grid {
        grid-template-columns: 1fr
    }

    .o-4-col-logo-grid {
        grid-column-gap: 40px;
        grid-row-gap: 40px;
        grid-template-columns: 1fr 1fr
    }

    .o-company-logo-block {
        border-radius: 14px;
        width: 80px;
        height: 80px
    }

    .o-company-logo {
        width: 65px;
        height: auto
    }

    .o-minimize-icon {
        width: 23px;
        top: -7%;
        left: -7%
    }

    .ot-h1 {
        font-size: var(--_new-home---font-size--mp-h1)
    }

    .ot-h1.ot-sitemap-h1 {
        font-size: 35px;
        line-height: 48px
    }

    .ot-primary-btn.ot-submit {
        width: 100%;
        font-size: 14px;
        line-height: 22px;
        position: static;
        transform: none
    }

    .ot-primary-btn.outer {
        display: none
    }

    .ot-primary-btn.compare-btn {
        color: var(--_new-home---primary--blue--700);
        border-style: none;
        padding: 0;
        font-size: 12px;
        line-height: 14px
    }

    .ot-primary-btn.compare-btn:hover {
        box-shadow: none
    }

    .ot-primary-btn.compare-business {
        color: var(--_new-home---primary--blue--700);
        background-color: #0000;
        border-style: none;
        padding: 0;
        font-size: 12px;
        line-height: 14px
    }

    .ot-primary-btn.compare-business:hover {
        box-shadow: none
    }

    .ot-primary-btn.icon-with-text {
        justify-content: center;
        align-items: center
    }

    .ot-primary-btn.white-btn {
        padding-left: 20px;
        padding-right: 20px
    }

    .ot-secondary-btn.outer {
        display: none
    }

    .ot-secondary-btn.icon-with-text {
        justify-content: center;
        align-items: center
    }

    .ot-logo-title {
        margin-bottom: 25px
    }

    .ot-zigzag-grid {
        border-radius: 20px;
        padding: 16px
    }

    .ot-zigzag-grid.reverce {
        grid-row-gap: 30px
    }

    .ot-tool-section {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .ot-section-sub-head.fs-md-14 {
        font-size: 14px;
        line-height: 22px
    }

    .ot-tool-main {
        padding: 30px 16px
    }

    .ot-need-block-main {
        justify-content: center;
        align-items: center
    }

    .ot-counter-section,
    .ot-review-section {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .ot-counter-h4 {
        font-size: 20px;
        line-height: 28px
    }

    .ot-counter-after {
        height: 12px;
        top: 13px;
        left: -5px
    }

    .ot-company-logo-block.otto {
        width: 80px;
        height: 80px
    }

    .ot-form-block {
        width: 100%
    }

    .ot-form {
        text-align: center
    }

    .ot-email-field {
        width: 100%;
        margin-bottom: 10px
    }

    .ot-footer-wraper {
        padding-top: 16px;
        padding-left: 16px;
        padding-right: 16px
    }

    .ot-form-block-footer {
        width: 100%
    }

    .ot-footer-top-grid {
        grid-template-columns: 1fr
    }

    .ot-nav-inner-container {
        padding-top: 0;
        padding-bottom: 0
    }

    .ot-nav-menu-wrapper {
        padding-top: 76px
    }

    .ot-nav-menu {
        flex-direction: column
    }

    .ot-nav-button-wrapper {
        flex-flow: column;
        align-items: stretch;
        width: auto
    }

    .ot-nav-button-wrapper.inner {
        display: flex
    }

    .otto-center-text {
        font-size: 28px;
        line-height: 36px
    }

    .template-form {
        width: 100%
    }

    .ot-tax-collection-list {
        grid-column-gap: 16px;
        grid-row-gap: 16px
    }

    .ot-tax-collection-item-block {
        font-size: 14px;
        line-height: 20px
    }

    .dropdown-inner-grid {
        grid-template-columns: 1fr
    }

    .o-feature-main-block {
        padding: 16px
    }

    .o-feature-grid {
        grid-column-gap: 20px;
        grid-row-gap: 20px
    }

    .o-content-block {
        grid-column-gap: 25px;
        grid-row-gap: 25px
    }

    .ot-feature-para-text {
        line-height: 24px
    }

    .o-feature-top-form {
        flex-flow: column
    }

    .ot-section.review {
        padding-bottom: 80px
    }

    .o-glossary-hero-section {
        background-size: auto
    }

    .o-glossary-form-h2 {
        font-size: var(--font-size--mobile-p-h2);
        line-height: var(--line-height--mobile-p-h2)
    }

    .o-tax-category-block {
        grid-column-gap: 12px;
        grid-row-gap: 12px;
        padding: 16px
    }

    .o-tax-category-head {
        font-size: 14px;
        line-height: 20px
    }

    .o-tax-category-right {
        min-width: 50px;
        max-width: 61px
    }

    .o-tex-category-p {
        font-size: 14px;
        line-height: 20px
    }

    .o-tex-category-icon {
        width: 30px;
        font-size: 14px;
        line-height: 30px
    }

    .o-tax-templates-grid.mb-0.grid-m-1 {
        grid-template-columns: 1fr
    }

    .o-tax-templates-link {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        border-radius: 12px;
        padding: 16px
    }

    .o-tax-templates-p,
    .o-tax-templates-span {
        font-size: 14px;
        line-height: 22px
    }

    .o-tax-templates-top {
        grid-column-gap: 16px;
        grid-row-gap: 16px
    }

    .o-resources-grid {
        grid-template-columns: 1fr
    }

    .o-resources-block {
        padding: 16px
    }

    .o-tax-form-input-block,
    .o-tax-form-input-block._w-50 {
        width: 100%
    }

    .grid-2 {
        display: block
    }

    .ot-bm-slide-block {
        padding: 16px
    }

    .ot-book-meeting-right {
        padding-left: 16px;
        padding-right: 16px
    }

    .ot-bk-zigzag-grid {
        border-radius: 20px
    }

    .ot-bk-zigzag-grid.reverce {
        grid-row-gap: 30px
    }

    .ot-hero-grid-form {
        padding: 16px
    }

    .ot-financial-bottom-grid,
    .ot-financial-top-grid {
        grid-template-columns: 1fr
    }

    .ot-financial-icon-block.slider-arrow-left,
    .ot-financial-icon-block.slider-arrow-right {
        position: static;
        transform: none
    }

    .ot-review-slide-block {
        margin-left: 0;
        margin-right: 0
    }

    .ot-review-left-arrow {
        width: 30px;
        inset: auto 15% -50px 0%
    }

    .ot-review-right-arrow {
        width: 30px;
        inset: auto 0% -50px 15%
    }

    .ot-pricing-popular.p-0 {
        margin-top: -26px;
        margin-left: 0
    }

    .ot-monthly-yearly-tabs.mb-26 {
        margin-bottom: 26px
    }

    .ot-comare-head-block {
        text-align: center;
        justify-content: flex-start;
        align-items: center;
        padding: 15px 10px
    }

    .ot-comare-head-text {
        margin-bottom: 10px
    }

    .ot-comare-head-title {
        font-size: 16px;
        line-height: 24px
    }

    .div-block-53 {
        flex-flow: column-reverse wrap;
        justify-content: flex-start;
        align-items: center
    }

    .ot-comare-body-block {
        justify-content: flex-start;
        align-items: center;
        padding: 15px 10px
    }

    .ot-comare-body-title {
        font-size: 16px;
        line-height: 24px
    }

    .ot-comare-body-text {
        font-size: 14px;
        line-height: 22px
    }

    .collection-list-grid {
        grid-template-columns: 1fr
    }

    .ot-collection-link {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        border-radius: 10px;
        padding: 16px
    }

    .ot-wc-grid {
        grid-template-columns: 1fr
    }

    .ot-sitemap-grid {
        grid-column-gap: 12px;
        grid-row-gap: 12px;
        grid-template-columns: 1fr 1fr
    }

    .ot-sitemap-wrapper.ot-sitemap-left {
        margin-top: 30px
    }

    .ot-sitemap-link-text {
        font-size: 14px;
        line-height: 22px
    }

    .ot-sitemap-h-h2 {
        font-size: 19px;
        font-weight: 600
    }

    .ot-agreement-grid {
        grid-column-gap: 20px;
        grid-row-gap: 20px
    }

    .ot-alternative-grid {
        grid-template-columns: 1fr 1fr
    }

    .o-blog-block {
        padding: 16px
    }

    .ot-comparison-grid {
        grid-template-columns: 40% 20% 20% 20% 20% 20% 20%
    }

    .ot-comparison-grid._6-grid {
        grid-template-columns: 170px 150px 150px 150px 150px 150px
    }

    .ot-comparision-head {
        font-size: 14px;
        line-height: 22px
    }

    .ot-author-inner {
        flex-flow: column;
        justify-content: flex-start;
        align-items: center
    }

    .ot-author-mail {
        justify-content: center;
        align-items: center
    }

    .ot-author-content {
        text-align: center
    }

    .author-collection-wrapper {
        margin-top: 50px
    }

    .calculator-collection-list {
        grid-template-columns: 1fr
    }

    .cac-by-state-grid {
        grid-template-columns: auto;
        justify-items: stretch
    }

    .cac-by-state-grid._2-grid {
        grid-template-columns: auto
    }

    .state-block {
        column-count: 2
    }

    .currency-pairing-grid {
        grid-template-columns: 1fr 1fr
    }

    .sign-block-wrapper {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        padding: 30px 16px
    }

    .sign-block-image {
        width: 50px;
        height: 50px
    }

    .sign-block-heading {
        font-size: 18px;
        line-height: 28px
    }

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

    .personality-sign-title {
        font-size: 16px;
        line-height: 24px
    }

    .personality-sign-img {
        margin-bottom: 8px
    }

    .successful-sign-title {
        font-size: 16px;
        line-height: 24px
    }

    .successful-people-position {
        font-size: 14px;
        line-height: 22px
    }

    .sign-zigzag-h3 {
        font-size: 16px
    }

    .why-otto-right-grid-title {
        font-size: 14px;
        line-height: 22px
    }

    .sign-hero-block-img {
        width: 30px;
        height: 30px
    }
}

#w-node-_0fc42039-19e5-07b7-169a-a58f03b843c0-7f30861b,
#w-node-_1dbdc90f-9bd5-15ba-4d23-d7c412808e95-64fab289,
#w-node-_1dbdc90f-9bd5-15ba-4d23-d7c412808e98-64fab289,
#w-node-_1dbdc90f-9bd5-15ba-4d23-d7c412808e9b-64fab289,
#w-node-_213280e3-7ea6-26fe-64df-eebb7adfc6f1-7f30861b,
#w-node-_28bf1856-db6c-ca7b-7c43-22b77583a573-64fab289,
#w-node-_28bf1856-db6c-ca7b-7c43-22b77583a576-64fab289,
#w-node-_28bf1856-db6c-ca7b-7c43-22b77583a579-64fab289,
#w-node-_2b63e990-2e6a-b8df-e490-142b5fe88e94-64fab289,
#w-node-_2b63e990-2e6a-b8df-e490-142b5fe88e97-64fab289,
#w-node-_2b63e990-2e6a-b8df-e490-142b5fe88e9a-64fab289,
#w-node-_4211eeb2-ce56-cd61-6075-385e4245959d-c6402339,
#w-node-_4211eeb2-ce56-cd61-6075-385e424595a4-c6402339,
#w-node-_4211eeb2-ce56-cd61-6075-385e424595ac-c6402339,
#w-node-_4211eeb2-ce56-cd61-6075-385e424595b4-c6402339,
#w-node-_4211eeb2-ce56-cd61-6075-385e424595bc-c6402339,
#w-node-_4211eeb2-ce56-cd61-6075-385e424595c4-c6402339,
#w-node-_492cca9f-b5ec-be18-39bc-6a237ae82aec-64fab289,
#w-node-_4edf3f6f-9a0e-5208-744c-325501376d14-c6402339,
#w-node-_6810144d-a73d-46ed-86cf-5fefecfcbd58-c6402339,
#w-node-_6a1b011b-f6e2-cb00-f16e-d58ba6faffe0-7f30861b,
#w-node-_6a1b011b-f6e2-cb00-f16e-d58ba6faffe3-7f30861b,
#w-node-_6a1b011b-f6e2-cb00-f16e-d58ba6faffe6-7f30861b,
#w-node-_6a1b011b-f6e2-cb00-f16e-d58ba6faffe9-7f30861b,
#w-node-_87ea56ed-4cca-3f03-4d73-7e51d00cac0d-64fab289,
#w-node-_87ea56ed-4cca-3f03-4d73-7e51d00cac10-64fab289,
#w-node-_87ea56ed-4cca-3f03-4d73-7e51d00cac13-64fab289,
#w-node-_90f672bb-bfb7-4f6f-693b-7518ab1821b3-7f30861b,
#w-node-_95da838e-5bec-96e4-5c89-8190504ecd15-64fab289,
#w-node-_95da838e-5bec-96e4-5c89-8190504ecd18-64fab289,
#w-node-_95da838e-5bec-96e4-5c89-8190504ecd1b-64fab289,
#w-node-_97c0e5c0-f6d6-3f80-397f-a0ed9f001706-5c5f6f25,
#w-node-_9eaa890e-75b3-71c4-a755-77adaf6ed7c1-7f30861b,
#w-node-_9eaa890e-75b3-71c4-a755-77adaf6ed7c4-7f30861b,
#w-node-_9eaa890e-75b3-71c4-a755-77adaf6ed7c7-7f30861b,
#w-node-_9eaa890e-75b3-71c4-a755-77adaf6ed7ca-7f30861b,
#w-node-a6375249-857b-81b9-4467-6e45235f9f59-64fab289,
#w-node-a6375249-857b-81b9-4467-6e45235f9f5c-64fab289,
#w-node-a6375249-857b-81b9-4467-6e45235f9f5f-64fab289,
#w-node-ae4aee22-3119-2a70-2116-866af61e5289-64fab289,
#w-node-ae4aee22-3119-2a70-2116-866af61e528c-64fab289,
#w-node-ae4aee22-3119-2a70-2116-866af61e528f-64fab289,
#w-node-aeebf5e7-3635-c95f-5b47-fd81b823d546-64fab289,
#w-node-aeebf5e7-3635-c95f-5b47-fd81b823d549-64fab289,
#w-node-aeebf5e7-3635-c95f-5b47-fd81b823d54c-64fab289,
#w-node-b4c4c864-29a8-a7bb-ac65-f6b6f0e374a9-7f30861b,
#w-node-b73f73bb-adf5-2ef8-1ada-737d4a390a2c-64fab289,
#w-node-b73f73bb-adf5-2ef8-1ada-737d4a390a2f-64fab289,
#w-node-b73f73bb-adf5-2ef8-1ada-737d4a390a32-64fab289,
#w-node-b8c3f52e-9e5a-b6e9-c488-7ee069321655-7f30861b,
#w-node-be55de94-2857-2a3b-05d5-bd17c3a4d6ae-64fab289,
#w-node-be55de94-2857-2a3b-05d5-bd17c3a4d6b1-64fab289,
#w-node-be55de94-2857-2a3b-05d5-bd17c3a4d6b4-64fab289,
#w-node-c82f806e-cb2e-604e-33f6-bd0579d42088-c6402339,
#w-node-d077fa2c-bb1b-8168-a089-5bb06fcc5b34-64fab289,
#w-node-d077fa2c-bb1b-8168-a089-5bb06fcc5b7d-64fab289,
#w-node-d077fa2c-bb1b-8168-a089-5bb06fcc5b80-64fab289,
#w-node-d077fa2c-bb1b-8168-a089-5bb06fcc5b83-64fab289,
#w-node-d801bb33-96b2-6d1a-586c-95824921f8f1-64fab289,
#w-node-d801bb33-96b2-6d1a-586c-95824921f8f4-64fab289,
#w-node-d801bb33-96b2-6d1a-586c-95824921f8f7-64fab289,
#w-node-da8173c8-dd78-f584-ff3d-afb302c1011f-64fab289,
#w-node-da8173c8-dd78-f584-ff3d-afb302c10122-64fab289,
#w-node-da8173c8-dd78-f584-ff3d-afb302c10125-64fab289,
#w-node-e9a54ab6-f1ca-9dd9-8e90-6e59a8e4766c-7f30861b,
#w-node-e9a54ab6-f1ca-9dd9-8e90-6e59a8e4766f-7f30861b,
#w-node-e9a54ab6-f1ca-9dd9-8e90-6e59a8e47672-7f30861b,
#w-node-e9a54ab6-f1ca-9dd9-8e90-6e59a8e47675-7f30861b,
#w-node-ea928bc2-ad38-977e-97b1-73ccc479a0b4-64fab289,
#w-node-ef593cb8-26ec-b024-20e4-23466492eaab-7f30861b,
#w-node-ef593cb8-26ec-b024-20e4-23466492eaae-7f30861b,
#w-node-ef593cb8-26ec-b024-20e4-23466492eab1-7f30861b,
#w-node-ef593cb8-26ec-b024-20e4-23466492eab4-7f30861b,
#w-node-fd2c4721-5657-0aad-d746-87c29335b8b3-9335b8ad,
#w-node-fd2c4721-5657-0aad-d746-87c29335b8bc-9335b8ad,
#w-node-fd2c4721-5657-0aad-d746-87c29335b8c3-9335b8ad,
#w-node-fd2c4721-5657-0aad-d746-87c29335b8c8-9335b8ad,
#w-node-ff077161-cd92-56c2-75da-881a86f82897-7f30861b,
#w-node-ff077161-cd92-56c2-75da-881a86f8289a-7f30861b,
#w-node-ff077161-cd92-56c2-75da-881a86f8289d-7f30861b,
#w-node-ff077161-cd92-56c2-75da-881a86f828a0-7f30861b {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-_96aef7fc-c8f0-4b54-196d-04700e59057d-7f30861b {
    grid-area: span 1/span 2/span 1/span 2
}

#w-node-_2b25362c-f012-202b-81c7-56c1171b8b23-560e63dd,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218ceba-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cebf-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cec2-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cec5-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cec8-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cecc-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218ced0-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218ced3-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218ced6-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218ceda-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cede-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cee1-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cee4-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cee8-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218ceeb-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218ceee-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cef1-7f30861b,
#w-node-_6f7fcb3d-d5d6-15be-e026-1e21b2ac5b9d-01ae2dcc,
#w-node-_6f7fcb3d-d5d6-15be-e026-1e21b2ac5b9d-4104a244,
#w-node-_6f7fcb3d-d5d6-15be-e026-1e21b2ac5b9d-8d035ad2,
#w-node-_6f7fcb3d-d5d6-15be-e026-1e21b2ac5b9d-b151776c,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053ce-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053d3-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053d6-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053d9-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053dc-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053e0-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053e5-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053e8-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053eb-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053ef-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053f6-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053f9-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053fc-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc905400-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc905403-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc905406-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc905409-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e590582-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e590585-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e590588-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e59058b-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e59058f-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e590592-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e590595-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e590598-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e59059c-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e5905a0-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e5905a3-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e5905a6-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e5905aa-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e5905ae-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e5905b1-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e5905b4-7f30861b,
#w-node-_97c0e5c0-f6d6-3f80-397f-a0ed9f001706-76c093c0,
#w-node-_97c0e5c0-f6d6-3f80-397f-a0ed9f001706-ed418883,
#w-node-a688e0db-f564-39a3-2cb4-3a3c62786752-0250efba,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9faea-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9faef-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9faf2-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9faf5-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9faf8-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fafc-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9faff-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fb02-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fb05-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fb09-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fb0c-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fb0f-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fb12-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fb16-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fb19-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fb1c-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fb1f-7f30861b {
    grid-area: span 1/span 1/span 1/span 1
}

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

    #w-node-_216f12ae-ba9e-7966-97d1-b548748f14ad-ccff699d,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-ccff699d,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-ccff699d,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-ccff699d,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-ccff699d,
    #w-node-a6c1c49c-b847-624b-d15d-9c2f6ee7042e-ccff699d {
        order: -9999
    }

    #w-node-fd2c4721-5657-0aad-d746-87c29335b8b3-9335b8ad {
        grid-area: span 1/span 4/span 1/span 4
    }

    #w-node-_0722c148-ae40-2fcd-58d8-0e243f6e89b8-64fab289,
    #w-node-_0722c148-ae40-2fcd-58d8-0e243f6e89bb-64fab289,
    #w-node-_0722c148-ae40-2fcd-58d8-0e243f6e89da-64fab289,
    #w-node-_0c41a6a6-75bb-e14e-ca51-28e681040d4f-54ef974a,
    #w-node-_0c41a6a6-75bb-e14e-ca51-28e681040d52-54ef974a,
    #w-node-_0c41a6a6-75bb-e14e-ca51-28e681040d6f-54ef974a,
    #w-node-_0c41a6a6-75bb-e14e-ca51-28e681040d72-54ef974a,
    #w-node-_216f12ae-ba9e-7966-97d1-b548748f14ad-3b550c30,
    #w-node-_216f12ae-ba9e-7966-97d1-b548748f14ad-f0e04a7e,
    #w-node-_289c31eb-8abc-f4e2-bd60-14d0d8c99911-fed88d6b,
    #w-node-_289c31eb-8abc-f4e2-bd60-14d0d8c99914-fed88d6b,
    #w-node-_289c31eb-8abc-f4e2-bd60-14d0d8c99931-fed88d6b,
    #w-node-_289c31eb-8abc-f4e2-bd60-14d0d8c99934-fed88d6b,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-3b550c30,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-f0e04a7e,
    #w-node-_3b3dd5ee-68ee-92ea-0705-04aa69f94fdd-7ad3b6ec,
    #w-node-_3b3dd5ee-68ee-92ea-0705-04aa69f94fe0-7ad3b6ec,
    #w-node-_3b3dd5ee-68ee-92ea-0705-04aa69f94fff-7ad3b6ec,
    #w-node-_3b3dd5ee-68ee-92ea-0705-04aa69f95002-7ad3b6ec,
    #w-node-_41c0e31a-340f-9a0a-991d-c4663b2f73fb-0b00f232,
    #w-node-_41c0e31a-340f-9a0a-991d-c4663b2f73fe-0b00f232,
    #w-node-_41c0e31a-340f-9a0a-991d-c4663b2f741b-0b00f232,
    #w-node-_41c0e31a-340f-9a0a-991d-c4663b2f741e-0b00f232,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-3b550c30,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-f0e04a7e,
    #w-node-_530feea2-2c0a-3222-f877-6a5888b988bf-54b8eff2,
    #w-node-_530feea2-2c0a-3222-f877-6a5888b988c2-54b8eff2,
    #w-node-_530feea2-2c0a-3222-f877-6a5888b988df-54b8eff2,
    #w-node-_530feea2-2c0a-3222-f877-6a5888b988e2-54b8eff2,
    #w-node-_78ceae04-293d-816e-8cc5-52855c5cc628-04a8b58f,
    #w-node-_78ceae04-293d-816e-8cc5-52855c5cc62b-04a8b58f,
    #w-node-_78ceae04-293d-816e-8cc5-52855c5cc648-04a8b58f,
    #w-node-_78ceae04-293d-816e-8cc5-52855c5cc64b-04a8b58f,
    #w-node-_9583ee43-fd29-be4e-e101-49ec3a41fb81-83928fd0,
    #w-node-_9583ee43-fd29-be4e-e101-49ec3a41fb84-83928fd0,
    #w-node-_9583ee43-fd29-be4e-e101-49ec3a41fba1-83928fd0,
    #w-node-_9583ee43-fd29-be4e-e101-49ec3a41fba4-83928fd0,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-3b550c30,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-f0e04a7e,
    #w-node-a0e15047-3e53-d6b2-6bd7-6c6937e81317-ab4f9ee9,
    #w-node-a0e15047-3e53-d6b2-6bd7-6c6937e8131a-ab4f9ee9,
    #w-node-a0e15047-3e53-d6b2-6bd7-6c6937e81346-ab4f9ee9,
    #w-node-a0e15047-3e53-d6b2-6bd7-6c6937e81349-ab4f9ee9,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-3b550c30,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-f0e04a7e,
    #w-node-a6c1c49c-b847-624b-d15d-9c2f6ee7042e-3b550c30,
    #w-node-a6c1c49c-b847-624b-d15d-9c2f6ee7042e-f0e04a7e,
    #w-node-b1984bd0-f6f3-e524-1c1e-f831758f2102-2c440280,
    #w-node-b1984bd0-f6f3-e524-1c1e-f831758f2105-2c440280,
    #w-node-b1984bd0-f6f3-e524-1c1e-f831758f2124-2c440280,
    #w-node-b1984bd0-f6f3-e524-1c1e-f831758f2127-2c440280,
    #w-node-b69086b4-d75c-fa9c-7a0d-a3807b3acdf0-5c3d7ffe,
    #w-node-b69086b4-d75c-fa9c-7a0d-a3807b3acdf3-5c3d7ffe,
    #w-node-b69086b4-d75c-fa9c-7a0d-a3807b3ace10-5c3d7ffe,
    #w-node-b69086b4-d75c-fa9c-7a0d-a3807b3ace13-5c3d7ffe,
    #w-node-d3685cdd-81dd-fbe7-6796-7be19ac38b5c-67640707,
    #w-node-d3685cdd-81dd-fbe7-6796-7be19ac38b5f-67640707,
    #w-node-d3685cdd-81dd-fbe7-6796-7be19ac38b7c-67640707,
    #w-node-d3685cdd-81dd-fbe7-6796-7be19ac38b7f-67640707,
    #w-node-e03214e7-05ca-5435-0446-059158819a96-fc18b500,
    #w-node-e03214e7-05ca-5435-0446-059158819a99-fc18b500,
    #w-node-e03214e7-05ca-5435-0446-059158819ab6-fc18b500,
    #w-node-e03214e7-05ca-5435-0446-059158819ab9-fc18b500,
    #w-node-e1f296ab-f006-5384-8863-d777ad8be34a-a6f09c6e,
    #w-node-e1f296ab-f006-5384-8863-d777ad8be34d-a6f09c6e,
    #w-node-e1f296ab-f006-5384-8863-d777ad8be35c-a6f09c6e,
    #w-node-e1f296ab-f006-5384-8863-d777ad8be35f-a6f09c6e,
    #w-node-f1e0d2c2-a379-478a-6792-8d12c3a2d2d2-9b757bba,
    #w-node-f1e0d2c2-a379-478a-6792-8d12c3a2d2d5-9b757bba,
    #w-node-f1e0d2c2-a379-478a-6792-8d12c3a2d2f2-9b757bba,
    #w-node-f1e0d2c2-a379-478a-6792-8d12c3a2d2f5-9b757bba,
    #w-node-fb03c03c-6345-fbe6-0baf-02c4d639a49e-bad698d7,
    #w-node-fb03c03c-6345-fbe6-0baf-02c4d639a4a1-bad698d7,
    #w-node-fb03c03c-6345-fbe6-0baf-02c4d639a4be-bad698d7,
    #w-node-fb03c03c-6345-fbe6-0baf-02c4d639a4c1-bad698d7 {
        order: -9999
    }

    #w-node-ef02d72e-6a5c-95a2-dc85-a970072aad98-5485f0f2 {
        order: 9999
    }

    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-5485f0f2,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-5485f0f2,
    #w-node-_66f05f3d-8656-7064-e1d7-b748a9979968-0d81922a,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-5485f0f2,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-5485f0f2 {
        order: -9999
    }

    #w-node-_213280e3-7ea6-26fe-64df-eebb7adfc6f1-7f30861b,
    #w-node-_5a370f4f-24cb-4e7d-5880-e9a87218ceba-7f30861b,
    #w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cebf-7f30861b,
    #w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cecc-7f30861b,
    #w-node-_5a370f4f-24cb-4e7d-5880-e9a87218ceda-7f30861b,
    #w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cee8-7f30861b,
    #w-node-_6a1b011b-f6e2-cb00-f16e-d58ba6faffe0-7f30861b,
    #w-node-_75df709f-8ca9-803e-fd9d-e163fc9053ce-7f30861b,
    #w-node-_75df709f-8ca9-803e-fd9d-e163fc9053d3-7f30861b,
    #w-node-_75df709f-8ca9-803e-fd9d-e163fc9053e0-7f30861b,
    #w-node-_75df709f-8ca9-803e-fd9d-e163fc9053ef-7f30861b,
    #w-node-_75df709f-8ca9-803e-fd9d-e163fc905400-7f30861b,
    #w-node-_96aef7fc-c8f0-4b54-196d-04700e59057d-7f30861b,
    #w-node-_96aef7fc-c8f0-4b54-196d-04700e590582-7f30861b,
    #w-node-_96aef7fc-c8f0-4b54-196d-04700e59058f-7f30861b,
    #w-node-_96aef7fc-c8f0-4b54-196d-04700e59059c-7f30861b,
    #w-node-_96aef7fc-c8f0-4b54-196d-04700e5905aa-7f30861b,
    #w-node-_9eaa890e-75b3-71c4-a755-77adaf6ed7c1-7f30861b,
    #w-node-b8c3f52e-9e5a-b6e9-c488-7ee069321655-7f30861b,
    #w-node-c6224e35-6da3-b490-4671-64a3520ae307-7f30861b,
    #w-node-e9a54ab6-f1ca-9dd9-8e90-6e59a8e4766c-7f30861b,
    #w-node-ef593cb8-26ec-b024-20e4-23466492eaab-7f30861b,
    #w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9faea-7f30861b,
    #w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9faef-7f30861b,
    #w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fafc-7f30861b,
    #w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fb09-7f30861b,
    #w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fb16-7f30861b,
    #w-node-ff077161-cd92-56c2-75da-881a86f82897-7f30861b {
        grid-area: span 1/span 3/span 1/span 3
    }

    #w-node-_24dd4a8e-5b02-f393-094c-0e49960fbe79-c5c5bafa,
    #w-node-_24dd4a8e-5b02-f393-094c-0e49960fbe7c-c5c5bafa,
    #w-node-edee66f5-2c24-2a17-875f-c4a4c9b7fb36-6fd0254d {
        order: -9999
    }

    #w-node-ef02d72e-6a5c-95a2-dc85-a970072aad98-59497619 {
        order: 9999
    }

    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-0250efba,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-59497619,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-883a79eb,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-97b51d03,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-0250efba,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-59497619,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-883a79eb,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-97b51d03,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-0250efba,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-59497619,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-883a79eb,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-97b51d03,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-0250efba,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-59497619,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-883a79eb,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-97b51d03 {
        order: -9999
    }

    #w-node-ef02d72e-6a5c-95a2-dc85-a970072aad98-17e5fe6e {
        order: 9999
    }

    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-17e5fe6e,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-17e5fe6e,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-17e5fe6e,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-17e5fe6e {
        order: -9999
    }

    #w-node-ef02d72e-6a5c-95a2-dc85-a970072aad98-2eeefa86 {
        order: 9999
    }

    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-2eeefa86,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-2eeefa86,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-2eeefa86,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-2eeefa86 {
        order: -9999
    }

    #w-node-ef02d72e-6a5c-95a2-dc85-a970072aad98-44ce14be {
        order: 9999
    }

    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-44ce14be,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-9131135e,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-ec2e21d6,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-44ce14be,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-9131135e,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-ec2e21d6,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-44ce14be,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-9131135e,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-ec2e21d6,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-44ce14be,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-9131135e,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-ec2e21d6 {
        order: -9999
    }

    #w-node-ef02d72e-6a5c-95a2-dc85-a970072aad98-b4b3c629 {
        order: 9999
    }

    #w-node-_216f12ae-ba9e-7966-97d1-b548748f14ad-7d90cd80,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-09422be0,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-2ec89a7c,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-560e63dd,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-7d90cd80,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-b4b3c629,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-faa9e69a,
    #w-node-_3f82a720-c9a1-6552-d63e-95277df515ba-882f85e2,
    #w-node-_3f82a720-c9a1-6552-d63e-95277df515bd-882f85e2,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-09422be0,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-2ec89a7c,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-560e63dd,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-7d90cd80,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-b4b3c629,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-faa9e69a,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-09422be0,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-2ec89a7c,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-560e63dd,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-7d90cd80,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-b4b3c629,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-faa9e69a,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-09422be0,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-2ec89a7c,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-560e63dd,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-7d90cd80,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-b4b3c629,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-faa9e69a,
    #w-node-a6c1c49c-b847-624b-d15d-9c2f6ee7042e-7d90cd80 {
        order: -9999
    }

    #w-node-ef02d72e-6a5c-95a2-dc85-a970072aad98-6db08040 {
        order: 9999
    }

    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-6db08040,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-6db08040,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-6db08040,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-6db08040 {
        order: -9999
    }

    #w-node-ef02d72e-6a5c-95a2-dc85-a970072aad98-3bb930df {
        order: 9999
    }

    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-333b156d,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-3bb930df,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-7ef99923,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-cd0809bd,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-d7e02c3d,
    #w-node-_42de9e03-c337-4db3-a3b2-dedda3e1c322-ffcef390,
    #w-node-_42de9e03-c337-4db3-a3b2-dedda3e1c325-ffcef390,
    #w-node-_42de9e03-c337-4db3-a3b2-dedda3e1c350-ffcef390,
    #w-node-_42de9e03-c337-4db3-a3b2-dedda3e1c353-ffcef390,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-333b156d,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-3bb930df,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-7ef99923,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-cd0809bd,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-d7e02c3d,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-333b156d,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-3bb930df,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-7ef99923,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-cd0809bd,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-d7e02c3d,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-3bb930df,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-d7e02c3d,
    #w-node-b29a5190-dcf2-c069-5141-d04539faafbd-e0322ce1,
    #w-node-d5537e73-153c-c897-bb75-4a8a12737d7b-bdbf4e13,
    #w-node-d5537e73-153c-c897-bb75-4a8a12737d7e-bdbf4e13,
    #w-node-d5537e73-153c-c897-bb75-4a8a12737da9-bdbf4e13,
    #w-node-d5537e73-153c-c897-bb75-4a8a12737dac-bdbf4e13,
    #w-node-f82361ae-2623-bf3e-2943-813e04484e5b-cd0809bd {
        order: -9999
    }
}

@media screen and (max-width:767px) {
    #w-node-_97c0e5c0-f6d6-3f80-397f-a0ed9f001732-5c5f6f25 {
        grid-area: span 1/span 2/span 1/span 2
    }

    #w-node-_90db8bdc-3c2f-fe82-f135-86abe74c75a1-1aa818ee,
    #w-node-f4f2cb76-5870-67fe-6f06-ebcf03662d4a-fd84e933 {
        order: -9999;
        justify-self: center
    }

    #w-node-f1f39991-39a6-ef92-7c09-a6f6c3361236-fd84e933 {
        grid-area: span 1/span 2/span 1/span 2
    }

    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-5485f0f2 {
        grid-area: span 1/span 1/span 1/span 1
    }

    #w-node-_554ea7bd-d055-6dab-d8e7-685159bdf056-6465bb7e,
    #w-node-a11f6bb7-184c-e266-b1f2-c4494da3f6bc-f3d2f9b8,
    #w-node-b9fdcdde-cf3e-79de-7a78-df472a5109db-2d31400b {
        order: -9999;
        justify-self: center
    }

    #w-node-_517c748a-637d-2f16-d399-2714cf3222f9-c5c5bafa,
    #w-node-_989b4125-4882-e86d-0951-bacb4b56f5f3-01ae2dcc,
    #w-node-_989b4125-4882-e86d-0951-bacb4b56f5f3-4104a244,
    #w-node-_989b4125-4882-e86d-0951-bacb4b56f5f3-8d035ad2,
    #w-node-_989b4125-4882-e86d-0951-bacb4b56f5f3-b151776c {
        grid-area: span 1/span 2/span 1/span 2
    }

    #w-node-c9bae699-f478-2eec-b4a5-53f38a13a95c-c5c5bafa {
        order: -9999;
        justify-self: center
    }

    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-0250efba,
    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-59497619,
    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-883a79eb,
    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-97b51d03 {
        grid-area: span 1/span 1/span 1/span 1
    }

    #w-node-_97c0e5c0-f6d6-3f80-397f-a0ed9f001732-76c093c0 {
        grid-area: span 1/span 2/span 1/span 2
    }

    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-09422be0,
    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-17e5fe6e,
    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-2ec89a7c,
    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-2eeefa86,
    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-44ce14be,
    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-560e63dd,
    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-9131135e,
    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-b4b3c629,
    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-ec2e21d6,
    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-faa9e69a {
        grid-area: span 1/span 1/span 1/span 1
    }

    #w-node-bdb47d25-9776-b70f-1bc9-470e0ee52386-882f85e2 {
        order: -9999;
        justify-self: center
    }

    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-3bb930df,
    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-6db08040 {
        grid-area: span 1/span 1/span 1/span 1
    }

    #w-node-_97c0e5c0-f6d6-3f80-397f-a0ed9f001732-ed418883 {
        grid-area: span 1/span 2/span 1/span 2
    }

    #w-node-_1001bd08-39f8-7b98-80e4-45c54705a387-cd0809bd,
    #w-node-_2198f5ec-5a3a-f564-d58c-8d71231701f3-e0322ce1,
    #w-node-_3f23fa12-d159-c37d-ec49-44b254e17959-cd0809bd,
    #w-node-_4e055481-c046-a032-9379-338c51a93a3d-cd0809bd,
    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-333b156d,
    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-7ef99923,
    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-d7e02c3d,
    #w-node-bc7d4951-51d1-93ec-46fc-002c68005982-bdbf4e13 {
        grid-area: span 1/span 1/span 1/span 1
    }
}

@media screen and (max-width:479px) {
    #w-node-fd2c4721-5657-0aad-d746-87c29335b8b3-9335b8ad {
        grid-column: span 1/span 1
    }

    #w-node-_1dbdc90f-9bd5-15ba-4d23-d7c412808e95-64fab289,
    #w-node-_28bf1856-db6c-ca7b-7c43-22b77583a573-64fab289,
    #w-node-_2b63e990-2e6a-b8df-e490-142b5fe88e94-64fab289,
    #w-node-_87ea56ed-4cca-3f03-4d73-7e51d00cac0d-64fab289,
    #w-node-_95da838e-5bec-96e4-5c89-8190504ecd15-64fab289,
    #w-node-a6375249-857b-81b9-4467-6e45235f9f59-64fab289,
    #w-node-ae4aee22-3119-2a70-2116-866af61e5289-64fab289,
    #w-node-aeebf5e7-3635-c95f-5b47-fd81b823d546-64fab289,
    #w-node-b73f73bb-adf5-2ef8-1ada-737d4a390a2c-64fab289,
    #w-node-be55de94-2857-2a3b-05d5-bd17c3a4d6ae-64fab289,
    #w-node-d077fa2c-bb1b-8168-a089-5bb06fcc5b34-64fab289,
    #w-node-d077fa2c-bb1b-8168-a089-5bb06fcc5b7d-64fab289,
    #w-node-d801bb33-96b2-6d1a-586c-95824921f8f1-64fab289,
    #w-node-da8173c8-dd78-f584-ff3d-afb302c1011f-64fab289 {
        grid-area: span 1/span 2/span 1/span 2
    }

    #w-node-_517c748a-637d-2f16-d399-2714cf3222f9-c5c5bafa,
    #w-node-_97c0e5c0-f6d6-3f80-397f-a0ed9f001732-5c5f6f25,
    #w-node-_97c0e5c0-f6d6-3f80-397f-a0ed9f001732-76c093c0,
    #w-node-_97c0e5c0-f6d6-3f80-397f-a0ed9f001732-ed418883,
    #w-node-_989b4125-4882-e86d-0951-bacb4b56f5f3-01ae2dcc,
    #w-node-_989b4125-4882-e86d-0951-bacb4b56f5f3-4104a244,
    #w-node-_989b4125-4882-e86d-0951-bacb4b56f5f3-8d035ad2,
    #w-node-_989b4125-4882-e86d-0951-bacb4b56f5f3-b151776c,
    #w-node-f1f39991-39a6-ef92-7c09-a6f6c3361236-fd84e933 {
        grid-area: span 1/span 1/span 1/span 1
    }
}

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

body {
    margin: 0
}

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

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

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

[hidden],
template {
    display: none
}

a {
    background-color: #0000
}

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

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

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

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

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

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

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

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

pre {
    overflow: auto
}

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

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

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

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

input {
    line-height: normal
}

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

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

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

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

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

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

td,
th {
    padding: 0
}

@font-face {
    font-family: webflow-icons;
    src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format("truetype");
    font-weight: 400;
    font-style: normal
}

[class*=" w-icon-"],
[class^=w-icon-] {
    speak: none;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    font-family: webflow-icons !important
}

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

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

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

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

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

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

* {
    box-sizing: border-box
}

html {
    height: 100%
}

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

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

html.w-mod-touch * {
    background-attachment: scroll !important
}

.w-block {
    display: block
}

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

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

.w-clearfix:after {
    clear: both
}

.w-hidden {
    display: none
}

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

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

html[data-w-dynpage] [data-w-cloak] {
    color: #0000 !important
}

.w-code-block {
    margin: unset
}

pre.w-code-block code {
    all: inherit
}

.w-optimization {
    display: contents
}

.w-webflow-badge,
.w-webflow-badge>img {
    box-sizing: unset;
    width: unset;
    height: unset;
    max-height: unset;
    max-width: unset;
    min-height: unset;
    min-width: unset;
    margin: unset;
    padding: unset;
    float: unset;
    clear: unset;
    border: unset;
    border-radius: unset;
    background: unset;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-origin: unset;
    background-clip: unset;
    background-attachment: unset;
    background-color: unset;
    box-shadow: unset;
    transform: unset;
    direction: unset;
    font-family: unset;
    font-weight: unset;
    color: unset;
    font-size: unset;
    line-height: unset;
    font-style: unset;
    font-variant: unset;
    text-align: unset;
    letter-spacing: unset;
    -webkit-text-decoration: unset;
    text-decoration: unset;
    text-indent: unset;
    text-transform: unset;
    list-style-type: unset;
    text-shadow: unset;
    vertical-align: unset;
    cursor: unset;
    white-space: unset;
    word-break: unset;
    word-spacing: unset;
    word-wrap: unset;
    transition: unset
}

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

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

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

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

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

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

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

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

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

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

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

figure {
    margin: 0 0 10px
}

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

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

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

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

.w-embed:after {
    clear: both
}

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

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

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

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

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

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

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

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

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

.w-input::placeholder,
.w-select::placeholder {
    color: #999
}

.w-input:focus,
.w-select:focus {
    border-color: #3898ec;
    outline: 0
}

.w-input[disabled],
.w-input[readonly],
.w-select[disabled],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
    cursor: not-allowed
}

.w-input[disabled]:not(.w-input-disabled),
.w-input[readonly],
.w-select[disabled]:not(.w-input-disabled),
.w-select[readonly],
fieldset[disabled]:not(.w-input-disabled) .w-input,
fieldset[disabled]:not(.w-input-disabled) .w-select {
    background-color: #eee
}

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

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

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

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

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

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

.w-radio:after {
    clear: both
}

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

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

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

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

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

.w-file-upload-default.w-hidden,
.w-file-upload-error.w-hidden,
.w-file-upload-success.w-hidden,
.w-file-upload-uploading.w-hidden {
    display: none
}

.w-file-upload-uploading-btn {
    cursor: pointer;
    background-color: #fafafa;
    border: 1px solid #ccc;
    margin: 0;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 400;
    display: flex
}

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

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

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

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

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

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

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

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

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

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

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

.w-container:after {
    clear: both
}

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

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

.w-row:after {
    clear: both
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-hidden-main {
    display: none !important
}

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

    .w-hidden-main {
        display: inherit !important
    }

    .w-hidden-medium {
        display: none !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .w-hidden-small {
        display: none !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .w-col {
        width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

    .w-col-tiny-12 {
        width: 100%
    }
}

.w-widget {
    position: relative
}

.w-widget-map {
    width: 100%;
    height: 400px
}

.w-widget-map label {
    width: auto;
    display: inline
}

.w-widget-map img {
    max-width: inherit
}

.w-widget-map .gm-style-iw {
    text-align: center
}

.w-widget-map .gm-style-iw>button {
    display: none !important
}

.w-widget-twitter {
    overflow: hidden
}

.w-widget-twitter-count-shim {
    vertical-align: top;
    text-align: center;
    background: #fff;
    border: 1px solid #758696;
    border-radius: 3px;
    width: 28px;
    height: 20px;
    display: inline-block;
    position: relative
}

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

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

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

.w-widget-twitter-count-shim.w--large {
    width: 36px;
    height: 28px
}

.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
    font-size: 18px;
    line-height: 18px
}

.w-widget-twitter-count-shim:not(.w--vertical) {
    margin-left: 5px;
    margin-right: 8px
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large {
    margin-left: 6px
}

.w-widget-twitter-count-shim:not(.w--vertical):after,
.w-widget-twitter-count-shim:not(.w--vertical):before {
    content: " ";
    pointer-events: none;
    border: solid #0000;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: 0
}

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

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

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

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

.w-widget-twitter-count-shim.w--vertical {
    width: 61px;
    height: 33px;
    margin-bottom: 8px
}

.w-widget-twitter-count-shim.w--vertical:after,
.w-widget-twitter-count-shim.w--vertical:before {
    content: " ";
    pointer-events: none;
    border: solid #0000;
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    left: 50%
}

.w-widget-twitter-count-shim.w--vertical:before {
    border-width: 5px;
    border-color: #5d6c7b #75869600 #75869600;
    margin-left: -5px
}

.w-widget-twitter-count-shim.w--vertical:after {
    border-width: 4px;
    border-color: #fff #fff0 #fff0;
    margin-left: -4px
}

.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
    font-size: 18px;
    line-height: 22px
}

.w-widget-twitter-count-shim.w--vertical.w--large {
    width: 76px
}

.w-background-video {
    color: #fff;
    height: 500px;
    position: relative;
    overflow: hidden
}

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

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

.w-background-video--control {
    background-color: #0000;
    padding: 0;
    position: absolute;
    bottom: 1em;
    right: 1em
}

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

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

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

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

.w-slider-nav {
    z-index: 2;
    text-align: center;
    -webkit-tap-highlight-color: #0000;
    tap-highlight-color: #0000;
    height: 40px;
    margin: auto;
    padding-top: 10px;
    position: absolute;
    inset: auto 0 0
}

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

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

.w-slider-nav.w-shadow>div {
    box-shadow: 0 0 3px #3336
}

.w-slider-nav-invert {
    color: #fff
}

.w-slider-nav-invert>div {
    background-color: #2226
}

.w-slider-nav-invert>div.w-active {
    background-color: #222
}

.w-slider-dot {
    cursor: pointer;
    background-color: #fff6;
    width: 1em;
    height: 1em;
    margin: 0 3px .5em;
    transition: background-color .1s, color .1s;
    display: inline-block;
    position: relative
}

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

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

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

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

.w-slider-arrow-left [class*=" w-icon-"],
.w-slider-arrow-left [class^=w-icon-],
.w-slider-arrow-right [class*=" w-icon-"],
.w-slider-arrow-right [class^=w-icon-] {
    position: absolute
}

.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus {
    outline: 0
}

.w-slider-arrow-left {
    z-index: 3;
    right: auto
}

.w-slider-arrow-right {
    z-index: 4;
    left: auto
}

.w-icon-slider-left,
.w-icon-slider-right {
    width: 1em;
    height: 1em;
    margin: auto;
    inset: 0
}

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

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

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

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

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

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

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

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

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

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

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

.w-dropdown-link:focus {
    outline: 0
}

@media screen and (max-width:767px) {
    .w-nav-brand {
        padding-left: 10px
    }
}

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

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

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

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

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

.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
    height: 86vh
}

.w-lightbox-frame,
.w-lightbox-view:before {
    vertical-align: middle;
    display: inline-block
}

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

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

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

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

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

.w-lightbox-caption {
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #0006;
    padding: .5em 1em;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden
}

.w-lightbox-embed {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0
}

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

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

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

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

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

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

.w-lightbox-active {
    opacity: .3
}

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

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

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

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

.w-lightbox-spinner {
    box-sizing: border-box;
    border: 5px solid #0006;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    animation: .8s linear infinite spin;
    position: absolute;
    top: 50%;
    left: 50%
}

.w-lightbox-spinner:after {
    content: "";
    border: 3px solid #0000;
    border-bottom-color: #fff;
    border-radius: 50%;
    position: absolute;
    inset: -4px
}

.w-lightbox-hide {
    display: none
}

.w-lightbox-noscroll {
    overflow: hidden
}

@media (min-width:768px) {
    .w-lightbox-content {
        height: 96vh;
        margin-top: 2vh
    }

    .w-lightbox-view,
    .w-lightbox-view:before {
        height: 96vh
    }

    .w-lightbox-group,
    .w-lightbox-group .w-lightbox-view,
    .w-lightbox-group .w-lightbox-view:before {
        height: 84vh
    }

    .w-lightbox-image {
        max-width: 96vw;
        max-height: 96vh
    }

    .w-lightbox-group .w-lightbox-image {
        max-width: 82.3vw;
        max-height: 84vh
    }

    .w-lightbox-left,
    .w-lightbox-right {
        opacity: .5;
        display: block
    }

    .w-lightbox-close {
        opacity: .8
    }

    .w-lightbox-control:hover {
        opacity: 1
    }
}

.w-lightbox-inactive,
.w-lightbox-inactive:hover {
    opacity: 0
}

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

.w-richtext:after {
    clear: both
}

.w-richtext[contenteditable=true]:after,
.w-richtext[contenteditable=true]:before {
    white-space: initial
}

.w-richtext ol,
.w-richtext ul {
    overflow: hidden
}

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
.w-richtext .w-richtext-figure-selected[data-rt-type=image] div,
.w-richtext .w-richtext-figure-selected[data-rt-type=video] div:after {
    outline: 2px solid #2895f7
}

.w-richtext figure.w-richtext-figure-type-video>div:after,
.w-richtext figure[data-rt-type=video]>div:after {
    content: "";
    display: none;
    position: absolute;
    inset: 0
}

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

.w-richtext figure>div:before {
    cursor: default !important
}

.w-richtext figure img {
    width: 100%
}

.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
    opacity: .6
}

.w-richtext figure div {
    color: #0000;
    font-size: 0
}

.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type=image] {
    display: table
}

.w-richtext figure.w-richtext-figure-type-image>div,
.w-richtext figure[data-rt-type=image]>div {
    display: inline-block
}

.w-richtext figure.w-richtext-figure-type-image>figcaption,
.w-richtext figure[data-rt-type=image]>figcaption {
    caption-side: bottom;
    display: table-caption
}

.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type=video] {
    width: 60%;
    height: 0
}

.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type=video] iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.w-richtext figure.w-richtext-figure-type-video>div,
.w-richtext figure[data-rt-type=video]>div {
    width: 100%
}

.w-richtext figure.w-richtext-align-center {
    clear: both;
    margin-left: auto;
    margin-right: auto
}

.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image>div,
.w-richtext figure.w-richtext-align-center[data-rt-type=image]>div {
    max-width: 100%
}

.w-richtext figure.w-richtext-align-normal {
    clear: both
}

.w-richtext figure.w-richtext-align-fullwidth {
    text-align: center;
    clear: both;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block
}

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

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

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

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

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

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

.w-nav:after {
    clear: both
}

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

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

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

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

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

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

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

.w-nav-overlay [data-nav-menu-open] {
    top: 0
}

.w-nav[data-animation=over-left] .w-nav-overlay {
    width: auto
}

.w-nav[data-animation=over-left] .w-nav-overlay,
.w-nav[data-animation=over-left] [data-nav-menu-open] {
    z-index: 1;
    top: 0;
    right: auto
}

.w-nav[data-animation=over-right] .w-nav-overlay {
    width: auto
}

.w-nav[data-animation=over-right] .w-nav-overlay,
.w-nav[data-animation=over-right] [data-nav-menu-open] {
    z-index: 1;
    top: 0;
    left: auto
}

.w-nav-button {
    float: right;
    cursor: pointer;
    -webkit-tap-highlight-color: #0000;
    tap-highlight-color: #0000;
    -webkit-user-select: none;
    user-select: none;
    padding: 18px;
    font-size: 24px;
    display: none;
    position: relative
}

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

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

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

.w--nav-dropdown-open,
.w--nav-dropdown-toggle-open,
.w-nav[data-collapse=all] .w-nav-button {
    display: block
}

.w--nav-dropdown-list-open {
    position: static
}

@media screen and (max-width:991px) {
    .w-nav[data-collapse=medium] .w-nav-menu {
        display: none
    }

    .w-nav[data-collapse=medium] .w-nav-button {
        display: block
    }
}

@media screen and (max-width:767px) {
    .w-nav[data-collapse=small] .w-nav-menu {
        display: none
    }

    .w-nav[data-collapse=small] .w-nav-button {
        display: block
    }

    .w-nav-brand {
        padding-left: 10px
    }
}

@media screen and (max-width:479px) {
    .w-nav[data-collapse=tiny] .w-nav-menu {
        display: none
    }

    .w-nav[data-collapse=tiny] .w-nav-button {
        display: block
    }
}

.w-tabs {
    position: relative
}

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

.w-tabs:after {
    clear: both
}

.w-tab-menu {
    position: relative
}

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

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

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

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

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

.w--tab-active {
    display: block
}

@media screen and (max-width:479px) {
    .w-tab-link {
        display: block
    }
}

.w-ix-emptyfix:after {
    content: ""
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

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

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

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

.wf-layout-layout {
    display: grid
}

@font-face {
    font-family: Suisseintl;
    src: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/6746c1ac83783853599f2c90_SuisseIntl-Light.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Suisseintl;
    src: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/6746c1fa8afc75af46c68f90_SuisseIntl-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Suisseintl;
    src: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/6746c21627c76ab54c4109b8_SuisseIntl-SemiBold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Suisseintl;
    src: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/6746c2d31a0dbafc810db9be_SuisseIntl-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Fa Brands 400";
    src: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/676a9625ec7908e84e2a568e_fa-brands-400.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Fa 400";
    src: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/676a963b0273a006dfba686d_fa-regular-400.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Fa Solid 900";
    src: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/676a96566fac68611a6b3a11_fa-solid-900.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

:root {
    --font-size--tablet-h1: 40px;
    --line-height--tablet-h1: 48px;
    --font-size--desktop-h1: 48px;
    --line-height--desktop-h1: 56px;
    --font-size--mobile-l-h1: 35px;
    --line-height--mobile-l-h1: 43px;
    --font-size--mobile-p-h1: 30px;
    --line-height--mobile-p-h1: 38px;
    --font-size--tablet-h2: 30px;
    --line-height--tablet-h2: 38px;
    --font-size--desktop-h2: 36px;
    --line-height--desktop-h2: 44px;
    --font-size--mobile-l-h2: 25px;
    --line-height--mobile-l-h2: 33px;
    --font-size--mobile-p-h2: 22px;
    --line-height--mobile-p-h2: 29px;
    --font-size--tablet-h3: 25px;
    --line-height--tablet-h3: 35px;
    --font-size--desktop-h3: 25px;
    --line-height--desktop-h3: 35px;
    --font-size--mobile-l-h3: 22px;
    --line-height--mobile-l-h3: 32px;
    --font-size--mobile-p-h3: 20px;
    --line-height--mobile-p-h3: 26px;
    --color--otto-blue: black;
    --systemflow-lite--primary--10: #f2f6ff;
    --systemflow-lite--neutral--10: white;
    --systemflow-lite--neutral--100: #0e0f11;
    --color--otto-blog-text-dark-blue: #1f3499;
    --systemflow-lite--neutral--20: #f9fafb;
    --color--button-bg: #253edb;
    --color--button-text: white;
    --_new-home---black-color: black;
    --color--breadcrumb-inactive: #636b75;
    --color--breadcrumb-active: #253edb;
    --_new-home---heading-color: #111827;
    --color--text: #0e0f11;
    --systemflow-lite--neutral--80: #636b75;
    --_new-home---body: white;
    --_new-home---font-size--d-h1: 54px;
    --_new-home---line-height--d-h1: 60px;
    --_new-home---font-size--t-h1: 40px;
    --_new-home---line-height--t-h1: 46px;
    --_new-home---font-size--ml-h1: 30px;
    --_new-home---line-height--ml-h1: 36px;
    --_new-home---font-size--mp-h1: 27px;
    --_new-home---primary--grey--600: #4b5563;
    --_new-home---primary-button-bg: #233ed9;
    --_new-home---primary-button-text: white;
    --_new-home---primary-button-hover-bg: #2239b1;
    --_new-home---primary--blue--700: #233ed9;
    --_new-home---font-size--d-h2: 40px;
    --_new-home---line-height--d-h2: 48px;
    --_new-home---font-size--t-h2: 30px;
    --_new-home---line-height--t-h2: 38px;
    --_new-home---font-size--m-h2: 25px;
    --_new-home---line-height--m-h2: 33px;
    --_new-home---primary--grey--700: #374151;
    --_new-home---text: #1f2937;
    --_new-home---font-size--d-h3: 30px;
    --_new-home---line-height--d-h3: 38px;
    --_new-home---font-size--m-h3: 25px;
    --_new-home---line-height--m-h3: 33px;
    --color--otto-blog-test-color-dark: #253edb;
    --font-size--button-desktop: 16px;
    --font-size--button-tablet: 16px;
    --font-size--button-mobile: 16px;
    --systemflow-lite--primary--60: #2f54eb;
    --_new-home---line-height--mp-h1: 37px
}

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

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

.w-layout-vflex {
    flex-direction: column;
    align-items: flex-start;
    display: flex
}

.w-layout-hflex {
    flex-direction: row;
    align-items: flex-start;
    display: flex
}

.w-pagination-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    display: flex
}

.w-pagination-previous {
    color: #333;
    background-color: #fafafa;
    border: 1px solid #ccc;
    border-radius: 2px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 9px 20px;
    font-size: 14px;
    display: block
}

.w-pagination-previous-icon {
    margin-right: 4px
}

.w-pagination-next {
    color: #333;
    background-color: #fafafa;
    border: 1px solid #ccc;
    border-radius: 2px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 9px 20px;
    font-size: 14px;
    display: block
}

.w-pagination-next-icon {
    margin-left: 4px
}

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

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

body {
    color: #333;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px
}

h1 {
    font-size: var(--font-size--tablet-h1);
    line-height: var(--line-height--tablet-h1);
    margin-top: 0;
    margin-bottom: 15px
}

h2 {
    font-size: var(--font-size--tablet-h2);
    line-height: var(--line-height--tablet-h2);
    margin-top: 24px;
    margin-bottom: 15px;
    font-weight: 700
}

h3 {
    font-size: var(--font-size--tablet-h3);
    line-height: var(--line-height--tablet-h3);
    margin-top: 24px;
    margin-bottom: 15px
}

p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px
}

a {
    color: var(--color--otto-blue);
    text-decoration: underline
}

ul {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px
}

li {
    font-size: 16px;
    line-height: 24px
}

.container {
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto
}

.button-primary {
    pointer-events: auto;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: #253edb;
    border: 1px solid #253edb;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    transition: all .2s
}

.button-primary:hover {
    color: #fff;
    background-color: #233fd9cc
}

.button-primary:active {
    background-color: #233fd9cc
}

.hero-heading-left {
    background-color: #f5f7fa;
    background-image: linear-gradient(#bdc6f4 6%, #fff);
    border-bottom: 0 solid #e4ebf3;
    height: auto;
    margin-top: 0;
    padding: 40px 30px 60px;
    position: relative
}

.hero-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    min-height: 200px;
    font-weight: 400;
    display: flex
}

.hero-save-money-split-text {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 101%;
    font-size: 14px;
    display: flex
}

.margin-bottom-24px {
    color: #fff;
    text-align: left;
    max-width: 70%;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px
}

.testimonial-column-light {
    background-image: linear-gradient(0deg, #bdc6f4, #fff);
    border-bottom: 0 solid #e4ebf3;
    padding: 60px 30px;
    position: relative
}

.centered-heading {
    text-align: left;
    min-width: 50%;
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 48px;
    font-weight: 300;
    line-height: 54px
}

.testimonial-grid-two {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 50px;
    display: grid
}

.testimonial-main-heading {
    color: #253edb;
    margin-bottom: 2px;
    font-size: 28px;
    font-weight: 300;
    line-height: 40px
}

.hero-wrapper-two {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    display: flex
}

.footer-social-link {
    font-size: 20px
}

.sysf-collapse-item-2 {
    cursor: pointer;
    padding-left: 16px;
    padding-right: 16px
}

.body {
    color: #253edb;
    font-family: Suisseintl, Arial, sans-serif
}

.div-block {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    align-items: center;
    max-width: 86%;
    display: flex;
    position: relative
}

.heading {
    text-align: left;
    mix-blend-mode: normal;
    color: #253edb;
    flex-flow: row;
    justify-content: flex-start;
    font-size: 4em;
    font-weight: 300;
    line-height: 55px;
    display: block
}

.div-block-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    align-items: stretch;
    height: auto;
    display: flex
}

.button-demo {
    color: #253edb;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #fff;
    border: 0 solid #253edb;
    border-radius: 10px;
    padding: 10px 20px;
    font-family: Suisseintl, Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    text-decoration: none;
    transition: all .2s
}

.button-demo:hover {
    color: #253edb;
    background-color: #d6dcf8fa
}

.button-demo:active {
    color: #253edb;
    background-color: #d6dcf8
}

.text-block {
    color: #5d6fe0;
    font-size: 20px;
    font-weight: 300;
    line-height: 28px
}

.div-block-3 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
    display: flex
}

.bold-text {
    color: #253edb;
    font-size: 30px;
    font-weight: 400;
    line-height: 36px
}

.text-block-2,
.text-block-3,
.text-block-4,
.text-block-5 {
    font-family: Suisseintl, Arial, sans-serif;
    font-size: 1.25em
}

.list-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
    display: flex
}

.list-item-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.list-item-3,
.list-item-4,
.list-item-5 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: center;
    display: flex
}

.list {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    align-items: flex-start;
    display: flex
}

.div-block-4 {
    background-color: #bdc6f4;
    border-radius: 10px;
    margin-top: 40px;
    padding-top: 50px;
    padding-left: 81px;
    display: flex
}

.hero-stack-deal-tracker {
    background-color: #253edb;
    border-bottom: 1px #e4ebf3;
    padding: 60px 30px;
    position: relative
}

.heading-2 {
    color: #fff;
    text-align: left;
    max-width: 70%;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400
}

.text-block-6 {
    text-align: left;
    letter-spacing: 2px;
    text-transform: uppercase;
    width: auto;
    min-width: 50%;
    max-width: none;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px
}

.div-block-5 {
    flex-flow: column;
    align-items: flex-start;
    max-width: 968px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: flex
}

.testimonial-slider-large-2 {
    background-color: #fff;
    border-bottom: 0 #e4ebf3;
    padding: 60px 30px 40px;
    position: relative
}

.container-2 {
    width: 100%;
    max-width: 968px;
    margin-left: auto;
    margin-right: auto
}

.testimonial-slider-two-2 {
    background-color: #0000;
    height: auto
}

.testimonial-slide-2 {
    background-color: #f5f7fa;
    border-radius: 10px;
    justify-content: space-between;
    align-items: center;
    padding: 32px;
    display: flex
}

.testimonial-content-2 {
    flex-direction: column;
    align-items: flex-start;
    max-width: 500px;
    margin-right: 40px;
    display: flex
}

.testimonial-quote-icon-2 {
    margin-bottom: 24px
}

.testimonial-quote-2 {
    color: #233ddd;
    margin-bottom: 32px;
    font-size: 24px;
    font-weight: 300;
    line-height: 32px
}

.testimonial-info-two-2 {
    align-items: center;
    display: flex
}

.testimonial-author-name-2 {
    font-weight: 700
}

.testimonial-slider-arrow-2 {
    display: none
}

.testimonial-slider-nav-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 0;
    font-size: 10px;
    line-height: 20px;
    display: flex;
    position: static;
    bottom: -60px
}

.herio-description {
    color: #253edb;
    max-width: 50%;
    margin-bottom: 24px;
    font-size: 22px;
    font-weight: 300;
    line-height: 32px
}

.testimonial-card-two1,
.testimonial-card-two2,
.testimonial-card-two3 {
    background-color: #fff9;
    border: 0 solid #e4ebf3;
    border-radius: 8px;
    flex-direction: column;
    padding: 30px 20px;
    display: flex
}

.accordion-item {
    background-color: #0000;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    margin-bottom: 10px;
    padding: 10px 0
}

.accordion-item-trigger {
    justify-content: space-between;
    align-items: flex-start;
    display: flex
}

.accordion-heading {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    color: #fff;
    cursor: pointer;
    flex: 1;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    display: flex
}

.icon.accordion-icon {
    color: #fff;
    cursor: pointer;
    font-family: Material Icons, sans-serif;
    font-size: 32px;
    line-height: 30px
}

.accordion-item-content {
    color: #fff;
    height: auto;
    margin-top: 10px;
    margin-right: 30px;
    overflow: hidden
}

.bold-text-4 {
    font-size: 20px;
    font-weight: 400
}

.bold-text-6 {
    font-weight: 400
}

.accordion-text {
    color: var(--systemflow-lite--primary--10);
    text-indent: 0;
    font-family: Suisseintl, Arial, sans-serif;
    font-size: 14px;
    line-height: 22px
}

.hero-split-copy {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 40%;
    display: flex
}

.utility-page-wrap {
    justify-content: center;
    align-items: center;
    width: 100vw;
    max-width: 100%;
    height: 100vh;
    max-height: 100%;
    display: flex
}

.utility-page-content {
    text-align: center;
    flex-direction: column;
    width: 260px;
    display: flex
}

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

.text-span-4 {
    font-weight: 600
}

.text-span-5 {
    -webkit-text-fill-color: transparent;
    background-color: #253edb;
    -webkit-background-clip: text;
    background-clip: text;
    font-weight: 600
}

.image-8 {
    border-radius: 10px
}

.button-coming-soon {
    color: #253edb;
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: #fff;
    border: 0 solid #253edb;
    border-radius: 30px;
    padding: 10px 20px;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    transition: all .2s
}

.button-coming-soon:hover {
    color: #253edb
}

.button-coming-soon:active {
    color: #253edb;
    background-color: #d6dcf8
}

.hero-save-money-split {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 14px
}

.hero-split-image {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 60%;
    font-size: 14px;
    display: flex
}

.hero-section1 {
    background-color: #f5f7fa;
    background-image: linear-gradient(#bdc6f4 6%, #fff);
    border-bottom: 0 solid #e4ebf3;
    margin-top: 0;
    padding: 40px 30px 60px;
    position: relative
}

.footer-subscribe-2 {
    background-image: linear-gradient(#bdc6f4, #fff);
    border: 1px #000;
    padding: 40px 30px;
    display: block;
    position: relative
}

.container-5 {
    width: 100%;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto
}

.footer-form-two-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    background-color: #0000;
    border-radius: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    padding: 20px 64px;
    display: flex
}

.footer-form-container-two-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex
}

.button-demo-large {
    color: var(--systemflow-lite--neutral--10);
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: #253edb;
    border: 0 solid #253edb;
    border-radius: 10px;
    padding: 12px 30px;
    font-family: Suisseintl, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    transition: all .2s
}

.button-demo-large:active,
.button-demo-large:hover {
    color: #fff;
    background-color: #253edbcc
}

.centered-heading-copy {
    text-align: center;
    min-width: 50%;
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 48px;
    font-weight: 300;
    line-height: 54px
}

.typeform-wrapper-fo7n0qjk {
    width: 100%;
    height: 100vh
}

.ot-single-blog-image {
    border-radius: 12px;
    margin-bottom: 40px
}

.blog-collection-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: start;
    place-items: start stretch;
    margin-top: 0;
    margin-bottom: 40px;
    display: grid
}

.empty-state {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex
}

.ot-blog-date-flex {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: center;
    display: flex
}

.empty-state-2 {
    display: none
}

.ot-blog-category-collection-list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    display: flex
}

.author-container {
    border: 1px solid var(--color--otto-blue);
    background-color: #fff;
    border-radius: 12px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 940px;
    margin: 40px auto 20px;
    padding: 40px 20px;
    display: flex
}

.auhtor-photo {
    aspect-ratio: 1;
    border-radius: 50%;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 5em;
    position: relative;
    overflow: hidden
}

.auhtor-details {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex
}

.heading-10 {
    color: var(--systemflow-lite--neutral--100);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 3em;
    font-weight: 700;
    line-height: 1.1em
}

.paragraph-2 {
    color: #0009;
    text-align: center;
    text-transform: none;
    max-width: 300px;
    margin-bottom: 0;
    font-size: 1.1em;
    font-weight: 400;
    line-height: 1.3em
}

.blog-author-details {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex
}

.ot-blog-author-image {
    border-radius: 8px;
    width: 25px;
    height: 25px;
    overflow: hidden
}

.ot-blog-author-name {
    color: #050505;
    font-size: 1.2em
}

.ot-blog-author {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.empty-state-3 {
    display: none
}

.collection-item-3 {
    color: #121212;
    text-align: left;
    overflow-wrap: normal;
    font-size: 1rem;
    font-weight: 400;
    line-height: 30px
}

.collection-list-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: auto
}

.ot-blog-category-link {
    color: #0009;
    font-size: .9rem;
    text-decoration: none
}

.ot-blog-category-link:hover {
    color: #000
}

.ot-blog-category-link.w--current {
    color: #000;
    letter-spacing: 1px;
    font-size: .9rem
}

.template-hero-section {
    background-color: #f5f7fa;
    background-image: linear-gradient(#bdc6f4 6%, #fff);
    border-bottom: 0 solid #e4ebf3;
    margin-top: 0;
    padding: 40px 30px 60px;
    position: relative
}

.template-container {
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto
}

.temp-hero-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-height: 200px;
    font-weight: 400;
    display: flex
}

.hero-text-block {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 75rem;
    margin-bottom: 4.5rem;
    margin-left: auto;
    margin-right: auto;
    display: flex
}

.temp-hero-image-block {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 65rem;
    font-size: 14px;
    display: flex;
    position: relative
}

.temp-hero-button-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    align-items: stretch;
    height: auto;
    display: flex
}

.temp-hero-description {
    color: #253edb;
    text-align: center;
    max-width: 80%;
    font-size: 22px;
    line-height: 32px
}

.temp-hero-description.hero-text-link {
    color: var(--color--otto-blog-text-dark-blue)
}

.temp-hero-heading-block {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 86%;
    display: flex;
    position: relative
}

.temp-hero-heading {
    text-align: center;
    mix-blend-mode: normal;
    color: #253edb;
    flex-flow: row;
    justify-content: flex-start;
    font-size: 60px;
    font-weight: 300;
    line-height: 64px;
    display: block
}

.temp-hero-button {
    pointer-events: auto;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: #253edb;
    border: 1px solid #253edb;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    transition: all .2s
}

.temp-hero-button:hover {
    color: #fff;
    background-color: #233fd9cc
}

.temp-hero-button:active {
    background-color: #233fd9cc
}

.div-block-32 {
    background-image: linear-gradient(0deg, #fff, #fffffff2 97%, #fff);
    width: 80%;
    height: 63px;
    position: absolute;
    inset: auto auto -40px
}

.side-section-description {
    color: var(--color--otto-blue);
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px
}

.template-3-grid-section {
    background-image: linear-gradient(0deg, #bdc6f4, #fff);
    border-bottom: 0 solid #e4ebf3;
    max-width: none;
    padding: 60px 30px;
    position: relative
}

.template-3-grid-section.feature-section {
    background-image: none
}

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

.temlate-faq {
    background-color: #253edb;
    border-bottom: 1px #e4ebf3;
    padding: 60px 30px;
    position: relative
}

.template-faq-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: flex-start;
    place-items: center stretch;
    display: grid
}

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

.template-faq-container {
    width: 100%;
    max-width: 968px;
    margin-left: auto;
    margin-right: auto
}

.global-footer {
    background-color: var(--color--otto-blue);
    color: var(--systemflow-lite--neutral--10);
    padding: 50px 30px 15px;
    position: static
}

.footer-content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: auto auto 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: flex
}

.footer-block {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex
}

.title-small {
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 700
}

.footer-link {
    color: var(--systemflow-lite--neutral--10);
    font-size: 14px;
    line-height: 24px;
    text-decoration: none
}

.footer-social-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.footer-divider {
    background-color: #e4ebf3;
    width: 100%;
    height: 1px;
    margin-top: 70px;
    margin-bottom: 15px
}

.footer-copyright-center {
    text-align: center;
    font-size: 14px;
    line-height: 16px
}

.navbar-no-shadow {
    z-index: 999;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background-color: #bdc6f4;
    position: sticky;
    top: 0
}

.navbar-no-shadow-container {
    z-index: 5;
    background-color: #0000;
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 24px
}

.container-regular {
    width: 100%;
    max-width: 1440px;
    min-height: 30px;
    margin-left: auto;
    margin-right: auto
}

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

.nav-menu {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex
}

.nav-link-3 {
    color: var(--color--otto-blue);
    letter-spacing: .25px;
    margin-left: 0;
    margin-right: 0;
    padding: 5px 15px 5px 10px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-decoration: none
}

.nav-link-3:hover {
    color: var(--color--otto-blue)
}

.nav-link-3:focus-visible,
.nav-link-3[data-wf-focus-visible] {
    outline-offset: 0px;
    color: #0050bd;
    border-radius: 4px;
    outline: 2px solid #0050bd
}

.nav-dropdown-3 {
    margin-left: 5px;
    margin-right: 5px
}

.nav-dropdown-toggle-3 {
    letter-spacing: .25px;
    padding: 5px 30px 5px 10px;
    font-size: 14px;
    line-height: 20px
}

.nav-dropdown-toggle-3:hover {
    color: #1a1b1fbf
}

.nav-dropdown-toggle-3:focus-visible,
.nav-dropdown-toggle-3[data-wf-focus-visible] {
    outline-offset: 0px;
    color: #0050bd;
    border-radius: 5px;
    outline: 2px solid #0050bd
}

.nav-dropdown-icon-3 {
    margin-right: 10px
}

.nav-dropdown-list-3 {
    background-color: #fff;
    border-radius: 12px
}

.nav-dropdown-list-3.w--open {
    padding-top: 10px;
    padding-bottom: 10px
}

.nav-dropdown-link-3 {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px
}

.nav-dropdown-link-3:focus-visible,
.nav-dropdown-link-3[data-wf-focus-visible] {
    outline-offset: 0px;
    color: #0050bd;
    border-radius: 5px;
    outline: 2px solid #0050bd
}

.mobile-margin-top-12 {
    display: none
}

.nav-button-wrapper {
    margin-left: 20px
}

.list-item-6 {
    display: none
}

.blue-btn-wrapper {
    margin-left: 20px
}

.blue-btn {
    background-color: var(--color--otto-blue);
    color: var(--systemflow-lite--neutral--20);
    letter-spacing: 1px;
    text-transform: none;
    border: 0 solid #253edb;
    border-radius: 10px;
    padding: 10px 20px;
    font-family: Suisseintl, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
    transition: all .2s
}

.blue-btn:hover {
    color: #253edb;
    background-color: #d6dcf8fa
}

.blue-btn:active {
    color: #253edb;
    background-color: #d6dcf8
}

.product-ctas-section {
    background-color: #f3f2ef;
    border-bottom: 1px solid #e4ebf3;
    padding: 40px 30px 60px;
    position: relative
}

.container-7 {
    width: 100%;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto
}

.glossery-cta-title {
    text-align: center;
    max-width: 550px;
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto
}

.glossery-cta-description {
    text-align: center;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    display: none
}

.pricing-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 50px;
    display: grid
}

.pricing-card-three {
    background-color: var(--systemflow-lite--neutral--10);
    text-align: center;
    border-radius: 12px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 40px 20px;
    display: flex
}

.pricing-image {
    object-fit: cover;
    width: 80px;
    height: 80px;
    margin-bottom: 16px
}

.pricing-card-text {
    margin-bottom: 20px
}

.text-link-arrow-2 {
    color: #1a1b1f;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    display: flex
}

.arrow-embed-2 {
    margin-left: 2px;
    display: flex
}

.all-product-cta-section {
    background-color: #f3f2ef;
    border-bottom: 1px solid #e4ebf3;
    padding: 0 30px 60px;
    position: relative
}

.all-product-cta-wrapper {
    justify-content: center;
    align-items: center;
    display: flex
}

.all-product-cta-btn {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    align-items: stretch;
    height: auto;
    display: flex
}

.o-button {
    border: 1px solid var(--color--button-bg);
    background-color: var(--color--button-bg);
    color: var(--color--button-text);
    letter-spacing: 2px;
    text-transform: uppercase;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    transition: all .2s
}

.o-button:hover {
    color: #fff;
    background-color: #233fd9cc
}

.o-button:active {
    background-color: #233fd9cc
}

.share-glossery-wrapper {
    border-top: 1px solid #e5e7eb;
    max-width: 940px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 24px;
    padding-bottom: 24px
}

.shar-icon-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    color: var(--systemflow-lite--neutral--100);
    justify-content: space-between;
    align-items: center;
    display: flex
}

.share-icon-ul {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-top: 0;
    margin-bottom: 0;
    display: flex
}

.hero-content-block {
    text-align: center
}

.o-section {
    width: 100%
}

.o-section.bg-gray {
    background-color: #f3f2ef;
    padding-top: 80px;
    padding-bottom: 80px
}

.o-section.bg-transparent {
    padding-top: 60px;
    padding-bottom: 60px
}

.o-section.logo-slider {
    padding-top: 40px;
    padding-bottom: 40px
}

.o-section.o-video-popup-section {
    padding: 70px
}

.o-heading-h2 {
    color: var(--color--otto-blue);
    font-size: var(--font-size--tablet-h2);
    line-height: var(--line-height--tablet-h2);
    margin-top: 0;
    margin-bottom: 0
}

.o-heading-h2.mb-24 {
    margin-bottom: 24px
}

.o-heading-h2.white {
    color: var(--systemflow-lite--neutral--10)
}

.o-heading-h2.md-text-center.o-text-center {
    text-align: center
}

.glossary-content {
    color: var(--_new-home---black-color)
}

.o-heading-wrapper {
    text-align: center;
    margin-bottom: 40px
}

.explore-img {
    border-radius: 10px;
    width: 100%;
    height: auto
}

.explore-heading {
    color: var(--color--otto-blue);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 34px
}

.right-arrow {
    display: flex
}

.ot-resource-button-wrapper {
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    display: flex
}

.template-heading {
    color: var(--color--otto-blue);
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 22px;
    line-height: 32px
}

.page-bredcrumb {
    margin-top: 36px
}

.bredcrumb-menu {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 14px;
    line-height: 20px;
    list-style-type: none
}

.breadcrumb-item {
    font-size: 14px;
    line-height: 20px;
    display: inline-block
}

.breadcrumb-items-link {
    color: var(--color--breadcrumb-inactive);
    text-decoration: none;
    display: inline-block
}

.separator {
    color: var(--color--breadcrumb-inactive);
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block
}

.active-page {
    color: var(--color--breadcrumb-active);
    display: inline-block
}

.page-breadcrumb-container {
    max-width: 100%;
    padding-left: 22px;
    padding-right: 22px
}

.footer-img {
    height: 16px;
    margin-top: -4px
}

.how-to-point-heading {
    color: var(--_new-home---heading-color);
    margin-top: 15px;
    margin-bottom: 6px;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px
}

.feature-img {
    width: 60px
}

.feature-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border: 1px solid var(--color--otto-blue);
    color: var(--systemflow-lite--neutral--100);
    border-radius: 8px;
    flex-direction: column;
    padding: 24px;
    display: flex
}

.bottom-footer {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex
}

.footer-text {
    color: var(--systemflow-lite--neutral--10);
    max-width: 300px;
    margin-top: 12px;
    font-size: 14px;
    line-height: 24px;
    text-decoration: none
}

.footer-social-icon {
    color: var(--systemflow-lite--neutral--10);
    font-family: "Fa Brands 400", Arial, sans-serif;
    font-size: 20px
}

.success-message {
    border: 1px solid var(--color--otto-blue);
    background-color: #0000;
    border-radius: 10px;
    padding: 12px
}

.d-none {
    display: none
}

.alt-review-star {
    margin-bottom: 10px
}

.terms-container {
    max-width: 1440px;
    padding: 15px 30px
}

.launchlist-form {
    grid-column-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.header-form-input {
    border: 1px solid #a7a7a7;
    border-radius: 10px;
    height: 40px;
    margin-bottom: 0;
    padding: 12px 20px;
    font-size: 12px
}

.header-form-submit {
    background-color: #253edb;
    border: 1px solid #253edb;
    border-radius: 10px;
    height: 40px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 12px;
    line-height: 16px
}

.header-form-block {
    margin-bottom: 0
}

.category-section {
    padding-top: 50px
}

.category-main-heading {
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px
}

.category-h3 {
    color: var(--color--otto-blue);
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px
}

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

.category-grid-block {
    background-image: linear-gradient(315deg, #bdc6f41a, #fff 81%);
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    padding: 25px
}

.category-h4 {
    color: var(--color--text);
    margin-top: 0;
    font-size: 18px;
    font-weight: 500
}

.category-p {
    color: var(--systemflow-lite--neutral--80);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.category-icon {
    aspect-ratio: 1;
    background-color: #bdc6f447;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 60px;
    margin-bottom: 20px;
    display: flex
}

.category-block {
    margin-bottom: 50px
}

.testimonial-section {
    padding-top: 50px;
    padding-bottom: 50px
}

.testimonial-container {
    max-width: 1100px
}

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

.review-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: none;
    justify-content: flex-start;
    width: 100%;
    display: flex
}

.review-1st {
    background-color: #be8181;
    flex: none;
    width: 33%;
    padding: 20px
}

.review-1st._2 {
    background-color: #4a6ba1
}

.review-1st._3 {
    background-color: #75a75a
}

.template-input {
    color: var(--color--text);
    background-color: #0000;
    border: 1px solid #878787;
    border-radius: 10px;
    height: 43px;
    padding: 10px;
    line-height: 21px
}

.thanku-heading {
    font-size: 20px;
    line-height: 30px;
    display: inline
}

.text-block-15 {
    margin-top: 10px
}

.ticker {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
    position: relative;
    overflow: hidden
}

.ticker.is-reversed {
    justify-content: flex-end;
    align-items: center
}

.ticker-content {
    flex-flow: row;
    flex: none;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ticker-logo {
    width: auto;
    height: 30px;
    margin-left: 35px;
    margin-right: 35px
}

.padding-t-50 {
    text-align: center;
    padding-top: 50px
}

.o-heading-animation {
    text-align: center;
    max-width: 862px
}

.o-heading-animation-span {
    color: #9ca3af;
    margin-top: 0;
    padding-right: 14px;
    font-size: 52px;
    font-weight: 600;
    line-height: 60px;
    display: inline-block
}

.o-video-popup-image {
    border-radius: 40px
}

.o-video-popup-link {
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative
}

.o-popup-wrapper {
    text-align: center;
    justify-content: center;
    align-items: center
}

.o-popup-content-block {
    z-index: 0;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute
}

.ot-popup-title {
    color: #fff;
    font-size: 36px;
    line-height: 44px
}

.o-4-col-logo-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr
}

.o-company-logo-block {
    background-color: #fff;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    display: flex;
    position: relative;
    box-shadow: 5px 5px 10px #0000001a
}

.o-minimize-icon {
    position: absolute;
    inset: -10% auto auto -10%
}

.o-review-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    height: 100%;
    display: flex;
    overflow: hidden
}

.o-review-content-block {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
    justify-content: center;
    align-items: center
}

.o-review-image {
    max-height: 220px
}

.o-review-block {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    cursor: pointer;
    background-color: #f8fbff;
    border-radius: 16px;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
    justify-content: flex-start;
    align-items: center;
    width: 200px;
    padding: 16px;
    display: flex;
    overflow: hidden
}

.o-review-block.active {
    width: 100%
}

.ot-body {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    aspect-ratio: auto;
    background-color: var(--_new-home---body);
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 400;
    display: block
}

.ot-hero-section {
    padding-top: 36px;
    padding-bottom: 70px
}

.ot-hero-section.pt-150 {
    margin-top: -10px;
    padding-top: 150px
}

.ot-hero-section.pb-123 {
    padding-bottom: 123px
}

.ot-hero-section.bg-dotted {
    background-image: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/67c9609c9fb5dd1f966b067f_glossary-hero-image.webp");
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 90px;
    padding-bottom: 90px
}

.ot-hero-section.tax-hero {
    padding-top: 90px;
    padding-bottom: 0
}

.ot-hero-section.invoice-tool-hero {
    object-fit: fill;
    padding-bottom: 0
}

.otto-home-container {
    max-width: 1440px;
    padding-left: 24px;
    padding-right: 24px
}

.ot-hero-content {
    grid-row-gap: 22px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ot-h1 {
    color: var(--_new-home---heading-color);
    font-size: var(--_new-home---font-size--d-h1);
    line-height: var(--_new-home---line-height--d-h1);
    letter-spacing: -1.62px;
    margin-bottom: 18px;
    font-weight: 700
}

.ot-h1.ot-center {
    text-align: center;
    margin-bottom: 0
}

.ot-h1.ot-sitemap-h1 {
    font-size: 65px;
    line-height: 70px
}

.ot-hero-title-text {
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ot-hero-title-text.ot-max-w-800 {
    max-width: 800px
}

.ot-subheadline {
    color: var(--_new-home---primary--grey--600);
    text-align: center;
    max-width: 715px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.ot-subheadline.ot-left {
    text-align: left
}

.ot-primary-btn {
    background-color: var(--_new-home---primary-button-bg);
    color: var(--_new-home---primary-button-text);
    text-align: center;
    cursor: pointer;
    border: 1px solid #72a0ff;
    border-radius: 12px;
    padding: 10.5px 16px;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    text-decoration: none;
    transition: all .3s;
    display: inline-block
}

.ot-primary-btn:hover {
    background-color: var(--_new-home---primary-button-hover-bg)
}

.ot-primary-btn.ot-submit {
    color: var(--_new-home---primary-button-text);
    border-style: none;
    border-radius: 10px;
    padding: 12px 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    position: absolute;
    top: 50%;
    right: 4.25px;
    transform: translate(0, -50%)
}

.ot-primary-btn.ot-form-btn {
    border-radius: 8px;
    padding: 13px 32px;
    line-height: 16px
}

.ot-primary-btn.ot-form-btn.mt-30 {
    margin-top: 10px
}

.ot-primary-btn.pricing-btn {
    min-width: 242px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.ot-primary-btn.pricing-btn.business-plan {
    color: var(--_new-home---heading-color);
    background-color: #9ac4ff1a;
    border-color: #72a0ffb3
}

.ot-primary-btn.pricing-btn.business-plan:hover {
    background-color: var(--_new-home---primary-button-bg);
    color: var(--_new-home---primary-button-text)
}

.ot-primary-btn.compare-btn {
    color: var(--_new-home---heading-color);
    background-color: #0000;
    border-color: #cad0d9
}

.ot-primary-btn.compare-btn:hover {
    background-color: var(--_new-home---primary-button-bg);
    color: var(--_new-home---primary-button-text)
}

.ot-primary-btn._w-100 {
    width: 100%
}

.ot-primary-btn.icon-with-text {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    padding-top: 8.5px;
    padding-bottom: 8.5px;
    display: flex
}

.ot-primary-btn.white-btn {
    background-color: var(--_new-home---primary-button-text);
    color: var(--_new-home---primary-button-bg);
    padding: 14px 30px;
    font-size: 16px
}

.ot-primary-btn.white-btn:hover {
    background-color: var(--_new-home---primary-button-bg);
    color: var(--_new-home---primary-button-text)
}

.ot-secondary-btn {
    color: var(--_new-home---primary-button-bg);
    background-color: #0000;
    border: 1px solid #72a0ff;
    border-radius: 12px;
    padding: 10.5px 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    text-decoration: none
}

.ot-secondary-btn.icon-with-text {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    padding-top: 8.5px;
    padding-bottom: 8.5px;
    display: inline-flex
}

.ot-secondary-btn.icon-with-text.mt-24 {
    margin-top: 24px
}

.ot-secondary-btn.icon-with-text.d-none {
    display: none
}

.ot-hero-image-section {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-bottom: 48px
}

.ot-hero-image {
    text-align: center;
    justify-content: center;
    display: flex
}

.ot-logo-section {
    padding-top: 60px;
    padding-bottom: 60px
}

.ot-logo-title {
    color: var(--_new-home---primary--grey--600);
    text-align: center;
    margin-bottom: 48px
}

.ot-sticky-section {
    z-index: -1;
    position: static
}

.ot-p-relative {
    background-color: #fff;
    position: relative
}

.ot-center-content {
    justify-content: center;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px
}

.ot-p-sticky {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    background-image: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/679b2a47d551a8146bde7ec3_texture.svg");
    background-position: 0 0;
    background-size: auto;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: sticky;
    top: 72px
}

.ot-p-sticky.ot-sticky-none {
    position: static
}

.o-founder-name-span {
    color: var(--_new-home---primary--grey--600);
    margin-top: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    display: block
}

.ot-zigzag-section {
    background-color: #f8fbff;
    padding-top: 24px;
    padding-bottom: 24px
}

.ot-zigzag-grid {
    grid-column-gap: 100px;
    background-color: #fff;
    border-radius: 48px;
    grid-template-rows: auto;
    grid-template-columns: .9fr 1.1fr;
    align-self: stretch;
    align-items: center;
    padding: 54px 50px
}

.ot-zigzag-grid.reverce {
    grid-template-columns: 1.1fr .9fr
}

.ot-zigzag-content-block {
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex
}

.ot-zigzag-top-text {
    color: #24378b;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 8px 6px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px
}

.ot-h2 {
    color: var(--_new-home---black-color);
    font-size: var(--_new-home---font-size--d-h2);
    line-height: var(--_new-home---line-height--d-h2);
    letter-spacing: -.4px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 500
}

.ot-h2.max-600 {
    max-width: 600px
}

.ot-zigzag-title-text {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex
}

.ot-zigzag-pera {
    color: var(--_new-home---primary--grey--700);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.ot-zigzag-btn {
    color: var(--_new-home---primary--grey--700);
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #f5faff;
    border: 1px solid #9abbff;
    border-radius: 12px;
    padding: 12px 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    transition: all .4s
}

.ot-zigzag-btn:hover {
    background-color: var(--_new-home---primary-button-bg);
    color: var(--_new-home---primary-button-text)
}

.ot-zigzag-wrapper {
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex
}

.ot-video-section {
    background-image: linear-gradient(#f8fbff, #fff);
    padding-top: 30px;
    padding-bottom: 30px;
    display: none
}

.ot-play-icon {
    aspect-ratio: 1;
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    background-color: #3253f94d;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 76px;
    display: flex
}

.ot-tool-section {
    padding-top: 94px;
    padding-bottom: 60px
}

.ot-tool-wrapper {
    max-width: 672px;
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto
}

.ot-tool-heading-wrapper {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex
}

.ot-tool-heading-wrapper.mb-60 {
    margin-bottom: 60px
}

.ot-section-sub-head {
    color: var(--_new-home---primary--grey--600);
    font-size: 16px;
    line-height: 24px
}

.ot-section-sub-head.long-sub-head {
    line-height: 32px
}

.ot-section-sub-head.max-800 {
    max-width: 800px
}

.ot-tool-main {
    border: 1px dashed #4e4e5480;
    border-radius: 32px;
    margin-top: 34px;
    padding: 47px 55px 37px
}

.ot-need-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: flex
}

.ot-need-title {
    color: #020120;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px
}

.ot-need-block-main {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ot-need-icon-text {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ot-need-icon {
    color: var(--_new-home---primary--blue--700);
    font-family: "Fa Solid 900", Arial, sans-serif;
    font-size: 30px;
    line-height: 30px
}

.on-need-text {
    color: #020120;
    letter-spacing: .5px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px
}

.ot-review-section {
    padding-top: 124px;
    padding-bottom: 89px
}

.ot-review-content-block {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
    opacity: 0;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
    justify-content: center;
    align-items: flex-start;
    height: 256px;
    display: none;
    position: relative;
    overflow: hidden
}

.ot-review-content-block.active {
    opacity: 100;
    display: flex
}

.ot-review-image {
    max-height: 160px
}

.o-client-review {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex
}

.o-client-features-list {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 0;
    padding-left: 20px;
    display: flex
}

.ot-review-top-block {
    grid-column-gap: 96px;
    grid-row-gap: 96px;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ot-review-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    height: 100%;
    margin-top: 74px;
    display: flex;
    position: relative;
    overflow: hidden
}

.o-client-features {
    color: #363230;
    font-size: 12px;
    line-height: 22px
}

.o-client-name {
    color: #363230;
    font-size: 12px;
    line-height: 20px
}

.o-client-features-list-item {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 12px;
    line-height: 22px
}

.o-review-title {
    color: var(--_new-home---primary--grey--700);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    overflow: hidden
}

.ot-review-block {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    cursor: pointer;
    background-color: #f9fafb;
    border-radius: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    width: 190px;
    padding-top: 50px;
    padding-bottom: 50px;
    transition: all .4s;
    display: flex;
    overflow: hidden
}

.ot-review-block.active {
    background-color: #f8fbff;
    width: 100%;
    padding-left: 16px;
    padding-right: 48px
}

.divider-2 {
    background-color: #e5e7eb;
    width: 1px;
    height: 40px
}

.ot-review-bottom-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    opacity: 0;
    border-top: 1px solid #e5e7eb;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 52px;
    padding-top: 10px;
    transition: all .4s;
    display: none;
    overflow: hidden
}

.ot-counter-section {
    padding-top: 48px;
    padding-bottom: 92px
}

.ot-counter-main {
    grid-column-gap: 146px;
    grid-row-gap: 146px;
    justify-content: center;
    align-items: center;
    display: flex
}

.ot-conter-text {
    padding: 20px 28px 12px
}

.ot-counter-h4 {
    color: var(--_new-home---black-color);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px
}

.ot-counter-bottom-text {
    color: var(--_new-home---primary--grey--600);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.ot-counter-after-main {
    position: relative
}

.ot-counter-after {
    z-index: -1;
    position: absolute;
    top: 15px;
    left: -10px
}

.ot-company-logo-block {
    background-color: #fff;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    display: flex;
    position: relative;
    box-shadow: 5px 5px 10px #0000001a
}

.ot-company-logo-block.otto {
    background-color: var(--_new-home---primary--blue--700)
}

.box-exterior {
    border: 1px solid #edeff3;
    border-radius: 30px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 1px;
    text-decoration: none;
    display: flex;
    position: relative;
    overflow: hidden
}

.box-interior {
    z-index: 1;
    background-color: #fff;
    border-radius: 30px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 6px 11px;
    display: flex
}

.box-text {
    color: var(--_new-home---text);
    font-size: 12px;
    line-height: 18px
}

.gradient-line {
    z-index: 0;
    backface-visibility: visible;
    transform-origin: 50%;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: auto
}

.ot-cta-section {background-image:url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/679b2a47d551a8146bde7ec3_texture.svg");background-position:50%;background-size:cover;
    padding-top: 58px;
    padding-bottom: 52px
}

.ot-cta-footer {
    grid-row-gap: 110px;
    background-image: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/679b2a47d551a8146bde7ec3_texture.svg");
    background-position: 50%;
    background-size: cover;
    flex-flow: column;
    display: flex
}

.ot-cta-content-wrapper {
    grid-row-gap: 36px;
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 672px;
    margin-left: auto;
    margin-right: auto;
    display: flex
}

.ot-cta-title-text {
    grid-row-gap: 18px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ot-cta-pera {
    color: var(--_new-home---primary--grey--700);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.ot-form-block {
    align-self: center;
    width: 500px;
    margin-bottom: 0
}

.ot-form {
    position: relative
}

.ot-email-field {
    background-color: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    width: 100%;
    height: 46px;
    margin-bottom: 0;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 16px
}

.o-founder {
    color: var(--_new-home---primary--grey--600);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.ot-review-work {
    color: var(--_new-home---primary--grey--700);
    font-size: 18px;
    font-weight: 600;
    line-height: 28px
}

.ot-footer-wraper {
    background-color: #fff;
    border-radius: 48px;
    margin-bottom: 36px;
    padding-top: 55px;
    padding-left: 50px;
    padding-right: 50px;
    box-shadow: 0 4px 10px #0000000a
}

.ot-footer-top-block {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    border-bottom: 1px solid #e5e7eb;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 55px;
    display: flex
}

.ot-footer-top-block.p-bottom-20 {
    align-items: center;
    padding-bottom: 20px
}

.ot-footer-top-block.border-none {
    border-bottom-style: none
}

.ot-footer-pera {
    color: var(--_new-home---black-color);
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 20px
}

.ot-form-block-footer {
    align-self: center;
    margin-bottom: 22px
}

.ot-footer-icon {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ot-footer-icon.mb-0,
.ot-footer-icon.mb-0-copy {
    margin-bottom: 0
}

.ot-footer-icons {
    color: var(--_new-home---black-color);
    max-width: 20px;
    font-family: "Fa Brands 400", Arial, sans-serif;
    font-size: 20px;
    text-decoration: none;
    display: block
}

.ot-footer-help-text {
    color: var(--_new-home---black-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

.ot-footer-email {
    color: #0561a2;
    text-decoration: none
}

.ot-footer-logo {
    margin-bottom: 16px
}

.ot-footer-top-grid {
    grid-column-gap: 55px;
    grid-row-gap: 55px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr
}

.ot-footer-top-grid._5-column-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr
}

.ot-footer-h4 {
    color: var(--_new-home---black-color);
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.ot-footer-link-block {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex
}

.ot-footer-link {
    color: var(--_new-home---primary--grey--700);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none
}

.ot-footer-link:hover {
    color: var(--_new-home---primary--blue--700)
}

.ot-footer-bottom-block {
    padding-top: 21px;
    padding-bottom: 24px
}

.ot-footer-bottom-block.ot-n-footer-bottom-block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: space-between;
    display: flex
}

.ot-footer-copywite {
    color: #585b70;
    text-align: center;
    font-size: 14px;
    font-weight: 400
}

.ot-navbar {
    z-index: 999;
    margin-left: 22px;
    margin-right: 22px;
    position: sticky;
    top: 12px
}

.ot-navbar-container {
    background-color: #0000
}

.ot-nav-inner-container {
    background-color: #fff;
    border-radius: 50px;
    margin-left: auto;
    margin-right: auto;
    padding: 13px 24px
}

.ot-nav-inner-container.pad-13 {
    padding-top: 13px;
    padding-bottom: 13px
}

.ot-nav-inner-container.fixed-header {
    box-shadow: 0 4px 10px #00000021
}

.ot-navbar-wrapper {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: stretch space-between;
    align-items: center;
    display: flex
}

.ot-nav-menu-wrapper {
    position: static
}

.ot-nav-menu {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    justify-content: flex-end;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    display: flex
}

.nav-link-5 {
    color: #1a1b1f;
    letter-spacing: .25px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none
}

.nav-link-5:hover {
    color: #1a1b1fbf
}

.nav-link-5:focus-visible,
.nav-link-5[data-wf-focus-visible] {
    outline-offset: 0px;
    color: #0050bd;
    border-radius: 4px;
    outline: 2px solid #0050bd
}

.nav-dropdown-4 {
    margin-left: 5px;
    margin-right: 5px
}

.ot-nav-dropdown-toggle {
    color: var(--_new-home---text);
    letter-spacing: .25px;
    padding: 5px 30px 5px 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

.ot-nav-dropdown-toggle:hover {
    color: #1a1b1fbf
}

.ot-nav-dropdown-toggle:focus-visible,
.ot-nav-dropdown-toggle[data-wf-focus-visible] {
    outline-offset: 0px;
    color: #0050bd;
    border-radius: 5px;
    outline: 2px solid #0050bd
}

.ot-nav-dropdown-icon {
    margin-right: 10px
}

.nav-dropdown-list-4 {
    background-color: #fff;
    border-radius: 12px
}

.nav-dropdown-list-4.w--open {
    padding-top: 10px;
    padding-bottom: 10px
}

.ot-nav-dropdown-link {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px
}

.ot-nav-dropdown-link:hover {
    color: var(--_new-home---primary-button-bg)
}

.ot-nav-dropdown-link:focus-visible,
.ot-nav-dropdown-link[data-wf-focus-visible] {
    outline-offset: 0px;
    color: #0050bd;
    border-radius: 5px;
    outline: 2px solid #0050bd
}

.ot-nav-button-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: flex-end;
    align-items: center;
    display: flex
}

.ot-nav-button-wrapper.inner {
    display: none
}

.ot-footer-top-left {
    max-width: 325px
}

.ot-footer-top-left.ot-n-footer-left {
    max-width: 270px
}

.ot-footer-top-left.ot-n-footer-left-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: space-between;
    align-items: center;
    max-width: none;
    display: flex
}

.otto-center-text {
    color: var(--_new-home---black-color);
    text-align: center;
    max-width: 862px;
    font-size: 52px;
    font-weight: 600;
    line-height: 60px
}

.template-name {
    display: none
}

.template-form {
    background-color: #ecf5ff;
    border-radius: 16px;
    width: 100%;
    padding: 30px
}

.ot-heading-wrapper {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex
}

.ot-heading-wrapper.ot-sitemap-left {
    justify-content: center;
    align-items: flex-start
}

.ot-tax-collection-list {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    display: flex
}

.ot-tax-collection-item-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    color: var(--_new-home---black-color);
    justify-content: space-between;
    align-items: flex-start;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    display: flex
}

.ot-tax-collection-item-block:hover {
    color: var(--_new-home---primary--blue--700)
}

.ot-right-arrow {
    font-family: "Fa Solid 900", Arial, sans-serif;
    font-size: 14px
}

.navigation-inner-wrap {
    text-align: center;
    align-items: center;
    display: flex
}

.ot-nav-dropdown-list {
    top: 100%;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    left: 0;
    transform: none
}

.ot-nav-dropdown-list.w--open {
    box-shadow: 0 2px 5px #0000001a
}

.header-navigation-menu {
    color: #1f2937;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-decoration: none
}

.header-navigation-menu:hover {
    color: #1a1b1fbf
}

.header-navigation-menu:focus-visible,
.header-navigation-menu[data-wf-focus-visible] {
    outline-offset: 0px;
    color: #0050bd;
    outline: 2px solid #0050bd
}

.header-navigation-menu.dropdown {
    grid-column-gap: 6px;
    border-radius: 5px;
    flex-flow: row-reverse wrap;
    justify-content: center;
    align-items: center;
    display: flex
}

.header-navigation-menu.dropdown:hover {
    background-color: #dcedff
}

.header-navigation-menu.dropdown.w--open {
    background-color: #dcedff;
    position: static
}

.nav-item-title {
    color: #1f2937;
    font-size: 14px;
    line-height: 21px
}

.nav-item-description {
    color: #6d7280;
    font-size: 12px;
    line-height: 18px
}

.nav-dropdown-title {
    color: #000c;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 28px
}

.dropdown-inner-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    place-items: center start
}

.nav-item-icon-block {
    background-color: #f9fafb;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    display: flex
}

.nav-item-link-block {
    grid-column-gap: 12px;
    justify-content: flex-start;
    align-items: flex-start;
    text-decoration: none;
    display: flex
}

.nav-item-link-block:hover {
    text-decoration: none
}

.header-dropdown-icon {
    margin-right: 0;
    position: static
}

.nav-item-content-block {
    grid-row-gap: 2px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex
}

.o-feature-main-block {
    background-color: #ecf5ff;
    border-radius: 32px;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    padding: 54px
}

.o-feature-grid {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    grid-template-rows: auto;
    grid-template-columns: 1fr .75fr;
    place-items: center start
}

.o-content-block {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    display: flex
}

.ot-feature-para-text {
    color: var(--_new-home---primary--grey--600);
    font-size: 16px;
    line-height: 24px
}

.o-image-block {
    justify-content: flex-end
}

.o-top-content-block {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
    display: flex
}

.o-feature-form-block {
    margin-bottom: 0
}

.o-feature-form {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    display: flex
}

.o-feature-form-input {
    color: #333;
    background-color: #fff;
    border: 1px solid #e8e7ec;
    border-radius: 8px;
    align-self: center;
    height: 44px;
    margin-bottom: 0;
    padding-left: 17px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 20px
}

.o-feature-form-input:focus {
    border-color: var(--_new-home---primary--blue--700)
}

.o-feature-top-form {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.o-feature-form-bottom {
    color: var(--_new-home---primary--grey--600);
    text-align: center;
    font-size: 12px;
    line-height: 16px
}

.ot-section {
    box-sizing: content-box;
    object-fit: fill;
    width: auto;
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    position: static;
    overflow: hidden
}

.ot-section.mb-33 {
    margin-bottom: 33px
}

.ot-section.mb-60 {
    margin-bottom: 60px
}

.ot-section.bg-light-blue {
    background-color: #f3f9ff
}

.o-glossary-hero-section {
    background-image: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/67c9609c9fb5dd1f966b067f_glossary-hero-image.webp");
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-top: 100px;
    padding-bottom: 100px
}

.o-glossary-sub-headline {
    color: var(--_new-home---text)
}

.share-icon-list {
    background-color: #233ed9;
    border: 1px solid #0000;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    display: flex
}

.share-icon {
    aspect-ratio: 1;
    color: var(--_new-home---primary-button-text);
    justify-content: center;
    align-items: center;
    width: 100%;
    font-family: "Fa Brands 400", Arial, sans-serif;
    text-decoration: none;
    display: flex
}

.o-glossary-section {
    padding-top: 60px;
    padding-bottom: 60px
}

.o-glossary-form-h2 {
    color: var(--_new-home---black-color);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 36px;
    font-weight: 500;
    line-height: 44px
}

.o-glossary-form-label {
    color: #1c1c1c;
    margin-bottom: 13px;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px
}

.o-tax-category-main-wrapper {
    border: 1px solid #ddd;
    border-radius: 8px;
    max-width: 1064px;
    margin-top: 56px;
    margin-left: auto;
    margin-right: auto
}

.o-tax-category-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
    align-items: center;
    padding: 18px 24px;
    display: flex
}

.o-tax-category-left {
    min-width: 765px;
    max-width: 765px
}

.o-tax-category-head {
    color: var(--_new-home---black-color);
    font-size: 14px;
    font-weight: 600;
    line-height: 20px
}

.o-tax-category-right {
    text-align: center;
    min-width: 100px;
    max-width: 100px
}

.o-tex-category-p {
    color: var(--_new-home---primary--grey--700);
    margin-top: 10px;
    font-size: 14px
}

.o-tex-category-icon {
    aspect-ratio: 1;
    background-color: var(--_new-home---primary-button-bg);
    color: var(--_new-home---primary-button-text);
    text-align: center;
    border-radius: 50%;
    width: 34px;
    font-family: "Fa Solid 900", Arial, sans-serif;
    font-size: 16px;
    line-height: 34px
}

.o-tax-templates-grid {
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 59px;
    margin-bottom: 40px
}

.o-tax-templates-grid.mb-0 {
    margin-bottom: 0
}

.o-tax-templates-link {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    cursor: pointer;
    border: 1px solid #d2d5da;
    border-radius: 30px;
    flex-flow: column;
    justify-content: space-between;
    padding: 35px 30px;
    text-decoration: none;
    transition: all .3s;
    display: flex
}

.o-tax-templates-link:hover {
    box-shadow: 0 4px 16px #0000001a
}

.o-tax-templates-icon-text {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: center;
    display: flex
}

.o-tax-templates-icon {
    color: var(--color--button-bg);
    font-family: "Fa Solid 900", Arial, sans-serif;
    font-size: 22px;
    line-height: 26px
}

.o-tax-templates-span {
    color: #6d7280;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.o-tax-templates-p {
    color: var(--_new-home---black-color);
    font-weight: 500
}

.o-tax-templates-top {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex
}

.o-tax-templates-bottom {
    text-align: right;
    justify-content: flex-end;
    align-items: center;
    display: flex
}

.o-resources-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 59px;
    display: grid
}

.ot-tax-viwe-more {
    text-align: center
}

.ot-view-more {
    font-size: 16px;
    text-decoration: none
}

.o-resources-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
    padding: 30px 20px;
    text-decoration: none;
    transition: all .3s;
    display: flex
}

.o-resources-block:hover {
    box-shadow: 0 4px 16px #0000001a
}

.o-resources-h3 {
    color: var(--_new-home---black-color);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px
}

.o-resources-pera {
    color: var(--_new-home---primary--grey--600);
    font-size: 14px;
    line-height: 20px
}

.o-resources-tag {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    background-color: #dcedff;
    border-radius: 100px;
    justify-content: flex-start;
    align-items: center;
    padding: 3px 10px;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    display: inline-flex
}

.o-resources-tag-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex
}

.o-tax-form-input-block._w-50 {
    width: 50%
}

.o-tax-form-input-block.custom-select {
    position: relative
}

.ot-hero-grid {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    grid-template-rows: auto;
    grid-template-columns: 1.32fr 1fr;
    place-items: center stretch
}

.trustpilot-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 24px;
    display: flex
}

.trustpilot-wrapper.center {
    justify-content: center;
    align-items: center
}

.trustpilot-text {
    color: var(--_new-home---black-color);
    font-size: 14px;
    line-height: 16px
}

.grid-2 {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    grid-template: ". Area" /1fr 1fr;
    place-content: stretch;
    align-items: center
}

.ot-book-meeting-content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 12px;
    display: flex
}

.ot-book-meeting-li {
    color: var(--_new-home---text);
    background-image: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/67ca87098dbe4b7a31b2a55d_line-check-circle.svg");
    background-position: 0 2px;
    background-repeat: no-repeat;
    background-size: auto;
    padding-left: 30px
}

.ot-book-meeting-ul {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
    display: flex
}

.ot-book-meeting-ul.desk {
    margin-top: 0
}

.ot-book-meeting-ul.mobile {
    display: none
}

.ot-bm-slider {
    background-color: #0000;
    max-width: 462px;
    height: auto;
    margin-top: 45px
}

.arrow-none,
.ot-bm-slider.mobile {
    display: none
}

.ot-bm-slide-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 2px;
    padding: 30px 24px;
    display: flex
}

.mask {
    border-radius: 12px;
    box-shadow: 0 0 4px #0000001f
}

.ot-bm-slide-pera {
    color: var(--_new-home---primary--grey--700);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.ot-bm-athor-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ot-bm-author-img-block {
    aspect-ratio: 1;
    border: 1px solid #ebebeb;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 44px;
    min-width: 44px;
    display: flex
}

.ot-bm-author-name {
    color: var(--_new-home---heading-color);
    font-size: 14px;
    font-weight: 600;
    line-height: 20px
}

.ot-bm-author-position {
    color: var(--_new-home---primary--grey--600);
    font-size: 12px;
    line-height: 16px
}

.slide-nav {
    color: var(--_new-home---heading-color);
    bottom: -60px
}

.ot-book-meeting-right {
    background-color: #ecf5ff;
    border-radius: 16px;
    width: 100%;
    padding: 30px;
    line-height: 20px;
    position: static
}

.ot-bm-main {
    justify-content: center;
    align-items: flex-start;
    min-height: 100vh;
    padding-top: 86px;
    padding-bottom: 86px;
    display: flex
}

.ot-bm-main.pad-50-20 {
    padding-top: 50px;
    padding-bottom: 20px
}

.o-bm-image {
    border-radius: 50%
}

.o-bm-section {
    align-self: auto
}

.trustpilot-flex {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    text-decoration: none;
    display: flex
}

.ot-bk-zigzag-grid {
    grid-column-gap: 114px;
    background-color: #fff;
    border-radius: 48px;
    grid-template-rows: auto;
    grid-template-columns: .9fr 1.1fr;
    align-self: stretch;
    align-items: center
}

.ot-bk-zigzag-grid.reverce {
    grid-template-columns: 1.1fr .9fr
}

.otto-container {
    max-width: 1086px;
    padding-left: 16px;
    padding-right: 16px
}

.otto-hero-container {
    max-width: 1220px;
    padding-left: 16px;
    padding-right: 16px
}

.ot-bk-zigzag-wrapper {
    grid-row-gap: 96px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 93px;
    display: flex
}

.ot-hero-grid-form {
    background-color: #ecf5ff;
    border-radius: 16px;
    padding: 30px
}

.ot-bk-step-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 80px
}

.ot-bk-step-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px;
    display: flex
}

.ot-bk-step {
    aspect-ratio: 1;
    background-color: var(--_new-home---primary-button-bg);
    color: var(--_new-home---primary-button-text);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 24px;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    display: flex
}

.ot-bk-step-title {
    color: var(--_new-home---heading-color);
    font-size: 18px;
    font-weight: 500;
    line-height: 28px
}

.ot-bk-step-pera {
    color: var(--_new-home---primary--grey--600);
    font-size: 16px;
    line-height: 24px
}

.ot-financial-main-wraper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    margin-top: 58px;
    display: flex
}

.ot-financial-top-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr
}

.ot-financial-bottom-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr 1fr .5fr
}

.ot-financial-link-block {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
    background-color: #f3f9ff;
    border-radius: 24px;
    flex-flow: column;
    justify-content: space-between;
    padding: 24px;
    text-decoration: none;
    display: flex
}

.ot-financial-h3 {
    color: var(--_new-home---heading-color);
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px
}

.ot-financial-pera {
    color: var(--_new-home---primary--grey--600)
}

.ot-financial-licon {
    color: var(--_new-home---primary--blue--700);
    font-family: "Fa Solid 900", Arial, sans-serif;
    font-size: 16px
}

.ot-financial-icon-block {
    aspect-ratio: 1;
    background-color: #c8dafe33;
    border: 1px solid #c8dafe;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 40px;
    display: flex
}

.ot-financial-icon-block.slider-arrow-left {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%)
}

.ot-financial-icon-block.slider-arrow-right {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%)
}

.ot-financial-content {
    margin-bottom: 24px
}

.ot-review-slider {
    background-color: #0000;
    height: auto;
    margin-top: 58px
}

.nav-d-none {
    display: none
}

.ot-review-slide-block {
    background-color: #f3f9ff;
    border: 1px solid #e5e7eb;
    border-radius: 24px;
    margin-left: 96px;
    margin-right: 96px;
    padding: 26px 8px 8px
}

.ot-slide-block-top {
    margin-bottom: 24px;
    padding-left: 40px;
    font-size: 18px;
    line-height: 18px
}

.ot-slide-block-bottom {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    background-color: #fff;
    border-radius: 20px;
    flex-flow: column;
    padding: 40px;
    display: flex;
    box-shadow: 0 6px 6px -3px #2929290a, 0 12px 12px -6px #2929290a
}

.ot-review-slide-text {
    color: var(--_new-home---primary--grey--700);
    font-size: 24px;
    font-weight: 500;
    line-height: 32px
}

.ot-pricing-wrapper {
    background-color: #ecf5ff;
    border-radius: 24px;
    margin-top: 58px;
    padding: 16px
}

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

.ot-pricing-plan {
    border-radius: 12px;
    padding: 32px 12px
}

.ot-pricing-plan.business-plan {
    background-color: #fff;
    padding-left: 24px;
    padding-right: 24px;
    box-shadow: 0 6px 10px #1c1c230a, 0 0 3px #1c1c2317
}

.ot-pricing-flex-block {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: space-between;
    height: 100%;
    display: flex
}

.ot-pricing-plan-name {
    color: var(--_new-home---heading-color);
    margin-bottom: 32px;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    display: inline-block
}

.ot-pricing-price {
    color: var(--_new-home---heading-color);
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 3px;
    font-size: 28px;
    line-height: 36px;
    display: flex
}

.ot-pricing-subscript {
    font-size: 16px;
    line-height: 24px;
    display: inline-block
}

.ot-pricing-price-pera {
    color: var(--_new-home---primary--grey--600);
    margin-bottom: 24px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

.ot-pricing-price-block {
    border-bottom: 1px solid #9abbff;
    min-height: 147px;
    margin-bottom: 24px
}

.ot-pricing-price-block.border-none {
    border-bottom-style: none;
    margin-bottom: 0
}

.ot-pricing-list-title {
    color: var(--_new-home---heading-color);
    margin-bottom: 7px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.ot-pricing-ul {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
    padding-left: 0;
    display: flex
}

.ot-pricing-li {
    color: var(--_new-home---primary--grey--700);
    background-image: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/67ce6af50c5027ed56dc7a50_Vector%20(8).svg");
    background-position: 0;
    background-repeat: no-repeat;
    background-size: auto;
    padding-left: 25px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

.ot-pricing-list-block {
    margin-bottom: 24px
}

.ot-pricing-expenses {
    color: var(--_new-home---text);
    margin-bottom: 24px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px
}

.ot-pricing-popular {
    color: #517cff;
    background-color: #ecf5ff;
    border: 1px solid #c0dcff;
    border-radius: 8px;
    margin-left: 8px;
    padding: 4px 7px;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    display: inline-block
}

.pricing-tab-link {
    color: #706f74;
    background-color: #fff;
    border: 1px solid #d4d4d4;
    border-radius: 100px;
    padding: 3px 6px;
    font-size: 12px;
    line-height: 12px
}

.pricing-tab-link.w--current {
    color: var(--_new-home---primary--blue--700);
    background-color: #ecf5ff;
    border-color: #c0dcff
}

.ot-pricing-tabs-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 24px;
    display: flex
}

.ot-pricing-selected-expense {
    color: var(--_new-home---primary--grey--600);
    border-bottom: 1px solid #9abbff;
    margin-bottom: 24px;
    padding-bottom: 24px;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px
}

.ot-faq-main-container {
    max-width: 780px;
    margin-top: 54px;
    margin-left: auto;
    margin-right: auto
}

.ot-faq-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-bottom: 1px solid #d2d5da;
    flex-flow: column;
    padding-top: 30px;
    padding-bottom: 30px
}

.ot-faq-question {
    cursor: pointer;
    justify-content: space-between;
    align-items: center;
    display: flex
}

.ot-faq-h3 {
    color: var(--_new-home---heading-color);
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 10px;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px
}

.ot-faq-icon {
    font-family: "Fa Solid 900", Arial, sans-serif;
    transform: rotate(180deg)
}

.ot-faq-answer {
    transition: all .3s;
    overflow: hidden
}

.ot-faq-ans-text {
    color: #24378b;
    padding-top: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.bold-text-7 {
    font-weight: 600
}

.ot-monthly-yearly-tab-wrapper {
    text-align: center;
    margin-top: 30px
}

.ot-monthly-yearly-tabs {
    display: inline-block
}

.tabs-content-2 {
    display: none
}

.ot-monthly-yearly-menus {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    background-color: #f3f4f6;
    border-radius: 12px;
    justify-content: flex-start;
    align-items: center;
    padding: 2px 2.5px;
    display: inline-flex
}

.ot-monthly-yearly-tab-link {
    color: #6f7988;
    text-align: center;
    background-color: #0000;
    width: 139px;
    padding: 6px 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px
}

.ot-monthly-yearly-tab-link.w--current {
    color: #2e3238;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 4px -2px #18274b05, 0 0 2px #e0e0e0
}

.ot-compare-wrapper {
    grid-row-gap: 21px;
    flex-flow: column;
    margin-top: 56px;
    display: flex
}

.ot-comare-head-grid {
    grid-column-gap: 60px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr 1fr 1fr
}

.ot-comare-head-block {
    flex-flow: column;
    justify-content: flex-end;
    display: flex
}

.ot-comare-head-text {
    color: #6f7988;
    margin-top: 8px;
    margin-bottom: 17px;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px
}

.ot-comare-head-title {
    color: var(--_new-home---heading-color);
    font-size: 24px;
    font-weight: 500;
    line-height: 32px
}

.div-block-53 {
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ot-comare-head {
    background-color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    position: sticky;
    top: 78px
}

.ot-compare-body {
    grid-row-gap: 61px;
    flex-flow: column;
    display: flex
}

.ot-comare-body-grid {
    grid-column-gap: 60px;
    grid-row-gap: 20px;
    border-top: 1px solid #edeff3;
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr 1fr 1fr
}

.ot-comare-body-block {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    justify-content: flex-start;
    align-items: center;
    padding-top: 18px;
    padding-bottom: 18px;
    display: flex
}

.ot-comare-body-title {
    color: var(--_new-home---heading-color);
    white-space: nowrap;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px
}

.ot-comare-body-text {
    color: var(--_new-home---heading-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.ot-comare-icon-check {
    color: var(--_new-home---heading-color);
    text-align: center;
    width: 100%;
    font-family: "Fa Solid 900", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.ot-comare-icon-close {
    color: var(--_new-home---heading-color);
    text-align: center;
    width: 100%;
    font-family: "Fa 400", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

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

.ot-collection-link {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    border: 1px solid #d2d5da;
    border-radius: 30px;
    flex-flow: column;
    justify-content: space-between;
    height: 100%;
    padding: 34px 30px;
    text-decoration: none;
    transition: all .3s;
    display: flex
}

.ot-collection-link:hover {
    box-shadow: 0 4px 16px #0000001a
}

.ot-wc-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 58px
}

.ot-wc-block {
    background-color: #f3f9ff;
    border-radius: 8px;
    padding: 34px 30px
}

.ot-wc-h3 {
    color: var(--_new-home---heading-color);
    margin-top: 16px;
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px
}

.ot-wc-pera {
    color: var(--_new-home---primary--grey--600);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.ot-collection-wrapper {
    padding-top: 80px
}

.ot-sitemap-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: start;
    display: grid
}

.ot-sitemap-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 40px;
    display: flex
}

.ot-sitemap-wrapper.ot-sitemap-left {
    justify-content: flex-start;
    align-items: stretch
}

.ot-sitemap-link-text {
    color: var(--_new-home---primary--grey--700);
    font-size: 15px;
    text-decoration: none
}

.ot-sitemap-link-text:hover {
    color: #000;
    text-decoration: underline
}

.ot-sitemap-inner-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ot-sitemap-inner-wrapper.ot-sitemap-left {
    justify-content: flex-start;
    align-items: stretch
}

.ot-sitemap-h-h2 {
    color: var(--_new-home---heading-color);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px
}

.ot-button-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ot-button-wrapper.mt-24 {
    margin-top: 24px
}

.ot-legal-agriment-content {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 908px;
    margin-top: 56px;
    margin-left: auto;
    margin-right: auto;
    display: flex
}

.ot-legal-agriment-p {
    color: var(--_new-home---primary--grey--700);
    text-align: center;
    column-count: auto;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    column-gap: 48px;
    font-size: 16px;
    line-height: 24px
}

.ot-agreement-grid {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    place-items: center start
}

.ot-zigzag-wrappers {
    grid-row-gap: 96px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex
}

.ot-hero-video-wrapper {
    padding-top: 70px
}

.ot-how-to-ul {
    margin-top: -15px
}

.ot-features-icon {
    color: var(--_new-home---primary-button-bg);
    font-family: "Fa 400", Arial, sans-serif;
    font-size: 22px
}

.ot-features-icon.fa-900 {
    font-family: "Fa Solid 900", Arial, sans-serif
}

.ot-features-icon.fa-brand-400 {
    font-family: "Fa Brands 400", Arial, sans-serif
}

.ot-h3 {
    color: var(--_new-home---black-color);
    font-size: var(--_new-home---font-size--d-h3);
    line-height: var(--_new-home---line-height--d-h3);
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 500
}

.ot-alternative-grid {
    grid-column-gap: 51px;
    grid-row-gap: 20px;
    border-top: 1px solid #edeff3;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr
}

.ot-alternative-icon-check {
    color: var(--_new-home---heading-color);
    width: 100%;
    font-family: "Fa Solid 900", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.ot-alternative-icon-close {
    color: var(--_new-home---heading-color);
    width: 100%;
    font-family: "Fa 400", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.ot-bm-li {
    font-weight: 600
}

.o-blog-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
    text-decoration: none;
    transition: all .3s;
    display: flex
}

.ot-blog-category-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
    margin-bottom: 42px;
    display: flex
}

.ot-blog-category-collection-item {
    width: 100%;
    padding-left: 0;
    padding-right: 0
}

.ot-bk-step-inner-wrap {
    aspect-ratio: 1;
    background-color: #dcedff;
    border-radius: 50%;
    width: 36px;
    padding: 6px
}

.ot-bk-step-wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ot-bk-step-text {
    color: var(--_new-home---primary--grey--700);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

.div-block-54 {
    background-color: #edf8fe;
    border-radius: 12px;
    padding: 30px
}

.demo {
    background-color: var(--color--breadcrumb-active);
    width: 100px;
    height: 100px
}

.template-form-label {
    font-weight: 500
}

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

.max-800 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    display: flex
}

._12gh {
    aspect-ratio: 1;
    width: 50px
}

.ot-point-ul {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    display: flex
}

.ot-point-li {
    background-image: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/67ebda68bb02e4df9506155e_check%20(3).png");
    background-position: 0 6px;
    background-repeat: no-repeat;
    background-size: 15px;
    padding-left: 30px
}

.ot-comparison-table-wrapper {
    border: 1px solid #edeff3;
    border-radius: 12px;
    margin-top: 58px
}

.ot-comparison-grid {
    grid-column-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 2.5fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-flow: column
}

.ot-comparison-grid._6-grid {
    grid-template-columns: 2.5fr 1fr 1fr 1fr 1fr 1fr
}

.ot-comparision-grid-block {
    border-bottom: 1px solid #edeff3;
    border-right: 1px solid #edeff3;
    justify-content: flex-start;
    align-items: center;
    padding: 15px 10px;
    display: flex
}

.ot-comparision-grid-block.center {
    text-align: center;
    justify-content: center;
    align-items: center
}

.ot-comparision-head {
    color: var(--_new-home---heading-color);
    font-size: 16px;
    font-weight: 500
}

.ot-comparision-head.visibility-hidden {
    opacity: 0
}

.ot-comparision-icon-close {
    color: var(--_new-home---primary-button-bg);
    text-align: center;
    width: 100%;
    font-family: "Fa 400", Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px
}

.ot-comparision-icon-check {
    color: var(--_new-home---heading-color);
    text-align: center;
    width: 100%;
    font-family: "Fa Solid 900", Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px
}

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

.grid-4 {
    grid-column-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 2.5fr 1fr 1fr 1fr 1fr 1fr 1fr
}

.flex-gap {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex-flow: column;
    display: flex
}

.d-lg-none {
    display: none
}

.code-embed {
    display: block
}

.code-embed.apply-form {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 0
}

.mt-40 {
    margin-top: 40px
}

.ot-author-image {
    aspect-ratio: 1;
    border-radius: 12px;
    width: 200px
}

.ot-author-inner {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex
}

.ot-author-name {
    margin-bottom: 0;
    font-size: 30px;
    line-height: 40px
}

.ot-authoe-mail-icon {
    font-family: "Fa Brands 400", Arial, sans-serif
}

.ot-authoe-mail-icon.email {
    font-family: "Fa 400", Arial, sans-serif
}

.ot-author-mail {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    color: var(--_new-home---primary--grey--600);
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ot-author-content {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    display: flex
}

.author-collection-wrapper {
    margin-top: 80px
}

.link-block {
    text-decoration: none;
    display: block
}

.o-tax-templates-icon-img {
    width: 20px
}

.ot-tools-list-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: center stretch;
    display: grid
}

.ot-faq-link-text {
    color: var(--color--text)
}

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

.calculator-collection-item {
    text-align: center;
    border: 1px solid #e5e7eb;
    border-radius: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 24px;
    display: flex
}

.cal-collection-image {
    margin-bottom: 20px
}

.cal-collection-title {
    color: var(--_new-home---heading-color);
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px
}

.cal-collection-text {
    color: var(--_new-home---text);
    font-size: 14px;
    line-height: 22px
}

.cal-collection-link {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
    display: inline-block
}

.cal-collection-link:hover {
    text-decoration: underline
}

.cac-by-state-grid {
    grid-column-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: auto auto auto;
    place-items: stretch center;
    margin-top: 56px
}

.cac-by-state-grid._2-grid {
    grid-template-columns: auto auto;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto
}

.cal-state-link {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 14px;
    text-decoration: none;
    display: block
}

.code-embed-3 {
    aspect-ratio: auto;
    object-fit: fill;
    min-width: 0;
    display: block;
    overflow: hidden
}

.code-embed-4 {
    overflow: hidden
}

.currency-pairing-grid {
    grid-row-gap: 40px;
    background-color: #f0f9ff;
    border-radius: 24px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-items: center;
    margin-top: 56px;
    padding: 40px 30px
}

.currency-paring-arrow {
    font-family: "Fa Solid 900", Arial, sans-serif;
    font-size: 20px
}

.currency-pairing-top {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
    margin-bottom: 6px;
    display: flex
}

.currency-paring-block {
    color: var(--_new-home---text);
    text-align: center;
    text-decoration: none
}

.code-embed-5 {
    padding-left: 0
}

.link,
.link-2,
.link-3 {
    color: var(--color--text)
}

.my-5 {
    margin-top: 8px;
    margin-bottom: 8px
}

.link-4 {
    color: var(--_new-home---primary--grey--600);
    text-decoration: none
}

.link-4:hover {
    text-decoration: underline
}

.ot-bk-step-wrapper {
    padding-top: 60px;
    padding-bottom: 40px
}

.sign-hero-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-rows: auto;
    max-width: 900px;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto
}

.sign-block-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    background-color: var(--_new-home---primary--blue--700);
    border-radius: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding: 45px 40px;
    display: flex
}

.sign-block-image {
    aspect-ratio: 1;
    color: var(--_new-home---primary--blue--700);
    background-color: #fff;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    width: 70px;
    padding: 10px;
    font-family: "Fa Solid 900", Arial, sans-serif;
    font-size: 40px;
    display: flex
}

.sign-block-heading {
    color: #fff;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 600;
    line-height: 32px
}

.sign-block-text {
    color: #e4e4e4;
    text-align: center
}

.sign-block-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex
}

.sign-form-wrapper {
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    display: flex
}

.signature-grid {
    grid-column-gap: 30px;
    grid-row-gap: 80px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 900px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto
}

.personality-sign-title {
    color: var(--color--otto-blue);
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 500;
    line-height: 32px
}

.successful-sign-block {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex
}

.personality-sign-img {
    border-radius: 10px;
    margin-bottom: 15px;
    box-shadow: 0 4px 8px #0000001a
}

.successful-sign-image {
    margin-top: 15px
}

.successful-sign-title {
    color: var(--color--otto-blue);
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px
}

.successful-people-position {
    color: #738194;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 24px
}

.successful-people-position.long-sub-head {
    line-height: 32px
}

.successful-people-position.max-800 {
    max-width: 800px
}

.legally-sign-icon {
    aspect-ratio: 1;
    color: var(--_new-home---primary--blue--700);
    background-color: #dcedff;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    width: 70px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    font-size: 25px;
    display: flex
}

.legally-sign-icon.fa-400 {
    font-family: "Fa 400", Arial, sans-serif
}

.mt-56 {
    margin-top: 56px
}

.grid-5 {
    grid-column-gap: 49px;
    grid-template-rows: auto;
    grid-template-columns: .85fr 1fr
}

.sign-zigzag-bottom-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    max-width: 900px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto
}

.sign-zigzag-grid {
    grid-column-gap: 59px;
    grid-template-rows: auto;
    grid-template-columns: .6fr 1fr;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto
}

.sign-zigzag-bottom-block {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: center;
    background-color: #fff;
    border-radius: 12px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
    display: flex
}

.sign-zigzag-icon {
    aspect-ratio: 1;
    color: var(--_new-home---primary--blue--700);
    background-color: #d7ebff;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    width: 50px;
    padding: 10px;
    font-family: "Fa 400", Arial, sans-serif;
    font-size: 22px;
    display: flex
}

.sign-zigzag-icon.fa-900 {
    font-family: "Fa Solid 900", Arial, sans-serif
}

.sign-zigzag-h3 {
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px
}

.sign-why-otto-grid {
    grid-column-gap: 50px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    place-items: stretch center;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto
}

.why-otto-left-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px
}

.why-otto-left-block {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: center;
    background-color: #f3f9ff;
    border-radius: 12px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    display: flex
}

.sign-why-otto-icon {
    justify-content: center;
    align-items: center;
    font-family: "Fa 400", Arial, sans-serif;
    font-size: 40px;
    line-height: 40px
}

.why-otto-right-block {
    background-color: #f3f9ff;
    border-radius: 12px;
    padding: 20px 0
}

.why-otto-heading {
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 500
}

.why-otto-right-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-bottom: 1px solid #d4d4d4;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr
}

.why-otto-right-grid.border-none {
    border-bottom-style: none
}

.why-otto-table-grid {
    justify-content: flex-start;
    align-items: center;
    padding: 15px 20px;
    display: flex
}

.why-otto-right-grid-title {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.why-otto-right-grid-title.left {
    text-align: left
}

.why-otto-check {
    color: var(--_new-home---primary--blue--700);
    text-align: center;
    flex: 1;
    font-family: "Fa Solid 900", Arial, sans-serif;
    font-size: 22px
}

.why-otto-dash {
    text-align: center;
    flex: 1;
    font-family: "Fa Solid 900", Arial, sans-serif;
    font-size: 22px
}

.why-otto-right-main {
    text-align: center
}

.mt-50 {
    margin-top: 60px
}

.personality-sign-block {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex
}

.llc-vs-corporation-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto
}

.llc-compare-block {
    background-color: #fff;
    border-radius: 24px;
    padding: 20px 16px
}

.div-block-55 {
    border-bottom: 1px solid #cfcfcf;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
    display: flex
}

.div-block-56 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex
}

.llc-compare-list-icon {
    margin-top: 3px;
    font-family: "Fa 400", Arial, sans-serif;
    font-size: 20px
}

.llc-comare-h3 {
    color: var(--_new-home---heading-color);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 500;
    line-height: 32px
}

.llc-compare-h4 {
    color: var(--_new-home---heading-color);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500
}

.ot-pricing-tabs-content {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column
}

.ot-footer-center-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 60%;
    display: block
}

.ot-footer-center-block-wrapper {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    object-fit: fill;
    border-bottom: 1px solid #e5e7eb;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 20px;
    display: flex
}

.ot-footer-center-block-wrapper.p-bottom-20 {
    align-items: center;
    padding-bottom: 20px
}

.ot-footer-center-block-wrapper.border-none {
    border-bottom-style: none
}

.ot-footer-bottom-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: space-between;
    align-items: center;
    padding-top: 21px;
    padding-bottom: 24px;
    display: flex
}

.ot-footer-bottom-wrapper.ot-n-footer-bottom-block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: space-between;
    display: flex
}

.ot-footer-help-text-2 {
    margin-top: 10px
}

.socialicons {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: flex-start;
    align-items: flex-end
}

.ot-footer-icon-new {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-items: center;
    width: 295.604px
}

.ot-footer-social-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: flex-start;
    align-items: flex-end
}

.ot-footer-social-text {
    color: #000;
    font-weight: 500
}

@media screen and (min-width:1280px) {
    h1 {
        font-size: var(--font-size--desktop-h1);
        line-height: var(--line-height--desktop-h1)
    }

    h2 {
        font-size: var(--font-size--desktop-h2);
        line-height: var(--line-height--desktop-h2)
    }

    h3 {
        font-size: var(--font-size--desktop-h3);
        line-height: var(--line-height--desktop-h3)
    }

    .o-heading-h2 {
        font-size: var(--font-size--desktop-h2);
        line-height: var(--line-height--desktop-h2)
    }

    .ot-zigzag-grid {
        grid-column-gap: 190px;
        padding-left: 99px;
        padding-right: 99px
    }

    .o-review-title {
        max-height: 128px;
        font-size: 24px;
        line-height: 32px
    }

    .ot-footer-wraper {
        padding-left: 96px;
        padding-right: 96px
    }

    .ot-hero-grid {
        grid-column-gap: 160px;
        grid-row-gap: 160px
    }

    .grid-2 {
        grid-column-gap: 120px;
        grid-row-gap: 120px;
        grid-template-columns: 1fr 1fr
    }

    .book-meeting-container {
        max-width: 1180px
    }

    .otto-container,
    .otto-hero-container {
        padding-left: 0;
        padding-right: 0
    }
}

@media screen and (min-width:1440px) {
    .page-breadcrumb-container {
        padding-left: 42px;
        padding-right: 42px
    }

    .o-review-title {
        max-height: 96px
    }

    .ot-navbar {
        margin-left: 42px;
        margin-right: 42px
    }

    .ot-comparision-head {
        text-decoration: none
    }

    .cac-by-state-grid._2-grid {
        grid-template-rows: auto;
        grid-template-columns: auto auto
    }

    .link-5,
    .link-6,
    .link-7,
    .link-8 {
        text-decoration: none
    }
}

@media screen and (min-width:1920px) {
    .ot-hero-image-section {
        background-position: 50% 0
    }

    .ot-zigzag-pera {
        color: var(--_new-home---primary--grey--700)
    }
}

@media screen and (max-width:991px) {
    .container {
        max-width: 728px
    }

    .hero-heading-left {
        padding-bottom: 60px;
        display: block
    }

    .hero-wrapper {
        flex-direction: column;
        grid-template-columns: 1fr;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: -40px
    }

    .hero-save-money-split-text {
        align-items: flex-start;
        max-width: 100%;
        margin-bottom: 40px
    }

    .margin-bottom-24px {
        max-width: 100%
    }

    .testimonial-column-light {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .centered-heading {
        text-align: left;
        font-size: 36px;
        line-height: 46px
    }

    .testimonial-grid-two {
        grid-column-gap: 30px;
        grid-template-columns: 1fr 1fr
    }

    .testimonial-main-heading {
        font-size: 25px;
        line-height: 30px
    }

    .div-block {
        max-width: 100%
    }

    .heading {
        text-align: center;
        font-size: 55px;
        line-height: 65px
    }

    .div-block-2 {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        display: flex
    }

    .bold-text {
        font-size: 25px
    }

    .div-block-4 {
        width: 100%
    }

    .heading-2 {
        max-width: 100%
    }

    .testimonial-slider-large-2 {
        padding-top: 60px;
        padding-bottom: 40px
    }

    .container-2 {
        max-width: 728px
    }

    .testimonial-slide-2 {
        padding-left: 32px
    }

    .testimonial-quote-2 {
        overflow: visible
    }

    .herio-description {
        text-align: center;
        max-width: 100%
    }

    .hero-split-copy {
        align-items: center;
        max-width: 100%;
        margin-bottom: 40px
    }

    .hero-save-money-split {
        order: -1;
        align-items: flex-start;
        max-width: 100%;
        margin-bottom: 40px
    }

    .hero-split-image {
        align-items: flex-start;
        max-width: 100%;
        margin-bottom: 40px
    }

    .hero-section1 {
        padding-top: 40px;
        display: block
    }

    .container-5 {
        max-width: 728px
    }

    .footer-form-two-2 {
        text-align: center;
        padding: 40px
    }

    .button-demo-large {
        font-size: 16px
    }

    .centered-heading-copy {
        text-align: center;
        font-size: 36px;
        line-height: 46px
    }

    .author-container {
        max-width: 728px
    }

    .collection-list-wrapper {
        padding-top: 0;
        padding-bottom: 0
    }

    .collection-item-3 {
        margin-left: 10px;
        margin-right: 10px;
        display: inline
    }

    .collection-list-3 {
        margin-left: 0
    }

    .template-hero-section {
        padding-top: 40px;
        display: block
    }

    .template-container {
        max-width: 728px
    }

    .temp-hero-wrapper {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: -40px
    }

    .hero-text-block,
    .temp-hero-image-block {
        align-items: center;
        max-width: 100%;
        margin-bottom: 40px
    }

    .temp-hero-button-block {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        display: flex
    }

    .temp-hero-description {
        text-align: center;
        max-width: 100%;
        font-size: 20px
    }

    .temp-hero-heading-block {
        max-width: 100%
    }

    .temp-hero-heading {
        text-align: center;
        font-size: 48px;
        line-height: 58px
    }

    .div-block-32 {
        width: 100%
    }

    .template-3-grid-section {
        padding-top: 60px;
        padding-bottom: 60px
    }

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

    .template-faq-wrapper {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        margin-bottom: -40px
    }

    .faq-list-wrapper {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        flex-flow: wrap
    }

    .template-faq-container {
        max-width: 728px
    }

    .footer-content {
        grid-column-gap: 20px;
        grid-row-gap: 40px;
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-auto-columns: 1fr;
        display: grid
    }

    .footer-block {
        justify-content: flex-start;
        align-items: flex-start
    }

    .navbar-no-shadow-container {
        padding-left: 16px;
        padding-right: 16px
    }

    .nav-menu-wrapper-3 {
        background-color: #0000
    }

    .nav-menu {
        background-color: #fff;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 0;
        display: flex
    }

    .nav-link-3 {
        padding-left: 5px;
        padding-right: 5px
    }

    .nav-dropdown-list-3.shadow-three.w--open {
        position: absolute
    }

    .nav-button-wrapper {
        width: 100%;
        margin-left: 0
    }

    .menu-button-3 {
        padding: 12px
    }

    .menu-button-3.w--open {
        color: #fff;
        background-color: #a6b1bf
    }

    .blue-btn-wrapper {
        width: 100%;
        margin-left: 0
    }

    .container-7 {
        max-width: 728px
    }

    .pricing-grid {
        grid-column-gap: 30px
    }

    .all-product-cta-wrapper {
        justify-content: center;
        margin-bottom: 0
    }

    .all-product-cta-btn {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        display: flex
    }

    .o-section.bg-gray,
    .o-section.bg-transparent {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .o-heading-h2.md-text-center {
        text-align: center
    }

    .page-breadcrumb-container {
        padding-left: 16px;
        padding-right: 16px
    }

    .feature-img {
        width: 40px
    }

    .feature-block {
        padding: 20px
    }

    .footer-text {
        max-width: none
    }

    .d-none {
        display: none
    }

    .o-heading-animation {
        max-width: 519px
    }

    .o-heading-animation-span {
        font-size: 32px;
        line-height: 40px
    }

    .ot-hero-section,
    .ot-hero-section.pt-150 {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .ot-hero-section.pb-123 {
        padding-bottom: 60px
    }

    .ot-hero-section.bg-dotted {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .otto-home-container {
        padding-left: 16px;
        padding-right: 16px
    }

    .ot-h1 {
        font-size: var(--_new-home---font-size--t-h1);
        line-height: var(--_new-home---line-height--t-h1)
    }

    .ot-h1.ot-sitemap-h1 {
        font-size: 55px;
        line-height: 60px
    }

    .ot-subheadline {
        margin-left: auto;
        margin-right: auto
    }

    .ot-subheadline.ot-left {
        text-align: center
    }

    .ot-hero-image-section {
        padding-bottom: 50px
    }

    .ot-logo-section {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .ot-p-sticky {
        grid-column-gap: 40px;
        grid-row-gap: 40px
    }

    .ot-zigzag-grid {
        grid-row-gap: 50px;
        grid-template-columns: 1fr;
        align-self: stretch;
        place-items: center;
        padding-left: 50px;
        padding-right: 50px
    }

    .ot-zigzag-grid.reverce {
        grid-template-columns: 1fr
    }

    .ot-zigzag-content-block {
        grid-row-gap: 20px;
        text-align: center;
        justify-content: center;
        align-items: center
    }

    .ot-zigzag-content-block.left {
        text-align: left;
        justify-content: center;
        align-items: flex-start
    }

    .ot-h2 {
        font-size: var(--_new-home---font-size--t-h2);
        line-height: var(--_new-home---line-height--t-h2)
    }

    .ot-zigzag-title-text {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        justify-content: flex-start;
        align-items: center
    }

    .ot-zigzag-title-text.left {
        justify-content: flex-start;
        align-items: flex-start
    }

    .ot-tool-section {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .ot-tool-wrapper {
        margin-bottom: 50px
    }

    .ot-tool-heading-wrapper {
        grid-column-gap: 16px;
        grid-row-gap: 16px
    }

    .ot-need-wrapper {
        grid-column-gap: 34px;
        grid-row-gap: 34px;
        flex-flow: wrap
    }

    .ot-need-block-main {
        flex-flow: wrap;
        justify-content: center;
        align-items: center
    }

    .ot-review-section {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .ot-review-content-block {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        opacity: 1;
        height: auto;
        display: flex
    }

    .ot-review-top-block {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        flex-flow: column;
        justify-content: flex-start;
        align-items: flex-start
    }

    .ot-review-wrapper {
        flex-flow: column;
        margin-top: 34px
    }

    .o-review-title {
        max-height: none;
        font-size: 18px;
        line-height: 28px
    }

    .ot-review-block {
        width: 100%;
        padding: 30px 16px
    }

    .ot-counter-section {
        padding-bottom: 48px
    }

    .ot-counter-main {
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        justify-content: space-between
    }

    .ot-conter-text {
        padding-top: 12px
    }

    .ot-cta-section {background-image:url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/679b2a47d551a8146bde7ec3_texture.svg");background-position:50%;background-size:cover;
        padding-top: 50px;
        padding-bottom: 50px
    }

    .ot-cta-footer {
        grid-row-gap: 50px
    }

    .ot-footer-top-block {
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        flex-flow: wrap
    }

    .ot-footer-top-block.p-bottom-20 {
        flex-flow: row
    }

    .ot-footer-top-grid {
        grid-column-gap: 30px;
        grid-row-gap: 30px
    }

    .ot-footer-top-grid._5-column-grid {
        grid-template-columns: 1fr 1fr 1fr
    }

    .ot-footer-links-block {
        min-width: auto
    }

    .ot-navbar {
        background-color: #fff;
        margin-left: 16px;
        margin-right: 16px
    }

    .ot-navbar-container {
        background-color: #0000
    }

    .ot-nav-inner-container {
        padding: 2px 2px 2px 10px
    }

    .ot-nav-inner-container.pad-13 {
        padding-top: 0;
        padding-bottom: 0
    }

    .ot-navbar-wrapper {
        z-index: 999;
        display: flex
    }

    .ot-navbar-brand {
        z-index: 1
    }

    .ot-nav-menu-wrapper {
        background-color: #fff;
        height: 99vh;
        padding-top: 100px;
        position: fixed;
        top: 0;
        box-shadow: 0 2px 8px #00000014
    }

    .ot-nav-menu-wrapper.height-auto {
        height: auto
    }

    .ot-nav-menu {
        flex-flow: column;
        justify-content: flex-start;
        align-items: stretch;
        padding-bottom: 40px;
        padding-left: 10px;
        padding-right: 10px
    }

    .nav-link-5 {
        padding-left: 5px;
        padding-right: 5px
    }

    .ot-nav-dropdown-toggle {
        display: block
    }

    .nav-dropdown-list-4.shadow-three.w--open {
        position: absolute
    }

    .ot-nav-menu-button {
        padding-left: 10px;
        padding-right: 10px
    }

    .ot-nav-button-wrapper {
        z-index: 2;
        justify-content: flex-start;
        align-items: center;
        margin-left: 0;
        position: relative
    }

    .ot-nav-button-wrapper.inner {
        justify-content: flex-start;
        align-items: center;
        margin-top: 20px;
        padding-left: 25px
    }

    .ot-menu-button {
        z-index: 1;
        padding: 8px
    }

    .ot-menu-button.w--open {
        color: #fff;
        background-color: #0000
    }

    .ot-menu-icon {
        color: #000;
        font-size: 40px
    }

    .template-form {
        text-align: left;
        width: 450px;
        margin-left: auto;
        margin-right: auto
    }

    .navigation-inner-wrap {
        grid-column-gap: 12px;
        grid-row-gap: 12px;
        flex-flow: column;
        justify-content: center;
        align-items: flex-start;
        padding-left: 15px;
        padding-right: 15px;
        display: flex
    }

    .ot-nav-dropdown-list {
    top: 100%;
        position: static;
        transform: none
    }

    .ot-nav-dropdown-list.w--open {
        margin-top: 5px
    }

    .nav-dropdown-title {
        font-size: 16px;
        line-height: 24px
    }

    .ot-nav-dropdown {
        width: 100%;
        padding-top: 0;
        padding-bottom: 0
    }

    .o-feature-main-block {
        padding: 40px
    }

    .o-feature-grid {
        grid-column-gap: 20px;
        grid-row-gap: 20px
    }

    .ot-feature-para-text {
        font-size: 16px;
        line-height: 24px
    }

    .ot-section {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .ot-section.mb-33,
    .ot-section.mb-60 {
        margin-bottom: 0
    }

    .o-glossary-hero-section {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .o-glossary-form-h2 {
        font-size: var(--_new-home---font-size--t-h2);
        line-height: var(--_new-home---line-height--t-h2)
    }

    .o-tax-category-left {
        min-width: 500px
    }

    .o-tax-templates-grid {
        grid-template-columns: 1fr 1fr 1fr
    }

    .o-resources-grid {
        grid-column-gap: 20px;
        grid-row-gap: 20px
    }

    .o-resources-h3 {
        font-size: 18px;
        line-height: 26px
    }

    .ot-hero-grid {
        grid-column-gap: 22px;
        grid-row-gap: 22px;
        grid-template-columns: 1fr
    }

    .ot-hero-grid-content {
        text-align: center
    }

    .trustpilot-wrapper {
        justify-content: center;
        align-items: center
    }

    .grid-2 {
        grid-template-columns: 1fr;
        display: block
    }

    .ot-book-meeting-content {
        text-align: center;
        justify-content: center;
        align-items: center
    }

    .ot-book-meeting-ul.desk {
        display: none
    }

    .ot-book-meeting-ul.mobile {
        display: flex
    }

    .ot-bm-slider {
        max-width: 728px
    }

    .ot-bm-slider.desk {
        display: none
    }

    .ot-bm-slider.mobile {
        display: block
    }

    .ot-book-meeting-left {
        margin-top: 0
    }

    .ot-bm-main {
        height: auto;
        padding-top: 60px;
        padding-bottom: 90px;
        display: block
    }

    .ot-bk-zigzag-grid {
        grid-row-gap: 30px;
        grid-template-columns: 1fr;
        align-self: stretch;
        place-items: center
    }

    .ot-bk-zigzag-grid.reverce {
        grid-template-columns: 1fr
    }

    .otto-container {
        max-width: none
    }

    .ot-bk-zigzag-wrapper {
        grid-row-gap: 60px;
        margin-top: 60px
    }

    .ot-bk-step-grid {
        margin-top: 34px
    }

    .ot-bk-step-pera {
        font-size: 16px;
        line-height: 24px
    }

    .ot-financial-main-wraper {
        margin-top: 34px
    }

    .ot-financial-bottom-grid,
    .ot-financial-top-grid {
        grid-column-gap: 20px;
        grid-row-gap: 20px
    }

    .ot-financial-link-block {
        padding: 20px
    }

    .ot-financial-h3 {
        font-size: 18px;
        line-height: 28px
    }

    .ot-review-slider {
        margin-top: 34px
    }

    .ot-review-slide-block {
        margin-left: 50px;
        margin-right: 50px
    }

    .ot-review-slide-text {
        font-size: 20px;
        line-height: 28px
    }

    .ot-pricing-wrapper {
        margin-top: 34px
    }

    .ot-pricing-grid {
        grid-template-columns: 1fr 1fr
    }

    .ot-faq-main-container {
        margin-top: 34px
    }

    .ot-compare-wrapper {
        grid-row-gap: 0px;
        border-bottom: 1px solid #edeff3;
        border-right: 1px solid #edeff3;
        margin-top: 34px
    }

    .ot-comare-head-grid {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        grid-template-columns: 1fr 1fr 1fr
    }

    .ot-comare-head-block {
        border-top: 1px solid #edeff3;
        border-left: 1px solid #edeff3;
        padding: 18px
    }

    .ot-comare-head {
        border-bottom: 1px solid #edeff3;
        padding-top: 0;
        padding-bottom: 0;
        top: 73px
    }

    .ot-compare-body {
        grid-row-gap: 0px
    }

    .ot-comare-body-grid {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        border-top-style: none;
        grid-template-columns: 1fr 1fr 1fr
    }

    .ot-comare-body-block {
        border-top: 1px solid #edeff3;
        border-left: 1px solid #edeff3;
        padding-left: 18px;
        padding-right: 18px
    }

    .ot-comare-body-title {
        white-space: normal
    }

    .collection-list-grid {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        grid-template-columns: 1fr 1fr 1fr
    }

    .ot-wc-grid {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        margin-top: 34px
    }

    .ot-wc-block {
        padding-left: 20px;
        padding-right: 20px
    }

    .ot-wc-h3 {
        line-height: 26px
    }

    .ot-wc-pera {
        font-size: 14px;
        line-height: 20px
    }

    .ot-collection-wrapper {
        padding-top: 100px
    }

    .ot-sitemap-h-h2 {
        font-size: 24px;
        line-height: var(--line-height--tablet-h2);
        font-weight: 600
    }

    .ot-button-wrapper.mt-24 {
        justify-content: center;
        align-items: center
    }

    .ot-hero-card-block {
        text-align: center
    }

    .ot-agreement-grid {
        grid-column-gap: 20px;
        grid-row-gap: 20px
    }

    .ot-zigzag-wrappers {
        grid-row-gap: 60px
    }

    .ot-hero-video-wrapper {
        padding-top: 50px
    }

    .ot-how-to-ul {
        text-align: left
    }

    .ot-h3 {
        font-size: var(--_new-home---font-size--t-h2);
        line-height: var(--_new-home---line-height--t-h2)
    }

    .ot-alternative-grid {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        border-top-style: none
    }

    .ot-point-ul {
        text-align: left
    }

    .ot-comparison-table-wrapper {
        border-right-style: none;
        border-radius: 0;
        overflow: auto
    }

    .ot-comparison-grid {
        grid-template-columns: 30% 11.66% 11.66% 11.66% 11.66% 11.66% 11.66%
    }

    .ot-comparison-grid._6-grid {
        grid-template-columns: 250px 150px 150px 150px 150px 150px
    }

    .ot-tools-list-wrapper {
        grid-template-columns: .7fr 1fr .7fr
    }

    .calculator-collection-item {
        padding: 20px
    }

    .cac-by-state-grid {
        margin-top: 34px
    }

    .cac-by-state-grid._2-grid {
        margin-left: 0;
        margin-right: 0
    }

    .currency-pairing-grid {
        margin-top: 34px
    }

    .signature-grid {
        grid-row-gap: 50px
    }

    .personality-sign-title {
        font-size: 20px;
        line-height: 30px
    }

    .successful-sign-block {
        justify-content: space-between
    }

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

    .sign-zigzag-grid {
        grid-column-gap: 30px
    }

    .sign-why-otto-grid,
    .why-otto-left-grid {
        grid-column-gap: 16px;
        grid-row-gap: 16px
    }

    .personality-sign-block {
        justify-content: flex-start
    }

    .llc-comare-h3 {
        font-size: 18px;
        line-height: 28px
    }

    .ot-footer-center-block-wrapper.p-bottom-20 {
        flex-flow: row
    }
}

@media screen and (max-width:767px) {
    h1 {
        font-size: var(--font-size--mobile-l-h1);
        line-height: var(--line-height--mobile-l-h1)
    }

    h2 {
        font-size: var(--font-size--mobile-l-h2);
        line-height: var(--line-height--mobile-l-h2)
    }

    h3 {
        font-size: var(--font-size--mobile-l-h3);
        line-height: var(--line-height--mobile-l-h3)
    }

    .navbar-brand {
        padding-left: 0
    }

    .hero-heading-left,
    .testimonial-column-light {
        padding: 40px 15px 60px
    }

    .centered-heading {
        font-size: 32px;
        line-height: 42px
    }

    .testimonial-grid-two {
        grid-template-columns: 1fr
    }

    .hero-wrapper-two {
        grid-column-gap: .75em;
        grid-row-gap: .75em
    }

    .div-block {
        justify-content: center
    }

    .heading {
        font-size: 42px;
        line-height: 52px;
        display: block
    }

    .div-block-3 {
        grid-column-gap: 12px;
        grid-row-gap: 12px
    }

    .div-block-4 {
        padding-top: 30px;
        padding-left: 50px
    }

    .hero-stack-deal-tracker {
        padding: 60px 15px
    }

    .heading-2 {
        max-width: none
    }

    .testimonial-slider-large-2 {
        padding: 60px 15px 40px
    }

    .testimonial-slide-2 {
        flex-direction: column;
        padding: 23px
    }

    .testimonial-content-2 {
        max-width: none;
        margin-bottom: 40px;
        margin-right: 0
    }

    .testimonial-quote-icon-2 {
        width: 50px;
        margin-bottom: 16px
    }

    .accordion-item-content {
        margin-right: 0
    }

    .hero-section1 {
        padding: 40px 15px 60px
    }

    .footer-subscribe-2 {
        padding-left: 15px;
        padding-right: 15px
    }

    .footer-form-two-2 {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .footer-form-container-two-2 {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center
    }

    .button-demo-large {
        font-size: 14px
    }

    .centered-heading-copy {
        text-align: center;
        font-size: 32px;
        line-height: 42px
    }

    .blog-collection-list {
        grid-template-columns: 1fr
    }

    .template-hero-section {
        padding: 40px 15px 60px
    }

    .temp-hero-description {
        font-size: 18px;
        line-height: 28px
    }

    .temp-hero-heading-block {
        justify-content: center
    }

    .temp-hero-heading {
        font-size: 35px;
        line-height: 45px;
        display: block
    }

    .template-3-grid-section {
        padding: 40px 15px 60px
    }

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

    .temlate-faq {
        padding: 60px 15px
    }

    .global-footer {
        padding-left: 15px;
        padding-right: 15px
    }

    .footer-wrapper {
        flex-direction: column;
        align-items: center
    }

    .footer-content {
        grid-template-columns: 1fr 1fr
    }

    .footer-block {
        justify-content: flex-start;
        align-items: flex-start
    }

    .footer-divider {
        margin-top: 60px
    }

    .navbar-no-shadow {
        position: sticky
    }

    .nav-menu {
        flex-direction: column;
        padding-bottom: 30px;
        padding-left: 16px;
        padding-right: 16px
    }

    .nav-link-3 {
        padding-top: 10px;
        padding-bottom: 10px;
        display: inline-block
    }

    .nav-dropdown-3 {
        flex-direction: column;
        align-items: center;
        display: flex
    }

    .nav-dropdown-toggle-3 {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .nav-dropdown-list-3.shadow-three {
        box-shadow: 0 8px 50px #0000000d
    }

    .nav-dropdown-list-3.shadow-three.w--open {
        position: relative
    }

    .nav-dropdown-list-3.shadow-three.mobile-shadow-hide {
        box-shadow: none
    }

    .btn-blue,
    .mobile-margin-top-12 {
        margin-top: 10px
    }

    .o-container {
        padding-left: 16px;
        padding-right: 16px
    }

    .product-ctas-section {
        padding: 60px 15px
    }

    .all-product-cta-section {
        padding: 0 15px 60px
    }

    .all-product-cta-wrapper {
        flex-wrap: wrap
    }

    .o-heading-h2 {
        font-size: var(--font-size--mobile-l-h2);
        line-height: var(--line-height--mobile-l-h2)
    }

    .explore-heading,
    .template-heading {
        font-size: 22px;
        line-height: 30px
    }

    .alternative-image {
        width: 60px;
        height: auto;
        margin-top: 5px;
        margin-bottom: 5px
    }

    .d-none {
        display: none
    }

    .terms-container {
        padding-left: 15px;
        padding-right: 15px
    }

    .header-form {
        margin-top: 10px
    }

    .category-grid {
        grid-template-columns: 1fr 1fr
    }

    .tax-off-writer-container {
        padding-left: 16px;
        padding-right: 16px
    }

    .ticker-logo {
        margin-left: 24px;
        margin-right: 24px
    }

    .o-heading-animation-span {
        font-size: 28px;
        line-height: 36px
    }

    .o-4-col-logo-grid {
        flex-flow: wrap;
        grid-template-columns: 1fr 1fr 1fr;
        justify-content: center;
        align-items: stretch;
        display: flex
    }

    .ot-hero-section,
    .ot-hero-section.pt-150 {
        padding-top: 50px;
        padding-bottom: 40px
    }

    .ot-hero-section.pb-123 {
        padding-bottom: 40px
    }

    .ot-hero-section.bg-dotted {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .ot-h1 {
        font-size: var(--_new-home---font-size--ml-h1);
        line-height: var(--_new-home---line-height--ml-h1)
    }

    .ot-h1.ot-sitemap-h1 {
        font-size: 45px;
        line-height: 50px
    }

    .ot-subheadline {
        font-size: 16px;
        line-height: 24px
    }

    .ot-primary-btn.compare-business {
        padding-left: 10px;
        padding-right: 10px
    }

    .ot-zigzag-grid {
        border-radius: 38px;
        padding: 30px
    }

    .ot-zigzag-grid.reverce {
        grid-row-gap: 40px
    }

    .ot-zigzag-content-block.left {
        text-align: center;
        justify-content: center;
        align-items: center
    }

    .ot-h2 {
        font-size: var(--_new-home---font-size--m-h2);
        line-height: var(--_new-home---line-height--m-h2)
    }

    .ot-zigzag-title-text.left {
        justify-content: center;
        align-items: center
    }

    .ot-zigzag-image-block {
        text-align: center
    }

    .ot-section-sub-head.long-sub-head {
        line-height: 24px
    }

    .ot-need-block-main {
        grid-column-gap: 20px;
        grid-row-gap: 20px
    }

    .ot-need-icon-text {
        grid-column-gap: 7px;
        grid-row-gap: 7px
    }

    .ot-need-icon {
        font-size: 20px;
        line-height: 20px
    }

    .o-review-title {
        font-size: 16px;
        line-height: 24px
    }

    .ot-counter-main {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        flex-flow: wrap;
        justify-content: space-between
    }

    .ot-form-block {
        align-self: stretch;
        width: 400px;
        margin-left: auto;
        margin-right: auto
    }

    .ot-email-field {
        width: 100%
    }

    .ot-review-work {
        font-size: 16px;
        line-height: 24px
    }

    .ot-footer-wraper {
        border-radius: 32px;
        padding-top: 30px;
        padding-left: 30px;
        padding-right: 30px
    }

    .ot-footer-top-block {
        grid-row-gap: 50px
    }

    .ot-footer-top-block.p-bottom-20 {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        flex-flow: wrap
    }

    .ot-footer-top-right {
        max-width: 100%
    }

    .ot-form-block-footer {
        align-self: stretch;
        width: 400px
    }

    .ot-footer-top-grid._5-column-grid {
        grid-template-columns: 1fr 1fr
    }

    .ot-footer-bottom-block.ot-n-footer-bottom-block {
        flex-flow: wrap;
        justify-content: center
    }

    .ot-navbar-brand {
        padding-left: 0
    }

    .ot-nav-menu {
        flex-direction: column
    }

    .nav-link-5 {
        padding-top: 10px;
        padding-bottom: 10px;
        display: inline-block
    }

    .nav-dropdown-4 {
        flex-direction: column;
        align-items: center;
        display: flex
    }

    .ot-nav-dropdown-toggle {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .nav-dropdown-list-4.shadow-three {
        box-shadow: 0 8px 50px #0000000d
    }

    .nav-dropdown-list-4.shadow-three.w--open {
        position: relative
    }

    .nav-dropdown-list-4.shadow-three.mobile-shadow-hide {
        box-shadow: none
    }

    .ot-menu-button {
        padding-top: 5px;
        padding-bottom: 3px
    }

    .ot-footer-top-left {
        max-width: 100%
    }

    .otto-center-text {
        font-size: 32px;
        line-height: 40px
    }

    .dropdown-inner-grid {
        grid-template-columns: 1fr 1fr
    }

    .o-feature-main-block {
        padding: 35px
    }

    .o-feature-grid {
        grid-column-gap: 35px;
        grid-row-gap: 35px;
        grid-template-columns: 1fr
    }

    .ot-feature-para-text {
        text-align: center
    }

    .o-feature-form-input {
        height: 46px
    }

    .o-glossary-section,
    .ot-section {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .o-glossary-section.pt-20 {
        padding-top: 20px
    }

    .o-glossary-form-h2 {
        font-size: var(--font-size--mobile-l-h2);
        line-height: var(--line-height--mobile-l-h2);
        text-align: center
    }

    .o-tax-category-main-wrapper {
        margin-top: 40px
    }

    .o-tax-category-left {
        min-width: auto;
        max-width: none
    }

    .o-tax-templates-grid {
        grid-template-columns: 1fr 1fr;
        margin-top: 40px
    }

    .o-tax-templates-p {
        min-height: auto
    }

    .o-resources-grid {
        grid-template-columns: 1fr 1fr;
        margin-top: 40px
    }

    .grid-2 {
        grid-column-gap: 50px;
        grid-row-gap: 50px;
        flex-flow: column
    }

    .book-meeting-container {
        padding-left: 16px;
        padding-right: 16px
    }

    .ot-bm-slider {
        max-width: none
    }

    .ot-book-meeting-right {
        min-height: auto;
        max-height: none;
        padding: 20px
    }

    .ot-book-meeting-right.d-md-none {
        display: none
    }

    .ot-bm-main {
        padding-top: 40px
    }

    .ot-bk-zigzag-grid {
        border-radius: 38px
    }

    .ot-bk-zigzag-wrapper {
        margin-top: 60px
    }

    .ot-hero-grid-form {
        padding: 20px
    }

    .ot-hero-grid-form.d-md-none {
        display: none
    }

    .ot-bk-step-grid {
        grid-template-columns: 1fr
    }

    .ot-financial-main-wraper {
        grid-column-gap: 20px;
        grid-row-gap: 20px
    }

    .ot-financial-top-grid {
        grid-template-columns: 1fr 1fr
    }

    .ot-financial-bottom-grid {
        order: -1;
        grid-template-columns: 1fr 1fr
    }

    .ot-financial-icon-block {
        width: 30px
    }

    .ot-review-slide-block {
        margin-left: 40px;
        margin-right: 40px
    }

    .ot-slide-block-top {
        padding-left: 20px
    }

    .ot-slide-block-bottom {
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        padding: 20px
    }

    .ot-review-slide-text {
        font-size: 16px;
        line-height: 24px
    }

    .div-block-45,
    .div-block-46 {
        display: none
    }

    .ot-pricing-grid {
        grid-template-columns: 1fr
    }

    .ot-pricing-price-block {
        min-height: auto
    }

    .ot-faq-main-container {
        margin-top: 14px
    }

    .ot-faq-container {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .ot-faq-h3 {
        font-size: 16px;
        line-height: 24px
    }

    .ot-faq-ans-text {
        font-size: 14px;
        line-height: 21px
    }

    .ot-comare-head-block {
        justify-content: flex-start
    }

    .ot-comare-head-block.center {
        text-align: center
    }

    .ot-comare-head-title {
        font-size: 18px;
        line-height: 26px
    }

    .ot-comare-head {
        top: 63px
    }

    .ot-comare-body-block {
        justify-content: flex-start
    }

    .collection-list-grid,
    .ot-wc-grid {
        grid-template-columns: 1fr 1fr
    }

    .ot-collection-wrapper {
        padding-top: 80px
    }

    .ot-sitemap-grid {
        grid-template-columns: 1fr 1fr 1fr
    }

    .ot-sitemap-wrapper {
        grid-column-gap: 50px;
        grid-row-gap: 50px
    }

    .ot-sitemap-link-text {
        font-size: 14px
    }

    .ot-sitemap-inner-wrapper {
        grid-column-gap: 24px;
        grid-row-gap: 24px
    }

    .ot-sitemap-h-h2 {
        font-size: 22px;
        line-height: var(--line-height--mobile-p-h2);
        font-weight: 600
    }

    .ot-legal-agriment-content {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        flex-flow: column
    }

    .ot-legal-agriment-p {
        text-align: center;
        column-count: 1
    }

    .ot-agreement-grid {
        grid-column-gap: 35px;
        grid-row-gap: 35px;
        flex-flow: wrap-reverse;
        grid-template-columns: 1fr;
        display: flex
    }

    .ot-h3 {
        font-size: var(--_new-home---font-size--m-h3);
        line-height: var(--_new-home---line-height--m-h3)
    }

    .o-blog-block {
        padding-bottom: 30px
    }

    .ot-comparison-table-wrapper {
        overflow: auto
    }

    .ot-comparison-grid {
        grid-template-columns: 40% 15% 15% 15% 15% 15% 15%
    }

    .ot-comparision-head {
        word-break: break-all;
        font-size: 15px
    }

    .ot-author-image {
        width: 100px
    }

    .ot-tools-list-wrapper {
        grid-template-columns: 1fr
    }

    .t-d-none {
        display: none
    }

    .calculator-collection-list {
        grid-template-columns: 1fr 1fr
    }

    .cac-by-state-grid {
        grid-row-gap: 0px;
        place-items: stretch start
    }

    .currency-pairing-grid {
        grid-template-columns: 1fr 1fr 1fr;
        padding: 30px 16px
    }

    .sign-hero-grid {
        grid-template-columns: 1fr
    }

    .signature-grid {
        grid-template-columns: 1fr 1fr
    }

    .successful-people-position.long-sub-head {
        line-height: 24px
    }

    .sign-zigzag-bottom-grid {
        grid-template-columns: 1fr 1fr
    }

    .llc-vs-corporation-grid,
    .sign-why-otto-grid,
    .sign-zigzag-grid {
        grid-template-columns: 1fr
    }

    .ot-footer-center-block {
        max-width: 100%
    }

    .ot-footer-center-block-wrapper,
    .ot-footer-center-block-wrapper.p-bottom-20 {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        flex-flow: wrap
    }

    .ot-footer-bottom-wrapper,
    .ot-footer-bottom-wrapper.ot-n-footer-bottom-block {
        flex-flow: wrap;
        justify-content: center
    }

    .ot-footer-social-block,
    .socialicons {
        justify-content: flex-start;
        align-items: flex-start
    }
}

@media screen and (max-width:479px) {
    h1 {
        font-size: var(--font-size--mobile-p-h1);
        line-height: var(--line-height--mobile-p-h1)
    }

    h2 {
        font-size: var(--font-size--mobile-p-h2);
        line-height: var(--line-height--mobile-p-h2)
    }

    h3 {
        font-size: var(--font-size--mobile-p-h3);
        line-height: var(--line-height--mobile-p-h3)
    }

    .container {
        max-width: none
    }

    .hero-heading-left {
        margin-top: 0;
        padding-top: 40px
    }

    .centered-heading {
        margin-bottom: 24px;
        font-size: 30px
    }

    .testimonial-main-heading {
        font-size: 22px
    }

    .hero-wrapper-two {
        grid-column-gap: .5em;
        grid-row-gap: .5em
    }

    .heading {
        font-size: 38px;
        line-height: 45px
    }

    .text-block {
        font-size: 17px
    }

    .div-block-3 {
        grid-column-gap: 8px;
        grid-row-gap: 8px
    }

    .div-block-4 {
        padding-top: 20px;
        padding-left: 35px
    }

    .container-2 {
        max-width: none
    }

    .testimonial-quote-icon-2 {
        width: 30px
    }

    .testimonial-quote-2 {
        font-size: 22px;
        line-height: 30px
    }

    .accordion-heading {
        font-size: 18px;
        line-height: 28px
    }

    .hero-section1 {
        margin-top: 0;
        padding-top: 40px
    }

    .container-5 {
        max-width: none
    }

    .footer-form-two-2 {
        padding: 0
    }

    .footer-form-container-two-2 {
        padding-top: 0
    }

    .button-demo-large {
        padding-left: 20px;
        padding-right: 20px
    }

    .centered-heading-copy {
        text-align: center;
        margin-bottom: 24px
    }

    .author-container {
        max-width: none
    }

    .collection-list-3 {
        overflow: auto
    }

    .template-hero-section {
        margin-top: 0;
        padding-top: 40px
    }

    .template-container {
        max-width: none
    }

    .hero-text-block {
        grid-column-gap: 0em;
        grid-row-gap: 0em
    }

    .temp-hero-description {
        font-size: 16px;
        line-height: 24px
    }

    .temp-hero-heading {
        font-size: 30px;
        line-height: 40px
    }

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

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

    .template-faq-container {
        max-width: none
    }

    .global-footer {
        padding-bottom: 20px
    }

    .footer-content {
        grid-column-gap: 24px;
        grid-row-gap: 24px;
        grid-template-columns: 1fr
    }

    .nav-menu {
        flex-direction: column
    }

    .blue-btn-wrapper,
    .nav-button-wrapper {
        width: auto
    }

    .container-7 {
        max-width: none
    }

    .glossery-cta-title {
        margin-bottom: 24px
    }

    .pricing-grid {
        grid-template-columns: 1fr
    }

    .o-section.bg-gray,
    .o-section.bg-transparent {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .o-heading-h2 {
        font-size: var(--font-size--mobile-p-h2);
        line-height: var(--line-height--mobile-p-h2)
    }

    .o-heading-h2.mb-24 {
        margin-bottom: 20px
    }

    .o-heading-wrapper {
        margin-bottom: 24px
    }

    .explore-heading {
        font-size: 20px
    }

    .how-to-point-heading {
        font-size: 20px;
        line-height: 30px
    }

    .feature-block {
        padding: 16px
    }

    .bottom-footer {
        flex-flow: column
    }

    .d-none {
        display: none
    }

    .launchlist-form {
        grid-row-gap: 10px;
        flex-flow: wrap;
        justify-content: center;
        align-items: center
    }

    .header-form-submit {
        width: 100%
    }

    .category-grid {
        grid-template-columns: 1fr
    }

    .o-4-col-logo-grid {
        grid-column-gap: 40px;
        grid-row-gap: 40px;
        grid-template-columns: 1fr 1fr
    }

    .o-company-logo-block {
        border-radius: 14px;
        width: 80px;
        height: 80px
    }

    .o-company-logo {
        width: 65px;
        height: auto
    }

    .o-minimize-icon {
        width: 23px;
        top: -7%;
        left: -7%
    }

    .ot-h1 {
        font-size: var(--_new-home---font-size--mp-h1)
    }

    .ot-h1.ot-sitemap-h1 {
        font-size: 35px;
        line-height: 48px
    }

    .ot-primary-btn.ot-submit {
        width: 100%;
        font-size: 14px;
        line-height: 22px;
        position: static;
        transform: none
    }

    .ot-primary-btn.outer {
        display: none
    }

    .ot-primary-btn.compare-btn {
        color: var(--_new-home---primary--blue--700);
        border-style: none;
        padding: 0;
        font-size: 12px;
        line-height: 14px
    }

    .ot-primary-btn.compare-btn:hover {
        box-shadow: none
    }

    .ot-primary-btn.compare-business {
        color: var(--_new-home---primary--blue--700);
        background-color: #0000;
        border-style: none;
        padding: 0;
        font-size: 12px;
        line-height: 14px
    }

    .ot-primary-btn.compare-business:hover {
        box-shadow: none
    }

    .ot-primary-btn.icon-with-text {
        justify-content: center;
        align-items: center
    }

    .ot-primary-btn.white-btn {
        padding-left: 20px;
        padding-right: 20px
    }

    .ot-secondary-btn.outer {
        display: none
    }

    .ot-secondary-btn.icon-with-text {
        justify-content: center;
        align-items: center
    }

    .ot-logo-title {
        margin-bottom: 25px
    }

    .ot-zigzag-grid {
        border-radius: 20px;
        padding: 16px
    }

    .ot-zigzag-grid.reverce {
        grid-row-gap: 30px
    }

    .ot-tool-section {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .ot-section-sub-head.fs-md-14 {
        font-size: 14px;
        line-height: 22px
    }

    .ot-tool-main {
        padding: 30px 16px
    }

    .ot-need-block-main {
        justify-content: center;
        align-items: center
    }

    .ot-counter-section,
    .ot-review-section {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .ot-counter-h4 {
        font-size: 20px;
        line-height: 28px
    }

    .ot-counter-after {
        height: 12px;
        top: 13px;
        left: -5px
    }

    .ot-company-logo-block.otto {
        width: 80px;
        height: 80px
    }

    .ot-form-block {
        width: 100%
    }

    .ot-form {
        text-align: center
    }

    .ot-email-field {
        width: 100%;
        margin-bottom: 10px
    }

    .ot-footer-wraper {
        padding-top: 16px;
        padding-left: 16px;
        padding-right: 16px
    }

    .ot-form-block-footer {
        width: 100%
    }

    .ot-footer-top-grid,
    .ot-footer-top-grid._5-column-grid {
        grid-template-columns: 1fr
    }

    .ot-nav-inner-container {
        padding-top: 0;
        padding-bottom: 0
    }

    .ot-nav-menu-wrapper {
        padding-top: 76px
    }

    .ot-nav-menu {
        flex-direction: column
    }

    .ot-nav-button-wrapper {
        flex-flow: column;
        align-items: stretch;
        width: auto
    }

    .ot-nav-button-wrapper.inner {
        align-items: stretch;
        padding-left: 25px;
        padding-right: 25px;
        display: flex
    }

    .otto-center-text {
        font-size: 28px;
        line-height: 36px
    }

    .template-form {
        width: 100%
    }

    .ot-tax-collection-list {
        grid-column-gap: 16px;
        grid-row-gap: 16px
    }

    .ot-tax-collection-item-block {
        font-size: 14px;
        line-height: 20px
    }

    .dropdown-inner-grid {
        grid-template-columns: 1fr
    }

    .o-feature-main-block {
        padding: 16px
    }

    .o-feature-grid {
        grid-column-gap: 20px;
        grid-row-gap: 20px
    }

    .o-content-block {
        grid-column-gap: 25px;
        grid-row-gap: 25px
    }

    .ot-feature-para-text {
        line-height: 24px
    }

    .o-feature-top-form {
        flex-flow: column
    }

    .ot-section.review {
        padding-bottom: 80px
    }

    .o-glossary-hero-section {
        background-size: auto
    }

    .o-glossary-form-h2 {
        font-size: var(--font-size--mobile-p-h2);
        line-height: var(--line-height--mobile-p-h2)
    }

    .o-tax-category-block {
        grid-column-gap: 12px;
        grid-row-gap: 12px;
        padding: 16px
    }

    .o-tax-category-head {
        font-size: 14px;
        line-height: 20px
    }

    .o-tax-category-right {
        min-width: 50px;
        max-width: 61px
    }

    .o-tex-category-p {
        font-size: 14px;
        line-height: 20px
    }

    .o-tex-category-icon {
        width: 30px;
        font-size: 14px;
        line-height: 30px
    }

    .o-tax-templates-grid.mb-0.grid-m-1 {
        grid-template-columns: 1fr
    }

    .o-tax-templates-link {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        border-radius: 12px;
        padding: 16px
    }

    .o-tax-templates-p,
    .o-tax-templates-span {
        font-size: 14px;
        line-height: 22px
    }

    .o-tax-templates-top {
        grid-column-gap: 16px;
        grid-row-gap: 16px
    }

    .o-resources-grid {
        grid-template-columns: 1fr
    }

    .o-resources-block {
        padding: 16px
    }

    .o-tax-form-input-block,
    .o-tax-form-input-block._w-50 {
        width: 100%
    }

    .grid-2 {
        display: block
    }

    .ot-bm-slide-block {
        padding: 16px
    }

    .ot-book-meeting-right {
        padding-left: 16px;
        padding-right: 16px
    }

    .ot-bk-zigzag-grid {
        border-radius: 20px
    }

    .ot-bk-zigzag-grid.reverce {
        grid-row-gap: 30px
    }

    .ot-hero-grid-form {
        padding: 16px
    }

    .ot-financial-bottom-grid,
    .ot-financial-top-grid {
        grid-template-columns: 1fr
    }

    .ot-financial-icon-block.slider-arrow-left,
    .ot-financial-icon-block.slider-arrow-right {
        position: static;
        transform: none
    }

    .ot-review-slide-block {
        margin-left: 0;
        margin-right: 0
    }

    .ot-review-left-arrow {
        width: 30px;
        inset: auto 15% -50px 0%
    }

    .ot-review-right-arrow {
        width: 30px;
        inset: auto 0% -50px 15%
    }

    .ot-pricing-popular.p-0 {
        margin-top: -26px;
        margin-left: 0
    }

    .ot-monthly-yearly-tabs.mb-26 {
        margin-bottom: 26px
    }

    .ot-comare-head-block {
        text-align: center;
        justify-content: flex-start;
        align-items: center;
        padding: 15px 10px
    }

    .ot-comare-head-text {
        margin-bottom: 10px
    }

    .ot-comare-head-title {
        font-size: 16px;
        line-height: 24px
    }

    .div-block-53 {
        flex-flow: column-reverse wrap;
        justify-content: flex-start;
        align-items: center
    }

    .ot-comare-body-block {
        justify-content: flex-start;
        align-items: center;
        padding: 15px 10px
    }

    .ot-comare-body-title {
        font-size: 16px;
        line-height: 24px
    }

    .ot-comare-body-text {
        font-size: 14px;
        line-height: 22px
    }

    .collection-list-grid {
        grid-template-columns: 1fr
    }

    .ot-collection-link {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        border-radius: 10px;
        padding: 16px
    }

    .ot-wc-grid {
        grid-template-columns: 1fr
    }

    .ot-sitemap-grid {
        grid-column-gap: 12px;
        grid-row-gap: 12px;
        grid-template-columns: 1fr 1fr
    }

    .ot-sitemap-wrapper.ot-sitemap-left {
        margin-top: 30px
    }

    .ot-sitemap-link-text {
        font-size: 14px;
        line-height: 22px
    }

    .ot-sitemap-h-h2 {
        font-size: 19px;
        font-weight: 600
    }

    .ot-agreement-grid {
        grid-column-gap: 20px;
        grid-row-gap: 20px
    }

    .ot-alternative-grid {
        grid-template-columns: 1fr 1fr
    }

    .o-blog-block {
        padding: 16px
    }

    .ot-comparison-grid {
        grid-template-columns: 40% 20% 20% 20% 20% 20% 20%
    }

    .ot-comparison-grid._6-grid {
        grid-template-columns: 170px 150px 150px 150px 150px 150px
    }

    .ot-comparision-head {
        font-size: 14px;
        line-height: 22px
    }

    .ot-author-inner {
        flex-flow: column;
        justify-content: flex-start;
        align-items: center
    }

    .ot-author-mail {
        justify-content: center;
        align-items: center
    }

    .ot-author-content {
        text-align: center
    }

    .author-collection-wrapper {
        margin-top: 50px
    }

    .calculator-collection-list {
        grid-template-columns: 1fr
    }

    .cac-by-state-grid {
        grid-template-columns: auto;
        justify-items: stretch
    }

    .cac-by-state-grid._2-grid {
        grid-template-columns: auto
    }

    .state-block {
        column-count: 2
    }

    .currency-pairing-grid {
        grid-template-columns: 1fr 1fr
    }

    .sign-block-wrapper {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        padding: 30px 16px
    }

    .sign-block-image {
        width: 50px;
        height: 50px
    }

    .sign-block-heading {
        font-size: 18px;
        line-height: 28px
    }

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

    .personality-sign-title {
        font-size: 16px;
        line-height: 24px
    }

    .personality-sign-img {
        margin-bottom: 8px
    }

    .successful-sign-title {
        font-size: 16px;
        line-height: 24px
    }

    .successful-people-position {
        font-size: 14px;
        line-height: 22px
    }

    .sign-zigzag-h3 {
        font-size: 16px
    }

    .why-otto-right-grid-title {
        font-size: 14px;
        line-height: 22px
    }

    .sign-hero-block-img {
        width: 30px;
        height: 30px
    }
}

#w-node-_0fc42039-19e5-07b7-169a-a58f03b843c0-7f30861b,
#w-node-_184a161d-93bd-e3c8-e3f7-36711e7b343d-7f30861b,
#w-node-_184a161d-93bd-e3c8-e3f7-36711e7b3440-7f30861b,
#w-node-_184a161d-93bd-e3c8-e3f7-36711e7b3443-7f30861b,
#w-node-_184a161d-93bd-e3c8-e3f7-36711e7b3446-7f30861b,
#w-node-_1dbdc90f-9bd5-15ba-4d23-d7c412808e95-64fab289,
#w-node-_1dbdc90f-9bd5-15ba-4d23-d7c412808e98-64fab289,
#w-node-_1dbdc90f-9bd5-15ba-4d23-d7c412808e9b-64fab289,
#w-node-_213280e3-7ea6-26fe-64df-eebb7adfc6f1-7f30861b,
#w-node-_28bf1856-db6c-ca7b-7c43-22b77583a573-64fab289,
#w-node-_28bf1856-db6c-ca7b-7c43-22b77583a576-64fab289,
#w-node-_28bf1856-db6c-ca7b-7c43-22b77583a579-64fab289,
#w-node-_2b63e990-2e6a-b8df-e490-142b5fe88e94-64fab289,
#w-node-_2b63e990-2e6a-b8df-e490-142b5fe88e97-64fab289,
#w-node-_2b63e990-2e6a-b8df-e490-142b5fe88e9a-64fab289,
#w-node-_4211eeb2-ce56-cd61-6075-385e4245959d-c6402339,
#w-node-_4211eeb2-ce56-cd61-6075-385e424595a4-c6402339,
#w-node-_4211eeb2-ce56-cd61-6075-385e424595ac-c6402339,
#w-node-_4211eeb2-ce56-cd61-6075-385e424595b4-c6402339,
#w-node-_4211eeb2-ce56-cd61-6075-385e424595bc-c6402339,
#w-node-_4211eeb2-ce56-cd61-6075-385e424595c4-c6402339,
#w-node-_45eb94c5-3822-9f50-4356-ad4bda1634ee-7f30861b,
#w-node-_45eb94c5-3822-9f50-4356-ad4bda1634f1-7f30861b,
#w-node-_45eb94c5-3822-9f50-4356-ad4bda1634f4-7f30861b,
#w-node-_45eb94c5-3822-9f50-4356-ad4bda1634f7-7f30861b,
#w-node-_492cca9f-b5ec-be18-39bc-6a237ae82aec-64fab289,
#w-node-_4edf3f6f-9a0e-5208-744c-325501376d14-c6402339,
#w-node-_6810144d-a73d-46ed-86cf-5fefecfcbd58-c6402339,
#w-node-_6a1b011b-f6e2-cb00-f16e-d58ba6faffe0-7f30861b,
#w-node-_6a1b011b-f6e2-cb00-f16e-d58ba6faffe3-7f30861b,
#w-node-_6a1b011b-f6e2-cb00-f16e-d58ba6faffe6-7f30861b,
#w-node-_6a1b011b-f6e2-cb00-f16e-d58ba6faffe9-7f30861b,
#w-node-_87ea56ed-4cca-3f03-4d73-7e51d00cac0d-64fab289,
#w-node-_87ea56ed-4cca-3f03-4d73-7e51d00cac10-64fab289,
#w-node-_87ea56ed-4cca-3f03-4d73-7e51d00cac13-64fab289,
#w-node-_90f672bb-bfb7-4f6f-693b-7518ab1821b3-7f30861b,
#w-node-_9328b841-a746-9300-2685-47d1f1646f88-7f30861b,
#w-node-_9328b841-a746-9300-2685-47d1f1646f8b-7f30861b,
#w-node-_9328b841-a746-9300-2685-47d1f1646f8e-7f30861b,
#w-node-_9328b841-a746-9300-2685-47d1f1646f91-7f30861b,
#w-node-_95da838e-5bec-96e4-5c89-8190504ecd15-64fab289,
#w-node-_95da838e-5bec-96e4-5c89-8190504ecd18-64fab289,
#w-node-_95da838e-5bec-96e4-5c89-8190504ecd1b-64fab289,
#w-node-_9760380c-5dd1-c6f5-0e22-05e44571176c-7f30861b,
#w-node-_9760380c-5dd1-c6f5-0e22-05e44571176f-7f30861b,
#w-node-_9760380c-5dd1-c6f5-0e22-05e445711772-7f30861b,
#w-node-_9760380c-5dd1-c6f5-0e22-05e445711775-7f30861b,
#w-node-_97c0e5c0-f6d6-3f80-397f-a0ed9f001706-5c5f6f25,
#w-node-_9eaa890e-75b3-71c4-a755-77adaf6ed7c1-7f30861b,
#w-node-_9eaa890e-75b3-71c4-a755-77adaf6ed7c4-7f30861b,
#w-node-_9eaa890e-75b3-71c4-a755-77adaf6ed7c7-7f30861b,
#w-node-_9eaa890e-75b3-71c4-a755-77adaf6ed7ca-7f30861b,
#w-node-a6375249-857b-81b9-4467-6e45235f9f59-64fab289,
#w-node-a6375249-857b-81b9-4467-6e45235f9f5c-64fab289,
#w-node-a6375249-857b-81b9-4467-6e45235f9f5f-64fab289,
#w-node-ae4aee22-3119-2a70-2116-866af61e5289-64fab289,
#w-node-ae4aee22-3119-2a70-2116-866af61e528c-64fab289,
#w-node-ae4aee22-3119-2a70-2116-866af61e528f-64fab289,
#w-node-aeebf5e7-3635-c95f-5b47-fd81b823d546-64fab289,
#w-node-aeebf5e7-3635-c95f-5b47-fd81b823d549-64fab289,
#w-node-aeebf5e7-3635-c95f-5b47-fd81b823d54c-64fab289,
#w-node-b4c4c864-29a8-a7bb-ac65-f6b6f0e374a9-7f30861b,
#w-node-b73f73bb-adf5-2ef8-1ada-737d4a390a2c-64fab289,
#w-node-b73f73bb-adf5-2ef8-1ada-737d4a390a2f-64fab289,
#w-node-b73f73bb-adf5-2ef8-1ada-737d4a390a32-64fab289,
#w-node-b8c3f52e-9e5a-b6e9-c488-7ee069321655-7f30861b,
#w-node-be55de94-2857-2a3b-05d5-bd17c3a4d6ae-64fab289,
#w-node-be55de94-2857-2a3b-05d5-bd17c3a4d6b1-64fab289,
#w-node-be55de94-2857-2a3b-05d5-bd17c3a4d6b4-64fab289,
#w-node-c82f806e-cb2e-604e-33f6-bd0579d42088-c6402339,
#w-node-d077fa2c-bb1b-8168-a089-5bb06fcc5b34-64fab289,
#w-node-d077fa2c-bb1b-8168-a089-5bb06fcc5b7d-64fab289,
#w-node-d077fa2c-bb1b-8168-a089-5bb06fcc5b80-64fab289,
#w-node-d077fa2c-bb1b-8168-a089-5bb06fcc5b83-64fab289,
#w-node-d801bb33-96b2-6d1a-586c-95824921f8f1-64fab289,
#w-node-d801bb33-96b2-6d1a-586c-95824921f8f4-64fab289,
#w-node-d801bb33-96b2-6d1a-586c-95824921f8f7-64fab289,
#w-node-da8173c8-dd78-f584-ff3d-afb302c1011f-64fab289,
#w-node-da8173c8-dd78-f584-ff3d-afb302c10122-64fab289,
#w-node-da8173c8-dd78-f584-ff3d-afb302c10125-64fab289,
#w-node-de275d86-2a4b-7221-6651-8c1bf61d9b40-7f30861b,
#w-node-de275d86-2a4b-7221-6651-8c1bf61d9b43-7f30861b,
#w-node-de275d86-2a4b-7221-6651-8c1bf61d9b46-7f30861b,
#w-node-de275d86-2a4b-7221-6651-8c1bf61d9b49-7f30861b,
#w-node-e9a54ab6-f1ca-9dd9-8e90-6e59a8e4766c-7f30861b,
#w-node-e9a54ab6-f1ca-9dd9-8e90-6e59a8e4766f-7f30861b,
#w-node-e9a54ab6-f1ca-9dd9-8e90-6e59a8e47672-7f30861b,
#w-node-e9a54ab6-f1ca-9dd9-8e90-6e59a8e47675-7f30861b,
#w-node-ea928bc2-ad38-977e-97b1-73ccc479a0b4-64fab289,
#w-node-ef593cb8-26ec-b024-20e4-23466492eaab-7f30861b,
#w-node-ef593cb8-26ec-b024-20e4-23466492eaae-7f30861b,
#w-node-ef593cb8-26ec-b024-20e4-23466492eab1-7f30861b,
#w-node-ef593cb8-26ec-b024-20e4-23466492eab4-7f30861b,
#w-node-fd2c4721-5657-0aad-d746-87c29335b8b3-9335b8ad,
#w-node-fd2c4721-5657-0aad-d746-87c29335b8bc-9335b8ad,
#w-node-fd2c4721-5657-0aad-d746-87c29335b8c3-9335b8ad,
#w-node-fd2c4721-5657-0aad-d746-87c29335b8c8-9335b8ad,
#w-node-ff077161-cd92-56c2-75da-881a86f82897-7f30861b,
#w-node-ff077161-cd92-56c2-75da-881a86f8289a-7f30861b,
#w-node-ff077161-cd92-56c2-75da-881a86f8289d-7f30861b,
#w-node-ff077161-cd92-56c2-75da-881a86f828a0-7f30861b {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-_96aef7fc-c8f0-4b54-196d-04700e59057d-7f30861b {
    grid-area: span 1/span 2/span 1/span 2
}

#w-node-_013bcc94-bba4-d6e7-4752-02f3251617be-7f30861b,
#w-node-_013bcc94-bba4-d6e7-4752-02f3251617c1-7f30861b,
#w-node-_013bcc94-bba4-d6e7-4752-02f3251617c4-7f30861b,
#w-node-_013bcc94-bba4-d6e7-4752-02f3251617c7-7f30861b,
#w-node-_015f9f2b-f778-6191-702b-6760ad1d529b-7f30861b,
#w-node-_015f9f2b-f778-6191-702b-6760ad1d529e-7f30861b,
#w-node-_015f9f2b-f778-6191-702b-6760ad1d52a1-7f30861b,
#w-node-_015f9f2b-f778-6191-702b-6760ad1d52a4-7f30861b,
#w-node-_090704c1-36fd-702b-5fc5-491309963f4e-7f30861b,
#w-node-_090704c1-36fd-702b-5fc5-491309963f51-7f30861b,
#w-node-_090704c1-36fd-702b-5fc5-491309963f54-7f30861b,
#w-node-_090704c1-36fd-702b-5fc5-491309963f57-7f30861b,
#w-node-_0d36ec42-4d4c-c932-2746-ef7e2a31b3ef-7f30861b,
#w-node-_0d36ec42-4d4c-c932-2746-ef7e2a31b3f2-7f30861b,
#w-node-_0d36ec42-4d4c-c932-2746-ef7e2a31b3f5-7f30861b,
#w-node-_0d36ec42-4d4c-c932-2746-ef7e2a31b3f8-7f30861b,
#w-node-_1456cb3e-0954-5d39-0e5b-59d0480fe529-7f30861b,
#w-node-_1456cb3e-0954-5d39-0e5b-59d0480fe52c-7f30861b,
#w-node-_1456cb3e-0954-5d39-0e5b-59d0480fe52f-7f30861b,
#w-node-_1456cb3e-0954-5d39-0e5b-59d0480fe532-7f30861b,
#w-node-_28280580-8a16-14e0-aa51-683fa4d6a8a1-7f30861b,
#w-node-_28280580-8a16-14e0-aa51-683fa4d6a8a4-7f30861b,
#w-node-_28280580-8a16-14e0-aa51-683fa4d6a8a7-7f30861b,
#w-node-_28280580-8a16-14e0-aa51-683fa4d6a8aa-7f30861b,
#w-node-_2b25362c-f012-202b-81c7-56c1171b8b23-560e63dd,
#w-node-_2b267229-4142-e3af-4b5b-9c6f4e26accb-7f30861b,
#w-node-_2b267229-4142-e3af-4b5b-9c6f4e26acce-7f30861b,
#w-node-_2b267229-4142-e3af-4b5b-9c6f4e26acd1-7f30861b,
#w-node-_2b267229-4142-e3af-4b5b-9c6f4e26acd4-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0a4-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0a9-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0ac-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0af-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0b2-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0b6-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0b9-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0bc-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0bf-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0c3-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0c6-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0c9-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0cc-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0d0-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0d3-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0d6-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0d9-7f30861b,
#w-node-_370a8c4a-c51b-08bc-c097-55ca6019cbc5-7f30861b,
#w-node-_370a8c4a-c51b-08bc-c097-55ca6019cbc8-7f30861b,
#w-node-_370a8c4a-c51b-08bc-c097-55ca6019cbcb-7f30861b,
#w-node-_370a8c4a-c51b-08bc-c097-55ca6019cbce-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cae-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cb3-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cb6-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cb9-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cbc-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cc0-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cc3-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cc6-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cc9-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2ccd-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cd0-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cd3-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cd6-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cda-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cdd-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2ce0-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2ce3-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2ce7-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cea-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2ced-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cf0-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cf4-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cf7-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cfa-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cfd-7f30861b,
#w-node-_4ee45b8a-2d5c-9a78-2f5d-0ca8e017cce6-7f30861b,
#w-node-_4ee45b8a-2d5c-9a78-2f5d-0ca8e017cce9-7f30861b,
#w-node-_4ee45b8a-2d5c-9a78-2f5d-0ca8e017ccec-7f30861b,
#w-node-_4ee45b8a-2d5c-9a78-2f5d-0ca8e017ccef-7f30861b,
#w-node-_53c926a5-ee7d-a20d-a3fb-ed0a9ea665b3-7f30861b,
#w-node-_53c926a5-ee7d-a20d-a3fb-ed0a9ea665b6-7f30861b,
#w-node-_53c926a5-ee7d-a20d-a3fb-ed0a9ea665b9-7f30861b,
#w-node-_53c926a5-ee7d-a20d-a3fb-ed0a9ea665bc-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218ceba-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cebf-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cec2-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cec5-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cec8-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cecc-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218ced0-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218ced3-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218ced6-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218ceda-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cede-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cee1-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cee4-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cee8-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218ceeb-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218ceee-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cef1-7f30861b,
#w-node-_61f86c07-4e38-a6f3-c5fa-7407f29347e5-7f30861b,
#w-node-_61f86c07-4e38-a6f3-c5fa-7407f29347e8-7f30861b,
#w-node-_61f86c07-4e38-a6f3-c5fa-7407f29347eb-7f30861b,
#w-node-_61f86c07-4e38-a6f3-c5fa-7407f29347ee-7f30861b,
#w-node-_6f7fcb3d-d5d6-15be-e026-1e21b2ac5b9d-01ae2dcc,
#w-node-_6f7fcb3d-d5d6-15be-e026-1e21b2ac5b9d-4104a244,
#w-node-_6f7fcb3d-d5d6-15be-e026-1e21b2ac5b9d-8d035ad2,
#w-node-_6f7fcb3d-d5d6-15be-e026-1e21b2ac5b9d-b151776c,
#w-node-_714dd107-b5f0-69d1-7ae1-6473bd7d7d69-7f30861b,
#w-node-_714dd107-b5f0-69d1-7ae1-6473bd7d7d6c-7f30861b,
#w-node-_714dd107-b5f0-69d1-7ae1-6473bd7d7d6f-7f30861b,
#w-node-_714dd107-b5f0-69d1-7ae1-6473bd7d7d72-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053ce-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053d3-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053d6-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053d9-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053dc-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053e0-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053e5-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053e8-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053eb-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053ef-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053f6-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053f9-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053fc-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc905400-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc905403-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc905406-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc905409-7f30861b,
#w-node-_75f583cc-b707-d58e-eecf-b398fc192785-7f30861b,
#w-node-_75f583cc-b707-d58e-eecf-b398fc192788-7f30861b,
#w-node-_75f583cc-b707-d58e-eecf-b398fc19278b-7f30861b,
#w-node-_75f583cc-b707-d58e-eecf-b398fc19278e-7f30861b,
#w-node-_85c651f9-98d1-4fb8-194c-b5a30354293c-7f30861b,
#w-node-_85c651f9-98d1-4fb8-194c-b5a30354293f-7f30861b,
#w-node-_85c651f9-98d1-4fb8-194c-b5a303542942-7f30861b,
#w-node-_85c651f9-98d1-4fb8-194c-b5a303542945-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e0d9-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e0de-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e0e1-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e0e4-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e0e7-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e0eb-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e0ee-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e0f1-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e0f4-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e0f8-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e0fb-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e0fe-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e101-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e105-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e108-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e10b-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e10e-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e112-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e115-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e118-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e11b-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e11f-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e122-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e125-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e128-7f30861b,
#w-node-_90199a78-dbc0-2c8e-fd3f-6da2b62ee0b0-7f30861b,
#w-node-_90199a78-dbc0-2c8e-fd3f-6da2b62ee0b5-7f30861b,
#w-node-_90199a78-dbc0-2c8e-fd3f-6da2b62ee0b8-7f30861b,
#w-node-_90199a78-dbc0-2c8e-fd3f-6da2b62ee0bb-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e28-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e2d-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e30-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e33-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e36-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e3a-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e3d-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e40-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e43-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e47-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e4a-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e4d-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e50-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e54-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e57-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e5a-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e5d-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e61-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e64-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e67-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e6a-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e590582-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e590585-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e590588-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e59058b-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e59058f-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e590592-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e590595-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e590598-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e59059c-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e5905a0-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e5905a3-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e5905a6-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e5905aa-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e5905ae-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e5905b1-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e5905b4-7f30861b,
#w-node-_96de8b82-e179-7f9c-6e68-4728248abbfc-7f30861b,
#w-node-_96de8b82-e179-7f9c-6e68-4728248abbff-7f30861b,
#w-node-_96de8b82-e179-7f9c-6e68-4728248abc02-7f30861b,
#w-node-_96de8b82-e179-7f9c-6e68-4728248abc05-7f30861b,
#w-node-_97c0e5c0-f6d6-3f80-397f-a0ed9f001706-76c093c0,
#w-node-_97c0e5c0-f6d6-3f80-397f-a0ed9f001706-ed418883,
#w-node-_9bb16678-55c1-778d-73d1-0a38903ae48e-7f30861b,
#w-node-_9bb16678-55c1-778d-73d1-0a38903ae491-7f30861b,
#w-node-_9bb16678-55c1-778d-73d1-0a38903ae494-7f30861b,
#w-node-_9bb16678-55c1-778d-73d1-0a38903ae497-7f30861b,
#w-node-a688e0db-f564-39a3-2cb4-3a3c62786752-0250efba,
#w-node-a9bdd68e-1d9e-5aac-77a8-d5d3ec1e4bf7-7f30861b,
#w-node-a9bdd68e-1d9e-5aac-77a8-d5d3ec1e4bfa-7f30861b,
#w-node-a9bdd68e-1d9e-5aac-77a8-d5d3ec1e4bfd-7f30861b,
#w-node-a9bdd68e-1d9e-5aac-77a8-d5d3ec1e4c00-7f30861b,
#w-node-b58d41e1-65bc-830e-09b6-1cbfab50101f-7f30861b,
#w-node-b58d41e1-65bc-830e-09b6-1cbfab501022-7f30861b,
#w-node-b58d41e1-65bc-830e-09b6-1cbfab501025-7f30861b,
#w-node-b58d41e1-65bc-830e-09b6-1cbfab501028-7f30861b,
#w-node-c0412a9f-83e3-9222-d1af-2af99405c973-7f30861b,
#w-node-c0412a9f-83e3-9222-d1af-2af99405c976-7f30861b,
#w-node-c0412a9f-83e3-9222-d1af-2af99405c979-7f30861b,
#w-node-c0412a9f-83e3-9222-d1af-2af99405c97c-7f30861b,
#w-node-c07997d8-bdd8-b28d-f82a-b67aa0b6d5a7-7f30861b,
#w-node-c07997d8-bdd8-b28d-f82a-b67aa0b6d5aa-7f30861b,
#w-node-c07997d8-bdd8-b28d-f82a-b67aa0b6d5ad-7f30861b,
#w-node-c07997d8-bdd8-b28d-f82a-b67aa0b6d5b0-7f30861b,
#w-node-d67d728f-37fe-f1ff-d992-60ec1dc173b3-7f30861b,
#w-node-d67d728f-37fe-f1ff-d992-60ec1dc173b6-7f30861b,
#w-node-d67d728f-37fe-f1ff-d992-60ec1dc173b9-7f30861b,
#w-node-d67d728f-37fe-f1ff-d992-60ec1dc173bc-7f30861b,
#w-node-da7f4f7f-66e4-615d-be2a-295b1b392b06-7f30861b,
#w-node-da7f4f7f-66e4-615d-be2a-295b1b392b09-7f30861b,
#w-node-da7f4f7f-66e4-615d-be2a-295b1b392b0c-7f30861b,
#w-node-da7f4f7f-66e4-615d-be2a-295b1b392b0f-7f30861b,
#w-node-df5065d0-58bf-a95a-fcae-cc0891246204-7f30861b,
#w-node-df5065d0-58bf-a95a-fcae-cc0891246207-7f30861b,
#w-node-df5065d0-58bf-a95a-fcae-cc089124620a-7f30861b,
#w-node-df5065d0-58bf-a95a-fcae-cc089124620d-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a1d-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a22-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a25-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a28-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a2b-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a2f-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a32-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a35-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a38-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a3c-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a3f-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a42-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a45-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a49-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a4c-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a4f-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a52-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a56-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a59-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a5c-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a5f-7f30861b,
#w-node-f6536558-af9b-15ab-3ce7-1df73dfa9734-7f30861b,
#w-node-f6536558-af9b-15ab-3ce7-1df73dfa9737-7f30861b,
#w-node-f6536558-af9b-15ab-3ce7-1df73dfa973a-7f30861b,
#w-node-f6536558-af9b-15ab-3ce7-1df73dfa973d-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9faea-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9faef-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9faf2-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9faf5-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9faf8-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fafc-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9faff-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fb02-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fb05-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fb09-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fb0c-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fb0f-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fb12-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fb16-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fb19-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fb1c-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fb1f-7f30861b,
#w-node-ffb48ec9-879f-bf25-d955-5c926b338555-7f30861b,
#w-node-ffb48ec9-879f-bf25-d955-5c926b338558-7f30861b,
#w-node-ffb48ec9-879f-bf25-d955-5c926b33855b-7f30861b,
#w-node-ffb48ec9-879f-bf25-d955-5c926b33855e-7f30861b {
    grid-area: span 1/span 1/span 1/span 1
}

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

    #w-node-_216f12ae-ba9e-7966-97d1-b548748f14ad-ccff699d,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-ccff699d,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-ccff699d,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-ccff699d,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-ccff699d,
    #w-node-a6c1c49c-b847-624b-d15d-9c2f6ee7042e-ccff699d {
        order: -9999
    }

    #w-node-fd2c4721-5657-0aad-d746-87c29335b8b3-9335b8ad {
        grid-area: span 1/span 4/span 1/span 4
    }

    #w-node-_0722c148-ae40-2fcd-58d8-0e243f6e89b8-64fab289,
    #w-node-_0722c148-ae40-2fcd-58d8-0e243f6e89bb-64fab289,
    #w-node-_0722c148-ae40-2fcd-58d8-0e243f6e89da-64fab289,
    #w-node-_0c41a6a6-75bb-e14e-ca51-28e681040d4f-54ef974a,
    #w-node-_0c41a6a6-75bb-e14e-ca51-28e681040d52-54ef974a,
    #w-node-_0c41a6a6-75bb-e14e-ca51-28e681040d6f-54ef974a,
    #w-node-_0c41a6a6-75bb-e14e-ca51-28e681040d72-54ef974a,
    #w-node-_216f12ae-ba9e-7966-97d1-b548748f14ad-3b550c30,
    #w-node-_216f12ae-ba9e-7966-97d1-b548748f14ad-f0e04a7e,
    #w-node-_289c31eb-8abc-f4e2-bd60-14d0d8c99911-fed88d6b,
    #w-node-_289c31eb-8abc-f4e2-bd60-14d0d8c99914-fed88d6b,
    #w-node-_289c31eb-8abc-f4e2-bd60-14d0d8c99931-fed88d6b,
    #w-node-_289c31eb-8abc-f4e2-bd60-14d0d8c99934-fed88d6b,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-3b550c30,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-f0e04a7e,
    #w-node-_3b3dd5ee-68ee-92ea-0705-04aa69f94fdd-7ad3b6ec,
    #w-node-_3b3dd5ee-68ee-92ea-0705-04aa69f94fe0-7ad3b6ec,
    #w-node-_3b3dd5ee-68ee-92ea-0705-04aa69f94fff-7ad3b6ec,
    #w-node-_3b3dd5ee-68ee-92ea-0705-04aa69f95002-7ad3b6ec,
    #w-node-_41c0e31a-340f-9a0a-991d-c4663b2f73fb-0b00f232,
    #w-node-_41c0e31a-340f-9a0a-991d-c4663b2f73fe-0b00f232,
    #w-node-_41c0e31a-340f-9a0a-991d-c4663b2f741b-0b00f232,
    #w-node-_41c0e31a-340f-9a0a-991d-c4663b2f741e-0b00f232,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-3b550c30,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-f0e04a7e,
    #w-node-_530feea2-2c0a-3222-f877-6a5888b988bf-54b8eff2,
    #w-node-_530feea2-2c0a-3222-f877-6a5888b988c2-54b8eff2,
    #w-node-_530feea2-2c0a-3222-f877-6a5888b988df-54b8eff2,
    #w-node-_530feea2-2c0a-3222-f877-6a5888b988e2-54b8eff2,
    #w-node-_78ceae04-293d-816e-8cc5-52855c5cc628-04a8b58f,
    #w-node-_78ceae04-293d-816e-8cc5-52855c5cc62b-04a8b58f,
    #w-node-_78ceae04-293d-816e-8cc5-52855c5cc648-04a8b58f,
    #w-node-_78ceae04-293d-816e-8cc5-52855c5cc64b-04a8b58f,
    #w-node-_9583ee43-fd29-be4e-e101-49ec3a41fb81-83928fd0,
    #w-node-_9583ee43-fd29-be4e-e101-49ec3a41fb84-83928fd0,
    #w-node-_9583ee43-fd29-be4e-e101-49ec3a41fba1-83928fd0,
    #w-node-_9583ee43-fd29-be4e-e101-49ec3a41fba4-83928fd0,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-3b550c30,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-f0e04a7e,
    #w-node-a0e15047-3e53-d6b2-6bd7-6c6937e81317-ab4f9ee9,
    #w-node-a0e15047-3e53-d6b2-6bd7-6c6937e8131a-ab4f9ee9,
    #w-node-a0e15047-3e53-d6b2-6bd7-6c6937e81346-ab4f9ee9,
    #w-node-a0e15047-3e53-d6b2-6bd7-6c6937e81349-ab4f9ee9,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-3b550c30,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-f0e04a7e,
    #w-node-a6c1c49c-b847-624b-d15d-9c2f6ee7042e-3b550c30,
    #w-node-a6c1c49c-b847-624b-d15d-9c2f6ee7042e-f0e04a7e,
    #w-node-b1984bd0-f6f3-e524-1c1e-f831758f2102-2c440280,
    #w-node-b1984bd0-f6f3-e524-1c1e-f831758f2105-2c440280,
    #w-node-b1984bd0-f6f3-e524-1c1e-f831758f2124-2c440280,
    #w-node-b1984bd0-f6f3-e524-1c1e-f831758f2127-2c440280,
    #w-node-b69086b4-d75c-fa9c-7a0d-a3807b3acdf0-5c3d7ffe,
    #w-node-b69086b4-d75c-fa9c-7a0d-a3807b3acdf3-5c3d7ffe,
    #w-node-b69086b4-d75c-fa9c-7a0d-a3807b3ace10-5c3d7ffe,
    #w-node-b69086b4-d75c-fa9c-7a0d-a3807b3ace13-5c3d7ffe,
    #w-node-d3685cdd-81dd-fbe7-6796-7be19ac38b5c-67640707,
    #w-node-d3685cdd-81dd-fbe7-6796-7be19ac38b5f-67640707,
    #w-node-d3685cdd-81dd-fbe7-6796-7be19ac38b7c-67640707,
    #w-node-d3685cdd-81dd-fbe7-6796-7be19ac38b7f-67640707,
    #w-node-e03214e7-05ca-5435-0446-059158819a96-fc18b500,
    #w-node-e03214e7-05ca-5435-0446-059158819a99-fc18b500,
    #w-node-e03214e7-05ca-5435-0446-059158819ab6-fc18b500,
    #w-node-e03214e7-05ca-5435-0446-059158819ab9-fc18b500,
    #w-node-e1f296ab-f006-5384-8863-d777ad8be34a-a6f09c6e,
    #w-node-e1f296ab-f006-5384-8863-d777ad8be34d-a6f09c6e,
    #w-node-e1f296ab-f006-5384-8863-d777ad8be35c-a6f09c6e,
    #w-node-e1f296ab-f006-5384-8863-d777ad8be35f-a6f09c6e,
    #w-node-f1e0d2c2-a379-478a-6792-8d12c3a2d2d2-9b757bba,
    #w-node-f1e0d2c2-a379-478a-6792-8d12c3a2d2d5-9b757bba,
    #w-node-f1e0d2c2-a379-478a-6792-8d12c3a2d2f2-9b757bba,
    #w-node-f1e0d2c2-a379-478a-6792-8d12c3a2d2f5-9b757bba,
    #w-node-fb03c03c-6345-fbe6-0baf-02c4d639a49e-bad698d7,
    #w-node-fb03c03c-6345-fbe6-0baf-02c4d639a4a1-bad698d7,
    #w-node-fb03c03c-6345-fbe6-0baf-02c4d639a4be-bad698d7,
    #w-node-fb03c03c-6345-fbe6-0baf-02c4d639a4c1-bad698d7 {
        order: -9999
    }

    #w-node-ef02d72e-6a5c-95a2-dc85-a970072aad98-5485f0f2 {
        order: 9999
    }

    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-5485f0f2,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-5485f0f2,
    #w-node-_66f05f3d-8656-7064-e1d7-b748a9979968-0d81922a,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-5485f0f2,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-5485f0f2 {
        order: -9999
    }

    #w-node-_013bcc94-bba4-d6e7-4752-02f3251617be-7f30861b,
    #w-node-_015f9f2b-f778-6191-702b-6760ad1d529b-7f30861b,
    #w-node-_090704c1-36fd-702b-5fc5-491309963f4e-7f30861b,
    #w-node-_0d36ec42-4d4c-c932-2746-ef7e2a31b3ef-7f30861b,
    #w-node-_1456cb3e-0954-5d39-0e5b-59d0480fe529-7f30861b,
    #w-node-_184a161d-93bd-e3c8-e3f7-36711e7b343d-7f30861b,
    #w-node-_213280e3-7ea6-26fe-64df-eebb7adfc6f1-7f30861b,
    #w-node-_28280580-8a16-14e0-aa51-683fa4d6a8a1-7f30861b,
    #w-node-_2b267229-4142-e3af-4b5b-9c6f4e26accb-7f30861b,
    #w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0a4-7f30861b,
    #w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0a9-7f30861b,
    #w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0b6-7f30861b,
    #w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0c3-7f30861b,
    #w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0d0-7f30861b,
    #w-node-_370a8c4a-c51b-08bc-c097-55ca6019cbc5-7f30861b,
    #w-node-_45eb94c5-3822-9f50-4356-ad4bda1634ee-7f30861b,
    #w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cae-7f30861b,
    #w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cb3-7f30861b,
    #w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cc0-7f30861b,
    #w-node-_478d4bad-5e80-43bb-2270-ef10e06e2ccd-7f30861b,
    #w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cda-7f30861b,
    #w-node-_478d4bad-5e80-43bb-2270-ef10e06e2ce7-7f30861b,
    #w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cf4-7f30861b,
    #w-node-_4ee45b8a-2d5c-9a78-2f5d-0ca8e017cce6-7f30861b,
    #w-node-_53c926a5-ee7d-a20d-a3fb-ed0a9ea665b3-7f30861b,
    #w-node-_5a370f4f-24cb-4e7d-5880-e9a87218ceba-7f30861b,
    #w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cebf-7f30861b,
    #w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cecc-7f30861b,
    #w-node-_5a370f4f-24cb-4e7d-5880-e9a87218ceda-7f30861b,
    #w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cee8-7f30861b,
    #w-node-_61f86c07-4e38-a6f3-c5fa-7407f29347e5-7f30861b,
    #w-node-_6a1b011b-f6e2-cb00-f16e-d58ba6faffe0-7f30861b,
    #w-node-_714dd107-b5f0-69d1-7ae1-6473bd7d7d69-7f30861b,
    #w-node-_75df709f-8ca9-803e-fd9d-e163fc9053ce-7f30861b,
    #w-node-_75df709f-8ca9-803e-fd9d-e163fc9053d3-7f30861b,
    #w-node-_75df709f-8ca9-803e-fd9d-e163fc9053e0-7f30861b,
    #w-node-_75df709f-8ca9-803e-fd9d-e163fc9053ef-7f30861b,
    #w-node-_75df709f-8ca9-803e-fd9d-e163fc905400-7f30861b,
    #w-node-_75f583cc-b707-d58e-eecf-b398fc192785-7f30861b,
    #w-node-_85c651f9-98d1-4fb8-194c-b5a30354293c-7f30861b,
    #w-node-_85e1172a-f950-4796-52ff-844dfed7e0d9-7f30861b,
    #w-node-_85e1172a-f950-4796-52ff-844dfed7e0de-7f30861b,
    #w-node-_85e1172a-f950-4796-52ff-844dfed7e0eb-7f30861b,
    #w-node-_85e1172a-f950-4796-52ff-844dfed7e0f8-7f30861b,
    #w-node-_85e1172a-f950-4796-52ff-844dfed7e105-7f30861b,
    #w-node-_85e1172a-f950-4796-52ff-844dfed7e112-7f30861b,
    #w-node-_85e1172a-f950-4796-52ff-844dfed7e11f-7f30861b,
    #w-node-_90199a78-dbc0-2c8e-fd3f-6da2b62ee0b0-7f30861b,
    #w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e28-7f30861b,
    #w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e2d-7f30861b,
    #w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e3a-7f30861b,
    #w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e47-7f30861b,
    #w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e54-7f30861b,
    #w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e61-7f30861b,
    #w-node-_9328b841-a746-9300-2685-47d1f1646f88-7f30861b,
    #w-node-_96aef7fc-c8f0-4b54-196d-04700e59057d-7f30861b,
    #w-node-_96aef7fc-c8f0-4b54-196d-04700e590582-7f30861b,
    #w-node-_96aef7fc-c8f0-4b54-196d-04700e59058f-7f30861b,
    #w-node-_96aef7fc-c8f0-4b54-196d-04700e59059c-7f30861b,
    #w-node-_96aef7fc-c8f0-4b54-196d-04700e5905aa-7f30861b,
    #w-node-_96de8b82-e179-7f9c-6e68-4728248abbfc-7f30861b,
    #w-node-_9760380c-5dd1-c6f5-0e22-05e44571176c-7f30861b,
    #w-node-_9bb16678-55c1-778d-73d1-0a38903ae48e-7f30861b,
    #w-node-_9eaa890e-75b3-71c4-a755-77adaf6ed7c1-7f30861b,
    #w-node-a9bdd68e-1d9e-5aac-77a8-d5d3ec1e4bf7-7f30861b,
    #w-node-b58d41e1-65bc-830e-09b6-1cbfab50101f-7f30861b,
    #w-node-b8c3f52e-9e5a-b6e9-c488-7ee069321655-7f30861b,
    #w-node-c0412a9f-83e3-9222-d1af-2af99405c973-7f30861b,
    #w-node-c07997d8-bdd8-b28d-f82a-b67aa0b6d5a7-7f30861b,
    #w-node-c6224e35-6da3-b490-4671-64a3520ae307-7f30861b,
    #w-node-d67d728f-37fe-f1ff-d992-60ec1dc173b3-7f30861b,
    #w-node-da7f4f7f-66e4-615d-be2a-295b1b392b06-7f30861b,
    #w-node-de275d86-2a4b-7221-6651-8c1bf61d9b40-7f30861b,
    #w-node-df5065d0-58bf-a95a-fcae-cc0891246204-7f30861b,
    #w-node-e9a54ab6-f1ca-9dd9-8e90-6e59a8e4766c-7f30861b,
    #w-node-ef593cb8-26ec-b024-20e4-23466492eaab-7f30861b,
    #w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a1d-7f30861b,
    #w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a22-7f30861b,
    #w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a2f-7f30861b,
    #w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a3c-7f30861b,
    #w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a49-7f30861b,
    #w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a56-7f30861b,
    #w-node-f6536558-af9b-15ab-3ce7-1df73dfa9734-7f30861b,
    #w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9faea-7f30861b,
    #w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9faef-7f30861b,
    #w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fafc-7f30861b,
    #w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fb09-7f30861b,
    #w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fb16-7f30861b,
    #w-node-ff077161-cd92-56c2-75da-881a86f82897-7f30861b,
    #w-node-ffb48ec9-879f-bf25-d955-5c926b338555-7f30861b {
        grid-area: span 1/span 3/span 1/span 3
    }

    #w-node-_24dd4a8e-5b02-f393-094c-0e49960fbe79-c5c5bafa,
    #w-node-_24dd4a8e-5b02-f393-094c-0e49960fbe7c-c5c5bafa,
    #w-node-edee66f5-2c24-2a17-875f-c4a4c9b7fb36-6fd0254d {
        order: -9999
    }

    #w-node-ef02d72e-6a5c-95a2-dc85-a970072aad98-59497619 {
        order: 9999
    }

    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-0250efba,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-59497619,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-97b51d03,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-0250efba,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-59497619,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-97b51d03,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-0250efba,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-59497619,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-97b51d03,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-0250efba,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-59497619,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-97b51d03 {
        order: -9999
    }

    #w-node-ef02d72e-6a5c-95a2-dc85-a970072aad98-b4b3c629 {
        order: 9999
    }

    #w-node-_216f12ae-ba9e-7966-97d1-b548748f14ad-7d90cd80,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-09422be0,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-2ec89a7c,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-560e63dd,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-7d90cd80,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-b4b3c629,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-faa9e69a,
    #w-node-_3f82a720-c9a1-6552-d63e-95277df515ba-882f85e2,
    #w-node-_3f82a720-c9a1-6552-d63e-95277df515bd-882f85e2,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-09422be0,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-2ec89a7c,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-560e63dd,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-7d90cd80,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-b4b3c629,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-faa9e69a,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-09422be0,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-2ec89a7c,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-560e63dd,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-7d90cd80,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-b4b3c629,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-faa9e69a,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-09422be0,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-2ec89a7c,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-560e63dd,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-7d90cd80,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-b4b3c629,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-faa9e69a,
    #w-node-a6c1c49c-b847-624b-d15d-9c2f6ee7042e-7d90cd80 {
        order: -9999
    }

    #w-node-ef02d72e-6a5c-95a2-dc85-a970072aad98-6db08040 {
        order: 9999
    }

    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-6db08040,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-6db08040,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-6db08040,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-6db08040 {
        order: -9999
    }

    #w-node-ef02d72e-6a5c-95a2-dc85-a970072aad98-3bb930df {
        order: 9999
    }

    #w-node-_216f12ae-ba9e-7966-97d1-b548748f14ad-8c81028b,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-333b156d,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-3bb930df,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-7ef99923,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-8c81028b,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-d7e02c3d,
    #w-node-_42de9e03-c337-4db3-a3b2-dedda3e1c322-ffcef390,
    #w-node-_42de9e03-c337-4db3-a3b2-dedda3e1c325-ffcef390,
    #w-node-_42de9e03-c337-4db3-a3b2-dedda3e1c350-ffcef390,
    #w-node-_42de9e03-c337-4db3-a3b2-dedda3e1c353-ffcef390,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-333b156d,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-3bb930df,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-7ef99923,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-8c81028b,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-d7e02c3d,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-333b156d,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-3bb930df,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-7ef99923,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-8c81028b,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-d7e02c3d,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-3bb930df,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-8c81028b,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-d7e02c3d,
    #w-node-a6c1c49c-b847-624b-d15d-9c2f6ee7042e-8c81028b,
    #w-node-b29a5190-dcf2-c069-5141-d04539faafbd-e0322ce1,
    #w-node-d5537e73-153c-c897-bb75-4a8a12737d7b-bdbf4e13,
    #w-node-d5537e73-153c-c897-bb75-4a8a12737d7e-bdbf4e13,
    #w-node-d5537e73-153c-c897-bb75-4a8a12737da9-bdbf4e13,
    #w-node-d5537e73-153c-c897-bb75-4a8a12737dac-bdbf4e13 {
        order: -9999
    }
}

@media screen and (max-width:767px) {
    #w-node-_97c0e5c0-f6d6-3f80-397f-a0ed9f001732-5c5f6f25 {
        grid-area: span 1/span 2/span 1/span 2
    }

    #w-node-_90db8bdc-3c2f-fe82-f135-86abe74c75a1-1aa818ee,
    #w-node-f4f2cb76-5870-67fe-6f06-ebcf03662d4a-fd84e933 {
        order: -9999;
        justify-self: center
    }

    #w-node-f1f39991-39a6-ef92-7c09-a6f6c3361236-fd84e933 {
        grid-area: span 1/span 2/span 1/span 2
    }

    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-5485f0f2 {
        grid-area: span 1/span 1/span 1/span 1
    }

    #w-node-_554ea7bd-d055-6dab-d8e7-685159bdf056-6465bb7e,
    #w-node-a11f6bb7-184c-e266-b1f2-c4494da3f6bc-f3d2f9b8,
    #w-node-b9fdcdde-cf3e-79de-7a78-df472a5109db-2d31400b {
        order: -9999;
        justify-self: center
    }

    #w-node-_517c748a-637d-2f16-d399-2714cf3222f9-c5c5bafa,
    #w-node-_989b4125-4882-e86d-0951-bacb4b56f5f3-01ae2dcc,
    #w-node-_989b4125-4882-e86d-0951-bacb4b56f5f3-4104a244,
    #w-node-_989b4125-4882-e86d-0951-bacb4b56f5f3-8d035ad2,
    #w-node-_989b4125-4882-e86d-0951-bacb4b56f5f3-b151776c {
        grid-area: span 1/span 2/span 1/span 2
    }

    #w-node-c9bae699-f478-2eec-b4a5-53f38a13a95c-c5c5bafa {
        order: -9999;
        justify-self: center
    }

    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-0250efba,
    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-59497619,
    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-97b51d03 {
        grid-area: span 1/span 1/span 1/span 1
    }

    #w-node-_97c0e5c0-f6d6-3f80-397f-a0ed9f001732-76c093c0 {
        grid-area: span 1/span 2/span 1/span 2
    }

    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-09422be0,
    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-2ec89a7c,
    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-560e63dd,
    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-b4b3c629,
    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-faa9e69a {
        grid-area: span 1/span 1/span 1/span 1
    }

    #w-node-bdb47d25-9776-b70f-1bc9-470e0ee52386-882f85e2 {
        order: -9999;
        justify-self: center
    }

    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-3bb930df,
    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-6db08040 {
        grid-area: span 1/span 1/span 1/span 1
    }

    #w-node-_97c0e5c0-f6d6-3f80-397f-a0ed9f001732-ed418883 {
        grid-area: span 1/span 2/span 1/span 2
    }

    #w-node-_2198f5ec-5a3a-f564-d58c-8d71231701f3-e0322ce1,
    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-333b156d,
    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-7ef99923,
    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-d7e02c3d,
    #w-node-bc7d4951-51d1-93ec-46fc-002c68005982-bdbf4e13 {
        grid-area: span 1/span 1/span 1/span 1
    }
}

@media screen and (max-width:479px) {
    #w-node-fd2c4721-5657-0aad-d746-87c29335b8b3-9335b8ad {
        grid-column: span 1/span 1
    }

    #w-node-_1dbdc90f-9bd5-15ba-4d23-d7c412808e95-64fab289,
    #w-node-_28bf1856-db6c-ca7b-7c43-22b77583a573-64fab289,
    #w-node-_2b63e990-2e6a-b8df-e490-142b5fe88e94-64fab289,
    #w-node-_87ea56ed-4cca-3f03-4d73-7e51d00cac0d-64fab289,
    #w-node-_95da838e-5bec-96e4-5c89-8190504ecd15-64fab289,
    #w-node-a6375249-857b-81b9-4467-6e45235f9f59-64fab289,
    #w-node-ae4aee22-3119-2a70-2116-866af61e5289-64fab289,
    #w-node-aeebf5e7-3635-c95f-5b47-fd81b823d546-64fab289,
    #w-node-b73f73bb-adf5-2ef8-1ada-737d4a390a2c-64fab289,
    #w-node-be55de94-2857-2a3b-05d5-bd17c3a4d6ae-64fab289,
    #w-node-d077fa2c-bb1b-8168-a089-5bb06fcc5b34-64fab289,
    #w-node-d077fa2c-bb1b-8168-a089-5bb06fcc5b7d-64fab289,
    #w-node-d801bb33-96b2-6d1a-586c-95824921f8f1-64fab289,
    #w-node-da8173c8-dd78-f584-ff3d-afb302c1011f-64fab289 {
        grid-area: span 1/span 2/span 1/span 2
    }

    #w-node-_517c748a-637d-2f16-d399-2714cf3222f9-c5c5bafa,
    #w-node-_97c0e5c0-f6d6-3f80-397f-a0ed9f001732-5c5f6f25,
    #w-node-_97c0e5c0-f6d6-3f80-397f-a0ed9f001732-76c093c0,
    #w-node-_97c0e5c0-f6d6-3f80-397f-a0ed9f001732-ed418883,
    #w-node-_989b4125-4882-e86d-0951-bacb4b56f5f3-01ae2dcc,
    #w-node-_989b4125-4882-e86d-0951-bacb4b56f5f3-4104a244,
    #w-node-_989b4125-4882-e86d-0951-bacb4b56f5f3-8d035ad2,
    #w-node-_989b4125-4882-e86d-0951-bacb4b56f5f3-b151776c,
    #w-node-f1f39991-39a6-ef92-7c09-a6f6c3361236-fd84e933 {
        grid-area: span 1/span 1/span 1/span 1
    }
}

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

body {
    margin: 0
}

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

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

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

[hidden],
template {
    display: none
}

a {
    background-color: #0000
}

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

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

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

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

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

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

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

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

pre {
    overflow: auto
}

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

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

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

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

input {
    line-height: normal
}

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

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

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

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

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

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

td,
th {
    padding: 0
}

@font-face {
    font-family: webflow-icons;
    src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format("truetype");
    font-weight: 400;
    font-style: normal
}

[class*=" w-icon-"],
[class^=w-icon-] {
    speak: none;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    font-family: webflow-icons !important
}

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

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

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

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

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

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

* {
    box-sizing: border-box
}

html {
    height: 100%
}

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

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

html.w-mod-touch * {
    background-attachment: scroll !important
}

.w-block {
    display: block
}

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

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

.w-clearfix:after {
    clear: both
}

.w-hidden {
    display: none
}

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

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

html[data-w-dynpage] [data-w-cloak] {
    color: #0000 !important
}

.w-code-block {
    margin: unset
}

pre.w-code-block code {
    all: inherit
}

.w-optimization {
    display: contents
}

.w-webflow-badge,
.w-webflow-badge>img {
    box-sizing: unset;
    width: unset;
    height: unset;
    max-height: unset;
    max-width: unset;
    min-height: unset;
    min-width: unset;
    margin: unset;
    padding: unset;
    float: unset;
    clear: unset;
    border: unset;
    border-radius: unset;
    background: unset;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-origin: unset;
    background-clip: unset;
    background-attachment: unset;
    background-color: unset;
    box-shadow: unset;
    transform: unset;
    direction: unset;
    font-family: unset;
    font-weight: unset;
    color: unset;
    font-size: unset;
    line-height: unset;
    font-style: unset;
    font-variant: unset;
    text-align: unset;
    letter-spacing: unset;
    -webkit-text-decoration: unset;
    text-decoration: unset;
    text-indent: unset;
    text-transform: unset;
    list-style-type: unset;
    text-shadow: unset;
    vertical-align: unset;
    cursor: unset;
    white-space: unset;
    word-break: unset;
    word-spacing: unset;
    word-wrap: unset;
    transition: unset
}

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

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

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

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

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

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

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

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

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

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

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

figure {
    margin: 0 0 10px
}

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

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

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

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

.w-embed:after {
    clear: both
}

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

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

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

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

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

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

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

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

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

.w-input::placeholder,
.w-select::placeholder {
    color: #999
}

.w-input:focus,
.w-select:focus {
    border-color: #3898ec;
    outline: 0
}

.w-input[disabled],
.w-input[readonly],
.w-select[disabled],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
    cursor: not-allowed
}

.w-input[disabled]:not(.w-input-disabled),
.w-input[readonly],
.w-select[disabled]:not(.w-input-disabled),
.w-select[readonly],
fieldset[disabled]:not(.w-input-disabled) .w-input,
fieldset[disabled]:not(.w-input-disabled) .w-select {
    background-color: #eee
}

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

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

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

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

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

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

.w-radio:after {
    clear: both
}

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

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

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

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

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

.w-file-upload-default.w-hidden,
.w-file-upload-error.w-hidden,
.w-file-upload-success.w-hidden,
.w-file-upload-uploading.w-hidden {
    display: none
}

.w-file-upload-uploading-btn {
    cursor: pointer;
    background-color: #fafafa;
    border: 1px solid #ccc;
    margin: 0;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 400;
    display: flex
}

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

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

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

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

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

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

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

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

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

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

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

.w-container:after {
    clear: both
}

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

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

.w-row:after {
    clear: both
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-hidden-main {
    display: none !important
}

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

    .w-hidden-main {
        display: inherit !important
    }

    .w-hidden-medium {
        display: none !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .w-hidden-small {
        display: none !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .w-col {
        width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

    .w-col-tiny-12 {
        width: 100%
    }
}

.w-widget {
    position: relative
}

.w-widget-map {
    width: 100%;
    height: 400px
}

.w-widget-map label {
    width: auto;
    display: inline
}

.w-widget-map img {
    max-width: inherit
}

.w-widget-map .gm-style-iw {
    text-align: center
}

.w-widget-map .gm-style-iw>button {
    display: none !important
}

.w-widget-twitter {
    overflow: hidden
}

.w-widget-twitter-count-shim {
    vertical-align: top;
    text-align: center;
    background: #fff;
    border: 1px solid #758696;
    border-radius: 3px;
    width: 28px;
    height: 20px;
    display: inline-block;
    position: relative
}

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

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

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

.w-widget-twitter-count-shim.w--large {
    width: 36px;
    height: 28px
}

.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
    font-size: 18px;
    line-height: 18px
}

.w-widget-twitter-count-shim:not(.w--vertical) {
    margin-left: 5px;
    margin-right: 8px
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large {
    margin-left: 6px
}

.w-widget-twitter-count-shim:not(.w--vertical):after,
.w-widget-twitter-count-shim:not(.w--vertical):before {
    content: " ";
    pointer-events: none;
    border: solid #0000;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: 0
}

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

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

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

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

.w-widget-twitter-count-shim.w--vertical {
    width: 61px;
    height: 33px;
    margin-bottom: 8px
}

.w-widget-twitter-count-shim.w--vertical:after,
.w-widget-twitter-count-shim.w--vertical:before {
    content: " ";
    pointer-events: none;
    border: solid #0000;
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    left: 50%
}

.w-widget-twitter-count-shim.w--vertical:before {
    border-width: 5px;
    border-color: #5d6c7b #75869600 #75869600;
    margin-left: -5px
}

.w-widget-twitter-count-shim.w--vertical:after {
    border-width: 4px;
    border-color: #fff #fff0 #fff0;
    margin-left: -4px
}

.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
    font-size: 18px;
    line-height: 22px
}

.w-widget-twitter-count-shim.w--vertical.w--large {
    width: 76px
}

.w-background-video {
    color: #fff;
    height: 500px;
    position: relative;
    overflow: hidden
}

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

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

.w-background-video--control {
    background-color: #0000;
    padding: 0;
    position: absolute;
    bottom: 1em;
    right: 1em
}

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

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

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

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

.w-slider-nav {
    z-index: 2;
    text-align: center;
    -webkit-tap-highlight-color: #0000;
    tap-highlight-color: #0000;
    height: 40px;
    margin: auto;
    padding-top: 10px;
    position: absolute;
    inset: auto 0 0
}

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

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

.w-slider-nav.w-shadow>div {
    box-shadow: 0 0 3px #3336
}

.w-slider-nav-invert {
    color: #fff
}

.w-slider-nav-invert>div {
    background-color: #2226
}

.w-slider-nav-invert>div.w-active {
    background-color: #222
}

.w-slider-dot {
    cursor: pointer;
    background-color: #fff6;
    width: 1em;
    height: 1em;
    margin: 0 3px .5em;
    transition: background-color .1s, color .1s;
    display: inline-block;
    position: relative
}

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

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

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

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

.w-slider-arrow-left [class*=" w-icon-"],
.w-slider-arrow-left [class^=w-icon-],
.w-slider-arrow-right [class*=" w-icon-"],
.w-slider-arrow-right [class^=w-icon-] {
    position: absolute
}

.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus {
    outline: 0
}

.w-slider-arrow-left {
    z-index: 3;
    right: auto
}

.w-slider-arrow-right {
    z-index: 4;
    left: auto
}

.w-icon-slider-left,
.w-icon-slider-right {
    width: 1em;
    height: 1em;
    margin: auto;
    inset: 0
}

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

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

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

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

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

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

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

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

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

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

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

.w-dropdown-link:focus {
    outline: 0
}

@media screen and (max-width:767px) {
    .w-nav-brand {
        padding-left: 10px
    }
}

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

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

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

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

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

.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
    height: 86vh
}

.w-lightbox-frame,
.w-lightbox-view:before {
    vertical-align: middle;
    display: inline-block
}

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

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

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

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

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

.w-lightbox-caption {
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #0006;
    padding: .5em 1em;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden
}

.w-lightbox-embed {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0
}

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

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

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

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

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

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

.w-lightbox-active {
    opacity: .3
}

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

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

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

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

.w-lightbox-spinner {
    box-sizing: border-box;
    border: 5px solid #0006;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    animation: .8s linear infinite spin;
    position: absolute;
    top: 50%;
    left: 50%
}

.w-lightbox-spinner:after {
    content: "";
    border: 3px solid #0000;
    border-bottom-color: #fff;
    border-radius: 50%;
    position: absolute;
    inset: -4px
}

.w-lightbox-hide {
    display: none
}

.w-lightbox-noscroll {
    overflow: hidden
}

@media (min-width:768px) {
    .w-lightbox-content {
        height: 96vh;
        margin-top: 2vh
    }

    .w-lightbox-view,
    .w-lightbox-view:before {
        height: 96vh
    }

    .w-lightbox-group,
    .w-lightbox-group .w-lightbox-view,
    .w-lightbox-group .w-lightbox-view:before {
        height: 84vh
    }

    .w-lightbox-image {
        max-width: 96vw;
        max-height: 96vh
    }

    .w-lightbox-group .w-lightbox-image {
        max-width: 82.3vw;
        max-height: 84vh
    }

    .w-lightbox-left,
    .w-lightbox-right {
        opacity: .5;
        display: block
    }

    .w-lightbox-close {
        opacity: .8
    }

    .w-lightbox-control:hover {
        opacity: 1
    }
}

.w-lightbox-inactive,
.w-lightbox-inactive:hover {
    opacity: 0
}

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

.w-richtext:after {
    clear: both
}

.w-richtext[contenteditable=true]:after,
.w-richtext[contenteditable=true]:before {
    white-space: initial
}

.w-richtext ol,
.w-richtext ul {
    overflow: hidden
}

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
.w-richtext .w-richtext-figure-selected[data-rt-type=image] div,
.w-richtext .w-richtext-figure-selected[data-rt-type=video] div:after {
    outline: 2px solid #2895f7
}

.w-richtext figure.w-richtext-figure-type-video>div:after,
.w-richtext figure[data-rt-type=video]>div:after {
    content: "";
    display: none;
    position: absolute;
    inset: 0
}

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

.w-richtext figure>div:before {
    cursor: default !important
}

.w-richtext figure img {
    width: 100%
}

.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
    opacity: .6
}

.w-richtext figure div {
    color: #0000;
    font-size: 0
}

.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type=image] {
    display: table
}

.w-richtext figure.w-richtext-figure-type-image>div,
.w-richtext figure[data-rt-type=image]>div {
    display: inline-block
}

.w-richtext figure.w-richtext-figure-type-image>figcaption,
.w-richtext figure[data-rt-type=image]>figcaption {
    caption-side: bottom;
    display: table-caption
}

.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type=video] {
    width: 60%;
    height: 0
}

.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type=video] iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.w-richtext figure.w-richtext-figure-type-video>div,
.w-richtext figure[data-rt-type=video]>div {
    width: 100%
}

.w-richtext figure.w-richtext-align-center {
    clear: both;
    margin-left: auto;
    margin-right: auto
}

.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image>div,
.w-richtext figure.w-richtext-align-center[data-rt-type=image]>div {
    max-width: 100%
}

.w-richtext figure.w-richtext-align-normal {
    clear: both
}

.w-richtext figure.w-richtext-align-fullwidth {
    text-align: center;
    clear: both;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block
}

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

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

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

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

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

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

.w-nav:after {
    clear: both
}

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

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

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

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

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

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

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

.w-nav-overlay [data-nav-menu-open] {
    top: 0
}

.w-nav[data-animation=over-left] .w-nav-overlay {
    width: auto
}

.w-nav[data-animation=over-left] .w-nav-overlay,
.w-nav[data-animation=over-left] [data-nav-menu-open] {
    z-index: 1;
    top: 0;
    right: auto
}

.w-nav[data-animation=over-right] .w-nav-overlay {
    width: auto
}

.w-nav[data-animation=over-right] .w-nav-overlay,
.w-nav[data-animation=over-right] [data-nav-menu-open] {
    z-index: 1;
    top: 0;
    left: auto
}

.w-nav-button {
    float: right;
    cursor: pointer;
    -webkit-tap-highlight-color: #0000;
    tap-highlight-color: #0000;
    -webkit-user-select: none;
    user-select: none;
    padding: 18px;
    font-size: 24px;
    display: none;
    position: relative
}

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

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

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

.w--nav-dropdown-open,
.w--nav-dropdown-toggle-open,
.w-nav[data-collapse=all] .w-nav-button {
    display: block
}

.w--nav-dropdown-list-open {
    position: static
}

@media screen and (max-width:991px) {
    .w-nav[data-collapse=medium] .w-nav-menu {
        display: none
    }

    .w-nav[data-collapse=medium] .w-nav-button {
        display: block
    }
}

@media screen and (max-width:767px) {
    .w-nav[data-collapse=small] .w-nav-menu {
        display: none
    }

    .w-nav[data-collapse=small] .w-nav-button {
        display: block
    }

    .w-nav-brand {
        padding-left: 10px
    }
}

@media screen and (max-width:479px) {
    .w-nav[data-collapse=tiny] .w-nav-menu {
        display: none
    }

    .w-nav[data-collapse=tiny] .w-nav-button {
        display: block
    }
}

.w-tabs {
    position: relative
}

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

.w-tabs:after {
    clear: both
}

.w-tab-menu {
    position: relative
}

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

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

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

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

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

.w--tab-active {
    display: block
}

@media screen and (max-width:479px) {
    .w-tab-link {
        display: block
    }
}

.w-ix-emptyfix:after {
    content: ""
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

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

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

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

.wf-layout-layout {
    display: grid
}

@font-face {
    font-family: Suisseintl;
    src: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/6746c1ac83783853599f2c90_SuisseIntl-Light.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Suisseintl;
    src: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/6746c1fa8afc75af46c68f90_SuisseIntl-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Suisseintl;
    src: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/6746c21627c76ab54c4109b8_SuisseIntl-SemiBold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Suisseintl;
    src: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/6746c2d31a0dbafc810db9be_SuisseIntl-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Fa Brands 400";
    src: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/676a9625ec7908e84e2a568e_fa-brands-400.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Fa 400";
    src: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/676a963b0273a006dfba686d_fa-regular-400.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Fa Solid 900";
    src: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/676a96566fac68611a6b3a11_fa-solid-900.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

:root {
    --font-size--tablet-h1: 40px;
    --line-height--tablet-h1: 48px;
    --font-size--desktop-h1: 48px;
    --line-height--desktop-h1: 56px;
    --font-size--mobile-l-h1: 35px;
    --line-height--mobile-l-h1: 43px;
    --font-size--mobile-p-h1: 30px;
    --line-height--mobile-p-h1: 38px;
    --font-size--tablet-h2: 30px;
    --line-height--tablet-h2: 38px;
    --font-size--desktop-h2: 36px;
    --line-height--desktop-h2: 44px;
    --font-size--mobile-l-h2: 25px;
    --line-height--mobile-l-h2: 33px;
    --font-size--mobile-p-h2: 22px;
    --line-height--mobile-p-h2: 29px;
    --font-size--tablet-h3: 25px;
    --line-height--tablet-h3: 35px;
    --font-size--desktop-h3: 25px;
    --line-height--desktop-h3: 35px;
    --font-size--mobile-l-h3: 22px;
    --line-height--mobile-l-h3: 32px;
    --font-size--mobile-p-h3: 20px;
    --line-height--mobile-p-h3: 26px;
    --color--otto-blue: black;
    --systemflow-lite--primary--10: #f2f6ff;
    --systemflow-lite--neutral--10: white;
    --systemflow-lite--neutral--100: #0e0f11;
    --color--otto-blog-text-dark-blue: #1f3499;
    --systemflow-lite--neutral--20: #f9fafb;
    --color--button-bg: #253edb;
    --color--button-text: white;
    --_new-home---black-color: black;
    --color--breadcrumb-inactive: #636b75;
    --color--breadcrumb-active: #253edb;
    --_new-home---heading-color: #111827;
    --color--text: #0e0f11;
    --systemflow-lite--neutral--80: #636b75;
    --_new-home---body: white;
    --_new-home---font-size--d-h1: 54px;
    --_new-home---line-height--d-h1: 60px;
    --_new-home---font-size--t-h1: 40px;
    --_new-home---line-height--t-h1: 46px;
    --_new-home---font-size--ml-h1: 30px;
    --_new-home---line-height--ml-h1: 36px;
    --_new-home---font-size--mp-h1: 27px;
    --_new-home---primary--grey--600: #4b5563;
    --_new-home---primary-button-bg: #233ed9;
    --_new-home---primary-button-text: white;
    --_new-home---primary-button-hover-bg: #2239b1;
    --_new-home---primary--blue--700: #233ed9;
    --_new-home---font-size--d-h2: 40px;
    --_new-home---line-height--d-h2: 48px;
    --_new-home---font-size--t-h2: 30px;
    --_new-home---line-height--t-h2: 38px;
    --_new-home---font-size--m-h2: 25px;
    --_new-home---line-height--m-h2: 33px;
    --_new-home---primary--grey--700: #374151;
    --_new-home---text: #1f2937;
    --_new-home---font-size--d-h3: 30px;
    --_new-home---line-height--d-h3: 38px;
    --_new-home---font-size--m-h3: 25px;
    --_new-home---line-height--m-h3: 33px;
    --color--otto-blog-test-color-dark: #253edb;
    --font-size--button-desktop: 16px;
    --font-size--button-tablet: 16px;
    --font-size--button-mobile: 16px;
    --systemflow-lite--primary--60: #2f54eb;
    --_new-home---line-height--mp-h1: 37px
}

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

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

.w-pagination-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    display: flex
}

.w-pagination-previous {
    color: #333;
    background-color: #fafafa;
    border: 1px solid #ccc;
    border-radius: 2px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 9px 20px;
    font-size: 14px;
    display: block
}

.w-pagination-previous-icon {
    margin-right: 4px
}

.w-pagination-next {
    color: #333;
    background-color: #fafafa;
    border: 1px solid #ccc;
    border-radius: 2px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 9px 20px;
    font-size: 14px;
    display: block
}

.w-pagination-next-icon {
    margin-left: 4px
}

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

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

body {
    color: #333;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px
}

h1 {
    font-size: var(--font-size--tablet-h1);
    line-height: var(--line-height--tablet-h1);
    margin-top: 0;
    margin-bottom: 15px
}

h2 {
    font-size: var(--font-size--tablet-h2);
    line-height: var(--line-height--tablet-h2);
    margin-top: 24px;
    margin-bottom: 15px;
    font-weight: 700
}

h3 {
    font-size: var(--font-size--tablet-h3);
    line-height: var(--line-height--tablet-h3);
    margin-top: 24px;
    margin-bottom: 15px
}

p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px
}

a {
    color: var(--color--otto-blue);
    text-decoration: underline
}

ul {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px
}

li {
    font-size: 16px;
    line-height: 24px
}

.container {
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto
}

.button-primary {
    pointer-events: auto;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: #253edb;
    border: 1px solid #253edb;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    transition: all .2s
}

.button-primary:hover {
    color: #fff;
    background-color: #233fd9cc
}

.button-primary:active {
    background-color: #233fd9cc
}

.hero-heading-left {
    background-color: #f5f7fa;
    background-image: linear-gradient(#bdc6f4 6%, #fff);
    border-bottom: 0 solid #e4ebf3;
    height: auto;
    margin-top: 0;
    padding: 40px 30px 60px;
    position: relative
}

.hero-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    min-height: 200px;
    font-weight: 400;
    display: flex
}

.hero-save-money-split-text {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 101%;
    font-size: 14px;
    display: flex
}

.margin-bottom-24px {
    color: #fff;
    text-align: left;
    max-width: 70%;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px
}

.testimonial-column-light {
    background-image: linear-gradient(0deg, #bdc6f4, #fff);
    border-bottom: 0 solid #e4ebf3;
    padding: 60px 30px;
    position: relative
}

.centered-heading {
    text-align: left;
    min-width: 50%;
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 48px;
    font-weight: 300;
    line-height: 54px
}

.testimonial-grid-two {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 50px;
    display: grid
}

.testimonial-main-heading {
    color: #253edb;
    margin-bottom: 2px;
    font-size: 28px;
    font-weight: 300;
    line-height: 40px
}

.hero-wrapper-two {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    display: flex
}

.footer-social-link {
    font-size: 20px
}

.sysf-collapse-item-2 {
    cursor: pointer;
    padding-left: 16px;
    padding-right: 16px
}

.body {
    color: #253edb;
    font-family: Suisseintl, Arial, sans-serif
}

.div-block {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    align-items: center;
    max-width: 86%;
    display: flex;
    position: relative
}

.heading {
    text-align: left;
    mix-blend-mode: normal;
    color: #253edb;
    flex-flow: row;
    justify-content: flex-start;
    font-size: 4em;
    font-weight: 300;
    line-height: 55px;
    display: block
}

.div-block-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    align-items: stretch;
    height: auto;
    display: flex
}

.button-demo {
    color: #253edb;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #fff;
    border: 0 solid #253edb;
    border-radius: 10px;
    padding: 10px 20px;
    font-family: Suisseintl, Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    text-decoration: none;
    transition: all .2s
}

.button-demo:hover {
    color: #253edb;
    background-color: #d6dcf8fa
}

.button-demo:active {
    color: #253edb;
    background-color: #d6dcf8
}

.text-block {
    color: #5d6fe0;
    font-size: 20px;
    font-weight: 300;
    line-height: 28px
}

.div-block-3 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
    display: flex
}

.bold-text {
    color: #253edb;
    font-size: 30px;
    font-weight: 400;
    line-height: 36px
}

.text-block-2,
.text-block-3,
.text-block-4,
.text-block-5 {
    font-family: Suisseintl, Arial, sans-serif;
    font-size: 1.25em
}

.list-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
    display: flex
}

.list-item-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.list-item-3,
.list-item-4,
.list-item-5 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: center;
    display: flex
}

.list {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    align-items: flex-start;
    display: flex
}

.div-block-4 {
    background-color: #bdc6f4;
    border-radius: 10px;
    margin-top: 40px;
    padding-top: 50px;
    padding-left: 81px;
    display: flex
}

.hero-stack-deal-tracker {
    background-color: #253edb;
    border-bottom: 1px #e4ebf3;
    padding: 60px 30px;
    position: relative
}

.heading-2 {
    color: #fff;
    text-align: left;
    max-width: 70%;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400
}

.text-block-6 {
    text-align: left;
    letter-spacing: 2px;
    text-transform: uppercase;
    width: auto;
    min-width: 50%;
    max-width: none;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px
}

.div-block-5 {
    flex-flow: column;
    align-items: flex-start;
    max-width: 968px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: flex
}

.testimonial-slider-large-2 {
    background-color: #fff;
    border-bottom: 0 #e4ebf3;
    padding: 60px 30px 40px;
    position: relative
}

.container-2 {
    width: 100%;
    max-width: 968px;
    margin-left: auto;
    margin-right: auto
}

.testimonial-slider-two-2 {
    background-color: #0000;
    height: auto
}

.testimonial-slide-2 {
    background-color: #f5f7fa;
    border-radius: 10px;
    justify-content: space-between;
    align-items: center;
    padding: 32px;
    display: flex
}

.testimonial-content-2 {
    flex-direction: column;
    align-items: flex-start;
    max-width: 500px;
    margin-right: 40px;
    display: flex
}

.testimonial-quote-icon-2 {
    margin-bottom: 24px
}

.testimonial-quote-2 {
    color: #233ddd;
    margin-bottom: 32px;
    font-size: 24px;
    font-weight: 300;
    line-height: 32px
}

.testimonial-info-two-2 {
    align-items: center;
    display: flex
}

.testimonial-author-name-2 {
    font-weight: 700
}

.testimonial-slider-arrow-2 {
    display: none
}

.testimonial-slider-nav-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 0;
    font-size: 10px;
    line-height: 20px;
    display: flex;
    position: static;
    bottom: -60px
}

.herio-description {
    color: #253edb;
    max-width: 50%;
    margin-bottom: 24px;
    font-size: 22px;
    font-weight: 300;
    line-height: 32px
}

.testimonial-card-two1,
.testimonial-card-two2,
.testimonial-card-two3 {
    background-color: #fff9;
    border: 0 solid #e4ebf3;
    border-radius: 8px;
    flex-direction: column;
    padding: 30px 20px;
    display: flex
}

.accordion-item {
    background-color: #0000;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    margin-bottom: 10px;
    padding: 10px 0
}

.accordion-item-trigger {
    justify-content: space-between;
    align-items: flex-start;
    display: flex
}

.accordion-heading {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    color: #fff;
    cursor: pointer;
    flex: 1;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    display: flex
}

.icon.accordion-icon {
    color: #fff;
    cursor: pointer;
    font-family: Material Icons, sans-serif;
    font-size: 32px;
    line-height: 30px
}

.accordion-item-content {
    color: #fff;
    height: auto;
    margin-top: 10px;
    margin-right: 30px;
    overflow: hidden
}

.bold-text-4 {
    font-size: 20px;
    font-weight: 400
}

.bold-text-6 {
    font-weight: 400
}

.accordion-text {
    color: var(--systemflow-lite--primary--10);
    text-indent: 0;
    font-family: Suisseintl, Arial, sans-serif;
    font-size: 14px;
    line-height: 22px
}

.hero-split-copy {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 40%;
    display: flex
}

.utility-page-wrap {
    justify-content: center;
    align-items: center;
    width: 100vw;
    max-width: 100%;
    height: 100vh;
    max-height: 100%;
    display: flex
}

.utility-page-content {
    text-align: center;
    flex-direction: column;
    width: 260px;
    display: flex
}

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

.text-span-4 {
    font-weight: 600
}

.text-span-5 {
    -webkit-text-fill-color: transparent;
    background-color: #253edb;
    -webkit-background-clip: text;
    background-clip: text;
    font-weight: 600
}

.image-8 {
    border-radius: 10px
}

.button-coming-soon {
    color: #253edb;
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: #fff;
    border: 0 solid #253edb;
    border-radius: 30px;
    padding: 10px 20px;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    transition: all .2s
}

.button-coming-soon:hover {
    color: #253edb
}

.button-coming-soon:active {
    color: #253edb;
    background-color: #d6dcf8
}

.hero-save-money-split {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 14px
}

.hero-split-image {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 60%;
    font-size: 14px;
    display: flex
}

.hero-section1 {
    background-color: #f5f7fa;
    background-image: linear-gradient(#bdc6f4 6%, #fff);
    border-bottom: 0 solid #e4ebf3;
    margin-top: 0;
    padding: 40px 30px 60px;
    position: relative
}

.footer-subscribe-2 {
    background-image: linear-gradient(#bdc6f4, #fff);
    border: 1px #000;
    padding: 40px 30px;
    display: block;
    position: relative
}

.container-5 {
    width: 100%;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto
}

.footer-form-two-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    background-color: #0000;
    border-radius: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    padding: 20px 64px;
    display: flex
}

.footer-form-container-two-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex
}

.button-demo-large {
    color: var(--systemflow-lite--neutral--10);
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: #253edb;
    border: 0 solid #253edb;
    border-radius: 10px;
    padding: 12px 30px;
    font-family: Suisseintl, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    transition: all .2s
}

.button-demo-large:active,
.button-demo-large:hover {
    color: #fff;
    background-color: #253edbcc
}

.centered-heading-copy {
    text-align: center;
    min-width: 50%;
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 48px;
    font-weight: 300;
    line-height: 54px
}

.typeform-wrapper-fo7n0qjk {
    width: 100%;
    height: 100vh
}

.ot-single-blog-image {
    border-radius: 12px;
    margin-bottom: 40px
}

.blog-collection-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: start;
    place-items: start stretch;
    margin-top: 0;
    margin-bottom: 40px;
    display: grid
}

.empty-state {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex
}

.ot-blog-date-flex {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: center;
    display: flex
}

.empty-state-2 {
    display: none
}

.ot-blog-category-collection-list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    display: flex
}

.author-container {
    border: 1px solid var(--color--otto-blue);
    background-color: #fff;
    border-radius: 12px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 940px;
    margin: 40px auto 20px;
    padding: 40px 20px;
    display: flex
}

.auhtor-photo {
    aspect-ratio: 1;
    border-radius: 50%;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 5em;
    position: relative;
    overflow: hidden
}

.auhtor-details {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex
}

.heading-10 {
    color: var(--systemflow-lite--neutral--100);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 3em;
    font-weight: 700;
    line-height: 1.1em
}

.paragraph-2 {
    color: #0009;
    text-align: center;
    text-transform: none;
    max-width: 300px;
    margin-bottom: 0;
    font-size: 1.1em;
    font-weight: 400;
    line-height: 1.3em
}

.blog-author-details {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex
}

.ot-blog-author-image {
    border-radius: 8px;
    width: 25px;
    height: 25px;
    overflow: hidden
}

.ot-blog-author-name {
    color: #050505;
    font-size: 1.2em
}

.ot-blog-author {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.empty-state-3 {
    display: none
}

.collection-item-3 {
    color: #121212;
    text-align: left;
    overflow-wrap: normal;
    font-size: 1rem;
    font-weight: 400;
    line-height: 30px
}

.collection-list-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: auto
}

.ot-blog-category-link {
    color: #0009;
    font-size: .9rem;
    text-decoration: none
}

.ot-blog-category-link:hover {
    color: #000
}

.ot-blog-category-link.w--current {
    color: #000;
    letter-spacing: 1px;
    font-size: .9rem
}

.template-hero-section {
    background-color: #f5f7fa;
    background-image: linear-gradient(#bdc6f4 6%, #fff);
    border-bottom: 0 solid #e4ebf3;
    margin-top: 0;
    padding: 40px 30px 60px;
    position: relative
}

.template-container {
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto
}

.temp-hero-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-height: 200px;
    font-weight: 400;
    display: flex
}

.hero-text-block {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 75rem;
    margin-bottom: 4.5rem;
    margin-left: auto;
    margin-right: auto;
    display: flex
}

.temp-hero-image-block {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 65rem;
    font-size: 14px;
    display: flex;
    position: relative
}

.temp-hero-button-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    align-items: stretch;
    height: auto;
    display: flex
}

.temp-hero-description {
    color: #253edb;
    text-align: center;
    max-width: 80%;
    font-size: 22px;
    line-height: 32px
}

.temp-hero-description.hero-text-link {
    color: var(--color--otto-blog-text-dark-blue)
}

.temp-hero-heading-block {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 86%;
    display: flex;
    position: relative
}

.temp-hero-heading {
    text-align: center;
    mix-blend-mode: normal;
    color: #253edb;
    flex-flow: row;
    justify-content: flex-start;
    font-size: 60px;
    font-weight: 300;
    line-height: 64px;
    display: block
}

.temp-hero-button {
    pointer-events: auto;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: #253edb;
    border: 1px solid #253edb;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    transition: all .2s
}

.temp-hero-button:hover {
    color: #fff;
    background-color: #233fd9cc
}

.temp-hero-button:active {
    background-color: #233fd9cc
}

.div-block-32 {
    background-image: linear-gradient(0deg, #fff, #fffffff2 97%, #fff);
    width: 80%;
    height: 63px;
    position: absolute;
    inset: auto auto -40px
}

.side-section-description {
    color: var(--color--otto-blue);
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px
}

.template-3-grid-section {
    background-image: linear-gradient(0deg, #bdc6f4, #fff);
    border-bottom: 0 solid #e4ebf3;
    max-width: none;
    padding: 60px 30px;
    position: relative
}

.template-3-grid-section.feature-section {
    background-image: none
}

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

.temlate-faq {
    background-color: #253edb;
    border-bottom: 1px #e4ebf3;
    padding: 60px 30px;
    position: relative
}

.template-faq-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: flex-start;
    place-items: center stretch;
    display: grid
}

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

.template-faq-container {
    width: 100%;
    max-width: 968px;
    margin-left: auto;
    margin-right: auto
}

.global-footer {
    background-color: var(--color--otto-blue);
    color: var(--systemflow-lite--neutral--10);
    padding: 50px 30px 15px;
    position: static
}

.footer-content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: auto auto 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: flex
}

.footer-block {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex
}

.title-small {
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 700
}

.footer-link {
    color: var(--systemflow-lite--neutral--10);
    font-size: 14px;
    line-height: 24px;
    text-decoration: none
}

.footer-social-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.footer-divider {
    background-color: #e4ebf3;
    width: 100%;
    height: 1px;
    margin-top: 70px;
    margin-bottom: 15px
}

.footer-copyright-center {
    text-align: center;
    font-size: 14px;
    line-height: 16px
}

.navbar-no-shadow {
    z-index: 999;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background-color: #bdc6f4;
    position: sticky;
    top: 0
}

.navbar-no-shadow-container {
    z-index: 5;
    background-color: #0000;
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 24px
}

.container-regular {
    width: 100%;
    max-width: 1440px;
    min-height: 30px;
    margin-left: auto;
    margin-right: auto
}

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

.nav-menu {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex
}

.nav-link-3 {
    color: var(--color--otto-blue);
    letter-spacing: .25px;
    margin-left: 0;
    margin-right: 0;
    padding: 5px 15px 5px 10px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-decoration: none
}

.nav-link-3:hover {
    color: var(--color--otto-blue)
}

.nav-link-3:focus-visible,
.nav-link-3[data-wf-focus-visible] {
    outline-offset: 0px;
    color: #0050bd;
    border-radius: 4px;
    outline: 2px solid #0050bd
}

.nav-dropdown-3 {
    margin-left: 5px;
    margin-right: 5px
}

.nav-dropdown-toggle-3 {
    letter-spacing: .25px;
    padding: 5px 30px 5px 10px;
    font-size: 14px;
    line-height: 20px
}

.nav-dropdown-toggle-3:hover {
    color: #1a1b1fbf
}

.nav-dropdown-toggle-3:focus-visible,
.nav-dropdown-toggle-3[data-wf-focus-visible] {
    outline-offset: 0px;
    color: #0050bd;
    border-radius: 5px;
    outline: 2px solid #0050bd
}

.nav-dropdown-icon-3 {
    margin-right: 10px
}

.nav-dropdown-list-3 {
    background-color: #fff;
    border-radius: 12px
}

.nav-dropdown-list-3.w--open {
    padding-top: 10px;
    padding-bottom: 10px
}

.nav-dropdown-link-3 {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px
}

.nav-dropdown-link-3:focus-visible,
.nav-dropdown-link-3[data-wf-focus-visible] {
    outline-offset: 0px;
    color: #0050bd;
    border-radius: 5px;
    outline: 2px solid #0050bd
}

.mobile-margin-top-12 {
    display: none
}

.nav-button-wrapper {
    margin-left: 20px
}

.list-item-6 {
    display: none
}

.blue-btn-wrapper {
    margin-left: 20px
}

.blue-btn {
    background-color: var(--color--otto-blue);
    color: var(--systemflow-lite--neutral--20);
    letter-spacing: 1px;
    text-transform: none;
    border: 0 solid #253edb;
    border-radius: 10px;
    padding: 10px 20px;
    font-family: Suisseintl, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
    transition: all .2s
}

.blue-btn:hover {
    color: #253edb;
    background-color: #d6dcf8fa
}

.blue-btn:active {
    color: #253edb;
    background-color: #d6dcf8
}

.product-ctas-section {
    background-color: #f3f2ef;
    border-bottom: 1px solid #e4ebf3;
    padding: 40px 30px 60px;
    position: relative
}

.container-7 {
    width: 100%;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto
}

.glossery-cta-title {
    text-align: center;
    max-width: 550px;
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto
}

.glossery-cta-description {
    text-align: center;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    display: none
}

.pricing-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 50px;
    display: grid
}

.pricing-card-three {
    background-color: var(--systemflow-lite--neutral--10);
    text-align: center;
    border-radius: 12px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 40px 20px;
    display: flex
}

.pricing-image {
    object-fit: cover;
    width: 80px;
    height: 80px;
    margin-bottom: 16px
}

.pricing-card-text {
    margin-bottom: 20px
}

.text-link-arrow-2 {
    color: #1a1b1f;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    display: flex
}

.arrow-embed-2 {
    margin-left: 2px;
    display: flex
}

.all-product-cta-section {
    background-color: #f3f2ef;
    border-bottom: 1px solid #e4ebf3;
    padding: 0 30px 60px;
    position: relative
}

.all-product-cta-wrapper {
    justify-content: center;
    align-items: center;
    display: flex
}

.all-product-cta-btn {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    align-items: stretch;
    height: auto;
    display: flex
}

.o-button {
    border: 1px solid var(--color--button-bg);
    background-color: var(--color--button-bg);
    color: var(--color--button-text);
    letter-spacing: 2px;
    text-transform: uppercase;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    transition: all .2s
}

.o-button:hover {
    color: #fff;
    background-color: #233fd9cc
}

.o-button:active {
    background-color: #233fd9cc
}

.share-glossery-wrapper {
    border-top: 1px solid #e5e7eb;
    max-width: 940px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 24px;
    padding-bottom: 24px
}

.shar-icon-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    color: var(--systemflow-lite--neutral--100);
    justify-content: space-between;
    align-items: center;
    display: flex
}

.share-icon-ul {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-top: 0;
    margin-bottom: 0;
    display: flex
}

.hero-content-block {
    text-align: center
}

.o-section {
    width: 100%
}

.o-section.bg-gray {
    background-color: #f3f2ef;
    padding-top: 80px;
    padding-bottom: 80px
}

.o-section.bg-transparent {
    padding-top: 60px;
    padding-bottom: 60px
}

.o-section.logo-slider {
    padding-top: 40px;
    padding-bottom: 40px
}

.o-section.o-video-popup-section {
    padding: 70px
}

.o-heading-h2 {
    color: var(--color--otto-blue);
    font-size: var(--font-size--tablet-h2);
    line-height: var(--line-height--tablet-h2);
    margin-top: 0;
    margin-bottom: 0
}

.o-heading-h2.mb-24 {
    margin-bottom: 24px
}

.o-heading-h2.white {
    color: var(--systemflow-lite--neutral--10)
}

.o-heading-h2.md-text-center.o-text-center {
    text-align: center
}

.glossary-content {
    color: var(--_new-home---black-color)
}

.o-heading-wrapper {
    text-align: center;
    margin-bottom: 40px
}

.explore-img {
    border-radius: 10px;
    width: 100%;
    height: auto
}

.explore-heading {
    color: var(--color--otto-blue);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 34px
}

.right-arrow {
    display: flex
}

.ot-resource-button-wrapper {
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    display: flex
}

.template-heading {
    color: var(--color--otto-blue);
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 22px;
    line-height: 32px
}

.page-bredcrumb {
    margin-top: 36px
}

.bredcrumb-menu {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 14px;
    line-height: 20px;
    list-style-type: none
}

.breadcrumb-item {
    font-size: 14px;
    line-height: 20px;
    display: inline-block
}

.breadcrumb-items-link {
    color: var(--color--breadcrumb-inactive);
    text-decoration: none;
    display: inline-block
}

.separator {
    color: var(--color--breadcrumb-inactive);
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block
}

.active-page {
    color: var(--color--breadcrumb-active);
    display: inline-block
}

.page-breadcrumb-container {
    max-width: 100%;
    padding-left: 22px;
    padding-right: 22px
}

.footer-img {
    height: 16px;
    margin-top: -4px
}

.how-to-point-heading {
    color: var(--_new-home---heading-color);
    margin-top: 15px;
    margin-bottom: 6px;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px
}

.feature-img {
    width: 60px
}

.feature-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border: 1px solid var(--color--otto-blue);
    color: var(--systemflow-lite--neutral--100);
    border-radius: 8px;
    flex-direction: column;
    padding: 24px;
    display: flex
}

.bottom-footer {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex
}

.footer-text {
    color: var(--systemflow-lite--neutral--10);
    max-width: 300px;
    margin-top: 12px;
    font-size: 14px;
    line-height: 24px;
    text-decoration: none
}

.footer-social-icon {
    color: var(--systemflow-lite--neutral--10);
    font-family: "Fa Brands 400", Arial, sans-serif;
    font-size: 20px
}

.success-message {
    border: 1px solid var(--color--otto-blue);
    background-color: #0000;
    border-radius: 10px;
    padding: 12px
}

.d-none {
    display: none
}

.alt-review-star {
    margin-bottom: 10px
}

.terms-container {
    max-width: 1440px;
    padding: 15px 30px
}

.launchlist-form {
    grid-column-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.header-form-input {
    border: 1px solid #a7a7a7;
    border-radius: 10px;
    height: 40px;
    margin-bottom: 0;
    padding: 12px 20px;
    font-size: 12px
}

.header-form-submit {
    background-color: #253edb;
    border: 1px solid #253edb;
    border-radius: 10px;
    height: 40px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 12px;
    line-height: 16px
}

.header-form-block {
    margin-bottom: 0
}

.category-section {
    padding-top: 50px
}

.category-main-heading {
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px
}

.category-h3 {
    color: var(--color--otto-blue);
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px
}

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

.category-grid-block {
    background-image: linear-gradient(315deg, #bdc6f41a, #fff 81%);
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    padding: 25px
}

.category-h4 {
    color: var(--color--text);
    margin-top: 0;
    font-size: 18px;
    font-weight: 500
}

.category-p {
    color: var(--systemflow-lite--neutral--80);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.category-icon {
    aspect-ratio: 1;
    background-color: #bdc6f447;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 60px;
    margin-bottom: 20px;
    display: flex
}

.category-block {
    margin-bottom: 50px
}

.testimonial-section {
    padding-top: 50px;
    padding-bottom: 50px
}

.testimonial-container {
    max-width: 1100px
}

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

.review-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: none;
    justify-content: flex-start;
    width: 100%;
    display: flex
}

.review-1st {
    background-color: #be8181;
    flex: none;
    width: 33%;
    padding: 20px
}

.review-1st._2 {
    background-color: #4a6ba1
}

.review-1st._3 {
    background-color: #75a75a
}

.template-input {
    color: var(--color--text);
    background-color: #0000;
    border: 1px solid #878787;
    border-radius: 10px;
    height: 43px;
    padding: 10px;
    line-height: 21px
}

.thanku-heading {
    font-size: 20px;
    line-height: 30px;
    display: inline
}

.text-block-15 {
    margin-top: 10px
}

.ticker {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
    position: relative;
    overflow: hidden
}

.ticker.is-reversed {
    justify-content: flex-end;
    align-items: center
}

.ticker-content {
    flex-flow: row;
    flex: none;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ticker-logo {
    width: auto;
    height: 30px;
    margin-left: 35px;
    margin-right: 35px
}

.padding-t-50 {
    text-align: center;
    padding-top: 50px
}

.o-heading-animation {
    text-align: center;
    max-width: 862px
}

.o-heading-animation-span {
    color: #9ca3af;
    margin-top: 0;
    padding-right: 14px;
    font-size: 52px;
    font-weight: 600;
    line-height: 60px;
    display: inline-block
}

.o-video-popup-image {
    border-radius: 40px
}

.o-video-popup-link {
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative
}

.o-popup-wrapper {
    text-align: center;
    justify-content: center;
    align-items: center
}

.o-popup-content-block {
    z-index: 0;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute
}

.ot-popup-title {
    color: #fff;
    font-size: 36px;
    line-height: 44px
}

.o-4-col-logo-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr
}

.o-company-logo-block {
    background-color: #fff;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    display: flex;
    position: relative;
    box-shadow: 5px 5px 10px #0000001a
}

.o-minimize-icon {
    position: absolute;
    inset: -10% auto auto -10%
}

.o-review-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    height: 100%;
    display: flex;
    overflow: hidden
}

.o-review-content-block {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
    justify-content: center;
    align-items: center
}

.o-review-image {
    max-height: 220px
}

.o-review-block {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    cursor: pointer;
    background-color: #f8fbff;
    border-radius: 16px;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
    justify-content: flex-start;
    align-items: center;
    width: 200px;
    padding: 16px;
    display: flex;
    overflow: hidden
}

.o-review-block.active {
    width: 100%
}

.ot-body {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    aspect-ratio: auto;
    background-color: var(--_new-home---body);
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 400;
    display: block
}

.ot-hero-section {
    padding-top: 36px;
    padding-bottom: 70px
}

.ot-hero-section.pt-150 {
    margin-top: -10px;
    padding-top: 150px
}

.ot-hero-section.pb-123 {
    padding-bottom: 123px
}

.ot-hero-section.bg-dotted {
    background-image: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/67c9609c9fb5dd1f966b067f_glossary-hero-image.webp");
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 90px;
    padding-bottom: 90px
}

.ot-hero-section.tax-hero {
    padding-top: 90px;
    padding-bottom: 0
}

.ot-hero-section.invoice-tool-hero {
    object-fit: fill;
    padding-bottom: 0
}

.otto-home-container {
    max-width: 1440px;
    padding-left: 24px;
    padding-right: 24px
}

.ot-hero-content {
    grid-row-gap: 22px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ot-h1 {
    color: var(--_new-home---heading-color);
    font-size: var(--_new-home---font-size--d-h1);
    line-height: var(--_new-home---line-height--d-h1);
    letter-spacing: -1.62px;
    margin-bottom: 18px;
    font-weight: 700
}

.ot-h1.ot-center {
    text-align: center;
    margin-bottom: 0
}

.ot-h1.ot-sitemap-h1 {
    font-size: 65px;
    line-height: 70px
}

.ot-hero-title-text {
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ot-hero-title-text.ot-max-w-800 {
    max-width: 800px
}

.ot-subheadline {
    color: var(--_new-home---primary--grey--600);
    text-align: center;
    max-width: 715px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.ot-subheadline.ot-left {
    text-align: left
}

.ot-primary-btn {
    background-color: var(--_new-home---primary-button-bg);
    color: var(--_new-home---primary-button-text);
    text-align: center;
    cursor: pointer;
    border: 1px solid #72a0ff;
    border-radius: 12px;
    padding: 10.5px 16px;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    text-decoration: none;
    transition: all .3s;
    display: inline-block
}

.ot-primary-btn:hover {
    background-color: var(--_new-home---primary-button-hover-bg)
}

.ot-primary-btn.ot-submit {
    color: var(--_new-home---primary-button-text);
    border-style: none;
    border-radius: 10px;
    padding: 12px 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    position: absolute;
    top: 50%;
    right: 4.25px;
    transform: translate(0, -50%)
}

.ot-primary-btn.ot-form-btn {
    border-radius: 8px;
    padding: 13px 32px;
    line-height: 16px
}

.ot-primary-btn.ot-form-btn.mt-30 {
    margin-top: 10px
}

.ot-primary-btn.pricing-btn {
    min-width: 242px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.ot-primary-btn.pricing-btn.business-plan {
    color: var(--_new-home---heading-color);
    background-color: #9ac4ff1a;
    border-color: #72a0ffb3
}

.ot-primary-btn.pricing-btn.business-plan:hover {
    background-color: var(--_new-home---primary-button-bg);
    color: var(--_new-home---primary-button-text)
}

.ot-primary-btn.compare-btn {
    color: var(--_new-home---heading-color);
    background-color: #0000;
    border-color: #cad0d9
}

.ot-primary-btn.compare-btn:hover {
    background-color: var(--_new-home---primary-button-bg);
    color: var(--_new-home---primary-button-text)
}

.ot-primary-btn._w-100 {
    width: 100%
}

.ot-primary-btn.icon-with-text {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    padding-top: 8.5px;
    padding-bottom: 8.5px;
    display: flex
}

.ot-primary-btn.white-btn {
    background-color: var(--_new-home---primary-button-text);
    color: var(--_new-home---primary-button-bg);
    padding: 14px 30px;
    font-size: 16px
}

.ot-primary-btn.white-btn:hover {
    background-color: var(--_new-home---primary-button-bg);
    color: var(--_new-home---primary-button-text)
}

.ot-secondary-btn {
    color: var(--_new-home---primary-button-bg);
    background-color: #0000;
    border: 1px solid #72a0ff;
    border-radius: 12px;
    padding: 10.5px 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    text-decoration: none
}

.ot-secondary-btn.icon-with-text {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    padding-top: 8.5px;
    padding-bottom: 8.5px;
    display: inline-flex
}

.ot-secondary-btn.icon-with-text.mt-24 {
    margin-top: 24px
}

.ot-secondary-btn.icon-with-text.d-none {
    display: none
}

.ot-hero-image-section {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-bottom: 48px
}

.ot-hero-image {
    text-align: center;
    justify-content: center;
    display: flex
}

.ot-logo-section {
    padding-top: 60px;
    padding-bottom: 60px
}

.ot-logo-title {
    color: var(--_new-home---primary--grey--600);
    text-align: center;
    margin-bottom: 48px
}

.ot-sticky-section {
    z-index: -1;
    position: static
}

.ot-p-relative {
    background-color: #fff;
    position: relative
}

.ot-center-content {
    justify-content: center;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px
}

.ot-p-sticky {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    background-image: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/679b2a47d551a8146bde7ec3_texture.svg");
    background-position: 0 0;
    background-size: auto;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: sticky;
    top: 72px
}

.ot-p-sticky.ot-sticky-none {
    position: static
}

.o-founder-name-span {
    color: var(--_new-home---primary--grey--600);
    margin-top: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    display: block
}

.ot-zigzag-section {
    background-color: #f8fbff;
    padding-top: 24px;
    padding-bottom: 24px
}

.ot-zigzag-grid {
    grid-column-gap: 100px;
    background-color: #fff;
    border-radius: 48px;
    grid-template-rows: auto;
    grid-template-columns: .9fr 1.1fr;
    align-self: stretch;
    align-items: center;
    padding: 54px 50px
}

.ot-zigzag-grid.reverce {
    grid-template-columns: 1.1fr .9fr
}

.ot-zigzag-content-block {
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex
}

.ot-zigzag-top-text {
    color: #24378b;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 8px 6px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px
}

.ot-h2 {
    color: var(--_new-home---black-color);
    font-size: var(--_new-home---font-size--d-h2);
    line-height: var(--_new-home---line-height--d-h2);
    letter-spacing: -.4px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 500
}

.ot-h2.max-600 {
    max-width: 600px
}

.ot-zigzag-title-text {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex
}

.ot-zigzag-pera {
    color: var(--_new-home---primary--grey--700);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.ot-zigzag-btn {
    color: var(--_new-home---primary--grey--700);
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #f5faff;
    border: 1px solid #9abbff;
    border-radius: 12px;
    padding: 12px 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    transition: all .4s
}

.ot-zigzag-btn:hover {
    background-color: var(--_new-home---primary-button-bg);
    color: var(--_new-home---primary-button-text)
}

.ot-zigzag-wrapper {
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex
}

.ot-video-section {
    background-image: linear-gradient(#f8fbff, #fff);
    padding-top: 30px;
    padding-bottom: 30px;
    display: none
}

.ot-play-icon {
    aspect-ratio: 1;
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    background-color: #3253f94d;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 76px;
    display: flex
}

.ot-tool-section {
    padding-top: 94px;
    padding-bottom: 60px
}

.ot-tool-wrapper {
    max-width: 672px;
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto
}

.ot-tool-heading-wrapper {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex
}

.ot-tool-heading-wrapper.mb-60 {
    margin-bottom: 60px
}

.ot-section-sub-head {
    color: var(--_new-home---primary--grey--600);
    font-size: 16px;
    line-height: 24px
}

.ot-section-sub-head.long-sub-head {
    line-height: 32px
}

.ot-section-sub-head.max-800 {
    max-width: 800px
}

.ot-tool-main {
    border: 1px dashed #4e4e5480;
    border-radius: 32px;
    margin-top: 34px;
    padding: 47px 55px 37px
}

.ot-need-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: flex
}

.ot-need-title {
    color: #020120;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px
}

.ot-need-block-main {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ot-need-icon-text {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ot-need-icon {
    color: var(--_new-home---primary--blue--700);
    font-family: "Fa Solid 900", Arial, sans-serif;
    font-size: 30px;
    line-height: 30px
}

.on-need-text {
    color: #020120;
    letter-spacing: .5px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px
}

.ot-review-section {
    padding-top: 124px;
    padding-bottom: 89px
}

.ot-review-content-block {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
    opacity: 0;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
    justify-content: center;
    align-items: flex-start;
    height: 256px;
    display: none;
    position: relative;
    overflow: hidden
}

.ot-review-content-block.active {
    opacity: 100;
    display: flex
}

.ot-review-image {
    max-height: 160px
}

.o-client-review {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex
}

.o-client-features-list {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 0;
    padding-left: 20px;
    display: flex
}

.ot-review-top-block {
    grid-column-gap: 96px;
    grid-row-gap: 96px;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ot-review-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    height: 100%;
    margin-top: 74px;
    display: flex;
    position: relative;
    overflow: hidden
}

.o-client-features {
    color: #363230;
    font-size: 12px;
    line-height: 22px
}

.o-client-name {
    color: #363230;
    font-size: 12px;
    line-height: 20px
}

.o-client-features-list-item {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 12px;
    line-height: 22px
}

.o-review-title {
    color: var(--_new-home---primary--grey--700);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    overflow: hidden
}

.ot-review-block {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    cursor: pointer;
    background-color: #f9fafb;
    border-radius: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    width: 190px;
    padding-top: 50px;
    padding-bottom: 50px;
    transition: all .4s;
    display: flex;
    overflow: hidden
}

.ot-review-block.active {
    background-color: #f8fbff;
    width: 100%;
    padding-left: 16px;
    padding-right: 48px
}

.divider-2 {
    background-color: #e5e7eb;
    width: 1px;
    height: 40px
}

.ot-review-bottom-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    opacity: 0;
    border-top: 1px solid #e5e7eb;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 52px;
    padding-top: 10px;
    transition: all .4s;
    display: none;
    overflow: hidden
}

.ot-counter-section {
    padding-top: 48px;
    padding-bottom: 92px
}

.ot-counter-main {
    grid-column-gap: 146px;
    grid-row-gap: 146px;
    justify-content: center;
    align-items: center;
    display: flex
}

.ot-conter-text {
    padding: 20px 28px 12px
}

.ot-counter-h4 {
    color: var(--_new-home---black-color);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px
}

.ot-counter-bottom-text {
    color: var(--_new-home---primary--grey--600);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.ot-counter-after-main {
    position: relative
}

.ot-counter-after {
    z-index: -1;
    position: absolute;
    top: 15px;
    left: -10px
}

.ot-company-logo-block {
    background-color: #fff;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    display: flex;
    position: relative;
    box-shadow: 5px 5px 10px #0000001a
}

.ot-company-logo-block.otto {
    background-color: var(--_new-home---primary--blue--700)
}

.box-exterior {
    border: 1px solid #edeff3;
    border-radius: 30px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 1px;
    text-decoration: none;
    display: flex;
    position: relative;
    overflow: hidden
}

.box-interior {
    z-index: 1;
    background-color: #fff;
    border-radius: 30px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 6px 11px;
    display: flex
}

.box-text {
    color: var(--_new-home---text);
    font-size: 12px;
    line-height: 18px
}

.gradient-line {
    z-index: 0;
    backface-visibility: visible;
    transform-origin: 50%;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: auto
}

.ot-cta-section {background-image:url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/679b2a47d551a8146bde7ec3_texture.svg");background-position:50%;background-size:cover;
    padding-top: 58px;
    padding-bottom: 52px
}

.ot-cta-footer {
    grid-row-gap: 110px;
    background-image: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/679b2a47d551a8146bde7ec3_texture.svg");
    background-position: 50%;
    background-size: cover;
    flex-flow: column;
    display: flex
}

.ot-cta-content-wrapper {
    grid-row-gap: 36px;
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 672px;
    margin-left: auto;
    margin-right: auto;
    display: flex
}

.ot-cta-title-text {
    grid-row-gap: 18px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ot-cta-pera {
    color: var(--_new-home---primary--grey--700);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.ot-form-block {
    align-self: center;
    width: 500px;
    margin-bottom: 0
}

.ot-form {
    position: relative
}

.ot-email-field {
    background-color: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    width: 100%;
    height: 46px;
    margin-bottom: 0;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 16px
}

.o-founder {
    color: var(--_new-home---primary--grey--600);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.ot-review-work {
    color: var(--_new-home---primary--grey--700);
    font-size: 18px;
    font-weight: 600;
    line-height: 28px
}

.ot-footer-wraper {
    background-color: #fff;
    border-radius: 48px;
    margin-bottom: 36px;
    padding-top: 55px;
    padding-left: 50px;
    padding-right: 50px;
    box-shadow: 0 4px 10px #0000000a
}

.ot-footer-top-block {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    border-bottom: 1px solid #e5e7eb;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 55px;
    display: flex
}

.ot-footer-top-block.p-bottom-20 {
    align-items: center;
    padding-bottom: 20px
}

.ot-footer-top-block.border-none {
    border-bottom-style: none
}

.ot-footer-pera {
    color: var(--_new-home---black-color);
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 20px
}

.ot-form-block-footer {
    align-self: center;
    margin-bottom: 22px
}

.ot-footer-icon {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 23px;
    display: flex
}

.ot-footer-icon.mb-0 {
    margin-bottom: 0
}

.ot-footer-icons {
    color: var(--_new-home---black-color);
    font-family: "Fa Brands 400", Arial, sans-serif;
    font-size: 20px;
    text-decoration: none
}

.ot-footer-help-text {
    color: var(--_new-home---black-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

.ot-footer-email {
    color: #0561a2;
    text-decoration: none
}

.ot-footer-logo {
    margin-bottom: 16px
}

.ot-footer-top-grid {
    grid-column-gap: 55px;
    grid-row-gap: 55px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr
}

.ot-footer-top-grid._5-column-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr
}

.ot-footer-h4 {
    color: var(--_new-home---black-color);
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.ot-footer-link-block {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex
}

.ot-footer-link {
    color: var(--_new-home---primary--grey--700);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none
}

.ot-footer-link:hover {
    color: var(--_new-home---primary--blue--700)
}

.ot-footer-bottom-block {
    padding-top: 21px;
    padding-bottom: 24px
}

.ot-footer-bottom-block.ot-n-footer-bottom-block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: space-between;
    display: flex
}

.ot-footer-copywite {
    color: #585b70;
    text-align: center;
    font-size: 14px;
    font-weight: 400
}

.ot-navbar {
    z-index: 999;
    margin-left: 22px;
    margin-right: 22px;
    position: sticky;
    top: 12px
}

.ot-navbar-container {
    background-color: #0000
}

.ot-nav-inner-container {
    background-color: #fff;
    border-radius: 50px;
    margin-left: auto;
    margin-right: auto;
    padding: 13px 24px
}

.ot-nav-inner-container.pad-13 {
    padding-top: 13px;
    padding-bottom: 13px
}

.ot-nav-inner-container.fixed-header {
    box-shadow: 0 4px 10px #00000021
}

.ot-navbar-wrapper {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: stretch space-between;
    align-items: center;
    display: flex
}

.ot-nav-menu-wrapper {
    position: static
}

.ot-nav-menu {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    justify-content: flex-end;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    display: flex
}

.nav-link-5 {
    color: #1a1b1f;
    letter-spacing: .25px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none
}

.nav-link-5:hover {
    color: #1a1b1fbf
}

.nav-link-5:focus-visible,
.nav-link-5[data-wf-focus-visible] {
    outline-offset: 0px;
    color: #0050bd;
    border-radius: 4px;
    outline: 2px solid #0050bd
}

.nav-dropdown-4 {
    margin-left: 5px;
    margin-right: 5px
}

.ot-nav-dropdown-toggle {
    color: var(--_new-home---text);
    letter-spacing: .25px;
    padding: 5px 30px 5px 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

.ot-nav-dropdown-toggle:hover {
    color: #1a1b1fbf
}

.ot-nav-dropdown-toggle:focus-visible,
.ot-nav-dropdown-toggle[data-wf-focus-visible] {
    outline-offset: 0px;
    color: #0050bd;
    border-radius: 5px;
    outline: 2px solid #0050bd
}

.ot-nav-dropdown-icon {
    margin-right: 10px
}

.nav-dropdown-list-4 {
    background-color: #fff;
    border-radius: 12px
}

.nav-dropdown-list-4.w--open {
    padding-top: 10px;
    padding-bottom: 10px
}

.ot-nav-dropdown-link {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px
}

.ot-nav-dropdown-link:hover {
    color: var(--_new-home---primary-button-bg)
}

.ot-nav-dropdown-link:focus-visible,
.ot-nav-dropdown-link[data-wf-focus-visible] {
    outline-offset: 0px;
    color: #0050bd;
    border-radius: 5px;
    outline: 2px solid #0050bd
}

.ot-nav-button-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: flex-end;
    align-items: center;
    display: flex
}

.ot-nav-button-wrapper.inner {
    display: none
}

.ot-footer-top-left {
    max-width: 325px
}

.ot-footer-top-left.ot-n-footer-left {
    max-width: 270px
}

.ot-footer-top-left.ot-n-footer-left-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: space-between;
    align-items: center;
    max-width: none;
    display: flex
}

.otto-center-text {
    color: var(--_new-home---black-color);
    text-align: center;
    max-width: 862px;
    font-size: 52px;
    font-weight: 600;
    line-height: 60px
}

.template-name {
    display: none
}

.template-form {
    background-color: #ecf5ff;
    border-radius: 16px;
    width: 100%;
    padding: 30px
}

.ot-heading-wrapper {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex
}

.ot-heading-wrapper.ot-sitemap-left {
    justify-content: center;
    align-items: flex-start
}

.ot-tax-collection-list {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    display: flex
}

.ot-tax-collection-item-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    color: var(--_new-home---black-color);
    justify-content: space-between;
    align-items: flex-start;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    display: flex
}

.ot-tax-collection-item-block:hover {
    color: var(--_new-home---primary--blue--700)
}

.ot-right-arrow {
    font-family: "Fa Solid 900", Arial, sans-serif;
    font-size: 14px
}

.navigation-inner-wrap {
    text-align: center;
    align-items: center;
    display: flex
}

.ot-nav-dropdown-list {
    top: 100%;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    left: 0;
    transform: none
}

.ot-nav-dropdown-list.w--open {
    box-shadow: 0 2px 5px #0000001a
}

.header-navigation-menu {
    color: #1f2937;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-decoration: none
}

.header-navigation-menu:hover {
    color: #1a1b1fbf
}

.header-navigation-menu:focus-visible,
.header-navigation-menu[data-wf-focus-visible] {
    outline-offset: 0px;
    color: #0050bd;
    outline: 2px solid #0050bd
}

.header-navigation-menu.dropdown {
    grid-column-gap: 6px;
    border-radius: 5px;
    flex-flow: row-reverse wrap;
    justify-content: center;
    align-items: center;
    display: flex
}

.header-navigation-menu.dropdown:hover {
    background-color: #dcedff
}

.header-navigation-menu.dropdown.w--open {
    background-color: #dcedff;
    position: static
}

.nav-item-title {
    color: #1f2937;
    font-size: 14px;
    line-height: 21px
}

.nav-item-description {
    color: #6d7280;
    font-size: 12px;
    line-height: 18px
}

.nav-dropdown-title {
    color: #000c;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 28px
}

.dropdown-inner-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    place-items: center start
}

.nav-item-icon-block {
    background-color: #f9fafb;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    display: flex
}

.nav-item-link-block {
    grid-column-gap: 12px;
    justify-content: flex-start;
    align-items: flex-start;
    text-decoration: none;
    display: flex
}

.nav-item-link-block:hover {
    text-decoration: none
}

.header-dropdown-icon {
    margin-right: 0;
    position: static
}

.nav-item-content-block {
    grid-row-gap: 2px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex
}

.o-feature-main-block {
    background-color: #ecf5ff;
    border-radius: 32px;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    padding: 54px
}

.o-feature-grid {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    grid-template-rows: auto;
    grid-template-columns: 1fr .75fr;
    place-items: center start
}

.o-content-block {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    display: flex
}

.ot-feature-para-text {
    color: var(--_new-home---primary--grey--600);
    font-size: 16px;
    line-height: 24px
}

.o-image-block {
    justify-content: flex-end
}

.o-top-content-block {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
    display: flex
}

.o-feature-form-block {
    margin-bottom: 0
}

.o-feature-form {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    display: flex
}

.o-feature-form-input {
    color: #333;
    background-color: #fff;
    border: 1px solid #e8e7ec;
    border-radius: 8px;
    align-self: center;
    height: 44px;
    margin-bottom: 0;
    padding-left: 17px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 20px
}

.o-feature-form-input:focus {
    border-color: var(--_new-home---primary--blue--700)
}

.o-feature-top-form {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.o-feature-form-bottom {
    color: var(--_new-home---primary--grey--600);
    text-align: center;
    font-size: 12px;
    line-height: 16px
}

.ot-section {
    box-sizing: content-box;
    object-fit: fill;
    width: auto;
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    position: static;
    overflow: hidden
}

.ot-section.mb-33 {
    margin-bottom: 33px
}

.ot-section.mb-60 {
    margin-bottom: 60px
}

.ot-section.bg-light-blue {
    background-color: #f3f9ff
}

.o-glossary-hero-section {
    background-image: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/67c9609c9fb5dd1f966b067f_glossary-hero-image.webp");
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-top: 100px;
    padding-bottom: 100px
}

.o-glossary-sub-headline {
    color: var(--_new-home---text)
}

.share-icon-list {
    background-color: #233ed9;
    border: 1px solid #0000;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    display: flex
}

.share-icon {
    aspect-ratio: 1;
    color: var(--_new-home---primary-button-text);
    justify-content: center;
    align-items: center;
    width: 100%;
    font-family: "Fa Brands 400", Arial, sans-serif;
    text-decoration: none;
    display: flex
}

.o-glossary-section {
    padding-top: 60px;
    padding-bottom: 60px
}

.o-glossary-form-h2 {
    color: var(--_new-home---black-color);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 36px;
    font-weight: 500;
    line-height: 44px
}

.o-glossary-form-label {
    color: #1c1c1c;
    margin-bottom: 13px;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px
}

.o-tax-category-main-wrapper {
    border: 1px solid #ddd;
    border-radius: 8px;
    max-width: 1064px;
    margin-top: 56px;
    margin-left: auto;
    margin-right: auto
}

.o-tax-category-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
    align-items: center;
    padding: 18px 24px;
    display: flex
}

.o-tax-category-left {
    min-width: 765px;
    max-width: 765px
}

.o-tax-category-head {
    color: var(--_new-home---black-color);
    font-size: 14px;
    font-weight: 600;
    line-height: 20px
}

.o-tax-category-right {
    text-align: center;
    min-width: 100px;
    max-width: 100px
}

.o-tex-category-p {
    color: var(--_new-home---primary--grey--700);
    margin-top: 10px;
    font-size: 14px
}

.o-tex-category-icon {
    aspect-ratio: 1;
    background-color: var(--_new-home---primary-button-bg);
    color: var(--_new-home---primary-button-text);
    text-align: center;
    border-radius: 50%;
    width: 34px;
    font-family: "Fa Solid 900", Arial, sans-serif;
    font-size: 16px;
    line-height: 34px
}

.o-tax-templates-grid {
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 59px;
    margin-bottom: 40px
}

.o-tax-templates-grid.mb-0 {
    margin-bottom: 0
}

.o-tax-templates-link {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    cursor: pointer;
    border: 1px solid #d2d5da;
    border-radius: 30px;
    flex-flow: column;
    justify-content: space-between;
    padding: 35px 30px;
    text-decoration: none;
    transition: all .3s;
    display: flex
}

.o-tax-templates-link:hover {
    box-shadow: 0 4px 16px #0000001a
}

.o-tax-templates-icon-text {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: center;
    display: flex
}

.o-tax-templates-icon {
    color: var(--color--button-bg);
    font-family: "Fa Solid 900", Arial, sans-serif;
    font-size: 22px;
    line-height: 26px
}

.o-tax-templates-span {
    color: #6d7280;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.o-tax-templates-p {
    color: var(--_new-home---black-color);
    font-weight: 500
}

.o-tax-templates-top {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex
}

.o-tax-templates-bottom {
    text-align: right;
    justify-content: flex-end;
    align-items: center;
    display: flex
}

.o-resources-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 59px;
    display: grid
}

.ot-tax-viwe-more {
    text-align: center
}

.ot-view-more {
    font-size: 16px;
    text-decoration: none
}

.o-resources-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
    padding: 30px 20px;
    text-decoration: none;
    transition: all .3s;
    display: flex
}

.o-resources-block:hover {
    box-shadow: 0 4px 16px #0000001a
}

.o-resources-h3 {
    color: var(--_new-home---black-color);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px
}

.o-resources-pera {
    color: var(--_new-home---primary--grey--600);
    font-size: 14px;
    line-height: 20px
}

.o-resources-tag {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    background-color: #dcedff;
    border-radius: 100px;
    justify-content: flex-start;
    align-items: center;
    padding: 3px 10px;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    display: inline-flex
}

.o-resources-tag-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex
}

.o-tax-form-input-block._w-50 {
    width: 50%
}

.o-tax-form-input-block.custom-select {
    position: relative
}

.ot-hero-grid {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    grid-template-rows: auto;
    grid-template-columns: 1.32fr 1fr;
    place-items: center stretch
}

.trustpilot-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 24px;
    display: flex
}

.trustpilot-wrapper.center {
    justify-content: center;
    align-items: center
}

.trustpilot-text {
    color: var(--_new-home---black-color);
    font-size: 14px;
    line-height: 16px
}

.grid-2 {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    grid-template: ". Area" /1fr 1fr;
    place-content: stretch;
    align-items: center
}

.ot-book-meeting-content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 12px;
    display: flex
}

.ot-book-meeting-li {
    color: var(--_new-home---text);
    background-image: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/67ca87098dbe4b7a31b2a55d_line-check-circle.svg");
    background-position: 0 2px;
    background-repeat: no-repeat;
    background-size: auto;
    padding-left: 30px
}

.ot-book-meeting-ul {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
    display: flex
}

.ot-book-meeting-ul.desk {
    margin-top: 0
}

.ot-book-meeting-ul.mobile {
    display: none
}

.ot-bm-slider {
    background-color: #0000;
    max-width: 462px;
    height: auto;
    margin-top: 45px
}

.arrow-none,
.ot-bm-slider.mobile {
    display: none
}

.ot-bm-slide-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 2px;
    padding: 30px 24px;
    display: flex
}

.mask {
    border-radius: 12px;
    box-shadow: 0 0 4px #0000001f
}

.ot-bm-slide-pera {
    color: var(--_new-home---primary--grey--700);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.ot-bm-athor-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ot-bm-author-img-block {
    aspect-ratio: 1;
    border: 1px solid #ebebeb;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 44px;
    min-width: 44px;
    display: flex
}

.ot-bm-author-name {
    color: var(--_new-home---heading-color);
    font-size: 14px;
    font-weight: 600;
    line-height: 20px
}

.ot-bm-author-position {
    color: var(--_new-home---primary--grey--600);
    font-size: 12px;
    line-height: 16px
}

.slide-nav {
    color: var(--_new-home---heading-color);
    bottom: -60px
}

.ot-book-meeting-right {
    background-color: #ecf5ff;
    border-radius: 16px;
    width: 100%;
    padding: 30px;
    line-height: 20px;
    position: static
}

.ot-bm-main {
    justify-content: center;
    align-items: flex-start;
    min-height: 100vh;
    padding-top: 86px;
    padding-bottom: 86px;
    display: flex
}

.ot-bm-main.pad-50-20 {
    padding-top: 50px;
    padding-bottom: 20px
}

.o-bm-image {
    border-radius: 50%
}

.o-bm-section {
    align-self: auto
}

.trustpilot-flex {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    text-decoration: none;
    display: flex
}

.ot-bk-zigzag-grid {
    grid-column-gap: 114px;
    background-color: #fff;
    border-radius: 48px;
    grid-template-rows: auto;
    grid-template-columns: .9fr 1.1fr;
    align-self: stretch;
    align-items: center
}

.ot-bk-zigzag-grid.reverce {
    grid-template-columns: 1.1fr .9fr
}

.otto-container {
    max-width: 1086px;
    padding-left: 16px;
    padding-right: 16px
}

.otto-hero-container {
    max-width: 1220px;
    padding-left: 16px;
    padding-right: 16px
}

.ot-bk-zigzag-wrapper {
    grid-row-gap: 96px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 93px;
    display: flex
}

.ot-hero-grid-form {
    background-color: #ecf5ff;
    border-radius: 16px;
    padding: 30px
}

.ot-bk-step-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 80px
}

.ot-bk-step-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px;
    display: flex
}

.ot-bk-step {
    aspect-ratio: 1;
    background-color: var(--_new-home---primary-button-bg);
    color: var(--_new-home---primary-button-text);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 24px;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    display: flex
}

.ot-bk-step-title {
    color: var(--_new-home---heading-color);
    font-size: 18px;
    font-weight: 500;
    line-height: 28px
}

.ot-bk-step-pera {
    color: var(--_new-home---primary--grey--600);
    font-size: 16px;
    line-height: 24px
}

.ot-financial-main-wraper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    margin-top: 58px;
    display: flex
}

.ot-financial-top-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr
}

.ot-financial-bottom-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr 1fr .5fr
}

.ot-financial-link-block {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
    background-color: #f3f9ff;
    border-radius: 24px;
    flex-flow: column;
    justify-content: space-between;
    padding: 24px;
    text-decoration: none;
    display: flex
}

.ot-financial-h3 {
    color: var(--_new-home---heading-color);
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px
}

.ot-financial-pera {
    color: var(--_new-home---primary--grey--600)
}

.ot-financial-licon {
    color: var(--_new-home---primary--blue--700);
    font-family: "Fa Solid 900", Arial, sans-serif;
    font-size: 16px
}

.ot-financial-icon-block {
    aspect-ratio: 1;
    background-color: #c8dafe33;
    border: 1px solid #c8dafe;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 40px;
    display: flex
}

.ot-financial-icon-block.slider-arrow-left {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%)
}

.ot-financial-icon-block.slider-arrow-right {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%)
}

.ot-financial-content {
    margin-bottom: 24px
}

.ot-review-slider {
    background-color: #0000;
    height: auto;
    margin-top: 58px
}

.nav-d-none {
    display: none
}

.ot-review-slide-block {
    background-color: #f3f9ff;
    border: 1px solid #e5e7eb;
    border-radius: 24px;
    margin-left: 96px;
    margin-right: 96px;
    padding: 26px 8px 8px
}

.ot-slide-block-top {
    margin-bottom: 24px;
    padding-left: 40px;
    font-size: 18px;
    line-height: 18px
}

.ot-slide-block-bottom {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    background-color: #fff;
    border-radius: 20px;
    flex-flow: column;
    padding: 40px;
    display: flex;
    box-shadow: 0 6px 6px -3px #2929290a, 0 12px 12px -6px #2929290a
}

.ot-review-slide-text {
    color: var(--_new-home---primary--grey--700);
    font-size: 24px;
    font-weight: 500;
    line-height: 32px
}

.ot-pricing-wrapper {
    background-color: #ecf5ff;
    border-radius: 24px;
    margin-top: 58px;
    padding: 16px
}

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

.ot-pricing-plan {
    border-radius: 12px;
    padding: 32px 12px
}

.ot-pricing-plan.business-plan {
    background-color: #fff;
    padding-left: 24px;
    padding-right: 24px;
    box-shadow: 0 6px 10px #1c1c230a, 0 0 3px #1c1c2317
}

.ot-pricing-flex-block {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: space-between;
    height: 100%;
    display: flex
}

.ot-pricing-plan-name {
    color: var(--_new-home---heading-color);
    margin-bottom: 32px;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    display: inline-block
}

.ot-pricing-price {
    color: var(--_new-home---heading-color);
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 3px;
    font-size: 28px;
    line-height: 36px;
    display: flex
}

.ot-pricing-subscript {
    font-size: 16px;
    line-height: 24px;
    display: inline-block
}

.ot-pricing-price-pera {
    color: var(--_new-home---primary--grey--600);
    margin-bottom: 24px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

.ot-pricing-price-block {
    border-bottom: 1px solid #9abbff;
    min-height: 147px;
    margin-bottom: 24px
}

.ot-pricing-price-block.border-none {
    border-bottom-style: none;
    margin-bottom: 0
}

.ot-pricing-list-title {
    color: var(--_new-home---heading-color);
    margin-bottom: 7px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.ot-pricing-ul {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
    padding-left: 0;
    display: flex
}

.ot-pricing-li {
    color: var(--_new-home---primary--grey--700);
    background-image: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/67ce6af50c5027ed56dc7a50_Vector%20(8).svg");
    background-position: 0;
    background-repeat: no-repeat;
    background-size: auto;
    padding-left: 25px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

.ot-pricing-list-block {
    margin-bottom: 24px
}

.ot-pricing-expenses {
    color: var(--_new-home---text);
    margin-bottom: 24px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px
}

.ot-pricing-popular {
    color: #517cff;
    background-color: #ecf5ff;
    border: 1px solid #c0dcff;
    border-radius: 8px;
    margin-left: 8px;
    padding: 4px 7px;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    display: inline-block
}

.pricing-tab-link {
    color: #706f74;
    background-color: #fff;
    border: 1px solid #d4d4d4;
    border-radius: 100px;
    padding: 3px 6px;
    font-size: 12px;
    line-height: 12px
}

.pricing-tab-link.w--current {
    color: var(--_new-home---primary--blue--700);
    background-color: #ecf5ff;
    border-color: #c0dcff
}

.ot-pricing-tabs-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 24px;
    display: flex
}

.ot-pricing-selected-expense {
    color: var(--_new-home---primary--grey--600);
    border-bottom: 1px solid #9abbff;
    margin-bottom: 24px;
    padding-bottom: 24px;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px
}

.ot-faq-main-container {
    max-width: 780px;
    margin-top: 54px;
    margin-left: auto;
    margin-right: auto
}

.ot-faq-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-bottom: 1px solid #d2d5da;
    flex-flow: column;
    padding-top: 30px;
    padding-bottom: 30px
}

.ot-faq-question {
    cursor: pointer;
    justify-content: space-between;
    align-items: center;
    display: flex
}

.ot-faq-h3 {
    color: var(--_new-home---heading-color);
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 10px;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px
}

.ot-faq-icon {
    font-family: "Fa Solid 900", Arial, sans-serif;
    transform: rotate(180deg)
}

.ot-faq-answer {
    transition: all .3s;
    overflow: hidden
}

.ot-faq-ans-text {
    color: #24378b;
    padding-top: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.bold-text-7 {
    font-weight: 600
}

.ot-monthly-yearly-tab-wrapper {
    text-align: center;
    margin-top: 30px
}

.ot-monthly-yearly-tabs {
    display: inline-block
}

.tabs-content-2 {
    display: none
}

.ot-monthly-yearly-menus {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    background-color: #f3f4f6;
    border-radius: 12px;
    justify-content: flex-start;
    align-items: center;
    padding: 2px 2.5px;
    display: inline-flex
}

.ot-monthly-yearly-tab-link {
    color: #6f7988;
    text-align: center;
    background-color: #0000;
    width: 139px;
    padding: 6px 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px
}

.ot-monthly-yearly-tab-link.w--current {
    color: #2e3238;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 4px -2px #18274b05, 0 0 2px #e0e0e0
}

.ot-compare-wrapper {
    grid-row-gap: 21px;
    flex-flow: column;
    margin-top: 56px;
    display: flex
}

.ot-comare-head-grid {
    grid-column-gap: 60px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr 1fr 1fr
}

.ot-comare-head-block {
    flex-flow: column;
    justify-content: flex-end;
    display: flex
}

.ot-comare-head-text {
    color: #6f7988;
    margin-top: 8px;
    margin-bottom: 17px;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px
}

.ot-comare-head-title {
    color: var(--_new-home---heading-color);
    font-size: 24px;
    font-weight: 500;
    line-height: 32px
}

.div-block-53 {
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ot-comare-head {
    background-color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    position: sticky;
    top: 78px
}

.ot-compare-body {
    grid-row-gap: 61px;
    flex-flow: column;
    display: flex
}

.ot-comare-body-grid {
    grid-column-gap: 60px;
    grid-row-gap: 20px;
    border-top: 1px solid #edeff3;
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr 1fr 1fr
}

.ot-comare-body-block {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    justify-content: flex-start;
    align-items: center;
    padding-top: 18px;
    padding-bottom: 18px;
    display: flex
}

.ot-comare-body-title {
    color: var(--_new-home---heading-color);
    white-space: nowrap;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px
}

.ot-comare-body-text {
    color: var(--_new-home---heading-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.ot-comare-icon-check {
    color: var(--_new-home---heading-color);
    text-align: center;
    width: 100%;
    font-family: "Fa Solid 900", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.ot-comare-icon-close {
    color: var(--_new-home---heading-color);
    text-align: center;
    width: 100%;
    font-family: "Fa 400", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

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

.ot-collection-link {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    border: 1px solid #d2d5da;
    border-radius: 30px;
    flex-flow: column;
    justify-content: space-between;
    height: 100%;
    padding: 34px 30px;
    text-decoration: none;
    transition: all .3s;
    display: flex
}

.ot-collection-link:hover {
    box-shadow: 0 4px 16px #0000001a
}

.ot-wc-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 58px
}

.ot-wc-block {
    background-color: #f3f9ff;
    border-radius: 8px;
    padding: 34px 30px
}

.ot-wc-h3 {
    color: var(--_new-home---heading-color);
    margin-top: 16px;
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px
}

.ot-wc-pera {
    color: var(--_new-home---primary--grey--600);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.ot-collection-wrapper {
    padding-top: 80px
}

.ot-sitemap-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: start;
    display: grid
}

.ot-sitemap-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 40px;
    display: flex
}

.ot-sitemap-wrapper.ot-sitemap-left {
    justify-content: flex-start;
    align-items: stretch
}

.ot-sitemap-link-text {
    color: var(--_new-home---primary--grey--700);
    font-size: 15px;
    text-decoration: none
}

.ot-sitemap-link-text:hover {
    color: #000;
    text-decoration: underline
}

.ot-sitemap-inner-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ot-sitemap-inner-wrapper.ot-sitemap-left {
    justify-content: flex-start;
    align-items: stretch
}

.ot-sitemap-h-h2 {
    color: var(--_new-home---heading-color);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px
}

.ot-button-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ot-button-wrapper.mt-24 {
    margin-top: 24px
}

.ot-legal-agriment-content {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 908px;
    margin-top: 56px;
    margin-left: auto;
    margin-right: auto;
    display: flex
}

.ot-legal-agriment-p {
    color: var(--_new-home---primary--grey--700);
    text-align: center;
    column-count: auto;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    column-gap: 48px;
    font-size: 16px;
    line-height: 24px
}

.ot-agreement-grid {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    place-items: center start
}

.ot-zigzag-wrappers {
    grid-row-gap: 96px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex
}

.ot-hero-video-wrapper {
    padding-top: 70px
}

.ot-how-to-ul {
    margin-top: -15px
}

.ot-features-icon {
    color: var(--_new-home---primary-button-bg);
    font-family: "Fa 400", Arial, sans-serif;
    font-size: 22px
}

.ot-features-icon.fa-900 {
    font-family: "Fa Solid 900", Arial, sans-serif
}

.ot-features-icon.fa-brand-400 {
    font-family: "Fa Brands 400", Arial, sans-serif
}

.ot-h3 {
    color: var(--_new-home---black-color);
    font-size: var(--_new-home---font-size--d-h3);
    line-height: var(--_new-home---line-height--d-h3);
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 500
}

.ot-alternative-grid {
    grid-column-gap: 51px;
    grid-row-gap: 20px;
    border-top: 1px solid #edeff3;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr
}

.ot-alternative-icon-check {
    color: var(--_new-home---heading-color);
    width: 100%;
    font-family: "Fa Solid 900", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.ot-alternative-icon-close {
    color: var(--_new-home---heading-color);
    width: 100%;
    font-family: "Fa 400", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.ot-bm-li {
    font-weight: 600
}

.o-blog-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
    text-decoration: none;
    transition: all .3s;
    display: flex
}

.ot-blog-category-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
    margin-bottom: 42px;
    display: flex
}

.ot-blog-category-collection-item {
    width: 100%;
    padding-left: 0;
    padding-right: 0
}

.ot-bk-step-inner-wrap {
    aspect-ratio: 1;
    background-color: #dcedff;
    border-radius: 50%;
    width: 36px;
    padding: 6px
}

.ot-bk-step-wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ot-bk-step-text {
    color: var(--_new-home---primary--grey--700);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

.div-block-54 {
    background-color: #edf8fe;
    border-radius: 12px;
    padding: 30px
}

.demo {
    background-color: var(--color--breadcrumb-active);
    width: 100px;
    height: 100px
}

.template-form-label {
    font-weight: 500
}

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

.max-800 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    display: flex
}

._12gh {
    aspect-ratio: 1;
    width: 50px
}

.ot-point-ul {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    display: flex
}

.ot-point-li {
    background-image: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/67ebda68bb02e4df9506155e_check%20(3).png");
    background-position: 0 6px;
    background-repeat: no-repeat;
    background-size: 15px;
    padding-left: 30px
}

.ot-comparison-table-wrapper {
    border: 1px solid #edeff3;
    border-radius: 12px;
    margin-top: 58px
}

.ot-comparison-grid {
    grid-column-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 2.5fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-flow: column
}

.ot-comparison-grid._6-grid {
    grid-template-columns: 2.5fr 1fr 1fr 1fr 1fr 1fr
}

.ot-comparision-grid-block {
    border-bottom: 1px solid #edeff3;
    border-right: 1px solid #edeff3;
    justify-content: flex-start;
    align-items: center;
    padding: 15px 10px;
    display: flex
}

.ot-comparision-grid-block.center {
    text-align: center;
    justify-content: center;
    align-items: center
}

.ot-comparision-head {
    color: var(--_new-home---heading-color);
    font-size: 16px;
    font-weight: 500
}

.ot-comparision-head.visibility-hidden {
    opacity: 0
}

.ot-comparision-icon-close {
    color: var(--_new-home---primary-button-bg);
    text-align: center;
    width: 100%;
    font-family: "Fa 400", Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px
}

.ot-comparision-icon-check {
    color: var(--_new-home---heading-color);
    text-align: center;
    width: 100%;
    font-family: "Fa Solid 900", Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px
}

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

.grid-4 {
    grid-column-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 2.5fr 1fr 1fr 1fr 1fr 1fr 1fr
}

.flex-gap {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex-flow: column;
    display: flex
}

.d-lg-none {
    display: none
}

.code-embed {
    display: block
}

.code-embed.apply-form {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 0
}

.mt-40 {
    margin-top: 40px
}

.ot-author-image {
    aspect-ratio: 1;
    border-radius: 12px;
    width: 200px
}

.ot-author-inner {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex
}

.ot-author-name {
    margin-bottom: 0;
    font-size: 30px;
    line-height: 40px
}

.ot-authoe-mail-icon {
    font-family: "Fa Brands 400", Arial, sans-serif
}

.ot-authoe-mail-icon.email {
    font-family: "Fa 400", Arial, sans-serif
}

.ot-author-mail {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    color: var(--_new-home---primary--grey--600);
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ot-author-content {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    display: flex
}

.author-collection-wrapper {
    margin-top: 80px
}

.link-block {
    text-decoration: none;
    display: block
}

.o-tax-templates-icon-img {
    width: 20px
}

.ot-tools-list-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: center stretch;
    display: grid
}

.ot-faq-link-text {
    color: var(--color--text)
}

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

.calculator-collection-item {
    text-align: center;
    border: 1px solid #e5e7eb;
    border-radius: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 24px;
    display: flex
}

.cal-collection-image {
    margin-bottom: 20px
}

.cal-collection-title {
    color: var(--_new-home---heading-color);
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px
}

.cal-collection-text {
    color: var(--_new-home---text);
    font-size: 14px;
    line-height: 22px
}

.cal-collection-link {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
    display: inline-block
}

.cal-collection-link:hover {
    text-decoration: underline
}

.cac-by-state-grid {
    grid-column-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: auto auto auto;
    place-items: stretch center;
    margin-top: 56px
}

.cac-by-state-grid._2-grid {
    grid-template-columns: auto auto;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto
}

.cal-state-link {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 14px;
    text-decoration: none;
    display: block
}

.code-embed-3 {
    aspect-ratio: auto;
    object-fit: fill;
    min-width: 0;
    display: block;
    overflow: hidden
}

.code-embed-4 {
    overflow: hidden
}

.currency-pairing-grid {
    grid-row-gap: 40px;
    background-color: #f0f9ff;
    border-radius: 24px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-items: center;
    margin-top: 56px;
    padding: 40px 30px
}

.currency-paring-arrow {
    font-family: "Fa Solid 900", Arial, sans-serif;
    font-size: 20px
}

.currency-pairing-top {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
    margin-bottom: 6px;
    display: flex
}

.currency-paring-block {
    color: var(--_new-home---text);
    text-align: center;
    text-decoration: none
}

.code-embed-5 {
    padding-left: 0
}

.link,
.link-2,
.link-3 {
    color: var(--color--text)
}

.my-5 {
    margin-top: 8px;
    margin-bottom: 8px
}

.link-4 {
    color: var(--_new-home---primary--grey--600);
    text-decoration: none
}

.link-4:hover {
    text-decoration: underline
}

.ot-bk-step-wrapper {
    padding-top: 60px;
    padding-bottom: 40px
}

.sign-hero-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-rows: auto;
    max-width: 900px;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto
}

.sign-block-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    background-color: var(--_new-home---primary--blue--700);
    border-radius: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding: 45px 40px;
    display: flex
}

.sign-block-image {
    aspect-ratio: 1;
    color: var(--_new-home---primary--blue--700);
    background-color: #fff;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    width: 70px;
    padding: 10px;
    font-family: "Fa Solid 900", Arial, sans-serif;
    font-size: 40px;
    display: flex
}

.sign-block-heading {
    color: #fff;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 600;
    line-height: 32px
}

.sign-block-text {
    color: #e4e4e4;
    text-align: center
}

.sign-block-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex
}

.sign-form-wrapper {
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    display: flex
}

.signature-grid {
    grid-column-gap: 30px;
    grid-row-gap: 80px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 900px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto
}

.personality-sign-title {
    color: var(--color--otto-blue);
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 500;
    line-height: 32px
}

.successful-sign-block {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex
}

.personality-sign-img {
    border-radius: 10px;
    margin-bottom: 15px;
    box-shadow: 0 4px 8px #0000001a
}

.successful-sign-image {
    margin-top: 15px
}

.successful-sign-title {
    color: var(--color--otto-blue);
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px
}

.successful-people-position {
    color: #738194;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 24px
}

.successful-people-position.long-sub-head {
    line-height: 32px
}

.successful-people-position.max-800 {
    max-width: 800px
}

.legally-sign-icon {
    aspect-ratio: 1;
    color: var(--_new-home---primary--blue--700);
    background-color: #dcedff;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    width: 70px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    font-size: 25px;
    display: flex
}

.legally-sign-icon.fa-400 {
    font-family: "Fa 400", Arial, sans-serif
}

.mt-56 {
    margin-top: 56px
}

.grid-5 {
    grid-column-gap: 49px;
    grid-template-rows: auto;
    grid-template-columns: .85fr 1fr
}

.sign-zigzag-bottom-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    max-width: 900px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto
}

.sign-zigzag-grid {
    grid-column-gap: 59px;
    grid-template-rows: auto;
    grid-template-columns: .6fr 1fr;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto
}

.sign-zigzag-bottom-block {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: center;
    background-color: #fff;
    border-radius: 12px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
    display: flex
}

.sign-zigzag-icon {
    aspect-ratio: 1;
    color: var(--_new-home---primary--blue--700);
    background-color: #d7ebff;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    width: 50px;
    padding: 10px;
    font-family: "Fa 400", Arial, sans-serif;
    font-size: 22px;
    display: flex
}

.sign-zigzag-icon.fa-900 {
    font-family: "Fa Solid 900", Arial, sans-serif
}

.sign-zigzag-h3 {
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px
}

.sign-why-otto-grid {
    grid-column-gap: 50px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    place-items: stretch center;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto
}

.why-otto-left-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px
}

.why-otto-left-block {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: center;
    background-color: #f3f9ff;
    border-radius: 12px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    display: flex
}

.sign-why-otto-icon {
    justify-content: center;
    align-items: center;
    font-family: "Fa 400", Arial, sans-serif;
    font-size: 40px;
    line-height: 40px
}

.why-otto-right-block {
    background-color: #f3f9ff;
    border-radius: 12px;
    padding: 20px 0
}

.why-otto-heading {
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 500
}

.why-otto-right-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-bottom: 1px solid #d4d4d4;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr
}

.why-otto-right-grid.border-none {
    border-bottom-style: none
}

.why-otto-table-grid {
    justify-content: flex-start;
    align-items: center;
    padding: 15px 20px;
    display: flex
}

.why-otto-right-grid-title {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.why-otto-right-grid-title.left {
    text-align: left
}

.why-otto-check {
    color: var(--_new-home---primary--blue--700);
    text-align: center;
    flex: 1;
    font-family: "Fa Solid 900", Arial, sans-serif;
    font-size: 22px
}

.why-otto-dash {
    text-align: center;
    flex: 1;
    font-family: "Fa Solid 900", Arial, sans-serif;
    font-size: 22px
}

.why-otto-right-main {
    text-align: center
}

.mt-50 {
    margin-top: 60px
}

.personality-sign-block {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex
}

.llc-vs-corporation-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto
}

.llc-compare-block {
    background-color: #fff;
    border-radius: 24px;
    padding: 20px 16px
}

.div-block-55 {
    border-bottom: 1px solid #cfcfcf;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
    display: flex
}

.div-block-56 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex
}

.llc-compare-list-icon {
    margin-top: 3px;
    font-family: "Fa 400", Arial, sans-serif;
    font-size: 20px
}

.llc-comare-h3 {
    color: var(--_new-home---heading-color);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 500;
    line-height: 32px
}

.llc-compare-h4 {
    color: var(--_new-home---heading-color);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500
}

.ot-pricing-tabs-content {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column
}

.ot-footer-center-block {
    max-width: 60%
}

.ot-footer-center-block-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    border-bottom: 1px solid #e5e7eb;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    display: flex
}

.ot-footer-center-block-wrapper.p-bottom-20 {
    align-items: center;
    padding-bottom: 20px
}

.ot-footer-center-block-wrapper.border-none {
    border-bottom-style: none
}

.ot-footer-bottom-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: space-between;
    align-items: center;
    padding-top: 21px;
    padding-bottom: 24px;
    display: flex
}

.ot-footer-bottom-wrapper.ot-n-footer-bottom-block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: space-between;
    display: flex
}

@media screen and (min-width:1280px) {
    h1 {
        font-size: var(--font-size--desktop-h1);
        line-height: var(--line-height--desktop-h1)
    }

    h2 {
        font-size: var(--font-size--desktop-h2);
        line-height: var(--line-height--desktop-h2)
    }

    h3 {
        font-size: var(--font-size--desktop-h3);
        line-height: var(--line-height--desktop-h3)
    }

    .o-heading-h2 {
        font-size: var(--font-size--desktop-h2);
        line-height: var(--line-height--desktop-h2)
    }

    .ot-zigzag-grid {
        grid-column-gap: 190px;
        padding-left: 99px;
        padding-right: 99px
    }

    .o-review-title {
        max-height: 128px;
        font-size: 24px;
        line-height: 32px
    }

    .ot-footer-wraper {
        padding-left: 96px;
        padding-right: 96px
    }

    .ot-hero-grid {
        grid-column-gap: 160px;
        grid-row-gap: 160px
    }

    .grid-2 {
        grid-column-gap: 120px;
        grid-row-gap: 120px;
        grid-template-columns: 1fr 1fr
    }

    .book-meeting-container {
        max-width: 1180px
    }

    .otto-container,
    .otto-hero-container {
        padding-left: 0;
        padding-right: 0
    }
}

@media screen and (min-width:1440px) {
    .page-breadcrumb-container {
        padding-left: 42px;
        padding-right: 42px
    }

    .o-review-title {
        max-height: 96px
    }

    .ot-navbar {
        margin-left: 42px;
        margin-right: 42px
    }

    .ot-comparision-head {
        text-decoration: none
    }

    .cac-by-state-grid._2-grid {
        grid-template-rows: auto;
        grid-template-columns: auto auto
    }

    .link-5,
    .link-6,
    .link-7,
    .link-8 {
        text-decoration: none
    }
}

@media screen and (min-width:1920px) {
    .ot-hero-image-section {
        background-position: 50% 0
    }

    .ot-zigzag-pera {
        color: var(--_new-home---primary--grey--700)
    }
}

@media screen and (max-width:991px) {
    .container {
        max-width: 728px
    }

    .hero-heading-left {
        padding-bottom: 60px;
        display: block
    }

    .hero-wrapper {
        flex-direction: column;
        grid-template-columns: 1fr;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: -40px
    }

    .hero-save-money-split-text {
        align-items: flex-start;
        max-width: 100%;
        margin-bottom: 40px
    }

    .margin-bottom-24px {
        max-width: 100%
    }

    .testimonial-column-light {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .centered-heading {
        text-align: left;
        font-size: 36px;
        line-height: 46px
    }

    .testimonial-grid-two {
        grid-column-gap: 30px;
        grid-template-columns: 1fr 1fr
    }

    .testimonial-main-heading {
        font-size: 25px;
        line-height: 30px
    }

    .div-block {
        max-width: 100%
    }

    .heading {
        text-align: center;
        font-size: 55px;
        line-height: 65px
    }

    .div-block-2 {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        display: flex
    }

    .bold-text {
        font-size: 25px
    }

    .div-block-4 {
        width: 100%
    }

    .heading-2 {
        max-width: 100%
    }

    .testimonial-slider-large-2 {
        padding-top: 60px;
        padding-bottom: 40px
    }

    .container-2 {
        max-width: 728px
    }

    .testimonial-slide-2 {
        padding-left: 32px
    }

    .testimonial-quote-2 {
        overflow: visible
    }

    .herio-description {
        text-align: center;
        max-width: 100%
    }

    .hero-split-copy {
        align-items: center;
        max-width: 100%;
        margin-bottom: 40px
    }

    .hero-save-money-split {
        order: -1;
        align-items: flex-start;
        max-width: 100%;
        margin-bottom: 40px
    }

    .hero-split-image {
        align-items: flex-start;
        max-width: 100%;
        margin-bottom: 40px
    }

    .hero-section1 {
        padding-top: 40px;
        display: block
    }

    .container-5 {
        max-width: 728px
    }

    .footer-form-two-2 {
        text-align: center;
        padding: 40px
    }

    .button-demo-large {
        font-size: 16px
    }

    .centered-heading-copy {
        text-align: center;
        font-size: 36px;
        line-height: 46px
    }

    .author-container {
        max-width: 728px
    }

    .collection-list-wrapper {
        padding-top: 0;
        padding-bottom: 0
    }

    .collection-item-3 {
        margin-left: 10px;
        margin-right: 10px;
        display: inline
    }

    .collection-list-3 {
        margin-left: 0
    }

    .template-hero-section {
        padding-top: 40px;
        display: block
    }

    .template-container {
        max-width: 728px
    }

    .temp-hero-wrapper {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: -40px
    }

    .hero-text-block,
    .temp-hero-image-block {
        align-items: center;
        max-width: 100%;
        margin-bottom: 40px
    }

    .temp-hero-button-block {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        display: flex
    }

    .temp-hero-description {
        text-align: center;
        max-width: 100%;
        font-size: 20px
    }

    .temp-hero-heading-block {
        max-width: 100%
    }

    .temp-hero-heading {
        text-align: center;
        font-size: 48px;
        line-height: 58px
    }

    .div-block-32 {
        width: 100%
    }

    .template-3-grid-section {
        padding-top: 60px;
        padding-bottom: 60px
    }

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

    .template-faq-wrapper {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        margin-bottom: -40px
    }

    .faq-list-wrapper {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        flex-flow: wrap
    }

    .template-faq-container {
        max-width: 728px
    }

    .footer-content {
        grid-column-gap: 20px;
        grid-row-gap: 40px;
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-auto-columns: 1fr;
        display: grid
    }

    .footer-block {
        justify-content: flex-start;
        align-items: flex-start
    }

    .navbar-no-shadow-container {
        padding-left: 16px;
        padding-right: 16px
    }

    .nav-menu-wrapper-3 {
        background-color: #0000
    }

    .nav-menu {
        background-color: #fff;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 0;
        display: flex
    }

    .nav-link-3 {
        padding-left: 5px;
        padding-right: 5px
    }

    .nav-dropdown-list-3.shadow-three.w--open {
        position: absolute
    }

    .nav-button-wrapper {
        width: 100%;
        margin-left: 0
    }

    .menu-button-3 {
        padding: 12px
    }

    .menu-button-3.w--open {
        color: #fff;
        background-color: #a6b1bf
    }

    .blue-btn-wrapper {
        width: 100%;
        margin-left: 0
    }

    .container-7 {
        max-width: 728px
    }

    .pricing-grid {
        grid-column-gap: 30px
    }

    .all-product-cta-wrapper {
        justify-content: center;
        margin-bottom: 0
    }

    .all-product-cta-btn {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        display: flex
    }

    .o-section.bg-gray,
    .o-section.bg-transparent {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .o-heading-h2.md-text-center {
        text-align: center
    }

    .page-breadcrumb-container {
        padding-left: 16px;
        padding-right: 16px
    }

    .feature-img {
        width: 40px
    }

    .feature-block {
        padding: 20px
    }

    .footer-text {
        max-width: none
    }

    .d-none {
        display: none
    }

    .o-heading-animation {
        max-width: 519px
    }

    .o-heading-animation-span {
        font-size: 32px;
        line-height: 40px
    }

    .ot-hero-section,
    .ot-hero-section.pt-150 {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .ot-hero-section.pb-123 {
        padding-bottom: 60px
    }

    .ot-hero-section.bg-dotted {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .otto-home-container {
        padding-left: 16px;
        padding-right: 16px
    }

    .ot-h1 {
        font-size: var(--_new-home---font-size--t-h1);
        line-height: var(--_new-home---line-height--t-h1)
    }

    .ot-h1.ot-sitemap-h1 {
        font-size: 55px;
        line-height: 60px
    }

    .ot-subheadline {
        margin-left: auto;
        margin-right: auto
    }

    .ot-subheadline.ot-left {
        text-align: center
    }

    .ot-hero-image-section {
        padding-bottom: 50px
    }

    .ot-logo-section {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .ot-p-sticky {
        grid-column-gap: 40px;
        grid-row-gap: 40px
    }

    .ot-zigzag-grid {
        grid-row-gap: 50px;
        grid-template-columns: 1fr;
        align-self: stretch;
        place-items: center;
        padding-left: 50px;
        padding-right: 50px
    }

    .ot-zigzag-grid.reverce {
        grid-template-columns: 1fr
    }

    .ot-zigzag-content-block {
        grid-row-gap: 20px;
        text-align: center;
        justify-content: center;
        align-items: center
    }

    .ot-zigzag-content-block.left {
        text-align: left;
        justify-content: center;
        align-items: flex-start
    }

    .ot-h2 {
        font-size: var(--_new-home---font-size--t-h2);
        line-height: var(--_new-home---line-height--t-h2)
    }

    .ot-zigzag-title-text {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        justify-content: flex-start;
        align-items: center
    }

    .ot-zigzag-title-text.left {
        justify-content: flex-start;
        align-items: flex-start
    }

    .ot-tool-section {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .ot-tool-wrapper {
        margin-bottom: 50px
    }

    .ot-tool-heading-wrapper {
        grid-column-gap: 16px;
        grid-row-gap: 16px
    }

    .ot-need-wrapper {
        grid-column-gap: 34px;
        grid-row-gap: 34px;
        flex-flow: wrap
    }

    .ot-need-block-main {
        flex-flow: wrap;
        justify-content: center;
        align-items: center
    }

    .ot-review-section {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .ot-review-content-block {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        opacity: 1;
        height: auto;
        display: flex
    }

    .ot-review-top-block {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        flex-flow: column;
        justify-content: flex-start;
        align-items: flex-start
    }

    .ot-review-wrapper {
        flex-flow: column;
        margin-top: 34px
    }

    .o-review-title {
        max-height: none;
        font-size: 18px;
        line-height: 28px
    }

    .ot-review-block {
        width: 100%;
        padding: 30px 16px
    }

    .ot-counter-section {
        padding-bottom: 48px
    }

    .ot-counter-main {
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        justify-content: space-between
    }

    .ot-conter-text {
        padding-top: 12px
    }

    .ot-cta-section {background-image:url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/679b2a47d551a8146bde7ec3_texture.svg");background-position:50%;background-size:cover;
        padding-top: 50px;
        padding-bottom: 50px
    }

    .ot-cta-footer {
        grid-row-gap: 50px
    }

    .ot-footer-top-block {
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        flex-flow: wrap
    }

    .ot-footer-top-block.p-bottom-20 {
        flex-flow: row
    }

    .ot-footer-top-grid {
        grid-column-gap: 30px;
        grid-row-gap: 30px
    }

    .ot-footer-top-grid._5-column-grid {
        grid-template-columns: 1fr 1fr 1fr
    }

    .ot-footer-links-block {
        min-width: auto
    }

    .ot-navbar {
        background-color: #fff;
        margin-left: 16px;
        margin-right: 16px
    }

    .ot-navbar-container {
        background-color: #0000
    }

    .ot-nav-inner-container {
        padding: 2px 2px 2px 10px
    }

    .ot-nav-inner-container.pad-13 {
        padding-top: 0;
        padding-bottom: 0
    }

    .ot-navbar-wrapper {
        z-index: 999;
        display: flex
    }

    .ot-navbar-brand {
        z-index: 1
    }

    .ot-nav-menu-wrapper {
        background-color: #fff;
        height: 99vh;
        padding-top: 100px;
        position: fixed;
        top: 0;
        box-shadow: 0 2px 8px #00000014
    }

    .ot-nav-menu-wrapper.height-auto {
        height: auto
    }

    .ot-nav-menu {
        flex-flow: column;
        justify-content: flex-start;
        align-items: stretch;
        padding-bottom: 40px;
        padding-left: 10px;
        padding-right: 10px
    }

    .nav-link-5 {
        padding-left: 5px;
        padding-right: 5px
    }

    .ot-nav-dropdown-toggle {
        display: block
    }

    .nav-dropdown-list-4.shadow-three.w--open {
        position: absolute
    }

    .ot-nav-menu-button {
        padding-left: 10px;
        padding-right: 10px
    }

    .ot-nav-button-wrapper {
        z-index: 2;
        justify-content: flex-start;
        align-items: center;
        margin-left: 0;
        position: relative
    }

    .ot-nav-button-wrapper.inner {
        justify-content: flex-start;
        align-items: center;
        margin-top: 20px;
        padding-left: 25px
    }

    .ot-menu-button {
        z-index: 1;
        padding: 8px
    }

    .ot-menu-button.w--open {
        color: #fff;
        background-color: #0000
    }

    .ot-menu-icon {
        color: #000;
        font-size: 40px
    }

    .template-form {
        text-align: left;
        width: 450px;
        margin-left: auto;
        margin-right: auto
    }

    .navigation-inner-wrap {
        grid-column-gap: 12px;
        grid-row-gap: 12px;
        flex-flow: column;
        justify-content: center;
        align-items: flex-start;
        padding-left: 15px;
        padding-right: 15px;
        display: flex
    }

    .ot-nav-dropdown-list {
    top: 100%;
        position: static;
        transform: none
    }

    .ot-nav-dropdown-list.w--open {
        margin-top: 5px
    }

    .nav-dropdown-title {
        font-size: 16px;
        line-height: 24px
    }

    .ot-nav-dropdown {
        width: 100%;
        padding-top: 0;
        padding-bottom: 0
    }

    .o-feature-main-block {
        padding: 40px
    }

    .o-feature-grid {
        grid-column-gap: 20px;
        grid-row-gap: 20px
    }

    .ot-feature-para-text {
        font-size: 16px;
        line-height: 24px
    }

    .ot-section {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .ot-section.mb-33,
    .ot-section.mb-60 {
        margin-bottom: 0
    }

    .o-glossary-hero-section {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .o-glossary-form-h2 {
        font-size: var(--_new-home---font-size--t-h2);
        line-height: var(--_new-home---line-height--t-h2)
    }

    .o-tax-category-left {
        min-width: 500px
    }

    .o-tax-templates-grid {
        grid-template-columns: 1fr 1fr 1fr
    }

    .o-resources-grid {
        grid-column-gap: 20px;
        grid-row-gap: 20px
    }

    .o-resources-h3 {
        font-size: 18px;
        line-height: 26px
    }

    .ot-hero-grid {
        grid-column-gap: 22px;
        grid-row-gap: 22px;
        grid-template-columns: 1fr
    }

    .ot-hero-grid-content {
        text-align: center
    }

    .trustpilot-wrapper {
        justify-content: center;
        align-items: center
    }

    .grid-2 {
        grid-template-columns: 1fr;
        display: block
    }

    .ot-book-meeting-content {
        text-align: center;
        justify-content: center;
        align-items: center
    }

    .ot-book-meeting-ul.desk {
        display: none
    }

    .ot-book-meeting-ul.mobile {
        display: flex
    }

    .ot-bm-slider {
        max-width: 728px
    }

    .ot-bm-slider.desk {
        display: none
    }

    .ot-bm-slider.mobile {
        display: block
    }

    .ot-book-meeting-left {
        margin-top: 0
    }

    .ot-bm-main {
        height: auto;
        padding-top: 60px;
        padding-bottom: 90px;
        display: block
    }

    .ot-bk-zigzag-grid {
        grid-row-gap: 30px;
        grid-template-columns: 1fr;
        align-self: stretch;
        place-items: center
    }

    .ot-bk-zigzag-grid.reverce {
        grid-template-columns: 1fr
    }

    .otto-container {
        max-width: none
    }

    .ot-bk-zigzag-wrapper {
        grid-row-gap: 60px;
        margin-top: 60px
    }

    .ot-bk-step-grid {
        margin-top: 34px
    }

    .ot-bk-step-pera {
        font-size: 16px;
        line-height: 24px
    }

    .ot-financial-main-wraper {
        margin-top: 34px
    }

    .ot-financial-bottom-grid,
    .ot-financial-top-grid {
        grid-column-gap: 20px;
        grid-row-gap: 20px
    }

    .ot-financial-link-block {
        padding: 20px
    }

    .ot-financial-h3 {
        font-size: 18px;
        line-height: 28px
    }

    .ot-review-slider {
        margin-top: 34px
    }

    .ot-review-slide-block {
        margin-left: 50px;
        margin-right: 50px
    }

    .ot-review-slide-text {
        font-size: 20px;
        line-height: 28px
    }

    .ot-pricing-wrapper {
        margin-top: 34px
    }

    .ot-pricing-grid {
        grid-template-columns: 1fr 1fr
    }

    .ot-faq-main-container {
        margin-top: 34px
    }

    .ot-compare-wrapper {
        grid-row-gap: 0px;
        border-bottom: 1px solid #edeff3;
        border-right: 1px solid #edeff3;
        margin-top: 34px
    }

    .ot-comare-head-grid {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        grid-template-columns: 1fr 1fr 1fr
    }

    .ot-comare-head-block {
        border-top: 1px solid #edeff3;
        border-left: 1px solid #edeff3;
        padding: 18px
    }

    .ot-comare-head {
        border-bottom: 1px solid #edeff3;
        padding-top: 0;
        padding-bottom: 0;
        top: 73px
    }

    .ot-compare-body {
        grid-row-gap: 0px
    }

    .ot-comare-body-grid {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        border-top-style: none;
        grid-template-columns: 1fr 1fr 1fr
    }

    .ot-comare-body-block {
        border-top: 1px solid #edeff3;
        border-left: 1px solid #edeff3;
        padding-left: 18px;
        padding-right: 18px
    }

    .ot-comare-body-title {
        white-space: normal
    }

    .collection-list-grid {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        grid-template-columns: 1fr 1fr 1fr
    }

    .ot-wc-grid {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        margin-top: 34px
    }

    .ot-wc-block {
        padding-left: 20px;
        padding-right: 20px
    }

    .ot-wc-h3 {
        line-height: 26px
    }

    .ot-wc-pera {
        font-size: 14px;
        line-height: 20px
    }

    .ot-collection-wrapper {
        padding-top: 100px
    }

    .ot-sitemap-h-h2 {
        font-size: 24px;
        line-height: var(--line-height--tablet-h2);
        font-weight: 600
    }

    .ot-button-wrapper.mt-24 {
        justify-content: center;
        align-items: center
    }

    .ot-hero-card-block {
        text-align: center
    }

    .ot-agreement-grid {
        grid-column-gap: 20px;
        grid-row-gap: 20px
    }

    .ot-zigzag-wrappers {
        grid-row-gap: 60px
    }

    .ot-hero-video-wrapper {
        padding-top: 50px
    }

    .ot-how-to-ul {
        text-align: left
    }

    .ot-h3 {
        font-size: var(--_new-home---font-size--t-h2);
        line-height: var(--_new-home---line-height--t-h2)
    }

    .ot-alternative-grid {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        border-top-style: none
    }

    .ot-point-ul {
        text-align: left
    }

    .ot-comparison-table-wrapper {
        border-right-style: none;
        border-radius: 0;
        overflow: auto
    }

    .ot-comparison-grid {
        grid-template-columns: 30% 11.66% 11.66% 11.66% 11.66% 11.66% 11.66%
    }

    .ot-comparison-grid._6-grid {
        grid-template-columns: 250px 150px 150px 150px 150px 150px
    }

    .ot-tools-list-wrapper {
        grid-template-columns: .7fr 1fr .7fr
    }

    .calculator-collection-item {
        padding: 20px
    }

    .cac-by-state-grid {
        margin-top: 34px
    }

    .cac-by-state-grid._2-grid {
        margin-left: 0;
        margin-right: 0
    }

    .currency-pairing-grid {
        margin-top: 34px
    }

    .signature-grid {
        grid-row-gap: 50px
    }

    .personality-sign-title {
        font-size: 20px;
        line-height: 30px
    }

    .successful-sign-block {
        justify-content: space-between
    }

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

    .sign-zigzag-grid {
        grid-column-gap: 30px
    }

    .sign-why-otto-grid,
    .why-otto-left-grid {
        grid-column-gap: 16px;
        grid-row-gap: 16px
    }

    .personality-sign-block {
        justify-content: flex-start
    }

    .llc-comare-h3 {
        font-size: 18px;
        line-height: 28px
    }

    .ot-footer-center-block {
        max-width: 80%
    }

    .ot-footer-center-block-wrapper.p-bottom-20 {
        flex-flow: row
    }
}

@media screen and (max-width:767px) {
    h1 {
        font-size: var(--font-size--mobile-l-h1);
        line-height: var(--line-height--mobile-l-h1)
    }

    h2 {
        font-size: var(--font-size--mobile-l-h2);
        line-height: var(--line-height--mobile-l-h2)
    }

    h3 {
        font-size: var(--font-size--mobile-l-h3);
        line-height: var(--line-height--mobile-l-h3)
    }

    .navbar-brand {
        padding-left: 0
    }

    .hero-heading-left,
    .testimonial-column-light {
        padding: 40px 15px 60px
    }

    .centered-heading {
        font-size: 32px;
        line-height: 42px
    }

    .testimonial-grid-two {
        grid-template-columns: 1fr
    }

    .hero-wrapper-two {
        grid-column-gap: .75em;
        grid-row-gap: .75em
    }

    .div-block {
        justify-content: center
    }

    .heading {
        font-size: 42px;
        line-height: 52px;
        display: block
    }

    .div-block-3 {
        grid-column-gap: 12px;
        grid-row-gap: 12px
    }

    .div-block-4 {
        padding-top: 30px;
        padding-left: 50px
    }

    .hero-stack-deal-tracker {
        padding: 60px 15px
    }

    .heading-2 {
        max-width: none
    }

    .testimonial-slider-large-2 {
        padding: 60px 15px 40px
    }

    .testimonial-slide-2 {
        flex-direction: column;
        padding: 23px
    }

    .testimonial-content-2 {
        max-width: none;
        margin-bottom: 40px;
        margin-right: 0
    }

    .testimonial-quote-icon-2 {
        width: 50px;
        margin-bottom: 16px
    }

    .accordion-item-content {
        margin-right: 0
    }

    .hero-section1 {
        padding: 40px 15px 60px
    }

    .footer-subscribe-2 {
        padding-left: 15px;
        padding-right: 15px
    }

    .footer-form-two-2 {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .footer-form-container-two-2 {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center
    }

    .button-demo-large {
        font-size: 14px
    }

    .centered-heading-copy {
        text-align: center;
        font-size: 32px;
        line-height: 42px
    }

    .blog-collection-list {
        grid-template-columns: 1fr
    }

    .template-hero-section {
        padding: 40px 15px 60px
    }

    .temp-hero-description {
        font-size: 18px;
        line-height: 28px
    }

    .temp-hero-heading-block {
        justify-content: center
    }

    .temp-hero-heading {
        font-size: 35px;
        line-height: 45px;
        display: block
    }

    .template-3-grid-section {
        padding: 40px 15px 60px
    }

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

    .temlate-faq {
        padding: 60px 15px
    }

    .global-footer {
        padding-left: 15px;
        padding-right: 15px
    }

    .footer-wrapper {
        flex-direction: column;
        align-items: center
    }

    .footer-content {
        grid-template-columns: 1fr 1fr
    }

    .footer-block {
        justify-content: flex-start;
        align-items: flex-start
    }

    .footer-divider {
        margin-top: 60px
    }

    .navbar-no-shadow {
        position: sticky
    }

    .nav-menu {
        flex-direction: column;
        padding-bottom: 30px;
        padding-left: 16px;
        padding-right: 16px
    }

    .nav-link-3 {
        padding-top: 10px;
        padding-bottom: 10px;
        display: inline-block
    }

    .nav-dropdown-3 {
        flex-direction: column;
        align-items: center;
        display: flex
    }

    .nav-dropdown-toggle-3 {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .nav-dropdown-list-3.shadow-three {
        box-shadow: 0 8px 50px #0000000d
    }

    .nav-dropdown-list-3.shadow-three.w--open {
        position: relative
    }

    .nav-dropdown-list-3.shadow-three.mobile-shadow-hide {
        box-shadow: none
    }

    .btn-blue,
    .mobile-margin-top-12 {
        margin-top: 10px
    }

    .o-container {
        padding-left: 16px;
        padding-right: 16px
    }

    .product-ctas-section {
        padding: 60px 15px
    }

    .all-product-cta-section {
        padding: 0 15px 60px
    }

    .all-product-cta-wrapper {
        flex-wrap: wrap
    }

    .o-heading-h2 {
        font-size: var(--font-size--mobile-l-h2);
        line-height: var(--line-height--mobile-l-h2)
    }

    .explore-heading,
    .template-heading {
        font-size: 22px;
        line-height: 30px
    }

    .alternative-image {
        width: 60px;
        height: auto;
        margin-top: 5px;
        margin-bottom: 5px
    }

    .d-none {
        display: none
    }

    .terms-container {
        padding-left: 15px;
        padding-right: 15px
    }

    .header-form {
        margin-top: 10px
    }

    .category-grid {
        grid-template-columns: 1fr 1fr
    }

    .tax-off-writer-container {
        padding-left: 16px;
        padding-right: 16px
    }

    .ticker-logo {
        margin-left: 24px;
        margin-right: 24px
    }

    .o-heading-animation-span {
        font-size: 28px;
        line-height: 36px
    }

    .o-4-col-logo-grid {
        flex-flow: wrap;
        grid-template-columns: 1fr 1fr 1fr;
        justify-content: center;
        align-items: stretch;
        display: flex
    }

    .ot-hero-section,
    .ot-hero-section.pt-150 {
        padding-top: 50px;
        padding-bottom: 40px
    }

    .ot-hero-section.pb-123 {
        padding-bottom: 40px
    }

    .ot-hero-section.bg-dotted {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .ot-h1 {
        font-size: var(--_new-home---font-size--ml-h1);
        line-height: var(--_new-home---line-height--ml-h1)
    }

    .ot-h1.ot-sitemap-h1 {
        font-size: 45px;
        line-height: 50px
    }

    .ot-subheadline {
        font-size: 16px;
        line-height: 24px
    }

    .ot-primary-btn.compare-business {
        padding-left: 10px;
        padding-right: 10px
    }

    .ot-zigzag-grid {
        border-radius: 38px;
        padding: 30px
    }

    .ot-zigzag-grid.reverce {
        grid-row-gap: 40px
    }

    .ot-zigzag-content-block.left {
        text-align: center;
        justify-content: center;
        align-items: center
    }

    .ot-h2 {
        font-size: var(--_new-home---font-size--m-h2);
        line-height: var(--_new-home---line-height--m-h2)
    }

    .ot-zigzag-title-text.left {
        justify-content: center;
        align-items: center
    }

    .ot-zigzag-image-block {
        text-align: center
    }

    .ot-section-sub-head.long-sub-head {
        line-height: 24px
    }

    .ot-need-block-main {
        grid-column-gap: 20px;
        grid-row-gap: 20px
    }

    .ot-need-icon-text {
        grid-column-gap: 7px;
        grid-row-gap: 7px
    }

    .ot-need-icon {
        font-size: 20px;
        line-height: 20px
    }

    .o-review-title {
        font-size: 16px;
        line-height: 24px
    }

    .ot-counter-main {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        flex-flow: wrap;
        justify-content: space-between
    }

    .ot-form-block {
        align-self: stretch;
        width: 400px;
        margin-left: auto;
        margin-right: auto
    }

    .ot-email-field {
        width: 100%
    }

    .ot-review-work {
        font-size: 16px;
        line-height: 24px
    }

    .ot-footer-wraper {
        border-radius: 32px;
        padding-top: 30px;
        padding-left: 30px;
        padding-right: 30px
    }

    .ot-footer-top-block {
        grid-row-gap: 50px
    }

    .ot-footer-top-block.p-bottom-20 {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        flex-flow: wrap
    }

    .ot-footer-top-right {
        max-width: 100%
    }

    .ot-form-block-footer {
        align-self: stretch;
        width: 400px
    }

    .ot-footer-top-grid._5-column-grid {
        grid-template-columns: 1fr 1fr
    }

    .ot-footer-bottom-block.ot-n-footer-bottom-block {
        flex-flow: wrap;
        justify-content: center
    }

    .ot-navbar-brand {
        padding-left: 0
    }

    .ot-nav-menu {
        flex-direction: column
    }

    .nav-link-5 {
        padding-top: 10px;
        padding-bottom: 10px;
        display: inline-block
    }

    .nav-dropdown-4 {
        flex-direction: column;
        align-items: center;
        display: flex
    }

    .ot-nav-dropdown-toggle {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .nav-dropdown-list-4.shadow-three {
        box-shadow: 0 8px 50px #0000000d
    }

    .nav-dropdown-list-4.shadow-three.w--open {
        position: relative
    }

    .nav-dropdown-list-4.shadow-three.mobile-shadow-hide {
        box-shadow: none
    }

    .ot-menu-button {
        padding-top: 5px;
        padding-bottom: 3px
    }

    .ot-footer-top-left {
        max-width: 100%
    }

    .otto-center-text {
        font-size: 32px;
        line-height: 40px
    }

    .dropdown-inner-grid {
        grid-template-columns: 1fr 1fr
    }

    .o-feature-main-block {
        padding: 35px
    }

    .o-feature-grid {
        grid-column-gap: 35px;
        grid-row-gap: 35px;
        grid-template-columns: 1fr
    }

    .ot-feature-para-text {
        text-align: center
    }

    .o-feature-form-input {
        height: 46px
    }

    .o-glossary-section,
    .ot-section {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .o-glossary-section.pt-20 {
        padding-top: 20px
    }

    .o-glossary-form-h2 {
        font-size: var(--font-size--mobile-l-h2);
        line-height: var(--line-height--mobile-l-h2);
        text-align: center
    }

    .o-tax-category-main-wrapper {
        margin-top: 40px
    }

    .o-tax-category-left {
        min-width: auto;
        max-width: none
    }

    .o-tax-templates-grid {
        grid-template-columns: 1fr 1fr;
        margin-top: 40px
    }

    .o-tax-templates-p {
        min-height: auto
    }

    .o-resources-grid {
        grid-template-columns: 1fr 1fr;
        margin-top: 40px
    }

    .grid-2 {
        grid-column-gap: 50px;
        grid-row-gap: 50px;
        flex-flow: column
    }

    .book-meeting-container {
        padding-left: 16px;
        padding-right: 16px
    }

    .ot-bm-slider {
        max-width: none
    }

    .ot-book-meeting-right {
        min-height: auto;
        max-height: none;
        padding: 20px
    }

    .ot-book-meeting-right.d-md-none {
        display: none
    }

    .ot-bm-main {
        padding-top: 40px
    }

    .ot-bk-zigzag-grid {
        border-radius: 38px
    }

    .ot-bk-zigzag-wrapper {
        margin-top: 60px
    }

    .ot-hero-grid-form {
        padding: 20px
    }

    .ot-hero-grid-form.d-md-none {
        display: none
    }

    .ot-bk-step-grid {
        grid-template-columns: 1fr
    }

    .ot-financial-main-wraper {
        grid-column-gap: 20px;
        grid-row-gap: 20px
    }

    .ot-financial-top-grid {
        grid-template-columns: 1fr 1fr
    }

    .ot-financial-bottom-grid {
        order: -1;
        grid-template-columns: 1fr 1fr
    }

    .ot-financial-icon-block {
        width: 30px
    }

    .ot-review-slide-block {
        margin-left: 40px;
        margin-right: 40px
    }

    .ot-slide-block-top {
        padding-left: 20px
    }

    .ot-slide-block-bottom {
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        padding: 20px
    }

    .ot-review-slide-text {
        font-size: 16px;
        line-height: 24px
    }

    .div-block-45,
    .div-block-46 {
        display: none
    }

    .ot-pricing-grid {
        grid-template-columns: 1fr
    }

    .ot-pricing-price-block {
        min-height: auto
    }

    .ot-faq-main-container {
        margin-top: 14px
    }

    .ot-faq-container {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .ot-faq-h3 {
        font-size: 16px;
        line-height: 24px
    }

    .ot-faq-ans-text {
        font-size: 14px;
        line-height: 21px
    }

    .ot-comare-head-block {
        justify-content: flex-start
    }

    .ot-comare-head-block.center {
        text-align: center
    }

    .ot-comare-head-title {
        font-size: 18px;
        line-height: 26px
    }

    .ot-comare-head {
        top: 63px
    }

    .ot-comare-body-block {
        justify-content: flex-start
    }

    .collection-list-grid,
    .ot-wc-grid {
        grid-template-columns: 1fr 1fr
    }

    .ot-collection-wrapper {
        padding-top: 80px
    }

    .ot-sitemap-grid {
        grid-template-columns: 1fr 1fr 1fr
    }

    .ot-sitemap-wrapper {
        grid-column-gap: 50px;
        grid-row-gap: 50px
    }

    .ot-sitemap-link-text {
        font-size: 14px
    }

    .ot-sitemap-inner-wrapper {
        grid-column-gap: 24px;
        grid-row-gap: 24px
    }

    .ot-sitemap-h-h2 {
        font-size: 22px;
        line-height: var(--line-height--mobile-p-h2);
        font-weight: 600
    }

    .ot-legal-agriment-content {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        flex-flow: column
    }

    .ot-legal-agriment-p {
        text-align: center;
        column-count: 1
    }

    .ot-agreement-grid {
        grid-column-gap: 35px;
        grid-row-gap: 35px;
        flex-flow: wrap-reverse;
        grid-template-columns: 1fr;
        display: flex
    }

    .ot-h3 {
        font-size: var(--_new-home---font-size--m-h3);
        line-height: var(--_new-home---line-height--m-h3)
    }

    .o-blog-block {
        padding-bottom: 30px
    }

    .ot-comparison-table-wrapper {
        overflow: auto
    }

    .ot-comparison-grid {
        grid-template-columns: 40% 15% 15% 15% 15% 15% 15%
    }

    .ot-comparision-head {
        word-break: break-all;
        font-size: 15px
    }

    .d-lg-none {
        display: block
    }

    .ot-author-image {
        width: 100px
    }

    .ot-tools-list-wrapper {
        grid-template-columns: 1fr
    }

    .t-d-none {
        display: none
    }

    .calculator-collection-list {
        grid-template-columns: 1fr 1fr
    }

    .cac-by-state-grid {
        grid-row-gap: 0px;
        place-items: stretch start
    }

    .currency-pairing-grid {
        grid-template-columns: 1fr 1fr 1fr;
        padding: 30px 16px
    }

    .sign-hero-grid {
        grid-template-columns: 1fr
    }

    .signature-grid {
        grid-template-columns: 1fr 1fr
    }

    .successful-people-position.long-sub-head {
        line-height: 24px
    }

    .sign-zigzag-bottom-grid {
        grid-template-columns: 1fr 1fr
    }

    .llc-vs-corporation-grid,
    .sign-why-otto-grid,
    .sign-zigzag-grid {
        grid-template-columns: 1fr
    }

    .ot-footer-center-block {
        max-width: 100%
    }

    .ot-footer-center-block-wrapper,
    .ot-footer-center-block-wrapper.p-bottom-20 {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        flex-flow: wrap
    }

    .ot-footer-bottom-wrapper,
    .ot-footer-bottom-wrapper.ot-n-footer-bottom-block {
        flex-flow: wrap;
        justify-content: center
    }
}

@media screen and (max-width:479px) {
    h1 {
        font-size: var(--font-size--mobile-p-h1);
        line-height: var(--line-height--mobile-p-h1)
    }

    h2 {
        font-size: var(--font-size--mobile-p-h2);
        line-height: var(--line-height--mobile-p-h2)
    }

    h3 {
        font-size: var(--font-size--mobile-p-h3);
        line-height: var(--line-height--mobile-p-h3)
    }

    .container {
        max-width: none
    }

    .hero-heading-left {
        margin-top: 0;
        padding-top: 40px
    }

    .centered-heading {
        margin-bottom: 24px;
        font-size: 30px
    }

    .testimonial-main-heading {
        font-size: 22px
    }

    .hero-wrapper-two {
        grid-column-gap: .5em;
        grid-row-gap: .5em
    }

    .heading {
        font-size: 38px;
        line-height: 45px
    }

    .text-block {
        font-size: 17px
    }

    .div-block-3 {
        grid-column-gap: 8px;
        grid-row-gap: 8px
    }

    .div-block-4 {
        padding-top: 20px;
        padding-left: 35px
    }

    .container-2 {
        max-width: none
    }

    .testimonial-quote-icon-2 {
        width: 30px
    }

    .testimonial-quote-2 {
        font-size: 22px;
        line-height: 30px
    }

    .accordion-heading {
        font-size: 18px;
        line-height: 28px
    }

    .hero-section1 {
        margin-top: 0;
        padding-top: 40px
    }

    .container-5 {
        max-width: none
    }

    .footer-form-two-2 {
        padding: 0
    }

    .footer-form-container-two-2 {
        padding-top: 0
    }

    .button-demo-large {
        padding-left: 20px;
        padding-right: 20px
    }

    .centered-heading-copy {
        text-align: center;
        margin-bottom: 24px
    }

    .author-container {
        max-width: none
    }

    .collection-list-3 {
        overflow: auto
    }

    .template-hero-section {
        margin-top: 0;
        padding-top: 40px
    }

    .template-container {
        max-width: none
    }

    .hero-text-block {
        grid-column-gap: 0em;
        grid-row-gap: 0em
    }

    .temp-hero-description {
        font-size: 16px;
        line-height: 24px
    }

    .temp-hero-heading {
        font-size: 30px;
        line-height: 40px
    }

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

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

    .template-faq-container {
        max-width: none
    }

    .global-footer {
        padding-bottom: 20px
    }

    .footer-content {
        grid-column-gap: 24px;
        grid-row-gap: 24px;
        grid-template-columns: 1fr
    }

    .nav-menu {
        flex-direction: column
    }

    .blue-btn-wrapper,
    .nav-button-wrapper {
        width: auto
    }

    .container-7 {
        max-width: none
    }

    .glossery-cta-title {
        margin-bottom: 24px
    }

    .pricing-grid {
        grid-template-columns: 1fr
    }

    .o-section.bg-gray,
    .o-section.bg-transparent {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .o-heading-h2 {
        font-size: var(--font-size--mobile-p-h2);
        line-height: var(--line-height--mobile-p-h2)
    }

    .o-heading-h2.mb-24 {
        margin-bottom: 20px
    }

    .o-heading-wrapper {
        margin-bottom: 24px
    }

    .explore-heading {
        font-size: 20px
    }

    .how-to-point-heading {
        font-size: 20px;
        line-height: 30px
    }

    .feature-block {
        padding: 16px
    }

    .bottom-footer {
        flex-flow: column
    }

    .d-none {
        display: none
    }

    .launchlist-form {
        grid-row-gap: 10px;
        flex-flow: wrap;
        justify-content: center;
        align-items: center
    }

    .header-form-submit {
        width: 100%
    }

    .category-grid {
        grid-template-columns: 1fr
    }

    .o-4-col-logo-grid {
        grid-column-gap: 40px;
        grid-row-gap: 40px;
        grid-template-columns: 1fr 1fr
    }

    .o-company-logo-block {
        border-radius: 14px;
        width: 80px;
        height: 80px
    }

    .o-company-logo {
        width: 65px;
        height: auto
    }

    .o-minimize-icon {
        width: 23px;
        top: -7%;
        left: -7%
    }

    .ot-h1 {
        font-size: var(--_new-home---font-size--mp-h1)
    }

    .ot-h1.ot-sitemap-h1 {
        font-size: 35px;
        line-height: 48px
    }

    .ot-primary-btn.ot-submit {
        width: 100%;
        font-size: 14px;
        line-height: 22px;
        position: static;
        transform: none
    }

    .ot-primary-btn.outer {
        display: none
    }

    .ot-primary-btn.compare-btn {
        color: var(--_new-home---primary--blue--700);
        border-style: none;
        padding: 0;
        font-size: 12px;
        line-height: 14px
    }

    .ot-primary-btn.compare-btn:hover {
        box-shadow: none
    }

    .ot-primary-btn.compare-business {
        color: var(--_new-home---primary--blue--700);
        background-color: #0000;
        border-style: none;
        padding: 0;
        font-size: 12px;
        line-height: 14px
    }

    .ot-primary-btn.compare-business:hover {
        box-shadow: none
    }

    .ot-primary-btn.icon-with-text {
        justify-content: center;
        align-items: center
    }

    .ot-primary-btn.white-btn {
        padding-left: 20px;
        padding-right: 20px
    }

    .ot-secondary-btn.outer {
        display: none
    }

    .ot-secondary-btn.icon-with-text {
        justify-content: center;
        align-items: center
    }

    .ot-logo-title {
        margin-bottom: 25px
    }

    .ot-zigzag-grid {
        border-radius: 20px;
        padding: 16px
    }

    .ot-zigzag-grid.reverce {
        grid-row-gap: 30px
    }

    .ot-tool-section {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .ot-section-sub-head.fs-md-14 {
        font-size: 14px;
        line-height: 22px
    }

    .ot-tool-main {
        padding: 30px 16px
    }

    .ot-need-block-main {
        justify-content: center;
        align-items: center
    }

    .ot-counter-section,
    .ot-review-section {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .ot-counter-h4 {
        font-size: 20px;
        line-height: 28px
    }

    .ot-counter-after {
        height: 12px;
        top: 13px;
        left: -5px
    }

    .ot-company-logo-block.otto {
        width: 80px;
        height: 80px
    }

    .ot-form-block {
        width: 100%
    }

    .ot-form {
        text-align: center
    }

    .ot-email-field {
        width: 100%;
        margin-bottom: 10px
    }

    .ot-footer-wraper {
        padding-top: 16px;
        padding-left: 16px;
        padding-right: 16px
    }

    .ot-form-block-footer {
        width: 100%
    }

    .ot-footer-top-grid,
    .ot-footer-top-grid._5-column-grid {
        grid-template-columns: 1fr
    }

    .ot-nav-inner-container {
        padding-top: 0;
        padding-bottom: 0
    }

    .ot-nav-menu-wrapper {
        padding-top: 76px
    }

    .ot-nav-menu {
        flex-direction: column
    }

    .ot-nav-button-wrapper {
        flex-flow: column;
        align-items: stretch;
        width: auto
    }

    .ot-nav-button-wrapper.inner {
        align-items: stretch;
        padding-left: 25px;
        padding-right: 25px;
        display: flex
    }

    .otto-center-text {
        font-size: 28px;
        line-height: 36px
    }

    .template-form {
        width: 100%
    }

    .ot-tax-collection-list {
        grid-column-gap: 16px;
        grid-row-gap: 16px
    }

    .ot-tax-collection-item-block {
        font-size: 14px;
        line-height: 20px
    }

    .dropdown-inner-grid {
        grid-template-columns: 1fr
    }

    .o-feature-main-block {
        padding: 16px
    }

    .o-feature-grid {
        grid-column-gap: 20px;
        grid-row-gap: 20px
    }

    .o-content-block {
        grid-column-gap: 25px;
        grid-row-gap: 25px
    }

    .ot-feature-para-text {
        line-height: 24px
    }

    .o-feature-top-form {
        flex-flow: column
    }

    .ot-section.review {
        padding-bottom: 80px
    }

    .o-glossary-hero-section {
        background-size: auto
    }

    .o-glossary-form-h2 {
        font-size: var(--font-size--mobile-p-h2);
        line-height: var(--line-height--mobile-p-h2)
    }

    .o-tax-category-block {
        grid-column-gap: 12px;
        grid-row-gap: 12px;
        padding: 16px
    }

    .o-tax-category-head {
        font-size: 14px;
        line-height: 20px
    }

    .o-tax-category-right {
        min-width: 50px;
        max-width: 61px
    }

    .o-tex-category-p {
        font-size: 14px;
        line-height: 20px
    }

    .o-tex-category-icon {
        width: 30px;
        font-size: 14px;
        line-height: 30px
    }

    .o-tax-templates-grid.mb-0.grid-m-1 {
        grid-template-columns: 1fr
    }

    .o-tax-templates-link {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        border-radius: 12px;
        padding: 16px
    }

    .o-tax-templates-p,
    .o-tax-templates-span {
        font-size: 14px;
        line-height: 22px
    }

    .o-tax-templates-top {
        grid-column-gap: 16px;
        grid-row-gap: 16px
    }

    .o-resources-grid {
        grid-template-columns: 1fr
    }

    .o-resources-block {
        padding: 16px
    }

    .o-tax-form-input-block,
    .o-tax-form-input-block._w-50 {
        width: 100%
    }

    .grid-2 {
        display: block
    }

    .ot-bm-slide-block {
        padding: 16px
    }

    .ot-book-meeting-right {
        padding-left: 16px;
        padding-right: 16px
    }

    .ot-bk-zigzag-grid {
        border-radius: 20px
    }

    .ot-bk-zigzag-grid.reverce {
        grid-row-gap: 30px
    }

    .ot-hero-grid-form {
        padding: 16px
    }

    .ot-financial-bottom-grid,
    .ot-financial-top-grid {
        grid-template-columns: 1fr
    }

    .ot-financial-icon-block.slider-arrow-left,
    .ot-financial-icon-block.slider-arrow-right {
        position: static;
        transform: none
    }

    .ot-review-slide-block {
        margin-left: 0;
        margin-right: 0
    }

    .ot-review-left-arrow {
        width: 30px;
        inset: auto 15% -50px 0%
    }

    .ot-review-right-arrow {
        width: 30px;
        inset: auto 0% -50px 15%
    }

    .ot-pricing-popular.p-0 {
        margin-top: -26px;
        margin-left: 0
    }

    .ot-monthly-yearly-tabs.mb-26 {
        margin-bottom: 26px
    }

    .ot-comare-head-block {
        text-align: center;
        justify-content: flex-start;
        align-items: center;
        padding: 15px 10px
    }

    .ot-comare-head-text {
        margin-bottom: 10px
    }

    .ot-comare-head-title {
        font-size: 16px;
        line-height: 24px
    }

    .div-block-53 {
        flex-flow: column-reverse wrap;
        justify-content: flex-start;
        align-items: center
    }

    .ot-comare-body-block {
        justify-content: flex-start;
        align-items: center;
        padding: 15px 10px
    }

    .ot-comare-body-title {
        font-size: 16px;
        line-height: 24px
    }

    .ot-comare-body-text {
        font-size: 14px;
        line-height: 22px
    }

    .collection-list-grid {
        grid-template-columns: 1fr
    }

    .ot-collection-link {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        border-radius: 10px;
        padding: 16px
    }

    .ot-wc-grid {
        grid-template-columns: 1fr
    }

    .ot-sitemap-grid {
        grid-column-gap: 12px;
        grid-row-gap: 12px;
        grid-template-columns: 1fr 1fr
    }

    .ot-sitemap-wrapper.ot-sitemap-left {
        margin-top: 30px
    }

    .ot-sitemap-link-text {
        font-size: 14px;
        line-height: 22px
    }

    .ot-sitemap-h-h2 {
        font-size: 19px;
        font-weight: 600
    }

    .ot-agreement-grid {
        grid-column-gap: 20px;
        grid-row-gap: 20px
    }

    .ot-alternative-grid {
        grid-template-columns: 1fr 1fr
    }

    .o-blog-block {
        padding: 16px
    }

    .ot-comparison-grid {
        grid-template-columns: 40% 20% 20% 20% 20% 20% 20%
    }

    .ot-comparison-grid._6-grid {
        grid-template-columns: 170px 150px 150px 150px 150px 150px
    }

    .ot-comparision-head {
        font-size: 14px;
        line-height: 22px
    }

    .ot-author-inner {
        flex-flow: column;
        justify-content: flex-start;
        align-items: center
    }

    .ot-author-mail {
        justify-content: center;
        align-items: center
    }

    .ot-author-content {
        text-align: center
    }

    .author-collection-wrapper {
        margin-top: 50px
    }

    .calculator-collection-list {
        grid-template-columns: 1fr
    }

    .cac-by-state-grid {
        grid-template-columns: auto;
        justify-items: stretch
    }

    .cac-by-state-grid._2-grid {
        grid-template-columns: auto
    }

    .state-block {
        column-count: 2
    }

    .currency-pairing-grid {
        grid-template-columns: 1fr 1fr
    }

    .sign-block-wrapper {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        padding: 30px 16px
    }

    .sign-block-image {
        width: 50px;
        height: 50px
    }

    .sign-block-heading {
        font-size: 18px;
        line-height: 28px
    }

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

    .personality-sign-title {
        font-size: 16px;
        line-height: 24px
    }

    .personality-sign-img {
        margin-bottom: 8px
    }

    .successful-sign-title {
        font-size: 16px;
        line-height: 24px
    }

    .successful-people-position {
        font-size: 14px;
        line-height: 22px
    }

    .sign-zigzag-h3 {
        font-size: 16px
    }

    .why-otto-right-grid-title {
        font-size: 14px;
        line-height: 22px
    }

    .sign-hero-block-img {
        width: 30px;
        height: 30px
    }
}

#w-node-_0fc42039-19e5-07b7-169a-a58f03b843c0-7f30861b,
#w-node-_184a161d-93bd-e3c8-e3f7-36711e7b343d-7f30861b,
#w-node-_184a161d-93bd-e3c8-e3f7-36711e7b3440-7f30861b,
#w-node-_184a161d-93bd-e3c8-e3f7-36711e7b3443-7f30861b,
#w-node-_184a161d-93bd-e3c8-e3f7-36711e7b3446-7f30861b,
#w-node-_1dbdc90f-9bd5-15ba-4d23-d7c412808e95-64fab289,
#w-node-_1dbdc90f-9bd5-15ba-4d23-d7c412808e98-64fab289,
#w-node-_1dbdc90f-9bd5-15ba-4d23-d7c412808e9b-64fab289,
#w-node-_213280e3-7ea6-26fe-64df-eebb7adfc6f1-7f30861b,
#w-node-_28bf1856-db6c-ca7b-7c43-22b77583a573-64fab289,
#w-node-_28bf1856-db6c-ca7b-7c43-22b77583a576-64fab289,
#w-node-_28bf1856-db6c-ca7b-7c43-22b77583a579-64fab289,
#w-node-_2b63e990-2e6a-b8df-e490-142b5fe88e94-64fab289,
#w-node-_2b63e990-2e6a-b8df-e490-142b5fe88e97-64fab289,
#w-node-_2b63e990-2e6a-b8df-e490-142b5fe88e9a-64fab289,
#w-node-_4211eeb2-ce56-cd61-6075-385e4245959d-c6402339,
#w-node-_4211eeb2-ce56-cd61-6075-385e424595a4-c6402339,
#w-node-_4211eeb2-ce56-cd61-6075-385e424595ac-c6402339,
#w-node-_4211eeb2-ce56-cd61-6075-385e424595b4-c6402339,
#w-node-_4211eeb2-ce56-cd61-6075-385e424595bc-c6402339,
#w-node-_4211eeb2-ce56-cd61-6075-385e424595c4-c6402339,
#w-node-_45eb94c5-3822-9f50-4356-ad4bda1634ee-7f30861b,
#w-node-_45eb94c5-3822-9f50-4356-ad4bda1634f1-7f30861b,
#w-node-_45eb94c5-3822-9f50-4356-ad4bda1634f4-7f30861b,
#w-node-_45eb94c5-3822-9f50-4356-ad4bda1634f7-7f30861b,
#w-node-_492cca9f-b5ec-be18-39bc-6a237ae82aec-64fab289,
#w-node-_4edf3f6f-9a0e-5208-744c-325501376d14-c6402339,
#w-node-_6810144d-a73d-46ed-86cf-5fefecfcbd58-c6402339,
#w-node-_6a1b011b-f6e2-cb00-f16e-d58ba6faffe0-7f30861b,
#w-node-_6a1b011b-f6e2-cb00-f16e-d58ba6faffe3-7f30861b,
#w-node-_6a1b011b-f6e2-cb00-f16e-d58ba6faffe6-7f30861b,
#w-node-_6a1b011b-f6e2-cb00-f16e-d58ba6faffe9-7f30861b,
#w-node-_87ea56ed-4cca-3f03-4d73-7e51d00cac0d-64fab289,
#w-node-_87ea56ed-4cca-3f03-4d73-7e51d00cac10-64fab289,
#w-node-_87ea56ed-4cca-3f03-4d73-7e51d00cac13-64fab289,
#w-node-_90f672bb-bfb7-4f6f-693b-7518ab1821b3-7f30861b,
#w-node-_9328b841-a746-9300-2685-47d1f1646f88-7f30861b,
#w-node-_9328b841-a746-9300-2685-47d1f1646f8b-7f30861b,
#w-node-_9328b841-a746-9300-2685-47d1f1646f8e-7f30861b,
#w-node-_9328b841-a746-9300-2685-47d1f1646f91-7f30861b,
#w-node-_95da838e-5bec-96e4-5c89-8190504ecd15-64fab289,
#w-node-_95da838e-5bec-96e4-5c89-8190504ecd18-64fab289,
#w-node-_95da838e-5bec-96e4-5c89-8190504ecd1b-64fab289,
#w-node-_9760380c-5dd1-c6f5-0e22-05e44571176c-7f30861b,
#w-node-_9760380c-5dd1-c6f5-0e22-05e44571176f-7f30861b,
#w-node-_9760380c-5dd1-c6f5-0e22-05e445711772-7f30861b,
#w-node-_9760380c-5dd1-c6f5-0e22-05e445711775-7f30861b,
#w-node-_97c0e5c0-f6d6-3f80-397f-a0ed9f001706-5c5f6f25,
#w-node-_9eaa890e-75b3-71c4-a755-77adaf6ed7c1-7f30861b,
#w-node-_9eaa890e-75b3-71c4-a755-77adaf6ed7c4-7f30861b,
#w-node-_9eaa890e-75b3-71c4-a755-77adaf6ed7c7-7f30861b,
#w-node-_9eaa890e-75b3-71c4-a755-77adaf6ed7ca-7f30861b,
#w-node-a6375249-857b-81b9-4467-6e45235f9f59-64fab289,
#w-node-a6375249-857b-81b9-4467-6e45235f9f5c-64fab289,
#w-node-a6375249-857b-81b9-4467-6e45235f9f5f-64fab289,
#w-node-ae4aee22-3119-2a70-2116-866af61e5289-64fab289,
#w-node-ae4aee22-3119-2a70-2116-866af61e528c-64fab289,
#w-node-ae4aee22-3119-2a70-2116-866af61e528f-64fab289,
#w-node-aeebf5e7-3635-c95f-5b47-fd81b823d546-64fab289,
#w-node-aeebf5e7-3635-c95f-5b47-fd81b823d549-64fab289,
#w-node-aeebf5e7-3635-c95f-5b47-fd81b823d54c-64fab289,
#w-node-b4c4c864-29a8-a7bb-ac65-f6b6f0e374a9-7f30861b,
#w-node-b73f73bb-adf5-2ef8-1ada-737d4a390a2c-64fab289,
#w-node-b73f73bb-adf5-2ef8-1ada-737d4a390a2f-64fab289,
#w-node-b73f73bb-adf5-2ef8-1ada-737d4a390a32-64fab289,
#w-node-b8c3f52e-9e5a-b6e9-c488-7ee069321655-7f30861b,
#w-node-be55de94-2857-2a3b-05d5-bd17c3a4d6ae-64fab289,
#w-node-be55de94-2857-2a3b-05d5-bd17c3a4d6b1-64fab289,
#w-node-be55de94-2857-2a3b-05d5-bd17c3a4d6b4-64fab289,
#w-node-c82f806e-cb2e-604e-33f6-bd0579d42088-c6402339,
#w-node-d077fa2c-bb1b-8168-a089-5bb06fcc5b34-64fab289,
#w-node-d077fa2c-bb1b-8168-a089-5bb06fcc5b7d-64fab289,
#w-node-d077fa2c-bb1b-8168-a089-5bb06fcc5b80-64fab289,
#w-node-d077fa2c-bb1b-8168-a089-5bb06fcc5b83-64fab289,
#w-node-d801bb33-96b2-6d1a-586c-95824921f8f1-64fab289,
#w-node-d801bb33-96b2-6d1a-586c-95824921f8f4-64fab289,
#w-node-d801bb33-96b2-6d1a-586c-95824921f8f7-64fab289,
#w-node-da8173c8-dd78-f584-ff3d-afb302c1011f-64fab289,
#w-node-da8173c8-dd78-f584-ff3d-afb302c10122-64fab289,
#w-node-da8173c8-dd78-f584-ff3d-afb302c10125-64fab289,
#w-node-de275d86-2a4b-7221-6651-8c1bf61d9b40-7f30861b,
#w-node-de275d86-2a4b-7221-6651-8c1bf61d9b43-7f30861b,
#w-node-de275d86-2a4b-7221-6651-8c1bf61d9b46-7f30861b,
#w-node-de275d86-2a4b-7221-6651-8c1bf61d9b49-7f30861b,
#w-node-e9a54ab6-f1ca-9dd9-8e90-6e59a8e4766c-7f30861b,
#w-node-e9a54ab6-f1ca-9dd9-8e90-6e59a8e4766f-7f30861b,
#w-node-e9a54ab6-f1ca-9dd9-8e90-6e59a8e47672-7f30861b,
#w-node-e9a54ab6-f1ca-9dd9-8e90-6e59a8e47675-7f30861b,
#w-node-ea928bc2-ad38-977e-97b1-73ccc479a0b4-64fab289,
#w-node-ef593cb8-26ec-b024-20e4-23466492eaab-7f30861b,
#w-node-ef593cb8-26ec-b024-20e4-23466492eaae-7f30861b,
#w-node-ef593cb8-26ec-b024-20e4-23466492eab1-7f30861b,
#w-node-ef593cb8-26ec-b024-20e4-23466492eab4-7f30861b,
#w-node-fd2c4721-5657-0aad-d746-87c29335b8b3-9335b8ad,
#w-node-fd2c4721-5657-0aad-d746-87c29335b8bc-9335b8ad,
#w-node-fd2c4721-5657-0aad-d746-87c29335b8c3-9335b8ad,
#w-node-fd2c4721-5657-0aad-d746-87c29335b8c8-9335b8ad,
#w-node-ff077161-cd92-56c2-75da-881a86f82897-7f30861b,
#w-node-ff077161-cd92-56c2-75da-881a86f8289a-7f30861b,
#w-node-ff077161-cd92-56c2-75da-881a86f8289d-7f30861b,
#w-node-ff077161-cd92-56c2-75da-881a86f828a0-7f30861b {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-_96aef7fc-c8f0-4b54-196d-04700e59057d-7f30861b {
    grid-area: span 1/span 2/span 1/span 2
}

#w-node-_013bcc94-bba4-d6e7-4752-02f3251617be-7f30861b,
#w-node-_013bcc94-bba4-d6e7-4752-02f3251617c1-7f30861b,
#w-node-_013bcc94-bba4-d6e7-4752-02f3251617c4-7f30861b,
#w-node-_013bcc94-bba4-d6e7-4752-02f3251617c7-7f30861b,
#w-node-_015f9f2b-f778-6191-702b-6760ad1d529b-7f30861b,
#w-node-_015f9f2b-f778-6191-702b-6760ad1d529e-7f30861b,
#w-node-_015f9f2b-f778-6191-702b-6760ad1d52a1-7f30861b,
#w-node-_015f9f2b-f778-6191-702b-6760ad1d52a4-7f30861b,
#w-node-_090704c1-36fd-702b-5fc5-491309963f4e-7f30861b,
#w-node-_090704c1-36fd-702b-5fc5-491309963f51-7f30861b,
#w-node-_090704c1-36fd-702b-5fc5-491309963f54-7f30861b,
#w-node-_090704c1-36fd-702b-5fc5-491309963f57-7f30861b,
#w-node-_0d36ec42-4d4c-c932-2746-ef7e2a31b3ef-7f30861b,
#w-node-_0d36ec42-4d4c-c932-2746-ef7e2a31b3f2-7f30861b,
#w-node-_0d36ec42-4d4c-c932-2746-ef7e2a31b3f5-7f30861b,
#w-node-_0d36ec42-4d4c-c932-2746-ef7e2a31b3f8-7f30861b,
#w-node-_1456cb3e-0954-5d39-0e5b-59d0480fe529-7f30861b,
#w-node-_1456cb3e-0954-5d39-0e5b-59d0480fe52c-7f30861b,
#w-node-_1456cb3e-0954-5d39-0e5b-59d0480fe52f-7f30861b,
#w-node-_1456cb3e-0954-5d39-0e5b-59d0480fe532-7f30861b,
#w-node-_28280580-8a16-14e0-aa51-683fa4d6a8a1-7f30861b,
#w-node-_28280580-8a16-14e0-aa51-683fa4d6a8a4-7f30861b,
#w-node-_28280580-8a16-14e0-aa51-683fa4d6a8a7-7f30861b,
#w-node-_28280580-8a16-14e0-aa51-683fa4d6a8aa-7f30861b,
#w-node-_2b25362c-f012-202b-81c7-56c1171b8b23-560e63dd,
#w-node-_2b267229-4142-e3af-4b5b-9c6f4e26accb-7f30861b,
#w-node-_2b267229-4142-e3af-4b5b-9c6f4e26acce-7f30861b,
#w-node-_2b267229-4142-e3af-4b5b-9c6f4e26acd1-7f30861b,
#w-node-_2b267229-4142-e3af-4b5b-9c6f4e26acd4-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0a4-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0a9-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0ac-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0af-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0b2-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0b6-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0b9-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0bc-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0bf-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0c3-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0c6-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0c9-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0cc-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0d0-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0d3-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0d6-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0d9-7f30861b,
#w-node-_370a8c4a-c51b-08bc-c097-55ca6019cbc5-7f30861b,
#w-node-_370a8c4a-c51b-08bc-c097-55ca6019cbc8-7f30861b,
#w-node-_370a8c4a-c51b-08bc-c097-55ca6019cbcb-7f30861b,
#w-node-_370a8c4a-c51b-08bc-c097-55ca6019cbce-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cae-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cb3-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cb6-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cb9-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cbc-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cc0-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cc3-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cc6-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cc9-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2ccd-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cd0-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cd3-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cd6-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cda-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cdd-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2ce0-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2ce3-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2ce7-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cea-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2ced-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cf0-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cf4-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cf7-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cfa-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cfd-7f30861b,
#w-node-_4ee45b8a-2d5c-9a78-2f5d-0ca8e017cce6-7f30861b,
#w-node-_4ee45b8a-2d5c-9a78-2f5d-0ca8e017cce9-7f30861b,
#w-node-_4ee45b8a-2d5c-9a78-2f5d-0ca8e017ccec-7f30861b,
#w-node-_4ee45b8a-2d5c-9a78-2f5d-0ca8e017ccef-7f30861b,
#w-node-_53c926a5-ee7d-a20d-a3fb-ed0a9ea665b3-7f30861b,
#w-node-_53c926a5-ee7d-a20d-a3fb-ed0a9ea665b6-7f30861b,
#w-node-_53c926a5-ee7d-a20d-a3fb-ed0a9ea665b9-7f30861b,
#w-node-_53c926a5-ee7d-a20d-a3fb-ed0a9ea665bc-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218ceba-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cebf-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cec2-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cec5-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cec8-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cecc-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218ced0-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218ced3-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218ced6-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218ceda-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cede-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cee1-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cee4-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cee8-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218ceeb-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218ceee-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cef1-7f30861b,
#w-node-_61f86c07-4e38-a6f3-c5fa-7407f29347e5-7f30861b,
#w-node-_61f86c07-4e38-a6f3-c5fa-7407f29347e8-7f30861b,
#w-node-_61f86c07-4e38-a6f3-c5fa-7407f29347eb-7f30861b,
#w-node-_61f86c07-4e38-a6f3-c5fa-7407f29347ee-7f30861b,
#w-node-_6f7fcb3d-d5d6-15be-e026-1e21b2ac5b9d-01ae2dcc,
#w-node-_6f7fcb3d-d5d6-15be-e026-1e21b2ac5b9d-4104a244,
#w-node-_6f7fcb3d-d5d6-15be-e026-1e21b2ac5b9d-8d035ad2,
#w-node-_6f7fcb3d-d5d6-15be-e026-1e21b2ac5b9d-b151776c,
#w-node-_714dd107-b5f0-69d1-7ae1-6473bd7d7d69-7f30861b,
#w-node-_714dd107-b5f0-69d1-7ae1-6473bd7d7d6c-7f30861b,
#w-node-_714dd107-b5f0-69d1-7ae1-6473bd7d7d6f-7f30861b,
#w-node-_714dd107-b5f0-69d1-7ae1-6473bd7d7d72-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053ce-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053d3-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053d6-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053d9-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053dc-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053e0-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053e5-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053e8-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053eb-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053ef-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053f6-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053f9-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053fc-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc905400-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc905403-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc905406-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc905409-7f30861b,
#w-node-_75f583cc-b707-d58e-eecf-b398fc192785-7f30861b,
#w-node-_75f583cc-b707-d58e-eecf-b398fc192788-7f30861b,
#w-node-_75f583cc-b707-d58e-eecf-b398fc19278b-7f30861b,
#w-node-_75f583cc-b707-d58e-eecf-b398fc19278e-7f30861b,
#w-node-_85c651f9-98d1-4fb8-194c-b5a30354293c-7f30861b,
#w-node-_85c651f9-98d1-4fb8-194c-b5a30354293f-7f30861b,
#w-node-_85c651f9-98d1-4fb8-194c-b5a303542942-7f30861b,
#w-node-_85c651f9-98d1-4fb8-194c-b5a303542945-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e0d9-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e0de-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e0e1-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e0e4-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e0e7-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e0eb-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e0ee-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e0f1-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e0f4-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e0f8-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e0fb-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e0fe-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e101-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e105-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e108-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e10b-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e10e-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e112-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e115-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e118-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e11b-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e11f-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e122-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e125-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e128-7f30861b,
#w-node-_90199a78-dbc0-2c8e-fd3f-6da2b62ee0b0-7f30861b,
#w-node-_90199a78-dbc0-2c8e-fd3f-6da2b62ee0b5-7f30861b,
#w-node-_90199a78-dbc0-2c8e-fd3f-6da2b62ee0b8-7f30861b,
#w-node-_90199a78-dbc0-2c8e-fd3f-6da2b62ee0bb-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e28-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e2d-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e30-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e33-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e36-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e3a-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e3d-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e40-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e43-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e47-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e4a-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e4d-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e50-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e54-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e57-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e5a-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e5d-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e61-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e64-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e67-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e6a-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e590582-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e590585-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e590588-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e59058b-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e59058f-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e590592-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e590595-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e590598-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e59059c-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e5905a0-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e5905a3-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e5905a6-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e5905aa-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e5905ae-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e5905b1-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e5905b4-7f30861b,
#w-node-_96de8b82-e179-7f9c-6e68-4728248abbfc-7f30861b,
#w-node-_96de8b82-e179-7f9c-6e68-4728248abbff-7f30861b,
#w-node-_96de8b82-e179-7f9c-6e68-4728248abc02-7f30861b,
#w-node-_96de8b82-e179-7f9c-6e68-4728248abc05-7f30861b,
#w-node-_97c0e5c0-f6d6-3f80-397f-a0ed9f001706-76c093c0,
#w-node-_97c0e5c0-f6d6-3f80-397f-a0ed9f001706-ed418883,
#w-node-_9bb16678-55c1-778d-73d1-0a38903ae48e-7f30861b,
#w-node-_9bb16678-55c1-778d-73d1-0a38903ae491-7f30861b,
#w-node-_9bb16678-55c1-778d-73d1-0a38903ae494-7f30861b,
#w-node-_9bb16678-55c1-778d-73d1-0a38903ae497-7f30861b,
#w-node-a688e0db-f564-39a3-2cb4-3a3c62786752-0250efba,
#w-node-a9bdd68e-1d9e-5aac-77a8-d5d3ec1e4bf7-7f30861b,
#w-node-a9bdd68e-1d9e-5aac-77a8-d5d3ec1e4bfa-7f30861b,
#w-node-a9bdd68e-1d9e-5aac-77a8-d5d3ec1e4bfd-7f30861b,
#w-node-a9bdd68e-1d9e-5aac-77a8-d5d3ec1e4c00-7f30861b,
#w-node-b58d41e1-65bc-830e-09b6-1cbfab50101f-7f30861b,
#w-node-b58d41e1-65bc-830e-09b6-1cbfab501022-7f30861b,
#w-node-b58d41e1-65bc-830e-09b6-1cbfab501025-7f30861b,
#w-node-b58d41e1-65bc-830e-09b6-1cbfab501028-7f30861b,
#w-node-c0412a9f-83e3-9222-d1af-2af99405c973-7f30861b,
#w-node-c0412a9f-83e3-9222-d1af-2af99405c976-7f30861b,
#w-node-c0412a9f-83e3-9222-d1af-2af99405c979-7f30861b,
#w-node-c0412a9f-83e3-9222-d1af-2af99405c97c-7f30861b,
#w-node-c07997d8-bdd8-b28d-f82a-b67aa0b6d5a7-7f30861b,
#w-node-c07997d8-bdd8-b28d-f82a-b67aa0b6d5aa-7f30861b,
#w-node-c07997d8-bdd8-b28d-f82a-b67aa0b6d5ad-7f30861b,
#w-node-c07997d8-bdd8-b28d-f82a-b67aa0b6d5b0-7f30861b,
#w-node-d67d728f-37fe-f1ff-d992-60ec1dc173b3-7f30861b,
#w-node-d67d728f-37fe-f1ff-d992-60ec1dc173b6-7f30861b,
#w-node-d67d728f-37fe-f1ff-d992-60ec1dc173b9-7f30861b,
#w-node-d67d728f-37fe-f1ff-d992-60ec1dc173bc-7f30861b,
#w-node-da7f4f7f-66e4-615d-be2a-295b1b392b06-7f30861b,
#w-node-da7f4f7f-66e4-615d-be2a-295b1b392b09-7f30861b,
#w-node-da7f4f7f-66e4-615d-be2a-295b1b392b0c-7f30861b,
#w-node-da7f4f7f-66e4-615d-be2a-295b1b392b0f-7f30861b,
#w-node-df5065d0-58bf-a95a-fcae-cc0891246204-7f30861b,
#w-node-df5065d0-58bf-a95a-fcae-cc0891246207-7f30861b,
#w-node-df5065d0-58bf-a95a-fcae-cc089124620a-7f30861b,
#w-node-df5065d0-58bf-a95a-fcae-cc089124620d-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a1d-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a22-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a25-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a28-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a2b-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a2f-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a32-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a35-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a38-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a3c-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a3f-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a42-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a45-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a49-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a4c-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a4f-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a52-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a56-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a59-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a5c-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a5f-7f30861b,
#w-node-f6536558-af9b-15ab-3ce7-1df73dfa9734-7f30861b,
#w-node-f6536558-af9b-15ab-3ce7-1df73dfa9737-7f30861b,
#w-node-f6536558-af9b-15ab-3ce7-1df73dfa973a-7f30861b,
#w-node-f6536558-af9b-15ab-3ce7-1df73dfa973d-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9faea-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9faef-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9faf2-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9faf5-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9faf8-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fafc-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9faff-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fb02-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fb05-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fb09-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fb0c-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fb0f-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fb12-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fb16-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fb19-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fb1c-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fb1f-7f30861b,
#w-node-ffb48ec9-879f-bf25-d955-5c926b338555-7f30861b,
#w-node-ffb48ec9-879f-bf25-d955-5c926b338558-7f30861b,
#w-node-ffb48ec9-879f-bf25-d955-5c926b33855b-7f30861b,
#w-node-ffb48ec9-879f-bf25-d955-5c926b33855e-7f30861b {
    grid-area: span 1/span 1/span 1/span 1
}

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

    #w-node-_216f12ae-ba9e-7966-97d1-b548748f14ad-ccff699d,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-ccff699d,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-ccff699d,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-ccff699d,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-ccff699d,
    #w-node-a6c1c49c-b847-624b-d15d-9c2f6ee7042e-ccff699d {
        order: -9999
    }

    #w-node-fd2c4721-5657-0aad-d746-87c29335b8b3-9335b8ad {
        grid-area: span 1/span 4/span 1/span 4
    }

    #w-node-_0722c148-ae40-2fcd-58d8-0e243f6e89b8-64fab289,
    #w-node-_0722c148-ae40-2fcd-58d8-0e243f6e89bb-64fab289,
    #w-node-_0722c148-ae40-2fcd-58d8-0e243f6e89da-64fab289,
    #w-node-_0c41a6a6-75bb-e14e-ca51-28e681040d4f-54ef974a,
    #w-node-_0c41a6a6-75bb-e14e-ca51-28e681040d52-54ef974a,
    #w-node-_0c41a6a6-75bb-e14e-ca51-28e681040d6f-54ef974a,
    #w-node-_0c41a6a6-75bb-e14e-ca51-28e681040d72-54ef974a,
    #w-node-_216f12ae-ba9e-7966-97d1-b548748f14ad-3b550c30,
    #w-node-_216f12ae-ba9e-7966-97d1-b548748f14ad-f0e04a7e,
    #w-node-_289c31eb-8abc-f4e2-bd60-14d0d8c99911-fed88d6b,
    #w-node-_289c31eb-8abc-f4e2-bd60-14d0d8c99914-fed88d6b,
    #w-node-_289c31eb-8abc-f4e2-bd60-14d0d8c99931-fed88d6b,
    #w-node-_289c31eb-8abc-f4e2-bd60-14d0d8c99934-fed88d6b,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-3b550c30,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-f0e04a7e,
    #w-node-_3b3dd5ee-68ee-92ea-0705-04aa69f94fdd-7ad3b6ec,
    #w-node-_3b3dd5ee-68ee-92ea-0705-04aa69f94fe0-7ad3b6ec,
    #w-node-_3b3dd5ee-68ee-92ea-0705-04aa69f94fff-7ad3b6ec,
    #w-node-_3b3dd5ee-68ee-92ea-0705-04aa69f95002-7ad3b6ec,
    #w-node-_41c0e31a-340f-9a0a-991d-c4663b2f73fb-0b00f232,
    #w-node-_41c0e31a-340f-9a0a-991d-c4663b2f73fe-0b00f232,
    #w-node-_41c0e31a-340f-9a0a-991d-c4663b2f741b-0b00f232,
    #w-node-_41c0e31a-340f-9a0a-991d-c4663b2f741e-0b00f232,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-3b550c30,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-f0e04a7e,
    #w-node-_530feea2-2c0a-3222-f877-6a5888b988bf-54b8eff2,
    #w-node-_530feea2-2c0a-3222-f877-6a5888b988c2-54b8eff2,
    #w-node-_530feea2-2c0a-3222-f877-6a5888b988df-54b8eff2,
    #w-node-_530feea2-2c0a-3222-f877-6a5888b988e2-54b8eff2,
    #w-node-_78ceae04-293d-816e-8cc5-52855c5cc628-04a8b58f,
    #w-node-_78ceae04-293d-816e-8cc5-52855c5cc62b-04a8b58f,
    #w-node-_78ceae04-293d-816e-8cc5-52855c5cc648-04a8b58f,
    #w-node-_78ceae04-293d-816e-8cc5-52855c5cc64b-04a8b58f,
    #w-node-_9583ee43-fd29-be4e-e101-49ec3a41fb81-83928fd0,
    #w-node-_9583ee43-fd29-be4e-e101-49ec3a41fb84-83928fd0,
    #w-node-_9583ee43-fd29-be4e-e101-49ec3a41fba1-83928fd0,
    #w-node-_9583ee43-fd29-be4e-e101-49ec3a41fba4-83928fd0,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-3b550c30,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-f0e04a7e,
    #w-node-a0e15047-3e53-d6b2-6bd7-6c6937e81317-ab4f9ee9,
    #w-node-a0e15047-3e53-d6b2-6bd7-6c6937e8131a-ab4f9ee9,
    #w-node-a0e15047-3e53-d6b2-6bd7-6c6937e81346-ab4f9ee9,
    #w-node-a0e15047-3e53-d6b2-6bd7-6c6937e81349-ab4f9ee9,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-3b550c30,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-f0e04a7e,
    #w-node-a6c1c49c-b847-624b-d15d-9c2f6ee7042e-3b550c30,
    #w-node-a6c1c49c-b847-624b-d15d-9c2f6ee7042e-f0e04a7e,
    #w-node-b1984bd0-f6f3-e524-1c1e-f831758f2102-2c440280,
    #w-node-b1984bd0-f6f3-e524-1c1e-f831758f2105-2c440280,
    #w-node-b1984bd0-f6f3-e524-1c1e-f831758f2124-2c440280,
    #w-node-b1984bd0-f6f3-e524-1c1e-f831758f2127-2c440280,
    #w-node-b69086b4-d75c-fa9c-7a0d-a3807b3acdf0-5c3d7ffe,
    #w-node-b69086b4-d75c-fa9c-7a0d-a3807b3acdf3-5c3d7ffe,
    #w-node-b69086b4-d75c-fa9c-7a0d-a3807b3ace10-5c3d7ffe,
    #w-node-b69086b4-d75c-fa9c-7a0d-a3807b3ace13-5c3d7ffe,
    #w-node-d3685cdd-81dd-fbe7-6796-7be19ac38b5c-67640707,
    #w-node-d3685cdd-81dd-fbe7-6796-7be19ac38b5f-67640707,
    #w-node-d3685cdd-81dd-fbe7-6796-7be19ac38b7c-67640707,
    #w-node-d3685cdd-81dd-fbe7-6796-7be19ac38b7f-67640707,
    #w-node-e03214e7-05ca-5435-0446-059158819a96-fc18b500,
    #w-node-e03214e7-05ca-5435-0446-059158819a99-fc18b500,
    #w-node-e03214e7-05ca-5435-0446-059158819ab6-fc18b500,
    #w-node-e03214e7-05ca-5435-0446-059158819ab9-fc18b500,
    #w-node-e1f296ab-f006-5384-8863-d777ad8be34a-a6f09c6e,
    #w-node-e1f296ab-f006-5384-8863-d777ad8be34d-a6f09c6e,
    #w-node-e1f296ab-f006-5384-8863-d777ad8be35c-a6f09c6e,
    #w-node-e1f296ab-f006-5384-8863-d777ad8be35f-a6f09c6e,
    #w-node-f1e0d2c2-a379-478a-6792-8d12c3a2d2d2-9b757bba,
    #w-node-f1e0d2c2-a379-478a-6792-8d12c3a2d2d5-9b757bba,
    #w-node-f1e0d2c2-a379-478a-6792-8d12c3a2d2f2-9b757bba,
    #w-node-f1e0d2c2-a379-478a-6792-8d12c3a2d2f5-9b757bba,
    #w-node-fb03c03c-6345-fbe6-0baf-02c4d639a49e-bad698d7,
    #w-node-fb03c03c-6345-fbe6-0baf-02c4d639a4a1-bad698d7,
    #w-node-fb03c03c-6345-fbe6-0baf-02c4d639a4be-bad698d7,
    #w-node-fb03c03c-6345-fbe6-0baf-02c4d639a4c1-bad698d7 {
        order: -9999
    }

    #w-node-ef02d72e-6a5c-95a2-dc85-a970072aad98-5485f0f2 {
        order: 9999
    }

    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-5485f0f2,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-5485f0f2,
    #w-node-_66f05f3d-8656-7064-e1d7-b748a9979968-0d81922a,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-5485f0f2,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-5485f0f2 {
        order: -9999
    }

    #w-node-_013bcc94-bba4-d6e7-4752-02f3251617be-7f30861b,
    #w-node-_015f9f2b-f778-6191-702b-6760ad1d529b-7f30861b,
    #w-node-_090704c1-36fd-702b-5fc5-491309963f4e-7f30861b,
    #w-node-_0d36ec42-4d4c-c932-2746-ef7e2a31b3ef-7f30861b,
    #w-node-_1456cb3e-0954-5d39-0e5b-59d0480fe529-7f30861b,
    #w-node-_184a161d-93bd-e3c8-e3f7-36711e7b343d-7f30861b,
    #w-node-_213280e3-7ea6-26fe-64df-eebb7adfc6f1-7f30861b,
    #w-node-_28280580-8a16-14e0-aa51-683fa4d6a8a1-7f30861b,
    #w-node-_2b267229-4142-e3af-4b5b-9c6f4e26accb-7f30861b,
    #w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0a4-7f30861b,
    #w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0a9-7f30861b,
    #w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0b6-7f30861b,
    #w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0c3-7f30861b,
    #w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0d0-7f30861b,
    #w-node-_370a8c4a-c51b-08bc-c097-55ca6019cbc5-7f30861b,
    #w-node-_45eb94c5-3822-9f50-4356-ad4bda1634ee-7f30861b,
    #w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cae-7f30861b,
    #w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cb3-7f30861b,
    #w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cc0-7f30861b,
    #w-node-_478d4bad-5e80-43bb-2270-ef10e06e2ccd-7f30861b,
    #w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cda-7f30861b,
    #w-node-_478d4bad-5e80-43bb-2270-ef10e06e2ce7-7f30861b,
    #w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cf4-7f30861b,
    #w-node-_4ee45b8a-2d5c-9a78-2f5d-0ca8e017cce6-7f30861b,
    #w-node-_53c926a5-ee7d-a20d-a3fb-ed0a9ea665b3-7f30861b,
    #w-node-_5a370f4f-24cb-4e7d-5880-e9a87218ceba-7f30861b,
    #w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cebf-7f30861b,
    #w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cecc-7f30861b,
    #w-node-_5a370f4f-24cb-4e7d-5880-e9a87218ceda-7f30861b,
    #w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cee8-7f30861b,
    #w-node-_61f86c07-4e38-a6f3-c5fa-7407f29347e5-7f30861b,
    #w-node-_6a1b011b-f6e2-cb00-f16e-d58ba6faffe0-7f30861b,
    #w-node-_714dd107-b5f0-69d1-7ae1-6473bd7d7d69-7f30861b,
    #w-node-_75df709f-8ca9-803e-fd9d-e163fc9053ce-7f30861b,
    #w-node-_75df709f-8ca9-803e-fd9d-e163fc9053d3-7f30861b,
    #w-node-_75df709f-8ca9-803e-fd9d-e163fc9053e0-7f30861b,
    #w-node-_75df709f-8ca9-803e-fd9d-e163fc9053ef-7f30861b,
    #w-node-_75df709f-8ca9-803e-fd9d-e163fc905400-7f30861b,
    #w-node-_75f583cc-b707-d58e-eecf-b398fc192785-7f30861b,
    #w-node-_85c651f9-98d1-4fb8-194c-b5a30354293c-7f30861b,
    #w-node-_85e1172a-f950-4796-52ff-844dfed7e0d9-7f30861b,
    #w-node-_85e1172a-f950-4796-52ff-844dfed7e0de-7f30861b,
    #w-node-_85e1172a-f950-4796-52ff-844dfed7e0eb-7f30861b,
    #w-node-_85e1172a-f950-4796-52ff-844dfed7e0f8-7f30861b,
    #w-node-_85e1172a-f950-4796-52ff-844dfed7e105-7f30861b,
    #w-node-_85e1172a-f950-4796-52ff-844dfed7e112-7f30861b,
    #w-node-_85e1172a-f950-4796-52ff-844dfed7e11f-7f30861b,
    #w-node-_90199a78-dbc0-2c8e-fd3f-6da2b62ee0b0-7f30861b,
    #w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e28-7f30861b,
    #w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e2d-7f30861b,
    #w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e3a-7f30861b,
    #w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e47-7f30861b,
    #w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e54-7f30861b,
    #w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e61-7f30861b,
    #w-node-_9328b841-a746-9300-2685-47d1f1646f88-7f30861b,
    #w-node-_96aef7fc-c8f0-4b54-196d-04700e59057d-7f30861b,
    #w-node-_96aef7fc-c8f0-4b54-196d-04700e590582-7f30861b,
    #w-node-_96aef7fc-c8f0-4b54-196d-04700e59058f-7f30861b,
    #w-node-_96aef7fc-c8f0-4b54-196d-04700e59059c-7f30861b,
    #w-node-_96aef7fc-c8f0-4b54-196d-04700e5905aa-7f30861b,
    #w-node-_96de8b82-e179-7f9c-6e68-4728248abbfc-7f30861b,
    #w-node-_9760380c-5dd1-c6f5-0e22-05e44571176c-7f30861b,
    #w-node-_9bb16678-55c1-778d-73d1-0a38903ae48e-7f30861b,
    #w-node-_9eaa890e-75b3-71c4-a755-77adaf6ed7c1-7f30861b,
    #w-node-a9bdd68e-1d9e-5aac-77a8-d5d3ec1e4bf7-7f30861b,
    #w-node-b58d41e1-65bc-830e-09b6-1cbfab50101f-7f30861b,
    #w-node-b8c3f52e-9e5a-b6e9-c488-7ee069321655-7f30861b,
    #w-node-c0412a9f-83e3-9222-d1af-2af99405c973-7f30861b,
    #w-node-c07997d8-bdd8-b28d-f82a-b67aa0b6d5a7-7f30861b,
    #w-node-c6224e35-6da3-b490-4671-64a3520ae307-7f30861b,
    #w-node-d67d728f-37fe-f1ff-d992-60ec1dc173b3-7f30861b,
    #w-node-da7f4f7f-66e4-615d-be2a-295b1b392b06-7f30861b,
    #w-node-de275d86-2a4b-7221-6651-8c1bf61d9b40-7f30861b,
    #w-node-df5065d0-58bf-a95a-fcae-cc0891246204-7f30861b,
    #w-node-e9a54ab6-f1ca-9dd9-8e90-6e59a8e4766c-7f30861b,
    #w-node-ef593cb8-26ec-b024-20e4-23466492eaab-7f30861b,
    #w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a1d-7f30861b,
    #w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a22-7f30861b,
    #w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a2f-7f30861b,
    #w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a3c-7f30861b,
    #w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a49-7f30861b,
    #w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a56-7f30861b,
    #w-node-f6536558-af9b-15ab-3ce7-1df73dfa9734-7f30861b,
    #w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9faea-7f30861b,
    #w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9faef-7f30861b,
    #w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fafc-7f30861b,
    #w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fb09-7f30861b,
    #w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fb16-7f30861b,
    #w-node-ff077161-cd92-56c2-75da-881a86f82897-7f30861b,
    #w-node-ffb48ec9-879f-bf25-d955-5c926b338555-7f30861b {
        grid-area: span 1/span 3/span 1/span 3
    }

    #w-node-_24dd4a8e-5b02-f393-094c-0e49960fbe79-c5c5bafa,
    #w-node-_24dd4a8e-5b02-f393-094c-0e49960fbe7c-c5c5bafa,
    #w-node-edee66f5-2c24-2a17-875f-c4a4c9b7fb36-6fd0254d {
        order: -9999
    }

    #w-node-ef02d72e-6a5c-95a2-dc85-a970072aad98-59497619 {
        order: 9999
    }

    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-0250efba,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-59497619,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-883a79eb,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-97b51d03,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-0250efba,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-59497619,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-883a79eb,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-97b51d03,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-0250efba,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-59497619,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-883a79eb,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-97b51d03,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-0250efba,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-59497619,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-883a79eb,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-97b51d03 {
        order: -9999
    }

    #w-node-ef02d72e-6a5c-95a2-dc85-a970072aad98-17e5fe6e {
        order: 9999
    }

    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-17e5fe6e,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-17e5fe6e,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-17e5fe6e,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-17e5fe6e {
        order: -9999
    }

    #w-node-ef02d72e-6a5c-95a2-dc85-a970072aad98-2eeefa86 {
        order: 9999
    }

    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-2eeefa86,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-2eeefa86,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-2eeefa86,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-2eeefa86 {
        order: -9999
    }

    #w-node-ef02d72e-6a5c-95a2-dc85-a970072aad98-44ce14be {
        order: 9999
    }

    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-44ce14be,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-9131135e,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-ec2e21d6,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-44ce14be,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-9131135e,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-ec2e21d6,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-44ce14be,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-9131135e,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-ec2e21d6,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-44ce14be,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-9131135e,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-ec2e21d6 {
        order: -9999
    }

    #w-node-ef02d72e-6a5c-95a2-dc85-a970072aad98-b4b3c629 {
        order: 9999
    }

    #w-node-_216f12ae-ba9e-7966-97d1-b548748f14ad-7d90cd80,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-09422be0,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-2ec89a7c,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-560e63dd,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-7d90cd80,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-b4b3c629,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-faa9e69a,
    #w-node-_3f82a720-c9a1-6552-d63e-95277df515ba-882f85e2,
    #w-node-_3f82a720-c9a1-6552-d63e-95277df515bd-882f85e2,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-09422be0,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-2ec89a7c,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-560e63dd,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-7d90cd80,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-b4b3c629,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-faa9e69a,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-09422be0,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-2ec89a7c,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-560e63dd,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-7d90cd80,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-b4b3c629,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-faa9e69a,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-09422be0,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-2ec89a7c,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-560e63dd,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-7d90cd80,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-b4b3c629,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-faa9e69a,
    #w-node-a6c1c49c-b847-624b-d15d-9c2f6ee7042e-7d90cd80 {
        order: -9999
    }

    #w-node-ef02d72e-6a5c-95a2-dc85-a970072aad98-6db08040 {
        order: 9999
    }

    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-6db08040,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-6db08040,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-6db08040,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-6db08040 {
        order: -9999
    }

    #w-node-ef02d72e-6a5c-95a2-dc85-a970072aad98-3bb930df {
        order: 9999
    }

    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-333b156d,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-3bb930df,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-7ef99923,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-cd0809bd,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-d7e02c3d,
    #w-node-_42de9e03-c337-4db3-a3b2-dedda3e1c322-ffcef390,
    #w-node-_42de9e03-c337-4db3-a3b2-dedda3e1c325-ffcef390,
    #w-node-_42de9e03-c337-4db3-a3b2-dedda3e1c350-ffcef390,
    #w-node-_42de9e03-c337-4db3-a3b2-dedda3e1c353-ffcef390,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-333b156d,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-3bb930df,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-7ef99923,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-cd0809bd,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-d7e02c3d,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-333b156d,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-3bb930df,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-7ef99923,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-cd0809bd,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-d7e02c3d,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-3bb930df,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-d7e02c3d,
    #w-node-b29a5190-dcf2-c069-5141-d04539faafbd-e0322ce1,
    #w-node-d5537e73-153c-c897-bb75-4a8a12737d7b-bdbf4e13,
    #w-node-d5537e73-153c-c897-bb75-4a8a12737d7e-bdbf4e13,
    #w-node-d5537e73-153c-c897-bb75-4a8a12737da9-bdbf4e13,
    #w-node-d5537e73-153c-c897-bb75-4a8a12737dac-bdbf4e13,
    #w-node-f82361ae-2623-bf3e-2943-813e04484e5b-cd0809bd {
        order: -9999
    }
}

@media screen and (max-width:767px) {
    #w-node-_97c0e5c0-f6d6-3f80-397f-a0ed9f001732-5c5f6f25 {
        grid-area: span 1/span 2/span 1/span 2
    }

    #w-node-_90db8bdc-3c2f-fe82-f135-86abe74c75a1-1aa818ee,
    #w-node-f4f2cb76-5870-67fe-6f06-ebcf03662d4a-fd84e933 {
        order: -9999;
        justify-self: center
    }

    #w-node-f1f39991-39a6-ef92-7c09-a6f6c3361236-fd84e933 {
        grid-area: span 1/span 2/span 1/span 2
    }

    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-5485f0f2 {
        grid-area: span 1/span 1/span 1/span 1
    }

    #w-node-_554ea7bd-d055-6dab-d8e7-685159bdf056-6465bb7e,
    #w-node-a11f6bb7-184c-e266-b1f2-c4494da3f6bc-f3d2f9b8,
    #w-node-b9fdcdde-cf3e-79de-7a78-df472a5109db-2d31400b {
        order: -9999;
        justify-self: center
    }

    #w-node-_517c748a-637d-2f16-d399-2714cf3222f9-c5c5bafa,
    #w-node-_989b4125-4882-e86d-0951-bacb4b56f5f3-01ae2dcc,
    #w-node-_989b4125-4882-e86d-0951-bacb4b56f5f3-4104a244,
    #w-node-_989b4125-4882-e86d-0951-bacb4b56f5f3-8d035ad2,
    #w-node-_989b4125-4882-e86d-0951-bacb4b56f5f3-b151776c {
        grid-area: span 1/span 2/span 1/span 2
    }

    #w-node-c9bae699-f478-2eec-b4a5-53f38a13a95c-c5c5bafa {
        order: -9999;
        justify-self: center
    }

    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-0250efba,
    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-59497619,
    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-883a79eb,
    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-97b51d03 {
        grid-area: span 1/span 1/span 1/span 1
    }

    #w-node-_97c0e5c0-f6d6-3f80-397f-a0ed9f001732-76c093c0 {
        grid-area: span 1/span 2/span 1/span 2
    }

    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-09422be0,
    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-17e5fe6e,
    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-2ec89a7c,
    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-2eeefa86,
    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-44ce14be,
    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-560e63dd,
    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-9131135e,
    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-b4b3c629,
    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-ec2e21d6,
    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-faa9e69a {
        grid-area: span 1/span 1/span 1/span 1
    }

    #w-node-bdb47d25-9776-b70f-1bc9-470e0ee52386-882f85e2 {
        order: -9999;
        justify-self: center
    }

    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-3bb930df,
    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-6db08040 {
        grid-area: span 1/span 1/span 1/span 1
    }

    #w-node-_97c0e5c0-f6d6-3f80-397f-a0ed9f001732-ed418883 {
        grid-area: span 1/span 2/span 1/span 2
    }

    #w-node-_1001bd08-39f8-7b98-80e4-45c54705a387-cd0809bd,
    #w-node-_2198f5ec-5a3a-f564-d58c-8d71231701f3-e0322ce1,
    #w-node-_3f23fa12-d159-c37d-ec49-44b254e17959-cd0809bd,
    #w-node-_4e055481-c046-a032-9379-338c51a93a3d-cd0809bd,
    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-333b156d,
    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-7ef99923,
    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-d7e02c3d,
    #w-node-bc7d4951-51d1-93ec-46fc-002c68005982-bdbf4e13 {
        grid-area: span 1/span 1/span 1/span 1
    }
}

@media screen and (max-width:479px) {
    #w-node-fd2c4721-5657-0aad-d746-87c29335b8b3-9335b8ad {
        grid-column: span 1/span 1
    }

    #w-node-_1dbdc90f-9bd5-15ba-4d23-d7c412808e95-64fab289,
    #w-node-_28bf1856-db6c-ca7b-7c43-22b77583a573-64fab289,
    #w-node-_2b63e990-2e6a-b8df-e490-142b5fe88e94-64fab289,
    #w-node-_87ea56ed-4cca-3f03-4d73-7e51d00cac0d-64fab289,
    #w-node-_95da838e-5bec-96e4-5c89-8190504ecd15-64fab289,
    #w-node-a6375249-857b-81b9-4467-6e45235f9f59-64fab289,
    #w-node-ae4aee22-3119-2a70-2116-866af61e5289-64fab289,
    #w-node-aeebf5e7-3635-c95f-5b47-fd81b823d546-64fab289,
    #w-node-b73f73bb-adf5-2ef8-1ada-737d4a390a2c-64fab289,
    #w-node-be55de94-2857-2a3b-05d5-bd17c3a4d6ae-64fab289,
    #w-node-d077fa2c-bb1b-8168-a089-5bb06fcc5b34-64fab289,
    #w-node-d077fa2c-bb1b-8168-a089-5bb06fcc5b7d-64fab289,
    #w-node-d801bb33-96b2-6d1a-586c-95824921f8f1-64fab289,
    #w-node-da8173c8-dd78-f584-ff3d-afb302c1011f-64fab289 {
        grid-area: span 1/span 2/span 1/span 2
    }

    #w-node-_517c748a-637d-2f16-d399-2714cf3222f9-c5c5bafa,
    #w-node-_97c0e5c0-f6d6-3f80-397f-a0ed9f001732-5c5f6f25,
    #w-node-_97c0e5c0-f6d6-3f80-397f-a0ed9f001732-76c093c0,
    #w-node-_97c0e5c0-f6d6-3f80-397f-a0ed9f001732-ed418883,
    #w-node-_989b4125-4882-e86d-0951-bacb4b56f5f3-01ae2dcc,
    #w-node-_989b4125-4882-e86d-0951-bacb4b56f5f3-4104a244,
    #w-node-_989b4125-4882-e86d-0951-bacb4b56f5f3-8d035ad2,
    #w-node-_989b4125-4882-e86d-0951-bacb4b56f5f3-b151776c,
    #w-node-f1f39991-39a6-ef92-7c09-a6f6c3361236-fd84e933 {
        grid-area: span 1/span 1/span 1/span 1
    }
}

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

body {
    margin: 0
}

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

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

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

[hidden],
template {
    display: none
}

a {
    background-color: #0000
}

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

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

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

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

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

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

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

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

pre {
    overflow: auto
}

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

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

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

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

input {
    line-height: normal
}

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

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

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

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

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

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

td,
th {
    padding: 0
}

@font-face {
    font-family: webflow-icons;
    src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format("truetype");
    font-weight: 400;
    font-style: normal
}

[class*=" w-icon-"],
[class^=w-icon-] {
    speak: none;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    font-family: webflow-icons !important
}

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

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

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

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

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

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

* {
    box-sizing: border-box
}

html {
    height: 100%
}

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

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

html.w-mod-touch * {
    background-attachment: scroll !important
}

.w-block {
    display: block
}

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

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

.w-clearfix:after {
    clear: both
}

.w-hidden {
    display: none
}

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

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

html[data-w-dynpage] [data-w-cloak] {
    color: #0000 !important
}

.w-code-block {
    margin: unset
}

pre.w-code-block code {
    all: inherit
}

.w-optimization {
    display: contents
}

.w-webflow-badge,
.w-webflow-badge>img {
    box-sizing: unset;
    width: unset;
    height: unset;
    max-height: unset;
    max-width: unset;
    min-height: unset;
    min-width: unset;
    margin: unset;
    padding: unset;
    float: unset;
    clear: unset;
    border: unset;
    border-radius: unset;
    background: unset;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-origin: unset;
    background-clip: unset;
    background-attachment: unset;
    background-color: unset;
    box-shadow: unset;
    transform: unset;
    direction: unset;
    font-family: unset;
    font-weight: unset;
    color: unset;
    font-size: unset;
    line-height: unset;
    font-style: unset;
    font-variant: unset;
    text-align: unset;
    letter-spacing: unset;
    -webkit-text-decoration: unset;
    text-decoration: unset;
    text-indent: unset;
    text-transform: unset;
    list-style-type: unset;
    text-shadow: unset;
    vertical-align: unset;
    cursor: unset;
    white-space: unset;
    word-break: unset;
    word-spacing: unset;
    word-wrap: unset;
    transition: unset
}

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

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

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

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

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

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

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

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

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

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

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

figure {
    margin: 0 0 10px
}

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

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

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

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

.w-embed:after {
    clear: both
}

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

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

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

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

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

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

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

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

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

.w-input::placeholder,
.w-select::placeholder {
    color: #999
}

.w-input:focus,
.w-select:focus {
    border-color: #3898ec;
    outline: 0
}

.w-input[disabled],
.w-input[readonly],
.w-select[disabled],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
    cursor: not-allowed
}

.w-input[disabled]:not(.w-input-disabled),
.w-input[readonly],
.w-select[disabled]:not(.w-input-disabled),
.w-select[readonly],
fieldset[disabled]:not(.w-input-disabled) .w-input,
fieldset[disabled]:not(.w-input-disabled) .w-select {
    background-color: #eee
}

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

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

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

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

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

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

.w-radio:after {
    clear: both
}

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

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

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

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

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

.w-file-upload-default.w-hidden,
.w-file-upload-error.w-hidden,
.w-file-upload-success.w-hidden,
.w-file-upload-uploading.w-hidden {
    display: none
}

.w-file-upload-uploading-btn {
    cursor: pointer;
    background-color: #fafafa;
    border: 1px solid #ccc;
    margin: 0;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 400;
    display: flex
}

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

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

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

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

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

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

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

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

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

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

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

.w-container:after {
    clear: both
}

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

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

.w-row:after {
    clear: both
}

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

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

.w-col .w-col {
    padding-left: 0;
    padding-right: 0
}

.w-col-1 {
    width: 8.33333%
}

.w-col-2 {
    width: 16.6667%
}

.w-col-3 {
    width: 25%
}

.w-col-4 {
    width: 33.3333%
}

.w-col-5 {
    width: 41.6667%
}

.w-col-6 {
    width: 50%
}

.w-col-7 {
    width: 58.3333%
}

.w-col-8 {
    width: 66.6667%
}

.w-col-9 {
    width: 75%
}

.w-col-10 {
    width: 83.3333%
}

.w-col-11 {
    width: 91.6667%
}

.w-col-12 {
    width: 100%
}

.w-hidden-main {
    display: none !important
}

@media screen and (max-width:991px) {
    .w-container {
        max-width: 728px
    }

    .w-hidden-main {
        display: inherit !important
    }

    .w-hidden-medium {
        display: none !important
    }

    .w-col-medium-1 {
        width: 8.33333%
    }

    .w-col-medium-2 {
        width: 16.6667%
    }

    .w-col-medium-3 {
        width: 25%
    }

    .w-col-medium-4 {
        width: 33.3333%
    }

    .w-col-medium-5 {
        width: 41.6667%
    }

    .w-col-medium-6 {
        width: 50%
    }

    .w-col-medium-7 {
        width: 58.3333%
    }

    .w-col-medium-8 {
        width: 66.6667%
    }

    .w-col-medium-9 {
        width: 75%
    }

    .w-col-medium-10 {
        width: 83.3333%
    }

    .w-col-medium-11 {
        width: 91.6667%
    }

    .w-col-medium-12 {
        width: 100%
    }

    .w-col-stack {
        width: 100%;
        left: auto;
        right: auto
    }
}

@media screen and (max-width:767px) {

    .w-hidden-main,
    .w-hidden-medium {
        display: inherit !important
    }

    .w-hidden-small {
        display: none !important
    }

    .w-container .w-row,
    .w-row {
        margin-left: 0;
        margin-right: 0
    }

    .w-col {
        width: 100%;
        left: auto;
        right: auto
    }

    .w-col-small-1 {
        width: 8.33333%
    }

    .w-col-small-2 {
        width: 16.6667%
    }

    .w-col-small-3 {
        width: 25%
    }

    .w-col-small-4 {
        width: 33.3333%
    }

    .w-col-small-5 {
        width: 41.6667%
    }

    .w-col-small-6 {
        width: 50%
    }

    .w-col-small-7 {
        width: 58.3333%
    }

    .w-col-small-8 {
        width: 66.6667%
    }

    .w-col-small-9 {
        width: 75%
    }

    .w-col-small-10 {
        width: 83.3333%
    }

    .w-col-small-11 {
        width: 91.6667%
    }

    .w-col-small-12 {
        width: 100%
    }
}

@media screen and (max-width:479px) {
    .w-container {
        max-width: none
    }

    .w-hidden-main,
    .w-hidden-medium,
    .w-hidden-small {
        display: inherit !important
    }

    .w-hidden-tiny {
        display: none !important
    }

    .w-col {
        width: 100%
    }

    .w-col-tiny-1 {
        width: 8.33333%
    }

    .w-col-tiny-2 {
        width: 16.6667%
    }

    .w-col-tiny-3 {
        width: 25%
    }

    .w-col-tiny-4 {
        width: 33.3333%
    }

    .w-col-tiny-5 {
        width: 41.6667%
    }

    .w-col-tiny-6 {
        width: 50%
    }

    .w-col-tiny-7 {
        width: 58.3333%
    }

    .w-col-tiny-8 {
        width: 66.6667%
    }

    .w-col-tiny-9 {
        width: 75%
    }

    .w-col-tiny-10 {
        width: 83.3333%
    }

    .w-col-tiny-11 {
        width: 91.6667%
    }

    .w-col-tiny-12 {
        width: 100%
    }
}

.w-widget {
    position: relative
}

.w-widget-map {
    width: 100%;
    height: 400px
}

.w-widget-map label {
    width: auto;
    display: inline
}

.w-widget-map img {
    max-width: inherit
}

.w-widget-map .gm-style-iw {
    text-align: center
}

.w-widget-map .gm-style-iw>button {
    display: none !important
}

.w-widget-twitter {
    overflow: hidden
}

.w-widget-twitter-count-shim {
    vertical-align: top;
    text-align: center;
    background: #fff;
    border: 1px solid #758696;
    border-radius: 3px;
    width: 28px;
    height: 20px;
    display: inline-block;
    position: relative
}

.w-widget-twitter-count-shim * {
    pointer-events: none;
    -webkit-user-select: none;
    user-select: none
}

.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
    text-align: center;
    color: #999;
    font-family: serif;
    font-size: 15px;
    line-height: 12px;
    position: relative
}

.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
    display: block;
    position: relative
}

.w-widget-twitter-count-shim.w--large {
    width: 36px;
    height: 28px
}

.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
    font-size: 18px;
    line-height: 18px
}

.w-widget-twitter-count-shim:not(.w--vertical) {
    margin-left: 5px;
    margin-right: 8px
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large {
    margin-left: 6px
}

.w-widget-twitter-count-shim:not(.w--vertical):after,
.w-widget-twitter-count-shim:not(.w--vertical):before {
    content: " ";
    pointer-events: none;
    border: solid #0000;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: 0
}

.w-widget-twitter-count-shim:not(.w--vertical):before {
    border-width: 4px;
    border-color: #75869600 #5d6c7b #75869600 #75869600;
    margin-top: -4px;
    margin-left: -9px
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
    border-width: 5px;
    margin-top: -5px;
    margin-left: -10px
}

.w-widget-twitter-count-shim:not(.w--vertical):after {
    border-width: 4px;
    border-color: #fff0 #fff #fff0 #fff0;
    margin-top: -4px;
    margin-left: -8px
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
    border-width: 5px;
    margin-top: -5px;
    margin-left: -9px
}

.w-widget-twitter-count-shim.w--vertical {
    width: 61px;
    height: 33px;
    margin-bottom: 8px
}

.w-widget-twitter-count-shim.w--vertical:after,
.w-widget-twitter-count-shim.w--vertical:before {
    content: " ";
    pointer-events: none;
    border: solid #0000;
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    left: 50%
}

.w-widget-twitter-count-shim.w--vertical:before {
    border-width: 5px;
    border-color: #5d6c7b #75869600 #75869600;
    margin-left: -5px
}

.w-widget-twitter-count-shim.w--vertical:after {
    border-width: 4px;
    border-color: #fff #fff0 #fff0;
    margin-left: -4px
}

.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
    font-size: 18px;
    line-height: 22px
}

.w-widget-twitter-count-shim.w--vertical.w--large {
    width: 76px
}

.w-background-video {
    color: #fff;
    height: 500px;
    position: relative;
    overflow: hidden
}

.w-background-video>video {
    object-fit: cover;
    z-index: -100;
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    inset: -100%
}

.w-background-video>video::-webkit-media-controls-start-playback-button {
    -webkit-appearance: none;
    display: none !important
}

.w-background-video--control {
    background-color: #0000;
    padding: 0;
    position: absolute;
    bottom: 1em;
    right: 1em
}

.w-background-video--control>[hidden] {
    display: none !important
}

.w-slider {
    text-align: center;
    clear: both;
    -webkit-tap-highlight-color: #0000;
    tap-highlight-color: #0000;
    background: #ddd;
    height: 300px;
    position: relative
}

.w-slider-mask {
    z-index: 1;
    white-space: nowrap;
    height: 100%;
    display: block;
    position: relative;
    left: 0;
    right: 0;
    overflow: hidden
}

.w-slide {
    vertical-align: top;
    white-space: normal;
    text-align: left;
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative
}

.w-slider-nav {
    z-index: 2;
    text-align: center;
    -webkit-tap-highlight-color: #0000;
    tap-highlight-color: #0000;
    height: 40px;
    margin: auto;
    padding-top: 10px;
    position: absolute;
    inset: auto 0 0
}

.w-slider-nav.w-round>div {
    border-radius: 100%
}

.w-slider-nav.w-num>div {
    font-size: inherit;
    line-height: inherit;
    width: auto;
    height: auto;
    padding: .2em .5em
}

.w-slider-nav.w-shadow>div {
    box-shadow: 0 0 3px #3336
}

.w-slider-nav-invert {
    color: #fff
}

.w-slider-nav-invert>div {
    background-color: #2226
}

.w-slider-nav-invert>div.w-active {
    background-color: #222
}

.w-slider-dot {
    cursor: pointer;
    background-color: #fff6;
    width: 1em;
    height: 1em;
    margin: 0 3px .5em;
    transition: background-color .1s, color .1s;
    display: inline-block;
    position: relative
}

.w-slider-dot.w-active {
    background-color: #fff
}

.w-slider-dot:focus {
    outline: 0;
    box-shadow: 0 0 0 2px #fff
}

.w-slider-dot:focus.w-active {
    box-shadow: none
}

.w-slider-arrow-left,
.w-slider-arrow-right {
    cursor: pointer;
    color: #fff;
    -webkit-tap-highlight-color: #0000;
    tap-highlight-color: #0000;
    -webkit-user-select: none;
    user-select: none;
    width: 80px;
    margin: auto;
    font-size: 40px;
    position: absolute;
    inset: 0;
    overflow: hidden
}

.w-slider-arrow-left [class*=" w-icon-"],
.w-slider-arrow-left [class^=w-icon-],
.w-slider-arrow-right [class*=" w-icon-"],
.w-slider-arrow-right [class^=w-icon-] {
    position: absolute
}

.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus {
    outline: 0
}

.w-slider-arrow-left {
    z-index: 3;
    right: auto
}

.w-slider-arrow-right {
    z-index: 4;
    left: auto
}

.w-icon-slider-left,
.w-icon-slider-right {
    width: 1em;
    height: 1em;
    margin: auto;
    inset: 0
}

.w-slider-aria-label {
    clip: rect(0 0 0 0);
    border: 0;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    overflow: hidden
}

.w-slider-force-show {
    display: block !important
}

.w-dropdown {
    text-align: left;
    z-index: 900;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    position: relative
}

.w-dropdown-btn,
.w-dropdown-link,
.w-dropdown-toggle {
    vertical-align: top;
    color: #222;
    text-align: left;
    white-space: nowrap;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    text-decoration: none;
    position: relative
}

.w-dropdown-toggle {
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    padding-right: 40px;
    display: inline-block
}

.w-dropdown-toggle:focus {
    outline: 0
}

.w-icon-dropdown-toggle {
    width: 1em;
    height: 1em;
    margin: auto 20px auto auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0
}

.w-dropdown-list {
    background: #ddd;
    min-width: 100%;
    display: none;
    position: absolute
}

.w-dropdown-list.w--open {
    display: block
}

.w-dropdown-link {
    color: #222;
    padding: 10px 20px;
    display: block
}

.w-dropdown-link.w--current {
    color: #0082f3
}

.w-dropdown-link:focus {
    outline: 0
}

@media screen and (max-width:767px) {
    .w-nav-brand {
        padding-left: 10px
    }
}

.w-lightbox-backdrop {
    cursor: auto;
    letter-spacing: normal;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    visibility: visible;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    color: #fff;
    text-align: center;
    z-index: 2000;
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -webkit-tap-highlight-color: transparent;
    background: #000000e6;
    outline: 0;
    font-family: Helvetica Neue, Helvetica, Ubuntu, Segoe UI, Verdana, sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.2;
    list-style: disc;
    position: fixed;
    inset: 0;
    -webkit-transform: translate(0)
}

.w-lightbox-backdrop,
.w-lightbox-container {
    -webkit-overflow-scrolling: touch;
    height: 100%;
    overflow: auto
}

.w-lightbox-content {
    height: 100vh;
    position: relative;
    overflow: hidden
}

.w-lightbox-view {
    opacity: 0;
    width: 100vw;
    height: 100vh;
    position: absolute
}

.w-lightbox-view:before {
    content: "";
    height: 100vh
}

.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
    height: 86vh
}

.w-lightbox-frame,
.w-lightbox-view:before {
    vertical-align: middle;
    display: inline-block
}

.w-lightbox-figure {
    margin: 0;
    position: relative
}

.w-lightbox-group .w-lightbox-figure {
    cursor: pointer
}

.w-lightbox-img {
    width: auto;
    max-width: none;
    height: auto
}

.w-lightbox-image {
    float: none;
    max-width: 100vw;
    max-height: 100vh;
    display: block
}

.w-lightbox-group .w-lightbox-image {
    max-height: 86vh
}

.w-lightbox-caption {
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #0006;
    padding: .5em 1em;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden
}

.w-lightbox-embed {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0
}

.w-lightbox-control {
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
    width: 4em;
    transition: all .3s;
    position: absolute;
    top: 0
}

.w-lightbox-left {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
    display: none;
    bottom: 0;
    left: 0
}

.w-lightbox-right {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
    display: none;
    bottom: 0;
    right: 0
}

.w-lightbox-close {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
    background-size: 18px;
    height: 2.6em;
    right: 0
}

.w-lightbox-strip {
    white-space: nowrap;
    padding: 0 1vh;
    line-height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto hidden
}

.w-lightbox-item {
    box-sizing: content-box;
    cursor: pointer;
    width: 10vh;
    padding: 2vh 1vh;
    display: inline-block;
    -webkit-transform: translate3d(0, 0, 0)
}

.w-lightbox-active {
    opacity: .3
}

.w-lightbox-thumbnail {
    background: #222;
    height: 10vh;
    position: relative;
    overflow: hidden
}

.w-lightbox-thumbnail-image {
    position: absolute;
    top: 0;
    left: 0
}

.w-lightbox-thumbnail .w-lightbox-tall {
    width: 100%;
    top: 50%;
    transform: translate(0, -50%)
}

.w-lightbox-thumbnail .w-lightbox-wide {
    height: 100%;
    left: 50%;
    transform: translate(-50%)
}

.w-lightbox-spinner {
    box-sizing: border-box;
    border: 5px solid #0006;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    animation: .8s linear infinite spin;
    position: absolute;
    top: 50%;
    left: 50%
}

.w-lightbox-spinner:after {
    content: "";
    border: 3px solid #0000;
    border-bottom-color: #fff;
    border-radius: 50%;
    position: absolute;
    inset: -4px
}

.w-lightbox-hide {
    display: none
}

.w-lightbox-noscroll {
    overflow: hidden
}

@media (min-width:768px) {
    .w-lightbox-content {
        height: 96vh;
        margin-top: 2vh
    }

    .w-lightbox-view,
    .w-lightbox-view:before {
        height: 96vh
    }

    .w-lightbox-group,
    .w-lightbox-group .w-lightbox-view,
    .w-lightbox-group .w-lightbox-view:before {
        height: 84vh
    }

    .w-lightbox-image {
        max-width: 96vw;
        max-height: 96vh
    }

    .w-lightbox-group .w-lightbox-image {
        max-width: 82.3vw;
        max-height: 84vh
    }

    .w-lightbox-left,
    .w-lightbox-right {
        opacity: .5;
        display: block
    }

    .w-lightbox-close {
        opacity: .8
    }

    .w-lightbox-control:hover {
        opacity: 1
    }
}

.w-lightbox-inactive,
.w-lightbox-inactive:hover {
    opacity: 0
}

.w-richtext:after,
.w-richtext:before {
    content: " ";
    grid-area: 1/1/2/2;
    display: table
}

.w-richtext:after {
    clear: both
}

.w-richtext[contenteditable=true]:after,
.w-richtext[contenteditable=true]:before {
    white-space: initial
}

.w-richtext ol,
.w-richtext ul {
    overflow: hidden
}

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
.w-richtext .w-richtext-figure-selected[data-rt-type=image] div,
.w-richtext .w-richtext-figure-selected[data-rt-type=video] div:after {
    outline: 2px solid #2895f7
}

.w-richtext figure.w-richtext-figure-type-video>div:after,
.w-richtext figure[data-rt-type=video]>div:after {
    content: "";
    display: none;
    position: absolute;
    inset: 0
}

.w-richtext figure {
    max-width: 60%;
    position: relative
}

.w-richtext figure>div:before {
    cursor: default !important
}

.w-richtext figure img {
    width: 100%
}

.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
    opacity: .6
}

.w-richtext figure div {
    color: #0000;
    font-size: 0
}

.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type=image] {
    display: table
}

.w-richtext figure.w-richtext-figure-type-image>div,
.w-richtext figure[data-rt-type=image]>div {
    display: inline-block
}

.w-richtext figure.w-richtext-figure-type-image>figcaption,
.w-richtext figure[data-rt-type=image]>figcaption {
    caption-side: bottom;
    display: table-caption
}

.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type=video] {
    width: 60%;
    height: 0
}

.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type=video] iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.w-richtext figure.w-richtext-figure-type-video>div,
.w-richtext figure[data-rt-type=video]>div {
    width: 100%
}

.w-richtext figure.w-richtext-align-center {
    clear: both;
    margin-left: auto;
    margin-right: auto
}

.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image>div,
.w-richtext figure.w-richtext-align-center[data-rt-type=image]>div {
    max-width: 100%
}

.w-richtext figure.w-richtext-align-normal {
    clear: both
}

.w-richtext figure.w-richtext-align-fullwidth {
    text-align: center;
    clear: both;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block
}

.w-richtext figure.w-richtext-align-fullwidth>div {
    padding-bottom: inherit;
    display: inline-block
}

.w-richtext figure.w-richtext-align-fullwidth>figcaption {
    display: block
}

.w-richtext figure.w-richtext-align-floatleft {
    float: left;
    clear: none;
    margin-right: 15px
}

.w-richtext figure.w-richtext-align-floatright {
    float: right;
    clear: none;
    margin-left: 15px
}

.w-nav {
    z-index: 1000;
    background: #ddd;
    position: relative
}

.w-nav:after,
.w-nav:before {
    content: " ";
    grid-area: 1/1/2/2;
    display: table
}

.w-nav:after {
    clear: both
}

.w-nav-brand {
    float: left;
    color: #333;
    text-decoration: none;
    position: relative
}

.w-nav-link {
    vertical-align: top;
    color: #222;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    text-decoration: none;
    display: inline-block;
    position: relative
}

.w-nav-link.w--current {
    color: #0082f3
}

.w-nav-menu {
    float: right;
    position: relative
}

[data-nav-menu-open] {
    text-align: center;
    background: #c8c8c8;
    min-width: 200px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    overflow: visible;
    display: block !important
}

.w--nav-link-open {
    display: block;
    position: relative
}

.w-nav-overlay {
    width: 100%;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    overflow: hidden
}

.w-nav-overlay [data-nav-menu-open] {
    top: 0
}

.w-nav[data-animation=over-left] .w-nav-overlay {
    width: auto
}

.w-nav[data-animation=over-left] .w-nav-overlay,
.w-nav[data-animation=over-left] [data-nav-menu-open] {
    z-index: 1;
    top: 0;
    right: auto
}

.w-nav[data-animation=over-right] .w-nav-overlay {
    width: auto
}

.w-nav[data-animation=over-right] .w-nav-overlay,
.w-nav[data-animation=over-right] [data-nav-menu-open] {
    z-index: 1;
    top: 0;
    left: auto
}

.w-nav-button {
    float: right;
    cursor: pointer;
    -webkit-tap-highlight-color: #0000;
    tap-highlight-color: #0000;
    -webkit-user-select: none;
    user-select: none;
    padding: 18px;
    font-size: 24px;
    display: none;
    position: relative
}

.w-nav-button:focus {
    outline: 0
}

.w-nav-button.w--open {
    color: #fff;
    background-color: #c8c8c8
}

.w-nav[data-collapse=all] .w-nav-menu {
    display: none
}

.w--nav-dropdown-open,
.w--nav-dropdown-toggle-open,
.w-nav[data-collapse=all] .w-nav-button {
    display: block
}

.w--nav-dropdown-list-open {
    position: static
}

@media screen and (max-width:991px) {
    .w-nav[data-collapse=medium] .w-nav-menu {
        display: none
    }

    .w-nav[data-collapse=medium] .w-nav-button {
        display: block
    }
}

@media screen and (max-width:767px) {
    .w-nav[data-collapse=small] .w-nav-menu {
        display: none
    }

    .w-nav[data-collapse=small] .w-nav-button {
        display: block
    }

    .w-nav-brand {
        padding-left: 10px
    }
}

@media screen and (max-width:479px) {
    .w-nav[data-collapse=tiny] .w-nav-menu {
        display: none
    }

    .w-nav[data-collapse=tiny] .w-nav-button {
        display: block
    }
}

.w-tabs {
    position: relative
}

.w-tabs:after,
.w-tabs:before {
    content: " ";
    grid-area: 1/1/2/2;
    display: table
}

.w-tabs:after {
    clear: both
}

.w-tab-menu {
    position: relative
}

.w-tab-link {
    vertical-align: top;
    text-align: left;
    cursor: pointer;
    color: #222;
    background-color: #ddd;
    padding: 9px 30px;
    text-decoration: none;
    display: inline-block;
    position: relative
}

.w-tab-link.w--current {
    background-color: #c8c8c8
}

.w-tab-link:focus {
    outline: 0
}

.w-tab-content {
    display: block;
    position: relative;
    overflow: hidden
}

.w-tab-pane {
    display: none;
    position: relative
}

.w--tab-active {
    display: block
}

@media screen and (max-width:479px) {
    .w-tab-link {
        display: block
    }
}

.w-ix-emptyfix:after {
    content: ""
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.w-dyn-empty {
    background-color: #ddd;
    padding: 10px
}

.w-condition-invisible,
.w-dyn-bind-empty,
.w-dyn-hide {
    display: none !important
}

.wf-layout-layout {
    display: grid
}

@font-face {
    font-family: Suisseintl;
    src: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/6746c1ac83783853599f2c90_SuisseIntl-Light.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Suisseintl;
    src: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/6746c1fa8afc75af46c68f90_SuisseIntl-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Suisseintl;
    src: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/6746c21627c76ab54c4109b8_SuisseIntl-SemiBold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Suisseintl;
    src: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/6746c2d31a0dbafc810db9be_SuisseIntl-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Fa Brands 400";
    src: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/676a9625ec7908e84e2a568e_fa-brands-400.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Fa 400";
    src: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/676a963b0273a006dfba686d_fa-regular-400.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Fa Solid 900";
    src: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/676a96566fac68611a6b3a11_fa-solid-900.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

:root {
    --font-size--tablet-h1: 40px;
    --line-height--tablet-h1: 48px;
    --font-size--desktop-h1: 48px;
    --line-height--desktop-h1: 56px;
    --font-size--mobile-l-h1: 35px;
    --line-height--mobile-l-h1: 43px;
    --font-size--mobile-p-h1: 30px;
    --line-height--mobile-p-h1: 38px;
    --font-size--tablet-h2: 30px;
    --line-height--tablet-h2: 38px;
    --font-size--desktop-h2: 36px;
    --line-height--desktop-h2: 44px;
    --font-size--mobile-l-h2: 25px;
    --line-height--mobile-l-h2: 33px;
    --font-size--mobile-p-h2: 22px;
    --line-height--mobile-p-h2: 29px;
    --font-size--tablet-h3: 25px;
    --line-height--tablet-h3: 35px;
    --font-size--desktop-h3: 25px;
    --line-height--desktop-h3: 35px;
    --font-size--mobile-l-h3: 22px;
    --line-height--mobile-l-h3: 32px;
    --font-size--mobile-p-h3: 20px;
    --line-height--mobile-p-h3: 26px;
    --color--otto-blue: black;
    --systemflow-lite--primary--10: #f2f6ff;
    --systemflow-lite--neutral--10: white;
    --systemflow-lite--neutral--100: #0e0f11;
    --color--otto-blog-text-dark-blue: #1f3499;
    --systemflow-lite--neutral--20: #f9fafb;
    --color--button-bg: #253edb;
    --color--button-text: white;
    --_new-home---black-color: black;
    --color--breadcrumb-inactive: #636b75;
    --color--breadcrumb-active: #253edb;
    --_new-home---heading-color: #111827;
    --color--text: #0e0f11;
    --systemflow-lite--neutral--80: #636b75;
    --_new-home---body: white;
    --_new-home---font-size--d-h1: 54px;
    --_new-home---line-height--d-h1: 60px;
    --_new-home---font-size--t-h1: 40px;
    --_new-home---line-height--t-h1: 46px;
    --_new-home---font-size--ml-h1: 30px;
    --_new-home---line-height--ml-h1: 36px;
    --_new-home---font-size--mp-h1: 27px;
    --_new-home---primary--grey--600: #4b5563;
    --_new-home---primary-button-bg: #233ed9;
    --_new-home---primary-button-text: white;
    --_new-home---primary-button-hover-bg: #2239b1;
    --_new-home---primary--blue--700: #233ed9;
    --_new-home---font-size--d-h2: 40px;
    --_new-home---line-height--d-h2: 48px;
    --_new-home---font-size--t-h2: 30px;
    --_new-home---line-height--t-h2: 38px;
    --_new-home---font-size--m-h2: 25px;
    --_new-home---line-height--m-h2: 33px;
    --_new-home---primary--grey--700: #374151;
    --_new-home---text: #1f2937;
    --_new-home---font-size--d-h3: 30px;
    --_new-home---line-height--d-h3: 38px;
    --_new-home---font-size--m-h3: 25px;
    --_new-home---line-height--m-h3: 33px;
    --color--otto-blog-test-color-dark: #253edb;
    --font-size--button-desktop: 16px;
    --font-size--button-tablet: 16px;
    --font-size--button-mobile: 16px;
    --systemflow-lite--primary--60: #2f54eb;
    --_new-home---line-height--mp-h1: 37px
}

.w-layout-blockcontainer {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    display: block
}

.w-layout-grid {
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid
}

.w-layout-vflex {
    flex-direction: column;
    align-items: flex-start;
    display: flex
}

.w-layout-hflex {
    flex-direction: row;
    align-items: flex-start;
    display: flex
}

.w-pagination-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    display: flex
}

.w-pagination-previous {
    color: #333;
    background-color: #fafafa;
    border: 1px solid #ccc;
    border-radius: 2px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 9px 20px;
    font-size: 14px;
    display: block
}

.w-pagination-previous-icon {
    margin-right: 4px
}

.w-pagination-next {
    color: #333;
    background-color: #fafafa;
    border: 1px solid #ccc;
    border-radius: 2px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 9px 20px;
    font-size: 14px;
    display: block
}

.w-pagination-next-icon {
    margin-left: 4px
}

@media screen and (max-width:991px) {
    .w-layout-blockcontainer {
        max-width: 728px
    }
}

@media screen and (max-width:767px) {
    .w-layout-blockcontainer {
        max-width: none
    }
}

body {
    color: #333;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px
}

h1 {
    font-size: var(--font-size--tablet-h1);
    line-height: var(--line-height--tablet-h1);
    margin-top: 0;
    margin-bottom: 15px
}

h2 {
    font-size: var(--font-size--tablet-h2);
    line-height: var(--line-height--tablet-h2);
    margin-top: 24px;
    margin-bottom: 15px;
    font-weight: 700
}

h3 {
    font-size: var(--font-size--tablet-h3);
    line-height: var(--line-height--tablet-h3);
    margin-top: 24px;
    margin-bottom: 15px
}

p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px
}

a {
    color: var(--color--otto-blue);
    text-decoration: underline
}

ul {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px
}

li {
    font-size: 16px;
    line-height: 24px
}

.container {
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto
}

.button-primary {
    pointer-events: auto;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: #253edb;
    border: 1px solid #253edb;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    transition: all .2s
}

.button-primary:hover {
    color: #fff;
    background-color: #233fd9cc
}

.button-primary:active {
    background-color: #233fd9cc
}

.hero-heading-left {
    background-color: #f5f7fa;
    background-image: linear-gradient(#bdc6f4 6%, #fff);
    border-bottom: 0 solid #e4ebf3;
    height: auto;
    margin-top: 0;
    padding: 40px 30px 60px;
    position: relative
}

.hero-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    min-height: 200px;
    font-weight: 400;
    display: flex
}

.hero-save-money-split-text {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 101%;
    font-size: 14px;
    display: flex
}

.margin-bottom-24px {
    color: #fff;
    text-align: left;
    max-width: 70%;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px
}

.testimonial-column-light {
    background-image: linear-gradient(0deg, #bdc6f4, #fff);
    border-bottom: 0 solid #e4ebf3;
    padding: 60px 30px;
    position: relative
}

.centered-heading {
    text-align: left;
    min-width: 50%;
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 48px;
    font-weight: 300;
    line-height: 54px
}

.testimonial-grid-two {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 50px;
    display: grid
}

.testimonial-main-heading {
    color: #253edb;
    margin-bottom: 2px;
    font-size: 28px;
    font-weight: 300;
    line-height: 40px
}

.hero-wrapper-two {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    display: flex
}

.footer-social-link {
    font-size: 20px
}

.sysf-collapse-item-2 {
    cursor: pointer;
    padding-left: 16px;
    padding-right: 16px
}

.body {
    color: #253edb;
    font-family: Suisseintl, Arial, sans-serif
}

.div-block {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    align-items: center;
    max-width: 86%;
    display: flex;
    position: relative
}

.heading {
    text-align: left;
    mix-blend-mode: normal;
    color: #253edb;
    flex-flow: row;
    justify-content: flex-start;
    font-size: 4em;
    font-weight: 300;
    line-height: 55px;
    display: block
}

.div-block-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    align-items: stretch;
    height: auto;
    display: flex
}

.button-demo {
    color: #253edb;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #fff;
    border: 0 solid #253edb;
    border-radius: 10px;
    padding: 10px 20px;
    font-family: Suisseintl, Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    text-decoration: none;
    transition: all .2s
}

.button-demo:hover {
    color: #253edb;
    background-color: #d6dcf8fa
}

.button-demo:active {
    color: #253edb;
    background-color: #d6dcf8
}

.text-block {
    color: #5d6fe0;
    font-size: 20px;
    font-weight: 300;
    line-height: 28px
}

.div-block-3 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
    display: flex
}

.bold-text {
    color: #253edb;
    font-size: 30px;
    font-weight: 400;
    line-height: 36px
}

.text-block-2,
.text-block-3,
.text-block-4,
.text-block-5 {
    font-family: Suisseintl, Arial, sans-serif;
    font-size: 1.25em
}

.list-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
    display: flex
}

.list-item-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.list-item-3,
.list-item-4,
.list-item-5 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: center;
    display: flex
}

.list {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    align-items: flex-start;
    display: flex
}

.div-block-4 {
    background-color: #bdc6f4;
    border-radius: 10px;
    margin-top: 40px;
    padding-top: 50px;
    padding-left: 81px;
    display: flex
}

.hero-stack-deal-tracker {
    background-color: #253edb;
    border-bottom: 1px #e4ebf3;
    padding: 60px 30px;
    position: relative
}

.heading-2 {
    color: #fff;
    text-align: left;
    max-width: 70%;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400
}

.text-block-6 {
    text-align: left;
    letter-spacing: 2px;
    text-transform: uppercase;
    width: auto;
    min-width: 50%;
    max-width: none;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px
}

.div-block-5 {
    flex-flow: column;
    align-items: flex-start;
    max-width: 968px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: flex
}

.testimonial-slider-large-2 {
    background-color: #fff;
    border-bottom: 0 #e4ebf3;
    padding: 60px 30px 40px;
    position: relative
}

.container-2 {
    width: 100%;
    max-width: 968px;
    margin-left: auto;
    margin-right: auto
}

.testimonial-slider-two-2 {
    background-color: #0000;
    height: auto
}

.testimonial-slide-2 {
    background-color: #f5f7fa;
    border-radius: 10px;
    justify-content: space-between;
    align-items: center;
    padding: 32px;
    display: flex
}

.testimonial-content-2 {
    flex-direction: column;
    align-items: flex-start;
    max-width: 500px;
    margin-right: 40px;
    display: flex
}

.testimonial-quote-icon-2 {
    margin-bottom: 24px
}

.testimonial-quote-2 {
    color: #233ddd;
    margin-bottom: 32px;
    font-size: 24px;
    font-weight: 300;
    line-height: 32px
}

.testimonial-info-two-2 {
    align-items: center;
    display: flex
}

.testimonial-author-name-2 {
    font-weight: 700
}

.testimonial-slider-arrow-2 {
    display: none
}

.testimonial-slider-nav-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 0;
    font-size: 10px;
    line-height: 20px;
    display: flex;
    position: static;
    bottom: -60px
}

.herio-description {
    color: #253edb;
    max-width: 50%;
    margin-bottom: 24px;
    font-size: 22px;
    font-weight: 300;
    line-height: 32px
}

.testimonial-card-two1,
.testimonial-card-two2,
.testimonial-card-two3 {
    background-color: #fff9;
    border: 0 solid #e4ebf3;
    border-radius: 8px;
    flex-direction: column;
    padding: 30px 20px;
    display: flex
}

.accordion-item {
    background-color: #0000;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    margin-bottom: 10px;
    padding: 10px 0
}

.accordion-item-trigger {
    justify-content: space-between;
    align-items: flex-start;
    display: flex
}

.accordion-heading {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    color: #fff;
    cursor: pointer;
    flex: 1;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    display: flex
}

.icon.accordion-icon {
    color: #fff;
    cursor: pointer;
    font-family: Material Icons, sans-serif;
    font-size: 32px;
    line-height: 30px
}

.accordion-item-content {
    color: #fff;
    height: auto;
    margin-top: 10px;
    margin-right: 30px;
    overflow: hidden
}

.bold-text-4 {
    font-size: 20px;
    font-weight: 400
}

.bold-text-6 {
    font-weight: 400
}

.accordion-text {
    color: var(--systemflow-lite--primary--10);
    text-indent: 0;
    font-family: Suisseintl, Arial, sans-serif;
    font-size: 14px;
    line-height: 22px
}

.hero-split-copy {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 40%;
    display: flex
}

.utility-page-wrap {
    justify-content: center;
    align-items: center;
    width: 100vw;
    max-width: 100%;
    height: 100vh;
    max-height: 100%;
    display: flex
}

.utility-page-content {
    text-align: center;
    flex-direction: column;
    width: 260px;
    display: flex
}

.utility-page-form {
    flex-direction: column;
    align-items: stretch;
    display: flex
}

.text-span-4 {
    font-weight: 600
}

.text-span-5 {
    -webkit-text-fill-color: transparent;
    background-color: #253edb;
    -webkit-background-clip: text;
    background-clip: text;
    font-weight: 600
}

.image-8 {
    border-radius: 10px
}

.button-coming-soon {
    color: #253edb;
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: #fff;
    border: 0 solid #253edb;
    border-radius: 30px;
    padding: 10px 20px;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    transition: all .2s
}

.button-coming-soon:hover {
    color: #253edb
}

.button-coming-soon:active {
    color: #253edb;
    background-color: #d6dcf8
}

.hero-save-money-split {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 14px
}

.hero-split-image {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 60%;
    font-size: 14px;
    display: flex
}

.hero-section1 {
    background-color: #f5f7fa;
    background-image: linear-gradient(#bdc6f4 6%, #fff);
    border-bottom: 0 solid #e4ebf3;
    margin-top: 0;
    padding: 40px 30px 60px;
    position: relative
}

.footer-subscribe-2 {
    background-image: linear-gradient(#bdc6f4, #fff);
    border: 1px #000;
    padding: 40px 30px;
    display: block;
    position: relative
}

.container-5 {
    width: 100%;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto
}

.footer-form-two-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    background-color: #0000;
    border-radius: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    padding: 20px 64px;
    display: flex
}

.footer-form-container-two-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex
}

.button-demo-large {
    color: var(--systemflow-lite--neutral--10);
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: #253edb;
    border: 0 solid #253edb;
    border-radius: 10px;
    padding: 12px 30px;
    font-family: Suisseintl, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    transition: all .2s
}

.button-demo-large:active,
.button-demo-large:hover {
    color: #fff;
    background-color: #253edbcc
}

.centered-heading-copy {
    text-align: center;
    min-width: 50%;
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 48px;
    font-weight: 300;
    line-height: 54px
}

.typeform-wrapper-fo7n0qjk {
    width: 100%;
    height: 100vh
}

.ot-single-blog-image {
    border-radius: 12px;
    margin-bottom: 40px
}

.blog-collection-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: start;
    place-items: start stretch;
    margin-top: 0;
    margin-bottom: 40px;
    display: grid
}

.empty-state {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex
}

.ot-blog-date-flex {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: center;
    display: flex
}

.empty-state-2 {
    display: none
}

.ot-blog-category-collection-list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    display: flex
}

.author-container {
    border: 1px solid var(--color--otto-blue);
    background-color: #fff;
    border-radius: 12px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 940px;
    margin: 40px auto 20px;
    padding: 40px 20px;
    display: flex
}

.auhtor-photo {
    aspect-ratio: 1;
    border-radius: 50%;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 5em;
    position: relative;
    overflow: hidden
}

.auhtor-details {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex
}

.heading-10 {
    color: var(--systemflow-lite--neutral--100);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 3em;
    font-weight: 700;
    line-height: 1.1em
}

.paragraph-2 {
    color: #0009;
    text-align: center;
    text-transform: none;
    max-width: 300px;
    margin-bottom: 0;
    font-size: 1.1em;
    font-weight: 400;
    line-height: 1.3em
}

.blog-author-details {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex
}

.ot-blog-author-image {
    border-radius: 8px;
    width: 25px;
    height: 25px;
    overflow: hidden
}

.ot-blog-author-name {
    color: #050505;
    font-size: 1.2em
}

.ot-blog-author {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.empty-state-3 {
    display: none
}

.collection-item-3 {
    color: #121212;
    text-align: left;
    overflow-wrap: normal;
    font-size: 1rem;
    font-weight: 400;
    line-height: 30px
}

.collection-list-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: auto
}

.ot-blog-category-link {
    color: #0009;
    font-size: .9rem;
    text-decoration: none
}

.ot-blog-category-link:hover {
    color: #000
}

.ot-blog-category-link.w--current {
    color: #000;
    letter-spacing: 1px;
    font-size: .9rem
}

.template-hero-section {
    background-color: #f5f7fa;
    background-image: linear-gradient(#bdc6f4 6%, #fff);
    border-bottom: 0 solid #e4ebf3;
    margin-top: 0;
    padding: 40px 30px 60px;
    position: relative
}

.template-container {
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto
}

.temp-hero-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-height: 200px;
    font-weight: 400;
    display: flex
}

.hero-text-block {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 75rem;
    margin-bottom: 4.5rem;
    margin-left: auto;
    margin-right: auto;
    display: flex
}

.temp-hero-image-block {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 65rem;
    font-size: 14px;
    display: flex;
    position: relative
}

.temp-hero-button-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    align-items: stretch;
    height: auto;
    display: flex
}

.temp-hero-description {
    color: #253edb;
    text-align: center;
    max-width: 80%;
    font-size: 22px;
    line-height: 32px
}

.temp-hero-description.hero-text-link {
    color: var(--color--otto-blog-text-dark-blue)
}

.temp-hero-heading-block {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 86%;
    display: flex;
    position: relative
}

.temp-hero-heading {
    text-align: center;
    mix-blend-mode: normal;
    color: #253edb;
    flex-flow: row;
    justify-content: flex-start;
    font-size: 60px;
    font-weight: 300;
    line-height: 64px;
    display: block
}

.temp-hero-button {
    pointer-events: auto;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: #253edb;
    border: 1px solid #253edb;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    transition: all .2s
}

.temp-hero-button:hover {
    color: #fff;
    background-color: #233fd9cc
}

.temp-hero-button:active {
    background-color: #233fd9cc
}

.div-block-32 {
    background-image: linear-gradient(0deg, #fff, #fffffff2 97%, #fff);
    width: 80%;
    height: 63px;
    position: absolute;
    inset: auto auto -40px
}

.side-section-description {
    color: var(--color--otto-blue);
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px
}

.template-3-grid-section {
    background-image: linear-gradient(0deg, #bdc6f4, #fff);
    border-bottom: 0 solid #e4ebf3;
    max-width: none;
    padding: 60px 30px;
    position: relative
}

.template-3-grid-section.feature-section {
    background-image: none
}

.template-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-items: stretch;
    margin-top: 40px;
    display: grid
}

.temlate-faq {
    background-color: #253edb;
    border-bottom: 1px #e4ebf3;
    padding: 60px 30px;
    position: relative
}

.template-faq-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: flex-start;
    place-items: center stretch;
    display: grid
}

.faq-list-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid
}

.template-faq-container {
    width: 100%;
    max-width: 968px;
    margin-left: auto;
    margin-right: auto
}

.global-footer {
    background-color: var(--color--otto-blue);
    color: var(--systemflow-lite--neutral--10);
    padding: 50px 30px 15px;
    position: static
}

.footer-content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: auto auto 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: flex
}

.footer-block {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex
}

.title-small {
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 700
}

.footer-link {
    color: var(--systemflow-lite--neutral--10);
    font-size: 14px;
    line-height: 24px;
    text-decoration: none
}

.footer-social-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.footer-divider {
    background-color: #e4ebf3;
    width: 100%;
    height: 1px;
    margin-top: 70px;
    margin-bottom: 15px
}

.footer-copyright-center {
    text-align: center;
    font-size: 14px;
    line-height: 16px
}

.navbar-no-shadow {
    z-index: 999;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background-color: #bdc6f4;
    position: sticky;
    top: 0
}

.navbar-no-shadow-container {
    z-index: 5;
    background-color: #0000;
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 24px
}

.container-regular {
    width: 100%;
    max-width: 1440px;
    min-height: 30px;
    margin-left: auto;
    margin-right: auto
}

.navbar-wrapper-3 {
    justify-content: space-between;
    align-items: center;
    display: flex
}

.nav-menu {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex
}

.nav-link-3 {
    color: var(--color--otto-blue);
    letter-spacing: .25px;
    margin-left: 0;
    margin-right: 0;
    padding: 5px 15px 5px 10px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-decoration: none
}

.nav-link-3:hover {
    color: var(--color--otto-blue)
}

.nav-link-3:focus-visible,
.nav-link-3[data-wf-focus-visible] {
    outline-offset: 0px;
    color: #0050bd;
    border-radius: 4px;
    outline: 2px solid #0050bd
}

.nav-dropdown-3 {
    margin-left: 5px;
    margin-right: 5px
}

.nav-dropdown-toggle-3 {
    letter-spacing: .25px;
    padding: 5px 30px 5px 10px;
    font-size: 14px;
    line-height: 20px
}

.nav-dropdown-toggle-3:hover {
    color: #1a1b1fbf
}

.nav-dropdown-toggle-3:focus-visible,
.nav-dropdown-toggle-3[data-wf-focus-visible] {
    outline-offset: 0px;
    color: #0050bd;
    border-radius: 5px;
    outline: 2px solid #0050bd
}

.nav-dropdown-icon-3 {
    margin-right: 10px
}

.nav-dropdown-list-3 {
    background-color: #fff;
    border-radius: 12px
}

.nav-dropdown-list-3.w--open {
    padding-top: 10px;
    padding-bottom: 10px
}

.nav-dropdown-link-3 {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px
}

.nav-dropdown-link-3:focus-visible,
.nav-dropdown-link-3[data-wf-focus-visible] {
    outline-offset: 0px;
    color: #0050bd;
    border-radius: 5px;
    outline: 2px solid #0050bd
}

.mobile-margin-top-12 {
    display: none
}

.nav-button-wrapper {
    margin-left: 20px
}

.list-item-6 {
    display: none
}

.blue-btn-wrapper {
    margin-left: 20px
}

.blue-btn {
    background-color: var(--color--otto-blue);
    color: var(--systemflow-lite--neutral--20);
    letter-spacing: 1px;
    text-transform: none;
    border: 0 solid #253edb;
    border-radius: 10px;
    padding: 10px 20px;
    font-family: Suisseintl, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
    transition: all .2s
}

.blue-btn:hover {
    color: #253edb;
    background-color: #d6dcf8fa
}

.blue-btn:active {
    color: #253edb;
    background-color: #d6dcf8
}

.product-ctas-section {
    background-color: #f3f2ef;
    border-bottom: 1px solid #e4ebf3;
    padding: 40px 30px 60px;
    position: relative
}

.container-7 {
    width: 100%;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto
}

.glossery-cta-title {
    text-align: center;
    max-width: 550px;
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto
}

.glossery-cta-description {
    text-align: center;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    display: none
}

.pricing-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 50px;
    display: grid
}

.pricing-card-three {
    background-color: var(--systemflow-lite--neutral--10);
    text-align: center;
    border-radius: 12px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 40px 20px;
    display: flex
}

.pricing-image {
    object-fit: cover;
    width: 80px;
    height: 80px;
    margin-bottom: 16px
}

.pricing-card-text {
    margin-bottom: 20px
}

.text-link-arrow-2 {
    color: #1a1b1f;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    display: flex
}

.arrow-embed-2 {
    margin-left: 2px;
    display: flex
}

.all-product-cta-section {
    background-color: #f3f2ef;
    border-bottom: 1px solid #e4ebf3;
    padding: 0 30px 60px;
    position: relative
}

.all-product-cta-wrapper {
    justify-content: center;
    align-items: center;
    display: flex
}

.all-product-cta-btn {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    align-items: stretch;
    height: auto;
    display: flex
}

.o-button {
    border: 1px solid var(--color--button-bg);
    background-color: var(--color--button-bg);
    color: var(--color--button-text);
    letter-spacing: 2px;
    text-transform: uppercase;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    transition: all .2s
}

.o-button:hover {
    color: #fff;
    background-color: #233fd9cc
}

.o-button:active {
    background-color: #233fd9cc
}

.share-glossery-wrapper {
    border-top: 1px solid #e5e7eb;
    max-width: 940px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 24px;
    padding-bottom: 24px
}

.shar-icon-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    color: var(--systemflow-lite--neutral--100);
    justify-content: space-between;
    align-items: center;
    display: flex
}

.share-icon-ul {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-top: 0;
    margin-bottom: 0;
    display: flex
}

.hero-content-block {
    text-align: center
}

.o-section {
    width: 100%
}

.o-section.bg-gray {
    background-color: #f3f2ef;
    padding-top: 80px;
    padding-bottom: 80px
}

.o-section.bg-transparent {
    padding-top: 60px;
    padding-bottom: 60px
}

.o-section.logo-slider {
    padding-top: 40px;
    padding-bottom: 40px
}

.o-section.o-video-popup-section {
    padding: 70px
}

.o-heading-h2 {
    color: var(--color--otto-blue);
    font-size: var(--font-size--tablet-h2);
    line-height: var(--line-height--tablet-h2);
    margin-top: 0;
    margin-bottom: 0
}

.o-heading-h2.mb-24 {
    margin-bottom: 24px
}

.o-heading-h2.white {
    color: var(--systemflow-lite--neutral--10)
}

.o-heading-h2.md-text-center.o-text-center {
    text-align: center
}

.glossary-content {
    color: var(--_new-home---black-color)
}

.o-heading-wrapper {
    text-align: center;
    margin-bottom: 40px
}

.explore-img {
    border-radius: 10px;
    width: 100%;
    height: auto
}

.explore-heading {
    color: var(--color--otto-blue);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 34px
}

.right-arrow {
    display: flex
}

.ot-resource-button-wrapper {
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    display: flex
}

.template-heading {
    color: var(--color--otto-blue);
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 22px;
    line-height: 32px
}

.page-bredcrumb {
    margin-top: 36px
}

.bredcrumb-menu {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 14px;
    line-height: 20px;
    list-style-type: none
}

.breadcrumb-item {
    font-size: 14px;
    line-height: 20px;
    display: inline-block
}

.breadcrumb-items-link {
    color: var(--color--breadcrumb-inactive);
    text-decoration: none;
    display: inline-block
}

.separator {
    color: var(--color--breadcrumb-inactive);
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block
}

.active-page {
    color: var(--color--breadcrumb-active);
    display: inline-block
}

.page-breadcrumb-container {
    max-width: 100%;
    padding-left: 22px;
    padding-right: 22px
}

.footer-img {
    height: 16px;
    margin-top: -4px
}

.how-to-point-heading {
    color: var(--_new-home---heading-color);
    margin-top: 15px;
    margin-bottom: 6px;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px
}

.feature-img {
    width: 60px
}

.feature-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border: 1px solid var(--color--otto-blue);
    color: var(--systemflow-lite--neutral--100);
    border-radius: 8px;
    flex-direction: column;
    padding: 24px;
    display: flex
}

.bottom-footer {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex
}

.footer-text {
    color: var(--systemflow-lite--neutral--10);
    max-width: 300px;
    margin-top: 12px;
    font-size: 14px;
    line-height: 24px;
    text-decoration: none
}

.footer-social-icon {
    color: var(--systemflow-lite--neutral--10);
    font-family: "Fa Brands 400", Arial, sans-serif;
    font-size: 20px
}

.success-message {
    border: 1px solid var(--color--otto-blue);
    background-color: #0000;
    border-radius: 10px;
    padding: 12px
}

.d-none {
    display: none
}

.alt-review-star {
    margin-bottom: 10px
}

.terms-container {
    max-width: 1440px;
    padding: 15px 30px
}

.launchlist-form {
    grid-column-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.header-form-input {
    border: 1px solid #a7a7a7;
    border-radius: 10px;
    height: 40px;
    margin-bottom: 0;
    padding: 12px 20px;
    font-size: 12px
}

.header-form-submit {
    background-color: #253edb;
    border: 1px solid #253edb;
    border-radius: 10px;
    height: 40px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 12px;
    line-height: 16px
}

.header-form-block {
    margin-bottom: 0
}

.category-section {
    padding-top: 50px
}

.category-main-heading {
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px
}

.category-h3 {
    color: var(--color--otto-blue);
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px
}

.category-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr
}

.category-grid-block {
    background-image: linear-gradient(315deg, #bdc6f41a, #fff 81%);
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    padding: 25px
}

.category-h4 {
    color: var(--color--text);
    margin-top: 0;
    font-size: 18px;
    font-weight: 500
}

.category-p {
    color: var(--systemflow-lite--neutral--80);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.category-icon {
    aspect-ratio: 1;
    background-color: #bdc6f447;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 60px;
    margin-bottom: 20px;
    display: flex
}

.category-block {
    margin-bottom: 50px
}

.testimonial-section {
    padding-top: 50px;
    padding-bottom: 50px
}

.testimonial-container {
    max-width: 1100px
}

.review-wrap {
    justify-content: center;
    align-items: center;
    display: flex
}

.review-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: none;
    justify-content: flex-start;
    width: 100%;
    display: flex
}

.review-1st {
    background-color: #be8181;
    flex: none;
    width: 33%;
    padding: 20px
}

.review-1st._2 {
    background-color: #4a6ba1
}

.review-1st._3 {
    background-color: #75a75a
}

.template-input {
    color: var(--color--text);
    background-color: #0000;
    border: 1px solid #878787;
    border-radius: 10px;
    height: 43px;
    padding: 10px;
    line-height: 21px
}

.thanku-heading {
    font-size: 20px;
    line-height: 30px;
    display: inline
}

.text-block-15 {
    margin-top: 10px
}

.ticker {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
    position: relative;
    overflow: hidden
}

.ticker.is-reversed {
    justify-content: flex-end;
    align-items: center
}

.ticker-content {
    flex-flow: row;
    flex: none;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ticker-logo {
    width: auto;
    height: 30px;
    margin-left: 35px;
    margin-right: 35px
}

.padding-t-50 {
    text-align: center;
    padding-top: 50px
}

.o-heading-animation {
    text-align: center;
    max-width: 862px
}

.o-heading-animation-span {
    color: #9ca3af;
    margin-top: 0;
    padding-right: 14px;
    font-size: 52px;
    font-weight: 600;
    line-height: 60px;
    display: inline-block
}

.o-video-popup-image {
    border-radius: 40px
}

.o-video-popup-link {
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative
}

.o-popup-wrapper {
    text-align: center;
    justify-content: center;
    align-items: center
}

.o-popup-content-block {
    z-index: 0;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute
}

.ot-popup-title {
    color: #fff;
    font-size: 36px;
    line-height: 44px
}

.o-4-col-logo-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr
}

.o-company-logo-block {
    background-color: #fff;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    display: flex;
    position: relative;
    box-shadow: 5px 5px 10px #0000001a
}

.o-minimize-icon {
    position: absolute;
    inset: -10% auto auto -10%
}

.o-review-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    height: 100%;
    display: flex;
    overflow: hidden
}

.o-review-content-block {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
    justify-content: center;
    align-items: center
}

.o-review-image {
    max-height: 220px
}

.o-review-block {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    cursor: pointer;
    background-color: #f8fbff;
    border-radius: 16px;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
    justify-content: flex-start;
    align-items: center;
    width: 200px;
    padding: 16px;
    display: flex;
    overflow: hidden
}

.o-review-block.active {
    width: 100%
}

.ot-body {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    aspect-ratio: auto;
    background-color: var(--_new-home---body);
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 400;
    display: block
}

.ot-hero-section {
    padding-top: 36px;
    padding-bottom: 70px
}

.ot-hero-section.pt-150 {
    margin-top: -10px;
    padding-top: 150px
}

.ot-hero-section.pb-123 {
    padding-bottom: 123px
}

.ot-hero-section.bg-dotted {
    background-image: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/67c9609c9fb5dd1f966b067f_glossary-hero-image.webp");
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 90px;
    padding-bottom: 90px
}

.ot-hero-section.tax-hero {
    padding-top: 90px;
    padding-bottom: 0
}

.ot-hero-section.invoice-tool-hero {
    object-fit: fill;
    padding-bottom: 0
}

.otto-home-container {
    max-width: 1440px;
    padding-left: 24px;
    padding-right: 24px
}

.ot-hero-content {
    grid-row-gap: 22px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ot-h1 {
    color: var(--_new-home---heading-color);
    font-size: var(--_new-home---font-size--d-h1);
    line-height: var(--_new-home---line-height--d-h1);
    letter-spacing: -1.62px;
    margin-bottom: 18px;
    font-weight: 700
}

.ot-h1.ot-center {
    text-align: center;
    margin-bottom: 0
}

.ot-h1.ot-sitemap-h1 {
    font-size: 65px;
    line-height: 70px
}

.ot-hero-title-text {
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ot-hero-title-text.ot-max-w-800 {
    max-width: 800px
}

.ot-subheadline {
    color: var(--_new-home---primary--grey--600);
    text-align: center;
    max-width: 715px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.ot-subheadline.ot-left {
    text-align: left
}

.ot-primary-btn {
    background-color: var(--_new-home---primary-button-bg);
    color: var(--_new-home---primary-button-text);
    text-align: center;
    cursor: pointer;
    border: 1px solid #72a0ff;
    border-radius: 12px;
    padding: 10.5px 16px;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    text-decoration: none;
    transition: all .3s;
    display: inline-block
}

.ot-primary-btn:hover {
    background-color: var(--_new-home---primary-button-hover-bg)
}

.ot-primary-btn.ot-submit {
    color: var(--_new-home---primary-button-text);
    border-style: none;
    border-radius: 10px;
    padding: 12px 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    position: absolute;
    top: 50%;
    right: 4.25px;
    transform: translate(0, -50%)
}

.ot-primary-btn.ot-form-btn {
    border-radius: 8px;
    padding: 13px 32px;
    line-height: 16px
}

.ot-primary-btn.ot-form-btn.mt-30 {
    margin-top: 10px
}

.ot-primary-btn.pricing-btn {
    min-width: 242px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.ot-primary-btn.pricing-btn.business-plan {
    color: var(--_new-home---heading-color);
    background-color: #9ac4ff1a;
    border-color: #72a0ffb3
}

.ot-primary-btn.pricing-btn.business-plan:hover {
    background-color: var(--_new-home---primary-button-bg);
    color: var(--_new-home---primary-button-text)
}

.ot-primary-btn.compare-btn {
    color: var(--_new-home---heading-color);
    background-color: #0000;
    border-color: #cad0d9
}

.ot-primary-btn.compare-btn:hover {
    background-color: var(--_new-home---primary-button-bg);
    color: var(--_new-home---primary-button-text)
}

.ot-primary-btn._w-100 {
    width: 100%
}

.ot-primary-btn.icon-with-text {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    padding-top: 8.5px;
    padding-bottom: 8.5px;
    display: flex
}

.ot-primary-btn.white-btn {
    background-color: var(--_new-home---primary-button-text);
    color: var(--_new-home---primary-button-bg);
    padding: 14px 30px;
    font-size: 16px
}

.ot-primary-btn.white-btn:hover {
    background-color: var(--_new-home---primary-button-bg);
    color: var(--_new-home---primary-button-text)
}

.ot-secondary-btn {
    color: var(--_new-home---primary-button-bg);
    background-color: #0000;
    border: 1px solid #72a0ff;
    border-radius: 12px;
    padding: 10.5px 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    text-decoration: none
}

.ot-secondary-btn.icon-with-text {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    padding-top: 8.5px;
    padding-bottom: 8.5px;
    display: inline-flex
}

.ot-secondary-btn.icon-with-text.mt-24 {
    margin-top: 24px
}

.ot-secondary-btn.icon-with-text.d-none {
    display: none
}

.ot-hero-image-section {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-bottom: 48px
}

.ot-hero-image {
    text-align: center;
    justify-content: center;
    display: flex
}

.ot-logo-section {
    padding-top: 60px;
    padding-bottom: 60px
}

.ot-logo-title {
    color: var(--_new-home---primary--grey--600);
    text-align: center;
    margin-bottom: 48px
}

.ot-sticky-section {
    z-index: -1;
    position: static
}

.ot-p-relative {
    background-color: #fff;
    position: relative
}

.ot-center-content {
    justify-content: center;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px
}

.ot-p-sticky {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    background-image: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/679b2a47d551a8146bde7ec3_texture.svg");
    background-position: 0 0;
    background-size: auto;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: sticky;
    top: 72px
}

.ot-p-sticky.ot-sticky-none {
    position: static
}

.o-founder-name-span {
    color: var(--_new-home---primary--grey--600);
    margin-top: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    display: block
}

.ot-zigzag-section {
    background-color: #f8fbff;
    padding-top: 24px;
    padding-bottom: 24px
}

.ot-zigzag-grid {
    grid-column-gap: 100px;
    background-color: #fff;
    border-radius: 48px;
    grid-template-rows: auto;
    grid-template-columns: .9fr 1.1fr;
    align-self: stretch;
    align-items: center;
    padding: 54px 50px
}

.ot-zigzag-grid.reverce {
    grid-template-columns: 1.1fr .9fr
}

.ot-zigzag-content-block {
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex
}

.ot-zigzag-top-text {
    color: #24378b;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 8px 6px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px
}

.ot-h2 {
    color: var(--_new-home---black-color);
    font-size: var(--_new-home---font-size--d-h2);
    line-height: var(--_new-home---line-height--d-h2);
    letter-spacing: -.4px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 500
}

.ot-h2.max-600 {
    max-width: 600px
}

.ot-zigzag-title-text {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex
}

.ot-zigzag-pera {
    color: var(--_new-home---primary--grey--700);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.ot-zigzag-btn {
    color: var(--_new-home---primary--grey--700);
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #f5faff;
    border: 1px solid #9abbff;
    border-radius: 12px;
    padding: 12px 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    transition: all .4s
}

.ot-zigzag-btn:hover {
    background-color: var(--_new-home---primary-button-bg);
    color: var(--_new-home---primary-button-text)
}

.ot-zigzag-wrapper {
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex
}

.ot-video-section {
    background-image: linear-gradient(#f8fbff, #fff);
    padding-top: 30px;
    padding-bottom: 30px;
    display: none
}

.ot-play-icon {
    aspect-ratio: 1;
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    background-color: #3253f94d;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 76px;
    display: flex
}

.ot-tool-section {
    padding-top: 94px;
    padding-bottom: 60px
}

.ot-tool-wrapper {
    max-width: 672px;
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto
}

.ot-tool-heading-wrapper {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex
}

.ot-tool-heading-wrapper.mb-60 {
    margin-bottom: 60px
}

.ot-section-sub-head {
    color: var(--_new-home---primary--grey--600);
    font-size: 16px;
    line-height: 24px
}

.ot-section-sub-head.long-sub-head {
    line-height: 32px
}

.ot-section-sub-head.max-800 {
    max-width: 800px
}

.ot-tool-main {
    border: 1px dashed #4e4e5480;
    border-radius: 32px;
    margin-top: 34px;
    padding: 47px 55px 37px
}

.ot-need-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: flex
}

.ot-need-title {
    color: #020120;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px
}

.ot-need-block-main {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ot-need-icon-text {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ot-need-icon {
    color: var(--_new-home---primary--blue--700);
    font-family: "Fa Solid 900", Arial, sans-serif;
    font-size: 30px;
    line-height: 30px
}

.on-need-text {
    color: #020120;
    letter-spacing: .5px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px
}

.ot-review-section {
    padding-top: 124px;
    padding-bottom: 89px
}

.ot-review-content-block {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
    opacity: 0;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
    justify-content: center;
    align-items: flex-start;
    height: 256px;
    display: none;
    position: relative;
    overflow: hidden
}

.ot-review-content-block.active {
    opacity: 100;
    display: flex
}

.ot-review-image {
    max-height: 160px
}

.o-client-review {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex
}

.o-client-features-list {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 0;
    padding-left: 20px;
    display: flex
}

.ot-review-top-block {
    grid-column-gap: 96px;
    grid-row-gap: 96px;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ot-review-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    height: 100%;
    margin-top: 74px;
    display: flex;
    position: relative;
    overflow: hidden
}

.o-client-features {
    color: #363230;
    font-size: 12px;
    line-height: 22px
}

.o-client-name {
    color: #363230;
    font-size: 12px;
    line-height: 20px
}

.o-client-features-list-item {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 12px;
    line-height: 22px
}

.o-review-title {
    color: var(--_new-home---primary--grey--700);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    overflow: hidden
}

.ot-review-block {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    cursor: pointer;
    background-color: #f9fafb;
    border-radius: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    width: 190px;
    padding-top: 50px;
    padding-bottom: 50px;
    transition: all .4s;
    display: flex;
    overflow: hidden
}

.ot-review-block.active {
    background-color: #f8fbff;
    width: 100%;
    padding-left: 16px;
    padding-right: 48px
}

.divider-2 {
    background-color: #e5e7eb;
    width: 1px;
    height: 40px
}

.ot-review-bottom-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    opacity: 0;
    border-top: 1px solid #e5e7eb;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 52px;
    padding-top: 10px;
    transition: all .4s;
    display: none;
    overflow: hidden
}

.ot-counter-section {
    padding-top: 48px;
    padding-bottom: 92px
}

.ot-counter-main {
    grid-column-gap: 146px;
    grid-row-gap: 146px;
    justify-content: center;
    align-items: center;
    display: flex
}

.ot-conter-text {
    padding: 20px 28px 12px
}

.ot-counter-h4 {
    color: var(--_new-home---black-color);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px
}

.ot-counter-bottom-text {
    color: var(--_new-home---primary--grey--600);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.ot-counter-after-main {
    position: relative
}

.ot-counter-after {
    z-index: -1;
    position: absolute;
    top: 15px;
    left: -10px
}

.ot-company-logo-block {
    background-color: #fff;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    display: flex;
    position: relative;
    box-shadow: 5px 5px 10px #0000001a
}

.ot-company-logo-block.otto {
    background-color: var(--_new-home---primary--blue--700)
}

.box-exterior {
    border: 1px solid #edeff3;
    border-radius: 30px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 1px;
    text-decoration: none;
    display: flex;
    position: relative;
    overflow: hidden
}

.box-interior {
    z-index: 1;
    background-color: #fff;
    border-radius: 30px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 6px 11px;
    display: flex
}

.box-text {
    color: var(--_new-home---text);
    font-size: 12px;
    line-height: 18px
}

.gradient-line {
    z-index: 0;
    backface-visibility: visible;
    transform-origin: 50%;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: auto
}

.ot-cta-section {background-image:url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/679b2a47d551a8146bde7ec3_texture.svg");background-position:50%;background-size:cover;
    padding-top: 58px;
    padding-bottom: 52px
}

.ot-cta-footer {
    grid-row-gap: 110px;
    background-image: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/679b2a47d551a8146bde7ec3_texture.svg");
    background-position: 50%;
    background-size: cover;
    flex-flow: column;
    display: flex
}

.ot-cta-content-wrapper {
    grid-row-gap: 36px;
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 672px;
    margin-left: auto;
    margin-right: auto;
    display: flex
}

.ot-cta-title-text {
    grid-row-gap: 18px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ot-cta-pera {
    color: var(--_new-home---primary--grey--700);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.ot-form-block {
    align-self: center;
    width: 500px;
    margin-bottom: 0
}

.ot-form {
    position: relative
}

.ot-email-field {
    background-color: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    width: 100%;
    height: 46px;
    margin-bottom: 0;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 16px
}

.o-founder {
    color: var(--_new-home---primary--grey--600);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.ot-review-work {
    color: var(--_new-home---primary--grey--700);
    font-size: 18px;
    font-weight: 600;
    line-height: 28px
}

.ot-footer-wraper {
    background-color: #fff;
    border-radius: 48px;
    margin-bottom: 36px;
    padding-top: 55px;
    padding-left: 50px;
    padding-right: 50px;
    box-shadow: 0 4px 10px #0000000a
}

.ot-footer-top-block {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    border-bottom: 1px solid #e5e7eb;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 55px;
    display: flex
}

.ot-footer-top-block.p-bottom-20 {
    align-items: center;
    padding-bottom: 20px
}

.ot-footer-top-block.border-none {
    border-bottom-style: none
}

.ot-footer-pera {
    color: var(--_new-home---black-color);
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 20px
}

.ot-form-block-footer {
    align-self: center;
    margin-bottom: 22px
}

.ot-footer-icon {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ot-footer-icon.mb-0,
.ot-footer-icon.mb-0-copy {
    margin-bottom: 0
}

.ot-footer-icons {
    color: var(--_new-home---black-color);
    max-width: 20px;
    font-family: "Fa Brands 400", Arial, sans-serif;
    font-size: 20px;
    text-decoration: none;
    display: block
}

.ot-footer-help-text {
    color: var(--_new-home---black-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

.ot-footer-email {
    color: #0561a2;
    text-decoration: none
}

.ot-footer-logo {
    margin-bottom: 16px
}

.ot-footer-top-grid {
    grid-column-gap: 55px;
    grid-row-gap: 55px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr
}

.ot-footer-top-grid._5-column-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr
}

.ot-footer-h4 {
    color: var(--_new-home---black-color);
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.ot-footer-link-block {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex
}

.ot-footer-link {
    color: var(--_new-home---primary--grey--700);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none
}

.ot-footer-link:hover {
    color: var(--_new-home---primary--blue--700)
}

.ot-footer-bottom-block {
    padding-top: 21px;
    padding-bottom: 24px
}

.ot-footer-bottom-block.ot-n-footer-bottom-block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: space-between;
    display: flex
}

.ot-footer-copywite {
    color: #585b70;
    text-align: center;
    font-size: 14px;
    font-weight: 400
}

.ot-navbar {
    z-index: 999;
    margin-left: 22px;
    margin-right: 22px;
    position: sticky;
    top: 12px
}

.ot-navbar-container {
    background-color: #0000
}

.ot-nav-inner-container {
    background-color: #fff;
    border-radius: 50px;
    margin-left: auto;
    margin-right: auto;
    padding: 13px 24px
}

.ot-nav-inner-container.pad-13 {
    padding-top: 13px;
    padding-bottom: 13px
}

.ot-nav-inner-container.fixed-header {
    box-shadow: 0 4px 10px #00000021
}

.ot-navbar-wrapper {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: stretch space-between;
    align-items: center;
    display: flex
}

.ot-nav-menu-wrapper {
    position: static
}

.ot-nav-menu {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    justify-content: flex-end;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    display: flex
}

.nav-link-5 {
    color: #1a1b1f;
    letter-spacing: .25px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none
}

.nav-link-5:hover {
    color: #1a1b1fbf
}

.nav-link-5:focus-visible,
.nav-link-5[data-wf-focus-visible] {
    outline-offset: 0px;
    color: #0050bd;
    border-radius: 4px;
    outline: 2px solid #0050bd
}

.nav-dropdown-4 {
    margin-left: 5px;
    margin-right: 5px
}

.ot-nav-dropdown-toggle {
    color: var(--_new-home---text);
    letter-spacing: .25px;
    padding: 5px 30px 5px 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

.ot-nav-dropdown-toggle:hover {
    color: #1a1b1fbf
}

.ot-nav-dropdown-toggle:focus-visible,
.ot-nav-dropdown-toggle[data-wf-focus-visible] {
    outline-offset: 0px;
    color: #0050bd;
    border-radius: 5px;
    outline: 2px solid #0050bd
}

.ot-nav-dropdown-icon {
    margin-right: 10px
}

.nav-dropdown-list-4 {
    background-color: #fff;
    border-radius: 12px
}

.nav-dropdown-list-4.w--open {
    padding-top: 10px;
    padding-bottom: 10px
}

.ot-nav-dropdown-link {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px
}

.ot-nav-dropdown-link:hover {
    color: var(--_new-home---primary-button-bg)
}

.ot-nav-dropdown-link:focus-visible,
.ot-nav-dropdown-link[data-wf-focus-visible] {
    outline-offset: 0px;
    color: #0050bd;
    border-radius: 5px;
    outline: 2px solid #0050bd
}

.ot-nav-button-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: flex-end;
    align-items: center;
    display: flex
}

.ot-nav-button-wrapper.inner {
    display: none
}

.ot-footer-top-left {
    max-width: 325px
}

.ot-footer-top-left.ot-n-footer-left {
    max-width: 270px
}

.ot-footer-top-left.ot-n-footer-left-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: space-between;
    align-items: center;
    max-width: none;
    display: flex
}

.otto-center-text {
    color: var(--_new-home---black-color);
    text-align: center;
    max-width: 862px;
    font-size: 52px;
    font-weight: 600;
    line-height: 60px
}

.template-name {
    display: none
}

.template-form {
    background-color: #ecf5ff;
    border-radius: 16px;
    width: 100%;
    padding: 30px
}

.ot-heading-wrapper {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex
}

.ot-heading-wrapper.ot-sitemap-left {
    justify-content: center;
    align-items: flex-start
}

.ot-tax-collection-list {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    display: flex
}

.ot-tax-collection-item-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    color: var(--_new-home---black-color);
    justify-content: space-between;
    align-items: flex-start;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    display: flex
}

.ot-tax-collection-item-block:hover {
    color: var(--_new-home---primary--blue--700)
}

.ot-right-arrow {
    font-family: "Fa Solid 900", Arial, sans-serif;
    font-size: 14px
}

.navigation-inner-wrap {
    text-align: center;
    align-items: center;
    display: flex
}

.ot-nav-dropdown-list {
    top: 100%;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    left: 0;
    transform: none
}

.ot-nav-dropdown-list.w--open {
    box-shadow: 0 2px 5px #0000001a
}

.header-navigation-menu {
    color: #1f2937;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-decoration: none
}

.header-navigation-menu:hover {
    color: #1a1b1fbf
}

.header-navigation-menu:focus-visible,
.header-navigation-menu[data-wf-focus-visible] {
    outline-offset: 0px;
    color: #0050bd;
    outline: 2px solid #0050bd
}

.header-navigation-menu.dropdown {
    grid-column-gap: 6px;
    border-radius: 5px;
    flex-flow: row-reverse wrap;
    justify-content: center;
    align-items: center;
    display: flex
}

.header-navigation-menu.dropdown:hover {
    background-color: #dcedff
}

.header-navigation-menu.dropdown.w--open {
    background-color: #dcedff;
    position: static
}

.nav-item-title {
    color: #1f2937;
    font-size: 14px;
    line-height: 21px
}

.nav-item-description {
    color: #6d7280;
    font-size: 12px;
    line-height: 18px
}

.nav-dropdown-title {
    color: #000c;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 28px
}

.dropdown-inner-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    place-items: center start
}

.nav-item-icon-block {
    background-color: #f9fafb;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    display: flex
}

.nav-item-link-block {
    grid-column-gap: 12px;
    justify-content: flex-start;
    align-items: flex-start;
    text-decoration: none;
    display: flex
}

.nav-item-link-block:hover {
    text-decoration: none
}

.header-dropdown-icon {
    margin-right: 0;
    position: static
}

.nav-item-content-block {
    grid-row-gap: 2px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex
}

.o-feature-main-block {
    background-color: #ecf5ff;
    border-radius: 32px;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    padding: 54px
}

.o-feature-grid {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    grid-template-rows: auto;
    grid-template-columns: 1fr .75fr;
    place-items: center start
}

.o-content-block {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    display: flex
}

.ot-feature-para-text {
    color: var(--_new-home---primary--grey--600);
    font-size: 16px;
    line-height: 24px
}

.o-image-block {
    justify-content: flex-end
}

.o-top-content-block {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
    display: flex
}

.o-feature-form-block {
    margin-bottom: 0
}

.o-feature-form {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    display: flex
}

.o-feature-form-input {
    color: #333;
    background-color: #fff;
    border: 1px solid #e8e7ec;
    border-radius: 8px;
    align-self: center;
    height: 44px;
    margin-bottom: 0;
    padding-left: 17px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 20px
}

.o-feature-form-input:focus {
    border-color: var(--_new-home---primary--blue--700)
}

.o-feature-top-form {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.o-feature-form-bottom {
    color: var(--_new-home---primary--grey--600);
    text-align: center;
    font-size: 12px;
    line-height: 16px
}

.ot-section {
    box-sizing: content-box;
    object-fit: fill;
    width: auto;
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    position: static;
    overflow: hidden
}

.ot-section.mb-33 {
    margin-bottom: 33px
}

.ot-section.mb-60 {
    margin-bottom: 60px
}

.ot-section.bg-light-blue {
    background-color: #f3f9ff
}

.o-glossary-hero-section {
    background-image: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/67c9609c9fb5dd1f966b067f_glossary-hero-image.webp");
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-top: 100px;
    padding-bottom: 100px
}

.o-glossary-sub-headline {
    color: var(--_new-home---text)
}

.share-icon-list {
    background-color: #233ed9;
    border: 1px solid #0000;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    display: flex
}

.share-icon {
    aspect-ratio: 1;
    color: var(--_new-home---primary-button-text);
    justify-content: center;
    align-items: center;
    width: 100%;
    font-family: "Fa Brands 400", Arial, sans-serif;
    text-decoration: none;
    display: flex
}

.o-glossary-section {
    padding-top: 60px;
    padding-bottom: 60px
}

.o-glossary-form-h2 {
    color: var(--_new-home---black-color);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 36px;
    font-weight: 500;
    line-height: 44px
}

.o-glossary-form-label {
    color: #1c1c1c;
    margin-bottom: 13px;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px
}

.o-tax-category-main-wrapper {
    border: 1px solid #ddd;
    border-radius: 8px;
    max-width: 1064px;
    margin-top: 56px;
    margin-left: auto;
    margin-right: auto
}

.o-tax-category-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
    align-items: center;
    padding: 18px 24px;
    display: flex
}

.o-tax-category-left {
    min-width: 765px;
    max-width: 765px
}

.o-tax-category-head {
    color: var(--_new-home---black-color);
    font-size: 14px;
    font-weight: 600;
    line-height: 20px
}

.o-tax-category-right {
    text-align: center;
    min-width: 100px;
    max-width: 100px
}

.o-tex-category-p {
    color: var(--_new-home---primary--grey--700);
    margin-top: 10px;
    font-size: 14px
}

.o-tex-category-icon {
    aspect-ratio: 1;
    background-color: var(--_new-home---primary-button-bg);
    color: var(--_new-home---primary-button-text);
    text-align: center;
    border-radius: 50%;
    width: 34px;
    font-family: "Fa Solid 900", Arial, sans-serif;
    font-size: 16px;
    line-height: 34px
}

.o-tax-templates-grid {
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 59px;
    margin-bottom: 40px
}

.o-tax-templates-grid.mb-0 {
    margin-bottom: 0
}

.o-tax-templates-link {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    cursor: pointer;
    border: 1px solid #d2d5da;
    border-radius: 30px;
    flex-flow: column;
    justify-content: space-between;
    padding: 35px 30px;
    text-decoration: none;
    transition: all .3s;
    display: flex
}

.o-tax-templates-link:hover {
    box-shadow: 0 4px 16px #0000001a
}

.o-tax-templates-icon-text {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: center;
    display: flex
}

.o-tax-templates-icon {
    color: var(--color--button-bg);
    font-family: "Fa Solid 900", Arial, sans-serif;
    font-size: 22px;
    line-height: 26px
}

.o-tax-templates-span {
    color: #6d7280;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.o-tax-templates-p {
    color: var(--_new-home---black-color);
    font-weight: 500
}

.o-tax-templates-top {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex
}

.o-tax-templates-bottom {
    text-align: right;
    justify-content: flex-end;
    align-items: center;
    display: flex
}

.o-resources-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 59px;
    display: grid
}

.ot-tax-viwe-more {
    text-align: center
}

.ot-view-more {
    font-size: 16px;
    text-decoration: none
}

.o-resources-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
    padding: 30px 20px;
    text-decoration: none;
    transition: all .3s;
    display: flex
}

.o-resources-block:hover {
    box-shadow: 0 4px 16px #0000001a
}

.o-resources-h3 {
    color: var(--_new-home---black-color);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px
}

.o-resources-pera {
    color: var(--_new-home---primary--grey--600);
    font-size: 14px;
    line-height: 20px
}

.o-resources-tag {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    background-color: #dcedff;
    border-radius: 100px;
    justify-content: flex-start;
    align-items: center;
    padding: 3px 10px;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    display: inline-flex
}

.o-resources-tag-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex
}

.o-tax-form-input-block._w-50 {
    width: 50%
}

.o-tax-form-input-block.custom-select {
    position: relative
}

.ot-hero-grid {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    grid-template-rows: auto;
    grid-template-columns: 1.32fr 1fr;
    place-items: center stretch
}

.trustpilot-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 24px;
    display: flex
}

.trustpilot-wrapper.center {
    justify-content: center;
    align-items: center
}

.trustpilot-text {
    color: var(--_new-home---black-color);
    font-size: 14px;
    line-height: 16px
}

.grid-2 {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    grid-template: ". Area" /1fr 1fr;
    place-content: stretch;
    align-items: center
}

.ot-book-meeting-content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 12px;
    display: flex
}

.ot-book-meeting-li {
    color: var(--_new-home---text);
    background-image: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/67ca87098dbe4b7a31b2a55d_line-check-circle.svg");
    background-position: 0 2px;
    background-repeat: no-repeat;
    background-size: auto;
    padding-left: 30px
}

.ot-book-meeting-ul {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
    display: flex
}

.ot-book-meeting-ul.desk {
    margin-top: 0
}

.ot-book-meeting-ul.mobile {
    display: none
}

.ot-bm-slider {
    background-color: #0000;
    max-width: 462px;
    height: auto;
    margin-top: 45px
}

.arrow-none,
.ot-bm-slider.mobile {
    display: none
}

.ot-bm-slide-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 2px;
    padding: 30px 24px;
    display: flex
}

.mask {
    border-radius: 12px;
    box-shadow: 0 0 4px #0000001f
}

.ot-bm-slide-pera {
    color: var(--_new-home---primary--grey--700);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.ot-bm-athor-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ot-bm-author-img-block {
    aspect-ratio: 1;
    border: 1px solid #ebebeb;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 44px;
    min-width: 44px;
    display: flex
}

.ot-bm-author-name {
    color: var(--_new-home---heading-color);
    font-size: 14px;
    font-weight: 600;
    line-height: 20px
}

.ot-bm-author-position {
    color: var(--_new-home---primary--grey--600);
    font-size: 12px;
    line-height: 16px
}

.slide-nav {
    color: var(--_new-home---heading-color);
    bottom: -60px
}

.ot-book-meeting-right {
    background-color: #ecf5ff;
    border-radius: 16px;
    width: 100%;
    padding: 30px;
    line-height: 20px;
    position: static
}

.ot-bm-main {
    justify-content: center;
    align-items: flex-start;
    min-height: 100vh;
    padding-top: 86px;
    padding-bottom: 86px;
    display: flex
}

.ot-bm-main.pad-50-20 {
    padding-top: 50px;
    padding-bottom: 20px
}

.o-bm-image {
    border-radius: 50%
}

.o-bm-section {
    align-self: auto
}

.trustpilot-flex {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    text-decoration: none;
    display: flex
}

.ot-bk-zigzag-grid {
    grid-column-gap: 114px;
    background-color: #fff;
    border-radius: 48px;
    grid-template-rows: auto;
    grid-template-columns: .9fr 1.1fr;
    align-self: stretch;
    align-items: center
}

.ot-bk-zigzag-grid.reverce {
    grid-template-columns: 1.1fr .9fr
}

.otto-container {
    max-width: 1086px;
    padding-left: 16px;
    padding-right: 16px
}

.otto-hero-container {
    max-width: 1220px;
    padding-left: 16px;
    padding-right: 16px
}

.ot-bk-zigzag-wrapper {
    grid-row-gap: 96px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 93px;
    display: flex
}

.ot-hero-grid-form {
    background-color: #ecf5ff;
    border-radius: 16px;
    padding: 30px
}

.ot-bk-step-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 80px
}

.ot-bk-step-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px;
    display: flex
}

.ot-bk-step {
    aspect-ratio: 1;
    background-color: var(--_new-home---primary-button-bg);
    color: var(--_new-home---primary-button-text);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 24px;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    display: flex
}

.ot-bk-step-title {
    color: var(--_new-home---heading-color);
    font-size: 18px;
    font-weight: 500;
    line-height: 28px
}

.ot-bk-step-pera {
    color: var(--_new-home---primary--grey--600);
    font-size: 16px;
    line-height: 24px
}

.ot-financial-main-wraper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    margin-top: 58px;
    display: flex
}

.ot-financial-top-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr
}

.ot-financial-bottom-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr 1fr .5fr
}

.ot-financial-link-block {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
    background-color: #f3f9ff;
    border-radius: 24px;
    flex-flow: column;
    justify-content: space-between;
    padding: 24px;
    text-decoration: none;
    display: flex
}

.ot-financial-h3 {
    color: var(--_new-home---heading-color);
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px
}

.ot-financial-pera {
    color: var(--_new-home---primary--grey--600)
}

.ot-financial-licon {
    color: var(--_new-home---primary--blue--700);
    font-family: "Fa Solid 900", Arial, sans-serif;
    font-size: 16px
}

.ot-financial-icon-block {
    aspect-ratio: 1;
    background-color: #c8dafe33;
    border: 1px solid #c8dafe;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 40px;
    display: flex
}

.ot-financial-icon-block.slider-arrow-left {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%)
}

.ot-financial-icon-block.slider-arrow-right {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%)
}

.ot-financial-content {
    margin-bottom: 24px
}

.ot-review-slider {
    background-color: #0000;
    height: auto;
    margin-top: 58px
}

.nav-d-none {
    display: none
}

.ot-review-slide-block {
    background-color: #f3f9ff;
    border: 1px solid #e5e7eb;
    border-radius: 24px;
    margin-left: 96px;
    margin-right: 96px;
    padding: 26px 8px 8px
}

.ot-slide-block-top {
    margin-bottom: 24px;
    padding-left: 40px;
    font-size: 18px;
    line-height: 18px
}

.ot-slide-block-bottom {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    background-color: #fff;
    border-radius: 20px;
    flex-flow: column;
    padding: 40px;
    display: flex;
    box-shadow: 0 6px 6px -3px #2929290a, 0 12px 12px -6px #2929290a
}

.ot-review-slide-text {
    color: var(--_new-home---primary--grey--700);
    font-size: 24px;
    font-weight: 500;
    line-height: 32px
}

.ot-pricing-wrapper {
    background-color: #ecf5ff;
    border-radius: 24px;
    margin-top: 58px;
    padding: 16px
}

.ot-pricing-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr
}

.ot-pricing-plan {
    border-radius: 12px;
    padding: 32px 12px
}

.ot-pricing-plan.business-plan {
    background-color: #fff;
    padding-left: 24px;
    padding-right: 24px;
    box-shadow: 0 6px 10px #1c1c230a, 0 0 3px #1c1c2317
}

.ot-pricing-flex-block {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: space-between;
    height: 100%;
    display: flex
}

.ot-pricing-plan-name {
    color: var(--_new-home---heading-color);
    margin-bottom: 32px;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    display: inline-block
}

.ot-pricing-price {
    color: var(--_new-home---heading-color);
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 3px;
    font-size: 28px;
    line-height: 36px;
    display: flex
}

.ot-pricing-subscript {
    font-size: 16px;
    line-height: 24px;
    display: inline-block
}

.ot-pricing-price-pera {
    color: var(--_new-home---primary--grey--600);
    margin-bottom: 24px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

.ot-pricing-price-block {
    border-bottom: 1px solid #9abbff;
    min-height: 147px;
    margin-bottom: 24px
}

.ot-pricing-price-block.border-none {
    border-bottom-style: none;
    margin-bottom: 0
}

.ot-pricing-list-title {
    color: var(--_new-home---heading-color);
    margin-bottom: 7px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.ot-pricing-ul {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
    padding-left: 0;
    display: flex
}

.ot-pricing-li {
    color: var(--_new-home---primary--grey--700);
    background-image: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/67ce6af50c5027ed56dc7a50_Vector%20(8).svg");
    background-position: 0;
    background-repeat: no-repeat;
    background-size: auto;
    padding-left: 25px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

.ot-pricing-list-block {
    margin-bottom: 24px
}

.ot-pricing-expenses {
    color: var(--_new-home---text);
    margin-bottom: 24px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px
}

.ot-pricing-popular {
    color: #517cff;
    background-color: #ecf5ff;
    border: 1px solid #c0dcff;
    border-radius: 8px;
    margin-left: 8px;
    padding: 4px 7px;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    display: inline-block
}

.pricing-tab-link {
    color: #706f74;
    background-color: #fff;
    border: 1px solid #d4d4d4;
    border-radius: 100px;
    padding: 3px 6px;
    font-size: 12px;
    line-height: 12px
}

.pricing-tab-link.w--current {
    color: var(--_new-home---primary--blue--700);
    background-color: #ecf5ff;
    border-color: #c0dcff
}

.ot-pricing-tabs-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 24px;
    display: flex
}

.ot-pricing-selected-expense {
    color: var(--_new-home---primary--grey--600);
    border-bottom: 1px solid #9abbff;
    margin-bottom: 24px;
    padding-bottom: 24px;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px
}

.ot-faq-main-container {
    max-width: 780px;
    margin-top: 54px;
    margin-left: auto;
    margin-right: auto
}

.ot-faq-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-bottom: 1px solid #d2d5da;
    flex-flow: column;
    padding-top: 30px;
    padding-bottom: 30px
}

.ot-faq-question {
    cursor: pointer;
    justify-content: space-between;
    align-items: center;
    display: flex
}

.ot-faq-h3 {
    color: var(--_new-home---heading-color);
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 10px;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px
}

.ot-faq-icon {
    font-family: "Fa Solid 900", Arial, sans-serif;
    transform: rotate(180deg)
}

.ot-faq-answer {
    transition: all .3s;
    overflow: hidden
}

.ot-faq-ans-text {
    color: #24378b;
    padding-top: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.bold-text-7 {
    font-weight: 600
}

.ot-monthly-yearly-tab-wrapper {
    text-align: center;
    margin-top: 30px
}

.ot-monthly-yearly-tabs {
    display: inline-block
}

.tabs-content-2 {
    display: none
}

.ot-monthly-yearly-menus {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    background-color: #f3f4f6;
    border-radius: 12px;
    justify-content: flex-start;
    align-items: center;
    padding: 2px 2.5px;
    display: inline-flex
}

.ot-monthly-yearly-tab-link {
    color: #6f7988;
    text-align: center;
    background-color: #0000;
    width: 139px;
    padding: 6px 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px
}

.ot-monthly-yearly-tab-link.w--current {
    color: #2e3238;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 4px -2px #18274b05, 0 0 2px #e0e0e0
}

.ot-compare-wrapper {
    grid-row-gap: 21px;
    flex-flow: column;
    margin-top: 56px;
    display: flex
}

.ot-comare-head-grid {
    grid-column-gap: 60px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr 1fr 1fr
}

.ot-comare-head-block {
    flex-flow: column;
    justify-content: flex-end;
    display: flex
}

.ot-comare-head-text {
    color: #6f7988;
    margin-top: 8px;
    margin-bottom: 17px;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px
}

.ot-comare-head-title {
    color: var(--_new-home---heading-color);
    font-size: 24px;
    font-weight: 500;
    line-height: 32px
}

.div-block-53 {
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ot-comare-head {
    background-color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    position: sticky;
    top: 78px
}

.ot-compare-body {
    grid-row-gap: 61px;
    flex-flow: column;
    display: flex
}

.ot-comare-body-grid {
    grid-column-gap: 60px;
    grid-row-gap: 20px;
    border-top: 1px solid #edeff3;
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr 1fr 1fr
}

.ot-comare-body-block {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    justify-content: flex-start;
    align-items: center;
    padding-top: 18px;
    padding-bottom: 18px;
    display: flex
}

.ot-comare-body-title {
    color: var(--_new-home---heading-color);
    white-space: nowrap;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px
}

.ot-comare-body-text {
    color: var(--_new-home---heading-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.ot-comare-icon-check {
    color: var(--_new-home---heading-color);
    text-align: center;
    width: 100%;
    font-family: "Fa Solid 900", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.ot-comare-icon-close {
    color: var(--_new-home---heading-color);
    text-align: center;
    width: 100%;
    font-family: "Fa 400", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.collection-list-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid
}

.ot-collection-link {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    border: 1px solid #d2d5da;
    border-radius: 30px;
    flex-flow: column;
    justify-content: space-between;
    height: 100%;
    padding: 34px 30px;
    text-decoration: none;
    transition: all .3s;
    display: flex
}

.ot-collection-link:hover {
    box-shadow: 0 4px 16px #0000001a
}

.ot-wc-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 58px
}

.ot-wc-block {
    background-color: #f3f9ff;
    border-radius: 8px;
    padding: 34px 30px
}

.ot-wc-h3 {
    color: var(--_new-home---heading-color);
    margin-top: 16px;
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px
}

.ot-wc-pera {
    color: var(--_new-home---primary--grey--600);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.ot-collection-wrapper {
    padding-top: 80px
}

.ot-sitemap-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: start;
    display: grid
}

.ot-sitemap-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 40px;
    display: flex
}

.ot-sitemap-wrapper.ot-sitemap-left {
    justify-content: flex-start;
    align-items: stretch
}

.ot-sitemap-link-text {
    color: var(--_new-home---primary--grey--700);
    font-size: 15px;
    text-decoration: none
}

.ot-sitemap-link-text:hover {
    color: #000;
    text-decoration: underline
}

.ot-sitemap-inner-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ot-sitemap-inner-wrapper.ot-sitemap-left {
    justify-content: flex-start;
    align-items: stretch
}

.ot-sitemap-h-h2 {
    color: var(--_new-home---heading-color);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px
}

.ot-button-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ot-button-wrapper.mt-24 {
    margin-top: 24px
}

.ot-legal-agriment-content {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 908px;
    margin-top: 56px;
    margin-left: auto;
    margin-right: auto;
    display: flex
}

.ot-legal-agriment-p {
    color: var(--_new-home---primary--grey--700);
    text-align: center;
    column-count: auto;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    column-gap: 48px;
    font-size: 16px;
    line-height: 24px
}

.ot-agreement-grid {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    place-items: center start
}

.ot-zigzag-wrappers {
    grid-row-gap: 96px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex
}

.ot-hero-video-wrapper {
    padding-top: 70px
}

.ot-how-to-ul {
    margin-top: -15px
}

.ot-features-icon {
    color: var(--_new-home---primary-button-bg);
    font-family: "Fa 400", Arial, sans-serif;
    font-size: 22px
}

.ot-features-icon.fa-900 {
    font-family: "Fa Solid 900", Arial, sans-serif
}

.ot-features-icon.fa-brand-400 {
    font-family: "Fa Brands 400", Arial, sans-serif
}

.ot-h3 {
    color: var(--_new-home---black-color);
    font-size: var(--_new-home---font-size--d-h3);
    line-height: var(--_new-home---line-height--d-h3);
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 500
}

.ot-alternative-grid {
    grid-column-gap: 51px;
    grid-row-gap: 20px;
    border-top: 1px solid #edeff3;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr
}

.ot-alternative-icon-check {
    color: var(--_new-home---heading-color);
    width: 100%;
    font-family: "Fa Solid 900", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.ot-alternative-icon-close {
    color: var(--_new-home---heading-color);
    width: 100%;
    font-family: "Fa 400", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.ot-bm-li {
    font-weight: 600
}

.o-blog-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
    text-decoration: none;
    transition: all .3s;
    display: flex
}

.ot-blog-category-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
    margin-bottom: 42px;
    display: flex
}

.ot-blog-category-collection-item {
    width: 100%;
    padding-left: 0;
    padding-right: 0
}

.ot-bk-step-inner-wrap {
    aspect-ratio: 1;
    background-color: #dcedff;
    border-radius: 50%;
    width: 36px;
    padding: 6px
}

.ot-bk-step-wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ot-bk-step-text {
    color: var(--_new-home---primary--grey--700);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

.div-block-54 {
    background-color: #edf8fe;
    border-radius: 12px;
    padding: 30px
}

.demo {
    background-color: var(--color--breadcrumb-active);
    width: 100px;
    height: 100px
}

.template-form-label {
    font-weight: 500
}

.max-940 {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto
}

.max-800 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    display: flex
}

._12gh {
    aspect-ratio: 1;
    width: 50px
}

.ot-point-ul {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    display: flex
}

.ot-point-li {
    background-image: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/67ebda68bb02e4df9506155e_check%20(3).png");
    background-position: 0 6px;
    background-repeat: no-repeat;
    background-size: 15px;
    padding-left: 30px
}

.ot-comparison-table-wrapper {
    border: 1px solid #edeff3;
    border-radius: 12px;
    margin-top: 58px
}

.ot-comparison-grid {
    grid-column-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 2.5fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-flow: column
}

.ot-comparison-grid._6-grid {
    grid-template-columns: 2.5fr 1fr 1fr 1fr 1fr 1fr
}

.ot-comparision-grid-block {
    border-bottom: 1px solid #edeff3;
    border-right: 1px solid #edeff3;
    justify-content: flex-start;
    align-items: center;
    padding: 15px 10px;
    display: flex
}

.ot-comparision-grid-block.center {
    text-align: center;
    justify-content: center;
    align-items: center
}

.ot-comparision-head {
    color: var(--_new-home---heading-color);
    font-size: 16px;
    font-weight: 500
}

.ot-comparision-head.visibility-hidden {
    opacity: 0
}

.ot-comparision-icon-close {
    color: var(--_new-home---primary-button-bg);
    text-align: center;
    width: 100%;
    font-family: "Fa 400", Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px
}

.ot-comparision-icon-check {
    color: var(--_new-home---heading-color);
    text-align: center;
    width: 100%;
    font-family: "Fa Solid 900", Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px
}

.grid-3 {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-flow: column
}

.grid-4 {
    grid-column-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 2.5fr 1fr 1fr 1fr 1fr 1fr 1fr
}

.flex-gap {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex-flow: column;
    display: flex
}

.d-lg-none {
    display: none
}

.code-embed {
    display: block
}

.code-embed.apply-form {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 0
}

.mt-40 {
    margin-top: 40px
}

.ot-author-image {
    aspect-ratio: 1;
    border-radius: 12px;
    width: 200px
}

.ot-author-inner {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex
}

.ot-author-name {
    margin-bottom: 0;
    font-size: 30px;
    line-height: 40px
}

.ot-authoe-mail-icon {
    font-family: "Fa Brands 400", Arial, sans-serif
}

.ot-authoe-mail-icon.email {
    font-family: "Fa 400", Arial, sans-serif
}

.ot-author-mail {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    color: var(--_new-home---primary--grey--600);
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ot-author-content {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    display: flex
}

.author-collection-wrapper {
    margin-top: 80px
}

.link-block {
    text-decoration: none;
    display: block
}

.o-tax-templates-icon-img {
    width: 20px
}

.ot-tools-list-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: center stretch;
    display: grid
}

.ot-faq-link-text {
    color: var(--color--text)
}

.calculator-collection-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid
}

.calculator-collection-item {
    text-align: center;
    border: 1px solid #e5e7eb;
    border-radius: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 24px;
    display: flex
}

.cal-collection-image {
    margin-bottom: 20px
}

.cal-collection-title {
    color: var(--_new-home---heading-color);
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px
}

.cal-collection-text {
    color: var(--_new-home---text);
    font-size: 14px;
    line-height: 22px
}

.cal-collection-link {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
    display: inline-block
}

.cal-collection-link:hover {
    text-decoration: underline
}

.cac-by-state-grid {
    grid-column-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: auto auto auto;
    place-items: stretch center;
    margin-top: 56px
}

.cac-by-state-grid._2-grid {
    grid-template-columns: auto auto;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto
}

.cal-state-link {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 14px;
    text-decoration: none;
    display: block
}

.code-embed-3 {
    aspect-ratio: auto;
    object-fit: fill;
    min-width: 0;
    display: block;
    overflow: hidden
}

.code-embed-4 {
    overflow: hidden
}

.currency-pairing-grid {
    grid-row-gap: 40px;
    background-color: #f0f9ff;
    border-radius: 24px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-items: center;
    margin-top: 56px;
    padding: 40px 30px
}

.currency-paring-arrow {
    font-family: "Fa Solid 900", Arial, sans-serif;
    font-size: 20px
}

.currency-pairing-top {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
    margin-bottom: 6px;
    display: flex
}

.currency-paring-block {
    color: var(--_new-home---text);
    text-align: center;
    text-decoration: none
}

.code-embed-5 {
    padding-left: 0
}

.link,
.link-2,
.link-3 {
    color: var(--color--text)
}

.my-5 {
    margin-top: 8px;
    margin-bottom: 8px
}

.link-4 {
    color: var(--_new-home---primary--grey--600);
    text-decoration: none
}

.link-4:hover {
    text-decoration: underline
}

.ot-bk-step-wrapper {
    padding-top: 60px;
    padding-bottom: 40px
}

.sign-hero-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-rows: auto;
    max-width: 900px;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto
}

.sign-block-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    background-color: var(--_new-home---primary--blue--700);
    border-radius: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding: 45px 40px;
    display: flex
}

.sign-block-image {
    aspect-ratio: 1;
    color: var(--_new-home---primary--blue--700);
    background-color: #fff;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    width: 70px;
    padding: 10px;
    font-family: "Fa Solid 900", Arial, sans-serif;
    font-size: 40px;
    display: flex
}

.sign-block-heading {
    color: #fff;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 600;
    line-height: 32px
}

.sign-block-text {
    color: #e4e4e4;
    text-align: center
}

.sign-block-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex
}

.sign-form-wrapper {
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    display: flex
}

.signature-grid {
    grid-column-gap: 30px;
    grid-row-gap: 80px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 900px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto
}

.personality-sign-title {
    color: var(--color--otto-blue);
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 500;
    line-height: 32px
}

.successful-sign-block {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex
}

.personality-sign-img {
    border-radius: 10px;
    margin-bottom: 15px;
    box-shadow: 0 4px 8px #0000001a
}

.successful-sign-image {
    margin-top: 15px
}

.successful-sign-title {
    color: var(--color--otto-blue);
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px
}

.successful-people-position {
    color: #738194;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 24px
}

.successful-people-position.long-sub-head {
    line-height: 32px
}

.successful-people-position.max-800 {
    max-width: 800px
}

.legally-sign-icon {
    aspect-ratio: 1;
    color: var(--_new-home---primary--blue--700);
    background-color: #dcedff;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    width: 70px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    font-size: 25px;
    display: flex
}

.legally-sign-icon.fa-400 {
    font-family: "Fa 400", Arial, sans-serif
}

.mt-56 {
    margin-top: 56px
}

.grid-5 {
    grid-column-gap: 49px;
    grid-template-rows: auto;
    grid-template-columns: .85fr 1fr
}

.sign-zigzag-bottom-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    max-width: 900px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto
}

.sign-zigzag-grid {
    grid-column-gap: 59px;
    grid-template-rows: auto;
    grid-template-columns: .6fr 1fr;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto
}

.sign-zigzag-bottom-block {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: center;
    background-color: #fff;
    border-radius: 12px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
    display: flex
}

.sign-zigzag-icon {
    aspect-ratio: 1;
    color: var(--_new-home---primary--blue--700);
    background-color: #d7ebff;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    width: 50px;
    padding: 10px;
    font-family: "Fa 400", Arial, sans-serif;
    font-size: 22px;
    display: flex
}

.sign-zigzag-icon.fa-900 {
    font-family: "Fa Solid 900", Arial, sans-serif
}

.sign-zigzag-h3 {
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px
}

.sign-why-otto-grid {
    grid-column-gap: 50px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    place-items: stretch center;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto
}

.why-otto-left-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px
}

.why-otto-left-block {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: center;
    background-color: #f3f9ff;
    border-radius: 12px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    display: flex
}

.sign-why-otto-icon {
    justify-content: center;
    align-items: center;
    font-family: "Fa 400", Arial, sans-serif;
    font-size: 40px;
    line-height: 40px
}

.why-otto-right-block {
    background-color: #f3f9ff;
    border-radius: 12px;
    padding: 20px 0
}

.why-otto-heading {
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 500
}

.why-otto-right-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-bottom: 1px solid #d4d4d4;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr
}

.why-otto-right-grid.border-none {
    border-bottom-style: none
}

.why-otto-table-grid {
    justify-content: flex-start;
    align-items: center;
    padding: 15px 20px;
    display: flex
}

.why-otto-right-grid-title {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.why-otto-right-grid-title.left {
    text-align: left
}

.why-otto-check {
    color: var(--_new-home---primary--blue--700);
    text-align: center;
    flex: 1;
    font-family: "Fa Solid 900", Arial, sans-serif;
    font-size: 22px
}

.why-otto-dash {
    text-align: center;
    flex: 1;
    font-family: "Fa Solid 900", Arial, sans-serif;
    font-size: 22px
}

.why-otto-right-main {
    text-align: center
}

.mt-50 {
    margin-top: 60px
}

.personality-sign-block {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex
}

.llc-vs-corporation-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto
}

.llc-compare-block {
    background-color: #fff;
    border-radius: 24px;
    padding: 20px 16px
}

.div-block-55 {
    border-bottom: 1px solid #cfcfcf;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
    display: flex
}

.div-block-56 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex
}

.llc-compare-list-icon {
    margin-top: 3px;
    font-family: "Fa 400", Arial, sans-serif;
    font-size: 20px
}

.llc-comare-h3 {
    color: var(--_new-home---heading-color);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 500;
    line-height: 32px
}

.llc-compare-h4 {
    color: var(--_new-home---heading-color);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500
}

.ot-pricing-tabs-content {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column
}

.ot-footer-center-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 60%;
    display: block
}

.ot-footer-center-block-wrapper {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    object-fit: fill;
    border-bottom: 1px solid #e5e7eb;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 20px;
    display: flex
}

.ot-footer-center-block-wrapper.p-bottom-20 {
    align-items: center;
    padding-bottom: 20px
}

.ot-footer-center-block-wrapper.border-none {
    border-bottom-style: none
}

.ot-footer-bottom-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: space-between;
    align-items: center;
    padding-top: 21px;
    padding-bottom: 24px;
    display: flex
}

.ot-footer-bottom-wrapper.ot-n-footer-bottom-block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: space-between;
    display: flex
}

.ot-footer-help-text-2 {
    margin-top: 10px
}

.socialicons {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: flex-start;
    align-items: flex-end
}

.ot-footer-icon-new {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-items: center;
    width: 295.604px
}

.ot-footer-social-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: flex-start;
    align-items: flex-end
}

.ot-footer-social-text {
    color: #000;
    font-weight: 500
}

@media screen and (min-width:1280px) {
    h1 {
        font-size: var(--font-size--desktop-h1);
        line-height: var(--line-height--desktop-h1)
    }

    h2 {
        font-size: var(--font-size--desktop-h2);
        line-height: var(--line-height--desktop-h2)
    }

    h3 {
        font-size: var(--font-size--desktop-h3);
        line-height: var(--line-height--desktop-h3)
    }

    .o-heading-h2 {
        font-size: var(--font-size--desktop-h2);
        line-height: var(--line-height--desktop-h2)
    }

    .ot-zigzag-grid {
        grid-column-gap: 190px;
        padding-left: 99px;
        padding-right: 99px
    }

    .o-review-title {
        max-height: 128px;
        font-size: 24px;
        line-height: 32px
    }

    .ot-footer-wraper {
        padding-left: 96px;
        padding-right: 96px
    }

    .ot-hero-grid {
        grid-column-gap: 160px;
        grid-row-gap: 160px
    }

    .grid-2 {
        grid-column-gap: 120px;
        grid-row-gap: 120px;
        grid-template-columns: 1fr 1fr
    }

    .book-meeting-container {
        max-width: 1180px
    }

    .otto-container,
    .otto-hero-container {
        padding-left: 0;
        padding-right: 0
    }
}

@media screen and (min-width:1440px) {
    .page-breadcrumb-container {
        padding-left: 42px;
        padding-right: 42px
    }

    .o-review-title {
        max-height: 96px
    }

    .ot-navbar {
        margin-left: 42px;
        margin-right: 42px
    }

    .ot-comparision-head {
        text-decoration: none
    }

    .cac-by-state-grid._2-grid {
        grid-template-rows: auto;
        grid-template-columns: auto auto
    }

    .link-5,
    .link-6,
    .link-7,
    .link-8 {
        text-decoration: none
    }
}

@media screen and (min-width:1920px) {
    .ot-hero-image-section {
        background-position: 50% 0
    }

    .ot-zigzag-pera {
        color: var(--_new-home---primary--grey--700)
    }
}

@media screen and (max-width:991px) {
    .container {
        max-width: 728px
    }

    .hero-heading-left {
        padding-bottom: 60px;
        display: block
    }

    .hero-wrapper {
        flex-direction: column;
        grid-template-columns: 1fr;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: -40px
    }

    .hero-save-money-split-text {
        align-items: flex-start;
        max-width: 100%;
        margin-bottom: 40px
    }

    .margin-bottom-24px {
        max-width: 100%
    }

    .testimonial-column-light {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .centered-heading {
        text-align: left;
        font-size: 36px;
        line-height: 46px
    }

    .testimonial-grid-two {
        grid-column-gap: 30px;
        grid-template-columns: 1fr 1fr
    }

    .testimonial-main-heading {
        font-size: 25px;
        line-height: 30px
    }

    .div-block {
        max-width: 100%
    }

    .heading {
        text-align: center;
        font-size: 55px;
        line-height: 65px
    }

    .div-block-2 {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        display: flex
    }

    .bold-text {
        font-size: 25px
    }

    .div-block-4 {
        width: 100%
    }

    .heading-2 {
        max-width: 100%
    }

    .testimonial-slider-large-2 {
        padding-top: 60px;
        padding-bottom: 40px
    }

    .container-2 {
        max-width: 728px
    }

    .testimonial-slide-2 {
        padding-left: 32px
    }

    .testimonial-quote-2 {
        overflow: visible
    }

    .herio-description {
        text-align: center;
        max-width: 100%
    }

    .hero-split-copy {
        align-items: center;
        max-width: 100%;
        margin-bottom: 40px
    }

    .hero-save-money-split {
        order: -1;
        align-items: flex-start;
        max-width: 100%;
        margin-bottom: 40px
    }

    .hero-split-image {
        align-items: flex-start;
        max-width: 100%;
        margin-bottom: 40px
    }

    .hero-section1 {
        padding-top: 40px;
        display: block
    }

    .container-5 {
        max-width: 728px
    }

    .footer-form-two-2 {
        text-align: center;
        padding: 40px
    }

    .button-demo-large {
        font-size: 16px
    }

    .centered-heading-copy {
        text-align: center;
        font-size: 36px;
        line-height: 46px
    }

    .author-container {
        max-width: 728px
    }

    .collection-list-wrapper {
        padding-top: 0;
        padding-bottom: 0
    }

    .collection-item-3 {
        margin-left: 10px;
        margin-right: 10px;
        display: inline
    }

    .collection-list-3 {
        margin-left: 0
    }

    .template-hero-section {
        padding-top: 40px;
        display: block
    }

    .template-container {
        max-width: 728px
    }

    .temp-hero-wrapper {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: -40px
    }

    .hero-text-block,
    .temp-hero-image-block {
        align-items: center;
        max-width: 100%;
        margin-bottom: 40px
    }

    .temp-hero-button-block {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        display: flex
    }

    .temp-hero-description {
        text-align: center;
        max-width: 100%;
        font-size: 20px
    }

    .temp-hero-heading-block {
        max-width: 100%
    }

    .temp-hero-heading {
        text-align: center;
        font-size: 48px;
        line-height: 58px
    }

    .div-block-32 {
        width: 100%
    }

    .template-3-grid-section {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .template-grid {
        grid-column-gap: 24px;
        grid-row-gap: 24px;
        grid-template-columns: 1fr 1fr
    }

    .template-faq-wrapper {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        margin-bottom: -40px
    }

    .faq-list-wrapper {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        flex-flow: wrap
    }

    .template-faq-container {
        max-width: 728px
    }

    .footer-content {
        grid-column-gap: 20px;
        grid-row-gap: 40px;
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-auto-columns: 1fr;
        display: grid
    }

    .footer-block {
        justify-content: flex-start;
        align-items: flex-start
    }

    .navbar-no-shadow-container {
        padding-left: 16px;
        padding-right: 16px
    }

    .nav-menu-wrapper-3 {
        background-color: #0000
    }

    .nav-menu {
        background-color: #fff;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 0;
        display: flex
    }

    .nav-link-3 {
        padding-left: 5px;
        padding-right: 5px
    }

    .nav-dropdown-list-3.shadow-three.w--open {
        position: absolute
    }

    .nav-button-wrapper {
        width: 100%;
        margin-left: 0
    }

    .menu-button-3 {
        padding: 12px
    }

    .menu-button-3.w--open {
        color: #fff;
        background-color: #a6b1bf
    }

    .blue-btn-wrapper {
        width: 100%;
        margin-left: 0
    }

    .container-7 {
        max-width: 728px
    }

    .pricing-grid {
        grid-column-gap: 30px
    }

    .all-product-cta-wrapper {
        justify-content: center;
        margin-bottom: 0
    }

    .all-product-cta-btn {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        display: flex
    }

    .o-section.bg-gray,
    .o-section.bg-transparent {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .o-heading-h2.md-text-center {
        text-align: center
    }

    .page-breadcrumb-container {
        padding-left: 16px;
        padding-right: 16px
    }

    .feature-img {
        width: 40px
    }

    .feature-block {
        padding: 20px
    }

    .footer-text {
        max-width: none
    }

    .d-none {
        display: none
    }

    .o-heading-animation {
        max-width: 519px
    }

    .o-heading-animation-span {
        font-size: 32px;
        line-height: 40px
    }

    .ot-hero-section,
    .ot-hero-section.pt-150 {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .ot-hero-section.pb-123 {
        padding-bottom: 60px
    }

    .ot-hero-section.bg-dotted {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .otto-home-container {
        padding-left: 16px;
        padding-right: 16px
    }

    .ot-h1 {
        font-size: var(--_new-home---font-size--t-h1);
        line-height: var(--_new-home---line-height--t-h1)
    }

    .ot-h1.ot-sitemap-h1 {
        font-size: 55px;
        line-height: 60px
    }

    .ot-subheadline {
        margin-left: auto;
        margin-right: auto
    }

    .ot-subheadline.ot-left {
        text-align: center
    }

    .ot-hero-image-section {
        padding-bottom: 50px
    }

    .ot-logo-section {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .ot-p-sticky {
        grid-column-gap: 40px;
        grid-row-gap: 40px
    }

    .ot-zigzag-grid {
        grid-row-gap: 50px;
        grid-template-columns: 1fr;
        align-self: stretch;
        place-items: center;
        padding-left: 50px;
        padding-right: 50px
    }

    .ot-zigzag-grid.reverce {
        grid-template-columns: 1fr
    }

    .ot-zigzag-content-block {
        grid-row-gap: 20px;
        text-align: center;
        justify-content: center;
        align-items: center
    }

    .ot-zigzag-content-block.left {
        text-align: left;
        justify-content: center;
        align-items: flex-start
    }

    .ot-h2 {
        font-size: var(--_new-home---font-size--t-h2);
        line-height: var(--_new-home---line-height--t-h2)
    }

    .ot-zigzag-title-text {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        justify-content: flex-start;
        align-items: center
    }

    .ot-zigzag-title-text.left {
        justify-content: flex-start;
        align-items: flex-start
    }

    .ot-tool-section {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .ot-tool-wrapper {
        margin-bottom: 50px
    }

    .ot-tool-heading-wrapper {
        grid-column-gap: 16px;
        grid-row-gap: 16px
    }

    .ot-need-wrapper {
        grid-column-gap: 34px;
        grid-row-gap: 34px;
        flex-flow: wrap
    }

    .ot-need-block-main {
        flex-flow: wrap;
        justify-content: center;
        align-items: center
    }

    .ot-review-section {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .ot-review-content-block {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        opacity: 1;
        height: auto;
        display: flex
    }

    .ot-review-top-block {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        flex-flow: column;
        justify-content: flex-start;
        align-items: flex-start
    }

    .ot-review-wrapper {
        flex-flow: column;
        margin-top: 34px
    }

    .o-review-title {
        max-height: none;
        font-size: 18px;
        line-height: 28px
    }

    .ot-review-block {
        width: 100%;
        padding: 30px 16px
    }

    .ot-counter-section {
        padding-bottom: 48px
    }

    .ot-counter-main {
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        justify-content: space-between
    }

    .ot-conter-text {
        padding-top: 12px
    }

    .ot-cta-section {background-image:url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/679b2a47d551a8146bde7ec3_texture.svg");background-position:50%;background-size:cover;
        padding-top: 50px;
        padding-bottom: 50px
    }

    .ot-cta-footer {
        grid-row-gap: 50px
    }

    .ot-footer-top-block {
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        flex-flow: wrap
    }

    .ot-footer-top-block.p-bottom-20 {
        flex-flow: row
    }

    .ot-footer-top-grid {
        grid-column-gap: 30px;
        grid-row-gap: 30px
    }

    .ot-footer-top-grid._5-column-grid {
        grid-template-columns: 1fr 1fr 1fr
    }

    .ot-footer-links-block {
        min-width: auto
    }

    .ot-navbar {
        background-color: #fff;
        margin-left: 16px;
        margin-right: 16px
    }

    .ot-navbar-container {
        background-color: #0000
    }

    .ot-nav-inner-container {
        padding: 2px 2px 2px 10px
    }

    .ot-nav-inner-container.pad-13 {
        padding-top: 0;
        padding-bottom: 0
    }

    .ot-navbar-wrapper {
        z-index: 999;
        display: flex
    }

    .ot-navbar-brand {
        z-index: 1
    }

    .ot-nav-menu-wrapper {
        background-color: #fff;
        height: 99vh;
        padding-top: 100px;
        position: fixed;
        top: 0;
        box-shadow: 0 2px 8px #00000014
    }

    .ot-nav-menu-wrapper.height-auto {
        height: auto
    }

    .ot-nav-menu {
        flex-flow: column;
        justify-content: flex-start;
        align-items: stretch;
        padding-bottom: 40px;
        padding-left: 10px;
        padding-right: 10px
    }

    .nav-link-5 {
        padding-left: 5px;
        padding-right: 5px
    }

    .ot-nav-dropdown-toggle {
        display: block
    }

    .nav-dropdown-list-4.shadow-three.w--open {
        position: absolute
    }

    .ot-nav-menu-button {
        padding-left: 10px;
        padding-right: 10px
    }

    .ot-nav-button-wrapper {
        z-index: 2;
        justify-content: flex-start;
        align-items: center;
        margin-left: 0;
        position: relative
    }

    .ot-nav-button-wrapper.inner {
        justify-content: flex-start;
        align-items: center;
        margin-top: 20px;
        padding-left: 25px
    }

    .ot-menu-button {
        z-index: 1;
        padding: 8px
    }

    .ot-menu-button.w--open {
        color: #fff;
        background-color: #0000
    }

    .ot-menu-icon {
        color: #000;
        font-size: 40px
    }

    .template-form {
        text-align: left;
        width: 450px;
        margin-left: auto;
        margin-right: auto
    }

    .navigation-inner-wrap {
        grid-column-gap: 12px;
        grid-row-gap: 12px;
        flex-flow: column;
        justify-content: center;
        align-items: flex-start;
        padding-left: 15px;
        padding-right: 15px;
        display: flex
    }

    .ot-nav-dropdown-list {
    top: 100%;
        position: static;
        transform: none
    }

    .ot-nav-dropdown-list.w--open {
        margin-top: 5px
    }

    .nav-dropdown-title {
        font-size: 16px;
        line-height: 24px
    }

    .ot-nav-dropdown {
        width: 100%;
        padding-top: 0;
        padding-bottom: 0
    }

    .o-feature-main-block {
        padding: 40px
    }

    .o-feature-grid {
        grid-column-gap: 20px;
        grid-row-gap: 20px
    }

    .ot-feature-para-text {
        font-size: 16px;
        line-height: 24px
    }

    .ot-section {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .ot-section.mb-33,
    .ot-section.mb-60 {
        margin-bottom: 0
    }

    .o-glossary-hero-section {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .o-glossary-form-h2 {
        font-size: var(--_new-home---font-size--t-h2);
        line-height: var(--_new-home---line-height--t-h2)
    }

    .o-tax-category-left {
        min-width: 500px
    }

    .o-tax-templates-grid {
        grid-template-columns: 1fr 1fr 1fr
    }

    .o-resources-grid {
        grid-column-gap: 20px;
        grid-row-gap: 20px
    }

    .o-resources-h3 {
        font-size: 18px;
        line-height: 26px
    }

    .ot-hero-grid {
        grid-column-gap: 22px;
        grid-row-gap: 22px;
        grid-template-columns: 1fr
    }

    .ot-hero-grid-content {
        text-align: center
    }

    .trustpilot-wrapper {
        justify-content: center;
        align-items: center
    }

    .grid-2 {
        grid-template-columns: 1fr;
        display: block
    }

    .ot-book-meeting-content {
        text-align: center;
        justify-content: center;
        align-items: center
    }

    .ot-book-meeting-ul.desk {
        display: none
    }

    .ot-book-meeting-ul.mobile {
        display: flex
    }

    .ot-bm-slider {
        max-width: 728px
    }

    .ot-bm-slider.desk {
        display: none
    }

    .ot-bm-slider.mobile {
        display: block
    }

    .ot-book-meeting-left {
        margin-top: 0
    }

    .ot-bm-main {
        height: auto;
        padding-top: 60px;
        padding-bottom: 90px;
        display: block
    }

    .ot-bk-zigzag-grid {
        grid-row-gap: 30px;
        grid-template-columns: 1fr;
        align-self: stretch;
        place-items: center
    }

    .ot-bk-zigzag-grid.reverce {
        grid-template-columns: 1fr
    }

    .otto-container {
        max-width: none
    }

    .ot-bk-zigzag-wrapper {
        grid-row-gap: 60px;
        margin-top: 60px
    }

    .ot-bk-step-grid {
        margin-top: 34px
    }

    .ot-bk-step-pera {
        font-size: 16px;
        line-height: 24px
    }

    .ot-financial-main-wraper {
        margin-top: 34px
    }

    .ot-financial-bottom-grid,
    .ot-financial-top-grid {
        grid-column-gap: 20px;
        grid-row-gap: 20px
    }

    .ot-financial-link-block {
        padding: 20px
    }

    .ot-financial-h3 {
        font-size: 18px;
        line-height: 28px
    }

    .ot-review-slider {
        margin-top: 34px
    }

    .ot-review-slide-block {
        margin-left: 50px;
        margin-right: 50px
    }

    .ot-review-slide-text {
        font-size: 20px;
        line-height: 28px
    }

    .ot-pricing-wrapper {
        margin-top: 34px
    }

    .ot-pricing-grid {
        grid-template-columns: 1fr 1fr
    }

    .ot-faq-main-container {
        margin-top: 34px
    }

    .ot-compare-wrapper {
        grid-row-gap: 0px;
        border-bottom: 1px solid #edeff3;
        border-right: 1px solid #edeff3;
        margin-top: 34px
    }

    .ot-comare-head-grid {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        grid-template-columns: 1fr 1fr 1fr
    }

    .ot-comare-head-block {
        border-top: 1px solid #edeff3;
        border-left: 1px solid #edeff3;
        padding: 18px
    }

    .ot-comare-head {
        border-bottom: 1px solid #edeff3;
        padding-top: 0;
        padding-bottom: 0;
        top: 73px
    }

    .ot-compare-body {
        grid-row-gap: 0px
    }

    .ot-comare-body-grid {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        border-top-style: none;
        grid-template-columns: 1fr 1fr 1fr
    }

    .ot-comare-body-block {
        border-top: 1px solid #edeff3;
        border-left: 1px solid #edeff3;
        padding-left: 18px;
        padding-right: 18px
    }

    .ot-comare-body-title {
        white-space: normal
    }

    .collection-list-grid {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        grid-template-columns: 1fr 1fr 1fr
    }

    .ot-wc-grid {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        margin-top: 34px
    }

    .ot-wc-block {
        padding-left: 20px;
        padding-right: 20px
    }

    .ot-wc-h3 {
        line-height: 26px
    }

    .ot-wc-pera {
        font-size: 14px;
        line-height: 20px
    }

    .ot-collection-wrapper {
        padding-top: 100px
    }

    .ot-sitemap-h-h2 {
        font-size: 24px;
        line-height: var(--line-height--tablet-h2);
        font-weight: 600
    }

    .ot-button-wrapper.mt-24 {
        justify-content: center;
        align-items: center
    }

    .ot-hero-card-block {
        text-align: center
    }

    .ot-agreement-grid {
        grid-column-gap: 20px;
        grid-row-gap: 20px
    }

    .ot-zigzag-wrappers {
        grid-row-gap: 60px
    }

    .ot-hero-video-wrapper {
        padding-top: 50px
    }

    .ot-how-to-ul {
        text-align: left
    }

    .ot-h3 {
        font-size: var(--_new-home---font-size--t-h2);
        line-height: var(--_new-home---line-height--t-h2)
    }

    .ot-alternative-grid {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        border-top-style: none
    }

    .ot-point-ul {
        text-align: left
    }

    .ot-comparison-table-wrapper {
        border-right-style: none;
        border-radius: 0;
        overflow: auto
    }

    .ot-comparison-grid {
        grid-template-columns: 30% 11.66% 11.66% 11.66% 11.66% 11.66% 11.66%
    }

    .ot-comparison-grid._6-grid {
        grid-template-columns: 250px 150px 150px 150px 150px 150px
    }

    .ot-tools-list-wrapper {
        grid-template-columns: .7fr 1fr .7fr
    }

    .calculator-collection-item {
        padding: 20px
    }

    .cac-by-state-grid {
        margin-top: 34px
    }

    .cac-by-state-grid._2-grid {
        margin-left: 0;
        margin-right: 0
    }

    .currency-pairing-grid {
        margin-top: 34px
    }

    .signature-grid {
        grid-row-gap: 50px
    }

    .personality-sign-title {
        font-size: 20px;
        line-height: 30px
    }

    .successful-sign-block {
        justify-content: space-between
    }

    .sign-zigzag-bottom-grid {
        grid-column-gap: 16px;
        grid-row-gap: 16px
    }

    .sign-zigzag-grid {
        grid-column-gap: 30px
    }

    .sign-why-otto-grid,
    .why-otto-left-grid {
        grid-column-gap: 16px;
        grid-row-gap: 16px
    }

    .personality-sign-block {
        justify-content: flex-start
    }

    .llc-comare-h3 {
        font-size: 18px;
        line-height: 28px
    }

    .ot-footer-center-block-wrapper.p-bottom-20 {
        flex-flow: row
    }
}

@media screen and (max-width:767px) {
    h1 {
        font-size: var(--font-size--mobile-l-h1);
        line-height: var(--line-height--mobile-l-h1)
    }

    h2 {
        font-size: var(--font-size--mobile-l-h2);
        line-height: var(--line-height--mobile-l-h2)
    }

    h3 {
        font-size: var(--font-size--mobile-l-h3);
        line-height: var(--line-height--mobile-l-h3)
    }

    .navbar-brand {
        padding-left: 0
    }

    .hero-heading-left,
    .testimonial-column-light {
        padding: 40px 15px 60px
    }

    .centered-heading {
        font-size: 32px;
        line-height: 42px
    }

    .testimonial-grid-two {
        grid-template-columns: 1fr
    }

    .hero-wrapper-two {
        grid-column-gap: .75em;
        grid-row-gap: .75em
    }

    .div-block {
        justify-content: center
    }

    .heading {
        font-size: 42px;
        line-height: 52px;
        display: block
    }

    .div-block-3 {
        grid-column-gap: 12px;
        grid-row-gap: 12px
    }

    .div-block-4 {
        padding-top: 30px;
        padding-left: 50px
    }

    .hero-stack-deal-tracker {
        padding: 60px 15px
    }

    .heading-2 {
        max-width: none
    }

    .testimonial-slider-large-2 {
        padding: 60px 15px 40px
    }

    .testimonial-slide-2 {
        flex-direction: column;
        padding: 23px
    }

    .testimonial-content-2 {
        max-width: none;
        margin-bottom: 40px;
        margin-right: 0
    }

    .testimonial-quote-icon-2 {
        width: 50px;
        margin-bottom: 16px
    }

    .accordion-item-content {
        margin-right: 0
    }

    .hero-section1 {
        padding: 40px 15px 60px
    }

    .footer-subscribe-2 {
        padding-left: 15px;
        padding-right: 15px
    }

    .footer-form-two-2 {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .footer-form-container-two-2 {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center
    }

    .button-demo-large {
        font-size: 14px
    }

    .centered-heading-copy {
        text-align: center;
        font-size: 32px;
        line-height: 42px
    }

    .blog-collection-list {
        grid-template-columns: 1fr
    }

    .template-hero-section {
        padding: 40px 15px 60px
    }

    .temp-hero-description {
        font-size: 18px;
        line-height: 28px
    }

    .temp-hero-heading-block {
        justify-content: center
    }

    .temp-hero-heading {
        font-size: 35px;
        line-height: 45px;
        display: block
    }

    .template-3-grid-section {
        padding: 40px 15px 60px
    }

    .template-grid {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        grid-template-columns: 1fr 1fr
    }

    .temlate-faq {
        padding: 60px 15px
    }

    .global-footer {
        padding-left: 15px;
        padding-right: 15px
    }

    .footer-wrapper {
        flex-direction: column;
        align-items: center
    }

    .footer-content {
        grid-template-columns: 1fr 1fr
    }

    .footer-block {
        justify-content: flex-start;
        align-items: flex-start
    }

    .footer-divider {
        margin-top: 60px
    }

    .navbar-no-shadow {
        position: sticky
    }

    .nav-menu {
        flex-direction: column;
        padding-bottom: 30px;
        padding-left: 16px;
        padding-right: 16px
    }

    .nav-link-3 {
        padding-top: 10px;
        padding-bottom: 10px;
        display: inline-block
    }

    .nav-dropdown-3 {
        flex-direction: column;
        align-items: center;
        display: flex
    }

    .nav-dropdown-toggle-3 {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .nav-dropdown-list-3.shadow-three {
        box-shadow: 0 8px 50px #0000000d
    }

    .nav-dropdown-list-3.shadow-three.w--open {
        position: relative
    }

    .nav-dropdown-list-3.shadow-three.mobile-shadow-hide {
        box-shadow: none
    }

    .btn-blue,
    .mobile-margin-top-12 {
        margin-top: 10px
    }

    .o-container {
        padding-left: 16px;
        padding-right: 16px
    }

    .product-ctas-section {
        padding: 60px 15px
    }

    .all-product-cta-section {
        padding: 0 15px 60px
    }

    .all-product-cta-wrapper {
        flex-wrap: wrap
    }

    .o-heading-h2 {
        font-size: var(--font-size--mobile-l-h2);
        line-height: var(--line-height--mobile-l-h2)
    }

    .explore-heading,
    .template-heading {
        font-size: 22px;
        line-height: 30px
    }

    .alternative-image {
        width: 60px;
        height: auto;
        margin-top: 5px;
        margin-bottom: 5px
    }

    .d-none {
        display: none
    }

    .terms-container {
        padding-left: 15px;
        padding-right: 15px
    }

    .header-form {
        margin-top: 10px
    }

    .category-grid {
        grid-template-columns: 1fr 1fr
    }

    .tax-off-writer-container {
        padding-left: 16px;
        padding-right: 16px
    }

    .ticker-logo {
        margin-left: 24px;
        margin-right: 24px
    }

    .o-heading-animation-span {
        font-size: 28px;
        line-height: 36px
    }

    .o-4-col-logo-grid {
        flex-flow: wrap;
        grid-template-columns: 1fr 1fr 1fr;
        justify-content: center;
        align-items: stretch;
        display: flex
    }

    .ot-hero-section,
    .ot-hero-section.pt-150 {
        padding-top: 50px;
        padding-bottom: 40px
    }

    .ot-hero-section.pb-123 {
        padding-bottom: 40px
    }

    .ot-hero-section.bg-dotted {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .ot-h1 {
        font-size: var(--_new-home---font-size--ml-h1);
        line-height: var(--_new-home---line-height--ml-h1)
    }

    .ot-h1.ot-sitemap-h1 {
        font-size: 45px;
        line-height: 50px
    }

    .ot-subheadline {
        font-size: 16px;
        line-height: 24px
    }

    .ot-primary-btn.compare-business {
        padding-left: 10px;
        padding-right: 10px
    }

    .ot-zigzag-grid {
        border-radius: 38px;
        padding: 30px
    }

    .ot-zigzag-grid.reverce {
        grid-row-gap: 40px
    }

    .ot-zigzag-content-block.left {
        text-align: center;
        justify-content: center;
        align-items: center
    }

    .ot-h2 {
        font-size: var(--_new-home---font-size--m-h2);
        line-height: var(--_new-home---line-height--m-h2)
    }

    .ot-zigzag-title-text.left {
        justify-content: center;
        align-items: center
    }

    .ot-zigzag-image-block {
        text-align: center
    }

    .ot-section-sub-head.long-sub-head {
        line-height: 24px
    }

    .ot-need-block-main {
        grid-column-gap: 20px;
        grid-row-gap: 20px
    }

    .ot-need-icon-text {
        grid-column-gap: 7px;
        grid-row-gap: 7px
    }

    .ot-need-icon {
        font-size: 20px;
        line-height: 20px
    }

    .o-review-title {
        font-size: 16px;
        line-height: 24px
    }

    .ot-counter-main {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        flex-flow: wrap;
        justify-content: space-between
    }

    .ot-form-block {
        align-self: stretch;
        width: 400px;
        margin-left: auto;
        margin-right: auto
    }

    .ot-email-field {
        width: 100%
    }

    .ot-review-work {
        font-size: 16px;
        line-height: 24px
    }

    .ot-footer-wraper {
        border-radius: 32px;
        padding-top: 30px;
        padding-left: 30px;
        padding-right: 30px
    }

    .ot-footer-top-block {
        grid-row-gap: 50px
    }

    .ot-footer-top-block.p-bottom-20 {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        flex-flow: wrap
    }

    .ot-footer-top-right {
        max-width: 100%
    }

    .ot-form-block-footer {
        align-self: stretch;
        width: 400px
    }

    .ot-footer-top-grid._5-column-grid {
        grid-template-columns: 1fr 1fr
    }

    .ot-footer-bottom-block.ot-n-footer-bottom-block {
        flex-flow: wrap;
        justify-content: center
    }

    .ot-navbar-brand {
        padding-left: 0
    }

    .ot-nav-menu {
        flex-direction: column
    }

    .nav-link-5 {
        padding-top: 10px;
        padding-bottom: 10px;
        display: inline-block
    }

    .nav-dropdown-4 {
        flex-direction: column;
        align-items: center;
        display: flex
    }

    .ot-nav-dropdown-toggle {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .nav-dropdown-list-4.shadow-three {
        box-shadow: 0 8px 50px #0000000d
    }

    .nav-dropdown-list-4.shadow-three.w--open {
        position: relative
    }

    .nav-dropdown-list-4.shadow-three.mobile-shadow-hide {
        box-shadow: none
    }

    .ot-menu-button {
        padding-top: 5px;
        padding-bottom: 3px
    }

    .ot-footer-top-left {
        max-width: 100%
    }

    .otto-center-text {
        font-size: 32px;
        line-height: 40px
    }

    .dropdown-inner-grid {
        grid-template-columns: 1fr 1fr
    }

    .o-feature-main-block {
        padding: 35px
    }

    .o-feature-grid {
        grid-column-gap: 35px;
        grid-row-gap: 35px;
        grid-template-columns: 1fr
    }

    .ot-feature-para-text {
        text-align: center
    }

    .o-feature-form-input {
        height: 46px
    }

    .o-glossary-section,
    .ot-section {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .o-glossary-section.pt-20 {
        padding-top: 20px
    }

    .o-glossary-form-h2 {
        font-size: var(--font-size--mobile-l-h2);
        line-height: var(--line-height--mobile-l-h2);
        text-align: center
    }

    .o-tax-category-main-wrapper {
        margin-top: 40px
    }

    .o-tax-category-left {
        min-width: auto;
        max-width: none
    }

    .o-tax-templates-grid {
        grid-template-columns: 1fr 1fr;
        margin-top: 40px
    }

    .o-tax-templates-p {
        min-height: auto
    }

    .o-resources-grid {
        grid-template-columns: 1fr 1fr;
        margin-top: 40px
    }

    .grid-2 {
        grid-column-gap: 50px;
        grid-row-gap: 50px;
        flex-flow: column
    }

    .book-meeting-container {
        padding-left: 16px;
        padding-right: 16px
    }

    .ot-bm-slider {
        max-width: none
    }

    .ot-book-meeting-right {
        min-height: auto;
        max-height: none;
        padding: 20px
    }

    .ot-book-meeting-right.d-md-none {
        display: none
    }

    .ot-bm-main {
        padding-top: 40px
    }

    .ot-bk-zigzag-grid {
        border-radius: 38px
    }

    .ot-bk-zigzag-wrapper {
        margin-top: 60px
    }

    .ot-hero-grid-form {
        padding: 20px
    }

    .ot-hero-grid-form.d-md-none {
        display: none
    }

    .ot-bk-step-grid {
        grid-template-columns: 1fr
    }

    .ot-financial-main-wraper {
        grid-column-gap: 20px;
        grid-row-gap: 20px
    }

    .ot-financial-top-grid {
        grid-template-columns: 1fr 1fr
    }

    .ot-financial-bottom-grid {
        order: -1;
        grid-template-columns: 1fr 1fr
    }

    .ot-financial-icon-block {
        width: 30px
    }

    .ot-review-slide-block {
        margin-left: 40px;
        margin-right: 40px
    }

    .ot-slide-block-top {
        padding-left: 20px
    }

    .ot-slide-block-bottom {
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        padding: 20px
    }

    .ot-review-slide-text {
        font-size: 16px;
        line-height: 24px
    }

    .div-block-45,
    .div-block-46 {
        display: none
    }

    .ot-pricing-grid {
        grid-template-columns: 1fr
    }

    .ot-pricing-price-block {
        min-height: auto
    }

    .ot-faq-main-container {
        margin-top: 14px
    }

    .ot-faq-container {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .ot-faq-h3 {
        font-size: 16px;
        line-height: 24px
    }

    .ot-faq-ans-text {
        font-size: 14px;
        line-height: 21px
    }

    .ot-comare-head-block {
        justify-content: flex-start
    }

    .ot-comare-head-block.center {
        text-align: center
    }

    .ot-comare-head-title {
        font-size: 18px;
        line-height: 26px
    }

    .ot-comare-head {
        top: 63px
    }

    .ot-comare-body-block {
        justify-content: flex-start
    }

    .collection-list-grid,
    .ot-wc-grid {
        grid-template-columns: 1fr 1fr
    }

    .ot-collection-wrapper {
        padding-top: 80px
    }

    .ot-sitemap-grid {
        grid-template-columns: 1fr 1fr 1fr
    }

    .ot-sitemap-wrapper {
        grid-column-gap: 50px;
        grid-row-gap: 50px
    }

    .ot-sitemap-link-text {
        font-size: 14px
    }

    .ot-sitemap-inner-wrapper {
        grid-column-gap: 24px;
        grid-row-gap: 24px
    }

    .ot-sitemap-h-h2 {
        font-size: 22px;
        line-height: var(--line-height--mobile-p-h2);
        font-weight: 600
    }

    .ot-legal-agriment-content {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        flex-flow: column
    }

    .ot-legal-agriment-p {
        text-align: center;
        column-count: 1
    }

    .ot-agreement-grid {
        grid-column-gap: 35px;
        grid-row-gap: 35px;
        flex-flow: wrap-reverse;
        grid-template-columns: 1fr;
        display: flex
    }

    .ot-h3 {
        font-size: var(--_new-home---font-size--m-h3);
        line-height: var(--_new-home---line-height--m-h3)
    }

    .o-blog-block {
        padding-bottom: 30px
    }

    .ot-comparison-table-wrapper {
        overflow: auto
    }

    .ot-comparison-grid {
        grid-template-columns: 40% 15% 15% 15% 15% 15% 15%
    }

    .ot-comparision-head {
        word-break: break-all;
        font-size: 15px
    }

    .d-lg-none {
        display: block
    }

    .ot-author-image {
        width: 100px
    }

    .ot-tools-list-wrapper {
        grid-template-columns: 1fr
    }

    .t-d-none {
        display: none
    }

    .calculator-collection-list {
        grid-template-columns: 1fr 1fr
    }

    .cac-by-state-grid {
        grid-row-gap: 0px;
        place-items: stretch start
    }

    .currency-pairing-grid {
        grid-template-columns: 1fr 1fr 1fr;
        padding: 30px 16px
    }

    .sign-hero-grid {
        grid-template-columns: 1fr
    }

    .signature-grid {
        grid-template-columns: 1fr 1fr
    }

    .successful-people-position.long-sub-head {
        line-height: 24px
    }

    .sign-zigzag-bottom-grid {
        grid-template-columns: 1fr 1fr
    }

    .llc-vs-corporation-grid,
    .sign-why-otto-grid,
    .sign-zigzag-grid {
        grid-template-columns: 1fr
    }

    .ot-footer-center-block {
        max-width: 100%
    }

    .ot-footer-center-block-wrapper,
    .ot-footer-center-block-wrapper.p-bottom-20 {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        flex-flow: wrap
    }

    .ot-footer-bottom-wrapper,
    .ot-footer-bottom-wrapper.ot-n-footer-bottom-block {
        flex-flow: wrap;
        justify-content: center
    }

    .ot-footer-social-block,
    .socialicons {
        justify-content: flex-start;
        align-items: flex-start
    }
}

@media screen and (max-width:479px) {
    h1 {
        font-size: var(--font-size--mobile-p-h1);
        line-height: var(--line-height--mobile-p-h1)
    }

    h2 {
        font-size: var(--font-size--mobile-p-h2);
        line-height: var(--line-height--mobile-p-h2)
    }

    h3 {
        font-size: var(--font-size--mobile-p-h3);
        line-height: var(--line-height--mobile-p-h3)
    }

    .container {
        max-width: none
    }

    .hero-heading-left {
        margin-top: 0;
        padding-top: 40px
    }

    .centered-heading {
        margin-bottom: 24px;
        font-size: 30px
    }

    .testimonial-main-heading {
        font-size: 22px
    }

    .hero-wrapper-two {
        grid-column-gap: .5em;
        grid-row-gap: .5em
    }

    .heading {
        font-size: 38px;
        line-height: 45px
    }

    .text-block {
        font-size: 17px
    }

    .div-block-3 {
        grid-column-gap: 8px;
        grid-row-gap: 8px
    }

    .div-block-4 {
        padding-top: 20px;
        padding-left: 35px
    }

    .container-2 {
        max-width: none
    }

    .testimonial-quote-icon-2 {
        width: 30px
    }

    .testimonial-quote-2 {
        font-size: 22px;
        line-height: 30px
    }

    .accordion-heading {
        font-size: 18px;
        line-height: 28px
    }

    .hero-section1 {
        margin-top: 0;
        padding-top: 40px
    }

    .container-5 {
        max-width: none
    }

    .footer-form-two-2 {
        padding: 0
    }

    .footer-form-container-two-2 {
        padding-top: 0
    }

    .button-demo-large {
        padding-left: 20px;
        padding-right: 20px
    }

    .centered-heading-copy {
        text-align: center;
        margin-bottom: 24px
    }

    .author-container {
        max-width: none
    }

    .collection-list-3 {
        overflow: auto
    }

    .template-hero-section {
        margin-top: 0;
        padding-top: 40px
    }

    .template-container {
        max-width: none
    }

    .hero-text-block {
        grid-column-gap: 0em;
        grid-row-gap: 0em
    }

    .temp-hero-description {
        font-size: 16px;
        line-height: 24px
    }

    .temp-hero-heading {
        font-size: 30px;
        line-height: 40px
    }

    .template-grid {
        grid-template-columns: 1fr
    }

    .template-faq-wrapper {
        grid-template-rows: auto auto;
        grid-template-columns: 1fr
    }

    .template-faq-container {
        max-width: none
    }

    .global-footer {
        padding-bottom: 20px
    }

    .footer-content {
        grid-column-gap: 24px;
        grid-row-gap: 24px;
        grid-template-columns: 1fr
    }

    .nav-menu {
        flex-direction: column
    }

    .blue-btn-wrapper,
    .nav-button-wrapper {
        width: auto
    }

    .container-7 {
        max-width: none
    }

    .glossery-cta-title {
        margin-bottom: 24px
    }

    .pricing-grid {
        grid-template-columns: 1fr
    }

    .o-section.bg-gray,
    .o-section.bg-transparent {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .o-heading-h2 {
        font-size: var(--font-size--mobile-p-h2);
        line-height: var(--line-height--mobile-p-h2)
    }

    .o-heading-h2.mb-24 {
        margin-bottom: 20px
    }

    .o-heading-wrapper {
        margin-bottom: 24px
    }

    .explore-heading {
        font-size: 20px
    }

    .how-to-point-heading {
        font-size: 20px;
        line-height: 30px
    }

    .feature-block {
        padding: 16px
    }

    .bottom-footer {
        flex-flow: column
    }

    .d-none {
        display: none
    }

    .launchlist-form {
        grid-row-gap: 10px;
        flex-flow: wrap;
        justify-content: center;
        align-items: center
    }

    .header-form-submit {
        width: 100%
    }

    .category-grid {
        grid-template-columns: 1fr
    }

    .o-4-col-logo-grid {
        grid-column-gap: 40px;
        grid-row-gap: 40px;
        grid-template-columns: 1fr 1fr
    }

    .o-company-logo-block {
        border-radius: 14px;
        width: 80px;
        height: 80px
    }

    .o-company-logo {
        width: 65px;
        height: auto
    }

    .o-minimize-icon {
        width: 23px;
        top: -7%;
        left: -7%
    }

    .ot-h1 {
        font-size: var(--_new-home---font-size--mp-h1)
    }

    .ot-h1.ot-sitemap-h1 {
        font-size: 35px;
        line-height: 48px
    }

    .ot-primary-btn.ot-submit {
        width: 100%;
        font-size: 14px;
        line-height: 22px;
        position: static;
        transform: none
    }

    .ot-primary-btn.outer {
        display: none
    }

    .ot-primary-btn.compare-btn {
        color: var(--_new-home---primary--blue--700);
        border-style: none;
        padding: 0;
        font-size: 12px;
        line-height: 14px
    }

    .ot-primary-btn.compare-btn:hover {
        box-shadow: none
    }

    .ot-primary-btn.compare-business {
        color: var(--_new-home---primary--blue--700);
        background-color: #0000;
        border-style: none;
        padding: 0;
        font-size: 12px;
        line-height: 14px
    }

    .ot-primary-btn.compare-business:hover {
        box-shadow: none
    }

    .ot-primary-btn.icon-with-text {
        justify-content: center;
        align-items: center
    }

    .ot-primary-btn.white-btn {
        padding-left: 20px;
        padding-right: 20px
    }

    .ot-secondary-btn.outer {
        display: none
    }

    .ot-secondary-btn.icon-with-text {
        justify-content: center;
        align-items: center
    }

    .ot-logo-title {
        margin-bottom: 25px
    }

    .ot-zigzag-grid {
        border-radius: 20px;
        padding: 16px
    }

    .ot-zigzag-grid.reverce {
        grid-row-gap: 30px
    }

    .ot-tool-section {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .ot-section-sub-head.fs-md-14 {
        font-size: 14px;
        line-height: 22px
    }

    .ot-tool-main {
        padding: 30px 16px
    }

    .ot-need-block-main {
        justify-content: center;
        align-items: center
    }

    .ot-counter-section,
    .ot-review-section {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .ot-counter-h4 {
        font-size: 20px;
        line-height: 28px
    }

    .ot-counter-after {
        height: 12px;
        top: 13px;
        left: -5px
    }

    .ot-company-logo-block.otto {
        width: 80px;
        height: 80px
    }

    .ot-form-block {
        width: 100%
    }

    .ot-form {
        text-align: center
    }

    .ot-email-field {
        width: 100%;
        margin-bottom: 10px
    }

    .ot-footer-wraper {
        padding-top: 16px;
        padding-left: 16px;
        padding-right: 16px
    }

    .ot-form-block-footer {
        width: 100%
    }

    .ot-footer-top-grid,
    .ot-footer-top-grid._5-column-grid {
        grid-template-columns: 1fr
    }

    .ot-nav-inner-container {
        padding-top: 0;
        padding-bottom: 0
    }

    .ot-nav-menu-wrapper {
        padding-top: 76px
    }

    .ot-nav-menu {
        flex-direction: column
    }

    .ot-nav-button-wrapper {
        flex-flow: column;
        align-items: stretch;
        width: auto
    }

    .ot-nav-button-wrapper.inner {
        align-items: stretch;
        padding-left: 25px;
        padding-right: 25px;
        display: flex
    }

    .otto-center-text {
        font-size: 28px;
        line-height: 36px
    }

    .template-form {
        width: 100%
    }

    .ot-tax-collection-list {
        grid-column-gap: 16px;
        grid-row-gap: 16px
    }

    .ot-tax-collection-item-block {
        font-size: 14px;
        line-height: 20px
    }

    .dropdown-inner-grid {
        grid-template-columns: 1fr
    }

    .o-feature-main-block {
        padding: 16px
    }

    .o-feature-grid {
        grid-column-gap: 20px;
        grid-row-gap: 20px
    }

    .o-content-block {
        grid-column-gap: 25px;
        grid-row-gap: 25px
    }

    .ot-feature-para-text {
        line-height: 24px
    }

    .o-feature-top-form {
        flex-flow: column
    }

    .ot-section.review {
        padding-bottom: 80px
    }

    .o-glossary-hero-section {
        background-size: auto
    }

    .o-glossary-form-h2 {
        font-size: var(--font-size--mobile-p-h2);
        line-height: var(--line-height--mobile-p-h2)
    }

    .o-tax-category-block {
        grid-column-gap: 12px;
        grid-row-gap: 12px;
        padding: 16px
    }

    .o-tax-category-head {
        font-size: 14px;
        line-height: 20px
    }

    .o-tax-category-right {
        min-width: 50px;
        max-width: 61px
    }

    .o-tex-category-p {
        font-size: 14px;
        line-height: 20px
    }

    .o-tex-category-icon {
        width: 30px;
        font-size: 14px;
        line-height: 30px
    }

    .o-tax-templates-grid.mb-0.grid-m-1 {
        grid-template-columns: 1fr
    }

    .o-tax-templates-link {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        border-radius: 12px;
        padding: 16px
    }

    .o-tax-templates-p,
    .o-tax-templates-span {
        font-size: 14px;
        line-height: 22px
    }

    .o-tax-templates-top {
        grid-column-gap: 16px;
        grid-row-gap: 16px
    }

    .o-resources-grid {
        grid-template-columns: 1fr
    }

    .o-resources-block {
        padding: 16px
    }

    .o-tax-form-input-block,
    .o-tax-form-input-block._w-50 {
        width: 100%
    }

    .grid-2 {
        display: block
    }

    .ot-bm-slide-block {
        padding: 16px
    }

    .ot-book-meeting-right {
        padding-left: 16px;
        padding-right: 16px
    }

    .ot-bk-zigzag-grid {
        border-radius: 20px
    }

    .ot-bk-zigzag-grid.reverce {
        grid-row-gap: 30px
    }

    .ot-hero-grid-form {
        padding: 16px
    }

    .ot-financial-bottom-grid,
    .ot-financial-top-grid {
        grid-template-columns: 1fr
    }

    .ot-financial-icon-block.slider-arrow-left,
    .ot-financial-icon-block.slider-arrow-right {
        position: static;
        transform: none
    }

    .ot-review-slide-block {
        margin-left: 0;
        margin-right: 0
    }

    .ot-review-left-arrow {
        width: 30px;
        inset: auto 15% -50px 0%
    }

    .ot-review-right-arrow {
        width: 30px;
        inset: auto 0% -50px 15%
    }

    .ot-pricing-popular.p-0 {
        margin-top: -26px;
        margin-left: 0
    }

    .ot-monthly-yearly-tabs.mb-26 {
        margin-bottom: 26px
    }

    .ot-comare-head-block {
        text-align: center;
        justify-content: flex-start;
        align-items: center;
        padding: 15px 10px
    }

    .ot-comare-head-text {
        margin-bottom: 10px
    }

    .ot-comare-head-title {
        font-size: 16px;
        line-height: 24px
    }

    .div-block-53 {
        flex-flow: column-reverse wrap;
        justify-content: flex-start;
        align-items: center
    }

    .ot-comare-body-block {
        justify-content: flex-start;
        align-items: center;
        padding: 15px 10px
    }

    .ot-comare-body-title {
        font-size: 16px;
        line-height: 24px
    }

    .ot-comare-body-text {
        font-size: 14px;
        line-height: 22px
    }

    .collection-list-grid {
        grid-template-columns: 1fr
    }

    .ot-collection-link {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        border-radius: 10px;
        padding: 16px
    }

    .ot-wc-grid {
        grid-template-columns: 1fr
    }

    .ot-sitemap-grid {
        grid-column-gap: 12px;
        grid-row-gap: 12px;
        grid-template-columns: 1fr 1fr
    }

    .ot-sitemap-wrapper.ot-sitemap-left {
        margin-top: 30px
    }

    .ot-sitemap-link-text {
        font-size: 14px;
        line-height: 22px
    }

    .ot-sitemap-h-h2 {
        font-size: 19px;
        font-weight: 600
    }

    .ot-agreement-grid {
        grid-column-gap: 20px;
        grid-row-gap: 20px
    }

    .ot-alternative-grid {
        grid-template-columns: 1fr 1fr
    }

    .o-blog-block {
        padding: 16px
    }

    .ot-comparison-grid {
        grid-template-columns: 40% 20% 20% 20% 20% 20% 20%
    }

    .ot-comparison-grid._6-grid {
        grid-template-columns: 170px 150px 150px 150px 150px 150px
    }

    .ot-comparision-head {
        font-size: 14px;
        line-height: 22px
    }

    .ot-author-inner {
        flex-flow: column;
        justify-content: flex-start;
        align-items: center
    }

    .ot-author-mail {
        justify-content: center;
        align-items: center
    }

    .ot-author-content {
        text-align: center
    }

    .author-collection-wrapper {
        margin-top: 50px
    }

    .calculator-collection-list {
        grid-template-columns: 1fr
    }

    .cac-by-state-grid {
        grid-template-columns: auto;
        justify-items: stretch
    }

    .cac-by-state-grid._2-grid {
        grid-template-columns: auto
    }

    .state-block {
        column-count: 2
    }

    .currency-pairing-grid {
        grid-template-columns: 1fr 1fr
    }

    .sign-block-wrapper {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        padding: 30px 16px
    }

    .sign-block-image {
        width: 50px;
        height: 50px
    }

    .sign-block-heading {
        font-size: 18px;
        line-height: 28px
    }

    .signature-grid {
        grid-column-gap: 16px;
        grid-row-gap: 40px
    }

    .personality-sign-title {
        font-size: 16px;
        line-height: 24px
    }

    .personality-sign-img {
        margin-bottom: 8px
    }

    .successful-sign-title {
        font-size: 16px;
        line-height: 24px
    }

    .successful-people-position {
        font-size: 14px;
        line-height: 22px
    }

    .sign-zigzag-h3 {
        font-size: 16px
    }

    .why-otto-right-grid-title {
        font-size: 14px;
        line-height: 22px
    }

    .sign-hero-block-img {
        width: 30px;
        height: 30px
    }
}

#w-node-_0fc42039-19e5-07b7-169a-a58f03b843c0-7f30861b,
#w-node-_184a161d-93bd-e3c8-e3f7-36711e7b343d-7f30861b,
#w-node-_184a161d-93bd-e3c8-e3f7-36711e7b3440-7f30861b,
#w-node-_184a161d-93bd-e3c8-e3f7-36711e7b3443-7f30861b,
#w-node-_184a161d-93bd-e3c8-e3f7-36711e7b3446-7f30861b,
#w-node-_1dbdc90f-9bd5-15ba-4d23-d7c412808e95-64fab289,
#w-node-_1dbdc90f-9bd5-15ba-4d23-d7c412808e98-64fab289,
#w-node-_1dbdc90f-9bd5-15ba-4d23-d7c412808e9b-64fab289,
#w-node-_213280e3-7ea6-26fe-64df-eebb7adfc6f1-7f30861b,
#w-node-_28bf1856-db6c-ca7b-7c43-22b77583a573-64fab289,
#w-node-_28bf1856-db6c-ca7b-7c43-22b77583a576-64fab289,
#w-node-_28bf1856-db6c-ca7b-7c43-22b77583a579-64fab289,
#w-node-_2b63e990-2e6a-b8df-e490-142b5fe88e94-64fab289,
#w-node-_2b63e990-2e6a-b8df-e490-142b5fe88e97-64fab289,
#w-node-_2b63e990-2e6a-b8df-e490-142b5fe88e9a-64fab289,
#w-node-_4211eeb2-ce56-cd61-6075-385e4245959d-c6402339,
#w-node-_4211eeb2-ce56-cd61-6075-385e424595a4-c6402339,
#w-node-_4211eeb2-ce56-cd61-6075-385e424595ac-c6402339,
#w-node-_4211eeb2-ce56-cd61-6075-385e424595b4-c6402339,
#w-node-_4211eeb2-ce56-cd61-6075-385e424595bc-c6402339,
#w-node-_4211eeb2-ce56-cd61-6075-385e424595c4-c6402339,
#w-node-_45eb94c5-3822-9f50-4356-ad4bda1634ee-7f30861b,
#w-node-_45eb94c5-3822-9f50-4356-ad4bda1634f1-7f30861b,
#w-node-_45eb94c5-3822-9f50-4356-ad4bda1634f4-7f30861b,
#w-node-_45eb94c5-3822-9f50-4356-ad4bda1634f7-7f30861b,
#w-node-_492cca9f-b5ec-be18-39bc-6a237ae82aec-64fab289,
#w-node-_4edf3f6f-9a0e-5208-744c-325501376d14-c6402339,
#w-node-_6810144d-a73d-46ed-86cf-5fefecfcbd58-c6402339,
#w-node-_6a1b011b-f6e2-cb00-f16e-d58ba6faffe0-7f30861b,
#w-node-_6a1b011b-f6e2-cb00-f16e-d58ba6faffe3-7f30861b,
#w-node-_6a1b011b-f6e2-cb00-f16e-d58ba6faffe6-7f30861b,
#w-node-_6a1b011b-f6e2-cb00-f16e-d58ba6faffe9-7f30861b,
#w-node-_87ea56ed-4cca-3f03-4d73-7e51d00cac0d-64fab289,
#w-node-_87ea56ed-4cca-3f03-4d73-7e51d00cac10-64fab289,
#w-node-_87ea56ed-4cca-3f03-4d73-7e51d00cac13-64fab289,
#w-node-_90f672bb-bfb7-4f6f-693b-7518ab1821b3-7f30861b,
#w-node-_9328b841-a746-9300-2685-47d1f1646f88-7f30861b,
#w-node-_9328b841-a746-9300-2685-47d1f1646f8b-7f30861b,
#w-node-_9328b841-a746-9300-2685-47d1f1646f8e-7f30861b,
#w-node-_9328b841-a746-9300-2685-47d1f1646f91-7f30861b,
#w-node-_95da838e-5bec-96e4-5c89-8190504ecd15-64fab289,
#w-node-_95da838e-5bec-96e4-5c89-8190504ecd18-64fab289,
#w-node-_95da838e-5bec-96e4-5c89-8190504ecd1b-64fab289,
#w-node-_9760380c-5dd1-c6f5-0e22-05e44571176c-7f30861b,
#w-node-_9760380c-5dd1-c6f5-0e22-05e44571176f-7f30861b,
#w-node-_9760380c-5dd1-c6f5-0e22-05e445711772-7f30861b,
#w-node-_9760380c-5dd1-c6f5-0e22-05e445711775-7f30861b,
#w-node-_97c0e5c0-f6d6-3f80-397f-a0ed9f001706-5c5f6f25,
#w-node-_9eaa890e-75b3-71c4-a755-77adaf6ed7c1-7f30861b,
#w-node-_9eaa890e-75b3-71c4-a755-77adaf6ed7c4-7f30861b,
#w-node-_9eaa890e-75b3-71c4-a755-77adaf6ed7c7-7f30861b,
#w-node-_9eaa890e-75b3-71c4-a755-77adaf6ed7ca-7f30861b,
#w-node-a6375249-857b-81b9-4467-6e45235f9f59-64fab289,
#w-node-a6375249-857b-81b9-4467-6e45235f9f5c-64fab289,
#w-node-a6375249-857b-81b9-4467-6e45235f9f5f-64fab289,
#w-node-ae4aee22-3119-2a70-2116-866af61e5289-64fab289,
#w-node-ae4aee22-3119-2a70-2116-866af61e528c-64fab289,
#w-node-ae4aee22-3119-2a70-2116-866af61e528f-64fab289,
#w-node-aeebf5e7-3635-c95f-5b47-fd81b823d546-64fab289,
#w-node-aeebf5e7-3635-c95f-5b47-fd81b823d549-64fab289,
#w-node-aeebf5e7-3635-c95f-5b47-fd81b823d54c-64fab289,
#w-node-b4c4c864-29a8-a7bb-ac65-f6b6f0e374a9-7f30861b,
#w-node-b73f73bb-adf5-2ef8-1ada-737d4a390a2c-64fab289,
#w-node-b73f73bb-adf5-2ef8-1ada-737d4a390a2f-64fab289,
#w-node-b73f73bb-adf5-2ef8-1ada-737d4a390a32-64fab289,
#w-node-b8c3f52e-9e5a-b6e9-c488-7ee069321655-7f30861b,
#w-node-be55de94-2857-2a3b-05d5-bd17c3a4d6ae-64fab289,
#w-node-be55de94-2857-2a3b-05d5-bd17c3a4d6b1-64fab289,
#w-node-be55de94-2857-2a3b-05d5-bd17c3a4d6b4-64fab289,
#w-node-c82f806e-cb2e-604e-33f6-bd0579d42088-c6402339,
#w-node-d077fa2c-bb1b-8168-a089-5bb06fcc5b34-64fab289,
#w-node-d077fa2c-bb1b-8168-a089-5bb06fcc5b7d-64fab289,
#w-node-d077fa2c-bb1b-8168-a089-5bb06fcc5b80-64fab289,
#w-node-d077fa2c-bb1b-8168-a089-5bb06fcc5b83-64fab289,
#w-node-d801bb33-96b2-6d1a-586c-95824921f8f1-64fab289,
#w-node-d801bb33-96b2-6d1a-586c-95824921f8f4-64fab289,
#w-node-d801bb33-96b2-6d1a-586c-95824921f8f7-64fab289,
#w-node-da8173c8-dd78-f584-ff3d-afb302c1011f-64fab289,
#w-node-da8173c8-dd78-f584-ff3d-afb302c10122-64fab289,
#w-node-da8173c8-dd78-f584-ff3d-afb302c10125-64fab289,
#w-node-de275d86-2a4b-7221-6651-8c1bf61d9b40-7f30861b,
#w-node-de275d86-2a4b-7221-6651-8c1bf61d9b43-7f30861b,
#w-node-de275d86-2a4b-7221-6651-8c1bf61d9b46-7f30861b,
#w-node-de275d86-2a4b-7221-6651-8c1bf61d9b49-7f30861b,
#w-node-e9a54ab6-f1ca-9dd9-8e90-6e59a8e4766c-7f30861b,
#w-node-e9a54ab6-f1ca-9dd9-8e90-6e59a8e4766f-7f30861b,
#w-node-e9a54ab6-f1ca-9dd9-8e90-6e59a8e47672-7f30861b,
#w-node-e9a54ab6-f1ca-9dd9-8e90-6e59a8e47675-7f30861b,
#w-node-ea928bc2-ad38-977e-97b1-73ccc479a0b4-64fab289,
#w-node-ef593cb8-26ec-b024-20e4-23466492eaab-7f30861b,
#w-node-ef593cb8-26ec-b024-20e4-23466492eaae-7f30861b,
#w-node-ef593cb8-26ec-b024-20e4-23466492eab1-7f30861b,
#w-node-ef593cb8-26ec-b024-20e4-23466492eab4-7f30861b,
#w-node-fd2c4721-5657-0aad-d746-87c29335b8b3-9335b8ad,
#w-node-fd2c4721-5657-0aad-d746-87c29335b8bc-9335b8ad,
#w-node-fd2c4721-5657-0aad-d746-87c29335b8c3-9335b8ad,
#w-node-fd2c4721-5657-0aad-d746-87c29335b8c8-9335b8ad,
#w-node-ff077161-cd92-56c2-75da-881a86f82897-7f30861b,
#w-node-ff077161-cd92-56c2-75da-881a86f8289a-7f30861b,
#w-node-ff077161-cd92-56c2-75da-881a86f8289d-7f30861b,
#w-node-ff077161-cd92-56c2-75da-881a86f828a0-7f30861b {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-_96aef7fc-c8f0-4b54-196d-04700e59057d-7f30861b {
    grid-area: span 1/span 2/span 1/span 2
}

#w-node-_013bcc94-bba4-d6e7-4752-02f3251617be-7f30861b,
#w-node-_013bcc94-bba4-d6e7-4752-02f3251617c1-7f30861b,
#w-node-_013bcc94-bba4-d6e7-4752-02f3251617c4-7f30861b,
#w-node-_013bcc94-bba4-d6e7-4752-02f3251617c7-7f30861b,
#w-node-_015f9f2b-f778-6191-702b-6760ad1d529b-7f30861b,
#w-node-_015f9f2b-f778-6191-702b-6760ad1d529e-7f30861b,
#w-node-_015f9f2b-f778-6191-702b-6760ad1d52a1-7f30861b,
#w-node-_015f9f2b-f778-6191-702b-6760ad1d52a4-7f30861b,
#w-node-_090704c1-36fd-702b-5fc5-491309963f4e-7f30861b,
#w-node-_090704c1-36fd-702b-5fc5-491309963f51-7f30861b,
#w-node-_090704c1-36fd-702b-5fc5-491309963f54-7f30861b,
#w-node-_090704c1-36fd-702b-5fc5-491309963f57-7f30861b,
#w-node-_0d36ec42-4d4c-c932-2746-ef7e2a31b3ef-7f30861b,
#w-node-_0d36ec42-4d4c-c932-2746-ef7e2a31b3f2-7f30861b,
#w-node-_0d36ec42-4d4c-c932-2746-ef7e2a31b3f5-7f30861b,
#w-node-_0d36ec42-4d4c-c932-2746-ef7e2a31b3f8-7f30861b,
#w-node-_1456cb3e-0954-5d39-0e5b-59d0480fe529-7f30861b,
#w-node-_1456cb3e-0954-5d39-0e5b-59d0480fe52c-7f30861b,
#w-node-_1456cb3e-0954-5d39-0e5b-59d0480fe52f-7f30861b,
#w-node-_1456cb3e-0954-5d39-0e5b-59d0480fe532-7f30861b,
#w-node-_28280580-8a16-14e0-aa51-683fa4d6a8a1-7f30861b,
#w-node-_28280580-8a16-14e0-aa51-683fa4d6a8a4-7f30861b,
#w-node-_28280580-8a16-14e0-aa51-683fa4d6a8a7-7f30861b,
#w-node-_28280580-8a16-14e0-aa51-683fa4d6a8aa-7f30861b,
#w-node-_2b25362c-f012-202b-81c7-56c1171b8b23-560e63dd,
#w-node-_2b267229-4142-e3af-4b5b-9c6f4e26accb-7f30861b,
#w-node-_2b267229-4142-e3af-4b5b-9c6f4e26acce-7f30861b,
#w-node-_2b267229-4142-e3af-4b5b-9c6f4e26acd1-7f30861b,
#w-node-_2b267229-4142-e3af-4b5b-9c6f4e26acd4-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0a4-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0a9-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0ac-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0af-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0b2-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0b6-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0b9-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0bc-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0bf-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0c3-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0c6-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0c9-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0cc-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0d0-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0d3-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0d6-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0d9-7f30861b,
#w-node-_370a8c4a-c51b-08bc-c097-55ca6019cbc5-7f30861b,
#w-node-_370a8c4a-c51b-08bc-c097-55ca6019cbc8-7f30861b,
#w-node-_370a8c4a-c51b-08bc-c097-55ca6019cbcb-7f30861b,
#w-node-_370a8c4a-c51b-08bc-c097-55ca6019cbce-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cae-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cb3-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cb6-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cb9-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cbc-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cc0-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cc3-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cc6-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cc9-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2ccd-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cd0-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cd3-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cd6-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cda-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cdd-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2ce0-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2ce3-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2ce7-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cea-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2ced-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cf0-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cf4-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cf7-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cfa-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cfd-7f30861b,
#w-node-_4ee45b8a-2d5c-9a78-2f5d-0ca8e017cce6-7f30861b,
#w-node-_4ee45b8a-2d5c-9a78-2f5d-0ca8e017cce9-7f30861b,
#w-node-_4ee45b8a-2d5c-9a78-2f5d-0ca8e017ccec-7f30861b,
#w-node-_4ee45b8a-2d5c-9a78-2f5d-0ca8e017ccef-7f30861b,
#w-node-_53c926a5-ee7d-a20d-a3fb-ed0a9ea665b3-7f30861b,
#w-node-_53c926a5-ee7d-a20d-a3fb-ed0a9ea665b6-7f30861b,
#w-node-_53c926a5-ee7d-a20d-a3fb-ed0a9ea665b9-7f30861b,
#w-node-_53c926a5-ee7d-a20d-a3fb-ed0a9ea665bc-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218ceba-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cebf-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cec2-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cec5-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cec8-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cecc-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218ced0-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218ced3-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218ced6-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218ceda-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cede-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cee1-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cee4-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cee8-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218ceeb-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218ceee-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cef1-7f30861b,
#w-node-_61f86c07-4e38-a6f3-c5fa-7407f29347e5-7f30861b,
#w-node-_61f86c07-4e38-a6f3-c5fa-7407f29347e8-7f30861b,
#w-node-_61f86c07-4e38-a6f3-c5fa-7407f29347eb-7f30861b,
#w-node-_61f86c07-4e38-a6f3-c5fa-7407f29347ee-7f30861b,
#w-node-_6f7fcb3d-d5d6-15be-e026-1e21b2ac5b9d-01ae2dcc,
#w-node-_6f7fcb3d-d5d6-15be-e026-1e21b2ac5b9d-4104a244,
#w-node-_6f7fcb3d-d5d6-15be-e026-1e21b2ac5b9d-8d035ad2,
#w-node-_6f7fcb3d-d5d6-15be-e026-1e21b2ac5b9d-b151776c,
#w-node-_714dd107-b5f0-69d1-7ae1-6473bd7d7d69-7f30861b,
#w-node-_714dd107-b5f0-69d1-7ae1-6473bd7d7d6c-7f30861b,
#w-node-_714dd107-b5f0-69d1-7ae1-6473bd7d7d6f-7f30861b,
#w-node-_714dd107-b5f0-69d1-7ae1-6473bd7d7d72-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053ce-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053d3-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053d6-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053d9-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053dc-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053e0-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053e5-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053e8-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053eb-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053ef-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053f6-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053f9-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053fc-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc905400-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc905403-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc905406-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc905409-7f30861b,
#w-node-_75f583cc-b707-d58e-eecf-b398fc192785-7f30861b,
#w-node-_75f583cc-b707-d58e-eecf-b398fc192788-7f30861b,
#w-node-_75f583cc-b707-d58e-eecf-b398fc19278b-7f30861b,
#w-node-_75f583cc-b707-d58e-eecf-b398fc19278e-7f30861b,
#w-node-_85c651f9-98d1-4fb8-194c-b5a30354293c-7f30861b,
#w-node-_85c651f9-98d1-4fb8-194c-b5a30354293f-7f30861b,
#w-node-_85c651f9-98d1-4fb8-194c-b5a303542942-7f30861b,
#w-node-_85c651f9-98d1-4fb8-194c-b5a303542945-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e0d9-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e0de-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e0e1-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e0e4-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e0e7-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e0eb-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e0ee-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e0f1-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e0f4-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e0f8-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e0fb-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e0fe-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e101-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e105-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e108-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e10b-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e10e-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e112-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e115-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e118-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e11b-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e11f-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e122-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e125-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e128-7f30861b,
#w-node-_90199a78-dbc0-2c8e-fd3f-6da2b62ee0b0-7f30861b,
#w-node-_90199a78-dbc0-2c8e-fd3f-6da2b62ee0b5-7f30861b,
#w-node-_90199a78-dbc0-2c8e-fd3f-6da2b62ee0b8-7f30861b,
#w-node-_90199a78-dbc0-2c8e-fd3f-6da2b62ee0bb-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e28-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e2d-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e30-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e33-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e36-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e3a-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e3d-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e40-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e43-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e47-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e4a-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e4d-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e50-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e54-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e57-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e5a-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e5d-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e61-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e64-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e67-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e6a-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e590582-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e590585-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e590588-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e59058b-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e59058f-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e590592-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e590595-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e590598-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e59059c-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e5905a0-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e5905a3-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e5905a6-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e5905aa-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e5905ae-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e5905b1-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e5905b4-7f30861b,
#w-node-_96de8b82-e179-7f9c-6e68-4728248abbfc-7f30861b,
#w-node-_96de8b82-e179-7f9c-6e68-4728248abbff-7f30861b,
#w-node-_96de8b82-e179-7f9c-6e68-4728248abc02-7f30861b,
#w-node-_96de8b82-e179-7f9c-6e68-4728248abc05-7f30861b,
#w-node-_97c0e5c0-f6d6-3f80-397f-a0ed9f001706-76c093c0,
#w-node-_97c0e5c0-f6d6-3f80-397f-a0ed9f001706-ed418883,
#w-node-_9bb16678-55c1-778d-73d1-0a38903ae48e-7f30861b,
#w-node-_9bb16678-55c1-778d-73d1-0a38903ae491-7f30861b,
#w-node-_9bb16678-55c1-778d-73d1-0a38903ae494-7f30861b,
#w-node-_9bb16678-55c1-778d-73d1-0a38903ae497-7f30861b,
#w-node-a688e0db-f564-39a3-2cb4-3a3c62786752-0250efba,
#w-node-a9bdd68e-1d9e-5aac-77a8-d5d3ec1e4bf7-7f30861b,
#w-node-a9bdd68e-1d9e-5aac-77a8-d5d3ec1e4bfa-7f30861b,
#w-node-a9bdd68e-1d9e-5aac-77a8-d5d3ec1e4bfd-7f30861b,
#w-node-a9bdd68e-1d9e-5aac-77a8-d5d3ec1e4c00-7f30861b,
#w-node-b58d41e1-65bc-830e-09b6-1cbfab50101f-7f30861b,
#w-node-b58d41e1-65bc-830e-09b6-1cbfab501022-7f30861b,
#w-node-b58d41e1-65bc-830e-09b6-1cbfab501025-7f30861b,
#w-node-b58d41e1-65bc-830e-09b6-1cbfab501028-7f30861b,
#w-node-c0412a9f-83e3-9222-d1af-2af99405c973-7f30861b,
#w-node-c0412a9f-83e3-9222-d1af-2af99405c976-7f30861b,
#w-node-c0412a9f-83e3-9222-d1af-2af99405c979-7f30861b,
#w-node-c0412a9f-83e3-9222-d1af-2af99405c97c-7f30861b,
#w-node-c07997d8-bdd8-b28d-f82a-b67aa0b6d5a7-7f30861b,
#w-node-c07997d8-bdd8-b28d-f82a-b67aa0b6d5aa-7f30861b,
#w-node-c07997d8-bdd8-b28d-f82a-b67aa0b6d5ad-7f30861b,
#w-node-c07997d8-bdd8-b28d-f82a-b67aa0b6d5b0-7f30861b,
#w-node-d67d728f-37fe-f1ff-d992-60ec1dc173b3-7f30861b,
#w-node-d67d728f-37fe-f1ff-d992-60ec1dc173b6-7f30861b,
#w-node-d67d728f-37fe-f1ff-d992-60ec1dc173b9-7f30861b,
#w-node-d67d728f-37fe-f1ff-d992-60ec1dc173bc-7f30861b,
#w-node-da7f4f7f-66e4-615d-be2a-295b1b392b06-7f30861b,
#w-node-da7f4f7f-66e4-615d-be2a-295b1b392b09-7f30861b,
#w-node-da7f4f7f-66e4-615d-be2a-295b1b392b0c-7f30861b,
#w-node-da7f4f7f-66e4-615d-be2a-295b1b392b0f-7f30861b,
#w-node-df5065d0-58bf-a95a-fcae-cc0891246204-7f30861b,
#w-node-df5065d0-58bf-a95a-fcae-cc0891246207-7f30861b,
#w-node-df5065d0-58bf-a95a-fcae-cc089124620a-7f30861b,
#w-node-df5065d0-58bf-a95a-fcae-cc089124620d-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a1d-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a22-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a25-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a28-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a2b-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a2f-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a32-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a35-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a38-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a3c-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a3f-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a42-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a45-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a49-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a4c-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a4f-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a52-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a56-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a59-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a5c-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a5f-7f30861b,
#w-node-f6536558-af9b-15ab-3ce7-1df73dfa9734-7f30861b,
#w-node-f6536558-af9b-15ab-3ce7-1df73dfa9737-7f30861b,
#w-node-f6536558-af9b-15ab-3ce7-1df73dfa973a-7f30861b,
#w-node-f6536558-af9b-15ab-3ce7-1df73dfa973d-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9faea-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9faef-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9faf2-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9faf5-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9faf8-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fafc-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9faff-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fb02-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fb05-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fb09-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fb0c-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fb0f-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fb12-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fb16-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fb19-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fb1c-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fb1f-7f30861b,
#w-node-ffb48ec9-879f-bf25-d955-5c926b338555-7f30861b,
#w-node-ffb48ec9-879f-bf25-d955-5c926b338558-7f30861b,
#w-node-ffb48ec9-879f-bf25-d955-5c926b33855b-7f30861b,
#w-node-ffb48ec9-879f-bf25-d955-5c926b33855e-7f30861b {
    grid-area: span 1/span 1/span 1/span 1
}

@media screen and (max-width:991px) {

    #w-node-_216f12ae-ba9e-7966-97d1-b548748f14ad-ccff699d,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-ccff699d,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-ccff699d,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-ccff699d,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-ccff699d,
    #w-node-a6c1c49c-b847-624b-d15d-9c2f6ee7042e-ccff699d {
        order: -9999
    }

    #w-node-fd2c4721-5657-0aad-d746-87c29335b8b3-9335b8ad {
        grid-area: span 1/span 4/span 1/span 4
    }

    #w-node-_0722c148-ae40-2fcd-58d8-0e243f6e89b8-64fab289,
    #w-node-_0722c148-ae40-2fcd-58d8-0e243f6e89bb-64fab289,
    #w-node-_0722c148-ae40-2fcd-58d8-0e243f6e89da-64fab289,
    #w-node-_0c41a6a6-75bb-e14e-ca51-28e681040d4f-54ef974a,
    #w-node-_0c41a6a6-75bb-e14e-ca51-28e681040d52-54ef974a,
    #w-node-_0c41a6a6-75bb-e14e-ca51-28e681040d6f-54ef974a,
    #w-node-_0c41a6a6-75bb-e14e-ca51-28e681040d72-54ef974a,
    #w-node-_216f12ae-ba9e-7966-97d1-b548748f14ad-3b550c30,
    #w-node-_216f12ae-ba9e-7966-97d1-b548748f14ad-f0e04a7e,
    #w-node-_289c31eb-8abc-f4e2-bd60-14d0d8c99911-fed88d6b,
    #w-node-_289c31eb-8abc-f4e2-bd60-14d0d8c99914-fed88d6b,
    #w-node-_289c31eb-8abc-f4e2-bd60-14d0d8c99931-fed88d6b,
    #w-node-_289c31eb-8abc-f4e2-bd60-14d0d8c99934-fed88d6b,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-3b550c30,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-f0e04a7e,
    #w-node-_3b3dd5ee-68ee-92ea-0705-04aa69f94fdd-7ad3b6ec,
    #w-node-_3b3dd5ee-68ee-92ea-0705-04aa69f94fe0-7ad3b6ec,
    #w-node-_3b3dd5ee-68ee-92ea-0705-04aa69f94fff-7ad3b6ec,
    #w-node-_3b3dd5ee-68ee-92ea-0705-04aa69f95002-7ad3b6ec,
    #w-node-_41c0e31a-340f-9a0a-991d-c4663b2f73fb-0b00f232,
    #w-node-_41c0e31a-340f-9a0a-991d-c4663b2f73fe-0b00f232,
    #w-node-_41c0e31a-340f-9a0a-991d-c4663b2f741b-0b00f232,
    #w-node-_41c0e31a-340f-9a0a-991d-c4663b2f741e-0b00f232,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-3b550c30,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-f0e04a7e,
    #w-node-_530feea2-2c0a-3222-f877-6a5888b988bf-54b8eff2,
    #w-node-_530feea2-2c0a-3222-f877-6a5888b988c2-54b8eff2,
    #w-node-_530feea2-2c0a-3222-f877-6a5888b988df-54b8eff2,
    #w-node-_530feea2-2c0a-3222-f877-6a5888b988e2-54b8eff2,
    #w-node-_78ceae04-293d-816e-8cc5-52855c5cc628-04a8b58f,
    #w-node-_78ceae04-293d-816e-8cc5-52855c5cc62b-04a8b58f,
    #w-node-_78ceae04-293d-816e-8cc5-52855c5cc648-04a8b58f,
    #w-node-_78ceae04-293d-816e-8cc5-52855c5cc64b-04a8b58f,
    #w-node-_9583ee43-fd29-be4e-e101-49ec3a41fb81-83928fd0,
    #w-node-_9583ee43-fd29-be4e-e101-49ec3a41fb84-83928fd0,
    #w-node-_9583ee43-fd29-be4e-e101-49ec3a41fba1-83928fd0,
    #w-node-_9583ee43-fd29-be4e-e101-49ec3a41fba4-83928fd0,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-3b550c30,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-f0e04a7e,
    #w-node-a0e15047-3e53-d6b2-6bd7-6c6937e81317-ab4f9ee9,
    #w-node-a0e15047-3e53-d6b2-6bd7-6c6937e8131a-ab4f9ee9,
    #w-node-a0e15047-3e53-d6b2-6bd7-6c6937e81346-ab4f9ee9,
    #w-node-a0e15047-3e53-d6b2-6bd7-6c6937e81349-ab4f9ee9,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-3b550c30,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-f0e04a7e,
    #w-node-a6c1c49c-b847-624b-d15d-9c2f6ee7042e-3b550c30,
    #w-node-a6c1c49c-b847-624b-d15d-9c2f6ee7042e-f0e04a7e,
    #w-node-b1984bd0-f6f3-e524-1c1e-f831758f2102-2c440280,
    #w-node-b1984bd0-f6f3-e524-1c1e-f831758f2105-2c440280,
    #w-node-b1984bd0-f6f3-e524-1c1e-f831758f2124-2c440280,
    #w-node-b1984bd0-f6f3-e524-1c1e-f831758f2127-2c440280,
    #w-node-b69086b4-d75c-fa9c-7a0d-a3807b3acdf0-5c3d7ffe,
    #w-node-b69086b4-d75c-fa9c-7a0d-a3807b3acdf3-5c3d7ffe,
    #w-node-b69086b4-d75c-fa9c-7a0d-a3807b3ace10-5c3d7ffe,
    #w-node-b69086b4-d75c-fa9c-7a0d-a3807b3ace13-5c3d7ffe,
    #w-node-d3685cdd-81dd-fbe7-6796-7be19ac38b5c-67640707,
    #w-node-d3685cdd-81dd-fbe7-6796-7be19ac38b5f-67640707,
    #w-node-d3685cdd-81dd-fbe7-6796-7be19ac38b7c-67640707,
    #w-node-d3685cdd-81dd-fbe7-6796-7be19ac38b7f-67640707,
    #w-node-e03214e7-05ca-5435-0446-059158819a96-fc18b500,
    #w-node-e03214e7-05ca-5435-0446-059158819a99-fc18b500,
    #w-node-e03214e7-05ca-5435-0446-059158819ab6-fc18b500,
    #w-node-e03214e7-05ca-5435-0446-059158819ab9-fc18b500,
    #w-node-e1f296ab-f006-5384-8863-d777ad8be34a-a6f09c6e,
    #w-node-e1f296ab-f006-5384-8863-d777ad8be34d-a6f09c6e,
    #w-node-e1f296ab-f006-5384-8863-d777ad8be35c-a6f09c6e,
    #w-node-e1f296ab-f006-5384-8863-d777ad8be35f-a6f09c6e,
    #w-node-f1e0d2c2-a379-478a-6792-8d12c3a2d2d2-9b757bba,
    #w-node-f1e0d2c2-a379-478a-6792-8d12c3a2d2d5-9b757bba,
    #w-node-f1e0d2c2-a379-478a-6792-8d12c3a2d2f2-9b757bba,
    #w-node-f1e0d2c2-a379-478a-6792-8d12c3a2d2f5-9b757bba,
    #w-node-fb03c03c-6345-fbe6-0baf-02c4d639a49e-bad698d7,
    #w-node-fb03c03c-6345-fbe6-0baf-02c4d639a4a1-bad698d7,
    #w-node-fb03c03c-6345-fbe6-0baf-02c4d639a4be-bad698d7,
    #w-node-fb03c03c-6345-fbe6-0baf-02c4d639a4c1-bad698d7 {
        order: -9999
    }

    #w-node-ef02d72e-6a5c-95a2-dc85-a970072aad98-5485f0f2 {
        order: 9999
    }

    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-5485f0f2,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-5485f0f2,
    #w-node-_66f05f3d-8656-7064-e1d7-b748a9979968-0d81922a,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-5485f0f2,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-5485f0f2 {
        order: -9999
    }

    #w-node-_013bcc94-bba4-d6e7-4752-02f3251617be-7f30861b,
    #w-node-_015f9f2b-f778-6191-702b-6760ad1d529b-7f30861b,
    #w-node-_090704c1-36fd-702b-5fc5-491309963f4e-7f30861b,
    #w-node-_0d36ec42-4d4c-c932-2746-ef7e2a31b3ef-7f30861b,
    #w-node-_1456cb3e-0954-5d39-0e5b-59d0480fe529-7f30861b,
    #w-node-_184a161d-93bd-e3c8-e3f7-36711e7b343d-7f30861b,
    #w-node-_213280e3-7ea6-26fe-64df-eebb7adfc6f1-7f30861b,
    #w-node-_28280580-8a16-14e0-aa51-683fa4d6a8a1-7f30861b,
    #w-node-_2b267229-4142-e3af-4b5b-9c6f4e26accb-7f30861b,
    #w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0a4-7f30861b,
    #w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0a9-7f30861b,
    #w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0b6-7f30861b,
    #w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0c3-7f30861b,
    #w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0d0-7f30861b,
    #w-node-_370a8c4a-c51b-08bc-c097-55ca6019cbc5-7f30861b,
    #w-node-_45eb94c5-3822-9f50-4356-ad4bda1634ee-7f30861b,
    #w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cae-7f30861b,
    #w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cb3-7f30861b,
    #w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cc0-7f30861b,
    #w-node-_478d4bad-5e80-43bb-2270-ef10e06e2ccd-7f30861b,
    #w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cda-7f30861b,
    #w-node-_478d4bad-5e80-43bb-2270-ef10e06e2ce7-7f30861b,
    #w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cf4-7f30861b,
    #w-node-_4ee45b8a-2d5c-9a78-2f5d-0ca8e017cce6-7f30861b,
    #w-node-_53c926a5-ee7d-a20d-a3fb-ed0a9ea665b3-7f30861b,
    #w-node-_5a370f4f-24cb-4e7d-5880-e9a87218ceba-7f30861b,
    #w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cebf-7f30861b,
    #w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cecc-7f30861b,
    #w-node-_5a370f4f-24cb-4e7d-5880-e9a87218ceda-7f30861b,
    #w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cee8-7f30861b,
    #w-node-_61f86c07-4e38-a6f3-c5fa-7407f29347e5-7f30861b,
    #w-node-_6a1b011b-f6e2-cb00-f16e-d58ba6faffe0-7f30861b,
    #w-node-_714dd107-b5f0-69d1-7ae1-6473bd7d7d69-7f30861b,
    #w-node-_75df709f-8ca9-803e-fd9d-e163fc9053ce-7f30861b,
    #w-node-_75df709f-8ca9-803e-fd9d-e163fc9053d3-7f30861b,
    #w-node-_75df709f-8ca9-803e-fd9d-e163fc9053e0-7f30861b,
    #w-node-_75df709f-8ca9-803e-fd9d-e163fc9053ef-7f30861b,
    #w-node-_75df709f-8ca9-803e-fd9d-e163fc905400-7f30861b,
    #w-node-_75f583cc-b707-d58e-eecf-b398fc192785-7f30861b,
    #w-node-_85c651f9-98d1-4fb8-194c-b5a30354293c-7f30861b,
    #w-node-_85e1172a-f950-4796-52ff-844dfed7e0d9-7f30861b,
    #w-node-_85e1172a-f950-4796-52ff-844dfed7e0de-7f30861b,
    #w-node-_85e1172a-f950-4796-52ff-844dfed7e0eb-7f30861b,
    #w-node-_85e1172a-f950-4796-52ff-844dfed7e0f8-7f30861b,
    #w-node-_85e1172a-f950-4796-52ff-844dfed7e105-7f30861b,
    #w-node-_85e1172a-f950-4796-52ff-844dfed7e112-7f30861b,
    #w-node-_85e1172a-f950-4796-52ff-844dfed7e11f-7f30861b,
    #w-node-_90199a78-dbc0-2c8e-fd3f-6da2b62ee0b0-7f30861b,
    #w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e28-7f30861b,
    #w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e2d-7f30861b,
    #w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e3a-7f30861b,
    #w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e47-7f30861b,
    #w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e54-7f30861b,
    #w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e61-7f30861b,
    #w-node-_9328b841-a746-9300-2685-47d1f1646f88-7f30861b,
    #w-node-_96aef7fc-c8f0-4b54-196d-04700e59057d-7f30861b,
    #w-node-_96aef7fc-c8f0-4b54-196d-04700e590582-7f30861b,
    #w-node-_96aef7fc-c8f0-4b54-196d-04700e59058f-7f30861b,
    #w-node-_96aef7fc-c8f0-4b54-196d-04700e59059c-7f30861b,
    #w-node-_96aef7fc-c8f0-4b54-196d-04700e5905aa-7f30861b,
    #w-node-_96de8b82-e179-7f9c-6e68-4728248abbfc-7f30861b,
    #w-node-_9760380c-5dd1-c6f5-0e22-05e44571176c-7f30861b,
    #w-node-_9bb16678-55c1-778d-73d1-0a38903ae48e-7f30861b,
    #w-node-_9eaa890e-75b3-71c4-a755-77adaf6ed7c1-7f30861b,
    #w-node-a9bdd68e-1d9e-5aac-77a8-d5d3ec1e4bf7-7f30861b,
    #w-node-b58d41e1-65bc-830e-09b6-1cbfab50101f-7f30861b,
    #w-node-b8c3f52e-9e5a-b6e9-c488-7ee069321655-7f30861b,
    #w-node-c0412a9f-83e3-9222-d1af-2af99405c973-7f30861b,
    #w-node-c07997d8-bdd8-b28d-f82a-b67aa0b6d5a7-7f30861b,
    #w-node-c6224e35-6da3-b490-4671-64a3520ae307-7f30861b,
    #w-node-d67d728f-37fe-f1ff-d992-60ec1dc173b3-7f30861b,
    #w-node-da7f4f7f-66e4-615d-be2a-295b1b392b06-7f30861b,
    #w-node-de275d86-2a4b-7221-6651-8c1bf61d9b40-7f30861b,
    #w-node-df5065d0-58bf-a95a-fcae-cc0891246204-7f30861b,
    #w-node-e9a54ab6-f1ca-9dd9-8e90-6e59a8e4766c-7f30861b,
    #w-node-ef593cb8-26ec-b024-20e4-23466492eaab-7f30861b,
    #w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a1d-7f30861b,
    #w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a22-7f30861b,
    #w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a2f-7f30861b,
    #w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a3c-7f30861b,
    #w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a49-7f30861b,
    #w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a56-7f30861b,
    #w-node-f6536558-af9b-15ab-3ce7-1df73dfa9734-7f30861b,
    #w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9faea-7f30861b,
    #w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9faef-7f30861b,
    #w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fafc-7f30861b,
    #w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fb09-7f30861b,
    #w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fb16-7f30861b,
    #w-node-ff077161-cd92-56c2-75da-881a86f82897-7f30861b,
    #w-node-ffb48ec9-879f-bf25-d955-5c926b338555-7f30861b {
        grid-area: span 1/span 3/span 1/span 3
    }

    #w-node-_24dd4a8e-5b02-f393-094c-0e49960fbe79-c5c5bafa,
    #w-node-_24dd4a8e-5b02-f393-094c-0e49960fbe7c-c5c5bafa,
    #w-node-edee66f5-2c24-2a17-875f-c4a4c9b7fb36-6fd0254d {
        order: -9999
    }

    #w-node-ef02d72e-6a5c-95a2-dc85-a970072aad98-59497619 {
        order: 9999
    }

    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-0250efba,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-59497619,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-97b51d03,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-0250efba,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-59497619,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-97b51d03,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-0250efba,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-59497619,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-97b51d03,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-0250efba,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-59497619,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-97b51d03 {
        order: -9999
    }

    #w-node-ef02d72e-6a5c-95a2-dc85-a970072aad98-b4b3c629 {
        order: 9999
    }

    #w-node-_216f12ae-ba9e-7966-97d1-b548748f14ad-7d90cd80,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-09422be0,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-2ec89a7c,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-560e63dd,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-7d90cd80,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-b4b3c629,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-faa9e69a,
    #w-node-_3f82a720-c9a1-6552-d63e-95277df515ba-882f85e2,
    #w-node-_3f82a720-c9a1-6552-d63e-95277df515bd-882f85e2,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-09422be0,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-2ec89a7c,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-560e63dd,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-7d90cd80,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-b4b3c629,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-faa9e69a,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-09422be0,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-2ec89a7c,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-560e63dd,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-7d90cd80,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-b4b3c629,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-faa9e69a,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-09422be0,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-2ec89a7c,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-560e63dd,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-7d90cd80,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-b4b3c629,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-faa9e69a,
    #w-node-a6c1c49c-b847-624b-d15d-9c2f6ee7042e-7d90cd80 {
        order: -9999
    }

    #w-node-ef02d72e-6a5c-95a2-dc85-a970072aad98-6db08040 {
        order: 9999
    }

    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-6db08040,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-6db08040,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-6db08040,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-6db08040 {
        order: -9999
    }

    #w-node-ef02d72e-6a5c-95a2-dc85-a970072aad98-3bb930df {
        order: 9999
    }

    #w-node-_216f12ae-ba9e-7966-97d1-b548748f14ad-8c81028b,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-333b156d,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-3bb930df,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-7ef99923,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-8c81028b,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-cd0809bd,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-d7e02c3d,
    #w-node-_42de9e03-c337-4db3-a3b2-dedda3e1c322-ffcef390,
    #w-node-_42de9e03-c337-4db3-a3b2-dedda3e1c325-ffcef390,
    #w-node-_42de9e03-c337-4db3-a3b2-dedda3e1c350-ffcef390,
    #w-node-_42de9e03-c337-4db3-a3b2-dedda3e1c353-ffcef390,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-333b156d,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-3bb930df,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-7ef99923,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-8c81028b,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-cd0809bd,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-d7e02c3d,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-333b156d,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-3bb930df,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-7ef99923,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-8c81028b,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-cd0809bd,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-d7e02c3d,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-3bb930df,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-8c81028b,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-d7e02c3d,
    #w-node-a6c1c49c-b847-624b-d15d-9c2f6ee7042e-8c81028b,
    #w-node-b29a5190-dcf2-c069-5141-d04539faafbd-e0322ce1,
    #w-node-d5537e73-153c-c897-bb75-4a8a12737d7b-bdbf4e13,
    #w-node-d5537e73-153c-c897-bb75-4a8a12737d7e-bdbf4e13,
    #w-node-d5537e73-153c-c897-bb75-4a8a12737da9-bdbf4e13,
    #w-node-d5537e73-153c-c897-bb75-4a8a12737dac-bdbf4e13,
    #w-node-f82361ae-2623-bf3e-2943-813e04484e5b-cd0809bd {
        order: -9999
    }
}

@media screen and (max-width:767px) {
    #w-node-_97c0e5c0-f6d6-3f80-397f-a0ed9f001732-5c5f6f25 {
        grid-area: span 1/span 2/span 1/span 2
    }

    #w-node-_90db8bdc-3c2f-fe82-f135-86abe74c75a1-1aa818ee,
    #w-node-f4f2cb76-5870-67fe-6f06-ebcf03662d4a-fd84e933 {
        order: -9999;
        justify-self: center
    }

    #w-node-f1f39991-39a6-ef92-7c09-a6f6c3361236-fd84e933 {
        grid-area: span 1/span 2/span 1/span 2
    }

    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-5485f0f2 {
        grid-area: span 1/span 1/span 1/span 1
    }

    #w-node-_554ea7bd-d055-6dab-d8e7-685159bdf056-6465bb7e,
    #w-node-a11f6bb7-184c-e266-b1f2-c4494da3f6bc-f3d2f9b8,
    #w-node-b9fdcdde-cf3e-79de-7a78-df472a5109db-2d31400b {
        order: -9999;
        justify-self: center
    }

    #w-node-_517c748a-637d-2f16-d399-2714cf3222f9-c5c5bafa,
    #w-node-_989b4125-4882-e86d-0951-bacb4b56f5f3-01ae2dcc,
    #w-node-_989b4125-4882-e86d-0951-bacb4b56f5f3-4104a244,
    #w-node-_989b4125-4882-e86d-0951-bacb4b56f5f3-8d035ad2,
    #w-node-_989b4125-4882-e86d-0951-bacb4b56f5f3-b151776c {
        grid-area: span 1/span 2/span 1/span 2
    }

    #w-node-c9bae699-f478-2eec-b4a5-53f38a13a95c-c5c5bafa {
        order: -9999;
        justify-self: center
    }

    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-0250efba,
    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-59497619,
    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-97b51d03 {
        grid-area: span 1/span 1/span 1/span 1
    }

    #w-node-_97c0e5c0-f6d6-3f80-397f-a0ed9f001732-76c093c0 {
        grid-area: span 1/span 2/span 1/span 2
    }

    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-09422be0,
    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-2ec89a7c,
    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-560e63dd,
    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-b4b3c629,
    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-faa9e69a {
        grid-area: span 1/span 1/span 1/span 1
    }

    #w-node-bdb47d25-9776-b70f-1bc9-470e0ee52386-882f85e2 {
        order: -9999;
        justify-self: center
    }

    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-3bb930df,
    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-6db08040 {
        grid-area: span 1/span 1/span 1/span 1
    }

    #w-node-_97c0e5c0-f6d6-3f80-397f-a0ed9f001732-ed418883 {
        grid-area: span 1/span 2/span 1/span 2
    }

    #w-node-_1001bd08-39f8-7b98-80e4-45c54705a387-cd0809bd,
    #w-node-_2198f5ec-5a3a-f564-d58c-8d71231701f3-e0322ce1,
    #w-node-_3f23fa12-d159-c37d-ec49-44b254e17959-cd0809bd,
    #w-node-_4e055481-c046-a032-9379-338c51a93a3d-cd0809bd,
    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-333b156d,
    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-7ef99923,
    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-d7e02c3d,
    #w-node-bc7d4951-51d1-93ec-46fc-002c68005982-bdbf4e13 {
        grid-area: span 1/span 1/span 1/span 1
    }
}

@media screen and (max-width:479px) {
    #w-node-fd2c4721-5657-0aad-d746-87c29335b8b3-9335b8ad {
        grid-column: span 1/span 1
    }

    #w-node-_1dbdc90f-9bd5-15ba-4d23-d7c412808e95-64fab289,
    #w-node-_28bf1856-db6c-ca7b-7c43-22b77583a573-64fab289,
    #w-node-_2b63e990-2e6a-b8df-e490-142b5fe88e94-64fab289,
    #w-node-_87ea56ed-4cca-3f03-4d73-7e51d00cac0d-64fab289,
    #w-node-_95da838e-5bec-96e4-5c89-8190504ecd15-64fab289,
    #w-node-a6375249-857b-81b9-4467-6e45235f9f59-64fab289,
    #w-node-ae4aee22-3119-2a70-2116-866af61e5289-64fab289,
    #w-node-aeebf5e7-3635-c95f-5b47-fd81b823d546-64fab289,
    #w-node-b73f73bb-adf5-2ef8-1ada-737d4a390a2c-64fab289,
    #w-node-be55de94-2857-2a3b-05d5-bd17c3a4d6ae-64fab289,
    #w-node-d077fa2c-bb1b-8168-a089-5bb06fcc5b34-64fab289,
    #w-node-d077fa2c-bb1b-8168-a089-5bb06fcc5b7d-64fab289,
    #w-node-d801bb33-96b2-6d1a-586c-95824921f8f1-64fab289,
    #w-node-da8173c8-dd78-f584-ff3d-afb302c1011f-64fab289 {
        grid-area: span 1/span 2/span 1/span 2
    }

    #w-node-_517c748a-637d-2f16-d399-2714cf3222f9-c5c5bafa,
    #w-node-_97c0e5c0-f6d6-3f80-397f-a0ed9f001732-5c5f6f25,
    #w-node-_97c0e5c0-f6d6-3f80-397f-a0ed9f001732-76c093c0,
    #w-node-_97c0e5c0-f6d6-3f80-397f-a0ed9f001732-ed418883,
    #w-node-_989b4125-4882-e86d-0951-bacb4b56f5f3-01ae2dcc,
    #w-node-_989b4125-4882-e86d-0951-bacb4b56f5f3-4104a244,
    #w-node-_989b4125-4882-e86d-0951-bacb4b56f5f3-8d035ad2,
    #w-node-_989b4125-4882-e86d-0951-bacb4b56f5f3-b151776c,
    #w-node-f1f39991-39a6-ef92-7c09-a6f6c3361236-fd84e933 {
        grid-area: span 1/span 1/span 1/span 1
    }
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-family: sans-serif
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    vertical-align: baseline;
    display: inline-block
}

audio:not([controls]) {
    height: 0;
    display: none
}

[hidden],
template {
    display: none
}

a {
    background-color: #0000
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    margin: .67em 0;
    font-size: 2em
}

mark {
    color: #000;
    background: #ff0
}

small {
    font-size: 80%
}

sub,
sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: none
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

@font-face {
    font-family: webflow-icons;
    src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format("truetype");
    font-weight: 400;
    font-style: normal
}

[class*=" w-icon-"],
[class^=w-icon-] {
    speak: none;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    font-family: webflow-icons !important
}

.w-icon-slider-right:before {
    content: ""
}

.w-icon-slider-left:before {
    content: ""
}

.w-icon-nav-menu:before {
    content: ""
}

.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
    content: ""
}

.w-icon-file-upload-remove:before {
    content: ""
}

.w-icon-file-upload-icon:before {
    content: ""
}

* {
    box-sizing: border-box
}

html {
    height: 100%
}

body {
    color: #333;
    background-color: #fff;
    min-height: 100%;
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 20px
}

img {
    vertical-align: middle;
    max-width: 100%;
    display: inline-block
}

html.w-mod-touch * {
    background-attachment: scroll !important
}

.w-block {
    display: block
}

.w-inline-block {
    max-width: 100%;
    display: inline-block
}

.w-clearfix:after,
.w-clearfix:before {
    content: " ";
    grid-area: 1/1/2/2;
    display: table
}

.w-clearfix:after {
    clear: both
}

.w-hidden {
    display: none
}

.w-button {
    color: #fff;
    line-height: inherit;
    cursor: pointer;
    background-color: #3898ec;
    border: 0;
    border-radius: 0;
    padding: 9px 15px;
    text-decoration: none;
    display: inline-block
}

input.w-button {
    -webkit-appearance: button
}

html[data-w-dynpage] [data-w-cloak] {
    color: #0000 !important
}

.w-code-block {
    margin: unset
}

pre.w-code-block code {
    all: inherit
}

.w-optimization {
    display: contents
}

.w-webflow-badge,
.w-webflow-badge>img {
    box-sizing: unset;
    width: unset;
    height: unset;
    max-height: unset;
    max-width: unset;
    min-height: unset;
    min-width: unset;
    margin: unset;
    padding: unset;
    float: unset;
    clear: unset;
    border: unset;
    border-radius: unset;
    background: unset;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-origin: unset;
    background-clip: unset;
    background-attachment: unset;
    background-color: unset;
    box-shadow: unset;
    transform: unset;
    direction: unset;
    font-family: unset;
    font-weight: unset;
    color: unset;
    font-size: unset;
    line-height: unset;
    font-style: unset;
    font-variant: unset;
    text-align: unset;
    letter-spacing: unset;
    -webkit-text-decoration: unset;
    text-decoration: unset;
    text-indent: unset;
    text-transform: unset;
    list-style-type: unset;
    text-shadow: unset;
    vertical-align: unset;
    cursor: unset;
    white-space: unset;
    word-break: unset;
    word-spacing: unset;
    word-wrap: unset;
    transition: unset
}

.w-webflow-badge {
    white-space: nowrap;
    cursor: pointer;
    box-shadow: 0 0 0 1px #0000001a, 0 1px 3px #0000001a;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 2147483647 !important;
    color: #aaadb0 !important;
    overflow: unset !important;
    background-color: #fff !important;
    border-radius: 3px !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 6px !important;
    font-size: 12px !important;
    line-height: 14px !important;
    text-decoration: none !important;
    display: inline-block !important;
    position: fixed !important;
    inset: auto 12px 12px auto !important;
    transform: none !important
}

.w-webflow-badge>img {
    position: unset;
    visibility: unset !important;
    opacity: 1 !important;
    vertical-align: middle !important;
    display: inline-block !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 10px;
    font-weight: 700
}

h1 {
    margin-top: 20px;
    font-size: 38px;
    line-height: 44px
}

h2 {
    margin-top: 20px;
    font-size: 32px;
    line-height: 36px
}

h3 {
    margin-top: 20px;
    font-size: 24px;
    line-height: 30px
}

h4 {
    margin-top: 10px;
    font-size: 18px;
    line-height: 24px
}

h5 {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px
}

h6 {
    margin-top: 10px;
    font-size: 12px;
    line-height: 18px
}

p {
    margin-top: 0;
    margin-bottom: 10px
}

blockquote {
    border-left: 5px solid #e2e2e2;
    margin: 0 0 10px;
    padding: 10px 20px;
    font-size: 18px;
    line-height: 22px
}

figure {
    margin: 0 0 10px
}

figcaption {
    text-align: center;
    margin-top: 5px
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 40px
}

.w-list-unstyled {
    padding-left: 0;
    list-style: none
}

.w-embed:after,
.w-embed:before {
    content: " ";
    grid-area: 1/1/2/2;
    display: table
}

.w-embed:after {
    clear: both
}

.w-video {
    width: 100%;
    padding: 0;
    position: relative
}

.w-video embed,
.w-video iframe,
.w-video object {
    border: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

[type=button],
[type=reset],
button {
    cursor: pointer;
    -webkit-appearance: button;
    border: 0
}

.w-form {
    margin: 0 0 15px
}

.w-form-done {
    text-align: center;
    background-color: #ddd;
    padding: 20px;
    display: none
}

.w-form-fail {
    background-color: #ffdede;
    margin-top: 10px;
    padding: 10px;
    display: none
}

label {
    margin-bottom: 5px;
    font-weight: 700;
    display: block
}

.w-input,
.w-select {
    color: #333;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    width: 100%;
    height: 38px;
    margin-bottom: 10px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857;
    display: block
}

.w-input::placeholder,
.w-select::placeholder {
    color: #999
}

.w-input:focus,
.w-select:focus {
    border-color: #3898ec;
    outline: 0
}

.w-input[disabled],
.w-input[readonly],
.w-select[disabled],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
    cursor: not-allowed
}

.w-input[disabled]:not(.w-input-disabled),
.w-input[readonly],
.w-select[disabled]:not(.w-input-disabled),
.w-select[readonly],
fieldset[disabled]:not(.w-input-disabled) .w-input,
fieldset[disabled]:not(.w-input-disabled) .w-select {
    background-color: #eee
}

textarea.w-input,
textarea.w-select {
    height: auto
}

.w-select {
    background-color: #f3f3f3
}

.w-select[multiple] {
    height: auto
}

.w-form-label {
    cursor: pointer;
    margin-bottom: 0;
    font-weight: 400;
    display: inline-block
}

.w-radio {
    margin-bottom: 5px;
    padding-left: 20px;
    display: block
}

.w-radio:after,
.w-radio:before {
    content: " ";
    grid-area: 1/1/2/2;
    display: table
}

.w-radio:after {
    clear: both
}

.w-radio-input {
    float: left;
    margin: 3px 0 0 -20px;
    line-height: normal
}

.w-file-upload {
    margin-bottom: 10px;
    display: block
}

.w-file-upload-input {
    opacity: 0;
    z-index: -100;
    width: .1px;
    height: .1px;
    position: absolute;
    overflow: hidden
}

.w-file-upload-default,
.w-file-upload-success,
.w-file-upload-uploading {
    color: #333;
    display: inline-block
}

.w-file-upload-error {
    margin-top: 10px;
    display: block
}

.w-file-upload-default.w-hidden,
.w-file-upload-error.w-hidden,
.w-file-upload-success.w-hidden,
.w-file-upload-uploading.w-hidden {
    display: none
}

.w-file-upload-uploading-btn {
    cursor: pointer;
    background-color: #fafafa;
    border: 1px solid #ccc;
    margin: 0;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 400;
    display: flex
}

.w-file-upload-file {
    background-color: #fafafa;
    border: 1px solid #ccc;
    flex-grow: 1;
    justify-content: space-between;
    margin: 0;
    padding: 8px 9px 8px 11px;
    display: flex
}

.w-file-upload-file-name {
    font-size: 14px;
    font-weight: 400;
    display: block
}

.w-file-remove-link {
    cursor: pointer;
    width: auto;
    height: auto;
    margin-top: 3px;
    margin-left: 10px;
    padding: 3px;
    display: block
}

.w-icon-file-upload-remove {
    margin: auto;
    font-size: 10px
}

.w-file-upload-error-msg {
    color: #ea384c;
    padding: 2px 0;
    display: inline-block
}

.w-file-upload-info {
    padding: 0 12px;
    line-height: 38px;
    display: inline-block
}

.w-file-upload-label {
    cursor: pointer;
    background-color: #fafafa;
    border: 1px solid #ccc;
    margin: 0;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 400;
    display: inline-block
}

.w-icon-file-upload-icon,
.w-icon-file-upload-uploading {
    width: 20px;
    margin-right: 8px;
    display: inline-block
}

.w-icon-file-upload-uploading {
    height: 20px
}

.w-container {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto
}

.w-container:after,
.w-container:before {
    content: " ";
    grid-area: 1/1/2/2;
    display: table
}

.w-container:after {
    clear: both
}

.w-container .w-row {
    margin-left: -10px;
    margin-right: -10px
}

.w-row:after,
.w-row:before {
    content: " ";
    grid-area: 1/1/2/2;
    display: table
}

.w-row:after {
    clear: both
}

.w-row .w-row {
    margin-left: 0;
    margin-right: 0
}

.w-col {
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative
}

.w-col .w-col {
    padding-left: 0;
    padding-right: 0
}

.w-col-1 {
    width: 8.33333%
}

.w-col-2 {
    width: 16.6667%
}

.w-col-3 {
    width: 25%
}

.w-col-4 {
    width: 33.3333%
}

.w-col-5 {
    width: 41.6667%
}

.w-col-6 {
    width: 50%
}

.w-col-7 {
    width: 58.3333%
}

.w-col-8 {
    width: 66.6667%
}

.w-col-9 {
    width: 75%
}

.w-col-10 {
    width: 83.3333%
}

.w-col-11 {
    width: 91.6667%
}

.w-col-12 {
    width: 100%
}

.w-hidden-main {
    display: none !important
}

@media screen and (max-width:991px) {
    .w-container {
        max-width: 728px
    }

    .w-hidden-main {
        display: inherit !important
    }

    .w-hidden-medium {
        display: none !important
    }

    .w-col-medium-1 {
        width: 8.33333%
    }

    .w-col-medium-2 {
        width: 16.6667%
    }

    .w-col-medium-3 {
        width: 25%
    }

    .w-col-medium-4 {
        width: 33.3333%
    }

    .w-col-medium-5 {
        width: 41.6667%
    }

    .w-col-medium-6 {
        width: 50%
    }

    .w-col-medium-7 {
        width: 58.3333%
    }

    .w-col-medium-8 {
        width: 66.6667%
    }

    .w-col-medium-9 {
        width: 75%
    }

    .w-col-medium-10 {
        width: 83.3333%
    }

    .w-col-medium-11 {
        width: 91.6667%
    }

    .w-col-medium-12 {
        width: 100%
    }

    .w-col-stack {
        width: 100%;
        left: auto;
        right: auto
    }
}

@media screen and (max-width:767px) {

    .w-hidden-main,
    .w-hidden-medium {
        display: inherit !important
    }

    .w-hidden-small {
        display: none !important
    }

    .w-container .w-row,
    .w-row {
        margin-left: 0;
        margin-right: 0
    }

    .w-col {
        width: 100%;
        left: auto;
        right: auto
    }

    .w-col-small-1 {
        width: 8.33333%
    }

    .w-col-small-2 {
        width: 16.6667%
    }

    .w-col-small-3 {
        width: 25%
    }

    .w-col-small-4 {
        width: 33.3333%
    }

    .w-col-small-5 {
        width: 41.6667%
    }

    .w-col-small-6 {
        width: 50%
    }

    .w-col-small-7 {
        width: 58.3333%
    }

    .w-col-small-8 {
        width: 66.6667%
    }

    .w-col-small-9 {
        width: 75%
    }

    .w-col-small-10 {
        width: 83.3333%
    }

    .w-col-small-11 {
        width: 91.6667%
    }

    .w-col-small-12 {
        width: 100%
    }
}

@media screen and (max-width:479px) {
    .w-container {
        max-width: none
    }

    .w-hidden-main,
    .w-hidden-medium,
    .w-hidden-small {
        display: inherit !important
    }

    .w-hidden-tiny {
        display: none !important
    }

    .w-col {
        width: 100%
    }

    .w-col-tiny-1 {
        width: 8.33333%
    }

    .w-col-tiny-2 {
        width: 16.6667%
    }

    .w-col-tiny-3 {
        width: 25%
    }

    .w-col-tiny-4 {
        width: 33.3333%
    }

    .w-col-tiny-5 {
        width: 41.6667%
    }

    .w-col-tiny-6 {
        width: 50%
    }

    .w-col-tiny-7 {
        width: 58.3333%
    }

    .w-col-tiny-8 {
        width: 66.6667%
    }

    .w-col-tiny-9 {
        width: 75%
    }

    .w-col-tiny-10 {
        width: 83.3333%
    }

    .w-col-tiny-11 {
        width: 91.6667%
    }

    .w-col-tiny-12 {
        width: 100%
    }
}

.w-widget {
    position: relative
}

.w-widget-map {
    width: 100%;
    height: 400px
}

.w-widget-map label {
    width: auto;
    display: inline
}

.w-widget-map img {
    max-width: inherit
}

.w-widget-map .gm-style-iw {
    text-align: center
}

.w-widget-map .gm-style-iw>button {
    display: none !important
}

.w-widget-twitter {
    overflow: hidden
}

.w-widget-twitter-count-shim {
    vertical-align: top;
    text-align: center;
    background: #fff;
    border: 1px solid #758696;
    border-radius: 3px;
    width: 28px;
    height: 20px;
    display: inline-block;
    position: relative
}

.w-widget-twitter-count-shim * {
    pointer-events: none;
    -webkit-user-select: none;
    user-select: none
}

.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
    text-align: center;
    color: #999;
    font-family: serif;
    font-size: 15px;
    line-height: 12px;
    position: relative
}

.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
    display: block;
    position: relative
}

.w-widget-twitter-count-shim.w--large {
    width: 36px;
    height: 28px
}

.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
    font-size: 18px;
    line-height: 18px
}

.w-widget-twitter-count-shim:not(.w--vertical) {
    margin-left: 5px;
    margin-right: 8px
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large {
    margin-left: 6px
}

.w-widget-twitter-count-shim:not(.w--vertical):after,
.w-widget-twitter-count-shim:not(.w--vertical):before {
    content: " ";
    pointer-events: none;
    border: solid #0000;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: 0
}

.w-widget-twitter-count-shim:not(.w--vertical):before {
    border-width: 4px;
    border-color: #75869600 #5d6c7b #75869600 #75869600;
    margin-top: -4px;
    margin-left: -9px
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
    border-width: 5px;
    margin-top: -5px;
    margin-left: -10px
}

.w-widget-twitter-count-shim:not(.w--vertical):after {
    border-width: 4px;
    border-color: #fff0 #fff #fff0 #fff0;
    margin-top: -4px;
    margin-left: -8px
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
    border-width: 5px;
    margin-top: -5px;
    margin-left: -9px
}

.w-widget-twitter-count-shim.w--vertical {
    width: 61px;
    height: 33px;
    margin-bottom: 8px
}

.w-widget-twitter-count-shim.w--vertical:after,
.w-widget-twitter-count-shim.w--vertical:before {
    content: " ";
    pointer-events: none;
    border: solid #0000;
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    left: 50%
}

.w-widget-twitter-count-shim.w--vertical:before {
    border-width: 5px;
    border-color: #5d6c7b #75869600 #75869600;
    margin-left: -5px
}

.w-widget-twitter-count-shim.w--vertical:after {
    border-width: 4px;
    border-color: #fff #fff0 #fff0;
    margin-left: -4px
}

.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
    font-size: 18px;
    line-height: 22px
}

.w-widget-twitter-count-shim.w--vertical.w--large {
    width: 76px
}

.w-background-video {
    color: #fff;
    height: 500px;
    position: relative;
    overflow: hidden
}

.w-background-video>video {
    object-fit: cover;
    z-index: -100;
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    inset: -100%
}

.w-background-video>video::-webkit-media-controls-start-playback-button {
    -webkit-appearance: none;
    display: none !important
}

.w-background-video--control {
    background-color: #0000;
    padding: 0;
    position: absolute;
    bottom: 1em;
    right: 1em
}

.w-background-video--control>[hidden] {
    display: none !important
}

.w-slider {
    text-align: center;
    clear: both;
    -webkit-tap-highlight-color: #0000;
    tap-highlight-color: #0000;
    background: #ddd;
    height: 300px;
    position: relative
}

.w-slider-mask {
    z-index: 1;
    white-space: nowrap;
    height: 100%;
    display: block;
    position: relative;
    left: 0;
    right: 0;
    overflow: hidden
}

.w-slide {
    vertical-align: top;
    white-space: normal;
    text-align: left;
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative
}

.w-slider-nav {
    z-index: 2;
    text-align: center;
    -webkit-tap-highlight-color: #0000;
    tap-highlight-color: #0000;
    height: 40px;
    margin: auto;
    padding-top: 10px;
    position: absolute;
    inset: auto 0 0
}

.w-slider-nav.w-round>div {
    border-radius: 100%
}

.w-slider-nav.w-num>div {
    font-size: inherit;
    line-height: inherit;
    width: auto;
    height: auto;
    padding: .2em .5em
}

.w-slider-nav.w-shadow>div {
    box-shadow: 0 0 3px #3336
}

.w-slider-nav-invert {
    color: #fff
}

.w-slider-nav-invert>div {
    background-color: #2226
}

.w-slider-nav-invert>div.w-active {
    background-color: #222
}

.w-slider-dot {
    cursor: pointer;
    background-color: #fff6;
    width: 1em;
    height: 1em;
    margin: 0 3px .5em;
    transition: background-color .1s, color .1s;
    display: inline-block;
    position: relative
}

.w-slider-dot.w-active {
    background-color: #fff
}

.w-slider-dot:focus {
    outline: 0;
    box-shadow: 0 0 0 2px #fff
}

.w-slider-dot:focus.w-active {
    box-shadow: none
}

.w-slider-arrow-left,
.w-slider-arrow-right {
    cursor: pointer;
    color: #fff;
    -webkit-tap-highlight-color: #0000;
    tap-highlight-color: #0000;
    -webkit-user-select: none;
    user-select: none;
    width: 80px;
    margin: auto;
    font-size: 40px;
    position: absolute;
    inset: 0;
    overflow: hidden
}

.w-slider-arrow-left [class*=" w-icon-"],
.w-slider-arrow-left [class^=w-icon-],
.w-slider-arrow-right [class*=" w-icon-"],
.w-slider-arrow-right [class^=w-icon-] {
    position: absolute
}

.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus {
    outline: 0
}

.w-slider-arrow-left {
    z-index: 3;
    right: auto
}

.w-slider-arrow-right {
    z-index: 4;
    left: auto
}

.w-icon-slider-left,
.w-icon-slider-right {
    width: 1em;
    height: 1em;
    margin: auto;
    inset: 0
}

.w-slider-aria-label {
    clip: rect(0 0 0 0);
    border: 0;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    overflow: hidden
}

.w-slider-force-show {
    display: block !important
}

.w-dropdown {
    text-align: left;
    z-index: 900;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    position: relative
}

.w-dropdown-btn,
.w-dropdown-link,
.w-dropdown-toggle {
    vertical-align: top;
    color: #222;
    text-align: left;
    white-space: nowrap;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    text-decoration: none;
    position: relative
}

.w-dropdown-toggle {
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    padding-right: 40px;
    display: inline-block
}

.w-dropdown-toggle:focus {
    outline: 0
}

.w-icon-dropdown-toggle {
    width: 1em;
    height: 1em;
    margin: auto 20px auto auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0
}

.w-dropdown-list {
    background: #ddd;
    min-width: 100%;
    display: none;
    position: absolute
}

.w-dropdown-list.w--open {
    display: block
}

.w-dropdown-link {
    color: #222;
    padding: 10px 20px;
    display: block
}

.w-dropdown-link.w--current {
    color: #0082f3
}

.w-dropdown-link:focus {
    outline: 0
}

@media screen and (max-width:767px) {
    .w-nav-brand {
        padding-left: 10px
    }
}

.w-lightbox-backdrop {
    cursor: auto;
    letter-spacing: normal;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    visibility: visible;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    color: #fff;
    text-align: center;
    z-index: 2000;
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -webkit-tap-highlight-color: transparent;
    background: #000000e6;
    outline: 0;
    font-family: Helvetica Neue, Helvetica, Ubuntu, Segoe UI, Verdana, sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.2;
    list-style: disc;
    position: fixed;
    inset: 0;
    -webkit-transform: translate(0)
}

.w-lightbox-backdrop,
.w-lightbox-container {
    -webkit-overflow-scrolling: touch;
    height: 100%;
    overflow: auto
}

.w-lightbox-content {
    height: 100vh;
    position: relative;
    overflow: hidden
}

.w-lightbox-view {
    opacity: 0;
    width: 100vw;
    height: 100vh;
    position: absolute
}

.w-lightbox-view:before {
    content: "";
    height: 100vh
}

.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
    height: 86vh
}

.w-lightbox-frame,
.w-lightbox-view:before {
    vertical-align: middle;
    display: inline-block
}

.w-lightbox-figure {
    margin: 0;
    position: relative
}

.w-lightbox-group .w-lightbox-figure {
    cursor: pointer
}

.w-lightbox-img {
    width: auto;
    max-width: none;
    height: auto
}

.w-lightbox-image {
    float: none;
    max-width: 100vw;
    max-height: 100vh;
    display: block
}

.w-lightbox-group .w-lightbox-image {
    max-height: 86vh
}

.w-lightbox-caption {
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #0006;
    padding: .5em 1em;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden
}

.w-lightbox-embed {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0
}

.w-lightbox-control {
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
    width: 4em;
    transition: all .3s;
    position: absolute;
    top: 0
}

.w-lightbox-left {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
    display: none;
    bottom: 0;
    left: 0
}

.w-lightbox-right {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
    display: none;
    bottom: 0;
    right: 0
}

.w-lightbox-close {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
    background-size: 18px;
    height: 2.6em;
    right: 0
}

.w-lightbox-strip {
    white-space: nowrap;
    padding: 0 1vh;
    line-height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto hidden
}

.w-lightbox-item {
    box-sizing: content-box;
    cursor: pointer;
    width: 10vh;
    padding: 2vh 1vh;
    display: inline-block;
    -webkit-transform: translate3d(0, 0, 0)
}

.w-lightbox-active {
    opacity: .3
}

.w-lightbox-thumbnail {
    background: #222;
    height: 10vh;
    position: relative;
    overflow: hidden
}

.w-lightbox-thumbnail-image {
    position: absolute;
    top: 0;
    left: 0
}

.w-lightbox-thumbnail .w-lightbox-tall {
    width: 100%;
    top: 50%;
    transform: translate(0, -50%)
}

.w-lightbox-thumbnail .w-lightbox-wide {
    height: 100%;
    left: 50%;
    transform: translate(-50%)
}

.w-lightbox-spinner {
    box-sizing: border-box;
    border: 5px solid #0006;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    animation: .8s linear infinite spin;
    position: absolute;
    top: 50%;
    left: 50%
}

.w-lightbox-spinner:after {
    content: "";
    border: 3px solid #0000;
    border-bottom-color: #fff;
    border-radius: 50%;
    position: absolute;
    inset: -4px
}

.w-lightbox-hide {
    display: none
}

.w-lightbox-noscroll {
    overflow: hidden
}

@media (min-width:768px) {
    .w-lightbox-content {
        height: 96vh;
        margin-top: 2vh
    }

    .w-lightbox-view,
    .w-lightbox-view:before {
        height: 96vh
    }

    .w-lightbox-group,
    .w-lightbox-group .w-lightbox-view,
    .w-lightbox-group .w-lightbox-view:before {
        height: 84vh
    }

    .w-lightbox-image {
        max-width: 96vw;
        max-height: 96vh
    }

    .w-lightbox-group .w-lightbox-image {
        max-width: 82.3vw;
        max-height: 84vh
    }

    .w-lightbox-left,
    .w-lightbox-right {
        opacity: .5;
        display: block
    }

    .w-lightbox-close {
        opacity: .8
    }

    .w-lightbox-control:hover {
        opacity: 1
    }
}

.w-lightbox-inactive,
.w-lightbox-inactive:hover {
    opacity: 0
}

.w-richtext:after,
.w-richtext:before {
    content: " ";
    grid-area: 1/1/2/2;
    display: table
}

.w-richtext:after {
    clear: both
}

.w-richtext[contenteditable=true]:after,
.w-richtext[contenteditable=true]:before {
    white-space: initial
}

.w-richtext ol,
.w-richtext ul {
    overflow: hidden
}

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
.w-richtext .w-richtext-figure-selected[data-rt-type=image] div,
.w-richtext .w-richtext-figure-selected[data-rt-type=video] div:after {
    outline: 2px solid #2895f7
}

.w-richtext figure.w-richtext-figure-type-video>div:after,
.w-richtext figure[data-rt-type=video]>div:after {
    content: "";
    display: none;
    position: absolute;
    inset: 0
}

.w-richtext figure {
    max-width: 60%;
    position: relative
}

.w-richtext figure>div:before {
    cursor: default !important
}

.w-richtext figure img {
    width: 100%
}

.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
    opacity: .6
}

.w-richtext figure div {
    color: #0000;
    font-size: 0
}

.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type=image] {
    display: table
}

.w-richtext figure.w-richtext-figure-type-image>div,
.w-richtext figure[data-rt-type=image]>div {
    display: inline-block
}

.w-richtext figure.w-richtext-figure-type-image>figcaption,
.w-richtext figure[data-rt-type=image]>figcaption {
    caption-side: bottom;
    display: table-caption
}

.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type=video] {
    width: 60%;
    height: 0
}

.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type=video] iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.w-richtext figure.w-richtext-figure-type-video>div,
.w-richtext figure[data-rt-type=video]>div {
    width: 100%
}

.w-richtext figure.w-richtext-align-center {
    clear: both;
    margin-left: auto;
    margin-right: auto
}

.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image>div,
.w-richtext figure.w-richtext-align-center[data-rt-type=image]>div {
    max-width: 100%
}

.w-richtext figure.w-richtext-align-normal {
    clear: both
}

.w-richtext figure.w-richtext-align-fullwidth {
    text-align: center;
    clear: both;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block
}

.w-richtext figure.w-richtext-align-fullwidth>div {
    padding-bottom: inherit;
    display: inline-block
}

.w-richtext figure.w-richtext-align-fullwidth>figcaption {
    display: block
}

.w-richtext figure.w-richtext-align-floatleft {
    float: left;
    clear: none;
    margin-right: 15px
}

.w-richtext figure.w-richtext-align-floatright {
    float: right;
    clear: none;
    margin-left: 15px
}

.w-nav {
    z-index: 1000;
    background: #ddd;
    position: relative
}

.w-nav:after,
.w-nav:before {
    content: " ";
    grid-area: 1/1/2/2;
    display: table
}

.w-nav:after {
    clear: both
}

.w-nav-brand {
    float: left;
    color: #333;
    text-decoration: none;
    position: relative
}

.w-nav-link {
    vertical-align: top;
    color: #222;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    text-decoration: none;
    display: inline-block;
    position: relative
}

.w-nav-link.w--current {
    color: #0082f3
}

.w-nav-menu {
    float: right;
    position: relative
}

[data-nav-menu-open] {
    text-align: center;
    background: #c8c8c8;
    min-width: 200px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    overflow: visible;
    display: block !important
}

.w--nav-link-open {
    display: block;
    position: relative
}

.w-nav-overlay {
    width: 100%;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    overflow: hidden
}

.w-nav-overlay [data-nav-menu-open] {
    top: 0
}

.w-nav[data-animation=over-left] .w-nav-overlay {
    width: auto
}

.w-nav[data-animation=over-left] .w-nav-overlay,
.w-nav[data-animation=over-left] [data-nav-menu-open] {
    z-index: 1;
    top: 0;
    right: auto
}

.w-nav[data-animation=over-right] .w-nav-overlay {
    width: auto
}

.w-nav[data-animation=over-right] .w-nav-overlay,
.w-nav[data-animation=over-right] [data-nav-menu-open] {
    z-index: 1;
    top: 0;
    left: auto
}

.w-nav-button {
    float: right;
    cursor: pointer;
    -webkit-tap-highlight-color: #0000;
    tap-highlight-color: #0000;
    -webkit-user-select: none;
    user-select: none;
    padding: 18px;
    font-size: 24px;
    display: none;
    position: relative
}

.w-nav-button:focus {
    outline: 0
}

.w-nav-button.w--open {
    color: #fff;
    background-color: #c8c8c8
}

.w-nav[data-collapse=all] .w-nav-menu {
    display: none
}

.w--nav-dropdown-open,
.w--nav-dropdown-toggle-open,
.w-nav[data-collapse=all] .w-nav-button {
    display: block
}

.w--nav-dropdown-list-open {
    position: static
}

@media screen and (max-width:991px) {
    .w-nav[data-collapse=medium] .w-nav-menu {
        display: none
    }

    .w-nav[data-collapse=medium] .w-nav-button {
        display: block
    }
}

@media screen and (max-width:767px) {
    .w-nav[data-collapse=small] .w-nav-menu {
        display: none
    }

    .w-nav[data-collapse=small] .w-nav-button {
        display: block
    }

    .w-nav-brand {
        padding-left: 10px
    }
}

@media screen and (max-width:479px) {
    .w-nav[data-collapse=tiny] .w-nav-menu {
        display: none
    }

    .w-nav[data-collapse=tiny] .w-nav-button {
        display: block
    }
}

.w-tabs {
    position: relative
}

.w-tabs:after,
.w-tabs:before {
    content: " ";
    grid-area: 1/1/2/2;
    display: table
}

.w-tabs:after {
    clear: both
}

.w-tab-menu {
    position: relative
}

.w-tab-link {
    vertical-align: top;
    text-align: left;
    cursor: pointer;
    color: #222;
    background-color: #ddd;
    padding: 9px 30px;
    text-decoration: none;
    display: inline-block;
    position: relative
}

.w-tab-link.w--current {
    background-color: #c8c8c8
}

.w-tab-link:focus {
    outline: 0
}

.w-tab-content {
    display: block;
    position: relative;
    overflow: hidden
}

.w-tab-pane {
    display: none;
    position: relative
}

.w--tab-active {
    display: block
}

@media screen and (max-width:479px) {
    .w-tab-link {
        display: block
    }
}

.w-ix-emptyfix:after {
    content: ""
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.w-dyn-empty {
    background-color: #ddd;
    padding: 10px
}

.w-condition-invisible,
.w-dyn-bind-empty,
.w-dyn-hide {
    display: none !important
}

.wf-layout-layout {
    display: grid
}

@font-face {
    font-family: Suisseintl;
    src: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/6746c1ac83783853599f2c90_SuisseIntl-Light.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Suisseintl;
    src: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/6746c1fa8afc75af46c68f90_SuisseIntl-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Suisseintl;
    src: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/6746c21627c76ab54c4109b8_SuisseIntl-SemiBold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Suisseintl;
    src: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/6746c2d31a0dbafc810db9be_SuisseIntl-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Fa Brands 400";
    src: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/676a9625ec7908e84e2a568e_fa-brands-400.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Fa 400";
    src: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/676a963b0273a006dfba686d_fa-regular-400.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Fa Solid 900";
    src: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/676a96566fac68611a6b3a11_fa-solid-900.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

:root {
    --font-size--tablet-h1: 40px;
    --line-height--tablet-h1: 48px;
    --font-size--desktop-h1: 48px;
    --line-height--desktop-h1: 56px;
    --font-size--mobile-l-h1: 35px;
    --line-height--mobile-l-h1: 43px;
    --font-size--mobile-p-h1: 30px;
    --line-height--mobile-p-h1: 38px;
    --font-size--tablet-h2: 30px;
    --line-height--tablet-h2: 38px;
    --font-size--desktop-h2: 36px;
    --line-height--desktop-h2: 44px;
    --font-size--mobile-l-h2: 25px;
    --line-height--mobile-l-h2: 33px;
    --font-size--mobile-p-h2: 22px;
    --line-height--mobile-p-h2: 29px;
    --font-size--tablet-h3: 25px;
    --line-height--tablet-h3: 35px;
    --font-size--desktop-h3: 25px;
    --line-height--desktop-h3: 35px;
    --font-size--mobile-l-h3: 22px;
    --line-height--mobile-l-h3: 32px;
    --font-size--mobile-p-h3: 20px;
    --line-height--mobile-p-h3: 26px;
    --color--otto-blue: black;
    --systemflow-lite--primary--10: #f2f6ff;
    --systemflow-lite--neutral--10: white;
    --systemflow-lite--neutral--100: #0e0f11;
    --color--otto-blog-text-dark-blue: #1f3499;
    --systemflow-lite--neutral--20: #f9fafb;
    --color--button-bg: #253edb;
    --color--button-text: white;
    --_new-home---black-color: black;
    --color--breadcrumb-inactive: #636b75;
    --color--breadcrumb-active: #253edb;
    --_new-home---heading-color: #111827;
    --color--text: #0e0f11;
    --systemflow-lite--neutral--80: #636b75;
    --_new-home---body: white;
    --_new-home---font-size--d-h1: 54px;
    --_new-home---line-height--d-h1: 60px;
    --_new-home---font-size--t-h1: 40px;
    --_new-home---line-height--t-h1: 46px;
    --_new-home---font-size--ml-h1: 30px;
    --_new-home---line-height--ml-h1: 36px;
    --_new-home---font-size--mp-h1: 27px;
    --_new-home---primary--grey--600: #4b5563;
    --_new-home---primary-button-bg: #233ed9;
    --_new-home---primary-button-text: white;
    --_new-home---primary-button-hover-bg: #2239b1;
    --_new-home---primary--blue--700: #233ed9;
    --_new-home---font-size--d-h2: 40px;
    --_new-home---line-height--d-h2: 48px;
    --_new-home---font-size--t-h2: 30px;
    --_new-home---line-height--t-h2: 38px;
    --_new-home---font-size--m-h2: 25px;
    --_new-home---line-height--m-h2: 33px;
    --_new-home---primary--grey--700: #374151;
    --_new-home---text: #1f2937;
    --_new-home---font-size--d-h3: 30px;
    --_new-home---line-height--d-h3: 38px;
    --_new-home---font-size--m-h3: 25px;
    --_new-home---line-height--m-h3: 33px;
    --color--otto-blog-test-color-dark: #253edb;
    --font-size--button-desktop: 16px;
    --font-size--button-tablet: 16px;
    --font-size--button-mobile: 16px;
    --systemflow-lite--primary--60: #2f54eb;
    --_new-home---line-height--mp-h1: 37px
}

.w-layout-blockcontainer {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    display: block
}

.w-layout-grid {
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid
}

.w-layout-vflex {
    flex-direction: column;
    align-items: flex-start;
    display: flex
}

.w-layout-hflex {
    flex-direction: row;
    align-items: flex-start;
    display: flex
}

.w-pagination-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    display: flex
}

.w-pagination-previous {
    color: #333;
    background-color: #fafafa;
    border: 1px solid #ccc;
    border-radius: 2px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 9px 20px;
    font-size: 14px;
    display: block
}

.w-pagination-previous-icon {
    margin-right: 4px
}

.w-pagination-next {
    color: #333;
    background-color: #fafafa;
    border: 1px solid #ccc;
    border-radius: 2px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 9px 20px;
    font-size: 14px;
    display: block
}

.w-pagination-next-icon {
    margin-left: 4px
}

@media screen and (max-width:991px) {
    .w-layout-blockcontainer {
        max-width: 728px
    }
}

@media screen and (max-width:767px) {
    .w-layout-blockcontainer {
        max-width: none
    }
}

body {
    color: #333;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px
}

h1 {
    font-size: var(--font-size--tablet-h1);
    line-height: var(--line-height--tablet-h1);
    margin-top: 0;
    margin-bottom: 15px
}

h2 {
    font-size: var(--font-size--tablet-h2);
    line-height: var(--line-height--tablet-h2);
    margin-top: 24px;
    margin-bottom: 15px;
    font-weight: 700
}

h3 {
    font-size: var(--font-size--tablet-h3);
    line-height: var(--line-height--tablet-h3);
    margin-top: 24px;
    margin-bottom: 15px
}

p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px
}

a {
    color: var(--color--otto-blue);
    text-decoration: underline
}

ul {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px
}

li {
    font-size: 16px;
    line-height: 24px
}

.container {
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto
}

.button-primary {
    pointer-events: auto;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: #253edb;
    border: 1px solid #253edb;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    transition: all .2s
}

.button-primary:hover {
    color: #fff;
    background-color: #233fd9cc
}

.button-primary:active {
    background-color: #233fd9cc
}

.hero-heading-left {
    background-color: #f5f7fa;
    background-image: linear-gradient(#bdc6f4 6%, #fff);
    border-bottom: 0 solid #e4ebf3;
    height: auto;
    margin-top: 0;
    padding: 40px 30px 60px;
    position: relative
}

.hero-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    min-height: 200px;
    font-weight: 400;
    display: flex
}

.hero-save-money-split-text {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 101%;
    font-size: 14px;
    display: flex
}

.margin-bottom-24px {
    color: #fff;
    text-align: left;
    max-width: 70%;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px
}

.testimonial-column-light {
    background-image: linear-gradient(0deg, #bdc6f4, #fff);
    border-bottom: 0 solid #e4ebf3;
    padding: 60px 30px;
    position: relative
}

.centered-heading {
    text-align: left;
    min-width: 50%;
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 48px;
    font-weight: 300;
    line-height: 54px
}

.testimonial-grid-two {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 50px;
    display: grid
}

.testimonial-main-heading {
    color: #253edb;
    margin-bottom: 2px;
    font-size: 28px;
    font-weight: 300;
    line-height: 40px
}

.hero-wrapper-two {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    display: flex
}

.footer-social-link {
    font-size: 20px
}

.sysf-collapse-item-2 {
    cursor: pointer;
    padding-left: 16px;
    padding-right: 16px
}

.body {
    color: #253edb;
    font-family: Suisseintl, Arial, sans-serif
}

.div-block {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    align-items: center;
    max-width: 86%;
    display: flex;
    position: relative
}

.heading {
    text-align: left;
    mix-blend-mode: normal;
    color: #253edb;
    flex-flow: row;
    justify-content: flex-start;
    font-size: 4em;
    font-weight: 300;
    line-height: 55px;
    display: block
}

.div-block-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    align-items: stretch;
    height: auto;
    display: flex
}

.button-demo {
    color: #253edb;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #fff;
    border: 0 solid #253edb;
    border-radius: 10px;
    padding: 10px 20px;
    font-family: Suisseintl, Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    text-decoration: none;
    transition: all .2s
}

.button-demo:hover {
    color: #253edb;
    background-color: #d6dcf8fa
}

.button-demo:active {
    color: #253edb;
    background-color: #d6dcf8
}

.text-block {
    color: #5d6fe0;
    font-size: 20px;
    font-weight: 300;
    line-height: 28px
}

.div-block-3 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
    display: flex
}

.bold-text {
    color: #253edb;
    font-size: 30px;
    font-weight: 400;
    line-height: 36px
}

.text-block-2,
.text-block-3,
.text-block-4,
.text-block-5 {
    font-family: Suisseintl, Arial, sans-serif;
    font-size: 1.25em
}

.list-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
    display: flex
}

.list-item-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.list-item-3,
.list-item-4,
.list-item-5 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: center;
    display: flex
}

.list {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    align-items: flex-start;
    display: flex
}

.div-block-4 {
    background-color: #bdc6f4;
    border-radius: 10px;
    margin-top: 40px;
    padding-top: 50px;
    padding-left: 81px;
    display: flex
}

.hero-stack-deal-tracker {
    background-color: #253edb;
    border-bottom: 1px #e4ebf3;
    padding: 60px 30px;
    position: relative
}

.heading-2 {
    color: #fff;
    text-align: left;
    max-width: 70%;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400
}

.text-block-6 {
    text-align: left;
    letter-spacing: 2px;
    text-transform: uppercase;
    width: auto;
    min-width: 50%;
    max-width: none;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px
}

.div-block-5 {
    flex-flow: column;
    align-items: flex-start;
    max-width: 968px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: flex
}

.testimonial-slider-large-2 {
    background-color: #fff;
    border-bottom: 0 #e4ebf3;
    padding: 60px 30px 40px;
    position: relative
}

.container-2 {
    width: 100%;
    max-width: 968px;
    margin-left: auto;
    margin-right: auto
}

.testimonial-slider-two-2 {
    background-color: #0000;
    height: auto
}

.testimonial-slide-2 {
    background-color: #f5f7fa;
    border-radius: 10px;
    justify-content: space-between;
    align-items: center;
    padding: 32px;
    display: flex
}

.testimonial-content-2 {
    flex-direction: column;
    align-items: flex-start;
    max-width: 500px;
    margin-right: 40px;
    display: flex
}

.testimonial-quote-icon-2 {
    margin-bottom: 24px
}

.testimonial-quote-2 {
    color: #233ddd;
    margin-bottom: 32px;
    font-size: 24px;
    font-weight: 300;
    line-height: 32px
}

.testimonial-info-two-2 {
    align-items: center;
    display: flex
}

.testimonial-author-name-2 {
    font-weight: 700
}

.testimonial-slider-arrow-2 {
    display: none
}

.testimonial-slider-nav-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 0;
    font-size: 10px;
    line-height: 20px;
    display: flex;
    position: static;
    bottom: -60px
}

.herio-description {
    color: #253edb;
    max-width: 50%;
    margin-bottom: 24px;
    font-size: 22px;
    font-weight: 300;
    line-height: 32px
}

.testimonial-card-two1,
.testimonial-card-two2,
.testimonial-card-two3 {
    background-color: #fff9;
    border: 0 solid #e4ebf3;
    border-radius: 8px;
    flex-direction: column;
    padding: 30px 20px;
    display: flex
}

.accordion-item {
    background-color: #0000;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    margin-bottom: 10px;
    padding: 10px 0
}

.accordion-item-trigger {
    justify-content: space-between;
    align-items: flex-start;
    display: flex
}

.accordion-heading {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    color: #fff;
    cursor: pointer;
    flex: 1;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    display: flex
}

.icon.accordion-icon {
    color: #fff;
    cursor: pointer;
    font-family: Material Icons, sans-serif;
    font-size: 32px;
    line-height: 30px
}

.accordion-item-content {
    color: #fff;
    height: auto;
    margin-top: 10px;
    margin-right: 30px;
    overflow: hidden
}

.bold-text-4 {
    font-size: 20px;
    font-weight: 400
}

.bold-text-6 {
    font-weight: 400
}

.accordion-text {
    color: var(--systemflow-lite--primary--10);
    text-indent: 0;
    font-family: Suisseintl, Arial, sans-serif;
    font-size: 14px;
    line-height: 22px
}

.hero-split-copy {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 40%;
    display: flex
}

.utility-page-wrap {
    justify-content: center;
    align-items: center;
    width: 100vw;
    max-width: 100%;
    height: 100vh;
    max-height: 100%;
    display: flex
}

.utility-page-content {
    text-align: center;
    flex-direction: column;
    width: 260px;
    display: flex
}

.utility-page-form {
    flex-direction: column;
    align-items: stretch;
    display: flex
}

.text-span-4 {
    font-weight: 600
}

.text-span-5 {
    -webkit-text-fill-color: transparent;
    background-color: #253edb;
    -webkit-background-clip: text;
    background-clip: text;
    font-weight: 600
}

.image-8 {
    border-radius: 10px
}

.button-coming-soon {
    color: #253edb;
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: #fff;
    border: 0 solid #253edb;
    border-radius: 30px;
    padding: 10px 20px;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    transition: all .2s
}

.button-coming-soon:hover {
    color: #253edb
}

.button-coming-soon:active {
    color: #253edb;
    background-color: #d6dcf8
}

.hero-save-money-split {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 14px
}

.hero-split-image {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 60%;
    font-size: 14px;
    display: flex
}

.hero-section1 {
    background-color: #f5f7fa;
    background-image: linear-gradient(#bdc6f4 6%, #fff);
    border-bottom: 0 solid #e4ebf3;
    margin-top: 0;
    padding: 40px 30px 60px;
    position: relative
}

.footer-subscribe-2 {
    background-image: linear-gradient(#bdc6f4, #fff);
    border: 1px #000;
    padding: 40px 30px;
    display: block;
    position: relative
}

.container-5 {
    width: 100%;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto
}

.footer-form-two-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    background-color: #0000;
    border-radius: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    padding: 20px 64px;
    display: flex
}

.footer-form-container-two-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex
}

.button-demo-large {
    color: var(--systemflow-lite--neutral--10);
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: #253edb;
    border: 0 solid #253edb;
    border-radius: 10px;
    padding: 12px 30px;
    font-family: Suisseintl, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    transition: all .2s
}

.button-demo-large:active,
.button-demo-large:hover {
    color: #fff;
    background-color: #253edbcc
}

.centered-heading-copy {
    text-align: center;
    min-width: 50%;
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 48px;
    font-weight: 300;
    line-height: 54px
}

.typeform-wrapper-fo7n0qjk {
    width: 100%;
    height: 100vh
}

.ot-single-blog-image {
    border-radius: 12px;
    margin-bottom: 40px
}

.blog-collection-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: start;
    place-items: start stretch;
    margin-top: 0;
    margin-bottom: 40px;
    display: grid
}

.empty-state {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex
}

.ot-blog-date-flex {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: center;
    display: flex
}

.empty-state-2 {
    display: none
}

.ot-blog-category-collection-list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    display: flex
}

.author-container {
    border: 1px solid var(--color--otto-blue);
    background-color: #fff;
    border-radius: 12px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 940px;
    margin: 40px auto 20px;
    padding: 40px 20px;
    display: flex
}

.auhtor-photo {
    aspect-ratio: 1;
    border-radius: 50%;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 5em;
    position: relative;
    overflow: hidden
}

.auhtor-details {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex
}

.heading-10 {
    color: var(--systemflow-lite--neutral--100);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 3em;
    font-weight: 700;
    line-height: 1.1em
}

.paragraph-2 {
    color: #0009;
    text-align: center;
    text-transform: none;
    max-width: 300px;
    margin-bottom: 0;
    font-size: 1.1em;
    font-weight: 400;
    line-height: 1.3em
}

.blog-author-details {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex
}

.ot-blog-author-image {
    border-radius: 8px;
    width: 25px;
    height: 25px;
    overflow: hidden
}

.ot-blog-author-name {
    color: #050505;
    font-size: 1.2em
}

.ot-blog-author {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.empty-state-3 {
    display: none
}

.collection-item-3 {
    color: #121212;
    text-align: left;
    overflow-wrap: normal;
    font-size: 1rem;
    font-weight: 400;
    line-height: 30px
}

.collection-list-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: auto
}

.ot-blog-category-link {
    color: #0009;
    font-size: .9rem;
    text-decoration: none
}

.ot-blog-category-link:hover {
    color: #000
}

.ot-blog-category-link.w--current {
    color: #000;
    letter-spacing: 1px;
    font-size: .9rem
}

.template-hero-section {
    background-color: #f5f7fa;
    background-image: linear-gradient(#bdc6f4 6%, #fff);
    border-bottom: 0 solid #e4ebf3;
    margin-top: 0;
    padding: 40px 30px 60px;
    position: relative
}

.template-container {
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto
}

.temp-hero-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-height: 200px;
    font-weight: 400;
    display: flex
}

.hero-text-block {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 75rem;
    margin-bottom: 4.5rem;
    margin-left: auto;
    margin-right: auto;
    display: flex
}

.temp-hero-image-block {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 65rem;
    font-size: 14px;
    display: flex;
    position: relative
}

.temp-hero-button-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    align-items: stretch;
    height: auto;
    display: flex
}

.temp-hero-description {
    color: #253edb;
    text-align: center;
    max-width: 80%;
    font-size: 22px;
    line-height: 32px
}

.temp-hero-description.hero-text-link {
    color: var(--color--otto-blog-text-dark-blue)
}

.temp-hero-heading-block {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 86%;
    display: flex;
    position: relative
}

.temp-hero-heading {
    text-align: center;
    mix-blend-mode: normal;
    color: #253edb;
    flex-flow: row;
    justify-content: flex-start;
    font-size: 60px;
    font-weight: 300;
    line-height: 64px;
    display: block
}

.temp-hero-button {
    pointer-events: auto;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: #253edb;
    border: 1px solid #253edb;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    transition: all .2s
}

.temp-hero-button:hover {
    color: #fff;
    background-color: #233fd9cc
}

.temp-hero-button:active {
    background-color: #233fd9cc
}

.div-block-32 {
    background-image: linear-gradient(0deg, #fff, #fffffff2 97%, #fff);
    width: 80%;
    height: 63px;
    position: absolute;
    inset: auto auto -40px
}

.side-section-description {
    color: var(--color--otto-blue);
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px
}

.template-3-grid-section {
    background-image: linear-gradient(0deg, #bdc6f4, #fff);
    border-bottom: 0 solid #e4ebf3;
    max-width: none;
    padding: 60px 30px;
    position: relative
}

.template-3-grid-section.feature-section {
    background-image: none
}

.template-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-items: stretch;
    margin-top: 40px;
    display: grid
}

.temlate-faq {
    background-color: #253edb;
    border-bottom: 1px #e4ebf3;
    padding: 60px 30px;
    position: relative
}

.template-faq-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: flex-start;
    place-items: center stretch;
    display: grid
}

.faq-list-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid
}

.template-faq-container {
    width: 100%;
    max-width: 968px;
    margin-left: auto;
    margin-right: auto
}

.global-footer {
    background-color: var(--color--otto-blue);
    color: var(--systemflow-lite--neutral--10);
    padding: 50px 30px 15px;
    position: static
}

.footer-content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: auto auto 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: flex
}

.footer-block {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex
}

.title-small {
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 700
}

.footer-link {
    color: var(--systemflow-lite--neutral--10);
    font-size: 14px;
    line-height: 24px;
    text-decoration: none
}

.footer-social-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.footer-divider {
    background-color: #e4ebf3;
    width: 100%;
    height: 1px;
    margin-top: 70px;
    margin-bottom: 15px
}

.footer-copyright-center {
    text-align: center;
    font-size: 14px;
    line-height: 16px
}

.navbar-no-shadow {
    z-index: 999;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background-color: #bdc6f4;
    position: sticky;
    top: 0
}

.navbar-no-shadow-container {
    z-index: 5;
    background-color: #0000;
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 24px
}

.container-regular {
    width: 100%;
    max-width: 1440px;
    min-height: 30px;
    margin-left: auto;
    margin-right: auto
}

.navbar-wrapper-3 {
    justify-content: space-between;
    align-items: center;
    display: flex
}

.nav-menu {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex
}

.nav-link-3 {
    color: var(--color--otto-blue);
    letter-spacing: .25px;
    margin-left: 0;
    margin-right: 0;
    padding: 5px 15px 5px 10px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-decoration: none
}

.nav-link-3:hover {
    color: var(--color--otto-blue)
}

.nav-link-3:focus-visible,
.nav-link-3[data-wf-focus-visible] {
    outline-offset: 0px;
    color: #0050bd;
    border-radius: 4px;
    outline: 2px solid #0050bd
}

.nav-dropdown-3 {
    margin-left: 5px;
    margin-right: 5px
}

.nav-dropdown-toggle-3 {
    letter-spacing: .25px;
    padding: 5px 30px 5px 10px;
    font-size: 14px;
    line-height: 20px
}

.nav-dropdown-toggle-3:hover {
    color: #1a1b1fbf
}

.nav-dropdown-toggle-3:focus-visible,
.nav-dropdown-toggle-3[data-wf-focus-visible] {
    outline-offset: 0px;
    color: #0050bd;
    border-radius: 5px;
    outline: 2px solid #0050bd
}

.nav-dropdown-icon-3 {
    margin-right: 10px
}

.nav-dropdown-list-3 {
    background-color: #fff;
    border-radius: 12px
}

.nav-dropdown-list-3.w--open {
    padding-top: 10px;
    padding-bottom: 10px
}

.nav-dropdown-link-3 {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px
}

.nav-dropdown-link-3:focus-visible,
.nav-dropdown-link-3[data-wf-focus-visible] {
    outline-offset: 0px;
    color: #0050bd;
    border-radius: 5px;
    outline: 2px solid #0050bd
}

.mobile-margin-top-12 {
    display: none
}

.nav-button-wrapper {
    margin-left: 20px
}

.list-item-6 {
    display: none
}

.blue-btn-wrapper {
    margin-left: 20px
}

.blue-btn {
    background-color: var(--color--otto-blue);
    color: var(--systemflow-lite--neutral--20);
    letter-spacing: 1px;
    text-transform: none;
    border: 0 solid #253edb;
    border-radius: 10px;
    padding: 10px 20px;
    font-family: Suisseintl, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
    transition: all .2s
}

.blue-btn:hover {
    color: #253edb;
    background-color: #d6dcf8fa
}

.blue-btn:active {
    color: #253edb;
    background-color: #d6dcf8
}

.product-ctas-section {
    background-color: #f3f2ef;
    border-bottom: 1px solid #e4ebf3;
    padding: 40px 30px 60px;
    position: relative
}

.container-7 {
    width: 100%;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto
}

.glossery-cta-title {
    text-align: center;
    max-width: 550px;
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto
}

.glossery-cta-description {
    text-align: center;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    display: none
}

.pricing-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 50px;
    display: grid
}

.pricing-card-three {
    background-color: var(--systemflow-lite--neutral--10);
    text-align: center;
    border-radius: 12px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 40px 20px;
    display: flex
}

.pricing-image {
    object-fit: cover;
    width: 80px;
    height: 80px;
    margin-bottom: 16px
}

.pricing-card-text {
    margin-bottom: 20px
}

.text-link-arrow-2 {
    color: #1a1b1f;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    display: flex
}

.arrow-embed-2 {
    margin-left: 2px;
    display: flex
}

.all-product-cta-section {
    background-color: #f3f2ef;
    border-bottom: 1px solid #e4ebf3;
    padding: 0 30px 60px;
    position: relative
}

.all-product-cta-wrapper {
    justify-content: center;
    align-items: center;
    display: flex
}

.all-product-cta-btn {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    align-items: stretch;
    height: auto;
    display: flex
}

.o-button {
    border: 1px solid var(--color--button-bg);
    background-color: var(--color--button-bg);
    color: var(--color--button-text);
    letter-spacing: 2px;
    text-transform: uppercase;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    transition: all .2s
}

.o-button:hover {
    color: #fff;
    background-color: #233fd9cc
}

.o-button:active {
    background-color: #233fd9cc
}

.share-glossery-wrapper {
    border-top: 1px solid #e5e7eb;
    max-width: 940px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 24px;
    padding-bottom: 24px
}

.shar-icon-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    color: var(--systemflow-lite--neutral--100);
    justify-content: space-between;
    align-items: center;
    display: flex
}

.share-icon-ul {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-top: 0;
    margin-bottom: 0;
    display: flex
}

.hero-content-block {
    text-align: center
}

.o-section {
    width: 100%
}

.o-section.bg-gray {
    background-color: #f3f2ef;
    padding-top: 80px;
    padding-bottom: 80px
}

.o-section.bg-transparent {
    padding-top: 60px;
    padding-bottom: 60px
}

.o-section.logo-slider {
    padding-top: 40px;
    padding-bottom: 40px
}

.o-section.o-video-popup-section {
    padding: 70px
}

.o-heading-h2 {
    color: var(--color--otto-blue);
    font-size: var(--font-size--tablet-h2);
    line-height: var(--line-height--tablet-h2);
    margin-top: 0;
    margin-bottom: 0
}

.o-heading-h2.mb-24 {
    margin-bottom: 24px
}

.o-heading-h2.white {
    color: var(--systemflow-lite--neutral--10)
}

.o-heading-h2.md-text-center.o-text-center {
    text-align: center
}

.glossary-content {
    color: var(--_new-home---black-color)
}

.o-heading-wrapper {
    text-align: center;
    margin-bottom: 40px
}

.explore-img {
    border-radius: 10px;
    width: 100%;
    height: auto
}

.explore-heading {
    color: var(--color--otto-blue);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 34px
}

.right-arrow {
    display: flex
}

.ot-resource-button-wrapper {
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    display: flex
}

.template-heading {
    color: var(--color--otto-blue);
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 22px;
    line-height: 32px
}

.page-bredcrumb {
    margin-top: 36px
}

.bredcrumb-menu {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 14px;
    line-height: 20px;
    list-style-type: none
}

.breadcrumb-item {
    font-size: 14px;
    line-height: 20px;
    display: inline-block
}

.breadcrumb-items-link {
    color: var(--color--breadcrumb-inactive);
    text-decoration: none;
    display: inline-block
}

.separator {
    color: var(--color--breadcrumb-inactive);
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block
}

.active-page {
    color: var(--color--breadcrumb-active);
    display: inline-block
}

.page-breadcrumb-container {
    max-width: 100%;
    padding-left: 22px;
    padding-right: 22px
}

.footer-img {
    height: 16px;
    margin-top: -4px
}

.how-to-point-heading {
    color: var(--_new-home---heading-color);
    margin-top: 15px;
    margin-bottom: 6px;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px
}

.feature-img {
    width: 60px
}

.feature-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border: 1px solid var(--color--otto-blue);
    color: var(--systemflow-lite--neutral--100);
    border-radius: 8px;
    flex-direction: column;
    padding: 24px;
    display: flex
}

.bottom-footer {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex
}

.footer-text {
    color: var(--systemflow-lite--neutral--10);
    max-width: 300px;
    margin-top: 12px;
    font-size: 14px;
    line-height: 24px;
    text-decoration: none
}

.footer-social-icon {
    color: var(--systemflow-lite--neutral--10);
    font-family: "Fa Brands 400", Arial, sans-serif;
    font-size: 20px
}

.success-message {
    border: 1px solid var(--color--otto-blue);
    background-color: #0000;
    border-radius: 10px;
    padding: 12px
}

.d-none {
    display: none
}

.alt-review-star {
    margin-bottom: 10px
}

.terms-container {
    max-width: 1440px;
    padding: 15px 30px
}

.launchlist-form {
    grid-column-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.header-form-input {
    border: 1px solid #a7a7a7;
    border-radius: 10px;
    height: 40px;
    margin-bottom: 0;
    padding: 12px 20px;
    font-size: 12px
}

.header-form-submit {
    background-color: #253edb;
    border: 1px solid #253edb;
    border-radius: 10px;
    height: 40px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 12px;
    line-height: 16px
}

.header-form-block {
    margin-bottom: 0
}

.category-section {
    padding-top: 50px
}

.category-main-heading {
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px
}

.category-h3 {
    color: var(--color--otto-blue);
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px
}

.category-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr
}

.category-grid-block {
    background-image: linear-gradient(315deg, #bdc6f41a, #fff 81%);
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    padding: 25px
}

.category-h4 {
    color: var(--color--text);
    margin-top: 0;
    font-size: 18px;
    font-weight: 500
}

.category-p {
    color: var(--systemflow-lite--neutral--80);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.category-icon {
    aspect-ratio: 1;
    background-color: #bdc6f447;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 60px;
    margin-bottom: 20px;
    display: flex
}

.category-block {
    margin-bottom: 50px
}

.testimonial-section {
    padding-top: 50px;
    padding-bottom: 50px
}

.testimonial-container {
    max-width: 1100px
}

.review-wrap {
    justify-content: center;
    align-items: center;
    display: flex
}

.review-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: none;
    justify-content: flex-start;
    width: 100%;
    display: flex
}

.review-1st {
    background-color: #be8181;
    flex: none;
    width: 33%;
    padding: 20px
}

.review-1st._2 {
    background-color: #4a6ba1
}

.review-1st._3 {
    background-color: #75a75a
}

.template-input {
    color: var(--color--text);
    background-color: #0000;
    border: 1px solid #878787;
    border-radius: 10px;
    height: 43px;
    padding: 10px;
    line-height: 21px
}

.thanku-heading {
    font-size: 20px;
    line-height: 30px;
    display: inline
}

.text-block-15 {
    margin-top: 10px
}

.ticker {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
    position: relative;
    overflow: hidden
}

.ticker.is-reversed {
    justify-content: flex-end;
    align-items: center
}

.ticker-content {
    flex-flow: row;
    flex: none;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ticker-logo {
    width: auto;
    height: 30px;
    margin-left: 35px;
    margin-right: 35px
}

.padding-t-50 {
    text-align: center;
    padding-top: 50px
}

.o-heading-animation {
    text-align: center;
    max-width: 862px
}

.o-heading-animation-span {
    color: #9ca3af;
    margin-top: 0;
    padding-right: 14px;
    font-size: 52px;
    font-weight: 600;
    line-height: 60px;
    display: inline-block
}

.o-video-popup-image {
    border-radius: 40px
}

.o-video-popup-link {
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative
}

.o-popup-wrapper {
    text-align: center;
    justify-content: center;
    align-items: center
}

.o-popup-content-block {
    z-index: 0;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute
}

.ot-popup-title {
    color: #fff;
    font-size: 36px;
    line-height: 44px
}

.o-4-col-logo-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr
}

.o-company-logo-block {
    background-color: #fff;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    display: flex;
    position: relative;
    box-shadow: 5px 5px 10px #0000001a
}

.o-minimize-icon {
    position: absolute;
    inset: -10% auto auto -10%
}

.o-review-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    height: 100%;
    display: flex;
    overflow: hidden
}

.o-review-content-block {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
    justify-content: center;
    align-items: center
}

.o-review-image {
    max-height: 220px
}

.o-review-block {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    cursor: pointer;
    background-color: #f8fbff;
    border-radius: 16px;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
    justify-content: flex-start;
    align-items: center;
    width: 200px;
    padding: 16px;
    display: flex;
    overflow: hidden
}

.o-review-block.active {
    width: 100%
}

.ot-body {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    aspect-ratio: auto;
    background-color: var(--_new-home---body);
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 400;
    display: block
}

.ot-hero-section {
    padding-top: 36px;
    padding-bottom: 70px
}

.ot-hero-section.pt-150 {
    margin-top: -10px;
    padding-top: 150px
}

.ot-hero-section.pb-123 {
    padding-bottom: 123px
}

.ot-hero-section.bg-dotted {
    background-image: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/67c9609c9fb5dd1f966b067f_glossary-hero-image.webp");
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 90px;
    padding-bottom: 90px
}

.ot-hero-section.tax-hero {
    padding-top: 90px;
    padding-bottom: 0
}

.ot-hero-section.invoice-tool-hero {
    object-fit: fill;
    padding-bottom: 0
}

.otto-home-container {
    max-width: 1440px;
    padding-left: 24px;
    padding-right: 24px
}

.ot-hero-content {
    grid-row-gap: 22px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ot-h1 {
    color: var(--_new-home---heading-color);
    font-size: var(--_new-home---font-size--d-h1);
    line-height: var(--_new-home---line-height--d-h1);
    letter-spacing: -1.62px;
    margin-bottom: 18px;
    font-weight: 700
}

.ot-h1.ot-center {
    text-align: center;
    margin-bottom: 0
}

.ot-h1.ot-sitemap-h1 {
    font-size: 65px;
    line-height: 70px
}

.ot-hero-title-text {
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ot-hero-title-text.ot-max-w-800 {
    max-width: 800px
}

.ot-subheadline {
    color: var(--_new-home---primary--grey--600);
    text-align: center;
    max-width: 715px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.ot-subheadline.ot-left {
    text-align: left
}

.ot-primary-btn {
    background-color: var(--_new-home---primary-button-bg);
    color: var(--_new-home---primary-button-text);
    text-align: center;
    cursor: pointer;
    border: 1px solid #72a0ff;
    border-radius: 12px;
    padding: 10.5px 16px;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    text-decoration: none;
    transition: all .3s;
    display: inline-block
}

.ot-primary-btn:hover {
    background-color: var(--_new-home---primary-button-hover-bg)
}

.ot-primary-btn.ot-submit {
    color: var(--_new-home---primary-button-text);
    border-style: none;
    border-radius: 10px;
    padding: 12px 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    position: absolute;
    top: 50%;
    right: 4.25px;
    transform: translate(0, -50%)
}

.ot-primary-btn.ot-form-btn {
    border-radius: 8px;
    padding: 13px 32px;
    line-height: 16px
}

.ot-primary-btn.ot-form-btn.mt-30 {
    margin-top: 10px
}

.ot-primary-btn.pricing-btn {
    min-width: 242px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.ot-primary-btn.pricing-btn.business-plan {
    color: var(--_new-home---heading-color);
    background-color: #9ac4ff1a;
    border-color: #72a0ffb3
}

.ot-primary-btn.pricing-btn.business-plan:hover {
    background-color: var(--_new-home---primary-button-bg);
    color: var(--_new-home---primary-button-text)
}

.ot-primary-btn.compare-btn {
    color: var(--_new-home---heading-color);
    background-color: #0000;
    border-color: #cad0d9
}

.ot-primary-btn.compare-btn:hover {
    background-color: var(--_new-home---primary-button-bg);
    color: var(--_new-home---primary-button-text)
}

.ot-primary-btn._w-100 {
    width: 100%
}

.ot-primary-btn.icon-with-text {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    padding-top: 8.5px;
    padding-bottom: 8.5px;
    display: flex
}

.ot-primary-btn.white-btn {
    background-color: var(--_new-home---primary-button-text);
    color: var(--_new-home---primary-button-bg);
    padding: 14px 30px;
    font-size: 16px
}

.ot-primary-btn.white-btn:hover {
    background-color: var(--_new-home---primary-button-bg);
    color: var(--_new-home---primary-button-text)
}

.ot-secondary-btn {
    color: var(--_new-home---primary-button-bg);
    background-color: #0000;
    border: 1px solid #72a0ff;
    border-radius: 12px;
    padding: 10.5px 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    text-decoration: none
}

.ot-secondary-btn.icon-with-text {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    padding-top: 8.5px;
    padding-bottom: 8.5px;
    display: inline-flex
}

.ot-secondary-btn.icon-with-text.mt-24 {
    margin-top: 24px
}

.ot-secondary-btn.icon-with-text.d-none {
    display: none
}

.ot-hero-image-section {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-bottom: 48px
}

.ot-hero-image {
    text-align: center;
    justify-content: center;
    display: flex
}

.ot-logo-section {
    padding-top: 60px;
    padding-bottom: 60px
}

.ot-logo-title {
    color: var(--_new-home---primary--grey--600);
    text-align: center;
    margin-bottom: 48px
}

.ot-sticky-section {
    z-index: -1;
    position: static
}

.ot-p-relative {
    background-color: #fff;
    position: relative
}

.ot-center-content {
    justify-content: center;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px
}

.ot-p-sticky {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    background-image: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/679b2a47d551a8146bde7ec3_texture.svg");
    background-position: 0 0;
    background-size: auto;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: sticky;
    top: 72px
}

.ot-p-sticky.ot-sticky-none {
    position: static
}

.o-founder-name-span {
    color: var(--_new-home---primary--grey--600);
    margin-top: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    display: block
}

.ot-zigzag-section {
    background-color: #f8fbff;
    padding-top: 24px;
    padding-bottom: 24px
}

.ot-zigzag-grid {
    grid-column-gap: 100px;
    background-color: #fff;
    border-radius: 48px;
    grid-template-rows: auto;
    grid-template-columns: .9fr 1.1fr;
    align-self: stretch;
    align-items: center;
    padding: 54px 50px
}

.ot-zigzag-grid.reverce {
    grid-template-columns: 1.1fr .9fr
}

.ot-zigzag-content-block {
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex
}

.ot-zigzag-top-text {
    color: #24378b;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 8px 6px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px
}

.ot-h2 {
    color: var(--_new-home---black-color);
    font-size: var(--_new-home---font-size--d-h2);
    line-height: var(--_new-home---line-height--d-h2);
    letter-spacing: -.4px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 500
}

.ot-h2.max-600 {
    max-width: 600px
}

.ot-zigzag-title-text {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex
}

.ot-zigzag-pera {
    color: var(--_new-home---primary--grey--700);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.ot-zigzag-btn {
    color: var(--_new-home---primary--grey--700);
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #f5faff;
    border: 1px solid #9abbff;
    border-radius: 12px;
    padding: 12px 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    transition: all .4s
}

.ot-zigzag-btn:hover {
    background-color: var(--_new-home---primary-button-bg);
    color: var(--_new-home---primary-button-text)
}

.ot-zigzag-wrapper {
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex
}

.ot-video-section {
    background-image: linear-gradient(#f8fbff, #fff);
    padding-top: 30px;
    padding-bottom: 30px;
    display: none
}

.ot-play-icon {
    aspect-ratio: 1;
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    background-color: #3253f94d;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 76px;
    display: flex
}

.ot-tool-section {
    padding-top: 94px;
    padding-bottom: 60px
}

.ot-tool-wrapper {
    max-width: 672px;
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto
}

.ot-tool-heading-wrapper {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex
}

.ot-tool-heading-wrapper.mb-60 {
    margin-bottom: 60px
}

.ot-section-sub-head {
    color: var(--_new-home---primary--grey--600);
    font-size: 16px;
    line-height: 24px
}

.ot-section-sub-head.long-sub-head {
    line-height: 32px
}

.ot-section-sub-head.max-800 {
    max-width: 800px
}

.ot-tool-main {
    border: 1px dashed #4e4e5480;
    border-radius: 32px;
    margin-top: 34px;
    padding: 47px 55px 37px
}

.ot-need-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: flex
}

.ot-need-title {
    color: #020120;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px
}

.ot-need-block-main {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ot-need-icon-text {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ot-need-icon {
    color: var(--_new-home---primary--blue--700);
    font-family: "Fa Solid 900", Arial, sans-serif;
    font-size: 30px;
    line-height: 30px
}

.on-need-text {
    color: #020120;
    letter-spacing: .5px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px
}

.ot-review-section {
    padding-top: 124px;
    padding-bottom: 89px
}

.ot-review-content-block {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
    opacity: 0;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
    justify-content: center;
    align-items: flex-start;
    height: 256px;
    display: none;
    position: relative;
    overflow: hidden
}

.ot-review-content-block.active {
    opacity: 100;
    display: flex
}

.ot-review-image {
    max-height: 160px
}

.o-client-review {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex
}

.o-client-features-list {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 0;
    padding-left: 20px;
    display: flex
}

.ot-review-top-block {
    grid-column-gap: 96px;
    grid-row-gap: 96px;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ot-review-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    height: 100%;
    margin-top: 74px;
    display: flex;
    position: relative;
    overflow: hidden
}

.o-client-features {
    color: #363230;
    font-size: 12px;
    line-height: 22px
}

.o-client-name {
    color: #363230;
    font-size: 12px;
    line-height: 20px
}

.o-client-features-list-item {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 12px;
    line-height: 22px
}

.o-review-title {
    color: var(--_new-home---primary--grey--700);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    overflow: hidden
}

.ot-review-block {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    cursor: pointer;
    background-color: #f9fafb;
    border-radius: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    width: 190px;
    padding-top: 50px;
    padding-bottom: 50px;
    transition: all .4s;
    display: flex;
    overflow: hidden
}

.ot-review-block.active {
    background-color: #f8fbff;
    width: 100%;
    padding-left: 16px;
    padding-right: 48px
}

.divider-2 {
    background-color: #e5e7eb;
    width: 1px;
    height: 40px
}

.ot-review-bottom-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    opacity: 0;
    border-top: 1px solid #e5e7eb;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 52px;
    padding-top: 10px;
    transition: all .4s;
    display: none;
    overflow: hidden
}

.ot-counter-section {
    padding-top: 48px;
    padding-bottom: 92px
}

.ot-counter-main {
    grid-column-gap: 146px;
    grid-row-gap: 146px;
    justify-content: center;
    align-items: center;
    display: flex
}

.ot-conter-text {
    padding: 20px 28px 12px
}

.ot-counter-h4 {
    color: var(--_new-home---black-color);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px
}

.ot-counter-bottom-text {
    color: var(--_new-home---primary--grey--600);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.ot-counter-after-main {
    position: relative
}

.ot-counter-after {
    z-index: -1;
    position: absolute;
    top: 15px;
    left: -10px
}

.ot-company-logo-block {
    background-color: #fff;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    display: flex;
    position: relative;
    box-shadow: 5px 5px 10px #0000001a
}

.ot-company-logo-block.otto {
    background-color: var(--_new-home---primary--blue--700)
}

.box-exterior {
    border: 1px solid #edeff3;
    border-radius: 30px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 1px;
    text-decoration: none;
    display: flex;
    position: relative;
    overflow: hidden
}

.box-interior {
    z-index: 1;
    background-color: #fff;
    border-radius: 30px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 6px 11px;
    display: flex
}

.box-text {
    color: var(--_new-home---text);
    font-size: 12px;
    line-height: 18px
}

.gradient-line {
    z-index: 0;
    backface-visibility: visible;
    transform-origin: 50%;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: auto
}

.ot-cta-section {background-image:url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/679b2a47d551a8146bde7ec3_texture.svg");background-position:50%;background-size:cover;
    padding-top: 58px;
    padding-bottom: 52px
}

.ot-cta-footer {
    grid-row-gap: 110px;
    background-image: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/679b2a47d551a8146bde7ec3_texture.svg");
    background-position: 50%;
    background-size: cover;
    flex-flow: column;
    display: flex
}

.ot-cta-content-wrapper {
    grid-row-gap: 36px;
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 672px;
    margin-left: auto;
    margin-right: auto;
    display: flex
}

.ot-cta-title-text {
    grid-row-gap: 18px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ot-cta-pera {
    color: var(--_new-home---primary--grey--700);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.ot-form-block {
    align-self: center;
    width: 500px;
    margin-bottom: 0
}

.ot-form {
    position: relative
}

.ot-email-field {
    background-color: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    width: 100%;
    height: 46px;
    margin-bottom: 0;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 16px
}

.o-founder {
    color: var(--_new-home---primary--grey--600);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.ot-review-work {
    color: var(--_new-home---primary--grey--700);
    font-size: 18px;
    font-weight: 600;
    line-height: 28px
}

.ot-footer-wraper {
    background-color: #fff;
    border-radius: 48px;
    margin-bottom: 36px;
    padding-top: 55px;
    padding-left: 50px;
    padding-right: 50px;
    box-shadow: 0 4px 10px #0000000a
}

.ot-footer-top-block {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    border-bottom: 1px solid #e5e7eb;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 55px;
    display: flex
}

.ot-footer-top-block.p-bottom-20 {
    align-items: center;
    padding-bottom: 20px
}

.ot-footer-top-block.border-none {
    border-bottom-style: none
}

.ot-footer-top-right {
    width: 100%
}

.ot-footer-pera {
    color: var(--_new-home---black-color);
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 20px
}

.ot-form-block-footer {
    align-self: center;
    margin-bottom: 22px
}

.ot-footer-icon {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ot-footer-icon.mb-0,
.ot-footer-icon.mb-0-copy {
    margin-bottom: 0
}

.ot-footer-icons {
    color: var(--_new-home---black-color);
    max-width: 20px;
    font-family: "Fa Brands 400", Arial, sans-serif;
    font-size: 20px;
    text-decoration: none;
    display: block
}

.ot-footer-help-text {
    color: var(--_new-home---black-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

.ot-footer-email {
    color: #0561a2;
    text-decoration: none
}

.ot-footer-logo {
    margin-bottom: 16px
}

.ot-footer-top-grid {
    grid-column-gap: 55px;
    grid-row-gap: 55px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr
}

.ot-footer-top-grid._5-column-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr
}

.ot-footer-h4 {
    color: var(--_new-home---black-color);
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.ot-footer-link-block {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex
}

.ot-footer-link {
    color: var(--_new-home---primary--grey--700);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none
}

.ot-footer-link:hover {
    color: var(--_new-home---primary--blue--700)
}

.ot-footer-bottom-block {
    padding-top: 21px;
    padding-bottom: 24px
}

.ot-footer-bottom-block.ot-n-footer-bottom-block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: space-between;
    display: flex
}

.ot-footer-copywite {
    color: #585b70;
    text-align: center;
    font-size: 14px;
    font-weight: 400
}

.ot-navbar {
    z-index: 999;
    margin-left: 22px;
    margin-right: 22px;
    position: sticky;
    top: 12px
}

.ot-navbar-container {
    background-color: #0000
}

.ot-nav-inner-container {
    background-color: #fff;
    border-radius: 50px;
    margin-left: auto;
    margin-right: auto;
    padding: 13px 24px
}

.ot-nav-inner-container.pad-13 {
    padding-top: 13px;
    padding-bottom: 13px
}

.ot-nav-inner-container.fixed-header {
    box-shadow: 0 4px 10px #00000021
}

.ot-navbar-wrapper {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: stretch space-between;
    align-items: center;
    display: flex
}

.ot-nav-menu-wrapper {
    position: static
}

.ot-nav-menu {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    justify-content: flex-end;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    display: flex
}

.nav-link-5 {
    color: #1a1b1f;
    letter-spacing: .25px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none
}

.nav-link-5:hover {
    color: #1a1b1fbf
}

.nav-link-5:focus-visible,
.nav-link-5[data-wf-focus-visible] {
    outline-offset: 0px;
    color: #0050bd;
    border-radius: 4px;
    outline: 2px solid #0050bd
}

.nav-dropdown-4 {
    margin-left: 5px;
    margin-right: 5px
}

.ot-nav-dropdown-toggle {
    color: var(--_new-home---text);
    letter-spacing: .25px;
    padding: 5px 30px 5px 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

.ot-nav-dropdown-toggle:hover {
    color: #1a1b1fbf
}

.ot-nav-dropdown-toggle:focus-visible,
.ot-nav-dropdown-toggle[data-wf-focus-visible] {
    outline-offset: 0px;
    color: #0050bd;
    border-radius: 5px;
    outline: 2px solid #0050bd
}

.ot-nav-dropdown-icon {
    margin-right: 10px
}

.nav-dropdown-list-4 {
    background-color: #fff;
    border-radius: 12px
}

.nav-dropdown-list-4.w--open {
    padding-top: 10px;
    padding-bottom: 10px
}

.ot-nav-dropdown-link {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px
}

.ot-nav-dropdown-link:hover {
    color: var(--_new-home---primary-button-bg)
}

.ot-nav-dropdown-link:focus-visible,
.ot-nav-dropdown-link[data-wf-focus-visible] {
    outline-offset: 0px;
    color: #0050bd;
    border-radius: 5px;
    outline: 2px solid #0050bd
}

.ot-nav-button-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: flex-end;
    align-items: center;
    display: flex
}

.ot-nav-button-wrapper.inner {
    display: none
}

.ot-footer-top-left {
    max-width: 325px
}

.ot-footer-top-left.ot-n-footer-left {
    max-width: 270px
}

.ot-footer-top-left.ot-n-footer-left-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: space-between;
    align-items: center;
    max-width: none;
    display: flex
}

.otto-center-text {
    color: var(--_new-home---black-color);
    text-align: center;
    max-width: 862px;
    font-size: 52px;
    font-weight: 600;
    line-height: 60px
}

.template-name {
    display: none
}

.template-form {
    background-color: #ecf5ff;
    border-radius: 16px;
    width: 100%;
    padding: 30px
}

.ot-heading-wrapper {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex
}

.ot-heading-wrapper.ot-sitemap-left {
    justify-content: center;
    align-items: flex-start
}

.ot-tax-collection-list {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    display: flex
}

.ot-tax-collection-item-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    color: var(--_new-home---black-color);
    justify-content: space-between;
    align-items: flex-start;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    display: flex
}

.ot-tax-collection-item-block:hover {
    color: var(--_new-home---primary--blue--700)
}

.ot-right-arrow {
    font-family: "Fa Solid 900", Arial, sans-serif;
    font-size: 14px
}

.navigation-inner-wrap {
    text-align: center;
    align-items: center;
    display: flex
}

.ot-nav-dropdown-list {
    top: 100%;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    left: 0;
    transform: none
}

.ot-nav-dropdown-list.w--open {
    box-shadow: 0 2px 5px #0000001a
}

.header-navigation-menu {
    color: #1f2937;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-decoration: none
}

.header-navigation-menu:hover {
    color: #1a1b1fbf
}

.header-navigation-menu:focus-visible,
.header-navigation-menu[data-wf-focus-visible] {
    outline-offset: 0px;
    color: #0050bd;
    outline: 2px solid #0050bd
}

.header-navigation-menu.dropdown {
    grid-column-gap: 6px;
    border-radius: 5px;
    flex-flow: row-reverse wrap;
    justify-content: center;
    align-items: center;
    display: flex
}

.header-navigation-menu.dropdown:hover {
    background-color: #dcedff
}

.header-navigation-menu.dropdown.w--open {
    background-color: #dcedff;
    position: static
}

.nav-item-title {
    color: #1f2937;
    font-size: 14px;
    line-height: 21px
}

.nav-item-description {
    color: #6d7280;
    font-size: 12px;
    line-height: 18px
}

.nav-dropdown-title {
    color: #000c;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 28px
}

.dropdown-inner-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    place-items: center start
}

.nav-item-icon-block {
    background-color: #f9fafb;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    display: flex
}

.nav-item-link-block {
    grid-column-gap: 12px;
    justify-content: flex-start;
    align-items: flex-start;
    text-decoration: none;
    display: flex
}

.nav-item-link-block:hover {
    text-decoration: none
}

.header-dropdown-icon {
    margin-right: 0;
    position: static
}

.nav-item-content-block {
    grid-row-gap: 2px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex
}

.o-feature-main-block {
    background-color: #ecf5ff;
    border-radius: 32px;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    padding: 54px
}

.o-feature-grid {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    grid-template-rows: auto;
    grid-template-columns: 1fr .75fr;
    place-items: center start
}

.o-content-block {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    display: flex
}

.ot-feature-para-text {
    color: var(--_new-home---primary--grey--600);
    font-size: 16px;
    line-height: 24px
}

.o-image-block {
    justify-content: flex-end
}

.o-top-content-block {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
    display: flex
}

.o-feature-form-block {
    margin-bottom: 0
}

.o-feature-form {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    display: flex
}

.o-feature-form-input {
    color: #333;
    background-color: #fff;
    border: 1px solid #e8e7ec;
    border-radius: 8px;
    align-self: center;
    height: 44px;
    margin-bottom: 0;
    padding-left: 17px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 20px
}

.o-feature-form-input:focus {
    border-color: var(--_new-home---primary--blue--700)
}

.o-feature-top-form {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.o-feature-form-bottom {
    color: var(--_new-home---primary--grey--600);
    text-align: center;
    font-size: 12px;
    line-height: 16px
}

.ot-section {
    box-sizing: content-box;
    object-fit: fill;
    width: auto;
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    position: static;
    overflow: hidden
}

.ot-section.mb-33 {
    margin-bottom: 33px
}

.ot-section.mb-60 {
    margin-bottom: 60px
}

.ot-section.bg-light-blue {
    background-color: #f3f9ff
}

.o-glossary-hero-section {
    background-image: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/67c9609c9fb5dd1f966b067f_glossary-hero-image.webp");
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-top: 100px;
    padding-bottom: 100px
}

.o-glossary-sub-headline {
    color: var(--_new-home---text)
}

.share-icon-list {
    background-color: #233ed9;
    border: 1px solid #0000;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    display: flex
}

.share-icon {
    aspect-ratio: 1;
    color: var(--_new-home---primary-button-text);
    justify-content: center;
    align-items: center;
    width: 100%;
    font-family: "Fa Brands 400", Arial, sans-serif;
    text-decoration: none;
    display: flex
}

.o-glossary-section {
    padding-top: 60px;
    padding-bottom: 60px
}

.o-glossary-form-h2 {
    color: var(--_new-home---black-color);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 36px;
    font-weight: 500;
    line-height: 44px
}

.o-glossary-form-label {
    color: #1c1c1c;
    margin-bottom: 13px;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px
}

.o-tax-category-main-wrapper {
    border: 1px solid #ddd;
    border-radius: 8px;
    max-width: 1064px;
    margin-top: 56px;
    margin-left: auto;
    margin-right: auto
}

.o-tax-category-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
    align-items: center;
    padding: 18px 24px;
    display: flex
}

.o-tax-category-left {
    min-width: 765px;
    max-width: 765px
}

.o-tax-category-head {
    color: var(--_new-home---black-color);
    font-size: 14px;
    font-weight: 600;
    line-height: 20px
}

.o-tax-category-right {
    text-align: center;
    min-width: 100px;
    max-width: 100px
}

.o-tex-category-p {
    color: var(--_new-home---primary--grey--700);
    margin-top: 10px;
    font-size: 14px
}

.o-tex-category-icon {
    aspect-ratio: 1;
    background-color: var(--_new-home---primary-button-bg);
    color: var(--_new-home---primary-button-text);
    text-align: center;
    border-radius: 50%;
    width: 34px;
    font-family: "Fa Solid 900", Arial, sans-serif;
    font-size: 16px;
    line-height: 34px
}

.o-tax-templates-grid {
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 59px;
    margin-bottom: 40px
}

.o-tax-templates-grid.mb-0 {
    margin-bottom: 0
}

.o-tax-templates-link {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    cursor: pointer;
    border: 1px solid #d2d5da;
    border-radius: 30px;
    flex-flow: column;
    justify-content: space-between;
    padding: 35px 30px;
    text-decoration: none;
    transition: all .3s;
    display: flex
}

.o-tax-templates-link:hover {
    box-shadow: 0 4px 16px #0000001a
}

.o-tax-templates-icon-text {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: center;
    display: flex
}

.o-tax-templates-icon {
    color: var(--color--button-bg);
    font-family: "Fa Solid 900", Arial, sans-serif;
    font-size: 22px;
    line-height: 26px
}

.o-tax-templates-span {
    color: #6d7280;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.o-tax-templates-p {
    color: var(--_new-home---black-color);
    font-weight: 500
}

.o-tax-templates-top {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex
}

.o-tax-templates-bottom {
    text-align: right;
    justify-content: flex-end;
    align-items: center;
    display: flex
}

.o-resources-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 59px;
    display: grid
}

.ot-tax-viwe-more {
    text-align: center
}

.ot-view-more {
    font-size: 16px;
    text-decoration: none
}

.o-resources-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
    padding: 30px 20px;
    text-decoration: none;
    transition: all .3s;
    display: flex
}

.o-resources-block:hover {
    box-shadow: 0 4px 16px #0000001a
}

.o-resources-h3 {
    color: var(--_new-home---black-color);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px
}

.o-resources-pera {
    color: var(--_new-home---primary--grey--600);
    font-size: 14px;
    line-height: 20px
}

.o-resources-tag {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    background-color: #dcedff;
    border-radius: 100px;
    justify-content: flex-start;
    align-items: center;
    padding: 3px 10px;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    display: inline-flex
}

.o-resources-tag-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex
}

.o-tax-form-input-block._w-50 {
    width: 50%
}

.o-tax-form-input-block.custom-select {
    position: relative
}

.ot-hero-grid {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    grid-template-rows: auto;
    grid-template-columns: 1.32fr 1fr;
    place-items: center stretch
}

.trustpilot-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 24px;
    display: flex
}

.trustpilot-wrapper.center {
    justify-content: center;
    align-items: center
}

.trustpilot-text {
    color: var(--_new-home---black-color);
    font-size: 14px;
    line-height: 16px
}

.grid-2 {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    grid-template: ". Area" /1fr 1fr;
    place-content: stretch;
    align-items: center
}

.ot-book-meeting-content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 12px;
    display: flex
}

.ot-book-meeting-li {
    color: var(--_new-home---text);
    background-image: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/67ca87098dbe4b7a31b2a55d_line-check-circle.svg");
    background-position: 0 2px;
    background-repeat: no-repeat;
    background-size: auto;
    padding-left: 30px
}

.ot-book-meeting-ul {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
    display: flex
}

.ot-book-meeting-ul.desk {
    margin-top: 0
}

.ot-book-meeting-ul.mobile {
    display: none
}

.ot-bm-slider {
    background-color: #0000;
    max-width: 462px;
    height: auto;
    margin-top: 45px
}

.arrow-none,
.ot-bm-slider.mobile {
    display: none
}

.ot-bm-slide-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 2px;
    padding: 30px 24px;
    display: flex
}

.mask {
    border-radius: 12px;
    box-shadow: 0 0 4px #0000001f
}

.ot-bm-slide-pera {
    color: var(--_new-home---primary--grey--700);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.ot-bm-athor-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ot-bm-author-img-block {
    aspect-ratio: 1;
    border: 1px solid #ebebeb;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 44px;
    min-width: 44px;
    display: flex
}

.ot-bm-author-name {
    color: var(--_new-home---heading-color);
    font-size: 14px;
    font-weight: 600;
    line-height: 20px
}

.ot-bm-author-position {
    color: var(--_new-home---primary--grey--600);
    font-size: 12px;
    line-height: 16px
}

.slide-nav {
    color: var(--_new-home---heading-color);
    bottom: -60px
}

.ot-book-meeting-right {
    background-color: #ecf5ff;
    border-radius: 16px;
    width: 100%;
    padding: 30px;
    line-height: 20px;
    position: static
}

.ot-bm-main {
    justify-content: center;
    align-items: flex-start;
    min-height: 100vh;
    padding-top: 86px;
    padding-bottom: 86px;
    display: flex
}

.ot-bm-main.pad-50-20 {
    padding-top: 50px;
    padding-bottom: 20px
}

.o-bm-image {
    border-radius: 50%
}

.o-bm-section {
    align-self: auto
}

.trustpilot-flex {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    text-decoration: none;
    display: flex
}

.ot-bk-zigzag-grid {
    grid-column-gap: 114px;
    background-color: #fff;
    border-radius: 48px;
    grid-template-rows: auto;
    grid-template-columns: .9fr 1.1fr;
    align-self: stretch;
    align-items: center
}

.ot-bk-zigzag-grid.reverce {
    grid-template-columns: 1.1fr .9fr
}

.otto-container {
    max-width: 1086px;
    padding-left: 16px;
    padding-right: 16px
}

.otto-hero-container {
    max-width: 1220px;
    padding-left: 16px;
    padding-right: 16px
}

.ot-bk-zigzag-wrapper {
    grid-row-gap: 96px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 93px;
    display: flex
}

.ot-hero-grid-form {
    background-color: #ecf5ff;
    border-radius: 16px;
    padding: 30px
}

.ot-bk-step-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 80px
}

.ot-bk-step-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px;
    display: flex
}

.ot-bk-step {
    aspect-ratio: 1;
    background-color: var(--_new-home---primary-button-bg);
    color: var(--_new-home---primary-button-text);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 24px;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    display: flex
}

.ot-bk-step-title {
    color: var(--_new-home---heading-color);
    font-size: 18px;
    font-weight: 500;
    line-height: 28px
}

.ot-bk-step-pera {
    color: var(--_new-home---primary--grey--600);
    font-size: 16px;
    line-height: 24px
}

.ot-financial-main-wraper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    margin-top: 58px;
    display: flex
}

.ot-financial-top-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr
}

.ot-financial-bottom-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr 1fr .5fr
}

.ot-financial-link-block {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
    background-color: #f3f9ff;
    border-radius: 24px;
    flex-flow: column;
    justify-content: space-between;
    padding: 24px;
    text-decoration: none;
    display: flex
}

.ot-financial-h3 {
    color: var(--_new-home---heading-color);
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px
}

.ot-financial-pera {
    color: var(--_new-home---primary--grey--600)
}

.ot-financial-licon {
    color: var(--_new-home---primary--blue--700);
    font-family: "Fa Solid 900", Arial, sans-serif;
    font-size: 16px
}

.ot-financial-icon-block {
    aspect-ratio: 1;
    background-color: #c8dafe33;
    border: 1px solid #c8dafe;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 40px;
    display: flex
}

.ot-financial-icon-block.slider-arrow-left {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%)
}

.ot-financial-icon-block.slider-arrow-right {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%)
}

.ot-financial-content {
    margin-bottom: 24px
}

.ot-review-slider {
    background-color: #0000;
    height: auto;
    margin-top: 58px
}

.nav-d-none {
    display: none
}

.ot-review-slide-block {
    background-color: #f3f9ff;
    border: 1px solid #e5e7eb;
    border-radius: 24px;
    margin-left: 96px;
    margin-right: 96px;
    padding: 26px 8px 8px
}

.ot-slide-block-top {
    margin-bottom: 24px;
    padding-left: 40px;
    font-size: 18px;
    line-height: 18px
}

.ot-slide-block-bottom {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    background-color: #fff;
    border-radius: 20px;
    flex-flow: column;
    padding: 40px;
    display: flex;
    box-shadow: 0 6px 6px -3px #2929290a, 0 12px 12px -6px #2929290a
}

.ot-review-slide-text {
    color: var(--_new-home---primary--grey--700);
    font-size: 24px;
    font-weight: 500;
    line-height: 32px
}

.ot-pricing-wrapper {
    background-color: #ecf5ff;
    border-radius: 24px;
    margin-top: 58px;
    padding: 16px
}

.ot-pricing-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr
}

.ot-pricing-plan {
    border-radius: 12px;
    padding: 32px 12px
}

.ot-pricing-plan.business-plan {
    background-color: #fff;
    padding-left: 24px;
    padding-right: 24px;
    box-shadow: 0 6px 10px #1c1c230a, 0 0 3px #1c1c2317
}

.ot-pricing-flex-block {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: space-between;
    height: 100%;
    display: flex
}

.ot-pricing-plan-name {
    color: var(--_new-home---heading-color);
    margin-bottom: 32px;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    display: inline-block
}

.ot-pricing-price {
    color: var(--_new-home---heading-color);
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 3px;
    font-size: 28px;
    line-height: 36px;
    display: flex
}

.ot-pricing-subscript {
    font-size: 16px;
    line-height: 24px;
    display: inline-block
}

.ot-pricing-price-pera {
    color: var(--_new-home---primary--grey--600);
    margin-bottom: 24px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

.ot-pricing-price-block {
    border-bottom: 1px solid #9abbff;
    min-height: 147px;
    margin-bottom: 24px
}

.ot-pricing-price-block.border-none {
    border-bottom-style: none;
    margin-bottom: 0
}

.ot-pricing-list-title {
    color: var(--_new-home---heading-color);
    margin-bottom: 7px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.ot-pricing-ul {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
    padding-left: 0;
    display: flex
}

.ot-pricing-li {
    color: var(--_new-home---primary--grey--700);
    background-image: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/67ce6af50c5027ed56dc7a50_Vector%20(8).svg");
    background-position: 0;
    background-repeat: no-repeat;
    background-size: auto;
    padding-left: 25px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

.ot-pricing-list-block {
    margin-bottom: 24px
}

.ot-pricing-expenses {
    color: var(--_new-home---text);
    margin-bottom: 24px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px
}

.ot-pricing-popular {
    color: #517cff;
    background-color: #ecf5ff;
    border: 1px solid #c0dcff;
    border-radius: 8px;
    margin-left: 8px;
    padding: 4px 7px;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    display: inline-block
}

.pricing-tab-link {
    color: #706f74;
    background-color: #fff;
    border: 1px solid #d4d4d4;
    border-radius: 100px;
    padding: 3px 6px;
    font-size: 12px;
    line-height: 12px
}

.pricing-tab-link.w--current {
    color: var(--_new-home---primary--blue--700);
    background-color: #ecf5ff;
    border-color: #c0dcff
}

.ot-pricing-tabs-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 24px;
    display: flex
}

.ot-pricing-selected-expense {
    color: var(--_new-home---primary--grey--600);
    border-bottom: 1px solid #9abbff;
    margin-bottom: 24px;
    padding-bottom: 24px;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px
}

.ot-faq-main-container {
    max-width: 780px;
    margin-top: 54px;
    margin-left: auto;
    margin-right: auto
}

.ot-faq-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-bottom: 1px solid #d2d5da;
    flex-flow: column;
    padding-top: 30px;
    padding-bottom: 30px
}

.ot-faq-question {
    cursor: pointer;
    justify-content: space-between;
    align-items: center;
    display: flex
}

.ot-faq-h3 {
    color: var(--_new-home---heading-color);
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 10px;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px
}

.ot-faq-icon {
    font-family: "Fa Solid 900", Arial, sans-serif;
    transform: rotate(180deg)
}

.ot-faq-answer {
    transition: all .3s;
    overflow: hidden
}

.ot-faq-ans-text {
    color: #24378b;
    padding-top: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.bold-text-7 {
    font-weight: 600
}

.ot-monthly-yearly-tab-wrapper {
    text-align: center;
    margin-top: 30px
}

.ot-monthly-yearly-tabs {
    display: inline-block
}

.tabs-content-2 {
    display: none
}

.ot-monthly-yearly-menus {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    background-color: #f3f4f6;
    border-radius: 12px;
    justify-content: flex-start;
    align-items: center;
    padding: 2px 2.5px;
    display: inline-flex
}

.ot-monthly-yearly-tab-link {
    color: #6f7988;
    text-align: center;
    background-color: #0000;
    width: 139px;
    padding: 6px 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px
}

.ot-monthly-yearly-tab-link.w--current {
    color: #2e3238;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 4px -2px #18274b05, 0 0 2px #e0e0e0
}

.ot-compare-wrapper {
    grid-row-gap: 21px;
    flex-flow: column;
    margin-top: 56px;
    display: flex
}

.ot-comare-head-grid {
    grid-column-gap: 60px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr 1fr 1fr
}

.ot-comare-head-block {
    flex-flow: column;
    justify-content: flex-end;
    display: flex
}

.ot-comare-head-text {
    color: #6f7988;
    margin-top: 8px;
    margin-bottom: 17px;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px
}

.ot-comare-head-title {
    color: var(--_new-home---heading-color);
    font-size: 24px;
    font-weight: 500;
    line-height: 32px
}

.div-block-53 {
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ot-comare-head {
    background-color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    position: sticky;
    top: 78px
}

.ot-compare-body {
    grid-row-gap: 61px;
    flex-flow: column;
    display: flex
}

.ot-comare-body-grid {
    grid-column-gap: 60px;
    grid-row-gap: 20px;
    border-top: 1px solid #edeff3;
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr 1fr 1fr
}

.ot-comare-body-block {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    justify-content: flex-start;
    align-items: center;
    padding-top: 18px;
    padding-bottom: 18px;
    display: flex
}

.ot-comare-body-title {
    color: var(--_new-home---heading-color);
    white-space: nowrap;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px
}

.ot-comare-body-text {
    color: var(--_new-home---heading-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.ot-comare-icon-check {
    color: var(--_new-home---heading-color);
    text-align: center;
    width: 100%;
    font-family: "Fa Solid 900", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.ot-comare-icon-close {
    color: var(--_new-home---heading-color);
    text-align: center;
    width: 100%;
    font-family: "Fa 400", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.collection-list-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid
}

.ot-collection-link {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    border: 1px solid #d2d5da;
    border-radius: 30px;
    flex-flow: column;
    justify-content: space-between;
    height: 100%;
    padding: 34px 30px;
    text-decoration: none;
    transition: all .3s;
    display: flex
}

.ot-collection-link:hover {
    box-shadow: 0 4px 16px #0000001a
}

.ot-wc-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 58px
}

.ot-wc-block {
    background-color: #f3f9ff;
    border-radius: 8px;
    padding: 34px 30px
}

.ot-wc-h3 {
    color: var(--_new-home---heading-color);
    margin-top: 16px;
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px
}

.ot-wc-pera {
    color: var(--_new-home---primary--grey--600);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.ot-collection-wrapper {
    padding-top: 80px
}

.ot-sitemap-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: start;
    display: grid
}

.ot-sitemap-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 40px;
    display: flex
}

.ot-sitemap-wrapper.ot-sitemap-left {
    justify-content: flex-start;
    align-items: stretch
}

.ot-sitemap-link-text {
    color: var(--_new-home---primary--grey--700);
    font-size: 15px;
    text-decoration: none
}

.ot-sitemap-link-text:hover {
    color: #000;
    text-decoration: underline
}

.ot-sitemap-inner-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ot-sitemap-inner-wrapper.ot-sitemap-left {
    justify-content: flex-start;
    align-items: stretch
}

.ot-sitemap-h-h2 {
    color: var(--_new-home---heading-color);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px
}

.ot-button-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ot-button-wrapper.mt-24 {
    margin-top: 24px
}

.ot-legal-agriment-content {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 908px;
    margin-top: 56px;
    margin-left: auto;
    margin-right: auto;
    display: flex
}

.ot-legal-agriment-p {
    color: var(--_new-home---primary--grey--700);
    text-align: center;
    column-count: auto;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    column-gap: 48px;
    font-size: 16px;
    line-height: 24px
}

.ot-agreement-grid {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    place-items: center start
}

.ot-zigzag-wrappers {
    grid-row-gap: 96px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex
}

.ot-hero-video-wrapper {
    padding-top: 70px
}

.ot-how-to-ul {
    margin-top: -15px
}

.ot-features-icon {
    color: var(--_new-home---primary-button-bg);
    font-family: "Fa 400", Arial, sans-serif;
    font-size: 22px
}

.ot-features-icon.fa-900 {
    font-family: "Fa Solid 900", Arial, sans-serif
}

.ot-features-icon.fa-brand-400 {
    font-family: "Fa Brands 400", Arial, sans-serif
}

.ot-h3 {
    color: var(--_new-home---black-color);
    font-size: var(--_new-home---font-size--d-h3);
    line-height: var(--_new-home---line-height--d-h3);
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 500
}

.ot-alternative-grid {
    grid-column-gap: 51px;
    grid-row-gap: 20px;
    border-top: 1px solid #edeff3;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr
}

.ot-alternative-icon-check {
    color: var(--_new-home---heading-color);
    width: 100%;
    font-family: "Fa Solid 900", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.ot-alternative-icon-close {
    color: var(--_new-home---heading-color);
    width: 100%;
    font-family: "Fa 400", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.ot-bm-li {
    font-weight: 600
}

.o-blog-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
    text-decoration: none;
    transition: all .3s;
    display: flex
}

.ot-blog-category-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
    margin-bottom: 42px;
    display: flex
}

.ot-blog-category-collection-item {
    width: 100%;
    padding-left: 0;
    padding-right: 0
}

.ot-bk-step-inner-wrap {
    aspect-ratio: 1;
    background-color: #dcedff;
    border-radius: 50%;
    width: 36px;
    padding: 6px
}

.ot-bk-step-wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ot-bk-step-text {
    color: var(--_new-home---primary--grey--700);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

.div-block-54 {
    background-color: #edf8fe;
    border-radius: 12px;
    padding: 30px
}

.demo {
    background-color: var(--color--breadcrumb-active);
    width: 100px;
    height: 100px
}

.template-form-label {
    font-weight: 500
}

.max-940 {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto
}

.max-800 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    display: flex
}

._12gh {
    aspect-ratio: 1;
    width: 50px
}

.ot-point-ul {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    display: flex
}

.ot-point-li {
    background-image: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/67ebda68bb02e4df9506155e_check%20(3).png");
    background-position: 0 6px;
    background-repeat: no-repeat;
    background-size: 15px;
    padding-left: 30px
}

.ot-comparison-table-wrapper {
    border: 1px solid #edeff3;
    border-radius: 12px;
    margin-top: 58px
}

.ot-comparison-grid {
    grid-column-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 2.5fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-flow: column
}

.ot-comparison-grid._6-grid {
    grid-template-columns: 2.5fr 1fr 1fr 1fr 1fr 1fr
}

.ot-comparision-grid-block {
    border-bottom: 1px solid #edeff3;
    border-right: 1px solid #edeff3;
    justify-content: flex-start;
    align-items: center;
    padding: 15px 10px;
    display: flex
}

.ot-comparision-grid-block.center {
    text-align: center;
    justify-content: center;
    align-items: center
}

.ot-comparision-head {
    color: var(--_new-home---heading-color);
    font-size: 16px;
    font-weight: 500
}

.ot-comparision-head.visibility-hidden {
    opacity: 0
}

.ot-comparision-icon-close {
    color: var(--_new-home---primary-button-bg);
    text-align: center;
    width: 100%;
    font-family: "Fa 400", Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px
}

.ot-comparision-icon-check {
    color: var(--_new-home---heading-color);
    text-align: center;
    width: 100%;
    font-family: "Fa Solid 900", Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px
}

.grid-3 {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-flow: column
}

.grid-4 {
    grid-column-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 2.5fr 1fr 1fr 1fr 1fr 1fr 1fr
}

.flex-gap {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex-flow: column;
    display: flex
}

.d-lg-none {
    display: none
}

.code-embed {
    display: block
}

.code-embed.apply-form {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 0
}

.mt-40 {
    margin-top: 40px
}

.ot-author-image {
    aspect-ratio: 1;
    border-radius: 12px;
    width: 200px
}

.ot-author-inner {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex
}

.ot-author-name {
    margin-bottom: 0;
    font-size: 30px;
    line-height: 40px
}

.ot-authoe-mail-icon {
    font-family: "Fa Brands 400", Arial, sans-serif
}

.ot-authoe-mail-icon.email {
    font-family: "Fa 400", Arial, sans-serif
}

.ot-author-mail {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    color: var(--_new-home---primary--grey--600);
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ot-author-content {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    display: flex
}

.author-collection-wrapper {
    margin-top: 80px
}

.link-block {
    text-decoration: none;
    display: block
}

.o-tax-templates-icon-img {
    width: 20px
}

.ot-tools-list-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: center stretch;
    display: grid
}

.ot-faq-link-text {
    color: var(--color--text)
}

.calculator-collection-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid
}

.calculator-collection-item {
    text-align: center;
    border: 1px solid #e5e7eb;
    border-radius: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 24px;
    display: flex
}

.cal-collection-image {
    margin-bottom: 20px
}

.cal-collection-title {
    color: var(--_new-home---heading-color);
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px
}

.cal-collection-text {
    color: var(--_new-home---text);
    font-size: 14px;
    line-height: 22px
}

.cal-collection-link {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
    display: inline-block
}

.cal-collection-link:hover {
    text-decoration: underline
}

.cac-by-state-grid {
    grid-column-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: auto auto auto;
    place-items: stretch center;
    margin-top: 56px
}

.cac-by-state-grid._2-grid {
    grid-template-columns: auto auto;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto
}

.cal-state-link {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 14px;
    text-decoration: none;
    display: block
}

.code-embed-3 {
    aspect-ratio: auto;
    object-fit: fill;
    min-width: 0;
    display: block;
    overflow: hidden
}

.code-embed-4 {
    overflow: hidden
}

.currency-pairing-grid {
    grid-row-gap: 40px;
    background-color: #f0f9ff;
    border-radius: 24px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-items: center;
    margin-top: 56px;
    padding: 40px 30px
}

.currency-paring-arrow {
    font-family: "Fa Solid 900", Arial, sans-serif;
    font-size: 20px
}

.currency-pairing-top {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
    margin-bottom: 6px;
    display: flex
}

.currency-paring-block {
    color: var(--_new-home---text);
    text-align: center;
    text-decoration: none
}

.code-embed-5 {
    padding-left: 0
}

.link,
.link-2,
.link-3 {
    color: var(--color--text)
}

.my-5 {
    margin-top: 8px;
    margin-bottom: 8px
}

.link-4 {
    color: var(--_new-home---primary--grey--600);
    text-decoration: none
}

.link-4:hover {
    text-decoration: underline
}

.ot-bk-step-wrapper {
    padding-top: 60px;
    padding-bottom: 40px
}

.sign-hero-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-rows: auto;
    max-width: 900px;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto
}

.sign-block-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    background-color: var(--_new-home---primary--blue--700);
    border-radius: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding: 45px 40px;
    display: flex
}

.sign-block-image {
    aspect-ratio: 1;
    color: var(--_new-home---primary--blue--700);
    background-color: #fff;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    width: 70px;
    padding: 10px;
    font-family: "Fa Solid 900", Arial, sans-serif;
    font-size: 40px;
    display: flex
}

.sign-block-heading {
    color: #fff;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 600;
    line-height: 32px
}

.sign-block-text {
    color: #e4e4e4;
    text-align: center
}

.sign-block-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex
}

.sign-form-wrapper {
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    display: flex
}

.signature-grid {
    grid-column-gap: 30px;
    grid-row-gap: 80px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 900px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto
}

.personality-sign-title {
    color: var(--color--otto-blue);
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 500;
    line-height: 32px
}

.successful-sign-block {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex
}

.personality-sign-img {
    border-radius: 10px;
    margin-bottom: 15px;
    box-shadow: 0 4px 8px #0000001a
}

.successful-sign-image {
    margin-top: 15px
}

.successful-sign-title {
    color: var(--color--otto-blue);
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px
}

.successful-people-position {
    color: #738194;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 24px
}

.successful-people-position.long-sub-head {
    line-height: 32px
}

.successful-people-position.max-800 {
    max-width: 800px
}

.legally-sign-icon {
    aspect-ratio: 1;
    color: var(--_new-home---primary--blue--700);
    background-color: #dcedff;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    width: 70px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    font-size: 25px;
    display: flex
}

.legally-sign-icon.fa-400 {
    font-family: "Fa 400", Arial, sans-serif
}

.mt-56 {
    margin-top: 56px
}

.grid-5 {
    grid-column-gap: 49px;
    grid-template-rows: auto;
    grid-template-columns: .85fr 1fr
}

.sign-zigzag-bottom-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    max-width: 900px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto
}

.sign-zigzag-grid {
    grid-column-gap: 59px;
    grid-template-rows: auto;
    grid-template-columns: .6fr 1fr;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto
}

.sign-zigzag-bottom-block {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: center;
    background-color: #fff;
    border-radius: 12px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
    display: flex
}

.sign-zigzag-icon {
    aspect-ratio: 1;
    color: var(--_new-home---primary--blue--700);
    background-color: #d7ebff;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    width: 50px;
    padding: 10px;
    font-family: "Fa 400", Arial, sans-serif;
    font-size: 22px;
    display: flex
}

.sign-zigzag-icon.fa-900 {
    font-family: "Fa Solid 900", Arial, sans-serif
}

.sign-zigzag-h3 {
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px
}

.sign-why-otto-grid {
    grid-column-gap: 50px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    place-items: stretch center;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto
}

.why-otto-left-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px
}

.why-otto-left-block {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: center;
    background-color: #f3f9ff;
    border-radius: 12px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    display: flex
}

.sign-why-otto-icon {
    justify-content: center;
    align-items: center;
    font-family: "Fa 400", Arial, sans-serif;
    font-size: 40px;
    line-height: 40px
}

.why-otto-right-block {
    background-color: #f3f9ff;
    border-radius: 12px;
    padding: 20px 0
}

.why-otto-heading {
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 500
}

.why-otto-right-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-bottom: 1px solid #d4d4d4;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr
}

.why-otto-right-grid.border-none {
    border-bottom-style: none
}

.why-otto-table-grid {
    justify-content: flex-start;
    align-items: center;
    padding: 15px 20px;
    display: flex
}

.why-otto-right-grid-title {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.why-otto-right-grid-title.left {
    text-align: left
}

.why-otto-check {
    color: var(--_new-home---primary--blue--700);
    text-align: center;
    flex: 1;
    font-family: "Fa Solid 900", Arial, sans-serif;
    font-size: 22px
}

.why-otto-dash {
    text-align: center;
    flex: 1;
    font-family: "Fa Solid 900", Arial, sans-serif;
    font-size: 22px
}

.why-otto-right-main {
    text-align: center
}

.mt-50 {
    margin-top: 60px
}

.personality-sign-block {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex
}

.llc-vs-corporation-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto
}

.llc-compare-block {
    background-color: #fff;
    border-radius: 24px;
    padding: 20px 16px
}

.div-block-55 {
    border-bottom: 1px solid #cfcfcf;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
    display: flex
}

.div-block-56 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex
}

.llc-compare-list-icon {
    margin-top: 3px;
    font-family: "Fa 400", Arial, sans-serif;
    font-size: 20px
}

.llc-comare-h3 {
    color: var(--_new-home---heading-color);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 500;
    line-height: 32px
}

.llc-compare-h4 {
    color: var(--_new-home---heading-color);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500
}

.ot-pricing-tabs-content {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column
}

.ot-footer-center-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 60%;
    display: block
}

.ot-footer-center-block-wrapper {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    object-fit: fill;
    border-bottom: 1px solid #e5e7eb;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 20px;
    display: flex
}

.ot-footer-center-block-wrapper.p-bottom-20 {
    align-items: center;
    padding-bottom: 20px
}

.ot-footer-center-block-wrapper.border-none {
    border-bottom-style: none
}

.ot-footer-bottom-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: space-between;
    align-items: center;
    padding-top: 21px;
    padding-bottom: 24px;
    display: flex
}

.ot-footer-bottom-wrapper.ot-n-footer-bottom-block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: space-between;
    display: flex
}

.ot-footer-help-text-2 {
    margin-top: 10px
}

.socialicons {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: flex-start;
    align-items: flex-end
}

.ot-footer-icon-new {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-items: center;
    width: 295.604px
}

.ot-footer-social-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: flex-start;
    align-items: flex-end
}

.ot-footer-social-text {
    color: #000;
    font-weight: 500
}

.ot-footer-bottom-links-block {
    grid-column-gap: 20px;
    grid-row-gap: 12px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: flex
}

@media screen and (min-width:1280px) {
    h1 {
        font-size: var(--font-size--desktop-h1);
        line-height: var(--line-height--desktop-h1)
    }

    h2 {
        font-size: var(--font-size--desktop-h2);
        line-height: var(--line-height--desktop-h2)
    }

    h3 {
        font-size: var(--font-size--desktop-h3);
        line-height: var(--line-height--desktop-h3)
    }

    .o-heading-h2 {
        font-size: var(--font-size--desktop-h2);
        line-height: var(--line-height--desktop-h2)
    }

    .ot-zigzag-grid {
        grid-column-gap: 190px;
        padding-left: 99px;
        padding-right: 99px
    }

    .o-review-title {
        max-height: 128px;
        font-size: 24px;
        line-height: 32px
    }

    .ot-footer-wraper {
        padding-left: 96px;
        padding-right: 96px
    }

    .ot-hero-grid {
        grid-column-gap: 160px;
        grid-row-gap: 160px
    }

    .grid-2 {
        grid-column-gap: 120px;
        grid-row-gap: 120px;
        grid-template-columns: 1fr 1fr
    }

    .book-meeting-container {
        max-width: 1180px
    }

    .otto-container,
    .otto-hero-container {
        padding-left: 0;
        padding-right: 0
    }
}

@media screen and (min-width:1440px) {
    .page-breadcrumb-container {
        padding-left: 42px;
        padding-right: 42px
    }

    .o-review-title {
        max-height: 96px
    }

    .ot-navbar {
        margin-left: 42px;
        margin-right: 42px
    }

    .ot-comparision-head {
        text-decoration: none
    }

    .cac-by-state-grid._2-grid {
        grid-template-rows: auto;
        grid-template-columns: auto auto
    }

    .link-5,
    .link-6,
    .link-7,
    .link-8 {
        text-decoration: none
    }
}

@media screen and (min-width:1920px) {
    .ot-hero-image-section {
        background-position: 50% 0
    }

    .ot-zigzag-pera {
        color: var(--_new-home---primary--grey--700)
    }
}

@media screen and (max-width:991px) {
    .container {
        max-width: 728px
    }

    .hero-heading-left {
        padding-bottom: 60px;
        display: block
    }

    .hero-wrapper {
        flex-direction: column;
        grid-template-columns: 1fr;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: -40px
    }

    .hero-save-money-split-text {
        align-items: flex-start;
        max-width: 100%;
        margin-bottom: 40px
    }

    .margin-bottom-24px {
        max-width: 100%
    }

    .testimonial-column-light {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .centered-heading {
        text-align: left;
        font-size: 36px;
        line-height: 46px
    }

    .testimonial-grid-two {
        grid-column-gap: 30px;
        grid-template-columns: 1fr 1fr
    }

    .testimonial-main-heading {
        font-size: 25px;
        line-height: 30px
    }

    .div-block {
        max-width: 100%
    }

    .heading {
        text-align: center;
        font-size: 55px;
        line-height: 65px
    }

    .div-block-2 {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        display: flex
    }

    .bold-text {
        font-size: 25px
    }

    .div-block-4 {
        width: 100%
    }

    .heading-2 {
        max-width: 100%
    }

    .testimonial-slider-large-2 {
        padding-top: 60px;
        padding-bottom: 40px
    }

    .container-2 {
        max-width: 728px
    }

    .testimonial-slide-2 {
        padding-left: 32px
    }

    .testimonial-quote-2 {
        overflow: visible
    }

    .herio-description {
        text-align: center;
        max-width: 100%
    }

    .hero-split-copy {
        align-items: center;
        max-width: 100%;
        margin-bottom: 40px
    }

    .hero-save-money-split {
        order: -1;
        align-items: flex-start;
        max-width: 100%;
        margin-bottom: 40px
    }

    .hero-split-image {
        align-items: flex-start;
        max-width: 100%;
        margin-bottom: 40px
    }

    .hero-section1 {
        padding-top: 40px;
        display: block
    }

    .container-5 {
        max-width: 728px
    }

    .footer-form-two-2 {
        text-align: center;
        padding: 40px
    }

    .button-demo-large {
        font-size: 16px
    }

    .centered-heading-copy {
        text-align: center;
        font-size: 36px;
        line-height: 46px
    }

    .author-container {
        max-width: 728px
    }

    .collection-list-wrapper {
        padding-top: 0;
        padding-bottom: 0
    }

    .collection-item-3 {
        margin-left: 10px;
        margin-right: 10px;
        display: inline
    }

    .collection-list-3 {
        margin-left: 0
    }

    .template-hero-section {
        padding-top: 40px;
        display: block
    }

    .template-container {
        max-width: 728px
    }

    .temp-hero-wrapper {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: -40px
    }

    .hero-text-block,
    .temp-hero-image-block {
        align-items: center;
        max-width: 100%;
        margin-bottom: 40px
    }

    .temp-hero-button-block {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        display: flex
    }

    .temp-hero-description {
        text-align: center;
        max-width: 100%;
        font-size: 20px
    }

    .temp-hero-heading-block {
        max-width: 100%
    }

    .temp-hero-heading {
        text-align: center;
        font-size: 48px;
        line-height: 58px
    }

    .div-block-32 {
        width: 100%
    }

    .template-3-grid-section {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .template-grid {
        grid-column-gap: 24px;
        grid-row-gap: 24px;
        grid-template-columns: 1fr 1fr
    }

    .template-faq-wrapper {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        margin-bottom: -40px
    }

    .faq-list-wrapper {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        flex-flow: wrap
    }

    .template-faq-container {
        max-width: 728px
    }

    .footer-content {
        grid-column-gap: 20px;
        grid-row-gap: 40px;
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-auto-columns: 1fr;
        display: grid
    }

    .footer-block {
        justify-content: flex-start;
        align-items: flex-start
    }

    .navbar-no-shadow-container {
        padding-left: 16px;
        padding-right: 16px
    }

    .nav-menu-wrapper-3 {
        background-color: #0000
    }

    .nav-menu {
        background-color: #fff;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 0;
        display: flex
    }

    .nav-link-3 {
        padding-left: 5px;
        padding-right: 5px
    }

    .nav-dropdown-list-3.shadow-three.w--open {
        position: absolute
    }

    .nav-button-wrapper {
        width: 100%;
        margin-left: 0
    }

    .menu-button-3 {
        padding: 12px
    }

    .menu-button-3.w--open {
        color: #fff;
        background-color: #a6b1bf
    }

    .blue-btn-wrapper {
        width: 100%;
        margin-left: 0
    }

    .container-7 {
        max-width: 728px
    }

    .pricing-grid {
        grid-column-gap: 30px
    }

    .all-product-cta-wrapper {
        justify-content: center;
        margin-bottom: 0
    }

    .all-product-cta-btn {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        display: flex
    }

    .o-section.bg-gray,
    .o-section.bg-transparent {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .o-heading-h2.md-text-center {
        text-align: center
    }

    .page-breadcrumb-container {
        padding-left: 16px;
        padding-right: 16px
    }

    .feature-img {
        width: 40px
    }

    .feature-block {
        padding: 20px
    }

    .footer-text {
        max-width: none
    }

    .d-none {
        display: none
    }

    .o-heading-animation {
        max-width: 519px
    }

    .o-heading-animation-span {
        font-size: 32px;
        line-height: 40px
    }

    .ot-hero-section,
    .ot-hero-section.pt-150 {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .ot-hero-section.pb-123 {
        padding-bottom: 60px
    }

    .ot-hero-section.bg-dotted {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .otto-home-container {
        padding-left: 16px;
        padding-right: 16px
    }

    .ot-h1 {
        font-size: var(--_new-home---font-size--t-h1);
        line-height: var(--_new-home---line-height--t-h1)
    }

    .ot-h1.ot-sitemap-h1 {
        font-size: 55px;
        line-height: 60px
    }

    .ot-subheadline {
        margin-left: auto;
        margin-right: auto
    }

    .ot-subheadline.ot-left {
        text-align: center
    }

    .ot-hero-image-section {
        padding-bottom: 50px
    }

    .ot-logo-section {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .ot-p-sticky {
        grid-column-gap: 40px;
        grid-row-gap: 40px
    }

    .ot-zigzag-grid {
        grid-row-gap: 50px;
        grid-template-columns: 1fr;
        align-self: stretch;
        place-items: center;
        padding-left: 50px;
        padding-right: 50px
    }

    .ot-zigzag-grid.reverce {
        grid-template-columns: 1fr
    }

    .ot-zigzag-content-block {
        grid-row-gap: 20px;
        text-align: center;
        justify-content: center;
        align-items: center
    }

    .ot-zigzag-content-block.left {
        text-align: left;
        justify-content: center;
        align-items: flex-start
    }

    .ot-h2 {
        font-size: var(--_new-home---font-size--t-h2);
        line-height: var(--_new-home---line-height--t-h2)
    }

    .ot-zigzag-title-text {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        justify-content: flex-start;
        align-items: center
    }

    .ot-zigzag-title-text.left {
        justify-content: flex-start;
        align-items: flex-start
    }

    .ot-tool-section {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .ot-tool-wrapper {
        margin-bottom: 50px
    }

    .ot-tool-heading-wrapper {
        grid-column-gap: 16px;
        grid-row-gap: 16px
    }

    .ot-need-wrapper {
        grid-column-gap: 34px;
        grid-row-gap: 34px;
        flex-flow: wrap
    }

    .ot-need-block-main {
        flex-flow: wrap;
        justify-content: center;
        align-items: center
    }

    .ot-review-section {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .ot-review-content-block {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        opacity: 1;
        height: auto;
        display: flex
    }

    .ot-review-top-block {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        flex-flow: column;
        justify-content: flex-start;
        align-items: flex-start
    }

    .ot-review-wrapper {
        flex-flow: column;
        margin-top: 34px
    }

    .o-review-title {
        max-height: none;
        font-size: 18px;
        line-height: 28px
    }

    .ot-review-block {
        width: 100%;
        padding: 30px 16px
    }

    .ot-counter-section {
        padding-bottom: 48px
    }

    .ot-counter-main {
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        justify-content: space-between
    }

    .ot-conter-text {
        padding-top: 12px
    }

    .ot-cta-section {background-image:url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/679b2a47d551a8146bde7ec3_texture.svg");background-position:50%;background-size:cover;
        padding-top: 50px;
        padding-bottom: 50px
    }

    .ot-cta-footer {
        grid-row-gap: 50px
    }

    .ot-footer-top-block {
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        flex-flow: wrap
    }

    .ot-footer-top-block.p-bottom-20 {
        flex-flow: row
    }

    .ot-footer-top-grid {
        grid-column-gap: 30px;
        grid-row-gap: 30px
    }

    .ot-footer-top-grid._5-column-grid {
        grid-template-columns: 1fr 1fr 1fr
    }

    .ot-footer-links-block {
        min-width: auto
    }

    .ot-navbar {
        background-color: #fff;
        margin-left: 16px;
        margin-right: 16px
    }

    .ot-navbar-container {
        background-color: #0000
    }

    .ot-nav-inner-container {
        padding: 2px 2px 2px 10px
    }

    .ot-nav-inner-container.pad-13 {
        padding-top: 0;
        padding-bottom: 0
    }

    .ot-navbar-wrapper {
        z-index: 999;
        display: flex
    }

    .ot-navbar-brand {
        z-index: 1
    }

    .ot-nav-menu-wrapper {
        background-color: #fff;
        height: 99vh;
        padding-top: 100px;
        position: fixed;
        top: 0;
        box-shadow: 0 2px 8px #00000014
    }

    .ot-nav-menu-wrapper.height-auto {
        height: auto
    }

    .ot-nav-menu {
        flex-flow: column;
        justify-content: flex-start;
        align-items: stretch;
        padding-bottom: 40px;
        padding-left: 10px;
        padding-right: 10px
    }

    .nav-link-5 {
        padding-left: 5px;
        padding-right: 5px
    }

    .ot-nav-dropdown-toggle {
        display: block
    }

    .nav-dropdown-list-4.shadow-three.w--open {
        position: absolute
    }

    .ot-nav-menu-button {
        padding-left: 10px;
        padding-right: 10px
    }

    .ot-nav-button-wrapper {
        z-index: 2;
        justify-content: flex-start;
        align-items: center;
        margin-left: 0;
        position: relative
    }

    .ot-nav-button-wrapper.inner {
        justify-content: flex-start;
        align-items: center;
        margin-top: 20px;
        padding-left: 25px
    }

    .ot-menu-button {
        z-index: 1;
        padding: 8px
    }

    .ot-menu-button.w--open {
        color: #fff;
        background-color: #0000
    }

    .ot-menu-icon {
        color: #000;
        font-size: 40px
    }

    .template-form {
        text-align: left;
        width: 450px;
        margin-left: auto;
        margin-right: auto
    }

    .navigation-inner-wrap {
        grid-column-gap: 12px;
        grid-row-gap: 12px;
        flex-flow: column;
        justify-content: center;
        align-items: flex-start;
        padding-left: 15px;
        padding-right: 15px;
        display: flex
    }

    .ot-nav-dropdown-list {
    top: 100%;
        position: static;
        transform: none
    }

    .ot-nav-dropdown-list.w--open {
        margin-top: 5px
    }

    .nav-dropdown-title {
        font-size: 16px;
        line-height: 24px
    }

    .ot-nav-dropdown {
        width: 100%;
        padding-top: 0;
        padding-bottom: 0
    }

    .o-feature-main-block {
        padding: 40px
    }

    .o-feature-grid {
        grid-column-gap: 20px;
        grid-row-gap: 20px
    }

    .ot-feature-para-text {
        font-size: 16px;
        line-height: 24px
    }

    .ot-section {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .ot-section.mb-33,
    .ot-section.mb-60 {
        margin-bottom: 0
    }

    .o-glossary-hero-section {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .o-glossary-form-h2 {
        font-size: var(--_new-home---font-size--t-h2);
        line-height: var(--_new-home---line-height--t-h2)
    }

    .o-tax-category-left {
        min-width: 500px
    }

    .o-tax-templates-grid {
        grid-template-columns: 1fr 1fr 1fr
    }

    .o-resources-grid {
        grid-column-gap: 20px;
        grid-row-gap: 20px
    }

    .o-resources-h3 {
        font-size: 18px;
        line-height: 26px
    }

    .ot-hero-grid {
        grid-column-gap: 22px;
        grid-row-gap: 22px;
        grid-template-columns: 1fr
    }

    .ot-hero-grid-content {
        text-align: center
    }

    .trustpilot-wrapper {
        justify-content: center;
        align-items: center
    }

    .grid-2 {
        grid-template-columns: 1fr;
        display: block
    }

    .ot-book-meeting-content {
        text-align: center;
        justify-content: center;
        align-items: center
    }

    .ot-book-meeting-ul.desk {
        display: none
    }

    .ot-book-meeting-ul.mobile {
        display: flex
    }

    .ot-bm-slider {
        max-width: 728px
    }

    .ot-bm-slider.desk {
        display: none
    }

    .ot-bm-slider.mobile {
        display: block
    }

    .ot-book-meeting-left {
        margin-top: 0
    }

    .ot-bm-main {
        height: auto;
        padding-top: 60px;
        padding-bottom: 90px;
        display: block
    }

    .ot-bk-zigzag-grid {
        grid-row-gap: 30px;
        grid-template-columns: 1fr;
        align-self: stretch;
        place-items: center
    }

    .ot-bk-zigzag-grid.reverce {
        grid-template-columns: 1fr
    }

    .otto-container {
        max-width: none
    }

    .ot-bk-zigzag-wrapper {
        grid-row-gap: 60px;
        margin-top: 60px
    }

    .ot-bk-step-grid {
        margin-top: 34px
    }

    .ot-bk-step-pera {
        font-size: 16px;
        line-height: 24px
    }

    .ot-financial-main-wraper {
        margin-top: 34px
    }

    .ot-financial-bottom-grid,
    .ot-financial-top-grid {
        grid-column-gap: 20px;
        grid-row-gap: 20px
    }

    .ot-financial-link-block {
        padding: 20px
    }

    .ot-financial-h3 {
        font-size: 18px;
        line-height: 28px
    }

    .ot-review-slider {
        margin-top: 34px
    }

    .ot-review-slide-block {
        margin-left: 50px;
        margin-right: 50px
    }

    .ot-review-slide-text {
        font-size: 20px;
        line-height: 28px
    }

    .ot-pricing-wrapper {
        margin-top: 34px
    }

    .ot-pricing-grid {
        grid-template-columns: 1fr 1fr
    }

    .ot-faq-main-container {
        margin-top: 34px
    }

    .ot-compare-wrapper {
        grid-row-gap: 0px;
        border-bottom: 1px solid #edeff3;
        border-right: 1px solid #edeff3;
        margin-top: 34px
    }

    .ot-comare-head-grid {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        grid-template-columns: 1fr 1fr 1fr
    }

    .ot-comare-head-block {
        border-top: 1px solid #edeff3;
        border-left: 1px solid #edeff3;
        padding: 18px
    }

    .ot-comare-head {
        border-bottom: 1px solid #edeff3;
        padding-top: 0;
        padding-bottom: 0;
        top: 73px
    }

    .ot-compare-body {
        grid-row-gap: 0px
    }

    .ot-comare-body-grid {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        border-top-style: none;
        grid-template-columns: 1fr 1fr 1fr
    }

    .ot-comare-body-block {
        border-top: 1px solid #edeff3;
        border-left: 1px solid #edeff3;
        padding-left: 18px;
        padding-right: 18px
    }

    .ot-comare-body-title {
        white-space: normal
    }

    .collection-list-grid {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        grid-template-columns: 1fr 1fr 1fr
    }

    .ot-wc-grid {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        margin-top: 34px
    }

    .ot-wc-block {
        padding-left: 20px;
        padding-right: 20px
    }

    .ot-wc-h3 {
        line-height: 26px
    }

    .ot-wc-pera {
        font-size: 14px;
        line-height: 20px
    }

    .ot-collection-wrapper {
        padding-top: 100px
    }

    .ot-sitemap-h-h2 {
        font-size: 24px;
        line-height: var(--line-height--tablet-h2);
        font-weight: 600
    }

    .ot-button-wrapper.mt-24 {
        justify-content: center;
        align-items: center
    }

    .ot-hero-card-block {
        text-align: center
    }

    .ot-agreement-grid {
        grid-column-gap: 20px;
        grid-row-gap: 20px
    }

    .ot-zigzag-wrappers {
        grid-row-gap: 60px
    }

    .ot-hero-video-wrapper {
        padding-top: 50px
    }

    .ot-how-to-ul {
        text-align: left
    }

    .ot-h3 {
        font-size: var(--_new-home---font-size--t-h2);
        line-height: var(--_new-home---line-height--t-h2)
    }

    .ot-alternative-grid {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        border-top-style: none
    }

    .ot-point-ul {
        text-align: left
    }

    .ot-comparison-table-wrapper {
        border-right-style: none;
        border-radius: 0;
        overflow: auto
    }

    .ot-comparison-grid {
        grid-template-columns: 30% 11.66% 11.66% 11.66% 11.66% 11.66% 11.66%
    }

    .ot-comparison-grid._6-grid {
        grid-template-columns: 250px 150px 150px 150px 150px 150px
    }

    .ot-tools-list-wrapper {
        grid-template-columns: .7fr 1fr .7fr
    }

    .calculator-collection-item {
        padding: 20px
    }

    .cac-by-state-grid {
        margin-top: 34px
    }

    .cac-by-state-grid._2-grid {
        margin-left: 0;
        margin-right: 0
    }

    .currency-pairing-grid {
        margin-top: 34px
    }

    .signature-grid {
        grid-row-gap: 50px
    }

    .personality-sign-title {
        font-size: 20px;
        line-height: 30px
    }

    .successful-sign-block {
        justify-content: space-between
    }

    .sign-zigzag-bottom-grid {
        grid-column-gap: 16px;
        grid-row-gap: 16px
    }

    .sign-zigzag-grid {
        grid-column-gap: 30px
    }

    .sign-why-otto-grid,
    .why-otto-left-grid {
        grid-column-gap: 16px;
        grid-row-gap: 16px
    }

    .personality-sign-block {
        justify-content: flex-start
    }

    .llc-comare-h3 {
        font-size: 18px;
        line-height: 28px
    }

    .ot-footer-center-block-wrapper.p-bottom-20 {
        flex-flow: row
    }

    .ot-footer-bottom-wrapper {
        flex-flow: wrap;
        justify-content: center
    }
}

@media screen and (max-width:767px) {
    h1 {
        font-size: var(--font-size--mobile-l-h1);
        line-height: var(--line-height--mobile-l-h1)
    }

    h2 {
        font-size: var(--font-size--mobile-l-h2);
        line-height: var(--line-height--mobile-l-h2)
    }

    h3 {
        font-size: var(--font-size--mobile-l-h3);
        line-height: var(--line-height--mobile-l-h3)
    }

    .navbar-brand {
        padding-left: 0
    }

    .hero-heading-left,
    .testimonial-column-light {
        padding: 40px 15px 60px
    }

    .centered-heading {
        font-size: 32px;
        line-height: 42px
    }

    .testimonial-grid-two {
        grid-template-columns: 1fr
    }

    .hero-wrapper-two {
        grid-column-gap: .75em;
        grid-row-gap: .75em
    }

    .div-block {
        justify-content: center
    }

    .heading {
        font-size: 42px;
        line-height: 52px;
        display: block
    }

    .div-block-3 {
        grid-column-gap: 12px;
        grid-row-gap: 12px
    }

    .div-block-4 {
        padding-top: 30px;
        padding-left: 50px
    }

    .hero-stack-deal-tracker {
        padding: 60px 15px
    }

    .heading-2 {
        max-width: none
    }

    .testimonial-slider-large-2 {
        padding: 60px 15px 40px
    }

    .testimonial-slide-2 {
        flex-direction: column;
        padding: 23px
    }

    .testimonial-content-2 {
        max-width: none;
        margin-bottom: 40px;
        margin-right: 0
    }

    .testimonial-quote-icon-2 {
        width: 50px;
        margin-bottom: 16px
    }

    .accordion-item-content {
        margin-right: 0
    }

    .hero-section1 {
        padding: 40px 15px 60px
    }

    .footer-subscribe-2 {
        padding-left: 15px;
        padding-right: 15px
    }

    .footer-form-two-2 {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .footer-form-container-two-2 {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center
    }

    .button-demo-large {
        font-size: 14px
    }

    .centered-heading-copy {
        text-align: center;
        font-size: 32px;
        line-height: 42px
    }

    .blog-collection-list {
        grid-template-columns: 1fr
    }

    .template-hero-section {
        padding: 40px 15px 60px
    }

    .temp-hero-description {
        font-size: 18px;
        line-height: 28px
    }

    .temp-hero-heading-block {
        justify-content: center
    }

    .temp-hero-heading {
        font-size: 35px;
        line-height: 45px;
        display: block
    }

    .template-3-grid-section {
        padding: 40px 15px 60px
    }

    .template-grid {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        grid-template-columns: 1fr 1fr
    }

    .temlate-faq {
        padding: 60px 15px
    }

    .global-footer {
        padding-left: 15px;
        padding-right: 15px
    }

    .footer-wrapper {
        flex-direction: column;
        align-items: center
    }

    .footer-content {
        grid-template-columns: 1fr 1fr
    }

    .footer-block {
        justify-content: flex-start;
        align-items: flex-start
    }

    .footer-divider {
        margin-top: 60px
    }

    .navbar-no-shadow {
        position: sticky
    }

    .nav-menu {
        flex-direction: column;
        padding-bottom: 30px;
        padding-left: 16px;
        padding-right: 16px
    }

    .nav-link-3 {
        padding-top: 10px;
        padding-bottom: 10px;
        display: inline-block
    }

    .nav-dropdown-3 {
        flex-direction: column;
        align-items: center;
        display: flex
    }

    .nav-dropdown-toggle-3 {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .nav-dropdown-list-3.shadow-three {
        box-shadow: 0 8px 50px #0000000d
    }

    .nav-dropdown-list-3.shadow-three.w--open {
        position: relative
    }

    .nav-dropdown-list-3.shadow-three.mobile-shadow-hide {
        box-shadow: none
    }

    .btn-blue,
    .mobile-margin-top-12 {
        margin-top: 10px
    }

    .o-container {
        padding-left: 16px;
        padding-right: 16px
    }

    .product-ctas-section {
        padding: 60px 15px
    }

    .all-product-cta-section {
        padding: 0 15px 60px
    }

    .all-product-cta-wrapper {
        flex-wrap: wrap
    }

    .o-heading-h2 {
        font-size: var(--font-size--mobile-l-h2);
        line-height: var(--line-height--mobile-l-h2)
    }

    .explore-heading,
    .template-heading {
        font-size: 22px;
        line-height: 30px
    }

    .alternative-image {
        width: 60px;
        height: auto;
        margin-top: 5px;
        margin-bottom: 5px
    }

    .d-none {
        display: none
    }

    .terms-container {
        padding-left: 15px;
        padding-right: 15px
    }

    .header-form {
        margin-top: 10px
    }

    .category-grid {
        grid-template-columns: 1fr 1fr
    }

    .tax-off-writer-container {
        padding-left: 16px;
        padding-right: 16px
    }

    .ticker-logo {
        margin-left: 24px;
        margin-right: 24px
    }

    .o-heading-animation-span {
        font-size: 28px;
        line-height: 36px
    }

    .o-4-col-logo-grid {
        flex-flow: wrap;
        grid-template-columns: 1fr 1fr 1fr;
        justify-content: center;
        align-items: stretch;
        display: flex
    }

    .ot-hero-section,
    .ot-hero-section.pt-150 {
        padding-top: 50px;
        padding-bottom: 40px
    }

    .ot-hero-section.pb-123 {
        padding-bottom: 40px
    }

    .ot-hero-section.bg-dotted {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .ot-h1 {
        font-size: var(--_new-home---font-size--ml-h1);
        line-height: var(--_new-home---line-height--ml-h1)
    }

    .ot-h1.ot-sitemap-h1 {
        font-size: 45px;
        line-height: 50px
    }

    .ot-subheadline {
        font-size: 16px;
        line-height: 24px
    }

    .ot-primary-btn.compare-business {
        padding-left: 10px;
        padding-right: 10px
    }

    .ot-zigzag-grid {
        border-radius: 38px;
        padding: 30px
    }

    .ot-zigzag-grid.reverce {
        grid-row-gap: 40px
    }

    .ot-zigzag-content-block.left {
        text-align: center;
        justify-content: center;
        align-items: center
    }

    .ot-h2 {
        font-size: var(--_new-home---font-size--m-h2);
        line-height: var(--_new-home---line-height--m-h2)
    }

    .ot-zigzag-title-text.left {
        justify-content: center;
        align-items: center
    }

    .ot-zigzag-image-block {
        text-align: center
    }

    .ot-section-sub-head.long-sub-head {
        line-height: 24px
    }

    .ot-need-block-main {
        grid-column-gap: 20px;
        grid-row-gap: 20px
    }

    .ot-need-icon-text {
        grid-column-gap: 7px;
        grid-row-gap: 7px
    }

    .ot-need-icon {
        font-size: 20px;
        line-height: 20px
    }

    .o-review-title {
        font-size: 16px;
        line-height: 24px
    }

    .ot-counter-main {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        flex-flow: wrap;
        justify-content: space-between
    }

    .ot-form-block {
        align-self: stretch;
        width: 400px;
        margin-left: auto;
        margin-right: auto
    }

    .ot-email-field {
        width: 100%
    }

    .ot-review-work {
        font-size: 16px;
        line-height: 24px
    }

    .ot-footer-wraper {
        border-radius: 32px;
        padding-top: 30px;
        padding-left: 30px;
        padding-right: 30px
    }

    .ot-footer-top-block {
        grid-row-gap: 50px
    }

    .ot-footer-top-block.p-bottom-20 {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        flex-flow: wrap
    }

    .ot-footer-top-right {
        max-width: 100%
    }

    .ot-form-block-footer {
        align-self: stretch;
        width: 400px
    }

    .ot-footer-top-grid._5-column-grid {
        grid-template-columns: 1fr 1fr
    }

    .ot-footer-bottom-block.ot-n-footer-bottom-block {
        flex-flow: wrap;
        justify-content: center
    }

    .ot-navbar-brand {
        padding-left: 0
    }

    .ot-nav-menu {
        flex-direction: column
    }

    .nav-link-5 {
        padding-top: 10px;
        padding-bottom: 10px;
        display: inline-block
    }

    .nav-dropdown-4 {
        flex-direction: column;
        align-items: center;
        display: flex
    }

    .ot-nav-dropdown-toggle {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .nav-dropdown-list-4.shadow-three {
        box-shadow: 0 8px 50px #0000000d
    }

    .nav-dropdown-list-4.shadow-three.w--open {
        position: relative
    }

    .nav-dropdown-list-4.shadow-three.mobile-shadow-hide {
        box-shadow: none
    }

    .ot-menu-button {
        padding-top: 5px;
        padding-bottom: 3px
    }

    .ot-footer-top-left {
        max-width: 100%
    }

    .otto-center-text {
        font-size: 32px;
        line-height: 40px
    }

    .dropdown-inner-grid {
        grid-template-columns: 1fr 1fr
    }

    .o-feature-main-block {
        padding: 35px
    }

    .o-feature-grid {
        grid-column-gap: 35px;
        grid-row-gap: 35px;
        grid-template-columns: 1fr
    }

    .ot-feature-para-text {
        text-align: center
    }

    .o-feature-form-input {
        height: 46px
    }

    .o-glossary-section,
    .ot-section {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .o-glossary-section.pt-20 {
        padding-top: 20px
    }

    .o-glossary-form-h2 {
        font-size: var(--font-size--mobile-l-h2);
        line-height: var(--line-height--mobile-l-h2);
        text-align: center
    }

    .o-tax-category-main-wrapper {
        margin-top: 40px
    }

    .o-tax-category-left {
        min-width: auto;
        max-width: none
    }

    .o-tax-templates-grid {
        grid-template-columns: 1fr 1fr;
        margin-top: 40px
    }

    .o-tax-templates-p {
        min-height: auto
    }

    .o-resources-grid {
        grid-template-columns: 1fr 1fr;
        margin-top: 40px
    }

    .grid-2 {
        grid-column-gap: 50px;
        grid-row-gap: 50px;
        flex-flow: column
    }

    .book-meeting-container {
        padding-left: 16px;
        padding-right: 16px
    }

    .ot-bm-slider {
        max-width: none
    }

    .ot-book-meeting-right {
        min-height: auto;
        max-height: none;
        padding: 20px
    }

    .ot-book-meeting-right.d-md-none {
        display: none
    }

    .ot-bm-main {
        padding-top: 40px
    }

    .ot-bk-zigzag-grid {
        border-radius: 38px
    }

    .ot-bk-zigzag-wrapper {
        margin-top: 60px
    }

    .ot-hero-grid-form {
        padding: 20px
    }

    .ot-hero-grid-form.d-md-none {
        display: none
    }

    .ot-bk-step-grid {
        grid-template-columns: 1fr
    }

    .ot-financial-main-wraper {
        grid-column-gap: 20px;
        grid-row-gap: 20px
    }

    .ot-financial-top-grid {
        grid-template-columns: 1fr 1fr
    }

    .ot-financial-bottom-grid {
        order: -1;
        grid-template-columns: 1fr 1fr
    }

    .ot-financial-icon-block {
        width: 30px
    }

    .ot-review-slide-block {
        margin-left: 40px;
        margin-right: 40px
    }

    .ot-slide-block-top {
        padding-left: 20px
    }

    .ot-slide-block-bottom {
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        padding: 20px
    }

    .ot-review-slide-text {
        font-size: 16px;
        line-height: 24px
    }

    .div-block-45,
    .div-block-46 {
        display: none
    }

    .ot-pricing-grid {
        grid-template-columns: 1fr
    }

    .ot-pricing-price-block {
        min-height: auto
    }

    .ot-faq-main-container {
        margin-top: 14px
    }

    .ot-faq-container {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .ot-faq-h3 {
        font-size: 16px;
        line-height: 24px
    }

    .ot-faq-ans-text {
        font-size: 14px;
        line-height: 21px
    }

    .ot-comare-head-block {
        justify-content: flex-start
    }

    .ot-comare-head-block.center {
        text-align: center
    }

    .ot-comare-head-title {
        font-size: 18px;
        line-height: 26px
    }

    .ot-comare-head {
        top: 63px
    }

    .ot-comare-body-block {
        justify-content: flex-start
    }

    .collection-list-grid,
    .ot-wc-grid {
        grid-template-columns: 1fr 1fr
    }

    .ot-collection-wrapper {
        padding-top: 80px
    }

    .ot-sitemap-grid {
        grid-template-columns: 1fr 1fr 1fr
    }

    .ot-sitemap-wrapper {
        grid-column-gap: 50px;
        grid-row-gap: 50px
    }

    .ot-sitemap-link-text {
        font-size: 14px
    }

    .ot-sitemap-inner-wrapper {
        grid-column-gap: 24px;
        grid-row-gap: 24px
    }

    .ot-sitemap-h-h2 {
        font-size: 22px;
        line-height: var(--line-height--mobile-p-h2);
        font-weight: 600
    }

    .ot-legal-agriment-content {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        flex-flow: column
    }

    .ot-legal-agriment-p {
        text-align: center;
        column-count: 1
    }

    .ot-agreement-grid {
        grid-column-gap: 35px;
        grid-row-gap: 35px;
        flex-flow: wrap-reverse;
        grid-template-columns: 1fr;
        display: flex
    }

    .ot-h3 {
        font-size: var(--_new-home---font-size--m-h3);
        line-height: var(--_new-home---line-height--m-h3)
    }

    .o-blog-block {
        padding-bottom: 30px
    }

    .ot-comparison-table-wrapper {
        overflow: auto
    }

    .ot-comparison-grid {
        grid-template-columns: 40% 15% 15% 15% 15% 15% 15%
    }

    .ot-comparision-head {
        word-break: break-all;
        font-size: 15px
    }

    .ot-author-image {
        width: 100px
    }

    .ot-tools-list-wrapper {
        grid-template-columns: 1fr
    }

    .t-d-none {
        display: none
    }

    .calculator-collection-list {
        grid-template-columns: 1fr 1fr
    }

    .cac-by-state-grid {
        grid-row-gap: 0px;
        place-items: stretch start
    }

    .currency-pairing-grid {
        grid-template-columns: 1fr 1fr 1fr;
        padding: 30px 16px
    }

    .sign-hero-grid {
        grid-template-columns: 1fr
    }

    .signature-grid {
        grid-template-columns: 1fr 1fr
    }

    .successful-people-position.long-sub-head {
        line-height: 24px
    }

    .sign-zigzag-bottom-grid {
        grid-template-columns: 1fr 1fr
    }

    .llc-vs-corporation-grid,
    .sign-why-otto-grid,
    .sign-zigzag-grid {
        grid-template-columns: 1fr
    }

    .ot-footer-center-block {
        max-width: 100%
    }

    .ot-footer-center-block-wrapper,
    .ot-footer-center-block-wrapper.p-bottom-20 {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        flex-flow: wrap
    }

    .ot-footer-bottom-wrapper,
    .ot-footer-bottom-wrapper.ot-n-footer-bottom-block {
        flex-flow: wrap;
        justify-content: center
    }

    .ot-footer-social-block,
    .socialicons {
        justify-content: flex-start;
        align-items: flex-start
    }
}

@media screen and (max-width:479px) {
    h1 {
        font-size: var(--font-size--mobile-p-h1);
        line-height: var(--line-height--mobile-p-h1)
    }

    h2 {
        font-size: var(--font-size--mobile-p-h2);
        line-height: var(--line-height--mobile-p-h2)
    }

    h3 {
        font-size: var(--font-size--mobile-p-h3);
        line-height: var(--line-height--mobile-p-h3)
    }

    .container {
        max-width: none
    }

    .hero-heading-left {
        margin-top: 0;
        padding-top: 40px
    }

    .centered-heading {
        margin-bottom: 24px;
        font-size: 30px
    }

    .testimonial-main-heading {
        font-size: 22px
    }

    .hero-wrapper-two {
        grid-column-gap: .5em;
        grid-row-gap: .5em
    }

    .heading {
        font-size: 38px;
        line-height: 45px
    }

    .text-block {
        font-size: 17px
    }

    .div-block-3 {
        grid-column-gap: 8px;
        grid-row-gap: 8px
    }

    .div-block-4 {
        padding-top: 20px;
        padding-left: 35px
    }

    .container-2 {
        max-width: none
    }

    .testimonial-quote-icon-2 {
        width: 30px
    }

    .testimonial-quote-2 {
        font-size: 22px;
        line-height: 30px
    }

    .accordion-heading {
        font-size: 18px;
        line-height: 28px
    }

    .hero-section1 {
        margin-top: 0;
        padding-top: 40px
    }

    .container-5 {
        max-width: none
    }

    .footer-form-two-2 {
        padding: 0
    }

    .footer-form-container-two-2 {
        padding-top: 0
    }

    .button-demo-large {
        padding-left: 20px;
        padding-right: 20px
    }

    .centered-heading-copy {
        text-align: center;
        margin-bottom: 24px
    }

    .author-container {
        max-width: none
    }

    .collection-list-3 {
        overflow: auto
    }

    .template-hero-section {
        margin-top: 0;
        padding-top: 40px
    }

    .template-container {
        max-width: none
    }

    .hero-text-block {
        grid-column-gap: 0em;
        grid-row-gap: 0em
    }

    .temp-hero-description {
        font-size: 16px;
        line-height: 24px
    }

    .temp-hero-heading {
        font-size: 30px;
        line-height: 40px
    }

    .template-grid {
        grid-template-columns: 1fr
    }

    .template-faq-wrapper {
        grid-template-rows: auto auto;
        grid-template-columns: 1fr
    }

    .template-faq-container {
        max-width: none
    }

    .global-footer {
        padding-bottom: 20px
    }

    .footer-content {
        grid-column-gap: 24px;
        grid-row-gap: 24px;
        grid-template-columns: 1fr
    }

    .nav-menu {
        flex-direction: column
    }

    .blue-btn-wrapper,
    .nav-button-wrapper {
        width: auto
    }

    .container-7 {
        max-width: none
    }

    .glossery-cta-title {
        margin-bottom: 24px
    }

    .pricing-grid {
        grid-template-columns: 1fr
    }

    .o-section.bg-gray,
    .o-section.bg-transparent {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .o-heading-h2 {
        font-size: var(--font-size--mobile-p-h2);
        line-height: var(--line-height--mobile-p-h2)
    }

    .o-heading-h2.mb-24 {
        margin-bottom: 20px
    }

    .o-heading-wrapper {
        margin-bottom: 24px
    }

    .explore-heading {
        font-size: 20px
    }

    .how-to-point-heading {
        font-size: 20px;
        line-height: 30px
    }

    .feature-block {
        padding: 16px
    }

    .bottom-footer {
        flex-flow: column
    }

    .d-none {
        display: none
    }

    .launchlist-form {
        grid-row-gap: 10px;
        flex-flow: wrap;
        justify-content: center;
        align-items: center
    }

    .header-form-submit {
        width: 100%
    }

    .category-grid {
        grid-template-columns: 1fr
    }

    .o-4-col-logo-grid {
        grid-column-gap: 40px;
        grid-row-gap: 40px;
        grid-template-columns: 1fr 1fr
    }

    .o-company-logo-block {
        border-radius: 14px;
        width: 80px;
        height: 80px
    }

    .o-company-logo {
        width: 65px;
        height: auto
    }

    .o-minimize-icon {
        width: 23px;
        top: -7%;
        left: -7%
    }

    .ot-h1 {
        font-size: var(--_new-home---font-size--mp-h1)
    }

    .ot-h1.ot-sitemap-h1 {
        font-size: 35px;
        line-height: 48px
    }

    .ot-primary-btn.ot-submit {
        width: 100%;
        font-size: 14px;
        line-height: 22px;
        position: static;
        transform: none
    }

    .ot-primary-btn.outer {
        display: none
    }

    .ot-primary-btn.compare-btn {
        color: var(--_new-home---primary--blue--700);
        border-style: none;
        padding: 0;
        font-size: 12px;
        line-height: 14px
    }

    .ot-primary-btn.compare-btn:hover {
        box-shadow: none
    }

    .ot-primary-btn.compare-business {
        color: var(--_new-home---primary--blue--700);
        background-color: #0000;
        border-style: none;
        padding: 0;
        font-size: 12px;
        line-height: 14px
    }

    .ot-primary-btn.compare-business:hover {
        box-shadow: none
    }

    .ot-primary-btn.icon-with-text {
        justify-content: center;
        align-items: center
    }

    .ot-primary-btn.white-btn {
        padding-left: 20px;
        padding-right: 20px
    }

    .ot-secondary-btn.outer {
        display: none
    }

    .ot-secondary-btn.icon-with-text {
        justify-content: center;
        align-items: center
    }

    .ot-logo-title {
        margin-bottom: 25px
    }

    .ot-zigzag-grid {
        border-radius: 20px;
        padding: 16px
    }

    .ot-zigzag-grid.reverce {
        grid-row-gap: 30px
    }

    .ot-tool-section {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .ot-section-sub-head.fs-md-14 {
        font-size: 14px;
        line-height: 22px
    }

    .ot-tool-main {
        padding: 30px 16px
    }

    .ot-need-block-main {
        justify-content: center;
        align-items: center
    }

    .ot-counter-section,
    .ot-review-section {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .ot-counter-h4 {
        font-size: 20px;
        line-height: 28px
    }

    .ot-counter-after {
        height: 12px;
        top: 13px;
        left: -5px
    }

    .ot-company-logo-block.otto {
        width: 80px;
        height: 80px
    }

    .ot-form-block {
        width: 100%
    }

    .ot-form {
        text-align: center
    }

    .ot-email-field {
        width: 100%;
        margin-bottom: 10px
    }

    .ot-footer-wraper {
        padding-top: 16px;
        padding-left: 16px;
        padding-right: 16px
    }

    .ot-form-block-footer {
        width: 100%
    }

    .ot-footer-top-grid,
    .ot-footer-top-grid._5-column-grid {
        grid-template-columns: 1fr
    }

    .ot-nav-inner-container {
        padding-top: 0;
        padding-bottom: 0
    }

    .ot-nav-menu-wrapper {
        padding-top: 76px
    }

    .ot-nav-menu {
        flex-direction: column
    }

    .ot-nav-button-wrapper {
        flex-flow: column;
        align-items: stretch;
        width: auto
    }

    .ot-nav-button-wrapper.inner {
        align-items: stretch;
        padding-left: 25px;
        padding-right: 25px;
        display: flex
    }

    .otto-center-text {
        font-size: 28px;
        line-height: 36px
    }

    .template-form {
        width: 100%
    }

    .ot-tax-collection-list {
        grid-column-gap: 16px;
        grid-row-gap: 16px
    }

    .ot-tax-collection-item-block {
        font-size: 14px;
        line-height: 20px
    }

    .dropdown-inner-grid {
        grid-template-columns: 1fr
    }

    .o-feature-main-block {
        padding: 16px
    }

    .o-feature-grid {
        grid-column-gap: 20px;
        grid-row-gap: 20px
    }

    .o-content-block {
        grid-column-gap: 25px;
        grid-row-gap: 25px
    }

    .ot-feature-para-text {
        line-height: 24px
    }

    .o-feature-top-form {
        flex-flow: column
    }

    .ot-section.review {
        padding-bottom: 80px
    }

    .o-glossary-hero-section {
        background-size: auto
    }

    .o-glossary-form-h2 {
        font-size: var(--font-size--mobile-p-h2);
        line-height: var(--line-height--mobile-p-h2)
    }

    .o-tax-category-block {
        grid-column-gap: 12px;
        grid-row-gap: 12px;
        padding: 16px
    }

    .o-tax-category-head {
        font-size: 14px;
        line-height: 20px
    }

    .o-tax-category-right {
        min-width: 50px;
        max-width: 61px
    }

    .o-tex-category-p {
        font-size: 14px;
        line-height: 20px
    }

    .o-tex-category-icon {
        width: 30px;
        font-size: 14px;
        line-height: 30px
    }

    .o-tax-templates-grid.mb-0.grid-m-1 {
        grid-template-columns: 1fr
    }

    .o-tax-templates-link {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        border-radius: 12px;
        padding: 16px
    }

    .o-tax-templates-p,
    .o-tax-templates-span {
        font-size: 14px;
        line-height: 22px
    }

    .o-tax-templates-top {
        grid-column-gap: 16px;
        grid-row-gap: 16px
    }

    .o-resources-grid {
        grid-template-columns: 1fr
    }

    .o-resources-block {
        padding: 16px
    }

    .o-tax-form-input-block,
    .o-tax-form-input-block._w-50 {
        width: 100%
    }

    .grid-2 {
        display: block
    }

    .ot-bm-slide-block {
        padding: 16px
    }

    .ot-book-meeting-right {
        padding-left: 16px;
        padding-right: 16px
    }

    .ot-bk-zigzag-grid {
        border-radius: 20px
    }

    .ot-bk-zigzag-grid.reverce {
        grid-row-gap: 30px
    }

    .ot-hero-grid-form {
        padding: 16px
    }

    .ot-financial-bottom-grid,
    .ot-financial-top-grid {
        grid-template-columns: 1fr
    }

    .ot-financial-icon-block.slider-arrow-left,
    .ot-financial-icon-block.slider-arrow-right {
        position: static;
        transform: none
    }

    .ot-review-slide-block {
        margin-left: 0;
        margin-right: 0
    }

    .ot-review-left-arrow {
        width: 30px;
        inset: auto 15% -50px 0%
    }

    .ot-review-right-arrow {
        width: 30px;
        inset: auto 0% -50px 15%
    }

    .ot-pricing-popular.p-0 {
        margin-top: -26px;
        margin-left: 0
    }

    .ot-monthly-yearly-tabs.mb-26 {
        margin-bottom: 26px
    }

    .ot-comare-head-block {
        text-align: center;
        justify-content: flex-start;
        align-items: center;
        padding: 15px 10px
    }

    .ot-comare-head-text {
        margin-bottom: 10px
    }

    .ot-comare-head-title {
        font-size: 16px;
        line-height: 24px
    }

    .div-block-53 {
        flex-flow: column-reverse wrap;
        justify-content: flex-start;
        align-items: center
    }

    .ot-comare-body-block {
        justify-content: flex-start;
        align-items: center;
        padding: 15px 10px
    }

    .ot-comare-body-title {
        font-size: 16px;
        line-height: 24px
    }

    .ot-comare-body-text {
        font-size: 14px;
        line-height: 22px
    }

    .collection-list-grid {
        grid-template-columns: 1fr
    }

    .ot-collection-link {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        border-radius: 10px;
        padding: 16px
    }

    .ot-wc-grid {
        grid-template-columns: 1fr
    }

    .ot-sitemap-grid {
        grid-column-gap: 12px;
        grid-row-gap: 12px;
        grid-template-columns: 1fr 1fr
    }

    .ot-sitemap-wrapper.ot-sitemap-left {
        margin-top: 30px
    }

    .ot-sitemap-link-text {
        font-size: 14px;
        line-height: 22px
    }

    .ot-sitemap-h-h2 {
        font-size: 19px;
        font-weight: 600
    }

    .ot-agreement-grid {
        grid-column-gap: 20px;
        grid-row-gap: 20px
    }

    .ot-alternative-grid {
        grid-template-columns: 1fr 1fr
    }

    .o-blog-block {
        padding: 16px
    }

    .ot-comparison-grid {
        grid-template-columns: 40% 20% 20% 20% 20% 20% 20%
    }

    .ot-comparison-grid._6-grid {
        grid-template-columns: 170px 150px 150px 150px 150px 150px
    }

    .ot-comparision-head {
        font-size: 14px;
        line-height: 22px
    }

    .ot-author-inner {
        flex-flow: column;
        justify-content: flex-start;
        align-items: center
    }

    .ot-author-mail {
        justify-content: center;
        align-items: center
    }

    .ot-author-content {
        text-align: center
    }

    .author-collection-wrapper {
        margin-top: 50px
    }

    .calculator-collection-list {
        grid-template-columns: 1fr
    }

    .cac-by-state-grid {
        grid-template-columns: auto;
        justify-items: stretch
    }

    .cac-by-state-grid._2-grid {
        grid-template-columns: auto
    }

    .state-block {
        column-count: 2
    }

    .currency-pairing-grid {
        grid-template-columns: 1fr 1fr
    }

    .sign-block-wrapper {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        padding: 30px 16px
    }

    .sign-block-image {
        width: 50px;
        height: 50px
    }

    .sign-block-heading {
        font-size: 18px;
        line-height: 28px
    }

    .signature-grid {
        grid-column-gap: 16px;
        grid-row-gap: 40px
    }

    .personality-sign-title {
        font-size: 16px;
        line-height: 24px
    }

    .personality-sign-img {
        margin-bottom: 8px
    }

    .successful-sign-title {
        font-size: 16px;
        line-height: 24px
    }

    .successful-people-position {
        font-size: 14px;
        line-height: 22px
    }

    .sign-zigzag-h3 {
        font-size: 16px
    }

    .why-otto-right-grid-title {
        font-size: 14px;
        line-height: 22px
    }

    .sign-hero-block-img {
        width: 30px;
        height: 30px
    }
}

#w-node-_0fc42039-19e5-07b7-169a-a58f03b843c0-7f30861b,
#w-node-_184a161d-93bd-e3c8-e3f7-36711e7b343d-7f30861b,
#w-node-_184a161d-93bd-e3c8-e3f7-36711e7b3440-7f30861b,
#w-node-_184a161d-93bd-e3c8-e3f7-36711e7b3443-7f30861b,
#w-node-_184a161d-93bd-e3c8-e3f7-36711e7b3446-7f30861b,
#w-node-_1dbdc90f-9bd5-15ba-4d23-d7c412808e95-64fab289,
#w-node-_1dbdc90f-9bd5-15ba-4d23-d7c412808e98-64fab289,
#w-node-_1dbdc90f-9bd5-15ba-4d23-d7c412808e9b-64fab289,
#w-node-_213280e3-7ea6-26fe-64df-eebb7adfc6f1-7f30861b,
#w-node-_28bf1856-db6c-ca7b-7c43-22b77583a573-64fab289,
#w-node-_28bf1856-db6c-ca7b-7c43-22b77583a576-64fab289,
#w-node-_28bf1856-db6c-ca7b-7c43-22b77583a579-64fab289,
#w-node-_2b63e990-2e6a-b8df-e490-142b5fe88e94-64fab289,
#w-node-_2b63e990-2e6a-b8df-e490-142b5fe88e97-64fab289,
#w-node-_2b63e990-2e6a-b8df-e490-142b5fe88e9a-64fab289,
#w-node-_4211eeb2-ce56-cd61-6075-385e4245959d-c6402339,
#w-node-_4211eeb2-ce56-cd61-6075-385e424595a4-c6402339,
#w-node-_4211eeb2-ce56-cd61-6075-385e424595ac-c6402339,
#w-node-_4211eeb2-ce56-cd61-6075-385e424595b4-c6402339,
#w-node-_4211eeb2-ce56-cd61-6075-385e424595bc-c6402339,
#w-node-_4211eeb2-ce56-cd61-6075-385e424595c4-c6402339,
#w-node-_45eb94c5-3822-9f50-4356-ad4bda1634ee-7f30861b,
#w-node-_45eb94c5-3822-9f50-4356-ad4bda1634f1-7f30861b,
#w-node-_45eb94c5-3822-9f50-4356-ad4bda1634f4-7f30861b,
#w-node-_45eb94c5-3822-9f50-4356-ad4bda1634f7-7f30861b,
#w-node-_492cca9f-b5ec-be18-39bc-6a237ae82aec-64fab289,
#w-node-_4edf3f6f-9a0e-5208-744c-325501376d14-c6402339,
#w-node-_6810144d-a73d-46ed-86cf-5fefecfcbd58-c6402339,
#w-node-_6a1b011b-f6e2-cb00-f16e-d58ba6faffe0-7f30861b,
#w-node-_6a1b011b-f6e2-cb00-f16e-d58ba6faffe3-7f30861b,
#w-node-_6a1b011b-f6e2-cb00-f16e-d58ba6faffe6-7f30861b,
#w-node-_6a1b011b-f6e2-cb00-f16e-d58ba6faffe9-7f30861b,
#w-node-_87ea56ed-4cca-3f03-4d73-7e51d00cac0d-64fab289,
#w-node-_87ea56ed-4cca-3f03-4d73-7e51d00cac10-64fab289,
#w-node-_87ea56ed-4cca-3f03-4d73-7e51d00cac13-64fab289,
#w-node-_90f672bb-bfb7-4f6f-693b-7518ab1821b3-7f30861b,
#w-node-_9328b841-a746-9300-2685-47d1f1646f88-7f30861b,
#w-node-_9328b841-a746-9300-2685-47d1f1646f8b-7f30861b,
#w-node-_9328b841-a746-9300-2685-47d1f1646f8e-7f30861b,
#w-node-_9328b841-a746-9300-2685-47d1f1646f91-7f30861b,
#w-node-_95da838e-5bec-96e4-5c89-8190504ecd15-64fab289,
#w-node-_95da838e-5bec-96e4-5c89-8190504ecd18-64fab289,
#w-node-_95da838e-5bec-96e4-5c89-8190504ecd1b-64fab289,
#w-node-_9760380c-5dd1-c6f5-0e22-05e44571176c-7f30861b,
#w-node-_9760380c-5dd1-c6f5-0e22-05e44571176f-7f30861b,
#w-node-_9760380c-5dd1-c6f5-0e22-05e445711772-7f30861b,
#w-node-_9760380c-5dd1-c6f5-0e22-05e445711775-7f30861b,
#w-node-_9eaa890e-75b3-71c4-a755-77adaf6ed7c1-7f30861b,
#w-node-_9eaa890e-75b3-71c4-a755-77adaf6ed7c4-7f30861b,
#w-node-_9eaa890e-75b3-71c4-a755-77adaf6ed7c7-7f30861b,
#w-node-_9eaa890e-75b3-71c4-a755-77adaf6ed7ca-7f30861b,
#w-node-a6375249-857b-81b9-4467-6e45235f9f59-64fab289,
#w-node-a6375249-857b-81b9-4467-6e45235f9f5c-64fab289,
#w-node-a6375249-857b-81b9-4467-6e45235f9f5f-64fab289,
#w-node-ae4aee22-3119-2a70-2116-866af61e5289-64fab289,
#w-node-ae4aee22-3119-2a70-2116-866af61e528c-64fab289,
#w-node-ae4aee22-3119-2a70-2116-866af61e528f-64fab289,
#w-node-aeebf5e7-3635-c95f-5b47-fd81b823d546-64fab289,
#w-node-aeebf5e7-3635-c95f-5b47-fd81b823d549-64fab289,
#w-node-aeebf5e7-3635-c95f-5b47-fd81b823d54c-64fab289,
#w-node-b4c4c864-29a8-a7bb-ac65-f6b6f0e374a9-7f30861b,
#w-node-b73f73bb-adf5-2ef8-1ada-737d4a390a2c-64fab289,
#w-node-b73f73bb-adf5-2ef8-1ada-737d4a390a2f-64fab289,
#w-node-b73f73bb-adf5-2ef8-1ada-737d4a390a32-64fab289,
#w-node-b8c3f52e-9e5a-b6e9-c488-7ee069321655-7f30861b,
#w-node-be55de94-2857-2a3b-05d5-bd17c3a4d6ae-64fab289,
#w-node-be55de94-2857-2a3b-05d5-bd17c3a4d6b1-64fab289,
#w-node-be55de94-2857-2a3b-05d5-bd17c3a4d6b4-64fab289,
#w-node-c82f806e-cb2e-604e-33f6-bd0579d42088-c6402339,
#w-node-d077fa2c-bb1b-8168-a089-5bb06fcc5b34-64fab289,
#w-node-d077fa2c-bb1b-8168-a089-5bb06fcc5b7d-64fab289,
#w-node-d077fa2c-bb1b-8168-a089-5bb06fcc5b80-64fab289,
#w-node-d077fa2c-bb1b-8168-a089-5bb06fcc5b83-64fab289,
#w-node-d801bb33-96b2-6d1a-586c-95824921f8f1-64fab289,
#w-node-d801bb33-96b2-6d1a-586c-95824921f8f4-64fab289,
#w-node-d801bb33-96b2-6d1a-586c-95824921f8f7-64fab289,
#w-node-da8173c8-dd78-f584-ff3d-afb302c1011f-64fab289,
#w-node-da8173c8-dd78-f584-ff3d-afb302c10122-64fab289,
#w-node-da8173c8-dd78-f584-ff3d-afb302c10125-64fab289,
#w-node-de275d86-2a4b-7221-6651-8c1bf61d9b40-7f30861b,
#w-node-de275d86-2a4b-7221-6651-8c1bf61d9b43-7f30861b,
#w-node-de275d86-2a4b-7221-6651-8c1bf61d9b46-7f30861b,
#w-node-de275d86-2a4b-7221-6651-8c1bf61d9b49-7f30861b,
#w-node-e9a54ab6-f1ca-9dd9-8e90-6e59a8e4766c-7f30861b,
#w-node-e9a54ab6-f1ca-9dd9-8e90-6e59a8e4766f-7f30861b,
#w-node-e9a54ab6-f1ca-9dd9-8e90-6e59a8e47672-7f30861b,
#w-node-e9a54ab6-f1ca-9dd9-8e90-6e59a8e47675-7f30861b,
#w-node-ea928bc2-ad38-977e-97b1-73ccc479a0b4-64fab289,
#w-node-ef593cb8-26ec-b024-20e4-23466492eaab-7f30861b,
#w-node-ef593cb8-26ec-b024-20e4-23466492eaae-7f30861b,
#w-node-ef593cb8-26ec-b024-20e4-23466492eab1-7f30861b,
#w-node-ef593cb8-26ec-b024-20e4-23466492eab4-7f30861b,
#w-node-fd2c4721-5657-0aad-d746-87c29335b8b3-9335b8ad,
#w-node-fd2c4721-5657-0aad-d746-87c29335b8bc-9335b8ad,
#w-node-fd2c4721-5657-0aad-d746-87c29335b8c3-9335b8ad,
#w-node-fd2c4721-5657-0aad-d746-87c29335b8c8-9335b8ad,
#w-node-ff077161-cd92-56c2-75da-881a86f82897-7f30861b,
#w-node-ff077161-cd92-56c2-75da-881a86f8289a-7f30861b,
#w-node-ff077161-cd92-56c2-75da-881a86f8289d-7f30861b,
#w-node-ff077161-cd92-56c2-75da-881a86f828a0-7f30861b {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-_96aef7fc-c8f0-4b54-196d-04700e59057d-7f30861b {
    grid-area: span 1/span 2/span 1/span 2
}

#w-node-_013bcc94-bba4-d6e7-4752-02f3251617be-7f30861b,
#w-node-_013bcc94-bba4-d6e7-4752-02f3251617c1-7f30861b,
#w-node-_013bcc94-bba4-d6e7-4752-02f3251617c4-7f30861b,
#w-node-_013bcc94-bba4-d6e7-4752-02f3251617c7-7f30861b,
#w-node-_015f9f2b-f778-6191-702b-6760ad1d529b-7f30861b,
#w-node-_015f9f2b-f778-6191-702b-6760ad1d529e-7f30861b,
#w-node-_015f9f2b-f778-6191-702b-6760ad1d52a1-7f30861b,
#w-node-_015f9f2b-f778-6191-702b-6760ad1d52a4-7f30861b,
#w-node-_090704c1-36fd-702b-5fc5-491309963f4e-7f30861b,
#w-node-_090704c1-36fd-702b-5fc5-491309963f51-7f30861b,
#w-node-_090704c1-36fd-702b-5fc5-491309963f54-7f30861b,
#w-node-_090704c1-36fd-702b-5fc5-491309963f57-7f30861b,
#w-node-_0d36ec42-4d4c-c932-2746-ef7e2a31b3ef-7f30861b,
#w-node-_0d36ec42-4d4c-c932-2746-ef7e2a31b3f2-7f30861b,
#w-node-_0d36ec42-4d4c-c932-2746-ef7e2a31b3f5-7f30861b,
#w-node-_0d36ec42-4d4c-c932-2746-ef7e2a31b3f8-7f30861b,
#w-node-_1456cb3e-0954-5d39-0e5b-59d0480fe529-7f30861b,
#w-node-_1456cb3e-0954-5d39-0e5b-59d0480fe52c-7f30861b,
#w-node-_1456cb3e-0954-5d39-0e5b-59d0480fe52f-7f30861b,
#w-node-_1456cb3e-0954-5d39-0e5b-59d0480fe532-7f30861b,
#w-node-_28280580-8a16-14e0-aa51-683fa4d6a8a1-7f30861b,
#w-node-_28280580-8a16-14e0-aa51-683fa4d6a8a4-7f30861b,
#w-node-_28280580-8a16-14e0-aa51-683fa4d6a8a7-7f30861b,
#w-node-_28280580-8a16-14e0-aa51-683fa4d6a8aa-7f30861b,
#w-node-_2b25362c-f012-202b-81c7-56c1171b8b23-560e63dd,
#w-node-_2b267229-4142-e3af-4b5b-9c6f4e26accb-7f30861b,
#w-node-_2b267229-4142-e3af-4b5b-9c6f4e26acce-7f30861b,
#w-node-_2b267229-4142-e3af-4b5b-9c6f4e26acd1-7f30861b,
#w-node-_2b267229-4142-e3af-4b5b-9c6f4e26acd4-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0a4-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0a9-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0ac-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0af-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0b2-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0b6-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0b9-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0bc-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0bf-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0c3-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0c6-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0c9-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0cc-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0d0-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0d3-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0d6-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0d9-7f30861b,
#w-node-_370a8c4a-c51b-08bc-c097-55ca6019cbc5-7f30861b,
#w-node-_370a8c4a-c51b-08bc-c097-55ca6019cbc8-7f30861b,
#w-node-_370a8c4a-c51b-08bc-c097-55ca6019cbcb-7f30861b,
#w-node-_370a8c4a-c51b-08bc-c097-55ca6019cbce-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cae-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cb3-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cb6-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cb9-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cbc-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cc0-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cc3-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cc6-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cc9-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2ccd-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cd0-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cd3-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cd6-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cda-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cdd-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2ce0-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2ce3-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2ce7-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cea-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2ced-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cf0-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cf4-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cf7-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cfa-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cfd-7f30861b,
#w-node-_4ee45b8a-2d5c-9a78-2f5d-0ca8e017cce6-7f30861b,
#w-node-_4ee45b8a-2d5c-9a78-2f5d-0ca8e017cce9-7f30861b,
#w-node-_4ee45b8a-2d5c-9a78-2f5d-0ca8e017ccec-7f30861b,
#w-node-_4ee45b8a-2d5c-9a78-2f5d-0ca8e017ccef-7f30861b,
#w-node-_53c926a5-ee7d-a20d-a3fb-ed0a9ea665b3-7f30861b,
#w-node-_53c926a5-ee7d-a20d-a3fb-ed0a9ea665b6-7f30861b,
#w-node-_53c926a5-ee7d-a20d-a3fb-ed0a9ea665b9-7f30861b,
#w-node-_53c926a5-ee7d-a20d-a3fb-ed0a9ea665bc-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218ceba-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cebf-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cec2-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cec5-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cec8-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cecc-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218ced0-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218ced3-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218ced6-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218ceda-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cede-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cee1-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cee4-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cee8-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218ceeb-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218ceee-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cef1-7f30861b,
#w-node-_61f86c07-4e38-a6f3-c5fa-7407f29347e5-7f30861b,
#w-node-_61f86c07-4e38-a6f3-c5fa-7407f29347e8-7f30861b,
#w-node-_61f86c07-4e38-a6f3-c5fa-7407f29347eb-7f30861b,
#w-node-_61f86c07-4e38-a6f3-c5fa-7407f29347ee-7f30861b,
#w-node-_6f7fcb3d-d5d6-15be-e026-1e21b2ac5b9d-01ae2dcc,
#w-node-_6f7fcb3d-d5d6-15be-e026-1e21b2ac5b9d-4104a244,
#w-node-_6f7fcb3d-d5d6-15be-e026-1e21b2ac5b9d-8d035ad2,
#w-node-_6f7fcb3d-d5d6-15be-e026-1e21b2ac5b9d-b151776c,
#w-node-_714dd107-b5f0-69d1-7ae1-6473bd7d7d69-7f30861b,
#w-node-_714dd107-b5f0-69d1-7ae1-6473bd7d7d6c-7f30861b,
#w-node-_714dd107-b5f0-69d1-7ae1-6473bd7d7d6f-7f30861b,
#w-node-_714dd107-b5f0-69d1-7ae1-6473bd7d7d72-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053ce-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053d3-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053d6-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053d9-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053dc-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053e0-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053e5-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053e8-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053eb-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053ef-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053f6-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053f9-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053fc-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc905400-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc905403-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc905406-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc905409-7f30861b,
#w-node-_75f583cc-b707-d58e-eecf-b398fc192785-7f30861b,
#w-node-_75f583cc-b707-d58e-eecf-b398fc192788-7f30861b,
#w-node-_75f583cc-b707-d58e-eecf-b398fc19278b-7f30861b,
#w-node-_75f583cc-b707-d58e-eecf-b398fc19278e-7f30861b,
#w-node-_85c651f9-98d1-4fb8-194c-b5a30354293c-7f30861b,
#w-node-_85c651f9-98d1-4fb8-194c-b5a30354293f-7f30861b,
#w-node-_85c651f9-98d1-4fb8-194c-b5a303542942-7f30861b,
#w-node-_85c651f9-98d1-4fb8-194c-b5a303542945-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e0d9-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e0de-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e0e1-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e0e4-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e0e7-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e0eb-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e0ee-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e0f1-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e0f4-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e0f8-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e0fb-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e0fe-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e101-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e105-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e108-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e10b-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e10e-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e112-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e115-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e118-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e11b-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e11f-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e122-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e125-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e128-7f30861b,
#w-node-_90199a78-dbc0-2c8e-fd3f-6da2b62ee0b0-7f30861b,
#w-node-_90199a78-dbc0-2c8e-fd3f-6da2b62ee0b5-7f30861b,
#w-node-_90199a78-dbc0-2c8e-fd3f-6da2b62ee0b8-7f30861b,
#w-node-_90199a78-dbc0-2c8e-fd3f-6da2b62ee0bb-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e28-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e2d-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e30-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e33-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e36-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e3a-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e3d-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e40-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e43-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e47-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e4a-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e4d-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e50-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e54-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e57-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e5a-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e5d-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e61-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e64-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e67-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e6a-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e590582-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e590585-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e590588-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e59058b-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e59058f-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e590592-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e590595-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e590598-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e59059c-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e5905a0-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e5905a3-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e5905a6-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e5905aa-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e5905ae-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e5905b1-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e5905b4-7f30861b,
#w-node-_96de8b82-e179-7f9c-6e68-4728248abbfc-7f30861b,
#w-node-_96de8b82-e179-7f9c-6e68-4728248abbff-7f30861b,
#w-node-_96de8b82-e179-7f9c-6e68-4728248abc02-7f30861b,
#w-node-_96de8b82-e179-7f9c-6e68-4728248abc05-7f30861b,
#w-node-_97c0e5c0-f6d6-3f80-397f-a0ed9f001706-76c093c0,
#w-node-_97c0e5c0-f6d6-3f80-397f-a0ed9f001706-ed418883,
#w-node-_9bb16678-55c1-778d-73d1-0a38903ae48e-7f30861b,
#w-node-_9bb16678-55c1-778d-73d1-0a38903ae491-7f30861b,
#w-node-_9bb16678-55c1-778d-73d1-0a38903ae494-7f30861b,
#w-node-_9bb16678-55c1-778d-73d1-0a38903ae497-7f30861b,
#w-node-a688e0db-f564-39a3-2cb4-3a3c62786752-0250efba,
#w-node-a9bdd68e-1d9e-5aac-77a8-d5d3ec1e4bf7-7f30861b,
#w-node-a9bdd68e-1d9e-5aac-77a8-d5d3ec1e4bfa-7f30861b,
#w-node-a9bdd68e-1d9e-5aac-77a8-d5d3ec1e4bfd-7f30861b,
#w-node-a9bdd68e-1d9e-5aac-77a8-d5d3ec1e4c00-7f30861b,
#w-node-b58d41e1-65bc-830e-09b6-1cbfab50101f-7f30861b,
#w-node-b58d41e1-65bc-830e-09b6-1cbfab501022-7f30861b,
#w-node-b58d41e1-65bc-830e-09b6-1cbfab501025-7f30861b,
#w-node-b58d41e1-65bc-830e-09b6-1cbfab501028-7f30861b,
#w-node-c0412a9f-83e3-9222-d1af-2af99405c973-7f30861b,
#w-node-c0412a9f-83e3-9222-d1af-2af99405c976-7f30861b,
#w-node-c0412a9f-83e3-9222-d1af-2af99405c979-7f30861b,
#w-node-c0412a9f-83e3-9222-d1af-2af99405c97c-7f30861b,
#w-node-c07997d8-bdd8-b28d-f82a-b67aa0b6d5a7-7f30861b,
#w-node-c07997d8-bdd8-b28d-f82a-b67aa0b6d5aa-7f30861b,
#w-node-c07997d8-bdd8-b28d-f82a-b67aa0b6d5ad-7f30861b,
#w-node-c07997d8-bdd8-b28d-f82a-b67aa0b6d5b0-7f30861b,
#w-node-d67d728f-37fe-f1ff-d992-60ec1dc173b3-7f30861b,
#w-node-d67d728f-37fe-f1ff-d992-60ec1dc173b6-7f30861b,
#w-node-d67d728f-37fe-f1ff-d992-60ec1dc173b9-7f30861b,
#w-node-d67d728f-37fe-f1ff-d992-60ec1dc173bc-7f30861b,
#w-node-da7f4f7f-66e4-615d-be2a-295b1b392b06-7f30861b,
#w-node-da7f4f7f-66e4-615d-be2a-295b1b392b09-7f30861b,
#w-node-da7f4f7f-66e4-615d-be2a-295b1b392b0c-7f30861b,
#w-node-da7f4f7f-66e4-615d-be2a-295b1b392b0f-7f30861b,
#w-node-df5065d0-58bf-a95a-fcae-cc0891246204-7f30861b,
#w-node-df5065d0-58bf-a95a-fcae-cc0891246207-7f30861b,
#w-node-df5065d0-58bf-a95a-fcae-cc089124620a-7f30861b,
#w-node-df5065d0-58bf-a95a-fcae-cc089124620d-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a1d-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a22-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a25-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a28-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a2b-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a2f-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a32-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a35-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a38-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a3c-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a3f-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a42-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a45-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a49-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a4c-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a4f-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a52-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a56-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a59-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a5c-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a5f-7f30861b,
#w-node-f6536558-af9b-15ab-3ce7-1df73dfa9734-7f30861b,
#w-node-f6536558-af9b-15ab-3ce7-1df73dfa9737-7f30861b,
#w-node-f6536558-af9b-15ab-3ce7-1df73dfa973a-7f30861b,
#w-node-f6536558-af9b-15ab-3ce7-1df73dfa973d-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9faea-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9faef-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9faf2-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9faf5-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9faf8-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fafc-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9faff-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fb02-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fb05-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fb09-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fb0c-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fb0f-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fb12-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fb16-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fb19-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fb1c-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fb1f-7f30861b,
#w-node-ffb48ec9-879f-bf25-d955-5c926b338555-7f30861b,
#w-node-ffb48ec9-879f-bf25-d955-5c926b338558-7f30861b,
#w-node-ffb48ec9-879f-bf25-d955-5c926b33855b-7f30861b,
#w-node-ffb48ec9-879f-bf25-d955-5c926b33855e-7f30861b {
    grid-area: span 1/span 1/span 1/span 1
}

@media screen and (max-width:991px) {

    #w-node-_216f12ae-ba9e-7966-97d1-b548748f14ad-ccff699d,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-ccff699d,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-ccff699d,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-ccff699d,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-ccff699d,
    #w-node-a6c1c49c-b847-624b-d15d-9c2f6ee7042e-ccff699d {
        order: -9999
    }

    #w-node-fd2c4721-5657-0aad-d746-87c29335b8b3-9335b8ad {
        grid-area: span 1/span 4/span 1/span 4
    }

    #w-node-_0722c148-ae40-2fcd-58d8-0e243f6e89b8-64fab289,
    #w-node-_0722c148-ae40-2fcd-58d8-0e243f6e89bb-64fab289,
    #w-node-_0722c148-ae40-2fcd-58d8-0e243f6e89da-64fab289,
    #w-node-_0c41a6a6-75bb-e14e-ca51-28e681040d4f-54ef974a,
    #w-node-_0c41a6a6-75bb-e14e-ca51-28e681040d52-54ef974a,
    #w-node-_0c41a6a6-75bb-e14e-ca51-28e681040d6f-54ef974a,
    #w-node-_0c41a6a6-75bb-e14e-ca51-28e681040d72-54ef974a,
    #w-node-_216f12ae-ba9e-7966-97d1-b548748f14ad-3b550c30,
    #w-node-_216f12ae-ba9e-7966-97d1-b548748f14ad-f0e04a7e,
    #w-node-_289c31eb-8abc-f4e2-bd60-14d0d8c99911-fed88d6b,
    #w-node-_289c31eb-8abc-f4e2-bd60-14d0d8c99914-fed88d6b,
    #w-node-_289c31eb-8abc-f4e2-bd60-14d0d8c99931-fed88d6b,
    #w-node-_289c31eb-8abc-f4e2-bd60-14d0d8c99934-fed88d6b,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-3b550c30,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-f0e04a7e,
    #w-node-_3b3dd5ee-68ee-92ea-0705-04aa69f94fdd-7ad3b6ec,
    #w-node-_3b3dd5ee-68ee-92ea-0705-04aa69f94fe0-7ad3b6ec,
    #w-node-_3b3dd5ee-68ee-92ea-0705-04aa69f94fff-7ad3b6ec,
    #w-node-_3b3dd5ee-68ee-92ea-0705-04aa69f95002-7ad3b6ec,
    #w-node-_41c0e31a-340f-9a0a-991d-c4663b2f73fb-0b00f232,
    #w-node-_41c0e31a-340f-9a0a-991d-c4663b2f73fe-0b00f232,
    #w-node-_41c0e31a-340f-9a0a-991d-c4663b2f741b-0b00f232,
    #w-node-_41c0e31a-340f-9a0a-991d-c4663b2f741e-0b00f232,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-3b550c30,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-f0e04a7e,
    #w-node-_530feea2-2c0a-3222-f877-6a5888b988bf-54b8eff2,
    #w-node-_530feea2-2c0a-3222-f877-6a5888b988c2-54b8eff2,
    #w-node-_530feea2-2c0a-3222-f877-6a5888b988df-54b8eff2,
    #w-node-_530feea2-2c0a-3222-f877-6a5888b988e2-54b8eff2,
    #w-node-_78ceae04-293d-816e-8cc5-52855c5cc628-04a8b58f,
    #w-node-_78ceae04-293d-816e-8cc5-52855c5cc62b-04a8b58f,
    #w-node-_78ceae04-293d-816e-8cc5-52855c5cc648-04a8b58f,
    #w-node-_78ceae04-293d-816e-8cc5-52855c5cc64b-04a8b58f,
    #w-node-_9583ee43-fd29-be4e-e101-49ec3a41fb81-83928fd0,
    #w-node-_9583ee43-fd29-be4e-e101-49ec3a41fb84-83928fd0,
    #w-node-_9583ee43-fd29-be4e-e101-49ec3a41fba1-83928fd0,
    #w-node-_9583ee43-fd29-be4e-e101-49ec3a41fba4-83928fd0,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-3b550c30,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-f0e04a7e,
    #w-node-a0e15047-3e53-d6b2-6bd7-6c6937e81317-ab4f9ee9,
    #w-node-a0e15047-3e53-d6b2-6bd7-6c6937e8131a-ab4f9ee9,
    #w-node-a0e15047-3e53-d6b2-6bd7-6c6937e81346-ab4f9ee9,
    #w-node-a0e15047-3e53-d6b2-6bd7-6c6937e81349-ab4f9ee9,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-3b550c30,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-f0e04a7e,
    #w-node-a6c1c49c-b847-624b-d15d-9c2f6ee7042e-3b550c30,
    #w-node-a6c1c49c-b847-624b-d15d-9c2f6ee7042e-f0e04a7e,
    #w-node-b1984bd0-f6f3-e524-1c1e-f831758f2102-2c440280,
    #w-node-b1984bd0-f6f3-e524-1c1e-f831758f2105-2c440280,
    #w-node-b1984bd0-f6f3-e524-1c1e-f831758f2124-2c440280,
    #w-node-b1984bd0-f6f3-e524-1c1e-f831758f2127-2c440280,
    #w-node-b69086b4-d75c-fa9c-7a0d-a3807b3acdf0-5c3d7ffe,
    #w-node-b69086b4-d75c-fa9c-7a0d-a3807b3acdf3-5c3d7ffe,
    #w-node-b69086b4-d75c-fa9c-7a0d-a3807b3ace10-5c3d7ffe,
    #w-node-b69086b4-d75c-fa9c-7a0d-a3807b3ace13-5c3d7ffe,
    #w-node-d3685cdd-81dd-fbe7-6796-7be19ac38b5c-67640707,
    #w-node-d3685cdd-81dd-fbe7-6796-7be19ac38b5f-67640707,
    #w-node-d3685cdd-81dd-fbe7-6796-7be19ac38b7c-67640707,
    #w-node-d3685cdd-81dd-fbe7-6796-7be19ac38b7f-67640707,
    #w-node-e03214e7-05ca-5435-0446-059158819a96-fc18b500,
    #w-node-e03214e7-05ca-5435-0446-059158819a99-fc18b500,
    #w-node-e03214e7-05ca-5435-0446-059158819ab6-fc18b500,
    #w-node-e03214e7-05ca-5435-0446-059158819ab9-fc18b500,
    #w-node-e1f296ab-f006-5384-8863-d777ad8be34a-a6f09c6e,
    #w-node-e1f296ab-f006-5384-8863-d777ad8be34d-a6f09c6e,
    #w-node-e1f296ab-f006-5384-8863-d777ad8be35c-a6f09c6e,
    #w-node-e1f296ab-f006-5384-8863-d777ad8be35f-a6f09c6e,
    #w-node-f1e0d2c2-a379-478a-6792-8d12c3a2d2d2-9b757bba,
    #w-node-f1e0d2c2-a379-478a-6792-8d12c3a2d2d5-9b757bba,
    #w-node-f1e0d2c2-a379-478a-6792-8d12c3a2d2f2-9b757bba,
    #w-node-f1e0d2c2-a379-478a-6792-8d12c3a2d2f5-9b757bba,
    #w-node-fb03c03c-6345-fbe6-0baf-02c4d639a49e-bad698d7,
    #w-node-fb03c03c-6345-fbe6-0baf-02c4d639a4a1-bad698d7,
    #w-node-fb03c03c-6345-fbe6-0baf-02c4d639a4be-bad698d7,
    #w-node-fb03c03c-6345-fbe6-0baf-02c4d639a4c1-bad698d7 {
        order: -9999
    }

    #w-node-ef02d72e-6a5c-95a2-dc85-a970072aad98-5485f0f2 {
        order: 9999
    }

    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-5485f0f2,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-5485f0f2,
    #w-node-_66f05f3d-8656-7064-e1d7-b748a9979968-0d81922a,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-5485f0f2,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-5485f0f2 {
        order: -9999
    }

    #w-node-_013bcc94-bba4-d6e7-4752-02f3251617be-7f30861b,
    #w-node-_015f9f2b-f778-6191-702b-6760ad1d529b-7f30861b,
    #w-node-_090704c1-36fd-702b-5fc5-491309963f4e-7f30861b,
    #w-node-_0d36ec42-4d4c-c932-2746-ef7e2a31b3ef-7f30861b,
    #w-node-_1456cb3e-0954-5d39-0e5b-59d0480fe529-7f30861b,
    #w-node-_184a161d-93bd-e3c8-e3f7-36711e7b343d-7f30861b,
    #w-node-_213280e3-7ea6-26fe-64df-eebb7adfc6f1-7f30861b,
    #w-node-_28280580-8a16-14e0-aa51-683fa4d6a8a1-7f30861b,
    #w-node-_2b267229-4142-e3af-4b5b-9c6f4e26accb-7f30861b,
    #w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0a4-7f30861b,
    #w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0a9-7f30861b,
    #w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0b6-7f30861b,
    #w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0c3-7f30861b,
    #w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0d0-7f30861b,
    #w-node-_370a8c4a-c51b-08bc-c097-55ca6019cbc5-7f30861b,
    #w-node-_45eb94c5-3822-9f50-4356-ad4bda1634ee-7f30861b,
    #w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cae-7f30861b,
    #w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cb3-7f30861b,
    #w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cc0-7f30861b,
    #w-node-_478d4bad-5e80-43bb-2270-ef10e06e2ccd-7f30861b,
    #w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cda-7f30861b,
    #w-node-_478d4bad-5e80-43bb-2270-ef10e06e2ce7-7f30861b,
    #w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cf4-7f30861b,
    #w-node-_4ee45b8a-2d5c-9a78-2f5d-0ca8e017cce6-7f30861b,
    #w-node-_53c926a5-ee7d-a20d-a3fb-ed0a9ea665b3-7f30861b,
    #w-node-_5a370f4f-24cb-4e7d-5880-e9a87218ceba-7f30861b,
    #w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cebf-7f30861b,
    #w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cecc-7f30861b,
    #w-node-_5a370f4f-24cb-4e7d-5880-e9a87218ceda-7f30861b,
    #w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cee8-7f30861b,
    #w-node-_61f86c07-4e38-a6f3-c5fa-7407f29347e5-7f30861b,
    #w-node-_6a1b011b-f6e2-cb00-f16e-d58ba6faffe0-7f30861b,
    #w-node-_714dd107-b5f0-69d1-7ae1-6473bd7d7d69-7f30861b,
    #w-node-_75df709f-8ca9-803e-fd9d-e163fc9053ce-7f30861b,
    #w-node-_75df709f-8ca9-803e-fd9d-e163fc9053d3-7f30861b,
    #w-node-_75df709f-8ca9-803e-fd9d-e163fc9053e0-7f30861b,
    #w-node-_75df709f-8ca9-803e-fd9d-e163fc9053ef-7f30861b,
    #w-node-_75df709f-8ca9-803e-fd9d-e163fc905400-7f30861b,
    #w-node-_75f583cc-b707-d58e-eecf-b398fc192785-7f30861b,
    #w-node-_85c651f9-98d1-4fb8-194c-b5a30354293c-7f30861b,
    #w-node-_85e1172a-f950-4796-52ff-844dfed7e0d9-7f30861b,
    #w-node-_85e1172a-f950-4796-52ff-844dfed7e0de-7f30861b,
    #w-node-_85e1172a-f950-4796-52ff-844dfed7e0eb-7f30861b,
    #w-node-_85e1172a-f950-4796-52ff-844dfed7e0f8-7f30861b,
    #w-node-_85e1172a-f950-4796-52ff-844dfed7e105-7f30861b,
    #w-node-_85e1172a-f950-4796-52ff-844dfed7e112-7f30861b,
    #w-node-_85e1172a-f950-4796-52ff-844dfed7e11f-7f30861b,
    #w-node-_90199a78-dbc0-2c8e-fd3f-6da2b62ee0b0-7f30861b,
    #w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e28-7f30861b,
    #w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e2d-7f30861b,
    #w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e3a-7f30861b,
    #w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e47-7f30861b,
    #w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e54-7f30861b,
    #w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e61-7f30861b,
    #w-node-_9328b841-a746-9300-2685-47d1f1646f88-7f30861b,
    #w-node-_96aef7fc-c8f0-4b54-196d-04700e59057d-7f30861b,
    #w-node-_96aef7fc-c8f0-4b54-196d-04700e590582-7f30861b,
    #w-node-_96aef7fc-c8f0-4b54-196d-04700e59058f-7f30861b,
    #w-node-_96aef7fc-c8f0-4b54-196d-04700e59059c-7f30861b,
    #w-node-_96aef7fc-c8f0-4b54-196d-04700e5905aa-7f30861b,
    #w-node-_96de8b82-e179-7f9c-6e68-4728248abbfc-7f30861b,
    #w-node-_9760380c-5dd1-c6f5-0e22-05e44571176c-7f30861b,
    #w-node-_9bb16678-55c1-778d-73d1-0a38903ae48e-7f30861b,
    #w-node-_9eaa890e-75b3-71c4-a755-77adaf6ed7c1-7f30861b,
    #w-node-a9bdd68e-1d9e-5aac-77a8-d5d3ec1e4bf7-7f30861b,
    #w-node-b58d41e1-65bc-830e-09b6-1cbfab50101f-7f30861b,
    #w-node-b8c3f52e-9e5a-b6e9-c488-7ee069321655-7f30861b,
    #w-node-c0412a9f-83e3-9222-d1af-2af99405c973-7f30861b,
    #w-node-c07997d8-bdd8-b28d-f82a-b67aa0b6d5a7-7f30861b,
    #w-node-c6224e35-6da3-b490-4671-64a3520ae307-7f30861b,
    #w-node-d67d728f-37fe-f1ff-d992-60ec1dc173b3-7f30861b,
    #w-node-da7f4f7f-66e4-615d-be2a-295b1b392b06-7f30861b,
    #w-node-de275d86-2a4b-7221-6651-8c1bf61d9b40-7f30861b,
    #w-node-df5065d0-58bf-a95a-fcae-cc0891246204-7f30861b,
    #w-node-e9a54ab6-f1ca-9dd9-8e90-6e59a8e4766c-7f30861b,
    #w-node-ef593cb8-26ec-b024-20e4-23466492eaab-7f30861b,
    #w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a1d-7f30861b,
    #w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a22-7f30861b,
    #w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a2f-7f30861b,
    #w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a3c-7f30861b,
    #w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a49-7f30861b,
    #w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a56-7f30861b,
    #w-node-f6536558-af9b-15ab-3ce7-1df73dfa9734-7f30861b,
    #w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9faea-7f30861b,
    #w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9faef-7f30861b,
    #w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fafc-7f30861b,
    #w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fb09-7f30861b,
    #w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fb16-7f30861b,
    #w-node-ff077161-cd92-56c2-75da-881a86f82897-7f30861b,
    #w-node-ffb48ec9-879f-bf25-d955-5c926b338555-7f30861b {
        grid-area: span 1/span 3/span 1/span 3
    }

    #w-node-_24dd4a8e-5b02-f393-094c-0e49960fbe79-c5c5bafa,
    #w-node-_24dd4a8e-5b02-f393-094c-0e49960fbe7c-c5c5bafa,
    #w-node-edee66f5-2c24-2a17-875f-c4a4c9b7fb36-6fd0254d {
        order: -9999
    }

    #w-node-ef02d72e-6a5c-95a2-dc85-a970072aad98-59497619 {
        order: 9999
    }

    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-0250efba,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-59497619,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-97b51d03,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-0250efba,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-59497619,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-97b51d03,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-0250efba,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-59497619,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-97b51d03,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-0250efba,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-59497619,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-97b51d03 {
        order: -9999
    }

    #w-node-ef02d72e-6a5c-95a2-dc85-a970072aad98-b4b3c629 {
        order: 9999
    }

    #w-node-_216f12ae-ba9e-7966-97d1-b548748f14ad-7d90cd80,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-09422be0,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-560e63dd,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-7d90cd80,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-b4b3c629,
    #w-node-_3f82a720-c9a1-6552-d63e-95277df515ba-882f85e2,
    #w-node-_3f82a720-c9a1-6552-d63e-95277df515bd-882f85e2,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-09422be0,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-560e63dd,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-7d90cd80,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-b4b3c629,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-09422be0,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-560e63dd,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-7d90cd80,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-b4b3c629,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-09422be0,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-560e63dd,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-7d90cd80,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-b4b3c629,
    #w-node-a6c1c49c-b847-624b-d15d-9c2f6ee7042e-7d90cd80 {
        order: -9999
    }

    #w-node-ef02d72e-6a5c-95a2-dc85-a970072aad98-3bb930df {
        order: 9999
    }

    #w-node-_216f12ae-ba9e-7966-97d1-b548748f14ad-8c81028b,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-333b156d,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-3bb930df,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-8c81028b,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-d7e02c3d,
    #w-node-_42de9e03-c337-4db3-a3b2-dedda3e1c322-ffcef390,
    #w-node-_42de9e03-c337-4db3-a3b2-dedda3e1c325-ffcef390,
    #w-node-_42de9e03-c337-4db3-a3b2-dedda3e1c350-ffcef390,
    #w-node-_42de9e03-c337-4db3-a3b2-dedda3e1c353-ffcef390,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-333b156d,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-3bb930df,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-8c81028b,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-d7e02c3d,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-333b156d,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-3bb930df,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-8c81028b,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-d7e02c3d,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-3bb930df,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-8c81028b,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-d7e02c3d,
    #w-node-a6c1c49c-b847-624b-d15d-9c2f6ee7042e-8c81028b,
    #w-node-b29a5190-dcf2-c069-5141-d04539faafbd-e0322ce1 {
        order: -9999
    }
}

@media screen and (max-width:767px) {

    #w-node-_90db8bdc-3c2f-fe82-f135-86abe74c75a1-1aa818ee,
    #w-node-f4f2cb76-5870-67fe-6f06-ebcf03662d4a-fd84e933 {
        order: -9999;
        justify-self: center
    }

    #w-node-f1f39991-39a6-ef92-7c09-a6f6c3361236-fd84e933 {
        grid-area: span 1/span 2/span 1/span 2
    }

    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-5485f0f2 {
        grid-area: span 1/span 1/span 1/span 1
    }

    #w-node-_554ea7bd-d055-6dab-d8e7-685159bdf056-6465bb7e,
    #w-node-a11f6bb7-184c-e266-b1f2-c4494da3f6bc-f3d2f9b8,
    #w-node-b9fdcdde-cf3e-79de-7a78-df472a5109db-2d31400b {
        order: -9999;
        justify-self: center
    }

    #w-node-_517c748a-637d-2f16-d399-2714cf3222f9-c5c5bafa,
    #w-node-_989b4125-4882-e86d-0951-bacb4b56f5f3-01ae2dcc,
    #w-node-_989b4125-4882-e86d-0951-bacb4b56f5f3-4104a244,
    #w-node-_989b4125-4882-e86d-0951-bacb4b56f5f3-8d035ad2,
    #w-node-_989b4125-4882-e86d-0951-bacb4b56f5f3-b151776c {
        grid-area: span 1/span 2/span 1/span 2
    }

    #w-node-c9bae699-f478-2eec-b4a5-53f38a13a95c-c5c5bafa {
        order: -9999;
        justify-self: center
    }

    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-0250efba,
    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-59497619,
    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-97b51d03 {
        grid-area: span 1/span 1/span 1/span 1
    }

    #w-node-_97c0e5c0-f6d6-3f80-397f-a0ed9f001732-76c093c0 {
        grid-area: span 1/span 2/span 1/span 2
    }

    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-09422be0,
    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-560e63dd,
    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-b4b3c629 {
        grid-area: span 1/span 1/span 1/span 1
    }

    #w-node-bdb47d25-9776-b70f-1bc9-470e0ee52386-882f85e2 {
        order: -9999;
        justify-self: center
    }

    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-3bb930df {
        grid-area: span 1/span 1/span 1/span 1
    }

    #w-node-_97c0e5c0-f6d6-3f80-397f-a0ed9f001732-ed418883 {
        grid-area: span 1/span 2/span 1/span 2
    }

    #w-node-_2198f5ec-5a3a-f564-d58c-8d71231701f3-e0322ce1,
    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-333b156d,
    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-d7e02c3d {
        grid-area: span 1/span 1/span 1/span 1
    }
}

@media screen and (max-width:479px) {
    #w-node-fd2c4721-5657-0aad-d746-87c29335b8b3-9335b8ad {
        grid-column: span 1/span 1
    }

    #w-node-_1dbdc90f-9bd5-15ba-4d23-d7c412808e95-64fab289,
    #w-node-_28bf1856-db6c-ca7b-7c43-22b77583a573-64fab289,
    #w-node-_2b63e990-2e6a-b8df-e490-142b5fe88e94-64fab289,
    #w-node-_87ea56ed-4cca-3f03-4d73-7e51d00cac0d-64fab289,
    #w-node-_95da838e-5bec-96e4-5c89-8190504ecd15-64fab289,
    #w-node-a6375249-857b-81b9-4467-6e45235f9f59-64fab289,
    #w-node-ae4aee22-3119-2a70-2116-866af61e5289-64fab289,
    #w-node-aeebf5e7-3635-c95f-5b47-fd81b823d546-64fab289,
    #w-node-b73f73bb-adf5-2ef8-1ada-737d4a390a2c-64fab289,
    #w-node-be55de94-2857-2a3b-05d5-bd17c3a4d6ae-64fab289,
    #w-node-d077fa2c-bb1b-8168-a089-5bb06fcc5b34-64fab289,
    #w-node-d077fa2c-bb1b-8168-a089-5bb06fcc5b7d-64fab289,
    #w-node-d801bb33-96b2-6d1a-586c-95824921f8f1-64fab289,
    #w-node-da8173c8-dd78-f584-ff3d-afb302c1011f-64fab289 {
        grid-area: span 1/span 2/span 1/span 2
    }

    #w-node-_517c748a-637d-2f16-d399-2714cf3222f9-c5c5bafa,
    #w-node-_97c0e5c0-f6d6-3f80-397f-a0ed9f001732-76c093c0,
    #w-node-_97c0e5c0-f6d6-3f80-397f-a0ed9f001732-ed418883,
    #w-node-_989b4125-4882-e86d-0951-bacb4b56f5f3-01ae2dcc,
    #w-node-_989b4125-4882-e86d-0951-bacb4b56f5f3-4104a244,
    #w-node-_989b4125-4882-e86d-0951-bacb4b56f5f3-8d035ad2,
    #w-node-_989b4125-4882-e86d-0951-bacb4b56f5f3-b151776c,
    #w-node-f1f39991-39a6-ef92-7c09-a6f6c3361236-fd84e933 {
        grid-area: span 1/span 1/span 1/span 1
    }
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-family: sans-serif
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    vertical-align: baseline;
    display: inline-block
}

audio:not([controls]) {
    height: 0;
    display: none
}

[hidden],
template {
    display: none
}

a {
    background-color: #0000
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    margin: .67em 0;
    font-size: 2em
}

mark {
    color: #000;
    background: #ff0
}

small {
    font-size: 80%
}

sub,
sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: none
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

@font-face {
    font-family: webflow-icons;
    src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format("truetype");
    font-weight: 400;
    font-style: normal
}

[class*=" w-icon-"],
[class^=w-icon-] {
    speak: none;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    font-family: webflow-icons !important
}

.w-icon-slider-right:before {
    content: ""
}

.w-icon-slider-left:before {
    content: ""
}

.w-icon-nav-menu:before {
    content: ""
}

.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
    content: ""
}

.w-icon-file-upload-remove:before {
    content: ""
}

.w-icon-file-upload-icon:before {
    content: ""
}

* {
    box-sizing: border-box
}

html {
    height: 100%
}

body {
    color: #333;
    background-color: #fff;
    min-height: 100%;
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 20px
}

img {
    vertical-align: middle;
    max-width: 100%;
    display: inline-block
}

html.w-mod-touch * {
    background-attachment: scroll !important
}

.w-block {
    display: block
}

.w-inline-block {
    max-width: 100%;
    display: inline-block
}

.w-clearfix:after,
.w-clearfix:before {
    content: " ";
    grid-area: 1/1/2/2;
    display: table
}

.w-clearfix:after {
    clear: both
}

.w-hidden {
    display: none
}

.w-button {
    color: #fff;
    line-height: inherit;
    cursor: pointer;
    background-color: #3898ec;
    border: 0;
    border-radius: 0;
    padding: 9px 15px;
    text-decoration: none;
    display: inline-block
}

input.w-button {
    -webkit-appearance: button
}

html[data-w-dynpage] [data-w-cloak] {
    color: #0000 !important
}

.w-code-block {
    margin: unset
}

pre.w-code-block code {
    all: inherit
}

.w-optimization {
    display: contents
}

.w-webflow-badge,
.w-webflow-badge>img {
    box-sizing: unset;
    width: unset;
    height: unset;
    max-height: unset;
    max-width: unset;
    min-height: unset;
    min-width: unset;
    margin: unset;
    padding: unset;
    float: unset;
    clear: unset;
    border: unset;
    border-radius: unset;
    background: unset;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-origin: unset;
    background-clip: unset;
    background-attachment: unset;
    background-color: unset;
    box-shadow: unset;
    transform: unset;
    direction: unset;
    font-family: unset;
    font-weight: unset;
    color: unset;
    font-size: unset;
    line-height: unset;
    font-style: unset;
    font-variant: unset;
    text-align: unset;
    letter-spacing: unset;
    -webkit-text-decoration: unset;
    text-decoration: unset;
    text-indent: unset;
    text-transform: unset;
    list-style-type: unset;
    text-shadow: unset;
    vertical-align: unset;
    cursor: unset;
    white-space: unset;
    word-break: unset;
    word-spacing: unset;
    word-wrap: unset;
    transition: unset
}

.w-webflow-badge {
    white-space: nowrap;
    cursor: pointer;
    box-shadow: 0 0 0 1px #0000001a, 0 1px 3px #0000001a;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 2147483647 !important;
    color: #aaadb0 !important;
    overflow: unset !important;
    background-color: #fff !important;
    border-radius: 3px !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 6px !important;
    font-size: 12px !important;
    line-height: 14px !important;
    text-decoration: none !important;
    display: inline-block !important;
    position: fixed !important;
    inset: auto 12px 12px auto !important;
    transform: none !important
}

.w-webflow-badge>img {
    position: unset;
    visibility: unset !important;
    opacity: 1 !important;
    vertical-align: middle !important;
    display: inline-block !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 10px;
    font-weight: 700
}

h1 {
    margin-top: 20px;
    font-size: 38px;
    line-height: 44px
}

h2 {
    margin-top: 20px;
    font-size: 32px;
    line-height: 36px
}

h3 {
    margin-top: 20px;
    font-size: 24px;
    line-height: 30px
}

h4 {
    margin-top: 10px;
    font-size: 18px;
    line-height: 24px
}

h5 {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px
}

h6 {
    margin-top: 10px;
    font-size: 12px;
    line-height: 18px
}

p {
    margin-top: 0;
    margin-bottom: 10px
}

blockquote {
    border-left: 5px solid #e2e2e2;
    margin: 0 0 10px;
    padding: 10px 20px;
    font-size: 18px;
    line-height: 22px
}

figure {
    margin: 0 0 10px
}

figcaption {
    text-align: center;
    margin-top: 5px
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 40px
}

.w-list-unstyled {
    padding-left: 0;
    list-style: none
}

.w-embed:after,
.w-embed:before {
    content: " ";
    grid-area: 1/1/2/2;
    display: table
}

.w-embed:after {
    clear: both
}

.w-video {
    width: 100%;
    padding: 0;
    position: relative
}

.w-video embed,
.w-video iframe,
.w-video object {
    border: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

[type=button],
[type=reset],
button {
    cursor: pointer;
    -webkit-appearance: button;
    border: 0
}

.w-form {
    margin: 0 0 15px
}

.w-form-done {
    text-align: center;
    background-color: #ddd;
    padding: 20px;
    display: none
}

.w-form-fail {
    background-color: #ffdede;
    margin-top: 10px;
    padding: 10px;
    display: none
}

label {
    margin-bottom: 5px;
    font-weight: 700;
    display: block
}

.w-input,
.w-select {
    color: #333;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    width: 100%;
    height: 38px;
    margin-bottom: 10px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857;
    display: block
}

.w-input::placeholder,
.w-select::placeholder {
    color: #999
}

.w-input:focus,
.w-select:focus {
    border-color: #3898ec;
    outline: 0
}

.w-input[disabled],
.w-input[readonly],
.w-select[disabled],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
    cursor: not-allowed
}

.w-input[disabled]:not(.w-input-disabled),
.w-input[readonly],
.w-select[disabled]:not(.w-input-disabled),
.w-select[readonly],
fieldset[disabled]:not(.w-input-disabled) .w-input,
fieldset[disabled]:not(.w-input-disabled) .w-select {
    background-color: #eee
}

textarea.w-input,
textarea.w-select {
    height: auto
}

.w-select {
    background-color: #f3f3f3
}

.w-select[multiple] {
    height: auto
}

.w-form-label {
    cursor: pointer;
    margin-bottom: 0;
    font-weight: 400;
    display: inline-block
}

.w-radio {
    margin-bottom: 5px;
    padding-left: 20px;
    display: block
}

.w-radio:after,
.w-radio:before {
    content: " ";
    grid-area: 1/1/2/2;
    display: table
}

.w-radio:after {
    clear: both
}

.w-radio-input {
    float: left;
    margin: 3px 0 0 -20px;
    line-height: normal
}

.w-file-upload {
    margin-bottom: 10px;
    display: block
}

.w-file-upload-input {
    opacity: 0;
    z-index: -100;
    width: .1px;
    height: .1px;
    position: absolute;
    overflow: hidden
}

.w-file-upload-default,
.w-file-upload-success,
.w-file-upload-uploading {
    color: #333;
    display: inline-block
}

.w-file-upload-error {
    margin-top: 10px;
    display: block
}

.w-file-upload-default.w-hidden,
.w-file-upload-error.w-hidden,
.w-file-upload-success.w-hidden,
.w-file-upload-uploading.w-hidden {
    display: none
}

.w-file-upload-uploading-btn {
    cursor: pointer;
    background-color: #fafafa;
    border: 1px solid #ccc;
    margin: 0;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 400;
    display: flex
}

.w-file-upload-file {
    background-color: #fafafa;
    border: 1px solid #ccc;
    flex-grow: 1;
    justify-content: space-between;
    margin: 0;
    padding: 8px 9px 8px 11px;
    display: flex
}

.w-file-upload-file-name {
    font-size: 14px;
    font-weight: 400;
    display: block
}

.w-file-remove-link {
    cursor: pointer;
    width: auto;
    height: auto;
    margin-top: 3px;
    margin-left: 10px;
    padding: 3px;
    display: block
}

.w-icon-file-upload-remove {
    margin: auto;
    font-size: 10px
}

.w-file-upload-error-msg {
    color: #ea384c;
    padding: 2px 0;
    display: inline-block
}

.w-file-upload-info {
    padding: 0 12px;
    line-height: 38px;
    display: inline-block
}

.w-file-upload-label {
    cursor: pointer;
    background-color: #fafafa;
    border: 1px solid #ccc;
    margin: 0;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 400;
    display: inline-block
}

.w-icon-file-upload-icon,
.w-icon-file-upload-uploading {
    width: 20px;
    margin-right: 8px;
    display: inline-block
}

.w-icon-file-upload-uploading {
    height: 20px
}

.w-container {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto
}

.w-container:after,
.w-container:before {
    content: " ";
    grid-area: 1/1/2/2;
    display: table
}

.w-container:after {
    clear: both
}

.w-container .w-row {
    margin-left: -10px;
    margin-right: -10px
}

.w-row:after,
.w-row:before {
    content: " ";
    grid-area: 1/1/2/2;
    display: table
}

.w-row:after {
    clear: both
}

.w-row .w-row {
    margin-left: 0;
    margin-right: 0
}

.w-col {
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative
}

.w-col .w-col {
    padding-left: 0;
    padding-right: 0
}

.w-col-1 {
    width: 8.33333%
}

.w-col-2 {
    width: 16.6667%
}

.w-col-3 {
    width: 25%
}

.w-col-4 {
    width: 33.3333%
}

.w-col-5 {
    width: 41.6667%
}

.w-col-6 {
    width: 50%
}

.w-col-7 {
    width: 58.3333%
}

.w-col-8 {
    width: 66.6667%
}

.w-col-9 {
    width: 75%
}

.w-col-10 {
    width: 83.3333%
}

.w-col-11 {
    width: 91.6667%
}

.w-col-12 {
    width: 100%
}

.w-hidden-main {
    display: none !important
}

@media screen and (max-width:991px) {
    .w-container {
        max-width: 728px
    }

    .w-hidden-main {
        display: inherit !important
    }

    .w-hidden-medium {
        display: none !important
    }

    .w-col-medium-1 {
        width: 8.33333%
    }

    .w-col-medium-2 {
        width: 16.6667%
    }

    .w-col-medium-3 {
        width: 25%
    }

    .w-col-medium-4 {
        width: 33.3333%
    }

    .w-col-medium-5 {
        width: 41.6667%
    }

    .w-col-medium-6 {
        width: 50%
    }

    .w-col-medium-7 {
        width: 58.3333%
    }

    .w-col-medium-8 {
        width: 66.6667%
    }

    .w-col-medium-9 {
        width: 75%
    }

    .w-col-medium-10 {
        width: 83.3333%
    }

    .w-col-medium-11 {
        width: 91.6667%
    }

    .w-col-medium-12 {
        width: 100%
    }

    .w-col-stack {
        width: 100%;
        left: auto;
        right: auto
    }
}

@media screen and (max-width:767px) {

    .w-hidden-main,
    .w-hidden-medium {
        display: inherit !important
    }

    .w-hidden-small {
        display: none !important
    }

    .w-container .w-row,
    .w-row {
        margin-left: 0;
        margin-right: 0
    }

    .w-col {
        width: 100%;
        left: auto;
        right: auto
    }

    .w-col-small-1 {
        width: 8.33333%
    }

    .w-col-small-2 {
        width: 16.6667%
    }

    .w-col-small-3 {
        width: 25%
    }

    .w-col-small-4 {
        width: 33.3333%
    }

    .w-col-small-5 {
        width: 41.6667%
    }

    .w-col-small-6 {
        width: 50%
    }

    .w-col-small-7 {
        width: 58.3333%
    }

    .w-col-small-8 {
        width: 66.6667%
    }

    .w-col-small-9 {
        width: 75%
    }

    .w-col-small-10 {
        width: 83.3333%
    }

    .w-col-small-11 {
        width: 91.6667%
    }

    .w-col-small-12 {
        width: 100%
    }
}

@media screen and (max-width:479px) {
    .w-container {
        max-width: none
    }

    .w-hidden-main,
    .w-hidden-medium,
    .w-hidden-small {
        display: inherit !important
    }

    .w-hidden-tiny {
        display: none !important
    }

    .w-col {
        width: 100%
    }

    .w-col-tiny-1 {
        width: 8.33333%
    }

    .w-col-tiny-2 {
        width: 16.6667%
    }

    .w-col-tiny-3 {
        width: 25%
    }

    .w-col-tiny-4 {
        width: 33.3333%
    }

    .w-col-tiny-5 {
        width: 41.6667%
    }

    .w-col-tiny-6 {
        width: 50%
    }

    .w-col-tiny-7 {
        width: 58.3333%
    }

    .w-col-tiny-8 {
        width: 66.6667%
    }

    .w-col-tiny-9 {
        width: 75%
    }

    .w-col-tiny-10 {
        width: 83.3333%
    }

    .w-col-tiny-11 {
        width: 91.6667%
    }

    .w-col-tiny-12 {
        width: 100%
    }
}

.w-widget {
    position: relative
}

.w-widget-map {
    width: 100%;
    height: 400px
}

.w-widget-map label {
    width: auto;
    display: inline
}

.w-widget-map img {
    max-width: inherit
}

.w-widget-map .gm-style-iw {
    text-align: center
}

.w-widget-map .gm-style-iw>button {
    display: none !important
}

.w-widget-twitter {
    overflow: hidden
}

.w-widget-twitter-count-shim {
    vertical-align: top;
    text-align: center;
    background: #fff;
    border: 1px solid #758696;
    border-radius: 3px;
    width: 28px;
    height: 20px;
    display: inline-block;
    position: relative
}

.w-widget-twitter-count-shim * {
    pointer-events: none;
    -webkit-user-select: none;
    user-select: none
}

.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
    text-align: center;
    color: #999;
    font-family: serif;
    font-size: 15px;
    line-height: 12px;
    position: relative
}

.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
    display: block;
    position: relative
}

.w-widget-twitter-count-shim.w--large {
    width: 36px;
    height: 28px
}

.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
    font-size: 18px;
    line-height: 18px
}

.w-widget-twitter-count-shim:not(.w--vertical) {
    margin-left: 5px;
    margin-right: 8px
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large {
    margin-left: 6px
}

.w-widget-twitter-count-shim:not(.w--vertical):after,
.w-widget-twitter-count-shim:not(.w--vertical):before {
    content: " ";
    pointer-events: none;
    border: solid #0000;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: 0
}

.w-widget-twitter-count-shim:not(.w--vertical):before {
    border-width: 4px;
    border-color: #75869600 #5d6c7b #75869600 #75869600;
    margin-top: -4px;
    margin-left: -9px
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
    border-width: 5px;
    margin-top: -5px;
    margin-left: -10px
}

.w-widget-twitter-count-shim:not(.w--vertical):after {
    border-width: 4px;
    border-color: #fff0 #fff #fff0 #fff0;
    margin-top: -4px;
    margin-left: -8px
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
    border-width: 5px;
    margin-top: -5px;
    margin-left: -9px
}

.w-widget-twitter-count-shim.w--vertical {
    width: 61px;
    height: 33px;
    margin-bottom: 8px
}

.w-widget-twitter-count-shim.w--vertical:after,
.w-widget-twitter-count-shim.w--vertical:before {
    content: " ";
    pointer-events: none;
    border: solid #0000;
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    left: 50%
}

.w-widget-twitter-count-shim.w--vertical:before {
    border-width: 5px;
    border-color: #5d6c7b #75869600 #75869600;
    margin-left: -5px
}

.w-widget-twitter-count-shim.w--vertical:after {
    border-width: 4px;
    border-color: #fff #fff0 #fff0;
    margin-left: -4px
}

.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
    font-size: 18px;
    line-height: 22px
}

.w-widget-twitter-count-shim.w--vertical.w--large {
    width: 76px
}

.w-background-video {
    color: #fff;
    height: 500px;
    position: relative;
    overflow: hidden
}

.w-background-video>video {
    object-fit: cover;
    z-index: -100;
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    inset: -100%
}

.w-background-video>video::-webkit-media-controls-start-playback-button {
    -webkit-appearance: none;
    display: none !important
}

.w-background-video--control {
    background-color: #0000;
    padding: 0;
    position: absolute;
    bottom: 1em;
    right: 1em
}

.w-background-video--control>[hidden] {
    display: none !important
}

.w-slider {
    text-align: center;
    clear: both;
    -webkit-tap-highlight-color: #0000;
    tap-highlight-color: #0000;
    background: #ddd;
    height: 300px;
    position: relative
}

.w-slider-mask {
    z-index: 1;
    white-space: nowrap;
    height: 100%;
    display: block;
    position: relative;
    left: 0;
    right: 0;
    overflow: hidden
}

.w-slide {
    vertical-align: top;
    white-space: normal;
    text-align: left;
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative
}

.w-slider-nav {
    z-index: 2;
    text-align: center;
    -webkit-tap-highlight-color: #0000;
    tap-highlight-color: #0000;
    height: 40px;
    margin: auto;
    padding-top: 10px;
    position: absolute;
    inset: auto 0 0
}

.w-slider-nav.w-round>div {
    border-radius: 100%
}

.w-slider-nav.w-num>div {
    font-size: inherit;
    line-height: inherit;
    width: auto;
    height: auto;
    padding: .2em .5em
}

.w-slider-nav.w-shadow>div {
    box-shadow: 0 0 3px #3336
}

.w-slider-nav-invert {
    color: #fff
}

.w-slider-nav-invert>div {
    background-color: #2226
}

.w-slider-nav-invert>div.w-active {
    background-color: #222
}

.w-slider-dot {
    cursor: pointer;
    background-color: #fff6;
    width: 1em;
    height: 1em;
    margin: 0 3px .5em;
    transition: background-color .1s, color .1s;
    display: inline-block;
    position: relative
}

.w-slider-dot.w-active {
    background-color: #fff
}

.w-slider-dot:focus {
    outline: 0;
    box-shadow: 0 0 0 2px #fff
}

.w-slider-dot:focus.w-active {
    box-shadow: none
}

.w-slider-arrow-left,
.w-slider-arrow-right {
    cursor: pointer;
    color: #fff;
    -webkit-tap-highlight-color: #0000;
    tap-highlight-color: #0000;
    -webkit-user-select: none;
    user-select: none;
    width: 80px;
    margin: auto;
    font-size: 40px;
    position: absolute;
    inset: 0;
    overflow: hidden
}

.w-slider-arrow-left [class*=" w-icon-"],
.w-slider-arrow-left [class^=w-icon-],
.w-slider-arrow-right [class*=" w-icon-"],
.w-slider-arrow-right [class^=w-icon-] {
    position: absolute
}

.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus {
    outline: 0
}

.w-slider-arrow-left {
    z-index: 3;
    right: auto
}

.w-slider-arrow-right {
    z-index: 4;
    left: auto
}

.w-icon-slider-left,
.w-icon-slider-right {
    width: 1em;
    height: 1em;
    margin: auto;
    inset: 0
}

.w-slider-aria-label {
    clip: rect(0 0 0 0);
    border: 0;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    overflow: hidden
}

.w-slider-force-show {
    display: block !important
}

.w-dropdown {
    text-align: left;
    z-index: 900;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    position: relative
}

.w-dropdown-btn,
.w-dropdown-link,
.w-dropdown-toggle {
    vertical-align: top;
    color: #222;
    text-align: left;
    white-space: nowrap;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    text-decoration: none;
    position: relative
}

.w-dropdown-toggle {
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    padding-right: 40px;
    display: inline-block
}

.w-dropdown-toggle:focus {
    outline: 0
}

.w-icon-dropdown-toggle {
    width: 1em;
    height: 1em;
    margin: auto 20px auto auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0
}

.w-dropdown-list {
    background: #ddd;
    min-width: 100%;
    display: none;
    position: absolute
}

.w-dropdown-list.w--open {
    display: block
}

.w-dropdown-link {
    color: #222;
    padding: 10px 20px;
    display: block
}

.w-dropdown-link.w--current {
    color: #0082f3
}

.w-dropdown-link:focus {
    outline: 0
}

@media screen and (max-width:767px) {
    .w-nav-brand {
        padding-left: 10px
    }
}

.w-lightbox-backdrop {
    cursor: auto;
    letter-spacing: normal;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    visibility: visible;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    color: #fff;
    text-align: center;
    z-index: 2000;
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -webkit-tap-highlight-color: transparent;
    background: #000000e6;
    outline: 0;
    font-family: Helvetica Neue, Helvetica, Ubuntu, Segoe UI, Verdana, sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.2;
    list-style: disc;
    position: fixed;
    inset: 0;
    -webkit-transform: translate(0)
}

.w-lightbox-backdrop,
.w-lightbox-container {
    -webkit-overflow-scrolling: touch;
    height: 100%;
    overflow: auto
}

.w-lightbox-content {
    height: 100vh;
    position: relative;
    overflow: hidden
}

.w-lightbox-view {
    opacity: 0;
    width: 100vw;
    height: 100vh;
    position: absolute
}

.w-lightbox-view:before {
    content: "";
    height: 100vh
}

.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
    height: 86vh
}

.w-lightbox-frame,
.w-lightbox-view:before {
    vertical-align: middle;
    display: inline-block
}

.w-lightbox-figure {
    margin: 0;
    position: relative
}

.w-lightbox-group .w-lightbox-figure {
    cursor: pointer
}

.w-lightbox-img {
    width: auto;
    max-width: none;
    height: auto
}

.w-lightbox-image {
    float: none;
    max-width: 100vw;
    max-height: 100vh;
    display: block
}

.w-lightbox-group .w-lightbox-image {
    max-height: 86vh
}

.w-lightbox-caption {
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #0006;
    padding: .5em 1em;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden
}

.w-lightbox-embed {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0
}

.w-lightbox-control {
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
    width: 4em;
    transition: all .3s;
    position: absolute;
    top: 0
}

.w-lightbox-left {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
    display: none;
    bottom: 0;
    left: 0
}

.w-lightbox-right {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
    display: none;
    bottom: 0;
    right: 0
}

.w-lightbox-close {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
    background-size: 18px;
    height: 2.6em;
    right: 0
}

.w-lightbox-strip {
    white-space: nowrap;
    padding: 0 1vh;
    line-height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto hidden
}

.w-lightbox-item {
    box-sizing: content-box;
    cursor: pointer;
    width: 10vh;
    padding: 2vh 1vh;
    display: inline-block;
    -webkit-transform: translate3d(0, 0, 0)
}

.w-lightbox-active {
    opacity: .3
}

.w-lightbox-thumbnail {
    background: #222;
    height: 10vh;
    position: relative;
    overflow: hidden
}

.w-lightbox-thumbnail-image {
    position: absolute;
    top: 0;
    left: 0
}

.w-lightbox-thumbnail .w-lightbox-tall {
    width: 100%;
    top: 50%;
    transform: translate(0, -50%)
}

.w-lightbox-thumbnail .w-lightbox-wide {
    height: 100%;
    left: 50%;
    transform: translate(-50%)
}

.w-lightbox-spinner {
    box-sizing: border-box;
    border: 5px solid #0006;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    animation: .8s linear infinite spin;
    position: absolute;
    top: 50%;
    left: 50%
}

.w-lightbox-spinner:after {
    content: "";
    border: 3px solid #0000;
    border-bottom-color: #fff;
    border-radius: 50%;
    position: absolute;
    inset: -4px
}

.w-lightbox-hide {
    display: none
}

.w-lightbox-noscroll {
    overflow: hidden
}

@media (min-width:768px) {
    .w-lightbox-content {
        height: 96vh;
        margin-top: 2vh
    }

    .w-lightbox-view,
    .w-lightbox-view:before {
        height: 96vh
    }

    .w-lightbox-group,
    .w-lightbox-group .w-lightbox-view,
    .w-lightbox-group .w-lightbox-view:before {
        height: 84vh
    }

    .w-lightbox-image {
        max-width: 96vw;
        max-height: 96vh
    }

    .w-lightbox-group .w-lightbox-image {
        max-width: 82.3vw;
        max-height: 84vh
    }

    .w-lightbox-left,
    .w-lightbox-right {
        opacity: .5;
        display: block
    }

    .w-lightbox-close {
        opacity: .8
    }

    .w-lightbox-control:hover {
        opacity: 1
    }
}

.w-lightbox-inactive,
.w-lightbox-inactive:hover {
    opacity: 0
}

.w-richtext:after,
.w-richtext:before {
    content: " ";
    grid-area: 1/1/2/2;
    display: table
}

.w-richtext:after {
    clear: both
}

.w-richtext[contenteditable=true]:after,
.w-richtext[contenteditable=true]:before {
    white-space: initial
}

.w-richtext ol,
.w-richtext ul {
    overflow: hidden
}

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
.w-richtext .w-richtext-figure-selected[data-rt-type=image] div,
.w-richtext .w-richtext-figure-selected[data-rt-type=video] div:after {
    outline: 2px solid #2895f7
}

.w-richtext figure.w-richtext-figure-type-video>div:after,
.w-richtext figure[data-rt-type=video]>div:after {
    content: "";
    display: none;
    position: absolute;
    inset: 0
}

.w-richtext figure {
    max-width: 60%;
    position: relative
}

.w-richtext figure>div:before {
    cursor: default !important
}

.w-richtext figure img {
    width: 100%
}

.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
    opacity: .6
}

.w-richtext figure div {
    color: #0000;
    font-size: 0
}

.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type=image] {
    display: table
}

.w-richtext figure.w-richtext-figure-type-image>div,
.w-richtext figure[data-rt-type=image]>div {
    display: inline-block
}

.w-richtext figure.w-richtext-figure-type-image>figcaption,
.w-richtext figure[data-rt-type=image]>figcaption {
    caption-side: bottom;
    display: table-caption
}

.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type=video] {
    width: 60%;
    height: 0
}

.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type=video] iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.w-richtext figure.w-richtext-figure-type-video>div,
.w-richtext figure[data-rt-type=video]>div {
    width: 100%
}

.w-richtext figure.w-richtext-align-center {
    clear: both;
    margin-left: auto;
    margin-right: auto
}

.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image>div,
.w-richtext figure.w-richtext-align-center[data-rt-type=image]>div {
    max-width: 100%
}

.w-richtext figure.w-richtext-align-normal {
    clear: both
}

.w-richtext figure.w-richtext-align-fullwidth {
    text-align: center;
    clear: both;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block
}

.w-richtext figure.w-richtext-align-fullwidth>div {
    padding-bottom: inherit;
    display: inline-block
}

.w-richtext figure.w-richtext-align-fullwidth>figcaption {
    display: block
}

.w-richtext figure.w-richtext-align-floatleft {
    float: left;
    clear: none;
    margin-right: 15px
}

.w-richtext figure.w-richtext-align-floatright {
    float: right;
    clear: none;
    margin-left: 15px
}

.w-nav {
    z-index: 1000;
    background: #ddd;
    position: relative
}

.w-nav:after,
.w-nav:before {
    content: " ";
    grid-area: 1/1/2/2;
    display: table
}

.w-nav:after {
    clear: both
}

.w-nav-brand {
    float: left;
    color: #333;
    text-decoration: none;
    position: relative
}

.w-nav-link {
    vertical-align: top;
    color: #222;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    text-decoration: none;
    display: inline-block;
    position: relative
}

.w-nav-link.w--current {
    color: #0082f3
}

.w-nav-menu {
    float: right;
    position: relative
}

[data-nav-menu-open] {
    text-align: center;
    background: #c8c8c8;
    min-width: 200px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    overflow: visible;
    display: block !important
}

.w--nav-link-open {
    display: block;
    position: relative
}

.w-nav-overlay {
    width: 100%;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    overflow: hidden
}

.w-nav-overlay [data-nav-menu-open] {
    top: 0
}

.w-nav[data-animation=over-left] .w-nav-overlay {
    width: auto
}

.w-nav[data-animation=over-left] .w-nav-overlay,
.w-nav[data-animation=over-left] [data-nav-menu-open] {
    z-index: 1;
    top: 0;
    right: auto
}

.w-nav[data-animation=over-right] .w-nav-overlay {
    width: auto
}

.w-nav[data-animation=over-right] .w-nav-overlay,
.w-nav[data-animation=over-right] [data-nav-menu-open] {
    z-index: 1;
    top: 0;
    left: auto
}

.w-nav-button {
    float: right;
    cursor: pointer;
    -webkit-tap-highlight-color: #0000;
    tap-highlight-color: #0000;
    -webkit-user-select: none;
    user-select: none;
    padding: 18px;
    font-size: 24px;
    display: none;
    position: relative
}

.w-nav-button:focus {
    outline: 0
}

.w-nav-button.w--open {
    color: #fff;
    background-color: #c8c8c8
}

.w-nav[data-collapse=all] .w-nav-menu {
    display: none
}

.w--nav-dropdown-open,
.w--nav-dropdown-toggle-open,
.w-nav[data-collapse=all] .w-nav-button {
    display: block
}

.w--nav-dropdown-list-open {
    position: static
}

@media screen and (max-width:991px) {
    .w-nav[data-collapse=medium] .w-nav-menu {
        display: none
    }

    .w-nav[data-collapse=medium] .w-nav-button {
        display: block
    }
}

@media screen and (max-width:767px) {
    .w-nav[data-collapse=small] .w-nav-menu {
        display: none
    }

    .w-nav[data-collapse=small] .w-nav-button {
        display: block
    }

    .w-nav-brand {
        padding-left: 10px
    }
}

@media screen and (max-width:479px) {
    .w-nav[data-collapse=tiny] .w-nav-menu {
        display: none
    }

    .w-nav[data-collapse=tiny] .w-nav-button {
        display: block
    }
}

.w-tabs {
    position: relative
}

.w-tabs:after,
.w-tabs:before {
    content: " ";
    grid-area: 1/1/2/2;
    display: table
}

.w-tabs:after {
    clear: both
}

.w-tab-menu {
    position: relative
}

.w-tab-link {
    vertical-align: top;
    text-align: left;
    cursor: pointer;
    color: #222;
    background-color: #ddd;
    padding: 9px 30px;
    text-decoration: none;
    display: inline-block;
    position: relative
}

.w-tab-link.w--current {
    background-color: #c8c8c8
}

.w-tab-link:focus {
    outline: 0
}

.w-tab-content {
    display: block;
    position: relative;
    overflow: hidden
}

.w-tab-pane {
    display: none;
    position: relative
}

.w--tab-active {
    display: block
}

@media screen and (max-width:479px) {
    .w-tab-link {
        display: block
    }
}

.w-ix-emptyfix:after {
    content: ""
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.w-dyn-empty {
    background-color: #ddd;
    padding: 10px
}

.w-condition-invisible,
.w-dyn-bind-empty,
.w-dyn-hide {
    display: none !important
}

.wf-layout-layout {
    display: grid
}

@font-face {
    font-family: Suisseintl;
    src: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/6746c1ac83783853599f2c90_SuisseIntl-Light.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Suisseintl;
    src: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/6746c1fa8afc75af46c68f90_SuisseIntl-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Suisseintl;
    src: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/6746c21627c76ab54c4109b8_SuisseIntl-SemiBold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Suisseintl;
    src: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/6746c2d31a0dbafc810db9be_SuisseIntl-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Fa Brands 400";
    src: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/676a9625ec7908e84e2a568e_fa-brands-400.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Fa 400";
    src: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/676a963b0273a006dfba686d_fa-regular-400.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Fa Solid 900";
    src: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/676a96566fac68611a6b3a11_fa-solid-900.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

:root {
    --font-size--tablet-h1: 40px;
    --line-height--tablet-h1: 48px;
    --font-size--desktop-h1: 48px;
    --line-height--desktop-h1: 56px;
    --font-size--mobile-l-h1: 35px;
    --line-height--mobile-l-h1: 43px;
    --font-size--mobile-p-h1: 30px;
    --line-height--mobile-p-h1: 38px;
    --font-size--tablet-h2: 30px;
    --line-height--tablet-h2: 38px;
    --font-size--desktop-h2: 36px;
    --line-height--desktop-h2: 44px;
    --font-size--mobile-l-h2: 25px;
    --line-height--mobile-l-h2: 33px;
    --font-size--mobile-p-h2: 22px;
    --line-height--mobile-p-h2: 29px;
    --font-size--tablet-h3: 25px;
    --line-height--tablet-h3: 35px;
    --font-size--desktop-h3: 25px;
    --line-height--desktop-h3: 35px;
    --font-size--mobile-l-h3: 22px;
    --line-height--mobile-l-h3: 32px;
    --font-size--mobile-p-h3: 20px;
    --line-height--mobile-p-h3: 26px;
    --color--otto-blue: black;
    --systemflow-lite--primary--10: #f2f6ff;
    --systemflow-lite--neutral--10: white;
    --systemflow-lite--neutral--100: #0e0f11;
    --color--otto-blog-text-dark-blue: #1f3499;
    --systemflow-lite--neutral--20: #f9fafb;
    --color--button-bg: #253edb;
    --color--button-text: white;
    --_new-home---black-color: black;
    --color--breadcrumb-inactive: #636b75;
    --color--breadcrumb-active: #253edb;
    --_new-home---heading-color: #111827;
    --color--text: #0e0f11;
    --systemflow-lite--neutral--80: #636b75;
    --_new-home---body: white;
    --_new-home---font-size--d-h1: 54px;
    --_new-home---line-height--d-h1: 60px;
    --_new-home---font-size--t-h1: 40px;
    --_new-home---line-height--t-h1: 46px;
    --_new-home---font-size--ml-h1: 30px;
    --_new-home---line-height--ml-h1: 36px;
    --_new-home---font-size--mp-h1: 27px;
    --_new-home---primary--grey--600: #4b5563;
    --_new-home---primary-button-bg: #233ed9;
    --_new-home---primary-button-text: white;
    --_new-home---primary-button-hover-bg: #2239b1;
    --_new-home---primary--blue--700: #233ed9;
    --_new-home---font-size--d-h2: 40px;
    --_new-home---line-height--d-h2: 48px;
    --_new-home---font-size--t-h2: 30px;
    --_new-home---line-height--t-h2: 38px;
    --_new-home---font-size--m-h2: 25px;
    --_new-home---line-height--m-h2: 33px;
    --_new-home---primary--grey--700: #374151;
    --_new-home---text: #1f2937;
    --_new-home---font-size--d-h3: 30px;
    --_new-home---line-height--d-h3: 38px;
    --_new-home---font-size--m-h3: 25px;
    --_new-home---line-height--m-h3: 33px;
    --color--otto-blog-test-color-dark: #253edb;
    --font-size--button-desktop: 16px;
    --font-size--button-tablet: 16px;
    --font-size--button-mobile: 16px;
    --systemflow-lite--primary--60: #2f54eb;
    --_new-home---line-height--mp-h1: 37px
}

.w-layout-blockcontainer {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    display: block
}

.w-layout-grid {
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid
}

.w-pagination-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    display: flex
}

.w-pagination-previous {
    color: #333;
    background-color: #fafafa;
    border: 1px solid #ccc;
    border-radius: 2px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 9px 20px;
    font-size: 14px;
    display: block
}

.w-pagination-previous-icon {
    margin-right: 4px
}

.w-pagination-next {
    color: #333;
    background-color: #fafafa;
    border: 1px solid #ccc;
    border-radius: 2px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 9px 20px;
    font-size: 14px;
    display: block
}

.w-pagination-next-icon {
    margin-left: 4px
}

@media screen and (max-width:991px) {
    .w-layout-blockcontainer {
        max-width: 728px
    }
}

@media screen and (max-width:767px) {
    .w-layout-blockcontainer {
        max-width: none
    }
}

body {
    color: #333;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px
}

h1 {
    font-size: var(--font-size--tablet-h1);
    line-height: var(--line-height--tablet-h1);
    margin-top: 0;
    margin-bottom: 15px
}

h2 {
    font-size: var(--font-size--tablet-h2);
    line-height: var(--line-height--tablet-h2);
    margin-top: 24px;
    margin-bottom: 15px;
    font-weight: 700
}

h3 {
    font-size: var(--font-size--tablet-h3);
    line-height: var(--line-height--tablet-h3);
    margin-top: 24px;
    margin-bottom: 15px
}

p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px
}

a {
    color: var(--color--otto-blue);
    text-decoration: underline
}

ul {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px
}

li {
    font-size: 16px;
    line-height: 24px
}

.container {
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto
}

.button-primary {
    pointer-events: auto;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: #253edb;
    border: 1px solid #253edb;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    transition: all .2s
}

.button-primary:hover {
    color: #fff;
    background-color: #233fd9cc
}

.button-primary:active {
    background-color: #233fd9cc
}

.hero-heading-left {
    background-color: #f5f7fa;
    background-image: linear-gradient(#bdc6f4 6%, #fff);
    border-bottom: 0 solid #e4ebf3;
    height: auto;
    margin-top: 0;
    padding: 40px 30px 60px;
    position: relative
}

.hero-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    min-height: 200px;
    font-weight: 400;
    display: flex
}

.hero-save-money-split-text {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 101%;
    font-size: 14px;
    display: flex
}

.margin-bottom-24px {
    color: #fff;
    text-align: left;
    max-width: 70%;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px
}

.testimonial-column-light {
    background-image: linear-gradient(0deg, #bdc6f4, #fff);
    border-bottom: 0 solid #e4ebf3;
    padding: 60px 30px;
    position: relative
}

.centered-heading {
    text-align: left;
    min-width: 50%;
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 48px;
    font-weight: 300;
    line-height: 54px
}

.testimonial-grid-two {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 50px;
    display: grid
}

.testimonial-main-heading {
    color: #253edb;
    margin-bottom: 2px;
    font-size: 28px;
    font-weight: 300;
    line-height: 40px
}

.hero-wrapper-two {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    display: flex
}

.footer-social-link {
    font-size: 20px
}

.sysf-collapse-item-2 {
    cursor: pointer;
    padding-left: 16px;
    padding-right: 16px
}

.body {
    color: #253edb;
    font-family: Suisseintl, Arial, sans-serif
}

.div-block {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    align-items: center;
    max-width: 86%;
    display: flex;
    position: relative
}

.heading {
    text-align: left;
    mix-blend-mode: normal;
    color: #253edb;
    flex-flow: row;
    justify-content: flex-start;
    font-size: 4em;
    font-weight: 300;
    line-height: 55px;
    display: block
}

.div-block-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    align-items: stretch;
    height: auto;
    display: flex
}

.button-demo {
    color: #253edb;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #fff;
    border: 0 solid #253edb;
    border-radius: 10px;
    padding: 10px 20px;
    font-family: Suisseintl, Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    text-decoration: none;
    transition: all .2s
}

.button-demo:hover {
    color: #253edb;
    background-color: #d6dcf8fa
}

.button-demo:active {
    color: #253edb;
    background-color: #d6dcf8
}

.text-block {
    color: #5d6fe0;
    font-size: 20px;
    font-weight: 300;
    line-height: 28px
}

.div-block-3 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
    display: flex
}

.bold-text {
    color: #253edb;
    font-size: 30px;
    font-weight: 400;
    line-height: 36px
}

.text-block-2,
.text-block-3,
.text-block-4,
.text-block-5 {
    font-family: Suisseintl, Arial, sans-serif;
    font-size: 1.25em
}

.list-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
    display: flex
}

.list-item-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.list-item-3,
.list-item-4,
.list-item-5 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: center;
    display: flex
}

.list {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    align-items: flex-start;
    display: flex
}

.div-block-4 {
    background-color: #bdc6f4;
    border-radius: 10px;
    margin-top: 40px;
    padding-top: 50px;
    padding-left: 81px;
    display: flex
}

.hero-stack-deal-tracker {
    background-color: #253edb;
    border-bottom: 1px #e4ebf3;
    padding: 60px 30px;
    position: relative
}

.heading-2 {
    color: #fff;
    text-align: left;
    max-width: 70%;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400
}

.text-block-6 {
    text-align: left;
    letter-spacing: 2px;
    text-transform: uppercase;
    width: auto;
    min-width: 50%;
    max-width: none;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px
}

.div-block-5 {
    flex-flow: column;
    align-items: flex-start;
    max-width: 968px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: flex
}

.testimonial-slider-large-2 {
    background-color: #fff;
    border-bottom: 0 #e4ebf3;
    padding: 60px 30px 40px;
    position: relative
}

.container-2 {
    width: 100%;
    max-width: 968px;
    margin-left: auto;
    margin-right: auto
}

.testimonial-slider-two-2 {
    background-color: #0000;
    height: auto
}

.testimonial-slide-2 {
    background-color: #f5f7fa;
    border-radius: 10px;
    justify-content: space-between;
    align-items: center;
    padding: 32px;
    display: flex
}

.testimonial-content-2 {
    flex-direction: column;
    align-items: flex-start;
    max-width: 500px;
    margin-right: 40px;
    display: flex
}

.testimonial-quote-icon-2 {
    margin-bottom: 24px
}

.testimonial-quote-2 {
    color: #233ddd;
    margin-bottom: 32px;
    font-size: 24px;
    font-weight: 300;
    line-height: 32px
}

.testimonial-info-two-2 {
    align-items: center;
    display: flex
}

.testimonial-author-name-2 {
    font-weight: 700
}

.testimonial-slider-arrow-2 {
    display: none
}

.testimonial-slider-nav-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 0;
    font-size: 10px;
    line-height: 20px;
    display: flex;
    position: static;
    bottom: -60px
}

.herio-description {
    color: #253edb;
    max-width: 50%;
    margin-bottom: 24px;
    font-size: 22px;
    font-weight: 300;
    line-height: 32px
}

.testimonial-card-two1,
.testimonial-card-two2,
.testimonial-card-two3 {
    background-color: #fff9;
    border: 0 solid #e4ebf3;
    border-radius: 8px;
    flex-direction: column;
    padding: 30px 20px;
    display: flex
}

.accordion-item {
    background-color: #0000;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    margin-bottom: 10px;
    padding: 10px 0
}

.accordion-item-trigger {
    justify-content: space-between;
    align-items: flex-start;
    display: flex
}

.accordion-heading {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    color: #fff;
    cursor: pointer;
    flex: 1;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    display: flex
}

.icon.accordion-icon {
    color: #fff;
    cursor: pointer;
    font-family: Material Icons, sans-serif;
    font-size: 32px;
    line-height: 30px
}

.accordion-item-content {
    color: #fff;
    height: auto;
    margin-top: 10px;
    margin-right: 30px;
    overflow: hidden
}

.bold-text-4 {
    font-size: 20px;
    font-weight: 400
}

.bold-text-6 {
    font-weight: 400
}

.accordion-text {
    color: var(--systemflow-lite--primary--10);
    text-indent: 0;
    font-family: Suisseintl, Arial, sans-serif;
    font-size: 14px;
    line-height: 22px
}

.hero-split-copy {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 40%;
    display: flex
}

.utility-page-wrap {
    justify-content: center;
    align-items: center;
    width: 100vw;
    max-width: 100%;
    height: 100vh;
    max-height: 100%;
    display: flex
}

.utility-page-content {
    text-align: center;
    flex-direction: column;
    width: 260px;
    display: flex
}

.utility-page-form {
    flex-direction: column;
    align-items: stretch;
    display: flex
}

.text-span-4 {
    font-weight: 600
}

.text-span-5 {
    -webkit-text-fill-color: transparent;
    background-color: #253edb;
    -webkit-background-clip: text;
    background-clip: text;
    font-weight: 600
}

.image-8 {
    border-radius: 10px
}

.button-coming-soon {
    color: #253edb;
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: #fff;
    border: 0 solid #253edb;
    border-radius: 30px;
    padding: 10px 20px;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    transition: all .2s
}

.button-coming-soon:hover {
    color: #253edb
}

.button-coming-soon:active {
    color: #253edb;
    background-color: #d6dcf8
}

.hero-save-money-split {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 14px
}

.hero-split-image {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 60%;
    font-size: 14px;
    display: flex
}

.hero-section1 {
    background-color: #f5f7fa;
    background-image: linear-gradient(#bdc6f4 6%, #fff);
    border-bottom: 0 solid #e4ebf3;
    margin-top: 0;
    padding: 40px 30px 60px;
    position: relative
}

.footer-subscribe-2 {
    background-image: linear-gradient(#bdc6f4, #fff);
    border: 1px #000;
    padding: 40px 30px;
    display: block;
    position: relative
}

.container-5 {
    width: 100%;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto
}

.footer-form-two-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    background-color: #0000;
    border-radius: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    padding: 20px 64px;
    display: flex
}

.footer-form-container-two-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex
}

.button-demo-large {
    color: var(--systemflow-lite--neutral--10);
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: #253edb;
    border: 0 solid #253edb;
    border-radius: 10px;
    padding: 12px 30px;
    font-family: Suisseintl, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    transition: all .2s
}

.button-demo-large:active,
.button-demo-large:hover {
    color: #fff;
    background-color: #253edbcc
}

.centered-heading-copy {
    text-align: center;
    min-width: 50%;
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 48px;
    font-weight: 300;
    line-height: 54px
}

.typeform-wrapper-fo7n0qjk {
    width: 100%;
    height: 100vh
}

.ot-single-blog-image {
    border-radius: 12px;
    margin-bottom: 40px
}

.blog-collection-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: start;
    place-items: start stretch;
    margin-top: 0;
    margin-bottom: 40px;
    display: grid
}

.empty-state {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex
}

.ot-blog-date-flex {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: center;
    display: flex
}

.empty-state-2 {
    display: none
}

.ot-blog-category-collection-list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    display: flex
}

.author-container {
    border: 1px solid var(--color--otto-blue);
    background-color: #fff;
    border-radius: 12px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 940px;
    margin: 40px auto 20px;
    padding: 40px 20px;
    display: flex
}

.auhtor-photo {
    aspect-ratio: 1;
    border-radius: 50%;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 5em;
    position: relative;
    overflow: hidden
}

.auhtor-details {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex
}

.heading-10 {
    color: var(--systemflow-lite--neutral--100);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 3em;
    font-weight: 700;
    line-height: 1.1em
}

.paragraph-2 {
    color: #0009;
    text-align: center;
    text-transform: none;
    max-width: 300px;
    margin-bottom: 0;
    font-size: 1.1em;
    font-weight: 400;
    line-height: 1.3em
}

.blog-author-details {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex
}

.ot-blog-author-image {
    border-radius: 8px;
    width: 25px;
    height: 25px;
    overflow: hidden
}

.ot-blog-author-name {
    color: #050505;
    font-size: 1.2em
}

.ot-blog-author {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.empty-state-3 {
    display: none
}

.collection-item-3 {
    color: #121212;
    text-align: left;
    overflow-wrap: normal;
    font-size: 1rem;
    font-weight: 400;
    line-height: 30px
}

.collection-list-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: auto
}

.ot-blog-category-link {
    color: #0009;
    font-size: .9rem;
    text-decoration: none
}

.ot-blog-category-link:hover {
    color: #000
}

.ot-blog-category-link.w--current {
    color: #000;
    letter-spacing: 1px;
    font-size: .9rem
}

.template-hero-section {
    background-color: #f5f7fa;
    background-image: linear-gradient(#bdc6f4 6%, #fff);
    border-bottom: 0 solid #e4ebf3;
    margin-top: 0;
    padding: 40px 30px 60px;
    position: relative
}

.template-container {
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto
}

.temp-hero-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-height: 200px;
    font-weight: 400;
    display: flex
}

.hero-text-block {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 75rem;
    margin-bottom: 4.5rem;
    margin-left: auto;
    margin-right: auto;
    display: flex
}

.temp-hero-image-block {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 65rem;
    font-size: 14px;
    display: flex;
    position: relative
}

.temp-hero-button-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    align-items: stretch;
    height: auto;
    display: flex
}

.temp-hero-description {
    color: #253edb;
    text-align: center;
    max-width: 80%;
    font-size: 22px;
    line-height: 32px
}

.temp-hero-description.hero-text-link {
    color: var(--color--otto-blog-text-dark-blue)
}

.temp-hero-heading-block {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 86%;
    display: flex;
    position: relative
}

.temp-hero-heading {
    text-align: center;
    mix-blend-mode: normal;
    color: #253edb;
    flex-flow: row;
    justify-content: flex-start;
    font-size: 60px;
    font-weight: 300;
    line-height: 64px;
    display: block
}

.temp-hero-button {
    pointer-events: auto;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: #253edb;
    border: 1px solid #253edb;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    transition: all .2s
}

.temp-hero-button:hover {
    color: #fff;
    background-color: #233fd9cc
}

.temp-hero-button:active {
    background-color: #233fd9cc
}

.div-block-32 {
    background-image: linear-gradient(0deg, #fff, #fffffff2 97%, #fff);
    width: 80%;
    height: 63px;
    position: absolute;
    inset: auto auto -40px
}

.side-section-description {
    color: var(--color--otto-blue);
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px
}

.template-3-grid-section {
    background-image: linear-gradient(0deg, #bdc6f4, #fff);
    border-bottom: 0 solid #e4ebf3;
    max-width: none;
    padding: 60px 30px;
    position: relative
}

.template-3-grid-section.feature-section {
    background-image: none
}

.template-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-items: stretch;
    margin-top: 40px;
    display: grid
}

.temlate-faq {
    background-color: #253edb;
    border-bottom: 1px #e4ebf3;
    padding: 60px 30px;
    position: relative
}

.template-faq-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: flex-start;
    place-items: center stretch;
    display: grid
}

.faq-list-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid
}

.template-faq-container {
    width: 100%;
    max-width: 968px;
    margin-left: auto;
    margin-right: auto
}

.global-footer {
    background-color: var(--color--otto-blue);
    color: var(--systemflow-lite--neutral--10);
    padding: 50px 30px 15px;
    position: static
}

.footer-content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: auto auto 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: flex
}

.footer-block {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex
}

.title-small {
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 700
}

.footer-link {
    color: var(--systemflow-lite--neutral--10);
    font-size: 14px;
    line-height: 24px;
    text-decoration: none
}

.footer-social-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.footer-divider {
    background-color: #e4ebf3;
    width: 100%;
    height: 1px;
    margin-top: 70px;
    margin-bottom: 15px
}

.footer-copyright-center {
    text-align: center;
    font-size: 14px;
    line-height: 16px
}

.navbar-no-shadow {
    z-index: 999;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background-color: #bdc6f4;
    position: sticky;
    top: 0
}

.navbar-no-shadow-container {
    z-index: 5;
    background-color: #0000;
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 24px
}

.container-regular {
    width: 100%;
    max-width: 1440px;
    min-height: 30px;
    margin-left: auto;
    margin-right: auto
}

.navbar-wrapper-3 {
    justify-content: space-between;
    align-items: center;
    display: flex
}

.nav-menu {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex
}

.nav-link-3 {
    color: var(--color--otto-blue);
    letter-spacing: .25px;
    margin-left: 0;
    margin-right: 0;
    padding: 5px 15px 5px 10px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-decoration: none
}

.nav-link-3:hover {
    color: var(--color--otto-blue)
}

.nav-link-3:focus-visible,
.nav-link-3[data-wf-focus-visible] {
    outline-offset: 0px;
    color: #0050bd;
    border-radius: 4px;
    outline: 2px solid #0050bd
}

.nav-dropdown-3 {
    margin-left: 5px;
    margin-right: 5px
}

.nav-dropdown-toggle-3 {
    letter-spacing: .25px;
    padding: 5px 30px 5px 10px;
    font-size: 14px;
    line-height: 20px
}

.nav-dropdown-toggle-3:hover {
    color: #1a1b1fbf
}

.nav-dropdown-toggle-3:focus-visible,
.nav-dropdown-toggle-3[data-wf-focus-visible] {
    outline-offset: 0px;
    color: #0050bd;
    border-radius: 5px;
    outline: 2px solid #0050bd
}

.nav-dropdown-icon-3 {
    margin-right: 10px
}

.nav-dropdown-list-3 {
    background-color: #fff;
    border-radius: 12px
}

.nav-dropdown-list-3.w--open {
    padding-top: 10px;
    padding-bottom: 10px
}

.nav-dropdown-link-3 {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px
}

.nav-dropdown-link-3:focus-visible,
.nav-dropdown-link-3[data-wf-focus-visible] {
    outline-offset: 0px;
    color: #0050bd;
    border-radius: 5px;
    outline: 2px solid #0050bd
}

.mobile-margin-top-12 {
    display: none
}

.nav-button-wrapper {
    margin-left: 20px
}

.list-item-6 {
    display: none
}

.blue-btn-wrapper {
    margin-left: 20px
}

.blue-btn {
    background-color: var(--color--otto-blue);
    color: var(--systemflow-lite--neutral--20);
    letter-spacing: 1px;
    text-transform: none;
    border: 0 solid #253edb;
    border-radius: 10px;
    padding: 10px 20px;
    font-family: Suisseintl, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
    transition: all .2s
}

.blue-btn:hover {
    color: #253edb;
    background-color: #d6dcf8fa
}

.blue-btn:active {
    color: #253edb;
    background-color: #d6dcf8
}

.product-ctas-section {
    background-color: #f3f2ef;
    border-bottom: 1px solid #e4ebf3;
    padding: 40px 30px 60px;
    position: relative
}

.container-7 {
    width: 100%;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto
}

.glossery-cta-title {
    text-align: center;
    max-width: 550px;
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto
}

.glossery-cta-description {
    text-align: center;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    display: none
}

.pricing-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 50px;
    display: grid
}

.pricing-card-three {
    background-color: var(--systemflow-lite--neutral--10);
    text-align: center;
    border-radius: 12px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 40px 20px;
    display: flex
}

.pricing-image {
    object-fit: cover;
    width: 80px;
    height: 80px;
    margin-bottom: 16px
}

.pricing-card-text {
    margin-bottom: 20px
}

.text-link-arrow-2 {
    color: #1a1b1f;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    display: flex
}

.arrow-embed-2 {
    margin-left: 2px;
    display: flex
}

.all-product-cta-section {
    background-color: #f3f2ef;
    border-bottom: 1px solid #e4ebf3;
    padding: 0 30px 60px;
    position: relative
}

.all-product-cta-wrapper {
    justify-content: center;
    align-items: center;
    display: flex
}

.all-product-cta-btn {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    align-items: stretch;
    height: auto;
    display: flex
}

.o-button {
    border: 1px solid var(--color--button-bg);
    background-color: var(--color--button-bg);
    color: var(--color--button-text);
    letter-spacing: 2px;
    text-transform: uppercase;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    transition: all .2s
}

.o-button:hover {
    color: #fff;
    background-color: #233fd9cc
}

.o-button:active {
    background-color: #233fd9cc
}

.share-glossery-wrapper {
    border-top: 1px solid #e5e7eb;
    max-width: 940px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 24px;
    padding-bottom: 24px
}

.shar-icon-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    color: var(--systemflow-lite--neutral--100);
    justify-content: space-between;
    align-items: center;
    display: flex
}

.share-icon-ul {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-top: 0;
    margin-bottom: 0;
    display: flex
}

.hero-content-block {
    text-align: center
}

.o-section {
    width: 100%
}

.o-section.bg-gray {
    background-color: #f3f2ef;
    padding-top: 80px;
    padding-bottom: 80px
}

.o-section.bg-transparent {
    padding-top: 60px;
    padding-bottom: 60px
}

.o-section.logo-slider {
    padding-top: 40px;
    padding-bottom: 40px
}

.o-section.o-video-popup-section {
    padding: 70px
}

.o-heading-h2 {
    color: var(--color--otto-blue);
    font-size: var(--font-size--tablet-h2);
    line-height: var(--line-height--tablet-h2);
    margin-top: 0;
    margin-bottom: 0
}

.o-heading-h2.mb-24 {
    margin-bottom: 24px
}

.o-heading-h2.white {
    color: var(--systemflow-lite--neutral--10)
}

.o-heading-h2.md-text-center.o-text-center {
    text-align: center
}

.glossary-content {
    color: var(--_new-home---black-color)
}

.o-heading-wrapper {
    text-align: center;
    margin-bottom: 40px
}

.explore-img {
    border-radius: 10px;
    width: 100%;
    height: auto
}

.explore-heading {
    color: var(--color--otto-blue);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 34px
}

.right-arrow {
    display: flex
}

.ot-resource-button-wrapper {
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    display: flex
}

.template-heading {
    color: var(--color--otto-blue);
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 22px;
    line-height: 32px
}

.page-bredcrumb {
    margin-top: 36px
}

.bredcrumb-menu {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 14px;
    line-height: 20px;
    list-style-type: none
}

.breadcrumb-item {
    font-size: 14px;
    line-height: 20px;
    display: inline-block
}

.breadcrumb-items-link {
    color: var(--color--breadcrumb-inactive);
    text-decoration: none;
    display: inline-block
}

.separator {
    color: var(--color--breadcrumb-inactive);
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block
}

.active-page {
    color: var(--color--breadcrumb-active);
    display: inline-block
}

.page-breadcrumb-container {
    max-width: 100%;
    padding-left: 22px;
    padding-right: 22px
}

.footer-img {
    height: 16px;
    margin-top: -4px
}

.how-to-point-heading {
    color: var(--_new-home---heading-color);
    margin-top: 15px;
    margin-bottom: 6px;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px
}

.feature-img {
    width: 60px
}

.feature-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border: 1px solid var(--color--otto-blue);
    color: var(--systemflow-lite--neutral--100);
    border-radius: 8px;
    flex-direction: column;
    padding: 24px;
    display: flex
}

.bottom-footer {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex
}

.footer-text {
    color: var(--systemflow-lite--neutral--10);
    max-width: 300px;
    margin-top: 12px;
    font-size: 14px;
    line-height: 24px;
    text-decoration: none
}

.footer-social-icon {
    color: var(--systemflow-lite--neutral--10);
    font-family: "Fa Brands 400", Arial, sans-serif;
    font-size: 20px
}

.success-message {
    border: 1px solid var(--color--otto-blue);
    background-color: #0000;
    border-radius: 10px;
    padding: 12px
}

.d-none {
    display: none
}

.alt-review-star {
    margin-bottom: 10px
}

.terms-container {
    max-width: 1440px;
    padding: 15px 30px
}

.launchlist-form {
    grid-column-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.header-form-input {
    border: 1px solid #a7a7a7;
    border-radius: 10px;
    height: 40px;
    margin-bottom: 0;
    padding: 12px 20px;
    font-size: 12px
}

.header-form-submit {
    background-color: #253edb;
    border: 1px solid #253edb;
    border-radius: 10px;
    height: 40px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 12px;
    line-height: 16px
}

.header-form-block {
    margin-bottom: 0
}

.category-section {
    padding-top: 50px
}

.category-main-heading {
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px
}

.category-h3 {
    color: var(--color--otto-blue);
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px
}

.category-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr
}

.category-grid-block {
    background-image: linear-gradient(315deg, #bdc6f41a, #fff 81%);
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    padding: 25px
}

.category-h4 {
    color: var(--color--text);
    margin-top: 0;
    font-size: 18px;
    font-weight: 500
}

.category-p {
    color: var(--systemflow-lite--neutral--80);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.category-icon {
    aspect-ratio: 1;
    background-color: #bdc6f447;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 60px;
    margin-bottom: 20px;
    display: flex
}

.category-block {
    margin-bottom: 50px
}

.testimonial-section {
    padding-top: 50px;
    padding-bottom: 50px
}

.testimonial-container {
    max-width: 1100px
}

.review-wrap {
    justify-content: center;
    align-items: center;
    display: flex
}

.review-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: none;
    justify-content: flex-start;
    width: 100%;
    display: flex
}

.review-1st {
    background-color: #be8181;
    flex: none;
    width: 33%;
    padding: 20px
}

.review-1st._2 {
    background-color: #4a6ba1
}

.review-1st._3 {
    background-color: #75a75a
}

.template-input {
    color: var(--color--text);
    background-color: #0000;
    border: 1px solid #878787;
    border-radius: 10px;
    height: 43px;
    padding: 10px;
    line-height: 21px
}

.thanku-heading {
    font-size: 20px;
    line-height: 30px;
    display: inline
}

.text-block-15 {
    margin-top: 10px
}

.ticker {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
    position: relative;
    overflow: hidden
}

.ticker.is-reversed {
    justify-content: flex-end;
    align-items: center
}

.ticker-content {
    flex-flow: row;
    flex: none;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ticker-logo {
    width: auto;
    height: 30px;
    margin-left: 35px;
    margin-right: 35px
}

.padding-t-50 {
    text-align: center;
    padding-top: 50px
}

.o-heading-animation {
    text-align: center;
    max-width: 862px
}

.o-heading-animation-span {
    color: #9ca3af;
    margin-top: 0;
    padding-right: 14px;
    font-size: 52px;
    font-weight: 600;
    line-height: 60px;
    display: inline-block
}

.o-video-popup-image {
    border-radius: 40px
}

.o-video-popup-link {
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative
}

.o-popup-wrapper {
    text-align: center;
    justify-content: center;
    align-items: center
}

.o-popup-content-block {
    z-index: 0;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute
}

.ot-popup-title {
    color: #fff;
    font-size: 36px;
    line-height: 44px
}

.o-4-col-logo-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr
}

.o-company-logo-block {
    background-color: #fff;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    display: flex;
    position: relative;
    box-shadow: 5px 5px 10px #0000001a
}

.o-minimize-icon {
    position: absolute;
    inset: -10% auto auto -10%
}

.o-review-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    height: 100%;
    display: flex;
    overflow: hidden
}

.o-review-content-block {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
    justify-content: center;
    align-items: center
}

.o-review-image {
    max-height: 220px
}

.o-review-block {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    cursor: pointer;
    background-color: #f8fbff;
    border-radius: 16px;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
    justify-content: flex-start;
    align-items: center;
    width: 200px;
    padding: 16px;
    display: flex;
    overflow: hidden
}

.o-review-block.active {
    width: 100%
}

.ot-body {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    aspect-ratio: auto;
    background-color: var(--_new-home---body);
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 400;
    display: block
}

.ot-hero-section {
    padding-top: 36px;
    padding-bottom: 70px
}

.ot-hero-section.pt-150 {
    padding-top: 150px
}

.ot-hero-section.pb-123 {
    padding-bottom: 123px
}

.ot-hero-section.bg-dotted {
    background-image: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/67c9609c9fb5dd1f966b067f_glossary-hero-image.webp");
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 90px;
    padding-bottom: 90px
}

.ot-hero-section.tax-hero {
    padding-top: 90px;
    padding-bottom: 0
}

.ot-hero-section.invoice-tool-hero {
    object-fit: fill;
    padding-bottom: 0
}

.otto-home-container {
    max-width: 1440px;
    padding-left: 24px;
    padding-right: 24px
}

.ot-hero-content {
    grid-row-gap: 22px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ot-h1 {
    color: var(--_new-home---heading-color);
    font-size: var(--_new-home---font-size--d-h1);
    line-height: var(--_new-home---line-height--d-h1);
    letter-spacing: -1.62px;
    margin-bottom: 18px;
    font-weight: 700
}

.ot-h1.ot-center {
    text-align: center;
    margin-bottom: 0
}

.ot-h1.ot-sitemap-h1 {
    font-size: 65px;
    line-height: 70px
}

.ot-hero-title-text {
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ot-hero-title-text.ot-max-w-800 {
    max-width: 800px
}

.ot-subheadline {
    color: var(--_new-home---primary--grey--600);
    text-align: center;
    max-width: 715px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.ot-subheadline.ot-left {
    text-align: left
}

.ot-primary-btn {
    background-color: var(--_new-home---primary-button-bg);
    color: var(--_new-home---primary-button-text);
    text-align: center;
    cursor: pointer;
    border: 1px solid #72a0ff;
    border-radius: 12px;
    padding: 10.5px 16px;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    text-decoration: none;
    transition: all .3s;
    display: inline-block
}

.ot-primary-btn:hover {
    background-color: var(--_new-home---primary-button-hover-bg)
}

.ot-primary-btn.ot-submit {
    color: var(--_new-home---primary-button-text);
    border-style: none;
    border-radius: 10px;
    padding: 12px 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    position: absolute;
    top: 50%;
    right: 4.25px;
    transform: translate(0, -50%)
}

.ot-primary-btn.ot-form-btn {
    border-radius: 8px;
    padding: 13px 32px;
    line-height: 16px
}

.ot-primary-btn.ot-form-btn.mt-30 {
    margin-top: 10px
}

.ot-primary-btn.pricing-btn {
    min-width: 242px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.ot-primary-btn.pricing-btn.business-plan {
    color: var(--_new-home---heading-color);
    background-color: #9ac4ff1a;
    border-color: #72a0ffb3
}

.ot-primary-btn.pricing-btn.business-plan:hover {
    background-color: var(--_new-home---primary-button-bg);
    color: var(--_new-home---primary-button-text)
}

.ot-primary-btn.compare-btn {
    color: var(--_new-home---heading-color);
    background-color: #0000;
    border-color: #cad0d9
}

.ot-primary-btn.compare-btn:hover {
    background-color: var(--_new-home---primary-button-bg);
    color: var(--_new-home---primary-button-text)
}

.ot-primary-btn._w-100 {
    width: 100%
}

.ot-primary-btn.icon-with-text {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    padding-top: 8.5px;
    padding-bottom: 8.5px;
    display: flex
}

.ot-primary-btn.white-btn {
    background-color: var(--_new-home---primary-button-text);
    color: var(--_new-home---primary-button-bg);
    padding: 14px 30px;
    font-size: 16px
}

.ot-primary-btn.white-btn:hover {
    background-color: var(--_new-home---primary-button-bg);
    color: var(--_new-home---primary-button-text)
}

.ot-secondary-btn {
    color: var(--_new-home---primary-button-bg);
    background-color: #0000;
    border: 1px solid #72a0ff;
    border-radius: 12px;
    padding: 10.5px 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    text-decoration: none
}

.ot-secondary-btn.icon-with-text {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    padding-top: 8.5px;
    padding-bottom: 8.5px;
    display: inline-flex
}

.ot-secondary-btn.icon-with-text.mt-24 {
    margin-top: 24px
}

.ot-secondary-btn.icon-with-text.d-none {
    display: none
}

.ot-hero-image-section {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-bottom: 48px
}

.ot-hero-image {
    text-align: center;
    justify-content: center;
    display: flex
}

.ot-logo-section {
    padding-top: 60px;
    padding-bottom: 60px
}

.ot-logo-title {
    color: var(--_new-home---primary--grey--600);
    text-align: center;
    margin-bottom: 48px
}

.ot-sticky-section {
    z-index: -1;
    position: static
}

.ot-p-relative {
    background-color: #fff;
    position: relative
}

.ot-center-content {
    justify-content: center;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px
}

.ot-p-sticky {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    background-image: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/679b2a47d551a8146bde7ec3_texture.svg");
    background-position: 0 0;
    background-size: auto;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: sticky;
    top: 72px
}

.ot-p-sticky.ot-sticky-none {
    position: static
}

.o-founder-name-span {
    color: var(--_new-home---primary--grey--600);
    margin-top: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    display: block
}

.ot-zigzag-section {
    background-color: #f8fbff;
    padding-top: 24px;
    padding-bottom: 24px
}

.ot-zigzag-grid {
    grid-column-gap: 100px;
    background-color: #fff;
    border-radius: 48px;
    grid-template-rows: auto;
    grid-template-columns: .9fr 1.1fr;
    align-self: stretch;
    align-items: center;
    padding: 54px 50px
}

.ot-zigzag-grid.reverce {
    grid-template-columns: 1.1fr .9fr
}

.ot-zigzag-content-block {
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex
}

.ot-zigzag-top-text {
    color: #24378b;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 8px 6px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px
}

.ot-h2 {
    color: var(--_new-home---black-color);
    font-size: var(--_new-home---font-size--d-h2);
    line-height: var(--_new-home---line-height--d-h2);
    letter-spacing: -.4px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 500
}

.ot-h2.max-600 {
    max-width: 600px
}

.ot-zigzag-title-text {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex
}

.ot-zigzag-pera {
    color: var(--_new-home---primary--grey--700);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.ot-zigzag-btn {
    color: var(--_new-home---primary--grey--700);
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #f5faff;
    border: 1px solid #9abbff;
    border-radius: 12px;
    padding: 12px 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    transition: all .4s
}

.ot-zigzag-btn:hover {
    background-color: var(--_new-home---primary-button-bg);
    color: var(--_new-home---primary-button-text)
}

.ot-zigzag-wrapper {
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex
}

.ot-video-section {
    background-image: linear-gradient(#f8fbff, #fff);
    padding-top: 30px;
    padding-bottom: 30px;
    display: none
}

.ot-play-icon {
    aspect-ratio: 1;
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    background-color: #3253f94d;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 76px;
    display: flex
}

.ot-tool-section {
    padding-top: 94px;
    padding-bottom: 60px
}

.ot-tool-wrapper {
    max-width: 672px;
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto
}

.ot-tool-heading-wrapper {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex
}

.ot-tool-heading-wrapper.mb-60 {
    margin-bottom: 60px
}

.ot-section-sub-head {
    color: var(--_new-home---primary--grey--600);
    font-size: 16px;
    line-height: 24px
}

.ot-section-sub-head.long-sub-head {
    line-height: 32px
}

.ot-section-sub-head.max-800 {
    max-width: 800px
}

.ot-tool-main {
    border: 1px dashed #4e4e5480;
    border-radius: 32px;
    margin-top: 34px;
    padding: 47px 55px 37px
}

.ot-need-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: flex
}

.ot-need-title {
    color: #020120;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px
}

.ot-need-block-main {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ot-need-icon-text {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ot-need-icon {
    color: var(--_new-home---primary--blue--700);
    font-family: "Fa Solid 900", Arial, sans-serif;
    font-size: 30px;
    line-height: 30px
}

.on-need-text {
    color: #020120;
    letter-spacing: .5px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px
}

.ot-review-section {
    padding-top: 124px;
    padding-bottom: 89px
}

.ot-review-content-block {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
    opacity: 0;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
    justify-content: center;
    align-items: flex-start;
    height: 256px;
    display: none;
    position: relative;
    overflow: hidden
}

.ot-review-content-block.active {
    opacity: 100;
    display: flex
}

.ot-review-image {
    max-height: 160px
}

.o-client-review {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex
}

.o-client-features-list {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 0;
    padding-left: 20px;
    display: flex
}

.ot-review-top-block {
    grid-column-gap: 96px;
    grid-row-gap: 96px;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ot-review-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    height: 100%;
    margin-top: 74px;
    display: flex;
    position: relative;
    overflow: hidden
}

.o-client-features {
    color: #363230;
    font-size: 12px;
    line-height: 22px
}

.o-client-name {
    color: #363230;
    font-size: 12px;
    line-height: 20px
}

.o-client-features-list-item {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 12px;
    line-height: 22px
}

.o-review-title {
    color: var(--_new-home---primary--grey--700);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    overflow: hidden
}

.ot-review-block {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    cursor: pointer;
    background-color: #f9fafb;
    border-radius: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    width: 190px;
    padding-top: 50px;
    padding-bottom: 50px;
    transition: all .4s;
    display: flex;
    overflow: hidden
}

.ot-review-block.active {
    background-color: #f8fbff;
    width: 100%;
    padding-left: 16px;
    padding-right: 48px
}

.divider-2 {
    background-color: #e5e7eb;
    width: 1px;
    height: 40px
}

.ot-review-bottom-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    opacity: 0;
    border-top: 1px solid #e5e7eb;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 52px;
    padding-top: 10px;
    transition: all .4s;
    display: none;
    overflow: hidden
}

.ot-counter-section {
    padding-top: 48px;
    padding-bottom: 92px
}

.ot-counter-main {
    grid-column-gap: 146px;
    grid-row-gap: 146px;
    justify-content: center;
    align-items: center;
    display: flex
}

.ot-conter-text {
    padding: 20px 28px 12px
}

.ot-counter-h4 {
    color: var(--_new-home---black-color);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px
}

.ot-counter-bottom-text {
    color: var(--_new-home---primary--grey--600);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.ot-counter-after-main {
    position: relative
}

.ot-counter-after {
    z-index: -1;
    position: absolute;
    top: 15px;
    left: -10px
}

.ot-company-logo-block {
    background-color: #fff;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    display: flex;
    position: relative;
    box-shadow: 5px 5px 10px #0000001a
}

.ot-company-logo-block.otto {
    background-color: var(--_new-home---primary--blue--700)
}

.box-exterior {
    border: 1px solid #edeff3;
    border-radius: 30px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 1px;
    text-decoration: none;
    display: flex;
    position: relative;
    overflow: hidden
}

.box-interior {
    z-index: 1;
    background-color: #fff;
    border-radius: 30px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 6px 11px;
    display: flex
}

.box-text {
    color: var(--_new-home---text);
    font-size: 12px;
    line-height: 18px
}

.gradient-line {
    z-index: 0;
    backface-visibility: visible;
    transform-origin: 50%;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: auto
}

.ot-cta-section {background-image:url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/679b2a47d551a8146bde7ec3_texture.svg");background-position:50%;background-size:cover;
    padding-top: 58px;
    padding-bottom: 52px
}

.ot-cta-footer {
    grid-row-gap: 110px;
    background-image: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/679b2a47d551a8146bde7ec3_texture.svg");
    background-position: 50%;
    background-size: cover;
    flex-flow: column;
    display: flex
}

.ot-cta-content-wrapper {
    grid-row-gap: 36px;
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 672px;
    margin-left: auto;
    margin-right: auto;
    display: flex
}

.ot-cta-title-text {
    grid-row-gap: 18px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ot-cta-pera {
    color: var(--_new-home---primary--grey--700);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.ot-form-block {
    align-self: center;
    width: 500px;
    margin-bottom: 0
}

.ot-form {
    position: relative
}

.ot-email-field {
    background-color: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    width: 100%;
    height: 46px;
    margin-bottom: 0;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 16px
}

.o-founder {
    color: var(--_new-home---primary--grey--600);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.ot-review-work {
    color: var(--_new-home---primary--grey--700);
    font-size: 18px;
    font-weight: 600;
    line-height: 28px
}

.ot-footer-wraper {
    background-color: #fff;
    border-radius: 48px;
    margin-bottom: 36px;
    padding-top: 55px;
    padding-left: 50px;
    padding-right: 50px;
    box-shadow: 0 4px 10px #0000000a
}

.ot-footer-top-block {
    border-bottom: 1px solid #e5e7eb;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 55px;
    display: flex
}

.ot-footer-pera {
    color: var(--_new-home---black-color);
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 20px
}

.ot-form-block-footer {
    align-self: center;
    margin-bottom: 22px
}

.ot-footer-icon {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 23px;
    display: flex
}

.ot-footer-icons {
    color: var(--_new-home---black-color);
    font-family: "Fa Brands 400", Arial, sans-serif;
    font-size: 20px;
    text-decoration: none
}

.ot-footer-help-text {
    color: var(--_new-home---black-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

.ot-footer-email {
    color: #0561a2;
    text-decoration: none
}

.ot-footer-logo {
    margin-bottom: 16px
}

.ot-footer-top-grid {
    grid-column-gap: 55px;
    grid-row-gap: 55px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr
}

.ot-footer-h4 {
    color: var(--_new-home---black-color);
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.ot-footer-link-block {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex
}

.ot-footer-link {
    color: var(--_new-home---primary--grey--700);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none
}

.ot-footer-link:hover {
    color: var(--_new-home---primary--blue--700)
}

.ot-footer-bottom-block {
    padding-top: 21px;
    padding-bottom: 24px
}

.ot-footer-copywite {
    color: #585b70;
    text-align: center;
    font-size: 14px;
    font-weight: 400
}

.ot-navbar {
    z-index: 999;
    margin-left: 22px;
    margin-right: 22px;
    position: sticky;
    top: 12px
}

.ot-navbar-container {
    background-color: #0000
}

.ot-nav-inner-container {
    background-color: #fff;
    border-radius: 50px;
    margin-left: auto;
    margin-right: auto;
    padding: 13px 24px
}

.ot-nav-inner-container.pad-13 {
    padding-top: 13px;
    padding-bottom: 13px
}

.ot-nav-inner-container.fixed-header {
    box-shadow: 0 4px 10px #00000021
}

.ot-navbar-wrapper {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: stretch space-between;
    align-items: center;
    display: flex
}

.ot-nav-menu-wrapper {
    position: static
}

.ot-nav-menu {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    justify-content: flex-end;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    display: flex
}

.nav-link-5 {
    color: #1a1b1f;
    letter-spacing: .25px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none
}

.nav-link-5:hover {
    color: #1a1b1fbf
}

.nav-link-5:focus-visible,
.nav-link-5[data-wf-focus-visible] {
    outline-offset: 0px;
    color: #0050bd;
    border-radius: 4px;
    outline: 2px solid #0050bd
}

.nav-dropdown-4 {
    margin-left: 5px;
    margin-right: 5px
}

.ot-nav-dropdown-toggle {
    color: var(--_new-home---text);
    letter-spacing: .25px;
    padding: 5px 30px 5px 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

.ot-nav-dropdown-toggle:hover {
    color: #1a1b1fbf
}

.ot-nav-dropdown-toggle:focus-visible,
.ot-nav-dropdown-toggle[data-wf-focus-visible] {
    outline-offset: 0px;
    color: #0050bd;
    border-radius: 5px;
    outline: 2px solid #0050bd
}

.ot-nav-dropdown-icon {
    margin-right: 10px
}

.nav-dropdown-list-4 {
    background-color: #fff;
    border-radius: 12px
}

.nav-dropdown-list-4.w--open {
    padding-top: 10px;
    padding-bottom: 10px
}

.ot-nav-dropdown-link {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px
}

.ot-nav-dropdown-link:hover {
    color: var(--_new-home---primary-button-bg)
}

.ot-nav-dropdown-link:focus-visible,
.ot-nav-dropdown-link[data-wf-focus-visible] {
    outline-offset: 0px;
    color: #0050bd;
    border-radius: 5px;
    outline: 2px solid #0050bd
}

.ot-nav-button-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: flex-end;
    align-items: center;
    display: flex
}

.ot-nav-button-wrapper.inner {
    display: none
}

.ot-footer-top-left {
    max-width: 325px
}

.otto-center-text {
    color: var(--_new-home---black-color);
    text-align: center;
    max-width: 862px;
    font-size: 52px;
    font-weight: 600;
    line-height: 60px
}

.template-name {
    display: none
}

.template-form {
    background-color: #ecf5ff;
    border-radius: 16px;
    width: 100%;
    padding: 30px
}

.ot-heading-wrapper {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex
}

.ot-heading-wrapper.ot-sitemap-left {
    justify-content: center;
    align-items: flex-start
}

.ot-tax-collection-list {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    display: flex
}

.ot-tax-collection-item-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    color: var(--_new-home---black-color);
    justify-content: space-between;
    align-items: flex-start;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    display: flex
}

.ot-tax-collection-item-block:hover {
    color: var(--_new-home---primary--blue--700)
}

.ot-right-arrow {
    font-family: "Fa Solid 900", Arial, sans-serif;
    font-size: 14px
}

.navigation-inner-wrap {
    text-align: center
}

.ot-nav-dropdown-list {
    top: 100%;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    left: 0;
    transform: none
}

.ot-nav-dropdown-list.w--open {
    box-shadow: 0 2px 5px #0000001a
}

.header-navigation-menu {
    color: #1f2937;
    border-radius: 5px;
    padding: 4px 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-decoration: none
}

.header-navigation-menu:hover {
    background-color: #dcedff;
    text-decoration: none
}

.header-navigation-menu.dropdown {
    grid-column-gap: 6px;
    border-radius: 5px;
    flex-flow: row-reverse wrap;
    justify-content: center;
    align-items: center;
    display: flex
}

.header-navigation-menu.dropdown:hover {
    background-color: #dcedff
}

.header-navigation-menu.dropdown.w--open {
    background-color: #dcedff;
    position: static
}

.nav-item-title {
    color: #1f2937;
    font-size: 14px;
    line-height: 21px
}

.nav-item-description {
    color: #6d7280;
    font-size: 12px;
    line-height: 18px
}

.nav-dropdown-title {
    color: #000c;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 28px
}

.dropdown-inner-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    place-items: center start
}

.nav-item-icon-block {
    background-color: #f9fafb;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    display: flex
}

.nav-item-link-block {
    grid-column-gap: 12px;
    justify-content: flex-start;
    align-items: flex-start;
    text-decoration: none;
    display: flex
}

.nav-item-link-block:hover {
    text-decoration: none
}

.header-dropdown-icon {
    margin-right: 0;
    position: static
}

.nav-item-content-block {
    grid-row-gap: 2px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex
}

.o-feature-main-block {
    background-color: #ecf5ff;
    border-radius: 32px;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    padding: 54px
}

.o-feature-grid {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    grid-template-rows: auto;
    grid-template-columns: 1fr .75fr;
    place-items: center start
}

.o-content-block {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    display: flex
}

.ot-feature-para-text {
    color: var(--_new-home---primary--grey--600);
    font-size: 16px;
    line-height: 24px
}

.o-image-block {
    justify-content: flex-end
}

.o-top-content-block {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
    display: flex
}

.o-feature-form-block {
    margin-bottom: 0
}

.o-feature-form {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    display: flex
}

.o-feature-form-input {
    color: #333;
    background-color: #fff;
    border: 1px solid #e8e7ec;
    border-radius: 8px;
    align-self: center;
    height: 44px;
    margin-bottom: 0;
    padding-left: 17px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 20px
}

.o-feature-form-input:focus {
    border-color: var(--_new-home---primary--blue--700)
}

.o-feature-top-form {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.o-feature-form-bottom {
    color: var(--_new-home---primary--grey--600);
    text-align: center;
    font-size: 12px;
    line-height: 16px
}

.ot-section {
    box-sizing: content-box;
    object-fit: fill;
    width: auto;
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    position: static;
    overflow: hidden
}

.ot-section.mb-33 {
    margin-bottom: 33px
}

.ot-section.mb-60 {
    margin-bottom: 60px
}

.ot-section.bg-light-blue {
    background-color: #f3f9ff
}

.o-glossary-hero-section {
    background-image: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/67c9609c9fb5dd1f966b067f_glossary-hero-image.webp");
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-top: 100px;
    padding-bottom: 100px
}

.o-glossary-sub-headline {
    color: var(--_new-home---text)
}

.share-icon-list {
    background-color: #233ed9;
    border: 1px solid #0000;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    display: flex
}

.share-icon {
    aspect-ratio: 1;
    color: var(--_new-home---primary-button-text);
    justify-content: center;
    align-items: center;
    width: 100%;
    font-family: "Fa Brands 400", Arial, sans-serif;
    text-decoration: none;
    display: flex
}

.o-glossary-section {
    padding-top: 60px;
    padding-bottom: 60px
}

.o-glossary-form-h2 {
    color: var(--_new-home---black-color);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 36px;
    font-weight: 500;
    line-height: 44px
}

.o-glossary-form-label {
    color: #1c1c1c;
    margin-bottom: 13px;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px
}

.o-tax-category-main-wrapper {
    border: 1px solid #ddd;
    border-radius: 8px;
    max-width: 1064px;
    margin-top: 56px;
    margin-left: auto;
    margin-right: auto
}

.o-tax-category-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
    align-items: center;
    padding: 18px 24px;
    display: flex
}

.o-tax-category-left {
    min-width: 765px;
    max-width: 765px
}

.o-tax-category-head {
    color: var(--_new-home---black-color);
    font-size: 14px;
    font-weight: 600;
    line-height: 20px
}

.o-tax-category-right {
    text-align: center;
    min-width: 100px;
    max-width: 100px
}

.o-tex-category-p {
    color: var(--_new-home---primary--grey--700);
    margin-top: 10px;
    font-size: 14px
}

.o-tex-category-icon {
    aspect-ratio: 1;
    background-color: var(--_new-home---primary-button-bg);
    color: var(--_new-home---primary-button-text);
    text-align: center;
    border-radius: 50%;
    width: 34px;
    font-family: "Fa Solid 900", Arial, sans-serif;
    font-size: 16px;
    line-height: 34px
}

.o-tax-templates-grid {
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 59px;
    margin-bottom: 40px
}

.o-tax-templates-grid.mb-0 {
    margin-bottom: 0
}

.o-tax-templates-link {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    cursor: pointer;
    border: 1px solid #d2d5da;
    border-radius: 30px;
    flex-flow: column;
    justify-content: space-between;
    padding: 35px 30px;
    text-decoration: none;
    transition: all .3s;
    display: flex
}

.o-tax-templates-link:hover {
    box-shadow: 0 4px 16px #0000001a
}

.o-tax-templates-icon-text {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: center;
    display: flex
}

.o-tax-templates-icon {
    color: var(--color--button-bg);
    font-family: "Fa Solid 900", Arial, sans-serif;
    font-size: 22px;
    line-height: 26px
}

.o-tax-templates-span {
    color: #6d7280;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.o-tax-templates-p {
    color: var(--_new-home---black-color);
    font-weight: 500
}

.o-tax-templates-top {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex
}

.o-tax-templates-bottom {
    text-align: right;
    justify-content: flex-end;
    align-items: center;
    display: flex
}

.o-resources-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 59px;
    display: grid
}

.ot-tax-viwe-more {
    text-align: center
}

.ot-view-more {
    font-size: 16px;
    text-decoration: none
}

.o-resources-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
    padding: 30px 20px;
    text-decoration: none;
    transition: all .3s;
    display: flex
}

.o-resources-block:hover {
    box-shadow: 0 4px 16px #0000001a
}

.o-resources-h3 {
    color: var(--_new-home---black-color);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px
}

.o-resources-pera {
    color: var(--_new-home---primary--grey--600);
    font-size: 14px;
    line-height: 20px
}

.o-resources-tag {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    background-color: #dcedff;
    border-radius: 100px;
    justify-content: flex-start;
    align-items: center;
    padding: 3px 10px;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    display: inline-flex
}

.o-resources-tag-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex
}

.o-tax-form-input-block._w-50 {
    width: 50%
}

.o-tax-form-input-block.custom-select {
    position: relative
}

.ot-hero-grid {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    grid-template-rows: auto;
    grid-template-columns: 1.32fr 1fr;
    place-items: center stretch
}

.trustpilot-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 24px;
    display: flex
}

.trustpilot-wrapper.center {
    justify-content: center;
    align-items: center
}

.trustpilot-text {
    color: var(--_new-home---black-color);
    font-size: 14px;
    line-height: 16px
}

.grid-2 {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    grid-template: ". Area" /1fr 1fr;
    place-content: stretch;
    align-items: center
}

.ot-book-meeting-content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 12px;
    display: flex
}

.ot-book-meeting-li {
    color: var(--_new-home---text);
    background-image: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/67ca87098dbe4b7a31b2a55d_line-check-circle.svg");
    background-position: 0 2px;
    background-repeat: no-repeat;
    background-size: auto;
    padding-left: 30px
}

.ot-book-meeting-ul {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
    display: flex
}

.ot-book-meeting-ul.desk {
    margin-top: 0
}

.ot-book-meeting-ul.mobile {
    display: none
}

.ot-bm-slider {
    background-color: #0000;
    max-width: 462px;
    height: auto;
    margin-top: 45px
}

.arrow-none,
.ot-bm-slider.mobile {
    display: none
}

.ot-bm-slide-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 2px;
    padding: 30px 24px;
    display: flex
}

.mask {
    border-radius: 12px;
    box-shadow: 0 0 4px #0000001f
}

.ot-bm-slide-pera {
    color: var(--_new-home---primary--grey--700);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.ot-bm-athor-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ot-bm-author-img-block {
    aspect-ratio: 1;
    border: 1px solid #ebebeb;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 44px;
    min-width: 44px;
    display: flex
}

.ot-bm-author-name {
    color: var(--_new-home---heading-color);
    font-size: 14px;
    font-weight: 600;
    line-height: 20px
}

.ot-bm-author-position {
    color: var(--_new-home---primary--grey--600);
    font-size: 12px;
    line-height: 16px
}

.slide-nav {
    color: var(--_new-home---heading-color);
    bottom: -60px
}

.ot-book-meeting-right {
    background-color: #ecf5ff;
    border-radius: 16px;
    width: 100%;
    padding: 30px;
    line-height: 20px;
    position: static
}

.ot-bm-main {
    justify-content: center;
    align-items: flex-start;
    min-height: 100vh;
    padding-top: 86px;
    padding-bottom: 86px;
    display: flex
}

.ot-bm-main.pad-50-20 {
    padding-top: 50px;
    padding-bottom: 20px
}

.o-bm-image {
    border-radius: 50%
}

.o-bm-section {
    align-self: auto
}

.trustpilot-flex {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    text-decoration: none;
    display: flex
}

.ot-bk-zigzag-grid {
    grid-column-gap: 114px;
    background-color: #fff;
    border-radius: 48px;
    grid-template-rows: auto;
    grid-template-columns: .9fr 1.1fr;
    align-self: stretch;
    align-items: center
}

.ot-bk-zigzag-grid.reverce {
    grid-template-columns: 1.1fr .9fr
}

.otto-container {
    max-width: 1086px;
    padding-left: 16px;
    padding-right: 16px
}

.otto-hero-container {
    max-width: 1220px;
    padding-left: 16px;
    padding-right: 16px
}

.ot-bk-zigzag-wrapper {
    grid-row-gap: 96px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 93px;
    display: flex
}

.ot-hero-grid-form {
    background-color: #ecf5ff;
    border-radius: 16px;
    padding: 30px
}

.ot-bk-step-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 80px
}

.ot-bk-step-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px;
    display: flex
}

.ot-bk-step {
    aspect-ratio: 1;
    background-color: var(--_new-home---primary-button-bg);
    color: var(--_new-home---primary-button-text);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 24px;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    display: flex
}

.ot-bk-step-title {
    color: var(--_new-home---heading-color);
    font-size: 18px;
    font-weight: 500;
    line-height: 28px
}

.ot-bk-step-pera {
    color: var(--_new-home---primary--grey--600);
    font-size: 16px;
    line-height: 24px
}

.ot-financial-main-wraper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    margin-top: 58px;
    display: flex
}

.ot-financial-top-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr
}

.ot-financial-bottom-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr 1fr .5fr
}

.ot-financial-link-block {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
    background-color: #f3f9ff;
    border-radius: 24px;
    flex-flow: column;
    justify-content: space-between;
    padding: 24px;
    text-decoration: none;
    display: flex
}

.ot-financial-h3 {
    color: var(--_new-home---heading-color);
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px
}

.ot-financial-pera {
    color: var(--_new-home---primary--grey--600)
}

.ot-financial-licon {
    color: var(--_new-home---primary--blue--700);
    font-family: "Fa Solid 900", Arial, sans-serif;
    font-size: 16px
}

.ot-financial-icon-block {
    aspect-ratio: 1;
    background-color: #c8dafe33;
    border: 1px solid #c8dafe;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 40px;
    display: flex
}

.ot-financial-icon-block.slider-arrow-left {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%)
}

.ot-financial-icon-block.slider-arrow-right {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%)
}

.ot-financial-content {
    margin-bottom: 24px
}

.ot-review-slider {
    background-color: #0000;
    height: auto;
    margin-top: 58px
}

.nav-d-none {
    display: none
}

.ot-review-slide-block {
    background-color: #f3f9ff;
    border: 1px solid #e5e7eb;
    border-radius: 24px;
    margin-left: 96px;
    margin-right: 96px;
    padding: 26px 8px 8px
}

.ot-slide-block-top {
    margin-bottom: 24px;
    padding-left: 40px;
    font-size: 18px;
    line-height: 18px
}

.ot-slide-block-bottom {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    background-color: #fff;
    border-radius: 20px;
    flex-flow: column;
    padding: 40px;
    display: flex;
    box-shadow: 0 6px 6px -3px #2929290a, 0 12px 12px -6px #2929290a
}

.ot-review-slide-text {
    color: var(--_new-home---primary--grey--700);
    font-size: 24px;
    font-weight: 500;
    line-height: 32px
}

.ot-pricing-wrapper {
    background-color: #ecf5ff;
    border-radius: 24px;
    margin-top: 58px;
    padding: 16px
}

.ot-pricing-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr
}

.ot-pricing-plan {
    border-radius: 12px;
    padding: 32px 12px
}

.ot-pricing-plan.business-plan {
    background-color: #fff;
    padding-left: 24px;
    padding-right: 24px;
    box-shadow: 0 6px 10px #1c1c230a, 0 0 3px #1c1c2317
}

.ot-pricing-flex-block {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: space-between;
    height: 100%;
    display: flex
}

.ot-pricing-plan-name {
    color: var(--_new-home---heading-color);
    margin-bottom: 32px;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    display: inline-block
}

.ot-pricing-price {
    color: var(--_new-home---heading-color);
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 3px;
    font-size: 28px;
    line-height: 36px;
    display: flex
}

.ot-pricing-subscript {
    font-size: 16px;
    line-height: 24px;
    display: inline-block
}

.ot-pricing-price-pera {
    color: var(--_new-home---primary--grey--600);
    margin-bottom: 24px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

.ot-pricing-price-block {
    border-bottom: 1px solid #9abbff;
    min-height: 147px;
    margin-bottom: 24px
}

.ot-pricing-list-title {
    color: var(--_new-home---heading-color);
    margin-bottom: 7px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.ot-pricing-ul {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
    padding-left: 0;
    display: flex
}

.ot-pricing-li {
    color: var(--_new-home---primary--grey--700);
    background-image: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/67ce6af50c5027ed56dc7a50_Vector%20(8).svg");
    background-position: 0;
    background-repeat: no-repeat;
    background-size: auto;
    padding-left: 25px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

.ot-pricing-list-block {
    margin-bottom: 24px
}

.ot-pricing-expenses {
    color: var(--_new-home---text);
    margin-bottom: 24px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px
}

.ot-pricing-popular {
    color: #517cff;
    background-color: #ecf5ff;
    border: 1px solid #c0dcff;
    border-radius: 8px;
    margin-left: 8px;
    padding: 4px 7px;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    display: inline-block
}

.pricing-tab-link {
    color: #706f74;
    background-color: #fff;
    border: 1px solid #d4d4d4;
    border-radius: 100px;
    padding: 3px 6px;
    font-size: 12px;
    line-height: 12px
}

.pricing-tab-link.w--current {
    color: var(--_new-home---primary--blue--700);
    background-color: #ecf5ff;
    border-color: #c0dcff
}

.ot-pricing-tabs-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.tabs-content {
    display: none
}

.ot-pricing-tabs {
    margin-bottom: 18px
}

.ot-pricing-selected-expense {
    color: var(--_new-home---primary--grey--600);
    margin-bottom: 24px;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px
}

.ot-faq-main-container {
    max-width: 780px;
    margin-top: 54px;
    margin-left: auto;
    margin-right: auto
}

.ot-faq-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-bottom: 1px solid #d2d5da;
    flex-flow: column;
    padding-top: 30px;
    padding-bottom: 30px
}

.ot-faq-question {
    cursor: pointer;
    justify-content: space-between;
    align-items: center;
    display: flex
}

.ot-faq-h3 {
    color: var(--_new-home---heading-color);
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 10px;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px
}

.ot-faq-icon {
    font-family: "Fa Solid 900", Arial, sans-serif;
    transform: rotate(180deg)
}

.ot-faq-answer {
    transition: all .3s;
    overflow: hidden
}

.ot-faq-ans-text {
    color: #24378b;
    padding-top: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.bold-text-7 {
    font-weight: 600
}

.ot-monthly-yearly-tab-wrapper {
    text-align: center;
    margin-top: 30px
}

.ot-monthly-yearly-tabs {
    display: inline-block
}

.tabs-content-2 {
    display: none
}

.ot-monthly-yearly-menus {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    background-color: #f3f4f6;
    border-radius: 12px;
    justify-content: flex-start;
    align-items: center;
    padding: 2px 2.5px;
    display: inline-flex
}

.ot-monthly-yearly-tab-link {
    color: #6f7988;
    text-align: center;
    background-color: #0000;
    width: 139px;
    padding: 6px 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px
}

.ot-monthly-yearly-tab-link.w--current {
    color: #2e3238;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 4px -2px #18274b05, 0 0 2px #e0e0e0
}

.ot-compare-wrapper {
    grid-row-gap: 21px;
    flex-flow: column;
    margin-top: 56px;
    display: flex
}

.ot-comare-head-grid {
    grid-column-gap: 60px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr 1fr 1fr
}

.ot-comare-head-block {
    flex-flow: column;
    justify-content: flex-end;
    display: flex
}

.ot-comare-head-text {
    color: #6f7988;
    margin-top: 8px;
    margin-bottom: 17px;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px
}

.ot-comare-head-title {
    color: var(--_new-home---heading-color);
    font-size: 24px;
    font-weight: 500;
    line-height: 32px
}

.div-block-53 {
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ot-comare-head {
    background-color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    position: sticky;
    top: 78px
}

.ot-compare-body {
    grid-row-gap: 61px;
    flex-flow: column;
    display: flex
}

.ot-comare-body-grid {
    grid-column-gap: 60px;
    grid-row-gap: 20px;
    border-top: 1px solid #edeff3;
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr 1fr 1fr
}

.ot-comare-body-block {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    justify-content: flex-start;
    align-items: center;
    padding-top: 18px;
    padding-bottom: 18px;
    display: flex
}

.ot-comare-body-title {
    color: var(--_new-home---heading-color);
    font-size: 18px;
    font-weight: 500;
    line-height: 28px
}

.ot-comare-body-text {
    color: var(--_new-home---heading-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.ot-comare-icon-check {
    color: var(--_new-home---heading-color);
    text-align: center;
    width: 100%;
    font-family: "Fa Solid 900", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.ot-comare-icon-close {
    color: var(--_new-home---heading-color);
    text-align: center;
    width: 100%;
    font-family: "Fa 400", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.collection-list-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid
}

.ot-collection-link {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    border: 1px solid #d2d5da;
    border-radius: 30px;
    flex-flow: column;
    justify-content: space-between;
    height: 100%;
    padding: 34px 30px;
    text-decoration: none;
    transition: all .3s;
    display: flex
}

.ot-collection-link:hover {
    box-shadow: 0 4px 16px #0000001a
}

.ot-wc-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 58px
}

.ot-wc-block {
    background-color: #f3f9ff;
    border-radius: 8px;
    padding: 34px 30px
}

.ot-wc-h3 {
    color: var(--_new-home---heading-color);
    margin-top: 16px;
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px
}

.ot-wc-pera {
    color: var(--_new-home---primary--grey--600);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.ot-collection-wrapper {
    padding-top: 80px
}

.ot-sitemap-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: start;
    display: grid
}

.ot-sitemap-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 40px;
    display: flex
}

.ot-sitemap-wrapper.ot-sitemap-left {
    justify-content: flex-start;
    align-items: stretch
}

.ot-sitemap-link-text {
    color: var(--_new-home---primary--grey--700);
    font-size: 15px;
    text-decoration: none
}

.ot-sitemap-link-text:hover {
    color: #000;
    text-decoration: underline
}

.ot-sitemap-inner-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ot-sitemap-inner-wrapper.ot-sitemap-left {
    justify-content: flex-start;
    align-items: stretch
}

.ot-sitemap-h-h2 {
    color: var(--_new-home---heading-color);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px
}

.ot-button-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ot-button-wrapper.mt-24 {
    margin-top: 24px
}

.ot-legal-agriment-content {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 908px;
    margin-top: 56px;
    margin-left: auto;
    margin-right: auto;
    display: flex
}

.ot-legal-agriment-p {
    color: var(--_new-home---primary--grey--700);
    text-align: center;
    column-count: auto;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    column-gap: 48px;
    font-size: 16px;
    line-height: 24px
}

.ot-agreement-grid {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    place-items: center start
}

.ot-zigzag-wrappers {
    grid-row-gap: 96px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex
}

.ot-hero-video-wrapper {
    padding-top: 70px
}

.ot-how-to-ul {
    margin-top: -15px
}

.ot-features-icon {
    color: var(--_new-home---primary-button-bg);
    font-family: "Fa 400", Arial, sans-serif;
    font-size: 22px
}

.ot-features-icon.fa-900 {
    font-family: "Fa Solid 900", Arial, sans-serif
}

.ot-features-icon.fa-brand-400 {
    font-family: "Fa Brands 400", Arial, sans-serif
}

.ot-h3 {
    color: var(--_new-home---black-color);
    font-size: var(--_new-home---font-size--d-h3);
    line-height: var(--_new-home---line-height--d-h3);
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 500
}

.ot-alternative-grid {
    grid-column-gap: 51px;
    grid-row-gap: 20px;
    border-top: 1px solid #edeff3;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr
}

.ot-alternative-icon-check {
    color: var(--_new-home---heading-color);
    width: 100%;
    font-family: "Fa Solid 900", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.ot-alternative-icon-close {
    color: var(--_new-home---heading-color);
    width: 100%;
    font-family: "Fa 400", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.ot-bm-li {
    font-weight: 600
}

.o-blog-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
    text-decoration: none;
    transition: all .3s;
    display: flex
}

.ot-blog-category-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
    margin-bottom: 42px;
    display: flex
}

.ot-blog-category-collection-item {
    width: 100%;
    padding-left: 0;
    padding-right: 0
}

.ot-bk-step-inner-wrap {
    aspect-ratio: 1;
    background-color: #dcedff;
    border-radius: 50%;
    width: 36px;
    padding: 6px
}

.ot-bk-step-wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ot-bk-step-text {
    color: var(--_new-home---primary--grey--700);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

.div-block-54 {
    background-color: #edf8fe;
    border-radius: 12px;
    padding: 30px
}

.demo {
    background-color: var(--color--breadcrumb-active);
    width: 100px;
    height: 100px
}

.template-form-label {
    font-weight: 500
}

.max-940 {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto
}

.max-800 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    display: flex
}

._12gh {
    aspect-ratio: 1;
    width: 50px
}

.ot-point-ul {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    display: flex
}

.ot-point-li {
    background-image: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/67ebda68bb02e4df9506155e_check%20(3).png");
    background-position: 0 6px;
    background-repeat: no-repeat;
    background-size: 15px;
    padding-left: 30px
}

.ot-comparison-table-wrapper {
    border: 1px solid #edeff3;
    border-radius: 12px;
    margin-top: 58px
}

.ot-comparison-grid {
    grid-column-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 2.5fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-flow: column
}

.ot-comparison-grid._6-grid {
    grid-template-columns: 2.5fr 1fr 1fr 1fr 1fr 1fr
}

.ot-comparision-grid-block {
    border-bottom: 1px solid #edeff3;
    border-right: 1px solid #edeff3;
    justify-content: flex-start;
    align-items: center;
    padding: 15px 10px;
    display: flex
}

.ot-comparision-grid-block.center {
    text-align: center;
    justify-content: center;
    align-items: center
}

.ot-comparision-head {
    color: var(--_new-home---heading-color);
    font-size: 16px;
    font-weight: 500
}

.ot-comparision-head.visibility-hidden {
    opacity: 0
}

.ot-comparision-icon-close {
    color: var(--_new-home---primary-button-bg);
    text-align: center;
    width: 100%;
    font-family: "Fa 400", Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px
}

.ot-comparision-icon-check {
    color: var(--_new-home---heading-color);
    text-align: center;
    width: 100%;
    font-family: "Fa Solid 900", Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px
}

.grid-3 {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-flow: column
}

.grid-4 {
    grid-column-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 2.5fr 1fr 1fr 1fr 1fr 1fr 1fr
}

.flex-gap {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex-flow: column;
    display: flex
}

.d-lg-none {
    display: none
}

.code-embed {
    display: block
}

.mt-40 {
    margin-top: 40px
}

.ot-author-image {
    aspect-ratio: 1;
    border-radius: 12px;
    width: 200px
}

.ot-author-inner {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex
}

.ot-author-name {
    margin-bottom: 0;
    font-size: 30px;
    line-height: 40px
}

.ot-authoe-mail-icon {
    font-family: "Fa Brands 400", Arial, sans-serif
}

.ot-authoe-mail-icon.email {
    font-family: "Fa 400", Arial, sans-serif
}

.ot-author-mail {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    color: var(--_new-home---primary--grey--600);
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ot-author-content {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    display: flex
}

.author-collection-wrapper {
    margin-top: 80px
}

.link-block {
    text-decoration: none;
    display: block
}

.o-tax-templates-icon-img {
    width: 20px
}

.ot-tools-list-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: center stretch;
    display: grid
}

.ot-faq-link-text {
    color: var(--color--text)
}

.calculator-collection-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid
}

.calculator-collection-item {
    text-align: center;
    border: 1px solid #e5e7eb;
    border-radius: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 24px;
    display: flex
}

.cal-collection-image {
    margin-bottom: 20px
}

.cal-collection-title {
    color: var(--_new-home---heading-color);
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px
}

.cal-collection-text {
    color: var(--_new-home---text);
    font-size: 14px;
    line-height: 22px
}

.cal-collection-link {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
    display: inline-block
}

.cal-collection-link:hover {
    text-decoration: underline
}

.cac-by-state-grid {
    grid-column-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: auto auto auto;
    place-items: stretch center;
    margin-top: 56px
}

.cac-by-state-grid._2-grid {
    grid-template-columns: auto auto;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto
}

.cal-state-link {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 14px;
    text-decoration: none;
    display: block
}

.code-embed-3 {
    aspect-ratio: auto;
    object-fit: fill;
    min-width: 0;
    display: block;
    overflow: hidden
}

.code-embed-4 {
    overflow: hidden
}

.currency-pairing-grid {
    grid-row-gap: 40px;
    background-color: #f0f9ff;
    border-radius: 24px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-items: center;
    margin-top: 56px;
    padding: 40px 30px
}

.currency-paring-arrow {
    font-family: "Fa Solid 900", Arial, sans-serif;
    font-size: 20px
}

.currency-pairing-top {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
    margin-bottom: 6px;
    display: flex
}

.currency-paring-block {
    color: var(--_new-home---text);
    text-align: center;
    text-decoration: none
}

.code-embed-5 {
    padding-left: 0
}

.link,
.link-2,
.link-3 {
    color: var(--color--text)
}

.my-5 {
    margin-top: 8px;
    margin-bottom: 8px
}

.link-4 {
    color: var(--_new-home---primary--grey--600);
    text-decoration: none
}

.link-4:hover {
    text-decoration: underline
}

.ot-bk-step-wrapper {
    padding-top: 60px;
    padding-bottom: 40px
}

.sign-hero-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-rows: auto;
    max-width: 900px;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto
}

.sign-block-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    background-color: var(--_new-home---primary--blue--700);
    border-radius: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding: 45px 40px;
    display: flex
}

.sign-block-image {
    aspect-ratio: 1;
    color: var(--_new-home---primary--blue--700);
    background-color: #fff;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    width: 70px;
    padding: 10px;
    font-family: "Fa Solid 900", Arial, sans-serif;
    font-size: 40px;
    display: flex
}

.sign-block-heading {
    color: #fff;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 600;
    line-height: 32px
}

.sign-block-text {
    color: #e4e4e4;
    text-align: center
}

.sign-block-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex
}

.sign-form-wrapper {
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    display: flex
}

.signature-grid {
    grid-column-gap: 30px;
    grid-row-gap: 80px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 900px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto
}

.personality-sign-title {
    color: var(--color--otto-blue);
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 500;
    line-height: 32px
}

.successful-sign-block {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex
}

.personality-sign-img {
    border-radius: 10px;
    margin-bottom: 15px;
    box-shadow: 0 4px 8px #0000001a
}

.successful-sign-image {
    margin-top: 15px
}

.successful-sign-title {
    color: var(--color--otto-blue);
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px
}

.successful-people-position {
    color: #738194;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 24px
}

.successful-people-position.long-sub-head {
    line-height: 32px
}

.successful-people-position.max-800 {
    max-width: 800px
}

.legally-sign-icon {
    aspect-ratio: 1;
    color: var(--_new-home---primary--blue--700);
    background-color: #dcedff;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    width: 70px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    font-size: 25px;
    display: flex
}

.legally-sign-icon.fa-400 {
    font-family: "Fa 400", Arial, sans-serif
}

.mt-56 {
    margin-top: 56px
}

.grid-5 {
    grid-column-gap: 49px;
    grid-template-rows: auto;
    grid-template-columns: .85fr 1fr
}

.sign-zigzag-bottom-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    max-width: 900px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto
}

.sign-zigzag-grid {
    grid-column-gap: 59px;
    grid-template-rows: auto;
    grid-template-columns: .6fr 1fr;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto
}

.sign-zigzag-bottom-block {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: center;
    background-color: #fff;
    border-radius: 12px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
    display: flex
}

.sign-zigzag-icon {
    aspect-ratio: 1;
    color: var(--_new-home---primary--blue--700);
    background-color: #d7ebff;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    width: 50px;
    padding: 10px;
    font-family: "Fa 400", Arial, sans-serif;
    font-size: 22px;
    display: flex
}

.sign-zigzag-h3 {
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px
}

.sign-why-otto-grid {
    grid-column-gap: 50px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    place-items: stretch center;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto
}

.why-otto-left-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px
}

.why-otto-left-block {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: center;
    background-color: #f3f9ff;
    border-radius: 12px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    display: flex
}

.sign-why-otto-icon {
    justify-content: center;
    align-items: center;
    font-family: "Fa 400", Arial, sans-serif;
    font-size: 40px;
    line-height: 40px
}

.why-otto-right-block {
    background-color: #f3f9ff;
    border-radius: 12px;
    padding: 20px 0
}

.why-otto-heading {
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 500
}

.why-otto-right-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-bottom: 1px solid #d4d4d4;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr
}

.why-otto-right-grid.border-none {
    border-bottom-style: none
}

.why-otto-table-grid {
    justify-content: flex-start;
    align-items: center;
    padding: 15px 20px;
    display: flex
}

.why-otto-right-grid-title {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.why-otto-right-grid-title.left {
    text-align: left
}

.why-otto-check {
    color: var(--_new-home---primary--blue--700);
    text-align: center;
    flex: 1;
    font-family: "Fa Solid 900", Arial, sans-serif;
    font-size: 22px
}

.why-otto-dash {
    text-align: center;
    flex: 1;
    font-family: "Fa Solid 900", Arial, sans-serif;
    font-size: 22px
}

.why-otto-right-main {
    text-align: center
}

.mt-50 {
    margin-top: 60px
}

.personality-sign-block {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex
}

@media screen and (min-width:1280px) {
    h1 {
        font-size: var(--font-size--desktop-h1);
        line-height: var(--line-height--desktop-h1)
    }

    h2 {
        font-size: var(--font-size--desktop-h2);
        line-height: var(--line-height--desktop-h2)
    }

    h3 {
        font-size: var(--font-size--desktop-h3);
        line-height: var(--line-height--desktop-h3)
    }

    .o-heading-h2 {
        font-size: var(--font-size--desktop-h2);
        line-height: var(--line-height--desktop-h2)
    }

    .ot-zigzag-grid {
        grid-column-gap: 190px;
        padding-left: 99px;
        padding-right: 99px
    }

    .o-review-title {
        max-height: 128px;
        font-size: 24px;
        line-height: 32px
    }

    .ot-footer-wraper {
        padding-left: 96px;
        padding-right: 96px
    }

    .ot-hero-grid {
        grid-column-gap: 160px;
        grid-row-gap: 160px
    }

    .grid-2 {
        grid-column-gap: 120px;
        grid-row-gap: 120px;
        grid-template-columns: 1fr 1fr
    }

    .book-meeting-container {
        max-width: 1180px
    }

    .otto-container,
    .otto-hero-container {
        padding-left: 0;
        padding-right: 0
    }
}

@media screen and (min-width:1440px) {
    .page-breadcrumb-container {
        padding-left: 42px;
        padding-right: 42px
    }

    .o-review-title {
        max-height: 96px
    }

    .ot-navbar {
        margin-left: 42px;
        margin-right: 42px
    }

    .ot-comparision-head {
        text-decoration: none
    }

    .cac-by-state-grid._2-grid {
        grid-template-rows: auto;
        grid-template-columns: auto auto
    }

    .link-5,
    .link-6,
    .link-7,
    .link-8 {
        text-decoration: none
    }
}

@media screen and (min-width:1920px) {
    .ot-hero-image-section {
        background-position: 50% 0
    }

    .ot-zigzag-pera {
        color: var(--_new-home---primary--grey--700)
    }
}

@media screen and (max-width:991px) {
    .container {
        max-width: 728px
    }

    .hero-heading-left {
        padding-bottom: 60px;
        display: block
    }

    .hero-wrapper {
        flex-direction: column;
        grid-template-columns: 1fr;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: -40px
    }

    .hero-save-money-split-text {
        align-items: flex-start;
        max-width: 100%;
        margin-bottom: 40px
    }

    .margin-bottom-24px {
        max-width: 100%
    }

    .testimonial-column-light {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .centered-heading {
        text-align: left;
        font-size: 36px;
        line-height: 46px
    }

    .testimonial-grid-two {
        grid-column-gap: 30px;
        grid-template-columns: 1fr 1fr
    }

    .testimonial-main-heading {
        font-size: 25px;
        line-height: 30px
    }

    .div-block {
        max-width: 100%
    }

    .heading {
        text-align: center;
        font-size: 55px;
        line-height: 65px
    }

    .div-block-2 {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        display: flex
    }

    .bold-text {
        font-size: 25px
    }

    .div-block-4 {
        width: 100%
    }

    .heading-2 {
        max-width: 100%
    }

    .testimonial-slider-large-2 {
        padding-top: 60px;
        padding-bottom: 40px
    }

    .container-2 {
        max-width: 728px
    }

    .testimonial-slide-2 {
        padding-left: 32px
    }

    .testimonial-quote-2 {
        overflow: visible
    }

    .herio-description {
        text-align: center;
        max-width: 100%
    }

    .hero-split-copy {
        align-items: center;
        max-width: 100%;
        margin-bottom: 40px
    }

    .hero-save-money-split {
        order: -1;
        align-items: flex-start;
        max-width: 100%;
        margin-bottom: 40px
    }

    .hero-split-image {
        align-items: flex-start;
        max-width: 100%;
        margin-bottom: 40px
    }

    .hero-section1 {
        padding-top: 40px;
        display: block
    }

    .container-5 {
        max-width: 728px
    }

    .footer-form-two-2 {
        text-align: center;
        padding: 40px
    }

    .button-demo-large {
        font-size: 16px
    }

    .centered-heading-copy {
        text-align: center;
        font-size: 36px;
        line-height: 46px
    }

    .author-container {
        max-width: 728px
    }

    .collection-list-wrapper {
        padding-top: 0;
        padding-bottom: 0
    }

    .collection-item-3 {
        margin-left: 10px;
        margin-right: 10px;
        display: inline
    }

    .collection-list-3 {
        margin-left: 0
    }

    .template-hero-section {
        padding-top: 40px;
        display: block
    }

    .template-container {
        max-width: 728px
    }

    .temp-hero-wrapper {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: -40px
    }

    .hero-text-block,
    .temp-hero-image-block {
        align-items: center;
        max-width: 100%;
        margin-bottom: 40px
    }

    .temp-hero-button-block {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        display: flex
    }

    .temp-hero-description {
        text-align: center;
        max-width: 100%;
        font-size: 20px
    }

    .temp-hero-heading-block {
        max-width: 100%
    }

    .temp-hero-heading {
        text-align: center;
        font-size: 48px;
        line-height: 58px
    }

    .div-block-32 {
        width: 100%
    }

    .template-3-grid-section {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .template-grid {
        grid-column-gap: 24px;
        grid-row-gap: 24px;
        grid-template-columns: 1fr 1fr
    }

    .template-faq-wrapper {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        margin-bottom: -40px
    }

    .faq-list-wrapper {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        flex-flow: wrap
    }

    .template-faq-container {
        max-width: 728px
    }

    .footer-content {
        grid-column-gap: 20px;
        grid-row-gap: 40px;
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-auto-columns: 1fr;
        display: grid
    }

    .footer-block {
        justify-content: flex-start;
        align-items: flex-start
    }

    .navbar-no-shadow-container {
        padding-left: 16px;
        padding-right: 16px
    }

    .nav-menu-wrapper-3 {
        background-color: #0000
    }

    .nav-menu {
        background-color: #fff;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 0;
        display: flex
    }

    .nav-link-3 {
        padding-left: 5px;
        padding-right: 5px
    }

    .nav-dropdown-list-3.shadow-three.w--open {
        position: absolute
    }

    .nav-button-wrapper {
        width: 100%;
        margin-left: 0
    }

    .menu-button-3 {
        padding: 12px
    }

    .menu-button-3.w--open {
        color: #fff;
        background-color: #a6b1bf
    }

    .blue-btn-wrapper {
        width: 100%;
        margin-left: 0
    }

    .container-7 {
        max-width: 728px
    }

    .pricing-grid {
        grid-column-gap: 30px
    }

    .all-product-cta-wrapper {
        justify-content: center;
        margin-bottom: 0
    }

    .all-product-cta-btn {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        display: flex
    }

    .o-section.bg-gray,
    .o-section.bg-transparent {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .o-heading-h2.md-text-center {
        text-align: center
    }

    .page-breadcrumb-container {
        padding-left: 16px;
        padding-right: 16px
    }

    .feature-img {
        width: 40px
    }

    .feature-block {
        padding: 20px
    }

    .footer-text {
        max-width: none
    }

    .d-none {
        display: none
    }

    .o-heading-animation {
        max-width: 519px
    }

    .o-heading-animation-span {
        font-size: 32px;
        line-height: 40px
    }

    .ot-hero-section,
    .ot-hero-section.pt-150 {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .ot-hero-section.pb-123 {
        padding-bottom: 60px
    }

    .ot-hero-section.bg-dotted {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .otto-home-container {
        padding-left: 16px;
        padding-right: 16px
    }

    .ot-h1 {
        font-size: var(--_new-home---font-size--t-h1);
        line-height: var(--_new-home---line-height--t-h1)
    }

    .ot-h1.ot-sitemap-h1 {
        font-size: 55px;
        line-height: 60px
    }

    .ot-subheadline {
        margin-left: auto;
        margin-right: auto
    }

    .ot-subheadline.ot-left {
        text-align: center
    }

    .ot-hero-image-section {
        padding-bottom: 50px
    }

    .ot-logo-section {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .ot-p-sticky {
        grid-column-gap: 40px;
        grid-row-gap: 40px
    }

    .ot-zigzag-grid {
        grid-row-gap: 50px;
        grid-template-columns: 1fr;
        align-self: stretch;
        place-items: center;
        padding-left: 50px;
        padding-right: 50px
    }

    .ot-zigzag-grid.reverce {
        grid-template-columns: 1fr
    }

    .ot-zigzag-content-block {
        grid-row-gap: 20px;
        text-align: center;
        justify-content: center;
        align-items: center
    }

    .ot-zigzag-content-block.left {
        text-align: left;
        justify-content: center;
        align-items: flex-start
    }

    .ot-h2 {
        font-size: var(--_new-home---font-size--t-h2);
        line-height: var(--_new-home---line-height--t-h2)
    }

    .ot-zigzag-title-text {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        justify-content: flex-start;
        align-items: center
    }

    .ot-zigzag-title-text.left {
        justify-content: flex-start;
        align-items: flex-start
    }

    .ot-tool-section {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .ot-tool-wrapper {
        margin-bottom: 50px
    }

    .ot-tool-heading-wrapper {
        grid-column-gap: 16px;
        grid-row-gap: 16px
    }

    .ot-need-wrapper {
        grid-column-gap: 34px;
        grid-row-gap: 34px;
        flex-flow: wrap
    }

    .ot-need-block-main {
        flex-flow: wrap;
        justify-content: center;
        align-items: center
    }

    .ot-review-section {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .ot-review-content-block {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        opacity: 1;
        height: auto;
        display: flex
    }

    .ot-review-top-block {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        flex-flow: column;
        justify-content: flex-start;
        align-items: flex-start
    }

    .ot-review-wrapper {
        flex-flow: column;
        margin-top: 34px
    }

    .o-review-title {
        max-height: none;
        font-size: 18px;
        line-height: 28px
    }

    .ot-review-block {
        width: 100%;
        padding: 30px 16px
    }

    .ot-counter-section {
        padding-bottom: 48px
    }

    .ot-counter-main {
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        justify-content: space-between
    }

    .ot-conter-text {
        padding-top: 12px
    }

    .ot-cta-section {background-image:url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/679b2a47d551a8146bde7ec3_texture.svg");background-position:50%;background-size:cover;
        padding-top: 50px;
        padding-bottom: 50px
    }

    .ot-cta-footer {
        grid-row-gap: 50px
    }

    .ot-footer-top-block {
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        flex-flow: wrap
    }

    .ot-footer-top-grid {
        grid-column-gap: 30px;
        grid-row-gap: 30px
    }

    .ot-footer-links-block {
        min-width: auto
    }

    .ot-navbar {
        background-color: #fff;
        margin-left: 16px;
        margin-right: 16px
    }

    .ot-navbar-container {
        background-color: #0000
    }

    .ot-nav-inner-container {
        padding: 2px 2px 2px 10px
    }

    .ot-nav-inner-container.pad-13 {
        padding-top: 0;
        padding-bottom: 0
    }

    .ot-navbar-wrapper {
        z-index: 999;
        display: flex
    }

    .ot-navbar-brand {
        z-index: 1
    }

    .ot-nav-menu-wrapper {
        background-color: #fff;
        height: 99vh;
        padding-top: 100px;
        position: fixed;
        top: 0;
        box-shadow: 0 2px 8px #00000014
    }

    .ot-nav-menu-wrapper.height-auto {
        height: auto
    }

    .ot-nav-menu {
        flex-flow: column;
        justify-content: flex-start;
        align-items: stretch;
        padding-bottom: 40px;
        padding-left: 10px;
        padding-right: 10px
    }

    .nav-link-5 {
        padding-left: 5px;
        padding-right: 5px
    }

    .ot-nav-dropdown-toggle {
        display: block
    }

    .nav-dropdown-list-4.shadow-three.w--open {
        position: absolute
    }

    .ot-nav-menu-button {
        padding-left: 10px;
        padding-right: 10px
    }

    .ot-nav-button-wrapper {
        z-index: 2;
        justify-content: flex-start;
        align-items: center;
        margin-left: 0;
        position: relative
    }

    .ot-nav-button-wrapper.inner {
        justify-content: flex-start;
        align-items: center;
        margin-top: 20px;
        padding-left: 25px
    }

    .ot-menu-button {
        z-index: 1;
        padding: 8px
    }

    .ot-menu-button.w--open {
        color: #fff;
        background-color: #0000
    }

    .ot-menu-icon {
        color: #000;
        font-size: 40px
    }

    .template-form {
        text-align: left;
        width: 450px;
        margin-left: auto;
        margin-right: auto
    }

    .navigation-inner-wrap {
        grid-column-gap: 12px;
        grid-row-gap: 12px;
        flex-flow: column;
        justify-content: center;
        align-items: flex-start;
        padding-left: 15px;
        padding-right: 15px;
        display: flex
    }

    .ot-nav-dropdown-list {
    top: 100%;
        position: static;
        transform: none
    }

    .ot-nav-dropdown-list.w--open {
        margin-top: 5px
    }

    .nav-dropdown-title {
        font-size: 16px;
        line-height: 24px
    }

    .ot-nav-dropdown {
        width: 100%;
        padding-top: 0;
        padding-bottom: 0
    }

    .o-feature-main-block {
        padding: 40px
    }

    .o-feature-grid {
        grid-column-gap: 20px;
        grid-row-gap: 20px
    }

    .ot-feature-para-text {
        font-size: 16px;
        line-height: 24px
    }

    .ot-section {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .ot-section.mb-33,
    .ot-section.mb-60 {
        margin-bottom: 0
    }

    .o-glossary-hero-section {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .o-glossary-form-h2 {
        font-size: var(--_new-home---font-size--t-h2);
        line-height: var(--_new-home---line-height--t-h2)
    }

    .o-tax-category-left {
        min-width: 500px
    }

    .o-tax-templates-grid {
        grid-template-columns: 1fr 1fr 1fr
    }

    .o-resources-grid {
        grid-column-gap: 20px;
        grid-row-gap: 20px
    }

    .o-resources-h3 {
        font-size: 18px;
        line-height: 26px
    }

    .ot-hero-grid {
        grid-column-gap: 22px;
        grid-row-gap: 22px;
        grid-template-columns: 1fr
    }

    .ot-hero-grid-content {
        text-align: center
    }

    .trustpilot-wrapper {
        justify-content: center;
        align-items: center
    }

    .grid-2 {
        grid-template-columns: 1fr;
        display: block
    }

    .ot-book-meeting-content {
        text-align: center;
        justify-content: center;
        align-items: center
    }

    .ot-book-meeting-ul.desk {
        display: none
    }

    .ot-book-meeting-ul.mobile {
        display: flex
    }

    .ot-bm-slider {
        max-width: 728px
    }

    .ot-bm-slider.desk {
        display: none
    }

    .ot-bm-slider.mobile {
        display: block
    }

    .ot-book-meeting-left {
        margin-top: 0
    }

    .ot-bm-main {
        height: auto;
        padding-top: 60px;
        padding-bottom: 90px;
        display: block
    }

    .ot-bk-zigzag-grid {
        grid-row-gap: 30px;
        grid-template-columns: 1fr;
        align-self: stretch;
        place-items: center
    }

    .ot-bk-zigzag-grid.reverce {
        grid-template-columns: 1fr
    }

    .otto-container {
        max-width: none
    }

    .ot-bk-zigzag-wrapper {
        grid-row-gap: 60px;
        margin-top: 60px
    }

    .ot-bk-step-grid {
        margin-top: 34px
    }

    .ot-bk-step-pera {
        font-size: 16px;
        line-height: 24px
    }

    .ot-financial-main-wraper {
        margin-top: 34px
    }

    .ot-financial-bottom-grid,
    .ot-financial-top-grid {
        grid-column-gap: 20px;
        grid-row-gap: 20px
    }

    .ot-financial-link-block {
        padding: 20px
    }

    .ot-financial-h3 {
        font-size: 18px;
        line-height: 28px
    }

    .ot-review-slider {
        margin-top: 34px
    }

    .ot-review-slide-block {
        margin-left: 50px;
        margin-right: 50px
    }

    .ot-review-slide-text {
        font-size: 20px;
        line-height: 28px
    }

    .ot-pricing-wrapper {
        margin-top: 34px
    }

    .ot-pricing-grid {
        grid-template-columns: 1fr 1fr
    }

    .ot-faq-main-container {
        margin-top: 34px
    }

    .ot-compare-wrapper {
        grid-row-gap: 0px;
        border-bottom: 1px solid #edeff3;
        border-right: 1px solid #edeff3;
        margin-top: 34px
    }

    .ot-comare-head-grid {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        grid-template-columns: 1fr 1fr 1fr
    }

    .ot-comare-head-block {
        border-top: 1px solid #edeff3;
        border-left: 1px solid #edeff3;
        padding: 18px
    }

    .ot-comare-head {
        border-bottom: 1px solid #edeff3;
        padding-top: 0;
        padding-bottom: 0;
        top: 73px
    }

    .ot-compare-body {
        grid-row-gap: 0px
    }

    .ot-comare-body-grid {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        border-top-style: none;
        grid-template-columns: 1fr 1fr 1fr
    }

    .ot-comare-body-block {
        border-top: 1px solid #edeff3;
        border-left: 1px solid #edeff3;
        padding-left: 18px;
        padding-right: 18px
    }

    .collection-list-grid {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        grid-template-columns: 1fr 1fr 1fr
    }

    .ot-wc-grid {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        margin-top: 34px
    }

    .ot-wc-block {
        padding-left: 20px;
        padding-right: 20px
    }

    .ot-wc-h3 {
        line-height: 26px
    }

    .ot-wc-pera {
        font-size: 14px;
        line-height: 20px
    }

    .ot-collection-wrapper {
        padding-top: 100px
    }

    .ot-sitemap-h-h2 {
        font-size: 24px;
        line-height: var(--line-height--tablet-h2);
        font-weight: 600
    }

    .ot-button-wrapper.mt-24 {
        justify-content: center;
        align-items: center
    }

    .ot-hero-card-block {
        text-align: center
    }

    .ot-agreement-grid {
        grid-column-gap: 20px;
        grid-row-gap: 20px
    }

    .ot-zigzag-wrappers {
        grid-row-gap: 60px
    }

    .ot-hero-video-wrapper {
        padding-top: 50px
    }

    .ot-how-to-ul {
        text-align: left
    }

    .ot-h3 {
        font-size: var(--_new-home---font-size--t-h2);
        line-height: var(--_new-home---line-height--t-h2)
    }

    .ot-alternative-grid {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        border-top-style: none
    }

    .ot-point-ul {
        text-align: left
    }

    .ot-comparison-table-wrapper {
        border-right-style: none;
        border-radius: 0;
        overflow: auto
    }

    .ot-comparison-grid {
        grid-template-columns: 30% 11.66% 11.66% 11.66% 11.66% 11.66% 11.66%
    }

    .ot-comparison-grid._6-grid {
        grid-template-columns: 250px 150px 150px 150px 150px 150px
    }

    .ot-tools-list-wrapper {
        grid-template-columns: .7fr 1fr .7fr
    }

    .calculator-collection-item {
        padding: 20px
    }

    .cac-by-state-grid {
        margin-top: 34px
    }

    .cac-by-state-grid._2-grid {
        margin-left: 0;
        margin-right: 0
    }

    .currency-pairing-grid {
        margin-top: 34px
    }

    .signature-grid {
        grid-row-gap: 50px
    }

    .personality-sign-title {
        font-size: 20px;
        line-height: 30px
    }

    .successful-sign-block {
        justify-content: space-between
    }

    .sign-zigzag-bottom-grid {
        grid-column-gap: 16px;
        grid-row-gap: 16px
    }

    .sign-zigzag-grid {
        grid-column-gap: 30px
    }

    .sign-why-otto-grid,
    .why-otto-left-grid {
        grid-column-gap: 16px;
        grid-row-gap: 16px
    }

    .personality-sign-block {
        justify-content: flex-start
    }
}

@media screen and (max-width:767px) {
    h1 {
        font-size: var(--font-size--mobile-l-h1);
        line-height: var(--line-height--mobile-l-h1)
    }

    h2 {
        font-size: var(--font-size--mobile-l-h2);
        line-height: var(--line-height--mobile-l-h2)
    }

    h3 {
        font-size: var(--font-size--mobile-l-h3);
        line-height: var(--line-height--mobile-l-h3)
    }

    .navbar-brand {
        padding-left: 0
    }

    .hero-heading-left,
    .testimonial-column-light {
        padding: 40px 15px 60px
    }

    .centered-heading {
        font-size: 32px;
        line-height: 42px
    }

    .testimonial-grid-two {
        grid-template-columns: 1fr
    }

    .hero-wrapper-two {
        grid-column-gap: .75em;
        grid-row-gap: .75em
    }

    .div-block {
        justify-content: center
    }

    .heading {
        font-size: 42px;
        line-height: 52px;
        display: block
    }

    .div-block-3 {
        grid-column-gap: 12px;
        grid-row-gap: 12px
    }

    .div-block-4 {
        padding-top: 30px;
        padding-left: 50px
    }

    .hero-stack-deal-tracker {
        padding: 60px 15px
    }

    .heading-2 {
        max-width: none
    }

    .testimonial-slider-large-2 {
        padding: 60px 15px 40px
    }

    .testimonial-slide-2 {
        flex-direction: column;
        padding: 23px
    }

    .testimonial-content-2 {
        max-width: none;
        margin-bottom: 40px;
        margin-right: 0
    }

    .testimonial-quote-icon-2 {
        width: 50px;
        margin-bottom: 16px
    }

    .accordion-item-content {
        margin-right: 0
    }

    .hero-section1 {
        padding: 40px 15px 60px
    }

    .footer-subscribe-2 {
        padding-left: 15px;
        padding-right: 15px
    }

    .footer-form-two-2 {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .footer-form-container-two-2 {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center
    }

    .button-demo-large {
        font-size: 14px
    }

    .centered-heading-copy {
        text-align: center;
        font-size: 32px;
        line-height: 42px
    }

    .blog-collection-list {
        grid-template-columns: 1fr
    }

    .template-hero-section {
        padding: 40px 15px 60px
    }

    .temp-hero-description {
        font-size: 18px;
        line-height: 28px
    }

    .temp-hero-heading-block {
        justify-content: center
    }

    .temp-hero-heading {
        font-size: 35px;
        line-height: 45px;
        display: block
    }

    .template-3-grid-section {
        padding: 40px 15px 60px
    }

    .template-grid {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        grid-template-columns: 1fr 1fr
    }

    .temlate-faq {
        padding: 60px 15px
    }

    .global-footer {
        padding-left: 15px;
        padding-right: 15px
    }

    .footer-wrapper {
        flex-direction: column;
        align-items: center
    }

    .footer-content {
        grid-template-columns: 1fr 1fr
    }

    .footer-block {
        justify-content: flex-start;
        align-items: flex-start
    }

    .footer-divider {
        margin-top: 60px
    }

    .navbar-no-shadow {
        position: sticky
    }

    .nav-menu {
        flex-direction: column;
        padding-bottom: 30px;
        padding-left: 16px;
        padding-right: 16px
    }

    .nav-link-3 {
        padding-top: 10px;
        padding-bottom: 10px;
        display: inline-block
    }

    .nav-dropdown-3 {
        flex-direction: column;
        align-items: center;
        display: flex
    }

    .nav-dropdown-toggle-3 {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .nav-dropdown-list-3.shadow-three {
        box-shadow: 0 8px 50px #0000000d
    }

    .nav-dropdown-list-3.shadow-three.w--open {
        position: relative
    }

    .nav-dropdown-list-3.shadow-three.mobile-shadow-hide {
        box-shadow: none
    }

    .btn-blue,
    .mobile-margin-top-12 {
        margin-top: 10px
    }

    .o-container {
        padding-left: 16px;
        padding-right: 16px
    }

    .product-ctas-section {
        padding: 60px 15px
    }

    .all-product-cta-section {
        padding: 0 15px 60px
    }

    .all-product-cta-wrapper {
        flex-wrap: wrap
    }

    .o-heading-h2 {
        font-size: var(--font-size--mobile-l-h2);
        line-height: var(--line-height--mobile-l-h2)
    }

    .explore-heading,
    .template-heading {
        font-size: 22px;
        line-height: 30px
    }

    .alternative-image {
        width: 60px;
        height: auto;
        margin-top: 5px;
        margin-bottom: 5px
    }

    .d-none {
        display: none
    }

    .terms-container {
        padding-left: 15px;
        padding-right: 15px
    }

    .header-form {
        margin-top: 10px
    }

    .category-grid {
        grid-template-columns: 1fr 1fr
    }

    .tax-off-writer-container {
        padding-left: 16px;
        padding-right: 16px
    }

    .ticker-logo {
        margin-left: 24px;
        margin-right: 24px
    }

    .o-heading-animation-span {
        font-size: 28px;
        line-height: 36px
    }

    .o-4-col-logo-grid {
        flex-flow: wrap;
        grid-template-columns: 1fr 1fr 1fr;
        justify-content: center;
        align-items: stretch;
        display: flex
    }

    .ot-hero-section,
    .ot-hero-section.pt-150 {
        padding-top: 50px;
        padding-bottom: 40px
    }

    .ot-hero-section.pb-123 {
        padding-bottom: 40px
    }

    .ot-hero-section.bg-dotted {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .ot-h1 {
        font-size: var(--_new-home---font-size--ml-h1);
        line-height: var(--_new-home---line-height--ml-h1)
    }

    .ot-h1.ot-sitemap-h1 {
        font-size: 45px;
        line-height: 50px
    }

    .ot-subheadline {
        font-size: 16px;
        line-height: 24px
    }

    .ot-primary-btn.compare-business {
        padding-left: 10px;
        padding-right: 10px
    }

    .ot-zigzag-grid {
        border-radius: 38px;
        padding: 30px
    }

    .ot-zigzag-grid.reverce {
        grid-row-gap: 40px
    }

    .ot-zigzag-content-block.left {
        text-align: center;
        justify-content: center;
        align-items: center
    }

    .ot-h2 {
        font-size: var(--_new-home---font-size--m-h2);
        line-height: var(--_new-home---line-height--m-h2)
    }

    .ot-zigzag-title-text.left {
        justify-content: center;
        align-items: center
    }

    .ot-zigzag-image-block {
        text-align: center
    }

    .ot-section-sub-head.long-sub-head {
        line-height: 24px
    }

    .ot-need-block-main {
        grid-column-gap: 20px;
        grid-row-gap: 20px
    }

    .ot-need-icon-text {
        grid-column-gap: 7px;
        grid-row-gap: 7px
    }

    .ot-need-icon {
        font-size: 20px;
        line-height: 20px
    }

    .o-review-title {
        font-size: 16px;
        line-height: 24px
    }

    .ot-counter-main {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        flex-flow: wrap;
        justify-content: space-between
    }

    .ot-form-block {
        align-self: stretch;
        width: 400px;
        margin-left: auto;
        margin-right: auto
    }

    .ot-email-field {
        width: 100%
    }

    .ot-review-work {
        font-size: 16px;
        line-height: 24px
    }

    .ot-footer-wraper {
        border-radius: 32px;
        padding-top: 30px;
        padding-left: 30px;
        padding-right: 30px
    }

    .ot-footer-top-block {
        grid-row-gap: 50px
    }

    .ot-footer-top-right {
        max-width: 100%
    }

    .ot-form-block-footer {
        align-self: stretch;
        width: 400px
    }

    .ot-navbar-brand {
        padding-left: 0
    }

    .ot-nav-menu {
        flex-direction: column
    }

    .nav-link-5 {
        padding-top: 10px;
        padding-bottom: 10px;
        display: inline-block
    }

    .nav-dropdown-4 {
        flex-direction: column;
        align-items: center;
        display: flex
    }

    .ot-nav-dropdown-toggle {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .nav-dropdown-list-4.shadow-three {
        box-shadow: 0 8px 50px #0000000d
    }

    .nav-dropdown-list-4.shadow-three.w--open {
        position: relative
    }

    .nav-dropdown-list-4.shadow-three.mobile-shadow-hide {
        box-shadow: none
    }

    .ot-menu-button {
        padding-top: 5px;
        padding-bottom: 3px
    }

    .ot-footer-top-left {
        max-width: 100%
    }

    .otto-center-text {
        font-size: 32px;
        line-height: 40px
    }

    .dropdown-inner-grid {
        grid-template-columns: 1fr 1fr
    }

    .o-feature-main-block {
        padding: 35px
    }

    .o-feature-grid {
        grid-column-gap: 35px;
        grid-row-gap: 35px;
        grid-template-columns: 1fr
    }

    .ot-feature-para-text {
        text-align: center
    }

    .o-feature-form-input {
        height: 46px
    }

    .o-glossary-section,
    .ot-section {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .o-glossary-section.pt-20 {
        padding-top: 20px
    }

    .o-glossary-form-h2 {
        font-size: var(--font-size--mobile-l-h2);
        line-height: var(--line-height--mobile-l-h2);
        text-align: center
    }

    .o-tax-category-main-wrapper {
        margin-top: 40px
    }

    .o-tax-category-left {
        min-width: auto;
        max-width: none
    }

    .o-tax-templates-grid {
        grid-template-columns: 1fr 1fr;
        margin-top: 40px
    }

    .o-tax-templates-p {
        min-height: auto
    }

    .o-resources-grid {
        grid-template-columns: 1fr 1fr;
        margin-top: 40px
    }

    .grid-2 {
        grid-column-gap: 50px;
        grid-row-gap: 50px;
        flex-flow: column
    }

    .book-meeting-container {
        padding-left: 16px;
        padding-right: 16px
    }

    .ot-bm-slider {
        max-width: none
    }

    .ot-book-meeting-right {
        min-height: auto;
        max-height: none;
        padding: 20px
    }

    .ot-book-meeting-right.d-md-none {
        display: none
    }

    .ot-bm-main {
        padding-top: 40px
    }

    .ot-bk-zigzag-grid {
        border-radius: 38px
    }

    .ot-bk-zigzag-wrapper {
        margin-top: 60px
    }

    .ot-hero-grid-form {
        padding: 20px
    }

    .ot-hero-grid-form.d-md-none {
        display: none
    }

    .ot-bk-step-grid {
        grid-template-columns: 1fr
    }

    .ot-financial-main-wraper {
        grid-column-gap: 20px;
        grid-row-gap: 20px
    }

    .ot-financial-top-grid {
        grid-template-columns: 1fr 1fr
    }

    .ot-financial-bottom-grid {
        order: -1;
        grid-template-columns: 1fr 1fr
    }

    .ot-financial-icon-block {
        width: 30px
    }

    .ot-review-slide-block {
        margin-left: 40px;
        margin-right: 40px
    }

    .ot-slide-block-top {
        padding-left: 20px
    }

    .ot-slide-block-bottom {
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        padding: 20px
    }

    .ot-review-slide-text {
        font-size: 16px;
        line-height: 24px
    }

    .div-block-45,
    .div-block-46 {
        display: none
    }

    .ot-pricing-grid {
        grid-template-columns: 1fr
    }

    .ot-pricing-price-block {
        min-height: auto
    }

    .ot-faq-main-container {
        margin-top: 14px
    }

    .ot-faq-container {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .ot-faq-h3 {
        font-size: 16px;
        line-height: 24px
    }

    .ot-faq-ans-text {
        font-size: 14px;
        line-height: 21px
    }

    .ot-comare-head-block {
        justify-content: flex-start
    }

    .ot-comare-head-block.center {
        text-align: center
    }

    .ot-comare-head-title {
        font-size: 18px;
        line-height: 26px
    }

    .ot-comare-head {
        top: 63px
    }

    .ot-comare-body-block {
        justify-content: flex-start
    }

    .collection-list-grid,
    .ot-wc-grid {
        grid-template-columns: 1fr 1fr
    }

    .ot-collection-wrapper {
        padding-top: 80px
    }

    .ot-sitemap-grid {
        grid-template-columns: 1fr 1fr 1fr
    }

    .ot-sitemap-wrapper {
        grid-column-gap: 50px;
        grid-row-gap: 50px
    }

    .ot-sitemap-link-text {
        font-size: 14px
    }

    .ot-sitemap-inner-wrapper {
        grid-column-gap: 24px;
        grid-row-gap: 24px
    }

    .ot-sitemap-h-h2 {
        font-size: 22px;
        line-height: var(--line-height--mobile-p-h2);
        font-weight: 600
    }

    .ot-legal-agriment-content {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        flex-flow: column
    }

    .ot-legal-agriment-p {
        text-align: center;
        column-count: 1
    }

    .ot-agreement-grid {
        grid-column-gap: 35px;
        grid-row-gap: 35px;
        flex-flow: wrap-reverse;
        grid-template-columns: 1fr;
        display: flex
    }

    .ot-h3 {
        font-size: var(--_new-home---font-size--m-h3);
        line-height: var(--_new-home---line-height--m-h3)
    }

    .o-blog-block {
        padding-bottom: 30px
    }

    .ot-comparison-table-wrapper {
        overflow: auto
    }

    .ot-comparison-grid {
        grid-template-columns: 40% 15% 15% 15% 15% 15% 15%
    }

    .ot-comparision-head {
        word-break: break-all;
        font-size: 15px
    }

    .d-lg-none {
        display: block
    }

    .ot-author-image {
        width: 100px
    }

    .ot-tools-list-wrapper {
        grid-template-columns: 1fr
    }

    .t-d-none {
        display: none
    }

    .calculator-collection-list {
        grid-template-columns: 1fr 1fr
    }

    .cac-by-state-grid {
        grid-row-gap: 0px;
        place-items: stretch start
    }

    .currency-pairing-grid {
        grid-template-columns: 1fr 1fr 1fr;
        padding: 30px 16px
    }

    .sign-hero-grid {
        grid-template-columns: 1fr
    }

    .signature-grid {
        grid-template-columns: 1fr 1fr
    }

    .successful-people-position.long-sub-head {
        line-height: 24px
    }

    .sign-zigzag-bottom-grid {
        grid-template-columns: 1fr 1fr
    }

    .sign-why-otto-grid,
    .sign-zigzag-grid {
        grid-template-columns: 1fr
    }
}

@media screen and (max-width:479px) {
    h1 {
        font-size: var(--font-size--mobile-p-h1);
        line-height: var(--line-height--mobile-p-h1)
    }

    h2 {
        font-size: var(--font-size--mobile-p-h2);
        line-height: var(--line-height--mobile-p-h2)
    }

    h3 {
        font-size: var(--font-size--mobile-p-h3);
        line-height: var(--line-height--mobile-p-h3)
    }

    .container {
        max-width: none
    }

    .hero-heading-left {
        margin-top: 0;
        padding-top: 40px
    }

    .centered-heading {
        margin-bottom: 24px;
        font-size: 30px
    }

    .testimonial-main-heading {
        font-size: 22px
    }

    .hero-wrapper-two {
        grid-column-gap: .5em;
        grid-row-gap: .5em
    }

    .heading {
        font-size: 38px;
        line-height: 45px
    }

    .text-block {
        font-size: 17px
    }

    .div-block-3 {
        grid-column-gap: 8px;
        grid-row-gap: 8px
    }

    .div-block-4 {
        padding-top: 20px;
        padding-left: 35px
    }

    .container-2 {
        max-width: none
    }

    .testimonial-quote-icon-2 {
        width: 30px
    }

    .testimonial-quote-2 {
        font-size: 22px;
        line-height: 30px
    }

    .accordion-heading {
        font-size: 18px;
        line-height: 28px
    }

    .hero-section1 {
        margin-top: 0;
        padding-top: 40px
    }

    .container-5 {
        max-width: none
    }

    .footer-form-two-2 {
        padding: 0
    }

    .footer-form-container-two-2 {
        padding-top: 0
    }

    .button-demo-large {
        padding-left: 20px;
        padding-right: 20px
    }

    .centered-heading-copy {
        text-align: center;
        margin-bottom: 24px
    }

    .author-container {
        max-width: none
    }

    .collection-list-3 {
        overflow: auto
    }

    .template-hero-section {
        margin-top: 0;
        padding-top: 40px
    }

    .template-container {
        max-width: none
    }

    .hero-text-block {
        grid-column-gap: 0em;
        grid-row-gap: 0em
    }

    .temp-hero-description {
        font-size: 16px;
        line-height: 24px
    }

    .temp-hero-heading {
        font-size: 30px;
        line-height: 40px
    }

    .template-grid {
        grid-template-columns: 1fr
    }

    .template-faq-wrapper {
        grid-template-rows: auto auto;
        grid-template-columns: 1fr
    }

    .template-faq-container {
        max-width: none
    }

    .global-footer {
        padding-bottom: 20px
    }

    .footer-content {
        grid-column-gap: 24px;
        grid-row-gap: 24px;
        grid-template-columns: 1fr
    }

    .nav-menu {
        flex-direction: column
    }

    .blue-btn-wrapper,
    .nav-button-wrapper {
        width: auto
    }

    .container-7 {
        max-width: none
    }

    .glossery-cta-title {
        margin-bottom: 24px
    }

    .pricing-grid {
        grid-template-columns: 1fr
    }

    .o-section.bg-gray,
    .o-section.bg-transparent {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .o-heading-h2 {
        font-size: var(--font-size--mobile-p-h2);
        line-height: var(--line-height--mobile-p-h2)
    }

    .o-heading-h2.mb-24 {
        margin-bottom: 20px
    }

    .o-heading-wrapper {
        margin-bottom: 24px
    }

    .explore-heading {
        font-size: 20px
    }

    .how-to-point-heading {
        font-size: 20px;
        line-height: 30px
    }

    .feature-block {
        padding: 16px
    }

    .bottom-footer {
        flex-flow: column
    }

    .d-none {
        display: none
    }

    .launchlist-form {
        grid-row-gap: 10px;
        flex-flow: wrap;
        justify-content: center;
        align-items: center
    }

    .header-form-submit {
        width: 100%
    }

    .category-grid {
        grid-template-columns: 1fr
    }

    .o-4-col-logo-grid {
        grid-column-gap: 40px;
        grid-row-gap: 40px;
        grid-template-columns: 1fr 1fr
    }

    .o-company-logo-block {
        border-radius: 14px;
        width: 80px;
        height: 80px
    }

    .o-company-logo {
        width: 65px;
        height: auto
    }

    .o-minimize-icon {
        width: 23px;
        top: -7%;
        left: -7%
    }

    .ot-h1 {
        font-size: var(--_new-home---font-size--mp-h1)
    }

    .ot-h1.ot-sitemap-h1 {
        font-size: 35px;
        line-height: 48px
    }

    .ot-primary-btn.ot-submit {
        width: 100%;
        font-size: 14px;
        line-height: 22px;
        position: static;
        transform: none
    }

    .ot-primary-btn.outer {
        display: none
    }

    .ot-primary-btn.compare-btn {
        color: var(--_new-home---primary--blue--700);
        border-style: none;
        padding: 0;
        font-size: 12px;
        line-height: 14px
    }

    .ot-primary-btn.compare-btn:hover {
        box-shadow: none
    }

    .ot-primary-btn.compare-business {
        color: var(--_new-home---primary--blue--700);
        background-color: #0000;
        border-style: none;
        padding: 0;
        font-size: 12px;
        line-height: 14px
    }

    .ot-primary-btn.compare-business:hover {
        box-shadow: none
    }

    .ot-primary-btn.icon-with-text {
        justify-content: center;
        align-items: center
    }

    .ot-primary-btn.white-btn {
        padding-left: 20px;
        padding-right: 20px
    }

    .ot-secondary-btn.outer {
        display: none
    }

    .ot-secondary-btn.icon-with-text {
        justify-content: center;
        align-items: center
    }

    .ot-logo-title {
        margin-bottom: 25px
    }

    .ot-zigzag-grid {
        border-radius: 20px;
        padding: 16px
    }

    .ot-zigzag-grid.reverce {
        grid-row-gap: 30px
    }

    .ot-tool-section {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .ot-section-sub-head.fs-md-14 {
        font-size: 14px;
        line-height: 22px
    }

    .ot-tool-main {
        padding: 30px 16px
    }

    .ot-need-block-main {
        justify-content: center;
        align-items: center
    }

    .ot-counter-section,
    .ot-review-section {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .ot-counter-h4 {
        font-size: 20px;
        line-height: 28px
    }

    .ot-counter-after {
        height: 12px;
        top: 13px;
        left: -5px
    }

    .ot-company-logo-block.otto {
        width: 80px;
        height: 80px
    }

    .ot-form-block {
        width: 100%
    }

    .ot-form {
        text-align: center
    }

    .ot-email-field {
        width: 100%;
        margin-bottom: 10px
    }

    .ot-footer-wraper {
        padding-top: 16px;
        padding-left: 16px;
        padding-right: 16px
    }

    .ot-form-block-footer {
        width: 100%
    }

    .ot-footer-top-grid {
        grid-template-columns: 1fr
    }

    .ot-nav-inner-container {
        padding-top: 0;
        padding-bottom: 0
    }

    .ot-nav-menu-wrapper {
        padding-top: 76px
    }

    .ot-nav-menu {
        flex-direction: column
    }

    .ot-nav-button-wrapper {
        flex-flow: column;
        align-items: stretch;
        width: auto
    }

    .ot-nav-button-wrapper.inner {
        display: flex
    }

    .otto-center-text {
        font-size: 28px;
        line-height: 36px
    }

    .template-form {
        width: 100%
    }

    .ot-tax-collection-list {
        grid-column-gap: 16px;
        grid-row-gap: 16px
    }

    .ot-tax-collection-item-block {
        font-size: 14px;
        line-height: 20px
    }

    .dropdown-inner-grid {
        grid-template-columns: 1fr
    }

    .o-feature-main-block {
        padding: 16px
    }

    .o-feature-grid {
        grid-column-gap: 20px;
        grid-row-gap: 20px
    }

    .o-content-block {
        grid-column-gap: 25px;
        grid-row-gap: 25px
    }

    .ot-feature-para-text {
        line-height: 24px
    }

    .o-feature-top-form {
        flex-flow: column
    }

    .ot-section.review {
        padding-bottom: 80px
    }

    .o-glossary-hero-section {
        background-size: auto
    }

    .o-glossary-form-h2 {
        font-size: var(--font-size--mobile-p-h2);
        line-height: var(--line-height--mobile-p-h2)
    }

    .o-tax-category-block {
        grid-column-gap: 12px;
        grid-row-gap: 12px;
        padding: 16px
    }

    .o-tax-category-head {
        font-size: 14px;
        line-height: 20px
    }

    .o-tax-category-right {
        min-width: 50px;
        max-width: 61px
    }

    .o-tex-category-p {
        font-size: 14px;
        line-height: 20px
    }

    .o-tex-category-icon {
        width: 30px;
        font-size: 14px;
        line-height: 30px
    }

    .o-tax-templates-grid.mb-0.grid-m-1 {
        grid-template-columns: 1fr
    }

    .o-tax-templates-link {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        border-radius: 12px;
        padding: 16px
    }

    .o-tax-templates-p,
    .o-tax-templates-span {
        font-size: 14px;
        line-height: 22px
    }

    .o-tax-templates-top {
        grid-column-gap: 16px;
        grid-row-gap: 16px
    }

    .o-resources-grid {
        grid-template-columns: 1fr
    }

    .o-resources-block {
        padding: 16px
    }

    .o-tax-form-input-block,
    .o-tax-form-input-block._w-50 {
        width: 100%
    }

    .grid-2 {
        display: block
    }

    .ot-bm-slide-block {
        padding: 16px
    }

    .ot-book-meeting-right {
        padding-left: 16px;
        padding-right: 16px
    }

    .ot-bk-zigzag-grid {
        border-radius: 20px
    }

    .ot-bk-zigzag-grid.reverce {
        grid-row-gap: 30px
    }

    .ot-hero-grid-form {
        padding: 16px
    }

    .ot-financial-bottom-grid,
    .ot-financial-top-grid {
        grid-template-columns: 1fr
    }

    .ot-financial-icon-block.slider-arrow-left,
    .ot-financial-icon-block.slider-arrow-right {
        position: static;
        transform: none
    }

    .ot-review-slide-block {
        margin-left: 0;
        margin-right: 0
    }

    .ot-review-left-arrow {
        width: 30px;
        inset: auto 15% -50px 0%
    }

    .ot-review-right-arrow {
        width: 30px;
        inset: auto 0% -50px 15%
    }

    .ot-pricing-popular.p-0 {
        margin-top: -26px;
        margin-left: 0
    }

    .ot-monthly-yearly-tabs.mb-26 {
        margin-bottom: 26px
    }

    .ot-comare-head-block {
        text-align: center;
        justify-content: flex-start;
        align-items: center;
        padding: 15px 10px
    }

    .ot-comare-head-text {
        margin-bottom: 10px
    }

    .ot-comare-head-title {
        font-size: 16px;
        line-height: 24px
    }

    .div-block-53 {
        flex-flow: column-reverse wrap;
        justify-content: flex-start;
        align-items: center
    }

    .ot-comare-body-block {
        justify-content: flex-start;
        align-items: center;
        padding: 15px 10px
    }

    .ot-comare-body-title {
        font-size: 16px;
        line-height: 24px
    }

    .ot-comare-body-text {
        font-size: 14px;
        line-height: 22px
    }

    .collection-list-grid {
        grid-template-columns: 1fr
    }

    .ot-collection-link {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        border-radius: 10px;
        padding: 16px
    }

    .ot-wc-grid {
        grid-template-columns: 1fr
    }

    .ot-sitemap-grid {
        grid-column-gap: 12px;
        grid-row-gap: 12px;
        grid-template-columns: 1fr 1fr
    }

    .ot-sitemap-wrapper.ot-sitemap-left {
        margin-top: 30px
    }

    .ot-sitemap-link-text {
        font-size: 14px;
        line-height: 22px
    }

    .ot-sitemap-h-h2 {
        font-size: 19px;
        font-weight: 600
    }

    .ot-agreement-grid {
        grid-column-gap: 20px;
        grid-row-gap: 20px
    }

    .ot-alternative-grid {
        grid-template-columns: 1fr 1fr
    }

    .o-blog-block {
        padding: 16px
    }

    .ot-comparison-grid {
        grid-template-columns: 40% 20% 20% 20% 20% 20% 20%
    }

    .ot-comparison-grid._6-grid {
        grid-template-columns: 170px 150px 150px 150px 150px 150px
    }

    .ot-comparision-head {
        font-size: 14px;
        line-height: 22px
    }

    .ot-author-inner {
        flex-flow: column;
        justify-content: flex-start;
        align-items: center
    }

    .ot-author-mail {
        justify-content: center;
        align-items: center
    }

    .ot-author-content {
        text-align: center
    }

    .author-collection-wrapper {
        margin-top: 50px
    }

    .calculator-collection-list {
        grid-template-columns: 1fr
    }

    .cac-by-state-grid {
        grid-template-columns: auto;
        justify-items: stretch
    }

    .cac-by-state-grid._2-grid {
        grid-template-columns: auto
    }

    .state-block {
        column-count: 2
    }

    .currency-pairing-grid {
        grid-template-columns: 1fr 1fr
    }

    .sign-block-wrapper {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        padding: 30px 16px
    }

    .sign-block-image {
        width: 50px;
        height: 50px
    }

    .sign-block-heading {
        font-size: 18px;
        line-height: 28px
    }

    .signature-grid {
        grid-column-gap: 16px;
        grid-row-gap: 40px
    }

    .personality-sign-title {
        font-size: 16px;
        line-height: 24px
    }

    .personality-sign-img {
        margin-bottom: 8px
    }

    .successful-sign-title {
        font-size: 16px;
        line-height: 24px
    }

    .successful-people-position {
        font-size: 14px;
        line-height: 22px
    }

    .sign-zigzag-h3 {
        font-size: 16px
    }

    .why-otto-right-grid-title {
        font-size: 14px;
        line-height: 22px
    }

    .sign-hero-block-img {
        width: 30px;
        height: 30px
    }
}

#w-node-_0fc42039-19e5-07b7-169a-a58f03b843c0-7f30861b,
#w-node-_1dbdc90f-9bd5-15ba-4d23-d7c412808e95-64fab289,
#w-node-_1dbdc90f-9bd5-15ba-4d23-d7c412808e98-64fab289,
#w-node-_1dbdc90f-9bd5-15ba-4d23-d7c412808e9b-64fab289,
#w-node-_213280e3-7ea6-26fe-64df-eebb7adfc6f1-7f30861b,
#w-node-_28bf1856-db6c-ca7b-7c43-22b77583a573-64fab289,
#w-node-_28bf1856-db6c-ca7b-7c43-22b77583a576-64fab289,
#w-node-_28bf1856-db6c-ca7b-7c43-22b77583a579-64fab289,
#w-node-_2b63e990-2e6a-b8df-e490-142b5fe88e94-64fab289,
#w-node-_2b63e990-2e6a-b8df-e490-142b5fe88e97-64fab289,
#w-node-_2b63e990-2e6a-b8df-e490-142b5fe88e9a-64fab289,
#w-node-_4211eeb2-ce56-cd61-6075-385e4245959d-c6402339,
#w-node-_4211eeb2-ce56-cd61-6075-385e424595a4-c6402339,
#w-node-_4211eeb2-ce56-cd61-6075-385e424595ac-c6402339,
#w-node-_4211eeb2-ce56-cd61-6075-385e424595b4-c6402339,
#w-node-_4211eeb2-ce56-cd61-6075-385e424595bc-c6402339,
#w-node-_4211eeb2-ce56-cd61-6075-385e424595c4-c6402339,
#w-node-_492cca9f-b5ec-be18-39bc-6a237ae82aec-64fab289,
#w-node-_4edf3f6f-9a0e-5208-744c-325501376d14-c6402339,
#w-node-_6810144d-a73d-46ed-86cf-5fefecfcbd58-c6402339,
#w-node-_6a1b011b-f6e2-cb00-f16e-d58ba6faffe0-7f30861b,
#w-node-_6a1b011b-f6e2-cb00-f16e-d58ba6faffe3-7f30861b,
#w-node-_6a1b011b-f6e2-cb00-f16e-d58ba6faffe6-7f30861b,
#w-node-_6a1b011b-f6e2-cb00-f16e-d58ba6faffe9-7f30861b,
#w-node-_87ea56ed-4cca-3f03-4d73-7e51d00cac0d-64fab289,
#w-node-_87ea56ed-4cca-3f03-4d73-7e51d00cac10-64fab289,
#w-node-_87ea56ed-4cca-3f03-4d73-7e51d00cac13-64fab289,
#w-node-_90f672bb-bfb7-4f6f-693b-7518ab1821b3-7f30861b,
#w-node-_95da838e-5bec-96e4-5c89-8190504ecd15-64fab289,
#w-node-_95da838e-5bec-96e4-5c89-8190504ecd18-64fab289,
#w-node-_95da838e-5bec-96e4-5c89-8190504ecd1b-64fab289,
#w-node-_97c0e5c0-f6d6-3f80-397f-a0ed9f001706-5c5f6f25,
#w-node-_9eaa890e-75b3-71c4-a755-77adaf6ed7c1-7f30861b,
#w-node-_9eaa890e-75b3-71c4-a755-77adaf6ed7c4-7f30861b,
#w-node-_9eaa890e-75b3-71c4-a755-77adaf6ed7c7-7f30861b,
#w-node-_9eaa890e-75b3-71c4-a755-77adaf6ed7ca-7f30861b,
#w-node-a6375249-857b-81b9-4467-6e45235f9f59-64fab289,
#w-node-a6375249-857b-81b9-4467-6e45235f9f5c-64fab289,
#w-node-a6375249-857b-81b9-4467-6e45235f9f5f-64fab289,
#w-node-ae4aee22-3119-2a70-2116-866af61e5289-64fab289,
#w-node-ae4aee22-3119-2a70-2116-866af61e528c-64fab289,
#w-node-ae4aee22-3119-2a70-2116-866af61e528f-64fab289,
#w-node-aeebf5e7-3635-c95f-5b47-fd81b823d546-64fab289,
#w-node-aeebf5e7-3635-c95f-5b47-fd81b823d549-64fab289,
#w-node-aeebf5e7-3635-c95f-5b47-fd81b823d54c-64fab289,
#w-node-b4c4c864-29a8-a7bb-ac65-f6b6f0e374a9-7f30861b,
#w-node-b73f73bb-adf5-2ef8-1ada-737d4a390a2c-64fab289,
#w-node-b73f73bb-adf5-2ef8-1ada-737d4a390a2f-64fab289,
#w-node-b73f73bb-adf5-2ef8-1ada-737d4a390a32-64fab289,
#w-node-b8c3f52e-9e5a-b6e9-c488-7ee069321655-7f30861b,
#w-node-be55de94-2857-2a3b-05d5-bd17c3a4d6ae-64fab289,
#w-node-be55de94-2857-2a3b-05d5-bd17c3a4d6b1-64fab289,
#w-node-be55de94-2857-2a3b-05d5-bd17c3a4d6b4-64fab289,
#w-node-c82f806e-cb2e-604e-33f6-bd0579d42088-c6402339,
#w-node-d077fa2c-bb1b-8168-a089-5bb06fcc5b34-64fab289,
#w-node-d077fa2c-bb1b-8168-a089-5bb06fcc5b7d-64fab289,
#w-node-d077fa2c-bb1b-8168-a089-5bb06fcc5b80-64fab289,
#w-node-d077fa2c-bb1b-8168-a089-5bb06fcc5b83-64fab289,
#w-node-d801bb33-96b2-6d1a-586c-95824921f8f1-64fab289,
#w-node-d801bb33-96b2-6d1a-586c-95824921f8f4-64fab289,
#w-node-d801bb33-96b2-6d1a-586c-95824921f8f7-64fab289,
#w-node-da8173c8-dd78-f584-ff3d-afb302c1011f-64fab289,
#w-node-da8173c8-dd78-f584-ff3d-afb302c10122-64fab289,
#w-node-da8173c8-dd78-f584-ff3d-afb302c10125-64fab289,
#w-node-e9a54ab6-f1ca-9dd9-8e90-6e59a8e4766c-7f30861b,
#w-node-e9a54ab6-f1ca-9dd9-8e90-6e59a8e4766f-7f30861b,
#w-node-e9a54ab6-f1ca-9dd9-8e90-6e59a8e47672-7f30861b,
#w-node-e9a54ab6-f1ca-9dd9-8e90-6e59a8e47675-7f30861b,
#w-node-ea928bc2-ad38-977e-97b1-73ccc479a0b4-64fab289,
#w-node-ef593cb8-26ec-b024-20e4-23466492eaab-7f30861b,
#w-node-ef593cb8-26ec-b024-20e4-23466492eaae-7f30861b,
#w-node-ef593cb8-26ec-b024-20e4-23466492eab1-7f30861b,
#w-node-ef593cb8-26ec-b024-20e4-23466492eab4-7f30861b,
#w-node-fd2c4721-5657-0aad-d746-87c29335b8b3-9335b8ad,
#w-node-fd2c4721-5657-0aad-d746-87c29335b8bc-9335b8ad,
#w-node-fd2c4721-5657-0aad-d746-87c29335b8c3-9335b8ad,
#w-node-fd2c4721-5657-0aad-d746-87c29335b8c8-9335b8ad,
#w-node-ff077161-cd92-56c2-75da-881a86f82897-7f30861b,
#w-node-ff077161-cd92-56c2-75da-881a86f8289a-7f30861b,
#w-node-ff077161-cd92-56c2-75da-881a86f8289d-7f30861b,
#w-node-ff077161-cd92-56c2-75da-881a86f828a0-7f30861b {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-_96aef7fc-c8f0-4b54-196d-04700e59057d-7f30861b {
    grid-area: span 1/span 2/span 1/span 2
}

#w-node-_2b25362c-f012-202b-81c7-56c1171b8b23-560e63dd,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218ceba-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cebf-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cec2-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cec5-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cec8-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cecc-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218ced0-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218ced3-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218ced6-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218ceda-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cede-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cee1-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cee4-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cee8-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218ceeb-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218ceee-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cef1-7f30861b,
#w-node-_6f7fcb3d-d5d6-15be-e026-1e21b2ac5b9d-01ae2dcc,
#w-node-_6f7fcb3d-d5d6-15be-e026-1e21b2ac5b9d-4104a244,
#w-node-_6f7fcb3d-d5d6-15be-e026-1e21b2ac5b9d-8d035ad2,
#w-node-_6f7fcb3d-d5d6-15be-e026-1e21b2ac5b9d-b151776c,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053ce-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053d3-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053d6-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053d9-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053dc-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053e0-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053e5-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053e8-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053eb-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053ef-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053f6-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053f9-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053fc-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc905400-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc905403-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc905406-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc905409-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e590582-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e590585-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e590588-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e59058b-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e59058f-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e590592-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e590595-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e590598-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e59059c-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e5905a0-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e5905a3-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e5905a6-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e5905aa-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e5905ae-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e5905b1-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e5905b4-7f30861b,
#w-node-_97c0e5c0-f6d6-3f80-397f-a0ed9f001706-76c093c0,
#w-node-_97c0e5c0-f6d6-3f80-397f-a0ed9f001706-ed418883,
#w-node-a688e0db-f564-39a3-2cb4-3a3c62786752-0250efba,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9faea-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9faef-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9faf2-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9faf5-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9faf8-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fafc-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9faff-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fb02-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fb05-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fb09-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fb0c-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fb0f-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fb12-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fb16-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fb19-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fb1c-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fb1f-7f30861b {
    grid-area: span 1/span 1/span 1/span 1
}

@media screen and (max-width:991px) {

    #w-node-_216f12ae-ba9e-7966-97d1-b548748f14ad-ccff699d,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-ccff699d,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-ccff699d,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-ccff699d,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-ccff699d,
    #w-node-a6c1c49c-b847-624b-d15d-9c2f6ee7042e-ccff699d {
        order: -9999
    }

    #w-node-fd2c4721-5657-0aad-d746-87c29335b8b3-9335b8ad {
        grid-area: span 1/span 4/span 1/span 4
    }

    #w-node-_0722c148-ae40-2fcd-58d8-0e243f6e89b8-64fab289,
    #w-node-_0722c148-ae40-2fcd-58d8-0e243f6e89bb-64fab289,
    #w-node-_0722c148-ae40-2fcd-58d8-0e243f6e89da-64fab289,
    #w-node-_0c41a6a6-75bb-e14e-ca51-28e681040d4f-54ef974a,
    #w-node-_0c41a6a6-75bb-e14e-ca51-28e681040d52-54ef974a,
    #w-node-_0c41a6a6-75bb-e14e-ca51-28e681040d6f-54ef974a,
    #w-node-_0c41a6a6-75bb-e14e-ca51-28e681040d72-54ef974a,
    #w-node-_216f12ae-ba9e-7966-97d1-b548748f14ad-3b550c30,
    #w-node-_216f12ae-ba9e-7966-97d1-b548748f14ad-f0e04a7e,
    #w-node-_289c31eb-8abc-f4e2-bd60-14d0d8c99911-fed88d6b,
    #w-node-_289c31eb-8abc-f4e2-bd60-14d0d8c99914-fed88d6b,
    #w-node-_289c31eb-8abc-f4e2-bd60-14d0d8c99931-fed88d6b,
    #w-node-_289c31eb-8abc-f4e2-bd60-14d0d8c99934-fed88d6b,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-3b550c30,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-f0e04a7e,
    #w-node-_3b3dd5ee-68ee-92ea-0705-04aa69f94fdd-7ad3b6ec,
    #w-node-_3b3dd5ee-68ee-92ea-0705-04aa69f94fe0-7ad3b6ec,
    #w-node-_3b3dd5ee-68ee-92ea-0705-04aa69f94fff-7ad3b6ec,
    #w-node-_3b3dd5ee-68ee-92ea-0705-04aa69f95002-7ad3b6ec,
    #w-node-_41c0e31a-340f-9a0a-991d-c4663b2f73fb-0b00f232,
    #w-node-_41c0e31a-340f-9a0a-991d-c4663b2f73fe-0b00f232,
    #w-node-_41c0e31a-340f-9a0a-991d-c4663b2f741b-0b00f232,
    #w-node-_41c0e31a-340f-9a0a-991d-c4663b2f741e-0b00f232,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-3b550c30,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-f0e04a7e,
    #w-node-_530feea2-2c0a-3222-f877-6a5888b988bf-54b8eff2,
    #w-node-_530feea2-2c0a-3222-f877-6a5888b988c2-54b8eff2,
    #w-node-_530feea2-2c0a-3222-f877-6a5888b988df-54b8eff2,
    #w-node-_530feea2-2c0a-3222-f877-6a5888b988e2-54b8eff2,
    #w-node-_78ceae04-293d-816e-8cc5-52855c5cc628-04a8b58f,
    #w-node-_78ceae04-293d-816e-8cc5-52855c5cc62b-04a8b58f,
    #w-node-_78ceae04-293d-816e-8cc5-52855c5cc648-04a8b58f,
    #w-node-_78ceae04-293d-816e-8cc5-52855c5cc64b-04a8b58f,
    #w-node-_9583ee43-fd29-be4e-e101-49ec3a41fb81-83928fd0,
    #w-node-_9583ee43-fd29-be4e-e101-49ec3a41fb84-83928fd0,
    #w-node-_9583ee43-fd29-be4e-e101-49ec3a41fba1-83928fd0,
    #w-node-_9583ee43-fd29-be4e-e101-49ec3a41fba4-83928fd0,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-3b550c30,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-f0e04a7e,
    #w-node-a0e15047-3e53-d6b2-6bd7-6c6937e81317-ab4f9ee9,
    #w-node-a0e15047-3e53-d6b2-6bd7-6c6937e8131a-ab4f9ee9,
    #w-node-a0e15047-3e53-d6b2-6bd7-6c6937e81346-ab4f9ee9,
    #w-node-a0e15047-3e53-d6b2-6bd7-6c6937e81349-ab4f9ee9,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-3b550c30,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-f0e04a7e,
    #w-node-a6c1c49c-b847-624b-d15d-9c2f6ee7042e-3b550c30,
    #w-node-a6c1c49c-b847-624b-d15d-9c2f6ee7042e-f0e04a7e,
    #w-node-b1984bd0-f6f3-e524-1c1e-f831758f2102-2c440280,
    #w-node-b1984bd0-f6f3-e524-1c1e-f831758f2105-2c440280,
    #w-node-b1984bd0-f6f3-e524-1c1e-f831758f2124-2c440280,
    #w-node-b1984bd0-f6f3-e524-1c1e-f831758f2127-2c440280,
    #w-node-b69086b4-d75c-fa9c-7a0d-a3807b3acdf0-5c3d7ffe,
    #w-node-b69086b4-d75c-fa9c-7a0d-a3807b3acdf3-5c3d7ffe,
    #w-node-b69086b4-d75c-fa9c-7a0d-a3807b3ace10-5c3d7ffe,
    #w-node-b69086b4-d75c-fa9c-7a0d-a3807b3ace13-5c3d7ffe,
    #w-node-d3685cdd-81dd-fbe7-6796-7be19ac38b5c-67640707,
    #w-node-d3685cdd-81dd-fbe7-6796-7be19ac38b5f-67640707,
    #w-node-d3685cdd-81dd-fbe7-6796-7be19ac38b7c-67640707,
    #w-node-d3685cdd-81dd-fbe7-6796-7be19ac38b7f-67640707,
    #w-node-e03214e7-05ca-5435-0446-059158819a96-fc18b500,
    #w-node-e03214e7-05ca-5435-0446-059158819a99-fc18b500,
    #w-node-e03214e7-05ca-5435-0446-059158819ab6-fc18b500,
    #w-node-e03214e7-05ca-5435-0446-059158819ab9-fc18b500,
    #w-node-e1f296ab-f006-5384-8863-d777ad8be34a-a6f09c6e,
    #w-node-e1f296ab-f006-5384-8863-d777ad8be34d-a6f09c6e,
    #w-node-e1f296ab-f006-5384-8863-d777ad8be35c-a6f09c6e,
    #w-node-e1f296ab-f006-5384-8863-d777ad8be35f-a6f09c6e,
    #w-node-f1e0d2c2-a379-478a-6792-8d12c3a2d2d2-9b757bba,
    #w-node-f1e0d2c2-a379-478a-6792-8d12c3a2d2d5-9b757bba,
    #w-node-f1e0d2c2-a379-478a-6792-8d12c3a2d2f2-9b757bba,
    #w-node-f1e0d2c2-a379-478a-6792-8d12c3a2d2f5-9b757bba,
    #w-node-fb03c03c-6345-fbe6-0baf-02c4d639a49e-bad698d7,
    #w-node-fb03c03c-6345-fbe6-0baf-02c4d639a4a1-bad698d7,
    #w-node-fb03c03c-6345-fbe6-0baf-02c4d639a4be-bad698d7,
    #w-node-fb03c03c-6345-fbe6-0baf-02c4d639a4c1-bad698d7 {
        order: -9999
    }

    #w-node-ef02d72e-6a5c-95a2-dc85-a970072aad98-5485f0f2 {
        order: 9999
    }

    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-5485f0f2,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-5485f0f2,
    #w-node-_66f05f3d-8656-7064-e1d7-b748a9979968-0d81922a,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-5485f0f2,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-5485f0f2 {
        order: -9999
    }

    #w-node-_213280e3-7ea6-26fe-64df-eebb7adfc6f1-7f30861b,
    #w-node-_5a370f4f-24cb-4e7d-5880-e9a87218ceba-7f30861b,
    #w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cebf-7f30861b,
    #w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cecc-7f30861b,
    #w-node-_5a370f4f-24cb-4e7d-5880-e9a87218ceda-7f30861b,
    #w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cee8-7f30861b,
    #w-node-_6a1b011b-f6e2-cb00-f16e-d58ba6faffe0-7f30861b,
    #w-node-_75df709f-8ca9-803e-fd9d-e163fc9053ce-7f30861b,
    #w-node-_75df709f-8ca9-803e-fd9d-e163fc9053d3-7f30861b,
    #w-node-_75df709f-8ca9-803e-fd9d-e163fc9053e0-7f30861b,
    #w-node-_75df709f-8ca9-803e-fd9d-e163fc9053ef-7f30861b,
    #w-node-_75df709f-8ca9-803e-fd9d-e163fc905400-7f30861b,
    #w-node-_96aef7fc-c8f0-4b54-196d-04700e59057d-7f30861b,
    #w-node-_96aef7fc-c8f0-4b54-196d-04700e590582-7f30861b,
    #w-node-_96aef7fc-c8f0-4b54-196d-04700e59058f-7f30861b,
    #w-node-_96aef7fc-c8f0-4b54-196d-04700e59059c-7f30861b,
    #w-node-_96aef7fc-c8f0-4b54-196d-04700e5905aa-7f30861b,
    #w-node-_9eaa890e-75b3-71c4-a755-77adaf6ed7c1-7f30861b,
    #w-node-b8c3f52e-9e5a-b6e9-c488-7ee069321655-7f30861b,
    #w-node-c6224e35-6da3-b490-4671-64a3520ae307-7f30861b,
    #w-node-e9a54ab6-f1ca-9dd9-8e90-6e59a8e4766c-7f30861b,
    #w-node-ef593cb8-26ec-b024-20e4-23466492eaab-7f30861b,
    #w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9faea-7f30861b,
    #w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9faef-7f30861b,
    #w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fafc-7f30861b,
    #w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fb09-7f30861b,
    #w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fb16-7f30861b,
    #w-node-ff077161-cd92-56c2-75da-881a86f82897-7f30861b {
        grid-area: span 1/span 3/span 1/span 3
    }

    #w-node-_24dd4a8e-5b02-f393-094c-0e49960fbe79-c5c5bafa,
    #w-node-_24dd4a8e-5b02-f393-094c-0e49960fbe7c-c5c5bafa,
    #w-node-edee66f5-2c24-2a17-875f-c4a4c9b7fb36-6fd0254d {
        order: -9999
    }

    #w-node-ef02d72e-6a5c-95a2-dc85-a970072aad98-59497619 {
        order: 9999
    }

    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-0250efba,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-59497619,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-883a79eb,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-97b51d03,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-0250efba,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-59497619,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-883a79eb,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-97b51d03,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-0250efba,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-59497619,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-883a79eb,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-97b51d03,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-0250efba,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-59497619,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-883a79eb,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-97b51d03 {
        order: -9999
    }

    #w-node-ef02d72e-6a5c-95a2-dc85-a970072aad98-17e5fe6e {
        order: 9999
    }

    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-17e5fe6e,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-17e5fe6e,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-17e5fe6e,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-17e5fe6e {
        order: -9999
    }

    #w-node-ef02d72e-6a5c-95a2-dc85-a970072aad98-2eeefa86 {
        order: 9999
    }

    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-2eeefa86,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-2eeefa86,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-2eeefa86,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-2eeefa86 {
        order: -9999
    }

    #w-node-ef02d72e-6a5c-95a2-dc85-a970072aad98-44ce14be {
        order: 9999
    }

    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-44ce14be,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-9131135e,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-ec2e21d6,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-44ce14be,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-9131135e,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-ec2e21d6,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-44ce14be,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-9131135e,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-ec2e21d6,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-44ce14be,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-9131135e,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-ec2e21d6 {
        order: -9999
    }

    #w-node-ef02d72e-6a5c-95a2-dc85-a970072aad98-b4b3c629 {
        order: 9999
    }

    #w-node-_216f12ae-ba9e-7966-97d1-b548748f14ad-7d90cd80,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-09422be0,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-2ec89a7c,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-560e63dd,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-7d90cd80,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-b4b3c629,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-faa9e69a,
    #w-node-_3f82a720-c9a1-6552-d63e-95277df515ba-882f85e2,
    #w-node-_3f82a720-c9a1-6552-d63e-95277df515bd-882f85e2,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-09422be0,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-2ec89a7c,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-560e63dd,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-7d90cd80,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-b4b3c629,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-faa9e69a,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-09422be0,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-2ec89a7c,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-560e63dd,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-7d90cd80,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-b4b3c629,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-faa9e69a,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-09422be0,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-2ec89a7c,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-560e63dd,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-7d90cd80,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-b4b3c629,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-faa9e69a,
    #w-node-a6c1c49c-b847-624b-d15d-9c2f6ee7042e-7d90cd80 {
        order: -9999
    }

    #w-node-ef02d72e-6a5c-95a2-dc85-a970072aad98-6db08040 {
        order: 9999
    }

    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-6db08040,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-6db08040,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-6db08040,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-6db08040 {
        order: -9999
    }

    #w-node-ef02d72e-6a5c-95a2-dc85-a970072aad98-3bb930df {
        order: 9999
    }

    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-3bb930df,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-7ef99923,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-cd0809bd,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-d7e02c3d,
    #w-node-_42de9e03-c337-4db3-a3b2-dedda3e1c322-ffcef390,
    #w-node-_42de9e03-c337-4db3-a3b2-dedda3e1c325-ffcef390,
    #w-node-_42de9e03-c337-4db3-a3b2-dedda3e1c350-ffcef390,
    #w-node-_42de9e03-c337-4db3-a3b2-dedda3e1c353-ffcef390,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-3bb930df,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-7ef99923,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-cd0809bd,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-d7e02c3d,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-3bb930df,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-7ef99923,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-cd0809bd,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-d7e02c3d,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-3bb930df,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-d7e02c3d,
    #w-node-b29a5190-dcf2-c069-5141-d04539faafbd-e0322ce1,
    #w-node-d5537e73-153c-c897-bb75-4a8a12737d7b-bdbf4e13,
    #w-node-d5537e73-153c-c897-bb75-4a8a12737d7e-bdbf4e13,
    #w-node-d5537e73-153c-c897-bb75-4a8a12737da9-bdbf4e13,
    #w-node-d5537e73-153c-c897-bb75-4a8a12737dac-bdbf4e13 {
        order: -9999
    }
}

@media screen and (max-width:767px) {
    #w-node-_97c0e5c0-f6d6-3f80-397f-a0ed9f001732-5c5f6f25 {
        grid-area: span 1/span 2/span 1/span 2
    }

    #w-node-_90db8bdc-3c2f-fe82-f135-86abe74c75a1-1aa818ee,
    #w-node-f4f2cb76-5870-67fe-6f06-ebcf03662d4a-fd84e933 {
        order: -9999;
        justify-self: center
    }

    #w-node-f1f39991-39a6-ef92-7c09-a6f6c3361236-fd84e933 {
        grid-area: span 1/span 2/span 1/span 2
    }

    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-5485f0f2 {
        grid-area: span 1/span 1/span 1/span 1
    }

    #w-node-_554ea7bd-d055-6dab-d8e7-685159bdf056-6465bb7e,
    #w-node-a11f6bb7-184c-e266-b1f2-c4494da3f6bc-f3d2f9b8,
    #w-node-b9fdcdde-cf3e-79de-7a78-df472a5109db-2d31400b {
        order: -9999;
        justify-self: center
    }

    #w-node-_517c748a-637d-2f16-d399-2714cf3222f9-c5c5bafa,
    #w-node-_989b4125-4882-e86d-0951-bacb4b56f5f3-01ae2dcc,
    #w-node-_989b4125-4882-e86d-0951-bacb4b56f5f3-4104a244,
    #w-node-_989b4125-4882-e86d-0951-bacb4b56f5f3-8d035ad2,
    #w-node-_989b4125-4882-e86d-0951-bacb4b56f5f3-b151776c {
        grid-area: span 1/span 2/span 1/span 2
    }

    #w-node-c9bae699-f478-2eec-b4a5-53f38a13a95c-c5c5bafa {
        order: -9999;
        justify-self: center
    }

    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-0250efba,
    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-59497619,
    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-883a79eb,
    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-97b51d03 {
        grid-area: span 1/span 1/span 1/span 1
    }

    #w-node-_97c0e5c0-f6d6-3f80-397f-a0ed9f001732-76c093c0 {
        grid-area: span 1/span 2/span 1/span 2
    }

    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-09422be0,
    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-17e5fe6e,
    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-2ec89a7c,
    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-2eeefa86,
    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-44ce14be,
    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-560e63dd,
    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-9131135e,
    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-b4b3c629,
    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-ec2e21d6,
    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-faa9e69a {
        grid-area: span 1/span 1/span 1/span 1
    }

    #w-node-bdb47d25-9776-b70f-1bc9-470e0ee52386-882f85e2 {
        order: -9999;
        justify-self: center
    }

    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-3bb930df,
    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-6db08040 {
        grid-area: span 1/span 1/span 1/span 1
    }

    #w-node-_97c0e5c0-f6d6-3f80-397f-a0ed9f001732-ed418883 {
        grid-area: span 1/span 2/span 1/span 2
    }

    #w-node-_1001bd08-39f8-7b98-80e4-45c54705a387-cd0809bd,
    #w-node-_2198f5ec-5a3a-f564-d58c-8d71231701f3-e0322ce1,
    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-7ef99923,
    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-cd0809bd,
    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-d7e02c3d,
    #w-node-bc7d4951-51d1-93ec-46fc-002c68005982-bdbf4e13 {
        grid-area: span 1/span 1/span 1/span 1
    }
}

@media screen and (max-width:479px) {
    #w-node-fd2c4721-5657-0aad-d746-87c29335b8b3-9335b8ad {
        grid-column: span 1/span 1
    }

    #w-node-_1dbdc90f-9bd5-15ba-4d23-d7c412808e95-64fab289,
    #w-node-_28bf1856-db6c-ca7b-7c43-22b77583a573-64fab289,
    #w-node-_2b63e990-2e6a-b8df-e490-142b5fe88e94-64fab289,
    #w-node-_87ea56ed-4cca-3f03-4d73-7e51d00cac0d-64fab289,
    #w-node-_95da838e-5bec-96e4-5c89-8190504ecd15-64fab289,
    #w-node-a6375249-857b-81b9-4467-6e45235f9f59-64fab289,
    #w-node-ae4aee22-3119-2a70-2116-866af61e5289-64fab289,
    #w-node-aeebf5e7-3635-c95f-5b47-fd81b823d546-64fab289,
    #w-node-b73f73bb-adf5-2ef8-1ada-737d4a390a2c-64fab289,
    #w-node-be55de94-2857-2a3b-05d5-bd17c3a4d6ae-64fab289,
    #w-node-d077fa2c-bb1b-8168-a089-5bb06fcc5b34-64fab289,
    #w-node-d077fa2c-bb1b-8168-a089-5bb06fcc5b7d-64fab289,
    #w-node-d801bb33-96b2-6d1a-586c-95824921f8f1-64fab289,
    #w-node-da8173c8-dd78-f584-ff3d-afb302c1011f-64fab289 {
        grid-area: span 1/span 2/span 1/span 2
    }

    #w-node-_517c748a-637d-2f16-d399-2714cf3222f9-c5c5bafa,
    #w-node-_97c0e5c0-f6d6-3f80-397f-a0ed9f001732-5c5f6f25,
    #w-node-_97c0e5c0-f6d6-3f80-397f-a0ed9f001732-76c093c0,
    #w-node-_97c0e5c0-f6d6-3f80-397f-a0ed9f001732-ed418883,
    #w-node-_989b4125-4882-e86d-0951-bacb4b56f5f3-01ae2dcc,
    #w-node-_989b4125-4882-e86d-0951-bacb4b56f5f3-4104a244,
    #w-node-_989b4125-4882-e86d-0951-bacb4b56f5f3-8d035ad2,
    #w-node-_989b4125-4882-e86d-0951-bacb4b56f5f3-b151776c,
    #w-node-f1f39991-39a6-ef92-7c09-a6f6c3361236-fd84e933 {
        grid-area: span 1/span 1/span 1/span 1
    }
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-family: sans-serif
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    vertical-align: baseline;
    display: inline-block
}

audio:not([controls]) {
    height: 0;
    display: none
}

[hidden],
template {
    display: none
}

a {
    background-color: #0000
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    margin: .67em 0;
    font-size: 2em
}

mark {
    color: #000;
    background: #ff0
}

small {
    font-size: 80%
}

sub,
sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: none
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

@font-face {
    font-family: webflow-icons;
    src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format("truetype");
    font-weight: 400;
    font-style: normal
}

[class*=" w-icon-"],
[class^=w-icon-] {
    speak: none;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    font-family: webflow-icons !important
}

.w-icon-slider-right:before {
    content: ""
}

.w-icon-slider-left:before {
    content: ""
}

.w-icon-nav-menu:before {
    content: ""
}

.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
    content: ""
}

.w-icon-file-upload-remove:before {
    content: ""
}

.w-icon-file-upload-icon:before {
    content: ""
}

* {
    box-sizing: border-box
}

html {
    height: 100%
}

body {
    color: #333;
    background-color: #fff;
    min-height: 100%;
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 20px
}

img {
    vertical-align: middle;
    max-width: 100%;
    display: inline-block
}

html.w-mod-touch * {
    background-attachment: scroll !important
}

.w-block {
    display: block
}

.w-inline-block {
    max-width: 100%;
    display: inline-block
}

.w-clearfix:after,
.w-clearfix:before {
    content: " ";
    grid-area: 1/1/2/2;
    display: table
}

.w-clearfix:after {
    clear: both
}

.w-hidden {
    display: none
}

.w-button {
    color: #fff;
    line-height: inherit;
    cursor: pointer;
    background-color: #3898ec;
    border: 0;
    border-radius: 0;
    padding: 9px 15px;
    text-decoration: none;
    display: inline-block
}

input.w-button {
    -webkit-appearance: button
}

html[data-w-dynpage] [data-w-cloak] {
    color: #0000 !important
}

.w-code-block {
    margin: unset
}

pre.w-code-block code {
    all: inherit
}

.w-optimization {
    display: contents
}

.w-webflow-badge,
.w-webflow-badge>img {
    box-sizing: unset;
    width: unset;
    height: unset;
    max-height: unset;
    max-width: unset;
    min-height: unset;
    min-width: unset;
    margin: unset;
    padding: unset;
    float: unset;
    clear: unset;
    border: unset;
    border-radius: unset;
    background: unset;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-origin: unset;
    background-clip: unset;
    background-attachment: unset;
    background-color: unset;
    box-shadow: unset;
    transform: unset;
    direction: unset;
    font-family: unset;
    font-weight: unset;
    color: unset;
    font-size: unset;
    line-height: unset;
    font-style: unset;
    font-variant: unset;
    text-align: unset;
    letter-spacing: unset;
    -webkit-text-decoration: unset;
    text-decoration: unset;
    text-indent: unset;
    text-transform: unset;
    list-style-type: unset;
    text-shadow: unset;
    vertical-align: unset;
    cursor: unset;
    white-space: unset;
    word-break: unset;
    word-spacing: unset;
    word-wrap: unset;
    transition: unset
}

.w-webflow-badge {
    white-space: nowrap;
    cursor: pointer;
    box-shadow: 0 0 0 1px #0000001a, 0 1px 3px #0000001a;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 2147483647 !important;
    color: #aaadb0 !important;
    overflow: unset !important;
    background-color: #fff !important;
    border-radius: 3px !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 6px !important;
    font-size: 12px !important;
    line-height: 14px !important;
    text-decoration: none !important;
    display: inline-block !important;
    position: fixed !important;
    inset: auto 12px 12px auto !important;
    transform: none !important
}

.w-webflow-badge>img {
    position: unset;
    visibility: unset !important;
    opacity: 1 !important;
    vertical-align: middle !important;
    display: inline-block !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 10px;
    font-weight: 700
}

h1 {
    margin-top: 20px;
    font-size: 38px;
    line-height: 44px
}

h2 {
    margin-top: 20px;
    font-size: 32px;
    line-height: 36px
}

h3 {
    margin-top: 20px;
    font-size: 24px;
    line-height: 30px
}

h4 {
    margin-top: 10px;
    font-size: 18px;
    line-height: 24px
}

h5 {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px
}

h6 {
    margin-top: 10px;
    font-size: 12px;
    line-height: 18px
}

p {
    margin-top: 0;
    margin-bottom: 10px
}

blockquote {
    border-left: 5px solid #e2e2e2;
    margin: 0 0 10px;
    padding: 10px 20px;
    font-size: 18px;
    line-height: 22px
}

figure {
    margin: 0 0 10px
}

figcaption {
    text-align: center;
    margin-top: 5px
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 40px
}

.w-list-unstyled {
    padding-left: 0;
    list-style: none
}

.w-embed:after,
.w-embed:before {
    content: " ";
    grid-area: 1/1/2/2;
    display: table
}

.w-embed:after {
    clear: both
}

.w-video {
    width: 100%;
    padding: 0;
    position: relative
}

.w-video embed,
.w-video iframe,
.w-video object {
    border: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

[type=button],
[type=reset],
button {
    cursor: pointer;
    -webkit-appearance: button;
    border: 0
}

.w-form {
    margin: 0 0 15px
}

.w-form-done {
    text-align: center;
    background-color: #ddd;
    padding: 20px;
    display: none
}

.w-form-fail {
    background-color: #ffdede;
    margin-top: 10px;
    padding: 10px;
    display: none
}

label {
    margin-bottom: 5px;
    font-weight: 700;
    display: block
}

.w-input,
.w-select {
    color: #333;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    width: 100%;
    height: 38px;
    margin-bottom: 10px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857;
    display: block
}

.w-input::placeholder,
.w-select::placeholder {
    color: #999
}

.w-input:focus,
.w-select:focus {
    border-color: #3898ec;
    outline: 0
}

.w-input[disabled],
.w-input[readonly],
.w-select[disabled],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
    cursor: not-allowed
}

.w-input[disabled]:not(.w-input-disabled),
.w-input[readonly],
.w-select[disabled]:not(.w-input-disabled),
.w-select[readonly],
fieldset[disabled]:not(.w-input-disabled) .w-input,
fieldset[disabled]:not(.w-input-disabled) .w-select {
    background-color: #eee
}

textarea.w-input,
textarea.w-select {
    height: auto
}

.w-select {
    background-color: #f3f3f3
}

.w-select[multiple] {
    height: auto
}

.w-form-label {
    cursor: pointer;
    margin-bottom: 0;
    font-weight: 400;
    display: inline-block
}

.w-radio {
    margin-bottom: 5px;
    padding-left: 20px;
    display: block
}

.w-radio:after,
.w-radio:before {
    content: " ";
    grid-area: 1/1/2/2;
    display: table
}

.w-radio:after {
    clear: both
}

.w-radio-input {
    float: left;
    margin: 3px 0 0 -20px;
    line-height: normal
}

.w-file-upload {
    margin-bottom: 10px;
    display: block
}

.w-file-upload-input {
    opacity: 0;
    z-index: -100;
    width: .1px;
    height: .1px;
    position: absolute;
    overflow: hidden
}

.w-file-upload-default,
.w-file-upload-success,
.w-file-upload-uploading {
    color: #333;
    display: inline-block
}

.w-file-upload-error {
    margin-top: 10px;
    display: block
}

.w-file-upload-default.w-hidden,
.w-file-upload-error.w-hidden,
.w-file-upload-success.w-hidden,
.w-file-upload-uploading.w-hidden {
    display: none
}

.w-file-upload-uploading-btn {
    cursor: pointer;
    background-color: #fafafa;
    border: 1px solid #ccc;
    margin: 0;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 400;
    display: flex
}

.w-file-upload-file {
    background-color: #fafafa;
    border: 1px solid #ccc;
    flex-grow: 1;
    justify-content: space-between;
    margin: 0;
    padding: 8px 9px 8px 11px;
    display: flex
}

.w-file-upload-file-name {
    font-size: 14px;
    font-weight: 400;
    display: block
}

.w-file-remove-link {
    cursor: pointer;
    width: auto;
    height: auto;
    margin-top: 3px;
    margin-left: 10px;
    padding: 3px;
    display: block
}

.w-icon-file-upload-remove {
    margin: auto;
    font-size: 10px
}

.w-file-upload-error-msg {
    color: #ea384c;
    padding: 2px 0;
    display: inline-block
}

.w-file-upload-info {
    padding: 0 12px;
    line-height: 38px;
    display: inline-block
}

.w-file-upload-label {
    cursor: pointer;
    background-color: #fafafa;
    border: 1px solid #ccc;
    margin: 0;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 400;
    display: inline-block
}

.w-icon-file-upload-icon,
.w-icon-file-upload-uploading {
    width: 20px;
    margin-right: 8px;
    display: inline-block
}

.w-icon-file-upload-uploading {
    height: 20px
}

.w-container {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto
}

.w-container:after,
.w-container:before {
    content: " ";
    grid-area: 1/1/2/2;
    display: table
}

.w-container:after {
    clear: both
}

.w-container .w-row {
    margin-left: -10px;
    margin-right: -10px
}

.w-row:after,
.w-row:before {
    content: " ";
    grid-area: 1/1/2/2;
    display: table
}

.w-row:after {
    clear: both
}

.w-row .w-row {
    margin-left: 0;
    margin-right: 0
}

.w-col {
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative
}

.w-col .w-col {
    padding-left: 0;
    padding-right: 0
}

.w-col-1 {
    width: 8.33333%
}

.w-col-2 {
    width: 16.6667%
}

.w-col-3 {
    width: 25%
}

.w-col-4 {
    width: 33.3333%
}

.w-col-5 {
    width: 41.6667%
}

.w-col-6 {
    width: 50%
}

.w-col-7 {
    width: 58.3333%
}

.w-col-8 {
    width: 66.6667%
}

.w-col-9 {
    width: 75%
}

.w-col-10 {
    width: 83.3333%
}

.w-col-11 {
    width: 91.6667%
}

.w-col-12 {
    width: 100%
}

.w-hidden-main {
    display: none !important
}

@media screen and (max-width:991px) {
    .w-container {
        max-width: 728px
    }

    .w-hidden-main {
        display: inherit !important
    }

    .w-hidden-medium {
        display: none !important
    }

    .w-col-medium-1 {
        width: 8.33333%
    }

    .w-col-medium-2 {
        width: 16.6667%
    }

    .w-col-medium-3 {
        width: 25%
    }

    .w-col-medium-4 {
        width: 33.3333%
    }

    .w-col-medium-5 {
        width: 41.6667%
    }

    .w-col-medium-6 {
        width: 50%
    }

    .w-col-medium-7 {
        width: 58.3333%
    }

    .w-col-medium-8 {
        width: 66.6667%
    }

    .w-col-medium-9 {
        width: 75%
    }

    .w-col-medium-10 {
        width: 83.3333%
    }

    .w-col-medium-11 {
        width: 91.6667%
    }

    .w-col-medium-12 {
        width: 100%
    }

    .w-col-stack {
        width: 100%;
        left: auto;
        right: auto
    }
}

@media screen and (max-width:767px) {

    .w-hidden-main,
    .w-hidden-medium {
        display: inherit !important
    }

    .w-hidden-small {
        display: none !important
    }

    .w-container .w-row,
    .w-row {
        margin-left: 0;
        margin-right: 0
    }

    .w-col {
        width: 100%;
        left: auto;
        right: auto
    }

    .w-col-small-1 {
        width: 8.33333%
    }

    .w-col-small-2 {
        width: 16.6667%
    }

    .w-col-small-3 {
        width: 25%
    }

    .w-col-small-4 {
        width: 33.3333%
    }

    .w-col-small-5 {
        width: 41.6667%
    }

    .w-col-small-6 {
        width: 50%
    }

    .w-col-small-7 {
        width: 58.3333%
    }

    .w-col-small-8 {
        width: 66.6667%
    }

    .w-col-small-9 {
        width: 75%
    }

    .w-col-small-10 {
        width: 83.3333%
    }

    .w-col-small-11 {
        width: 91.6667%
    }

    .w-col-small-12 {
        width: 100%
    }
}

@media screen and (max-width:479px) {
    .w-container {
        max-width: none
    }

    .w-hidden-main,
    .w-hidden-medium,
    .w-hidden-small {
        display: inherit !important
    }

    .w-hidden-tiny {
        display: none !important
    }

    .w-col {
        width: 100%
    }

    .w-col-tiny-1 {
        width: 8.33333%
    }

    .w-col-tiny-2 {
        width: 16.6667%
    }

    .w-col-tiny-3 {
        width: 25%
    }

    .w-col-tiny-4 {
        width: 33.3333%
    }

    .w-col-tiny-5 {
        width: 41.6667%
    }

    .w-col-tiny-6 {
        width: 50%
    }

    .w-col-tiny-7 {
        width: 58.3333%
    }

    .w-col-tiny-8 {
        width: 66.6667%
    }

    .w-col-tiny-9 {
        width: 75%
    }

    .w-col-tiny-10 {
        width: 83.3333%
    }

    .w-col-tiny-11 {
        width: 91.6667%
    }

    .w-col-tiny-12 {
        width: 100%
    }
}

.w-widget {
    position: relative
}

.w-widget-map {
    width: 100%;
    height: 400px
}

.w-widget-map label {
    width: auto;
    display: inline
}

.w-widget-map img {
    max-width: inherit
}

.w-widget-map .gm-style-iw {
    text-align: center
}

.w-widget-map .gm-style-iw>button {
    display: none !important
}

.w-widget-twitter {
    overflow: hidden
}

.w-widget-twitter-count-shim {
    vertical-align: top;
    text-align: center;
    background: #fff;
    border: 1px solid #758696;
    border-radius: 3px;
    width: 28px;
    height: 20px;
    display: inline-block;
    position: relative
}

.w-widget-twitter-count-shim * {
    pointer-events: none;
    -webkit-user-select: none;
    user-select: none
}

.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
    text-align: center;
    color: #999;
    font-family: serif;
    font-size: 15px;
    line-height: 12px;
    position: relative
}

.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
    display: block;
    position: relative
}

.w-widget-twitter-count-shim.w--large {
    width: 36px;
    height: 28px
}

.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
    font-size: 18px;
    line-height: 18px
}

.w-widget-twitter-count-shim:not(.w--vertical) {
    margin-left: 5px;
    margin-right: 8px
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large {
    margin-left: 6px
}

.w-widget-twitter-count-shim:not(.w--vertical):after,
.w-widget-twitter-count-shim:not(.w--vertical):before {
    content: " ";
    pointer-events: none;
    border: solid #0000;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: 0
}

.w-widget-twitter-count-shim:not(.w--vertical):before {
    border-width: 4px;
    border-color: #75869600 #5d6c7b #75869600 #75869600;
    margin-top: -4px;
    margin-left: -9px
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
    border-width: 5px;
    margin-top: -5px;
    margin-left: -10px
}

.w-widget-twitter-count-shim:not(.w--vertical):after {
    border-width: 4px;
    border-color: #fff0 #fff #fff0 #fff0;
    margin-top: -4px;
    margin-left: -8px
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
    border-width: 5px;
    margin-top: -5px;
    margin-left: -9px
}

.w-widget-twitter-count-shim.w--vertical {
    width: 61px;
    height: 33px;
    margin-bottom: 8px
}

.w-widget-twitter-count-shim.w--vertical:after,
.w-widget-twitter-count-shim.w--vertical:before {
    content: " ";
    pointer-events: none;
    border: solid #0000;
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    left: 50%
}

.w-widget-twitter-count-shim.w--vertical:before {
    border-width: 5px;
    border-color: #5d6c7b #75869600 #75869600;
    margin-left: -5px
}

.w-widget-twitter-count-shim.w--vertical:after {
    border-width: 4px;
    border-color: #fff #fff0 #fff0;
    margin-left: -4px
}

.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
    font-size: 18px;
    line-height: 22px
}

.w-widget-twitter-count-shim.w--vertical.w--large {
    width: 76px
}

.w-background-video {
    color: #fff;
    height: 500px;
    position: relative;
    overflow: hidden
}

.w-background-video>video {
    object-fit: cover;
    z-index: -100;
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    inset: -100%
}

.w-background-video>video::-webkit-media-controls-start-playback-button {
    -webkit-appearance: none;
    display: none !important
}

.w-background-video--control {
    background-color: #0000;
    padding: 0;
    position: absolute;
    bottom: 1em;
    right: 1em
}

.w-background-video--control>[hidden] {
    display: none !important
}

.w-slider {
    text-align: center;
    clear: both;
    -webkit-tap-highlight-color: #0000;
    tap-highlight-color: #0000;
    background: #ddd;
    height: 300px;
    position: relative
}

.w-slider-mask {
    z-index: 1;
    white-space: nowrap;
    height: 100%;
    display: block;
    position: relative;
    left: 0;
    right: 0;
    overflow: hidden
}

.w-slide {
    vertical-align: top;
    white-space: normal;
    text-align: left;
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative
}

.w-slider-nav {
    z-index: 2;
    text-align: center;
    -webkit-tap-highlight-color: #0000;
    tap-highlight-color: #0000;
    height: 40px;
    margin: auto;
    padding-top: 10px;
    position: absolute;
    inset: auto 0 0
}

.w-slider-nav.w-round>div {
    border-radius: 100%
}

.w-slider-nav.w-num>div {
    font-size: inherit;
    line-height: inherit;
    width: auto;
    height: auto;
    padding: .2em .5em
}

.w-slider-nav.w-shadow>div {
    box-shadow: 0 0 3px #3336
}

.w-slider-nav-invert {
    color: #fff
}

.w-slider-nav-invert>div {
    background-color: #2226
}

.w-slider-nav-invert>div.w-active {
    background-color: #222
}

.w-slider-dot {
    cursor: pointer;
    background-color: #fff6;
    width: 1em;
    height: 1em;
    margin: 0 3px .5em;
    transition: background-color .1s, color .1s;
    display: inline-block;
    position: relative
}

.w-slider-dot.w-active {
    background-color: #fff
}

.w-slider-dot:focus {
    outline: 0;
    box-shadow: 0 0 0 2px #fff
}

.w-slider-dot:focus.w-active {
    box-shadow: none
}

.w-slider-arrow-left,
.w-slider-arrow-right {
    cursor: pointer;
    color: #fff;
    -webkit-tap-highlight-color: #0000;
    tap-highlight-color: #0000;
    -webkit-user-select: none;
    user-select: none;
    width: 80px;
    margin: auto;
    font-size: 40px;
    position: absolute;
    inset: 0;
    overflow: hidden
}

.w-slider-arrow-left [class*=" w-icon-"],
.w-slider-arrow-left [class^=w-icon-],
.w-slider-arrow-right [class*=" w-icon-"],
.w-slider-arrow-right [class^=w-icon-] {
    position: absolute
}

.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus {
    outline: 0
}

.w-slider-arrow-left {
    z-index: 3;
    right: auto
}

.w-slider-arrow-right {
    z-index: 4;
    left: auto
}

.w-icon-slider-left,
.w-icon-slider-right {
    width: 1em;
    height: 1em;
    margin: auto;
    inset: 0
}

.w-slider-aria-label {
    clip: rect(0 0 0 0);
    border: 0;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    overflow: hidden
}

.w-slider-force-show {
    display: block !important
}

.w-dropdown {
    text-align: left;
    z-index: 900;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    position: relative
}

.w-dropdown-btn,
.w-dropdown-link,
.w-dropdown-toggle {
    vertical-align: top;
    color: #222;
    text-align: left;
    white-space: nowrap;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    text-decoration: none;
    position: relative
}

.w-dropdown-toggle {
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    padding-right: 40px;
    display: inline-block
}

.w-dropdown-toggle:focus {
    outline: 0
}

.w-icon-dropdown-toggle {
    width: 1em;
    height: 1em;
    margin: auto 20px auto auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0
}

.w-dropdown-list {
    background: #ddd;
    min-width: 100%;
    display: none;
    position: absolute
}

.w-dropdown-list.w--open {
    display: block
}

.w-dropdown-link {
    color: #222;
    padding: 10px 20px;
    display: block
}

.w-dropdown-link.w--current {
    color: #0082f3
}

.w-dropdown-link:focus {
    outline: 0
}

@media screen and (max-width:767px) {
    .w-nav-brand {
        padding-left: 10px
    }
}

.w-lightbox-backdrop {
    cursor: auto;
    letter-spacing: normal;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    visibility: visible;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    color: #fff;
    text-align: center;
    z-index: 2000;
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -webkit-tap-highlight-color: transparent;
    background: #000000e6;
    outline: 0;
    font-family: Helvetica Neue, Helvetica, Ubuntu, Segoe UI, Verdana, sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.2;
    list-style: disc;
    position: fixed;
    inset: 0;
    -webkit-transform: translate(0)
}

.w-lightbox-backdrop,
.w-lightbox-container {
    -webkit-overflow-scrolling: touch;
    height: 100%;
    overflow: auto
}

.w-lightbox-content {
    height: 100vh;
    position: relative;
    overflow: hidden
}

.w-lightbox-view {
    opacity: 0;
    width: 100vw;
    height: 100vh;
    position: absolute
}

.w-lightbox-view:before {
    content: "";
    height: 100vh
}

.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
    height: 86vh
}

.w-lightbox-frame,
.w-lightbox-view:before {
    vertical-align: middle;
    display: inline-block
}

.w-lightbox-figure {
    margin: 0;
    position: relative
}

.w-lightbox-group .w-lightbox-figure {
    cursor: pointer
}

.w-lightbox-img {
    width: auto;
    max-width: none;
    height: auto
}

.w-lightbox-image {
    float: none;
    max-width: 100vw;
    max-height: 100vh;
    display: block
}

.w-lightbox-group .w-lightbox-image {
    max-height: 86vh
}

.w-lightbox-caption {
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #0006;
    padding: .5em 1em;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden
}

.w-lightbox-embed {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0
}

.w-lightbox-control {
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
    width: 4em;
    transition: all .3s;
    position: absolute;
    top: 0
}

.w-lightbox-left {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
    display: none;
    bottom: 0;
    left: 0
}

.w-lightbox-right {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
    display: none;
    bottom: 0;
    right: 0
}

.w-lightbox-close {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
    background-size: 18px;
    height: 2.6em;
    right: 0
}

.w-lightbox-strip {
    white-space: nowrap;
    padding: 0 1vh;
    line-height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto hidden
}

.w-lightbox-item {
    box-sizing: content-box;
    cursor: pointer;
    width: 10vh;
    padding: 2vh 1vh;
    display: inline-block;
    -webkit-transform: translate3d(0, 0, 0)
}

.w-lightbox-active {
    opacity: .3
}

.w-lightbox-thumbnail {
    background: #222;
    height: 10vh;
    position: relative;
    overflow: hidden
}

.w-lightbox-thumbnail-image {
    position: absolute;
    top: 0;
    left: 0
}

.w-lightbox-thumbnail .w-lightbox-tall {
    width: 100%;
    top: 50%;
    transform: translate(0, -50%)
}

.w-lightbox-thumbnail .w-lightbox-wide {
    height: 100%;
    left: 50%;
    transform: translate(-50%)
}

.w-lightbox-spinner {
    box-sizing: border-box;
    border: 5px solid #0006;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    animation: .8s linear infinite spin;
    position: absolute;
    top: 50%;
    left: 50%
}

.w-lightbox-spinner:after {
    content: "";
    border: 3px solid #0000;
    border-bottom-color: #fff;
    border-radius: 50%;
    position: absolute;
    inset: -4px
}

.w-lightbox-hide {
    display: none
}

.w-lightbox-noscroll {
    overflow: hidden
}

@media (min-width:768px) {
    .w-lightbox-content {
        height: 96vh;
        margin-top: 2vh
    }

    .w-lightbox-view,
    .w-lightbox-view:before {
        height: 96vh
    }

    .w-lightbox-group,
    .w-lightbox-group .w-lightbox-view,
    .w-lightbox-group .w-lightbox-view:before {
        height: 84vh
    }

    .w-lightbox-image {
        max-width: 96vw;
        max-height: 96vh
    }

    .w-lightbox-group .w-lightbox-image {
        max-width: 82.3vw;
        max-height: 84vh
    }

    .w-lightbox-left,
    .w-lightbox-right {
        opacity: .5;
        display: block
    }

    .w-lightbox-close {
        opacity: .8
    }

    .w-lightbox-control:hover {
        opacity: 1
    }
}

.w-lightbox-inactive,
.w-lightbox-inactive:hover {
    opacity: 0
}

.w-richtext:after,
.w-richtext:before {
    content: " ";
    grid-area: 1/1/2/2;
    display: table
}

.w-richtext:after {
    clear: both
}

.w-richtext[contenteditable=true]:after,
.w-richtext[contenteditable=true]:before {
    white-space: initial
}

.w-richtext ol,
.w-richtext ul {
    overflow: hidden
}

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
.w-richtext .w-richtext-figure-selected[data-rt-type=image] div,
.w-richtext .w-richtext-figure-selected[data-rt-type=video] div:after {
    outline: 2px solid #2895f7
}

.w-richtext figure.w-richtext-figure-type-video>div:after,
.w-richtext figure[data-rt-type=video]>div:after {
    content: "";
    display: none;
    position: absolute;
    inset: 0
}

.w-richtext figure {
    max-width: 60%;
    position: relative
}

.w-richtext figure>div:before {
    cursor: default !important
}

.w-richtext figure img {
    width: 100%
}

.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
    opacity: .6
}

.w-richtext figure div {
    color: #0000;
    font-size: 0
}

.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type=image] {
    display: table
}

.w-richtext figure.w-richtext-figure-type-image>div,
.w-richtext figure[data-rt-type=image]>div {
    display: inline-block
}

.w-richtext figure.w-richtext-figure-type-image>figcaption,
.w-richtext figure[data-rt-type=image]>figcaption {
    caption-side: bottom;
    display: table-caption
}

.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type=video] {
    width: 60%;
    height: 0
}

.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type=video] iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.w-richtext figure.w-richtext-figure-type-video>div,
.w-richtext figure[data-rt-type=video]>div {
    width: 100%
}

.w-richtext figure.w-richtext-align-center {
    clear: both;
    margin-left: auto;
    margin-right: auto
}

.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image>div,
.w-richtext figure.w-richtext-align-center[data-rt-type=image]>div {
    max-width: 100%
}

.w-richtext figure.w-richtext-align-normal {
    clear: both
}

.w-richtext figure.w-richtext-align-fullwidth {
    text-align: center;
    clear: both;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block
}

.w-richtext figure.w-richtext-align-fullwidth>div {
    padding-bottom: inherit;
    display: inline-block
}

.w-richtext figure.w-richtext-align-fullwidth>figcaption {
    display: block
}

.w-richtext figure.w-richtext-align-floatleft {
    float: left;
    clear: none;
    margin-right: 15px
}

.w-richtext figure.w-richtext-align-floatright {
    float: right;
    clear: none;
    margin-left: 15px
}

.w-nav {
    z-index: 1000;
    background: #ddd;
    position: relative
}

.w-nav:after,
.w-nav:before {
    content: " ";
    grid-area: 1/1/2/2;
    display: table
}

.w-nav:after {
    clear: both
}

.w-nav-brand {
    float: left;
    color: #333;
    text-decoration: none;
    position: relative
}

.w-nav-link {
    vertical-align: top;
    color: #222;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    text-decoration: none;
    display: inline-block;
    position: relative
}

.w-nav-link.w--current {
    color: #0082f3
}

.w-nav-menu {
    float: right;
    position: relative
}

[data-nav-menu-open] {
    text-align: center;
    background: #c8c8c8;
    min-width: 200px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    overflow: visible;
    display: block !important
}

.w--nav-link-open {
    display: block;
    position: relative
}

.w-nav-overlay {
    width: 100%;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    overflow: hidden
}

.w-nav-overlay [data-nav-menu-open] {
    top: 0
}

.w-nav[data-animation=over-left] .w-nav-overlay {
    width: auto
}

.w-nav[data-animation=over-left] .w-nav-overlay,
.w-nav[data-animation=over-left] [data-nav-menu-open] {
    z-index: 1;
    top: 0;
    right: auto
}

.w-nav[data-animation=over-right] .w-nav-overlay {
    width: auto
}

.w-nav[data-animation=over-right] .w-nav-overlay,
.w-nav[data-animation=over-right] [data-nav-menu-open] {
    z-index: 1;
    top: 0;
    left: auto
}

.w-nav-button {
    float: right;
    cursor: pointer;
    -webkit-tap-highlight-color: #0000;
    tap-highlight-color: #0000;
    -webkit-user-select: none;
    user-select: none;
    padding: 18px;
    font-size: 24px;
    display: none;
    position: relative
}

.w-nav-button:focus {
    outline: 0
}

.w-nav-button.w--open {
    color: #fff;
    background-color: #c8c8c8
}

.w-nav[data-collapse=all] .w-nav-menu {
    display: none
}

.w--nav-dropdown-open,
.w--nav-dropdown-toggle-open,
.w-nav[data-collapse=all] .w-nav-button {
    display: block
}

.w--nav-dropdown-list-open {
    position: static
}

@media screen and (max-width:991px) {
    .w-nav[data-collapse=medium] .w-nav-menu {
        display: none
    }

    .w-nav[data-collapse=medium] .w-nav-button {
        display: block
    }
}

@media screen and (max-width:767px) {
    .w-nav[data-collapse=small] .w-nav-menu {
        display: none
    }

    .w-nav[data-collapse=small] .w-nav-button {
        display: block
    }

    .w-nav-brand {
        padding-left: 10px
    }
}

@media screen and (max-width:479px) {
    .w-nav[data-collapse=tiny] .w-nav-menu {
        display: none
    }

    .w-nav[data-collapse=tiny] .w-nav-button {
        display: block
    }
}

.w-tabs {
    position: relative
}

.w-tabs:after,
.w-tabs:before {
    content: " ";
    grid-area: 1/1/2/2;
    display: table
}

.w-tabs:after {
    clear: both
}

.w-tab-menu {
    position: relative
}

.w-tab-link {
    vertical-align: top;
    text-align: left;
    cursor: pointer;
    color: #222;
    background-color: #ddd;
    padding: 9px 30px;
    text-decoration: none;
    display: inline-block;
    position: relative
}

.w-tab-link.w--current {
    background-color: #c8c8c8
}

.w-tab-link:focus {
    outline: 0
}

.w-tab-content {
    display: block;
    position: relative;
    overflow: hidden
}

.w-tab-pane {
    display: none;
    position: relative
}

.w--tab-active {
    display: block
}

@media screen and (max-width:479px) {
    .w-tab-link {
        display: block
    }
}

.w-ix-emptyfix:after {
    content: ""
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.w-dyn-empty {
    background-color: #ddd;
    padding: 10px
}

.w-condition-invisible,
.w-dyn-bind-empty,
.w-dyn-hide {
    display: none !important
}

.wf-layout-layout {
    display: grid
}

@font-face {
    font-family: Suisseintl;
    src: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/6746c1ac83783853599f2c90_SuisseIntl-Light.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Suisseintl;
    src: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/6746c1fa8afc75af46c68f90_SuisseIntl-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Suisseintl;
    src: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/6746c21627c76ab54c4109b8_SuisseIntl-SemiBold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Suisseintl;
    src: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/6746c2d31a0dbafc810db9be_SuisseIntl-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Fa Brands 400";
    src: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/676a9625ec7908e84e2a568e_fa-brands-400.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Fa 400";
    src: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/676a963b0273a006dfba686d_fa-regular-400.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Fa Solid 900";
    src: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/676a96566fac68611a6b3a11_fa-solid-900.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

:root {
    --font-size--tablet-h1: 40px;
    --line-height--tablet-h1: 48px;
    --font-size--desktop-h1: 48px;
    --line-height--desktop-h1: 56px;
    --font-size--mobile-l-h1: 35px;
    --line-height--mobile-l-h1: 43px;
    --font-size--mobile-p-h1: 30px;
    --line-height--mobile-p-h1: 38px;
    --font-size--tablet-h2: 30px;
    --line-height--tablet-h2: 38px;
    --font-size--desktop-h2: 36px;
    --line-height--desktop-h2: 44px;
    --font-size--mobile-l-h2: 25px;
    --line-height--mobile-l-h2: 33px;
    --font-size--mobile-p-h2: 22px;
    --line-height--mobile-p-h2: 29px;
    --font-size--tablet-h3: 25px;
    --line-height--tablet-h3: 35px;
    --font-size--desktop-h3: 25px;
    --line-height--desktop-h3: 35px;
    --font-size--mobile-l-h3: 22px;
    --line-height--mobile-l-h3: 32px;
    --font-size--mobile-p-h3: 20px;
    --line-height--mobile-p-h3: 26px;
    --color--otto-blue: black;
    --systemflow-lite--primary--10: #f2f6ff;
    --systemflow-lite--neutral--10: white;
    --systemflow-lite--neutral--100: #0e0f11;
    --color--otto-blog-text-dark-blue: #1f3499;
    --systemflow-lite--neutral--20: #f9fafb;
    --color--button-bg: #253edb;
    --color--button-text: white;
    --_new-home---black-color: black;
    --color--breadcrumb-inactive: #636b75;
    --color--breadcrumb-active: #253edb;
    --_new-home---heading-color: #111827;
    --color--text: #0e0f11;
    --systemflow-lite--neutral--80: #636b75;
    --_new-home---body: white;
    --_new-home---font-size--d-h1: 54px;
    --_new-home---line-height--d-h1: 60px;
    --_new-home---font-size--t-h1: 40px;
    --_new-home---line-height--t-h1: 46px;
    --_new-home---font-size--ml-h1: 30px;
    --_new-home---line-height--ml-h1: 36px;
    --_new-home---font-size--mp-h1: 27px;
    --_new-home---primary--grey--600: #4b5563;
    --_new-home---primary-button-bg: #233ed9;
    --_new-home---primary-button-text: white;
    --_new-home---primary-button-hover-bg: #2239b1;
    --_new-home---primary--blue--700: #233ed9;
    --_new-home---font-size--d-h2: 40px;
    --_new-home---line-height--d-h2: 48px;
    --_new-home---font-size--t-h2: 30px;
    --_new-home---line-height--t-h2: 38px;
    --_new-home---font-size--m-h2: 25px;
    --_new-home---line-height--m-h2: 33px;
    --_new-home---primary--grey--700: #374151;
    --_new-home---text: #1f2937;
    --_new-home---font-size--d-h3: 30px;
    --_new-home---line-height--d-h3: 38px;
    --_new-home---font-size--m-h3: 25px;
    --_new-home---line-height--m-h3: 33px;
    --color--otto-blog-test-color-dark: #253edb;
    --font-size--button-desktop: 16px;
    --font-size--button-tablet: 16px;
    --font-size--button-mobile: 16px;
    --systemflow-lite--primary--60: #2f54eb;
    --_new-home---line-height--mp-h1: 37px
}

.w-layout-blockcontainer {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    display: block
}

.w-layout-grid {
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid
}

.w-layout-vflex {
    flex-direction: column;
    align-items: flex-start;
    display: flex
}

.w-layout-hflex {
    flex-direction: row;
    align-items: flex-start;
    display: flex
}

.w-pagination-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    display: flex
}

.w-pagination-previous {
    color: #333;
    background-color: #fafafa;
    border: 1px solid #ccc;
    border-radius: 2px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 9px 20px;
    font-size: 14px;
    display: block
}

.w-pagination-previous-icon {
    margin-right: 4px
}

.w-pagination-next {
    color: #333;
    background-color: #fafafa;
    border: 1px solid #ccc;
    border-radius: 2px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 9px 20px;
    font-size: 14px;
    display: block
}

.w-pagination-next-icon {
    margin-left: 4px
}

@media screen and (max-width:991px) {
    .w-layout-blockcontainer {
        max-width: 728px
    }
}

@media screen and (max-width:767px) {
    .w-layout-blockcontainer {
        max-width: none
    }
}

body {
    color: #333;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px
}

h1 {
    font-size: var(--font-size--tablet-h1);
    line-height: var(--line-height--tablet-h1);
    margin-top: 0;
    margin-bottom: 15px
}

h2 {
    font-size: var(--font-size--tablet-h2);
    line-height: var(--line-height--tablet-h2);
    margin-top: 24px;
    margin-bottom: 15px;
    font-weight: 700
}

h3 {
    font-size: var(--font-size--tablet-h3);
    line-height: var(--line-height--tablet-h3);
    margin-top: 24px;
    margin-bottom: 15px
}

p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px
}

a {
    color: var(--color--otto-blue);
    text-decoration: underline
}

ul {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px
}

li {
    font-size: 16px;
    line-height: 24px
}

.container {
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto
}

.button-primary {
    pointer-events: auto;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: #253edb;
    border: 1px solid #253edb;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    transition: all .2s
}

.button-primary:hover {
    color: #fff;
    background-color: #233fd9cc
}

.button-primary:active {
    background-color: #233fd9cc
}

.hero-heading-left {
    background-color: #f5f7fa;
    background-image: linear-gradient(#bdc6f4 6%, #fff);
    border-bottom: 0 solid #e4ebf3;
    height: auto;
    margin-top: 0;
    padding: 40px 30px 60px;
    position: relative
}

.hero-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    min-height: 200px;
    font-weight: 400;
    display: flex
}

.hero-save-money-split-text {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 101%;
    font-size: 14px;
    display: flex
}

.margin-bottom-24px {
    color: #fff;
    text-align: left;
    max-width: 70%;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px
}

.testimonial-column-light {
    background-image: linear-gradient(0deg, #bdc6f4, #fff);
    border-bottom: 0 solid #e4ebf3;
    padding: 60px 30px;
    position: relative
}

.centered-heading {
    text-align: left;
    min-width: 50%;
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 48px;
    font-weight: 300;
    line-height: 54px
}

.testimonial-grid-two {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 50px;
    display: grid
}

.testimonial-main-heading {
    color: #253edb;
    margin-bottom: 2px;
    font-size: 28px;
    font-weight: 300;
    line-height: 40px
}

.hero-wrapper-two {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    display: flex
}

.footer-social-link {
    font-size: 20px
}

.sysf-collapse-item-2 {
    cursor: pointer;
    padding-left: 16px;
    padding-right: 16px
}

.body {
    color: #253edb;
    font-family: Suisseintl, Arial, sans-serif
}

.div-block {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    align-items: center;
    max-width: 86%;
    display: flex;
    position: relative
}

.heading {
    text-align: left;
    mix-blend-mode: normal;
    color: #253edb;
    flex-flow: row;
    justify-content: flex-start;
    font-size: 4em;
    font-weight: 300;
    line-height: 55px;
    display: block
}

.div-block-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    align-items: stretch;
    height: auto;
    display: flex
}

.button-demo {
    color: #253edb;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #fff;
    border: 0 solid #253edb;
    border-radius: 10px;
    padding: 10px 20px;
    font-family: Suisseintl, Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    text-decoration: none;
    transition: all .2s
}

.button-demo:hover {
    color: #253edb;
    background-color: #d6dcf8fa
}

.button-demo:active {
    color: #253edb;
    background-color: #d6dcf8
}

.text-block {
    color: #5d6fe0;
    font-size: 20px;
    font-weight: 300;
    line-height: 28px
}

.div-block-3 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
    display: flex
}

.bold-text {
    color: #253edb;
    font-size: 30px;
    font-weight: 400;
    line-height: 36px
}

.text-block-2,
.text-block-3,
.text-block-4,
.text-block-5 {
    font-family: Suisseintl, Arial, sans-serif;
    font-size: 1.25em
}

.list-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
    display: flex
}

.list-item-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.list-item-3,
.list-item-4,
.list-item-5 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: center;
    display: flex
}

.list {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    align-items: flex-start;
    display: flex
}

.div-block-4 {
    background-color: #bdc6f4;
    border-radius: 10px;
    margin-top: 40px;
    padding-top: 50px;
    padding-left: 81px;
    display: flex
}

.hero-stack-deal-tracker {
    background-color: #253edb;
    border-bottom: 1px #e4ebf3;
    padding: 60px 30px;
    position: relative
}

.heading-2 {
    color: #fff;
    text-align: left;
    max-width: 70%;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400
}

.text-block-6 {
    text-align: left;
    letter-spacing: 2px;
    text-transform: uppercase;
    width: auto;
    min-width: 50%;
    max-width: none;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px
}

.div-block-5 {
    flex-flow: column;
    align-items: flex-start;
    max-width: 968px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: flex
}

.testimonial-slider-large-2 {
    background-color: #fff;
    border-bottom: 0 #e4ebf3;
    padding: 60px 30px 40px;
    position: relative
}

.container-2 {
    width: 100%;
    max-width: 968px;
    margin-left: auto;
    margin-right: auto
}

.testimonial-slider-two-2 {
    background-color: #0000;
    height: auto
}

.testimonial-slide-2 {
    background-color: #f5f7fa;
    border-radius: 10px;
    justify-content: space-between;
    align-items: center;
    padding: 32px;
    display: flex
}

.testimonial-content-2 {
    flex-direction: column;
    align-items: flex-start;
    max-width: 500px;
    margin-right: 40px;
    display: flex
}

.testimonial-quote-icon-2 {
    margin-bottom: 24px
}

.testimonial-quote-2 {
    color: #233ddd;
    margin-bottom: 32px;
    font-size: 24px;
    font-weight: 300;
    line-height: 32px
}

.testimonial-info-two-2 {
    align-items: center;
    display: flex
}

.testimonial-author-name-2 {
    font-weight: 700
}

.testimonial-slider-arrow-2 {
    display: none
}

.testimonial-slider-nav-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 0;
    font-size: 10px;
    line-height: 20px;
    display: flex;
    position: static;
    bottom: -60px
}

.herio-description {
    color: #253edb;
    max-width: 50%;
    margin-bottom: 24px;
    font-size: 22px;
    font-weight: 300;
    line-height: 32px
}

.testimonial-card-two1,
.testimonial-card-two2,
.testimonial-card-two3 {
    background-color: #fff9;
    border: 0 solid #e4ebf3;
    border-radius: 8px;
    flex-direction: column;
    padding: 30px 20px;
    display: flex
}

.accordion-item {
    background-color: #0000;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    margin-bottom: 10px;
    padding: 10px 0
}

.accordion-item-trigger {
    justify-content: space-between;
    align-items: flex-start;
    display: flex
}

.accordion-heading {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    color: #fff;
    cursor: pointer;
    flex: 1;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    display: flex
}

.icon.accordion-icon {
    color: #fff;
    cursor: pointer;
    font-family: Material Icons, sans-serif;
    font-size: 32px;
    line-height: 30px
}

.accordion-item-content {
    color: #fff;
    height: auto;
    margin-top: 10px;
    margin-right: 30px;
    overflow: hidden
}

.bold-text-4 {
    font-size: 20px;
    font-weight: 400
}

.bold-text-6 {
    font-weight: 400
}

.accordion-text {
    color: var(--systemflow-lite--primary--10);
    text-indent: 0;
    font-family: Suisseintl, Arial, sans-serif;
    font-size: 14px;
    line-height: 22px
}

.hero-split-copy {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 40%;
    display: flex
}

.utility-page-wrap {
    justify-content: center;
    align-items: center;
    width: 100vw;
    max-width: 100%;
    height: 100vh;
    max-height: 100%;
    display: flex
}

.utility-page-content {
    text-align: center;
    flex-direction: column;
    width: 260px;
    display: flex
}

.utility-page-form {
    flex-direction: column;
    align-items: stretch;
    display: flex
}

.text-span-4 {
    font-weight: 600
}

.text-span-5 {
    -webkit-text-fill-color: transparent;
    background-color: #253edb;
    -webkit-background-clip: text;
    background-clip: text;
    font-weight: 600
}

.image-8 {
    border-radius: 10px
}

.button-coming-soon {
    color: #253edb;
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: #fff;
    border: 0 solid #253edb;
    border-radius: 30px;
    padding: 10px 20px;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    transition: all .2s
}

.button-coming-soon:hover {
    color: #253edb
}

.button-coming-soon:active {
    color: #253edb;
    background-color: #d6dcf8
}

.hero-save-money-split {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 14px
}

.hero-split-image {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 60%;
    font-size: 14px;
    display: flex
}

.hero-section1 {
    background-color: #f5f7fa;
    background-image: linear-gradient(#bdc6f4 6%, #fff);
    border-bottom: 0 solid #e4ebf3;
    margin-top: 0;
    padding: 40px 30px 60px;
    position: relative
}

.footer-subscribe-2 {
    background-image: linear-gradient(#bdc6f4, #fff);
    border: 1px #000;
    padding: 40px 30px;
    display: block;
    position: relative
}

.container-5 {
    width: 100%;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto
}

.footer-form-two-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    background-color: #0000;
    border-radius: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    padding: 20px 64px;
    display: flex
}

.footer-form-container-two-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex
}

.button-demo-large {
    color: var(--systemflow-lite--neutral--10);
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: #253edb;
    border: 0 solid #253edb;
    border-radius: 10px;
    padding: 12px 30px;
    font-family: Suisseintl, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    transition: all .2s
}

.button-demo-large:active,
.button-demo-large:hover {
    color: #fff;
    background-color: #253edbcc
}

.centered-heading-copy {
    text-align: center;
    min-width: 50%;
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 48px;
    font-weight: 300;
    line-height: 54px
}

.typeform-wrapper-fo7n0qjk {
    width: 100%;
    height: 100vh
}

.ot-single-blog-image {
    border-radius: 12px;
    margin-bottom: 40px
}

.blog-collection-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: start;
    place-items: start stretch;
    margin-top: 0;
    margin-bottom: 40px;
    display: grid
}

.empty-state {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex
}

.ot-blog-date-flex {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: center;
    display: flex
}

.empty-state-2 {
    display: none
}

.ot-blog-category-collection-list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    display: flex
}

.author-container {
    border: 1px solid var(--color--otto-blue);
    background-color: #fff;
    border-radius: 12px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 940px;
    margin: 40px auto 20px;
    padding: 40px 20px;
    display: flex
}

.auhtor-photo {
    aspect-ratio: 1;
    border-radius: 50%;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 5em;
    position: relative;
    overflow: hidden
}

.auhtor-details {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex
}

.heading-10 {
    color: var(--systemflow-lite--neutral--100);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 3em;
    font-weight: 700;
    line-height: 1.1em
}

.paragraph-2 {
    color: #0009;
    text-align: center;
    text-transform: none;
    max-width: 300px;
    margin-bottom: 0;
    font-size: 1.1em;
    font-weight: 400;
    line-height: 1.3em
}

.blog-author-details {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex
}

.ot-blog-author-image {
    border-radius: 8px;
    width: 25px;
    height: 25px;
    overflow: hidden
}

.ot-blog-author-name {
    color: #050505;
    font-size: 1.2em
}

.ot-blog-author {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.empty-state-3 {
    display: none
}

.collection-item-3 {
    color: #121212;
    text-align: left;
    overflow-wrap: normal;
    font-size: 1rem;
    font-weight: 400;
    line-height: 30px
}

.collection-list-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: auto
}

.ot-blog-category-link {
    color: #0009;
    font-size: .9rem;
    text-decoration: none
}

.ot-blog-category-link:hover {
    color: #000
}

.ot-blog-category-link.w--current {
    color: #000;
    letter-spacing: 1px;
    font-size: .9rem
}

.template-hero-section {
    background-color: #f5f7fa;
    background-image: linear-gradient(#bdc6f4 6%, #fff);
    border-bottom: 0 solid #e4ebf3;
    margin-top: 0;
    padding: 40px 30px 60px;
    position: relative
}

.template-container {
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto
}

.temp-hero-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-height: 200px;
    font-weight: 400;
    display: flex
}

.hero-text-block {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 75rem;
    margin-bottom: 4.5rem;
    margin-left: auto;
    margin-right: auto;
    display: flex
}

.temp-hero-image-block {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 65rem;
    font-size: 14px;
    display: flex;
    position: relative
}

.temp-hero-button-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    align-items: stretch;
    height: auto;
    display: flex
}

.temp-hero-description {
    color: #253edb;
    text-align: center;
    max-width: 80%;
    font-size: 22px;
    line-height: 32px
}

.temp-hero-description.hero-text-link {
    color: var(--color--otto-blog-text-dark-blue)
}

.temp-hero-heading-block {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 86%;
    display: flex;
    position: relative
}

.temp-hero-heading {
    text-align: center;
    mix-blend-mode: normal;
    color: #253edb;
    flex-flow: row;
    justify-content: flex-start;
    font-size: 60px;
    font-weight: 300;
    line-height: 64px;
    display: block
}

.temp-hero-button {
    pointer-events: auto;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: #253edb;
    border: 1px solid #253edb;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    transition: all .2s
}

.temp-hero-button:hover {
    color: #fff;
    background-color: #233fd9cc
}

.temp-hero-button:active {
    background-color: #233fd9cc
}

.div-block-32 {
    background-image: linear-gradient(0deg, #fff, #fffffff2 97%, #fff);
    width: 80%;
    height: 63px;
    position: absolute;
    inset: auto auto -40px
}

.side-section-description {
    color: var(--color--otto-blue);
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px
}

.template-3-grid-section {
    background-image: linear-gradient(0deg, #bdc6f4, #fff);
    border-bottom: 0 solid #e4ebf3;
    max-width: none;
    padding: 60px 30px;
    position: relative
}

.template-3-grid-section.feature-section {
    background-image: none
}

.template-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-items: stretch;
    margin-top: 40px;
    display: grid
}

.temlate-faq {
    background-color: #253edb;
    border-bottom: 1px #e4ebf3;
    padding: 60px 30px;
    position: relative
}

.template-faq-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: flex-start;
    place-items: center stretch;
    display: grid
}

.faq-list-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid
}

.template-faq-container {
    width: 100%;
    max-width: 968px;
    margin-left: auto;
    margin-right: auto
}

.global-footer {
    background-color: var(--color--otto-blue);
    color: var(--systemflow-lite--neutral--10);
    padding: 50px 30px 15px;
    position: static
}

.footer-content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: auto auto 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: flex
}

.footer-block {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex
}

.title-small {
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 700
}

.footer-link {
    color: var(--systemflow-lite--neutral--10);
    font-size: 14px;
    line-height: 24px;
    text-decoration: none
}

.footer-social-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.footer-divider {
    background-color: #e4ebf3;
    width: 100%;
    height: 1px;
    margin-top: 70px;
    margin-bottom: 15px
}

.footer-copyright-center {
    text-align: center;
    font-size: 14px;
    line-height: 16px
}

.navbar-no-shadow {
    z-index: 999;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background-color: #bdc6f4;
    position: sticky;
    top: 0
}

.navbar-no-shadow-container {
    z-index: 5;
    background-color: #0000;
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 24px
}

.container-regular {
    width: 100%;
    max-width: 1440px;
    min-height: 30px;
    margin-left: auto;
    margin-right: auto
}

.navbar-wrapper-3 {
    justify-content: space-between;
    align-items: center;
    display: flex
}

.nav-menu {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex
}

.nav-link-3 {
    color: var(--color--otto-blue);
    letter-spacing: .25px;
    margin-left: 0;
    margin-right: 0;
    padding: 5px 15px 5px 10px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-decoration: none
}

.nav-link-3:hover {
    color: var(--color--otto-blue)
}

.nav-link-3:focus-visible,
.nav-link-3[data-wf-focus-visible] {
    outline-offset: 0px;
    color: #0050bd;
    border-radius: 4px;
    outline: 2px solid #0050bd
}

.nav-dropdown-3 {
    margin-left: 5px;
    margin-right: 5px
}

.nav-dropdown-toggle-3 {
    letter-spacing: .25px;
    padding: 5px 30px 5px 10px;
    font-size: 14px;
    line-height: 20px
}

.nav-dropdown-toggle-3:hover {
    color: #1a1b1fbf
}

.nav-dropdown-toggle-3:focus-visible,
.nav-dropdown-toggle-3[data-wf-focus-visible] {
    outline-offset: 0px;
    color: #0050bd;
    border-radius: 5px;
    outline: 2px solid #0050bd
}

.nav-dropdown-icon-3 {
    margin-right: 10px
}

.nav-dropdown-list-3 {
    background-color: #fff;
    border-radius: 12px
}

.nav-dropdown-list-3.w--open {
    padding-top: 10px;
    padding-bottom: 10px
}

.nav-dropdown-link-3 {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px
}

.nav-dropdown-link-3:focus-visible,
.nav-dropdown-link-3[data-wf-focus-visible] {
    outline-offset: 0px;
    color: #0050bd;
    border-radius: 5px;
    outline: 2px solid #0050bd
}

.mobile-margin-top-12 {
    display: none
}

.nav-button-wrapper {
    margin-left: 20px
}

.list-item-6 {
    display: none
}

.blue-btn-wrapper {
    margin-left: 20px
}

.blue-btn {
    background-color: var(--color--otto-blue);
    color: var(--systemflow-lite--neutral--20);
    letter-spacing: 1px;
    text-transform: none;
    border: 0 solid #253edb;
    border-radius: 10px;
    padding: 10px 20px;
    font-family: Suisseintl, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
    transition: all .2s
}

.blue-btn:hover {
    color: #253edb;
    background-color: #d6dcf8fa
}

.blue-btn:active {
    color: #253edb;
    background-color: #d6dcf8
}

.product-ctas-section {
    background-color: #f3f2ef;
    border-bottom: 1px solid #e4ebf3;
    padding: 40px 30px 60px;
    position: relative
}

.container-7 {
    width: 100%;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto
}

.glossery-cta-title {
    text-align: center;
    max-width: 550px;
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto
}

.glossery-cta-description {
    text-align: center;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    display: none
}

.pricing-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 50px;
    display: grid
}

.pricing-card-three {
    background-color: var(--systemflow-lite--neutral--10);
    text-align: center;
    border-radius: 12px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 40px 20px;
    display: flex
}

.pricing-image {
    object-fit: cover;
    width: 80px;
    height: 80px;
    margin-bottom: 16px
}

.pricing-card-text {
    margin-bottom: 20px
}

.text-link-arrow-2 {
    color: #1a1b1f;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    display: flex
}

.arrow-embed-2 {
    margin-left: 2px;
    display: flex
}

.all-product-cta-section {
    background-color: #f3f2ef;
    border-bottom: 1px solid #e4ebf3;
    padding: 0 30px 60px;
    position: relative
}

.all-product-cta-wrapper {
    justify-content: center;
    align-items: center;
    display: flex
}

.all-product-cta-btn {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    align-items: stretch;
    height: auto;
    display: flex
}

.o-button {
    border: 1px solid var(--color--button-bg);
    background-color: var(--color--button-bg);
    color: var(--color--button-text);
    letter-spacing: 2px;
    text-transform: uppercase;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    transition: all .2s
}

.o-button:hover {
    color: #fff;
    background-color: #233fd9cc
}

.o-button:active {
    background-color: #233fd9cc
}

.share-glossery-wrapper {
    border-top: 1px solid #e5e7eb;
    max-width: 940px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 24px;
    padding-bottom: 24px
}

.shar-icon-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    color: var(--systemflow-lite--neutral--100);
    justify-content: space-between;
    align-items: center;
    display: flex
}

.share-icon-ul {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-top: 0;
    margin-bottom: 0;
    display: flex
}

.hero-content-block {
    text-align: center
}

.o-section {
    width: 100%
}

.o-section.bg-gray {
    background-color: #f3f2ef;
    padding-top: 80px;
    padding-bottom: 80px
}

.o-section.bg-transparent {
    padding-top: 60px;
    padding-bottom: 60px
}

.o-section.logo-slider {
    padding-top: 40px;
    padding-bottom: 40px
}

.o-section.o-video-popup-section {
    padding: 70px
}

.o-heading-h2 {
    color: var(--color--otto-blue);
    font-size: var(--font-size--tablet-h2);
    line-height: var(--line-height--tablet-h2);
    margin-top: 0;
    margin-bottom: 0
}

.o-heading-h2.mb-24 {
    margin-bottom: 24px
}

.o-heading-h2.white {
    color: var(--systemflow-lite--neutral--10)
}

.o-heading-h2.md-text-center.o-text-center {
    text-align: center
}

.glossary-content {
    color: var(--_new-home---black-color)
}

.o-heading-wrapper {
    text-align: center;
    margin-bottom: 40px
}

.explore-img {
    border-radius: 10px;
    width: 100%;
    height: auto
}

.explore-heading {
    color: var(--color--otto-blue);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 34px
}

.right-arrow {
    display: flex
}

.ot-resource-button-wrapper {
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    display: flex
}

.template-heading {
    color: var(--color--otto-blue);
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 22px;
    line-height: 32px
}

.page-bredcrumb {
    margin-top: 36px
}

.bredcrumb-menu {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 14px;
    line-height: 20px;
    list-style-type: none
}

.breadcrumb-item {
    font-size: 14px;
    line-height: 20px;
    display: inline-block
}

.breadcrumb-items-link {
    color: var(--color--breadcrumb-inactive);
    text-decoration: none;
    display: inline-block
}

.separator {
    color: var(--color--breadcrumb-inactive);
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block
}

.active-page {
    color: var(--color--breadcrumb-active);
    display: inline-block
}

.page-breadcrumb-container {
    max-width: 100%;
    padding-left: 22px;
    padding-right: 22px
}

.footer-img {
    height: 16px;
    margin-top: -4px
}

.how-to-point-heading {
    color: var(--_new-home---heading-color);
    margin-top: 15px;
    margin-bottom: 6px;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px
}

.feature-img {
    width: 60px
}

.feature-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border: 1px solid var(--color--otto-blue);
    color: var(--systemflow-lite--neutral--100);
    border-radius: 8px;
    flex-direction: column;
    padding: 24px;
    display: flex
}

.bottom-footer {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex
}

.footer-text {
    color: var(--systemflow-lite--neutral--10);
    max-width: 300px;
    margin-top: 12px;
    font-size: 14px;
    line-height: 24px;
    text-decoration: none
}

.footer-social-icon {
    color: var(--systemflow-lite--neutral--10);
    font-family: "Fa Brands 400", Arial, sans-serif;
    font-size: 20px
}

.success-message {
    border: 1px solid var(--color--otto-blue);
    background-color: #0000;
    border-radius: 10px;
    padding: 12px
}

.d-none {
    display: none
}

.alt-review-star {
    margin-bottom: 10px
}

.terms-container {
    max-width: 1440px;
    padding: 15px 30px
}

.launchlist-form {
    grid-column-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.header-form-input {
    border: 1px solid #a7a7a7;
    border-radius: 10px;
    height: 40px;
    margin-bottom: 0;
    padding: 12px 20px;
    font-size: 12px
}

.header-form-submit {
    background-color: #253edb;
    border: 1px solid #253edb;
    border-radius: 10px;
    height: 40px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 12px;
    line-height: 16px
}

.header-form-block {
    margin-bottom: 0
}

.category-section {
    padding-top: 50px
}

.category-main-heading {
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px
}

.category-h3 {
    color: var(--color--otto-blue);
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px
}

.category-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr
}

.category-grid-block {
    background-image: linear-gradient(315deg, #bdc6f41a, #fff 81%);
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    padding: 25px
}

.category-h4 {
    color: var(--color--text);
    margin-top: 0;
    font-size: 18px;
    font-weight: 500
}

.category-p {
    color: var(--systemflow-lite--neutral--80);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.category-icon {
    aspect-ratio: 1;
    background-color: #bdc6f447;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 60px;
    margin-bottom: 20px;
    display: flex
}

.category-block {
    margin-bottom: 50px
}

.testimonial-section {
    padding-top: 50px;
    padding-bottom: 50px
}

.testimonial-container {
    max-width: 1100px
}

.review-wrap {
    justify-content: center;
    align-items: center;
    display: flex
}

.review-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: none;
    justify-content: flex-start;
    width: 100%;
    display: flex
}

.review-1st {
    background-color: #be8181;
    flex: none;
    width: 33%;
    padding: 20px
}

.review-1st._2 {
    background-color: #4a6ba1
}

.review-1st._3 {
    background-color: #75a75a
}

.template-input {
    color: var(--color--text);
    background-color: #0000;
    border: 1px solid #878787;
    border-radius: 10px;
    height: 43px;
    padding: 10px;
    line-height: 21px
}

.thanku-heading {
    font-size: 20px;
    line-height: 30px;
    display: inline
}

.text-block-15 {
    margin-top: 10px
}

.ticker {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
    position: relative;
    overflow: hidden
}

.ticker.is-reversed {
    justify-content: flex-end;
    align-items: center
}

.ticker-content {
    flex-flow: row;
    flex: none;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ticker-logo {
    width: auto;
    height: 30px;
    margin-left: 35px;
    margin-right: 35px
}

.padding-t-50 {
    text-align: center;
    padding-top: 50px
}

.o-heading-animation {
    text-align: center;
    max-width: 862px
}

.o-heading-animation-span {
    color: #9ca3af;
    margin-top: 0;
    padding-right: 14px;
    font-size: 52px;
    font-weight: 600;
    line-height: 60px;
    display: inline-block
}

.o-video-popup-image {
    border-radius: 40px
}

.o-video-popup-link {
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative
}

.o-popup-wrapper {
    text-align: center;
    justify-content: center;
    align-items: center
}

.o-popup-content-block {
    z-index: 0;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute
}

.ot-popup-title {
    color: #fff;
    font-size: 36px;
    line-height: 44px
}

.o-4-col-logo-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr
}

.o-company-logo-block {
    background-color: #fff;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    display: flex;
    position: relative;
    box-shadow: 5px 5px 10px #0000001a
}

.o-minimize-icon {
    position: absolute;
    inset: -10% auto auto -10%
}

.o-review-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    height: 100%;
    display: flex;
    overflow: hidden
}

.o-review-content-block {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
    justify-content: center;
    align-items: center
}

.o-review-image {
    max-height: 220px
}

.o-review-block {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    cursor: pointer;
    background-color: #f8fbff;
    border-radius: 16px;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
    justify-content: flex-start;
    align-items: center;
    width: 200px;
    padding: 16px;
    display: flex;
    overflow: hidden
}

.o-review-block.active {
    width: 100%
}

.ot-body {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    aspect-ratio: auto;
    background-color: var(--_new-home---body);
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 400;
    display: block
}

.ot-hero-section {
    padding-top: 36px;
    padding-bottom: 70px
}

.ot-hero-section.pt-150 {
    margin-top: -10px;
    padding-top: 150px
}

.ot-hero-section.pb-123 {
    padding-bottom: 123px
}

.ot-hero-section.bg-dotted {
    background-image: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/67c9609c9fb5dd1f966b067f_glossary-hero-image.webp");
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 90px;
    padding-bottom: 90px
}

.ot-hero-section.tax-hero {
    padding-top: 90px;
    padding-bottom: 0
}

.ot-hero-section.invoice-tool-hero {
    object-fit: fill;
    padding-bottom: 0
}

.otto-home-container {
    max-width: 1440px;
    padding-left: 24px;
    padding-right: 24px
}

.ot-hero-content {
    grid-row-gap: 22px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ot-h1 {
    color: var(--_new-home---heading-color);
    font-size: var(--_new-home---font-size--d-h1);
    line-height: var(--_new-home---line-height--d-h1);
    letter-spacing: -1.62px;
    margin-bottom: 18px;
    font-weight: 700
}

.ot-h1.ot-center {
    text-align: center;
    margin-bottom: 0
}

.ot-h1.ot-sitemap-h1 {
    font-size: 65px;
    line-height: 70px
}

.ot-hero-title-text {
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ot-hero-title-text.ot-max-w-800 {
    max-width: 800px
}

.ot-subheadline {
    color: var(--_new-home---primary--grey--600);
    text-align: center;
    max-width: 715px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.ot-subheadline.ot-left {
    text-align: left
}

.ot-primary-btn {
    background-color: var(--_new-home---primary-button-bg);
    color: var(--_new-home---primary-button-text);
    text-align: center;
    cursor: pointer;
    border: 1px solid #72a0ff;
    border-radius: 12px;
    padding: 10.5px 16px;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    text-decoration: none;
    transition: all .3s;
    display: inline-block
}

.ot-primary-btn:hover {
    background-color: var(--_new-home---primary-button-hover-bg)
}

.ot-primary-btn.ot-submit {
    color: var(--_new-home---primary-button-text);
    border-style: none;
    border-radius: 10px;
    padding: 12px 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    position: absolute;
    top: 50%;
    right: 4.25px;
    transform: translate(0, -50%)
}

.ot-primary-btn.ot-form-btn {
    border-radius: 8px;
    padding: 13px 32px;
    line-height: 16px
}

.ot-primary-btn.ot-form-btn.mt-30 {
    margin-top: 10px
}

.ot-primary-btn.pricing-btn {
    min-width: 242px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.ot-primary-btn.pricing-btn.business-plan {
    color: var(--_new-home---heading-color);
    background-color: #9ac4ff1a;
    border-color: #72a0ffb3
}

.ot-primary-btn.pricing-btn.business-plan:hover {
    background-color: var(--_new-home---primary-button-bg);
    color: var(--_new-home---primary-button-text)
}

.ot-primary-btn.compare-btn {
    color: var(--_new-home---heading-color);
    background-color: #0000;
    border-color: #cad0d9
}

.ot-primary-btn.compare-btn:hover {
    background-color: var(--_new-home---primary-button-bg);
    color: var(--_new-home---primary-button-text)
}

.ot-primary-btn._w-100 {
    width: 100%
}

.ot-primary-btn.icon-with-text {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    padding-top: 8.5px;
    padding-bottom: 8.5px;
    display: flex
}

.ot-primary-btn.white-btn {
    background-color: var(--_new-home---primary-button-text);
    color: var(--_new-home---primary-button-bg);
    padding: 14px 30px;
    font-size: 16px
}

.ot-primary-btn.white-btn:hover {
    background-color: var(--_new-home---primary-button-bg);
    color: var(--_new-home---primary-button-text)
}

.ot-secondary-btn {
    color: var(--_new-home---primary-button-bg);
    background-color: #0000;
    border: 1px solid #72a0ff;
    border-radius: 12px;
    padding: 10.5px 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    text-decoration: none
}

.ot-secondary-btn.icon-with-text {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    padding-top: 8.5px;
    padding-bottom: 8.5px;
    display: inline-flex
}

.ot-secondary-btn.icon-with-text.mt-24 {
    margin-top: 24px
}

.ot-secondary-btn.icon-with-text.d-none {
    display: none
}

.ot-hero-image-section {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-bottom: 48px
}

.ot-hero-image {
    text-align: center;
    justify-content: center;
    display: flex
}

.ot-logo-section {
    padding-top: 60px;
    padding-bottom: 60px
}

.ot-logo-title {
    color: var(--_new-home---primary--grey--600);
    text-align: center;
    margin-bottom: 48px
}

.ot-sticky-section {
    z-index: -1;
    position: static
}

.ot-p-relative {
    background-color: #fff;
    position: relative
}

.ot-center-content {
    justify-content: center;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px
}

.ot-p-sticky {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    background-image: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/679b2a47d551a8146bde7ec3_texture.svg");
    background-position: 0 0;
    background-size: auto;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: sticky;
    top: 72px
}

.ot-p-sticky.ot-sticky-none {
    position: static
}

.o-founder-name-span {
    color: var(--_new-home---primary--grey--600);
    margin-top: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    display: block
}

.ot-zigzag-section {
    background-color: #f8fbff;
    padding-top: 24px;
    padding-bottom: 24px
}

.ot-zigzag-grid {
    grid-column-gap: 100px;
    background-color: #fff;
    border-radius: 48px;
    grid-template-rows: auto;
    grid-template-columns: .9fr 1.1fr;
    align-self: stretch;
    align-items: center;
    padding: 54px 50px
}

.ot-zigzag-grid.reverce {
    grid-template-columns: 1.1fr .9fr
}

.ot-zigzag-content-block {
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex
}

.ot-zigzag-top-text {
    color: #24378b;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 8px 6px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px
}

.ot-h2 {
    color: var(--_new-home---black-color);
    font-size: var(--_new-home---font-size--d-h2);
    line-height: var(--_new-home---line-height--d-h2);
    letter-spacing: -.4px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 500
}

.ot-h2.max-600 {
    max-width: 600px
}

.ot-zigzag-title-text {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex
}

.ot-zigzag-pera {
    color: var(--_new-home---primary--grey--700);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.ot-zigzag-btn {
    color: var(--_new-home---primary--grey--700);
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #f5faff;
    border: 1px solid #9abbff;
    border-radius: 12px;
    padding: 12px 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    transition: all .4s
}

.ot-zigzag-btn:hover {
    background-color: var(--_new-home---primary-button-bg);
    color: var(--_new-home---primary-button-text)
}

.ot-zigzag-wrapper {
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex
}

.ot-video-section {
    background-image: linear-gradient(#f8fbff, #fff);
    padding-top: 30px;
    padding-bottom: 30px;
    display: none
}

.ot-play-icon {
    aspect-ratio: 1;
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    background-color: #3253f94d;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 76px;
    display: flex
}

.ot-tool-section {
    padding-top: 94px;
    padding-bottom: 60px
}

.ot-tool-wrapper {
    max-width: 672px;
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto
}

.ot-tool-heading-wrapper {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex
}

.ot-tool-heading-wrapper.mb-60 {
    margin-bottom: 60px
}

.ot-section-sub-head {
    color: var(--_new-home---primary--grey--600);
    font-size: 16px;
    line-height: 24px
}

.ot-section-sub-head.long-sub-head {
    line-height: 32px
}

.ot-section-sub-head.max-800 {
    max-width: 800px
}

.ot-tool-main {
    border: 1px dashed #4e4e5480;
    border-radius: 32px;
    margin-top: 34px;
    padding: 47px 55px 37px
}

.ot-need-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: flex
}

.ot-need-title {
    color: #020120;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px
}

.ot-need-block-main {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ot-need-icon-text {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ot-need-icon {
    color: var(--_new-home---primary--blue--700);
    font-family: "Fa Solid 900", Arial, sans-serif;
    font-size: 30px;
    line-height: 30px
}

.on-need-text {
    color: #020120;
    letter-spacing: .5px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px
}

.ot-review-section {
    padding-top: 124px;
    padding-bottom: 89px
}

.ot-review-content-block {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
    opacity: 0;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
    justify-content: center;
    align-items: flex-start;
    height: 256px;
    display: none;
    position: relative;
    overflow: hidden
}

.ot-review-content-block.active {
    opacity: 100;
    display: flex
}

.ot-review-image {
    max-height: 160px
}

.o-client-review {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex
}

.o-client-features-list {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 0;
    padding-left: 20px;
    display: flex
}

.ot-review-top-block {
    grid-column-gap: 96px;
    grid-row-gap: 96px;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ot-review-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    height: 100%;
    margin-top: 74px;
    display: flex;
    position: relative;
    overflow: hidden
}

.o-client-features {
    color: #363230;
    font-size: 12px;
    line-height: 22px
}

.o-client-name {
    color: #363230;
    font-size: 12px;
    line-height: 20px
}

.o-client-features-list-item {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 12px;
    line-height: 22px
}

.o-review-title {
    color: var(--_new-home---primary--grey--700);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    overflow: hidden
}

.ot-review-block {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    cursor: pointer;
    background-color: #f9fafb;
    border-radius: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    width: 190px;
    padding-top: 50px;
    padding-bottom: 50px;
    transition: all .4s;
    display: flex;
    overflow: hidden
}

.ot-review-block.active {
    background-color: #f8fbff;
    width: 100%;
    padding-left: 16px;
    padding-right: 48px
}

.divider-2 {
    background-color: #e5e7eb;
    width: 1px;
    height: 40px
}

.ot-review-bottom-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    opacity: 0;
    border-top: 1px solid #e5e7eb;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 52px;
    padding-top: 10px;
    transition: all .4s;
    display: none;
    overflow: hidden
}

.ot-counter-section {
    padding-top: 48px;
    padding-bottom: 92px
}

.ot-counter-main {
    grid-column-gap: 146px;
    grid-row-gap: 146px;
    justify-content: center;
    align-items: center;
    display: flex
}

.ot-conter-text {
    padding: 20px 28px 12px
}

.ot-counter-h4 {
    color: var(--_new-home---black-color);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px
}

.ot-counter-bottom-text {
    color: var(--_new-home---primary--grey--600);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.ot-counter-after-main {
    position: relative
}

.ot-counter-after {
    z-index: -1;
    position: absolute;
    top: 15px;
    left: -10px
}

.ot-company-logo-block {
    background-color: #fff;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    display: flex;
    position: relative;
    box-shadow: 5px 5px 10px #0000001a
}

.ot-company-logo-block.otto {
    background-color: var(--_new-home---primary--blue--700)
}

.box-exterior {
    border: 1px solid #edeff3;
    border-radius: 30px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 1px;
    text-decoration: none;
    display: flex;
    position: relative;
    overflow: hidden
}

.box-interior {
    z-index: 1;
    background-color: #fff;
    border-radius: 30px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 6px 11px;
    display: flex
}

.box-text {
    color: var(--_new-home---text);
    font-size: 12px;
    line-height: 18px
}

.gradient-line {
    z-index: 0;
    backface-visibility: visible;
    transform-origin: 50%;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: auto
}

.ot-cta-section {background-image:url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/679b2a47d551a8146bde7ec3_texture.svg");background-position:50%;background-size:cover;
    padding-top: 58px;
    padding-bottom: 52px
}

.ot-cta-footer {
    grid-row-gap: 110px;
    background-image: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/679b2a47d551a8146bde7ec3_texture.svg");
    background-position: 50%;
    background-size: cover;
    flex-flow: column;
    display: flex
}

.ot-cta-content-wrapper {
    grid-row-gap: 36px;
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 672px;
    margin-left: auto;
    margin-right: auto;
    display: flex
}

.ot-cta-title-text {
    grid-row-gap: 18px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ot-cta-pera {
    color: var(--_new-home---primary--grey--700);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.ot-form-block {
    align-self: center;
    width: 500px;
    margin-bottom: 0
}

.ot-form {
    position: relative
}

.ot-email-field {
    background-color: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    width: 100%;
    height: 46px;
    margin-bottom: 0;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 16px
}

.o-founder {
    color: var(--_new-home---primary--grey--600);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.ot-review-work {
    color: var(--_new-home---primary--grey--700);
    font-size: 18px;
    font-weight: 600;
    line-height: 28px
}

.ot-footer-wraper {
    background-color: #fff;
    border-radius: 48px;
    margin-bottom: 36px;
    padding-top: 55px;
    padding-left: 50px;
    padding-right: 50px;
    box-shadow: 0 4px 10px #0000000a
}

.ot-footer-top-block {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    border-bottom: 1px solid #e5e7eb;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 55px;
    display: flex
}

.ot-footer-top-block.p-bottom-20 {
    align-items: center;
    padding-bottom: 20px
}

.ot-footer-top-block.border-none {
    border-bottom-style: none
}

.ot-footer-top-right {
    width: 100%
}

.ot-footer-pera {
    color: var(--_new-home---black-color);
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 20px
}

.ot-form-block-footer {
    align-self: center;
    margin-bottom: 22px
}

.ot-footer-icon {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ot-footer-icon.mb-0,
.ot-footer-icon.mb-0-copy {
    margin-bottom: 0
}

.ot-footer-icons {
    color: var(--_new-home---black-color);
    max-width: 20px;
    font-family: "Fa Brands 400", Arial, sans-serif;
    font-size: 20px;
    text-decoration: none;
    display: block
}

.ot-footer-help-text {
    color: var(--_new-home---black-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

.ot-footer-email {
    color: #0561a2;
    text-decoration: none
}

.ot-footer-logo {
    margin-bottom: 16px
}

.ot-footer-top-grid {
    grid-column-gap: 55px;
    grid-row-gap: 55px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr
}

.ot-footer-top-grid._5-column-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr
}

.ot-footer-h4 {
    color: var(--_new-home---black-color);
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.ot-footer-link-block {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex
}

.ot-footer-link {
    color: var(--_new-home---primary--grey--700);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none
}

.ot-footer-link:hover {
    color: var(--_new-home---primary--blue--700)
}

.ot-footer-bottom-block {
    padding-top: 21px;
    padding-bottom: 24px
}

.ot-footer-bottom-block.ot-n-footer-bottom-block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: space-between;
    display: flex
}

.ot-footer-copywite {
    color: #585b70;
    text-align: center;
    font-size: 14px;
    font-weight: 400
}

.ot-navbar {
    z-index: 999;
    margin-left: 22px;
    margin-right: 22px;
    position: sticky;
    top: 12px
}

.ot-navbar-container {
    background-color: #0000
}

.ot-nav-inner-container {
    background-color: #fff;
    border-radius: 50px;
    margin-left: auto;
    margin-right: auto;
    padding: 13px 24px
}

.ot-nav-inner-container.pad-13 {
    padding-top: 13px;
    padding-bottom: 13px
}

.ot-nav-inner-container.fixed-header {
    box-shadow: 0 4px 10px #00000021
}

.ot-navbar-wrapper {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: stretch space-between;
    align-items: center;
    display: flex
}

.ot-nav-menu-wrapper {
    position: static
}

.ot-nav-menu {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    justify-content: flex-end;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    display: flex
}

.nav-link-5 {
    color: #1a1b1f;
    letter-spacing: .25px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none
}

.nav-link-5:hover {
    color: #1a1b1fbf
}

.nav-link-5:focus-visible,
.nav-link-5[data-wf-focus-visible] {
    outline-offset: 0px;
    color: #0050bd;
    border-radius: 4px;
    outline: 2px solid #0050bd
}

.nav-dropdown-4 {
    margin-left: 5px;
    margin-right: 5px
}

.ot-nav-dropdown-toggle {
    color: var(--_new-home---text);
    letter-spacing: .25px;
    padding: 5px 30px 5px 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

.ot-nav-dropdown-toggle:hover {
    color: #1a1b1fbf
}

.ot-nav-dropdown-toggle:focus-visible,
.ot-nav-dropdown-toggle[data-wf-focus-visible] {
    outline-offset: 0px;
    color: #0050bd;
    border-radius: 5px;
    outline: 2px solid #0050bd
}

.ot-nav-dropdown-icon {
    margin-right: 10px
}

.nav-dropdown-list-4 {
    background-color: #fff;
    border-radius: 12px
}

.nav-dropdown-list-4.w--open {
    padding-top: 10px;
    padding-bottom: 10px
}

.ot-nav-dropdown-link {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px
}

.ot-nav-dropdown-link:hover {
    color: var(--_new-home---primary-button-bg)
}

.ot-nav-dropdown-link:focus-visible,
.ot-nav-dropdown-link[data-wf-focus-visible] {
    outline-offset: 0px;
    color: #0050bd;
    border-radius: 5px;
    outline: 2px solid #0050bd
}

.ot-nav-button-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: flex-end;
    align-items: center;
    display: flex
}

.ot-nav-button-wrapper.inner {
    display: none
}

.ot-footer-top-left {
    max-width: 325px
}

.ot-footer-top-left.ot-n-footer-left {
    max-width: 270px
}

.ot-footer-top-left.ot-n-footer-left-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: space-between;
    align-items: center;
    max-width: none;
    display: flex
}

.otto-center-text {
    color: var(--_new-home---black-color);
    text-align: center;
    max-width: 862px;
    font-size: 52px;
    font-weight: 600;
    line-height: 60px
}

.template-name {
    display: none
}

.template-form {
    background-color: #ecf5ff;
    border-radius: 16px;
    width: 100%;
    padding: 30px
}

.ot-heading-wrapper {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex
}

.ot-heading-wrapper.ot-sitemap-left {
    justify-content: center;
    align-items: flex-start
}

.ot-tax-collection-list {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    display: flex
}

.ot-tax-collection-item-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    color: var(--_new-home---black-color);
    justify-content: space-between;
    align-items: flex-start;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    display: flex
}

.ot-tax-collection-item-block:hover {
    color: var(--_new-home---primary--blue--700)
}

.ot-right-arrow {
    font-family: "Fa Solid 900", Arial, sans-serif;
    font-size: 14px
}

.navigation-inner-wrap {
    text-align: center;
    align-items: center;
    display: flex
}

.ot-nav-dropdown-list {
    top: 100%;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    left: 0;
    transform: none
}

.ot-nav-dropdown-list.w--open {
    box-shadow: 0 2px 5px #0000001a
}

.header-navigation-menu {
    color: #1f2937;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-decoration: none
}

.header-navigation-menu:hover {
    color: #1a1b1fbf
}

.header-navigation-menu:focus-visible,
.header-navigation-menu[data-wf-focus-visible] {
    outline-offset: 0px;
    color: #0050bd;
    outline: 2px solid #0050bd
}

.header-navigation-menu.dropdown {
    grid-column-gap: 6px;
    border-radius: 5px;
    flex-flow: row-reverse wrap;
    justify-content: center;
    align-items: center;
    display: flex
}

.header-navigation-menu.dropdown:hover {
    background-color: #dcedff
}

.header-navigation-menu.dropdown.w--open {
    background-color: #dcedff;
    position: static
}

.nav-item-title {
    color: #1f2937;
    font-size: 14px;
    line-height: 21px
}

.nav-item-description {
    color: #6d7280;
    font-size: 12px;
    line-height: 18px
}

.nav-dropdown-title {
    color: #000c;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 28px
}

.dropdown-inner-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    place-items: center start
}

.nav-item-icon-block {
    background-color: #f9fafb;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    display: flex
}

.nav-item-link-block {
    grid-column-gap: 12px;
    justify-content: flex-start;
    align-items: flex-start;
    text-decoration: none;
    display: flex
}

.nav-item-link-block:hover {
    text-decoration: none
}

.header-dropdown-icon {
    margin-right: 0;
    position: static
}

.nav-item-content-block {
    grid-row-gap: 2px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex
}

.o-feature-main-block {
    background-color: #ecf5ff;
    border-radius: 32px;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    padding: 54px
}

.o-feature-grid {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    grid-template-rows: auto;
    grid-template-columns: 1fr .75fr;
    place-items: center start
}

.o-content-block {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    display: flex
}

.ot-feature-para-text {
    color: var(--_new-home---primary--grey--600);
    font-size: 16px;
    line-height: 24px
}

.o-image-block {
    justify-content: flex-end
}

.o-top-content-block {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
    display: flex
}

.o-feature-form-block {
    margin-bottom: 0
}

.o-feature-form {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    display: flex
}

.o-feature-form-input {
    color: #333;
    background-color: #fff;
    border: 1px solid #e8e7ec;
    border-radius: 8px;
    align-self: center;
    height: 44px;
    margin-bottom: 0;
    padding-left: 17px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 20px
}

.o-feature-form-input:focus {
    border-color: var(--_new-home---primary--blue--700)
}

.o-feature-top-form {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.o-feature-form-bottom {
    color: var(--_new-home---primary--grey--600);
    text-align: center;
    font-size: 12px;
    line-height: 16px
}

.ot-section {
    box-sizing: content-box;
    object-fit: fill;
    width: auto;
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    position: static;
    overflow: hidden
}

.ot-section.mb-33 {
    margin-bottom: 33px
}

.ot-section.mb-60 {
    margin-bottom: 60px
}

.ot-section.bg-light-blue {
    background-color: #f3f9ff
}

.o-glossary-hero-section {
    background-image: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/67c9609c9fb5dd1f966b067f_glossary-hero-image.webp");
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-top: 100px;
    padding-bottom: 100px
}

.o-glossary-sub-headline {
    color: var(--_new-home---text)
}

.share-icon-list {
    background-color: #233ed9;
    border: 1px solid #0000;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    display: flex
}

.share-icon {
    aspect-ratio: 1;
    color: var(--_new-home---primary-button-text);
    justify-content: center;
    align-items: center;
    width: 100%;
    font-family: "Fa Brands 400", Arial, sans-serif;
    text-decoration: none;
    display: flex
}

.o-glossary-section {
    padding-top: 60px;
    padding-bottom: 60px
}

.o-glossary-form-h2 {
    color: var(--_new-home---black-color);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 36px;
    font-weight: 500;
    line-height: 44px
}

.o-glossary-form-label {
    color: #1c1c1c;
    margin-bottom: 13px;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px
}

.o-tax-category-main-wrapper {
    border: 1px solid #ddd;
    border-radius: 8px;
    max-width: 1064px;
    margin-top: 56px;
    margin-left: auto;
    margin-right: auto
}

.o-tax-category-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
    align-items: center;
    padding: 18px 24px;
    display: flex
}

.o-tax-category-left {
    min-width: 765px;
    max-width: 765px
}

.o-tax-category-head {
    color: var(--_new-home---black-color);
    font-size: 14px;
    font-weight: 600;
    line-height: 20px
}

.o-tax-category-right {
    text-align: center;
    min-width: 100px;
    max-width: 100px
}

.o-tex-category-p {
    color: var(--_new-home---primary--grey--700);
    margin-top: 10px;
    font-size: 14px
}

.o-tex-category-icon {
    aspect-ratio: 1;
    background-color: var(--_new-home---primary-button-bg);
    color: var(--_new-home---primary-button-text);
    text-align: center;
    border-radius: 50%;
    width: 34px;
    font-family: "Fa Solid 900", Arial, sans-serif;
    font-size: 16px;
    line-height: 34px
}

.o-tax-templates-grid {
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 59px;
    margin-bottom: 40px
}

.o-tax-templates-grid.mb-0 {
    margin-bottom: 0
}

.o-tax-templates-link {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    cursor: pointer;
    border: 1px solid #d2d5da;
    border-radius: 30px;
    flex-flow: column;
    justify-content: space-between;
    padding: 35px 30px;
    text-decoration: none;
    transition: all .3s;
    display: flex
}

.o-tax-templates-link:hover {
    box-shadow: 0 4px 16px #0000001a
}

.o-tax-templates-icon-text {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: center;
    display: flex
}

.o-tax-templates-icon {
    color: var(--color--button-bg);
    font-family: "Fa Solid 900", Arial, sans-serif;
    font-size: 22px;
    line-height: 26px
}

.o-tax-templates-span {
    color: #6d7280;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.o-tax-templates-p {
    color: var(--_new-home---black-color);
    font-weight: 500
}

.o-tax-templates-top {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex
}

.o-tax-templates-bottom {
    text-align: right;
    justify-content: flex-end;
    align-items: center;
    display: flex
}

.o-resources-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 59px;
    display: grid
}

.ot-tax-viwe-more {
    text-align: center
}

.ot-view-more {
    font-size: 16px;
    text-decoration: none
}

.o-resources-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
    padding: 30px 20px;
    text-decoration: none;
    transition: all .3s;
    display: flex
}

.o-resources-block:hover {
    box-shadow: 0 4px 16px #0000001a
}

.o-resources-h3 {
    color: var(--_new-home---black-color);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px
}

.o-resources-pera {
    color: var(--_new-home---primary--grey--600);
    font-size: 14px;
    line-height: 20px
}

.o-resources-tag {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    background-color: #dcedff;
    border-radius: 100px;
    justify-content: flex-start;
    align-items: center;
    padding: 3px 10px;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    display: inline-flex
}

.o-resources-tag-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex
}

.o-tax-form-input-block._w-50 {
    width: 50%
}

.o-tax-form-input-block.custom-select {
    position: relative
}

.ot-hero-grid {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    grid-template-rows: auto;
    grid-template-columns: 1.32fr 1fr;
    place-items: center stretch
}

.trustpilot-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 24px;
    display: flex
}

.trustpilot-wrapper.center {
    justify-content: center;
    align-items: center
}

.trustpilot-text {
    color: var(--_new-home---black-color);
    font-size: 14px;
    line-height: 16px
}

.grid-2 {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    grid-template: ". Area" /1fr 1fr;
    place-content: stretch;
    align-items: center
}

.ot-book-meeting-content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 12px;
    display: flex
}

.ot-book-meeting-li {
    color: var(--_new-home---text);
    background-image: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/67ca87098dbe4b7a31b2a55d_line-check-circle.svg");
    background-position: 0 2px;
    background-repeat: no-repeat;
    background-size: auto;
    padding-left: 30px
}

.ot-book-meeting-ul {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
    display: flex
}

.ot-book-meeting-ul.desk {
    margin-top: 0
}

.ot-book-meeting-ul.mobile {
    display: none
}

.ot-bm-slider {
    background-color: #0000;
    max-width: 462px;
    height: auto;
    margin-top: 45px
}

.arrow-none,
.ot-bm-slider.mobile {
    display: none
}

.ot-bm-slide-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 2px;
    padding: 30px 24px;
    display: flex
}

.mask {
    border-radius: 12px;
    box-shadow: 0 0 4px #0000001f
}

.ot-bm-slide-pera {
    color: var(--_new-home---primary--grey--700);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.ot-bm-athor-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ot-bm-author-img-block {
    aspect-ratio: 1;
    border: 1px solid #ebebeb;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 44px;
    min-width: 44px;
    display: flex
}

.ot-bm-author-name {
    color: var(--_new-home---heading-color);
    font-size: 14px;
    font-weight: 600;
    line-height: 20px
}

.ot-bm-author-position {
    color: var(--_new-home---primary--grey--600);
    font-size: 12px;
    line-height: 16px
}

.slide-nav {
    color: var(--_new-home---heading-color);
    bottom: -60px
}

.ot-book-meeting-right {
    background-color: #ecf5ff;
    border-radius: 16px;
    width: 100%;
    padding: 30px;
    line-height: 20px;
    position: static
}

.ot-bm-main {
    justify-content: center;
    align-items: flex-start;
    min-height: 100vh;
    padding-top: 86px;
    padding-bottom: 86px;
    display: flex
}

.ot-bm-main.pad-50-20 {
    padding-top: 50px;
    padding-bottom: 20px
}

.o-bm-image {
    border-radius: 50%
}

.o-bm-section {
    align-self: auto
}

.trustpilot-flex {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    text-decoration: none;
    display: flex
}

.ot-bk-zigzag-grid {
    grid-column-gap: 114px;
    background-color: #fff;
    border-radius: 48px;
    grid-template-rows: auto;
    grid-template-columns: .9fr 1.1fr;
    align-self: stretch;
    align-items: center
}

.ot-bk-zigzag-grid.reverce {
    grid-template-columns: 1.1fr .9fr
}

.otto-container {
    max-width: 1086px;
    padding-left: 16px;
    padding-right: 16px
}

.otto-hero-container {
    max-width: 1220px;
    padding-left: 16px;
    padding-right: 16px
}

.ot-bk-zigzag-wrapper {
    grid-row-gap: 96px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 93px;
    display: flex
}

.ot-hero-grid-form {
    background-color: #ecf5ff;
    border-radius: 16px;
    padding: 30px
}

.ot-bk-step-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 80px
}

.ot-bk-step-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px;
    display: flex
}

.ot-bk-step {
    aspect-ratio: 1;
    background-color: var(--_new-home---primary-button-bg);
    color: var(--_new-home---primary-button-text);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 24px;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    display: flex
}

.ot-bk-step-title {
    color: var(--_new-home---heading-color);
    font-size: 18px;
    font-weight: 500;
    line-height: 28px
}

.ot-bk-step-pera {
    color: var(--_new-home---primary--grey--600);
    font-size: 16px;
    line-height: 24px
}

.ot-financial-main-wraper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    margin-top: 58px;
    display: flex
}

.ot-financial-top-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr
}

.ot-financial-bottom-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr 1fr .5fr
}

.ot-financial-link-block {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
    background-color: #f3f9ff;
    border-radius: 24px;
    flex-flow: column;
    justify-content: space-between;
    padding: 24px;
    text-decoration: none;
    display: flex
}

.ot-financial-h3 {
    color: var(--_new-home---heading-color);
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px
}

.ot-financial-pera {
    color: var(--_new-home---primary--grey--600)
}

.ot-financial-licon {
    color: var(--_new-home---primary--blue--700);
    font-family: "Fa Solid 900", Arial, sans-serif;
    font-size: 16px
}

.ot-financial-icon-block {
    aspect-ratio: 1;
    background-color: #c8dafe33;
    border: 1px solid #c8dafe;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 40px;
    display: flex
}

.ot-financial-icon-block.slider-arrow-left {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%)
}

.ot-financial-icon-block.slider-arrow-right {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%)
}

.ot-financial-content {
    margin-bottom: 24px
}

.ot-review-slider {
    background-color: #0000;
    height: auto;
    margin-top: 58px
}

.nav-d-none {
    display: none
}

.ot-review-slide-block {
    background-color: #f3f9ff;
    border: 1px solid #e5e7eb;
    border-radius: 24px;
    margin-left: 96px;
    margin-right: 96px;
    padding: 26px 8px 8px
}

.ot-slide-block-top {
    margin-bottom: 24px;
    padding-left: 40px;
    font-size: 18px;
    line-height: 18px
}

.ot-slide-block-bottom {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    background-color: #fff;
    border-radius: 20px;
    flex-flow: column;
    padding: 40px;
    display: flex;
    box-shadow: 0 6px 6px -3px #2929290a, 0 12px 12px -6px #2929290a
}

.ot-review-slide-text {
    color: var(--_new-home---primary--grey--700);
    font-size: 24px;
    font-weight: 500;
    line-height: 32px
}

.ot-pricing-wrapper {
    background-color: #ecf5ff;
    border-radius: 24px;
    margin-top: 58px;
    padding: 16px
}

.ot-pricing-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr
}

.ot-pricing-plan {
    border-radius: 12px;
    padding: 32px 12px
}

.ot-pricing-plan.business-plan {
    background-color: #fff;
    padding-left: 24px;
    padding-right: 24px;
    box-shadow: 0 6px 10px #1c1c230a, 0 0 3px #1c1c2317
}

.ot-pricing-flex-block {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: space-between;
    height: 100%;
    display: flex
}

.ot-pricing-plan-name {
    color: var(--_new-home---heading-color);
    margin-bottom: 32px;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    display: inline-block
}

.ot-pricing-price {
    color: var(--_new-home---heading-color);
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 3px;
    font-size: 28px;
    line-height: 36px;
    display: flex
}

.ot-pricing-subscript {
    font-size: 16px;
    line-height: 24px;
    display: inline-block
}

.ot-pricing-price-pera {
    color: var(--_new-home---primary--grey--600);
    margin-bottom: 24px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

.ot-pricing-price-block {
    border-bottom: 1px solid #9abbff;
    min-height: 147px;
    margin-bottom: 24px
}

.ot-pricing-price-block.border-none {
    border-bottom-style: none;
    margin-bottom: 0
}

.ot-pricing-list-title {
    color: var(--_new-home---heading-color);
    margin-bottom: 7px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.ot-pricing-ul {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
    padding-left: 0;
    display: flex
}

.ot-pricing-li {
    color: var(--_new-home---primary--grey--700);
    background-image: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/67ce6af50c5027ed56dc7a50_Vector%20(8).svg");
    background-position: 0;
    background-repeat: no-repeat;
    background-size: auto;
    padding-left: 25px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

.ot-pricing-list-block {
    margin-bottom: 24px
}

.ot-pricing-expenses {
    color: var(--_new-home---text);
    margin-bottom: 24px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px
}

.ot-pricing-popular {
    color: #517cff;
    background-color: #ecf5ff;
    border: 1px solid #c0dcff;
    border-radius: 8px;
    margin-left: 8px;
    padding: 4px 7px;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    display: inline-block
}

.pricing-tab-link {
    color: #706f74;
    background-color: #fff;
    border: 1px solid #d4d4d4;
    border-radius: 100px;
    padding: 3px 6px;
    font-size: 12px;
    line-height: 12px
}

.pricing-tab-link.w--current {
    color: var(--_new-home---primary--blue--700);
    background-color: #ecf5ff;
    border-color: #c0dcff
}

.ot-pricing-tabs-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 24px;
    display: flex
}

.ot-pricing-selected-expense {
    color: var(--_new-home---primary--grey--600);
    border-bottom: 1px solid #9abbff;
    margin-bottom: 24px;
    padding-bottom: 24px;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px
}

.ot-faq-main-container {
    max-width: 780px;
    margin-top: 54px;
    margin-left: auto;
    margin-right: auto
}

.ot-faq-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-bottom: 1px solid #d2d5da;
    flex-flow: column;
    padding-top: 30px;
    padding-bottom: 30px
}

.ot-faq-question {
    cursor: pointer;
    justify-content: space-between;
    align-items: center;
    display: flex
}

.ot-faq-h3 {
    color: var(--_new-home---heading-color);
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 10px;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px
}

.ot-faq-icon {
    font-family: "Fa Solid 900", Arial, sans-serif;
    transform: rotate(180deg)
}

.ot-faq-answer {
    transition: all .3s;
    overflow: hidden
}

.ot-faq-ans-text {
    color: #24378b;
    padding-top: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.bold-text-7 {
    font-weight: 600
}

.ot-monthly-yearly-tab-wrapper {
    text-align: center;
    margin-top: 30px
}

.ot-monthly-yearly-tabs {
    display: inline-block
}

.tabs-content-2 {
    display: none
}

.ot-monthly-yearly-menus {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    background-color: #f3f4f6;
    border-radius: 12px;
    justify-content: flex-start;
    align-items: center;
    padding: 2px 2.5px;
    display: inline-flex
}

.ot-monthly-yearly-tab-link {
    color: #6f7988;
    text-align: center;
    background-color: #0000;
    width: 139px;
    padding: 6px 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px
}

.ot-monthly-yearly-tab-link.w--current {
    color: #2e3238;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 4px -2px #18274b05, 0 0 2px #e0e0e0
}

.ot-compare-wrapper {
    grid-row-gap: 21px;
    flex-flow: column;
    margin-top: 56px;
    display: flex
}

.ot-comare-head-grid {
    grid-column-gap: 60px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr 1fr 1fr
}

.ot-comare-head-block {
    flex-flow: column;
    justify-content: flex-end;
    display: flex
}

.ot-comare-head-text {
    color: #6f7988;
    margin-top: 8px;
    margin-bottom: 17px;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px
}

.ot-comare-head-title {
    color: var(--_new-home---heading-color);
    font-size: 24px;
    font-weight: 500;
    line-height: 32px
}

.div-block-53 {
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ot-comare-head {
    background-color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    position: sticky;
    top: 78px
}

.ot-compare-body {
    grid-row-gap: 61px;
    flex-flow: column;
    display: flex
}

.ot-comare-body-grid {
    grid-column-gap: 60px;
    grid-row-gap: 20px;
    border-top: 1px solid #edeff3;
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr 1fr 1fr
}

.ot-comare-body-block {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    justify-content: flex-start;
    align-items: center;
    padding-top: 18px;
    padding-bottom: 18px;
    display: flex
}

.ot-comare-body-title {
    color: var(--_new-home---heading-color);
    white-space: nowrap;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px
}

.ot-comare-body-text {
    color: var(--_new-home---heading-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.ot-comare-icon-check {
    color: var(--_new-home---heading-color);
    text-align: center;
    width: 100%;
    font-family: "Fa Solid 900", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.ot-comare-icon-close {
    color: var(--_new-home---heading-color);
    text-align: center;
    width: 100%;
    font-family: "Fa 400", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.collection-list-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid
}

.ot-collection-link {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    border: 1px solid #d2d5da;
    border-radius: 30px;
    flex-flow: column;
    justify-content: space-between;
    height: 100%;
    padding: 34px 30px;
    text-decoration: none;
    transition: all .3s;
    display: flex
}

.ot-collection-link:hover {
    box-shadow: 0 4px 16px #0000001a
}

.ot-wc-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 58px
}

.ot-wc-block {
    background-color: #f3f9ff;
    border-radius: 8px;
    padding: 34px 30px
}

.ot-wc-h3 {
    color: var(--_new-home---heading-color);
    margin-top: 16px;
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px
}

.ot-wc-pera {
    color: var(--_new-home---primary--grey--600);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.ot-collection-wrapper {
    padding-top: 80px
}

.ot-sitemap-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: start;
    display: grid
}

.ot-sitemap-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 40px;
    display: flex
}

.ot-sitemap-wrapper.ot-sitemap-left {
    justify-content: flex-start;
    align-items: stretch
}

.ot-sitemap-link-text {
    color: var(--_new-home---primary--grey--700);
    font-size: 15px;
    text-decoration: none
}

.ot-sitemap-link-text:hover {
    color: #000;
    text-decoration: underline
}

.ot-sitemap-inner-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ot-sitemap-inner-wrapper.ot-sitemap-left {
    justify-content: flex-start;
    align-items: stretch
}

.ot-sitemap-h-h2 {
    color: var(--_new-home---heading-color);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px
}

.ot-button-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ot-button-wrapper.mt-24 {
    margin-top: 24px
}

.ot-legal-agriment-content {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 908px;
    margin-top: 56px;
    margin-left: auto;
    margin-right: auto;
    display: flex
}

.ot-legal-agriment-p {
    color: var(--_new-home---primary--grey--700);
    text-align: center;
    column-count: auto;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    column-gap: 48px;
    font-size: 16px;
    line-height: 24px
}

.ot-agreement-grid {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    place-items: center start
}

.ot-zigzag-wrappers {
    grid-row-gap: 96px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex
}

.ot-hero-video-wrapper {
    padding-top: 70px
}

.ot-how-to-ul {
    margin-top: -15px
}

.ot-features-icon {
    color: var(--_new-home---primary-button-bg);
    font-family: "Fa 400", Arial, sans-serif;
    font-size: 22px
}

.ot-features-icon.fa-900 {
    font-family: "Fa Solid 900", Arial, sans-serif
}

.ot-features-icon.fa-brand-400 {
    font-family: "Fa Brands 400", Arial, sans-serif
}

.ot-h3 {
    color: var(--_new-home---black-color);
    font-size: var(--_new-home---font-size--d-h3);
    line-height: var(--_new-home---line-height--d-h3);
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 500
}

.ot-alternative-grid {
    grid-column-gap: 51px;
    grid-row-gap: 20px;
    border-top: 1px solid #edeff3;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr
}

.ot-alternative-icon-check {
    color: var(--_new-home---heading-color);
    width: 100%;
    font-family: "Fa Solid 900", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.ot-alternative-icon-close {
    color: var(--_new-home---heading-color);
    width: 100%;
    font-family: "Fa 400", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.ot-bm-li {
    font-weight: 600
}

.o-blog-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
    text-decoration: none;
    transition: all .3s;
    display: flex
}

.ot-blog-category-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
    margin-bottom: 42px;
    display: flex
}

.ot-blog-category-collection-item {
    width: 100%;
    padding-left: 0;
    padding-right: 0
}

.ot-bk-step-inner-wrap {
    aspect-ratio: 1;
    background-color: #dcedff;
    border-radius: 50%;
    width: 36px;
    padding: 6px
}

.ot-bk-step-wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ot-bk-step-text {
    color: var(--_new-home---primary--grey--700);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

.div-block-54 {
    background-color: #edf8fe;
    border-radius: 12px;
    padding: 30px
}

.demo {
    background-color: var(--color--breadcrumb-active);
    width: 100px;
    height: 100px
}

.template-form-label {
    font-weight: 500
}

.max-940 {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto
}

.max-800 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    display: flex
}

._12gh {
    aspect-ratio: 1;
    width: 50px
}

.ot-point-ul {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    display: flex
}

.ot-point-li {
    background-image: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/67ebda68bb02e4df9506155e_check%20(3).png");
    background-position: 0 6px;
    background-repeat: no-repeat;
    background-size: 15px;
    padding-left: 30px
}

.ot-comparison-table-wrapper {
    border: 1px solid #edeff3;
    border-radius: 12px;
    margin-top: 58px
}

.ot-comparison-grid {
    grid-column-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 2.5fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-flow: column
}

.ot-comparison-grid._6-grid {
    grid-template-columns: 2.5fr 1fr 1fr 1fr 1fr 1fr
}

.ot-comparision-grid-block {
    border-bottom: 1px solid #edeff3;
    border-right: 1px solid #edeff3;
    justify-content: flex-start;
    align-items: center;
    padding: 15px 10px;
    display: flex
}

.ot-comparision-grid-block.center {
    text-align: center;
    justify-content: center;
    align-items: center
}

.ot-comparision-head {
    color: var(--_new-home---heading-color);
    font-size: 16px;
    font-weight: 500
}

.ot-comparision-head.visibility-hidden {
    opacity: 0
}

.ot-comparision-icon-close {
    color: var(--_new-home---primary-button-bg);
    text-align: center;
    width: 100%;
    font-family: "Fa 400", Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px
}

.ot-comparision-icon-check {
    color: var(--_new-home---heading-color);
    text-align: center;
    width: 100%;
    font-family: "Fa Solid 900", Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px
}

.grid-3 {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-flow: column
}

.grid-4 {
    grid-column-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 2.5fr 1fr 1fr 1fr 1fr 1fr 1fr
}

.flex-gap {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex-flow: column;
    display: flex
}

.d-lg-none {
    display: none
}

.code-embed {
    display: block
}

.code-embed.apply-form {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 0
}

.mt-40 {
    margin-top: 40px
}

.ot-author-image {
    aspect-ratio: 1;
    border-radius: 12px;
    width: 200px
}

.ot-author-inner {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex
}

.ot-author-name {
    margin-bottom: 0;
    font-size: 30px;
    line-height: 40px
}

.ot-authoe-mail-icon {
    font-family: "Fa Brands 400", Arial, sans-serif
}

.ot-authoe-mail-icon.email {
    font-family: "Fa 400", Arial, sans-serif
}

.ot-author-mail {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    color: var(--_new-home---primary--grey--600);
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ot-author-content {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    display: flex
}

.author-collection-wrapper {
    margin-top: 80px
}

.link-block {
    text-decoration: none;
    display: block
}

.o-tax-templates-icon-img {
    width: 20px
}

.ot-tools-list-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: center stretch;
    display: grid
}

.ot-faq-link-text {
    color: var(--color--text)
}

.calculator-collection-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid
}

.calculator-collection-item {
    text-align: center;
    border: 1px solid #e5e7eb;
    border-radius: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 24px;
    display: flex
}

.cal-collection-image {
    margin-bottom: 20px
}

.cal-collection-title {
    color: var(--_new-home---heading-color);
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px
}

.cal-collection-text {
    color: var(--_new-home---text);
    font-size: 14px;
    line-height: 22px
}

.cal-collection-link {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
    display: inline-block
}

.cal-collection-link:hover {
    text-decoration: underline
}

.cac-by-state-grid {
    grid-column-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: auto auto auto;
    place-items: stretch center;
    margin-top: 56px
}

.cac-by-state-grid._2-grid {
    grid-template-columns: auto auto;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto
}

.cal-state-link {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 14px;
    text-decoration: none;
    display: block
}

.code-embed-3 {
    aspect-ratio: auto;
    object-fit: fill;
    min-width: 0;
    display: block;
    overflow: hidden
}

.code-embed-4 {
    overflow: hidden
}

.currency-pairing-grid {
    grid-row-gap: 40px;
    background-color: #f0f9ff;
    border-radius: 24px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-items: center;
    margin-top: 56px;
    padding: 40px 30px
}

.currency-paring-arrow {
    font-family: "Fa Solid 900", Arial, sans-serif;
    font-size: 20px
}

.currency-pairing-top {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
    margin-bottom: 6px;
    display: flex
}

.currency-paring-block {
    color: var(--_new-home---text);
    text-align: center;
    text-decoration: none
}

.code-embed-5 {
    padding-left: 0
}

.link,
.link-2,
.link-3 {
    color: var(--color--text)
}

.my-5 {
    margin-top: 8px;
    margin-bottom: 8px
}

.link-4 {
    color: var(--_new-home---primary--grey--600);
    text-decoration: none
}

.link-4:hover {
    text-decoration: underline
}

.ot-bk-step-wrapper {
    padding-top: 60px;
    padding-bottom: 40px
}

.sign-hero-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-rows: auto;
    max-width: 900px;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto
}

.sign-block-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    background-color: var(--_new-home---primary--blue--700);
    border-radius: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding: 45px 40px;
    display: flex
}

.sign-block-image {
    aspect-ratio: 1;
    color: var(--_new-home---primary--blue--700);
    background-color: #fff;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    width: 70px;
    padding: 10px;
    font-family: "Fa Solid 900", Arial, sans-serif;
    font-size: 40px;
    display: flex
}

.sign-block-heading {
    color: #fff;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 600;
    line-height: 32px
}

.sign-block-text {
    color: #e4e4e4;
    text-align: center
}

.sign-block-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex
}

.sign-form-wrapper {
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    display: flex
}

.signature-grid {
    grid-column-gap: 30px;
    grid-row-gap: 80px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 900px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto
}

.personality-sign-title {
    color: var(--color--otto-blue);
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 500;
    line-height: 32px
}

.successful-sign-block {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex
}

.personality-sign-img {
    border-radius: 10px;
    margin-bottom: 15px;
    box-shadow: 0 4px 8px #0000001a
}

.successful-sign-image {
    margin-top: 15px
}

.successful-sign-title {
    color: var(--color--otto-blue);
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px
}

.successful-people-position {
    color: #738194;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 24px
}

.successful-people-position.long-sub-head {
    line-height: 32px
}

.successful-people-position.max-800 {
    max-width: 800px
}

.legally-sign-icon {
    aspect-ratio: 1;
    color: var(--_new-home---primary--blue--700);
    background-color: #dcedff;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    width: 70px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    font-size: 25px;
    display: flex
}

.legally-sign-icon.fa-400 {
    font-family: "Fa 400", Arial, sans-serif
}

.mt-56 {
    margin-top: 56px
}

.grid-5 {
    grid-column-gap: 49px;
    grid-template-rows: auto;
    grid-template-columns: .85fr 1fr
}

.sign-zigzag-bottom-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    max-width: 900px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto
}

.sign-zigzag-grid {
    grid-column-gap: 59px;
    grid-template-rows: auto;
    grid-template-columns: .6fr 1fr;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto
}

.sign-zigzag-bottom-block {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: center;
    background-color: #fff;
    border-radius: 12px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
    display: flex
}

.sign-zigzag-icon {
    aspect-ratio: 1;
    color: var(--_new-home---primary--blue--700);
    background-color: #d7ebff;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    width: 50px;
    padding: 10px;
    font-family: "Fa 400", Arial, sans-serif;
    font-size: 22px;
    display: flex
}

.sign-zigzag-icon.fa-900 {
    font-family: "Fa Solid 900", Arial, sans-serif
}

.sign-zigzag-h3 {
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px
}

.sign-why-otto-grid {
    grid-column-gap: 50px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    place-items: stretch center;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto
}

.why-otto-left-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px
}

.why-otto-left-block {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: center;
    background-color: #f3f9ff;
    border-radius: 12px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    display: flex
}

.sign-why-otto-icon {
    justify-content: center;
    align-items: center;
    font-family: "Fa 400", Arial, sans-serif;
    font-size: 40px;
    line-height: 40px
}

.why-otto-right-block {
    background-color: #f3f9ff;
    border-radius: 12px;
    padding: 20px 0
}

.why-otto-heading {
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 500
}

.why-otto-right-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-bottom: 1px solid #d4d4d4;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr
}

.why-otto-right-grid.border-none {
    border-bottom-style: none
}

.why-otto-table-grid {
    justify-content: flex-start;
    align-items: center;
    padding: 15px 20px;
    display: flex
}

.why-otto-right-grid-title {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.why-otto-right-grid-title.left {
    text-align: left
}

.why-otto-check {
    color: var(--_new-home---primary--blue--700);
    text-align: center;
    flex: 1;
    font-family: "Fa Solid 900", Arial, sans-serif;
    font-size: 22px
}

.why-otto-dash {
    text-align: center;
    flex: 1;
    font-family: "Fa Solid 900", Arial, sans-serif;
    font-size: 22px
}

.why-otto-right-main {
    text-align: center
}

.mt-50 {
    margin-top: 60px
}

.personality-sign-block {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex
}

.llc-vs-corporation-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto
}

.llc-compare-block {
    background-color: #fff;
    border-radius: 24px;
    padding: 20px 16px
}

.div-block-55 {
    border-bottom: 1px solid #cfcfcf;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
    display: flex
}

.div-block-56 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex
}

.llc-compare-list-icon {
    margin-top: 3px;
    font-family: "Fa 400", Arial, sans-serif;
    font-size: 20px
}

.llc-comare-h3 {
    color: var(--_new-home---heading-color);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 500;
    line-height: 32px
}

.llc-compare-h4 {
    color: var(--_new-home---heading-color);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500
}

.ot-pricing-tabs-content {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column
}

.ot-footer-center-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 60%;
    display: block
}

.ot-footer-center-block-wrapper {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    object-fit: fill;
    border-bottom: 1px solid #e5e7eb;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 20px;
    display: flex
}

.ot-footer-center-block-wrapper.p-bottom-20 {
    align-items: center;
    padding-bottom: 20px
}

.ot-footer-center-block-wrapper.border-none {
    border-bottom-style: none
}

.ot-footer-bottom-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: space-between;
    align-items: center;
    padding-top: 21px;
    padding-bottom: 24px;
    display: flex
}

.ot-footer-bottom-wrapper.ot-n-footer-bottom-block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: space-between;
    display: flex
}

.ot-footer-help-text-2 {
    margin-top: 10px
}

.socialicons {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: flex-start;
    align-items: flex-end
}

.ot-footer-icon-new {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-items: center;
    width: 295.604px
}

.ot-footer-social-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: flex-start;
    align-items: flex-end
}

.ot-footer-social-text {
    color: #000;
    font-weight: 500
}

.ot-footer-bottom-links-block {
    grid-column-gap: 20px;
    grid-row-gap: 12px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: flex
}

@media screen and (min-width:1280px) {
    h1 {
        font-size: var(--font-size--desktop-h1);
        line-height: var(--line-height--desktop-h1)
    }

    h2 {
        font-size: var(--font-size--desktop-h2);
        line-height: var(--line-height--desktop-h2)
    }

    h3 {
        font-size: var(--font-size--desktop-h3);
        line-height: var(--line-height--desktop-h3)
    }

    .o-heading-h2 {
        font-size: var(--font-size--desktop-h2);
        line-height: var(--line-height--desktop-h2)
    }

    .ot-zigzag-grid {
        grid-column-gap: 190px;
        padding-left: 99px;
        padding-right: 99px
    }

    .o-review-title {
        max-height: 128px;
        font-size: 24px;
        line-height: 32px
    }

    .ot-footer-wraper {
        padding-left: 96px;
        padding-right: 96px
    }

    .ot-hero-grid {
        grid-column-gap: 160px;
        grid-row-gap: 160px
    }

    .grid-2 {
        grid-column-gap: 120px;
        grid-row-gap: 120px;
        grid-template-columns: 1fr 1fr
    }

    .book-meeting-container {
        max-width: 1180px
    }

    .otto-container,
    .otto-hero-container {
        padding-left: 0;
        padding-right: 0
    }
}

@media screen and (min-width:1440px) {
    .page-breadcrumb-container {
        padding-left: 42px;
        padding-right: 42px
    }

    .o-review-title {
        max-height: 96px
    }

    .ot-navbar {
        margin-left: 42px;
        margin-right: 42px
    }

    .ot-comparision-head {
        text-decoration: none
    }

    .cac-by-state-grid._2-grid {
        grid-template-rows: auto;
        grid-template-columns: auto auto
    }

    .link-5,
    .link-6,
    .link-7,
    .link-8 {
        text-decoration: none
    }
}

@media screen and (min-width:1920px) {
    .ot-hero-image-section {
        background-position: 50% 0
    }

    .ot-zigzag-pera {
        color: var(--_new-home---primary--grey--700)
    }
}

@media screen and (max-width:991px) {
    .container {
        max-width: 728px
    }

    .hero-heading-left {
        padding-bottom: 60px;
        display: block
    }

    .hero-wrapper {
        flex-direction: column;
        grid-template-columns: 1fr;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: -40px
    }

    .hero-save-money-split-text {
        align-items: flex-start;
        max-width: 100%;
        margin-bottom: 40px
    }

    .margin-bottom-24px {
        max-width: 100%
    }

    .testimonial-column-light {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .centered-heading {
        text-align: left;
        font-size: 36px;
        line-height: 46px
    }

    .testimonial-grid-two {
        grid-column-gap: 30px;
        grid-template-columns: 1fr 1fr
    }

    .testimonial-main-heading {
        font-size: 25px;
        line-height: 30px
    }

    .div-block {
        max-width: 100%
    }

    .heading {
        text-align: center;
        font-size: 55px;
        line-height: 65px
    }

    .div-block-2 {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        display: flex
    }

    .bold-text {
        font-size: 25px
    }

    .div-block-4 {
        width: 100%
    }

    .heading-2 {
        max-width: 100%
    }

    .testimonial-slider-large-2 {
        padding-top: 60px;
        padding-bottom: 40px
    }

    .container-2 {
        max-width: 728px
    }

    .testimonial-slide-2 {
        padding-left: 32px
    }

    .testimonial-quote-2 {
        overflow: visible
    }

    .herio-description {
        text-align: center;
        max-width: 100%
    }

    .hero-split-copy {
        align-items: center;
        max-width: 100%;
        margin-bottom: 40px
    }

    .hero-save-money-split {
        order: -1;
        align-items: flex-start;
        max-width: 100%;
        margin-bottom: 40px
    }

    .hero-split-image {
        align-items: flex-start;
        max-width: 100%;
        margin-bottom: 40px
    }

    .hero-section1 {
        padding-top: 40px;
        display: block
    }

    .container-5 {
        max-width: 728px
    }

    .footer-form-two-2 {
        text-align: center;
        padding: 40px
    }

    .button-demo-large {
        font-size: 16px
    }

    .centered-heading-copy {
        text-align: center;
        font-size: 36px;
        line-height: 46px
    }

    .author-container {
        max-width: 728px
    }

    .collection-list-wrapper {
        padding-top: 0;
        padding-bottom: 0
    }

    .collection-item-3 {
        margin-left: 10px;
        margin-right: 10px;
        display: inline
    }

    .collection-list-3 {
        margin-left: 0
    }

    .template-hero-section {
        padding-top: 40px;
        display: block
    }

    .template-container {
        max-width: 728px
    }

    .temp-hero-wrapper {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: -40px
    }

    .hero-text-block,
    .temp-hero-image-block {
        align-items: center;
        max-width: 100%;
        margin-bottom: 40px
    }

    .temp-hero-button-block {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        display: flex
    }

    .temp-hero-description {
        text-align: center;
        max-width: 100%;
        font-size: 20px
    }

    .temp-hero-heading-block {
        max-width: 100%
    }

    .temp-hero-heading {
        text-align: center;
        font-size: 48px;
        line-height: 58px
    }

    .div-block-32 {
        width: 100%
    }

    .template-3-grid-section {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .template-grid {
        grid-column-gap: 24px;
        grid-row-gap: 24px;
        grid-template-columns: 1fr 1fr
    }

    .template-faq-wrapper {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        margin-bottom: -40px
    }

    .faq-list-wrapper {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        flex-flow: wrap
    }

    .template-faq-container {
        max-width: 728px
    }

    .footer-content {
        grid-column-gap: 20px;
        grid-row-gap: 40px;
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-auto-columns: 1fr;
        display: grid
    }

    .footer-block {
        justify-content: flex-start;
        align-items: flex-start
    }

    .navbar-no-shadow-container {
        padding-left: 16px;
        padding-right: 16px
    }

    .nav-menu-wrapper-3 {
        background-color: #0000
    }

    .nav-menu {
        background-color: #fff;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 0;
        display: flex
    }

    .nav-link-3 {
        padding-left: 5px;
        padding-right: 5px
    }

    .nav-dropdown-list-3.shadow-three.w--open {
        position: absolute
    }

    .nav-button-wrapper {
        width: 100%;
        margin-left: 0
    }

    .menu-button-3 {
        padding: 12px
    }

    .menu-button-3.w--open {
        color: #fff;
        background-color: #a6b1bf
    }

    .blue-btn-wrapper {
        width: 100%;
        margin-left: 0
    }

    .container-7 {
        max-width: 728px
    }

    .pricing-grid {
        grid-column-gap: 30px
    }

    .all-product-cta-wrapper {
        justify-content: center;
        margin-bottom: 0
    }

    .all-product-cta-btn {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        display: flex
    }

    .o-section.bg-gray,
    .o-section.bg-transparent {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .o-heading-h2.md-text-center {
        text-align: center
    }

    .page-breadcrumb-container {
        padding-left: 16px;
        padding-right: 16px
    }

    .feature-img {
        width: 40px
    }

    .feature-block {
        padding: 20px
    }

    .footer-text {
        max-width: none
    }

    .d-none {
        display: none
    }

    .o-heading-animation {
        max-width: 519px
    }

    .o-heading-animation-span {
        font-size: 32px;
        line-height: 40px
    }

    .ot-hero-section,
    .ot-hero-section.pt-150 {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .ot-hero-section.pb-123 {
        padding-bottom: 60px
    }

    .ot-hero-section.bg-dotted {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .otto-home-container {
        padding-left: 16px;
        padding-right: 16px
    }

    .ot-h1 {
        font-size: var(--_new-home---font-size--t-h1);
        line-height: var(--_new-home---line-height--t-h1)
    }

    .ot-h1.ot-sitemap-h1 {
        font-size: 55px;
        line-height: 60px
    }

    .ot-subheadline {
        margin-left: auto;
        margin-right: auto
    }

    .ot-subheadline.ot-left {
        text-align: center
    }

    .ot-hero-image-section {
        padding-bottom: 50px
    }

    .ot-logo-section {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .ot-p-sticky {
        grid-column-gap: 40px;
        grid-row-gap: 40px
    }

    .ot-zigzag-grid {
        grid-row-gap: 50px;
        grid-template-columns: 1fr;
        align-self: stretch;
        place-items: center;
        padding-left: 50px;
        padding-right: 50px
    }

    .ot-zigzag-grid.reverce {
        grid-template-columns: 1fr
    }

    .ot-zigzag-content-block {
        grid-row-gap: 20px;
        text-align: center;
        justify-content: center;
        align-items: center
    }

    .ot-zigzag-content-block.left {
        text-align: left;
        justify-content: center;
        align-items: flex-start
    }

    .ot-h2 {
        font-size: var(--_new-home---font-size--t-h2);
        line-height: var(--_new-home---line-height--t-h2)
    }

    .ot-zigzag-title-text {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        justify-content: flex-start;
        align-items: center
    }

    .ot-zigzag-title-text.left {
        justify-content: flex-start;
        align-items: flex-start
    }

    .ot-tool-section {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .ot-tool-wrapper {
        margin-bottom: 50px
    }

    .ot-tool-heading-wrapper {
        grid-column-gap: 16px;
        grid-row-gap: 16px
    }

    .ot-need-wrapper {
        grid-column-gap: 34px;
        grid-row-gap: 34px;
        flex-flow: wrap
    }

    .ot-need-block-main {
        flex-flow: wrap;
        justify-content: center;
        align-items: center
    }

    .ot-review-section {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .ot-review-content-block {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        opacity: 1;
        height: auto;
        display: flex
    }

    .ot-review-top-block {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        flex-flow: column;
        justify-content: flex-start;
        align-items: flex-start
    }

    .ot-review-wrapper {
        flex-flow: column;
        margin-top: 34px
    }

    .o-review-title {
        max-height: none;
        font-size: 18px;
        line-height: 28px
    }

    .ot-review-block {
        width: 100%;
        padding: 30px 16px
    }

    .ot-counter-section {
        padding-bottom: 48px
    }

    .ot-counter-main {
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        justify-content: space-between
    }

    .ot-conter-text {
        padding-top: 12px
    }

    .ot-cta-section {background-image:url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/679b2a47d551a8146bde7ec3_texture.svg");background-position:50%;background-size:cover;
        padding-top: 50px;
        padding-bottom: 50px
    }

    .ot-cta-footer {
        grid-row-gap: 50px
    }

    .ot-footer-top-block {
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        flex-flow: wrap
    }

    .ot-footer-top-block.p-bottom-20 {
        flex-flow: row
    }

    .ot-footer-top-grid {
        grid-column-gap: 30px;
        grid-row-gap: 30px
    }

    .ot-footer-top-grid._5-column-grid {
        grid-template-columns: 1fr 1fr 1fr
    }

    .ot-footer-links-block {
        min-width: auto
    }

    .ot-navbar {
        background-color: #fff;
        margin-left: 16px;
        margin-right: 16px
    }

    .ot-navbar-container {
        background-color: #0000
    }

    .ot-nav-inner-container {
        padding: 2px 2px 2px 10px
    }

    .ot-nav-inner-container.pad-13 {
        padding-top: 0;
        padding-bottom: 0
    }

    .ot-navbar-wrapper {
        z-index: 999;
        display: flex
    }

    .ot-navbar-brand {
        z-index: 1
    }

    .ot-nav-menu-wrapper {
        background-color: #fff;
        height: 99vh;
        padding-top: 100px;
        position: fixed;
        top: 0;
        box-shadow: 0 2px 8px #00000014
    }

    .ot-nav-menu-wrapper.height-auto {
        height: auto
    }

    .ot-nav-menu {
        flex-flow: column;
        justify-content: flex-start;
        align-items: stretch;
        padding-bottom: 40px;
        padding-left: 10px;
        padding-right: 10px
    }

    .nav-link-5 {
        padding-left: 5px;
        padding-right: 5px
    }

    .ot-nav-dropdown-toggle {
        display: block
    }

    .nav-dropdown-list-4.shadow-three.w--open {
        position: absolute
    }

    .ot-nav-menu-button {
        padding-left: 10px;
        padding-right: 10px
    }

    .ot-nav-button-wrapper {
        z-index: 2;
        justify-content: flex-start;
        align-items: center;
        margin-left: 0;
        position: relative
    }

    .ot-nav-button-wrapper.inner {
        justify-content: flex-start;
        align-items: center;
        margin-top: 20px;
        padding-left: 25px
    }

    .ot-menu-button {
        z-index: 1;
        padding: 8px
    }

    .ot-menu-button.w--open {
        color: #fff;
        background-color: #0000
    }

    .ot-menu-icon {
        color: #000;
        font-size: 40px
    }

    .template-form {
        text-align: left;
        width: 450px;
        margin-left: auto;
        margin-right: auto
    }

    .navigation-inner-wrap {
        grid-column-gap: 12px;
        grid-row-gap: 12px;
        flex-flow: column;
        justify-content: center;
        align-items: flex-start;
        padding-left: 15px;
        padding-right: 15px;
        display: flex
    }

    .ot-nav-dropdown-list {
    top: 100%;
        position: static;
        transform: none
    }

    .ot-nav-dropdown-list.w--open {
        margin-top: 5px
    }

    .nav-dropdown-title {
        font-size: 16px;
        line-height: 24px
    }

    .ot-nav-dropdown {
        width: 100%;
        padding-top: 0;
        padding-bottom: 0
    }

    .o-feature-main-block {
        padding: 40px
    }

    .o-feature-grid {
        grid-column-gap: 20px;
        grid-row-gap: 20px
    }

    .ot-feature-para-text {
        font-size: 16px;
        line-height: 24px
    }

    .ot-section {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .ot-section.mb-33,
    .ot-section.mb-60 {
        margin-bottom: 0
    }

    .o-glossary-hero-section {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .o-glossary-form-h2 {
        font-size: var(--_new-home---font-size--t-h2);
        line-height: var(--_new-home---line-height--t-h2)
    }

    .o-tax-category-left {
        min-width: 500px
    }

    .o-tax-templates-grid {
        grid-template-columns: 1fr 1fr 1fr
    }

    .o-resources-grid {
        grid-column-gap: 20px;
        grid-row-gap: 20px
    }

    .o-resources-h3 {
        font-size: 18px;
        line-height: 26px
    }

    .ot-hero-grid {
        grid-column-gap: 22px;
        grid-row-gap: 22px;
        grid-template-columns: 1fr
    }

    .ot-hero-grid-content {
        text-align: center
    }

    .trustpilot-wrapper {
        justify-content: center;
        align-items: center
    }

    .grid-2 {
        grid-template-columns: 1fr;
        display: block
    }

    .ot-book-meeting-content {
        text-align: center;
        justify-content: center;
        align-items: center
    }

    .ot-book-meeting-ul.desk {
        display: none
    }

    .ot-book-meeting-ul.mobile {
        display: flex
    }

    .ot-bm-slider {
        max-width: 728px
    }

    .ot-bm-slider.desk {
        display: none
    }

    .ot-bm-slider.mobile {
        display: block
    }

    .ot-book-meeting-left {
        margin-top: 0
    }

    .ot-bm-main {
        height: auto;
        padding-top: 60px;
        padding-bottom: 90px;
        display: block
    }

    .ot-bk-zigzag-grid {
        grid-row-gap: 30px;
        grid-template-columns: 1fr;
        align-self: stretch;
        place-items: center
    }

    .ot-bk-zigzag-grid.reverce {
        grid-template-columns: 1fr
    }

    .otto-container {
        max-width: none
    }

    .ot-bk-zigzag-wrapper {
        grid-row-gap: 60px;
        margin-top: 60px
    }

    .ot-bk-step-grid {
        margin-top: 34px
    }

    .ot-bk-step-pera {
        font-size: 16px;
        line-height: 24px
    }

    .ot-financial-main-wraper {
        margin-top: 34px
    }

    .ot-financial-bottom-grid,
    .ot-financial-top-grid {
        grid-column-gap: 20px;
        grid-row-gap: 20px
    }

    .ot-financial-link-block {
        padding: 20px
    }

    .ot-financial-h3 {
        font-size: 18px;
        line-height: 28px
    }

    .ot-review-slider {
        margin-top: 34px
    }

    .ot-review-slide-block {
        margin-left: 50px;
        margin-right: 50px
    }

    .ot-review-slide-text {
        font-size: 20px;
        line-height: 28px
    }

    .ot-pricing-wrapper {
        margin-top: 34px
    }

    .ot-pricing-grid {
        grid-template-columns: 1fr 1fr
    }

    .ot-faq-main-container {
        margin-top: 34px
    }

    .ot-compare-wrapper {
        grid-row-gap: 0px;
        border-bottom: 1px solid #edeff3;
        border-right: 1px solid #edeff3;
        margin-top: 34px
    }

    .ot-comare-head-grid {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        grid-template-columns: 1fr 1fr 1fr
    }

    .ot-comare-head-block {
        border-top: 1px solid #edeff3;
        border-left: 1px solid #edeff3;
        padding: 18px
    }

    .ot-comare-head {
        border-bottom: 1px solid #edeff3;
        padding-top: 0;
        padding-bottom: 0;
        top: 73px
    }

    .ot-compare-body {
        grid-row-gap: 0px
    }

    .ot-comare-body-grid {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        border-top-style: none;
        grid-template-columns: 1fr 1fr 1fr
    }

    .ot-comare-body-block {
        border-top: 1px solid #edeff3;
        border-left: 1px solid #edeff3;
        padding-left: 18px;
        padding-right: 18px
    }

    .ot-comare-body-title {
        white-space: normal
    }

    .collection-list-grid {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        grid-template-columns: 1fr 1fr 1fr
    }

    .ot-wc-grid {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        margin-top: 34px
    }

    .ot-wc-block {
        padding-left: 20px;
        padding-right: 20px
    }

    .ot-wc-h3 {
        line-height: 26px
    }

    .ot-wc-pera {
        font-size: 14px;
        line-height: 20px
    }

    .ot-collection-wrapper {
        padding-top: 100px
    }

    .ot-sitemap-h-h2 {
        font-size: 24px;
        line-height: var(--line-height--tablet-h2);
        font-weight: 600
    }

    .ot-button-wrapper.mt-24 {
        justify-content: center;
        align-items: center
    }

    .ot-hero-card-block {
        text-align: center
    }

    .ot-agreement-grid {
        grid-column-gap: 20px;
        grid-row-gap: 20px
    }

    .ot-zigzag-wrappers {
        grid-row-gap: 60px
    }

    .ot-hero-video-wrapper {
        padding-top: 50px
    }

    .ot-how-to-ul {
        text-align: left
    }

    .ot-h3 {
        font-size: var(--_new-home---font-size--t-h2);
        line-height: var(--_new-home---line-height--t-h2)
    }

    .ot-alternative-grid {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        border-top-style: none
    }

    .ot-point-ul {
        text-align: left
    }

    .ot-comparison-table-wrapper {
        border-right-style: none;
        border-radius: 0;
        overflow: auto
    }

    .ot-comparison-grid {
        grid-template-columns: 30% 11.66% 11.66% 11.66% 11.66% 11.66% 11.66%
    }

    .ot-comparison-grid._6-grid {
        grid-template-columns: 250px 150px 150px 150px 150px 150px
    }

    .ot-tools-list-wrapper {
        grid-template-columns: .7fr 1fr .7fr
    }

    .calculator-collection-item {
        padding: 20px
    }

    .cac-by-state-grid {
        margin-top: 34px
    }

    .cac-by-state-grid._2-grid {
        margin-left: 0;
        margin-right: 0
    }

    .currency-pairing-grid {
        margin-top: 34px
    }

    .signature-grid {
        grid-row-gap: 50px
    }

    .personality-sign-title {
        font-size: 20px;
        line-height: 30px
    }

    .successful-sign-block {
        justify-content: space-between
    }

    .sign-zigzag-bottom-grid {
        grid-column-gap: 16px;
        grid-row-gap: 16px
    }

    .sign-zigzag-grid {
        grid-column-gap: 30px
    }

    .sign-why-otto-grid,
    .why-otto-left-grid {
        grid-column-gap: 16px;
        grid-row-gap: 16px
    }

    .personality-sign-block {
        justify-content: flex-start
    }

    .llc-comare-h3 {
        font-size: 18px;
        line-height: 28px
    }

    .ot-footer-center-block-wrapper.p-bottom-20 {
        flex-flow: row
    }

    .ot-footer-bottom-wrapper {
        flex-flow: wrap;
        justify-content: center
    }
}

@media screen and (max-width:767px) {
    h1 {
        font-size: var(--font-size--mobile-l-h1);
        line-height: var(--line-height--mobile-l-h1)
    }

    h2 {
        font-size: var(--font-size--mobile-l-h2);
        line-height: var(--line-height--mobile-l-h2)
    }

    h3 {
        font-size: var(--font-size--mobile-l-h3);
        line-height: var(--line-height--mobile-l-h3)
    }

    .navbar-brand {
        padding-left: 0
    }

    .hero-heading-left,
    .testimonial-column-light {
        padding: 40px 15px 60px
    }

    .centered-heading {
        font-size: 32px;
        line-height: 42px
    }

    .testimonial-grid-two {
        grid-template-columns: 1fr
    }

    .hero-wrapper-two {
        grid-column-gap: .75em;
        grid-row-gap: .75em
    }

    .div-block {
        justify-content: center
    }

    .heading {
        font-size: 42px;
        line-height: 52px;
        display: block
    }

    .div-block-3 {
        grid-column-gap: 12px;
        grid-row-gap: 12px
    }

    .div-block-4 {
        padding-top: 30px;
        padding-left: 50px
    }

    .hero-stack-deal-tracker {
        padding: 60px 15px
    }

    .heading-2 {
        max-width: none
    }

    .testimonial-slider-large-2 {
        padding: 60px 15px 40px
    }

    .testimonial-slide-2 {
        flex-direction: column;
        padding: 23px
    }

    .testimonial-content-2 {
        max-width: none;
        margin-bottom: 40px;
        margin-right: 0
    }

    .testimonial-quote-icon-2 {
        width: 50px;
        margin-bottom: 16px
    }

    .accordion-item-content {
        margin-right: 0
    }

    .hero-section1 {
        padding: 40px 15px 60px
    }

    .footer-subscribe-2 {
        padding-left: 15px;
        padding-right: 15px
    }

    .footer-form-two-2 {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .footer-form-container-two-2 {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center
    }

    .button-demo-large {
        font-size: 14px
    }

    .centered-heading-copy {
        text-align: center;
        font-size: 32px;
        line-height: 42px
    }

    .blog-collection-list {
        grid-template-columns: 1fr
    }

    .template-hero-section {
        padding: 40px 15px 60px
    }

    .temp-hero-description {
        font-size: 18px;
        line-height: 28px
    }

    .temp-hero-heading-block {
        justify-content: center
    }

    .temp-hero-heading {
        font-size: 35px;
        line-height: 45px;
        display: block
    }

    .template-3-grid-section {
        padding: 40px 15px 60px
    }

    .template-grid {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        grid-template-columns: 1fr 1fr
    }

    .temlate-faq {
        padding: 60px 15px
    }

    .global-footer {
        padding-left: 15px;
        padding-right: 15px
    }

    .footer-wrapper {
        flex-direction: column;
        align-items: center
    }

    .footer-content {
        grid-template-columns: 1fr 1fr
    }

    .footer-block {
        justify-content: flex-start;
        align-items: flex-start
    }

    .footer-divider {
        margin-top: 60px
    }

    .navbar-no-shadow {
        position: sticky
    }

    .nav-menu {
        flex-direction: column;
        padding-bottom: 30px;
        padding-left: 16px;
        padding-right: 16px
    }

    .nav-link-3 {
        padding-top: 10px;
        padding-bottom: 10px;
        display: inline-block
    }

    .nav-dropdown-3 {
        flex-direction: column;
        align-items: center;
        display: flex
    }

    .nav-dropdown-toggle-3 {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .nav-dropdown-list-3.shadow-three {
        box-shadow: 0 8px 50px #0000000d
    }

    .nav-dropdown-list-3.shadow-three.w--open {
        position: relative
    }

    .nav-dropdown-list-3.shadow-three.mobile-shadow-hide {
        box-shadow: none
    }

    .btn-blue,
    .mobile-margin-top-12 {
        margin-top: 10px
    }

    .o-container {
        padding-left: 16px;
        padding-right: 16px
    }

    .product-ctas-section {
        padding: 60px 15px
    }

    .all-product-cta-section {
        padding: 0 15px 60px
    }

    .all-product-cta-wrapper {
        flex-wrap: wrap
    }

    .o-heading-h2 {
        font-size: var(--font-size--mobile-l-h2);
        line-height: var(--line-height--mobile-l-h2)
    }

    .explore-heading,
    .template-heading {
        font-size: 22px;
        line-height: 30px
    }

    .alternative-image {
        width: 60px;
        height: auto;
        margin-top: 5px;
        margin-bottom: 5px
    }

    .d-none {
        display: none
    }

    .terms-container {
        padding-left: 15px;
        padding-right: 15px
    }

    .header-form {
        margin-top: 10px
    }

    .category-grid {
        grid-template-columns: 1fr 1fr
    }

    .tax-off-writer-container {
        padding-left: 16px;
        padding-right: 16px
    }

    .ticker-logo {
        margin-left: 24px;
        margin-right: 24px
    }

    .o-heading-animation-span {
        font-size: 28px;
        line-height: 36px
    }

    .o-4-col-logo-grid {
        flex-flow: wrap;
        grid-template-columns: 1fr 1fr 1fr;
        justify-content: center;
        align-items: stretch;
        display: flex
    }

    .ot-hero-section,
    .ot-hero-section.pt-150 {
        padding-top: 50px;
        padding-bottom: 40px
    }

    .ot-hero-section.pb-123 {
        padding-bottom: 40px
    }

    .ot-hero-section.bg-dotted {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .ot-h1 {
        font-size: var(--_new-home---font-size--ml-h1);
        line-height: var(--_new-home---line-height--ml-h1)
    }

    .ot-h1.ot-sitemap-h1 {
        font-size: 45px;
        line-height: 50px
    }

    .ot-subheadline {
        font-size: 16px;
        line-height: 24px
    }

    .ot-primary-btn.compare-business {
        padding-left: 10px;
        padding-right: 10px
    }

    .ot-zigzag-grid {
        border-radius: 38px;
        padding: 30px
    }

    .ot-zigzag-grid.reverce {
        grid-row-gap: 40px
    }

    .ot-zigzag-content-block.left {
        text-align: center;
        justify-content: center;
        align-items: center
    }

    .ot-h2 {
        font-size: var(--_new-home---font-size--m-h2);
        line-height: var(--_new-home---line-height--m-h2)
    }

    .ot-zigzag-title-text.left {
        justify-content: center;
        align-items: center
    }

    .ot-zigzag-image-block {
        text-align: center
    }

    .ot-section-sub-head.long-sub-head {
        line-height: 24px
    }

    .ot-need-block-main {
        grid-column-gap: 20px;
        grid-row-gap: 20px
    }

    .ot-need-icon-text {
        grid-column-gap: 7px;
        grid-row-gap: 7px
    }

    .ot-need-icon {
        font-size: 20px;
        line-height: 20px
    }

    .o-review-title {
        font-size: 16px;
        line-height: 24px
    }

    .ot-counter-main {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        flex-flow: wrap;
        justify-content: space-between
    }

    .ot-form-block {
        align-self: stretch;
        width: 400px;
        margin-left: auto;
        margin-right: auto
    }

    .ot-email-field {
        width: 100%
    }

    .ot-review-work {
        font-size: 16px;
        line-height: 24px
    }

    .ot-footer-wraper {
        border-radius: 32px;
        padding-top: 30px;
        padding-left: 30px;
        padding-right: 30px
    }

    .ot-footer-top-block {
        grid-row-gap: 50px
    }

    .ot-footer-top-block.p-bottom-20 {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        flex-flow: wrap
    }

    .ot-footer-top-right {
        max-width: 100%
    }

    .ot-form-block-footer {
        align-self: stretch;
        width: 400px
    }

    .ot-footer-top-grid._5-column-grid {
        grid-template-columns: 1fr 1fr
    }

    .ot-footer-bottom-block.ot-n-footer-bottom-block {
        flex-flow: wrap;
        justify-content: center
    }

    .ot-navbar-brand {
        padding-left: 0
    }

    .ot-nav-menu {
        flex-direction: column
    }

    .nav-link-5 {
        padding-top: 10px;
        padding-bottom: 10px;
        display: inline-block
    }

    .nav-dropdown-4 {
        flex-direction: column;
        align-items: center;
        display: flex
    }

    .ot-nav-dropdown-toggle {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .nav-dropdown-list-4.shadow-three {
        box-shadow: 0 8px 50px #0000000d
    }

    .nav-dropdown-list-4.shadow-three.w--open {
        position: relative
    }

    .nav-dropdown-list-4.shadow-three.mobile-shadow-hide {
        box-shadow: none
    }

    .ot-menu-button {
        padding-top: 5px;
        padding-bottom: 3px
    }

    .ot-footer-top-left {
        max-width: 100%
    }

    .otto-center-text {
        font-size: 32px;
        line-height: 40px
    }

    .dropdown-inner-grid {
        grid-template-columns: 1fr 1fr
    }

    .o-feature-main-block {
        padding: 35px
    }

    .o-feature-grid {
        grid-column-gap: 35px;
        grid-row-gap: 35px;
        grid-template-columns: 1fr
    }

    .ot-feature-para-text {
        text-align: center
    }

    .o-feature-form-input {
        height: 46px
    }

    .o-glossary-section,
    .ot-section {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .o-glossary-section.pt-20 {
        padding-top: 20px
    }

    .o-glossary-form-h2 {
        font-size: var(--font-size--mobile-l-h2);
        line-height: var(--line-height--mobile-l-h2);
        text-align: center
    }

    .o-tax-category-main-wrapper {
        margin-top: 40px
    }

    .o-tax-category-left {
        min-width: auto;
        max-width: none
    }

    .o-tax-templates-grid {
        grid-template-columns: 1fr 1fr;
        margin-top: 40px
    }

    .o-tax-templates-p {
        min-height: auto
    }

    .o-resources-grid {
        grid-template-columns: 1fr 1fr;
        margin-top: 40px
    }

    .grid-2 {
        grid-column-gap: 50px;
        grid-row-gap: 50px;
        flex-flow: column
    }

    .book-meeting-container {
        padding-left: 16px;
        padding-right: 16px
    }

    .ot-bm-slider {
        max-width: none
    }

    .ot-book-meeting-right {
        min-height: auto;
        max-height: none;
        padding: 20px
    }

    .ot-book-meeting-right.d-md-none {
        display: none
    }

    .ot-bm-main {
        padding-top: 40px
    }

    .ot-bk-zigzag-grid {
        border-radius: 38px
    }

    .ot-bk-zigzag-wrapper {
        margin-top: 60px
    }

    .ot-hero-grid-form {
        padding: 20px
    }

    .ot-hero-grid-form.d-md-none {
        display: none
    }

    .ot-bk-step-grid {
        grid-template-columns: 1fr
    }

    .ot-financial-main-wraper {
        grid-column-gap: 20px;
        grid-row-gap: 20px
    }

    .ot-financial-top-grid {
        grid-template-columns: 1fr 1fr
    }

    .ot-financial-bottom-grid {
        order: -1;
        grid-template-columns: 1fr 1fr
    }

    .ot-financial-icon-block {
        width: 30px
    }

    .ot-review-slide-block {
        margin-left: 40px;
        margin-right: 40px
    }

    .ot-slide-block-top {
        padding-left: 20px
    }

    .ot-slide-block-bottom {
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        padding: 20px
    }

    .ot-review-slide-text {
        font-size: 16px;
        line-height: 24px
    }

    .div-block-45,
    .div-block-46 {
        display: none
    }

    .ot-pricing-grid {
        grid-template-columns: 1fr
    }

    .ot-pricing-price-block {
        min-height: auto
    }

    .ot-faq-main-container {
        margin-top: 14px
    }

    .ot-faq-container {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .ot-faq-h3 {
        font-size: 16px;
        line-height: 24px
    }

    .ot-faq-ans-text {
        font-size: 14px;
        line-height: 21px
    }

    .ot-comare-head-block {
        justify-content: flex-start
    }

    .ot-comare-head-block.center {
        text-align: center
    }

    .ot-comare-head-title {
        font-size: 18px;
        line-height: 26px
    }

    .ot-comare-head {
        top: 63px
    }

    .ot-comare-body-block {
        justify-content: flex-start
    }

    .collection-list-grid,
    .ot-wc-grid {
        grid-template-columns: 1fr 1fr
    }

    .ot-collection-wrapper {
        padding-top: 80px
    }

    .ot-sitemap-grid {
        grid-template-columns: 1fr 1fr 1fr
    }

    .ot-sitemap-wrapper {
        grid-column-gap: 50px;
        grid-row-gap: 50px
    }

    .ot-sitemap-link-text {
        font-size: 14px
    }

    .ot-sitemap-inner-wrapper {
        grid-column-gap: 24px;
        grid-row-gap: 24px
    }

    .ot-sitemap-h-h2 {
        font-size: 22px;
        line-height: var(--line-height--mobile-p-h2);
        font-weight: 600
    }

    .ot-legal-agriment-content {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        flex-flow: column
    }

    .ot-legal-agriment-p {
        text-align: center;
        column-count: 1
    }

    .ot-agreement-grid {
        grid-column-gap: 35px;
        grid-row-gap: 35px;
        flex-flow: wrap-reverse;
        grid-template-columns: 1fr;
        display: flex
    }

    .ot-h3 {
        font-size: var(--_new-home---font-size--m-h3);
        line-height: var(--_new-home---line-height--m-h3)
    }

    .o-blog-block {
        padding-bottom: 30px
    }

    .ot-comparison-table-wrapper {
        overflow: auto
    }

    .ot-comparison-grid {
        grid-template-columns: 40% 15% 15% 15% 15% 15% 15%
    }

    .ot-comparision-head {
        word-break: break-all;
        font-size: 15px
    }

    .ot-author-image {
        width: 100px
    }

    .ot-tools-list-wrapper {
        grid-template-columns: 1fr
    }

    .t-d-none {
        display: none
    }

    .calculator-collection-list {
        grid-template-columns: 1fr 1fr
    }

    .cac-by-state-grid {
        grid-row-gap: 0px;
        place-items: stretch start
    }

    .currency-pairing-grid {
        grid-template-columns: 1fr 1fr 1fr;
        padding: 30px 16px
    }

    .sign-hero-grid {
        grid-template-columns: 1fr
    }

    .signature-grid {
        grid-template-columns: 1fr 1fr
    }

    .successful-people-position.long-sub-head {
        line-height: 24px
    }

    .sign-zigzag-bottom-grid {
        grid-template-columns: 1fr 1fr
    }

    .llc-vs-corporation-grid,
    .sign-why-otto-grid,
    .sign-zigzag-grid {
        grid-template-columns: 1fr
    }

    .ot-footer-center-block {
        max-width: 100%
    }

    .ot-footer-center-block-wrapper,
    .ot-footer-center-block-wrapper.p-bottom-20 {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        flex-flow: wrap
    }

    .ot-footer-bottom-wrapper,
    .ot-footer-bottom-wrapper.ot-n-footer-bottom-block {
        flex-flow: wrap;
        justify-content: center
    }

    .ot-footer-social-block,
    .socialicons {
        justify-content: flex-start;
        align-items: flex-start
    }
}

@media screen and (max-width:479px) {
    h1 {
        font-size: var(--font-size--mobile-p-h1);
        line-height: var(--line-height--mobile-p-h1)
    }

    h2 {
        font-size: var(--font-size--mobile-p-h2);
        line-height: var(--line-height--mobile-p-h2)
    }

    h3 {
        font-size: var(--font-size--mobile-p-h3);
        line-height: var(--line-height--mobile-p-h3)
    }

    .container {
        max-width: none
    }

    .hero-heading-left {
        margin-top: 0;
        padding-top: 40px
    }

    .centered-heading {
        margin-bottom: 24px;
        font-size: 30px
    }

    .testimonial-main-heading {
        font-size: 22px
    }

    .hero-wrapper-two {
        grid-column-gap: .5em;
        grid-row-gap: .5em
    }

    .heading {
        font-size: 38px;
        line-height: 45px
    }

    .text-block {
        font-size: 17px
    }

    .div-block-3 {
        grid-column-gap: 8px;
        grid-row-gap: 8px
    }

    .div-block-4 {
        padding-top: 20px;
        padding-left: 35px
    }

    .container-2 {
        max-width: none
    }

    .testimonial-quote-icon-2 {
        width: 30px
    }

    .testimonial-quote-2 {
        font-size: 22px;
        line-height: 30px
    }

    .accordion-heading {
        font-size: 18px;
        line-height: 28px
    }

    .hero-section1 {
        margin-top: 0;
        padding-top: 40px
    }

    .container-5 {
        max-width: none
    }

    .footer-form-two-2 {
        padding: 0
    }

    .footer-form-container-two-2 {
        padding-top: 0
    }

    .button-demo-large {
        padding-left: 20px;
        padding-right: 20px
    }

    .centered-heading-copy {
        text-align: center;
        margin-bottom: 24px
    }

    .author-container {
        max-width: none
    }

    .collection-list-3 {
        overflow: auto
    }

    .template-hero-section {
        margin-top: 0;
        padding-top: 40px
    }

    .template-container {
        max-width: none
    }

    .hero-text-block {
        grid-column-gap: 0em;
        grid-row-gap: 0em
    }

    .temp-hero-description {
        font-size: 16px;
        line-height: 24px
    }

    .temp-hero-heading {
        font-size: 30px;
        line-height: 40px
    }

    .template-grid {
        grid-template-columns: 1fr
    }

    .template-faq-wrapper {
        grid-template-rows: auto auto;
        grid-template-columns: 1fr
    }

    .template-faq-container {
        max-width: none
    }

    .global-footer {
        padding-bottom: 20px
    }

    .footer-content {
        grid-column-gap: 24px;
        grid-row-gap: 24px;
        grid-template-columns: 1fr
    }

    .nav-menu {
        flex-direction: column
    }

    .blue-btn-wrapper,
    .nav-button-wrapper {
        width: auto
    }

    .container-7 {
        max-width: none
    }

    .glossery-cta-title {
        margin-bottom: 24px
    }

    .pricing-grid {
        grid-template-columns: 1fr
    }

    .o-section.bg-gray,
    .o-section.bg-transparent {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .o-heading-h2 {
        font-size: var(--font-size--mobile-p-h2);
        line-height: var(--line-height--mobile-p-h2)
    }

    .o-heading-h2.mb-24 {
        margin-bottom: 20px
    }

    .o-heading-wrapper {
        margin-bottom: 24px
    }

    .explore-heading {
        font-size: 20px
    }

    .how-to-point-heading {
        font-size: 20px;
        line-height: 30px
    }

    .feature-block {
        padding: 16px
    }

    .bottom-footer {
        flex-flow: column
    }

    .d-none {
        display: none
    }

    .launchlist-form {
        grid-row-gap: 10px;
        flex-flow: wrap;
        justify-content: center;
        align-items: center
    }

    .header-form-submit {
        width: 100%
    }

    .category-grid {
        grid-template-columns: 1fr
    }

    .o-4-col-logo-grid {
        grid-column-gap: 40px;
        grid-row-gap: 40px;
        grid-template-columns: 1fr 1fr
    }

    .o-company-logo-block {
        border-radius: 14px;
        width: 80px;
        height: 80px
    }

    .o-company-logo {
        width: 65px;
        height: auto
    }

    .o-minimize-icon {
        width: 23px;
        top: -7%;
        left: -7%
    }

    .ot-h1 {
        font-size: var(--_new-home---font-size--mp-h1)
    }

    .ot-h1.ot-sitemap-h1 {
        font-size: 35px;
        line-height: 48px
    }

    .ot-primary-btn.ot-submit {
        width: 100%;
        font-size: 14px;
        line-height: 22px;
        position: static;
        transform: none
    }

    .ot-primary-btn.outer {
        display: none
    }

    .ot-primary-btn.compare-btn {
        color: var(--_new-home---primary--blue--700);
        border-style: none;
        padding: 0;
        font-size: 12px;
        line-height: 14px
    }

    .ot-primary-btn.compare-btn:hover {
        box-shadow: none
    }

    .ot-primary-btn.compare-business {
        color: var(--_new-home---primary--blue--700);
        background-color: #0000;
        border-style: none;
        padding: 0;
        font-size: 12px;
        line-height: 14px
    }

    .ot-primary-btn.compare-business:hover {
        box-shadow: none
    }

    .ot-primary-btn.icon-with-text {
        justify-content: center;
        align-items: center
    }

    .ot-primary-btn.white-btn {
        padding-left: 20px;
        padding-right: 20px
    }

    .ot-secondary-btn.outer {
        display: none
    }

    .ot-secondary-btn.icon-with-text {
        justify-content: center;
        align-items: center
    }

    .ot-logo-title {
        margin-bottom: 25px
    }

    .ot-zigzag-grid {
        border-radius: 20px;
        padding: 16px
    }

    .ot-zigzag-grid.reverce {
        grid-row-gap: 30px
    }

    .ot-tool-section {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .ot-section-sub-head.fs-md-14 {
        font-size: 14px;
        line-height: 22px
    }

    .ot-tool-main {
        padding: 30px 16px
    }

    .ot-need-block-main {
        justify-content: center;
        align-items: center
    }

    .ot-counter-section,
    .ot-review-section {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .ot-counter-h4 {
        font-size: 20px;
        line-height: 28px
    }

    .ot-counter-after {
        height: 12px;
        top: 13px;
        left: -5px
    }

    .ot-company-logo-block.otto {
        width: 80px;
        height: 80px
    }

    .ot-form-block {
        width: 100%
    }

    .ot-form {
        text-align: center
    }

    .ot-email-field {
        width: 100%;
        margin-bottom: 10px
    }

    .ot-footer-wraper {
        padding-top: 16px;
        padding-left: 16px;
        padding-right: 16px
    }

    .ot-form-block-footer {
        width: 100%
    }

    .ot-footer-top-grid,
    .ot-footer-top-grid._5-column-grid {
        grid-template-columns: 1fr
    }

    .ot-nav-inner-container {
        padding-top: 0;
        padding-bottom: 0
    }

    .ot-nav-menu-wrapper {
        padding-top: 76px
    }

    .ot-nav-menu {
        flex-direction: column
    }

    .ot-nav-button-wrapper {
        flex-flow: column;
        align-items: stretch;
        width: auto
    }

    .ot-nav-button-wrapper.inner {
        align-items: stretch;
        padding-left: 25px;
        padding-right: 25px;
        display: flex
    }

    .otto-center-text {
        font-size: 28px;
        line-height: 36px
    }

    .template-form {
        width: 100%
    }

    .ot-tax-collection-list {
        grid-column-gap: 16px;
        grid-row-gap: 16px
    }

    .ot-tax-collection-item-block {
        font-size: 14px;
        line-height: 20px
    }

    .dropdown-inner-grid {
        grid-template-columns: 1fr
    }

    .o-feature-main-block {
        padding: 16px
    }

    .o-feature-grid {
        grid-column-gap: 20px;
        grid-row-gap: 20px
    }

    .o-content-block {
        grid-column-gap: 25px;
        grid-row-gap: 25px
    }

    .ot-feature-para-text {
        line-height: 24px
    }

    .o-feature-top-form {
        flex-flow: column
    }

    .ot-section.review {
        padding-bottom: 80px
    }

    .o-glossary-hero-section {
        background-size: auto
    }

    .o-glossary-form-h2 {
        font-size: var(--font-size--mobile-p-h2);
        line-height: var(--line-height--mobile-p-h2)
    }

    .o-tax-category-block {
        grid-column-gap: 12px;
        grid-row-gap: 12px;
        padding: 16px
    }

    .o-tax-category-head {
        font-size: 14px;
        line-height: 20px
    }

    .o-tax-category-right {
        min-width: 50px;
        max-width: 61px
    }

    .o-tex-category-p {
        font-size: 14px;
        line-height: 20px
    }

    .o-tex-category-icon {
        width: 30px;
        font-size: 14px;
        line-height: 30px
    }

    .o-tax-templates-grid.mb-0.grid-m-1 {
        grid-template-columns: 1fr
    }

    .o-tax-templates-link {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        border-radius: 12px;
        padding: 16px
    }

    .o-tax-templates-p,
    .o-tax-templates-span {
        font-size: 14px;
        line-height: 22px
    }

    .o-tax-templates-top {
        grid-column-gap: 16px;
        grid-row-gap: 16px
    }

    .o-resources-grid {
        grid-template-columns: 1fr
    }

    .o-resources-block {
        padding: 16px
    }

    .o-tax-form-input-block,
    .o-tax-form-input-block._w-50 {
        width: 100%
    }

    .grid-2 {
        display: block
    }

    .ot-bm-slide-block {
        padding: 16px
    }

    .ot-book-meeting-right {
        padding-left: 16px;
        padding-right: 16px
    }

    .ot-bk-zigzag-grid {
        border-radius: 20px
    }

    .ot-bk-zigzag-grid.reverce {
        grid-row-gap: 30px
    }

    .ot-hero-grid-form {
        padding: 16px
    }

    .ot-financial-bottom-grid,
    .ot-financial-top-grid {
        grid-template-columns: 1fr
    }

    .ot-financial-icon-block.slider-arrow-left,
    .ot-financial-icon-block.slider-arrow-right {
        position: static;
        transform: none
    }

    .ot-review-slide-block {
        margin-left: 0;
        margin-right: 0
    }

    .ot-review-left-arrow {
        width: 30px;
        inset: auto 15% -50px 0%
    }

    .ot-review-right-arrow {
        width: 30px;
        inset: auto 0% -50px 15%
    }

    .ot-pricing-popular.p-0 {
        margin-top: -26px;
        margin-left: 0
    }

    .ot-monthly-yearly-tabs.mb-26 {
        margin-bottom: 26px
    }

    .ot-comare-head-block {
        text-align: center;
        justify-content: flex-start;
        align-items: center;
        padding: 15px 10px
    }

    .ot-comare-head-text {
        margin-bottom: 10px
    }

    .ot-comare-head-title {
        font-size: 16px;
        line-height: 24px
    }

    .div-block-53 {
        flex-flow: column-reverse wrap;
        justify-content: flex-start;
        align-items: center
    }

    .ot-comare-body-block {
        justify-content: flex-start;
        align-items: center;
        padding: 15px 10px
    }

    .ot-comare-body-title {
        font-size: 16px;
        line-height: 24px
    }

    .ot-comare-body-text {
        font-size: 14px;
        line-height: 22px
    }

    .collection-list-grid {
        grid-template-columns: 1fr
    }

    .ot-collection-link {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        border-radius: 10px;
        padding: 16px
    }

    .ot-wc-grid {
        grid-template-columns: 1fr
    }

    .ot-sitemap-grid {
        grid-column-gap: 12px;
        grid-row-gap: 12px;
        grid-template-columns: 1fr 1fr
    }

    .ot-sitemap-wrapper.ot-sitemap-left {
        margin-top: 30px
    }

    .ot-sitemap-link-text {
        font-size: 14px;
        line-height: 22px
    }

    .ot-sitemap-h-h2 {
        font-size: 19px;
        font-weight: 600
    }

    .ot-agreement-grid {
        grid-column-gap: 20px;
        grid-row-gap: 20px
    }

    .ot-alternative-grid {
        grid-template-columns: 1fr 1fr
    }

    .o-blog-block {
        padding: 16px
    }

    .ot-comparison-grid {
        grid-template-columns: 40% 20% 20% 20% 20% 20% 20%
    }

    .ot-comparison-grid._6-grid {
        grid-template-columns: 170px 150px 150px 150px 150px 150px
    }

    .ot-comparision-head {
        font-size: 14px;
        line-height: 22px
    }

    .ot-author-inner {
        flex-flow: column;
        justify-content: flex-start;
        align-items: center
    }

    .ot-author-mail {
        justify-content: center;
        align-items: center
    }

    .ot-author-content {
        text-align: center
    }

    .author-collection-wrapper {
        margin-top: 50px
    }

    .calculator-collection-list {
        grid-template-columns: 1fr
    }

    .cac-by-state-grid {
        grid-template-columns: auto;
        justify-items: stretch
    }

    .cac-by-state-grid._2-grid {
        grid-template-columns: auto
    }

    .state-block {
        column-count: 2
    }

    .currency-pairing-grid {
        grid-template-columns: 1fr 1fr
    }

    .sign-block-wrapper {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        padding: 30px 16px
    }

    .sign-block-image {
        width: 50px;
        height: 50px
    }

    .sign-block-heading {
        font-size: 18px;
        line-height: 28px
    }

    .signature-grid {
        grid-column-gap: 16px;
        grid-row-gap: 40px
    }

    .personality-sign-title {
        font-size: 16px;
        line-height: 24px
    }

    .personality-sign-img {
        margin-bottom: 8px
    }

    .successful-sign-title {
        font-size: 16px;
        line-height: 24px
    }

    .successful-people-position {
        font-size: 14px;
        line-height: 22px
    }

    .sign-zigzag-h3 {
        font-size: 16px
    }

    .why-otto-right-grid-title {
        font-size: 14px;
        line-height: 22px
    }

    .sign-hero-block-img {
        width: 30px;
        height: 30px
    }
}

#w-node-_0fc42039-19e5-07b7-169a-a58f03b843c0-7f30861b,
#w-node-_184a161d-93bd-e3c8-e3f7-36711e7b343d-7f30861b,
#w-node-_184a161d-93bd-e3c8-e3f7-36711e7b3440-7f30861b,
#w-node-_184a161d-93bd-e3c8-e3f7-36711e7b3443-7f30861b,
#w-node-_184a161d-93bd-e3c8-e3f7-36711e7b3446-7f30861b,
#w-node-_1dbdc90f-9bd5-15ba-4d23-d7c412808e95-64fab289,
#w-node-_1dbdc90f-9bd5-15ba-4d23-d7c412808e98-64fab289,
#w-node-_1dbdc90f-9bd5-15ba-4d23-d7c412808e9b-64fab289,
#w-node-_213280e3-7ea6-26fe-64df-eebb7adfc6f1-7f30861b,
#w-node-_28bf1856-db6c-ca7b-7c43-22b77583a573-64fab289,
#w-node-_28bf1856-db6c-ca7b-7c43-22b77583a576-64fab289,
#w-node-_28bf1856-db6c-ca7b-7c43-22b77583a579-64fab289,
#w-node-_2b63e990-2e6a-b8df-e490-142b5fe88e94-64fab289,
#w-node-_2b63e990-2e6a-b8df-e490-142b5fe88e97-64fab289,
#w-node-_2b63e990-2e6a-b8df-e490-142b5fe88e9a-64fab289,
#w-node-_4211eeb2-ce56-cd61-6075-385e4245959d-c6402339,
#w-node-_4211eeb2-ce56-cd61-6075-385e424595a4-c6402339,
#w-node-_4211eeb2-ce56-cd61-6075-385e424595ac-c6402339,
#w-node-_4211eeb2-ce56-cd61-6075-385e424595b4-c6402339,
#w-node-_4211eeb2-ce56-cd61-6075-385e424595bc-c6402339,
#w-node-_4211eeb2-ce56-cd61-6075-385e424595c4-c6402339,
#w-node-_45eb94c5-3822-9f50-4356-ad4bda1634ee-7f30861b,
#w-node-_45eb94c5-3822-9f50-4356-ad4bda1634f1-7f30861b,
#w-node-_45eb94c5-3822-9f50-4356-ad4bda1634f4-7f30861b,
#w-node-_45eb94c5-3822-9f50-4356-ad4bda1634f7-7f30861b,
#w-node-_492cca9f-b5ec-be18-39bc-6a237ae82aec-64fab289,
#w-node-_4edf3f6f-9a0e-5208-744c-325501376d14-c6402339,
#w-node-_6810144d-a73d-46ed-86cf-5fefecfcbd58-c6402339,
#w-node-_6a1b011b-f6e2-cb00-f16e-d58ba6faffe0-7f30861b,
#w-node-_6a1b011b-f6e2-cb00-f16e-d58ba6faffe3-7f30861b,
#w-node-_6a1b011b-f6e2-cb00-f16e-d58ba6faffe6-7f30861b,
#w-node-_6a1b011b-f6e2-cb00-f16e-d58ba6faffe9-7f30861b,
#w-node-_87ea56ed-4cca-3f03-4d73-7e51d00cac0d-64fab289,
#w-node-_87ea56ed-4cca-3f03-4d73-7e51d00cac10-64fab289,
#w-node-_87ea56ed-4cca-3f03-4d73-7e51d00cac13-64fab289,
#w-node-_90f672bb-bfb7-4f6f-693b-7518ab1821b3-7f30861b,
#w-node-_9328b841-a746-9300-2685-47d1f1646f88-7f30861b,
#w-node-_9328b841-a746-9300-2685-47d1f1646f8b-7f30861b,
#w-node-_9328b841-a746-9300-2685-47d1f1646f8e-7f30861b,
#w-node-_9328b841-a746-9300-2685-47d1f1646f91-7f30861b,
#w-node-_95da838e-5bec-96e4-5c89-8190504ecd15-64fab289,
#w-node-_95da838e-5bec-96e4-5c89-8190504ecd18-64fab289,
#w-node-_95da838e-5bec-96e4-5c89-8190504ecd1b-64fab289,
#w-node-_9760380c-5dd1-c6f5-0e22-05e44571176c-7f30861b,
#w-node-_9760380c-5dd1-c6f5-0e22-05e44571176f-7f30861b,
#w-node-_9760380c-5dd1-c6f5-0e22-05e445711772-7f30861b,
#w-node-_9760380c-5dd1-c6f5-0e22-05e445711775-7f30861b,
#w-node-_9eaa890e-75b3-71c4-a755-77adaf6ed7c1-7f30861b,
#w-node-_9eaa890e-75b3-71c4-a755-77adaf6ed7c4-7f30861b,
#w-node-_9eaa890e-75b3-71c4-a755-77adaf6ed7c7-7f30861b,
#w-node-_9eaa890e-75b3-71c4-a755-77adaf6ed7ca-7f30861b,
#w-node-a6375249-857b-81b9-4467-6e45235f9f59-64fab289,
#w-node-a6375249-857b-81b9-4467-6e45235f9f5c-64fab289,
#w-node-a6375249-857b-81b9-4467-6e45235f9f5f-64fab289,
#w-node-ae4aee22-3119-2a70-2116-866af61e5289-64fab289,
#w-node-ae4aee22-3119-2a70-2116-866af61e528c-64fab289,
#w-node-ae4aee22-3119-2a70-2116-866af61e528f-64fab289,
#w-node-aeebf5e7-3635-c95f-5b47-fd81b823d546-64fab289,
#w-node-aeebf5e7-3635-c95f-5b47-fd81b823d549-64fab289,
#w-node-aeebf5e7-3635-c95f-5b47-fd81b823d54c-64fab289,
#w-node-b4c4c864-29a8-a7bb-ac65-f6b6f0e374a9-7f30861b,
#w-node-b73f73bb-adf5-2ef8-1ada-737d4a390a2c-64fab289,
#w-node-b73f73bb-adf5-2ef8-1ada-737d4a390a2f-64fab289,
#w-node-b73f73bb-adf5-2ef8-1ada-737d4a390a32-64fab289,
#w-node-b8c3f52e-9e5a-b6e9-c488-7ee069321655-7f30861b,
#w-node-be55de94-2857-2a3b-05d5-bd17c3a4d6ae-64fab289,
#w-node-be55de94-2857-2a3b-05d5-bd17c3a4d6b1-64fab289,
#w-node-be55de94-2857-2a3b-05d5-bd17c3a4d6b4-64fab289,
#w-node-c82f806e-cb2e-604e-33f6-bd0579d42088-c6402339,
#w-node-d077fa2c-bb1b-8168-a089-5bb06fcc5b34-64fab289,
#w-node-d077fa2c-bb1b-8168-a089-5bb06fcc5b7d-64fab289,
#w-node-d077fa2c-bb1b-8168-a089-5bb06fcc5b80-64fab289,
#w-node-d077fa2c-bb1b-8168-a089-5bb06fcc5b83-64fab289,
#w-node-d801bb33-96b2-6d1a-586c-95824921f8f1-64fab289,
#w-node-d801bb33-96b2-6d1a-586c-95824921f8f4-64fab289,
#w-node-d801bb33-96b2-6d1a-586c-95824921f8f7-64fab289,
#w-node-da8173c8-dd78-f584-ff3d-afb302c1011f-64fab289,
#w-node-da8173c8-dd78-f584-ff3d-afb302c10122-64fab289,
#w-node-da8173c8-dd78-f584-ff3d-afb302c10125-64fab289,
#w-node-de275d86-2a4b-7221-6651-8c1bf61d9b40-7f30861b,
#w-node-de275d86-2a4b-7221-6651-8c1bf61d9b43-7f30861b,
#w-node-de275d86-2a4b-7221-6651-8c1bf61d9b46-7f30861b,
#w-node-de275d86-2a4b-7221-6651-8c1bf61d9b49-7f30861b,
#w-node-e9a54ab6-f1ca-9dd9-8e90-6e59a8e4766c-7f30861b,
#w-node-e9a54ab6-f1ca-9dd9-8e90-6e59a8e4766f-7f30861b,
#w-node-e9a54ab6-f1ca-9dd9-8e90-6e59a8e47672-7f30861b,
#w-node-e9a54ab6-f1ca-9dd9-8e90-6e59a8e47675-7f30861b,
#w-node-ea928bc2-ad38-977e-97b1-73ccc479a0b4-64fab289,
#w-node-ef593cb8-26ec-b024-20e4-23466492eaab-7f30861b,
#w-node-ef593cb8-26ec-b024-20e4-23466492eaae-7f30861b,
#w-node-ef593cb8-26ec-b024-20e4-23466492eab1-7f30861b,
#w-node-ef593cb8-26ec-b024-20e4-23466492eab4-7f30861b,
#w-node-fd2c4721-5657-0aad-d746-87c29335b8b3-9335b8ad,
#w-node-fd2c4721-5657-0aad-d746-87c29335b8bc-9335b8ad,
#w-node-fd2c4721-5657-0aad-d746-87c29335b8c3-9335b8ad,
#w-node-fd2c4721-5657-0aad-d746-87c29335b8c8-9335b8ad,
#w-node-ff077161-cd92-56c2-75da-881a86f82897-7f30861b,
#w-node-ff077161-cd92-56c2-75da-881a86f8289a-7f30861b,
#w-node-ff077161-cd92-56c2-75da-881a86f8289d-7f30861b,
#w-node-ff077161-cd92-56c2-75da-881a86f828a0-7f30861b {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-_96aef7fc-c8f0-4b54-196d-04700e59057d-7f30861b {
    grid-area: span 1/span 2/span 1/span 2
}

#w-node-_013bcc94-bba4-d6e7-4752-02f3251617be-7f30861b,
#w-node-_013bcc94-bba4-d6e7-4752-02f3251617c1-7f30861b,
#w-node-_013bcc94-bba4-d6e7-4752-02f3251617c4-7f30861b,
#w-node-_013bcc94-bba4-d6e7-4752-02f3251617c7-7f30861b,
#w-node-_015f9f2b-f778-6191-702b-6760ad1d529b-7f30861b,
#w-node-_015f9f2b-f778-6191-702b-6760ad1d529e-7f30861b,
#w-node-_015f9f2b-f778-6191-702b-6760ad1d52a1-7f30861b,
#w-node-_015f9f2b-f778-6191-702b-6760ad1d52a4-7f30861b,
#w-node-_090704c1-36fd-702b-5fc5-491309963f4e-7f30861b,
#w-node-_090704c1-36fd-702b-5fc5-491309963f51-7f30861b,
#w-node-_090704c1-36fd-702b-5fc5-491309963f54-7f30861b,
#w-node-_090704c1-36fd-702b-5fc5-491309963f57-7f30861b,
#w-node-_0d36ec42-4d4c-c932-2746-ef7e2a31b3ef-7f30861b,
#w-node-_0d36ec42-4d4c-c932-2746-ef7e2a31b3f2-7f30861b,
#w-node-_0d36ec42-4d4c-c932-2746-ef7e2a31b3f5-7f30861b,
#w-node-_0d36ec42-4d4c-c932-2746-ef7e2a31b3f8-7f30861b,
#w-node-_1456cb3e-0954-5d39-0e5b-59d0480fe529-7f30861b,
#w-node-_1456cb3e-0954-5d39-0e5b-59d0480fe52c-7f30861b,
#w-node-_1456cb3e-0954-5d39-0e5b-59d0480fe52f-7f30861b,
#w-node-_1456cb3e-0954-5d39-0e5b-59d0480fe532-7f30861b,
#w-node-_28280580-8a16-14e0-aa51-683fa4d6a8a1-7f30861b,
#w-node-_28280580-8a16-14e0-aa51-683fa4d6a8a4-7f30861b,
#w-node-_28280580-8a16-14e0-aa51-683fa4d6a8a7-7f30861b,
#w-node-_28280580-8a16-14e0-aa51-683fa4d6a8aa-7f30861b,
#w-node-_2b25362c-f012-202b-81c7-56c1171b8b23-560e63dd,
#w-node-_2b267229-4142-e3af-4b5b-9c6f4e26accb-7f30861b,
#w-node-_2b267229-4142-e3af-4b5b-9c6f4e26acce-7f30861b,
#w-node-_2b267229-4142-e3af-4b5b-9c6f4e26acd1-7f30861b,
#w-node-_2b267229-4142-e3af-4b5b-9c6f4e26acd4-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0a4-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0a9-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0ac-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0af-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0b2-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0b6-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0b9-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0bc-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0bf-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0c3-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0c6-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0c9-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0cc-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0d0-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0d3-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0d6-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0d9-7f30861b,
#w-node-_370a8c4a-c51b-08bc-c097-55ca6019cbc5-7f30861b,
#w-node-_370a8c4a-c51b-08bc-c097-55ca6019cbc8-7f30861b,
#w-node-_370a8c4a-c51b-08bc-c097-55ca6019cbcb-7f30861b,
#w-node-_370a8c4a-c51b-08bc-c097-55ca6019cbce-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cae-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cb3-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cb6-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cb9-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cbc-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cc0-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cc3-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cc6-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cc9-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2ccd-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cd0-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cd3-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cd6-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cda-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cdd-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2ce0-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2ce3-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2ce7-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cea-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2ced-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cf0-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cf4-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cf7-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cfa-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cfd-7f30861b,
#w-node-_4ee45b8a-2d5c-9a78-2f5d-0ca8e017cce6-7f30861b,
#w-node-_4ee45b8a-2d5c-9a78-2f5d-0ca8e017cce9-7f30861b,
#w-node-_4ee45b8a-2d5c-9a78-2f5d-0ca8e017ccec-7f30861b,
#w-node-_4ee45b8a-2d5c-9a78-2f5d-0ca8e017ccef-7f30861b,
#w-node-_53c926a5-ee7d-a20d-a3fb-ed0a9ea665b3-7f30861b,
#w-node-_53c926a5-ee7d-a20d-a3fb-ed0a9ea665b6-7f30861b,
#w-node-_53c926a5-ee7d-a20d-a3fb-ed0a9ea665b9-7f30861b,
#w-node-_53c926a5-ee7d-a20d-a3fb-ed0a9ea665bc-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218ceba-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cebf-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cec2-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cec5-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cec8-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cecc-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218ced0-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218ced3-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218ced6-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218ceda-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cede-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cee1-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cee4-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cee8-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218ceeb-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218ceee-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cef1-7f30861b,
#w-node-_61f86c07-4e38-a6f3-c5fa-7407f29347e5-7f30861b,
#w-node-_61f86c07-4e38-a6f3-c5fa-7407f29347e8-7f30861b,
#w-node-_61f86c07-4e38-a6f3-c5fa-7407f29347eb-7f30861b,
#w-node-_61f86c07-4e38-a6f3-c5fa-7407f29347ee-7f30861b,
#w-node-_6f7fcb3d-d5d6-15be-e026-1e21b2ac5b9d-01ae2dcc,
#w-node-_6f7fcb3d-d5d6-15be-e026-1e21b2ac5b9d-4104a244,
#w-node-_6f7fcb3d-d5d6-15be-e026-1e21b2ac5b9d-8d035ad2,
#w-node-_6f7fcb3d-d5d6-15be-e026-1e21b2ac5b9d-b151776c,
#w-node-_714dd107-b5f0-69d1-7ae1-6473bd7d7d69-7f30861b,
#w-node-_714dd107-b5f0-69d1-7ae1-6473bd7d7d6c-7f30861b,
#w-node-_714dd107-b5f0-69d1-7ae1-6473bd7d7d6f-7f30861b,
#w-node-_714dd107-b5f0-69d1-7ae1-6473bd7d7d72-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053ce-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053d3-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053d6-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053d9-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053dc-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053e0-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053e5-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053e8-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053eb-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053ef-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053f6-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053f9-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053fc-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc905400-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc905403-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc905406-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc905409-7f30861b,
#w-node-_75f583cc-b707-d58e-eecf-b398fc192785-7f30861b,
#w-node-_75f583cc-b707-d58e-eecf-b398fc192788-7f30861b,
#w-node-_75f583cc-b707-d58e-eecf-b398fc19278b-7f30861b,
#w-node-_75f583cc-b707-d58e-eecf-b398fc19278e-7f30861b,
#w-node-_85c651f9-98d1-4fb8-194c-b5a30354293c-7f30861b,
#w-node-_85c651f9-98d1-4fb8-194c-b5a30354293f-7f30861b,
#w-node-_85c651f9-98d1-4fb8-194c-b5a303542942-7f30861b,
#w-node-_85c651f9-98d1-4fb8-194c-b5a303542945-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e0d9-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e0de-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e0e1-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e0e4-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e0e7-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e0eb-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e0ee-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e0f1-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e0f4-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e0f8-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e0fb-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e0fe-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e101-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e105-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e108-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e10b-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e10e-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e112-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e115-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e118-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e11b-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e11f-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e122-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e125-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e128-7f30861b,
#w-node-_90199a78-dbc0-2c8e-fd3f-6da2b62ee0b0-7f30861b,
#w-node-_90199a78-dbc0-2c8e-fd3f-6da2b62ee0b5-7f30861b,
#w-node-_90199a78-dbc0-2c8e-fd3f-6da2b62ee0b8-7f30861b,
#w-node-_90199a78-dbc0-2c8e-fd3f-6da2b62ee0bb-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e28-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e2d-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e30-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e33-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e36-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e3a-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e3d-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e40-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e43-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e47-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e4a-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e4d-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e50-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e54-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e57-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e5a-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e5d-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e61-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e64-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e67-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e6a-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e590582-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e590585-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e590588-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e59058b-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e59058f-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e590592-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e590595-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e590598-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e59059c-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e5905a0-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e5905a3-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e5905a6-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e5905aa-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e5905ae-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e5905b1-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e5905b4-7f30861b,
#w-node-_96de8b82-e179-7f9c-6e68-4728248abbfc-7f30861b,
#w-node-_96de8b82-e179-7f9c-6e68-4728248abbff-7f30861b,
#w-node-_96de8b82-e179-7f9c-6e68-4728248abc02-7f30861b,
#w-node-_96de8b82-e179-7f9c-6e68-4728248abc05-7f30861b,
#w-node-_97c0e5c0-f6d6-3f80-397f-a0ed9f001706-76c093c0,
#w-node-_97c0e5c0-f6d6-3f80-397f-a0ed9f001706-ed418883,
#w-node-_9bb16678-55c1-778d-73d1-0a38903ae48e-7f30861b,
#w-node-_9bb16678-55c1-778d-73d1-0a38903ae491-7f30861b,
#w-node-_9bb16678-55c1-778d-73d1-0a38903ae494-7f30861b,
#w-node-_9bb16678-55c1-778d-73d1-0a38903ae497-7f30861b,
#w-node-a688e0db-f564-39a3-2cb4-3a3c62786752-0250efba,
#w-node-a9bdd68e-1d9e-5aac-77a8-d5d3ec1e4bf7-7f30861b,
#w-node-a9bdd68e-1d9e-5aac-77a8-d5d3ec1e4bfa-7f30861b,
#w-node-a9bdd68e-1d9e-5aac-77a8-d5d3ec1e4bfd-7f30861b,
#w-node-a9bdd68e-1d9e-5aac-77a8-d5d3ec1e4c00-7f30861b,
#w-node-b58d41e1-65bc-830e-09b6-1cbfab50101f-7f30861b,
#w-node-b58d41e1-65bc-830e-09b6-1cbfab501022-7f30861b,
#w-node-b58d41e1-65bc-830e-09b6-1cbfab501025-7f30861b,
#w-node-b58d41e1-65bc-830e-09b6-1cbfab501028-7f30861b,
#w-node-c0412a9f-83e3-9222-d1af-2af99405c973-7f30861b,
#w-node-c0412a9f-83e3-9222-d1af-2af99405c976-7f30861b,
#w-node-c0412a9f-83e3-9222-d1af-2af99405c979-7f30861b,
#w-node-c0412a9f-83e3-9222-d1af-2af99405c97c-7f30861b,
#w-node-c07997d8-bdd8-b28d-f82a-b67aa0b6d5a7-7f30861b,
#w-node-c07997d8-bdd8-b28d-f82a-b67aa0b6d5aa-7f30861b,
#w-node-c07997d8-bdd8-b28d-f82a-b67aa0b6d5ad-7f30861b,
#w-node-c07997d8-bdd8-b28d-f82a-b67aa0b6d5b0-7f30861b,
#w-node-d67d728f-37fe-f1ff-d992-60ec1dc173b3-7f30861b,
#w-node-d67d728f-37fe-f1ff-d992-60ec1dc173b6-7f30861b,
#w-node-d67d728f-37fe-f1ff-d992-60ec1dc173b9-7f30861b,
#w-node-d67d728f-37fe-f1ff-d992-60ec1dc173bc-7f30861b,
#w-node-da7f4f7f-66e4-615d-be2a-295b1b392b06-7f30861b,
#w-node-da7f4f7f-66e4-615d-be2a-295b1b392b09-7f30861b,
#w-node-da7f4f7f-66e4-615d-be2a-295b1b392b0c-7f30861b,
#w-node-da7f4f7f-66e4-615d-be2a-295b1b392b0f-7f30861b,
#w-node-df5065d0-58bf-a95a-fcae-cc0891246204-7f30861b,
#w-node-df5065d0-58bf-a95a-fcae-cc0891246207-7f30861b,
#w-node-df5065d0-58bf-a95a-fcae-cc089124620a-7f30861b,
#w-node-df5065d0-58bf-a95a-fcae-cc089124620d-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a1d-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a22-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a25-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a28-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a2b-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a2f-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a32-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a35-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a38-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a3c-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a3f-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a42-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a45-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a49-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a4c-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a4f-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a52-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a56-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a59-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a5c-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a5f-7f30861b,
#w-node-f6536558-af9b-15ab-3ce7-1df73dfa9734-7f30861b,
#w-node-f6536558-af9b-15ab-3ce7-1df73dfa9737-7f30861b,
#w-node-f6536558-af9b-15ab-3ce7-1df73dfa973a-7f30861b,
#w-node-f6536558-af9b-15ab-3ce7-1df73dfa973d-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9faea-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9faef-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9faf2-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9faf5-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9faf8-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fafc-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9faff-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fb02-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fb05-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fb09-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fb0c-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fb0f-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fb12-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fb16-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fb19-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fb1c-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fb1f-7f30861b,
#w-node-ffb48ec9-879f-bf25-d955-5c926b338555-7f30861b,
#w-node-ffb48ec9-879f-bf25-d955-5c926b338558-7f30861b,
#w-node-ffb48ec9-879f-bf25-d955-5c926b33855b-7f30861b,
#w-node-ffb48ec9-879f-bf25-d955-5c926b33855e-7f30861b {
    grid-area: span 1/span 1/span 1/span 1
}

@media screen and (max-width:991px) {

    #w-node-_216f12ae-ba9e-7966-97d1-b548748f14ad-ccff699d,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-ccff699d,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-ccff699d,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-ccff699d,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-ccff699d,
    #w-node-a6c1c49c-b847-624b-d15d-9c2f6ee7042e-ccff699d {
        order: -9999
    }

    #w-node-fd2c4721-5657-0aad-d746-87c29335b8b3-9335b8ad {
        grid-area: span 1/span 4/span 1/span 4
    }

    #w-node-_0722c148-ae40-2fcd-58d8-0e243f6e89b8-64fab289,
    #w-node-_0722c148-ae40-2fcd-58d8-0e243f6e89bb-64fab289,
    #w-node-_0722c148-ae40-2fcd-58d8-0e243f6e89da-64fab289,
    #w-node-_0c41a6a6-75bb-e14e-ca51-28e681040d4f-54ef974a,
    #w-node-_0c41a6a6-75bb-e14e-ca51-28e681040d52-54ef974a,
    #w-node-_0c41a6a6-75bb-e14e-ca51-28e681040d6f-54ef974a,
    #w-node-_0c41a6a6-75bb-e14e-ca51-28e681040d72-54ef974a,
    #w-node-_216f12ae-ba9e-7966-97d1-b548748f14ad-3b550c30,
    #w-node-_216f12ae-ba9e-7966-97d1-b548748f14ad-f0e04a7e,
    #w-node-_289c31eb-8abc-f4e2-bd60-14d0d8c99911-fed88d6b,
    #w-node-_289c31eb-8abc-f4e2-bd60-14d0d8c99914-fed88d6b,
    #w-node-_289c31eb-8abc-f4e2-bd60-14d0d8c99931-fed88d6b,
    #w-node-_289c31eb-8abc-f4e2-bd60-14d0d8c99934-fed88d6b,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-3b550c30,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-f0e04a7e,
    #w-node-_3b3dd5ee-68ee-92ea-0705-04aa69f94fdd-7ad3b6ec,
    #w-node-_3b3dd5ee-68ee-92ea-0705-04aa69f94fe0-7ad3b6ec,
    #w-node-_3b3dd5ee-68ee-92ea-0705-04aa69f94fff-7ad3b6ec,
    #w-node-_3b3dd5ee-68ee-92ea-0705-04aa69f95002-7ad3b6ec,
    #w-node-_41c0e31a-340f-9a0a-991d-c4663b2f73fb-0b00f232,
    #w-node-_41c0e31a-340f-9a0a-991d-c4663b2f73fe-0b00f232,
    #w-node-_41c0e31a-340f-9a0a-991d-c4663b2f741b-0b00f232,
    #w-node-_41c0e31a-340f-9a0a-991d-c4663b2f741e-0b00f232,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-3b550c30,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-f0e04a7e,
    #w-node-_530feea2-2c0a-3222-f877-6a5888b988bf-54b8eff2,
    #w-node-_530feea2-2c0a-3222-f877-6a5888b988c2-54b8eff2,
    #w-node-_530feea2-2c0a-3222-f877-6a5888b988df-54b8eff2,
    #w-node-_530feea2-2c0a-3222-f877-6a5888b988e2-54b8eff2,
    #w-node-_78ceae04-293d-816e-8cc5-52855c5cc628-04a8b58f,
    #w-node-_78ceae04-293d-816e-8cc5-52855c5cc62b-04a8b58f,
    #w-node-_78ceae04-293d-816e-8cc5-52855c5cc648-04a8b58f,
    #w-node-_78ceae04-293d-816e-8cc5-52855c5cc64b-04a8b58f,
    #w-node-_9583ee43-fd29-be4e-e101-49ec3a41fb81-83928fd0,
    #w-node-_9583ee43-fd29-be4e-e101-49ec3a41fb84-83928fd0,
    #w-node-_9583ee43-fd29-be4e-e101-49ec3a41fba1-83928fd0,
    #w-node-_9583ee43-fd29-be4e-e101-49ec3a41fba4-83928fd0,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-3b550c30,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-f0e04a7e,
    #w-node-a0e15047-3e53-d6b2-6bd7-6c6937e81317-ab4f9ee9,
    #w-node-a0e15047-3e53-d6b2-6bd7-6c6937e8131a-ab4f9ee9,
    #w-node-a0e15047-3e53-d6b2-6bd7-6c6937e81346-ab4f9ee9,
    #w-node-a0e15047-3e53-d6b2-6bd7-6c6937e81349-ab4f9ee9,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-3b550c30,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-f0e04a7e,
    #w-node-a6c1c49c-b847-624b-d15d-9c2f6ee7042e-3b550c30,
    #w-node-a6c1c49c-b847-624b-d15d-9c2f6ee7042e-f0e04a7e,
    #w-node-b1984bd0-f6f3-e524-1c1e-f831758f2102-2c440280,
    #w-node-b1984bd0-f6f3-e524-1c1e-f831758f2105-2c440280,
    #w-node-b1984bd0-f6f3-e524-1c1e-f831758f2124-2c440280,
    #w-node-b1984bd0-f6f3-e524-1c1e-f831758f2127-2c440280,
    #w-node-b69086b4-d75c-fa9c-7a0d-a3807b3acdf0-5c3d7ffe,
    #w-node-b69086b4-d75c-fa9c-7a0d-a3807b3acdf3-5c3d7ffe,
    #w-node-b69086b4-d75c-fa9c-7a0d-a3807b3ace10-5c3d7ffe,
    #w-node-b69086b4-d75c-fa9c-7a0d-a3807b3ace13-5c3d7ffe,
    #w-node-d3685cdd-81dd-fbe7-6796-7be19ac38b5c-67640707,
    #w-node-d3685cdd-81dd-fbe7-6796-7be19ac38b5f-67640707,
    #w-node-d3685cdd-81dd-fbe7-6796-7be19ac38b7c-67640707,
    #w-node-d3685cdd-81dd-fbe7-6796-7be19ac38b7f-67640707,
    #w-node-e03214e7-05ca-5435-0446-059158819a96-fc18b500,
    #w-node-e03214e7-05ca-5435-0446-059158819a99-fc18b500,
    #w-node-e03214e7-05ca-5435-0446-059158819ab6-fc18b500,
    #w-node-e03214e7-05ca-5435-0446-059158819ab9-fc18b500,
    #w-node-e1f296ab-f006-5384-8863-d777ad8be34a-a6f09c6e,
    #w-node-e1f296ab-f006-5384-8863-d777ad8be34d-a6f09c6e,
    #w-node-e1f296ab-f006-5384-8863-d777ad8be35c-a6f09c6e,
    #w-node-e1f296ab-f006-5384-8863-d777ad8be35f-a6f09c6e,
    #w-node-f1e0d2c2-a379-478a-6792-8d12c3a2d2d2-9b757bba,
    #w-node-f1e0d2c2-a379-478a-6792-8d12c3a2d2d5-9b757bba,
    #w-node-f1e0d2c2-a379-478a-6792-8d12c3a2d2f2-9b757bba,
    #w-node-f1e0d2c2-a379-478a-6792-8d12c3a2d2f5-9b757bba,
    #w-node-fb03c03c-6345-fbe6-0baf-02c4d639a49e-bad698d7,
    #w-node-fb03c03c-6345-fbe6-0baf-02c4d639a4a1-bad698d7,
    #w-node-fb03c03c-6345-fbe6-0baf-02c4d639a4be-bad698d7,
    #w-node-fb03c03c-6345-fbe6-0baf-02c4d639a4c1-bad698d7 {
        order: -9999
    }

    #w-node-ef02d72e-6a5c-95a2-dc85-a970072aad98-5485f0f2 {
        order: 9999
    }

    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-5485f0f2,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-5485f0f2,
    #w-node-_66f05f3d-8656-7064-e1d7-b748a9979968-0d81922a,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-5485f0f2,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-5485f0f2 {
        order: -9999
    }

    #w-node-_013bcc94-bba4-d6e7-4752-02f3251617be-7f30861b,
    #w-node-_015f9f2b-f778-6191-702b-6760ad1d529b-7f30861b,
    #w-node-_090704c1-36fd-702b-5fc5-491309963f4e-7f30861b,
    #w-node-_0d36ec42-4d4c-c932-2746-ef7e2a31b3ef-7f30861b,
    #w-node-_1456cb3e-0954-5d39-0e5b-59d0480fe529-7f30861b,
    #w-node-_184a161d-93bd-e3c8-e3f7-36711e7b343d-7f30861b,
    #w-node-_213280e3-7ea6-26fe-64df-eebb7adfc6f1-7f30861b,
    #w-node-_28280580-8a16-14e0-aa51-683fa4d6a8a1-7f30861b,
    #w-node-_2b267229-4142-e3af-4b5b-9c6f4e26accb-7f30861b,
    #w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0a4-7f30861b,
    #w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0a9-7f30861b,
    #w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0b6-7f30861b,
    #w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0c3-7f30861b,
    #w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0d0-7f30861b,
    #w-node-_370a8c4a-c51b-08bc-c097-55ca6019cbc5-7f30861b,
    #w-node-_45eb94c5-3822-9f50-4356-ad4bda1634ee-7f30861b,
    #w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cae-7f30861b,
    #w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cb3-7f30861b,
    #w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cc0-7f30861b,
    #w-node-_478d4bad-5e80-43bb-2270-ef10e06e2ccd-7f30861b,
    #w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cda-7f30861b,
    #w-node-_478d4bad-5e80-43bb-2270-ef10e06e2ce7-7f30861b,
    #w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cf4-7f30861b,
    #w-node-_4ee45b8a-2d5c-9a78-2f5d-0ca8e017cce6-7f30861b,
    #w-node-_53c926a5-ee7d-a20d-a3fb-ed0a9ea665b3-7f30861b,
    #w-node-_5a370f4f-24cb-4e7d-5880-e9a87218ceba-7f30861b,
    #w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cebf-7f30861b,
    #w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cecc-7f30861b,
    #w-node-_5a370f4f-24cb-4e7d-5880-e9a87218ceda-7f30861b,
    #w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cee8-7f30861b,
    #w-node-_61f86c07-4e38-a6f3-c5fa-7407f29347e5-7f30861b,
    #w-node-_6a1b011b-f6e2-cb00-f16e-d58ba6faffe0-7f30861b,
    #w-node-_714dd107-b5f0-69d1-7ae1-6473bd7d7d69-7f30861b,
    #w-node-_75df709f-8ca9-803e-fd9d-e163fc9053ce-7f30861b,
    #w-node-_75df709f-8ca9-803e-fd9d-e163fc9053d3-7f30861b,
    #w-node-_75df709f-8ca9-803e-fd9d-e163fc9053e0-7f30861b,
    #w-node-_75df709f-8ca9-803e-fd9d-e163fc9053ef-7f30861b,
    #w-node-_75df709f-8ca9-803e-fd9d-e163fc905400-7f30861b,
    #w-node-_75f583cc-b707-d58e-eecf-b398fc192785-7f30861b,
    #w-node-_85c651f9-98d1-4fb8-194c-b5a30354293c-7f30861b,
    #w-node-_85e1172a-f950-4796-52ff-844dfed7e0d9-7f30861b,
    #w-node-_85e1172a-f950-4796-52ff-844dfed7e0de-7f30861b,
    #w-node-_85e1172a-f950-4796-52ff-844dfed7e0eb-7f30861b,
    #w-node-_85e1172a-f950-4796-52ff-844dfed7e0f8-7f30861b,
    #w-node-_85e1172a-f950-4796-52ff-844dfed7e105-7f30861b,
    #w-node-_85e1172a-f950-4796-52ff-844dfed7e112-7f30861b,
    #w-node-_85e1172a-f950-4796-52ff-844dfed7e11f-7f30861b,
    #w-node-_90199a78-dbc0-2c8e-fd3f-6da2b62ee0b0-7f30861b,
    #w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e28-7f30861b,
    #w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e2d-7f30861b,
    #w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e3a-7f30861b,
    #w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e47-7f30861b,
    #w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e54-7f30861b,
    #w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e61-7f30861b,
    #w-node-_9328b841-a746-9300-2685-47d1f1646f88-7f30861b,
    #w-node-_96aef7fc-c8f0-4b54-196d-04700e59057d-7f30861b,
    #w-node-_96aef7fc-c8f0-4b54-196d-04700e590582-7f30861b,
    #w-node-_96aef7fc-c8f0-4b54-196d-04700e59058f-7f30861b,
    #w-node-_96aef7fc-c8f0-4b54-196d-04700e59059c-7f30861b,
    #w-node-_96aef7fc-c8f0-4b54-196d-04700e5905aa-7f30861b,
    #w-node-_96de8b82-e179-7f9c-6e68-4728248abbfc-7f30861b,
    #w-node-_9760380c-5dd1-c6f5-0e22-05e44571176c-7f30861b,
    #w-node-_9bb16678-55c1-778d-73d1-0a38903ae48e-7f30861b,
    #w-node-_9eaa890e-75b3-71c4-a755-77adaf6ed7c1-7f30861b,
    #w-node-a9bdd68e-1d9e-5aac-77a8-d5d3ec1e4bf7-7f30861b,
    #w-node-b58d41e1-65bc-830e-09b6-1cbfab50101f-7f30861b,
    #w-node-b8c3f52e-9e5a-b6e9-c488-7ee069321655-7f30861b,
    #w-node-c0412a9f-83e3-9222-d1af-2af99405c973-7f30861b,
    #w-node-c07997d8-bdd8-b28d-f82a-b67aa0b6d5a7-7f30861b,
    #w-node-c6224e35-6da3-b490-4671-64a3520ae307-7f30861b,
    #w-node-d67d728f-37fe-f1ff-d992-60ec1dc173b3-7f30861b,
    #w-node-da7f4f7f-66e4-615d-be2a-295b1b392b06-7f30861b,
    #w-node-de275d86-2a4b-7221-6651-8c1bf61d9b40-7f30861b,
    #w-node-df5065d0-58bf-a95a-fcae-cc0891246204-7f30861b,
    #w-node-e9a54ab6-f1ca-9dd9-8e90-6e59a8e4766c-7f30861b,
    #w-node-ef593cb8-26ec-b024-20e4-23466492eaab-7f30861b,
    #w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a1d-7f30861b,
    #w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a22-7f30861b,
    #w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a2f-7f30861b,
    #w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a3c-7f30861b,
    #w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a49-7f30861b,
    #w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a56-7f30861b,
    #w-node-f6536558-af9b-15ab-3ce7-1df73dfa9734-7f30861b,
    #w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9faea-7f30861b,
    #w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9faef-7f30861b,
    #w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fafc-7f30861b,
    #w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fb09-7f30861b,
    #w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fb16-7f30861b,
    #w-node-ff077161-cd92-56c2-75da-881a86f82897-7f30861b,
    #w-node-ffb48ec9-879f-bf25-d955-5c926b338555-7f30861b {
        grid-area: span 1/span 3/span 1/span 3
    }

    #w-node-_24dd4a8e-5b02-f393-094c-0e49960fbe79-c5c5bafa,
    #w-node-_24dd4a8e-5b02-f393-094c-0e49960fbe7c-c5c5bafa,
    #w-node-edee66f5-2c24-2a17-875f-c4a4c9b7fb36-6fd0254d {
        order: -9999
    }

    #w-node-ef02d72e-6a5c-95a2-dc85-a970072aad98-59497619 {
        order: 9999
    }

    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-0250efba,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-59497619,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-97b51d03,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-0250efba,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-59497619,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-97b51d03,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-0250efba,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-59497619,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-97b51d03,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-0250efba,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-59497619,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-97b51d03 {
        order: -9999
    }

    #w-node-ef02d72e-6a5c-95a2-dc85-a970072aad98-b4b3c629 {
        order: 9999
    }

    #w-node-_216f12ae-ba9e-7966-97d1-b548748f14ad-7d90cd80,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-09422be0,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-560e63dd,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-7d90cd80,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-b4b3c629,
    #w-node-_3f82a720-c9a1-6552-d63e-95277df515ba-882f85e2,
    #w-node-_3f82a720-c9a1-6552-d63e-95277df515bd-882f85e2,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-09422be0,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-560e63dd,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-7d90cd80,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-b4b3c629,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-09422be0,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-560e63dd,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-7d90cd80,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-b4b3c629,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-09422be0,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-560e63dd,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-7d90cd80,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-b4b3c629,
    #w-node-a6c1c49c-b847-624b-d15d-9c2f6ee7042e-7d90cd80 {
        order: -9999
    }

    #w-node-ef02d72e-6a5c-95a2-dc85-a970072aad98-3bb930df {
        order: 9999
    }

    #w-node-_216f12ae-ba9e-7966-97d1-b548748f14ad-8c81028b,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-333b156d,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-3bb930df,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-8c81028b,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-d7e02c3d,
    #w-node-_42de9e03-c337-4db3-a3b2-dedda3e1c322-ffcef390,
    #w-node-_42de9e03-c337-4db3-a3b2-dedda3e1c325-ffcef390,
    #w-node-_42de9e03-c337-4db3-a3b2-dedda3e1c350-ffcef390,
    #w-node-_42de9e03-c337-4db3-a3b2-dedda3e1c353-ffcef390,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-333b156d,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-3bb930df,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-8c81028b,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-d7e02c3d,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-333b156d,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-3bb930df,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-8c81028b,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-d7e02c3d,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-3bb930df,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-8c81028b,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-d7e02c3d,
    #w-node-a6c1c49c-b847-624b-d15d-9c2f6ee7042e-8c81028b,
    #w-node-b29a5190-dcf2-c069-5141-d04539faafbd-e0322ce1,
    #w-node-d5537e73-153c-c897-bb75-4a8a12737d7b-bdbf4e13,
    #w-node-d5537e73-153c-c897-bb75-4a8a12737d7e-bdbf4e13,
    #w-node-d5537e73-153c-c897-bb75-4a8a12737da9-bdbf4e13,
    #w-node-d5537e73-153c-c897-bb75-4a8a12737dac-bdbf4e13 {
        order: -9999
    }
}

@media screen and (max-width:767px) {

    #w-node-_90db8bdc-3c2f-fe82-f135-86abe74c75a1-1aa818ee,
    #w-node-f4f2cb76-5870-67fe-6f06-ebcf03662d4a-fd84e933 {
        order: -9999;
        justify-self: center
    }

    #w-node-f1f39991-39a6-ef92-7c09-a6f6c3361236-fd84e933 {
        grid-area: span 1/span 2/span 1/span 2
    }

    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-5485f0f2 {
        grid-area: span 1/span 1/span 1/span 1
    }

    #w-node-_554ea7bd-d055-6dab-d8e7-685159bdf056-6465bb7e,
    #w-node-a11f6bb7-184c-e266-b1f2-c4494da3f6bc-f3d2f9b8,
    #w-node-b9fdcdde-cf3e-79de-7a78-df472a5109db-2d31400b {
        order: -9999;
        justify-self: center
    }

    #w-node-_517c748a-637d-2f16-d399-2714cf3222f9-c5c5bafa,
    #w-node-_989b4125-4882-e86d-0951-bacb4b56f5f3-01ae2dcc,
    #w-node-_989b4125-4882-e86d-0951-bacb4b56f5f3-4104a244,
    #w-node-_989b4125-4882-e86d-0951-bacb4b56f5f3-8d035ad2,
    #w-node-_989b4125-4882-e86d-0951-bacb4b56f5f3-b151776c {
        grid-area: span 1/span 2/span 1/span 2
    }

    #w-node-c9bae699-f478-2eec-b4a5-53f38a13a95c-c5c5bafa {
        order: -9999;
        justify-self: center
    }

    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-0250efba,
    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-59497619,
    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-97b51d03 {
        grid-area: span 1/span 1/span 1/span 1
    }

    #w-node-_97c0e5c0-f6d6-3f80-397f-a0ed9f001732-76c093c0 {
        grid-area: span 1/span 2/span 1/span 2
    }

    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-09422be0,
    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-560e63dd,
    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-b4b3c629 {
        grid-area: span 1/span 1/span 1/span 1
    }

    #w-node-bdb47d25-9776-b70f-1bc9-470e0ee52386-882f85e2 {
        order: -9999;
        justify-self: center
    }

    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-3bb930df {
        grid-area: span 1/span 1/span 1/span 1
    }

    #w-node-_97c0e5c0-f6d6-3f80-397f-a0ed9f001732-ed418883 {
        grid-area: span 1/span 2/span 1/span 2
    }

    #w-node-_2198f5ec-5a3a-f564-d58c-8d71231701f3-e0322ce1,
    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-333b156d,
    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-d7e02c3d,
    #w-node-bc7d4951-51d1-93ec-46fc-002c68005982-bdbf4e13 {
        grid-area: span 1/span 1/span 1/span 1
    }
}

@media screen and (max-width:479px) {
    #w-node-fd2c4721-5657-0aad-d746-87c29335b8b3-9335b8ad {
        grid-column: span 1/span 1
    }

    #w-node-_1dbdc90f-9bd5-15ba-4d23-d7c412808e95-64fab289,
    #w-node-_28bf1856-db6c-ca7b-7c43-22b77583a573-64fab289,
    #w-node-_2b63e990-2e6a-b8df-e490-142b5fe88e94-64fab289,
    #w-node-_87ea56ed-4cca-3f03-4d73-7e51d00cac0d-64fab289,
    #w-node-_95da838e-5bec-96e4-5c89-8190504ecd15-64fab289,
    #w-node-a6375249-857b-81b9-4467-6e45235f9f59-64fab289,
    #w-node-ae4aee22-3119-2a70-2116-866af61e5289-64fab289,
    #w-node-aeebf5e7-3635-c95f-5b47-fd81b823d546-64fab289,
    #w-node-b73f73bb-adf5-2ef8-1ada-737d4a390a2c-64fab289,
    #w-node-be55de94-2857-2a3b-05d5-bd17c3a4d6ae-64fab289,
    #w-node-d077fa2c-bb1b-8168-a089-5bb06fcc5b34-64fab289,
    #w-node-d077fa2c-bb1b-8168-a089-5bb06fcc5b7d-64fab289,
    #w-node-d801bb33-96b2-6d1a-586c-95824921f8f1-64fab289,
    #w-node-da8173c8-dd78-f584-ff3d-afb302c1011f-64fab289 {
        grid-area: span 1/span 2/span 1/span 2
    }

    #w-node-_517c748a-637d-2f16-d399-2714cf3222f9-c5c5bafa,
    #w-node-_97c0e5c0-f6d6-3f80-397f-a0ed9f001732-76c093c0,
    #w-node-_97c0e5c0-f6d6-3f80-397f-a0ed9f001732-ed418883,
    #w-node-_989b4125-4882-e86d-0951-bacb4b56f5f3-01ae2dcc,
    #w-node-_989b4125-4882-e86d-0951-bacb4b56f5f3-4104a244,
    #w-node-_989b4125-4882-e86d-0951-bacb4b56f5f3-8d035ad2,
    #w-node-_989b4125-4882-e86d-0951-bacb4b56f5f3-b151776c,
    #w-node-f1f39991-39a6-ef92-7c09-a6f6c3361236-fd84e933 {
        grid-area: span 1/span 1/span 1/span 1
    }
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-family: sans-serif
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    vertical-align: baseline;
    display: inline-block
}

audio:not([controls]) {
    height: 0;
    display: none
}

[hidden],
template {
    display: none
}

a {
    background-color: #0000
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    margin: .67em 0;
    font-size: 2em
}

mark {
    color: #000;
    background: #ff0
}

small {
    font-size: 80%
}

sub,
sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: none
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

@font-face {
    font-family: webflow-icons;
    src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format("truetype");
    font-weight: 400;
    font-style: normal
}

[class*=" w-icon-"],
[class^=w-icon-] {
    speak: none;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    font-family: webflow-icons !important
}

.w-icon-slider-right:before {
    content: ""
}

.w-icon-slider-left:before {
    content: ""
}

.w-icon-nav-menu:before {
    content: ""
}

.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
    content: ""
}

.w-icon-file-upload-remove:before {
    content: ""
}

.w-icon-file-upload-icon:before {
    content: ""
}

* {
    box-sizing: border-box
}

html {
    height: 100%
}

body {
    color: #333;
    background-color: #fff;
    min-height: 100%;
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 20px
}

img {
    vertical-align: middle;
    max-width: 100%;
    display: inline-block
}

html.w-mod-touch * {
    background-attachment: scroll !important
}

.w-block {
    display: block
}

.w-inline-block {
    max-width: 100%;
    display: inline-block
}

.w-clearfix:after,
.w-clearfix:before {
    content: " ";
    grid-area: 1/1/2/2;
    display: table
}

.w-clearfix:after {
    clear: both
}

.w-hidden {
    display: none
}

.w-button {
    color: #fff;
    line-height: inherit;
    cursor: pointer;
    background-color: #3898ec;
    border: 0;
    border-radius: 0;
    padding: 9px 15px;
    text-decoration: none;
    display: inline-block
}

input.w-button {
    -webkit-appearance: button
}

html[data-w-dynpage] [data-w-cloak] {
    color: #0000 !important
}

.w-code-block {
    margin: unset
}

pre.w-code-block code {
    all: inherit
}

.w-optimization {
    display: contents
}

.w-webflow-badge,
.w-webflow-badge>img {
    box-sizing: unset;
    width: unset;
    height: unset;
    max-height: unset;
    max-width: unset;
    min-height: unset;
    min-width: unset;
    margin: unset;
    padding: unset;
    float: unset;
    clear: unset;
    border: unset;
    border-radius: unset;
    background: unset;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-origin: unset;
    background-clip: unset;
    background-attachment: unset;
    background-color: unset;
    box-shadow: unset;
    transform: unset;
    direction: unset;
    font-family: unset;
    font-weight: unset;
    color: unset;
    font-size: unset;
    line-height: unset;
    font-style: unset;
    font-variant: unset;
    text-align: unset;
    letter-spacing: unset;
    -webkit-text-decoration: unset;
    text-decoration: unset;
    text-indent: unset;
    text-transform: unset;
    list-style-type: unset;
    text-shadow: unset;
    vertical-align: unset;
    cursor: unset;
    white-space: unset;
    word-break: unset;
    word-spacing: unset;
    word-wrap: unset;
    transition: unset
}

.w-webflow-badge {
    white-space: nowrap;
    cursor: pointer;
    box-shadow: 0 0 0 1px #0000001a, 0 1px 3px #0000001a;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 2147483647 !important;
    color: #aaadb0 !important;
    overflow: unset !important;
    background-color: #fff !important;
    border-radius: 3px !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 6px !important;
    font-size: 12px !important;
    line-height: 14px !important;
    text-decoration: none !important;
    display: inline-block !important;
    position: fixed !important;
    inset: auto 12px 12px auto !important;
    transform: none !important
}

.w-webflow-badge>img {
    position: unset;
    visibility: unset !important;
    opacity: 1 !important;
    vertical-align: middle !important;
    display: inline-block !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 10px;
    font-weight: 700
}

h1 {
    margin-top: 20px;
    font-size: 38px;
    line-height: 44px
}

h2 {
    margin-top: 20px;
    font-size: 32px;
    line-height: 36px
}

h3 {
    margin-top: 20px;
    font-size: 24px;
    line-height: 30px
}

h4 {
    margin-top: 10px;
    font-size: 18px;
    line-height: 24px
}

h5 {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px
}

h6 {
    margin-top: 10px;
    font-size: 12px;
    line-height: 18px
}

p {
    margin-top: 0;
    margin-bottom: 10px
}

blockquote {
    border-left: 5px solid #e2e2e2;
    margin: 0 0 10px;
    padding: 10px 20px;
    font-size: 18px;
    line-height: 22px
}

figure {
    margin: 0 0 10px
}

figcaption {
    text-align: center;
    margin-top: 5px
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 40px
}

.w-list-unstyled {
    padding-left: 0;
    list-style: none
}

.w-embed:after,
.w-embed:before {
    content: " ";
    grid-area: 1/1/2/2;
    display: table
}

.w-embed:after {
    clear: both
}

.w-video {
    width: 100%;
    padding: 0;
    position: relative
}

.w-video embed,
.w-video iframe,
.w-video object {
    border: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

[type=button],
[type=reset],
button {
    cursor: pointer;
    -webkit-appearance: button;
    border: 0
}

.w-form {
    margin: 0 0 15px
}

.w-form-done {
    text-align: center;
    background-color: #ddd;
    padding: 20px;
    display: none
}

.w-form-fail {
    background-color: #ffdede;
    margin-top: 10px;
    padding: 10px;
    display: none
}

label {
    margin-bottom: 5px;
    font-weight: 700;
    display: block
}

.w-input,
.w-select {
    color: #333;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    width: 100%;
    height: 38px;
    margin-bottom: 10px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857;
    display: block
}

.w-input::placeholder,
.w-select::placeholder {
    color: #999
}

.w-input:focus,
.w-select:focus {
    border-color: #3898ec;
    outline: 0
}

.w-input[disabled],
.w-input[readonly],
.w-select[disabled],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
    cursor: not-allowed
}

.w-input[disabled]:not(.w-input-disabled),
.w-input[readonly],
.w-select[disabled]:not(.w-input-disabled),
.w-select[readonly],
fieldset[disabled]:not(.w-input-disabled) .w-input,
fieldset[disabled]:not(.w-input-disabled) .w-select {
    background-color: #eee
}

textarea.w-input,
textarea.w-select {
    height: auto
}

.w-select {
    background-color: #f3f3f3
}

.w-select[multiple] {
    height: auto
}

.w-form-label {
    cursor: pointer;
    margin-bottom: 0;
    font-weight: 400;
    display: inline-block
}

.w-radio {
    margin-bottom: 5px;
    padding-left: 20px;
    display: block
}

.w-radio:after,
.w-radio:before {
    content: " ";
    grid-area: 1/1/2/2;
    display: table
}

.w-radio:after {
    clear: both
}

.w-radio-input {
    float: left;
    margin: 3px 0 0 -20px;
    line-height: normal
}

.w-file-upload {
    margin-bottom: 10px;
    display: block
}

.w-file-upload-input {
    opacity: 0;
    z-index: -100;
    width: .1px;
    height: .1px;
    position: absolute;
    overflow: hidden
}

.w-file-upload-default,
.w-file-upload-success,
.w-file-upload-uploading {
    color: #333;
    display: inline-block
}

.w-file-upload-error {
    margin-top: 10px;
    display: block
}

.w-file-upload-default.w-hidden,
.w-file-upload-error.w-hidden,
.w-file-upload-success.w-hidden,
.w-file-upload-uploading.w-hidden {
    display: none
}

.w-file-upload-uploading-btn {
    cursor: pointer;
    background-color: #fafafa;
    border: 1px solid #ccc;
    margin: 0;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 400;
    display: flex
}

.w-file-upload-file {
    background-color: #fafafa;
    border: 1px solid #ccc;
    flex-grow: 1;
    justify-content: space-between;
    margin: 0;
    padding: 8px 9px 8px 11px;
    display: flex
}

.w-file-upload-file-name {
    font-size: 14px;
    font-weight: 400;
    display: block
}

.w-file-remove-link {
    cursor: pointer;
    width: auto;
    height: auto;
    margin-top: 3px;
    margin-left: 10px;
    padding: 3px;
    display: block
}

.w-icon-file-upload-remove {
    margin: auto;
    font-size: 10px
}

.w-file-upload-error-msg {
    color: #ea384c;
    padding: 2px 0;
    display: inline-block
}

.w-file-upload-info {
    padding: 0 12px;
    line-height: 38px;
    display: inline-block
}

.w-file-upload-label {
    cursor: pointer;
    background-color: #fafafa;
    border: 1px solid #ccc;
    margin: 0;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 400;
    display: inline-block
}

.w-icon-file-upload-icon,
.w-icon-file-upload-uploading {
    width: 20px;
    margin-right: 8px;
    display: inline-block
}

.w-icon-file-upload-uploading {
    height: 20px
}

.w-container {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto
}

.w-container:after,
.w-container:before {
    content: " ";
    grid-area: 1/1/2/2;
    display: table
}

.w-container:after {
    clear: both
}

.w-container .w-row {
    margin-left: -10px;
    margin-right: -10px
}

.w-row:after,
.w-row:before {
    content: " ";
    grid-area: 1/1/2/2;
    display: table
}

.w-row:after {
    clear: both
}

.w-row .w-row {
    margin-left: 0;
    margin-right: 0
}

.w-col {
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative
}

.w-col .w-col {
    padding-left: 0;
    padding-right: 0
}

.w-col-1 {
    width: 8.33333%
}

.w-col-2 {
    width: 16.6667%
}

.w-col-3 {
    width: 25%
}

.w-col-4 {
    width: 33.3333%
}

.w-col-5 {
    width: 41.6667%
}

.w-col-6 {
    width: 50%
}

.w-col-7 {
    width: 58.3333%
}

.w-col-8 {
    width: 66.6667%
}

.w-col-9 {
    width: 75%
}

.w-col-10 {
    width: 83.3333%
}

.w-col-11 {
    width: 91.6667%
}

.w-col-12 {
    width: 100%
}

.w-hidden-main {
    display: none !important
}

@media screen and (max-width:991px) {
    .w-container {
        max-width: 728px
    }

    .w-hidden-main {
        display: inherit !important
    }

    .w-hidden-medium {
        display: none !important
    }

    .w-col-medium-1 {
        width: 8.33333%
    }

    .w-col-medium-2 {
        width: 16.6667%
    }

    .w-col-medium-3 {
        width: 25%
    }

    .w-col-medium-4 {
        width: 33.3333%
    }

    .w-col-medium-5 {
        width: 41.6667%
    }

    .w-col-medium-6 {
        width: 50%
    }

    .w-col-medium-7 {
        width: 58.3333%
    }

    .w-col-medium-8 {
        width: 66.6667%
    }

    .w-col-medium-9 {
        width: 75%
    }

    .w-col-medium-10 {
        width: 83.3333%
    }

    .w-col-medium-11 {
        width: 91.6667%
    }

    .w-col-medium-12 {
        width: 100%
    }

    .w-col-stack {
        width: 100%;
        left: auto;
        right: auto
    }
}

@media screen and (max-width:767px) {

    .w-hidden-main,
    .w-hidden-medium {
        display: inherit !important
    }

    .w-hidden-small {
        display: none !important
    }

    .w-container .w-row,
    .w-row {
        margin-left: 0;
        margin-right: 0
    }

    .w-col {
        width: 100%;
        left: auto;
        right: auto
    }

    .w-col-small-1 {
        width: 8.33333%
    }

    .w-col-small-2 {
        width: 16.6667%
    }

    .w-col-small-3 {
        width: 25%
    }

    .w-col-small-4 {
        width: 33.3333%
    }

    .w-col-small-5 {
        width: 41.6667%
    }

    .w-col-small-6 {
        width: 50%
    }

    .w-col-small-7 {
        width: 58.3333%
    }

    .w-col-small-8 {
        width: 66.6667%
    }

    .w-col-small-9 {
        width: 75%
    }

    .w-col-small-10 {
        width: 83.3333%
    }

    .w-col-small-11 {
        width: 91.6667%
    }

    .w-col-small-12 {
        width: 100%
    }
}

@media screen and (max-width:479px) {
    .w-container {
        max-width: none
    }

    .w-hidden-main,
    .w-hidden-medium,
    .w-hidden-small {
        display: inherit !important
    }

    .w-hidden-tiny {
        display: none !important
    }

    .w-col {
        width: 100%
    }

    .w-col-tiny-1 {
        width: 8.33333%
    }

    .w-col-tiny-2 {
        width: 16.6667%
    }

    .w-col-tiny-3 {
        width: 25%
    }

    .w-col-tiny-4 {
        width: 33.3333%
    }

    .w-col-tiny-5 {
        width: 41.6667%
    }

    .w-col-tiny-6 {
        width: 50%
    }

    .w-col-tiny-7 {
        width: 58.3333%
    }

    .w-col-tiny-8 {
        width: 66.6667%
    }

    .w-col-tiny-9 {
        width: 75%
    }

    .w-col-tiny-10 {
        width: 83.3333%
    }

    .w-col-tiny-11 {
        width: 91.6667%
    }

    .w-col-tiny-12 {
        width: 100%
    }
}

.w-widget {
    position: relative
}

.w-widget-map {
    width: 100%;
    height: 400px
}

.w-widget-map label {
    width: auto;
    display: inline
}

.w-widget-map img {
    max-width: inherit
}

.w-widget-map .gm-style-iw {
    text-align: center
}

.w-widget-map .gm-style-iw>button {
    display: none !important
}

.w-widget-twitter {
    overflow: hidden
}

.w-widget-twitter-count-shim {
    vertical-align: top;
    text-align: center;
    background: #fff;
    border: 1px solid #758696;
    border-radius: 3px;
    width: 28px;
    height: 20px;
    display: inline-block;
    position: relative
}

.w-widget-twitter-count-shim * {
    pointer-events: none;
    -webkit-user-select: none;
    user-select: none
}

.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
    text-align: center;
    color: #999;
    font-family: serif;
    font-size: 15px;
    line-height: 12px;
    position: relative
}

.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
    display: block;
    position: relative
}

.w-widget-twitter-count-shim.w--large {
    width: 36px;
    height: 28px
}

.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
    font-size: 18px;
    line-height: 18px
}

.w-widget-twitter-count-shim:not(.w--vertical) {
    margin-left: 5px;
    margin-right: 8px
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large {
    margin-left: 6px
}

.w-widget-twitter-count-shim:not(.w--vertical):after,
.w-widget-twitter-count-shim:not(.w--vertical):before {
    content: " ";
    pointer-events: none;
    border: solid #0000;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: 0
}

.w-widget-twitter-count-shim:not(.w--vertical):before {
    border-width: 4px;
    border-color: #75869600 #5d6c7b #75869600 #75869600;
    margin-top: -4px;
    margin-left: -9px
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
    border-width: 5px;
    margin-top: -5px;
    margin-left: -10px
}

.w-widget-twitter-count-shim:not(.w--vertical):after {
    border-width: 4px;
    border-color: #fff0 #fff #fff0 #fff0;
    margin-top: -4px;
    margin-left: -8px
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
    border-width: 5px;
    margin-top: -5px;
    margin-left: -9px
}

.w-widget-twitter-count-shim.w--vertical {
    width: 61px;
    height: 33px;
    margin-bottom: 8px
}

.w-widget-twitter-count-shim.w--vertical:after,
.w-widget-twitter-count-shim.w--vertical:before {
    content: " ";
    pointer-events: none;
    border: solid #0000;
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    left: 50%
}

.w-widget-twitter-count-shim.w--vertical:before {
    border-width: 5px;
    border-color: #5d6c7b #75869600 #75869600;
    margin-left: -5px
}

.w-widget-twitter-count-shim.w--vertical:after {
    border-width: 4px;
    border-color: #fff #fff0 #fff0;
    margin-left: -4px
}

.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
    font-size: 18px;
    line-height: 22px
}

.w-widget-twitter-count-shim.w--vertical.w--large {
    width: 76px
}

.w-background-video {
    color: #fff;
    height: 500px;
    position: relative;
    overflow: hidden
}

.w-background-video>video {
    object-fit: cover;
    z-index: -100;
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    inset: -100%
}

.w-background-video>video::-webkit-media-controls-start-playback-button {
    -webkit-appearance: none;
    display: none !important
}

.w-background-video--control {
    background-color: #0000;
    padding: 0;
    position: absolute;
    bottom: 1em;
    right: 1em
}

.w-background-video--control>[hidden] {
    display: none !important
}

.w-slider {
    text-align: center;
    clear: both;
    -webkit-tap-highlight-color: #0000;
    tap-highlight-color: #0000;
    background: #ddd;
    height: 300px;
    position: relative
}

.w-slider-mask {
    z-index: 1;
    white-space: nowrap;
    height: 100%;
    display: block;
    position: relative;
    left: 0;
    right: 0;
    overflow: hidden
}

.w-slide {
    vertical-align: top;
    white-space: normal;
    text-align: left;
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative
}

.w-slider-nav {
    z-index: 2;
    text-align: center;
    -webkit-tap-highlight-color: #0000;
    tap-highlight-color: #0000;
    height: 40px;
    margin: auto;
    padding-top: 10px;
    position: absolute;
    inset: auto 0 0
}

.w-slider-nav.w-round>div {
    border-radius: 100%
}

.w-slider-nav.w-num>div {
    font-size: inherit;
    line-height: inherit;
    width: auto;
    height: auto;
    padding: .2em .5em
}

.w-slider-nav.w-shadow>div {
    box-shadow: 0 0 3px #3336
}

.w-slider-nav-invert {
    color: #fff
}

.w-slider-nav-invert>div {
    background-color: #2226
}

.w-slider-nav-invert>div.w-active {
    background-color: #222
}

.w-slider-dot {
    cursor: pointer;
    background-color: #fff6;
    width: 1em;
    height: 1em;
    margin: 0 3px .5em;
    transition: background-color .1s, color .1s;
    display: inline-block;
    position: relative
}

.w-slider-dot.w-active {
    background-color: #fff
}

.w-slider-dot:focus {
    outline: 0;
    box-shadow: 0 0 0 2px #fff
}

.w-slider-dot:focus.w-active {
    box-shadow: none
}

.w-slider-arrow-left,
.w-slider-arrow-right {
    cursor: pointer;
    color: #fff;
    -webkit-tap-highlight-color: #0000;
    tap-highlight-color: #0000;
    -webkit-user-select: none;
    user-select: none;
    width: 80px;
    margin: auto;
    font-size: 40px;
    position: absolute;
    inset: 0;
    overflow: hidden
}

.w-slider-arrow-left [class*=" w-icon-"],
.w-slider-arrow-left [class^=w-icon-],
.w-slider-arrow-right [class*=" w-icon-"],
.w-slider-arrow-right [class^=w-icon-] {
    position: absolute
}

.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus {
    outline: 0
}

.w-slider-arrow-left {
    z-index: 3;
    right: auto
}

.w-slider-arrow-right {
    z-index: 4;
    left: auto
}

.w-icon-slider-left,
.w-icon-slider-right {
    width: 1em;
    height: 1em;
    margin: auto;
    inset: 0
}

.w-slider-aria-label {
    clip: rect(0 0 0 0);
    border: 0;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    overflow: hidden
}

.w-slider-force-show {
    display: block !important
}

.w-dropdown {
    text-align: left;
    z-index: 900;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    position: relative
}

.w-dropdown-btn,
.w-dropdown-link,
.w-dropdown-toggle {
    vertical-align: top;
    color: #222;
    text-align: left;
    white-space: nowrap;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    text-decoration: none;
    position: relative
}

.w-dropdown-toggle {
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    padding-right: 40px;
    display: inline-block
}

.w-dropdown-toggle:focus {
    outline: 0
}

.w-icon-dropdown-toggle {
    width: 1em;
    height: 1em;
    margin: auto 20px auto auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0
}

.w-dropdown-list {
    background: #ddd;
    min-width: 100%;
    display: none;
    position: absolute
}

.w-dropdown-list.w--open {
    display: block
}

.w-dropdown-link {
    color: #222;
    padding: 10px 20px;
    display: block
}

.w-dropdown-link.w--current {
    color: #0082f3
}

.w-dropdown-link:focus {
    outline: 0
}

@media screen and (max-width:767px) {
    .w-nav-brand {
        padding-left: 10px
    }
}

.w-lightbox-backdrop {
    cursor: auto;
    letter-spacing: normal;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    visibility: visible;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    color: #fff;
    text-align: center;
    z-index: 2000;
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -webkit-tap-highlight-color: transparent;
    background: #000000e6;
    outline: 0;
    font-family: Helvetica Neue, Helvetica, Ubuntu, Segoe UI, Verdana, sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.2;
    list-style: disc;
    position: fixed;
    inset: 0;
    -webkit-transform: translate(0)
}

.w-lightbox-backdrop,
.w-lightbox-container {
    -webkit-overflow-scrolling: touch;
    height: 100%;
    overflow: auto
}

.w-lightbox-content {
    height: 100vh;
    position: relative;
    overflow: hidden
}

.w-lightbox-view {
    opacity: 0;
    width: 100vw;
    height: 100vh;
    position: absolute
}

.w-lightbox-view:before {
    content: "";
    height: 100vh
}

.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
    height: 86vh
}

.w-lightbox-frame,
.w-lightbox-view:before {
    vertical-align: middle;
    display: inline-block
}

.w-lightbox-figure {
    margin: 0;
    position: relative
}

.w-lightbox-group .w-lightbox-figure {
    cursor: pointer
}

.w-lightbox-img {
    width: auto;
    max-width: none;
    height: auto
}

.w-lightbox-image {
    float: none;
    max-width: 100vw;
    max-height: 100vh;
    display: block
}

.w-lightbox-group .w-lightbox-image {
    max-height: 86vh
}

.w-lightbox-caption {
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #0006;
    padding: .5em 1em;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden
}

.w-lightbox-embed {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0
}

.w-lightbox-control {
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
    width: 4em;
    transition: all .3s;
    position: absolute;
    top: 0
}

.w-lightbox-left {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
    display: none;
    bottom: 0;
    left: 0
}

.w-lightbox-right {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
    display: none;
    bottom: 0;
    right: 0
}

.w-lightbox-close {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
    background-size: 18px;
    height: 2.6em;
    right: 0
}

.w-lightbox-strip {
    white-space: nowrap;
    padding: 0 1vh;
    line-height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto hidden
}

.w-lightbox-item {
    box-sizing: content-box;
    cursor: pointer;
    width: 10vh;
    padding: 2vh 1vh;
    display: inline-block;
    -webkit-transform: translate3d(0, 0, 0)
}

.w-lightbox-active {
    opacity: .3
}

.w-lightbox-thumbnail {
    background: #222;
    height: 10vh;
    position: relative;
    overflow: hidden
}

.w-lightbox-thumbnail-image {
    position: absolute;
    top: 0;
    left: 0
}

.w-lightbox-thumbnail .w-lightbox-tall {
    width: 100%;
    top: 50%;
    transform: translate(0, -50%)
}

.w-lightbox-thumbnail .w-lightbox-wide {
    height: 100%;
    left: 50%;
    transform: translate(-50%)
}

.w-lightbox-spinner {
    box-sizing: border-box;
    border: 5px solid #0006;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    animation: .8s linear infinite spin;
    position: absolute;
    top: 50%;
    left: 50%
}

.w-lightbox-spinner:after {
    content: "";
    border: 3px solid #0000;
    border-bottom-color: #fff;
    border-radius: 50%;
    position: absolute;
    inset: -4px
}

.w-lightbox-hide {
    display: none
}

.w-lightbox-noscroll {
    overflow: hidden
}

@media (min-width:768px) {
    .w-lightbox-content {
        height: 96vh;
        margin-top: 2vh
    }

    .w-lightbox-view,
    .w-lightbox-view:before {
        height: 96vh
    }

    .w-lightbox-group,
    .w-lightbox-group .w-lightbox-view,
    .w-lightbox-group .w-lightbox-view:before {
        height: 84vh
    }

    .w-lightbox-image {
        max-width: 96vw;
        max-height: 96vh
    }

    .w-lightbox-group .w-lightbox-image {
        max-width: 82.3vw;
        max-height: 84vh
    }

    .w-lightbox-left,
    .w-lightbox-right {
        opacity: .5;
        display: block
    }

    .w-lightbox-close {
        opacity: .8
    }

    .w-lightbox-control:hover {
        opacity: 1
    }
}

.w-lightbox-inactive,
.w-lightbox-inactive:hover {
    opacity: 0
}

.w-richtext:after,
.w-richtext:before {
    content: " ";
    grid-area: 1/1/2/2;
    display: table
}

.w-richtext:after {
    clear: both
}

.w-richtext[contenteditable=true]:after,
.w-richtext[contenteditable=true]:before {
    white-space: initial
}

.w-richtext ol,
.w-richtext ul {
    overflow: hidden
}

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
.w-richtext .w-richtext-figure-selected[data-rt-type=image] div,
.w-richtext .w-richtext-figure-selected[data-rt-type=video] div:after {
    outline: 2px solid #2895f7
}

.w-richtext figure.w-richtext-figure-type-video>div:after,
.w-richtext figure[data-rt-type=video]>div:after {
    content: "";
    display: none;
    position: absolute;
    inset: 0
}

.w-richtext figure {
    max-width: 60%;
    position: relative
}

.w-richtext figure>div:before {
    cursor: default !important
}

.w-richtext figure img {
    width: 100%
}

.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
    opacity: .6
}

.w-richtext figure div {
    color: #0000;
    font-size: 0
}

.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type=image] {
    display: table
}

.w-richtext figure.w-richtext-figure-type-image>div,
.w-richtext figure[data-rt-type=image]>div {
    display: inline-block
}

.w-richtext figure.w-richtext-figure-type-image>figcaption,
.w-richtext figure[data-rt-type=image]>figcaption {
    caption-side: bottom;
    display: table-caption
}

.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type=video] {
    width: 60%;
    height: 0
}

.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type=video] iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.w-richtext figure.w-richtext-figure-type-video>div,
.w-richtext figure[data-rt-type=video]>div {
    width: 100%
}

.w-richtext figure.w-richtext-align-center {
    clear: both;
    margin-left: auto;
    margin-right: auto
}

.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image>div,
.w-richtext figure.w-richtext-align-center[data-rt-type=image]>div {
    max-width: 100%
}

.w-richtext figure.w-richtext-align-normal {
    clear: both
}

.w-richtext figure.w-richtext-align-fullwidth {
    text-align: center;
    clear: both;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block
}

.w-richtext figure.w-richtext-align-fullwidth>div {
    padding-bottom: inherit;
    display: inline-block
}

.w-richtext figure.w-richtext-align-fullwidth>figcaption {
    display: block
}

.w-richtext figure.w-richtext-align-floatleft {
    float: left;
    clear: none;
    margin-right: 15px
}

.w-richtext figure.w-richtext-align-floatright {
    float: right;
    clear: none;
    margin-left: 15px
}

.w-nav {
    z-index: 1000;
    background: #ddd;
    position: relative
}

.w-nav:after,
.w-nav:before {
    content: " ";
    grid-area: 1/1/2/2;
    display: table
}

.w-nav:after {
    clear: both
}

.w-nav-brand {
    float: left;
    color: #333;
    text-decoration: none;
    position: relative
}

.w-nav-link {
    vertical-align: top;
    color: #222;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    text-decoration: none;
    display: inline-block;
    position: relative
}

.w-nav-link.w--current {
    color: #0082f3
}

.w-nav-menu {
    float: right;
    position: relative
}

[data-nav-menu-open] {
    text-align: center;
    background: #c8c8c8;
    min-width: 200px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    overflow: visible;
    display: block !important
}

.w--nav-link-open {
    display: block;
    position: relative
}

.w-nav-overlay {
    width: 100%;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    overflow: hidden
}

.w-nav-overlay [data-nav-menu-open] {
    top: 0
}

.w-nav[data-animation=over-left] .w-nav-overlay {
    width: auto
}

.w-nav[data-animation=over-left] .w-nav-overlay,
.w-nav[data-animation=over-left] [data-nav-menu-open] {
    z-index: 1;
    top: 0;
    right: auto
}

.w-nav[data-animation=over-right] .w-nav-overlay {
    width: auto
}

.w-nav[data-animation=over-right] .w-nav-overlay,
.w-nav[data-animation=over-right] [data-nav-menu-open] {
    z-index: 1;
    top: 0;
    left: auto
}

.w-nav-button {
    float: right;
    cursor: pointer;
    -webkit-tap-highlight-color: #0000;
    tap-highlight-color: #0000;
    -webkit-user-select: none;
    user-select: none;
    padding: 18px;
    font-size: 24px;
    display: none;
    position: relative
}

.w-nav-button:focus {
    outline: 0
}

.w-nav-button.w--open {
    color: #fff;
    background-color: #c8c8c8
}

.w-nav[data-collapse=all] .w-nav-menu {
    display: none
}

.w--nav-dropdown-open,
.w--nav-dropdown-toggle-open,
.w-nav[data-collapse=all] .w-nav-button {
    display: block
}

.w--nav-dropdown-list-open {
    position: static
}

@media screen and (max-width:991px) {
    .w-nav[data-collapse=medium] .w-nav-menu {
        display: none
    }

    .w-nav[data-collapse=medium] .w-nav-button {
        display: block
    }
}

@media screen and (max-width:767px) {
    .w-nav[data-collapse=small] .w-nav-menu {
        display: none
    }

    .w-nav[data-collapse=small] .w-nav-button {
        display: block
    }

    .w-nav-brand {
        padding-left: 10px
    }
}

@media screen and (max-width:479px) {
    .w-nav[data-collapse=tiny] .w-nav-menu {
        display: none
    }

    .w-nav[data-collapse=tiny] .w-nav-button {
        display: block
    }
}

.w-tabs {
    position: relative
}

.w-tabs:after,
.w-tabs:before {
    content: " ";
    grid-area: 1/1/2/2;
    display: table
}

.w-tabs:after {
    clear: both
}

.w-tab-menu {
    position: relative
}

.w-tab-link {
    vertical-align: top;
    text-align: left;
    cursor: pointer;
    color: #222;
    background-color: #ddd;
    padding: 9px 30px;
    text-decoration: none;
    display: inline-block;
    position: relative
}

.w-tab-link.w--current {
    background-color: #c8c8c8
}

.w-tab-link:focus {
    outline: 0
}

.w-tab-content {
    display: block;
    position: relative;
    overflow: hidden
}

.w-tab-pane {
    display: none;
    position: relative
}

.w--tab-active {
    display: block
}

@media screen and (max-width:479px) {
    .w-tab-link {
        display: block
    }
}

.w-ix-emptyfix:after {
    content: ""
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.w-dyn-empty {
    background-color: #ddd;
    padding: 10px
}

.w-condition-invisible,
.w-dyn-bind-empty,
.w-dyn-hide {
    display: none !important
}

.wf-layout-layout {
    display: grid
}

@font-face {
    font-family: Suisseintl;
    src: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/6746c1ac83783853599f2c90_SuisseIntl-Light.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Suisseintl;
    src: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/6746c1fa8afc75af46c68f90_SuisseIntl-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Suisseintl;
    src: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/6746c21627c76ab54c4109b8_SuisseIntl-SemiBold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Suisseintl;
    src: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/6746c2d31a0dbafc810db9be_SuisseIntl-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Fa Brands 400";
    src: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/676a9625ec7908e84e2a568e_fa-brands-400.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Fa 400";
    src: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/676a963b0273a006dfba686d_fa-regular-400.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Fa Solid 900";
    src: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/676a96566fac68611a6b3a11_fa-solid-900.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

:root {
    --font-size--tablet-h1: 40px;
    --line-height--tablet-h1: 48px;
    --font-size--desktop-h1: 48px;
    --line-height--desktop-h1: 56px;
    --font-size--mobile-l-h1: 35px;
    --line-height--mobile-l-h1: 43px;
    --font-size--mobile-p-h1: 30px;
    --line-height--mobile-p-h1: 38px;
    --font-size--tablet-h2: 30px;
    --line-height--tablet-h2: 38px;
    --font-size--desktop-h2: 36px;
    --line-height--desktop-h2: 44px;
    --font-size--mobile-l-h2: 25px;
    --line-height--mobile-l-h2: 33px;
    --font-size--mobile-p-h2: 22px;
    --line-height--mobile-p-h2: 29px;
    --font-size--tablet-h3: 25px;
    --line-height--tablet-h3: 35px;
    --font-size--desktop-h3: 25px;
    --line-height--desktop-h3: 35px;
    --font-size--mobile-l-h3: 22px;
    --line-height--mobile-l-h3: 32px;
    --font-size--mobile-p-h3: 20px;
    --line-height--mobile-p-h3: 26px;
    --color--otto-blue: black;
    --systemflow-lite--primary--10: #f2f6ff;
    --systemflow-lite--neutral--10: white;
    --systemflow-lite--neutral--100: #0e0f11;
    --color--otto-blog-text-dark-blue: #1f3499;
    --systemflow-lite--neutral--20: #f9fafb;
    --color--button-bg: #253edb;
    --color--button-text: white;
    --_new-home---black-color: black;
    --color--breadcrumb-inactive: #636b75;
    --color--breadcrumb-active: #253edb;
    --_new-home---heading-color: #111827;
    --color--text: #0e0f11;
    --systemflow-lite--neutral--80: #636b75;
    --_new-home---body: white;
    --_new-home---font-size--d-h1: 54px;
    --_new-home---line-height--d-h1: 60px;
    --_new-home---font-size--t-h1: 40px;
    --_new-home---line-height--t-h1: 46px;
    --_new-home---font-size--ml-h1: 30px;
    --_new-home---line-height--ml-h1: 36px;
    --_new-home---font-size--mp-h1: 27px;
    --_new-home---primary--grey--600: #4b5563;
    --_new-home---primary-button-bg: #233ed9;
    --_new-home---primary-button-text: white;
    --_new-home---primary-button-hover-bg: #2239b1;
    --_new-home---primary--blue--700: #233ed9;
    --_new-home---font-size--d-h2: 40px;
    --_new-home---line-height--d-h2: 48px;
    --_new-home---font-size--t-h2: 30px;
    --_new-home---line-height--t-h2: 38px;
    --_new-home---font-size--m-h2: 25px;
    --_new-home---line-height--m-h2: 33px;
    --_new-home---primary--grey--700: #374151;
    --_new-home---text: #1f2937;
    --_new-home---font-size--d-h3: 30px;
    --_new-home---line-height--d-h3: 38px;
    --_new-home---font-size--m-h3: 25px;
    --_new-home---line-height--m-h3: 33px;
    --color--otto-blog-test-color-dark: #253edb;
    --font-size--button-desktop: 16px;
    --font-size--button-tablet: 16px;
    --font-size--button-mobile: 16px;
    --systemflow-lite--primary--60: #2f54eb;
    --_new-home---line-height--mp-h1: 37px
}

.w-layout-blockcontainer {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    display: block
}

.w-layout-grid {
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid
}

.w-layout-vflex {
    flex-direction: column;
    align-items: flex-start;
    display: flex
}

.w-layout-hflex {
    flex-direction: row;
    align-items: flex-start;
    display: flex
}

.w-pagination-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    display: flex
}

.w-pagination-previous {
    color: #333;
    background-color: #fafafa;
    border: 1px solid #ccc;
    border-radius: 2px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 9px 20px;
    font-size: 14px;
    display: block
}

.w-pagination-previous-icon {
    margin-right: 4px
}

.w-pagination-next {
    color: #333;
    background-color: #fafafa;
    border: 1px solid #ccc;
    border-radius: 2px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 9px 20px;
    font-size: 14px;
    display: block
}

.w-pagination-next-icon {
    margin-left: 4px
}

@media screen and (max-width:991px) {
    .w-layout-blockcontainer {
        max-width: 728px
    }
}

@media screen and (max-width:767px) {
    .w-layout-blockcontainer {
        max-width: none
    }
}

body {
    color: #333;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px
}

h1 {
    font-size: var(--font-size--tablet-h1);
    line-height: var(--line-height--tablet-h1);
    margin-top: 0;
    margin-bottom: 15px
}

h2 {
    font-size: var(--font-size--tablet-h2);
    line-height: var(--line-height--tablet-h2);
    margin-top: 24px;
    margin-bottom: 15px;
    font-weight: 700
}

h3 {
    font-size: var(--font-size--tablet-h3);
    line-height: var(--line-height--tablet-h3);
    margin-top: 24px;
    margin-bottom: 15px
}

p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px
}

a {
    color: var(--color--otto-blue);
    text-decoration: underline
}

ul {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px
}

li {
    font-size: 16px;
    line-height: 24px
}

.container {
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto
}

.button-primary {
    pointer-events: auto;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: #253edb;
    border: 1px solid #253edb;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    transition: all .2s
}

.button-primary:hover {
    color: #fff;
    background-color: #233fd9cc
}

.button-primary:active {
    background-color: #233fd9cc
}

.hero-heading-left {
    background-color: #f5f7fa;
    background-image: linear-gradient(#bdc6f4 6%, #fff);
    border-bottom: 0 solid #e4ebf3;
    height: auto;
    margin-top: 0;
    padding: 40px 30px 60px;
    position: relative
}

.hero-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    min-height: 200px;
    font-weight: 400;
    display: flex
}

.hero-save-money-split-text {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 101%;
    font-size: 14px;
    display: flex
}

.margin-bottom-24px {
    color: #fff;
    text-align: left;
    max-width: 70%;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px
}

.testimonial-column-light {
    background-image: linear-gradient(0deg, #bdc6f4, #fff);
    border-bottom: 0 solid #e4ebf3;
    padding: 60px 30px;
    position: relative
}

.centered-heading {
    text-align: left;
    min-width: 50%;
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 48px;
    font-weight: 300;
    line-height: 54px
}

.testimonial-grid-two {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 50px;
    display: grid
}

.testimonial-main-heading {
    color: #253edb;
    margin-bottom: 2px;
    font-size: 28px;
    font-weight: 300;
    line-height: 40px
}

.hero-wrapper-two {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    display: flex
}

.footer-social-link {
    font-size: 20px
}

.sysf-collapse-item-2 {
    cursor: pointer;
    padding-left: 16px;
    padding-right: 16px
}

.body {
    color: #253edb;
    font-family: Suisseintl, Arial, sans-serif
}

.div-block {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    align-items: center;
    max-width: 86%;
    display: flex;
    position: relative
}

.heading {
    text-align: left;
    mix-blend-mode: normal;
    color: #253edb;
    flex-flow: row;
    justify-content: flex-start;
    font-size: 4em;
    font-weight: 300;
    line-height: 55px;
    display: block
}

.div-block-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    align-items: stretch;
    height: auto;
    display: flex
}

.button-demo {
    color: #253edb;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #fff;
    border: 0 solid #253edb;
    border-radius: 10px;
    padding: 10px 20px;
    font-family: Suisseintl, Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    text-decoration: none;
    transition: all .2s
}

.button-demo:hover {
    color: #253edb;
    background-color: #d6dcf8fa
}

.button-demo:active {
    color: #253edb;
    background-color: #d6dcf8
}

.text-block {
    color: #5d6fe0;
    font-size: 20px;
    font-weight: 300;
    line-height: 28px
}

.div-block-3 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
    display: flex
}

.bold-text {
    color: #253edb;
    font-size: 30px;
    font-weight: 400;
    line-height: 36px
}

.text-block-2,
.text-block-3,
.text-block-4,
.text-block-5 {
    font-family: Suisseintl, Arial, sans-serif;
    font-size: 1.25em
}

.list-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
    display: flex
}

.list-item-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.list-item-3,
.list-item-4,
.list-item-5 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: center;
    display: flex
}

.list {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    align-items: flex-start;
    display: flex
}

.div-block-4 {
    background-color: #bdc6f4;
    border-radius: 10px;
    margin-top: 40px;
    padding-top: 50px;
    padding-left: 81px;
    display: flex
}

.hero-stack-deal-tracker {
    background-color: #253edb;
    border-bottom: 1px #e4ebf3;
    padding: 60px 30px;
    position: relative
}

.heading-2 {
    color: #fff;
    text-align: left;
    max-width: 70%;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400
}

.text-block-6 {
    text-align: left;
    letter-spacing: 2px;
    text-transform: uppercase;
    width: auto;
    min-width: 50%;
    max-width: none;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px
}

.div-block-5 {
    flex-flow: column;
    align-items: flex-start;
    max-width: 968px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: flex
}

.testimonial-slider-large-2 {
    background-color: #fff;
    border-bottom: 0 #e4ebf3;
    padding: 60px 30px 40px;
    position: relative
}

.container-2 {
    width: 100%;
    max-width: 968px;
    margin-left: auto;
    margin-right: auto
}

.testimonial-slider-two-2 {
    background-color: #0000;
    height: auto
}

.testimonial-slide-2 {
    background-color: #f5f7fa;
    border-radius: 10px;
    justify-content: space-between;
    align-items: center;
    padding: 32px;
    display: flex
}

.testimonial-content-2 {
    flex-direction: column;
    align-items: flex-start;
    max-width: 500px;
    margin-right: 40px;
    display: flex
}

.testimonial-quote-icon-2 {
    margin-bottom: 24px
}

.testimonial-quote-2 {
    color: #233ddd;
    margin-bottom: 32px;
    font-size: 24px;
    font-weight: 300;
    line-height: 32px
}

.testimonial-info-two-2 {
    align-items: center;
    display: flex
}

.testimonial-author-name-2 {
    font-weight: 700
}

.testimonial-slider-arrow-2 {
    display: none
}

.testimonial-slider-nav-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 0;
    font-size: 10px;
    line-height: 20px;
    display: flex;
    position: static;
    bottom: -60px
}

.herio-description {
    color: #253edb;
    max-width: 50%;
    margin-bottom: 24px;
    font-size: 22px;
    font-weight: 300;
    line-height: 32px
}

.testimonial-card-two1,
.testimonial-card-two2,
.testimonial-card-two3 {
    background-color: #fff9;
    border: 0 solid #e4ebf3;
    border-radius: 8px;
    flex-direction: column;
    padding: 30px 20px;
    display: flex
}

.accordion-item {
    background-color: #0000;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    margin-bottom: 10px;
    padding: 10px 0
}

.accordion-item-trigger {
    justify-content: space-between;
    align-items: flex-start;
    display: flex
}

.accordion-heading {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    color: #fff;
    cursor: pointer;
    flex: 1;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    display: flex
}

.icon.accordion-icon {
    color: #fff;
    cursor: pointer;
    font-family: Material Icons, sans-serif;
    font-size: 32px;
    line-height: 30px
}

.accordion-item-content {
    color: #fff;
    height: auto;
    margin-top: 10px;
    margin-right: 30px;
    overflow: hidden
}

.bold-text-4 {
    font-size: 20px;
    font-weight: 400
}

.bold-text-6 {
    font-weight: 400
}

.accordion-text {
    color: var(--systemflow-lite--primary--10);
    text-indent: 0;
    font-family: Suisseintl, Arial, sans-serif;
    font-size: 14px;
    line-height: 22px
}

.hero-split-copy {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 40%;
    display: flex
}

.utility-page-wrap {
    justify-content: center;
    align-items: center;
    width: 100vw;
    max-width: 100%;
    height: 100vh;
    max-height: 100%;
    display: flex
}

.utility-page-content {
    text-align: center;
    flex-direction: column;
    width: 260px;
    display: flex
}

.utility-page-form {
    flex-direction: column;
    align-items: stretch;
    display: flex
}

.text-span-4 {
    font-weight: 600
}

.text-span-5 {
    -webkit-text-fill-color: transparent;
    background-color: #253edb;
    -webkit-background-clip: text;
    background-clip: text;
    font-weight: 600
}

.image-8 {
    border-radius: 10px
}

.button-coming-soon {
    color: #253edb;
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: #fff;
    border: 0 solid #253edb;
    border-radius: 30px;
    padding: 10px 20px;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    transition: all .2s
}

.button-coming-soon:hover {
    color: #253edb
}

.button-coming-soon:active {
    color: #253edb;
    background-color: #d6dcf8
}

.hero-save-money-split {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 14px
}

.hero-split-image {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 60%;
    font-size: 14px;
    display: flex
}

.hero-section1 {
    background-color: #f5f7fa;
    background-image: linear-gradient(#bdc6f4 6%, #fff);
    border-bottom: 0 solid #e4ebf3;
    margin-top: 0;
    padding: 40px 30px 60px;
    position: relative
}

.footer-subscribe-2 {
    background-image: linear-gradient(#bdc6f4, #fff);
    border: 1px #000;
    padding: 40px 30px;
    display: block;
    position: relative
}

.container-5 {
    width: 100%;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto
}

.footer-form-two-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    background-color: #0000;
    border-radius: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    padding: 20px 64px;
    display: flex
}

.footer-form-container-two-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex
}

.button-demo-large {
    color: var(--systemflow-lite--neutral--10);
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: #253edb;
    border: 0 solid #253edb;
    border-radius: 10px;
    padding: 12px 30px;
    font-family: Suisseintl, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    transition: all .2s
}

.button-demo-large:active,
.button-demo-large:hover {
    color: #fff;
    background-color: #253edbcc
}

.centered-heading-copy {
    text-align: center;
    min-width: 50%;
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 48px;
    font-weight: 300;
    line-height: 54px
}

.typeform-wrapper-fo7n0qjk {
    width: 100%;
    height: 100vh
}

.ot-single-blog-image {
    border-radius: 12px;
    margin-bottom: 40px
}

.blog-collection-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: start;
    place-items: start stretch;
    margin-top: 0;
    margin-bottom: 40px;
    display: grid
}

.empty-state {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex
}

.ot-blog-date-flex {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: center;
    display: flex
}

.empty-state-2 {
    display: none
}

.ot-blog-category-collection-list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    display: flex
}

.author-container {
    border: 1px solid var(--color--otto-blue);
    background-color: #fff;
    border-radius: 12px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 940px;
    margin: 40px auto 20px;
    padding: 40px 20px;
    display: flex
}

.auhtor-photo {
    aspect-ratio: 1;
    border-radius: 50%;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 5em;
    position: relative;
    overflow: hidden
}

.auhtor-details {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex
}

.heading-10 {
    color: var(--systemflow-lite--neutral--100);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 3em;
    font-weight: 700;
    line-height: 1.1em
}

.paragraph-2 {
    color: #0009;
    text-align: center;
    text-transform: none;
    max-width: 300px;
    margin-bottom: 0;
    font-size: 1.1em;
    font-weight: 400;
    line-height: 1.3em
}

.blog-author-details {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex
}

.ot-blog-author-image {
    border-radius: 8px;
    width: 25px;
    height: 25px;
    overflow: hidden
}

.ot-blog-author-name {
    color: #050505;
    font-size: 1.2em
}

.ot-blog-author {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.empty-state-3 {
    display: none
}

.collection-item-3 {
    color: #121212;
    text-align: left;
    overflow-wrap: normal;
    font-size: 1rem;
    font-weight: 400;
    line-height: 30px
}

.collection-list-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: auto
}

.ot-blog-category-link {
    color: #0009;
    font-size: .9rem;
    text-decoration: none
}

.ot-blog-category-link:hover {
    color: #000
}

.ot-blog-category-link.w--current {
    color: #000;
    letter-spacing: 1px;
    font-size: .9rem
}

.template-hero-section {
    background-color: #f5f7fa;
    background-image: linear-gradient(#bdc6f4 6%, #fff);
    border-bottom: 0 solid #e4ebf3;
    margin-top: 0;
    padding: 40px 30px 60px;
    position: relative
}

.template-container {
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto
}

.temp-hero-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-height: 200px;
    font-weight: 400;
    display: flex
}

.hero-text-block {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 75rem;
    margin-bottom: 4.5rem;
    margin-left: auto;
    margin-right: auto;
    display: flex
}

.temp-hero-image-block {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 65rem;
    font-size: 14px;
    display: flex;
    position: relative
}

.temp-hero-button-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    align-items: stretch;
    height: auto;
    display: flex
}

.temp-hero-description {
    color: #253edb;
    text-align: center;
    max-width: 80%;
    font-size: 22px;
    line-height: 32px
}

.temp-hero-description.hero-text-link {
    color: var(--color--otto-blog-text-dark-blue)
}

.temp-hero-heading-block {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 86%;
    display: flex;
    position: relative
}

.temp-hero-heading {
    text-align: center;
    mix-blend-mode: normal;
    color: #253edb;
    flex-flow: row;
    justify-content: flex-start;
    font-size: 60px;
    font-weight: 300;
    line-height: 64px;
    display: block
}

.temp-hero-button {
    pointer-events: auto;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: #253edb;
    border: 1px solid #253edb;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    transition: all .2s
}

.temp-hero-button:hover {
    color: #fff;
    background-color: #233fd9cc
}

.temp-hero-button:active {
    background-color: #233fd9cc
}

.div-block-32 {
    background-image: linear-gradient(0deg, #fff, #fffffff2 97%, #fff);
    width: 80%;
    height: 63px;
    position: absolute;
    inset: auto auto -40px
}

.side-section-description {
    color: var(--color--otto-blue);
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px
}

.template-3-grid-section {
    background-image: linear-gradient(0deg, #bdc6f4, #fff);
    border-bottom: 0 solid #e4ebf3;
    max-width: none;
    padding: 60px 30px;
    position: relative
}

.template-3-grid-section.feature-section {
    background-image: none
}

.template-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-items: stretch;
    margin-top: 40px;
    display: grid
}

.temlate-faq {
    background-color: #253edb;
    border-bottom: 1px #e4ebf3;
    padding: 60px 30px;
    position: relative
}

.template-faq-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: flex-start;
    place-items: center stretch;
    display: grid
}

.faq-list-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid
}

.template-faq-container {
    width: 100%;
    max-width: 968px;
    margin-left: auto;
    margin-right: auto
}

.global-footer {
    background-color: var(--color--otto-blue);
    color: var(--systemflow-lite--neutral--10);
    padding: 50px 30px 15px;
    position: static
}

.footer-content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: auto auto 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: flex
}

.footer-block {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex
}

.title-small {
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 700
}

.footer-link {
    color: var(--systemflow-lite--neutral--10);
    font-size: 14px;
    line-height: 24px;
    text-decoration: none
}

.footer-social-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.footer-divider {
    background-color: #e4ebf3;
    width: 100%;
    height: 1px;
    margin-top: 70px;
    margin-bottom: 15px
}

.footer-copyright-center {
    text-align: center;
    font-size: 14px;
    line-height: 16px
}

.navbar-no-shadow {
    z-index: 999;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background-color: #bdc6f4;
    position: sticky;
    top: 0
}

.navbar-no-shadow-container {
    z-index: 5;
    background-color: #0000;
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 24px
}

.container-regular {
    width: 100%;
    max-width: 1440px;
    min-height: 30px;
    margin-left: auto;
    margin-right: auto
}

.navbar-wrapper-3 {
    justify-content: space-between;
    align-items: center;
    display: flex
}

.nav-menu {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex
}

.nav-link-3 {
    color: var(--color--otto-blue);
    letter-spacing: .25px;
    margin-left: 0;
    margin-right: 0;
    padding: 5px 15px 5px 10px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-decoration: none
}

.nav-link-3:hover {
    color: var(--color--otto-blue)
}

.nav-link-3:focus-visible,
.nav-link-3[data-wf-focus-visible] {
    outline-offset: 0px;
    color: #0050bd;
    border-radius: 4px;
    outline: 2px solid #0050bd
}

.nav-dropdown-3 {
    margin-left: 5px;
    margin-right: 5px
}

.nav-dropdown-toggle-3 {
    letter-spacing: .25px;
    padding: 5px 30px 5px 10px;
    font-size: 14px;
    line-height: 20px
}

.nav-dropdown-toggle-3:hover {
    color: #1a1b1fbf
}

.nav-dropdown-toggle-3:focus-visible,
.nav-dropdown-toggle-3[data-wf-focus-visible] {
    outline-offset: 0px;
    color: #0050bd;
    border-radius: 5px;
    outline: 2px solid #0050bd
}

.nav-dropdown-icon-3 {
    margin-right: 10px
}

.nav-dropdown-list-3 {
    background-color: #fff;
    border-radius: 12px
}

.nav-dropdown-list-3.w--open {
    padding-top: 10px;
    padding-bottom: 10px
}

.nav-dropdown-link-3 {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px
}

.nav-dropdown-link-3:focus-visible,
.nav-dropdown-link-3[data-wf-focus-visible] {
    outline-offset: 0px;
    color: #0050bd;
    border-radius: 5px;
    outline: 2px solid #0050bd
}

.mobile-margin-top-12 {
    display: none
}

.nav-button-wrapper {
    margin-left: 20px
}

.list-item-6 {
    display: none
}

.blue-btn-wrapper {
    margin-left: 20px
}

.blue-btn {
    background-color: var(--color--otto-blue);
    color: var(--systemflow-lite--neutral--20);
    letter-spacing: 1px;
    text-transform: none;
    border: 0 solid #253edb;
    border-radius: 10px;
    padding: 10px 20px;
    font-family: Suisseintl, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
    transition: all .2s
}

.blue-btn:hover {
    color: #253edb;
    background-color: #d6dcf8fa
}

.blue-btn:active {
    color: #253edb;
    background-color: #d6dcf8
}

.product-ctas-section {
    background-color: #f3f2ef;
    border-bottom: 1px solid #e4ebf3;
    padding: 40px 30px 60px;
    position: relative
}

.container-7 {
    width: 100%;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto
}

.glossery-cta-title {
    text-align: center;
    max-width: 550px;
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto
}

.glossery-cta-description {
    text-align: center;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    display: none
}

.pricing-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 50px;
    display: grid
}

.pricing-card-three {
    background-color: var(--systemflow-lite--neutral--10);
    text-align: center;
    border-radius: 12px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 40px 20px;
    display: flex
}

.pricing-image {
    object-fit: cover;
    width: 80px;
    height: 80px;
    margin-bottom: 16px
}

.pricing-card-text {
    margin-bottom: 20px
}

.text-link-arrow-2 {
    color: #1a1b1f;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    display: flex
}

.arrow-embed-2 {
    margin-left: 2px;
    display: flex
}

.all-product-cta-section {
    background-color: #f3f2ef;
    border-bottom: 1px solid #e4ebf3;
    padding: 0 30px 60px;
    position: relative
}

.all-product-cta-wrapper {
    justify-content: center;
    align-items: center;
    display: flex
}

.all-product-cta-btn {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    align-items: stretch;
    height: auto;
    display: flex
}

.o-button {
    border: 1px solid var(--color--button-bg);
    background-color: var(--color--button-bg);
    color: var(--color--button-text);
    letter-spacing: 2px;
    text-transform: uppercase;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    transition: all .2s
}

.o-button:hover {
    color: #fff;
    background-color: #233fd9cc
}

.o-button:active {
    background-color: #233fd9cc
}

.share-glossery-wrapper {
    border-top: 1px solid #e5e7eb;
    max-width: 940px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 24px;
    padding-bottom: 24px
}

.shar-icon-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    color: var(--systemflow-lite--neutral--100);
    justify-content: space-between;
    align-items: center;
    display: flex
}

.share-icon-ul {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-top: 0;
    margin-bottom: 0;
    display: flex
}

.hero-content-block {
    text-align: center
}

.o-section {
    width: 100%
}

.o-section.bg-gray {
    background-color: #f3f2ef;
    padding-top: 80px;
    padding-bottom: 80px
}

.o-section.bg-transparent {
    padding-top: 60px;
    padding-bottom: 60px
}

.o-section.logo-slider {
    padding-top: 40px;
    padding-bottom: 40px
}

.o-section.o-video-popup-section {
    padding: 70px
}

.o-heading-h2 {
    color: var(--color--otto-blue);
    font-size: var(--font-size--tablet-h2);
    line-height: var(--line-height--tablet-h2);
    margin-top: 0;
    margin-bottom: 0
}

.o-heading-h2.mb-24 {
    margin-bottom: 24px
}

.o-heading-h2.white {
    color: var(--systemflow-lite--neutral--10)
}

.o-heading-h2.md-text-center.o-text-center {
    text-align: center
}

.glossary-content {
    color: var(--_new-home---black-color)
}

.o-heading-wrapper {
    text-align: center;
    margin-bottom: 40px
}

.explore-img {
    border-radius: 10px;
    width: 100%;
    height: auto
}

.explore-heading {
    color: var(--color--otto-blue);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 34px
}

.right-arrow {
    display: flex
}

.ot-resource-button-wrapper {
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    display: flex
}

.template-heading {
    color: var(--color--otto-blue);
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 22px;
    line-height: 32px
}

.page-bredcrumb {
    margin-top: 36px
}

.bredcrumb-menu {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 14px;
    line-height: 20px;
    list-style-type: none
}

.breadcrumb-item {
    font-size: 14px;
    line-height: 20px;
    display: inline-block
}

.breadcrumb-items-link {
    color: var(--color--breadcrumb-inactive);
    text-decoration: none;
    display: inline-block
}

.separator {
    color: var(--color--breadcrumb-inactive);
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block
}

.active-page {
    color: var(--color--breadcrumb-active);
    display: inline-block
}

.page-breadcrumb-container {
    max-width: 100%;
    padding-left: 22px;
    padding-right: 22px
}

.footer-img {
    height: 16px;
    margin-top: -4px
}

.how-to-point-heading {
    color: var(--_new-home---heading-color);
    margin-top: 15px;
    margin-bottom: 6px;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px
}

.feature-img {
    width: 60px
}

.feature-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border: 1px solid var(--color--otto-blue);
    color: var(--systemflow-lite--neutral--100);
    border-radius: 8px;
    flex-direction: column;
    padding: 24px;
    display: flex
}

.bottom-footer {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex
}

.footer-text {
    color: var(--systemflow-lite--neutral--10);
    max-width: 300px;
    margin-top: 12px;
    font-size: 14px;
    line-height: 24px;
    text-decoration: none
}

.footer-social-icon {
    color: var(--systemflow-lite--neutral--10);
    font-family: "Fa Brands 400", Arial, sans-serif;
    font-size: 20px
}

.success-message {
    border: 1px solid var(--color--otto-blue);
    background-color: #0000;
    border-radius: 10px;
    padding: 12px
}

.d-none {
    display: none
}

.alt-review-star {
    margin-bottom: 10px
}

.terms-container {
    max-width: 1440px;
    padding: 15px 30px
}

.launchlist-form {
    grid-column-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.header-form-input {
    border: 1px solid #a7a7a7;
    border-radius: 10px;
    height: 40px;
    margin-bottom: 0;
    padding: 12px 20px;
    font-size: 12px
}

.header-form-submit {
    background-color: #253edb;
    border: 1px solid #253edb;
    border-radius: 10px;
    height: 40px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 12px;
    line-height: 16px
}

.header-form-block {
    margin-bottom: 0
}

.category-section {
    padding-top: 50px
}

.category-main-heading {
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px
}

.category-h3 {
    color: var(--color--otto-blue);
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px
}

.category-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr
}

.category-grid-block {
    background-image: linear-gradient(315deg, #bdc6f41a, #fff 81%);
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    padding: 25px
}

.category-h4 {
    color: var(--color--text);
    margin-top: 0;
    font-size: 18px;
    font-weight: 500
}

.category-p {
    color: var(--systemflow-lite--neutral--80);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.category-icon {
    aspect-ratio: 1;
    background-color: #bdc6f447;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 60px;
    margin-bottom: 20px;
    display: flex
}

.category-block {
    margin-bottom: 50px
}

.testimonial-section {
    padding-top: 50px;
    padding-bottom: 50px
}

.testimonial-container {
    max-width: 1100px
}

.review-wrap {
    justify-content: center;
    align-items: center;
    display: flex
}

.review-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: none;
    justify-content: flex-start;
    width: 100%;
    display: flex
}

.review-1st {
    background-color: #be8181;
    flex: none;
    width: 33%;
    padding: 20px
}

.review-1st._2 {
    background-color: #4a6ba1
}

.review-1st._3 {
    background-color: #75a75a
}

.template-input {
    color: var(--color--text);
    background-color: #0000;
    border: 1px solid #878787;
    border-radius: 10px;
    height: 43px;
    padding: 10px;
    line-height: 21px
}

.thanku-heading {
    font-size: 20px;
    line-height: 30px;
    display: inline
}

.text-block-15 {
    margin-top: 10px
}

.ticker {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
    position: relative;
    overflow: hidden
}

.ticker.is-reversed {
    justify-content: flex-end;
    align-items: center
}

.ticker-content {
    flex-flow: row;
    flex: none;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ticker-logo {
    width: auto;
    height: 30px;
    margin-left: 35px;
    margin-right: 35px
}

.padding-t-50 {
    text-align: center;
    padding-top: 50px
}

.o-heading-animation {
    text-align: center;
    max-width: 862px
}

.o-heading-animation-span {
    color: #9ca3af;
    margin-top: 0;
    padding-right: 14px;
    font-size: 52px;
    font-weight: 600;
    line-height: 60px;
    display: inline-block
}

.o-video-popup-image {
    border-radius: 40px
}

.o-video-popup-link {
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative
}

.o-popup-wrapper {
    text-align: center;
    justify-content: center;
    align-items: center
}

.o-popup-content-block {
    z-index: 0;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute
}

.ot-popup-title {
    color: #fff;
    font-size: 36px;
    line-height: 44px
}

.o-4-col-logo-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr
}

.o-company-logo-block {
    background-color: #fff;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    display: flex;
    position: relative;
    box-shadow: 5px 5px 10px #0000001a
}

.o-minimize-icon {
    position: absolute;
    inset: -10% auto auto -10%
}

.o-review-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    height: 100%;
    display: flex;
    overflow: hidden
}

.o-review-content-block {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
    justify-content: center;
    align-items: center
}

.o-review-image {
    max-height: 220px
}

.o-review-block {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    cursor: pointer;
    background-color: #f8fbff;
    border-radius: 16px;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
    justify-content: flex-start;
    align-items: center;
    width: 200px;
    padding: 16px;
    display: flex;
    overflow: hidden
}

.o-review-block.active {
    width: 100%
}

.ot-body {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    aspect-ratio: auto;
    background-color: var(--_new-home---body);
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 400;
    display: block
}

.ot-hero-section {
    padding-top: 36px;
    padding-bottom: 70px
}

.ot-hero-section.pt-150 {
    margin-top: -10px;
    padding-top: 150px
}

.ot-hero-section.pb-123 {
    padding-bottom: 123px
}

.ot-hero-section.bg-dotted {
    background-image: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/67c9609c9fb5dd1f966b067f_glossary-hero-image.webp");
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 90px;
    padding-bottom: 90px
}

.ot-hero-section.tax-hero {
    padding-top: 90px;
    padding-bottom: 0
}

.ot-hero-section.invoice-tool-hero {
    object-fit: fill;
    padding-bottom: 0
}

.otto-home-container {
    max-width: 1440px;
    padding-left: 24px;
    padding-right: 24px
}

.ot-hero-content {
    grid-row-gap: 22px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ot-h1 {
    color: var(--_new-home---heading-color);
    font-size: var(--_new-home---font-size--d-h1);
    line-height: var(--_new-home---line-height--d-h1);
    letter-spacing: -1.62px;
    margin-bottom: 18px;
    font-weight: 700
}

.ot-h1.ot-center {
    text-align: center;
    margin-bottom: 0
}

.ot-h1.ot-sitemap-h1 {
    font-size: 65px;
    line-height: 70px
}

.ot-hero-title-text {
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ot-hero-title-text.ot-max-w-800 {
    max-width: 800px
}

.ot-subheadline {
    color: var(--_new-home---primary--grey--600);
    text-align: center;
    max-width: 715px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.ot-subheadline.ot-left {
    text-align: left
}

.ot-primary-btn {
    background-color: var(--_new-home---primary-button-bg);
    color: var(--_new-home---primary-button-text);
    text-align: center;
    cursor: pointer;
    border: 1px solid #72a0ff;
    border-radius: 12px;
    padding: 10.5px 16px;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    text-decoration: none;
    transition: all .3s;
    display: inline-block
}

.ot-primary-btn:hover {
    background-color: var(--_new-home---primary-button-hover-bg)
}

.ot-primary-btn.ot-submit {
    color: var(--_new-home---primary-button-text);
    border-style: none;
    border-radius: 10px;
    padding: 12px 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    position: absolute;
    top: 50%;
    right: 4.25px;
    transform: translate(0, -50%)
}

.ot-primary-btn.ot-form-btn {
    border-radius: 8px;
    padding: 13px 32px;
    line-height: 16px
}

.ot-primary-btn.ot-form-btn.mt-30 {
    margin-top: 10px
}

.ot-primary-btn.pricing-btn {
    min-width: 242px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.ot-primary-btn.pricing-btn.business-plan {
    color: var(--_new-home---heading-color);
    background-color: #9ac4ff1a;
    border-color: #72a0ffb3
}

.ot-primary-btn.pricing-btn.business-plan:hover {
    background-color: var(--_new-home---primary-button-bg);
    color: var(--_new-home---primary-button-text)
}

.ot-primary-btn.compare-btn {
    color: var(--_new-home---heading-color);
    background-color: #0000;
    border-color: #cad0d9
}

.ot-primary-btn.compare-btn:hover {
    background-color: var(--_new-home---primary-button-bg);
    color: var(--_new-home---primary-button-text)
}

.ot-primary-btn._w-100 {
    width: 100%
}

.ot-primary-btn.icon-with-text {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    padding-top: 8.5px;
    padding-bottom: 8.5px;
    display: flex
}

.ot-primary-btn.white-btn {
    background-color: var(--_new-home---primary-button-text);
    color: var(--_new-home---primary-button-bg);
    padding: 14px 30px;
    font-size: 16px
}

.ot-primary-btn.white-btn:hover {
    background-color: var(--_new-home---primary-button-bg);
    color: var(--_new-home---primary-button-text)
}

.ot-secondary-btn {
    color: var(--_new-home---primary-button-bg);
    background-color: #0000;
    border: 1px solid #72a0ff;
    border-radius: 12px;
    padding: 10.5px 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    text-decoration: none
}

.ot-secondary-btn.icon-with-text {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    padding-top: 8.5px;
    padding-bottom: 8.5px;
    display: inline-flex
}

.ot-secondary-btn.icon-with-text.mt-24 {
    margin-top: 24px
}

.ot-secondary-btn.icon-with-text.d-none {
    display: none
}

.ot-hero-image-section {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-bottom: 48px
}

.ot-hero-image {
    text-align: center;
    justify-content: center;
    display: flex
}

.ot-logo-section {
    padding-top: 60px;
    padding-bottom: 60px
}

.ot-logo-title {
    color: var(--_new-home---primary--grey--600);
    text-align: center;
    margin-bottom: 48px
}

.ot-sticky-section {
    z-index: -1;
    position: static
}

.ot-p-relative {
    background-color: #fff;
    position: relative
}

.ot-center-content {
    justify-content: center;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px
}

.ot-p-sticky {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    background-image: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/679b2a47d551a8146bde7ec3_texture.svg");
    background-position: 0 0;
    background-size: auto;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: sticky;
    top: 72px
}

.ot-p-sticky.ot-sticky-none {
    position: static
}

.o-founder-name-span {
    color: var(--_new-home---primary--grey--600);
    margin-top: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    display: block
}

.ot-zigzag-section {
    background-color: #f8fbff;
    padding-top: 24px;
    padding-bottom: 24px
}

.ot-zigzag-grid {
    grid-column-gap: 100px;
    background-color: #fff;
    border-radius: 48px;
    grid-template-rows: auto;
    grid-template-columns: .9fr 1.1fr;
    align-self: stretch;
    align-items: center;
    padding: 54px 50px
}

.ot-zigzag-grid.reverce {
    grid-template-columns: 1.1fr .9fr
}

.ot-zigzag-content-block {
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex
}

.ot-zigzag-top-text {
    color: #24378b;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 8px 6px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px
}

.ot-h2 {
    color: var(--_new-home---black-color);
    font-size: var(--_new-home---font-size--d-h2);
    line-height: var(--_new-home---line-height--d-h2);
    letter-spacing: -.4px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 500
}

.ot-h2.max-600 {
    max-width: 600px
}

.ot-zigzag-title-text {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex
}

.ot-zigzag-pera {
    color: var(--_new-home---primary--grey--700);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.ot-zigzag-btn {
    color: var(--_new-home---primary--grey--700);
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #f5faff;
    border: 1px solid #9abbff;
    border-radius: 12px;
    padding: 12px 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    transition: all .4s
}

.ot-zigzag-btn:hover {
    background-color: var(--_new-home---primary-button-bg);
    color: var(--_new-home---primary-button-text)
}

.ot-zigzag-wrapper {
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex
}

.ot-video-section {
    background-image: linear-gradient(#f8fbff, #fff);
    padding-top: 30px;
    padding-bottom: 30px;
    display: none
}

.ot-play-icon {
    aspect-ratio: 1;
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    background-color: #3253f94d;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 76px;
    display: flex
}

.ot-tool-section {
    padding-top: 94px;
    padding-bottom: 60px
}

.ot-tool-wrapper {
    max-width: 672px;
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto
}

.ot-tool-heading-wrapper {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex
}

.ot-tool-heading-wrapper.mb-60 {
    margin-bottom: 60px
}

.ot-section-sub-head {
    color: var(--_new-home---primary--grey--600);
    font-size: 16px;
    line-height: 24px
}

.ot-section-sub-head.long-sub-head {
    line-height: 32px
}

.ot-section-sub-head.max-800 {
    max-width: 800px
}

.ot-tool-main {
    border: 1px dashed #4e4e5480;
    border-radius: 32px;
    margin-top: 34px;
    padding: 47px 55px 37px
}

.ot-need-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: flex
}

.ot-need-title {
    color: #020120;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px
}

.ot-need-block-main {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ot-need-icon-text {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ot-need-icon {
    color: var(--_new-home---primary--blue--700);
    font-family: "Fa Solid 900", Arial, sans-serif;
    font-size: 30px;
    line-height: 30px
}

.on-need-text {
    color: #020120;
    letter-spacing: .5px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px
}

.ot-review-section {
    padding-top: 124px;
    padding-bottom: 89px
}

.ot-review-content-block {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
    opacity: 0;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
    justify-content: center;
    align-items: flex-start;
    height: 256px;
    display: none;
    position: relative;
    overflow: hidden
}

.ot-review-content-block.active {
    opacity: 100;
    display: flex
}

.ot-review-image {
    max-height: 160px
}

.o-client-review {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex
}

.o-client-features-list {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 0;
    padding-left: 20px;
    display: flex
}

.ot-review-top-block {
    grid-column-gap: 96px;
    grid-row-gap: 96px;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ot-review-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    height: 100%;
    margin-top: 74px;
    display: flex;
    position: relative;
    overflow: hidden
}

.o-client-features {
    color: #363230;
    font-size: 12px;
    line-height: 22px
}

.o-client-name {
    color: #363230;
    font-size: 12px;
    line-height: 20px
}

.o-client-features-list-item {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 12px;
    line-height: 22px
}

.o-review-title {
    color: var(--_new-home---primary--grey--700);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    overflow: hidden
}

.ot-review-block {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    cursor: pointer;
    background-color: #f9fafb;
    border-radius: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    width: 190px;
    padding-top: 50px;
    padding-bottom: 50px;
    transition: all .4s;
    display: flex;
    overflow: hidden
}

.ot-review-block.active {
    background-color: #f8fbff;
    width: 100%;
    padding-left: 16px;
    padding-right: 48px
}

.divider-2 {
    background-color: #e5e7eb;
    width: 1px;
    height: 40px
}

.ot-review-bottom-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    opacity: 0;
    border-top: 1px solid #e5e7eb;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 52px;
    padding-top: 10px;
    transition: all .4s;
    display: none;
    overflow: hidden
}

.ot-counter-section {
    padding-top: 48px;
    padding-bottom: 92px
}

.ot-counter-main {
    grid-column-gap: 146px;
    grid-row-gap: 146px;
    justify-content: center;
    align-items: center;
    display: flex
}

.ot-conter-text {
    padding: 20px 28px 12px
}

.ot-counter-h4 {
    color: var(--_new-home---black-color);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px
}

.ot-counter-bottom-text {
    color: var(--_new-home---primary--grey--600);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.ot-counter-after-main {
    position: relative
}

.ot-counter-after {
    z-index: -1;
    position: absolute;
    top: 15px;
    left: -10px
}

.ot-company-logo-block {
    background-color: #fff;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    display: flex;
    position: relative;
    box-shadow: 5px 5px 10px #0000001a
}

.ot-company-logo-block.otto {
    background-color: var(--_new-home---primary--blue--700)
}

.box-exterior {
    border: 1px solid #edeff3;
    border-radius: 30px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 1px;
    text-decoration: none;
    display: flex;
    position: relative;
    overflow: hidden
}

.box-interior {
    z-index: 1;
    background-color: #fff;
    border-radius: 30px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 6px 11px;
    display: flex
}

.box-text {
    color: var(--_new-home---text);
    font-size: 12px;
    line-height: 18px
}

.gradient-line {
    z-index: 0;
    backface-visibility: visible;
    transform-origin: 50%;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: auto
}

.ot-cta-section {background-image:url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/679b2a47d551a8146bde7ec3_texture.svg");background-position:50%;background-size:cover;
    padding-top: 58px;
    padding-bottom: 52px
}

.ot-cta-footer {
    grid-row-gap: 110px;
    background-image: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/679b2a47d551a8146bde7ec3_texture.svg");
    background-position: 50%;
    background-size: cover;
    flex-flow: column;
    display: flex
}

.ot-cta-content-wrapper {
    grid-row-gap: 36px;
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 672px;
    margin-left: auto;
    margin-right: auto;
    display: flex
}

.ot-cta-title-text {
    grid-row-gap: 18px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ot-cta-pera {
    color: var(--_new-home---primary--grey--700);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.ot-form-block {
    align-self: center;
    width: 500px;
    margin-bottom: 0
}

.ot-form {
    position: relative
}

.ot-email-field {
    background-color: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    width: 100%;
    height: 46px;
    margin-bottom: 0;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 16px
}

.o-founder {
    color: var(--_new-home---primary--grey--600);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.ot-review-work {
    color: var(--_new-home---primary--grey--700);
    font-size: 18px;
    font-weight: 600;
    line-height: 28px
}

.ot-footer-wraper {
    background-color: #fff;
    border-radius: 48px;
    margin-bottom: 36px;
    padding-top: 55px;
    padding-left: 50px;
    padding-right: 50px;
    box-shadow: 0 4px 10px #0000000a
}

.ot-footer-top-block {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    border-bottom: 1px solid #e5e7eb;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 55px;
    display: flex
}

.ot-footer-top-block.p-bottom-20 {
    align-items: center;
    padding-bottom: 20px
}

.ot-footer-top-block.border-none {
    border-bottom-style: none
}

.ot-footer-pera {
    color: var(--_new-home---black-color);
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 20px
}

.ot-form-block-footer {
    align-self: center;
    margin-bottom: 22px
}

.ot-footer-icon {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ot-footer-icon.mb-0,
.ot-footer-icon.mb-0-copy {
    margin-bottom: 0
}

.ot-footer-icons {
    color: var(--_new-home---black-color);
    max-width: 20px;
    font-family: "Fa Brands 400", Arial, sans-serif;
    font-size: 20px;
    text-decoration: none;
    display: block
}

.ot-footer-help-text {
    color: var(--_new-home---black-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

.ot-footer-email {
    color: #0561a2;
    text-decoration: none
}

.ot-footer-logo {
    margin-bottom: 16px
}

.ot-footer-top-grid {
    grid-column-gap: 55px;
    grid-row-gap: 55px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr
}

.ot-footer-top-grid._5-column-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr
}

.ot-footer-h4 {
    color: var(--_new-home---black-color);
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.ot-footer-link-block {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex
}

.ot-footer-link {
    color: var(--_new-home---primary--grey--700);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none
}

.ot-footer-link:hover {
    color: var(--_new-home---primary--blue--700)
}

.ot-footer-bottom-block {
    padding-top: 21px;
    padding-bottom: 24px
}

.ot-footer-bottom-block.ot-n-footer-bottom-block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: space-between;
    display: flex
}

.ot-footer-copywite {
    color: #585b70;
    text-align: center;
    font-size: 14px;
    font-weight: 400
}

.ot-navbar {
    z-index: 999;
    margin-left: 22px;
    margin-right: 22px;
    position: sticky;
    top: 12px
}

.ot-navbar-container {
    background-color: #0000
}

.ot-nav-inner-container {
    background-color: #fff;
    border-radius: 50px;
    margin-left: auto;
    margin-right: auto;
    padding: 13px 24px
}

.ot-nav-inner-container.pad-13 {
    padding-top: 13px;
    padding-bottom: 13px
}

.ot-nav-inner-container.fixed-header {
    box-shadow: 0 4px 10px #00000021
}

.ot-navbar-wrapper {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: stretch space-between;
    align-items: center;
    display: flex
}

.ot-nav-menu-wrapper {
    position: static
}

.ot-nav-menu {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    justify-content: flex-end;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    display: flex
}

.nav-link-5 {
    color: #1a1b1f;
    letter-spacing: .25px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none
}

.nav-link-5:hover {
    color: #1a1b1fbf
}

.nav-link-5:focus-visible,
.nav-link-5[data-wf-focus-visible] {
    outline-offset: 0px;
    color: #0050bd;
    border-radius: 4px;
    outline: 2px solid #0050bd
}

.nav-dropdown-4 {
    margin-left: 5px;
    margin-right: 5px
}

.ot-nav-dropdown-toggle {
    color: var(--_new-home---text);
    letter-spacing: .25px;
    padding: 5px 30px 5px 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

.ot-nav-dropdown-toggle:hover {
    color: #1a1b1fbf
}

.ot-nav-dropdown-toggle:focus-visible,
.ot-nav-dropdown-toggle[data-wf-focus-visible] {
    outline-offset: 0px;
    color: #0050bd;
    border-radius: 5px;
    outline: 2px solid #0050bd
}

.ot-nav-dropdown-icon {
    margin-right: 10px
}

.nav-dropdown-list-4 {
    background-color: #fff;
    border-radius: 12px
}

.nav-dropdown-list-4.w--open {
    padding-top: 10px;
    padding-bottom: 10px
}

.ot-nav-dropdown-link {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px
}

.ot-nav-dropdown-link:hover {
    color: var(--_new-home---primary-button-bg)
}

.ot-nav-dropdown-link:focus-visible,
.ot-nav-dropdown-link[data-wf-focus-visible] {
    outline-offset: 0px;
    color: #0050bd;
    border-radius: 5px;
    outline: 2px solid #0050bd
}

.ot-nav-button-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: flex-end;
    align-items: center;
    display: flex
}

.ot-nav-button-wrapper.inner {
    display: none
}

.ot-footer-top-left {
    max-width: 325px
}

.ot-footer-top-left.ot-n-footer-left {
    max-width: 270px
}

.ot-footer-top-left.ot-n-footer-left-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: space-between;
    align-items: center;
    max-width: none;
    display: flex
}

.otto-center-text {
    color: var(--_new-home---black-color);
    text-align: center;
    max-width: 862px;
    font-size: 52px;
    font-weight: 600;
    line-height: 60px
}

.template-name {
    display: none
}

.template-form {
    background-color: #ecf5ff;
    border-radius: 16px;
    width: 100%;
    padding: 30px
}

.ot-heading-wrapper {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex
}

.ot-heading-wrapper.ot-sitemap-left {
    justify-content: center;
    align-items: flex-start
}

.ot-tax-collection-list {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    display: flex
}

.ot-tax-collection-item-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    color: var(--_new-home---black-color);
    justify-content: space-between;
    align-items: flex-start;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    display: flex
}

.ot-tax-collection-item-block:hover {
    color: var(--_new-home---primary--blue--700)
}

.ot-right-arrow {
    font-family: "Fa Solid 900", Arial, sans-serif;
    font-size: 14px
}

.navigation-inner-wrap {
    text-align: center;
    align-items: center;
    display: flex
}

.ot-nav-dropdown-list {
    top: 100%;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    left: 0;
    transform: none
}

.ot-nav-dropdown-list.w--open {
    box-shadow: 0 2px 5px #0000001a
}

.header-navigation-menu {
    color: #1f2937;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-decoration: none
}

.header-navigation-menu:hover {
    color: #1a1b1fbf
}

.header-navigation-menu:focus-visible,
.header-navigation-menu[data-wf-focus-visible] {
    outline-offset: 0px;
    color: #0050bd;
    outline: 2px solid #0050bd
}

.header-navigation-menu.dropdown {
    grid-column-gap: 6px;
    border-radius: 5px;
    flex-flow: row-reverse wrap;
    justify-content: center;
    align-items: center;
    display: flex
}

.header-navigation-menu.dropdown:hover {
    background-color: #dcedff
}

.header-navigation-menu.dropdown.w--open {
    background-color: #dcedff;
    position: static
}

.nav-item-title {
    color: #1f2937;
    font-size: 14px;
    line-height: 21px
}

.nav-item-description {
    color: #6d7280;
    font-size: 12px;
    line-height: 18px
}

.nav-dropdown-title {
    color: #000c;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 28px
}

.dropdown-inner-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    place-items: center start
}

.nav-item-icon-block {
    background-color: #f9fafb;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    display: flex
}

.nav-item-link-block {
    grid-column-gap: 12px;
    justify-content: flex-start;
    align-items: flex-start;
    text-decoration: none;
    display: flex
}

.nav-item-link-block:hover {
    text-decoration: none
}

.header-dropdown-icon {
    margin-right: 0;
    position: static
}

.nav-item-content-block {
    grid-row-gap: 2px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex
}

.o-feature-main-block {
    background-color: #ecf5ff;
    border-radius: 32px;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    padding: 54px
}

.o-feature-grid {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    grid-template-rows: auto;
    grid-template-columns: 1fr .75fr;
    place-items: center start
}

.o-content-block {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    display: flex
}

.ot-feature-para-text {
    color: var(--_new-home---primary--grey--600);
    font-size: 16px;
    line-height: 24px
}

.o-image-block {
    justify-content: flex-end
}

.o-top-content-block {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
    display: flex
}

.o-feature-form-block {
    margin-bottom: 0
}

.o-feature-form {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    display: flex
}

.o-feature-form-input {
    color: #333;
    background-color: #fff;
    border: 1px solid #e8e7ec;
    border-radius: 8px;
    align-self: center;
    height: 44px;
    margin-bottom: 0;
    padding-left: 17px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 20px
}

.o-feature-form-input:focus {
    border-color: var(--_new-home---primary--blue--700)
}

.o-feature-top-form {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.o-feature-form-bottom {
    color: var(--_new-home---primary--grey--600);
    text-align: center;
    font-size: 12px;
    line-height: 16px
}

.ot-section {
    box-sizing: content-box;
    object-fit: fill;
    width: auto;
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    position: static;
    overflow: hidden
}

.ot-section.mb-33 {
    margin-bottom: 33px
}

.ot-section.mb-60 {
    margin-bottom: 60px
}

.ot-section.bg-light-blue {
    background-color: #f3f9ff
}

.o-glossary-hero-section {
    background-image: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/67c9609c9fb5dd1f966b067f_glossary-hero-image.webp");
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-top: 100px;
    padding-bottom: 100px
}

.o-glossary-sub-headline {
    color: var(--_new-home---text)
}

.share-icon-list {
    background-color: #233ed9;
    border: 1px solid #0000;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    display: flex
}

.share-icon {
    aspect-ratio: 1;
    color: var(--_new-home---primary-button-text);
    justify-content: center;
    align-items: center;
    width: 100%;
    font-family: "Fa Brands 400", Arial, sans-serif;
    text-decoration: none;
    display: flex
}

.o-glossary-section {
    padding-top: 60px;
    padding-bottom: 60px
}

.o-glossary-form-h2 {
    color: var(--_new-home---black-color);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 36px;
    font-weight: 500;
    line-height: 44px
}

.o-glossary-form-label {
    color: #1c1c1c;
    margin-bottom: 13px;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px
}

.o-tax-category-main-wrapper {
    border: 1px solid #ddd;
    border-radius: 8px;
    max-width: 1064px;
    margin-top: 56px;
    margin-left: auto;
    margin-right: auto
}

.o-tax-category-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
    align-items: center;
    padding: 18px 24px;
    display: flex
}

.o-tax-category-left {
    min-width: 765px;
    max-width: 765px
}

.o-tax-category-head {
    color: var(--_new-home---black-color);
    font-size: 14px;
    font-weight: 600;
    line-height: 20px
}

.o-tax-category-right {
    text-align: center;
    min-width: 100px;
    max-width: 100px
}

.o-tex-category-p {
    color: var(--_new-home---primary--grey--700);
    margin-top: 10px;
    font-size: 14px
}

.o-tex-category-icon {
    aspect-ratio: 1;
    background-color: var(--_new-home---primary-button-bg);
    color: var(--_new-home---primary-button-text);
    text-align: center;
    border-radius: 50%;
    width: 34px;
    font-family: "Fa Solid 900", Arial, sans-serif;
    font-size: 16px;
    line-height: 34px
}

.o-tax-templates-grid {
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 59px;
    margin-bottom: 40px
}

.o-tax-templates-grid.mb-0 {
    margin-bottom: 0
}

.o-tax-templates-link {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    cursor: pointer;
    border: 1px solid #d2d5da;
    border-radius: 30px;
    flex-flow: column;
    justify-content: space-between;
    padding: 35px 30px;
    text-decoration: none;
    transition: all .3s;
    display: flex
}

.o-tax-templates-link:hover {
    box-shadow: 0 4px 16px #0000001a
}

.o-tax-templates-icon-text {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: center;
    display: flex
}

.o-tax-templates-icon {
    color: var(--color--button-bg);
    font-family: "Fa Solid 900", Arial, sans-serif;
    font-size: 22px;
    line-height: 26px
}

.o-tax-templates-span {
    color: #6d7280;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.o-tax-templates-p {
    color: var(--_new-home---black-color);
    font-weight: 500
}

.o-tax-templates-top {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex
}

.o-tax-templates-bottom {
    text-align: right;
    justify-content: flex-end;
    align-items: center;
    display: flex
}

.o-resources-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 59px;
    display: grid
}

.ot-tax-viwe-more {
    text-align: center
}

.ot-view-more {
    font-size: 16px;
    text-decoration: none
}

.o-resources-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
    padding: 30px 20px;
    text-decoration: none;
    transition: all .3s;
    display: flex
}

.o-resources-block:hover {
    box-shadow: 0 4px 16px #0000001a
}

.o-resources-h3 {
    color: var(--_new-home---black-color);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px
}

.o-resources-pera {
    color: var(--_new-home---primary--grey--600);
    font-size: 14px;
    line-height: 20px
}

.o-resources-tag {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    background-color: #dcedff;
    border-radius: 100px;
    justify-content: flex-start;
    align-items: center;
    padding: 3px 10px;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    display: inline-flex
}

.o-resources-tag-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex
}

.o-tax-form-input-block._w-50 {
    width: 50%
}

.o-tax-form-input-block.custom-select {
    position: relative
}

.ot-hero-grid {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    grid-template-rows: auto;
    grid-template-columns: 1.32fr 1fr;
    place-items: center stretch
}

.trustpilot-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 24px;
    display: flex
}

.trustpilot-wrapper.center {
    justify-content: center;
    align-items: center
}

.trustpilot-text {
    color: var(--_new-home---black-color);
    font-size: 14px;
    line-height: 16px
}

.grid-2 {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    grid-template: ". Area" /1fr 1fr;
    place-content: stretch;
    align-items: center
}

.ot-book-meeting-content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 12px;
    display: flex
}

.ot-book-meeting-li {
    color: var(--_new-home---text);
    background-image: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/67ca87098dbe4b7a31b2a55d_line-check-circle.svg");
    background-position: 0 2px;
    background-repeat: no-repeat;
    background-size: auto;
    padding-left: 30px
}

.ot-book-meeting-ul {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
    display: flex
}

.ot-book-meeting-ul.desk {
    margin-top: 0
}

.ot-book-meeting-ul.mobile {
    display: none
}

.ot-bm-slider {
    background-color: #0000;
    max-width: 462px;
    height: auto;
    margin-top: 45px
}

.arrow-none,
.ot-bm-slider.mobile {
    display: none
}

.ot-bm-slide-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 2px;
    padding: 30px 24px;
    display: flex
}

.mask {
    border-radius: 12px;
    box-shadow: 0 0 4px #0000001f
}

.ot-bm-slide-pera {
    color: var(--_new-home---primary--grey--700);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.ot-bm-athor-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ot-bm-author-img-block {
    aspect-ratio: 1;
    border: 1px solid #ebebeb;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 44px;
    min-width: 44px;
    display: flex
}

.ot-bm-author-name {
    color: var(--_new-home---heading-color);
    font-size: 14px;
    font-weight: 600;
    line-height: 20px
}

.ot-bm-author-position {
    color: var(--_new-home---primary--grey--600);
    font-size: 12px;
    line-height: 16px
}

.slide-nav {
    color: var(--_new-home---heading-color);
    bottom: -60px
}

.ot-book-meeting-right {
    background-color: #ecf5ff;
    border-radius: 16px;
    width: 100%;
    padding: 30px;
    line-height: 20px;
    position: static
}

.ot-bm-main {
    justify-content: center;
    align-items: flex-start;
    min-height: 100vh;
    padding-top: 86px;
    padding-bottom: 86px;
    display: flex
}

.ot-bm-main.pad-50-20 {
    padding-top: 50px;
    padding-bottom: 20px
}

.o-bm-image {
    border-radius: 50%
}

.o-bm-section {
    align-self: auto
}

.trustpilot-flex {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    text-decoration: none;
    display: flex
}

.ot-bk-zigzag-grid {
    grid-column-gap: 114px;
    background-color: #fff;
    border-radius: 48px;
    grid-template-rows: auto;
    grid-template-columns: .9fr 1.1fr;
    align-self: stretch;
    align-items: center
}

.ot-bk-zigzag-grid.reverce {
    grid-template-columns: 1.1fr .9fr
}

.otto-container {
    max-width: 1086px;
    padding-left: 16px;
    padding-right: 16px
}

.otto-hero-container {
    max-width: 1220px;
    padding-left: 16px;
    padding-right: 16px
}

.ot-bk-zigzag-wrapper {
    grid-row-gap: 96px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 93px;
    display: flex
}

.ot-hero-grid-form {
    background-color: #ecf5ff;
    border-radius: 16px;
    padding: 30px
}

.ot-bk-step-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 80px
}

.ot-bk-step-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px;
    display: flex
}

.ot-bk-step {
    aspect-ratio: 1;
    background-color: var(--_new-home---primary-button-bg);
    color: var(--_new-home---primary-button-text);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 24px;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    display: flex
}

.ot-bk-step-title {
    color: var(--_new-home---heading-color);
    font-size: 18px;
    font-weight: 500;
    line-height: 28px
}

.ot-bk-step-pera {
    color: var(--_new-home---primary--grey--600);
    font-size: 16px;
    line-height: 24px
}

.ot-financial-main-wraper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    margin-top: 58px;
    display: flex
}

.ot-financial-top-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr
}

.ot-financial-bottom-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr 1fr .5fr
}

.ot-financial-link-block {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
    background-color: #f3f9ff;
    border-radius: 24px;
    flex-flow: column;
    justify-content: space-between;
    padding: 24px;
    text-decoration: none;
    display: flex
}

.ot-financial-h3 {
    color: var(--_new-home---heading-color);
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px
}

.ot-financial-pera {
    color: var(--_new-home---primary--grey--600)
}

.ot-financial-licon {
    color: var(--_new-home---primary--blue--700);
    font-family: "Fa Solid 900", Arial, sans-serif;
    font-size: 16px
}

.ot-financial-icon-block {
    aspect-ratio: 1;
    background-color: #c8dafe33;
    border: 1px solid #c8dafe;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 40px;
    display: flex
}

.ot-financial-icon-block.slider-arrow-left {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%)
}

.ot-financial-icon-block.slider-arrow-right {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%)
}

.ot-financial-content {
    margin-bottom: 24px
}

.ot-review-slider {
    background-color: #0000;
    height: auto;
    margin-top: 58px
}

.nav-d-none {
    display: none
}

.ot-review-slide-block {
    background-color: #f3f9ff;
    border: 1px solid #e5e7eb;
    border-radius: 24px;
    margin-left: 96px;
    margin-right: 96px;
    padding: 26px 8px 8px
}

.ot-slide-block-top {
    margin-bottom: 24px;
    padding-left: 40px;
    font-size: 18px;
    line-height: 18px
}

.ot-slide-block-bottom {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    background-color: #fff;
    border-radius: 20px;
    flex-flow: column;
    padding: 40px;
    display: flex;
    box-shadow: 0 6px 6px -3px #2929290a, 0 12px 12px -6px #2929290a
}

.ot-review-slide-text {
    color: var(--_new-home---primary--grey--700);
    font-size: 24px;
    font-weight: 500;
    line-height: 32px
}

.ot-pricing-wrapper {
    background-color: #ecf5ff;
    border-radius: 24px;
    margin-top: 58px;
    padding: 16px
}

.ot-pricing-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr
}

.ot-pricing-plan {
    border-radius: 12px;
    padding: 32px 12px
}

.ot-pricing-plan.business-plan {
    background-color: #fff;
    padding-left: 24px;
    padding-right: 24px;
    box-shadow: 0 6px 10px #1c1c230a, 0 0 3px #1c1c2317
}

.ot-pricing-flex-block {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: space-between;
    height: 100%;
    display: flex
}

.ot-pricing-plan-name {
    color: var(--_new-home---heading-color);
    margin-bottom: 32px;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    display: inline-block
}

.ot-pricing-price {
    color: var(--_new-home---heading-color);
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 3px;
    font-size: 28px;
    line-height: 36px;
    display: flex
}

.ot-pricing-subscript {
    font-size: 16px;
    line-height: 24px;
    display: inline-block
}

.ot-pricing-price-pera {
    color: var(--_new-home---primary--grey--600);
    margin-bottom: 24px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

.ot-pricing-price-block {
    border-bottom: 1px solid #9abbff;
    min-height: 147px;
    margin-bottom: 24px
}

.ot-pricing-price-block.border-none {
    border-bottom-style: none;
    margin-bottom: 0
}

.ot-pricing-list-title {
    color: var(--_new-home---heading-color);
    margin-bottom: 7px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.ot-pricing-ul {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
    padding-left: 0;
    display: flex
}

.ot-pricing-li {
    color: var(--_new-home---primary--grey--700);
    background-image: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/67ce6af50c5027ed56dc7a50_Vector%20(8).svg");
    background-position: 0;
    background-repeat: no-repeat;
    background-size: auto;
    padding-left: 25px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

.ot-pricing-list-block {
    margin-bottom: 24px
}

.ot-pricing-expenses {
    color: var(--_new-home---text);
    margin-bottom: 24px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px
}

.ot-pricing-popular {
    color: #517cff;
    background-color: #ecf5ff;
    border: 1px solid #c0dcff;
    border-radius: 8px;
    margin-left: 8px;
    padding: 4px 7px;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    display: inline-block
}

.pricing-tab-link {
    color: #706f74;
    background-color: #fff;
    border: 1px solid #d4d4d4;
    border-radius: 100px;
    padding: 3px 6px;
    font-size: 12px;
    line-height: 12px
}

.pricing-tab-link.w--current {
    color: var(--_new-home---primary--blue--700);
    background-color: #ecf5ff;
    border-color: #c0dcff
}

.ot-pricing-tabs-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 24px;
    display: flex
}

.ot-pricing-selected-expense {
    color: var(--_new-home---primary--grey--600);
    border-bottom: 1px solid #9abbff;
    margin-bottom: 24px;
    padding-bottom: 24px;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px
}

.ot-faq-main-container {
    max-width: 780px;
    margin-top: 54px;
    margin-left: auto;
    margin-right: auto
}

.ot-faq-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-bottom: 1px solid #d2d5da;
    flex-flow: column;
    padding-top: 30px;
    padding-bottom: 30px
}

.ot-faq-question {
    cursor: pointer;
    justify-content: space-between;
    align-items: center;
    display: flex
}

.ot-faq-h3 {
    color: var(--_new-home---heading-color);
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 10px;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px
}

.ot-faq-icon {
    font-family: "Fa Solid 900", Arial, sans-serif;
    transform: rotate(180deg)
}

.ot-faq-answer {
    transition: all .3s;
    overflow: hidden
}

.ot-faq-ans-text {
    color: #24378b;
    padding-top: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.bold-text-7 {
    font-weight: 600
}

.ot-monthly-yearly-tab-wrapper {
    text-align: center;
    margin-top: 30px
}

.ot-monthly-yearly-tabs {
    display: inline-block
}

.tabs-content-2 {
    display: none
}

.ot-monthly-yearly-menus {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    background-color: #f3f4f6;
    border-radius: 12px;
    justify-content: flex-start;
    align-items: center;
    padding: 2px 2.5px;
    display: inline-flex
}

.ot-monthly-yearly-tab-link {
    color: #6f7988;
    text-align: center;
    background-color: #0000;
    width: 139px;
    padding: 6px 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px
}

.ot-monthly-yearly-tab-link.w--current {
    color: #2e3238;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 4px -2px #18274b05, 0 0 2px #e0e0e0
}

.ot-compare-wrapper {
    grid-row-gap: 21px;
    flex-flow: column;
    margin-top: 56px;
    display: flex
}

.ot-comare-head-grid {
    grid-column-gap: 60px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr 1fr 1fr
}

.ot-comare-head-block {
    flex-flow: column;
    justify-content: flex-end;
    display: flex
}

.ot-comare-head-text {
    color: #6f7988;
    margin-top: 8px;
    margin-bottom: 17px;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px
}

.ot-comare-head-title {
    color: var(--_new-home---heading-color);
    font-size: 24px;
    font-weight: 500;
    line-height: 32px
}

.div-block-53 {
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ot-comare-head {
    background-color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    position: sticky;
    top: 78px
}

.ot-compare-body {
    grid-row-gap: 61px;
    flex-flow: column;
    display: flex
}

.ot-comare-body-grid {
    grid-column-gap: 60px;
    grid-row-gap: 20px;
    border-top: 1px solid #edeff3;
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr 1fr 1fr
}

.ot-comare-body-block {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    justify-content: flex-start;
    align-items: center;
    padding-top: 18px;
    padding-bottom: 18px;
    display: flex
}

.ot-comare-body-title {
    color: var(--_new-home---heading-color);
    white-space: nowrap;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px
}

.ot-comare-body-text {
    color: var(--_new-home---heading-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.ot-comare-icon-check {
    color: var(--_new-home---heading-color);
    text-align: center;
    width: 100%;
    font-family: "Fa Solid 900", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.ot-comare-icon-close {
    color: var(--_new-home---heading-color);
    text-align: center;
    width: 100%;
    font-family: "Fa 400", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.collection-list-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid
}

.ot-collection-link {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    border: 1px solid #d2d5da;
    border-radius: 30px;
    flex-flow: column;
    justify-content: space-between;
    height: 100%;
    padding: 34px 30px;
    text-decoration: none;
    transition: all .3s;
    display: flex
}

.ot-collection-link:hover {
    box-shadow: 0 4px 16px #0000001a
}

.ot-wc-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 58px
}

.ot-wc-block {
    background-color: #f3f9ff;
    border-radius: 8px;
    padding: 34px 30px
}

.ot-wc-h3 {
    color: var(--_new-home---heading-color);
    margin-top: 16px;
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px
}

.ot-wc-pera {
    color: var(--_new-home---primary--grey--600);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.ot-collection-wrapper {
    padding-top: 80px
}

.ot-sitemap-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: start;
    display: grid
}

.ot-sitemap-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 40px;
    display: flex
}

.ot-sitemap-wrapper.ot-sitemap-left {
    justify-content: flex-start;
    align-items: stretch
}

.ot-sitemap-link-text {
    color: var(--_new-home---primary--grey--700);
    font-size: 15px;
    text-decoration: none
}

.ot-sitemap-link-text:hover {
    color: #000;
    text-decoration: underline
}

.ot-sitemap-inner-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ot-sitemap-inner-wrapper.ot-sitemap-left {
    justify-content: flex-start;
    align-items: stretch
}

.ot-sitemap-h-h2 {
    color: var(--_new-home---heading-color);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px
}

.ot-button-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ot-button-wrapper.mt-24 {
    margin-top: 24px
}

.ot-legal-agriment-content {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 908px;
    margin-top: 56px;
    margin-left: auto;
    margin-right: auto;
    display: flex
}

.ot-legal-agriment-p {
    color: var(--_new-home---primary--grey--700);
    text-align: center;
    column-count: auto;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    column-gap: 48px;
    font-size: 16px;
    line-height: 24px
}

.ot-agreement-grid {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    place-items: center start
}

.ot-zigzag-wrappers {
    grid-row-gap: 96px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex
}

.ot-hero-video-wrapper {
    padding-top: 70px
}

.ot-how-to-ul {
    margin-top: -15px
}

.ot-features-icon {
    color: var(--_new-home---primary-button-bg);
    font-family: "Fa 400", Arial, sans-serif;
    font-size: 22px
}

.ot-features-icon.fa-900 {
    font-family: "Fa Solid 900", Arial, sans-serif
}

.ot-features-icon.fa-brand-400 {
    font-family: "Fa Brands 400", Arial, sans-serif
}

.ot-h3 {
    color: var(--_new-home---black-color);
    font-size: var(--_new-home---font-size--d-h3);
    line-height: var(--_new-home---line-height--d-h3);
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 500
}

.ot-alternative-grid {
    grid-column-gap: 51px;
    grid-row-gap: 20px;
    border-top: 1px solid #edeff3;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr
}

.ot-alternative-icon-check {
    color: var(--_new-home---heading-color);
    width: 100%;
    font-family: "Fa Solid 900", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.ot-alternative-icon-close {
    color: var(--_new-home---heading-color);
    width: 100%;
    font-family: "Fa 400", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.ot-bm-li {
    font-weight: 600
}

.o-blog-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
    text-decoration: none;
    transition: all .3s;
    display: flex
}

.ot-blog-category-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
    margin-bottom: 42px;
    display: flex
}

.ot-blog-category-collection-item {
    width: 100%;
    padding-left: 0;
    padding-right: 0
}

.ot-bk-step-inner-wrap {
    aspect-ratio: 1;
    background-color: #dcedff;
    border-radius: 50%;
    width: 36px;
    padding: 6px
}

.ot-bk-step-wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ot-bk-step-text {
    color: var(--_new-home---primary--grey--700);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

.div-block-54 {
    background-color: #edf8fe;
    border-radius: 12px;
    padding: 30px
}

.demo {
    background-color: var(--color--breadcrumb-active);
    width: 100px;
    height: 100px
}

.template-form-label {
    font-weight: 500
}

.max-940 {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto
}

.max-800 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    display: flex
}

._12gh {
    aspect-ratio: 1;
    width: 50px
}

.ot-point-ul {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    display: flex
}

.ot-point-li {
    background-image: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/67ebda68bb02e4df9506155e_check%20(3).png");
    background-position: 0 6px;
    background-repeat: no-repeat;
    background-size: 15px;
    padding-left: 30px
}

.ot-comparison-table-wrapper {
    border: 1px solid #edeff3;
    border-radius: 12px;
    margin-top: 58px
}

.ot-comparison-grid {
    grid-column-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 2.5fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-flow: column
}

.ot-comparison-grid._6-grid {
    grid-template-columns: 2.5fr 1fr 1fr 1fr 1fr 1fr
}

.ot-comparision-grid-block {
    border-bottom: 1px solid #edeff3;
    border-right: 1px solid #edeff3;
    justify-content: flex-start;
    align-items: center;
    padding: 15px 10px;
    display: flex
}

.ot-comparision-grid-block.center {
    text-align: center;
    justify-content: center;
    align-items: center
}

.ot-comparision-head {
    color: var(--_new-home---heading-color);
    font-size: 16px;
    font-weight: 500
}

.ot-comparision-head.visibility-hidden {
    opacity: 0
}

.ot-comparision-icon-close {
    color: var(--_new-home---primary-button-bg);
    text-align: center;
    width: 100%;
    font-family: "Fa 400", Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px
}

.ot-comparision-icon-check {
    color: var(--_new-home---heading-color);
    text-align: center;
    width: 100%;
    font-family: "Fa Solid 900", Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px
}

.grid-3 {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-flow: column
}

.grid-4 {
    grid-column-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 2.5fr 1fr 1fr 1fr 1fr 1fr 1fr
}

.flex-gap {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex-flow: column;
    display: flex
}

.d-lg-none {
    display: none
}

.code-embed {
    display: block
}

.code-embed.apply-form {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 0
}

.mt-40 {
    margin-top: 40px
}

.ot-author-image {
    aspect-ratio: 1;
    border-radius: 12px;
    width: 200px
}

.ot-author-inner {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex
}

.ot-author-name {
    margin-bottom: 0;
    font-size: 30px;
    line-height: 40px
}

.ot-authoe-mail-icon {
    font-family: "Fa Brands 400", Arial, sans-serif
}

.ot-authoe-mail-icon.email {
    font-family: "Fa 400", Arial, sans-serif
}

.ot-author-mail {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    color: var(--_new-home---primary--grey--600);
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ot-author-content {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    display: flex
}

.author-collection-wrapper {
    margin-top: 80px
}

.link-block {
    text-decoration: none;
    display: block
}

.o-tax-templates-icon-img {
    width: 20px
}

.ot-tools-list-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: center stretch;
    display: grid
}

.ot-faq-link-text {
    color: var(--color--text)
}

.calculator-collection-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid
}

.calculator-collection-item {
    text-align: center;
    border: 1px solid #e5e7eb;
    border-radius: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 24px;
    display: flex
}

.cal-collection-image {
    margin-bottom: 20px
}

.cal-collection-title {
    color: var(--_new-home---heading-color);
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px
}

.cal-collection-text {
    color: var(--_new-home---text);
    font-size: 14px;
    line-height: 22px
}

.cal-collection-link {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
    display: inline-block
}

.cal-collection-link:hover {
    text-decoration: underline
}

.cac-by-state-grid {
    grid-column-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: auto auto auto;
    place-items: stretch center;
    margin-top: 56px
}

.cac-by-state-grid._2-grid {
    grid-template-columns: auto auto;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto
}

.cal-state-link {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 14px;
    text-decoration: none;
    display: block
}

.code-embed-3 {
    aspect-ratio: auto;
    object-fit: fill;
    min-width: 0;
    display: block;
    overflow: hidden
}

.code-embed-4 {
    overflow: hidden
}

.currency-pairing-grid {
    grid-row-gap: 40px;
    background-color: #f0f9ff;
    border-radius: 24px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-items: center;
    margin-top: 56px;
    padding: 40px 30px
}

.currency-paring-arrow {
    font-family: "Fa Solid 900", Arial, sans-serif;
    font-size: 20px
}

.currency-pairing-top {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
    margin-bottom: 6px;
    display: flex
}

.currency-paring-block {
    color: var(--_new-home---text);
    text-align: center;
    text-decoration: none
}

.code-embed-5 {
    padding-left: 0
}

.link,
.link-2,
.link-3 {
    color: var(--color--text)
}

.my-5 {
    margin-top: 8px;
    margin-bottom: 8px
}

.link-4 {
    color: var(--_new-home---primary--grey--600);
    text-decoration: none
}

.link-4:hover {
    text-decoration: underline
}

.ot-bk-step-wrapper {
    padding-top: 60px;
    padding-bottom: 40px
}

.sign-hero-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-rows: auto;
    max-width: 900px;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto
}

.sign-block-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    background-color: var(--_new-home---primary--blue--700);
    border-radius: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding: 45px 40px;
    display: flex
}

.sign-block-image {
    aspect-ratio: 1;
    color: var(--_new-home---primary--blue--700);
    background-color: #fff;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    width: 70px;
    padding: 10px;
    font-family: "Fa Solid 900", Arial, sans-serif;
    font-size: 40px;
    display: flex
}

.sign-block-heading {
    color: #fff;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 600;
    line-height: 32px
}

.sign-block-text {
    color: #e4e4e4;
    text-align: center
}

.sign-block-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex
}

.sign-form-wrapper {
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    display: flex
}

.signature-grid {
    grid-column-gap: 30px;
    grid-row-gap: 80px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 900px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto
}

.personality-sign-title {
    color: var(--color--otto-blue);
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 500;
    line-height: 32px
}

.successful-sign-block {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex
}

.personality-sign-img {
    border-radius: 10px;
    margin-bottom: 15px;
    box-shadow: 0 4px 8px #0000001a
}

.successful-sign-image {
    margin-top: 15px
}

.successful-sign-title {
    color: var(--color--otto-blue);
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px
}

.successful-people-position {
    color: #738194;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 24px
}

.successful-people-position.long-sub-head {
    line-height: 32px
}

.successful-people-position.max-800 {
    max-width: 800px
}

.legally-sign-icon {
    aspect-ratio: 1;
    color: var(--_new-home---primary--blue--700);
    background-color: #dcedff;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    width: 70px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    font-size: 25px;
    display: flex
}

.legally-sign-icon.fa-400 {
    font-family: "Fa 400", Arial, sans-serif
}

.mt-56 {
    margin-top: 56px
}

.grid-5 {
    grid-column-gap: 49px;
    grid-template-rows: auto;
    grid-template-columns: .85fr 1fr
}

.sign-zigzag-bottom-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    max-width: 900px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto
}

.sign-zigzag-grid {
    grid-column-gap: 59px;
    grid-template-rows: auto;
    grid-template-columns: .6fr 1fr;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto
}

.sign-zigzag-bottom-block {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: center;
    background-color: #fff;
    border-radius: 12px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
    display: flex
}

.sign-zigzag-icon {
    aspect-ratio: 1;
    color: var(--_new-home---primary--blue--700);
    background-color: #d7ebff;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    width: 50px;
    padding: 10px;
    font-family: "Fa 400", Arial, sans-serif;
    font-size: 22px;
    display: flex
}

.sign-zigzag-icon.fa-900 {
    font-family: "Fa Solid 900", Arial, sans-serif
}

.sign-zigzag-h3 {
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px
}

.sign-why-otto-grid {
    grid-column-gap: 50px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    place-items: stretch center;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto
}

.why-otto-left-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px
}

.why-otto-left-block {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: center;
    background-color: #f3f9ff;
    border-radius: 12px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    display: flex
}

.sign-why-otto-icon {
    justify-content: center;
    align-items: center;
    font-family: "Fa 400", Arial, sans-serif;
    font-size: 40px;
    line-height: 40px
}

.why-otto-right-block {
    background-color: #f3f9ff;
    border-radius: 12px;
    padding: 20px 0
}

.why-otto-heading {
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 500
}

.why-otto-right-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-bottom: 1px solid #d4d4d4;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr
}

.why-otto-right-grid.border-none {
    border-bottom-style: none
}

.why-otto-table-grid {
    justify-content: flex-start;
    align-items: center;
    padding: 15px 20px;
    display: flex
}

.why-otto-right-grid-title {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.why-otto-right-grid-title.left {
    text-align: left
}

.why-otto-check {
    color: var(--_new-home---primary--blue--700);
    text-align: center;
    flex: 1;
    font-family: "Fa Solid 900", Arial, sans-serif;
    font-size: 22px
}

.why-otto-dash {
    text-align: center;
    flex: 1;
    font-family: "Fa Solid 900", Arial, sans-serif;
    font-size: 22px
}

.why-otto-right-main {
    text-align: center
}

.mt-50 {
    margin-top: 60px
}

.personality-sign-block {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex
}

.llc-vs-corporation-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto
}

.llc-compare-block {
    background-color: #fff;
    border-radius: 24px;
    padding: 20px 16px
}

.div-block-55 {
    border-bottom: 1px solid #cfcfcf;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
    display: flex
}

.div-block-56 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex
}

.llc-compare-list-icon {
    margin-top: 3px;
    font-family: "Fa 400", Arial, sans-serif;
    font-size: 20px
}

.llc-comare-h3 {
    color: var(--_new-home---heading-color);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 500;
    line-height: 32px
}

.llc-compare-h4 {
    color: var(--_new-home---heading-color);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500
}

.ot-pricing-tabs-content {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column
}

.ot-footer-center-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 60%;
    display: block
}

.ot-footer-center-block-wrapper {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    object-fit: fill;
    border-bottom: 1px solid #e5e7eb;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 20px;
    display: flex
}

.ot-footer-center-block-wrapper.p-bottom-20 {
    align-items: center;
    padding-bottom: 20px
}

.ot-footer-center-block-wrapper.border-none {
    border-bottom-style: none
}

.ot-footer-bottom-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: space-between;
    align-items: center;
    padding-top: 21px;
    padding-bottom: 24px;
    display: flex
}

.ot-footer-bottom-wrapper.ot-n-footer-bottom-block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: space-between;
    display: flex
}

.ot-footer-help-text-2 {
    margin-top: 10px
}

.socialicons {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: flex-start;
    align-items: flex-end
}

.ot-footer-icon-new {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-items: center;
    width: 295.604px
}

.ot-footer-social-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: flex-start;
    align-items: flex-end
}

.ot-footer-social-text {
    color: #000;
    font-weight: 500
}

@media screen and (min-width:1280px) {
    h1 {
        font-size: var(--font-size--desktop-h1);
        line-height: var(--line-height--desktop-h1)
    }

    h2 {
        font-size: var(--font-size--desktop-h2);
        line-height: var(--line-height--desktop-h2)
    }

    h3 {
        font-size: var(--font-size--desktop-h3);
        line-height: var(--line-height--desktop-h3)
    }

    .o-heading-h2 {
        font-size: var(--font-size--desktop-h2);
        line-height: var(--line-height--desktop-h2)
    }

    .ot-zigzag-grid {
        grid-column-gap: 190px;
        padding-left: 99px;
        padding-right: 99px
    }

    .o-review-title {
        max-height: 128px;
        font-size: 24px;
        line-height: 32px
    }

    .ot-footer-wraper {
        padding-left: 96px;
        padding-right: 96px
    }

    .ot-hero-grid {
        grid-column-gap: 160px;
        grid-row-gap: 160px
    }

    .grid-2 {
        grid-column-gap: 120px;
        grid-row-gap: 120px;
        grid-template-columns: 1fr 1fr
    }

    .book-meeting-container {
        max-width: 1180px
    }

    .otto-container,
    .otto-hero-container {
        padding-left: 0;
        padding-right: 0
    }
}

@media screen and (min-width:1440px) {
    .page-breadcrumb-container {
        padding-left: 42px;
        padding-right: 42px
    }

    .o-review-title {
        max-height: 96px
    }

    .ot-navbar {
        margin-left: 42px;
        margin-right: 42px
    }

    .ot-comparision-head {
        text-decoration: none
    }

    .cac-by-state-grid._2-grid {
        grid-template-rows: auto;
        grid-template-columns: auto auto
    }

    .link-5,
    .link-6,
    .link-7,
    .link-8 {
        text-decoration: none
    }
}

@media screen and (min-width:1920px) {
    .ot-hero-image-section {
        background-position: 50% 0
    }

    .ot-zigzag-pera {
        color: var(--_new-home---primary--grey--700)
    }
}

@media screen and (max-width:991px) {
    .container {
        max-width: 728px
    }

    .hero-heading-left {
        padding-bottom: 60px;
        display: block
    }

    .hero-wrapper {
        flex-direction: column;
        grid-template-columns: 1fr;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: -40px
    }

    .hero-save-money-split-text {
        align-items: flex-start;
        max-width: 100%;
        margin-bottom: 40px
    }

    .margin-bottom-24px {
        max-width: 100%
    }

    .testimonial-column-light {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .centered-heading {
        text-align: left;
        font-size: 36px;
        line-height: 46px
    }

    .testimonial-grid-two {
        grid-column-gap: 30px;
        grid-template-columns: 1fr 1fr
    }

    .testimonial-main-heading {
        font-size: 25px;
        line-height: 30px
    }

    .div-block {
        max-width: 100%
    }

    .heading {
        text-align: center;
        font-size: 55px;
        line-height: 65px
    }

    .div-block-2 {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        display: flex
    }

    .bold-text {
        font-size: 25px
    }

    .div-block-4 {
        width: 100%
    }

    .heading-2 {
        max-width: 100%
    }

    .testimonial-slider-large-2 {
        padding-top: 60px;
        padding-bottom: 40px
    }

    .container-2 {
        max-width: 728px
    }

    .testimonial-slide-2 {
        padding-left: 32px
    }

    .testimonial-quote-2 {
        overflow: visible
    }

    .herio-description {
        text-align: center;
        max-width: 100%
    }

    .hero-split-copy {
        align-items: center;
        max-width: 100%;
        margin-bottom: 40px
    }

    .hero-save-money-split {
        order: -1;
        align-items: flex-start;
        max-width: 100%;
        margin-bottom: 40px
    }

    .hero-split-image {
        align-items: flex-start;
        max-width: 100%;
        margin-bottom: 40px
    }

    .hero-section1 {
        padding-top: 40px;
        display: block
    }

    .container-5 {
        max-width: 728px
    }

    .footer-form-two-2 {
        text-align: center;
        padding: 40px
    }

    .button-demo-large {
        font-size: 16px
    }

    .centered-heading-copy {
        text-align: center;
        font-size: 36px;
        line-height: 46px
    }

    .author-container {
        max-width: 728px
    }

    .collection-list-wrapper {
        padding-top: 0;
        padding-bottom: 0
    }

    .collection-item-3 {
        margin-left: 10px;
        margin-right: 10px;
        display: inline
    }

    .collection-list-3 {
        margin-left: 0
    }

    .template-hero-section {
        padding-top: 40px;
        display: block
    }

    .template-container {
        max-width: 728px
    }

    .temp-hero-wrapper {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: -40px
    }

    .hero-text-block,
    .temp-hero-image-block {
        align-items: center;
        max-width: 100%;
        margin-bottom: 40px
    }

    .temp-hero-button-block {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        display: flex
    }

    .temp-hero-description {
        text-align: center;
        max-width: 100%;
        font-size: 20px
    }

    .temp-hero-heading-block {
        max-width: 100%
    }

    .temp-hero-heading {
        text-align: center;
        font-size: 48px;
        line-height: 58px
    }

    .div-block-32 {
        width: 100%
    }

    .template-3-grid-section {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .template-grid {
        grid-column-gap: 24px;
        grid-row-gap: 24px;
        grid-template-columns: 1fr 1fr
    }

    .template-faq-wrapper {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        margin-bottom: -40px
    }

    .faq-list-wrapper {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        flex-flow: wrap
    }

    .template-faq-container {
        max-width: 728px
    }

    .footer-content {
        grid-column-gap: 20px;
        grid-row-gap: 40px;
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-auto-columns: 1fr;
        display: grid
    }

    .footer-block {
        justify-content: flex-start;
        align-items: flex-start
    }

    .navbar-no-shadow-container {
        padding-left: 16px;
        padding-right: 16px
    }

    .nav-menu-wrapper-3 {
        background-color: #0000
    }

    .nav-menu {
        background-color: #fff;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 0;
        display: flex
    }

    .nav-link-3 {
        padding-left: 5px;
        padding-right: 5px
    }

    .nav-dropdown-list-3.shadow-three.w--open {
        position: absolute
    }

    .nav-button-wrapper {
        width: 100%;
        margin-left: 0
    }

    .menu-button-3 {
        padding: 12px
    }

    .menu-button-3.w--open {
        color: #fff;
        background-color: #a6b1bf
    }

    .blue-btn-wrapper {
        width: 100%;
        margin-left: 0
    }

    .container-7 {
        max-width: 728px
    }

    .pricing-grid {
        grid-column-gap: 30px
    }

    .all-product-cta-wrapper {
        justify-content: center;
        margin-bottom: 0
    }

    .all-product-cta-btn {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        display: flex
    }

    .o-section.bg-gray,
    .o-section.bg-transparent {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .o-heading-h2.md-text-center {
        text-align: center
    }

    .page-breadcrumb-container {
        padding-left: 16px;
        padding-right: 16px
    }

    .feature-img {
        width: 40px
    }

    .feature-block {
        padding: 20px
    }

    .footer-text {
        max-width: none
    }

    .d-none {
        display: none
    }

    .o-heading-animation {
        max-width: 519px
    }

    .o-heading-animation-span {
        font-size: 32px;
        line-height: 40px
    }

    .ot-hero-section,
    .ot-hero-section.pt-150 {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .ot-hero-section.pb-123 {
        padding-bottom: 60px
    }

    .ot-hero-section.bg-dotted {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .otto-home-container {
        padding-left: 16px;
        padding-right: 16px
    }

    .ot-h1 {
        font-size: var(--_new-home---font-size--t-h1);
        line-height: var(--_new-home---line-height--t-h1)
    }

    .ot-h1.ot-sitemap-h1 {
        font-size: 55px;
        line-height: 60px
    }

    .ot-subheadline {
        margin-left: auto;
        margin-right: auto
    }

    .ot-subheadline.ot-left {
        text-align: center
    }

    .ot-hero-image-section {
        padding-bottom: 50px
    }

    .ot-logo-section {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .ot-p-sticky {
        grid-column-gap: 40px;
        grid-row-gap: 40px
    }

    .ot-zigzag-grid {
        grid-row-gap: 50px;
        grid-template-columns: 1fr;
        align-self: stretch;
        place-items: center;
        padding-left: 50px;
        padding-right: 50px
    }

    .ot-zigzag-grid.reverce {
        grid-template-columns: 1fr
    }

    .ot-zigzag-content-block {
        grid-row-gap: 20px;
        text-align: center;
        justify-content: center;
        align-items: center
    }

    .ot-zigzag-content-block.left {
        text-align: left;
        justify-content: center;
        align-items: flex-start
    }

    .ot-h2 {
        font-size: var(--_new-home---font-size--t-h2);
        line-height: var(--_new-home---line-height--t-h2)
    }

    .ot-zigzag-title-text {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        justify-content: flex-start;
        align-items: center
    }

    .ot-zigzag-title-text.left {
        justify-content: flex-start;
        align-items: flex-start
    }

    .ot-tool-section {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .ot-tool-wrapper {
        margin-bottom: 50px
    }

    .ot-tool-heading-wrapper {
        grid-column-gap: 16px;
        grid-row-gap: 16px
    }

    .ot-need-wrapper {
        grid-column-gap: 34px;
        grid-row-gap: 34px;
        flex-flow: wrap
    }

    .ot-need-block-main {
        flex-flow: wrap;
        justify-content: center;
        align-items: center
    }

    .ot-review-section {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .ot-review-content-block {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        opacity: 1;
        height: auto;
        display: flex
    }

    .ot-review-top-block {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        flex-flow: column;
        justify-content: flex-start;
        align-items: flex-start
    }

    .ot-review-wrapper {
        flex-flow: column;
        margin-top: 34px
    }

    .o-review-title {
        max-height: none;
        font-size: 18px;
        line-height: 28px
    }

    .ot-review-block {
        width: 100%;
        padding: 30px 16px
    }

    .ot-counter-section {
        padding-bottom: 48px
    }

    .ot-counter-main {
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        justify-content: space-between
    }

    .ot-conter-text {
        padding-top: 12px
    }

    .ot-cta-section {background-image:url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/679b2a47d551a8146bde7ec3_texture.svg");background-position:50%;background-size:cover;
        padding-top: 50px;
        padding-bottom: 50px
    }

    .ot-cta-footer {
        grid-row-gap: 50px
    }

    .ot-footer-top-block {
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        flex-flow: wrap
    }

    .ot-footer-top-block.p-bottom-20 {
        flex-flow: row
    }

    .ot-footer-top-grid {
        grid-column-gap: 30px;
        grid-row-gap: 30px
    }

    .ot-footer-top-grid._5-column-grid {
        grid-template-columns: 1fr 1fr 1fr
    }

    .ot-footer-links-block {
        min-width: auto
    }

    .ot-navbar {
        background-color: #fff;
        margin-left: 16px;
        margin-right: 16px
    }

    .ot-navbar-container {
        background-color: #0000
    }

    .ot-nav-inner-container {
        padding: 2px 2px 2px 10px
    }

    .ot-nav-inner-container.pad-13 {
        padding-top: 0;
        padding-bottom: 0
    }

    .ot-navbar-wrapper {
        z-index: 999;
        display: flex
    }

    .ot-navbar-brand {
        z-index: 1
    }

    .ot-nav-menu-wrapper {
        background-color: #fff;
        height: 99vh;
        padding-top: 100px;
        position: fixed;
        top: 0;
        box-shadow: 0 2px 8px #00000014
    }

    .ot-nav-menu-wrapper.height-auto {
        height: auto
    }

    .ot-nav-menu {
        flex-flow: column;
        justify-content: flex-start;
        align-items: stretch;
        padding-bottom: 40px;
        padding-left: 10px;
        padding-right: 10px
    }

    .nav-link-5 {
        padding-left: 5px;
        padding-right: 5px
    }

    .ot-nav-dropdown-toggle {
        display: block
    }

    .nav-dropdown-list-4.shadow-three.w--open {
        position: absolute
    }

    .ot-nav-menu-button {
        padding-left: 10px;
        padding-right: 10px
    }

    .ot-nav-button-wrapper {
        z-index: 2;
        justify-content: flex-start;
        align-items: center;
        margin-left: 0;
        position: relative
    }

    .ot-nav-button-wrapper.inner {
        justify-content: flex-start;
        align-items: center;
        margin-top: 20px;
        padding-left: 25px
    }

    .ot-menu-button {
        z-index: 1;
        padding: 8px
    }

    .ot-menu-button.w--open {
        color: #fff;
        background-color: #0000
    }

    .ot-menu-icon {
        color: #000;
        font-size: 40px
    }

    .template-form {
        text-align: left;
        width: 450px;
        margin-left: auto;
        margin-right: auto
    }

    .navigation-inner-wrap {
        grid-column-gap: 12px;
        grid-row-gap: 12px;
        flex-flow: column;
        justify-content: center;
        align-items: flex-start;
        padding-left: 15px;
        padding-right: 15px;
        display: flex
    }

    .ot-nav-dropdown-list {
    top: 100%;
        position: static;
        transform: none
    }

    .ot-nav-dropdown-list.w--open {
        margin-top: 5px
    }

    .nav-dropdown-title {
        font-size: 16px;
        line-height: 24px
    }

    .ot-nav-dropdown {
        width: 100%;
        padding-top: 0;
        padding-bottom: 0
    }

    .o-feature-main-block {
        padding: 40px
    }

    .o-feature-grid {
        grid-column-gap: 20px;
        grid-row-gap: 20px
    }

    .ot-feature-para-text {
        font-size: 16px;
        line-height: 24px
    }

    .ot-section {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .ot-section.mb-33,
    .ot-section.mb-60 {
        margin-bottom: 0
    }

    .o-glossary-hero-section {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .o-glossary-form-h2 {
        font-size: var(--_new-home---font-size--t-h2);
        line-height: var(--_new-home---line-height--t-h2)
    }

    .o-tax-category-left {
        min-width: 500px
    }

    .o-tax-templates-grid {
        grid-template-columns: 1fr 1fr 1fr
    }

    .o-resources-grid {
        grid-column-gap: 20px;
        grid-row-gap: 20px
    }

    .o-resources-h3 {
        font-size: 18px;
        line-height: 26px
    }

    .ot-hero-grid {
        grid-column-gap: 22px;
        grid-row-gap: 22px;
        grid-template-columns: 1fr
    }

    .ot-hero-grid-content {
        text-align: center
    }

    .trustpilot-wrapper {
        justify-content: center;
        align-items: center
    }

    .grid-2 {
        grid-template-columns: 1fr;
        display: block
    }

    .ot-book-meeting-content {
        text-align: center;
        justify-content: center;
        align-items: center
    }

    .ot-book-meeting-ul.desk {
        display: none
    }

    .ot-book-meeting-ul.mobile {
        display: flex
    }

    .ot-bm-slider {
        max-width: 728px
    }

    .ot-bm-slider.desk {
        display: none
    }

    .ot-bm-slider.mobile {
        display: block
    }

    .ot-book-meeting-left {
        margin-top: 0
    }

    .ot-bm-main {
        height: auto;
        padding-top: 60px;
        padding-bottom: 90px;
        display: block
    }

    .ot-bk-zigzag-grid {
        grid-row-gap: 30px;
        grid-template-columns: 1fr;
        align-self: stretch;
        place-items: center
    }

    .ot-bk-zigzag-grid.reverce {
        grid-template-columns: 1fr
    }

    .otto-container {
        max-width: none
    }

    .ot-bk-zigzag-wrapper {
        grid-row-gap: 60px;
        margin-top: 60px
    }

    .ot-bk-step-grid {
        margin-top: 34px
    }

    .ot-bk-step-pera {
        font-size: 16px;
        line-height: 24px
    }

    .ot-financial-main-wraper {
        margin-top: 34px
    }

    .ot-financial-bottom-grid,
    .ot-financial-top-grid {
        grid-column-gap: 20px;
        grid-row-gap: 20px
    }

    .ot-financial-link-block {
        padding: 20px
    }

    .ot-financial-h3 {
        font-size: 18px;
        line-height: 28px
    }

    .ot-review-slider {
        margin-top: 34px
    }

    .ot-review-slide-block {
        margin-left: 50px;
        margin-right: 50px
    }

    .ot-review-slide-text {
        font-size: 20px;
        line-height: 28px
    }

    .ot-pricing-wrapper {
        margin-top: 34px
    }

    .ot-pricing-grid {
        grid-template-columns: 1fr 1fr
    }

    .ot-faq-main-container {
        margin-top: 34px
    }

    .ot-compare-wrapper {
        grid-row-gap: 0px;
        border-bottom: 1px solid #edeff3;
        border-right: 1px solid #edeff3;
        margin-top: 34px
    }

    .ot-comare-head-grid {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        grid-template-columns: 1fr 1fr 1fr
    }

    .ot-comare-head-block {
        border-top: 1px solid #edeff3;
        border-left: 1px solid #edeff3;
        padding: 18px
    }

    .ot-comare-head {
        border-bottom: 1px solid #edeff3;
        padding-top: 0;
        padding-bottom: 0;
        top: 73px
    }

    .ot-compare-body {
        grid-row-gap: 0px
    }

    .ot-comare-body-grid {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        border-top-style: none;
        grid-template-columns: 1fr 1fr 1fr
    }

    .ot-comare-body-block {
        border-top: 1px solid #edeff3;
        border-left: 1px solid #edeff3;
        padding-left: 18px;
        padding-right: 18px
    }

    .ot-comare-body-title {
        white-space: normal
    }

    .collection-list-grid {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        grid-template-columns: 1fr 1fr 1fr
    }

    .ot-wc-grid {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        margin-top: 34px
    }

    .ot-wc-block {
        padding-left: 20px;
        padding-right: 20px
    }

    .ot-wc-h3 {
        line-height: 26px
    }

    .ot-wc-pera {
        font-size: 14px;
        line-height: 20px
    }

    .ot-collection-wrapper {
        padding-top: 100px
    }

    .ot-sitemap-h-h2 {
        font-size: 24px;
        line-height: var(--line-height--tablet-h2);
        font-weight: 600
    }

    .ot-button-wrapper.mt-24 {
        justify-content: center;
        align-items: center
    }

    .ot-hero-card-block {
        text-align: center
    }

    .ot-agreement-grid {
        grid-column-gap: 20px;
        grid-row-gap: 20px
    }

    .ot-zigzag-wrappers {
        grid-row-gap: 60px
    }

    .ot-hero-video-wrapper {
        padding-top: 50px
    }

    .ot-how-to-ul {
        text-align: left
    }

    .ot-h3 {
        font-size: var(--_new-home---font-size--t-h2);
        line-height: var(--_new-home---line-height--t-h2)
    }

    .ot-alternative-grid {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        border-top-style: none
    }

    .ot-point-ul {
        text-align: left
    }

    .ot-comparison-table-wrapper {
        border-right-style: none;
        border-radius: 0;
        overflow: auto
    }

    .ot-comparison-grid {
        grid-template-columns: 30% 11.66% 11.66% 11.66% 11.66% 11.66% 11.66%
    }

    .ot-comparison-grid._6-grid {
        grid-template-columns: 250px 150px 150px 150px 150px 150px
    }

    .ot-tools-list-wrapper {
        grid-template-columns: .7fr 1fr .7fr
    }

    .calculator-collection-item {
        padding: 20px
    }

    .cac-by-state-grid {
        margin-top: 34px
    }

    .cac-by-state-grid._2-grid {
        margin-left: 0;
        margin-right: 0
    }

    .currency-pairing-grid {
        margin-top: 34px
    }

    .signature-grid {
        grid-row-gap: 50px
    }

    .personality-sign-title {
        font-size: 20px;
        line-height: 30px
    }

    .successful-sign-block {
        justify-content: space-between
    }

    .sign-zigzag-bottom-grid {
        grid-column-gap: 16px;
        grid-row-gap: 16px
    }

    .sign-zigzag-grid {
        grid-column-gap: 30px
    }

    .sign-why-otto-grid,
    .why-otto-left-grid {
        grid-column-gap: 16px;
        grid-row-gap: 16px
    }

    .personality-sign-block {
        justify-content: flex-start
    }

    .llc-comare-h3 {
        font-size: 18px;
        line-height: 28px
    }

    .ot-footer-center-block-wrapper.p-bottom-20 {
        flex-flow: row
    }
}

@media screen and (max-width:767px) {
    h1 {
        font-size: var(--font-size--mobile-l-h1);
        line-height: var(--line-height--mobile-l-h1)
    }

    h2 {
        font-size: var(--font-size--mobile-l-h2);
        line-height: var(--line-height--mobile-l-h2)
    }

    h3 {
        font-size: var(--font-size--mobile-l-h3);
        line-height: var(--line-height--mobile-l-h3)
    }

    .navbar-brand {
        padding-left: 0
    }

    .hero-heading-left,
    .testimonial-column-light {
        padding: 40px 15px 60px
    }

    .centered-heading {
        font-size: 32px;
        line-height: 42px
    }

    .testimonial-grid-two {
        grid-template-columns: 1fr
    }

    .hero-wrapper-two {
        grid-column-gap: .75em;
        grid-row-gap: .75em
    }

    .div-block {
        justify-content: center
    }

    .heading {
        font-size: 42px;
        line-height: 52px;
        display: block
    }

    .div-block-3 {
        grid-column-gap: 12px;
        grid-row-gap: 12px
    }

    .div-block-4 {
        padding-top: 30px;
        padding-left: 50px
    }

    .hero-stack-deal-tracker {
        padding: 60px 15px
    }

    .heading-2 {
        max-width: none
    }

    .testimonial-slider-large-2 {
        padding: 60px 15px 40px
    }

    .testimonial-slide-2 {
        flex-direction: column;
        padding: 23px
    }

    .testimonial-content-2 {
        max-width: none;
        margin-bottom: 40px;
        margin-right: 0
    }

    .testimonial-quote-icon-2 {
        width: 50px;
        margin-bottom: 16px
    }

    .accordion-item-content {
        margin-right: 0
    }

    .hero-section1 {
        padding: 40px 15px 60px
    }

    .footer-subscribe-2 {
        padding-left: 15px;
        padding-right: 15px
    }

    .footer-form-two-2 {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .footer-form-container-two-2 {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center
    }

    .button-demo-large {
        font-size: 14px
    }

    .centered-heading-copy {
        text-align: center;
        font-size: 32px;
        line-height: 42px
    }

    .blog-collection-list {
        grid-template-columns: 1fr
    }

    .template-hero-section {
        padding: 40px 15px 60px
    }

    .temp-hero-description {
        font-size: 18px;
        line-height: 28px
    }

    .temp-hero-heading-block {
        justify-content: center
    }

    .temp-hero-heading {
        font-size: 35px;
        line-height: 45px;
        display: block
    }

    .template-3-grid-section {
        padding: 40px 15px 60px
    }

    .template-grid {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        grid-template-columns: 1fr 1fr
    }

    .temlate-faq {
        padding: 60px 15px
    }

    .global-footer {
        padding-left: 15px;
        padding-right: 15px
    }

    .footer-wrapper {
        flex-direction: column;
        align-items: center
    }

    .footer-content {
        grid-template-columns: 1fr 1fr
    }

    .footer-block {
        justify-content: flex-start;
        align-items: flex-start
    }

    .footer-divider {
        margin-top: 60px
    }

    .navbar-no-shadow {
        position: sticky
    }

    .nav-menu {
        flex-direction: column;
        padding-bottom: 30px;
        padding-left: 16px;
        padding-right: 16px
    }

    .nav-link-3 {
        padding-top: 10px;
        padding-bottom: 10px;
        display: inline-block
    }

    .nav-dropdown-3 {
        flex-direction: column;
        align-items: center;
        display: flex
    }

    .nav-dropdown-toggle-3 {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .nav-dropdown-list-3.shadow-three {
        box-shadow: 0 8px 50px #0000000d
    }

    .nav-dropdown-list-3.shadow-three.w--open {
        position: relative
    }

    .nav-dropdown-list-3.shadow-three.mobile-shadow-hide {
        box-shadow: none
    }

    .btn-blue,
    .mobile-margin-top-12 {
        margin-top: 10px
    }

    .o-container {
        padding-left: 16px;
        padding-right: 16px
    }

    .product-ctas-section {
        padding: 60px 15px
    }

    .all-product-cta-section {
        padding: 0 15px 60px
    }

    .all-product-cta-wrapper {
        flex-wrap: wrap
    }

    .o-heading-h2 {
        font-size: var(--font-size--mobile-l-h2);
        line-height: var(--line-height--mobile-l-h2)
    }

    .explore-heading,
    .template-heading {
        font-size: 22px;
        line-height: 30px
    }

    .alternative-image {
        width: 60px;
        height: auto;
        margin-top: 5px;
        margin-bottom: 5px
    }

    .d-none {
        display: none
    }

    .terms-container {
        padding-left: 15px;
        padding-right: 15px
    }

    .header-form {
        margin-top: 10px
    }

    .category-grid {
        grid-template-columns: 1fr 1fr
    }

    .tax-off-writer-container {
        padding-left: 16px;
        padding-right: 16px
    }

    .ticker-logo {
        margin-left: 24px;
        margin-right: 24px
    }

    .o-heading-animation-span {
        font-size: 28px;
        line-height: 36px
    }

    .o-4-col-logo-grid {
        flex-flow: wrap;
        grid-template-columns: 1fr 1fr 1fr;
        justify-content: center;
        align-items: stretch;
        display: flex
    }

    .ot-hero-section,
    .ot-hero-section.pt-150 {
        padding-top: 50px;
        padding-bottom: 40px
    }

    .ot-hero-section.pb-123 {
        padding-bottom: 40px
    }

    .ot-hero-section.bg-dotted {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .ot-h1 {
        font-size: var(--_new-home---font-size--ml-h1);
        line-height: var(--_new-home---line-height--ml-h1)
    }

    .ot-h1.ot-sitemap-h1 {
        font-size: 45px;
        line-height: 50px
    }

    .ot-subheadline {
        font-size: 16px;
        line-height: 24px
    }

    .ot-primary-btn.compare-business {
        padding-left: 10px;
        padding-right: 10px
    }

    .ot-zigzag-grid {
        border-radius: 38px;
        padding: 30px
    }

    .ot-zigzag-grid.reverce {
        grid-row-gap: 40px
    }

    .ot-zigzag-content-block.left {
        text-align: center;
        justify-content: center;
        align-items: center
    }

    .ot-h2 {
        font-size: var(--_new-home---font-size--m-h2);
        line-height: var(--_new-home---line-height--m-h2)
    }

    .ot-zigzag-title-text.left {
        justify-content: center;
        align-items: center
    }

    .ot-zigzag-image-block {
        text-align: center
    }

    .ot-section-sub-head.long-sub-head {
        line-height: 24px
    }

    .ot-need-block-main {
        grid-column-gap: 20px;
        grid-row-gap: 20px
    }

    .ot-need-icon-text {
        grid-column-gap: 7px;
        grid-row-gap: 7px
    }

    .ot-need-icon {
        font-size: 20px;
        line-height: 20px
    }

    .o-review-title {
        font-size: 16px;
        line-height: 24px
    }

    .ot-counter-main {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        flex-flow: wrap;
        justify-content: space-between
    }

    .ot-form-block {
        align-self: stretch;
        width: 400px;
        margin-left: auto;
        margin-right: auto
    }

    .ot-email-field {
        width: 100%
    }

    .ot-review-work {
        font-size: 16px;
        line-height: 24px
    }

    .ot-footer-wraper {
        border-radius: 32px;
        padding-top: 30px;
        padding-left: 30px;
        padding-right: 30px
    }

    .ot-footer-top-block {
        grid-row-gap: 50px
    }

    .ot-footer-top-block.p-bottom-20 {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        flex-flow: wrap
    }

    .ot-footer-top-right {
        max-width: 100%
    }

    .ot-form-block-footer {
        align-self: stretch;
        width: 400px
    }

    .ot-footer-top-grid._5-column-grid {
        grid-template-columns: 1fr 1fr
    }

    .ot-footer-bottom-block.ot-n-footer-bottom-block {
        flex-flow: wrap;
        justify-content: center
    }

    .ot-navbar-brand {
        padding-left: 0
    }

    .ot-nav-menu {
        flex-direction: column
    }

    .nav-link-5 {
        padding-top: 10px;
        padding-bottom: 10px;
        display: inline-block
    }

    .nav-dropdown-4 {
        flex-direction: column;
        align-items: center;
        display: flex
    }

    .ot-nav-dropdown-toggle {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .nav-dropdown-list-4.shadow-three {
        box-shadow: 0 8px 50px #0000000d
    }

    .nav-dropdown-list-4.shadow-three.w--open {
        position: relative
    }

    .nav-dropdown-list-4.shadow-three.mobile-shadow-hide {
        box-shadow: none
    }

    .ot-menu-button {
        padding-top: 5px;
        padding-bottom: 3px
    }

    .ot-footer-top-left {
        max-width: 100%
    }

    .otto-center-text {
        font-size: 32px;
        line-height: 40px
    }

    .dropdown-inner-grid {
        grid-template-columns: 1fr 1fr
    }

    .o-feature-main-block {
        padding: 35px
    }

    .o-feature-grid {
        grid-column-gap: 35px;
        grid-row-gap: 35px;
        grid-template-columns: 1fr
    }

    .ot-feature-para-text {
        text-align: center
    }

    .o-feature-form-input {
        height: 46px
    }

    .o-glossary-section,
    .ot-section {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .o-glossary-section.pt-20 {
        padding-top: 20px
    }

    .o-glossary-form-h2 {
        font-size: var(--font-size--mobile-l-h2);
        line-height: var(--line-height--mobile-l-h2);
        text-align: center
    }

    .o-tax-category-main-wrapper {
        margin-top: 40px
    }

    .o-tax-category-left {
        min-width: auto;
        max-width: none
    }

    .o-tax-templates-grid {
        grid-template-columns: 1fr 1fr;
        margin-top: 40px
    }

    .o-tax-templates-p {
        min-height: auto
    }

    .o-resources-grid {
        grid-template-columns: 1fr 1fr;
        margin-top: 40px
    }

    .grid-2 {
        grid-column-gap: 50px;
        grid-row-gap: 50px;
        flex-flow: column
    }

    .book-meeting-container {
        padding-left: 16px;
        padding-right: 16px
    }

    .ot-bm-slider {
        max-width: none
    }

    .ot-book-meeting-right {
        min-height: auto;
        max-height: none;
        padding: 20px
    }

    .ot-book-meeting-right.d-md-none {
        display: none
    }

    .ot-bm-main {
        padding-top: 40px
    }

    .ot-bk-zigzag-grid {
        border-radius: 38px
    }

    .ot-bk-zigzag-wrapper {
        margin-top: 60px
    }

    .ot-hero-grid-form {
        padding: 20px
    }

    .ot-hero-grid-form.d-md-none {
        display: none
    }

    .ot-bk-step-grid {
        grid-template-columns: 1fr
    }

    .ot-financial-main-wraper {
        grid-column-gap: 20px;
        grid-row-gap: 20px
    }

    .ot-financial-top-grid {
        grid-template-columns: 1fr 1fr
    }

    .ot-financial-bottom-grid {
        order: -1;
        grid-template-columns: 1fr 1fr
    }

    .ot-financial-icon-block {
        width: 30px
    }

    .ot-review-slide-block {
        margin-left: 40px;
        margin-right: 40px
    }

    .ot-slide-block-top {
        padding-left: 20px
    }

    .ot-slide-block-bottom {
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        padding: 20px
    }

    .ot-review-slide-text {
        font-size: 16px;
        line-height: 24px
    }

    .div-block-45,
    .div-block-46 {
        display: none
    }

    .ot-pricing-grid {
        grid-template-columns: 1fr
    }

    .ot-pricing-price-block {
        min-height: auto
    }

    .ot-faq-main-container {
        margin-top: 14px
    }

    .ot-faq-container {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .ot-faq-h3 {
        font-size: 16px;
        line-height: 24px
    }

    .ot-faq-ans-text {
        font-size: 14px;
        line-height: 21px
    }

    .ot-comare-head-block {
        justify-content: flex-start
    }

    .ot-comare-head-block.center {
        text-align: center
    }

    .ot-comare-head-title {
        font-size: 18px;
        line-height: 26px
    }

    .ot-comare-head {
        top: 63px
    }

    .ot-comare-body-block {
        justify-content: flex-start
    }

    .collection-list-grid,
    .ot-wc-grid {
        grid-template-columns: 1fr 1fr
    }

    .ot-collection-wrapper {
        padding-top: 80px
    }

    .ot-sitemap-grid {
        grid-template-columns: 1fr 1fr 1fr
    }

    .ot-sitemap-wrapper {
        grid-column-gap: 50px;
        grid-row-gap: 50px
    }

    .ot-sitemap-link-text {
        font-size: 14px
    }

    .ot-sitemap-inner-wrapper {
        grid-column-gap: 24px;
        grid-row-gap: 24px
    }

    .ot-sitemap-h-h2 {
        font-size: 22px;
        line-height: var(--line-height--mobile-p-h2);
        font-weight: 600
    }

    .ot-legal-agriment-content {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        flex-flow: column
    }

    .ot-legal-agriment-p {
        text-align: center;
        column-count: 1
    }

    .ot-agreement-grid {
        grid-column-gap: 35px;
        grid-row-gap: 35px;
        flex-flow: wrap-reverse;
        grid-template-columns: 1fr;
        display: flex
    }

    .ot-h3 {
        font-size: var(--_new-home---font-size--m-h3);
        line-height: var(--_new-home---line-height--m-h3)
    }

    .o-blog-block {
        padding-bottom: 30px
    }

    .ot-comparison-table-wrapper {
        overflow: auto
    }

    .ot-comparison-grid {
        grid-template-columns: 40% 15% 15% 15% 15% 15% 15%
    }

    .ot-comparision-head {
        word-break: break-all;
        font-size: 15px
    }

    .ot-author-image {
        width: 100px
    }

    .ot-tools-list-wrapper {
        grid-template-columns: 1fr
    }

    .t-d-none {
        display: none
    }

    .calculator-collection-list {
        grid-template-columns: 1fr 1fr
    }

    .cac-by-state-grid {
        grid-row-gap: 0px;
        place-items: stretch start
    }

    .currency-pairing-grid {
        grid-template-columns: 1fr 1fr 1fr;
        padding: 30px 16px
    }

    .sign-hero-grid {
        grid-template-columns: 1fr
    }

    .signature-grid {
        grid-template-columns: 1fr 1fr
    }

    .successful-people-position.long-sub-head {
        line-height: 24px
    }

    .sign-zigzag-bottom-grid {
        grid-template-columns: 1fr 1fr
    }

    .llc-vs-corporation-grid,
    .sign-why-otto-grid,
    .sign-zigzag-grid {
        grid-template-columns: 1fr
    }

    .ot-footer-center-block {
        max-width: 100%
    }

    .ot-footer-center-block-wrapper,
    .ot-footer-center-block-wrapper.p-bottom-20 {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        flex-flow: wrap
    }

    .ot-footer-bottom-wrapper,
    .ot-footer-bottom-wrapper.ot-n-footer-bottom-block {
        flex-flow: wrap;
        justify-content: center
    }

    .ot-footer-social-block,
    .socialicons {
        justify-content: flex-start;
        align-items: flex-start
    }
}

@media screen and (max-width:479px) {
    h1 {
        font-size: var(--font-size--mobile-p-h1);
        line-height: var(--line-height--mobile-p-h1)
    }

    h2 {
        font-size: var(--font-size--mobile-p-h2);
        line-height: var(--line-height--mobile-p-h2)
    }

    h3 {
        font-size: var(--font-size--mobile-p-h3);
        line-height: var(--line-height--mobile-p-h3)
    }

    .container {
        max-width: none
    }

    .hero-heading-left {
        margin-top: 0;
        padding-top: 40px
    }

    .centered-heading {
        margin-bottom: 24px;
        font-size: 30px
    }

    .testimonial-main-heading {
        font-size: 22px
    }

    .hero-wrapper-two {
        grid-column-gap: .5em;
        grid-row-gap: .5em
    }

    .heading {
        font-size: 38px;
        line-height: 45px
    }

    .text-block {
        font-size: 17px
    }

    .div-block-3 {
        grid-column-gap: 8px;
        grid-row-gap: 8px
    }

    .div-block-4 {
        padding-top: 20px;
        padding-left: 35px
    }

    .container-2 {
        max-width: none
    }

    .testimonial-quote-icon-2 {
        width: 30px
    }

    .testimonial-quote-2 {
        font-size: 22px;
        line-height: 30px
    }

    .accordion-heading {
        font-size: 18px;
        line-height: 28px
    }

    .hero-section1 {
        margin-top: 0;
        padding-top: 40px
    }

    .container-5 {
        max-width: none
    }

    .footer-form-two-2 {
        padding: 0
    }

    .footer-form-container-two-2 {
        padding-top: 0
    }

    .button-demo-large {
        padding-left: 20px;
        padding-right: 20px
    }

    .centered-heading-copy {
        text-align: center;
        margin-bottom: 24px
    }

    .author-container {
        max-width: none
    }

    .collection-list-3 {
        overflow: auto
    }

    .template-hero-section {
        margin-top: 0;
        padding-top: 40px
    }

    .template-container {
        max-width: none
    }

    .hero-text-block {
        grid-column-gap: 0em;
        grid-row-gap: 0em
    }

    .temp-hero-description {
        font-size: 16px;
        line-height: 24px
    }

    .temp-hero-heading {
        font-size: 30px;
        line-height: 40px
    }

    .template-grid {
        grid-template-columns: 1fr
    }

    .template-faq-wrapper {
        grid-template-rows: auto auto;
        grid-template-columns: 1fr
    }

    .template-faq-container {
        max-width: none
    }

    .global-footer {
        padding-bottom: 20px
    }

    .footer-content {
        grid-column-gap: 24px;
        grid-row-gap: 24px;
        grid-template-columns: 1fr
    }

    .nav-menu {
        flex-direction: column
    }

    .blue-btn-wrapper,
    .nav-button-wrapper {
        width: auto
    }

    .container-7 {
        max-width: none
    }

    .glossery-cta-title {
        margin-bottom: 24px
    }

    .pricing-grid {
        grid-template-columns: 1fr
    }

    .o-section.bg-gray,
    .o-section.bg-transparent {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .o-heading-h2 {
        font-size: var(--font-size--mobile-p-h2);
        line-height: var(--line-height--mobile-p-h2)
    }

    .o-heading-h2.mb-24 {
        margin-bottom: 20px
    }

    .o-heading-wrapper {
        margin-bottom: 24px
    }

    .explore-heading {
        font-size: 20px
    }

    .how-to-point-heading {
        font-size: 20px;
        line-height: 30px
    }

    .feature-block {
        padding: 16px
    }

    .bottom-footer {
        flex-flow: column
    }

    .d-none {
        display: none
    }

    .launchlist-form {
        grid-row-gap: 10px;
        flex-flow: wrap;
        justify-content: center;
        align-items: center
    }

    .header-form-submit {
        width: 100%
    }

    .category-grid {
        grid-template-columns: 1fr
    }

    .o-4-col-logo-grid {
        grid-column-gap: 40px;
        grid-row-gap: 40px;
        grid-template-columns: 1fr 1fr
    }

    .o-company-logo-block {
        border-radius: 14px;
        width: 80px;
        height: 80px
    }

    .o-company-logo {
        width: 65px;
        height: auto
    }

    .o-minimize-icon {
        width: 23px;
        top: -7%;
        left: -7%
    }

    .ot-h1 {
        font-size: var(--_new-home---font-size--mp-h1)
    }

    .ot-h1.ot-sitemap-h1 {
        font-size: 35px;
        line-height: 48px
    }

    .ot-primary-btn.ot-submit {
        width: 100%;
        font-size: 14px;
        line-height: 22px;
        position: static;
        transform: none
    }

    .ot-primary-btn.outer {
        display: none
    }

    .ot-primary-btn.compare-btn {
        color: var(--_new-home---primary--blue--700);
        border-style: none;
        padding: 0;
        font-size: 12px;
        line-height: 14px
    }

    .ot-primary-btn.compare-btn:hover {
        box-shadow: none
    }

    .ot-primary-btn.compare-business {
        color: var(--_new-home---primary--blue--700);
        background-color: #0000;
        border-style: none;
        padding: 0;
        font-size: 12px;
        line-height: 14px
    }

    .ot-primary-btn.compare-business:hover {
        box-shadow: none
    }

    .ot-primary-btn.icon-with-text {
        justify-content: center;
        align-items: center
    }

    .ot-primary-btn.white-btn {
        padding-left: 20px;
        padding-right: 20px
    }

    .ot-secondary-btn.outer {
        display: none
    }

    .ot-secondary-btn.icon-with-text {
        justify-content: center;
        align-items: center
    }

    .ot-logo-title {
        margin-bottom: 25px
    }

    .ot-zigzag-grid {
        border-radius: 20px;
        padding: 16px
    }

    .ot-zigzag-grid.reverce {
        grid-row-gap: 30px
    }

    .ot-tool-section {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .ot-section-sub-head.fs-md-14 {
        font-size: 14px;
        line-height: 22px
    }

    .ot-tool-main {
        padding: 30px 16px
    }

    .ot-need-block-main {
        justify-content: center;
        align-items: center
    }

    .ot-counter-section,
    .ot-review-section {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .ot-counter-h4 {
        font-size: 20px;
        line-height: 28px
    }

    .ot-counter-after {
        height: 12px;
        top: 13px;
        left: -5px
    }

    .ot-company-logo-block.otto {
        width: 80px;
        height: 80px
    }

    .ot-form-block {
        width: 100%
    }

    .ot-form {
        text-align: center
    }

    .ot-email-field {
        width: 100%;
        margin-bottom: 10px
    }

    .ot-footer-wraper {
        padding-top: 16px;
        padding-left: 16px;
        padding-right: 16px
    }

    .ot-form-block-footer {
        width: 100%
    }

    .ot-footer-top-grid,
    .ot-footer-top-grid._5-column-grid {
        grid-template-columns: 1fr
    }

    .ot-nav-inner-container {
        padding-top: 0;
        padding-bottom: 0
    }

    .ot-nav-menu-wrapper {
        padding-top: 76px
    }

    .ot-nav-menu {
        flex-direction: column
    }

    .ot-nav-button-wrapper {
        flex-flow: column;
        align-items: stretch;
        width: auto
    }

    .ot-nav-button-wrapper.inner {
        align-items: stretch;
        padding-left: 25px;
        padding-right: 25px;
        display: flex
    }

    .otto-center-text {
        font-size: 28px;
        line-height: 36px
    }

    .template-form {
        width: 100%
    }

    .ot-tax-collection-list {
        grid-column-gap: 16px;
        grid-row-gap: 16px
    }

    .ot-tax-collection-item-block {
        font-size: 14px;
        line-height: 20px
    }

    .dropdown-inner-grid {
        grid-template-columns: 1fr
    }

    .o-feature-main-block {
        padding: 16px
    }

    .o-feature-grid {
        grid-column-gap: 20px;
        grid-row-gap: 20px
    }

    .o-content-block {
        grid-column-gap: 25px;
        grid-row-gap: 25px
    }

    .ot-feature-para-text {
        line-height: 24px
    }

    .o-feature-top-form {
        flex-flow: column
    }

    .ot-section.review {
        padding-bottom: 80px
    }

    .o-glossary-hero-section {
        background-size: auto
    }

    .o-glossary-form-h2 {
        font-size: var(--font-size--mobile-p-h2);
        line-height: var(--line-height--mobile-p-h2)
    }

    .o-tax-category-block {
        grid-column-gap: 12px;
        grid-row-gap: 12px;
        padding: 16px
    }

    .o-tax-category-head {
        font-size: 14px;
        line-height: 20px
    }

    .o-tax-category-right {
        min-width: 50px;
        max-width: 61px
    }

    .o-tex-category-p {
        font-size: 14px;
        line-height: 20px
    }

    .o-tex-category-icon {
        width: 30px;
        font-size: 14px;
        line-height: 30px
    }

    .o-tax-templates-grid.mb-0.grid-m-1 {
        grid-template-columns: 1fr
    }

    .o-tax-templates-link {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        border-radius: 12px;
        padding: 16px
    }

    .o-tax-templates-p,
    .o-tax-templates-span {
        font-size: 14px;
        line-height: 22px
    }

    .o-tax-templates-top {
        grid-column-gap: 16px;
        grid-row-gap: 16px
    }

    .o-resources-grid {
        grid-template-columns: 1fr
    }

    .o-resources-block {
        padding: 16px
    }

    .o-tax-form-input-block,
    .o-tax-form-input-block._w-50 {
        width: 100%
    }

    .grid-2 {
        display: block
    }

    .ot-bm-slide-block {
        padding: 16px
    }

    .ot-book-meeting-right {
        padding-left: 16px;
        padding-right: 16px
    }

    .ot-bk-zigzag-grid {
        border-radius: 20px
    }

    .ot-bk-zigzag-grid.reverce {
        grid-row-gap: 30px
    }

    .ot-hero-grid-form {
        padding: 16px
    }

    .ot-financial-bottom-grid,
    .ot-financial-top-grid {
        grid-template-columns: 1fr
    }

    .ot-financial-icon-block.slider-arrow-left,
    .ot-financial-icon-block.slider-arrow-right {
        position: static;
        transform: none
    }

    .ot-review-slide-block {
        margin-left: 0;
        margin-right: 0
    }

    .ot-review-left-arrow {
        width: 30px;
        inset: auto 15% -50px 0%
    }

    .ot-review-right-arrow {
        width: 30px;
        inset: auto 0% -50px 15%
    }

    .ot-pricing-popular.p-0 {
        margin-top: -26px;
        margin-left: 0
    }

    .ot-monthly-yearly-tabs.mb-26 {
        margin-bottom: 26px
    }

    .ot-comare-head-block {
        text-align: center;
        justify-content: flex-start;
        align-items: center;
        padding: 15px 10px
    }

    .ot-comare-head-text {
        margin-bottom: 10px
    }

    .ot-comare-head-title {
        font-size: 16px;
        line-height: 24px
    }

    .div-block-53 {
        flex-flow: column-reverse wrap;
        justify-content: flex-start;
        align-items: center
    }

    .ot-comare-body-block {
        justify-content: flex-start;
        align-items: center;
        padding: 15px 10px
    }

    .ot-comare-body-title {
        font-size: 16px;
        line-height: 24px
    }

    .ot-comare-body-text {
        font-size: 14px;
        line-height: 22px
    }

    .collection-list-grid {
        grid-template-columns: 1fr
    }

    .ot-collection-link {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        border-radius: 10px;
        padding: 16px
    }

    .ot-wc-grid {
        grid-template-columns: 1fr
    }

    .ot-sitemap-grid {
        grid-column-gap: 12px;
        grid-row-gap: 12px;
        grid-template-columns: 1fr 1fr
    }

    .ot-sitemap-wrapper.ot-sitemap-left {
        margin-top: 30px
    }

    .ot-sitemap-link-text {
        font-size: 14px;
        line-height: 22px
    }

    .ot-sitemap-h-h2 {
        font-size: 19px;
        font-weight: 600
    }

    .ot-agreement-grid {
        grid-column-gap: 20px;
        grid-row-gap: 20px
    }

    .ot-alternative-grid {
        grid-template-columns: 1fr 1fr
    }

    .o-blog-block {
        padding: 16px
    }

    .ot-comparison-grid {
        grid-template-columns: 40% 20% 20% 20% 20% 20% 20%
    }

    .ot-comparison-grid._6-grid {
        grid-template-columns: 170px 150px 150px 150px 150px 150px
    }

    .ot-comparision-head {
        font-size: 14px;
        line-height: 22px
    }

    .ot-author-inner {
        flex-flow: column;
        justify-content: flex-start;
        align-items: center
    }

    .ot-author-mail {
        justify-content: center;
        align-items: center
    }

    .ot-author-content {
        text-align: center
    }

    .author-collection-wrapper {
        margin-top: 50px
    }

    .calculator-collection-list {
        grid-template-columns: 1fr
    }

    .cac-by-state-grid {
        grid-template-columns: auto;
        justify-items: stretch
    }

    .cac-by-state-grid._2-grid {
        grid-template-columns: auto
    }

    .state-block {
        column-count: 2
    }

    .currency-pairing-grid {
        grid-template-columns: 1fr 1fr
    }

    .sign-block-wrapper {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        padding: 30px 16px
    }

    .sign-block-image {
        width: 50px;
        height: 50px
    }

    .sign-block-heading {
        font-size: 18px;
        line-height: 28px
    }

    .signature-grid {
        grid-column-gap: 16px;
        grid-row-gap: 40px
    }

    .personality-sign-title {
        font-size: 16px;
        line-height: 24px
    }

    .personality-sign-img {
        margin-bottom: 8px
    }

    .successful-sign-title {
        font-size: 16px;
        line-height: 24px
    }

    .successful-people-position {
        font-size: 14px;
        line-height: 22px
    }

    .sign-zigzag-h3 {
        font-size: 16px
    }

    .why-otto-right-grid-title {
        font-size: 14px;
        line-height: 22px
    }

    .sign-hero-block-img {
        width: 30px;
        height: 30px
    }
}

#w-node-_0fc42039-19e5-07b7-169a-a58f03b843c0-7f30861b,
#w-node-_184a161d-93bd-e3c8-e3f7-36711e7b343d-7f30861b,
#w-node-_184a161d-93bd-e3c8-e3f7-36711e7b3440-7f30861b,
#w-node-_184a161d-93bd-e3c8-e3f7-36711e7b3443-7f30861b,
#w-node-_184a161d-93bd-e3c8-e3f7-36711e7b3446-7f30861b,
#w-node-_1dbdc90f-9bd5-15ba-4d23-d7c412808e95-64fab289,
#w-node-_1dbdc90f-9bd5-15ba-4d23-d7c412808e98-64fab289,
#w-node-_1dbdc90f-9bd5-15ba-4d23-d7c412808e9b-64fab289,
#w-node-_213280e3-7ea6-26fe-64df-eebb7adfc6f1-7f30861b,
#w-node-_28bf1856-db6c-ca7b-7c43-22b77583a573-64fab289,
#w-node-_28bf1856-db6c-ca7b-7c43-22b77583a576-64fab289,
#w-node-_28bf1856-db6c-ca7b-7c43-22b77583a579-64fab289,
#w-node-_2b63e990-2e6a-b8df-e490-142b5fe88e94-64fab289,
#w-node-_2b63e990-2e6a-b8df-e490-142b5fe88e97-64fab289,
#w-node-_2b63e990-2e6a-b8df-e490-142b5fe88e9a-64fab289,
#w-node-_4211eeb2-ce56-cd61-6075-385e4245959d-c6402339,
#w-node-_4211eeb2-ce56-cd61-6075-385e424595a4-c6402339,
#w-node-_4211eeb2-ce56-cd61-6075-385e424595ac-c6402339,
#w-node-_4211eeb2-ce56-cd61-6075-385e424595b4-c6402339,
#w-node-_4211eeb2-ce56-cd61-6075-385e424595bc-c6402339,
#w-node-_4211eeb2-ce56-cd61-6075-385e424595c4-c6402339,
#w-node-_45eb94c5-3822-9f50-4356-ad4bda1634ee-7f30861b,
#w-node-_45eb94c5-3822-9f50-4356-ad4bda1634f1-7f30861b,
#w-node-_45eb94c5-3822-9f50-4356-ad4bda1634f4-7f30861b,
#w-node-_45eb94c5-3822-9f50-4356-ad4bda1634f7-7f30861b,
#w-node-_492cca9f-b5ec-be18-39bc-6a237ae82aec-64fab289,
#w-node-_4edf3f6f-9a0e-5208-744c-325501376d14-c6402339,
#w-node-_6810144d-a73d-46ed-86cf-5fefecfcbd58-c6402339,
#w-node-_6a1b011b-f6e2-cb00-f16e-d58ba6faffe0-7f30861b,
#w-node-_6a1b011b-f6e2-cb00-f16e-d58ba6faffe3-7f30861b,
#w-node-_6a1b011b-f6e2-cb00-f16e-d58ba6faffe6-7f30861b,
#w-node-_6a1b011b-f6e2-cb00-f16e-d58ba6faffe9-7f30861b,
#w-node-_87ea56ed-4cca-3f03-4d73-7e51d00cac0d-64fab289,
#w-node-_87ea56ed-4cca-3f03-4d73-7e51d00cac10-64fab289,
#w-node-_87ea56ed-4cca-3f03-4d73-7e51d00cac13-64fab289,
#w-node-_90f672bb-bfb7-4f6f-693b-7518ab1821b3-7f30861b,
#w-node-_9328b841-a746-9300-2685-47d1f1646f88-7f30861b,
#w-node-_9328b841-a746-9300-2685-47d1f1646f8b-7f30861b,
#w-node-_9328b841-a746-9300-2685-47d1f1646f8e-7f30861b,
#w-node-_9328b841-a746-9300-2685-47d1f1646f91-7f30861b,
#w-node-_95da838e-5bec-96e4-5c89-8190504ecd15-64fab289,
#w-node-_95da838e-5bec-96e4-5c89-8190504ecd18-64fab289,
#w-node-_95da838e-5bec-96e4-5c89-8190504ecd1b-64fab289,
#w-node-_9760380c-5dd1-c6f5-0e22-05e44571176c-7f30861b,
#w-node-_9760380c-5dd1-c6f5-0e22-05e44571176f-7f30861b,
#w-node-_9760380c-5dd1-c6f5-0e22-05e445711772-7f30861b,
#w-node-_9760380c-5dd1-c6f5-0e22-05e445711775-7f30861b,
#w-node-_97c0e5c0-f6d6-3f80-397f-a0ed9f001706-5c5f6f25,
#w-node-_9eaa890e-75b3-71c4-a755-77adaf6ed7c1-7f30861b,
#w-node-_9eaa890e-75b3-71c4-a755-77adaf6ed7c4-7f30861b,
#w-node-_9eaa890e-75b3-71c4-a755-77adaf6ed7c7-7f30861b,
#w-node-_9eaa890e-75b3-71c4-a755-77adaf6ed7ca-7f30861b,
#w-node-a6375249-857b-81b9-4467-6e45235f9f59-64fab289,
#w-node-a6375249-857b-81b9-4467-6e45235f9f5c-64fab289,
#w-node-a6375249-857b-81b9-4467-6e45235f9f5f-64fab289,
#w-node-ae4aee22-3119-2a70-2116-866af61e5289-64fab289,
#w-node-ae4aee22-3119-2a70-2116-866af61e528c-64fab289,
#w-node-ae4aee22-3119-2a70-2116-866af61e528f-64fab289,
#w-node-aeebf5e7-3635-c95f-5b47-fd81b823d546-64fab289,
#w-node-aeebf5e7-3635-c95f-5b47-fd81b823d549-64fab289,
#w-node-aeebf5e7-3635-c95f-5b47-fd81b823d54c-64fab289,
#w-node-b4c4c864-29a8-a7bb-ac65-f6b6f0e374a9-7f30861b,
#w-node-b73f73bb-adf5-2ef8-1ada-737d4a390a2c-64fab289,
#w-node-b73f73bb-adf5-2ef8-1ada-737d4a390a2f-64fab289,
#w-node-b73f73bb-adf5-2ef8-1ada-737d4a390a32-64fab289,
#w-node-b8c3f52e-9e5a-b6e9-c488-7ee069321655-7f30861b,
#w-node-be55de94-2857-2a3b-05d5-bd17c3a4d6ae-64fab289,
#w-node-be55de94-2857-2a3b-05d5-bd17c3a4d6b1-64fab289,
#w-node-be55de94-2857-2a3b-05d5-bd17c3a4d6b4-64fab289,
#w-node-c82f806e-cb2e-604e-33f6-bd0579d42088-c6402339,
#w-node-d077fa2c-bb1b-8168-a089-5bb06fcc5b34-64fab289,
#w-node-d077fa2c-bb1b-8168-a089-5bb06fcc5b7d-64fab289,
#w-node-d077fa2c-bb1b-8168-a089-5bb06fcc5b80-64fab289,
#w-node-d077fa2c-bb1b-8168-a089-5bb06fcc5b83-64fab289,
#w-node-d801bb33-96b2-6d1a-586c-95824921f8f1-64fab289,
#w-node-d801bb33-96b2-6d1a-586c-95824921f8f4-64fab289,
#w-node-d801bb33-96b2-6d1a-586c-95824921f8f7-64fab289,
#w-node-da8173c8-dd78-f584-ff3d-afb302c1011f-64fab289,
#w-node-da8173c8-dd78-f584-ff3d-afb302c10122-64fab289,
#w-node-da8173c8-dd78-f584-ff3d-afb302c10125-64fab289,
#w-node-de275d86-2a4b-7221-6651-8c1bf61d9b40-7f30861b,
#w-node-de275d86-2a4b-7221-6651-8c1bf61d9b43-7f30861b,
#w-node-de275d86-2a4b-7221-6651-8c1bf61d9b46-7f30861b,
#w-node-de275d86-2a4b-7221-6651-8c1bf61d9b49-7f30861b,
#w-node-e9a54ab6-f1ca-9dd9-8e90-6e59a8e4766c-7f30861b,
#w-node-e9a54ab6-f1ca-9dd9-8e90-6e59a8e4766f-7f30861b,
#w-node-e9a54ab6-f1ca-9dd9-8e90-6e59a8e47672-7f30861b,
#w-node-e9a54ab6-f1ca-9dd9-8e90-6e59a8e47675-7f30861b,
#w-node-ea928bc2-ad38-977e-97b1-73ccc479a0b4-64fab289,
#w-node-ef593cb8-26ec-b024-20e4-23466492eaab-7f30861b,
#w-node-ef593cb8-26ec-b024-20e4-23466492eaae-7f30861b,
#w-node-ef593cb8-26ec-b024-20e4-23466492eab1-7f30861b,
#w-node-ef593cb8-26ec-b024-20e4-23466492eab4-7f30861b,
#w-node-fd2c4721-5657-0aad-d746-87c29335b8b3-9335b8ad,
#w-node-fd2c4721-5657-0aad-d746-87c29335b8bc-9335b8ad,
#w-node-fd2c4721-5657-0aad-d746-87c29335b8c3-9335b8ad,
#w-node-fd2c4721-5657-0aad-d746-87c29335b8c8-9335b8ad,
#w-node-ff077161-cd92-56c2-75da-881a86f82897-7f30861b,
#w-node-ff077161-cd92-56c2-75da-881a86f8289a-7f30861b,
#w-node-ff077161-cd92-56c2-75da-881a86f8289d-7f30861b,
#w-node-ff077161-cd92-56c2-75da-881a86f828a0-7f30861b {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-_96aef7fc-c8f0-4b54-196d-04700e59057d-7f30861b {
    grid-area: span 1/span 2/span 1/span 2
}

#w-node-_013bcc94-bba4-d6e7-4752-02f3251617be-7f30861b,
#w-node-_013bcc94-bba4-d6e7-4752-02f3251617c1-7f30861b,
#w-node-_013bcc94-bba4-d6e7-4752-02f3251617c4-7f30861b,
#w-node-_013bcc94-bba4-d6e7-4752-02f3251617c7-7f30861b,
#w-node-_015f9f2b-f778-6191-702b-6760ad1d529b-7f30861b,
#w-node-_015f9f2b-f778-6191-702b-6760ad1d529e-7f30861b,
#w-node-_015f9f2b-f778-6191-702b-6760ad1d52a1-7f30861b,
#w-node-_015f9f2b-f778-6191-702b-6760ad1d52a4-7f30861b,
#w-node-_090704c1-36fd-702b-5fc5-491309963f4e-7f30861b,
#w-node-_090704c1-36fd-702b-5fc5-491309963f51-7f30861b,
#w-node-_090704c1-36fd-702b-5fc5-491309963f54-7f30861b,
#w-node-_090704c1-36fd-702b-5fc5-491309963f57-7f30861b,
#w-node-_0d36ec42-4d4c-c932-2746-ef7e2a31b3ef-7f30861b,
#w-node-_0d36ec42-4d4c-c932-2746-ef7e2a31b3f2-7f30861b,
#w-node-_0d36ec42-4d4c-c932-2746-ef7e2a31b3f5-7f30861b,
#w-node-_0d36ec42-4d4c-c932-2746-ef7e2a31b3f8-7f30861b,
#w-node-_1456cb3e-0954-5d39-0e5b-59d0480fe529-7f30861b,
#w-node-_1456cb3e-0954-5d39-0e5b-59d0480fe52c-7f30861b,
#w-node-_1456cb3e-0954-5d39-0e5b-59d0480fe52f-7f30861b,
#w-node-_1456cb3e-0954-5d39-0e5b-59d0480fe532-7f30861b,
#w-node-_28280580-8a16-14e0-aa51-683fa4d6a8a1-7f30861b,
#w-node-_28280580-8a16-14e0-aa51-683fa4d6a8a4-7f30861b,
#w-node-_28280580-8a16-14e0-aa51-683fa4d6a8a7-7f30861b,
#w-node-_28280580-8a16-14e0-aa51-683fa4d6a8aa-7f30861b,
#w-node-_2b25362c-f012-202b-81c7-56c1171b8b23-560e63dd,
#w-node-_2b267229-4142-e3af-4b5b-9c6f4e26accb-7f30861b,
#w-node-_2b267229-4142-e3af-4b5b-9c6f4e26acce-7f30861b,
#w-node-_2b267229-4142-e3af-4b5b-9c6f4e26acd1-7f30861b,
#w-node-_2b267229-4142-e3af-4b5b-9c6f4e26acd4-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0a4-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0a9-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0ac-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0af-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0b2-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0b6-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0b9-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0bc-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0bf-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0c3-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0c6-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0c9-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0cc-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0d0-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0d3-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0d6-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0d9-7f30861b,
#w-node-_370a8c4a-c51b-08bc-c097-55ca6019cbc5-7f30861b,
#w-node-_370a8c4a-c51b-08bc-c097-55ca6019cbc8-7f30861b,
#w-node-_370a8c4a-c51b-08bc-c097-55ca6019cbcb-7f30861b,
#w-node-_370a8c4a-c51b-08bc-c097-55ca6019cbce-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cae-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cb3-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cb6-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cb9-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cbc-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cc0-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cc3-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cc6-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cc9-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2ccd-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cd0-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cd3-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cd6-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cda-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cdd-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2ce0-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2ce3-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2ce7-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cea-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2ced-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cf0-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cf4-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cf7-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cfa-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cfd-7f30861b,
#w-node-_4ee45b8a-2d5c-9a78-2f5d-0ca8e017cce6-7f30861b,
#w-node-_4ee45b8a-2d5c-9a78-2f5d-0ca8e017cce9-7f30861b,
#w-node-_4ee45b8a-2d5c-9a78-2f5d-0ca8e017ccec-7f30861b,
#w-node-_4ee45b8a-2d5c-9a78-2f5d-0ca8e017ccef-7f30861b,
#w-node-_53c926a5-ee7d-a20d-a3fb-ed0a9ea665b3-7f30861b,
#w-node-_53c926a5-ee7d-a20d-a3fb-ed0a9ea665b6-7f30861b,
#w-node-_53c926a5-ee7d-a20d-a3fb-ed0a9ea665b9-7f30861b,
#w-node-_53c926a5-ee7d-a20d-a3fb-ed0a9ea665bc-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218ceba-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cebf-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cec2-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cec5-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cec8-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cecc-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218ced0-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218ced3-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218ced6-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218ceda-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cede-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cee1-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cee4-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cee8-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218ceeb-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218ceee-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cef1-7f30861b,
#w-node-_61f86c07-4e38-a6f3-c5fa-7407f29347e5-7f30861b,
#w-node-_61f86c07-4e38-a6f3-c5fa-7407f29347e8-7f30861b,
#w-node-_61f86c07-4e38-a6f3-c5fa-7407f29347eb-7f30861b,
#w-node-_61f86c07-4e38-a6f3-c5fa-7407f29347ee-7f30861b,
#w-node-_6f7fcb3d-d5d6-15be-e026-1e21b2ac5b9d-01ae2dcc,
#w-node-_6f7fcb3d-d5d6-15be-e026-1e21b2ac5b9d-4104a244,
#w-node-_6f7fcb3d-d5d6-15be-e026-1e21b2ac5b9d-8d035ad2,
#w-node-_6f7fcb3d-d5d6-15be-e026-1e21b2ac5b9d-b151776c,
#w-node-_714dd107-b5f0-69d1-7ae1-6473bd7d7d69-7f30861b,
#w-node-_714dd107-b5f0-69d1-7ae1-6473bd7d7d6c-7f30861b,
#w-node-_714dd107-b5f0-69d1-7ae1-6473bd7d7d6f-7f30861b,
#w-node-_714dd107-b5f0-69d1-7ae1-6473bd7d7d72-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053ce-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053d3-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053d6-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053d9-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053dc-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053e0-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053e5-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053e8-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053eb-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053ef-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053f6-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053f9-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053fc-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc905400-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc905403-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc905406-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc905409-7f30861b,
#w-node-_75f583cc-b707-d58e-eecf-b398fc192785-7f30861b,
#w-node-_75f583cc-b707-d58e-eecf-b398fc192788-7f30861b,
#w-node-_75f583cc-b707-d58e-eecf-b398fc19278b-7f30861b,
#w-node-_75f583cc-b707-d58e-eecf-b398fc19278e-7f30861b,
#w-node-_85c651f9-98d1-4fb8-194c-b5a30354293c-7f30861b,
#w-node-_85c651f9-98d1-4fb8-194c-b5a30354293f-7f30861b,
#w-node-_85c651f9-98d1-4fb8-194c-b5a303542942-7f30861b,
#w-node-_85c651f9-98d1-4fb8-194c-b5a303542945-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e0d9-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e0de-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e0e1-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e0e4-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e0e7-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e0eb-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e0ee-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e0f1-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e0f4-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e0f8-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e0fb-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e0fe-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e101-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e105-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e108-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e10b-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e10e-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e112-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e115-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e118-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e11b-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e11f-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e122-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e125-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e128-7f30861b,
#w-node-_90199a78-dbc0-2c8e-fd3f-6da2b62ee0b0-7f30861b,
#w-node-_90199a78-dbc0-2c8e-fd3f-6da2b62ee0b5-7f30861b,
#w-node-_90199a78-dbc0-2c8e-fd3f-6da2b62ee0b8-7f30861b,
#w-node-_90199a78-dbc0-2c8e-fd3f-6da2b62ee0bb-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e28-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e2d-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e30-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e33-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e36-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e3a-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e3d-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e40-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e43-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e47-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e4a-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e4d-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e50-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e54-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e57-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e5a-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e5d-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e61-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e64-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e67-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e6a-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e590582-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e590585-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e590588-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e59058b-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e59058f-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e590592-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e590595-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e590598-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e59059c-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e5905a0-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e5905a3-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e5905a6-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e5905aa-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e5905ae-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e5905b1-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e5905b4-7f30861b,
#w-node-_96de8b82-e179-7f9c-6e68-4728248abbfc-7f30861b,
#w-node-_96de8b82-e179-7f9c-6e68-4728248abbff-7f30861b,
#w-node-_96de8b82-e179-7f9c-6e68-4728248abc02-7f30861b,
#w-node-_96de8b82-e179-7f9c-6e68-4728248abc05-7f30861b,
#w-node-_97c0e5c0-f6d6-3f80-397f-a0ed9f001706-76c093c0,
#w-node-_97c0e5c0-f6d6-3f80-397f-a0ed9f001706-ed418883,
#w-node-_9bb16678-55c1-778d-73d1-0a38903ae48e-7f30861b,
#w-node-_9bb16678-55c1-778d-73d1-0a38903ae491-7f30861b,
#w-node-_9bb16678-55c1-778d-73d1-0a38903ae494-7f30861b,
#w-node-_9bb16678-55c1-778d-73d1-0a38903ae497-7f30861b,
#w-node-a688e0db-f564-39a3-2cb4-3a3c62786752-0250efba,
#w-node-a9bdd68e-1d9e-5aac-77a8-d5d3ec1e4bf7-7f30861b,
#w-node-a9bdd68e-1d9e-5aac-77a8-d5d3ec1e4bfa-7f30861b,
#w-node-a9bdd68e-1d9e-5aac-77a8-d5d3ec1e4bfd-7f30861b,
#w-node-a9bdd68e-1d9e-5aac-77a8-d5d3ec1e4c00-7f30861b,
#w-node-b58d41e1-65bc-830e-09b6-1cbfab50101f-7f30861b,
#w-node-b58d41e1-65bc-830e-09b6-1cbfab501022-7f30861b,
#w-node-b58d41e1-65bc-830e-09b6-1cbfab501025-7f30861b,
#w-node-b58d41e1-65bc-830e-09b6-1cbfab501028-7f30861b,
#w-node-c0412a9f-83e3-9222-d1af-2af99405c973-7f30861b,
#w-node-c0412a9f-83e3-9222-d1af-2af99405c976-7f30861b,
#w-node-c0412a9f-83e3-9222-d1af-2af99405c979-7f30861b,
#w-node-c0412a9f-83e3-9222-d1af-2af99405c97c-7f30861b,
#w-node-c07997d8-bdd8-b28d-f82a-b67aa0b6d5a7-7f30861b,
#w-node-c07997d8-bdd8-b28d-f82a-b67aa0b6d5aa-7f30861b,
#w-node-c07997d8-bdd8-b28d-f82a-b67aa0b6d5ad-7f30861b,
#w-node-c07997d8-bdd8-b28d-f82a-b67aa0b6d5b0-7f30861b,
#w-node-d67d728f-37fe-f1ff-d992-60ec1dc173b3-7f30861b,
#w-node-d67d728f-37fe-f1ff-d992-60ec1dc173b6-7f30861b,
#w-node-d67d728f-37fe-f1ff-d992-60ec1dc173b9-7f30861b,
#w-node-d67d728f-37fe-f1ff-d992-60ec1dc173bc-7f30861b,
#w-node-da7f4f7f-66e4-615d-be2a-295b1b392b06-7f30861b,
#w-node-da7f4f7f-66e4-615d-be2a-295b1b392b09-7f30861b,
#w-node-da7f4f7f-66e4-615d-be2a-295b1b392b0c-7f30861b,
#w-node-da7f4f7f-66e4-615d-be2a-295b1b392b0f-7f30861b,
#w-node-df5065d0-58bf-a95a-fcae-cc0891246204-7f30861b,
#w-node-df5065d0-58bf-a95a-fcae-cc0891246207-7f30861b,
#w-node-df5065d0-58bf-a95a-fcae-cc089124620a-7f30861b,
#w-node-df5065d0-58bf-a95a-fcae-cc089124620d-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a1d-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a22-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a25-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a28-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a2b-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a2f-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a32-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a35-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a38-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a3c-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a3f-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a42-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a45-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a49-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a4c-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a4f-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a52-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a56-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a59-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a5c-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a5f-7f30861b,
#w-node-f6536558-af9b-15ab-3ce7-1df73dfa9734-7f30861b,
#w-node-f6536558-af9b-15ab-3ce7-1df73dfa9737-7f30861b,
#w-node-f6536558-af9b-15ab-3ce7-1df73dfa973a-7f30861b,
#w-node-f6536558-af9b-15ab-3ce7-1df73dfa973d-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9faea-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9faef-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9faf2-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9faf5-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9faf8-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fafc-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9faff-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fb02-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fb05-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fb09-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fb0c-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fb0f-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fb12-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fb16-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fb19-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fb1c-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fb1f-7f30861b,
#w-node-ffb48ec9-879f-bf25-d955-5c926b338555-7f30861b,
#w-node-ffb48ec9-879f-bf25-d955-5c926b338558-7f30861b,
#w-node-ffb48ec9-879f-bf25-d955-5c926b33855b-7f30861b,
#w-node-ffb48ec9-879f-bf25-d955-5c926b33855e-7f30861b {
    grid-area: span 1/span 1/span 1/span 1
}

@media screen and (max-width:991px) {

    #w-node-_216f12ae-ba9e-7966-97d1-b548748f14ad-ccff699d,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-ccff699d,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-ccff699d,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-ccff699d,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-ccff699d,
    #w-node-a6c1c49c-b847-624b-d15d-9c2f6ee7042e-ccff699d {
        order: -9999
    }

    #w-node-fd2c4721-5657-0aad-d746-87c29335b8b3-9335b8ad {
        grid-area: span 1/span 4/span 1/span 4
    }

    #w-node-_0722c148-ae40-2fcd-58d8-0e243f6e89b8-64fab289,
    #w-node-_0722c148-ae40-2fcd-58d8-0e243f6e89bb-64fab289,
    #w-node-_0722c148-ae40-2fcd-58d8-0e243f6e89da-64fab289,
    #w-node-_0c41a6a6-75bb-e14e-ca51-28e681040d4f-54ef974a,
    #w-node-_0c41a6a6-75bb-e14e-ca51-28e681040d52-54ef974a,
    #w-node-_0c41a6a6-75bb-e14e-ca51-28e681040d6f-54ef974a,
    #w-node-_0c41a6a6-75bb-e14e-ca51-28e681040d72-54ef974a,
    #w-node-_216f12ae-ba9e-7966-97d1-b548748f14ad-3b550c30,
    #w-node-_216f12ae-ba9e-7966-97d1-b548748f14ad-f0e04a7e,
    #w-node-_289c31eb-8abc-f4e2-bd60-14d0d8c99911-fed88d6b,
    #w-node-_289c31eb-8abc-f4e2-bd60-14d0d8c99914-fed88d6b,
    #w-node-_289c31eb-8abc-f4e2-bd60-14d0d8c99931-fed88d6b,
    #w-node-_289c31eb-8abc-f4e2-bd60-14d0d8c99934-fed88d6b,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-3b550c30,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-f0e04a7e,
    #w-node-_3b3dd5ee-68ee-92ea-0705-04aa69f94fdd-7ad3b6ec,
    #w-node-_3b3dd5ee-68ee-92ea-0705-04aa69f94fe0-7ad3b6ec,
    #w-node-_3b3dd5ee-68ee-92ea-0705-04aa69f94fff-7ad3b6ec,
    #w-node-_3b3dd5ee-68ee-92ea-0705-04aa69f95002-7ad3b6ec,
    #w-node-_41c0e31a-340f-9a0a-991d-c4663b2f73fb-0b00f232,
    #w-node-_41c0e31a-340f-9a0a-991d-c4663b2f73fe-0b00f232,
    #w-node-_41c0e31a-340f-9a0a-991d-c4663b2f741b-0b00f232,
    #w-node-_41c0e31a-340f-9a0a-991d-c4663b2f741e-0b00f232,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-3b550c30,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-f0e04a7e,
    #w-node-_530feea2-2c0a-3222-f877-6a5888b988bf-54b8eff2,
    #w-node-_530feea2-2c0a-3222-f877-6a5888b988c2-54b8eff2,
    #w-node-_530feea2-2c0a-3222-f877-6a5888b988df-54b8eff2,
    #w-node-_530feea2-2c0a-3222-f877-6a5888b988e2-54b8eff2,
    #w-node-_78ceae04-293d-816e-8cc5-52855c5cc628-04a8b58f,
    #w-node-_78ceae04-293d-816e-8cc5-52855c5cc62b-04a8b58f,
    #w-node-_78ceae04-293d-816e-8cc5-52855c5cc648-04a8b58f,
    #w-node-_78ceae04-293d-816e-8cc5-52855c5cc64b-04a8b58f,
    #w-node-_9583ee43-fd29-be4e-e101-49ec3a41fb81-83928fd0,
    #w-node-_9583ee43-fd29-be4e-e101-49ec3a41fb84-83928fd0,
    #w-node-_9583ee43-fd29-be4e-e101-49ec3a41fba1-83928fd0,
    #w-node-_9583ee43-fd29-be4e-e101-49ec3a41fba4-83928fd0,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-3b550c30,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-f0e04a7e,
    #w-node-a0e15047-3e53-d6b2-6bd7-6c6937e81317-ab4f9ee9,
    #w-node-a0e15047-3e53-d6b2-6bd7-6c6937e8131a-ab4f9ee9,
    #w-node-a0e15047-3e53-d6b2-6bd7-6c6937e81346-ab4f9ee9,
    #w-node-a0e15047-3e53-d6b2-6bd7-6c6937e81349-ab4f9ee9,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-3b550c30,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-f0e04a7e,
    #w-node-a6c1c49c-b847-624b-d15d-9c2f6ee7042e-3b550c30,
    #w-node-a6c1c49c-b847-624b-d15d-9c2f6ee7042e-f0e04a7e,
    #w-node-b1984bd0-f6f3-e524-1c1e-f831758f2102-2c440280,
    #w-node-b1984bd0-f6f3-e524-1c1e-f831758f2105-2c440280,
    #w-node-b1984bd0-f6f3-e524-1c1e-f831758f2124-2c440280,
    #w-node-b1984bd0-f6f3-e524-1c1e-f831758f2127-2c440280,
    #w-node-b69086b4-d75c-fa9c-7a0d-a3807b3acdf0-5c3d7ffe,
    #w-node-b69086b4-d75c-fa9c-7a0d-a3807b3acdf3-5c3d7ffe,
    #w-node-b69086b4-d75c-fa9c-7a0d-a3807b3ace10-5c3d7ffe,
    #w-node-b69086b4-d75c-fa9c-7a0d-a3807b3ace13-5c3d7ffe,
    #w-node-d3685cdd-81dd-fbe7-6796-7be19ac38b5c-67640707,
    #w-node-d3685cdd-81dd-fbe7-6796-7be19ac38b5f-67640707,
    #w-node-d3685cdd-81dd-fbe7-6796-7be19ac38b7c-67640707,
    #w-node-d3685cdd-81dd-fbe7-6796-7be19ac38b7f-67640707,
    #w-node-e03214e7-05ca-5435-0446-059158819a96-fc18b500,
    #w-node-e03214e7-05ca-5435-0446-059158819a99-fc18b500,
    #w-node-e03214e7-05ca-5435-0446-059158819ab6-fc18b500,
    #w-node-e03214e7-05ca-5435-0446-059158819ab9-fc18b500,
    #w-node-e1f296ab-f006-5384-8863-d777ad8be34a-a6f09c6e,
    #w-node-e1f296ab-f006-5384-8863-d777ad8be34d-a6f09c6e,
    #w-node-e1f296ab-f006-5384-8863-d777ad8be35c-a6f09c6e,
    #w-node-e1f296ab-f006-5384-8863-d777ad8be35f-a6f09c6e,
    #w-node-f1e0d2c2-a379-478a-6792-8d12c3a2d2d2-9b757bba,
    #w-node-f1e0d2c2-a379-478a-6792-8d12c3a2d2d5-9b757bba,
    #w-node-f1e0d2c2-a379-478a-6792-8d12c3a2d2f2-9b757bba,
    #w-node-f1e0d2c2-a379-478a-6792-8d12c3a2d2f5-9b757bba,
    #w-node-fb03c03c-6345-fbe6-0baf-02c4d639a49e-bad698d7,
    #w-node-fb03c03c-6345-fbe6-0baf-02c4d639a4a1-bad698d7,
    #w-node-fb03c03c-6345-fbe6-0baf-02c4d639a4be-bad698d7,
    #w-node-fb03c03c-6345-fbe6-0baf-02c4d639a4c1-bad698d7 {
        order: -9999
    }

    #w-node-ef02d72e-6a5c-95a2-dc85-a970072aad98-5485f0f2 {
        order: 9999
    }

    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-5485f0f2,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-5485f0f2,
    #w-node-_66f05f3d-8656-7064-e1d7-b748a9979968-0d81922a,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-5485f0f2,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-5485f0f2 {
        order: -9999
    }

    #w-node-_013bcc94-bba4-d6e7-4752-02f3251617be-7f30861b,
    #w-node-_015f9f2b-f778-6191-702b-6760ad1d529b-7f30861b,
    #w-node-_090704c1-36fd-702b-5fc5-491309963f4e-7f30861b,
    #w-node-_0d36ec42-4d4c-c932-2746-ef7e2a31b3ef-7f30861b,
    #w-node-_1456cb3e-0954-5d39-0e5b-59d0480fe529-7f30861b,
    #w-node-_184a161d-93bd-e3c8-e3f7-36711e7b343d-7f30861b,
    #w-node-_213280e3-7ea6-26fe-64df-eebb7adfc6f1-7f30861b,
    #w-node-_28280580-8a16-14e0-aa51-683fa4d6a8a1-7f30861b,
    #w-node-_2b267229-4142-e3af-4b5b-9c6f4e26accb-7f30861b,
    #w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0a4-7f30861b,
    #w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0a9-7f30861b,
    #w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0b6-7f30861b,
    #w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0c3-7f30861b,
    #w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0d0-7f30861b,
    #w-node-_370a8c4a-c51b-08bc-c097-55ca6019cbc5-7f30861b,
    #w-node-_45eb94c5-3822-9f50-4356-ad4bda1634ee-7f30861b,
    #w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cae-7f30861b,
    #w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cb3-7f30861b,
    #w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cc0-7f30861b,
    #w-node-_478d4bad-5e80-43bb-2270-ef10e06e2ccd-7f30861b,
    #w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cda-7f30861b,
    #w-node-_478d4bad-5e80-43bb-2270-ef10e06e2ce7-7f30861b,
    #w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cf4-7f30861b,
    #w-node-_4ee45b8a-2d5c-9a78-2f5d-0ca8e017cce6-7f30861b,
    #w-node-_53c926a5-ee7d-a20d-a3fb-ed0a9ea665b3-7f30861b,
    #w-node-_5a370f4f-24cb-4e7d-5880-e9a87218ceba-7f30861b,
    #w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cebf-7f30861b,
    #w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cecc-7f30861b,
    #w-node-_5a370f4f-24cb-4e7d-5880-e9a87218ceda-7f30861b,
    #w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cee8-7f30861b,
    #w-node-_61f86c07-4e38-a6f3-c5fa-7407f29347e5-7f30861b,
    #w-node-_6a1b011b-f6e2-cb00-f16e-d58ba6faffe0-7f30861b,
    #w-node-_714dd107-b5f0-69d1-7ae1-6473bd7d7d69-7f30861b,
    #w-node-_75df709f-8ca9-803e-fd9d-e163fc9053ce-7f30861b,
    #w-node-_75df709f-8ca9-803e-fd9d-e163fc9053d3-7f30861b,
    #w-node-_75df709f-8ca9-803e-fd9d-e163fc9053e0-7f30861b,
    #w-node-_75df709f-8ca9-803e-fd9d-e163fc9053ef-7f30861b,
    #w-node-_75df709f-8ca9-803e-fd9d-e163fc905400-7f30861b,
    #w-node-_75f583cc-b707-d58e-eecf-b398fc192785-7f30861b,
    #w-node-_85c651f9-98d1-4fb8-194c-b5a30354293c-7f30861b,
    #w-node-_85e1172a-f950-4796-52ff-844dfed7e0d9-7f30861b,
    #w-node-_85e1172a-f950-4796-52ff-844dfed7e0de-7f30861b,
    #w-node-_85e1172a-f950-4796-52ff-844dfed7e0eb-7f30861b,
    #w-node-_85e1172a-f950-4796-52ff-844dfed7e0f8-7f30861b,
    #w-node-_85e1172a-f950-4796-52ff-844dfed7e105-7f30861b,
    #w-node-_85e1172a-f950-4796-52ff-844dfed7e112-7f30861b,
    #w-node-_85e1172a-f950-4796-52ff-844dfed7e11f-7f30861b,
    #w-node-_90199a78-dbc0-2c8e-fd3f-6da2b62ee0b0-7f30861b,
    #w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e28-7f30861b,
    #w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e2d-7f30861b,
    #w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e3a-7f30861b,
    #w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e47-7f30861b,
    #w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e54-7f30861b,
    #w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e61-7f30861b,
    #w-node-_9328b841-a746-9300-2685-47d1f1646f88-7f30861b,
    #w-node-_96aef7fc-c8f0-4b54-196d-04700e59057d-7f30861b,
    #w-node-_96aef7fc-c8f0-4b54-196d-04700e590582-7f30861b,
    #w-node-_96aef7fc-c8f0-4b54-196d-04700e59058f-7f30861b,
    #w-node-_96aef7fc-c8f0-4b54-196d-04700e59059c-7f30861b,
    #w-node-_96aef7fc-c8f0-4b54-196d-04700e5905aa-7f30861b,
    #w-node-_96de8b82-e179-7f9c-6e68-4728248abbfc-7f30861b,
    #w-node-_9760380c-5dd1-c6f5-0e22-05e44571176c-7f30861b,
    #w-node-_9bb16678-55c1-778d-73d1-0a38903ae48e-7f30861b,
    #w-node-_9eaa890e-75b3-71c4-a755-77adaf6ed7c1-7f30861b,
    #w-node-a9bdd68e-1d9e-5aac-77a8-d5d3ec1e4bf7-7f30861b,
    #w-node-b58d41e1-65bc-830e-09b6-1cbfab50101f-7f30861b,
    #w-node-b8c3f52e-9e5a-b6e9-c488-7ee069321655-7f30861b,
    #w-node-c0412a9f-83e3-9222-d1af-2af99405c973-7f30861b,
    #w-node-c07997d8-bdd8-b28d-f82a-b67aa0b6d5a7-7f30861b,
    #w-node-c6224e35-6da3-b490-4671-64a3520ae307-7f30861b,
    #w-node-d67d728f-37fe-f1ff-d992-60ec1dc173b3-7f30861b,
    #w-node-da7f4f7f-66e4-615d-be2a-295b1b392b06-7f30861b,
    #w-node-de275d86-2a4b-7221-6651-8c1bf61d9b40-7f30861b,
    #w-node-df5065d0-58bf-a95a-fcae-cc0891246204-7f30861b,
    #w-node-e9a54ab6-f1ca-9dd9-8e90-6e59a8e4766c-7f30861b,
    #w-node-ef593cb8-26ec-b024-20e4-23466492eaab-7f30861b,
    #w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a1d-7f30861b,
    #w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a22-7f30861b,
    #w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a2f-7f30861b,
    #w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a3c-7f30861b,
    #w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a49-7f30861b,
    #w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a56-7f30861b,
    #w-node-f6536558-af9b-15ab-3ce7-1df73dfa9734-7f30861b,
    #w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9faea-7f30861b,
    #w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9faef-7f30861b,
    #w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fafc-7f30861b,
    #w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fb09-7f30861b,
    #w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fb16-7f30861b,
    #w-node-ff077161-cd92-56c2-75da-881a86f82897-7f30861b,
    #w-node-ffb48ec9-879f-bf25-d955-5c926b338555-7f30861b {
        grid-area: span 1/span 3/span 1/span 3
    }

    #w-node-_24dd4a8e-5b02-f393-094c-0e49960fbe79-c5c5bafa,
    #w-node-_24dd4a8e-5b02-f393-094c-0e49960fbe7c-c5c5bafa,
    #w-node-edee66f5-2c24-2a17-875f-c4a4c9b7fb36-6fd0254d {
        order: -9999
    }

    #w-node-ef02d72e-6a5c-95a2-dc85-a970072aad98-59497619 {
        order: 9999
    }

    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-0250efba,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-59497619,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-97b51d03,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-0250efba,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-59497619,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-97b51d03,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-0250efba,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-59497619,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-97b51d03,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-0250efba,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-59497619,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-97b51d03 {
        order: -9999
    }

    #w-node-ef02d72e-6a5c-95a2-dc85-a970072aad98-b4b3c629 {
        order: 9999
    }

    #w-node-_216f12ae-ba9e-7966-97d1-b548748f14ad-7d90cd80,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-09422be0,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-560e63dd,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-7d90cd80,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-b4b3c629,
    #w-node-_3f82a720-c9a1-6552-d63e-95277df515ba-882f85e2,
    #w-node-_3f82a720-c9a1-6552-d63e-95277df515bd-882f85e2,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-09422be0,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-560e63dd,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-7d90cd80,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-b4b3c629,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-09422be0,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-560e63dd,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-7d90cd80,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-b4b3c629,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-09422be0,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-560e63dd,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-7d90cd80,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-b4b3c629,
    #w-node-a6c1c49c-b847-624b-d15d-9c2f6ee7042e-7d90cd80 {
        order: -9999
    }

    #w-node-ef02d72e-6a5c-95a2-dc85-a970072aad98-3bb930df {
        order: 9999
    }

    #w-node-_216f12ae-ba9e-7966-97d1-b548748f14ad-8c81028b,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-333b156d,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-3bb930df,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-8c81028b,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-d7e02c3d,
    #w-node-_42de9e03-c337-4db3-a3b2-dedda3e1c322-ffcef390,
    #w-node-_42de9e03-c337-4db3-a3b2-dedda3e1c325-ffcef390,
    #w-node-_42de9e03-c337-4db3-a3b2-dedda3e1c350-ffcef390,
    #w-node-_42de9e03-c337-4db3-a3b2-dedda3e1c353-ffcef390,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-333b156d,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-3bb930df,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-8c81028b,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-d7e02c3d,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-333b156d,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-3bb930df,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-8c81028b,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-d7e02c3d,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-3bb930df,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-8c81028b,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-d7e02c3d,
    #w-node-a6c1c49c-b847-624b-d15d-9c2f6ee7042e-8c81028b,
    #w-node-b29a5190-dcf2-c069-5141-d04539faafbd-e0322ce1,
    #w-node-d5537e73-153c-c897-bb75-4a8a12737d7b-bdbf4e13,
    #w-node-d5537e73-153c-c897-bb75-4a8a12737d7e-bdbf4e13,
    #w-node-d5537e73-153c-c897-bb75-4a8a12737da9-bdbf4e13,
    #w-node-d5537e73-153c-c897-bb75-4a8a12737dac-bdbf4e13 {
        order: -9999
    }
}

@media screen and (max-width:767px) {
    #w-node-_97c0e5c0-f6d6-3f80-397f-a0ed9f001732-5c5f6f25 {
        grid-area: span 1/span 2/span 1/span 2
    }

    #w-node-_90db8bdc-3c2f-fe82-f135-86abe74c75a1-1aa818ee,
    #w-node-f4f2cb76-5870-67fe-6f06-ebcf03662d4a-fd84e933 {
        order: -9999;
        justify-self: center
    }

    #w-node-f1f39991-39a6-ef92-7c09-a6f6c3361236-fd84e933 {
        grid-area: span 1/span 2/span 1/span 2
    }

    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-5485f0f2 {
        grid-area: span 1/span 1/span 1/span 1
    }

    #w-node-_554ea7bd-d055-6dab-d8e7-685159bdf056-6465bb7e,
    #w-node-a11f6bb7-184c-e266-b1f2-c4494da3f6bc-f3d2f9b8,
    #w-node-b9fdcdde-cf3e-79de-7a78-df472a5109db-2d31400b {
        order: -9999;
        justify-self: center
    }

    #w-node-_517c748a-637d-2f16-d399-2714cf3222f9-c5c5bafa,
    #w-node-_989b4125-4882-e86d-0951-bacb4b56f5f3-01ae2dcc,
    #w-node-_989b4125-4882-e86d-0951-bacb4b56f5f3-4104a244,
    #w-node-_989b4125-4882-e86d-0951-bacb4b56f5f3-8d035ad2,
    #w-node-_989b4125-4882-e86d-0951-bacb4b56f5f3-b151776c {
        grid-area: span 1/span 2/span 1/span 2
    }

    #w-node-c9bae699-f478-2eec-b4a5-53f38a13a95c-c5c5bafa {
        order: -9999;
        justify-self: center
    }

    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-0250efba,
    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-59497619,
    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-97b51d03 {
        grid-area: span 1/span 1/span 1/span 1
    }

    #w-node-_97c0e5c0-f6d6-3f80-397f-a0ed9f001732-76c093c0 {
        grid-area: span 1/span 2/span 1/span 2
    }

    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-09422be0,
    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-560e63dd,
    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-b4b3c629 {
        grid-area: span 1/span 1/span 1/span 1
    }

    #w-node-bdb47d25-9776-b70f-1bc9-470e0ee52386-882f85e2 {
        order: -9999;
        justify-self: center
    }

    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-3bb930df {
        grid-area: span 1/span 1/span 1/span 1
    }

    #w-node-_97c0e5c0-f6d6-3f80-397f-a0ed9f001732-ed418883 {
        grid-area: span 1/span 2/span 1/span 2
    }

    #w-node-_2198f5ec-5a3a-f564-d58c-8d71231701f3-e0322ce1,
    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-333b156d,
    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-d7e02c3d,
    #w-node-bc7d4951-51d1-93ec-46fc-002c68005982-bdbf4e13 {
        grid-area: span 1/span 1/span 1/span 1
    }
}

@media screen and (max-width:479px) {
    #w-node-fd2c4721-5657-0aad-d746-87c29335b8b3-9335b8ad {
        grid-column: span 1/span 1
    }

    #w-node-_1dbdc90f-9bd5-15ba-4d23-d7c412808e95-64fab289,
    #w-node-_28bf1856-db6c-ca7b-7c43-22b77583a573-64fab289,
    #w-node-_2b63e990-2e6a-b8df-e490-142b5fe88e94-64fab289,
    #w-node-_87ea56ed-4cca-3f03-4d73-7e51d00cac0d-64fab289,
    #w-node-_95da838e-5bec-96e4-5c89-8190504ecd15-64fab289,
    #w-node-a6375249-857b-81b9-4467-6e45235f9f59-64fab289,
    #w-node-ae4aee22-3119-2a70-2116-866af61e5289-64fab289,
    #w-node-aeebf5e7-3635-c95f-5b47-fd81b823d546-64fab289,
    #w-node-b73f73bb-adf5-2ef8-1ada-737d4a390a2c-64fab289,
    #w-node-be55de94-2857-2a3b-05d5-bd17c3a4d6ae-64fab289,
    #w-node-d077fa2c-bb1b-8168-a089-5bb06fcc5b34-64fab289,
    #w-node-d077fa2c-bb1b-8168-a089-5bb06fcc5b7d-64fab289,
    #w-node-d801bb33-96b2-6d1a-586c-95824921f8f1-64fab289,
    #w-node-da8173c8-dd78-f584-ff3d-afb302c1011f-64fab289 {
        grid-area: span 1/span 2/span 1/span 2
    }

    #w-node-_517c748a-637d-2f16-d399-2714cf3222f9-c5c5bafa,
    #w-node-_97c0e5c0-f6d6-3f80-397f-a0ed9f001732-5c5f6f25,
    #w-node-_97c0e5c0-f6d6-3f80-397f-a0ed9f001732-76c093c0,
    #w-node-_97c0e5c0-f6d6-3f80-397f-a0ed9f001732-ed418883,
    #w-node-_989b4125-4882-e86d-0951-bacb4b56f5f3-01ae2dcc,
    #w-node-_989b4125-4882-e86d-0951-bacb4b56f5f3-4104a244,
    #w-node-_989b4125-4882-e86d-0951-bacb4b56f5f3-8d035ad2,
    #w-node-_989b4125-4882-e86d-0951-bacb4b56f5f3-b151776c,
    #w-node-f1f39991-39a6-ef92-7c09-a6f6c3361236-fd84e933 {
        grid-area: span 1/span 1/span 1/span 1
    }
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-family: sans-serif
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    vertical-align: baseline;
    display: inline-block
}

audio:not([controls]) {
    height: 0;
    display: none
}

[hidden],
template {
    display: none
}

a {
    background-color: #0000
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    margin: .67em 0;
    font-size: 2em
}

mark {
    color: #000;
    background: #ff0
}

small {
    font-size: 80%
}

sub,
sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: none
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

@font-face {
    font-family: webflow-icons;
    src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format("truetype");
    font-weight: 400;
    font-style: normal
}

[class*=" w-icon-"],
[class^=w-icon-] {
    speak: none;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    font-family: webflow-icons !important
}

.w-icon-slider-right:before {
    content: ""
}

.w-icon-slider-left:before {
    content: ""
}

.w-icon-nav-menu:before {
    content: ""
}

.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
    content: ""
}

.w-icon-file-upload-remove:before {
    content: ""
}

.w-icon-file-upload-icon:before {
    content: ""
}

* {
    box-sizing: border-box
}

html {
    height: 100%
}

body {
    color: #333;
    background-color: #fff;
    min-height: 100%;
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 20px
}

img {
    vertical-align: middle;
    max-width: 100%;
    display: inline-block
}

html.w-mod-touch * {
    background-attachment: scroll !important
}

.w-block {
    display: block
}

.w-inline-block {
    max-width: 100%;
    display: inline-block
}

.w-clearfix:after,
.w-clearfix:before {
    content: " ";
    grid-area: 1/1/2/2;
    display: table
}

.w-clearfix:after {
    clear: both
}

.w-hidden {
    display: none
}

.w-button {
    color: #fff;
    line-height: inherit;
    cursor: pointer;
    background-color: #3898ec;
    border: 0;
    border-radius: 0;
    padding: 9px 15px;
    text-decoration: none;
    display: inline-block
}

input.w-button {
    -webkit-appearance: button
}

html[data-w-dynpage] [data-w-cloak] {
    color: #0000 !important
}

.w-code-block {
    margin: unset
}

pre.w-code-block code {
    all: inherit
}

.w-optimization {
    display: contents
}

.w-webflow-badge,
.w-webflow-badge>img {
    box-sizing: unset;
    width: unset;
    height: unset;
    max-height: unset;
    max-width: unset;
    min-height: unset;
    min-width: unset;
    margin: unset;
    padding: unset;
    float: unset;
    clear: unset;
    border: unset;
    border-radius: unset;
    background: unset;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-origin: unset;
    background-clip: unset;
    background-attachment: unset;
    background-color: unset;
    box-shadow: unset;
    transform: unset;
    direction: unset;
    font-family: unset;
    font-weight: unset;
    color: unset;
    font-size: unset;
    line-height: unset;
    font-style: unset;
    font-variant: unset;
    text-align: unset;
    letter-spacing: unset;
    -webkit-text-decoration: unset;
    text-decoration: unset;
    text-indent: unset;
    text-transform: unset;
    list-style-type: unset;
    text-shadow: unset;
    vertical-align: unset;
    cursor: unset;
    white-space: unset;
    word-break: unset;
    word-spacing: unset;
    word-wrap: unset;
    transition: unset
}

.w-webflow-badge {
    white-space: nowrap;
    cursor: pointer;
    box-shadow: 0 0 0 1px #0000001a, 0 1px 3px #0000001a;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 2147483647 !important;
    color: #aaadb0 !important;
    overflow: unset !important;
    background-color: #fff !important;
    border-radius: 3px !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 6px !important;
    font-size: 12px !important;
    line-height: 14px !important;
    text-decoration: none !important;
    display: inline-block !important;
    position: fixed !important;
    inset: auto 12px 12px auto !important;
    transform: none !important
}

.w-webflow-badge>img {
    position: unset;
    visibility: unset !important;
    opacity: 1 !important;
    vertical-align: middle !important;
    display: inline-block !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 10px;
    font-weight: 700
}

h1 {
    margin-top: 20px;
    font-size: 38px;
    line-height: 44px
}

h2 {
    margin-top: 20px;
    font-size: 32px;
    line-height: 36px
}

h3 {
    margin-top: 20px;
    font-size: 24px;
    line-height: 30px
}

h4 {
    margin-top: 10px;
    font-size: 18px;
    line-height: 24px
}

h5 {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px
}

h6 {
    margin-top: 10px;
    font-size: 12px;
    line-height: 18px
}

p {
    margin-top: 0;
    margin-bottom: 10px
}

blockquote {
    border-left: 5px solid #e2e2e2;
    margin: 0 0 10px;
    padding: 10px 20px;
    font-size: 18px;
    line-height: 22px
}

figure {
    margin: 0 0 10px
}

figcaption {
    text-align: center;
    margin-top: 5px
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 40px
}

.w-list-unstyled {
    padding-left: 0;
    list-style: none
}

.w-embed:after,
.w-embed:before {
    content: " ";
    grid-area: 1/1/2/2;
    display: table
}

.w-embed:after {
    clear: both
}

.w-video {
    width: 100%;
    padding: 0;
    position: relative
}

.w-video embed,
.w-video iframe,
.w-video object {
    border: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

[type=button],
[type=reset],
button {
    cursor: pointer;
    -webkit-appearance: button;
    border: 0
}

.w-form {
    margin: 0 0 15px
}

.w-form-done {
    text-align: center;
    background-color: #ddd;
    padding: 20px;
    display: none
}

.w-form-fail {
    background-color: #ffdede;
    margin-top: 10px;
    padding: 10px;
    display: none
}

label {
    margin-bottom: 5px;
    font-weight: 700;
    display: block
}

.w-input,
.w-select {
    color: #333;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    width: 100%;
    height: 38px;
    margin-bottom: 10px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857;
    display: block
}

.w-input::placeholder,
.w-select::placeholder {
    color: #999
}

.w-input:focus,
.w-select:focus {
    border-color: #3898ec;
    outline: 0
}

.w-input[disabled],
.w-input[readonly],
.w-select[disabled],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
    cursor: not-allowed
}

.w-input[disabled]:not(.w-input-disabled),
.w-input[readonly],
.w-select[disabled]:not(.w-input-disabled),
.w-select[readonly],
fieldset[disabled]:not(.w-input-disabled) .w-input,
fieldset[disabled]:not(.w-input-disabled) .w-select {
    background-color: #eee
}

textarea.w-input,
textarea.w-select {
    height: auto
}

.w-select {
    background-color: #f3f3f3
}

.w-select[multiple] {
    height: auto
}

.w-form-label {
    cursor: pointer;
    margin-bottom: 0;
    font-weight: 400;
    display: inline-block
}

.w-radio {
    margin-bottom: 5px;
    padding-left: 20px;
    display: block
}

.w-radio:after,
.w-radio:before {
    content: " ";
    grid-area: 1/1/2/2;
    display: table
}

.w-radio:after {
    clear: both
}

.w-radio-input {
    float: left;
    margin: 3px 0 0 -20px;
    line-height: normal
}

.w-file-upload {
    margin-bottom: 10px;
    display: block
}

.w-file-upload-input {
    opacity: 0;
    z-index: -100;
    width: .1px;
    height: .1px;
    position: absolute;
    overflow: hidden
}

.w-file-upload-default,
.w-file-upload-success,
.w-file-upload-uploading {
    color: #333;
    display: inline-block
}

.w-file-upload-error {
    margin-top: 10px;
    display: block
}

.w-file-upload-default.w-hidden,
.w-file-upload-error.w-hidden,
.w-file-upload-success.w-hidden,
.w-file-upload-uploading.w-hidden {
    display: none
}

.w-file-upload-uploading-btn {
    cursor: pointer;
    background-color: #fafafa;
    border: 1px solid #ccc;
    margin: 0;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 400;
    display: flex
}

.w-file-upload-file {
    background-color: #fafafa;
    border: 1px solid #ccc;
    flex-grow: 1;
    justify-content: space-between;
    margin: 0;
    padding: 8px 9px 8px 11px;
    display: flex
}

.w-file-upload-file-name {
    font-size: 14px;
    font-weight: 400;
    display: block
}

.w-file-remove-link {
    cursor: pointer;
    width: auto;
    height: auto;
    margin-top: 3px;
    margin-left: 10px;
    padding: 3px;
    display: block
}

.w-icon-file-upload-remove {
    margin: auto;
    font-size: 10px
}

.w-file-upload-error-msg {
    color: #ea384c;
    padding: 2px 0;
    display: inline-block
}

.w-file-upload-info {
    padding: 0 12px;
    line-height: 38px;
    display: inline-block
}

.w-file-upload-label {
    cursor: pointer;
    background-color: #fafafa;
    border: 1px solid #ccc;
    margin: 0;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 400;
    display: inline-block
}

.w-icon-file-upload-icon,
.w-icon-file-upload-uploading {
    width: 20px;
    margin-right: 8px;
    display: inline-block
}

.w-icon-file-upload-uploading {
    height: 20px
}

.w-container {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto
}

.w-container:after,
.w-container:before {
    content: " ";
    grid-area: 1/1/2/2;
    display: table
}

.w-container:after {
    clear: both
}

.w-container .w-row {
    margin-left: -10px;
    margin-right: -10px
}

.w-row:after,
.w-row:before {
    content: " ";
    grid-area: 1/1/2/2;
    display: table
}

.w-row:after {
    clear: both
}

.w-row .w-row {
    margin-left: 0;
    margin-right: 0
}

.w-col {
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative
}

.w-col .w-col {
    padding-left: 0;
    padding-right: 0
}

.w-col-1 {
    width: 8.33333%
}

.w-col-2 {
    width: 16.6667%
}

.w-col-3 {
    width: 25%
}

.w-col-4 {
    width: 33.3333%
}

.w-col-5 {
    width: 41.6667%
}

.w-col-6 {
    width: 50%
}

.w-col-7 {
    width: 58.3333%
}

.w-col-8 {
    width: 66.6667%
}

.w-col-9 {
    width: 75%
}

.w-col-10 {
    width: 83.3333%
}

.w-col-11 {
    width: 91.6667%
}

.w-col-12 {
    width: 100%
}

.w-hidden-main {
    display: none !important
}

@media screen and (max-width:991px) {
    .w-container {
        max-width: 728px
    }

    .w-hidden-main {
        display: inherit !important
    }

    .w-hidden-medium {
        display: none !important
    }

    .w-col-medium-1 {
        width: 8.33333%
    }

    .w-col-medium-2 {
        width: 16.6667%
    }

    .w-col-medium-3 {
        width: 25%
    }

    .w-col-medium-4 {
        width: 33.3333%
    }

    .w-col-medium-5 {
        width: 41.6667%
    }

    .w-col-medium-6 {
        width: 50%
    }

    .w-col-medium-7 {
        width: 58.3333%
    }

    .w-col-medium-8 {
        width: 66.6667%
    }

    .w-col-medium-9 {
        width: 75%
    }

    .w-col-medium-10 {
        width: 83.3333%
    }

    .w-col-medium-11 {
        width: 91.6667%
    }

    .w-col-medium-12 {
        width: 100%
    }

    .w-col-stack {
        width: 100%;
        left: auto;
        right: auto
    }
}

@media screen and (max-width:767px) {

    .w-hidden-main,
    .w-hidden-medium {
        display: inherit !important
    }

    .w-hidden-small {
        display: none !important
    }

    .w-container .w-row,
    .w-row {
        margin-left: 0;
        margin-right: 0
    }

    .w-col {
        width: 100%;
        left: auto;
        right: auto
    }

    .w-col-small-1 {
        width: 8.33333%
    }

    .w-col-small-2 {
        width: 16.6667%
    }

    .w-col-small-3 {
        width: 25%
    }

    .w-col-small-4 {
        width: 33.3333%
    }

    .w-col-small-5 {
        width: 41.6667%
    }

    .w-col-small-6 {
        width: 50%
    }

    .w-col-small-7 {
        width: 58.3333%
    }

    .w-col-small-8 {
        width: 66.6667%
    }

    .w-col-small-9 {
        width: 75%
    }

    .w-col-small-10 {
        width: 83.3333%
    }

    .w-col-small-11 {
        width: 91.6667%
    }

    .w-col-small-12 {
        width: 100%
    }
}

@media screen and (max-width:479px) {
    .w-container {
        max-width: none
    }

    .w-hidden-main,
    .w-hidden-medium,
    .w-hidden-small {
        display: inherit !important
    }

    .w-hidden-tiny {
        display: none !important
    }

    .w-col {
        width: 100%
    }

    .w-col-tiny-1 {
        width: 8.33333%
    }

    .w-col-tiny-2 {
        width: 16.6667%
    }

    .w-col-tiny-3 {
        width: 25%
    }

    .w-col-tiny-4 {
        width: 33.3333%
    }

    .w-col-tiny-5 {
        width: 41.6667%
    }

    .w-col-tiny-6 {
        width: 50%
    }

    .w-col-tiny-7 {
        width: 58.3333%
    }

    .w-col-tiny-8 {
        width: 66.6667%
    }

    .w-col-tiny-9 {
        width: 75%
    }

    .w-col-tiny-10 {
        width: 83.3333%
    }

    .w-col-tiny-11 {
        width: 91.6667%
    }

    .w-col-tiny-12 {
        width: 100%
    }
}

.w-widget {
    position: relative
}

.w-widget-map {
    width: 100%;
    height: 400px
}

.w-widget-map label {
    width: auto;
    display: inline
}

.w-widget-map img {
    max-width: inherit
}

.w-widget-map .gm-style-iw {
    text-align: center
}

.w-widget-map .gm-style-iw>button {
    display: none !important
}

.w-widget-twitter {
    overflow: hidden
}

.w-widget-twitter-count-shim {
    vertical-align: top;
    text-align: center;
    background: #fff;
    border: 1px solid #758696;
    border-radius: 3px;
    width: 28px;
    height: 20px;
    display: inline-block;
    position: relative
}

.w-widget-twitter-count-shim * {
    pointer-events: none;
    -webkit-user-select: none;
    user-select: none
}

.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
    text-align: center;
    color: #999;
    font-family: serif;
    font-size: 15px;
    line-height: 12px;
    position: relative
}

.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
    display: block;
    position: relative
}

.w-widget-twitter-count-shim.w--large {
    width: 36px;
    height: 28px
}

.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
    font-size: 18px;
    line-height: 18px
}

.w-widget-twitter-count-shim:not(.w--vertical) {
    margin-left: 5px;
    margin-right: 8px
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large {
    margin-left: 6px
}

.w-widget-twitter-count-shim:not(.w--vertical):after,
.w-widget-twitter-count-shim:not(.w--vertical):before {
    content: " ";
    pointer-events: none;
    border: solid #0000;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: 0
}

.w-widget-twitter-count-shim:not(.w--vertical):before {
    border-width: 4px;
    border-color: #75869600 #5d6c7b #75869600 #75869600;
    margin-top: -4px;
    margin-left: -9px
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
    border-width: 5px;
    margin-top: -5px;
    margin-left: -10px
}

.w-widget-twitter-count-shim:not(.w--vertical):after {
    border-width: 4px;
    border-color: #fff0 #fff #fff0 #fff0;
    margin-top: -4px;
    margin-left: -8px
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
    border-width: 5px;
    margin-top: -5px;
    margin-left: -9px
}

.w-widget-twitter-count-shim.w--vertical {
    width: 61px;
    height: 33px;
    margin-bottom: 8px
}

.w-widget-twitter-count-shim.w--vertical:after,
.w-widget-twitter-count-shim.w--vertical:before {
    content: " ";
    pointer-events: none;
    border: solid #0000;
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    left: 50%
}

.w-widget-twitter-count-shim.w--vertical:before {
    border-width: 5px;
    border-color: #5d6c7b #75869600 #75869600;
    margin-left: -5px
}

.w-widget-twitter-count-shim.w--vertical:after {
    border-width: 4px;
    border-color: #fff #fff0 #fff0;
    margin-left: -4px
}

.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
    font-size: 18px;
    line-height: 22px
}

.w-widget-twitter-count-shim.w--vertical.w--large {
    width: 76px
}

.w-background-video {
    color: #fff;
    height: 500px;
    position: relative;
    overflow: hidden
}

.w-background-video>video {
    object-fit: cover;
    z-index: -100;
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    inset: -100%
}

.w-background-video>video::-webkit-media-controls-start-playback-button {
    -webkit-appearance: none;
    display: none !important
}

.w-background-video--control {
    background-color: #0000;
    padding: 0;
    position: absolute;
    bottom: 1em;
    right: 1em
}

.w-background-video--control>[hidden] {
    display: none !important
}

.w-slider {
    text-align: center;
    clear: both;
    -webkit-tap-highlight-color: #0000;
    tap-highlight-color: #0000;
    background: #ddd;
    height: 300px;
    position: relative
}

.w-slider-mask {
    z-index: 1;
    white-space: nowrap;
    height: 100%;
    display: block;
    position: relative;
    left: 0;
    right: 0;
    overflow: hidden
}

.w-slide {
    vertical-align: top;
    white-space: normal;
    text-align: left;
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative
}

.w-slider-nav {
    z-index: 2;
    text-align: center;
    -webkit-tap-highlight-color: #0000;
    tap-highlight-color: #0000;
    height: 40px;
    margin: auto;
    padding-top: 10px;
    position: absolute;
    inset: auto 0 0
}

.w-slider-nav.w-round>div {
    border-radius: 100%
}

.w-slider-nav.w-num>div {
    font-size: inherit;
    line-height: inherit;
    width: auto;
    height: auto;
    padding: .2em .5em
}

.w-slider-nav.w-shadow>div {
    box-shadow: 0 0 3px #3336
}

.w-slider-nav-invert {
    color: #fff
}

.w-slider-nav-invert>div {
    background-color: #2226
}

.w-slider-nav-invert>div.w-active {
    background-color: #222
}

.w-slider-dot {
    cursor: pointer;
    background-color: #fff6;
    width: 1em;
    height: 1em;
    margin: 0 3px .5em;
    transition: background-color .1s, color .1s;
    display: inline-block;
    position: relative
}

.w-slider-dot.w-active {
    background-color: #fff
}

.w-slider-dot:focus {
    outline: 0;
    box-shadow: 0 0 0 2px #fff
}

.w-slider-dot:focus.w-active {
    box-shadow: none
}

.w-slider-arrow-left,
.w-slider-arrow-right {
    cursor: pointer;
    color: #fff;
    -webkit-tap-highlight-color: #0000;
    tap-highlight-color: #0000;
    -webkit-user-select: none;
    user-select: none;
    width: 80px;
    margin: auto;
    font-size: 40px;
    position: absolute;
    inset: 0;
    overflow: hidden
}

.w-slider-arrow-left [class*=" w-icon-"],
.w-slider-arrow-left [class^=w-icon-],
.w-slider-arrow-right [class*=" w-icon-"],
.w-slider-arrow-right [class^=w-icon-] {
    position: absolute
}

.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus {
    outline: 0
}

.w-slider-arrow-left {
    z-index: 3;
    right: auto
}

.w-slider-arrow-right {
    z-index: 4;
    left: auto
}

.w-icon-slider-left,
.w-icon-slider-right {
    width: 1em;
    height: 1em;
    margin: auto;
    inset: 0
}

.w-slider-aria-label {
    clip: rect(0 0 0 0);
    border: 0;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    overflow: hidden
}

.w-slider-force-show {
    display: block !important
}

.w-dropdown {
    text-align: left;
    z-index: 900;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    position: relative
}

.w-dropdown-btn,
.w-dropdown-link,
.w-dropdown-toggle {
    vertical-align: top;
    color: #222;
    text-align: left;
    white-space: nowrap;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    text-decoration: none;
    position: relative
}

.w-dropdown-toggle {
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    padding-right: 40px;
    display: inline-block
}

.w-dropdown-toggle:focus {
    outline: 0
}

.w-icon-dropdown-toggle {
    width: 1em;
    height: 1em;
    margin: auto 20px auto auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0
}

.w-dropdown-list {
    background: #ddd;
    min-width: 100%;
    display: none;
    position: absolute
}

.w-dropdown-list.w--open {
    display: block
}

.w-dropdown-link {
    color: #222;
    padding: 10px 20px;
    display: block
}

.w-dropdown-link.w--current {
    color: #0082f3
}

.w-dropdown-link:focus {
    outline: 0
}

@media screen and (max-width:767px) {
    .w-nav-brand {
        padding-left: 10px
    }
}

.w-lightbox-backdrop {
    cursor: auto;
    letter-spacing: normal;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    visibility: visible;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    color: #fff;
    text-align: center;
    z-index: 2000;
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -webkit-tap-highlight-color: transparent;
    background: #000000e6;
    outline: 0;
    font-family: Helvetica Neue, Helvetica, Ubuntu, Segoe UI, Verdana, sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.2;
    list-style: disc;
    position: fixed;
    inset: 0;
    -webkit-transform: translate(0)
}

.w-lightbox-backdrop,
.w-lightbox-container {
    -webkit-overflow-scrolling: touch;
    height: 100%;
    overflow: auto
}

.w-lightbox-content {
    height: 100vh;
    position: relative;
    overflow: hidden
}

.w-lightbox-view {
    opacity: 0;
    width: 100vw;
    height: 100vh;
    position: absolute
}

.w-lightbox-view:before {
    content: "";
    height: 100vh
}

.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
    height: 86vh
}

.w-lightbox-frame,
.w-lightbox-view:before {
    vertical-align: middle;
    display: inline-block
}

.w-lightbox-figure {
    margin: 0;
    position: relative
}

.w-lightbox-group .w-lightbox-figure {
    cursor: pointer
}

.w-lightbox-img {
    width: auto;
    max-width: none;
    height: auto
}

.w-lightbox-image {
    float: none;
    max-width: 100vw;
    max-height: 100vh;
    display: block
}

.w-lightbox-group .w-lightbox-image {
    max-height: 86vh
}

.w-lightbox-caption {
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #0006;
    padding: .5em 1em;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden
}

.w-lightbox-embed {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0
}

.w-lightbox-control {
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
    width: 4em;
    transition: all .3s;
    position: absolute;
    top: 0
}

.w-lightbox-left {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
    display: none;
    bottom: 0;
    left: 0
}

.w-lightbox-right {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
    display: none;
    bottom: 0;
    right: 0
}

.w-lightbox-close {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
    background-size: 18px;
    height: 2.6em;
    right: 0
}

.w-lightbox-strip {
    white-space: nowrap;
    padding: 0 1vh;
    line-height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto hidden
}

.w-lightbox-item {
    box-sizing: content-box;
    cursor: pointer;
    width: 10vh;
    padding: 2vh 1vh;
    display: inline-block;
    -webkit-transform: translate3d(0, 0, 0)
}

.w-lightbox-active {
    opacity: .3
}

.w-lightbox-thumbnail {
    background: #222;
    height: 10vh;
    position: relative;
    overflow: hidden
}

.w-lightbox-thumbnail-image {
    position: absolute;
    top: 0;
    left: 0
}

.w-lightbox-thumbnail .w-lightbox-tall {
    width: 100%;
    top: 50%;
    transform: translate(0, -50%)
}

.w-lightbox-thumbnail .w-lightbox-wide {
    height: 100%;
    left: 50%;
    transform: translate(-50%)
}

.w-lightbox-spinner {
    box-sizing: border-box;
    border: 5px solid #0006;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    animation: .8s linear infinite spin;
    position: absolute;
    top: 50%;
    left: 50%
}

.w-lightbox-spinner:after {
    content: "";
    border: 3px solid #0000;
    border-bottom-color: #fff;
    border-radius: 50%;
    position: absolute;
    inset: -4px
}

.w-lightbox-hide {
    display: none
}

.w-lightbox-noscroll {
    overflow: hidden
}

@media (min-width:768px) {
    .w-lightbox-content {
        height: 96vh;
        margin-top: 2vh
    }

    .w-lightbox-view,
    .w-lightbox-view:before {
        height: 96vh
    }

    .w-lightbox-group,
    .w-lightbox-group .w-lightbox-view,
    .w-lightbox-group .w-lightbox-view:before {
        height: 84vh
    }

    .w-lightbox-image {
        max-width: 96vw;
        max-height: 96vh
    }

    .w-lightbox-group .w-lightbox-image {
        max-width: 82.3vw;
        max-height: 84vh
    }

    .w-lightbox-left,
    .w-lightbox-right {
        opacity: .5;
        display: block
    }

    .w-lightbox-close {
        opacity: .8
    }

    .w-lightbox-control:hover {
        opacity: 1
    }
}

.w-lightbox-inactive,
.w-lightbox-inactive:hover {
    opacity: 0
}

.w-richtext:after,
.w-richtext:before {
    content: " ";
    grid-area: 1/1/2/2;
    display: table
}

.w-richtext:after {
    clear: both
}

.w-richtext[contenteditable=true]:after,
.w-richtext[contenteditable=true]:before {
    white-space: initial
}

.w-richtext ol,
.w-richtext ul {
    overflow: hidden
}

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
.w-richtext .w-richtext-figure-selected[data-rt-type=image] div,
.w-richtext .w-richtext-figure-selected[data-rt-type=video] div:after {
    outline: 2px solid #2895f7
}

.w-richtext figure.w-richtext-figure-type-video>div:after,
.w-richtext figure[data-rt-type=video]>div:after {
    content: "";
    display: none;
    position: absolute;
    inset: 0
}

.w-richtext figure {
    max-width: 60%;
    position: relative
}

.w-richtext figure>div:before {
    cursor: default !important
}

.w-richtext figure img {
    width: 100%
}

.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
    opacity: .6
}

.w-richtext figure div {
    color: #0000;
    font-size: 0
}

.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type=image] {
    display: table
}

.w-richtext figure.w-richtext-figure-type-image>div,
.w-richtext figure[data-rt-type=image]>div {
    display: inline-block
}

.w-richtext figure.w-richtext-figure-type-image>figcaption,
.w-richtext figure[data-rt-type=image]>figcaption {
    caption-side: bottom;
    display: table-caption
}

.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type=video] {
    width: 60%;
    height: 0
}

.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type=video] iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.w-richtext figure.w-richtext-figure-type-video>div,
.w-richtext figure[data-rt-type=video]>div {
    width: 100%
}

.w-richtext figure.w-richtext-align-center {
    clear: both;
    margin-left: auto;
    margin-right: auto
}

.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image>div,
.w-richtext figure.w-richtext-align-center[data-rt-type=image]>div {
    max-width: 100%
}

.w-richtext figure.w-richtext-align-normal {
    clear: both
}

.w-richtext figure.w-richtext-align-fullwidth {
    text-align: center;
    clear: both;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block
}

.w-richtext figure.w-richtext-align-fullwidth>div {
    padding-bottom: inherit;
    display: inline-block
}

.w-richtext figure.w-richtext-align-fullwidth>figcaption {
    display: block
}

.w-richtext figure.w-richtext-align-floatleft {
    float: left;
    clear: none;
    margin-right: 15px
}

.w-richtext figure.w-richtext-align-floatright {
    float: right;
    clear: none;
    margin-left: 15px
}

.w-nav {
    z-index: 1000;
    background: #ddd;
    position: relative
}

.w-nav:after,
.w-nav:before {
    content: " ";
    grid-area: 1/1/2/2;
    display: table
}

.w-nav:after {
    clear: both
}

.w-nav-brand {
    float: left;
    color: #333;
    text-decoration: none;
    position: relative
}

.w-nav-link {
    vertical-align: top;
    color: #222;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    text-decoration: none;
    display: inline-block;
    position: relative
}

.w-nav-link.w--current {
    color: #0082f3
}

.w-nav-menu {
    float: right;
    position: relative
}

[data-nav-menu-open] {
    text-align: center;
    background: #c8c8c8;
    min-width: 200px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    overflow: visible;
    display: block !important
}

.w--nav-link-open {
    display: block;
    position: relative
}

.w-nav-overlay {
    width: 100%;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    overflow: hidden
}

.w-nav-overlay [data-nav-menu-open] {
    top: 0
}

.w-nav[data-animation=over-left] .w-nav-overlay {
    width: auto
}

.w-nav[data-animation=over-left] .w-nav-overlay,
.w-nav[data-animation=over-left] [data-nav-menu-open] {
    z-index: 1;
    top: 0;
    right: auto
}

.w-nav[data-animation=over-right] .w-nav-overlay {
    width: auto
}

.w-nav[data-animation=over-right] .w-nav-overlay,
.w-nav[data-animation=over-right] [data-nav-menu-open] {
    z-index: 1;
    top: 0;
    left: auto
}

.w-nav-button {
    float: right;
    cursor: pointer;
    -webkit-tap-highlight-color: #0000;
    tap-highlight-color: #0000;
    -webkit-user-select: none;
    user-select: none;
    padding: 18px;
    font-size: 24px;
    display: none;
    position: relative
}

.w-nav-button:focus {
    outline: 0
}

.w-nav-button.w--open {
    color: #fff;
    background-color: #c8c8c8
}

.w-nav[data-collapse=all] .w-nav-menu {
    display: none
}

.w--nav-dropdown-open,
.w--nav-dropdown-toggle-open,
.w-nav[data-collapse=all] .w-nav-button {
    display: block
}

.w--nav-dropdown-list-open {
    position: static
}

@media screen and (max-width:991px) {
    .w-nav[data-collapse=medium] .w-nav-menu {
        display: none
    }

    .w-nav[data-collapse=medium] .w-nav-button {
        display: block
    }
}

@media screen and (max-width:767px) {
    .w-nav[data-collapse=small] .w-nav-menu {
        display: none
    }

    .w-nav[data-collapse=small] .w-nav-button {
        display: block
    }

    .w-nav-brand {
        padding-left: 10px
    }
}

@media screen and (max-width:479px) {
    .w-nav[data-collapse=tiny] .w-nav-menu {
        display: none
    }

    .w-nav[data-collapse=tiny] .w-nav-button {
        display: block
    }
}

.w-tabs {
    position: relative
}

.w-tabs:after,
.w-tabs:before {
    content: " ";
    grid-area: 1/1/2/2;
    display: table
}

.w-tabs:after {
    clear: both
}

.w-tab-menu {
    position: relative
}

.w-tab-link {
    vertical-align: top;
    text-align: left;
    cursor: pointer;
    color: #222;
    background-color: #ddd;
    padding: 9px 30px;
    text-decoration: none;
    display: inline-block;
    position: relative
}

.w-tab-link.w--current {
    background-color: #c8c8c8
}

.w-tab-link:focus {
    outline: 0
}

.w-tab-content {
    display: block;
    position: relative;
    overflow: hidden
}

.w-tab-pane {
    display: none;
    position: relative
}

.w--tab-active {
    display: block
}

@media screen and (max-width:479px) {
    .w-tab-link {
        display: block
    }
}

.w-ix-emptyfix:after {
    content: ""
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.w-dyn-empty {
    background-color: #ddd;
    padding: 10px
}

.w-condition-invisible,
.w-dyn-bind-empty,
.w-dyn-hide {
    display: none !important
}

.wf-layout-layout {
    display: grid
}

@font-face {
    font-family: Suisseintl;
    src: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/6746c1ac83783853599f2c90_SuisseIntl-Light.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Suisseintl;
    src: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/6746c1fa8afc75af46c68f90_SuisseIntl-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Suisseintl;
    src: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/6746c21627c76ab54c4109b8_SuisseIntl-SemiBold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Suisseintl;
    src: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/6746c2d31a0dbafc810db9be_SuisseIntl-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Fa Brands 400";
    src: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/676a9625ec7908e84e2a568e_fa-brands-400.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Fa 400";
    src: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/676a963b0273a006dfba686d_fa-regular-400.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Fa Solid 900";
    src: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/676a96566fac68611a6b3a11_fa-solid-900.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

:root {
    --font-size--tablet-h1: 40px;
    --line-height--tablet-h1: 48px;
    --font-size--desktop-h1: 48px;
    --line-height--desktop-h1: 56px;
    --font-size--mobile-l-h1: 35px;
    --line-height--mobile-l-h1: 43px;
    --font-size--mobile-p-h1: 30px;
    --line-height--mobile-p-h1: 38px;
    --font-size--tablet-h2: 30px;
    --line-height--tablet-h2: 38px;
    --font-size--desktop-h2: 36px;
    --line-height--desktop-h2: 44px;
    --font-size--mobile-l-h2: 25px;
    --line-height--mobile-l-h2: 33px;
    --font-size--mobile-p-h2: 22px;
    --line-height--mobile-p-h2: 29px;
    --font-size--tablet-h3: 25px;
    --line-height--tablet-h3: 35px;
    --font-size--desktop-h3: 25px;
    --line-height--desktop-h3: 35px;
    --font-size--mobile-l-h3: 22px;
    --line-height--mobile-l-h3: 32px;
    --font-size--mobile-p-h3: 20px;
    --line-height--mobile-p-h3: 26px;
    --color--otto-blue: black;
    --systemflow-lite--primary--10: #f2f6ff;
    --systemflow-lite--neutral--10: white;
    --systemflow-lite--neutral--100: #0e0f11;
    --color--otto-blog-text-dark-blue: #1f3499;
    --systemflow-lite--neutral--20: #f9fafb;
    --color--button-bg: #253edb;
    --color--button-text: white;
    --_new-home---black-color: black;
    --color--breadcrumb-inactive: #636b75;
    --color--breadcrumb-active: #253edb;
    --_new-home---heading-color: #111827;
    --color--text: #0e0f11;
    --systemflow-lite--neutral--80: #636b75;
    --_new-home---body: white;
    --_new-home---font-size--d-h1: 54px;
    --_new-home---line-height--d-h1: 60px;
    --_new-home---font-size--t-h1: 40px;
    --_new-home---line-height--t-h1: 46px;
    --_new-home---font-size--ml-h1: 30px;
    --_new-home---line-height--ml-h1: 36px;
    --_new-home---font-size--mp-h1: 27px;
    --_new-home---primary--grey--600: #4b5563;
    --_new-home---primary-button-bg: #233ed9;
    --_new-home---primary-button-text: white;
    --_new-home---primary-button-hover-bg: #2239b1;
    --_new-home---primary--blue--700: #233ed9;
    --_new-home---font-size--d-h2: 40px;
    --_new-home---line-height--d-h2: 48px;
    --_new-home---font-size--t-h2: 30px;
    --_new-home---line-height--t-h2: 38px;
    --_new-home---font-size--m-h2: 25px;
    --_new-home---line-height--m-h2: 33px;
    --_new-home---primary--grey--700: #374151;
    --_new-home---text: #1f2937;
    --_new-home---font-size--d-h3: 30px;
    --_new-home---line-height--d-h3: 38px;
    --_new-home---font-size--m-h3: 25px;
    --_new-home---line-height--m-h3: 33px;
    --color--otto-blog-test-color-dark: #253edb;
    --font-size--button-desktop: 16px;
    --font-size--button-tablet: 16px;
    --font-size--button-mobile: 16px;
    --systemflow-lite--primary--60: #2f54eb;
    --_new-home---line-height--mp-h1: 37px
}

.w-layout-blockcontainer {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    display: block
}

.w-layout-grid {
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid
}

.w-pagination-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    display: flex
}

.w-pagination-previous {
    color: #333;
    background-color: #fafafa;
    border: 1px solid #ccc;
    border-radius: 2px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 9px 20px;
    font-size: 14px;
    display: block
}

.w-pagination-previous-icon {
    margin-right: 4px
}

.w-pagination-next {
    color: #333;
    background-color: #fafafa;
    border: 1px solid #ccc;
    border-radius: 2px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 9px 20px;
    font-size: 14px;
    display: block
}

.w-pagination-next-icon {
    margin-left: 4px
}

@media screen and (max-width:991px) {
    .w-layout-blockcontainer {
        max-width: 728px
    }
}

@media screen and (max-width:767px) {
    .w-layout-blockcontainer {
        max-width: none
    }
}

body {
    color: #333;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px
}

h1 {
    font-size: var(--font-size--tablet-h1);
    line-height: var(--line-height--tablet-h1);
    margin-top: 0;
    margin-bottom: 15px
}

h2 {
    font-size: var(--font-size--tablet-h2);
    line-height: var(--line-height--tablet-h2);
    margin-top: 24px;
    margin-bottom: 15px;
    font-weight: 700
}

h3 {
    font-size: var(--font-size--tablet-h3);
    line-height: var(--line-height--tablet-h3);
    margin-top: 24px;
    margin-bottom: 15px
}

p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px
}

a {
    color: var(--color--otto-blue);
    text-decoration: underline
}

ul {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px
}

li {
    font-size: 16px;
    line-height: 24px
}

.container {
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto
}

.button-primary {
    pointer-events: auto;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: #253edb;
    border: 1px solid #253edb;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    transition: all .2s
}

.button-primary:hover {
    color: #fff;
    background-color: #233fd9cc
}

.button-primary:active {
    background-color: #233fd9cc
}

.hero-heading-left {
    background-color: #f5f7fa;
    background-image: linear-gradient(#bdc6f4 6%, #fff);
    border-bottom: 0 solid #e4ebf3;
    height: auto;
    margin-top: 0;
    padding: 40px 30px 60px;
    position: relative
}

.hero-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    min-height: 200px;
    font-weight: 400;
    display: flex
}

.hero-save-money-split-text {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 101%;
    font-size: 14px;
    display: flex
}

.margin-bottom-24px {
    color: #fff;
    text-align: left;
    max-width: 70%;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px
}

.testimonial-column-light {
    background-image: linear-gradient(0deg, #bdc6f4, #fff);
    border-bottom: 0 solid #e4ebf3;
    padding: 60px 30px;
    position: relative
}

.centered-heading {
    text-align: left;
    min-width: 50%;
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 48px;
    font-weight: 300;
    line-height: 54px
}

.testimonial-grid-two {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 50px;
    display: grid
}

.testimonial-main-heading {
    color: #253edb;
    margin-bottom: 2px;
    font-size: 28px;
    font-weight: 300;
    line-height: 40px
}

.hero-wrapper-two {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    display: flex
}

.footer-social-link {
    font-size: 20px
}

.sysf-collapse-item-2 {
    cursor: pointer;
    padding-left: 16px;
    padding-right: 16px
}

.body {
    color: #253edb;
    font-family: Suisseintl, Arial, sans-serif
}

.div-block {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    align-items: center;
    max-width: 86%;
    display: flex;
    position: relative
}

.heading {
    text-align: left;
    mix-blend-mode: normal;
    color: #253edb;
    flex-flow: row;
    justify-content: flex-start;
    font-size: 4em;
    font-weight: 300;
    line-height: 55px;
    display: block
}

.div-block-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    align-items: stretch;
    height: auto;
    display: flex
}

.button-demo {
    color: #253edb;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #fff;
    border: 0 solid #253edb;
    border-radius: 10px;
    padding: 10px 20px;
    font-family: Suisseintl, Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    text-decoration: none;
    transition: all .2s
}

.button-demo:hover {
    color: #253edb;
    background-color: #d6dcf8fa
}

.button-demo:active {
    color: #253edb;
    background-color: #d6dcf8
}

.text-block {
    color: #5d6fe0;
    font-size: 20px;
    font-weight: 300;
    line-height: 28px
}

.div-block-3 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
    display: flex
}

.bold-text {
    color: #253edb;
    font-size: 30px;
    font-weight: 400;
    line-height: 36px
}

.text-block-2,
.text-block-3,
.text-block-4,
.text-block-5 {
    font-family: Suisseintl, Arial, sans-serif;
    font-size: 1.25em
}

.list-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
    display: flex
}

.list-item-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.list-item-3,
.list-item-4,
.list-item-5 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: center;
    display: flex
}

.list {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    align-items: flex-start;
    display: flex
}

.div-block-4 {
    background-color: #bdc6f4;
    border-radius: 10px;
    margin-top: 40px;
    padding-top: 50px;
    padding-left: 81px;
    display: flex
}

.hero-stack-deal-tracker {
    background-color: #253edb;
    border-bottom: 1px #e4ebf3;
    padding: 60px 30px;
    position: relative
}

.heading-2 {
    color: #fff;
    text-align: left;
    max-width: 70%;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400
}

.text-block-6 {
    text-align: left;
    letter-spacing: 2px;
    text-transform: uppercase;
    width: auto;
    min-width: 50%;
    max-width: none;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px
}

.div-block-5 {
    flex-flow: column;
    align-items: flex-start;
    max-width: 968px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: flex
}

.testimonial-slider-large-2 {
    background-color: #fff;
    border-bottom: 0 #e4ebf3;
    padding: 60px 30px 40px;
    position: relative
}

.container-2 {
    width: 100%;
    max-width: 968px;
    margin-left: auto;
    margin-right: auto
}

.testimonial-slider-two-2 {
    background-color: #0000;
    height: auto
}

.testimonial-slide-2 {
    background-color: #f5f7fa;
    border-radius: 10px;
    justify-content: space-between;
    align-items: center;
    padding: 32px;
    display: flex
}

.testimonial-content-2 {
    flex-direction: column;
    align-items: flex-start;
    max-width: 500px;
    margin-right: 40px;
    display: flex
}

.testimonial-quote-icon-2 {
    margin-bottom: 24px
}

.testimonial-quote-2 {
    color: #233ddd;
    margin-bottom: 32px;
    font-size: 24px;
    font-weight: 300;
    line-height: 32px
}

.testimonial-info-two-2 {
    align-items: center;
    display: flex
}

.testimonial-author-name-2 {
    font-weight: 700
}

.testimonial-slider-arrow-2 {
    display: none
}

.testimonial-slider-nav-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 0;
    font-size: 10px;
    line-height: 20px;
    display: flex;
    position: static;
    bottom: -60px
}

.herio-description {
    color: #253edb;
    max-width: 50%;
    margin-bottom: 24px;
    font-size: 22px;
    font-weight: 300;
    line-height: 32px
}

.testimonial-card-two1,
.testimonial-card-two2,
.testimonial-card-two3 {
    background-color: #fff9;
    border: 0 solid #e4ebf3;
    border-radius: 8px;
    flex-direction: column;
    padding: 30px 20px;
    display: flex
}

.accordion-item {
    background-color: #0000;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    margin-bottom: 10px;
    padding: 10px 0
}

.accordion-item-trigger {
    justify-content: space-between;
    align-items: flex-start;
    display: flex
}

.accordion-heading {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    color: #fff;
    cursor: pointer;
    flex: 1;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    display: flex
}

.icon.accordion-icon {
    color: #fff;
    cursor: pointer;
    font-family: Material Icons, sans-serif;
    font-size: 32px;
    line-height: 30px
}

.accordion-item-content {
    color: #fff;
    height: auto;
    margin-top: 10px;
    margin-right: 30px;
    overflow: hidden
}

.bold-text-4 {
    font-size: 20px;
    font-weight: 400
}

.bold-text-6 {
    font-weight: 400
}

.accordion-text {
    color: var(--systemflow-lite--primary--10);
    text-indent: 0;
    font-family: Suisseintl, Arial, sans-serif;
    font-size: 14px;
    line-height: 22px
}

.hero-split-copy {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 40%;
    display: flex
}

.utility-page-wrap {
    justify-content: center;
    align-items: center;
    width: 100vw;
    max-width: 100%;
    height: 100vh;
    max-height: 100%;
    display: flex
}

.utility-page-content {
    text-align: center;
    flex-direction: column;
    width: 260px;
    display: flex
}

.utility-page-form {
    flex-direction: column;
    align-items: stretch;
    display: flex
}

.text-span-4 {
    font-weight: 600
}

.text-span-5 {
    -webkit-text-fill-color: transparent;
    background-color: #253edb;
    -webkit-background-clip: text;
    background-clip: text;
    font-weight: 600
}

.image-8 {
    border-radius: 10px
}

.button-coming-soon {
    color: #253edb;
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: #fff;
    border: 0 solid #253edb;
    border-radius: 30px;
    padding: 10px 20px;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    transition: all .2s
}

.button-coming-soon:hover {
    color: #253edb
}

.button-coming-soon:active {
    color: #253edb;
    background-color: #d6dcf8
}

.hero-save-money-split {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 14px
}

.hero-split-image {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 60%;
    font-size: 14px;
    display: flex
}

.hero-section1 {
    background-color: #f5f7fa;
    background-image: linear-gradient(#bdc6f4 6%, #fff);
    border-bottom: 0 solid #e4ebf3;
    margin-top: 0;
    padding: 40px 30px 60px;
    position: relative
}

.footer-subscribe-2 {
    background-image: linear-gradient(#bdc6f4, #fff);
    border: 1px #000;
    padding: 40px 30px;
    display: block;
    position: relative
}

.container-5 {
    width: 100%;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto
}

.footer-form-two-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    background-color: #0000;
    border-radius: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    padding: 20px 64px;
    display: flex
}

.footer-form-container-two-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex
}

.button-demo-large {
    color: var(--systemflow-lite--neutral--10);
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: #253edb;
    border: 0 solid #253edb;
    border-radius: 10px;
    padding: 12px 30px;
    font-family: Suisseintl, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    transition: all .2s
}

.button-demo-large:active,
.button-demo-large:hover {
    color: #fff;
    background-color: #253edbcc
}

.centered-heading-copy {
    text-align: center;
    min-width: 50%;
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 48px;
    font-weight: 300;
    line-height: 54px
}

.typeform-wrapper-fo7n0qjk {
    width: 100%;
    height: 100vh
}

.ot-single-blog-image {
    border-radius: 12px;
    margin-bottom: 40px
}

.blog-collection-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: start;
    place-items: start stretch;
    margin-top: 0;
    margin-bottom: 40px;
    display: grid
}

.empty-state {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex
}

.ot-blog-date-flex {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: center;
    display: flex
}

.empty-state-2 {
    display: none
}

.ot-blog-category-collection-list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    display: flex
}

.author-container {
    border: 1px solid var(--color--otto-blue);
    background-color: #fff;
    border-radius: 12px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 940px;
    margin: 40px auto 20px;
    padding: 40px 20px;
    display: flex
}

.auhtor-photo {
    aspect-ratio: 1;
    border-radius: 50%;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 5em;
    position: relative;
    overflow: hidden
}

.auhtor-details {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex
}

.heading-10 {
    color: var(--systemflow-lite--neutral--100);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 3em;
    font-weight: 700;
    line-height: 1.1em
}

.paragraph-2 {
    color: #0009;
    text-align: center;
    text-transform: none;
    max-width: 300px;
    margin-bottom: 0;
    font-size: 1.1em;
    font-weight: 400;
    line-height: 1.3em
}

.blog-author-details {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex
}

.ot-blog-author-image {
    border-radius: 8px;
    width: 25px;
    height: 25px;
    overflow: hidden
}

.ot-blog-author-name {
    color: #050505;
    font-size: 1.2em
}

.ot-blog-author {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.empty-state-3 {
    display: none
}

.collection-item-3 {
    color: #121212;
    text-align: left;
    overflow-wrap: normal;
    font-size: 1rem;
    font-weight: 400;
    line-height: 30px
}

.collection-list-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: auto
}

.ot-blog-category-link {
    color: #0009;
    font-size: .9rem;
    text-decoration: none
}

.ot-blog-category-link:hover {
    color: #000
}

.ot-blog-category-link.w--current {
    color: #000;
    letter-spacing: 1px;
    font-size: .9rem
}

.template-hero-section {
    background-color: #f5f7fa;
    background-image: linear-gradient(#bdc6f4 6%, #fff);
    border-bottom: 0 solid #e4ebf3;
    margin-top: 0;
    padding: 40px 30px 60px;
    position: relative
}

.template-container {
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto
}

.temp-hero-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-height: 200px;
    font-weight: 400;
    display: flex
}

.hero-text-block {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 75rem;
    margin-bottom: 4.5rem;
    margin-left: auto;
    margin-right: auto;
    display: flex
}

.temp-hero-image-block {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 65rem;
    font-size: 14px;
    display: flex;
    position: relative
}

.temp-hero-button-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    align-items: stretch;
    height: auto;
    display: flex
}

.temp-hero-description {
    color: #253edb;
    text-align: center;
    max-width: 80%;
    font-size: 22px;
    line-height: 32px
}

.temp-hero-description.hero-text-link {
    color: var(--color--otto-blog-text-dark-blue)
}

.temp-hero-heading-block {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 86%;
    display: flex;
    position: relative
}

.temp-hero-heading {
    text-align: center;
    mix-blend-mode: normal;
    color: #253edb;
    flex-flow: row;
    justify-content: flex-start;
    font-size: 60px;
    font-weight: 300;
    line-height: 64px;
    display: block
}

.temp-hero-button {
    pointer-events: auto;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: #253edb;
    border: 1px solid #253edb;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    transition: all .2s
}

.temp-hero-button:hover {
    color: #fff;
    background-color: #233fd9cc
}

.temp-hero-button:active {
    background-color: #233fd9cc
}

.div-block-32 {
    background-image: linear-gradient(0deg, #fff, #fffffff2 97%, #fff);
    width: 80%;
    height: 63px;
    position: absolute;
    inset: auto auto -40px
}

.side-section-description {
    color: var(--color--otto-blue);
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px
}

.template-3-grid-section {
    background-image: linear-gradient(0deg, #bdc6f4, #fff);
    border-bottom: 0 solid #e4ebf3;
    max-width: none;
    padding: 60px 30px;
    position: relative
}

.template-3-grid-section.feature-section {
    background-image: none
}

.template-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-items: stretch;
    margin-top: 40px;
    display: grid
}

.temlate-faq {
    background-color: #253edb;
    border-bottom: 1px #e4ebf3;
    padding: 60px 30px;
    position: relative
}

.template-faq-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: flex-start;
    place-items: center stretch;
    display: grid
}

.faq-list-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid
}

.template-faq-container {
    width: 100%;
    max-width: 968px;
    margin-left: auto;
    margin-right: auto
}

.global-footer {
    background-color: var(--color--otto-blue);
    color: var(--systemflow-lite--neutral--10);
    padding: 50px 30px 15px;
    position: static
}

.footer-content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: auto auto 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: flex
}

.footer-block {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex
}

.title-small {
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 700
}

.footer-link {
    color: var(--systemflow-lite--neutral--10);
    font-size: 14px;
    line-height: 24px;
    text-decoration: none
}

.footer-social-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.footer-divider {
    background-color: #e4ebf3;
    width: 100%;
    height: 1px;
    margin-top: 70px;
    margin-bottom: 15px
}

.footer-copyright-center {
    text-align: center;
    font-size: 14px;
    line-height: 16px
}

.navbar-no-shadow {
    z-index: 999;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background-color: #bdc6f4;
    position: sticky;
    top: 0
}

.navbar-no-shadow-container {
    z-index: 5;
    background-color: #0000;
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 24px
}

.container-regular {
    width: 100%;
    max-width: 1440px;
    min-height: 30px;
    margin-left: auto;
    margin-right: auto
}

.navbar-wrapper-3 {
    justify-content: space-between;
    align-items: center;
    display: flex
}

.nav-menu {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex
}

.nav-link-3 {
    color: var(--color--otto-blue);
    letter-spacing: .25px;
    margin-left: 0;
    margin-right: 0;
    padding: 5px 15px 5px 10px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-decoration: none
}

.nav-link-3:hover {
    color: var(--color--otto-blue)
}

.nav-link-3:focus-visible,
.nav-link-3[data-wf-focus-visible] {
    outline-offset: 0px;
    color: #0050bd;
    border-radius: 4px;
    outline: 2px solid #0050bd
}

.nav-dropdown-3 {
    margin-left: 5px;
    margin-right: 5px
}

.nav-dropdown-toggle-3 {
    letter-spacing: .25px;
    padding: 5px 30px 5px 10px;
    font-size: 14px;
    line-height: 20px
}

.nav-dropdown-toggle-3:hover {
    color: #1a1b1fbf
}

.nav-dropdown-toggle-3:focus-visible,
.nav-dropdown-toggle-3[data-wf-focus-visible] {
    outline-offset: 0px;
    color: #0050bd;
    border-radius: 5px;
    outline: 2px solid #0050bd
}

.nav-dropdown-icon-3 {
    margin-right: 10px
}

.nav-dropdown-list-3 {
    background-color: #fff;
    border-radius: 12px
}

.nav-dropdown-list-3.w--open {
    padding-top: 10px;
    padding-bottom: 10px
}

.nav-dropdown-link-3 {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px
}

.nav-dropdown-link-3:focus-visible,
.nav-dropdown-link-3[data-wf-focus-visible] {
    outline-offset: 0px;
    color: #0050bd;
    border-radius: 5px;
    outline: 2px solid #0050bd
}

.mobile-margin-top-12 {
    display: none
}

.nav-button-wrapper {
    margin-left: 20px
}

.list-item-6 {
    display: none
}

.blue-btn-wrapper {
    margin-left: 20px
}

.blue-btn {
    background-color: var(--color--otto-blue);
    color: var(--systemflow-lite--neutral--20);
    letter-spacing: 1px;
    text-transform: none;
    border: 0 solid #253edb;
    border-radius: 10px;
    padding: 10px 20px;
    font-family: Suisseintl, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
    transition: all .2s
}

.blue-btn:hover {
    color: #253edb;
    background-color: #d6dcf8fa
}

.blue-btn:active {
    color: #253edb;
    background-color: #d6dcf8
}

.product-ctas-section {
    background-color: #f3f2ef;
    border-bottom: 1px solid #e4ebf3;
    padding: 40px 30px 60px;
    position: relative
}

.container-7 {
    width: 100%;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto
}

.glossery-cta-title {
    text-align: center;
    max-width: 550px;
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto
}

.glossery-cta-description {
    text-align: center;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    display: none
}

.pricing-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 50px;
    display: grid
}

.pricing-card-three {
    background-color: var(--systemflow-lite--neutral--10);
    text-align: center;
    border-radius: 12px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 40px 20px;
    display: flex
}

.pricing-image {
    object-fit: cover;
    width: 80px;
    height: 80px;
    margin-bottom: 16px
}

.pricing-card-text {
    margin-bottom: 20px
}

.text-link-arrow-2 {
    color: #1a1b1f;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    display: flex
}

.arrow-embed-2 {
    margin-left: 2px;
    display: flex
}

.all-product-cta-section {
    background-color: #f3f2ef;
    border-bottom: 1px solid #e4ebf3;
    padding: 0 30px 60px;
    position: relative
}

.all-product-cta-wrapper {
    justify-content: center;
    align-items: center;
    display: flex
}

.all-product-cta-btn {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    align-items: stretch;
    height: auto;
    display: flex
}

.o-button {
    border: 1px solid var(--color--button-bg);
    background-color: var(--color--button-bg);
    color: var(--color--button-text);
    letter-spacing: 2px;
    text-transform: uppercase;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    transition: all .2s
}

.o-button:hover {
    color: #fff;
    background-color: #233fd9cc
}

.o-button:active {
    background-color: #233fd9cc
}

.share-glossery-wrapper {
    border-top: 1px solid #e5e7eb;
    max-width: 940px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 24px;
    padding-bottom: 24px
}

.shar-icon-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    color: var(--systemflow-lite--neutral--100);
    justify-content: space-between;
    align-items: center;
    display: flex
}

.share-icon-ul {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-top: 0;
    margin-bottom: 0;
    display: flex
}

.hero-content-block {
    text-align: center
}

.o-section {
    width: 100%
}

.o-section.bg-gray {
    background-color: #f3f2ef;
    padding-top: 80px;
    padding-bottom: 80px
}

.o-section.bg-transparent {
    padding-top: 60px;
    padding-bottom: 60px
}

.o-section.logo-slider {
    padding-top: 40px;
    padding-bottom: 40px
}

.o-section.o-video-popup-section {
    padding: 70px
}

.o-heading-h2 {
    color: var(--color--otto-blue);
    font-size: var(--font-size--tablet-h2);
    line-height: var(--line-height--tablet-h2);
    margin-top: 0;
    margin-bottom: 0
}

.o-heading-h2.mb-24 {
    margin-bottom: 24px
}

.o-heading-h2.white {
    color: var(--systemflow-lite--neutral--10)
}

.o-heading-h2.md-text-center.o-text-center {
    text-align: center
}

.glossary-content {
    color: var(--_new-home---black-color)
}

.o-heading-wrapper {
    text-align: center;
    margin-bottom: 40px
}

.explore-img {
    border-radius: 10px;
    width: 100%;
    height: auto
}

.explore-heading {
    color: var(--color--otto-blue);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 34px
}

.right-arrow {
    display: flex
}

.ot-resource-button-wrapper {
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    display: flex
}

.template-heading {
    color: var(--color--otto-blue);
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 22px;
    line-height: 32px
}

.page-bredcrumb {
    margin-top: 36px
}

.bredcrumb-menu {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 14px;
    line-height: 20px;
    list-style-type: none
}

.breadcrumb-item {
    font-size: 14px;
    line-height: 20px;
    display: inline-block
}

.breadcrumb-items-link {
    color: var(--color--breadcrumb-inactive);
    text-decoration: none;
    display: inline-block
}

.separator {
    color: var(--color--breadcrumb-inactive);
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block
}

.active-page {
    color: var(--color--breadcrumb-active);
    display: inline-block
}

.page-breadcrumb-container {
    max-width: 100%;
    padding-left: 22px;
    padding-right: 22px
}

.footer-img {
    height: 16px;
    margin-top: -4px
}

.how-to-point-heading {
    color: var(--_new-home---heading-color);
    margin-top: 15px;
    margin-bottom: 6px;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px
}

.feature-img {
    width: 60px
}

.feature-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border: 1px solid var(--color--otto-blue);
    color: var(--systemflow-lite--neutral--100);
    border-radius: 8px;
    flex-direction: column;
    padding: 24px;
    display: flex
}

.bottom-footer {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex
}

.footer-text {
    color: var(--systemflow-lite--neutral--10);
    max-width: 300px;
    margin-top: 12px;
    font-size: 14px;
    line-height: 24px;
    text-decoration: none
}

.footer-social-icon {
    color: var(--systemflow-lite--neutral--10);
    font-family: "Fa Brands 400", Arial, sans-serif;
    font-size: 20px
}

.success-message {
    border: 1px solid var(--color--otto-blue);
    background-color: #0000;
    border-radius: 10px;
    padding: 12px
}

.d-none {
    display: none
}

.alt-review-star {
    margin-bottom: 10px
}

.terms-container {
    max-width: 1440px;
    padding: 15px 30px
}

.launchlist-form {
    grid-column-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.header-form-input {
    border: 1px solid #a7a7a7;
    border-radius: 10px;
    height: 40px;
    margin-bottom: 0;
    padding: 12px 20px;
    font-size: 12px
}

.header-form-submit {
    background-color: #253edb;
    border: 1px solid #253edb;
    border-radius: 10px;
    height: 40px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 12px;
    line-height: 16px
}

.header-form-block {
    margin-bottom: 0
}

.category-section {
    padding-top: 50px
}

.category-main-heading {
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px
}

.category-h3 {
    color: var(--color--otto-blue);
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px
}

.category-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr
}

.category-grid-block {
    background-image: linear-gradient(315deg, #bdc6f41a, #fff 81%);
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    padding: 25px
}

.category-h4 {
    color: var(--color--text);
    margin-top: 0;
    font-size: 18px;
    font-weight: 500
}

.category-p {
    color: var(--systemflow-lite--neutral--80);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.category-icon {
    aspect-ratio: 1;
    background-color: #bdc6f447;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 60px;
    margin-bottom: 20px;
    display: flex
}

.category-block {
    margin-bottom: 50px
}

.testimonial-section {
    padding-top: 50px;
    padding-bottom: 50px
}

.testimonial-container {
    max-width: 1100px
}

.review-wrap {
    justify-content: center;
    align-items: center;
    display: flex
}

.review-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: none;
    justify-content: flex-start;
    width: 100%;
    display: flex
}

.review-1st {
    background-color: #be8181;
    flex: none;
    width: 33%;
    padding: 20px
}

.review-1st._2 {
    background-color: #4a6ba1
}

.review-1st._3 {
    background-color: #75a75a
}

.template-input {
    color: var(--color--text);
    background-color: #0000;
    border: 1px solid #878787;
    border-radius: 10px;
    height: 43px;
    padding: 10px;
    line-height: 21px
}

.thanku-heading {
    font-size: 20px;
    line-height: 30px;
    display: inline
}

.text-block-15 {
    margin-top: 10px
}

.ticker {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
    position: relative;
    overflow: hidden
}

.ticker.is-reversed {
    justify-content: flex-end;
    align-items: center
}

.ticker-content {
    flex-flow: row;
    flex: none;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ticker-logo {
    width: auto;
    height: 30px;
    margin-left: 35px;
    margin-right: 35px
}

.padding-t-50 {
    text-align: center;
    padding-top: 50px
}

.o-heading-animation {
    text-align: center;
    max-width: 862px
}

.o-heading-animation-span {
    color: #9ca3af;
    margin-top: 0;
    padding-right: 14px;
    font-size: 52px;
    font-weight: 600;
    line-height: 60px;
    display: inline-block
}

.o-video-popup-image {
    border-radius: 40px
}

.o-video-popup-link {
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative
}

.o-popup-wrapper {
    text-align: center;
    justify-content: center;
    align-items: center
}

.o-popup-content-block {
    z-index: 0;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute
}

.ot-popup-title {
    color: #fff;
    font-size: 36px;
    line-height: 44px
}

.o-4-col-logo-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr
}

.o-company-logo-block {
    background-color: #fff;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    display: flex;
    position: relative;
    box-shadow: 5px 5px 10px #0000001a
}

.o-minimize-icon {
    position: absolute;
    inset: -10% auto auto -10%
}

.o-review-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    height: 100%;
    display: flex;
    overflow: hidden
}

.o-review-content-block {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
    justify-content: center;
    align-items: center
}

.o-review-image {
    max-height: 220px
}

.o-review-block {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    cursor: pointer;
    background-color: #f8fbff;
    border-radius: 16px;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
    justify-content: flex-start;
    align-items: center;
    width: 200px;
    padding: 16px;
    display: flex;
    overflow: hidden
}

.o-review-block.active {
    width: 100%
}

.ot-body {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    aspect-ratio: auto;
    background-color: var(--_new-home---body);
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 400;
    display: block
}

.ot-hero-section {
    padding-top: 36px;
    padding-bottom: 70px
}

.ot-hero-section.pt-150 {
    margin-top: -10px;
    padding-top: 150px
}

.ot-hero-section.pb-123 {
    padding-bottom: 123px
}

.ot-hero-section.bg-dotted {
    background-image: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/67c9609c9fb5dd1f966b067f_glossary-hero-image.webp");
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 90px;
    padding-bottom: 90px
}

.ot-hero-section.tax-hero {
    padding-top: 90px;
    padding-bottom: 0
}

.ot-hero-section.invoice-tool-hero {
    object-fit: fill;
    padding-bottom: 0
}

.otto-home-container {
    max-width: 1440px;
    padding-left: 24px;
    padding-right: 24px
}

.ot-hero-content {
    grid-row-gap: 22px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ot-h1 {
    color: var(--_new-home---heading-color);
    font-size: var(--_new-home---font-size--d-h1);
    line-height: var(--_new-home---line-height--d-h1);
    letter-spacing: -1.62px;
    margin-bottom: 18px;
    font-weight: 700
}

.ot-h1.ot-center {
    text-align: center;
    margin-bottom: 0
}

.ot-h1.ot-sitemap-h1 {
    font-size: 65px;
    line-height: 70px
}

.ot-hero-title-text {
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ot-hero-title-text.ot-max-w-800 {
    max-width: 800px
}

.ot-subheadline {
    color: var(--_new-home---primary--grey--600);
    text-align: center;
    max-width: 715px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.ot-subheadline.ot-left {
    text-align: left
}

.ot-primary-btn {
    background-color: var(--_new-home---primary-button-bg);
    color: var(--_new-home---primary-button-text);
    text-align: center;
    cursor: pointer;
    border: 1px solid #72a0ff;
    border-radius: 12px;
    padding: 10.5px 16px;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    text-decoration: none;
    transition: all .3s;
    display: inline-block
}

.ot-primary-btn:hover {
    background-color: var(--_new-home---primary-button-hover-bg)
}

.ot-primary-btn.ot-submit {
    color: var(--_new-home---primary-button-text);
    border-style: none;
    border-radius: 10px;
    padding: 12px 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    position: absolute;
    top: 50%;
    right: 4.25px;
    transform: translate(0, -50%)
}

.ot-primary-btn.ot-form-btn {
    border-radius: 8px;
    padding: 13px 32px;
    line-height: 16px
}

.ot-primary-btn.ot-form-btn.mt-30 {
    margin-top: 10px
}

.ot-primary-btn.pricing-btn {
    min-width: 242px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.ot-primary-btn.pricing-btn.business-plan {
    color: var(--_new-home---heading-color);
    background-color: #9ac4ff1a;
    border-color: #72a0ffb3
}

.ot-primary-btn.pricing-btn.business-plan:hover {
    background-color: var(--_new-home---primary-button-bg);
    color: var(--_new-home---primary-button-text)
}

.ot-primary-btn.compare-btn {
    color: var(--_new-home---heading-color);
    background-color: #0000;
    border-color: #cad0d9
}

.ot-primary-btn.compare-btn:hover {
    background-color: var(--_new-home---primary-button-bg);
    color: var(--_new-home---primary-button-text)
}

.ot-primary-btn._w-100 {
    width: 100%
}

.ot-primary-btn.icon-with-text {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    padding-top: 8.5px;
    padding-bottom: 8.5px;
    display: flex
}

.ot-primary-btn.white-btn {
    background-color: var(--_new-home---primary-button-text);
    color: var(--_new-home---primary-button-bg);
    padding: 14px 30px;
    font-size: 16px
}

.ot-primary-btn.white-btn:hover {
    background-color: var(--_new-home---primary-button-bg);
    color: var(--_new-home---primary-button-text)
}

.ot-secondary-btn {
    color: var(--_new-home---primary-button-bg);
    background-color: #0000;
    border: 1px solid #72a0ff;
    border-radius: 12px;
    padding: 10.5px 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    text-decoration: none
}

.ot-secondary-btn.icon-with-text {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    padding-top: 8.5px;
    padding-bottom: 8.5px;
    display: inline-flex
}

.ot-secondary-btn.icon-with-text.mt-24 {
    margin-top: 24px
}

.ot-secondary-btn.icon-with-text.d-none {
    display: none
}

.ot-hero-image-section {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-bottom: 48px
}

.ot-hero-image {
    text-align: center;
    justify-content: center;
    display: flex
}

.ot-logo-section {
    padding-top: 60px;
    padding-bottom: 60px
}

.ot-logo-title {
    color: var(--_new-home---primary--grey--600);
    text-align: center;
    margin-bottom: 48px
}

.ot-sticky-section {
    z-index: -1;
    position: static
}

.ot-p-relative {
    background-color: #fff;
    position: relative
}

.ot-center-content {
    justify-content: center;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px
}

.ot-p-sticky {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    background-image: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/679b2a47d551a8146bde7ec3_texture.svg");
    background-position: 0 0;
    background-size: auto;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: sticky;
    top: 72px
}

.ot-p-sticky.ot-sticky-none {
    position: static
}

.o-founder-name-span {
    color: var(--_new-home---primary--grey--600);
    margin-top: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    display: block
}

.ot-zigzag-section {
    background-color: #f8fbff;
    padding-top: 24px;
    padding-bottom: 24px
}

.ot-zigzag-grid {
    grid-column-gap: 100px;
    background-color: #fff;
    border-radius: 48px;
    grid-template-rows: auto;
    grid-template-columns: .9fr 1.1fr;
    align-self: stretch;
    align-items: center;
    padding: 54px 50px
}

.ot-zigzag-grid.reverce {
    grid-template-columns: 1.1fr .9fr
}

.ot-zigzag-content-block {
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex
}

.ot-zigzag-top-text {
    color: #24378b;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 8px 6px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px
}

.ot-h2 {
    color: var(--_new-home---black-color);
    font-size: var(--_new-home---font-size--d-h2);
    line-height: var(--_new-home---line-height--d-h2);
    letter-spacing: -.4px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 500
}

.ot-h2.max-600 {
    max-width: 600px
}

.ot-zigzag-title-text {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex
}

.ot-zigzag-pera {
    color: var(--_new-home---primary--grey--700);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.ot-zigzag-btn {
    color: var(--_new-home---primary--grey--700);
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #f5faff;
    border: 1px solid #9abbff;
    border-radius: 12px;
    padding: 12px 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    transition: all .4s
}

.ot-zigzag-btn:hover {
    background-color: var(--_new-home---primary-button-bg);
    color: var(--_new-home---primary-button-text)
}

.ot-zigzag-wrapper {
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex
}

.ot-video-section {
    background-image: linear-gradient(#f8fbff, #fff);
    padding-top: 30px;
    padding-bottom: 30px;
    display: none
}

.ot-play-icon {
    aspect-ratio: 1;
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    background-color: #3253f94d;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 76px;
    display: flex
}

.ot-tool-section {
    padding-top: 94px;
    padding-bottom: 60px
}

.ot-tool-wrapper {
    max-width: 672px;
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto
}

.ot-tool-heading-wrapper {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex
}

.ot-tool-heading-wrapper.mb-60 {
    margin-bottom: 60px
}

.ot-section-sub-head {
    color: var(--_new-home---primary--grey--600);
    font-size: 16px;
    line-height: 24px
}

.ot-section-sub-head.long-sub-head {
    line-height: 32px
}

.ot-section-sub-head.max-800 {
    max-width: 800px
}

.ot-tool-main {
    border: 1px dashed #4e4e5480;
    border-radius: 32px;
    margin-top: 34px;
    padding: 47px 55px 37px
}

.ot-need-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: flex
}

.ot-need-title {
    color: #020120;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px
}

.ot-need-block-main {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ot-need-icon-text {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ot-need-icon {
    color: var(--_new-home---primary--blue--700);
    font-family: "Fa Solid 900", Arial, sans-serif;
    font-size: 30px;
    line-height: 30px
}

.on-need-text {
    color: #020120;
    letter-spacing: .5px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px
}

.ot-review-section {
    padding-top: 124px;
    padding-bottom: 89px
}

.ot-review-content-block {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
    opacity: 0;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
    justify-content: center;
    align-items: flex-start;
    height: 256px;
    display: none;
    position: relative;
    overflow: hidden
}

.ot-review-content-block.active {
    opacity: 100;
    display: flex
}

.ot-review-image {
    max-height: 160px
}

.o-client-review {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex
}

.o-client-features-list {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 0;
    padding-left: 20px;
    display: flex
}

.ot-review-top-block {
    grid-column-gap: 96px;
    grid-row-gap: 96px;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ot-review-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    height: 100%;
    margin-top: 74px;
    display: flex;
    position: relative;
    overflow: hidden
}

.o-client-features {
    color: #363230;
    font-size: 12px;
    line-height: 22px
}

.o-client-name {
    color: #363230;
    font-size: 12px;
    line-height: 20px
}

.o-client-features-list-item {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 12px;
    line-height: 22px
}

.o-review-title {
    color: var(--_new-home---primary--grey--700);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    overflow: hidden
}

.ot-review-block {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    cursor: pointer;
    background-color: #f9fafb;
    border-radius: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    width: 190px;
    padding-top: 50px;
    padding-bottom: 50px;
    transition: all .4s;
    display: flex;
    overflow: hidden
}

.ot-review-block.active {
    background-color: #f8fbff;
    width: 100%;
    padding-left: 16px;
    padding-right: 48px
}

.divider-2 {
    background-color: #e5e7eb;
    width: 1px;
    height: 40px
}

.ot-review-bottom-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    opacity: 0;
    border-top: 1px solid #e5e7eb;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 52px;
    padding-top: 10px;
    transition: all .4s;
    display: none;
    overflow: hidden
}

.ot-counter-section {
    padding-top: 48px;
    padding-bottom: 92px
}

.ot-counter-main {
    grid-column-gap: 146px;
    grid-row-gap: 146px;
    justify-content: center;
    align-items: center;
    display: flex
}

.ot-conter-text {
    padding: 20px 28px 12px
}

.ot-counter-h4 {
    color: var(--_new-home---black-color);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px
}

.ot-counter-bottom-text {
    color: var(--_new-home---primary--grey--600);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.ot-counter-after-main {
    position: relative
}

.ot-counter-after {
    z-index: -1;
    position: absolute;
    top: 15px;
    left: -10px
}

.ot-company-logo-block {
    background-color: #fff;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    display: flex;
    position: relative;
    box-shadow: 5px 5px 10px #0000001a
}

.ot-company-logo-block.otto {
    background-color: var(--_new-home---primary--blue--700)
}

.box-exterior {
    border: 1px solid #edeff3;
    border-radius: 30px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 1px;
    text-decoration: none;
    display: flex;
    position: relative;
    overflow: hidden
}

.box-interior {
    z-index: 1;
    background-color: #fff;
    border-radius: 30px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 6px 11px;
    display: flex
}

.box-text {
    color: var(--_new-home---text);
    font-size: 12px;
    line-height: 18px
}

.gradient-line {
    z-index: 0;
    backface-visibility: visible;
    transform-origin: 50%;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: auto
}

.ot-cta-section {background-image:url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/679b2a47d551a8146bde7ec3_texture.svg");background-position:50%;background-size:cover;
    padding-top: 58px;
    padding-bottom: 52px
}

.ot-cta-footer {
    grid-row-gap: 110px;
    background-image: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/679b2a47d551a8146bde7ec3_texture.svg");
    background-position: 50%;
    background-size: cover;
    flex-flow: column;
    display: flex
}

.ot-cta-content-wrapper {
    grid-row-gap: 36px;
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 672px;
    margin-left: auto;
    margin-right: auto;
    display: flex
}

.ot-cta-title-text {
    grid-row-gap: 18px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ot-cta-pera {
    color: var(--_new-home---primary--grey--700);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.ot-form-block {
    align-self: center;
    width: 500px;
    margin-bottom: 0
}

.ot-form {
    position: relative
}

.ot-email-field {
    background-color: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    width: 100%;
    height: 46px;
    margin-bottom: 0;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 16px
}

.o-founder {
    color: var(--_new-home---primary--grey--600);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.ot-review-work {
    color: var(--_new-home---primary--grey--700);
    font-size: 18px;
    font-weight: 600;
    line-height: 28px
}

.ot-footer-wraper {
    background-color: #fff;
    border-radius: 48px;
    margin-bottom: 36px;
    padding-top: 55px;
    padding-left: 50px;
    padding-right: 50px;
    box-shadow: 0 4px 10px #0000000a
}

.ot-footer-top-block {
    border-bottom: 1px solid #e5e7eb;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 55px;
    display: flex
}

.ot-footer-pera {
    color: var(--_new-home---black-color);
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 20px
}

.ot-form-block-footer {
    align-self: center;
    margin-bottom: 22px
}

.ot-footer-icon {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 23px;
    display: flex
}

.ot-footer-icons {
    color: var(--_new-home---black-color);
    font-family: "Fa Brands 400", Arial, sans-serif;
    font-size: 20px;
    text-decoration: none
}

.ot-footer-help-text {
    color: var(--_new-home---black-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

.ot-footer-email {
    color: #0561a2;
    text-decoration: none
}

.ot-footer-logo {
    margin-bottom: 16px
}

.ot-footer-top-grid {
    grid-column-gap: 55px;
    grid-row-gap: 55px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr
}

.ot-footer-h4 {
    color: var(--_new-home---black-color);
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.ot-footer-link-block {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex
}

.ot-footer-link {
    color: var(--_new-home---primary--grey--700);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none
}

.ot-footer-link:hover {
    color: var(--_new-home---primary--blue--700)
}

.ot-footer-bottom-block {
    padding-top: 21px;
    padding-bottom: 24px
}

.ot-footer-copywite {
    color: #585b70;
    text-align: center;
    font-size: 14px;
    font-weight: 400
}

.ot-navbar {
    z-index: 999;
    margin-left: 22px;
    margin-right: 22px;
    position: sticky;
    top: 12px
}

.ot-navbar-container {
    background-color: #0000
}

.ot-nav-inner-container {
    background-color: #fff;
    border-radius: 50px;
    margin-left: auto;
    margin-right: auto;
    padding: 13px 24px
}

.ot-nav-inner-container.pad-13 {
    padding-top: 13px;
    padding-bottom: 13px
}

.ot-nav-inner-container.fixed-header {
    box-shadow: 0 4px 10px #00000021
}

.ot-navbar-wrapper {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: stretch space-between;
    align-items: center;
    display: flex
}

.ot-nav-menu-wrapper {
    position: static
}

.ot-nav-menu {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    justify-content: flex-end;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    display: flex
}

.nav-link-5 {
    color: #1a1b1f;
    letter-spacing: .25px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none
}

.nav-link-5:hover {
    color: #1a1b1fbf
}

.nav-link-5:focus-visible,
.nav-link-5[data-wf-focus-visible] {
    outline-offset: 0px;
    color: #0050bd;
    border-radius: 4px;
    outline: 2px solid #0050bd
}

.nav-dropdown-4 {
    margin-left: 5px;
    margin-right: 5px
}

.ot-nav-dropdown-toggle {
    color: var(--_new-home---text);
    letter-spacing: .25px;
    padding: 5px 30px 5px 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

.ot-nav-dropdown-toggle:hover {
    color: #1a1b1fbf
}

.ot-nav-dropdown-toggle:focus-visible,
.ot-nav-dropdown-toggle[data-wf-focus-visible] {
    outline-offset: 0px;
    color: #0050bd;
    border-radius: 5px;
    outline: 2px solid #0050bd
}

.ot-nav-dropdown-icon {
    margin-right: 10px
}

.nav-dropdown-list-4 {
    background-color: #fff;
    border-radius: 12px
}

.nav-dropdown-list-4.w--open {
    padding-top: 10px;
    padding-bottom: 10px
}

.ot-nav-dropdown-link {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px
}

.ot-nav-dropdown-link:hover {
    color: var(--_new-home---primary-button-bg)
}

.ot-nav-dropdown-link:focus-visible,
.ot-nav-dropdown-link[data-wf-focus-visible] {
    outline-offset: 0px;
    color: #0050bd;
    border-radius: 5px;
    outline: 2px solid #0050bd
}

.ot-nav-button-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: flex-end;
    align-items: center;
    display: flex
}

.ot-nav-button-wrapper.inner {
    display: none
}

.ot-footer-top-left {
    max-width: 325px
}

.otto-center-text {
    color: var(--_new-home---black-color);
    text-align: center;
    max-width: 862px;
    font-size: 52px;
    font-weight: 600;
    line-height: 60px
}

.template-name {
    display: none
}

.template-form {
    background-color: #ecf5ff;
    border-radius: 16px;
    width: 100%;
    padding: 30px
}

.ot-heading-wrapper {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex
}

.ot-heading-wrapper.ot-sitemap-left {
    justify-content: center;
    align-items: flex-start
}

.ot-tax-collection-list {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    display: flex
}

.ot-tax-collection-item-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    color: var(--_new-home---black-color);
    justify-content: space-between;
    align-items: flex-start;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    display: flex
}

.ot-tax-collection-item-block:hover {
    color: var(--_new-home---primary--blue--700)
}

.ot-right-arrow {
    font-family: "Fa Solid 900", Arial, sans-serif;
    font-size: 14px
}

.navigation-inner-wrap {
    text-align: center
}

.ot-nav-dropdown-list {
    top: 100%;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    left: 0;
    transform: none
}

.ot-nav-dropdown-list.w--open {
    box-shadow: 0 2px 5px #0000001a
}

.header-navigation-menu {
    color: #1f2937;
    border-radius: 5px;
    padding: 4px 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-decoration: none
}

.header-navigation-menu:hover {
    background-color: #dcedff;
    text-decoration: none
}

.header-navigation-menu.dropdown {
    grid-column-gap: 6px;
    border-radius: 5px;
    flex-flow: row-reverse wrap;
    justify-content: center;
    align-items: center;
    display: flex
}

.header-navigation-menu.dropdown:hover {
    background-color: #dcedff
}

.header-navigation-menu.dropdown.w--open {
    background-color: #dcedff;
    position: static
}

.nav-item-title {
    color: #1f2937;
    font-size: 14px;
    line-height: 21px
}

.nav-item-description {
    color: #6d7280;
    font-size: 12px;
    line-height: 18px
}

.nav-dropdown-title {
    color: #000c;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 28px
}

.dropdown-inner-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    place-items: center start
}

.nav-item-icon-block {
    background-color: #f9fafb;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    display: flex
}

.nav-item-link-block {
    grid-column-gap: 12px;
    justify-content: flex-start;
    align-items: flex-start;
    text-decoration: none;
    display: flex
}

.nav-item-link-block:hover {
    text-decoration: none
}

.header-dropdown-icon {
    margin-right: 0;
    position: static
}

.nav-item-content-block {
    grid-row-gap: 2px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex
}

.o-feature-main-block {
    background-color: #ecf5ff;
    border-radius: 32px;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    padding: 54px
}

.o-feature-grid {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    grid-template-rows: auto;
    grid-template-columns: 1fr .75fr;
    place-items: center start
}

.o-content-block {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    display: flex
}

.ot-feature-para-text {
    color: var(--_new-home---primary--grey--600);
    font-size: 16px;
    line-height: 24px
}

.o-image-block {
    justify-content: flex-end
}

.o-top-content-block {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
    display: flex
}

.o-feature-form-block {
    margin-bottom: 0
}

.o-feature-form {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    display: flex
}

.o-feature-form-input {
    color: #333;
    background-color: #fff;
    border: 1px solid #e8e7ec;
    border-radius: 8px;
    align-self: center;
    height: 44px;
    margin-bottom: 0;
    padding-left: 17px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 20px
}

.o-feature-form-input:focus {
    border-color: var(--_new-home---primary--blue--700)
}

.o-feature-top-form {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.o-feature-form-bottom {
    color: var(--_new-home---primary--grey--600);
    text-align: center;
    font-size: 12px;
    line-height: 16px
}

.ot-section {
    box-sizing: content-box;
    object-fit: fill;
    width: auto;
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    position: static;
    overflow: hidden
}

.ot-section.mb-33 {
    margin-bottom: 33px
}

.ot-section.mb-60 {
    margin-bottom: 60px
}

.ot-section.bg-light-blue {
    background-color: #f3f9ff
}

.o-glossary-hero-section {
    background-image: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/67c9609c9fb5dd1f966b067f_glossary-hero-image.webp");
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-top: 100px;
    padding-bottom: 100px
}

.o-glossary-sub-headline {
    color: var(--_new-home---text)
}

.share-icon-list {
    background-color: #233ed9;
    border: 1px solid #0000;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    display: flex
}

.share-icon {
    aspect-ratio: 1;
    color: var(--_new-home---primary-button-text);
    justify-content: center;
    align-items: center;
    width: 100%;
    font-family: "Fa Brands 400", Arial, sans-serif;
    text-decoration: none;
    display: flex
}

.o-glossary-section {
    padding-top: 60px;
    padding-bottom: 60px
}

.o-glossary-form-h2 {
    color: var(--_new-home---black-color);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 36px;
    font-weight: 500;
    line-height: 44px
}

.o-glossary-form-label {
    color: #1c1c1c;
    margin-bottom: 13px;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px
}

.o-tax-category-main-wrapper {
    border: 1px solid #ddd;
    border-radius: 8px;
    max-width: 1064px;
    margin-top: 56px;
    margin-left: auto;
    margin-right: auto
}

.o-tax-category-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
    align-items: center;
    padding: 18px 24px;
    display: flex
}

.o-tax-category-left {
    min-width: 765px;
    max-width: 765px
}

.o-tax-category-head {
    color: var(--_new-home---black-color);
    font-size: 14px;
    font-weight: 600;
    line-height: 20px
}

.o-tax-category-right {
    text-align: center;
    min-width: 100px;
    max-width: 100px
}

.o-tex-category-p {
    color: var(--_new-home---primary--grey--700);
    margin-top: 10px;
    font-size: 14px
}

.o-tex-category-icon {
    aspect-ratio: 1;
    background-color: var(--_new-home---primary-button-bg);
    color: var(--_new-home---primary-button-text);
    text-align: center;
    border-radius: 50%;
    width: 34px;
    font-family: "Fa Solid 900", Arial, sans-serif;
    font-size: 16px;
    line-height: 34px
}

.o-tax-templates-grid {
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 59px;
    margin-bottom: 40px
}

.o-tax-templates-grid.mb-0 {
    margin-bottom: 0
}

.o-tax-templates-link {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    cursor: pointer;
    border: 1px solid #d2d5da;
    border-radius: 30px;
    flex-flow: column;
    justify-content: space-between;
    padding: 35px 30px;
    text-decoration: none;
    transition: all .3s;
    display: flex
}

.o-tax-templates-link:hover {
    box-shadow: 0 4px 16px #0000001a
}

.o-tax-templates-icon-text {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: center;
    display: flex
}

.o-tax-templates-icon {
    color: var(--color--button-bg);
    font-family: "Fa Solid 900", Arial, sans-serif;
    font-size: 22px;
    line-height: 26px
}

.o-tax-templates-span {
    color: #6d7280;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.o-tax-templates-p {
    color: var(--_new-home---black-color);
    font-weight: 500
}

.o-tax-templates-top {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex
}

.o-tax-templates-bottom {
    text-align: right;
    justify-content: flex-end;
    align-items: center;
    display: flex
}

.o-resources-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 59px;
    display: grid
}

.ot-tax-viwe-more {
    text-align: center
}

.ot-view-more {
    font-size: 16px;
    text-decoration: none
}

.o-resources-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
    padding: 30px 20px;
    text-decoration: none;
    transition: all .3s;
    display: flex
}

.o-resources-block:hover {
    box-shadow: 0 4px 16px #0000001a
}

.o-resources-h3 {
    color: var(--_new-home---black-color);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px
}

.o-resources-pera {
    color: var(--_new-home---primary--grey--600);
    font-size: 14px;
    line-height: 20px
}

.o-resources-tag {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    background-color: #dcedff;
    border-radius: 100px;
    justify-content: flex-start;
    align-items: center;
    padding: 3px 10px;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    display: inline-flex
}

.o-resources-tag-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex
}

.o-tax-form-input-block._w-50 {
    width: 50%
}

.o-tax-form-input-block.custom-select {
    position: relative
}

.ot-hero-grid {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    grid-template-rows: auto;
    grid-template-columns: 1.32fr 1fr;
    place-items: center stretch
}

.trustpilot-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 24px;
    display: flex
}

.trustpilot-wrapper.center {
    justify-content: center;
    align-items: center
}

.trustpilot-text {
    color: var(--_new-home---black-color);
    font-size: 14px;
    line-height: 16px
}

.grid-2 {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    grid-template: ". Area" /1fr 1fr;
    place-content: stretch;
    align-items: center
}

.ot-book-meeting-content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 12px;
    display: flex
}

.ot-book-meeting-li {
    color: var(--_new-home---text);
    background-image: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/67ca87098dbe4b7a31b2a55d_line-check-circle.svg");
    background-position: 0 2px;
    background-repeat: no-repeat;
    background-size: auto;
    padding-left: 30px
}

.ot-book-meeting-ul {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
    display: flex
}

.ot-book-meeting-ul.desk {
    margin-top: 0
}

.ot-book-meeting-ul.mobile {
    display: none
}

.ot-bm-slider {
    background-color: #0000;
    max-width: 462px;
    height: auto;
    margin-top: 45px
}

.arrow-none,
.ot-bm-slider.mobile {
    display: none
}

.ot-bm-slide-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 2px;
    padding: 30px 24px;
    display: flex
}

.mask {
    border-radius: 12px;
    box-shadow: 0 0 4px #0000001f
}

.ot-bm-slide-pera {
    color: var(--_new-home---primary--grey--700);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.ot-bm-athor-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ot-bm-author-img-block {
    aspect-ratio: 1;
    border: 1px solid #ebebeb;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 44px;
    min-width: 44px;
    display: flex
}

.ot-bm-author-name {
    color: var(--_new-home---heading-color);
    font-size: 14px;
    font-weight: 600;
    line-height: 20px
}

.ot-bm-author-position {
    color: var(--_new-home---primary--grey--600);
    font-size: 12px;
    line-height: 16px
}

.slide-nav {
    color: var(--_new-home---heading-color);
    bottom: -60px
}

.ot-book-meeting-right {
    background-color: #ecf5ff;
    border-radius: 16px;
    width: 100%;
    padding: 30px;
    line-height: 20px;
    position: static
}

.ot-bm-main {
    justify-content: center;
    align-items: flex-start;
    min-height: 100vh;
    padding-top: 86px;
    padding-bottom: 86px;
    display: flex
}

.ot-bm-main.pad-50-20 {
    padding-top: 50px;
    padding-bottom: 20px
}

.o-bm-image {
    border-radius: 50%
}

.o-bm-section {
    align-self: auto
}

.trustpilot-flex {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    text-decoration: none;
    display: flex
}

.ot-bk-zigzag-grid {
    grid-column-gap: 114px;
    background-color: #fff;
    border-radius: 48px;
    grid-template-rows: auto;
    grid-template-columns: .9fr 1.1fr;
    align-self: stretch;
    align-items: center
}

.ot-bk-zigzag-grid.reverce {
    grid-template-columns: 1.1fr .9fr
}

.otto-container {
    max-width: 1086px;
    padding-left: 16px;
    padding-right: 16px
}

.otto-hero-container {
    max-width: 1220px;
    padding-left: 16px;
    padding-right: 16px
}

.ot-bk-zigzag-wrapper {
    grid-row-gap: 96px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 93px;
    display: flex
}

.ot-hero-grid-form {
    background-color: #ecf5ff;
    border-radius: 16px;
    padding: 30px
}

.ot-bk-step-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 80px
}

.ot-bk-step-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px;
    display: flex
}

.ot-bk-step {
    aspect-ratio: 1;
    background-color: var(--_new-home---primary-button-bg);
    color: var(--_new-home---primary-button-text);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 24px;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    display: flex
}

.ot-bk-step-title {
    color: var(--_new-home---heading-color);
    font-size: 18px;
    font-weight: 500;
    line-height: 28px
}

.ot-bk-step-pera {
    color: var(--_new-home---primary--grey--600);
    font-size: 16px;
    line-height: 24px
}

.ot-financial-main-wraper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    margin-top: 58px;
    display: flex
}

.ot-financial-top-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr
}

.ot-financial-bottom-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr 1fr .5fr
}

.ot-financial-link-block {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
    background-color: #f3f9ff;
    border-radius: 24px;
    flex-flow: column;
    justify-content: space-between;
    padding: 24px;
    text-decoration: none;
    display: flex
}

.ot-financial-h3 {
    color: var(--_new-home---heading-color);
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px
}

.ot-financial-pera {
    color: var(--_new-home---primary--grey--600)
}

.ot-financial-licon {
    color: var(--_new-home---primary--blue--700);
    font-family: "Fa Solid 900", Arial, sans-serif;
    font-size: 16px
}

.ot-financial-icon-block {
    aspect-ratio: 1;
    background-color: #c8dafe33;
    border: 1px solid #c8dafe;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 40px;
    display: flex
}

.ot-financial-icon-block.slider-arrow-left {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%)
}

.ot-financial-icon-block.slider-arrow-right {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%)
}

.ot-financial-content {
    margin-bottom: 24px
}

.ot-review-slider {
    background-color: #0000;
    height: auto;
    margin-top: 58px
}

.nav-d-none {
    display: none
}

.ot-review-slide-block {
    background-color: #f3f9ff;
    border: 1px solid #e5e7eb;
    border-radius: 24px;
    margin-left: 96px;
    margin-right: 96px;
    padding: 26px 8px 8px
}

.ot-slide-block-top {
    margin-bottom: 24px;
    padding-left: 40px;
    font-size: 18px;
    line-height: 18px
}

.ot-slide-block-bottom {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    background-color: #fff;
    border-radius: 20px;
    flex-flow: column;
    padding: 40px;
    display: flex;
    box-shadow: 0 6px 6px -3px #2929290a, 0 12px 12px -6px #2929290a
}

.ot-review-slide-text {
    color: var(--_new-home---primary--grey--700);
    font-size: 24px;
    font-weight: 500;
    line-height: 32px
}

.ot-pricing-wrapper {
    background-color: #ecf5ff;
    border-radius: 24px;
    margin-top: 58px;
    padding: 16px
}

.ot-pricing-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr
}

.ot-pricing-plan {
    border-radius: 12px;
    padding: 32px 12px
}

.ot-pricing-plan.business-plan {
    background-color: #fff;
    padding-left: 24px;
    padding-right: 24px;
    box-shadow: 0 6px 10px #1c1c230a, 0 0 3px #1c1c2317
}

.ot-pricing-flex-block {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: space-between;
    height: 100%;
    display: flex
}

.ot-pricing-plan-name {
    color: var(--_new-home---heading-color);
    margin-bottom: 32px;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    display: inline-block
}

.ot-pricing-price {
    color: var(--_new-home---heading-color);
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 3px;
    font-size: 28px;
    line-height: 36px;
    display: flex
}

.ot-pricing-subscript {
    font-size: 16px;
    line-height: 24px;
    display: inline-block
}

.ot-pricing-price-pera {
    color: var(--_new-home---primary--grey--600);
    margin-bottom: 24px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

.ot-pricing-price-block {
    border-bottom: 1px solid #9abbff;
    min-height: 147px;
    margin-bottom: 24px
}

.ot-pricing-price-block.border-none {
    border-bottom-style: none;
    margin-bottom: 0
}

.ot-pricing-list-title {
    color: var(--_new-home---heading-color);
    margin-bottom: 7px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.ot-pricing-ul {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
    padding-left: 0;
    display: flex
}

.ot-pricing-li {
    color: var(--_new-home---primary--grey--700);
    background-image: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/67ce6af50c5027ed56dc7a50_Vector%20(8).svg");
    background-position: 0;
    background-repeat: no-repeat;
    background-size: auto;
    padding-left: 25px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

.ot-pricing-list-block {
    margin-bottom: 24px
}

.ot-pricing-expenses {
    color: var(--_new-home---text);
    margin-bottom: 24px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px
}

.ot-pricing-popular {
    color: #517cff;
    background-color: #ecf5ff;
    border: 1px solid #c0dcff;
    border-radius: 8px;
    margin-left: 8px;
    padding: 4px 7px;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    display: inline-block
}

.pricing-tab-link {
    color: #706f74;
    background-color: #fff;
    border: 1px solid #d4d4d4;
    border-radius: 100px;
    padding: 3px 6px;
    font-size: 12px;
    line-height: 12px
}

.pricing-tab-link.w--current {
    color: var(--_new-home---primary--blue--700);
    background-color: #ecf5ff;
    border-color: #c0dcff
}

.ot-pricing-tabs-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 24px;
    display: flex
}

.ot-pricing-selected-expense {
    color: var(--_new-home---primary--grey--600);
    border-bottom: 1px solid #9abbff;
    margin-bottom: 24px;
    padding-bottom: 24px;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px
}

.ot-faq-main-container {
    max-width: 780px;
    margin-top: 54px;
    margin-left: auto;
    margin-right: auto
}

.ot-faq-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-bottom: 1px solid #d2d5da;
    flex-flow: column;
    padding-top: 30px;
    padding-bottom: 30px
}

.ot-faq-question {
    cursor: pointer;
    justify-content: space-between;
    align-items: center;
    display: flex
}

.ot-faq-h3 {
    color: var(--_new-home---heading-color);
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 10px;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px
}

.ot-faq-icon {
    font-family: "Fa Solid 900", Arial, sans-serif;
    transform: rotate(180deg)
}

.ot-faq-answer {
    transition: all .3s;
    overflow: hidden
}

.ot-faq-ans-text {
    color: #24378b;
    padding-top: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.bold-text-7 {
    font-weight: 600
}

.ot-monthly-yearly-tab-wrapper {
    text-align: center;
    margin-top: 30px
}

.ot-monthly-yearly-tabs {
    display: inline-block
}

.tabs-content-2 {
    display: none
}

.ot-monthly-yearly-menus {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    background-color: #f3f4f6;
    border-radius: 12px;
    justify-content: flex-start;
    align-items: center;
    padding: 2px 2.5px;
    display: inline-flex
}

.ot-monthly-yearly-tab-link {
    color: #6f7988;
    text-align: center;
    background-color: #0000;
    width: 139px;
    padding: 6px 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px
}

.ot-monthly-yearly-tab-link.w--current {
    color: #2e3238;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 4px -2px #18274b05, 0 0 2px #e0e0e0
}

.ot-compare-wrapper {
    grid-row-gap: 21px;
    flex-flow: column;
    margin-top: 56px;
    display: flex
}

.ot-comare-head-grid {
    grid-column-gap: 60px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr 1fr 1fr
}

.ot-comare-head-block {
    flex-flow: column;
    justify-content: flex-end;
    display: flex
}

.ot-comare-head-text {
    color: #6f7988;
    margin-top: 8px;
    margin-bottom: 17px;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px
}

.ot-comare-head-title {
    color: var(--_new-home---heading-color);
    font-size: 24px;
    font-weight: 500;
    line-height: 32px
}

.div-block-53 {
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ot-comare-head {
    background-color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    position: sticky;
    top: 78px
}

.ot-compare-body {
    grid-row-gap: 61px;
    flex-flow: column;
    display: flex
}

.ot-comare-body-grid {
    grid-column-gap: 60px;
    grid-row-gap: 20px;
    border-top: 1px solid #edeff3;
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr 1fr 1fr
}

.ot-comare-body-block {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    justify-content: flex-start;
    align-items: center;
    padding-top: 18px;
    padding-bottom: 18px;
    display: flex
}

.ot-comare-body-title {
    color: var(--_new-home---heading-color);
    white-space: nowrap;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px
}

.ot-comare-body-text {
    color: var(--_new-home---heading-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.ot-comare-icon-check {
    color: var(--_new-home---heading-color);
    text-align: center;
    width: 100%;
    font-family: "Fa Solid 900", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.ot-comare-icon-close {
    color: var(--_new-home---heading-color);
    text-align: center;
    width: 100%;
    font-family: "Fa 400", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.collection-list-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid
}

.ot-collection-link {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    border: 1px solid #d2d5da;
    border-radius: 30px;
    flex-flow: column;
    justify-content: space-between;
    height: 100%;
    padding: 34px 30px;
    text-decoration: none;
    transition: all .3s;
    display: flex
}

.ot-collection-link:hover {
    box-shadow: 0 4px 16px #0000001a
}

.ot-wc-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 58px
}

.ot-wc-block {
    background-color: #f3f9ff;
    border-radius: 8px;
    padding: 34px 30px
}

.ot-wc-h3 {
    color: var(--_new-home---heading-color);
    margin-top: 16px;
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px
}

.ot-wc-pera {
    color: var(--_new-home---primary--grey--600);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.ot-collection-wrapper {
    padding-top: 80px
}

.ot-sitemap-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: start;
    display: grid
}

.ot-sitemap-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 40px;
    display: flex
}

.ot-sitemap-wrapper.ot-sitemap-left {
    justify-content: flex-start;
    align-items: stretch
}

.ot-sitemap-link-text {
    color: var(--_new-home---primary--grey--700);
    font-size: 15px;
    text-decoration: none
}

.ot-sitemap-link-text:hover {
    color: #000;
    text-decoration: underline
}

.ot-sitemap-inner-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ot-sitemap-inner-wrapper.ot-sitemap-left {
    justify-content: flex-start;
    align-items: stretch
}

.ot-sitemap-h-h2 {
    color: var(--_new-home---heading-color);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px
}

.ot-button-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ot-button-wrapper.mt-24 {
    margin-top: 24px
}

.ot-legal-agriment-content {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 908px;
    margin-top: 56px;
    margin-left: auto;
    margin-right: auto;
    display: flex
}

.ot-legal-agriment-p {
    color: var(--_new-home---primary--grey--700);
    text-align: center;
    column-count: auto;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    column-gap: 48px;
    font-size: 16px;
    line-height: 24px
}

.ot-agreement-grid {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    place-items: center start
}

.ot-zigzag-wrappers {
    grid-row-gap: 96px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex
}

.ot-hero-video-wrapper {
    padding-top: 70px
}

.ot-how-to-ul {
    margin-top: -15px
}

.ot-features-icon {
    color: var(--_new-home---primary-button-bg);
    font-family: "Fa 400", Arial, sans-serif;
    font-size: 22px
}

.ot-features-icon.fa-900 {
    font-family: "Fa Solid 900", Arial, sans-serif
}

.ot-features-icon.fa-brand-400 {
    font-family: "Fa Brands 400", Arial, sans-serif
}

.ot-h3 {
    color: var(--_new-home---black-color);
    font-size: var(--_new-home---font-size--d-h3);
    line-height: var(--_new-home---line-height--d-h3);
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 500
}

.ot-alternative-grid {
    grid-column-gap: 51px;
    grid-row-gap: 20px;
    border-top: 1px solid #edeff3;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr
}

.ot-alternative-icon-check {
    color: var(--_new-home---heading-color);
    width: 100%;
    font-family: "Fa Solid 900", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.ot-alternative-icon-close {
    color: var(--_new-home---heading-color);
    width: 100%;
    font-family: "Fa 400", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.ot-bm-li {
    font-weight: 600
}

.o-blog-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
    text-decoration: none;
    transition: all .3s;
    display: flex
}

.ot-blog-category-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
    margin-bottom: 42px;
    display: flex
}

.ot-blog-category-collection-item {
    width: 100%;
    padding-left: 0;
    padding-right: 0
}

.ot-bk-step-inner-wrap {
    aspect-ratio: 1;
    background-color: #dcedff;
    border-radius: 50%;
    width: 36px;
    padding: 6px
}

.ot-bk-step-wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ot-bk-step-text {
    color: var(--_new-home---primary--grey--700);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

.div-block-54 {
    background-color: #edf8fe;
    border-radius: 12px;
    padding: 30px
}

.demo {
    background-color: var(--color--breadcrumb-active);
    width: 100px;
    height: 100px
}

.template-form-label {
    font-weight: 500
}

.max-940 {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto
}

.max-800 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    display: flex
}

._12gh {
    aspect-ratio: 1;
    width: 50px
}

.ot-point-ul {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    display: flex
}

.ot-point-li {
    background-image: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/67ebda68bb02e4df9506155e_check%20(3).png");
    background-position: 0 6px;
    background-repeat: no-repeat;
    background-size: 15px;
    padding-left: 30px
}

.ot-comparison-table-wrapper {
    border: 1px solid #edeff3;
    border-radius: 12px;
    margin-top: 58px
}

.ot-comparison-grid {
    grid-column-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 2.5fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-flow: column
}

.ot-comparison-grid._6-grid {
    grid-template-columns: 2.5fr 1fr 1fr 1fr 1fr 1fr
}

.ot-comparision-grid-block {
    border-bottom: 1px solid #edeff3;
    border-right: 1px solid #edeff3;
    justify-content: flex-start;
    align-items: center;
    padding: 15px 10px;
    display: flex
}

.ot-comparision-grid-block.center {
    text-align: center;
    justify-content: center;
    align-items: center
}

.ot-comparision-head {
    color: var(--_new-home---heading-color);
    font-size: 16px;
    font-weight: 500
}

.ot-comparision-head.visibility-hidden {
    opacity: 0
}

.ot-comparision-icon-close {
    color: var(--_new-home---primary-button-bg);
    text-align: center;
    width: 100%;
    font-family: "Fa 400", Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px
}

.ot-comparision-icon-check {
    color: var(--_new-home---heading-color);
    text-align: center;
    width: 100%;
    font-family: "Fa Solid 900", Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px
}

.grid-3 {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-flow: column
}

.grid-4 {
    grid-column-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 2.5fr 1fr 1fr 1fr 1fr 1fr 1fr
}

.flex-gap {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex-flow: column;
    display: flex
}

.d-lg-none {
    display: none
}

.code-embed {
    display: block
}

.code-embed.apply-form {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 0
}

.mt-40 {
    margin-top: 40px
}

.ot-author-image {
    aspect-ratio: 1;
    border-radius: 12px;
    width: 200px
}

.ot-author-inner {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex
}

.ot-author-name {
    margin-bottom: 0;
    font-size: 30px;
    line-height: 40px
}

.ot-authoe-mail-icon {
    font-family: "Fa Brands 400", Arial, sans-serif
}

.ot-authoe-mail-icon.email {
    font-family: "Fa 400", Arial, sans-serif
}

.ot-author-mail {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    color: var(--_new-home---primary--grey--600);
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.ot-author-content {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    display: flex
}

.author-collection-wrapper {
    margin-top: 80px
}

.link-block {
    text-decoration: none;
    display: block
}

.o-tax-templates-icon-img {
    width: 20px
}

.ot-tools-list-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: center stretch;
    display: grid
}

.ot-faq-link-text {
    color: var(--color--text)
}

.calculator-collection-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid
}

.calculator-collection-item {
    text-align: center;
    border: 1px solid #e5e7eb;
    border-radius: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 24px;
    display: flex
}

.cal-collection-image {
    margin-bottom: 20px
}

.cal-collection-title {
    color: var(--_new-home---heading-color);
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px
}

.cal-collection-text {
    color: var(--_new-home---text);
    font-size: 14px;
    line-height: 22px
}

.cal-collection-link {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
    display: inline-block
}

.cal-collection-link:hover {
    text-decoration: underline
}

.cac-by-state-grid {
    grid-column-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: auto auto auto;
    place-items: stretch center;
    margin-top: 56px
}

.cac-by-state-grid._2-grid {
    grid-template-columns: auto auto;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto
}

.cal-state-link {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 14px;
    text-decoration: none;
    display: block
}

.code-embed-3 {
    aspect-ratio: auto;
    object-fit: fill;
    min-width: 0;
    display: block;
    overflow: hidden
}

.code-embed-4 {
    overflow: hidden
}

.currency-pairing-grid {
    grid-row-gap: 40px;
    background-color: #f0f9ff;
    border-radius: 24px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-items: center;
    margin-top: 56px;
    padding: 40px 30px
}

.currency-paring-arrow {
    font-family: "Fa Solid 900", Arial, sans-serif;
    font-size: 20px
}

.currency-pairing-top {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
    margin-bottom: 6px;
    display: flex
}

.currency-paring-block {
    color: var(--_new-home---text);
    text-align: center;
    text-decoration: none
}

.code-embed-5 {
    padding-left: 0
}

.link,
.link-2,
.link-3 {
    color: var(--color--text)
}

.my-5 {
    margin-top: 8px;
    margin-bottom: 8px
}

.link-4 {
    color: var(--_new-home---primary--grey--600);
    text-decoration: none
}

.link-4:hover {
    text-decoration: underline
}

.ot-bk-step-wrapper {
    padding-top: 60px;
    padding-bottom: 40px
}

.sign-hero-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-rows: auto;
    max-width: 900px;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto
}

.sign-block-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    background-color: var(--_new-home---primary--blue--700);
    border-radius: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding: 45px 40px;
    display: flex
}

.sign-block-image {
    aspect-ratio: 1;
    color: var(--_new-home---primary--blue--700);
    background-color: #fff;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    width: 70px;
    padding: 10px;
    font-family: "Fa Solid 900", Arial, sans-serif;
    font-size: 40px;
    display: flex
}

.sign-block-heading {
    color: #fff;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 600;
    line-height: 32px
}

.sign-block-text {
    color: #e4e4e4;
    text-align: center
}

.sign-block-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex
}

.sign-form-wrapper {
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    display: flex
}

.signature-grid {
    grid-column-gap: 30px;
    grid-row-gap: 80px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 900px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto
}

.personality-sign-title {
    color: var(--color--otto-blue);
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 500;
    line-height: 32px
}

.successful-sign-block {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex
}

.personality-sign-img {
    border-radius: 10px;
    margin-bottom: 15px;
    box-shadow: 0 4px 8px #0000001a
}

.successful-sign-image {
    margin-top: 15px
}

.successful-sign-title {
    color: var(--color--otto-blue);
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px
}

.successful-people-position {
    color: #738194;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 24px
}

.successful-people-position.long-sub-head {
    line-height: 32px
}

.successful-people-position.max-800 {
    max-width: 800px
}

.legally-sign-icon {
    aspect-ratio: 1;
    color: var(--_new-home---primary--blue--700);
    background-color: #dcedff;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    width: 70px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    font-size: 25px;
    display: flex
}

.legally-sign-icon.fa-400 {
    font-family: "Fa 400", Arial, sans-serif
}

.mt-56 {
    margin-top: 56px
}

.grid-5 {
    grid-column-gap: 49px;
    grid-template-rows: auto;
    grid-template-columns: .85fr 1fr
}

.sign-zigzag-bottom-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    max-width: 900px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto
}

.sign-zigzag-grid {
    grid-column-gap: 59px;
    grid-template-rows: auto;
    grid-template-columns: .6fr 1fr;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto
}

.sign-zigzag-bottom-block {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: center;
    background-color: #fff;
    border-radius: 12px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
    display: flex
}

.sign-zigzag-icon {
    aspect-ratio: 1;
    color: var(--_new-home---primary--blue--700);
    background-color: #d7ebff;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    width: 50px;
    padding: 10px;
    font-family: "Fa 400", Arial, sans-serif;
    font-size: 22px;
    display: flex
}

.sign-zigzag-icon.fa-900 {
    font-family: "Fa Solid 900", Arial, sans-serif
}

.sign-zigzag-h3 {
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px
}

.sign-why-otto-grid {
    grid-column-gap: 50px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    place-items: stretch center;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto
}

.why-otto-left-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px
}

.why-otto-left-block {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: center;
    background-color: #f3f9ff;
    border-radius: 12px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    display: flex
}

.sign-why-otto-icon {
    justify-content: center;
    align-items: center;
    font-family: "Fa 400", Arial, sans-serif;
    font-size: 40px;
    line-height: 40px
}

.why-otto-right-block {
    background-color: #f3f9ff;
    border-radius: 12px;
    padding: 20px 0
}

.why-otto-heading {
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 500
}

.why-otto-right-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-bottom: 1px solid #d4d4d4;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr
}

.why-otto-right-grid.border-none {
    border-bottom-style: none
}

.why-otto-table-grid {
    justify-content: flex-start;
    align-items: center;
    padding: 15px 20px;
    display: flex
}

.why-otto-right-grid-title {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.why-otto-right-grid-title.left {
    text-align: left
}

.why-otto-check {
    color: var(--_new-home---primary--blue--700);
    text-align: center;
    flex: 1;
    font-family: "Fa Solid 900", Arial, sans-serif;
    font-size: 22px
}

.why-otto-dash {
    text-align: center;
    flex: 1;
    font-family: "Fa Solid 900", Arial, sans-serif;
    font-size: 22px
}

.why-otto-right-main {
    text-align: center
}

.mt-50 {
    margin-top: 60px
}

.personality-sign-block {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex
}

.llc-vs-corporation-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto
}

.llc-compare-block {
    background-color: #fff;
    border-radius: 24px;
    padding: 20px 16px
}

.div-block-55 {
    border-bottom: 1px solid #cfcfcf;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
    display: flex
}

.div-block-56 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex
}

.llc-compare-list-icon {
    margin-top: 3px;
    font-family: "Fa 400", Arial, sans-serif;
    font-size: 20px
}

.llc-comare-h3 {
    color: var(--_new-home---heading-color);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 500;
    line-height: 32px
}

.llc-compare-h4 {
    color: var(--_new-home---heading-color);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500
}

.ot-pricing-tabs-content {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column
}

@media screen and (min-width:1280px) {
    h1 {
        font-size: var(--font-size--desktop-h1);
        line-height: var(--line-height--desktop-h1)
    }

    h2 {
        font-size: var(--font-size--desktop-h2);
        line-height: var(--line-height--desktop-h2)
    }

    h3 {
        font-size: var(--font-size--desktop-h3);
        line-height: var(--line-height--desktop-h3)
    }

    .o-heading-h2 {
        font-size: var(--font-size--desktop-h2);
        line-height: var(--line-height--desktop-h2)
    }

    .ot-zigzag-grid {
        grid-column-gap: 190px;
        padding-left: 99px;
        padding-right: 99px
    }

    .o-review-title {
        max-height: 128px;
        font-size: 24px;
        line-height: 32px
    }

    .ot-footer-wraper {
        padding-left: 96px;
        padding-right: 96px
    }

    .ot-hero-grid {
        grid-column-gap: 160px;
        grid-row-gap: 160px
    }

    .grid-2 {
        grid-column-gap: 120px;
        grid-row-gap: 120px;
        grid-template-columns: 1fr 1fr
    }

    .book-meeting-container {
        max-width: 1180px
    }

    .otto-container,
    .otto-hero-container {
        padding-left: 0;
        padding-right: 0
    }
}

@media screen and (min-width:1440px) {
    .page-breadcrumb-container {
        padding-left: 42px;
        padding-right: 42px
    }

    .o-review-title {
        max-height: 96px
    }

    .ot-navbar {
        margin-left: 42px;
        margin-right: 42px
    }

    .ot-comparision-head {
        text-decoration: none
    }

    .cac-by-state-grid._2-grid {
        grid-template-rows: auto;
        grid-template-columns: auto auto
    }

    .link-5,
    .link-6,
    .link-7,
    .link-8 {
        text-decoration: none
    }
}

@media screen and (min-width:1920px) {
    .ot-hero-image-section {
        background-position: 50% 0
    }

    .ot-zigzag-pera {
        color: var(--_new-home---primary--grey--700)
    }
}

@media screen and (max-width:991px) {
    .container {
        max-width: 728px
    }

    .hero-heading-left {
        padding-bottom: 60px;
        display: block
    }

    .hero-wrapper {
        flex-direction: column;
        grid-template-columns: 1fr;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: -40px
    }

    .hero-save-money-split-text {
        align-items: flex-start;
        max-width: 100%;
        margin-bottom: 40px
    }

    .margin-bottom-24px {
        max-width: 100%
    }

    .testimonial-column-light {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .centered-heading {
        text-align: left;
        font-size: 36px;
        line-height: 46px
    }

    .testimonial-grid-two {
        grid-column-gap: 30px;
        grid-template-columns: 1fr 1fr
    }

    .testimonial-main-heading {
        font-size: 25px;
        line-height: 30px
    }

    .div-block {
        max-width: 100%
    }

    .heading {
        text-align: center;
        font-size: 55px;
        line-height: 65px
    }

    .div-block-2 {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        display: flex
    }

    .bold-text {
        font-size: 25px
    }

    .div-block-4 {
        width: 100%
    }

    .heading-2 {
        max-width: 100%
    }

    .testimonial-slider-large-2 {
        padding-top: 60px;
        padding-bottom: 40px
    }

    .container-2 {
        max-width: 728px
    }

    .testimonial-slide-2 {
        padding-left: 32px
    }

    .testimonial-quote-2 {
        overflow: visible
    }

    .herio-description {
        text-align: center;
        max-width: 100%
    }

    .hero-split-copy {
        align-items: center;
        max-width: 100%;
        margin-bottom: 40px
    }

    .hero-save-money-split {
        order: -1;
        align-items: flex-start;
        max-width: 100%;
        margin-bottom: 40px
    }

    .hero-split-image {
        align-items: flex-start;
        max-width: 100%;
        margin-bottom: 40px
    }

    .hero-section1 {
        padding-top: 40px;
        display: block
    }

    .container-5 {
        max-width: 728px
    }

    .footer-form-two-2 {
        text-align: center;
        padding: 40px
    }

    .button-demo-large {
        font-size: 16px
    }

    .centered-heading-copy {
        text-align: center;
        font-size: 36px;
        line-height: 46px
    }

    .author-container {
        max-width: 728px
    }

    .collection-list-wrapper {
        padding-top: 0;
        padding-bottom: 0
    }

    .collection-item-3 {
        margin-left: 10px;
        margin-right: 10px;
        display: inline
    }

    .collection-list-3 {
        margin-left: 0
    }

    .template-hero-section {
        padding-top: 40px;
        display: block
    }

    .template-container {
        max-width: 728px
    }

    .temp-hero-wrapper {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: -40px
    }

    .hero-text-block,
    .temp-hero-image-block {
        align-items: center;
        max-width: 100%;
        margin-bottom: 40px
    }

    .temp-hero-button-block {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        display: flex
    }

    .temp-hero-description {
        text-align: center;
        max-width: 100%;
        font-size: 20px
    }

    .temp-hero-heading-block {
        max-width: 100%
    }

    .temp-hero-heading {
        text-align: center;
        font-size: 48px;
        line-height: 58px
    }

    .div-block-32 {
        width: 100%
    }

    .template-3-grid-section {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .template-grid {
        grid-column-gap: 24px;
        grid-row-gap: 24px;
        grid-template-columns: 1fr 1fr
    }

    .template-faq-wrapper {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        margin-bottom: -40px
    }

    .faq-list-wrapper {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        flex-flow: wrap
    }

    .template-faq-container {
        max-width: 728px
    }

    .footer-content {
        grid-column-gap: 20px;
        grid-row-gap: 40px;
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-auto-columns: 1fr;
        display: grid
    }

    .footer-block {
        justify-content: flex-start;
        align-items: flex-start
    }

    .navbar-no-shadow-container {
        padding-left: 16px;
        padding-right: 16px
    }

    .nav-menu-wrapper-3 {
        background-color: #0000
    }

    .nav-menu {
        background-color: #fff;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 0;
        display: flex
    }

    .nav-link-3 {
        padding-left: 5px;
        padding-right: 5px
    }

    .nav-dropdown-list-3.shadow-three.w--open {
        position: absolute
    }

    .nav-button-wrapper {
        width: 100%;
        margin-left: 0
    }

    .menu-button-3 {
        padding: 12px
    }

    .menu-button-3.w--open {
        color: #fff;
        background-color: #a6b1bf
    }

    .blue-btn-wrapper {
        width: 100%;
        margin-left: 0
    }

    .container-7 {
        max-width: 728px
    }

    .pricing-grid {
        grid-column-gap: 30px
    }

    .all-product-cta-wrapper {
        justify-content: center;
        margin-bottom: 0
    }

    .all-product-cta-btn {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        display: flex
    }

    .o-section.bg-gray,
    .o-section.bg-transparent {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .o-heading-h2.md-text-center {
        text-align: center
    }

    .page-breadcrumb-container {
        padding-left: 16px;
        padding-right: 16px
    }

    .feature-img {
        width: 40px
    }

    .feature-block {
        padding: 20px
    }

    .footer-text {
        max-width: none
    }

    .d-none {
        display: none
    }

    .o-heading-animation {
        max-width: 519px
    }

    .o-heading-animation-span {
        font-size: 32px;
        line-height: 40px
    }

    .ot-hero-section,
    .ot-hero-section.pt-150 {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .ot-hero-section.pb-123 {
        padding-bottom: 60px
    }

    .ot-hero-section.bg-dotted {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .otto-home-container {
        padding-left: 16px;
        padding-right: 16px
    }

    .ot-h1 {
        font-size: var(--_new-home---font-size--t-h1);
        line-height: var(--_new-home---line-height--t-h1)
    }

    .ot-h1.ot-sitemap-h1 {
        font-size: 55px;
        line-height: 60px
    }

    .ot-subheadline {
        margin-left: auto;
        margin-right: auto
    }

    .ot-subheadline.ot-left {
        text-align: center
    }

    .ot-hero-image-section {
        padding-bottom: 50px
    }

    .ot-logo-section {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .ot-p-sticky {
        grid-column-gap: 40px;
        grid-row-gap: 40px
    }

    .ot-zigzag-grid {
        grid-row-gap: 50px;
        grid-template-columns: 1fr;
        align-self: stretch;
        place-items: center;
        padding-left: 50px;
        padding-right: 50px
    }

    .ot-zigzag-grid.reverce {
        grid-template-columns: 1fr
    }

    .ot-zigzag-content-block {
        grid-row-gap: 20px;
        text-align: center;
        justify-content: center;
        align-items: center
    }

    .ot-zigzag-content-block.left {
        text-align: left;
        justify-content: center;
        align-items: flex-start
    }

    .ot-h2 {
        font-size: var(--_new-home---font-size--t-h2);
        line-height: var(--_new-home---line-height--t-h2)
    }

    .ot-zigzag-title-text {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        justify-content: flex-start;
        align-items: center
    }

    .ot-zigzag-title-text.left {
        justify-content: flex-start;
        align-items: flex-start
    }

    .ot-tool-section {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .ot-tool-wrapper {
        margin-bottom: 50px
    }

    .ot-tool-heading-wrapper {
        grid-column-gap: 16px;
        grid-row-gap: 16px
    }

    .ot-need-wrapper {
        grid-column-gap: 34px;
        grid-row-gap: 34px;
        flex-flow: wrap
    }

    .ot-need-block-main {
        flex-flow: wrap;
        justify-content: center;
        align-items: center
    }

    .ot-review-section {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .ot-review-content-block {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        opacity: 1;
        height: auto;
        display: flex
    }

    .ot-review-top-block {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        flex-flow: column;
        justify-content: flex-start;
        align-items: flex-start
    }

    .ot-review-wrapper {
        flex-flow: column;
        margin-top: 34px
    }

    .o-review-title {
        max-height: none;
        font-size: 18px;
        line-height: 28px
    }

    .ot-review-block {
        width: 100%;
        padding: 30px 16px
    }

    .ot-counter-section {
        padding-bottom: 48px
    }

    .ot-counter-main {
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        justify-content: space-between
    }

    .ot-conter-text {
        padding-top: 12px
    }

    .ot-cta-section {background-image:url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/679b2a47d551a8146bde7ec3_texture.svg");background-position:50%;background-size:cover;
        padding-top: 50px;
        padding-bottom: 50px
    }

    .ot-cta-footer {
        grid-row-gap: 50px
    }

    .ot-footer-top-block {
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        flex-flow: wrap
    }

    .ot-footer-top-grid {
        grid-column-gap: 30px;
        grid-row-gap: 30px
    }

    .ot-footer-links-block {
        min-width: auto
    }

    .ot-navbar {
        background-color: #fff;
        margin-left: 16px;
        margin-right: 16px
    }

    .ot-navbar-container {
        background-color: #0000
    }

    .ot-nav-inner-container {
        padding: 2px 2px 2px 10px
    }

    .ot-nav-inner-container.pad-13 {
        padding-top: 0;
        padding-bottom: 0
    }

    .ot-navbar-wrapper {
        z-index: 999;
        display: flex
    }

    .ot-navbar-brand {
        z-index: 1
    }

    .ot-nav-menu-wrapper {
        background-color: #fff;
        height: 99vh;
        padding-top: 100px;
        position: fixed;
        top: 0;
        box-shadow: 0 2px 8px #00000014
    }

    .ot-nav-menu-wrapper.height-auto {
        height: auto
    }

    .ot-nav-menu {
        flex-flow: column;
        justify-content: flex-start;
        align-items: stretch;
        padding-bottom: 40px;
        padding-left: 10px;
        padding-right: 10px
    }

    .nav-link-5 {
        padding-left: 5px;
        padding-right: 5px
    }

    .ot-nav-dropdown-toggle {
        display: block
    }

    .nav-dropdown-list-4.shadow-three.w--open {
        position: absolute
    }

    .ot-nav-menu-button {
        padding-left: 10px;
        padding-right: 10px
    }

    .ot-nav-button-wrapper {
        z-index: 2;
        justify-content: flex-start;
        align-items: center;
        margin-left: 0;
        position: relative
    }

    .ot-nav-button-wrapper.inner {
        justify-content: flex-start;
        align-items: center;
        margin-top: 20px;
        padding-left: 25px
    }

    .ot-menu-button {
        z-index: 1;
        padding: 8px
    }

    .ot-menu-button.w--open {
        color: #fff;
        background-color: #0000
    }

    .ot-menu-icon {
        color: #000;
        font-size: 40px
    }

    .template-form {
        text-align: left;
        width: 450px;
        margin-left: auto;
        margin-right: auto
    }

    .navigation-inner-wrap {
        grid-column-gap: 12px;
        grid-row-gap: 12px;
        flex-flow: column;
        justify-content: center;
        align-items: flex-start;
        padding-left: 15px;
        padding-right: 15px;
        display: flex
    }

    .ot-nav-dropdown-list {
    top: 100%;
        position: static;
        transform: none
    }

    .ot-nav-dropdown-list.w--open {
        margin-top: 5px
    }

    .nav-dropdown-title {
        font-size: 16px;
        line-height: 24px
    }

    .ot-nav-dropdown {
        width: 100%;
        padding-top: 0;
        padding-bottom: 0
    }

    .o-feature-main-block {
        padding: 40px
    }

    .o-feature-grid {
        grid-column-gap: 20px;
        grid-row-gap: 20px
    }

    .ot-feature-para-text {
        font-size: 16px;
        line-height: 24px
    }

    .ot-section {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .ot-section.mb-33,
    .ot-section.mb-60 {
        margin-bottom: 0
    }

    .o-glossary-hero-section {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .o-glossary-form-h2 {
        font-size: var(--_new-home---font-size--t-h2);
        line-height: var(--_new-home---line-height--t-h2)
    }

    .o-tax-category-left {
        min-width: 500px
    }

    .o-tax-templates-grid {
        grid-template-columns: 1fr 1fr 1fr
    }

    .o-resources-grid {
        grid-column-gap: 20px;
        grid-row-gap: 20px
    }

    .o-resources-h3 {
        font-size: 18px;
        line-height: 26px
    }

    .ot-hero-grid {
        grid-column-gap: 22px;
        grid-row-gap: 22px;
        grid-template-columns: 1fr
    }

    .ot-hero-grid-content {
        text-align: center
    }

    .trustpilot-wrapper {
        justify-content: center;
        align-items: center
    }

    .grid-2 {
        grid-template-columns: 1fr;
        display: block
    }

    .ot-book-meeting-content {
        text-align: center;
        justify-content: center;
        align-items: center
    }

    .ot-book-meeting-ul.desk {
        display: none
    }

    .ot-book-meeting-ul.mobile {
        display: flex
    }

    .ot-bm-slider {
        max-width: 728px
    }

    .ot-bm-slider.desk {
        display: none
    }

    .ot-bm-slider.mobile {
        display: block
    }

    .ot-book-meeting-left {
        margin-top: 0
    }

    .ot-bm-main {
        height: auto;
        padding-top: 60px;
        padding-bottom: 90px;
        display: block
    }

    .ot-bk-zigzag-grid {
        grid-row-gap: 30px;
        grid-template-columns: 1fr;
        align-self: stretch;
        place-items: center
    }

    .ot-bk-zigzag-grid.reverce {
        grid-template-columns: 1fr
    }

    .otto-container {
        max-width: none
    }

    .ot-bk-zigzag-wrapper {
        grid-row-gap: 60px;
        margin-top: 60px
    }

    .ot-bk-step-grid {
        margin-top: 34px
    }

    .ot-bk-step-pera {
        font-size: 16px;
        line-height: 24px
    }

    .ot-financial-main-wraper {
        margin-top: 34px
    }

    .ot-financial-bottom-grid,
    .ot-financial-top-grid {
        grid-column-gap: 20px;
        grid-row-gap: 20px
    }

    .ot-financial-link-block {
        padding: 20px
    }

    .ot-financial-h3 {
        font-size: 18px;
        line-height: 28px
    }

    .ot-review-slider {
        margin-top: 34px
    }

    .ot-review-slide-block {
        margin-left: 50px;
        margin-right: 50px
    }

    .ot-review-slide-text {
        font-size: 20px;
        line-height: 28px
    }

    .ot-pricing-wrapper {
        margin-top: 34px
    }

    .ot-pricing-grid {
        grid-template-columns: 1fr 1fr
    }

    .ot-faq-main-container {
        margin-top: 34px
    }

    .ot-compare-wrapper {
        grid-row-gap: 0px;
        border-bottom: 1px solid #edeff3;
        border-right: 1px solid #edeff3;
        margin-top: 34px
    }

    .ot-comare-head-grid {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        grid-template-columns: 1fr 1fr 1fr
    }

    .ot-comare-head-block {
        border-top: 1px solid #edeff3;
        border-left: 1px solid #edeff3;
        padding: 18px
    }

    .ot-comare-head {
        border-bottom: 1px solid #edeff3;
        padding-top: 0;
        padding-bottom: 0;
        top: 73px
    }

    .ot-compare-body {
        grid-row-gap: 0px
    }

    .ot-comare-body-grid {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        border-top-style: none;
        grid-template-columns: 1fr 1fr 1fr
    }

    .ot-comare-body-block {
        border-top: 1px solid #edeff3;
        border-left: 1px solid #edeff3;
        padding-left: 18px;
        padding-right: 18px
    }

    .ot-comare-body-title {
        white-space: normal
    }

    .collection-list-grid {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        grid-template-columns: 1fr 1fr 1fr
    }

    .ot-wc-grid {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        margin-top: 34px
    }

    .ot-wc-block {
        padding-left: 20px;
        padding-right: 20px
    }

    .ot-wc-h3 {
        line-height: 26px
    }

    .ot-wc-pera {
        font-size: 14px;
        line-height: 20px
    }

    .ot-collection-wrapper {
        padding-top: 100px
    }

    .ot-sitemap-h-h2 {
        font-size: 24px;
        line-height: var(--line-height--tablet-h2);
        font-weight: 600
    }

    .ot-button-wrapper.mt-24 {
        justify-content: center;
        align-items: center
    }

    .ot-hero-card-block {
        text-align: center
    }

    .ot-agreement-grid {
        grid-column-gap: 20px;
        grid-row-gap: 20px
    }

    .ot-zigzag-wrappers {
        grid-row-gap: 60px
    }

    .ot-hero-video-wrapper {
        padding-top: 50px
    }

    .ot-how-to-ul {
        text-align: left
    }

    .ot-h3 {
        font-size: var(--_new-home---font-size--t-h2);
        line-height: var(--_new-home---line-height--t-h2)
    }

    .ot-alternative-grid {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        border-top-style: none
    }

    .ot-point-ul {
        text-align: left
    }

    .ot-comparison-table-wrapper {
        border-right-style: none;
        border-radius: 0;
        overflow: auto
    }

    .ot-comparison-grid {
        grid-template-columns: 30% 11.66% 11.66% 11.66% 11.66% 11.66% 11.66%
    }

    .ot-comparison-grid._6-grid {
        grid-template-columns: 250px 150px 150px 150px 150px 150px
    }

    .ot-tools-list-wrapper {
        grid-template-columns: .7fr 1fr .7fr
    }

    .calculator-collection-item {
        padding: 20px
    }

    .cac-by-state-grid {
        margin-top: 34px
    }

    .cac-by-state-grid._2-grid {
        margin-left: 0;
        margin-right: 0
    }

    .currency-pairing-grid {
        margin-top: 34px
    }

    .signature-grid {
        grid-row-gap: 50px
    }

    .personality-sign-title {
        font-size: 20px;
        line-height: 30px
    }

    .successful-sign-block {
        justify-content: space-between
    }

    .sign-zigzag-bottom-grid {
        grid-column-gap: 16px;
        grid-row-gap: 16px
    }

    .sign-zigzag-grid {
        grid-column-gap: 30px
    }

    .sign-why-otto-grid,
    .why-otto-left-grid {
        grid-column-gap: 16px;
        grid-row-gap: 16px
    }

    .personality-sign-block {
        justify-content: flex-start
    }

    .llc-comare-h3 {
        font-size: 18px;
        line-height: 28px
    }
}

@media screen and (max-width:767px) {
    h1 {
        font-size: var(--font-size--mobile-l-h1);
        line-height: var(--line-height--mobile-l-h1)
    }

    h2 {
        font-size: var(--font-size--mobile-l-h2);
        line-height: var(--line-height--mobile-l-h2)
    }

    h3 {
        font-size: var(--font-size--mobile-l-h3);
        line-height: var(--line-height--mobile-l-h3)
    }

    .navbar-brand {
        padding-left: 0
    }

    .hero-heading-left,
    .testimonial-column-light {
        padding: 40px 15px 60px
    }

    .centered-heading {
        font-size: 32px;
        line-height: 42px
    }

    .testimonial-grid-two {
        grid-template-columns: 1fr
    }

    .hero-wrapper-two {
        grid-column-gap: .75em;
        grid-row-gap: .75em
    }

    .div-block {
        justify-content: center
    }

    .heading {
        font-size: 42px;
        line-height: 52px;
        display: block
    }

    .div-block-3 {
        grid-column-gap: 12px;
        grid-row-gap: 12px
    }

    .div-block-4 {
        padding-top: 30px;
        padding-left: 50px
    }

    .hero-stack-deal-tracker {
        padding: 60px 15px
    }

    .heading-2 {
        max-width: none
    }

    .testimonial-slider-large-2 {
        padding: 60px 15px 40px
    }

    .testimonial-slide-2 {
        flex-direction: column;
        padding: 23px
    }

    .testimonial-content-2 {
        max-width: none;
        margin-bottom: 40px;
        margin-right: 0
    }

    .testimonial-quote-icon-2 {
        width: 50px;
        margin-bottom: 16px
    }

    .accordion-item-content {
        margin-right: 0
    }

    .hero-section1 {
        padding: 40px 15px 60px
    }

    .footer-subscribe-2 {
        padding-left: 15px;
        padding-right: 15px
    }

    .footer-form-two-2 {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .footer-form-container-two-2 {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center
    }

    .button-demo-large {
        font-size: 14px
    }

    .centered-heading-copy {
        text-align: center;
        font-size: 32px;
        line-height: 42px
    }

    .blog-collection-list {
        grid-template-columns: 1fr
    }

    .template-hero-section {
        padding: 40px 15px 60px
    }

    .temp-hero-description {
        font-size: 18px;
        line-height: 28px
    }

    .temp-hero-heading-block {
        justify-content: center
    }

    .temp-hero-heading {
        font-size: 35px;
        line-height: 45px;
        display: block
    }

    .template-3-grid-section {
        padding: 40px 15px 60px
    }

    .template-grid {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        grid-template-columns: 1fr 1fr
    }

    .temlate-faq {
        padding: 60px 15px
    }

    .global-footer {
        padding-left: 15px;
        padding-right: 15px
    }

    .footer-wrapper {
        flex-direction: column;
        align-items: center
    }

    .footer-content {
        grid-template-columns: 1fr 1fr
    }

    .footer-block {
        justify-content: flex-start;
        align-items: flex-start
    }

    .footer-divider {
        margin-top: 60px
    }

    .navbar-no-shadow {
        position: sticky
    }

    .nav-menu {
        flex-direction: column;
        padding-bottom: 30px;
        padding-left: 16px;
        padding-right: 16px
    }

    .nav-link-3 {
        padding-top: 10px;
        padding-bottom: 10px;
        display: inline-block
    }

    .nav-dropdown-3 {
        flex-direction: column;
        align-items: center;
        display: flex
    }

    .nav-dropdown-toggle-3 {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .nav-dropdown-list-3.shadow-three {
        box-shadow: 0 8px 50px #0000000d
    }

    .nav-dropdown-list-3.shadow-three.w--open {
        position: relative
    }

    .nav-dropdown-list-3.shadow-three.mobile-shadow-hide {
        box-shadow: none
    }

    .btn-blue,
    .mobile-margin-top-12 {
        margin-top: 10px
    }

    .o-container {
        padding-left: 16px;
        padding-right: 16px
    }

    .product-ctas-section {
        padding: 60px 15px
    }

    .all-product-cta-section {
        padding: 0 15px 60px
    }

    .all-product-cta-wrapper {
        flex-wrap: wrap
    }

    .o-heading-h2 {
        font-size: var(--font-size--mobile-l-h2);
        line-height: var(--line-height--mobile-l-h2)
    }

    .explore-heading,
    .template-heading {
        font-size: 22px;
        line-height: 30px
    }

    .alternative-image {
        width: 60px;
        height: auto;
        margin-top: 5px;
        margin-bottom: 5px
    }

    .d-none {
        display: none
    }

    .terms-container {
        padding-left: 15px;
        padding-right: 15px
    }

    .header-form {
        margin-top: 10px
    }

    .category-grid {
        grid-template-columns: 1fr 1fr
    }

    .tax-off-writer-container {
        padding-left: 16px;
        padding-right: 16px
    }

    .ticker-logo {
        margin-left: 24px;
        margin-right: 24px
    }

    .o-heading-animation-span {
        font-size: 28px;
        line-height: 36px
    }

    .o-4-col-logo-grid {
        flex-flow: wrap;
        grid-template-columns: 1fr 1fr 1fr;
        justify-content: center;
        align-items: stretch;
        display: flex
    }

    .ot-hero-section,
    .ot-hero-section.pt-150 {
        padding-top: 50px;
        padding-bottom: 40px
    }

    .ot-hero-section.pb-123 {
        padding-bottom: 40px
    }

    .ot-hero-section.bg-dotted {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .ot-h1 {
        font-size: var(--_new-home---font-size--ml-h1);
        line-height: var(--_new-home---line-height--ml-h1)
    }

    .ot-h1.ot-sitemap-h1 {
        font-size: 45px;
        line-height: 50px
    }

    .ot-subheadline {
        font-size: 16px;
        line-height: 24px
    }

    .ot-primary-btn.compare-business {
        padding-left: 10px;
        padding-right: 10px
    }

    .ot-zigzag-grid {
        border-radius: 38px;
        padding: 30px
    }

    .ot-zigzag-grid.reverce {
        grid-row-gap: 40px
    }

    .ot-zigzag-content-block.left {
        text-align: center;
        justify-content: center;
        align-items: center
    }

    .ot-h2 {
        font-size: var(--_new-home---font-size--m-h2);
        line-height: var(--_new-home---line-height--m-h2)
    }

    .ot-zigzag-title-text.left {
        justify-content: center;
        align-items: center
    }

    .ot-zigzag-image-block {
        text-align: center
    }

    .ot-section-sub-head.long-sub-head {
        line-height: 24px
    }

    .ot-need-block-main {
        grid-column-gap: 20px;
        grid-row-gap: 20px
    }

    .ot-need-icon-text {
        grid-column-gap: 7px;
        grid-row-gap: 7px
    }

    .ot-need-icon {
        font-size: 20px;
        line-height: 20px
    }

    .o-review-title {
        font-size: 16px;
        line-height: 24px
    }

    .ot-counter-main {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        flex-flow: wrap;
        justify-content: space-between
    }

    .ot-form-block {
        align-self: stretch;
        width: 400px;
        margin-left: auto;
        margin-right: auto
    }

    .ot-email-field {
        width: 100%
    }

    .ot-review-work {
        font-size: 16px;
        line-height: 24px
    }

    .ot-footer-wraper {
        border-radius: 32px;
        padding-top: 30px;
        padding-left: 30px;
        padding-right: 30px
    }

    .ot-footer-top-block {
        grid-row-gap: 50px
    }

    .ot-footer-top-right {
        max-width: 100%
    }

    .ot-form-block-footer {
        align-self: stretch;
        width: 400px
    }

    .ot-navbar-brand {
        padding-left: 0
    }

    .ot-nav-menu {
        flex-direction: column
    }

    .nav-link-5 {
        padding-top: 10px;
        padding-bottom: 10px;
        display: inline-block
    }

    .nav-dropdown-4 {
        flex-direction: column;
        align-items: center;
        display: flex
    }

    .ot-nav-dropdown-toggle {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .nav-dropdown-list-4.shadow-three {
        box-shadow: 0 8px 50px #0000000d
    }

    .nav-dropdown-list-4.shadow-three.w--open {
        position: relative
    }

    .nav-dropdown-list-4.shadow-three.mobile-shadow-hide {
        box-shadow: none
    }

    .ot-menu-button {
        padding-top: 5px;
        padding-bottom: 3px
    }

    .ot-footer-top-left {
        max-width: 100%
    }

    .otto-center-text {
        font-size: 32px;
        line-height: 40px
    }

    .dropdown-inner-grid {
        grid-template-columns: 1fr 1fr
    }

    .o-feature-main-block {
        padding: 35px
    }

    .o-feature-grid {
        grid-column-gap: 35px;
        grid-row-gap: 35px;
        grid-template-columns: 1fr
    }

    .ot-feature-para-text {
        text-align: center
    }

    .o-feature-form-input {
        height: 46px
    }

    .o-glossary-section,
    .ot-section {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .o-glossary-section.pt-20 {
        padding-top: 20px
    }

    .o-glossary-form-h2 {
        font-size: var(--font-size--mobile-l-h2);
        line-height: var(--line-height--mobile-l-h2);
        text-align: center
    }

    .o-tax-category-main-wrapper {
        margin-top: 40px
    }

    .o-tax-category-left {
        min-width: auto;
        max-width: none
    }

    .o-tax-templates-grid {
        grid-template-columns: 1fr 1fr;
        margin-top: 40px
    }

    .o-tax-templates-p {
        min-height: auto
    }

    .o-resources-grid {
        grid-template-columns: 1fr 1fr;
        margin-top: 40px
    }

    .grid-2 {
        grid-column-gap: 50px;
        grid-row-gap: 50px;
        flex-flow: column
    }

    .book-meeting-container {
        padding-left: 16px;
        padding-right: 16px
    }

    .ot-bm-slider {
        max-width: none
    }

    .ot-book-meeting-right {
        min-height: auto;
        max-height: none;
        padding: 20px
    }

    .ot-book-meeting-right.d-md-none {
        display: none
    }

    .ot-bm-main {
        padding-top: 40px
    }

    .ot-bk-zigzag-grid {
        border-radius: 38px
    }

    .ot-bk-zigzag-wrapper {
        margin-top: 60px
    }

    .ot-hero-grid-form {
        padding: 20px
    }

    .ot-hero-grid-form.d-md-none {
        display: none
    }

    .ot-bk-step-grid {
        grid-template-columns: 1fr
    }

    .ot-financial-main-wraper {
        grid-column-gap: 20px;
        grid-row-gap: 20px
    }

    .ot-financial-top-grid {
        grid-template-columns: 1fr 1fr
    }

    .ot-financial-bottom-grid {
        order: -1;
        grid-template-columns: 1fr 1fr
    }

    .ot-financial-icon-block {
        width: 30px
    }

    .ot-review-slide-block {
        margin-left: 40px;
        margin-right: 40px
    }

    .ot-slide-block-top {
        padding-left: 20px
    }

    .ot-slide-block-bottom {
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        padding: 20px
    }

    .ot-review-slide-text {
        font-size: 16px;
        line-height: 24px
    }

    .div-block-45,
    .div-block-46 {
        display: none
    }

    .ot-pricing-grid {
        grid-template-columns: 1fr
    }

    .ot-pricing-price-block {
        min-height: auto
    }

    .ot-faq-main-container {
        margin-top: 14px
    }

    .ot-faq-container {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .ot-faq-h3 {
        font-size: 16px;
        line-height: 24px
    }

    .ot-faq-ans-text {
        font-size: 14px;
        line-height: 21px
    }

    .ot-comare-head-block {
        justify-content: flex-start
    }

    .ot-comare-head-block.center {
        text-align: center
    }

    .ot-comare-head-title {
        font-size: 18px;
        line-height: 26px
    }

    .ot-comare-head {
        top: 63px
    }

    .ot-comare-body-block {
        justify-content: flex-start
    }

    .collection-list-grid,
    .ot-wc-grid {
        grid-template-columns: 1fr 1fr
    }

    .ot-collection-wrapper {
        padding-top: 80px
    }

    .ot-sitemap-grid {
        grid-template-columns: 1fr 1fr 1fr
    }

    .ot-sitemap-wrapper {
        grid-column-gap: 50px;
        grid-row-gap: 50px
    }

    .ot-sitemap-link-text {
        font-size: 14px
    }

    .ot-sitemap-inner-wrapper {
        grid-column-gap: 24px;
        grid-row-gap: 24px
    }

    .ot-sitemap-h-h2 {
        font-size: 22px;
        line-height: var(--line-height--mobile-p-h2);
        font-weight: 600
    }

    .ot-legal-agriment-content {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        flex-flow: column
    }

    .ot-legal-agriment-p {
        text-align: center;
        column-count: 1
    }

    .ot-agreement-grid {
        grid-column-gap: 35px;
        grid-row-gap: 35px;
        flex-flow: wrap-reverse;
        grid-template-columns: 1fr;
        display: flex
    }

    .ot-h3 {
        font-size: var(--_new-home---font-size--m-h3);
        line-height: var(--_new-home---line-height--m-h3)
    }

    .o-blog-block {
        padding-bottom: 30px
    }

    .ot-comparison-table-wrapper {
        overflow: auto
    }

    .ot-comparison-grid {
        grid-template-columns: 40% 15% 15% 15% 15% 15% 15%
    }

    .ot-comparision-head {
        word-break: break-all;
        font-size: 15px
    }

    .d-lg-none {
        display: block
    }

    .ot-author-image {
        width: 100px
    }

    .ot-tools-list-wrapper {
        grid-template-columns: 1fr
    }

    .t-d-none {
        display: none
    }

    .calculator-collection-list {
        grid-template-columns: 1fr 1fr
    }

    .cac-by-state-grid {
        grid-row-gap: 0px;
        place-items: stretch start
    }

    .currency-pairing-grid {
        grid-template-columns: 1fr 1fr 1fr;
        padding: 30px 16px
    }

    .sign-hero-grid {
        grid-template-columns: 1fr
    }

    .signature-grid {
        grid-template-columns: 1fr 1fr
    }

    .successful-people-position.long-sub-head {
        line-height: 24px
    }

    .sign-zigzag-bottom-grid {
        grid-template-columns: 1fr 1fr
    }

    .llc-vs-corporation-grid,
    .sign-why-otto-grid,
    .sign-zigzag-grid {
        grid-template-columns: 1fr
    }
}

@media screen and (max-width:479px) {
    h1 {
        font-size: var(--font-size--mobile-p-h1);
        line-height: var(--line-height--mobile-p-h1)
    }

    h2 {
        font-size: var(--font-size--mobile-p-h2);
        line-height: var(--line-height--mobile-p-h2)
    }

    h3 {
        font-size: var(--font-size--mobile-p-h3);
        line-height: var(--line-height--mobile-p-h3)
    }

    .container {
        max-width: none
    }

    .hero-heading-left {
        margin-top: 0;
        padding-top: 40px
    }

    .centered-heading {
        margin-bottom: 24px;
        font-size: 30px
    }

    .testimonial-main-heading {
        font-size: 22px
    }

    .hero-wrapper-two {
        grid-column-gap: .5em;
        grid-row-gap: .5em
    }

    .heading {
        font-size: 38px;
        line-height: 45px
    }

    .text-block {
        font-size: 17px
    }

    .div-block-3 {
        grid-column-gap: 8px;
        grid-row-gap: 8px
    }

    .div-block-4 {
        padding-top: 20px;
        padding-left: 35px
    }

    .container-2 {
        max-width: none
    }

    .testimonial-quote-icon-2 {
        width: 30px
    }

    .testimonial-quote-2 {
        font-size: 22px;
        line-height: 30px
    }

    .accordion-heading {
        font-size: 18px;
        line-height: 28px
    }

    .hero-section1 {
        margin-top: 0;
        padding-top: 40px
    }

    .container-5 {
        max-width: none
    }

    .footer-form-two-2 {
        padding: 0
    }

    .footer-form-container-two-2 {
        padding-top: 0
    }

    .button-demo-large {
        padding-left: 20px;
        padding-right: 20px
    }

    .centered-heading-copy {
        text-align: center;
        margin-bottom: 24px
    }

    .author-container {
        max-width: none
    }

    .collection-list-3 {
        overflow: auto
    }

    .template-hero-section {
        margin-top: 0;
        padding-top: 40px
    }

    .template-container {
        max-width: none
    }

    .hero-text-block {
        grid-column-gap: 0em;
        grid-row-gap: 0em
    }

    .temp-hero-description {
        font-size: 16px;
        line-height: 24px
    }

    .temp-hero-heading {
        font-size: 30px;
        line-height: 40px
    }

    .template-grid {
        grid-template-columns: 1fr
    }

    .template-faq-wrapper {
        grid-template-rows: auto auto;
        grid-template-columns: 1fr
    }

    .template-faq-container {
        max-width: none
    }

    .global-footer {
        padding-bottom: 20px
    }

    .footer-content {
        grid-column-gap: 24px;
        grid-row-gap: 24px;
        grid-template-columns: 1fr
    }

    .nav-menu {
        flex-direction: column
    }

    .blue-btn-wrapper,
    .nav-button-wrapper {
        width: auto
    }

    .container-7 {
        max-width: none
    }

    .glossery-cta-title {
        margin-bottom: 24px
    }

    .pricing-grid {
        grid-template-columns: 1fr
    }

    .o-section.bg-gray,
    .o-section.bg-transparent {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .o-heading-h2 {
        font-size: var(--font-size--mobile-p-h2);
        line-height: var(--line-height--mobile-p-h2)
    }

    .o-heading-h2.mb-24 {
        margin-bottom: 20px
    }

    .o-heading-wrapper {
        margin-bottom: 24px
    }

    .explore-heading {
        font-size: 20px
    }

    .how-to-point-heading {
        font-size: 20px;
        line-height: 30px
    }

    .feature-block {
        padding: 16px
    }

    .bottom-footer {
        flex-flow: column
    }

    .d-none {
        display: none
    }

    .launchlist-form {
        grid-row-gap: 10px;
        flex-flow: wrap;
        justify-content: center;
        align-items: center
    }

    .header-form-submit {
        width: 100%
    }

    .category-grid {
        grid-template-columns: 1fr
    }

    .o-4-col-logo-grid {
        grid-column-gap: 40px;
        grid-row-gap: 40px;
        grid-template-columns: 1fr 1fr
    }

    .o-company-logo-block {
        border-radius: 14px;
        width: 80px;
        height: 80px
    }

    .o-company-logo {
        width: 65px;
        height: auto
    }

    .o-minimize-icon {
        width: 23px;
        top: -7%;
        left: -7%
    }

    .ot-h1 {
        font-size: var(--_new-home---font-size--mp-h1)
    }

    .ot-h1.ot-sitemap-h1 {
        font-size: 35px;
        line-height: 48px
    }

    .ot-primary-btn.ot-submit {
        width: 100%;
        font-size: 14px;
        line-height: 22px;
        position: static;
        transform: none
    }

    .ot-primary-btn.outer {
        display: none
    }

    .ot-primary-btn.compare-btn {
        color: var(--_new-home---primary--blue--700);
        border-style: none;
        padding: 0;
        font-size: 12px;
        line-height: 14px
    }

    .ot-primary-btn.compare-btn:hover {
        box-shadow: none
    }

    .ot-primary-btn.compare-business {
        color: var(--_new-home---primary--blue--700);
        background-color: #0000;
        border-style: none;
        padding: 0;
        font-size: 12px;
        line-height: 14px
    }

    .ot-primary-btn.compare-business:hover {
        box-shadow: none
    }

    .ot-primary-btn.icon-with-text {
        justify-content: center;
        align-items: center
    }

    .ot-primary-btn.white-btn {
        padding-left: 20px;
        padding-right: 20px
    }

    .ot-secondary-btn.outer {
        display: none
    }

    .ot-secondary-btn.icon-with-text {
        justify-content: center;
        align-items: center
    }

    .ot-logo-title {
        margin-bottom: 25px
    }

    .ot-zigzag-grid {
        border-radius: 20px;
        padding: 16px
    }

    .ot-zigzag-grid.reverce {
        grid-row-gap: 30px
    }

    .ot-tool-section {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .ot-section-sub-head.fs-md-14 {
        font-size: 14px;
        line-height: 22px
    }

    .ot-tool-main {
        padding: 30px 16px
    }

    .ot-need-block-main {
        justify-content: center;
        align-items: center
    }

    .ot-counter-section,
    .ot-review-section {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .ot-counter-h4 {
        font-size: 20px;
        line-height: 28px
    }

    .ot-counter-after {
        height: 12px;
        top: 13px;
        left: -5px
    }

    .ot-company-logo-block.otto {
        width: 80px;
        height: 80px
    }

    .ot-form-block {
        width: 100%
    }

    .ot-form {
        text-align: center
    }

    .ot-email-field {
        width: 100%;
        margin-bottom: 10px
    }

    .ot-footer-wraper {
        padding-top: 16px;
        padding-left: 16px;
        padding-right: 16px
    }

    .ot-form-block-footer {
        width: 100%
    }

    .ot-footer-top-grid {
        grid-template-columns: 1fr
    }

    .ot-nav-inner-container {
        padding-top: 0;
        padding-bottom: 0
    }

    .ot-nav-menu-wrapper {
        padding-top: 76px
    }

    .ot-nav-menu {
        flex-direction: column
    }

    .ot-nav-button-wrapper {
        flex-flow: column;
        align-items: stretch;
        width: auto
    }

    .ot-nav-button-wrapper.inner {
        display: flex
    }

    .otto-center-text {
        font-size: 28px;
        line-height: 36px
    }

    .template-form {
        width: 100%
    }

    .ot-tax-collection-list {
        grid-column-gap: 16px;
        grid-row-gap: 16px
    }

    .ot-tax-collection-item-block {
        font-size: 14px;
        line-height: 20px
    }

    .dropdown-inner-grid {
        grid-template-columns: 1fr
    }

    .o-feature-main-block {
        padding: 16px
    }

    .o-feature-grid {
        grid-column-gap: 20px;
        grid-row-gap: 20px
    }

    .o-content-block {
        grid-column-gap: 25px;
        grid-row-gap: 25px
    }

    .ot-feature-para-text {
        line-height: 24px
    }

    .o-feature-top-form {
        flex-flow: column
    }

    .ot-section.review {
        padding-bottom: 80px
    }

    .o-glossary-hero-section {
        background-size: auto
    }

    .o-glossary-form-h2 {
        font-size: var(--font-size--mobile-p-h2);
        line-height: var(--line-height--mobile-p-h2)
    }

    .o-tax-category-block {
        grid-column-gap: 12px;
        grid-row-gap: 12px;
        padding: 16px
    }

    .o-tax-category-head {
        font-size: 14px;
        line-height: 20px
    }

    .o-tax-category-right {
        min-width: 50px;
        max-width: 61px
    }

    .o-tex-category-p {
        font-size: 14px;
        line-height: 20px
    }

    .o-tex-category-icon {
        width: 30px;
        font-size: 14px;
        line-height: 30px
    }

    .o-tax-templates-grid.mb-0.grid-m-1 {
        grid-template-columns: 1fr
    }

    .o-tax-templates-link {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        border-radius: 12px;
        padding: 16px
    }

    .o-tax-templates-p,
    .o-tax-templates-span {
        font-size: 14px;
        line-height: 22px
    }

    .o-tax-templates-top {
        grid-column-gap: 16px;
        grid-row-gap: 16px
    }

    .o-resources-grid {
        grid-template-columns: 1fr
    }

    .o-resources-block {
        padding: 16px
    }

    .o-tax-form-input-block,
    .o-tax-form-input-block._w-50 {
        width: 100%
    }

    .grid-2 {
        display: block
    }

    .ot-bm-slide-block {
        padding: 16px
    }

    .ot-book-meeting-right {
        padding-left: 16px;
        padding-right: 16px
    }

    .ot-bk-zigzag-grid {
        border-radius: 20px
    }

    .ot-bk-zigzag-grid.reverce {
        grid-row-gap: 30px
    }

    .ot-hero-grid-form {
        padding: 16px
    }

    .ot-financial-bottom-grid,
    .ot-financial-top-grid {
        grid-template-columns: 1fr
    }

    .ot-financial-icon-block.slider-arrow-left,
    .ot-financial-icon-block.slider-arrow-right {
        position: static;
        transform: none
    }

    .ot-review-slide-block {
        margin-left: 0;
        margin-right: 0
    }

    .ot-review-left-arrow {
        width: 30px;
        inset: auto 15% -50px 0%
    }

    .ot-review-right-arrow {
        width: 30px;
        inset: auto 0% -50px 15%
    }

    .ot-pricing-popular.p-0 {
        margin-top: -26px;
        margin-left: 0
    }

    .ot-monthly-yearly-tabs.mb-26 {
        margin-bottom: 26px
    }

    .ot-comare-head-block {
        text-align: center;
        justify-content: flex-start;
        align-items: center;
        padding: 15px 10px
    }

    .ot-comare-head-text {
        margin-bottom: 10px
    }

    .ot-comare-head-title {
        font-size: 16px;
        line-height: 24px
    }

    .div-block-53 {
        flex-flow: column-reverse wrap;
        justify-content: flex-start;
        align-items: center
    }

    .ot-comare-body-block {
        justify-content: flex-start;
        align-items: center;
        padding: 15px 10px
    }

    .ot-comare-body-title {
        font-size: 16px;
        line-height: 24px
    }

    .ot-comare-body-text {
        font-size: 14px;
        line-height: 22px
    }

    .collection-list-grid {
        grid-template-columns: 1fr
    }

    .ot-collection-link {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        border-radius: 10px;
        padding: 16px
    }

    .ot-wc-grid {
        grid-template-columns: 1fr
    }

    .ot-sitemap-grid {
        grid-column-gap: 12px;
        grid-row-gap: 12px;
        grid-template-columns: 1fr 1fr
    }

    .ot-sitemap-wrapper.ot-sitemap-left {
        margin-top: 30px
    }

    .ot-sitemap-link-text {
        font-size: 14px;
        line-height: 22px
    }

    .ot-sitemap-h-h2 {
        font-size: 19px;
        font-weight: 600
    }

    .ot-agreement-grid {
        grid-column-gap: 20px;
        grid-row-gap: 20px
    }

    .ot-alternative-grid {
        grid-template-columns: 1fr 1fr
    }

    .o-blog-block {
        padding: 16px
    }

    .ot-comparison-grid {
        grid-template-columns: 40% 20% 20% 20% 20% 20% 20%
    }

    .ot-comparison-grid._6-grid {
        grid-template-columns: 170px 150px 150px 150px 150px 150px
    }

    .ot-comparision-head {
        font-size: 14px;
        line-height: 22px
    }

    .ot-author-inner {
        flex-flow: column;
        justify-content: flex-start;
        align-items: center
    }

    .ot-author-mail {
        justify-content: center;
        align-items: center
    }

    .ot-author-content {
        text-align: center
    }

    .author-collection-wrapper {
        margin-top: 50px
    }

    .calculator-collection-list {
        grid-template-columns: 1fr
    }

    .cac-by-state-grid {
        grid-template-columns: auto;
        justify-items: stretch
    }

    .cac-by-state-grid._2-grid {
        grid-template-columns: auto
    }

    .state-block {
        column-count: 2
    }

    .currency-pairing-grid {
        grid-template-columns: 1fr 1fr
    }

    .sign-block-wrapper {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        padding: 30px 16px
    }

    .sign-block-image {
        width: 50px;
        height: 50px
    }

    .sign-block-heading {
        font-size: 18px;
        line-height: 28px
    }

    .signature-grid {
        grid-column-gap: 16px;
        grid-row-gap: 40px
    }

    .personality-sign-title {
        font-size: 16px;
        line-height: 24px
    }

    .personality-sign-img {
        margin-bottom: 8px
    }

    .successful-sign-title {
        font-size: 16px;
        line-height: 24px
    }

    .successful-people-position {
        font-size: 14px;
        line-height: 22px
    }

    .sign-zigzag-h3 {
        font-size: 16px
    }

    .why-otto-right-grid-title {
        font-size: 14px;
        line-height: 22px
    }

    .sign-hero-block-img {
        width: 30px;
        height: 30px
    }
}

#w-node-_0fc42039-19e5-07b7-169a-a58f03b843c0-7f30861b,
#w-node-_184a161d-93bd-e3c8-e3f7-36711e7b343d-7f30861b,
#w-node-_184a161d-93bd-e3c8-e3f7-36711e7b3440-7f30861b,
#w-node-_184a161d-93bd-e3c8-e3f7-36711e7b3443-7f30861b,
#w-node-_184a161d-93bd-e3c8-e3f7-36711e7b3446-7f30861b,
#w-node-_1dbdc90f-9bd5-15ba-4d23-d7c412808e95-64fab289,
#w-node-_1dbdc90f-9bd5-15ba-4d23-d7c412808e98-64fab289,
#w-node-_1dbdc90f-9bd5-15ba-4d23-d7c412808e9b-64fab289,
#w-node-_213280e3-7ea6-26fe-64df-eebb7adfc6f1-7f30861b,
#w-node-_28bf1856-db6c-ca7b-7c43-22b77583a573-64fab289,
#w-node-_28bf1856-db6c-ca7b-7c43-22b77583a576-64fab289,
#w-node-_28bf1856-db6c-ca7b-7c43-22b77583a579-64fab289,
#w-node-_2b63e990-2e6a-b8df-e490-142b5fe88e94-64fab289,
#w-node-_2b63e990-2e6a-b8df-e490-142b5fe88e97-64fab289,
#w-node-_2b63e990-2e6a-b8df-e490-142b5fe88e9a-64fab289,
#w-node-_4211eeb2-ce56-cd61-6075-385e4245959d-c6402339,
#w-node-_4211eeb2-ce56-cd61-6075-385e424595a4-c6402339,
#w-node-_4211eeb2-ce56-cd61-6075-385e424595ac-c6402339,
#w-node-_4211eeb2-ce56-cd61-6075-385e424595b4-c6402339,
#w-node-_4211eeb2-ce56-cd61-6075-385e424595bc-c6402339,
#w-node-_4211eeb2-ce56-cd61-6075-385e424595c4-c6402339,
#w-node-_45eb94c5-3822-9f50-4356-ad4bda1634ee-7f30861b,
#w-node-_45eb94c5-3822-9f50-4356-ad4bda1634f1-7f30861b,
#w-node-_45eb94c5-3822-9f50-4356-ad4bda1634f4-7f30861b,
#w-node-_45eb94c5-3822-9f50-4356-ad4bda1634f7-7f30861b,
#w-node-_492cca9f-b5ec-be18-39bc-6a237ae82aec-64fab289,
#w-node-_4edf3f6f-9a0e-5208-744c-325501376d14-c6402339,
#w-node-_6810144d-a73d-46ed-86cf-5fefecfcbd58-c6402339,
#w-node-_6a1b011b-f6e2-cb00-f16e-d58ba6faffe0-7f30861b,
#w-node-_6a1b011b-f6e2-cb00-f16e-d58ba6faffe3-7f30861b,
#w-node-_6a1b011b-f6e2-cb00-f16e-d58ba6faffe6-7f30861b,
#w-node-_6a1b011b-f6e2-cb00-f16e-d58ba6faffe9-7f30861b,
#w-node-_87ea56ed-4cca-3f03-4d73-7e51d00cac0d-64fab289,
#w-node-_87ea56ed-4cca-3f03-4d73-7e51d00cac10-64fab289,
#w-node-_87ea56ed-4cca-3f03-4d73-7e51d00cac13-64fab289,
#w-node-_90f672bb-bfb7-4f6f-693b-7518ab1821b3-7f30861b,
#w-node-_9328b841-a746-9300-2685-47d1f1646f88-7f30861b,
#w-node-_9328b841-a746-9300-2685-47d1f1646f8b-7f30861b,
#w-node-_9328b841-a746-9300-2685-47d1f1646f8e-7f30861b,
#w-node-_9328b841-a746-9300-2685-47d1f1646f91-7f30861b,
#w-node-_95da838e-5bec-96e4-5c89-8190504ecd15-64fab289,
#w-node-_95da838e-5bec-96e4-5c89-8190504ecd18-64fab289,
#w-node-_95da838e-5bec-96e4-5c89-8190504ecd1b-64fab289,
#w-node-_9760380c-5dd1-c6f5-0e22-05e44571176c-7f30861b,
#w-node-_9760380c-5dd1-c6f5-0e22-05e44571176f-7f30861b,
#w-node-_9760380c-5dd1-c6f5-0e22-05e445711772-7f30861b,
#w-node-_9760380c-5dd1-c6f5-0e22-05e445711775-7f30861b,
#w-node-_97c0e5c0-f6d6-3f80-397f-a0ed9f001706-5c5f6f25,
#w-node-_9eaa890e-75b3-71c4-a755-77adaf6ed7c1-7f30861b,
#w-node-_9eaa890e-75b3-71c4-a755-77adaf6ed7c4-7f30861b,
#w-node-_9eaa890e-75b3-71c4-a755-77adaf6ed7c7-7f30861b,
#w-node-_9eaa890e-75b3-71c4-a755-77adaf6ed7ca-7f30861b,
#w-node-a6375249-857b-81b9-4467-6e45235f9f59-64fab289,
#w-node-a6375249-857b-81b9-4467-6e45235f9f5c-64fab289,
#w-node-a6375249-857b-81b9-4467-6e45235f9f5f-64fab289,
#w-node-ae4aee22-3119-2a70-2116-866af61e5289-64fab289,
#w-node-ae4aee22-3119-2a70-2116-866af61e528c-64fab289,
#w-node-ae4aee22-3119-2a70-2116-866af61e528f-64fab289,
#w-node-aeebf5e7-3635-c95f-5b47-fd81b823d546-64fab289,
#w-node-aeebf5e7-3635-c95f-5b47-fd81b823d549-64fab289,
#w-node-aeebf5e7-3635-c95f-5b47-fd81b823d54c-64fab289,
#w-node-b4c4c864-29a8-a7bb-ac65-f6b6f0e374a9-7f30861b,
#w-node-b73f73bb-adf5-2ef8-1ada-737d4a390a2c-64fab289,
#w-node-b73f73bb-adf5-2ef8-1ada-737d4a390a2f-64fab289,
#w-node-b73f73bb-adf5-2ef8-1ada-737d4a390a32-64fab289,
#w-node-b8c3f52e-9e5a-b6e9-c488-7ee069321655-7f30861b,
#w-node-be55de94-2857-2a3b-05d5-bd17c3a4d6ae-64fab289,
#w-node-be55de94-2857-2a3b-05d5-bd17c3a4d6b1-64fab289,
#w-node-be55de94-2857-2a3b-05d5-bd17c3a4d6b4-64fab289,
#w-node-c82f806e-cb2e-604e-33f6-bd0579d42088-c6402339,
#w-node-d077fa2c-bb1b-8168-a089-5bb06fcc5b34-64fab289,
#w-node-d077fa2c-bb1b-8168-a089-5bb06fcc5b7d-64fab289,
#w-node-d077fa2c-bb1b-8168-a089-5bb06fcc5b80-64fab289,
#w-node-d077fa2c-bb1b-8168-a089-5bb06fcc5b83-64fab289,
#w-node-d801bb33-96b2-6d1a-586c-95824921f8f1-64fab289,
#w-node-d801bb33-96b2-6d1a-586c-95824921f8f4-64fab289,
#w-node-d801bb33-96b2-6d1a-586c-95824921f8f7-64fab289,
#w-node-da8173c8-dd78-f584-ff3d-afb302c1011f-64fab289,
#w-node-da8173c8-dd78-f584-ff3d-afb302c10122-64fab289,
#w-node-da8173c8-dd78-f584-ff3d-afb302c10125-64fab289,
#w-node-de275d86-2a4b-7221-6651-8c1bf61d9b40-7f30861b,
#w-node-de275d86-2a4b-7221-6651-8c1bf61d9b43-7f30861b,
#w-node-de275d86-2a4b-7221-6651-8c1bf61d9b46-7f30861b,
#w-node-de275d86-2a4b-7221-6651-8c1bf61d9b49-7f30861b,
#w-node-e9a54ab6-f1ca-9dd9-8e90-6e59a8e4766c-7f30861b,
#w-node-e9a54ab6-f1ca-9dd9-8e90-6e59a8e4766f-7f30861b,
#w-node-e9a54ab6-f1ca-9dd9-8e90-6e59a8e47672-7f30861b,
#w-node-e9a54ab6-f1ca-9dd9-8e90-6e59a8e47675-7f30861b,
#w-node-ea928bc2-ad38-977e-97b1-73ccc479a0b4-64fab289,
#w-node-ef593cb8-26ec-b024-20e4-23466492eaab-7f30861b,
#w-node-ef593cb8-26ec-b024-20e4-23466492eaae-7f30861b,
#w-node-ef593cb8-26ec-b024-20e4-23466492eab1-7f30861b,
#w-node-ef593cb8-26ec-b024-20e4-23466492eab4-7f30861b,
#w-node-fd2c4721-5657-0aad-d746-87c29335b8b3-9335b8ad,
#w-node-fd2c4721-5657-0aad-d746-87c29335b8bc-9335b8ad,
#w-node-fd2c4721-5657-0aad-d746-87c29335b8c3-9335b8ad,
#w-node-fd2c4721-5657-0aad-d746-87c29335b8c8-9335b8ad,
#w-node-ff077161-cd92-56c2-75da-881a86f82897-7f30861b,
#w-node-ff077161-cd92-56c2-75da-881a86f8289a-7f30861b,
#w-node-ff077161-cd92-56c2-75da-881a86f8289d-7f30861b,
#w-node-ff077161-cd92-56c2-75da-881a86f828a0-7f30861b {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-_96aef7fc-c8f0-4b54-196d-04700e59057d-7f30861b {
    grid-area: span 1/span 2/span 1/span 2
}

#w-node-_013bcc94-bba4-d6e7-4752-02f3251617be-7f30861b,
#w-node-_013bcc94-bba4-d6e7-4752-02f3251617c1-7f30861b,
#w-node-_013bcc94-bba4-d6e7-4752-02f3251617c4-7f30861b,
#w-node-_013bcc94-bba4-d6e7-4752-02f3251617c7-7f30861b,
#w-node-_015f9f2b-f778-6191-702b-6760ad1d529b-7f30861b,
#w-node-_015f9f2b-f778-6191-702b-6760ad1d529e-7f30861b,
#w-node-_015f9f2b-f778-6191-702b-6760ad1d52a1-7f30861b,
#w-node-_015f9f2b-f778-6191-702b-6760ad1d52a4-7f30861b,
#w-node-_090704c1-36fd-702b-5fc5-491309963f4e-7f30861b,
#w-node-_090704c1-36fd-702b-5fc5-491309963f51-7f30861b,
#w-node-_090704c1-36fd-702b-5fc5-491309963f54-7f30861b,
#w-node-_090704c1-36fd-702b-5fc5-491309963f57-7f30861b,
#w-node-_0d36ec42-4d4c-c932-2746-ef7e2a31b3ef-7f30861b,
#w-node-_0d36ec42-4d4c-c932-2746-ef7e2a31b3f2-7f30861b,
#w-node-_0d36ec42-4d4c-c932-2746-ef7e2a31b3f5-7f30861b,
#w-node-_0d36ec42-4d4c-c932-2746-ef7e2a31b3f8-7f30861b,
#w-node-_1456cb3e-0954-5d39-0e5b-59d0480fe529-7f30861b,
#w-node-_1456cb3e-0954-5d39-0e5b-59d0480fe52c-7f30861b,
#w-node-_1456cb3e-0954-5d39-0e5b-59d0480fe52f-7f30861b,
#w-node-_1456cb3e-0954-5d39-0e5b-59d0480fe532-7f30861b,
#w-node-_28280580-8a16-14e0-aa51-683fa4d6a8a1-7f30861b,
#w-node-_28280580-8a16-14e0-aa51-683fa4d6a8a4-7f30861b,
#w-node-_28280580-8a16-14e0-aa51-683fa4d6a8a7-7f30861b,
#w-node-_28280580-8a16-14e0-aa51-683fa4d6a8aa-7f30861b,
#w-node-_2b25362c-f012-202b-81c7-56c1171b8b23-560e63dd,
#w-node-_2b267229-4142-e3af-4b5b-9c6f4e26accb-7f30861b,
#w-node-_2b267229-4142-e3af-4b5b-9c6f4e26acce-7f30861b,
#w-node-_2b267229-4142-e3af-4b5b-9c6f4e26acd1-7f30861b,
#w-node-_2b267229-4142-e3af-4b5b-9c6f4e26acd4-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0a4-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0a9-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0ac-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0af-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0b2-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0b6-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0b9-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0bc-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0bf-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0c3-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0c6-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0c9-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0cc-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0d0-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0d3-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0d6-7f30861b,
#w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0d9-7f30861b,
#w-node-_370a8c4a-c51b-08bc-c097-55ca6019cbc5-7f30861b,
#w-node-_370a8c4a-c51b-08bc-c097-55ca6019cbc8-7f30861b,
#w-node-_370a8c4a-c51b-08bc-c097-55ca6019cbcb-7f30861b,
#w-node-_370a8c4a-c51b-08bc-c097-55ca6019cbce-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cae-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cb3-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cb6-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cb9-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cbc-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cc0-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cc3-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cc6-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cc9-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2ccd-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cd0-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cd3-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cd6-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cda-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cdd-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2ce0-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2ce3-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2ce7-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cea-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2ced-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cf0-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cf4-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cf7-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cfa-7f30861b,
#w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cfd-7f30861b,
#w-node-_4ee45b8a-2d5c-9a78-2f5d-0ca8e017cce6-7f30861b,
#w-node-_4ee45b8a-2d5c-9a78-2f5d-0ca8e017cce9-7f30861b,
#w-node-_4ee45b8a-2d5c-9a78-2f5d-0ca8e017ccec-7f30861b,
#w-node-_4ee45b8a-2d5c-9a78-2f5d-0ca8e017ccef-7f30861b,
#w-node-_53c926a5-ee7d-a20d-a3fb-ed0a9ea665b3-7f30861b,
#w-node-_53c926a5-ee7d-a20d-a3fb-ed0a9ea665b6-7f30861b,
#w-node-_53c926a5-ee7d-a20d-a3fb-ed0a9ea665b9-7f30861b,
#w-node-_53c926a5-ee7d-a20d-a3fb-ed0a9ea665bc-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218ceba-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cebf-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cec2-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cec5-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cec8-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cecc-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218ced0-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218ced3-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218ced6-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218ceda-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cede-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cee1-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cee4-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cee8-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218ceeb-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218ceee-7f30861b,
#w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cef1-7f30861b,
#w-node-_61f86c07-4e38-a6f3-c5fa-7407f29347e5-7f30861b,
#w-node-_61f86c07-4e38-a6f3-c5fa-7407f29347e8-7f30861b,
#w-node-_61f86c07-4e38-a6f3-c5fa-7407f29347eb-7f30861b,
#w-node-_61f86c07-4e38-a6f3-c5fa-7407f29347ee-7f30861b,
#w-node-_6f7fcb3d-d5d6-15be-e026-1e21b2ac5b9d-01ae2dcc,
#w-node-_6f7fcb3d-d5d6-15be-e026-1e21b2ac5b9d-4104a244,
#w-node-_6f7fcb3d-d5d6-15be-e026-1e21b2ac5b9d-8d035ad2,
#w-node-_6f7fcb3d-d5d6-15be-e026-1e21b2ac5b9d-b151776c,
#w-node-_714dd107-b5f0-69d1-7ae1-6473bd7d7d69-7f30861b,
#w-node-_714dd107-b5f0-69d1-7ae1-6473bd7d7d6c-7f30861b,
#w-node-_714dd107-b5f0-69d1-7ae1-6473bd7d7d6f-7f30861b,
#w-node-_714dd107-b5f0-69d1-7ae1-6473bd7d7d72-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053ce-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053d3-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053d6-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053d9-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053dc-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053e0-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053e5-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053e8-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053eb-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053ef-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053f6-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053f9-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc9053fc-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc905400-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc905403-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc905406-7f30861b,
#w-node-_75df709f-8ca9-803e-fd9d-e163fc905409-7f30861b,
#w-node-_75f583cc-b707-d58e-eecf-b398fc192785-7f30861b,
#w-node-_75f583cc-b707-d58e-eecf-b398fc192788-7f30861b,
#w-node-_75f583cc-b707-d58e-eecf-b398fc19278b-7f30861b,
#w-node-_75f583cc-b707-d58e-eecf-b398fc19278e-7f30861b,
#w-node-_85c651f9-98d1-4fb8-194c-b5a30354293c-7f30861b,
#w-node-_85c651f9-98d1-4fb8-194c-b5a30354293f-7f30861b,
#w-node-_85c651f9-98d1-4fb8-194c-b5a303542942-7f30861b,
#w-node-_85c651f9-98d1-4fb8-194c-b5a303542945-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e0d9-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e0de-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e0e1-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e0e4-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e0e7-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e0eb-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e0ee-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e0f1-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e0f4-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e0f8-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e0fb-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e0fe-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e101-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e105-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e108-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e10b-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e10e-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e112-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e115-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e118-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e11b-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e11f-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e122-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e125-7f30861b,
#w-node-_85e1172a-f950-4796-52ff-844dfed7e128-7f30861b,
#w-node-_90199a78-dbc0-2c8e-fd3f-6da2b62ee0b0-7f30861b,
#w-node-_90199a78-dbc0-2c8e-fd3f-6da2b62ee0b5-7f30861b,
#w-node-_90199a78-dbc0-2c8e-fd3f-6da2b62ee0b8-7f30861b,
#w-node-_90199a78-dbc0-2c8e-fd3f-6da2b62ee0bb-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e28-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e2d-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e30-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e33-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e36-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e3a-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e3d-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e40-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e43-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e47-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e4a-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e4d-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e50-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e54-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e57-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e5a-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e5d-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e61-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e64-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e67-7f30861b,
#w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e6a-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e590582-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e590585-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e590588-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e59058b-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e59058f-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e590592-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e590595-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e590598-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e59059c-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e5905a0-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e5905a3-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e5905a6-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e5905aa-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e5905ae-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e5905b1-7f30861b,
#w-node-_96aef7fc-c8f0-4b54-196d-04700e5905b4-7f30861b,
#w-node-_96de8b82-e179-7f9c-6e68-4728248abbfc-7f30861b,
#w-node-_96de8b82-e179-7f9c-6e68-4728248abbff-7f30861b,
#w-node-_96de8b82-e179-7f9c-6e68-4728248abc02-7f30861b,
#w-node-_96de8b82-e179-7f9c-6e68-4728248abc05-7f30861b,
#w-node-_97c0e5c0-f6d6-3f80-397f-a0ed9f001706-76c093c0,
#w-node-_97c0e5c0-f6d6-3f80-397f-a0ed9f001706-ed418883,
#w-node-_9bb16678-55c1-778d-73d1-0a38903ae48e-7f30861b,
#w-node-_9bb16678-55c1-778d-73d1-0a38903ae491-7f30861b,
#w-node-_9bb16678-55c1-778d-73d1-0a38903ae494-7f30861b,
#w-node-_9bb16678-55c1-778d-73d1-0a38903ae497-7f30861b,
#w-node-a688e0db-f564-39a3-2cb4-3a3c62786752-0250efba,
#w-node-a9bdd68e-1d9e-5aac-77a8-d5d3ec1e4bf7-7f30861b,
#w-node-a9bdd68e-1d9e-5aac-77a8-d5d3ec1e4bfa-7f30861b,
#w-node-a9bdd68e-1d9e-5aac-77a8-d5d3ec1e4bfd-7f30861b,
#w-node-a9bdd68e-1d9e-5aac-77a8-d5d3ec1e4c00-7f30861b,
#w-node-b58d41e1-65bc-830e-09b6-1cbfab50101f-7f30861b,
#w-node-b58d41e1-65bc-830e-09b6-1cbfab501022-7f30861b,
#w-node-b58d41e1-65bc-830e-09b6-1cbfab501025-7f30861b,
#w-node-b58d41e1-65bc-830e-09b6-1cbfab501028-7f30861b,
#w-node-c0412a9f-83e3-9222-d1af-2af99405c973-7f30861b,
#w-node-c0412a9f-83e3-9222-d1af-2af99405c976-7f30861b,
#w-node-c0412a9f-83e3-9222-d1af-2af99405c979-7f30861b,
#w-node-c0412a9f-83e3-9222-d1af-2af99405c97c-7f30861b,
#w-node-c07997d8-bdd8-b28d-f82a-b67aa0b6d5a7-7f30861b,
#w-node-c07997d8-bdd8-b28d-f82a-b67aa0b6d5aa-7f30861b,
#w-node-c07997d8-bdd8-b28d-f82a-b67aa0b6d5ad-7f30861b,
#w-node-c07997d8-bdd8-b28d-f82a-b67aa0b6d5b0-7f30861b,
#w-node-d67d728f-37fe-f1ff-d992-60ec1dc173b3-7f30861b,
#w-node-d67d728f-37fe-f1ff-d992-60ec1dc173b6-7f30861b,
#w-node-d67d728f-37fe-f1ff-d992-60ec1dc173b9-7f30861b,
#w-node-d67d728f-37fe-f1ff-d992-60ec1dc173bc-7f30861b,
#w-node-da7f4f7f-66e4-615d-be2a-295b1b392b06-7f30861b,
#w-node-da7f4f7f-66e4-615d-be2a-295b1b392b09-7f30861b,
#w-node-da7f4f7f-66e4-615d-be2a-295b1b392b0c-7f30861b,
#w-node-da7f4f7f-66e4-615d-be2a-295b1b392b0f-7f30861b,
#w-node-df5065d0-58bf-a95a-fcae-cc0891246204-7f30861b,
#w-node-df5065d0-58bf-a95a-fcae-cc0891246207-7f30861b,
#w-node-df5065d0-58bf-a95a-fcae-cc089124620a-7f30861b,
#w-node-df5065d0-58bf-a95a-fcae-cc089124620d-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a1d-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a22-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a25-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a28-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a2b-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a2f-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a32-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a35-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a38-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a3c-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a3f-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a42-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a45-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a49-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a4c-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a4f-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a52-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a56-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a59-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a5c-7f30861b,
#w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a5f-7f30861b,
#w-node-f6536558-af9b-15ab-3ce7-1df73dfa9734-7f30861b,
#w-node-f6536558-af9b-15ab-3ce7-1df73dfa9737-7f30861b,
#w-node-f6536558-af9b-15ab-3ce7-1df73dfa973a-7f30861b,
#w-node-f6536558-af9b-15ab-3ce7-1df73dfa973d-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9faea-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9faef-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9faf2-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9faf5-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9faf8-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fafc-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9faff-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fb02-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fb05-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fb09-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fb0c-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fb0f-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fb12-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fb16-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fb19-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fb1c-7f30861b,
#w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fb1f-7f30861b,
#w-node-ffb48ec9-879f-bf25-d955-5c926b338555-7f30861b,
#w-node-ffb48ec9-879f-bf25-d955-5c926b338558-7f30861b,
#w-node-ffb48ec9-879f-bf25-d955-5c926b33855b-7f30861b,
#w-node-ffb48ec9-879f-bf25-d955-5c926b33855e-7f30861b {
    grid-area: span 1/span 1/span 1/span 1
}

@media screen and (max-width:991px) {

    #w-node-_216f12ae-ba9e-7966-97d1-b548748f14ad-ccff699d,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-ccff699d,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-ccff699d,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-ccff699d,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-ccff699d,
    #w-node-a6c1c49c-b847-624b-d15d-9c2f6ee7042e-ccff699d {
        order: -9999
    }

    #w-node-fd2c4721-5657-0aad-d746-87c29335b8b3-9335b8ad {
        grid-area: span 1/span 4/span 1/span 4
    }

    #w-node-_0722c148-ae40-2fcd-58d8-0e243f6e89b8-64fab289,
    #w-node-_0722c148-ae40-2fcd-58d8-0e243f6e89bb-64fab289,
    #w-node-_0722c148-ae40-2fcd-58d8-0e243f6e89da-64fab289,
    #w-node-_0c41a6a6-75bb-e14e-ca51-28e681040d4f-54ef974a,
    #w-node-_0c41a6a6-75bb-e14e-ca51-28e681040d52-54ef974a,
    #w-node-_0c41a6a6-75bb-e14e-ca51-28e681040d6f-54ef974a,
    #w-node-_0c41a6a6-75bb-e14e-ca51-28e681040d72-54ef974a,
    #w-node-_216f12ae-ba9e-7966-97d1-b548748f14ad-3b550c30,
    #w-node-_216f12ae-ba9e-7966-97d1-b548748f14ad-f0e04a7e,
    #w-node-_289c31eb-8abc-f4e2-bd60-14d0d8c99911-fed88d6b,
    #w-node-_289c31eb-8abc-f4e2-bd60-14d0d8c99914-fed88d6b,
    #w-node-_289c31eb-8abc-f4e2-bd60-14d0d8c99931-fed88d6b,
    #w-node-_289c31eb-8abc-f4e2-bd60-14d0d8c99934-fed88d6b,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-3b550c30,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-f0e04a7e,
    #w-node-_3b3dd5ee-68ee-92ea-0705-04aa69f94fdd-7ad3b6ec,
    #w-node-_3b3dd5ee-68ee-92ea-0705-04aa69f94fe0-7ad3b6ec,
    #w-node-_3b3dd5ee-68ee-92ea-0705-04aa69f94fff-7ad3b6ec,
    #w-node-_3b3dd5ee-68ee-92ea-0705-04aa69f95002-7ad3b6ec,
    #w-node-_41c0e31a-340f-9a0a-991d-c4663b2f73fb-0b00f232,
    #w-node-_41c0e31a-340f-9a0a-991d-c4663b2f73fe-0b00f232,
    #w-node-_41c0e31a-340f-9a0a-991d-c4663b2f741b-0b00f232,
    #w-node-_41c0e31a-340f-9a0a-991d-c4663b2f741e-0b00f232,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-3b550c30,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-f0e04a7e,
    #w-node-_530feea2-2c0a-3222-f877-6a5888b988bf-54b8eff2,
    #w-node-_530feea2-2c0a-3222-f877-6a5888b988c2-54b8eff2,
    #w-node-_530feea2-2c0a-3222-f877-6a5888b988df-54b8eff2,
    #w-node-_530feea2-2c0a-3222-f877-6a5888b988e2-54b8eff2,
    #w-node-_78ceae04-293d-816e-8cc5-52855c5cc628-04a8b58f,
    #w-node-_78ceae04-293d-816e-8cc5-52855c5cc62b-04a8b58f,
    #w-node-_78ceae04-293d-816e-8cc5-52855c5cc648-04a8b58f,
    #w-node-_78ceae04-293d-816e-8cc5-52855c5cc64b-04a8b58f,
    #w-node-_9583ee43-fd29-be4e-e101-49ec3a41fb81-83928fd0,
    #w-node-_9583ee43-fd29-be4e-e101-49ec3a41fb84-83928fd0,
    #w-node-_9583ee43-fd29-be4e-e101-49ec3a41fba1-83928fd0,
    #w-node-_9583ee43-fd29-be4e-e101-49ec3a41fba4-83928fd0,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-3b550c30,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-f0e04a7e,
    #w-node-a0e15047-3e53-d6b2-6bd7-6c6937e81317-ab4f9ee9,
    #w-node-a0e15047-3e53-d6b2-6bd7-6c6937e8131a-ab4f9ee9,
    #w-node-a0e15047-3e53-d6b2-6bd7-6c6937e81346-ab4f9ee9,
    #w-node-a0e15047-3e53-d6b2-6bd7-6c6937e81349-ab4f9ee9,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-3b550c30,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-f0e04a7e,
    #w-node-a6c1c49c-b847-624b-d15d-9c2f6ee7042e-3b550c30,
    #w-node-a6c1c49c-b847-624b-d15d-9c2f6ee7042e-f0e04a7e,
    #w-node-b1984bd0-f6f3-e524-1c1e-f831758f2102-2c440280,
    #w-node-b1984bd0-f6f3-e524-1c1e-f831758f2105-2c440280,
    #w-node-b1984bd0-f6f3-e524-1c1e-f831758f2124-2c440280,
    #w-node-b1984bd0-f6f3-e524-1c1e-f831758f2127-2c440280,
    #w-node-b69086b4-d75c-fa9c-7a0d-a3807b3acdf0-5c3d7ffe,
    #w-node-b69086b4-d75c-fa9c-7a0d-a3807b3acdf3-5c3d7ffe,
    #w-node-b69086b4-d75c-fa9c-7a0d-a3807b3ace10-5c3d7ffe,
    #w-node-b69086b4-d75c-fa9c-7a0d-a3807b3ace13-5c3d7ffe,
    #w-node-d3685cdd-81dd-fbe7-6796-7be19ac38b5c-67640707,
    #w-node-d3685cdd-81dd-fbe7-6796-7be19ac38b5f-67640707,
    #w-node-d3685cdd-81dd-fbe7-6796-7be19ac38b7c-67640707,
    #w-node-d3685cdd-81dd-fbe7-6796-7be19ac38b7f-67640707,
    #w-node-e03214e7-05ca-5435-0446-059158819a96-fc18b500,
    #w-node-e03214e7-05ca-5435-0446-059158819a99-fc18b500,
    #w-node-e03214e7-05ca-5435-0446-059158819ab6-fc18b500,
    #w-node-e03214e7-05ca-5435-0446-059158819ab9-fc18b500,
    #w-node-e1f296ab-f006-5384-8863-d777ad8be34a-a6f09c6e,
    #w-node-e1f296ab-f006-5384-8863-d777ad8be34d-a6f09c6e,
    #w-node-e1f296ab-f006-5384-8863-d777ad8be35c-a6f09c6e,
    #w-node-e1f296ab-f006-5384-8863-d777ad8be35f-a6f09c6e,
    #w-node-f1e0d2c2-a379-478a-6792-8d12c3a2d2d2-9b757bba,
    #w-node-f1e0d2c2-a379-478a-6792-8d12c3a2d2d5-9b757bba,
    #w-node-f1e0d2c2-a379-478a-6792-8d12c3a2d2f2-9b757bba,
    #w-node-f1e0d2c2-a379-478a-6792-8d12c3a2d2f5-9b757bba,
    #w-node-fb03c03c-6345-fbe6-0baf-02c4d639a49e-bad698d7,
    #w-node-fb03c03c-6345-fbe6-0baf-02c4d639a4a1-bad698d7,
    #w-node-fb03c03c-6345-fbe6-0baf-02c4d639a4be-bad698d7,
    #w-node-fb03c03c-6345-fbe6-0baf-02c4d639a4c1-bad698d7 {
        order: -9999
    }

    #w-node-ef02d72e-6a5c-95a2-dc85-a970072aad98-5485f0f2 {
        order: 9999
    }

    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-5485f0f2,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-5485f0f2,
    #w-node-_66f05f3d-8656-7064-e1d7-b748a9979968-0d81922a,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-5485f0f2,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-5485f0f2 {
        order: -9999
    }

    #w-node-_013bcc94-bba4-d6e7-4752-02f3251617be-7f30861b,
    #w-node-_015f9f2b-f778-6191-702b-6760ad1d529b-7f30861b,
    #w-node-_090704c1-36fd-702b-5fc5-491309963f4e-7f30861b,
    #w-node-_0d36ec42-4d4c-c932-2746-ef7e2a31b3ef-7f30861b,
    #w-node-_1456cb3e-0954-5d39-0e5b-59d0480fe529-7f30861b,
    #w-node-_184a161d-93bd-e3c8-e3f7-36711e7b343d-7f30861b,
    #w-node-_213280e3-7ea6-26fe-64df-eebb7adfc6f1-7f30861b,
    #w-node-_28280580-8a16-14e0-aa51-683fa4d6a8a1-7f30861b,
    #w-node-_2b267229-4142-e3af-4b5b-9c6f4e26accb-7f30861b,
    #w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0a4-7f30861b,
    #w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0a9-7f30861b,
    #w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0b6-7f30861b,
    #w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0c3-7f30861b,
    #w-node-_2f3b4d08-7d14-07c2-9b98-b6f238b5c0d0-7f30861b,
    #w-node-_370a8c4a-c51b-08bc-c097-55ca6019cbc5-7f30861b,
    #w-node-_45eb94c5-3822-9f50-4356-ad4bda1634ee-7f30861b,
    #w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cae-7f30861b,
    #w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cb3-7f30861b,
    #w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cc0-7f30861b,
    #w-node-_478d4bad-5e80-43bb-2270-ef10e06e2ccd-7f30861b,
    #w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cda-7f30861b,
    #w-node-_478d4bad-5e80-43bb-2270-ef10e06e2ce7-7f30861b,
    #w-node-_478d4bad-5e80-43bb-2270-ef10e06e2cf4-7f30861b,
    #w-node-_4ee45b8a-2d5c-9a78-2f5d-0ca8e017cce6-7f30861b,
    #w-node-_53c926a5-ee7d-a20d-a3fb-ed0a9ea665b3-7f30861b,
    #w-node-_5a370f4f-24cb-4e7d-5880-e9a87218ceba-7f30861b,
    #w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cebf-7f30861b,
    #w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cecc-7f30861b,
    #w-node-_5a370f4f-24cb-4e7d-5880-e9a87218ceda-7f30861b,
    #w-node-_5a370f4f-24cb-4e7d-5880-e9a87218cee8-7f30861b,
    #w-node-_61f86c07-4e38-a6f3-c5fa-7407f29347e5-7f30861b,
    #w-node-_6a1b011b-f6e2-cb00-f16e-d58ba6faffe0-7f30861b,
    #w-node-_714dd107-b5f0-69d1-7ae1-6473bd7d7d69-7f30861b,
    #w-node-_75df709f-8ca9-803e-fd9d-e163fc9053ce-7f30861b,
    #w-node-_75df709f-8ca9-803e-fd9d-e163fc9053d3-7f30861b,
    #w-node-_75df709f-8ca9-803e-fd9d-e163fc9053e0-7f30861b,
    #w-node-_75df709f-8ca9-803e-fd9d-e163fc9053ef-7f30861b,
    #w-node-_75df709f-8ca9-803e-fd9d-e163fc905400-7f30861b,
    #w-node-_75f583cc-b707-d58e-eecf-b398fc192785-7f30861b,
    #w-node-_85c651f9-98d1-4fb8-194c-b5a30354293c-7f30861b,
    #w-node-_85e1172a-f950-4796-52ff-844dfed7e0d9-7f30861b,
    #w-node-_85e1172a-f950-4796-52ff-844dfed7e0de-7f30861b,
    #w-node-_85e1172a-f950-4796-52ff-844dfed7e0eb-7f30861b,
    #w-node-_85e1172a-f950-4796-52ff-844dfed7e0f8-7f30861b,
    #w-node-_85e1172a-f950-4796-52ff-844dfed7e105-7f30861b,
    #w-node-_85e1172a-f950-4796-52ff-844dfed7e112-7f30861b,
    #w-node-_85e1172a-f950-4796-52ff-844dfed7e11f-7f30861b,
    #w-node-_90199a78-dbc0-2c8e-fd3f-6da2b62ee0b0-7f30861b,
    #w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e28-7f30861b,
    #w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e2d-7f30861b,
    #w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e3a-7f30861b,
    #w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e47-7f30861b,
    #w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e54-7f30861b,
    #w-node-_91bc07f6-a43d-0d1c-de48-eabedcaf0e61-7f30861b,
    #w-node-_9328b841-a746-9300-2685-47d1f1646f88-7f30861b,
    #w-node-_96aef7fc-c8f0-4b54-196d-04700e59057d-7f30861b,
    #w-node-_96aef7fc-c8f0-4b54-196d-04700e590582-7f30861b,
    #w-node-_96aef7fc-c8f0-4b54-196d-04700e59058f-7f30861b,
    #w-node-_96aef7fc-c8f0-4b54-196d-04700e59059c-7f30861b,
    #w-node-_96aef7fc-c8f0-4b54-196d-04700e5905aa-7f30861b,
    #w-node-_96de8b82-e179-7f9c-6e68-4728248abbfc-7f30861b,
    #w-node-_9760380c-5dd1-c6f5-0e22-05e44571176c-7f30861b,
    #w-node-_9bb16678-55c1-778d-73d1-0a38903ae48e-7f30861b,
    #w-node-_9eaa890e-75b3-71c4-a755-77adaf6ed7c1-7f30861b,
    #w-node-a9bdd68e-1d9e-5aac-77a8-d5d3ec1e4bf7-7f30861b,
    #w-node-b58d41e1-65bc-830e-09b6-1cbfab50101f-7f30861b,
    #w-node-b8c3f52e-9e5a-b6e9-c488-7ee069321655-7f30861b,
    #w-node-c0412a9f-83e3-9222-d1af-2af99405c973-7f30861b,
    #w-node-c07997d8-bdd8-b28d-f82a-b67aa0b6d5a7-7f30861b,
    #w-node-c6224e35-6da3-b490-4671-64a3520ae307-7f30861b,
    #w-node-d67d728f-37fe-f1ff-d992-60ec1dc173b3-7f30861b,
    #w-node-da7f4f7f-66e4-615d-be2a-295b1b392b06-7f30861b,
    #w-node-de275d86-2a4b-7221-6651-8c1bf61d9b40-7f30861b,
    #w-node-df5065d0-58bf-a95a-fcae-cc0891246204-7f30861b,
    #w-node-e9a54ab6-f1ca-9dd9-8e90-6e59a8e4766c-7f30861b,
    #w-node-ef593cb8-26ec-b024-20e4-23466492eaab-7f30861b,
    #w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a1d-7f30861b,
    #w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a22-7f30861b,
    #w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a2f-7f30861b,
    #w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a3c-7f30861b,
    #w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a49-7f30861b,
    #w-node-f44ecb3c-f20f-4b5e-a516-43b5bb2a3a56-7f30861b,
    #w-node-f6536558-af9b-15ab-3ce7-1df73dfa9734-7f30861b,
    #w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9faea-7f30861b,
    #w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9faef-7f30861b,
    #w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fafc-7f30861b,
    #w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fb09-7f30861b,
    #w-node-f9e52cee-3bd4-d1bb-a8f8-13bfa5c9fb16-7f30861b,
    #w-node-ff077161-cd92-56c2-75da-881a86f82897-7f30861b,
    #w-node-ffb48ec9-879f-bf25-d955-5c926b338555-7f30861b {
        grid-area: span 1/span 3/span 1/span 3
    }

    #w-node-_24dd4a8e-5b02-f393-094c-0e49960fbe79-c5c5bafa,
    #w-node-_24dd4a8e-5b02-f393-094c-0e49960fbe7c-c5c5bafa,
    #w-node-edee66f5-2c24-2a17-875f-c4a4c9b7fb36-6fd0254d {
        order: -9999
    }

    #w-node-ef02d72e-6a5c-95a2-dc85-a970072aad98-59497619 {
        order: 9999
    }

    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-0250efba,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-59497619,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-883a79eb,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-97b51d03,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-0250efba,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-59497619,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-883a79eb,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-97b51d03,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-0250efba,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-59497619,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-883a79eb,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-97b51d03,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-0250efba,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-59497619,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-883a79eb,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-97b51d03 {
        order: -9999
    }

    #w-node-ef02d72e-6a5c-95a2-dc85-a970072aad98-17e5fe6e {
        order: 9999
    }

    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-17e5fe6e,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-17e5fe6e,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-17e5fe6e,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-17e5fe6e {
        order: -9999
    }

    #w-node-ef02d72e-6a5c-95a2-dc85-a970072aad98-2eeefa86 {
        order: 9999
    }

    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-2eeefa86,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-2eeefa86,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-2eeefa86,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-2eeefa86 {
        order: -9999
    }

    #w-node-ef02d72e-6a5c-95a2-dc85-a970072aad98-44ce14be {
        order: 9999
    }

    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-44ce14be,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-9131135e,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-ec2e21d6,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-44ce14be,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-9131135e,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-ec2e21d6,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-44ce14be,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-9131135e,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-ec2e21d6,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-44ce14be,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-9131135e,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-ec2e21d6 {
        order: -9999
    }

    #w-node-ef02d72e-6a5c-95a2-dc85-a970072aad98-b4b3c629 {
        order: 9999
    }

    #w-node-_216f12ae-ba9e-7966-97d1-b548748f14ad-7d90cd80,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-09422be0,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-2ec89a7c,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-560e63dd,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-7d90cd80,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-b4b3c629,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-faa9e69a,
    #w-node-_3f82a720-c9a1-6552-d63e-95277df515ba-882f85e2,
    #w-node-_3f82a720-c9a1-6552-d63e-95277df515bd-882f85e2,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-09422be0,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-2ec89a7c,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-560e63dd,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-7d90cd80,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-b4b3c629,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-faa9e69a,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-09422be0,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-2ec89a7c,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-560e63dd,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-7d90cd80,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-b4b3c629,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-faa9e69a,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-09422be0,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-2ec89a7c,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-560e63dd,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-7d90cd80,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-b4b3c629,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-faa9e69a,
    #w-node-a6c1c49c-b847-624b-d15d-9c2f6ee7042e-7d90cd80 {
        order: -9999
    }

    #w-node-ef02d72e-6a5c-95a2-dc85-a970072aad98-6db08040 {
        order: 9999
    }

    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-6db08040,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-6db08040,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-6db08040,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-6db08040 {
        order: -9999
    }

    #w-node-ef02d72e-6a5c-95a2-dc85-a970072aad98-3bb930df {
        order: 9999
    }

    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-333b156d,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-3bb930df,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-7ef99923,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-cd0809bd,
    #w-node-_2a9eb874-7c54-f349-a467-26b48cb3552c-d7e02c3d,
    #w-node-_42de9e03-c337-4db3-a3b2-dedda3e1c322-ffcef390,
    #w-node-_42de9e03-c337-4db3-a3b2-dedda3e1c325-ffcef390,
    #w-node-_42de9e03-c337-4db3-a3b2-dedda3e1c350-ffcef390,
    #w-node-_42de9e03-c337-4db3-a3b2-dedda3e1c353-ffcef390,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-333b156d,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-3bb930df,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-7ef99923,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-cd0809bd,
    #w-node-_46571fa3-2ab9-33ee-399c-9ea95714a8a0-d7e02c3d,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-333b156d,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-3bb930df,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-7ef99923,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-cd0809bd,
    #w-node-_9926acdd-0fac-d1b5-4344-91be2e927717-d7e02c3d,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-3bb930df,
    #w-node-a10055a3-a35c-081d-31cb-5b80630333ec-d7e02c3d,
    #w-node-b29a5190-dcf2-c069-5141-d04539faafbd-e0322ce1,
    #w-node-d5537e73-153c-c897-bb75-4a8a12737d7b-bdbf4e13,
    #w-node-d5537e73-153c-c897-bb75-4a8a12737d7e-bdbf4e13,
    #w-node-d5537e73-153c-c897-bb75-4a8a12737da9-bdbf4e13,
    #w-node-d5537e73-153c-c897-bb75-4a8a12737dac-bdbf4e13,
    #w-node-f82361ae-2623-bf3e-2943-813e04484e5b-cd0809bd {
        order: -9999
    }
}

@media screen and (max-width:767px) {
    #w-node-_97c0e5c0-f6d6-3f80-397f-a0ed9f001732-5c5f6f25 {
        grid-area: span 1/span 2/span 1/span 2
    }

    #w-node-_90db8bdc-3c2f-fe82-f135-86abe74c75a1-1aa818ee,
    #w-node-f4f2cb76-5870-67fe-6f06-ebcf03662d4a-fd84e933 {
        order: -9999;
        justify-self: center
    }

    #w-node-f1f39991-39a6-ef92-7c09-a6f6c3361236-fd84e933 {
        grid-area: span 1/span 2/span 1/span 2
    }

    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-5485f0f2 {
        grid-area: span 1/span 1/span 1/span 1
    }

    #w-node-_554ea7bd-d055-6dab-d8e7-685159bdf056-6465bb7e,
    #w-node-a11f6bb7-184c-e266-b1f2-c4494da3f6bc-f3d2f9b8,
    #w-node-b9fdcdde-cf3e-79de-7a78-df472a5109db-2d31400b {
        order: -9999;
        justify-self: center
    }

    #w-node-_517c748a-637d-2f16-d399-2714cf3222f9-c5c5bafa,
    #w-node-_989b4125-4882-e86d-0951-bacb4b56f5f3-01ae2dcc,
    #w-node-_989b4125-4882-e86d-0951-bacb4b56f5f3-4104a244,
    #w-node-_989b4125-4882-e86d-0951-bacb4b56f5f3-8d035ad2,
    #w-node-_989b4125-4882-e86d-0951-bacb4b56f5f3-b151776c {
        grid-area: span 1/span 2/span 1/span 2
    }

    #w-node-c9bae699-f478-2eec-b4a5-53f38a13a95c-c5c5bafa {
        order: -9999;
        justify-self: center
    }

    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-0250efba,
    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-59497619,
    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-883a79eb,
    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-97b51d03 {
        grid-area: span 1/span 1/span 1/span 1
    }

    #w-node-_97c0e5c0-f6d6-3f80-397f-a0ed9f001732-76c093c0 {
        grid-area: span 1/span 2/span 1/span 2
    }

    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-09422be0,
    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-17e5fe6e,
    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-2ec89a7c,
    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-2eeefa86,
    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-44ce14be,
    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-560e63dd,
    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-9131135e,
    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-b4b3c629,
    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-ec2e21d6,
    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-faa9e69a {
        grid-area: span 1/span 1/span 1/span 1
    }

    #w-node-bdb47d25-9776-b70f-1bc9-470e0ee52386-882f85e2 {
        order: -9999;
        justify-self: center
    }

    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-3bb930df,
    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-6db08040 {
        grid-area: span 1/span 1/span 1/span 1
    }

    #w-node-_97c0e5c0-f6d6-3f80-397f-a0ed9f001732-ed418883 {
        grid-area: span 1/span 2/span 1/span 2
    }

    #w-node-_1001bd08-39f8-7b98-80e4-45c54705a387-cd0809bd,
    #w-node-_2198f5ec-5a3a-f564-d58c-8d71231701f3-e0322ce1,
    #w-node-_3f23fa12-d159-c37d-ec49-44b254e17959-cd0809bd,
    #w-node-_4e055481-c046-a032-9379-338c51a93a3d-cd0809bd,
    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-333b156d,
    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-7ef99923,
    #w-node-_78378eed-b1d1-9d6e-a9c3-5b9e6194d62d-d7e02c3d,
    #w-node-bc7d4951-51d1-93ec-46fc-002c68005982-bdbf4e13 {
        grid-area: span 1/span 1/span 1/span 1
    }
}

@media screen and (max-width:479px) {
    #w-node-fd2c4721-5657-0aad-d746-87c29335b8b3-9335b8ad {
        grid-column: span 1/span 1
    }

    #w-node-_1dbdc90f-9bd5-15ba-4d23-d7c412808e95-64fab289,
    #w-node-_28bf1856-db6c-ca7b-7c43-22b77583a573-64fab289,
    #w-node-_2b63e990-2e6a-b8df-e490-142b5fe88e94-64fab289,
    #w-node-_87ea56ed-4cca-3f03-4d73-7e51d00cac0d-64fab289,
    #w-node-_95da838e-5bec-96e4-5c89-8190504ecd15-64fab289,
    #w-node-a6375249-857b-81b9-4467-6e45235f9f59-64fab289,
    #w-node-ae4aee22-3119-2a70-2116-866af61e5289-64fab289,
    #w-node-aeebf5e7-3635-c95f-5b47-fd81b823d546-64fab289,
    #w-node-b73f73bb-adf5-2ef8-1ada-737d4a390a2c-64fab289,
    #w-node-be55de94-2857-2a3b-05d5-bd17c3a4d6ae-64fab289,
    #w-node-d077fa2c-bb1b-8168-a089-5bb06fcc5b34-64fab289,
    #w-node-d077fa2c-bb1b-8168-a089-5bb06fcc5b7d-64fab289,
    #w-node-d801bb33-96b2-6d1a-586c-95824921f8f1-64fab289,
    #w-node-da8173c8-dd78-f584-ff3d-afb302c1011f-64fab289 {
        grid-area: span 1/span 2/span 1/span 2
    }

    #w-node-_517c748a-637d-2f16-d399-2714cf3222f9-c5c5bafa,
    #w-node-_97c0e5c0-f6d6-3f80-397f-a0ed9f001732-5c5f6f25,
    #w-node-_97c0e5c0-f6d6-3f80-397f-a0ed9f001732-76c093c0,
    #w-node-_97c0e5c0-f6d6-3f80-397f-a0ed9f001732-ed418883,
    #w-node-_989b4125-4882-e86d-0951-bacb4b56f5f3-01ae2dcc,
    #w-node-_989b4125-4882-e86d-0951-bacb4b56f5f3-4104a244,
    #w-node-_989b4125-4882-e86d-0951-bacb4b56f5f3-8d035ad2,
    #w-node-_989b4125-4882-e86d-0951-bacb4b56f5f3-b151776c,
    #w-node-f1f39991-39a6-ef92-7c09-a6f6c3361236-fd84e933 {
        grid-area: span 1/span 1/span 1/span 1
    }
}

/* CTA Section with Dotted Texture Background */
.ot-cta-section {background-image:url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/679b2a47d551a8146bde7ec3_texture.svg");background-position:50%;background-size:cover;
    position: relative;
    padding-top: 58px;
    padding-bottom: 52px;
    background-image: url("https://cdn.prod.website-files.com/66d80d61bcbc2701c640232c/679b2a47d551a8146bde7ec3_texture.svg");
    background-position: 50%;
    background-size: cover;
}

.ot-cta-content-wrapper {
    position: relative;
    z-index: 1;
}

/* Gradient Line Styles */
.gradient-line {
    background-size: 100% 100%;
    background-position: 0px 0px;
    background-image: conic-gradient(from 135deg at 50% 50%, #a3ece900, #a3ece9 20deg, #709ff5 100deg, #709ff5 120deg, #0000 83deg);
    width: 100vw;
    height: 100vw;
}

.box-exterior {
    position: relative;
    overflow: hidden;
}

.box-interior {
    position: relative;
    z-index: 2;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .gradient-line {
        width: 100vw;
        height: 100vw;
    }
}

/* ── Mobile nav fix: full-screen panel (matches joinotto.com behavior) ── */
@media screen and (max-width:991px){
    /* Show menu when scripts.js toggles .w--open */
    .w-nav[data-collapse=medium] .w-nav-menu.w--open{display:block!important}
    /* Full-screen panel: fixed, full-width, slides in from top */
    .ot-nav-menu-wrapper{left:0!important;right:0!important;width:100%!important;height:100vh!important;transform:translateY(-100%);transition:transform .3s ease!important;z-index:-1!important;pointer-events:none!important;overflow-y:auto;padding-top:110px!important}
    .w-nav[data-collapse=medium] .w-nav-menu.w--open.ot-nav-menu-wrapper{right:auto!important;transform:translateY(0)!important;z-index:5!important;pointer-events:auto!important}
    /* Nav above page content */
    .w-nav:has(.w-nav-menu.w--open){z-index:9999!important;position:relative!important}
    /* Logo and CTA buttons float above the panel (z-index > 5) */
    .w-nav:has(.w-nav-menu.w--open) .ot-navbar-brand{z-index:10!important;position:relative!important}
    .w-nav:has(.w-nav-menu.w--open) .ot-nav-button-wrapper{z-index:10!important;position:relative!important}
    /* Change hamburger to × when open */
    .w-nav:has(.w-nav-menu.w--open) .w-nav-button .w-icon-nav-menu:before{content:"\00d7"!important;font-family:sans-serif!important;font-size:32px!important;line-height:1!important;display:block!important}
    /* Dropdowns expand inline inside the panel */
    .w-nav-menu .w-dropdown-list{position:static!important;display:none!important;background:transparent!important;min-width:auto!important}
    .w-nav-menu .w-dropdown-list.w--open{display:block!important}
    /* Hide overlay — not needed for full-screen panel */
    .w-nav-overlay.w--open{display:none!important}
}
