.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}

.row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}

.row.reverse {
  flex-direction: row-reverse;
}

.col.reverse {
  flex-direction: column-reverse;
}

.col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

.col-xs {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  flex-basis: 8.333%;
  max-width: 8.333%;
  width: 8.333%;
}

.col-xs-2 {
  flex-basis: 16.667%;
  max-width: 16.667%;
  width: 16.667%;
}

.col-xs-3 {
  flex-basis: 25%;
  max-width: 25%;
  width: 25%;
}

.col-xs-4 {
  flex-basis: 33.333%;
  max-width: 33.333%;
  width: 33.333%;
}

.col-xs-5 {
  flex-basis: 41.667%;
  max-width: 41.667%;
  width: 41.667%;
}

.col-xs-6 {
  flex-basis: 50%;
  max-width: 50%;
  width: 50%;
}

.col-xs-7 {
  flex-basis: 58.333%;
  max-width: 58.333%;
  width: 58.333%;
}

.col-xs-8 {
  flex-basis: 66.667%;
  max-width: 66.667%;
  width: 66.667%;
}

.col-xs-9 {
  flex-basis: 75%;
  max-width: 75%;
  width: 75%;
}

.col-xs-10 {
  flex-basis: 83.333%;
  max-width: 83.333%;
  width: 83.333%;
}

.col-xs-11 {
  flex-basis: 91.667%;
  max-width: 91.667%;
  width: 91.667%;
}

.col-xs-12 {
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
}

.col-xs-offset-1 {
  margin-left: 8.333%;
}

.col-xs-offset-2 {
  margin-left: 16.667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.333%;
}

.col-xs-offset-5 {
  margin-left: 41.667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.333%;
}

.col-xs-offset-8 {
  margin-left: 66.667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.333%;
}

.col-xs-offset-11 {
  margin-left: 91.667%;
}

.start-xs {
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  justify-content: center;
  text-align: center;
}

.end-xs {
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  align-items: flex-start;
}

.middle-xs {
  align-items: center;
}

.bottom-xs {
  align-items: flex-end;
}

.around-xs {
  justify-content: space-around;
}

.between-xs {
  justify-content: space-between;
}

.first-xs {
  order: -1;
}

.last-xs {
  order: 1;
}

