@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500&display=swap");
:root {
  --red: #fc7a9e;
  --red-new: #F95A8F;
  --lightred: #fccad9;
  --orange: #E88613;
  --yellow: #FFD700;
  --lightyellow: #F2E8DE;
  --green: #47b181;
  --lightgreen: #D0EAE6;
  --darkgreen: #00463D;
  --darkblue: #033160;
  --blue: #00457C;
  --lightblue: #f6f8fa;
  --purple: #693cff;
  --lightpurple: #a5b8cb;
  --brown: #A52A2A;
  --darkgrey: #707070;
  --lightgrey: #F0F0F0;
  --grey: #96A2AE;
  --black: #262D38;
  --white: #ffffff;
  --success: var(--green);
  --warning: var(--red);
  --error: var(--red);
  --background: var(--white);
  --background2: #232B38;
  --text: var(--black);
  --link: var(--purple);
  --headline: var(--black);
  --facebook: #4267B2;
  --instagram: #E1306C;
  --realblack: #000000;
  --realwhite: #ffffff;
  --gutter: 1.5rem;
}

:root {
  --notify-txt-color:	var(--text);
  --notify-padding:	20px;
  --notify-radius:	12px;
  --notify-shadow:	5px 0px 28px rgba(0,0,0,0.12);
  --notify-default-bg:	#333;
  --notify-error:	#C23B33;
  --notify-warning:	#C59E5F;
  --notify-success:	#159564;
  --notify-error-bg:	#ffd4d2;
  --notify-warning-bg:	#FEDF95;
  --notify-success-bg:	#98eec7;
}

/**
 * JBI Grid: Gutenberg extension
 * @type SASS grid
 */
/*
 * JBI GRID 1.3: Core
 * --------------------------------
 * Based on FlexBoxGrid.
 */
.flexbox,
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.col {
  padding-right: 30px;
  padding-left: 30px;
}

.row {
  margin-right: 30px;
  margin-left: 30px;
}

