/* Custom Mixins (Must be set before BASE Framework Import */
@import url("https://fonts.googleapis.com/css2?family=Major+Mono+Display&family=Roboto+Slab:wght@100;300;700&display=swap");
/* Import Base Framework */
/*768px;*/
/*$col-base: #F1F1F1 !default;
$col-comp: #E0E0E0 !default;
$col-contrast: #A30B37 !default;
$col-contrast-2: #355070 !default;
$col-contrast-3: #539987 !default;
$col-dark: #2B2826 !default;
$col-light: #F5F5F5 !default;*/
/* BASE Grid 0.6c */
/* BASE Grid 0.7 */
/* BASE Grid 0.8 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}

[class^=grid], [class*=grid] {
  flex: 1;
  display: flex;
  flex-flow: row wrap !important;
  width: 100%;
  max-width: 1200px !important;
  margin: auto;
  /*overflow: hidden;*/
  /*padding: 10px;
  height: 25vh;*/
  /*@media (max-width: 1200px) {
  	width: 90vw;
  }*/
}
[class^=grid] > div, [class*=grid] > div {
  flex: 1;
  flex-flow: column;
  /*background-color: #333;*/
  /*text-align: center;*/
}
[class^=grid] [class^=col-12], [class*=grid] [class^=col-12] {
  flex: 0 0 100%;
}
[class^=grid] [class^=col-11], [class*=grid] [class^=col-11] {
  flex: 0 0 91.66%;
}
[class^=grid] [class^=col-10], [class*=grid] [class^=col-10] {
  flex: 0 0 83.33%;
}
[class^=grid] [class^=col-9], [class*=grid] [class^=col-9] {
  flex: 0 0 75%;
}
[class^=grid] [class^=col-8], [class*=grid] [class^=col-8] {
  flex: 0 0 66.66%;
}
[class^=grid] [class^=col-7], [class*=grid] [class^=col-7] {
  flex: 0 0 58.33%;
}
[class^=grid] [class^=col-6], [class*=grid] [class^=col-6] {
  flex: 0 0 50%;
}
[class^=grid] [class^=col-5], [class*=grid] [class^=col-5] {
  flex: 0 0 41.66%;
}
[class^=grid] [class^=col-4], [class*=grid] [class^=col-4] {
  flex: 0 0 33.33%;
}
[class^=grid] [class^=col-3], [class*=grid] [class^=col-3] {
  flex: 0 0 25%;
}
[class^=grid] [class^=col-2], [class*=grid] [class^=col-2] {
  flex: 0 0 16.66%;
}
[class^=grid] [class^=col-1]:not([class^=col-12], [class^=col-11], [class^=col-10]), [class*=grid] [class^=col-1]:not([class^=col-12], [class^=col-11], [class^=col-10]) {
  flex: 0 0 8.33%;
}
[class^=grid] [class^=col-0], [class*=grid] [class^=col-0] {
  display: none;
}
@media (max-width: 1024px) {
  [class^=grid] [class^=col][class*=_tab], [class*=grid] [class^=col][class*=_tab] {
    display: block;
  }
  [class^=grid] [class^=col][class*=_tab-12], [class*=grid] [class^=col][class*=_tab-12] {
    flex: 0 0 100%;
  }
  [class^=grid] [class^=col][class*=_tab-11], [class*=grid] [class^=col][class*=_tab-11] {
    flex: 0 0 91.66%;
  }
  [class^=grid] [class^=col][class*=_tab-10], [class*=grid] [class^=col][class*=_tab-10] {
    flex: 0 0 83.33%;
  }
  [class^=grid] [class^=col][class*=_tab-9], [class*=grid] [class^=col][class*=_tab-9] {
    flex: 0 0 75%;
  }
  [class^=grid] [class^=col][class*=_tab-8], [class*=grid] [class^=col][class*=_tab-8] {
    flex: 0 0 66.66%;
  }
  [class^=grid] [class^=col][class*=_tab-7], [class*=grid] [class^=col][class*=_tab-7] {
    flex: 0 0 58.33%;
  }
  [class^=grid] [class^=col][class*=_tab-6], [class*=grid] [class^=col][class*=_tab-6] {
    flex: 0 0 50%;
  }
  [class^=grid] [class^=col][class*=_tab-5], [class*=grid] [class^=col][class*=_tab-5] {
    flex: 0 0 41.66%;
  }
  [class^=grid] [class^=col][class*=_tab-4], [class*=grid] [class^=col][class*=_tab-4] {
    flex: 0 0 33.33%;
  }
  [class^=grid] [class^=col][class*=_tab-3], [class*=grid] [class^=col][class*=_tab-3] {
    flex: 0 0 25%;
  }
  [class^=grid] [class^=col][class*=_tab-2], [class*=grid] [class^=col][class*=_tab-2] {
    flex: 0 0 16.66%;
  }
  [class^=grid] [class^=col][class*=_tab-1]:not([class*=_tab-12], [class*=_tab-11], [class*=_tab-10]), [class*=grid] [class^=col][class*=_tab-1]:not([class*=_tab-12], [class*=_tab-11], [class*=_tab-10]) {
    flex: 0 0 8.33%;
  }
  [class^=grid] [class^=col][class*=_tab-0], [class*=grid] [class^=col][class*=_tab-0] {
    display: none;
  }
}
@media (max-width: 735px) {
  [class^=grid] > div, [class*=grid] > div {
    flex: 0 0 100%;
  }
  [class^=grid] [class^=col][class*=_mob], [class*=grid] [class^=col][class*=_mob] {
    display: block;
  }
  [class^=grid] [class^=col][class*=_mob-12], [class*=grid] [class^=col][class*=_mob-12] {
    flex: 0 0 100%;
  }
  [class^=grid] [class^=col][class*=_mob-11], [class*=grid] [class^=col][class*=_mob-11] {
    flex: 0 0 91.66%;
  }
  [class^=grid] [class^=col][class*=_mob-10], [class*=grid] [class^=col][class*=_mob-10] {
    flex: 0 0 83.33%;
  }
  [class^=grid] [class^=col][class*=_mob-9], [class*=grid] [class^=col][class*=_mob-9] {
    flex: 0 0 75%;
  }
  [class^=grid] [class^=col][class*=_mob-8], [class*=grid] [class^=col][class*=_mob-8] {
    flex: 0 0 66.66%;
  }
  [class^=grid] [class^=col][class*=_mob-7], [class*=grid] [class^=col][class*=_mob-7] {
    flex: 0 0 58.33%;
  }
  [class^=grid] [class^=col][class*=_mob-6], [class*=grid] [class^=col][class*=_mob-6] {
    flex: 0 0 50%;
  }
  [class^=grid] [class^=col][class*=_mob-5], [class*=grid] [class^=col][class*=_mob-5] {
    flex: 0 0 41.66%;
  }
  [class^=grid] [class^=col][class*=_mob-4], [class*=grid] [class^=col][class*=_mob-4] {
    flex: 0 0 33.33%;
  }
  [class^=grid] [class^=col][class*=_mob-3], [class*=grid] [class^=col][class*=_mob-3] {
    flex: 0 0 25%;
  }
  [class^=grid] [class^=col][class*=_mob-2], [class*=grid] [class^=col][class*=_mob-2] {
    flex: 0 0 16.66%;
  }
  [class^=grid] [class^=col][class*=_mob-1]:not([class*=_mob-12], [class*=_mob-11], [class*=_mob-10]), [class*=grid] [class^=col][class*=_mob-1]:not([class*=_mob-12], [class*=_mob-11], [class*=_mob-10]) {
    flex: 0 0 8.33%;
  }
  [class^=grid] [class^=col][class*=_mob-0], [class*=grid] [class^=col][class*=_mob-0] {
    display: none;
  }
}

[class^=grid][class*=-top], [class*=grid][class*=-top] {
  align-items: flex-start;
  margin: 0 auto;
}

[class^=grid][class*=-middle], [class*=grid][class*=-middle] {
  align-items: center;
}

[class^=grid][class*=-bottom], [class*=grid][class*=-bottom] {
  align-items: flex-end;
  margin: 0 auto;
}

[class^=grid][class*=-stretch], [class*=grid][class*=-stretch] {
  align-items: stretch;
}

[class^=grid][class*=-centered], [class*=grid][class*=-centered] {
  align-content: center;
  justify-content: center;
}

[class^=grid][class*=-fullHeight], [class*=grid][class*=-fullHeight] {
  height: 100%;
}

[class^=grid][class*=-noMargin], [class*=grid][class*=-noMargin] {
  margin: 0;
}

[class^=grid][class*=-fullWidth], [class*=grid][class*=-fullWidth] {
  width: 100% !important;
  max-width: 100% !important;
}

@media (max-width: 735px) {
  [class^=grid][class*=-mobFullWidth], [class*=grid][class*=-mobFullWidth] {
    width: 100% !important;
    max-width: 100% !important;
  }
}

[class^=grid][class*=-autoColHeight], [class*=grid][class*=-autoColheight] {
  flex: 0 1 auto !important;
}

[class^=grid][class*=-autoColWidth] > div, [class*=grid][class*=-autoColWidth] > div {
  flex: 0 1 auto;
}
@media (max-width: 735px) {
  [class^=grid][class*=-autoColWidth] > div, [class*=grid][class*=-autoColWidth] > div {
    flex: auto;
  }
}

[class^=col][class*=-top], [class*=col][class*=-top] {
  align-self: flex-start;
}

[class^=col][class*=-bottom], [class*=col][class*=-bottom] {
  align-self: flex-end;
}

[class^=col][class*=-stretch], [class*=col][class*=-stretch] {
  align-self: stretch;
}

[class^=col][class*=-grow], [class*=col][class*=-grow] {
  flex: 1 0 0;
}

[class^=col][class*=-constrain], [class*=col][class*=-constrain] {
  min-width: intrinsic;
}

[class^=grid][class*=-padding] > div {
  padding: 1em;
}
@media (max-width: 735px) {
  [class^=grid][class*=-padding] > div {
    padding: calc(1em / 2);
  }
}

[class^=grid][class*=-paddingTopAndBottom] > div {
  padding: 1em 0;
}
@media (max-width: 735px) {
  [class^=grid][class*=-paddingTopAndBottom] > div {
    padding: calc(1em / 2);
  }
}

