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

.w-checkbox::before {
    content: ' ';
    display: table;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
}

.w-checkbox::after {
    content: ' ';
    display: table;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    clear: both;
}

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

.w-checkbox-input--inputType-custom {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: #ccc;
    border-bottom-color: #ccc;
    border-left-color: #ccc;
    border-right-color: #ccc;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    width: 12px;
    height: 12px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
    background-color: #3898ec;
    border-top-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    border-right-color: #3898ec;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

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

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

.w-form-formradioinput--inputType-custom {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: #ccc;
    border-bottom-color: #ccc;
    border-left-color: #ccc;
    border-right-color: #ccc;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    width: 12px;
    height: 12px;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
}

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

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

.w-embed-youtubevideo {
    width: 100%;
    position: relative;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
    background-size: cover;
    background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
    min-height: 75px;
    padding-bottom: 56.25%;
}

body {
    font-family: 'DM Sans', sans-serif;
    color: #101113;
    font-size: 16px;
    line-height: 20px;
}

h1 {
    margin-top: 0px;
    margin-bottom: 24px;
    font-size: 45px;
    line-height: 1.25em;
    font-weight: 700;
}

h2 {
    margin-top: 0px;
    margin-bottom: 16px;
    font-size: 38px;
    line-height: 1.3em;
    font-weight: 700;
}

h3 {
    margin-top: 0px;
    margin-bottom: 16px;
    font-size: 26px;
    line-height: 1.4em;
    font-weight: 700;
}

h4 {
    margin-top: 0px;
    margin-bottom: 12px;
    font-size: 22px;
    line-height: 1.4em;
    font-weight: 700;
}

h5 {
    margin-top: 0px;
    margin-bottom: 12px;
    color: #535d66;
    font-size: 14px;
    line-height: 1.5em;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

h6 {
    margin-top: 0px;
    margin-bottom: 5px;
    color: #a5afb8;
    font-size: 13px;
    line-height: 1.5em;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

p {
    margin-bottom: 16px;
    color: #2c323a;
    font-size: 16px;
    line-height: 1.5em;
}

a {
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
    color: #0747a6;
    text-decoration: none;
}

a:hover {
    color: #cfd1d3;
}

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

li {
    margin-bottom: 16px;
    color: #2c323a;
    font-size: 18px;
    line-height: 1.4em;
}

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

label {
    display: block;
    margin-bottom: 5px;
    color: #535d66;
    font-weight: 400;
}

blockquote {
    margin-bottom: 16px;
    padding: 10px 20px;
    border-left: 5px solid #dcf78f;
    color: #2c323a;
    font-size: 18px;
    line-height: 1.4em;
}

.wrapper {
    overflow: hidden;
    width: 100%;
    min-height: 100vh;
}

.section-white {
    position: relative;
    z-index: 0;
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #fff;
    color: #fff;
}

.section-white.light-grey {
    position: relative;
    background-color: #e6f0ff;
}

.section-white.light-grey.half-padding {
    padding-top: 40px;
    padding-bottom: 40px;
}

.section-white.green {
    background-color: #3ac63f;
    color: #fff;
}

.w-webflow-badge {
    position: fixed !important;
    display: None !important;
    visibility: hidden !important;
}

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

.section-white.half-padding {
    padding-top: 40px;
    padding-bottom: 40px;
}

.section-white.light-green {
    background-color: #e6ff9e;
}

.section-white.green-gradient {
    background-color: #0747a6;
}

.section-white.overflow-none {
    overflow: hidden;
}

.button {
    margin-bottom: 16px;
    padding: 15px 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 5px;
    background-color: #3c8ee0;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.03);
    -webkit-transition: border-color 200ms ease, color 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
    transition: border-color 200ms ease, color 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
    text-align: center;
}

.button:hover {
    background-color: #0f74d8;
    box-shadow: 0 7px 20px -10px rgba(0, 0, 0, 0.2);
    color: #f4f8fa;
}

.button:active {
    background-color: #0747a6;
}

.button.secondary {
    border-style: solid;
    border-width: 1px;
    border-color: #0747a6;
    background-color: #fff;
    box-shadow: none;
    color: #0747a6;
}

.button.secondary:hover {
    background-color: #0747a6;
    color: #fff;
}

.button.secondary:active {
    background-color: #3ac63f;
    color: #fff;
}

.button.no-margin {
    margin-right: 0px;
    margin-left: 0px;
    color: #fff;
}

.button.no-margin:hover {
    color: #fff;
}

.button.outline {
    background-color: transparent;
    box-shadow: inset 0 0 0 2px #76e277;
    color: #3ac63f;
}

.button.outline:hover {
    background-color: #3ac63f;
    box-shadow: inset 0 0 0 2px #3ac63f;
    color: #fff;
}

.button.outline:active {
    background-color: #1a9c1d;
    box-shadow: inset 0 0 0 2px #1a9c1d;
}

.button.grey {
    background-color: #e7eaec;
    box-shadow: none;
    color: #535d66;
}

.button.grey:hover {
    background-color: #c3cacf;
}

.button.grey:active {
    background-color: #a5afb8;
    color: #2c323a;
}

.button.disabled {
    background-color: #9de79e;
    box-shadow: none;
}

.button.disabled:hover {
    color: #fff;
}

.button.minimal {
    margin-right: 8px;
    margin-left: 8px;
    padding-right: 16px;
    padding-left: 16px;
    background-color: transparent;
    box-shadow: none;
    color: #3ac63f;
}

.button.minimal:hover {
    color: #1a9c1d;
}

.button.minimal:active {
    color: #0e7013;
}

.button.white {
    background-color: #fff;
    color: #3ac63f;
    font-weight: 500;
}

.spacer {
    height: 48px;
    background-color: #e6ff9e;
}

.spacer._64 {
    width: 64px;
    height: 64px;
    background-color: transparent;
}

.spacer._32 {
    width: 32px;
    height: 32px;
    border-radius: 6px;
    background-color: transparent;
}

.spacer._24 {
    width: 24px;
    height: 24px;
    background-color: transparent;
}

.spacer._48 {
    width: 48px;
    border-radius: 6px;
    background-color: transparent;
}

.spacer._128 {
    width: 128px;
    height: 128px;
    background-color: transparent;
}

.spacer._80 {
    width: 80px;
    height: 80px;
    background-color: transparent;
}

.spacer._96 {
    width: 96px;
    height: 96px;
    background-color: transparent;
}

.spacer._96 {
    height: 96px;
    background-color: rgba(94, 178, 244, 0);
}

.spacer._32 {
    height: 32px;
    background-color: transparent;
}

.spacer._16 {
    width: 16px;
    height: 16px;
    background-color: transparent;
}

.text-box {
    display: block;
    max-width: 650px;
}

.text-box.center-align {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
}

.text-box._550px {
    position: static;
    display: block;
    max-width: 550px;
    margin-right: auto;
    margin-left: auto;
    color: #4c4b4b;
    text-align: center;
}

.paragraph-small {
    color: #555;
    font-size: 13px;
    line-height: 1.5em;
    font-weight: 300;
    text-align: center;
}

._12-columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -16px;
    margin-left: -16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

._12-columns.flex-horizontal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

._12-columns.align-top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

._12-columns.align-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

._12-columns.align-stretch {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

._12-columns.align-left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.container {
    position: relative;
    display: block;
    width: 100%;
    max-width: 1230px;
    min-height: 50px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 50px;
    padding-left: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.container.center-align {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    color: #e1f4ff;
    text-align: center;
}

.color-block {
    width: 100%;
    height: 60px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    border-radius: 5px;
    background-color: #101113;
}

.color-block.light-green {
    border-style: none;
    background-color: #76e277;
}

.color-block.green {
    background-color: #3ac63f;
}

.color-block.grey {
    background-color: #535d66;
}

.color-block.light-grey {
    background-color: #a5afb8;
}

.color-block.hard-green {
    background-color: #0e7013;
}

.color-block.dark-green {
    background-color: #1a9c1d;
}

.color-block.lime {
    background-color: #c4f34d;
}

.color-block.soft-lime {
    background-color: #e6ff9e;
}

.color-block.dark-grey {
    background-color: #2c323a;
}

.color-block.back-white {
    border-style: solid;
    border-width: 1px;
    border-color: #e7eaec;
    background-color: #f4f8fa;
}

.color-block.dark-lime {
    background-color: #9ada13;
}

.color-block.soft-green {
    background-color: #9de79e;
}

.color-block.back-green {
    background-color: #e4fce4;
}

.color-block.soft-grey {
    background-color: #c3cacf;
}

.color-block.silver {
    background-color: #e7eaec;
}

.color-block.white {
    border-style: solid;
    border-width: 1px;
    border-color: #e7eaec;
    background-color: #fff;
}

.color-block.pale-green {
    background-color: #bafcbb;
}

.color-block.back-lime {
    background-color: #f6ffdb;
}

.white {
    color: #fff;
    font-weight: 300;
}

.column-styleguide {
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
    border-radius: 6px;
    background-color: #e7eaec;
}

.column {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 32px;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.column.desk-10 {
    width: 83.33%;
}

.column.desk-12 {
    width: 100%;
}

.column.desk-11 {
    width: 91.66%;
}

.column.desk-6 {
    width: 50%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.column.desk-6.tab-12 {
    display: block;
}

.column.desk-5 {
    width: 41.66%;
}

.column.desk-1 {
    width: 8.33%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.column.desk-4 {
    width: 33.33%;
}

.column.desk-9 {
    width: 75%;
}

.column.desk-3 {
    width: 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.column.desk-2 {
    width: 16.66%;
}

.column.desk-7 {
    width: 58.333333333333336%;
}

.column.desk-8 {
    width: 66.66666666666667%;
}

.ds-block {
    margin-bottom: 32px;
    font-size: 18px;
}

.horizontal-line {
    width: 100%;
    height: 1px;
    margin-bottom: 36px;
    background-color: #101113;
    opacity: 0.2;
}

.horizontal-line.design-system {
    position: relative;
    bottom: -80px;
}

.rich-text {
    color: #555;
    text-align: left;
}

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

.rich-text img {
    margin-bottom: 4px;
    border-radius: 4px;
    box-shadow: 0 0 12px 0 rgba(15, 44, 65, 0.05);
}

.nav-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 24px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.nav-cta-button-container {
    position: relative;
    left: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -o-object-fit: fill;
    object-fit: fill;
}

.menu-button.w--open {
    background-color: #fff;
    color: rgba(9, 106, 208, 0.2);
}

.nav-bar {
    position: -webkit-sticky;
    position: sticky;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 200;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px none rgba(0, 0, 0, 0.05);
    background-color: #fff;
}

.logo-div {
    display: block;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.nav-logo {
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
}

.nav-logo:hover {
    opacity: 0.75;
}

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

.footer-link {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: block;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -webkit-transition: opacity 200ms ease-in-out;
    transition: opacity 200ms ease-in-out;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    text-decoration: none;
    cursor: pointer;
}

.footer-link:hover {
    opacity: 1;
    font-weight: 400;
}

.footer-link.w--current {
    opacity: 1;
    font-weight: 500;
}

.footer-links-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.footer {
    position: relative;
    z-index: 0;
    padding-top: 64px;
    padding-bottom: 64px;
    background-color: #152847;
}

.icon {
    width: 55px;
    height: 55px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 24px;
}

.icon.tab {
    width: 35px;
    height: 35px;
    margin-right: 16px;
    margin-bottom: 16px;
}

.icon.small {
    width: 24px;
    height: 24px;
    margin-bottom: 8px;
}

.logos-div {
    left: 0px;
    top: 0px;
    right: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1230px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.banner-section {
    padding-right: 50px;
    padding-left: 50px;
    background-color: #dcf78f;
}

.banner-container {
    display: block;
    max-width: 1080px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.banner {
    margin-right: auto;
    margin-left: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 14px;
    line-height: 1.4em;
    font-weight: 500;
    text-align: center;
}

.banner-text {
    display: inline;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    color: #333b4a;
    line-height: 1.3em;
    text-decoration: none;
}

.banner-text.w--current {
    color: #fff;
}

.header-large {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
    background-color: transparent;
    color: #fff;
    font-size: 52px;
}

.tab-text-boxes {
    overflow: hidden;
    height: 80px;
    margin-bottom: 12px;
    padding: 22px 25px 9px;
    border-left: 4px solid transparent;
    background-color: hsla(0, 0%, 100%, 0);
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #535d66;
    font-style: normal;
}

.tab-text-boxes:hover {
    background-color: #f4f6fa;
    color: #2c323a;
}

.tab-text-boxes.w--current {
    height: auto;
    border-left-color: #0747a6;
    background-color: #e6f0ff;
    color: #101113;
}

.tabs-text-boxes {
    width: 41.66666666666667%;
    padding-right: 18px;
    padding-left: 18px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.tabs-images {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 58.333333333333336%;
    padding-right: 18px;
    padding-left: 18px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.horizontal-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -18px;
    margin-left: -18px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.nav-dropdown {
    position: relative;
    margin-right: 0px;
    margin-left: 0px;
    padding: 5px 24px 5px 10px;
    border-radius: 5px;
    -webkit-transition: color 200ms ease, -webkit-transform 200ms ease;
    transition: color 200ms ease, -webkit-transform 200ms ease;
    transition: color 200ms ease, transform 200ms ease;
    transition: color 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
}

.nav-dropdown:hover {
    opacity: 1;
    -webkit-transform: translate(0px, -2px);
    -ms-transform: translate(0px, -2px);
    transform: translate(0px, -2px);
    color: #fff;
}

.nav-dropdown.w--current {
    -webkit-transition-property: none;
    transition-property: none;
    color: #096ad0;
    font-weight: 700;
}

.dropdown-icon {
    margin-right: 2px;
    color: #a5afb8;
    font-size: 12px;
}

.dropdown-list.w--open {
    padding: 8px 15px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.05);
}

.logo-container {
    width: 20%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.paragraph.small {
    color: #535d66;
    font-size: 14px;
    line-height: 1.4em;
}

.paragraph.large {
    font-size: 20px;
}

.simple-input {
    width: 300px;
    height: 48px;
    margin-right: 8px;
    margin-bottom: 16px;
    margin-left: 16px;
    border: 1px solid #dde2e7;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.02);
    font-size: 16px;
}

.simple-input.no-margin {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
}

.simple-input.no-margin::-webkit-input-placeholder {
    color: #c3cacf;
}

.simple-input.no-margin:-ms-input-placeholder {
    color: #c3cacf;
}

.simple-input.no-margin::-ms-input-placeholder {
    color: #c3cacf;
}

.simple-input.no-margin::placeholder {
    color: #c3cacf;
}

.simple-input.no-margin {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
}

.simple-input.no-margin::-webkit-input-placeholder {
    color: #c3cacf;
}

.simple-input.no-margin:-ms-input-placeholder {
    color: #c3cacf;
}

.simple-input.no-margin::-ms-input-placeholder {
    color: #c3cacf;
}

.simple-input.no-margin::placeholder {
    color: #c3cacf;
}

.quote-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin-bottom: 16px;
    padding: 32px 32px 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-style: solid;
    border-width: 1px;
    border-color: #e7eaec;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0 0 12px 0 #e7eaec;
    text-align: left;
}

.quote-card.light-green {
    border-color: #0747a6;
}

.quote-card.green {
    background-color: #3ac63f;
    color: #fff;
}

.quote-card.outline {
    border-style: solid;
    border-width: 2px;
    border-color: #3ac63f;
    background-color: #fff;
}

.no-margin {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #4c4b4b;
}

.no-margin.bold {
    font-weight: 700;
    text-align: center;
}

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

.nav-menu {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
}

.regular {
    color: #4c4b4b;
    font-weight: 400;
}

.ds-menu-brand {
    width: 140px;
    margin-bottom: 50px;
    margin-left: 30px;
}

.ds-menu {
    width: 100%;
}

.ds-menu-link {
    width: 100%;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 27px;
    border-left: 4px solid transparent;
    color: #333b4a;
}

.ds-menu-link:hover {
    background-color: #faffec;
    color: #3ac63f;
}

.ds-menu-link.w--current {
    padding-right: 0px;
    background-color: #f6ffdb;
    color: #3ac63f;
    font-weight: 500;
}

.ds-nav {
    position: fixed;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    overflow: auto;
    width: 240px;
    padding-top: 40px;
    border-right: 1px solid #ced5db;
    background-color: #fff;
}

.form-radio-button {
    margin-bottom: 16px;
    padding-left: 24px;
}

.radio-button {
    width: 20px;
    height: 20px;
    margin-top: 0px;
    margin-right: 10px;
    margin-left: -24px;
}

.radio-button.w--redirected-checked {
    border-width: 6px;
    border-color: #3ac63f;
}

.form-error {
    padding: 16px;
    border-radius: 4px;
    background-color: #e7eaec;
    color: #444;
}

.form {
    margin-bottom: 8px;
}

.ds-icon {
    display: inline-block;
    margin-right: 24px;
    margin-bottom: 4px;
}

.ds-icon-grid {
    margin-top: 24px;
}

.form-checkbox {
    margin-bottom: 16px;
    padding-left: 24px;
}

.check-box {
    width: 20px;
    height: 20px;
    margin-top: 0px;
    margin-right: 10px;
    margin-left: -24px;
}

.check-box.w--redirected-checked {
    border-color: #3ac63f;
    background-color: #3ac63f;
    background-position: 50% 50%;
    background-size: 16px;
}

.ds-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin-left: 240px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.form-success {
    padding: 32px;
    border-radius: 4px;
    background-color: #dcf78f;
    color: #444;
    font-size: 16px;
    line-height: 1.4em;
}

.ds-section {
    position: relative;
    z-index: 0;
    padding: 60px 80px 48px 60px;
    text-align: left;
}

.ds-section.grey {
    background-color: #f3f5f9;
}

.ds-title {
    margin-bottom: 8px;
    color: #2c323a;
}

.ds-section-header {
    margin-bottom: 50px;
}

.text-input {
    height: 48px;
    margin-bottom: 16px;
    padding: 24px 16px;
    border-style: solid;
    border-width: 1px;
    border-color: #e7eaec;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.01);
    font-size: 15px;
    line-height: 1.4px;
}

.text-input:hover {
    border-color: #c3cacf;
}

.text-input:focus {
    border-color: #3ac63f;
}

.text-input::-webkit-input-placeholder {
    color: #c3cacf;
}

.text-input:-ms-input-placeholder {
    color: #c3cacf;
}

.text-input::-ms-input-placeholder {
    color: #c3cacf;
}

.text-input::placeholder {
    color: #c3cacf;
}

.text-input.form {
    min-height: 120px;
}

.card {
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin-bottom: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-style: solid;
    border-width: 1px;
    border-color: #e7eaec;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(105, 115, 124, 0.1);
    -webkit-transition: opacity 200ms ease, -webkit-transform 200ms ease;
    transition: opacity 200ms ease, -webkit-transform 200ms ease;
    transition: transform 200ms ease, opacity 200ms ease;
    transition: transform 200ms ease, opacity 200ms ease, -webkit-transform 200ms ease;
}

.card:hover {
    -webkit-transform: translate(0px, -3px);
    -ms-transform: translate(0px, -3px);
    transform: translate(0px, -3px);
}

.card.integration {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    padding: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-color: #e7eaec;
    text-align: center;
}

.card-thumbnail {
    border-radius: 5px 5px 0px 0px;
}

.card-text-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 22px 25px 18px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.medium-paragraph {
    margin-bottom: 0px;
    color: #69737c;
    font-size: 16px;
    line-height: 1.4em;
}

.card-tag {
    display: inline-block;
    margin-bottom: 10px;
    margin-left: -3px;
    padding: 4px 12px;
    border-radius: 40px;
    background-color: #f4f8fa;
    color: #535d66;
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.4px;
}

.contact-form-container {
    width: 100%;
    border-radius: 6px;
}

.feature-horizontal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 4px;
    padding-right: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.icon-side {
    width: 50px;
    margin-right: 30px;
}

.icon-side.small {
    width: 32px;
    margin-right: 20px;
}

.text-area {
    min-height: 120px;
    margin-bottom: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-style: solid;
    border-width: 1px;
    border-color: #e7eaec;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.01);
    font-size: 15px;
}

.text-area:hover {
    border-color: #c3cacf;
}

.text-area:focus {
    border-color: #3ac63f;
}

.text-area::-webkit-input-placeholder {
    color: #c3cacf;
}

.text-area:-ms-input-placeholder {
    color: #c3cacf;
}

.text-area::-ms-input-placeholder {
    color: #c3cacf;
}

.text-area::placeholder {
    color: #c3cacf;
}

.tabs-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 48px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.vertical-tab {
    width: 100%;
}

.tab-link {
    width: 140px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 15px 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-bottom: 2px solid #c3cacf;
    background-color: transparent;
    opacity: 0.5;
    color: #535d66;
    font-size: 18px;
    text-align: center;
}

.tab-link:hover {
    border-bottom-color: #3ac63f;
}

.tab-link.w--current {
    border-bottom-color: #3ac63f;
    background-color: transparent;
    opacity: 1;
    color: #3ac63f;
    font-weight: 700;
}

.question {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.question:hover {
    color: #0747a6;
}

.answer {
    display: block;
    overflow: hidden;
    color: #9096a4;
}

.question-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    margin-bottom: 24px;
    padding-top: 10px;
    padding-bottom: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #c1c5c9;
    color: #333533;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
}

.question-container:hover {
    color: #0747a6;
}

.question-arrow-icon {
    margin-top: 26px;
    margin-right: 8px;
    margin-left: 24px;
}

.question-arrow-icon.left {
    margin-top: 8px;
    margin-right: 16px;
    margin-left: 0px;
}

.ds-description {
    max-width: 400px;
    color: #929aa1;
}

.tab-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.questions {
    width: 100%;
}

.tick-list li {
    padding-left: 30px;
    background-image: url('../images/Tick.svg');
    background-position: 0px 6px;
    background-size: 16px;
    background-repeat: no-repeat;
}

.tick-list ul {
    margin-bottom: 0px;
    padding-left: 0px;
    list-style-type: none;
}

.pricing-grid-row {
    display: -ms-grid;
    display: grid;
    padding-top: 15px;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-areas: ".";
    -ms-grid-columns: 3fr 0px 1fr 0px 1fr 0px 1fr;
    grid-template-columns: 3fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.pricing-grid-row.top {
    border-top-style: none;
}

.pricing-grid {
    margin-right: auto;
    margin-left: auto;
}

.plan-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-right: 1px solid #dfe2e7;
    border-bottom: 3px solid #e6ff9e;
}

.plan-header.green {
    border-bottom-color: #3ac63f;
}

.plan-header.last {
    border-right-style: none;
}

.small-button {
    margin-bottom: 16px;
    padding: 5px 16px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 5px;
    background-color: #3ac63f;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.03);
    -webkit-transition: border-color 200ms ease, color 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
    transition: border-color 200ms ease, color 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    text-align: center;
}

.small-button:hover {
    background-color: #1a9c1d;
    box-shadow: 0 7px 20px -10px rgba(0, 0, 0, 0.2);
    color: #fff;
}

.small-button:active {
    background-color: #0e7013;
}

.small-button.secondary {
    margin-right: 0px;
    background-color: #e6ff9e;
    box-shadow: none;
    color: #3ac63f;
}

.small-button.secondary:hover {
    background-color: #c4f34d;
    color: #1a9c1d;
}

.small-button.secondary:active {
    background-color: #3ac63f;
    color: #fff;
}

.small-button.outline {
    background-color: transparent;
    box-shadow: inset 0 0 0 2px #76e277;
    color: #3ac63f;
}

.small-button.outline:hover {
    background-color: #3ac63f;
    box-shadow: inset 0 0 0 2px #3ac63f;
    color: #fff;
}

.small-button.outline:active {
    background-color: #1a9c1d;
    box-shadow: inset 0 0 0 2px #1a9c1d;
}

.pricing-grid-section {
    margin-top: 20px;
    margin-bottom: 40px;
}

.pricing-grid-tick {
    width: 18px;
    margin-top: 5px;
}

.pricing-grid-tick.hidden {
    opacity: 0;
}

.cta-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 52px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 12px;
    background-color: #e6ff9e;
}

.nav-container {
    left: 0px;
    top: 0px;
    right: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1230px;
    margin-right: auto;
    margin-left: auto;
    padding: 12px 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #0747a6;
}

.center-image {
    display: block;
    margin-right: auto;
    margin-bottom: 16px;
    margin-left: auto;
}

.section-name {
    max-width: 360px;
    margin-top: 20px;
    margin-bottom: 30px;
    color: #535d66;
    font-size: 22px;
    line-height: 1.5em;
    font-weight: 400;
    letter-spacing: 0.3px;
}

.error-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -15px;
    margin-left: -15px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.dropdown-link {
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 8px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #535d66;
    font-size: 14px;
    font-weight: 500;
}

.dropdown-link:hover {
    background-color: transparent;
    color: #535d66;
    font-size: 16px;
    font-weight: 700;
}

.dropdown-link.w--current {
    color: #2c323a;
}

.card-title {
    display: block;
    margin-bottom: 8px;
    color: #101113;
}

.card-title:hover {
    color: #424957;
}

.card-summary {
    margin-bottom: 0px;
    color: #69737c;
    font-size: 16px;
    line-height: 1.4em;
}

.nav-link {
    padding: 5px 11px;
    border-radius: 5px;
    -webkit-transition: color 200ms ease, -webkit-transform 200ms ease;
    transition: color 200ms ease, -webkit-transform 200ms ease;
    transition: transform 200ms ease, color 200ms ease;
    transition: transform 200ms ease, color 200ms ease, -webkit-transform 200ms ease;
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    cursor: pointer;
}

.nav-link:hover {
    -webkit-transform: translate(0px, -2px);
    -ms-transform: translate(0px, -2px);
    transform: translate(0px, -2px);
    color: #fff;
}

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

.nav-link.w--current:hover {
    color: #fff;
}

.nav-link.w--current:focus {
    color: #fff;
}

.nav-link.w--current:visited {
    color: #fff;
}

.nav-link.minimal {
    margin-right: 8px;
    color: #b1d2f3;
}

.nav-link.cta {
    margin-left: 30px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #3c8ee0;
    box-shadow: 0 1px 38px 0 rgba(0, 0, 0, 0.03);
    color: #fff;
}

.nav-link.cta:hover {
    background-color: #0f74d8;
}

.nav-link.cta:active {
    background-color: #0e7013;
}

.form-dropdown {
    position: relative;
    width: 100%;
    height: 48px;
    margin-bottom: 16px;
    padding: 8px 16px;
    border-style: solid;
    border-width: 1px;
    border-color: #e7eaec;
    border-radius: 5px;
    background-color: #fff;
    font-size: 15px;
    cursor: pointer;
}

.form-dropdown:hover {
    border-color: #c3cacf;
    color: #37474e;
}

.form-dropdown:focus {
    border-color: #3ac63f;
    color: #37474e;
}

.form-dropdown::-webkit-input-placeholder {
    color: #999;
    font-size: 15px;
}

.form-dropdown:-ms-input-placeholder {
    color: #999;
    font-size: 15px;
}

.form-dropdown::-ms-input-placeholder {
    color: #999;
    font-size: 15px;
}

.form-dropdown::placeholder {
    color: #999;
    font-size: 15px;
}

.field-block {
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 20px;
    min-width: 50px;
    margin-bottom: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border: 1px solid transparent;
}

.ebook-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.ebook-text-div {
    width: 80%;
    padding-right: 25px;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.large-paragraph {
    font-size: 22px;
}

.card-link-text {
    display: block;
    margin-bottom: 16px;
    color: #3ac63f;
    font-weight: 500;
}

.above-title {
    color: #535d66;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.blog-image-header {
    overflow: hidden;
    width: 100%;
    height: 400px;
    border-radius: 5px;
}

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

.blog-container {
    display: block;
    max-width: 760px;
    margin-top: 0px;
    margin-bottom: 40px;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.post-tag {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 12px;
    margin-left: -3px;
    padding: 4px 12px;
    border-style: solid;
    border-width: 1px;
    border-color: #e1e9eb;
    border-radius: 40px;
    color: #69737c;
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.4px;
}

.error {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -15px;
    margin-left: -15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.shape {
    position: absolute;
}

.shape.bottom-left {
    left: 50px;
    bottom: -120px;
}

.shape.top-right {
    top: -120px;
    right: 40px;
}

.banner-link {
    display: inline;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    color: #36b13b;
    line-height: 1.3em;
    text-decoration: none;
}

.banner-link:hover {
    color: #1a9c1d;
}

.banner-link.w--current {
    color: #fff;
}

.underline {
    display: inline-block;
    border-bottom: 4px solid #c4f34d;
    line-height: 1em;
}

.footer-header {
    color: #fff;
}

.sign-in-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #dcf78f;
}

.center-card {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 400px;
    padding: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0 1px 30px 0 rgba(0, 0, 0, 0.1);
}

.sign-up-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.integration-logo-div {
    overflow: hidden;
    width: 40px;
    height: 40px;
    margin-right: auto;
    margin-bottom: 12px;
    margin-left: auto;
    border-radius: 8px;
}

.integration-logo-div.large {
    width: 64px;
    height: 64px;
}

.integration-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.ds-colour-block {
    display: inline-block;
    width: 12.5%;
    padding-right: 16px;
}

.ds-colour-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ds-module {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 100px;
    min-width: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 5px;
    background-color: #e7eaec;
}

._2-grid {
    position: relative;
    display: -ms-grid;
    display: grid;
    margin-right: auto;
    margin-bottom: 24px;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-auto-columns: 1fr;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

._1-2-grid {
    position: relative;
    display: -ms-grid;
    display: grid;
    max-width: 1000px;
    margin-right: auto;
    margin-bottom: 24px;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-auto-columns: 1fr;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr 2fr;
    grid-template-columns: 1fr 2fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

._1-2-5-grid {
    position: relative;
    display: -ms-grid;
    display: grid;
    max-width: 1000px;
    margin-right: auto;
    margin-bottom: 24px;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    grid-auto-columns: 1fr;
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    -ms-grid-columns: 1fr 2.5fr;
    grid-template-columns: 1fr 2.5fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

._3-grid {
    position: relative;
    display: -ms-grid;
    display: grid;
    margin-right: auto;
    margin-bottom: 24px;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-auto-columns: 1fr;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.grid {
    position: relative;
    display: -ms-grid;
    display: grid;
    margin-right: auto;
    margin-bottom: 24px;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-auto-columns: 1fr;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.grid.desk-4 {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid.desk-3 {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
}

.grid.desk-2 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
}

.grid.desk-2.small {
    margin-bottom: 0px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
}

._2-5-1-grid {
    position: relative;
    display: -ms-grid;
    display: grid;
    max-width: 1000px;
    margin-right: auto;
    margin-bottom: 24px;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    grid-auto-columns: 1fr;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    -ms-grid-columns: 2.5fr 1fr;
    grid-template-columns: 2.5fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

._2-1-grid {
    position: relative;
    display: -ms-grid;
    display: grid;
    max-width: 1000px;
    margin-right: auto;
    margin-bottom: 24px;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-auto-columns: 1fr;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    -ms-grid-columns: 2fr 1fr;
    grid-template-columns: 2fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.heading.h1 {
    font-size: 45px;
    line-height: 1.25em;
}

.heading.h2 {
    font-size: 38px;
    line-height: 1.3em;
}

.heading.h3 {
    font-size: 26px;
    line-height: 1.4em;
}

.heading.h4 {
    margin-bottom: 12px;
    color: #4c4b4b;
    font-size: 18px;
    line-height: 1.4em;
    font-weight: 700;
}

.heading.h5 {
    margin-bottom: 12px;
    color: #535d66;
    font-size: 14px;
    line-height: 1.5em;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.heading.h6 {
    font-size: 13px;
    line-height: 1.5em;
}

.integration-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.integration-tabs-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 140px;
    margin-right: 32px;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.tabs-content {
    overflow: visible;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.tab-category {
    margin: 4px 0px;
    padding: 6px 8px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-bottom: 2px solid transparent;
    background-color: transparent;
    color: #535d66;
    font-size: 16px;
}

.tab-category:hover {
    color: #3ac63f;
}

.tab-category.w--current {
    border-bottom-color: #76e277;
    background-color: transparent;
    opacity: 1;
    color: #3ac63f;
    font-weight: 700;
}

.content-box._600px {
    max-width: 600px;
}

.content-box.center {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.content-box.center._600px {
    max-width: 600px;
}

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

.button-text {
    display: inline;
}

.collection-list-wrapper {
    width: auto;
}

.dropdown-link-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 120px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.dropdown-arrow {
    margin-right: 8px;
    color: #fff;
    font-size: 12px;
}

.integration-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.error2 {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    display: block;
    width: 100%;
    max-width: 1230px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.icon-grid {
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.licenses-grid {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-bottom: 24px;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.dropdown-toggle-text:hover {
    color: #fff;
}

.icon-with-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.icon-text {
    margin-bottom: 8px;
    margin-left: 12px;
    color: #2c323a;
    font-size: 15px;
}

.utility-page-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    max-height: 100%;
    max-width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: radial-gradient(circle farthest-corner at 50% 50%, #f6ffdb, #fff 58%);
}

.utility-page-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.utility-page-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 400px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.visible-spacer {
    display: inline-block;
    margin-bottom: 24px;
    border-radius: 5px;
    background-color: #e7eaec;
}

.features-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.overflow-image {
    width: 150%;
    max-width: none;
}

.link {
    color: #0747a6;
}

.paragraph-2 {
    color: #fff;
}

.heading-2 {
    font-size: 24px;
}

.quote-card-testim {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin-bottom: 16px;
    padding: 32px 32px 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-style: solid;
    border-width: 1px;
    border-color: #e7eaec;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0 0 12px 0 #e7eaec;
    text-align: left;
}

.quote-card-testim.light-green {
    border-color: #0747a6;
}

.quote-card-testim.green {
    background-color: #3ac63f;
    color: #fff;
}

.quote-card-testim.outline {
    border-style: solid;
    border-width: 2px;
    border-color: #3ac63f;
    background-color: #fff;
}

.column-testim {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 32px;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.column-testim.desk-10 {
    width: 83.33%;
}

.column-testim.desk-12 {
    width: 100%;
}

.column-testim.desk-11 {
    width: 91.66%;
}

.column-testim.desk-6 {
    width: 50%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.column-testim.desk-5 {
    width: 41.66%;
}

.column-testim.desk-1 {
    width: 8.33%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.column-testim.desk-4 {
    width: 50%;
}

.column-testim.desk-9 {
    width: 75%;
}

.column-testim.desk-3 {
    width: 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.column-testim.desk-2 {
    width: 16.66%;
}

.column-testim.desk-7 {
    width: 58.333333333333336%;
}

.column-testim.desk-8 {
    width: 66.66666666666667%;
}

.heading-3 {
    color: #4c4b4b;
}

.heading-4-small {
    color: #4c4b4b;
    font-size: 30px;
    text-align: center;
}

.heading-5 {
    color: #4c4b4b;
}

.heading-6 {
    color: #4c4b4b;
}

.button-2 {
    margin-bottom: 16px;
    padding: 8px 32px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 5px;
    background-color: #3ac63f;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.03);
    -webkit-transition: border-color 200ms ease, color 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
    transition: border-color 200ms ease, color 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
    text-align: center;
}

.button-2:hover {
    background-color: #1a9c1d;
    box-shadow: 0 7px 20px -10px rgba(0, 0, 0, 0.2);
    color: #f4f8fa;
}

.button-2:active {
    background-color: #0e7013;
}

.button-2.no-margin {
    margin-right: 0px;
    margin-left: 0px;
}

.spacer-2 {
    height: 48px;
    background-color: #e6ff9e;
}

.spacer-2._24 {
    width: 24px;
    height: 24px;
    background-color: transparent;
}

.spacer-2._16 {
    width: 16px;
    height: 16px;
    background-color: transparent;
}

.form-error-2 {
    padding: 16px;
    border-radius: 4px;
    background-color: #e7eaec;
    color: #444;
}

.body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.paragraph-small-2 {
    color: #535d66;
    font-size: 13px;
    line-height: 1.5em;
    font-weight: 300;
}

.image {
    margin-right: auto;
    margin-left: auto;
    border-radius: 100%;
}

.nav-link-white {
    padding: 5px 11px;
    border-radius: 5px;
    -webkit-transition: color 200ms ease, -webkit-transform 200ms ease;
    transition: color 200ms ease, -webkit-transform 200ms ease;
    transition: transform 200ms ease, color 200ms ease;
    transition: transform 200ms ease, color 200ms ease, -webkit-transform 200ms ease;
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    cursor: pointer;
}

.nav-link-white:hover {
    -webkit-transform: translate(0px, -2px);
    -ms-transform: translate(0px, -2px);
    transform: translate(0px, -2px);
    color: #fff;
}

.nav-link-white.w--current {
    color: #fff;
}

.nav-link-white.w--current:hover {
    color: #fff;
}

.nav-link-white.w--current:focus {
    color: #fff;
}

.nav-link-white.w--current:visited {
    color: #fff;
}

.nav-link-white.minimal {
    margin-right: 8px;
    color: #b1d2f3;
}

.nav-link-white.cta {
    left: 30px;
    padding-right: 15px;
    padding-left: 15px;
    background-color: #fff;
    box-shadow: 0 1px 38px 0 rgba(0, 0, 0, 0.03);
    color: #3c8ee0;
}

.nav-link-white.cta:hover {
    background-color: #c3cacf;
}

.nav-link-white.cta:active {
    background-color: #0e7013;
}

.container-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    grid-column-gap: 4px;
    grid-row-gap: 4px;
}

.container-3 {
    display: block;
    max-height: 2px;
    max-width: 2px;
}

.paragraph-2-white {
    color: #fff;
}

.paragraph-small-white {
    color: #fff;
    font-size: 13px;
    line-height: 1.5em;
    font-weight: 300;
    text-align: center;
}

.image-3 {
    position: absolute;
    left: 7%;
    top: auto;
    right: auto;
    bottom: 0%;
    display: inline-block;
}

.image-4 {
    position: absolute;
    left: 7%;
    top: auto;
    right: auto;
    bottom: 0%;
    float: none;
    clear: none;
}

.fs-cc-banner_close {
    margin-left: 0.75rem;
    padding: 0.625rem;
    border-radius: 999rem;
    background-color: #fff;
    box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.1);
    opacity: 1;
    cursor: pointer;
}

.fs-cc-banner_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 62.5rem;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.fs-cc-banner_buttons-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    grid-auto-columns: 1fr;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.fs-cc-manager_icon {
    width: 2rem;
    height: 2rem;
}

.fs-cc-prefs_checkbox-field {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 2.75rem;
    height: 1.5rem;
    margin-bottom: 0px;
    padding: 0.125rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-radius: 999rem;
    background-color: #ccc;
}

.fs-cc-manager_component {
    position: fixed;
    left: 1.25rem;
    top: auto;
    right: auto;
    bottom: 1.25rem;
    z-index: 999;
    display: none;
}

.fs-cc-banner_text {
    margin-right: 1.5rem;
    color: #616161;
}

.fs-cc-prefs_content {
    overflow: scroll;
    height: 100%;
    padding: 2.5rem 2rem;
}

.fs-cc-manager_trigger {
    display: none;
}

.fs-cc-prefs_checkbox {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1;
    width: 100%;
    height: 100%;
    margin-top: 0px;
    margin-left: 0px;
    opacity: 0;
    cursor: pointer;
}

.fs-cc-prefs_toggle-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0.5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.fs-cc-prefs_space-medium {
    margin-bottom: 2.5rem;
}

.fs-cc-prefs_text {
    color: #021a69;
    font-size: 0.75rem;
}

.fs-cc-banner_text-link {
    border-bottom: 2px solid #4353ff;
    color: #4353ff;
    font-weight: 400;
    text-decoration: none;
}

.fs-cc-prefs_title {
    color: #021a69;
    font-size: 1.5rem;
    line-height: 1.2em;
    font-weight: 700;
}

.fs-cc-prefs_submit-hide {
    display: none;
}

.fs-cc-prefs_component {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 997;
    display: none;
    width: 100%;
    height: 100%;
    margin-bottom: 0px;
    padding: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.fs-cc-prefs_label {
    margin-top: 0px;
    margin-right: 2rem;
    margin-bottom: 0px;
    color: #4353ff;
    font-size: 1rem;
    font-weight: 700;
}

.fs-cc-prefs_button {
    margin-right: 0.5rem;
    padding: 0.625rem 1.5rem;
    border-style: solid;
    border-width: 2px;
    border-color: #4353ff #4353ff #4353ff;
    border-radius: 999rem;
    background-color: #4353ff;
    font-size: 0.875rem;
    font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
    border-color: #4353ff;
    background-color: #fff;
    color: #4353ff;
}

.fs-cc-prefs_buttons-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2rem;
    margin-right: -0.5rem;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.fs-cc-prefs_checkbox-label {
    display: none;
}

.fs-cc-prefs_form {
    position: relative;
    width: 100%;
    height: 100%;
    max-height: 70vh;
    max-width: 36rem;
    margin-bottom: 0px;
    border-radius: 1rem;
    background-color: #fff;
}

.fs-cc-banner_trigger {
    display: none;
}

.fs-cc-prefs_space-small {
    margin-bottom: 0.75rem;
}

.fs-cc-banner_close-icon {
    width: 1.5rem;
    height: 1.5rem;
}

.fs-cc-prefs_close-icon {
    width: 1rem;
    height: 1rem;
    color: #021a7c;
}

.fs-cc-prefs_overlay {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: rgba(3, 5, 36, 0.6);
}

.fs-cc-prefs_toggle {
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 999px;
    background-color: #fff;
}

.fs-cc-prefs_close {
    position: absolute;
    left: auto;
    top: -0.75rem;
    right: -0.75rem;
    bottom: auto;
    z-index: 1;
    padding: 0.625rem;
    border-radius: 100%;
    background-color: #f5f6ff;
    box-shadow: -1px 1px 12px 0 rgba(51, 51, 51, 0.1);
    color: #333;
    font-size: 1.25rem;
    text-decoration: none;
    cursor: pointer;
}

.fs-cc-manager_button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0.625rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 999rem;
    background-color: #fff;
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
    color: #333;
    cursor: pointer;
}

.fs-cc-manager_button:hover {
    color: #4353ff;
}

.fs-cc-prefs_option {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(51, 51, 51, 0.15);
}

.fs-cc-prefs_trigger {
    display: none;
}

.fs-cc-banner_button {
    min-width: 8.75rem;
    margin-left: 1rem;
    padding: 0.625rem 1.25rem;
    border-style: solid;
    border-width: 2px;
    border-color: #4353ff;
    border-radius: 999rem;
    background-color: #4353ff;
    color: #fff;
    font-size: 1rem;
    text-align: center;
}

.fs-cc-banner_button.fs-cc-button-alt {
    border-color: #4353ff;
    background-color: #f5f5f5;
    color: #4353ff;
}

.fs-cc-banner_component {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 998;
    display: none;
    padding: 1.5rem 2rem;
    border-top: 1px solid rgba(67, 83, 255, 0.16);
    background-color: #f5f6ff;
}

.nav-cta-button-container-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav-link-2 {
    padding: 5px 11px;
    border-radius: 5px;
    -webkit-transition: color 200ms ease, -webkit-transform 200ms ease;
    transition: color 200ms ease, -webkit-transform 200ms ease;
    transition: transform 200ms ease, color 200ms ease;
    transition: transform 200ms ease, color 200ms ease, -webkit-transform 200ms ease;
    color: #535d66;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    cursor: pointer;
}

.nav-link-2:hover {
    -webkit-transform: translate(0px, -2px);
    -ms-transform: translate(0px, -2px);
    transform: translate(0px, -2px);
    color: #101113;
}

.nav-link-2.w--current {
    color: #303030;
}

.nav-link-2.minimal {
    margin-right: 8px;
    color: #3ac63f;
}

.nav-link-2.cta {
    padding-right: 15px;
    padding-left: 15px;
    background-color: #3ac63f;
    box-shadow: 0 1px 38px 0 rgba(0, 0, 0, 0.03);
    color: #fff;
}

.nav-link-2.cta:hover {
    background-color: #1a9c1d;
}

.nav-link-2.cta:active {
    background-color: #0e7013;
}

.div-block {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100px;
    height: 50px;
}

.link-block {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 10px;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    -o-object-fit: fill;
    object-fit: fill;
}

.link-block-2 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.col_60 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60%;
    padding: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.icon_wrap {
    overflow: hidden;
}

.section_01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 50px 5%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #e6f0ff;
}

.paragraph-3 {
    color: #898ab1;
    font-size: 16px;
    line-height: 25px;
}

.paragraph-3.space-below {
    margin-bottom: 25px;
}

.h1_example {
    margin-bottom: 10px;
    color: #342869;
    font-size: 41px;
    line-height: 46px;
}

.button-b1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 170px;
    min-height: 50px;
    min-width: 140px;
    padding: 11px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(23, 48, 73, 0.18);
    border-radius: 5px;
    background-color: #6165ff;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}

.button-b1:hover {
    background-color: #5b56e0;
}

.col_40 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40%;
    padding-right: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.card_row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    padding: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.card_col_2 {
    position: relative;
    top: -30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    padding: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.text_features {
    color: #898ab1;
    font-size: 16px;
    line-height: 25px;
}

.container_p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1140px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.card_base {
    position: relative;
    width: 100%;
    min-height: 270px;
    margin-bottom: 35px;
    padding: 55px 25px 0px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 1px 1px 30px 0 rgba(175, 179, 182, 0.14);
    color: #000;
}

.text-block-22 {
    margin-right: 8px;
}

.h1_features-2 {
    color: #342869;
    font-size: 18px;
    line-height: 27px;
}

@media screen and (min-width: 1280px) {
    .section-white.no-padding {
        background-color: #dcebff;
    }
    ._12-columns.align-stretch {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -o-object-fit: fill;
        object-fit: fill;
    }
    .column.desk-4 {
        margin-right: 0px;
        padding-right: 0px;
        padding-left: 0px;
    }
    .nav-cta-button-container {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .nav-bar {
        background-color: #0747a6;
    }
    .banner-container {
        max-width: 1140px;
    }
    .tab-text-boxes.w--current {
        background-color: #dcebff;
    }
    .question:hover {
        color: #0747a6;
    }
    .nav-link.cta {
        margin-left: 25px;
        text-align: left;
    }
    .heading.h4:hover {
        color: #0747a6;
    }
    .column-testim.desk-4 {
        width: 50%;
        clear: none;
        text-align: left;
    }
    .nav-link-white.cta {
        display: inline-block;
    }
    .image-2 {
        display: inline-block;
    }
    .container-4 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .rich-text-block {
        display: block;
    }
    .section_01 {
        background-color: #dcebff;
    }
    .youtube {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        min-width: 300px;
    }
}

@media screen and (max-width: 991px) {
    .button {
        position: relative;
    }
    .button.secondary {
        font-size: 18px;
        line-height: 1.4;
    }
    ._12-columns {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    ._12-columns.tablet-center {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .container {
        padding-right: 30px;
        padding-left: 30px;
    }
    .column {
        width: 50%;
    }
    .column.desk-6.tab-8 {
        width: 66.66666666666667%;
    }
    .column.desk-6.tab-12 {
        width: 100%;
    }
    .column.desk-6.tab-7 {
        width: 58.333333333333336%;
    }
    .column.desk-5 {
        width: 50%;
    }
    .column.desk-5.tab-4 {
        width: 33.333333333333336%;
    }
    .column.desk-5.tab-12 {
        width: 100%;
    }
    .column.desk-1.tab-0 {
        display: none;
    }
    .column.desk-4 {
        width: 50%;
    }
    .column.desk-3 {
        width: 33.33%;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .column.desk-2.tab-4 {
        width: 33.333333333333336%;
    }
    .column.desk-8.tab-10 {
        width: 83.33333333333334%;
    }
    .ds-block {
        margin-bottom: 40px;
    }
    .menu-icon {
        color: #096ad0;
    }
    .nav-content {
        margin-left: 16px;
    }
    .menu-button {
        color: #2e323c;
    }
    .menu-button.w--open {
        background-color: transparent;
        color: #096ad0;
    }
    .nav-bar {
        background-color: #fff;
    }
    .logo-div {
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }
    .nav-logo {
        width: 120px;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .footer-logo {
        margin-bottom: 40px;
    }
    .footer-links-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .logos-div {
        padding-right: 30px;
        padding-left: 30px;
    }
    .banner-section {
        padding-right: 60px;
        padding-left: 60px;
    }
    .banner-container {
        text-align: center;
    }
    .tab-text-boxes {
        width: 100%;
    }
    .tabs-text-boxes {
        width: 100%;
    }
    .tabs-images {
        width: 100%;
        height: auto;
        max-height: none;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .horizontal-tabs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .nav-dropdown {
        display: block;
        padding-right: 9px;
        padding-left: 9px;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        background-color: transparent;
        color: #fff;
        font-size: 14px;
        text-align: center;
    }
    .logo-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 33%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .partner-logo {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .quote-card {
        margin-bottom: 30px;
    }
    .ds-menu-brand {
        margin-bottom: 20px;
    }
    .ds-menu {
        position: absolute;
        left: 0%;
        top: 80px;
        right: auto;
        bottom: auto;
        z-index: 500;
        display: block;
        padding-top: 17px;
        padding-bottom: 17px;
        border-bottom: 1px solid #e7eaec;
        background-color: #fff;
    }
    .ds-nav {
        position: -webkit-sticky;
        position: sticky;
        left: auto;
        bottom: auto;
        z-index: 10;
        overflow: visible;
        width: 100%;
        padding-top: 20px;
    }
    .ds-content {
        position: static;
        margin-left: 0px;
    }
    .feature-horizontal {
        margin-bottom: 20px;
    }
    .pricing-grid-row {
        -ms-grid-columns: 2.5fr 1fr 1fr 1fr;
        grid-template-columns: 2.5fr 1fr 1fr 1fr;
    }
    .pricing-feature-name {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .small-button {
        position: relative;
    }
    .nav-container {
        padding-right: 30px;
        padding-left: 30px;
    }
    .section-name {
        max-width: 450px;
        font-size: 20px;
        line-height: 30px;
    }
    .nav-link {
        padding-right: 9px;
        padding-left: 9px;
        font-size: 14px;
    }
    .nav-link.minimal {
        margin-right: 4px;
    }
    .nav-link.cta {
        padding-right: 12px;
        padding-left: 12px;
    }
    .horizontal-features {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    ._2-grid {
        margin-left: 0px;
    }
    ._1-2-grid {
        margin-left: 0px;
    }
    ._1-2-5-grid {
        margin-left: 0px;
    }
    ._3-grid {
        margin-left: 0px;
    }
    .grid {
        margin-left: 0px;
    }
    .grid.desk-3.tab-2 {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
    ._2-5-1-grid {
        margin-left: 0px;
    }
    ._2-1-grid {
        margin-left: 0px;
    }
    .dropdown-arrow {
        display: none;
    }
    .error2 {
        padding-right: 30px;
        padding-left: 30px;
    }
    .licenses-grid {
        margin-left: 0px;
        grid-column-gap: 40px;
    }
    .ds-body {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .ds-menu-button {
        top: -10px;
        margin-right: 12px;
    }
    .ds-menu-button.w--open {
        border-radius: 40px;
        background-color: #3ac63f;
    }
    .quote-card-testim {
        margin-bottom: 30px;
    }
    .column-testim {
        width: 50%;
    }
    .column-testim.desk-6.tab-8 {
        width: 66.66666666666667%;
    }
    .column-testim.desk-6.tab-12 {
        width: 100%;
    }
    .column-testim.desk-6.tab-7 {
        width: 58.333333333333336%;
    }
    .column-testim.desk-5 {
        width: 50%;
    }
    .column-testim.desk-5.tab-4 {
        width: 33.333333333333336%;
    }
    .column-testim.desk-5.tab-12 {
        width: 100%;
    }
    .column-testim.desk-1.tab-0 {
        display: none;
    }
    .column-testim.desk-4 {
        width: 50%;
    }
    .column-testim.desk-3 {
        width: 33.33%;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .column-testim.desk-2.tab-4 {
        width: 33.333333333333336%;
    }
    .column-testim.desk-8.tab-10 {
        width: 83.33333333333334%;
    }
    .button-2 {
        position: relative;
    }
    .nav-link-white {
        padding-right: 9px;
        padding-left: 9px;
        font-size: 14px;
    }
    .nav-link-white.minimal {
        margin-right: 4px;
    }
    .nav-link-white.cta {
        padding-right: 12px;
        padding-left: 12px;
    }
    .fs-cc-banner_container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .fs-cc-banner_buttons-wrapper {
        margin-top: 1rem;
    }
    .fs-cc-banner_text {
        margin-right: 0rem;
    }
    .nav-link-2 {
        padding-right: 9px;
        padding-left: 9px;
        font-size: 14px;
    }
    .nav-link-2.minimal {
        margin-right: 4px;
    }
    .nav-link-2.cta {
        padding-right: 12px;
        padding-left: 12px;
    }
    .col_60 {
        width: 100%;
        padding-top: 80px;
        padding-bottom: 25px;
        padding-left: 0px;
    }
    .section_01 {
        padding-right: 3%;
        padding-left: 3%;
    }
    .col_40 {
        width: 100%;
    }
    .card_row {
        padding-left: 0px;
    }
    .card_col_2 {
        padding-right: 0px;
    }
    .container_p {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 36px;
    }
    h2 {
        font-size: 32px;
    }
    h3 {
        font-size: 22px;
    }
    p {
        font-size: 15px;
    }
    .section-white {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .section-white.mobile-hidden {
        display: none;
    }
    .button {
        width: 100%;
        height: auto;
    }
    .button.minimal {
        margin-right: 0px;
        margin-left: 0px;
    }
    .spacer {
        height: 32px;
    }
    .spacer._64 {
        height: 48px;
    }
    .text-box.mob-center {
        text-align: center;
    }
    ._12-columns {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    ._12-columns.flex-horizontal {
        margin-bottom: 0px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    ._12-columns.mob-swap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .column.desk-6 {
        width: 100%;
    }
    .column.desk-6.tab-8.mob-12 {
        width: 100%;
    }
    .column.desk-6.tab-7 {
        width: 100%;
    }
    .column.desk-5 {
        width: 100%;
    }
    .column.desk-5.tab-4 {
        width: 100%;
    }
    .column.desk-1.tab-1.mob-0 {
        display: none;
    }
    .column.desk-1.tab-1.mob-6 {
        width: 50%;
    }
    .column.desk-4 {
        width: 100%;
    }
    .column.desk-3.tab-4.mob-6 {
        width: 50%;
    }
    .column.desk-2.tab-4.mob-6 {
        width: 50%;
    }
    .column.desk-8.tab-10.mob-12 {
        width: 100%;
    }
    .nav-content {
        position: absolute;
        overflow: auto;
        height: 100vh;
        margin-left: 0px;
        padding-top: 20px;
        padding-bottom: 100px;
        border-top: 1px solid #e7eaec;
        background-color: #0747a6;
    }
    .nav-cta-button-container {
        position: static;
        display: block;
        margin-top: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    .menu-button {
        width: 26px;
        height: 26px;
        padding: 0px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .logo-div {
        margin-right: auto;
    }
    .footer-logo {
        padding-left: 0px;
    }
    .footer-links-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 48px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .banner-section {
        display: none;
    }
    .banner-container {
        text-align: left;
    }
    .header-large {
        font-size: 42px;
    }
    .horizontal-tabs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .nav-dropdown {
        padding-top: 13px;
        padding-bottom: 13px;
        background-color: #0747a6;
        font-size: 16px;
    }
    .nav-dropdown:hover {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .dropdown-icon {
        display: none;
    }
    .dropdown-list {
        display: none;
        background-color: #f4f8fa;
        text-align: center;
    }
    .dropdown-list.w--open {
        position: relative;
        display: none;
        padding-top: 0px;
        padding-bottom: 0px;
        border-style: none;
        background-color: #f4f8fa;
        box-shadow: none;
        text-align: center;
    }
    .logo-container {
        width: 50%;
    }
    .partner-logo {
        margin-top: 20px;
        margin-bottom: 20px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }
    .paragraph {
        font-size: 15px;
    }
    .simple-input {
        width: 100%;
    }
    .quote-card {
        padding: 24px 24px 8px;
    }
    .testimonial-image {
        margin-bottom: 40px;
    }
    .nav-menu {
        text-align: center;
    }
    .ds-menu-brand.w--current {
        margin-top: 14px;
    }
    .ds-menu {
        padding: 16px 24px 24px;
        background-color: #fff;
    }
    .ds-content {
        margin-left: 0px;
    }
    .ds-section {
        padding-right: 30px;
        padding-left: 30px;
    }
    .tabs-menu {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .tab-link {
        width: auto;
        border-bottom-width: 0px;
        border-radius: 10px;
    }
    .tab-link.w--current {
        background-color: #f1ffca;
    }
    .question-container {
        margin-bottom: 16px;
    }
    .cta-box {
        padding: 40px;
    }
    .section-name {
        max-width: 350px;
        font-size: 20px;
        line-height: 28px;
    }
    .dropdown-link {
        padding-top: 13px;
        padding-bottom: 13px;
        font-size: 16px;
        text-align: center;
    }
    .logo {
        width: 120px;
    }
    .nav-link {
        margin-right: 25px;
        margin-left: 25px;
        padding-top: 12px;
        padding-bottom: 12px;
        font-size: 16px;
        text-align: center;
    }
    .nav-link:hover {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .nav-link.minimal {
        margin-right: 25px;
        margin-bottom: 12px;
        background-color: #eeffbc;
    }
    .nav-link.cta {
        position: relative;
        width: 160px;
        max-width: none;
        margin-right: auto;
        margin-left: auto;
    }
    .field-block {
        min-height: auto;
    }
    .dropdown {
        display: block;
    }
    .ebook-div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .ebook-text-div {
        padding-left: 0px;
    }
    .blog-image-header {
        height: 200px;
    }
    .blog-container {
        text-align: left;
    }
    .shape.bottom-left {
        bottom: -90px;
        width: 80px;
    }
    .shape.top-right {
        width: 80px;
    }
    .underline {
        display: inline;
    }
    .sign-up-form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .ds-colour-block {
        width: 25%;
    }
    ._2-grid {
        margin-left: 0px;
        -ms-grid-columns: 2fr;
        grid-template-columns: 2fr;
    }
    ._1-2-grid {
        margin-left: 0px;
        -ms-grid-columns: 2fr;
        grid-template-columns: 2fr;
    }
    ._1-2-5-grid {
        margin-left: 0px;
        -ms-grid-columns: 2fr;
        grid-template-columns: 2fr;
    }
    ._3-grid {
        margin-left: 0px;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
    .grid {
        margin-left: 0px;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
    .grid.desk-3.tab-2.mob-1 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .grid.desk-3.tab-3.mob-2 {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
    .grid.desk-3.tab-3.mob-1 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    ._2-5-1-grid {
        margin-left: 0px;
        -ms-grid-columns: 2fr;
        grid-template-columns: 2fr;
    }
    ._2-1-grid {
        margin-left: 0px;
        -ms-grid-columns: 2fr;
        grid-template-columns: 2fr;
    }
    .heading.h1 {
        font-size: 38px;
    }
    .heading.h4 {
        font-size: 18px;
    }
    .integration-tabs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .integration-tabs-menu {
        width: 100%;
        margin-right: 0px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: center;
    }
    .tab-category {
        width: auto;
        padding: 6px 12px;
        border-bottom-width: 0px;
        border-radius: 8px;
        font-size: 14px;
    }
    .tab-category.w--current {
        background-color: #f1ffca;
    }
    .sticky-sidebar {
        position: static;
    }
    .dropdown-link-box {
        width: 100%;
    }
    .dropdown-arrow {
        position: relative;
        display: inline-block;
        margin-right: 0px;
        margin-left: 6px;
        color: #c3cacf;
    }
    .licenses-grid {
        margin-left: 0px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .dropdown-toggle-text {
        display: inline-block;
        margin-left: 18px;
    }
    .overflow-image {
        width: 100%;
    }
    .quote-card-testim {
        padding: 24px 24px 8px;
    }
    .column-testim.desk-6 {
        width: 100%;
    }
    .column-testim.desk-6.tab-8.mob-12 {
        width: 100%;
    }
    .column-testim.desk-6.tab-7 {
        width: 100%;
    }
    .column-testim.desk-5 {
        width: 100%;
    }
    .column-testim.desk-5.tab-4 {
        width: 100%;
    }
    .column-testim.desk-1.tab-1.mob-0 {
        display: none;
    }
    .column-testim.desk-1.tab-1.mob-6 {
        width: 50%;
    }
    .column-testim.desk-4 {
        width: 100%;
    }
    .column-testim.desk-3.tab-4.mob-6 {
        width: 50%;
    }
    .column-testim.desk-2.tab-4.mob-6 {
        width: 50%;
    }
    .column-testim.desk-8.tab-10.mob-12 {
        width: 100%;
    }
    .button-2 {
        width: 100%;
        height: auto;
    }
    .spacer-2 {
        height: 32px;
    }
    .nav-link-white {
        margin-right: 25px;
        margin-left: 25px;
        padding-top: 12px;
        padding-bottom: 12px;
        font-size: 16px;
        text-align: center;
    }
    .nav-link-white:hover {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .nav-link-white.minimal {
        margin-right: 25px;
        margin-bottom: 12px;
        background-color: #eeffbc;
    }
    .nav-link-white.cta {
        position: relative;
        left: auto;
        right: auto;
        display: block;
        width: 160px;
        max-width: none;
        margin-right: auto;
        margin-left: auto;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -o-object-fit: fill;
        object-fit: fill;
    }
    .fs-cc-banner_container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .fs-cc-prefs_title {
        font-size: 1.25rem;
    }
    .nav-cta-button-container-2 {
        margin-top: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    .nav-link-2 {
        margin-right: 25px;
        margin-left: 25px;
        padding-top: 12px;
        padding-bottom: 12px;
        font-size: 16px;
        text-align: center;
    }
    .nav-link-2:hover {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .nav-link-2.minimal {
        margin-right: 25px;
        margin-bottom: 12px;
        background-color: #eeffbc;
    }
    .col_60 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .col_40 {
        padding-right: 0px;
    }
    .card_row {
        width: 100%;
        padding-right: 0px;
    }
    .card_col_2 {
        width: 100%;
        padding-left: 0px;
    }
}

@media screen and (max-width: 479px) {
    body {
        font-size: 14px;
    }
    ._12-columns.flex-horizontal {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .container {
        padding-right: 20px;
        padding-left: 20px;
    }
    .color-block {
        margin-bottom: 20px;
    }
    .column {
        margin-bottom: 0px;
    }
    .column.desk-6 {
        width: 100%;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .column.desk-5 {
        width: 100%;
    }
    .column.desk-3 {
        width: 100%;
    }
    .nav-content {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .nav-cta-button-container {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }
    .menu-button {
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }
    .banner-section {
        margin-right: 0px;
        margin-left: 0px;
        padding-right: 30px;
        padding-left: 30px;
    }
    .banner {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .banner-text {
        width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }
    .tabs-text-boxes {
        max-width: 100%;
        text-align: center;
    }
    .dropdown-list.w--open {
        background-color: #f4f8fa;
    }
    .partner-logo {
        width: 90px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .simple-input {
        width: 100%;
    }
    .ds-section {
        padding-right: 16px;
        padding-left: 16px;
    }
    .text-input {
        width: 100%;
    }
    .card.integration {
        padding: 16px;
    }
    .contact-form-container {
        padding: 0px;
    }
    .feature-horizontal {
        width: 100%;
    }
    .text-area {
        width: 100%;
    }
    .answer {
        padding-left: 0px;
    }
    .question-arrow-icon {
        margin-left: 16px;
    }
    .pricing-grid-row {
        grid-column-gap: 0px;
    }
    .nav-container {
        padding-right: 20px;
        padding-left: 20px;
    }
    .card-title {
        font-size: 18px;
    }
    .nav-link.cta {
        position: relative;
        max-width: none;
        margin-left: auto;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }
    .banner-link {
        width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }
    .sign-in-body {
        display: block;
        padding-top: 80px;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        background-color: #fff;
    }
    .center-card {
        padding: 0px;
        box-shadow: none;
    }
    ._3-grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .tab-category {
        display: inline-block;
    }
    .integration-title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .error2 {
        padding-right: 20px;
        padding-left: 20px;
    }
    .column-testim {
        margin-bottom: 0px;
    }
    .column-testim.desk-6 {
        width: 100%;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .column-testim.desk-5 {
        width: 100%;
    }
    .column-testim.desk-3 {
        width: 100%;
    }
    .nav-link-white.cta {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .fs-cc-banner_close {
        position: absolute;
        left: auto;
        top: -1.5rem;
        right: 0.75rem;
        bottom: auto;
    }
    .fs-cc-banner_buttons-wrapper {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }
    .fs-cc-prefs_content {
        padding: 1.5rem;
    }
    .fs-cc-prefs_component {
        padding: 1.5rem;
    }
    .fs-cc-prefs_button {
        margin-bottom: 0.5rem;
    }
    .fs-cc-banner_button {
        width: 100%;
        margin-bottom: 0.5rem;
        margin-left: 0rem;
    }
}