:root{
    --theme-color-1:#3792FF;
    --theme-color-2:#5DDA7C;
    --theme-color-3:#272D2D;
    --theme-color-3:#151717;
    --theme-color-4:#FFFFFF;
    --theme-color-5:#9B9B9B;
    --theme-color-6:#AF141A;
    --theme-color-7:#F65801;
    --theme-color-8:#0B70F7;
    --theme-color-9:#00668B;
    --theme-color-10:#F9F9F9;
    --theme-color-11:#c17a00;
    --theme-color-border:#EEEEEE;
    --theme-input-height:2.8em;
    --theme-color-shadow:#dbdbdb;
    --theme-color-hr:#b0b6c2;
    --theme-border-radius:3rem;

    --theme-color-gray:#171D1C; /* black grey */
    --theme-color-border:#DCDCDC;
    --theme-input-height:2.8rem;
    --theme-color-shadow:#03030314;

    --theme-color-blue:#4584FF; /* blue */
    --theme-color-blue2:#2870FA; /* blue 2 */
    --theme-color-red:#B80C09;
    --theme-color-yellow:#F6B75D; /* yellow */
    --theme-color-black:#0C0F0A; /* black */
    --theme-color-black-gray:#838383;
    --theme-color-white:#ffffff; /* white */
    --theme-color-white-gray:#F5F5F5;
    --theme-color-white-smoke:#fafafa; /* whyte smoke */
    --theme-color-orange:#FF7D00;

    /* Body */
    --fontsize-body: clamp(1rem, 0.45rem + 0.45vw, 1.8rem);
    --fontsize-html:16px;


    /* Headings */
    --fontsize-h1: clamp(2.4rem, 1.8rem + 1.4vw, 6rem);     /* h1 */
    --fontsize-h2: clamp(1.4rem, 0.2rem + 1.3vw, 6rem);     /* h2 */
    --fontsize-h3: clamp(1.3rem, 0.65rem + 0.4vw, 2rem);   /* h3 */
    --fontsize-h4: clamp(1.2rem, 0.85rem + 0.3vw, 1.8rem);   /* h4 */
    --fontsize-h5: clamp(1.125rem, 1rem + 0.6vw, 1.4rem);   /* h5 */
    --fontsize-h6: clamp(1rem, 0.85rem + 0.6vw, 1.6rem);
    --fontsize-hero-title-xxl: clamp(2.8rem, 1.8rem + 2.4vw, 6rem);     /* hero subtitle */
    --fontsize-hero-title: clamp(2rem, 1rem + 1.4vw, 4rem);     /* hero subtitle */
    --fontsize-hero-subtitle: clamp(1.6rem, 0.8rem + 1vw, 4rem);     /* hero subtitle */
    --fontsize-cta: clamp(1.6rem, 0.8rem + 1vw, 4rem);     /* cta */


    --fontsize-services-title: clamp(1.8rem, 0.7rem + 1.2vw, 4rem);
    --fontsize-services-subtitle: clamp(1.2rem, 0.4rem + 0.7vw, 4rem);


    --padding-wbox: clamp(1.6rem, 0.8rem + 1vw, 3rem);
    --inset-wbox: clamp(0.5rem, 0.45rem + 0.2vw, 3rem);



    --menu-item-height:2.4rem;
    --menu-item-gap:1.2rem;


    --default-font-weight:200;
    --mobile-font-weight:360;


}
















*, *::before, *:after{
    box-sizing: border-box;
}


/*!
Pure v3.0.0
Copyright 2013 Yahoo!
Licensed under the BSD License.
https://github.com/pure-css/pure/blob/master/LICENSE
*/
/*!
normalize.css v | MIT License | https://necolas.github.io/normalize.css/
Copyright (c) Nicolas Gallagher and Jonathan Neal
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 24px;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block;
    margin:0 auto;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: 600
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

html {
    font-family: sans-serif
}

.hidden,
[hidden] {
    display: none !important
}

.pure-img {
    max-width: 100%;
    height: auto;
    display: block
}

.pure-g {
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start
}

.pure-u {
    display: inline-block;
    vertical-align: top
}

.pure-u-1,
.pure-u-1-1,
.pure-u-1-12,
.pure-u-1-2,
.pure-u-1-24,
.pure-u-1-3,
.pure-u-1-4,
.pure-u-1-5,
.pure-u-1-6,
.pure-u-1-8,
.pure-u-10-24,
.pure-u-11-12,
.pure-u-11-24,
.pure-u-12-24,
.pure-u-13-24,
.pure-u-14-24,
.pure-u-15-24,
.pure-u-16-24,
.pure-u-17-24,
.pure-u-18-24,
.pure-u-19-24,
.pure-u-2-24,
.pure-u-2-3,
.pure-u-2-5,
.pure-u-20-24,
.pure-u-21-24,
.pure-u-22-24,
.pure-u-23-24,
.pure-u-24-24,
.pure-u-3-24,
.pure-u-3-4,
.pure-u-3-5,
.pure-u-3-8,
.pure-u-4-24,
.pure-u-4-5,
.pure-u-5-12,
.pure-u-5-24,
.pure-u-5-5,
.pure-u-5-6,
.pure-u-5-8,
.pure-u-6-24,
.pure-u-7-12,
.pure-u-7-24,
.pure-u-7-8,
.pure-u-8-24,
.pure-u-9-24 {
    display: inline-block;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto
}

.pure-u-1-24 {
    width: 4.1667%
}

.pure-u-1-12,
.pure-u-2-24 {
    width: 8.3333%
}

.pure-u-1-8,
.pure-u-3-24 {
    width: 12.5%
}

.pure-u-1-6,
.pure-u-4-24 {
    width: 16.6667%
}

.pure-u-1-5 {
    width: 20%
}

.pure-u-5-24 {
    width: 20.8333%
}

.pure-u-1-4,
.pure-u-6-24 {
    width: 25%
}

.pure-u-7-24 {
    width: 29.1667%
}

.pure-u-1-3,
.pure-u-8-24 {
    width: 33.3333%
}

.pure-u-3-8,
.pure-u-9-24 {
    width: 37.5%
}

.pure-u-2-5 {
    width: 40%
}

.pure-u-10-24,
.pure-u-5-12 {
    width: 41.6667%
}

.pure-u-11-24 {
    width: 45.8333%
}

.pure-u-1-2,
.pure-u-12-24 {
    width: 50%
}

.pure-u-13-24 {
    width: 54.1667%
}

.pure-u-14-24,
.pure-u-7-12 {
    width: 58.3333%
}

.pure-u-3-5 {
    width: 60%
}

.pure-u-15-24,
.pure-u-5-8 {
    width: 62.5%
}

.pure-u-16-24,
.pure-u-2-3 {
    width: 66.6667%
}

.pure-u-17-24 {
    width: 70.8333%
}

.pure-u-18-24,
.pure-u-3-4 {
    width: 75%
}

.pure-u-19-24 {
    width: 79.1667%
}

.pure-u-4-5 {
    width: 80%
}

.pure-u-20-24,
.pure-u-5-6 {
    width: 83.3333%
}

.pure-u-21-24,
.pure-u-7-8 {
    width: 87.5%
}

.pure-u-11-12,
.pure-u-22-24 {
    width: 91.6667%
}

.pure-u-23-24 {
    width: 95.8333%
}

.pure-u-1,
.pure-u-1-1,
.pure-u-24-24,
.pure-u-5-5 {
    width: 100%
}

.pure-button {
    display: inline-block;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    user-select: none;
    box-sizing: border-box;
    height: var(--theme-input-height);
    line-height: var(--theme-input-height);
    border: none transparent;
    padding-left: 0.5em;
    padding-right: 0.5em;
}

.pure-button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.pure-button-group {
    letter-spacing: -.31em;
    text-rendering: optimizespeed
}

.opera-only :-o-prefocus,
.pure-button-group {
    word-spacing: -0.43em
}

.pure-button-group .pure-button {
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto
}






.pure-button-hover,
.pure-button:focus,
.pure-button:hover {
}

.pure-button:focus {
    outline: 0
}

.pure-button-active,
.pure-button:active {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .15) inset, 0 0 6px rgba(0, 0, 0, .2) inset;
    border-color: #000
}

.pure-button-disabled,
.pure-button-disabled:active,
.pure-button-disabled:focus,
.pure-button-disabled:hover,
.pure-button[disabled] {
    border: none;
    background-image: none;
    opacity: .4;
    cursor: not-allowed;
    box-shadow: none;
    pointer-events: none
}

.pure-button-hidden {
    display: none
}

.pure-button-primary,
.pure-button-selected,
a.pure-button-primary,
a.pure-button-selected {
    background-color: var(--theme-color-1);
    color: var(--theme-color-4)
}

.pure-button-group .pure-button {
    margin: 0;
    border-radius: 0;
    border-right: 1px solid rgba(0, 0, 0, .2)
}

.pure-button-group .pure-button:first-child {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px
}

.pure-button-group .pure-button:last-child {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-right: none
}

.pure-button-clear{
    padding: inherit;
    background: none;
    border: none;

}



.pure-form input[type=color],
.pure-form input[type=date],
.pure-form input[type=datetime-local],
.pure-form input[type=datetime],
.pure-form input[type=email],
.pure-form input[type=month],
.pure-form input[type=number],
.pure-form input[type=password],
.pure-form input[type=search],
.pure-form input[type=tel],
.pure-form input[type=text],
.pure-form input[type=time],
.pure-form input[type=url],
.pure-form input[type=week],
.pure-form select,
.pure-form textarea {
    padding: .5em .6em;
    display: inline-block;
    border: 1px solid var(--theme-color-border);
    box-shadow: inset 0 1px 3px var(--theme-color-border);
    vertical-align: middle;
    box-sizing: border-box
}

.pure-form input:not([type]) {
    padding: .5em .6em;
    display: inline-block;
    border: 1px solid var(--theme-color-border);
    box-shadow: inset 0 1px 3px var(--theme-color-border);
    border-radius: 4px;
    box-sizing: border-box
}

.pure-form input[type=color] {
    padding: .2em .5em
}

.pure-form input[type=color]:focus,
.pure-form input[type=date]:focus,
.pure-form input[type=datetime-local]:focus,
.pure-form input[type=datetime]:focus,
.pure-form input[type=email]:focus,
.pure-form input[type=month]:focus,
.pure-form input[type=number]:focus,
.pure-form input[type=password]:focus,
.pure-form input[type=search]:focus,
.pure-form input[type=tel]:focus,
.pure-form input[type=text]:focus,
.pure-form input[type=time]:focus,
.pure-form input[type=url]:focus,
.pure-form input[type=week]:focus,
.pure-form select:focus,
.pure-form textarea:focus {
    outline: 0;
    border-color: var(--theme-color-1);
    box-shadow: 2px 0px 0px var(--theme-color-1) inset
}

.pure-form input:not([type]):focus {
    outline: 0;
    border-color: #129fea
}

.pure-form input[type=checkbox]:focus,
.pure-form input[type=file]:focus,
.pure-form input[type=radio]:focus {
    outline: thin solid #129FEA;
    outline: 1px auto #129FEA
}

.pure-form .pure-checkbox,
.pure-form .pure-radio {
    margin: .5em 0;
    display: block
}

.pure-form input[type=color][disabled],
.pure-form input[type=date][disabled],
.pure-form input[type=datetime-local][disabled],
.pure-form input[type=datetime][disabled],
.pure-form input[type=email][disabled],
.pure-form input[type=month][disabled],
.pure-form input[type=number][disabled],
.pure-form input[type=password][disabled],
.pure-form input[type=search][disabled],
.pure-form input[type=tel][disabled],
.pure-form input[type=text][disabled],
.pure-form input[type=time][disabled],
.pure-form input[type=url][disabled],
.pure-form input[type=week][disabled],
.pure-form select[disabled],
.pure-form textarea[disabled] {
    cursor: not-allowed;
    background-color: #eaeded;
    color: #cad2d3
}

.pure-form input:not([type])[disabled] {
    cursor: not-allowed;
    background-color: #eaeded;
    color: #cad2d3
}

.pure-form input[readonly],
.pure-form select[readonly],
.pure-form textarea[readonly] {
    background-color: var(--theme-color-hr);
    color: var(--theme-color-3);
    border-color: var(--theme-color-border)
}

.pure-form input:focus:invalid,
.pure-form select:focus:invalid,
.pure-form textarea:focus:invalid {
    color: #b94a48;
    border-color: #e9322d
}

.pure-form input[type=checkbox]:focus:invalid:focus,
.pure-form input[type=file]:focus:invalid:focus,
.pure-form input[type=radio]:focus:invalid:focus {
    outline-color: #e9322d
}

.pure-form select {
    height: 2.25em;
    border: 1px solid var(--theme-color-border);
    background-color: var(--theme-color-4)
}

.pure-form select[multiple] {
    height: auto
}

.pure-form label {
    margin: .5em 0 .2em
}

.pure-form fieldset {
    margin: 0;
    padding: .35em 0 .75em;
    border: 0
}

.pure-form legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-top: 0;
    margin-bottom: 1.5em;
    color: var(--theme-color-3);
}

.pure-form-stacked input[type=color],
.pure-form-stacked input[type=date],
.pure-form-stacked input[type=datetime-local],
.pure-form-stacked input[type=datetime],
.pure-form-stacked input[type=email],
.pure-form-stacked input[type=file],
.pure-form-stacked input[type=month],
.pure-form-stacked input[type=number],
.pure-form-stacked input[type=password],
.pure-form-stacked input[type=search],
.pure-form-stacked input[type=tel],
.pure-form-stacked input[type=text],
.pure-form-stacked input[type=time],
.pure-form-stacked input[type=url],
.pure-form-stacked input[type=week],
.pure-form-stacked label,
.pure-form-stacked select,
.pure-form-stacked textarea {
    display: block;
    margin: .25em 0
}

.pure-form-stacked input:not([type]) {
    display: block;
    margin: .25em 0
}

.pure-form-aligned input,
.pure-form-aligned select,
.pure-form-aligned textarea,
.pure-form-message-inline {
    display: inline-block;
    vertical-align: middle
}

.pure-form-aligned textarea {
    vertical-align: top
}

.pure-form-aligned .pure-control-group {
    margin-bottom: .5em
}

.pure-form-aligned .pure-control-group label {
    /*	text-align: right;
            display: inline-block;
            vertical-align: middle;
            width: 10em;
            margin: 0 1em 0 0*/
}

.pure-form-aligned .pure-controls {
    margin: 1.5em 0 0 11em
}

.pure-form .pure-input-rounded,
.pure-form input.pure-input-rounded {
    border-radius: 2em;
    padding: .5em 1em
}

.pure-form .pure-group fieldset {
    margin-bottom: 10px
}

.pure-form .pure-group input,
.pure-form .pure-group textarea {
    display: block;
    padding: 10px;
    margin: 0 0 -1px;
    border-radius: 0;
    position: relative;
    top: -1px
}

.pure-form .pure-group input:focus,
.pure-form .pure-group textarea:focus {
    z-index: 3
}

.pure-form .pure-group input:first-child,
.pure-form .pure-group textarea:first-child {
    top: 1px;
    border-radius: 4px 4px 0 0;
    margin: 0
}

.pure-form .pure-group input:first-child:last-child,
.pure-form .pure-group textarea:first-child:last-child {
    top: 1px;
    border-radius: 4px;
    margin: 0
}

.pure-form .pure-group input:last-child,
.pure-form .pure-group textarea:last-child {
    top: -2px;
    border-radius: 0 0 4px 4px;
    margin: 0
}

.pure-form .pure-group button {
    margin: .35em 0
}

.pure-form .pure-input-1 {
    width: 100%
}

.pure-form .pure-input-3-4 {
    width: 75%
}

.pure-form .pure-input-2-3 {
    width: 66%
}

.pure-form .pure-input-1-2 {
    width: 50%
}

.pure-form .pure-input-1-3 {
    width: 33%
}

.pure-form .pure-input-1-4 {
    width: 25%
}

.pure-form-message-inline {
    display: inline-block;
    padding-left: .3em;
    color: var(--theme-color-3);
    vertical-align: middle;
    font-size: .875em
}

.pure-form-message {
    display: block;
    color: var(--theme-color-3);
    font-size: .875em
}

@media only screen and (max-width :480px) {
    .pure-form button[type=submit] {
        margin: .7em 0 0
    }

    .pure-form input:not([type]),
    .pure-form input[type=color],
    .pure-form input[type=date],
    .pure-form input[type=datetime-local],
    .pure-form input[type=datetime],
    .pure-form input[type=email],
    .pure-form input[type=month],
    .pure-form input[type=number],
    .pure-form input[type=password],
    .pure-form input[type=search],
    .pure-form input[type=tel],
    .pure-form input[type=text],
    .pure-form input[type=time],
    .pure-form input[type=url],
    .pure-form input[type=week],
    .pure-form label,
    .pure-form select,
    .pure-form textarea {
        margin-bottom: .3em;
        display: block;
        width: 100%
    }

    .pure-group input:not([type]),
    .pure-group input[type=color],
    .pure-group input[type=date],
    .pure-group input[type=datetime-local],
    .pure-group input[type=datetime],
    .pure-group input[type=email],
    .pure-group input[type=month],
    .pure-group input[type=number],
    .pure-group input[type=password],
    .pure-group input[type=search],
    .pure-group input[type=tel],
    .pure-group input[type=text],
    .pure-group input[type=time],
    .pure-group input[type=url],
    .pure-group input[type=week] {
        margin-bottom: 0
    }

    .pure-form-aligned .pure-control-group label {
        margin-bottom: .3em;
        text-align: left;
        display: block;
        width: 100%
    }

    .pure-form-aligned .pure-controls {
        margin: 1.5em 0 0 0
    }

    .pure-form-message,
    .pure-form-message-inline {
        display: block;
        font-size: .75em;
        padding: .2em 0 .8em
    }
}

.pure-menu {
    box-sizing: border-box
}

.pure-menu-fixed {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 3
}

.pure-menu-item,
.pure-menu-list {
    position: relative
}

.pure-menu-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.pure-menu-item {
    padding: 0;
    margin: 0;
    height: 100%
}

.pure-menu-heading,
.pure-menu-link {
    display: block;
    text-decoration: none;
    white-space: nowrap
}

.pure-menu-horizontal {
    white-space: nowrap
}

.pure-menu-horizontal .pure-menu-list {
    display: flex;
}

.pure-menu-horizontal .pure-menu-heading,
.pure-menu-horizontal .pure-menu-item,
.pure-menu-horizontal .pure-menu-separator {
    display: inline-block;
    vertical-align: middle
}

.pure-menu-item .pure-menu-item {
    display: block
}