[class^=grid][class*=-gutter][class*=-nested], [class*=grid][class*=-gutter][class*=-nested] {
  margin-left: -0.5em;
  margin-right: -0.5em;
}
[class^=grid][class*=-gutter] > div, [class*=grid][class*=-gutter] > div {
  margin: 0 0.5em calc(0.5em * 2);
}
[class^=grid][class*=-gutter] > [class^=col-12], [class*=grid][class*=-gutter] > [class^=col-12] {
  flex: 0 0 calc(100% - (0.5em * 2));
}
[class^=grid][class*=-gutter] > [class^=col-11], [class*=grid][class*=-gutter] > [class^=col-11] {
  flex: 0 0 calc(91.66% - (0.5em * 2));
}
[class^=grid][class*=-gutter] > [class^=col-10], [class*=grid][class*=-gutter] > [class^=col-10] {
  flex: 0 0 calc(83.33% - (0.5em * 2));
}
[class^=grid][class*=-gutter] > [class^=col-9], [class*=grid][class*=-gutter] > [class^=col-9] {
  flex: 0 0 calc(75% - (0.5em * 2));
}
[class^=grid][class*=-gutter] > [class^=col-8], [class*=grid][class*=-gutter] > [class^=col-8] {
  flex: 0 0 calc(66.66% - (0.5em * 2));
}
[class^=grid][class*=-gutter] > [class^=col-7], [class*=grid][class*=-gutter] > [class^=col-7] {
  flex: 0 0 calc(58.33% - (0.5em * 2));
}
[class^=grid][class*=-gutter] > [class^=col-6], [class*=grid][class*=-gutter] > [class^=col-6] {
  flex: 0 0 calc(50% - (0.5em * 2));
}
[class^=grid][class*=-gutter] > [class^=col-5], [class*=grid][class*=-gutter] > [class^=col-5] {
  flex: 0 0 calc(41.66% - (0.5em * 2));
}
[class^=grid][class*=-gutter] > [class^=col-4], [class*=grid][class*=-gutter] > [class^=col-4] {
  flex: 0 0 calc(33.33% - (0.5em * 2));
}
[class^=grid][class*=-gutter] > [class^=col-3], [class*=grid][class*=-gutter] > [class^=col-3] {
  flex: 0 0 calc(25% - (0.5em * 2));
}
[class^=grid][class*=-gutter] > [class^=col-2], [class*=grid][class*=-gutter] > [class^=col-2] {
  flex: 0 0 calc(16.66% - (0.5em * 2));
}
[class^=grid][class*=-gutter] > [class^=col-1]:not([class^=col-12], [class^=col-11], [class^=col-10]), [class*=grid][class*=-gutter] > [class^=col-1]:not([class^=col-12], [class^=col-11], [class^=col-10]) {
  flex: 0 0 calc(8.33% - (0.5em * 2));
}
@media (max-width: 1024px) {
  [class^=grid][class*=-gutter][class*=-nested], [class*=grid][class*=-gutter][class*=-nested] {
    margin-left: calc(-0.5em / 2);
    margin-right: calc(-0.5em / 2);
  }
  [class^=grid][class*=-gutter] > [class^=col][class*=_tab-12], [class*=grid][class*=-gutter] > [class^=col][class*=_tab-12] {
    flex: 0 0 calc(100% - ((0.5em / 2) * 2));
  }
  [class^=grid][class*=-gutter] > [class^=col][class*=_tab-11], [class*=grid][class*=-gutter] > [class^=col][class*=_tab-11] {
    flex: 0 0 calc(91.66% - ((0.5em / 2) * 2));
  }
  [class^=grid][class*=-gutter] > [class^=col][class*=_tab-10], [class*=grid][class*=-gutter] > [class^=col][class*=_tab-10] {
    flex: 0 0 calc(83.33% - ((0.5em / 2) * 2));
  }
  [class^=grid][class*=-gutter] > [class^=col][class*=_tab-9], [class*=grid][class*=-gutter] > [class^=col][class*=_tab-9] {
    flex: 0 0 calc(75% - ((0.5em / 2) * 2));
  }
  [class^=grid][class*=-gutter] > [class^=col][class*=_tab-8], [class*=grid][class*=-gutter] > [class^=col][class*=_tab-8] {
    flex: 0 0 calc(66.66% - ((0.5em / 2) * 2));
  }
  [class^=grid][class*=-gutter] > [class^=col][class*=_tab-7], [class*=grid][class*=-gutter] > [class^=col][class*=_tab-7] {
    flex: 0 0 calc(58.33% - ((0.5em / 2) * 2));
  }
  [class^=grid][class*=-gutter] > [class^=col][class*=_tab-6], [class*=grid][class*=-gutter] > [class^=col][class*=_tab-6] {
    flex: 0 0 calc(50% - ((0.5em / 2) * 2));
  }
  [class^=grid][class*=-gutter] > [class^=col][class*=_tab-5], [class*=grid][class*=-gutter] > [class^=col][class*=_tab-5] {
    flex: 0 0 calc(41.66% - ((0.5em / 2) * 2));
  }
  [class^=grid][class*=-gutter] > [class^=col][class*=_tab-4], [class*=grid][class*=-gutter] > [class^=col][class*=_tab-4] {
    flex: 0 0 calc(33.33% - ((0.5em / 2) * 2));
  }
  [class^=grid][class*=-gutter] > [class^=col][class*=_tab-3], [class*=grid][class*=-gutter] > [class^=col][class*=_tab-3] {
    flex: 0 0 calc(25% - ((0.5em / 2) * 2));
  }
  [class^=grid][class*=-gutter] > [class^=col][class*=_tab-2], [class*=grid][class*=-gutter] > [class^=col][class*=_tab-2] {
    flex: 0 0 calc(16.66% - ((0.5em / 2) * 2));
  }
  [class^=grid][class*=-gutter] > [class^=col][class$=_tab-1]:not([class^=col-12], [class^=col-11], [class^=col-10]), [class*=grid][class*=-gutter] > [class^=col][class$=_tab-1]:not([class^=col-12], [class^=col-11], [class^=col-10]) {
    flex: 0 0 calc(8.33% - ((0.5em / 2) * 2));
  }
  [class^=grid][class*=-gutter] > [class^=col][class*=_tab-0], [class*=grid][class*=-gutter] > [class^=col][class*=_tab-0] {
    display: none;
  }
}
@media (max-width: 735px) {
  [class^=grid][class*=-gutter][class*=-nested], [class*=grid][class*=-gutter][class*=-nested] {
    margin-left: calc(-0.5em / 2);
    margin-right: calc(-0.5em / 2);
  }
  [class^=grid][class*=-gutter] > [class^=col][class*=_mob-12], [class*=grid][class*=-gutter] > [class^=col][class*=_mob-12] {
    flex: 0 0 calc(100% - ((0.5em / 2) * 2));
  }
  [class^=grid][class*=-gutter] > [class^=col][class*=_mob-11], [class*=grid][class*=-gutter] > [class^=col][class*=_mob-11] {
    flex: 0 0 calc(91.66% - ((0.5em / 2) * 2));
  }
  [class^=grid][class*=-gutter] > [class^=col][class*=_mob-10], [class*=grid][class*=-gutter] > [class^=col][class*=_mob-10] {
    flex: 0 0 calc(83.33% - ((0.5em / 2) * 2));
  }
  [class^=grid][class*=-gutter] > [class^=col][class*=_mob-9], [class*=grid][class*=-gutter] > [class^=col][class*=_mob-9] {
    flex: 0 0 calc(75% - ((0.5em / 2) * 2));
  }
  [class^=grid][class*=-gutter] > [class^=col][class*=_mob-8], [class*=grid][class*=-gutter] > [class^=col][class*=_mob-8] {
    flex: 0 0 calc(66.66% - ((0.5em / 2) * 2));
  }
  [class^=grid][class*=-gutter] > [class^=col][class*=_mob-7], [class*=grid][class*=-gutter] > [class^=col][class*=_mob-7] {
    flex: 0 0 calc(58.33% - ((0.5em / 2) * 2));
  }
  [class^=grid][class*=-gutter] > [class^=col][class*=_mob-6], [class*=grid][class*=-gutter] > [class^=col][class*=_mob-6] {
    flex: 0 0 calc(50% - ((0.5em / 2) * 2));
  }
  [class^=grid][class*=-gutter] > [class^=col][class*=_mob-5], [class*=grid][class*=-gutter] > [class^=col][class*=_mob-5] {
    flex: 0 0 calc(41.66% - ((0.5em / 2) * 2));
  }
  [class^=grid][class*=-gutter] > [class^=col][class*=_mob-4], [class*=grid][class*=-gutter] > [class^=col][class*=_mob-4] {
    flex: 0 0 calc(33.33% - ((0.5em / 2) * 2));
  }
  [class^=grid][class*=-gutter] > [class^=col][class*=_mob-3], [class*=grid][class*=-gutter] > [class^=col][class*=_mob-3] {
    flex: 0 0 calc(25% - ((0.5em / 2) * 2));
  }
  [class^=grid][class*=-gutter] > [class^=col][class*=_mob-2], [class*=grid][class*=-gutter] > [class^=col][class*=_mob-2] {
    flex: 0 0 calc(16.66% - ((0.5em / 2) * 2));
  }
  [class^=grid][class*=-gutter] > [class^=col][class$=_mob-1]:not([class^=col-12], [class^=col-11], [class^=col-10]), [class*=grid][class*=-gutter] > [class^=col][class$=_mob-1]:not([class^=col-12], [class^=col-11], [class^=col-10]) {
    flex: 0 0 calc(8.33% - ((0.5em / 2) * 2));
  }
  [class^=grid][class*=-gutter] > [class^=col][class*=_mob-0], [class*=grid][class*=-gutter] > [class^=col][class*=_mob-0] {
    display: none;
  }
}

@media (max-width: 1024px) {
  [class^=grid][class*=-gutter] > div, [class*=grid][class*=-gutter] > div {
    margin: 0 calc(0.5em / 2) calc((0.5em / 2) * 2);
  }
  [class^=grid][class*=-gutter] > [class*=col-12], [class*=grid][class*=-gutter] > [class*=col-12] {
    flex: 0 0 calc(100% - ((0.5em / 2) * 2));
  }
  [class^=grid][class*=-gutter] > [class*=col-11], [class*=grid][class*=-gutter] > [class*=col-11] {
    flex: 0 0 calc(91.66% - ((0.5em / 2) * 2));
  }
  [class^=grid][class*=-gutter] > [class*=col-10], [class*=grid][class*=-gutter] > [class*=col-10] {
    flex: 0 0 calc(83.33% - ((0.5em / 2) * 2));
  }
  [class^=grid][class*=-gutter] > [class*=col-9], [class*=grid][class*=-gutter] > [class*=col-9] {
    flex: 0 0 calc(75% - ((0.5em / 2) * 2));
  }
  [class^=grid][class*=-gutter] > [class*=col-8], [class*=grid][class*=-gutter] > [class*=col-8] {
    flex: 0 0 calc(66.66% - ((0.5em / 2) * 2));
  }
  [class^=grid][class*=-gutter] > [class*=col-7], [class*=grid][class*=-gutter] > [class*=col-7] {
    flex: 0 0 calc(58.33% - ((0.5em / 2) * 2));
  }
  [class^=grid][class*=-gutter] > [class*=col-6], [class*=grid][class*=-gutter] > [class*=col-6] {
    flex: 0 0 calc(50% - ((0.5em / 2) * 2));
  }
  [class^=grid][class*=-gutter] > [class*=col-5], [class*=grid][class*=-gutter] > [class*=col-5] {
    flex: 0 0 calc(41.66% - ((0.5em / 2) * 2));
  }
  [class^=grid][class*=-gutter] > [class*=col-4], [class*=grid][class*=-gutter] > [class*=col-4] {
    flex: 0 0 calc(33.33% - ((0.5em / 2) * 2));
  }
  [class^=grid][class*=-gutter] > [class*=col-3], [class*=grid][class*=-gutter] > [class*=col-3] {
    flex: 0 0 calc(25% - ((0.5em / 2) * 2));
  }
  [class^=grid][class*=-gutter] > [class*=col-2], [class*=grid][class*=-gutter] > [class*=col-2] {
    flex: 0 0 calc(16.66% - ((0.5em / 2) * 2));
  }
  [class^=grid][class*=-gutter] > [class$=col-1]:not([class^=col-12], [class^=col-11], [class^=col-10]), [class*=grid][class*=-gutter] > [class$=col-1]:not([class^=col-12], [class^=col-11], [class^=col-10]) {
    flex: 0 0 calc(8.33% - ((0.5em / 2) * 2));
  }
}
@media (max-width: 735px) {
  [class^=grid][class*=-gutter] > div, [class*=grid][class*=-gutter] > div {
    margin: 0 calc(0.5em / 2) calc((0.5em / 2) * 2);
  }
  [class^=grid][class*=-gutter] > [class*=col-12], [class*=grid][class*=-gutter] > [class*=col-12] {
    flex: 0 0 calc(100% - ((0.5em / 2) * 2));
  }
  [class^=grid][class*=-gutter] > [class*=col-11], [class*=grid][class*=-gutter] > [class*=col-11] {
    flex: 0 0 calc(91.66% - ((0.5em / 2) * 2));
  }
  [class^=grid][class*=-gutter] > [class*=col-10], [class*=grid][class*=-gutter] > [class*=col-10] {
    flex: 0 0 calc(83.33% - ((0.5em / 2) * 2));
  }
  [class^=grid][class*=-gutter] > [class*=col-9], [class*=grid][class*=-gutter] > [class*=col-9] {
    flex: 0 0 calc(75% - ((0.5em / 2) * 2));
  }
  [class^=grid][class*=-gutter] > [class*=col-8], [class*=grid][class*=-gutter] > [class*=col-8] {
    flex: 0 0 calc(66.66% - ((0.5em / 2) * 2));
  }
  [class^=grid][class*=-gutter] > [class*=col-7], [class*=grid][class*=-gutter] > [class*=col-7] {
    flex: 0 0 calc(58.33% - ((0.5em / 2) * 2));
  }
  [class^=grid][class*=-gutter] > [class*=col-6], [class*=grid][class*=-gutter] > [class*=col-6] {
    flex: 0 0 calc(50% - ((0.5em / 2) * 2));
  }
  [class^=grid][class*=-gutter] > [class*=col-5], [class*=grid][class*=-gutter] > [class*=col-5] {
    flex: 0 0 calc(41.66% - ((0.5em / 2) * 2));
  }
  [class^=grid][class*=-gutter] > [class*=col-4], [class*=grid][class*=-gutter] > [class*=col-4] {
    flex: 0 0 calc(33.33% - ((0.5em / 2) * 2));
  }
  [class^=grid][class*=-gutter] > [class*=col-3], [class*=grid][class*=-gutter] > [class*=col-3] {
    flex: 0 0 calc(25% - ((0.5em / 2) * 2));
  }
  [class^=grid][class*=-gutter] > [class*=col-2], [class*=grid][class*=-gutter] > [class*=col-2] {
    flex: 0 0 calc(16.66% - ((0.5em / 2) * 2));
  }
  [class^=grid][class*=-gutter] > [class$=col-1]:not([class^=col-12], [class^=col-11], [class^=col-10]), [class*=grid][class*=-gutter] > [class$=col-1]:not([class^=col-12], [class^=col-11], [class^=col-10]) {
    flex: 0 0 calc(8.33% - ((0.5em / 2) * 2));
  }
}
[class^=content][class*=-align-left], [class*=content][class*=-align-left] {
  text-align: left;
}
[class^=content][class*=-align-right], [class*=content][class*=-align-right] {
  text-align: right;
}
[class^=content][class*=-align-center], [class*=content][class*=-align-center] {
  text-align: center;
}
[class^=content][class*=-align-justify], [class*=content][class*=-align-justify] {
  text-align: justify;
}
@media (max-width: 1024px) {
  [class^=content][class*=_tab-left], [class*=content][class*=_tab-left] {
    text-align: left;
  }
  [class^=content][class*=_tab-right], [class*=content][class*=_tab-right] {
    text-align: right;
  }
  [class^=content][class*=_tab-center], [class*=content][class*=_tab-center] {
    text-align: center;
  }
  [class^=content][class*=_tab-justify], [class*=content][class*=_tab-justify] {
    text-align: justify;
  }
}
@media (max-width: 735px) {
  [class^=content][class*=_mob-left], [class*=content][class*=_mob-left] {
    text-align: left;
  }
  [class^=content][class*=_mob-right], [class*=content][class*=_mob-right] {
    text-align: right;
  }
  [class^=content][class*=_mob-center], [class*=content][class*=_mob-center] {
    text-align: center;
  }
  [class^=content][class*=_mob-justify], [class*=content][class*=_mob-justify] {
    text-align: justify;
  }
}