.row {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -30px;
  margin-left: -30px;
}
.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.menu-mobile {
  display: none;
}
@media screen and (min-width: 0px) and (max-width: 766px) {
  .menu-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.menu-desktop {
  display: none;
}
@media screen and (min-width: 767px) {
  .menu-desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (min-width: 0px) {
  .col-xs-offset-12, .col-xs-offset-11, .col-xs-offset-10, .col-xs-offset-9, .col-xs-offset-8, .col-xs-offset-7, .col-xs-offset-6, .col-xs-offset-5, .col-xs-offset-4, .col-xs-offset-3, .col-xs-offset-2, .col-xs-offset-1, .col-xs-offset, .col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1, .col-xs {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding-right: 30px;
    padding-left: 30px;
  }
  .col-xs {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    max-width: 100%;
  }
  .col-xs-1 {
    -ms-flex-preferred-size: 8.3333333333%;
        flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xs-2 {
    -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xs-3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
  .col-xs-4 {
    -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xs-5 {
    -ms-flex-preferred-size: 41.6666666667%;
        flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xs-6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  .col-xs-7 {
    -ms-flex-preferred-size: 58.3333333333%;
        flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xs-8 {
    -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xs-9 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
  }
  .col-xs-10 {
    -ms-flex-preferred-size: 83.3333333333%;
        flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xs-11 {
    -ms-flex-preferred-size: 91.6666666667%;
        flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xs-12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .col-xs-offset-0 {
    margin-left: 0%;
  }
  .col-xs-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-xs-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-xs-offset-3 {
    margin-left: 25%;
  }
  .col-xs-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-xs-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-xs-offset-6 {
    margin-left: 50%;
  }
  .col-xs-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-xs-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-xs-offset-9 {
    margin-left: 75%;
  }
  .col-xs-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-xs-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-xs-offset-12 {
    margin-left: 100%;
  }
  .order-xs-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xs-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xs-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xs-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xs-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xs-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xs-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xs-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xs-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xs-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xs-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xs-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xs-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .start-xs {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
    text-align: start;
  }
  .center-xs {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .end-xs {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right;
    text-align: end;
  }
  .top-xs {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .middle-xs {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bottom-xs {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .around-xs {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .between-xs {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .first-xs {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .last-xs {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .stretch-xs {
    -ms-flex-line-pack: stretch;
        align-content: stretch;
  }
}
@media only screen and (min-width: 766px) {
  .col-sm-offset-12, .col-sm-offset-11, .col-sm-offset-10, .col-sm-offset-9, .col-sm-offset-8, .col-sm-offset-7, .col-sm-offset-6, .col-sm-offset-5, .col-sm-offset-4, .col-sm-offset-3, .col-sm-offset-2, .col-sm-offset-1, .col-sm-offset, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col-sm {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding-right: 30px;
    padding-left: 30px;
  }
  .col-sm {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.3333333333%;
        flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.6666666667%;
        flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.3333333333%;
        flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.3333333333%;
        flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.6666666667%;
        flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .start-sm {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
    text-align: start;
  }
  .center-sm {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .end-sm {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right;
    text-align: end;
  }
  .top-sm {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .middle-sm {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bottom-sm {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .around-sm {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .between-sm {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .first-sm {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .last-sm {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .stretch-sm {
    -ms-flex-line-pack: stretch;
        align-content: stretch;
  }
}
@media only screen and (min-width: 1024px) {
  .col-md-offset-12, .col-md-offset-11, .col-md-offset-10, .col-md-offset-9, .col-md-offset-8, .col-md-offset-7, .col-md-offset-6, .col-md-offset-5, .col-md-offset-4, .col-md-offset-3, .col-md-offset-2, .col-md-offset-1, .col-md-offset, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-md {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding-right: 30px;
    padding-left: 30px;
  }
  .col-md {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex-preferred-size: 8.3333333333%;
        flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    -ms-flex-preferred-size: 41.6666666667%;
        flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex-preferred-size: 58.3333333333%;
        flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex-preferred-size: 83.3333333333%;
        flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    -ms-flex-preferred-size: 91.6666666667%;
        flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .start-md {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
    text-align: start;
  }
  .center-md {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .end-md {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right;
    text-align: end;
  }
  .top-md {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .middle-md {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bottom-md {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .around-md {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .between-md {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .first-md {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .last-md {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .stretch-md {
    -ms-flex-line-pack: stretch;
        align-content: stretch;
  }
}
@media only screen and (min-width: 1280px) {
  .col-lg-offset-12, .col-lg-offset-11, .col-lg-offset-10, .col-lg-offset-9, .col-lg-offset-8, .col-lg-offset-7, .col-lg-offset-6, .col-lg-offset-5, .col-lg-offset-4, .col-lg-offset-3, .col-lg-offset-2, .col-lg-offset-1, .col-lg-offset, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-lg {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding-right: 30px;
    padding-left: 30px;
  }
  .col-lg {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.3333333333%;
        flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.6666666667%;
        flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.3333333333%;
        flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.3333333333%;
        flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.6666666667%;
        flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .start-lg {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
    text-align: start;
  }
  .center-lg {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .end-lg {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right;
    text-align: end;
  }
  .top-lg {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .middle-lg {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bottom-lg {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .around-lg {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .between-lg {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .first-lg {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .last-lg {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .stretch-lg {
    -ms-flex-line-pack: stretch;
        align-content: stretch;
  }
}
/*
 * JBI GRID 1.2: SASS extension
 * --------------------------------
 * Based on FlexBoxGrid.
 */
.row-stretch-y,
.col-stretch-y {
  height: 100%;
}

.margin-top-0 {
  margin-top: 0px !important;
}

.margin-bottom-0 {
  margin-bottom: 0px !important;
}

.margin-left-0 {
  margin-left: 0px !important;
}

.margin-right-0 {
  margin-right: 0px !important;
}

.padding-top-0 {
  padding-top: 0px !important;
}

.padding-bottom-0 {
  padding-bottom: 0px !important;
}

.margin-top-1 {
  margin-top: 30px !important;
}

.margin-bottom-1 {
  margin-bottom: 30px !important;
}

.margin-left-1 {
  margin-left: 30px !important;
}

.margin-right-1 {
  margin-right: 30px !important;
}

.padding-top-1 {
  padding-top: 30px !important;
}

.padding-bottom-1 {
  padding-bottom: 30px !important;
}

.margin-top-2 {
  margin-top: 60px !important;
}

.margin-bottom-2 {
  margin-bottom: 60px !important;
}

.margin-left-2 {
  margin-left: 60px !important;
}

.margin-right-2 {
  margin-right: 60px !important;
}

.padding-top-2 {
  padding-top: 60px !important;
}

.padding-bottom-2 {
  padding-bottom: 60px !important;
}

.margin-top-3 {
  margin-top: 90px !important;
}

.margin-bottom-3 {
  margin-bottom: 90px !important;
}

.margin-left-3 {
  margin-left: 90px !important;
}

.margin-right-3 {
  margin-right: 90px !important;
}

.padding-top-3 {
  padding-top: 90px !important;
}

.padding-bottom-3 {
  padding-bottom: 90px !important;
}

.margin-top-4 {
  margin-top: 120px !important;
}

.margin-bottom-4 {
  margin-bottom: 120px !important;
}

.margin-left-4 {
  margin-left: 120px !important;
}

.margin-right-4 {
  margin-right: 120px !important;
}

.padding-top-4 {
  padding-top: 120px !important;
}

.padding-bottom-4 {
  padding-bottom: 120px !important;
}

.margin-top-5 {
  margin-top: 150px !important;
}

.margin-bottom-5 {
  margin-bottom: 150px !important;
}

.margin-left-5 {
  margin-left: 150px !important;
}

.margin-right-5 {
  margin-right: 150px !important;
}

.padding-top-5 {
  padding-top: 150px !important;
}

.padding-bottom-5 {
  padding-bottom: 150px !important;
}

.margin-top-6 {
  margin-top: 180px !important;
}

.margin-bottom-6 {
  margin-bottom: 180px !important;
}

.margin-left-6 {
  margin-left: 180px !important;
}

.margin-right-6 {
  margin-right: 180px !important;
}

.padding-top-6 {
  padding-top: 180px !important;
}

.padding-bottom-6 {
  padding-bottom: 180px !important;
}

.margin-top-7 {
  margin-top: 210px !important;
}

.margin-bottom-7 {
  margin-bottom: 210px !important;
}

.margin-left-7 {
  margin-left: 210px !important;
}

.margin-right-7 {
  margin-right: 210px !important;
}

.padding-top-7 {
  padding-top: 210px !important;
}

.padding-bottom-7 {
  padding-bottom: 210px !important;
}

.margin-top-8 {
  margin-top: 240px !important;
}

.margin-bottom-8 {
  margin-bottom: 240px !important;
}

.margin-left-8 {
  margin-left: 240px !important;
}

.margin-right-8 {
  margin-right: 240px !important;
}

.padding-top-8 {
  padding-top: 240px !important;
}

.padding-bottom-8 {
  padding-bottom: 240px !important;
}

.margin-top-9 {
  margin-top: 270px !important;
}

.margin-bottom-9 {
  margin-bottom: 270px !important;
}

.margin-left-9 {
  margin-left: 270px !important;
}

.margin-right-9 {
  margin-right: 270px !important;
}

.padding-top-9 {
  padding-top: 270px !important;
}

.padding-bottom-9 {
  padding-bottom: 270px !important;
}

.margin-top-10 {
  margin-top: 300px !important;
}

.margin-bottom-10 {
  margin-bottom: 300px !important;
}

.margin-left-10 {
  margin-left: 300px !important;
}

.margin-right-10 {
  margin-right: 300px !important;
}

.padding-top-10 {
  padding-top: 300px !important;
}

.padding-bottom-10 {
  padding-bottom: 300px !important;
}

.margin-top-0 {
  margin-top: 0px  !important ;
}
@media (max-width: 1024px) {
  .margin-top-0 {
    margin-top: 0px  !important ;
  }
}
@media (max-width: 766px) {
  .margin-top-0 {
    margin-top: 0px  !important ;
  }
}

.margin-left-0 {
  margin-left: 0px  !important ;
}
@media (max-width: 1024px) {
  .margin-left-0 {
    margin-left: 0px  !important ;
  }
}
@media (max-width: 766px) {
  .margin-left-0 {
    margin-left: 0px  !important ;
  }
}

.margin-right-0 {
  margin-right: 0px  !important ;
}
@media (max-width: 1024px) {
  .margin-right-0 {
    margin-right: 0px  !important ;
  }
}
@media (max-width: 766px) {
  .margin-right-0 {
    margin-right: 0px  !important ;
  }
}

.margin-bottom-0 {
  margin-bottom: 0px  !important ;
}
@media (max-width: 1024px) {
  .margin-bottom-0 {
    margin-bottom: 0px  !important ;
  }
}
@media (max-width: 766px) {
  .margin-bottom-0 {
    margin-bottom: 0px  !important ;
  }
}

.padding-top-0 {
  margin-top: 0px  !important ;
}
@media (max-width: 1024px) {
  .padding-top-0 {
    margin-top: 0px  !important ;
  }
}
@media (max-width: 766px) {
  .padding-top-0 {
    margin-top: 0px  !important ;
  }
}

.padding-left-0 {
  margin-left: 0px  !important ;
}
@media (max-width: 1024px) {
  .padding-left-0 {
    margin-left: 0px  !important ;
  }
}
@media (max-width: 766px) {
  .padding-left-0 {
    margin-left: 0px  !important ;
  }
}

.padding-right-0 {
  margin-right: 0px  !important ;
}
@media (max-width: 1024px) {
  .padding-right-0 {
    margin-right: 0px  !important ;
  }
}
@media (max-width: 766px) {
  .padding-right-0 {
    margin-right: 0px  !important ;
  }
}

.padding-bottom-0 {
  margin-bottom: 0px  !important ;
}
@media (max-width: 1024px) {
  .padding-bottom-0 {
    margin-bottom: 0px  !important ;
  }
}
@media (max-width: 766px) {
  .padding-bottom-0 {
    margin-bottom: 0px  !important ;
  }
}

.margin-top-100 {
  margin-top: 100px  !important ;
}
@media (max-width: 1024px) {
  .margin-top-100 {
    margin-top: 80px  !important ;
  }
}
@media (max-width: 766px) {
  .margin-top-100 {
    margin-top: 50px  !important ;
  }
}

.margin-left-100 {
  margin-left: 100px  !important ;
}
@media (max-width: 1024px) {
  .margin-left-100 {
    margin-left: 80px  !important ;
  }
}
@media (max-width: 766px) {
  .margin-left-100 {
    margin-left: 50px  !important ;
  }
}

.margin-right-100 {
  margin-right: 100px  !important ;
}
@media (max-width: 1024px) {
  .margin-right-100 {
    margin-right: 80px  !important ;
  }
}
@media (max-width: 766px) {
  .margin-right-100 {
    margin-right: 50px  !important ;
  }
}

.margin-bottom-100 {
  margin-bottom: 100px  !important ;
}
@media (max-width: 1024px) {
  .margin-bottom-100 {
    margin-bottom: 80px  !important ;
  }
}
@media (max-width: 766px) {
  .margin-bottom-100 {
    margin-bottom: 50px  !important ;
  }
}

.margin-top-70 {
  margin-top: 70px  !important ;
}
@media (max-width: 1024px) {
  .margin-top-70 {
    margin-top: 50px  !important ;
  }
}
@media (max-width: 766px) {
  .margin-top-70 {
    margin-top: 30px  !important ;
  }
}

.margin-left-70 {
  margin-left: 70px  !important ;
}
@media (max-width: 1024px) {
  .margin-left-70 {
    margin-left: 50px  !important ;
  }
}
@media (max-width: 766px) {
  .margin-left-70 {
    margin-left: 30px  !important ;
  }
}

.margin-right-70 {
  margin-right: 70px  !important ;
}
@media (max-width: 1024px) {
  .margin-right-70 {
    margin-right: 50px  !important ;
  }
}
@media (max-width: 766px) {
  .margin-right-70 {
    margin-right: 30px  !important ;
  }
}

.margin-bottom-70 {
  margin-bottom: 70px  !important ;
}
@media (max-width: 1024px) {
  .margin-bottom-70 {
    margin-bottom: 50px  !important ;
  }
}
@media (max-width: 766px) {
  .margin-bottom-70 {
    margin-bottom: 30px  !important ;
  }
}

.margin-top-50 {
  margin-top: 50px  !important ;
}
@media (max-width: 1024px) {
  .margin-top-50 {
    margin-top: 40px  !important ;
  }
}
@media (max-width: 766px) {
  .margin-top-50 {
    margin-top: 30px  !important ;
  }
}

.margin-left-50 {
  margin-left: 50px  !important ;
}
@media (max-width: 1024px) {
  .margin-left-50 {
    margin-left: 40px  !important ;
  }
}
@media (max-width: 766px) {
  .margin-left-50 {
    margin-left: 30px  !important ;
  }
}

.margin-right-50 {
  margin-right: 50px  !important ;
}
@media (max-width: 1024px) {
  .margin-right-50 {
    margin-right: 40px  !important ;
  }
}
@media (max-width: 766px) {
  .margin-right-50 {
    margin-right: 30px  !important ;
  }
}

.margin-bottom-50 {
  margin-bottom: 50px  !important ;
}
@media (max-width: 1024px) {
  .margin-bottom-50 {
    margin-bottom: 40px  !important ;
  }
}
@media (max-width: 766px) {
  .margin-bottom-50 {
    margin-bottom: 30px  !important ;
  }
}

.margin-top-30 {
  margin-top: 30px  !important ;
}
@media (max-width: 1024px) {
  .margin-top-30 {
    margin-top: 20px  !important ;
  }
}
@media (max-width: 766px) {
  .margin-top-30 {
    margin-top: 12px  !important ;
  }
}

.margin-left-30 {
  margin-left: 30px  !important ;
}
@media (max-width: 1024px) {
  .margin-left-30 {
    margin-left: 20px  !important ;
  }
}
@media (max-width: 766px) {
  .margin-left-30 {
    margin-left: 12px  !important ;
  }
}

.margin-right-30 {
  margin-right: 30px  !important ;
}
@media (max-width: 1024px) {
  .margin-right-30 {
    margin-right: 20px  !important ;
  }
}
@media (max-width: 766px) {
  .margin-right-30 {
    margin-right: 12px  !important ;
  }
}

.margin-bottom-30 {
  margin-bottom: 30px  !important ;
}
@media (max-width: 1024px) {
  .margin-bottom-30 {
    margin-bottom: 20px  !important ;
  }
}
@media (max-width: 766px) {
  .margin-bottom-30 {
    margin-bottom: 12px  !important ;
  }
}

.margin-top-20 {
  margin-top: 20px  !important ;
}
@media (max-width: 1024px) {
  .margin-top-20 {
    margin-top: 10px  !important ;
  }
}
@media (max-width: 766px) {
  .margin-top-20 {
    margin-top: 10px  !important ;
  }
}

.margin-left-20 {
  margin-left: 20px  !important ;
}
@media (max-width: 1024px) {
  .margin-left-20 {
    margin-left: 10px  !important ;
  }
}
@media (max-width: 766px) {
  .margin-left-20 {
    margin-left: 10px  !important ;
  }
}

.margin-right-20 {
  margin-right: 20px  !important ;
}
@media (max-width: 1024px) {
  .margin-right-20 {
    margin-right: 10px  !important ;
  }
}
@media (max-width: 766px) {
  .margin-right-20 {
    margin-right: 10px  !important ;
  }
}

.margin-bottom-20 {
  margin-bottom: 20px  !important ;
}
@media (max-width: 1024px) {
  .margin-bottom-20 {
    margin-bottom: 10px  !important ;
  }
}
@media (max-width: 766px) {
  .margin-bottom-20 {
    margin-bottom: 10px  !important ;
  }
}

.padding-top-100 {
  padding-top: 100px  !important ;
}
@media (max-width: 1024px) {
  .padding-top-100 {
    padding-top: 80px  !important ;
  }
}
@media (max-width: 766px) {
  .padding-top-100 {
    padding-top: 50px  !important ;
  }
}

.padding-left-100 {
  padding-left: 100px  !important ;
}
@media (max-width: 1024px) {
  .padding-left-100 {
    padding-left: 80px  !important ;
  }
}
@media (max-width: 766px) {
  .padding-left-100 {
    padding-left: 50px  !important ;
  }
}

.padding-right-100 {
  padding-right: 100px  !important ;
}
@media (max-width: 1024px) {
  .padding-right-100 {
    padding-right: 80px  !important ;
  }
}
@media (max-width: 766px) {
  .padding-right-100 {
    padding-right: 50px  !important ;
  }
}

.padding-bottom-100 {
  padding-bottom: 100px  !important ;
}
@media (max-width: 1024px) {
  .padding-bottom-100 {
    padding-bottom: 80px  !important ;
  }
}
@media (max-width: 766px) {
  .padding-bottom-100 {
    padding-bottom: 50px  !important ;
  }
}

.padding-top-80 {
  padding-top: 80px  !important ;
}
@media (max-width: 1024px) {
  .padding-top-80 {
    padding-top: 60px  !important ;
  }
}
@media (max-width: 766px) {
  .padding-top-80 {
    padding-top: 40px  !important ;
  }
}

.padding-left-80 {
  padding-left: 80px  !important ;
}
@media (max-width: 1024px) {
  .padding-left-80 {
    padding-left: 60px  !important ;
  }
}
@media (max-width: 766px) {
  .padding-left-80 {
    padding-left: 40px  !important ;
  }
}

.padding-right-80 {
  padding-right: 80px  !important ;
}
@media (max-width: 1024px) {
  .padding-right-80 {
    padding-right: 60px  !important ;
  }
}
@media (max-width: 766px) {
  .padding-right-80 {
    padding-right: 40px  !important ;
  }
}

.padding-bottom-80 {
  padding-bottom: 80px  !important ;
}
@media (max-width: 1024px) {
  .padding-bottom-80 {
    padding-bottom: 60px  !important ;
  }
}
@media (max-width: 766px) {
  .padding-bottom-80 {
    padding-bottom: 40px  !important ;
  }
}

.padding-top-70 {
  padding-top: 70px  !important ;
}
@media (max-width: 1024px) {
  .padding-top-70 {
    padding-top: 50px  !important ;
  }
}
@media (max-width: 766px) {
  .padding-top-70 {
    padding-top: 30px  !important ;
  }
}

.padding-left-70 {
  padding-left: 70px  !important ;
}
@media (max-width: 1024px) {
  .padding-left-70 {
    padding-left: 50px  !important ;
  }
}
@media (max-width: 766px) {
  .padding-left-70 {
    padding-left: 30px  !important ;
  }
}

.padding-right-70 {
  padding-right: 70px  !important ;
}
@media (max-width: 1024px) {
  .padding-right-70 {
    padding-right: 50px  !important ;
  }
}
@media (max-width: 766px) {
  .padding-right-70 {
    padding-right: 30px  !important ;
  }
}

.padding-bottom-70 {
  padding-bottom: 70px  !important ;
}
@media (max-width: 1024px) {
  .padding-bottom-70 {
    padding-bottom: 50px  !important ;
  }
}
@media (max-width: 766px) {
  .padding-bottom-70 {
    padding-bottom: 30px  !important ;
  }
}

.padding-top-50 {
  padding-top: 50px  !important ;
}
@media (max-width: 1024px) {
  .padding-top-50 {
    padding-top: 40px  !important ;
  }
}
@media (max-width: 766px) {
  .padding-top-50 {
    padding-top: 30px  !important ;
  }
}

.padding-left-50 {
  padding-left: 50px  !important ;
}
@media (max-width: 1024px) {
  .padding-left-50 {
    padding-left: 40px  !important ;
  }
}
@media (max-width: 766px) {
  .padding-left-50 {
    padding-left: 30px  !important ;
  }
}

.padding-right-50 {
  padding-right: 50px  !important ;
}
@media (max-width: 1024px) {
  .padding-right-50 {
    padding-right: 40px  !important ;
  }
}
@media (max-width: 766px) {
  .padding-right-50 {
    padding-right: 30px  !important ;
  }
}

.padding-bottom-50 {
  padding-bottom: 50px  !important ;
}
@media (max-width: 1024px) {
  .padding-bottom-50 {
    padding-bottom: 40px  !important ;
  }
}
@media (max-width: 766px) {
  .padding-bottom-50 {
    padding-bottom: 30px  !important ;
  }
}

.padding-top-30 {
  padding-top: 30px  !important ;
}
@media (max-width: 1024px) {
  .padding-top-30 {
    padding-top: 30px  !important ;
  }
}
@media (max-width: 766px) {
  .padding-top-30 {
    padding-top: 30px  !important ;
  }
}

.padding-left-30 {
  padding-left: 30px  !important ;
}
@media (max-width: 1024px) {
  .padding-left-30 {
    padding-left: 30px  !important ;
  }
}
@media (max-width: 766px) {
  .padding-left-30 {
    padding-left: 30px  !important ;
  }
}

.padding-right-30 {
  padding-right: 30px  !important ;
}
@media (max-width: 1024px) {
  .padding-right-30 {
    padding-right: 30px  !important ;
  }
}
@media (max-width: 766px) {
  .padding-right-30 {
    padding-right: 30px  !important ;
  }
}

.padding-bottom-30 {
  padding-bottom: 30px  !important ;
}
@media (max-width: 1024px) {
  .padding-bottom-30 {
    padding-bottom: 30px  !important ;
  }
}
@media (max-width: 766px) {
  .padding-bottom-30 {
    padding-bottom: 30px  !important ;
  }
}

.padding-top-20 {
  padding-top: 20px  !important ;
}
@media (max-width: 1024px) {
  .padding-top-20 {
    padding-top: 10px  !important ;
  }
}
@media (max-width: 766px) {
  .padding-top-20 {
    padding-top: 10px  !important ;
  }
}

.padding-left-20 {
  padding-left: 20px  !important ;
}
@media (max-width: 1024px) {
  .padding-left-20 {
    padding-left: 10px  !important ;
  }
}
@media (max-width: 766px) {
  .padding-left-20 {
    padding-left: 10px  !important ;
  }
}

.padding-right-20 {
  padding-right: 20px  !important ;
}
@media (max-width: 1024px) {
  .padding-right-20 {
    padding-right: 10px  !important ;
  }
}
@media (max-width: 766px) {
  .padding-right-20 {
    padding-right: 10px  !important ;
  }
}

.padding-bottom-20 {
  padding-bottom: 20px  !important ;
}
@media (max-width: 1024px) {
  .padding-bottom-20 {
    padding-bottom: 10px  !important ;
  }
}
@media (max-width: 766px) {
  .padding-bottom-20 {
    padding-bottom: 10px  !important ;
  }
}

.flex-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.flex-center__x {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.flex-center__y {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.flex-stretch__y {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.flex-column__lg {
  display: none !important;
}

.flex-column__md {
  display: none !important;
}

.flex-column__sm {
  display: none !important;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 767px) {
  .flex-column__xs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .hidden-xs {
    display: none !important;
  }
  .visible-xs-block {
    display: block !important;
  }
  .visible-xs-inline-block {
    display: inline-block !important;
  }
  .visible-xs-inline {
    display: inline !important;
  }
  .visible-xs {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (min-width: 767px) and (max-width: 1025px) {
  .flex-column__sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .hidden-sm {
    display: none !important;
  }
  .visible-sm-block {
    display: block !important;
  }
  .visible-sm-inline-block {
    display: inline-block !important;
  }
  .visible-sm-inline {
    display: inline !important;
  }
  .visible-sm {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (min-width: 1025px) and (max-width: 1281px) {
  .flex-column__md {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .hidden-md {
    display: none !important;
  }
  .visible-md-block {
    display: block !important;
  }
  .visible-md-inline-block {
    display: inline-block !important;
  }
  .visible-md-inline {
    display: inline !important;
  }
  .visible-md {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (min-width: 1281px) {
  .flex-column__lg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .hidden-lg {
    display: none !important;
  }
  .visible-lg-block {
    display: block !important;
  }
  .visible-lg-inline-block {
    display: inline-block !important;
  }
  .visible-lg-inline {
    display: inline !important;
  }
  .visible-lg {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.visible-xs-block {
  display: none !important;
}

.visible-sm-block {
  display: none !important;
}

.visible-md-block {
  display: none !important;
}

.visible-lg-block {
  display: none !important;
}

.visible-xs-inline-block {
  display: none !important;
}

.visible-sm-inline-block {
  display: none !important;
}

.visible-md-inline-block {
  display: none !important;
}

.visible-lg-inline-block {
  display: none !important;
}

.visible-xs-inline {
  display: none !important;
}

.visible-sm-inline {
  display: none !important;
}

.visible-md-inline {
  display: none !important;
}

.visible-lg-inline {
  display: none !important;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

/*
 * JBI GRID 1.2: Container
 * --------------------------------
 * Based on FlexBoxGrid.
 */
.container-fluid,
.container {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}

.container-center {
  margin-right: auto;
  margin-left: auto;
}

.container-special {
  margin-right: 0;
  margin-left: 0;
}

.container,
.container-special {
  max-width: 1337px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container-half {
  max-width: calc(1337px / 2);
}

.container-third {
  max-width: calc(1337px / 2.5);
}

.container-half-md {
  max-width: calc(1337px / 2);
}
@media (max-width: 1024px) {
  .container-half-md {
    max-width: 1337px;
  }
}

html, body {
  border: 0;
  font-family: "Helvetica-Neue", "Helvetica", Arial, sans-serif;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

div, span, object, iframe, img, table, caption, thead, tbody,
tfoot, tr, tr, td, article, aside, canvas, details, figure, hgroup, menu,
nav, footer, header, section, summary, mark, audio, video {
  border: 0;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cit, code,
del, dfn, em, ins, q, samp, small, strong, sub, sup, b, i, hr, dl, dt, dd,
ol, ul, li, fieldset, legend, label {
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

article, aside, canvas, figure, figure img, figcaption, hgroup,
footer, header, nav, section, audio, video {
  display: block;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}
table caption, table th, table td {
  text-align: left;
  vertical-align: middle;
}

a img {
  border: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

p, li, cite, figure, figcaption, ol, ul {
  font-weight: 400;
  font-size: 17.5px;
  font-size: 1.09375rem;
  line-height: 26px;
  line-height: 1.625rem;
  padding-bottom: 20px;
}
@media (max-width: 1024px) {
  p, li, cite, figure, figcaption, ol, ul {
    padding-bottom: 10px;
  }
}
@media (max-width: 766px) {
  p, li, cite, figure, figcaption, ol, ul {
    padding-bottom: 10px;
  }
}
@media (max-width: 1024px) {
  p, li, cite, figure, figcaption, ol, ul {
    font-size: 17.5px;
    font-size: 1.09375rem;
  }
}
@media (max-width: 766px) {
  p, li, cite, figure, figcaption, ol, ul {
    font-size: 17.5px;
    font-size: 1.09375rem;
  }
}
p.has-medium-font-size, li.has-medium-font-size, cite.has-medium-font-size, figure.has-medium-font-size, figcaption.has-medium-font-size, ol.has-medium-font-size, ul.has-medium-font-size {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 30px;
  line-height: 1.875rem;
}
p.has-large-font-size, li.has-large-font-size, cite.has-large-font-size, figure.has-large-font-size, figcaption.has-large-font-size, ol.has-large-font-size, ul.has-large-font-size {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 34px;
  line-height: 2.125rem;
}
p.has-very-large-font-size, li.has-very-large-font-size, cite.has-very-large-font-size, figure.has-very-large-font-size, figcaption.has-very-large-font-size, ol.has-very-large-font-size, ul.has-very-large-font-size {
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 42px;
  line-height: 2.625rem;
}

.excerpt p {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 28px;
  line-height: 1.75rem;
}
@media (max-width: 766px) {
  .excerpt p {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 27px;
    line-height: 1.6875rem;
  }
}
.excerpt p a {
  color: var(--link);
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  position: relative;
  font-family: "Poppins", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-display: swap;
}

h1 {
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 58px;
  line-height: 3.625rem;
  padding-bottom: 10px;
}
@media (max-width: 1024px) {
  h1 {
    padding-bottom: 10px;
  }
}
@media (max-width: 766px) {
  h1 {
    padding-bottom: 10px;
  }
}
h1 {
  font-weight: 500;
}
@media (max-width: 1024px) {
  h1 {
    font-size: 48px;
    font-size: 3rem;
    line-height: 55px;
    line-height: 3.4375rem;
  }
}
@media (max-width: 766px) {
  h1 {
    font-size: 33px;
    font-size: 2.0625rem;
    line-height: 41px;
    line-height: 2.5625rem;
  }
}

h2 {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 48px;
  line-height: 3rem;
  font-weight: 500;
}
@media (max-width: 1024px) {
  h2 {
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 43px;
    line-height: 2.6875rem;
  }
}
@media (max-width: 766px) {
  h2 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 38px;
    line-height: 2.375rem;
  }
}
h2 {
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  h2 {
    margin-bottom: 10px;
  }
}
@media (max-width: 766px) {
  h2 {
    margin-bottom: 10px;
  }
}

h3 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 30px;
  line-height: 1.875rem;
  font-weight: 500;
}
@media (max-width: 1024px) {
  h3 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 25px;
    line-height: 1.5625rem;
  }
}
@media (max-width: 766px) {
  h3 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 25px;
    line-height: 1.5625rem;
  }
}
h3 {
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 766px) {
  h3 {
    margin-bottom: 10px;
  }
}

h4 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 38px;
  line-height: 2.375rem;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  h4 {
    margin-bottom: 10px;
  }
}
@media (max-width: 766px) {
  h4 {
    margin-bottom: 10px;
  }
}
@media (max-width: 766px) {
  h4 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 26px;
    line-height: 1.625rem;
  }
}

h5 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 26px;
  line-height: 1.625rem;
  padding-bottom: 10px;
}
@media (max-width: 1024px) {
  h5 {
    padding-bottom: 10px;
  }
}
@media (max-width: 766px) {
  h5 {
    padding-bottom: 10px;
  }
}
h5 {
  font-weight: 500;
}

h6 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  padding-bottom: 10px;
}
@media (max-width: 1024px) {
  h6 {
    padding-bottom: 10px;
  }
}
@media (max-width: 766px) {
  h6 {
    padding-bottom: 10px;
  }
}
h6 {
  font-weight: 500;
}

ol {
  counter-reset: ol;
}
ol li::before {
  counter-increment: ol;
}

ul {
  counter-reset: ul;
}
ul li::before {
  counter-increment: ul;
}

ol, ul {
  margin-bottom: 0;
  padding-bottom: 15px;
}
ol li, ul li {
  display: inline-block;
  padding-bottom: 15px;
}
@media (max-width: 1024px) {
  ol li, ul li {
    padding-bottom: 15px;
  }
}
@media (max-width: 766px) {
  ol li, ul li {
    padding-bottom: 15px;
  }
}
ol li:before, ul li:before {
  font-weight: 500;
  min-width: 20px;
  display: inline-block;
}
ol.list-bullet li, ul.list-bullet li {
  margin-left: 30px;
  position: relative;
}
ol.list-bullet li:before, ul.list-bullet li:before {
  content: "•";
  font-weight: 700;
  display: inline-block;
  position: absolute;
  left: -30px;
  font-size: 20px;
}

body {
  color: var(--text);
  font-size: 17.5px;
  font-size: 1.09375rem;
  line-height: 26px;
  line-height: 1.625rem;
  font-family: "Poppins", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-display: swap;
}

strong, .strong, b {
  font-weight: 500 !important;
}

fat, .fat {
  font-weight: 600 !important;
}

italic, i {
  font-style: italic !important;
}

underline, u {
  text-decoration: underline !important;
}

.light {
  opacity: 0.75;
  font-weight: 300;
}

.font-headline {
  font-family: "Poppins", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-display: swap;
}

.font-text {
  font-family: "Poppins", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-display: swap;
}

.font-special {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 70px;
  font-size: 4.375rem;
  line-height: 80px;
  line-height: 5rem;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .font-special {
    margin-bottom: 10px;
  }
}
@media (max-width: 766px) {
  .font-special {
    margin-bottom: 10px;
  }
}
@media (max-width: 1280px) {
  .font-special {
    font-size: 60px;
    font-size: 3.75rem;
    line-height: 70px;
    line-height: 4.375rem;
    margin-bottom: 20px;
  }
}
@media (max-width: 1280px) and (max-width: 1024px) {
  .font-special {
    margin-bottom: 10px;
  }
}
@media (max-width: 1280px) and (max-width: 766px) {
  .font-special {
    margin-bottom: 10px;
  }
}
@media (max-width: 1024px) {
  .font-special {
    font-size: 55px;
    font-size: 3.4375rem;
    line-height: 63px;
    line-height: 3.9375rem;
  }
}
@media (max-width: 766px) {
  .font-special {
    font-size: 38px;
    font-size: 2.375rem;
    line-height: 46px;
    line-height: 2.875rem;
  }
}
.font-special {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-display: swap;
}

.material-icons-outlined {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
}

p a, span a, .link {
  text-decoration: underline;
  color: var(--link);
  cursor: pointer;
}
p a:hover, span a:hover, .link:hover {
  color: var(--link);
  text-decoration: underline;
}
p a:active, span a:active, .link:active {
  color: var(--link);
  text-decoration: underline;
}

html ::-webkit-scrollbar {
  width: 0.65em;
  height: 0.65em;
}
html ::-webkit-scrollbar-thumb {
  background: #9176ff;
}
html ::-webkit-scrollbar-track {
  background: #f3f0ff;
}
html body {
  scrollbar-face-color: #9176ff;
  scrollbar-track-color: #f3f0ff;
}

html, body {
  overflow-x: hidden;
  position: relative;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  background-color: var(--background);
  background-image: url(core/assets/images/bg_negative.svg);
  background-position: top left;
  background-repeat: no-repeat;
  min-height: 100vh;
}

body {
  letter-spacing: 0em;
}

* {
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

main {
  min-height: 100%;
  min-height: calc(100vh - var(--header-height));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
main > *:not(footer) {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.disable-scroll,
.no-scroll {
  overflow: hidden !important;
}

@media (max-width: 766px) {
  .no-scroll-mobile {
    overflow: hidden !important;
    height: 100% !important;
    height: 100vh !important;
  }
}

[hidden] {
  display: none !important;
}

.full-height {
  height: 100%;
}

.spinner-loader {
  width: 50px;
  display: inline-block;
  top: 5px;
  position: relative;
}
.spinner-loader i, .spinner-loader svg {
  display: block;
  font-size: 35px;
  margin: auto;
  clear: both;
  text-align: center;
  opacity: 0.4;
}
.spinner-loader .title {
  text-align: center;
  width: 100%;
  max-width: 100%;
  clear: both;
  display: block;
  margin-top: 25px;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 40px;
  line-height: 2.5rem;
}

.wp,
.wordpress,
.woocommerce {
  font-size: 17.5px;
  font-size: 1.09375rem;
}

.is-template {
  display: none !important;
}

.required {
  color: var(--red);
}

.white {
  color: var(--white) !important;
}

.black {
  color: var(--black) !important;
}

.red {
  color: var(--red) !important;
}

.green {
  color: var(--green) !important;
}

.dark-blue {
  color: var(--darkBlue) !important;
}

.light-blue {
  color: var(--lightBlue) !important;
}

.blue {
  color: var(--blue) !important;
}

.purple {
  color: var(--purple) !important;
}

.yellow {
  color: var(--yellow) !important;
}

.orange {
  color: var(--orange) !important;
}

.bg-white {
  background-color: var(--white) !important;
}

.bg-black {
  background-color: var(--black) !important;
}

.bg-red {
  background-color: var(--red) !important;
}

.bg-green {
  background-color: var(--green) !important;
}

.bg-grey {
  background-color: var(--grey) !important;
}

.bg-dark-grey {
  background-color: var(--darkGrey) !important;
}

.bg-blue {
  background-color: var(--blue) !important;
}

.bg-light-blue {
  background-color: var(--lightBlue) !important;
}

.bg-dark-blue {
  background-color: var(--darkBlue) !important;
}

.bg-purple {
  background-color: var(--purple) !important;
}

.bg-orange {
  background-color: var(--orange) !important;
}

.bg-brown {
  background-color: var(--brown) !important;
}

.bg-yellow {
  background-color: var(--yellow) !important;
}

.interactive, .interactive * {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.interactive.hover-fade {
  -webkit-transition: all 700ms cubic-bezier(0, 0, 0, 1);
  transition: all 700ms cubic-bezier(0, 0, 0, 1);
}
.interactive.hover-fade:hover {
  opacity: 0.8;
  -webkit-transition: all 60ms cubic-bezier(0, 0, 0, 1);
  transition: all 60ms cubic-bezier(0, 0, 0, 1);
}
.interactive.hover-fade:active {
  opacity: 0.6;
}
.interactive.hover-pop {
  -webkit-transition: all 700ms cubic-bezier(0, 0, 0, 1);
  transition: all 700ms cubic-bezier(0, 0, 0, 1);
}
.interactive.hover-pop:hover {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
  -webkit-transition: all 120ms cubic-bezier(0, 0, 0, 1);
  transition: all 120ms cubic-bezier(0, 0, 0, 1);
}
.interactive.hover-pop:active {
  -webkit-transform: scale(1.025);
      -ms-transform: scale(1.025);
          transform: scale(1.025);
}

.no-touch {
  pointer-events: none;
}

p:empty {
  display: none !important;
  margin: 0;
  padding: 0;
}

.min-height-00p {
  min-height: calc(0 * 1%);
}

.min-height-00vh {
  min-height: calc(0 * 1%);
  min-height: calc(0vh);
}

.height-00p {
  height: calc(0 * 1%);
}

.height-00vh {
  height: calc(0 * 1%);
  height: calc(0vh);
}

.min-width-00p {
  min-width: calc(0 * 1%);
}

.min-width-00vh {
  min-width: calc(0 * 1%);
  min-width: calc(0vw);
}

.width-00p {
  width: calc(0 * 1%);
}

.width-00vh {
  width: calc(0 * 1%);
  width: calc(0vw);
}

.padding-neg-top-vh-00 {
  padding-top: -00vh !important;
}

.padding-neg-bottom-vh-00 {
  padding-bottom: -00vh !important;
}

.padding-pos-top-vh-00 {
  padding-top: 00vh !important;
}

.padding-pos-bottom-vh-00 {
  padding-bottom: 00vh !important;
}

.margin-neg-top-vh-00 {
  margin-top: -00vh !important;
}

.margin-neg-bottom-vh-00 {
  margin-bottom: -00vh !important;
}

.margin-pos-top-vh-00 {
  margin-top: 00vh !important;
}

.margin-pos-bottom-vh-00 {
  margin-bottom: 00vh !important;
}

.padding-neg-top-00 {
  padding-top: -0px !important;
}

.padding-neg-bottom-00 {
  padding-bottom: -0px !important;
}

.padding-pos-top-00 {
  padding-top: 0px !important;
}

.padding-pos-bottom-00 {
  padding-bottom: 0px !important;
}

.margin-neg-top-00 {
  margin-top: -0px !important;
}

.margin-neg-bottom-00 {
  margin-bottom: -0px !important;
}

.margin-pos-top-00 {
  margin-top: 0px !important;
}

.margin-pos-bottom-00 {
  margin-bottom: 0px !important;
}

.min-height-10p {
  min-height: calc(10 * 1%);
}

.min-height-10vh {
  min-height: calc(10 * 1%);
  min-height: calc(10vh);
}

.height-10p {
  height: calc(10 * 1%);
}

.height-10vh {
  height: calc(10 * 1%);
  height: calc(10vh);
}

.min-width-10p {
  min-width: calc(10 * 1%);
}

.min-width-10vh {
  min-width: calc(10 * 1%);
  min-width: calc(10vw);
}

.width-10p {
  width: calc(10 * 1%);
}

.width-10vh {
  width: calc(10 * 1%);
  width: calc(10vw);
}

.padding-neg-top-vh-10 {
  padding-top: -10vh !important;
}

.padding-neg-bottom-vh-10 {
  padding-bottom: -10vh !important;
}

.padding-pos-top-vh-10 {
  padding-top: 10vh !important;
}

.padding-pos-bottom-vh-10 {
  padding-bottom: 10vh !important;
}

.margin-neg-top-vh-10 {
  margin-top: -10vh !important;
}

.margin-neg-bottom-vh-10 {
  margin-bottom: -10vh !important;
}

.margin-pos-top-vh-10 {
  margin-top: 10vh !important;
}

.margin-pos-bottom-vh-10 {
  margin-bottom: 10vh !important;
}

.padding-neg-top-10 {
  padding-top: -100px !important;
}

.padding-neg-bottom-10 {
  padding-bottom: -100px !important;
}

.padding-pos-top-10 {
  padding-top: 100px !important;
}

.padding-pos-bottom-10 {
  padding-bottom: 100px !important;
}

.margin-neg-top-10 {
  margin-top: -100px !important;
}

.margin-neg-bottom-10 {
  margin-bottom: -100px !important;
}

.margin-pos-top-10 {
  margin-top: 100px !important;
}

.margin-pos-bottom-10 {
  margin-bottom: 100px !important;
}

.min-height-20p {
  min-height: calc(20 * 1%);
}

.min-height-20vh {
  min-height: calc(20 * 1%);
  min-height: calc(20vh);
}

.height-20p {
  height: calc(20 * 1%);
}

.height-20vh {
  height: calc(20 * 1%);
  height: calc(20vh);
}

.min-width-20p {
  min-width: calc(20 * 1%);
}

.min-width-20vh {
  min-width: calc(20 * 1%);
  min-width: calc(20vw);
}

.width-20p {
  width: calc(20 * 1%);
}

.width-20vh {
  width: calc(20 * 1%);
  width: calc(20vw);
}

.padding-neg-top-vh-20 {
  padding-top: -20vh !important;
}

.padding-neg-bottom-vh-20 {
  padding-bottom: -20vh !important;
}

.padding-pos-top-vh-20 {
  padding-top: 20vh !important;
}

.padding-pos-bottom-vh-20 {
  padding-bottom: 20vh !important;
}

.margin-neg-top-vh-20 {
  margin-top: -20vh !important;
}

.margin-neg-bottom-vh-20 {
  margin-bottom: -20vh !important;
}

.margin-pos-top-vh-20 {
  margin-top: 20vh !important;
}

.margin-pos-bottom-vh-20 {
  margin-bottom: 20vh !important;
}

.padding-neg-top-20 {
  padding-top: -200px !important;
}

.padding-neg-bottom-20 {
  padding-bottom: -200px !important;
}

.padding-pos-top-20 {
  padding-top: 200px !important;
}

.padding-pos-bottom-20 {
  padding-bottom: 200px !important;
}

.margin-neg-top-20 {
  margin-top: -200px !important;
}

.margin-neg-bottom-20 {
  margin-bottom: -200px !important;
}

.margin-pos-top-20 {
  margin-top: 200px !important;
}

.margin-pos-bottom-20 {
  margin-bottom: 200px !important;
}

.min-height-30p {
  min-height: calc(30 * 1%);
}

.min-height-30vh {
  min-height: calc(30 * 1%);
  min-height: calc(30vh);
}

.height-30p {
  height: calc(30 * 1%);
}

.height-30vh {
  height: calc(30 * 1%);
  height: calc(30vh);
}

.min-width-30p {
  min-width: calc(30 * 1%);
}

.min-width-30vh {
  min-width: calc(30 * 1%);
  min-width: calc(30vw);
}

.width-30p {
  width: calc(30 * 1%);
}

.width-30vh {
  width: calc(30 * 1%);
  width: calc(30vw);
}

.padding-neg-top-vh-30 {
  padding-top: -30vh !important;
}

.padding-neg-bottom-vh-30 {
  padding-bottom: -30vh !important;
}

.padding-pos-top-vh-30 {
  padding-top: 30vh !important;
}

.padding-pos-bottom-vh-30 {
  padding-bottom: 30vh !important;
}

.margin-neg-top-vh-30 {
  margin-top: -30vh !important;
}

.margin-neg-bottom-vh-30 {
  margin-bottom: -30vh !important;
}

.margin-pos-top-vh-30 {
  margin-top: 30vh !important;
}

.margin-pos-bottom-vh-30 {
  margin-bottom: 30vh !important;
}

.padding-neg-top-30 {
  padding-top: -300px !important;
}

.padding-neg-bottom-30 {
  padding-bottom: -300px !important;
}

.padding-pos-top-30 {
  padding-top: 300px !important;
}

.padding-pos-bottom-30 {
  padding-bottom: 300px !important;
}

.margin-neg-top-30 {
  margin-top: -300px !important;
}

.margin-neg-bottom-30 {
  margin-bottom: -300px !important;
}

.margin-pos-top-30 {
  margin-top: 300px !important;
}

.margin-pos-bottom-30 {
  margin-bottom: 300px !important;
}

.min-height-40p {
  min-height: calc(40 * 1%);
}

.min-height-40vh {
  min-height: calc(40 * 1%);
  min-height: calc(40vh);
}

.height-40p {
  height: calc(40 * 1%);
}

.height-40vh {
  height: calc(40 * 1%);
  height: calc(40vh);
}

.min-width-40p {
  min-width: calc(40 * 1%);
}

.min-width-40vh {
  min-width: calc(40 * 1%);
  min-width: calc(40vw);
}

.width-40p {
  width: calc(40 * 1%);
}

.width-40vh {
  width: calc(40 * 1%);
  width: calc(40vw);
}

.padding-neg-top-vh-40 {
  padding-top: -40vh !important;
}

.padding-neg-bottom-vh-40 {
  padding-bottom: -40vh !important;
}

.padding-pos-top-vh-40 {
  padding-top: 40vh !important;
}

.padding-pos-bottom-vh-40 {
  padding-bottom: 40vh !important;
}

.margin-neg-top-vh-40 {
  margin-top: -40vh !important;
}

.margin-neg-bottom-vh-40 {
  margin-bottom: -40vh !important;
}

.margin-pos-top-vh-40 {
  margin-top: 40vh !important;
}

.margin-pos-bottom-vh-40 {
  margin-bottom: 40vh !important;
}

.padding-neg-top-40 {
  padding-top: -400px !important;
}

.padding-neg-bottom-40 {
  padding-bottom: -400px !important;
}

.padding-pos-top-40 {
  padding-top: 400px !important;
}

.padding-pos-bottom-40 {
  padding-bottom: 400px !important;
}

.margin-neg-top-40 {
  margin-top: -400px !important;
}

.margin-neg-bottom-40 {
  margin-bottom: -400px !important;
}

.margin-pos-top-40 {
  margin-top: 400px !important;
}

.margin-pos-bottom-40 {
  margin-bottom: 400px !important;
}

.min-height-50p {
  min-height: calc(50 * 1%);
}

.min-height-50vh {
  min-height: calc(50 * 1%);
  min-height: calc(50vh);
}

.height-50p {
  height: calc(50 * 1%);
}

.height-50vh {
  height: calc(50 * 1%);
  height: calc(50vh);
}

.min-width-50p {
  min-width: calc(50 * 1%);
}

.min-width-50vh {
  min-width: calc(50 * 1%);
  min-width: calc(50vw);
}

.width-50p {
  width: calc(50 * 1%);
}

.width-50vh {
  width: calc(50 * 1%);
  width: calc(50vw);
}

.padding-neg-top-vh-50 {
  padding-top: -50vh !important;
}

.padding-neg-bottom-vh-50 {
  padding-bottom: -50vh !important;
}

.padding-pos-top-vh-50 {
  padding-top: 50vh !important;
}

.padding-pos-bottom-vh-50 {
  padding-bottom: 50vh !important;
}

.margin-neg-top-vh-50 {
  margin-top: -50vh !important;
}

.margin-neg-bottom-vh-50 {
  margin-bottom: -50vh !important;
}

.margin-pos-top-vh-50 {
  margin-top: 50vh !important;
}

.margin-pos-bottom-vh-50 {
  margin-bottom: 50vh !important;
}

.padding-neg-top-50 {
  padding-top: -500px !important;
}

.padding-neg-bottom-50 {
  padding-bottom: -500px !important;
}

.padding-pos-top-50 {
  padding-top: 500px !important;
}

.padding-pos-bottom-50 {
  padding-bottom: 500px !important;
}

.margin-neg-top-50 {
  margin-top: -500px !important;
}

.margin-neg-bottom-50 {
  margin-bottom: -500px !important;
}

.margin-pos-top-50 {
  margin-top: 500px !important;
}

.margin-pos-bottom-50 {
  margin-bottom: 500px !important;
}

.min-height-60p {
  min-height: calc(60 * 1%);
}

.min-height-60vh {
  min-height: calc(60 * 1%);
  min-height: calc(60vh);
}

.height-60p {
  height: calc(60 * 1%);
}

.height-60vh {
  height: calc(60 * 1%);
  height: calc(60vh);
}

.min-width-60p {
  min-width: calc(60 * 1%);
}

.min-width-60vh {
  min-width: calc(60 * 1%);
  min-width: calc(60vw);
}

.width-60p {
  width: calc(60 * 1%);
}

.width-60vh {
  width: calc(60 * 1%);
  width: calc(60vw);
}

.padding-neg-top-vh-60 {
  padding-top: -60vh !important;
}

.padding-neg-bottom-vh-60 {
  padding-bottom: -60vh !important;
}

.padding-pos-top-vh-60 {
  padding-top: 60vh !important;
}

.padding-pos-bottom-vh-60 {
  padding-bottom: 60vh !important;
}

.margin-neg-top-vh-60 {
  margin-top: -60vh !important;
}

.margin-neg-bottom-vh-60 {
  margin-bottom: -60vh !important;
}

.margin-pos-top-vh-60 {
  margin-top: 60vh !important;
}

.margin-pos-bottom-vh-60 {
  margin-bottom: 60vh !important;
}

.padding-neg-top-60 {
  padding-top: -600px !important;
}

.padding-neg-bottom-60 {
  padding-bottom: -600px !important;
}

.padding-pos-top-60 {
  padding-top: 600px !important;
}

.padding-pos-bottom-60 {
  padding-bottom: 600px !important;
}

.margin-neg-top-60 {
  margin-top: -600px !important;
}

.margin-neg-bottom-60 {
  margin-bottom: -600px !important;
}

.margin-pos-top-60 {
  margin-top: 600px !important;
}

.margin-pos-bottom-60 {
  margin-bottom: 600px !important;
}

.min-height-70p {
  min-height: calc(70 * 1%);
}

.min-height-70vh {
  min-height: calc(70 * 1%);
  min-height: calc(70vh);
}

.height-70p {
  height: calc(70 * 1%);
}

.height-70vh {
  height: calc(70 * 1%);
  height: calc(70vh);
}

.min-width-70p {
  min-width: calc(70 * 1%);
}

.min-width-70vh {
  min-width: calc(70 * 1%);
  min-width: calc(70vw);
}

.width-70p {
  width: calc(70 * 1%);
}

.width-70vh {
  width: calc(70 * 1%);
  width: calc(70vw);
}

.padding-neg-top-vh-70 {
  padding-top: -70vh !important;
}

.padding-neg-bottom-vh-70 {
  padding-bottom: -70vh !important;
}

.padding-pos-top-vh-70 {
  padding-top: 70vh !important;
}

.padding-pos-bottom-vh-70 {
  padding-bottom: 70vh !important;
}

.margin-neg-top-vh-70 {
  margin-top: -70vh !important;
}

.margin-neg-bottom-vh-70 {
  margin-bottom: -70vh !important;
}

.margin-pos-top-vh-70 {
  margin-top: 70vh !important;
}

.margin-pos-bottom-vh-70 {
  margin-bottom: 70vh !important;
}

.padding-neg-top-70 {
  padding-top: -700px !important;
}

.padding-neg-bottom-70 {
  padding-bottom: -700px !important;
}

.padding-pos-top-70 {
  padding-top: 700px !important;
}

.padding-pos-bottom-70 {
  padding-bottom: 700px !important;
}

.margin-neg-top-70 {
  margin-top: -700px !important;
}

.margin-neg-bottom-70 {
  margin-bottom: -700px !important;
}

.margin-pos-top-70 {
  margin-top: 700px !important;
}

.margin-pos-bottom-70 {
  margin-bottom: 700px !important;
}

.min-height-80p {
  min-height: calc(80 * 1%);
}

.min-height-80vh {
  min-height: calc(80 * 1%);
  min-height: calc(80vh);
}

.height-80p {
  height: calc(80 * 1%);
}

.height-80vh {
  height: calc(80 * 1%);
  height: calc(80vh);
}

.min-width-80p {
  min-width: calc(80 * 1%);
}

.min-width-80vh {
  min-width: calc(80 * 1%);
  min-width: calc(80vw);
}

.width-80p {
  width: calc(80 * 1%);
}

.width-80vh {
  width: calc(80 * 1%);
  width: calc(80vw);
}

.padding-neg-top-vh-80 {
  padding-top: -80vh !important;
}

.padding-neg-bottom-vh-80 {
  padding-bottom: -80vh !important;
}

.padding-pos-top-vh-80 {
  padding-top: 80vh !important;
}

.padding-pos-bottom-vh-80 {
  padding-bottom: 80vh !important;
}

.margin-neg-top-vh-80 {
  margin-top: -80vh !important;
}

.margin-neg-bottom-vh-80 {
  margin-bottom: -80vh !important;
}

.margin-pos-top-vh-80 {
  margin-top: 80vh !important;
}

.margin-pos-bottom-vh-80 {
  margin-bottom: 80vh !important;
}

.padding-neg-top-80 {
  padding-top: -800px !important;
}

.padding-neg-bottom-80 {
  padding-bottom: -800px !important;
}

.padding-pos-top-80 {
  padding-top: 800px !important;
}

.padding-pos-bottom-80 {
  padding-bottom: 800px !important;
}

.margin-neg-top-80 {
  margin-top: -800px !important;
}

.margin-neg-bottom-80 {
  margin-bottom: -800px !important;
}

.margin-pos-top-80 {
  margin-top: 800px !important;
}

.margin-pos-bottom-80 {
  margin-bottom: 800px !important;
}

.min-height-90p {
  min-height: calc(90 * 1%);
}

.min-height-90vh {
  min-height: calc(90 * 1%);
  min-height: calc(90vh);
}

.height-90p {
  height: calc(90 * 1%);
}

.height-90vh {
  height: calc(90 * 1%);
  height: calc(90vh);
}

.min-width-90p {
  min-width: calc(90 * 1%);
}

.min-width-90vh {
  min-width: calc(90 * 1%);
  min-width: calc(90vw);
}

.width-90p {
  width: calc(90 * 1%);
}

.width-90vh {
  width: calc(90 * 1%);
  width: calc(90vw);
}

.padding-neg-top-vh-90 {
  padding-top: -90vh !important;
}

.padding-neg-bottom-vh-90 {
  padding-bottom: -90vh !important;
}

.padding-pos-top-vh-90 {
  padding-top: 90vh !important;
}

.padding-pos-bottom-vh-90 {
  padding-bottom: 90vh !important;
}

.margin-neg-top-vh-90 {
  margin-top: -90vh !important;
}

.margin-neg-bottom-vh-90 {
  margin-bottom: -90vh !important;
}

.margin-pos-top-vh-90 {
  margin-top: 90vh !important;
}

.margin-pos-bottom-vh-90 {
  margin-bottom: 90vh !important;
}

.padding-neg-top-90 {
  padding-top: -900px !important;
}

.padding-neg-bottom-90 {
  padding-bottom: -900px !important;
}

.padding-pos-top-90 {
  padding-top: 900px !important;
}

.padding-pos-bottom-90 {
  padding-bottom: 900px !important;
}

.margin-neg-top-90 {
  margin-top: -900px !important;
}

.margin-neg-bottom-90 {
  margin-bottom: -900px !important;
}

.margin-pos-top-90 {
  margin-top: 900px !important;
}

.margin-pos-bottom-90 {
  margin-bottom: 900px !important;
}

.min-height-100p {
  min-height: calc(100 * 1%);
}

.min-height-100vh {
  min-height: calc(100 * 1%);
  min-height: calc(100vh);
}

.height-100p {
  height: calc(100 * 1%);
}

.height-100vh {
  height: calc(100 * 1%);
  height: calc(100vh);
}

.min-width-100p {
  min-width: calc(100 * 1%);
}

.min-width-100vh {
  min-width: calc(100 * 1%);
  min-width: calc(100vw);
}

.width-100p {
  width: calc(100 * 1%);
}

.width-100vh {
  width: calc(100 * 1%);
  width: calc(100vw);
}

.padding-neg-top-vh-100 {
  padding-top: -100vh !important;
}

.padding-neg-bottom-vh-100 {
  padding-bottom: -100vh !important;
}

.padding-pos-top-vh-100 {
  padding-top: 100vh !important;
}

.padding-pos-bottom-vh-100 {
  padding-bottom: 100vh !important;
}

.margin-neg-top-vh-100 {
  margin-top: -100vh !important;
}

.margin-neg-bottom-vh-100 {
  margin-bottom: -100vh !important;
}

.margin-pos-top-vh-100 {
  margin-top: 100vh !important;
}

.margin-pos-bottom-vh-100 {
  margin-bottom: 100vh !important;
}

.padding-neg-top-100 {
  padding-top: -1000px !important;
}

.padding-neg-bottom-100 {
  padding-bottom: -1000px !important;
}

.padding-pos-top-100 {
  padding-top: 1000px !important;
}

.padding-pos-bottom-100 {
  padding-bottom: 1000px !important;
}

.margin-neg-top-100 {
  margin-top: -1000px !important;
}

.margin-neg-bottom-100 {
  margin-bottom: -1000px !important;
}

.margin-pos-top-100 {
  margin-top: 1000px !important;
}

.margin-pos-bottom-100 {
  margin-bottom: 1000px !important;
}

.z-index-0 {
  z-index: 0;
}

.z-index-1 {
  z-index: 1;
}

.z-index-2 {
  z-index: 2;
}

.z-index-3 {
  z-index: 3;
}

.z-index-4 {
  z-index: 4;
}

.z-index-5 {
  z-index: 5;
}

.z-index-6 {
  z-index: 6;
}

.z-index-7 {
  z-index: 7;
}

.z-index-8 {
  z-index: 8;
}

.z-index-9 {
  z-index: 9;
}

.z-index-10 {
  z-index: 10;
}

.z-index-11 {
  z-index: 11;
}

.z-index-12 {
  z-index: 12;
}

.z-index-13 {
  z-index: 13;
}

.z-index-14 {
  z-index: 14;
}

.z-index-15 {
  z-index: 15;
}

.z-index-16 {
  z-index: 16;
}

.z-index-17 {
  z-index: 17;
}

.z-index-18 {
  z-index: 18;
}

.z-index-19 {
  z-index: 19;
}

.z-index-20 {
  z-index: 20;
}

.z-index-21 {
  z-index: 21;
}

.z-index-22 {
  z-index: 22;
}

.z-index-23 {
  z-index: 23;
}

.z-index-24 {
  z-index: 24;
}

.z-index-25 {
  z-index: 25;
}

.z-index-26 {
  z-index: 26;
}

.z-index-27 {
  z-index: 27;
}

.z-index-28 {
  z-index: 28;
}

.z-index-29 {
  z-index: 29;
}

.z-index-30 {
  z-index: 30;
}

.z-index-31 {
  z-index: 31;
}

.z-index-32 {
  z-index: 32;
}

.z-index-33 {
  z-index: 33;
}

.z-index-34 {
  z-index: 34;
}

.z-index-35 {
  z-index: 35;
}

.z-index-36 {
  z-index: 36;
}

.z-index-37 {
  z-index: 37;
}

.z-index-38 {
  z-index: 38;
}

.z-index-39 {
  z-index: 39;
}

.z-index-40 {
  z-index: 40;
}

.z-index-41 {
  z-index: 41;
}

.z-index-42 {
  z-index: 42;
}

.z-index-43 {
  z-index: 43;
}

.z-index-44 {
  z-index: 44;
}

.z-index-45 {
  z-index: 45;
}

.z-index-46 {
  z-index: 46;
}

.z-index-47 {
  z-index: 47;
}

.z-index-48 {
  z-index: 48;
}

.z-index-49 {
  z-index: 49;
}

.z-index-50 {
  z-index: 50;
}

.hidden {
  display: none !important;
}

.dom-hidden {
  visibility: hidden !important;
  display: none !important;
}

.invisible {
  pointer-events: none !important;
  opacity: 0 !important;
}

.relative {
  position: relative;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.underline {
  text-decoration: underline !important;
}

.no-underline {
  text-decoration: none !important;
}

.script {
  display: none !important;
}

.loading-wave {
  overflow: hidden !important;
  position: relative !important;
  pointer-events: none !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
  background: rgba(255, 255, 255, 0.2) !important;
  color: transparent !important;
  border-radius: 12px !important;
  border: 0 !important;
}
.loading-wave * {
  opacity: 0;
}
.loading-wave::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.04);
  height: 100%;
  width: 100%;
  z-index: 9;
  opacity: 1 !important;
}
.loading-wave::before {
  height: 100% !important;
  content: " " !important;
  position: absolute !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  width: 500% !important;
  margin-left: -250%;
  z-index: 10;
  -webkit-animation: loading-wave 0.5s linear infinite;
          animation: loading-wave 0.5s linear infinite;
  background: -webkit-gradient(linear, left top, right top, color-stop(46%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.05)), color-stop(54%, rgba(0, 0, 0, 0))) 50% 50% !important;
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 46%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0) 54%) 50% 50% !important;
  opacity: 1 !important;
}

@-webkit-keyframes loading-wave {
  0% {
    -webkit-transform: translate3d(-30%, 0, 0);
            transform: translate3d(-30%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(30%, 0, 0);
            transform: translate3d(30%, 0, 0);
  }
}

@keyframes loading-wave {
  0% {
    -webkit-transform: translate3d(-30%, 0, 0);
            transform: translate3d(-30%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(30%, 0, 0);
            transform: translate3d(30%, 0, 0);
  }
}
/**
 * Style
 */
.input-wrapper {
  position: relative;
  font-family: "Poppins", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-display: swap;
  line-height: 26px;
  line-height: 1.625rem;
  font-size: 17.5px;
  font-size: 1.09375rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 1;
  -webkit-transition: opacity 400ms cubic-bezier(0, 0, 0, 1);
  transition: opacity 400ms cubic-bezier(0, 0, 0, 1);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  max-width: 100%;
  margin-bottom: 10px;
  letter-spacing: 0em;
}
.input-wrapper .input-wrapper {
  width: 100%;
  border: 0;
}
.input-wrapper .input-wrapper .input-wrap {
  border: 0;
}
.input-wrapper input[type]:not([type=checkbox]):not([type=radio]):not([type=file]),
.input-wrapper textarea {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 0;
  margin: 0;
  padding: 0;
  background-color: transparent;
  display: block;
  outline: 0;
  font-weight: 400;
  font-size: 17.5;
  color: var(--textColor);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.input-wrapper input[type]:not([type=checkbox]):not([type=radio]):not([type=file])::-webkit-inner-spin-button, .input-wrapper input[type]:not([type=checkbox]):not([type=radio]):not([type=file])::-webkit-outer-spin-button,
.input-wrapper textarea::-webkit-inner-spin-button,
.input-wrapper textarea::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
}
.input-wrapper input[type]:not([type=checkbox]):not([type=radio]):not([type=file]), .input-wrapper input[type]:not([type=checkbox]):not([type=radio]):not([type=file]):focus, .input-wrapper input[type]:not([type=checkbox]):not([type=radio]):not([type=file]):focus-within, .input-wrapper input[type]:not([type=checkbox]):not([type=radio]):not([type=file]):hover, .input-wrapper input[type]:not([type=checkbox]):not([type=radio]):not([type=file]):active,
.input-wrapper textarea,
.input-wrapper textarea:focus,
.input-wrapper textarea:focus-within,
.input-wrapper textarea:hover,
.input-wrapper textarea:active {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  outline-color: var(--inputBackground);
}
.input-wrapper input[type]:not([type=checkbox]):not([type=radio]):not([type=file])[type=number],
.input-wrapper textarea[type=number] {
  -moz-appearance: textfield;
}
.input-wrapper .input-wrap:focus-within {
  border-color: var(--black);
}
.input-wrapper .input-wrap {
  border-radius: 8px;
}
.input-wrapper.input-loading, .input-wrapper .input-loading {
  opacity: 0 !important;
}
.input-wrapper.input-hidden, .input-wrapper .input-hidden {
  display: none !important;
}
.input-wrapper.input-select {
  min-width: 120px;
}
.input-wrapper.input-checkbox > label:not([toggler]), .input-wrapper.input-radio > label:not([toggler]) {
  display: inline-block;
  position: relative;
  width: auto;
  left: 0px;
  top: -2px;
  cursor: pointer;
  font-weight: 500;
  padding-bottom: 0px;
  margin-bottom: 0px;
  text-transform: none;
}
.input-wrapper.input-checkbox label:not([toggler]) {
  width: calc(100% - 41px);
}
.input-wrapper.input-radio label:not([toggler]) {
  width: auto;
}
.input-wrapper .input-wrap {
  margin: 0;
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 5px 5px 14px rgba(0, 0, 0, 0.07);
          box-shadow: 5px 5px 14px rgba(0, 0, 0, 0.07);
  border: 0px solid var(--darkgrey);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  font-family: "Poppins", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-display: swap;
  line-height: 26px;
  line-height: 1.625rem;
  font-size: 17.5px;
  font-size: 1.09375rem;
  padding: 0px 0px;
  background-color: var(--white);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.input-wrapper .input-wrap ::-webkit-scrollbar {
  width: 0.4rem;
  height: 0.4rem;
}
.input-wrapper .input-wrap ::-webkit-scrollbar-thumb {
  background: var(--purple);
}
.input-wrapper .input-wrap ::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05);
}
.input-wrapper .input-wrap body {
  scrollbar-face-color: var(--purple);
  scrollbar-track-color: rgba(0, 0, 0, 0.05);
}
.input-wrapper .input-wrap[type=select]:after {
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  right: 20px;
  bottom: 20px;
}
.input-wrapper .input-wrap:hover {
  background-color: var(--white);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.input-wrapper .input-wrap[type=textarea] {
  padding: 0;
}
.input-wrapper .input-wrap i, .input-wrapper .input-wrap svg {
  font-size: 19.5px;
}
.input-wrapper .input-wrap input[type]:not([type=checkbox]):not([type=radio]):not([type=file]) {
  height: 72px;
  padding: 15px;
  width: 100%;
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
  font-family: "Poppins", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-display: swap;
  line-height: 26px;
  line-height: 1.625rem;
  font-size: 17.5px;
  font-size: 1.09375rem;
  text-align: left;
}
.input-wrapper .input-wrap textarea {
  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  max-height: 480px;
  height: 100%;
  min-height: 100px;
  display: block;
  font-family: "Poppins", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-display: swap;
  line-height: 26px;
  line-height: 1.625rem;
  font-size: 17.5px;
  font-size: 1.09375rem;
  text-align: left;
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}
.input-wrapper .input-wrap[type=checkbox] {
  width: auto;
  float: left;
  border: 0;
  background: none;
  background-color: none;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.input-wrapper .input-wrap[type=checkbox] input {
  visibility: hidden;
  width: calc(24px + 10px);
  height: 24px;
  position: relative;
}
.input-wrapper .input-wrap[type=checkbox] input:checked + [toggler]:after {
  opacity: 1;
  border-color: var(--white);
}
.input-wrapper .input-wrap[type=checkbox] input:checked + [toggler] {
  background-color: var(--black);
  border: 1px solid var(--black);
}
.input-wrapper .input-wrap[type=checkbox] input:disabled + [toggler], .input-wrapper .input-wrap[type=checkbox] input:disabled ~ label {
  opacity: 0.45;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.input-wrapper .input-wrap[type=checkbox] [toggler] {
  width: 24px;
  height: 24px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
  border-radius: 4px;
  border: 1px solid var(--text);
}
.input-wrapper .input-wrap[type=checkbox] [toggler]:after {
  content: "";
  width: 10px;
  height: 4px;
  position: absolute;
  top: 6px;
  left: 4px;
  border: 3px solid var(--text);
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.input-wrapper .input-wrap[type=checkbox] [toggler]:hover {
  background: rgba(0, 0, 0, 0.05);
}
.input-wrapper .input-wrap[type=checkbox] [toggler]:before {
  content: none !important;
}
.input-wrapper .input-wrap[type=radio] {
  width: auto;
  float: left;
  border: 0;
  background: none;
  background-color: none;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.input-wrapper .input-wrap[type=radio] input {
  visibility: hidden;
  width: calc(24px + 12px);
  height: 24px;
  position: relative;
}
.input-wrapper .input-wrap[type=radio] input:checked + [toggler]:after {
  opacity: 1;
  border-color: var(--white);
}
.input-wrapper .input-wrap[type=radio] input:checked + [toggler] {
  background-color: var(--black);
  border: 1px solid rgba(0, 0, 0, 0);
}
.input-wrapper .input-wrap[type=radio] input:disabled + [toggler], .input-wrapper .input-wrap[type=radio] input:disabled ~ label {
  opacity: 0.45;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.input-wrapper .input-wrap[type=radio] [toggler] {
  width: 24px;
  height: 24px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
  border-radius: 500px;
  border: 1px solid var(--text);
}
.input-wrapper .input-wrap[type=radio] [toggler]:after {
  content: "";
  width: 10px;
  height: 4px;
  position: absolute;
  top: 5px;
  left: 4px;
  border: 3px solid var(--text);
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.input-wrapper .input-wrap[type=radio] [toggler]:hover {
  background: rgba(0, 0, 0, 0.05);
}
.input-wrapper .input-wrap[type=radio] [toggler]:before {
  content: none !important;
}
.input-wrapper .input-wrap[type=select] [select-header] {
  height: 72px;
}
.input-wrapper .input-wrap[type=select][active] [input-icon] {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.input-wrapper .input-wrap[type=file] input {
  display: none;
}
.input-wrapper .input-wrap[type=file] [toggler] {
  padding: 15px 30px;
}
.input-wrapper .input-wrap[type=file] [toggler] [small-text] {
  opacity: 0.8;
  font-weight: 500;
  padding-left: 4px;
  display: inline-block;
}
.input-wrapper .input-wrap[type=file] [input-icon] .icon-default {
  width: 95%;
}
.input-wrapper .input-wrap [select-header] {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  font-weight: 400;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-transform: initial;
  padding-right: 15px;
  padding-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.input-wrapper .input-wrap [select-list] {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1000;
  overflow: hidden;
  border-radius: 8px;
  background-color: var(--white);
  -webkit-box-shadow: 5px 5px 14px rgba(0, 0, 0, 0.07);
          box-shadow: 5px 5px 14px rgba(0, 0, 0, 0.07);
  border: 0px solid var(--text);
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 0px;
  max-width: 100vh;
  min-width: 140px;
  -webkit-transition: opacity 300ms cubic-bezier(0, 0, 0, 1), max-height 100ms cubic-bezier(0, 0, 0, 1), -webkit-transform 200ms cubic-bezier(0, 0, 0, 1);
  transition: opacity 300ms cubic-bezier(0, 0, 0, 1), max-height 100ms cubic-bezier(0, 0, 0, 1), -webkit-transform 200ms cubic-bezier(0, 0, 0, 1);
  transition: opacity 300ms cubic-bezier(0, 0, 0, 1), transform 200ms cubic-bezier(0, 0, 0, 1), max-height 100ms cubic-bezier(0, 0, 0, 1);
  transition: opacity 300ms cubic-bezier(0, 0, 0, 1), transform 200ms cubic-bezier(0, 0, 0, 1), max-height 100ms cubic-bezier(0, 0, 0, 1), -webkit-transform 200ms cubic-bezier(0, 0, 0, 1);
  pointer-events: none;
  opacity: 0;
}
.input-wrapper .input-wrap [select-list] > * {
  -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
          transform: translateY(-20px);
}
.input-wrapper .input-wrap [select-list][active] {
  opacity: 1;
  pointer-events: auto;
  max-height: 310.3px;
}
.input-wrapper .input-wrap [select-list][active] > * {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}
.input-wrapper .input-wrap [select-list] [select-option].select-hidden {
  opacity: 0;
}
.input-wrapper .input-wrap [select-list] [select-option] {
  padding: 15px 0px;
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-transform: initial;
  -webkit-transition: opacity 800ms cubic-bezier(0, 0, 0, 1), -webkit-transform 600ms cubic-bezier(0, 0, 0, 1);
  transition: opacity 800ms cubic-bezier(0, 0, 0, 1), -webkit-transform 600ms cubic-bezier(0, 0, 0, 1);
  transition: opacity 800ms cubic-bezier(0, 0, 0, 1), transform 600ms cubic-bezier(0, 0, 0, 1);
  transition: opacity 800ms cubic-bezier(0, 0, 0, 1), transform 600ms cubic-bezier(0, 0, 0, 1), -webkit-transform 600ms cubic-bezier(0, 0, 0, 1);
  color: var(--text);
}
.input-wrapper .input-wrap [select-list] [select-option] i, .input-wrapper .input-wrap [select-list] [select-option] svg {
  top: 13px;
  width: 60px;
  height: 24px;
  position: absolute;
}
.input-wrapper .input-wrap [select-list] [select-option] i[active-icon], .input-wrapper .input-wrap [select-list] [select-option] svg[active-icon] {
  color: var(--purple);
  display: none;
}
.input-wrapper .input-wrap [select-list] [select-option] span {
  display: inline-block;
  padding-left: 54px;
  width: calc(100% - 54px);
}
.input-wrapper .input-wrap [select-list] [select-option]:hover {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
  background-color: var(--white);
  color: var(--purple);
}
.input-wrapper .input-wrap [select-list] [select-option]:active {
  -webkit-transform: scale(1.01);
      -ms-transform: scale(1.01);
          transform: scale(1.01);
  background-color: var(--white);
  color: var(--purple);
}
.input-wrapper .input-wrap [select-list] [select-option][active] {
  background-color: var(--white);
  color: var(--purple);
  -webkit-transform: scale(1.01);
      -ms-transform: scale(1.01);
          transform: scale(1.01);
}
.input-wrapper .input-wrap [select-list] [select-option][active] i[active-icon], .input-wrapper .input-wrap [select-list] [select-option][active] svg[active-icon] {
  display: inline-block;
}
.input-wrapper .input-wrap [select-list] [select-option][active] i[normal-icon], .input-wrapper .input-wrap [select-list] [select-option][active] svg[normal-icon] {
  display: none;
}
.input-wrapper .input-wrap [select-list] [select-option][active] span {
  font-weight: 700;
}
.input-wrapper .input-wrap[error] {
  border: 2px solid var(--red);
}
.input-wrapper .input-wrap[warning] {
  border: 2px solid var(--yellow);
}
.input-wrapper .input-wrap[success] {
  border: 2px solid var(--green);
}
.input-wrapper[error] {
  color: var(--error);
}
.input-wrapper[warning] {
  color: var(--warning);
}
.input-wrapper[success] {
  color: var(--success);
}
.input-wrapper [input-icon] {
  width: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: auto;
  background-color: transparent;
  border: 0;
  outline: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  text-align: center;
  bottom: 0;
  top: 0;
  position: absolute;
}
.input-wrapper [input-icon] i, .input-wrapper [input-icon] svg {
  width: 100%;
}
.input-wrapper [input-icon], .input-wrapper [input-icon][align=left] {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.input-wrapper [input-icon][align=left] {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  left: 10px;
}
.input-wrapper [input-icon][align=right] {
  -webkit-box-ordinal-group: 16;
      -ms-flex-order: 15;
          order: 15;
  right: 10px;
}
.input-wrapper [input-controls] {
  width: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: auto;
}
.input-wrapper [input-controls], .input-wrapper [input-controls][align=left] {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
.input-wrapper [input-controls][align=right] {
  -webkit-box-ordinal-group: 16;
      -ms-flex-order: 15;
          order: 15;
}
.input-wrapper [input-controls] [input-control] {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 20;
  cursor: pointer;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0.5;
}
.input-wrapper [input-controls] [input-control] i, .input-wrapper [input-controls] [input-control] svg {
  position: relative;
  pointer-events: none;
}
.input-wrapper [input-controls] [input-control] svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 12.5px;
  height: 100%;
}
.input-wrapper [input-controls] [input-control]:hover i, .input-wrapper [input-controls] [input-control]:hover svg {
  opacity: 0.8;
}
.input-wrapper [input-controls] [input-control]:active i, .input-wrapper [input-controls] [input-control]:active svg {
  opacity: 0.65;
}
.input-wrapper [interactive] {
  pointer-events: auto !important;
  cursor: pointer !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}
.input-wrapper [interactive]:hover {
  color: var(--inputHover);
}
.input-wrapper [interactive]:active {
  color: var(--inputHover);
  opacity: 0.6;
}
.input-wrapper [bold] {
  font-weight: 700;
}

label:not([ignore]) {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 500;
  padding-bottom: 8px;
  width: 100%;
  display: inline-block;
  position: relative;
  opacity: 1;
  -webkit-transition: opacity 500ms cubic-bezier(0, 0, 0, 1);
  transition: opacity 500ms cubic-bezier(0, 0, 0, 1);
}
label:not([ignore]) .required {
  color: var(--red);
  font-weight: 400;
  padding-left: 3px;
  position: relative;
  text-decoration: none;
}
label:not([ignore])[error] {
  color: var(--error);
}
label:not([ignore])[warning] {
  color: var(--warning);
}
label:not([ignore])[success] {
  color: var(--success);
}
label:not([ignore]) .input-tooltip {
  display: inline-block;
  padding-left: 5px;
  font-weight: 500;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: hidden;
  width: 20px;
  height: 22px;
  overflow: hidden;
  font-size: inherit;
}
label:not([ignore]) .input-tooltip .tooltip-icon {
  top: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: inherit;
}
label:not([ignore]) .input-tooltip .tooltip-content {
  opacity: 0;
  top: 30px;
  display: inline-block;
  position: absolute;
  background-color: var(--text);
  color: var(--white);
  border: 0;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
  height: auto;
  padding: 0 20px;
  margin: 0;
  z-index: 15;
  -webkit-box-shadow: 5px 5px 14px rgba(0, 0, 0, 0.07);
          box-shadow: 5px 5px 14px rgba(0, 0, 0, 0.07);
  pointer-events: none;
  font-size: 15px;
  -webkit-transition: opacity 800ms cubic-bezier(0, 0, 0, 1), -webkit-transform 600ms cubic-bezier(0, 0, 0, 1);
  transition: opacity 800ms cubic-bezier(0, 0, 0, 1), -webkit-transform 600ms cubic-bezier(0, 0, 0, 1);
  transition: opacity 800ms cubic-bezier(0, 0, 0, 1), transform 600ms cubic-bezier(0, 0, 0, 1);
  transition: opacity 800ms cubic-bezier(0, 0, 0, 1), transform 600ms cubic-bezier(0, 0, 0, 1), -webkit-transform 600ms cubic-bezier(0, 0, 0, 1);
}
label:not([ignore]) .input-tooltip:hover, label:not([ignore]) .input-tooltip:focus {
  width: auto;
  top: auto;
  position: static;
  overflow: initial;
}
label:not([ignore]) .input-tooltip:hover .tooltip-content, label:not([ignore]) .input-tooltip:focus .tooltip-content {
  opacity: 1;
  pointer-events: auto;
}
label:not([ignore]) .input-tooltip:hover .tooltip-icon, label:not([ignore]) .input-tooltip:focus .tooltip-icon {
  color: var(--inputHover);
  top: -2px;
}

[notification] {
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  text-align: left;
  position: relative;
  margin-bottom: 20px;
  border-radius: 6px;
  padding: 30px;
}
[notification][type=success] {
  background-color: var(--lightgreen);
}
[notification][type=success] .type-icon {
  color: var(--green);
}
[notification][type=warning] {
  background-color: var(--yellow);
}
[notification][type=warning] .type-icon {
  color: var(--darkyellow);
}
[notification][type=error] {
  background-color: var(--lightred);
}
[notification][type=error] .type-icon {
  color: var(--red);
}
[notification][type=standard] {
  background-color: var(--lightgrey);
  border-color: var(--lightgrey);
  color: var(--text);
}
[notification][type=standard] .title {
  color: inherit;
}
[notification][type=standard] .type-icon, [notification][type=standard] .type-icon i, [notification][type=standard] .type-icon svg {
  color: var(--text);
}
[notification][type=standard] .close, [notification][type=standard] .close i, [notification][type=standard] .close svg {
  color: var(--text);
}
[notification][type=standard] .body, [notification][type=standard] .body * {
  color: var(--text);
}
[notification] i, [notification] svg {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
[notification] .type-icon {
  font-size: 30px;
  position: absolute;
  left: 0;
  font-size: 30px;
}
[notification] .title {
  font-family: "Poppins", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-display: swap;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-left: 120px;
  padding-right: 60px;
  padding-bottom: 0;
  margin-bottom: 0;
}
[notification] .close {
  float: right;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  padding: 5px;
  right: -5px;
  top: 2.5px;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
[notification] .close i, [notification] .close svg {
  font-size: 28px;
}
[notification] .close:hover {
  opacity: 0.85;
}
[notification] .close:active {
  opacity: 0.6;
}
[notification] .header {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
[notification] .body {
  width: 100%;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-display: swap;
}
[notification] .body p {
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
}
[notification] .body p:empty {
  display: none;
}
[notification] .body p:first-child {
  margin-top: 10px;
}
[notification].bullet-list .body p:not(:empty) {
  margin-left: 15px;
  margin-top: 5px;
  margin-bottom: 5px;
}
[notification].bullet-list .body p:not(:empty):before {
  position: absolute;
  display: inline-block;
  content: "• ";
  margin-left: -15px;
  font-weight: 500;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.slick-list {
  height: 100% !important;
  position: relative;
  overflow: hidden;
}
.slick-list .slick-track {
  height: 100%;
  overflow: hidden;
}
.slick-list .slick-track .slick-slide {
  height: 100%;
  overflow: hidden;
  outline: none;
}
.slick-list .slick-track .slick-slide > div {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.slick-list .slick-track .slick-slide > div > .slide {
  height: 100%;
  overflow: hidden;
  width: 100%;
  display: none;
}

/*
 *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  * 
 * SETTINGS
 *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  * 
*/
body {
  --header-height: 110px;
  --header-background: var(--white);
  --header-shadow: 0px 0px 35px -10px rgba(0, 0, 0, 0.0);
  --shadow-height-desktop: var(--header-height);
  --header-color: var(--text);
  --header-color-hover: var(--text);
  --header-color-active: var(--text);
}
body header #header-row [top-menu]:after {
  background-color: var(--black);
  opacity: 0.15;
}
body.transparent-header {
  --header-background: transparent;
}
body.bump-header {
  --shadow-height: var(--header-height);
}
body[search-active] header #header-row [header-button][toggle-cart] [basket-items] {
  background-color: var(--white);
  color: var(--purple);
}
body[search-active] header #header-row [header-button][toggle-cart] [basket-items]:after {
  color: var(--purple);
}
body[search-active] {
  --header-background: var(--purple) !important;
  --header-shadow: 0px 0px 35px -10px rgba(0, 0, 0, 0.0) !important;
}
@media screen and (min-width: 0px) and (max-width: 766px) {
  body {
    --header-height: 90px;
  }
}

body:not(.scroll-top) {
  --header-height: 90px;
  --header-background: var(--white);
  --header-shadow: 0px 0px 55px 0px rgba(0, 0, 0, 0.2);
}

body.scroll-down {
  --header-height: 90px;
  --header-background: var(--white);
}

main[menu-active],
body[search-active] main {
  -webkit-filter: blur(1.5px);
          filter: blur(1.5px);
}
@media (max-width: 766px) {
  main[menu-active],
  body[search-active] main {
    -webkit-filter: none;
            filter: none;
  }
}

#shadow-row {
  position: relative;
  width: 100%;
  height: var(--shadow-height);
  -webkit-transition: all 0ms cubic-bezier(0, 0, 0, 1);
  transition: all 0ms cubic-bezier(0, 0, 0, 1);
}

#header-row, #menu-row, header {
  -webkit-transition: all 600ms cubic-bezier(0, 0, 0, 1);
  transition: all 600ms cubic-bezier(0, 0, 0, 1);
}

[menu][active] + #header-row {
  --header-background: var(--white);
}

header.mobile {
  width: 100%;
  position: relative;
  z-index: 9999999999;
  color: var(--header-color);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
header.mobile a {
  color: var(--header-color);
  text-decoration: none;
  -webkit-transition: all 500ms cubic-bezier(0, 0, 0, 1);
  transition: all 500ms cubic-bezier(0, 0, 0, 1);
}
header.mobile a:hover {
  color: var(--header-color-hover);
  text-decoration: none;
  -webkit-transition: all 500ms cubic-bezier(0, 0, 0, 1);
  transition: all 500ms cubic-bezier(0, 0, 0, 1);
}
header.mobile #header-row {
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(15px);
  position: fixed;
  left: 0;
  top: 0;
  margin: 0;
  z-index: 110;
  max-width: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 0;
  height: var(--header-height);
  -webkit-box-shadow: var(--header-shadow);
          box-shadow: var(--header-shadow);
}
header.mobile #header-row [top-menu] {
  padding-bottom: 0px;
  -webkit-box-flex: 2;
      -ms-flex: 2 2 auto;
          flex: 2 2 auto;
}
header.mobile #header-row [top-menu]:after {
  content: "";
  height: 25px;
  width: 3px;
  border-radius: 1000px;
  background-color: var(--white);
  opacity: 0.3;
  display: inline-block;
  margin-left: 60px;
  margin-right: 30px;
}
header.mobile #header-row [top-menu] > * {
  padding-bottom: 0px;
  color: inherit;
}
header.mobile #header-row [top-menu] > *:first-child {
  padding-left: 0px;
}
header.mobile #header-row [top-menu] > *:last-child {
  padding-right: 0px;
}
header.mobile #header-row [top-menu] a {
  text-decoration: none;
  color: var(--header-color);
}
header.mobile #header-row [top-menu] a:hover {
  text-decoration: underline;
}
@media (max-width: 1024px) {
  header.mobile #header-row [top-menu] {
    display: none;
  }
}
header.mobile #header-row .logo a {
  display: inline-block;
}
@media (max-width: 766px) {
  header.mobile #header-row .logo a {
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
  }
}
@media (max-width: 576px) {
  header.mobile #header-row .logo a {
    padding-left: 0;
  }
  header.mobile #header-row .logo a img {
    min-width: auto !important;
  }
}
header.mobile #header-row .logo a:hover {
  opacity: 0.8;
}
header.mobile #header-row .logo a:active {
  opacity: 0.7;
}
header.mobile #header-row .logo.logo-desktop img {
  width: 140px;
  min-width: 140px;
  max-width: 140px;
  height: auto;
  position: relative;
  top: 3px;
  width: 100%;
}
header.mobile #header-row .logo.logo-mobile img {
  width: 100%;
  min-width: 120px;
  max-width: 140px;
  height: auto;
  position: relative;
  top: 5px;
}
header.mobile #header-row [header-button] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  color: var(--header-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
header.mobile #header-row [header-button]:not([search-toggle]) {
  margin-left: 15px;
}
header.mobile #header-row [header-button]:not([toggle-cart]) {
  width: 92px;
}
header.mobile #header-row [header-button]:hover {
  opacity: 0.7;
}
@media (max-width: 766px) {
  header.mobile #header-row [header-button] {
    padding: 0;
    width: auto;
    margin-left: 0px;
  }
  header.mobile #header-row [header-button]:not([toggle-cart]) {
    width: auto;
  }
}
header.mobile #header-row [header-button] span {
  top: 0px;
  position: relative;
  text-transform: uppercase;
  font-weight: 500;
  color: inherit;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (max-width: 766px) {
  header.mobile #header-row [header-button] span:first-child {
    display: none;
  }
}
header.mobile #header-row [header-button] svg, header.mobile #header-row [header-button] i {
  font-size: 28px;
  top: 0px;
  position: relative;
  margin-left: 15px;
  color: inherit;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (max-width: 766px) {
  header.mobile #header-row [header-button] svg, header.mobile #header-row [header-button] i {
    margin-left: auto;
  }
}
header.mobile #header-row [header-button]:hover {
  background-color: transparent;
}
header.mobile #header-row [header-button][toggle-cart] {
  position: relative;
  text-align: center;
  position: relative;
  display: block;
  margin-left: 30px;
}
header.mobile #header-row [header-button][toggle-cart].basket-update [basket-items] {
  -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
          transform: scale(0.7);
}
header.mobile #header-row [header-button][toggle-cart].basket-update [basket-items]:after {
  color: var(--purple);
}
header.mobile #header-row [header-button][toggle-cart] [basket-items] {
  pointer-events: auto !important;
  position: absolute;
  left: 40px;
  top: -18px;
  display: block;
  text-align: center;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  background-color: var(--purple);
  border: 4px solid var(--header-background);
  -webkit-transition: opacity 500ms cubic-bezier(0, 0, 0, 1), -webkit-transform 500ms cubic-bezier(0, 0, 0, 1);
  transition: opacity 500ms cubic-bezier(0, 0, 0, 1), -webkit-transform 500ms cubic-bezier(0, 0, 0, 1);
  transition: opacity 500ms cubic-bezier(0, 0, 0, 1), transform 500ms cubic-bezier(0, 0, 0, 1);
  transition: opacity 500ms cubic-bezier(0, 0, 0, 1), transform 500ms cubic-bezier(0, 0, 0, 1), -webkit-transform 500ms cubic-bezier(0, 0, 0, 1);
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  will-change: transform;
  opacity: 1;
  z-index: 99;
}
@media (max-width: 766px) {
  header.mobile #header-row [header-button][toggle-cart] [basket-items] {
    left: 20px;
    top: -18px;
  }
}
@media (max-width: 576px) {
  header.mobile #header-row [header-button][toggle-cart] [basket-items] {
    left: 15px;
    width: 24px;
    height: 24px;
  }
}
header.mobile #header-row [header-button][toggle-cart] [basket-items]:after {
  content: attr(basket-items);
  position: absolute;
  left: 0px;
  top: -1px;
  display: block;
  font-size: 90%;
  text-align: center;
  font-weight: 500;
  width: inherit;
  height: inherit;
  opacity: 1;
  will-change: opacity;
  color: var(--white);
  -webkit-transition: color 500ms cubic-bezier(0, 0, 0, 1), opacity 500ms cubic-bezier(0, 0, 0, 1), -webkit-transform 500ms cubic-bezier(0, 0, 0, 1);
  transition: color 500ms cubic-bezier(0, 0, 0, 1), opacity 500ms cubic-bezier(0, 0, 0, 1), -webkit-transform 500ms cubic-bezier(0, 0, 0, 1);
  transition: color 500ms cubic-bezier(0, 0, 0, 1), opacity 500ms cubic-bezier(0, 0, 0, 1), transform 500ms cubic-bezier(0, 0, 0, 1);
  transition: color 500ms cubic-bezier(0, 0, 0, 1), opacity 500ms cubic-bezier(0, 0, 0, 1), transform 500ms cubic-bezier(0, 0, 0, 1), -webkit-transform 500ms cubic-bezier(0, 0, 0, 1);
}

header #search-row {
  --offset-menu: var(--header-height);
  --height-menu: calc(100vh - (var(--offset-menu) + 85px));
  -webkit-transition: all 500ms cubic-bezier(0, 0, 0, 1);
  transition: all 500ms cubic-bezier(0, 0, 0, 1);
  height: var(--height-menu);
  top: var(--offset-menu);
  margin-top: -1.5px;
}
@media (max-width: 766px) {
  header #search-row {
    top: 80px;
  }
}
header #search-row:not([active]) {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0;
  -webkit-transform: translateY(-30px);
      -ms-transform: translateY(-30px);
          transform: translateY(-30px);
}
header #search-row {
  width: 100%;
  position: fixed;
  right: 0;
  z-index: 100;
}
header #search-row, header #search-row * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
header #search-row .title-wrapper {
  position: absolute;
  width: 100%;
  display: none;
}
header #search-row .title-wrapper .title {
  margin: 0 auto;
}
@media (max-width: 766px) {
  header #search-row .title-wrapper {
    display: none;
  }
}
header #search-row > .full-height {
  max-height: 300px;
  height: calc(100vh - 236px);
}
header #search-row .container {
  height: inherit;
}
@media screen and (max-height: 832px) {
  header #search-row .title-wrapper {
    display: none;
  }
  header #search-row > .full-height {
    height: 160px;
  }
  header #search-row [realtime-search] {
    margin-top: 45px;
  }
  header #search-row [search-results] {
    margin-top: 0px;
    height: calc(100vh - (230px + 75px));
  }
}
@media (max-width: 766px) {
  header #search-row > .full-height {
    height: 120px;
  }
  header #search-row [realtime-search] {
    margin-top: 30px;
  }
}
@media (max-width: 576px) {
  header #search-row > .full-height {
    height: 125px;
  }
  header #search-row [realtime-search] {
    margin-top: 45px;
  }
  header #search-row [search-results] {
    top: 0px;
  }
}
header #search-row .inner-fade {
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100vh;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 1;
  background-color: var(--text);
  opacity: 0.2;
}
header #search-row > div {
  z-index: 2;
  position: relative;
}
header #search-row > div > div {
  background-color: var(--purple);
  color: var(--white);
}

#hero {
  width: 100%;
  min-height: 520px;
  overflow: hidden;
  position: relative;
  margin: 0;
}
@media (max-width: 766px) {
  #hero {
    min-height: 450px;
  }
}
#hero .bg {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 1;
}
#hero .fader {
  z-index: 2;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#hero .hero_content {
  z-index: 5;
  position: relative;
  color: var(--white);
  text-align: left;
}
#hero .hero_content .title {
  text-shadow: var(--text) -shadow;
  margin: 0 0 10px;
  display: block;
  font-weight: 400;
  line-height: 1.2;
  font-size: 50px;
  font-size: 3.125rem;
}
@media (max-width: 766px) {
  #hero .hero_content .title {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}
#hero .hero_content .subtitle {
  text-shadow: var(--text) -shadow;
  font-weight: 400;
  font-size: 25px;
  font-size: 1.5625rem;
}
@media (max-width: 766px) {
  #hero .hero_content .subtitle {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (max-width: 766px) {
  #hero .hero_content .button_group {
    width: 100%;
  }
}
#hero .hero_content .button_group {
  margin-top: 30px;
}
#hero .hero_content .button_group a {
  margin-right: 20px;
}
#hero .hero_content .button_group a:last-child {
  margin-right: 0;
}
@media (max-width: 766px) {
  #hero .hero_content .button_group a {
    margin-right: 0;
    display: block;
    width: 90%;
    margin-bottom: 20px;
  }
}
#hero .hero_content .button_group a span {
  font-size: 18px;
  font-size: 1.125rem;
  margin-right: 30px;
}
@media (max-width: 766px) {
  #hero .hero_content .button_group a span {
    margin-right: 15px;
  }
}

