html {
    --enhanced-hero-query: "(min-height: 600px) and (max-height: 1500px)"
}

@media only screen and (max-width:1068px) {
    html {
        --enhanced-hero-query: "(min-height: 530px) and (max-height: 1366px)"
    }
}

@media only screen and (max-width:734px) {
    html {
        --enhanced-hero-query: "(min-height: 300px) and (max-height: 850px)"
    }
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

abbr,
blockquote,
body,
button,
dd,
dl,
dt,
fieldset,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hgroup,
input,
legend,
li,
ol,
p,
pre,
ul {
    margin: 0;
    padding: 0;
}

address,
caption,
code,
figcaption,
pre,
th {
    font-size: 1em;
    font-weight: 400;
    font-style: normal;
}

fieldset,
iframe {
    border: 0;
}

caption,
th {
    text-align: left;
}

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

details,
main,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    vertical-align: initial;
}

button {
    background: none;
    border: 0;
    box-sizing: initial;
    color: inherit;
    cursor: pointer;
    font: inherit;
    line-height: inherit;
    overflow: visible;
    vertical-align: inherit;
}

button:disabled {
    cursor: default;
}

:focus {
    outline: 4px solid rgba(0, 125, 250, .6);
    outline-offset: 1px;
}

:focus[data-focus-method=mouse]:not(input):not(textarea):not(select),
:focus[data-focus-method=touch]:not(input):not(textarea):not(select) {
    outline: none;
}

::-moz-focus-inner {
    border: 0;
    padding: 0;
}





body,
button,
input,
select,
textarea {
    font-synthesis: none;
    -moz-font-feature-settings: "kern";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    direction: ltr;
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    color: #1d1d1f;
}

h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img {
    display: block;
    margin: 0;
}

h1+*,
h2+*,
h3+*,
h4+*,
h5+*,
h6+* {
    margin-top: .8em;
}

h1+h1,
h1+h2,
h1+h3,
h1+h4,
h1+h5,
h1+h6,
h2+h1,
h2+h2,
h2+h3,
h2+h4,
h2+h5,
h2+h6,
h3+h1,
h3+h2,
h3+h3,
h3+h4,
h3+h5,
h3+h6,
h4+h1,
h4+h2,
h4+h3,
h4+h4,
h4+h5,
h4+h6,
h5+h1,
h5+h2,
h5+h3,
h5+h4,
h5+h5,
h5+h6,
h6+h1,
h6+h2,
h6+h3,
h6+h4,
h6+h5,
h6+h6 {
    margin-top: .4em;
}

ol+h1,
ol+h2,
ol+h3,
ol+h4,
ol+h5,
ol+h6,
p+h1,
p+h2,
p+h3,
p+h4,
p+h5,
p+h6,
ul+h1,
ul+h2,
ul+h3,
ul+h4,
ul+h5,
ul+h6 {
    margin-top: 1.6em;
}

.heading-collapsed+* {
    margin-top: 0;
}

ol+*,
p+*,
ul+* {
    margin-top: .8em;
}

ol,
ul {
    margin-left: 0px;
}

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

nav ol,
nav ul {
    margin: 0;
    list-style: none;
}

li li {
    font-size: 1em;
}

.link,
a {

    letter-spacing: inherit;
}

.link:link,
.link:visited,
a:link,
a:visited {
    text-decoration: none;
}

.link:hover,
a:hover {}

.link:active,
a:active {
    text-decoration: none;
}

.link:disabled,
a:disabled {
    opacity: .32;
}

.links-inline,
.links-stacked {
    margin-left: 0;
    margin-right: 0;
    list-style: none;
}

.links-inline li {
    display: inline;
    margin: 0 .8em;
}

.links-inline li:first-child {
    margin-left: 0;
}

.links-inline li:last-child {
    margin-right: 0;
}

.links-stacked li {
    margin: 0;
    display: block;
}

.links-stacked li+li {
    margin-top: .4em;
}

b,
strong {
    font-weight: 600;
}

cite,
dfn,
em,
i {
    font-style: italic;
}

sub,
sup {
    position: relative;
    font-size: .6em;
    vertical-align: initial;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

.footnote a {
    vertical-align: inherit;
    color: inherit;
}

.footnote a:hover {
    color: #06c;
    text-decoration: none;
}

.footnote-reduced {
    font-size: .45em;
}

sup.footnote-reduced {
    top: -0.86em;
}

sub.footnote-reduced {
    bottom: -0.36em;
}

.footnote-supglyph {
    position: relative;
    vertical-align: initial;
}

.footnote-supglyph.footnote-reduced {
    font-size: .9em;
    top: -0.09em;
}

.footnote-diamond {
    position: relative;
    vertical-align: initial;
    font-feature-settings: "numr";
    font-size: 1em;
}

sup.footnote-diamond {
    top: auto;
}

sub.footnote-diamond {
    bottom: -0.5em;
}

.footnote-diamond.footnote-reduced {
    font-size: .9em;
    top: -0.09em;
}

sub.footnote-diamond.footnote-reduced {
    top: auto;
    bottom: -0.52em;
}

.footnote-number {
    position: relative;
    vertical-align: initial;
    font-feature-settings: "numr";
    font-size: 1em;
}

sup.footnote-number {
    top: auto;
}

sub.footnote-number {
    bottom: -0.5em;
}

.footnote-number.footnote-reduced {
    font-size: .9em;
    top: -0.09em;
}

sub.footnote-number.footnote-reduced {
    top: auto;
    bottom: -0.52em;
}

abbr {
    border: 0;
}




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

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

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

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

.justify-content-spacearound {
    justify-content: space-around;
}

.justify-content-spaceevenly {
    justify-content: space-evenly;
}

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

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

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

.align-self-start {
    align-self: flex-start;
}

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

.align-self-end {
    align-self: flex-end;
}

.large-justify-content-start {
    justify-content: flex-start;
}

.large-justify-content-end {
    justify-content: flex-end;
}

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

.large-justify-content-spacebetween {
    justify-content: space-between;
}

.large-justify-content-spacearound {
    justify-content: space-around;
}

.large-justify-content-spaceevenly {
    justify-content: space-evenly;
}

.large-align-items-start {
    align-items: flex-start;
}

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

.large-align-items-end {
    align-items: flex-end;
}

.large-align-self-start {
    align-self: flex-start;
}

.large-align-self-center {
    align-self: center;
}

.large-align-self-end {
    align-self: flex-end;
}

@media only screen and (min-width:1441px) {
    .xlarge-justify-content-start {
        justify-content: flex-start;
    }

    .xlarge-justify-content-end {
        justify-content: flex-end;
    }

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

    .xlarge-justify-content-spacebetween {
        justify-content: space-between;
    }

    .xlarge-justify-content-spacearound {
        justify-content: space-around;
    }

    .xlarge-justify-content-spaceevenly {
        justify-content: space-evenly;
    }

    .xlarge-align-items-start {
        align-items: flex-start;
    }

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

    .xlarge-align-items-end {
        align-items: flex-end;
    }

    .xlarge-align-self-start {
        align-self: flex-start;
    }

    .xlarge-align-self-center {
        align-self: center;
    }

    .xlarge-align-self-end {
        align-self: flex-end;
    }
}

@media only screen and (max-width:1068px) {
    .medium-justify-content-start {
        justify-content: flex-start;
    }

    .medium-justify-content-end {
        justify-content: flex-end;
    }

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

    .medium-justify-content-spacebetween {
        justify-content: space-between;
    }

    .medium-justify-content-spacearound {
        justify-content: space-around;
    }

    .medium-justify-content-spaceevenly {
        justify-content: space-evenly;
    }

    .medium-align-items-start {
        align-items: flex-start;
    }

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

    .medium-align-items-end {
        align-items: flex-end;
    }

    .medium-align-self-start {
        align-self: flex-start;
    }

    .medium-align-self-center {
        align-self: center;
    }

    .medium-align-self-end {
        align-self: flex-end;
    }
}

@media only screen and (max-width:734px) {
    .small-justify-content-start {
        justify-content: flex-start;
    }

    .small-justify-content-end {
        justify-content: flex-end;
    }

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

    .small-justify-content-spacebetween {
        justify-content: space-between;
    }

    .small-justify-content-spacearound {
        justify-content: space-around;
    }

    .small-justify-content-spaceevenly {
        justify-content: space-evenly;
    }

    .small-align-items-start {
        align-items: flex-start;
    }

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

    .small-align-items-end {
        align-items: flex-end;
    }

    .small-align-self-start {
        align-self: flex-start;
    }

    .small-align-self-center {
        align-self: center;
    }

    .small-align-self-end {
        align-self: flex-end;
    }
}

.selfclear:after,
.selfclear:before {
    content: " ";
    display: table;
}

.selfclear:after {
    clear: both;
}

.visuallyhidden {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
    clip-path: inset(0px 0px 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
}

@media only screen and (inverted-colors) {
    .no-inversion {
        filter: invert(1);
    }
}

.nowrap {
    display: inline-block;
    text-decoration: inherit;
    white-space: nowrap;
}

.clear {
    clear: both;
}

.cursor-grab {
    cursor: move;
    cursor: grab;
}

.cursor-grabbing {
    cursor: move;
    cursor: grabbing;
}

.row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%
}

.row-reverse {
    flex-direction: row-reverse;
}

.column {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    min-width: 0px;
}

.large-offset-0 {
    margin-left: 0;
}

.large-order-0 {
    order: 0;
}

.large-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%
}