.pure-menu-children {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    margin: 0;
    padding: 0
}

.pure-menu-horizontal .pure-menu-children {
    left: 0;
    top: auto;
    width: inherit
}

.pure-menu-active>.pure-menu-children,
.pure-menu-allow-hover:hover>.pure-menu-children {
    display: block;
    position: absolute
}

.pure-menu-has-children>.pure-menu-link::after {
    padding-left: .5em;
    content: "\25B8";
    font-size: small
}

.pure-menu-horizontal .pure-menu-has-children>.pure-menu-link::after {
    content: "\25BE"
}

.pure-menu-scrollable {
    overflow-y: scroll;
    overflow-x: hidden
}

.pure-menu-scrollable .pure-menu-list {
    display: block
}

.pure-menu-horizontal.pure-menu-scrollable .pure-menu-list {
    display: inline-block
}

.pure-menu-horizontal.pure-menu-scrollable {
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    padding: .5em 0
}

.pure-menu-horizontal .pure-menu-children .pure-menu-separator,
.pure-menu-separator {
    background-color: var(--theme-color-border);
    height: 1px;
    margin: .3em 0
}

.pure-menu-horizontal .pure-menu-separator {
    width: 1px;
    height: 1.3em;
    margin: 0 .3em
}

.pure-menu-horizontal .pure-menu-children .pure-menu-separator {
    display: block;
    width: auto
}

.pure-menu-heading {
    text-transform: uppercase;
    color: #565d64
}

.pure-menu-link {
    color: var(--theme-color-3)
}

.pure-menu-children {
    background-color: var(--theme-color-4)
}

.pure-menu-heading,
.pure-menu-link {
    padding: .5em 1em
}

.pure-menu-disabled {
    opacity: .5
}

.pure-menu-disabled .pure-menu-link:hover {
    background-color: transparent;
    cursor: default
}

.pure-menu-active>.pure-menu-link,
.pure-menu-link:focus,
.pure-menu-link:hover {
    /*	background-color: var(--theme-color-hr)*/
}

.pure-menu-selected>.pure-menu-link,
.pure-menu-selected>.pure-menu-link:visited {
    color: #000
}

.pure-table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    border: 1px solid #cbcbcb
}

.pure-table caption {
    color: #000;
    font: italic 85%/1 arial, sans-serif;
    padding: 1em 0;
    text-align: center
}

.pure-table td,
.pure-table th {
    border-left: 1px solid #cbcbcb;
    border-width: 0 0 0 1px;
    font-size: inherit;
    margin: 0;
    overflow: visible;
    padding: .5em 1em
}

.pure-table thead {
    background-color: #e0e0e0;
    color: #000;
    text-align: left;
    vertical-align: bottom
}

.pure-table td {
    background-color: transparent
}

.pure-table-odd td {
    background-color: #f2f2f2
}

.pure-table-striped tr:nth-child(2n-1) td {
    background-color: #f2f2f2
}

.pure-table-bordered td {
    border-bottom: 1px solid #cbcbcb
}

.pure-table-bordered tbody>tr:last-child>td {
    border-bottom-width: 0
}

.pure-table-horizontal td,
.pure-table-horizontal th {
    border-width: 0 0 1px 0;
    border-bottom: 1px solid #cbcbcb
}

.pure-table-horizontal tbody>tr:last-child>td {
    border-bottom-width: 0
}


/*!
Pure v3.0.0
Copyright 2013 Yahoo!
Licensed under the BSD License.
https://github.com/pure-css/pure/blob/master/LICENSE
*/
@media screen and (min-width:35.5em){
    .pure-u-sm-1,.pure-u-sm-1-1,.pure-u-sm-1-12,.pure-u-sm-1-2,.pure-u-sm-1-24,.pure-u-sm-1-3,.pure-u-sm-1-4,.pure-u-sm-1-5,.pure-u-sm-1-6,.pure-u-sm-1-8,.pure-u-sm-10-24,.pure-u-sm-11-12,.pure-u-sm-11-24,.pure-u-sm-12-24,.pure-u-sm-13-24,.pure-u-sm-14-24,.pure-u-sm-15-24,.pure-u-sm-16-24,.pure-u-sm-17-24,.pure-u-sm-18-24,.pure-u-sm-19-24,.pure-u-sm-2-24,.pure-u-sm-2-3,.pure-u-sm-2-5,.pure-u-sm-20-24,.pure-u-sm-21-24,.pure-u-sm-22-24,.pure-u-sm-23-24,.pure-u-sm-24-24,.pure-u-sm-3-24,.pure-u-sm-3-4,.pure-u-sm-3-5,.pure-u-sm-3-8,.pure-u-sm-4-24,.pure-u-sm-4-5,.pure-u-sm-5-12,.pure-u-sm-5-24,.pure-u-sm-5-5,.pure-u-sm-5-6,.pure-u-sm-5-8,.pure-u-sm-6-24,.pure-u-sm-7-12,.pure-u-sm-7-24,.pure-u-sm-7-8,.pure-u-sm-8-24,.pure-u-sm-9-24{
        display:inline-block;
        letter-spacing:normal;
        word-spacing:normal;
        vertical-align:top;
        text-rendering:auto
    }
    .pure-u-sm-1-24{
        width:4.1667%
    }
    .pure-u-sm-1-12,.pure-u-sm-2-24{
        width:8.3333%
    }
    .pure-u-sm-1-8,.pure-u-sm-3-24{
        width:12.5%
    }
    .pure-u-sm-1-6,.pure-u-sm-4-24{
        width:16.6667%
    }
    .pure-u-sm-1-5{
        width:20%
    }
    .pure-u-sm-5-24{
        width:20.8333%
    }
    .pure-u-sm-1-4,.pure-u-sm-6-24{
        width:25%
    }
    .pure-u-sm-7-24{
        width:29.1667%
    }
    .pure-u-sm-1-3,.pure-u-sm-8-24{
        width:33.3333%
    }
    .pure-u-sm-3-8,.pure-u-sm-9-24{
        width:37.5%
    }
    .pure-u-sm-2-5{
        width:40%
    }
    .pure-u-sm-10-24,.pure-u-sm-5-12{
        width:41.6667%
    }
    .pure-u-sm-11-24{
        width:45.8333%
    }
    .pure-u-sm-1-2,.pure-u-sm-12-24{
        width:50%
    }
    .pure-u-sm-13-24{
        width:54.1667%
    }
    .pure-u-sm-14-24,.pure-u-sm-7-12{
        width:58.3333%
    }
    .pure-u-sm-3-5{
        width:60%
    }
    .pure-u-sm-15-24,.pure-u-sm-5-8{
        width:62.5%
    }
    .pure-u-sm-16-24,.pure-u-sm-2-3{
        width:66.6667%
    }
    .pure-u-sm-17-24{
        width:70.8333%
    }
    .pure-u-sm-18-24,.pure-u-sm-3-4{
        width:75%
    }
    .pure-u-sm-19-24{
        width:79.1667%
    }
    .pure-u-sm-4-5{
        width:80%
    }
    .pure-u-sm-20-24,.pure-u-sm-5-6{
        width:83.3333%
    }
    .pure-u-sm-21-24,.pure-u-sm-7-8{
        width:87.5%
    }
    .pure-u-sm-11-12,.pure-u-sm-22-24{
        width:91.6667%
    }
    .pure-u-sm-23-24{
        width:95.8333%
    }
    .pure-u-sm-1,.pure-u-sm-1-1,.pure-u-sm-24-24,.pure-u-sm-5-5{
        width:100%
    }
}
@media screen and (min-width:48em){
    .pure-u-md-1,.pure-u-md-1-1,.pure-u-md-1-12,.pure-u-md-1-2,.pure-u-md-1-24,.pure-u-md-1-3,.pure-u-md-1-4,.pure-u-md-1-5,.pure-u-md-1-6,.pure-u-md-1-8,.pure-u-md-10-24,.pure-u-md-11-12,.pure-u-md-11-24,.pure-u-md-12-24,.pure-u-md-13-24,.pure-u-md-14-24,.pure-u-md-15-24,.pure-u-md-16-24,.pure-u-md-17-24,.pure-u-md-18-24,.pure-u-md-19-24,.pure-u-md-2-24,.pure-u-md-2-3,.pure-u-md-2-5,.pure-u-md-20-24,.pure-u-md-21-24,.pure-u-md-22-24,.pure-u-md-23-24,.pure-u-md-24-24,.pure-u-md-3-24,.pure-u-md-3-4,.pure-u-md-3-5,.pure-u-md-3-8,.pure-u-md-4-24,.pure-u-md-4-5,.pure-u-md-5-12,.pure-u-md-5-24,.pure-u-md-5-5,.pure-u-md-5-6,.pure-u-md-5-8,.pure-u-md-6-24,.pure-u-md-7-12,.pure-u-md-7-24,.pure-u-md-7-8,.pure-u-md-8-24,.pure-u-md-9-24{
        display:inline-block;
        letter-spacing:normal;
        word-spacing:normal;
        vertical-align:top;
        text-rendering:auto
    }
    .pure-u-md-1-24{
        width:4.1667%
    }
    .pure-u-md-1-12,.pure-u-md-2-24{
        width:8.3333%
    }
    .pure-u-md-1-8,.pure-u-md-3-24{
        width:12.5%
    }
    .pure-u-md-1-6,.pure-u-md-4-24{
        width:16.6667%
    }
    .pure-u-md-1-5{
        width:20%
    }
    .pure-u-md-5-24{
        width:20.8333%
    }
    .pure-u-md-1-4,.pure-u-md-6-24{
        width:25%
    }
    .pure-u-md-7-24{
        width:29.1667%
    }
    .pure-u-md-1-3,.pure-u-md-8-24{
        width:33.3333%
    }
    .pure-u-md-3-8,.pure-u-md-9-24{
        width:37.5%
    }
    .pure-u-md-2-5{
        width:40%
    }
    .pure-u-md-10-24,.pure-u-md-5-12{
        width:41.6667%
    }
    .pure-u-md-11-24{
        width:45.8333%
    }
    .pure-u-md-1-2,.pure-u-md-12-24{
        width:50%
    }
    .pure-u-md-13-24{
        width:54.1667%
    }
    .pure-u-md-14-24,.pure-u-md-7-12{
        width:58.3333%
    }
    .pure-u-md-3-5{
        width:60%
    }
    .pure-u-md-15-24,.pure-u-md-5-8{
        width:62.5%
    }
    .pure-u-md-16-24,.pure-u-md-2-3{
        width:66.6667%
    }
    .pure-u-md-17-24{
        width:70.8333%
    }
    .pure-u-md-18-24,.pure-u-md-3-4{
        width:75%
    }
    .pure-u-md-19-24{
        width:79.1667%
    }
    .pure-u-md-4-5{
        width:80%
    }
    .pure-u-md-20-24,.pure-u-md-5-6{
        width:83.3333%
    }
    .pure-u-md-21-24,.pure-u-md-7-8{
        width:87.5%
    }
    .pure-u-md-11-12,.pure-u-md-22-24{
        width:91.6667%
    }
    .pure-u-md-23-24{
        width:95.8333%
    }
    .pure-u-md-1,.pure-u-md-1-1,.pure-u-md-24-24,.pure-u-md-5-5{
        width:100%
    }
}
@media screen and (min-width:64em){
    .pure-u-lg-1,.pure-u-lg-1-1,.pure-u-lg-1-12,.pure-u-lg-1-2,.pure-u-lg-1-24,.pure-u-lg-1-3,.pure-u-lg-1-4,.pure-u-lg-1-5,.pure-u-lg-1-6,.pure-u-lg-1-8,.pure-u-lg-10-24,.pure-u-lg-11-12,.pure-u-lg-11-24,.pure-u-lg-12-24,.pure-u-lg-13-24,.pure-u-lg-14-24,.pure-u-lg-15-24,.pure-u-lg-16-24,.pure-u-lg-17-24,.pure-u-lg-18-24,.pure-u-lg-19-24,.pure-u-lg-2-24,.pure-u-lg-2-3,.pure-u-lg-2-5,.pure-u-lg-20-24,.pure-u-lg-21-24,.pure-u-lg-22-24,.pure-u-lg-23-24,.pure-u-lg-24-24,.pure-u-lg-3-24,.pure-u-lg-3-4,.pure-u-lg-3-5,.pure-u-lg-3-8,.pure-u-lg-4-24,.pure-u-lg-4-5,.pure-u-lg-5-12,.pure-u-lg-5-24,.pure-u-lg-5-5,.pure-u-lg-5-6,.pure-u-lg-5-8,.pure-u-lg-6-24,.pure-u-lg-7-12,.pure-u-lg-7-24,.pure-u-lg-7-8,.pure-u-lg-8-24,.pure-u-lg-9-24{
        display:inline-block;
        letter-spacing:normal;
        word-spacing:normal;
        vertical-align:top;
        text-rendering:auto
    }
    .pure-u-lg-1-24{
        width:4.1667%
    }
    .pure-u-lg-1-12,.pure-u-lg-2-24{
        width:8.3333%
    }
    .pure-u-lg-1-8,.pure-u-lg-3-24{
        width:12.5%
    }
    .pure-u-lg-1-6,.pure-u-lg-4-24{
        width:16.6667%
    }
    .pure-u-lg-1-5{
        width:20%
    }
    .pure-u-lg-5-24{
        width:20.8333%
    }
    .pure-u-lg-1-4,.pure-u-lg-6-24{
        width:25%
    }
    .pure-u-lg-7-24{
        width:29.1667%
    }
    .pure-u-lg-1-3,.pure-u-lg-8-24{
        width:33.3333%
    }
    .pure-u-lg-3-8,.pure-u-lg-9-24{
        width:37.5%
    }
    .pure-u-lg-2-5{
        width:40%
    }
    .pure-u-lg-10-24,.pure-u-lg-5-12{
        width:41.6667%
    }
    .pure-u-lg-11-24{
        width:45.8333%
    }
    .pure-u-lg-1-2,.pure-u-lg-12-24{
        width:50%
    }
    .pure-u-lg-13-24{
        width:54.1667%
    }
    .pure-u-lg-14-24,.pure-u-lg-7-12{
        width:58.3333%
    }
    .pure-u-lg-3-5{
        width:60%
    }
    .pure-u-lg-15-24,.pure-u-lg-5-8{
        width:62.5%
    }
    .pure-u-lg-16-24,.pure-u-lg-2-3{
        width:66.6667%
    }
    .pure-u-lg-17-24{
        width:70.8333%
    }
    .pure-u-lg-18-24,.pure-u-lg-3-4{
        width:75%
    }
    .pure-u-lg-19-24{
        width:79.1667%
    }
    .pure-u-lg-4-5{
        width:80%
    }
    .pure-u-lg-20-24,.pure-u-lg-5-6{
        width:83.3333%
    }
    .pure-u-lg-21-24,.pure-u-lg-7-8{
        width:87.5%
    }
    .pure-u-lg-11-12,.pure-u-lg-22-24{
        width:91.6667%
    }
    .pure-u-lg-23-24{
        width:95.8333%
    }
    .pure-u-lg-1,.pure-u-lg-1-1,.pure-u-lg-24-24,.pure-u-lg-5-5{
        width:100%
    }
}
@media screen and (min-width:80em){
    .pure-u-xl-1,.pure-u-xl-1-1,.pure-u-xl-1-12,.pure-u-xl-1-2,.pure-u-xl-1-24,.pure-u-xl-1-3,.pure-u-xl-1-4,.pure-u-xl-1-5,.pure-u-xl-1-6,.pure-u-xl-1-8,.pure-u-xl-10-24,.pure-u-xl-11-12,.pure-u-xl-11-24,.pure-u-xl-12-24,.pure-u-xl-13-24,.pure-u-xl-14-24,.pure-u-xl-15-24,.pure-u-xl-16-24,.pure-u-xl-17-24,.pure-u-xl-18-24,.pure-u-xl-19-24,.pure-u-xl-2-24,.pure-u-xl-2-3,.pure-u-xl-2-5,.pure-u-xl-20-24,.pure-u-xl-21-24,.pure-u-xl-22-24,.pure-u-xl-23-24,.pure-u-xl-24-24,.pure-u-xl-3-24,.pure-u-xl-3-4,.pure-u-xl-3-5,.pure-u-xl-3-8,.pure-u-xl-4-24,.pure-u-xl-4-5,.pure-u-xl-5-12,.pure-u-xl-5-24,.pure-u-xl-5-5,.pure-u-xl-5-6,.pure-u-xl-5-8,.pure-u-xl-6-24,.pure-u-xl-7-12,.pure-u-xl-7-24,.pure-u-xl-7-8,.pure-u-xl-8-24,.pure-u-xl-9-24{
        display:inline-block;
        letter-spacing:normal;
        word-spacing:normal;
        vertical-align:top;
        text-rendering:auto
    }
    .pure-u-xl-1-24{
        width:4.1667%
    }
    .pure-u-xl-1-12,.pure-u-xl-2-24{
        width:8.3333%
    }
    .pure-u-xl-1-8,.pure-u-xl-3-24{
        width:12.5%
    }
    .pure-u-xl-1-6,.pure-u-xl-4-24{
        width:16.6667%
    }
    .pure-u-xl-1-5{
        width:20%
    }
    .pure-u-xl-5-24{
        width:20.8333%
    }
    .pure-u-xl-1-4,.pure-u-xl-6-24{
        width:25%
    }
    .pure-u-xl-7-24{
        width:29.1667%
    }
    .pure-u-xl-1-3,.pure-u-xl-8-24{
        width:33.3333%
    }
    .pure-u-xl-3-8,.pure-u-xl-9-24{
        width:37.5%
    }
    .pure-u-xl-2-5{
        width:40%
    }
    .pure-u-xl-10-24,.pure-u-xl-5-12{
        width:41.6667%
    }
    .pure-u-xl-11-24{
        width:45.8333%
    }
    .pure-u-xl-1-2,.pure-u-xl-12-24{
        width:50%
    }
    .pure-u-xl-13-24{
        width:54.1667%
    }
    .pure-u-xl-14-24,.pure-u-xl-7-12{
        width:58.3333%
    }
    .pure-u-xl-3-5{
        width:60%
    }
    .pure-u-xl-15-24,.pure-u-xl-5-8{
        width:62.5%
    }
    .pure-u-xl-16-24,.pure-u-xl-2-3{
        width:66.6667%
    }
    .pure-u-xl-17-24{
        width:70.8333%
    }
    .pure-u-xl-18-24,.pure-u-xl-3-4{
        width:75%
    }
    .pure-u-xl-19-24{
        width:79.1667%
    }
    .pure-u-xl-4-5{
        width:80%
    }
    .pure-u-xl-20-24,.pure-u-xl-5-6{
        width:83.3333%
    }
    .pure-u-xl-21-24,.pure-u-xl-7-8{
        width:87.5%
    }
    .pure-u-xl-11-12,.pure-u-xl-22-24{
        width:91.6667%
    }
    .pure-u-xl-23-24{
        width:95.8333%
    }
    .pure-u-xl-1,.pure-u-xl-1-1,.pure-u-xl-24-24,.pure-u-xl-5-5{
        width:100%
    }
}
@media screen and (min-width:120em){
    .pure-u-xxl-1,.pure-u-xxl-1-1,.pure-u-xxl-1-12,.pure-u-xxl-1-2,.pure-u-xxl-1-24,.pure-u-xxl-1-3,.pure-u-xxl-1-4,.pure-u-xxl-1-5,.pure-u-xxl-1-6,.pure-u-xxl-1-8,.pure-u-xxl-10-24,.pure-u-xxl-11-12,.pure-u-xxl-11-24,.pure-u-xxl-12-24,.pure-u-xxl-13-24,.pure-u-xxl-14-24,.pure-u-xxl-15-24,.pure-u-xxl-16-24,.pure-u-xxl-17-24,.pure-u-xxl-18-24,.pure-u-xxl-19-24,.pure-u-xxl-2-24,.pure-u-xxl-2-3,.pure-u-xxl-2-5,.pure-u-xxl-20-24,.pure-u-xxl-21-24,.pure-u-xxl-22-24,.pure-u-xxl-23-24,.pure-u-xxl-24-24,.pure-u-xxl-3-24,.pure-u-xxl-3-4,.pure-u-xxl-3-5,.pure-u-xxl-3-8,.pure-u-xxl-4-24,.pure-u-xxl-4-5,.pure-u-xxl-5-12,.pure-u-xxl-5-24,.pure-u-xxl-5-5,.pure-u-xxl-5-6,.pure-u-xxl-5-8,.pure-u-xxl-6-24,.pure-u-xxl-7-12,.pure-u-xxl-7-24,.pure-u-xxl-7-8,.pure-u-xxl-8-24,.pure-u-xxl-9-24{
        display:inline-block;
        letter-spacing:normal;
        word-spacing:normal;
        vertical-align:top;
        text-rendering:auto
    }
    .pure-u-xxl-1-24{
        width:4.1667%
    }
    .pure-u-xxl-1-12,.pure-u-xxl-2-24{
        width:8.3333%
    }
    .pure-u-xxl-1-8,.pure-u-xxl-3-24{
        width:12.5%
    }
    .pure-u-xxl-1-6,.pure-u-xxl-4-24{
        width:16.6667%
    }
    .pure-u-xxl-1-5{
        width:20%
    }
    .pure-u-xxl-5-24{
        width:20.8333%
    }
    .pure-u-xxl-1-4,.pure-u-xxl-6-24{
        width:25%
    }
    .pure-u-xxl-7-24{
        width:29.1667%
    }
    .pure-u-xxl-1-3,.pure-u-xxl-8-24{
        width:33.3333%
    }
    .pure-u-xxl-3-8,.pure-u-xxl-9-24{
        width:37.5%
    }
    .pure-u-xxl-2-5{
        width:40%
    }
    .pure-u-xxl-10-24,.pure-u-xxl-5-12{
        width:41.6667%
    }
    .pure-u-xxl-11-24{
        width:45.8333%
    }
    .pure-u-xxl-1-2,.pure-u-xxl-12-24{
        width:50%
    }
    .pure-u-xxl-13-24{
        width:54.1667%
    }
    .pure-u-xxl-14-24,.pure-u-xxl-7-12{
        width:58.3333%
    }
    .pure-u-xxl-3-5{
        width:60%
    }
    .pure-u-xxl-15-24,.pure-u-xxl-5-8{
        width:62.5%
    }
    .pure-u-xxl-16-24,.pure-u-xxl-2-3{
        width:66.6667%
    }
    .pure-u-xxl-17-24{
        width:70.8333%
    }
    .pure-u-xxl-18-24,.pure-u-xxl-3-4{
        width:75%
    }
    .pure-u-xxl-19-24{
        width:79.1667%
    }
    .pure-u-xxl-4-5{
        width:80%
    }
    .pure-u-xxl-20-24,.pure-u-xxl-5-6{
        width:83.3333%
    }
    .pure-u-xxl-21-24,.pure-u-xxl-7-8{
        width:87.5%
    }
    .pure-u-xxl-11-12,.pure-u-xxl-22-24{
        width:91.6667%
    }
    .pure-u-xxl-23-24{
        width:95.8333%
    }
    .pure-u-xxl-1,.pure-u-xxl-1-1,.pure-u-xxl-24-24,.pure-u-xxl-5-5{
        width:100%
    }
}
@media screen and (min-width:160em){
    .pure-u-xxxl-1,.pure-u-xxxl-1-1,.pure-u-xxxl-1-12,.pure-u-xxxl-1-2,.pure-u-xxxl-1-24,.pure-u-xxxl-1-3,.pure-u-xxxl-1-4,.pure-u-xxxl-1-5,.pure-u-xxxl-1-6,.pure-u-xxxl-1-8,.pure-u-xxxl-10-24,.pure-u-xxxl-11-12,.pure-u-xxxl-11-24,.pure-u-xxxl-12-24,.pure-u-xxxl-13-24,.pure-u-xxxl-14-24,.pure-u-xxxl-15-24,.pure-u-xxxl-16-24,.pure-u-xxxl-17-24,.pure-u-xxxl-18-24,.pure-u-xxxl-19-24,.pure-u-xxxl-2-24,.pure-u-xxxl-2-3,.pure-u-xxxl-2-5,.pure-u-xxxl-20-24,.pure-u-xxxl-21-24,.pure-u-xxxl-22-24,.pure-u-xxxl-23-24,.pure-u-xxxl-24-24,.pure-u-xxxl-3-24,.pure-u-xxxl-3-4,.pure-u-xxxl-3-5,.pure-u-xxxl-3-8,.pure-u-xxxl-4-24,.pure-u-xxxl-4-5,.pure-u-xxxl-5-12,.pure-u-xxxl-5-24,.pure-u-xxxl-5-5,.pure-u-xxxl-5-6,.pure-u-xxxl-5-8,.pure-u-xxxl-6-24,.pure-u-xxxl-7-12,.pure-u-xxxl-7-24,.pure-u-xxxl-7-8,.pure-u-xxxl-8-24,.pure-u-xxxl-9-24{
        display:inline-block;
        letter-spacing:normal;
        word-spacing:normal;
        vertical-align:top;
        text-rendering:auto
    }
    .pure-u-xxxl-1-24{
        width:4.1667%
    }
    .pure-u-xxxl-1-12,.pure-u-xxxl-2-24{
        width:8.3333%
    }
    .pure-u-xxxl-1-8,.pure-u-xxxl-3-24{
        width:12.5%
    }
    .pure-u-xxxl-1-6,.pure-u-xxxl-4-24{
        width:16.6667%
    }
    .pure-u-xxxl-1-5{
        width:20%
    }
    .pure-u-xxxl-5-24{
        width:20.8333%
    }
    .pure-u-xxxl-1-4,.pure-u-xxxl-6-24{
        width:25%
    }
    .pure-u-xxxl-7-24{
        width:29.1667%
    }
    .pure-u-xxxl-1-3,.pure-u-xxxl-8-24{
        width:33.3333%
    }
    .pure-u-xxxl-3-8,.pure-u-xxxl-9-24{
        width:37.5%
    }
    .pure-u-xxxl-2-5{
        width:40%
    }
    .pure-u-xxxl-10-24,.pure-u-xxxl-5-12{
        width:41.6667%
    }
    .pure-u-xxxl-11-24{
        width:45.8333%
    }
    .pure-u-xxxl-1-2,.pure-u-xxxl-12-24{
        width:50%
    }
    .pure-u-xxxl-13-24{
        width:54.1667%
    }
    .pure-u-xxxl-14-24,.pure-u-xxxl-7-12{
        width:58.3333%
    }
    .pure-u-xxxl-3-5{
        width:60%
    }
    .pure-u-xxxl-15-24,.pure-u-xxxl-5-8{
        width:62.5%
    }
    .pure-u-xxxl-16-24,.pure-u-xxxl-2-3{
        width:66.6667%
    }
    .pure-u-xxxl-17-24{
        width:70.8333%
    }
    .pure-u-xxxl-18-24,.pure-u-xxxl-3-4{
        width:75%
    }
    .pure-u-xxxl-19-24{
        width:79.1667%
    }
    .pure-u-xxxl-4-5{
        width:80%
    }
    .pure-u-xxxl-20-24,.pure-u-xxxl-5-6{
        width:83.3333%
    }
    .pure-u-xxxl-21-24,.pure-u-xxxl-7-8{
        width:87.5%
    }
    .pure-u-xxxl-11-12,.pure-u-xxxl-22-24{
        width:91.6667%
    }
    .pure-u-xxxl-23-24{
        width:95.8333%
    }
    .pure-u-xxxl-1,.pure-u-xxxl-1-1,.pure-u-xxxl-24-24,.pure-u-xxxl-5-5{
        width:100%
    }
}
@media screen and (min-width:240em){
    .pure-u-x4k-1,.pure-u-x4k-1-1,.pure-u-x4k-1-12,.pure-u-x4k-1-2,.pure-u-x4k-1-24,.pure-u-x4k-1-3,.pure-u-x4k-1-4,.pure-u-x4k-1-5,.pure-u-x4k-1-6,.pure-u-x4k-1-8,.pure-u-x4k-10-24,.pure-u-x4k-11-12,.pure-u-x4k-11-24,.pure-u-x4k-12-24,.pure-u-x4k-13-24,.pure-u-x4k-14-24,.pure-u-x4k-15-24,.pure-u-x4k-16-24,.pure-u-x4k-17-24,.pure-u-x4k-18-24,.pure-u-x4k-19-24,.pure-u-x4k-2-24,.pure-u-x4k-2-3,.pure-u-x4k-2-5,.pure-u-x4k-20-24,.pure-u-x4k-21-24,.pure-u-x4k-22-24,.pure-u-x4k-23-24,.pure-u-x4k-24-24,.pure-u-x4k-3-24,.pure-u-x4k-3-4,.pure-u-x4k-3-5,.pure-u-x4k-3-8,.pure-u-x4k-4-24,.pure-u-x4k-4-5,.pure-u-x4k-5-12,.pure-u-x4k-5-24,.pure-u-x4k-5-5,.pure-u-x4k-5-6,.pure-u-x4k-5-8,.pure-u-x4k-6-24,.pure-u-x4k-7-12,.pure-u-x4k-7-24,.pure-u-x4k-7-8,.pure-u-x4k-8-24,.pure-u-x4k-9-24{
        display:inline-block;
        letter-spacing:normal;
        word-spacing:normal;
        vertical-align:top;
        text-rendering:auto
    }
    .pure-u-x4k-1-24{
        width:4.1667%
    }
    .pure-u-x4k-1-12,.pure-u-x4k-2-24{
        width:8.3333%
    }
    .pure-u-x4k-1-8,.pure-u-x4k-3-24{
        width:12.5%
    }
    .pure-u-x4k-1-6,.pure-u-x4k-4-24{
        width:16.6667%
    }
    .pure-u-x4k-1-5{
        width:20%
    }
    .pure-u-x4k-5-24{
        width:20.8333%
    }
    .pure-u-x4k-1-4,.pure-u-x4k-6-24{
        width:25%
    }
    .pure-u-x4k-7-24{
        width:29.1667%
    }
    .pure-u-x4k-1-3,.pure-u-x4k-8-24{
        width:33.3333%
    }
    .pure-u-x4k-3-8,.pure-u-x4k-9-24{
        width:37.5%
    }
    .pure-u-x4k-2-5{
        width:40%
    }
    .pure-u-x4k-10-24,.pure-u-x4k-5-12{
        width:41.6667%
    }
    .pure-u-x4k-11-24{
        width:45.8333%
    }
    .pure-u-x4k-1-2,.pure-u-x4k-12-24{
        width:50%
    }
    .pure-u-x4k-13-24{
        width:54.1667%
    }
    .pure-u-x4k-14-24,.pure-u-x4k-7-12{
        width:58.3333%
    }
    .pure-u-x4k-3-5{
        width:60%
    }
    .pure-u-x4k-15-24,.pure-u-x4k-5-8{
        width:62.5%
    }
    .pure-u-x4k-16-24,.pure-u-x4k-2-3{
        width:66.6667%
    }
    .pure-u-x4k-17-24{
        width:70.8333%
    }
    .pure-u-x4k-18-24,.pure-u-x4k-3-4{
        width:75%
    }
    .pure-u-x4k-19-24{
        width:79.1667%
    }
    .pure-u-x4k-4-5{
        width:80%
    }
    .pure-u-x4k-20-24,.pure-u-x4k-5-6{
        width:83.3333%
    }
    .pure-u-x4k-21-24,.pure-u-x4k-7-8{
        width:87.5%
    }
    .pure-u-x4k-11-12,.pure-u-x4k-22-24{
        width:91.6667%
    }
    .pure-u-x4k-23-24{
        width:95.8333%
    }
    .pure-u-x4k-1,.pure-u-x4k-1-1,.pure-u-x4k-24-24,.pure-u-x4k-5-5{
        width:100%
    }
}

