

.div {
    display: block;
    unicode-bidi: isolate;
}

.DesignSystem {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    color: #333;
    font-size: 14px;
}
.DesignSystem {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    color: #333;
    font-size: 14px;
}
body {
    background: #f1f1f1;
    font-family: "Roboto", Roboto, "Helvetica Neue", sans-serif;
    font-size: 14px !important;
    line-height: 1.428571429em;
    font-weight: 400;
    color: #494848;
    -webkit-font-smoothing: subpixel-antialiased;
    overflow-y: scroll;
}
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333;
    background-color: #fff;
}
body {
    background: #fff;
    font-family: var(--type-font-family-sans-serif, "Roboto"), Helvetica, Arial, sans-serif;
    font-size: var(--type-body-md-size, 16px);
    line-height: var(--type-body-md-line-height, 24px);
    font-weight: var(--type-body-md-font-weight, 400);
    color: var(--text-primary, #141413);
}

:root {
    --nav-desktop-height: 80px;
    --nav-mobile-height: 56px;
    --nav-mobile-bottom-height: 42px;
}


@media (min-width: 1280px) {
    :root {
        --token-mode: Parity;
        --dropshadow: 0 2px 4px 0 #22223340;
        --primary-brand: #0645b1;
        --error-dark: #b60000;
        --success-dark: #05b01c;
        --inactive-fill: #ebebee;
        --hover: #0c3b8d;
        --pressed: #082f75;
        --button-primary-fill-inactive: #ebebee;
        --button-primary-fill: #0645b1;
        --button-primary-text: #ffffff;
        --button-primary-fill-hover: #0c3b8d;
        --button-primary-fill-press: #082f75;
        --button-primary-icon: #ffffff;
        --button-primary-fill-inverse: #ffffff;
        --button-primary-text-inverse: #082f75;
        --button-primary-icon-inverse: #0645b1;
        --button-primary-fill-inverse-hover: #cddaef;
        --button-primary-stroke-inverse-pressed: #0645b1;
        --button-secondary-stroke-inactive: #b1b1ba;
        --button-secondary-fill: #eef2f9;
        --button-secondary-text: #082f75;
        --button-secondary-fill-press: #cddaef;
        --button-secondary-fill-inactive: #ebebee;
        --button-secondary-stroke: #cddaef;
        --button-secondary-stroke-hover: #386ac1;
        --button-secondary-stroke-press: #0645b1;
        --button-secondary-text-inactive: #b1b1ba;
        --button-secondary-icon: #082f75;
        --button-secondary-fill-hover: #e6ecf7;
        --button-secondary-stroke-inverse: #ffffff;
        --button-secondary-fill-inverse: rgba(255, 255, 255, 0);
        --button-secondary-icon-inverse: #ffffff;
        --button-secondary-icon-hover: #082f75;
        --button-secondary-icon-press: #082f75;
        --button-secondary-text-inverse: #ffffff;
        --button-secondary-text-hover: #082f75;
        --button-secondary-text-press: #082f75;
        --button-secondary-fill-inverse-hover: #043059;
        --button-xs-stroke: #141413;
        --button-xs-stroke-hover: #0c3b8d;
        --button-xs-stroke-press: #082f75;
        --button-xs-stroke-inactive: #ebebee;
        --button-xs-text: #141413;
        --button-xs-text-hover: #0c3b8d;
        --button-xs-text-press: #082f75;
        --button-xs-text-inactive: #91919e;
        --button-xs-icon: #141413;
        --button-xs-icon-hover: #0c3b8d;
        --button-xs-icon-press: #082f75;

    }
}

.bounded-image {
    width: 100% \9 ;
    max-width: 100%;
    height: auto
}

.text-off-black {
    color: #0a1316
}

.text-off-black-alt {
    color: #223
}

.text-secondary-grey {
    color: #535366
}

.text-tertiary-grey {
    color: #595959
}

.deci-em-spacing {
    letter-spacing: .1em
}




.closing-hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-bottom: 72px;
    background-color: #f9f9f9;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto
}

.closing-hero .closing-hero-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%
}

.closing-hero .closing-hero-image>img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.closing-hero>.closing-hero-headline {
   
  
    margin: auto;
    padding: 50px
}