h1, h2, h3, h4 {
  margin: 1rem 0;
  position: relative;
}

h1 {
  font-size: clamp(2rem, 10vw, 3.5rem);
  font-weight: 400;
  /*@include mobile{
      font-size: 2.5rem;   
  }*/
}

h2 {
  font-size: clamp(1.8rem, 8vw, 2rem);
  font-weight: 400;
}

h3 {
  font-size: clamp(1.3rem, 6vw, 1.5rem);
  font-weight: 400;
}

h4 {
  font-size: clamp(1.1rem, 4vw, 1.2rem);
  font-weight: 400;
}

h5 {
  font-size: 1rem;
  font-weight: 400;
}

h6 {
  font-size: 0.875rem;
  font-weight: 400;
}

p {
  font-size: 100%;
  font-weight: 300;
  line-height: 1.5rem;
  padding: 0 0 1.2rem 0;
}
p.smaller, p.font-small {
  font-size: 0.9rem;
}

ul {
  padding: 0 0 1.2rem 2.4rem;
  font-weight: 300;
}

strong {
  font-size: inherit;
  font-weight: 700;
}

.section-heading {
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.5rem;
  margin-bottom: 2rem;
  color: #111111;
}

.serif-heading {
  font-family: "Cormorant", serif;
  font-weight: 300;
  margin-bottom: 2rem;
  color: #173640;
}

.icon-heading {
  color: #173640;
}

i.icon-heading {
  color: #173640;
  margin-bottom: 1.8rem;
}

.label {
  background-color: #EDF1F1;
  border-radius: 6px;
  padding: 0.6rem;
  font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
}

a {
  color: inherit;
  display: inline-block;
  position: relative;
}
a.font-small {
  font-size: 0.9rem;
}

[class^=hover-underscore]::after, [class*=" hover-underscore"]::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: relative;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  top: 4px;
  background-color: #111111;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
