
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');


:root {
    --qr-global-font-family-primary: 'Rubik', sans-serif;
    --qr-global-font-family-secondary: 'Red Hat Display', sans-serif;
    --qr-global-font-weight-default: 400;
    --qr-global-font-weight-medium: 500;
    --qr-global-font-weight-bold: 700;
    --qr-global-font-size-super-small: 12px;
    --qr-global-font-size-small: 14px;
    --qr-global-font-size-default: 16px;
    --qr-global-font-size-header-default: 18px;
    --qr-global-font-size-header-medium: 20px;
    --qr-global-font-size-header-large: 22px;
    --qr-global-font-size-header-section: 26px;
    --qr-global-font-size-header-section-large: 30px;
    --qr-global-font-size-header-section-extra-large: 38px;
    --qr-global-font-size-button-default: 18px;
    --qr-global-font-size-button-medium: 20px;
    --qr-global-font-size-button-large: 22px;
    --qr-global-color-white: #FFFFFF;
    --qr-global-color-black: #000000;
    --qr-global-color-blue: #5D82D5;
    --qr-global-color-blue-hover: #3C6BC4;
    --qr-global-color-navy: #2E4370;
    --qr-global-color-red: #EF5D5D;
    --qr-global-color-yellow: #FE8C25;
    --qr-global-color-yellow-hover: #FC7A05;
    --qr-global-color-main-background: #F8F8F8;
    --qr-global-color-icon-grey: #D9DCE1;
    --qr-global-color-dash-grey: rgba(112, 112, 112, 0.15);
    --qr-global-color-lightgrey: #F8F8F8;
    --qr-global-color-lightgrey--prices: #edeef0;
    --qr-global-color-border-form-element: #D9DCE1;
    --qr-global-color-focus-form-element: rgba(63, 126, 247, 0.36);
    --qr-global-color-border-lightgrey: #e6e6e6;
    --qr-global-color-border-dashed-lightgrey: #e8e8e8;
    --qr-global-color-success: #3CBE91;
    --qr-global-color-error: #EF5D5D;
    --qr-global-color-paused: #A0A4AD;
    --qr-global-color-text-primary: #1E1D20;
    --qr-global-color-text-secondary: #424A5C;
    --qr-global-color-text-inactive: #A1A4AC;
    --qr-global-color-button-primary: #FE8C25;
    --qr-global-color-button-primary-hover: #FC7A05;
    --qr-global-color-button-secondary: #5482DB;
    --qr-global-color-button-secondary-hover: #3C6BC4;
    --qr-global-color-button-inactive: #A0A4AD;
    --qr-global-color-button-inactive-hover: #8C8C8C;
    --qr-global-color-review-avatar-1: #F6B18A;
    --qr-global-color-review-avatar-2: #A5A9FB;
    --qr-global-color-review-avatar-3: #E89296;
    --qr-global-color-blog-bullet: #a7abb5;
}
.rubik-body {
    font-family: "Rubik", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
  }
  .mui-style-tdowm6 {
    font-style: normal;
    font-size: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
;
    min-width: 112px;
    height: 30px;
    text-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    border-radius: 4px;
    cursor: pointer;
    padding: 0px 16px;
    -webkit-text-decoration: none;
    text-decoration: none;
    color: var(--qr-global-color-white);
    background: var(--qr-global-color-blue);
    font-weight: bold;

    border: none;
}
.mui-style-tdowm6:hover {
    color: var(--qr-global-color-white);
    background-color: var(--qr-global-color-blue-hover);
}
.mui-style-70qvj9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.mui-style-16udr5g {
    font-weight: 700;
    font-size: 30px;
    text-align: left;
}
.mui-style-1yt8fof {
    border-radius: 6px;
    font-weight: 700;
    text-transform: none;
    word-break: break-all;
    word-break: break-word;
    width: 100%;
    height: 60px;
    background-color: var(--qr-global-color-yellow);
    color: var(--qr-global-color-white);
    font-size: 22px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: background-color 250ms cubic-bezier(0.4,0,0.2,1) 0ms, box-shadow 250ms cubic-bezier(0.4,0,0.2,1) 0ms, border-color 250ms cubic-bezier(0.4,0,0.2,1) 0ms, color 250ms cubic-bezier(0.4,0,0.2,1) 0ms;
    transition: background-color 250ms cubic-bezier(0.4,0,0.2,1) 0ms, box-shadow 250ms cubic-bezier(0.4,0,0.2,1) 0ms, border-color 250ms cubic-bezier(0.4,0,0.2,1) 0ms, color 250ms cubic-bezier(0.4,0,0.2,1) 0ms;
}
.mui-style-19tpce3 {
    --DefaultContainer-width: 894px;
    width: 1262px;
    margin: auto;
}
.mui-style-1hbc5nl {
    display: grid;
    grid-template-columns: auto 1fr auto;
    column-gap: 22px;
    width: 100%;
}
.mui-style-1hbc5nl .footer-nav-left-button-block {
    display: flex
;
    -webkit-box-pack: start;
    justify-content: flex-start;
    gap: 5px;
}