.hero-offset {
  margin-top: calc(30px - 20vh);
}
@media screen and (max-height: 715px) {
  .hero-offset {
    margin-top: -80px;
  }
}
@media (max-width: 576px) {
  .hero-offset {
    margin-top: 0px;
  }
}

@-webkit-keyframes HeroLoaded {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes HeroLoaded {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes HeroLoadedBG {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes HeroLoadedBG {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.hero-overlay {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
  min-width: 768px;
  height: 1px;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  z-index: 9;
  bottom: 350px;
  width: 1789px;
}
@media (min-width: 1790px) {
  .hero-overlay {
    bottom: 495px;
    width: 2560px;
  }
}
@media (min-width: 2561px) {
  .hero-overlay {
    bottom: 700px;
    width: 3840px;
  }
}
@media (max-width: 1023px) {
  .hero-overlay {
    bottom: 185px;
    width: 1023px;
  }
}
@media (max-width: 767px) {
  .hero-overlay {
    bottom: 260px;
    width: 767px;
  }
}
.hero-overlay img {
  height: auto;
  width: 100%;
  display: inline-block;
}
.hero-overlay img.desktop {
  display: none;
}
@media (min-width: 768px) {
  .hero-overlay img.desktop {
    display: block;
  }
}
.hero-overlay img.mobile {
  display: none;
}
@media (max-width: 767px) {
  .hero-overlay img.mobile {
    display: block;
  }
}

.hero-2 {
  width: 100%;
  height: 80vh;
  min-height: 950px;
  max-height: 1080px;
  position: relative;
  margin: 0;
  margin-top: calc(var(--header) * -1);
  z-index: 0;
}
@media (max-width: 766px) {
  .hero-2 {
    height: 60vh;
    min-height: unset;
  }
}
.hero-2 {
  background-color: #29292a;
  -webkit-animation-name: HeroLoaded;
          animation-name: HeroLoaded;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 0, 1);
          animation-timing-function: cubic-bezier(0, 0, 0, 1);
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}
.hero-2 .bg,
.hero-2 .fader,
.hero-2 .fader2 {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 1;
  pointer-events: none;
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}
.hero-2 .bg {
  z-index: 1;
  -webkit-animation-name: HeroLoadedBG;
          animation-name: HeroLoadedBG;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 0, 1);
          animation-timing-function: cubic-bezier(0, 0, 0, 1);
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}
.hero-2 .fader {
  z-index: 2;
  opacity: 0.35;
  background-color: #001E55;
}
.hero-2 .fader2 {
  z-index: 3;
  opacity: 1;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 30, 85, 0.5606617647)), color-stop(50%, rgba(0, 30, 85, 0)), color-stop(65%, rgba(0, 30, 85, 0)), to(rgba(0, 30, 85, 0.4066001401)));
  background: linear-gradient(0deg, rgba(0, 30, 85, 0.5606617647) 0%, rgba(0, 30, 85, 0) 50%, rgba(0, 30, 85, 0) 65%, rgba(0, 30, 85, 0.4066001401) 100%);
}
.hero-2 .hero_content {
  z-index: 50;
  position: relative;
  color: var(--white);
  text-align: left;
}
@media (max-width: 766px) {
  .hero-2 .hero_content {
    margin-top: -20px;
  }
}
.hero-2 .hero_content .title {
  color: var(--white);
  font-weight: 300;
  font-size: 60px;
  font-size: 3.75rem;
  line-height: 70px;
  text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 766px) {
  .hero-2 .hero_content .title {
    font-size: 45px;
    font-size: 2.8125rem;
    line-height: 3.5rem;
    padding-bottom: 0;
  }
}
@media (max-width: 576px) {
  .hero-2 .hero_content .title {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 48px;
  }
}
.hero-2 .hero_content .title strong {
  font-weight: 500;
}
.hero-2 .hero_content .subtitle {
  text-shadow: var(--text) -shadow;
  font-weight: 200;
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 2.2rem;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.15);
}
@media (max-width: 766px) {
  .hero-2 .hero_content .subtitle {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 2.2rem;
  }
}
.hero-2 .hero_content h4 p:last-child {
  padding: 0;
}
@media (max-width: 576px) {
  .hero-2 .hero_content h4 p {
    font-size: 18px;
    font-weight: 500;
  }
}
.hero-2 .hero_content .button {
  display: inline-block;
}
.hero-2 .hero_content .button span {
  margin-right: 30px;
}
.hero-2 .hero_content .button:not(:last-child) {
  margin-right: 60px;
}
@media (max-width: 766px) {
  .hero-2 .hero_content .button:not(:last-child) {
    margin-right: 30px;
    margin-bottom: 15px;
  }
}
@media (max-width: 576px) {
  .hero-2 .hero_content .button:not(:last-child) {
    margin-right: 0px;
  }
}