[class^=hover-underscore][class*=-underscore-ltr]::before, [class^=hover-underscore][class*=-underscore-ltr]::after, [class^=hover-underscore][class*=-highlight-ltr]::before, [class^=hover-underscore][class*=-highlight-ltr]::after, [class*=" hover-underscore"][class*=-underscore-ltr]::before, [class*=" hover-underscore"][class*=-underscore-ltr]::after, [class*=" hover-underscore"][class*=-highlight-ltr]::before, [class*=" hover-underscore"][class*=-highlight-ltr]::after {
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}
[class^=hover-underscore][class*=-underscore-ltr]:hover::before, [class^=hover-underscore][class*=-underscore-ltr]:hover::after, [class^=hover-underscore][class*=-highlight-ltr]:hover::before, [class^=hover-underscore][class*=-highlight-ltr]:hover::after, [class*=" hover-underscore"][class*=-underscore-ltr]:hover::before, [class*=" hover-underscore"][class*=-underscore-ltr]:hover::after, [class*=" hover-underscore"][class*=-highlight-ltr]:hover::before, [class*=" hover-underscore"][class*=-highlight-ltr]:hover::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
[class^=hover-underscore][class*=-underscore-rtl]::before, [class^=hover-underscore][class*=-underscore-rtl]::after, [class^=hover-underscore][class*=-highlight-rtl]::before, [class^=hover-underscore][class*=-highlight-rtl]::after, [class*=" hover-underscore"][class*=-underscore-rtl]::before, [class*=" hover-underscore"][class*=-underscore-rtl]::after, [class*=" hover-underscore"][class*=-highlight-rtl]::before, [class*=" hover-underscore"][class*=-highlight-rtl]::after {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
[class^=hover-underscore][class*=-underscore-rtl]:hover::before, [class^=hover-underscore][class*=-underscore-rtl]:hover::after, [class^=hover-underscore][class*=-highlight-rtl]:hover::before, [class^=hover-underscore][class*=-highlight-rtl]:hover::after, [class*=" hover-underscore"][class*=-underscore-rtl]:hover::before, [class*=" hover-underscore"][class*=-underscore-rtl]:hover::after, [class*=" hover-underscore"][class*=-highlight-rtl]:hover::before, [class*=" hover-underscore"][class*=-highlight-rtl]:hover::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
[class^=hover-underscore][class*=-underscore-center]:hover::before, [class^=hover-underscore][class*=-underscore-center]:hover::after, [class^=hover-underscore][class*=-highlight-center]:hover::before, [class^=hover-underscore][class*=-highlight-center]:hover::after, [class*=" hover-underscore"][class*=-underscore-center]:hover::before, [class*=" hover-underscore"][class*=-underscore-center]:hover::after, [class*=" hover-underscore"][class*=-highlight-center]:hover::before, [class*=" hover-underscore"][class*=-highlight-center]:hover::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
[class^=hover-underscore][class*=-underscore-streak]::before, [class^=hover-underscore][class*=-underscore-streak]::after, [class^=hover-underscore][class*=-highlight-streak]::before, [class^=hover-underscore][class*=-highlight-streak]::after, [class*=" hover-underscore"][class*=-underscore-streak]::before, [class*=" hover-underscore"][class*=-underscore-streak]::after, [class*=" hover-underscore"][class*=-highlight-streak]::before, [class*=" hover-underscore"][class*=-highlight-streak]::after {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
[class^=hover-underscore][class*=-underscore-streak]:hover::before, [class^=hover-underscore][class*=-underscore-streak]:hover::after, [class^=hover-underscore][class*=-highlight-streak]:hover::before, [class^=hover-underscore][class*=-highlight-streak]:hover::after, [class*=" hover-underscore"][class*=-underscore-streak]:hover::before, [class*=" hover-underscore"][class*=-underscore-streak]:hover::after, [class*=" hover-underscore"][class*=-highlight-streak]:hover::before, [class*=" hover-underscore"][class*=-highlight-streak]:hover::after {
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

[class^=hover-highlight], [class*=" hover-highlight"] {
  z-index: 1;
}
[class^=hover-highlight]::before, [class*=" hover-highlight"]::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  left: 0;
  top: 0;
  background-color: #111111;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  z-index: -1;
}
[class^=hover-highlight][class*=-underscore-ltr]::before, [class^=hover-highlight][class*=-underscore-ltr]::after, [class^=hover-highlight][class*=-highlight-ltr]::before, [class^=hover-highlight][class*=-highlight-ltr]::after, [class*=" hover-highlight"][class*=-underscore-ltr]::before, [class*=" hover-highlight"][class*=-underscore-ltr]::after, [class*=" hover-highlight"][class*=-highlight-ltr]::before, [class*=" hover-highlight"][class*=-highlight-ltr]::after {
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}
[class^=hover-highlight][class*=-underscore-ltr]:hover::before, [class^=hover-highlight][class*=-underscore-ltr]:hover::after, [class^=hover-highlight][class*=-highlight-ltr]:hover::before, [class^=hover-highlight][class*=-highlight-ltr]:hover::after, [class*=" hover-highlight"][class*=-underscore-ltr]:hover::before, [class*=" hover-highlight"][class*=-underscore-ltr]:hover::after, [class*=" hover-highlight"][class*=-highlight-ltr]:hover::before, [class*=" hover-highlight"][class*=-highlight-ltr]:hover::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
[class^=hover-highlight][class*=-underscore-rtl]::before, [class^=hover-highlight][class*=-underscore-rtl]::after, [class^=hover-highlight][class*=-highlight-rtl]::before, [class^=hover-highlight][class*=-highlight-rtl]::after, [class*=" hover-highlight"][class*=-underscore-rtl]::before, [class*=" hover-highlight"][class*=-underscore-rtl]::after, [class*=" hover-highlight"][class*=-highlight-rtl]::before, [class*=" hover-highlight"][class*=-highlight-rtl]::after {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
[class^=hover-highlight][class*=-underscore-rtl]:hover::before, [class^=hover-highlight][class*=-underscore-rtl]:hover::after, [class^=hover-highlight][class*=-highlight-rtl]:hover::before, [class^=hover-highlight][class*=-highlight-rtl]:hover::after, [class*=" hover-highlight"][class*=-underscore-rtl]:hover::before, [class*=" hover-highlight"][class*=-underscore-rtl]:hover::after, [class*=" hover-highlight"][class*=-highlight-rtl]:hover::before, [class*=" hover-highlight"][class*=-highlight-rtl]:hover::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
[class^=hover-highlight][class*=-underscore-center]:hover::before, [class^=hover-highlight][class*=-underscore-center]:hover::after, [class^=hover-highlight][class*=-highlight-center]:hover::before, [class^=hover-highlight][class*=-highlight-center]:hover::after, [class*=" hover-highlight"][class*=-underscore-center]:hover::before, [class*=" hover-highlight"][class*=-underscore-center]:hover::after, [class*=" hover-highlight"][class*=-highlight-center]:hover::before, [class*=" hover-highlight"][class*=-highlight-center]:hover::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
[class^=hover-highlight][class*=-underscore-streak]::before, [class^=hover-highlight][class*=-underscore-streak]::after, [class^=hover-highlight][class*=-highlight-streak]::before, [class^=hover-highlight][class*=-highlight-streak]::after, [class*=" hover-highlight"][class*=-underscore-streak]::before, [class*=" hover-highlight"][class*=-underscore-streak]::after, [class*=" hover-highlight"][class*=-highlight-streak]::before, [class*=" hover-highlight"][class*=-highlight-streak]::after {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
[class^=hover-highlight][class*=-underscore-streak]:hover::before, [class^=hover-highlight][class*=-underscore-streak]:hover::after, [class^=hover-highlight][class*=-highlight-streak]:hover::before, [class^=hover-highlight][class*=-highlight-streak]:hover::after, [class*=" hover-highlight"][class*=-underscore-streak]:hover::before, [class*=" hover-highlight"][class*=-underscore-streak]:hover::after, [class*=" hover-highlight"][class*=-highlight-streak]:hover::before, [class*=" hover-highlight"][class*=-highlight-streak]:hover::after {
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.pseudo-bg-base::before, .pseudo-bg-base::after, .pseudo-bg-col-base::before, .pseudo-bg-col-base::after {
  background-color: #FFFFFF !important;
}

.pseudo-bg-accent::before, .pseudo-bg-accent::after, .pseudo-bg-col-accent::before, .pseudo-bg-col-accent::after {
  background-color: #6A687A !important;
}

.pseudo-bg-comp::before, .pseudo-bg-comp::after, .pseudo-bg-col-comp::before, .pseudo-bg-col-comp::after {
  background-color: #173640 !important;
}

.pseudo-bg-contrast::before, .pseudo-bg-contrast::after, .pseudo-bg-col-contrast::before, .pseudo-bg-col-contrast::after {
  background-color: #FF4242 !important;
}

.pseudo-bg-dark::before, .pseudo-bg-dark::after, .pseudo-bg-col-dark::before, .pseudo-bg-col-dark::after {
  background-color: #111111 !important;
}

.pseudo-bg-light::before, .pseudo-bg-light::after, .pseudo-bg-col-light::before, .pseudo-bg-col-light::after {
  background-color: #EDF1F1 !important;
}

.hover-bg-base:hover, .hover-bg-col-base:hover {
  background-color: #FFFFFF !important;
  color: #111111 !important;
}

.hover-bg-accent:hover, .hover-bg-col-accent:hover {
  background-color: #6A687A !important;
  color: #EDF1F1 !important;
}

.hover-bg-comp:hover, .hover-bg-col-comp:hover {
  background-color: #173640 !important;
  color: #EDF1F1 !important;
}

.hover-bg-contrast:hover, .hover-bg-col-contrast:hover {
  background-color: #FF4242 !important;
  color: #EDF1F1 !important;
}

.hover-bg-light:hover, .hover-bg-col-light:hover {
  background-color: #EDF1F1 !important;
  color: #111111 !important;
}

.hover-bg-dark:hover, .hover-bg-col-dark:hover {
  background-color: #111111 !important;
  color: #EDF1F1 !important;
}

blockquote {
  padding: 1rem;
  position: relative;
  background-color: #EDF1F1;
}
blockquote.border-left {
  border-left: 5px solid #6A687A;
}
blockquote.border-right {
  border-right: 5px solid #6A687A;
}
blockquote.border-bottom {
  border-bottom: 5px solid #6A687A;
}
blockquote.border-top {
  border-top: 5px solid #6A687A;
}
blockquote span {
  display: block;
  text-align: center;
}
blockquote.quotation::before {
  position: absolute;
  left: 1rem;
  top: -1rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f10d";
  color: #6A687A;
  font-size: 2rem;
}

* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

*::selection {
  color: #fff;
  background-color: #FF4242;
}

a[href^=tel] {
  text-decoration: inherit;
  color: inherit;
}

html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
  font-size: 100%;
  text-align: center;
}

body {
  overflow-x: hidden;
}

html {
  background-color: #FFFFFF;
}

* {
  font-family: "Roboto Slab", serif;
  color: #111111;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

i {
  color: inherit;
}

main {
  transform: translateX(0%);
  position: absolute;
  top: 0;
  overflow-x: hidden;
  width: 100vw;
}
main.centered {
  left: 50%;
  transform: translateX(-50%);
}

section {
  display: flex;
  flex-direction: column;
  height: auto;
  padding: min(6rem, 10vw) calc(min(6rem, 10vw)/2);
  background: #FFF;
  position: relative;
  /*h1{
      @include mobile{
           font-size: 2.5rem;   
      }
  }*/
}
@media screen and (max-width: 735px) {
  section {
    padding: calc(min(6rem, 10vw)/2);
  }
}
section.centered {
  margin: auto;
}
section.no-padding {
  padding: 0;
  /*min-height: 25vh;
  &.no-min-height{
  	min-height: 0;
  }*/
}
section.no-flex {
  display: block;
}
section.bg-video {
  z-index: -2;
}
section.bg-video video {
  object-fit: cover;
  width: 100vw;
  min-height: inherit;
  position: absolute;
  top: 0;
  left: 0;
}
section.bg-video.fixed video {
  position: fixed;
}
section.full-height {
  height: 100vh;
  background-size: cover;
}
section.full-height h1, section.full-height h2, section.full-height h3, section.full-height h4 {
  color: #EDF1F1;
  margin: 0.8rem auto;
}
section.full-height h3 {
  font-weight: 300;
}
@media screen and (max-width: 735px) {
  section.full-height {
    background-attachment: scroll;
  }
}
@media screen and (min-width: 737px) and (max-width: 1024px) {
  section.full-height {
    background-attachment: scroll;
  }
}
section.bg-block {
  background-color: #111111;
}
section.bg-block h1, section.bg-block h2, section.bg-block h3, section.bg-block h4 {
  color: #EDF1F1;
  margin: 0.8rem auto;
}
section.bg-block p {
  color: #EDF1F1;
}
section.bg-block .divider-below:after {
  border-color: #EDF1F1;
}
section.bg-block-light {
  background: #EDF1F1;
}
section.bg-block-light h1, section.bg-block-light h2, section.bg-block-light h3, section.bg-block-light h4 {
  color: #111111;
  margin: 0.8rem auto;
}
section.bg-map {
  min-height: 50vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
section.bg-map iframe {
  height: 50vh;
  display: block;
  pointer-events: none;
  position: relative;
}
section.bg-map iframe.active {
  pointer-events: auto;
}
section.aspect-ratio-16-9 {
  width: 100%;
  height: 56.25vw !important; /*16:9 aspect ratio*/
}
section.parallax {
  position: relative;
  background-attachment: fixed;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
}
section.client-wall {
  background: #dddddd;
  height: auto;
}

.bg-img {
  min-height: 50vh;
  background-image: url("https://images.unsplash.com/photo-1561318897-2e089778fe0b?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=641&q=80");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0;
  /*-webkit-filter: grayscale(90%);
  filter: grayscale(90%);*/
  will-change: background-position;
  transition-property: background-position;
  overflow: hidden;
}
.bg-img h1, .bg-img h2, .bg-img h3, .bg-img h4 {
  color: #EDF1F1;
  margin: 0.8rem auto;
}
.bg-img.fixed {
  background-attachment: fixed;
}
@media screen and (max-width: 735px) {
  .bg-img {
    background-attachment: scroll;
  }
}
@media screen and (min-width: 737px) and (max-width: 1024px) {
  .bg-img {
    background-attachment: scroll;
  }
}

header {
  position: fixed;
  display: flex;
  flex-direction: column;
  top: 0;
  width: 100%;
  will-change: transform;
  transition: transform 200ms linear, background 200ms linear;
  z-index: 90;
}
header * {
  color: #EDF1F1;
}
header #logo {
  float: left;
  color: aliceblue;
  font-weight: 700;
}
header #logo h1, header #logo h2, header #logo h3, header #logo h4, header #logo i {
  color: #EDF1F1;
}
@media screen and (max-width: 735px) {
  header {
    /*transform: translateY(0%);
    background: rgba($col-dark, 0.98);
    height: 70px;*/
  }
}
header sup-header {
  background: #6A687A;
}
header main-header {
  background: #FFFFFF;
  padding: 1rem 1.5rem;
}
header sub-header {
  background: #EDF1F1;
  padding: 0.3333333333rem 1.5rem;
  font-size: 90%;
}

header.opaque-on-scroll.active, main-header.opaque-on-scroll.active, sup-header.opaque-on-scroll.active, sub-header.opaque-on-scroll.active {
  background: none !important;
}
header.opaque-on-scroll.active main-header, header.opaque-on-scroll.active sup-header, header.opaque-on-scroll.active sub-header, header.opaque-on-scroll.active nav, main-header.opaque-on-scroll.active main-header, main-header.opaque-on-scroll.active sup-header, main-header.opaque-on-scroll.active sub-header, main-header.opaque-on-scroll.active nav, sup-header.opaque-on-scroll.active main-header, sup-header.opaque-on-scroll.active sup-header, sup-header.opaque-on-scroll.active sub-header, sup-header.opaque-on-scroll.active nav, sub-header.opaque-on-scroll.active main-header, sub-header.opaque-on-scroll.active sup-header, sub-header.opaque-on-scroll.active sub-header, sub-header.opaque-on-scroll.active nav {
  background: none !important;
}

header.show {
  position: fixed;
  transform: translateY(0%);
  background: rgba(17, 17, 17, 0.92);
}

@keyframes reveal {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0%);
  }
}
header.hide {
  transform: translateY(-100%);
  background: rgba(17, 17, 17, 0);
}

footer {
  display: flex;
  flex-direction: column;
}
footer * {
  color: #EDF1F1;
}
footer.anchored {
  position: fixed;
  bottom: 0;
  width: 100vw;
}
footer sup-footer {
  background-color: #252525;
  padding: 0.5rem 1.5rem;
  text-align: center;
}
footer main-footer {
  padding: 3rem 1.5rem;
  background-color: #111111;
  text-align: left;
}
footer sub-footer {
  background-color: #6A687A;
  padding: 0.5rem 1.5rem;
  font-size: 90%;
  text-align: center;
}
footer ul li {
  text-align: left;
  list-style: none;
  padding: 0;
  margin: 0;
}
footer ul li.social a {
  font-size: 2rem;
  color: #FF4242;
  margin-right: 10px;
}
footer h1 {
  font-weight: 500;
}
footer a {
  color: #173640;
  text-decoration: none;
}
footer h4 {
  font-weight: 700;
  margin-bottom: 1rem;
}
footer p {
  line-height: normal;
}

style-browser {
  position: fixed;
  padding: 2rem;
  top: 0;
  bottom: 0;
  left: -200%;
  width: 600px;
  z-index: 999;
  background: #FFF;
  font-size: 0.8rem;
  transition: all 0.4s ease-in-out;
  color: #7a9898 !important;
  box-shadow: 0px -5px 16px rgba(0, 0, 0, 0.2);
  overflow-y: scroll;
}
style-browser.show {
  left: 0;
}

.card {
  box-shadow: 0 10px 40px -6px rgba(0, 0, 0, 0.1);
  padding: min(3rem, 5vw);
  background: #fff;
}

.dropshadow {
  box-shadow: 0 10px 40px -6px rgba(0, 0, 0, 0.1);
}

[class*=boxshadow] {
  box-shadow: 0 10px 40px -6px rgba(0, 0, 0, 0.2);
}
[class*=boxshadow][class*=-glow] {
  box-shadow: 0 10px 40px -6px rgba(237, 241, 241, 0.6);
}
[class*=boxshadow][class*=boxshadow-below] {
  box-shadow: 0px 15px 15px -15px rgba(0, 0, 0, 0.1), 5px 5px 15px 5px rgba(0, 0, 0, 0);
}
[class*=boxshadow][class*=boxshadow-above-below] {
  box-shadow: 0px 15px 15px -15px rgba(0, 0, 0, 0.1), 5px 5px 15px 5px rgba(0, 0, 0, 0), 0px -7px 13px -7px rgba(0, 0, 0, 0.1);
}
[class*=boxshadow][class*=boxshadow-inset], [class*=boxshadow][class*=glow-inset] {
  box-shadow: inset 0 10px 20px -6px rgba(0, 0, 0, 0.4);
}
[class*=boxshadow][class*=boxshadow-inset][class*=-glow], [class*=boxshadow][class*=glow-inset][class*=-glow] {
  box-shadow: inset 0 10px 20px -6px rgba(237, 241, 241, 0.4);
}

[class*=textshadow] {
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
[class*=textshadow][class*=-glow] {
  text-shadow: 0 3px 10px rgba(237, 241, 241, 0.4);
}

.rounded {
  border-radius: 1rem;
  overflow: hidden;
}

[class^=pinned] {
  position: absolute;
}
@media (max-width: 735px) {
  [class^=pinned][class*=_mob-relative] {
    position: revert;
  }
}
@media (max-width: 1024px) {
  [class^=pinned][class*=_tab-relative] {
    position: revert;
  }
}
[class^=pinned][class*=-top] {
  top: 0;
}
[class^=pinned][class*=-top][class*=-outset] {
  top: -1rem;
}
[class^=pinned][class*=-top][class*=-inset] {
  top: 1rem;
}
[class^=pinned][class*=-bottom] {
  bottom: 0;
}
[class^=pinned][class*=-bottom][class*=-outset] {
  bottom: -1rem;
}
[class^=pinned][class*=-bottom][class*=-inset] {
  bottom: 1rem;
}
[class^=pinned][class*=-left] {
  left: 0;
}
[class^=pinned][class*=-left][class*=-outset] {
  left: -1rem;
}
[class^=pinned][class*=-left][class*=-inset] {
  left: 1rem;
}
[class^=pinned][class*=-right] {
  right: 0;
}
[class^=pinned][class*=-right][class*=-outset] {
  right: -1rem;
}
[class^=pinned][class*=-right][class*=-inset] {
  right: 1rem;
}
[class^=pinned][class*=-centered] {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
[class^=pinned][class*=-centerx] {
  left: 50%;
  transform: translateX(-50%);
}
[class^=pinned][class*=-centery] {
  top: 50%;
  transform: translateY(-50%);
}

.height-auto {
  height: auto;
}

.width-auto {
  width: auto;
}

.vh-5, .minh-5 {
  min-height: 5vh !important;
}

.vh-10, .minh-10 {
  min-height: 10vh !important;
}

.vh-15, .minh-15 {
  min-height: 15vh !important;
}

.vh-20, .minh-20 {
  min-height: 20vh !important;
}

.vh-25, .minh-25 {
  min-height: 25vh !important;
}

.vh-30, .minh-30 {
  min-height: 30vh !important;
}

.vh-35, .minh-35 {
  min-height: 35vh !important;
}

.vh-40, .minh-40 {
  min-height: 40vh !important;
}

.vh-45, .minh-45 {
  min-height: 45vh !important;
}

.vh-50, .minh-50 {
  min-height: 50vh !important;
}

.vh-55, .minh-55 {
  min-height: 55vh !important;
}

.vh-60, .minh-60 {
  min-height: 60vh !important;
}

.vh-65, .minh-65 {
  min-height: 65vh !important;
}

.vh-70, .minh-70 {
  min-height: 70vh !important;
}

.vh-75, .minh-75 {
  min-height: 75vh !important;
}

.vh-80, .minh-80 {
  min-height: 80vh !important;
}

.vh-85, .minh-85 {
  min-height: 85vh !important;
}

.vh-90, .minh-90 {
  min-height: 90vh !important;
}

.vh-95, .minh-95 {
  min-height: 95vh !important;
}

.vh-100, .minh-100 {
  min-height: 100vh !important;
}

.vw-5, .minw-5 {
  min-width: 5vw !important;
}

.vw-10, .minw-10 {
  min-width: 10vw !important;
}

.vw-15, .minw-15 {
  min-width: 15vw !important;
}

.vw-20, .minw-20 {
  min-width: 20vw !important;
}

.vw-25, .minw-25 {
  min-width: 25vw !important;
}

.vw-30, .minw-30 {
  min-width: 30vw !important;
}

.vw-35, .minw-35 {
  min-width: 35vw !important;
}

.vw-40, .minw-40 {
  min-width: 40vw !important;
}

.vw-45, .minw-45 {
  min-width: 45vw !important;
}

.vw-50, .minw-50 {
  min-width: 50vw !important;
}

.vw-55, .minw-55 {
  min-width: 55vw !important;
}

.vw-60, .minw-60 {
  min-width: 60vw !important;
}

.vw-65, .minw-65 {
  min-width: 65vw !important;
}

.vw-70, .minw-70 {
  min-width: 70vw !important;
}

.vw-75, .minw-75 {
  min-width: 75vw !important;
}

.vw-80, .minw-80 {
  min-width: 80vw !important;
}

.vw-85, .minw-85 {
  min-width: 85vw !important;
}

.vw-90, .minw-90 {
  min-width: 90vw !important;
}

.vw-95, .minw-95 {
  min-width: 95vw !important;
}

.vw-100, .minw-100 {
  min-width: 100vw !important;
}

.maxh-5 {
  max-height: 5vh !important;
}

.maxh-10 {
  max-height: 10vh !important;
}

.maxh-15 {
  max-height: 15vh !important;
}

.maxh-20 {
  max-height: 20vh !important;
}

.maxh-25 {
  max-height: 25vh !important;
}

.maxh-30 {
  max-height: 30vh !important;
}

.maxh-35 {
  max-height: 35vh !important;
}

.maxh-40 {
  max-height: 40vh !important;
}

.maxh-45 {
  max-height: 45vh !important;
}

.maxh-50 {
  max-height: 50vh !important;
}

.maxh-55 {
  max-height: 55vh !important;
}

.maxh-60 {
  max-height: 60vh !important;
}

.maxh-65 {
  max-height: 65vh !important;
}

.maxh-70 {
  max-height: 70vh !important;
}

.maxh-75 {
  max-height: 75vh !important;
}

.maxh-80 {
  max-height: 80vh !important;
}

.maxh-85 {
  max-height: 85vh !important;
}

.maxh-90 {
  max-height: 90vh !important;
}

.maxh-95 {
  max-height: 95vh !important;
}

.maxh-100 {
  max-height: 100vh !important;
}

.maxw-5 {
  max-width: 5vw !important;
}

.maxw-10 {
  max-width: 10vw !important;
}

.maxw-15 {
  max-width: 15vw !important;
}

.maxw-20 {
  max-width: 20vw !important;
}

.maxw-25 {
  max-width: 25vw !important;
}

.maxw-30 {
  max-width: 30vw !important;
}

.maxw-35 {
  max-width: 35vw !important;
}

.maxw-40 {
  max-width: 40vw !important;
}

.maxw-45 {
  max-width: 45vw !important;
}

.maxw-50 {
  max-width: 50vw !important;
}

.maxw-55 {
  max-width: 55vw !important;
}

.maxw-60 {
  max-width: 60vw !important;
}

.maxw-65 {
  max-width: 65vw !important;
}

.maxw-70 {
  max-width: 70vw !important;
}

.maxw-75 {
  max-width: 75vw !important;
}

.maxw-80 {
  max-width: 80vw !important;
}

.maxw-85 {
  max-width: 85vw !important;
}

.maxw-90 {
  max-width: 90vw !important;
}

.maxw-95 {
  max-width: 95vw !important;
}

.maxw-100 {
  max-width: 100vw !important;
}

.fw-100 {
  width: 100px !important;
}

.fw-200 {
  width: 200px !important;
}

.fw-300 {
  width: 300px !important;
}

.fw-400 {
  width: 400px !important;
}

.fw-500 {
  width: 500px !important;
}

.fw-600 {
  width: 600px !important;
}

.fw-700 {
  width: 700px !important;
}

.fw-800 {
  width: 800px !important;
}

.fw-900 {
  width: 900px !important;
}

.fw-1000 {
  width: 1000px !important;
}

@media (max-width: 735px) {
  [class*=fw-].mob-autoWidth, [class*=minw-].mob-autoWidth {
    width: auto !important;
  }
}

@media (max-width: 735px) {
  [class*=fh-].mob-autoHeight, [class*=minh-].mob-autoHeight {
    height: auto !important;
  }
}

.ts-100 {
  transition-duration: 100ms !important;
}

.ts-200 {
  transition-duration: 200ms !important;
}

.ts-300 {
  transition-duration: 300ms !important;
}

.ts-400 {
  transition-duration: 400ms !important;
}

.ts-500 {
  transition-duration: 500ms !important;
}

.ts-600 {
  transition-duration: 600ms !important;
}

.ts-700 {
  transition-duration: 700ms !important;
}

.ts-800 {
  transition-duration: 800ms !important;
}

.ts-900 {
  transition-duration: 900ms !important;
}

.ts-1000 {
  transition-duration: 1000ms !important;
}

.padding-1 {
  padding: 1rem !important;
}

.padding-2 {
  padding: 2rem !important;
}

.padding-3 {
  padding: 3rem !important;
}

.padding-4 {
  padding: 4rem !important;
}

.padding-5 {
  padding: 5rem !important;
}

.padding-6 {
  padding: 6rem !important;
}

.padding-7 {
  padding: 7rem !important;
}

.padding-8 {
  padding: 8rem !important;
}

.padding-9 {
  padding: 9rem !important;
}

.padding-10 {
  padding: 10rem !important;
}

.show-on-scroll {
  max-height: 0;
  will-change: max-height;
  transition: 500ms ease-in-out;
  overflow: hidden;
}
.show-on-scroll.active {
  max-height: 20vh !important;
}

.hide-on-scroll {
  max-height: 20vh;
  will-change: max-height;
  transition: 500ms ease-in-out;
  overflow: hidden;
}
.hide-on-scroll.active {
  max-height: 0;
}

.transition-fast {
  transition-duration: 0.5s;
}

.transition-fast {
  transition-duration: 0.5s;
}

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

.font-regular {
  font-weight: 400;
}

.font-heavy {
  font-weight: 700;
}

.font-col-base, .font-col-base * {
  color: #FFFFFF !important;
}

.font-col-accent, .font-col-accent * {
  color: #6A687A !important;
}

.font-col-comp, .font-col-comp * {
  color: #173640 !important;
}

.font-col-contrast, .font-col-contrast * {
  color: #FF4242 !important;
}

/*.font-col-contrast-2, .font-col-contrast-2 *{
	color: $col-contrast-2;
}*/
.font-col-dark, .font-col-dark * {
  color: #111111 !important;
}

.font-col-light, .font-col-light * {
  color: #EDF1F1 !important;
}

.hover-font-col-base:hover {
  color: #FFFFFF !important;
}

.hover-font-col-accent:hover {
  color: #6A687A !important;
}

.hover-font-col-comp:hover {
  color: #173640 !important;
}

.hover-font-col-contrast:hover {
  color: #FF4242 !important;
}

.hover-font-col-dark:hovr {
  color: #111111 !important;
}

.hover-font-col-light:hover {
  color: #EDF1F1 !important;
}

.bg-col-base {
  background: #FFFFFF !important;
}

.bg-col-accent {
  background: #6A687A !important;
}

.bg-col-comp {
  background: #173640 !important;
}

.bg-col-contrast {
  background: #FF4242 !important;
}

/*.bg-col-contrast-2{
	background: $col-contrast-2;
}
.bg-col-contrast-3{
	background: $col-contrast-3;
}*/
.bg-col-dark {
  background: #111111 !important;
}

.bg-col-light {
  background: #EDF1F1 !important;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.justify {
  text-align: justify;
}

.hidden-sm {
  display: none;
}

.uc {
  text-transform: uppercase;
}

.scale {
  width: 100%;
  height: auto;
  max-width: 800px;
}

.vertical-align {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.space-above {
  margin-top: min(6rem, 10vw) !important;
}

.space-above-sml {
  margin-top: 1rem !important;
}

.space-below {
  margin-bottom: min(6rem, 10vw) !important;
}

.space-below-sml {
  margin-bottom: 1rem !important;
}

.margin-top-1 {
  margin-top: 1rem !important;
}

.margin-top-2 {
  margin-top: 2rem !important;
}

.margin-top-3 {
  margin-top: 3rem !important;
}

.margin-top-4 {
  margin-top: 4rem !important;
}

.margin-top-5 {
  margin-top: 5rem !important;
}

.margin-top-6 {
  margin-top: 6rem !important;
}

.margin-top-7 {
  margin-top: 7rem !important;
}

.margin-top-8 {
  margin-top: 8rem !important;
}

.margin-top-9 {
  margin-top: 9rem !important;
}

.margin-top-10 {
  margin-top: 10rem !important;
}

.margin-bottom-1 {
  margin-bottom: 1rem !important;
}

.margin-bottom-2 {
  margin-bottom: 2rem !important;
}

.margin-bottom-3 {
  margin-bottom: 3rem !important;
}

.margin-bottom-4 {
  margin-bottom: 4rem !important;
}

.margin-bottom-5 {
  margin-bottom: 5rem !important;
}

.margin-bottom-6 {
  margin-bottom: 6rem !important;
}

.margin-bottom-7 {
  margin-bottom: 7rem !important;
}

.margin-bottom-8 {
  margin-bottom: 8rem !important;
}

.margin-bottom-9 {
  margin-bottom: 9rem !important;
}

.margin-bottom-10 {
  margin-bottom: 10rem !important;
}

.inline {
  display: inline-block;
}

@media (max-width: 735px) {
  .hide-on-mob {
    display: none;
  }
}

@media (max-width: 1024px) {
  .hide-on-tab {
    display: none;
  }
}

.border-above {
  border-top: 1px solid #EDF1F1;
}

.border-above-fullWidth {
  border-top: 1px solid #EDF1F1;
  width: 100%;
  display: block;
}

.border-below {
  border-bottom: 1px solid #EDF1F1;
}

.border-below-fullWidth {
  border-bottom: 1px solid #EDF1F1;
  width: 100%;
  display: block;
}

.border-left {
  border-left: 1px solid #EDF1F1;
}

.border-right {
  border-right: 1px solid #EDF1F1;
}

.border-all {
  border: 1px solid #EDF1F1;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.border-6 {
  border-width: 6px !important;
}

.border-7 {
  border-width: 7px !important;
}

.border-8 {
  border-width: 8px !important;
}

.border-9 {
  border-width: 9px !important;
}

.border-10 {
  border-width: 10px !important;
}

.border-col-base {
  border-color: #FFFFFF !important;
}

.border-col-accent {
  border-color: #6A687A !important;
}

.border-col-comp {
  border-color: #173640 !important;
}

.border-col-contrast {
  border-color: #FF4242 !important;
}

.border-col-light {
  border-color: #EDF1F1 !important;
}

.border-col-dark {
  border-color: #111111 !important;
}

.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.relative {
  position: relative;
}

[class*=divider-above]::before {
  content: " ";
  display: block;
  margin: 0 auto;
  height: 1px;
  width: 70vw;
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
  background: linear-gradient(90deg, rgba(237, 241, 241, 0.2), rgba(17, 17, 17, 0.7), rgba(237, 241, 241, 0.2));
}
[class*=divider-above][class*=divider-above-accent]::before {
  background: linear-gradient(90deg, rgba(106, 104, 122, 0.2), rgba(106, 104, 122, 0.7), rgba(106, 104, 122, 0.2));
}
[class*=divider-above][class*=divider-above-comp]::before {
  background: linear-gradient(90deg, rgba(23, 54, 64, 0.2), rgba(23, 54, 64, 0.7), rgba(23, 54, 64, 0.2));
}
[class*=divider-above][class*=divider-above-contrast]::before {
  background: linear-gradient(90deg, rgba(255, 66, 66, 0.2), rgba(255, 66, 66, 0.7), rgba(255, 66, 66, 0.2));
}

[class*=divider-below]::after {
  content: " ";
  display: block;
  margin: 0 auto;
  height: 1px;
  width: 70vw;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background: linear-gradient(90deg, rgba(237, 241, 241, 0.2), rgba(17, 17, 17, 0.7), rgba(237, 241, 241, 0.2));
}
[class*=divider-below][class*=divider-below-accent]::after {
  background: linear-gradient(90deg, rgba(106, 104, 122, 0.2), rgba(106, 104, 122, 0.7), rgba(106, 104, 122, 0.2));
}
[class*=divider-below][class*=divider-below-comp]::after {
  background: linear-gradient(90deg, rgba(23, 54, 64, 0.2), rgba(23, 54, 64, 0.7), rgba(23, 54, 64, 0.2));
}
[class*=divider-below][class*=divider-below-contrast]::after {
  background: linear-gradient(90deg, rgba(255, 66, 66, 0.2), rgba(255, 66, 66, 0.7), rgba(255, 66, 66, 0.2));
}

.brick {
  display: inline-block;
  width: auto;
}

[class^=btn] {
  display: inline-block;
  padding: 1rem;
  border: 0;
  font-size: inherit;
  font-weight: inherit;
  color: #111111;
  transition: all 0.2s ease;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  z-index: 1;
  cursor: pointer;
}
[class^=btn] span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
[class^=btn].rounded {
  border-radius: 1rem;
}
[class^=btn].pill {
  border-radius: min(6rem, 10vw);
}
[class^=btn].leaf {
  -webkit-border-radius: 1rem 0;
  -moz-border-radius: 1rem 0;
  border-radius: 1rem 0;
}
[class^=btn].tear {
  -webkit-border-radius: 1rem 1rem 0;
  -moz-border-radius: 1rem 1rem 0;
  border-radius: 1rem 1rem 0;
}
[class^=btn].tear:hover {
  border-radius: 0 1rem 1rem;
}
[class^=btn].fullWidth {
  width: 100%;
}
[class^=btn].small {
  padding: 0.6rem 0.6rem;
  font-size: 75%;
}
[class^=btn].large {
  padding: 1rem 1rem;
  font-size: 125%;
}
[class^=btn].jumbo {
  padding: 1.5rem 1.5rem;
  font-size: 200%;
}
[class^=btn].outline {
  box-shadow: inset 0 0 0 1px #111111;
}
[class^=btn].outline-base {
  box-shadow: inset 0 0 0 1px #FFFFFF;
}
[class^=btn].outline-accent {
  box-shadow: inset 0 0 0 1px #6A687A;
}
[class^=btn].outline-comp {
  box-shadow: inset 0 0 0 1px #173640;
}
[class^=btn].outline-contrast {
  box-shadow: inset 0 0 0 1px #FF4242;
}
[class^=btn].outline-dark {
  box-shadow: inset 0 0 0 1px #111111;
}
[class^=btn].outline-light {
  box-shadow: inset 0 0 0 1px #EDF1F1;
}
[class^=btn].stroke {
  border: 5px solid #FF4242;
}
[class^=btn].stroke-base {
  border: 5px solid #FFFFFF;
}
[class^=btn].stroke-accent {
  border: 5px solid #6A687A;
}
[class^=btn].stroke-comp {
  border: 5px solid #173640;
}
[class^=btn].stroke-contrast {
  border: 5px solid #FF4242;
}
[class^=btn].stroke-dark {
  border: 5px solid #111111;
}
[class^=btn].stroke-light {
  border: 5px solid #EDF1F1;
}
[class^=btn].solid-base {
  background-color: #FFFFFF;
  color: #111111;
}
[class^=btn].solid-base span {
  background-color: #FFFFFF;
}
[class^=btn].solid-accent {
  background-color: #6A687A;
  color: #EDF1F1;
}
[class^=btn].solid-accent span {
  background-color: #6A687A;
}
[class^=btn].solid-accent:hover {
  background-color: #575564;
}
[class^=btn].solid-comp {
  background-color: #173640;
  color: #EDF1F1;
}
[class^=btn].solid-comp span {
  background-color: #173640;
}
[class^=btn].solid-comp:hover {
  background-color: #0c1d22;
}
[class^=btn].solid-contrast {
  background-color: #FF4242;
  color: #EDF1F1;
}
[class^=btn].solid-contrast span {
  background-color: #FF4242;
}
[class^=btn].solid-contrast:hover {
  background-color: #ff1919;
}
[class^=btn].solid-dark {
  background-color: #111111;
  color: #EDF1F1;
}
[class^=btn].solid-dark span {
  background-color: #111111;
}
[class^=btn].solid-dark:hover {
  background-color: black;
}
[class^=btn].solid-light {
  background-color: #EDF1F1;
  color: #111111;
}
[class^=btn].solid-light span {
  background-color: #EDF1F1;
}
[class^=btn].solid-light:hover {
  background-color: #d6dfdf;
}
[class^=btn][class*=hover][class*=-shift-down]:hover {
  -webkit-transform: translateY(1rem);
  -ms-transform: translateY(1rem);
  -o-transform: translateY(1rem);
  transform: translateY(1rem);
}
[class^=btn][class*=hover][class*=-shift-up]:hover {
  -webkit-transform: translateY(-1rem);
  -ms-transform: translateY(-1rem);
  -o-transform: translateY(-1rem);
  transform: translateY(-1rem);
}
[class^=btn][class*=hover][class*=-shift-left]:hover {
  -webkit-transform: translateX(-1rem);
  -ms-transform: translateX(-1rem);
  -o-transform: translateX(-1rem);
  transform: translateX(-1rem);
}
[class^=btn][class*=hover][class*=-shift-right]:hover {
  -webkit-transform: translateX(1rem);
  -ms-transform: translateX(1rem);
  -o-transform: translateX(1rem);
  transform: translateX(1rem);
}
[class^=btn][class*=hover][class*=-grow]:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
[class^=btn][class*=hover][class*=-shrink]:hover {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
[class^=btn][class*=hover][class*=-reveal-icon] i {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.2s ease;
}
[class^=btn][class*=hover][class*=-reveal-icon]:hover {
  padding: 1rem 2rem 1rem 1rem;
}
[class^=btn][class*=hover][class*=-reveal-icon]:hover i {
  opacity: 1;
}
[class^=btn][class*=hover][class*=-shine]::after {
  position: absolute;
  content: "";
  top: 0;
  left: -70px;
  height: 100%;
  width: 1rem;
  background: rgba(255, 255, 255, 0.2);
  transition: all 0.3s linear;
  transform: skewX(20deg) translateX(0);
}
[class^=btn][class*=hover][class*=-shine]:hover::after {
  transform: skewX(20deg) translateX(300px);
}
[class^=btn][class*=hover-fill] {
  background-color: transparent !important;
}
[class^=btn][class*=hover-fill]::before, [class^=btn][class*=hover-fill]::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  z-index: -1;
}
[class^=btn][class*=hover-fill]::before {
  width: 100%;
  height: 100%;
}
[class^=btn][class*=hover-fill][class*=-wipe-ltr]::after {
  left: -100%;
}
[class^=btn][class*=hover-fill][class*=-wipe-ltr]:hover::after {
  left: 0;
}
[class^=btn][class*=hover-fill][class*=-wipe-rtl]::after {
  left: 100%;
}
[class^=btn][class*=hover-fill][class*=-wipe-rtl]:hover::after {
  left: 0;
}
[class^=btn][class*=hover-fill][class*=-wipe-down]::after {
  top: -100%;
}
[class^=btn][class*=hover-fill][class*=-wipe-down]:hover::after {
  top: 0;
}
[class^=btn][class*=hover-fill][class*=-wipe-up]::after {
  top: 100%;
}
[class^=btn][class*=hover-fill][class*=-wipe-up]:hover::after {
  top: 0;
}
[class^=btn][class*=hover-fill][class*=-contract-x]::before {
  width: 50%;
  left: -50%;
}
[class^=btn][class*=hover-fill][class*=-contract-x]::after {
  width: 50%;
  left: 100%;
}
[class^=btn][class*=hover-fill][class*=-contract-x]:hover::before {
  left: 0;
}
[class^=btn][class*=hover-fill][class*=-contract-x]:hover::after {
  left: 50%;
}
[class^=btn][class*=hover-fill][class*=-expand-x]::before {
  width: 0%;
  left: 50%;
}
[class^=btn][class*=hover-fill][class*=-expand-x]::after {
  width: 0%;
  left: 50%;
}
[class^=btn][class*=hover-fill][class*=-expand-x]:hover::before {
  width: 50%;
  left: 0;
}
[class^=btn][class*=hover-fill][class*=-expand-x]:hover::after {
  width: 50%;
  left: 50%;
}
[class^=btn][class*=hover-fill][class*=-contract-y]::before {
  height: 50%;
  top: -50%;
}
[class^=btn][class*=hover-fill][class*=-contract-y]::after {
  height: 50%;
  top: 100%;
}
[class^=btn][class*=hover-fill][class*=-contract-y]:hover::before {
  top: 0;
}
[class^=btn][class*=hover-fill][class*=-contract-y]:hover::after {
  top: 50%;
}
[class^=btn][class*=hover-fill][class*=-expand-y]::before {
  height: 0;
  top: 50%;
}
[class^=btn][class*=hover-fill][class*=-expand-y]::after {
  height: 0;
  top: 50%;
}
[class^=btn][class*=hover-fill][class*=-expand-y]:hover::before {
  top: 0;
  height: 50%;
}
[class^=btn][class*=hover-fill][class*=-expand-y]:hover::after {
  top: 50%;
  height: 50%;
}
[class^=btn][class*=hover-fill].solid-base::before {
  background: #FFFFFF;
}
[class^=btn][class*=hover-fill].solid-base::after {
  background: #ebebeb;
}
[class^=btn][class*=hover-fill].solid-accent::before {
  background: #6A687A;
}
[class^=btn][class*=hover-fill].solid-accent::after {
  background: #575564;
}
[class^=btn][class*=hover-fill].solid-comp::before {
  background: #173640;
}
[class^=btn][class*=hover-fill].solid-comp::after {
  background: #0c1d22;
}
[class^=btn][class*=hover-fill].solid-contrast::before {
  background: #FF4242;
}
[class^=btn][class*=hover-fill].solid-contrast::after {
  background: #ff1919;
}
[class^=btn][class*=hover-fill].solid-dark::before {
  background: #111111;
}
[class^=btn][class*=hover-fill].solid-dark::after {
  background: black;
}
[class^=btn][class*=hover-fill].solid-light::before {
  background: #EDF1F1;
}
[class^=btn][class*=hover-fill].solid-light::after {
  background: #d6dfdf;
}
[class^=btn][class*=-fill-base]::after {
  background: #FFFFFF !important;
}
[class^=btn][class*=-fill-base][class*=-expand-]::before, [class^=btn][class*=-fill-base][class*=-contract-]::before {
  background: #FFFFFF !important;
}
[class^=btn][class*=-fill-accent]::after {
  background: #6A687A !important;
}
[class^=btn][class*=-fill-accent][class*=-expand-]::before, [class^=btn][class*=-fill-accent][class*=-contract-]::before {
  background: #6A687A !important;
}
[class^=btn][class*=-fill-comp]::after {
  background: #173640 !important;
}
[class^=btn][class*=-fill-comp][class*=-expand-]::before, [class^=btn][class*=-fill-comp][class*=-contract-]::before {
  background: #173640 !important;
}
[class^=btn][class*=-fill-contrast]::after {
  background: #FF4242 !important;
}
[class^=btn][class*=-fill-contrast][class*=-expand-]::before, [class^=btn][class*=-fill-contrast][class*=-contract-]::before {
  background: #FF4242 !important;
}
[class^=btn][class*=-fill-dark]::after {
  background: #111111 !important;
}
[class^=btn][class*=-fill-dark][class*=-expand-]::before, [class^=btn][class*=-fill-dark][class*=-contract-]::before {
  background: #111111 !important;
}
[class^=btn][class*=-fill-light]::after {
  background: #EDF1F1 !important;
}
[class^=btn][class*=-fill-light][class*=-expand-]::before, [class^=btn][class*=-fill-light][class*=-contract-]::before {
  background: #EDF1F1 !important;
}

/*.btn{ // Can be applied to <a> and <button> tags
	background-color: rgba($col-accent,1);
	display: inline-block;
	padding: 0.8rem 0.8rem;
	border: 0;
	font-size: inherit;
	font-weight: inherit;
    //margin: 0.2rem auto;
	color: #FFF;
	border: 1px solid $col-accent;
    transition: all 0.2s ease;
	position: relative;
	&.small{
		padding: 0.6rem 0.6rem;
		font-size: 75%;
	}
	&.large{
		padding: 1rem 1rem;
		font-size: 125%;
	}
	&.jumbo{
		padding: 1.5rem 1.5rem;
		font-size: 200%;
	}
	span{
		position: absolute;
		right: 1rem;
		top: 50%;
		transform: translateY(-50%);
		opacity: 0;
		transition: all 0.2s ease;
		color: inherit;
		i{
			color: inherit;
		}
	}
	&:hover{
		background-color: darken(rgba($col-accent, 1),10%);
		border-color: darken(rgba($col-accent, 1),10%);
		&.reveal-icon{
			padding: 0.8rem 2.6rem 0.8rem 0.8rem;
			span{
				opacity: 1;
			}
			&.small{
				padding: 0.6rem 2.6rem 0.6rem 0.6rem;
			}
		}	
	}
	&.dark{
		background-color: rgba($col-dark,1);
		border: 1px solid $col-dark;
		&:hover{
			background-color: darken(rgba($col-dark, 1),10%);
			&.outline{
				background-color: transparent; 
			}
		}
	}
	&.comp{
		background-color: rgba($col-comp,1);
		border: 1px solid $col-comp;
		&:hover{
			background-color: darken(rgba($col-comp, 1),10%);
			&.outline{
				background-color: transparent; 
			}
		}
	}
	&.contrast{
		background-color: rgba($col-contrast,1);
		border: 1px solid $col-contrast;
		&:hover{
			background-color: darken(rgba($col-contrast, 1),10%);
			&.outline{
				background-color: transparent; 
			}
		}
	}
	&.rounded{
		border-radius: 6px;
	}
	&.outline{
		background-color: transparent;
		//color: $color-contrast;
		color: inherit;
		border-color: inherit;
		&:hover{
			//background-color: rgba($col-comp, 0.2);
			//border-color: #FFF;
			//color: #FFF;
		}
	}
    &.pill{
		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
        border-radius: 50px;
    }
	&.leaf{
		-webkit-border-radius: 1rem 0;
		-moz-border-radius: 1rem 0;
		border-radius: 1rem 0;
	}
	&.tear{
		-webkit-border-radius: 1rem 1rem 0;
		-moz-border-radius: 1rem 1rem 0;
		border-radius: 1rem 1rem 0;
	}

}

.btn.outline.fill{
	background-color: $col-comp;

}*/
#dialog-container {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100vw;
  height: 100vh;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}
#dialog-container #dialog {
  max-width: 50%;
  background: #EDF1F1;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  width: 50%;
  min-height: 33%;
  display: flex;
  flex-direction: column;
  padding: 1rem;
  animation-duration: 0.4s !important;
}
@media screen and (max-width: 735px) {
  #dialog-container #dialog {
    width: 90%;
    min-width: 80%;
  }
  #dialog-container #dialog .btn {
    width: 100%;
  }
}
#dialog-container #dialog #dialog-content {
  flex: 1;
  display: flex;
}