.pure-hidden, .pure-visible-sm,.pure-visible-md, .pure-visible-lg, .pure-visible-x1, .pure-visible-xxl, .pure-visible-xxxl, .pure-visible-x4k{
    display: none !important;
}
.flexbox{
    display:flex;
    align-items: center;
}

.gap-025{
    gap:0.25em;
}

.gap-050{
    gap:0.5em;
}

.gap-075{
    gap:0.75em;
}
.gap-100{
    gap:1em;
}
.pure-form .pure-checkbox, .pure-form .pure-radio{
    width:auto !important;
}

/*<568px*/
@media (max-width: 35.5em) {
    .pure-hidden-sm{
        display: none !important;
    }
    .pure-visible-sm{
        display: inherit !important;
    }
}
/*568px-768px*/
@media (min-width: 35.5em) and (max-width: 48em) {
    .pure-hidden-md {
        display: none !important;
    }
    .pure-visible-md{
        display: inherit !important;
    }
}
/*768px-1024px*/
@media (min-width: 48em) and (max-width: 64em) {
    .pure-hidden-lg{
        display: none !important;
    }
    .pure-visible-lg{
        display: inherit !important;
    }
}
/*1024px-1280px*/
@media (min-width: 64em) and (max-width: 80em) {
    .pure-hidden-x1{
        display: none !important;
    }
    .pure-visible-xl{
        display: inherit !important;
    }
}
/*1280px-1920px*/
@media (min-width: 80em) and (max-width: 120em) {
    .pure-hidden-xxl{
        display: none !important;
    }
    .pure-visible-xxl{
        display: inherit !important;
    }
}
/*1920-2560px*/
@media (min-width: 120em) and (max-width: 160em) {
    .pure-hidden-xxxl {
        display: none !important;
    }
    .pure-visible-xxxl{
        display: inherit !important;
    }
}
/*2560px-3840px*/
@media (min-width: 160em) and (max-width: 240em) {
    .pure-hidden-x4k{
        display: none !important;
    }
    .pure-visible-x4k{
        display: inherit !important;
    }
}




.pure-menu.pure-menu-horizontal{
    margin:0;
}


.pure-menu.pure-menu-horizontal{
    margin:0;
}


.pure-menu-children > li > a{
    padding: 0.5em 0.75em;
    text-transform: none;
    text-align: left;
}

.pure-menu-active > .pure-menu-link, .pure-menu-link:focus, .pure-menu-link:hover
{
    /*    background: var(--theme-color-4);*/
}



.pure-menu-horizontal{
    white-space:normal;
}




















#account_blank [type="button"], #account_blank [type="reset"], #account_blank [type="submit"]{
    margin-top: 1em;
    margin-bottom: 1em;
}




/* nav */


.dropdown.open > .dropdown-menu{
    display:block !important;
}
#cart-total{
    position: absolute
}


.pure-menu-list > li:active, .pure-menu-list > li:hover, .pure-menu-list > li:focus, .pure-menu-list > li:focus, .pure-menu-list > li.dropdown.open{
    /*    box-shadow: 0 3px 0px #e80001;*/
}

.pure-menu-list{
    position:initial;
}
#pure-menu-categories{
    background:var(--theme-color-4);
    left:0px;
    top:106px;
    right:0px;
    width:100%;
    position: absolute;
    z-index:10;
}

#pure-menu-categories .content-box{
    background:var(--theme-color-10);
}

@media (min-width: 81em){

    nav .pure-menu .dropdown-menu{

        /*    
            top:120px; 
            left:0;
            right:0;*/


        position: fixed;
        left: auto;
        right: 50%;
        top: 50%;
        transform: translate(50%,-50%);
        max-width: 100%;
        box-shadow: 0 5px 30px rgba(0,0,0,.2), 9px 11px 0px -5px var(--theme-color-1);
        font-size: 1.4rem;
        padding: 5rem 2rem;
        z-index: 1044;

    }
}
@media (max-width: 80em){
    nav .pure-menu .dropdown-menu{
        top:150px;
        left:0;
        right:0;
        margin:0 auto;
    }

    #navbar-brandname svg{
        height:44px;
    }


}

@media (max-width: 48em){
    nav .pure-menu .dropdown-menu{
        top:170px;
    }

}

.pure-menu-item{
    position:initial;
}

@media (max-width: 811px)
{

    #pure-menu-categories img{
        height:100px
    }


    .pure-menu-link-icon{
        padding:0.5em 0.25em;

    }



    .padding-45-0{
        padding: 15pt 0;
    }










    .dropdown.open > ul.dropdown-menu{
        display:block !important;
    }
    .pure-menu-item{
    }
    .pure-menu-heading, .pure-menu-link{
        white-space: normal;
    }


    .dropdown.open > ul.dropdown-menu.shadow{
        width: 100% !important;
    }




    .pure-menu-item, .pure-menu-list{
        position: initial;
    }







    .pure-menu-children > li > a{
        padding-left: 1.75em;
    }




}


#result_wrapper {

    color: var(--theme-color-4);

    button{
        background: var(--theme-color-1);
        color: var(--theme-color-3);
    }

    label{
        color: var(--theme-color-3);
    }

    #button-cart{
        color: var(--theme-color-4);
    }

    .result_inner{
        background: var(--theme-color-3);
        text-align: center;
        padding: 1rem;
        display: flex;
        flex-direction: column;
        gap: 1rem;
        margin:1rem;
    }


}

