/* purgecss start ignore */
gjs-section {
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  min-height: 20px;
  width: 100%;
}

@media only screen and (min-width: 0px) {
  gjs-section[gjs-small-spacing="0"] {
    padding: 0;
  }
  gjs-section[gjs-small-spacing="5"] {
    padding: 5px 0;
  }
  gjs-section[gjs-small-spacing="10"] {
    padding: 10px 0;
  }
  gjs-section[gjs-small-spacing="15"] {
    padding: 15px 0;
  }
  gjs-section[gjs-small-spacing="20"] {
    padding: 20px 0;
  }
  gjs-section[gjs-small-spacing="30"] {
    padding: 30px 0;
  }
  gjs-section[gjs-small-spacing="40"] {
    padding: 40px 0;
  }
  gjs-section[gjs-small-spacing="50"] {
    padding: 50px 0;
  }
  gjs-section[gjs-small-spacing="60"] {
    padding: 60px 0;
  }
  gjs-section[gjs-small-spacing="70"] {
    padding: 70px 0;
  }
  gjs-section[gjs-small-spacing="80"] {
    padding: 80px 0;
  }
  gjs-section[gjs-small-spacing="90"] {
    padding: 90px 0;
  }
  gjs-section[gjs-small-spacing="100"] {
    padding: 100px 0;
  }
  gjs-section[gjs-small-spacing="110"] {
    padding: 110px 0;
  }
  gjs-section[gjs-small-spacing="120"] {
    padding: 120px 0;
  }
}
@media only screen and (min-width: 601px) {
  gjs-section[gjs-medium-spacing="0"] {
    padding: 0;
  }
  gjs-section[gjs-medium-spacing="5"] {
    padding: 5px 0;
  }
  gjs-section[gjs-medium-spacing="10"] {
    padding: 10px 0;
  }
  gjs-section[gjs-medium-spacing="15"] {
    padding: 15px 0;
  }
  gjs-section[gjs-medium-spacing="20"] {
    padding: 20px 0;
  }
  gjs-section[gjs-medium-spacing="30"] {
    padding: 30px 0;
  }
  gjs-section[gjs-medium-spacing="40"] {
    padding: 40px 0;
  }
  gjs-section[gjs-medium-spacing="50"] {
    padding: 50px 0;
  }
  gjs-section[gjs-medium-spacing="60"] {
    padding: 60px 0;
  }
  gjs-section[gjs-medium-spacing="70"] {
    padding: 70px 0;
  }
  gjs-section[gjs-medium-spacing="80"] {
    padding: 80px 0;
  }
  gjs-section[gjs-medium-spacing="90"] {
    padding: 90px 0;
  }
  gjs-section[gjs-medium-spacing="100"] {
    padding: 100px 0;
  }
  gjs-section[gjs-medium-spacing="110"] {
    padding: 110px 0;
  }
  gjs-section[gjs-medium-spacing="120"] {
    padding: 120px 0;
  }
}
@media only screen and (min-width: 993px) {
  gjs-section[gjs-large-spacing="0"] {
    padding: 0;
  }
  gjs-section[gjs-large-spacing="5"] {
    padding: 5px 0;
  }
  gjs-section[gjs-large-spacing="10"] {
    padding: 10px 0;
  }
  gjs-section[gjs-large-spacing="15"] {
    padding: 15px 0;
  }
  gjs-section[gjs-large-spacing="20"] {
    padding: 20px 0;
  }
  gjs-section[gjs-large-spacing="30"] {
    padding: 30px 0;
  }
  gjs-section[gjs-large-spacing="40"] {
    padding: 40px 0;
  }
  gjs-section[gjs-large-spacing="50"] {
    padding: 50px 0;
  }
  gjs-section[gjs-large-spacing="60"] {
    padding: 60px 0;
  }
  gjs-section[gjs-large-spacing="70"] {
    padding: 70px 0;
  }
  gjs-section[gjs-large-spacing="80"] {
    padding: 80px 0;
  }
  gjs-section[gjs-large-spacing="90"] {
    padding: 90px 0;
  }
  gjs-section[gjs-large-spacing="100"] {
    padding: 100px 0;
  }
  gjs-section[gjs-large-spacing="110"] {
    padding: 110px 0;
  }
  gjs-section[gjs-large-spacing="120"] {
    padding: 120px 0;
  }
}
@media only screen and (min-width: 0px) {
  gjs-section[gjs-small-theme=white] {
    background-color: #fff;
  }
  gjs-section[gjs-small-theme=grey] {
    background-color: #eee;
  }
}
@media only screen and (min-width: 601px) {
  gjs-section[gjs-medium-theme=white] {
    background-color: #fff;
  }
  gjs-section[gjs-medium-theme=grey] {
    background-color: #eee;
  }
}
@media only screen and (min-width: 993px) {
  gjs-section[gjs-large-theme=white] {
    background-color: #fff;
  }
  gjs-section[gjs-large-theme=grey] {
    background-color: #eee;
  }
}
/* purgecss end ignore */
/* purgecss start ignore */
gjs-content {
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  min-height: 20px;
}

@media only screen and (min-width: 0px) {
  gjs-content[gjs-small-spacing="0"] {
    padding: 0;
  }
  gjs-content[gjs-small-spacing="5"] {
    padding: 0 5px;
  }
  gjs-content[gjs-small-spacing="10"] {
    padding: 0 10px;
  }
  gjs-content[gjs-small-spacing="15"] {
    padding: 0 15px;
  }
  gjs-content[gjs-small-spacing="20"] {
    padding: 0 20px;
  }
  gjs-content[gjs-small-spacing="30"] {
    padding: 0 30px;
  }
  gjs-content[gjs-small-spacing="40"] {
    padding: 0 40px;
  }
  gjs-content[gjs-small-spacing="50"] {
    padding: 0 50px;
  }
  gjs-content[gjs-small-spacing="60"] {
    padding: 0 60px;
  }
  gjs-content[gjs-small-spacing="70"] {
    padding: 0 70px;
  }
  gjs-content[gjs-small-spacing="80"] {
    padding: 0 80px;
  }
  gjs-content[gjs-small-spacing="90"] {
    padding: 0 90px;
  }
  gjs-content[gjs-small-spacing="100"] {
    padding: 0 100px;
  }
  gjs-content[gjs-small-spacing="110"] {
    padding: 0 110px;
  }
  gjs-content[gjs-small-spacing="120"] {
    padding: 0 120px;
  }
}
@media only screen and (min-width: 601px) {
  gjs-content[gjs-medium-spacing="0"] {
    padding: 0;
  }
  gjs-content[gjs-medium-spacing="5"] {
    padding: 0 5px;
  }
  gjs-content[gjs-medium-spacing="10"] {
    padding: 0 10px;
  }
  gjs-content[gjs-medium-spacing="15"] {
    padding: 0 15px;
  }
  gjs-content[gjs-medium-spacing="20"] {
    padding: 0 20px;
  }
  gjs-content[gjs-medium-spacing="30"] {
    padding: 0 30px;
  }
  gjs-content[gjs-medium-spacing="40"] {
    padding: 0 40px;
  }
  gjs-content[gjs-medium-spacing="50"] {
    padding: 0 50px;
  }
  gjs-content[gjs-medium-spacing="60"] {
    padding: 0 60px;
  }
  gjs-content[gjs-medium-spacing="70"] {
    padding: 0 70px;
  }
  gjs-content[gjs-medium-spacing="80"] {
    padding: 0 80px;
  }
  gjs-content[gjs-medium-spacing="90"] {
    padding: 0 90px;
  }
  gjs-content[gjs-medium-spacing="100"] {
    padding: 0 100px;
  }
  gjs-content[gjs-medium-spacing="110"] {
    padding: 0 110px;
  }
  gjs-content[gjs-medium-spacing="120"] {
    padding: 0 120px;
  }
}
@media only screen and (min-width: 993px) {
  gjs-content[gjs-large-spacing="0"] {
    padding: 0;
  }
  gjs-content[gjs-large-spacing="5"] {
    padding: 0 5px;
  }
  gjs-content[gjs-large-spacing="10"] {
    padding: 0 10px;
  }
  gjs-content[gjs-large-spacing="15"] {
    padding: 0 15px;
  }
  gjs-content[gjs-large-spacing="20"] {
    padding: 0 20px;
  }
  gjs-content[gjs-large-spacing="30"] {
    padding: 0 30px;
  }
  gjs-content[gjs-large-spacing="40"] {
    padding: 0 40px;
  }
  gjs-content[gjs-large-spacing="50"] {
    padding: 0 50px;
  }
  gjs-content[gjs-large-spacing="60"] {
    padding: 0 60px;
  }
  gjs-content[gjs-large-spacing="70"] {
    padding: 0 70px;
  }
  gjs-content[gjs-large-spacing="80"] {
    padding: 0 80px;
  }
  gjs-content[gjs-large-spacing="90"] {
    padding: 0 90px;
  }
  gjs-content[gjs-large-spacing="100"] {
    padding: 0 100px;
  }
  gjs-content[gjs-large-spacing="110"] {
    padding: 0 110px;
  }
  gjs-content[gjs-large-spacing="120"] {
    padding: 0 120px;
  }
}
@media only screen and (min-width: 0px) {
  gjs-content[gjs-small-maxwidth="600"] {
    max-width: 600px;
  }
  gjs-content[gjs-small-maxwidth="800"] {
    max-width: 800px;
  }
  gjs-content[gjs-small-maxwidth="1030"] {
    max-width: 1230px;
  }
  gjs-content[gjs-small-maxwidth="1230"] {
    max-width: 1230px;
  }
  gjs-content[gjs-small-maxwidth="100"] {
    max-width: 100%;
  }
}
@media only screen and (min-width: 601px) {
  gjs-content[gjs-medium-maxwidth="600"] {
    max-width: 600px;
  }
  gjs-content[gjs-medium-maxwidth="800"] {
    max-width: 800px;
  }
  gjs-content[gjs-medium-maxwidth="1030"] {
    max-width: 1230px;
  }
  gjs-content[gjs-medium-maxwidth="1230"] {
    max-width: 1230px;
  }
  gjs-content[gjs-medium-maxwidth="100"] {
    max-width: 100%;
  }
}
@media only screen and (min-width: 993px) {
  gjs-content[gjs-large-maxwidth="600"] {
    max-width: 600px;
  }
  gjs-content[gjs-large-maxwidth="800"] {
    max-width: 800px;
  }
  gjs-content[gjs-large-maxwidth="1030"] {
    max-width: 1230px;
  }
  gjs-content[gjs-large-maxwidth="1230"] {
    max-width: 1230px;
  }
  gjs-content[gjs-large-maxwidth="100"] {
    max-width: 100%;
  }
}
/* purgecss end ignore */
/* purgecss start ignore */
gjs-row {
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 0;
  padding: 0px;
  min-height: 20px;
}