#menu-bars {
  width: 40px;
  height: 30px;
  position: relative;
  float: right;
  margin: 0;
  z-index: 999;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#menu-bars span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  right: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#menu-bars span:nth-child(1) {
  top: 0px;
}
#menu-bars span:nth-child(2), #menu-bars span:nth-child(3) {
  top: 12px;
}
#menu-bars span:nth-child(4) {
  top: 24px;
}
#menu-bars.col-light span {
  background: #EDF1F1;
}
#menu-bars.col-dark span {
  background: #111111;
}
#menu-bars.col-base span {
  background: #FFFFFF;
}
#menu-bars.col-contrast span {
  background: #FF4242;
}
#menu-bars.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  right: 50%;
}
#menu-bars.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#menu-bars.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#menu-bars.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  right: 50%;
}
#menu-bars.small {
  width: 25px;
  height: 18px;
}
#menu-bars.small span {
  height: 2px;
  width: 100%;
}
#menu-bars.small span:nth-child(1) {
  top: 0px;
}
#menu-bars.small span:nth-child(2), #menu-bars.small span:nth-child(3) {
  top: 8px;
}
#menu-bars.small span:nth-child(4) {
  top: 16px;
}

menu-bars {
  width: 40px;
  height: 30px;
  position: relative;
  float: right;
  margin: 0;
  z-index: 999;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  display: none;
}
menu-bars span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  right: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
menu-bars span:nth-child(1) {
  top: 0px;
}
menu-bars span:nth-child(2), menu-bars span:nth-child(3) {
  top: 12px;
}
menu-bars span:nth-child(4) {
  top: 24px;
}
menu-bars.col-light span {
  background: #EDF1F1;
}
menu-bars.col-dark span {
  background: #111111;
}
menu-bars.col-base span {
  background: #FFFFFF;
}
menu-bars.col-contrast span {
  background: #FF4242;
}
menu-bars.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  right: 50%;
}
menu-bars.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
menu-bars.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
menu-bars.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  right: 50%;
}
menu-bars.small {
  width: 25px;
  height: 18px;
}
menu-bars.small span {
  height: 2px;
  width: 100%;
}
menu-bars.small span:nth-child(1) {
  top: 0px;
}
menu-bars.small span:nth-child(2), menu-bars.small span:nth-child(3) {
  top: 8px;
}
menu-bars.small span:nth-child(4) {
  top: 16px;
}
menu-bars.always-on {
  display: inline-block;
}
@media (max-width: 1024px) {
  menu-bars {
    display: inline-block;
  }
}