.closing-hero>.closing-hero-headline>h1 {
    margin-bottom: 32px
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
html {
    font-size: 16px !important;
}

*:before, *:after {
    box-sizing: border-box;
}



a.Button.new-lohp-button {
    text-transform: none;
    letter-spacing: 0;
    color: #fff;
    background-color: #262a30;
    font-size: 16px;
    font-weight: 500;
    border-radius: 4px;
    box-shadow: 0px 2px 2px rgba(0,0,0,.2)
}

a.Button.new-lohp-button.new-lohp-button-inverse {
    background-color: #fff;
    color: #262a30;
    border: 1px solid #dddde2
}

a.Button.new-lohp-button.new-lohp-button-inverse:hover {
    background-color: #eee;
    color: #262a30
}

a.Button.new-lohp-button:hover {
    text-decoration: none
}

a.Button.new-lohp-button:active {
    text-decoration: none
}


a.Button.new-lohp-button {
    text-transform: none;
    letter-spacing: 0;
    color: #fff;
    background-color: #262a30;
    font-size: 16px;
    font-weight: 500;
    border-radius: 4px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, .2);
}

.DesignSystem .Button--blue, .DesignSystem .Button {
    background-color: #262a30;
    color: #fff;
}

.DesignSystem .Button--block {
    display: block;
    width: 100%;
}

.DesignSystem .Button--lg {
    height: 52px;
    line-height: 52px;
    font-size: 13px;
    padding: 0 28px;
    letter-spacing: 1.5px;
}

.DesignSystem .Button--md, .DesignSystem .Button {
    height: 44px;
    line-height: 44px;
    font-size: 12px;
    padding: 0 24px;
    letter-spacing: 1.35px;
}

.DesignSystem .Button {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, .15);
    vertical-align: bottom;
    white-space: nowrap;
    text-rendering: auto;
    box-sizing: border-box;
    border-radius: 3px;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-style: normal;
    transition: color .25s ease background-color .25s ease;
}
.DesignSystem .Button--blue, .DesignSystem .Button {
    background-color: #262a30;
    color: #fff;
}
.DesignSystem .Button--block {
    display: block;
    width: 100%;
}
.DesignSystem .Button--lg {
    height: 52px;
    line-height: 52px;
    font-size: 13px;
    padding: 0 28px;
    letter-spacing: 1.5px;
}
.DesignSystem .Button--md, .DesignSystem .Button {
    height: 44px;
    line-height: 44px;
    font-size: 12px;
    padding: 0 24px;
    letter-spacing: 1.35px;
}
.DesignSystem .Button {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, .15);
    vertical-align: bottom;
    white-space: nowrap;
    text-rendering: auto;
    box-sizing: border-box;
    border-radius: 3px;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-style: normal;
    -webkit-transition: color .25s ease background-color .25s ease;
    transition: color .25s ease background-color .25s ease;
}


.Button--blue, .Button {
    background-color: #262a30;
    color: #fff;
}
.Button--block {
    display: block;
    width: 100%;
}
.Button--lg {
    height: 52px;
    line-height: 52px;
    font-size: 13px;
    padding: 0 28px;
    letter-spacing: 1.5px;
}
.Button--md, .Button {
    height: 44px;
    line-height: 44px;
    font-size: 12px;
    padding: 0 24px;
    letter-spacing: 1.35px;
}
.Button {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, .15);
    vertical-align: bottom;
    white-space: nowrap;
    text-rendering: auto;
    box-sizing: border-box;
    border-radius: 3px;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-style: normal;
    -webkit-transition: color .25s ease background-color .25s ease;
    transition: color .25s ease background-color .25s ease;
}
a {
    color: #428bca;
    text-decoration: none;
}
a {
    background: rgba(0, 0, 0, 0);
}
a {
    text-decoration: none;
}
a {
    background: rgba(0, 0, 0, 0);
}
* {
    box-sizing: border-box;
}

a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: underline;
}

.DesignSystem {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    color: #333;
    font-size: 14px;
}



:root {
    --nav-desktop-height: 80px;
    --nav-mobile-height: 56px;
    --nav-mobile-bottom-height: 42px;
}