@media only screen and (min-width: 0px) {
  gjs-row[gjs-small-spacing="0"] {
    margin: -0px;
    width: auto;
    max-width: none;
  }
  gjs-row[gjs-small-spacing="0"] > gjs-col {
    padding: 0px;
  }
  gjs-row[gjs-small-spacing="5"] {
    margin: -5px;
  }
  gjs-row[gjs-small-spacing="5"] > gjs-col {
    padding: 5px;
  }
  gjs-row[gjs-small-spacing="10"] {
    margin: -10px;
  }
  gjs-row[gjs-small-spacing="10"] > gjs-col {
    padding: 10px;
  }
  gjs-row[gjs-small-spacing="15"] {
    margin: -15px;
  }
  gjs-row[gjs-small-spacing="15"] > gjs-col {
    padding: 15px;
  }
  gjs-row[gjs-small-spacing="20"] {
    margin: -20px;
  }
  gjs-row[gjs-small-spacing="20"] > gjs-col {
    padding: 20px;
  }
  gjs-row[gjs-small-spacing="30"] {
    margin: -30px;
  }
  gjs-row[gjs-small-spacing="30"] > gjs-col {
    padding: 30px;
  }
  gjs-row[gjs-small-spacing="40"] {
    margin: -40px;
  }
  gjs-row[gjs-small-spacing="40"] > gjs-col {
    padding: 40px;
  }
}
@media only screen and (min-width: 601px) {
  gjs-row[gjs-medium-spacing="0"] {
    margin: -0px;
    width: auto;
    max-width: none;
  }
  gjs-row[gjs-medium-spacing="0"] > gjs-col {
    padding: 0;
  }
  gjs-row[gjs-medium-spacing="5"] {
    margin: -5px;
  }
  gjs-row[gjs-medium-spacing="5"] > gjs-col {
    padding: 5px;
  }
  gjs-row[gjs-medium-spacing="10"] {
    margin: -10px;
  }
  gjs-row[gjs-medium-spacing="10"] > gjs-col {
    padding: 10px;
  }
  gjs-row[gjs-medium-spacing="15"] {
    margin: -15px;
  }
  gjs-row[gjs-medium-spacing="15"] > gjs-col {
    padding: 15px;
  }
  gjs-row[gjs-medium-spacing="20"] {
    margin: -20px;
  }
  gjs-row[gjs-medium-spacing="20"] > gjs-col {
    padding: 20px;
  }
  gjs-row[gjs-medium-spacing="30"] {
    margin: -30px;
  }
  gjs-row[gjs-medium-spacing="30"] > gjs-col {
    padding: 30px;
  }
  gjs-row[gjs-medium-spacing="40"] {
    margin: -40px;
  }
  gjs-row[gjs-medium-spacing="40"] > gjs-col {
    padding: 40px;
  }
}
@media only screen and (min-width: 993px) {
  gjs-row[gjs-large-spacing="0"] {
    margin: -0px;
    width: auto;
    max-width: none;
  }
  gjs-row[gjs-large-spacing="0"] > gjs-col {
    padding: 0;
  }
  gjs-row[gjs-large-spacing="5"] {
    margin: -5px;
  }
  gjs-row[gjs-large-spacing="5"] > gjs-col {
    padding: 5px;
  }
  gjs-row[gjs-large-spacing="10"] {
    margin: -10px;
  }
  gjs-row[gjs-large-spacing="10"] > gjs-col {
    padding: 10px;
  }
  gjs-row[gjs-large-spacing="15"] {
    margin: -15px;
  }
  gjs-row[gjs-large-spacing="15"] > gjs-col {
    padding: 15px;
  }
  gjs-row[gjs-large-spacing="20"] {
    margin: -20px;
  }
  gjs-row[gjs-large-spacing="20"] > gjs-col {
    padding: 20px;
  }
  gjs-row[gjs-large-spacing="30"] {
    margin: -30px;
  }
  gjs-row[gjs-large-spacing="30"] > gjs-col {
    padding: 30px;
  }
  gjs-row[gjs-large-spacing="40"] {
    margin: -40px;
  }
  gjs-row[gjs-large-spacing="40"] > gjs-col {
    padding: 40px;
  }
}
/* purgecss end ignore */
/* purgecss start ignore */
gjs-col {
  box-sizing: border-box;
  display: block;
  margin: 0;
  padding: 0;
  min-height: 20px;
}

