.brandcreator--error {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #191919;
    font-size: 25px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ece9e7
}

.brandcreator--onboard-screen {
    position: relative;
    min-height: calc(100vh - 130px);
    width: 100vw;
    top: 65px;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 103px auto;
    grid-auto-rows: 1fr;
    grid-row-gap: 20px;
    justify-items: center
}

@media (max-width: 599px) {
    .brandcreator--onboard-screen {
        grid-template-rows: 30px auto;
        top: 60px;
        min-height: none
    }
}

.brandcreator--onboard-screen h1 {
    text-align: center;
    padding-top: 23px;
    margin: 0
}

@media (max-width: 599px) {
    .brandcreator--onboard-screen h1 {
        padding-top: 5px
    }
}

.brandcreator--onboard-screen-container {
    max-width: 750px;
    width: 90%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width: 599px) {
    .brandcreator--onboard-screen-container form {
        margin-top: -20px
    }
}

.brandcreator--add-colors h1 {
    font-family: 'Circular Std', 'Gotham SSm A', 'Gotham SSm B';
    font-style: normal;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 4vw;
    margin-bottom: 20px
}

.brandcreator--onboard-screen-buttons {
    width: 100vw;
    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-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 54
}

@media (max-width: 599px) {
    .brandcreator--onboard-screen-buttons {
        bottom: 20px;
        padding: 0 10px;
        pointer-events: none
    }
}