@media screen and (max-width:64em){
    #result_wrapper{
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 9;

        .result_inner{
            margin:0;
        }


    }
}


.navbar-header{
    background: var(--theme-color-4);
    justify-content:space-between;
    align-items: center;
    border-radius: var(--theme-border-radius);
    padding: 1em;

    > div{
        display:flex;
    }

    >div:nth-child(odd){
        flex:1;
        justify-content: flex-end;
    }

    >div:first-child{
        justify-content: flex-start;
    }
}


@media screen and (max-width:64em){
    .navbar-header{
        border-radius: calc( var(--theme-border-radius) - 2rem);
    }
}



.navbar-toggle{
    text-transform: none;
    font-weight: bold;
}

@media screen and (max-width: 48em) {
    .navbar-header{
        padding:0.5em;
        border-radius: 0;
    }


    .navbar-toggle{
        width:1.7em;
    }
}

.navbar-toggle::before{
    /*      content:"\00D7";*/
}

.navbar-toggle.collapsed{
    color:var(--theme-color-3);
}

.navbar-toggle.collapsed::before{
    /*      content:"\2261";*/
}








@media screen and (min-width: 811px) {
    #pure-menu-top-right{
        width:auto;
        display: flex
    }
    .padding-45-0{
        padding: 45pt 0;
    }

    #top-menu{
        margin-bottom:2em;
    }

    .pure-menu-link{
        padding: 0 0.5em;
    }

}




#pure-menu-top-right .pure-menu-children{
    z-index:99;
}

#pure-menu-top-right{

    > .dropdown{
        position:initial;
    }

    .pure-menu-link:hover{
        box-shadow: 0px 2px 0px 0px var(--theme-color-border);
    }

}



#navbar-cart, #wishlist-total {
    cursor: pointer;
    border: 0;
    background: none;
    position: relative;
}

#navbar-c1{
    gap:0 1em;
    display:flex;
    align-items: flex-start;

    > .pure-g{
        align-items: center;
    }

}

#product-product-sticky{
    position: fixed;
    background: var(--theme-color-4);
    top:0;
    left: 0;
    right: 0;
    box-shadow: 0 0 14px #c6c6c6;
    border-bottom:4px solid var(--theme-color-1);
    z-index:9;
}

@media screen and (max-width: 120em) {
    #pure-menu-toggler {
        margin: 0 0.5em;
        padding: 0;
        width: 2.5em;
        height: 2.5em;
        line-height: 3.5em;
    }
}

/* labels */
.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    line-height: 1;
    color: var(--theme-color-4);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    font-weight: normal;
}
a.label:hover,
a.label:focus {
    color: var(--theme-color-4);
    text-decoration: none;
    cursor: pointer;
}
.label:empty {
    display: none;
}
.btn .label {
    position: relative;
    top: -1px;
}
.label-default {
    background-color: inherit;
    color: var(--theme-color-3);
    border: 1px solid var(--theme-color-3);
}
.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #5e5e5e;
}
.label-primary {
    background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #286090;
}
.label-success {
    background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #449d44;
}
.label-info {
    background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #31b0d5;
}
.label-warning {
    background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #ec971f;
}
.label-danger {
    background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #c9302c;
}





/* modal */


.modal-open {
    overflow: hidden;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition:      -o-transform .3s ease-out;
    transition:         transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.modal-content {
    position: relative;
    background-color: var(--theme-color-4);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid var(--theme-color-border);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: -4px -6px 0px var(--theme-color-1), 0 11px 11px #e6e6e6 !important;
    box-shadow: -4px -6px 0px var(--theme-color-1), 0 11px 11px #e6e6e6 !important;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: var(--theme-color-4);
}
.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}
.modal-backdrop.in {
    filter: alpha(opacity=90);
    opacity: .9;
}
.modal-header {
    min-height: 16.42857143px;
    padding: 1em;
}
.modal-header .close {
    /*  margin-top: -2px;*/
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
    text-transform: capitalize;
    font-size: 14pt;
}
.modal-body {
    position: relative;
    padding: 1.5rem;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid var(--theme-color-border);
}
.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}
.modal-footer .pure-button-group .btn + .btn {
    margin-left: -1px;
}
.modal-footer .pure-button-block + .pure-button-block {
    margin-left: 0;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-sm {
        width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}




/* tooltip */



.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;

    line-break: auto;
}
.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9;
}
.tooltip.top {
    padding: 5px 0;
    margin-top: -3px;
}
.tooltip.right {
    padding: 0 5px;
    margin-left: 3px;
}
.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px;
}
.tooltip.left {
    padding: 0 5px;
    margin-left: -3px;
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: var(--theme-color-4);
    text-align: center;
    background-color: #000;
    border-radius: 4px;
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}




/* popover */

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-style: normal;
    font-weight: normal;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    background-color: var(--theme-color-4);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);

    line-break: auto;
}
.popover.top {
    margin-top: -10px;
}
.popover.right {
    margin-left: 10px;
}
.popover.bottom {
    margin-top: 10px;
}
.popover.left {
    margin-left: -10px;
}
.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}
.popover-content {
    padding: 1em;
}
.popover > .arrow,
.popover > .arrow::after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.popover > .arrow {
    border-width: 11px;
}
.popover > .arrow::after {
    content: "";
    border-width: 10px;
}
.popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0;
}
.popover.top > .arrow::after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: var(--theme-color-4);
    border-bottom-width: 0;
}
.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25);
    border-left-width: 0;
}
.popover.right > .arrow::after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: var(--theme-color-4);
    border-left-width: 0;
}
.popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow::after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: var(--theme-color-4);
}
.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow::after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: var(--theme-color-4);
}




/* ALERTS */

.alert {
    padding: 1em;
    margin-bottom: 1em;
    background: var(--theme-color-4);
    border: 1px solid var(--theme-color-border);
    border-left-width: 6px;
}
.alert h4 {
    margin-top: 0;
    color: inherit;
}
.alert .alert-link {
    font-weight: bold;
}
.alert > p,
.alert > ul {
    margin-bottom: 0;
}
.alert > p + p {
    margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}


.alert-success {
    color: var(--theme-color-1);
    border-color: var(--theme-color-1);
}
.alert-success hr {
    border-top-color: var(--theme-color-1);
}
.alert-success .alert-link {
    color: #2b542c;
}

.alert-info {
    color: var(--theme-color-9);
    border-color: var(--theme-color-9);
}
.alert-info hr {
    border-top-color: var(--theme-color-9);
}
.alert-info .alert-link {
    color: var(--theme-color-9);
}
.alert-warning {
    color: var(--theme-color-11);
    border-color: var(--theme-color-11);
}
.alert-warning hr {
    border-top-color: var(--theme-color-11);
}
.alert-warning .alert-link {
    color: var(--theme-color-11);
}


.alert-danger {
    color: var(--theme-color-6);
    border-color: var(--theme-color-6);
}
.alert-danger hr {
    border-top-color: var(--theme-color-6);
}
.alert-danger .alert-link {
    color: var(--theme-color-6);
}


.alert-pure{
    border-color: var(--theme-color-border);
}



.close{
    position: absolute;
    top: 0;
    right: 10px;
    content:"";
    color: inherit;
    border: 0px;
    background:none;
    cursor: pointer;
    padding: 0.5em;
    color:#000;
    font-size: 12pt;
}
.close::before {
    content: "\00D7";
    font-size: 1.6em;
}












html {
    font-size: 16px;

    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body.body-freez{
    overflow: hidden;
}

body.disabled{
    height: 100%;
    overflow: hidden;
}


input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a {
    text-decoration: none;
    color:var(--theme-color-border);
}
a:hover,
a:focus {
    text-decoration: underline;
}
a:focus {
    outline: 0;
    text-decoration: none;

}
figure {
    margin: 0;
}
img {
    vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-rounded {
    border-radius: 6px;
}
.img-thumbnail {
    display: inline-block;
    padding: 4px;
    line-height: 1.42857143;
    background-color: var(--theme-color-4);
}
.img-circle {
    border-radius: 50%;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid var(--theme-color-hr);
}

hr.type-2{
    border-color: var(--theme-color-7);
}
hr.type-4{
    width:4em;
    border-width:4px;
    border-color:var(--theme-color-3);
    margin-left:0;
}
hr.type-5{
    width:2em;
    border-width:4px;
    border-color:var(--theme-color-3);
    margin-left:0;
}
.divider{
    margin:10px 0;
    overflow: hidden;
    height:1px;
    background-color: var(--theme-color-hr);
}


.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
[role="button"] {
    cursor: pointer;
}





p {
    margin: 0 0 10px;
}






.lead {
    margin-bottom: 20px;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.4;
}
#product-top-c3 .lead{
    font-size: 1.2em;
}



small,
.small {
    font-size: 85%;
}
mark,
.mark {
    padding: .2em;
    background-color: #fcf8e3;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
.text-nowrap {
    white-space: nowrap;
}
.text-lowercase {
    text-transform: lowercase;
}
.text-uppercase {
    text-transform: uppercase;
}
.text-capitalize {
    text-transform: capitalize;
}
.text-big{
    font-size: 30pt
}
.text-bigger{
    font-size: 44pt
}
.text-muted {
    color: #777;
}
.text-primary {
    color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
    color: #286090;
}
.text-success {
    color: var(--theme-color-1);
}
a.text-success:hover,
a.text-success:focus {
    color: #2b542c;
}
.text-info {
    color: var(--theme-color-9);
}
a.text-info:hover,
a.text-info:focus {
    color: var(--theme-color-9);
}
.text-warning {
    color: var(--theme-color-11);
}
a.text-warning:hover,
a.text-warning:focus {
    color: #66512c;
}
.text-danger {
    color: #e80001;
}
a.text-danger:hover,
a.text-danger:focus {
    color: #843534;
}

.text-clamp{
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.text-clamp-2{
    -webkit-line-clamp: 2;
}
.text-clamp-3{
    -webkit-line-clamp: 3;
}
.text-clamp-4{
    -webkit-line-clamp: 4;
}
.bg-primary {
    color: var(--theme-color-4);
    background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #286090;
}
.bg-success {
    background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
    background-color: #c1e2b3;
}
.bg-info {
    background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
    background-color: #afd9ee;
}
.bg-warning {
    background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f7ecb5;
}
.bg-danger {
    background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #e4b9b9;
}
.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid var(--theme-color-hr);
}
ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0 1em;
}
ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}

/*.list-unstyled > li{
    display:flex;
    gap:1em;
}*/

.list-inline {
    padding-left: 0;
    list-style: none;
}
.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
    vertical-align: middle;
}

.list-flexbox{
    display: flex;
    list-style:none;
    gap:1em;
    margin:0;
    padding:0;

    h6 {
        margin:0 0 0.75em;
        font-size: 0.85em;
        font-weight: 600;
    }

}











body {
    font-family: ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    font-weight: var(--default-font-weight);
    color: var(--theme-color-3);
    font-size: var(--fontsize-body);
    width: 100%;
    background: var(--theme-color-10);
    /*        background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(222, 232, 255, 1) 100%);*/
}

@media (max-width: 48em){
    body{
        font-weight: var(--mobile-font-weight);
    }
}


h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    line-height: 1;
    margin: .67em 0
}

h1, .text-h1 {
    font-size: 2.4rem;
    font-weight:800;
}


#common-home{

    h2, .text-h2 {
        font-size: 3rem;
        font-weight: 700;
        margin: 2rem 0;
    }

    h4, .text-h4 {
        font-size: 1.3rem;
    }
}




@media (max-width: 48em){
    #product-product-option{
        h1, .text-h1 {
            font-size: 1.8rem;
        }
    }
}

@media (max-width: 64em){
    #product-product-option{
        h1, .text-h1 {
            font-size: 1.8rem;
        }
    }
}



#nav_contact_phone h4{
    font-weight: 800;
    margin:0;
}


h5, .text-h5 {
    font-size: 10pt;
}
h6, .text-h6 {
    font-size: 8pt;
}

.text-77{
    font-size: 77pt;
    line-height: 77pt;
}

.text-66{
    font-size: 66pt;
    line-height: 66pt;
}

.text-55{
    font-size: 55pt;
    line-height: 55pt;
}

.text-44{
    font-size: 44pt;
    line-height: 44pt;
}

.text-33{
    font-size: 33pt;
    line-height: 33pt;
}
.text-22{
    font-size: 22pt;
    line-height: 22pt;
}
.text-25{
    font-size: 25pt;
    line-height: 25pt;
}
.text-12{
    font-size: 12pt;
    line-height: 12pt;
}

.text-11{
    font-size: 11pt;
    line-height: 11pt;
}

.text-600{
    font-weight: 600;
}
.text-800{
    font-weight: 800;
}
.text-900{
    font-weight: 900;
}

.text-italic{
    font-style: italic;
}

@media (max-width: 48em){
    .text-77{
        font-size: 66pt;
        line-height: 66pt;
    }

    .text-66{
        font-size: 55pt;
        line-height: 55pt;
    }

    .text-55{
        font-size: 44pt;
        line-height: 44pt;
    }

    .text-44{
        font-size: 33pt;
        line-height: 33pt;
    }

    .text-33{
        font-size: 22pt;
        line-height: 22pt;
    }
    .text-22{
        font-size: 16pt;
        line-height: 16pt;
    }
    .text-25{
        font-size: 15pt;
        line-height: 15pt;
    }


}



/* Override h defaults */

.front-paged-item h1, #product-product-sticky h3{
    font-style: italic;
    margin:0;
    font-weight: bold;
}
#product-product h2, .front-paged-item h2{
    font-size: 13pt;
    margin:1em 0;
}
@media (max-width: 48em){
    #product-product h1,.front-paged-item h1, #product-product-sticky h3{
        font-size: 16pt !important;
    }
}

#product-product-sticky h3{
    margin: 0 0 0.5em 0
}
#product-product-sticky h4{
    margin:0
}


a {
    color: var(--theme-color-3);
}
a:hover {
    text-decoration: none;
}
legend {
    font-size: 18px;
    padding: 7px 0px
}
label {
    font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
}

.input-group .input-group-addon {
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
    display: inline;
}

.nav-tabs {
    display: flex;
    gap:1em;
    list-style: none;
    margin:1em;

    > li{
        border-left: 1px solid var(--theme-color-border);
        padding: 0.25em 0 0.25em 1em;
    }

    > li:before{
        /*        content: "/";*/
    }

    > li.active{
        font-weight:700;

        a{
            color: var(--theme-color-6);
        }
    }



}


.control-label-product-options{

}


div.required .control-label::before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}


/* drop down menus */

/* top */


@media (min-width: 48em){
    #top {
        padding: 1em;
    }
}



#top-links{
    background: var(--theme-color-3);
    color: var(--theme-color-4);
    border-bottom: 1px solid var(--theme-color-2);
}
#top-links a{
    color:var(--theme-color-4);
}




#top-links .list-inline{
    margin:0;
    font-size: 0.75em;
    display:flex;
    gap:0 1em;
    flex-wrap: wrap;
    padding: 0.5em 0;
    align-items:center;
    justify-content: end;
}
#top-links .list-inline > li:not(:first-child)::before{
    content:'|';
    padding-right: 2em
}




@media (max-width: 48em){
    #top-links .list-inline > li::before{
        padding: 0.55em !important
    }
}




#logo {
    margin: 0 0 10px 0;
}

.focused{
    background: var(--theme-color-4) !important;
}


#search{
    border-radius: 1em;
    position:relative;
    display: flex;
    padding:0 1em;
    background: var(--theme-color-10);

    > #search_preloader{
        position: absolute;
        right:1em;
        top:0;
    }

    .pure-button[data-button="default"]{
        padding: .5em 1.5em !important;
        background: transparent;
    }

    input, #search input:focus{
        border-width: 0px;
    }

    input:focus{
        outline: none
    }
    .input-group {
        border:0px solid var(--theme-color-10);
    }
    .input-lg {
        width:19em;
        background: transparent;
    }

    .pure-button-lg {
        font-size: 15px;
        line-height: 18px;
        padding: 10px 35px;
        text-shadow: 0 1px 0 #FFF;
    }
}

@media (max-width: 48em){
    #nav-search-wrapper{
        order:2;
    }
}



@media (max-width: 64em){
    #search .input-lg {
        width:10em;
    }
}



/* MENU*/
#menu {
    .nav > li > a {
        color: var(--theme-color-4);
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        padding: 10px 15px 10px 15px;
        min-height: 15px;
        background-color: transparent;
    }
    .nav > li > a:hover, .nav > li.open > a {
        background-color: rgba(0, 0, 0, 0.1);
    }
    .dropdown-menu {
        padding-bottom: 0;
    }
    .dropdown-inner {
        display: table;
    }
    .dropdown-inner ul {
        display: table-cell;
    }
    .dropdown-inner a {
        min-width: 160px;
        display: block;
        padding: 3px 20px;
        clear: both;
        line-height: 20px;
        color: var(--theme-color-3);
        font-size: 12px;
    }
    .dropdown-inner li a:hover {
        color: #FFFFFF;
    }
    .see-all {
        display: block;
        margin-top: 0.5em;
        border-top: 1px solid #DDD;
        padding: 3px 20px;
        -webkit-border-radius: 0 0 4px 4px;
        -moz-border-radius: 0 0 4px 4px;
        border-radius: 0 0 3px 3px;
        font-size: 12px;
    }
    .see-all:hover, .see-all:focus {
        text-decoration: none;
        color: var(--theme-color-4);
        background-color: #229ac8;
        background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
        background-repeat: repeat-x;
    }
    #category {
        float: left;
        padding-left: 15px;
        font-size: 16px;
        font-weight: 700;
        line-height: 40px;
        color: var(--theme-color-4);
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    }
    .pure-button-navbar {
        font-size: 15px;
        font-stretch: expanded;
        color: #FFF;
        padding: 2px 18px;
        float: right;
        background-color: #229ac8;
        background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
        background-repeat: repeat-x;
        border-color: #1f90bb #1f90bb #145e7a;
    }
    .pure-button-navbar:hover, .pure-button-navbar:focus, .pure-button-navbar:active, .pure-button-navbar.disabled, .pure-button-navbar[disabled] {
        color: var(--theme-color-4);
        background-color: #229ac8;
    }

    h4{
        font-weight: 700;
    }

}

@media (min-width: 768px) {
    #menu .dropdown:hover .dropdown-menu {
        display: block;
    }
}
@media (max-width: 767px) {
    #menu {
        border-radius: 4px;

        div.dropdown-inner > ul.list-unstyled {
            display: block;
        }
        div.dropdown-menu {
            margin-left: 0 !important;
            padding-bottom: 10px;
            background-color: rgba(0, 0, 0, 0.1);
        }
        .dropdown-inner {
            display: block;
        }
        .dropdown-inner a {
            width: 100%;
            color: var(--theme-color-4);
        }
        .dropdown-menu a:hover,
            .dropdown-menu ul li a:hover {
            background: rgba(0, 0, 0, 0.1);
        }
        .see-all {
            margin-top: 0;
            border: none;
            border-radius: 0;
            color: var(--theme-color-4);
        }


    }

}
#content {
    /*	min-height: 600px;*/
}