.large-offset-1 {
    margin-left: 8.3333333333%
}

.large-order-1 {
    order: 1;
}

.large-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%
}

.large-offset-2 {
    margin-left: 16.6666666667%
}

.large-order-2 {
    order: 2;
}

.large-3 {
    flex-basis: 25%;
    max-width: 25%
}

.large-offset-3 {
    margin-left: 25%
}

.large-order-3 {
    order: 3;
}

.large-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%
}

.large-offset-4 {
    margin-left: 33.3333333333%
}

.large-order-4 {
    order: 4;
}

.large-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%
}

.large-offset-5 {
    margin-left: 41.6666666667%
}

.large-order-5 {
    order: 5;
}

.large-6 {
    flex-basis: 50%;
    max-width: 50%
}

.large-offset-6 {
    margin-left: 50%
}

.large-order-6 {
    order: 6;
}

.large-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%
}

.large-offset-7 {
    margin-left: 58.3333333333%
}

.large-order-7 {
    order: 7;
}

.large-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%
}

.large-offset-8 {
    margin-left: 66.6666666667%
}

.large-order-8 {
    order: 8;
}

.large-9 {
    flex-basis: 75%;
    max-width: 75%
}

.large-offset-9 {
    margin-left: 75%
}

.large-order-9 {
    order: 9;
}

.large-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%
}

.large-offset-10 {
    margin-left: 83.3333333333%
}

.large-order-10 {
    order: 10;
}

.large-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%
}

.large-offset-11 {
    margin-left: 91.6666666667%
}

.large-order-11 {
    order: 11;
}

.large-12 {
    flex-basis: 100%;
    max-width: 100%
}

.large-offset-12 {
    margin-left: 100%
}

.large-order-12 {
    order: 12;
}

.large-centered {
    margin-left: auto;
    margin-right: auto;
}

.large-uncentered {
    margin-left: 0;
    margin-right: 0;
}

.large-last {
    margin-left: auto;
}

.large-notlast {
    margin-left: 0;
}

.large-grow {
    flex: auto;
    max-width: none;
}

.large-ungrow {
    flex: initial;
    max-width: none;
}

@media only screen and (min-width:1441px) {
    .xlarge-offset-0 {
        margin-left: 0;
    }

    .xlarge-order-0 {
        order: 0;
    }

    .xlarge-1 {
        flex-basis: 8.3333333333%;
        max-width: 8.3333333333%
    }

    .xlarge-offset-1 {
        margin-left: 8.3333333333%
    }

    .xlarge-order-1 {
        order: 1;
    }

    .xlarge-2 {
        flex-basis: 16.6666666667%;
        max-width: 16.6666666667%
    }

    .xlarge-offset-2 {
        margin-left: 16.6666666667%
    }

    .xlarge-order-2 {
        order: 2;
    }

    .xlarge-3 {
        flex-basis: 25%;
        max-width: 25%
    }

    .xlarge-offset-3 {
        margin-left: 25%
    }

    .xlarge-order-3 {
        order: 3;
    }

    .xlarge-4 {
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%
    }

    .xlarge-offset-4 {
        margin-left: 33.3333333333%
    }

    .xlarge-order-4 {
        order: 4;
    }

    .xlarge-5 {
        flex-basis: 41.6666666667%;
        max-width: 41.6666666667%
    }

    .xlarge-offset-5 {
        margin-left: 41.6666666667%
    }

    .xlarge-order-5 {
        order: 5;
    }

    .xlarge-6 {
        flex-basis: 50%;
        max-width: 50%
    }

    .xlarge-offset-6 {
        margin-left: 50%
    }

    .xlarge-order-6 {
        order: 6;
    }

    .xlarge-7 {
        flex-basis: 58.3333333333%;
        max-width: 58.3333333333%
    }

    .xlarge-offset-7 {
        margin-left: 58.3333333333%
    }

    .xlarge-order-7 {
        order: 7;
    }

    .xlarge-8 {
        flex-basis: 66.6666666667%;
        max-width: 66.6666666667%
    }

    .xlarge-offset-8 {
        margin-left: 66.6666666667%
    }

    .xlarge-order-8 {
        order: 8;
    }

    .xlarge-9 {
        flex-basis: 75%;
        max-width: 75%
    }

    .xlarge-offset-9 {
        margin-left: 75%
    }

    .xlarge-order-9 {
        order: 9;
    }

    .xlarge-10 {
        flex-basis: 83.3333333333%;
        max-width: 83.3333333333%
    }

    .xlarge-offset-10 {
        margin-left: 83.3333333333%
    }

    .xlarge-order-10 {
        order: 10;
    }

    .xlarge-11 {
        flex-basis: 91.6666666667%;
        max-width: 91.6666666667%
    }

    .xlarge-offset-11 {
        margin-left: 91.6666666667%
    }

    .xlarge-order-11 {
        order: 11;
    }

    .xlarge-12 {
        flex-basis: 100%;
        max-width: 100%
    }

    .xlarge-offset-12 {
        margin-left: 100%
    }

    .xlarge-order-12 {
        order: 12;
    }

    .xlarge-centered {
        margin-left: auto;
        margin-right: auto;
    }

    .xlarge-uncentered {
        margin-left: 0;
        margin-right: 0;
    }

    .xlarge-last {
        margin-left: auto;
    }

    .xlarge-notlast {
        margin-left: 0;
    }

    .xlarge-grow {
        flex: auto;
        max-width: none;
    }

    .xlarge-ungrow {
        flex: initial;
        max-width: none;
    }
}

@media only screen and (max-width:1068px) {
    .medium-offset-0 {
        margin-left: 0;
    }

    .medium-order-0 {
        order: 0;
    }

    .medium-1 {
        flex-basis: 8.3333333333%;
        max-width: 8.3333333333%
    }

    .medium-offset-1 {
        margin-left: 8.3333333333%
    }

    .medium-order-1 {
        order: 1;
    }

    .medium-2 {
        flex-basis: 16.6666666667%;
        max-width: 16.6666666667%
    }

    .medium-offset-2 {
        margin-left: 16.6666666667%
    }

    .medium-order-2 {
        order: 2;
    }

    .medium-3 {
        flex-basis: 25%;
        max-width: 25%
    }

    .medium-offset-3 {
        margin-left: 25%
    }

    .medium-order-3 {
        order: 3;
    }

    .medium-4 {
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%
    }

    .medium-offset-4 {
        margin-left: 33.3333333333%
    }

    .medium-order-4 {
        order: 4;
    }

    .medium-5 {
        flex-basis: 41.6666666667%;
        max-width: 41.6666666667%
    }

    .medium-offset-5 {
        margin-left: 41.6666666667%
    }

    .medium-order-5 {
        order: 5;
    }

    .medium-6 {
        flex-basis: 50%;
        max-width: 50%
    }

    .medium-offset-6 {
        margin-left: 50%
    }

    .medium-order-6 {
        order: 6;
    }

    .medium-7 {
        flex-basis: 58.3333333333%;
        max-width: 58.3333333333%
    }

    .medium-offset-7 {
        margin-left: 58.3333333333%
    }

    .medium-order-7 {
        order: 7;
    }

    .medium-8 {
        flex-basis: 66.6666666667%;
        max-width: 66.6666666667%
    }

    .medium-offset-8 {
        margin-left: 66.6666666667%
    }

    .medium-order-8 {
        order: 8;
    }

    .medium-9 {
        flex-basis: 75%;
        max-width: 75%
    }

    .medium-offset-9 {
        margin-left: 75%
    }

    .medium-order-9 {
        order: 9;
    }

    .medium-10 {
        flex-basis: 83.3333333333%;
        max-width: 83.3333333333%
    }

    .medium-offset-10 {
        margin-left: 83.3333333333%
    }

    .medium-order-10 {
        order: 10;
    }

    .medium-11 {
        flex-basis: 91.6666666667%;
        max-width: 91.6666666667%
    }

    .medium-offset-11 {
        margin-left: 91.6666666667%
    }

    .medium-order-11 {
        order: 11;
    }

    .medium-12 {
        flex-basis: 100%;
        max-width: 100%
    }

    .medium-offset-12 {
        margin-left: 100%
    }

    .medium-order-12 {
        order: 12;
    }

    .medium-centered {
        margin-left: auto;
        margin-right: auto;
    }

    .medium-uncentered {
        margin-left: 0;
        margin-right: 0;
    }

    .medium-last {
        margin-left: auto;
    }

    .medium-notlast {
        margin-left: 0;
    }

    .medium-grow {
        flex: auto;
        max-width: none;
    }

    .medium-ungrow {
        flex: initial;
        max-width: none;
    }
}