nav {
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
  font-weight: 400;
}
nav .col, nav [class^=col] {
  display: flex;
}
nav .col a.parent, nav [class^=col] a.parent {
  padding: 0.5rem 1rem;
  margin: 0;
}
@media (max-width: 735px) {
  nav.responsive-slide {
    position: fixed;
    top: 0;
    left: -150vw;
    width: 100vw;
    height: 100vh;
    background: #EDF1F1;
    will-change: left, top, right, bottom, opacity;
    transition: 400ms ease-in-out;
    flex-flow: column !important;
  }
  nav.responsive-slide.slide-left {
    left: 150vw;
  }
  nav.responsive-slide.slide-up {
    left: 0;
    top: 150vh;
  }
  nav.responsive-slide.slide-up.show, nav.responsive-slide.slide-up.open {
    top: 0;
  }
  nav.responsive-slide.slide-down {
    left: 0;
    top: -125vh;
  }
  nav.responsive-slide.slide-down.show, nav.responsive-slide.slide-down.open {
    top: 0;
  }
  nav.responsive-slide.show, nav.responsive-slide.open {
    left: 0;
    opacity: 1;
  }
  nav.responsive-slide dropdown {
    position: relative;
  }
}
nav.responsive-slide.show-on-click, nav.responsive-slide.show-on-scroll {
  position: fixed;
  top: 0;
  left: -150vw;
  width: 100vw;
  height: 100vh;
  background: #EDF1F1;
  will-change: left, top, right, bottom, opacity;
  transition: 400ms ease-in-out;
  flex-flow: column !important;
}
nav.responsive-slide.show-on-click.slide-left, nav.responsive-slide.show-on-scroll.slide-left {
  left: 150vw;
}
nav.responsive-slide.show-on-click.slide-up, nav.responsive-slide.show-on-scroll.slide-up {
  left: 0;
  top: 150vh;
}
nav.responsive-slide.show-on-click.slide-up.show, nav.responsive-slide.show-on-click.slide-up.open, nav.responsive-slide.show-on-scroll.slide-up.show, nav.responsive-slide.show-on-scroll.slide-up.open {
  top: 0;
}
nav.responsive-slide.show-on-click.slide-down, nav.responsive-slide.show-on-scroll.slide-down {
  left: 0;
  top: -125vh;
}
nav.responsive-slide.show-on-click.slide-down.show, nav.responsive-slide.show-on-click.slide-down.open, nav.responsive-slide.show-on-scroll.slide-down.show, nav.responsive-slide.show-on-scroll.slide-down.open {
  top: 0;
}
nav.responsive-slide.show-on-click.show, nav.responsive-slide.show-on-click.open, nav.responsive-slide.show-on-scroll.show, nav.responsive-slide.show-on-scroll.open {
  left: 0;
  opacity: 1;
}
nav.responsive-slide.show-on-click dropdown, nav.responsive-slide.show-on-scroll dropdown {
  position: relative;
}
@media (max-width: 735px) {
  nav.responsive-expand {
    max-height: 0;
    overflow: hidden;
    will-change: max-height;
    transition: 400ms ease-in-out;
  }
  nav.responsive-expand.column {
    flex-flow: column !important;
  }
  nav.responsive-expand.show, nav.responsive-expand.open {
    max-height: 100vh;
    opacity: 1;
  }
}
nav.responsive-expand.show-on-click, nav.responsive-expand.show-on-scroll {
  max-height: 0;
  overflow: hidden;
  will-change: max-height;
  transition: 400ms ease-in-out;
}
nav.responsive-expand.show-on-click.column, nav.responsive-expand.show-on-scroll.column {
  flex-flow: column !important;
}
nav.responsive-expand.show-on-click.show, nav.responsive-expand.show-on-click.open, nav.responsive-expand.show-on-scroll.show, nav.responsive-expand.show-on-scroll.open {
  max-height: 100vh;
  opacity: 1;
}
nav.dropdown {
  /*ul{
  	padding: 0;
  	li{
  		padding: 0.5rem 1rem;
  		margin: 0;
  		&:hover{
  			background-color: $col-comp;
  			dropdown{
  				display: inline-block;
  			}
  		}
  	}
  }*/
}
nav.dropdown .col:hover dropdown {
  display: inline-block;
}
@media (max-width: 735px) {
  nav.dropdown .col:hover dropdown {
    max-height: 300px;
    background-color: none;
  }
}
nav.dropdown .col:hover a.parent:after {
  transform: rotate(180deg);
}
nav.dropdown .col a.parent:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
  font-size: 0.5rem;
  display: inline-block;
  margin: 0 0 0 0.5rem;
  transform-origin: center;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 735px) {
  nav.dropdown .col a.parent {
    text-align: center;
    font-size: 150%;
  }
}
nav dropdown {
  position: absolute;
  padding: 1rem;
  left: 0;
  top: 99%;
  background-color: #EDF1F1;
  border-bottom: 5px solid #6A687A;
  width: 100%;
  height: auto;
  display: none;
}
nav dropdown ul {
  padding: 0;
  list-style: none;
}
nav dropdown ul li {
  padding: 0;
  margin: 0 0 0.5rem 0;
}
nav dropdown ul li a {
  display: block;
  padding: 0.5rem 1rem;
}
@media (max-width: 735px) {
  nav dropdown {
    display: inline-block;
    position: relative;
    background: rgba(255, 255, 255, 0.3);
    top: 0;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    transition: max-height 0.75s;
    border-bottom: none;
  }
}