@media only screen and (min-width: 48em) {
  .container {
    width: 46rem;
  }
  .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-1 {
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-sm-2 {
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-sm-5 {
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-sm-8 {
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-sm-11 {
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.667%;
  }
  .start-sm {
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    align-items: flex-start;
  }
  .middle-sm {
    align-items: center;
  }
  .bottom-sm {
    align-items: flex-end;
  }
  .around-sm {
    justify-content: space-around;
  }
  .between-sm {
    justify-content: space-between;
  }
  .first-sm {
    order: -1;
  }
  .last-sm {
    order: 1;
  }
}
@media only screen and (min-width: 62em) {
  .container {
    width: 61rem;
  }
  .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-md-2 {
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-md-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-md-5 {
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-md-8 {
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-md-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-md-11 {
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-1 {
    margin-left: 8.333%;
  }
  .col-md-offset-2 {
    margin-left: 16.667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.333%;
  }
  .col-md-offset-5 {
    margin-left: 41.667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.333%;
  }
  .col-md-offset-8 {
    margin-left: 66.667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.333%;
  }
  .col-md-offset-11 {
    margin-left: 91.667%;
  }
  .start-md {
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    justify-content: center;
    text-align: center;
  }
  .end-md {
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    align-items: flex-start;
  }
  .middle-md {
    align-items: center;
  }
  .bottom-md {
    align-items: flex-end;
  }
  .around-md {
    justify-content: space-around;
  }
  .between-md {
    justify-content: space-between;
  }
  .first-md {
    order: -1;
  }
  .last-md {
    order: 1;
  }
}
@media only screen and (min-width: 75em) {
  .container {
    width: 71rem;
  }
  .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-lg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-lg-2 {
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-lg-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-lg-5 {
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-lg-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-lg-8 {
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-lg-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-lg-11 {
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.667%;
  }
  .start-lg {
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    align-items: flex-start;
  }
  .middle-lg {
    align-items: center;
  }
  .bottom-lg {
    align-items: flex-end;
  }
  .around-lg {
    justify-content: space-around;
  }
  .between-lg {
    justify-content: space-between;
  }
  .first-lg {
    order: -1;
  }
  .last-lg {
    order: 1;
  }
}
:export {
  breakVLarge: 1550px;
  breakLarge: 1260px;
  breakMedium: 1020px;
  breakSmall: 668px;
  containerLarge: 1140px;
  containerMedium: 940px;
  containerSmall: 620px;
  containerMobile: 100%;
  orange: #f97f00;
  orange2: #f83600;
  orangeDark: #881f00;
  red: #d50000;
  greenColor: #66ab23;
  facebook: #0025ff;
  google: #f60;
  twitter: #55acee;
  youtube: red;
  tumblr: #35465c;
  white: #fff;
  black: #000;
  grey-1: #f5f5f5;
  grey-2: #ececec;
  grey-3: #c6c6c5;
  grey-4: #9c9b9b;
  grey-4-1: #8c8c8c;
  grey-5: #6f6f6e;
  grey-6: #3c3c3b;
  grey-6-1: #373737;
  grey-7: #9f9e9e;
  grey-8: #282828;
  grey-9: #1d1d1d;
  grey-10: #c3c3c3;
  grey-25: #252525;
  grey-27: #272727;
  grey-3c: #3c3c3c;
  grey-6a: #6a6a69;
  grey-6f: #6f6f6f;
  grey-82: #828181;
  grey-97: #979797;
  grey-9c: #9c9b9b;
  grey-a7: #a7a7a6;
  grey-c6: #c6c6c5;
  grey-d8: #d8d8d7;
  grey-dd: #dddddc;
  grey-33: #333;
  extra-light-element: rgba(255, 255, 255, 0.2);
  light-element: rgba(255, 255, 255, 0.12);
  subtle-light-element: rgba(255, 255, 255, 0.07);
  dark-element: rgba(0, 0, 0, 0.2);
  disabled-opacity: 0.38;
  disabled: rgba(255, 255, 255, 0.38);
  klein: #0025ff;
  orange: #f60;
  ocean: #41ead4;
  lilac: #6535f5;
  yellow: #ffce36;
  yellow-deep: #ffcd00;
  green: #41ead4;
  green-2: #2cdd78;
  red: red;
  danger: #f53535;
  header1: 72px;
  header2: 40px;
  header3: 36px;
  header4: 25px;
  header5: 18px;
  header6: 13px;
  subHeaderSmall: 13px;
  paragraph: 18px;
  paragraphSmall: 15px;
  menuHeight: 56px;
  menuMobileHeight: 56px;
  menuBorder: 2px;
  containerPaddingMobile: 15px;
}

:export {
  breakVLarge: 1550px;
  breakLarge: 1260px;
  breakMedium: 1020px;
  breakSmall: 668px;
  containerLarge: 1140px;
  containerMedium: 940px;
  containerSmall: 620px;
  containerMobile: 100%;
  orange: #f97f00;
  orange2: #f83600;
  orangeDark: #881f00;
  red: #d50000;
  greenColor: #66ab23;
  facebook: #0025ff;
  google: #f60;
  twitter: #55acee;
  youtube: red;
  tumblr: #35465c;
  white: #fff;
  black: #000;
  grey-1: #f5f5f5;
  grey-2: #ececec;
  grey-3: #c6c6c5;
  grey-4: #9c9b9b;
  grey-4-1: #8c8c8c;
  grey-5: #6f6f6e;
  grey-6: #3c3c3b;
  grey-6-1: #373737;
  grey-7: #9f9e9e;
  grey-8: #282828;
  grey-9: #1d1d1d;
  grey-10: #c3c3c3;
  grey-25: #252525;
  grey-27: #272727;
  grey-3c: #3c3c3c;
  grey-6a: #6a6a69;
  grey-6f: #6f6f6f;
  grey-82: #828181;
  grey-97: #979797;
  grey-9c: #9c9b9b;
  grey-a7: #a7a7a6;
  grey-c6: #c6c6c5;
  grey-d8: #d8d8d7;
  grey-dd: #dddddc;
  grey-33: #333;
  extra-light-element: rgba(255, 255, 255, 0.2);
  light-element: rgba(255, 255, 255, 0.12);
  subtle-light-element: rgba(255, 255, 255, 0.07);
  dark-element: rgba(0, 0, 0, 0.2);
  disabled-opacity: 0.38;
  disabled: rgba(255, 255, 255, 0.38);
  klein: #0025ff;
  orange: #f60;
  ocean: #41ead4;
  lilac: #6535f5;
  yellow: #ffce36;
  yellow-deep: #ffcd00;
  green: #41ead4;
  green-2: #2cdd78;
  red: red;
  danger: #f53535;
  header1: 72px;
  header2: 40px;
  header3: 36px;
  header4: 25px;
  header5: 18px;
  header6: 13px;
  subHeaderSmall: 13px;
  paragraph: 18px;
  paragraphSmall: 15px;
  menuHeight: 56px;
  menuMobileHeight: 56px;
  menuBorder: 2px;
  containerPaddingMobile: 15px;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, main, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:export {
  breakVLarge: 1550px;
  breakLarge: 1260px;
  breakMedium: 1020px;
  breakSmall: 668px;
  containerLarge: 1140px;
  containerMedium: 940px;
  containerSmall: 620px;
  containerMobile: 100%;
  orange: #f97f00;
  orange2: #f83600;
  orangeDark: #881f00;
  red: #d50000;
  greenColor: #66ab23;
  facebook: #0025ff;
  google: #f60;
  twitter: #55acee;
  youtube: red;
  tumblr: #35465c;
  white: #fff;
  black: #000;
  grey-1: #f5f5f5;
  grey-2: #ececec;
  grey-3: #c6c6c5;
  grey-4: #9c9b9b;
  grey-4-1: #8c8c8c;
  grey-5: #6f6f6e;
  grey-6: #3c3c3b;
  grey-6-1: #373737;
  grey-7: #9f9e9e;
  grey-8: #282828;
  grey-9: #1d1d1d;
  grey-10: #c3c3c3;
  grey-25: #252525;
  grey-27: #272727;
  grey-3c: #3c3c3c;
  grey-6a: #6a6a69;
  grey-6f: #6f6f6f;
  grey-82: #828181;
  grey-97: #979797;
  grey-9c: #9c9b9b;
  grey-a7: #a7a7a6;
  grey-c6: #c6c6c5;
  grey-d8: #d8d8d7;
  grey-dd: #dddddc;
  grey-33: #333;
  extra-light-element: rgba(255, 255, 255, 0.2);
  light-element: rgba(255, 255, 255, 0.12);
  subtle-light-element: rgba(255, 255, 255, 0.07);
  dark-element: rgba(0, 0, 0, 0.2);
  disabled-opacity: 0.38;
  disabled: rgba(255, 255, 255, 0.38);
  klein: #0025ff;
  orange: #f60;
  ocean: #41ead4;
  lilac: #6535f5;
  yellow: #ffce36;
  yellow-deep: #ffcd00;
  green: #41ead4;
  green-2: #2cdd78;
  red: red;
  danger: #f53535;
  header1: 72px;
  header2: 40px;
  header3: 36px;
  header4: 25px;
  header5: 18px;
  header6: 13px;
  subHeaderSmall: 13px;
  paragraph: 18px;
  paragraphSmall: 15px;
  menuHeight: 56px;
  menuMobileHeight: 56px;
  menuBorder: 2px;
  containerPaddingMobile: 15px;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

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

.mt-0, .my-0 {
  margin-top: 0 !important;
}

.mr-0, .mx-0 {
  margin-right: 0 !important;
}

.mb-0, .my-0 {
  margin-bottom: 0 !important;
}

.ml-0, .mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1, .my-1 {
  margin-top: 0.25rem !important;
}

.mr-1, .mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1, .my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1, .mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2, .my-2 {
  margin-top: 0.5rem !important;
}

.mr-2, .mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2, .my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2, .mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3, .my-3 {
  margin-top: 1rem !important;
}

.mr-3, .mx-3 {
  margin-right: 1rem !important;
}

.mb-3, .my-3 {
  margin-bottom: 1rem !important;
}

.ml-3, .mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4, .my-4 {
  margin-top: 1.5rem !important;
}

.mr-4, .mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4, .my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4, .mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5, .my-5 {
  margin-top: 3rem !important;
}

.mr-5, .mx-5 {
  margin-right: 3rem !important;
}

.mb-5, .my-5 {
  margin-bottom: 3rem !important;
}

.ml-5, .mx-5 {
  margin-left: 3rem !important;
}

.m-6 {
  margin: 5rem !important;
}

.mt-6, .my-6 {
  margin-top: 5rem !important;
}

.mr-6, .mx-6 {
  margin-right: 5rem !important;
}

.mb-6, .my-6 {
  margin-bottom: 5rem !important;
}

.ml-6, .mx-6 {
  margin-left: 5rem !important;
}

.m-7 {
  margin: 8rem !important;
}

.mt-7, .my-7 {
  margin-top: 8rem !important;
}

.mr-7, .mx-7 {
  margin-right: 8rem !important;
}

.mb-7, .my-7 {
  margin-bottom: 8rem !important;
}

.ml-7, .mx-7 {
  margin-left: 8rem !important;
}

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

.pt-0, .py-0 {
  padding-top: 0 !important;
}

.pr-0, .px-0 {
  padding-right: 0 !important;
}

.pb-0, .py-0 {
  padding-bottom: 0 !important;
}

.pl-0, .px-0 {
  padding-left: 0 !important;
}

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

.pt-1, .py-1 {
  padding-top: 0.25rem !important;
}

.pr-1, .px-1 {
  padding-right: 0.25rem !important;
}

.pb-1, .py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1, .px-1 {
  padding-left: 0.25rem !important;
}

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

.pt-2, .py-2 {
  padding-top: 0.5rem !important;
}

.pr-2, .px-2 {
  padding-right: 0.5rem !important;
}

.pb-2, .py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2, .px-2 {
  padding-left: 0.5rem !important;
}

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

.pt-3, .py-3 {
  padding-top: 1rem !important;
}

.pr-3, .px-3 {
  padding-right: 1rem !important;
}

.pb-3, .py-3 {
  padding-bottom: 1rem !important;
}

.pl-3, .px-3 {
  padding-left: 1rem !important;
}

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

.pt-4, .py-4 {
  padding-top: 1.5rem !important;
}

.pr-4, .px-4 {
  padding-right: 1.5rem !important;
}

.pb-4, .py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4, .px-4 {
  padding-left: 1.5rem !important;
}

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

.pt-5, .py-5 {
  padding-top: 3rem !important;
}

.pr-5, .px-5 {
  padding-right: 3rem !important;
}

.pb-5, .py-5 {
  padding-bottom: 3rem !important;
}

.pl-5, .px-5 {
  padding-left: 3rem !important;
}

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

.pt-6, .py-6 {
  padding-top: 5rem !important;
}

.pr-6, .px-6 {
  padding-right: 5rem !important;
}

.pb-6, .py-6 {
  padding-bottom: 5rem !important;
}

.pl-6, .px-6 {
  padding-left: 5rem !important;
}

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

.pt-7, .py-7 {
  padding-top: 8rem !important;
}

.pr-7, .px-7 {
  padding-right: 8rem !important;
}

.pb-7, .py-7 {
  padding-bottom: 8rem !important;
}

.pl-7, .px-7 {
  padding-left: 8rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto, .my-auto {
  margin-top: auto !important;
}

.mr-auto, .mx-auto {
  margin-right: auto !important;
}

.mb-auto, .my-auto {
  margin-bottom: auto !important;
}

.ml-auto, .mx-auto {
  margin-left: auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

:export {
  breakVLarge: 1550px;
  breakLarge: 1260px;
  breakMedium: 1020px;
  breakSmall: 668px;
  containerLarge: 1140px;
  containerMedium: 940px;
  containerSmall: 620px;
  containerMobile: 100%;
  orange: #f97f00;
  orange2: #f83600;
  orangeDark: #881f00;
  red: #d50000;
  greenColor: #66ab23;
  facebook: #0025ff;
  google: #f60;
  twitter: #55acee;
  youtube: red;
  tumblr: #35465c;
  white: #fff;
  black: #000;
  grey-1: #f5f5f5;
  grey-2: #ececec;
  grey-3: #c6c6c5;
  grey-4: #9c9b9b;
  grey-4-1: #8c8c8c;
  grey-5: #6f6f6e;
  grey-6: #3c3c3b;
  grey-6-1: #373737;
  grey-7: #9f9e9e;
  grey-8: #282828;
  grey-9: #1d1d1d;
  grey-10: #c3c3c3;
  grey-25: #252525;
  grey-27: #272727;
  grey-3c: #3c3c3c;
  grey-6a: #6a6a69;
  grey-6f: #6f6f6f;
  grey-82: #828181;
  grey-97: #979797;
  grey-9c: #9c9b9b;
  grey-a7: #a7a7a6;
  grey-c6: #c6c6c5;
  grey-d8: #d8d8d7;
  grey-dd: #dddddc;
  grey-33: #333;
  extra-light-element: rgba(255, 255, 255, 0.2);
  light-element: rgba(255, 255, 255, 0.12);
  subtle-light-element: rgba(255, 255, 255, 0.07);
  dark-element: rgba(0, 0, 0, 0.2);
  disabled-opacity: 0.38;
  disabled: rgba(255, 255, 255, 0.38);
  klein: #0025ff;
  orange: #f60;
  ocean: #41ead4;
  lilac: #6535f5;
  yellow: #ffce36;
  yellow-deep: #ffcd00;
  green: #41ead4;
  green-2: #2cdd78;
  red: red;
  danger: #f53535;
  header1: 72px;
  header2: 40px;
  header3: 36px;
  header4: 25px;
  header5: 18px;
  header6: 13px;
  subHeaderSmall: 13px;
  paragraph: 18px;
  paragraphSmall: 15px;
  menuHeight: 56px;
  menuMobileHeight: 56px;
  menuBorder: 2px;
  containerPaddingMobile: 15px;
}

body {
  transition: padding-top 0.3s linear;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body * {
  font-family: "Suisse Int'l", sans-serif;
  box-sizing: border-box;
}

body *.pfx--mono {
  font-family: "Suisse Int'l Mono", monospace;
}

body.pfx-simple-layout {
  background-color: #000;
}

body.pfx--layout-popup {
  height: auto;
  background-color: #252525;
}

html, body {
  height: auto;
  min-height: 100%;
  width: 100%;
}

html {
  font-size: 16px;
}

@media screen and (max-width: 1020px) {
  html.pfx-scroll-lock {
    overflow: hidden;
  }
}
@media screen and (max-width: 668px) {
  html.pfx-scroll-lock-mobile {
    overflow: hidden;
  }
}
a {
  text-decoration: none;
  color: #000;
}

hr {
  margin: 0;
  height: 2px;
  background-color: #ced3d7;
  border-top: none;
  border-left: none;
}

p {
  font-size: 18px;
  color: #9c9b9b;
  line-height: normal;
}

p.pfx--small {
  font-size: 15px;
}

strong {
  font-weight: bold;
}

.container {
  width: 1140px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  position: relative;
}

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

.container--wider {
  width: 1440px;
}

@media screen and (max-width: 1550px) {
  .container--wider {
    width: 1140px;
  }
}
@media screen and (max-width: 1260px) {
  .container {
    width: 940px;
  }
}
@media screen and (max-width: 1020px) {
  .container {
    width: 620px;
  }
}
@media screen and (max-width: 668px) {
  .container {
    width: 100%;
    padding: 0 15px;
  }
}
@media screen and (max-width: 1020px) {
  .container--small-fluid {
    width: 100%;
  }
}
@media screen and (max-width: 1020px) {
  .container--medium-fluid {
    width: 100%;
  }
}
.container--fluid {
  width: 100%;
  max-width: 1440px;
}

.container--fluid-full {
  width: 100%;
}

@media screen and (max-width: 1020px) {
  *[class*=col-] {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.pfx-grabbable {
  cursor: move;
  cursor: grab;
  cursor: -webkit-grab;
}

.pfx-grabbable:active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

.pfx-error-message {
  border-radius: 8px;
  border: solid 2px #d50000;
  color: #d50000;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  padding: 10px;
}

.pfx--sound-white {
  color: #fff !important;
}

.pfx--black {
  color: #000 !important;
}

.pfx--orange {
  color: #f97f00 !important;
}

.pfx--sound-blue {
  color: #0025ff !important;
}

.pfx--sound-grey-5 {
  color: #6f6f6e !important;
}

.pfx--orange-2 {
  color: #f83600 !important;
}

.pfx--red {
  color: #d50000 !important;
}

.pfx--grey-1 {
  color: #ececec !important;
}

.pfx--grey-2 {
  color: #ced3d7 !important;
}

.pfx--grey-3 {
  color: #c6c6c5 !important;
}

.pfx--grey-4 {
  color: #9c9b9b !important;
}

.pfx--grey-5 {
  color: #6f6f6e !important;
}

.pfx--grey-6 {
  color: #3c3c3b !important;
}

.pfx--white {
  color: #fff !important;
}

.pfx--block {
  display: block !important;
}

.pfx--flex {
  display: flex !important;
}

.pfx--flex-column {
  flex-direction: column !important;
}

.pfx--flex-row {
  flex-direction: row !important;
}

.pfx--flex-center {
  justify-content: center !important;
  align-items: center !important;
}

.pfx--bold {
  font-weight: bold !important;
}

.pfx--underline {
  text-decoration: underline;
}

.pfx--pointer {
  cursor: pointer;
}

.pfx--align-center {
  text-align: center !important;
}

.pfx--align-left {
  text-align: left !important;
}

.pfx--align-right {
  text-align: right !important;
}

.pfx--normal {
  font-weight: normal !important;
}

.pfx--light {
  font-weight: lighter !important;
}

.pfx--scroll-lock {
  overflow-y: hidden !important;
}

.pfx--hide {
  display: none !important;
}

.pfx--overflow-hidden {
  overflow: hidden;
}

.pfx-google-optimise-hide * {
  color: rgba(0, 0, 0, 0) !important;
  text-decoration: none !important;
}

.pfx-google-optimise-hide button, .pfx-google-optimise-hide a, .pfx-google-optimise-hide img {
  opacity: 0 !important;
}

.pfx-google-optimise-hide .pfx-landing-page__hero-image {
  background-image: none !important;
  background-color: #000 !important;
}

.pfx-header-container {
  position: sticky;
  z-index: 999;
  width: 100%;
  top: 0;
}

.pfx-header-container--landing-page {
  position: sticky;
  top: -89px;
}

.pfx-beta-label {
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: -0.2px;
  color: #272727;
  background-color: #ffce36;
  padding: 2px 2px;
  font-family: "Suisse Int'l Mono", monospace;
  margin-left: 4px;
}

:export {
  breakVLarge: 1550px;
  breakLarge: 1260px;
  breakMedium: 1020px;
  breakSmall: 668px;
  containerLarge: 1140px;
  containerMedium: 940px;
  containerSmall: 620px;
  containerMobile: 100%;
  orange: #f97f00;
  orange2: #f83600;
  orangeDark: #881f00;
  red: #d50000;
  greenColor: #66ab23;
  facebook: #0025ff;
  google: #f60;
  twitter: #55acee;
  youtube: red;
  tumblr: #35465c;
  white: #fff;
  black: #000;
  grey-1: #f5f5f5;
  grey-2: #ececec;
  grey-3: #c6c6c5;
  grey-4: #9c9b9b;
  grey-4-1: #8c8c8c;
  grey-5: #6f6f6e;
  grey-6: #3c3c3b;
  grey-6-1: #373737;
  grey-7: #9f9e9e;
  grey-8: #282828;
  grey-9: #1d1d1d;
  grey-10: #c3c3c3;
  grey-25: #252525;
  grey-27: #272727;
  grey-3c: #3c3c3c;
  grey-6a: #6a6a69;
  grey-6f: #6f6f6f;
  grey-82: #828181;
  grey-97: #979797;
  grey-9c: #9c9b9b;
  grey-a7: #a7a7a6;
  grey-c6: #c6c6c5;
  grey-d8: #d8d8d7;
  grey-dd: #dddddc;
  grey-33: #333;
  extra-light-element: rgba(255, 255, 255, 0.2);
  light-element: rgba(255, 255, 255, 0.12);
  subtle-light-element: rgba(255, 255, 255, 0.07);
  dark-element: rgba(0, 0, 0, 0.2);
  disabled-opacity: 0.38;
  disabled: rgba(255, 255, 255, 0.38);
  klein: #0025ff;
  orange: #f60;
  ocean: #41ead4;
  lilac: #6535f5;
  yellow: #ffce36;
  yellow-deep: #ffcd00;
  green: #41ead4;
  green-2: #2cdd78;
  red: red;
  danger: #f53535;
  header1: 72px;
  header2: 40px;
  header3: 36px;
  header4: 25px;
  header5: 18px;
  header6: 13px;
  subHeaderSmall: 13px;
  paragraph: 18px;
  paragraphSmall: 15px;
  menuHeight: 56px;
  menuMobileHeight: 56px;
  menuBorder: 2px;
  containerPaddingMobile: 15px;
}

:export {
  breakVLarge: 1550px;
  breakLarge: 1260px;
  breakMedium: 1020px;
  breakSmall: 668px;
  containerLarge: 1140px;
  containerMedium: 940px;
  containerSmall: 620px;
  containerMobile: 100%;
  orange: #f97f00;
  orange2: #f83600;
  orangeDark: #881f00;
  red: #d50000;
  greenColor: #66ab23;
  facebook: #0025ff;
  google: #f60;
  twitter: #55acee;
  youtube: red;
  tumblr: #35465c;
  white: #fff;
  black: #000;
  grey-1: #f5f5f5;
  grey-2: #ececec;
  grey-3: #c6c6c5;
  grey-4: #9c9b9b;
  grey-4-1: #8c8c8c;
  grey-5: #6f6f6e;
  grey-6: #3c3c3b;
  grey-6-1: #373737;
  grey-7: #9f9e9e;
  grey-8: #282828;
  grey-9: #1d1d1d;
  grey-10: #c3c3c3;
  grey-25: #252525;
  grey-27: #272727;
  grey-3c: #3c3c3c;
  grey-6a: #6a6a69;
  grey-6f: #6f6f6f;
  grey-82: #828181;
  grey-97: #979797;
  grey-9c: #9c9b9b;
  grey-a7: #a7a7a6;
  grey-c6: #c6c6c5;
  grey-d8: #d8d8d7;
  grey-dd: #dddddc;
  grey-33: #333;
  extra-light-element: rgba(255, 255, 255, 0.2);
  light-element: rgba(255, 255, 255, 0.12);
  subtle-light-element: rgba(255, 255, 255, 0.07);
  dark-element: rgba(0, 0, 0, 0.2);
  disabled-opacity: 0.38;
  disabled: rgba(255, 255, 255, 0.38);
  klein: #0025ff;
  orange: #f60;
  ocean: #41ead4;
  lilac: #6535f5;
  yellow: #ffce36;
  yellow-deep: #ffcd00;
  green: #41ead4;
  green-2: #2cdd78;
  red: red;
  danger: #f53535;
  header1: 72px;
  header2: 40px;
  header3: 36px;
  header4: 25px;
  header5: 18px;
  header6: 13px;
  subHeaderSmall: 13px;
  paragraph: 18px;
  paragraphSmall: 15px;
  menuHeight: 56px;
  menuMobileHeight: 56px;
  menuBorder: 2px;
  containerPaddingMobile: 15px;
}

h1 {
  font-size: 72px;
  letter-spacing: -2px;
  line-height: 64px;
  width: 100%;
  font-weight: 400;
}

@media screen and (max-width: 1020px) {
  h1 {
    font-size: 64.8px;
  }
}
@media screen and (max-width: 1020px) {
  h1 {
    font-size: 57.6px;
  }
}
h2 {
  font-size: 40px;
  font-weight: normal;
  width: 100%;
  line-height: 1.2;
}

@media screen and (max-width: 1020px) {
  h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 1020px) {
  h2 {
    font-size: 32px;
  }
}
h3 {
  font-size: 36px;
  font-weight: normal;
  width: 100%;
  line-height: 1.2;
}

@media screen and (max-width: 1020px) {
  h3 {
    font-size: 28px;
  }
}
h4 {
  font-size: 25px;
  font-weight: lighter;
  width: 100%;
  line-height: 1.2;
}

h5 {
  font-size: 18px;
  font-weight: lighter;
  width: 100%;
  line-height: 1.2;
}

h6 {
  font-size: 13px;
  font-weight: normal;
  width: 100%;
  line-height: 1.2;
}

.pfx-sub-header {
  font-size: 13px;
  font-weight: bold;
  display: block;
  text-transform: uppercase;
  letter-spacing: 10px;
  line-height: 16px;
}

[class^=icon-], [class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-google:before {
  content: "\e978";
}

.icon-facebook:before {
  content: "\e979";
}

.icon-twitter:before {
  content: "\e97a";
}

.icon-tumblr:before {
  content: "\e97b";
}

.icon-youtube:before {
  content: "\e97c";
}

.icon-scroll:before {
  content: "\e97d";
}

.icon-microphone:before {
  content: "\e97e";
}

.icon-volume:before {
  content: "\e97f";
}

.icon-database:before {
  content: "\e980";
}

.icon-musicalnote:before {
  content: "\e981";
}

.icon-quote:before {
  content: "\e982";
}

.icon-go:before {
  content: "\e983";
}

.icon-back:before {
  content: "\e984";
}

.icon-menu:before {
  content: "\e985";
}

.icon-visible:before {
  content: "\e986";
}

.icon-success:before {
  content: "\e987";
}

.icon-padlock:before {
  content: "\e988";
}

.icon-expand:before {
  content: "\e989";
}

.icon-like:before {
  content: "\e98a";
}

.icon-download1:before {
  content: "\e98b";
}

.icon-share1:before {
  content: "\e98c";
}

.icon-search1:before {
  content: "\e98d";
}

.icon-comment1:before {
  content: "\e98e";
}

.icon-play:before {
  content: "\e98f";
}

.icon-pause:before {
  content: "\e990";
}

.icon-volumeplayer:before {
  content: "\e991";
}

.icon-send:before {
  content: "\e992";
}

.icon-report:before {
  content: "\e993";
}

.icon-close:before {
  content: "\e994";
}

.icon-next:before {
  content: "\e995";
}

.icon-previous:before {
  content: "\e996";
}

.icon-check1:before {
  content: "\e997";
}

.icon-user1:before {
  content: "\e998";
}

.icon-logout:before {
  content: "\e999";
}

.icon-cart:before {
  content: "\e99a";
}

.icon-cart-2:before {
  content: "\e99b";
}

.icon-credit-card:before {
  content: "\e99c";
}

.icon-lock1:before {
  content: "\e99d";
}

.icon-calendar1:before {
  content: "\e99e";
}

.icon-question-mark:before {
  content: "\e99f";
}

.icon-arrow-up:before {
  content: "\e9a0";
}

.icon-arrow-down:before {
  content: "\e9a1";
}

.icon-new-arrow-2-down:before {
  content: "\e9a2";
}

.icon-new-arrow-2-up:before {
  content: "\e9a3";
}

.icon-new-hamburger:before {
  content: "\e9a4";
}

.icon-new-play:before {
  content: "\e9a5";
}

.icon-new-flag:before {
  content: "\e9a6";
}

.icon-new-pencil:before {
  content: "\e9a7";
}

.icon-new-search:before {
  content: "\e9a8";
}

.icon-new-tick:before {
  content: "\e9a9";
}

.icon-new-hearth-outline:before {
  content: "\e9aa";
}

.icon-new-hearth:before {
  content: "\e9ab";
}

.icon-new-share1:before {
  content: "\e9ac";
}

.icon-new-close:before {
  content: "\e9ad";
}

.icon-new-conversation:before {
  content: "\e9ae";
}

.icon-new-download:before {
  content: "\e9af";
}

.icon-new-share:before {
  content: "\e9b0";
}

.icon-new-thin-plus:before {
  content: "\e9b1";
}

.icon-new-layout-list:before {
  content: "\e9b2";
}

.icon-new-cover-arrow:before {
  content: "\e9b3";
}

.icon-new-arrow-down:before {
  content: "\e9b4";
}

.icon-new-arrow-up:before {
  content: "\e9b5";
}

.icon-new-arrow-right:before {
  content: "\e9b6";
}

.icon-new-arrow-left:before {
  content: "\e9b7";
}

.icon-new-layout-grid:before {
  content: "\e9b8";
}

.icon-new-message:before {
  content: "\e9b9";
}

.icon-new-pasue:before {
  content: "\e9ba";
}

.icon-new-bell:before {
  content: "\e9bb";
}

.icon-google-plus-logo:before {
  content: "\e9bc";
}

.icon-instagram-logo:before {
  content: "\e9bd";
}

.icon-facebook-logo:before {
  content: "\e9be";
}

.icon-tweeter-logo:before {
  content: "\e9bf";
}

.icon-new-visible:before {
  content: "\e9c0";
}

.icon-p-sounds:before {
  content: "\e9c1";
}

.icon-p-storage:before {
  content: "\e9c2";
}

.icon-p-record:before {
  content: "\e9c3";
}

.icon-p-library:before {
  content: "\e9c4";
}

.icon-google-logo:before {
  content: "\e9c5";
}

.icon-new-pencil-edit:before {
  content: "\e9c6";
}

.icon-log_out:before {
  content: "\e9c7";
}

.icon-account:before {
  content: "\e9c8";
}

.icon-success-validation:before {
  content: "\e9c9";
}

.icon-warning:before {
  content: "\e9ca";
}

.icon-image:before {
  content: "\e9cb";
}

.icon-flash:before {
  content: "\e9cc";
}

.icon-star:before {
  content: "\e9cd";
}

.icon-import:before {
  content: "\e9ce";
}

.icon-sounds:before {
  content: "\e9cf";
}

.icon-automation1:before {
  content: "\e9d0";
}

.icon-projects:before {
  content: "\e9d1";
}

.icon-mail:before {
  content: "\e9d2";
}

.icon-light-bulb:before {
  content: "\e9d3";
}

.icon-trophy:before {
  content: "\e9d4";
}

.icon-soundation:before {
  content: "\e9d5";
}

.icon-instagram2021:before {
  content: "\e9d6";
}

.icon-youtube2021:before {
  content: "\e9d7";
}

.icon-discord:before {
  content: "\e9d8";
}

.icon-open-in-new-window1:before {
  content: "\e9d9";
}

.icon-round-warning:before {
  content: "\e9da";
}

.icon-Collab-2:before {
  content: "\e9db";
}

.icon-Speaker1:before {
  content: "\e9dc";
}

.icon-User:before {
  content: "\e9dd";
}

.icon-Project-file:before {
  content: "\e9de";
}

.icon-Keys-or-notes:before {
  content: "\e9df";
}

.icon-Audio-sample:before {
  content: "\e9e0";
}

.icon-Video:before {
  content: "\e9e1";
}

.icon-Home-ver-2:before {
  content: "\e9e2";
}

.icon-academy:before {
  content: "\e900";
}

.icon-audio:before {
  content: "\e901";
}

.icon-automation:before {
  content: "\e902";
}

.icon-beatmaker:before {
  content: "\e903";
}

.icon-calendar:before {
  content: "\e904";
}

.icon-cancel:before {
  content: "\e905";
}

.icon-card:before {
  content: "\e906";
}

.icon-chat:before {
  content: "\e907";
}

.icon-check:before {
  content: "\e908";
}

.icon-collaborate:before {
  content: "\e909";
}

.icon-comment:before {
  content: "\e90a";
}

.icon-cut:before {
  content: "\e90b";
}

.icon-dots-menu:before {
  content: "\e90c";
}

.icon-download:before {
  content: "\e90d";
}

.icon-duplicate:before {
  content: "\e90e";
}

.icon-effects:before {
  content: "\e90f";
}

.icon-e-mail:before {
  content: "\e910";
}

.icon-error:before {
  content: "\e911";
}

.icon-exit:before {
  content: "\e912";
}

.icon-export:before {
  content: "\e913";
}

.icon-files:before {
  content: "\e914";
}

.icon-filter:before {
  content: "\e915";
}

.icon-fullscreen:before {
  content: "\e916";
}

.icon-grid-menu:before {
  content: "\e917";
}

.icon-hamburger-menu:before {
  content: "\e918";
}

.icon-hide-comments:before {
  content: "\e919";
}

.icon-key:before {
  content: "\e91a";
}

.icon-keyboard:before {
  content: "\e91b";
}

.icon-library:before {
  content: "\e91c";
}

.icon-link:before {
  content: "\e91d";
}

.icon-list-menu:before {
  content: "\e91e";
}

.icon-lock:before {
  content: "\e91f";
}

.icon-master:before {
  content: "\e920";
}

.icon-midi:before {
  content: "\e921";
}

.icon-minus:before {
  content: "\e922";
}

.icon-mouse-cursor:before {
  content: "\e923";
}

.icon-notification:before {
  content: "\e924";
}

.icon-open-in-new-window:before {
  content: "\e925";
}

.icon-pen:before {
  content: "\e926";
}

.icon-plus:before {
  content: "\e927";
}

.icon-power:before {
  content: "\e928";
}

.icon-redo:before {
  content: "\e929";
}

.icon-restore:before {
  content: "\e92a";
}

.icon-save:before {
  content: "\e92b";
}

.icon-send-sharp:before {
  content: "\e92c";
}

.icon-send-straight:before {
  content: "\e92d";
}

.icon-shop:before {
  content: "\e92e";
}

.icon-stretch:before {
  content: "\e92f";
}

.icon-stretch-pitch:before {
  content: "\e930";
}

.icon-stretch-time:before {
  content: "\e931";
}

.icon-support:before {
  content: "\e932";
}

.icon-sync-playback:before {
  content: "\e933";
}

.icon-time-travel:before {
  content: "\e934";
}

.icon-transport-back:before {
  content: "\e935";
}

.icon-transport-loop:before {
  content: "\e936";
}

.icon-transport-metronome:before {
  content: "\e937";
}

.icon-transport-pause:before {
  content: "\e938";
}

.icon-transport-play:before {
  content: "\e939";
}

.icon-transport-record:before {
  content: "\e93a";
}

.icon-transport-stop:before {
  content: "\e93b";
}

.icon-trash:before {
  content: "\e93c";
}

.icon-undo:before {
  content: "\e93d";
}

.icon-user:before {
  content: "\e93e";
}

.icon-velocity:before {
  content: "\e93f";
}

.icon-video:before {
  content: "\e940";
}

.icon-voice-message:before {
  content: "\e941";
}

.icon-wave-saw-down:before {
  content: "\e942";
}

.icon-wave-saw-up:before {
  content: "\e943";
}

.icon-wave-sin:before {
  content: "\e944";
}

.icon-wave-square:before {
  content: "\e945";
}

.icon-wave-triangle:before {
  content: "\e946";
}

.icon-audio-file:before {
  content: "\e947";
}

.icon-instrument:before {
  content: "\e948";
}

.icon-midi-file:before {
  content: "\e949";
}

.icon-search:before {
  content: "\e94a";
}

.icon-star-outline:before {
  content: "\e94b";
}

.icon-star-solid:before {
  content: "\e94c";
}

.icon-upload:before {
  content: "\e94d";
}

.icon-collaborate-alt:before {
  content: "\e94e";
}

.icon-files-fail:before {
  content: "\e94f";
}

.icon-info:before {
  content: "\e950";
}

.icon-virtual-instrument:before {
  content: "\e951";
}

.icon-outlined-heart:before {
  content: "\e952";
}

.icon-lightbulb:before {
  content: "\e953";
}

.icon-share:before {
  content: "\e954";
}

.icon-globe:before {
  content: "\e955";
}

.icon-Duplicate:before {
  content: "\e956";
}

.icon-share-play-only-link:before {
  content: "\e957";
}

.icon-template:before {
  content: "\e958";
}

.icon-project-file:before {
  content: "\e959";
}

.icon-checkmark-with-circle:before {
  content: "\e95a";
}

.icon-rolls:before {
  content: "\e95b";
}

.icon-mute:before {
  content: "\e95c";
}

.icon-solo:before {
  content: "\e95d";
}

.icon-small-down:before {
  content: "\e95e";
}

.icon-keys-or-notes:before {
  content: "\e95f";
}

.icon-loop-backward:before {
  content: "\e960";
}

.icon-loop-forward:before {
  content: "\e961";
}

.icon-small-left:before {
  content: "\e962";
}

.icon-small-right:before {
  content: "\e963";
}

.icon-envelope-or-adsr:before {
  content: "\e964";
}

.icon-poly:before {
  content: "\e965";
}

.icon-loop-backward-alt:before {
  content: "\e966";
}

.icon-loop-forward-alt:before {
  content: "\e967";
}

.icon-legato:before {
  content: "\e968";
}

.icon-no-loop:before {
  content: "\e969";
}

.icon-arrow-backwards:before {
  content: "\e96a";
}

.icon-arrow-both-directions:before {
  content: "\e96b";
}

.icon-arrow-forward:before {
  content: "\e96c";
}

.icon-release-end:before {
  content: "\e96d";
}

.icon-randomize-arrows:before {
  content: "\e96e";
}

.icon-pitch:before {
  content: "\e96f";
}

.icon-Speaker:before {
  content: "\e970";
}

.icon-Audio-sample-edit:before {
  content: "\e971";
}

.icon-Audio-sample-failed:before {
  content: "\e972";
}

.icon-Echo-cancel:before {
  content: "\e973";
}

.icon-Microphone:before {
  content: "\e974";
}

.icon-Shape:before {
  content: "\e975";
}

.icon-Audio-sample-loop:before {
  content: "\e976";
}

.icon-magic-note:before {
  content: "\e977";
}

.icon-Members:before {
  content: "\e9e3";
}

.icon-New-project:before {
  content: "\e9e4";
}

.icon-Block:before {
  content: "\e9e5";
}

.icon-Favorite:before {
  content: "\e9e6";
}

.icon-Comments:before {
  content: "\e9e7";
}

.icon-Play-outline:before {
  content: "\e9e8";
}

.icon-Share:before {
  content: "\e9e9";
}

.icon-Favorite-solid:before {
  content: "\e9ea";
}

.icon-Image-new:before {
  content: "\e9eb";
}

.icon-Sofa:before {
  content: "\e9ec";
}

.icon-Log-in:before {
  content: "\e9ed";
}

.icon-Add-user:before {
  content: "\e9ee";
}

.icon-Plans:before {
  content: "\e9ef";
}

.icon-MyPage:before {
  content: "\e9f0";
}

.icon-Eye-hide:before {
  content: "\e9f1";
}

.icon-Cog:before {
  content: "\e9f2";
}

.icon-Effects-exploration-2:before {
  content: "\e9f3";
}

.icon-Rocket:before {
  content: "\e9f4";
}

.icon-Community:before {
  content: "\e9f5";
}

.icon-Beatmaking:before {
  content: "\e9f6";
}

.icon-Knobs:before {
  content: "\e9f7";
}

.icon-Clock:before {
  content: "\e9f8";
}

.icon-Duplicate-ver-2:before {
  content: "\e9f9";
}

:export {
  breakVLarge: 1550px;
  breakLarge: 1260px;
  breakMedium: 1020px;
  breakSmall: 668px;
  containerLarge: 1140px;
  containerMedium: 940px;
  containerSmall: 620px;
  containerMobile: 100%;
  orange: #f97f00;
  orange2: #f83600;
  orangeDark: #881f00;
  red: #d50000;
  greenColor: #66ab23;
  facebook: #0025ff;
  google: #f60;
  twitter: #55acee;
  youtube: red;
  tumblr: #35465c;
  white: #fff;
  black: #000;
  grey-1: #f5f5f5;
  grey-2: #ececec;
  grey-3: #c6c6c5;
  grey-4: #9c9b9b;
  grey-4-1: #8c8c8c;
  grey-5: #6f6f6e;
  grey-6: #3c3c3b;
  grey-6-1: #373737;
  grey-7: #9f9e9e;
  grey-8: #282828;
  grey-9: #1d1d1d;
  grey-10: #c3c3c3;
  grey-25: #252525;
  grey-27: #272727;
  grey-3c: #3c3c3c;
  grey-6a: #6a6a69;
  grey-6f: #6f6f6f;
  grey-82: #828181;
  grey-97: #979797;
  grey-9c: #9c9b9b;
  grey-a7: #a7a7a6;
  grey-c6: #c6c6c5;
  grey-d8: #d8d8d7;
  grey-dd: #dddddc;
  grey-33: #333;
  extra-light-element: rgba(255, 255, 255, 0.2);
  light-element: rgba(255, 255, 255, 0.12);
  subtle-light-element: rgba(255, 255, 255, 0.07);
  dark-element: rgba(0, 0, 0, 0.2);
  disabled-opacity: 0.38;
  disabled: rgba(255, 255, 255, 0.38);
  klein: #0025ff;
  orange: #f60;
  ocean: #41ead4;
  lilac: #6535f5;
  yellow: #ffce36;
  yellow-deep: #ffcd00;
  green: #41ead4;
  green-2: #2cdd78;
  red: red;
  danger: #f53535;
  header1: 72px;
  header2: 40px;
  header3: 36px;
  header4: 25px;
  header5: 18px;
  header6: 13px;
  subHeaderSmall: 13px;
  paragraph: 18px;
  paragraphSmall: 15px;
  menuHeight: 56px;
  menuMobileHeight: 56px;
  menuBorder: 2px;
  containerPaddingMobile: 15px;
}

:export {
  breakVLarge: 1550px;
  breakLarge: 1260px;
  breakMedium: 1020px;
  breakSmall: 668px;
  containerLarge: 1140px;
  containerMedium: 940px;
  containerSmall: 620px;
  containerMobile: 100%;
  orange: #f97f00;
  orange2: #f83600;
  orangeDark: #881f00;
  red: #d50000;
  greenColor: #66ab23;
  facebook: #0025ff;
  google: #f60;
  twitter: #55acee;
  youtube: red;
  tumblr: #35465c;
  white: #fff;
  black: #000;
  grey-1: #f5f5f5;
  grey-2: #ececec;
  grey-3: #c6c6c5;
  grey-4: #9c9b9b;
  grey-4-1: #8c8c8c;
  grey-5: #6f6f6e;
  grey-6: #3c3c3b;
  grey-6-1: #373737;
  grey-7: #9f9e9e;
  grey-8: #282828;
  grey-9: #1d1d1d;
  grey-10: #c3c3c3;
  grey-25: #252525;
  grey-27: #272727;
  grey-3c: #3c3c3c;
  grey-6a: #6a6a69;
  grey-6f: #6f6f6f;
  grey-82: #828181;
  grey-97: #979797;
  grey-9c: #9c9b9b;
  grey-a7: #a7a7a6;
  grey-c6: #c6c6c5;
  grey-d8: #d8d8d7;
  grey-dd: #dddddc;
  grey-33: #333;
  extra-light-element: rgba(255, 255, 255, 0.2);
  light-element: rgba(255, 255, 255, 0.12);
  subtle-light-element: rgba(255, 255, 255, 0.07);
  dark-element: rgba(0, 0, 0, 0.2);
  disabled-opacity: 0.38;
  disabled: rgba(255, 255, 255, 0.38);
  klein: #0025ff;
  orange: #f60;
  ocean: #41ead4;
  lilac: #6535f5;
  yellow: #ffce36;
  yellow-deep: #ffcd00;
  green: #41ead4;
  green-2: #2cdd78;
  red: red;
  danger: #f53535;
  header1: 72px;
  header2: 40px;
  header3: 36px;
  header4: 25px;
  header5: 18px;
  header6: 13px;
  subHeaderSmall: 13px;
  paragraph: 18px;
  paragraphSmall: 15px;
  menuHeight: 56px;
  menuMobileHeight: 56px;
  menuBorder: 2px;
  containerPaddingMobile: 15px;
}

@keyframes glitch-anim {
  0% {
    clip-path: polygon(0 47%, 100% 47%, 100% 82%, 0 82%);
  }
  4.1666666667% {
    clip-path: polygon(0 77%, 100% 77%, 100% 85%, 0 85%);
  }
  8.3333333333% {
    clip-path: polygon(0 33%, 100% 33%, 100% 27%, 0 27%);
  }
  12.5% {
    clip-path: polygon(0 88%, 100% 88%, 100% 33%, 0 33%);
  }
  16.6666666667% {
    clip-path: polygon(0 62%, 100% 62%, 100% 8%, 0 8%);
  }
  20.8333333333% {
    clip-path: polygon(0 21%, 100% 21%, 100% 36%, 0 36%);
  }
  25% {
    clip-path: polygon(0 48%, 100% 48%, 100% 20%, 0 20%);
  }
  29.1666666667% {
    clip-path: polygon(0 31%, 100% 31%, 100% 92%, 0 92%);
  }
  33.3333333333% {
    clip-path: polygon(0 32%, 100% 32%, 100% 31%, 0 31%);
  }
  37.5% {
    clip-path: polygon(0 79%, 100% 79%, 100% 32%, 0 32%);
  }
  41.6666666667% {
    clip-path: polygon(0 98%, 100% 98%, 100% 12%, 0 12%);
  }
  45.8333333333% {
    clip-path: polygon(0 43%, 100% 43%, 100% 96%, 0 96%);
  }
  50% {
    clip-path: polygon(0 78%, 100% 78%, 100% 23%, 0 23%);
  }
  54.1666666667% {
    clip-path: polygon(0 53%, 100% 53%, 100% 27%, 0 27%);
  }
  58.3333333333% {
    clip-path: polygon(0 61%, 100% 61%, 100% 66%, 0 66%);
  }
  62.5% {
    clip-path: polygon(0 45%, 100% 45%, 100% 16%, 0 16%);
  }
  66.6666666667% {
    clip-path: polygon(0 99%, 100% 99%, 100% 54%, 0 54%);
  }
  70.8333333333% {
    clip-path: polygon(0 99%, 100% 99%, 100% 93%, 0 93%);
  }
  75% {
    clip-path: polygon(0 4%, 100% 4%, 100% 85%, 0 85%);
  }
  79.1666666667% {
    clip-path: polygon(0 9%, 100% 9%, 100% 54%, 0 54%);
  }
  83.3333333333% {
    clip-path: polygon(0 95%, 100% 95%, 100% 23%, 0 23%);
  }
  87.5% {
    clip-path: polygon(0 57%, 100% 57%, 100% 33%, 0 33%);
  }
  91.6666666667% {
    clip-path: polygon(0 9%, 100% 9%, 100% 89%, 0 89%);
  }
  95.8333333333% {
    clip-path: polygon(0 14%, 100% 14%, 100% 24%, 0 24%);
  }
  100% {
    clip-path: polygon(0 88%, 100% 88%, 100% 11%, 0 11%);
  }
}
@keyframes glitch-anim-2 {
  6.6666666667% {
    clip-path: polygon(0 94%, 100% 94%, 100% 52%, 0 52%);
  }
  10% {
    clip-path: polygon(0 64%, 100% 64%, 100% 34%, 0 34%);
  }
  13.3333333333% {
    clip-path: polygon(0 48%, 100% 48%, 100% 19%, 0 19%);
  }
  16.6666666667% {
    clip-path: polygon(0 34%, 100% 34%, 100% 69%, 0 69%);
  }
  20% {
    clip-path: polygon(0 1%, 100% 1%, 100% 88%, 0 88%);
  }
  23.3333333333% {
    clip-path: polygon(0 57%, 100% 57%, 100% 74%, 0 74%);
  }
  26.6666666667% {
    clip-path: polygon(0 2%, 100% 2%, 100% 87%, 0 87%);
  }
  30% {
    clip-path: polygon(0 44%, 100% 44%, 100% 34%, 0 34%);
  }
  33.3333333333% {
    clip-path: polygon(0 30%, 100% 30%, 100% 51%, 0 51%);
  }
  36.6666666667% {
    clip-path: polygon(0 8%, 100% 8%, 100% 38%, 0 38%);
  }
  40% {
    clip-path: polygon(0 50%, 100% 50%, 100% 42%, 0 42%);
  }
  43.3333333333% {
    clip-path: polygon(0 99%, 100% 99%, 100% 36%, 0 36%);
  }
  46.6666666667% {
    clip-path: polygon(0 8%, 100% 8%, 100% 79%, 0 79%);
  }
  50% {
    clip-path: polygon(0 60%, 100% 60%, 100% 47%, 0 47%);
  }
  53.3333333333% {
    clip-path: polygon(0 91%, 100% 91%, 100% 86%, 0 86%);
  }
  56.6666666667% {
    clip-path: polygon(0 83%, 100% 83%, 100% 23%, 0 23%);
  }
  60% {
    clip-path: polygon(0 71%, 100% 71%, 100% 78%, 0 78%);
  }
  63.3333333333% {
    clip-path: polygon(0 20%, 100% 20%, 100% 64%, 0 64%);
  }
  66.6666666667% {
    clip-path: polygon(0 94%, 100% 94%, 100% 72%, 0 72%);
  }
  70% {
    clip-path: polygon(0 40%, 100% 40%, 100% 94%, 0 94%);
  }
  73.3333333333% {
    clip-path: polygon(0 33%, 100% 33%, 100% 78%, 0 78%);
  }
  76.6666666667% {
    clip-path: polygon(0 36%, 100% 36%, 100% 38%, 0 38%);
  }
  80% {
    clip-path: polygon(0 25%, 100% 25%, 100% 23%, 0 23%);
  }
  83.3333333333% {
    clip-path: polygon(0 66%, 100% 66%, 100% 91%, 0 91%);
  }
  86.6666666667% {
    clip-path: polygon(0 27%, 100% 27%, 100% 31%, 0 31%);
  }
  90% {
    clip-path: polygon(0 48%, 100% 48%, 100% 60%, 0 60%);
  }
  93.3333333333% {
    clip-path: polygon(0 90%, 100% 90%, 100% 72%, 0 72%);
  }
  96.6666666667% {
    clip-path: polygon(0 4%, 100% 4%, 100% 73%, 0 73%);
  }
  100% {
    clip-path: polygon(0 79%, 100% 79%, 100% 6%, 0 6%);
  }
}
:export {
  breakVLarge: 1550px;
  breakLarge: 1260px;
  breakMedium: 1020px;
  breakSmall: 668px;
  containerLarge: 1140px;
  containerMedium: 940px;
  containerSmall: 620px;
  containerMobile: 100%;
  orange: #f97f00;
  orange2: #f83600;
  orangeDark: #881f00;
  red: #d50000;
  greenColor: #66ab23;
  facebook: #0025ff;
  google: #f60;
  twitter: #55acee;
  youtube: red;
  tumblr: #35465c;
  white: #fff;
  black: #000;
  grey-1: #f5f5f5;
  grey-2: #ececec;
  grey-3: #c6c6c5;
  grey-4: #9c9b9b;
  grey-4-1: #8c8c8c;
  grey-5: #6f6f6e;
  grey-6: #3c3c3b;
  grey-6-1: #373737;
  grey-7: #9f9e9e;
  grey-8: #282828;
  grey-9: #1d1d1d;
  grey-10: #c3c3c3;
  grey-25: #252525;
  grey-27: #272727;
  grey-3c: #3c3c3c;
  grey-6a: #6a6a69;
  grey-6f: #6f6f6f;
  grey-82: #828181;
  grey-97: #979797;
  grey-9c: #9c9b9b;
  grey-a7: #a7a7a6;
  grey-c6: #c6c6c5;
  grey-d8: #d8d8d7;
  grey-dd: #dddddc;
  grey-33: #333;
  extra-light-element: rgba(255, 255, 255, 0.2);
  light-element: rgba(255, 255, 255, 0.12);
  subtle-light-element: rgba(255, 255, 255, 0.07);
  dark-element: rgba(0, 0, 0, 0.2);
  disabled-opacity: 0.38;
  disabled: rgba(255, 255, 255, 0.38);
  klein: #0025ff;
  orange: #f60;
  ocean: #41ead4;
  lilac: #6535f5;
  yellow: #ffce36;
  yellow-deep: #ffcd00;
  green: #41ead4;
  green-2: #2cdd78;
  red: red;
  danger: #f53535;
  header1: 72px;
  header2: 40px;
  header3: 36px;
  header4: 25px;
  header5: 18px;
  header6: 13px;
  subHeaderSmall: 13px;
  paragraph: 18px;
  paragraphSmall: 15px;
  menuHeight: 56px;
  menuMobileHeight: 56px;
  menuBorder: 2px;
  containerPaddingMobile: 15px;
}

:export {
  breakVLarge: 1550px;
  breakLarge: 1260px;
  breakMedium: 1020px;
  breakSmall: 668px;
  containerLarge: 1140px;
  containerMedium: 940px;
  containerSmall: 620px;
  containerMobile: 100%;
  orange: #f97f00;
  orange2: #f83600;
  orangeDark: #881f00;
  red: #d50000;
  greenColor: #66ab23;
  facebook: #0025ff;
  google: #f60;
  twitter: #55acee;
  youtube: red;
  tumblr: #35465c;
  white: #fff;
  black: #000;
  grey-1: #f5f5f5;
  grey-2: #ececec;
  grey-3: #c6c6c5;
  grey-4: #9c9b9b;
  grey-4-1: #8c8c8c;
  grey-5: #6f6f6e;
  grey-6: #3c3c3b;
  grey-6-1: #373737;
  grey-7: #9f9e9e;
  grey-8: #282828;
  grey-9: #1d1d1d;
  grey-10: #c3c3c3;
  grey-25: #252525;
  grey-27: #272727;
  grey-3c: #3c3c3c;
  grey-6a: #6a6a69;
  grey-6f: #6f6f6f;
  grey-82: #828181;
  grey-97: #979797;
  grey-9c: #9c9b9b;
  grey-a7: #a7a7a6;
  grey-c6: #c6c6c5;
  grey-d8: #d8d8d7;
  grey-dd: #dddddc;
  grey-33: #333;
  extra-light-element: rgba(255, 255, 255, 0.2);
  light-element: rgba(255, 255, 255, 0.12);
  subtle-light-element: rgba(255, 255, 255, 0.07);
  dark-element: rgba(0, 0, 0, 0.2);
  disabled-opacity: 0.38;
  disabled: rgba(255, 255, 255, 0.38);
  klein: #0025ff;
  orange: #f60;
  ocean: #41ead4;
  lilac: #6535f5;
  yellow: #ffce36;
  yellow-deep: #ffcd00;
  green: #41ead4;
  green-2: #2cdd78;
  red: red;
  danger: #f53535;
  header1: 72px;
  header2: 40px;
  header3: 36px;
  header4: 25px;
  header5: 18px;
  header6: 13px;
  subHeaderSmall: 13px;
  paragraph: 18px;
  paragraphSmall: 15px;
  menuHeight: 56px;
  menuMobileHeight: 56px;
  menuBorder: 2px;
  containerPaddingMobile: 15px;
}

@keyframes glitch-anim {
  0% {
    clip-path: polygon(0 71%, 100% 71%, 100% 58%, 0 58%);
  }
  4.1666666667% {
    clip-path: polygon(0 54%, 100% 54%, 100% 37%, 0 37%);
  }
  8.3333333333% {
    clip-path: polygon(0 14%, 100% 14%, 100% 16%, 0 16%);
  }
  12.5% {
    clip-path: polygon(0 13%, 100% 13%, 100% 77%, 0 77%);
  }
  16.6666666667% {
    clip-path: polygon(0 10%, 100% 10%, 100% 63%, 0 63%);
  }
  20.8333333333% {
    clip-path: polygon(0 74%, 100% 74%, 100% 90%, 0 90%);
  }
  25% {
    clip-path: polygon(0 74%, 100% 74%, 100% 46%, 0 46%);
  }
  29.1666666667% {
    clip-path: polygon(0 97%, 100% 97%, 100% 88%, 0 88%);
  }
  33.3333333333% {
    clip-path: polygon(0 6%, 100% 6%, 100% 25%, 0 25%);
  }
  37.5% {
    clip-path: polygon(0 98%, 100% 98%, 100% 78%, 0 78%);
  }
  41.6666666667% {
    clip-path: polygon(0 92%, 100% 92%, 100% 26%, 0 26%);
  }
  45.8333333333% {
    clip-path: polygon(0 62%, 100% 62%, 100% 40%, 0 40%);
  }
  50% {
    clip-path: polygon(0 5%, 100% 5%, 100% 61%, 0 61%);
  }
  54.1666666667% {
    clip-path: polygon(0 78%, 100% 78%, 100% 50%, 0 50%);
  }
  58.3333333333% {
    clip-path: polygon(0 11%, 100% 11%, 100% 5%, 0 5%);
  }
  62.5% {
    clip-path: polygon(0 26%, 100% 26%, 100% 38%, 0 38%);
  }
  66.6666666667% {
    clip-path: polygon(0 74%, 100% 74%, 100% 84%, 0 84%);
  }
  70.8333333333% {
    clip-path: polygon(0 70%, 100% 70%, 100% 32%, 0 32%);
  }
  75% {
    clip-path: polygon(0 74%, 100% 74%, 100% 70%, 0 70%);
  }
  79.1666666667% {
    clip-path: polygon(0 90%, 100% 90%, 100% 94%, 0 94%);
  }
  83.3333333333% {
    clip-path: polygon(0 22%, 100% 22%, 100% 19%, 0 19%);
  }
  87.5% {
    clip-path: polygon(0 43%, 100% 43%, 100% 29%, 0 29%);
  }
  91.6666666667% {
    clip-path: polygon(0 75%, 100% 75%, 100% 15%, 0 15%);
  }
  95.8333333333% {
    clip-path: polygon(0 30%, 100% 30%, 100% 90%, 0 90%);
  }
  100% {
    clip-path: polygon(0 3%, 100% 3%, 100% 88%, 0 88%);
  }
}
@keyframes glitch-anim-2 {
  6.6666666667% {
    clip-path: polygon(0 42%, 100% 42%, 100% 20%, 0 20%);
  }
  10% {
    clip-path: polygon(0 36%, 100% 36%, 100% 59%, 0 59%);
  }
  13.3333333333% {
    clip-path: polygon(0 51%, 100% 51%, 100% 25%, 0 25%);
  }
  16.6666666667% {
    clip-path: polygon(0 86%, 100% 86%, 100% 68%, 0 68%);
  }
  20% {
    clip-path: polygon(0 41%, 100% 41%, 100% 26%, 0 26%);
  }
  23.3333333333% {
    clip-path: polygon(0 24%, 100% 24%, 100% 30%, 0 30%);
  }
  26.6666666667% {
    clip-path: polygon(0 26%, 100% 26%, 100% 43%, 0 43%);
  }
  30% {
    clip-path: polygon(0 40%, 100% 40%, 100% 9%, 0 9%);
  }
  33.3333333333% {
    clip-path: polygon(0 70%, 100% 70%, 100% 86%, 0 86%);
  }
  36.6666666667% {
    clip-path: polygon(0 98%, 100% 98%, 100% 86%, 0 86%);
  }
  40% {
    clip-path: polygon(0 41%, 100% 41%, 100% 43%, 0 43%);
  }
  43.3333333333% {
    clip-path: polygon(0 14%, 100% 14%, 100% 68%, 0 68%);
  }
  46.6666666667% {
    clip-path: polygon(0 27%, 100% 27%, 100% 60%, 0 60%);
  }
  50% {
    clip-path: polygon(0 23%, 100% 23%, 100% 42%, 0 42%);
  }
  53.3333333333% {
    clip-path: polygon(0 40%, 100% 40%, 100% 46%, 0 46%);
  }
  56.6666666667% {
    clip-path: polygon(0 49%, 100% 49%, 100% 39%, 0 39%);
  }
  60% {
    clip-path: polygon(0 96%, 100% 96%, 100% 50%, 0 50%);
  }
  63.3333333333% {
    clip-path: polygon(0 65%, 100% 65%, 100% 68%, 0 68%);
  }
  66.6666666667% {
    clip-path: polygon(0 53%, 100% 53%, 100% 25%, 0 25%);
  }
  70% {
    clip-path: polygon(0 34%, 100% 34%, 100% 28%, 0 28%);
  }
  73.3333333333% {
    clip-path: polygon(0 82%, 100% 82%, 100% 7%, 0 7%);
  }
  76.6666666667% {
    clip-path: polygon(0 39%, 100% 39%, 100% 9%, 0 9%);
  }
  80% {
    clip-path: polygon(0 91%, 100% 91%, 100% 41%, 0 41%);
  }
  83.3333333333% {
    clip-path: polygon(0 84%, 100% 84%, 100% 91%, 0 91%);
  }
  86.6666666667% {
    clip-path: polygon(0 16%, 100% 16%, 100% 88%, 0 88%);
  }
  90% {
    clip-path: polygon(0 73%, 100% 73%, 100% 45%, 0 45%);
  }
  93.3333333333% {
    clip-path: polygon(0 55%, 100% 55%, 100% 57%, 0 57%);
  }
  96.6666666667% {
    clip-path: polygon(0 67%, 100% 67%, 100% 79%, 0 79%);
  }
  100% {
    clip-path: polygon(0 39%, 100% 39%, 100% 52%, 0 52%);
  }
}
.pfx-community-layout {
  display: flex;
  min-height: 100vh;
  min-height: 100dvh;
  max-height: 100vh;
  max-height: 100dvh;
  background-color: #1d1d1d;
}

.pfx-community-layout__container {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  min-height: 100%;
  width: 100%;
}

.pfx-community-layout__body {
  flex-grow: 1;
  flex-basis: 0;
  display: flex;
  flex-direction: row;
  overflow: hidden;
  padding: 0;
}

@media (min-width: 720px) {
  .pfx-community-layout__body {
    padding: 24px 0;
  }
}
@media (max-width: 719px) {
  .pfx-community-layout__body:has([data-react-class=Conversations]), .pfx-community-layout__body:has([data-react-class=Conversation]) {
    padding: 0;
  }
}
.pfx-community-layout__main {
  flex: 1 1;
  overflow-y: scroll;
  padding: 16px;
}

.pfx-community-layout__main::-webkit-scrollbar {
  width: thin;
  height: thin;
}

.pfx-community-layout__main::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.5);
}

.pfx-community-layout__main::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.pfx-community-layout__main {
  scrollbar-color: rgba(0, 0, 0, 0.5) rgba(0, 0, 0, 0);
}

@media (min-width: 720px) {
  .pfx-community-layout__main {
    padding: 0 24px 0 32px;
  }
}
.pfx-community-layout__main-center-container {
  display: flex;
  justify-content: center;
  height: auto;
}

.pfx-community-layout__main-center-container:has([data-react-class=Conversations]), .pfx-community-layout__main-center-container:has([data-react-class=Conversation]) {
  height: 100%;
}

@media (min-width: 720px) {
  .pfx-community-layout__main-center-container {
    height: 100%;
  }
}
.pfx-community-layout__main-content-container {
  height: 100%;
  width: 100%;
  line-height: 16px;
}

@media (min-width: 720px) {
  .pfx-community-layout__main-content-container {
    max-width: 1940px;
  }
}
.pfx-community-layout__main-content-container [data-react-class=CommunityNewsItemPage], .pfx-community-layout__main-content-container [data-react-class=Conversations], .pfx-community-layout__main-content-container [data-react-class=Conversation], .pfx-community-layout__main-content-container [data-react-class=EditProfile], .pfx-community-layout__main-content-container [data-react-class=CommunityEditTrack], .pfx-community-layout__main-content-container [data-react-class=CommunityGroupForm] {
  height: 100%;
}

@media (max-width: 719px) {
  .pfx-community-layout__main-content-container:has([data-react-class=Conversations]), .pfx-community-layout__main-content-container:has([data-react-class=Conversation]) {
    overflow: visible;
  }
}
.pfx-community-layout__main-content-container [data-react-class=Conversation], .pfx-community-layout__main-content-container [data-react-class=Conversations] {
  overflow: hidden;
}

@media (max-width: 719px) {
  .pfx-community-layout__main-content-container [data-react-class=Conversations], .pfx-community-layout__main-content-container [data-react-class=Conversation] {
    overflow: visible !important;
    width: 100%;
    padding-top: 16px;
  }
}
.pfx-community-layout div[data-react-class=CommunitySidebar] {
  display: none;
}

@media (min-width: 720px) {
  .pfx-community-layout div[data-react-class=CommunitySidebar] {
    display: block;
    position: sticky;
  }
}
:export {
  breakVLarge: 1550px;
  breakLarge: 1260px;
  breakMedium: 1020px;
  breakSmall: 668px;
  containerLarge: 1140px;
  containerMedium: 940px;
  containerSmall: 620px;
  containerMobile: 100%;
  orange: #f97f00;
  orange2: #f83600;
  orangeDark: #881f00;
  red: #d50000;
  greenColor: #66ab23;
  facebook: #0025ff;
  google: #f60;
  twitter: #55acee;
  youtube: red;
  tumblr: #35465c;
  white: #fff;
  black: #000;
  grey-1: #f5f5f5;
  grey-2: #ececec;
  grey-3: #c6c6c5;
  grey-4: #9c9b9b;
  grey-4-1: #8c8c8c;
  grey-5: #6f6f6e;
  grey-6: #3c3c3b;
  grey-6-1: #373737;
  grey-7: #9f9e9e;
  grey-8: #282828;
  grey-9: #1d1d1d;
  grey-10: #c3c3c3;
  grey-25: #252525;
  grey-27: #272727;
  grey-3c: #3c3c3c;
  grey-6a: #6a6a69;
  grey-6f: #6f6f6f;
  grey-82: #828181;
  grey-97: #979797;
  grey-9c: #9c9b9b;
  grey-a7: #a7a7a6;
  grey-c6: #c6c6c5;
  grey-d8: #d8d8d7;
  grey-dd: #dddddc;
  grey-33: #333;
  extra-light-element: rgba(255, 255, 255, 0.2);
  light-element: rgba(255, 255, 255, 0.12);
  subtle-light-element: rgba(255, 255, 255, 0.07);
  dark-element: rgba(0, 0, 0, 0.2);
  disabled-opacity: 0.38;
  disabled: rgba(255, 255, 255, 0.38);
  klein: #0025ff;
  orange: #f60;
  ocean: #41ead4;
  lilac: #6535f5;
  yellow: #ffce36;
  yellow-deep: #ffcd00;
  green: #41ead4;
  green-2: #2cdd78;
  red: red;
  danger: #f53535;
  header1: 72px;
  header2: 40px;
  header3: 36px;
  header4: 25px;
  header5: 18px;
  header6: 13px;
  subHeaderSmall: 13px;
  paragraph: 18px;
  paragraphSmall: 15px;
  menuHeight: 56px;
  menuMobileHeight: 56px;
  menuBorder: 2px;
  containerPaddingMobile: 15px;
}

:export {
  breakVLarge: 1550px;
  breakLarge: 1260px;
  breakMedium: 1020px;
  breakSmall: 668px;
  containerLarge: 1140px;
  containerMedium: 940px;
  containerSmall: 620px;
  containerMobile: 100%;
  orange: #f97f00;
  orange2: #f83600;
  orangeDark: #881f00;
  red: #d50000;
  greenColor: #66ab23;
  facebook: #0025ff;
  google: #f60;
  twitter: #55acee;
  youtube: red;
  tumblr: #35465c;
  white: #fff;
  black: #000;
  grey-1: #f5f5f5;
  grey-2: #ececec;
  grey-3: #c6c6c5;
  grey-4: #9c9b9b;
  grey-4-1: #8c8c8c;
  grey-5: #6f6f6e;
  grey-6: #3c3c3b;
  grey-6-1: #373737;
  grey-7: #9f9e9e;
  grey-8: #282828;
  grey-9: #1d1d1d;
  grey-10: #c3c3c3;
  grey-25: #252525;
  grey-27: #272727;
  grey-3c: #3c3c3c;
  grey-6a: #6a6a69;
  grey-6f: #6f6f6f;
  grey-82: #828181;
  grey-97: #979797;
  grey-9c: #9c9b9b;
  grey-a7: #a7a7a6;
  grey-c6: #c6c6c5;
  grey-d8: #d8d8d7;
  grey-dd: #dddddc;
  grey-33: #333;
  extra-light-element: rgba(255, 255, 255, 0.2);
  light-element: rgba(255, 255, 255, 0.12);
  subtle-light-element: rgba(255, 255, 255, 0.07);
  dark-element: rgba(0, 0, 0, 0.2);
  disabled-opacity: 0.38;
  disabled: rgba(255, 255, 255, 0.38);
  klein: #0025ff;
  orange: #f60;
  ocean: #41ead4;
  lilac: #6535f5;
  yellow: #ffce36;
  yellow-deep: #ffcd00;
  green: #41ead4;
  green-2: #2cdd78;
  red: red;
  danger: #f53535;
  header1: 72px;
  header2: 40px;
  header3: 36px;
  header4: 25px;
  header5: 18px;
  header6: 13px;
  subHeaderSmall: 13px;
  paragraph: 18px;
  paragraphSmall: 15px;
  menuHeight: 56px;
  menuMobileHeight: 56px;
  menuBorder: 2px;
  containerPaddingMobile: 15px;
}

.pfx-video-block {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
}

.pfx-video-block__video {
  max-width: var(--video-max-width, unset);
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@supports (aspect-ratio: 1/1) {
  .pfx-video-block__video {
    aspect-ratio: var(--ar-numerator, 1)/var(--ar-denominator, 1);
  }
}
:export {
  breakVLarge: 1550px;
  breakLarge: 1260px;
  breakMedium: 1020px;
  breakSmall: 668px;
  containerLarge: 1140px;
  containerMedium: 940px;
  containerSmall: 620px;
  containerMobile: 100%;
  orange: #f97f00;
  orange2: #f83600;
  orangeDark: #881f00;
  red: #d50000;
  greenColor: #66ab23;
  facebook: #0025ff;
  google: #f60;
  twitter: #55acee;
  youtube: red;
  tumblr: #35465c;
  white: #fff;
  black: #000;
  grey-1: #f5f5f5;
  grey-2: #ececec;
  grey-3: #c6c6c5;
  grey-4: #9c9b9b;
  grey-4-1: #8c8c8c;
  grey-5: #6f6f6e;
  grey-6: #3c3c3b;
  grey-6-1: #373737;
  grey-7: #9f9e9e;
  grey-8: #282828;
  grey-9: #1d1d1d;
  grey-10: #c3c3c3;
  grey-25: #252525;
  grey-27: #272727;
  grey-3c: #3c3c3c;
  grey-6a: #6a6a69;
  grey-6f: #6f6f6f;
  grey-82: #828181;
  grey-97: #979797;
  grey-9c: #9c9b9b;
  grey-a7: #a7a7a6;
  grey-c6: #c6c6c5;
  grey-d8: #d8d8d7;
  grey-dd: #dddddc;
  grey-33: #333;
  extra-light-element: rgba(255, 255, 255, 0.2);
  light-element: rgba(255, 255, 255, 0.12);
  subtle-light-element: rgba(255, 255, 255, 0.07);
  dark-element: rgba(0, 0, 0, 0.2);
  disabled-opacity: 0.38;
  disabled: rgba(255, 255, 255, 0.38);
  klein: #0025ff;
  orange: #f60;
  ocean: #41ead4;
  lilac: #6535f5;
  yellow: #ffce36;
  yellow-deep: #ffcd00;
  green: #41ead4;
  green-2: #2cdd78;
  red: red;
  danger: #f53535;
  header1: 72px;
  header2: 40px;
  header3: 36px;
  header4: 25px;
  header5: 18px;
  header6: 13px;
  subHeaderSmall: 13px;
  paragraph: 18px;
  paragraphSmall: 15px;
  menuHeight: 56px;
  menuMobileHeight: 56px;
  menuBorder: 2px;
  containerPaddingMobile: 15px;
}

.pfx-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  background-color: rgba(0, 0, 0, 0);
  text-transform: uppercase;
  color: #9c9b9b;
}

.pfx-icon--hollow {
  border: none;
}

.pfx-icon--outline {
  color: #f97f00;
}

:export {
  breakVLarge: 1550px;
  breakLarge: 1260px;
  breakMedium: 1020px;
  breakSmall: 668px;
  containerLarge: 1140px;
  containerMedium: 940px;
  containerSmall: 620px;
  containerMobile: 100%;
  orange: #f97f00;
  orange2: #f83600;
  orangeDark: #881f00;
  red: #d50000;
  greenColor: #66ab23;
  facebook: #0025ff;
  google: #f60;
  twitter: #55acee;
  youtube: red;
  tumblr: #35465c;
  white: #fff;
  black: #000;
  grey-1: #f5f5f5;
  grey-2: #ececec;
  grey-3: #c6c6c5;
  grey-4: #9c9b9b;
  grey-4-1: #8c8c8c;
  grey-5: #6f6f6e;
  grey-6: #3c3c3b;
  grey-6-1: #373737;
  grey-7: #9f9e9e;
  grey-8: #282828;
  grey-9: #1d1d1d;
  grey-10: #c3c3c3;
  grey-25: #252525;
  grey-27: #272727;
  grey-3c: #3c3c3c;
  grey-6a: #6a6a69;
  grey-6f: #6f6f6f;
  grey-82: #828181;
  grey-97: #979797;
  grey-9c: #9c9b9b;
  grey-a7: #a7a7a6;
  grey-c6: #c6c6c5;
  grey-d8: #d8d8d7;
  grey-dd: #dddddc;
  grey-33: #333;
  extra-light-element: rgba(255, 255, 255, 0.2);
  light-element: rgba(255, 255, 255, 0.12);
  subtle-light-element: rgba(255, 255, 255, 0.07);
  dark-element: rgba(0, 0, 0, 0.2);
  disabled-opacity: 0.38;
  disabled: rgba(255, 255, 255, 0.38);
  klein: #0025ff;
  orange: #f60;
  ocean: #41ead4;
  lilac: #6535f5;
  yellow: #ffce36;
  yellow-deep: #ffcd00;
  green: #41ead4;
  green-2: #2cdd78;
  red: red;
  danger: #f53535;
  header1: 72px;
  header2: 40px;
  header3: 36px;
  header4: 25px;
  header5: 18px;
  header6: 13px;
  subHeaderSmall: 13px;
  paragraph: 18px;
  paragraphSmall: 15px;
  menuHeight: 56px;
  menuMobileHeight: 56px;
  menuBorder: 2px;
  containerPaddingMobile: 15px;
}

:export {
  breakVLarge: 1550px;
  breakLarge: 1260px;
  breakMedium: 1020px;
  breakSmall: 668px;
  containerLarge: 1140px;
  containerMedium: 940px;
  containerSmall: 620px;
  containerMobile: 100%;
  orange: #f97f00;
  orange2: #f83600;
  orangeDark: #881f00;
  red: #d50000;
  greenColor: #66ab23;
  facebook: #0025ff;
  google: #f60;
  twitter: #55acee;
  youtube: red;
  tumblr: #35465c;
  white: #fff;
  black: #000;
  grey-1: #f5f5f5;
  grey-2: #ececec;
  grey-3: #c6c6c5;
  grey-4: #9c9b9b;
  grey-4-1: #8c8c8c;
  grey-5: #6f6f6e;
  grey-6: #3c3c3b;
  grey-6-1: #373737;
  grey-7: #9f9e9e;
  grey-8: #282828;
  grey-9: #1d1d1d;
  grey-10: #c3c3c3;
  grey-25: #252525;
  grey-27: #272727;
  grey-3c: #3c3c3c;
  grey-6a: #6a6a69;
  grey-6f: #6f6f6f;
  grey-82: #828181;
  grey-97: #979797;
  grey-9c: #9c9b9b;
  grey-a7: #a7a7a6;
  grey-c6: #c6c6c5;
  grey-d8: #d8d8d7;
  grey-dd: #dddddc;
  grey-33: #333;
  extra-light-element: rgba(255, 255, 255, 0.2);
  light-element: rgba(255, 255, 255, 0.12);
  subtle-light-element: rgba(255, 255, 255, 0.07);
  dark-element: rgba(0, 0, 0, 0.2);
  disabled-opacity: 0.38;
  disabled: rgba(255, 255, 255, 0.38);
  klein: #0025ff;
  orange: #f60;
  ocean: #41ead4;
  lilac: #6535f5;
  yellow: #ffce36;
  yellow-deep: #ffcd00;
  green: #41ead4;
  green-2: #2cdd78;
  red: red;
  danger: #f53535;
  header1: 72px;
  header2: 40px;
  header3: 36px;
  header4: 25px;
  header5: 18px;
  header6: 13px;
  subHeaderSmall: 13px;
  paragraph: 18px;
  paragraphSmall: 15px;
  menuHeight: 56px;
  menuMobileHeight: 56px;
  menuBorder: 2px;
  containerPaddingMobile: 15px;
}

:export {
  breakVLarge: 1550px;
  breakLarge: 1260px;
  breakMedium: 1020px;
  breakSmall: 668px;
  containerLarge: 1140px;
  containerMedium: 940px;
  containerSmall: 620px;
  containerMobile: 100%;
  orange: #f97f00;
  orange2: #f83600;
  orangeDark: #881f00;
  red: #d50000;
  greenColor: #66ab23;
  facebook: #0025ff;
  google: #f60;
  twitter: #55acee;
  youtube: red;
  tumblr: #35465c;
  white: #fff;
  black: #000;
  grey-1: #f5f5f5;
  grey-2: #ececec;
  grey-3: #c6c6c5;
  grey-4: #9c9b9b;
  grey-4-1: #8c8c8c;
  grey-5: #6f6f6e;
  grey-6: #3c3c3b;
  grey-6-1: #373737;
  grey-7: #9f9e9e;
  grey-8: #282828;
  grey-9: #1d1d1d;
  grey-10: #c3c3c3;
  grey-25: #252525;
  grey-27: #272727;
  grey-3c: #3c3c3c;
  grey-6a: #6a6a69;
  grey-6f: #6f6f6f;
  grey-82: #828181;
  grey-97: #979797;
  grey-9c: #9c9b9b;
  grey-a7: #a7a7a6;
  grey-c6: #c6c6c5;
  grey-d8: #d8d8d7;
  grey-dd: #dddddc;
  grey-33: #333;
  extra-light-element: rgba(255, 255, 255, 0.2);
  light-element: rgba(255, 255, 255, 0.12);
  subtle-light-element: rgba(255, 255, 255, 0.07);
  dark-element: rgba(0, 0, 0, 0.2);
  disabled-opacity: 0.38;
  disabled: rgba(255, 255, 255, 0.38);
  klein: #0025ff;
  orange: #f60;
  ocean: #41ead4;
  lilac: #6535f5;
  yellow: #ffce36;
  yellow-deep: #ffcd00;
  green: #41ead4;
  green-2: #2cdd78;
  red: red;
  danger: #f53535;
  header1: 72px;
  header2: 40px;
  header3: 36px;
  header4: 25px;
  header5: 18px;
  header6: 13px;
  subHeaderSmall: 13px;
  paragraph: 18px;
  paragraphSmall: 15px;
  menuHeight: 56px;
  menuMobileHeight: 56px;
  menuBorder: 2px;
  containerPaddingMobile: 15px;
}

.pfx-copy-cta-block {
  display: flex;
  align-items: center;
  position: relative;
  flex-direction: column;
}

.pfx-copy-cta-block--align-center {
  align-items: center;
}

.pfx-copy-cta-block--align-center .pfx-copy-cta-block__text-container {
  align-items: center;
  text-align: center;
}

.pfx-copy-cta-block--align-center .pfx-copy-cta-block__text {
  text-align: center;
}

.pfx-copy-cta-block--align-center .pfx-copy-cta-block__links {
  justify-content: center;
}

.pfx-copy-cta-block--align-left {
  align-items: flex-start;
}

.pfx-copy-cta-block--align-left .pfx-copy-cta-block__text-container {
  align-items: flex-start;
  text-align: left;
}

.pfx-copy-cta-block--align-left .pfx-copy-cta-block__text {
  text-align: left;
}

.pfx-copy-cta-block--align-left .pfx-copy-cta-block__links {
  justify-content: flex-start;
}

.pfx-copy-cta-block--align-right {
  align-items: flex-end;
}

.pfx-copy-cta-block--align-right .pfx-copy-cta-block__text-container {
  align-items: flex-end;
  text-align: right;
}

.pfx-copy-cta-block--align-right .pfx-copy-cta-block__text {
  text-align: right;
}

.pfx-copy-cta-block--align-right .pfx-copy-cta-block__links {
  justify-content: flex-end;
}

.pfx-copy-cta-block__text-container {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.pfx-copy-cta-block__title {
  color: #fff;
  font-family: "Suisse Int'l", sans-serif;
  font-style: normal;
  font-weight: 400;
  width: auto;
}

.pfx-copy-cta-block__title:is(h1) {
  margin-bottom: 24px;
  font-size: 48px;
  line-height: 48px;
  letter-spacing: -0.0375em;
}

@media screen and (max-width: 1020px) {
  .pfx-copy-cta-block__title:is(h1) {
    font-size: 48px;
    line-height: 48px;
  }
}
@media screen and (max-width: 668px) {
  .pfx-copy-cta-block__title:is(h1) {
    font-size: 40px;
    line-height: 40px;
  }
}
.pfx-copy-cta-block__title:is(h2) {
  margin-bottom: 24px;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: -0.0375em;
}

@media screen and (max-width: 1020px) {
  .pfx-copy-cta-block__title:is(h2) {
    font-size: 36px;
    line-height: 40px;
  }
}
@media screen and (max-width: 668px) {
  .pfx-copy-cta-block__title:is(h2) {
    font-size: 32px;
    line-height: 32px;
  }
}
.pfx-copy-cta-block__title:is(h3) {
  margin-bottom: 24px;
  font-size: 28px;
  line-height: 32px;
  letter-spacing: -0.0375em;
}

@media screen and (max-width: 1020px) {
  .pfx-copy-cta-block__title:is(h3) {
    font-size: 20px;
    line-height: 20px;
  }
}
@media screen and (max-width: 668px) {
  .pfx-copy-cta-block__title:is(h3) {
    font-size: 20px;
    line-height: 20px;
  }
}
.pfx-copy-cta-block__title:is(h1, h2, h3) + .pfx-copy-cta-block__text {
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
}

@media screen and (max-width: 1020px) {
  .pfx-copy-cta-block__title:is(h1, h2, h3) + .pfx-copy-cta-block__text {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 668px) {
  .pfx-copy-cta-block__title:is(h1, h2, h3) + .pfx-copy-cta-block__text {
    font-size: 16px;
    line-height: 24px;
  }
}
.pfx-copy-cta-block__text {
  width: auto;
  font-family: "Suisse Int'l", sans-serif;
  color: #c6c6c5;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  margin-bottom: 24px;
}

.pfx-copy-cta-block__links {
  display: flex;
  flex-direction: row;
  color: #fff;
  gap: 8px;
  width: 100%;
  flex-wrap: wrap;
}

.pfx-ctas-row-block {
  display: flex;
  gap: 8px;
}

:export {
  breakVLarge: 1550px;
  breakLarge: 1260px;
  breakMedium: 1020px;
  breakSmall: 668px;
  containerLarge: 1140px;
  containerMedium: 940px;
  containerSmall: 620px;
  containerMobile: 100%;
  orange: #f97f00;
  orange2: #f83600;
  orangeDark: #881f00;
  red: #d50000;
  greenColor: #66ab23;
  facebook: #0025ff;
  google: #f60;
  twitter: #55acee;
  youtube: red;
  tumblr: #35465c;
  white: #fff;
  black: #000;
  grey-1: #f5f5f5;
  grey-2: #ececec;
  grey-3: #c6c6c5;
  grey-4: #9c9b9b;
  grey-4-1: #8c8c8c;
  grey-5: #6f6f6e;
  grey-6: #3c3c3b;
  grey-6-1: #373737;
  grey-7: #9f9e9e;
  grey-8: #282828;
  grey-9: #1d1d1d;
  grey-10: #c3c3c3;
  grey-25: #252525;
  grey-27: #272727;
  grey-3c: #3c3c3c;
  grey-6a: #6a6a69;
  grey-6f: #6f6f6f;
  grey-82: #828181;
  grey-97: #979797;
  grey-9c: #9c9b9b;
  grey-a7: #a7a7a6;
  grey-c6: #c6c6c5;
  grey-d8: #d8d8d7;
  grey-dd: #dddddc;
  grey-33: #333;
  extra-light-element: rgba(255, 255, 255, 0.2);
  light-element: rgba(255, 255, 255, 0.12);
  subtle-light-element: rgba(255, 255, 255, 0.07);
  dark-element: rgba(0, 0, 0, 0.2);
  disabled-opacity: 0.38;
  disabled: rgba(255, 255, 255, 0.38);
  klein: #0025ff;
  orange: #f60;
  ocean: #41ead4;
  lilac: #6535f5;
  yellow: #ffce36;
  yellow-deep: #ffcd00;
  green: #41ead4;
  green-2: #2cdd78;
  red: red;
  danger: #f53535;
  header1: 72px;
  header2: 40px;
  header3: 36px;
  header4: 25px;
  header5: 18px;
  header6: 13px;
  subHeaderSmall: 13px;
  paragraph: 18px;
  paragraphSmall: 15px;
  menuHeight: 56px;
  menuMobileHeight: 56px;
  menuBorder: 2px;
  containerPaddingMobile: 15px;
}

.pfx-read-more-link {
  color: #41ead4;
  width: auto;
}

:export {
  breakVLarge: 1550px;
  breakLarge: 1260px;
  breakMedium: 1020px;
  breakSmall: 668px;
  containerLarge: 1140px;
  containerMedium: 940px;
  containerSmall: 620px;
  containerMobile: 100%;
  orange: #f97f00;
  orange2: #f83600;
  orangeDark: #881f00;
  red: #d50000;
  greenColor: #66ab23;
  facebook: #0025ff;
  google: #f60;
  twitter: #55acee;
  youtube: red;
  tumblr: #35465c;
  white: #fff;
  black: #000;
  grey-1: #f5f5f5;
  grey-2: #ececec;
  grey-3: #c6c6c5;
  grey-4: #9c9b9b;
  grey-4-1: #8c8c8c;
  grey-5: #6f6f6e;
  grey-6: #3c3c3b;
  grey-6-1: #373737;
  grey-7: #9f9e9e;
  grey-8: #282828;
  grey-9: #1d1d1d;
  grey-10: #c3c3c3;
  grey-25: #252525;
  grey-27: #272727;
  grey-3c: #3c3c3c;
  grey-6a: #6a6a69;
  grey-6f: #6f6f6f;
  grey-82: #828181;
  grey-97: #979797;
  grey-9c: #9c9b9b;
  grey-a7: #a7a7a6;
  grey-c6: #c6c6c5;
  grey-d8: #d8d8d7;
  grey-dd: #dddddc;
  grey-33: #333;
  extra-light-element: rgba(255, 255, 255, 0.2);
  light-element: rgba(255, 255, 255, 0.12);
  subtle-light-element: rgba(255, 255, 255, 0.07);
  dark-element: rgba(0, 0, 0, 0.2);
  disabled-opacity: 0.38;
  disabled: rgba(255, 255, 255, 0.38);
  klein: #0025ff;
  orange: #f60;
  ocean: #41ead4;
  lilac: #6535f5;
  yellow: #ffce36;
  yellow-deep: #ffcd00;
  green: #41ead4;
  green-2: #2cdd78;
  red: red;
  danger: #f53535;
  header1: 72px;
  header2: 40px;
  header3: 36px;
  header4: 25px;
  header5: 18px;
  header6: 13px;
  subHeaderSmall: 13px;
  paragraph: 18px;
  paragraphSmall: 15px;
  menuHeight: 56px;
  menuMobileHeight: 56px;
  menuBorder: 2px;
  containerPaddingMobile: 15px;
}

:export {
  breakVLarge: 1550px;
  breakLarge: 1260px;
  breakMedium: 1020px;
  breakSmall: 668px;
  containerLarge: 1140px;
  containerMedium: 940px;
  containerSmall: 620px;
  containerMobile: 100%;
  orange: #f97f00;
  orange2: #f83600;
  orangeDark: #881f00;
  red: #d50000;
  greenColor: #66ab23;
  facebook: #0025ff;
  google: #f60;
  twitter: #55acee;
  youtube: red;
  tumblr: #35465c;
  white: #fff;
  black: #000;
  grey-1: #f5f5f5;
  grey-2: #ececec;
  grey-3: #c6c6c5;
  grey-4: #9c9b9b;
  grey-4-1: #8c8c8c;
  grey-5: #6f6f6e;
  grey-6: #3c3c3b;
  grey-6-1: #373737;
  grey-7: #9f9e9e;
  grey-8: #282828;
  grey-9: #1d1d1d;
  grey-10: #c3c3c3;
  grey-25: #252525;
  grey-27: #272727;
  grey-3c: #3c3c3c;
  grey-6a: #6a6a69;
  grey-6f: #6f6f6f;
  grey-82: #828181;
  grey-97: #979797;
  grey-9c: #9c9b9b;
  grey-a7: #a7a7a6;
  grey-c6: #c6c6c5;
  grey-d8: #d8d8d7;
  grey-dd: #dddddc;
  grey-33: #333;
  extra-light-element: rgba(255, 255, 255, 0.2);
  light-element: rgba(255, 255, 255, 0.12);
  subtle-light-element: rgba(255, 255, 255, 0.07);
  dark-element: rgba(0, 0, 0, 0.2);
  disabled-opacity: 0.38;
  disabled: rgba(255, 255, 255, 0.38);
  klein: #0025ff;
  orange: #f60;
  ocean: #41ead4;
  lilac: #6535f5;
  yellow: #ffce36;
  yellow-deep: #ffcd00;
  green: #41ead4;
  green-2: #2cdd78;
  red: red;
  danger: #f53535;
  header1: 72px;
  header2: 40px;
  header3: 36px;
  header4: 25px;
  header5: 18px;
  header6: 13px;
  subHeaderSmall: 13px;
  paragraph: 18px;
  paragraphSmall: 15px;
  menuHeight: 56px;
  menuMobileHeight: 56px;
  menuBorder: 2px;
  containerPaddingMobile: 15px;
}

@keyframes glitch-anim {
  0% {
    clip-path: polygon(0 51%, 100% 51%, 100% 7%, 0 7%);
  }
  4.1666666667% {
    clip-path: polygon(0 99%, 100% 99%, 100% 52%, 0 52%);
  }
  8.3333333333% {
    clip-path: polygon(0 4%, 100% 4%, 100% 35%, 0 35%);
  }
  12.5% {
    clip-path: polygon(0 73%, 100% 73%, 100% 28%, 0 28%);
  }
  16.6666666667% {
    clip-path: polygon(0 34%, 100% 34%, 100% 86%, 0 86%);
  }
  20.8333333333% {
    clip-path: polygon(0 20%, 100% 20%, 100% 60%, 0 60%);
  }
  25% {
    clip-path: polygon(0 58%, 100% 58%, 100% 63%, 0 63%);
  }
  29.1666666667% {
    clip-path: polygon(0 31%, 100% 31%, 100% 24%, 0 24%);
  }
  33.3333333333% {
    clip-path: polygon(0 57%, 100% 57%, 100% 1%, 0 1%);
  }
  37.5% {
    clip-path: polygon(0 19%, 100% 19%, 100% 98%, 0 98%);
  }
  41.6666666667% {
    clip-path: polygon(0 38%, 100% 38%, 100% 31%, 0 31%);
  }
  45.8333333333% {
    clip-path: polygon(0 5%, 100% 5%, 100% 66%, 0 66%);
  }
  50% {
    clip-path: polygon(0 61%, 100% 61%, 100% 30%, 0 30%);
  }
  54.1666666667% {
    clip-path: polygon(0 54%, 100% 54%, 100% 62%, 0 62%);
  }
  58.3333333333% {
    clip-path: polygon(0 33%, 100% 33%, 100% 32%, 0 32%);
  }
  62.5% {
    clip-path: polygon(0 67%, 100% 67%, 100% 69%, 0 69%);
  }
  66.6666666667% {
    clip-path: polygon(0 73%, 100% 73%, 100% 42%, 0 42%);
  }
  70.8333333333% {
    clip-path: polygon(0 15%, 100% 15%, 100% 43%, 0 43%);
  }
  75% {
    clip-path: polygon(0 86%, 100% 86%, 100% 26%, 0 26%);
  }
  79.1666666667% {
    clip-path: polygon(0 23%, 100% 23%, 100% 92%, 0 92%);
  }
  83.3333333333% {
    clip-path: polygon(0 84%, 100% 84%, 100% 72%, 0 72%);
  }
  87.5% {
    clip-path: polygon(0 78%, 100% 78%, 100% 55%, 0 55%);
  }
  91.6666666667% {
    clip-path: polygon(0 54%, 100% 54%, 100% 1%, 0 1%);
  }
  95.8333333333% {
    clip-path: polygon(0 77%, 100% 77%, 100% 93%, 0 93%);
  }
  100% {
    clip-path: polygon(0 25%, 100% 25%, 100% 50%, 0 50%);
  }
}
@keyframes glitch-anim-2 {
  6.6666666667% {
    clip-path: polygon(0 76%, 100% 76%, 100% 45%, 0 45%);
  }
  10% {
    clip-path: polygon(0 3%, 100% 3%, 100% 25%, 0 25%);
  }
  13.3333333333% {
    clip-path: polygon(0 99%, 100% 99%, 100% 70%, 0 70%);
  }
  16.6666666667% {
    clip-path: polygon(0 58%, 100% 58%, 100% 26%, 0 26%);
  }
  20% {
    clip-path: polygon(0 37%, 100% 37%, 100% 53%, 0 53%);
  }
  23.3333333333% {
    clip-path: polygon(0 14%, 100% 14%, 100% 77%, 0 77%);
  }
  26.6666666667% {
    clip-path: polygon(0 65%, 100% 65%, 100% 23%, 0 23%);
  }
  30% {
    clip-path: polygon(0 49%, 100% 49%, 100% 31%, 0 31%);
  }
  33.3333333333% {
    clip-path: polygon(0 45%, 100% 45%, 100% 64%, 0 64%);
  }
  36.6666666667% {
    clip-path: polygon(0 41%, 100% 41%, 100% 90%, 0 90%);
  }
  40% {
    clip-path: polygon(0 39%, 100% 39%, 100% 65%, 0 65%);
  }
  43.3333333333% {
    clip-path: polygon(0 86%, 100% 86%, 100% 94%, 0 94%);
  }
  46.6666666667% {
    clip-path: polygon(0 60%, 100% 60%, 100% 66%, 0 66%);
  }
  50% {
    clip-path: polygon(0 37%, 100% 37%, 100% 18%, 0 18%);
  }
  53.3333333333% {
    clip-path: polygon(0 48%, 100% 48%, 100% 2%, 0 2%);
  }
  56.6666666667% {
    clip-path: polygon(0 73%, 100% 73%, 100% 94%, 0 94%);
  }
  60% {
    clip-path: polygon(0 23%, 100% 23%, 100% 94%, 0 94%);
  }
  63.3333333333% {
    clip-path: polygon(0 67%, 100% 67%, 100% 16%, 0 16%);
  }
  66.6666666667% {
    clip-path: polygon(0 73%, 100% 73%, 100% 90%, 0 90%);
  }
  70% {
    clip-path: polygon(0 93%, 100% 93%, 100% 98%, 0 98%);
  }
  73.3333333333% {
    clip-path: polygon(0 32%, 100% 32%, 100% 10%, 0 10%);
  }
  76.6666666667% {
    clip-path: polygon(0 41%, 100% 41%, 100% 83%, 0 83%);
  }
  80% {
    clip-path: polygon(0 60%, 100% 60%, 100% 12%, 0 12%);
  }
  83.3333333333% {
    clip-path: polygon(0 61%, 100% 61%, 100% 38%, 0 38%);
  }
  86.6666666667% {
    clip-path: polygon(0 93%, 100% 93%, 100% 95%, 0 95%);
  }
  90% {
    clip-path: polygon(0 43%, 100% 43%, 100% 52%, 0 52%);
  }
  93.3333333333% {
    clip-path: polygon(0 99%, 100% 99%, 100% 35%, 0 35%);
  }
  96.6666666667% {
    clip-path: polygon(0 79%, 100% 79%, 100% 39%, 0 39%);
  }
  100% {
    clip-path: polygon(0 50%, 100% 50%, 100% 83%, 0 83%);
  }
}
:export {
  breakVLarge: 1550px;
  breakLarge: 1260px;
  breakMedium: 1020px;
  breakSmall: 668px;
  containerLarge: 1140px;
  containerMedium: 940px;
  containerSmall: 620px;
  containerMobile: 100%;
  orange: #f97f00;
  orange2: #f83600;
  orangeDark: #881f00;
  red: #d50000;
  greenColor: #66ab23;
  facebook: #0025ff;
  google: #f60;
  twitter: #55acee;
  youtube: red;
  tumblr: #35465c;
  white: #fff;
  black: #000;
  grey-1: #f5f5f5;
  grey-2: #ececec;
  grey-3: #c6c6c5;
  grey-4: #9c9b9b;
  grey-4-1: #8c8c8c;
  grey-5: #6f6f6e;
  grey-6: #3c3c3b;
  grey-6-1: #373737;
  grey-7: #9f9e9e;
  grey-8: #282828;
  grey-9: #1d1d1d;
  grey-10: #c3c3c3;
  grey-25: #252525;
  grey-27: #272727;
  grey-3c: #3c3c3c;
  grey-6a: #6a6a69;
  grey-6f: #6f6f6f;
  grey-82: #828181;
  grey-97: #979797;
  grey-9c: #9c9b9b;
  grey-a7: #a7a7a6;
  grey-c6: #c6c6c5;
  grey-d8: #d8d8d7;
  grey-dd: #dddddc;
  grey-33: #333;
  extra-light-element: rgba(255, 255, 255, 0.2);
  light-element: rgba(255, 255, 255, 0.12);
  subtle-light-element: rgba(255, 255, 255, 0.07);
  dark-element: rgba(0, 0, 0, 0.2);
  disabled-opacity: 0.38;
  disabled: rgba(255, 255, 255, 0.38);
  klein: #0025ff;
  orange: #f60;
  ocean: #41ead4;
  lilac: #6535f5;
  yellow: #ffce36;
  yellow-deep: #ffcd00;
  green: #41ead4;
  green-2: #2cdd78;
  red: red;
  danger: #f53535;
  header1: 72px;
  header2: 40px;
  header3: 36px;
  header4: 25px;
  header5: 18px;
  header6: 13px;
  subHeaderSmall: 13px;
  paragraph: 18px;
  paragraphSmall: 15px;
  menuHeight: 56px;
  menuMobileHeight: 56px;
  menuBorder: 2px;
  containerPaddingMobile: 15px;
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.pfx-button, a.pfx-button {
  display: inline-block;
  position: relative;
  line-height: 1;
  font-weight: normal;
  cursor: pointer;
  outline: none;
  overflow: hidden;
  text-transform: none;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
  border-radius: 0;
}

.pfx-button:disabled, a.pfx-button:disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}

.pfx-button--primary_hollow, a.pfx-button--primary_hollow {
  border: none;
  background-color: rgba(0, 0, 0, 0);
  color: #41ead4;
  display: inline-block;
}

.pfx-button--primary_hollow::after, a.pfx-button--primary_hollow::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 4px;
  background-color: rgba(0, 0, 0, 0);
}

.pfx-button--primary_hollow:hover:not(:disabled)::after, .pfx-button--primary_hollow:active:not(:disabled)::after, a.pfx-button--primary_hollow:hover:not(:disabled)::after, a.pfx-button--primary_hollow:active:not(:disabled)::after {
  background-color: #41ead4;
}

.pfx-button--secondary-hollow, a.pfx-button--secondary-hollow {
  border: none;
  background-color: rgba(0, 0, 0, 0);
  color: #000;
  display: inline-block;
}

.pfx-button--secondary-hollow::after, a.pfx-button--secondary-hollow::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 4px;
  background-color: rgba(0, 0, 0, 0);
}

.pfx-button--secondary-hollow:hover:not(:disabled)::after, .pfx-button--secondary-hollow:active:not(:disabled)::after, a.pfx-button--secondary-hollow:hover:not(:disabled)::after, a.pfx-button--secondary-hollow:active:not(:disabled)::after {
  background-color: #000;
}

.pfx-button--hollow, a.pfx-button--hollow {
  border: none;
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
  display: inline-block;
}

.pfx-button--hollow::after, a.pfx-button--hollow::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 4px;
  background-color: rgba(0, 0, 0, 0);
}

.pfx-button--hollow:hover:not(:disabled)::after, .pfx-button--hollow:active:not(:disabled)::after, a.pfx-button--hollow:hover:not(:disabled)::after, a.pfx-button--hollow:active:not(:disabled)::after {
  background-color: #fff;
}

.pfx-button--primary-full, .pfx-button--gradient, a.pfx-button--primary-full, a.pfx-button--gradient {
  background-color: #41ead4;
  color: #000;
  border: none;
}

.pfx-button--primary-full:hover:not(:disabled), .pfx-button--primary-full:active:not(:disabled), .pfx-button--gradient:hover:not(:disabled), .pfx-button--gradient:active:not(:disabled), a.pfx-button--primary-full:hover:not(:disabled), a.pfx-button--primary-full:active:not(:disabled), a.pfx-button--gradient:hover:not(:disabled), a.pfx-button--gradient:active:not(:disabled) {
  background-color: #000;
  color: #41ead4;
}

.pfx-button--primary-full-no-hover, a.pfx-button--primary-full-no-hover {
  background-color: #41ead4;
  color: #000;
  border: none;
}

.pfx-button--gradient_secondary, a.pfx-button--gradient_secondary {
  background-color: #fff;
  color: #000;
  border: none;
}

.pfx-button--gradient_secondary:hover:not(:disabled), .pfx-button--gradient_secondary:active:not(:disabled), a.pfx-button--gradient_secondary:hover:not(:disabled), a.pfx-button--gradient_secondary:active:not(:disabled) {
  background-color: #000;
  color: #fff;
}

.pfx-button--primary, a.pfx-button--primary {
  background-color: rgba(0, 0, 0, 0);
  color: #41ead4;
  border: none;
  box-shadow: inset 0px 0px 0px 1px #41ead4;
}

.pfx-button--primary:hover:not(:disabled), .pfx-button--primary:active:not(:disabled), a.pfx-button--primary:hover:not(:disabled), a.pfx-button--primary:active:not(:disabled) {
  background-color: #41ead4;
  color: #000;
}

.pfx-button--secondary-full, a.pfx-button--secondary-full {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: inset 0px 0px 0px 1px #000;
  border: none;
}

.pfx-button--secondary-full:hover:not(:disabled), .pfx-button--secondary-full:active:not(:disabled), a.pfx-button--secondary-full:hover:not(:disabled), a.pfx-button--secondary-full:active:not(:disabled) {
  background-color: #000;
  color: #fff;
}

.pfx-button--secondary-full:disabled, a.pfx-button--secondary-full:disabled {
  opacity: 0.1;
  color: #fff;
  background-color: #000;
}

.pfx-button--secondary-full-inverse, a.pfx-button--secondary-full-inverse {
  color: #fff;
  background-color: #000;
  box-shadow: inset 0px 0px 0px 1px #000;
  border: none;
}

.pfx-button--secondary-full-inverse:hover:not(:disabled), .pfx-button--secondary-full-inverse:active:not(:disabled), a.pfx-button--secondary-full-inverse:hover:not(:disabled), a.pfx-button--secondary-full-inverse:active:not(:disabled) {
  background-color: rgba(0, 0, 0, 0);
  color: #000;
}

.pfx-button--secondary-full-inverse:disabled, a.pfx-button--secondary-full-inverse:disabled {
  opacity: 0.1;
  background-color: rgba(0, 0, 0, 0);
  color: #000;
}

.pfx-button--secondary-grey, a.pfx-button--secondary-grey {
  color: #9c9b9b;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: inset 0px 0px 0px 1px #9c9b9b;
  border: none;
}

.pfx-button--secondary-grey:hover:not(:disabled), .pfx-button--secondary-grey:active:not(:disabled), a.pfx-button--secondary-grey:hover:not(:disabled), a.pfx-button--secondary-grey:active:not(:disabled) {
  background-color: #9c9b9b;
  color: #fff;
}

.pfx-button--secondary-grey:disabled, a.pfx-button--secondary-grey:disabled {
  opacity: 0.1;
  color: #fff;
  background-color: #9c9b9b;
}

.pfx-button--secondary, .pfx-button--outline, a.pfx-button--secondary, a.pfx-button--outline {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: inset 0px 0px 0px 1px #fff;
  border: none;
}

.pfx-button--secondary:hover:not(:disabled), .pfx-button--secondary:active:not(:disabled), .pfx-button--outline:hover:not(:disabled), .pfx-button--outline:active:not(:disabled), a.pfx-button--secondary:hover:not(:disabled), a.pfx-button--secondary:active:not(:disabled), a.pfx-button--outline:hover:not(:disabled), a.pfx-button--outline:active:not(:disabled) {
  background-color: #fff;
  color: #000;
}

.pfx-button--outline-black, a.pfx-button--outline-black {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: inset 0px 0px 0px 1px #000;
  border: none;
}

.pfx-button--outline-black:hover, .pfx-button--outline-black:active, a.pfx-button--outline-black:hover, a.pfx-button--outline-black:active {
  background-color: #fff;
  color: #000;
}

.pfx-button--outline-black i, a.pfx-button--outline-black i {
  color: #000;
}

.pfx-button--outline-black:disabled, a.pfx-button--outline-black:disabled {
  opacity: 0.5;
}

.pfx-button--outline-cyan, a.pfx-button--outline-cyan {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: inset 0px 0px 0px 1px #000;
  border: none;
}

.pfx-button--outline-cyan:hover, .pfx-button--outline-cyan:active, a.pfx-button--outline-cyan:hover, a.pfx-button--outline-cyan:active {
  background-color: #41ead4;
  color: #000;
}

.pfx-button--outline-cyan i, a.pfx-button--outline-cyan i {
  color: #000;
}

.pfx-button--outline-cyan:disabled, a.pfx-button--outline-cyan:disabled {
  opacity: 0.5;
}

.pfx-button--clear, a.pfx-button--clear {
  border: none;
  background-color: rgba(0, 0, 0, 0);
  width: auto;
  min-width: auto !important;
  padding: 16px !important;
}

.pfx-button--clear:hover:not(:disabled), .pfx-button--clear:active:not(:disabled), a.pfx-button--clear:hover:not(:disabled), a.pfx-button--clear:active:not(:disabled) {
  background-color: #41ead4;
  color: #000;
}

.pfx-button--xlarge, a.pfx-button--xlarge {
  font-size: 36px;
}

.pfx-button--medium, .pfx-button--large, a.pfx-button--medium, a.pfx-button--large {
  min-width: 120px;
  font-size: 18px;
  padding: 16px 32px;
}

.pfx-button--medium .pfx-spinner, .pfx-button--large .pfx-spinner, a.pfx-button--medium .pfx-spinner, a.pfx-button--large .pfx-spinner {
  width: 35px;
  height: 35px;
  display: none;
  position: absolute;
}

.pfx-button--medium .pfx-spinner, .pfx-button--large .pfx-spinner, a.pfx-button--medium .pfx-spinner, a.pfx-button--large .pfx-spinner {
  top: calc(50% - 17.5px);
}

.pfx-button--medium .pfx-spinner, .pfx-button--large .pfx-spinner, a.pfx-button--medium .pfx-spinner, a.pfx-button--large .pfx-spinner {
  left: calc(50% - 17.5px);
}

.pfx-button--medium .pfx-spinner .pfx-double-bounce1, .pfx-button--medium .pfx-spinner .pfx-double-bounce2, .pfx-button--large .pfx-spinner .pfx-double-bounce1, .pfx-button--large .pfx-spinner .pfx-double-bounce2, a.pfx-button--medium .pfx-spinner .pfx-double-bounce1, a.pfx-button--medium .pfx-spinner .pfx-double-bounce2, a.pfx-button--large .pfx-spinner .pfx-double-bounce1, a.pfx-button--large .pfx-spinner .pfx-double-bounce2 {
  width: 100%;
  height: 100%;
  background-color: #0025ff;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-bounce 2s infinite ease-in-out;
}

.pfx-button--medium .pfx-spinner .pfx-double-bounce2, .pfx-button--large .pfx-spinner .pfx-double-bounce2, a.pfx-button--medium .pfx-spinner .pfx-double-bounce2, a.pfx-button--large .pfx-spinner .pfx-double-bounce2 {
  animation-delay: -1s;
}

.pfx-button--klein-full-no-hover, a.pfx-button--klein-full-no-hover {
  background-color: #0025ff;
  color: #fff;
  border: none;
}

.pfx-button--klein-full-no-hover .pfx-spinner, a.pfx-button--klein-full-no-hover .pfx-spinner {
  width: 35px;
  height: 35px;
  display: none;
  position: absolute;
}

.pfx-button--klein-full-no-hover .pfx-spinner, a.pfx-button--klein-full-no-hover .pfx-spinner {
  top: calc(50% - 17.5px);
}

.pfx-button--klein-full-no-hover .pfx-spinner, a.pfx-button--klein-full-no-hover .pfx-spinner {
  left: calc(50% - 17.5px);
}

.pfx-button--klein-full-no-hover .pfx-spinner .pfx-double-bounce1, .pfx-button--klein-full-no-hover .pfx-spinner .pfx-double-bounce2, a.pfx-button--klein-full-no-hover .pfx-spinner .pfx-double-bounce1, a.pfx-button--klein-full-no-hover .pfx-spinner .pfx-double-bounce2 {
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-bounce 2s infinite ease-in-out;
}

.pfx-button--klein-full-no-hover .pfx-spinner .pfx-double-bounce2, a.pfx-button--klein-full-no-hover .pfx-spinner .pfx-double-bounce2 {
  animation-delay: -1s;
}

.pfx-button--small, a.pfx-button--small {
  min-width: 92px;
  font-size: 14px;
  padding: 12px 28px;
}

.pfx-button--small .pfx-spinner, a.pfx-button--small .pfx-spinner {
  width: 20px;
  height: 20px;
  display: none;
  position: absolute;
}

.pfx-button--small .pfx-spinner, a.pfx-button--small .pfx-spinner {
  top: calc(50% - 10px);
}

.pfx-button--small .pfx-spinner, a.pfx-button--small .pfx-spinner {
  left: calc(50% - 10px);
}

.pfx-button--small .pfx-spinner .pfx-double-bounce1, .pfx-button--small .pfx-spinner .pfx-double-bounce2, a.pfx-button--small .pfx-spinner .pfx-double-bounce1, a.pfx-button--small .pfx-spinner .pfx-double-bounce2 {
  width: 100%;
  height: 100%;
  background-color: #0025ff;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-bounce 2s infinite ease-in-out;
}

.pfx-button--small .pfx-spinner .pfx-double-bounce2, a.pfx-button--small .pfx-spinner .pfx-double-bounce2 {
  animation-delay: -1s;
}

.pfx-button--squashed, a.pfx-button--squashed {
  padding: 5px 22px;
}

.pfx-button--extra-small, a.pfx-button--extra-small {
  font-size: 11px;
  padding: 8px 14px;
  letter-spacing: 1px;
}

.pfx-button--extra-small.pfx-button--hollow, a.pfx-button--extra-small.pfx-button--hollow {
  box-shadow: 0 7px 15px 2px rgba(0, 0, 0, 0.06);
}

.pfx-button--loading > *:not(.pfx-spinner), a.pfx-button--loading > *:not(.pfx-spinner) {
  visibility: hidden !important;
}

.pfx-button--loading .pfx-spinner, a.pfx-button--loading .pfx-spinner {
  display: block !important;
}

.pfx-button--admin, a.pfx-button--admin {
  font-family: "Suisse Int'l Mono", monospace;
  display: inline-flex;
  font-size: 11px;
  background-color: #f5f5f5;
  color: #000;
  padding: 0px 12px 0 0;
  height: 20px;
  line-height: 20px;
  letter-spacing: 1px;
}

.pfx-button--admin::before, a.pfx-button--admin::before {
  content: "";
  display: inline-block;
  height: 15px;
  width: 10px;
  background-image: url(https://cdn.soundation.com/images/edit-icon.svg);
  padding-left: 4px;
  padding-right: 15px;
  background-size: contain;
  background-position: center 2px;
  background-repeat: no-repeat;
}

.pfx-button--admin:hover, a.pfx-button--admin:hover {
  background-color: #ececec;
}

.pfx-button--promotion, a.pfx-button--promotion {
  background-color: #f60;
  color: #fff;
  border: none;
}

.pfx-button--promotion:hover:not(:disabled), .pfx-button--promotion:active:not(:disabled), a.pfx-button--promotion:hover:not(:disabled), a.pfx-button--promotion:active:not(:disabled) {
  background-color: rgba(0, 0, 0, 0);
  color: #f60;
  box-shadow: inset 0px 0px 0px 1px #f60;
}

@media screen and (max-width: 1020px) {
  .pfx-button--medium, .pfx-button--large, a.pfx-button--medium, a.pfx-button--large {
    font-size: 14px;
  }
  .pfx-button--xlarge, a.pfx-button--xlarge {
    font-size: 18px;
  }
}
:export {
  breakVLarge: 1550px;
  breakLarge: 1260px;
  breakMedium: 1020px;
  breakSmall: 668px;
  containerLarge: 1140px;
  containerMedium: 940px;
  containerSmall: 620px;
  containerMobile: 100%;
  orange: #f97f00;
  orange2: #f83600;
  orangeDark: #881f00;
  red: #d50000;
  greenColor: #66ab23;
  facebook: #0025ff;
  google: #f60;
  twitter: #55acee;
  youtube: red;
  tumblr: #35465c;
  white: #fff;
  black: #000;
  grey-1: #f5f5f5;
  grey-2: #ececec;
  grey-3: #c6c6c5;
  grey-4: #9c9b9b;
  grey-4-1: #8c8c8c;
  grey-5: #6f6f6e;
  grey-6: #3c3c3b;
  grey-6-1: #373737;
  grey-7: #9f9e9e;
  grey-8: #282828;
  grey-9: #1d1d1d;
  grey-10: #c3c3c3;
  grey-25: #252525;
  grey-27: #272727;
  grey-3c: #3c3c3c;
  grey-6a: #6a6a69;
  grey-6f: #6f6f6f;
  grey-82: #828181;
  grey-97: #979797;
  grey-9c: #9c9b9b;
  grey-a7: #a7a7a6;
  grey-c6: #c6c6c5;
  grey-d8: #d8d8d7;
  grey-dd: #dddddc;
  grey-33: #333;
  extra-light-element: rgba(255, 255, 255, 0.2);
  light-element: rgba(255, 255, 255, 0.12);
  subtle-light-element: rgba(255, 255, 255, 0.07);
  dark-element: rgba(0, 0, 0, 0.2);
  disabled-opacity: 0.38;
  disabled: rgba(255, 255, 255, 0.38);
  klein: #0025ff;
  orange: #f60;
  ocean: #41ead4;
  lilac: #6535f5;
  yellow: #ffce36;
  yellow-deep: #ffcd00;
  green: #41ead4;
  green-2: #2cdd78;
  red: red;
  danger: #f53535;
  header1: 72px;
  header2: 40px;
  header3: 36px;
  header4: 25px;
  header5: 18px;
  header6: 13px;
  subHeaderSmall: 13px;
  paragraph: 18px;
  paragraphSmall: 15px;
  menuHeight: 56px;
  menuMobileHeight: 56px;
  menuBorder: 2px;
  containerPaddingMobile: 15px;
}

.pfx-form-element--error.pfx-form-element--submit .pfx-text-field__label {
  color: red !important;
}

.pfx-form-element--error.pfx-form-element--submit .pfx-text-field__input-bar:after, .pfx-form-element--error.pfx-form-element--submit .pfx-text-field__input-bar:before {
  background: red !important;
}

.pfx-form-element--error.pfx-form-element--submit .pfx-checkbox__label-text, .pfx-form-element--error.pfx-form-element--submit * {
  color: red !important;
}

.pfx-form-element__text-container {
  font-size: 14px;
  margin-top: 10px;
}

.pfx-form-element__text-container--error {
  color: red;
}

.pfx-form-element__text-container--small-error {
  font-size: 12px;
  color: red;
}

.pfx-consents-checkboxes__checkbox {
  margin-bottom: 25px;
  line-height: 1.4;
}

.pfx-consents-checkboxes__radio-box-header {
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: 300;
}

.pfx-consents-checkboxes__radio-box-container {
  display: flex;
  margin-bottom: 30px;
}

.pfx-consents-checkboxes__radio-box-copy {
  flex-grow: 1;
  font-size: 14px;
  color: #717171;
  line-height: 1.3;
  font-weight: 300;
}

.pfx-consents-checkboxes__terms {
  margin-top: 30px;
}

.pfx-consents-checkboxes .pfx-consents-checkboxes__radio-box-group {
  display: block;
}

.pfx-consents-checkboxes .pfx-checkbox__label-text {
  font-size: 14px;
}

.pfx-consents-checkboxes .pfx-radio-button-group__button {
  padding: 0;
  box-shadow: none;
  font-size: 16px;
  line-height: 1.2;
  display: flex;
  margin-top: 15px;
  margin-bottom: 15px;
  align-items: center;
  margin-right: 50px;
  color: #717171;
}

.pfx-consents-checkboxes .pfx-radio-button-group__button strong {
  font-weight: bold;
  color: #565656;
}

.pfx-consents-checkboxes .pfx-radio-button-group__button--active {
  border: 2px solid #fff;
}

.pfx-consents-checkboxes .pfx-radio-button-group__dot {
  position: relative;
  left: auto;
  top: auto;
  width: 11px;
  height: 11px;
  flex-shrink: 0;
  margin-right: 15px;
}

.pfx-consents-checkboxes .pfx-radio-button-group__dot:before {
  border: 1px solid #b2b2b2;
}

:export {
  breakVLarge: 1550px;
  breakLarge: 1260px;
  breakMedium: 1020px;
  breakSmall: 668px;
  containerLarge: 1140px;
  containerMedium: 940px;
  containerSmall: 620px;
  containerMobile: 100%;
  orange: #f97f00;
  orange2: #f83600;
  orangeDark: #881f00;
  red: #d50000;
  greenColor: #66ab23;
  facebook: #0025ff;
  google: #f60;
  twitter: #55acee;
  youtube: red;
  tumblr: #35465c;
  white: #fff;
  black: #000;
  grey-1: #f5f5f5;
  grey-2: #ececec;
  grey-3: #c6c6c5;
  grey-4: #9c9b9b;
  grey-4-1: #8c8c8c;
  grey-5: #6f6f6e;
  grey-6: #3c3c3b;
  grey-6-1: #373737;
  grey-7: #9f9e9e;
  grey-8: #282828;
  grey-9: #1d1d1d;
  grey-10: #c3c3c3;
  grey-25: #252525;
  grey-27: #272727;
  grey-3c: #3c3c3c;
  grey-6a: #6a6a69;
  grey-6f: #6f6f6f;
  grey-82: #828181;
  grey-97: #979797;
  grey-9c: #9c9b9b;
  grey-a7: #a7a7a6;
  grey-c6: #c6c6c5;
  grey-d8: #d8d8d7;
  grey-dd: #dddddc;
  grey-33: #333;
  extra-light-element: rgba(255, 255, 255, 0.2);
  light-element: rgba(255, 255, 255, 0.12);
  subtle-light-element: rgba(255, 255, 255, 0.07);
  dark-element: rgba(0, 0, 0, 0.2);
  disabled-opacity: 0.38;
  disabled: rgba(255, 255, 255, 0.38);
  klein: #0025ff;
  orange: #f60;
  ocean: #41ead4;
  lilac: #6535f5;
  yellow: #ffce36;
  yellow-deep: #ffcd00;
  green: #41ead4;
  green-2: #2cdd78;
  red: red;
  danger: #f53535;
  header1: 72px;
  header2: 40px;
  header3: 36px;
  header4: 25px;
  header5: 18px;
  header6: 13px;
  subHeaderSmall: 13px;
  paragraph: 18px;
  paragraphSmall: 15px;
  menuHeight: 56px;
  menuMobileHeight: 56px;
  menuBorder: 2px;
  containerPaddingMobile: 15px;
}

.pfx-checkbox__input {
  display: none;
  cursor: pointer;
}

.pfx-checkbox__label-text {
  margin-left: 10px;
  font-size: var(--label-size);
  color: #000;
}

.pfx-checkbox__label {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.pfx-checkbox__box {
  width: var(--box-size);
  height: var(--box-size);
}

.pfx-checkbox__box--classic {
  background-color: #fff;
  border: 1px solid #3c3c3b;
}

.pfx-checkbox__box--clean {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(198, 198, 197, 0.38);
}

.pfx-checkbox__box {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
}

.pfx-checkbox__box:hover {
  border: 1px solid #0025ff;
}

.pfx-checkbox .pfx-checkbox__check {
  opacity: 0;
  display: none;
}

.pfx-checkbox--checked .pfx-checkbox__check {
  display: flex;
  opacity: 1;
}

.pfx-checkbox--checked .pfx-checkbox__box {
  border: 1px solid #0025ff;
  background-color: #0025ff;
}

.pfx-consents-form__form-element--submit {
  text-align: center;
  margin-top: 30px;
}

.pfx-consents-form__submit {
  width: 60%;
}

.pfx-consents-form__logout-container {
  font-size: 12px;
  text-align: center;
  margin-top: 20px;
}

.pfx-consents-form__logout-link {
  color: #636363;
  cursor: pointer;
}

:export {
  breakVLarge: 1550px;
  breakLarge: 1260px;
  breakMedium: 1020px;
  breakSmall: 668px;
  containerLarge: 1140px;
  containerMedium: 940px;
  containerSmall: 620px;
  containerMobile: 100%;
  orange: #f97f00;
  orange2: #f83600;
  orangeDark: #881f00;
  red: #d50000;
  greenColor: #66ab23;
  facebook: #0025ff;
  google: #f60;
  twitter: #55acee;
  youtube: red;
  tumblr: #35465c;
  white: #fff;
  black: #000;
  grey-1: #f5f5f5;
  grey-2: #ececec;
  grey-3: #c6c6c5;
  grey-4: #9c9b9b;
  grey-4-1: #8c8c8c;
  grey-5: #6f6f6e;
  grey-6: #3c3c3b;
  grey-6-1: #373737;
  grey-7: #9f9e9e;
  grey-8: #282828;
  grey-9: #1d1d1d;
  grey-10: #c3c3c3;
  grey-25: #252525;
  grey-27: #272727;
  grey-3c: #3c3c3c;
  grey-6a: #6a6a69;
  grey-6f: #6f6f6f;
  grey-82: #828181;
  grey-97: #979797;
  grey-9c: #9c9b9b;
  grey-a7: #a7a7a6;
  grey-c6: #c6c6c5;
  grey-d8: #d8d8d7;
  grey-dd: #dddddc;
  grey-33: #333;
  extra-light-element: rgba(255, 255, 255, 0.2);
  light-element: rgba(255, 255, 255, 0.12);
  subtle-light-element: rgba(255, 255, 255, 0.07);
  dark-element: rgba(0, 0, 0, 0.2);
  disabled-opacity: 0.38;
  disabled: rgba(255, 255, 255, 0.38);
  klein: #0025ff;
  orange: #f60;
  ocean: #41ead4;
  lilac: #6535f5;
  yellow: #ffce36;
  yellow-deep: #ffcd00;
  green: #41ead4;
  green-2: #2cdd78;
  red: red;
  danger: #f53535;
  header1: 72px;
  header2: 40px;
  header3: 36px;
  header4: 25px;
  header5: 18px;
  header6: 13px;
  subHeaderSmall: 13px;
  paragraph: 18px;
  paragraphSmall: 15px;
  menuHeight: 56px;
  menuMobileHeight: 56px;
  menuBorder: 2px;
  containerPaddingMobile: 15px;
}

:export {
  breakVLarge: 1550px;
  breakLarge: 1260px;
  breakMedium: 1020px;
  breakSmall: 668px;
  containerLarge: 1140px;
  containerMedium: 940px;
  containerSmall: 620px;
  containerMobile: 100%;
  orange: #f97f00;
  orange2: #f83600;
  orangeDark: #881f00;
  red: #d50000;
  greenColor: #66ab23;
  facebook: #0025ff;
  google: #f60;
  twitter: #55acee;
  youtube: red;
  tumblr: #35465c;
  white: #fff;
  black: #000;
  grey-1: #f5f5f5;
  grey-2: #ececec;
  grey-3: #c6c6c5;
  grey-4: #9c9b9b;
  grey-4-1: #8c8c8c;
  grey-5: #6f6f6e;
  grey-6: #3c3c3b;
  grey-6-1: #373737;
  grey-7: #9f9e9e;
  grey-8: #282828;
  grey-9: #1d1d1d;
  grey-10: #c3c3c3;
  grey-25: #252525;
  grey-27: #272727;
  grey-3c: #3c3c3c;
  grey-6a: #6a6a69;
  grey-6f: #6f6f6f;
  grey-82: #828181;
  grey-97: #979797;
  grey-9c: #9c9b9b;
  grey-a7: #a7a7a6;
  grey-c6: #c6c6c5;
  grey-d8: #d8d8d7;
  grey-dd: #dddddc;
  grey-33: #333;
  extra-light-element: rgba(255, 255, 255, 0.2);
  light-element: rgba(255, 255, 255, 0.12);
  subtle-light-element: rgba(255, 255, 255, 0.07);
  dark-element: rgba(0, 0, 0, 0.2);
  disabled-opacity: 0.38;
  disabled: rgba(255, 255, 255, 0.38);
  klein: #0025ff;
  orange: #f60;
  ocean: #41ead4;
  lilac: #6535f5;
  yellow: #ffce36;
  yellow-deep: #ffcd00;
  green: #41ead4;
  green-2: #2cdd78;
  red: red;
  danger: #f53535;
  header1: 72px;
  header2: 40px;
  header3: 36px;
  header4: 25px;
  header5: 18px;
  header6: 13px;
  subHeaderSmall: 13px;
  paragraph: 18px;
  paragraphSmall: 15px;
  menuHeight: 56px;
  menuMobileHeight: 56px;
  menuBorder: 2px;
  containerPaddingMobile: 15px;
}

:export {
  breakVLarge: 1550px;
  breakLarge: 1260px;
  breakMedium: 1020px;
  breakSmall: 668px;
  containerLarge: 1140px;
  containerMedium: 940px;
  containerSmall: 620px;
  containerMobile: 100%;
  orange: #f97f00;
  orange2: #f83600;
  orangeDark: #881f00;
  red: #d50000;
  greenColor: #66ab23;
  facebook: #0025ff;
  google: #f60;
  twitter: #55acee;
  youtube: red;
  tumblr: #35465c;
  white: #fff;
  black: #000;
  grey-1: #f5f5f5;
  grey-2: #ececec;
  grey-3: #c6c6c5;
  grey-4: #9c9b9b;
  grey-4-1: #8c8c8c;
  grey-5: #6f6f6e;
  grey-6: #3c3c3b;
  grey-6-1: #373737;
  grey-7: #9f9e9e;
  grey-8: #282828;
  grey-9: #1d1d1d;
  grey-10: #c3c3c3;
  grey-25: #252525;
  grey-27: #272727;
  grey-3c: #3c3c3c;
  grey-6a: #6a6a69;
  grey-6f: #6f6f6f;
  grey-82: #828181;
  grey-97: #979797;
  grey-9c: #9c9b9b;
  grey-a7: #a7a7a6;
  grey-c6: #c6c6c5;
  grey-d8: #d8d8d7;
  grey-dd: #dddddc;
  grey-33: #333;
  extra-light-element: rgba(255, 255, 255, 0.2);
  light-element: rgba(255, 255, 255, 0.12);
  subtle-light-element: rgba(255, 255, 255, 0.07);
  dark-element: rgba(0, 0, 0, 0.2);
  disabled-opacity: 0.38;
  disabled: rgba(255, 255, 255, 0.38);
  klein: #0025ff;
  orange: #f60;
  ocean: #41ead4;
  lilac: #6535f5;
  yellow: #ffce36;
  yellow-deep: #ffcd00;
  green: #41ead4;
  green-2: #2cdd78;
  red: red;
  danger: #f53535;
  header1: 72px;
  header2: 40px;
  header3: 36px;
  header4: 25px;
  header5: 18px;
  header6: 13px;
  subHeaderSmall: 13px;
  paragraph: 18px;
  paragraphSmall: 15px;
  menuHeight: 56px;
  menuMobileHeight: 56px;
  menuBorder: 2px;
  containerPaddingMobile: 15px;
}

.pfx-page-preview {
  --image-height: 187px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: auto;
  width: auto;
}

.pfx-page-preview__wrapper {
  border: 1px solid #6f6f6e;
  position: relative;
  margin-bottom: 16px;
}

@supports (aspect-ratio: 1/1) {
  .pfx-page-preview__wrapper {
    aspect-ratio: 3/2;
  }
}
@supports not (aspect-ratio: 1/1) {
  .pfx-page-preview__wrapper {
    position: relative !important;
    padding-bottom: 66.6666666667% !important;
    height: 0 !important;
  }
  .pfx-page-preview__wrapper > * {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100%;
  }
}
@media screen and (max-width: 668px) {
  @supports (aspect-ratio: 1/1) {
    .pfx-page-preview__wrapper {
      aspect-ratio: 5/7;
    }
  }
  @supports not (aspect-ratio: 1/1) {
    .pfx-page-preview__wrapper {
      position: relative !important;
      padding-bottom: 140% !important;
      height: 0 !important;
    }
    .pfx-page-preview__wrapper > * {
      position: absolute !important;
      top: 0 !important;
      left: 0 !important;
      width: 100% !important;
      height: 100%;
    }
  }
}
.pfx-page-preview__image-wrapper {
  width: 100%;
  display: flex;
  height: auto;
}

@supports (aspect-ratio: 1/1) {
  .pfx-page-preview__image-wrapper {
    aspect-ratio: 3/2;
  }
}
@supports not (aspect-ratio: 1/1) {
  .pfx-page-preview__image-wrapper {
    position: relative !important;
    padding-bottom: 66.6666666667% !important;
    height: 0 !important;
  }
  .pfx-page-preview__image-wrapper > * {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100%;
  }
}
@media screen and (max-width: 668px) {
  @supports (aspect-ratio: 1/1) {
    .pfx-page-preview__image-wrapper {
      aspect-ratio: 5/7;
    }
  }
  @supports not (aspect-ratio: 1/1) {
    .pfx-page-preview__image-wrapper {
      position: relative !important;
      padding-bottom: 140% !important;
      height: 0 !important;
    }
    .pfx-page-preview__image-wrapper > * {
      position: absolute !important;
      top: 0 !important;
      left: 0 !important;
      width: 100% !important;
      height: 100%;
    }
  }
}
.pfx-page-preview__image {
  -o-object-fit: cover;
  object-fit: cover;
}

.pfx-page-preview__title {
  color: #fff;
}

:export {
  breakVLarge: 1550px;
  breakLarge: 1260px;
  breakMedium: 1020px;
  breakSmall: 668px;
  containerLarge: 1140px;
  containerMedium: 940px;
  containerSmall: 620px;
  containerMobile: 100%;
  orange: #f97f00;
  orange2: #f83600;
  orangeDark: #881f00;
  red: #d50000;
  greenColor: #66ab23;
  facebook: #0025ff;
  google: #f60;
  twitter: #55acee;
  youtube: red;
  tumblr: #35465c;
  white: #fff;
  black: #000;
  grey-1: #f5f5f5;
  grey-2: #ececec;
  grey-3: #c6c6c5;
  grey-4: #9c9b9b;
  grey-4-1: #8c8c8c;
  grey-5: #6f6f6e;
  grey-6: #3c3c3b;
  grey-6-1: #373737;
  grey-7: #9f9e9e;
  grey-8: #282828;
  grey-9: #1d1d1d;
  grey-10: #c3c3c3;
  grey-25: #252525;
  grey-27: #272727;
  grey-3c: #3c3c3c;
  grey-6a: #6a6a69;
  grey-6f: #6f6f6f;
  grey-82: #828181;
  grey-97: #979797;
  grey-9c: #9c9b9b;
  grey-a7: #a7a7a6;
  grey-c6: #c6c6c5;
  grey-d8: #d8d8d7;
  grey-dd: #dddddc;
  grey-33: #333;
  extra-light-element: rgba(255, 255, 255, 0.2);
  light-element: rgba(255, 255, 255, 0.12);
  subtle-light-element: rgba(255, 255, 255, 0.07);
  dark-element: rgba(0, 0, 0, 0.2);
  disabled-opacity: 0.38;
  disabled: rgba(255, 255, 255, 0.38);
  klein: #0025ff;
  orange: #f60;
  ocean: #41ead4;
  lilac: #6535f5;
  yellow: #ffce36;
  yellow-deep: #ffcd00;
  green: #41ead4;
  green-2: #2cdd78;
  red: red;
  danger: #f53535;
  header1: 72px;
  header2: 40px;
  header3: 36px;
  header4: 25px;
  header5: 18px;
  header6: 13px;
  subHeaderSmall: 13px;
  paragraph: 18px;
  paragraphSmall: 15px;
  menuHeight: 56px;
  menuMobileHeight: 56px;
  menuBorder: 2px;
  containerPaddingMobile: 15px;
}

.pfx-lightbox-video__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.75);
  z-index: 999;
}

.pfx-lightbox-video__player {
  position: relative;
  width: 80%;
}

.pfx-lightbox-video__close-container {
  position: absolute;
  top: 0px;
  right: 0px;
  transform: translate(100%, -100%);
}

@media screen and (max-width: 668px) {
  .pfx-lightbox-video__player {
    width: 100%;
  }
  .pfx-lightbox-video__close-container {
    z-index: 1;
    transform: none;
  }
}
:export {
  breakVLarge: 1550px;
  breakLarge: 1260px;
  breakMedium: 1020px;
  breakSmall: 668px;
  containerLarge: 1140px;
  containerMedium: 940px;
  containerSmall: 620px;
  containerMobile: 100%;
  orange: #f97f00;
  orange2: #f83600;
  orangeDark: #881f00;
  red: #d50000;
  greenColor: #66ab23;
  facebook: #0025ff;
  google: #f60;
  twitter: #55acee;
  youtube: red;
  tumblr: #35465c;
  white: #fff;
  black: #000;
  grey-1: #f5f5f5;
  grey-2: #ececec;
  grey-3: #c6c6c5;
  grey-4: #9c9b9b;
  grey-4-1: #8c8c8c;
  grey-5: #6f6f6e;
  grey-6: #3c3c3b;
  grey-6-1: #373737;
  grey-7: #9f9e9e;
  grey-8: #282828;
  grey-9: #1d1d1d;
  grey-10: #c3c3c3;
  grey-25: #252525;
  grey-27: #272727;
  grey-3c: #3c3c3c;
  grey-6a: #6a6a69;
  grey-6f: #6f6f6f;
  grey-82: #828181;
  grey-97: #979797;
  grey-9c: #9c9b9b;
  grey-a7: #a7a7a6;
  grey-c6: #c6c6c5;
  grey-d8: #d8d8d7;
  grey-dd: #dddddc;
  grey-33: #333;
  extra-light-element: rgba(255, 255, 255, 0.2);
  light-element: rgba(255, 255, 255, 0.12);
  subtle-light-element: rgba(255, 255, 255, 0.07);
  dark-element: rgba(0, 0, 0, 0.2);
  disabled-opacity: 0.38;
  disabled: rgba(255, 255, 255, 0.38);
  klein: #0025ff;
  orange: #f60;
  ocean: #41ead4;
  lilac: #6535f5;
  yellow: #ffce36;
  yellow-deep: #ffcd00;
  green: #41ead4;
  green-2: #2cdd78;
  red: red;
  danger: #f53535;
  header1: 72px;
  header2: 40px;
  header3: 36px;
  header4: 25px;
  header5: 18px;
  header6: 13px;
  subHeaderSmall: 13px;
  paragraph: 18px;
  paragraphSmall: 15px;
  menuHeight: 56px;
  menuMobileHeight: 56px;
  menuBorder: 2px;
  containerPaddingMobile: 15px;
}

:export {
  breakVLarge: 1550px;
  breakLarge: 1260px;
  breakMedium: 1020px;
  breakSmall: 668px;
  containerLarge: 1140px;
  containerMedium: 940px;
  containerSmall: 620px;
  containerMobile: 100%;
  orange: #f97f00;
  orange2: #f83600;
  orangeDark: #881f00;
  red: #d50000;
  greenColor: #66ab23;
  facebook: #0025ff;
  google: #f60;
  twitter: #55acee;
  youtube: red;
  tumblr: #35465c;
  white: #fff;
  black: #000;
  grey-1: #f5f5f5;
  grey-2: #ececec;
  grey-3: #c6c6c5;
  grey-4: #9c9b9b;
  grey-4-1: #8c8c8c;
  grey-5: #6f6f6e;
  grey-6: #3c3c3b;
  grey-6-1: #373737;
  grey-7: #9f9e9e;
  grey-8: #282828;
  grey-9: #1d1d1d;
  grey-10: #c3c3c3;
  grey-25: #252525;
  grey-27: #272727;
  grey-3c: #3c3c3c;
  grey-6a: #6a6a69;
  grey-6f: #6f6f6f;
  grey-82: #828181;
  grey-97: #979797;
  grey-9c: #9c9b9b;
  grey-a7: #a7a7a6;
  grey-c6: #c6c6c5;
  grey-d8: #d8d8d7;
  grey-dd: #dddddc;
  grey-33: #333;
  extra-light-element: rgba(255, 255, 255, 0.2);
  light-element: rgba(255, 255, 255, 0.12);
  subtle-light-element: rgba(255, 255, 255, 0.07);
  dark-element: rgba(0, 0, 0, 0.2);
  disabled-opacity: 0.38;
  disabled: rgba(255, 255, 255, 0.38);
  klein: #0025ff;
  orange: #f60;
  ocean: #41ead4;
  lilac: #6535f5;
  yellow: #ffce36;
  yellow-deep: #ffcd00;
  green: #41ead4;
  green-2: #2cdd78;
  red: red;
  danger: #f53535;
  header1: 72px;
  header2: 40px;
  header3: 36px;
  header4: 25px;
  header5: 18px;
  header6: 13px;
  subHeaderSmall: 13px;
  paragraph: 18px;
  paragraphSmall: 15px;
  menuHeight: 56px;
  menuMobileHeight: 56px;
  menuBorder: 2px;
  containerPaddingMobile: 15px;
}

:export {
  breakVLarge: 1550px;
  breakLarge: 1260px;
  breakMedium: 1020px;
  breakSmall: 668px;
  containerLarge: 1140px;
  containerMedium: 940px;
  containerSmall: 620px;
  containerMobile: 100%;
  orange: #f97f00;
  orange2: #f83600;
  orangeDark: #881f00;
  red: #d50000;
  greenColor: #66ab23;
  facebook: #0025ff;
  google: #f60;
  twitter: #55acee;
  youtube: red;
  tumblr: #35465c;
  white: #fff;
  black: #000;
  grey-1: #f5f5f5;
  grey-2: #ececec;
  grey-3: #c6c6c5;
  grey-4: #9c9b9b;
  grey-4-1: #8c8c8c;
  grey-5: #6f6f6e;
  grey-6: #3c3c3b;
  grey-6-1: #373737;
  grey-7: #9f9e9e;
  grey-8: #282828;
  grey-9: #1d1d1d;
  grey-10: #c3c3c3;
  grey-25: #252525;
  grey-27: #272727;
  grey-3c: #3c3c3c;
  grey-6a: #6a6a69;
  grey-6f: #6f6f6f;
  grey-82: #828181;
  grey-97: #979797;
  grey-9c: #9c9b9b;
  grey-a7: #a7a7a6;
  grey-c6: #c6c6c5;
  grey-d8: #d8d8d7;
  grey-dd: #dddddc;
  grey-33: #333;
  extra-light-element: rgba(255, 255, 255, 0.2);
  light-element: rgba(255, 255, 255, 0.12);
  subtle-light-element: rgba(255, 255, 255, 0.07);
  dark-element: rgba(0, 0, 0, 0.2);
  disabled-opacity: 0.38;
  disabled: rgba(255, 255, 255, 0.38);
  klein: #0025ff;
  orange: #f60;
  ocean: #41ead4;
  lilac: #6535f5;
  yellow: #ffce36;
  yellow-deep: #ffcd00;
  green: #41ead4;
  green-2: #2cdd78;
  red: red;
  danger: #f53535;
  header1: 72px;
  header2: 40px;
  header3: 36px;
  header4: 25px;
  header5: 18px;
  header6: 13px;
  subHeaderSmall: 13px;
  paragraph: 18px;
  paragraphSmall: 15px;
  menuHeight: 56px;
  menuMobileHeight: 56px;
  menuBorder: 2px;
  containerPaddingMobile: 15px;
}

.pfx-video-preview {
  position: relative;
  --image-height: 187px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: auto;
  width: auto;
}

.pfx-video-preview__play-button {
  position: absolute;
  height: 100%;
  width: 100%;
}

.pfx-video-preview__wrapper {
  border: 1px solid #6f6f6e;
  position: relative;
  margin-bottom: 16px;
}

@supports (aspect-ratio: 1/1) {
  .pfx-video-preview__wrapper {
    aspect-ratio: 3/2;
  }
}
@supports not (aspect-ratio: 1/1) {
  .pfx-video-preview__wrapper {
    position: relative !important;
    padding-bottom: 66.6666666667% !important;
    height: 0 !important;
  }
  .pfx-video-preview__wrapper > * {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100%;
  }
}
@media screen and (max-width: 668px) {
  @supports (aspect-ratio: 1/1) {
    .pfx-video-preview__wrapper {
      aspect-ratio: 5/7;
    }
  }
  @supports not (aspect-ratio: 1/1) {
    .pfx-video-preview__wrapper {
      position: relative !important;
      padding-bottom: 140% !important;
      height: 0 !important;
    }
    .pfx-video-preview__wrapper > * {
      position: absolute !important;
      top: 0 !important;
      left: 0 !important;
      width: 100% !important;
      height: 100%;
    }
  }
}
.pfx-video-preview__image-wrapper {
  width: 100%;
  height: auto;
  display: flex;
}

@supports (aspect-ratio: 1/1) {
  .pfx-video-preview__image-wrapper {
    aspect-ratio: 3/2;
  }
}
@supports not (aspect-ratio: 1/1) {
  .pfx-video-preview__image-wrapper {
    position: relative !important;
    padding-bottom: 66.6666666667% !important;
    height: 0 !important;
  }
  .pfx-video-preview__image-wrapper > * {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100%;
  }
}
@media screen and (max-width: 668px) {
  @supports (aspect-ratio: 1/1) {
    .pfx-video-preview__image-wrapper {
      aspect-ratio: 5/7;
    }
  }
  @supports not (aspect-ratio: 1/1) {
    .pfx-video-preview__image-wrapper {
      position: relative !important;
      padding-bottom: 140% !important;
      height: 0 !important;
    }
    .pfx-video-preview__image-wrapper > * {
      position: absolute !important;
      top: 0 !important;
      left: 0 !important;
      width: 100% !important;
      height: 100%;
    }
  }
}
.pfx-video-preview__image {
  -o-object-fit: cover;
  object-fit: cover;
}

.pfx-video-preview__title {
  color: #fff;
}

:export {
  breakVLarge: 1550px;
  breakLarge: 1260px;
  breakMedium: 1020px;
  breakSmall: 668px;
  containerLarge: 1140px;
  containerMedium: 940px;
  containerSmall: 620px;
  containerMobile: 100%;
  orange: #f97f00;
  orange2: #f83600;
  orangeDark: #881f00;
  red: #d50000;
  greenColor: #66ab23;
  facebook: #0025ff;
  google: #f60;
  twitter: #55acee;
  youtube: red;
  tumblr: #35465c;
  white: #fff;
  black: #000;
  grey-1: #f5f5f5;
  grey-2: #ececec;
  grey-3: #c6c6c5;
  grey-4: #9c9b9b;
  grey-4-1: #8c8c8c;
  grey-5: #6f6f6e;
  grey-6: #3c3c3b;
  grey-6-1: #373737;
  grey-7: #9f9e9e;
  grey-8: #282828;
  grey-9: #1d1d1d;
  grey-10: #c3c3c3;
  grey-25: #252525;
  grey-27: #272727;
  grey-3c: #3c3c3c;
  grey-6a: #6a6a69;
  grey-6f: #6f6f6f;
  grey-82: #828181;
  grey-97: #979797;
  grey-9c: #9c9b9b;
  grey-a7: #a7a7a6;
  grey-c6: #c6c6c5;
  grey-d8: #d8d8d7;
  grey-dd: #dddddc;
  grey-33: #333;
  extra-light-element: rgba(255, 255, 255, 0.2);
  light-element: rgba(255, 255, 255, 0.12);
  subtle-light-element: rgba(255, 255, 255, 0.07);
  dark-element: rgba(0, 0, 0, 0.2);
  disabled-opacity: 0.38;
  disabled: rgba(255, 255, 255, 0.38);
  klein: #0025ff;
  orange: #f60;
  ocean: #41ead4;
  lilac: #6535f5;
  yellow: #ffce36;
  yellow-deep: #ffcd00;
  green: #41ead4;
  green-2: #2cdd78;
  red: red;
  danger: #f53535;
  header1: 72px;
  header2: 40px;
  header3: 36px;
  header4: 25px;
  header5: 18px;
  header6: 13px;
  subHeaderSmall: 13px;
  paragraph: 18px;
  paragraphSmall: 15px;
  menuHeight: 56px;
  menuMobileHeight: 56px;
  menuBorder: 2px;
  containerPaddingMobile: 15px;
}

:export {
  breakVLarge: 1550px;
  breakLarge: 1260px;
  breakMedium: 1020px;
  breakSmall: 668px;
  containerLarge: 1140px;
  containerMedium: 940px;
  containerSmall: 620px;
  containerMobile: 100%;
  orange: #f97f00;
  orange2: #f83600;
  orangeDark: #881f00;
  red: #d50000;
  greenColor: #66ab23;
  facebook: #0025ff;
  google: #f60;
  twitter: #55acee;
  youtube: red;
  tumblr: #35465c;
  white: #fff;
  black: #000;
  grey-1: #f5f5f5;
  grey-2: #ececec;
  grey-3: #c6c6c5;
  grey-4: #9c9b9b;
  grey-4-1: #8c8c8c;
  grey-5: #6f6f6e;
  grey-6: #3c3c3b;
  grey-6-1: #373737;
  grey-7: #9f9e9e;
  grey-8: #282828;
  grey-9: #1d1d1d;
  grey-10: #c3c3c3;
  grey-25: #252525;
  grey-27: #272727;
  grey-3c: #3c3c3c;
  grey-6a: #6a6a69;
  grey-6f: #6f6f6f;
  grey-82: #828181;
  grey-97: #979797;
  grey-9c: #9c9b9b;
  grey-a7: #a7a7a6;
  grey-c6: #c6c6c5;
  grey-d8: #d8d8d7;
  grey-dd: #dddddc;
  grey-33: #333;
  extra-light-element: rgba(255, 255, 255, 0.2);
  light-element: rgba(255, 255, 255, 0.12);
  subtle-light-element: rgba(255, 255, 255, 0.07);
  dark-element: rgba(0, 0, 0, 0.2);
  disabled-opacity: 0.38;
  disabled: rgba(255, 255, 255, 0.38);
  klein: #0025ff;
  orange: #f60;
  ocean: #41ead4;
  lilac: #6535f5;
  yellow: #ffce36;
  yellow-deep: #ffcd00;
  green: #41ead4;
  green-2: #2cdd78;
  red: red;
  danger: #f53535;
  header1: 72px;
  header2: 40px;
  header3: 36px;
  header4: 25px;
  header5: 18px;
  header6: 13px;
  subHeaderSmall: 13px;
  paragraph: 18px;
  paragraphSmall: 15px;
  menuHeight: 56px;
  menuMobileHeight: 56px;
  menuBorder: 2px;
  containerPaddingMobile: 15px;
}

.pfx-combo-list-block {
  color: #fff;
  display: flex;
  flex-direction: column;
}

.pfx-combo-list-block__title {
  font-family: "Suisse Int'l", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 24px;
  color: #8c8c8c;
  width: auto;
}

.pfx-combo-list-block__title-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pfx-combo-list-block__list {
  display: grid;
  grid-gap: 24px;
  gap: 24px;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: min-content;
}

@media screen and (max-width: 1020px) {
  .pfx-combo-list-block__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.pfx-combo-list-block__list-item {
  color: #fff;
  overflow: hidden;
  font-family: "Suisse Int'l", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.pfx-combo-list-block__list-item--empty {
  background: #fff;
}