@media only screen and (max-width:734px) {
    .small-offset-0 {
        margin-left: 0;
    }

    .small-order-0 {
        order: 0;
    }

    .small-1 {
        flex-basis: 8.3333333333%;
        max-width: 8.3333333333%
    }

    .small-offset-1 {
        margin-left: 8.3333333333%
    }

    .small-order-1 {
        order: 1;
    }

    .small-2 {
        flex-basis: 16.6666666667%;
        max-width: 16.6666666667%
    }

    .small-offset-2 {
        margin-left: 16.6666666667%
    }

    .small-order-2 {
        order: 2;
    }

    .small-3 {
        flex-basis: 25%;
        max-width: 25%
    }

    .small-offset-3 {
        margin-left: 25%
    }

    .small-order-3 {
        order: 3;
    }

    .small-4 {
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%
    }

    .small-offset-4 {
        margin-left: 33.3333333333%
    }

    .small-order-4 {
        order: 4;
    }

    .small-5 {
        flex-basis: 41.6666666667%;
        max-width: 41.6666666667%
    }

    .small-offset-5 {
        margin-left: 41.6666666667%
    }

    .small-order-5 {
        order: 5;
    }

    .small-6 {
        flex-basis: 50%;
        max-width: 50%
    }

    .small-offset-6 {
        margin-left: 50%
    }

    .small-order-6 {
        order: 6;
    }

    .small-7 {
        flex-basis: 58.3333333333%;
        max-width: 58.3333333333%
    }

    .small-offset-7 {
        margin-left: 58.3333333333%
    }

    .small-order-7 {
        order: 7;
    }

    .small-8 {
        flex-basis: 66.6666666667%;
        max-width: 66.6666666667%
    }

    .small-offset-8 {
        margin-left: 66.6666666667%
    }

    .small-order-8 {
        order: 8;
    }

    .small-9 {
        flex-basis: 75%;
        max-width: 75%
    }

    .small-offset-9 {
        margin-left: 75%
    }

    .small-order-9 {
        order: 9;
    }

    .small-10 {
        flex-basis: 83.3333333333%;
        max-width: 83.3333333333%
    }

    .small-offset-10 {
        margin-left: 83.3333333333%
    }

    .small-order-10 {
        order: 10;
    }

    .small-11 {
        flex-basis: 91.6666666667%;
        max-width: 91.6666666667%
    }

    .small-offset-11 {
        margin-left: 91.6666666667%
    }

    .small-order-11 {
        order: 11;
    }

    .small-12 {
        flex-basis: 100%;
        max-width: 100%
    }

    .small-offset-12 {
        margin-left: 100%
    }

    .small-order-12 {
        order: 12;
    }

    .small-centered {
        margin-left: auto;
        margin-right: auto;
    }

    .small-uncentered {
        margin-left: 0;
        margin-right: 0;
    }

    .small-last {
        margin-left: auto;
    }

    .small-notlast {
        margin-left: 0;
    }

    .small-grow {
        flex: auto;
        max-width: none;
    }

    .small-ungrow {
        flex: initial;
        max-width: none;
    }
}

.row-reverse .column {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    min-width: 0px;
}

.row-reverse .large-offset-0 {
    margin-right: 0;
}

.row-reverse .large-offset-1 {
    margin-right: 8.3333333333%
}

.row-reverse .large-offset-2 {
    margin-right: 16.6666666667%
}

.row-reverse .large-offset-3 {
    margin-right: 25%
}

.row-reverse .large-offset-4 {
    margin-right: 33.3333333333%
}

.row-reverse .large-offset-5 {
    margin-right: 41.6666666667%
}

.row-reverse .large-offset-6 {
    margin-right: 50%
}

.row-reverse .large-offset-7 {
    margin-right: 58.3333333333%
}

.row-reverse .large-offset-8 {
    margin-right: 66.6666666667%
}

.row-reverse .large-offset-9 {
    margin-right: 75%
}

.row-reverse .large-offset-10 {
    margin-right: 83.3333333333%
}

.row-reverse .large-offset-11 {
    margin-right: 91.6666666667%
}

.row-reverse .large-offset-12 {
    margin-right: 100%
}

.row-reverse .large-last {
    margin-right: auto;
}

.row-reverse .large-notlast {
    margin-right: 0;
}

@media only screen and (min-width:1441px) {
    .row-reverse .xlarge-offset-0 {
        margin-right: 0;
    }

    .row-reverse .xlarge-offset-1 {
        margin-right: 8.3333333333%
    }

    .row-reverse .xlarge-offset-2 {
        margin-right: 16.6666666667%
    }

    .row-reverse .xlarge-offset-3 {
        margin-right: 25%
    }

    .row-reverse .xlarge-offset-4 {
        margin-right: 33.3333333333%
    }

    .row-reverse .xlarge-offset-5 {
        margin-right: 41.6666666667%
    }

    .row-reverse .xlarge-offset-6 {
        margin-right: 50%
    }

    .row-reverse .xlarge-offset-7 {
        margin-right: 58.3333333333%
    }

    .row-reverse .xlarge-offset-8 {
        margin-right: 66.6666666667%
    }

    .row-reverse .xlarge-offset-9 {
        margin-right: 75%
    }

    .row-reverse .xlarge-offset-10 {
        margin-right: 83.3333333333%
    }

    .row-reverse .xlarge-offset-11 {
        margin-right: 91.6666666667%
    }

    .row-reverse .xlarge-offset-12 {
        margin-right: 100%
    }

    .row-reverse .xlarge-last {
        margin-right: auto;
    }

    .row-reverse .xlarge-notlast {
        margin-right: 0;
    }
}

@media only screen and (max-width:1068px) {
    .row-reverse .medium-offset-0 {
        margin-right: 0;
    }

    .row-reverse .medium-offset-1 {
        margin-right: 8.3333333333%
    }

    .row-reverse .medium-offset-2 {
        margin-right: 16.6666666667%
    }

    .row-reverse .medium-offset-3 {
        margin-right: 25%
    }

    .row-reverse .medium-offset-4 {
        margin-right: 33.3333333333%
    }

    .row-reverse .medium-offset-5 {
        margin-right: 41.6666666667%
    }

    .row-reverse .medium-offset-6 {
        margin-right: 50%
    }

    .row-reverse .medium-offset-7 {
        margin-right: 58.3333333333%
    }

    .row-reverse .medium-offset-8 {
        margin-right: 66.6666666667%
    }

    .row-reverse .medium-offset-9 {
        margin-right: 75%
    }

    .row-reverse .medium-offset-10 {
        margin-right: 83.3333333333%
    }

    .row-reverse .medium-offset-11 {
        margin-right: 91.6666666667%
    }

    .row-reverse .medium-offset-12 {
        margin-right: 100%
    }

    .row-reverse .medium-last {
        margin-right: auto;
    }

    .row-reverse .medium-notlast {
        margin-right: 0;
    }
}

@media only screen and (max-width:734px) {
    .row-reverse .small-offset-0 {
        margin-right: 0;
    }

    .row-reverse .small-offset-1 {
        margin-right: 8.3333333333%
    }

    .row-reverse .small-offset-2 {
        margin-right: 16.6666666667%
    }

    .row-reverse .small-offset-3 {
        margin-right: 25%
    }

    .row-reverse .small-offset-4 {
        margin-right: 33.3333333333%
    }

    .row-reverse .small-offset-5 {
        margin-right: 41.6666666667%
    }

    .row-reverse .small-offset-6 {
        margin-right: 50%
    }

    .row-reverse .small-offset-7 {
        margin-right: 58.3333333333%
    }

    .row-reverse .small-offset-8 {
        margin-right: 66.6666666667%
    }

    .row-reverse .small-offset-9 {
        margin-right: 75%
    }

    .row-reverse .small-offset-10 {
        margin-right: 83.3333333333%
    }

    .row-reverse .small-offset-11 {
        margin-right: 91.6666666667%
    }

    .row-reverse .small-offset-12 {
        margin-right: 100%
    }

    .row-reverse .small-last {
        margin-right: auto;
    }

    .row-reverse .small-notlast {
        margin-right: 0;
    }
}

.grid {
    margin-left: auto;
    margin-right: auto;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding: 0 24px;
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
}

.grid .grid {
    height: 100%;
    padding-left: 0;
    padding-right: 0;
}

.grid-item {
    position: relative;
    box-sizing: border-box;
}

.large-span-0 {
    grid-column: span 0;
}

.large-span-1 {
    grid-column: span 1;
}

.large-span-2 {
    grid-column: span 2;
}

.large-span-3 {
    grid-column: span 3;
}

.large-span-4 {
    grid-column: span 4;
}

.large-span-5 {
    grid-column: span 5;
}

.large-span-6 {
    grid-column: span 6;
}

.large-span-7 {
    grid-column: span 7;
}

.large-span-8 {
    grid-column: span 8;
}

.large-span-9 {
    grid-column: span 9;
}

.large-span-10 {
    grid-column: span 10;
}

.large-span-11 {
    grid-column: span 11;
}

.large-span-12 {
    grid-column: span 12;
}

@media only screen and (min-width:1441px) {
    .xlarge-span-0 {
        grid-column: span 0;
    }

    .xlarge-span-1 {
        grid-column: span 1;
    }

    .xlarge-span-2 {
        grid-column: span 2;
    }

    .xlarge-span-3 {
        grid-column: span 3;
    }

    .xlarge-span-4 {
        grid-column: span 4;
    }

    .xlarge-span-5 {
        grid-column: span 5;
    }

    .xlarge-span-6 {
        grid-column: span 6;
    }

    .xlarge-span-7 {
        grid-column: span 7;
    }

    .xlarge-span-8 {
        grid-column: span 8;
    }

    .xlarge-span-9 {
        grid-column: span 9;
    }

    .xlarge-span-10 {
        grid-column: span 10;
    }

    .xlarge-span-11 {
        grid-column: span 11;
    }

    .xlarge-span-12 {
        grid-column: span 12;
    }
}