footer {
    margin-top: 4em;
    position:relative;

    a:hover{
        color:var(--theme-color-8);
    }

    h5{
        font-size: 1.1em;
        font-weight: 800;
    }



    hr {
        border-top: none;
        border-bottom: 1px solid var(--theme-color-5);
    }

    h5 {
        font-weight: bold;
    }
    #footer > div:first-of-type li{
        display: flex;
        gap:0 1em;
    }


}




@media (max-width: 64em){
    .under_bg{
        display: none;
    }
}








#powered{
    position: absolute;
    z-index: 2;
    left:0;
    right:0;
    bottom:2em;
    color:var(--theme-color-4);
    background:var(--theme-color-1);
}
#powered a{
    color:var(--theme-color-4);
}


.footer_bg{
    background: #fbfbfb;
    position: absolute;
    bottom: 0;
    top: 0;
}
#footer_bg{
    z-index: 1;
    left:0;
    right:50%;
    background: #fbfbfb;
}


#footer_bg2{
    z-index: 2;
    left:50%;
    right:0%;
    background:var(--theme-color-4);
}



/* breadcrumb */
body .breadcrumb {
    padding:0.5em !important;
    margin:1em auto;
    font-size: 85%;
    text-align: center;
}

.breadcrumb i {
    font-size: 15px;
}
.breadcrumb > li {
    padding: 0 1em 0 0;
    position: relative;
    white-space: nowrap;
    display: inline-block;
}

.breadcrumb > li::after {
    content: '/';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}
.breadcrumb > li:last-child::after {
    content: '';
}



/* pagination */
.pagination {
    padding:0;
    display:flex;
    flex-wrap: wrap;
    list-style: none;
    gap:0 0.75em;

    > li > a, > li > span{
        padding: 0.75em;
        border: 1px solid transparent;
        width: 1em;
        display: block;
        height: 1em;
        text-align: center;
    }

    li a:hover{
        border-color: var(--theme-color-1);
    }

    li.active > span{
        background:var(--theme-color-3);
        color:var(--theme-color-4);
    }
    > li.active > span{
        border-color: var(--theme-color-3);
    }
}


@media (max-width: 48em){
    .pagination {
        width:auto;
    }
}












/* list group */
.list-group a {
    border: 1px solid #DDDDDD;
    color: #888888;
    padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
    color: #444444;
    background: var(--theme-color-hr)eee;
    border: 1px solid #DDDDDD;
    text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
    color: #FFFFFF;
    text-shadow: 0 1px 0 var(--theme-color-3);
}
.carousel-control .icon-prev::before {
    content: '\f053';

}
.carousel-control .icon-next::before {
    content: '\f054';

}
/* product list */
.product-thumb,.content-box {
    /*	overflow: auto;*/
    box-shadow: 0 0 1px #acacac;
    background:var(--theme-color-4);
    /*        padding:1em 0;*/
}

.product-thumb, #product-top-col-c1{
    position: relative;
}




.product-emph{

    .product-title{
        font-size: 3em !important;
        line-height: 0.85em;
        font-weight: 800 !important;
    }

    .price{
        font-size: 1.5em !important;
    }

    .price-new {
        transform: rotate(-3deg);
        color:var(--theme-color-4);
        padding:0.5em;
        background: var(--theme-color-1);
    }


    .product_promo_bubble{
        font-size: 2em;
        padding:0.5em;
    }


}

@media (max-width: 48em){
    .product-emph{
        order:-1;

        .image{
            width:70%;
            height: 70%;
        }

        .product-title{
            font-size: 2em !important;
        }


    }
}





.product-thumb .image {
    text-align: center;
    display:table;
    margin:0 auto;
}
.product-thumb .image a {
    display: block;
}
.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
}
.product-grid .product-thumb .image {
    float: none;
}
@media (min-width: 767px) {
    .product-list .product-thumb .image {
        float: left;
        padding: 0 15px;
    }
}
.product-thumb h4 {
    font-weight: bold;
}
.product-thumb .caption {
    /*	padding: 0 20px;*/
    min-height: 180px;
}
.product-list .product-thumb .caption {
    margin-left: 230px;
}
#complementary_products .product-thumb ul{
    margin-top:0;
}


@media (max-width: 1200px) {
    .product-grid .product-thumb .caption {
        min-height: 210px;
        padding: 0 10px;
    }
}
@media (max-width: 767px) {
    .product-list .product-thumb .caption {
        min-height: 0;
        margin-left: 0;
        padding: 0 10px;
    }
    .product-grid .product-thumb .caption {
        min-height: 0;
    }
}


#product-top-c3-price .price {
    font-size: 1.8em;
}

@media (max-width: 48em){
    #product-top-c3-price .price {
        font-size: 2em;
    }
}


#product-top-c3-price .price.small {
    font-size: 2em;
}
.price {
    font-weight: 600;
}

.caption .price{
    font-size: 1.3em;
    margin: 1em 0;
}


.price-old, #product-top-c3-price .price-old {
    color: var(--theme-color-3);
    text-decoration: line-through;
    margin-right: 10px;
}
#product-top-c3-price .price-old{
    font-size: 0.5em;
}

#product-top-c3-labels {
    margin-top: -0.75em;
}
#product-top-c3-labels .label{
    font-size: 90%;
}


.price-tax {
    color: #999;
    font-size: 12px;
    display: block;
}
.product-thumb .button-group {
    border-top: 1px solid var(--theme-color-border);
    background-color: var(--theme-color-hr);
    overflow: auto;
}
.product-list .product-thumb .button-group {
    border-left: 1px solid var(--theme-color-border);
}
@media (max-width: 768px) {
    .product-list .product-thumb .button-group {
        border-left: none;
    }
}
.product-thumb .button-group button {
    width: 60%;
    border: none;
    display: inline-block;
    float: left;
    background-color: var(--theme-color-hr);
    color: #888;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
.product-thumb .button-group button + button {
    width: 20%;
    border-left: 1px solid var(--theme-color-border);
}
.product-thumb .button-group button:hover {
    color: #444;
    background-color: var(--theme-color-border);
    text-decoration: none;
    cursor: pointer;
}
@media (max-width: 1200px) {
    .product-thumb .button-group button, .product-thumb .button-group button + button {
        width: 33.33%;
    }
}
@media (max-width: 767px) {
    .product-thumb .button-group button, .product-thumb .button-group button + button {
        width: 33.33%;
    }
}

.product-thumb:hover{
    box-shadow: 0 0 10px #e8e8e8, 0 0 1px #459dea;
    z-index:9;
}

.thumbnail{
    border:0px;
}
.thumbnail > img {
    margin:0 auto;
}
.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap:2em;
    max-height: 30em;
}


.thumbnails > img {
    width: 100%;
}



@media (min-width: 1200px) {
    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-3:nth-child(4n+1),
    #content .col-lg-4:nth-child(3n+1),
    #content .col-lg-6:nth-child(2n+1) {
        clear:left;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    #content .col-md-2:nth-child(6n+1),
    #content .col-md-3:nth-child(4n+1),
    #content .col-md-4:nth-child(3n+1),
    #content .col-md-6:nth-child(2n+1) {
        clear:left;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #content .col-sm-2:nth-child(6n+1),
    #content .col-sm-3:nth-child(4n+1),
    #content .col-sm-4:nth-child(3n+1),
    #content .col-sm-6:nth-child(2n+1) {
        clear:left;
    }
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
        width: 100%;
    }

    #column-left + #content .product-layout .col-md-3 {
        width: 50%;
    }

    #column-left + #content + #column-right .product-layout .col-md-3 {
        width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
        width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
    width: 100%;
}



/* fixed mobile cart quantity input */
#product-product #input-quantity, #product-product-option #input-quantity{
    width: 1.75rem;
    border:0px;
}








.pannel-color-1, .pannel-color-3 .module-title h3{
    background: #f5f5f5;
}

.pannel-color-2{
    background: var(--theme-color-4);
}

.pannel-color-3, .pannel-color-3 .module-title h3{
    background: var(--theme-color-10);
}


.pannel-color-4, .pannel-color-4 .module-title h3{
    background: var(--theme-color-3);
    color:var(--theme-color-5);
}





.border{
    border: 1px solid var(--theme-color-border);
}



.color-white{
    color:var(--theme-color-4);
}

.color-blue{
    color:#0B70F7;
}

.color-red-tint-1{
    color:#e90003;
}

.color-red-tint-2{
    color:var(--theme-color-1);
}

.hr-red{
    width: 70pt;
    margin-left: 0;
    height:2pt;
    background:#E90003;
    border:0;
}








h4.product-layout{
    font-size: 15pt;
    font-weight:bold;
    font-style: italic;
}

h5.product-layout{
    font-size: 10pt;
}

.bg_white{
    background: var(--theme-color-4);
}




@media (min-width: 1200px){
    .container, .breadcrumb {
        width: 1260px;
        margin:0 auto;
    }

    div.front-paged-item{
        transform: translateY(30%);
        -ms-transform: translateY(30%);
    }







}



.l-box{
    padding: 1rem;
}
.l-box-v0{
    padding-top: 0;
    padding-bottom: 0;
}
.l-box2{
    padding: 1.8rem;
}
.l-box3{
    padding: 2.8rem;
}

@media (max-width: 48em)
{
    .l-box{
        padding: 0.5em;
    }
}


.d-block{
    display:block;
    width:100% !important
}


.text-center{
    text-align: center;
}

.lead{
    font-size:1.1em;
}

#product-category .lead{
    margin-bottom: 3em;
}
/*#product-category h1{
    font-size: 1.6rem;
}*/

.shadow{
    box-shadow: 0 0 15px var(--theme-color-shadow);
}

.shadow-type-2{
    box-shadow: 0 12px 0px -8px var(--theme-color-3);
}

.shadow-type-3{
    /*    box-shadow: 19px 0 14px #f8f8f8;    */
    border-right: 1px solid var(--theme-color-border);
}

.shadow-type-4{
    box-shadow: 19px 0 13px #00000026;
}

.main-wrapper.shadow{
    box-shadow: 0 -15px 15px #0000000d;
}



.pure-table{
    width:100%;
}

.pure-table thead{
    background: #f5f5f5;
}

.pure-table td, .pure-table th{
    vertical-align: top;
}




#pure-menu-categories, .pure-menu-children.dropdown-menu{
    box-shadow: 0 13px 13px #0000002e;
}



div.modal_window_alert, .gdprcookie{
    position:fixed;
    left:auto;
    right:50%;
    top:50%;
    transform:translate(50%,-50%);
    width:auto;
    box-shadow: 0 5px 30px rgba(0,0,0,.2);
    padding:0;
    z-index:1044;
    background: var(--theme-color-4);
    overflow-y: scroll;
    max-height: 90vh;
}
.gdprcookie{
    font-size:1.4rem;
}

@media (max-width: 48em) {
    div.modal_window_alert{
        width:90vw !important;
        height: 90vh;
    }
}

.gdprcookie{
    background: #fcfcfc;
    padding:0;
    width:25em;
    z-index: 9999;
    border: 1px solid var(--theme-color-border);

}



#account_blank, #account_blank_footer{
    display:flex;
    align-items: center;
    margin:0 auto;
}

@media (min-width: 768px) {
    #account_blank, #account_blank_footer{
        width:auto;
        display:table;
        max-width: 480px;
    }
}



textarea, input:not([type=checkbox]):not([type=radio]){
    width: 100%;
    padding: 0.25rem 0.5rem;
}




/* buttons */
.buttons {
    margin: 1em 0;
}


.pure-button-xs {
    font-size: 0.75em;
}
.pure-button-sm {
    font-size: 0.8em;
}

.pure-button-md {
    font-size: 0.9em;
}

.pure-button-lg {
    font-size: 1em;

}


.pure-button-xl {
    font-size: 1.2em;
}

.pure-button-xxl {
    font-size: 1.3em;
}

.pure-button-xxxl {
    font-size: 1.4em;
}

.pure-button-x4k {
    font-size: 1.6em;
}






.pure-button-type-1, .pure-button-type-2{
    background: inherit;
    border: 1px solid var(--theme-color-border);
}

.pure-button-type-2{
    border-color: var(--theme-color-1);
}

.pure-button-type-3{
    border:0;
    background:var(--theme-color-3);
    color:var(--theme-color-4);
}

.pure-button-primary,
.pure-button-pure,
.pure-button-default,
.pure-button-success,
.pure-button-error,
.pure-button-warning,
.pure-button-secondary,
.pure-button-primary a,
.pure-button-pure a,
.pure-button-success a,
.pure-button-default a,
.pure-button-error a,
.pure-button-warning a,
.pure-button-secondary a{
    color:var(--theme-color-4);
}

.pure-button-primary:hover,
.pure-button-success:hover,
.pure-button-default:hover,
.pure-button-error:hover,
.pure-button-warning:hover,
.pure-button-secondary:hover {
    box-shadow: 0 0 13px -5px rgba(0, 0, 0, 0.6) inset;
    color:var(--theme-color-4);
}

.pure-button-success {
    background: rgb(28, 184, 65);
    /* this is a green */
}

.pure-button-error {
    background: var(--theme-color-7);
    /* this is a maroon */
}


.pure-button-default {
    background: var(--theme-color-3);
}



.pure-button-warning {
    background: rgb(223, 117, 20);
    /* this is an orange */
}

.pure-button-secondary {
    background: #000;
}

.pure-button-pure{
    background: var(--theme-color-4);
    border:1px solid var(--theme-color-border);
    color:#000 !important;
}


.pure-button-hover, .pure-button:focus, .pure-button:hover
{
}

.pure-button-type-1:hover, .pure-button-type-2:hover{
    box-shadow:0px 0px 5px 0px var(--theme-color-border);
    color:inherit;
}

.pure-button-type-2:hover{
    box-shadow:0px 0px 0px 2px var(--theme-color-1);
}

.pure-button-type-3:hover{
    color:var(--theme-color-4);
    background:var(--theme-color-7);
}

.clicked{
    background:#000 !important;
}




.emph{
    color: var(--theme-color-4);
    width:19px;
    width: 19px;
    line-height: 19px;
    display: inline-block;
    text-align: center;
    margin: 0 0 0 -10px;
    border-radius: 10px;
}

.counter{
    background:var(--theme-color-1);
}


.bg-blue{
    background:var(--theme-color-1);
}

.bg-red{
    background:#c81025;
}

.bg-red-2{
    background:#ac0e20;
}

/*.account-pannel*/

/*768px*/
@media (max-width: 48em)
{
    .account-pannel{
        padding:5pt;
    }
    .l-box2, .l-box3{
        padding: 1em;
    }
    #powered{
        position: initial;
    }


}

/*1024*/
@media (max-width: 64em)
{
    /*    .account-pannel{
            padding:5pt;
        }  
    */    .l-box2, .l-box3{
        padding: 1em;
    }
}

/*1024*/
@media (min-width: 80em)
{
    .account-pannel{
        padding:45pt;
    }
}


@media (min-width: 768px) {



}





.lead-box{
    max-width: 70%;
    margin:0 auto;
}


.checkbox label{
    cursor: pointer;
}

.mfp-bg{
    background:var(--theme-color-4) !important;
    opacity: 1 !important;
}

.mfp-figure::after {
    box-shadow: none !important;
}





.border-radius{
    border-radius: 0.5em;
}

.border-radius2{
    border-radius: var(--theme-border-radius);
}

.border-no{
    border-width: 0px
}

.account-pannel table{
    width:100%;
    margin-bottom: 2em;
}





.panel {
    margin-bottom: 20px;
    background-color: var(--theme-color-4);
    border: 1px solid transparent;
    border-radius: 2rem;
}
.panel-body {
    padding: 1em;
}
.panel-heading {
    padding: 1em;
}




.panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
    color: inherit;
}
.panel-footer {
    padding: 1em;
    border-top: 1px solid var(--theme-color-border);
    background: var(--theme-color-10);
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}
.list-group + .panel-footer {
    border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
    margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
    padding-right: 15px;
    padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
    border-top: 1px solid var(--theme-color-border);
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
}
.panel > .table-responsive {
    margin-bottom: 0;
    border: 0;
}
.panel-group {
    margin-bottom: 20px;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}
.panel-group .panel + .panel {
    margin-top: 1em;
}
.panel-group .panel-heading {
    border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
    /*  border-top: 1px solid var(--theme-color-border);*/
}
.panel-group .panel-footer {
    border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid var(--theme-color-border);
}

.panel-group > .panel{
    border-bottom: 1px solid var(--theme-color-border);
}



.panel-default {
    border-color: var(--theme-color-border);
}
.panel-default > .panel-heading {
    color: var(--theme-color-3);
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: var(--theme-color-border);
}
.panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: var(--theme-color-3);
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: var(--theme-color-border);
}

.panel-pure {
    border-color: var(--theme-color-border);
}
.panel-pure > .panel-heading {
    color: var(--theme-color-3);
    background-color: var(--theme-color-4);
    border-color: var(--theme-color-border);
    padding: 0px;
    border-radius: 0px;
}
.panel-pure > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: var(--theme-color-4);
}
.panel-pure > .panel-heading .badge {
    color: #f5f5f5;
    background-color: var(--theme-color-3);
}
.panel-pure > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: var(--theme-color-border);
}


.panel-primary {
    border-color: #337ab7;
}
.panel-primary > .panel-heading {
    color: var(--theme-color-4);
    background-color: #337ab7;
    border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
    color: #337ab7;
    background-color: var(--theme-color-4);
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7;
}
.panel-success {
    border-color: #d6e9c6;
}
.panel-success > .panel-heading {
    color: var(--theme-color-1);
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: var(--theme-color-1);
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6;
}
.panel-info {
    border-color: #bce8f1;
}
.panel-info > .panel-heading {
    color: var(--theme-color-9);
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: var(--theme-color-9);
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1;
}
.panel-warning {
    border-color: var(--theme-color-11);
}
.panel-warning > .panel-heading {
    color: var(--theme-color-11);
    background-color: #fcf8e3;
    border-color: var(--theme-color-11);
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: var(--theme-color-11);
}
.panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: var(--theme-color-11);
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: var(--theme-color-11);
}
.panel-danger {
    border-color: #ebccd1;
}
.panel-danger > .panel-heading {
    color: var(--theme-color-6);
    background-color: #f2dede;
    border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: var(--theme-color-6);
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1;
}
.clearfix::before,
.clearfix::after,
.panel-body::before,
.panel-body::after {
    display: table;
    content: " ";
}
.clearfix::after,
.panel-body::after {
    clear: both;
}