.tab-content {
  margin-top: 3rem;
}

.tabs {
  z-index: 99;
  width: 100%;
  pointer-events: none;
}

ul.tabs {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}

ul.tabs.border-below {
  border-bottom: 1px solid #6A687A;
}

ul.tabs li {
  display: inline-block;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 400;
  padding: 0.6rem 1.4rem;
  line-height: 28px;
  pointer-events: auto;
  text-align: left;
  transition: background-color 100ms linear;
  position: relative;
}
ul.tabs li.error {
  box-shadow: -1px 0 0 #111111;
}
ul.tabs li.error::after {
  position: absolute;
  content: "Errors";
  top: 0;
  left: -1px;
  transform: translateY(-100%);
  background-color: #111111;
  font-size: 0.7rem;
  line-height: 1.4rem;
  padding: 0 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
}
@media (max-width: 1024px) {
  ul.tabs li {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
}
ul.tabs.sub li {
  font-size: 0.8rem;
  padding: 0.3rem 1rem;
}
@media (max-width: 1024px) {
  ul.tabs {
    display: flex;
  }
}

ul.tabs li.active {
  background-color: #6A687A;
  color: #FFF;
  font-weight: 400;
}

ul.tabs.float-left li {
  float: left;
}

ul.tabs.float-right li {
  float: right;
}

ul.tabs.pills li {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

ul.tabs.rounded li {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}

ul.tabs.rounded-leaf li {
  -webkit-border-radius: 6px 0;
  -moz-border-radius: 6px 0;
  border-radius: 6px 0;
}

ul.tabs.rounded-tear li {
  -webkit-border-radius: 6px 6px 0;
  -moz-border-radius: 6px 6px 0;
  border-radius: 6px 6px 0;
}

ul.tabs.uc li {
  text-transform: uppercase;
  letter-spacing: 0.4rem;
}

ul.tabs.angled li {
  padding: 5px 12px 4px;
  background-color: #FFF;
  margin-left: 20px;
  z-index: 2;
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
  line-height: 20px;
  transition: all 250ms ease;
}

ul.tabs.angled li.right {
  float: right;
  margin-right: 20px;
}

ul.tabs.angled li:before,
ul.tabs.angled li:after {
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 44px;
  background-color: #FFF;
  transition: all 250ms ease;
}

ul.tabs.angled li:before {
  right: -7px;
  transform: skew(15deg, 0deg);
  width: 12px;
}

ul.tabs.angled li:after {
  left: -8px;
  transform: skew(-15deg, 0deg);
  width: 12px;
}

ul.tabs.angled ul li:hover,
ul.tabs.angled ul li:hover:before,
ul.tabs.angled ul li:hover:after {
  background-color: #F4F7F9;
  color: #444;
}

ul.tabs li.active {
  z-index: 3;
}
ul.tabs li.active i {
  color: #FFF;
}

ul.tabs.angled li.active,
ul.tabs.angled li.active:before,
ul.tabs.angled li.active:after {
  background-color: #173640;
  color: #fff;
}

ul.tabs.angled li.hidden {
  display: none;
}

faq, que, ans {
  display: block;
  position: relative;
}

faq {
  padding: 1rem 0;
}
faq.icon {
  padding-left: clamp(30px, 4vw, 40px);
}
faq icon {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  color: #173640;
}
faq.open que i.toggle {
  transform: rotate(180deg);
}
faq.open ans {
  max-height: 100vh;
  opacity: 1;
}
faq que {
  cursor: pointer;
}
faq que * {
  line-height: 1;
}
faq que i.toggle {
  float: right;
  transition: transform 200ms ease-in-out;
}
@media (max-width: 735px) {
  faq que i.toggle {
    display: none;
  }
}
faq ans {
  max-height: 0;
  opacity: 0;
  will-change: max-height, opacity;
  transition: all 400ms ease-in-out;
}
faq ans p:first-of-type {
  padding-top: 1rem;
}

.faq .que {
  text-align: left;
  cursor: pointer;
  position: relative;
}

.faq {
  padding: 1rem 0px;
  border-top: 1px solid rgba(106, 104, 122, 0.3);
}
.faq .ans {
  text-align: left;
  max-height: 0;
  opacity: 0;
  will-change: max-height;
  transition: all 400ms ease-in-out;
}
.faq .que::before {
  background: #6A687A;
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
  height: 17px;
  right: 8px;
  top: 0;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  width: 1px;
}
.faq .que::after {
  background: #6A687A;
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
  height: 1px;
  right: 0;
  top: 8px;
  width: 17px;
}

.faq.open .ans {
  max-height: 500px;
  opacity: 1;
}
.faq.open .que::before {
  height: 1px;
  top: 8px;
}

form {
  text-align: center;
  margin-top: min(6rem, 10vw)/2;
}

input:not([type=radio]):not([type=checkbox]), select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: #111111;
  border-radius: 0;
  text-align: center;
  padding: 0.8rem;
  margin-bottom: 0.8rem;
  display: inline-block;
  border: 1px solid #EDF1F1;
  /*box-shadow: inset 0 1px 3px #ddd;*/
  font-size: 1rem;
  /*border-radius: 4px;*/
  vertical-align: middle;
  box-sizing: border-box;
  width: 100%;
  text-align: left;
}
input:not([type=radio]):not([type=checkbox])[type=number], select[type=number], textarea[type=number] {
  -moz-appearance: textfield;
}
input:not([type=radio]):not([type=checkbox])::-webkit-outer-spin-button, input:not([type=radio]):not([type=checkbox])::-webkit-inner-spin-button, select::-webkit-outer-spin-button, select::-webkit-inner-spin-button, textarea::-webkit-outer-spin-button, textarea::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input:not([type=radio]):not([type=checkbox])::placeholder, select::placeholder, textarea::placeholder {
  /*color: darken($col-light,10%);
  font-weight: 200;*/
}
input:not([type=radio]):not([type=checkbox]):focus, select:focus, textarea:focus {
  outline: 0;
  border: 1px solid #111111;
}
input:not([type=radio]):not([type=checkbox]).error, select.error, textarea.error {
  border: 1px solid red;
}

span.error {
  background-color: red;
  padding: 0.3rem 0.6rem;
  font-weight: 700;
  font-size: 0.8rem;
  color: #FFF;
  display: inline-block;
  position: relative;
  margin: auto;
}
span.error.large {
  padding: 1rem;
  font-size: 1rem;
}
span.error.bg-col-base {
  background-color: #FFFFFF;
}
span.error.bg-col-base::after {
  border-bottom-color: #FFFFFF !important;
}
span.error.bg-col-accent {
  background-color: #6A687A;
}
span.error.bg-col-accent::after {
  border-bottom-color: #6A687A !important;
}
span.error.bg-col-comp {
  background-color: #173640;
}
span.error.bg-col-comp::after {
  border-bottom-color: #173640 !important;
}
span.error.bg-col-contrast {
  background-color: #FF4242;
}
span.error.bg-col-contrast::after {
  border-bottom-color: #FF4242 !important;
}
span.error.bg-col-dark {
  background-color: #111111;
}
span.error.bg-col-dark::after {
  border-bottom-color: #111111 !important;
}
span.error.bg-col-light {
  background-color: #EDF1F1;
}
span.error.bg-col-light::after {
  border-bottom-color: #EDF1F1 !important;
}
span.error:after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-bottom: solid red 10px;
  top: -10px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0;
}