@media only screen and (max-width:1068px) {
    .medium-span-0 {
        grid-column: span 0;
    }

    .medium-span-1 {
        grid-column: span 1;
    }

    .medium-span-2 {
        grid-column: span 2;
    }

    .medium-span-3 {
        grid-column: span 3;
    }

    .medium-span-4 {
        grid-column: span 4;
    }

    .medium-span-5 {
        grid-column: span 5;
    }

    .medium-span-6 {
        grid-column: span 6;
    }

    .medium-span-7 {
        grid-column: span 7;
    }

    .medium-span-8 {
        grid-column: span 8;
    }

    .medium-span-9 {
        grid-column: span 9;
    }

    .medium-span-10 {
        grid-column: span 10;
    }

    .medium-span-11 {
        grid-column: span 11;
    }

    .medium-span-12 {
        grid-column: span 12;
    }
}

@media only screen and (max-width:734px) {
    .small-span-0 {
        grid-column: span 0;
    }

    .small-span-1 {
        grid-column: span 1;
    }

    .small-span-2 {
        grid-column: span 2;
    }

    .small-span-3 {
        grid-column: span 3;
    }

    .small-span-4 {
        grid-column: span 4;
    }

    .small-span-5 {
        grid-column: span 5;
    }

    .small-span-6 {
        grid-column: span 6;
    }

    .small-span-7 {
        grid-column: span 7;
    }

    .small-span-8 {
        grid-column: span 8;
    }

    .small-span-9 {
        grid-column: span 9;
    }

    .small-span-10 {
        grid-column: span 10;
    }

    .small-span-11 {
        grid-column: span 11;
    }

    .small-span-12 {
        grid-column: span 12;
    }
}

.icon:after,
.icon:before,
.more:after,
.more:before {
    font-family: Helvetica Neue;
    color: inherit;
    display: inline-block;
    font-style: normal;
    font-weight: inherit;
    font-size: inherit;
    line-height: 1;
    text-decoration: underline;
    position: relative;
    z-index: 1;
    alt: "";
    text-decoration: none;
}

.icon:before,
.more:before {
    display: none;
}

.icon-after:after,
.more:after {
    padding-left: 0.3em;
    top: 0;
}

.icon-before:before {
    padding-right: 0.3em;
    display: inline-block;
    top: 0;
}

.icon-before:after {
    display: none;
}

.icon-before.icon-apple:before {
    padding-right: 0;
    display: inline-block;
    top: 0;
}

.icon-before.icon-apple:after {
    display: none;
}

.icon-apple:after,
.icon-apple:before {
    content: ""
}

.icon-chevrondown:after,
.icon-chevrondown:before {
    content: ""
}

.icon-chevrondowncircle:after,
.icon-chevrondowncircle:before {
    content: ""
}

.icon-chevronleft:after,
.icon-chevronleft:before {
    content: ""
}

.icon-chevronleftcircle:after,
.icon-chevronleftcircle:before {
    content: ""
}

.icon-chevronright:after,
.icon-chevronright:before {
    content: ""
}

.icon-chevronrightcircle:after,
.icon-chevronrightcircle:before {
    content: ""
}

.icon-chevronup:after,
.icon-chevronup:before {
    content: ""
}

.icon-chevronupcircle:after,
.icon-chevronupcircle:before {
    content: ""
}

.icon-downloadcircle:after,
.icon-downloadcircle:before {
    content: ""
}

.icon-arrowupcircle:after,
.icon-arrowupcircle:before {
    content: "􀁶"
}

.icon-external:after,
.icon-external:before {
    content: ""
}

.icon-share:after,
.icon-share:before {
    content: ""
}

.icon-search:after,
.icon-search:before {
    content: ""
}

.icon-arkit:after,
.icon-arkit:before {
    content: ""
}

.icon-pausecircle:after,
.icon-pausecircle:before {
    content: ""
}

.icon-pausesolid:after,
.icon-pausesolid:before {
    content: ""
}

.icon-playcircle:after,
.icon-playcircle:before {
    content: ""
}

.icon-playsolid:after,
.icon-playsolid:before {
    content: ""
}

.icon-replay:after,
.icon-replay:before {
    content: ""
}

.icon-stopcircle:after,
.icon-stopcircle:before {
    content: ""
}

.icon-stopsolid:after,
.icon-stopsolid:before {
    content: ""
}

.icon-circle:after,
.icon-circle:before {
    content: ""
}

.icon-check:after,
.icon-check:before {
    content: ""
}

.icon-checkcircle:after,
.icon-checkcircle:before {
    content: ""
}

.icon-checksolid:after,
.icon-checksolid:before {
    content: ""
}

.icon-reset:after,
.icon-reset:before {
    content: ""
}

.icon-resetcircle:after,
.icon-resetcircle:before {
    content: ""
}

.icon-resetsolid:after,
.icon-resetsolid:before {
    content: ""
}

.icon-exclamation:after,
.icon-exclamation:before {
    content: ""
}

.icon-exclamationcircle:after,
.icon-exclamationcircle:before {
    content: ""
}

.icon-exclamationsolid:after,
.icon-exclamationsolid:before {
    content: ""
}

.icon-exclamationtriangle:after,
.icon-exclamationtriangle:before {
    content: ""
}

.icon-exclamationtrianglesolid:after,
.icon-exclamationtrianglesolid:before {
    content: ""
}

.icon-infocircle:after,
.icon-infocircle:before {
    content: ""
}

.icon-infosolid:after,
.icon-infosolid:before {
    content: ""
}

.icon-question:after,
.icon-question:before {
    content: ""
}

.icon-questioncircle:after,
.icon-questioncircle:before {
    content: ""
}

.icon-questionsolid:after,
.icon-questionsolid:before {
    content: ""
}

.icon-plus:after,
.icon-plus:before {
    content: ""
}

.icon-pluscircle:after,
.icon-pluscircle:before {
    content: ""
}

.icon-plussolid:after,
.icon-plussolid:before {
    content: ""
}

.icon-minus:after,
.icon-minus:before {
    content: ""
}

.icon-minuscircle:after,
.icon-minuscircle:before {
    content: ""
}

.icon-minussolid:after,
.icon-minussolid:before {
    content: ""
}

.icon-1circle:after,
.icon-1circle:before {
    content: ""
}

.icon-2circle:after,
.icon-2circle:before {
    content: ""
}

.icon-3circle:after,
.icon-3circle:before {
    content: ""
}

.icon-4circle:after,
.icon-4circle:before {
    content: ""
}

.icon-5circle:after,
.icon-5circle:before {
    content: ""
}

.icon-6circle:after,
.icon-6circle:before {
    content: ""
}

.icon-7circle:after,
.icon-7circle:before {
    content: ""
}

.icon-8circle:after,
.icon-8circle:before {
    content: ""
}

.icon-9circle:after,
.icon-9circle:before {
    content: ""
}

.icon-10circle:after,
.icon-10circle:before {
    content: ""
}

.icon-11circle:after,
.icon-11circle:before {
    content: ""
}

.icon-12circle:after,
.icon-12circle:before {
    content: ""
}

.icon-13circle:after,
.icon-13circle:before {
    content: ""
}

.icon-14circle:after,
.icon-14circle:before {
    content: ""
}

.icon-15circle:after,
.icon-15circle:before {
    content: ""
}

.icon-16circle:after,
.icon-16circle:before {
    content: ""
}

.icon-17circle:after,
.icon-17circle:before {
    content: ""
}

.icon-18circle:after,
.icon-18circle:before {
    content: ""
}

.icon-19circle:after,
.icon-19circle:before {
    content: ""
}

.icon-20circle:after,
.icon-20circle:before {
    content: ""
}

.icon-close:after,
.icon-close:before {
    content: ""
}

.icon-closecompact:after,
.icon-closecompact:before {
    content: ""
}

.icon-paddleleft:after,
.icon-paddleleft:before {
    content: ""
}

.icon-paddleleftcompact:after,
.icon-paddleleftcompact:before {
    content: ""
}

.icon-paddleright:after,
.icon-paddleright:before {
    content: ""
}

.icon-paddlerightcompact:after,
.icon-paddlerightcompact:before {
    content: ""
}

.icon-paddleup:after,
.icon-paddleup:before {
    content: ""
}

.icon-paddleupcompact:after,
.icon-paddleupcompact:before {
    content: ""
}

.icon-paddledown:after,
.icon-paddledown:before {
    content: ""
}

.icon-paddledowncompact:after,
.icon-paddledowncompact:before {
    content: ""
}

.icon-thumbnailreplay:after,
.icon-thumbnailreplay:before {
    content: ""
}

.icon-thumbnailpause:after,
.icon-thumbnailpause:before {
    content: ""
}

.icon-thumbnailplay:after,
.icon-thumbnailplay:before {
    content: ""
}

.icon-externalrtl:after,
.icon-externalrtl:before {
    content: ""
}

.icon-questionrtl:after,
.icon-questionrtl:before {
    content: ""
}

.icon-questioncirclertl:after,
.icon-questioncirclertl:before {
    content: ""
}

.icon-questionsolidrtl:after,
.icon-questionsolidrtl:before {
    content: ""
}

.more:after,
.more:before {
    content: ""
}

.more-block {
    margin-top: .5em;
}

.icon-wrapper .icon,
.icon-wrapper .icon-after:after,
.icon-wrapper .icon-before:before,
.icon-wrapper .more:not(.icon-before):after {
    display: inline;
    position: static;
}

a.icon-wrapper {
    text-decoration: none;
}

a.icon-wrapper:hover .icon-copy {
    text-decoration: underline;
}



body {
    min-width: 320px;
}

.large-hide {
    display: none;
}

.large-show {
    display: block;
}