.accordion-toggle:not(.collapsed){
    font-weight:bold;
}


.panel-heading{
    position: relative;
}
.panel .accordion-toggle.collapsed::after, .panel .accordion-toggle::after{
    content:"\002B";
    position:absolute;
    right:1em;
    top:10px;
    transform:rotate(180deg);
}
.panel .accordion-toggle::after{
    transform:rotate(270deg);
}
.panel .accordion-toggle:not(.collapsed){
    transform:rotate(270deg);
    color:var(--theme-color-1);
}

.panel-title{
    padding-right: 15px;
}




#checkout-checkout {
    .panel-title, .panel-title > a{
        display:flex;
        gap:1em;
        align-items:center;
    }
    .panel .accordion-toggle:not(.collapsed){
        transform:none;
    }
}


.collapse {
    display: none;
}
.collapse.in {
    display: block;
}
tr.collapse.in {
    display: table-row;
}
tbody.collapse.in {
    display: table-row-group;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}



.content-space-between{
    justify-content: space-between;
    align-items: center;
}

.align-items-center{
    align-items:center;
}

.align-items-flex-start{
    align-items:flex-start;
}

.content-display-over{
    position:fixed;
    display: block !important;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background:var(--theme-color-10);
    padding:1em;
    overflow-y:scroll;
    width:100%;
}

#toggle-category-filters.clicked{
    position:fixed;
    display: block !important;
    right:1em;
    top:1em;

}



.checkout-cart-item hr.checkout-cart-item{
    border-color: var(--theme-color-4);
    margin:10px 0;
}


.r2{
    display:flex;
    justify-content: space-between;
}




@media (max-width: 48em){
    .checkout-cart-item input, .checkout-cart-item button{
        display:inline-block !important;
        margin:0 !important;
    }

    .checkout-cart-item hr.checkout-cart-item{
        display: block;
    }
    #input-sort{
        max-width: 110px;
    }

}

.checkout-price-hair-split{
    cursor: pointer;
    margin:0;
}



#input-voucher, #input-coupon{
    width: 100%;
}

.flip{
    flex-direction:row-reverse;
}

.text-separator::before,.text-separator::after{
    content:'';
    height:1px;
    width:40%;
    background:#000;
    margin-right: 1em;
    display:inline-block;
}
.text-separator::after{
    margin:0 0 0 1em;
}







.align-center-center{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.h-12{
    height: 12em;
}


.h-16{
    height: 16em;
}

.h-18{
    height: 18em;
}


div.module-title{
    text-align: left;
    margin: 0 0 1em;
    display: flex;
    width: 100%;
    position: relative;
    justify-content: space-between;
    align-items:baseline;
}

.module-title h1,.module-title h2,.module-title h3,.module-title h4{
    z-index: 2;
    position: relative;
    font-weight: 800;
}


@media (max-width: 48em){
    .module-title h1,.module-title h2,.module-title h3,.module-title h4{
        font-size: 1em;
    }
}




/*div.module-title::after{
    border: 1px solid var(--theme-color-1);
    width: 10em;
    position: absolute;
    content: "";
    bottom: -1px;
}*/



.product-layout .price{
    font-size: 1em;
    margin: 0.5em 0;
    display: flex;
    align-items: center;
    gap: 1em;
}

.product-layout .product-title{
    font-size: 10pt;
    margin:0.5em 0;
}

.product-layout > .product-excerpt{
    margin:0;
}

.product-layout .caption{
    min-height: auto;
}


div.image-circle{
    clip-path: circle(36%);
    display:table;
}
div.image-rect{
    clip-path: rect(5px 5px 160px 145px round 20%);
}
div.image-xywh{
    clip-path: xywh(0 5px 100% 75% round 15% 0);
}

.margin-v-1{
    margin:1em auto;
}
.margin-v-2{
    margin:2em auto;
}
.margin-v-3{
    margin:3em auto;
}



#product{
    margin-top: 1em;
}
.main-wrapper {
    position:relative
}


@media (max-width: 48em){
    #product-product .pure-g:first-of-type{
        /*        flex-flow:column-reverse;*/
    }
    #header_search {
        padding:3em;
        background: var(--theme-color-4);
        overflow: hidden;
        padding-top:2em;
    }


    #header_search.collapse.in{
        display:block !important
    }


    div.module-title{
        margin-top:1em;
        flex-wrap: wrap;
    }

    /*    #pure-menu-categories, #header_search, .pure-menu-horizontal .pure-menu-children{
            top:128px;
        }*/

    #pure-menu-categories a{
        font-size: 90%;
    }

    #top-links .list-inline{
        gap:0.01em;
    }


}

.float-box{
    position: fixed;
    bottom: 3em;
    z-index: 10;
    width: 6em;
    background: var(--theme-color-3);
    color:var(--theme-color-4);
    padding:1em;
    border-top: 3px solid var(--theme-color-1);
    text-align: center;

    a{
        color:var(--theme-color-4);
        display:block;
    }

}

#float-whatsapp{
    right: 2em;
}

#float-comparison-list{
    right: 3em;
}

#cart-total, #nav_fav_counter, #nav_fav_counter_disabled{
    position: absolute;
    right:0em;
    top:-0.35em
}


#product-search .search-wrapper input[type=text], #product-search .search-wrapper select{
    width:100%;
}







/*MENU*/



#button-menu {
    line-height: 30px;
    font-size: 24px;
    float: left;
    padding: 10px 16px;
    line-height: 25px;
    display: inline-block;
    cursor: pointer;
    color: #6D6D6D;
    border-right: 1px solid var(--theme-color-hr);
}


#top_menu_wrapper::-webkit-scrollbar {
    width: 10px;
    background-color: rgba(200, 200, 200, 0);
}

#top_menu_wrapper::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(128, 139, 156, 0.2);
}



#top_menu_wrapper, #content, #footer {
    transition: all 0.3s;
}

#top_menu_wrapper + #content, #top_menu_wrapper + #content + #footer {
    position: relative;
    left: 0px;
}

#top_menu_wrapper.active {
    left: 0px;
}

#top_menu_wrapper.active + #content, #top_menu_wrapper.active + #content + #footer {
    left: 235px;
}



/* DESKTOP */
@media (min-width:48em){


    #button-menu {
        display: none;
    }

    #top_menu_wrapper {
        display:flex;
        overflow:visible;
        justify-content: space-between;
        background:var(--theme-color-4);
        margin-left: 1rem;
        padding-left: 1rem;
        border-left: 1px solid var(--theme-color-border);
    }

    #top_menu_wrapper ul#menu{
        z-index:9;
    }

    ul#menu li ul li a{
        padding:0.5em 0 !important;
    }

    #navigation {
        display:none;
    }

    ul#menu li a.parent::after {
        right:1em;
    }

    ul#menu > li > a{
        padding: 0.5rem 1rem;
    }

    ul#menu li a.collapsed::after, ul#menu li a.parent::after {
        content: '';
        border: 2px solid var(--theme-color-1);
        border-top: none;
        border-left: none;
        transform: rotate(225deg);
        top: 1em;
        right: 0.75em;
    }

    ul#menu li a.collapsed::after {
        transform: rotate(45deg);
        content:'';
    }

    ul#menu li a.parent[aria-expanded="true"]{
        box-shadow: 0 0 0 2px var(--theme-color-6) inset !important;
    }

    ul#menu > li > ul {
        position: absolute;
        background-color: var(--theme-color-4);
        box-shadow: 0 11px 10px #bdbdbd;
        z-index: 9;
        left:0;
        right:0;
        display:flex;
        flex-wrap: wrap;
        overflow:hidden;
        height:0;
    }

    ul#menu > li > ul.in {
        height: auto;
    }

    ul#menu > li > ul > li{
        width:25%;
    }

    ul#menu{
        display:flex;
        justify-content: center;
        gap:0.5rem;
    }





}




/* MOBILES */
@media (max-width:48em) {

    #top_menu_wrapper {
        width: 100%;
        top: 0;
        left: 3000px;
        bottom:0;
        z-index: 10;
        background:var(--theme-color-4);
        overflow-y: scroll;
        position: fixed;
    }


    #top_menu_wrapper.collapse.in{
        left:0 !important;
    }


    #top_menu_wrapper{
        border:1px solid var(--theme-color-border);
        box-shadow: 0 0 30px #0000001a;
    }

    ul#menu > li > a{
        font-size: var(--fontsize-hero-title) !important;
        line-height: 4rem;
    }

    ul#menu li li a{
        font-size: 1em;
    }

    ul#menu .parent.collapsed{
        font-weight: normal;
    }

    ul#menu .parent {
        font-weight: 800;
    }

    ul#menu li a.parent::after{
        left:1em;
        right:initial;
    }

    ul#menu li a:not(.menu_products a, .header) {
        padding: 0 0.75em;
    }

    ul#menu li a.parent::after {
        left:1em;
    }

    ul#menu li a.parent::after {
        content: '-';
    }

    ul#menu li a.collapsed::after {
        margin-top: 0;
        content: '+';
    }


    #top_menu_wrapper {
        width: 100%;
        position: fixed;
        top:0;
        left:3000;
        bottom: 0;
        padding-top:0px;
        overflow-y:scroll;
        background:var(--theme-color-4) !important;
        box-shadow: 0 0 30px #0000001a;
        justify-content: space-between;
    }

    #top_menu_wrapper + #content, #top_menu_wrapper + #content + #footer {
        left: 0px;
        margin-bottom:2em;
        padding: 1em;

    }

    #top_menu_wrapper.active + #content, #top_menu_wrapper.active + #content + #footer {
        left: 0px;
        margin-left: 235px;
    }

    #navigation {
        text-transform: uppercase;
        padding: 1em;
        color: var(--theme-color-1);
        display: flex;
        box-shadow: 0 0 15px var(--theme-color-shadow), 0 5px 0px var(--theme-color-8) inset;
        margin-bottom: 3em;
        justify-content: space-between;
    }


}





.menu_subcat_wrapper{
    position:absolute;
    z-index:9;
    left:0;
    right:0;

    ul > li{
        a{
            display:table !important;
        }
    }
}









/* Menu */
ul#menu, ul#menu ul, ul#menu li {
    padding: 0;
    margin: 0;
    list-style: none;
}

#menu .panel{
    border:0px;
}



ul#menu > li{
    background: transparent;
}





/* DESKTOP */
ul#menu {
    margin-bottom: 0;
}

ul#menu li a {
    text-decoration: none;
    display: flex;
    cursor: pointer;
    position:relative;
    gap:1em;
}

ul#menu li a.header {
    padding: 0;
    font-size: 1.4em !important;
}

ul#menu li a.collapsed::after, ul#menu li a.parent::after {
    width: 4px;
    height: 4px;
    position: absolute;
}

ul#menu li a.parent[aria-expanded="true"], ul#menu > li > a:hover{
    color:var(--theme-color-1);
}

ul#menu li:first-of-type a.parent[aria-expanded="true"], ul#menu > li:first-of-type > a:hover{
    box-shadow:inherit;
}

/* 1st lvl */
ul#menu > li {
    /*    border-bottom: 1px solid #18cc53;*/
}

ul#menu > li > a {
    font-size: 1.4rem;
}



ul#menu > li > a > i {
    font-size: 16px;
    width: 18px;
    margin-right: 5px;
}

ul#menu > li.active > a {
    color: var(--theme-color-4) !important;
    background-color: #18cc53;
}

ul#menu > li > ul {
}




/* 2nd lvl */
ul#menu li li a {
}

ul#menu li li a::before {
    margin-top: 0.35em;
    transform: rotate(315deg);
    transition: margin ease 0.5s;
}



ul#menu li li a:hover {
    font-weight:bolder;
}

ul#menu li li.active > a {
    color: var(--theme-color-4) !important;
    background-color: #18cc53;
}

ul#menu li ul a {
    padding-left: 3em;
}

ul#menu li li ul a {
    padding-left: 3em !important;
    background: #f7f7f7;
}

ul#menu li li li ul a {
    padding-left: 60px;
}

ul#menu li li li li ul a {
    padding-left: 80px;
}






@media (max-width:60em){
    .wrapper_scroll{
        width:100%;
        overflow: scroll;
        flex-wrap: nowrap;
    }

    .wrapper_scroll > div, .wrapper_scroll > li{
        flex-shrink: 0;
    }


}



#column-left.ep{
    background:var(--theme-color-4);
    align-items: center;
    justify-content: center;
    display:flex;
    min-height: 100vh;
}

#left_column_branding .inner{

}
@media (min-width:48em){
    #column_left_wrapper{
        > aside, #product-info{
            border: 1px solid transparent;
        }
    }
}



@media (max-width:48em){
    #filters_wrapper{
        position: fixed;
        z-index: 999;
        background: var(--theme-color-4);
        box-shadow: 0 5px 30px rgba(0,0,0,.2), 9px 11px 0px -5px var(--theme-color-1);
        padding: 1em;
        overflow:auto;
        left: 0;
        right: 0;
        top:0;
        bottom:0;
    }
}


.product_promo_bubble{
    position: absolute;
    left: 1em;
    background: var(--theme-color-6);
    transform: rotate(-3deg);
    color: var(--theme-color-4);
    padding: 0.25em;
}

.position-float{
    position:absolute;
}
.position-float-top-120{
    top:120px;
}





#notifier_header{
    color:var(--theme-color-4);
    padding: 0.5em 1em;
}





.fg-custom{
    position:relative;

    input[type="color"], input[type="date"], input[type="datetime-local"], input[type="datetime"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], select, textarea{
        background: var(--theme-color-4);
        border: 1px solid var(--theme-color-border);
        box-shadow: initial !important;
        height:var(--theme-input-height);
        margin-bottom: 0.75em;
        width:calc(100% - 2px);
    }

    textarea{
        height: inherit !important;
    }

    > input:focus{
        border-color:var(--theme-color-1) !important;
    }

    > label{
        transition: all .2s;
        transform: translateY(0);
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        width: 100%;
        height: var(--theme-input-height);
        color: var(--theme-color-3);
        margin: 0;
        padding: 0 0 0 10px;
        pointer-events: none;
        line-height: var(--theme-input-height);
    }

}


.fg-custom.focus > label {
    font-size: 11px;
    font-weight: 400;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0.8em;
    line-height: 20px;
    height: 20px;
    top: -10px;
    background: var(--theme-color-4);
    width: auto;
    margin-left: 0.5em;
}



.fg-custom.input-valid > input, .fg-custom.input-valid select, .fg-custom.input-valid textarea{
    border-bottom: 0.10em solid #11d700 !important;
}

.fg-custom.input-invalid > input, .fg-custom.input-invalid select, .fg-custom.input-invalid textarea{
    border-bottom: 0.10em solid #ce0202 !important;
}


.flexbox-direction-rtl{
    flex-direction: rtl;
}

.flexbox-justify-content-space-between{
    justify-content: space-between;
}

#product_qty {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border: 1px solid var(--theme-color-border);
    background: var(--theme-color-4);
}


#product_qty > span > button {
    background: var(--theme-color-4);
}

.width-full{
    width: 100%;
}

@media (max-width: 35.5em) {
    button.pure-button:not([data-button="default"]){
        justify-content: flex-end;
    }
}

button.pure-button:not([data-button="default"]){
    display: flex;
    justify-content: center;
    position: relative;
    gap:0.5em;
    align-items: center;
}



#product .l-box{
    padding: 0.25em;
}

#product-top-c3-labels {
    margin-top: -0.5em;
}


.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}

section, banner{
    display:block;
}

#common-home banner, #product-product section, #product-product-option section{
    /*    margin: 1rem auto;
        padding:1rem 0;*/
}

#common-home banner{
    padding:4.5rem 0;
}

@media (max-width: 64em) {
    #common-home banner{
        text-align: center;
    }
}

.banner_image{
    position:relative;

    .banner_image_text{
        position:absolute;
        left:2em;
        bottom:2em;
    }


}

banner {

    h1, h2, h3, h4, h5, h6{
        margin: 0;
    }

    h4{
        font-size: 4em;
        font-weight:800;
    }
    h5{
        font-size: 1.5em;
    }
    h6{
        font-size: 1em;
    }

}


@media (max-width: 35.5em) {

    banner {
        h4{
            font-size: 2em;
        }
        h5{
            font-size: 1em;
        }
        h6{
            font-size: 0.8em;
        }

        .pure-button{
            margin-top: 1em;
        }
    }

}


#product-top-c3-h2 ul li {
    display: flex;
    flex-direction: row;
    gap: 1em;
    justify-content: space-between;
}




@media (max-width: 35.5em) {
    #product-top-col-c1{
        order:-1;
    }
}


#product-buttons{
    display: block;

    button{
        border:0px;
        display:block;
        padding: 0.25em 0;
    }
    button:hover{
        box-shadow: inherit;
    }

    > li > a{
        display:inline-block;

        span{
            margin-right:1em;
            vertical-align: top;
        }
    }


}

.pure-menu-horizontal .pure-menu-children {
    position: fixed;
    top: 0;
    right: 0;
    left: inherit;
    width: 24em;
    height: 100vh;
}



#cart_load {


    position: fixed;
    top: 0;
    right: 0;
    left: inherit;
    height: 100vh;
    left: 0;
    margin: 0 auto;



    h5{
        font-size: 13pt;
        margin: 0.5em 1em;
    }


    #cart_items{
        border-top: 1px solid var(--theme-color-border);
        border-bottom: 1px solid var(--theme-color-border);
        max-height: 30em;
        overflow-y: scroll;
    }

    #cart_footer{
        position: absolute;
        bottom: 0;
        left:0;
        right: 0;

        li{
            margin-top:0.5em;
        }

    }

}




@media screen and (min-width:64em){
    #cart_load{
        width: 50vw;
        height: 80vh;
        transform: translateY(calc(50% - 30vh));
        box-shadow: 0 0 0 0.25rem var(--theme-color-1);

        #cart_items{
            max-height: 23em;
        }
    }

}


@media screen and (max-width:64em){
    #cart_load{
        width: 100vw;
    }
}




.content-box {
    height:100%;
    padding:var(--padding-wbox);
    position: relative;
    display: flex;
    flex-wrap: wrap;
    box-shadow: none !important;
    border-radius: 0;
    background: transparent !important;
    z-index: 0;
}

.content-box > *{
    position: relative;
    z-index: 1;
}

.content-box ul{
    /*    margin: 0;*/
}

.content-box h4{
    font-weight: 600;
}

