.component--2aljY {
    margin: 20px;
}

/* Spacing scale */
/* Private class to reset <button> element styles */
/* http://stackoverflow.com/questions/11605875/how-to-style-button-inputs-to-be-identical-in-chrome-and-firefox */
/* Recreates focus outline when child has focus */
* {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
@media (min-width: 1024px) {
body {
        overflow-y: scroll
}
    }
img {
    max-width: 100%;
}
a img {
    border: none;
}
figure {
    margin: 0;
}
h1, h2, h3, h4 {
    font-weight: 600;
}
.app {
        min-height: 100vh;
        position: relative;
        z-index: 1;
    }
body {
    color: #222;
    font: 16px/1.2 "Open Sans", sans-serif;
}
strong {
    font-weight: 600;
}
h1, h2, h3, h4 {
    font-family: "Open Sans", sans-serif;
    font-size: 1em;
    line-height: 1.3;
    margin: 1em 0 .6em;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
h1 {
    font-size: 24px;
}
h2 {
    font-size: 18px;
}
h3 {
    font-size: 1.25em;
}
h4 {
    font-size: .8em;
}
a {
    color: #ff2e63;
}
li {
    margin: .2em 0;
}
p {
    line-height: 1.6;
}
/* This is often set to "sans-serif" in a CSS reset file */
button, input, optgroup, select, textarea {
    font-family: "Open Sans", sans-serif;
}
/**
 * Spacing
 *
 * first letter = margin | padding
 * second letter = vertical | horizontal | left | right | top | bottom
 * third letter = small | medium | large
 * example: mrl = margin right large
 */
/* spacing */
/* mv* */
.mvm { margin-top: 10px; margin-bottom: 10px; }
.mvs { margin-top: 20px; margin-bottom: 20px; }
.mvl { margin-top: 30px; margin-bottom: 30px; }
/* mh* */
.mhm { margin-left: 10px; margin-right: 10px; }
.mhs { margin-left: 20px; margin-right: 20px; }
.mhl { margin-left: 30px; margin-right: 30px; }
/* ml* */
.mls { margin-left: 10px; }
.mlm { margin-left: 20px; }
.mll { margin-left: 30px; }
/* mr* */
.mrs { margin-right: 10px; }
.mrm { margin-right: 20px; }
.mrl { margin-right: 30px; }
/* mt* */
.mts { margin-top: 10px; }
.mtm { margin-top: 20px; }
.mtl { margin-top: 30px; }
/* mb* */
.mbs { margin-bottom: 10px; }
.mbm { margin-bottom: 20px; }
.mbl { margin-bottom: 30px; }
/* pv* */
.pvm { padding-top: 10px; padding-bottom: 10px; }
.pvs { padding-top: 20px; padding-bottom: 20px; }
.pvl { padding-top: 30px; padding-bottom: 30px; }
/* ph* */
.phm { padding-left: 10px; padding-right: 10px; }
.phs { padding-left: 20px; padding-right: 20px; }
.phl { padding-left: 30px; padding-right: 30px; }
/* pl* */
.pls { padding-left: 10px; }
.plm { padding-left: 20px; }
.pll { padding-left: 30px; }
/* pr* */
.prs { padding-right: 10px; }
.prm { padding-right: 20px; }
.prl { padding-right: 30px; }
/* pt* */
.pts { padding-top: 10px; }
.ptm { padding-top: 20px; }
.ptl { padding-top: 30px; }
/* pb* */
.pbs { padding-bottom: 10px; }
.pbm { padding-bottom: 20px; }
.pbl { padding-bottom: 30px; }
/**
    * Layout specific classes
    * Prefix of `l-` signifies a layout helper class
    */
.l-container {
        padding-left: 16px;
        padding-right: 16px;
        margin: 0 auto;
        max-width: 1200px;
        width: 100%;
    }
.l-container-xs {
        padding-left: 16px;
        padding-right: 16px;
        margin: 0 auto;
        max-width: 450px;
        width: 100%;
    }
.l-container-sm {
        padding-left: 16px;
        padding-right: 16px;
        margin: 0 auto;
        max-width: 650px;
        width: 100%;
    }
.l-grid {
        display: block;
    }
/* Grid does not have an effect on mobile */
@media (min-width: 768px) {
.l-grid {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex
    }
        }
/* .l-grid-cell must be direct child of .l-grid */
.l-grid > .l-grid-cell {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        /* Needed to maintain equal column width */
        overflow: hidden;
        padding: 10px;
    }
.l-grid > .l-grid-cell--no-padding {
            padding: 0;
        }
.l-grid--noWrap {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
.l-grid--fill {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
.l-grid--center {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
.leftify { text-align: left; }
.no-wrap { white-space: nowrap; }

/* Spacing scale */
/* Private class to reset <button> element styles */
/* http://stackoverflow.com/questions/11605875/how-to-style-button-inputs-to-be-identical-in-chrome-and-firefox */
/* Recreates focus outline when child has focus */
.ContentWrapper--11Iee {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: 100vh;
}
.narrowWidth--3rwy3 {
    max-width: 720px;
    margin: 0 auto;
    padding: 0 1.5em;
}
@media (max-width: 768px) {
.narrowWidth--3rwy3 {
        padding: 0
}
    }

/* Spacing scale */
/* Private class to reset <button> element styles */
/* http://stackoverflow.com/questions/11605875/how-to-style-button-inputs-to-be-identical-in-chrome-and-firefox */
/* Recreates focus outline when child has focus */
.PageFooter--q6-VT {
    background-color: #20233b;
    margin-top: 20px;
    padding: 50px 0;
}
.container--2gbHf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
}
@media (min-width: 768px) {
.container--2gbHf {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        text-align: left
}
    }
.button--1L9B7 {
    background-color: transparent;
    border-color: #ff2e63;
    color: #ff2e63;
}
.button--1L9B7:hover {
        text-decoration: underline;
    }

/* Spacing scale */
/* Private class to reset <button> element styles */
/* http://stackoverflow.com/questions/11605875/how-to-style-button-inputs-to-be-identical-in-chrome-and-firefox */
/* Recreates focus outline when child has focus */
.nav--CPVyU {
    margin-top: 30px;
}
@media (min-width: 768px) {
.nav--CPVyU {
        margin-top: 0
}
    }
.nav--CPVyU:first-child {
        margin-top: 0;
    }
.navList--2HPNM {
    list-style: none;
    margin: 0;
    padding: 0;
}
.navTitle--1W31B {
    color: #aaa;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    padding: 10px 0;
}

/* Spacing scale */
/* Private class to reset <button> element styles */
/* http://stackoverflow.com/questions/11605875/how-to-style-button-inputs-to-be-identical-in-chrome-and-firefox */
/* Recreates focus outline when child has focus */
.navItem--2TmsE {
    font-size: 14px;
    padding: 10px 0;
}
@media (min-width: 768px) {
.navItem--2TmsE {
        font-size: 18px
}
    }
.navItemLink--2AhgN {
    color: #fff;
    display: block;

    text-decoration: none;
}
.navItemLink--2AhgN:hover {
        text-decoration: underline;
    }

/* Spacing scale */
/* Private class to reset <button> element styles */
/* http://stackoverflow.com/questions/11605875/how-to-style-button-inputs-to-be-identical-in-chrome-and-firefox */
.component--button--PUiR2 {

    display: inline-block;
    position: relative;
    border: 0;
    border-radius: calc(40px / 2);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 100%;
    padding: 8px 40px;
    margin: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    -webkit-font-smoothing: antialiased;
}
.component--button--PUiR2:disabled {
        cursor: default;
    }
/* Recreates focus outline when child has focus */
.component--button--PUiR2 {

    background-color: #38cd8b;
    text-decoration: none; /* Prevent anchor link underline */
}
/* Used in conjunction with button */
.component--small--3ua78 {
    padding: 4px 20px;
}
.component--button-secondary--3NreX {
    background-color: #fff;
    color: #222;
    border-color: #dadada;
}
.component--button-secondary--3NreX:disabled {
        background-color: transparent;
        color: #dadada;
    }
.component--disabled--3erao {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #666;
    cursor: default;
}
.component--disabled--3erao:focus {
        outline: none;
    }
.component--full--25rGM {
    display: block;
    width: 100%;
}
.component--large--19YJ7 {
    border-radius: 30px; /* For when button modifier is included */
    font-size: 24px;
    padding-bottom: 13px;
    padding-top: 13px;
}

/* Spacing scale */
/* Private class to reset <button> element styles */
/* http://stackoverflow.com/questions/11605875/how-to-style-button-inputs-to-be-identical-in-chrome-and-firefox */
/* Recreates focus outline when child has focus */
.component--2QFO_ {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px 0;
}
.logo--1d42y {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}
@media (min-width: 768px) {
.logo--1d42y {
        width: auto
}
    }
.menu--3Jv0M {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}
@media (min-width: 768px) {
.menu--3Jv0M {
        width: auto;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2
}
    }
.user--1xSYC {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    grid-area: user;
}
@media (min-width: 768px) {
.user--1xSYC {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3
}
    }

/* Spacing scale */
/* Private class to reset <button> element styles */
/* http://stackoverflow.com/questions/11605875/how-to-style-button-inputs-to-be-identical-in-chrome-and-firefox */
/* Recreates focus outline when child has focus */
.component--MsadA {
    text-decoration: none;
}
.logoImg--ck59d {
    height: 27px;
    width: 120px;
    top: 2px;
    position: relative;
}
@media (min-width: 768px) {
.logoImg--ck59d {
        height: 34px;
        width: 151px;
        top: 4px
}
    }
.logoImg--business--16i0b {
    height: 40px;
    top: 2px;
    width: 40px;
}
.logoImg--compact--3xT3M {
    height: 30px;
    width: 40px;
}
@media (min-width: 768px) {
.logoImg--compact--3xT3M {
        display: none
}
    }
.logoImg--text--1eqDD {
    display: none;
}
@media (min-width: 768px) {
.logoImg--text--1eqDD {
        display: block
}
    }
.logoContainer--AZi3B {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.logoText--3qCfw {
    -ms-flex-item-align: center;
        align-self: center;
    color: #222;
    font-size: 16px;
    margin-left: 10px;
}
@media (min-width: 768px) {
.logoText--3qCfw {
        font-size: 18px
}
    }

/* Spacing scale */
/* Private class to reset <button> element styles */
/* http://stackoverflow.com/questions/11605875/how-to-style-button-inputs-to-be-identical-in-chrome-and-firefox */
/* Recreates focus outline when child has focus */
.nav--1FwkX {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (min-width: 768px) {
.nav--1FwkX {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center
}
    }
.navList--3xnXH {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 25px 0 0; /* includes <ul /> reset */
    padding: 0;
    list-style: none;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
}
@media (min-width: 768px) {
.navList--3xnXH {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        margin: 0;
        width: auto
}
    }
.navList--compact--1QbxE {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.navList--compact--1QbxE > li {
        margin-left: 15px;
    }

/* Spacing scale */
/* Private class to reset <button> element styles */
/* http://stackoverflow.com/questions/11605875/how-to-style-button-inputs-to-be-identical-in-chrome-and-firefox */
/* Recreates focus outline when child has focus */
.navItem--SFDxq {
    list-style: none;
    margin: 0;
}
@media (min-width: 768px) {
.navItem--SFDxq {
        margin: 0 25px
}
    }
.navItem--SFDxq:first-child {
        margin-left: 0;
    }
.navItem--SFDxq:last-child {
        margin-right: 0;
    }
.navLink--1nG38 {
    color: #222;
    font-weight: 600;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    text-shadow: none;
    cursor: pointer;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.navLink--1nG38:hover {
        color: #ff2e63;
    }
.linkSelected--3LcGv {
    color: #ff2e63;
}
.demo--3PVbJ {
    color: #222;
    font-weight: 600;
}
.navLinkBordered--3IcmA {
    color: #ff2e63;
    border-color: #ff2e63;
    border-width: 1px;
    border-style: solid;
    padding: 6px 20px;
    border-radius: 4px;
    margin-right: 0;
    margin-left: 0;
}
.navLinkBordered--3IcmA:hover {
        border-width: 1px;
        -webkit-box-shadow: none;
                box-shadow: none;
    }
@media (min-width: 768px) {
.navLinkBordered--3IcmA {
        margin-left: 1.3em
}
    }

/* Spacing scale */
/* Private class to reset <button> element styles */
/* http://stackoverflow.com/questions/11605875/how-to-style-button-inputs-to-be-identical-in-chrome-and-firefox */
/* Recreates focus outline when child has focus */
.component--G0Pp0 {
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #222;
    text-decoration: none;
    margin: 0;
}
.displayName--3C2DK {
    display: none;
    white-space: nowrap;
}
@media (min-width: 768px) {
.displayName--3C2DK {
        display: block;
        margin: 0 10px
}
    }
.displayNameSelected--25HtB {
    font-weight: 600;
}
.signupButton--1Hn4r {
    background-color: #ff2e63;
    margin-left: 24px;
}
@media (min-width: 768px) {
.signupButton--1Hn4r {
        display: block;
        margin-left: 16px
}
    }

/* Spacing scale */
/* Private class to reset <button> element styles */
/* http://stackoverflow.com/questions/11605875/how-to-style-button-inputs-to-be-identical-in-chrome-and-firefox */
/* Recreates focus outline when child has focus */
.component--2MszE {
    --avatarSize: 200px;
    height: var(--avatarSize);
    width: var(--avatarSize);
    border-radius: 50%;
    overflow: hidden;
}
.component--small--20flS {
    --avatarSize: 32px;
}
.component--medium--9oFco {
    --avatarSize: 48px;
}
.avatarImage--3FFCn {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    max-width: initial;
}

.AnchorLink--14Ys5 {
    color: var(--primary-color);
    cursor: pointer;
}

.AnchorLink--disabled--1mIIB {
    color: var(--text-color-main);
    cursor: auto;
}

.AnchorLink--full--3iIXG {
    display: block;
    width: 100%;
}

.themedComponent--O9Y4l {
    --black: #222;
    --lightest-grey: #ccc;
    --white: #fff;

    --brand-color-green: #41cc8c;
    --brand-color-pink: #ff2e63;

    --background-color-callout-default: rgba(0, 0, 0, 0.2);
    --background-color-error: rgba(255, 0, 0, 0.2);
    --background-color-warning: rgba(255, 196, 0, 0.2);

    --primary-color: var(--brand-color-pink);
    --secondary-color: var(--brand-color-green);

    --link-color: var(--primary-color);
    --link-color-dark: var(--lightest-grey);

    --base-font-size: 16px;
    --text-color-main: var(--black);
    --font-family-main: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu",
        "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;

    --font-weight-bold: 600;
    --font-weight-regular: 400;

    font-family: var(--font-family-main);

    --box-border-radius: 5px;
    --box-padding: 25px 14px 23px 14px;
}

.Button--1SaIW {
    --button-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.15);
    --button-height: 40px;
    --button-padding: 40px;

    background-color: var(--secondary-color);
    border: 2px solid transparent;
    border-radius: calc(var(--button-height) / 2);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: var(--white);
    cursor: pointer;
    display: inline-block;
    font-size: var(--base-font-size);
    font-weight: var(--font-weight-bold);
    line-height: 1.4;
    max-width: 100%;
    outline: none;
    padding: 8px var(--button-padding);
    position: relative;
    text-align: center;
    text-decoration: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.Button--secondary--28tue {
    background-color: var(--primary-color);
}

.Button--outlined--OfuEv {
    background-color: inherit;
    border: 2px solid var(--lightest-grey);
    color: var(--color-black);
}

.Button--disabled--3Igin {
    cursor: auto;
    opacity: 0.5;
}

.Button--full--2OGKL {
    display: block;
    width: 100%;
}

.component--23Shi {
    --avatarSize: 200px;
    height: var(--avatarSize);
    width: var(--avatarSize);
    border-radius: 50%;
    overflow: hidden;
}
.component--small--1ds2f {
    --avatarSize: 32px;
}
.component--medium--1rqJp {
    --avatarSize: 50px;
}
.avatarImage--1RQju {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    max-width: initial;
}

.Callout--1Phjg {
    background-color: var(--background-color-callout-default);
    padding: var(--box-padding);
    border-radius: var(--box-border-radius);
}

.Callout--1Phjg h1 {
    font-size: 1.2em;
}

.Callout--warning--2Wntz {
    background-color: var(--background-color-warning);
}

.Callout--error--1UHW0 {
    background-color: var(--background-color-error);
}

.CloseButton--XcyHB {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    width: 40px;
}

.ContextualMenu--3MO9I {
    --z-index: 1;

    height: 40px;
    position: relative;
    width: 40px;
    z-index: var(--z-index);
}

.ContextualMenu--open--33P2g {
    z-index: calc(var(--z-index) + 1);
}

.ContextualMenu--open--33P2g::after {
        background-color: rgba(0, 0, 0, .12);
        bottom: 0;
        content: "";
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
    }

.container--1DQZu {
    border-radius: 3px;
    border: 1px solid transparent;
    display: grid;
    grid-template-columns: [context-menu-buttons] auto [toggle-button] 40px;
    grid-template-rows: [main] auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: var(--z-index);
}

.ContextualMenu--open--33P2g .container--1DQZu {
        background-color: var(--white);
        border-color: rgba(0, 0, 0, .12);
        -webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,0.12), 0 2px 2px 0 rgba(0,0,0,0.24);
                box-shadow: 0 0 2px 0 rgba(0,0,0,0.12), 0 2px 2px 0 rgba(0,0,0,0.24);
    }

.toggleButton--1SbG6 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: transparent;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-column: toggle-button;
    grid-row: main;
    height: 34px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 3px;
    position: relative;
    width: 34px;
}

.toggleButton--1SbG6:hover {
        background-color: rgba(255, 255, 255, .8);
    }

.ContextualMenu--noHover--2PK2Z .toggleButton--1SbG6:hover, .ContextualMenu--light--3zjGt .toggleButton--1SbG6:hover {
        background: none;
    }

.menu--1aY-l {
    grid-column: context-menu-buttons;
    grid-row: main;
}

.Ellipsis--2dItH {
    fill: #000;
    fill-rule: evenodd;
}

.Ellipsis--light--2-KQ_ {
    fill: #fff;
    -webkit-filter: drop-shadow(0 1px 8px #000);
            filter: drop-shadow(0 1px 8px #000);
}

.Ellipsis--vertical--2znFF {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
}

.itemLink--2_t_s, .itemButton--2XdrZ {
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    padding: 0 16px;
    text-align: left;
    white-space: nowrap;
    width: 100%;
}

    .itemLink--2_t_s:hover, .itemButton--2XdrZ:hover {
        background-color: rgba(0, 0, 0, .05);
    }

.itemLink--2_t_s {
    color: var(--black);
    display: inline-block;
    text-decoration: none;
}

.itemButton--2XdrZ {
    background-color: transparent;
    border: none;
}

.Dialog--36Zd1 {
    --dialog-max-width: 400px;
    --dialog-padding-sides: 25px;
    --dialog-padding-top-bottom: 8px;
    --dialog-text-align: center;

    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden;
    padding: var(--dialog-padding-top-bottom) var(--dialog-padding-sides);
}

    .Dialog--36Zd1:not(.overlayDisabled--Jszp5) {
        background: rgba(0, 0, 0, 0.3);
    }

.box--nvtPW {
    background: var(--white);
    border-radius: var(--box-border-radius);
    max-height: 100%;
    max-width: var(--dialog-max-width);
    overflow-y: auto;
    position: relative;
    width: 100%;
}

.withFooter--A5oFn .box--nvtPW {
        padding-bottom: 70px;
    }

.closeButton--3mOr8 {
    position: absolute;
    top: 0;
    right: 0;
}

.header--2m1zn {
    text-align: var(--dialog-text-align);
}

.body--3Wvz0 {
    font-size: var(--base-font-size);
    padding: var(--box-padding);
    text-align: var(--dialog-text-align);
    max-height: 100%;
    max-width: 100%;
}

.closeBtnWithoutHeader--155Ml .body--3Wvz0 {
        padding-top: 40px;
    }

.footer--3xNt1 {
    justify-self: flex-end;
    max-width: var(--dialog-max-width);
    position: relative;
    text-align: var(--dialog-text-align);
    width: 100%;
}

.footerInner--31Pf2 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--white);
    border-bottom-left-radius: var(--box-border-radius);
    border-bottom-right-radius: var(--box-border-radius);
    -webkit-box-shadow: 0 -20px 10px -10px var(--white);
            box-shadow: 0 -20px 10px -10px var(--white);
    padding: var(--box-padding);
    padding-top: 0;
}

.IframeDialog--2wEWK {
    --dialog-max-width: 95%;
}

.iframe--3SfQN {
    border: 0;
    height: 100%;
    width: 100%;
}

.InlineSpinner--3DJje {
    width: 1em;
    height: 1em;
    display: inline-block;
    vertical-align: sub;
}

.dot--3ei2p {
    -webkit-animation: spin-animation--1VXgt 1s infinite;
            animation: spin-animation--1VXgt 1s infinite;
    fill: var(--lightest-grey);
    fill-opacity: 0.3;
}

.dot1--2LpIZ {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
    fill-opacity: 0.9;
}

.dot2--OnnWB {
    -webkit-animation-delay: 0.125s;
            animation-delay: 0.125s;
}

.dot3--3ljqZ {
    -webkit-animation-delay: 0.25s;
            animation-delay: 0.25s;
}

.dot4--1rYIp {
    -webkit-animation-delay: 0.375s;
            animation-delay: 0.375s;
}

.dot5--2HxQ0 {
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
}

.dot6--1Qo_m {
    -webkit-animation-delay: 0.625s;
            animation-delay: 0.625s;
}

.dot7--Ngpvs {
    -webkit-animation-delay: 0.75s;
            animation-delay: 0.75s;
}

.dot8--1HD6G {
    -webkit-animation-delay: 0.875s;
            animation-delay: 0.875s;
}

@-webkit-keyframes spin-animation--1VXgt {
    0%, 100% {
        fill-opacity: 0.3;
    }
    62.5% {
        fill-opacity: 0.3;
    }
    75% {
        fill-opacity: 0.9;
    }
    87.5% {
        fill-opacity: 0.65;
    }
}

@keyframes spin-animation--1VXgt {
    0%, 100% {
        fill-opacity: 0.3;
    }
    62.5% {
        fill-opacity: 0.3;
    }
    75% {
        fill-opacity: 0.9;
    }
    87.5% {
        fill-opacity: 0.65;
    }
}

.IntrusiveTopbar--3PO9r {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    color: #000;
    background: #fffaec;
    border-bottom: 1px solid #ececee;
}

.content--2GsGC {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 40px;
    padding: 0 8px;
    font-size: 14px;
}

.closeButton--1ThzC {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-right: 8px;
}

.ProgressBar--3ucDW {
    height: 8px;
    width: 100%;

    position: relative;
    overflow: hidden;
}

.ProgressBar--dialog-header--1RRbR {
    border-top-left-radius: var(--box-border-radius);
    border-top-right-radius: var(--box-border-radius);
}

.background--29UIp {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;

    background-color: var(--brand-color-green);
    opacity: 0.2;
}

.indicator--3z2AK {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;

    background-color: var(--brand-color-green);

    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.Spinner--1nm_v {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 210px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 50px;
    width: 100%;
}

.UpsellBanner--2cmDe {
    --banner-bg-color: #1e2631;
    --banner-fg-color: #fff;

    background-color: var(--banner-bg-color);
    color: var(--banner-fg-color);
    padding: 0 30px 20px 30px;
}

.buttonWrapper--3YDx0 {
    text-align: center;
    margin-bottom: 30px;
}

.title--ylpJr {
    text-align: center;
    text-transform: uppercase;
    font-weight: var(--font-weight-regular);
}

.savings--3csQY {
    color: var(--secondary-color);
}

.pricingFeatureContainer--2CLIP {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.pricingContainer--2gduD {
    margin-right: 20px;
}

.price--2OULd {
    font-size: 30px;
}

.lightText--XdonT {
    color: #bfbfbf;
    font-size: 14px;
}

.featureList--2iqmC {
    margin: 0;
    padding: 0;
    list-style: none;
}

.featureItem--10doD {
    margin-bottom: 10px;
}

.featureItemImg--3p2hu {
    margin-right: 10px;
}

.component--fF0jp {
    width: 1em;
    height: 1em;
    display: inline-block;
    vertical-align: sub;
}
.spinner--34Ecj {
    vertical-align: top;
}
.dot--3Veyr {
    -webkit-animation: spin-animation--1-h-M 1s infinite;
            animation: spin-animation--1-h-M 1s infinite;
    fill: #cbcbcb;
    fill-opacity: .3;
}
.dot1--3iv5C {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
    fill-opacity: .9;
}
.dot2--1H2rk {
    -webkit-animation-delay: .125s;
            animation-delay: .125s;
}
.dot3--3gHpA {
    -webkit-animation-delay: .25s;
            animation-delay: .25s;
}
.dot4--2_b5s {
    -webkit-animation-delay: .375s;
            animation-delay: .375s;
}
.dot5--1r1Vo {
    -webkit-animation-delay: .5s;
            animation-delay: .5s;
}
.dot6--3Su9p {
    -webkit-animation-delay: .625s;
            animation-delay: .625s;
}
.dot7--YD6Cm {
    -webkit-animation-delay: .75s;
            animation-delay: .75s;
}
.dot8--2B7Xc {
    -webkit-animation-delay: .875s;
            animation-delay: .875s;
}
@-webkit-keyframes spin-animation--1-h-M {

    0%, 100% {
        fill-opacity: .3;
    }

    62.5% {
        fill-opacity: .3;
    }

    75% {
        fill-opacity: .9;
    }

    87.5% {
        fill-opacity: .65;
    }
}
@keyframes spin-animation--1-h-M {

    0%, 100% {
        fill-opacity: .3;
    }

    62.5% {
        fill-opacity: .3;
    }

    75% {
        fill-opacity: .9;
    }

    87.5% {
        fill-opacity: .65;
    }
}

.component--2KpK- {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 210px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 50px;
    width: 100%;
}

.techDetails--1kZwz {
    font-size: 0.8em;
}

    .techDetails--1kZwz summary {
        cursor: pointer;
    }

.content--1pGsP {
    max-width: 800px;
    margin: 0 auto;
}