.large-show-inline {
    display: inline;
}

.large-show-inlineblock {
    display: inline-block;
}

@media only screen and (min-width:1441px) {
    .xlarge-hide {
        display: none;
    }

    .xlarge-show {
        display: block;
    }

    .xlarge-show-inline {
        display: inline;
    }

    .xlarge-show-inlineblock {
        display: inline-block;
    }
}

@media only screen and (max-width:1068px) {
    .medium-hide {
        display: none;
    }

    .medium-show {
        display: block;
    }

    .medium-show-inline {
        display: inline;
    }

    .medium-show-inlineblock {
        display: inline-block;
    }
}

@media only screen and (max-width:734px) {
    .small-hide {
        display: none;
    }

    .small-show {
        display: block;
    }

    .small-show-inline {
        display: inline;
    }

    .small-show-inlineblock {
        display: inline-block;
    }
}

.viewport-content {
    margin-left: auto;
    margin-right: auto;
    width: 980px;
}

@media only screen and (min-width:1441px) {
    .viewport-content {
        margin-left: auto;
        margin-right: auto;
        width: 980px;
    }
}

@media only screen and (max-width:1068px) {
    .viewport-content {
        margin-left: auto;
        margin-right: auto;
        width: 692px;
    }
}

@media only screen and (max-width:734px) {
    .viewport-content {
        margin-left: auto;
        margin-right: auto;
        width: 87.5%
    }
}

br.large {
    display: block;
}

@media only screen and (max-width:1068px) {
    br.large {
        display: none;
    }
}

@media only screen and (max-width:734px) {
    br.large {
        display: none;
    }
}

br.medium {
    display: none;
}

@media only screen and (max-width:1068px) {
    br.medium {
        display: block;
    }
}

@media only screen and (max-width:734px) {
    br.medium {
        display: none;
    }
}

br.small {
    display: none;
}

@media only screen and (max-width:1068px) {
    br.small {
        display: none;
    }
}

@media only screen and (max-width:734px) {
    br.small {
        display: block;
    }
}

.badge {
    margin-right: 2em;
    box-sizing: border-box;
    display: inline-block;
    font-size: 20px;
    min-width: 5em;
    position: relative;
    z-index: 1;
    color: #1d1d1f;
}

.badge .badge-content {
    margin: 1em 0;
    padding-top: 4px;
    padding-bottom: 2px;
    position: relative;
    z-index: 1;
}

.badge .badge-value {
    left: -2px;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 1;
}

.badge .badge-caption {
    left: 0;
    box-sizing: border-box;
    display: block;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 1;
}

.badge .badge-caption:first-child {
    top: auto;
    bottom: 100%
}

.badge .badge-glyph-cap-height {
    font-feature-settings: "case"
}

.badge .badge-unit-currency {
    position: relative;
    z-index: 1;
}

.badge .badge-caption {
    color: #1d1d1f;
}

.badge .badge-value {
    font-size: 48px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: -0.003em;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}


.badge .badge-caption {
    font-size: 14px;
    line-height: 1.2857742857;
    font-weight: 400;
    letter-spacing: -0.016em;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}


.badge .badge-unit-currency {
    font-size: 32px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: .004em;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}


.badge .badge-unit-currency {
    top: -0.375em;
}

.badge.badge-stacked .badge-value {
    font-size: 32px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: .004em;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}


.badge.badge-stacked .badge-content {
    padding-bottom: 3px;
}

.badge-stacked .badge-value {
    font-size: 32px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: .004em;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}


.badge-stacked .badge-content {
    padding-bottom: 3px;
}

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

.badge-right {
    margin-right: 2em;
    text-align: right;
}

@media only screen and (max-width:1068px) {
    .badge-right {
        margin-right: 1em;
    }
}

.badge-right .badge-caption {
    margin-left: -0.3em;
}

.badge-super .badge-value {
    font-size: 80px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: -0.015em;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}


.badge-super .badge-caption {
    font-size: 17px;
    line-height: 1.2353641176;
    font-weight: 400;
    letter-spacing: -0.022em;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}


.badge-super .badge-unit-currency {
    font-size: 56px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: -0.005em;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}


.badge-super .badge-unit-currency {
    top: -0.32em;
}

.badge-super.badge-stacked .badge-value {
    font-size: 56px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: -0.005em;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}


.badge-super.badge-stacked .badge-content {
    padding-bottom: 4px;
}

.badge-elevated .badge-value {
    font-size: 64px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: -0.009em;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}