.content-box .pure-button, a > img{
    display:flex;
    justify-content: center;
}


.content-box .panel-heading{
    padding:0.25rem;
}

#brand a, .mod-languages a{
    padding: 0 !important;
}

.content-box::before{
    content: "";
    position: absolute;
    inset: var(--inset-wbox);
    z-index: 0;
    transition: all 350ms ease;
    border-style: solid;
    border-color:transparent;
    background: transparent;
}


.featbox{
    padding: 4rem;
}

@media (max-width: 48em){
    .content-box, .featbox {
        padding:2rem;
    }

    .content-box::before{
        inset: 0.5rem;
    }

}







/*text-design    */


.italic{
    font-style: italic;
}

.thin{
    font-weight: var(--default-font-weight);
}

.light{
    font-weight: 400;
}

.bold{
    font-weight: 600;
}
.bolder{
    font-weight: 800;
}

.color-1{
    color:var(--theme-color-1);
}

.color-2{
    color:var(--theme-color-2);
}

.color-3{
    color:var(--theme-color-3);
}

.color-4{
    color:var(--theme-color-4);
}

.color-5{
    color:var(--theme-color-5);
}

.color-6{
    color:var(--theme-color-6);
}

.color-7{
    color:var(--theme-color-7);
}

.color-8{
    color:var(--theme-color-8);
}

.color-9{
    color:var(--theme-color-9);
}


.size-20{
    font-size: 20pt;
}


.size-37{
    font-size: 37pt;
}

.size-33{
    font-size: 33pt;
}

.size-97{
    font-size: 97pt;
}

.size-48{
    font-size: 48pt;
}


@media (max-width: 35.5em) {

    .size-20{
        font-size: 10pt !important;
    }


    .size-37{
        font-size: 18.5pt !important;
    }

    .size-33{
        font-size: 12.5pt !important;
    }

    .size-97{
        font-size: 29.5pt !important;
    }

    .size-48{
        font-size: 24pt !important;
    }

}

@media (min-width: 48em) and (max-width: 64em) {

    #hp_top_cat{
        .pure-g{

            div:nth-child(n + 9){
                display:none;
            }
        }

    }
}

.box-shadow{
    box-shadow: 0 0 1px var(--theme-color-border);
}

.product-hover-data{
    position: absolute;
    z-index: 9999;
    background: var(--theme-color-3);
    color: var(--theme-color-5);
    left: 0;
    right: 0;
    padding: 1em 2em;
    margin: 0px;
    display:block !important;
    border: 1px solid var(--theme-color-border);
    font-size: 10pt;
}


.product-hover-data2{
    background: var(--theme-color-3);
    color: var(--theme-color-5);
    padding: 2em;
    margin: -1em;
    font-size: 10pt;
}



#live_search_results{
    position:absolute;
    background: var(--theme-color-4);
    z-index:9;
    left:0;
    right: 0;
    max-height: 50vh;
    overflow-y: scroll;
    font-size: 11pt;
    top: 28px;
    box-shadow: 0 15px 15px var(--theme-color-shadow);
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;

    ul{
        padding:0;

        > li{
            margin-bottom: 0.75em;
        }
    }

    a:hover{
        font-weight: 600;
    }
}

@media (min-width:48em){
    .wrapper_sticky{
        position: sticky;
        position: -webkit-sticky;
        top: 100px;
    }
}


#product_options h3{
    margin:2rem 0;
}

.opval {
    box-shadow: 0 0 1px #acacac;
    background:var(--theme-color-4);
    position: relative;
    gap: 1rem;
    padding: 1rem;
    display: flex;

    h4, h5{
        margin:0;
    }

}


.opval-row{
    justify-content: space-between;
    flex-direction: row;
}

.opval-column{
    flex-direction: column;
    align-items: center;
}



.opval_picked{
    box-shadow:0 0 1px #acacac, 0px 0px 0px 2px var(--theme-color-1) inset;
}

.option_help{
    cursor: pointer;
    vertical-align: middle;
    margin-left: 0.5em;
}


div.services{

    border-radius: var(--theme-border-radius);
    background: var(--theme-color-4);
    padding: 3.4rem 2.8rem;


    h3{
        font-size: 3rem;
        font-weight: 700;
        margin:1.8rem 0;
        padding: 0;
    }


    button, a{
        border-radius: 2rem;
        margin-bottom: 1.8rem;
    }

    li{
        line-height: 2rem;
        font-size: 1.1rem;
    }


}

@media (max-width: 64em) {
    div.services{
        padding: 1.8rem;
        border-radius: calc( var(--theme-border-radius) - 2rem);


    }
}

#nav_contact_phone > ul{
    margin-bottom: 0;
}


.align-center{
    margin-left: auto;
    margin-right: auto;
    display: block;
}


#product-product-option .opval button{
    width: 6rem;
}
#form_outer{
    background: var(--theme-color-4);
    border-radius: 2rem;
}



/*text limits*/
.g-mw-unset{
    max-width:unset;
}
.g-f-mw-6{
    max-width:6ch;
}
.g-f-mw-7{
    max-width:7ch;
}
.g-f-mw-8{
    max-width:8ch;
}
.g-f-mw-9{
    max-width:9ch;
}
.g-f-mw-14{
    max-width:14ch;
}
.g-f-mw-16{
    max-width:16ch;
}
.g-f-mw-18{
    max-width:18ch;
}
.g-f-mw-21{
    max-width:21ch;
}
.g-f-mw-22{
    max-width:22ch;
}

.g-f-mw-35{
    max-width:35ch;
}



h1, h2, h3, h4, h5, h6 {
    font-weight: var(--default-font-weight);
    display: block;
    margin-bottom: clamp(0.5rem, 1vw, 1.5rem);
}


@media (max-width: 48em){
    h1, h2, h3, h4, h5, h6{
        font-weight: var(--mobile-font-weight);
    }
}




h1 {
    font-size: var(--fontsize-h1);
    line-height: 1;
}

h2 {
    font-size: var(--fontsize-h2);
    line-height: 1.15;
}

h3 {
    font-size: var(--fontsize-h3);
    line-height: 1.2;
}

h4 {
    font-size: var(--fontsize-h4);
    line-height: 1.25;
}

h5 {
    font-size: var(--fontsize-h5);
    line-height: 1.3;
}

h6 {
    font-size: var(--fontsize-h6);
    line-height: 1.4;
}


.fontsize-hero-title {
    font-size: var(--fontsize-hero-title);
    line-height: 1;
}


.fontsize-hero-title-xxl {
    font-size: var(--fontsize-hero-title-xxl);
    line-height: 1;
}

.fontsize-hero-subtitle{
    font-size: var(--fontsize-hero-subtitle);
    line-height: 1;
}

.fontsize-services-title {
    font-size: var(--fontsize-services-title);
    line-height: 1;
}
.fontsize-services-subtitle{
    font-size: var(--fontsize-services-subtitle);
    line-height: 1;
}


.fontsize-cta{
    font-size: var(--fontsize-cta);
    line-height: 1;
}






.g-text-fs-i{
    font-style: italic;
}


.g-text-fw-light{
    font-weight: 300 !important;
}
.g-text-fw-regular{
    font-weight: 400 !important;
}
.g-text-fw-bold{
    font-weight: 600 !important;
}
.g-text-fw-black{
    font-weight: 800 !important;
}


.margin-0{
    margin:0;
}
.margin-1{
    margin:1rem
}
.margin-1-1{
    margin:1rem
}
.margin-2{
    margin:2rem
}






/*backgrounds*/
.g-bg-black, .content-box.g-bg-black:before{
    background: var(--theme-color-black);
    color:var(--theme-color-black-gray);
}
.g-bg-black a:not(.pure-button){
    color:var(--theme-color-black-gray);
}
.g-bg-black-gray, .content-box.g-bg-black-gray:before{
    background: var(--theme-color-black-gray);
}
.g-bg-blue, .content-box.g-bg-blue:before{
    background: var(--theme-color-blue);
}
.g-bg-gray, .content-box.g-bg-gray:before{
    background: var(--theme-color-gray);
}
.g-bg-orange, .content-box.g-bg-orange:before{
    background: var(--theme-color-orange);
}
.g-bg-red, .content-box.g-bg-red:before{
    background: var(--theme-color-red);
}
.g-bg-white, .content-box.g-bg-white:before{
    background: var(--theme-color-white);
}
.g-bg-white-gray, .content-box.g-bg-white-gray:before{
    background: var(--theme-color-white-gray);
}
.g-bg-white-smoke, .content-box.g-bg-white-smoke:before{
    background: var(--theme-color-white-smoke);
}
.g-bg-yellow, .content-box.g-bg-yellow:before{
    background: var(--theme-color-yellow);
}

