.app__Settings__settings {
    max-width: 80rem;
    margin: auto
}

.app__CodelessForm__formExamplePage {
    width: 100%
}

.app__ReleaseBadge__ReleaseBadge {
    padding: 12px 0 12px 45px;
    display: flex;
    flex-direction: row
}

.app__ReleaseBadge__ReleaseBadgeImg {
    background: url(landingpage/DobsonBadge.73ed1d66.svg) no-repeat;
    background-size: cover;
    height: 100px;
    width: 100px
}

.app__ReleaseBadge__ReleaseVersion {
    --release-version-font-size: 15px;
    --release-version-font-weight: 600;
    padding-top: 14px;
    margin-left: 4px;
    color: var(--GW-TEXT-COLOR-3);
    font-size: var(--release-version-font-size);
    font-weight: var(--release-version-font-weight)
}

.app__Welcome__welcome {
    height: 100%;
    max-width: 80rem;
    margin: auto;
    color: #fff
}

.app__Welcome__title {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 50%)
}

.app__Welcome__subtitle,
.app__Welcome__title {
    font-size: var(--GW-FONT-SIZE-H2)
}

.app__Welcome__tile {
    width: 150px;
    height: 120px;
    border-radius: 0 20px
}

.app__Welcome__image {
    max-height: 40vh
}

.app__Welcome__launch {
    --launch-content-horizontal-margin: 160px;
    --launch-content-vertical-margin: 56px;
    width: 100%;
    flex: 1 1;
    padding: var(--launch-content-vertical-margin) var(--launch-content-horizontal-margin)
}

.app__Welcome__launchBackgroundImage {
    --launch-background: url(Dobson-FullMountain-right-BG.a6fecf51.svg);
    --launch-background-max-height: calc(100vh - var(--GW-HEADER-HEIGHT));
    --launch-background-max-width: 100vw;
    background: var(--launch-background);
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    max-width: var(--launch-background-max-width);
    max-height: var(--launch-background-max-height);
    height: calc(var(--launch-background-max-width)*5/8);
    width: calc(var(--launch-background-max-height)*8/5);
    filter: brightness(1.35) saturate(.5)
}

.app__Welcome__launchBackgroundLayer {
    --launch-background-layer: url(Background.8a95efc0.svg);
    background: var(--launch-background-layer);
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -2
}

.app__Welcome__ReleaseBadge {
    position: absolute;
    right: 24px;
    bottom: 0
}

.app__Welcome__ReleaseBadge * {
    color: var(--GW-TEXT-COLOR-2)!important
}

.app__App__sampleDropdownLink {
    content: normal
}

button#needHelpContainer {}

body.themeRoot.Root.dynamicRoot {}