.brandcreator--onboard-screen-back, .brandcreator--onboard-screen-next {
    height: 65px;
    padding: 0 37px;
    width: 33%;
    font-size: 18px;
    cursor: pointer;
    -webkit-transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
   background-color: #666666;

    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33%;
    flex: 1 1 33%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.brandcreator--onboard-screen-back:active, .brandcreator--onboard-screen-next:active {
    font-size: 16.2px
}

.brandcreator--onboard-screen-back:hover, .brandcreator--onboard-screen-next:hover {
    background-color: #0a82f4
}

@media (max-width: 599px) {
    .brandcreator--onboard-screen-back, .brandcreator--onboard-screen-next {
        pointer-events: all;
        padding: 0 20px;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 20px);
        flex: 0 1 calc(50% - 20px);
        width: auto;
        height: 50px;
        font-size: 14px;
        cursor: pointer;
        -webkit-transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
        transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
        transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
        transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
        -webkit-box-shadow: rgba(0, 0, 0, 0.15) 7px 5px 24px 8px, rgba(0, 0, 0, 0.4) 4px 5px 12px -2px;
        box-shadow: rgba(0, 0, 0, 0.15) 7px 5px 24px 8px, rgba(0, 0, 0, 0.4) 4px 5px 12px -2px;
        margin: 0 10px;
        text-align: center;
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .brandcreator--onboard-screen-back:hover, .brandcreator--onboard-screen-next:hover {
        background-color: #191919
    }

    .brandcreator--onboard-screen-back:active, .brandcreator--onboard-screen-next:active {
        font-size: 12.6px
    }
}

@media (max-width: 599px) and (max-width: 599px) {
    .brandcreator--onboard-screen-back, .brandcreator--onboard-screen-next {
        -webkit-box-shadow: rgba(0, 0, 0, 0.15) 7px 5px 24px 8px, rgba(0, 0, 0, 0.4) 4px 5px 12px -2px;
        box-shadow: rgba(0, 0, 0, 0.15) 7px 5px 24px 8px, rgba(0, 0, 0, 0.4) 4px 5px 12px -2px
    }
}

@media (max-width: 599px) {
    .brandcreator--onboard-click-save {
        pointer-events: all;
        margin: 0 10px;
        -webkit-box-shadow: rgba(0, 0, 0, 0.15) 7px 5px 24px 8px, rgba(0, 0, 0, 0.4) 4px 5px 12px -2px;
        box-shadow: rgba(0, 0, 0, 0.15) 7px 5px 24px 8px, rgba(0, 0, 0, 0.4) 4px 5px 12px -2px;
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 calc(50% - 20px) !important;
        flex: 1 1 calc(50% - 20px) !important;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%
    }
}

@media (max-width: 599px) and (max-width: 599px) {
    .brandcreator--onboard-click-save {
        -webkit-box-shadow: rgba(0, 0, 0, 0.15) 7px 5px 24px 8px, rgba(0, 0, 0, 0.4) 4px 5px 12px -2px;
        box-shadow: rgba(0, 0, 0, 0.15) 7px 5px 24px 8px, rgba(0, 0, 0, 0.4) 4px 5px 12px -2px
    }
}

.brandcreator--onboard-click-save:hover {
    background-color: #0dc2f4;
    cursor: pointer
}

.brandcreator--onboard-screen-next {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.brandcreator--onboard-screen-button-disabled {
    color: rgba(255, 255, 255, 0.35);
    background-color: #666666;
    /*background-color: #0dc2f4;*/ cursor: inherit
}

.brandcreator--onboard-screen-button-disabled:hover {
   /* background-color: #191919*/

    background-color: #0dc2f4;
}

@media (max-width: 599px) {
    .brandcreator--onboard-screen-button-disabled {
        opacity: 0;
        pointer-events: none;
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 1 auto !important;
        flex: 0 1 auto !important;
        padding: 0;
        margin: 0;
        -webkit-transition-property: none;
        transition-property: none
    }
}

.brandcreator--onboard-screen-progress {
   background-color: #666666;
  /*  background-color: #0dc2f4;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 12px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 33%;
    flex: 1 0 33%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.brandcreator--onboard-screen-progress-icon-container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 599px) {
    .brandcreator--onboard-screen-progress {
        display: none
    }
}

.brandcreator--onboard-screen-progress-icon, .brandcreator--onboard-screen-progress-icon-active {
    cursor: pointer;
    -webkit-transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1)
}

.brandcreator--onboard-screen-progress-icon:active, .brandcreator--onboard-screen-progress-icon-active:active {
    -webkit-transform: scale(0.95);
    transform: scale(0.95)
}

.brandcreator--onboard-screen-progress-icon, .brandcreator--onboard-screen-progress-icon-active, .brandcreator--onboard-screen-progress-icon-disabled {
    background-color: white;
    white-space: nowrap;
    color: #191919;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    line-height: 1em;
    height: 30px;
    width: 30px;
    border-radius: 100%;
    margin: 0 14px;
    -webkit-transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition-property: background-color, color, scale;
    transition-property: background-color, color, scale
}

@media (max-width: 599px) {
    .brandcreator--onboard-screen-progress-icon, .brandcreator--onboard-screen-progress-icon-active, .brandcreator--onboard-screen-progress-icon-disabled {
        font-size: 14px !important
    }
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.9) translate3d(0, 0, 0);
        transform: scale(0.9) translate3d(0, 0, 0)
    }
    70% {
        opacity: 0.9;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1) translate3d(0, 0, 0);
        transform: scale(1) translate3d(0, 0, 0)
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.9) translate3d(0, 0, 0);
        transform: scale(0.9) translate3d(0, 0, 0)
    }
    70% {
        opacity: 0.9;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1) translate3d(0, 0, 0);
        transform: scale(1) translate3d(0, 0, 0)
    }
}

.brandcreator--bounce-in {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: 300ms;
    animation-duration: 300ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.brandcreator--onboard-screen-progress-icon-disabled {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff
}

.brandcreator--onboard-screen-progress-icon-active {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff
}

.brandcreator--onboard-screen-progress-icon-disabled {
    opacity: 0.35
}

.brandcreator--onboarding-upload-icon {
    margin-bottom: 100px
}

.brandcreator--notifications {
    z-index: 5000;
    position: fixed;
    bottom: 20px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.brandcreator--notification {
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 7px 4px 24px 8px, rgba(0, 0, 0, 0.4) 4px 2px 12px -2px;
    box-shadow: rgba(0, 0, 0, 0.15) 7px 4px 24px 8px, rgba(0, 0, 0, 0.4) 4px 2px 12px -2px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 20px 0 20px;
    margin-left: 20px;
    margin-right: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 16px;
    color: white;
    cursor: pointer;
    min-width: 200px
}

@media (max-width: 599px) {
    .brandcreator--notification {
        width: 100%
    }
}

.brandcreator--modal-wrapper, .brandcreator--paywall-modal-wrapper {
    display: block;
    overflow-y: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(25, 25, 25, 0.6);
    z-index: 1002
}

@media (max-width: 599px) {
    .brandcreator--modal-wrapper, .brandcreator--paywall-modal-wrapper {
        background-color: #f2efed;
        padding: 0 0 50px 0
    }
}

.brandcreator--paywall-modal-wrapper {
    top: 0px;
    height: calc(100vh);
    background-color: rgba(25, 25, 25, 0.3)
}

@media (max-width: 599px) {
    .brandcreator--paywall-modal-wrapper {
        top: 0;
        height: calc(100vh)
    }
}

.brandcreator--paywall-modal-wrapper-nofooter {
    top: 0px;
    bottom: 0px;
    height: calc(100vh);
    background-color: rgba(25, 25, 25, 0.3)
}

@media (max-width: 599px) {
    .brandcreator--paywall-modal-wrapper-nofooter {
        top: 0px;
        bottom: 0px;
        height: calc(100vh)
    }
}

.brandcreator--modal-popover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 20;
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    background-color: #0dc2f4;
    -webkit-animation: scaleUpKeepWidth 400ms;
    animation: scaleUpKeepWidth 400ms;
    -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1)
}

.brandcreator--modal-popover-inner {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.brandcreator--modal-popover-inner svg {
    margin-top: 53px;
    height: 190px
}

@media (max-width: 599px) {
    .brandcreator--modal-popover-inner {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
}

.brandcreator--modal-content {
    grid-row: content;
    grid-column: 2/-1;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden
}

.brandcreator--modal-content-safari-fix {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0
}

.brandcreator--modal-content-full {
    grid-column: 1/-1
}

.brandcreator--modal-dialog {
    padding: 30px 50px;
    grid-row: content;
    grid-column: 1/-1
}

.brandcreator--modal-dialog h1 {
    margin-bottom: 30px
}

@media (max-width: 599px) {
    .brandcreator--modal-dialog {
        padding: 15px 15px 15px 15px
    }

    .brandcreator--modal-dialog h1 {
        margin-bottom: 10px
    }
}

.brandcreator--modal-paid-feature-desc {
    font-size: 13px;
    max-width: 537px;
    margin: 20px auto 30px auto
}

@media (max-width: 599px) {
    .brandcreator--modal-paid-feature-desc {
        padding: 0 auto 15px auto
    }
}

.brandcreator--modal-paid-feature {
    padding: 30px 50px 5px 50px
}

@media (max-width: 599px) {
    .brandcreator--modal-paid-feature {
        padding: 30px 15px 15px 15px
    }
}

.brandcreator--modal-content-scrollable {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto
}

.brandcreator--modal-content-scrollable::-webkit-scrollbar {
    border-radius: 4px;
    cursor: pointer;
    background: transparent;
    -webkit-transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    height: 100%;
    width: 10px;
    margin-right: -9px;
    height: 9px
}

.brandcreator--modal-content-scrollable::-webkit-scrollbar:hover {
    height: 9px
}

.brandcreator--modal-content-scrollable::-webkit-scrollbar-track {
    background: transparent;
    padding: 2px
}

.brandcreator--modal-content-scrollable:hover::-webkit-scrollbar-track {
    background: transparent
}

.brandcreator--modal-content-scrollable::-webkit-scrollbar-thumb {
    background: rgba(25, 25, 25, 0.25);
    border-radius: 6px;
    margin: 2px;
    -webkit-transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1)
}

.brandcreator--modal-content-scrollable::-webkit-scrollbar-thumb:hover {
    background: rgba(25, 25, 25, 0.5)
}

.brandcreator--modal.brandcreator--editor .brandcreator--modal-upper {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding: 0
}

.brandcreator--modal-close {
    position: absolute;
    top: 22px;
    right: 25px;
    cursor: pointer;
    -webkit-transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    z-index: 20
}

.brandcreator--modal-close:active {
    -webkit-transform: scale(0.95);
    transform: scale(0.95)
}

@media (max-width: 599px) {
    .brandcreator--modal-close {
        top: 8px;
        right: 8px;
        -webkit-transform: scale(0.7);
        transform: scale(0.7)
    }
}

.brandcreator--modal {
    -webkit-transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    margin: 35px auto 130px auto;
    color: #191919;
    background-color: white;
    z-index: 10;
    width: 650px;
    max-width: 95%;
    height: auto;
    text-align: center;
    display: grid;
    grid-template-columns: 300px 1fr;
    grid-template-rows: [title-start] auto [title-end content-start] 1fr [content-end buttons-start] auto [buttons-end];
    position: relative;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 7px 5px 24px 8px, rgba(0, 0, 0, 0.4) 4px 5px 12px -2px;
    box-shadow: rgba(0, 0, 0, 0.15) 7px 5px 24px 8px, rgba(0, 0, 0, 0.4) 4px 5px 12px -2px
}

@media (max-width: 599px) {
    .brandcreator--modal {
        -webkit-box-shadow: rgba(0, 0, 0, 0.15) 7px 5px 24px 8px, rgba(0, 0, 0, 0.4) 4px 5px 12px -2px;
        box-shadow: rgba(0, 0, 0, 0.15) 7px 5px 24px 8px, rgba(0, 0, 0, 0.4) 4px 5px 12px -2px
    }
}

@media (max-width: 599px) {
    .brandcreator--modal {
        margin: 0 auto;
        max-width: 100%
    }
}

.brandcreator--modal.brandcreator--modal-splitscreen {
    grid-template-columns: 50% 50%
}

.brandcreator--input-buttons {
    grid-row: buttons;
    grid-column: 1/-1;
    z-index: 10
}

.brandcreator--menu {
    grid-column: 1/2
}

.brandcreator--modal-half {
    grid-row: content;
    overflow-y: auto
}

@media (max-width: 599px) {
    .brandcreator--modal-half {
        grid-row: 2/3
    }
}

@media (max-width: 599px) {
    .brandcreator--modal-half.brandcreator--modal-half-primary {
        grid-row: 1/2
    }
}

.brandcreator--input-buttons, .brandcreator--input-buttons-secondary {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 74px
}

.brandcreator--input-buttons > a, .brandcreator--input-buttons > div, .brandcreator--input-buttons-secondary > a, .brandcreator--input-buttons-secondary > div {
    width: 100%;
    outline: 0;
    height: 100%;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    color: white;
    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
}

.brandcreator--input-buttons > a, .brandcreator--input-buttons > div {
    font-size: 20px;
    font-family: 'Circular Std', 'Gotham A', 'Gotham B';
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@media (max-width: 899px) {
    .brandcreator--input-buttons {
        height: 55px
    }

    .brandcreator--input-buttons > a, .brandcreator--input-buttons > div {
        font-size: 16px
    }
}

@media (max-width: 599px) {
    .brandcreator--input-buttons {
        height: 50px
    }
}

.brandcreator--input-buttons > a, .brandcreator--input-buttons > div {
    color: white;
    background-color: #0f0f0f;
    -webkit-transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1)
}

.brandcreator--input-buttons a.brandcreator--input-button-primary {
    color: white;
    background-color: #0dc2f4
}

.brandcreator--input-buttons a.brandcreator--input-button-primary:hover {
    color: white;
    background-color: #0f0f0f
}

.brandcreator--input-buttons a.brandcreator--input-button-feature {
    color: #0dc2f4;
    background-color: white;
    padding-left: 30px;
    padding-right: 30px
}

.brandcreator--input-buttons a.brandcreator--input-button-feature:hover {
    color: white;
    background-color: #0f0f0f
}

.brandcreator--input-buttons-secondary a {
    color: #0f0f0f;
    font-size: 13px
}

.brandcreator--social-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 40px 0 25px 0
}

@media (max-width: 599px) {
    .brandcreator--social-buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.brandcreator--social-sign-up {
    cursor: pointer;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    line-height: 2.5em;
    padding: 0 20px 0 15px;
    font-size: 18px;
    border-radius: 2px;
    white-space: nowrap;
    margin: 0 5px
}

.brandcreator--social-sign-up svg {
    display: inline;
    margin-right: 10px
}

@media (max-width: 599px) {
    .brandcreator--social-sign-up {
        margin: 5px 0
    }
}

.brandcreator--social-sign-up-google {
    color: white;
    color: #565656;
    border: 1px solid #dddddd;
    background-color: white;
    border-radius: 2px
}

.brandcreator--social-sign-up-facebook {
    color: white;
    background-color: #34559d
}

.brandcreator--input-fields {
    margin: 0 auto;
    width: 100%
}

#brandcreator--card-wrapper {
    margin-bottom: 40px
}

.brandcreator--credit-card-fields {
    margin: 0 60px 20px 60px
}

.brandcreator--credit-card-fields input {
    text-align: left;
    color: white;
    font-size: 20px;
    line-height: 32px;
    display: block;
    width: 100%;
    font-family: 'Circular Std', 'Gotham SSm A', 'Gotham SSm B';
    font-style: normal;
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: transparent;
    border: 0;
    padding-left: 60px
}

@media (max-width: 599px) {
    .brandcreator--credit-card-fields {
        margin: 0
    }
}

.brandcreator--input-label {
    padding: 7px
}

.brandcreator--input.brandcreator--input-large input {
    font-size: 20px;
    height: 28px
}

.brandcreator--input.brandcreator--input-large label {
    height: 28px;
    width: 100%
}

.brandcreator--input.brandcreator--input-large label .brandcreator--input-label-inactive, .brandcreator--input.brandcreator--input-large label .brandcreator--input-label-active {
    font-size: 20px;
    opacity: 1
}

.brandcreator--input.brandcreator--input-large .brandcreator--input-label-active {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    top: -24px;
    left: 2px
}

.brandcreator--input.brandcreator--input-large .brandcreator--input-underline {
    bottom: -5px
}

@media (max-width: 599px) {
    .brandcreator--input.brandcreator--input-large input {
        font-size: 16px;
        height: 22.4px
    }

    .brandcreator--input.brandcreator--input-large label {
        height: 22.4px
    }

    .brandcreator--input.brandcreator--input-large label .brandcreator--input-label-inactive, .brandcreator--input.brandcreator--input-large label .brandcreator--input-label-active {
        font-size: 16px
    }
}

input.brandcreator--dark-placeholder {
    color: #191919
}

input.brandcreator--dark-placeholder:active::-webkit-input-placeholder {
    color: rgba(25, 25, 25, 0.5)
}

input.brandcreator--dark-placeholder::-webkit-input-placeholder:focus {
    color: rgba(25, 25, 25, 0.5)
}

input.brandcreator--dark-placeholder:focus::-webkit-input-placeholder {
    color: rgba(25, 25, 25, 0.5)
}

input.brandcreator--dark-placeholder::-webkit-input-placeholder {
    color: rgba(25, 25, 25, 0.5);
    -webkit-transform: scale(1);
    transform: scale(1)
}

input.brandcreator--dark-placeholder :active::-webkit-input-placeholder {
    color: rgba(25, 25, 25, 0.5)
}

input.brandcreator--dark-placeholder ::-webkit-input-placeholder:focus {
    color: rgba(25, 25, 25, 0.5)
}

input.brandcreator--dark-placeholder :focus::-webkit-input-placeholder {
    color: rgba(25, 25, 25, 0.5)
}

input.brandcreator--dark-placeholder ::-webkit-input-placeholder {
    color: rgba(25, 25, 25, 0.5);
    -webkit-transform: scale(1);
    transform: scale(1)
}

.brandcreator--input {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    position: relative;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px
}

@media (max-width: 599px) {
    .brandcreator--input {
        width: 100%;
        margin-top: 25px
    }
}

.brandcreator--input .brandcreator--input-container {
    height: 100%;
    width: 100%
}

.brandcreator--input input {
    background-color: transparent;
    border: 0;
    outline: 0;
    font-size: 18px;
    width: 100%;
    height: 35px;
    margin: 0;
    text-align: left;
    line-height: 1.3em;
    padding: 0;
    padding-left: 1px
}

@media (max-width: 599px) {
    .brandcreator--input input {
        padding-left: 0;
        font-size: 16px
    }
}

.brandcreator--input label {
    height: 35px;
    position: relative;
    display: block
}

.brandcreator--input label .brandcreator--input-label-inactive, .brandcreator--input label .brandcreator--input-label-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 0px;
    font-size: 18px;
    line-height: 1em;
    -webkit-transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@media (max-width: 599px) {
    .brandcreator--input label .brandcreator--input-label-inactive, .brandcreator--input label .brandcreator--input-label-active {
        padding-left: 0;
        font-size: 16px
    }
}

.brandcreator--input label .brandcreator--input-label-active {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    top: -20px
}

@media (max-width: 599px) {
    .brandcreator--input label .brandcreator--input-label-active {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        top: -22px
    }
}

.brandcreator--input label .brandcreator--input-label-inactive {
    opacity: 0.3;
    pointer-events: none
}

.brandcreator--input label:hover .brandcreator--input-label-inactive {
    opacity: 1
}

.brandcreator--input-form-info {
    position: absolute;
    right: 0;
    bottom: -21px;
    font-size: 12px;
    color: #191919;
    white-space: nowrap
}

.brandcreator--input-form-error {
    position: absolute;
    right: 0;
    bottom: -21px;
    font-size: 12px;
    color: #e20e0e;
    white-space: nowrap
}

.brandcreator--input-container-has-error .brandcreator--input-icon {
    display: none
}

.brandcreator--input-icon {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    pointer-events: none;
    top: 0;
    right: 0
}

.brandcreator--input-icon svg {
    height: 13px
}

.brandcreator--input-help {
    opacity: 1;
    color: #0dc2f4;
    font-size: 12px;
    padding: 1em 0px;
    cursor: pointer;
    position: absolute;
    bottom: -100%;
    -webkit-transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1)
}

.brandcreator--input-help:hover {
    opacity: 1
}

@media (max-width: 599px) {
    .brandcreator--input-help {
        padding-left: 0
    }
}

.brandcreator--input-underline {
    height: 3px;
    -webkit-transform: scale(1, 0.5);
    transform: scale(1, 0.5);
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0
}

.brandcreator--input-underline div {
    -webkit-transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1)
}

.brandcreator--input.brandcreator--input-white {
    height: 40px;
    margin: 5px 0
}

.brandcreator--input.brandcreator--input-white label {
    height: 40px
}

.brandcreator--input.brandcreator--input-white input {
    height: 40px;
    background-color: white;
    font-size: 14px;
    padding: 0 11px
}

.brandcreator--input.brandcreator--input-white .brandcreator--input-icon {
    right: 8px
}

.brandcreator--input.brandcreator--input-white label .brandcreator--input-label-inactive, .brandcreator--input.brandcreator--input-white label .brandcreator--input-label-active {
    left: 8px
}

.brandcreator--input-delete {
    position: absolute;
    right: 11px;
    top: 12px;
    opacity: 0.2;
    cursor: pointer;
    -webkit-transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1)
}

.brandcreator--input-delete:hover {
    opacity: 1
}

.brandcreator--input-delete:active {
    -webkit-transform: scale(0.95);
    transform: scale(0.95)
}

.brandcreator--pillboxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 100%;
    overflow-x: auto
}

.brandcreator--pillboxes a {
    font-family: 'Circular Std', 'Gotham SSm A', 'Gotham SSm B';
    font-style: normal;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    text-align: center;
    display: block;
    white-space: nowrap;
    cursor: pointer;
    padding: 13px 20px;
    z-index: 5;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 18px;
    color: #fff;
    -webkit-transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    cursor: pointer;
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1)
}

.brandcreator--pillboxes a span {
    opacity: 0.35
}

.brandcreator--pillboxes a:active {
    -webkit-transform: scale(0.95);
    transform: scale(0.95)
}

.brandcreator--pillboxes a:hover span {
    opacity: 0.5
}

.brandcreator--pillboxes a.brandcreator--pillboxes-active span {
    opacity: 1
}

@media (max-width: 899px) {
    .brandcreator--pillboxes a {
        font-size: 15px
    }
}

@media (max-width: 599px) {
    .brandcreator--pillboxes {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .brandcreator--pillboxes a {
        font-size: 13px;
        text-align: center
    }
}

.brandcreator--row {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 599px) {
    .brandcreator--row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        display: block
    }
}

.brandcreator--column {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

@media (max-width: 599px) {
    .brandcreator--column {
        display: block;
        border-width: 0px !important;
        padding: 0 !important
    }

    .brandcreator--column p {
        padding: 0 !important
    }
}

.brandcreator--group {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%
}

.brandcreator--group .brandcreator--item-endcap a:hover {
    opacity: 0.5
}

@media (max-width: 599px) {
    .brandcreator--group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.brandcreator--item {
    margin-left: 10px;
    margin-right: 10px;
    padding: 2px 0;
    max-width: 100%;
    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-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 20px;
    position: relative;
    font-family: 'Circular Std', 'Gotham A', 'Gotham B';
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.brandcreator--item:first-child {
    margin-left: 0
}

.brandcreator--item:last-child {
    margin-right: 0
}

@media (max-width: 599px) {
    .brandcreator--item {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: 100% !important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        margin-left: 0;
        margin-right: 0
    }
}

.brandcreator--item .brandcreator--dropper {
    margin-bottom: 0;
    margin: 0 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    width: 150px;
    float: left
}

@media (max-width: 599px) {
    .brandcreator--item .brandcreator--dropper {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 38px;
        flex: 0 1 38px
    }
}

.brandcreator--item .brandcreator--dropper .brandcreator--dropper-middle {
    width: 100px
}

.brandcreator--item-endcap {
    right: 0;
    top: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Circular Std', 'Gotham A', 'Gotham B';
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.brandcreator--item-endcap svg {
    cursor: pointer;
    height: 30px
}

.touchevents .brandcreator--item-endcap {
    opacity: 1
}

@-webkit-keyframes fadeInDelay {
    0% {
        opacity: 0
    }
    20% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeInDelay {
    0% {
        opacity: 0
    }
    20% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes fadeInSlideUp {
    from {
        top: 20px;
        opacity: 0
    }
    to {
        top: 0px;
        opacity: 1
    }
}

@keyframes fadeInSlideUp {
    from {
        top: 20px;
        opacity: 0
    }
    to {
        top: 0px;
        opacity: 1
    }
}

@-webkit-keyframes scaleUp {
    from {
        -webkit-transform: scale(0.8);
        transform: scale(0.8)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes scaleUp {
    from {
        -webkit-transform: scale(0.8);
        transform: scale(0.8)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes scaleUpKeepWidth {
    from {
        -webkit-transform: scale(1, 0);
        transform: scale(1, 0)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes scaleUpKeepWidth {
    from {
        -webkit-transform: scale(1, 0);
        transform: scale(1, 0)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes fadeInScale {
    0% {
        opacity: 0.9;
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes fadeInScale {
    0% {
        opacity: 0.9;
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.brandcreator--payment-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 30px auto 30px auto;
    background-color: #f2efed;
    padding: 20px;
    max-width: 500px
}

.brandcreator--payment-info > div {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%
}

.brandcreator--payment-info p {
    margin: 0
}

.brandcreator--payment-info h2 {
    margin-top: 0
}

.brandcreator--purchase-options-price {
    background-color: #f2efed
}

.brandcreator--purchase-options-price .brandcreator--pillboxes {
    margin: 20px auto 40px auto
}

.brandcreator--purchase-price {
    font-size: 100px;
    line-height: 1.3em;
    font-family: 'Circular Std', 'Gotham SSm A', 'Gotham SSm B';
    font-style: normal;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@media (max-width: 599px) {
    .brandcreator--purchase-price {
        font-size: 30px;
        line-height: 1.1em
    }
}

.brandcreator--purchase-slash {
    font-size: 50px;
    letter-spacing: -3px;
    font-family: 'Circular Std', 'Gotham SSm A', 'Gotham SSm B';
    font-style: normal;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@media (max-width: 599px) {
    .brandcreator--purchase-slash {
        font-size: 15px;
        letter-spacing: -2px
    }
}

.brandcreator--purchase-label {
    font-size: 50px;
    font-family: 'Circular Std', 'Gotham SSm A', 'Gotham SSm B';
    font-style: normal;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@media (max-width: 599px) {
    .brandcreator--purchase-label {
        font-size: 15px
    }
}

.brandcreator--purchase-options-content {
    padding-top: 2em;
    padding-bottom: 2em;
    padding-left: 10px;
    padding-right: 5px
}

@media (max-width: 599px) {
    .brandcreator--purchase-options-content {
        padding: 1.5em 0 1.5em 1em
    }
}

.brandcreator--purchase-options-content li {
    list-style-type: none;
    font-size: 18px;
    line-height: 30px;
    min-height: 30px;
    white-space: nowrap
}

.brandcreator--purchase-options-content li svg {
    fill: #0dc2f4
}

@media (max-width: 599px) {
    .brandcreator--purchase-options-content li {
        font-size: 10px;
        line-height: 20px;
        min-height: 20px
    }

    .brandcreator--purchase-options-content li svg {
        height: 8px !important
    }
}

.brandcreator--plans {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px
}

@media (max-width: 599px) {
    .brandcreator--plans {
        grid-gap: 10px
    }
}

.brandcreator--plans.brandcreator--plans-one-plan {
    display: block;
    margin: 0 auto
}

.brandcreator--plan {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 73px 186px 1fr;
    background-color: white;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 7px 5px 24px 8px, rgba(0, 0, 0, 0.4) 4px 5px 12px -2px;
    box-shadow: rgba(0, 0, 0, 0.15) 7px 5px 24px 8px, rgba(0, 0, 0, 0.4) 4px 5px 12px -2px
}

@media (max-width: 599px) {
    .brandcreator--plan {
        -webkit-box-shadow: rgba(0, 0, 0, 0.15) 7px 5px 24px 8px, rgba(0, 0, 0, 0.4) 4px 5px 12px -2px;
        box-shadow: rgba(0, 0, 0, 0.15) 7px 5px 24px 8px, rgba(0, 0, 0, 0.4) 4px 5px 12px -2px
    }
}

@media (max-width: 599px) {
    .brandcreator--plan {
        grid-template-rows: 40px 70px 1fr
    }
}

.brandcreator--plan-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 25px;
    font-family: 'Circular Std', 'Gotham SSm A', 'Gotham SSm B';
    font-style: normal;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@media (max-width: 599px) {
    .brandcreator--plan-header {
        font-size: 15px
    }
}

.brandcreator--modal-paid-feature {
    background-color: #0dc2f4;
    color: white
}

.brandcreator--paid-feature-image-container {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
    display: grid;
    grid-template-columns: 90px 1fr 90px
}

@media (max-width: 599px) {
    .brandcreator--paid-feature-image-container {
        margin-bottom: 30px;
        position: relative;
        display: block
    }
}

.brandcreator--paid-feature-image {
    width: 100%;
    z-index: 2;
    position: relative;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 7px 5px 24px 8px, rgba(0, 0, 0, 0.4) 4px 5px 12px -2px;
    box-shadow: rgba(0, 0, 0, 0.15) 7px 5px 24px 8px, rgba(0, 0, 0, 0.4) 4px 5px 12px -2px
}

@media (max-width: 599px) {
    .brandcreator--paid-feature-image {
        -webkit-box-shadow: rgba(0, 0, 0, 0.15) 7px 5px 24px 8px, rgba(0, 0, 0, 0.4) 4px 5px 12px -2px;
        box-shadow: rgba(0, 0, 0, 0.15) 7px 5px 24px 8px, rgba(0, 0, 0, 0.4) 4px 5px 12px -2px
    }
}

@media (max-width: 599px) {
    .brandcreator--paid-feature-paddle-right {
        right: 0
    }
}

@media (max-width: 599px) {
    .brandcreator--paid-feature-paddle-left {
        left: 0
    }
}

.brandcreator--paid-feature-paddle {
    height: 100%;
    width: 100%;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 599px) {
    .brandcreator--paid-feature-paddle {
        position: absolute;
        top: 0;
        width: auto;
        z-index: 5;
        height: 100%;
        padding: 0 10px
    }
}

.brandcreator--paid-feature-prev-arrow {
    background-color: #666666;
    border-radius: 100%;
    width: 48px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1)
}

.brandcreator--paid-feature-prev-arrow:active {
    -webkit-transform: scale(0.95);
    transform: scale(0.95)
}

@media (max-width: 599px) {
    .brandcreator--paid-feature-prev-arrow {
        background-color: rgba(0, 0, 0, 0.42)
    }
}

.brandcreator--cms-settings {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 540px;
    width: 100%;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.brandcreator--cms-settings > form {
    margin-top: 15px
}

.brandcreator--settings-upload {
    height: 100px;
    width: 100px;
    margin: 40px 20px 0 0;
    background-color: white;
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    font-family: 'Circular Std', 'Gotham A', 'Gotham B';
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.5em;
    padding: 15px;
    cursor: pointer;
    color: #0f0f0f
}

.brandcreator--settings-upload > * {
    opacity: 0.3;
    -webkit-transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1)
}

.brandcreator--settings-upload:hover > * {
    opacity: 1
}

.brandcreator--settings-upload svg {
    height: 30px
}

.brandcreator--person {
    margin: 40px 0
}

.brandcreator--button {
    cursor: pointer;
    font-size: 18px;
    padding: 9px 25px;
    margin: 20px 0;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.brandcreator--button svg {
    height: 26px;
    margin-right: 8px
}

.brandcreator--button:hover {
    opacity: 1
}

.brandcreator--menu {
    background-color: #f2efed;
    grid-row: content;
    z-index: 20;
    text-align: left;
    position: relative
}

.brandcreator--menu::-webkit-scrollbar {
    border-radius: 4px;
    cursor: pointer;
    background: transparent;
    -webkit-transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    height: 100%;
    width: 10px;
    margin-right: -9px;
    height: 9px
}

.brandcreator--menu::-webkit-scrollbar:hover {
    height: 9px
}

.brandcreator--menu::-webkit-scrollbar-track {
    background: transparent;
    padding: 2px
}

.brandcreator--menu:hover::-webkit-scrollbar-track {
    background: transparent
}

.brandcreator--menu::-webkit-scrollbar-thumb {
    background: rgba(25, 25, 25, 0.25);
    border-radius: 6px;
    margin: 2px;
    -webkit-transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1)
}

.brandcreator--menu::-webkit-scrollbar-thumb:hover {
    background: rgba(25, 25, 25, 0.5)
}

.brandcreator--menu-fix-for-safari {
    display: grid;
    grid-template-rows: 73px 1fr;
    grid-template-columns: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    height: 100%;
    width: 100%
}

.brandcreator--ribbon {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    background-color: #f2efed;
    width: 100%;
    z-index: 10;
    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: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.brandcreator--ribbon-done-icons {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.brandcreator--ribbon-done-icon {
    cursor: pointer;
    height: 100%;
    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;
    padding: 0 20px
}

.brandcreator--ribbon-done-icon svg {
    height: 17px
}

.brandcreator--ribbon-done {
    height: 50px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 599px) {
    .brandcreator--ribbon-done {
        height: 30px
    }
}

.brandcreator--menu-section {
    display: grid;
    grid-gap: 5px;
    overflow-x: hidden;
    overflow-y: hidden;
    padding: 25px 25px 25px 25px;
    border-bottom: 1px solid #e2dddb;
    width: 100%
}

.brandcreator--menu-section p {
    height: 40px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.brandcreator--menu-section p.brandcreator--small {
    font-size: 11px
}

.brandcreator--menu-section h3 {
    color: #191919;
    text-align: left;
    font-family: 'Circular Std', 'Gotham A', 'Gotham B';
    font-style: normal;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    margin-bottom: 7px;
    margin-top: 30px;
    border-top: 1px solid #e2dddb;
    margin-left: -25px;
    margin-right: -25px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 30px;
    text-transform: uppercase;
    letter-spacing: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 70px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.brandcreator--menu-section h3:first-child {
    margin-top: 0;
    border-top: 0;
    padding-top: 0;
    height: 40px
}

.brandcreator--menu-section:last-of-type {
    border-bottom: 0px
}

.brandcreator--menu-content {
    padding-bottom: 20px
}

.brandcreator--menu-title {
    background-color: #e2dddb;
    height: 74px;
    grid-column: 1/-1;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 25px;
    position: relative;
    font-family: 'Circular Std', 'Gotham A', 'Gotham B';
    font-style: normal;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px
}

@media (max-width: 599px) {
    .brandcreator--menu-title {
        display: none
    }
}

.brandcreator--menu-title-upload {
    cursor: pointer;
    -webkit-transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1)
}

.brandcreator--menu-title-upload:active {
    -webkit-transform: scale(0.95);
    transform: scale(0.95)
}

.brandcreator--menu-delete {
    height: 73px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 73px;
    flex: 0 0 73px;
    width: 100%;
    border-top: 1px solid #e2dddb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-item-align: end;
    align-self: flex-end
}

@media (max-width: 599px) {
    .brandcreator--menu-delete {
        display: none
    }
}

.brandcreator--menu-delete > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%
}

.brandcreator--menu-delete > div > div {
    border-right: 1px solid #e2dddb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.brandcreator--menu-delete > div > div:hover {
    background-color: #e2dddb;
    cursor: pointer
}

.brandcreator--menu-delete > div > div:last-child {
    border-right-width: 0px
}

.brandcreator--ribbon-menu-split > div {
    display: inline-block
}

@media (max-width: 899px) {
    .brandcreator--ribbon-menu-split {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%
    }
}

@media (max-width: 599px) {
    .brandcreator--ribbon-menu-split {
        padding-bottom: 0;
        padding-top: 0
    }
}

.brandcreator--ribbon-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (max-width: 899px) {
    .brandcreator--ribbon-menu {
        padding-top: 20px;
        padding-bottom: 20px
    }
}

@media (max-width: 599px) {
    .brandcreator--ribbon-menu {
        display: block;
        padding-top: 10px;
        padding-bottom: 10px
    }
}

.brandcreator--ribbon-menu-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.brandcreator--logo-menu-objects {
    margin: 0 0 0 0;
    position: relative;
    z-index: 90;
    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-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

@media (max-width: 899px) {
    .brandcreator--logo-menu-objects {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media (max-width: 599px) {
    .brandcreator--logo-menu-objects {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 100%
    }
}

.brandcreator--mobile-warning {
    padding: 0 40px;
    text-align: center;
    display: none;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 599px) {
    .brandcreator--mobile-warning {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.brandcreator--logo {
    position: relative;
    height: 100%;
    width: 100%
}

.brandcreator--logo svg {
    width: 100%;
    height: 100%
}

@media (max-width: 599px) {
    .brandcreator--logo {
        display: none
    }
}

.brandcreator--logo--type {
    font-family: 'Circular Std', 'Gotham SSm A', 'Gotham SSm B';
    font-style: normal;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.brandcreator--logo--main {
    padding-top: 60px;
    padding-left: 60px
}

.brandcreator--dropdown-menu-blocker {
    content: ' ';
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.brandcreator--dropdown {
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    color: #191919;
    background-color: transparent;
    outline: none;
    border: none;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 0;
    height: 100%;
    margin: 0;
    z-index: 1002;
    position: relative
}

.brandcreator--dropdown > svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px
}

.brandcreator--dropdown > div {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.brandcreator--dropdown > div {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.brandcreator--dropdown-menu-fixed-header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #f2efed
}

.brandcreator--dropdown-menu {
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 7px 5px 24px 8px, rgba(0, 0, 0, 0.4) 4px 5px 12px -2px;
    box-shadow: rgba(0, 0, 0, 0.15) 7px 5px 24px 8px, rgba(0, 0, 0, 0.4) 4px 5px 12px -2px;
    background-color: #f2efed;
    position: relative;
    z-index: 10;
    width: 266px;
    max-height: 50vh;
    height: 400px;
    max-height: 400px;
    font-size: 14px;
    margin-left: -8px
}

@media (max-width: 599px) {
    .brandcreator--dropdown-menu {
        -webkit-box-shadow: rgba(0, 0, 0, 0.15) 7px 5px 24px 8px, rgba(0, 0, 0, 0.4) 4px 5px 12px -2px;
        box-shadow: rgba(0, 0, 0, 0.15) 7px 5px 24px 8px, rgba(0, 0, 0, 0.4) 4px 5px 12px -2px
    }
}

.brandcreator--dropdown-menu > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%
}

.brandcreator--dropdown-menu.brandcreator--dropdown-graphics-menu > div {
    display: grid;
    padding: 5px;
    grid-template-columns: 50% 50%;
    grid-auto-rows: 80px;
    background-color: white
}

.brandcreator--dropdown-menu.brandcreator--dropdown-graphics-menu > div .brandcreator--graphics-dropdown-item {
    background-color: white;
    padding: 10px
}

.brandcreator--dropdown-menu.brandcreator--dropdown-graphics-menu > div .brandcreator--graphics-dropdown-item:hover {
    background-color: #f2efed
}

.brandcreator--dropdown-menu.brandcreator--dropdown-color-menu > div {
    display: grid;
    grid-template-rows: 55px;
    grid-auto-rows: 30px
}

.brandcreator--dropdown-menu.brandcreator--dropdown-color-menu-2 > div {
    grid-template-columns: 1fr 1fr
}

.brandcreator--dropdown-menu.brandcreator--dropdown-color-menu-3 > div {
    grid-template-columns: 1fr 1fr 1fr
}

.brandcreator--dropdown-menu.brandcreator--dropdown-color-menu-4 > div {
    grid-template-columns: 1fr 1fr 1fr 1fr
}

.brandcreator--dropdown-menu.brandcreator--dropdown-color-menu-5 > div {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr
}

.brandcreator--dropdown-menu.brandcreator--dropdown-color-menu-6 > div {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr
}

.brandcreator--dropdown-menu.brandcreator--dropdown-color-menu-7 > div {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr
}

.brandcreator--dropdown-menu.brandcreator--dropdown-color-menu-8 > div {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr
}

.brandcreator--dropdown-menu-scroll {
    width: 100%;
    height: 100%
}

.brandcreator--dropdown-menu-item {
    font-size: 14px;
    line-height: 1em;
    padding: 10px 33px;
    letter-spacing: 0;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    min-height: 35px;
    position: relative
}

@media (max-width: 599px) {
    .brandcreator--dropdown-menu-item {
        padding: 10px 20px
    }
}

.brandcreator--dropdown-menu-section {
    border-bottom: 2px solid rgba(0, 0, 0, 0.12);
    padding-bottom: 15px;
    padding-top: 10px;
    width: 100%
}

.brandcreator--dropdown-menu-section-header {
    width: 100%;
    font-family: 'Circular Std', 'Gotham A', 'Gotham B';
    font-style: normal;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: uppercase;
    line-height: 1em;
    padding: 13px 33px;
    opacity: 0.4
}

@media (max-width: 599px) {
    .brandcreator--dropdown-menu-section-header {
        padding: 10px 20px
    }
}

.brandcreator--dropdown-menu-item:last-child .brandcreator--menu-item-photofilter {
    margin-bottom: 0
}

.brandcreator--menu-item-photofilter {
    margin-bottom: 3px
}

.rc-slider {
    position: relative;
    height: 14px;
    padding: 5px 0;
    width: 100%;
    border-radius: 6px;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent
}

.rc-slider * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent
}

.rc-slider-rail {
    position: absolute;
    width: 100%;
    background-color: #e9e9e9;
    height: 4px;
    border-radius: 6px
}

.rc-slider-track {
    position: absolute;
    left: 0;
    height: 4px;
    border-radius: 6px;
    background-color: #abe2fb
}

.rc-slider-handle {
    position: absolute;
    margin-left: -7px;
    margin-top: -5px;
    width: 14px;
    height: 14px;
    cursor: pointer;
    cursor: -webkit-grab;
    cursor: grab;
    border-radius: 50%;
    border: solid 2px #96dbfa;
    background-color: #fff;
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.rc-slider-handle:hover {
    border-color: #57c5f7
}

.rc-slider-handle:active {
    border-color: #57c5f7;
    -webkit-box-shadow: 0 0 5px #57c5f7;
    box-shadow: 0 0 5px #57c5f7;
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.rc-slider-handle:focus {
    border-color: #57c5f7;
    -webkit-box-shadow: 0 0 0 5px #96dbfa;
    box-shadow: 0 0 0 5px #96dbfa;
    outline: none
}

.rc-slider-mark {
    position: absolute;
    top: 18px;
    left: 0;
    width: 100%;
    font-size: 12px
}

.rc-slider-mark-text {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    color: #999
}

.rc-slider-mark-text-active {
    color: #666
}

.rc-slider-step {
    position: absolute;
    width: 100%;
    height: 4px;
    background: transparent
}

.rc-slider-dot {
    position: absolute;
    bottom: -2px;
    margin-left: -4px;
    width: 8px;
    height: 8px;
    border: 2px solid #e9e9e9;
    background-color: #fff;
    cursor: pointer;
    border-radius: 50%;
    vertical-align: middle
}

.rc-slider-dot:first-child {
    margin-left: -4px
}

.rc-slider-dot:last-child {
    margin-left: -4px
}

.rc-slider-dot-active {
    border-color: #96dbfa
}

.rc-slider-disabled {
    background-color: #e9e9e9
}

.rc-slider-disabled .rc-slider-track {
    background-color: #ccc
}

.rc-slider-disabled .rc-slider-handle, .rc-slider-disabled .rc-slider-dot {
    border-color: #ccc;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
    cursor: not-allowed
}

.rc-slider-disabled .rc-slider-mark-text, .rc-slider-disabled .rc-slider-dot {
    cursor: not-allowed !important
}

.rc-slider-vertical {
    width: 14px;
    height: 100%;
    padding: 0 5px
}

.rc-slider-vertical .rc-slider-rail {
    height: 100%;
    width: 4px
}

.rc-slider-vertical .rc-slider-track {
    left: 5px;
    bottom: 0;
    width: 4px
}

.rc-slider-vertical .rc-slider-handle {
    margin-left: -5px;
    margin-bottom: -7px;
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.rc-slider-vertical .rc-slider-mark {
    top: 0;
    left: 18px;
    height: 100%
}

.rc-slider-vertical .rc-slider-step {
    height: 100%;
    width: 4px
}

.rc-slider-vertical .rc-slider-dot {
    left: 2px;
    margin-bottom: -4px
}

.rc-slider-vertical .rc-slider-dot:first-child {
    margin-bottom: -4px
}

.rc-slider-vertical .rc-slider-dot:last-child {
    margin-bottom: -4px
}

.rc-slider-tooltip-zoom-down-enter, .rc-slider-tooltip-zoom-down-appear {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: block !important;
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.rc-slider-tooltip-zoom-down-leave {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: block !important;
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.rc-slider-tooltip-zoom-down-enter.rc-slider-tooltip-zoom-down-enter-active, .rc-slider-tooltip-zoom-down-appear.rc-slider-tooltip-zoom-down-appear-active {
    -webkit-animation-name: rcSliderTooltipZoomDownIn;
    animation-name: rcSliderTooltipZoomDownIn;
    -webkit-animation-play-state: running;
    animation-play-state: running
}

.rc-slider-tooltip-zoom-down-leave.rc-slider-tooltip-zoom-down-leave-active {
    -webkit-animation-name: rcSliderTooltipZoomDownOut;
    animation-name: rcSliderTooltipZoomDownOut;
    -webkit-animation-play-state: running;
    animation-play-state: running
}

.rc-slider-tooltip-zoom-down-enter, .rc-slider-tooltip-zoom-down-appear {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1)
}

.rc-slider-tooltip-zoom-down-leave {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06)
}

@-webkit-keyframes rcSliderTooltipZoomDownIn {
    0% {
        opacity: 0;
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0)
    }
    100% {
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@keyframes rcSliderTooltipZoomDownIn {
    0% {
        opacity: 0;
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0)
    }
    100% {
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@-webkit-keyframes rcSliderTooltipZoomDownOut {
    0% {
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
    100% {
        opacity: 0;
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0)
    }
}

@keyframes rcSliderTooltipZoomDownOut {
    0% {
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
    100% {
        opacity: 0;
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0)
    }
}

.rc-slider-tooltip {
    position: absolute;
    left: -9999px;
    top: -9999px;
    visibility: visible;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent
}

.rc-slider-tooltip * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent
}

.rc-slider-tooltip-hidden {
    display: none
}

.rc-slider-tooltip-placement-top {
    padding: 4px 0 8px 0
}

.rc-slider-tooltip-inner {
    padding: 6px 2px;
    min-width: 24px;
    height: 24px;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #6c6c6c;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 4px #d9d9d9;
    box-shadow: 0 0 4px #d9d9d9
}

.rc-slider-tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.rc-slider-tooltip-placement-top .rc-slider-tooltip-arrow {
    bottom: 4px;
    left: 50%;
    margin-left: -4px;
    border-width: 4px 4px 0;
    border-top-color: #6c6c6c
}

.brandcreator--slider-container {
    cursor: ew-resize;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 100%;
    height: 40px;
    padding: 0;
    margin: 0 -11px;
    width: calc(100% + 22px)
}

@media (max-width: 599px) {
    .brandcreator--slider-container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin: 0
    }
}

.brandcreator--slider-container:hover .brandcreator--slider-custom.rc-slider, .brandcreator--slider-container:active .brandcreator--slider-custom.rc-slider {
    height: 100%;
    -webkit-transition: 200ms ease-out border-color, 400ms cubic-bezier(0.23, 1, 0.32, 1) height;
    transition: 200ms ease-out border-color, 400ms cubic-bezier(0.23, 1, 0.32, 1) height
}

.brandcreator--slider-custom.rc-slider {
    -webkit-transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    height: 0%;
    padding: 0;
    border: 0px;
    border-radius: 0;
    -webkit-transition: 200ms ease-out border-color, 0ms linear height;
    transition: 200ms ease-out border-color, 0ms linear height;
    background-color: white
}

@media (max-width: 599px) {
    .brandcreator--slider-custom.rc-slider {
        height: 100%
    }
}

.brandcreator--slider-custom .rc-slider-rail {
    background-color: inherit;
    height: 100%
}

.brandcreator--slider-custom .rc-slider-track {
    -webkit-transition: 200ms ease-out background-color;
    transition: 200ms ease-out background-color;
    height: 100%;
    border-radius: 0
}

.brandcreator--slider-custom .rc-slider-step {
    height: 100%
}

.brandcreator--slider-custom .rc-slider-dot {
    border-color: transparent;
    opacity: 0;
    top: 0px;
    height: 100%;
    border-radius: 0;
    width: 0;
    border-right-width: 0;
    border-left-width: 0;
    margin-left: 0
}

.brandcreator--slider-custom .rc-slider-dot-active {
    border-color: transparent;
    opacity: 0
}

.brandcreator--slider-custom .rc-slider-handle {
    border-color: #4a4a4a;
    -webkit-transition: -webkit-transform 120ms ease;
    transition: -webkit-transform 120ms ease;
    transition: transform 120ms ease;
    transition: transform 120ms ease, -webkit-transform 120ms ease;
    display: none;
    height: 20px;
    width: 20px;
    margin-left: -10px;
    margin-top: -8px
}

.brandcreator--slider-custom .rc-slider-handle:active {
    -webkit-box-shadow: 0 0 0 2px rgba(74, 74, 74, 0.2);
    box-shadow: 0 0 0 2px rgba(74, 74, 74, 0.2)
}

.brandcreator--slider-custom.rc-slider:hover, .brandcreator--slider-custom.rc-slider:active {
    border-color: black
}

.brandcreator--slider-custom:hover .rc-slider-dot, .brandcreator--slider-custom:hover .rc-slider-dot.rc-slider-dot-active, .brandcreator--slider-custom:active .rc-slider-dot, .brandcreator--slider-custom:active .rc-slider-dot.rc-slider-dot-active {
    opacity: 1;
    border-color: rgba(68, 68, 68, 0.5)
}

.brandcreator--slider-custom:hover .rc-slider-handle, .brandcreator--slider-custom:active .rc-slider-handle {
    border-color: rgba(68, 68, 68, 0.5)
}

.brandcreator--slider-custom:hover .rc-slider-track, .brandcreator--slider-custom:active .rc-slider-track {
    background-color: inherit
}

.brandcreator--slider-icon-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16%;
    flex: 0 0 16%;
    margin-left: 2%
}

.brandcreator--slider-icon-right svg {
    float: left;
    width: 100%
}

.brandcreator--slider-label, .brandcreator--slider-label-value {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    z-index: 20;
    pointer-events: none;
    padding: 0 11px
}

.brandcreator--slider-label-value {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.brandcreator--slider-button {
    cursor: pointer;
    font-size: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 30px;
    font-family: 'Circular Std', 'Gotham A', 'Gotham B';
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.brandcreator--slider-button svg {
    height: 14.5px
}

.brandcreator--slider-radio {
    width: 15px;
    height: 15px;
    border-radius: 100px;
    border: 2px solid #4a4a4a;
    position: relative;
    margin-right: 6px
}

.brandcreator--slider {
    min-width: 150px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: 20px;
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.brandcreator--slider:hover .brandcreator--slider-handle {
    opacity: 1;
    margin-left: -9.5px;
    width: 19px;
    height: 19px
}

.brandcreator--slider-handle {
    opacity: 0;
    width: 0;
    height: 0;
    cursor: pointer;
    border: 3px solid #4a4a4a;
    background-color: inherit !important;
    position: relative;
    -webkit-transition: opacity 120ms ease, margin-left 100ms ease, width 100ms ease, height 100ms ease;
    transition: opacity 120ms ease, margin-left 100ms ease, width 100ms ease, height 100ms ease;
    margin-left: -4.75px
}

.brandcreator--slider-handle:active {
    opacity: 1;
    width: 19px;
    height: 19px;
    background-color: inherit
}

.brandcreator--slider-bar-0, .brandcreator--slider-bar-1, .brandcreator--slider-bar-inverted-0, .brandcreator--slider-bar-inverted-1 {
    height: 3px
}

.brandcreator--slider-bar-1, .brandcreator--slider-bar-inverted-1 {
    background-color: #d3cdc6
}

.brandcreator--logo-ooui {
    position: absolute;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
    top: -20px;
    right: 0
}

.brandcreator--logo-ooui svg {
    height: 20px
}

.brandcreator--logo-ooui .brandcreator--group {
    width: 300px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.brandcreator--logo-ooui .brandcreator--item, .brandcreator--logo-ooui .brandcreator--item-endcap {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 40px;
    flex: 0 1 40px;
    padding: 0;
    margin: 0;
    height: 40px;
    margin: 0 -1px 0 -1px
}

.brandcreator--logo-ooui .brandcreator--item a, .brandcreator--logo-ooui .brandcreator--item-endcap a {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.brandcreator--logo-ooui .brandcreator--item .brandcreator--input input, .brandcreator--logo-ooui .brandcreator--item .brandcreator--input label, .brandcreator--logo-ooui .brandcreator--item-endcap .brandcreator--input input, .brandcreator--logo-ooui .brandcreator--item-endcap .brandcreator--input label {
    height: 40px
}

.brandcreator--shapepicker {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.brandcreator--shapepicker-shape {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 20%;
    flex: 0 1 20%;
    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: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px
}

.brandcreator--shapepicker-shape svg {
    width: 100%;
    cursor: pointer
}

.brandcreator--logo-menu {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    position: relative
}

@media (max-width: 599px) {
    .brandcreator--logo-menu {
        display: none
    }
}

.brandcreator--logo-menu-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px
}

.brandcreator--logo-menu-icon {
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
    cursor: pointer
}

.brandcreator--logo-menu-icon svg {
    height: 30px
}

.brandcreator--logo-menu-icon p {
    margin-top: 5px
}

.brandcreator--logo-menu-marketplace-icons {
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px
}

.brandcreator--logo-menu-marketplace-icons div {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 70px;
    flex: 0 1 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.brandcreator--logo-menu-marketplace-icons svg {
    cursor: pointer;
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%
}

.brandcreator--logo-menu-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    color: #191919;
    opacity: 0.5;
    font-size: 14px;
    margin-right: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1)
}

.brandcreator--logo-menu-button svg {
    height: 38px
}

.brandcreator--logo-menu-button:hover {
    opacity: 1
}

.brandcreator--admin-typepacks {
    display: grid;
    grid-template-columns: calc(50% - 20px) calc(50% - 20px);
    grid-gap: 40px
}

.brandcreator--admin-typepack-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.brandcreator--typepack-defaults h1 {
    margin: 0
}

.brandcreator--typepack-defaults p {
    margin: 1.5em 0
}

.brandcreator--typepack-defaults h2 {
    margin: 0.5em 0
}

@media (max-width: 599px) {
    .brandcreator--typepack-defaults h1 {
        zoom: 0.6
    }
}

.brandcreator--admin-typepack {
    cursor: pointer;
    -webkit-transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    padding: 50px;
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    background-color: #f2efed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

.brandcreator--admin-typepack:active {
    -webkit-transform: scale(0.95);
    transform: scale(0.95)
}

@media (max-width: 599px) {
    .brandcreator--admin-typepack {
        padding: 0px;
        height: auto;
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
        margin: -30px 0
    }
}

.brandcreator--admin-typepack:hover {
    background-color: white
}

.brandcreator--admin-typepack p {
    max-width: 550px
}

.brandcreator--admin-typepack-number {
    border: 1px solid rgba(25, 25, 25, 0.3);
    border-radius: 100%;
    height: 56px;
    width: 56px;
    line-height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 20px;
    margin-bottom: 1em
}

.brandcreator--typography .brandcreator--modal-content-scrollable {
    display: grid;
    grid-template-columns: 50% 50%;
    background-color: #f2efed
}

@media (max-width: 599px) {
    .brandcreator--typography .brandcreator--modal-content-scrollable {
        grid-row: 1/-1 !important;
        grid-template-columns: 100%
    }
}

.brandcreator--typography-pack-label {
    text-align: center;
    margin: -5px 0 25px 0 !important
}

.brandcreator--typography--browser-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 3%;
    background-color: white
}

.brandcreator--typography--browser-header > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%
}

.brandcreator--typography--tinytype {
    text-transform: uppercase;
    font-size: 9px
}

.brandcreator--typography--browser-hero {
    width: 100%;
    padding: 0 4%;
    background-color: white;
    text-align: center
}

.brandcreator--typography--browser-hero h2 {
    padding-top: 6.66vh
}

.brandcreator--typography--browser-hero h1 {
    padding-bottom: 3.33vh;
    line-height: 0.9em;
    font-size: 4vw;
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease
}

.brandcreator--typography--browser-hero button {
    margin-bottom: 6.66vh
}

.brandcreator--typography--logo {
    max-width: 150px
}

.brandcreator--typography--browser-paragraph {
    width: 100%;
    padding: 30px 4%
}

.brandcreator--typography--browser-paragraph p {
    margin: 0;
    font-size: 1.5vw;
    line-height: 1.2em;
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease
}

.brandcreator--typography--browser-paragraph button {
    border: 2px solid transparent;
    outline: 0;
    padding: 0.6em 1.3em;
    margin: 30px 0 30px 0;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease
}

.brandcreator--typography--browser-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.brandcreator--typography--browser-menu div {
    padding-right: 20px;
    font-size: 12px;
    font-family: 'Circular Std', 'Gotham A', 'Gotham B';
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.brandcreator--typography--main {
    margin-top: -30px;
    margin-bottom: -30px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 3%;
    padding-right: 3%;
    position: relative;
    height: 100%
}

.brandcreator--typography--main h1 {
    line-height: 0.9em;
    font-size: 4vw;
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease
}

.brandcreator--typography--main h2 {
    line-height: 0.9em;
    font-size: 3vw;
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
    font-family: 'Circular Std', 'Gotham A', 'Gotham B';
    font-style: normal;
    font-weight: 100;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.brandcreator--typography--main p {
    margin: 0;
    font-size: 1.5vw;
    line-height: 1.2em;
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease
}

.brandcreator--typography--main button {
    border: 2px solid transparent;
    outline: 0;
    padding: 0.6em 1.3em;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease
}

.brandcreator--typography-drawer-container {
    max-width: 1400px
}

.brandcreator--typography-drawer {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 24px 0
}

.brandcreator--typography-drawer-label {
    padding-left: 24px;
    margin-bottom: 24px;
    margin-top: 24px;
    width: 100%
}

.brandcreator--typography-pack-active {
    background-color: white;
    padding: 20px
}

.brandcreator--typography-pack {
    cursor: pointer;
    padding: 30px 30px 50px 30px;
    -webkit-transition: 100ms ease all;
    transition: 100ms ease all;
    max-width: 500px;
    height: 100%;
    width: 100%;
    text-align: left;
    color: #4a4a4a
}

.brandcreator--typography-pack h1 {
    font-size: 50px;
    line-height: 1.1em;
    letter-spacing: -1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.3em;
    text-overflow: ellipsis;
    display: block;
    height: auto;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.brandcreator--typography-pack h2 {
    font-size: 20px;
    line-height: 1.3em
}

.brandcreator--typography-pack p {
    font-size: 16px;
    line-height: 1.3em;
    margin: 3px 0;
    text-align: left;
    padding: 0
}

@media (max-width: 899px) {
    .brandcreator--typography-pack h1 {
        font-size: 30px
    }
}

@media (max-width: 599px) {
    .brandcreator--typography-pack {
        padding: 20px
    }

    .brandcreator--typography-pack h1 {
        font-size: 24px
    }

    .brandcreator--typography-pack h2 {
        font-size: 16px;
        display: none
    }

    .brandcreator--typography-pack p {
        font-size: 14px
    }
}

.brandcreator--typography-pack:hover .brandcreator--typography-pack-label {
    opacity: 1 !important
}

.brandcreator--typography-pack-dash {
    margin: 20px 0 24px 0;
    height: 2px;
    width: 25px;
    background-color: #191919
}

@media (max-width: 599px) {
    .brandcreator--typography-pack-dash {
        margin: 10px 0
    }
}

.brandcreator--add-colors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.brandcreator--add-colors > div {
    -webkit-transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1)
}

.brandcreator--add-colors .brandcreator--color-square {
    -webkit-transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1)
}

.brandcreator--add-colors-box {
    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-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%
}

.brandcreator--add-color, .brandcreator--remove-color {
    z-index: 5;
    background-color: #f2efed;
    color: #191919;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 65px;
    flex: 1 0 65px;
    height: 100%
}

.brandcreator--add-color > div, .brandcreator--remove-color > div {
    width: 100%;
    height: 100%;
    cursor: pointer;
    -webkit-transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.brandcreator--add-color > div:active, .brandcreator--remove-color > div:active {
    -webkit-transform: scale(0.95);
    transform: scale(0.95)
}

@media (max-width: 599px) {
    .brandcreator--add-color, .brandcreator--remove-color {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 40px;
        flex: 1 0 40px
    }
}

.brandcreator--remove-color {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65px;
    flex: 0 0 65px
}

@media (max-width: 599px) {
    .brandcreator--remove-color {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 40px;
        flex: 1 0 40px
    }
}

.brandcreator--colors-inner {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: 100%
}

@media (max-width: 599px) {
    .brandcreator--colors-inner {
        height: auto
    }
}

.brandcreator--color-selector {
    width: 100%;
    -ms-flex-item-align: center;
    align-self: center;
    height: 100%;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: pointer;
    padding: 0 52px
}

@media (max-width: 599px) {
    .brandcreator--color-selector {
        padding: 3vh 0 2vh 0
    }
}

.brandcreator--color-selector .brandcreator--dropper-arrow {
    width: 52px;
    padding: 20px
}

.brandcreator--colors-controls {
    width: 100%;
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    bottom: 0;
    flex-direction: column
}

.brandcreator--color-colorpicker {
    bottom: 0;
    width: 100%;
    z-index: 10;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1)
}

.brandcreator--colors {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.brandcreator--colors input {
    font-size: 13px;
    color: #dfd7d3;
    line-height: 25px
}

@media (max-width: 599px) {
    .brandcreator--colors {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.brandcreator--color-square {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 5;
    position: relative
}

.brandcreator--color-square.brandcreator--color-square-hidden {
    z-index: 1;
    width: 0;
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 1 auto !important;
    flex: 0 1 auto !important
}

@media (max-width: 599px) {
    .brandcreator--color-square.brandcreator--color-square-hidden {
        width: 100%;
        height: 0
    }
}

@media (max-width: 599px) {
    .brandcreator--color-square-active {
        height: 75%;
        z-index: 10;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }
}

.brandcreator--colors-circle {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 50%;
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative
}

.brandcreator--colors-circle svg {
    width: 100%
}

.brandcreator--colors-circle h2 {
    position: relative;
    top: -20px
}

@media (max-width: 899px) {
    .brandcreator--colors-circle h2 {
        font-size: 13px
    }
}

@media (max-width: 599px) {
    .brandcreator--colors-circle {
        width: 50%;
        max-width: 50%;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        padding: 2px
    }

    .brandcreator--colors-circle h2 {
        position: absolute;
        top: 20px;
        width: 100%
    }
}

.brandcreator--colors-circle-juicer {
    -webkit-transition: 200ms ease all;
    transition: 200ms ease all;
    width: 90%
}

.brandcreator--colors-circle-icons {
    position: absolute
}

.brandcreator--colors-circle-icons svg {
    height: 30px
}

.brandcreator--colors-circle-lock-icon {
    -webkit-transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    cursor: pointer;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 40px;
    flex: 1 1 40px;
    bottom: 0px
}

.brandcreator--colors-circle-lock-icon svg {
    height: 30px
}

@media (max-width: 899px) {
    .brandcreator--colors-circle-lock-icon svg {
        height: 20px
    }
}

@media (max-width: 599px) {
    .brandcreator--colors-circle-lock-icon {
        display: none
    }
}

.brandcreator--colors-colorboxes {
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.brandcreator--colors-arrow {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 5%;
    flex: 1 1 5%;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.brandcreator--colors-colordrop-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    -ms-flex-item-align: center;
    align-self: center;
    margin-top: 30px;
    margin-bottom: 30px
}

.brandcreator--colors-colordrop {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.brandcreator--colors-colordisplay {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

.brandcreator--colors-colorhero {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    position: relative;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease
}

.brandcreator--colors-colorhero > svg {
    height: 75% !important;
    width: 60% !important
}

.brandcreator--colors-colorhero > svg > svg {
    height: 100% !important;
    width: 100% !important
}

.brandcreator--colors-colorblock-label {
    position: absolute;
    left: 25px;
    top: 20px;
    font-family: 'Circular Std', 'Gotham A', 'Gotham B';
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px
}

.brandcreator--colors-colorblocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 40%;
    flex: 0 1 40%;
    -webkit-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear
}

.brandcreator--colors-colorblock {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    cursor: pointer;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.brandcreator--colors-colorblock > svg {
    height: 40% !important;
    width: 50% !important
}

.brandcreator--colors-colorblock > svg > svg {
    height: 100% !important;
    width: 100% !important
}

.brandcreator--colors-palette {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.brandcreator--colors-palette-color {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    margin-right: 5%;
    margin-bottom: 5%;
    line-height: 0;
    font-size: 9px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 22.5%;
    padding-bottom: 22.5%;
    border-radius: 100%
}

.brandcreator--colors-palette-color > div {
    position: absolute;
    top: 20%;
    left: 17%;
    z-index: 10
}

.brandcreator--colors-controls-hex {
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

@media (max-width: 599px) {
    .brandcreator--colors-controls-hex {
        position: absolute;
        top: 50px
    }
}

.brandcreator--colors-controls-hex input {
    font-size: 35px;
    width: 100%
}

@media (max-width: 599px) {
    .brandcreator--colors-controls-hex input {
        font-size: 20px;
        width: 6em !important
    }
}

.brandcreator--colors-controls-editcolor {
    -webkit-transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    opacity: 0.5;
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    line-height: 2.5em
}

.brandcreator--colors-controls-editcolor:hover {
    opacity: 1
}

@media (max-width: 599px) {
    .brandcreator--colors-controls-editcolor {
        display: none
    }
}

.slider-picker {
    width: 90%
}

.brandcreator--colors-controls {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    overflow-x: hidden
}

.brandcreator--colors-controls input {
    color: black;
    outline: none;
    border: 0;
    background-color: transparent;
    font-family: 'Circular Std', 'Gotham SSm A', 'Gotham SSm B';
    font-style: normal;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.brandcreator--photo-tool {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.brandcreator--graphic svg {
    width: 100%;
    height: 100%
}

.brandcreator--graphic-tool {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.brandcreator--asset {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative
}

.brandcreator--asset:after {
    content: ' ';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: -1px;
    left: -1px
}

.brandcreator--asset-container {
    width: 75%;
    height: 75%
}

.brandcreator--asset-container .brandcreator--asset {
    height: 100%
}

.brandcreator--asset-container .brandcreator--asset > div {
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 7px 5px 24px 8px, rgba(0, 0, 0, 0.4) 4px 5px 12px -2px;
    box-shadow: rgba(0, 0, 0, 0.15) 7px 5px 24px 8px, rgba(0, 0, 0, 0.4) 4px 5px 12px -2px
}

@media (max-width: 599px) {
    .brandcreator--asset-container .brandcreator--asset > div {
        -webkit-box-shadow: rgba(0, 0, 0, 0.15) 7px 5px 24px 8px, rgba(0, 0, 0, 0.4) 4px 5px 12px -2px;
        box-shadow: rgba(0, 0, 0, 0.15) 7px 5px 24px 8px, rgba(0, 0, 0, 0.4) 4px 5px 12px -2px
    }
}

.brandcreator--asset-business-card-offset, .brandcreator--asset-business-card-offset-2 {
    z-index: 2;
    position: absolute;
    width: 100%;
    height: 100%;
    top: -15;
    left: -15
}

@media (max-width: 599px) {
    .brandcreator--asset-business-card-offset, .brandcreator--asset-business-card-offset-2 {
        top: -5px;
        left: -5px
    }
}

.brandcreator--asset-business-card-offset-2 {
    z-index: 1;
    top: -30;
    left: -30;
    top: -10px;
    left: -10px
}

.brandcreator--gradient-tool {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: -webkit-grab;
    cursor: -moz-grab
}

.brandcreator--gradient-tool:active {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.brandcreator--gradient-tool:active .brandcreator--gradient-tool-indicator {
    -webkit-transform: scale(0.95);
    transform: scale(0.95)
}

.brandcreator--gradient-tool-circle {
    border: 1px solid white;
    z-index: 2;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

.brandcreator--gradient-tool-indicator {
    -webkit-transition: font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), 400ms cubic-bezier(0.23, 1, 0.32, 1) -webkit-transform, -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), 400ms cubic-bezier(0.23, 1, 0.32, 1) -webkit-transform, -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) transform, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) transform, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1), 400ms cubic-bezier(0.23, 1, 0.32, 1) -webkit-transform, -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    width: 25px;
    height: 25px;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: white;
    border-radius: 100%;
    position: relative;
    top: 50%;
    left: 50%
}

.brandcreator--gradient-tool-degree {
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 18vmin;
    letter-spacing: -0.8vmin;
    width: 100%;
    text-align: center;
    font-family: 'Circular Std', 'Gotham SSm A', 'Gotham SSm B';
    font-style: normal;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 1em;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    line-height: 1em;
    color: white
}

.brandcreator--gradient-slider {
    height: 28px
}

.brandcreator--gradient-slider-bar {
    height: 2px;
    background-color: rgba(25, 25, 25, 0.13);
    top: calc(50% + 1px);
    position: relative
}

.brandcreator--gradient-slider-handle {
    z-index: 1
}

.brandcreator--gradient-slider-handle:active, .brandcreator--gradient-slider-handle:hover {
    z-index: 2
}

.brandcreator--gradient-slider-handle:active > button {
    -webkit-transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transform: scale(0.9);
    transform: scale(0.9)
}

.brandcreator--gradients {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(40%, 1fr));
    grid-auto-rows: 360px;
    grid-gap: 15px
}

@media (max-width: 599px) {
    .brandcreator--gradients {
        grid-auto-rows: 180px
    }
}

.brandcreator--gradient {
    display: grid;
    position: relative;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    padding: 30px;
    overflow: hidden
}

.brandcreator--gradient h1 {
    z-index: 2;
    text-align: center;
    padding: 30px;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
    position: relative
}

@media (max-width: 599px) {
    .brandcreator--gradient h1 {
        font-size: 20px !important
    }
}

.brandcreator--gradient-background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.brandcreator--brand-book-section-container {
    width: 100%;
    margin-bottom: 50px
}

@media (max-width: 599px) {
    .brandcreator--brand-book-section-container {
        margin-bottom: 20px
    }
}

.brandcreator--brand-book-section {
    border-bottom: 1px solid rgba(75, 75, 75, 0.15);
    padding-bottom: 15px;
    margin-bottom: 0px;
    padding-top: 20px
}

@media (max-width: 599px) {
    .brandcreator--brand-book-section {
        padding-top: 20px;
        zoom: 0.75
    }
}

.brandcreator--brand-book-section p {
    margin: 0 !important
}

.brandcreator--brand-book-sub-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 20px;
    position: relative;
    height: 40px
}

@media (max-width: 599px) {
    .brandcreator--brand-book-sub-section {
        zoom: 0.75
    }
}

.brandcreator--brand-book-download {
    opacity: 1;
    margin-right: 15px;
    -webkit-transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    cursor: pointer;
    z-index: 10
}

.brandcreator--brand-book-download:hover {
    opacity: 1
}

.brandcreator--brand-book-help {
    opacity: 1;
    margin-left: 10px;
    position: relative;
    top: 1px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1)
}

.brandcreator--brand-book-help:hover {
    opacity: 1
}

.brandcreator--brand-book-help-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
    margin: 70px 0
}

@media (max-width: 599px) {
    .brandcreator--brand-book-help-grid {
        grid-template-columns: 1fr;
        margin: 40px 0;
        grid-gap: 20px
    }
}

.brandcreator--brand-book-help-section {
    -webkit-transition: 1200ms cubic-bezier(0.23, 1, 0.32, 1) all;
    transition: 1200ms cubic-bezier(0.23, 1, 0.32, 1) all;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    overflow: hidden;
    background: #ffffff;
    -webkit-box-shadow: inset 0px 11px 13px -11px rgba(25, 25, 25, 0.3), inset 0px -11px 13px -11px rgba(25, 25, 25, 0.3);
    box-shadow: inset 0px 11px 13px -11px rgba(25, 25, 25, 0.3), inset 0px -11px 13px -11px rgba(25, 25, 25, 0.3);
    padding: 0 0;
    margin-bottom: 55px;
    margin-top: -1px
}

.brandcreator--brand-book-help-section a {
    margin: 0;
    padding: 0
}

.brandcreator--brand-book-section-label {
    padding-bottom: 0px;
    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: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.brandcreator--brand-book-section-label p {
    margin: 15px 0 0 0
}

.brandcreator--brand-book-section-label h2 {
    margin: 0
}

.brandcreator--brand-book-colorpicker {
    position: absolute;
    z-index: 5;
    width: 100%;
    left: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 599px) {
    .brandcreator--brand-book-colorpicker {
        top: 0;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.brandcreator--brand-book-colorpicker-item {
    width: 35px;
    height: 35px;
    margin-right: 4px;
    margin-left: 4px;
    border-radius: 100px;
    position: relative;
    cursor: pointer;
    border-color: transparent;
    border-width: 0px;
    border-style: solid;
    -webkit-transition: font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), 400ms cubic-bezier(0.23, 1, 0.32, 1) -webkit-transform border-color, -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), 400ms cubic-bezier(0.23, 1, 0.32, 1) -webkit-transform border-color, -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) transform border-color, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) transform border-color, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1), 400ms cubic-bezier(0.23, 1, 0.32, 1) -webkit-transform border-color, -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1)
}

.brandcreator--brand-book-colorpicker-item > div {
    -webkit-transition: font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), 400ms cubic-bezier(0.23, 1, 0.32, 1) -webkit-transform, -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), 400ms cubic-bezier(0.23, 1, 0.32, 1) -webkit-transform, -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) transform, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) transform, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1), 400ms cubic-bezier(0.23, 1, 0.32, 1) -webkit-transform, -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    border-width: 2px;
    border-style: solid;
    width: 100%;
    height: 100%;
    border-radius: 100px
}

.brandcreator--brand-book-colorpicker-item > div:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.brandcreator--brand-book-colorpicker-item-active:hover, .brandcreator--brand-book-colorpicker-item-active {
    -webkit-transform: scale(1);
    transform: scale(1);
    border-width: 2px
}

.brandcreator--brand-book-colorpicker-item-active:hover > div, .brandcreator--brand-book-colorpicker-item-active > div {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    position: relative
}

.brandcreator--radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 15px
}

.brandcreator--radio > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.brandcreator--radio:hover .brandcreator--radio-button {
    -webkit-transform: scale(0.6);
    transform: scale(0.6)
}

.brandcreator--radio-active:hover .brandcreator--radio-button, .brandcreator--radio-active .brandcreator--radio-button {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    border-width: 3px
}

.brandcreator--radio-active:hover .brandcreator--radio-button > div, .brandcreator--radio-active .brandcreator--radio-button > div {
    -webkit-transform: scale(0.66);
    transform: scale(0.66);
    position: relative
}

.brandcreator--radio-button {
    -webkit-transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition-property: border-color, -webkit-transform;
    transition-property: border-color, -webkit-transform;
    transition-property: transform, border-color;
    transition-property: transform, border-color, -webkit-transform;
    width: 48px;
    height: 48px;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    border-radius: 100px;
    position: relative;
    cursor: pointer;
    border-color: transparent;
    border-width: 0px;
    border-style: solid
}

.brandcreator--radio-button > div {
    border-width: 3px;
    border-style: solid;
    width: 100%;
    height: 100%;
    border-radius: 100px
}

.brandcreator--radio-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -4px;
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 0 auto !important;
    flex: 1 0 auto !important
}

.brandcreator--share-social-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px auto 50px auto
}

.brandcreator--share-social-icon {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
    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;
    padding: 10px 15px;
    cursor: pointer
}

.brandcreator--modal-half {
    text-align: center
}

.brandcreator--modal-half .brandcreator--menu-section {
    padding: 35px 50px
}

@media (max-width: 899px) {
    .brandcreator--modal-half .brandcreator--menu-section {
        padding: 15px
    }
}

@media (max-width: 599px) {
    .brandcreator--modal-half .brandcreator--menu-section {
        padding: 15px
    }
}

.brandcreator--share-editor-radio-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 15px auto 10px auto;
    font-size: 18px
}

@media (max-width: 899px) {
    .brandcreator--share-editor-radio-buttons {
        font-size: 15px
    }
}

.brandcreator--share-preview-container {
    width: calc(100% - 50px);
    height: calc(100% - 90px);
    position: absolute;
    top: 65px;
    left: 25px
}

@media (max-width: 599px) {
    .brandcreator--share-preview-container {
        width: calc(100% - 10px);
        height: calc(100% - 10px);
        position: absolute;
        top: 5px;
        left: 5px
    }
}

.brandcreator--graphic-library-remove {
    cursor: pointer;
    -webkit-transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.brandcreator--graphic-library-remove:active {
    -webkit-transform: scale(0.95);
    transform: scale(0.95)
}

.brandcreator--photo-filters {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(40%, 1fr));
    grid-auto-rows: 360px;
    grid-gap: 15px
}

@media (max-width: 599px) {
    .brandcreator--photo-filters {
        grid-auto-rows: 180px
    }
}

.brandcreator--photo-filter {
    display: grid;
    position: relative;
    overflow: hidden;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    padding: 30px
}

.brandcreator--photo-filter h1 {
    z-index: 2;
    text-align: center;
    padding: 30px;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5)
}

@media (max-width: 599px) {
    .brandcreator--photo-filter h1 {
        font-size: 20px !important
    }
}

.brandcreator--photo-filter-background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.brandcreator--graphics-dropdown-item {
    height: 100%;
    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;
    width: 100%
}

.brandcreator--graphics-dropdown-item svg {
    height: 100%
}

.brandcreator--graphics-dropdown-item-container {
    padding: 0
}

.brandcreator--patterns {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(40%, 1fr));
    grid-auto-rows: 360px;
    grid-gap: 15px
}

@media (max-width: 599px) {
    .brandcreator--patterns {
        grid-auto-rows: 180px
    }
}

.brandcreator--pattern {
    display: grid;
    position: relative;
    overflow: hidden;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    padding: 30px
}

.brandcreator--pattern h1 {
    z-index: 2;
    text-align: center;
    padding: 30px;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5)
}

@media (max-width: 599px) {
    .brandcreator--pattern h1 {
        font-size: 20px !important
    }
}

.brandcreator--pattern-background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.brandcreator--dropdown-menu-item:last-child .brandcreator--menu-item-gradient {
    margin-bottom: 0
}

.brandcreator--menu-item-gradient {
    width: 100%;
    position: relative;
    height: 59px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 33px;
    color: white
}

.brandcreator--dropdown-menu-item:last-child .brandcreator--menu-item-pattern {
    margin-bottom: 0
}

.brandcreator--menu-item-pattern {
    width: 100%;
    position: relative;
    height: 59px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 33px;
    color: white
}

div.ReactTags__tags {
    position: relative;
    z-index: 2005;
    margin-right: -5px
}

div.ReactTags__tagInput {
    width: auto;
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-right: 5px
}

div.ReactTags__tagInput input.ReactTags__tagInputField, div.ReactTags__tagInput input.ReactTags__tagInputField:focus {
    margin: 0;
    width: 100%;
    border: 0;
    background-color: white;
    height: 40px;
    padding: 0px 11px;
    font-size: 14px;
    margin-top: 5px
}

div.ReactTags__selected {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

div.ReactTags__selected span.ReactTags__tag {
    background: #e2dddb;
    display: inline-block;
    padding: 0 10px;
    margin: 0 5px 5px 0;
    height: 30px;
    line-height: 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

div.ReactTags__selected a.ReactTags__remove {
    color: rgba(25, 25, 25, 0.2);
    cursor: pointer;
    -webkit-transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    margin-left: 7px
}

div.ReactTags__selected a.ReactTags__remove:active {
    -webkit-transform: scale(0.95);
    transform: scale(0.95)
}

div.ReactTags__selected a.ReactTags__remove:hover {
    color: #191919
}

div.ReactTags__suggestions {
    position: absolute;
    padding: 0;
    min-width: 120px;
    z-index: 10
}

div.ReactTags__suggestions ul {
    list-style-type: none;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 7px 5px 24px 8px, rgba(0, 0, 0, 0.4) 4px 5px 12px -2px;
    box-shadow: rgba(0, 0, 0, 0.15) 7px 5px 24px 8px, rgba(0, 0, 0, 0.4) 4px 5px 12px -2px;
    background: white;
    width: auto;
    margin: 0;
    padding: 0
}

@media (max-width: 599px) {
    div.ReactTags__suggestions ul {
        -webkit-box-shadow: rgba(0, 0, 0, 0.15) 7px 5px 24px 8px, rgba(0, 0, 0, 0.4) 4px 5px 12px -2px;
        box-shadow: rgba(0, 0, 0, 0.15) 7px 5px 24px 8px, rgba(0, 0, 0, 0.4) 4px 5px 12px -2px
    }
}

div.ReactTags__suggestions li {
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    margin: 0
}

div.ReactTags__suggestions li mark {
    text-decoration: underline;
    background: none
}

div.ReactTags__suggestions ul li.ReactTags__activeSuggestion {
    background: #0dc2f4;
    cursor: pointer
}

.brandcreator--editor-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(25, 25, 25, 0.3);
    z-index: 55;
    padding: 20px
}

@media (max-width: 599px) {
    .brandcreator--editor-wrapper {
        padding: 0 0 50px 0;
        background-color: #f2efed
    }
}

.brandcreator--modal.brandcreator--editor {
    background-color: white;
    width: 100%;
    max-width: 100%;
    margin: 0px;
    padding: 0px;
    height: 100%;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 7px 5px 24px 8px, rgba(0, 0, 0, 0.4) 4px 5px 12px -2px;
    box-shadow: rgba(0, 0, 0, 0.15) 7px 5px 24px 8px, rgba(0, 0, 0, 0.4) 4px 5px 12px -2px
}

@media (max-width: 599px) {
    .brandcreator--modal.brandcreator--editor {
        -webkit-box-shadow: rgba(0, 0, 0, 0.15) 7px 5px 24px 8px, rgba(0, 0, 0, 0.4) 4px 5px 12px -2px;
        box-shadow: rgba(0, 0, 0, 0.15) 7px 5px 24px 8px, rgba(0, 0, 0, 0.4) 4px 5px 12px -2px
    }
}

@media (max-width: 599px) {
    .brandcreator--modal.brandcreator--editor {
        grid-template-columns: 1fr;
        grid-template-rows: 2fr 3fr 50px
    }

    .brandcreator--modal.brandcreator--editor .brandcreator--menu {
        grid-row: 2/3;
        grid-column: 1/-1
    }

    .brandcreator--modal.brandcreator--editor .brandcreator--modal-content {
        grid-row: 1/2;
        grid-column: 1/-1
    }

    .brandcreator--modal.brandcreator--editor .brandcreator--input-buttons {
        grid-row: 3/4;
        grid-column: 1/-1
    }

    .brandcreator--modal.brandcreator--editor .brandcreator--modal-content.brandcreator--modal-content-full {
        grid-row: 1/3
    }
}

.brandcreator--editor-content {
    padding: 25px 25px 0 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    color: #191919;
    text-align: left
}

.brandcreator--editor-header {
    padding: 0px 25px;
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.brandcreator--editor-header > div {
    opacity: 0.5;
    cursor: pointer;
    -webkit-transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1)
}

.brandcreator--editor-header > div:hover {
    opacity: 1
}

.brandcreator--share-footer {
    position: fixed;
    left: 0;
    bottom: -65px;
    width: 100vw;
    height: 65px;
    z-index: 1001;
    -webkit-transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px
}

.brandcreator--share-footer-close, .brandcreator--share-footer-placeholder {
    width: 80px
}

.brandcreator--share-footer-close {
    cursor: pointer
}

.brandcreator--share-footer-share {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.brandcreator--share-footer-share svg {
    position: relative;
    top: 1px;
    margin-right: 8px
}

.brandcreator--share-footer-share a {
    color: white
}

.brandcreator--share-footer-share a:hover {
    text-decoration: underline
}

.brandcreator--share-footer-button {
    opacity: 0.5;
    cursor: pointer;
    -webkit-transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    margin-left: 20px
}

.brandcreator--share-footer-button:hover {
    opacity: 1
}

.brandcreator--share-footer.brandcreator--share-footer-open {
    bottom: 0
}

.brandcreator--share-header {
    width: 100%;
    height: 500px;
    z-index: 15;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: -65px
}

@media (max-width: 599px) {
    .brandcreator--share-header {
        margin-bottom: -50px
    }
}

.brandcreator--share-header.brandcreator--share-header-open {
    top: 0
}

.brandcreator--share-header-spacer {
    -webkit-transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1)
}

.brandcreator--share-header-logo {
    height: 108px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 108px;
    flex: 0 0 108px
}

.brandcreator--share-header-title {
    color: white;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    width: 100%;
    margin-top: -50px;
    text-align: center
}

.brandcreator--share-header-zoom {
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
}

@media (max-width: 599px) {
    .brandcreator--share-header-zoom {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.brandcreator--brandbook {
    padding: 95px 0 65px 0;
    background-color: #f2efed;
    display: block;
    text-align: center;
    width: 100%
}

@media (max-width: 599px) {
    .brandcreator--brandbook {
        padding-top: 60px
    }
}

.brandcreator--brandbook * {
    text-align: left
}

.brandcreator--brandbook-container {
    max-width: 1000px;
    margin: 0 auto;
    width: 90%;
    margin: 0 auto
}

.brandcreator--brandbook-pattern-overlay {
    position: relative;
    height: 179px;
    margin-top: 30px;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.brandcreator--brand-book-small-grid {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr))
}

@media (max-width: 899px) {
    .brandcreator--brand-book-small-grid {
        grid-template-columns: calc(33% - 10px) calc(33% - 10px) calc(33% - 10px)
    }
}

@media (max-width: 599px) {
    .brandcreator--brand-book-small-grid {
        grid-template-columns: calc(33% - 10px) calc(33% - 10px) calc(33% - 10px)
    }
}

.brandcreator--brand-book-medium-grid {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr))
}

@media (max-width: 899px) {
    .brandcreator--brand-book-medium-grid {
        grid-template-columns: calc(50% - 7px) calc(50% - 7px)
    }
}

@media (max-width: 599px) {
    .brandcreator--brand-book-medium-grid {
        grid-template-columns: calc(50% - 7px) calc(50% - 7px)
    }
}

.brandcreator--brand-book-large-grid {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr))
}

@media (max-width: 899px) {
    .brandcreator--brand-book-large-grid {
        grid-template-columns: calc(50% - 7px) calc(50% - 7px)
    }
}

@media (max-width: 599px) {
    .brandcreator--brand-book-large-grid {
        grid-template-columns: calc(50% - 7px) calc(50% - 7px)
    }
}

.brandcreator--brand-book-photography-item {
    width: 100%;
    position: relative
}

.brandcreator--brand-book-photography-item .brandcreator--brand-book-photography-item-square-sizer {
    padding-top: 100%;
    width: 100%;
    display: block;
    position: relative
}

.brandcreator--brand-book-photography-item .brandcreator--brand-book-photography-item-sizer {
    padding-top: 62.5%;
    width: 100%;
    display: block;
    position: relative
}

.brandcreator--brand-book-photography-item .brandcreator--brand-book-photography-item-photo, .brandcreator--brand-book-photography-item .brandcreator--brand-book-photography-item-download {
    -webkit-transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.brandcreator--brand-book-graphics-item {
    width: 100%;
    height: 100%;
    background-color: white;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.brandcreator--brand-book-graphics-item svg, .brandcreator--brand-book-graphics-item img {
    width: 80%;
    height: 80%
}

.brandcreator--photo-attribution {
    color: rgba(25, 25, 25, 0.25);
    padding: 10px 0 5px 0
}

.brandcreator--brand-book-photography-item-download {
    -webkit-transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    opacity: 0;
    cursor: pointer;
    z-index: 5
}

.brandcreator--brand-book-photography-item-download:hover {
    opacity: 0.5
}

.brandcreator--brand-book-asset-container {
    width: 33.3%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    position: relative;
    padding: 15px 0 0 15px
}

.brandcreator--brand-book-asset {
    width: 100%
}

.brandcreator--brand-book-missing-item {
    position: relative;
    height: 179px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.brandcreator--brand-book-missing-item h1 {
    opacity: 0.2
}

.brandcreator--brand-book-logo {
    height: 300px !important;
    padding: 50px
}

@media (max-width: 899px) {
    .brandcreator--brand-book-logo {
        height: 250px !important;
        padding: 30px
    }
}

@media (max-width: 599px) {
    .brandcreator--brand-book-logo {
        height: 200px !important;
        padding: 20px;
        zoom: 0.5
    }
}

.brandcreator--watermark {
    background-image: url("../cdn.brandcreator.ai/images/watermarks/grey.png");
    background-repeat: repeat;
    background-size: 100px;
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    z-index: 50;
    width: 100%;
    height: 100%;
    opacity: 0.35
}

.brandcreator--resource-center-logo {
    height: 108px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 108px;
    flex: 0 0 108px;
    position: relative;
    z-index: 1
}

.brandcreator--resource-center-content {
    position: absolute;
    top: 0;
    min-height: 100vh;
    width: 100vw;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.brandcreator--resource-center-h1 {
    font-size: 10vw;
    text-align: center;
    margin: 0;
    font-size: 100px !important
}

.brandcreator--resource-center-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 20px
}

.brandcreator--resource-center-buttons .brandcreator--button {
    margin: 0 7px
}

.brandcreator--cms-colors {
    width: 100%;
    display: grid;
    grid-auto-rows: minmax(360px, auto)
}

@media (max-width: 599px) {
    .brandcreator--cms-colors {
        grid-template-columns: 100% !important;
        grid-auto-rows: minmax(180px, auto)
    }
}

.brandcreator--cms-color {
    height: 100%;
    width: 100%;
    padding: 30px;
    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
}

.brandcreator--cms-color h2 {
    margin-bottom: 27px;
    height: 2em
}

.brandcreator--cms-color-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer
}

.brandcreator--cms-color-item div {
    margin: 2px 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    white-space: nowrap
}

.brandcreator--cms-color-item div:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px
}

.brandcreator--cms-color-item div:last-child {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 80px;
    flex: 1 1 80px;
    text-align: right
}

.brandcreator--cms-color-item .brandcreator--copy {
    opacity: 0;
    -webkit-transition: 200ms ease opacity;
    transition: 200ms ease opacity
}

.brandcreator--cms-color-item:hover .brandcreator--copy {
    opacity: 1
}

.brandcreator--cms-colors-shade {
    border-width: 0px
}

.brandcreator--cms-colors-shade-selector {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    border-radius: 100%;
    opacity: 0;
    border-width: 2px;
    border-style: solid;
    -o-border-image: initial;
    border-image: initial;
    -webkit-transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.brandcreator--cms-colors-container {
    display: grid;
    grid-template-columns: 33px 1fr
}

@media (max-width: 899px) {
    .brandcreator--cms-colors-container {
        grid-template-columns: 1fr;
        grid-template-rows: 33px 1fr
    }
}

.brandcreator--cms-colors-shades {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width: 899px) {
    .brandcreator--cms-colors-shades {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        height: 100%;
        width: 100%
    }
}

.brandcreator--cms-colors-shades > div {
    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-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.brandcreator--secondary-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 65px;
    width: 100%;
    background-color: white;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 15px;
    margin-top: 65px
}

.brandcreator--secondary-menu > div {
    cursor: pointer
}

@media (max-width: 599px) {
    .brandcreator--secondary-menu {
        height: 50px;
        margin-top: 50px;
        font-size: 13px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 5px
    }
}

@media print {
    .brandcreator--secondary-menu {
        display: none
    }
}

.brandcreator--secondary-menu-item {
    color: #b2b0ae;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin: 0 20px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 2px solid transparent;
    -webkit-transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1)
}

.brandcreator--secondary-menu-item:hover {
    color: #191919
}

@media (max-width: 599px) {
    .brandcreator--secondary-menu-item {
        margin: 0 10px
    }
}

.brandcreator--secondary-menu-item-active {
    color: #0dc2f4;
    border-bottom: 2px solid #0dc2f4
}

.brandcreator--secondary-menu-item-active:hover {
    color: #0dc2f4
}

.brandcreator--brand-settings {
    max-width: 750px;
    width: 90%;
    margin: 0 auto;
    padding: 55px 0 65px 0;
    background-color: #f2efed;
    display: block;
    grid-template-columns: 1fr 1fr;
    grid-gap: 55px;
    position: relative
}

@media (max-width: 899px) {
    .brandcreator--brand-settings {
        grid-template-columns: 1fr
    }
}

@media (max-width: 599px) {
    .brandcreator--brand-settings {
        padding-top: 20px
    }
}

.brandcreator--open-editor-container {
    z-index: 1000 !important;
    padding: 5px;
    background-color: inherit !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

@media (max-width: 599px) {
    .brandcreator--open-editor-container {
        padding: 2px
    }
}

.brandcreator--open-editor {
    z-index: 10;
    border-radius: 5px
}

.brandcreator--open-editor-button-shadow {
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 7px 5px 24px 8px, rgba(0, 0, 0, 0.4) 4px 5px 12px -2px;
    box-shadow: rgba(0, 0, 0, 0.15) 7px 5px 24px 8px, rgba(0, 0, 0, 0.4) 4px 5px 12px -2px;
    height: 71px;
    z-index: 4;
    width: 100%;
    margin: 0 0 2px 0
}

@media (max-width: 599px) {
    .brandcreator--open-editor-button-shadow {
        height: 45px
    }
}

.brandcreator--open-editor-button {
    z-index: 5;
    font-size: 18px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 71px;
    background-color: white;
    color: #191919;
    width: 100%;
    padding: 0 36px 0 27px;
    margin: 2px 0 0 0;
    white-space: nowrap;
    cursor: pointer;
    -webkit-transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) background-color, 400ms cubic-bezier(0.23, 1, 0.32, 1) color;
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) background-color, 400ms cubic-bezier(0.23, 1, 0.32, 1) color
}

@media (max-width: 599px) {
    .brandcreator--open-editor-button {
        font-size: 12px;
        height: 45px;
        padding: 0 18px 0 14px
    }
}

.brandcreator--open-editor-button:hover {
    background-color: #000;
    color: white
}

.brandcreator--cms-kit {
    min-height: 100%;
    height: 100%;
    max-height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.brandcreator--cms-kit-colors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%
}

.brandcreator--cms-kit-color {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 25%;
    flex: 1 0 25%
}

.brandcreator--cms-kit-logo {
    padding: 5%
}

.brandcreator--cms-kit-section-type {
    padding: 5%
}

.brandcreator--cms-kit-logo-hero {
    position: relative;
    width: 100%;
    height: 70vh;
    padding: 40px 26px
}

@media (max-width: 599px) {
    .brandcreator--cms-kit-logo-hero {
        height: 40vh
    }
}

.brandcreator--cms-kit-section-dropshadow {
    position: absolute;
    bottom: 0;
    opacity: 0.08;
    border-bottom: 20px solid #000;
    border-left: 30px solid transparent !important;
    border-right: 30px solid transparent !important;
    height: 0;
    left: 0;
    width: 100%;
    -webkit-filter: blur(2.5px);
    filter: blur(2.5px)
}

.brandcreator--cms-kit-section-inner {
    position: relative;
    height: 100%;
    max-height: calc(110vh - 130px);
    width: 100%;
    padding: 0 20px
}

@media (max-width: 599px) {
    .brandcreator--cms-kit-section-inner {
        max-height: none;
        height: auto
    }
}

.brandcreator--cms-kit-buttons {
    padding-top: 100px;
    height: 82px;
    padding: 0 20px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 20px
}

@media (max-width: 899px) {
    .brandcreator--cms-kit-buttons {
        font-size: 16px
    }
}

.brandcreator--cms-kit-pattern {
    position: absolute;
    width: 100%;
    height: 80%;
    top: 10%;
    left: 0;
    right: 0;
    bottom: 10%
}

.brandcreator--cms-kit-pattern-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.brandcreator--brand-preview-toplogo {
    -webkit-transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1)
}

.brandcreator--cms-kit-section-bleed, .brandcreator--cms-kit-section {
    position: relative;
    text-align: center;
    width: 100%;
    padding: 0 50px 100px 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: 1200px;
    margin: 0 auto
}

.brandcreator--cms-kit-section-bleed p, .brandcreator--cms-kit-section p {
    font-size: 20px
}

.brandcreator--cms-kit-section-bleed h1, .brandcreator--cms-kit-section-bleed h2, .brandcreator--cms-kit-section-bleed h3, .brandcreator--cms-kit-section-bleed p, .brandcreator--cms-kit-section h1, .brandcreator--cms-kit-section h2, .brandcreator--cms-kit-section h3, .brandcreator--cms-kit-section p {
    width: 100%
}

@media (max-width: 599px) {
    .brandcreator--cms-kit-section-bleed h1, .brandcreator--cms-kit-section h1 {
        zoom: 0.6
    }
}

.brandcreator--cms-kit-section-bleed > p, .brandcreator--cms-kit-section > p {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 899px) {
    .brandcreator--cms-kit-section-bleed, .brandcreator--cms-kit-section {
        padding: 0 30px 50px 30px
    }
}

@media (max-width: 599px) {
    .brandcreator--cms-kit-section-bleed, .brandcreator--cms-kit-section {
        padding: 0 20px 30px 20px
    }
}

.brandcreator--cms-kit-section-bleed {
    max-width: 100%;
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important
}

.brandcreator--cms-kit-hero-type {
    padding-top: 45px;
    padding-bottom: 45px
}

.brandcreator--cms-kit-hero-type > h1 {
    line-height: 1.11em;
    margin: 0 0 2vh 0
}

.brandcreator--cms-kit-hero-type > h2 {
    line-height: 1.45em;
    margin: 0 0 0.5em 0
}

.brandcreator--brandsquare {
    height: calc(100vh - 130px);
    width: 100%;
    position: relative;
    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
}

.brandcreator--brandsquare-duotone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: calc(100vh - 65px);
    width: 100%;
    position: relative
}

.brandcreator--cms-kit-brandsquare-duotone-container {
    width: 100%
}

.brandcreator--cms-kit-brandsquare-duotone-fixed {
    display: fixed;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh
}

.brandcreator--cms-kit-brandsquare-duotone {
    display: block;
    position: relative
}

.brandcreator--cms-kit-brandsquare-duotone .brandcreator--asset {
    -webkit-transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1)
}

.brandcreator--cms-kit-brandsquare-duotone-fade {
    position: absolute;
    width: 100%;
    bottom: 0;
    top: 0;
    height: 100%;
    left: 0
}

.brandcreator--cms-kit-colorblocks-wrapper {
    position: absolute;
    width: 100%;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0
}

.brandcreator--cms-kit-colorblocks {
    z-index: 5;
    width: 65vh;
    max-width: 80%;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 7px 5px 24px 8px, rgba(0, 0, 0, 0.4) 4px 5px 12px -2px;
    box-shadow: rgba(0, 0, 0, 0.15) 7px 5px 24px 8px, rgba(0, 0, 0, 0.4) 4px 5px 12px -2px
}

@media (max-width: 599px) {
    .brandcreator--cms-kit-colorblocks {
        -webkit-box-shadow: rgba(0, 0, 0, 0.15) 7px 5px 24px 8px, rgba(0, 0, 0, 0.4) 4px 5px 12px -2px;
        box-shadow: rgba(0, 0, 0, 0.15) 7px 5px 24px 8px, rgba(0, 0, 0, 0.4) 4px 5px 12px -2px
    }
}

.brandcreator--cms-kit-colorblocks > div {
    float: left;
    padding-top: 50%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-transition: 500ms ease background-color;
    transition: 500ms ease background-color
}

.brandcreator--style-tile .brandcreator--cms-kit-brandsquare {
    max-height: 100%
}

.brandcreator--style-tile .brandcreator--cms-kit-brandsquare-duotone {
    height: 100%
}

.brandcreator--style-tile .brandcreator--cms-kit-colorblocks-wrapper {
    bottom: 5%
}

.brandcreator--swipe-tile {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.brandcreator--brand-preview-section-cards {
    padding-top: 120px
}

@media (max-width: 599px) {
    .brandcreator--brand-preview-section-cards {
        padding-top: 50px;
        padding-bottom: 30px
    }
}

.brandcreator--brand-preview-section-social {
    padding-top: 120px;
    padding-bottom: 65px;
    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-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 599px) {
    .brandcreator--brand-preview-section-social {
        padding-top: 50px;
        padding-bottom: 100px
    }
}

.brandcreator--brand-preview-section-peekthrough {
    height: 45vmin;
    min-height: 35vw;
    width: 100%
}

@media (max-width: 599px) {
    .brandcreator--brand-preview-section-peekthrough {
        height: 80vw
    }
}

.brandcreator--brand-preview-section-sliderthing {
    width: 100%;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: minmax(35vw, 45vmin)
}

@media (max-width: 599px) {
    .brandcreator--brand-preview-section-sliderthing {
        grid-template-columns: 100%;
        grid-template-rows: 80vw 80vw
    }
}

.brandcreator--brand-preview-type > * {
    font-size: 1.5em !important
}

@media (max-width: 899px) {
    .brandcreator--brand-preview-type > * {
        font-size: 1.25em !important
    }
}

@media (max-width: 599px) {
    .brandcreator--brand-preview-type > * {
        font-size: 1em !important
    }
}

.brandcreator--brand-preview-instruction {
    position: fixed;
    color: white;
    z-index: 1000;
    left: calc(50% - 210px);
    top: calc(50% - 96px);
    height: 193px;
    width: 420px
}

.brandcreator--brand-preview-instruction > div {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-direction: column;
    padding: 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 7px 5px 24px 8px, rgba(0, 0, 0, 0.4) 4px 5px 12px -2px;
    box-shadow: rgba(0, 0, 0, 0.15) 7px 5px 24px 8px, rgba(0, 0, 0, 0.4) 4px 5px 12px -2px
}

@media (max-width: 599px) {
    .brandcreator--brand-preview-instruction > div {
        -webkit-box-shadow: rgba(0, 0, 0, 0.15) 7px 5px 24px 8px, rgba(0, 0, 0, 0.4) 4px 5px 12px -2px;
        box-shadow: rgba(0, 0, 0, 0.15) 7px 5px 24px 8px, rgba(0, 0, 0, 0.4) 4px 5px 12px -2px
    }
}

.brandcreator--brand-preview-instruction p {
    font-size: 18px;
    margin: 0 30px
}

.brandcreator--brand-preview-instruction .brandcreator--brand-preview-instruction-copy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px
}

.brandcreator--brand-preview-instruction .brandcreator--brand-preview-instruction-copy h1 {
    line-height: 1.5em;
    margin: 0
}

.brandcreator--brand-preview-instruction .brandcreator--brand-preview-instruction-copy p {
    text-align: center
}

.brandcreator--brand-preview-instruction .brandcreator--brand-preview-instruction-dismiss {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    font-size: 18px;
    background-color: #666666;
    color: white;
    text-align: center;
    cursor: pointer;
    padding: 10px;
    height: 74px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.brandcreator--brand-preview-instruction .brandcreator--brand-preview-instruction-dismiss:hover {
    background-color: #0dc2f4
}

.brandcreator--header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 51;
    font-size: 18px;
    font-family: 'Circular Std', 'Gotham A', 'Gotham B';
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    min-height: 65px
}

@media (max-width: 599px) {
    .brandcreator--header {
        min-height: 50px
    }
}

@media print {
    .brandcreator--header {
        display: none
    }
}

.brandcreator--header-background {
    height: 65px
}

@media (max-width: 599px) {
    .brandcreator--header-background {
        height: 50px
    }
}

.brandcreator--header.brandcreator--header-sharing {
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%)
}

@media (max-width: 899px) {
    .brandcreator--header-center .brandcreator--header-item {
        width: auto
    }
}

.brandcreator--header-icon-highlight {
    position: absolute;
    bottom: 9px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 32px;
    line-height: 1em;
    width: 11px
}

@media (max-width: 599px) {
    .brandcreator--new-project-back-button {
        position: absolute;
        top: 47px;
        left: 0px
    }
}

@media (max-width: 599px) {
    .brandcreator--new-project-save-buy {
        position: absolute;
        top: 80px;
        right: 10px;
        white-space: nowrap
    }
}

.brandcreator--header-menu {
    z-index: 6;
    border-right: 2px solid rgba(255, 255, 255, 0.1);
    height: 100vh;
    width: 290px;
    left: -290px;
    -webkit-transition: 300ms ease-out;
    transition: 300ms ease-out;
    top: 0;
    bottom: 0;
    position: absolute;
    background-color: #666666;
    color: white;
    padding: 90px 26px 26px 26px;
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 7px 5px 24px 8px, rgba(0, 0, 0, 0.4) 4px 5px 12px -2px;
    box-shadow: rgba(0, 0, 0, 0.15) 7px 5px 24px 8px, rgba(0, 0, 0, 0.4) 4px 5px 12px -2px
}

@media (max-width: 599px) {
    .brandcreator--header-menu {
        -webkit-box-shadow: rgba(0, 0, 0, 0.15) 7px 5px 24px 8px, rgba(0, 0, 0, 0.4) 4px 5px 12px -2px;
        box-shadow: rgba(0, 0, 0, 0.15) 7px 5px 24px 8px, rgba(0, 0, 0, 0.4) 4px 5px 12px -2px
    }
}

.brandcreator--header-menu-items {
    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-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

@media (max-width: 599px) {
    .brandcreator--header-menu-items {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        margin-top: 26px
    }
}

.brandcreator--header-menu-items-last {
    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-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-top: 2.5em
}

.brandcreator--header-menu-item, .brandcreator--header-menu-logout {
    font-size: 30px;
    font-family: 'Circular Std', 'Gotham A', 'Gotham B';
    font-style: normal;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.5em
}

.brandcreator--header-menu-logout {
    font-size: 20px
}

.brandcreator--header-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
    height: 65px;
    z-index: 1
}

.brandcreator--header-center a {
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 599px) {
    .brandcreator--header-center {
        height: 50px
    }
}

.brandcreator--header-left {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0px;
    left: 0px;
    height: 65px;
    z-index: 5;
    z-index: 10
}

.brandcreator--header-left a {
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 599px) {
    .brandcreator--header-left {
        height: 50px
    }
}

.brandcreator--hamburger {
    display: none
}

@media (max-width: 599px) {
    .brandcreator--hamburger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        top: 0px;
        right: 0px;
        height: 50px;
        z-index: 5;
        padding: 0px 14px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        cursor: pointer
    }
}

.brandcreator--header-right {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0px;
    right: 0px;
    height: 65px;
    z-index: 5
}

.brandcreator--header-right a {
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 599px) {
    .brandcreator--header-right {
        height: 50px
    }

    .brandcreator--header-right button > svg {
        display: none
    }
}

@media (max-width: 599px) {
    .brandcreator--header .brandcreator--header-left .brandcreator--header-item, .brandcreator--header .brandcreator--header-center .brandcreator--header-item {
        padding: 0 10px
    }
}

@media (max-width: 599px) {
    .brandcreator--header .brandcreator--header-right .brandcreator--header-item {
        padding: 0 10px
    }
}

@media (max-width: 599px) {
    .brandcreator--header.brandcreator--header-dashboard .brandcreator--header-right, .brandcreator--header.brandcreator--header-new-modal .brandcreator--header-right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .brandcreator--header.brandcreator--header-dashboard .brandcreator--header-right .brandcreator--header-item, .brandcreator--header.brandcreator--header-new-modal .brandcreator--header-right .brandcreator--header-item {
        padding: 0 10px
    }
}

@media (max-width: 599px) {
    .brandcreator--header.brandcreator--header-new-modal {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.brandcreator--header-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding: 0 25px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.brandcreator--header-item svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    height: 32px;
    width: 32px;
    -webkit-transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1)
}

@media (max-width: 599px) {
    .brandcreator--header-item svg {
        height: 25px
    }
}

.brandcreator--header-right .brandcreator--header-item svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    height: 24px
}

.brandcreator--header-second-menu .brandcreator--header-item {
    padding: 0 15px
}

@media (max-width: 599px) {
    .brandcreator--header-second-menu .brandcreator--header-item {
        padding: 0 13px
    }
}

@media (max-width: 599px) {
    .brandcreator--header-center .brandcreator--header-item {
        padding: 0 10px
    }
}

@media (max-width: 599px) {
    .brandcreator--header-center .brandcreator--header-item-active {
        display: block
    }
}

.brandcreator--brand-menu {
    display: none
}

@media (max-width: 599px) {
    .brandcreator--brand-menu {
        -webkit-transition: 500ms ease;
        transition: 500ms ease;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        height: 100vh;
        position: absolute;
        top: 0;
        left: 0;
        background-color: black;
        color: white;
        padding: 65px 0px 50px 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .brandcreator--brand-menu a, .brandcreator--brand-menu div {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 30px;
        flex: 1 1 30px;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.brandcreator--header-center a:hover .brandcreator--header-icon-text {
    opacity: 1
}

.brandcreator--header-center .brandcreator--header-icon-text {
    opacity: 0.5;
    -webkit-transition: 200ms ease-out opacity;
    transition: 200ms ease-out opacity
}

.brandcreator--header-center .brandcreator--header-item-active .brandcreator--header-icon-text {
    opacity: 1
}

.brandcreator--header-second-menu .brandcreator--header-item:hover {
    opacity: 1
}

.brandcreator--header-second-menu .brandcreator--header-item {
    opacity: 1
}

.brandcreator--header-second-menu .brandcreator--header-item > * {
    -webkit-transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    opacity: 0.3
}

.brandcreator--header-second-menu .brandcreator--header-item:hover > * {
    opacity: 1
}

.brandcreator--header-second-menu .brandcreator--header-item {
    opacity: 1
}

.brandcreator--header-second-menu .brandcreator--header-item.brandcreator--header-item-active {
    opacity: 1
}

.brandcreator--header-second-menu .brandcreator--header-item.brandcreator--header-item-active > * {
    opacity: 1
}

.brandcreator--header-item-active .brandcreator--header-icon-text {
    opacity: 1
}

.brandcreator--header-icon-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    font-family: 'Circular Std', 'Gotham A', 'Gotham B';
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@media (max-width: 599px) {
    .brandcreator--header-icon-text {
        font-size: 14px
    }
}

.brandcreator--header-profile-picture-menu-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.brandcreator--header-profile-picture-arrow {
    height: 13px !important;
    width: 20px !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    margin-top: 5px
}

.brandcreator--header-profile-picture > div {
    height: 32px !important;
    width: 32px !important;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 32px;
    flex: 1 0 32px;
    margin: 0
}

@media (max-width: 599px) {
    .brandcreator--header-profile-picture > div {
        height: 25px !important;
        width: 25px !important;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 25px;
        flex: 1 0 25px;
        margin: 0
    }
}

.brandcreator--dropdown-menu.brandcreator--header-dropdown {
    height: auto;
    width: 200px;
    max-height: calc(100vh - 65px);
    overflow-y: auto
}

@media (max-width: 599px) {
    .brandcreator--dropdown-menu.brandcreator--header-dropdown {
        width: 180px;
        max-height: calc(100vh - 50px)
    }
}

.brandcreator--style-tile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0;
    -webkit-transition: 600ms ease background-color;
    transition: 600ms ease background-color;
    z-index: 5;
    cursor: pointer
}

.brandcreator--style-tile:active > div {
    -webkit-transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transform: scale(0.95);
    transform: scale(0.95)
}

.brandcreator--style-tile .brandcreator--style-tile-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.brandcreator--dashboard-items .brandcreator--style-tile {
    padding: 57% 0 0 0;
    height: auto
}

.brandcreator--dashboard-items .brandcreator--style-tile .brandcreator--style-tile-logo {
    position: absolute;
    width: 65%;
    height: 45%;
    top: 27.5%;
    left: 17.5%;
    right: 17.5%;
    bottom: 27.5%
}

.brandcreator--style-tile-background {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.brandcreator--style-tile-cta {
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    font-family: 'Circular Std', 'Gotham SSm A', 'Gotham SSm B';
    font-style: normal;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.brandcreator--style-tile-cta div {
    cursor: pointer
}

.brandcreator--style-tile-save {
    position: absolute;
    top: 0;
    opacity: 0.2;
    cursor: pointer;
    right: 0;
    width: 65px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.brandcreator--style-tile-save svg {
    height: 35px
}

.brandcreator--style-tile-top {
    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-flex: 0;
    -ms-flex: 0 0 218px;
    flex: 0 0 218px;
    width: 100%;
    background-color: white;
    height: 218px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 599px) {
    .brandcreator--style-tile-top {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 158px;
        flex: 0 0 158px;
        height: 158px
    }
}

@media (min-width: 1700px) {
    .brandcreator--style-tile-top {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 290px;
        flex: 0 0 290px;
        height: 290px
    }
}

.brandcreator--style-tile-bottom {
    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-flex: 0;
    -ms-flex: 0 1 218px;
    flex: 0 1 218px;
    width: 100%
}

@media (max-width: 599px) {
    .brandcreator--style-tile-bottom {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 158px;
        flex: 0 1 158px
    }
}

@media (min-width: 1700px) {
    .brandcreator--style-tile-bottom {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 290px;
        flex: 0 1 290px
    }
}

.brandcreator--style-tile-duotone {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 218px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%
}

@media (max-width: 599px) {
    .brandcreator--style-tile-duotone {
        height: 158px
    }
}

@media (min-width: 1700px) {
    .brandcreator--style-tile-duotone {
        height: 290px
    }
}

.brandcreator--style-tile-logo {
    height: 218px;
    width: 100%
}

@media (max-width: 599px) {
    .brandcreator--style-tile-logo {
        height: 158px
    }
}

@media (min-width: 1700px) {
    .brandcreator--style-tile-logo {
        height: 290px
    }
}

.brandcreator--style-tile-middle {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45px;
    flex: 0 0 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 45px
}

@media (max-width: 599px) {
    .brandcreator--style-tile-middle {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45px;
        flex: 0 0 45px;
        height: 45px
    }
}

@media (min-width: 1700px) {
    .brandcreator--style-tile-middle {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45px;
        flex: 0 0 45px;
        height: 45px
    }
}

.brandcreator--style-tile-typography {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    padding: 40px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 218px
}

.brandcreator--style-tile-typography h1 {
    margin-bottom: .66em;
    font-size: 24px;
    line-height: 1.1em
}

.brandcreator--style-tile-typography h2 {
    line-height: 1.2em;
    font-size: 14px
}

@media (max-width: 599px) {
    .brandcreator--style-tile-typography {
        height: 158px;
        padding: 20px
    }

    .brandcreator--style-tile-typography h1 {
        font-size: 18px
    }

    .brandcreator--style-tile-typography h2 {
        font-size: 10px
    }
}

@media (min-width: 1700px) {
    .brandcreator--style-tile-typography {
        height: 290px;
        padding: 20px
    }
}

.brandcreator--style-tile-top-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.brandcreator--style-tile-colorblocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 20%;
    flex: 1 1 20%
}

.brandcreator--style-tile-colorblocks > div {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.brandcreator--logo-picker-style-tile:hover .brandcreator--style-tile-background {
    background-color: white !important
}

.brandcreator--purchased-brand-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px 55px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end
}

@media (max-width: 599px) {
    .brandcreator--purchased-brand-info {
        grid-template-columns: 1fr
    }
}

.brandcreator--purchased-brand-meta {
    display: grid;
    grid-auto-columns: 1fr;
    grid-auto-flow: column
}

.brandcreator--purchased-brand-info-date p, .brandcreator--purchased-brand-info-renew p {
    margin: .5em 0
}

.brandcreator--purchased-brand-info-date h2 span, .brandcreator--purchased-brand-info-renew h2 span {
    display: inline-block;
    margin-right: 10px
}

.brandcreator--dashboard {
    color: #191919;
    padding-top: 65px;
    width: 100%
}

@media (max-width: 599px) {
    .brandcreator--dashboard {
        padding-top: 50px
    }
}

.brandcreator--dashboard-items {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 50%))
}

@media (max-width: 899px) {
    .brandcreator--dashboard-items {
        grid-template-columns: 50% 50%
    }
}

@media (max-width: 599px) {
    .brandcreator--dashboard-items {
        grid-template-columns: 100%
    }
}

.brandcreator--dashboard-item {
    position: relative
}

.brandcreator--dashboard-item > a {
    position: relative;
    padding-top: 56.25%;
    display: block;
    width: 100%
}

.brandcreator--dashboard-item > a > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.brandcreator--dashboard-item:hover .brandcreator--dashboard-item-delete {
    opacity: 1
}

.brandcreator--dashboard-item-purchased {
    padding-bottom: 20px
}

.brandcreator--dashboard-item-confirm-delete {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.brandcreator--dashboard-item-confirm-delete h1 {
    font-size: 40px;
    margin-bottom: 20px
}

.brandcreator--dashboard-item-confirm-delete-top {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -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
}

.brandcreator--dashboard-item-confirm-delete-options button {
    font-family: 'Circular Std', 'Gotham A', 'Gotham B';
    font-style: normal;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    opacity: 0.5;
    border: 0;
    background-color: transparent;
    outline: 0;
    margin: 0 20px;
    cursor: pointer
}

.brandcreator--dashboard-item-confirm-delete-options button:hover {
    opacity: 1
}

.brandcreator--dashboard-item-confirm-delete-warning {
    font-size: 13px;
    font-family: 'Circular Std', 'Gotham A', 'Gotham B';
    font-style: normal;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 0.5;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    height: 4em
}

.brandcreator--dashboard-item-delete {
    position: absolute;
    top: 0;
    right: 13px;
    width: 50px;
    height: 50px;
    z-index: 10;
    padding: 15px;
    opacity: 0;
    -webkit-transition: 200ms ease;
    transition: 200ms ease
}

.brandcreator--dashboard-item-hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: default;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    opacity: 0
}

.brandcreator--dashboard-item-hover:hover {
    opacity: 1
}

.brandcreator--dashboard-item-icons {
    width: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer
}

.brandcreator--dashboard-item-icons svg {
    height: 56px
}

.brandcreator--new-brand {
    height: 100%;
    width: 100%;
    background-color: white;
    color: #191919;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.brandcreator--new-brand svg {
    width: 75px;
    margin: 32px;
    margin-bottom: 10px;
    margin-top: 0px
}

.brandcreator--new-brand > svg, .brandcreator--new-brand > h2 {
    -webkit-transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    opacity: 0.5
}

.brandcreator--new-brand:hover > svg, .brandcreator--new-brand:hover > h2 {
    opacity: 1
}

.brandcreator--split-screen {
    position: fixed;
    height: 100vh;
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.brandcreator--split-screen-icon {
    margin-bottom: 10px
}

@media (max-width: 599px) {
    .brandcreator--split-screen-icon {
        margin-bottom: 0
    }
}

.brandcreator--split-screen-icon > svg {
    height: 120px
}

@media (max-width: 599px) {
    .brandcreator--split-screen-icon > svg {
        height: 70px
    }

    .brandcreator--split-screen-icon > svg polygon {
        stroke-width: 2.5 !important
    }
}

.brandcreator--split-screen-option {
    -webkit-transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: pointer
}

.brandcreator--split-screen-option > div {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: pointer;
    -webkit-transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1)
}

.brandcreator--split-screen-option > div:active {
    -webkit-transform: scale(0.95);
    transform: scale(0.95)
}

.brandcreator--split-screen-option:hover {
    background-color: #0dc2f4 !important
}

.brandcreator--split-screen-header {
    position: absolute;
    margin: 0 auto;
    top: 100px
}

.brandcreator--pick-a-style-container {
    min-height: 100%;
    width: 100%
}

.brandcreator--pick-a-style {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    min-height: 100%;
    padding-bottom: 100px
}

.brandcreator--pick-a-style-style {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33%;
    flex: 1 1 33%;
    padding: 50px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    cursor: pointer;
    -webkit-transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    font-size: 30px;
    font-family: 'Circular Std', 'Gotham A', 'Gotham B';
    font-style: normal;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.brandcreator--pick-a-style-style:active {
    -webkit-transform: scale(0.95);
    transform: scale(0.95)
}

.brandcreator--pick-a-style-style:hover {
    background-color: white
}

@media (max-width: 899px) {
    .brandcreator--pick-a-style-style {
        font-size: 20px;
        padding: 30px 0
    }
}

@media (max-width: 599px) {
    .brandcreator--pick-a-style-style {
        font-size: 16px;
        padding: 20px 0
    }
}

@-webkit-keyframes fadeInDelay {
    0% {
        opacity: 0
    }
    20% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeInDelay {
    0% {
        opacity: 0
    }
    20% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes fadeInSlideUp {
    from {
        top: 20px;
        opacity: 0
    }
    to {
        top: 0px;
        opacity: 1
    }
}

@keyframes fadeInSlideUp {
    from {
        top: 20px;
        opacity: 0
    }
    to {
        top: 0px;
        opacity: 1
    }
}

@-webkit-keyframes scaleUp {
    from {
        -webkit-transform: scale(0.8);
        transform: scale(0.8)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes scaleUp {
    from {
        -webkit-transform: scale(0.8);
        transform: scale(0.8)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes scaleUpKeepWidth {
    from {
        -webkit-transform: scale(1, 0);
        transform: scale(1, 0)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes scaleUpKeepWidth {
    from {
        -webkit-transform: scale(1, 0);
        transform: scale(1, 0)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes fadeInScale {
    0% {
        opacity: 0.9;
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes fadeInScale {
    0% {
        opacity: 0.9;
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.brandcreator--style-picker {
    z-index: 20;
    width: 100%;
    -webkit-transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1)
}

.brandcreator--style-tiles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    min-height: 100vh;
    position: relative
}

.brandcreator--style-middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-top: 117px;
    overflow-y: scroll
}

.brandcreator--style-tile-container {
    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;
    cursor: pointer
}

.brandcreator--style-tile-container > div {
    position: relative;
    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;
    width: 100%;
    height: 100%
}

@-webkit-keyframes scaleIn {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
    50% {
        -webkit-transform: scale(1.01);
        transform: scale(1.01)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes scaleIn {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
    50% {
        -webkit-transform: scale(1.01);
        transform: scale(1.01)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.brandcreator--style-tile-background {
    width: 100%;
    height: 100%;
    -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    position: absolute;
    z-index: 1;
    background-color: #f2efed;
    border-color: #d3d1cf;
    border-style: solid;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-width: 0px;
    border-right-width: 0px;
    -webkit-transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1)
}

.brandcreator--style-tile {
    z-index: 3;
    width: 100%;
    height: 100%;
    position: relative;
    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
}

.brandcreator--style-tile-no-color svg {
    fill: #191919
}

.brandcreator--style-tile-container:hover .brandcreator--style-tile-background {
    background-color: white;
    z-index: 2
}

.brandcreator--style-tile-animate-in {
    -webkit-transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1)
}

.brandcreator--style-tile-animate-in .brandcreator--style-tile-background {
    -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-animation: fadeIn 150ms ease-out;
    animation: fadeIn 150ms ease-out
}

.brandcreator--color-picker {
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: fixed;
    top: 65px;
    z-index: 21
}

@media (max-width: 599px) {
    .brandcreator--color-picker {
        top: 50px
    }
}

.brandcreator--color-picker-square {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    cursor: pointer
}

.brandcreator--color-picker-square > div {
    padding-top: 65px
}

@media (max-width: 599px) {
    .brandcreator--color-picker-square {
        min-width: 30%
    }
}

.brandcreator--icon-search-container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    overflow-y: auto;
    padding-bottom: 20px
}

.brandcreator--icon-search-container::-webkit-scrollbar {
    border-radius: 4px;
    cursor: pointer;
    background: transparent;
    -webkit-transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    height: 100%;
    width: 10px;
    margin-right: -9px;
    height: 9px
}

.brandcreator--icon-search-container::-webkit-scrollbar:hover {
    height: 9px
}

.brandcreator--icon-search-container::-webkit-scrollbar-track {
    background: transparent;
    padding: 2px
}

.brandcreator--icon-search-container:hover::-webkit-scrollbar-track {
    background: transparent
}

.brandcreator--icon-search-container::-webkit-scrollbar-thumb {
    background: rgba(25, 25, 25, 0.25);
    border-radius: 6px;
    margin: 2px;
    -webkit-transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1)
}

.brandcreator--icon-search-container::-webkit-scrollbar-thumb:hover {
    background: rgba(25, 25, 25, 0.5)
}

.brandcreator--icon-search {
    display: grid;
    width: 90%;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-auto-rows: 250px;
    margin-top: 20px
}

@media (max-width: 599px) {
    .brandcreator--icon-search {
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
        grid-auto-rows: 100px;
        margin-top: 5px
    }
}

.brandcreator--icon-search > div {
    height: 100%;
    width: 100%;
    padding: 50px;
    cursor: pointer;
    -webkit-transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer
}

.brandcreator--icon-search > div:active {
    -webkit-transform: scale(0.95);
    transform: scale(0.95)
}

.brandcreator--icon-search > div:hover {
    background-color: white
}

@media (max-width: 599px) {
    .brandcreator--icon-search > div {
        padding: 10px
    }
}

.brandcreator--icon-search > div img {
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    width: auto;
    -webkit-transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1)
}

.brandcreator--icon-search-suggestions {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 42px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.brandcreator--icon-search-suggestions::-webkit-scrollbar {
    border-radius: 4px;
    cursor: pointer;
    background: transparent;
    -webkit-transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    height: 100%;
    width: 10px;
    margin-right: -9px;
    height: 9px
}

.brandcreator--icon-search-suggestions::-webkit-scrollbar:hover {
    height: 9px
}

.brandcreator--icon-search-suggestions::-webkit-scrollbar-track {
    background: transparent;
    padding: 2px
}

.brandcreator--icon-search-suggestions:hover::-webkit-scrollbar-track {
    background: transparent
}

.brandcreator--icon-search-suggestions::-webkit-scrollbar-thumb {
    background: rgba(25, 25, 25, 0.25);
    border-radius: 6px;
    margin: 2px;
    -webkit-transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1)
}

.brandcreator--icon-search-suggestions::-webkit-scrollbar-thumb:hover {
    background: rgba(25, 25, 25, 0.5)
}

.brandcreator--icon-search-suggestions > div {
    cursor: pointer;
    -webkit-transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    background-color: #fff;
    border-radius: 0px;
    padding: 3px 10px;
    margin: 0 8px 0 0;
    height: 27px;
    white-space: nowrap
}

.brandcreator--icon-search-suggestions > div:active {
    -webkit-transform: scale(0.95);
    transform: scale(0.95)
}

.brandcreator--icon-search-load-more {
    -ms-flex-item-align: center;
    align-self: center;
    font-size: 18px
}

.brandcreator--invoice {
    background-repeat: no-repeat;
    background-position: top 20px right 20px;
    width: 800px;
    max-width: 90%;
    margin: 65px auto
}

.brandcreator--invoice h2 {
    margin: 0.2em 0
}

.brandcreator--invoice-table {
    margin-bottom: 20px
}

.brandcreator--invoice-header {
    width: 300px;
    margin: 20px 0
}

.brandcreator--settings {
    max-width: 750px;
    width: 90%;
    margin: 0 auto;
    padding: 55px 0 65px 0;
    background-color: #f2efed;
    display: block;
    grid-template-columns: 1fr 1fr;
    grid-gap: 55px;
    position: relative
}

.brandcreator--settings-form-grid, .brandcreator--settings-subscription {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 80px;
    grid-auto-rows: 95px
}

@media (max-width: 599px) {
    .brandcreator--settings-form-grid, .brandcreator--settings-subscription {
        grid-template-rows: 48px;
        grid-auto-rows: 80px
    }
}

.brandcreator--settings-subscription {
    grid-column: 1/-1;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end
}

@media (max-width: 599px) {
    .brandcreator--settings-subscription {
        grid-auto-rows: auto
    }
}

.brandcreator--admin-colors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 1000px;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    padding-top: 20px
}

.brandcreator--admin-colors-palettes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.brandcreator--admin-colors-palette-container {
    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-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 1em
}

.brandcreator--admin-colors-palette {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 1em
}

.brandcreator--admin-colors-palette-tools {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.brandcreator--admin-colors-palette-tools > div {
    border-right: 1px solid #191919;
    padding: 0 1em;
    line-height: 1em;
    cursor: pointer
}

.brandcreator--admin-colors-palette-tools > div:first-child {
    padding-left: 0
}

.brandcreator--admin-colors-palette-tools > div:last-child {
    border-right: none
}

.brandcreator--admin-colors-category-marker {
    border: 2px solid white;
    width: 28px;
    height: 28px;
    border-radius: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28px;
    flex: 0 0 28px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.brandcreator--admin-colors-palette-color {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

.brandcreator--admin-colors-palette-color-square {
    height: 72px;
    width: 100%
}

.brandcreator--admin-colors-palette-color-text {
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.brandcreator--admin-brands {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 1000px;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    padding-top: 65px
}

@font-face {
    font-family: 'Circular Std';
    src: url("https://www.thebrand.ai/brandcreator/fonts/CircularStd-Book.eot");
    src: url("https://www.thebrand.ai/brandcreator/fonts/CircularStd-Book.eot?#iefix") format("embedded-opentype"), url("https://www.thebrand.ai/brandcreator/fonts/CircularStd-Book.woff") format("woff"), url("https://www.thebrand.ai/brandcreator/fonts/CircularStd-Book.ttf") format("truetype"), url("https://www.thebrand.ai/brandcreator/fonts/CircularStd-Book.svg#CircularStd-Book") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Circular Std';
    src: url("https://www.thebrand.ai/brandcreator/fonts/CircularStd-BookItalic.eot");
    src: url("https://www.thebrand.ai/brandcreator/fonts/CircularStd-BookItalic.eot?#iefix") format("embedded-opentype"), url("https://www.thebrand.ai/brandcreator/fonts/CircularStd-BookItalic.woff") format("woff"), url("https://www.thebrand.ai/brandcreator/fonts/CircularStd-BookItalic.ttf") format("truetype"), url("https://www.thebrand.ai/brandcreator/fonts/CircularStd-BookItalic.svg#CircularStd-BookItalic") format("svg");
    font-weight: normal;
    font-style: italic
}

@font-face {
    font-family: 'Circular Std';
    src: url("https://www.thebrand.ai/brandcreator/fonts/CircularStd-Medium.eot");
    src: url("https://www.thebrand.ai/brandcreator/fonts/CircularStd-Medium.eot?#iefix") format("embedded-opentype"), url("https://www.thebrand.ai/brandcreator/fonts/CircularStd-Medium.woff") format("woff"), url("https://www.thebrand.ai/brandcreator/fonts/CircularStd-Medium.ttf") format("truetype"), url("https://www.thebrand.ai/brandcreator/fonts/CircularStd-Medium.svg#CircularStd-Medium") format("svg");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: 'Circular Std';
    src: url("https://www.thebrand.ai/brandcreator/fonts/CircularStd-MediumItalic.eot");
    src: url("https://www.thebrand.ai/brandcreator/fonts/CircularStd-MediumItalic.eot?#iefix") format("embedded-opentype"), url("https://www.thebrand.ai/brandcreator/fonts/CircularStd-MediumItalic.woff") format("woff"), url("https://www.thebrand.ai/brandcreator/fonts/CircularStd-MediumItalic.ttf") format("truetype"), url("https://www.thebrand.ai/brandcreator/fonts/CircularStd-MediumItalic.svg#CircularStd-MediumItalic") format("svg");
    font-weight: 500;
    font-style: italic
}

@font-face {
    font-family: 'Circular Std';
    src: url("https://www.thebrand.ai/brandcreator/fonts/CircularStd-Bold.eot");
    src: url("https://www.thebrand.ai/brandcreator/fonts/CircularStd-Bold.eot?#iefix") format("embedded-opentype"), url("https://www.thebrand.ai/brandcreator/fonts/CircularStd-Bold.woff") format("woff"), url("https://www.thebrand.ai/brandcreator/fonts/CircularStd-Bold.ttf") format("truetype"), url("https://www.thebrand.ai/brandcreator/fonts/CircularStd-Bold.svg#CircularStd-Bold") format("svg");
    font-weight: bold;
    font-style: normal
}

@font-face {
    font-family: 'Circular Std';
    src: url("https://www.thebrand.ai/brandcreator/fonts/CircularStd-BoldItalic.eot");
    src: url("https://www.thebrand.ai/brandcreator/fonts/CircularStd-BoldItalic.eot?#iefix") format("embedded-opentype"), url("https://www.thebrand.ai/brandcreator/fonts/CircularStd-BoldItalic.woff") format("woff"), url("https://www.thebrand.ai/brandcreator/fonts/CircularStd-BoldItalic.ttf") format("truetype"), url("https://www.thebrand.ai/brandcreator/fonts/CircularStd-BoldItalic.svg#CircularStd-BoldItalic") format("svg");
    font-weight: bold;
    font-style: italic
}

@font-face {
    font-family: 'Circular Std';
    src: url("https://www.thebrand.ai/brandcreator/fonts/CircularStd-Black.eot");
    src: url("https://www.thebrand.ai/brandcreator/fonts/CircularStd-Black.eot?#iefix") format("embedded-opentype"), url("https://www.thebrand.ai/brandcreator/fonts/CircularStd-Black.woff") format("woff"), url("https://www.thebrand.ai/brandcreator/fonts/CircularStd-Black.ttf") format("truetype"), url("https://www.thebrand.ai/brandcreator/fonts/CircularStd-Black.svg#CircularStd-Black") format("svg");
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: 'Circular Std';
    src: url("https://www.thebrand.ai/brandcreator/fonts/CircularStd-BlackItalic.eot");
    src: url("https://www.thebrand.ai/brandcreator/fonts/CircularStd-BlackItalic.eot?#iefix") format("embedded-opentype"), url("https://www.thebrand.ai/brandcreator/fonts/CircularStd-BlackItalic.woff") format("woff"), url("https://www.thebrand.ai/brandcreator/fonts/CircularStd-BlackItalic.ttf") format("truetype"), url("https://www.thebrand.ai/brandcreator/fonts/CircularStd-BlackItalic.svg#CircularStd-BlackItalic") format("svg");
    font-weight: 900;
    font-style: italic
}

@-webkit-keyframes fadeInDelay {
    0% {
        opacity: 0
    }
    20% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeInDelay {
    0% {
        opacity: 0
    }
    20% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes fadeInSlideUp {
    from {
        top: 20px;
        opacity: 0
    }
    to {
        top: 0px;
        opacity: 1
    }
}

@keyframes fadeInSlideUp {
    from {
        top: 20px;
        opacity: 0
    }
    to {
        top: 0px;
        opacity: 1
    }
}

@-webkit-keyframes scaleUp {
    from {
        -webkit-transform: scale(0.8);
        transform: scale(0.8)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes scaleUp {
    from {
        -webkit-transform: scale(0.8);
        transform: scale(0.8)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes scaleUpKeepWidth {
    from {
        -webkit-transform: scale(1, 0);
        transform: scale(1, 0)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes scaleUpKeepWidth {
    from {
        -webkit-transform: scale(1, 0);
        transform: scale(1, 0)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes fadeInScale {
    0% {
        opacity: 0.9;
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes fadeInScale {
    0% {
        opacity: 0.9;
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

html {
    overflow-x: hidden
}

body, html {
    font-size: 14px;
    letter-spacing: -.015em;
    line-height: 1.5em;
    margin: 0;
    padding: 0;
    color: #191919 !important;
    font-family: 'Circular Std', 'Gotham A', 'Gotham B';
    font-style: normal;
    font-weight: 100;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@media (max-width: 899px) {
    body, html {
        font-size: 14px
    }
}

@media (max-width: 599px) {
    body, html {
        font-size: 12px
    }
}

body::-webkit-scrollbar, html::-webkit-scrollbar {
    border-radius: 4px;
    cursor: pointer;
    background: transparent;
    -webkit-transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    height: 100%;
    width: 10px;
    margin-right: -9px;
    height: 9px
}

body::-webkit-scrollbar:hover, html::-webkit-scrollbar:hover {
    height: 9px
}

body::-webkit-scrollbar-track, html::-webkit-scrollbar-track {
    background: transparent;
    padding: 2px
}

body:hover::-webkit-scrollbar-track, html:hover::-webkit-scrollbar-track {
    background: transparent
}

body::-webkit-scrollbar-thumb, html::-webkit-scrollbar-thumb {
    background: rgba(25, 25, 25, 0.25);
    border-radius: 6px;
    margin: 2px;
    -webkit-transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1)
}

body::-webkit-scrollbar-thumb:hover, html::-webkit-scrollbar-thumb:hover {
    background: rgba(25, 25, 25, 0.5)
}

body {
    background-color: #f2efed
}

.brandcreator--modal-is-open {
    overflow-y: hidden
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*, *:before, *:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    -webkit-overflow-scrolling: touch
}

a, .brandcreator--link {
    color: #0dc2f4;
    text-decoration: none;
    letter-spacing: -.015em;
    cursor: pointer
}

input, label {
    letter-spacing: -.015em
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0
}

h1, h2, h3, h4 {
    line-height: 1.2em;
    letter-spacing: -0.03em
}

h1 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 40px;
    font-family: 'Circular Std', 'Gotham SSm A', 'Gotham SSm B';
    font-style: normal;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

h1:not(:first-of-type) {
    margin-top: 2em
}

@media (max-width: 899px) {
    h1 {
        font-size: 40px
    }
}

@media (max-width: 599px) {
    h1 {
        font-size: 18px;
        margin-bottom: 18px
    }
}

h2 {
    font-size: 23px;
    line-height: 30px;
    margin-top: 50px;
    margin-bottom: 12px;
    font-family: 'Circular Std', 'Gotham A', 'Gotham B';
    font-style: normal;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@media (max-width: 899px) {
    h2 {
        font-size: 18px;
        margin-top: 30px;
        margin-bottom: 8px
    }
}

@media (max-width: 599px) {
    h2 {
        font-size: 15px;
        margin-top: 20px;
        margin-bottom: 5px
    }
}

h2:first-child {
    margin-top: 0px
}

h3 {
    font-size: 20px;
    line-height: 1.6em;
    font-family: 'Circular Std', 'Gotham A', 'Gotham B';
    font-style: normal;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@media (max-width: 899px) {
    h3 {
        font-size: 18px
    }
}

@media (max-width: 599px) {
    h3 {
        font-size: 15px
    }
}

p {
    font-size: 16px;
    letter-spacing: -.015em;
    line-height: 1.5em;
    margin: 0;
    margin-bottom: 1em;
    margin-top: 1em;
    font-family: 'Circular Std', 'Gotham A', 'Gotham B';
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@media (max-width: 899px) {
    p {
        font-size: 16px
    }
}

@media (max-width: 599px) {
    p {
        font-size: 14px
    }
}

div, input, * {
    letter-spacing: -.015em;
    font-family: 'Circular Std', 'Gotham A', 'Gotham B';
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

*, shortcuts {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    outline: none
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #f2efed inset !important;
    -webkit-text-fill-color: #191919
}

.selectable, .selectable-children *, input {
    -webkit-user-select: initial;
    -moz-user-select: initial;
    -ms-user-select: initial;
    -o-user-select: initial;
    user-select: initial
}

body, #react {
    min-height: 100vh;
    width: 100vw;
    overflow: hidden
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    height: 100%
}

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

.brandcreator--colorbox-secondary {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    opacity: 0.3
}

.brandcreator--colorbox-secondary:hover {
    opacity: 1
}

.brandcreator--copy-link {
    border: 1px solid rgba(255, 255, 255, 0.35);
    padding: 0px 8px 4px 8px;
    border-radius: 16px;
    margin-left: 8px;
    -webkit-transition: 200ms ease all;
    transition: 200ms ease all;
    cursor: pointer
}

.brandcreator--copy-link:hover {
    background-color: white;
    color: black
}

.brandcreator--app {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    height: 100%
}

.brandcreator--app-scrollable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    width: 100vw;
    z-index: 10
}

.brandcreator--main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100%;
    z-index: 10;
    width: 100%;
    background-color: #f2efed;
    -webkit-transition: 200ms ease filter;
    transition: 200ms ease filter
}

.brandcreator--main-openmodal {
    -webkit-filter: blur(50px);
    filter: blur(50px);
    -webkit-transition: 300ms ease filter;
    transition: 300ms ease filter
}

.brandcreator--content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    width: 100%;
    min-height: 0;
    min-width: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

.brandcreator--topbar {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    z-index: 10
}

@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.brandcreator--pulsate {
    -webkit-animation: pulsate 0.7s ease;
    animation: pulsate 0.7s ease;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes scaleout {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 0
    }
    30% {
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 0
    }
}

@keyframes scaleout {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 0
    }
    30% {
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 0
    }
}

.brandcreator--two-up-display {
    width: 100%;
    margin: 0 auto;
    display: grid;
    -ms-flex-line-pack: start;
    align-content: start;
    grid-template-columns: calc(50% - 10px) calc(50% - 10px);
    grid-gap: 30px
}

.brandcreator--two-up-display > p {
    text-align: center;
    width: 100%;
    font-size: 20px;
    margin: 5px 0 15px 0;
    line-height: 1.4em;
    padding: 0 10px
}

@media (max-width: 599px) {
    .brandcreator--two-up-display {
        grid-template-columns: 100%;
        padding: 0
    }

    .brandcreator--two-up-display > p {
        display: none
    }
}

.brandcreator--one-up-display-item, .brandcreator--two-up-display-item, .brandcreator--three-up-display-item {
    width: 100%
}

.brandcreator--one-up-display-item.brandcreator--lifted-display-item > div, .brandcreator--one-up-display-item.brandcreator--hoverable-display-item:hover > div, .brandcreator--two-up-display-item.brandcreator--lifted-display-item > div, .brandcreator--two-up-display-item.brandcreator--hoverable-display-item:hover > div, .brandcreator--three-up-display-item.brandcreator--lifted-display-item > div, .brandcreator--three-up-display-item.brandcreator--hoverable-display-item:hover > div {
    background-color: white;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 7px 5px 24px 8px, rgba(0, 0, 0, 0.4) 4px 5px 12px -2px;
    box-shadow: rgba(0, 0, 0, 0.15) 7px 5px 24px 8px, rgba(0, 0, 0, 0.4) 4px 5px 12px -2px;
    z-index: 10
}

.brandcreator--one-up-display-item.brandcreator--lifted-display-item > div .brandcreator--typography-pack-label, .brandcreator--one-up-display-item.brandcreator--hoverable-display-item:hover > div .brandcreator--typography-pack-label, .brandcreator--two-up-display-item.brandcreator--lifted-display-item > div .brandcreator--typography-pack-label, .brandcreator--two-up-display-item.brandcreator--hoverable-display-item:hover > div .brandcreator--typography-pack-label, .brandcreator--three-up-display-item.brandcreator--lifted-display-item > div .brandcreator--typography-pack-label, .brandcreator--three-up-display-item.brandcreator--hoverable-display-item:hover > div .brandcreator--typography-pack-label {
    opacity: 1 !important
}

.brandcreator--dropshadow {
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 7px 5px 24px 8px, rgba(0, 0, 0, 0.4) 4px 5px 12px -2px;
    box-shadow: rgba(0, 0, 0, 0.15) 7px 5px 24px 8px, rgba(0, 0, 0, 0.4) 4px 5px 12px -2px
}

@media (max-width: 599px) {
    .brandcreator--dropshadow {
        -webkit-box-shadow: rgba(0, 0, 0, 0.15) 7px 5px 24px 8px, rgba(0, 0, 0, 0.4) 4px 5px 12px -2px;
        box-shadow: rgba(0, 0, 0, 0.15) 7px 5px 24px 8px, rgba(0, 0, 0, 0.4) 4px 5px 12px -2px
    }
}

.brandcreator--flex-spacer {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.brandcreator--pattern {
    height: 100%;
    width: 100%
}

.brandcreator--clickable {
    cursor: pointer;
    -webkit-transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1) all, font-size 120ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1)
}

.brandcreator--clickable:active {
    -webkit-transform: scale(0.95);
    transform: scale(0.95)
}

.brandcreator--centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.__react_component_tooltip {
    font-family: 'Circular Std', 'Gotham A', 'Gotham B';
    font-style: normal;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    letter-spacing: -.015em
}

@media (max-width: 599px) {
    .__react_component_tooltip {
        display: none !important
    }
}

.brandcreator--fade-in {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 800ms;
    animation-duration: 800ms;
    -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1)
}

.brandcreator--fade-in-up {
    position: relative;
    -webkit-animation-name: fadeInSlideUp;
    animation-name: fadeInSlideUp;
    -webkit-animation-duration: 800ms;
    animation-duration: 800ms;
    -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1)
}

.react-bodymovin-container {
    height: 100%;
    max-width: 100%
}

.brandcreator--table {
    width: 100%;
    border-collapse: collapse
}

.brandcreator--table td {
    padding: 15px
}

.brandcreator--table thead tr {
    background-color: #d2cfce
}

.brandcreator--table thead td {
    font-family: 'Circular Std', 'Gotham SSm A', 'Gotham SSm B';
    font-style: normal;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.brandcreator--table tbody td {
    border: 1px solid #d2cfce
}