textarea {
  resize: none;
  text-align: left;
}

label.heading {
  display: block;
  vertical-align: middle;
  color: #111111;
  font-weight: 400;
  margin: 0.5rem 0.5rem;
  width: auto;
  position: relative;
}
label.heading span {
  font-size: 0.8rem;
  color: #515151;
}
label.heading.error {
  background-color: red;
  padding: 0.3rem;
  color: #FFF;
}
label.heading.error:after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-top: solid red 10px;
  bottom: -10px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0;
}

input[type=radio], input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  position: relative;
  background-color: #f1f1f1;
  color: #666;
  vertical-align: middle;
  height: 30px;
  width: 30px;
  border: 0;
  border-radius: 100%;
  cursor: pointer;
  /*margin-right: 7px;*/
  margin: 0.5rem 0.5rem 0.5rem 0rem;
  outline: none;
}
input[type=radio]:checked::before, input[type=checkbox]:checked::before {
  position: absolute;
  /*display: flex;
  align-items: center;
    	justify-content: center;
  font: 13px/1 'Open Sans', sans-serif;*/
  width: 20%;
  height: 40%;
  transform-origin: left center;
  transform: rotate(40deg);
  /*content: '\02143';*/
  content: "";
  border-bottom: 1px solid #EDF1F1;
  border-right: 1px solid #EDF1F1;
  left: 40%;
  top: 15%;
  color: #FFF;
}
input[type=radio]:hover, input[type=checkbox]:hover {
  background-color: #f7f7f7;
}
input[type=radio]:checked, input[type=checkbox]:checked {
  background-color: #111111;
}
input[type=radio].lrg, input[type=checkbox].lrg {
  height: 60px;
  width: 60px;
  margin-right: 14px;
}
@media (max-width: 1024px) {
  input[type=radio].lrg, input[type=checkbox].lrg {
    height: 50px;
    width: 50px;
  }
}
@media (max-width: 735px) {
  input[type=radio].lrg, input[type=checkbox].lrg {
    height: 30px;
    width: 30px;
  }
}
input[type=radio].lrg:checked::before, input[type=checkbox].lrg:checked::before {
  border-width: 2px;
}
input[type=radio].lrg + label, input[type=checkbox].lrg + label {
  font-size: 2rem;
  line-height: inherit;
}
@media (max-width: 1024px) {
  input[type=radio].lrg + label, input[type=checkbox].lrg + label {
    font-size: 1.8rem;
  }
}
@media (max-width: 735px) {
  input[type=radio].lrg + label, input[type=checkbox].lrg + label {
    font-size: 1.1rem;
  }
}

input[type=checkbox] {
  border-radius: 3px;
}

label {
  vertical-align: middle;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
  margin: 0.5rem 0.5rem 0.5rem 0rem;
  font-size: 1rem;
}

.gallery {
  display: block;
  column-width: 275px;
  column-gap: 10px;
  padding: 10px;
}
.gallery img {
  width: 100%;
  cursor: pointer;
  padding-botom: 5px;
  filter: grayscale(1);
  transition: all 0.4s ease-out;
}
.gallery img:hover {
  filter: none;
}
@media screen and (max-width: 735px) {
  .gallery {
    column-width: 150px;
  }
}

.lightbox {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  display: none;
  background: rgba(255, 255, 255, 0.95);
  perspective: 1000;
  z-index: 9999;
}
.lightbox img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotateY(0deg);
  max-height: 95vh;
  max-width: calc(95vw - 100px);
  transition: 0.8s cubic-bezier(0.7, 0, 0.4, 1);
  transform-style: preserve-3d;
  border: 8px solid #FFF;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}
.lightbox .title {
  font-size: 20px;
  color: #000;
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0;
}

.filter {
  position: absolute;
  width: 100vw;
  height: 100vh;
  filter: blur(20px);
  opacity: 0.5;
  background-position: center;
  background-size: cover;
}

.notice {
  /*display: inline-block;
  background-color: #fff;
  padding: 1rem;
  width: 220px;
  height: auto;
  position: fixed;
  bottom: 90px;
  right: 6.59%;
  overflow: hidden;
  z-index: 50;
  box-shadow: 0px -5px 16px rgba(0,0,0,.2);
  p{
  	font-size: .875rem;
  	font-weight: 400;
  	line-height: 1.25rem;
  	padding: 0 0 1.2rem 0;
  }*/
}

[class^=notice], [class*=" notice"] {
  position: fixed;
  background: #FFFFFF;
  padding: 1rem;
  height: auto;
  z-index: 900;
  margin: auto;
}
[class^=notice][class*=-top], [class*=" notice"][class*=-top] {
  top: 0;
}
[class^=notice][class*=-top][class*=-outset], [class*=" notice"][class*=-top][class*=-outset] {
  top: -1rem;
}
[class^=notice][class*=-top][class*=-inset], [class*=" notice"][class*=-top][class*=-inset] {
  top: 1rem;
}
@media (max-width: 735px) {
  [class^=notice][class*=-top][class*=-inset], [class*=" notice"][class*=-top][class*=-inset] {
    left: 1rem;
    right: 1rem;
  }
}
[class^=notice][class*=-bottom], [class*=" notice"][class*=-bottom] {
  bottom: 0;
}
[class^=notice][class*=-bottom][class*=-outset], [class*=" notice"][class*=-bottom][class*=-outset] {
  bottom: -1rem;
}
[class^=notice][class*=-bottom][class*=-inset], [class*=" notice"][class*=-bottom][class*=-inset] {
  bottom: 1rem;
}
@media (max-width: 735px) {
  [class^=notice][class*=-bottom][class*=-inset], [class*=" notice"][class*=-bottom][class*=-inset] {
    left: 1rem;
    right: 1rem;
  }
}
[class^=notice][class*=-left], [class*=" notice"][class*=-left] {
  left: 0;
}
[class^=notice][class*=-left][class*=-outset], [class*=" notice"][class*=-left][class*=-outset] {
  left: -1rem;
}
[class^=notice][class*=-left][class*=-inset], [class*=" notice"][class*=-left][class*=-inset] {
  left: 1rem;
}
@media (max-width: 735px) {
  [class^=notice][class*=-left][class*=-inset], [class*=" notice"][class*=-left][class*=-inset] {
    left: 1rem;
    right: 1rem;
  }
}
[class^=notice][class*=-right], [class*=" notice"][class*=-right] {
  right: 0;
}
[class^=notice][class*=-right][class*=-outset], [class*=" notice"][class*=-right][class*=-outset] {
  right: -1rem;
}
[class^=notice][class*=-right][class*=-inset], [class*=" notice"][class*=-right][class*=-inset] {
  right: 1rem;
}
@media (max-width: 735px) {
  [class^=notice][class*=-right][class*=-inset], [class*=" notice"][class*=-right][class*=-inset] {
    left: 1rem;
    right: 1rem;
  }
}
[class^=notice][class*=-centered], [class*=" notice"][class*=-centered] {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
[class^=notice][class*=-centerx], [class*=" notice"][class*=-centerx] {
  /*left: 50%;
  transform: translateX(-50%);*/
  left: 0;
  right: 0;
}
[class^=notice][class*=-centerx][class*=-inset], [class*=" notice"][class*=-centerx][class*=-inset] {
  left: 1rem;
  right: 1rem;
}
[class^=notice][class*=-centery], [class*=" notice"][class*=-centery] {
  /*top: 50%;
  transform: translateY(-50%);*/
  top: 0;
  bottom: 0;
}
[class^=notice][class*=-centery][class*=-inset], [class*=" notice"][class*=-centery][class*=-inset] {
  top: 1rem;
  bottom: 1rem;
}

.comp {
  border: 1px solid #EDF1F1;
  position: relative;
  transition: transform 0.6s ease;
  padding: min(3rem, 5vw);
  box-shadow: 0 8px 30px -6px rgba(0, 0, 0, 0.03);
}
.comp:hover {
  background-color: #FFF;
}
@media screen and (min-width: 1024px) {
  .comp:hover {
    transform: translateY(-1rem);
  }
}
.comp ul {
  list-style: none;
  padding: 0;
}
.comp ul li {
  display: block;
  border-bottom: 1px solid #EDF1F1;
  margin: 0;
  padding: 1rem 0;
}
.comp.featured {
  box-shadow: 0 10px 40px -6px rgba(0, 0, 0, 0.1);
  padding: min(4rem, 6vw) min(3rem, 5vw);
  background: #FFF;
}
.comp .ribbon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #FF4242;
  color: #EDF1F1;
  padding: calc(1rem/2);
}

/* Custom Modifiers */
html,
body {
  height: 100%;
  width: 100%;
  overflow: auto;
  background: #FFFFFF;
  text-align: left;
}
html *,
body * {
  font-family: "Roboto Slab", serif;
}

p {
  position: relative;
}

main {
  transition: padding 0.3s ease-in-out;
}
main.side {
  padding-left: 250px;
}
@media (max-width: 1024px) {
  main.side {
    padding-left: 0;
  }
}
@media (max-width: 1024px) {
  main {
    padding-left: 0;
  }
}

h1 {
  font-size: clamp(3rem, 10vw, 6rem);
  line-height: 100%;
  font-family: "Roboto Slab", serif;
  font-weight: 100;
  margin: 0;
}
h1 strong {
  font-weight: 300;
}
h1 sup {
  font-size: 1rem;
  letter-spacing: normal;
  vertical-align: baseline;
}

h2 {
  font-size: 3rem;
  margin: 0 0 1rem 0;
}

h3 {
  font-size: 2rem;
  margin: 0 0 1rem 0;
}

.hover-hl {
  position: relative;
}
.hover-hl::before {
  content: "";
  transition: width 0.2s ease-out;
  position: absolute;
  inset: 0;
  background-color: rgba(23, 54, 64, 0.2);
  width: 0;
}
.hover-hl:hover::before {
  width: 100%;
}

.hover-shift {
  position: relative;
  height: 1.25rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  width: fit-content;
}
.hover-shift span {
  width: 100%;
  transition: transform 0.2s ease-out;
}
.hover-shift:hover span {
  transform: translateY(-1.25rem);
}
.hover-shift.logo {
  height: 55px;
}
.hover-shift.logo:hover span {
  transform: translateY(-55px);
}

section {
  display: block;
}

section.masthead {
  padding-top: 5rem;
  min-height: 650px;
}
@media (max-width: 1024px) {
  section.masthead {
    padding-top: 10rem;
  }
}

header {
  left: 0;
  background-color: #FFF;
}
header * {
  color: #111111;
}
header.side {
  width: 250px;
  height: 100vh;
}
@media (max-width: 1024px) {
  header.side {
    width: 100%;
    height: auto;
  }
}
header sup-header {
  position: fixed;
  width: 100vw;
  height: 20px;
  top: 0;
  z-index: 99;
}
@media (max-width: 1024px) {
  header sup-header {
    display: none;
  }
}
header main-header {
  transition: all 0.4s ease;
  background: none;
  padding-top: 5rem;
  height: 100%;
  border-left: 5px solid #111111;
  box-shadow: none;
}
@media (max-width: 1024px) {
  header main-header {
    padding-top: 1rem;
    border-left: none;
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.075);
  }
}
header main-header nav {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: flex-end;
}
header sup-header {
  font-size: 80%;
}
@media (max-width: 1024px) {
  header {
    width: 100%;
    height: auto;
  }
}

.flat {
  background: #EDF1F1;
  padding: 1rem;
}

.splide-container {
  width: 100%;
  position: absolute;
  right: -10%;
  top: -10%;
}

.tabs {
  border-bottom: 1px solid #EDF1F1;
}

ul.tabs li.active {
  background-color: #111111;
}

input {
  font-size: 2rem !important;
}
input.error {
  border-color: #6A687A !important;
}

[data-chain-child] {
  display: none;
}

textarea {
  font-size: 1.5rem;
}
textarea.error {
  border-color: #6A687A !important;
}

select {
  font-size: 2rem;
}
select:focus {
  font-size: 1rem;
  padding: 1.5rem;
}
select option:disabled {
  color: #EDF1F1;
}
select.error {
  border-color: #6A687A !important;
}

label.heading {
  margin: 1rem 0;
}

span.error {
  background-color: #111111;
  font-weight: 300;
  padding: 1rem;
}
span.error::after {
  border-bottom-color: #111111;
}

.swal2-popup {
  padding: 2rem;
  border-radius: 0;
}

button.swal2-styled:focus {
  box-shadow: none !important;
}

button.swal2-styled.swal2-confirm, button.swal2-styled.swal2-deny {
  background-color: #111111;
  border-radius: 0;
}
button.swal2-styled.swal2-cancel {
  border-radius: 0;
}