@font-face {
    font-family: FontaniaRegular;
    src: url('./GoodCompany.Theme/static/fonts/FontaniaRegular.eot');
    src: url('./GoodCompany.Theme/static/fonts/FontaniaRegular.eot?#iefix') format('embedded-opentype'),
        url('./GoodCompany.Theme/static/fonts/FontaniaRegular.woff') format('woff'),
        url('./GoodCompany.Theme/static/fonts/FontaniaRegular.woff2') format('woff2'),
        url('./GoodCompany.Theme/static/fonts/FontaniaRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: SourceSansPro-Bold;
    src: url('./GoodCompany.Theme/static/fonts/SourceSansPro-Bold.eot');
    src: url('./GoodCompany.Theme/static/fonts/SourceSansPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('./GoodCompany.Theme/static/fonts/SourceSansPro-Bold.woff') format('woff'),
        url('./GoodCompany.Theme/static/fonts/SourceSansPro-Bold.ttf') format('truetype');
}

@font-face {
    font-family: SourceSansPro-Regular;
    src: url('./GoodCompany.Theme/static/fonts/SourceSansPro-Regular.eot');
    src: url('./GoodCompany.Theme/static/fonts/SourceSansPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('./GoodCompany.Theme/static/fonts/SourceSansPro-Regular.woff') format('woff'),
        url('./GoodCompany.Theme/static/fonts/SourceSansPro-Regular.ttf') format('truetype');
}

.flex-item {
    flex: auto;
    flex-grow: 1;
}

.heroBox {
    background-color: white;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: left bottom;
    background-size: cover;
    width: 100%;
    height: 25vh;
}

.heroBox-content {
    border-radius: 50%;
    border-width: 1px;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: auto;
}

.container {
    -ms-grid-column: 2;
}

.empty {
    -ms-grid-column: 3;
}

.logoResize {
    max-height: 54px;
    max-width: 250px;
}

.heroBox .row {

    height: 25vh;
}

@media (min-width: 40em) {

    .heroBox {
        height: 35vh;
    }

    .heroBox-content {
        max-width: 80%;
        max-height: 80%;
        display: block;
    }

    .heroBox .row {
        height: 35vh;
    }
}

html,
body {
    display: flex;
    flex-direction: column;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2rem;
    text-transform: initial;
    letter-spacing: initial;
    font-weight: 400;
    color: #212b36;
    font-family: customFontBody, -apple-system, BlinkMacSystemFont, San Francisco, Roboto, Segoe UI, Helvetica Neue, sans-serif;
}

.content-body {
    padding: 4% 2% 4% 2%;
}

.section {
    display: -ms-grid;
    display: grid;
    grid-template-columns: 0fr 1fr 0fr;
    -ms-grid-columns: 0fr 1fr 0fr;
    padding: 1% 2% 8% 2%;
    background-color: white;
}


@media (min-width: 40em) {
    html,
    body {
        font-size: 1.4rem;
        max-height: 100vh;
    }
    .section {
        grid-template-columns: 1fr 4fr 1fr;
        -ms-grid-columns: 1fr 4fr 1fr;
        padding: 2% 2% 2% 2%;
    }
    .content-body {
        padding: 4% 8% 4% 8%;
        box-shadow: #999 0px 1px 5px;
    }

    .logoResize {
        max-height: 60px;
    }
}

html {
    position: relative;
    box-sizing: border-box;
    font-size: 62.5%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
}

body {
    min-height: 100vh;
    margin: 0;
    padding: 0;
    /*background-color: #f4f6f8;*/
}

* {
    box-sizing: inherit;
}

a {
    color: #007ace;
    text-decoration: none;
}

    a:hover,
    a:focus,
    a:active {
        outline: none;
        color: #004d82;
    }

html,
body {
    min-height: 100vh;
    height: 100%;
}

.Icon-1EhT7 {
    display: block;
    height: 2rem;
    width: 2rem;
    max-height: 100%;
    max-width: 100%;
    margin: auto;
}

.colorWhite-1JrBh > svg {
    fill: #ffffff;
}

.colorInkLightest-3h3dR > svg {
    fill: #919eab;
}

.Icon-1EhT7 > svg {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    color: var(--headerTextColor);
    max-width: 100%;
    max-height: 100%;
}

.Collapsible-2OFg8 {
    overflow: auto;
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
    will-change: opacity, height;
    -webkit-transition: height 0.3s ease, opacity 0.3s ease; /* Safari transition */
    transition: height 0.3s ease, opacity 0.3s ease;
}

@supports (
  (min-width: -webkit-fit-content) or (min-width: -moz-fit-content) or
    (min-width: fit-content)
) {
}

.ButtonGroup-2thZK {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: -0.8rem;
    margin-left: -0.8rem;
}

    .ButtonGroup-2thZK.fullWidth-3QTV9 {
        justify-content: stretch;
    }

        .ButtonGroup-2thZK.fullWidth-3QTV9 .Item-RD5JF {
            flex: 1;
        }

.Item-RD5JF {
    margin-top: 0.8rem;
    margin-left: 0.8rem;
}

.TextField-1F9Tm {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.4rem;
    text-transform: initial;
    letter-spacing: initial;
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 1.2rem;
    color: #919eab;
    cursor: text;
}

.dropdown-content {
    position: relative;
    min-width: 100%;
    background-color: grey;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
    right: 0;
}

@media (min-width: 40em) {
    .TextField-1F9Tm {
        font-size: 1.4rem;
    }

    
    .dropdown-content {
        position: absolute;
        background-color: #f9f9f9;
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        padding: 12px 16px;
        z-index: 1;
        right: 0;
    }
}

.Input-1rN7O:focus {
    outline: none;
    border: 1px solid transparent;
}

    .Input-1rN7O:focus ~ .Backdrop-1UFIL {
        border-color: #1ac2bc;
        box-shadow: inset 0 0 0 0 transparent, 0 0 0 1px #1ac2bc;
    }

.Input-1rN7O {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.4rem;
    text-transform: initial;
    letter-spacing: initial;
    position: relative;
    z-index: 20;
    display: block;
    flex: 1 1 0%;
    width: 100%;
    min-width: 0;
    min-height: 3.6rem;
    margin: 0;
    padding: 0.5rem 0;
    background: none;
    border: 1px solid transparent;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@media (min-width: 40em) {
    .Input-1rN7O {
        font-size: 1.4rem;
    }
}

.Input-1rN7O:disabled {
    background: none;
    border: 1px solid transparent;
    color: currentColor;
    opacity: 1;
    -webkit-text-fill-color: currentColor;
}

.Input-1rN7O:invalid {
    box-shadow: none;
}

.Input-1rN7O::-webkit-input-placeholder {
    color: #919eab;
}

.Input-1rN7O:-ms-input-placeholder {
    color: #919eab;
}

.Input-1rN7O::-ms-input-placeholder {
    color: #919eab;
}

.Backdrop-1UFIL {
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    border: 1px solid #c4cdd5;
    box-shadow: inset 0 1px 0 0 rgba(99, 115, 129, 0.05);
    border-radius: 3px;
    will-change: box-shadow, border-color;
    transition-property: box-shadow, border-color;
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0.64, 0, 0.35, 1);
}

.Button-19hZZ {
    fill: #637381;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3.6rem;
    min-width: 3.6rem;
    margin: 0;
    padding: 0.7rem 1.6rem;
    background: #ffffff;
    border: 1px solid #c4cdd5;
    border-radius: 3px;
    line-height: 1;
    color: #212b36;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    transition-property: background, border, box-shadow;
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0.64, 0, 0.35, 1);
}

    .Button-19hZZ:hover {
        background: #f9fafb;
        border-color: #c4cdd5;
    }

    .Button-19hZZ:focus {
        border-color: #1ac2bc;
        outline: 0;
    }

    .Button-19hZZ:active {
        background: #f4f6f8;
        border-color: #c4cdd5;
    }

.Content-3tDVk {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.6rem;
    text-transform: initial;
    letter-spacing: initial;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 1px;
    min-height: 1px;
}

@media (min-width: 40em) {
    .Content-3tDVk {
        font-size: 1.4rem;
    }
}

.plain-JRIKj {
    margin: -0.7rem -0.8rem;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    background: transparent;
    border: 1px solid transparent;
    box-shadow: none;
}

    .plain-JRIKj:hover,
    .plain-JRIKj:focus,
    .plain-JRIKj:active {
        background: transparent;
        border: 1px solid transparent;
        box-shadow: none;
    }

        .plain-JRIKj:focus > .Content-3tDVk::after {
            opacity: 1;
        }

    .plain-JRIKj > .Content-3tDVk::after {
        position: absolute;
        top: -2px;
        bottom: -2px;
        left: -5px;
        right: -5px;
        display: block;
        background: rgba(33, 43, 54, 0.1);
        border-radius: 3px;
        transition: opacity 200ms cubic-bezier(0.64, 0, 0.35, 1);
        content: "";
        opacity: 0;
    }

.fullWidth-3C-HH {
    /*display: block;*/
    width: 100%;
}

.VisuallyHidden-1E-7O {
    position: absolute !important;
    top: 0;
    clip: rect(1px, 1px, 1px, 1px) !important;
    overflow: hidden !important;
    height: 1px !important;
    width: 1px !important;
    padding: 0 !important;
    border: 0 !important;
}

.search-1aI1Q {
    flex: 0 1 50rem;
}

.input-3rbUv {
    position: relative;
    border-radius: 1.8rem;
}

    .input-3rbUv > div > div {
        padding-left: 4rem;
        padding-right: 4rem;
    }

        .input-3rbUv > div > div > div {
            border-width: 2px;
            border-radius: 1.8rem;
        }

.status-1PikP {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 21;
    display: flex;
    align-content: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.status-1PikP {
    left: 0;
    padding: 0.8rem 0.8rem 0.8rem 1.2rem;
}

@charset "UTF-8";

footer {
    z-index: 200;
    min-height: 12rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    /*margin-top: 2%;*/
    padding: 0.8rem 1.6rem;
    background-color: #151c23;
    color: #ffffff;
    font-size: 1.2rem;
    position: relative;
    bottom: 0;
    width: 100%;
}

@media (min-width: 48em) {
    footer {
        flex-direction: row;
        min-height: 6rem;
        height: 8rem;
    }
}

.menu-3rHMh {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.menuItem-11OkH {
    text-align: center;
    color: #ffffff;
}

    .menuItem-11OkH:hover,
    .menuItem-11OkH:active,
    .menuItem-11OkH:focus {
        color: #ffffff;
        opacity: 0.7;
    }

.menuItemDivider-1txOF {
    margin: 0 0.4rem;
}

.info-3nI4F {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (min-width: 48em) {
    .info-3nI4F {
        flex-direction: row-reverse;
    }
}

.social-Zi-6s {
    display: flex;
    flex-direction: row;
    margin-left: 1.6rem;
    margin-bottom: 0.8rem;
}

@media (min-width: 48em) {
    .social-Zi-6s {
        margin-bottom: 0;
    }
}

.socialLink-3ap3a:hover,
.socialLink-3ap3a:active,
.socialLink-3ap3a:focus {
    opacity: 0.7;
}

.socialLink-3ap3a + .socialLink-3ap3a {
    margin-left: 0.8rem;
}

.socialIcon-XDEM6 {
    fill: #ffffff;
}

    .socialIcon-XDEM6 > svg {
        fill: #ffffff;
    }

.copyright-uDUbc {
    text-align: center;
}

.extraNav-2eWkp {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 1.6rem 0;
    background-color: var(--topBarBackgroundColor);
    color: var(--topBarTextColor);
}

@media (min-width: 48em) {
    .extraNav-2eWkp {
        flex: 0 0 3rem;
        padding: 0 1.6rem;
        /*background-color: #f4f6f8;
        color: #637381;*/
    }
}

.stats-2N_7S {
    display: none;
}

@media (min-width: 48em) {
    .stats-2N_7S {
        display: flex;
        flex-direction: row;
    }
}

.statsItem-3mb6e {
    display: flex;
    align-items: center;
    color: var(--topBarTextColor);
    font-size: 1.2rem;
}

    .statsItem-3mb6e > span {
        margin-right: 0.4rem;
        width: 1.6rem;
        height: 1.6rem;
    }

    .statsItem-3mb6e + .statsItem-3mb6e {
        margin-left: 1.6rem;
    }

    .statsItem-3mb6e:hover,
    .statsItem-3mb6e:active,
    .statsItem-3mb6e:focus {
        color: #637381;
        opacity: 0.7;
    }

.statsIcon-3BeeG {
    fill: #637381;
}

    .statsIcon-3BeeG > svg {
        fill: #637381;
    }

.menu-2xvuD {
    display: flex;
    flex-direction: column;
}

@media (min-width: 48em) {
    .menu-2xvuD {
        flex-direction: row;
    }
}

.menuItem-2lMF6 {
    display: flex;
    flex-direction: column;
    padding: 0.4rem 1.6rem;
    color: var(--topBarTextColor);
    font-size: 1.2rem;
}

@media (min-width: 48em) {
    .menuItem-2lMF6 {
        flex-direction: row;
        align-items: center;
        padding: 0.8rem 0;
        color: var(--topBarTextColor);
    }

        .menuItem-2lMF6 + .menuItem-2lMF6 {
            margin-left: 1.6rem;
        }
}

.menuItem-2lMF6:hover,
.menuItem-2lMF6:active,
.menuItem-2lMF6:focus {
    color: #637381;
    opacity: 0.7;
}

.marketNav-3bbnm {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    padding-top: 1.6rem;
    background-color: var(--navigationBackgroundColor);
    color: var(--navigationTextColor);
}

@media (min-width: 48em) {
    .marketNav-3bbnm {
        padding: 0 1.6rem;
        flex: 0 0 4rem;
        flex-direction: row;
    }
}

.menu-1Y4N5 {
    display: flex;
    flex-direction: column;
}

@media (min-width: 48em) {
    .menu-1Y4N5 {
        flex-direction: row;
    }
}

.menuItem-akTzf {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0.8rem 1.6rem;
}

    .menuItem-akTzf:hover .content-u4zMa,
    .menuItem-akTzf:active .content-u4zMa,
    .menuItem-akTzf:focus .content-u4zMa {
        opacity: 0.7;
    }

@media (min-width: 48em) {
    .menuItem-akTzf {
        padding: 0;
    }

        .menuItem-akTzf + .menuItem-akTzf {
            margin-left: 1.6rem;
        }
}

.content-u4zMa {
    color: #ffffff;
}

.backdrop-1DgIZ {
    visibility: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

@media (min-width: 48em) {
    .backdrop-1DgIZ {
        border-bottom-style: solid;
        border-bottom-color: #ffffff;
        border-bottom-width: 2px;
    }
}

.cart-2qYZu {
    display: flex;
    flex-direction: row;
}

    .cart-2qYZu:hover,
    .cart-2qYZu:active,
    .cart-2qYZu:focus {
        opacity: 0.7;
    }

.cartIcon-iHVmE {
    fill: #ffffff;
}

    .cartIcon-iHVmE > svg {
        fill: #ffffff;
    }

.total-Q-jSW {
    margin-left: 0.8rem;
    display: flex;
    align-items: center;
    color: #ffffff;
    font-weight: 600;
}

.userNav-cgftF {
    text-align: center;
    background-color: #f4f6f8;
    order:1;
}

    .userNav-cgftF.unauthorized-2BeEW {
        padding: 0.8rem;
    }

@media (min-width: 48em) {
    .userNav-cgftF {
        order:2;
        background-color: transparent;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

.noAuthMenu-29KRP {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

@media (min-width: 48em) {
    .noAuthButton-115Ar {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        margin: 0;
        padding: 0;
        background: none;
        border: none;
        font-size: inherit;
        line-height: inherit;
        cursor: pointer;
        color: var(--headerTextColor);
        padding: 0.7rem 1.6rem;
    }

        .noAuthButton-115Ar:focus {
            outline: none;
        }

        .noAuthButton-115Ar:hover,
        .noAuthButton-115Ar:active,
        .noAuthButton-115Ar:focus {
            color: var(--header-text-color);
            background: rgba(0,0,0,0.05);
        }
}

header {
    position: relative;
    z-index: 400;
    top: 0;
    right: 0;
    left: 0;
    min-height: 6.4rem;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
}

@media (min-width: 48em) {
    header {
        min-height: 16rem;
        flex-direction: column;
    }
}

.brandBar-23cAM {
    /*flex: 1;*/
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: var(--headerBackgroundColor);
    color: var(--headerTextColor);
    padding: 0.8rem 1.6rem;
}

@media (min-width: 48em) {
    .brandBar-23cAM {
        padding: 4.8rem 22.4rem 4.8rem 1.6rem;
    }
}

.toggle-Vcjaj {
    fill: #151c23;
}

@media (min-width: 48em) {
    .toggle-Vcjaj {
        display: none;
    }
}

.logoContainer-2Q_Wv {
    z-index: 20;
    flex: 0 0 20.8rem;
    display: flex;
    justify-content: center;
    max-height:100%
}

.indexLink-21AKN {
    color: #151c23;
}

    .indexLink-21AKN:hover,
    .indexLink-21AKN:active,
    .indexLink-21AKN:focus {
        color: #151c23;
    }

.searchContainer-28d03 {
    flex: 1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 0 3.2rem;
}

@media (max-width: 48em) {
    .hideContainer {
        display: none;
    }
}

.menuContainer-7KOzr {
    position: fixed;
    top: 6.4rem;
    left: 0;
    right: 0;
}

@media (min-width: 48em) {
    .menuContainer-7KOzr {
        position: static;
        opacity: 1;
    }
}

@media (min-width: 48em) {
    .userNav-2Uk80 {
        position: absolute;
        top: 3rem;
        right: 4.6rem;
        bottom: 4rem;
        width: 20.8rem;
    }
}
.menus-FOizM {
    display: flex;
    flex-direction: column-reverse;
}
    @media (min-width: 48em) {
        .menus-FOizM {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
        }
    }

    .open-3qYU6 {
    opacity: 1;
}

.account-2kPa1.activator-3VIWA {
    justify-content: space-between;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    transition-property: background, border, box-shadow;
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0.64, 0, 0.35, 1);
}

.account-2kPa1 {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    font-size: inherit;
    line-height: inherit;
    cursor: pointer;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0.8rem 1.6rem;
    text-align: left;
    cursor: pointer;
    border-radius: 0;
    color: #637381;
    text-decoration: none;
}

    .account-2kPa1:hover {
        outline: none;
    }

    .account-2kPa1:focus {
        outline: none;
    }

.userNavItem {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: left;
}

.thumb {
    position: relative;
}

.styleThree-1iWlZ {
    background: #f49342;
}

.Avatar {
    position: relative;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    background: #151c23;
    border-radius: 50%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.styleThree {
    background: #f49342;
}

.sizeMedium {
    height: 4rem;
    width: 4rem;
    font-size: 1.8rem;
}

.primaryAccountThumb {
    position: absolute;
    bottom: -2px;
    right: -2px;
    background-color: #1ac2bc;
    padding: 2px;
    border-radius: 50%;
    transition-property: background;
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0.64, 0, 0.35, 1);
}

.Initials {
    line-height: 0;
    color: #ffffff;
    text-transform: uppercase;
    margin-left: 2px;
    letter-spacing: 2px;
}

.Image {
    width: 100%;
    position: absolute;
}

.styleOne {
    background: #151c23;
}

.sizeExtraSmall {
    height: 1.6rem;
    width: 1.6rem;
    font-size: 1rem;
}

.info-2LN4Q {
    display: flex;
    flex-shrink: 0;
    flex-direction: column;
    margin-left: 0.8rem;
    color: #212b36;
    max-width: 100%;
}

    .info-2LN4Q > span {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.sizeMedium-1_3Ec {
    font-size: 1.4rem;
}

.variationStrong-3oHnf {
    font-weight: 600;
}

.sizeSmall-_CJbN {
    font-size: 1.2rem;
}

.variationSubdued-1J1zu {
    color: #637381;
}

.activeAccountIcon-1DbFF {
    margin-left: 0.8rem;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.18, 0.67, 0.6, 1.22);
}

.Icon-2xIvk {
    display: block;
    height: 2rem;
    width: 2rem;
    max-height: 100%;
    max-width: 100%;
    margin: auto;
}

.colorBlack-1uNWK > svg {
    fill: #000000;
}

.plainButton {
    background: transparent;
    border: transparent;
    box-shadow: none;
}

    .plainButton:hover,
    .plainButton:focus,
    .plainButton:active {
        background: transparent;
        border: transparent;
        box-shadow: none;
    }

.hide {
    display: none !important;
}

.PositionedOverlay-smS-q {
    position: absolute;
    z-index: 400;
    margin-top: 60px;
    width: 100%;
}

@media (min-width: 48em) {
    .PositionedOverlay-smS-q {
        width: 208px;
    }
}

.attached-7EWXW:not(.positionedAbove-zGAhQ).fullWidth-1F-JN {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.attached-7EWXW:not(.positionedAbove-zGAhQ) {
    margin: 0;
}

.fullWidth-1F-JN {
    margin: 0;
    margin-top: 0.5rem;
}

.Popover-3F9nv {
    margin: 0.5rem 1.6rem 1.6rem;
    opacity: 1;
    overflow-y: auto;
    max-height: 70vh;
    box-shadow: 0 0 0 1px rgba(6, 44, 82, 0.1), 0 2px 16px rgba(33, 43, 54, 0.08);
    border-radius: 6px;
    will-change: opacity, left, top;
    transition: opacity 200ms cubic-bezier(0.36, 0, 1, 1);
}

.FocusTracker-3g0Lg {
    position: absolute !important;
    top: 0;
    clip: rect(1px, 1px, 1px, 1px) !important;
    overflow: hidden !important;
    height: 1px !important;
    width: 1px !important;
    padding: 0 !important;
    border: 0 !important;
}

.Wrapper-3iocD {
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
    border-radius: 6px;
}

.Content-2uu86 {
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 6px;
    /*max-width: 40rem;
    max-height: 29.5rem;*/
}

.navPane-2PrH0 {
    overflow-x: hidden;
}

.Pane-3N04u {
    flex: 1 1 0%;
    max-width: 100%;
}

.hasBottomShadow-3n29o {
    box-shadow: inset 0 -2rem 2rem -2rem rgba(0, 0, 0, 0.1);
}

.vertical-2rriv {
    overflow-y: auto;
}

.Scrollable-sc6yC {
    -webkit-overflow-scrolling: touch;
}

.menu-rajc2,
.accounts-2H8AV {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 0.8rem 0;
}

.menuItem-1xmDz {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    font-size: inherit;
    line-height: inherit;
    cursor: pointer;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0.8rem 1.6rem;
    text-align: left;
    cursor: pointer;
    border-radius: 0;
    color: #637381;
    text-decoration: none;
}

    .menuItem-1xmDz.logout-2dO2z {
        color: #ed6347;
    }

.menuItem-1xmDz {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    font-size: inherit;
    line-height: inherit;
    cursor: pointer;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0.8rem 1.6rem;
    text-align: left;
    cursor: pointer;
    border-radius: 0;
    color: #637381;
    text-decoration: none;
}

.accountsHeading-2vjyh {
    background-color: #f4f6f8;
    color: #454f5b;
    padding: 0.8rem 1.6rem;
}

@media (min-width: 40em) {
    .Subheading-2QlTN {
        font-size: 1.2rem;
    }
}


.Subheading-2QlTN {
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.6rem;
    text-transform: uppercase;
    margin: 0;
}

.menu-rajc2,
.accounts-2H8AV {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 0.8rem 0;
}

.cVvBsb {
    padding: 1rem;
    border: none;
    cursor: pointer;
    background: white;
}

.userNavItem-2j_7X {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: left;
}

.thumb-3Pcaw {
    position: relative;
}

.info-3EzYl {
    display: flex;
    flex-shrink: 0;
    flex-direction: column;
    margin-left: 0.8rem;
    color: #212b36;
    max-width: 100%;
}

.styleOne-1L756 {
    background: #151c23;
}

.sizeMedium-3YKb3 {
    height: 4rem;
    width: 4rem;
    font-size: 1.8rem;
}

.Avatar-2gtpo {
    position: relative;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    background: #151c23;
    border-radius: 50%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.info-3EzYl > span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sizeMedium-Y0iXl {
    font-size: 1.4rem;
}

.variationStrong-3dy4s {
    font-weight: 600;
}

.info-3EzYl > span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sizeSmall-2jP1s {
    font-size: 1.2rem;
}

.variationSubdued-31_2_ {
    color: #637381;
}

button: hover {
    outline: none;
}

button: focus {
    outline: none;
}

.styleFive-1A3MY {
    background: #007ace;
}

.Initials-EHNgF {
    line-height: 0;
    color: #ffffff;
    text-transform: uppercase;
    margin-left: 2px;
    letter-spacing: 2px;
}

.Image-3Mw-u {
    width: 100%;
    position: absolute;
}

.productButton {
    border-radius: 20px;
    color: white;
    text-align: center;
    padding: 10px;
    font-weight: 700;
    padding-left: 45px;
    padding-right: 45px;
    margin-top: 25px;
    margin-bottom: 20px;
    font-family: SourceSansPro-Regular;
    font-size: 16px;
}

.product-heading {
    font-size: 48px;
    font-family: customFont1, FontaniaRegular;
}

.product-subheading {
    font-size: 42px;
    font-family: customFont1, FontaniaRegular;
}


@media (min-width: 40em) {
    .product-heading {
        font-size: 87px;
    }

    .product-subheading {
        font-size: 60px;
    }
}