.badge-elevated .badge-caption {
    font-size: 14px;
    line-height: 1.2857742857;
    font-weight: 400;
    letter-spacing: -0.016em;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

.badge-elevated .badge-unit-currency {
    font-size: 40px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0em;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}


.badge-elevated .badge-unit-currency {
    top: -0.43em;
}

.badge-elevated.badge-stacked .badge-value {
    font-size: 40px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0em;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

.badge-elevated.badge-stacked .badge-content {
    padding-bottom: 4px;
}

.badge-reduced .badge-value {
    font-size: 40px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0em;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

.badge-reduced .badge-caption {
    font-size: 14px;
    line-height: 1.2857742857;
    font-weight: 400;
    letter-spacing: -0.016em;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}


.badge-reduced .badge-unit-currency {
    font-size: 28px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: .007em;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}


.badge-reduced .badge-unit-currency {
    top: -0.325em;
}

.badge-reduced.badge-stacked .badge-value {
    font-size: 28px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: .007em;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

.badge-reduced.badge-stacked .badge-content {
    padding-bottom: 4px;
}

.badge-tiny {
    min-width: 2em;
}

.badge-tiny .badge-value {
    font-size: 28px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: .007em;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}


.badge-tiny .badge-unit-currency {
    font-size: 19px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: .012em;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}


.badge-tiny .badge-unit-currency {
    top: -0.34em;
}

.badge-tiny.badge-stacked .badge-value {
    font-size: 19px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: .012em;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}


.badge-tiny.badge-stacked .badge-content {
    padding-bottom: 3px;
}

.paddlenav,
.paddlenav ul {
    margin: 0;
    list-style: none;
}

.paddlenav .paddlenav-arrow {
    display: block;
    font-style: normal;
    overflow: hidden;
    position: absolute;
    text-align: center;
    transition: background-color 100ms linear, color 100ms linear, opacity 100ms linear;
}

.paddlenav .paddlenav-arrow-next,
.paddlenav .paddlenav-arrow-previous {
    top: 50%
}

.paddlenav .paddlenav-arrow-down,
.paddlenav .paddlenav-arrow-up {
    left: 50%
}

.paddlenav .paddlenav-arrow:hover {
    text-decoration: none;
}

.paddlenav .paddlenav-arrow:focus {
    box-shadow: 0 0 0 4px rgba(0, 125, 250, 0.6);
    outline: none;
}

.paddlenav .paddlenav-arrow:focus[data-focus-method=mouse]:not(input):not(textarea):not(select),
.paddlenav .paddlenav-arrow:focus[data-focus-method=touch]:not(input):not(textarea):not(select) {
    box-shadow: none;
}

.paddlenav .paddlenav-arrow.disabled,
.paddlenav .paddlenav-arrow:disabled {
    cursor: default;
    opacity: 0;
}

.paddlenav .paddlenav-arrow.disabled:focus[data-focus-method=mouse]:not(input):not(textarea):not(select),
.paddlenav .paddlenav-arrow.disabled:focus[data-focus-method=touch]:not(input):not(textarea):not(select),
.paddlenav .paddlenav-arrow:disabled:focus[data-focus-method=mouse]:not(input):not(textarea):not(select),
.paddlenav .paddlenav-arrow:disabled:focus[data-focus-method=touch]:not(input):not(textarea):not(select),
html.touch .paddlenav .paddlenav-arrow.disabled,
html.touch .paddlenav .paddlenav-arrow:disabled {
    opacity: 0;
}

.paddlenav .paddlenav-arrow {
    font-weight: 300;
    width: 5.2941176471rem;
    height: 5.2941176471rem;
    border-radius: 5.2941176471rem;
    font-size: 53px;
    line-height: 5.2941176471rem;
}

.paddlenav .paddlenav-arrow-next,
.paddlenav .paddlenav-arrow-previous {
    margin-top: -2.6470588235rem;
}

.paddlenav .paddlenav-arrow-down,
.paddlenav .paddlenav-arrow-up {
    margin-left: -2.6470588235rem;
}

.paddlenav .paddlenav-arrow-next:after,
.paddlenav .paddlenav-arrow-next:before {
    font-family: Helvetica Neue;
    color: inherit;
    display: inline-block;
    font-style: normal;
    font-weight: inherit;
    font-size: inherit;
    line-height: 1;
    text-decoration: underline;
    position: relative;
    z-index: 1;
    alt: "";
    text-decoration: none;
}

.paddlenav .paddlenav-arrow-next:before {
    display: none;
}

.paddlenav .paddlenav-arrow-next:after,
.paddlenav .paddlenav-arrow-next:before {
    content: ""
}

.paddlenav .paddlenav-arrow-next:after {
    margin-right: -0.056em;
}

.paddlenav .paddlenav-arrow-previous:after,
.paddlenav .paddlenav-arrow-previous:before {
    font-family: Helvetica Neue;
    color: inherit;
    display: inline-block;
    font-style: normal;
    font-weight: inherit;
    font-size: inherit;
    line-height: 1;
    text-decoration: underline;
    position: relative;
    z-index: 1;
    alt: "";
    text-decoration: none;
}

.paddlenav .paddlenav-arrow-previous:before {
    display: none;
}

.paddlenav .paddlenav-arrow-previous:after,
.paddlenav .paddlenav-arrow-previous:before {
    content: ""
}

.paddlenav .paddlenav-arrow-previous:after {
    margin-left: -0.056em;
}

.paddlenav .paddlenav-arrow-up:after,
.paddlenav .paddlenav-arrow-up:before {
    font-family: Helvetica Neue;
    color: inherit;
    display: inline-block;
    font-style: normal;
    font-weight: inherit;
    font-size: inherit;
    line-height: 1;
    text-decoration: underline;
    position: relative;
    z-index: 1;
    alt: "";
    text-decoration: none;
}

.paddlenav .paddlenav-arrow-up:before {
    display: none;
}

.paddlenav .paddlenav-arrow-up:after,
.paddlenav .paddlenav-arrow-up:before {
    content: ""
}

.paddlenav .paddlenav-arrow-down:after,
.paddlenav .paddlenav-arrow-down:before {
    font-family: Helvetica Neue;
    color: inherit;
    display: inline-block;
    font-style: normal;
    font-weight: inherit;
    font-size: inherit;
    line-height: 1;
    text-decoration: underline;
    position: relative;
    z-index: 1;
    alt: "";
    text-decoration: none;
}

.paddlenav .paddlenav-arrow-down:before {
    display: none;
}

.paddlenav .paddlenav-arrow-down:after,
.paddlenav .paddlenav-arrow-down:before {
    content: ""
}

.paddlenav .paddlenav-arrow {
    background-color: initial;
    color: rgba(0, 0, 0, .56);
}

.paddlenav .paddlenav-arrow:active,
.paddlenav .paddlenav-arrow:focus[data-focus-method=mouse]:not(input):not(textarea):not(select):active,
.paddlenav .paddlenav-arrow:focus[data-focus-method=mouse]:not(input):not(textarea):not(select):hover,
.paddlenav .paddlenav-arrow:focus[data-focus-method=touch]:not(input):not(textarea):not(select):active,
.paddlenav .paddlenav-arrow:focus[data-focus-method=touch]:not(input):not(textarea):not(select):hover,
.paddlenav .paddlenav-arrow:hover {
    background-color: initial;
    color: rgba(0, 0, 0, .64);
}

.paddlenav .paddlenav-arrow-next {
    right: 18px;
}

.paddlenav .paddlenav-arrow-previous {
    left: 18px;
}

.paddlenav .paddlenav-arrow-up {
    top: 18px;
}

.paddlenav .paddlenav-arrow-down {
    bottom: 18px;
}

@media only screen and (max-width:734px) {
    .paddlenav .paddlenav-arrow {
        font-weight: 300;
        width: 3.0588235294rem;
        height: 3.0588235294rem;
        border-radius: 3.0588235294rem;
        font-size: 53px;
        line-height: 3.0588235294rem;
    }

    .paddlenav .paddlenav-arrow-next,
    .paddlenav .paddlenav-arrow-previous {
        margin-top: -1.5294117647rem;
    }

    .paddlenav .paddlenav-arrow-down,
    .paddlenav .paddlenav-arrow-up {
        margin-left: -1.5294117647rem;
    }

    .paddlenav .paddlenav-arrow-next:after,
    .paddlenav .paddlenav-arrow-next:before {
        font-family: Helvetica Neue;
        color: inherit;
        display: inline-block;
        font-style: normal;
        font-weight: inherit;
        font-size: inherit;
        line-height: 1;
        text-decoration: underline;
        position: relative;
        z-index: 1;
        alt: "";
        text-decoration: none;
    }

    .paddlenav .paddlenav-arrow-next:before {
        display: none;
    }

    .paddlenav .paddlenav-arrow-next:after,
    .paddlenav .paddlenav-arrow-next:before {
        content: ""
    }

    .paddlenav .paddlenav-arrow-next:after {
        margin-right: -0.044em;
    }

    .paddlenav .paddlenav-arrow-previous:after,
    .paddlenav .paddlenav-arrow-previous:before {
        font-family: Helvetica Neue;
        color: inherit;
        display: inline-block;
        font-style: normal;
        font-weight: inherit;
        font-size: inherit;
        line-height: 1;
        text-decoration: underline;
        position: relative;
        z-index: 1;
        alt: "";
        text-decoration: none;
    }

    .paddlenav .paddlenav-arrow-previous:before {
        display: none;
    }

    .paddlenav .paddlenav-arrow-previous:after,
    .paddlenav .paddlenav-arrow-previous:before {
        content: ""
    }

    .paddlenav .paddlenav-arrow-previous:after {
        margin-left: -0.044em;
    }

    .paddlenav .paddlenav-arrow-up:after,
    .paddlenav .paddlenav-arrow-up:before {
        font-family: Helvetica Neue;
        color: inherit;
        display: inline-block;
        font-style: normal;
        font-weight: inherit;
        font-size: inherit;
        line-height: 1;
        text-decoration: underline;
        position: relative;
        z-index: 1;
        alt: "";
        text-decoration: none;
    }

    .paddlenav .paddlenav-arrow-up:before {
        display: none;
    }

    .paddlenav .paddlenav-arrow-up:after,
    .paddlenav .paddlenav-arrow-up:before {
        content: ""
    }

    .paddlenav .paddlenav-arrow-down:after,
    .paddlenav .paddlenav-arrow-down:before {
        font-family: Helvetica Neue;
        color: inherit;
        display: inline-block;
        font-style: normal;
        font-weight: inherit;
        font-size: inherit;
        line-height: 1;
        text-decoration: underline;
        position: relative;
        z-index: 1;
        alt: "";
        text-decoration: none;
    }

    .paddlenav .paddlenav-arrow-down:before {
        display: none;
    }

    .paddlenav .paddlenav-arrow-down:after,
    .paddlenav .paddlenav-arrow-down:before {
        content: ""
    }
}

.paddlenav-compact .paddlenav-arrow {
    font-weight: 300;
    width: 3.0588235294rem;
    height: 3.0588235294rem;
    border-radius: 3.0588235294rem;
    font-size: 53px;
    line-height: 3.0588235294rem;
}

.paddlenav-compact .paddlenav-arrow-next,
.paddlenav-compact .paddlenav-arrow-previous {
    margin-top: -1.5294117647rem;
}

.paddlenav-compact .paddlenav-arrow-down,
.paddlenav-compact .paddlenav-arrow-up {
    margin-left: -1.5294117647rem;
}

.paddlenav-compact .paddlenav-arrow-next:after,
.paddlenav-compact .paddlenav-arrow-next:before {
    font-family: Helvetica Neue;
    color: inherit;
    display: inline-block;
    font-style: normal;
    font-weight: inherit;
    font-size: inherit;
    line-height: 1;
    text-decoration: underline;
    position: relative;
    z-index: 1;
    alt: "";
    text-decoration: none;
}

.paddlenav-compact .paddlenav-arrow-next:before {
    display: none;
}

.paddlenav-compact .paddlenav-arrow-next:after,
.paddlenav-compact .paddlenav-arrow-next:before {
    content: ""
}

.paddlenav-compact .paddlenav-arrow-next:after {
    margin-right: -0.044em;
}

.paddlenav-compact .paddlenav-arrow-previous:after,
.paddlenav-compact .paddlenav-arrow-previous:before {
    font-family: Helvetica Neue;
    color: inherit;
    display: inline-block;
    font-style: normal;
    font-weight: inherit;
    font-size: inherit;
    line-height: 1;
    text-decoration: underline;
    position: relative;
    z-index: 1;
    alt: "";
    text-decoration: none;
}

.paddlenav-compact .paddlenav-arrow-previous:before {
    display: none;
}

.paddlenav-compact .paddlenav-arrow-previous:after,
.paddlenav-compact .paddlenav-arrow-previous:before {
    content: ""
}

.paddlenav-compact .paddlenav-arrow-previous:after {
    margin-left: -0.044em;
}

.paddlenav-compact .paddlenav-arrow-up:after,
.paddlenav-compact .paddlenav-arrow-up:before {
    font-family: Helvetica Neue;
    color: inherit;
    display: inline-block;
    font-style: normal;
    font-weight: inherit;
    font-size: inherit;
    line-height: 1;
    text-decoration: underline;
    position: relative;
    z-index: 1;
    alt: "";
    text-decoration: none;
}

.paddlenav-compact .paddlenav-arrow-up:before {
    display: none;
}

.paddlenav-compact .paddlenav-arrow-up:after,
.paddlenav-compact .paddlenav-arrow-up:before {
    content: ""
}

.paddlenav-compact .paddlenav-arrow-down:after,
.paddlenav-compact .paddlenav-arrow-down:before {
    font-family: Helvetica Neue;
    color: inherit;
    display: inline-block;
    font-style: normal;
    font-weight: inherit;
    font-size: inherit;
    line-height: 1;
    text-decoration: underline;
    position: relative;
    z-index: 1;
    alt: "";
    text-decoration: none;
}

.paddlenav-compact .paddlenav-arrow-down:before {
    display: none;
}

.paddlenav-compact .paddlenav-arrow-down:after,
.paddlenav-compact .paddlenav-arrow-down:before {
    content: ""
}

.paddlenav-framed .paddlenav-arrow {
    background-color: rgba(210, 210, 215, .64);
    color: rgba(0, 0, 0, .56);
}

.paddlenav-framed .paddlenav-arrow:hover {
    background-color: rgba(223, 223, 227, .6976);
    color: rgba(0, 0, 0, .64);
}

.paddlenav-framed .paddlenav-arrow:active {
    background-color: rgba(193, 193, 198, .6544);
    color: rgba(0, 0, 0, .64);
}

.paddlenav-framed .paddlenav-arrow:focus[data-focus-method=mouse]:not(input):not(textarea):not(select):hover,
.paddlenav-framed .paddlenav-arrow:focus[data-focus-method=touch]:not(input):not(textarea):not(select):hover {
    background-color: rgba(223, 223, 227, .6976);
    color: rgba(0, 0, 0, .64);
}

.paddlenav-framed .paddlenav-arrow:focus[data-focus-method=mouse]:not(input):not(textarea):not(select):active,
.paddlenav-framed .paddlenav-arrow:focus[data-focus-method=touch]:not(input):not(textarea):not(select):active {
    background-color: rgba(193, 193, 198, .6544);
    color: rgba(0, 0, 0, .64);
}

.paddlenav-framed .paddlenav-arrow-next {
    right: 18px;
}

.paddlenav-framed .paddlenav-arrow-previous {
    left: 18px;
}

.paddlenav-framed .paddlenav-arrow-up {
    top: 18px;
}

.paddlenav-framed .paddlenav-arrow-down {
    bottom: 18px;
}

.with-paddlenav {
    position: relative;
}

html.no-touch .with-paddlenav-onhover .paddlenav-arrow {
    opacity: 0;
    transition: background-color 100ms linear, color 100ms linear, opacity 100ms linear;
}

html.no-touch .with-paddlenav-onhover .paddlenav-arrow:focus,
html.no-touch .with-paddlenav-onhover:hover .paddlenav-arrow {
    opacity: 1;
}

html.no-touch .with-paddlenav-onhover .paddlenav-arrow.disabled,
html.no-touch .with-paddlenav-onhover .paddlenav-arrow:disabled {
    opacity: 0;
}

.with-paddlenav-visuallyhidden .paddlenav-arrow {
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
    clip-path: inset(0px 0px 99.9% 99.9%);
}

.with-paddlenav-visuallyhidden .paddlenav-arrow:focus,
.with-paddlenav-visuallyhidden .paddlenav-arrow:hover {
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none;
}

.card {
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    height: 100%;
    position: relative;
    overflow: hidden;
    background-color: #fff;
}

.card-content {
    padding: 67px;
}

@media only screen and (max-width:1068px) {
    .card-content {
        padding: 60px;
    }
}

@media only screen and (max-width:734px) {
    .card-content {
        padding: 52px;
    }
}

.card-button {
    background-color: rgba(210, 210, 215, .64);
    color: rgba(0, 0, 0, .56);
}

.card-button:hover {
    background-color: rgba(223, 223, 227, .6976);
}

.card-button:active {
    background-color: rgba(193, 193, 198, .6544);
}

.card-button:hover {
    color: rgba(0, 0, 0, .72);
}

.card-button-wrapper {
    width: 44px;
    height: 44px;
    bottom: 16px;
    right: 16px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
}

@media only screen and (max-width:1068px) {
    .card-button-wrapper {
        bottom: 13px;
        right: 13px;
    }
}

.card-button-wrapper:focus {
    outline: none;
}

.card-button-wrapper:focus .card-button {
    box-shadow: 0 0 0 4px rgba(0, 125, 250, 0.6);
    outline: none;
}

.card-button-wrapper:focus .card-button[data-focus-method=mouse]:not(input):not(textarea):not(select),
.card-button-wrapper:focus .card-button[data-focus-method=touch]:not(input):not(textarea):not(select),
.card-button-wrapper:focus[data-focus-method=mouse]:not(input):not(textarea):not(select) .card-button,
.card-button-wrapper:focus[data-focus-method=touch]:not(input):not(textarea):not(select) .card-button {
    box-shadow: none;
}

.card-button {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: background-color 100ms linear;
}

.card-icon {
    fill: currentColor;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 20px;
}

.card-icon[viewBox="0 0 40 40"] {
    width: 100%;
    height: 100%;
    position: unset;
    left: unset;
    transform: unset;
}

.card-rounded {
    border-radius: 30px;
}

.card-shadow {
    box-shadow: 8px 8px 16px 0 rgba(0, 0, 0, .08);
}

html.progressive-image.js [data-progressive-image],
html.progressive-image.js [data-progressive-image] * {
    background-image: none !important;
    -webkit-mask-image: none !important;
    mask-image: none !important;
    opacity: 1;
}

html.progressive-image.js .progressive-image-animated,
html.progressive-image.js .progressive-image-animated * {
    opacity: 1;
    transition: opacity 1s ease-out;
}

html.progressive-image.js .progressive-image-animated[data-progressive-image-loaded],
html.progressive-image.js .progressive-image-animated [data-progressive-image-loaded],
html.progressive-image.js .progressive-image-animated[data-progressive-image-loaded] *,
html.progressive-image.js .progressive-image-animated [data-progressive-image-loaded] * {
    opacity: 1;
}

.typography-headline-standalone {
    font-size: 96px;
    line-height: 1.0416666667;
    font-weight: 600;
    letter-spacing: -0.015em;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}


@media only screen and (max-width:1068px) {
    .typography-headline-standalone {
        font-size: 80px;
        line-height: 1.05;
        font-weight: 600;
        letter-spacing: -0.015em;
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    }

}

@media only screen and (max-width:734px) {
    .typography-headline-standalone {
        font-size: 48px;
        line-height: 1.0834933333;
        font-weight: 600;
        letter-spacing: -0.003em;
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    }

}

.typography-headline-super {
    font-size: 80px;
    line-height: 1.05;
    font-weight: 600;
    letter-spacing: -0.015em;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}


@media only screen and (max-width:1068px) {
    .typography-headline-super {
        font-size: 64px;
        line-height: 1.0625;
        font-weight: 600;
        letter-spacing: -0.009em;
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    }

}

@media only screen and (max-width:734px) {
    .typography-headline-super {
        font-size: 48px;
        line-height: 1.0834933333;
        font-weight: 600;
        letter-spacing: -0.003em;
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    }

}

.typography-headline-elevated {
    font-size: 64px;
    line-height: 1.0625;
    font-weight: 500;
    letter-spacing: -0.03em;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}


@media only screen and (max-width:1068px) {
    .typography-headline-elevated {
        font-size: 48px;
        line-height: 1.0834933333;
        font-weight: 600;
        letter-spacing: -0.003em;
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    }

}

@media only screen and (max-width:734px) {
    .typography-headline-elevated {
        font-size: 40px;
        line-height: 1.1;
        font-weight: 600;
        letter-spacing: 0em;
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    }

}

.typography-headline {
    font-size: 48px;
    line-height: 1.0834933333;
    font-weight: 500;
    letter-spacing: -0.04em;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}


@media only screen and (max-width:1068px) {
    .typography-headline {
        font-size: 40px;
        line-height: 1.1;
        font-weight: 600;
        letter-spacing: 0em;
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    }

}

@media only screen and (max-width:734px) {
    .typography-headline {
        font-size: 32px;
        line-height: 1.125;
        font-weight: 600;
        letter-spacing: .004em;
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    }

}

.typography-headline-reduced {
    font-size: 40px;
    line-height: 1.1;
    font-weight: 600;
    letter-spacing: 0em;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}


@media only screen and (max-width:1068px) {
    .typography-headline-reduced {
        font-size: 32px;
        line-height: 1.125;
        font-weight: 600;
        letter-spacing: .004em;
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    }

}

@media only screen and (max-width:734px) {
    .typography-headline-reduced {
        font-size: 28px;
        line-height: 1.1428571429;
        font-weight: 600;
        letter-spacing: .007em;
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    }

}

.typography-eyebrow-elevated {
    font-size: 28px;
    line-height: 1.1428571429;
    font-weight: 600;
    letter-spacing: .007em;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}


@media only screen and (max-width:1068px) {
    .typography-eyebrow-elevated {
        font-size: 24px;
        line-height: 1.1666666667;
        font-weight: 600;
        letter-spacing: .009em;
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    }

}

@media only screen and (max-width:734px) {
    .typography-eyebrow-elevated {
        font-size: 21px;
        line-height: 1.1904761905;
        font-weight: 600;
        letter-spacing: .011em;
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    }

}

.typography-eyebrow {
    font-size: 24px;
    line-height: 1.1666666667;
    font-weight: 600;
    letter-spacing: .009em;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}


@media only screen and (max-width:1068px) {
    .typography-eyebrow {
        font-size: 21px;
        line-height: 1.1904761905;
        font-weight: 600;
        letter-spacing: .011em;
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    }

}

.typography-eyebrow-reduced {
    font-size: 21px;
    line-height: 1.1904761905;
    font-weight: 600;
    letter-spacing: .011em;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}


@media only screen and (max-width:734px) {
    .typography-eyebrow-reduced {
        font-size: 19px;
        line-height: 1.2105263158;
        font-weight: 600;
        letter-spacing: .012em;
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    }

}

.typography-intro {
    font-size: 21px;
    line-height: 1.381002381;
    font-weight: 400;
    letter-spacing: .011em;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}


@media only screen and (max-width:734px) {
    .typography-intro {
        font-size: 19px;
        line-height: 1.4211026316;
        font-weight: 400;
        letter-spacing: .012em;
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    }

}

.typography-callout {
    font-size: 32px;
    line-height: 1.125;
    font-weight: 600;
    letter-spacing: .004em;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}


@media only screen and (max-width:1068px) {
    .typography-callout {
        font-size: 28px;
        line-height: 1.1428571429;
        font-weight: 600;
        letter-spacing: .007em;
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    }

}

@media only screen and (max-width:734px) {
    .typography-callout {
        font-size: 24px;
        line-height: 1.1666666667;
        font-weight: 600;
        letter-spacing: .009em;
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    }

}

.typography-body-reduced-tight {
    font-size: 14px;
    line-height: 1.2857742857;
    font-weight: 400;
    letter-spacing: -0.016em;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}


.typography-caption {
    font-size: 12px;
    line-height: 1.3333733333;
    font-weight: 400;
    letter-spacing: -0.01em;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}


.typography-mini-card-stat {
    font-size: 96px;
    line-height: 1.0416666667;
    font-weight: 600;
    letter-spacing: -0.015em;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}


@media only screen and (max-width:1068px) {
    .typography-mini-card-stat {
        font-size: 80px;
        line-height: 1.05;
        font-weight: 600;
        letter-spacing: -0.015em;
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    }

}

@media only screen and (max-width:734px) {
    .typography-mini-card-stat {
        font-size: 75px;
        line-height: .8;
        font-weight: 400;
        letter-spacing: -0.0013em;
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    }

}

.typography-mini-card-caption {
    font-size: 21px;
    line-height: 1.1904761905;
    font-weight: 600;
    letter-spacing: .011em;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}


@media only screen and (max-width:734px) {
    .typography-mini-card-caption {
        font-size: 19px;
        line-height: 1.2105263158;
        font-weight: 600;
        letter-spacing: .012em;
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    }

}

.typography-more-subheader {
    font-size: 32px;
    line-height: 1.125;
    font-weight: 600;
    letter-spacing: .004em;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}


@media only screen and (max-width:1068px) {
    .typography-more-subheader {
        font-size: 24px;
        line-height: 1.1666666667;
        font-weight: 600;
        letter-spacing: .009em;
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    }

}

@media only screen and (max-width:734px) {
    .typography-more-subheader {
        font-size: 21px;
        line-height: 1.1904761905;
        font-weight: 600;
        letter-spacing: .011em;
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    }

}

.typography-additional-resources-subheader {
    font-size: 32px;
    line-height: 1.125;
    font-weight: 600;
    letter-spacing: .004em;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}


@media only screen and (max-width:734px) {
    .typography-additional-resources-subheader {
        font-size: 21px;
        line-height: 1.1904761905;
        font-weight: 600;
        letter-spacing: .011em;
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    }

}

.typography-card-headline-alternate {
    font-size: 57px;
    line-height: 1.0714285714;
    font-weight: 500;
    letter-spacing: -0.04em;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}


@media only screen and (max-width:1068px) {
    .typography-card-headline-alternate {
        font-size: 56px;
        line-height: 1.0834933333;
        font-weight: 600;
        letter-spacing: -0.003em;
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
        padding-top: 100px;
    }

}

@media only screen and (max-width:734px) {
    .typography-card-headline-alternate {
        font-size: 40px;
        line-height: 1.1;
        font-weight: 600;
        letter-spacing: 0em;
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    }

}

.typography-modal-headline {
    font-size: 64px;
    line-height: 1.0625;
    font-weight: 600;
    letter-spacing: -0.009em;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}


@media only screen and (max-width:1068px) {
    .typography-modal-headline {
        font-size: 48px;
        line-height: 1.0834933333;
        font-weight: 600;
        letter-spacing: -0.003em;
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    }

}

@media only screen and (max-width:734px) {
    .typography-modal-headline {
        font-size: 40px;
        line-height: 1.1;
        font-weight: 600;
        letter-spacing: 0em;
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    }

}

.typography-modal-copy {
    font-size: 28px;
    line-height: 1.1428571429;
    font-weight: 400;
    letter-spacing: .007em;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}


@media only screen and (max-width:734px) {
    .typography-modal-copy {
        font-size: 21px;
        line-height: 1.1904761905;
        font-weight: 400;
        letter-spacing: .011em;
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    }

}

.typography-film {
    font-size: 32px;
    line-height: 1.125;
    font-weight: 600;
    letter-spacing: .004em;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}


@media only screen and (max-width:1068px) {
    .typography-film {
        font-size: 24px;
        line-height: 1.1666666667;
        font-weight: 600;
        letter-spacing: .009em;
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    }

}

@media only screen and (max-width:734px) {
    .typography-film {
        font-size: 21px;
        line-height: 1.1904761905;
        font-weight: 600;
        letter-spacing: .011em;
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    }

}

.typography-hero-headline {
    font-size: 94px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: -0.040em;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}


@media only screen and (max-width:1068px) {
    .typography-hero-headline {
        font-size: 80px;
        line-height: 1;
        font-weight: 500;
        letter-spacing: -0.040em;
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    }

}

@media only screen and (max-width:734px) {
    .typography-hero-headline {
        font-size: 48px;
        line-height: 1;
        font-weight: 500;
        letter-spacing: -0.040em;
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    }

}

.typography-plan-headline {
    font-size: 124px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: -0.040em;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}


@media only screen and (max-width:1068px) {
    .typography-plan-headline {
        font-size: 80px;
        line-height: 1;
        font-weight: 500;
        letter-spacing: -0.040em;
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    }

}

@media only screen and (max-width:734px) {
    .typography-plan-headline {
        font-size: 48px;
        line-height: 1;
        font-weight: 500;
        letter-spacing: -0.040em;
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    }

}

.typography-plan-copy {
    font-size: 34px;
    line-height: 1.1;
    font-weight: 00;
    letter-spacing: -0.01em;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}


@media only screen and (max-width:1068px) {
    .typography-plan-copy {
        font-size: 32px;
        line-height: 1.125;
        font-weight: 600;
        letter-spacing: .004em;
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    }

}

@media only screen and (max-width:734px) {
    .typography-plan-copy {
        font-size: 21px;
        line-height: 1.1904761905;
        font-weight: 600;
        letter-spacing: .011em;
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    }

}

.typography-hero-snipe {
    font-size: 17px;
    line-height: 1.2353641176;
    font-weight: 700;
    letter-spacing: -0.022em;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}


@media only screen and (max-width:1068px) {
    .typography-hero-snipe {
        font-size: 14px;
        line-height: 1.2857742857;
        font-weight: 700;
        letter-spacing: -0.016em;
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    }

}

@media only screen and (max-width:734px) {
    .typography-hero-snipe {
        font-size: 12px;
        line-height: 1.3333733333;
        font-weight: 700;
        letter-spacing: -0.01em;
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    }

}

[class*=typography-eyebrow] {
    display: block;
    margin-bottom: .4em;
}

[class*=typography-eyebrow]+* {
    margin-top: 0;
}

.typography-headline+.typography-intro {
    margin-top: 1.2em;
}

.typography-headline-super+.typography-intro-elevated {
    margin-top: 1.6em;
}

.typography-headline-elevated+.typography-intro-elevated {
    margin-top: 1.4em;
}

.typography-headline-reduced+.typography-body,
.typography-headline-reduced+p,
.typography-headline-reduced+ul {
    margin-top: 1em;
}

.small-caps {
    font-feature-settings: "smcp", "c2sc";
    font-variant-caps: all-small-caps;
}

.section-content {
    margin-left: auto;
    margin-right: auto;
    width: 980px;
}

@media only screen and (min-width:1441px) {
    .section-content {
        margin-left: auto;
        margin-right: auto;
        width: 980px;
    }
}

@media only screen and (max-width:1068px) {
    .section-content {
        margin-left: auto;
        margin-right: auto;
        width: 692px;
    }
}

@media only screen and (max-width:734px) {
    .section-content {
        margin-left: auto;
        margin-right: auto;
        width: 100vw;
    }
}

html.text-zoom .section-content {
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
}

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

    .section-additional-resources .section-content,
    .section-progress-reports .section-content,
    .section-reports-product .section-content,
    .section-trade-in .section-content {
        max-width: 380px;
    }

    html.text-zoom .section-additional-resources .section-content,
    html.text-zoom .section-progress-reports .section-content,
    html.text-zoom .section-reports-product .section-content,
    html.text-zoom .section-trade-in .section-content {
        max-width: 100%
    }
}

#ac-localnav .ac-ln-button {
    background-color: #00d959;
    color: #1d1d1f;
    transition-property: background-color, color;
    transition-duration: .1s;
}

#ac-localnav .ac-ln-button:hover {
    background-color: #1d1d1f;
    color: #fff;
}

@media only screen and (max-width:734px) {
    .l-m {
        display: none;
    }
}

html.progressive-image [data-progressive-image]:after,
html.progressive-image [data-progressive-image] :after,
html.progressive-image [data-progressive-image]:before,
html.progressive-image [data-progressive-image] :before {
    background-image: none !important;
}

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

.semibold {
    font-weight: 600;
}

html.aow .ac-nav-overlap #ac-localnav {
    margin-top: 0;
    margin-bottom: 0;
}


.typography-gradient-headline {
    background-image: linear-gradient(90deg, rgb(220, 54, 250) 15%, rgb(161, 103, 239) 50%, rgb(96, 159, 228) 75%, rgb(58, 191, 222) 90%, rgb(4, 209, 142) 110%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}