footer {
  margin-top: 150px !important;
}
@media (max-width: 1023px) {
  footer {
    margin-top: 100px !important;
  }
}
footer ul {
  padding: 0;
  margin: 0;
}
footer .container .inner {
  border-top: 2px solid rgba(165, 184, 203, 0.15);
  -ms-grid-columns: auto 1fr auto;
  grid-template-columns: auto 1fr auto;
  padding: 30px 0 50px;
  row-gap: 15px;
}
@media (max-width: 1279px) {
  footer .container .inner {
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
  }
}
@media (max-width: 1023px) {
  footer .container .inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    border: 0;
    padding-top: 0;
  }
}
footer .container .signature {
  font-size: 14px;
  font-size: 0.875rem;
}
@media (max-width: 1279px) {
  footer .container .signature {
    grid-column: 1/-1;
    margin-top: 15px;
  }
}
@media (max-width: 1023px) {
  footer .container .signature {
    text-align: center;
  }
}
footer .container .social-menu-items ul {
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}
@media (max-width: 1023px) {
  footer .container .social-menu-items ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
footer .container .social-menu-items ul li {
  padding: 0;
}
footer .container .social-menu-items ul li svg {
  font-size: 25px !important;
}
footer .container .footer-menu ul {
  row-gap: 15px;
}
@media (max-width: 1023px) {
  footer .container .footer-menu ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
footer .container .footer-menu ul li {
  padding: 0;
}
footer .container .footer-menu ul li a {
  text-decoration: none;
  color: var(--text);
}
footer .container .footer-menu ul li a:hover {
  text-decoration: underline;
  color: var(--link);
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * *
 * MENU VARIABLES
 * * * * * * * * * * * * * */
body {
  --menu-offset: var(--header-height);
  --menu-height: calc(100vh - var(--header-offset) );
  --menu-width: 500px;
  --menu-font: 22px;
  --menu-font-bold: 25px;
}
@media screen and (min-width: 0px) and (max-width: 766px) {
  body {
    --menu-width: 360px;
  }
}
@media (max-width: 766px) {
  body {
    --menu-width: 100%;
  }
}
body {
  --menu-background: var(--background);
  --menu-color: var(--text);
  --menu-shadow: -2px 0px 30px -10px rgba(0, 0, 0, 0.0);
  --menu-font-weight: 400;
  --menu-text-transform: inherit;
  --menu-icon-size: 22px;
  --menu-item-current-bg: var(--white);
  --menu-item-current-color: inherit;
  --menu-item-current-font-weight: 400;
  --menu-item-hover-bg: var(--white);
  --menu-item-hover-color: var(--purple);
  --menu-item-hover-font-weight: 400;
  --menu-item-active-bg: var(--lightgrey);
  --menu-item-active-color: var(--purple);
  --menu-item-active-font-weight: 500;
  --menu-item-size: inherit;
  --menu-item-unclickable-size: 110%;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * *
 * MENU ANIMATIONS
 * * * * * * * * * * * * * */
[menu] {
  -webkit-transition: all 500ms cubic-bezier(0, 0, 0, 1);
  transition: all 500ms cubic-bezier(0, 0, 0, 1);
}

[menu] [state] {
  -webkit-transition: -webkit-transform 600ms cubic-bezier(0, 0, 0, 1);
  transition: -webkit-transform 600ms cubic-bezier(0, 0, 0, 1);
  transition: transform 600ms cubic-bezier(0, 0, 0, 1);
  transition: transform 600ms cubic-bezier(0, 0, 0, 1), -webkit-transform 600ms cubic-bezier(0, 0, 0, 1);
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * *
 * MENU STRUCTURE
 */
[menu] {
  background: rgba(239, 244, 249, 0.85);
  backdrop-filter: blur(15px);
  color: var(--menu-color);
  height: var(--height-desktop);
  top: var(--menu-offset);
  width: var(--menu-width);
  max-width: 100%;
  position: fixed;
  right: 0;
  overflow-x: hidden;
  z-index: 1337;
  top: var(--menu-offset);
  height: calc(100vh - var(--menu-offset));
  -webkit-box-shadow: var(--menu-shadow);
          box-shadow: var(--menu-shadow);
  will-change: transform, opacity;
}
[menu]:not([active]) {
  pointer-events: none;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
[menu] [menu-item],
[menu] [menu-back],
[menu] [menu-toggle] {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
[menu], [menu] * {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
[menu] a {
  text-decoration: none;
}
[menu] ul, [menu] li, [menu] ol, [menu] p {
  margin: 0;
  padding: 0;
}
[menu] [menu-item], [menu] a, [menu] li, [menu] div {
  text-decoration: none;
  color: var(--menu-color);
  width: 100%;
}
[menu] [menu-item] {
  cursor: pointer;
  list-style: none;
  display: inline-block;
}
[menu] [states] {
  width: var(--width);
  position: relative;
  height: 100%;
}
[menu] [state] {
  height: 100%;
  width: var(--width);
  max-width: var(--width);
  overflow: hidden;
  position: absolute;
  -webkit-transform: translateX(var(--pos-x));
      -ms-transform: translateX(var(--pos-x));
          transform: translateX(var(--pos-x));
  z-index: 10;
  will-change: transform, opacity;
}
[menu] [state] ::-webkit-scrollbar {
  width: 0.5em;
  height: 0.5em;
}
[menu] [state] ::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
}
[menu] [state] ::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.2);
}
[menu] [state] body {
  scrollbar-face-color: rgba(255, 255, 255, 0.2);
  scrollbar-track-color: rgba(0, 0, 0, 0.2);
}
[menu] [state]:not([active]) {
  opacity: 0;
  pointer-events: none;
  z-index: 1;
}
[menu] [states] [state] [menu-item],
[menu] [states] [state] [state-header] div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
  width: 100%;
  padding: 30px 60px;
}
@media (max-width: 766px) {
  [menu] [states] [state] [menu-item],
  [menu] [states] [state] [state-header] div {
    padding: 30px 30px;
  }
}
[menu] [states] [state] {
  overflow-x: hidden;
  overflow-y: auto;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * *
 * MENU DESIGN 
 * (Deleted after each project)
 */
[menu] [states] [state] [menu-item],
[menu] [states] [state] [state-header] div {
  text-transform: var(--menu-text-transform);
  background-color: transparent;
  -webkit-transition: background-color 240ms cubic-bezier(0, 0, 0, 1);
  transition: background-color 240ms cubic-bezier(0, 0, 0, 1);
  text-transform: var(--menu-text-transform);
  font-weight: var(--menu-font-weight);
  font-size: var(--menu-font);
}
[menu] [states] [state] [menu-item][is-bold=true],
[menu] [states] [state] [state-header] div[is-bold=true] {
  font-weight: 500 !important;
  font-size: var(--menu-font-bold);
}
[menu] [states] [state] [menu-item][is-clickable=false],
[menu] [states] [state] [state-header] div[is-clickable=false] {
  pointer-events: none;
  text-transform: initial;
  font-size: var(--menu-item-unclickable-size);
}
[menu] [states] [state] [menu-item] span:first-child:not(.back.svg),
[menu] [states] [state] [state-header] div span:first-child:not(.back.svg) {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: inline-block;
  font-size: var(--menu-item-size);
}
[menu] [states] [state] [menu-item] .current-folder,
[menu] [states] [state] [state-header] div .current-folder {
  font-weight: 500;
  font-size: var(--menu-font-bold) !important;
}
[menu] [states] [state] [menu-item] .back,
[menu] [states] [state] [state-header] div .back {
  font-size: 18px;
  font-size: 1.125rem;
}
[menu] [states] [state] [menu-item] .back.svg,
[menu] [states] [state] [state-header] div .back.svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: inline-block;
  font-size: var(--menu-icon-size);
  position: relative;
  top: 1px;
  margin-right: 3px;
  margin-left: -5px;
}
[menu] [states] [state] [menu-item][current] {
  color: var(--menu-item-current-color);
  font-weight: var(--menu-item-current-font-weight);
}
@media screen and (min-width: 767px) {
  [menu] [states] [state] [menu-back]:hover,
  [menu] [states] [state] [menu-item]:hover {
    background-color: var(--menu-item-hover-bg);
    color: var(--menu-item-hover-color);
    font-weight: var(--menu-item-hover-font-weight);
  }
}
[menu] [states] [state] [menu-back]:active,
[menu] [states] [state] [menu-item]:active {
  background-color: var(--menu-item-active-bg);
  color: var(--menu-item-active-color);
  font-weight: var(--menu-item-active-font-weight);
}
[menu] [states] [state] [state-header] svg, [menu] [states] [state] [state-header] i {
  margin-right: 15px;
  position: relative;
  top: 2px;
}

/**
 * Gutenberg container.
 */
.gutenberg {
  position: relative;
  text-align: left;
  overflow-x: hidden;
}
.gutenberg.fullwidth {
  overflow-x: inherit;
}
.gutenberg a:not(.button):not(.wp-block-button):not(.wp-block-button__link):hover {
  text-decoration: underline;
  color: var(--green);
}
.gutenberg, .gutenberg * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.gutenberg > p:not(.alignfull):not(.alignwide), .gutenberg > h1:not(.alignfull):not(.alignwide), .gutenberg > h2:not(.alignfull):not(.alignwide), .gutenberg > h3:not(.alignfull):not(.alignwide), .gutenberg > h4:not(.alignfull):not(.alignwide), .gutenberg > h5:not(.alignfull):not(.alignwide), .gutenberg > h6:not(.alignfull):not(.alignwide), .gutenberg > ol:not(.alignfull):not(.alignwide), .gutenberg > ul:not(.alignfull):not(.alignwide), .gutenberg > code:not(.alignfull):not(.alignwide), .gutenberg > figure:not(.alignfull):not(.alignwide), .gutenberg > table:not(.alignfull):not(.alignwide), .gutenberg > div:not(.alignfull):not(.alignwide), .gutenberg > blockquote:not(.alignfull):not(.alignwide), .gutenberg > .wp-block-button:not(.alignright):not(.alignleft):not(.aligncenter):not(.alignfull):not(.alignwide), .gutenberg > .wp-block-embed:not(.alignfull):not(.alignwide),
.gutenberg .wp-block-cover-image:not(.alignfull):not(.alignwide),
.gutenberg .accordion-content:not(.alignfull):not(.alignwide) {
  -ms-flex-preferred-size: calc(50% - 15px);
      flex-basis: calc(50% - 15px);
  width: calc(50% - 15px);
  max-width: 1337px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1280px) {
  .gutenberg > p:not(.alignfull):not(.alignwide), .gutenberg > h1:not(.alignfull):not(.alignwide), .gutenberg > h2:not(.alignfull):not(.alignwide), .gutenberg > h3:not(.alignfull):not(.alignwide), .gutenberg > h4:not(.alignfull):not(.alignwide), .gutenberg > h5:not(.alignfull):not(.alignwide), .gutenberg > h6:not(.alignfull):not(.alignwide), .gutenberg > ol:not(.alignfull):not(.alignwide), .gutenberg > ul:not(.alignfull):not(.alignwide), .gutenberg > code:not(.alignfull):not(.alignwide), .gutenberg > figure:not(.alignfull):not(.alignwide), .gutenberg > table:not(.alignfull):not(.alignwide), .gutenberg > div:not(.alignfull):not(.alignwide), .gutenberg > blockquote:not(.alignfull):not(.alignwide), .gutenberg > .wp-block-button:not(.alignright):not(.alignleft):not(.aligncenter):not(.alignfull):not(.alignwide), .gutenberg > .wp-block-embed:not(.alignfull):not(.alignwide),
  .gutenberg .wp-block-cover-image:not(.alignfull):not(.alignwide),
  .gutenberg .accordion-content:not(.alignfull):not(.alignwide) {
    -ms-flex-preferred-size: calc(66.6666666667% - 15px);
        flex-basis: calc(66.6666666667% - 15px);
    width: calc(66.6666666667% - 15px);
  }
}
@media (max-width: 1024px) {
  .gutenberg > p:not(.alignfull):not(.alignwide), .gutenberg > h1:not(.alignfull):not(.alignwide), .gutenberg > h2:not(.alignfull):not(.alignwide), .gutenberg > h3:not(.alignfull):not(.alignwide), .gutenberg > h4:not(.alignfull):not(.alignwide), .gutenberg > h5:not(.alignfull):not(.alignwide), .gutenberg > h6:not(.alignfull):not(.alignwide), .gutenberg > ol:not(.alignfull):not(.alignwide), .gutenberg > ul:not(.alignfull):not(.alignwide), .gutenberg > code:not(.alignfull):not(.alignwide), .gutenberg > figure:not(.alignfull):not(.alignwide), .gutenberg > table:not(.alignfull):not(.alignwide), .gutenberg > div:not(.alignfull):not(.alignwide), .gutenberg > blockquote:not(.alignfull):not(.alignwide), .gutenberg > .wp-block-button:not(.alignright):not(.alignleft):not(.aligncenter):not(.alignfull):not(.alignwide), .gutenberg > .wp-block-embed:not(.alignfull):not(.alignwide),
  .gutenberg .wp-block-cover-image:not(.alignfull):not(.alignwide),
  .gutenberg .accordion-content:not(.alignfull):not(.alignwide) {
    -ms-flex-preferred-size: calc(91.6666666667% - 15px);
        flex-basis: calc(91.6666666667% - 15px);
    width: calc(91.6666666667% - 15px);
  }
}
@media (max-width: 766px) {
  .gutenberg > p:not(.alignfull):not(.alignwide), .gutenberg > h1:not(.alignfull):not(.alignwide), .gutenberg > h2:not(.alignfull):not(.alignwide), .gutenberg > h3:not(.alignfull):not(.alignwide), .gutenberg > h4:not(.alignfull):not(.alignwide), .gutenberg > h5:not(.alignfull):not(.alignwide), .gutenberg > h6:not(.alignfull):not(.alignwide), .gutenberg > ol:not(.alignfull):not(.alignwide), .gutenberg > ul:not(.alignfull):not(.alignwide), .gutenberg > code:not(.alignfull):not(.alignwide), .gutenberg > figure:not(.alignfull):not(.alignwide), .gutenberg > table:not(.alignfull):not(.alignwide), .gutenberg > div:not(.alignfull):not(.alignwide), .gutenberg > blockquote:not(.alignfull):not(.alignwide), .gutenberg > .wp-block-button:not(.alignright):not(.alignleft):not(.aligncenter):not(.alignfull):not(.alignwide), .gutenberg > .wp-block-embed:not(.alignfull):not(.alignwide),
  .gutenberg .wp-block-cover-image:not(.alignfull):not(.alignwide),
  .gutenberg .accordion-content:not(.alignfull):not(.alignwide) {
    -ms-flex-preferred-size: calc(91.6666666667% - 15px);
        flex-basis: calc(91.6666666667% - 15px);
    width: calc(91.6666666667% - 15px);
  }
}
.gutenberg > p.has-drop-cap:first-letter, .gutenberg > h1.has-drop-cap:first-letter, .gutenberg > h2.has-drop-cap:first-letter, .gutenberg > h3.has-drop-cap:first-letter, .gutenberg > h4.has-drop-cap:first-letter, .gutenberg > h5.has-drop-cap:first-letter, .gutenberg > h6.has-drop-cap:first-letter, .gutenberg > ol.has-drop-cap:first-letter, .gutenberg > ul.has-drop-cap:first-letter, .gutenberg > code.has-drop-cap:first-letter, .gutenberg > figure.has-drop-cap:first-letter, .gutenberg > table.has-drop-cap:first-letter, .gutenberg > div.has-drop-cap:first-letter, .gutenberg > blockquote.has-drop-cap:first-letter, .gutenberg > .wp-block-button:not(.alignright):not(.alignleft):not(.aligncenter).has-drop-cap:first-letter, .gutenberg > .wp-block-embed.has-drop-cap:first-letter,
.gutenberg .wp-block-cover-image.has-drop-cap:first-letter,
.gutenberg .accordion-content.has-drop-cap:first-letter {
  font-size: 75px;
  font-size: 4.6875rem;
  text-transform: uppercase;
}
.gutenberg > p.has-background, .gutenberg > h1.has-background, .gutenberg > h2.has-background, .gutenberg > h3.has-background, .gutenberg > h4.has-background, .gutenberg > h5.has-background, .gutenberg > h6.has-background, .gutenberg > ol.has-background, .gutenberg > ul.has-background, .gutenberg > code.has-background, .gutenberg > figure.has-background, .gutenberg > table.has-background, .gutenberg > div.has-background, .gutenberg > blockquote.has-background, .gutenberg > .wp-block-button:not(.alignright):not(.alignleft):not(.aligncenter).has-background, .gutenberg > .wp-block-embed.has-background,
.gutenberg .wp-block-cover-image.has-background,
.gutenberg .accordion-content.has-background {
  border-radius: 8px;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .gutenberg > p.has-background, .gutenberg > h1.has-background, .gutenberg > h2.has-background, .gutenberg > h3.has-background, .gutenberg > h4.has-background, .gutenberg > h5.has-background, .gutenberg > h6.has-background, .gutenberg > ol.has-background, .gutenberg > ul.has-background, .gutenberg > code.has-background, .gutenberg > figure.has-background, .gutenberg > table.has-background, .gutenberg > div.has-background, .gutenberg > blockquote.has-background, .gutenberg > .wp-block-button:not(.alignright):not(.alignleft):not(.aligncenter).has-background, .gutenberg > .wp-block-embed.has-background,
  .gutenberg .wp-block-cover-image.has-background,
  .gutenberg .accordion-content.has-background {
    margin-bottom: 10px;
  }
}
@media (max-width: 766px) {
  .gutenberg > p.has-background, .gutenberg > h1.has-background, .gutenberg > h2.has-background, .gutenberg > h3.has-background, .gutenberg > h4.has-background, .gutenberg > h5.has-background, .gutenberg > h6.has-background, .gutenberg > ol.has-background, .gutenberg > ul.has-background, .gutenberg > code.has-background, .gutenberg > figure.has-background, .gutenberg > table.has-background, .gutenberg > div.has-background, .gutenberg > blockquote.has-background, .gutenberg > .wp-block-button:not(.alignright):not(.alignleft):not(.aligncenter).has-background, .gutenberg > .wp-block-embed.has-background,
  .gutenberg .wp-block-cover-image.has-background,
  .gutenberg .accordion-content.has-background {
    margin-bottom: 10px;
  }
}
@media (max-width: 766px) {
  .gutenberg > p.has-background, .gutenberg > h1.has-background, .gutenberg > h2.has-background, .gutenberg > h3.has-background, .gutenberg > h4.has-background, .gutenberg > h5.has-background, .gutenberg > h6.has-background, .gutenberg > ol.has-background, .gutenberg > ul.has-background, .gutenberg > code.has-background, .gutenberg > figure.has-background, .gutenberg > table.has-background, .gutenberg > div.has-background, .gutenberg > blockquote.has-background, .gutenberg > .wp-block-button:not(.alignright):not(.alignleft):not(.aligncenter).has-background, .gutenberg > .wp-block-embed.has-background,
  .gutenberg .wp-block-cover-image.has-background,
  .gutenberg .accordion-content.has-background {
    padding-left: 60px !important;
    padding-right: 60px !important;
    margin-left: 45px !important;
    width: calc(100% - 210px) !important;
  }
}
@media (max-width: 576px) {
  .gutenberg > p.has-background, .gutenberg > h1.has-background, .gutenberg > h2.has-background, .gutenberg > h3.has-background, .gutenberg > h4.has-background, .gutenberg > h5.has-background, .gutenberg > h6.has-background, .gutenberg > ol.has-background, .gutenberg > ul.has-background, .gutenberg > code.has-background, .gutenberg > figure.has-background, .gutenberg > table.has-background, .gutenberg > div.has-background, .gutenberg > blockquote.has-background, .gutenberg > .wp-block-button:not(.alignright):not(.alignleft):not(.aligncenter).has-background, .gutenberg > .wp-block-embed.has-background,
  .gutenberg .wp-block-cover-image.has-background,
  .gutenberg .accordion-content.has-background {
    padding-left: 30px !important;
    padding-right: 30px !important;
    margin-left: 45px !important;
    width: calc(100% - 150px) !important;
  }
}
@media (max-width: 320px) {
  .gutenberg > p.has-background, .gutenberg > h1.has-background, .gutenberg > h2.has-background, .gutenberg > h3.has-background, .gutenberg > h4.has-background, .gutenberg > h5.has-background, .gutenberg > h6.has-background, .gutenberg > ol.has-background, .gutenberg > ul.has-background, .gutenberg > code.has-background, .gutenberg > figure.has-background, .gutenberg > table.has-background, .gutenberg > div.has-background, .gutenberg > blockquote.has-background, .gutenberg > .wp-block-button:not(.alignright):not(.alignleft):not(.aligncenter).has-background, .gutenberg > .wp-block-embed.has-background,
  .gutenberg .wp-block-cover-image.has-background,
  .gutenberg .accordion-content.has-background {
    text-align: center;
  }
}
.gutenberg .alignfull {
  -ms-flex-preferred-size: calc(100% - 15px);
      flex-basis: calc(100% - 15px);
  width: calc(100% - 15px);
  max-width: none;
  min-width: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1280px) {
  .gutenberg .alignfull {
    -ms-flex-preferred-size: calc(100% - 15px);
        flex-basis: calc(100% - 15px);
    width: calc(100% - 15px);
  }
}
@media (max-width: 1024px) {
  .gutenberg .alignfull {
    -ms-flex-preferred-size: calc(100% - 15px);
        flex-basis: calc(100% - 15px);
    width: calc(100% - 15px);
  }
}
@media (max-width: 766px) {
  .gutenberg .alignfull {
    -ms-flex-preferred-size: calc(100% - 15px);
        flex-basis: calc(100% - 15px);
    width: calc(100% - 15px);
  }
}
.gutenberg .alignwide {
  -ms-flex-preferred-size: calc(100% - infinity * 1px);
      flex-basis: calc(100% - infinity * 1px);
  width: calc(100% - infinity * 1px);
  max-width: 1337px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1280px) {
  .gutenberg .alignwide {
    -ms-flex-preferred-size: calc(100% - infinity * 1px);
        flex-basis: calc(100% - infinity * 1px);
  }
}
@media (max-width: 1024px) {
  .gutenberg .alignwide {
    -ms-flex-preferred-size: calc(100% - infinity * 1px);
        flex-basis: calc(100% - infinity * 1px);
    width: calc(100% - infinity * 1px);
  }
}
@media (max-width: 766px) {
  .gutenberg .alignwide {
    -ms-flex-preferred-size: calc(91.6666666667% - 15px);
        flex-basis: calc(91.6666666667% - 15px);
    width: calc(91.6666666667% - 15px);
  }
}
.gutenberg.fullwidth > p, .gutenberg.fullwidth > p:not(.alignfull):not(.alignwide), .gutenberg.fullwidth > h1, .gutenberg.fullwidth > h1:not(.alignfull):not(.alignwide), .gutenberg.fullwidth > h2, .gutenberg.fullwidth > h2:not(.alignfull):not(.alignwide), .gutenberg.fullwidth > h3, .gutenberg.fullwidth > h3:not(.alignfull):not(.alignwide), .gutenberg.fullwidth > h4, .gutenberg.fullwidth > h4:not(.alignfull):not(.alignwide), .gutenberg.fullwidth > h5, .gutenberg.fullwidth > h5:not(.alignfull):not(.alignwide), .gutenberg.fullwidth > h6, .gutenberg.fullwidth > h6:not(.alignfull):not(.alignwide), .gutenberg.fullwidth > ol, .gutenberg.fullwidth > ol:not(.alignfull):not(.alignwide), .gutenberg.fullwidth > ul, .gutenberg.fullwidth > ul:not(.alignfull):not(.alignwide), .gutenberg.fullwidth > code, .gutenberg.fullwidth > code:not(.alignfull):not(.alignwide), .gutenberg.fullwidth > figure, .gutenberg.fullwidth > figure:not(.alignfull):not(.alignwide), .gutenberg.fullwidth > table, .gutenberg.fullwidth > table:not(.alignfull):not(.alignwide), .gutenberg.fullwidth > div, .gutenberg.fullwidth > div:not(.alignfull):not(.alignwide), .gutenberg.fullwidth > blockquote, .gutenberg.fullwidth > blockquote:not(.alignfull):not(.alignwide), .gutenberg.fullwidth > .wp-block-button:not(.alignright):not(.alignleft):not(.aligncenter), .gutenberg.fullwidth > .wp-block-button:not(.alignright):not(.alignleft):not(.aligncenter):not(.alignfull):not(.alignwide), .gutenberg.fullwidth > .wp-block-embed, .gutenberg.fullwidth > .wp-block-embed:not(.alignfull):not(.alignwide),
.gutenberg.fullwidth .wp-block-cover-image,
.gutenberg.fullwidth .wp-block-cover-image:not(.alignfull):not(.alignwide),
.gutenberg.fullwidth .accordion-content,
.gutenberg.fullwidth .accordion-content:not(.alignfull):not(.alignwide),
.gutenberg.fullwidth .alignfull,
.gutenberg.fullwidth .alignfull:not(.alignfull):not(.alignwide),
.gutenberg.fullwidth .alignwide,
.gutenberg.fullwidth .alignwide:not(.alignfull):not(.alignwide) {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  width: 100%;
  max-width: 100%;
  min-width: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1280px) {
  .gutenberg.fullwidth > p, .gutenberg.fullwidth > p:not(.alignfull):not(.alignwide), .gutenberg.fullwidth > h1, .gutenberg.fullwidth > h1:not(.alignfull):not(.alignwide), .gutenberg.fullwidth > h2, .gutenberg.fullwidth > h2:not(.alignfull):not(.alignwide), .gutenberg.fullwidth > h3, .gutenberg.fullwidth > h3:not(.alignfull):not(.alignwide), .gutenberg.fullwidth > h4, .gutenberg.fullwidth > h4:not(.alignfull):not(.alignwide), .gutenberg.fullwidth > h5, .gutenberg.fullwidth > h5:not(.alignfull):not(.alignwide), .gutenberg.fullwidth > h6, .gutenberg.fullwidth > h6:not(.alignfull):not(.alignwide), .gutenberg.fullwidth > ol, .gutenberg.fullwidth > ol:not(.alignfull):not(.alignwide), .gutenberg.fullwidth > ul, .gutenberg.fullwidth > ul:not(.alignfull):not(.alignwide), .gutenberg.fullwidth > code, .gutenberg.fullwidth > code:not(.alignfull):not(.alignwide), .gutenberg.fullwidth > figure, .gutenberg.fullwidth > figure:not(.alignfull):not(.alignwide), .gutenberg.fullwidth > table, .gutenberg.fullwidth > table:not(.alignfull):not(.alignwide), .gutenberg.fullwidth > div, .gutenberg.fullwidth > div:not(.alignfull):not(.alignwide), .gutenberg.fullwidth > blockquote, .gutenberg.fullwidth > blockquote:not(.alignfull):not(.alignwide), .gutenberg.fullwidth > .wp-block-button:not(.alignright):not(.alignleft):not(.aligncenter), .gutenberg.fullwidth > .wp-block-button:not(.alignright):not(.alignleft):not(.aligncenter):not(.alignfull):not(.alignwide), .gutenberg.fullwidth > .wp-block-embed, .gutenberg.fullwidth > .wp-block-embed:not(.alignfull):not(.alignwide),
  .gutenberg.fullwidth .wp-block-cover-image,
  .gutenberg.fullwidth .wp-block-cover-image:not(.alignfull):not(.alignwide),
  .gutenberg.fullwidth .accordion-content,
  .gutenberg.fullwidth .accordion-content:not(.alignfull):not(.alignwide),
  .gutenberg.fullwidth .alignfull,
  .gutenberg.fullwidth .alignfull:not(.alignfull):not(.alignwide),
  .gutenberg.fullwidth .alignwide,
  .gutenberg.fullwidth .alignwide:not(.alignfull):not(.alignwide) {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .gutenberg.fullwidth > p, .gutenberg.fullwidth > p:not(.alignfull):not(.alignwide), .gutenberg.fullwidth > h1, .gutenberg.fullwidth > h1:not(.alignfull):not(.alignwide), .gutenberg.fullwidth > h2, .gutenberg.fullwidth > h2:not(.alignfull):not(.alignwide), .gutenberg.fullwidth > h3, .gutenberg.fullwidth > h3:not(.alignfull):not(.alignwide), .gutenberg.fullwidth > h4, .gutenberg.fullwidth > h4:not(.alignfull):not(.alignwide), .gutenberg.fullwidth > h5, .gutenberg.fullwidth > h5:not(.alignfull):not(.alignwide), .gutenberg.fullwidth > h6, .gutenberg.fullwidth > h6:not(.alignfull):not(.alignwide), .gutenberg.fullwidth > ol, .gutenberg.fullwidth > ol:not(.alignfull):not(.alignwide), .gutenberg.fullwidth > ul, .gutenberg.fullwidth > ul:not(.alignfull):not(.alignwide), .gutenberg.fullwidth > code, .gutenberg.fullwidth > code:not(.alignfull):not(.alignwide), .gutenberg.fullwidth > figure, .gutenberg.fullwidth > figure:not(.alignfull):not(.alignwide), .gutenberg.fullwidth > table, .gutenberg.fullwidth > table:not(.alignfull):not(.alignwide), .gutenberg.fullwidth > div, .gutenberg.fullwidth > div:not(.alignfull):not(.alignwide), .gutenberg.fullwidth > blockquote, .gutenberg.fullwidth > blockquote:not(.alignfull):not(.alignwide), .gutenberg.fullwidth > .wp-block-button:not(.alignright):not(.alignleft):not(.aligncenter), .gutenberg.fullwidth > .wp-block-button:not(.alignright):not(.alignleft):not(.aligncenter):not(.alignfull):not(.alignwide), .gutenberg.fullwidth > .wp-block-embed, .gutenberg.fullwidth > .wp-block-embed:not(.alignfull):not(.alignwide),
  .gutenberg.fullwidth .wp-block-cover-image,
  .gutenberg.fullwidth .wp-block-cover-image:not(.alignfull):not(.alignwide),
  .gutenberg.fullwidth .accordion-content,
  .gutenberg.fullwidth .accordion-content:not(.alignfull):not(.alignwide),
  .gutenberg.fullwidth .alignfull,
  .gutenberg.fullwidth .alignfull:not(.alignfull):not(.alignwide),
  .gutenberg.fullwidth .alignwide,
  .gutenberg.fullwidth .alignwide:not(.alignfull):not(.alignwide) {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
  }
}
@media (max-width: 766px) {
  .gutenberg.fullwidth > p, .gutenberg.fullwidth > p:not(.alignfull):not(.alignwide), .gutenberg.fullwidth > h1, .gutenberg.fullwidth > h1:not(.alignfull):not(.alignwide), .gutenberg.fullwidth > h2, .gutenberg.fullwidth > h2:not(.alignfull):not(.alignwide), .gutenberg.fullwidth > h3, .gutenberg.fullwidth > h3:not(.alignfull):not(.alignwide), .gutenberg.fullwidth > h4, .gutenberg.fullwidth > h4:not(.alignfull):not(.alignwide), .gutenberg.fullwidth > h5, .gutenberg.fullwidth > h5:not(.alignfull):not(.alignwide), .gutenberg.fullwidth > h6, .gutenberg.fullwidth > h6:not(.alignfull):not(.alignwide), .gutenberg.fullwidth > ol, .gutenberg.fullwidth > ol:not(.alignfull):not(.alignwide), .gutenberg.fullwidth > ul, .gutenberg.fullwidth > ul:not(.alignfull):not(.alignwide), .gutenberg.fullwidth > code, .gutenberg.fullwidth > code:not(.alignfull):not(.alignwide), .gutenberg.fullwidth > figure, .gutenberg.fullwidth > figure:not(.alignfull):not(.alignwide), .gutenberg.fullwidth > table, .gutenberg.fullwidth > table:not(.alignfull):not(.alignwide), .gutenberg.fullwidth > div, .gutenberg.fullwidth > div:not(.alignfull):not(.alignwide), .gutenberg.fullwidth > blockquote, .gutenberg.fullwidth > blockquote:not(.alignfull):not(.alignwide), .gutenberg.fullwidth > .wp-block-button:not(.alignright):not(.alignleft):not(.aligncenter), .gutenberg.fullwidth > .wp-block-button:not(.alignright):not(.alignleft):not(.aligncenter):not(.alignfull):not(.alignwide), .gutenberg.fullwidth > .wp-block-embed, .gutenberg.fullwidth > .wp-block-embed:not(.alignfull):not(.alignwide),
  .gutenberg.fullwidth .wp-block-cover-image,
  .gutenberg.fullwidth .wp-block-cover-image:not(.alignfull):not(.alignwide),
  .gutenberg.fullwidth .accordion-content,
  .gutenberg.fullwidth .accordion-content:not(.alignfull):not(.alignwide),
  .gutenberg.fullwidth .alignfull,
  .gutenberg.fullwidth .alignfull:not(.alignfull):not(.alignwide),
  .gutenberg.fullwidth .alignwide,
  .gutenberg.fullwidth .alignwide:not(.alignfull):not(.alignwide) {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
  }
}
.gutenberg img {
  height: auto;
}
.gutenberg blockquote {
  position: relative;
  margin: auto;
  padding: 0;
  margin-bottom: 50px  !important ;
}
@media (max-width: 1024px) {
  .gutenberg blockquote {
    margin-bottom: 40px  !important ;
  }
}
@media (max-width: 766px) {
  .gutenberg blockquote {
    margin-bottom: 30px  !important ;
  }
}
.gutenberg blockquote:before {
  content: "“";
  font-weight: 500;
  position: absolute;
  top: 60px;
  line-height: 0;
  left: -90px;
  color: inherit;
  font-size: 120px;
  font-size: 7.5rem;
  font-family: "Poppins", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-display: swap;
  z-index: 1;
  color: var(--lightred);
}
@media (max-width: 1280px) {
  .gutenberg blockquote:before {
    left: 30px;
  }
}
@media (max-width: 1024px) {
  .gutenberg blockquote:before {
    left: 0px;
  }
}
@media (max-width: 766px) {
  .gutenberg blockquote:before {
    left: -15px;
    top: 75px;
    opacity: 0.1;
    color: var(--text);
    font-size: 180px;
    font-size: 11.25rem;
    z-index: 5;
  }
}
.gutenberg blockquote p {
  z-index: 10;
  position: relative;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 32px;
  line-height: 2rem;
  font-style: italic;
}
@media (max-width: 1280px) {
  .gutenberg blockquote p {
    padding-left: 120px;
  }
}
@media (max-width: 1024px) {
  .gutenberg blockquote p {
    padding-left: 120px;
  }
}
@media (max-width: 766px) {
  .gutenberg blockquote p {
    padding-bottom: 30px;
    padding-left: 30px;
    z-index: 15;
  }
}
.gutenberg blockquote cite {
  font-style: normal;
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 32px;
  line-height: 2rem;
  font-style: italic;
  font-weight: 500;
}
.gutenberg blockquote cite:before {
  content: "- ";
}
@media (max-width: 1280px) {
  .gutenberg blockquote cite {
    padding-left: 120px;
  }
}
@media (max-width: 1024px) {
  .gutenberg blockquote cite {
    padding-left: 120px;
  }
}
@media (max-width: 766px) {
  .gutenberg blockquote cite {
    padding-left: 0;
    z-index: 15;
  }
}
.gutenberg blockquote.is-style-large:before {
  color: var(--blue);
}
.gutenberg blockquote.is-style-large cite {
  text-align: left;
}
.gutenberg ol, .gutenberg ul {
  counter-reset: ol;
}
.gutenberg ol li, .gutenberg ul li {
  list-style: none;
  max-width: 100%;
  width: 100%;
  padding: 0;
}
.gutenberg ol li::before, .gutenberg ul li::before {
  counter-increment: ol;
  min-width: 20px;
  position: relative;
  top: 0;
  font-weight: 500;
}
.gutenberg ol li.blocks-gallery-item:before, .gutenberg ul li.blocks-gallery-item:before {
  display: none;
}
.gutenberg ol li::before {
  content: counter(ol) ". ";
}
.gutenberg ul li::before {
  font-size: 32px;
  font-size: 2rem;
  content: "·";
  top: 4px;
}
.gutenberg .wp-block-table {
  font-size: 16.5px;
  font-size: 1.03125rem;
  margin: 0 0 30px;
  border-top: 1px solid var(--grey);
}
.gutenberg .wp-block-table tr td {
  border-bottom: 1px solid var(--grey);
  padding: 15px 0;
}
.gutenberg .wp-block-image {
  position: relative;
}
.gutenberg .wp-block-image figcaption {
  display: inline-block;
  padding: 5px 15px;
  margin: 0;
  font-size: inherit;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 14px;
  font-size: 0.875rem;
  background-color: var(--grey);
}
.gutenberg .wp-block-embed {
  position: relative;
}
.gutenberg .wp-block-embed.alignright, .gutenberg .wp-block-embed.alignleft, .gutenberg .wp-block-embed.aligncenter {
  width: auto !important;
}
.gutenberg .wp-block-embed .wp-block-embed__wrapper {
  position: relative;
  position: relative;
}
.gutenberg .wp-block-embed .wp-block-embed__wrapper:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.gutenberg .wp-block-embed .wp-block-embed__wrapper > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.gutenberg .wp-block-embed .wp-block-embed__wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.gutenberg figure {
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .gutenberg figure {
    margin-bottom: 40px;
  }
}
@media (max-width: 766px) {
  .gutenberg figure {
    margin-bottom: 30px;
  }
}
.gutenberg .wp-block-media-text {
  margin-bottom: 60px;
  overflow: hidden;
}
.gutenberg .wp-block-media-text .wp-block-media-text__media img {
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
  position: relative;
}
.gutenberg .wp-block-media-text .wp-block-media-text__content {
  padding: 30px 60px;
  max-width: calc(1337px / 2);
}
@media (max-width: 576px) {
  .gutenberg .wp-block-media-text .wp-block-media-text__content {
    padding: 30px 0px;
  }
}
.gutenberg .wp-block-media-text .wp-block-media-text__content .has-large-font-size {
  font-size: 35px;
}
.gutenberg .wp-block-media-text .wp-block-media-text__content .has-medium-font-size {
  font-size: 22px;
}

.gutenberg .wp-block-cover {
  padding: 0;
  margin: 0 auto;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .gutenberg .wp-block-cover {
    margin-bottom: 40px;
  }
}
@media (max-width: 766px) {
  .gutenberg .wp-block-cover {
    margin-bottom: 30px;
  }
}
@media (max-width: 1024px) {
  .gutenberg .wp-block-columns,
  .gutenberg .wp-block-gallery {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.gutenberg .wp-block-columns:not(.alignfull):not(.alignwide),
.gutenberg .wp-block-gallery:not(.alignfull):not(.alignwide) {
  -ms-flex-preferred-size: calc(50% - 15px);
      flex-basis: calc(50% - 15px);
  width: calc(50% - 15px);
  max-width: 1337px;
}
@media (max-width: 1280px) {
  .gutenberg .wp-block-columns:not(.alignfull):not(.alignwide),
  .gutenberg .wp-block-gallery:not(.alignfull):not(.alignwide) {
    -ms-flex-preferred-size: calc(66.6666666667% - 15px);
        flex-basis: calc(66.6666666667% - 15px);
    width: calc(66.6666666667% - 15px);
  }
}
@media (max-width: 1024px) {
  .gutenberg .wp-block-columns:not(.alignfull):not(.alignwide),
  .gutenberg .wp-block-gallery:not(.alignfull):not(.alignwide) {
    -ms-flex-preferred-size: calc(91.6666666667% - 15px);
        flex-basis: calc(91.6666666667% - 15px);
    width: calc(91.6666666667% - 15px);
  }
}
@media (max-width: 766px) {
  .gutenberg .wp-block-columns:not(.alignfull):not(.alignwide),
  .gutenberg .wp-block-gallery:not(.alignfull):not(.alignwide) {
    -ms-flex-preferred-size: calc(91.6666666667% - 15px);
        flex-basis: calc(91.6666666667% - 15px);
    width: calc(91.6666666667% - 15px);
  }
}
.gutenberg .wp-block-columns .wp-block-column,
.gutenberg .wp-block-gallery .wp-block-column {
  margin-top: 0;
  margin-bottom: 30px;
}
.gutenberg .wp-block-columns .wp-block-column:not(:last-child),
.gutenberg .wp-block-gallery .wp-block-column:not(:last-child) {
  margin-right: 30px;
}
.gutenberg .wp-block-columns .wp-block-column:not(:first-child), .gutenberg .wp-block-columns .wp-block-column:nth-child(2n),
.gutenberg .wp-block-gallery .wp-block-column:not(:first-child),
.gutenberg .wp-block-gallery .wp-block-column:nth-child(2n) {
  margin-left: 30px;
}
.gutenberg .wp-block-columns .wp-block-column:nth-child(odd),
.gutenberg .wp-block-gallery .wp-block-column:nth-child(odd) {
  margin-right: 30px;
}
@media (max-width: 1024px) {
  .gutenberg .wp-block-columns .wp-block-column,
  .gutenberg .wp-block-gallery .wp-block-column {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .gutenberg .wp-block-columns .wp-block-column:not(:last-child), .gutenberg .wp-block-columns .wp-block-column:not(:first-child), .gutenberg .wp-block-columns .wp-block-column:nth-child(2n), .gutenberg .wp-block-columns .wp-block-column:nth-child(odd),
  .gutenberg .wp-block-gallery .wp-block-column:not(:last-child),
  .gutenberg .wp-block-gallery .wp-block-column:not(:first-child),
  .gutenberg .wp-block-gallery .wp-block-column:nth-child(2n),
  .gutenberg .wp-block-gallery .wp-block-column:nth-child(odd) {
    margin-left: 0;
    margin-right: 0;
    width: calc(50% - 30px);
    -ms-flex-preferred-size: calc(50% - 30px);
        flex-basis: calc(50% - 30px);
  }
  .gutenberg .wp-block-columns .wp-block-column:nth-child(2n),
  .gutenberg .wp-block-gallery .wp-block-column:nth-child(2n) {
    margin-left: 30px;
  }
}
@media (max-width: 766px) {
  .gutenberg .wp-block-columns .wp-block-column, .gutenberg .wp-block-columns .wp-block-column:not(:last-child), .gutenberg .wp-block-columns .wp-block-column:not(:first-child), .gutenberg .wp-block-columns .wp-block-column:nth-child(2n), .gutenberg .wp-block-columns .wp-block-column:nth-child(odd),
  .gutenberg .wp-block-gallery .wp-block-column,
  .gutenberg .wp-block-gallery .wp-block-column:not(:last-child),
  .gutenberg .wp-block-gallery .wp-block-column:not(:first-child),
  .gutenberg .wp-block-gallery .wp-block-column:nth-child(2n),
  .gutenberg .wp-block-gallery .wp-block-column:nth-child(odd) {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.gutenberg .wp-block-columns .blocks-gallery-item,
.gutenberg .wp-block-gallery .blocks-gallery-item {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin: 0 30px 30px 0;
}
.gutenberg .wp-block-columns .blocks-gallery-item:last-child,
.gutenberg .wp-block-gallery .blocks-gallery-item:last-child {
  margin-right: 0;
}
.gutenberg .wp-block-columns .blocks-gallery-item,
.gutenberg .wp-block-gallery .blocks-gallery-item {
  width: calc(50% - 30px);
  -ms-flex-preferred-size: calc(50% - 30px);
      flex-basis: calc(50% - 30px);
}
@media (max-width: 766px) {
  .gutenberg .wp-block-columns .blocks-gallery-item,
  .gutenberg .wp-block-gallery .blocks-gallery-item {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.accordion.padding-top-100 {
  padding-top: 100px !important;
}
.accordion.padding-bottom-100 {
  padding-bottom: 100px !important;
}
.accordion.padding-top-50 {
  padding-top: 50px !important;
}
.accordion.padding-bottom-50 {
  padding-bottom: 50px !important;
}
.accordion.padding-top-20 {
  padding-top: 20px !important;
}
.accordion.padding-bottom-20 {
  padding-bottom: 20px !important;
}
.accordion.padding-top-0 {
  padding-top: 0px !important;
}
.accordion.padding-bottom-0 {
  padding-bottom: 0px !important;
}
.accordion.margin-top-100 {
  margin-top: 100px !important;
}
.accordion.margin-bottom-100 {
  margin-bottom: 100px !important;
}
.accordion.margin-top-50 {
  margin-top: 50px !important;
}
.accordion.margin-bottom-50 {
  margin-bottom: 50px !important;
}
.accordion.margin-top-20 {
  margin-top: 20px !important;
}
.accordion.margin-bottom-20 {
  margin-bottom: 20px !important;
}
.accordion.margin-top-0 {
  margin-top: 0px !important;
}
.accordion.margin-bottom-0 {
  margin-bottom: 0px !important;
}

.accordion {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.accordion ::-webkit-scrollbar {
  width: 0.4em;
  height: 0.4em;
}
.accordion ::-webkit-scrollbar-thumb {
  background: rgba(var(--text), 0.15);
}
.accordion ::-webkit-scrollbar-track {
  background: rgba(var(--text), 0.05);
}
.accordion body {
  scrollbar-face-color: rgba(var(--text), 0.15);
  scrollbar-track-color: rgba(var(--text), 0.05);
}
.accordion .accordion-rows .accordion-row .title * {
  font-weight: 500 !important;
}
.accordion .accordion-row .title {
  border-top: 1px solid rgba(var(--text), 0.2);
  border-bottom: 1px solid rgba(var(--text), 0.2);
}
.accordion .accordion-row.open .title {
  background-color: var(--green);
  border-radius: 4px;
}
.accordion .accordion-row.open .title, .accordion .accordion-row.open .title > * {
  color: var(--white);
}
.accordion .accordion-row .gallery-item img {
  border: 2px solid var(--white) !important;
}
.accordion .accordion-row .gallery-item .gallery-caption {
  font-size: 15px;
  font-size: 0.9375rem;
}
.accordion .header {
  width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  text-align: left;
}
@media (max-width: 766px) {
  .accordion .header {
    padding: 30px;
  }
}
.accordion.full-width {
  width: 100%;
}
.accordion .sidebox, .accordion .sidebox .title, .accordion .sidebox .icon, .accordion .sidebox .content {
  color: inherit;
}
.accordion.primary {
  color: var(--text);
}
.accordion.primary ::-webkit-scrollbar {
  width: 0.4em;
  height: 0.4em;
}
.accordion.primary ::-webkit-scrollbar-thumb {
  background: rgba(var(--white), 0.15);
}
.accordion.primary ::-webkit-scrollbar-track {
  background: rgba(var(--white), 0.05);
}
.accordion.primary body {
  scrollbar-face-color: rgba(var(--white), 0.15);
  scrollbar-track-color: rgba(var(--white), 0.05);
}
.accordion.primary .accordion-row {
  margin-bottom: 15px;
}
.accordion.primary .accordion-row .title {
  background-color: var(--lightgreen);
  border-top: 0;
  border-bottom: 0;
  border-radius: 12px;
}
.accordion.primary .accordion-row .title, .accordion.primary .accordion-row .title > * {
  color: var(--text);
}
.accordion.primary .accordion-row.open .title {
  background-color: var(--lightgreen);
}
.accordion.primary .accordion-row.open .title, .accordion.primary .accordion-row.open .title > * {
  color: var(--text);
}
.accordion.primary .sidebox, .accordion.primary .sidebox .title, .accordion.primary .sidebox .content {
  color: var(--white);
}
.accordion.primary .sidebox .icon {
  color: var(--green);
}
.accordion.primary a {
  color: inherit;
}
.accordion.primary a:hover {
  opacity: 0.8;
  color: inherit;
  text-decoration: underline;
}
.accordion.secondary {
  color: var(--white);
  background-color: var(--green);
}
.accordion.secondary ::-webkit-scrollbar {
  width: 0.4em;
  height: 0.4em;
}
.accordion.secondary ::-webkit-scrollbar-thumb {
  background: rgba(var(--white), 0.15);
}
.accordion.secondary ::-webkit-scrollbar-track {
  background: rgba(var(--white), 0.05);
}
.accordion.secondary body {
  scrollbar-face-color: rgba(var(--white), 0.15);
  scrollbar-track-color: rgba(var(--white), 0.05);
}
.accordion.secondary .accordion-row {
  margin-bottom: 15px;
}
.accordion.secondary .accordion-row .title {
  border-radius: 12px;
  border-top: 0;
  border-bottom: 0;
}
.accordion.secondary .accordion-row .title, .accordion.secondary .accordion-row .title > * {
  color: var(--white);
  background-color: var(--green);
}
.accordion.secondary .accordion-row.open .title, .accordion.secondary .accordion-row.open .title > * {
  color: var(--white);
  background-color: var(--green);
}
.accordion.secondary .accordion-content {
  background-color: var(--background);
  color: var(--text);
}
.accordion.secondary .sidebox .icon {
  color: var(--lightgreen);
}
.accordion.secondary a {
  color: inherit;
}
.accordion.secondary a:hover {
  opacity: 0.8;
  color: inherit;
}
.accordion .accordion-content.alignfull {
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 1024px) {
  .accordion .accordion-content.alignfull {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.accordion .accordion-rows {
  overflow: hidden;
  height: auto;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-item-align: start;
      align-self: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-left: 0.01px;
}
.accordion .accordion-rows > div {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}
.accordion .accordion-rows.alignfull .accordion-row.gutenberg-accordion-row {
  padding-right: 30px;
  padding-left: 30px;
}
@media (max-width: 766px) {
  .accordion .accordion-rows.alignfull .accordion-row.gutenberg-accordion-row {
    padding-right: 0px;
    padding-left: 0px;
  }
}
@media (max-width: 766px) {
  .accordion .accordion-rows {
    width: 100% !important;
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
  }
}
.accordion .accordion-row {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  overflow: hidden;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media (max-width: 766px) {
  .accordion .accordion-row:not(.gutenberg-accordion-row):not(.sidebox-enabled) {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.accordion .accordion-row.open .toggle .close {
  display: block;
}
.accordion .accordion-row.open .toggle .open {
  display: none;
}
.accordion .accordion-row.open .content {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  overflow-y: auto;
  max-height: 999999999999999px;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  padding-top: 30px;
  padding-bottom: 30px;
}
.accordion .accordion-row.open .content > div {
  max-width: 100%;
}
.accordion .accordion-row.open .content .wp-caption {
  display: inline;
  max-width: 100%;
}
.accordion .accordion-row.closed .title:hover {
  opacity: 0.85;
}
.accordion .accordion-row > div {
  margin-left: auto;
  margin-right: auto;
  padding: 30px 30px;
}
@media (max-width: 766px) {
  .accordion .accordion-row > div {
    padding: 30px 22.8px;
  }
}
.accordion .accordion-row > div {
  -webkit-transition: padding 600ms cubic-bezier(0, 0, 0, 1), height 600ms cubic-bezier(0, 0, 0, 1), background 600ms cubic-bezier(0, 0, 0, 1), background-color 600ms cubic-bezier(0, 0, 0, 1), -webkit-transform 600ms cubic-bezier(0, 0, 0, 1);
  transition: padding 600ms cubic-bezier(0, 0, 0, 1), height 600ms cubic-bezier(0, 0, 0, 1), background 600ms cubic-bezier(0, 0, 0, 1), background-color 600ms cubic-bezier(0, 0, 0, 1), -webkit-transform 600ms cubic-bezier(0, 0, 0, 1);
  transition: padding 600ms cubic-bezier(0, 0, 0, 1), height 600ms cubic-bezier(0, 0, 0, 1), background 600ms cubic-bezier(0, 0, 0, 1), background-color 600ms cubic-bezier(0, 0, 0, 1), transform 600ms cubic-bezier(0, 0, 0, 1);
  transition: padding 600ms cubic-bezier(0, 0, 0, 1), height 600ms cubic-bezier(0, 0, 0, 1), background 600ms cubic-bezier(0, 0, 0, 1), background-color 600ms cubic-bezier(0, 0, 0, 1), transform 600ms cubic-bezier(0, 0, 0, 1), -webkit-transform 600ms cubic-bezier(0, 0, 0, 1);
}
.accordion .accordion-row .content {
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
  position: relative;
  max-height: 0px;
  overflow-y: hidden;
  overflow-x: hidden;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: -1px;
  margin-bottom: -1px;
  text-align: left;
}
.accordion .accordion-row .content img, .accordion .accordion-row .content video, .accordion .accordion-row .content embed, .accordion .accordion-row .content figure {
  max-width: 100%;
}
.accordion .accordion-row:last-child .content {
  margin-top: 0px;
  margin-bottom: 0px;
}
.accordion .accordion-row .toggle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 30px;
  bottom: 30px;
  right: 30px;
  padding: 8px;
  width: auto;
  height: auto;
  cursor: pointer;
}
.accordion .accordion-row .toggle i, .accordion .accordion-row .toggle svg {
  color: var(--green);
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
}
.accordion .accordion-row .toggle i.close, .accordion .accordion-row .toggle svg.close {
  display: none;
  color: var(--white);
}
.accordion .accordion-row .title {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  padding-right: 60px;
  z-index: 10;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: start-xs;
      align-content: start-xs;
  -webkit-box-align: start-xs;
      -ms-flex-align: start-xs;
          align-items: start-xs;
  text-align: left;
}
.accordion .accordion-row .title h1, .accordion .accordion-row .title h2, .accordion .accordion-row .title h3, .accordion .accordion-row .title h4, .accordion .accordion-row .title h5, .accordion .accordion-row .title h6 {
  width: 100%;
}
.accordion .accordion-row .title > * {
  padding: 0;
  margin: 0;
}
.accordion .accordion-row .title:hover {
  opacity: 0.9;
}
.accordion .accordion-row .title:active {
  opacity: 0.8;
}
.accordion .sidebox {
  position: relative;
  text-align: left;
}
.accordion .sidebox .sticky {
  position: sticky;
  display: block;
  top: 150px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  text-align: left;
}
.accordion .sidebox .icon {
  font-size: 40px;
  margin-bottom: 15px;
}
@media screen and (min-width: 0px) and (max-width: 766px) {
  .accordion .sidebox {
    margin-top: 25px;
    padding-left: 0;
    padding-right: 0;
  }
}

.files a:hover {
  color: var(--green);
  text-decoration: underline;
}

#modal {
  z-index: 99999;
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  display: none;
}
#modal.active {
  display: block;
}
#modal #modal_interface {
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 0;
  z-index: 3;
  position: absolute;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: calc(140px / 2);
  top: calc(140px / 2);
  background-color: var(--text);
  color: var(--white);
}
#modal #modal_interface #modal_exit {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  color: var(--white);
}
#modal #modal_interface #modal_exit span {
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem;
}
#modal #modal_interface #modal_exit i {
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem;
}
#modal #modal_content_wrapper {
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 0;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: none;
}
#modal #modal_content_wrapper.zoom {
  overflow: visible;
}
#modal #modal_content_wrapper #modal_image {
  padding-top: 150px;
  width: calc(100% - 100px / 2);
  top: calc(140px / 2);
  height: calc(100% - 140px * 1.8);
  margin: auto;
  padding: 0;
  z-index: 2;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#modal #modal_content_wrapper #modal_image.zoom {
  overflow: visible;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.02, 1.23, 0.79, 1.08);
  transition: -webkit-transform 0.2s cubic-bezier(0.02, 1.23, 0.79, 1.08);
  transition: transform 0.2s cubic-bezier(0.02, 1.23, 0.79, 1.08);
  transition: transform 0.2s cubic-bezier(0.02, 1.23, 0.79, 1.08), -webkit-transform 0.2s cubic-bezier(0.02, 1.23, 0.79, 1.08);
}
#modal #modal_bg {
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 0;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgba(var(--text), 0.8);
  background-color: rgba(var(--white), 1);
}

#basket {
  z-index: 999998;
  -webkit-box-shadow: -5px 0px 35px rgba(0, 0, 0, 0.1);
          box-shadow: -5px 0px 35px rgba(0, 0, 0, 0.1);
  position: fixed;
  right: 0;
  top: 90px;
  max-width: 500px;
  min-width: 0px;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -webkit-transform: translateX(100vw);
      -ms-transform: translateX(100vw);
          transform: translateX(100vw);
  -webkit-transition: all 500ms cubic-bezier(0, 0, 0, 1);
  transition: all 500ms cubic-bezier(0, 0, 0, 1);
}
@media (max-width: 766px) {
  #basket {
    max-width: 100%;
    min-width: 100%;
  }
}
#basket > .content {
  z-index: 3;
  position: relative;
  width: 100%;
  min-height: 100%;
  color: var(--text);
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
  display: block;
  background-color: var(--white);
  padding-bottom: 50px;
}
#basket > .content > .row {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  z-index: 2;
  width: 100%;
  max-width: 100%;
}
#basket > .content .basket-header {
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  #basket > .content .basket-header {
    margin-bottom: 40px;
  }
}
#basket > .content .title {
  margin: 0;
  padding: 0;
}
#basket > .content .total-sum {
  margin: 0;
  padding: 0;
}
@media (max-width: 320px) {
  #basket > .content .total-sum {
    margin-bottom: 20px;
  }
}
#basket > .content .button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: inline-block;
}
@media (max-width: 320px) {
  #basket > .content .button i, #basket > .content .button svg {
    display: none;
  }
}
#basket #basket-products {
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#basket #basket-products > div {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (max-width: 1024px) {
  #basket #basket-products > div {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
}
#basket.active {
  -webkit-transform: translateX(0vw);
      -ms-transform: translateX(0vw);
          transform: translateX(0vw);
}