@media only screen and (min-width: 0px) {
  gjs-col[gjs-small-width=auto] {
    width: auto;
    max-width: none;
    flex: 1;
  }
  gjs-col[gjs-small-width="0"] {
    width: 0%;
    max-width: 0%;
  }
  gjs-col[gjs-small-width="1"] {
    width: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  gjs-col[gjs-small-width="2"] {
    width: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  gjs-col[gjs-small-width="3"] {
    width: 25%;
    max-width: 25%;
  }
  gjs-col[gjs-small-width="4"] {
    width: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  gjs-col[gjs-small-width="5"] {
    width: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  gjs-col[gjs-small-width="6"] {
    width: 50%;
    max-width: 50%;
  }
  gjs-col[gjs-small-width="7"] {
    width: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  gjs-col[gjs-small-width="8"] {
    width: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  gjs-col[gjs-small-width="9"] {
    width: 75%;
    max-width: 75%;
  }
  gjs-col[gjs-small-width="10"] {
    width: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  gjs-col[gjs-small-width="11"] {
    width: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  gjs-col[gjs-small-width="12"] {
    width: 100%;
    max-width: 100%;
  }
  gjs-col[gjs-small-width="225"] {
    width: 225px;
    max-width: 225px;
  }
}
@media only screen and (min-width: 601px) {
  gjs-col[gjs-medium-width=auto] {
    width: auto;
    max-width: none;
    flex: 1;
  }
  gjs-col[gjs-medium-width="0"] {
    width: 0%;
    max-width: 0%;
  }
  gjs-col[gjs-medium-width="1"] {
    width: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  gjs-col[gjs-medium-width="2"] {
    width: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  gjs-col[gjs-medium-width="3"] {
    width: 25%;
    max-width: 25%;
  }
  gjs-col[gjs-medium-width="4"] {
    width: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  gjs-col[gjs-medium-width="5"] {
    width: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  gjs-col[gjs-medium-width="6"] {
    width: 50%;
    max-width: 50%;
  }
  gjs-col[gjs-medium-width="7"] {
    width: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  gjs-col[gjs-medium-width="8"] {
    width: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  gjs-col[gjs-medium-width="9"] {
    width: 75%;
    max-width: 75%;
  }
  gjs-col[gjs-medium-width="10"] {
    width: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  gjs-col[gjs-medium-width="11"] {
    width: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  gjs-col[gjs-medium-width="12"] {
    width: 100%;
    max-width: 100%;
  }
  gjs-col[gjs-medium-width="225"] {
    width: 225px;
    max-width: 225px;
  }
}
@media only screen and (min-width: 993px) {
  gjs-col[gjs-large-width=auto] {
    width: auto;
    max-width: none;
    flex: 1;
  }
  gjs-col[gjs-large-width="0"] {
    width: 0%;
    max-width: 0%;
  }
  gjs-col[gjs-large-width="1"] {
    width: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  gjs-col[gjs-large-width="2"] {
    width: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  gjs-col[gjs-large-width="3"] {
    width: 25%;
    max-width: 25%;
  }
  gjs-col[gjs-large-width="4"] {
    width: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  gjs-col[gjs-large-width="5"] {
    width: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  gjs-col[gjs-large-width="6"] {
    width: 50%;
    max-width: 50%;
  }
  gjs-col[gjs-large-width="7"] {
    width: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  gjs-col[gjs-large-width="8"] {
    width: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  gjs-col[gjs-large-width="9"] {
    width: 75%;
    max-width: 75%;
  }
  gjs-col[gjs-large-width="10"] {
    width: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  gjs-col[gjs-large-width="11"] {
    width: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  gjs-col[gjs-large-width="12"] {
    width: 100%;
    max-width: 100%;
  }
  gjs-col[gjs-large-width="225"] {
    width: 225px;
    max-width: 225px;
  }
}
@media only screen and (min-width: 0px) {
  gjs-col[gjs-small-show="0"] {
    display: none;
  }
  gjs-col[gjs-small-show="1"] {
    display: block;
  }
}
@media only screen and (min-width: 601px) {
  gjs-col[gjs-medium-show="0"] {
    display: none;
  }
  gjs-col[gjs-medium-show="1"] {
    display: block;
  }
}
@media only screen and (min-width: 993px) {
  gjs-col[gjs-large-show="0"] {
    display: none;
  }
  gjs-col[gjs-large-show="1"] {
    display: block;
  }
}
@media only screen and (min-width: 0px) {
  gjs-col[gjs-small-vertical-align=top] {
    align-self: flex-start;
  }
  gjs-col[gjs-small-vertical-align=bottom] {
    align-self: flex-end;
  }
  gjs-col[gjs-small-vertical-align=middle] {
    align-self: center;
  }
  gjs-col[gjs-small-vertical-align=fit] {
    align-self: stretch;
  }
  gjs-col[gjs-small-vertical-align=baseline] {
    align-self: baseline;
  }
}
@media only screen and (min-width: 601px) {
  gjs-col[gjs-medium-vertical-align=top] {
    align-self: flex-start;
  }
  gjs-col[gjs-medium-vertical-align=bottom] {
    align-self: flex-end;
  }
  gjs-col[gjs-medium-vertical-align=middle] {
    align-self: center;
  }
  gjs-col[gjs-medium-vertical-align=fit] {
    align-self: stretch;
  }
  gjs-col[gjs-medium-vertical-align=baseline] {
    align-self: baseline;
  }
}
@media only screen and (min-width: 993px) {
  gjs-col[gjs-large-vertical-align=top] {
    align-self: flex-start;
  }
  gjs-col[gjs-large-vertical-align=bottom] {
    align-self: flex-end;
  }
  gjs-col[gjs-large-vertical-align=middle] {
    align-self: center;
  }
  gjs-col[gjs-large-vertical-align=fit] {
    align-self: stretch;
  }
  gjs-col[gjs-large-vertical-align=baseline] {
    align-self: baseline;
  }
}
@media only screen and (min-width: 0px) {
  gjs-col[gjs-small-text-align=left] {
    text-align: left;
  }
  gjs-col[gjs-small-text-align=center] {
    text-align: center;
  }
  gjs-col[gjs-small-text-align=right] {
    text-align: right;
  }
}
@media only screen and (min-width: 601px) {
  gjs-col[gjs-medium-text-align=left] {
    text-align: left;
  }
  gjs-col[gjs-medium-text-align=center] {
    text-align: center;
  }
  gjs-col[gjs-medium-text-align=right] {
    text-align: right;
  }
}
@media only screen and (min-width: 993px) {
  gjs-col[gjs-large-text-align=left] {
    text-align: left;
  }
  gjs-col[gjs-large-text-align=center] {
    text-align: center;
  }
  gjs-col[gjs-large-text-align=right] {
    text-align: right;
  }
}
@media only screen and (min-width: 0px) {
  gjs-col[gjs-small-offset="0"] {
    margin-left: 0%;
  }
  gjs-col[gjs-small-offset="1"] {
    margin-left: 8.3333333333%;
  }
  gjs-col[gjs-small-offset="2"] {
    margin-left: 16.6666666667%;
  }
  gjs-col[gjs-small-offset="3"] {
    margin-left: 25%;
  }
  gjs-col[gjs-small-offset="4"] {
    margin-left: 33.3333333333%;
  }
  gjs-col[gjs-small-offset="5"] {
    margin-left: 41.6666666667%;
  }
  gjs-col[gjs-small-offset="6"] {
    margin-left: 50%;
  }
  gjs-col[gjs-small-offset="7"] {
    margin-left: 58.3333333333%;
  }
  gjs-col[gjs-small-offset="8"] {
    margin-left: 66.6666666667%;
  }
  gjs-col[gjs-small-offset="9"] {
    margin-left: 75%;
  }
  gjs-col[gjs-small-offset="10"] {
    margin-left: 83.3333333333%;
  }
  gjs-col[gjs-small-offset="11"] {
    margin-left: 91.6666666667%;
  }
  gjs-col[gjs-small-offset="12"] {
    margin-left: 100%;
  }
}
@media only screen and (min-width: 601px) {
  gjs-col[gjs-medium-offset="0"] {
    margin-left: 0%;
  }
  gjs-col[gjs-medium-offset="1"] {
    margin-left: 8.3333333333%;
  }
  gjs-col[gjs-medium-offset="2"] {
    margin-left: 16.6666666667%;
  }
  gjs-col[gjs-medium-offset="3"] {
    margin-left: 25%;
  }
  gjs-col[gjs-medium-offset="4"] {
    margin-left: 33.3333333333%;
  }
  gjs-col[gjs-medium-offset="5"] {
    margin-left: 41.6666666667%;
  }
  gjs-col[gjs-medium-offset="6"] {
    margin-left: 50%;
  }
  gjs-col[gjs-medium-offset="7"] {
    margin-left: 58.3333333333%;
  }
  gjs-col[gjs-medium-offset="8"] {
    margin-left: 66.6666666667%;
  }
  gjs-col[gjs-medium-offset="9"] {
    margin-left: 75%;
  }
  gjs-col[gjs-medium-offset="10"] {
    margin-left: 83.3333333333%;
  }
  gjs-col[gjs-medium-offset="11"] {
    margin-left: 91.6666666667%;
  }
  gjs-col[gjs-medium-offset="12"] {
    margin-left: 100%;
  }
}
@media only screen and (min-width: 993px) {
  gjs-col[gjs-large-offset="0"] {
    margin-left: 0%;
  }
  gjs-col[gjs-large-offset="1"] {
    margin-left: 8.3333333333%;
  }
  gjs-col[gjs-large-offset="2"] {
    margin-left: 16.6666666667%;
  }
  gjs-col[gjs-large-offset="3"] {
    margin-left: 25%;
  }
  gjs-col[gjs-large-offset="4"] {
    margin-left: 33.3333333333%;
  }
  gjs-col[gjs-large-offset="5"] {
    margin-left: 41.6666666667%;
  }
  gjs-col[gjs-large-offset="6"] {
    margin-left: 50%;
  }
  gjs-col[gjs-large-offset="7"] {
    margin-left: 58.3333333333%;
  }
  gjs-col[gjs-large-offset="8"] {
    margin-left: 66.6666666667%;
  }
  gjs-col[gjs-large-offset="9"] {
    margin-left: 75%;
  }
  gjs-col[gjs-large-offset="10"] {
    margin-left: 83.3333333333%;
  }
  gjs-col[gjs-large-offset="11"] {
    margin-left: 91.6666666667%;
  }
  gjs-col[gjs-large-offset="12"] {
    margin-left: 100%;
  }
}
@media only screen and (min-width: 0px) {
  gjs-col[gjs-small-order="0"] {
    order: 0;
  }
  gjs-col[gjs-small-order="1"] {
    order: 1;
  }
  gjs-col[gjs-small-order="2"] {
    order: 2;
  }
  gjs-col[gjs-small-order="3"] {
    order: 3;
  }
  gjs-col[gjs-small-order="4"] {
    order: 4;
  }
  gjs-col[gjs-small-order="5"] {
    order: 5;
  }
  gjs-col[gjs-small-order="6"] {
    order: 6;
  }
  gjs-col[gjs-small-order="7"] {
    order: 7;
  }
  gjs-col[gjs-small-order="8"] {
    order: 8;
  }
  gjs-col[gjs-small-order="9"] {
    order: 9;
  }
  gjs-col[gjs-small-order="10"] {
    order: 10;
  }
  gjs-col[gjs-small-order="11"] {
    order: 11;
  }
  gjs-col[gjs-small-order="12"] {
    order: 12;
  }
}
@media only screen and (min-width: 601px) {
  gjs-col[gjs-medium-order="0"] {
    order: 0;
  }
  gjs-col[gjs-medium-order="1"] {
    order: 1;
  }
  gjs-col[gjs-medium-order="2"] {
    order: 2;
  }
  gjs-col[gjs-medium-order="3"] {
    order: 3;
  }
  gjs-col[gjs-medium-order="4"] {
    order: 4;
  }
  gjs-col[gjs-medium-order="5"] {
    order: 5;
  }
  gjs-col[gjs-medium-order="6"] {
    order: 6;
  }
  gjs-col[gjs-medium-order="7"] {
    order: 7;
  }
  gjs-col[gjs-medium-order="8"] {
    order: 8;
  }
  gjs-col[gjs-medium-order="9"] {
    order: 9;
  }
  gjs-col[gjs-medium-order="10"] {
    order: 10;
  }
  gjs-col[gjs-medium-order="11"] {
    order: 11;
  }
  gjs-col[gjs-medium-order="12"] {
    order: 12;
  }
}
@media only screen and (min-width: 993px) {
  gjs-col[gjs-large-order="0"] {
    order: 0;
  }
  gjs-col[gjs-large-order="1"] {
    order: 1;
  }
  gjs-col[gjs-large-order="2"] {
    order: 2;
  }
  gjs-col[gjs-large-order="3"] {
    order: 3;
  }
  gjs-col[gjs-large-order="4"] {
    order: 4;
  }
  gjs-col[gjs-large-order="5"] {
    order: 5;
  }
  gjs-col[gjs-large-order="6"] {
    order: 6;
  }
  gjs-col[gjs-large-order="7"] {
    order: 7;
  }
  gjs-col[gjs-large-order="8"] {
    order: 8;
  }
  gjs-col[gjs-large-order="9"] {
    order: 9;
  }
  gjs-col[gjs-large-order="10"] {
    order: 10;
  }
  gjs-col[gjs-large-order="11"] {
    order: 11;
  }
  gjs-col[gjs-large-order="12"] {
    order: 12;
  }
}
/* purgecss end ignore */
/* purgecss start ignore */
h1.h1 {
  font-size: 24px;
  line-height: 26px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
h1.h1 span {
  padding: 0;
}

@media only screen and (min-width: 0px) {
  h1[gjs-small-separator="0"] span::before, h1[gjs-small-separator="0"] span::after {
    display: none;
  }
  h1[gjs-small-separator="1"] {
    margin: 0;
    position: relative;
    padding: 10px 0 10px 0;
    overflow: hidden;
  }
  h1[gjs-small-separator="1"] span {
    display: inline-block;
    background-color: transparent;
    position: relative;
    z-index: 2;
  }
  h1[gjs-small-separator="1"] span::before {
    display: block;
    position: absolute;
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
    height: 3px;
    width: 1000px;
    background-color: #a09c9a;
    content: "";
    z-index: 1;
  }
  h1[gjs-small-separator="1"] span::after {
    display: block;
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    height: 3px;
    width: 1000px;
    background-color: #a09c9a;
    content: "";
    z-index: 1;
  }
}
@media only screen and (min-width: 601px) {
  h1[gjs-medium-separator="0"] span::before, h1[gjs-medium-separator="0"] span::after {
    display: none;
  }
  h1[gjs-medium-separator="1"] {
    margin: 0;
    position: relative;
    padding: 10px 0 10px 0;
    overflow: hidden;
  }
  h1[gjs-medium-separator="1"] span {
    display: inline-block;
    background-color: transparent;
    position: relative;
    z-index: 2;
  }
  h1[gjs-medium-separator="1"] span::before {
    display: block;
    position: absolute;
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
    height: 3px;
    width: 1000px;
    background-color: #a09c9a;
    content: "";
    z-index: 1;
  }
  h1[gjs-medium-separator="1"] span::after {
    display: block;
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    height: 3px;
    width: 1000px;
    background-color: #a09c9a;
    content: "";
    z-index: 1;
  }
}
@media only screen and (min-width: 993px) {
  h1[gjs-large-separator="0"] span::before, h1[gjs-large-separator="0"] span::after {
    display: none;
  }
  h1[gjs-large-separator="1"] {
    margin: 0;
    position: relative;
    padding: 10px 0 10px 0;
    overflow: hidden;
  }
  h1[gjs-large-separator="1"] span {
    display: inline-block;
    background-color: transparent;
    position: relative;
    z-index: 2;
  }
  h1[gjs-large-separator="1"] span::before {
    display: block;
    position: absolute;
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
    height: 3px;
    width: 1000px;
    background-color: #a09c9a;
    content: "";
    z-index: 1;
  }
  h1[gjs-large-separator="1"] span::after {
    display: block;
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    height: 3px;
    width: 1000px;
    background-color: #a09c9a;
    content: "";
    z-index: 1;
  }
}
@media only screen and (min-width: 0px) {
  h1[gjs-small-theme=grey] span::before, h1[gjs-small-theme=grey] span::after {
    background-color: #a09c9a;
  }
}
@media only screen and (min-width: 601px) {
  h1[gjs-medium-theme=grey] span::before, h1[gjs-medium-theme=grey] span::after {
    background-color: #a09c9a;
  }
}
@media only screen and (min-width: 993px) {
  h1[gjs-large-theme=grey] span::before, h1[gjs-large-theme=grey] span::after {
    background-color: #a09c9a;
  }
}
@media only screen and (min-width: 0px) {
  h1[gjs-small-spacing="0"] span {
    padding: 0 0 0 0;
  }
  h1[gjs-small-spacing="1"] span {
    padding: 0 25px 0 0;
  }
  h1[gjs-small-spacing="2"] span {
    padding: 0 0 0 15px;
  }
  h1[gjs-small-spacing="3"] span {
    padding: 0 15px 0 15px;
  }
}
@media only screen and (min-width: 601px) {
  h1[gjs-medium-spacing="0"] span {
    padding: 0 0 0 0;
  }
  h1[gjs-medium-spacing="1"] span {
    padding: 0 25px 0 0;
  }
  h1[gjs-medium-spacing="2"] span {
    padding: 0 0 0 15px;
  }
  h1[gjs-medium-spacing="3"] span {
    padding: 0 15px 0 15px;
  }
}
@media only screen and (min-width: 993px) {
  h1[gjs-large-spacing="0"] span {
    padding: 0 0 0 0;
  }
  h1[gjs-large-spacing="1"] span {
    padding: 0 25px 0 0;
  }
  h1[gjs-large-spacing="2"] span {
    padding: 0 0 0 15px;
  }
  h1[gjs-large-spacing="3"] span {
    padding: 0 15px 0 15px;
  }
}
/* purgecss end ignore */
/* purgecss start ignore */
h2.h2 {
  font-size: 24px;
  line-height: 26px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

@media only screen and (min-width: 0px) {
  h2[gjs-small-separator="0"] span::before, h2[gjs-small-separator="0"] span::after {
    display: none;
  }
  h2[gjs-small-separator="1"] {
    margin: 0;
    position: relative;
    padding: 10px 0 10px 0;
    overflow: hidden;
  }
  h2[gjs-small-separator="1"] span {
    display: inline-block;
    background-color: transparent;
    padding: 0 15px;
    position: relative;
    z-index: 2;
  }
  h2[gjs-small-separator="1"] span::before {
    display: block;
    position: absolute;
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
    height: 3px;
    width: 1000px;
    background-color: #a09c9a;
    content: "";
    z-index: 1;
  }
  h2[gjs-small-separator="1"] span::after {
    display: block;
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    height: 3px;
    width: 1000px;
    background-color: #a09c9a;
    content: "";
    z-index: 1;
  }
}
@media only screen and (min-width: 601px) {
  h2[gjs-medium-separator="0"] span::before, h2[gjs-medium-separator="0"] span::after {
    display: none;
  }
  h2[gjs-medium-separator="1"] {
    margin: 0;
    position: relative;
    padding: 10px 0 10px 0;
    overflow: hidden;
  }
  h2[gjs-medium-separator="1"] span {
    display: inline-block;
    background-color: transparent;
    padding: 0 15px;
    position: relative;
    z-index: 2;
  }
  h2[gjs-medium-separator="1"] span::before {
    display: block;
    position: absolute;
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
    height: 3px;
    width: 1000px;
    background-color: #a09c9a;
    content: "";
    z-index: 1;
  }
  h2[gjs-medium-separator="1"] span::after {
    display: block;
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    height: 3px;
    width: 1000px;
    background-color: #a09c9a;
    content: "";
    z-index: 1;
  }
}
@media only screen and (min-width: 993px) {
  h2[gjs-large-separator="0"] span::before, h2[gjs-large-separator="0"] span::after {
    display: none;
  }
  h2[gjs-large-separator="1"] {
    margin: 0;
    position: relative;
    padding: 10px 0 10px 0;
    overflow: hidden;
  }
  h2[gjs-large-separator="1"] span {
    display: inline-block;
    background-color: transparent;
    padding: 0 15px;
    position: relative;
    z-index: 2;
  }
  h2[gjs-large-separator="1"] span::before {
    display: block;
    position: absolute;
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
    height: 3px;
    width: 1000px;
    background-color: #a09c9a;
    content: "";
    z-index: 1;
  }
  h2[gjs-large-separator="1"] span::after {
    display: block;
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    height: 3px;
    width: 1000px;
    background-color: #a09c9a;
    content: "";
    z-index: 1;
  }
}
@media only screen and (min-width: 0px) {
  h2[gjs-small-theme=grey] span::before, h2[gjs-small-theme=grey] span::after {
    background-color: #a09c9a;
  }
}
@media only screen and (min-width: 601px) {
  h2[gjs-medium-theme=grey] span::before, h2[gjs-medium-theme=grey] span::after {
    background-color: #a09c9a;
  }
}
@media only screen and (min-width: 993px) {
  h2[gjs-large-theme=grey] span::before, h2[gjs-large-theme=grey] span::after {
    background-color: #a09c9a;
  }
}
@media only screen and (min-width: 0px) {
  h2[gjs-small-spacing="0"] span {
    padding: 0 0 0 0;
  }
  h2[gjs-small-spacing="1"] span {
    padding: 0 25px 0 0;
  }
  h2[gjs-small-spacing="2"] span {
    padding: 0 0 0 15px;
  }
  h2[gjs-small-spacing="3"] span {
    padding: 0 15px 0 15px;
  }
}
@media only screen and (min-width: 601px) {
  h2[gjs-medium-spacing="0"] span {
    padding: 0 0 0 0;
  }
  h2[gjs-medium-spacing="1"] span {
    padding: 0 25px 0 0;
  }
  h2[gjs-medium-spacing="2"] span {
    padding: 0 0 0 15px;
  }
  h2[gjs-medium-spacing="3"] span {
    padding: 0 15px 0 15px;
  }
}
@media only screen and (min-width: 993px) {
  h2[gjs-large-spacing="0"] span {
    padding: 0 0 0 0;
  }
  h2[gjs-large-spacing="1"] span {
    padding: 0 25px 0 0;
  }
  h2[gjs-large-spacing="2"] span {
    padding: 0 0 0 15px;
  }
  h2[gjs-large-spacing="3"] span {
    padding: 0 15px 0 15px;
  }
}
/* purgecss end ignore */
/* purgecss start ignore */
h3.h3 {
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

@media only screen and (min-width: 0px) {
  h3[gjs-small-separator="0"] span::before, h3[gjs-small-separator="0"] span::after {
    display: none;
  }
  h3[gjs-small-separator="1"] {
    margin: 0;
    position: relative;
    padding: 10px 0 10px 0;
    overflow: hidden;
  }
  h3[gjs-small-separator="1"] span {
    display: inline-block;
    background-color: transparent;
    padding: 0 15px;
    position: relative;
    z-index: 2;
  }
  h3[gjs-small-separator="1"] span::before {
    display: block;
    position: absolute;
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
    height: 3px;
    width: 1000px;
    background-color: #a09c9a;
    content: "";
    z-index: 1;
  }
  h3[gjs-small-separator="1"] span::after {
    display: block;
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    height: 3px;
    width: 1000px;
    background-color: #a09c9a;
    content: "";
    z-index: 1;
  }
}
@media only screen and (min-width: 601px) {
  h3[gjs-medium-separator="0"] span::before, h3[gjs-medium-separator="0"] span::after {
    display: none;
  }
  h3[gjs-medium-separator="1"] {
    margin: 0;
    position: relative;
    padding: 10px 0 10px 0;
    overflow: hidden;
  }
  h3[gjs-medium-separator="1"] span {
    display: inline-block;
    background-color: transparent;
    padding: 0 15px;
    position: relative;
    z-index: 2;
  }
  h3[gjs-medium-separator="1"] span::before {
    display: block;
    position: absolute;
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
    height: 3px;
    width: 1000px;
    background-color: #a09c9a;
    content: "";
    z-index: 1;
  }
  h3[gjs-medium-separator="1"] span::after {
    display: block;
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    height: 3px;
    width: 1000px;
    background-color: #a09c9a;
    content: "";
    z-index: 1;
  }
}
@media only screen and (min-width: 993px) {
  h3[gjs-large-separator="0"] span::before, h3[gjs-large-separator="0"] span::after {
    display: none;
  }
  h3[gjs-large-separator="1"] {
    margin: 0;
    position: relative;
    padding: 10px 0 10px 0;
    overflow: hidden;
  }
  h3[gjs-large-separator="1"] span {
    display: inline-block;
    background-color: transparent;
    padding: 0 15px;
    position: relative;
    z-index: 2;
  }
  h3[gjs-large-separator="1"] span::before {
    display: block;
    position: absolute;
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
    height: 3px;
    width: 1000px;
    background-color: #a09c9a;
    content: "";
    z-index: 1;
  }
  h3[gjs-large-separator="1"] span::after {
    display: block;
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    height: 3px;
    width: 1000px;
    background-color: #a09c9a;
    content: "";
    z-index: 1;
  }
}
@media only screen and (min-width: 0px) {
  h3[gjs-small-theme=grey] span::before, h3[gjs-small-theme=grey] span::after {
    background-color: #a09c9a;
  }
}
@media only screen and (min-width: 601px) {
  h3[gjs-medium-theme=grey] span::before, h3[gjs-medium-theme=grey] span::after {
    background-color: #a09c9a;
  }
}
@media only screen and (min-width: 993px) {
  h3[gjs-large-theme=grey] span::before, h3[gjs-large-theme=grey] span::after {
    background-color: #a09c9a;
  }
}
@media only screen and (min-width: 0px) {
  h3[gjs-small-spacing="0"] span {
    padding: 0 0 0 0;
  }
  h3[gjs-small-spacing="1"] span {
    padding: 0 25px 0 0;
  }
  h3[gjs-small-spacing="2"] span {
    padding: 0 0 0 15px;
  }
  h3[gjs-small-spacing="3"] span {
    padding: 0 15px 0 15px;
  }
}
@media only screen and (min-width: 601px) {
  h3[gjs-medium-spacing="0"] span {
    padding: 0 0 0 0;
  }
  h3[gjs-medium-spacing="1"] span {
    padding: 0 25px 0 0;
  }
  h3[gjs-medium-spacing="2"] span {
    padding: 0 0 0 15px;
  }
  h3[gjs-medium-spacing="3"] span {
    padding: 0 15px 0 15px;
  }
}
@media only screen and (min-width: 993px) {
  h3[gjs-large-spacing="0"] span {
    padding: 0 0 0 0;
  }
  h3[gjs-large-spacing="1"] span {
    padding: 0 25px 0 0;
  }
  h3[gjs-large-spacing="2"] span {
    padding: 0 0 0 15px;
  }
  h3[gjs-large-spacing="3"] span {
    padding: 0 15px 0 15px;
  }
}
/* purgecss end ignore */
/* purgecss start ignore */
p.p {
  font-size: 16px;
  line-height: 22px;
  margin: 0;
  padding: 0;
}

@media only screen and (min-width: 0px) {
  p[gjs-small-show="0"] {
    display: none;
  }
  p[gjs-small-show="1"] {
    display: block;
  }
}
@media only screen and (min-width: 601px) {
  p[gjs-medium-show="0"] {
    display: none;
  }
  p[gjs-medium-show="1"] {
    display: block;
  }
}
@media only screen and (min-width: 993px) {
  p[gjs-large-show="0"] {
    display: none;
  }
  p[gjs-large-show="1"] {
    display: block;
  }
}
/* purgecss end ignore */
/* purgecss start ignore */
/* purgecss end ignore */
/* purgecss start ignore */
/* purgecss end ignore */
/* purgecss start ignore */
/* purgecss end ignore */
/* purgecss start ignore */
a.a {
  transition: all 0.3s;
  opacity: 1;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
a.a:hover {
  opacity: 0.9;
}

a[gjs-small-display=inline] {
  display: inline;
}

a[gjs-small-display=block] {
  display: block;
}

a[gjs-small-display=inline-block] {
  display: inline-block;
}

a[gjs-small-theme=default][gjs-small-display=inline] {
  background-color: transparent;
  color: #2c2a2d;
  padding: 0;
  text-decoration: underline;
}

a[gjs-small-theme=default][gjs-small-display=block] {
  background-color: transparent;
  color: #2c2a2d;
  padding: 10px 15px;
  text-decoration: none;
}

a[gjs-small-theme=default][gjs-small-display=inline-block] {
  background-color: transparent;
  color: #2c2a2d;
  padding: 10px 15px;
  text-decoration: none;
}

a[gjs-small-theme=white][gjs-small-display=inline] {
  background-color: transparent;
  color: #fff;
  padding: 0;
  text-decoration: underline;
}

a[gjs-small-theme=white][gjs-small-display=block] {
  background-color: #fff;
  color: #2c2a2d;
  padding: 10px 15px;
  text-decoration: none;
}

a[gjs-small-theme=white][gjs-small-display=inline-block] {
  background-color: #fff;
  color: #2c2a2d;
  padding: 10px 15px;
  text-decoration: none;
}

a[gjs-small-theme=grey][gjs-small-display=inline] {
  background-color: transparent;
  color: #d4d4d4;
  padding: 0;
  text-decoration: underline;
}

a[gjs-small-theme=grey][gjs-small-display=block] {
  background-color: #d4d4d4;
  color: #2c2a2d;
  padding: 10px 15px;
  text-decoration: none;
}

a[gjs-small-theme=grey][gjs-small-display=inline-block] {
  background-color: #d4d4d4;
  color: #2c2a2d;
  padding: 10px 15px;
  text-decoration: none;
}

a[gjs-small-theme=blue][gjs-small-display=inline] {
  background-color: transparent;
  color: #6499CD;
  padding: 0;
  text-decoration: underline;
}

a[gjs-small-theme=blue][gjs-small-display=block] {
  background-color: #6499CD;
  color: #fff;
  padding: 10px 15px;
  text-decoration: none;
}

a[gjs-small-theme=blue][gjs-small-display=inline-block] {
  background-color: #6499CD;
  color: #fff;
  padding: 10px 15px;
  text-decoration: none;
}

a[gjs-small-theme=spring][gjs-small-display=inline] {
  background-color: transparent;
  color: #94C124;
  padding: 0;
  text-decoration: underline;
}

a[gjs-small-theme=spring][gjs-small-display=block] {
  background-color: #94C124;
  color: #fff;
  padding: 10px 15px;
  text-decoration: none;
}

a[gjs-small-theme=spring][gjs-small-display=inline-block] {
  background-color: #94C124;
  color: #fff;
  padding: 10px 15px;
  text-decoration: none;
}

a[gjs-small-theme=charcoal][gjs-small-display=inline] {
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  text-decoration: underline;
  text-transform: uppercase;
  color: #333;
  padding: 0;
}

a[gjs-small-theme=charcoal][gjs-small-display=block] {
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  background-color: #333;
  padding: 10px 15px;
}

a[gjs-small-theme=charcoal][gjs-small-display=inline-block] {
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  background-color: #333;
  padding: 10px 15px;
}

/* purgecss end ignore */
/* purgecss start ignore */
img {
  display: block;
  max-width: 100%;
}

/* purgecss end ignore */
/* purgecss start ignore */
gjs-spacer {
  display: block;
  overflow: hidden;
}

@media only screen and (min-width: 0px) {
  gjs-spacer[gjs-small-spacing="0"] {
    padding: 0;
  }
  gjs-spacer[gjs-small-spacing="5"] {
    padding: 5px 0 0 0;
  }
  gjs-spacer[gjs-small-spacing="10"] {
    padding: 10px 0 0 0;
  }
  gjs-spacer[gjs-small-spacing="15"] {
    padding: 15px 0 0 0;
  }
  gjs-spacer[gjs-small-spacing="20"] {
    padding: 20px 0 0 0;
  }
  gjs-spacer[gjs-small-spacing="30"] {
    padding: 30px 0 0 0;
  }
  gjs-spacer[gjs-small-spacing="40"] {
    padding: 40px 0 0 0;
  }
  gjs-spacer[gjs-small-spacing="50"] {
    padding: 50px 0 0 0;
  }
  gjs-spacer[gjs-small-spacing="60"] {
    padding: 60px 0 0 0;
  }
  gjs-spacer[gjs-small-spacing="70"] {
    padding: 70px 0 0 0;
  }
  gjs-spacer[gjs-small-spacing="80"] {
    padding: 80px 0 0 0;
  }
  gjs-spacer[gjs-small-spacing="90"] {
    padding: 90px 0 0 0;
  }
  gjs-spacer[gjs-small-spacing="100"] {
    padding: 100px 0 0 0;
  }
  gjs-spacer[gjs-small-spacing="110"] {
    padding: 110px 0 0 0;
  }
  gjs-spacer[gjs-small-spacing="120"] {
    padding: 120px 0 0 0;
  }
}
@media only screen and (min-width: 601px) {
  gjs-spacer[gjs-medium-spacing="0"] {
    padding: 0;
  }
  gjs-spacer[gjs-medium-spacing="5"] {
    padding: 5px 0 0 0;
  }
  gjs-spacer[gjs-medium-spacing="10"] {
    padding: 10px 0 0 0;
  }
  gjs-spacer[gjs-medium-spacing="15"] {
    padding: 15px 0 0 0;
  }
  gjs-spacer[gjs-medium-spacing="20"] {
    padding: 20px 0 0 0;
  }
  gjs-spacer[gjs-medium-spacing="30"] {
    padding: 30px 0 0 0;
  }
  gjs-spacer[gjs-medium-spacing="40"] {
    padding: 40px 0 0 0;
  }
  gjs-spacer[gjs-medium-spacing="50"] {
    padding: 50px 0 0 0;
  }
  gjs-spacer[gjs-medium-spacing="60"] {
    padding: 60px 0 0 0;
  }
  gjs-spacer[gjs-medium-spacing="70"] {
    padding: 70px 0 0 0;
  }
  gjs-spacer[gjs-medium-spacing="80"] {
    padding: 80px 0 0 0;
  }
  gjs-spacer[gjs-medium-spacing="90"] {
    padding: 90px 0 0 0;
  }
  gjs-spacer[gjs-medium-spacing="100"] {
    padding: 100px 0 0 0;
  }
  gjs-spacer[gjs-medium-spacing="110"] {
    padding: 110px 0 0 0;
  }
  gjs-spacer[gjs-medium-spacing="120"] {
    padding: 120px 0 0 0;
  }
}
@media only screen and (min-width: 993px) {
  gjs-spacer[gjs-large-spacing="0"] {
    padding: 0;
  }
  gjs-spacer[gjs-large-spacing="5"] {
    padding: 5px 0 0 0;
  }
  gjs-spacer[gjs-large-spacing="10"] {
    padding: 10px 0 0 0;
  }
  gjs-spacer[gjs-large-spacing="15"] {
    padding: 15px 0 0 0;
  }
  gjs-spacer[gjs-large-spacing="20"] {
    padding: 20px 0 0 0;
  }
  gjs-spacer[gjs-large-spacing="30"] {
    padding: 30px 0 0 0;
  }
  gjs-spacer[gjs-large-spacing="40"] {
    padding: 40px 0 0 0;
  }
  gjs-spacer[gjs-large-spacing="50"] {
    padding: 50px 0 0 0;
  }
  gjs-spacer[gjs-large-spacing="60"] {
    padding: 60px 0 0 0;
  }
  gjs-spacer[gjs-large-spacing="70"] {
    padding: 70px 0 0 0;
  }
  gjs-spacer[gjs-large-spacing="80"] {
    padding: 80px 0 0 0;
  }
  gjs-spacer[gjs-large-spacing="90"] {
    padding: 90px 0 0 0;
  }
  gjs-spacer[gjs-large-spacing="100"] {
    padding: 100px 0 0 0;
  }
  gjs-spacer[gjs-large-spacing="110"] {
    padding: 110px 0 0 0;
  }
  gjs-spacer[gjs-large-spacing="120"] {
    padding: 120px 0 0 0;
  }
}
/* purgecss end ignore */
/* purgecss start ignore */
gjs-block {
  display: flex;
  transform: translateY(0px);
  transition: all 0.3s;
  height: 100%;
  overflow: hidden;
  position: relative;
}
@media screen and (-ms-high-contrast: active) {
  gjs-block {
    display: block;
  }
}
@media screen and (-ms-high-contrast: none) {
  gjs-block {
    display: block;
  }
}
gjs-block a {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  height: 100%;
}
@media screen and (-ms-high-contrast: active) {
  gjs-block a {
    display: block;
  }
}
@media screen and (-ms-high-contrast: none) {
  gjs-block a {
    display: block;
  }
}
gjs-block .gjs-block-image img {
  display: block;
  max-width: 100%;
}
gjs-block .gjs-block-offer {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
}
@media only screen and (min-width: 601px) {
  gjs-block .gjs-block-offer {
    top: 15px;
    right: 15px;
  }
}
gjs-block .gjs-block-offer img {
  width: 100%;
  max-width: 69px;
  border-radius: 50%;
  border: 2px solid #fff;
  background: #16446f;
}
gjs-block .gjs-block-copy {
  padding: 10px 10px 0 10px;
}
gjs-block .gjs-block-copy .gjs-block-title {
  font-weight: bold;
  margin: 0 0 3px;
}
gjs-block .gjs-block-copy .gjs-block-description {
  margin: 0 0 3px;
}
gjs-block .gjs-block-button {
  padding: 3px 10px 10px 10px;
  text-decoration: underline;
  margin-top: auto;
}
gjs-block:hover {
  opacity: 0.9;
  box-shadow: 0 10px 15px -8px rgba(0, 0, 0, 0.4);
  transform: translateY(-3px);
  cursor: pointer;
}

@media only screen and (min-width: 0px) {
  gjs-block[gjs-small-theme=white] {
    background-color: #fff;
    border: 1px solid #b6b7b7;
  }
  gjs-block[gjs-small-theme=grey] {
    background-color: #EFEDEE;
    border: 1px solid #b6b7b7;
  }
  gjs-block[gjs-small-theme=spring-light],
  gjs-block[gjs-small-theme=spring-dark] {
    border: 1px solid #b6b7b7;
  }
  gjs-block[gjs-small-theme=spring-light] .gjs-block-copy,
  gjs-block[gjs-small-theme=spring-dark] .gjs-block-copy {
    margin: 0 0 auto 0;
  }
  gjs-block[gjs-small-theme=spring-light] .gjs-block-copy .gjs-block-title,
  gjs-block[gjs-small-theme=spring-dark] .gjs-block-copy .gjs-block-title {
    text-transform: uppercase;
  }
  gjs-block[gjs-small-theme=spring-light] .gjs-block-offer img,
  gjs-block[gjs-small-theme=spring-dark] .gjs-block-offer img {
    background: #94C124;
  }
  gjs-block[gjs-small-theme=spring-light] .gjs-block-button,
  gjs-block[gjs-small-theme=spring-dark] .gjs-block-button {
    text-decoration: none;
    background: #94C124;
    color: #fff;
    padding: 4px 10px;
    margin: 7px 0 0 0;
    font-weight: bold;
  }
  gjs-block[gjs-small-theme=spring-light] {
    background-color: #fff;
  }
  gjs-block[gjs-small-theme=spring-dark] {
    background-color: #EFEDEE;
  }
  gjs-block[gjs-small-theme=summer] {
    border: 1px solid #bababa;
    background-color: #fff;
  }
  gjs-block[gjs-small-theme=summer] .gjs-block-copy .gjs-block-title {
    text-transform: uppercase;
  }
  gjs-block[gjs-small-theme=summer] .gjs-block-offer img {
    background: linear-gradient(180deg, #FA6000 0%, #F99700 100%);
  }
  gjs-block[gjs-small-theme=summer] .gjs-block-button {
    text-decoration: none;
    background: linear-gradient(180deg, #FA6000 0%, #F99700 100%);
    color: #fff;
    padding: 4px 10px;
    margin: 7px 0 0 0;
    font-weight: bold;
  }
}
/* purgecss end ignore */
/* purgecss start ignore */
.gjs-image-banner {
  background-color: #fff;
  overflow: hidden;
  display: block;
  border: 1px solid #c9c9c9;
}
@media only screen and (min-width: 0px) {
  .gjs-image-banner .gjs-image-banner-small {
    display: block;
  }
}
@media only screen and (min-width: 601px) {
  .gjs-image-banner .gjs-image-banner-small {
    display: none;
  }
}
@media only screen and (min-width: 993px) {
  .gjs-image-banner .gjs-image-banner-small {
    display: none;
  }
}
@media only screen and (min-width: 0px) {
  .gjs-image-banner .gjs-image-banner-medium {
    display: none;
  }
}
@media only screen and (min-width: 601px) {
  .gjs-image-banner .gjs-image-banner-medium {
    display: block;
  }
}
@media only screen and (min-width: 993px) {
  .gjs-image-banner .gjs-image-banner-medium {
    display: block;
  }
}

/* purgecss end ignore */
/* purgecss start ignore */
.gjs-dept-banner {
  background-color: #fff;
  padding: 20px;
  overflow: hidden;
  display: block;
  position: relative;
  min-height: 270px;
  border: 1px solid #c9c9c9;
}
.gjs-dept-banner .gjs-dept-banner-image {
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.gjs-dept-banner .gjs-dept-banner-copy {
  display: block;
  background: rgba(255, 255, 255, 0.8);
  -moz-backdrop-filter: opacity(1) blur(3px) brightness(1) contrast(1);
  -o-backdrop-filter: opacity(1) blur(3px) brightness(1) contrast(1);
  -webkit-backdrop-filter: opacity(1) blur(3px) brightness(1) contrast(1);
  backdrop-filter: opacity(1) blur(3px) brightness(1) contrast(1);
}
@media only screen and (min-width: 0px) {
  .gjs-dept-banner .gjs-dept-banner-copy {
    padding: 15px 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
@media only screen and (min-width: 601px) {
  .gjs-dept-banner .gjs-dept-banner-copy {
    padding: 20px;
    position: relative;
    max-width: 240px;
    margin: 30px;
    border-radius: 8px;
  }
}

/* purgecss end ignore */
/* purgecss start ignore */
.gjs-fullwidth-banner {
  background-color: #fff;
  padding: 0;
  overflow: hidden;
  display: block;
  position: relative;
  min-height: 300px;
  border: 1px solid #c9c9c9;
}
@media only screen and (min-width: 601px) {
  .gjs-fullwidth-banner {
    min-height: 334px;
  }
}
.gjs-fullwidth-banner .gjs-fullwidth-banner-image-small,
.gjs-fullwidth-banner .gjs-fullwidth-banner-image-medium {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 0px) {
  .gjs-fullwidth-banner .gjs-fullwidth-banner-image-small {
    display: block;
  }
}
@media only screen and (min-width: 601px) {
  .gjs-fullwidth-banner .gjs-fullwidth-banner-image-small {
    display: none;
  }
}
@media only screen and (min-width: 0px) {
  .gjs-fullwidth-banner .gjs-fullwidth-banner-image-medium {
    display: none;
  }
}
@media only screen and (min-width: 601px) {
  .gjs-fullwidth-banner .gjs-fullwidth-banner-image-medium {
    display: block;
  }
}
.gjs-fullwidth-banner .gjs-fullwidth-banner-content {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px 30px 30px 30px;
  position: relative;
  height: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 601px) {
  .gjs-fullwidth-banner .gjs-fullwidth-banner-content {
    padding: 30px;
  }
}
.gjs-fullwidth-banner .gjs-fullwidth-banner-content .gjs-fullwidth-banner-content-image-small,
.gjs-fullwidth-banner .gjs-fullwidth-banner-content .gjs-fullwidth-banner-content-image-medium {
  width: 100%;
  max-width: 312px;
  box-shadow: 0 10px 15px -8px rgba(0, 0, 0, 0.4);
}
@media only screen and (min-width: 0px) {
  .gjs-fullwidth-banner .gjs-fullwidth-banner-content .gjs-fullwidth-banner-content-image-small {
    display: inline-block;
  }
}
@media only screen and (min-width: 601px) {
  .gjs-fullwidth-banner .gjs-fullwidth-banner-content .gjs-fullwidth-banner-content-image-small {
    display: none;
  }
}
@media only screen and (min-width: 0px) {
  .gjs-fullwidth-banner .gjs-fullwidth-banner-content .gjs-fullwidth-banner-content-image-medium {
    display: none;
  }
}
@media only screen and (min-width: 601px) {
  .gjs-fullwidth-banner .gjs-fullwidth-banner-content .gjs-fullwidth-banner-content-image-medium {
    display: inline-block;
  }
}

/* purgecss end ignore */
/* purgecss start ignore */
gjs-svg-banner {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  min-height: 300px;
}
@media only screen and (min-width: 601px) {
  gjs-svg-banner {
    min-height: 375px;
  }
}
gjs-svg-banner .gjs-svg-banner-image {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
gjs-svg-banner .gjs-svg-banner-content {
  position: absolute;
  padding: 20px;
  max-width: 480px;
}
@media only screen and (min-width: 601px) {
  gjs-svg-banner .gjs-svg-banner-content {
    padding: 40px;
  }
}

@media only screen and (min-width: 0px) {
  gjs-svg-banner[gjs-small-position="0"] .gjs-svg-banner-content {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    display: block;
  }
  gjs-svg-banner[gjs-small-position="1"] .gjs-svg-banner-content {
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    display: block;
  }
  gjs-svg-banner[gjs-small-position="2"] .gjs-svg-banner-content {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    display: block;
  }
  gjs-svg-banner[gjs-small-position="3"] .gjs-svg-banner-content {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    display: block;
  }
  gjs-svg-banner[gjs-small-position="4"] .gjs-svg-banner-content {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (min-width: 601px) {
  gjs-svg-banner[gjs-medium-position="0"] .gjs-svg-banner-content {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    display: block;
  }
  gjs-svg-banner[gjs-medium-position="1"] .gjs-svg-banner-content {
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    display: block;
  }
  gjs-svg-banner[gjs-medium-position="2"] .gjs-svg-banner-content {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    display: block;
  }
  gjs-svg-banner[gjs-medium-position="3"] .gjs-svg-banner-content {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    display: block;
  }
  gjs-svg-banner[gjs-medium-position="4"] .gjs-svg-banner-content {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (min-width: 993px) {
  gjs-svg-banner[gjs-large-position="0"] .gjs-svg-banner-content {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    display: block;
  }
  gjs-svg-banner[gjs-large-position="1"] .gjs-svg-banner-content {
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    display: block;
  }
  gjs-svg-banner[gjs-large-position="2"] .gjs-svg-banner-content {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    display: block;
  }
  gjs-svg-banner[gjs-large-position="3"] .gjs-svg-banner-content {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    display: block;
  }
  gjs-svg-banner[gjs-large-position="4"] .gjs-svg-banner-content {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
/* purgecss end ignore */
/* purgecss start ignore */
gjs-001,
.gjs-001 {
  background-color: #fff;
  padding: 0;
  overflow: hidden;
  display: block;
  position: relative;
  height: 100%;
  min-height: 300px;
  border: 1px solid #c9c9c9;
}
@media only screen and (min-width: 601px) {
  gjs-001,
  .gjs-001 {
    min-height: 334px;
  }
}
gjs-001 .gjs-001-image-small,
gjs-001 .gjs-001-image-medium,
.gjs-001 .gjs-001-image-small,
.gjs-001 .gjs-001-image-medium {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 0px) {
  gjs-001 .gjs-001-image-small,
  .gjs-001 .gjs-001-image-small {
    display: block;
  }
}
@media only screen and (min-width: 601px) {
  gjs-001 .gjs-001-image-small,
  .gjs-001 .gjs-001-image-small {
    display: none;
  }
}
@media only screen and (min-width: 0px) {
  gjs-001 .gjs-001-image-medium,
  .gjs-001 .gjs-001-image-medium {
    display: none;
  }
}
@media only screen and (min-width: 601px) {
  gjs-001 .gjs-001-image-medium,
  .gjs-001 .gjs-001-image-medium {
    display: block;
  }
}
gjs-001 .gjs-001-content,
.gjs-001 .gjs-001-content {
  max-width: 1000px;
  margin: 0 auto;
  display: block;
  position: relative;
  height: 100%;
  overflow: hidden;
}
gjs-001 .gjs-001-content .gjs-001-content-cta-wrapper,
.gjs-001 .gjs-001-content .gjs-001-content-cta-wrapper {
  position: absolute;
  padding: 20px 30px 20px 30px;
}
@media only screen and (min-width: 601px) {
  gjs-001 .gjs-001-content .gjs-001-content-cta-wrapper,
  .gjs-001 .gjs-001-content .gjs-001-content-cta-wrapper {
    padding: 30px;
  }
}

@media only screen and (min-width: 0px) {
  gjs-001[gjs-small-cta-position="0"] .gjs-001-content .gjs-001-content-cta-wrapper {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    margin: 0;
    transform: none;
  }
  gjs-001[gjs-small-cta-position="1"] .gjs-001-content .gjs-001-content-cta-wrapper {
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    margin: 0;
    transform: none;
  }
  gjs-001[gjs-small-cta-position="2"] .gjs-001-content .gjs-001-content-cta-wrapper {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    margin: 0;
    transform: none;
  }
  gjs-001[gjs-small-cta-position="3"] .gjs-001-content .gjs-001-content-cta-wrapper {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    margin: 0;
    transform: none;
  }
  gjs-001[gjs-small-cta-position="4"] .gjs-001-content .gjs-001-content-cta-wrapper {
    top: 50%;
    right: 0;
    bottom: auto;
    left: 0;
    margin: auto;
    transform: translateY(-50%);
  }
}
@media only screen and (min-width: 601px) {
  gjs-001[gjs-medium-cta-position="0"] .gjs-001-content .gjs-001-content-cta-wrapper {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    margin: 0;
    transform: none;
  }
  gjs-001[gjs-medium-cta-position="1"] .gjs-001-content .gjs-001-content-cta-wrapper {
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    margin: 0;
    transform: none;
  }
  gjs-001[gjs-medium-cta-position="2"] .gjs-001-content .gjs-001-content-cta-wrapper {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    margin: 0;
    transform: none;
  }
  gjs-001[gjs-medium-cta-position="3"] .gjs-001-content .gjs-001-content-cta-wrapper {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    margin: 0;
    transform: none;
  }
  gjs-001[gjs-medium-cta-position="4"] .gjs-001-content .gjs-001-content-cta-wrapper {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    margin: auto;
    transform: translate(-50%, -50%);
  }
}
@media only screen and (min-width: 993px) {
  gjs-001[gjs-large-cta-position="0"] .gjs-001-content .gjs-001-content-cta-wrapper {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    margin: 0;
    transform: none;
  }
  gjs-001[gjs-large-cta-position="1"] .gjs-001-content .gjs-001-content-cta-wrapper {
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    margin: 0;
    transform: none;
  }
  gjs-001[gjs-large-cta-position="2"] .gjs-001-content .gjs-001-content-cta-wrapper {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    margin: 0;
    transform: none;
  }
  gjs-001[gjs-large-cta-position="3"] .gjs-001-content .gjs-001-content-cta-wrapper {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    margin: 0;
    transform: none;
  }
  gjs-001[gjs-large-cta-position="4"] .gjs-001-content .gjs-001-content-cta-wrapper {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    margin: auto;
    transform: translate(-50%, -50%);
  }
}
/* purgecss end ignore */
/* purgecss start ignore */
.gjs-002 {
  background-color: #fff;
  padding: 0;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  min-height: 230px;
  border: 1px solid #c9c9c9;
}
.gjs-002 .gjs-002-content {
  padding: 15px 25px;
  background-color: #fff;
  width: 50%;
}
@media only screen and (min-width: 601px) {
  .gjs-002 .gjs-002-content {
    width: 250px;
  }
}
.gjs-002 .gjs-002-content h1 {
  font-size: 18px;
  line-height: 20px;
  margin: 6px 0 4px 0;
  color: #333;
  font-weight: 800;
}
.gjs-002 .gjs-002-content p {
  display: block;
  color: #777;
  font-size: 14px;
  line-height: 18px;
  margin-top: 0px;
}
.gjs-002 .gjs-002-image {
  width: 50%;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 601px) {
  .gjs-002 .gjs-002-image {
    width: calc(100% - 250px);
  }
}
.gjs-002 .gjs-002-image img {
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

/* purgecss end ignore */
/* purgecss start ignore */
.gjs-003 label {
  display: block;
  margin: 0 0 8px 0;
  white-space: nowrap;
  border: 1px solid #bab6b5;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  padding: 12px 16px;
  line-height: 1;
  position: relative;
  min-height: 40px;
  cursor: pointer;
}
@media only screen and (min-width: 601px) {
  .gjs-003 label {
    display: none;
  }
}
.gjs-003 label::before {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgZGF0YS1uYW1lPSJMYXllciAxIiBpZD0iTGF5ZXJfMSIgdmlld0JveD0iMCAwIDY0IDY0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjx0aXRsZS8+PHBhdGggZD0iTTMyLDUxLjUsMCwxOC44Myw2LjYyLDEyLjUsMzIsMzguNzYsNTcuMzgsMTIuNSw2NCwxOC44M1oiIGRhdGEtbmFtZT0iJmx0O0NvbXBvdW5kIFBhdGgmZ3Q7IiBpZD0iX0NvbXBvdW5kX1BhdGhfIi8+PC9zdmc+");
  background-position: right 16px center;
  background-size: 14px;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 45px;
  height: 100%;
  transition: all ease-in-out 0.3s;
}
.gjs-003 input {
  display: none;
}
.gjs-003 ul {
  list-style-type: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  display: none;
}
@media only screen and (min-width: 601px) {
  .gjs-003 ul {
    display: block;
  }
}
.gjs-003 ul li {
  display: block;
  float: left;
  margin: 0 6px 6px 0;
}
.gjs-003 ul li a {
  display: block;
  background-color: #d5d5d5;
  text-decoration: none;
  padding: 6px 15px;
  border-radius: 20px;
  white-space: nowrap;
  text-transform: capitalize;
}
@media only screen and (min-width: 601px) {
  .gjs-003 ul li a {
    padding: 6px 20px;
  }
}
.gjs-003 input:checked + label::before {
  transform: rotate(180deg);
}
.gjs-003 input:checked + label + ul {
  display: block;
}

/* purgecss end ignore */
/* purgecss start ignore */
gjs-004,
.gjs-004 {
  height: 100%;
  display: flex;
  flex-direction: column;
}
gjs-004 a,
.gjs-004 a {
  position: relative;
  height: 100%;
  text-decoration: none;
  display: flex;
  flex-direction: column;
}
gjs-004 a .gjs-004-image img,
.gjs-004 a .gjs-004-image img {
  display: block;
  width: 100%;
  max-width: 100%;
}
gjs-004 a .gjs-004-offer,
.gjs-004 a .gjs-004-offer {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
}
@media only screen and (min-width: 601px) {
  gjs-004 a .gjs-004-offer,
  .gjs-004 a .gjs-004-offer {
    top: 15px;
    right: 15px;
  }
}
gjs-004 a .gjs-004-offer img,
.gjs-004 a .gjs-004-offer img {
  width: 100%;
  max-width: 69px;
  border-radius: 50%;
  border: 2px solid transparent;
}
gjs-004 a .gjs-004-copy,
.gjs-004 a .gjs-004-copy {
  border: 1px solid transparent;
  border-top: 0;
}
gjs-004 a .gjs-004-copy span.gjs-004-title,
.gjs-004 a .gjs-004-copy span.gjs-004-title {
  font-size: 16px;
  line-height: 19px;
  padding: 10px 10px 0;
  font-weight: 700;
  display: block;
  margin-bottom: auto;
}
@media only screen and (min-width: 601px) {
  gjs-004 a .gjs-004-copy span.gjs-004-title,
  .gjs-004 a .gjs-004-copy span.gjs-004-title {
    font-size: 18px;
    line-height: 24px;
    padding: 15px 10px 0;
  }
}
gjs-004 a .gjs-004-copy span.gjs-004-title small,
.gjs-004 a .gjs-004-copy span.gjs-004-title small {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  display: block;
}
@media only screen and (min-width: 601px) {
  gjs-004 a .gjs-004-copy span.gjs-004-title small,
  .gjs-004 a .gjs-004-copy span.gjs-004-title small {
    font-size: 16px;
  }
}
gjs-004 a .gjs-004-copy span.gjs-004-typical,
.gjs-004 a .gjs-004-copy span.gjs-004-typical {
  font-size: 14px;
  line-height: 18px;
  display: block;
  padding: 7px 10px 0 10px;
}
gjs-004 a .gjs-004-copy span.gjs-004-typical strong,
.gjs-004 a .gjs-004-copy span.gjs-004-typical strong {
  font-weight: 400;
}
gjs-004 a .gjs-004-copy span.gjs-004-price,
.gjs-004 a .gjs-004-copy span.gjs-004-price {
  font-size: 16px;
  line-height: 19px;
  display: block;
  font-weight: bold;
  padding: 0 10px 0 10px;
}
@media only screen and (min-width: 601px) {
  gjs-004 a .gjs-004-copy span.gjs-004-price,
  .gjs-004 a .gjs-004-copy span.gjs-004-price {
    font-size: 18px;
    line-height: 18px;
  }
}
gjs-004 a .gjs-004-copy span.gjs-004-button,
.gjs-004 a .gjs-004-copy span.gjs-004-button {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-weight: bold;
  border: 0;
  padding: 4px 10px;
  text-decoration: none;
  transition: all ease-in-out 0.2s;
  text-transform: uppercase;
  width: calc(100% - 20px);
  margin: 10px;
  display: block;
}
@media only screen and (min-width: 601px) {
  gjs-004 a .gjs-004-copy span.gjs-004-button,
  .gjs-004 a .gjs-004-copy span.gjs-004-button {
    padding: 4px 30px;
    width: auto;
    margin: 10px 15px 15px;
    display: inline-block;
  }
}
@media only screen and (min-width: 0px) {
  gjs-004[gjs-small-theme=charcoal] a .gjs-004-offer img {
    border-color: #fff;
    background: #16446f;
  }
  gjs-004[gjs-small-theme=charcoal] a .gjs-004-copy {
    background: #333;
    border-color: #333;
  }
  gjs-004[gjs-small-theme=charcoal] a .gjs-004-copy span.gjs-004-title {
    color: #fff;
  }
  gjs-004[gjs-small-theme=charcoal] a .gjs-004-copy span.gjs-004-title small {
    color: #fff;
  }
  gjs-004[gjs-small-theme=charcoal] a .gjs-004-copy span.gjs-004-typical {
    color: #fff;
  }
  gjs-004[gjs-small-theme=charcoal] a .gjs-004-copy span.gjs-004-price {
    color: #fff;
  }
  gjs-004[gjs-small-theme=charcoal] a .gjs-004-copy span.gjs-004-button {
    background-color: #fff;
    color: #333;
    box-shadow: 0 2px 30px -10px #000000;
  }
  gjs-004[gjs-small-theme=charcoal] a .gjs-004-copy span.gjs-004-button:hover {
    background-color: #6499CD;
    color: #fff;
  }
  gjs-004[gjs-small-theme=charcoal-light] a .gjs-004-offer img {
    border-color: #fff;
    background: #16446f;
  }
  gjs-004[gjs-small-theme=charcoal-light] a .gjs-004-copy {
    background: #565656;
    border-color: #565656;
  }
  gjs-004[gjs-small-theme=charcoal-light] a .gjs-004-copy span.gjs-004-title {
    color: #fff;
  }
  gjs-004[gjs-small-theme=charcoal-light] a .gjs-004-copy span.gjs-004-title small {
    color: #fff;
  }
  gjs-004[gjs-small-theme=charcoal-light] a .gjs-004-copy span.gjs-004-typical {
    color: #fff;
  }
  gjs-004[gjs-small-theme=charcoal-light] a .gjs-004-copy span.gjs-004-price {
    color: #fff;
  }
  gjs-004[gjs-small-theme=charcoal-light] a .gjs-004-copy span.gjs-004-button {
    background-color: #fff;
    color: #333;
    box-shadow: 0 2px 30px -10px #000000;
  }
  gjs-004[gjs-small-theme=charcoal-light] a .gjs-004-copy span.gjs-004-button:hover {
    background-color: #6499CD;
    color: #fff;
  }
  gjs-004[gjs-small-theme=summer] a .gjs-004-offer img {
    border-color: #fff;
    background: #F99700;
  }
  gjs-004[gjs-small-theme=summer] a .gjs-004-copy {
    background: linear-gradient(180deg, #FA6000 0%, #F99700 100%);
    border-color: #F99700;
  }
  gjs-004[gjs-small-theme=summer] a .gjs-004-copy span.gjs-004-title {
    color: #fff;
  }
  gjs-004[gjs-small-theme=summer] a .gjs-004-copy span.gjs-004-title small {
    color: #fff;
  }
  gjs-004[gjs-small-theme=summer] a .gjs-004-copy span.gjs-004-typical {
    color: #fff;
  }
  gjs-004[gjs-small-theme=summer] a .gjs-004-copy span.gjs-004-price {
    color: #fff;
  }
  gjs-004[gjs-small-theme=summer] a .gjs-004-copy span.gjs-004-button {
    background-color: #fff;
    color: #333;
    box-shadow: 0 2px 30px -10px #000000;
  }
  gjs-004[gjs-small-theme=summer] a .gjs-004-copy span.gjs-004-button:hover {
    background-color: #7d300c;
    color: #fff;
  }
  gjs-004[gjs-small-theme=spring] a .gjs-004-offer img {
    border-color: #fff;
    background: #94C124;
  }
  gjs-004[gjs-small-theme=spring] a .gjs-004-copy {
    background: #94C124;
    border-color: #94C124;
  }
  gjs-004[gjs-small-theme=spring] a .gjs-004-copy span.gjs-004-title {
    color: #fff;
  }
  gjs-004[gjs-small-theme=spring] a .gjs-004-copy span.gjs-004-title small {
    color: #fff;
  }
  gjs-004[gjs-small-theme=spring] a .gjs-004-copy span.gjs-004-typical {
    color: #fff;
  }
  gjs-004[gjs-small-theme=spring] a .gjs-004-copy span.gjs-004-price {
    color: #fff;
  }
  gjs-004[gjs-small-theme=spring] a .gjs-004-copy span.gjs-004-button {
    background-color: #fff;
    color: #333;
    box-shadow: 0 2px 30px -10px #000000;
  }
  gjs-004[gjs-small-theme=spring] a .gjs-004-copy span.gjs-004-button:hover {
    background-color: #5d7d0f;
    color: #fff;
  }
}
/* purgecss end ignore */
/* purgecss start ignore */
gjs-005,
.gjs-005 {
  display: block;
  width: 100%;
  height: auto;
  min-height: auto;
  margin: 0;
}

/* purgecss end ignore */
/* purgecss start ignore */
gjs-006,
.gjs-006 {
  width: 100%;
  display: flex;
}

gjs-006.slick-slider,
.gjs-006.slick-slider {
  display: block;
}

gjs-006.slick-slider .slick-slide,
.gjs-006.slick-slider .slick-slide {
  margin: 0 10px;
  max-width: 280px;
}
@media only screen and (min-width: 601px) {
  gjs-006.slick-slider .slick-slide,
  .gjs-006.slick-slider .slick-slide {
    max-width: none;
  }
}

gjs-006.slick-slider .slick-list,
.gjs-006.slick-slider .slick-list {
  margin: 0 -10px;
}

#wrapper gjs-006,
#wrapper .gjs-006 {
  padding: 15px;
  min-height: 50px;
  background-color: #f2f2f2;
  overflow-x: auto;
}
#wrapper gjs-006 > *,
#wrapper .gjs-006 > * {
  margin: 10px;
  max-width: 280px;
}

/* purgecss end ignore */
/* purgecss start ignore */
.collabsible-content-wrapper .collapsible-content .content-inner ul {
  list-style-type: disc;
}

/* purgecss end ignore */