.g-bg-grad-1, .content-box.g-bg-grad-1:before{
    background: linear-gradient(90deg, #a47451 0.000%, #9c9881 16.667%, #73a09d 33.333%, #3b899a 50.000%, #095b79 66.667%, #002847 83.333%, #000116 100.000%);
}
.g-bg-grad-2, .content-box.g-bg-grad-2:before{
    background: linear-gradient(90deg, #07aeea 0.000%, #2bf598 100.000%);
}
.g-bg-grad-3, .content-box.g-bg-grad-3:before{
    background: linear-gradient(45deg, #4159d0 0.000%, #c84fc0 50.000%, #ffcd70 100.000%);
}
.g-bg-grad-4, .content-box.g-bg-grad-4:before{
    background: linear-gradient(33deg, #594a0a 0.000%, #594a0a 14.286%, #9f5c0d calc(14.286% + 1px), #9f5c0d 28.571%, #e37612 calc(28.571% + 1px), #e37612 42.857%, #ff9618 calc(42.857% + 1px), #ff9618 57.143%, #ffbc1f calc(57.143% + 1px), #ffbc1f 71.429%, #ffe627 calc(71.429% + 1px), #ffe627 85.714%, #ffff2f calc(85.714% + 1px) 100.000%);
}
.g-bg-grad-5, .content-box.g-bg-grad-5:before{
    background: linear-gradient(180deg, #a9caff 0.000%, #b8cbff 16.667%, #d3cbff 33.333%, #f0c8f9 50.000%, #ffc5f1 66.667%, #ffc0ec 83.333%, #ffbaec 100.000%);
}
.g-bg-grad-6, .content-box.g-bg-grad-6:before{
    background: linear-gradient(225deg, #abc8de 0.000%, #c7c9d8 16.667%, #e5cccf 33.333%, #ffd3c7 50.000%, #ffdbc2 66.667%, #ffe4c0 83.333%, #ffedc3 100.000%);
}
.g-bg-grad-7, .content-box.g-bg-grad-7:before{
    background-image: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%);
}
.g-bg-grad-8, .content-box.g-bg-grad-8:before{
    background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
}
.g-bg-grad-9, .content-box.g-bg-grad-9:before{
    background-image: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}
.g-bg-grad-10, .content-box.g-bg-grad-10:before{
    background-image: linear-gradient(to top, #e6e9f0 0%, #eef1f5 100%);
}
.g-bg-grad-11, .content-box.g-bg-grad-11:before{
    background: linear-gradient(135deg, #312c00 0.000%, #312c00 14.286%, #332e1e calc(14.286% + 1px), #332e1e 28.571%, #323149 calc(28.571% + 1px), #323149 42.857%, #2c3377 calc(42.857% + 1px), #2c3377 57.143%, #2436a2 calc(57.143% + 1px), #2436a2 71.429%, #1a39c0 calc(71.429% + 1px), #1a39c0 85.714%, #113ccc calc(85.714% + 1px) 100.000%);
}
.g-bg-grad-12, .content-box.g-bg-grad-12:before{
    background-image: linear-gradient(to right, #6a11cb 0%, #2575fc 100%);
}
.g-bg-grad-13, .content-box.g-bg-grad-13:before{
    background-image: linear-gradient(to top, #c471f5 0%, #fa71cd 100%);
}
.g-bg-grad-14, .content-box.g-bg-grad-14:before{
    background-image: linear-gradient(180deg,rgba(252, 184, 47, 1) 0%, rgba(252, 212, 88, 1) 60%, rgba(0, 212, 255, 1) 100%);
}

.g-bg-grad-15, .content-box.g-bg-grad-15:before{
    background: linear-gradient(90deg, #dd8135 0.000%, #ffb258 16.667%, #ffde7d 33.333%, #ffffa2 50.000%, #ffffc5 66.667%, #dcffe4 83.333%, #a4fffd 100.000%);
}
.g-bg-grad-16, .content-box.g-bg-grad-16:before{
    background: linear-gradient(270deg, #7d1275 0.000%, #7d1275 10.000%, #a90964 calc(10.000% + 1px), #a90964 20.000%, #de3152 calc(20.000% + 1px), #de3152 30.000%, #ff7040 calc(30.000% + 1px), #ff7040 40.000%, #ff9f31 calc(40.000% + 1px), #ff9f31 50.000%, #ffa027 calc(50.000% + 1px), #ffa027 60.000%, #ff7323 calc(60.000% + 1px), #ff7323 70.000%, #d83326 calc(70.000% + 1px), #d83326 80.000%, #a40a2f calc(80.000% + 1px), #a40a2f 90.000%, #79103d calc(90.000% + 1px) 100.000%);
}

.g-bg-grad-17, .content-box.g-bg-grad-17:before{
    background: linear-gradient(240deg, #70ffd3 0.000%, #72ffd2 4.000%, #74fcd1 8.000%, #76f7d0 12.000%, #78f1d0 16.000%, #79ecd1 20.000%, #7be6d2 24.000%, #7ce0d4 28.000%, #7edad6 32.000%, #7fd3d9 36.000%, #80ccdd 40.000%, #81c6e1 44.000%, #82bfe5 48.000%, #83b7ea 52.000%, #83b0ee 56.000%, #84a9f3 60.000%, #84a2f8 64.000%, #849afe 68.000%, #8493ff 72.000%, #848bff 76.000%, #8484ff 80.000%, #847cff 84.000%, #8375ff 88.000%, #826eff 92.000%, #8266ff 96.000%, #815fff 100.000%);
}


.g-bg-grad-18, .content-box.g-bg-grad-18:before{
    background: conic-gradient(from 180deg, #240058 0.000deg, #240058 10.588deg, #36025e calc(10.588deg + 0.1deg), #36025e 21.176deg, #4a096d calc(21.176deg + 0.1deg), #4a096d 31.765deg, #611381 calc(31.765deg + 0.1deg), #611381 42.353deg, #782293 calc(42.353deg + 0.1deg), #782293 52.941deg, #90339f calc(52.941deg + 0.1deg), #90339f 63.529deg, #a748a0 calc(63.529deg + 0.1deg), #a748a0 74.118deg, #bd5e97 calc(74.118deg + 0.1deg), #bd5e97 84.706deg, #d07585 calc(84.706deg + 0.1deg), #d07585 95.294deg, #e18d71 calc(95.294deg + 0.1deg), #e18d71 105.882deg, #efa461 calc(105.882deg + 0.1deg), #efa461 116.471deg, #f8ba59 calc(116.471deg + 0.1deg), #f8ba59 127.059deg, #fece5c calc(127.059deg + 0.1deg), #fece5c 137.647deg, #ffdf69 calc(137.647deg + 0.1deg), #ffdf69 148.235deg, #fced7c calc(148.235deg + 0.1deg), #fced7c 158.824deg, #f4f78f calc(158.824deg + 0.1deg), #f4f78f 169.412deg, #e8fd9d calc(169.412deg + 0.1deg), #e8fd9d 180.000deg, #d9ffa1 calc(180.000deg + 0.1deg), #d9ffa1 190.588deg, #c7fc9a calc(190.588deg + 0.1deg), #c7fc9a 201.176deg, #b2f58a calc(201.176deg + 0.1deg), #b2f58a 211.765deg, #9bea76 calc(211.765deg + 0.1deg), #9bea76 222.353deg, #84db64 calc(222.353deg + 0.1deg), #84db64 232.941deg, #6cc959 calc(232.941deg + 0.1deg), #6cc959 243.529deg, #55b45a calc(243.529deg + 0.1deg), #55b45a 254.118deg, #3f9e65 calc(254.118deg + 0.1deg), #3f9e65 264.706deg, #2c8677 calc(264.706deg + 0.1deg), #2c8677 275.294deg, #1c6e8b calc(275.294deg + 0.1deg), #1c6e8b 285.882deg, #0f579b calc(285.882deg + 0.1deg), #0f579b 296.471deg, #0642a1 calc(296.471deg + 0.1deg), #0642a1 307.059deg, #012e9d calc(307.059deg + 0.1deg), #012e9d 317.647deg, #001d8e calc(317.647deg + 0.1deg), #001d8e 328.235deg, #04107b calc(328.235deg + 0.1deg), #04107b 338.824deg, #0d0668 calc(338.824deg + 0.1deg), #0d0668 349.412deg, #19015b calc(349.412deg + 0.1deg) 360.000deg);
}




.g-bg-grad-19, .content-box.g-bg-grad-19:before{
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.dev/svgjs' width='1440' height='560' preserveAspectRatio='none' viewBox='0 0 1440 560'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1000%26quot%3b)' fill='none'%3e%3crect width='1440' height='560' x='0' y='0' fill='%230e2a47'%3e%3c/rect%3e%3cpath d='M1149 69L1148 -334' stroke-width='6' stroke='url(%26quot%3b%23SvgjsLinearGradient1001%26quot%3b)' stroke-linecap='round' class='Down'%3e%3c/path%3e%3cpath d='M474 194L473 395' stroke-width='6' stroke='url(%26quot%3b%23SvgjsLinearGradient1002%26quot%3b)' stroke-linecap='round' class='Up'%3e%3c/path%3e%3cpath d='M824 540L823 245' stroke-width='10' stroke='url(%26quot%3b%23SvgjsLinearGradient1001%26quot%3b)' stroke-linecap='round' class='Down'%3e%3c/path%3e%3cpath d='M1078 191L1077 582' stroke-width='10' stroke='url(%26quot%3b%23SvgjsLinearGradient1001%26quot%3b)' stroke-linecap='round' class='Down'%3e%3c/path%3e%3cpath d='M1381 46L1380 -192' stroke-width='8' stroke='url(%26quot%3b%23SvgjsLinearGradient1001%26quot%3b)' stroke-linecap='round' class='Down'%3e%3c/path%3e%3cpath d='M698 68L697 -121' stroke-width='8' stroke='url(%26quot%3b%23SvgjsLinearGradient1002%26quot%3b)' stroke-linecap='round' class='Up'%3e%3c/path%3e%3cpath d='M1343 391L1342 649' stroke-width='10' stroke='url(%26quot%3b%23SvgjsLinearGradient1002%26quot%3b)' stroke-linecap='round' class='Up'%3e%3c/path%3e%3cpath d='M954 432L953 61' stroke-width='10' stroke='url(%26quot%3b%23SvgjsLinearGradient1002%26quot%3b)' stroke-linecap='round' class='Up'%3e%3c/path%3e%3cpath d='M1201 398L1200 71' stroke-width='6' stroke='url(%26quot%3b%23SvgjsLinearGradient1002%26quot%3b)' stroke-linecap='round' class='Up'%3e%3c/path%3e%3cpath d='M1387 191L1386 16' stroke-width='8' stroke='url(%26quot%3b%23SvgjsLinearGradient1001%26quot%3b)' stroke-linecap='round' class='Down'%3e%3c/path%3e%3cpath d='M2 461L1 775' stroke-width='10' stroke='url(%26quot%3b%23SvgjsLinearGradient1002%26quot%3b)' stroke-linecap='round' class='Up'%3e%3c/path%3e%3cpath d='M1009 6L1008 -287' stroke-width='10' stroke='url(%26quot%3b%23SvgjsLinearGradient1002%26quot%3b)' stroke-linecap='round' class='Up'%3e%3c/path%3e%3cpath d='M1234 237L1233 -126' stroke-width='6' stroke='url(%26quot%3b%23SvgjsLinearGradient1001%26quot%3b)' stroke-linecap='round' class='Down'%3e%3c/path%3e%3cpath d='M767 517L766 351' stroke-width='6' stroke='url(%26quot%3b%23SvgjsLinearGradient1001%26quot%3b)' stroke-linecap='round' class='Down'%3e%3c/path%3e%3cpath d='M1119 431L1119 126' stroke-width='8' stroke='url(%26quot%3b%23SvgjsLinearGradient1002%26quot%3b)' stroke-linecap='round' class='Up'%3e%3c/path%3e%3cpath d='M770 286L769 -34' stroke-width='10' stroke='url(%26quot%3b%23SvgjsLinearGradient1001%26quot%3b)' stroke-linecap='round' class='Down'%3e%3c/path%3e%3cpath d='M1100 539L1099 277' stroke-width='8' stroke='url(%26quot%3b%23SvgjsLinearGradient1001%26quot%3b)' stroke-linecap='round' class='Down'%3e%3c/path%3e%3cpath d='M665 275L664 471' stroke-width='8' stroke='url(%26quot%3b%23SvgjsLinearGradient1002%26quot%3b)' stroke-linecap='round' class='Up'%3e%3c/path%3e%3cpath d='M1368 430L1367 744' stroke-width='8' stroke='url(%26quot%3b%23SvgjsLinearGradient1002%26quot%3b)' stroke-linecap='round' class='Up'%3e%3c/path%3e%3cpath d='M1427 173L1426 -206' stroke-width='6' stroke='url(%26quot%3b%23SvgjsLinearGradient1001%26quot%3b)' stroke-linecap='round' class='Down'%3e%3c/path%3e%3cpath d='M1044 120L1043 -298' stroke-width='10' stroke='url(%26quot%3b%23SvgjsLinearGradient1002%26quot%3b)' stroke-linecap='round' class='Up'%3e%3c/path%3e%3cpath d='M1020 535L1019 775' stroke-width='6' stroke='url(%26quot%3b%23SvgjsLinearGradient1001%26quot%3b)' stroke-linecap='round' class='Down'%3e%3c/path%3e%3cpath d='M786 243L785 606' stroke-width='8' stroke='url(%26quot%3b%23SvgjsLinearGradient1001%26quot%3b)' stroke-linecap='round' class='Down'%3e%3c/path%3e%3cpath d='M1354 26L1353 -152' stroke-width='6' stroke='url(%26quot%3b%23SvgjsLinearGradient1002%26quot%3b)' stroke-linecap='round' class='Up'%3e%3c/path%3e%3cpath d='M809 421L808 234' stroke-width='10' stroke='url(%26quot%3b%23SvgjsLinearGradient1001%26quot%3b)' stroke-linecap='round' class='Down'%3e%3c/path%3e%3cpath d='M937 295L936 452' stroke-width='10' stroke='url(%26quot%3b%23SvgjsLinearGradient1001%26quot%3b)' stroke-linecap='round' class='Down'%3e%3c/path%3e%3cpath d='M450 541L449 923' stroke-width='6' stroke='url(%26quot%3b%23SvgjsLinearGradient1002%26quot%3b)' stroke-linecap='round' class='Up'%3e%3c/path%3e%3cpath d='M1192 255L1191 -19' stroke-width='10' stroke='url(%26quot%3b%23SvgjsLinearGradient1002%26quot%3b)' stroke-linecap='round' class='Up'%3e%3c/path%3e%3cpath d='M376 262L375 586' stroke-width='10' stroke='url(%26quot%3b%23SvgjsLinearGradient1002%26quot%3b)' stroke-linecap='round' class='Up'%3e%3c/path%3e%3cpath d='M535 162L534 -148' stroke-width='8' stroke='url(%26quot%3b%23SvgjsLinearGradient1002%26quot%3b)' stroke-linecap='round' class='Up'%3e%3c/path%3e%3cpath d='M422 103L421 -302' stroke-width='10' stroke='url(%26quot%3b%23SvgjsLinearGradient1002%26quot%3b)' stroke-linecap='round' class='Up'%3e%3c/path%3e%3cpath d='M1150 219L1149 611' stroke-width='6' stroke='url(%26quot%3b%23SvgjsLinearGradient1002%26quot%3b)' stroke-linecap='round' class='Up'%3e%3c/path%3e%3cpath d='M311 140L310 387' stroke-width='8' stroke='url(%26quot%3b%23SvgjsLinearGradient1001%26quot%3b)' stroke-linecap='round' class='Down'%3e%3c/path%3e%3cpath d='M539 332L538 141' stroke-width='6' stroke='url(%26quot%3b%23SvgjsLinearGradient1002%26quot%3b)' stroke-linecap='round' class='Up'%3e%3c/path%3e%3cpath d='M737 410L736 553' stroke-width='10' stroke='url(%26quot%3b%23SvgjsLinearGradient1002%26quot%3b)' stroke-linecap='round' class='Up'%3e%3c/path%3e%3cpath d='M432 440L431 646' stroke-width='8' stroke='url(%26quot%3b%23SvgjsLinearGradient1002%26quot%3b)' stroke-linecap='round' class='Up'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1000'%3e%3crect width='1440' height='560' fill='white'%3e%3c/rect%3e%3c/mask%3e%3clinearGradient x1='0%25' y1='0%25' x2='0%25' y2='100%25' id='SvgjsLinearGradient1001'%3e%3cstop stop-color='rgba(28%2c 83%2c 142%2c 0)' offset='0'%3e%3c/stop%3e%3cstop stop-color='%231c538e' offset='1'%3e%3c/stop%3e%3c/linearGradient%3e%3clinearGradient x1='0%25' y1='100%25' x2='0%25' y2='0%25' id='SvgjsLinearGradient1002'%3e%3cstop stop-color='rgba(28%2c 83%2c 142%2c 0)' offset='0'%3e%3c/stop%3e%3cstop stop-color='%231c538e' offset='1'%3e%3c/stop%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");
}



/*borders*/
.g-bw,.content-box.g-bw::before{
    border: 1px solid var(--theme-color-border)
}
.g-bw-01,.content-box.g-bw-01::before{
    border-width: 0.1rem
}
.g-bw-01,.content-box.g-bw-01::before{
    border-width: 0.1rem
}
.g-bw-02,.content-box.g-bw-02::before{
    border-width: 0.2rem
}
.g-bw-03,.content-box.g-bw-03::before{
    border-width: 0.3rem
}
.g-bs-s, .content-box.g-bs-s::before{
    border-style: solid
}
.g-bc-red,.content-box.g-bc-red::before{
    border-color: var(--theme-color-red);
}
.g-bc-white-gray,.content-box.g-bc-white-gray::before{
    border-color: var(--theme-color-white-gray);
}
.g-bc-white-smoke,.content-box.g-bc-white-smoke::before{
    border-color: var(--theme-color-white-smoke);
}
.g-bc-blue,.content-box.g-bc-blue::before{
    border-color: var(--theme-color-blue);
}

.g-bc-blue2,.content-box.g-bc-blue2::before{
    border-color: var(--theme-color-blue2);
}


.g-bc-orange,.content-box.g-bc-orange::before{
    border-color: var(--theme-color-orange);
}
.g-bc-white,.content-box.g-bc-white::before{
    border-color: var(--theme-color-white);
}
.g-bc-yellow,.content-box.g-bc-yellow::before{
    border-color: var(--theme-color-yellow);
}
.g-bc-black,.content-box.g-bc-black::before{
    border-color: var(--theme-color-black);
}
.g-bc-black-gray,.content-box.g-bc-black-gray::before{
    border-color: var(--theme-color-black-gray);
}


/*corners*/
.g-br-05, .g-br-05.content-box::before{
    border-radius: 0.5rem;
}
.g-br-1, .g-br-1.content-box::before{
    border-radius: 1rem;
}
.g-br-2, .g-br-2.content-box::before{
    border-radius: 2rem;
}
.g-br-3, .g-br-3.content-box::before{
    border-radius: 3rem;
}




/*padding*/
.g-p-1{
    padding:1rem
}
.g-p-2{
    padding:2rem
}
.g-p-3{
    padding:3rem
}


/*shadows*/
.g-boxs-1, .g-boxs-1.content-box::before{
    box-shadow: 0 0 1rem 0 var(--theme-color-shadow);
}
.g-boxs-2, .g-boxs-2.content-box::before{
    box-shadow: 0 0 2rem 0 var(--theme-color-shadow);
}
.g-boxs-3, .g-boxs-3.content-box::before{
    box-shadow: 0 0 3rem 0 var(--theme-color-shadow);
}

.g-boxs-t-1, .g-boxs-t-1.content-box::before{
    box-shadow: 0 -1rem 1rem 0 var(--theme-color-shadow);
}
.g-boxs-t-2, .g-boxs-t-2.content-box::before{
    box-shadow: 0 -2rem 2rem 0 var(--theme-color-shadow);
}
.g-boxs-t-3, .g-boxs-t-3.content-box::before{
    box-shadow: 0 -3rem 3rem 0 var(--theme-color-shadow);
}

.g-boxs-b-1, .g-boxs-b-1.content-box::before{
    box-shadow: 0 1rem 1rem 0 var(--theme-color-shadow);
}
.g-boxs-b-2, .g-boxs-b-2.content-box::before{
    box-shadow: 0 2rem 2rem 0 var(--theme-color-shadow);
}
.g-boxs-b-3, .g-boxs-b-3.content-box::before{
    box-shadow: 0 3rem 3rem 0 var(--theme-color-shadow);
}

/*SCREEN VIEWPORT*/

/*all screen sizes*/
.viewport-h50{
    height: 50vh;
}
.viewport-h60{
    height: 60vh;
}
.viewport-h70{
    height: 70vh;
}
.viewport-h80{
    height: 80vh;
}
.viewport-h90{
    height: 90vh;
}
.viewport-h100{
    height: 100vh;
}


/*desktop only*/
@media screen and (min-width:80em){
    .viewport-desktop-h50{
        height: 50vh;
    }
    .viewport-desktop-h60{
        height: 60vh;
    }
    .viewport-desktop-h70{
        height: 70vh;
    }
    .viewport-desktop-h80{
        height: 80vh;
    }
    .viewport-desktop-h90{
        height: 90vh;
    }
    .viewport-desktop-h100{
        height: 100vh;
    }
}







/*padding*/
.g-p-1{
    padding:1rem
}
.g-p-2{
    padding:2rem
}
.g-p-3{
    padding:3rem
}
.g-p-4{
    padding:4rem
}
.g-p-5{
    padding:5rem
}
.g-p-h-1{
    padding-left:1rem;
    padding-right: 1rem
}
.g-p-h-2{
    padding-left:2rem;
    padding-right: 2rem
}
.g-p-h-3{
    padding-left:3rem;
    padding-right: 3rem
}
.g-p-h-4{
    padding-left:4rem;
    padding-right: 4rem
}
.g-p-h-5{
    padding-left:5rem;
    padding-right: 5rem
}
.g-p-v-1{
    padding-top:1rem;
    padding-bottom: 1rem
}
.g-p-v-2{
    padding-top:2rem;
    padding-bottom: 2rem
}
.g-p-v-3{
    padding-top:3rem;
    padding-bottom: 3rem
}
.g-p-v-4{
    padding-top:4rem;
    padding-bottom: 4rem
}
.g-p-v-5{
    padding-top:5rem;
    padding-bottom: 5rem
}

@media screen and (max-width:48em){

    .g-p-2{
        padding:1rem
    }
    .g-p-3{
        padding:1.5rem
    }
    .g-p-4{
        padding:2rem
    }
    .g-p-5{
        padding:2.5rem
    }
    .g-p-h-2{
        padding-left:1rem;
        padding-right: 1rem
    }
    .g-p-h-3{
        padding-left:1.5rem;
        padding-right: 1.5rem
    }
    .g-p-h-4{
        padding-left:2rem;
        padding-right: 2rem
    }
    .g-p-h-5{
        padding-left:2.5rem;
        padding-right: 2.5rem
    }
    .g-p-v-2{
        padding-top:1rem;
        padding-bottom: 1rem
    }
    .g-p-v-3{
        padding-top:1.5rem;
        padding-bottom: 1.5rem
    }
    .g-p-v-4{
        padding-top:2rem;
        padding-bottom: 2rem
    }
    .g-p-v-5{
        padding-top:2.5rem;
        padding-bottom: 2.5rem
    }
}




/*margin*/
.g-m-0{
    margin:0rem
}
.g-m-1{
    margin:1rem
}
.g-m-2{
    margin:2rem
}
.g-m-3{
    margin:3rem
}
.g-m-4{
    margin:4rem
}
.g-m-5{
    margin:5rem
}
.g-m-h-1{
    margin-left:1rem;
    margin-right: 1rem
}
.g-m-h-2{
    margin-left:2rem;
    margin-right: 2rem
}
.g-m-h-3{
    margin-left:3rem;
    margin-right: 3rem
}
.g-m-h-4{
    margin-left:4rem;
    margin-right: 4rem
}
.g-m-h-5{
    margin-left:5rem;
    margin-right: 5rem
}
.g-m-v-1{
    margin-top:1rem;
    margin-bottom: 1rem
}
.g-m-v-2{
    margin-top:2rem;
    margin-bottom: 2rem
}
.g-m-v-3{
    margin-top:3rem;
    margin-bottom: 3rem
}
.g-m-v-4{
    margin-top:4rem;
    margin-bottom: 4rem
}
.g-m-v-5{
    margin-top:5rem;
    margin-bottom: 5rem
}

@media screen and (max-width:48em){
    .g-m-2{
        margin:1rem
    }
    .g-m-3{
        margin:1.5rem
    }
    .g-m-4{
        margin:2rem
    }
    .g-m-5{
        margin:2.5rem
    }
    .g-m-h-2{
        margin-left:1rem;
        margin-right: 1rem
    }
    .g-m-h-3{
        margin-left:1.5rem;
        margin-right: 1.5rem
    }
    .g-m-h-4{
        margin-left:2rem;
        margin-right: 2rem
    }
    .g-m-h-5{
        margin-left:2.5rem;
        margin-right: 2.5rem
    }
    .g-m-v-2{
        margin-top:1rem;
        margin-bottom: 1rem
    }
    .g-m-v-3{
        margin-top:1.5rem;
        margin-bottom: 1.5rem
    }
    .g-m-v-4{
        margin-top:2rem;
        margin-bottom: 2rem
    }
    .g-m-v-5{
        margin-top:2.5rem;
        margin-bottom: 2.5rem
    }
}

/*flexbox*/

.fbx{
    display:flex;
}

.fbx_fd_r{
    flex-direction: row;
}

.fbx_fd_rr{
    flex-direction: row-reverse;
}

.fbx_fd_c{
    flex-direction: column;
}

.fbx_fd_cr{
    flex-direction: column-reverse;
}
.fbx_g025{
    gap:0.25rem;
}
.fbx_g050{
    gap:0.5rem;
}

.fbx_g1{
    gap:1rem;
}
.fbx_g15{
    gap:1.5rem;
}
.fbx_g2{
    gap:2rem;
}

.fbx_ai_fe{
    align-items: flex-end;
}
.fbx_ai_c{
    align-items: center;
}
.fbx_ai_b{
    align-items: baseline;
}

.fbx_ai_e{
    align-items: end;
}




.fbx_jc_sb{
    justify-content: space-between;
}
.fbx_jc_sa{
    justify-content: space-around;
}
.fbx_jc_se{
    justify-content: space-evenly;
}
.fbx_jc_c{
    justify-content: center;
}
.fbx_jc_l{
    justify-content:left
}

.fbx_jc_fs{
    justify-content: flex-start !important;
}
.fbx_jc_fe{
    justify-content: flex-end;
}

.fbx_fs0{
    flex-shrink: 0;
}

.fbx_fs1{
    flex-shrink: 1;
}

.fbx_fw_w{
    flex-wrap: wrap
}
.fbx_fw_nw{
    flex-wrap: nowrap
}


@media (max-width:64em){
    .fbx_reverse_cr64{
        flex-direction:column-reverse;
    }
}

.services-wrapper{
    background: var(--theme-color-4);
    border-radius: var(--theme-border-radius);
    margin: 4rem 0;
}

section{
    margin:4rem 0;
}


section:first-of-type{
    margin: 0 auto;
}

@media (max-width:64em){
    section, section:first-of-type{
        margin: 1rem;
    }
}



.cta-hero {
    padding: 1rem 1.4rem;
    font-size: var(--fontsize-hero-subtitle);
    background: var(--theme-color-blue2);
    color: var(--theme-color-white);
    border-radius: var(--theme-border-radius);
    display: block;
    text-align: center;
    line-height: 1;
    max-width: 16ch;
}

@media (max-width:64em){
    .cta-hero{
        max-width: inherit;
    }
}

.hero-nav{
    display: flex;
    text-align: center;
    justify-content: center;
    padding: 1rem;
}

.pure-button{
    border-radius: var(--theme-border-radius);
}



.hero-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}


.hero-content h1{
    font-size: var(--fontsize-hero-title);
    line-height: 1;
    font-weight: 800 !important;
}

.hero-text p:first-of-type{
    font-size: var(--fontsize-hero-subtitle);
    line-height: 1;
    margin: 0 0 10px;
}

.cta-footer{
    display: flex;
    justify-content: space-around;
    padding:2rem;
    border-radius: var(--theme-border-radius);
    color:var(--theme-color-4);
}