.fader-basket {
  z-index: 999990;
  position: fixed;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--black);
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 1500ms cubic-bezier(0, 0, 0, 1);
  transition: all 1500ms cubic-bezier(0, 0, 0, 1);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.fader-basket.active {
  opacity: 0.4;
  pointer-events: auto;
}

#gdpr-banner {
  position: fixed;
  z-index: 999999999;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: var(--white);
  max-height: none;
  width: 100%;
  max-width: 100%;
  -webkit-box-shadow: -10px 0px 10px rgba(0, 0, 0, 0.05);
  box-shadow: -10px 0px 10px rgba(0, 0, 0, 0.05);
}
#gdpr-banner .gdpr-content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#gdpr-banner .gdpr-content > * {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#gdpr-banner .gdpr-content p {
  padding-bottom: 0;
}
#gdpr-banner .gdpr-content p.gdpr-text span {
  float: left;
  padding-top: 14px;
}
#gdpr-banner .gdpr-content p.gdpr-text span a:hover {
  color: var(--green);
}
#gdpr-banner .gdpr-content p.gdpr-text #gdpr-consent {
  width: auto;
  float: right;
}

.bomb, .bomb-sale {
  background: linear-gradient(222deg, #835EFF 15.32%, #693CFF 84.18%);
  border-radius: 100%;
  -webkit-box-shadow: 0px 0px 35px 0px rgba(105, 60, 255, 0.3);
          box-shadow: 0px 0px 35px 0px rgba(105, 60, 255, 0.3);
  color: var(--white);
  font-weight: 500;
  height: 90px;
  overflow: hidden;
  position: absolute;
  right: -25px;
  text-align: center;
  top: -25px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 90px;
  z-index: 5;
}
@media (max-width: 1352px) {
  .bomb, .bomb-sale {
    right: -15px;
  }
}
.bomb, .bomb-sale {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 24px;
  font-size: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 766px) {
  .bomb, .bomb-sale {
    width: 70px;
    height: 70px;
  }
}
.bomb .text, .bomb-sale .text {
  display: block;
  font-size: 14px;
  line-height: normal;
  position: relative;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.15);
  width: 100%;
  z-index: 10;
}
@media (max-width: 766px) {
  .bomb .text, .bomb-sale .text {
    font-size: 12px;
  }
}
.bomb:before, .bomb-sale:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  z-index: 0;
}