.mui-style-1hbc5nl .footer-nav-breacrumbs-wrapper.aligned {
    padding-left: 38px;
}
.mui-style-1hbc5nl .footer-nav-breacrumbs-wrapper {
    display: flex
;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
}
.mui-style-g022tg {
    display: flex
;
    -webkit-box-pack: end;
    justify-content: flex-end;
    min-width: 354px;
}
.mui-style-19p24w8 {
    display: inline-flex
;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    font-family: Rubik, sans-serif;
    box-shadow: none;
    text-transform: none;
    word-break: break-word;
    min-width: unset;
    color: rgb(66, 74, 92);
    font-size: 16px;
    font-weight: 500;
    justify-self: start;
    line-height: 1.3;
    outline: 0px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    margin: 0px;
    text-decoration: none;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), border-color 250ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 6px;
    padding: 6px 13px;
}
.mui-style-2kf2ue {
    display: flex
;
    -webkit-box-align: center;
    align-items: center;
    max-width: 100%;
    margin: 0;
    padding: 0;
}
.mui-style-2kf2ue .breadcrumb-container {
    display: grid
;
    grid-template-columns: auto 1fr;
    -webkit-box-align: center;
    align-items: center;
}
.mui-style-2kf2ue .breadcrumb-wrapper {
    overflow: hidden;
    line-height: 1.3;
    font-weight: 400;
}
.mui-style-pu98h6 {
    display: flex
;
    border: none;
    padding: 0px;
    margin: 0px;
    text-decoration: none;
    background: none;
    width: 100%;
    cursor: default;
    -webkit-box-align: center;
    align-items: center;
    gap: 18px;
    color: rgb(66, 74, 92);
}
.mui-style-pu98h6.active {
    cursor: default;
    color: rgb(93, 130, 213);
}
.mui-style-1mervjy {
    display: flex
;
    -webkit-box-align: center;
    align-items: center;
    overflow: hidden;
}
ul, ol {
    list-style: none;
}
.mui-style-1hbc5nl .separator-container.separator-container {
    padding-left: 18px;
    padding-right: 18px;
}
.mui-style-18cto17 {
    display: grid
;
    grid-template-columns: 1fr auto;
    -webkit-box-align: center;
    align-items: center;
    padding: 20px 0px 5px 0px;
    text-align: left;
}
.mui-style-ghbupc {
    font-weight: 700;
    font-size: 22px;
    line-height: 1.3;
}
@media (min-width: 429px) {
    .mui-style-1yt8fof {
        max-width: 288px;
    }
}
button {
    border: none;
    cursor: pointer;
}

.mui-style-sydqp6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2px;
    color: var(--qr-global-color-text-secondary);
}
@media (min-width: 1024px) {
    .mui-style-y1oe1v {
        margin: 20px 0 18px;
    }
    .mui-style-sydqp6 {
        margin-bottom: 6px;
    }
    .mui-style-gr50r4 {
        margin-left: 14px;
    }
    .mui-style-16udr5g {
        font-size: 38px;
        line-height: 43px;
        margin-top: 40px;
    }
}
.mui-style-gr50r4 {
    font-size: 16px;
    font-weight: 400;
    margin-left: 9px;
}
.mui-style-16udr5g {
    font-weight: 700;
    line-height: 37px;
    max-width: 330px;
    color: var(--qr-global-color-text-primary);
}
@media (min-width: 1201px) {
    .mui-style-gr50r4 {
        margin-left: 17px;
    }
    .template-selector__item-container:hover{
        color: white !important;
    }
   .template-selector__item-container:hover {
        --template-selector-icon-main-color: var(--qr-global-color-white) !important;
        --template-selector-icon-contrast-color: var(--qr-global-color-blue) !important;
        background: var(--qr-global-color-blue) !important;
    }
}

/*# sourceMappingURL=6a6442a1fb2f4a5c.css.map*/