[product_title] .bomb-sale,
[product_title] .bomb {
  right: -42px;
  top: -42px;
  left: unset !important;
}
@media (max-width: 1400px) {
  [product_title] .bomb-sale,
  [product_title] .bomb {
    right: -22px;
    top: -42px;
  }
}
@media (max-width: 1280px) {
  [product_title] .bomb-sale,
  [product_title] .bomb {
    right: -5px;
    top: -35px;
  }
}
@media (max-width: 1024px) {
  [product_title] .bomb-sale,
  [product_title] .bomb {
    right: -85px;
    top: -42px;
  }
}
@media (max-width: 766px) {
  [product_title] .bomb-sale,
  [product_title] .bomb {
    right: -20px;
    top: -45px;
  }
}

.pagination {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 70px 0 0;
  padding: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
}
.pagination .numbers {
  display: inline-block;
}
@media (max-width: 576px) {
  .pagination .numbers {
    display: none;
  }
}
.pagination li {
  list-style: none;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 100%;
  background-color: transparent;
  font-size: 17.5px;
  font-size: 1.09375rem;
  cursor: pointer;
  margin-right: 5px;
  padding-bottom: 0;
}
.pagination li:last-child {
  margin-right: 0px;
}
.pagination li:hover {
  background-color: var(--grey);
  -webkit-filter: brightness(1.35);
          filter: brightness(1.35);
}
.pagination li:active {
  background-color: var(--grey);
  -webkit-filter: brightness(1.45);
          filter: brightness(1.45);
}
.pagination li[hidden] {
  display: none;
}
.pagination li[current] {
  background-color: var(--purple);
  color: var(--white);
}
.pagination li[disabled] {
  opacity: 0.5 !important;
  background-color: var(--grey) !important;
  color: var(--text) !important;
  cursor: auto;
}
.pagination li[disabled]:hover {
  background-color: var(--grey);
}
.pagination li[disabled]:active {
  background-color: var(--grey);
}
.pagination li span {
  display: inline-block;
  position: relative;
  font-weight: 500;
  text-align: center;
  pointer-events: none;
}
.pagination li i, .pagination li svg {
  position: relative;
  font-size: 25px;
  top: 5px;
}
.pagination li.pagination-spacer {
  color: rgba(3, 49, 96, 0.7);
  height: 20px;
  opacity: 0.5;
  width: 20px;
}
.pagination li.paginate-prev, .pagination li.paginate-next {
  color: rgba(3, 49, 96, 0.7);
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 15px;
}
.pagination li.paginate-prev > *, .pagination li.paginate-next > * {
  pointer-events: none;
}
.pagination li.paginate-prev span {
  margin-left: 3px;
}
.pagination li.paginate-next span {
  margin-right: 3px;
}

[input-name=field-sok], [input-name=field-sok] * {
  -webkit-transition: all 400ms cubic-bezier(0, 0, 0, 1);
  transition: all 400ms cubic-bezier(0, 0, 0, 1);
}
[input-name=field-sok] #field-sok.focus {
  opacity: 0.5;
}
[input-name=field-sok] #field-sok.focus + button {
  color: var(--purple);
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
  -webkit-transition: all 240ms cubic-bezier(0, 0, 0, 1);
  transition: all 240ms cubic-bezier(0, 0, 0, 1);
}

.checkout .form-row#billing_country_field, .wpcf7 .form-row#billing_country_field {
  display: none;
}
.checkout .form-row#billing_address_1_field, .checkout .form-row#billing_city_field, .checkout .form-row.form-row-first, .wpcf7 .form-row#billing_address_1_field, .wpcf7 .form-row#billing_city_field, .wpcf7 .form-row.form-row-first {
  float: left;
  width: 48%;
  display: inline-block;
}
@media (max-width: 766px) {
  .checkout .form-row#billing_address_1_field, .checkout .form-row#billing_city_field, .checkout .form-row.form-row-first, .wpcf7 .form-row#billing_address_1_field, .wpcf7 .form-row#billing_city_field, .wpcf7 .form-row.form-row-first {
    float: none;
    width: 100%;
  }
}
.checkout .form-row#billing_postcode_field, .checkout .form-row#billing_phone_field, .checkout .form-row.form-row-last, .wpcf7 .form-row#billing_postcode_field, .wpcf7 .form-row#billing_phone_field, .wpcf7 .form-row.form-row-last {
  float: right;
  width: 48%;
  display: inline-block;
}
@media (max-width: 766px) {
  .checkout .form-row#billing_postcode_field, .checkout .form-row#billing_phone_field, .checkout .form-row.form-row-last, .wpcf7 .form-row#billing_postcode_field, .wpcf7 .form-row#billing_phone_field, .wpcf7 .form-row.form-row-last {
    float: none;
    width: 100%;
  }
}
.checkout .form-row#billing_email_field, .wpcf7 .form-row#billing_email_field {
  clear: left;
  display: block;
  width: 48%;
}
@media (max-width: 766px) {
  .checkout .form-row#billing_email_field, .wpcf7 .form-row#billing_email_field {
    width: 100%;
  }
}
.checkout #order_review_heading, .wpcf7 #order_review_heading {
  width: 40%;
}
.checkout .woocommerce-billing-fields, .wpcf7 .woocommerce-billing-fields {
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .checkout .woocommerce-billing-fields, .wpcf7 .woocommerce-billing-fields {
    margin-top: 25px;
  }
}
@media (max-width: 766px) {
  .checkout .woocommerce-billing-fields, .wpcf7 .woocommerce-billing-fields {
    margin-top: 15px;
  }
}
.checkout .woocommerce-billing-fields, .wpcf7 .woocommerce-billing-fields {
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .checkout .woocommerce-billing-fields, .wpcf7 .woocommerce-billing-fields {
    margin-bottom: 10px;
  }
}
@media (max-width: 766px) {
  .checkout .woocommerce-billing-fields, .wpcf7 .woocommerce-billing-fields {
    margin-bottom: 10px;
  }
}
.checkout #order_review_heading,
.checkout .woocommerce-billing-fields h3, .wpcf7 #order_review_heading,
.wpcf7 .woocommerce-billing-fields h3 {
  margin-bottom: 20px;
}
.checkout #order_review, .wpcf7 #order_review {
  background-color: var(--white);
}
.checkout #order_review thead tr th,
.checkout #order_review tfoot tr th, .wpcf7 #order_review thead tr th,
.wpcf7 #order_review tfoot tr th {
  font-weight: 500;
}
.checkout #order_review #payment, .wpcf7 #order_review #payment {
  width: 48%;
  float: right;
}
@media (max-width: 766px) {
  .checkout #order_review #payment, .wpcf7 #order_review #payment {
    width: 100%;
  }
}
.checkout #order_review #payment .methods, .wpcf7 #order_review #payment .methods {
  padding-bottom: 0;
}
.checkout #order_review #payment .woocommerce-invalid, .wpcf7 #order_review #payment .woocommerce-invalid {
  border: 1px solid var(--red);
}
.checkout #order_review #payment .place-order .woocommerce-privacy-policy-text p, .wpcf7 #order_review #payment .place-order .woocommerce-privacy-policy-text p {
  font-size: 14px;
  font-size: 0.875rem;
}
.checkout #order_review #payment .place-order .woocommerce-terms-and-conditions-checkbox-text, .wpcf7 #order_review #payment .place-order .woocommerce-terms-and-conditions-checkbox-text {
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
}
.checkout #order_review .shop_table, .wpcf7 #order_review .shop_table {
  width: 48%;
  float: left;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 766px) {
  .checkout #order_review .shop_table, .wpcf7 #order_review .shop_table {
    width: 100%;
    margin: 0 0 30px;
  }
}
.checkout #order_review .shop_table .product-name, .checkout #order_review .shop_table .product-total, .wpcf7 #order_review .shop_table .product-name, .wpcf7 #order_review .shop_table .product-total {
  width: 40%;
  word-wrap: break-word;
  background-color: var(--lightgrey);
  padding: 20px;
  vertical-align: middle;
}
.checkout #order_review .shop_table .includes_tax, .wpcf7 #order_review .shop_table .includes_tax {
  font-style: italic;
}
.checkout #order_review .shop_table .includes_tax .woocommerce-Price-amount, .wpcf7 #order_review .shop_table .includes_tax .woocommerce-Price-amount {
  display: none;
}
.checkout #order_review .shop_table .cart_item .product-name, .checkout #order_review .shop_table .cart_item .product-total, .wpcf7 #order_review .shop_table .cart_item .product-name, .wpcf7 #order_review .shop_table .cart_item .product-total {
  background-color: var(--white);
  color: var(--text);
  font-size: 15px;
  font-size: 0.9375rem;
  padding: 10px;
  margin: 0 0 30px;
}
.checkout #order_review .shop_table .cart-subtotal, .wpcf7 #order_review .shop_table .cart-subtotal {
  display: none;
}
.checkout #order_review .shop_table .shipping, .wpcf7 #order_review .shop_table .shipping {
  margin-top: 30px;
}
.checkout #order_review .shop_table .shipping th, .wpcf7 #order_review .shop_table .shipping th {
  padding: 0 10px;
  font-weight: 400;
}
.checkout #order_review .shop_table .shipping #shipping_method li, .wpcf7 #order_review .shop_table .shipping #shipping_method li {
  padding: 5px 0;
  width: 100%;
  position: relative;
}
.checkout #order_review .shop_table .shipping #shipping_method li input[type=radio], .wpcf7 #order_review .shop_table .shipping #shipping_method li input[type=radio] {
  margin-right: 5px;
  top: 10px;
  left: 0;
  position: absolute;
}
.checkout #order_review .shop_table .shipping #shipping_method li label, .wpcf7 #order_review .shop_table .shipping #shipping_method li label {
  padding-left: 25px;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
}
.checkout #order_review .shop_table .order-total, .wpcf7 #order_review .shop_table .order-total {
  background-color: var(--lightgrey);
}
.checkout #order_review .shop_table .order-total th, .wpcf7 #order_review .shop_table .order-total th {
  padding: 20px;
}
.checkout #order_review .shop_table .order-total td, .wpcf7 #order_review .shop_table .order-total td {
  padding: 20px;
}

.box-1 {
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(15px);
  border: 2px solid rgba(165, 184, 203, 0.1);
  border-radius: 14px;
}

@media (max-width: 576px) {
  .full-mobile {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }
}

.box-contact-person .avatar {
  -webkit-box-shadow: 4px 4px 26px rgba(0, 0, 0, 0.07);
          box-shadow: 4px 4px 26px rgba(0, 0, 0, 0.07);
  background-color: var(--background);
  max-height: 190px;
  max-width: 190px;
  margin-bottom: 15px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
}
.box-contact-person .avatar:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.box-contact-person .name {
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  line-height: 18px;
  line-height: 1.125rem;
  font-weight: 500;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
.box-contact-person .job {
  text-align: center;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 18px;
  line-height: 1.125rem;
  font-weight: 500;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
.box-contact-person .meta {
  text-align: center;
  padding: 0;
}
.box-contact-person .meta li {
  text-align: center;
  list-style: none;
  display: inline-block;
  max-width: 100%;
  width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-bottom: 10px;
}
@media (max-width: 766px) {
  .box-contact-person .meta li {
    max-width: 100%;
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.box-contact-person .meta li .icon {
  font-size: 16px;
  font-size: 1rem;
  display: inline-block;
  text-align: center;
  max-width: 100%;
  width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.box-contact-person .meta li a {
  text-align: center;
  text-decoration: none;
  color: var(--text);
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
  font-weight: 500;
  display: inline-block;
  max-width: 100%;
  width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.box-contact {
  padding: 15px;
}
.box-contact span {
  width: 100%;
  max-width: 100%;
  display: block;
  text-align: left;
}
.box-contact span:nth-child(2) {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 25px;
  line-height: 1.5625rem;
}
.box-contact span:nth-child(1) {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 25px;
  line-height: 1.5625rem;
}
.box-contact a {
  color: inherit;
  text-decoration: none;
}
.box-contact a:hover {
  color: var(--purple);
}

.button,
button:not([aria-controls]):not([input-icon]):not(.slick-arrow),
input[type=submit],
.wp-block-button__link {
  font-size: 17.5px;
  font-size: 1.09375rem;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--green);
  border: 2px solid transparent;
  border-radius: 12px;
  -webkit-box-shadow: 6px 6px 18px rgba(0, 0, 0, 0.06);
          box-shadow: 6px 6px 18px rgba(0, 0, 0, 0.06);
  color: var(--white);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-weight: 500;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  outline: 0;
  padding: 13px 18px;
  text-align: left;
  text-decoration: none !important;
  -webkit-transition: all 500ms cubic-bezier(0, 0, 0, 1);
  transition: all 500ms cubic-bezier(0, 0, 0, 1);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: auto;
}
.button.btn-outline,
button:not([aria-controls]):not([input-icon]):not(.slick-arrow).btn-outline,
input[type=submit].btn-outline,
.wp-block-button__link.btn-outline {
  background-color: transparent;
  border-color: var(--white);
}
.button.btn-outline:hover,
button:not([aria-controls]):not([input-icon]):not(.slick-arrow).btn-outline:hover,
input[type=submit].btn-outline:hover,
.wp-block-button__link.btn-outline:hover {
  background-color: var(--white);
  border-color: var(--white);
  color: var(--black);
}
.button.hero,
button:not([aria-controls]):not([input-icon]):not(.slick-arrow).hero,
input[type=submit].hero,
.wp-block-button__link.hero {
  float: left;
  width: auto;
}
.button span,
button:not([aria-controls]):not([input-icon]):not(.slick-arrow) span,
input[type=submit] span,
.wp-block-button__link span {
  -webkit-box-flex: 2;
      -ms-flex: 2 2 auto;
          flex: 2 2 auto;
}
.button i,
.button svg,
button:not([aria-controls]):not([input-icon]):not(.slick-arrow) i,
button:not([aria-controls]):not([input-icon]):not(.slick-arrow) svg,
input[type=submit] i,
input[type=submit] svg,
.wp-block-button__link i,
.wp-block-button__link svg {
  margin-left: 17px;
}
.button.btn-white i,
.button.btn-white svg,
button:not([aria-controls]):not([input-icon]):not(.slick-arrow).btn-white i,
button:not([aria-controls]):not([input-icon]):not(.slick-arrow).btn-white svg,
input[type=submit].btn-white i,
input[type=submit].btn-white svg,
.wp-block-button__link.btn-white i,
.wp-block-button__link.btn-white svg {
  color: var(--black);
}
.button:hover,
button:not([aria-controls]):not([input-icon]):not(.slick-arrow):hover,
input[type=submit]:hover,
.wp-block-button__link:hover {
  -webkit-filter: brightness(1.08);
          filter: brightness(1.08);
  -webkit-box-shadow: 7px 8px 28px rgba(0, 0, 0, 0.07);
          box-shadow: 7px 8px 28px rgba(0, 0, 0, 0.07);
}
.button:active,
button:not([aria-controls]):not([input-icon]):not(.slick-arrow):active,
input[type=submit]:active,
.wp-block-button__link:active {
  -webkit-filter: brightness(1.15);
          filter: brightness(1.15);
}
.button[add-to-cart],
button:not([aria-controls]):not([input-icon]):not(.slick-arrow)[add-to-cart],
input[type=submit][add-to-cart],
.wp-block-button__link[add-to-cart] {
  display: inline-block;
  -webkit-transition: all 700ms cubic-bezier(0, 0, 0, 1);
  transition: all 700ms cubic-bezier(0, 0, 0, 1);
  font-weight: 600;
}
@media (max-width: 576px) {
  .button[add-to-cart] span,
  button:not([aria-controls]):not([input-icon]):not(.slick-arrow)[add-to-cart] span,
  input[type=submit][add-to-cart] span,
  .wp-block-button__link[add-to-cart] span {
    display: none;
  }
  .button[add-to-cart] i,
  .button[add-to-cart] svg,
  button:not([aria-controls]):not([input-icon]):not(.slick-arrow)[add-to-cart] i,
  button:not([aria-controls]):not([input-icon]):not(.slick-arrow)[add-to-cart] svg,
  input[type=submit][add-to-cart] i,
  input[type=submit][add-to-cart] svg,
  .wp-block-button__link[add-to-cart] i,
  .wp-block-button__link[add-to-cart] svg {
    margin-left: 0px;
  }
}
.button[add-to-cart].product-added,
button:not([aria-controls]):not([input-icon]):not(.slick-arrow)[add-to-cart].product-added,
input[type=submit][add-to-cart].product-added,
.wp-block-button__link[add-to-cart].product-added {
  -webkit-transform: scale(0.92);
      -ms-transform: scale(0.92);
          transform: scale(0.92);
}
.button[add-to-cart].product-added-type-warning,
button:not([aria-controls]):not([input-icon]):not(.slick-arrow)[add-to-cart].product-added-type-warning,
input[type=submit][add-to-cart].product-added-type-warning,
.wp-block-button__link[add-to-cart].product-added-type-warning {
  background: var(--warning);
}
.button[add-to-cart].product-added-type-error,
button:not([aria-controls]):not([input-icon]):not(.slick-arrow)[add-to-cart].product-added-type-error,
input[type=submit][add-to-cart].product-added-type-error,
.wp-block-button__link[add-to-cart].product-added-type-error {
  background: var(--error);
}
.button[disabled], .button.disabled,
button:not([aria-controls]):not([input-icon]):not(.slick-arrow)[disabled],
button:not([aria-controls]):not([input-icon]):not(.slick-arrow).disabled,
input[type=submit][disabled],
input[type=submit].disabled,
.wp-block-button__link[disabled],
.wp-block-button__link.disabled {
  pointer-events: none !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
  background: none !important;
  background-color: var(--lightgrey) !important;
  color: var(--grey) !important;
  text-shadow: 2px 2px 0px rgba(255, 255, 255, 0);
}
.button > *:not(#ywgc-manual-amount-div-wrapper),
button:not([aria-controls]):not([input-icon]):not(.slick-arrow) > *:not(#ywgc-manual-amount-div-wrapper),
input[type=submit] > *:not(#ywgc-manual-amount-div-wrapper),
.wp-block-button__link > *:not(#ywgc-manual-amount-div-wrapper) {
  pointer-events: none;
  text-decoration: none;
}

.btn-red, .has-red-background-color {
  color: var(--white);
  background-color: var(--red);
}

.btn-orange, .has-orange-background-color {
  color: var(--white);
  background-color: var(--orange);
}

.btn-lightred, .has-lightred-background-color {
  color: var(--white);
  background-color: var(--lightred);
}

.btn-purple, .has-purple-background-color {
  color: var(--white);
  background-color: var(--purple);
}
.btn-purple:hover, .has-purple-background-color:hover {
  background: rgba(105, 60, 255, 0.7);
}
.btn-purple:active, .has-purple-background-color:active {
  background: rgba(105, 60, 255, 0.3);
}

.btn-lightpurple, .has-lightpurple-background-color {
  color: var(--purple);
  background-color: var(--lightpurple);
}

.btn-blue, .has-blue-background-color {
  color: var(--white);
  background-color: var(--blue);
}

.btn-green, .has-green-background-color {
  color: var(--white);
  background-color: var(--green);
  background: linear-gradient(312deg, rgb(26, 178, 129) 0%, rgb(20, 204, 144) 100%);
}

.btn-black, .has-black-background-color {
  background-color: var(--white);
}

.btn-white {
  background-color: var(--white);
  color: var(--purple);
  backdrop-filter: blur(10px);
}
.btn-white:hover {
  -webkit-filter: brightness(1);
          filter: brightness(1);
  border-color: var(--white);
  color: var(--white);
  background-color: rgba(255, 255, 255, 0);
}
.btn-white:hover i,
.btn-white:hover svg {
  color: var(--white) !important;
}
.btn-white:active {
  -webkit-filter: brightness(1);
          filter: brightness(1);
  background-color: rgba(255, 255, 255, 0.15);
}

.btn-white-alt {
  background-color: var(--white);
  color: var(--text);
  backdrop-filter: blur(10px);
}
.btn-white-alt:hover {
  -webkit-filter: brightness(1);
          filter: brightness(1);
  border: 3px solid var(--lightgrey);
}
.btn-white-alt:hover i,
.btn-white-alt:hover svg {
  color: var(--purple) !important;
}
.btn-white-alt:active {
  -webkit-filter: brightness(1);
          filter: brightness(1);
  background-color: var(--lightgrey);
}

.has-white-color, .has-white-color:hover {
  color: var(--white);
}

.has-light-grey-color, .has-light-grey-color:hover {
  color: var(--grey);
}

.has-grey-color, .has-grey-color:hover {
  color: var(--lightgrey);
}

.has-black-color, .has-black-color:hover {
  color: var(--white);
}

.has-pitch-black-colo, .has-pitch-black-colo:hover {
  color: var(--realblack);
}

.has-blue-color, .has-blue-color:hover {
  color: var(--blue);
}

.has-dark-red-color, .has-dark-red-color:hover {
  color: var(--red);
}

.has-red-color, .has-red-color:hover {
  color: var(--red);
}

.has-yellow-color, .has-yellow-color:hover {
  color: var(--yellow);
}

.has-orange-color, .has-orange-color:hover {
  color: var(--orange);
}

.wp-block-button {
  line-height: inherit;
}
.wp-block-button > * {
  text-decoration: none;
  line-height: inherit;
  line-height: inherit;
  font-size: inherit;
}
.wp-block-button > *:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
.wp-block-button > *:active {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}
.wp-block-button.is-style-squared > * {
  border-radius: 4px;
}

[realtime-search] {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 120px;
  align-items: flex-start;
  color: var(--text);
}
[realtime-search] [search-form],
[realtime-search] [search-results] {
  width: 100%;
}
[realtime-search] [search-form] {
  position: relative;
  z-index: 10;
}
[realtime-search] [search-results] {
  position: relative;
  margin-top: 30px;
  z-index: 1;
  text-align: left;
  opacity: 0.75;
}
[realtime-search] [search-results] ::-webkit-scrollbar {
  width: 0.5em;
  height: 0.5em;
}
[realtime-search] [search-results] ::-webkit-scrollbar-thumb {
  background: #9176ff;
}
[realtime-search] [search-results] ::-webkit-scrollbar-track {
  background: #f3f0ff;
}
[realtime-search] [search-results] body {
  scrollbar-face-color: #9176ff;
  scrollbar-track-color: #f3f0ff;
}
[realtime-search] [search-results].disabled {
  display: none;
}
[realtime-search] [search-results].done {
  opacity: 1;
}
[realtime-search] [search-results].done .search-result__button_1,
[realtime-search] [search-results].done .search-result__button_2 {
  pointer-events: auto;
  opacity: 1;
  display: inline-block;
}
[realtime-search] [search-results] > .search-result__rows {
  width: 100%;
  max-height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  overflow-x: hidden;
  overflow-y: auto;
  padding-bottom: 0;
}
[realtime-search] [search-results] > .search-result__rows .search-result__row {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
}
@media (max-width: 576px) {
  [realtime-search] [search-results] > .search-result__rows .search-result__row a {
    padding: 24px 24px !important;
  }
}
[realtime-search] [search-results] .search-result__button_1,
[realtime-search] [search-results] .search-result__button_2 {
  display: inline-block;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
  opacity: 0.75;
  float: left;
  width: 100%;
}
@media screen and (min-width: 0px) and (max-width: 766px) {
  [realtime-search] [search-results] .search-result__button_1,
  [realtime-search] [search-results] .search-result__button_2 {
    width: 100%;
  }
}

[realtime-search] [search-form] [search-title] {
  text-align: left;
}
[realtime-search] [search-form] .input-wrapper [input-icon][align=right] i, [realtime-search] [search-form] .input-wrapper [input-icon][align=right] svg {
  font-size: 28px;
  font-size: 1.75rem;
  color: var(--purple);
}
[realtime-search] [search-results] > .search-result__rows {
  border-radius: 12px 12px 0px 0px;
  background-color: var(--white);
  color: var(--text);
  position: relative;
}
[realtime-search] [search-results] > .search-result__rows .search-result__row {
  width: 100%;
  cursor: pointer;
  -webkit-transition: all 800ms cubic-bezier(0, 0, 0, 1);
  transition: all 800ms cubic-bezier(0, 0, 0, 1);
  padding: 0;
}
[realtime-search] [search-results] > .search-result__rows .search-result__row:not(:last-child) {
  border-bottom: 1px solid #f1f1f1;
}
[realtime-search] [search-results] > .search-result__rows .search-result__row:first-child > a {
  padding-top: 45px;
}
[realtime-search] [search-results] > .search-result__rows .search-result__row:last-child > a {
  padding-bottom: 45px;
}
[realtime-search] [search-results] > .search-result__rows .search-result__row > a {
  padding: 30px 45px;
  color: inherit;
  height: 100%;
  border-bottom: 1px solid rgba(var(--text), 0.1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0, 0, 0, 1);
  transition: -webkit-transform 500ms cubic-bezier(0, 0, 0, 1);
  transition: transform 500ms cubic-bezier(0, 0, 0, 1);
  transition: transform 500ms cubic-bezier(0, 0, 0, 1), -webkit-transform 500ms cubic-bezier(0, 0, 0, 1);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
[realtime-search] [search-results] > .search-result__rows .search-result__row > a > span {
  float: left;
  font-size: 20px;
  font-size: 1.25rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
[realtime-search] [search-results] > .search-result__rows .search-result__row > a > span .match {
  font-weight: 500;
}
[realtime-search] [search-results] > .search-result__rows .search-result__row > a > span {
  width: calc(100% - 20px);
}
[realtime-search] [search-results] > .search-result__rows .search-result__row > a > i, [realtime-search] [search-results] > .search-result__rows .search-result__row > a > svg {
  float: right;
  color: var(--purple);
  font-size: 30px;
  font-size: 1.875rem;
  width: 20px;
}
[realtime-search] [search-results] > .search-result__rows .search-result__row:hover a {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}
[realtime-search] [search-results] > .search-result__rows .search-result__row:active {
  opacity: 0.8;
}
[realtime-search] [search-results] > .search-result__rows .search-result__row[current] {
  background-color: var(--lightgrey);
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
  color: var(--purple);
  opacity: 1 !important;
}
[realtime-search] [search-results]:after {
  height: 12px;
  width: 100%;
  border-radius: 0px 0px 50px 50px;
  background-color: var(--purple);
  position: relative;
  top: -16px;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
[realtime-search] [search-results] .search-result__button_1,
[realtime-search] [search-results] .search-result__button_2 {
  position: relative;
  top: -12px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 36px;
  text-align: center;
  color: var(--white);
  text-decoration: none;
  font-size: 20px;
  font-size: 1.25rem;
  border-radius: 0px 0px 12px 12px;
  -webkit-transition: all 500ms cubic-bezier(0, 0, 0, 1);
  transition: all 500ms cubic-bezier(0, 0, 0, 1);
  background-color: var(--purple);
}
[realtime-search] [search-results] .search-result__button_1:hover,
[realtime-search] [search-results] .search-result__button_2:hover {
  background-color: var(--purple);
}
[realtime-search] [search-results] .search-result__button_1:active,
[realtime-search] [search-results] .search-result__button_2:active {
  background-color: var(--purple);
}
@media screen and (min-width: 0px) and (max-width: 766px) {
  [realtime-search] [search-results] .search-result__button_1,
  [realtime-search] [search-results] .search-result__button_2 {
    padding: 45px;
  }
}
[realtime-search] [search-results] .search-result__button_1 {
  border-radius: 0px 0px 12px 12px;
  font-weight: 500;
  background-color: var(--purple);
  text-transform: uppercase;
  font-size: 22px;
  font-size: 1.375rem;
}
[realtime-search] [search-results] .search-result__button_1:hover {
  -webkit-filter: brightness(120%);
          filter: brightness(120%);
}
[realtime-search] [search-results] .search-result__button_1:active {
  -webkit-filter: brightness(90%);
          filter: brightness(90%);
}

body {
  --fader-background: #627bb6bd;
}

[fader] {
  position: fixed;
  opacity: 0.4;
  background-color: var(--fader-background);
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 90;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  will-change: opacity;
  -webkit-transition: opacity 800ms cubic-bezier(0, 0, 0, 1);
  transition: opacity 800ms cubic-bezier(0, 0, 0, 1);
}
[fader]:not([active]) {
  opacity: 0;
  pointer-events: none;
}
[fader].menu-fader {
  z-index: 1;
}

/**
 * Cards
 *
 * All-around card SCSS file
 * 
 */
.card {
  position: relative;
  -webkit-transition: opacity 1400ms cubic-bezier(0, 0, 0, 1), -webkit-transform 1000ms cubic-bezier(0, 0, 0, 1);
  transition: opacity 1400ms cubic-bezier(0, 0, 0, 1), -webkit-transform 1000ms cubic-bezier(0, 0, 0, 1);
  transition: opacity 1400ms cubic-bezier(0, 0, 0, 1), transform 1000ms cubic-bezier(0, 0, 0, 1);
  transition: opacity 1400ms cubic-bezier(0, 0, 0, 1), transform 1000ms cubic-bezier(0, 0, 0, 1), -webkit-transform 1000ms cubic-bezier(0, 0, 0, 1);
  opacity: 1;
  min-height: 350px;
}
.card.hide {
  opacity: 0 !important;
}
.card .thumb {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  height: auto;
  width: 100%;
  display: inline-block;
}
.card .thumb .bg {
  position: relative;
}
.card .thumb .bg:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.card .thumb .bg > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.card .thumb .bg {
  position: relative;
  margin-bottom: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: hidden;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-blend-mode: multiply;
  -webkit-filter: brightness(1);
          filter: brightness(1);
  margin: 30px;
  -webkit-transition: all 800ms cubic-bezier(0, 0, 0, 1);
  transition: all 800ms cubic-bezier(0, 0, 0, 1);
}
@media (max-width: 1024px) {
  .card .thumb .bg {
    margin: 30px;
  }
}
@media (max-width: 576px) {
  .card .thumb .bg {
    margin: 0;
    margin-bottom: 15px;
  }
}
.card .title {
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
}
@media (max-width: 766px) {
  .card .title {
    font-size: 17.5px;
    font-size: 1.09375rem;
  }
}
.card .title a {
  text-decoration: none;
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
}
.card .title a:hover {
  text-decoration: underline;
}
.card .description {
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  padding-bottom: 15px;
  min-height: 34px;
  width: 100%;
  display: inline-block !important;
}
.card .description:empty {
  overflow: hidden;
  min-height: 0px;
}
.card.placeholder-card {
  overflow: hidden;
  position: relative;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.card.placeholder-card img {
  opacity: 0;
}
.card.placeholder-card .bg {
  background: #eaeaf0 !important;
  border-radius: 12px;
  height: 200px;
}
.card.placeholder-card .title {
  margin-top: 12px;
  margin-bottom: 12px;
  height: 10px;
  border-radius: 50px;
  padding: 0;
}
.card.placeholder-card .button > * {
  opacity: 0;
}
.card.placeholder-card .thumb .bg,
.card.placeholder-card .title,
.card.placeholder-card .button,
.card.placeholder-card .price-group > * {
  overflow: hidden;
  position: relative;
  background: #eaeaf0 !important;
  border-radius: 12px;
}
.card.placeholder-card .thumb .bg::before,
.card.placeholder-card .title::before,
.card.placeholder-card .button::before,
.card.placeholder-card .price-group > *::before {
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  width: 500%;
  margin-left: -250%;
  z-index: 10;
  -webkit-animation: placeholder 0.5s linear infinite;
          animation: placeholder 0.5s linear infinite;
  background: -webkit-gradient(linear, left top, right top, color-stop(46%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.35)), color-stop(54%, rgba(255, 255, 255, 0))) 50% 50% !important;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 46%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0) 54%) 50% 50% !important;
}
.card .add-to-cart {
  margin-right: 15px;
}
.card .add-to-cart.product-added {
  opacity: 0.6;
  pointer-events: none !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (max-width: 320px) {
  .card .add-to-cart.product-added {
    padding-right: 20px;
  }
  .card .add-to-cart.product-added span {
    display: none;
  }
  .card .add-to-cart.product-added i, .card .add-to-cart.product-added svg {
    float: none;
    margin: auto;
    display: block;
    font-size: 20px;
    left: auto;
    right: auto;
  }
}
@media (max-width: 320px) {
  .card .add-to-cart.product-added-after span {
    display: none;
  }
  .card .add-to-cart.product-added-after i, .card .add-to-cart.product-added-after svg {
    float: none;
    margin: auto;
    display: block;
    font-size: 20px;
    left: auto;
    right: auto;
  }
}
.card .stock-status {
  color: var(--text);
  margin-right: 5px;
}
.card .stock-status[status=in-stock] {
  color: var(--success);
}
.card .stock-status[status=in-stock] span {
  color: #337A61;
}
.card .stock-status[status=out-of-stock] {
  color: var(--error);
}
.card .stock-status i, .card .stock-status svg {
  font-size: 19px;
  font-size: 1.1875rem;
  margin-right: 6px;
  color: inherit;
}
.card .stock-status span {
  font-size: 17.5px;
  font-size: 1.09375rem;
  font-weight: 500;
  color: inherit;
}
.card .price-group {
  font-weight: 500;
  font-size: 17.5px;
  font-size: 1.09375rem;
  display: inline-block;
}
.card .price-group.reduced {
  font-weight: 500;
}
.card .price-group.reduced .price-before {
  opacity: 0.75;
  color: var(--red);
  margin-left: 5px;
}
.card .price-group .price {
  display: inline-block;
}
.card .price-group .price-before {
  text-decoration: line-through;
  display: inline;
  color: var(--text);
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
}

@-webkit-keyframes placeholder {
  0% {
    -webkit-transform: translate3d(-30%, 0, 0);
            transform: translate3d(-30%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(30%, 0, 0);
            transform: translate3d(30%, 0, 0);
  }
}

@keyframes placeholder {
  0% {
    -webkit-transform: translate3d(-30%, 0, 0);
            transform: translate3d(-30%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(30%, 0, 0);
            transform: translate3d(30%, 0, 0);
  }
}
/**
 * Card 2
 *
 * Card 2 is used in group products.
 * It allows you to select variation straight from the card itself
 * 
 */
.card.card-2 {
  min-height: auto;
}
.card.card-2 .title {
  font-size: 22px;
  font-size: 1.375rem;
}
.card.card-2 .card-bg {
  background-color: #F1F3F5;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  z-index: 0;
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  -webkit-transition: opacity 1400ms cubic-bezier(0, 0, 0, 1);
  transition: opacity 1400ms cubic-bezier(0, 0, 0, 1);
  border-radius: 12px;
}
.card.card-2:hover .card-bg {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(5%, rgba(241, 243, 245, 0.5)), color-stop(60%, rgb(241, 243, 245)));
  background: linear-gradient(360deg, rgba(241, 243, 245, 0.5) 5%, rgb(241, 243, 245) 60%);
}
.card.card-2 .thumb .bg {
  background-color: #F1F3F5;
}
.card.card-2 .inner {
  position: relative;
  border-radius: 12px;
  padding: 30px 30px;
}
.card.card-2 .inner > *:not(.card-bg) {
  z-index: 2;
  position: relative;
}
.card.card-2 .inner [customizations] {
  z-index: 10;
}
.card.card-2.product-out-of-stock {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.card.card-2.product-out-of-stock .thumb {
  opacity: 0.65;
}
.card.card-2.product-out-of-stock .card-bg {
  background: linear-gradient(312deg, rgba(255, 235, 242, 0.55) 20%, rgb(241, 243, 245) 70%);
}
.card.card-2.product-out-of-stock [customizations] {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0.4;
}

.card.product {
  border-radius: 14px;
  background: rgba(211, 222, 234, 0.35);
  backdrop-filter: blur(10px);
  display: -ms-grid;
  display: grid;
  padding: 0;
  text-align: left;
  -webkit-transition: none;
  transition: none;
}
.card.product:hover {
  background: rgba(211, 222, 234, 0.25);
}
.card.product a {
  -ms-flex-line-pack: start;
      align-content: start;
  color: inherit;
  display: -ms-grid;
  display: grid;
  padding: 30px;
  -ms-grid-rows: auto 30px 1fr;
  grid-template-rows: auto 1fr;
  row-gap: 30px;
  text-decoration: none;
}
.card.product a .thumb .bg {
  aspect-ratio: 1/1;
  margin: 0;
}
.card.product a .text-content {
  -ms-grid-rows: auto 20px auto 20px 1fr;
  grid-template-rows: auto auto 1fr;
  row-gap: 20px;
}
.card.product a .text-content h4 {
  font-size: 20px;
  line-height: 28px;
  margin: 0;
}
.card.product a .text-content p {
  font-size: 14px;
  line-height: 19px;
  min-height: 0;
  padding: 0;
  margin-top: 0;
}
.card.product a .text-content p:empty {
  display: none;
}
.card.product a .text-content .product-meta .prices {
  row-gap: 0;
}
.card.product a .text-content .product-meta .prices .price {
  font-size: 18px;
  font-weight: 500;
}
.card.product a .text-content .product-meta .prices:has(del) .price {
  color: var(--purple);
}
.card.product a .text-content .product-meta .prices del {
  color: var(--darkblue);
  font-style: italic;
  font-size: 14px;
  line-height: 13px;
  opacity: 0.7;
}
.card.product a .text-content .product-meta .stock {
  -webkit-column-gap: 7.5px;
     -moz-column-gap: 7.5px;
          column-gap: 7.5px;
}
.card.product a .text-content .product-meta .stock:has(span:not(:empty)):before {
  background: var(--color-green);
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 8px;
  width: 8px;
}
.card.product a .text-content .product-meta .stock.outofstock {
  color: var(--red-new);
}
.card.product a .text-content .product-meta .stock.outofstock:before {
  background: var(--red-new);
}
.card.product.has-bomb {
  background: linear-gradient(37deg, rgba(255, 255, 255, 0) 56.42%, rgba(255, 255, 255, 0.3) 56.43%), linear-gradient(210deg, #DCD2FF 0%, rgba(211, 222, 234, 0.35) 48.88%);
}
.card.product.has-bomb:hover {
  background: linear-gradient(37deg, rgba(255, 255, 255, 0) 56.42%, rgba(255, 255, 255, 0.3) 56.43%), linear-gradient(210deg, #DCD2FF 0%, rgba(211, 222, 234, 0.25) 48.88%);
}
.card.product.outofstock {
  background: linear-gradient(326deg, rgba(252, 122, 158, 0.1) 0.04%, rgba(211, 222, 234, 0.35) 99.53%);
}
.card.product.outofstock:hover {
  background: linear-gradient(326deg, rgba(252, 122, 158, 0.1) 0.04%, rgba(211, 222, 234, 0.25) 99.53%);
}
.card.product.outofstock .text-content .product-meta .stock:has(span:not(:empty)):before {
  background: var(--color-red);
}
.card.product.outofstock .text-content .product-meta .stock span {
  color: var(--color-red);
}

.intro-box {
  text-align: center;
  position: relative;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 700ms cubic-bezier(0, 0, 0, 1);
  transition: all 700ms cubic-bezier(0, 0, 0, 1);
}
.intro-box i, .intro-box svg {
  font-size: 52px;
  color: var(--purple);
}
.intro-box .intro-box__title {
  font-weight: 300;
  font-size: 30px;
}

.quick-box {
  cursor: pointer;
  text-align: center;
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 700ms cubic-bezier(0, 0, 0, 1);
  transition: all 700ms cubic-bezier(0, 0, 0, 1);
  text-decoration: none !important;
  color: var(--text) !important;
}
.quick-box i, .quick-box svg {
  font-size: 52px;
  color: var(--text);
  opacity: 0.7;
  margin-bottom: 30px;
}
.quick-box .quick-box__title {
  font-weight: 500;
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 0.8rem;
  color: inherit;
}
.quick-box:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.quick-box:hover i, .quick-box:hover svg {
  opacity: 0.85;
  color: var(--purple);
}
.quick-box:hover i, .quick-box:hover svg {
  opacity: 1;
}

.info-box {
  min-height: 500px;
  color: var(--white);
}
.info-box .inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 4px 4px 26px rgba(0, 0, 0, 0.07);
          box-shadow: 4px 4px 26px rgba(0, 0, 0, 0.07);
  background: black;
}
.info-box .content {
  z-index: 10;
  position: relative;
  padding: 60px 90px;
}
.info-box .content > div:first-child {
  margin-right: 30px;
}
@media (max-width: 766px) {
  .info-box .content {
    padding: 60px 60px;
  }
  .info-box .content > div:first-child {
    margin-right: 0px;
  }
}
@media (max-width: 576px) {
  .info-box .content {
    padding: 30px 30px;
  }
}
.info-box .content p {
  line-height: 30px;
}
.info-box .content p.larger, .info-box .content p:first-child {
  font-size: 24px;
  line-height: 32px;
}
.info-box .content .button:not(:last-child) {
  margin-bottom: 30px;
}
.info-box .content .button i, .info-box .content .button svg {
  color: var(--purple);
  font-size: 24px;
}
.info-box .backgrounds {
  --gc1: rgba(105,60,255,1);
  --gc2: rgba(21,37,146,1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-transition: all 500ms cubic-bezier(0, 0, 0, 1);
  transition: all 500ms cubic-bezier(0, 0, 0, 1);
  background: linear-gradient(123deg, var(--gc1) 0%, var(--gc2) 100%);
}
.info-box .background {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  opacity: 0.5;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: all 500ms cubic-bezier(0, 0, 0, 1);
  transition: all 500ms cubic-bezier(0, 0, 0, 1);
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-name: infobox_one;
          animation-name: infobox_one;
  -webkit-animation-duration: 15s;
          animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.info-box .background.bg-1 {
  z-index: 1;
  -webkit-animation-name: infobox_one;
          animation-name: infobox_one;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
}
.info-box .background.bg-2 {
  z-index: 2;
  -webkit-animation-name: infobox_two;
          animation-name: infobox_two;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-filter: brightness(0.95);
          filter: brightness(0.95);
}
.info-box .background.bg-3 {
  z-index: 3;
  -webkit-animation-name: infobox_three;
          animation-name: infobox_three;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  -webkit-filter: brightness(1.1) hue-rotate(-10deg);
          filter: brightness(1.1) hue-rotate(-10deg);
}
.info-box .background.bg-4 {
  z-index: 4;
  -webkit-animation-name: infobox_four;
          animation-name: infobox_four;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-filter: brightness(1.4) hue-rotate(-14deg);
          filter: brightness(1.4) hue-rotate(-14deg);
}

.logo-box {
  height: 80px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.5;
  width: auto;
  position: relative;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.logo-box img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

[popular-products] .title icon {
  padding-left: 5px;
  font-size: 30px;
  opacity: 0.8;
}

/**
 * Animations
 */
@-webkit-keyframes infobox_one {
  0% {
    opacity: 0.5;
    -webkit-filter: brightness(1) hue-rotate(0deg);
            filter: brightness(1) hue-rotate(0deg);
    background: linear-gradient(110deg, var(--gc1) 0%, var(--gc2) 100%);
  }
  100% {
    -webkit-filter: brightness(1.6) hue-rotate(-14deg);
            filter: brightness(1.6) hue-rotate(-14deg);
    background: -webkit-gradient(linear, left top, right top, from(var(--gc1)), to(var(--gc2)));
    background: linear-gradient(90deg, var(--gc1) 0%, var(--gc2) 100%);
  }
}
@keyframes infobox_one {
  0% {
    opacity: 0.5;
    -webkit-filter: brightness(1) hue-rotate(0deg);
            filter: brightness(1) hue-rotate(0deg);
    background: linear-gradient(110deg, var(--gc1) 0%, var(--gc2) 100%);
  }
  100% {
    -webkit-filter: brightness(1.6) hue-rotate(-14deg);
            filter: brightness(1.6) hue-rotate(-14deg);
    background: -webkit-gradient(linear, left top, right top, from(var(--gc1)), to(var(--gc2)));
    background: linear-gradient(90deg, var(--gc1) 0%, var(--gc2) 100%);
  }
}
@-webkit-keyframes infobox_two {
  0% {
    -webkit-transform: scale(1.2) rotate(0deg);
            transform: scale(1.2) rotate(0deg);
  }
  50% {
    -webkit-transform: scale(1.1) rotate(-1deg);
            transform: scale(1.1) rotate(-1deg);
  }
  75% {
    -webkit-transform: scale(1.35) rotate(-2deg);
            transform: scale(1.35) rotate(-2deg);
  }
  100% {
    -webkit-transform: scale(1.2) rotate(-3deg);
            transform: scale(1.2) rotate(-3deg);
  }
}
@keyframes infobox_two {
  0% {
    -webkit-transform: scale(1.2) rotate(0deg);
            transform: scale(1.2) rotate(0deg);
  }
  50% {
    -webkit-transform: scale(1.1) rotate(-1deg);
            transform: scale(1.1) rotate(-1deg);
  }
  75% {
    -webkit-transform: scale(1.35) rotate(-2deg);
            transform: scale(1.35) rotate(-2deg);
  }
  100% {
    -webkit-transform: scale(1.2) rotate(-3deg);
            transform: scale(1.2) rotate(-3deg);
  }
}
@-webkit-keyframes infobox_three {
  0% {
    -webkit-transform: scale(1.2) rotate(2deg);
            transform: scale(1.2) rotate(2deg);
  }
  25% {
    -webkit-transform: scale(1.1) rotate(-3deg);
            transform: scale(1.1) rotate(-3deg);
  }
  50% {
    -webkit-transform: scale(1.2) rotate(0deg);
            transform: scale(1.2) rotate(0deg);
  }
  75% {
    -webkit-transform: scale(1.1) rotate(3deg);
            transform: scale(1.1) rotate(3deg);
  }
  100% {
    -webkit-transform: scale(1.2) rotate(0deg);
            transform: scale(1.2) rotate(0deg);
  }
}
@keyframes infobox_three {
  0% {
    -webkit-transform: scale(1.2) rotate(2deg);
            transform: scale(1.2) rotate(2deg);
  }
  25% {
    -webkit-transform: scale(1.1) rotate(-3deg);
            transform: scale(1.1) rotate(-3deg);
  }
  50% {
    -webkit-transform: scale(1.2) rotate(0deg);
            transform: scale(1.2) rotate(0deg);
  }
  75% {
    -webkit-transform: scale(1.1) rotate(3deg);
            transform: scale(1.1) rotate(3deg);
  }
  100% {
    -webkit-transform: scale(1.2) rotate(0deg);
            transform: scale(1.2) rotate(0deg);
  }
}
@-webkit-keyframes infobox_four {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
  }
  100% {
    -webkit-transform: scale(1.2) rotate(5deg);
            transform: scale(1.2) rotate(5deg);
  }
}
@keyframes infobox_four {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
  }
  100% {
    -webkit-transform: scale(1.2) rotate(5deg);
            transform: scale(1.2) rotate(5deg);
  }
}
.sold-out .inner {
  padding: 30px;
  background-color: var(--text);
  color: var(--white);
  border-radius: 12px;
}
.sold-out .inner svg {
  font-size: 44px;
  margin-right: 10px;
  position: relative;
  top: 2px;
  opacity: 0.4;
}
.sold-out .inner span {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: normal;
  margin-bottom: 0;
  padding-bottom: 0;
  top: -5px;
  position: relative;
  color: inherit;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .sold-out .inner span {
    font-size: 17.5px;
    font-size: 1.09375rem;
  }
}
.sold-out.banner-error .inner {
  background-color: var(--notify-error-bg);
  color: var(--text);
}
.sold-out.banner-error svg {
  color: var(--notify-error);
  opacity: 0.5;
}
.sold-out.banner-warning .inner {
  background-color: var(--notify-warning-bg);
  color: var(--text);
}
.sold-out.banner-warning svg {
  color: var(--notify-warning);
  opacity: 0.6;
}

.single-product [product_title] {
  font-size: 40px;
  clear: both;
  padding-right: 20px;
}
@media (max-width: 1024px) {
  .single-product [product_title] {
    width: auto;
    display: inline-block;
  }
}
.single-product .short-description {
  font-size: 21.5px;
  line-height: 34px;
}

.product-actions [product_stock], .woocommerce div.product [product_stock] {
  margin-right: 15px;
}
.product-actions [product_stock] .status, .woocommerce div.product [product_stock] .status {
  height: 10px;
  width: 10px;
  display: inline-block;
  background-color: var(--grey);
  border-radius: 10px;
  margin-right: 4px;
}
.product-actions [product_stock] .status.misc, .woocommerce div.product [product_stock] .status.misc {
  height: 6.6666666667px;
  width: 6.6666666667px;
  border-radius: 100%;
  background-color: var(--grey);
}
.product-actions [product_stock] span, .woocommerce div.product [product_stock] span {
  font-size: inherit;
}
.product-actions [product_stock] span.key, .woocommerce div.product [product_stock] span.key {
  font-weight: 400;
}
.product-actions [product_stock][status=error] .status, .woocommerce div.product [product_stock][status=error] .status {
  border-radius: 2.5px;
  background-color: var(--notify-error);
}
.product-actions [product_stock][status=warning] .status, .woocommerce div.product [product_stock][status=warning] .status {
  border-radius: 2.5px;
  background-color: var(--notify-warning);
}
.product-actions [product_stock][status=success] .status, .woocommerce div.product [product_stock][status=success] .status {
  border-radius: 2.5px;
  background-color: var(--notify-success);
}
.product-actions .add-to-cart-form label.disabled, .woocommerce div.product .add-to-cart-form label.disabled {
  opacity: 0.5;
}
.product-actions .add-to-cart-form .size-amount, .woocommerce div.product .add-to-cart-form .size-amount {
  margin-bottom: 30px;
}
.product-actions .add-to-cart-form .size-amount .product-size, .woocommerce div.product .add-to-cart-form .size-amount .product-size {
  float: left;
  margin-right: 30px;
}
.product-actions .add-to-cart-form .size-amount .product-amount, .woocommerce div.product .add-to-cart-form .size-amount .product-amount {
  float: left;
}
.product-actions .add-to-cart-form .size-amount .product-amount .quantity .input:disabled, .woocommerce div.product .add-to-cart-form .size-amount .product-amount .quantity .input:disabled {
  opacity: 0.5;
}
.product-actions .add-to-cart-form .add-to-cart, .woocommerce div.product .add-to-cart-form .add-to-cart {
  float: left;
  margin-right: 20px;
}
.product-actions .add-to-cart-form .price-container, .woocommerce div.product .add-to-cart-form .price-container {
  padding: 10px 0 0;
  height: 100%;
  float: left;
  font-weight: 500;
}
.product-actions .add-to-cart-form .price-container .price, .product-actions .add-to-cart-form .price-container span.price, .woocommerce div.product .add-to-cart-form .price-container .price, .woocommerce div.product .add-to-cart-form .price-container span.price {
  font-weight: 500;
  display: inline;
  color: var(--text);
}
.product-actions .add-to-cart-form .price-container .price.reduced, .product-actions .add-to-cart-form .price-container span.price.reduced, .woocommerce div.product .add-to-cart-form .price-container .price.reduced, .woocommerce div.product .add-to-cart-form .price-container span.price.reduced {
  margin-right: 15px;
}
.product-actions .add-to-cart-form .price-container .regular-price, .woocommerce div.product .add-to-cart-form .price-container .regular-price {
  text-decoration: line-through;
  display: inline;
  color: var(--red);
}

.product-sidebar .description {
  margin-bottom: 15px;
}
.product-sidebar .description p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 26px;
  line-height: 1.625rem;
  font-weight: 400;
  color: var(--text);
}
.product-sidebar .product-items .item {
  padding: 15px;
}
@media (max-width: 766px) {
  .product-sidebar .product-items .item {
    margin: 0 0 20px;
  }
}
.product-sidebar .product-items .item a {
  text-decoration: none;
  color: var(--text);
}
.product-sidebar .product-items .item a:hover {
  text-decoration: underline;
}
.product-sidebar .product-items .item a:hover span {
  color: var(--link);
}
.product-sidebar .product-items .item a svg {
  float: right;
  font-size: 22px;
  font-size: 1.375rem;
}
.product-sidebar .product-items .video {
  padding: 15px;
}
.product-sidebar .product-items .video p {
  padding: 0;
}
.product-sidebar .product-items .video iframe {
  width: 100%;
  height: 350px;
}
.product-sidebar .product-items .video .wp-video > div {
  width: 100% !important;
}

.jbi-gallery-wrapper {
  position: relative;
}
.jbi-gallery-wrapper .jbi-gallery {
  background-color: transparent;
  background-blend-mode: multiply;
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
  position: relative;
  min-height: 420px;
  max-height: 50vh;
}
@media (max-width: 766px) {
  .jbi-gallery-wrapper .jbi-gallery {
    min-height: auto;
  }
}
.jbi-gallery-wrapper .jbi-gallery:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 93.3333333333%;
}
.jbi-gallery-wrapper .jbi-gallery .layers {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
}
.jbi-gallery-wrapper .jbi-gallery .layers .no-gallery {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}
@media (max-width: 766px) {
  .jbi-gallery-wrapper .jbi-gallery .layers .no-gallery {
    background-size: contain !important;
  }
}
.jbi-gallery-wrapper .jbi-gallery .layers .layer {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  display: none;
}
.jbi-gallery-wrapper .jbi-gallery .layers .layer:nth-child(1) {
  display: block;
}
.jbi-gallery-wrapper .jbi-gallery .layers .layer:nth-child(1) .slide-content {
  display: none;
}
.jbi-gallery-wrapper .jbi-gallery .layers .layer > * {
  background-color: transparent;
  background-blend-mode: multiply;
  max-width: 100%;
  max-height: 100%;
}
.jbi-gallery-wrapper .jbi-gallery .layers .layer .bg {
  max-width: 600px;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}
.jbi-gallery-wrapper .jbi-gallery .layers .slick-dots {
  display: none !important;
}
@media (max-width: 766px) {
  .jbi-gallery-wrapper .jbi-gallery .layers .slick-dots {
    display: block !important;
  }
}
.jbi-gallery-wrapper .jbi-gallery .layers .slick-dots li button {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.jbi-gallery-wrapper .jbi-gallery .layers .slick-prev,
.jbi-gallery-wrapper .jbi-gallery .layers .slick-next {
  z-index: 1000;
  display: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.jbi-gallery-wrapper .jbi-gallery .layers .slick-prev svg,
.jbi-gallery-wrapper .jbi-gallery .layers .slick-next svg {
  font-size: 20px;
  font-size: 1.25rem;
  color: var(--text);
  opacity: 0.7;
}
@media (max-width: 766px) {
  .jbi-gallery-wrapper .jbi-gallery .layers .slick-prev,
  .jbi-gallery-wrapper .jbi-gallery .layers .slick-next {
    display: none !important;
  }
}
.jbi-gallery-wrapper .jbi-gallery .layers .slick-prev:before, .jbi-gallery-wrapper .jbi-gallery .layers .slick-prev:after,
.jbi-gallery-wrapper .jbi-gallery .layers .slick-next:before,
.jbi-gallery-wrapper .jbi-gallery .layers .slick-next:after {
  display: none;
}
.jbi-gallery-wrapper .jbi-gallery .layers .slick-list {
  height: 100%;
}
.jbi-gallery-wrapper .jbi-gallery .layers .slick-list .slick-track {
  height: 100%;
}
.jbi-gallery-wrapper .jbi-gallery .layers .slick-list .slick-track .slick-slide {
  height: 100%;
}
.jbi-gallery-wrapper .jbi-gallery .layers .slick-list .slick-track .slick-slide > div {
  height: 100%;
  position: relative;
}
.jbi-gallery-wrapper .jbi-gallery-controls {
  width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 100;
  position: relative;
  display: none !important;
}
.jbi-gallery-wrapper .jbi-gallery-controls > div {
  width: 100%;
  max-width: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.jbi-gallery-wrapper .jbi-gallery-controls .dot {
  border-radius: 100%;
  padding: 10px;
  display: block;
  margin-right: 8px;
  float: left;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
  cursor: pointer;
}
.jbi-gallery-wrapper .jbi-gallery-controls .dot .dot-graphic {
  border-radius: 100%;
  background-color: var(--grey);
  width: 4px;
  height: 4px;
  padding: 4px;
}
.jbi-gallery-wrapper .jbi-gallery-controls .dot:hover .dot-graphic {
  background-color: var(--text);
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
}
.jbi-gallery-wrapper .jbi-gallery-controls .dot:active .dot-graphic {
  background-color: var(--text);
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
}
.jbi-gallery-wrapper .jbi-gallery-controls .dot.active .dot-graphic {
  background-color: var(--green);
  -webkit-filter: brightness(1);
          filter: brightness(1);
}

.product-specs-wrapper {
  margin-top: 30px;
}
.product-specs-wrapper .product-specs {
  width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.product-specs-wrapper .product-specs .spec {
  padding-bottom: 0;
  width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 16px;
  font-size: 1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-specs-wrapper .product-specs .spec span {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
  padding: 15px;
}
.product-specs-wrapper .product-specs .spec span:nth-child(1) {
  margin-right: 5%;
  width: 40%;
}
@media (max-width: 1024px) {
  .product-specs-wrapper .product-specs .spec span:nth-child(1) {
    width: 30%;
  }
}
@media (max-width: 766px) {
  .product-specs-wrapper .product-specs .spec span:nth-child(1) {
    width: 49%;
  }
}
@media (max-width: 766px) {
  .product-specs-wrapper .product-specs .spec span:nth-child(1):after {
    content: ": ";
  }
}
.product-specs-wrapper .product-specs .spec span:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

[group-total] > div {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 12px;
  padding: 30px 30px;
  background-color: #F1F3F5;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(5%, rgba(241, 243, 245, 0.85)), color-stop(60%, rgb(241, 243, 245)));
  background: linear-gradient(360deg, rgba(241, 243, 245, 0.85) 5%, rgb(241, 243, 245) 60%);
}
[group-total] [group-total-price] {
  font-size: 21.5px;
  font-weight: 500;
  display: inline-block;
}
@media (max-width: 766px) {
  [group-total] [group-total-price] {
    width: 100%;
  }
}
[group-total] [spacer] {
  margin-left: 25px;
  margin-right: 25px;
  width: 2.5px;
  height: 70%;
  border-radius: 99999px;
  background-color: var(--grey);
  position: relative;
  display: inline-block;
  opacity: 0.3;
}
@media (max-width: 766px) {
  [group-total] [spacer] {
    display: none;
  }
}
[group-total] [group-total-quantity] {
  font-size: 17.5px;
  font-weight: 400;
  display: inline-block;
}
@media (max-width: 766px) {
  [group-total] [group-total-quantity] {
    width: 100%;
  }
}

.accordian-mobile-toggle i, .accordian-mobile-toggle svg {
  display: none;
  -webkit-transition: all 500ms cubic-bezier(0, 0, 0, 1);
  transition: all 500ms cubic-bezier(0, 0, 0, 1);
}
@media (max-width: 766px) {
  .accordian-mobile-toggle {
    background-color: var(--text);
    padding: 0.5rem 0.5rem;
    border-radius: 4px;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    color: var(--white);
  }
  .accordian-mobile-toggle, .accordian-mobile-toggle span {
    font-weight: 500;
  }
  .accordian-mobile-toggle {
    font-size: 16px;
    font-size: 1rem;
  }
  .accordian-mobile-toggle i, .accordian-mobile-toggle svg {
    display: inline-block;
    -webkit-transform: translateY(4px);
        -ms-transform: translateY(4px);
            transform: translateY(4px);
    float: right;
  }
}
@media (max-width: 766px) {
  .accordian-mobile-toggle.active {
    display: inline-block;
  }
  .accordian-mobile-toggle.active i, .accordian-mobile-toggle.active svg {
    -webkit-transform: rotate(45deg) translateY(4px);
        -ms-transform: rotate(45deg) translateY(4px);
            transform: rotate(45deg) translateY(4px);
  }
}

@media (max-width: 766px) {
  .accordian-mobile {
    display: none;
  }
}
@media (max-width: 766px) {
  .accordian-mobile.active {
    display: block;
  }
}

hr.special {
  border: 0;
  height: 2px;
  background-color: rgba(15, 15, 15, 0.08);
  width: 100%;
  max-width: 100%;
}

#order-form input {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem;
  padding-left: 50px;
  border: 0px;
  padding: 0;
  margin: 0;
  color: inherit;
  background-color: none;
  background: none;
}
#order-form .input-wrap {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
@media (max-width: 766px) {
  #order-form .input-wrap {
    margin-bottom: 20px;
  }
}
#order-form .input-wrap label {
  margin-bottom: 10px;
  display: block;
  width: 100%;
  font-weight: 500;
}
#order-form .input-wrap.input-text .input {
  position: relative;
  margin: 0;
  background-color: var(--white);
  color: var(--text);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: 60px;
  border: 1px solid var(--background2);
}
#order-form .input-wrap.input-text .input input[type=text],
#order-form .input-wrap.input-text .input input[type=date],
#order-form .input-wrap.input-text .input input[type=email],
#order-form .input-wrap.input-text .input input[type=tel],
#order-form .input-wrap.input-text .input input[type=number],
#order-form .input-wrap.input-text .input textarea {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: inherit;
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  padding-left: 65px;
  padding-right: 15px;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
}
#order-form .input-wrap.input-text .input input[type=text]:-webkit-autofill,
#order-form .input-wrap.input-text .input input[type=date]:-webkit-autofill,
#order-form .input-wrap.input-text .input input[type=email]:-webkit-autofill,
#order-form .input-wrap.input-text .input input[type=tel]:-webkit-autofill,
#order-form .input-wrap.input-text .input input[type=number]:-webkit-autofill,
#order-form .input-wrap.input-text .input textarea:-webkit-autofill {
  background-color: inherit !important;
  background: inherit !important;
  -webkit-text-fill-color: var(--text);
  -webkit-box-shadow: 0 0 0 100px white inset;
}
#order-form .input-wrap.input-text .input i {
  pointer-events: none;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  z-index: 100;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  left: 0;
  top: 20px;
  width: 50px;
  position: absolute;
  color: inherit;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
}
#order-form .input-wrap.input-text .input i:before {
  display: block;
  width: auto;
  heigth: auto;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
#order-form .input-wrap.input-text .input textarea {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}
#order-form .input-wrap.input-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#order-form .input-wrap.input-checkbox label {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  float: left;
  display: inline-block;
  width: auto;
  min-width: none;
  max-width: none;
  text-align: left;
  margin-bottom: 0px;
  font-weight: 500;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
}
#order-form .input-wrap.input-checkbox input[type=checkbox],
#order-form .input-wrap.input-checkbox input[type=radio] {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  float: left;
  display: inline-block;
  width: auto;
  min-width: none !important;
  max-width: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
  margin-right: 10px;
}

.summary {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 368px;
  margin-top: 120px;
}
@media (max-width: 1024px) {
  .summary {
    max-width: none;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin-top: 30px;
  }
}
.summary .inner {
  background-color: var(--lightgreen);
  padding: 45px;
  border-radius: 12px;
}
.summary.loading,
.summary .loading {
  overflow: hidden;
  position: relative;
  opacity: 0.6 !important;
  background-color: var(--lightgreen) !important;
}
.summary.loading, .summary.loading *,
.summary .loading,
.summary .loading * {
  opacity: 0;
  color: transparent !important;
}
.summary.loading::after,
.summary .loading::after {
  z-index: 999999999;
  top: 0;
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.5)), to(transparent));
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  -webkit-animation: loading 0.5s infinite;
          animation: loading 0.5s infinite;
}
.summary.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.summary a:not(.button) {
  text-decoration: underline;
  color: var(--text);
}
.summary a:not(.button):hover {
  color: var(--purple);
}
.summary a:not(.button):active {
  opacity: 0.8;
}
.summary ul {
  margin-bottom: 0;
  padding-bottom: 0;
}
.summary ul li {
  display: block;
  width: 100%;
  padding: 0 0 5px;
}
.summary ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.summary ul li.tax-rate {
  display: none;
}
.summary ul li .total-amount {
  margin-top: 20px;
  padding: 0px;
}
.summary ul li .total-amount > span {
  display: block;
  margin: 0 0 20px;
}
.summary ul li .total-amount .includes_tax {
  display: none;
}

.cart-table {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
  width: 100%;
  font-size: 17.5px;
  font-size: 1.09375rem;
  line-height: 26px;
  line-height: 1.625rem;
}
@media (max-width: 1024px) {
  .cart-table {
    font-size: 16.5px;
    font-size: 1.03125rem;
  }
}
.cart-table a {
  text-decoration: none;
}
.cart-table .t-header {
  font-weight: 500;
}
.cart-table .t-header .t-rows {
  font-weight: inherit;
}
.cart-table .t-rows {
  font-weight: 400;
}
.cart-table .t-col.t-col-thumb {
  width: 150px;
  -ms-flex-preferred-size: 150px;
      flex-basis: 150px;
}
@media (max-width: 1024px) {
  .cart-table .t-col.t-col-thumb {
    width: 120px;
    -ms-flex-preferred-size: 120px;
        flex-basis: 120px;
  }
}
.cart-table .t-col.t-col-price {
  width: 100px;
  -ms-flex-preferred-size: 100px;
      flex-basis: 100px;
  max-width: 100px;
}
.cart-table .t-col.t-col-quantity {
  width: 130px;
  -ms-flex-preferred-size: 130px;
      flex-basis: 130px;
  max-width: 130px;
}
.cart-table .t-col.t-col-quantity * {
  width: 100%;
}
.cart-table .t-col.t-col-total {
  width: 80px;
  -ms-flex-preferred-size: 80px;
      flex-basis: 80px;
  max-width: 80px;
}
.cart-table .t-col.t-col-actions {
  width: 80px;
  -ms-flex-preferred-size: 80px;
      flex-basis: 80px;
  max-width: 80px;
}
.cart-table .t-rows .t-row {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  padding-top: 16px;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 2px solid var(--lightgrey);
}
.cart-table .t-rows .t-row:last-child {
  border-bottom: 0;
}
@media (max-width: 766px) {
  .cart-table .t-rows .t-row:not([error]):not([warning]) {
    padding-left: 0px;
    padding-right: 0px;
    border-bottom: 3px solid var(--lightgrey);
  }
}
.cart-table .t-rows .t-row[error], .cart-table .t-rows .t-row[warning] {
  border-radius: 12px;
  margin-top: 15px;
  margin-left: 30px;
  margin-right: 30px;
  -ms-flex-preferred-size: calc(100% - 60px);
      flex-basis: calc(100% - 60px);
}
@media (max-width: 766px) {
  .cart-table .t-rows .t-row[error], .cart-table .t-rows .t-row[warning] {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
}
.cart-table .t-rows .t-row[error] a:not(.button), .cart-table .t-rows .t-row[warning] a:not(.button) {
  color: var(--text);
}
.cart-table .t-rows .t-row[error] a:not(.button):hover, .cart-table .t-rows .t-row[warning] a:not(.button):hover {
  color: var(--notify-error);
}
.cart-table .t-rows .t-row[error] a:not(.button):active, .cart-table .t-rows .t-row[warning] a:not(.button):active {
  opacity: 0.7;
}
.cart-table .t-rows .t-row[error] .description a, .cart-table .t-rows .t-row[warning] .description a {
  text-decoration: underline;
}
.cart-table .t-rows .t-row[error=true] {
  background-color: var(--notify-error-bg);
  border-bottom: 1px solid transparent;
}
.cart-table .t-rows .t-row[error=true] [product-quantity] .status.success {
  background-color: var(--notify-error);
}
.cart-table .t-rows .t-row[error=true] .error-icon i,
.cart-table .t-rows .t-row[error=true] .error-icon svg {
  color: var(--notify-error);
}
.cart-table .t-rows .t-row[warning=true] {
  background-color: var(--lightyellow);
  border-bottom: 1px solid transparent;
}
.cart-table .t-rows .t-row[warning=true] [product-quantity] .status.success {
  background-color: var(--notify-warning);
  opacity: 0.8;
}
.cart-table .t-rows .t-row[warning=true] [error-box] .error-icon i, .cart-table .t-rows .t-row[warning=true] .error-icon svg {
  color: var(--notify-warning);
}
.cart-table .t-rows .t-row[warning=true] [error-box] .title {
  color: var(--notify-warning);
}
.cart-table .t-rows .t-row.loading {
  overflow: hidden;
  position: relative;
  border-radius: 12px;
  background-color: var(--lightgrey);
}
.cart-table .t-rows .t-row.loading * {
  color: transparent !important;
  opacity: 0;
}
.cart-table .t-rows .t-row.loading::after {
  z-index: 999999999;
  top: 0;
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.8)), to(transparent));
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
  -webkit-animation: loading 0.5s infinite;
          animation: loading 0.5s infinite;
}
.cart-table .t-rows .t-row.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.cart-table .t-rows [error-box] {
  margin-top: 15px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.cart-table .t-rows [error-box] .error-icon {
  font-size: 44px;
  color: var(--red);
  opacity: 0.6;
  margin-left: 30px;
}
.cart-table .t-rows [error-box] .title {
  color: var(--red);
  margin-bottom: 0;
  max-width: 100%;
}
.cart-table .t-rows [error-box] .description {
  font-size: 94%;
  margin-bottom: 0;
  padding-bottom: 0;
  max-width: 100%;
}
.cart-table .t-rows .t-col {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}
.cart-table .t-rows .t-col.t-col-name {
  text-decoration: none;
  font-weight: 500;
}
.cart-table .t-rows .t-col.t-col-name > a {
  display: block;
  clear: both;
  width: 100%;
  color: inherit;
}
.cart-table .t-rows .t-col.t-col-name > a:hover {
  color: var(--purple);
}
.cart-table .t-rows .t-col.t-col-name > a:active {
  opacity: 0.65;
}
.cart-table .t-rows .t-col.t-col-thumb {
  overflow: hidden;
  position: relative;
  position: relative;
}
.cart-table .t-rows .t-col.t-col-thumb:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.cart-table .t-rows .t-col.t-col-thumb > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.cart-table .t-rows .t-col.t-col-thumb {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (max-width: 576px) {
  .cart-table .t-rows .t-col.t-col-thumb {
    display: none;
  }
}
.cart-table .t-rows .t-col.t-col-thumb img {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  mix-blend-mode: multiply;
}
.cart-table .t-rows .t-col.t-col-thumb:hover {
  opacity: 0.8;
}
.cart-table .t-rows .t-col.t-col-thumb:active {
  opacity: 0.65;
}
.cart-table .t-rows .t-col.t-col-actions {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  text-align: center;
  user-select: none;
}
.cart-table .t-rows .t-col.t-col-actions [remove-from-cart] {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 10px;
  font-size: 20px;
  color: var(--grey);
}
.cart-table .t-rows .t-col.t-col-actions [remove-from-cart] * {
  pointer-events: none;
}
.cart-table .t-rows .t-col.t-col-actions [remove-from-cart]:hover {
  opacity: 1;
  color: var(--red);
}
.cart-table .t-rows .t-col .product-meta {
  font-size: 15px;
  margin-bottom: 0;
  padding-bottom: 0;
  color: var(--text);
}
.cart-table .t-rows .t-col .product-meta li {
  font-size: inherit;
  padding-bottom: 0;
}
.cart-table .t-rows .t-col .product-meta li:not(:last-child) {
  margin-right: 10px;
}
.cart-table .t-rows .t-col .product-meta li .status {
  height: 10px;
  width: 10px;
  display: inline-block;
  background-color: var(--grey);
  border-radius: 10px;
  margin-right: 4px;
}
.cart-table .t-rows .t-col .product-meta li .status.misc {
  height: 6.6666666667px;
  width: 6.6666666667px;
  border-radius: 100%;
  background-color: var(--grey);
}
.cart-table .t-rows .t-col .product-meta li .status.success {
  border-radius: 2.5px;
  background-color: var(--green);
}
.cart-table .t-rows .t-col .product-meta li .status.warning {
  border-radius: 2.5px;
  background-color: var(--yellow);
}
.cart-table .t-rows .t-col .product-meta li .status.error {
  border-radius: 2.5px;
  background-color: var(--red);
}
.cart-table .t-rows .t-col .product-meta li span {
  font-size: inherit;
}
.cart-table .t-rows .t-col .product-meta li span.key {
  font-weight: 500;
}
.cart-table .t-rows .t-col .product-meta li span.value {
  font-weight: 400;
}
.cart-table .t-rows .t-col .product-meta li span div {
  display: inline;
}
.cart-table .t-rows .t-col .product-meta li[product-quantity] .value {
  font-weight: 500;
}
@media (max-width: 1024px) {
  .cart-table .t-rows .t-col:not(.t-col-quantity):not(.t-col-name):before {
    content: attr(label) " ";
    position: relative;
    text-align: left;
    display: block;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    font-weight: 500;
    width: 100%;
  }
}
@media (max-width: 766px) {
  .cart-table .t-row {
    position: relative;
    border-bottom: 0;
    background-color: var(--white);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 100%;
    margin-bottom: 30px !important;
    padding-bottom: 30px !important;
  }
  .cart-table .t-rows {
    margin: 0;
  }
  .cart-table .t-rows .t-row .t-col:before {
    width: 100%;
  }
  .cart-table .t-rows .t-row .t-col.t-col-thumb {
    width: 100px;
    -ms-flex-preferred-size: 100px;
        flex-basis: 100px;
    margin-bottom: 15px;
  }
  .cart-table .t-rows .t-row .t-col.t-col-thumb img {
    display: block;
    position: relative;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-position: left top;
       object-position: left top;
  }
  .cart-table .t-rows .t-row .t-col.t-col-name {
    margin-bottom: 15px;
    -webkit-box-flex: 2;
        -ms-flex: 2 2 auto;
            flex: 2 2 auto;
    -ms-flex-preferred-size: calc(100% - 100px);
        flex-basis: calc(100% - 100px);
    min-width: calc(100% - 100px);
    max-width: calc(100% - 100px);
    width: calc(100% - 100px);
  }
  .cart-table .t-rows .t-row .t-col.t-col-name a {
    text-decoration: none;
  }
  .cart-table .t-rows .t-row .t-col.t-col-name:before {
    content: none;
  }
  .cart-table .t-rows .t-row .t-col.t-col-price {
    min-width: 110px;
  }
  .cart-table .t-rows .t-row .t-col.t-col-quantity .input-wrapper .input-wrap input[type]:not([type=checkbox]):not([type=radio]):not([type=file]) {
    height: 60px;
  }
  .cart-table .t-rows .t-row .t-col.t-col-total {
    min-width: 110px;
  }
  .cart-table .t-rows .t-row .t-col.t-col-actions {
    width: 60px;
    -ms-flex-preferred-size: 60px;
        flex-basis: 60px;
    max-width: 60px;
    position: absolute;
    top: 14px;
    right: -20px;
  }
  .cart-table .t-rows .t-row .t-col.t-col-actions [remove-from-cart] {
    background-color: var(--lightred);
    color: var(--text);
    border-radius: 100%;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
  }
}

@-webkit-keyframes loading {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes loading {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
[additional] {
  background-color: #F6F9FB;
  border-radius: 12px;
  padding: 15px 45px;
  position: relative;
}
[additional] [additional-text] i, [additional] [additional-text] svg {
  font-size: 26px;
  margin-right: 10px;
  position: relative;
  top: 2.5px;
}
[additional] [additional-text] span {
  font-weight: 500;
}
[additional] [additional-text] {
  margin-bottom: 15px;
  margin-top: 15px;
}
[additional] [quantity] {
  min-width: 160px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
[additional] [quantity] input {
  padding-top: 0px;
  padding-bottom: 0px;
}
[additional] [price] {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
/*# sourceMappingURL=style.css.map */