@charset "UTF-8";
/*
|--------------------------------------------------------------------------
| Colors
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Fonts variants
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Breakpoints (for mobile first)
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Typography
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Misc
|--------------------------------------------------------------------------
*/
/*
@mixin header_ss_roman {
    font-family: vars.$helvetica;
    font-weight: vars.$font-weight-regular;
    font-size: 14px;
    line-height: 18px;

    @include mix.sm {
        font-size: 18px;
        line-height: 22px;
    }
}

@mixin header_ss_light {
    font-family: vars.$helvetica;
    font-weight: vars.$font-weight-light;
    font-size: 14px;
    line-height: 18px;

    @include mix.sm {
        font-size: 18px;
        line-height: 22px;
    }
}
*/
/* Text mixins based on style guide.
*  Use these with "head", "subhead" classes, etc.
*  Don't use them directly on the h1, h2, etc. elements.
*/
/*
@mixin footnoteStyle {
    font-size: 12px;
    font-weight: vars.$font-weight-regular;
    font-family: vars.$helveticaCondensed;
}
*/
/*
|--------------------------------------------------------------------------
| Debug
|--------------------------------------------------------------------------
*/
/*
 * Show a warning message if the debug mode is enabled in the top right corner of the viewport.
 * How to use:
 * @include show-debug-mode;
 */
/*
|--------------------------------------------------------------------------
| Helper Functions
|--------------------------------------------------------------------------
*/
/**
 * Converts an HEX color into a RGB list
 */
/**
 * Converts an HEX color into RGB with alpha
 */
/**
 * Converts a value in pixels to em's, assuming that 1em=16px.
 * @param {Number} $value - A value in px
 * @return {Number} - The value converted to em's
 */
/**
 * Converts a value in pixels to rem's, assuming that 1rem=16px.
 * @param {Number} $value - A value in px
 * @return {Number} - The value converted to rem's
 */
/**
 * Remove the unit of a length.
 * @param {Number} $number - Number to remove unit from
 * @return {Number} - Unitless number
 */
/**
 * Get the width of a span of columns and the gutter spaces BETWEEN them.
 * The returned value will have the same unit as the $colWidth param.
 *
 * @param {Number} $cols - Number of columns
 * @param {Number} $colWidth - Base width for a single column.
 * @param {Number} $gutter - Width of a gutter space.
 * @return {Number} - Width for $cols columns
 */
/**
 * Get the width of a span of columns and a gutter space for EACH column.
 * The returned value will have the same unit as the $colWidth param.
 *
 * @param {Number} $cols - Number of columns
 * @param {Number} $colWidth - Base width for a single column.
 * @param {Number} $gutter - Width of a gutter space.
 * @return {Number} - Width for $cols columns
 */
@font-face {
  font-family: "dccITCFranklinGothicStdCondensed";
  src: url("/dccfonts/ITCFranklinGothicStd-BkCd.woff2") format("woff2"), url("/dccfonts/ITCFranklinGothicStd-BkCd.woff") format("woff");
  font-weight: 350;
  font-style: normal;
  font-display: swap;
  descent-override: 0%;
}
@font-face {
  font-family: "dccITCFranklinGothicStdCondensed";
  src: url("/dccfonts/ITCFranklinGothicStd-BkCdIt.woff2") format("woff2"), url("/dccfonts/ITCFranklinGothicStd-BkCdIt.woff") format("woff");
  font-weight: 350;
  font-style: italic;
  font-display: swap;
  descent-override: 0%;
}
@font-face {
  font-family: "dccITCFranklinGothicStdCondensed";
  src: url("/dccfonts/ITCFranklinGothicStd-DmCd.woff2") format("woff2"), url("/dccfonts/ITCFranklinGothicStd-DmCd.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  descent-override: 0%;
}
@font-face {
  font-family: "dccITCFranklinGothicStdCondensed";
  src: url("/dccfonts/ITCFranklinGothicStd-DmCdIt.woff2") format("woff2"), url("/dccfonts/ITCFranklinGothicStd-DmCdIt.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
  descent-override: 0%;
}
@font-face {
  font-family: "dccITCFranklinGothicStdCondensed";
  src: url("/dccfonts/ITCFranklinGothicStd-MdCd.woff2") format("woff2"), url("/dccfonts/ITCFranklinGothicStd-MdCd.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  descent-override: 0%;
}
@font-face {
  font-family: "dccITCFranklinGothicStdCompressed";
  src: url("/dccfonts/ITCFranklinGothicStd-BkCp.woff2") format("woff2"), url("/dccfonts/ITCFranklinGothicStd-BkCp.woff") format("woff");
  font-weight: 350;
  font-style: normal;
  font-display: swap;
  descent-override: 0%;
}
@font-face {
  font-family: "dccITCFranklinGothicStdCompressed";
  src: url("/dccfonts/ITCFranklinGothicStd-BkCpIt.woff2") format("woff2"), url("/dccfonts/ITCFranklinGothicStd-BkCpIt.woff") format("woff");
  font-weight: 350;
  font-style: italic;
  font-display: swap;
  descent-override: 0%;
}
@font-face {
  font-family: "dccITCFranklinGothicStdCompressed";
  src: url("/dccfonts/ITCFranklinGothicStd-DmCp.woff2") format("woff2"), url("/dccfonts/ITCFranklinGothicStd-DmCp.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  descent-override: 0%;
}
@font-face {
  font-family: "dccITCFranklinGothicStdCompressed";
  src: url("/dccfonts/ITCFranklinGothicStd-DmCpIt.woff2") format("woff2"), url("/dccfonts/ITCFranklinGothicStd-DmCpIt.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
  descent-override: 0%;
}
@font-face {
  font-family: "dccITCFranklinGothicStdExtraCompressed";
  src: url("/dccfonts/ITCFranklinGothicStd-BkXCp.woff2") format("woff2"), url("/dccfonts/ITCFranklinGothicStd-BkXCp.woff") format("woff");
  font-weight: 350;
  font-style: normal;
  font-display: swap;
  descent-override: 0%;
}
@font-face {
  font-family: "dccITCFranklinGothicStdExtraCompressed";
  src: url("/dccfonts/ITCFranklinGothicStd-DmXCp.woff2") format("woff2"), url("/dccfonts/ITCFranklinGothicStd-DmXCp.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  descent-override: 0%;
}
@font-face {
  font-family: "dccITCFranklinGothicStd";
  src: url("/dccfonts/ITCFranklinGothicStd-Book.woff2") format("woff2"), url("/dccfonts/ITCFranklinGothicStd-Book.woff") format("woff");
  font-weight: 350;
  font-style: normal;
  font-display: swap;
  descent-override: 0%;
}
@font-face {
  font-family: "dccITCFranklinGothicStd";
  src: url("/dccfonts/ITCFranklinothicStd-BookIt.woff2") format("woff2"), url("/dccfonts/ITCFranklinGothicStd-BookIt.woff") format("woff");
  font-weight: 350;
  font-style: italic;
  font-display: swap;
  descent-override: 0%;
}
@font-face {
  font-family: "dccITCFranklinGothicStd";
  src: url("/dccfonts/ITCFranklinGothicStd-Demi.woff2") format("woff2"), url("/dccfonts/ITCFranklinGothicStd-Demi.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  descent-override: 0%;
}
@font-face {
  font-family: "dccITCFranklinGothicStd";
  src: url("/dccfonts/ITCFranklinGothicStd-DemiIt.woff2") format("woff2"), url("/dccfonts/ITCFranklinGothicStd-DemiIt.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
  descent-override: 0%;
}
@font-face {
  font-family: "dccITCFranklinGothicStd";
  src: url("/dccfonts/ITCFranklinGothicStd-Med.woff2") format("woff2"), url("/dccfonts/ITCFranklinGothicStd-Med.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  descent-override: 0%;
}
@font-face {
  font-family: "dccITCFranklinGothicStd";
  src: url("/dccfonts/ITCFranklinGothicStd-MedIt.woff2") format("woff2"), url("/dccfonts/ITCFranklinGothicStd-MedIt.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
  descent-override: 0%;
}
@font-face {
  font-family: "dccITCFranklinGothicStd";
  src: url("/dccfonts/ITCFranklinGothicStd-Hvy.woff2") format("woff2"), url("/dccfonts/ITCFranklinGothicStd-Hvy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  descent-override: 0%;
}
@font-face {
  font-family: "dccITCFranklinGothicStd";
  src: url("/dccfonts/ITCFranklinGothicStd-HvyIt.woff2") format("woff2"), url("/dccfonts/ITCFranklinGothicStd-HvyIt.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
  descent-override: 0%;
}
/*
|--------------------------------------------------------------------------
| Colors
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Fonts variants
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Breakpoints (for mobile first)
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Typography
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Misc
|--------------------------------------------------------------------------
*/
/*
@mixin header_ss_roman {
    font-family: vars.$helvetica;
    font-weight: vars.$font-weight-regular;
    font-size: 14px;
    line-height: 18px;

    @include mix.sm {
        font-size: 18px;
        line-height: 22px;
    }
}

@mixin header_ss_light {
    font-family: vars.$helvetica;
    font-weight: vars.$font-weight-light;
    font-size: 14px;
    line-height: 18px;

    @include mix.sm {
        font-size: 18px;
        line-height: 22px;
    }
}
*/
/* Text mixins based on style guide.
*  Use these with "head", "subhead" classes, etc.
*  Don't use them directly on the h1, h2, etc. elements.
*/
/*
@mixin footnoteStyle {
    font-size: 12px;
    font-weight: vars.$font-weight-regular;
    font-family: vars.$helveticaCondensed;
}
*/
/*
|--------------------------------------------------------------------------
| Debug
|--------------------------------------------------------------------------
*/
/*
 * Show a warning message if the debug mode is enabled in the top right corner of the viewport.
 * How to use:
 * @include show-debug-mode;
 */
/*
|--------------------------------------------------------------------------
| Helper Functions
|--------------------------------------------------------------------------
*/
/**
 * Converts an HEX color into a RGB list
 */
/**
 * Converts an HEX color into RGB with alpha
 */
/**
 * Converts a value in pixels to em's, assuming that 1em=16px.
 * @param {Number} $value - A value in px
 * @return {Number} - The value converted to em's
 */
/**
 * Converts a value in pixels to rem's, assuming that 1rem=16px.
 * @param {Number} $value - A value in px
 * @return {Number} - The value converted to rem's
 */
/**
 * Remove the unit of a length.
 * @param {Number} $number - Number to remove unit from
 * @return {Number} - Unitless number
 */
/**
 * Get the width of a span of columns and the gutter spaces BETWEEN them.
 * The returned value will have the same unit as the $colWidth param.
 *
 * @param {Number} $cols - Number of columns
 * @param {Number} $colWidth - Base width for a single column.
 * @param {Number} $gutter - Width of a gutter space.
 * @return {Number} - Width for $cols columns
 */
/**
 * Get the width of a span of columns and a gutter space for EACH column.
 * The returned value will have the same unit as the $colWidth param.
 *
 * @param {Number} $cols - Number of columns
 * @param {Number} $colWidth - Base width for a single column.
 * @param {Number} $gutter - Width of a gutter space.
 * @return {Number} - Width for $cols columns
 */
body {
  /*
  $breakpoints: ("": "",
      "xs": 576px,
      "sm": 768px,
      "md": 992px,
      "lg": 1200px,
  );
  */
  /*
  .modal .padding--0 {
      padding: 0px;
  }
  */
  /*
  .modal .padding--5 {
      padding: 5px;
  }
  */
  /*
  .modal .padding--10 {
      padding: 10px;
  }
  */
  /*
  .modal .padding--15 {
      padding: 15px;
  }
  */
  /*
  .modal .padding--20 {
      padding: 20px;
  }
  */
  /*
  .modal .padding--25 {
      padding: 25px;
  }
  */
  /*
  .modal .padding--30 {
      padding: 30px;
  }
  */
  /*
  .modal .padding--35 {
      padding: 35px;
  }
  */
  /*
  .modal .padding--40 {
      padding: 40px;
  }
  */
  /*
  .modal .padding--45 {
      padding: 45px;
  }
  */
  /*
  .modal .padding--50 {
      padding: 50px;
  }
  */
  /*
  .modal .padding--55 {
      padding: 55px;
  }
  */
  /*
  .modal .padding--60 {
      padding: 60px;
  }
  */
  /*
  .modal .padding--65 {
      padding: 65px;
  }
  */
  /*
  .modal .padding--70 {
      padding: 70px;
  }
  */
  /*
  .modal .padding--75 {
      padding: 75px;
  }
  */
  /*
  .modal .padding--80 {
      padding: 80px;
  }
  */
  /*
  .modal .padding--85 {
      padding: 85px;
  }
  */
  /*
  .modal .padding--90 {
      padding: 90px;
  }
  */
  /*
  .modal .padding--95 {
      padding: 95px;
  }
  */
  /*
  .modal .padding--100 {
      padding: 100px;
  }
  */
  /*
  .modal .padding-t-0 {
      padding-top: 0px;
  }
  */
  /*
  .modal .padding-t-5 {
      padding-top: 5px;
  }
  */
  /*
  .modal .padding-t-10 {
      padding-top: 10px;
  }
  */
  /*
  .modal .padding-t-15 {
      padding-top: 15px;
  }
  */
  /*
  .modal .padding-t-20 {
      padding-top: 20px;
  }
  */
  /*
  .modal .padding-t-25 {
      padding-top: 25px;
  }
  */
  /*
  .modal .padding-t-30 {
      padding-top: 30px;
  }
  */
  /*
  .modal .padding-t-35 {
      padding-top: 35px;
  }
  */
  /*
  .modal .padding-t-40 {
      padding-top: 40px;
  }
  */
  /*
  .modal .padding-t-45 {
      padding-top: 45px;
  }
  */
  /*
  .modal .padding-t-50 {
      padding-top: 50px;
  }
  */
  /*
  .modal .padding-t-55 {
      padding-top: 55px;
  }
  */
  /*
  .modal .padding-t-60 {
      padding-top: 60px;
  }
  */
  /*
  .modal .padding-t-65 {
      padding-top: 65px;
  }
  */
  /*
  .modal .padding-t-70 {
      padding-top: 70px;
  }
  */
  /*
  .modal .padding-t-75 {
      padding-top: 75px;
  }
  */
  /*
  .modal .padding-t-80 {
      padding-top: 80px;
  }
  */
  /*
  .modal .padding-t-85 {
      padding-top: 85px;
  }
  */
  /*
  .modal .padding-t-90 {
      padding-top: 90px;
  }
  */
  /*
  .modal .padding-t-95 {
      padding-top: 95px;
  }
  */
  /*
  .modal .padding-t-100 {
      padding-top: 100px;
  }
  */
  /*
  .modal .padding-b-0 {
      padding-bottom: 0px;
  }
  */
  /*
  .modal .padding-b-5 {
      padding-bottom: 5px;
  }
  */
  /*
  .modal .padding-b-10 {
      padding-bottom: 10px;
  }
  */
  /*
  .modal .padding-b-15 {
      padding-bottom: 15px;
  }
  */
  /*
  .modal .padding-b-20 {
      padding-bottom: 20px;
  }
  */
  /*
  .modal .padding-b-25 {
      padding-bottom: 25px;
  }
  */
  /*
  .modal .padding-b-30 {
      padding-bottom: 30px;
  }
  */
  /*
  .modal .padding-b-35 {
      padding-bottom: 35px;
  }
  */
  /*
  .modal .padding-b-40 {
      padding-bottom: 40px;
  }
  */
  /*
  .modal .padding-b-45 {
      padding-bottom: 45px;
  }
  */
  /*
  .modal .padding-b-50 {
      padding-bottom: 50px;
  }
  */
  /*
  .modal .padding-b-55 {
      padding-bottom: 55px;
  }
  */
  /*
  .modal .padding-b-60 {
      padding-bottom: 60px;
  }
  */
  /*
  .modal .padding-b-65 {
      padding-bottom: 65px;
  }
  */
  /*
  .modal .padding-b-70 {
      padding-bottom: 70px;
  }
  */
  /*
  .modal .padding-b-75 {
      padding-bottom: 75px;
  }
  */
  /*
  .modal .padding-b-80 {
      padding-bottom: 80px;
  }
  */
  /*
  .modal .padding-b-85 {
      padding-bottom: 85px;
  }
  */
  /*
  .modal .padding-b-90 {
      padding-bottom: 90px;
  }
  */
  /*
  .modal .padding-b-95 {
      padding-bottom: 95px;
  }
  */
  /*
  .modal .padding-b-100 {
      padding-bottom: 100px;
  }
  */
  /*
  .modal .padding-l-0 {
      padding-left: 0px;
  }
  */
  /*
  .modal .padding-l-5 {
      padding-left: 5px;
  }
  */
  /*
  .modal .padding-l-10 {
      padding-left: 10px;
  }
  */
  /*
  .modal .padding-l-15 {
      padding-left: 15px;
  }
  */
  /*
  .modal .padding-l-20 {
      padding-left: 20px;
  }
  */
  /*
  .modal .padding-l-25 {
      padding-left: 25px;
  }
  */
  /*
  .modal .padding-l-30 {
      padding-left: 30px;
  }
  */
  /*
  .modal .padding-l-35 {
      padding-left: 35px;
  }
  */
  /*
  .modal .padding-l-40 {
      padding-left: 40px;
  }
  */
  /*
  .modal .padding-l-45 {
      padding-left: 45px;
  }
  */
  /*
  .modal .padding-l-50 {
      padding-left: 50px;
  }
  */
  /*
  .modal .padding-l-55 {
      padding-left: 55px;
  }
  */
  /*
  .modal .padding-l-60 {
      padding-left: 60px;
  }
  */
  /*
  .modal .padding-l-65 {
      padding-left: 65px;
  }
  */
  /*
  .modal .padding-l-70 {
      padding-left: 70px;
  }
  */
  /*
  .modal .padding-l-75 {
      padding-left: 75px;
  }
  */
  /*
  .modal .padding-l-80 {
      padding-left: 80px;
  }
  */
  /*
  .modal .padding-l-85 {
      padding-left: 85px;
  }
  */
  /*
  .modal .padding-l-90 {
      padding-left: 90px;
  }
  */
  /*
  .modal .padding-l-95 {
      padding-left: 95px;
  }
  */
  /*
  .modal .padding-l-100 {
      padding-left: 100px;
  }
  */
  /*
  .modal .padding-r-0 {
      padding-right: 0px;
  }
  */
  /*
  .modal .padding-r-5 {
      padding-right: 5px;
  }
  */
  /*
  .modal .padding-r-10 {
      padding-right: 10px;
  }
  */
  /*
  .modal .padding-r-15 {
      padding-right: 15px;
  }
  */
  /*
  .modal .padding-r-20 {
      padding-right: 20px;
  }
  */
  /*
  .modal .padding-r-25 {
      padding-right: 25px;
  }
  */
  /*
  .modal .padding-r-30 {
      padding-right: 30px;
  }
  */
  /*
  .modal .padding-r-35 {
      padding-right: 35px;
  }
  */
  /*
  .modal .padding-r-40 {
      padding-right: 40px;
  }
  */
  /*
  .modal .padding-r-45 {
      padding-right: 45px;
  }
  */
  /*
  .modal .padding-r-50 {
      padding-right: 50px;
  }
  */
  /*
  .modal .padding-r-55 {
      padding-right: 55px;
  }
  */
  /*
  .modal .padding-r-60 {
      padding-right: 60px;
  }
  */
  /*
  .modal .padding-r-65 {
      padding-right: 65px;
  }
  */
  /*
  .modal .padding-r-70 {
      padding-right: 70px;
  }
  */
  /*
  .modal .padding-r-75 {
      padding-right: 75px;
  }
  */
  /*
  .modal .padding-r-80 {
      padding-right: 80px;
  }
  */
  /*
  .modal .padding-r-85 {
      padding-right: 85px;
  }
  */
  /*
  .modal .padding-r-90 {
      padding-right: 90px;
  }
  */
  /*
  .modal .padding-r-95 {
      padding-right: 95px;
  }
  */
  /*
  .modal .padding-r-100 {
      padding-right: 100px;
  }
  */
}
body .margin--0 {
  margin: 0px !important;
}
body .padding--0 {
  padding: 0px !important;
}
body .margin--5 {
  margin: 5px !important;
}
body .padding--5 {
  padding: 5px !important;
}
body .margin--10 {
  margin: 10px !important;
}
body .padding--10 {
  padding: 10px !important;
}
body .margin--15 {
  margin: 15px !important;
}
body .padding--15 {
  padding: 15px !important;
}
body .margin--20 {
  margin: 20px !important;
}
body .padding--20 {
  padding: 20px !important;
}
body .margin--25 {
  margin: 25px !important;
}
body .padding--25 {
  padding: 25px !important;
}
body .margin--30 {
  margin: 30px !important;
}
body .padding--30 {
  padding: 30px !important;
}
body .margin--35 {
  margin: 35px !important;
}
body .padding--35 {
  padding: 35px !important;
}
body .margin--40 {
  margin: 40px !important;
}
body .padding--40 {
  padding: 40px !important;
}
body .margin--45 {
  margin: 45px !important;
}
body .padding--45 {
  padding: 45px !important;
}
body .margin--50 {
  margin: 50px !important;
}
body .padding--50 {
  padding: 50px !important;
}
body .margin--55 {
  margin: 55px !important;
}
body .padding--55 {
  padding: 55px !important;
}
body .margin--60 {
  margin: 60px !important;
}
body .padding--60 {
  padding: 60px !important;
}
body .margin--65 {
  margin: 65px !important;
}
body .padding--65 {
  padding: 65px !important;
}
body .margin--70 {
  margin: 70px !important;
}
body .padding--70 {
  padding: 70px !important;
}
body .margin--75 {
  margin: 75px !important;
}
body .padding--75 {
  padding: 75px !important;
}
body .margin--80 {
  margin: 80px !important;
}
body .padding--80 {
  padding: 80px !important;
}
body .margin--85 {
  margin: 85px !important;
}
body .padding--85 {
  padding: 85px !important;
}
body .margin--90 {
  margin: 90px !important;
}
body .padding--90 {
  padding: 90px !important;
}
body .margin--95 {
  margin: 95px !important;
}
body .padding--95 {
  padding: 95px !important;
}
body .margin--100 {
  margin: 100px !important;
}
body .padding--100 {
  padding: 100px !important;
}
body .margin-t-0 {
  margin-top: 0px !important;
}
body .padding-t-0 {
  padding-top: 0px !important;
}
body .margin-t-5 {
  margin-top: 5px !important;
}
body .padding-t-5 {
  padding-top: 5px !important;
}
body .margin-t-10 {
  margin-top: 10px !important;
}
body .padding-t-10 {
  padding-top: 10px !important;
}
body .margin-t-15 {
  margin-top: 15px !important;
}
body .padding-t-15 {
  padding-top: 15px !important;
}
body .margin-t-20 {
  margin-top: 20px !important;
}
body .padding-t-20 {
  padding-top: 20px !important;
}
body .margin-t-25 {
  margin-top: 25px !important;
}
body .padding-t-25 {
  padding-top: 25px !important;
}
body .margin-t-30 {
  margin-top: 30px !important;
}
body .padding-t-30 {
  padding-top: 30px !important;
}
body .margin-t-35 {
  margin-top: 35px !important;
}
body .padding-t-35 {
  padding-top: 35px !important;
}
body .margin-t-40 {
  margin-top: 40px !important;
}
body .padding-t-40 {
  padding-top: 40px !important;
}
body .margin-t-45 {
  margin-top: 45px !important;
}
body .padding-t-45 {
  padding-top: 45px !important;
}
body .margin-t-50 {
  margin-top: 50px !important;
}
body .padding-t-50 {
  padding-top: 50px !important;
}
body .margin-t-55 {
  margin-top: 55px !important;
}
body .padding-t-55 {
  padding-top: 55px !important;
}
body .margin-t-60 {
  margin-top: 60px !important;
}
body .padding-t-60 {
  padding-top: 60px !important;
}
body .margin-t-65 {
  margin-top: 65px !important;
}
body .padding-t-65 {
  padding-top: 65px !important;
}
body .margin-t-70 {
  margin-top: 70px !important;
}
body .padding-t-70 {
  padding-top: 70px !important;
}
body .margin-t-75 {
  margin-top: 75px !important;
}
body .padding-t-75 {
  padding-top: 75px !important;
}
body .margin-t-80 {
  margin-top: 80px !important;
}
body .padding-t-80 {
  padding-top: 80px !important;
}
body .margin-t-85 {
  margin-top: 85px !important;
}
body .padding-t-85 {
  padding-top: 85px !important;
}
body .margin-t-90 {
  margin-top: 90px !important;
}
body .padding-t-90 {
  padding-top: 90px !important;
}
body .margin-t-95 {
  margin-top: 95px !important;
}
body .padding-t-95 {
  padding-top: 95px !important;
}
body .margin-t-100 {
  margin-top: 100px !important;
}
body .padding-t-100 {
  padding-top: 100px !important;
}
body .margin-b-0 {
  margin-bottom: 0px !important;
}
body .padding-b-0 {
  padding-bottom: 0px !important;
}
body .margin-b-5 {
  margin-bottom: 5px !important;
}
body .padding-b-5 {
  padding-bottom: 5px !important;
}
body .margin-b-10 {
  margin-bottom: 10px !important;
}
body .padding-b-10 {
  padding-bottom: 10px !important;
}
body .margin-b-15 {
  margin-bottom: 15px !important;
}
body .padding-b-15 {
  padding-bottom: 15px !important;
}
body .margin-b-20 {
  margin-bottom: 20px !important;
}
body .padding-b-20 {
  padding-bottom: 20px !important;
}
body .margin-b-25 {
  margin-bottom: 25px !important;
}
body .padding-b-25 {
  padding-bottom: 25px !important;
}
body .margin-b-30 {
  margin-bottom: 30px !important;
}
body .padding-b-30 {
  padding-bottom: 30px !important;
}
body .margin-b-35 {
  margin-bottom: 35px !important;
}
body .padding-b-35 {
  padding-bottom: 35px !important;
}
body .margin-b-40 {
  margin-bottom: 40px !important;
}
body .padding-b-40 {
  padding-bottom: 40px !important;
}
body .margin-b-45 {
  margin-bottom: 45px !important;
}
body .padding-b-45 {
  padding-bottom: 45px !important;
}
body .margin-b-50 {
  margin-bottom: 50px !important;
}
body .padding-b-50 {
  padding-bottom: 50px !important;
}
body .margin-b-55 {
  margin-bottom: 55px !important;
}
body .padding-b-55 {
  padding-bottom: 55px !important;
}
body .margin-b-60 {
  margin-bottom: 60px !important;
}
body .padding-b-60 {
  padding-bottom: 60px !important;
}
body .margin-b-65 {
  margin-bottom: 65px !important;
}
body .padding-b-65 {
  padding-bottom: 65px !important;
}
body .margin-b-70 {
  margin-bottom: 70px !important;
}
body .padding-b-70 {
  padding-bottom: 70px !important;
}
body .margin-b-75 {
  margin-bottom: 75px !important;
}
body .padding-b-75 {
  padding-bottom: 75px !important;
}
body .margin-b-80 {
  margin-bottom: 80px !important;
}
body .padding-b-80 {
  padding-bottom: 80px !important;
}
body .margin-b-85 {
  margin-bottom: 85px !important;
}
body .padding-b-85 {
  padding-bottom: 85px !important;
}
body .margin-b-90 {
  margin-bottom: 90px !important;
}
body .padding-b-90 {
  padding-bottom: 90px !important;
}
body .margin-b-95 {
  margin-bottom: 95px !important;
}
body .padding-b-95 {
  padding-bottom: 95px !important;
}
body .margin-b-100 {
  margin-bottom: 100px !important;
}
body .padding-b-100 {
  padding-bottom: 100px !important;
}
body .margin-l-0 {
  margin-left: 0px !important;
}
body .padding-l-0 {
  padding-left: 0px !important;
}
body .margin-l-5 {
  margin-left: 5px !important;
}
body .padding-l-5 {
  padding-left: 5px !important;
}
body .margin-l-10 {
  margin-left: 10px !important;
}
body .padding-l-10 {
  padding-left: 10px !important;
}
body .margin-l-15 {
  margin-left: 15px !important;
}
body .padding-l-15 {
  padding-left: 15px !important;
}
body .margin-l-20 {
  margin-left: 20px !important;
}
body .padding-l-20 {
  padding-left: 20px !important;
}
body .margin-l-25 {
  margin-left: 25px !important;
}
body .padding-l-25 {
  padding-left: 25px !important;
}
body .margin-l-30 {
  margin-left: 30px !important;
}
body .padding-l-30 {
  padding-left: 30px !important;
}
body .margin-l-35 {
  margin-left: 35px !important;
}
body .padding-l-35 {
  padding-left: 35px !important;
}
body .margin-l-40 {
  margin-left: 40px !important;
}
body .padding-l-40 {
  padding-left: 40px !important;
}
body .margin-l-45 {
  margin-left: 45px !important;
}
body .padding-l-45 {
  padding-left: 45px !important;
}
body .margin-l-50 {
  margin-left: 50px !important;
}
body .padding-l-50 {
  padding-left: 50px !important;
}
body .margin-l-55 {
  margin-left: 55px !important;
}
body .padding-l-55 {
  padding-left: 55px !important;
}
body .margin-l-60 {
  margin-left: 60px !important;
}
body .padding-l-60 {
  padding-left: 60px !important;
}
body .margin-l-65 {
  margin-left: 65px !important;
}
body .padding-l-65 {
  padding-left: 65px !important;
}
body .margin-l-70 {
  margin-left: 70px !important;
}
body .padding-l-70 {
  padding-left: 70px !important;
}
body .margin-l-75 {
  margin-left: 75px !important;
}
body .padding-l-75 {
  padding-left: 75px !important;
}
body .margin-l-80 {
  margin-left: 80px !important;
}
body .padding-l-80 {
  padding-left: 80px !important;
}
body .margin-l-85 {
  margin-left: 85px !important;
}
body .padding-l-85 {
  padding-left: 85px !important;
}
body .margin-l-90 {
  margin-left: 90px !important;
}
body .padding-l-90 {
  padding-left: 90px !important;
}
body .margin-l-95 {
  margin-left: 95px !important;
}
body .padding-l-95 {
  padding-left: 95px !important;
}
body .margin-l-100 {
  margin-left: 100px !important;
}
body .padding-l-100 {
  padding-left: 100px !important;
}
body .margin-r-0 {
  margin-right: 0px !important;
}
body .padding-r-0 {
  padding-right: 0px !important;
}
body .margin-r-5 {
  margin-right: 5px !important;
}
body .padding-r-5 {
  padding-right: 5px !important;
}
body .margin-r-10 {
  margin-right: 10px !important;
}
body .padding-r-10 {
  padding-right: 10px !important;
}
body .margin-r-15 {
  margin-right: 15px !important;
}
body .padding-r-15 {
  padding-right: 15px !important;
}
body .margin-r-20 {
  margin-right: 20px !important;
}
body .padding-r-20 {
  padding-right: 20px !important;
}
body .margin-r-25 {
  margin-right: 25px !important;
}
body .padding-r-25 {
  padding-right: 25px !important;
}
body .margin-r-30 {
  margin-right: 30px !important;
}
body .padding-r-30 {
  padding-right: 30px !important;
}
body .margin-r-35 {
  margin-right: 35px !important;
}
body .padding-r-35 {
  padding-right: 35px !important;
}
body .margin-r-40 {
  margin-right: 40px !important;
}
body .padding-r-40 {
  padding-right: 40px !important;
}
body .margin-r-45 {
  margin-right: 45px !important;
}
body .padding-r-45 {
  padding-right: 45px !important;
}
body .margin-r-50 {
  margin-right: 50px !important;
}
body .padding-r-50 {
  padding-right: 50px !important;
}
body .margin-r-55 {
  margin-right: 55px !important;
}
body .padding-r-55 {
  padding-right: 55px !important;
}
body .margin-r-60 {
  margin-right: 60px !important;
}
body .padding-r-60 {
  padding-right: 60px !important;
}
body .margin-r-65 {
  margin-right: 65px !important;
}
body .padding-r-65 {
  padding-right: 65px !important;
}
body .margin-r-70 {
  margin-right: 70px !important;
}
body .padding-r-70 {
  padding-right: 70px !important;
}
body .margin-r-75 {
  margin-right: 75px !important;
}
body .padding-r-75 {
  padding-right: 75px !important;
}
body .margin-r-80 {
  margin-right: 80px !important;
}
body .padding-r-80 {
  padding-right: 80px !important;
}
body .margin-r-85 {
  margin-right: 85px !important;
}
body .padding-r-85 {
  padding-right: 85px !important;
}
body .margin-r-90 {
  margin-right: 90px !important;
}
body .padding-r-90 {
  padding-right: 90px !important;
}
body .margin-r-95 {
  margin-right: 95px !important;
}
body .padding-r-95 {
  padding-right: 95px !important;
}
body .margin-r-100 {
  margin-right: 100px !important;
}
body .padding-r-100 {
  padding-right: 100px !important;
}
@media (min-width: 450px) {
  body {
    /*
    .modal .padding--xs-0 {
        padding: 0px;
    }
    */
  }
  body .margin--xs-0 {
    margin: 0px !important;
  }
  body .padding--xs-0 {
    padding: 0px !important;
  }
}
@media (min-width: 450px) {
  body {
    /*
    .modal .padding--xs-5 {
        padding: 5px;
    }
    */
  }
  body .margin--xs-5 {
    margin: 5px !important;
  }
  body .padding--xs-5 {
    padding: 5px !important;
  }
}
@media (min-width: 450px) {
  body {
    /*
    .modal .padding--xs-10 {
        padding: 10px;
    }
    */
  }
  body .margin--xs-10 {
    margin: 10px !important;
  }
  body .padding--xs-10 {
    padding: 10px !important;
  }
}
@media (min-width: 450px) {
  body {
    /*
    .modal .padding--xs-15 {
        padding: 15px;
    }
    */
  }
  body .margin--xs-15 {
    margin: 15px !important;
  }
  body .padding--xs-15 {
    padding: 15px !important;
  }
}
@media (min-width: 450px) {
  body {
    /*
    .modal .padding--xs-20 {
        padding: 20px;
    }
    */
  }
  body .margin--xs-20 {
    margin: 20px !important;
  }
  body .padding--xs-20 {
    padding: 20px !important;
  }
}
@media (min-width: 450px) {
  body {
    /*
    .modal .padding--xs-25 {
        padding: 25px;
    }
    */
  }
  body .margin--xs-25 {
    margin: 25px !important;
  }
  body .padding--xs-25 {
    padding: 25px !important;
  }
}
@media (min-width: 450px) {
  body {
    /*
    .modal .padding--xs-30 {
        padding: 30px;
    }
    */
  }
  body .margin--xs-30 {
    margin: 30px !important;
  }
  body .padding--xs-30 {
    padding: 30px !important;
  }
}
@media (min-width: 450px) {
  body {
    /*
    .modal .padding--xs-35 {
        padding: 35px;
    }
    */
  }
  body .margin--xs-35 {
    margin: 35px !important;
  }
  body .padding--xs-35 {
    padding: 35px !important;
  }
}
@media (min-width: 450px) {
  body {
    /*
    .modal .padding--xs-40 {
        padding: 40px;
    }
    */
  }
  body .margin--xs-40 {
    margin: 40px !important;
  }
  body .padding--xs-40 {
    padding: 40px !important;
  }
}
@media (min-width: 450px) {
  body {
    /*
    .modal .padding--xs-45 {
        padding: 45px;
    }
    */
  }
  body .margin--xs-45 {
    margin: 45px !important;
  }
  body .padding--xs-45 {
    padding: 45px !important;
  }
}
@media (min-width: 450px) {
  body {
    /*
    .modal .padding--xs-50 {
        padding: 50px;
    }
    */
  }
  body .margin--xs-50 {
    margin: 50px !important;
  }
  body .padding--xs-50 {
    padding: 50px !important;
  }
}
@media (min-width: 450px) {
  body {
    /*
    .modal .padding--xs-55 {
        padding: 55px;
    }
    */
  }
  body .margin--xs-55 {
    margin: 55px !important;
  }
  body .padding--xs-55 {
    padding: 55px !important;
  }
}
@media (min-width: 450px) {
  body {
    /*
    .modal .padding--xs-60 {
        padding: 60px;
    }
    */
  }
  body .margin--xs-60 {
    margin: 60px !important;
  }
  body .padding--xs-60 {
    padding: 60px !important;
  }
}
@media (min-width: 450px) {
  body {
    /*
    .modal .padding--xs-65 {
        padding: 65px;
    }
    */
  }
  body .margin--xs-65 {
    margin: 65px !important;
  }
  body .padding--xs-65 {
    padding: 65px !important;
  }
}
@media (min-width: 450px) {
  body {
    /*
    .modal .padding--xs-70 {
        padding: 70px;
    }
    */
  }
  body .margin--xs-70 {
    margin: 70px !important;
  }
  body .padding--xs-70 {
    padding: 70px !important;
  }
}
@media (min-width: 450px) {
  body {
    /*
    .modal .padding--xs-75 {
        padding: 75px;
    }
    */
  }
  body .margin--xs-75 {
    margin: 75px !important;
  }
  body .padding--xs-75 {
    padding: 75px !important;
  }
}
@media (min-width: 450px) {
  body {
    /*
    .modal .padding--xs-80 {
        padding: 80px;
    }
    */
  }
  body .margin--xs-80 {
    margin: 80px !important;
  }
  body .padding--xs-80 {
    padding: 80px !important;
  }
}
@media (min-width: 450px) {
  body {
    /*
    .modal .padding--xs-85 {
        padding: 85px;
    }
    */
  }
  body .margin--xs-85 {
    margin: 85px !important;
  }
  body .padding--xs-85 {
    padding: 85px !important;
  }
}
@media (min-width: 450px) {
  body {
    /*
    .modal .padding--xs-90 {
        padding: 90px;
    }
    */
  }
  body .margin--xs-90 {
    margin: 90px !important;
  }
  body .padding--xs-90 {
    padding: 90px !important;
  }
}
@media (min-width: 450px) {
  body {
    /*
    .modal .padding--xs-95 {
        padding: 95px;
    }
    */
  }
  body .margin--xs-95 {
    margin: 95px !important;
  }
  body .padding--xs-95 {
    padding: 95px !important;
  }
}
@media (min-width: 450px) {
  body {
    /*
    .modal .padding--xs-100 {
        padding: 100px;
    }
    */
  }
  body .margin--xs-100 {
    margin: 100px !important;
  }
  body .padding--xs-100 {
    padding: 100px !important;
  }
}
@media (min-width: 450px) {
  body {
    /*
    .modal .padding-t-xs-0 {
        padding-top: 0px;
    }
    */
  }
  body .margin-t-xs-0 {
    margin-top: 0px !important;
  }
  body .padding-t-xs-0 {
    padding-top: 0px !important;
  }
}
@media (min-width: 450px) {
  body {
    /*
    .modal .padding-t-xs-5 {
        padding-top: 5px;
    }
    */
  }
  body .margin-t-xs-5 {
    margin-top: 5px !important;
  }
  body .padding-t-xs-5 {
    padding-top: 5px !important;
  }
}
@media (min-width: 450px) {
  body {
    /*
    .modal .padding-t-xs-10 {
        padding-top: 10px;
    }
    */
  }
  body .margin-t-xs-10 {
    margin-top: 10px !important;
  }
  body .padding-t-xs-10 {
    padding-top: 10px !important;
  }
}
@media (min-width: 450px) {
  body {
    /*
    .modal .padding-t-xs-15 {
        padding-top: 15px;
    }
    */
  }
  body .margin-t-xs-15 {
    margin-top: 15px !important;
  }
  body .padding-t-xs-15 {
    padding-top: 15px !important;
  }
}
@media (min-width: 450px) {
  body {
    /*
    .modal .padding-t-xs-20 {
        padding-top: 20px;
    }
    */
  }
  body .margin-t-xs-20 {
    margin-top: 20px !important;
  }
  body .padding-t-xs-20 {
    padding-top: 20px !important;
  }
}
@media (min-width: 450px) {
  body {
    /*
    .modal .padding-t-xs-25 {
        padding-top: 25px;
    }
    */
  }
  body .margin-t-xs-25 {
    margin-top: 25px !important;
  }
  body .padding-t-xs-25 {
    padding-top: 25px !important;
  }
}
@media (min-width: 450px) {
  body {
    /*
    .modal .padding-t-xs-30 {
        padding-top: 30px;
    }
    */
  }
  body .margin-t-xs-30 {
    margin-top: 30px !important;
  }
  body .padding-t-xs-30 {
    padding-top: 30px !important;
  }
}
@media (min-width: 450px) {
  body {
    /*
    .modal .padding-t-xs-35 {
        padding-top: 35px;
    }
    */
  }
  body .margin-t-xs-35 {
    margin-top: 35px !important;
  }
  body .padding-t-xs-35 {
    padding-top: 35px !important;
  }
}
@media (min-width: 450px) {
  body {
    /*
    .modal .padding-t-xs-40 {
        padding-top: 40px;
    }
    */
  }
  body .margin-t-xs-40 {
    margin-top: 40px !important;
  }
  body .padding-t-xs-40 {
    padding-top: 40px !important;
  }
}
@media (min-width: 450px) {
  body {
    /*
    .modal .padding-t-xs-45 {
        padding-top: 45px;
    }
    */
  }
  body .margin-t-xs-45 {
    margin-top: 45px !important;
  }
  body .padding-t-xs-45 {
    padding-top: 45px !important;
  }
}
@media (min-width: 450px) {
  body {
    /*
    .modal .padding-t-xs-50 {
        padding-top: 50px;
    }
    */
  }
  body .margin-t-xs-50 {
    margin-top: 50px !important;
  }
  body .padding-t-xs-50 {
    padding-top: 50px !important;
  }
}
@media (min-width: 450px) {
  body {
    /*
    .modal .padding-t-xs-55 {
        padding-top: 55px;
    }
    */
  }
  body .margin-t-xs-55 {
    margin-top: 55px !important;
  }
  body .padding-t-xs-55 {
    padding-top: 55px !important;
  }
}
@media (min-width: 450px) {
  body {
    /*
    .modal .padding-t-xs-60 {
        padding-top: 60px;
    }
    */
  }
  body .margin-t-xs-60 {
    margin-top: 60px !important;
  }
  body .padding-t-xs-60 {
    padding-top: 60px !important;
  }
}
@media (min-width: 450px) {
  body {
    /*
    .modal .padding-t-xs-65 {
        padding-top: 65px;
    }
    */
  }
  body .margin-t-xs-65 {
    margin-top: 65px !important;
  }
  body .padding-t-xs-65 {
    padding-top: 65px !important;
  }
}
@media (min-width: 450px) {
  body {
    /*
    .modal .padding-t-xs-70 {
        padding-top: 70px;
    }
    */
  }
  body .margin-t-xs-70 {
    margin-top: 70px !important;
  }
  body .padding-t-xs-70 {
    padding-top: 70px !important;
  }
}
@media (min-width: 450px) {
  body {
    /*
    .modal .padding-t-xs-75 {
        padding-top: 75px;
    }
    */
  }
  body .margin-t-xs-75 {
    margin-top: 75px !important;
  }
  body .padding-t-xs-75 {
    padding-top: 75px !important;
  }
}
@media (min-width: 450px) {
  body {
    /*
    .modal .padding-t-xs-80 {
        padding-top: 80px;
    }
    */
  }
  body .margin-t-xs-80 {
    margin-top: 80px !important;
  }
  body .padding-t-xs-80 {
    padding-top: 80px !important;
  }
}
@media (min-width: 450px) {
  body {
    /*
    .modal .padding-t-xs-85 {
        padding-top: 85px;
    }
    */
  }
  body .margin-t-xs-85 {
    margin-top: 85px !important;
  }
  body .padding-t-xs-85 {
    padding-top: 85px !important;
  }
}
@media (min-width: 450px) {
  body {
    /*
    .modal .padding-t-xs-90 {
        padding-top: 90px;
    }
    */
  }
  body .margin-t-xs-90 {
    margin-top: 90px !important;
  }
  body .padding-t-xs-90 {
    padding-top: 90px !important;
  }
}
@media (min-width: 450px) {
  body {
    /*
    .modal .padding-t-xs-95 {
        padding-top: 95px;
    }
    */
  }
  body .margin-t-xs-95 {
    margin-top: 95px !important;
  }
  body .padding-t-xs-95 {
    padding-top: 95px !important;
  }
}
@media (min-width: 450px) {
  body {
    /*
    .modal .padding-t-xs-100 {
        padding-top: 100px;
    }
    */
  }
  body .margin-t-xs-100 {
    margin-top: 100px !important;
  }
  body .padding-t-xs-100 {
    padding-top: 100px !important;
  }
}
@media (min-width: 450px) {
  body {
    /*
    .modal .padding-b-xs-0 {
        padding-bottom: 0px;
    }
    */
  }
  body .margin-b-xs-0 {
    margin-bottom: 0px !important;
  }
  body .padding-b-xs-0 {
    padding-bottom: 0px !important;
  }
}
@media (min-width: 450px) {
  body {
    /*
    .modal .padding-b-xs-5 {
        padding-bottom: 5px;
    }
    */
  }
  body .margin-b-xs-5 {
    margin-bottom: 5px !important;
  }
  body .padding-b-xs-5 {
    padding-bottom: 5px !important;
  }
}
@media (min-width: 450px) {
  body {
    /*
    .modal .padding-b-xs-10 {
        padding-bottom: 10px;
    }
    */
  }
  body .margin-b-xs-10 {
    margin-bottom: 10px !important;
  }
  body .padding-b-xs-10 {
    padding-bottom: 10px !important;
  }
}
@media (min-width: 450px) {
  body {
    /*
    .modal .padding-b-xs-15 {
        padding-bottom: 15px;
    }
    */
  }
  body .margin-b-xs-15 {
    margin-bottom: 15px !important;
  }
  body .padding-b-xs-15 {
    padding-bottom: 15px !important;
  }
}
@media (min-width: 450px) {
  body {
    /*
    .modal .padding-b-xs-20 {
        padding-bottom: 20px;
    }
    */
  }
  body .margin-b-xs-20 {
    margin-bottom: 20px !important;
  }
  body .padding-b-xs-20 {
    padding-bottom: 20px !important;
  }
}
@media (min-width: 450px) {
  body {
    /*
    .modal .padding-b-xs-25 {
        padding-bottom: 25px;
    }
    */
  }
  body .margin-b-xs-25 {
    margin-bottom: 25px !important;
  }
  body .padding-b-xs-25 {
    padding-bottom: 25px !important;
  }
}
@media (min-width: 450px) {
  body {
    /*
    .modal .padding-b-xs-30 {
        padding-bottom: 30px;
    }
    */
  }
  body .margin-b-xs-30 {
    margin-bottom: 30px !important;
  }
  body .padding-b-xs-30 {
    padding-bottom: 30px !important;
  }
}
@media (min-width: 450px) {
  body {
    /*
    .modal .padding-b-xs-35 {
        padding-bottom: 35px;
    }
    */
  }
  body .margin-b-xs-35 {
    margin-bottom: 35px !important;
  }
  body .padding-b-xs-35 {
    padding-bottom: 35px !important;
  }
}
@media (min-width: 450px) {
  body {
    /*
    .modal .padding-b-xs-40 {
        padding-bottom: 40px;
    }
    */
  }
  body .margin-b-xs-40 {
    margin-bottom: 40px !important;
  }
  body .padding-b-xs-40 {
    padding-bottom: 40px !important;
  }
}
@media (min-width: 450px) {
  body {
    /*
    .modal .padding-b-xs-45 {
        padding-bottom: 45px;
    }
    */
  }
  body .margin-b-xs-45 {
    margin-bottom: 45px !important;
  }
  body .padding-b-xs-45 {
    padding-bottom: 45px !important;
  }
}
@media (min-width: 450px) {
  body {
    /*
    .modal .padding-b-xs-50 {
        padding-bottom: 50px;
    }
    */
  }
  body .margin-b-xs-50 {
    margin-bottom: 50px !important;
  }
  body .padding-b-xs-50 {
    padding-bottom: 50px !important;
  }
}
@media (min-width: 450px) {
  body {
    /*
    .modal .padding-b-xs-55 {
        padding-bottom: 55px;
    }
    */
  }
  body .margin-b-xs-55 {
    margin-bottom: 55px !important;
  }
  body .padding-b-xs-55 {
    padding-bottom: 55px !important;
  }
}
@media (min-width: 450px) {
  body {
    /*
    .modal .padding-b-xs-60 {
        padding-bottom: 60px;
    }
    */
  }
  body .margin-b-xs-60 {
    margin-bottom: 60px !important;
  }
  body .padding-b-xs-60 {
    padding-bottom: 60px !important;
  }
}
@media (min-width: 450px) {
  body {
    /*
    .modal .padding-b-xs-65 {
        padding-bottom: 65px;
    }
    */
  }
  body .margin-b-xs-65 {
    margin-bottom: 65px !important;
  }
  body .padding-b-xs-65 {
    padding-bottom: 65px !important;
  }
}
@media (min-width: 450px) {
  body {
    /*
    .modal .padding-b-xs-70 {
        padding-bottom: 70px;
    }
    */
  }
  body .margin-b-xs-70 {
    margin-bottom: 70px !important;
  }
  body .padding-b-xs-70 {
    padding-bottom: 70px !important;
  }
}
@media (min-width: 450px) {
  body {
    /*
    .modal .padding-b-xs-75 {
        padding-bottom: 75px;
    }
    */
  }
  body .margin-b-xs-75 {
    margin-bottom: 75px !important;
  }
  body .padding-b-xs-75 {
    padding-bottom: 75px !important;
  }
}
@media (min-width: 450px) {
  body {
    /*
    .modal .padding-b-xs-80 {
        padding-bottom: 80px;
    }
    */
  }
  body .margin-b-xs-80 {
    margin-bottom: 80px !important;
  }
  body .padding-b-xs-80 {
    padding-bottom: 80px !important;
  }
}
@media (min-width: 450px) {
  body {
    /*
    .modal .padding-b-xs-85 {
        padding-bottom: 85px;
    }
    */
  }
  body .margin-b-xs-85 {
    margin-bottom: 85px !important;
  }
  body .padding-b-xs-85 {
    padding-bottom: 85px !important;
  }
}
@media (min-width: 450px) {
  body {
    /*
    .modal .padding-b-xs-90 {
        padding-bottom: 90px;
    }
    */
  }
  body .margin-b-xs-90 {
    margin-bottom: 90px !important;
  }
  body .padding-b-xs-90 {
    padding-bottom: 90px !important;
  }
}
@media (min-width: 450px) {
  body {
    /*
    .modal .padding-b-xs-95 {
        padding-bottom: 95px;
    }
    */
  }
  body .margin-b-xs-95 {
    margin-bottom: 95px !important;
  }
  body .padding-b-xs-95 {
    padding-bottom: 95px !important;
  }
}
@media (min-width: 450px) {
  body {
    /*
    .modal .padding-b-xs-100 {
        padding-bottom: 100px;
    }
    */
  }
  body .margin-b-xs-100 {
    margin-bottom: 100px !important;
  }
  body .padding-b-xs-100 {
    padding-bottom: 100px !important;
  }
}
@media (min-width: 450px) {
  body {
    /*
    .modal .padding-l-xs-0 {
        padding-left: 0px;
    }
    */
  }
  body .margin-l-xs-0 {
    margin-left: 0px !important;
  }
  body .padding-l-xs-0 {
    padding-left: 0px !important;
  }
}
@media (min-width: 450px) {
  body {
    /*
    .modal .padding-l-xs-5 {
        padding-left: 5px;
    }
    */
  }
  body .margin-l-xs-5 {
    margin-left: 5px !important;
  }
  body .padding-l-xs-5 {
    padding-left: 5px !important;
  }
}
@media (min-width: 450px) {
  body {
    /*
    .modal .padding-l-xs-10 {
        padding-left: 10px;
    }
    */
  }
  body .margin-l-xs-10 {
    margin-left: 10px !important;
  }
  body .padding-l-xs-10 {
    padding-left: 10px !important;
  }
}
@media (min-width: 450px) {
  body {
    /*
    .modal .padding-l-xs-15 {
        padding-left: 15px;
    }
    */
  }
  body .margin-l-xs-15 {
    margin-left: 15px !important;
  }
  body .padding-l-xs-15 {
    padding-left: 15px !important;
  }
}
@media (min-width: 450px) {
  body {
    /*
    .modal .padding-l-xs-20 {
        padding-left: 20px;
    }
    */
  }
  body .margin-l-xs-20 {
    margin-left: 20px !important;
  }
  body .padding-l-xs-20 {
    padding-left: 20px !important;
  }
}
@media (min-width: 450px) {
  body {
    /*
    .modal .padding-l-xs-25 {
        padding-left: 25px;
    }
    */
  }
  body .margin-l-xs-25 {
    margin-left: 25px !important;
  }
  body .padding-l-xs-25 {
    padding-left: 25px !important;
  }
}
@media (min-width: 450px) {
  body {
    /*
    .modal .padding-l-xs-30 {
        padding-left: 30px;
    }
    */
  }
  body .margin-l-xs-30 {
    margin-left: 30px !important;
  }
  body .padding-l-xs-30 {
    padding-left: 30px !important;
  }
}
@media (min-width: 450px) {
  body {
    /*
    .modal .padding-l-xs-35 {
        padding-left: 35px;
    }
    */
  }
  body .margin-l-xs-35 {
    margin-left: 35px !important;
  }
  body .padding-l-xs-35 {
    padding-left: 35px !important;
  }
}
@media (min-width: 450px) {
  body {
    /*
    .modal .padding-l-xs-40 {
        padding-left: 40px;
    }
    */
  }
  body .margin-l-xs-40 {
    margin-left: 40px !important;
  }
  body .padding-l-xs-40 {
    padding-left: 40px !important;
  }
}
@media (min-width: 450px) {
  body {
    /*
    .modal .padding-l-xs-45 {
        padding-left: 45px;
    }
    */
  }
  body .margin-l-xs-45 {
    margin-left: 45px !important;
  }
  body .padding-l-xs-45 {
    padding-left: 45px !important;
  }
}
@media (min-width: 450px) {
  body {
    /*
    .modal .padding-l-xs-50 {
        padding-left: 50px;
    }
    */
  }
  body .margin-l-xs-50 {
    margin-left: 50px !important;
  }
  body .padding-l-xs-50 {
    padding-left: 50px !important;
  }
}
@media (min-width: 450px) {
  body {
    /*
    .modal .padding-l-xs-55 {
        padding-left: 55px;
    }
    */
  }
  body .margin-l-xs-55 {
    margin-left: 55px !important;
  }
  body .padding-l-xs-55 {
    padding-left: 55px !important;
  }
}
@media (min-width: 450px) {
  body {
    /*
    .modal .padding-l-xs-60 {
        padding-left: 60px;
    }
    */
  }
  body .margin-l-xs-60 {
    margin-left: 60px !important;
  }
  body .padding-l-xs-60 {
    padding-left: 60px !important;
  }
}
@media (min-width: 450px) {
  body {
    /*
    .modal .padding-l-xs-65 {
        padding-left: 65px;
    }
    */
  }
  body .margin-l-xs-65 {
    margin-left: 65px !important;
  }
  body .padding-l-xs-65 {
    padding-left: 65px !important;
  }
}
@media (min-width: 450px) {
  body {
    /*
    .modal .padding-l-xs-70 {
        padding-left: 70px;
    }
    */
  }
  body .margin-l-xs-70 {
    margin-left: 70px !important;
  }
  body .padding-l-xs-70 {
    padding-left: 70px !important;
  }
}
@media (min-width: 450px) {
  body {
    /*
    .modal .padding-l-xs-75 {
        padding-left: 75px;
    }
    */
  }
  body .margin-l-xs-75 {
    margin-left: 75px !important;
  }
  body .padding-l-xs-75 {
    padding-left: 75px !important;
  }
}
@media (min-width: 450px) {
  body {
    /*
    .modal .padding-l-xs-80 {
        padding-left: 80px;
    }
    */
  }
  body .margin-l-xs-80 {
    margin-left: 80px !important;
  }
  body .padding-l-xs-80 {
    padding-left: 80px !important;
  }
}
@media (min-width: 450px) {
  body {
    /*
    .modal .padding-l-xs-85 {
        padding-left: 85px;
    }
    */
  }
  body .margin-l-xs-85 {
    margin-left: 85px !important;
  }
  body .padding-l-xs-85 {
    padding-left: 85px !important;
  }
}
@media (min-width: 450px) {
  body {
    /*
    .modal .padding-l-xs-90 {
        padding-left: 90px;
    }
    */
  }
  body .margin-l-xs-90 {
    margin-left: 90px !important;
  }
  body .padding-l-xs-90 {
    padding-left: 90px !important;
  }
}
@media (min-width: 450px) {
  body {
    /*
    .modal .padding-l-xs-95 {
        padding-left: 95px;
    }
    */
  }
  body .margin-l-xs-95 {
    margin-left: 95px !important;
  }
  body .padding-l-xs-95 {
    padding-left: 95px !important;
  }
}
@media (min-width: 450px) {
  body {
    /*
    .modal .padding-l-xs-100 {
        padding-left: 100px;
    }
    */
  }
  body .margin-l-xs-100 {
    margin-left: 100px !important;
  }
  body .padding-l-xs-100 {
    padding-left: 100px !important;
  }
}
@media (min-width: 450px) {
  body {
    /*
    .modal .padding-r-xs-0 {
        padding-right: 0px;
    }
    */
  }
  body .margin-r-xs-0 {
    margin-right: 0px !important;
  }
  body .padding-r-xs-0 {
    padding-right: 0px !important;
  }
}
@media (min-width: 450px) {
  body {
    /*
    .modal .padding-r-xs-5 {
        padding-right: 5px;
    }
    */
  }
  body .margin-r-xs-5 {
    margin-right: 5px !important;
  }
  body .padding-r-xs-5 {
    padding-right: 5px !important;
  }
}
@media (min-width: 450px) {
  body {
    /*
    .modal .padding-r-xs-10 {
        padding-right: 10px;
    }
    */
  }
  body .margin-r-xs-10 {
    margin-right: 10px !important;
  }
  body .padding-r-xs-10 {
    padding-right: 10px !important;
  }
}
@media (min-width: 450px) {
  body {
    /*
    .modal .padding-r-xs-15 {
        padding-right: 15px;
    }
    */
  }
  body .margin-r-xs-15 {
    margin-right: 15px !important;
  }
  body .padding-r-xs-15 {
    padding-right: 15px !important;
  }
}
@media (min-width: 450px) {
  body {
    /*
    .modal .padding-r-xs-20 {
        padding-right: 20px;
    }
    */
  }
  body .margin-r-xs-20 {
    margin-right: 20px !important;
  }
  body .padding-r-xs-20 {
    padding-right: 20px !important;
  }
}
@media (min-width: 450px) {
  body {
    /*
    .modal .padding-r-xs-25 {
        padding-right: 25px;
    }
    */
  }
  body .margin-r-xs-25 {
    margin-right: 25px !important;
  }
  body .padding-r-xs-25 {
    padding-right: 25px !important;
  }
}
@media (min-width: 450px) {
  body {
    /*
    .modal .padding-r-xs-30 {
        padding-right: 30px;
    }
    */
  }
  body .margin-r-xs-30 {
    margin-right: 30px !important;
  }
  body .padding-r-xs-30 {
    padding-right: 30px !important;
  }
}
@media (min-width: 450px) {
  body {
    /*
    .modal .padding-r-xs-35 {
        padding-right: 35px;
    }
    */
  }
  body .margin-r-xs-35 {
    margin-right: 35px !important;
  }
  body .padding-r-xs-35 {
    padding-right: 35px !important;
  }
}
@media (min-width: 450px) {
  body {
    /*
    .modal .padding-r-xs-40 {
        padding-right: 40px;
    }
    */
  }
  body .margin-r-xs-40 {
    margin-right: 40px !important;
  }
  body .padding-r-xs-40 {
    padding-right: 40px !important;
  }
}
@media (min-width: 450px) {
  body {
    /*
    .modal .padding-r-xs-45 {
        padding-right: 45px;
    }
    */
  }
  body .margin-r-xs-45 {
    margin-right: 45px !important;
  }
  body .padding-r-xs-45 {
    padding-right: 45px !important;
  }
}
@media (min-width: 450px) {
  body {
    /*
    .modal .padding-r-xs-50 {
        padding-right: 50px;
    }
    */
  }
  body .margin-r-xs-50 {
    margin-right: 50px !important;
  }
  body .padding-r-xs-50 {
    padding-right: 50px !important;
  }
}
@media (min-width: 450px) {
  body {
    /*
    .modal .padding-r-xs-55 {
        padding-right: 55px;
    }
    */
  }
  body .margin-r-xs-55 {
    margin-right: 55px !important;
  }
  body .padding-r-xs-55 {
    padding-right: 55px !important;
  }
}
@media (min-width: 450px) {
  body {
    /*
    .modal .padding-r-xs-60 {
        padding-right: 60px;
    }
    */
  }
  body .margin-r-xs-60 {
    margin-right: 60px !important;
  }
  body .padding-r-xs-60 {
    padding-right: 60px !important;
  }
}
@media (min-width: 450px) {
  body {
    /*
    .modal .padding-r-xs-65 {
        padding-right: 65px;
    }
    */
  }
  body .margin-r-xs-65 {
    margin-right: 65px !important;
  }
  body .padding-r-xs-65 {
    padding-right: 65px !important;
  }
}
@media (min-width: 450px) {
  body {
    /*
    .modal .padding-r-xs-70 {
        padding-right: 70px;
    }
    */
  }
  body .margin-r-xs-70 {
    margin-right: 70px !important;
  }
  body .padding-r-xs-70 {
    padding-right: 70px !important;
  }
}
@media (min-width: 450px) {
  body {
    /*
    .modal .padding-r-xs-75 {
        padding-right: 75px;
    }
    */
  }
  body .margin-r-xs-75 {
    margin-right: 75px !important;
  }
  body .padding-r-xs-75 {
    padding-right: 75px !important;
  }
}
@media (min-width: 450px) {
  body {
    /*
    .modal .padding-r-xs-80 {
        padding-right: 80px;
    }
    */
  }
  body .margin-r-xs-80 {
    margin-right: 80px !important;
  }
  body .padding-r-xs-80 {
    padding-right: 80px !important;
  }
}
@media (min-width: 450px) {
  body {
    /*
    .modal .padding-r-xs-85 {
        padding-right: 85px;
    }
    */
  }
  body .margin-r-xs-85 {
    margin-right: 85px !important;
  }
  body .padding-r-xs-85 {
    padding-right: 85px !important;
  }
}
@media (min-width: 450px) {
  body {
    /*
    .modal .padding-r-xs-90 {
        padding-right: 90px;
    }
    */
  }
  body .margin-r-xs-90 {
    margin-right: 90px !important;
  }
  body .padding-r-xs-90 {
    padding-right: 90px !important;
  }
}
@media (min-width: 450px) {
  body {
    /*
    .modal .padding-r-xs-95 {
        padding-right: 95px;
    }
    */
  }
  body .margin-r-xs-95 {
    margin-right: 95px !important;
  }
  body .padding-r-xs-95 {
    padding-right: 95px !important;
  }
}
@media (min-width: 450px) {
  body {
    /*
    .modal .padding-r-xs-100 {
        padding-right: 100px;
    }
    */
  }
  body .margin-r-xs-100 {
    margin-right: 100px !important;
  }
  body .padding-r-xs-100 {
    padding-right: 100px !important;
  }
}
@media (min-width: 768px) {
  body {
    /*
    .modal .padding--sm-0 {
        padding: 0px;
    }
    */
  }
  body .margin--sm-0 {
    margin: 0px !important;
  }
  body .padding--sm-0 {
    padding: 0px !important;
  }
}
@media (min-width: 768px) {
  body {
    /*
    .modal .padding--sm-5 {
        padding: 5px;
    }
    */
  }
  body .margin--sm-5 {
    margin: 5px !important;
  }
  body .padding--sm-5 {
    padding: 5px !important;
  }
}
@media (min-width: 768px) {
  body {
    /*
    .modal .padding--sm-10 {
        padding: 10px;
    }
    */
  }
  body .margin--sm-10 {
    margin: 10px !important;
  }
  body .padding--sm-10 {
    padding: 10px !important;
  }
}
@media (min-width: 768px) {
  body {
    /*
    .modal .padding--sm-15 {
        padding: 15px;
    }
    */
  }
  body .margin--sm-15 {
    margin: 15px !important;
  }
  body .padding--sm-15 {
    padding: 15px !important;
  }
}
@media (min-width: 768px) {
  body {
    /*
    .modal .padding--sm-20 {
        padding: 20px;
    }
    */
  }
  body .margin--sm-20 {
    margin: 20px !important;
  }
  body .padding--sm-20 {
    padding: 20px !important;
  }
}
@media (min-width: 768px) {
  body {
    /*
    .modal .padding--sm-25 {
        padding: 25px;
    }
    */
  }
  body .margin--sm-25 {
    margin: 25px !important;
  }
  body .padding--sm-25 {
    padding: 25px !important;
  }
}
@media (min-width: 768px) {
  body {
    /*
    .modal .padding--sm-30 {
        padding: 30px;
    }
    */
  }
  body .margin--sm-30 {
    margin: 30px !important;
  }
  body .padding--sm-30 {
    padding: 30px !important;
  }
}
@media (min-width: 768px) {
  body {
    /*
    .modal .padding--sm-35 {
        padding: 35px;
    }
    */
  }
  body .margin--sm-35 {
    margin: 35px !important;
  }
  body .padding--sm-35 {
    padding: 35px !important;
  }
}
@media (min-width: 768px) {
  body {
    /*
    .modal .padding--sm-40 {
        padding: 40px;
    }
    */
  }
  body .margin--sm-40 {
    margin: 40px !important;
  }
  body .padding--sm-40 {
    padding: 40px !important;
  }
}
@media (min-width: 768px) {
  body {
    /*
    .modal .padding--sm-45 {
        padding: 45px;
    }
    */
  }
  body .margin--sm-45 {
    margin: 45px !important;
  }
  body .padding--sm-45 {
    padding: 45px !important;
  }
}
@media (min-width: 768px) {
  body {
    /*
    .modal .padding--sm-50 {
        padding: 50px;
    }
    */
  }
  body .margin--sm-50 {
    margin: 50px !important;
  }
  body .padding--sm-50 {
    padding: 50px !important;
  }
}
@media (min-width: 768px) {
  body {
    /*
    .modal .padding--sm-55 {
        padding: 55px;
    }
    */
  }
  body .margin--sm-55 {
    margin: 55px !important;
  }
  body .padding--sm-55 {
    padding: 55px !important;
  }
}
@media (min-width: 768px) {
  body {
    /*
    .modal .padding--sm-60 {
        padding: 60px;
    }
    */
  }
  body .margin--sm-60 {
    margin: 60px !important;
  }
  body .padding--sm-60 {
    padding: 60px !important;
  }
}
@media (min-width: 768px) {
  body {
    /*
    .modal .padding--sm-65 {
        padding: 65px;
    }
    */
  }
  body .margin--sm-65 {
    margin: 65px !important;
  }
  body .padding--sm-65 {
    padding: 65px !important;
  }
}
@media (min-width: 768px) {
  body {
    /*
    .modal .padding--sm-70 {
        padding: 70px;
    }
    */
  }
  body .margin--sm-70 {
    margin: 70px !important;
  }
  body .padding--sm-70 {
    padding: 70px !important;
  }
}
@media (min-width: 768px) {
  body {
    /*
    .modal .padding--sm-75 {
        padding: 75px;
    }
    */
  }
  body .margin--sm-75 {
    margin: 75px !important;
  }
  body .padding--sm-75 {
    padding: 75px !important;
  }
}
@media (min-width: 768px) {
  body {
    /*
    .modal .padding--sm-80 {
        padding: 80px;
    }
    */
  }
  body .margin--sm-80 {
    margin: 80px !important;
  }
  body .padding--sm-80 {
    padding: 80px !important;
  }
}
@media (min-width: 768px) {
  body {
    /*
    .modal .padding--sm-85 {
        padding: 85px;
    }
    */
  }
  body .margin--sm-85 {
    margin: 85px !important;
  }
  body .padding--sm-85 {
    padding: 85px !important;
  }
}
@media (min-width: 768px) {
  body {
    /*
    .modal .padding--sm-90 {
        padding: 90px;
    }
    */
  }
  body .margin--sm-90 {
    margin: 90px !important;
  }
  body .padding--sm-90 {
    padding: 90px !important;
  }
}
@media (min-width: 768px) {
  body {
    /*
    .modal .padding--sm-95 {
        padding: 95px;
    }
    */
  }
  body .margin--sm-95 {
    margin: 95px !important;
  }
  body .padding--sm-95 {
    padding: 95px !important;
  }
}
@media (min-width: 768px) {
  body {
    /*
    .modal .padding--sm-100 {
        padding: 100px;
    }
    */
  }
  body .margin--sm-100 {
    margin: 100px !important;
  }
  body .padding--sm-100 {
    padding: 100px !important;
  }
}
@media (min-width: 768px) {
  body {
    /*
    .modal .padding-t-sm-0 {
        padding-top: 0px;
    }
    */
  }
  body .margin-t-sm-0 {
    margin-top: 0px !important;
  }
  body .padding-t-sm-0 {
    padding-top: 0px !important;
  }
}
@media (min-width: 768px) {
  body {
    /*
    .modal .padding-t-sm-5 {
        padding-top: 5px;
    }
    */
  }
  body .margin-t-sm-5 {
    margin-top: 5px !important;
  }
  body .padding-t-sm-5 {
    padding-top: 5px !important;
  }
}
@media (min-width: 768px) {
  body {
    /*
    .modal .padding-t-sm-10 {
        padding-top: 10px;
    }
    */
  }
  body .margin-t-sm-10 {
    margin-top: 10px !important;
  }
  body .padding-t-sm-10 {
    padding-top: 10px !important;
  }
}
@media (min-width: 768px) {
  body {
    /*
    .modal .padding-t-sm-15 {
        padding-top: 15px;
    }
    */
  }
  body .margin-t-sm-15 {
    margin-top: 15px !important;
  }
  body .padding-t-sm-15 {
    padding-top: 15px !important;
  }
}
@media (min-width: 768px) {
  body {
    /*
    .modal .padding-t-sm-20 {
        padding-top: 20px;
    }
    */
  }
  body .margin-t-sm-20 {
    margin-top: 20px !important;
  }
  body .padding-t-sm-20 {
    padding-top: 20px !important;
  }
}
@media (min-width: 768px) {
  body {
    /*
    .modal .padding-t-sm-25 {
        padding-top: 25px;
    }
    */
  }
  body .margin-t-sm-25 {
    margin-top: 25px !important;
  }
  body .padding-t-sm-25 {
    padding-top: 25px !important;
  }
}
@media (min-width: 768px) {
  body {
    /*
    .modal .padding-t-sm-30 {
        padding-top: 30px;
    }
    */
  }
  body .margin-t-sm-30 {
    margin-top: 30px !important;
  }
  body .padding-t-sm-30 {
    padding-top: 30px !important;
  }
}
@media (min-width: 768px) {
  body {
    /*
    .modal .padding-t-sm-35 {
        padding-top: 35px;
    }
    */
  }
  body .margin-t-sm-35 {
    margin-top: 35px !important;
  }
  body .padding-t-sm-35 {
    padding-top: 35px !important;
  }
}
@media (min-width: 768px) {
  body {
    /*
    .modal .padding-t-sm-40 {
        padding-top: 40px;
    }
    */
  }
  body .margin-t-sm-40 {
    margin-top: 40px !important;
  }
  body .padding-t-sm-40 {
    padding-top: 40px !important;
  }
}
@media (min-width: 768px) {
  body {
    /*
    .modal .padding-t-sm-45 {
        padding-top: 45px;
    }
    */
  }
  body .margin-t-sm-45 {
    margin-top: 45px !important;
  }
  body .padding-t-sm-45 {
    padding-top: 45px !important;
  }
}
@media (min-width: 768px) {
  body {
    /*
    .modal .padding-t-sm-50 {
        padding-top: 50px;
    }
    */
  }
  body .margin-t-sm-50 {
    margin-top: 50px !important;
  }
  body .padding-t-sm-50 {
    padding-top: 50px !important;
  }
}
@media (min-width: 768px) {
  body {
    /*
    .modal .padding-t-sm-55 {
        padding-top: 55px;
    }
    */
  }
  body .margin-t-sm-55 {
    margin-top: 55px !important;
  }
  body .padding-t-sm-55 {
    padding-top: 55px !important;
  }
}
@media (min-width: 768px) {
  body {
    /*
    .modal .padding-t-sm-60 {
        padding-top: 60px;
    }
    */
  }
  body .margin-t-sm-60 {
    margin-top: 60px !important;
  }
  body .padding-t-sm-60 {
    padding-top: 60px !important;
  }
}
@media (min-width: 768px) {
  body {
    /*
    .modal .padding-t-sm-65 {
        padding-top: 65px;
    }
    */
  }
  body .margin-t-sm-65 {
    margin-top: 65px !important;
  }
  body .padding-t-sm-65 {
    padding-top: 65px !important;
  }
}
@media (min-width: 768px) {
  body {
    /*
    .modal .padding-t-sm-70 {
        padding-top: 70px;
    }
    */
  }
  body .margin-t-sm-70 {
    margin-top: 70px !important;
  }
  body .padding-t-sm-70 {
    padding-top: 70px !important;
  }
}
@media (min-width: 768px) {
  body {
    /*
    .modal .padding-t-sm-75 {
        padding-top: 75px;
    }
    */
  }
  body .margin-t-sm-75 {
    margin-top: 75px !important;
  }
  body .padding-t-sm-75 {
    padding-top: 75px !important;
  }
}
@media (min-width: 768px) {
  body {
    /*
    .modal .padding-t-sm-80 {
        padding-top: 80px;
    }
    */
  }
  body .margin-t-sm-80 {
    margin-top: 80px !important;
  }
  body .padding-t-sm-80 {
    padding-top: 80px !important;
  }
}
@media (min-width: 768px) {
  body {
    /*
    .modal .padding-t-sm-85 {
        padding-top: 85px;
    }
    */
  }
  body .margin-t-sm-85 {
    margin-top: 85px !important;
  }
  body .padding-t-sm-85 {
    padding-top: 85px !important;
  }
}
@media (min-width: 768px) {
  body {
    /*
    .modal .padding-t-sm-90 {
        padding-top: 90px;
    }
    */
  }
  body .margin-t-sm-90 {
    margin-top: 90px !important;
  }
  body .padding-t-sm-90 {
    padding-top: 90px !important;
  }
}
@media (min-width: 768px) {
  body {
    /*
    .modal .padding-t-sm-95 {
        padding-top: 95px;
    }
    */
  }
  body .margin-t-sm-95 {
    margin-top: 95px !important;
  }
  body .padding-t-sm-95 {
    padding-top: 95px !important;
  }
}
@media (min-width: 768px) {
  body {
    /*
    .modal .padding-t-sm-100 {
        padding-top: 100px;
    }
    */
  }
  body .margin-t-sm-100 {
    margin-top: 100px !important;
  }
  body .padding-t-sm-100 {
    padding-top: 100px !important;
  }
}
@media (min-width: 768px) {
  body {
    /*
    .modal .padding-b-sm-0 {
        padding-bottom: 0px;
    }
    */
  }
  body .margin-b-sm-0 {
    margin-bottom: 0px !important;
  }
  body .padding-b-sm-0 {
    padding-bottom: 0px !important;
  }
}
@media (min-width: 768px) {
  body {
    /*
    .modal .padding-b-sm-5 {
        padding-bottom: 5px;
    }
    */
  }
  body .margin-b-sm-5 {
    margin-bottom: 5px !important;
  }
  body .padding-b-sm-5 {
    padding-bottom: 5px !important;
  }
}
@media (min-width: 768px) {
  body {
    /*
    .modal .padding-b-sm-10 {
        padding-bottom: 10px;
    }
    */
  }
  body .margin-b-sm-10 {
    margin-bottom: 10px !important;
  }
  body .padding-b-sm-10 {
    padding-bottom: 10px !important;
  }
}
@media (min-width: 768px) {
  body {
    /*
    .modal .padding-b-sm-15 {
        padding-bottom: 15px;
    }
    */
  }
  body .margin-b-sm-15 {
    margin-bottom: 15px !important;
  }
  body .padding-b-sm-15 {
    padding-bottom: 15px !important;
  }
}
@media (min-width: 768px) {
  body {
    /*
    .modal .padding-b-sm-20 {
        padding-bottom: 20px;
    }
    */
  }
  body .margin-b-sm-20 {
    margin-bottom: 20px !important;
  }
  body .padding-b-sm-20 {
    padding-bottom: 20px !important;
  }
}
@media (min-width: 768px) {
  body {
    /*
    .modal .padding-b-sm-25 {
        padding-bottom: 25px;
    }
    */
  }
  body .margin-b-sm-25 {
    margin-bottom: 25px !important;
  }
  body .padding-b-sm-25 {
    padding-bottom: 25px !important;
  }
}
@media (min-width: 768px) {
  body {
    /*
    .modal .padding-b-sm-30 {
        padding-bottom: 30px;
    }
    */
  }
  body .margin-b-sm-30 {
    margin-bottom: 30px !important;
  }
  body .padding-b-sm-30 {
    padding-bottom: 30px !important;
  }
}
@media (min-width: 768px) {
  body {
    /*
    .modal .padding-b-sm-35 {
        padding-bottom: 35px;
    }
    */
  }
  body .margin-b-sm-35 {
    margin-bottom: 35px !important;
  }
  body .padding-b-sm-35 {
    padding-bottom: 35px !important;
  }
}
@media (min-width: 768px) {
  body {
    /*
    .modal .padding-b-sm-40 {
        padding-bottom: 40px;
    }
    */
  }
  body .margin-b-sm-40 {
    margin-bottom: 40px !important;
  }
  body .padding-b-sm-40 {
    padding-bottom: 40px !important;
  }
}
@media (min-width: 768px) {
  body {
    /*
    .modal .padding-b-sm-45 {
        padding-bottom: 45px;
    }
    */
  }
  body .margin-b-sm-45 {
    margin-bottom: 45px !important;
  }
  body .padding-b-sm-45 {
    padding-bottom: 45px !important;
  }
}
@media (min-width: 768px) {
  body {
    /*
    .modal .padding-b-sm-50 {
        padding-bottom: 50px;
    }
    */
  }
  body .margin-b-sm-50 {
    margin-bottom: 50px !important;
  }
  body .padding-b-sm-50 {
    padding-bottom: 50px !important;
  }
}
@media (min-width: 768px) {
  body {
    /*
    .modal .padding-b-sm-55 {
        padding-bottom: 55px;
    }
    */
  }
  body .margin-b-sm-55 {
    margin-bottom: 55px !important;
  }
  body .padding-b-sm-55 {
    padding-bottom: 55px !important;
  }
}
@media (min-width: 768px) {
  body {
    /*
    .modal .padding-b-sm-60 {
        padding-bottom: 60px;
    }
    */
  }
  body .margin-b-sm-60 {
    margin-bottom: 60px !important;
  }
  body .padding-b-sm-60 {
    padding-bottom: 60px !important;
  }
}
@media (min-width: 768px) {
  body {
    /*
    .modal .padding-b-sm-65 {
        padding-bottom: 65px;
    }
    */
  }
  body .margin-b-sm-65 {
    margin-bottom: 65px !important;
  }
  body .padding-b-sm-65 {
    padding-bottom: 65px !important;
  }
}
@media (min-width: 768px) {
  body {
    /*
    .modal .padding-b-sm-70 {
        padding-bottom: 70px;
    }
    */
  }
  body .margin-b-sm-70 {
    margin-bottom: 70px !important;
  }
  body .padding-b-sm-70 {
    padding-bottom: 70px !important;
  }
}
@media (min-width: 768px) {
  body {
    /*
    .modal .padding-b-sm-75 {
        padding-bottom: 75px;
    }
    */
  }
  body .margin-b-sm-75 {
    margin-bottom: 75px !important;
  }
  body .padding-b-sm-75 {
    padding-bottom: 75px !important;
  }
}
@media (min-width: 768px) {
  body {
    /*
    .modal .padding-b-sm-80 {
        padding-bottom: 80px;
    }
    */
  }
  body .margin-b-sm-80 {
    margin-bottom: 80px !important;
  }
  body .padding-b-sm-80 {
    padding-bottom: 80px !important;
  }
}
@media (min-width: 768px) {
  body {
    /*
    .modal .padding-b-sm-85 {
        padding-bottom: 85px;
    }
    */
  }
  body .margin-b-sm-85 {
    margin-bottom: 85px !important;
  }
  body .padding-b-sm-85 {
    padding-bottom: 85px !important;
  }
}
@media (min-width: 768px) {
  body {
    /*
    .modal .padding-b-sm-90 {
        padding-bottom: 90px;
    }
    */
  }
  body .margin-b-sm-90 {
    margin-bottom: 90px !important;
  }
  body .padding-b-sm-90 {
    padding-bottom: 90px !important;
  }
}
@media (min-width: 768px) {
  body {
    /*
    .modal .padding-b-sm-95 {
        padding-bottom: 95px;
    }
    */
  }
  body .margin-b-sm-95 {
    margin-bottom: 95px !important;
  }
  body .padding-b-sm-95 {
    padding-bottom: 95px !important;
  }
}
@media (min-width: 768px) {
  body {
    /*
    .modal .padding-b-sm-100 {
        padding-bottom: 100px;
    }
    */
  }
  body .margin-b-sm-100 {
    margin-bottom: 100px !important;
  }
  body .padding-b-sm-100 {
    padding-bottom: 100px !important;
  }
}
@media (min-width: 768px) {
  body {
    /*
    .modal .padding-l-sm-0 {
        padding-left: 0px;
    }
    */
  }
  body .margin-l-sm-0 {
    margin-left: 0px !important;
  }
  body .padding-l-sm-0 {
    padding-left: 0px !important;
  }
}
@media (min-width: 768px) {
  body {
    /*
    .modal .padding-l-sm-5 {
        padding-left: 5px;
    }
    */
  }
  body .margin-l-sm-5 {
    margin-left: 5px !important;
  }
  body .padding-l-sm-5 {
    padding-left: 5px !important;
  }
}
@media (min-width: 768px) {
  body {
    /*
    .modal .padding-l-sm-10 {
        padding-left: 10px;
    }
    */
  }
  body .margin-l-sm-10 {
    margin-left: 10px !important;
  }
  body .padding-l-sm-10 {
    padding-left: 10px !important;
  }
}
@media (min-width: 768px) {
  body {
    /*
    .modal .padding-l-sm-15 {
        padding-left: 15px;
    }
    */
  }
  body .margin-l-sm-15 {
    margin-left: 15px !important;
  }
  body .padding-l-sm-15 {
    padding-left: 15px !important;
  }
}
@media (min-width: 768px) {
  body {
    /*
    .modal .padding-l-sm-20 {
        padding-left: 20px;
    }
    */
  }
  body .margin-l-sm-20 {
    margin-left: 20px !important;
  }
  body .padding-l-sm-20 {
    padding-left: 20px !important;
  }
}
@media (min-width: 768px) {
  body {
    /*
    .modal .padding-l-sm-25 {
        padding-left: 25px;
    }
    */
  }
  body .margin-l-sm-25 {
    margin-left: 25px !important;
  }
  body .padding-l-sm-25 {
    padding-left: 25px !important;
  }
}
@media (min-width: 768px) {
  body {
    /*
    .modal .padding-l-sm-30 {
        padding-left: 30px;
    }
    */
  }
  body .margin-l-sm-30 {
    margin-left: 30px !important;
  }
  body .padding-l-sm-30 {
    padding-left: 30px !important;
  }
}
@media (min-width: 768px) {
  body {
    /*
    .modal .padding-l-sm-35 {
        padding-left: 35px;
    }
    */
  }
  body .margin-l-sm-35 {
    margin-left: 35px !important;
  }
  body .padding-l-sm-35 {
    padding-left: 35px !important;
  }
}
@media (min-width: 768px) {
  body {
    /*
    .modal .padding-l-sm-40 {
        padding-left: 40px;
    }
    */
  }
  body .margin-l-sm-40 {
    margin-left: 40px !important;
  }
  body .padding-l-sm-40 {
    padding-left: 40px !important;
  }
}
@media (min-width: 768px) {
  body {
    /*
    .modal .padding-l-sm-45 {
        padding-left: 45px;
    }
    */
  }
  body .margin-l-sm-45 {
    margin-left: 45px !important;
  }
  body .padding-l-sm-45 {
    padding-left: 45px !important;
  }
}
@media (min-width: 768px) {
  body {
    /*
    .modal .padding-l-sm-50 {
        padding-left: 50px;
    }
    */
  }
  body .margin-l-sm-50 {
    margin-left: 50px !important;
  }
  body .padding-l-sm-50 {
    padding-left: 50px !important;
  }
}
@media (min-width: 768px) {
  body {
    /*
    .modal .padding-l-sm-55 {
        padding-left: 55px;
    }
    */
  }
  body .margin-l-sm-55 {
    margin-left: 55px !important;
  }
  body .padding-l-sm-55 {
    padding-left: 55px !important;
  }
}
@media (min-width: 768px) {
  body {
    /*
    .modal .padding-l-sm-60 {
        padding-left: 60px;
    }
    */
  }
  body .margin-l-sm-60 {
    margin-left: 60px !important;
  }
  body .padding-l-sm-60 {
    padding-left: 60px !important;
  }
}
@media (min-width: 768px) {
  body {
    /*
    .modal .padding-l-sm-65 {
        padding-left: 65px;
    }
    */
  }
  body .margin-l-sm-65 {
    margin-left: 65px !important;
  }
  body .padding-l-sm-65 {
    padding-left: 65px !important;
  }
}
@media (min-width: 768px) {
  body {
    /*
    .modal .padding-l-sm-70 {
        padding-left: 70px;
    }
    */
  }
  body .margin-l-sm-70 {
    margin-left: 70px !important;
  }
  body .padding-l-sm-70 {
    padding-left: 70px !important;
  }
}
@media (min-width: 768px) {
  body {
    /*
    .modal .padding-l-sm-75 {
        padding-left: 75px;
    }
    */
  }
  body .margin-l-sm-75 {
    margin-left: 75px !important;
  }
  body .padding-l-sm-75 {
    padding-left: 75px !important;
  }
}
@media (min-width: 768px) {
  body {
    /*
    .modal .padding-l-sm-80 {
        padding-left: 80px;
    }
    */
  }
  body .margin-l-sm-80 {
    margin-left: 80px !important;
  }
  body .padding-l-sm-80 {
    padding-left: 80px !important;
  }
}
@media (min-width: 768px) {
  body {
    /*
    .modal .padding-l-sm-85 {
        padding-left: 85px;
    }
    */
  }
  body .margin-l-sm-85 {
    margin-left: 85px !important;
  }
  body .padding-l-sm-85 {
    padding-left: 85px !important;
  }
}
@media (min-width: 768px) {
  body {
    /*
    .modal .padding-l-sm-90 {
        padding-left: 90px;
    }
    */
  }
  body .margin-l-sm-90 {
    margin-left: 90px !important;
  }
  body .padding-l-sm-90 {
    padding-left: 90px !important;
  }
}
@media (min-width: 768px) {
  body {
    /*
    .modal .padding-l-sm-95 {
        padding-left: 95px;
    }
    */
  }
  body .margin-l-sm-95 {
    margin-left: 95px !important;
  }
  body .padding-l-sm-95 {
    padding-left: 95px !important;
  }
}
@media (min-width: 768px) {
  body {
    /*
    .modal .padding-l-sm-100 {
        padding-left: 100px;
    }
    */
  }
  body .margin-l-sm-100 {
    margin-left: 100px !important;
  }
  body .padding-l-sm-100 {
    padding-left: 100px !important;
  }
}
@media (min-width: 768px) {
  body {
    /*
    .modal .padding-r-sm-0 {
        padding-right: 0px;
    }
    */
  }
  body .margin-r-sm-0 {
    margin-right: 0px !important;
  }
  body .padding-r-sm-0 {
    padding-right: 0px !important;
  }
}
@media (min-width: 768px) {
  body {
    /*
    .modal .padding-r-sm-5 {
        padding-right: 5px;
    }
    */
  }
  body .margin-r-sm-5 {
    margin-right: 5px !important;
  }
  body .padding-r-sm-5 {
    padding-right: 5px !important;
  }
}
@media (min-width: 768px) {
  body {
    /*
    .modal .padding-r-sm-10 {
        padding-right: 10px;
    }
    */
  }
  body .margin-r-sm-10 {
    margin-right: 10px !important;
  }
  body .padding-r-sm-10 {
    padding-right: 10px !important;
  }
}
@media (min-width: 768px) {
  body {
    /*
    .modal .padding-r-sm-15 {
        padding-right: 15px;
    }
    */
  }
  body .margin-r-sm-15 {
    margin-right: 15px !important;
  }
  body .padding-r-sm-15 {
    padding-right: 15px !important;
  }
}
@media (min-width: 768px) {
  body {
    /*
    .modal .padding-r-sm-20 {
        padding-right: 20px;
    }
    */
  }
  body .margin-r-sm-20 {
    margin-right: 20px !important;
  }
  body .padding-r-sm-20 {
    padding-right: 20px !important;
  }
}
@media (min-width: 768px) {
  body {
    /*
    .modal .padding-r-sm-25 {
        padding-right: 25px;
    }
    */
  }
  body .margin-r-sm-25 {
    margin-right: 25px !important;
  }
  body .padding-r-sm-25 {
    padding-right: 25px !important;
  }
}
@media (min-width: 768px) {
  body {
    /*
    .modal .padding-r-sm-30 {
        padding-right: 30px;
    }
    */
  }
  body .margin-r-sm-30 {
    margin-right: 30px !important;
  }
  body .padding-r-sm-30 {
    padding-right: 30px !important;
  }
}
@media (min-width: 768px) {
  body {
    /*
    .modal .padding-r-sm-35 {
        padding-right: 35px;
    }
    */
  }
  body .margin-r-sm-35 {
    margin-right: 35px !important;
  }
  body .padding-r-sm-35 {
    padding-right: 35px !important;
  }
}
@media (min-width: 768px) {
  body {
    /*
    .modal .padding-r-sm-40 {
        padding-right: 40px;
    }
    */
  }
  body .margin-r-sm-40 {
    margin-right: 40px !important;
  }
  body .padding-r-sm-40 {
    padding-right: 40px !important;
  }
}
@media (min-width: 768px) {
  body {
    /*
    .modal .padding-r-sm-45 {
        padding-right: 45px;
    }
    */
  }
  body .margin-r-sm-45 {
    margin-right: 45px !important;
  }
  body .padding-r-sm-45 {
    padding-right: 45px !important;
  }
}
@media (min-width: 768px) {
  body {
    /*
    .modal .padding-r-sm-50 {
        padding-right: 50px;
    }
    */
  }
  body .margin-r-sm-50 {
    margin-right: 50px !important;
  }
  body .padding-r-sm-50 {
    padding-right: 50px !important;
  }
}
@media (min-width: 768px) {
  body {
    /*
    .modal .padding-r-sm-55 {
        padding-right: 55px;
    }
    */
  }
  body .margin-r-sm-55 {
    margin-right: 55px !important;
  }
  body .padding-r-sm-55 {
    padding-right: 55px !important;
  }
}
@media (min-width: 768px) {
  body {
    /*
    .modal .padding-r-sm-60 {
        padding-right: 60px;
    }
    */
  }
  body .margin-r-sm-60 {
    margin-right: 60px !important;
  }
  body .padding-r-sm-60 {
    padding-right: 60px !important;
  }
}
@media (min-width: 768px) {
  body {
    /*
    .modal .padding-r-sm-65 {
        padding-right: 65px;
    }
    */
  }
  body .margin-r-sm-65 {
    margin-right: 65px !important;
  }
  body .padding-r-sm-65 {
    padding-right: 65px !important;
  }
}
@media (min-width: 768px) {
  body {
    /*
    .modal .padding-r-sm-70 {
        padding-right: 70px;
    }
    */
  }
  body .margin-r-sm-70 {
    margin-right: 70px !important;
  }
  body .padding-r-sm-70 {
    padding-right: 70px !important;
  }
}
@media (min-width: 768px) {
  body {
    /*
    .modal .padding-r-sm-75 {
        padding-right: 75px;
    }
    */
  }
  body .margin-r-sm-75 {
    margin-right: 75px !important;
  }
  body .padding-r-sm-75 {
    padding-right: 75px !important;
  }
}
@media (min-width: 768px) {
  body {
    /*
    .modal .padding-r-sm-80 {
        padding-right: 80px;
    }
    */
  }
  body .margin-r-sm-80 {
    margin-right: 80px !important;
  }
  body .padding-r-sm-80 {
    padding-right: 80px !important;
  }
}
@media (min-width: 768px) {
  body {
    /*
    .modal .padding-r-sm-85 {
        padding-right: 85px;
    }
    */
  }
  body .margin-r-sm-85 {
    margin-right: 85px !important;
  }
  body .padding-r-sm-85 {
    padding-right: 85px !important;
  }
}
@media (min-width: 768px) {
  body {
    /*
    .modal .padding-r-sm-90 {
        padding-right: 90px;
    }
    */
  }
  body .margin-r-sm-90 {
    margin-right: 90px !important;
  }
  body .padding-r-sm-90 {
    padding-right: 90px !important;
  }
}
@media (min-width: 768px) {
  body {
    /*
    .modal .padding-r-sm-95 {
        padding-right: 95px;
    }
    */
  }
  body .margin-r-sm-95 {
    margin-right: 95px !important;
  }
  body .padding-r-sm-95 {
    padding-right: 95px !important;
  }
}
@media (min-width: 768px) {
  body {
    /*
    .modal .padding-r-sm-100 {
        padding-right: 100px;
    }
    */
  }
  body .margin-r-sm-100 {
    margin-right: 100px !important;
  }
  body .padding-r-sm-100 {
    padding-right: 100px !important;
  }
}
@media (min-width: 992px) {
  body {
    /*
    .modal .padding--md-0 {
        padding: 0px;
    }
    */
  }
  body .margin--md-0 {
    margin: 0px !important;
  }
  body .padding--md-0 {
    padding: 0px !important;
  }
}
@media (min-width: 992px) {
  body {
    /*
    .modal .padding--md-5 {
        padding: 5px;
    }
    */
  }
  body .margin--md-5 {
    margin: 5px !important;
  }
  body .padding--md-5 {
    padding: 5px !important;
  }
}
@media (min-width: 992px) {
  body {
    /*
    .modal .padding--md-10 {
        padding: 10px;
    }
    */
  }
  body .margin--md-10 {
    margin: 10px !important;
  }
  body .padding--md-10 {
    padding: 10px !important;
  }
}
@media (min-width: 992px) {
  body {
    /*
    .modal .padding--md-15 {
        padding: 15px;
    }
    */
  }
  body .margin--md-15 {
    margin: 15px !important;
  }
  body .padding--md-15 {
    padding: 15px !important;
  }
}
@media (min-width: 992px) {
  body {
    /*
    .modal .padding--md-20 {
        padding: 20px;
    }
    */
  }
  body .margin--md-20 {
    margin: 20px !important;
  }
  body .padding--md-20 {
    padding: 20px !important;
  }
}
@media (min-width: 992px) {
  body {
    /*
    .modal .padding--md-25 {
        padding: 25px;
    }
    */
  }
  body .margin--md-25 {
    margin: 25px !important;
  }
  body .padding--md-25 {
    padding: 25px !important;
  }
}
@media (min-width: 992px) {
  body {
    /*
    .modal .padding--md-30 {
        padding: 30px;
    }
    */
  }
  body .margin--md-30 {
    margin: 30px !important;
  }
  body .padding--md-30 {
    padding: 30px !important;
  }
}
@media (min-width: 992px) {
  body {
    /*
    .modal .padding--md-35 {
        padding: 35px;
    }
    */
  }
  body .margin--md-35 {
    margin: 35px !important;
  }
  body .padding--md-35 {
    padding: 35px !important;
  }
}
@media (min-width: 992px) {
  body {
    /*
    .modal .padding--md-40 {
        padding: 40px;
    }
    */
  }
  body .margin--md-40 {
    margin: 40px !important;
  }
  body .padding--md-40 {
    padding: 40px !important;
  }
}
@media (min-width: 992px) {
  body {
    /*
    .modal .padding--md-45 {
        padding: 45px;
    }
    */
  }
  body .margin--md-45 {
    margin: 45px !important;
  }
  body .padding--md-45 {
    padding: 45px !important;
  }
}
@media (min-width: 992px) {
  body {
    /*
    .modal .padding--md-50 {
        padding: 50px;
    }
    */
  }
  body .margin--md-50 {
    margin: 50px !important;
  }
  body .padding--md-50 {
    padding: 50px !important;
  }
}
@media (min-width: 992px) {
  body {
    /*
    .modal .padding--md-55 {
        padding: 55px;
    }
    */
  }
  body .margin--md-55 {
    margin: 55px !important;
  }
  body .padding--md-55 {
    padding: 55px !important;
  }
}
@media (min-width: 992px) {
  body {
    /*
    .modal .padding--md-60 {
        padding: 60px;
    }
    */
  }
  body .margin--md-60 {
    margin: 60px !important;
  }
  body .padding--md-60 {
    padding: 60px !important;
  }
}
@media (min-width: 992px) {
  body {
    /*
    .modal .padding--md-65 {
        padding: 65px;
    }
    */
  }
  body .margin--md-65 {
    margin: 65px !important;
  }
  body .padding--md-65 {
    padding: 65px !important;
  }
}
@media (min-width: 992px) {
  body {
    /*
    .modal .padding--md-70 {
        padding: 70px;
    }
    */
  }
  body .margin--md-70 {
    margin: 70px !important;
  }
  body .padding--md-70 {
    padding: 70px !important;
  }
}
@media (min-width: 992px) {
  body {
    /*
    .modal .padding--md-75 {
        padding: 75px;
    }
    */
  }
  body .margin--md-75 {
    margin: 75px !important;
  }
  body .padding--md-75 {
    padding: 75px !important;
  }
}
@media (min-width: 992px) {
  body {
    /*
    .modal .padding--md-80 {
        padding: 80px;
    }
    */
  }
  body .margin--md-80 {
    margin: 80px !important;
  }
  body .padding--md-80 {
    padding: 80px !important;
  }
}
@media (min-width: 992px) {
  body {
    /*
    .modal .padding--md-85 {
        padding: 85px;
    }
    */
  }
  body .margin--md-85 {
    margin: 85px !important;
  }
  body .padding--md-85 {
    padding: 85px !important;
  }
}
@media (min-width: 992px) {
  body {
    /*
    .modal .padding--md-90 {
        padding: 90px;
    }
    */
  }
  body .margin--md-90 {
    margin: 90px !important;
  }
  body .padding--md-90 {
    padding: 90px !important;
  }
}
@media (min-width: 992px) {
  body {
    /*
    .modal .padding--md-95 {
        padding: 95px;
    }
    */
  }
  body .margin--md-95 {
    margin: 95px !important;
  }
  body .padding--md-95 {
    padding: 95px !important;
  }
}
@media (min-width: 992px) {
  body {
    /*
    .modal .padding--md-100 {
        padding: 100px;
    }
    */
  }
  body .margin--md-100 {
    margin: 100px !important;
  }
  body .padding--md-100 {
    padding: 100px !important;
  }
}
@media (min-width: 992px) {
  body {
    /*
    .modal .padding-t-md-0 {
        padding-top: 0px;
    }
    */
  }
  body .margin-t-md-0 {
    margin-top: 0px !important;
  }
  body .padding-t-md-0 {
    padding-top: 0px !important;
  }
}
@media (min-width: 992px) {
  body {
    /*
    .modal .padding-t-md-5 {
        padding-top: 5px;
    }
    */
  }
  body .margin-t-md-5 {
    margin-top: 5px !important;
  }
  body .padding-t-md-5 {
    padding-top: 5px !important;
  }
}
@media (min-width: 992px) {
  body {
    /*
    .modal .padding-t-md-10 {
        padding-top: 10px;
    }
    */
  }
  body .margin-t-md-10 {
    margin-top: 10px !important;
  }
  body .padding-t-md-10 {
    padding-top: 10px !important;
  }
}
@media (min-width: 992px) {
  body {
    /*
    .modal .padding-t-md-15 {
        padding-top: 15px;
    }
    */
  }
  body .margin-t-md-15 {
    margin-top: 15px !important;
  }
  body .padding-t-md-15 {
    padding-top: 15px !important;
  }
}
@media (min-width: 992px) {
  body {
    /*
    .modal .padding-t-md-20 {
        padding-top: 20px;
    }
    */
  }
  body .margin-t-md-20 {
    margin-top: 20px !important;
  }
  body .padding-t-md-20 {
    padding-top: 20px !important;
  }
}
@media (min-width: 992px) {
  body {
    /*
    .modal .padding-t-md-25 {
        padding-top: 25px;
    }
    */
  }
  body .margin-t-md-25 {
    margin-top: 25px !important;
  }
  body .padding-t-md-25 {
    padding-top: 25px !important;
  }
}
@media (min-width: 992px) {
  body {
    /*
    .modal .padding-t-md-30 {
        padding-top: 30px;
    }
    */
  }
  body .margin-t-md-30 {
    margin-top: 30px !important;
  }
  body .padding-t-md-30 {
    padding-top: 30px !important;
  }
}
@media (min-width: 992px) {
  body {
    /*
    .modal .padding-t-md-35 {
        padding-top: 35px;
    }
    */
  }
  body .margin-t-md-35 {
    margin-top: 35px !important;
  }
  body .padding-t-md-35 {
    padding-top: 35px !important;
  }
}
@media (min-width: 992px) {
  body {
    /*
    .modal .padding-t-md-40 {
        padding-top: 40px;
    }
    */
  }
  body .margin-t-md-40 {
    margin-top: 40px !important;
  }
  body .padding-t-md-40 {
    padding-top: 40px !important;
  }
}
@media (min-width: 992px) {
  body {
    /*
    .modal .padding-t-md-45 {
        padding-top: 45px;
    }
    */
  }
  body .margin-t-md-45 {
    margin-top: 45px !important;
  }
  body .padding-t-md-45 {
    padding-top: 45px !important;
  }
}
@media (min-width: 992px) {
  body {
    /*
    .modal .padding-t-md-50 {
        padding-top: 50px;
    }
    */
  }
  body .margin-t-md-50 {
    margin-top: 50px !important;
  }
  body .padding-t-md-50 {
    padding-top: 50px !important;
  }
}
@media (min-width: 992px) {
  body {
    /*
    .modal .padding-t-md-55 {
        padding-top: 55px;
    }
    */
  }
  body .margin-t-md-55 {
    margin-top: 55px !important;
  }
  body .padding-t-md-55 {
    padding-top: 55px !important;
  }
}
@media (min-width: 992px) {
  body {
    /*
    .modal .padding-t-md-60 {
        padding-top: 60px;
    }
    */
  }
  body .margin-t-md-60 {
    margin-top: 60px !important;
  }
  body .padding-t-md-60 {
    padding-top: 60px !important;
  }
}
@media (min-width: 992px) {
  body {
    /*
    .modal .padding-t-md-65 {
        padding-top: 65px;
    }
    */
  }
  body .margin-t-md-65 {
    margin-top: 65px !important;
  }
  body .padding-t-md-65 {
    padding-top: 65px !important;
  }
}
@media (min-width: 992px) {
  body {
    /*
    .modal .padding-t-md-70 {
        padding-top: 70px;
    }
    */
  }
  body .margin-t-md-70 {
    margin-top: 70px !important;
  }
  body .padding-t-md-70 {
    padding-top: 70px !important;
  }
}
@media (min-width: 992px) {
  body {
    /*
    .modal .padding-t-md-75 {
        padding-top: 75px;
    }
    */
  }
  body .margin-t-md-75 {
    margin-top: 75px !important;
  }
  body .padding-t-md-75 {
    padding-top: 75px !important;
  }
}
@media (min-width: 992px) {
  body {
    /*
    .modal .padding-t-md-80 {
        padding-top: 80px;
    }
    */
  }
  body .margin-t-md-80 {
    margin-top: 80px !important;
  }
  body .padding-t-md-80 {
    padding-top: 80px !important;
  }
}
@media (min-width: 992px) {
  body {
    /*
    .modal .padding-t-md-85 {
        padding-top: 85px;
    }
    */
  }
  body .margin-t-md-85 {
    margin-top: 85px !important;
  }
  body .padding-t-md-85 {
    padding-top: 85px !important;
  }
}
@media (min-width: 992px) {
  body {
    /*
    .modal .padding-t-md-90 {
        padding-top: 90px;
    }
    */
  }
  body .margin-t-md-90 {
    margin-top: 90px !important;
  }
  body .padding-t-md-90 {
    padding-top: 90px !important;
  }
}
@media (min-width: 992px) {
  body {
    /*
    .modal .padding-t-md-95 {
        padding-top: 95px;
    }
    */
  }
  body .margin-t-md-95 {
    margin-top: 95px !important;
  }
  body .padding-t-md-95 {
    padding-top: 95px !important;
  }
}
@media (min-width: 992px) {
  body {
    /*
    .modal .padding-t-md-100 {
        padding-top: 100px;
    }
    */
  }
  body .margin-t-md-100 {
    margin-top: 100px !important;
  }
  body .padding-t-md-100 {
    padding-top: 100px !important;
  }
}
@media (min-width: 992px) {
  body {
    /*
    .modal .padding-b-md-0 {
        padding-bottom: 0px;
    }
    */
  }
  body .margin-b-md-0 {
    margin-bottom: 0px !important;
  }
  body .padding-b-md-0 {
    padding-bottom: 0px !important;
  }
}
@media (min-width: 992px) {
  body {
    /*
    .modal .padding-b-md-5 {
        padding-bottom: 5px;
    }
    */
  }
  body .margin-b-md-5 {
    margin-bottom: 5px !important;
  }
  body .padding-b-md-5 {
    padding-bottom: 5px !important;
  }
}
@media (min-width: 992px) {
  body {
    /*
    .modal .padding-b-md-10 {
        padding-bottom: 10px;
    }
    */
  }
  body .margin-b-md-10 {
    margin-bottom: 10px !important;
  }
  body .padding-b-md-10 {
    padding-bottom: 10px !important;
  }
}
@media (min-width: 992px) {
  body {
    /*
    .modal .padding-b-md-15 {
        padding-bottom: 15px;
    }
    */
  }
  body .margin-b-md-15 {
    margin-bottom: 15px !important;
  }
  body .padding-b-md-15 {
    padding-bottom: 15px !important;
  }
}
@media (min-width: 992px) {
  body {
    /*
    .modal .padding-b-md-20 {
        padding-bottom: 20px;
    }
    */
  }
  body .margin-b-md-20 {
    margin-bottom: 20px !important;
  }
  body .padding-b-md-20 {
    padding-bottom: 20px !important;
  }
}
@media (min-width: 992px) {
  body {
    /*
    .modal .padding-b-md-25 {
        padding-bottom: 25px;
    }
    */
  }
  body .margin-b-md-25 {
    margin-bottom: 25px !important;
  }
  body .padding-b-md-25 {
    padding-bottom: 25px !important;
  }
}
@media (min-width: 992px) {
  body {
    /*
    .modal .padding-b-md-30 {
        padding-bottom: 30px;
    }
    */
  }
  body .margin-b-md-30 {
    margin-bottom: 30px !important;
  }
  body .padding-b-md-30 {
    padding-bottom: 30px !important;
  }
}
@media (min-width: 992px) {
  body {
    /*
    .modal .padding-b-md-35 {
        padding-bottom: 35px;
    }
    */
  }
  body .margin-b-md-35 {
    margin-bottom: 35px !important;
  }
  body .padding-b-md-35 {
    padding-bottom: 35px !important;
  }
}
@media (min-width: 992px) {
  body {
    /*
    .modal .padding-b-md-40 {
        padding-bottom: 40px;
    }
    */
  }
  body .margin-b-md-40 {
    margin-bottom: 40px !important;
  }
  body .padding-b-md-40 {
    padding-bottom: 40px !important;
  }
}
@media (min-width: 992px) {
  body {
    /*
    .modal .padding-b-md-45 {
        padding-bottom: 45px;
    }
    */
  }
  body .margin-b-md-45 {
    margin-bottom: 45px !important;
  }
  body .padding-b-md-45 {
    padding-bottom: 45px !important;
  }
}
@media (min-width: 992px) {
  body {
    /*
    .modal .padding-b-md-50 {
        padding-bottom: 50px;
    }
    */
  }
  body .margin-b-md-50 {
    margin-bottom: 50px !important;
  }
  body .padding-b-md-50 {
    padding-bottom: 50px !important;
  }
}
@media (min-width: 992px) {
  body {
    /*
    .modal .padding-b-md-55 {
        padding-bottom: 55px;
    }
    */
  }
  body .margin-b-md-55 {
    margin-bottom: 55px !important;
  }
  body .padding-b-md-55 {
    padding-bottom: 55px !important;
  }
}
@media (min-width: 992px) {
  body {
    /*
    .modal .padding-b-md-60 {
        padding-bottom: 60px;
    }
    */
  }
  body .margin-b-md-60 {
    margin-bottom: 60px !important;
  }
  body .padding-b-md-60 {
    padding-bottom: 60px !important;
  }
}
@media (min-width: 992px) {
  body {
    /*
    .modal .padding-b-md-65 {
        padding-bottom: 65px;
    }
    */
  }
  body .margin-b-md-65 {
    margin-bottom: 65px !important;
  }
  body .padding-b-md-65 {
    padding-bottom: 65px !important;
  }
}
@media (min-width: 992px) {
  body {
    /*
    .modal .padding-b-md-70 {
        padding-bottom: 70px;
    }
    */
  }
  body .margin-b-md-70 {
    margin-bottom: 70px !important;
  }
  body .padding-b-md-70 {
    padding-bottom: 70px !important;
  }
}
@media (min-width: 992px) {
  body {
    /*
    .modal .padding-b-md-75 {
        padding-bottom: 75px;
    }
    */
  }
  body .margin-b-md-75 {
    margin-bottom: 75px !important;
  }
  body .padding-b-md-75 {
    padding-bottom: 75px !important;
  }
}
@media (min-width: 992px) {
  body {
    /*
    .modal .padding-b-md-80 {
        padding-bottom: 80px;
    }
    */
  }
  body .margin-b-md-80 {
    margin-bottom: 80px !important;
  }
  body .padding-b-md-80 {
    padding-bottom: 80px !important;
  }
}
@media (min-width: 992px) {
  body {
    /*
    .modal .padding-b-md-85 {
        padding-bottom: 85px;
    }
    */
  }
  body .margin-b-md-85 {
    margin-bottom: 85px !important;
  }
  body .padding-b-md-85 {
    padding-bottom: 85px !important;
  }
}
@media (min-width: 992px) {
  body {
    /*
    .modal .padding-b-md-90 {
        padding-bottom: 90px;
    }
    */
  }
  body .margin-b-md-90 {
    margin-bottom: 90px !important;
  }
  body .padding-b-md-90 {
    padding-bottom: 90px !important;
  }
}
@media (min-width: 992px) {
  body {
    /*
    .modal .padding-b-md-95 {
        padding-bottom: 95px;
    }
    */
  }
  body .margin-b-md-95 {
    margin-bottom: 95px !important;
  }
  body .padding-b-md-95 {
    padding-bottom: 95px !important;
  }
}
@media (min-width: 992px) {
  body {
    /*
    .modal .padding-b-md-100 {
        padding-bottom: 100px;
    }
    */
  }
  body .margin-b-md-100 {
    margin-bottom: 100px !important;
  }
  body .padding-b-md-100 {
    padding-bottom: 100px !important;
  }
}
@media (min-width: 992px) {
  body {
    /*
    .modal .padding-l-md-0 {
        padding-left: 0px;
    }
    */
  }
  body .margin-l-md-0 {
    margin-left: 0px !important;
  }
  body .padding-l-md-0 {
    padding-left: 0px !important;
  }
}
@media (min-width: 992px) {
  body {
    /*
    .modal .padding-l-md-5 {
        padding-left: 5px;
    }
    */
  }
  body .margin-l-md-5 {
    margin-left: 5px !important;
  }
  body .padding-l-md-5 {
    padding-left: 5px !important;
  }
}
@media (min-width: 992px) {
  body {
    /*
    .modal .padding-l-md-10 {
        padding-left: 10px;
    }
    */
  }
  body .margin-l-md-10 {
    margin-left: 10px !important;
  }
  body .padding-l-md-10 {
    padding-left: 10px !important;
  }
}
@media (min-width: 992px) {
  body {
    /*
    .modal .padding-l-md-15 {
        padding-left: 15px;
    }
    */
  }
  body .margin-l-md-15 {
    margin-left: 15px !important;
  }
  body .padding-l-md-15 {
    padding-left: 15px !important;
  }
}
@media (min-width: 992px) {
  body {
    /*
    .modal .padding-l-md-20 {
        padding-left: 20px;
    }
    */
  }
  body .margin-l-md-20 {
    margin-left: 20px !important;
  }
  body .padding-l-md-20 {
    padding-left: 20px !important;
  }
}
@media (min-width: 992px) {
  body {
    /*
    .modal .padding-l-md-25 {
        padding-left: 25px;
    }
    */
  }
  body .margin-l-md-25 {
    margin-left: 25px !important;
  }
  body .padding-l-md-25 {
    padding-left: 25px !important;
  }
}
@media (min-width: 992px) {
  body {
    /*
    .modal .padding-l-md-30 {
        padding-left: 30px;
    }
    */
  }
  body .margin-l-md-30 {
    margin-left: 30px !important;
  }
  body .padding-l-md-30 {
    padding-left: 30px !important;
  }
}
@media (min-width: 992px) {
  body {
    /*
    .modal .padding-l-md-35 {
        padding-left: 35px;
    }
    */
  }
  body .margin-l-md-35 {
    margin-left: 35px !important;
  }
  body .padding-l-md-35 {
    padding-left: 35px !important;
  }
}
@media (min-width: 992px) {
  body {
    /*
    .modal .padding-l-md-40 {
        padding-left: 40px;
    }
    */
  }
  body .margin-l-md-40 {
    margin-left: 40px !important;
  }
  body .padding-l-md-40 {
    padding-left: 40px !important;
  }
}
@media (min-width: 992px) {
  body {
    /*
    .modal .padding-l-md-45 {
        padding-left: 45px;
    }
    */
  }
  body .margin-l-md-45 {
    margin-left: 45px !important;
  }
  body .padding-l-md-45 {
    padding-left: 45px !important;
  }
}
@media (min-width: 992px) {
  body {
    /*
    .modal .padding-l-md-50 {
        padding-left: 50px;
    }
    */
  }
  body .margin-l-md-50 {
    margin-left: 50px !important;
  }
  body .padding-l-md-50 {
    padding-left: 50px !important;
  }
}
@media (min-width: 992px) {
  body {
    /*
    .modal .padding-l-md-55 {
        padding-left: 55px;
    }
    */
  }
  body .margin-l-md-55 {
    margin-left: 55px !important;
  }
  body .padding-l-md-55 {
    padding-left: 55px !important;
  }
}
@media (min-width: 992px) {
  body {
    /*
    .modal .padding-l-md-60 {
        padding-left: 60px;
    }
    */
  }
  body .margin-l-md-60 {
    margin-left: 60px !important;
  }
  body .padding-l-md-60 {
    padding-left: 60px !important;
  }
}
@media (min-width: 992px) {
  body {
    /*
    .modal .padding-l-md-65 {
        padding-left: 65px;
    }
    */
  }
  body .margin-l-md-65 {
    margin-left: 65px !important;
  }
  body .padding-l-md-65 {
    padding-left: 65px !important;
  }
}
@media (min-width: 992px) {
  body {
    /*
    .modal .padding-l-md-70 {
        padding-left: 70px;
    }
    */
  }
  body .margin-l-md-70 {
    margin-left: 70px !important;
  }
  body .padding-l-md-70 {
    padding-left: 70px !important;
  }
}
@media (min-width: 992px) {
  body {
    /*
    .modal .padding-l-md-75 {
        padding-left: 75px;
    }
    */
  }
  body .margin-l-md-75 {
    margin-left: 75px !important;
  }
  body .padding-l-md-75 {
    padding-left: 75px !important;
  }
}
@media (min-width: 992px) {
  body {
    /*
    .modal .padding-l-md-80 {
        padding-left: 80px;
    }
    */
  }
  body .margin-l-md-80 {
    margin-left: 80px !important;
  }
  body .padding-l-md-80 {
    padding-left: 80px !important;
  }
}
@media (min-width: 992px) {
  body {
    /*
    .modal .padding-l-md-85 {
        padding-left: 85px;
    }
    */
  }
  body .margin-l-md-85 {
    margin-left: 85px !important;
  }
  body .padding-l-md-85 {
    padding-left: 85px !important;
  }
}
@media (min-width: 992px) {
  body {
    /*
    .modal .padding-l-md-90 {
        padding-left: 90px;
    }
    */
  }
  body .margin-l-md-90 {
    margin-left: 90px !important;
  }
  body .padding-l-md-90 {
    padding-left: 90px !important;
  }
}
@media (min-width: 992px) {
  body {
    /*
    .modal .padding-l-md-95 {
        padding-left: 95px;
    }
    */
  }
  body .margin-l-md-95 {
    margin-left: 95px !important;
  }
  body .padding-l-md-95 {
    padding-left: 95px !important;
  }
}
@media (min-width: 992px) {
  body {
    /*
    .modal .padding-l-md-100 {
        padding-left: 100px;
    }
    */
  }
  body .margin-l-md-100 {
    margin-left: 100px !important;
  }
  body .padding-l-md-100 {
    padding-left: 100px !important;
  }
}
@media (min-width: 992px) {
  body {
    /*
    .modal .padding-r-md-0 {
        padding-right: 0px;
    }
    */
  }
  body .margin-r-md-0 {
    margin-right: 0px !important;
  }
  body .padding-r-md-0 {
    padding-right: 0px !important;
  }
}
@media (min-width: 992px) {
  body {
    /*
    .modal .padding-r-md-5 {
        padding-right: 5px;
    }
    */
  }
  body .margin-r-md-5 {
    margin-right: 5px !important;
  }
  body .padding-r-md-5 {
    padding-right: 5px !important;
  }
}
@media (min-width: 992px) {
  body {
    /*
    .modal .padding-r-md-10 {
        padding-right: 10px;
    }
    */
  }
  body .margin-r-md-10 {
    margin-right: 10px !important;
  }
  body .padding-r-md-10 {
    padding-right: 10px !important;
  }
}
@media (min-width: 992px) {
  body {
    /*
    .modal .padding-r-md-15 {
        padding-right: 15px;
    }
    */
  }
  body .margin-r-md-15 {
    margin-right: 15px !important;
  }
  body .padding-r-md-15 {
    padding-right: 15px !important;
  }
}
@media (min-width: 992px) {
  body {
    /*
    .modal .padding-r-md-20 {
        padding-right: 20px;
    }
    */
  }
  body .margin-r-md-20 {
    margin-right: 20px !important;
  }
  body .padding-r-md-20 {
    padding-right: 20px !important;
  }
}
@media (min-width: 992px) {
  body {
    /*
    .modal .padding-r-md-25 {
        padding-right: 25px;
    }
    */
  }
  body .margin-r-md-25 {
    margin-right: 25px !important;
  }
  body .padding-r-md-25 {
    padding-right: 25px !important;
  }
}
@media (min-width: 992px) {
  body {
    /*
    .modal .padding-r-md-30 {
        padding-right: 30px;
    }
    */
  }
  body .margin-r-md-30 {
    margin-right: 30px !important;
  }
  body .padding-r-md-30 {
    padding-right: 30px !important;
  }
}
@media (min-width: 992px) {
  body {
    /*
    .modal .padding-r-md-35 {
        padding-right: 35px;
    }
    */
  }
  body .margin-r-md-35 {
    margin-right: 35px !important;
  }
  body .padding-r-md-35 {
    padding-right: 35px !important;
  }
}
@media (min-width: 992px) {
  body {
    /*
    .modal .padding-r-md-40 {
        padding-right: 40px;
    }
    */
  }
  body .margin-r-md-40 {
    margin-right: 40px !important;
  }
  body .padding-r-md-40 {
    padding-right: 40px !important;
  }
}
@media (min-width: 992px) {
  body {
    /*
    .modal .padding-r-md-45 {
        padding-right: 45px;
    }
    */
  }
  body .margin-r-md-45 {
    margin-right: 45px !important;
  }
  body .padding-r-md-45 {
    padding-right: 45px !important;
  }
}
@media (min-width: 992px) {
  body {
    /*
    .modal .padding-r-md-50 {
        padding-right: 50px;
    }
    */
  }
  body .margin-r-md-50 {
    margin-right: 50px !important;
  }
  body .padding-r-md-50 {
    padding-right: 50px !important;
  }
}
@media (min-width: 992px) {
  body {
    /*
    .modal .padding-r-md-55 {
        padding-right: 55px;
    }
    */
  }
  body .margin-r-md-55 {
    margin-right: 55px !important;
  }
  body .padding-r-md-55 {
    padding-right: 55px !important;
  }
}
@media (min-width: 992px) {
  body {
    /*
    .modal .padding-r-md-60 {
        padding-right: 60px;
    }
    */
  }
  body .margin-r-md-60 {
    margin-right: 60px !important;
  }
  body .padding-r-md-60 {
    padding-right: 60px !important;
  }
}
@media (min-width: 992px) {
  body {
    /*
    .modal .padding-r-md-65 {
        padding-right: 65px;
    }
    */
  }
  body .margin-r-md-65 {
    margin-right: 65px !important;
  }
  body .padding-r-md-65 {
    padding-right: 65px !important;
  }
}
@media (min-width: 992px) {
  body {
    /*
    .modal .padding-r-md-70 {
        padding-right: 70px;
    }
    */
  }
  body .margin-r-md-70 {
    margin-right: 70px !important;
  }
  body .padding-r-md-70 {
    padding-right: 70px !important;
  }
}
@media (min-width: 992px) {
  body {
    /*
    .modal .padding-r-md-75 {
        padding-right: 75px;
    }
    */
  }
  body .margin-r-md-75 {
    margin-right: 75px !important;
  }
  body .padding-r-md-75 {
    padding-right: 75px !important;
  }
}
@media (min-width: 992px) {
  body {
    /*
    .modal .padding-r-md-80 {
        padding-right: 80px;
    }
    */
  }
  body .margin-r-md-80 {
    margin-right: 80px !important;
  }
  body .padding-r-md-80 {
    padding-right: 80px !important;
  }
}
@media (min-width: 992px) {
  body {
    /*
    .modal .padding-r-md-85 {
        padding-right: 85px;
    }
    */
  }
  body .margin-r-md-85 {
    margin-right: 85px !important;
  }
  body .padding-r-md-85 {
    padding-right: 85px !important;
  }
}
@media (min-width: 992px) {
  body {
    /*
    .modal .padding-r-md-90 {
        padding-right: 90px;
    }
    */
  }
  body .margin-r-md-90 {
    margin-right: 90px !important;
  }
  body .padding-r-md-90 {
    padding-right: 90px !important;
  }
}
@media (min-width: 992px) {
  body {
    /*
    .modal .padding-r-md-95 {
        padding-right: 95px;
    }
    */
  }
  body .margin-r-md-95 {
    margin-right: 95px !important;
  }
  body .padding-r-md-95 {
    padding-right: 95px !important;
  }
}
@media (min-width: 992px) {
  body {
    /*
    .modal .padding-r-md-100 {
        padding-right: 100px;
    }
    */
  }
  body .margin-r-md-100 {
    margin-right: 100px !important;
  }
  body .padding-r-md-100 {
    padding-right: 100px !important;
  }
}
@media (min-width: 1200px) {
  body {
    /*
    .modal .padding--lg-0 {
        padding: 0px;
    }
    */
  }
  body .margin--lg-0 {
    margin: 0px !important;
  }
  body .padding--lg-0 {
    padding: 0px !important;
  }
}
@media (min-width: 1200px) {
  body {
    /*
    .modal .padding--lg-5 {
        padding: 5px;
    }
    */
  }
  body .margin--lg-5 {
    margin: 5px !important;
  }
  body .padding--lg-5 {
    padding: 5px !important;
  }
}
@media (min-width: 1200px) {
  body {
    /*
    .modal .padding--lg-10 {
        padding: 10px;
    }
    */
  }
  body .margin--lg-10 {
    margin: 10px !important;
  }
  body .padding--lg-10 {
    padding: 10px !important;
  }
}
@media (min-width: 1200px) {
  body {
    /*
    .modal .padding--lg-15 {
        padding: 15px;
    }
    */
  }
  body .margin--lg-15 {
    margin: 15px !important;
  }
  body .padding--lg-15 {
    padding: 15px !important;
  }
}
@media (min-width: 1200px) {
  body {
    /*
    .modal .padding--lg-20 {
        padding: 20px;
    }
    */
  }
  body .margin--lg-20 {
    margin: 20px !important;
  }
  body .padding--lg-20 {
    padding: 20px !important;
  }
}
@media (min-width: 1200px) {
  body {
    /*
    .modal .padding--lg-25 {
        padding: 25px;
    }
    */
  }
  body .margin--lg-25 {
    margin: 25px !important;
  }
  body .padding--lg-25 {
    padding: 25px !important;
  }
}
@media (min-width: 1200px) {
  body {
    /*
    .modal .padding--lg-30 {
        padding: 30px;
    }
    */
  }
  body .margin--lg-30 {
    margin: 30px !important;
  }
  body .padding--lg-30 {
    padding: 30px !important;
  }
}
@media (min-width: 1200px) {
  body {
    /*
    .modal .padding--lg-35 {
        padding: 35px;
    }
    */
  }
  body .margin--lg-35 {
    margin: 35px !important;
  }
  body .padding--lg-35 {
    padding: 35px !important;
  }
}
@media (min-width: 1200px) {
  body {
    /*
    .modal .padding--lg-40 {
        padding: 40px;
    }
    */
  }
  body .margin--lg-40 {
    margin: 40px !important;
  }
  body .padding--lg-40 {
    padding: 40px !important;
  }
}
@media (min-width: 1200px) {
  body {
    /*
    .modal .padding--lg-45 {
        padding: 45px;
    }
    */
  }
  body .margin--lg-45 {
    margin: 45px !important;
  }
  body .padding--lg-45 {
    padding: 45px !important;
  }
}
@media (min-width: 1200px) {
  body {
    /*
    .modal .padding--lg-50 {
        padding: 50px;
    }
    */
  }
  body .margin--lg-50 {
    margin: 50px !important;
  }
  body .padding--lg-50 {
    padding: 50px !important;
  }
}
@media (min-width: 1200px) {
  body {
    /*
    .modal .padding--lg-55 {
        padding: 55px;
    }
    */
  }
  body .margin--lg-55 {
    margin: 55px !important;
  }
  body .padding--lg-55 {
    padding: 55px !important;
  }
}
@media (min-width: 1200px) {
  body {
    /*
    .modal .padding--lg-60 {
        padding: 60px;
    }
    */
  }
  body .margin--lg-60 {
    margin: 60px !important;
  }
  body .padding--lg-60 {
    padding: 60px !important;
  }
}
@media (min-width: 1200px) {
  body {
    /*
    .modal .padding--lg-65 {
        padding: 65px;
    }
    */
  }
  body .margin--lg-65 {
    margin: 65px !important;
  }
  body .padding--lg-65 {
    padding: 65px !important;
  }
}
@media (min-width: 1200px) {
  body {
    /*
    .modal .padding--lg-70 {
        padding: 70px;
    }
    */
  }
  body .margin--lg-70 {
    margin: 70px !important;
  }
  body .padding--lg-70 {
    padding: 70px !important;
  }
}
@media (min-width: 1200px) {
  body {
    /*
    .modal .padding--lg-75 {
        padding: 75px;
    }
    */
  }
  body .margin--lg-75 {
    margin: 75px !important;
  }
  body .padding--lg-75 {
    padding: 75px !important;
  }
}
@media (min-width: 1200px) {
  body {
    /*
    .modal .padding--lg-80 {
        padding: 80px;
    }
    */
  }
  body .margin--lg-80 {
    margin: 80px !important;
  }
  body .padding--lg-80 {
    padding: 80px !important;
  }
}
@media (min-width: 1200px) {
  body {
    /*
    .modal .padding--lg-85 {
        padding: 85px;
    }
    */
  }
  body .margin--lg-85 {
    margin: 85px !important;
  }
  body .padding--lg-85 {
    padding: 85px !important;
  }
}
@media (min-width: 1200px) {
  body {
    /*
    .modal .padding--lg-90 {
        padding: 90px;
    }
    */
  }
  body .margin--lg-90 {
    margin: 90px !important;
  }
  body .padding--lg-90 {
    padding: 90px !important;
  }
}
@media (min-width: 1200px) {
  body {
    /*
    .modal .padding--lg-95 {
        padding: 95px;
    }
    */
  }
  body .margin--lg-95 {
    margin: 95px !important;
  }
  body .padding--lg-95 {
    padding: 95px !important;
  }
}
@media (min-width: 1200px) {
  body {
    /*
    .modal .padding--lg-100 {
        padding: 100px;
    }
    */
  }
  body .margin--lg-100 {
    margin: 100px !important;
  }
  body .padding--lg-100 {
    padding: 100px !important;
  }
}
@media (min-width: 1200px) {
  body {
    /*
    .modal .padding-t-lg-0 {
        padding-top: 0px;
    }
    */
  }
  body .margin-t-lg-0 {
    margin-top: 0px !important;
  }
  body .padding-t-lg-0 {
    padding-top: 0px !important;
  }
}
@media (min-width: 1200px) {
  body {
    /*
    .modal .padding-t-lg-5 {
        padding-top: 5px;
    }
    */
  }
  body .margin-t-lg-5 {
    margin-top: 5px !important;
  }
  body .padding-t-lg-5 {
    padding-top: 5px !important;
  }
}
@media (min-width: 1200px) {
  body {
    /*
    .modal .padding-t-lg-10 {
        padding-top: 10px;
    }
    */
  }
  body .margin-t-lg-10 {
    margin-top: 10px !important;
  }
  body .padding-t-lg-10 {
    padding-top: 10px !important;
  }
}
@media (min-width: 1200px) {
  body {
    /*
    .modal .padding-t-lg-15 {
        padding-top: 15px;
    }
    */
  }
  body .margin-t-lg-15 {
    margin-top: 15px !important;
  }
  body .padding-t-lg-15 {
    padding-top: 15px !important;
  }
}
@media (min-width: 1200px) {
  body {
    /*
    .modal .padding-t-lg-20 {
        padding-top: 20px;
    }
    */
  }
  body .margin-t-lg-20 {
    margin-top: 20px !important;
  }
  body .padding-t-lg-20 {
    padding-top: 20px !important;
  }
}
@media (min-width: 1200px) {
  body {
    /*
    .modal .padding-t-lg-25 {
        padding-top: 25px;
    }
    */
  }
  body .margin-t-lg-25 {
    margin-top: 25px !important;
  }
  body .padding-t-lg-25 {
    padding-top: 25px !important;
  }
}
@media (min-width: 1200px) {
  body {
    /*
    .modal .padding-t-lg-30 {
        padding-top: 30px;
    }
    */
  }
  body .margin-t-lg-30 {
    margin-top: 30px !important;
  }
  body .padding-t-lg-30 {
    padding-top: 30px !important;
  }
}
@media (min-width: 1200px) {
  body {
    /*
    .modal .padding-t-lg-35 {
        padding-top: 35px;
    }
    */
  }
  body .margin-t-lg-35 {
    margin-top: 35px !important;
  }
  body .padding-t-lg-35 {
    padding-top: 35px !important;
  }
}
@media (min-width: 1200px) {
  body {
    /*
    .modal .padding-t-lg-40 {
        padding-top: 40px;
    }
    */
  }
  body .margin-t-lg-40 {
    margin-top: 40px !important;
  }
  body .padding-t-lg-40 {
    padding-top: 40px !important;
  }
}
@media (min-width: 1200px) {
  body {
    /*
    .modal .padding-t-lg-45 {
        padding-top: 45px;
    }
    */
  }
  body .margin-t-lg-45 {
    margin-top: 45px !important;
  }
  body .padding-t-lg-45 {
    padding-top: 45px !important;
  }
}
@media (min-width: 1200px) {
  body {
    /*
    .modal .padding-t-lg-50 {
        padding-top: 50px;
    }
    */
  }
  body .margin-t-lg-50 {
    margin-top: 50px !important;
  }
  body .padding-t-lg-50 {
    padding-top: 50px !important;
  }
}
@media (min-width: 1200px) {
  body {
    /*
    .modal .padding-t-lg-55 {
        padding-top: 55px;
    }
    */
  }
  body .margin-t-lg-55 {
    margin-top: 55px !important;
  }
  body .padding-t-lg-55 {
    padding-top: 55px !important;
  }
}
@media (min-width: 1200px) {
  body {
    /*
    .modal .padding-t-lg-60 {
        padding-top: 60px;
    }
    */
  }
  body .margin-t-lg-60 {
    margin-top: 60px !important;
  }
  body .padding-t-lg-60 {
    padding-top: 60px !important;
  }
}
@media (min-width: 1200px) {
  body {
    /*
    .modal .padding-t-lg-65 {
        padding-top: 65px;
    }
    */
  }
  body .margin-t-lg-65 {
    margin-top: 65px !important;
  }
  body .padding-t-lg-65 {
    padding-top: 65px !important;
  }
}
@media (min-width: 1200px) {
  body {
    /*
    .modal .padding-t-lg-70 {
        padding-top: 70px;
    }
    */
  }
  body .margin-t-lg-70 {
    margin-top: 70px !important;
  }
  body .padding-t-lg-70 {
    padding-top: 70px !important;
  }
}
@media (min-width: 1200px) {
  body {
    /*
    .modal .padding-t-lg-75 {
        padding-top: 75px;
    }
    */
  }
  body .margin-t-lg-75 {
    margin-top: 75px !important;
  }
  body .padding-t-lg-75 {
    padding-top: 75px !important;
  }
}
@media (min-width: 1200px) {
  body {
    /*
    .modal .padding-t-lg-80 {
        padding-top: 80px;
    }
    */
  }
  body .margin-t-lg-80 {
    margin-top: 80px !important;
  }
  body .padding-t-lg-80 {
    padding-top: 80px !important;
  }
}
@media (min-width: 1200px) {
  body {
    /*
    .modal .padding-t-lg-85 {
        padding-top: 85px;
    }
    */
  }
  body .margin-t-lg-85 {
    margin-top: 85px !important;
  }
  body .padding-t-lg-85 {
    padding-top: 85px !important;
  }
}
@media (min-width: 1200px) {
  body {
    /*
    .modal .padding-t-lg-90 {
        padding-top: 90px;
    }
    */
  }
  body .margin-t-lg-90 {
    margin-top: 90px !important;
  }
  body .padding-t-lg-90 {
    padding-top: 90px !important;
  }
}
@media (min-width: 1200px) {
  body {
    /*
    .modal .padding-t-lg-95 {
        padding-top: 95px;
    }
    */
  }
  body .margin-t-lg-95 {
    margin-top: 95px !important;
  }
  body .padding-t-lg-95 {
    padding-top: 95px !important;
  }
}
@media (min-width: 1200px) {
  body {
    /*
    .modal .padding-t-lg-100 {
        padding-top: 100px;
    }
    */
  }
  body .margin-t-lg-100 {
    margin-top: 100px !important;
  }
  body .padding-t-lg-100 {
    padding-top: 100px !important;
  }
}
@media (min-width: 1200px) {
  body {
    /*
    .modal .padding-b-lg-0 {
        padding-bottom: 0px;
    }
    */
  }
  body .margin-b-lg-0 {
    margin-bottom: 0px !important;
  }
  body .padding-b-lg-0 {
    padding-bottom: 0px !important;
  }
}
@media (min-width: 1200px) {
  body {
    /*
    .modal .padding-b-lg-5 {
        padding-bottom: 5px;
    }
    */
  }
  body .margin-b-lg-5 {
    margin-bottom: 5px !important;
  }
  body .padding-b-lg-5 {
    padding-bottom: 5px !important;
  }
}
@media (min-width: 1200px) {
  body {
    /*
    .modal .padding-b-lg-10 {
        padding-bottom: 10px;
    }
    */
  }
  body .margin-b-lg-10 {
    margin-bottom: 10px !important;
  }
  body .padding-b-lg-10 {
    padding-bottom: 10px !important;
  }
}
@media (min-width: 1200px) {
  body {
    /*
    .modal .padding-b-lg-15 {
        padding-bottom: 15px;
    }
    */
  }
  body .margin-b-lg-15 {
    margin-bottom: 15px !important;
  }
  body .padding-b-lg-15 {
    padding-bottom: 15px !important;
  }
}
@media (min-width: 1200px) {
  body {
    /*
    .modal .padding-b-lg-20 {
        padding-bottom: 20px;
    }
    */
  }
  body .margin-b-lg-20 {
    margin-bottom: 20px !important;
  }
  body .padding-b-lg-20 {
    padding-bottom: 20px !important;
  }
}
@media (min-width: 1200px) {
  body {
    /*
    .modal .padding-b-lg-25 {
        padding-bottom: 25px;
    }
    */
  }
  body .margin-b-lg-25 {
    margin-bottom: 25px !important;
  }
  body .padding-b-lg-25 {
    padding-bottom: 25px !important;
  }
}
@media (min-width: 1200px) {
  body {
    /*
    .modal .padding-b-lg-30 {
        padding-bottom: 30px;
    }
    */
  }
  body .margin-b-lg-30 {
    margin-bottom: 30px !important;
  }
  body .padding-b-lg-30 {
    padding-bottom: 30px !important;
  }
}
@media (min-width: 1200px) {
  body {
    /*
    .modal .padding-b-lg-35 {
        padding-bottom: 35px;
    }
    */
  }
  body .margin-b-lg-35 {
    margin-bottom: 35px !important;
  }
  body .padding-b-lg-35 {
    padding-bottom: 35px !important;
  }
}
@media (min-width: 1200px) {
  body {
    /*
    .modal .padding-b-lg-40 {
        padding-bottom: 40px;
    }
    */
  }
  body .margin-b-lg-40 {
    margin-bottom: 40px !important;
  }
  body .padding-b-lg-40 {
    padding-bottom: 40px !important;
  }
}
@media (min-width: 1200px) {
  body {
    /*
    .modal .padding-b-lg-45 {
        padding-bottom: 45px;
    }
    */
  }
  body .margin-b-lg-45 {
    margin-bottom: 45px !important;
  }
  body .padding-b-lg-45 {
    padding-bottom: 45px !important;
  }
}
@media (min-width: 1200px) {
  body {
    /*
    .modal .padding-b-lg-50 {
        padding-bottom: 50px;
    }
    */
  }
  body .margin-b-lg-50 {
    margin-bottom: 50px !important;
  }
  body .padding-b-lg-50 {
    padding-bottom: 50px !important;
  }
}
@media (min-width: 1200px) {
  body {
    /*
    .modal .padding-b-lg-55 {
        padding-bottom: 55px;
    }
    */
  }
  body .margin-b-lg-55 {
    margin-bottom: 55px !important;
  }
  body .padding-b-lg-55 {
    padding-bottom: 55px !important;
  }
}
@media (min-width: 1200px) {
  body {
    /*
    .modal .padding-b-lg-60 {
        padding-bottom: 60px;
    }
    */
  }
  body .margin-b-lg-60 {
    margin-bottom: 60px !important;
  }
  body .padding-b-lg-60 {
    padding-bottom: 60px !important;
  }
}
@media (min-width: 1200px) {
  body {
    /*
    .modal .padding-b-lg-65 {
        padding-bottom: 65px;
    }
    */
  }
  body .margin-b-lg-65 {
    margin-bottom: 65px !important;
  }
  body .padding-b-lg-65 {
    padding-bottom: 65px !important;
  }
}
@media (min-width: 1200px) {
  body {
    /*
    .modal .padding-b-lg-70 {
        padding-bottom: 70px;
    }
    */
  }
  body .margin-b-lg-70 {
    margin-bottom: 70px !important;
  }
  body .padding-b-lg-70 {
    padding-bottom: 70px !important;
  }
}
@media (min-width: 1200px) {
  body {
    /*
    .modal .padding-b-lg-75 {
        padding-bottom: 75px;
    }
    */
  }
  body .margin-b-lg-75 {
    margin-bottom: 75px !important;
  }
  body .padding-b-lg-75 {
    padding-bottom: 75px !important;
  }
}
@media (min-width: 1200px) {
  body {
    /*
    .modal .padding-b-lg-80 {
        padding-bottom: 80px;
    }
    */
  }
  body .margin-b-lg-80 {
    margin-bottom: 80px !important;
  }
  body .padding-b-lg-80 {
    padding-bottom: 80px !important;
  }
}
@media (min-width: 1200px) {
  body {
    /*
    .modal .padding-b-lg-85 {
        padding-bottom: 85px;
    }
    */
  }
  body .margin-b-lg-85 {
    margin-bottom: 85px !important;
  }
  body .padding-b-lg-85 {
    padding-bottom: 85px !important;
  }
}
@media (min-width: 1200px) {
  body {
    /*
    .modal .padding-b-lg-90 {
        padding-bottom: 90px;
    }
    */
  }
  body .margin-b-lg-90 {
    margin-bottom: 90px !important;
  }
  body .padding-b-lg-90 {
    padding-bottom: 90px !important;
  }
}
@media (min-width: 1200px) {
  body {
    /*
    .modal .padding-b-lg-95 {
        padding-bottom: 95px;
    }
    */
  }
  body .margin-b-lg-95 {
    margin-bottom: 95px !important;
  }
  body .padding-b-lg-95 {
    padding-bottom: 95px !important;
  }
}
@media (min-width: 1200px) {
  body {
    /*
    .modal .padding-b-lg-100 {
        padding-bottom: 100px;
    }
    */
  }
  body .margin-b-lg-100 {
    margin-bottom: 100px !important;
  }
  body .padding-b-lg-100 {
    padding-bottom: 100px !important;
  }
}
@media (min-width: 1200px) {
  body {
    /*
    .modal .padding-l-lg-0 {
        padding-left: 0px;
    }
    */
  }
  body .margin-l-lg-0 {
    margin-left: 0px !important;
  }
  body .padding-l-lg-0 {
    padding-left: 0px !important;
  }
}
@media (min-width: 1200px) {
  body {
    /*
    .modal .padding-l-lg-5 {
        padding-left: 5px;
    }
    */
  }
  body .margin-l-lg-5 {
    margin-left: 5px !important;
  }
  body .padding-l-lg-5 {
    padding-left: 5px !important;
  }
}
@media (min-width: 1200px) {
  body {
    /*
    .modal .padding-l-lg-10 {
        padding-left: 10px;
    }
    */
  }
  body .margin-l-lg-10 {
    margin-left: 10px !important;
  }
  body .padding-l-lg-10 {
    padding-left: 10px !important;
  }
}
@media (min-width: 1200px) {
  body {
    /*
    .modal .padding-l-lg-15 {
        padding-left: 15px;
    }
    */
  }
  body .margin-l-lg-15 {
    margin-left: 15px !important;
  }
  body .padding-l-lg-15 {
    padding-left: 15px !important;
  }
}
@media (min-width: 1200px) {
  body {
    /*
    .modal .padding-l-lg-20 {
        padding-left: 20px;
    }
    */
  }
  body .margin-l-lg-20 {
    margin-left: 20px !important;
  }
  body .padding-l-lg-20 {
    padding-left: 20px !important;
  }
}
@media (min-width: 1200px) {
  body {
    /*
    .modal .padding-l-lg-25 {
        padding-left: 25px;
    }
    */
  }
  body .margin-l-lg-25 {
    margin-left: 25px !important;
  }
  body .padding-l-lg-25 {
    padding-left: 25px !important;
  }
}
@media (min-width: 1200px) {
  body {
    /*
    .modal .padding-l-lg-30 {
        padding-left: 30px;
    }
    */
  }
  body .margin-l-lg-30 {
    margin-left: 30px !important;
  }
  body .padding-l-lg-30 {
    padding-left: 30px !important;
  }
}
@media (min-width: 1200px) {
  body {
    /*
    .modal .padding-l-lg-35 {
        padding-left: 35px;
    }
    */
  }
  body .margin-l-lg-35 {
    margin-left: 35px !important;
  }
  body .padding-l-lg-35 {
    padding-left: 35px !important;
  }
}
@media (min-width: 1200px) {
  body {
    /*
    .modal .padding-l-lg-40 {
        padding-left: 40px;
    }
    */
  }
  body .margin-l-lg-40 {
    margin-left: 40px !important;
  }
  body .padding-l-lg-40 {
    padding-left: 40px !important;
  }
}
@media (min-width: 1200px) {
  body {
    /*
    .modal .padding-l-lg-45 {
        padding-left: 45px;
    }
    */
  }
  body .margin-l-lg-45 {
    margin-left: 45px !important;
  }
  body .padding-l-lg-45 {
    padding-left: 45px !important;
  }
}
@media (min-width: 1200px) {
  body {
    /*
    .modal .padding-l-lg-50 {
        padding-left: 50px;
    }
    */
  }
  body .margin-l-lg-50 {
    margin-left: 50px !important;
  }
  body .padding-l-lg-50 {
    padding-left: 50px !important;
  }
}
@media (min-width: 1200px) {
  body {
    /*
    .modal .padding-l-lg-55 {
        padding-left: 55px;
    }
    */
  }
  body .margin-l-lg-55 {
    margin-left: 55px !important;
  }
  body .padding-l-lg-55 {
    padding-left: 55px !important;
  }
}
@media (min-width: 1200px) {
  body {
    /*
    .modal .padding-l-lg-60 {
        padding-left: 60px;
    }
    */
  }
  body .margin-l-lg-60 {
    margin-left: 60px !important;
  }
  body .padding-l-lg-60 {
    padding-left: 60px !important;
  }
}
@media (min-width: 1200px) {
  body {
    /*
    .modal .padding-l-lg-65 {
        padding-left: 65px;
    }
    */
  }
  body .margin-l-lg-65 {
    margin-left: 65px !important;
  }
  body .padding-l-lg-65 {
    padding-left: 65px !important;
  }
}
@media (min-width: 1200px) {
  body {
    /*
    .modal .padding-l-lg-70 {
        padding-left: 70px;
    }
    */
  }
  body .margin-l-lg-70 {
    margin-left: 70px !important;
  }
  body .padding-l-lg-70 {
    padding-left: 70px !important;
  }
}
@media (min-width: 1200px) {
  body {
    /*
    .modal .padding-l-lg-75 {
        padding-left: 75px;
    }
    */
  }
  body .margin-l-lg-75 {
    margin-left: 75px !important;
  }
  body .padding-l-lg-75 {
    padding-left: 75px !important;
  }
}
@media (min-width: 1200px) {
  body {
    /*
    .modal .padding-l-lg-80 {
        padding-left: 80px;
    }
    */
  }
  body .margin-l-lg-80 {
    margin-left: 80px !important;
  }
  body .padding-l-lg-80 {
    padding-left: 80px !important;
  }
}
@media (min-width: 1200px) {
  body {
    /*
    .modal .padding-l-lg-85 {
        padding-left: 85px;
    }
    */
  }
  body .margin-l-lg-85 {
    margin-left: 85px !important;
  }
  body .padding-l-lg-85 {
    padding-left: 85px !important;
  }
}
@media (min-width: 1200px) {
  body {
    /*
    .modal .padding-l-lg-90 {
        padding-left: 90px;
    }
    */
  }
  body .margin-l-lg-90 {
    margin-left: 90px !important;
  }
  body .padding-l-lg-90 {
    padding-left: 90px !important;
  }
}
@media (min-width: 1200px) {
  body {
    /*
    .modal .padding-l-lg-95 {
        padding-left: 95px;
    }
    */
  }
  body .margin-l-lg-95 {
    margin-left: 95px !important;
  }
  body .padding-l-lg-95 {
    padding-left: 95px !important;
  }
}
@media (min-width: 1200px) {
  body {
    /*
    .modal .padding-l-lg-100 {
        padding-left: 100px;
    }
    */
  }
  body .margin-l-lg-100 {
    margin-left: 100px !important;
  }
  body .padding-l-lg-100 {
    padding-left: 100px !important;
  }
}
@media (min-width: 1200px) {
  body {
    /*
    .modal .padding-r-lg-0 {
        padding-right: 0px;
    }
    */
  }
  body .margin-r-lg-0 {
    margin-right: 0px !important;
  }
  body .padding-r-lg-0 {
    padding-right: 0px !important;
  }
}
@media (min-width: 1200px) {
  body {
    /*
    .modal .padding-r-lg-5 {
        padding-right: 5px;
    }
    */
  }
  body .margin-r-lg-5 {
    margin-right: 5px !important;
  }
  body .padding-r-lg-5 {
    padding-right: 5px !important;
  }
}
@media (min-width: 1200px) {
  body {
    /*
    .modal .padding-r-lg-10 {
        padding-right: 10px;
    }
    */
  }
  body .margin-r-lg-10 {
    margin-right: 10px !important;
  }
  body .padding-r-lg-10 {
    padding-right: 10px !important;
  }
}
@media (min-width: 1200px) {
  body {
    /*
    .modal .padding-r-lg-15 {
        padding-right: 15px;
    }
    */
  }
  body .margin-r-lg-15 {
    margin-right: 15px !important;
  }
  body .padding-r-lg-15 {
    padding-right: 15px !important;
  }
}
@media (min-width: 1200px) {
  body {
    /*
    .modal .padding-r-lg-20 {
        padding-right: 20px;
    }
    */
  }
  body .margin-r-lg-20 {
    margin-right: 20px !important;
  }
  body .padding-r-lg-20 {
    padding-right: 20px !important;
  }
}
@media (min-width: 1200px) {
  body {
    /*
    .modal .padding-r-lg-25 {
        padding-right: 25px;
    }
    */
  }
  body .margin-r-lg-25 {
    margin-right: 25px !important;
  }
  body .padding-r-lg-25 {
    padding-right: 25px !important;
  }
}
@media (min-width: 1200px) {
  body {
    /*
    .modal .padding-r-lg-30 {
        padding-right: 30px;
    }
    */
  }
  body .margin-r-lg-30 {
    margin-right: 30px !important;
  }
  body .padding-r-lg-30 {
    padding-right: 30px !important;
  }
}
@media (min-width: 1200px) {
  body {
    /*
    .modal .padding-r-lg-35 {
        padding-right: 35px;
    }
    */
  }
  body .margin-r-lg-35 {
    margin-right: 35px !important;
  }
  body .padding-r-lg-35 {
    padding-right: 35px !important;
  }
}
@media (min-width: 1200px) {
  body {
    /*
    .modal .padding-r-lg-40 {
        padding-right: 40px;
    }
    */
  }
  body .margin-r-lg-40 {
    margin-right: 40px !important;
  }
  body .padding-r-lg-40 {
    padding-right: 40px !important;
  }
}
@media (min-width: 1200px) {
  body {
    /*
    .modal .padding-r-lg-45 {
        padding-right: 45px;
    }
    */
  }
  body .margin-r-lg-45 {
    margin-right: 45px !important;
  }
  body .padding-r-lg-45 {
    padding-right: 45px !important;
  }
}
@media (min-width: 1200px) {
  body {
    /*
    .modal .padding-r-lg-50 {
        padding-right: 50px;
    }
    */
  }
  body .margin-r-lg-50 {
    margin-right: 50px !important;
  }
  body .padding-r-lg-50 {
    padding-right: 50px !important;
  }
}
@media (min-width: 1200px) {
  body {
    /*
    .modal .padding-r-lg-55 {
        padding-right: 55px;
    }
    */
  }
  body .margin-r-lg-55 {
    margin-right: 55px !important;
  }
  body .padding-r-lg-55 {
    padding-right: 55px !important;
  }
}
@media (min-width: 1200px) {
  body {
    /*
    .modal .padding-r-lg-60 {
        padding-right: 60px;
    }
    */
  }
  body .margin-r-lg-60 {
    margin-right: 60px !important;
  }
  body .padding-r-lg-60 {
    padding-right: 60px !important;
  }
}
@media (min-width: 1200px) {
  body {
    /*
    .modal .padding-r-lg-65 {
        padding-right: 65px;
    }
    */
  }
  body .margin-r-lg-65 {
    margin-right: 65px !important;
  }
  body .padding-r-lg-65 {
    padding-right: 65px !important;
  }
}
@media (min-width: 1200px) {
  body {
    /*
    .modal .padding-r-lg-70 {
        padding-right: 70px;
    }
    */
  }
  body .margin-r-lg-70 {
    margin-right: 70px !important;
  }
  body .padding-r-lg-70 {
    padding-right: 70px !important;
  }
}
@media (min-width: 1200px) {
  body {
    /*
    .modal .padding-r-lg-75 {
        padding-right: 75px;
    }
    */
  }
  body .margin-r-lg-75 {
    margin-right: 75px !important;
  }
  body .padding-r-lg-75 {
    padding-right: 75px !important;
  }
}
@media (min-width: 1200px) {
  body {
    /*
    .modal .padding-r-lg-80 {
        padding-right: 80px;
    }
    */
  }
  body .margin-r-lg-80 {
    margin-right: 80px !important;
  }
  body .padding-r-lg-80 {
    padding-right: 80px !important;
  }
}
@media (min-width: 1200px) {
  body {
    /*
    .modal .padding-r-lg-85 {
        padding-right: 85px;
    }
    */
  }
  body .margin-r-lg-85 {
    margin-right: 85px !important;
  }
  body .padding-r-lg-85 {
    padding-right: 85px !important;
  }
}
@media (min-width: 1200px) {
  body {
    /*
    .modal .padding-r-lg-90 {
        padding-right: 90px;
    }
    */
  }
  body .margin-r-lg-90 {
    margin-right: 90px !important;
  }
  body .padding-r-lg-90 {
    padding-right: 90px !important;
  }
}
@media (min-width: 1200px) {
  body {
    /*
    .modal .padding-r-lg-95 {
        padding-right: 95px;
    }
    */
  }
  body .margin-r-lg-95 {
    margin-right: 95px !important;
  }
  body .padding-r-lg-95 {
    padding-right: 95px !important;
  }
}
@media (min-width: 1200px) {
  body {
    /*
    .modal .padding-r-lg-100 {
        padding-right: 100px;
    }
    */
  }
  body .margin-r-lg-100 {
    margin-right: 100px !important;
  }
  body .padding-r-lg-100 {
    padding-right: 100px !important;
  }
}

/*
|--------------------------------------------------------------------------
| Colors
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Fonts variants
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Breakpoints (for mobile first)
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Typography
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Misc
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Font Definitions
|--------------------------------------------------------------------------
*/
@font-face {
  font-family: "HelveticaNeueW01";
  src: url("/fonts/HelveticaNeueW01-45Light.woff") format("woff");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueW01";
  src: url("/fonts/HelveticaNeueW01-45LightObl.woff") format("woff");
  font-style: italic;
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueW01";
  src: url("/fonts/HelveticaNeueW01-55Roman.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueW01";
  src: url("/fonts/HelveticaNeueW01-65Medium.woff") format("woff");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueW01";
  src: url("/fonts/HelveticaNeueW01-75Bold.woff") format("woff");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueW01";
  src: url("/fonts/HelveticaNeueW01-76BoldObl.woff") format("woff");
  font-style: italic;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueW01";
  src: url("/fonts/HelveticaNeueW01-85Heavy.woff") format("woff");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueW01-Blk";
  src: url("/fonts/HelveticaNeueW01-95Blk.woff") format("woff");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueETW01";
  src: url("/fonts/HelveticaNeueETW01-55Rg.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueETW01";
  src: url("/fonts/HelveticaNeueETW01-56It.woff") format("woff");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueETW01";
  src: url("/fonts/HelveticaNeueETW01-65Md.woff") format("woff");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueETW01";
  src: url("/fonts/HelveticaNeueETW01-66MdIt.woff") format("woff");
  font-style: italic;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueETW01";
  src: url("/fonts/HelveticaNeueETW01-75Bd.woff") format("woff");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueETW01";
  src: url("/fonts/HelveticaNeueETW01-76BdIt.woff") format("woff");
  font-style: italic;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueW01-Cn";
  src: url("/fonts/HelveticaNeueW01-57Cn.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueW01-Cn";
  src: url("/fonts/HelveticaNeueW01-57CnObl.woff") format("woff");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueW01-Cn";
  src: url("/fonts/HelveticaNeueW01-97BlkCn.woff") format("woff");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueW01-Ext";
  src: url("/fonts/HelveticaNeueW01-73BdExt.woff") format("woff");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
/*! SSP-Lgt subset Released under SIL Open Font License */
@font-face {
  font-family: "SSP";
  src: url("/fonts/ssp-lgt-webfont.woff2") format("woff2"), url("/fonts/ssp-lgt-webfont.woff") format("woff");
  font-weight: 300;
  font-display: swap;
}
/*! SS3 subset Released under SIL Open Font License */
@font-face {
  font-family: "SSP";
  src: url("/fonts/ss3-regular.woff2") format("woff2"), url("/fonts/ss3-regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "SSP";
  src: url("/fonts/SS3-Bold.woff2") format("woff2"), url("/fonts/SS3-Bold.woff") format("woff");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
/*
// DUPLICATED
@font-face {
    font-family: "SSP"; //  font-family: "HelveticaNeueETW01";
}


//DUPLICATED
@font-face {
    font-family: "SSP"; // font-family: "HelveticaNeueETW01";
}

// DUPLICATE
@font-face {
    //font-family:"HelveticaNeueETW01-66Md";
    font-family: "SSP"; // font-family: "HelveticaNeueETW01";
}

 */
@font-face {
  font-family: "icomoon";
  src: url("/fonts/icomoon.woff?wgf44u") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/*
|--------------------------------------------------------------------------
| Colors
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Fonts variants
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Breakpoints (for mobile first)
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Typography
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Misc
|--------------------------------------------------------------------------
*/
/*
@mixin header_ss_roman {
    font-family: vars.$helvetica;
    font-weight: vars.$font-weight-regular;
    font-size: 14px;
    line-height: 18px;

    @include mix.sm {
        font-size: 18px;
        line-height: 22px;
    }
}

@mixin header_ss_light {
    font-family: vars.$helvetica;
    font-weight: vars.$font-weight-light;
    font-size: 14px;
    line-height: 18px;

    @include mix.sm {
        font-size: 18px;
        line-height: 22px;
    }
}
*/
/* Text mixins based on style guide.
*  Use these with "head", "subhead" classes, etc.
*  Don't use them directly on the h1, h2, etc. elements.
*/
/*
@mixin footnoteStyle {
    font-size: 12px;
    font-weight: vars.$font-weight-regular;
    font-family: vars.$helveticaCondensed;
}
*/
/*
|--------------------------------------------------------------------------
| Debug
|--------------------------------------------------------------------------
*/
/*
 * Show a warning message if the debug mode is enabled in the top right corner of the viewport.
 * How to use:
 * @include show-debug-mode;
 */
/*
|--------------------------------------------------------------------------
| Helper Functions
|--------------------------------------------------------------------------
*/
/**
 * Converts an HEX color into a RGB list
 */
/**
 * Converts an HEX color into RGB with alpha
 */
/**
 * Converts a value in pixels to em's, assuming that 1em=16px.
 * @param {Number} $value - A value in px
 * @return {Number} - The value converted to em's
 */
/**
 * Converts a value in pixels to rem's, assuming that 1rem=16px.
 * @param {Number} $value - A value in px
 * @return {Number} - The value converted to rem's
 */
/**
 * Remove the unit of a length.
 * @param {Number} $number - Number to remove unit from
 * @return {Number} - Unitless number
 */
/**
 * Get the width of a span of columns and the gutter spaces BETWEEN them.
 * The returned value will have the same unit as the $colWidth param.
 *
 * @param {Number} $cols - Number of columns
 * @param {Number} $colWidth - Base width for a single column.
 * @param {Number} $gutter - Width of a gutter space.
 * @return {Number} - Width for $cols columns
 */
/**
 * Get the width of a span of columns and a gutter space for EACH column.
 * The returned value will have the same unit as the $colWidth param.
 *
 * @param {Number} $cols - Number of columns
 * @param {Number} $colWidth - Base width for a single column.
 * @param {Number} $gutter - Width of a gutter space.
 * @return {Number} - Width for $cols columns
 */
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

h1, h2, h3, h4, h5, h6, ul, p, span, div {
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}

h2 {
  color: #C0311A;
  font-family: "dccITCFranklinGothicStdCondensed";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px; /* 112.5% */
}
h2 sup {
  margin-left: 0.5px;
}

h3 {
  color: #C0311A;
  /* H4 */
  font-family: "dccITCFranklinGothicStdCondensed";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 23px; /* 115% */
}

.simple-paragraph {
  font-family: "dccITCFranklinGothicStdCondensed";
  font-weight: 350;
  font-size: 14px;
  line-height: 1.3;
  color: #54565a;
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .simple-paragraph {
    font-size: 17px;
  }
}
.simple-paragraph strong {
  font-weight: 600 !important;
}

p {
  font-size: 17px;
  padding-bottom: 10px;
  color: #58595B;
  line-height: 1.2;
}
p:first-child {
  padding-top: 0;
}
p:last-child {
  padding-bottom: 0;
}
p.header_2 {
  padding-bottom: 0;
}

.details-label {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3em;
}

.details-title {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 25px;
  line-height: 1.2em;
}
@media (min-width: 768px) {
  .details-title {
    font-size: 20px;
  }
}
.details-title_lg {
  font-size: 20px;
  line-height: 1.2em;
  font-weight: inherit;
}
@media (min-width: 768px) {
  .details-title_lg {
    font-size: 24px;
    line-height: 1.2em;
  }
}

.ssi-title {
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 5px;
}
@media (min-width: 768px) {
  .ssi-title {
    font-size: 18px;
  }
}

.ssi-sub {
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .ssi-sub {
    font-size: 16px;
  }
}

.ssi-content {
  font-size: 14px;
}

.headline-crumb {
  font-size: 13px;
  font-weight: 300;
}

strong, b {
  font-weight: 700;
}
strong.fontblack, b.fontblack {
  font-weight: 900;
}

i, em {
  font-style: italic;
  font-family: "ITCFranklinGothicStd", Helvetica, Arial, sans-serif;
}

.unstrong {
  font-weight: 350;
}

sup {
  position: static;
  vertical-align: super;
  font-size: 60%;
  line-height: 0;
  white-space: nowrap;
  font-weight: inherit;
}

sub {
  position: relative;
  vertical-align: super;
  font-size: 60%;
  line-height: 0;
}

/*h1*/
.text-header {
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
}
@media (min-width: 768px) {
  .text-header {
    font-size: 32px;
    line-height: 37px;
  }
}

.text-header-eyebrow {
  font-size: 11px;
  line-height: 25px;
  font-weight: 300;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .text-header-eyebrow {
    font-size: 14px;
  }
}
.text-header-eyebrow.default {
  font-family: "HelveticaNeueW01-Cn", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: none;
}
@media (min-width: 1200px) {
  .text-header-eyebrow.default {
    font-size: 24px;
    line-height: 24px;
  }
}

/*h2*/
.subhead {
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
  letter-spacing: -0.5px;
  /*callout*/
}
@media (min-width: 768px) {
  .subhead {
    font-size: 18px;
    line-height: 24px;
  }
}
.subhead.sm {
  font-size: 14px;
  line-height: 19px;
}
@media (min-width: 768px) {
  .subhead.sm {
    font-size: 16px;
    line-height: 21px;
  }
}
.subhead.md {
  font-size: 14px;
  line-height: 19px;
}
@media (min-width: 768px) {
  .subhead.md {
    font-size: 18px;
    line-height: 24px;
  }
}

.second-subhead {
  font-size: 12px;
  line-height: 17px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .second-subhead {
    font-size: 14px;
    line-height: 19px;
  }
}

/*h5*/
.graph-head {
  font-family: "HelveticaNeueW01-Cn", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: 400;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .graph-head {
    line-height: 12px;
  }
}

/*Body*/
.copy {
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .copy {
    font-size: 14px;
    line-height: 22px;
  }
}
.copy.lt {
  font-weight: 300;
}
.copy.compact {
  font-size: 12px;
  line-height: 17px;
}
@media (min-width: 768px) {
  .copy.compact {
    font-size: 14px;
    line-height: 18px;
  }
}

.indent-txt {
  margin-left: 0.4em;
}
.indent-txt-asterisk {
  margin-left: 0.4em;
  text-indent: -0.5em;
}
.indent-txt-asterisk--large {
  font-size: 14px !important;
  font-weight: 600 !important;
}
@media (min-width: 768px) {
  .indent-txt-asterisk--large {
    font-size: 17px !important;
    font-weight: 600 !important;
  }
}
.indent-txt-asterisk-lvl2 {
  margin-left: 0.4em;
}
.indent-txt-bullet {
  margin-left: 0.7em;
  text-indent: -0.5em;
}
.indent-txt-no-icon {
  margin-left: 0.4em;
}

.symbol-parallel {
  letter-spacing: -0.3em;
}

.celadon, ul.celadon {
  color: #afddd2;
}

.dark_celadon, ul.dark_celadon {
  color: #58a291;
}

.dark_celadonDark, ul.dark_celadonDark {
  color: #58a291;
}

.prosper_blue, ul.prosper_blue {
  color: #00648c;
}

.periwinkle, ul.periwinkle {
  color: #758cc0;
}

.dark_prosper_blue, ul.dark_prosper_blue {
  color: #003b5c;
}

.dark_blue, ul.dark_blue {
  color: #1b365d;
}

.gold, ul.gold {
  color: #fbb034;
}

.goldDark, ul.goldDark {
  color: #de7c00;
}

.red, ul.red, .color-red {
  color: #c0311a;
}

.color-grey {
  color: #666666 !important;
}

.color-grey2 {
  color: #4f4e4e !important;
}

.color-dark-grey3 {
  color: #54565a !important;
}

.color-dark-grey6 {
  color: #58595B !important;
}

.red_font {
  color: #b22a2e;
}

.orange_text {
  color: #e64b38;
}

.color-dark-orange {
  color: #f26a35;
}

.light_red {
  color: #e74b38;
}

.redDark, ul.redDark, .dark_red, ul.dark_red {
  color: #951d1f;
}

.yellow, ul.yellow, .gold, ul.gold {
  color: #fbb034;
}

.yellowDark, ul.yellowDark, .dark_gold, ul.dark_gold {
  color: #de7c00;
}

.dark {
  color: #444447;
}

.dark_grey {
  color: #191919;
}

.dark_grey_3 {
  color: #54565a;
}

.gry0, ul.gry0 {
  color: #3c3c3c;
}

.gry1, ul.gry1, .grey, ul.grey {
  color: #666666;
}

.gry2, ul.gry2, .light_grey_1, ul.light_grey_1 {
  color: #cccccc;
}

.gry3, ul.gry3, .light_grey_2, ul.light_grey_2 {
  color: #e6e6e6;
}

.gry4, ul.gry4 {
  color: #f5f5f5;
}

/*Enzamet gray*/
.gry5, ul.gry5 {
  color: #707070;
}

.upper {
  text-transform: uppercase;
}

.center {
  text-align: center;
}

.p14 {
  font-size: 14px;
}

.p12 {
  font-size: 12px;
}

.p10 {
  font-size: 10px;
}

.p15 {
  font-size: 15px;
  line-height: 1.1em;
}

.p16 {
  font-size: 16px;
  line-height: 1.1em;
}

.p19 {
  font-size: 19px;
}

.p20 {
  font-size: 20px;
}

.p21 {
  font-size: 21px;
  line-height: 1em;
}

.p24 {
  font-size: 24px;
  line-height: 1.3em;
}

.p8 {
  font-size: 8px;
}

.l29 {
  line-height: 29px;
}

.linkBlue {
  color: #0072bc;
}

a.linkBlack {
  font-weight: 700;
  color: #3c3c3c;
}

.condensed {
  font-family: "HelveticaNeueW01-Cn", Helvetica, Arial, sans-serif !important;
}

.ssp {
  font-family: "HelveticaNeueETW01", SSP, Helvetica, Arial, sans-serif !important;
  line-height: 0;
}

h1.innerHeader {
  font-size: 32px;
  line-height: 37px;
  margin-top: -14px;
  padding-bottom: 20px;
}

.smallcaps {
  font-size: 75%;
}

.lowercase {
  text-transform: lowercase;
}

.weight-normal {
  font-weight: 400;
}

.header_1 {
  font-family: "HelveticaNeueW01-Cn", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: normal;
}
@media (min-width: 768px) {
  .header_1 {
    font-size: 24px;
  }
}

.header_2 {
  font-family: "ITCFranklinGothicStd", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .header_2 {
    font-size: 32px;
    line-height: 37px;
  }
}

.eyebrow {
  font-family: "HelveticaNeueW01", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 12px;
  line-height: normal;
}
@media (min-width: 768px) {
  .eyebrow {
    font-size: 20px;
  }
}

.eyebrow_2 {
  font-family: "HelveticaNeueW01", Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 10px;
  line-height: normal;
}
@media (min-width: 768px) {
  .eyebrow_2 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .eyebrow_2_mobile {
    font-family: "HelveticaNeueW01", Helvetica, Arial, sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 10px !important;
    line-height: normal;
  }
}

.subhead_1 {
  font-family: "ITCFranklinGothicStd", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 22px;
}
@media (min-width: 1200px) {
  .subhead_1 {
    font-size: 28px;
    line-height: 35px;
  }
}

@media (max-width: 767px) {
  .subhead_1_mobile {
    font-family: "ITCFranklinGothicStd", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
  }
}

.subhead_2 {
  font-family: "HelveticaNeueW01", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
}
@media (min-width: 768px) {
  .subhead_2 {
    font-size: 28px;
    line-height: 35px;
  }
}

@media (max-width: 767px) {
  .subhead_2_mobile_light {
    font-family: "HelveticaNeueW01", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
  }
}

.subhead_3 {
  font-family: "ITCFranklinGothicStd", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
}
@media (min-width: 768px) {
  .subhead_3 {
    font-size: 17px;
    line-height: 20px;
  }
}

@media (max-width: 767px) {
  .subhead_3_mobile {
    font-family: "ITCFranklinGothicStd", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
  }
}

.subhead_4 {
  font-family: "HelveticaNeueW01", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
}
@media (min-width: 768px) {
  .subhead_4 {
    font-weight: 300;
    font-size: 20px;
    line-height: 35px;
  }
}

.subhead_5 {
  font-family: "HelveticaNeueW01", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 17px;
}

@media (max-width: 767px) {
  .subhead_5_mobile {
    font-family: "HelveticaNeueW01", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 12px;
    line-height: 17px;
  }
}

.header_ss {
  font-family: "ITCFranklinGothicStd", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 18px;
  padding-top: 5px !important;
}
@media (min-width: 768px) {
  .header_ss {
    font-size: 20px;
    line-height: 22px;
    padding-top: 0 !important;
  }
}

.graph_header {
  font-family: "HelveticaNeueW01-Cn", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 15px;
}
@media (min-width: 768px) {
  .graph_header {
    font-size: 14px;
    line-height: 16px;
  }
}

.graphic_subhead {
  font-family: "ITCFranklinGothicStd", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
}
@media (min-width: 768px) {
  .graphic_subhead {
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
  }
}

.popup_header {
  font-family: "HelveticaNeueW01-Cn", Helvetica, Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
}
@media (min-width: 768px) {
  .popup_header {
    font-size: 23px;
    line-height: 24px;
  }
}

.popup_subhead {
  font-family: "ITCFranklinGothicStd", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 26px;
}

.popup_subhead_2 {
  font-family: "ITCFranklinGothicStd", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 17px;
}
@media (min-width: 450px) {
  .popup_subhead_2 {
    line-height: 22px;
  }
}

.graphic_data {
  font-family: "ITCFranklinGothicStd", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 11px;
}
@media (min-width: 768px) {
  .graphic_data {
    font-size: 16px;
    line-height: 18px;
  }
}

.text_ss {
  font-family: "ITCFranklinGothicStd", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
}
@media (min-width: 1200px) {
  .text_ss {
    font-size: 17px;
    line-height: 18px;
  }
}

.safety_p_text {
  font-family: "ITCFranklinGothicStd", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 19px;
}

.subhead_6 {
  font-family: "HelveticaNeueW01", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 17px;
  padding-bottom: 3px;
  margin-top: -13px;
}

.caption {
  font-family: "HelveticaNeueW01-Cn", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 19px;
}

.body_bullets_ss {
  font-family: "HelveticaNeueW01", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 19px;
}

.footnote {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  padding-bottom: 0px;
}

sup.hang {
  margin-left: -5px;
}

span.hang {
  margin-left: -8px;
}

.references {
  font-family: "ITCFranklinGothicStd", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .references {
    font-size: 14px !important;
    line-height: 1.2;
  }
}
.references p {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
.references strong {
  font-weight: 700;
}
.references > *:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

/*
|--------------------------------------------------------------------------
| Colors
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Fonts variants
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Breakpoints (for mobile first)
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Typography
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Misc
|--------------------------------------------------------------------------
*/
/*
@mixin header_ss_roman {
    font-family: vars.$helvetica;
    font-weight: vars.$font-weight-regular;
    font-size: 14px;
    line-height: 18px;

    @include mix.sm {
        font-size: 18px;
        line-height: 22px;
    }
}

@mixin header_ss_light {
    font-family: vars.$helvetica;
    font-weight: vars.$font-weight-light;
    font-size: 14px;
    line-height: 18px;

    @include mix.sm {
        font-size: 18px;
        line-height: 22px;
    }
}
*/
/* Text mixins based on style guide.
*  Use these with "head", "subhead" classes, etc.
*  Don't use them directly on the h1, h2, etc. elements.
*/
/*
@mixin footnoteStyle {
    font-size: 12px;
    font-weight: vars.$font-weight-regular;
    font-family: vars.$helveticaCondensed;
}
*/
/*
|--------------------------------------------------------------------------
| Debug
|--------------------------------------------------------------------------
*/
/*
 * Show a warning message if the debug mode is enabled in the top right corner of the viewport.
 * How to use:
 * @include show-debug-mode;
 */
/*
|--------------------------------------------------------------------------
| Helper Functions
|--------------------------------------------------------------------------
*/
/**
 * Converts an HEX color into a RGB list
 */
/**
 * Converts an HEX color into RGB with alpha
 */
/**
 * Converts a value in pixels to em's, assuming that 1em=16px.
 * @param {Number} $value - A value in px
 * @return {Number} - The value converted to em's
 */
/**
 * Converts a value in pixels to rem's, assuming that 1rem=16px.
 * @param {Number} $value - A value in px
 * @return {Number} - The value converted to rem's
 */
/**
 * Remove the unit of a length.
 * @param {Number} $number - Number to remove unit from
 * @return {Number} - Unitless number
 */
/**
 * Get the width of a span of columns and the gutter spaces BETWEEN them.
 * The returned value will have the same unit as the $colWidth param.
 *
 * @param {Number} $cols - Number of columns
 * @param {Number} $colWidth - Base width for a single column.
 * @param {Number} $gutter - Width of a gutter space.
 * @return {Number} - Width for $cols columns
 */
/**
 * Get the width of a span of columns and a gutter space for EACH column.
 * The returned value will have the same unit as the $colWidth param.
 *
 * @param {Number} $cols - Number of columns
 * @param {Number} $colWidth - Base width for a single column.
 * @param {Number} $gutter - Width of a gutter space.
 * @return {Number} - Width for $cols columns
 */
.bullet-list {
  position: relative;
  color: #666666;
  line-height: 1.3;
  padding: 0 1.25rem 0 0.8em;
  margin: 0 0 1rem 0;
  /*
  &.gap {
      li {
          padding-bottom: 15px;
          font-size: 14px;

          &:last-child {
              padding-bottom: 0;
          }
      }

      &.circled {
          li {
              list-style-type: circle;
              list-style-type: none;
              position: relative;

              &:before {
                  position: absolute;
                  top: 0;
                  left: -.6em;
                  content: '\25E6';
                  font-size: 2em;
              }
          }

          ul {
              padding: 10px 0px 0px 15px;

              li {

                  list-style-type: none;

                  &:before {
                      position: absolute;
                      top: 0em;
                      left: -1em;
                      content: '\2022';
                      font-size: 1em;
                  }
              }

              ul {
                  padding: 10px 0px 0px 15px;

                  li {
                      &:before {
                          position: absolute;
                          top: -0.1em;
                          left: -1.3em;
                          content: '\25A0';
                          font-size: .7em;
                      }
                  }
              }
          }
      }
  }
  */
  /*
  &.copy li {
      font-size: 14px;

      &.compact li {
          font-size: 12px;

          @include mix.md {
              font-size: 14px;
          }
      }
  }
  */
}

.bullet-list:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.bullet-list li {
  position: relative;
  list-style-type: none;
  margin: 0 0.3125rem 0 0;
}

.bullet-list li:before {
  position: absolute;
  top: 0;
  left: -0.8em;
  display: inline-block;
  content: "•";
  font-family: Arial, Helvetica, sans-serif !important;
}

.bullet-list li ~ li {
  margin-top: 0.375rem;
}

.bullet-list--red-mark li:before {
  color: #c0311a;
}

.bullet-list--circled-mark li {
  list-style-type: circle;
}

.bullet-list--circled-mark li:before {
  content: "◦";
  font-size: 2em;
  left: -0.6em;
}

.bullet-list--hyphen-mark li:before {
  position: absolute;
  top: 0em;
  left: -1em;
  content: "-";
}

.list--text_closer {
  position: relative;
  left: -10px;
}

.ulist {
  font-size: 17px;
  padding: 0px 15px 20px 15px;
  line-height: 20px;
  position: relative;
  color: #58595B;
}
.ulist li {
  list-style-type: none;
  position: relative;
}
.ulist li:before {
  position: absolute;
  top: 0;
  left: -0.75em;
  font-size: 17px;
  content: "•";
  color: #C0311A;
  font-family: Arial, Helvetica, sans-serif;
}
.ulist li ~ li {
  margin-top: 6px;
}
.ulist.red-li li:before {
  color: #c0311a;
}
.ulist.gap li {
  padding-bottom: 15px;
  font-size: 14px;
}
.ulist.gap li:last-child {
  padding-bottom: 0;
}
.ulist.gap.circled li {
  list-style-type: circle;
  list-style-type: none;
  position: relative;
}
.ulist.gap.circled li:before {
  position: absolute;
  top: 0;
  left: -0.6em;
  content: "◦";
  font-size: 2em;
}
.ulist.gap.circled ul {
  padding: 10px 0px 0px 15px;
}
.ulist.gap.circled ul li {
  list-style-type: none;
}
.ulist.gap.circled ul li:before {
  position: absolute;
  top: 0em;
  left: -1em;
  content: "•";
  font-size: 1em;
}
.ulist.gap.circled ul ul {
  padding: 10px 0px 0px 15px;
}
.ulist.gap.circled ul ul li:before {
  position: absolute;
  top: -0.1em;
  left: -1.3em;
  content: "■";
  font-size: 0.7em;
}
.ulist:last-child {
  padding-bottom: 0px;
}
.ulist.hyphen li {
  list-style-type: none;
  position: relative;
}
.ulist.hyphen li:before {
  position: absolute;
  top: 0em;
  left: -1em;
  content: "-";
}
.ulist.copy li {
  font-size: 14px;
}
.ulist.copy li.compact li {
  font-size: 12px;
}
@media (min-width: 992px) {
  .ulist.copy li.compact li {
    font-size: 14px;
  }
}

.text-list {
  color: #666666;
  line-height: 1.3;
  padding: 0.3125rem 1.25rem 0 0;
}
.text-list li {
  list-style-type: none;
}

.img {
  display: block;
  width: auto;
  max-width: 100%;
}
.img-container-full {
  width: 100%;
}

.image-container {
  position: relative;
  display: block;
  width: 100%;
}
.image-container img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.image-container--offset-left img {
  position: relative;
  top: 0;
  left: -4px;
}
@media (min-width: 768px) {
  .image-container--offset-left img {
    left: -7px;
  }
}

.site-2025 {
  /*
  |--------------------------------------------------------------------------
  | Typography
  |--------------------------------------------------------------------------
  */
  /* ----------------------------------------------
   * Local Nav and metastaic Toggle styles
  ---------------------------------------------- */
  /*
  |--------------------------------------------------------------------------
  | Colors
  |--------------------------------------------------------------------------
  */
  /*
  |--------------------------------------------------------------------------
  | Fonts variants
  |--------------------------------------------------------------------------
  */
  /*
  |--------------------------------------------------------------------------
  | Breakpoints (for mobile first)
  |--------------------------------------------------------------------------
  */
  /*
  |--------------------------------------------------------------------------
  | Typography
  |--------------------------------------------------------------------------
  */
  /*
  |--------------------------------------------------------------------------
  | Misc
  |--------------------------------------------------------------------------
  */
  /*
  @mixin header_ss_roman {
      font-family: vars.$helvetica;
      font-weight: vars.$font-weight-regular;
      font-size: 14px;
      line-height: 18px;

      @include mix.sm {
          font-size: 18px;
          line-height: 22px;
      }
  }

  @mixin header_ss_light {
      font-family: vars.$helvetica;
      font-weight: vars.$font-weight-light;
      font-size: 14px;
      line-height: 18px;

      @include mix.sm {
          font-size: 18px;
          line-height: 22px;
      }
  }
  */
  /* Text mixins based on style guide.
  *  Use these with "head", "subhead" classes, etc.
  *  Don't use them directly on the h1, h2, etc. elements.
  */
  /*
  @mixin footnoteStyle {
      font-size: 12px;
      font-weight: vars.$font-weight-regular;
      font-family: vars.$helveticaCondensed;
  }
  */
  /*
  |--------------------------------------------------------------------------
  | Debug
  |--------------------------------------------------------------------------
  */
  /*
   * Show a warning message if the debug mode is enabled in the top right corner of the viewport.
   * How to use:
   * @include show-debug-mode;
   */
  /* ----------------------------------------------
   * Inner ISI copy styles
  ---------------------------------------------- */
  /* ----------------------------------------------
           * Info boxes
          ---------------------------------------------- */
  /* ----------------------------------------------
                   * Bottom sections
                  ---------------------------------------------- */
  /* ------------------------------------------------------------------------------------------
      - CSPC
          - About 
              - NmCSPC : about-grey
              - MCSPC  : about-grey
          - Efficacy 
              - NmCSPC : cspc-blue #C0311A text, #1B365D highlight color 
              - MCSPC : cspc-red #C0311A text, #941D1F highlight color 
          - Safety
              - NmCSPC : cspc-blue #C0311A text, #1B365D highlight color 
              - MCSPC : cspc-red #C0311A text, #941D1F highlight color
      - CRPC
          - About
              - nmCRPC : about-grey
              - mCRPC : about-grey
          - Efficacy
              - nmCRPC : crpc-orange #C0311A text, #DE7C00 highlight color
              - mCRPC : crpc-red #C0311A text, #E74B38 highlight color
          - Safety
              - nmCRPC : crpc-orange #C0311A text, #DE7C00 highlight color
              - mCRPC : crpc-red #C0311A text, #E74B38 highlight color

  ------------------------------------------------------------------------------------------- */
  /* ------------------------------------------------------------------------------------------
       * Tab Navigation 
      ------------------------------------------------------------------------------------------- */
  /* ------------------------------------------------------------------------------------------
   * CRPC: Safety
  ------------------------------------------------------------------------------------------- */
  /* ------------------------------------------------------------------------------------------
   * CSPC: Home
  ------------------------------------------------------------------------------------------- */
  /* ------------------------------------------------------------------------------------------
   * CSPC: Efficacy
  ------------------------------------------------------------------------------------------- */
  /* ------------------------------------------------------------------------------------------
   * CSPC: About
  ------------------------------------------------------------------------------------------- */
  /* ----------------------------------------------
   * About: Milestone
  ---------------------------------------------- */
  display: initial !important;
}
.site-2025 .t-grey {
  color: #58595b !important;
}
.site-2025 .t-about-grey {
  color: #485e7e !important;
}
.site-2025 .t-dark-grey {
  color: #332d32 !important;
}
.site-2025 .t-red {
  color: #c0311a !important;
}
.site-2025 .t-lt-red {
  color: #e74b38 !important;
}
.site-2025 .t-dark-red {
  color: #941d1f !important;
}
.site-2025 .t-orange {
  color: #de7c00 !important;
}
.site-2025 .t-blue {
  color: #1b365d !important;
}
.site-2025 .lower {
  text-transform: lowercase;
  display: contents;
}
.site-2025 .align-items-center {
  align-items: center !important;
}
.site-2025 .sky-bg {
  background: url("../images/background-sky.png");
  background-size: 100% auto;
  background-attachment: fixed;
}
.site-2025 .container .cont,
.site-2025 .cont {
  margin: 0 auto;
  max-width: 897px;
}
.site-2025 .container .page-content {
  margin: 0 auto;
  max-width: 897px;
  padding-bottom: 100px;
}
.site-2025 .container,
.site-2025 .global-container {
  width: 100%;
}
@media (max-width: 1400px) {
  .site-2025 .container,
  .site-2025 .global-container {
    padding-right: 248px;
  }
}
@media (max-width: 1200px) {
  .site-2025 .container,
  .site-2025 .global-container {
    padding-right: 0;
  }
}
.site-2025 footer .global-cont,
.site-2025 .nav_wrapper .global-cont,
.site-2025 .global-container .global-cont {
  max-width: 945px;
  margin: 0 auto;
}
@media (max-width: 1400px) {
  .site-2025 footer .global-cont,
  .site-2025 .nav_wrapper .global-cont,
  .site-2025 .global-container .global-cont {
    max-width: calc(100vw - 248px - 20px);
  }
}
@media (max-width: 1200px) {
  .site-2025 footer .global-cont,
  .site-2025 .nav_wrapper .global-cont,
  .site-2025 .global-container .global-cont {
    max-width: 897px;
    padding: 0 20px;
  }
}
@media (max-width: 1200px) {
  .site-2025 .utility .global-cont,
  .site-2025 .center_nav .global-cont {
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 1200px) {
  .site-2025 .col-2 {
    flex-direction: column;
  }
}
.site-2025 .hide-mobile {
  display: block;
}
@media (max-width: 1200px) {
  .site-2025 .hide-mobile {
    display: none;
  }
}
.site-2025 .show-mobile {
  display: none;
}
@media (max-width: 1200px) {
  .site-2025 .show-mobile {
    display: block;
  }
}
@media (max-width: 1200px) {
  .site-2025 .padding-mobile-x {
    padding-left: 23px;
    padding-right: 23px;
  }
}
.site-2025 .nav_wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 999;
}
.site-2025 .indication_select_wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  z-index: 0;
  flex: none;
}
@media (max-width: 1200px) {
  .site-2025 .indication_select_wrapper {
    display: none;
  }
}
.site-2025 .indication_select_wrapper:after {
  content: "";
  width: 30px;
  height: 45px;
  background-image: url(/images/down-arrow.png);
  background-repeat: no-repeat;
  background-color: #f8b400;
  background-size: 16px;
  background-position: 6.2px center;
  right: 1px;
  top: 0px;
  position: absolute;
  z-index: 3;
  border-radius: 0 10px 10px 0;
  border-top: 2px solid #f8b400;
  border-bottom: 2px solid #f8b400;
}
.site-2025 .indication_select_wrapper .indication_select {
  font-weight: bold;
  border: solid 1px #ccc;
  height: 36px;
  padding: 5px 42px 5px 10px;
  border-radius: 12px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-transform: uppercase;
}
.site-2025 .indication_select_wrapper .indication_select .indication_select option {
  color: #b22222;
  background-color: white;
}
.site-2025 .indication_select_wrapper .custom_select {
  position: relative;
  display: inline-block;
  width: 100%;
  background-color: #fff;
}
.site-2025 .indication_select_wrapper .select_selected {
  height: 49px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: transparent;
  border: 2px solid #c0c0c0;
  border-radius: 10px;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  letter-spacing: 0.24px;
  padding: 5px 38px 5px 7px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  box-shadow: 0px 1px 3px rgba(65, 65, 65, 0.22);
  position: relative;
  z-index: 4;
}
.site-2025 .indication_select_wrapper .select_selected span.active {
  color: #b22222;
}
.site-2025 .indication_select_header .detail, .site-2025 .custom_select .detail, .site-2025 .menu_toggle1 .detail, .site-2025 .menu_toggle .detail {
  font-size: 14px !important;
  color: #000 !important;
  font-weight: 400;
  top: -1px !important;
}
.site-2025 .menu_toggle1 .detail, .site-2025 .menu_toggle .detail {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}
@media (max-width: 1200px) {
  .site-2025 .center_nav .global-cont {
    padding: 0 !important;
  }
}
.site-2025 .center_nav .select_items {
  font-weight: 600;
  background: #fff;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  -webkit-filter: drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.22));
          filter: drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.22));
  width: 100%;
  position: absolute;
  top: 28px;
  z-index: 1;
}
.site-2025 .center_nav .select_items div:first-of-type {
  border-top: none;
  min-height: 25px;
}
.site-2025 .center_nav .select_items div {
  color: #b22222;
  padding: 8px 14px;
  text-align: left;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-top: 1px solid #f8b400;
  min-height: 49px;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}
.site-2025 .center_nav .select_items div:hover {
  background-color: #f1f1f1;
}
.site-2025 .center_nav .select_hide {
  display: none;
}
.site-2025 .center_nav .section-nav {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.site-2025 .center_nav .section-nav a {
  padding-right: 44px;
  color: #332D32;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}
.site-2025 .center_nav .section-nav a span {
  text-transform: uppercase;
}
.site-2025 .center_nav .section-nav a:last-child {
  padding-right: 0;
}
.site-2025 .center_nav .section-nav a.active {
  color: #b22222;
}
.site-2025 .primary_nav_wrap-mobile {
  height: 33px;
  display: none;
  position: relative;
  z-index: 9;
}
@media (max-width: 1200px) {
  .site-2025 .primary_nav_wrap-mobile {
    display: block;
    width: 100%;
  }
}
.site-2025 .primary_nav_wrap-mobile .menu-wrap {
  display: none;
}
.site-2025 .primary_nav_wrap-mobile .menu-wrap.select_show {
  display: block;
  position: absolute;
  width: 100%;
  height: calc(100vh - 295px);
  overflow: auto;
}
.site-2025 .primary_nav_wrap-mobile .indication_select {
  display: none;
}
.site-2025 .primary_nav_wrap-mobile .indication_select .menu_toggle,
.site-2025 .primary_nav_wrap-mobile .indication_select .menu_toggle1 {
  background: #fff;
  padding: 15px 0;
  display: block;
  height: 75px;
}
.site-2025 .primary_nav_wrap-mobile .indication_select .menu_toggle span.indcation-wrapper,
.site-2025 .primary_nav_wrap-mobile .indication_select .menu_toggle1 span.indcation-wrapper {
  color: #b22222;
  font-size: 24px;
  display: flex;
  gap: 6px;
  padding: 15px 20px;
  justify-content: flex-start;
}
.site-2025 .primary_nav_wrap-mobile .indication_select .menu_toggle::after,
.site-2025 .primary_nav_wrap-mobile .indication_select .menu_toggle1::after {
  display: none;
}
.site-2025 .primary_nav_wrap-mobile .indication_select .menu_toggle .gradient-line,
.site-2025 .primary_nav_wrap-mobile .indication_select .menu_toggle1 .gradient-line {
  height: 4px;
  width: 100%;
  display: block;
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(248, 180, 0) 10%, rgb(248, 180, 0) 50%, rgb(248, 180, 0) 90%, rgb(255, 255, 255) 100%);
  position: relative;
  transform: translate(0, 2px);
}
.site-2025 .primary_nav_wrap-mobile .indication_select .menu_toggle .gradient-line:after,
.site-2025 .primary_nav_wrap-mobile .indication_select .menu_toggle1 .gradient-line:after {
  content: "";
  display: block;
  margin-left: 20px;
  transition: all 0.5s;
  position: absolute;
  right: 24px;
  top: -40px;
  border-top: solid 2px #b22222;
  border-right: solid 2px #b22222;
  width: 15px;
  height: 15px;
  transform: rotate(135deg);
}
.site-2025 .primary_nav_wrap-mobile .indication_select .menu_toggle.rotate-arrow .gradient-line::after,
.site-2025 .primary_nav_wrap-mobile .indication_select .menu_toggle1.rotate-arrow .gradient-line::after {
  margin-left: 20px;
  transform: rotate(45deg);
  transition: all 0.5s;
}
.site-2025 .primary_nav_wrap-mobile .indication_select .menu_toggle1 {
  text-align: left;
  font-weight: 600;
  cursor: pointer;
}
.site-2025 .primary_nav_wrap-mobile .indication_select .menu_toggle1 .gradient-line::after {
  transform: rotate(45deg);
}
.site-2025 .primary_nav_wrap-mobile .indication_select .menu_toggle1 .gradient-line.select_show::after {
  transform: rotate(135deg);
}
.site-2025 .primary_nav_wrap-mobile .indication_select .menu_items {
  background: #fff;
  display: none;
}
.site-2025 .primary_nav_wrap-mobile .indication_select .menu_items li {
  border-bottom: 1px solid #f8b400;
  padding: 15px 20px 20px 20px;
  width: 100%;
  text-align: left;
  padding-left: 20px;
}
.site-2025 .primary_nav_wrap-mobile .indication_select .menu_items li a {
  color: #332d32;
  font-size: 24px;
  font-weight: 600;
  padding: 0;
  text-decoration: none;
}
.site-2025 .primary_nav_wrap-mobile .indication_select .menu_items li::after {
  display: none;
}
.site-2025 .primary_nav_wrap-mobile .indication_select .menu_items.select_show {
  display: block;
}
.site-2025 .primary_nav_wrap-mobile .indication_select .menu_items.nav {
  display: block;
}
.site-2025 .primary_nav_wrap-mobile .indication_select .menu_items.nav.close_menu_items {
  display: none;
}
.site-2025 .primary_nav_wrap-mobile .indication_select::after {
  display: none;
}
@media screen and (max-width: 1200px) {
  .site-2025 .primary_nav_wrap-mobile .indication_select {
    display: block;
  }
}
.site-2025 .primary_nav_wrap-mobile .indication_select_header {
  display: none;
  background-color: #fff;
  text-align: right;
  font-weight: 600;
  width: 100%;
  height: 33px;
  z-index: 9;
  position: relative;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}
.site-2025 .primary_nav_wrap-mobile .indication_select_header span {
  position: relative;
  top: -10px;
  padding-right: 10px;
}
.site-2025 .primary_nav_wrap-mobile .indication_select_header span.active {
  color: #b22222;
}
.site-2025 .primary_nav_wrap-mobile .indication_select_header::after {
  content: "";
  width: 40px;
  height: 33px;
  background-image: url(/images/caret_scroller.svg);
  background-repeat: no-repeat;
  background-color: #f8b400;
  background-size: 20px;
  background-position: center;
  display: inline-block;
  transform: rotate(180deg);
  position: relative;
  top: 0px;
  right: 0;
}
.site-2025 .primary_nav_wrap-mobile .indication_select_header.select_show::after {
  transform: rotate(0deg);
}
@media screen and (max-width: 1200px) {
  .site-2025 .primary_nav_wrap-mobile .indication_select_header {
    display: block;
  }
}
.site-2025 .nav_wrapper .center_nav {
  background: #fff;
}
@media (max-width: 1200px) {
  .site-2025 .nav_wrapper .center_nav {
    box-shadow: inset 0px 4px 6px rgba(0, 0, 0, 0.1);
  }
}
.site-2025 .nav_wrapper .center-nav-internal {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 0;
}
@media (max-width: 1200px) {
  .site-2025 .nav_wrapper .center-nav-internal {
    padding: 0;
    flex-wrap: wrap;
  }
}
.site-2025 .nav_wrapper .astellas-contact {
  padding-top: 5px;
}
.site-2025 .nav_wrapper .top_indication {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 374px) {
  .site-2025 .nav_wrapper .top_indication {
    padding: 0 10px;
  }
}
@media (min-width: 1200px) {
  .site-2025 .nav_wrapper .top_indication {
    box-shadow: -10px 8px 15px -10px rgba(0, 0, 0, 0.8);
  }
}
.site-2025 .nav_wrapper .top_indication p {
  font-family: "dccITCFranklinGothicStdCompressed";
  font-size: 10px;
  line-height: 11px;
  color: #fff;
  font-weight: 350;
  letter-spacing: 0.01em;
  text-align: center;
}
@media (max-width: 374px) {
  .site-2025 .nav_wrapper .top_indication p {
    font-size: 10px;
    line-height: 10px;
  }
}
@media (min-width: 768px) {
  .site-2025 .nav_wrapper .top_indication p {
    font-size: 16px;
    line-height: 14px;
  }
}
@media (min-width: 992px) {
  .site-2025 .nav_wrapper .top_indication p {
    line-height: 17px;
  }
}
@media (min-width: 1200px) {
  .site-2025 .nav_wrapper .top_indication p {
    position: relative;
    text-align: left;
    font-size: 14px;
    left: -56px;
  }
}
@media (min-width: 1440px) {
  .site-2025 .nav_wrapper .top_indication p {
    left: -16px;
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  .site-2025 .nav_wrapper .top_indication p {
    font-size: 16px;
    left: 26px;
  }
}
.site-2025 .nav_wrapper .navigation {
  font-family: "ITCFranklinGothicStd", Helvetica, Arial, sans-serif;
  position: relative;
  background-color: #fff;
}
.site-2025 .nav_wrapper .navigation .logo {
  width: 180px;
  margin-right: 55px;
  flex: none;
}
@media (max-width: 1200px) {
  .site-2025 .nav_wrapper .navigation .logo {
    width: 105px;
    margin: 5px 11px;
  }
}
.site-2025 .nav_wrapper .navigation .logo img {
  width: 100%;
  height: auto;
}
.site-2025 .nav_wrapper .navigation .menu_toggle_mobile {
  position: absolute;
  top: 15px;
  right: 8px;
  outline: none;
}
@media (max-width: 359px) {
  .site-2025 .nav_wrapper .navigation .menu_toggle_mobile {
    right: 0;
  }
}
@media (min-width: 1200px) {
  .site-2025 .nav_wrapper .navigation .menu_toggle_mobile {
    display: none;
  }
}
.site-2025 .local-toggle {
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
  z-index: 99;
}
.site-2025 .sky-bg .local-nav.stickied:before {
  background: url(../images/background-sky.png);
  background-position: center -153px;
  background-repeat: no-repeat;
  background-size: 100.2vw auto;
}
.site-2025 .local-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 259px;
  z-index: 99;
}
.site-2025 .local-nav.stickied {
  position: fixed;
  max-width: 897px;
  width: 100%;
}
.site-2025 .local-nav.stickied:before {
  content: "";
  position: absolute;
  height: 139px;
  width: 100vw;
  top: -111.5px;
  z-index: 1;
  transform: translateX(-49.5%);
  left: 50%;
  background: #f9f9f9;
}
.site-2025 .local-nav.stickied .on-this-page {
  margin-top: -8px;
}
@media (max-width: 1199px) {
  .site-2025 .local-nav.stickied .on-this-page {
    margin-top: 1px;
  }
}
.site-2025.menu-local .local-nav, .site-2025.menu-therapy .local-nav {
  top: 183px;
}
.site-2025.menu-local .local-nav.stickied:before, .site-2025.menu-therapy .local-nav.stickied:before {
  height: 76px;
  top: -37px;
}
@media (max-width: 1199px) {
  .site-2025 .local-toggle {
    top: 98px;
  }
  .site-2025 .local-nav {
    top: 205px;
  }
  .site-2025 .local-nav.stickied:before {
    transform: translateX(-50%);
    height: 151px;
  }
  .site-2025 .sky-bg .local-nav.stickied:before {
    background-position: center -112px;
  }
  .site-2025.menu-local .local-nav, .site-2025.menu-therapy .local-nav {
    top: 121px;
  }
}
.site-2025 .utility_nav_wrap,
.site-2025 .utility {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.1);
  font-family: "ITCFranklinGothicStd", Helvetica, Arial, sans-serif;
}
.site-2025 .utility_nav_wrap .utility_nav,
.site-2025 .utility .utility_nav {
  display: flex;
  justify-content: space-between;
  padding: 10px 30px 10px;
}
.site-2025 .utility_nav_wrap .utility_nav .col:nth-of-type(2),
.site-2025 .utility .utility_nav .col:nth-of-type(2) {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.site-2025 .utility_nav_wrap .utility_nav .col:nth-of-type(2) a:not(:last-of-type),
.site-2025 .utility .utility_nav .col:nth-of-type(2) a:not(:last-of-type) {
  margin-right: 20px;
}
.site-2025 .utility_nav_wrap .utility_nav a,
.site-2025 .utility_nav_wrap .utility_nav a:hover,
.site-2025 .utility_nav_wrap .utility_nav a:visited,
.site-2025 .utility .utility_nav a,
.site-2025 .utility .utility_nav a:hover,
.site-2025 .utility .utility_nav a:visited {
  font-size: 13px;
  font-weight: 700;
  color: #666666;
  line-height: 15px;
  text-decoration: underline !important;
}
@media (max-width: 359px) {
  .site-2025 .utility_nav_wrap .utility_nav a,
  .site-2025 .utility_nav_wrap .utility_nav a:hover,
  .site-2025 .utility_nav_wrap .utility_nav a:visited,
  .site-2025 .utility .utility_nav a,
  .site-2025 .utility .utility_nav a:hover,
  .site-2025 .utility .utility_nav a:visited {
    font-size: 10px;
  }
}
@media (min-width: 1200px) {
  .site-2025 .utility_nav_wrap .utility_nav a,
  .site-2025 .utility_nav_wrap .utility_nav a:hover,
  .site-2025 .utility_nav_wrap .utility_nav a:visited,
  .site-2025 .utility .utility_nav a,
  .site-2025 .utility .utility_nav a:hover,
  .site-2025 .utility .utility_nav a:visited {
    display: table-cell;
    vertical-align: middle;
    font-size: 15px;
    font-weight: 500;
    line-height: 13px;
    text-decoration: underline;
    color: #191919;
  }
  .site-2025 .utility_nav_wrap .utility_nav a.prom,
  .site-2025 .utility_nav_wrap .utility_nav a:hover.prom,
  .site-2025 .utility_nav_wrap .utility_nav a:visited.prom,
  .site-2025 .utility .utility_nav a.prom,
  .site-2025 .utility .utility_nav a:hover.prom,
  .site-2025 .utility .utility_nav a:visited.prom {
    font-size: 17px;
  }
}
.site-2025 .utility_nav_wrap .utility_nav a .extLinkIcon,
.site-2025 .utility_nav_wrap .utility_nav a:hover .extLinkIcon,
.site-2025 .utility_nav_wrap .utility_nav a:visited .extLinkIcon,
.site-2025 .utility .utility_nav a .extLinkIcon,
.site-2025 .utility .utility_nav a:hover .extLinkIcon,
.site-2025 .utility .utility_nav a:visited .extLinkIcon {
  margin-left: 5px;
}
@media screen and (max-width: 1200px) {
  .site-2025 .utility_nav_wrap .utility_nav,
  .site-2025 .utility .utility_nav {
    display: none;
  }
}
.site-2025 .utility_nav_wrap .for_hcps.mobile,
.site-2025 .utility .for_hcps.mobile {
  padding: 5px;
  display: none;
}
.site-2025 .utility_nav_wrap .for_hcps.mobile .for_hcps_text,
.site-2025 .utility .for_hcps.mobile .for_hcps_text {
  font-size: 10px;
}
@media screen and (max-width: 1200px) {
  .site-2025 .utility_nav_wrap .for_hcps.mobile,
  .site-2025 .utility .for_hcps.mobile {
    display: block;
  }
}
.site-2025 .utility_nav_wrap .indication_mobile,
.site-2025 .utility .indication_mobile {
  background: linear-gradient(180deg, #c0311a 0%, #951d1f 100%);
  display: none;
  color: #fff;
  font-size: 9px;
  line-height: 10px;
  padding: 5px 20px;
}
.site-2025 .utility_nav_wrap .indication_mobile span,
.site-2025 .utility .indication_mobile span {
  max-width: 500px;
  margin: 0 auto;
  display: block;
}
@media (max-width: 1200px) {
  .site-2025 .utility_nav_wrap .indication_mobile,
  .site-2025 .utility .indication_mobile {
    display: block;
  }
}
.site-2025 .med_info_nav {
  background-color: #fff;
  padding-top: 23px;
  padding-bottom: 15px;
}
@media (min-width: 1200px) {
  .site-2025 .med_info_nav {
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
    position: absolute;
    right: calc(50% - 132px);
    top: -88px;
    background-color: transparent;
  }
}
@media (min-width: 1440px) {
  .site-2025 .med_info_nav {
    right: calc(50% - 190px);
  }
}
@media (min-width: 1200px) {
  .site-2025 .med_info_nav.active .med_info_toggle .caret {
    background-image: url("/images/caret_red.svg");
    transform: rotateX(180deg);
  }
  .site-2025 .med_info_nav.active .med_info_content {
    display: block;
  }
}
.site-2025 .med_info_nav .med_info_toggle {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 33px;
  padding: 0;
  border: none;
  border-radius: 0;
  cursor: pointer;
  background-color: transparent;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  color: #a62b4d;
  pointer-events: none;
}
@media (min-width: 1200px) {
  .site-2025 .med_info_nav .med_info_toggle {
    margin-left: 0;
    margin-bottom: 0;
    justify-content: center;
    width: 153px;
    height: 44px;
    pointer-events: auto;
    font-size: 13px;
    font-weight: 400;
    line-height: 13px;
  }
}
.site-2025 .med_info_nav .med_info_toggle .med_info_logo {
  width: 149px;
  padding: 0 0 8px 0;
}
@media (min-width: 1200px) {
  .site-2025 .med_info_nav .med_info_toggle .med_info_logo {
    padding-top: 9px;
    width: 128px;
  }
}
.site-2025 .med_info_nav .med_info_toggle .caret {
  display: none;
  width: 10px;
  margin-left: 11px;
  padding-bottom: 2px;
  background-image: url("/images/caret.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}
@media (min-width: 1200px) {
  .site-2025 .med_info_nav .med_info_toggle .caret {
    display: inline;
    margin-left: 6px;
    width: 8px;
    height: 5px;
    padding-bottom: 0;
  }
}
.site-2025 .med_info_nav .med_info_content {
  display: block;
}
@media (min-width: 1200px) {
  .site-2025 .med_info_nav .med_info_content {
    display: none;
    box-shadow: inset rgba(0, 0, 0, 0.2) 0 10px 7px 0;
    position: absolute;
    z-index: 1;
    background-color: #c0311a;
    width: 153px;
    padding-top: 10px;
  }
}
.site-2025 .med_info_nav .med_info_content p {
  padding: 0 0 5px 0;
  text-align: center;
  font-size: 14px;
  line-height: 15px;
  color: #c0311a;
  font-weight: 600;
}
@media (min-width: 1200px) {
  .site-2025 .med_info_nav .med_info_content p {
    padding: 0 0 5px 0;
    color: #fff;
    font-size: 15px;
    line-height: 12px;
    font-weight: 600;
  }
  .site-2025 .med_info_nav .med_info_content p:nth-child(2) {
    padding-bottom: 5px;
  }
}
.site-2025 .med_info_nav .med_info_content a,
.site-2025 .med_info_nav .med_info_content a:visited {
  color: #c0311a;
  text-decoration: none;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
}
.site-2025 .med_info_nav .med_info_content a img,
.site-2025 .med_info_nav .med_info_content a:visited img {
  margin-right: 13px;
  margin-left: 10px;
}
@media (min-width: 1200px) {
  .site-2025 .med_info_nav .med_info_content a,
  .site-2025 .med_info_nav .med_info_content a:visited {
    color: #fff;
  }
  .site-2025 .med_info_nav .med_info_content a img,
  .site-2025 .med_info_nav .med_info_content a:visited img {
    margin-right: 10px;
    margin-left: 0;
    margin-top: 5px;
  }
}
.site-2025 .med_info_nav .med_info_content .phone-icon {
  width: 20px;
  height: 20px;
}
@media (min-width: 1200px) {
  .site-2025 .med_info_nav .med_info_content .phone-icon {
    width: 14px;
    height: 14px;
  }
}
.site-2025 .med_info_nav .med_info_content .globe-icon {
  width: 22px;
  height: 22px;
}
@media (min-width: 1200px) {
  .site-2025 .med_info_nav .med_info_content .globe-icon {
    width: 15px;
    height: 15px;
  }
}
.site-2025 .med_info_nav .med_info_content .utility_nav_wrap-mobile {
  text-align: left;
  margin-bottom: 30px;
  padding: 30px 32px 0 32px;
}
.site-2025 .med_info_nav .med_info_content .utility_nav_wrap-mobile ul li a {
  margin-bottom: 20px;
  font-size: 17px;
  color: #332D32;
  text-decoration: underline;
}
.site-2025 .med_info_nav .med_info_content .utility_nav_wrap-mobile ul li a .extLinkIcon {
  margin-left: 5px;
}
.site-2025 .primary_nav_wrap {
  width: 100%;
}
@media (max-width: 1200px) {
  .site-2025 .primary_nav_wrap .primary_nav_wrap-desktop {
    display: none;
  }
}
.site-2025 .primary {
  background: linear-gradient(180deg, #c0311a 0%, #951d1f 100%);
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2509803922);
}
.site-2025 .primary .menu_set {
  display: flex;
  justify-content: flex-end;
}
.site-2025 .primary .menu_set {
  transition: right 200ms ease-in;
}
@media (max-width: 1200px) {
  .site-2025 .primary .menu_set {
    display: none;
    position: absolute;
    right: -100%;
    width: 100% !important;
    top: 95px;
    background: #fff;
    height: calc(100vh - 101px);
    padding-bottom: 256px;
    width: 375px;
    right: -375px;
  }
}
.site-2025 .primary .menu_set.expanded {
  right: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}
@media (min-width: 1200px) {
  .site-2025 .primary .menu_set.expanded {
    max-height: none;
    display: block;
    right: auto;
    overflow: auto;
  }
}
.site-2025 .primary .menu_set .menu {
  height: 60px;
  margin-right: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
@media (max-width: 1200px) {
  .site-2025 .primary .menu_set .menu {
    margin-right: 0;
    height: auto;
    text-align: left;
  }
}
.site-2025 .primary .menu_set .menu:focus + .menu_items, .site-2025 .primary .menu_set .menu:hover + .menu_items {
  display: block;
  position: absolute;
  z-index: 100;
}
.site-2025 .primary .menu_set .menu br {
  display: initial;
}
@media (min-width: 1200px) {
  .site-2025 .primary .menu_set .menu {
    display: block;
    float: left;
    height: 37px;
  }
  .site-2025 .primary .menu_set .menu:hover .menu_toggle > span:after {
    content: "";
    position: absolute;
    bottom: -2px;
    width: 100%;
    left: 0;
    height: 3px;
    background: linear-gradient(to right, rgba(251, 176, 52, 0) 0%, rgb(251, 176, 52) 33.33%, rgb(251, 176, 52) 66.67%, rgba(251, 176, 52, 0) 100%);
  }
  .site-2025 .primary .menu_set .menu.open .menu_items, .site-2025 .primary .menu_set .menu:focus .menu_items, .site-2025 .primary .menu_set .menu:hover .menu_items {
    display: block;
    position: absolute;
    z-index: 100;
  }
}
.site-2025 .primary .menu_set .menu a {
  text-decoration: none;
}
@media (max-width: 1200px) {
  .site-2025 .primary .menu_set .menu .menu_toggle {
    display: flex;
    font-size: 12px;
    font-weight: 500;
    color: #666666;
    background: linear-gradient(180deg, #c0311a 0%, #951d20 100%);
  }
  .site-2025 .primary .menu_set .menu .menu_toggle br {
    display: none;
  }
}
@media (min-width: 992px) {
  .site-2025 .primary .menu_set .menu .menu_toggle {
    height: 60px;
    width: 100%;
  }
}
.site-2025 .primary .menu_set .menu .menu_toggle > span {
  display: table-cell;
  vertical-align: middle;
  cursor: default;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  padding: 18px 20px;
  width: 100%;
  position: relative;
}
@media (min-width: 992px) {
  .site-2025 .primary .menu_set .menu .menu_toggle > span {
    font-size: 24px;
    font-weight: 600;
    padding: 18px 20px;
  }
}
@media (min-width: 1200px) {
  .site-2025 .primary .menu_set .menu .menu_toggle > span {
    font-size: 16px;
    padding-left: 0;
    padding: 10px 20px;
  }
}
@media (min-width: 1440px) {
  .site-2025 .primary .menu_set .menu .menu_toggle > span {
    padding: 10px 20px;
  }
}
.site-2025 .primary .menu_set .menu .menu_toggle.arrow:after {
  content: "";
  display: block;
  background: url("/images/whiteCaret.png") no-repeat 0 0;
  background-size: cover;
  height: 12px;
  margin-left: 20px;
  transform: rotate(0deg);
  transition: all 0.5s;
  width: 24px;
  position: relative;
  right: 20px;
  top: 24px;
}
@media (min-width: 1200px) {
  .site-2025 .primary .menu_set .menu .menu_toggle.arrow:after {
    display: none;
  }
}
.site-2025 .primary .menu_set .menu .menu_toggle.rotate-arrow:after {
  content: "";
  display: block;
  position: relative;
  background: url("/images/whiteCaret.png") no-repeat 0 0;
  background-size: cover;
  margin-left: 20px;
  height: 12px;
  width: 24px;
  top: 24px;
  right: 20px;
  transform: rotate(-90deg);
  transition: all 0.5s;
}
@media (min-width: 1200px) {
  .site-2025 .primary .menu_set .menu .menu_toggle.rotate-arrow:after {
    display: none;
  }
}
.site-2025 .primary .menu_set .menu .indication_select .menu_items {
  display: block;
}
.site-2025 .primary .menu_set .menu .close_menu_items {
  display: none;
}
.site-2025 .primary .menu_set .menu .menu_items {
  background-color: #c0311a;
  list-style: none;
  list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=);
  list-style-type: none;
}
@media (min-width: 1200px) {
  .site-2025 .primary .menu_set .menu .menu_items {
    display: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    box-shadow: inset rgba(0, 0, 0, 0.2) 0 10px 7px 0px;
  }
  .site-2025 .primary .menu_set .menu .menu_items:hover, .site-2025 .primary .menu_set .menu .menu_items:focus {
    display: block;
    position: absolute;
    z-index: 100;
  }
}
@media (min-width: 1440px) {
  .site-2025 .primary .menu_set .menu .menu_items {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (min-width: 1200px) {
  .site-2025 .primary .menu_set .menu .menu_items.last_item {
    width: 150px;
  }
}
@media (min-width: 1920px) {
  .site-2025 .primary .menu_set .menu .menu_items.last_item {
    width: 185px;
  }
}
.site-2025 .primary .menu_set .menu .menu_items li {
  display: table;
  position: relative;
  height: 43px;
  width: 100%;
  border-bottom: 1px solid #fff;
}
@media (min-width: 1200px) {
  .site-2025 .primary .menu_set .menu .menu_items li {
    display: block;
    height: auto;
    width: auto;
  }
}
.site-2025 .primary .menu_set .menu .menu_items li:hover {
  background-color: #951d1f;
}
.site-2025 .primary .menu_set .menu .menu_items li:hover:first-child {
  box-shadow: inset rgba(0, 0, 0, 0.4) 0 10px 7px 0;
}
@media (hover: none) {
  .site-2025 .primary .menu_set .menu .menu_items li:hover {
    background-color: inherit;
  }
  .site-2025 .primary .menu_set .menu .menu_items li:hover:first-child {
    box-shadow: inherit;
  }
}
.site-2025 .primary .menu_set .menu .menu_items li:last-child:after {
  display: none;
}
.site-2025 .primary .menu_set .menu .menu_items li a {
  display: table-cell;
  font-size: 24px;
  color: #fff;
  text-decoration: none;
  font-weight: 300;
  vertical-align: middle;
  padding: 18px 20px;
  width: 100%;
}
@media (min-width: 1200px) {
  .site-2025 .primary .menu_set .menu .menu_items li a {
    display: inline-block;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
  }
}
.site-2025 .primary .menu_set .menu .menu_items li a:hover,
.site-2025 .primary .menu_set .menu .menu_items li a:visited {
  color: #fff;
  text-decoration: none;
}
@media (min-width: 1200px) {
  .site-2025 .primary .menu_set .menu .menu_items li:first-child {
    height: auto;
  }
}
@media (min-width: 1200px) {
  .site-2025 .primary .menu_set .menu .menu_items li:last-child {
    height: auto;
  }
}
.site-2025 .primary .menu_set .menu.indication_select {
  display: none;
}
.site-2025 .primary .menu_set .menu.indication_select .menu_toggle,
.site-2025 .primary .menu_set .menu.indication_select .menu_toggle1 {
  background: #fff;
  padding: 15px 0;
  display: block;
  height: 75px;
}
.site-2025 .primary .menu_set .menu.indication_select .menu_toggle span.indcation-wrapper,
.site-2025 .primary .menu_set .menu.indication_select .menu_toggle1 span.indcation-wrapper {
  color: #b22222;
  font-size: 24px;
  display: flex;
  gap: 6px;
  padding: 15px 20px;
  justify-content: flex-start;
}
.site-2025 .primary .menu_set .menu.indication_select .menu_toggle::after,
.site-2025 .primary .menu_set .menu.indication_select .menu_toggle1::after {
  display: none;
}
.site-2025 .primary .menu_set .menu.indication_select .menu_toggle .gradient-line,
.site-2025 .primary .menu_set .menu.indication_select .menu_toggle1 .gradient-line {
  height: 4px;
  width: 100%;
  display: block;
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(248, 180, 0) 10%, rgb(248, 180, 0) 50%, rgb(248, 180, 0) 90%, rgb(255, 255, 255) 100%);
  position: relative;
  transform: translate(0, 2px);
}
.site-2025 .primary .menu_set .menu.indication_select .menu_toggle .gradient-line:after,
.site-2025 .primary .menu_set .menu.indication_select .menu_toggle1 .gradient-line:after {
  content: "";
  display: block;
  margin-left: 20px;
  transition: all 0.5s;
  position: absolute;
  right: 24px;
  top: -40px;
  border-top: solid 2px #b22222;
  border-right: solid 2px #b22222;
  width: 15px;
  height: 15px;
  transform: rotate(135deg);
}
.site-2025 .primary .menu_set .menu.indication_select .menu_toggle.rotate-arrow .gradient-line::after,
.site-2025 .primary .menu_set .menu.indication_select .menu_toggle1.rotate-arrow .gradient-line::after {
  margin-left: 20px;
  transform: rotate(45deg);
  transition: all 0.5s;
}
.site-2025 .primary .menu_set .menu.indication_select .menu_toggle1 {
  text-align: left;
  font-weight: 600;
  cursor: pointer;
}
.site-2025 .primary .menu_set .menu.indication_select .menu_toggle1 .gradient-line::after {
  transform: rotate(45deg);
}
.site-2025 .primary .menu_set .menu.indication_select .menu_toggle1 .gradient-line.select_show::after {
  transform: rotate(135deg);
}
.site-2025 .primary .menu_set .menu.indication_select .menu_items {
  background: #fff;
  display: none;
}
.site-2025 .primary .menu_set .menu.indication_select .menu_items li {
  border-bottom: 1px solid #f8b400;
  padding: 15px 20px 20px 20px;
  width: 100%;
  text-align: left;
  padding-left: 20px;
}
.site-2025 .primary .menu_set .menu.indication_select .menu_items li a {
  color: #332d32;
  font-size: 24px;
  font-weight: 600;
  padding: 0;
  text-decoration: none;
}
.site-2025 .primary .menu_set .menu.indication_select .menu_items li::after {
  display: none;
}
.site-2025 .primary .menu_set .menu.indication_select .menu_items.select_show {
  display: block;
}
.site-2025 .primary .menu_set .menu.indication_select .menu_items.nav {
  display: block;
}
.site-2025 .primary .menu_set .menu.indication_select .menu_items.nav.close_menu_items {
  display: none;
}
.site-2025 .primary .menu_set .menu.indication_select::after {
  display: none;
}
@media screen and (max-width: 1200px) {
  .site-2025 .primary .menu_set .menu.indication_select {
    display: block;
  }
}
.site-2025 .primary .menu_set .indication_select_header {
  display: none;
  background-color: #f8b400;
  text-align: left;
  padding: 10px 32px 5px 19px;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  .site-2025 .primary .menu_set .indication_select_header {
    display: block;
  }
}
@media (min-width: 1200px) {
  .site-2025 .primary .menu_set .menu::after {
    display: none;
  }
}
.site-2025 .primary .menu_set .support::after {
  display: none;
}
.site-2025 .primary .menu_set .menu_set .menu:last-of-type::after {
  display: none;
}
.site-2025.menu-about .primary .menu_set .menu.therapy .menu_toggle > span:after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 100%;
  left: 0;
  height: 3px;
  background: linear-gradient(to right, rgba(251, 176, 52, 0) 0%, rgb(251, 176, 52) 33.33%, rgb(251, 176, 52) 66.67%, rgba(251, 176, 52, 0) 100%);
}
.site-2025.menu-dosing .primary .menu_set .menu.dosing .menu_toggle > span:after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 100%;
  left: 0;
  height: 3px;
  background: linear-gradient(to right, rgba(251, 176, 52, 0) 0%, rgb(251, 176, 52) 33.33%, rgb(251, 176, 52) 66.67%, rgba(251, 176, 52, 0) 100%);
}
.site-2025.menu-resources .primary .menu_set .menu.support .menu_toggle > span:after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 100%;
  left: 0;
  height: 3px;
  background: linear-gradient(to right, rgba(251, 176, 52, 0) 0%, rgb(251, 176, 52) 33.33%, rgb(251, 176, 52) 66.67%, rgba(251, 176, 52, 0) 100%);
}
.site-2025.menu-cost-coverage .primary .menu_set .menu.cost .menu_toggle > span:after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 100%;
  left: 0;
  height: 3px;
  background: linear-gradient(to right, rgba(251, 176, 52, 0) 0%, rgb(251, 176, 52) 33.33%, rgb(251, 176, 52) 66.67%, rgba(251, 176, 52, 0) 100%);
}
.site-2025 footer {
  width: 100%;
  font-family: "ITCFranklinGothicStd", Helvetica, Arial, sans-serif;
}
.site-2025 footer .pi-row {
  background: #f3f3f4;
}
.site-2025 footer .pi-row p {
  font-weight: 700;
  color: #58595b;
  text-align: left;
  font-size: 17px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.site-2025 footer .pi-row p span {
  display: inline-block;
}
.site-2025 footer .pi-row p a {
  color: #58595b;
  text-decoration: underline;
}
.site-2025 footer .info-row .companyInfo {
  padding-top: 50px;
  padding-bottom: 20px;
  font-size: 0;
  text-align: left;
}
@media (max-width: 1200px) {
  .site-2025 footer .info-row .companyInfo {
    padding-top: 35px;
    padding-bottom: 35px;
    display: flex;
  }
}
@media (max-width: 645px) {
  .site-2025 footer .info-row .companyInfo {
    flex-wrap: wrap;
  }
}
.site-2025 footer .info-row .companyInfo > a {
  display: inline-block;
  height: 35px;
  width: auto;
  top: -35px;
}
@media (max-width: 1200px) {
  .site-2025 footer .info-row .companyInfo > a {
    display: inline-block;
    position: relative;
    top: 0;
    padding-bottom: 27px;
    padding-right: 0;
    width: auto;
    height: auto;
    vertical-align: bottom;
  }
}
.site-2025 footer .info-row .companyInfo > a:last-of-type {
  top: -35px;
}
@media (max-width: 1200px) {
  .site-2025 footer .info-row .companyInfo > a:last-of-type {
    top: auto;
  }
}
.site-2025 footer .info-row .companyInfo > a:first-child {
  padding-right: 20px;
}
.site-2025 footer .info-row .companyInfo img {
  height: 38px;
  width: auto;
}
.site-2025 footer .info-row .companyInfo .legal {
  display: inline-block;
  padding-left: 35px;
  max-width: 560px;
}
@media (max-width: 645px) {
  .site-2025 footer .info-row .companyInfo .legal {
    padding-left: 0;
    margin-top: 25px;
  }
}
.site-2025 footer .info-row .companyInfo a {
  padding: 0;
}
.site-2025 footer .info-row img {
  width: 100%;
  height: auto;
}
.site-2025 footer .info-row .legal {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  color: #58595b;
  padding-left: 0;
  width: 96%;
  font-size: 12px;
  line-height: 13px;
  padding-left: 15px;
}
.site-2025 footer .info-row .legal p {
  font-size: 12px;
  line-height: 13px;
}
.site-2025 footer .nav-row {
  background: #f3f3f4;
  padding-bottom: 25px;
}
.site-2025 footer .nav-row .bottom_bar {
  color: #58595b;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 13px;
  line-height: 13px;
  text-align: center;
  font-weight: 400;
}
.site-2025 footer .nav-row .bottom_bar a {
  color: #58595b;
  text-decoration: none;
  padding: 0 12px;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .site-2025 footer .nav-row .bottom_bar a {
    padding: 0 5px;
  }
}
.site-2025 footer .nav-row .bottom_bar span {
  display: inline-block;
}
.site-2025 footer .nav-row .bottom_bar hr {
  display: none;
}
@media (max-width: 1200px) {
  .site-2025 footer .nav-row .bottom_bar {
    font-size: 15px;
    line-height: 15px;
    text-align: center;
    font-weight: 700;
  }
  .site-2025 footer .nav-row .bottom_bar span {
    display: none;
  }
  .site-2025 footer .nav-row .bottom_bar hr {
    display: block;
    margin: 20px 10% 20px 10%;
    height: 2px;
    background-color: #cccccc;
    border: none;
  }
}
.site-2025 footer .back-to-top {
  height: 50px;
  width: 50px;
  background: #DDDEDF;
  border-radius: 35px;
  position: fixed;
  bottom: 10%;
  right: 50%;
  transform: translateX(529px);
  background-image: url(/images/caret_scroller.svg);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center;
  z-index: 999;
}
@media (max-width: 1200px) {
  .site-2025 footer .back-to-top {
    bottom: 11%;
    transform: translateX(400%);
  }
}
.site-2025 #isi.expand ~ footer .back-to-top {
  z-index: 888;
}
.site-2025 #isi-static {
  display: none;
}
@media (max-width: 1200px) {
  .site-2025 #isi-static {
    display: block;
    box-shadow: 0px -3px 15px #666;
    padding: 30px;
    position: relative;
    z-index: 100;
    background-color: #fff;
  }
}
.site-2025 #isi {
  position: fixed;
  top: 0;
  right: 0;
  width: 350px;
  height: 100vh;
  z-index: 999;
  padding-top: 30px;
  background: #fff;
  box-shadow: 0px -3px 8px -4px #666;
  transition: width 1s;
}
@media (max-width: 1650px) {
  .site-2025 #isi {
    width: 248px;
  }
}
@media (max-width: 1200px) {
  .site-2025 #isi {
    bottom: 0;
    left: 0;
    top: auto;
    right: auto;
    width: 100%;
    height: 200px;
    box-shadow: 0px 3px 15px #666;
    transition: height 1s;
  }
}
.site-2025 #isi.expand {
  width: 85vw;
}
@media (max-width: 1200px) {
  .site-2025 #isi.expand {
    width: 100vw;
    height: 100vh;
  }
}
@media (max-width: 1200px) {
  .site-2025 #isi.reached {
    display: none;
  }
}
.site-2025 #isi .outer {
  height: 100%;
  padding: 0px 15px 30px 30px;
  margin-right: 15px;
  overflow-y: scroll;
  /* Custom Scrollbar */
}
.site-2025 #isi .outer::-webkit-scrollbar {
  width: 4px; /* Thin scrollbar */
}
.site-2025 #isi .outer::-webkit-scrollbar-track {
  background: #d1d3d4; /* Light gray track */
  width: 2px;
  border: 1px solid #fff;
}
.site-2025 #isi .outer::-webkit-scrollbar-thumb {
  background: #d1d3d4;
  width: 4px;
}
.site-2025 #isi:after {
  content: "";
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  height: 50px;
  width: 100%;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 9;
}
.site-2025 #isi .button {
  background: #faaf34;
  top: -25px;
  left: -25px;
  height: 25px;
  padding: 0;
  width: 25px;
  position: relative;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .site-2025 #isi .button {
    background: #fff;
    top: 12px;
    right: 22px;
    left: auto;
    position: absolute;
  }
}
.site-2025 #isi .button:before, .site-2025 #isi .button:after {
  content: "";
  position: absolute;
  background-color: white;
  transition: transform 0.25s ease-out;
}
@media (max-width: 1200px) {
  .site-2025 #isi .button:before, .site-2025 #isi .button:after {
    background: #666;
  }
}
.site-2025 #isi .button:before {
  top: 4px;
  left: 50%;
  width: 4px;
  height: 50%;
  margin-left: -2px;
  transform: rotate(45deg) translate3d(0, 0, 0);
  transform-style: preserve-3d;
}
@media (max-width: 1200px) {
  .site-2025 #isi .button:before {
    top: 0;
    left: 50%;
    width: 4px;
    height: 100%;
    margin-left: -2px;
    transform: none;
  }
}
.site-2025 #isi .button:after {
  top: 45%;
  left: 50%;
  width: 4px;
  height: 50%;
  margin-left: -2px;
  margin-top: -1px;
  transform: rotate(-45deg) translate3d(0, 0, 0);
  transform-style: preserve-3d;
}
@media (max-width: 1200px) {
  .site-2025 #isi .button:after {
    top: 50%;
    left: 0px;
    width: 100%;
    height: 4px;
    margin-top: -2px;
    margin-left: 0;
    transform: none;
  }
}
.site-2025 #isi .button.minimize:before {
  transform: rotate(-45deg) translate3d(0, 0, 0);
  transform-style: preserve-3d;
}
@media (max-width: 1200px) {
  .site-2025 #isi .button.minimize:before {
    transform: rotate(90deg);
  }
}
.site-2025 #isi .button.minimize:after {
  transform: rotate(45deg) translate3d(0, 0, 0);
  transform-style: preserve-3d;
}
@media (max-width: 1200px) {
  .site-2025 #isi .button.minimize:after {
    transform: rotate(180deg);
  }
}
.site-2025 #isi .content,
.site-2025 #isi-static .content {
  text-align: left;
  margin-bottom: 50px;
}
@media (max-width: 1200px) {
  .site-2025 #isi .content,
  .site-2025 #isi-static .content {
    max-width: 897px;
    margin: 0 auto;
  }
}
.site-2025 #isi .content ul,
.site-2025 #isi-static .content ul {
  padding-top: 5px;
}
@media (min-width: 1200px) {
  .site-2025 #isi .content ul,
  .site-2025 #isi-static .content ul {
    padding-top: 2px;
  }
}
.site-2025 #isi .content li,
.site-2025 #isi-static .content li {
  padding-bottom: 0px !important;
  color: #666666;
}
.site-2025 #isi .content p,
.site-2025 #isi .content ul li,
.site-2025 #isi-static .content p,
.site-2025 #isi-static .content ul li {
  font-weight: 300;
  font-size: 17px;
  line-height: 18px;
  letter-spacing: 0.02em;
  padding-bottom: 17px;
  font-family: "ITCFranklinGothicStd", Helvetica, Arial, sans-serif;
}
@media (min-width: 768px) {
  .site-2025 #isi .content p,
  .site-2025 #isi .content ul li,
  .site-2025 #isi-static .content p,
  .site-2025 #isi-static .content ul li {
    line-height: 18px;
  }
}
.site-2025 #isi .content p .red,
.site-2025 #isi .content ul li .red,
.site-2025 #isi-static .content p .red,
.site-2025 #isi-static .content ul li .red {
  color: #c0311a;
  font-weight: 700;
}
.site-2025 #isi .content p.header1,
.site-2025 #isi .content ul li.header1,
.site-2025 #isi-static .content p.header1,
.site-2025 #isi-static .content ul li.header1 {
  color: #c0311a;
  font-size: 20px;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-weight: 700;
  font-family: "ITCFranklinGothicStd", Helvetica, Arial, sans-serif;
  line-height: 20px;
}
@media (min-width: 768px) {
  .site-2025 #isi .content p.header1,
  .site-2025 #isi .content ul li.header1,
  .site-2025 #isi-static .content p.header1,
  .site-2025 #isi-static .content ul li.header1 {
    font-size: 22px;
    line-height: 1;
  }
}
@media (min-width: 1200px) {
  .site-2025 #isi .content p.header1,
  .site-2025 #isi .content ul li.header1,
  .site-2025 #isi-static .content p.header1,
  .site-2025 #isi-static .content ul li.header1 {
    font-size: 24px;
  }
}
.site-2025 #isi .content p.header1.custom-space,
.site-2025 #isi .content ul li.header1.custom-space,
.site-2025 #isi-static .content p.header1.custom-space,
.site-2025 #isi-static .content ul li.header1.custom-space {
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  .site-2025 #isi .content p.header1.custom-space,
  .site-2025 #isi .content ul li.header1.custom-space,
  .site-2025 #isi-static .content p.header1.custom-space,
  .site-2025 #isi-static .content ul li.header1.custom-space {
    margin-bottom: 5px;
  }
}
.site-2025 #isi .content p.header2,
.site-2025 #isi .content ul li.header2,
.site-2025 #isi-static .content p.header2,
.site-2025 #isi-static .content ul li.header2 {
  color: #c0311a;
  font-size: 20px;
  margin-bottom: 0;
  padding-bottom: 5px;
  font-weight: 700;
  font-family: "ITCFranklinGothicStd", Helvetica, Arial, sans-serif;
}
@media (max-width: 1199px) {
  .site-2025 #isi .content p.pi-isi,
  .site-2025 #isi .content ul li.pi-isi,
  .site-2025 #isi-static .content p.pi-isi,
  .site-2025 #isi-static .content ul li.pi-isi {
    letter-spacing: -0.03em;
  }
}
.site-2025 #isi .content p strong,
.site-2025 #isi .content ul li strong,
.site-2025 #isi-static .content p strong,
.site-2025 #isi-static .content ul li strong {
  font-weight: 700;
}
.site-2025 #isi .content p.padding-b-0,
.site-2025 #isi-static .content p.padding-b-0 {
  padding-bottom: 0 !important;
}
.site-2025 #isi .content p.padding-b-5,
.site-2025 #isi-static .content p.padding-b-5 {
  padding-bottom: 5px !important;
}
.site-2025 #isi .content p.padding-b-20,
.site-2025 #isi-static .content p.padding-b-20 {
  padding-bottom: 20px !important;
}
.site-2025 #isi .content p.padding-l-50,
.site-2025 #isi-static .content p.padding-l-50 {
  padding-left: 50px !important;
}
.site-2025 #isi .content ul,
.site-2025 #isi-static .content ul {
  margin-left: 6px;
  padding-bottom: 25px;
}
.site-2025 #isi .content ul li,
.site-2025 #isi-static .content ul li {
  list-style-type: none;
  position: relative;
}
.site-2025 #isi .content ul li:before,
.site-2025 #isi-static .content ul li:before {
  position: absolute;
  left: -0.9em;
  top: 4px;
  content: "●";
  color: #c0311a;
  line-height: 1.4;
  font-size: 8px;
}
@media (max-width: 1199px) {
  .site-2025 #isi .content ul li,
  .site-2025 #isi-static .content ul li {
    padding-bottom: 0;
  }
}
.site-2025 #isi .content a,
.site-2025 #isi-static .content a {
  text-decoration: underline;
  color: #666666;
}
.site-2025 .container .page-content .title-badge {
  display: block;
  margin: -50px auto 20px;
  background: #1b365d;
  padding: 10px 25px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}
.site-2025 .container .page-content h1,
.site-2025 .container .page-content h2,
.site-2025 .container .page-content h3,
.site-2025 .container .page-content h4,
.site-2025 .container .page-content h5,
.site-2025 .container .page-content h6,
.site-2025 .container .page-content p,
.site-2025 .container .page-content ul {
  color: #58595b;
}
.site-2025 .container .page-content h1:not(:last-child),
.site-2025 .container .page-content h2:not(:last-child),
.site-2025 .container .page-content h3:not(:last-child),
.site-2025 .container .page-content h4:not(:last-child),
.site-2025 .container .page-content h5:not(:last-child),
.site-2025 .container .page-content h6:not(:last-child),
.site-2025 .container .page-content p:not(:last-child),
.site-2025 .container .page-content ul:not(:last-child) {
  margin-bottom: 14px;
}
.site-2025 .container .page-content h1 a,
.site-2025 .container .page-content h2 a,
.site-2025 .container .page-content h3 a,
.site-2025 .container .page-content h4 a,
.site-2025 .container .page-content h5 a,
.site-2025 .container .page-content h6 a,
.site-2025 .container .page-content p a,
.site-2025 .container .page-content ul a {
  color: inherit;
}
.site-2025 .container .page-content img,
.site-2025 .container .page-content picture {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.site-2025 .container .page-content img:not(:last-child),
.site-2025 .container .page-content picture:not(:last-child) {
  margin-bottom: 14px;
}
.site-2025 .container .page-content img.video,
.site-2025 .container .page-content picture.video {
  margin: 0;
  width: 100%;
}
.site-2025 .container .page-content img.video img,
.site-2025 .container .page-content picture.video img {
  margin: 0;
  width: 100%;
}
.site-2025 .container .page-content img.filter-drop-shadow,
.site-2025 .container .page-content picture.filter-drop-shadow {
  -webkit-filter: drop-shadow(4px 4px 3px rgba(84, 84, 84, 0.4));
          filter: drop-shadow(4px 4px 3px rgba(84, 84, 84, 0.4));
}
.site-2025 .container .page-content img.drop-shadow,
.site-2025 .container .page-content picture.drop-shadow {
  box-shadow: 4px 4px 3px rgba(84, 84, 84, 0.4);
}
.site-2025 .container .page-content h2 {
  color: #c0311a;
}
.site-2025 .container .page-content h3 {
  font-size: 21px;
}
.site-2025 .container .page-content .ulist li:before {
  color: #c0311a;
}
@media (max-width: 1200px) {
  .site-2025 .container .page-content .desktop {
    display: none;
  }
}
.site-2025 .container .page-content .button, .site-2025 .modal .button {
  display: flex;
  padding: 11px 16px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-radius: 30px;
  border: 3px solid #faaf34;
  background: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #c0311a;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  height: 35px;
}
.site-2025 .container .page-content .button:after, .site-2025 .modal .button:after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #c0311a;
  border-right: 2px solid #c0311a;
  display: block;
  transform: rotate(45deg);
}
.site-2025 .container .page-content .btn, .site-2025 .modal .btn {
  display: flex;
  padding: 11px 16px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-radius: 30px;
  border: 3px solid #faaf34;
  background: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #c0311a;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  height: 35px;
}
.site-2025 .container .page-content .btn:after, .site-2025 .modal .btn:after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #c0311a;
  border-right: 2px solid #c0311a;
  display: block;
  transform: rotate(45deg);
}
.site-2025 .container .page-content .btn.external:after, .site-2025 .modal .btn.external:after {
  background-image: url("../images/external-link-icon.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  transform: none;
  width: 13px;
  height: 13px;
  border: none;
}
.site-2025 .container .page-content .btn.download:after, .site-2025 .modal .btn.download:after {
  background-image: url("../images/Download_icon.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom;
  transform: none;
  width: 13px;
  height: 16px;
  border: none;
}
.site-2025 .container .page-content .btn.dark-grey, .site-2025 .modal .btn.dark-grey {
  border-color: #666;
  color: #332d32;
}
.site-2025 .container .page-content .btn.dark-grey.external:after, .site-2025 .modal .btn.dark-grey.external:after {
  background-image: url("../images/external-link-icon-grey.svg");
  background-repeat: no-repeat;
}
.site-2025 .container .page-content .btn.study-link, .site-2025 .modal .btn.study-link {
  border: 0;
  gap: 4px;
  padding-left: 0;
  color: unset;
  font-size: 17px;
}
.site-2025 .container .page-content {
  /* ----------------------------------------------
           * Cards
          ---------------------------------------------- */
  /* ----------------------------------------------
           * Collapsible Groups
          ---------------------------------------------- */
}
.site-2025 .container .page-content .card-container {
  padding: 50px 75px 25px;
  margin-top: 50px;
}
@media (max-width: 1200px) {
  .site-2025 .container .page-content .card-container {
    padding: 50px 20px 20px;
  }
}
@media (max-width: 897px) {
  .site-2025 .container .page-content .card-container {
    border-radius: 0;
  }
}
@media screen and (max-width: 768px) {
  .site-2025 .container .page-content .card-container.first-card {
    margin-top: 0;
  }
}
.site-2025 .container .page-content .card-container.card-banner {
  padding: 0;
}
.site-2025 .container .page-content .card-container.card-banner:before, .site-2025 .container .page-content .card-container.card-banner:after {
  display: none;
}
.site-2025 .container .page-content .card-container.card-banner .card-header {
  padding-right: 50px;
  text-shadow: 0px 2.959px 2.959px rgba(0, 0, 0, 0.25);
}
@media (max-width: 1200px) {
  .site-2025 .container .page-content .card-container.card-banner .card-header {
    line-height: 1.1em;
  }
}
.site-2025 .container .page-content .card-container.card-banner .card-content {
  padding-left: 10px;
  padding-right: 50px;
}
@media (max-width: 1200px) {
  .site-2025 .container .page-content .card-container.card-banner .card-content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.site-2025 .container .page-content .card-container.card-banner .card-content P {
  font-size: 17px;
  line-height: 18px;
}
.site-2025 .container .page-content .card-container.card-banner.dark-grey .card-header-shadow .card-header {
  background: rgb(51, 45, 50);
  background: linear-gradient(120deg, rgb(51, 45, 50) 0%, rgb(88, 89, 91) 80%, rgb(255, 255, 255) 80%, rgb(189, 189, 189) 80%, rgb(255, 255, 255) 40%, rgb(255, 255, 255) 100%);
}
.site-2025 .container .page-content .card-container.card-banner.dark-grey .card-header-shadow:after {
  display: none;
}
.site-2025 .container .page-content .card-container.short {
  padding-top: 0;
  padding-bottom: 0;
}
.site-2025 .container .page-content .card-container.v-center {
  padding: 50px 75px;
}
.site-2025 .container .page-content .card-container.has-header {
  padding: 0 0 25px 0;
}
.site-2025 .container .page-content .card-container.has-header:before {
  display: none;
}
.site-2025 .container .page-content .card-container.has-header .card-header {
  margin: 0 0 20px 0;
  width: 100%;
  padding: 15px 70px;
}
@media (max-width: 1200px) {
  .site-2025 .container .page-content .card-container.has-header .card-header {
    padding: 15px 20px;
  }
}
.site-2025 .container .page-content .card-container.has-header .inner {
  padding: 0 75px;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .site-2025 .container .page-content .card-container.has-header .inner {
    padding: 0 20px;
  }
}
.site-2025 .container .page-content .card-container.has-header .btn.center-edge {
  margin: 20px auto -43.5px auto;
  z-index: 9;
  position: relative;
}
.site-2025 .container .page-content .card-container.expandable-card {
  padding-bottom: 0;
}
.site-2025 .container .page-content .card-container.expandable-card .expand-button,
.site-2025 .container .page-content .card-container.expandable-card .collapse-button {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 9;
  margin: 0 auto;
  border-radius: 35px;
  background: #1b365d;
  padding: 10px 15px 10px 25px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}
.site-2025 .container .page-content .card-container.expandable-card .expand-button:after,
.site-2025 .container .page-content .card-container.expandable-card .collapse-button:after {
  content: "";
  width: 15px;
  height: 2px;
  background: #fff;
  display: block;
  margin-left: 10px;
}
.site-2025 .container .page-content .card-container.expandable-card .collapse-button {
  margin-bottom: -19px;
  margin-top: 20px;
}
.site-2025 .container .page-content .card-container.expandable-card .expand-button:before {
  content: "";
  width: 2px;
  height: 15px;
  right: 21.5px;
  background: #fff;
  display: block;
  position: absolute;
}
.site-2025 .container .page-content .card-container.expandable-card .expand-button-container {
  display: flex;
  align-items: center;
  width: 100%;
  height: 3px;
  margin-bottom: 0;
  margin-top: 20px;
}
.site-2025 .container .page-content .card-container.expandable-card.expanded .expand-button-container {
  height: 3px;
  background: linear-gradient(to right, rgba(251, 176, 52, 0) 0%, rgb(251, 176, 52) 33.33%, rgb(251, 176, 52) 66.67%, rgba(251, 176, 52, 0) 100%);
  margin-bottom: 20px;
}
.site-2025 .container .page-content .card-container:not(.expanded) .collapse-button {
  display: none;
}
.site-2025 .container .page-content .collapsible-group {
  margin-bottom: 0;
}
.site-2025 .container .page-content .collapsible-group .collapsible-item {
  margin-bottom: 0;
}
.site-2025 .container .page-content .collapsible-group .collapsible-item:last-of-type {
  border-bottom: none;
}
.site-2025 .container .page-content .collapsible-group .collapsible-item .collapsible-header {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 20px;
}
@media (max-width: 1200px) {
  .site-2025 .container .page-content .collapsible-group .collapsible-item .collapsible-header {
    font-size: 18px;
    line-height: 20px;
  }
}
.site-2025 .container .page-content .collapsible-group .collapsible-item .collapsible-header:after {
  content: "";
  width: 10px;
  height: 10px;
  margin-right: -20px;
  border-top: 2.5px solid #c0311a;
  border-right: 2.5px solid #c0311a;
  display: block;
  flex: none;
  transform: rotate(135deg);
}
.site-2025 .container .page-content .collapsible-group .collapsible-item .collapsible-content {
  gap: 0;
}
.site-2025 .container .page-content .collapsible-group .collapsible-item .collapsible-content .two-image {
  display: flex;
  justify-content: space-between;
}
.site-2025 .container .page-content .collapsible-group .collapsible-item .collapsible-content .two-image img {
  width: calc((100% - 20px) / 2);
  height: auto;
  margin: 0;
}
.site-2025 .container .page-content .collapsible-group .collapsible-item.active .collapsible-header:after {
  transform: rotate(-45deg);
}
.site-2025 .container .page-content .collapsible-group .collapsible-item.active .collapsible-content {
  display: flex;
}
.site-2025 .container .page-content .card-container.collapse-highlight {
  padding-top: 0;
  padding-bottom: 0;
}
.site-2025 .container .page-content .card-container.collapse-highlight .collapsible-group .collapsible-item {
  border-bottom: 0;
}
.site-2025 .container .page-content .card-container.collapse-highlight .collapsible-group .collapsible-item:after {
  content: "";
  height: 3px;
  background: linear-gradient(to right, rgba(251, 176, 52, 0) 0%, rgb(251, 176, 52) 33.33%, rgb(251, 176, 52) 66.67%, rgba(251, 176, 52, 0) 100%);
  width: 100%;
  display: block;
}
.site-2025 .container .page-content.highlight-cards .card-container {
  position: relative;
}
.site-2025 .container .page-content.highlight-cards .card-container:before, .site-2025 .container .page-content.highlight-cards .card-container:after {
  content: "";
  position: absolute;
  top: 0;
  width: calc(100% - 150px);
  left: 75px;
  height: 3px;
  background: linear-gradient(to right, rgba(251, 176, 52, 0) 0%, rgb(251, 176, 52) 33.33%, rgb(251, 176, 52) 66.67%, rgba(251, 176, 52, 0) 100%);
}
.site-2025 .container .page-content.highlight-cards .card-container:after {
  bottom: 0;
  top: auto;
  width: 100%;
  transform: translateX(-50%);
  left: 50%;
}
@media (max-width: 1200px) {
  .site-2025 .container .page-content.highlight-cards .card-container:before {
    top: 0;
    bottom: auto;
    width: 100%;
    transform: translateX(-50%);
    left: 50%;
  }
}
.site-2025 .hero-section {
  background: rgb(6, 8, 11);
}
.site-2025 .hero-section h1 {
  font-family: "ITCFranklinGothicStd-Xcd", Helvetica, Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 75px;
  line-height: 1;
  display: flex;
  flex-direction: column;
  margin: 0;
}
.site-2025 .hero-section h1 span.small {
  font-size: 18px;
  line-height: 0.3;
  text-transform: none;
  font-family: "ITCFranklinGothicStd", Helvetica, Arial, sans-serif;
}
.site-2025 .hero-section h1 span.orange {
  color: #faaf34;
  font-size: 128px;
  line-height: 0.6;
}
.site-2025 .hero-section h1 span {
  margin: 0;
}
.site-2025 .hero-section .col-2 .col:nth-of-type(1) {
  display: flex;
  justify-content: flex-end;
}
.site-2025 .hero-section .col-2 .col:nth-of-type(1) img {
  display: block;
}
.site-2025 .hero-section .col-2 .col:nth-of-type(2) {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.site-2025 .hero-section .bg {
  background-image: url("../images/cspc/home/micheal-bg.png");
  background-size: cover;
  background-position: left center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100px;
  z-index: 0;
}
.site-2025 .hero-section .bg:after, .site-2025 .hero-section .bg:before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  display: block;
  z-index: 5;
  background: linear-gradient(to right, rgba(6, 8, 11, 0) 0%, rgb(6, 8, 11) 50px, rgb(6, 8, 11) 100%);
}
.site-2025 .hero-section .bg:before {
  width: calc((100vw - 1200px) / 2 - 100px + 50px);
  left: calc(-1 * (100vw - 1200px) / 2 + 100px);
  transform: rotateZ(180deg);
}
.site-2025 .hero-section .bg:after {
  width: calc((100vw - 1200px) / 2 + 50px + 100px);
  right: calc(-1 * (100vw - 1200px) / 2 - 100px);
  background: linear-gradient(to right, rgba(6, 8, 11, 0) 0%, rgb(6, 8, 11) 50px, rgb(6, 8, 11) 100%);
}
.site-2025 .hero-section .virus {
  width: 85%;
  margin: 0 auto -50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute !important;
  bottom: 0;
  left: 0;
}
@media (max-width: 1200px) {
  .site-2025 .hero-section .virus {
    width: 100%;
    justify-content: flex-end;
    margin-bottom: -60px;
  }
}
.site-2025 .hero-section .virus img {
  width: auto;
  height: auto;
  display: block;
}
@media (max-width: 1200px) {
  .site-2025 .hero-section .virus img {
    max-width: 90px;
    height: auto;
    margin: 0 -35px 0 0;
  }
}
.site-2025 .hero-section .cont {
  max-width: 1200px !important;
  position: relative;
}
.site-2025 .hero-section .cont *:not(.bg) {
  z-index: 9;
  position: relative;
}
.site-2025 .inner-hero {
  padding: 50px 0;
  background: #485e7e;
}
.site-2025 .inner-hero h1 {
  font-size: 32px;
  line-height: 30px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.2509803922);
}
.site-2025 .inner-hero.two-col {
  padding: 0;
  background: #1b365d;
}
.site-2025 .inner-hero.two-col p,
.site-2025 .inner-hero.two-col h1 {
  padding: 50px 0;
}
.site-2025 .inner-hero.two-col p {
  font-weight: bold;
  color: #fff;
  background: #c0311a;
}
@media (max-width: 991px) {
  .site-2025 .inner-hero {
    padding: 17px 0;
  }
  .site-2025 .inner-hero h1 {
    font-size: 20px;
    text-align: center;
  }
}
.site-2025 .inner-hero-highlight {
  flex-direction: row;
  padding: 0;
  position: relative;
  z-index: 9;
  background-image: url("../images/dark-storm.png");
  background-size: cover;
  background-position: center center;
}
.site-2025 .inner-hero-highlight .cont {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: flex-start;
  /*&:after {
      width: calc(((100vw - $containerWidth) / 2) + 50px);
      right: calc((-1 * ((100vw - $containerWidth) / 2) - 0px));
      background: linear-gradient(
          to right,
          rgba(6, 8, 11, 0) 0%,
          rgba(6, 8, 11, 1) 50px,
          rgba(6, 8, 11, 1) 100%
      );
  }*/
}
.site-2025 .inner-hero-highlight .cont:before, .site-2025 .inner-hero-highlight .cont:after {
  content: "";
  position: absolute;
  width: calc((100vw - 899px) / 2);
  top: 0;
  height: 100%;
  display: block;
}
.site-2025 .inner-hero-highlight .cont:before {
  left: calc(-1 * (100vw - 899px) / 2);
  background: #951d1f;
}
.site-2025 .inner-hero-highlight h1 {
  font-size: 32px;
  line-height: 30px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.2509803922);
  font-family: "ITCFranklinGothicStd", Helvetica, Arial, sans-serif;
}
.site-2025 .inner-hero-highlight .card-header-shadow {
  position: relative;
}
.site-2025 .inner-hero-highlight .card-header-shadow:after {
  content: "";
  background-image: url("/images/corner-flare.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 34px;
  bottom: -32px;
  width: 225px;
  height: 135px;
}
.site-2025 .inner-hero-highlight .card-header-shadow .card-header {
  background: linear-gradient(276deg, #c0311a -0.86%, #951d1f 73.4%);
  width: 285px;
  min-height: 168px;
  margin: 0;
  text-align: initial;
  padding: 30px 75px 30px 0px;
  -webkit-clip-path: polygon(0 0%, 100% 0, 185px 100%, 0 100%);
          clip-path: polygon(0 0%, 100% 0, 185px 100%, 0 100%);
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  font-size: 26px;
  text-transform: none;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.2509803922);
  font-family: "ITCFranklinGothicStd", Helvetica, Arial, sans-serif;
}
.site-2025 .inner-hero-highlight .card-content {
  align-self: center;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .site-2025 .inner-hero-highlight h1 {
    font-size: 20px;
    text-align: left;
    line-height: 1.1em;
  }
  .site-2025 .inner-hero-highlight .card-header-shadow:after {
    right: 10px;
    bottom: -20px;
    background-size: 58%;
    height: 100%;
    background-position: bottom right;
  }
  .site-2025 .inner-hero-highlight .card-header-shadow .card-header {
    min-height: 75px;
    font-size: 20px;
    padding: 17px 23px;
    -webkit-clip-path: polygon(0 0%, 100% 0, 168px 100%, 0 100%);
            clip-path: polygon(0 0%, 100% 0, 168px 100%, 0 100%);
    width: 213px;
    line-height: 1.1em;
  }
}
.site-2025 .info-box {
  padding: 10px;
  border: 1px solid #000;
  margin-bottom: 20px;
}
.site-2025 .info-box p {
  color: #58595b;
}
.site-2025 .info-box.angle {
  border: 1px solid #485e7e;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%);
  padding: 30px 75px;
  position: relative;
}
.site-2025 .info-box.angle:after {
  content: "";
  width: 30px;
  height: 1px;
  right: -15px;
  bottom: -0.5px;
  background: #485e7e;
  display: block;
  position: absolute;
  transform: translate(-7px, -7.5px) rotate(-45deg);
}
.site-2025 .info-box.angle h3 {
  text-align: center;
  color: #485e7e;
}
.site-2025 .footnotes {
  display: block;
  margin-bottom: 20px;
}
.site-2025 .footnotes p {
  margin-bottom: 0 !important;
}
.site-2025 .page-navigation,
.site-2025 .refs {
  margin-top: 50px;
}
.site-2025 .refs {
  position: relative;
  z-index: 0;
}
.site-2025 .refs p {
  font-weight: 100;
  color: #332d32;
  font-size: 14px;
  line-height: 14px;
  padding-bottom: 0;
}
.site-2025 .refs a {
  text-decoration: none;
}
.site-2025 .refs .word-break {
  word-break: break-all;
  overflow-wrap: break-word;
}
@media (max-width: 991px) {
  .site-2025 .refs {
    padding-left: 23px;
    padding-right: 23px;
  }
}
.site-2025 .info-icon-list h3.spaced, .site-2025 .hero-section.milestones-hero .copy .info-icon-list h3.spaced {
  margin-bottom: 30px !important;
}
.site-2025 .info-icon-list .icon-lead, .site-2025 .hero-section.milestones-hero .copy .info-icon-list .icon-lead {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}
.site-2025 .info-icon-list .icon-lead h4, .site-2025 .hero-section.milestones-hero .copy .info-icon-list .icon-lead h4 {
  color: #58595B;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 12px;
  margin-left: 10px;
}
.site-2025 .info-icon-list .icon-lead picture, .site-2025 .hero-section.milestones-hero .copy .info-icon-list .icon-lead picture {
  margin-bottom: 0 !important;
}
.site-2025 .info-icon-list .icon-lead img, .site-2025 .hero-section.milestones-hero .copy .info-icon-list .icon-lead img {
  margin-bottom: 0;
  min-width: 38px;
  width: 38px;
}
@media screen and (max-width: 768px) {
  .site-2025 .info-icon-list .icon-lead img, .site-2025 .hero-section.milestones-hero .copy .info-icon-list .icon-lead img {
    min-width: 22px;
    width: 22px;
    height: auto;
  }
}
.site-2025 .info-icon-list .icon-lead p, .site-2025 .hero-section.milestones-hero .copy .info-icon-list .icon-lead p {
  padding-left: 10px;
  min-height: 40px;
  align-content: center;
}
@media screen and (max-width: 768px) {
  .site-2025 .info-icon-list .icon-lead p, .site-2025 .hero-section.milestones-hero .copy .info-icon-list .icon-lead p {
    min-height: 25px;
  }
}
.site-2025 .info-icon-list.lead .icon-lead, .site-2025 .hero-section.milestones-hero .copy .lead.info-icon-list .icon-lead {
  margin-bottom: 0;
}
.site-2025 .info-icon-list.lead .icon-lead h3, .site-2025 .hero-section.milestones-hero .copy .lead.info-icon-list .icon-lead h3 {
  padding-left: 10px;
  margin-bottom: 0;
  min-height: 40px;
  align-content: center;
  color: #c0311a;
}
@media screen and (max-width: 768px) {
  .site-2025 .info-icon-list.lead .icon-lead h4, .site-2025 .hero-section.milestones-hero .copy .lead.info-icon-list .icon-lead h4 {
    line-height: 26px;
  }
}
.site-2025 .info-icon-list.lead .icon-lead .ulist {
  margin-top: 10px;
  margin-left: 10px;
}
.site-2025 .info-icon-list.lead .icon-lead .ulist li {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .site-2025 .info-icon-list.lead .icon-lead .ulist {
    margin-top: 1px;
  }
}
.site-2025 .info-icon-list.lead p, .site-2025 .hero-section.milestones-hero .copy .lead.info-icon-list p {
  margin-left: 50px;
}
.site-2025 .info-icon-list.lead ul, .site-2025 .hero-section.milestones-hero .copy .lead.info-icon-list ul {
  margin-left: 50px;
}
.site-2025 .info-icon-list.lead .resources-cols h3, .site-2025 .hero-section.milestones-hero .copy .lead.info-icon-list .resources-cols h3 {
  color: #c0311a;
}
.site-2025 .info-icon-list.lead .resources-cols p, .site-2025 .hero-section.milestones-hero .copy .lead.info-icon-list .resources-cols p {
  margin-left: 0;
}
.site-2025 .info-icon-list.lead .footnotes p, .site-2025 .hero-section.milestones-hero .copy .lead.info-icon-list .footnotes p {
  margin-left: 0;
}
.site-2025 .info-icon-list.dosing ul, .site-2025 .hero-section.milestones-hero .copy .dosing.info-icon-list ul {
  margin-left: 0;
}
.site-2025 .hero-section .bg {
  background-position: 42% center !important;
}
@media screen and (max-width: 1200px) {
  .site-2025 .hero-section .bg {
    background-position: 50% center !important;
    left: 0 !important;
  }
}
.site-2025 .hero-section .wrapper {
  display: flex;
}
.site-2025 .hero-section.milestones-hero .zeus {
  left: 0;
}
.site-2025 .hero-section.milestones-hero .zeus .desktop {
  display: none;
}
.site-2025 .hero-section.milestones-hero .zeus .mobile {
  display: block;
}
.site-2025 .hero-section.milestones-hero .copy {
  top: 120px;
  right: 0;
  left: 35vw;
  position: absolute !important;
  max-width: 238px;
}
.site-2025 .hero-section.milestones-hero .copy h1 {
  font-family: "dccITCFranklinGothicStdCondensed";
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
  text-transform: capitalize;
  color: #faaf34;
  margin-bottom: 15px;
}
.site-2025 .hero-section.milestones-hero .copy sup {
  top: 0px;
}
.site-2025 .hero-section.milestones-hero .copy .info-icon-list .icon-lead {
  margin-bottom: 5px;
}
.site-2025 .hero-section.milestones-hero .copy .info-icon-list .icon-lead img {
  min-width: 16px;
  width: 23px;
}
.site-2025 .hero-section.milestones-hero .copy .info-icon-list .icon-lead p {
  color: #fff;
  font-weight: 600;
  font-size: 17px;
  line-height: 17px;
}
@media screen and (min-width: 768px) {
  .site-2025 .hero-section.milestones-hero .zeus .desktop {
    display: block;
    min-height: 383px;
    height: 100%;
    left: 0;
  }
  .site-2025 .hero-section.milestones-hero .zeus .mobile {
    display: none;
  }
  .site-2025 .hero-section.milestones-hero .copy {
    max-width: 100%;
    top: 145px;
    left: 45vw;
  }
  .site-2025 .hero-section.milestones-hero .copy .info-icon-list .icon-lead {
    max-width: 500px;
  }
  .site-2025 .hero-section.milestones-hero .copy .info-icon-list .icon-lead img {
    min-width: 18px;
  }
  .site-2025 .hero-section.milestones-hero .copy .info-icon-list .icon-lead p {
    min-height: unset;
  }
}
@media screen and (min-width: 1200px) {
  .site-2025 .hero-section.milestones-hero .zeus .desktop {
    min-height: 338px;
    height: 100%;
  }
  .site-2025 .hero-section.milestones-hero .copy {
    top: 40px;
    right: 0;
    left: 45%;
    position: absolute;
    max-width: unset;
  }
  .site-2025 .hero-section.milestones-hero .copy .info-icon-list .icon-lead h1 {
    font-size: 28px;
  }
  .site-2025 .hero-section.milestones-hero .copy .info-icon-list .icon-lead img {
    min-width: 23px;
  }
  .site-2025 .hero-section.milestones-hero .copy .info-icon-list .icon-lead p {
    font-size: 24px;
    line-height: 26px;
    min-height: unset;
  }
}
@media screen and (min-width: 1400px) {
  .site-2025 .hero-section.milestones-hero .copy {
    left: 40%;
  }
}
.site-2025 .hero-section.cspc .zeus .desktop, .site-2025 .hero-section.crpc .zeus .desktop {
  display: block;
  left: -125px;
}
.site-2025 .hero-section.cspc .copy, .site-2025 .hero-section.crpc .copy {
  top: 175px;
  right: 0;
  left: 42vw;
  position: absolute !important;
  max-width: 230px;
}
.site-2025 .hero-section.cspc .copy h1, .site-2025 .hero-section.crpc .copy h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 53px;
  line-height: 45px;
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: "ITCFranklinGothicStd-Xcd", Helvetica, Arial, sans-serif;
}
.site-2025 .hero-section.cspc .copy h1 .orange, .site-2025 .hero-section.crpc .copy h1 .orange {
  font-size: 53px;
  margin-top: 5px;
}
.site-2025 .hero-section.cspc .copy h1 .small, .site-2025 .hero-section.crpc .copy h1 .small {
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
}
.site-2025 .hero-section.cspc .copy.desktop, .site-2025 .hero-section.crpc .copy.desktop {
  display: none;
}
.site-2025 .hero-section.cspc .copy.mobile, .site-2025 .hero-section.crpc .copy.mobile {
  display: block;
}
@media screen and (min-width: 768px) {
  .site-2025 .hero-section.cspc .bg, .site-2025 .hero-section.crpc .bg {
    background-position: -15vw center;
    left: 0;
  }
  .site-2025 .hero-section.cspc .zeus .desktop, .site-2025 .hero-section.crpc .zeus .desktop {
    display: block;
    min-height: 383px;
    height: 100%;
    left: 0;
  }
  .site-2025 .hero-section.cspc .copy, .site-2025 .hero-section.crpc .copy {
    max-width: 100%;
  }
  .site-2025 .hero-section.cspc .copy h1, .site-2025 .hero-section.crpc .copy h1 {
    color: #fff;
    font-size: 58px;
    line-height: 50px;
  }
  .site-2025 .hero-section.cspc .copy h1 .small, .site-2025 .hero-section.crpc .copy h1 .small {
    margin-bottom: 5px;
  }
  .site-2025 .hero-section.cspc .copy h1 .orange, .site-2025 .hero-section.crpc .copy h1 .orange {
    margin-top: 10px;
    font-size: 64px;
  }
  .site-2025 .hero-section.cspc .copy.desktop, .site-2025 .hero-section.crpc .copy.desktop {
    display: none;
  }
  .site-2025 .hero-section.cspc .copy.mobile, .site-2025 .hero-section.crpc .copy.mobile {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .site-2025 .hero-section.cspc .bg, .site-2025 .hero-section.crpc .bg {
    background-position: left center;
    left: -100px;
  }
  .site-2025 .hero-section.cspc .zeus, .site-2025 .hero-section.crpc .zeus {
    left: 70px;
  }
  .site-2025 .hero-section.cspc .zeus .desktop, .site-2025 .hero-section.crpc .zeus .desktop {
    min-height: 338px;
    height: 100%;
    left: 0;
  }
  .site-2025 .hero-section.cspc .copy, .site-2025 .hero-section.crpc .copy {
    top: 100px;
    right: 0;
    left: 53%;
    position: absolute;
    max-width: unset;
  }
  .site-2025 .hero-section.cspc .copy h1, .site-2025 .hero-section.crpc .copy h1 {
    font-size: 79px;
    line-height: 69px;
    font-family: "ITCFranklinGothicStd-Xcd", Helvetica, Arial, sans-serif;
  }
  .site-2025 .hero-section.cspc .copy h1 .orange, .site-2025 .hero-section.crpc .copy h1 .orange {
    font-size: 136px;
  }
  .site-2025 .hero-section.cspc .copy h1 .small, .site-2025 .hero-section.crpc .copy h1 .small {
    font-size: 18px;
  }
  .site-2025 .hero-section.cspc .copy.desktop, .site-2025 .hero-section.crpc .copy.desktop {
    display: block;
  }
  .site-2025 .hero-section.cspc .copy.mobile, .site-2025 .hero-section.crpc .copy.mobile {
    display: none;
  }
}
@media screen and (min-width: 1400px) {
  .site-2025 .hero-section.cspc .zeus, .site-2025 .hero-section.crpc .zeus {
    left: 100px;
  }
}
.site-2025 .hero-section.crpc .zeus .desktop {
  left: -153px;
}
@media screen and (max-width: 500px) {
  .site-2025 .hero-section.crpc .copy {
    left: 57vw;
  }
}
@media screen and (min-width: 768px) {
  .site-2025 .hero-section.crpc .zeus .desktop {
    left: -125px;
  }
}
@media screen and (min-width: 1200px) {
  .site-2025 .hero-section.crpc .zeus .desktop {
    left: 0px;
  }
}
@media screen and (min-width: 1400px) {
  .site-2025 .hero-section.crpc .zeus .desktop {
    left: -50px;
  }
}
.site-2025 .bubbles-wrapper {
  margin: 0 auto;
  max-width: 897px;
  z-index: 10;
  position: relative;
}
.site-2025 .bubbles-wrapper .bubbles {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding-right: 150px;
  position: relative;
  top: -33px;
  height: 0;
}
.site-2025 .bubbles-wrapper .bubbles img {
  width: auto;
  height: 54px;
  margin-right: 20px;
  -webkit-filter: drop-shadow(2px 2px 3px rgba(84, 84, 84, 0.6));
          filter: drop-shadow(2px 2px 3px rgba(84, 84, 84, 0.6));
}
@media screen and (max-width: 768px) {
  .site-2025 .bubbles-wrapper .bubbles {
    padding-right: 10px;
    top: -35px;
    height: 0;
    justify-content: center;
  }
  .site-2025 .bubbles-wrapper .bubbles img {
    width: 60px;
    height: 60px;
  }
}
.site-2025 .card-container.highlight-collapsible-group {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.site-2025 .card-container.highlight-collapsible-group h2 {
  margin-top: 20px;
  margin-bottom: 20px !important;
}
.site-2025 .card-container.highlight-collapsible-group .collapsible-group .collapsible-item {
  border-bottom: none;
}
.site-2025 .card-container.highlight-collapsible-group .collapsible-group .collapsible-item::after {
  content: "";
  position: absolute;
  width: calc(100% - 150px);
  left: 75px;
  height: 3px;
  background: linear-gradient(to right, rgba(251, 176, 52, 0) 0%, rgb(251, 176, 52) 33.33%, rgb(251, 176, 52) 66.67%, rgba(251, 176, 52, 0) 100%);
}
@media screen and (max-width: 768px) {
  .site-2025 .card-container.highlight-collapsible-group .collapsible-group .collapsible-item::after {
    width: 100%;
    left: 0;
  }
}
.site-2025 .card-container.highlight-collapsible-group .collapsible-group .collapsible-item:last-child:after {
  display: none;
}
.site-2025 .card-container.highlight-collapsible-group .collapsible-group .collapsible-item .collapsible-content .content {
  margin-bottom: 30px;
}
.site-2025 .video-responsive {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  margin-bottom: 14px;
}
.site-2025 .video-responsive .video-js {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.site-2025 .video-responsive .video-js video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  box-sizing: border-box;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  background: #fff;
}
.site-2025 .video-responsive .vjs-poster img {
  width: 100%;
  height: auto;
}
.site-2025 .home-hero-section {
  background: rgb(6, 8, 11);
}
.site-2025 .home-hero-section h1 {
  font-family: "ITCFranklinGothicStd-Xcd", Helvetica, Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 94px;
  line-height: 1;
  display: flex;
  flex-direction: column;
  margin: 0;
}
@media (max-width: 992px) {
  .site-2025 .home-hero-section h1 {
    font-size: 70px;
    line-height: 0.75;
    margin-left: 50%;
    max-width: 195px;
  }
}
.site-2025 .home-hero-section h1 span.small {
  font-size: 18px;
  line-height: 0.3;
  text-transform: none;
  font-family: "ITCFranklinGothicStd", Helvetica, Arial, sans-serif;
}
@media (max-width: 992px) {
  .site-2025 .home-hero-section h1 span.small {
    font-size: 12px;
    line-height: 1;
    max-width: 150px;
    margin-bottom: 5px;
  }
}
.site-2025 .home-hero-section h1 span.orange {
  color: #faaf34;
  font-size: 160px;
  line-height: 0.6;
}
@media (max-width: 992px) {
  .site-2025 .home-hero-section h1 span.orange {
    font-size: 70px;
    line-height: 0.8;
  }
}
.site-2025 .home-hero-section h1 span {
  margin: 0;
}
@media (max-width: 1200px) {
  .site-2025 .home-hero-section .col-2 {
    flex-direction: row !important;
    gap: 0;
  }
}
@media (max-width: 992px) {
  .site-2025 .home-hero-section .col-2 .col {
    max-width: 100%;
  }
}
.site-2025 .home-hero-section .col-2 .col:nth-of-type(1) {
  display: flex;
  justify-content: flex-end;
  position: relative;
  /*@media (max-width: $bpMobile) {
      width: 100%;
      max-width: 100%;
      margin-right: -10%;
      margin-left: -15%;
      margin-top: 30px;
      margin-bottom: 30px;
  }*/
}
@media (max-width: 992px) {
  .site-2025 .home-hero-section .col-2 .col:nth-of-type(1) {
    width: 100%;
    padding-right: 50%;
  }
}
@media (max-width: 450px) {
  .site-2025 .home-hero-section .col-2 .col:nth-of-type(1) {
    padding-right: 30%;
    margin-left: -10%;
  }
}
.site-2025 .home-hero-section .col-2 .col:nth-of-type(1) .lightning-animation {
  position: relative;
  display: block;
}
@media (max-width: 992px) {
  .site-2025 .home-hero-section .col-2 .col:nth-of-type(1) .lightning-animation {
    max-width: 265px;
    margin-bottom: 100px;
  }
}
.site-2025 .home-hero-section .col-2 .col:nth-of-type(1) .lightning-animation .main-img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 0;
}
.site-2025 .home-hero-section .col-2 .col:nth-of-type(1) .lightning-animation .lightning {
  z-index: 9;
  position: absolute;
  top: 11.3%;
  left: 16.2%;
  width: 83%;
  transform: rotate(27.5deg);
  height: auto;
  opacity: 0.75;
  animation: highlightAnimation 3s ease-in-out infinite;
}
@keyframes highlightAnimation {
  0% {
    opacity: 0;
    -webkit-filter: brightness(1) blur(5px);
            filter: brightness(1) blur(5px);
  }
  10% {
    opacity: 0.75;
    -webkit-filter: brightness(1.5) blur(15px);
            filter: brightness(1.5) blur(15px);
  }
  20% {
    opacity: 0.75;
    -webkit-filter: brightness(1.2) blur(10px);
            filter: brightness(1.2) blur(10px);
  }
  33% {
    opacity: 0;
    -webkit-filter: brightness(1.5) blur(5px);
            filter: brightness(1.5) blur(5px);
  }
  100% {
    opacity: 0;
    -webkit-filter: brightness(0.5) blur(0px);
            filter: brightness(0.5) blur(0px);
  }
}
.site-2025 .home-hero-section .col-2 .col:nth-of-type(1) .lightning-animation .lightning .highlight {
  width: 100%;
  height: auto;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  animation: showAnimation 3s linear infinite;
}
@keyframes showAnimation {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  10% {
    -webkit-clip-path: inset(0 0% 0 0);
            clip-path: inset(0 0% 0 0);
  }
  20% {
    -webkit-clip-path: inset(0 0 0 0%);
            clip-path: inset(0 0 0 0%);
  }
  33% {
    -webkit-clip-path: inset(0 0 0 0%);
            clip-path: inset(0 0 0 0%);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0%);
            clip-path: inset(0 0 0 0%);
  }
}
.site-2025 .home-hero-section .col-2 .col:nth-of-type(2) {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: column;
  padding-bottom: 15px;
}
@media (max-width: 992px) {
  .site-2025 .home-hero-section .col-2 .col:nth-of-type(2) {
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.site-2025 .home-hero-section .rotating-content {
  max-width: 419px;
  width: 100%;
  height: 115px;
  position: relative;
  color: #fff;
  margin-top: 40px;
}
@media (max-width: 1200px) {
  .site-2025 .home-hero-section .rotating-content {
    padding-right: 10px;
  }
}
@media (max-width: 992px) {
  .site-2025 .home-hero-section .rotating-content {
    padding: 0 10px;
    max-width: 100%;
    margin-top: 10px;
  }
}
.site-2025 .home-hero-section .rotating-content .layer {
  width: 100%;
  height: 100%;
  position: absolute !important;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s;
}
.site-2025 .home-hero-section .rotating-content .layer.active {
  opacity: 1;
}
.site-2025 .home-hero-section .rotating-content .layer .text {
  display: flex;
  font-family: "ITCFranklinGothicStd-DmCp", Helvetica, Arial, sans-serif;
  font-size: 28px;
  font-weight: bold;
  align-items: flex-start;
}
@media (max-width: 992px) {
  .site-2025 .home-hero-section .rotating-content .layer .text {
    font-size: 20px;
    margin-left: 50%;
    max-width: 195px;
    padding-right: 15px;
  }
}
.site-2025 .home-hero-section .rotating-content .layer .text img {
  width: 30px;
  height: auto;
  flex: none;
  margin-right: 10px;
}
@media (max-width: 992px) {
  .site-2025 .home-hero-section .rotating-content .layer .text img {
    width: 23px;
  }
}
.site-2025 .home-hero-section .rotating-content .layer .text span {
  padding-top: 2px;
}
.site-2025 .home-hero-section .rotating-content .layer sup {
  top: 1px;
}
.site-2025 .home-hero-section .rotating-content .layer .hp-footnote {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 14px;
  line-height: 16px;
}
.site-2025 .home-hero-section .rotating-content .layer .hp-footnote.padding-left {
  padding-left: 40px;
}
@media (max-width: 992px) {
  .site-2025 .home-hero-section .rotating-content .layer .hp-footnote.padding-left {
    padding-left: 20px;
  }
}
@media (max-width: 992px) {
  .site-2025 .home-hero-section .rotating-content .layer .hp-footnote {
    padding-left: 23px;
    max-width: 99vw;
  }
}
.site-2025 .home-hero-section .bg {
  background-image: url("../images/home/hero-bg.png");
  background-size: cover;
  background-position: left center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100px;
  z-index: 0;
}
@media (max-width: 1200px) {
  .site-2025 .home-hero-section .bg {
    left: 0;
    background-position: 89% center;
  }
}
.site-2025 .home-hero-section .bg:after, .site-2025 .home-hero-section .bg:before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  display: block;
  z-index: 5;
  background: linear-gradient(to right, rgba(6, 8, 11, 0) 0%, rgb(6, 8, 11) 50px, rgb(6, 8, 11) 100%);
}
@media (max-width: 1200px) {
  .site-2025 .home-hero-section .bg:after, .site-2025 .home-hero-section .bg:before {
    display: none;
  }
}
.site-2025 .home-hero-section .bg:before {
  width: calc((100vw - 1200px) / 2 - 100px + 50px);
  left: calc(-1 * (100vw - 1200px) / 2 + 100px);
  transform: rotateZ(180deg);
}
.site-2025 .home-hero-section .bg:after {
  width: calc((100vw - 1200px) / 2 + 50px + 100px);
  right: calc(-1 * (100vw - 1200px) / 2 - 100px);
  background: linear-gradient(to right, rgba(6, 8, 11, 0) 0%, rgb(6, 8, 11) 50px, rgb(6, 8, 11) 100%);
}
.site-2025 .home-hero-section .virus {
  width: 75%;
  margin: 0 auto -50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute !important;
  bottom: 0;
  left: 0;
}
@media (max-width: 1200px) {
  .site-2025 .home-hero-section .virus {
    bottom: 100px;
  }
}
.site-2025 .home-hero-section .virus img {
  width: auto;
  height: auto;
  display: block;
}
@media (max-width: 1200px) {
  .site-2025 .home-hero-section .virus img {
    max-width: 100px;
    height: auto;
    margin: 0 0 0 0;
  }
}
.site-2025 .home-hero-section .cont {
  max-width: 1200px !important;
  position: relative;
}
.site-2025 .home-hero-section .cont *:not(.bg) {
  z-index: 9;
  position: relative;
}
.site-2025 .container .page-content {
  /* ------------------------------------------------------------------------------------------
          About : Grey 
      ------------------------------------------------------------------------------------------- */
  /* ------------------------------------------------------------------------------------------
          CSPC : Blue 
      ------------------------------------------------------------------------------------------- */
  /* ------------------------------------------------------------------------------------------
          CSPC : Red 
      ------------------------------------------------------------------------------------------- */
  /* ------------------------------------------------------------------------------------------
          CRPC : Orange 
      ------------------------------------------------------------------------------------------- */
  /* ------------------------------------------------------------------------------------------
          CRPC : Red 
      ------------------------------------------------------------------------------------------- */
  /* ----------------------------------------------
       * Studies: dark grey
      ---------------------------------------------- */
}
.site-2025 .container .page-content .about-grey .card-container .title-badge {
  background: #485e7e;
  color: #fff;
}
.site-2025 .container .page-content .about-grey .card-container h2 {
  color: #485e7e;
}
.site-2025 .container .page-content .about-grey .card-container .ulist li:before {
  color: #485e7e;
}
.site-2025 .container .page-content .about-grey .card-container .button {
  border: 3px solid #485e7e;
  color: #485e7e;
}
.site-2025 .container .page-content .about-grey .card-container .button:after {
  border-top: 2px solid #485e7e;
  border-right: 2px solid #485e7e;
}
.site-2025 .container .page-content .about-grey .card-container .collapsible-group .collapsible-item .collapsible-header:after {
  border-top: 2.5px solid #485e7e;
  border-right: 2.5px solid #485e7e;
}
.site-2025 .container .page-content .about-grey .on-this-page .otp-header {
  background-color: #485e7e;
}
.site-2025 .container .page-content .about-grey .on-this-page .otp-header::after {
  background-color: #425673;
}
.site-2025 .container .page-content .about-grey .cta-two .cta-buttons {
  display: flex;
  flex-direction: row;
  gap: 10px;
  width: 100%;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .site-2025 .container .page-content .about-grey .cta-two {
    padding: 20px 20px 30px 20px;
  }
  .site-2025 .container .page-content .about-grey .cta-two .cta-buttons {
    flex-direction: column;
    align-items: start;
    margin-top: 20px;
    gap: 5px;
  }
  .site-2025 .container .page-content .about-grey .cta-two .cta-buttons a {
    border-width: 5px;
    font-size: 24px;
    text-align: left;
    padding: 19px 28px;
    width: 100%;
    position: relative;
    height: 58px;
  }
  .site-2025 .container .page-content .about-grey .cta-two .cta-buttons a::after {
    position: absolute;
    right: 20px;
    height: 12px;
    width: 12px;
    border-top: 3px solid #485e7e;
    border-right: 3px solid #485e7e;
  }
}
.site-2025 .container .page-content .cspc-blue .card-container .title-badge {
  background: #1b365d;
  color: #fff;
}
.site-2025 .container .page-content .cspc-blue .card-container .button {
  border: 3px solid #485e7e;
  color: #485e7e;
}
.site-2025 .container .page-content .cspc-blue .card-container .button:after {
  border-top: 2px solid #485e7e;
  border-right: 2px solid #485e7e;
}
.site-2025 .container .page-content .cspc-red .card-container .title-badge {
  background: #941d1f;
  color: #fff;
}
.site-2025 .container .page-content .cspc-red .card-container.expandable-card .expand-button,
.site-2025 .container .page-content .cspc-red .card-container.expandable-card .collapse-button {
  background: #941d1f;
  border-color: #941d1f;
}
.site-2025 .container .page-content .crpc-orange .card-container .title-badge {
  background: #de7c00;
  color: #fff;
}
.site-2025 .container .page-content .crpc-orange .card-container.expandable-card .expand-button,
.site-2025 .container .page-content .crpc-orange .card-container.expandable-card .collapse-button {
  background: #de7c00;
  border-color: #de7c00;
}
.site-2025 .container .page-content .crpc-orange .collapsible-group .collapsible-item .collapsible-header {
  color: #de7c00;
}
.site-2025 .container .page-content .crpc-red .card-container .title-badge {
  background: #e74b38;
  color: #fff;
}
.site-2025 .container .page-content .crpc-red .card-container.expandable-card .expand-button,
.site-2025 .container .page-content .crpc-red .card-container.expandable-card .collapse-button {
  background: #e74b38;
  border-color: #e74b38;
}
.site-2025 .container .page-content .crpc-red .collapsible-group .collapsible-item .collapsible-header {
  color: #e74b38;
}
.site-2025 .container .page-content .card-container.dark-grey .title-badge {
  background-color: #332d32;
}
.site-2025 .container .page-content .card-container.dark-grey h2,
.site-2025 .container .page-content .card-container.dark-grey h3 {
  color: #332d32;
}
.site-2025 .container .page-content .card-container.dark-grey.expandable-card .expand-button,
.site-2025 .container .page-content .card-container.dark-grey.expandable-card .collapse-button {
  background: #332d32;
  border-color: #332d32;
}
.site-2025 .container .page-content .collapsible-group.dark-grey .collapsible-item .collapsible-header {
  color: #332d32 !important;
}
.site-2025 .about-section.cspc .ms-button-wrapper #nonmetastatic-toggle.active,
.site-2025 .about-section.crpc .ms-button-wrapper #nonmetastatic-toggle.active {
  background-color: #485e7e !important;
}
.site-2025 .about-section.cspc .ms-button-wrapper #metastatic-toggle.active,
.site-2025 .about-section.crpc .ms-button-wrapper #metastatic-toggle.active {
  background: #485e7e !important;
}
.site-2025 .efficacy-section.cspc .ms-button-wrapper #nonmetastatic-toggle.active,
.site-2025 .safety-section.cspc .ms-button-wrapper #nonmetastatic-toggle.active {
  background-color: #1b365d !important;
}
.site-2025 .efficacy-section.cspc .ms-button-wrapper #metastatic-toggle.active,
.site-2025 .safety-section.cspc .ms-button-wrapper #metastatic-toggle.active {
  background: #941d1f !important;
}
.site-2025 .efficacy-section.cspc .cspc-red .on-this-page .otp-header,
.site-2025 .safety-section.cspc .cspc-red .on-this-page .otp-header {
  background-color: rgba(148, 29, 31, 0.95);
}
.site-2025 .efficacy-section.cspc .cspc-red .on-this-page .otp-header::after,
.site-2025 .safety-section.cspc .cspc-red .on-this-page .otp-header::after {
  background-color: #941d1f;
}
.site-2025 .efficacy-section.cspc .cspc-blue .on-this-page .otp-header,
.site-2025 .safety-section.cspc .cspc-blue .on-this-page .otp-header {
  background-color: rgba(27, 54, 93, 0.95);
}
.site-2025 .efficacy-section.cspc .cspc-blue .on-this-page .otp-header::after,
.site-2025 .safety-section.cspc .cspc-blue .on-this-page .otp-header::after {
  background-color: #1b365d;
}
.site-2025 .efficacy-section.cspc .survival-chart,
.site-2025 .safety-section.cspc .survival-chart {
  margin-left: -2px;
}
.site-2025 .efficacy-section.crpc .ms-button-wrapper #nonmetastatic-toggle.active,
.site-2025 .safety-section.crpc .ms-button-wrapper #nonmetastatic-toggle.active {
  background-color: #de7c00 !important;
}
.site-2025 .efficacy-section.crpc .ms-button-wrapper #metastatic-toggle.active,
.site-2025 .safety-section.crpc .ms-button-wrapper #metastatic-toggle.active {
  background: #e74b38 !important;
}
.site-2025 .efficacy-section.crpc .crpc-orange .on-this-page .otp-header,
.site-2025 .safety-section.crpc .crpc-orange .on-this-page .otp-header {
  background-color: rgba(222, 124, 0, 0.85);
}
.site-2025 .efficacy-section.crpc .crpc-orange .on-this-page .otp-header::after,
.site-2025 .safety-section.crpc .crpc-orange .on-this-page .otp-header::after {
  background-color: #de7c00;
}
.site-2025 .efficacy-section.crpc h2.sub,
.site-2025 .safety-section.crpc h2.sub {
  font-size: 20px;
  line-height: 23px;
}
@media screen and (max-width: 768px) {
  .site-2025 .efficacy-section.crpc h2.sub,
  .site-2025 .safety-section.crpc h2.sub {
    font-size: 24px;
    line-height: 27px;
  }
}
.site-2025 .container.safety-section.crpc .mcrpc .card-container {
  padding-top: 0;
  padding-bottom: 0;
}
.site-2025 .container.safety-section.crpc .mcrpc .card-container .title-badge {
  margin-top: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: none;
  background-color: #e74b38;
}
.site-2025 .container.safety-section.crpc .mcrpc .card-container:after {
  display: none;
}
@media screen and (max-width: 768px) {
  .site-2025 .container.safety-section.crpc .mcrpc .card-container.cg-single-space {
    margin-top: 0;
    margin-bottom: 10px;
  }
}
.site-2025 .container.safety-section.crpc .mcrpc .card-container .collapsible-group .collapsible-item.active .title-badge {
  display: block;
}
.site-2025 .container.safety-section.crpc .mcrpc .card-container .collapsible-group .collapsible-item .collapsible-header:after {
  display: none;
}
.site-2025 .container.safety-section.crpc .mcrpc .card-container .collapsible-group .collapsible-item .collapsible-header div * {
  margin: 0;
}
.site-2025 .container.safety-section.crpc .mcrpc .card-container .collapsible-group .collapsible-item .collapsible-header div h2 {
  color: #e74b38;
}
.site-2025 .container.safety-section.crpc .mcrpc .card-container .collapsible-group .collapsible-item .collapsible-header div h3 {
  text-transform: none;
}
.site-2025 .container.safety-section.crpc .mcrpc .card-container .collapsible-group .collapsible-item .collapsible-header > div {
  width: 100%;
}
.site-2025 .container.safety-section.crpc .mcrpc .card-container .collapsible-group .collapsible-item .collapsible-header > div h2 {
  display: flex;
  justify-content: space-between;
  align-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.site-2025 .container.safety-section.crpc .mcrpc .card-container .collapsible-group .collapsible-item .collapsible-header > div h2:after {
  content: "";
  width: 10px;
  height: 10px;
  margin-right: -20px;
  margin-top: 5px;
  border-top: 2.5px solid #c0311a;
  border-right: 2.5px solid #c0311a;
  display: block;
  flex: none;
  transform: rotate(135deg);
}
.site-2025 .container.safety-section.crpc .mcrpc .card-container .collapsible-group .collapsible-item.active .collapsible-header div h2:after {
  transform: rotate(-45deg);
}
.site-2025 .container.safety-section.crpc .mcrpc .card-container .collapsible-group .collapsible-item.active .collapsible-content {
  display: flex;
}
.site-2025 .home-section.cspc .page-navigation .left-navigation {
  display: flex;
}
.site-2025 .home-section.cspc .page-navigation .left-navigation:before {
  content: "";
  width: 100%;
  height: 66px;
  display: block;
  background-image: url("../images/cspc/home/1-prescribed.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.site-2025 .home-section.cspc .col-2 .card-container.has-header .inner {
  padding: 0 10px;
}
.site-2025 .home-section.cspc .col-2 .card-container.has-header .inner p {
  margin: 0;
}
.site-2025 .container.efficacy-section.cspc .cspc-red .card-container .collapsible-group .collapsible-item .collapsible-header {
  color: #941d1f;
}
.site-2025 .container.efficacy-section.cspc .collapsible-group .collapsible-header {
  color: #1b365d;
}
.site-2025 .container.about-section {
  background-color: #f9f9f9;
}
.site-2025 .container.about-section .nonmetastatic-container .card-container .collapsible-group .collapsible-item .collapsible-content h4 {
  color: #58595b;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin: 14px auto 30px;
}
.site-2025 .container.about-section .nonmetastatic-container .card-container .collapsible-group .collapsible-item .collapsible-content .two-image {
  gap: 25px;
}
.site-2025 .container.about-section .nonmetastatic-container .card-container .collapsible-group .collapsible-item .collapsible-content .two-image img {
  width: 100%;
}
.site-2025#home .card-container {
  border-radius: 0px;
  position: relative;
}
.site-2025#home .card-container:before {
  position: absolute;
  top: -11px;
  left: -11px;
  width: 105px;
  height: 130px;
  background-image: url("../images/corner-accent.png");
  background-size: 100% auto;
  display: block;
  content: "";
}
.site-2025#home .card-container .inner {
  padding-left: 37px;
  padding-right: 37px;
}
@media (max-width: 1200px) {
  .site-2025#home .card-container .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.site-2025#home .card-container .inner .ulist {
  margin-bottom: 0;
}
.site-2025 .mobile-horizontal-scroll {
  width: 100%;
  overflow-x: hidden; /* Hide the default scrollbar */
  position: relative;
}
@media (max-width: 992px) {
  .site-2025 .mobile-horizontal-scroll picture {
    width: auto;
    height: 550px;
    max-width: inherit !important;
  }
  .site-2025 .mobile-horizontal-scroll picture img {
    height: 100%;
    width: auto;
    max-width: inherit !important;
    margin: 0;
  }
}
@media (max-width: 650px) {
  .site-2025 .mobile-horizontal-scroll {
    /* Custom Scrollbar */
  }
  .site-2025 .mobile-horizontal-scroll .scroll-content {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden; /* Ensure vertical scrolling does not occur */
    transform: rotateX(180deg); /* Flip the content vertically */
  }
  .site-2025 .mobile-horizontal-scroll .scroll-content > * {
    transform: rotateX(180deg); /* Flip the content back to normal */
  }
  .site-2025 .mobile-horizontal-scroll .scroll-content::-webkit-scrollbar {
    height: 4px; /* Thin scrollbar */
  }
  .site-2025 .mobile-horizontal-scroll .scroll-content::-webkit-scrollbar-track {
    background: #d1d3d4; /* Light gray track */
    height: 2px;
    border: 1px solid #fff;
  }
  .site-2025 .mobile-horizontal-scroll .scroll-content::-webkit-scrollbar-thumb {
    background: #d1d3d4;
    height: 4px;
  }
}
.site-2025 .milestones-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  margin-bottom: 40px;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
}
@media (max-width: 650px) {
  .site-2025 .milestones-table {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
.site-2025 .milestones-table th, .site-2025 .milestones-table td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: center;
  vertical-align: middle;
}
.site-2025 .milestones-table td {
  color: #58595b;
  font-size: 15px;
}
.site-2025 .milestones-table td a {
  font-weight: 700;
  text-decoration: none;
  color: #58595b;
}
.site-2025 .milestones-table td a:after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #c0311a;
  border-right: 2px solid #c0311a;
  display: inline-block;
  transform: rotate(45deg);
  margin-left: 5px;
}
.site-2025 .milestones-table td:first-child sup {
  position: relative;
  vertical-align: middle;
  font-size: 50%;
}
.site-2025 .milestones-table th {
  color: #58595b;
  background-color: #f2f2f2;
  font-weight: bold;
  vertical-align: top;
}
.site-2025 .milestones-table .indication-year {
  font-size: 13px;
  font-weight: 400;
}
.site-2025 .milestones-table img {
  width: 48px;
  height: auto;
  vertical-align: middle;
  margin-bottom: 7px !important;
  -webkit-filter: drop-shadow(2px 2px 3px rgba(84, 84, 84, 0.6));
          filter: drop-shadow(2px 2px 3px rgba(84, 84, 84, 0.6));
}

.mac.safari .site-2025 .home-hero-section h1 .small {
  margin-bottom: 11px;
}

/*
|--------------------------------------------------------------------------
| Colors
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Fonts variants
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Breakpoints (for mobile first)
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Typography
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Misc
|--------------------------------------------------------------------------
*/
/*
@mixin header_ss_roman {
    font-family: vars.$helvetica;
    font-weight: vars.$font-weight-regular;
    font-size: 14px;
    line-height: 18px;

    @include mix.sm {
        font-size: 18px;
        line-height: 22px;
    }
}

@mixin header_ss_light {
    font-family: vars.$helvetica;
    font-weight: vars.$font-weight-light;
    font-size: 14px;
    line-height: 18px;

    @include mix.sm {
        font-size: 18px;
        line-height: 22px;
    }
}
*/
/* Text mixins based on style guide.
*  Use these with "head", "subhead" classes, etc.
*  Don't use them directly on the h1, h2, etc. elements.
*/
/*
@mixin footnoteStyle {
    font-size: 12px;
    font-weight: vars.$font-weight-regular;
    font-family: vars.$helveticaCondensed;
}
*/
/*
|--------------------------------------------------------------------------
| Debug
|--------------------------------------------------------------------------
*/
/*
 * Show a warning message if the debug mode is enabled in the top right corner of the viewport.
 * How to use:
 * @include show-debug-mode;
 */
/*
|--------------------------------------------------------------------------
| Helper Functions
|--------------------------------------------------------------------------
*/
/**
 * Converts an HEX color into a RGB list
 */
/**
 * Converts an HEX color into RGB with alpha
 */
/**
 * Converts a value in pixels to em's, assuming that 1em=16px.
 * @param {Number} $value - A value in px
 * @return {Number} - The value converted to em's
 */
/**
 * Converts a value in pixels to rem's, assuming that 1rem=16px.
 * @param {Number} $value - A value in px
 * @return {Number} - The value converted to rem's
 */
/**
 * Remove the unit of a length.
 * @param {Number} $number - Number to remove unit from
 * @return {Number} - Unitless number
 */
/**
 * Get the width of a span of columns and the gutter spaces BETWEEN them.
 * The returned value will have the same unit as the $colWidth param.
 *
 * @param {Number} $cols - Number of columns
 * @param {Number} $colWidth - Base width for a single column.
 * @param {Number} $gutter - Width of a gutter space.
 * @return {Number} - Width for $cols columns
 */
/**
 * Get the width of a span of columns and a gutter space for EACH column.
 * The returned value will have the same unit as the $colWidth param.
 *
 * @param {Number} $cols - Number of columns
 * @param {Number} $colWidth - Base width for a single column.
 * @param {Number} $gutter - Width of a gutter space.
 * @return {Number} - Width for $cols columns
 */
.modal {
  /*
  .simple-header {
      &_text {
          font-size: 18px;
          line-height: 1.2;// 22px;

          color: vars.$red;//dark_red;

          font-family: vars.$ITCFranklinGothicStd;

          @include mix.lg {
              font-size: 25px;
              //line-height: 25px;
          }

          &-dark-font {
              color: vars.$dark_grey_3;
          }

          // new
          strong {
              font-weight: vars.$font-weight-bold;
          }

          &-bold {
              font-weight: vars.$font-weight-bold;
          }
      }
  }
  */
  /*
  .footnotes {
      font-size: 12px;
      line-height: 1em;

      background-color: lightblue; // for debug
  }
  */
}
.modal-sd .heading_2 {
  font-size: 14px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .modal-sd .heading_2 {
    font-size: 24px;
  }
}
.modal-sd .heading_2.heading_2--large {
  font-size: 20px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .modal-sd .heading_2.heading_2--large {
    font-size: 24px;
  }
}
.modal-sd .heading_3 {
  font-size: 14px;
  font-weight: 350;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .modal-sd .heading_3 {
    font-weight: 350;
    font-size: 24px;
    line-height: 1.2;
  }
}
.modal-sd .simple-paragraph {
  line-height: 1.2;
}
@media (min-width: 992px) {
  .modal-sd .simple-paragraph {
    font-size: 20px;
    line-height: 1.3;
  }
}
.modal-sd .info-box-container.info-box-container--with-border {
  font-family: "dccITCFranklinGothicStdCompressed";
  font-weight: 600;
  font-size: 14px;
}
@media (min-width: 1200px) {
  .modal-sd .info-box-container.info-box-container--with-border {
    font-size: 17px;
  }
}
.modal-sd .info-box-container.info-box-container--with-border .info-box-container__body {
  text-align: center;
}
@media (min-width: 1200px) {
  .modal-sd .info-box-container.info-box-container--with-border .info-box-container__body {
    text-align: left;
  }
}
.modal-sd .footnotes > p, .modal-sd .references > p {
  color: #666666;
}
.modal .headerContainer {
  display: flex;
  align-items: center;
  padding: 10px 15px 10px 20px;
  background-color: #951d1f;
}
@media (min-width: 1200px) {
  .modal .headerContainer {
    padding: 25px 25px 25px 30px;
  }
}
.modal .modalTitle {
  position: relative;
  font-family: "dccITCFranklinGothicStdCompressed";
  font-weight: 600;
  font-size: 25px;
  line-height: 1.3;
  color: white;
  padding: 0;
  margin: 0;
  color: #fff;
  background: linear-gradient(90deg, #c0311a 0%, #951d20 100%);
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
  text-transform: uppercase;
  width: 100%;
  padding: 15px 75px;
  margin-left: 0px;
}
.modal.EnzametInterstitial {
  display: none;
  position: fixed;
  z-index: 200;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  font-family: "HelveticaNeueW01", Helvetica, Arial, sans-serif;
}
.modal.EnzametInterstitial .modalTitle {
  font-size: 25px;
}
.modal.EnzametInterstitial .subheader-1 {
  color: #bc2510;
  font-family: "ITCFranklinGothicStd", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
.modal.EnzametInterstitial .headerContainer {
  display: flex;
  align-items: center;
  padding: 25px;
  background-color: #951d1f;
}
.modal.EnzametInterstitialWrapper {
  position: relative;
}
.modal.EnzametInterstitial > .iScrollVerticalScrollbar.iScrollLoneScrollbar {
  right: 50% !important;
  top: 120px !important;
}
.modal.EnzametInterstitial.noBG {
  background-color: transparent;
}
.modal.EnzametInterstitial * {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}
.modal.EnzametInterstitial .modalContent .iScrollVerticalScrollbar {
  top: 5% !important;
}
.modal.EnzametInterstitial .modalContent .study-statement {
  font-size: 15px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .modal.EnzametInterstitial .modalContent .study-statement {
    font-size: 22px;
    line-height: 29px;
  }
}
.modal.EnzametInterstitial .modalContent .simple-subheader {
  color: #58595B;
}
.modal.EnzametInterstitial .modalPubDate {
  background-color: #e6e6e6;
  color: #00648c;
  padding: 10px 20px 10px;
  font-weight: 700;
  font-size: 13px;
}
@media (min-width: 1200px) {
  .modal.EnzametInterstitial .modalPubDate {
    padding: 15px 35px 15px;
    font-size: 18px;
  }
}
.modal.EnzametInterstitial .modalBtn {
  display: flex;
  padding: 11px 16px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-radius: 30px;
  border: 3px solid #faaf34;
  background: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #c0311a;
  font-size: 20px;
  font-family: "ITCFranklinGothicStd", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  height: 35px;
}
.modal.EnzametInterstitial a.pil, .modal.EnzametInterstitial a.pil:focus, .modal.EnzametInterstitial a.pil:hover, .modal.EnzametInterstitial a.pil:visited {
  color: inherit;
}
.modal.EnzametInterstitial .modalBtn {
  background: #707070 !important;
}
.modal.EnzametInterstitial .modalBtn:hover {
  background: #4a4a4a !important;
}
.modal.EnzametInterstitial .modalClose {
  background: url("../../images/close-default.png") no-repeat top right;
  background-size: contain;
}
.modal.EnzametDesign {
  display: none;
  position: fixed;
  z-index: 200;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  font-family: "HelveticaNeueW01", Helvetica, Arial, sans-serif;
}
.modal.EnzametDesign .header-container-enzamet {
  padding-left: 0;
  padding-right: 0;
}
.modal.EnzametDesign .headerContainer {
  background-color: #54565a;
}
.modal.EnzametDesign .modalTitle {
  font-size: 18px;
}
@media (min-width: 1200px) {
  .modal.EnzametDesign .modalTitle {
    font-size: 23px;
  }
}
.modal.EnzametDesign .modalClose {
  top: auto;
  right: 20px;
}
@media (min-width: 768px) {
  .modal.EnzametDesign .modalClose {
    right: 0;
  }
}
.modal.EnzametDesign .content-wrapper {
  padding-bottom: 0px;
}
.modal.EnzametDesignWrapper {
  position: relative;
}
.modal.EnzametDesign > .iScrollVerticalScrollbar.iScrollLoneScrollbar {
  right: 50% !important;
  top: 120px !important;
}
.modal.EnzametDesign.noBG {
  background-color: transparent;
}
.modal.EnzametDesign * {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}
.modal.EnzametDesign .modalContent .iScrollVerticalScrollbar {
  top: 5% !important;
}
.modal.EnzametDesign .modalContent .study-statement {
  font-size: 15px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .modal.EnzametDesign .modalContent .study-statement {
    font-size: 22px;
    line-height: 29px;
  }
}
.modal.EnzametDesign .modalContent .simple-subheader {
  color: #58595B;
}
.modal.EnzametDesign .modalPubDate {
  background-color: #e6e6e6;
  color: #00648c;
  padding: 10px 20px 10px;
  font-weight: 700;
  font-size: 13px;
}
@media (min-width: 1200px) {
  .modal.EnzametDesign .modalPubDate {
    padding: 15px 35px 15px;
    font-size: 18px;
  }
}
.modal.EnzametDesign .modalBtn {
  display: flex;
  padding: 11px 16px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-radius: 30px;
  border: 3px solid #faaf34;
  background: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #c0311a;
  font-size: 20px;
  font-family: "ITCFranklinGothicStd", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  height: 35px;
}
.modal.EnzametDesign a.pil, .modal.EnzametDesign a.pil:focus, .modal.EnzametDesign a.pil:hover, .modal.EnzametDesign a.pil:visited {
  color: inherit;
}
.modal.EnzametDesign .modalBtn {
  background: #707070 !important;
}
.modal.EnzametDesign .modalBtn:hover {
  background: #4a4a4a !important;
}
@media (max-width: 767px) {
  .modal.EnzametDesign .modalBtnContainer {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .modal.EnzametDesign .modalBtnContainer .modalBtn {
    margin-bottom: 20px;
  }
}
.modal.EmbarkInterstitial {
  display: none;
  position: fixed;
  z-index: 200;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  font-family: "HelveticaNeueW01", Helvetica, Arial, sans-serif;
}
.modal.EmbarkInterstitialWrapper {
  position: relative;
}
.modal.EmbarkInterstitial > .iScrollVerticalScrollbar.iScrollLoneScrollbar {
  right: 50% !important;
  top: 120px !important;
}
.modal.EmbarkInterstitial.noBG {
  background-color: transparent;
}
.modal.EmbarkInterstitial * {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}
.modal.EmbarkInterstitial .modalContent .iScrollVerticalScrollbar {
  top: 5% !important;
}
.modal.EmbarkInterstitial .modalContent .study-statement {
  font-size: 15px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .modal.EmbarkInterstitial .modalContent .study-statement {
    font-size: 22px;
    line-height: 29px;
  }
}
.modal.EmbarkInterstitial .modalContent .simple-subheader {
  color: #58595B;
}
.modal.EmbarkInterstitial .modalPubDate {
  background-color: #e6e6e6;
  color: #00648c;
  padding: 10px 20px 10px;
  font-weight: 700;
  font-size: 13px;
}
@media (min-width: 1200px) {
  .modal.EmbarkInterstitial .modalPubDate {
    padding: 15px 35px 15px;
    font-size: 18px;
  }
}
.modal.EmbarkInterstitial .modalBtn {
  display: flex;
  padding: 11px 16px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-radius: 30px;
  border: 3px solid #faaf34;
  background: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #c0311a;
  font-size: 20px;
  font-family: "ITCFranklinGothicStd", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  height: 35px;
}
.modal.EmbarkInterstitial a.pil, .modal.EmbarkInterstitial a.pil:focus, .modal.EmbarkInterstitial a.pil:hover, .modal.EmbarkInterstitial a.pil:visited {
  color: inherit;
}
.modal.EmbarkInterstitial .modalTitle {
  font-size: 14px;
  margin-left: 0;
}
@media (min-width: 768px) {
  .modal.EmbarkInterstitial .modalTitle {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .modal.EmbarkInterstitial .modalTitle {
    font-size: 25px;
  }
}
.modal.EmbarkInterstitial .subheader-1 {
  color: #bc2510;
  font-family: "ITCFranklinGothicStd", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
.modal.EmbarkInterstitial .headerContainer {
  display: flex;
  align-items: center;
  padding: 20px;
  background-color: #951d1f;
}
.modal.ArchesInterstitial {
  display: none;
  position: fixed;
  z-index: 200;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  font-family: "HelveticaNeueW01", Helvetica, Arial, sans-serif;
}
.modal.ArchesInterstitialWrapper {
  position: relative;
}
.modal.ArchesInterstitial > .iScrollVerticalScrollbar.iScrollLoneScrollbar {
  right: 50% !important;
  top: 120px !important;
}
.modal.ArchesInterstitial.noBG {
  background-color: transparent;
}
.modal.ArchesInterstitial * {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}
.modal.ArchesInterstitial .modalContent .iScrollVerticalScrollbar {
  top: 5% !important;
}
.modal.ArchesInterstitial .modalContent .study-statement {
  font-size: 15px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .modal.ArchesInterstitial .modalContent .study-statement {
    font-size: 22px;
    line-height: 29px;
  }
}
.modal.ArchesInterstitial .modalContent .simple-subheader {
  color: #58595B;
}
.modal.ArchesInterstitial .modalPubDate {
  background-color: #e6e6e6;
  color: #00648c;
  padding: 10px 20px 10px;
  font-weight: 700;
  font-size: 13px;
}
@media (min-width: 1200px) {
  .modal.ArchesInterstitial .modalPubDate {
    padding: 15px 35px 15px;
    font-size: 18px;
  }
}
.modal.ArchesInterstitial .modalBtn {
  display: flex;
  padding: 11px 16px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-radius: 30px;
  border: 3px solid #faaf34;
  background: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #c0311a;
  font-size: 20px;
  font-family: "ITCFranklinGothicStd", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  height: 35px;
}
.modal.ArchesInterstitial a.pil, .modal.ArchesInterstitial a.pil:focus, .modal.ArchesInterstitial a.pil:hover, .modal.ArchesInterstitial a.pil:visited {
  color: inherit;
}
.modal.ArchesInterstitial .modalTitle {
  font-size: 14px;
  margin-left: 0;
}
@media (min-width: 768px) {
  .modal.ArchesInterstitial .modalTitle {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .modal.ArchesInterstitial .modalTitle {
    font-size: 25px;
  }
}
.modal.ArchesInterstitial .subheader-1 {
  color: #bc2510;
  font-family: "ITCFranklinGothicStd", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
.modal.ArchesInterstitial .headerContainer {
  display: flex;
  align-items: center;
  padding: 20px;
  background-color: #951d1f;
}
.modal.ArchesDesign {
  display: none;
  position: fixed;
  z-index: 200;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  font-family: "HelveticaNeueW01", Helvetica, Arial, sans-serif;
}
.modal.ArchesDesignWrapper {
  position: relative;
}
.modal.ArchesDesign > .iScrollVerticalScrollbar.iScrollLoneScrollbar {
  right: 50% !important;
  top: 120px !important;
}
.modal.ArchesDesign.noBG {
  background-color: transparent;
}
.modal.ArchesDesign * {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}
.modal.ArchesDesign .modalContent .iScrollVerticalScrollbar {
  top: 5% !important;
}
.modal.ArchesDesign .modalContent .study-statement {
  font-size: 15px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .modal.ArchesDesign .modalContent .study-statement {
    font-size: 22px;
    line-height: 29px;
  }
}
.modal.ArchesDesign .modalContent .simple-subheader {
  color: #58595B;
}
.modal.ArchesDesign .modalPubDate {
  background-color: #e6e6e6;
  color: #00648c;
  padding: 10px 20px 10px;
  font-weight: 700;
  font-size: 13px;
}
@media (min-width: 1200px) {
  .modal.ArchesDesign .modalPubDate {
    padding: 15px 35px 15px;
    font-size: 18px;
  }
}
.modal.ArchesDesign .modalBtn {
  display: flex;
  padding: 11px 16px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-radius: 30px;
  border: 3px solid #faaf34;
  background: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #c0311a;
  font-size: 20px;
  font-family: "ITCFranklinGothicStd", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  height: 35px;
}
.modal.ArchesDesign a.pil, .modal.ArchesDesign a.pil:focus, .modal.ArchesDesign a.pil:hover, .modal.ArchesDesign a.pil:visited {
  color: inherit;
}
.modal.ArchesDesign .modalTitle {
  font-size: 16px;
}
@media (min-width: 1200px) {
  .modal.ArchesDesign .modalTitle {
    font-size: 23px;
  }
}
.modal.ArchesDesign .content-wrapper {
  padding-bottom: 0px;
}
.modal.ArchesDesign .modalClose {
  top: auto;
  right: 20px;
}
@media (min-width: 768px) {
  .modal.ArchesDesign .modalClose {
    right: 0;
  }
}
.modal.ArchesDesign .modalBtnContainer .square-buttons {
  background-color: #fbaf34;
  padding: 13px 35px 13px 15px;
  border: none;
  color: white;
  font-family: "ITCFranklinGothicStd", Helvetica, Arial, sans-serif;
  text-decoration: none;
  position: relative;
}
@media (max-width: 767px) {
  .modal.ArchesDesign .modalBtnContainer {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .modal.ArchesDesign .modalBtnContainer .modalBtn {
    margin-bottom: 20px;
  }
}
.modal.ProsperInterstitial {
  display: none;
  position: fixed;
  z-index: 200;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  font-family: "HelveticaNeueW01", Helvetica, Arial, sans-serif;
}
.modal.ProsperInterstitialWrapper {
  position: relative;
}
.modal.ProsperInterstitial > .iScrollVerticalScrollbar.iScrollLoneScrollbar {
  right: 50% !important;
  top: 120px !important;
}
.modal.ProsperInterstitial.noBG {
  background-color: transparent;
}
.modal.ProsperInterstitial * {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}
.modal.ProsperInterstitial .modalContent .iScrollVerticalScrollbar {
  top: 5% !important;
}
.modal.ProsperInterstitial .modalContent .study-statement {
  font-size: 15px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .modal.ProsperInterstitial .modalContent .study-statement {
    font-size: 22px;
    line-height: 29px;
  }
}
.modal.ProsperInterstitial .modalContent .simple-subheader {
  color: #58595B;
}
.modal.ProsperInterstitial .modalPubDate {
  background-color: #e6e6e6;
  color: #00648c;
  padding: 10px 20px 10px;
  font-weight: 700;
  font-size: 13px;
}
@media (min-width: 1200px) {
  .modal.ProsperInterstitial .modalPubDate {
    padding: 15px 35px 15px;
    font-size: 18px;
  }
}
.modal.ProsperInterstitial .modalBtn {
  display: flex;
  padding: 11px 16px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-radius: 30px;
  border: 3px solid #faaf34;
  background: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #c0311a;
  font-size: 20px;
  font-family: "ITCFranklinGothicStd", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  height: 35px;
}
.modal.ProsperInterstitial a.pil, .modal.ProsperInterstitial a.pil:focus, .modal.ProsperInterstitial a.pil:hover, .modal.ProsperInterstitial a.pil:visited {
  color: inherit;
}
.modal.ProsperInterstitial .modalTitle {
  font-size: 14px;
  margin-left: 0;
}
@media (min-width: 768px) {
  .modal.ProsperInterstitial .modalTitle {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .modal.ProsperInterstitial .modalTitle {
    font-size: 25px;
  }
}
.modal.ProsperInterstitial .subheader-1 {
  color: #bc2510;
  font-family: "ITCFranklinGothicStd", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
.modal.ProsperInterstitial .headerContainer {
  display: flex;
  align-items: center;
  padding: 20px;
  background-color: #951d1f;
}
.modal.ProsperDesign {
  display: none;
  position: fixed;
  z-index: 200;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  font-family: "HelveticaNeueW01", Helvetica, Arial, sans-serif;
}
.modal.ProsperDesignWrapper {
  position: relative;
}
.modal.ProsperDesign > .iScrollVerticalScrollbar.iScrollLoneScrollbar {
  right: 50% !important;
  top: 120px !important;
}
.modal.ProsperDesign.noBG {
  background-color: transparent;
}
.modal.ProsperDesign * {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}
.modal.ProsperDesign .modalContent .iScrollVerticalScrollbar {
  top: 5% !important;
}
.modal.ProsperDesign .modalContent .study-statement {
  font-size: 15px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .modal.ProsperDesign .modalContent .study-statement {
    font-size: 22px;
    line-height: 29px;
  }
}
.modal.ProsperDesign .modalContent .simple-subheader {
  color: #58595B;
}
.modal.ProsperDesign .modalPubDate {
  background-color: #e6e6e6;
  color: #00648c;
  padding: 10px 20px 10px;
  font-weight: 700;
  font-size: 13px;
}
@media (min-width: 1200px) {
  .modal.ProsperDesign .modalPubDate {
    padding: 15px 35px 15px;
    font-size: 18px;
  }
}
.modal.ProsperDesign .modalBtn {
  display: flex;
  padding: 11px 16px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-radius: 30px;
  border: 3px solid #faaf34;
  background: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #c0311a;
  font-size: 20px;
  font-family: "ITCFranklinGothicStd", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  height: 35px;
}
.modal.ProsperDesign a.pil, .modal.ProsperDesign a.pil:focus, .modal.ProsperDesign a.pil:hover, .modal.ProsperDesign a.pil:visited {
  color: inherit;
}
.modal.ProsperDesign .modalTitle {
  font-size: 18px;
}
@media (min-width: 1200px) {
  .modal.ProsperDesign .modalTitle {
    font-size: 25px;
  }
}
.modal.ProsperDesign .headerContainer {
  background-color: #de7c00;
}
.modal.ProsperDesign .modalClose {
  top: auto;
  right: 20px;
}
@media (min-width: 768px) {
  .modal.ProsperDesign .modalClose {
    right: 0;
  }
}
.modal.ProsperDesign .content-wrapper {
  padding-bottom: 0px;
}
@media (max-width: 767px) {
  .modal.ProsperDesign .modalBtnContainer {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .modal.ProsperDesign .modalBtnContainer .modalBtn {
    margin-bottom: 20px;
  }
}
.modal.ProsperUpdateInterstitial {
  display: none;
  position: fixed;
  z-index: 200;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  font-family: "HelveticaNeueW01", Helvetica, Arial, sans-serif;
}
.modal.ProsperUpdateInterstitialWrapper {
  position: relative;
}
.modal.ProsperUpdateInterstitial > .iScrollVerticalScrollbar.iScrollLoneScrollbar {
  right: 50% !important;
  top: 120px !important;
}
.modal.ProsperUpdateInterstitial.noBG {
  background-color: transparent;
}
.modal.ProsperUpdateInterstitial * {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}
.modal.ProsperUpdateInterstitial .modalContent .iScrollVerticalScrollbar {
  top: 5% !important;
}
.modal.ProsperUpdateInterstitial .modalContent .study-statement {
  font-size: 15px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .modal.ProsperUpdateInterstitial .modalContent .study-statement {
    font-size: 22px;
    line-height: 29px;
  }
}
.modal.ProsperUpdateInterstitial .modalContent .simple-subheader {
  color: #58595B;
}
.modal.ProsperUpdateInterstitial .modalPubDate {
  background-color: #e6e6e6;
  color: #00648c;
  padding: 10px 20px 10px;
  font-weight: 700;
  font-size: 13px;
}
@media (min-width: 1200px) {
  .modal.ProsperUpdateInterstitial .modalPubDate {
    padding: 15px 35px 15px;
    font-size: 18px;
  }
}
.modal.ProsperUpdateInterstitial .modalBtn {
  display: flex;
  padding: 11px 16px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-radius: 30px;
  border: 3px solid #faaf34;
  background: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #c0311a;
  font-size: 20px;
  font-family: "ITCFranklinGothicStd", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  height: 35px;
}
.modal.ProsperUpdateInterstitial a.pil, .modal.ProsperUpdateInterstitial a.pil:focus, .modal.ProsperUpdateInterstitial a.pil:hover, .modal.ProsperUpdateInterstitial a.pil:visited {
  color: inherit;
}
.modal.ProsperUpdateInterstitial .modalTitle {
  font-size: 25px;
}
.modal.ProsperUpdateInterstitial .subheader-1 {
  color: #bc2510;
  font-family: "ITCFranklinGothicStd", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
.modal.ProsperUpdateInterstitial .headerContainer {
  display: flex;
  align-items: center;
  padding: 25px;
  background-color: #951d1f;
}
.modal.ProsperUpdateInterstitial .modalBtn {
  background: #707070 !important;
}
.modal.ProsperUpdateInterstitial .modalBtn:hover {
  background: #4a4a4a !important;
}
.modal.ProsperUpdateInterstitial .modalClose {
  background: url("../../images/close-prosper-blue.png") no-repeat top right;
  background-size: contain;
}
.modal.DefaultInterstitial, .modal.PrevailInterstitial, .modal.OrganizationsInterstitial {
  display: none;
  position: fixed;
  z-index: 200;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  font-family: "HelveticaNeueW01", Helvetica, Arial, sans-serif;
}
.modal.DefaultInterstitialWrapper, .modal.PrevailInterstitialWrapper, .modal.OrganizationsInterstitialWrapper {
  position: relative;
}
.modal.DefaultInterstitial > .iScrollVerticalScrollbar.iScrollLoneScrollbar, .modal.PrevailInterstitial > .iScrollVerticalScrollbar.iScrollLoneScrollbar, .modal.OrganizationsInterstitial > .iScrollVerticalScrollbar.iScrollLoneScrollbar {
  right: 50% !important;
  top: 120px !important;
}
.modal.DefaultInterstitial.noBG, .modal.PrevailInterstitial.noBG, .modal.OrganizationsInterstitial.noBG {
  background-color: transparent;
}
.modal.DefaultInterstitial *, .modal.PrevailInterstitial *, .modal.OrganizationsInterstitial * {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}
.modal.DefaultInterstitial .modalContent .iScrollVerticalScrollbar, .modal.PrevailInterstitial .modalContent .iScrollVerticalScrollbar, .modal.OrganizationsInterstitial .modalContent .iScrollVerticalScrollbar {
  top: 5% !important;
}
.modal.DefaultInterstitial .modalContent .study-statement, .modal.PrevailInterstitial .modalContent .study-statement, .modal.OrganizationsInterstitial .modalContent .study-statement {
  font-size: 15px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .modal.DefaultInterstitial .modalContent .study-statement, .modal.PrevailInterstitial .modalContent .study-statement, .modal.OrganizationsInterstitial .modalContent .study-statement {
    font-size: 22px;
    line-height: 29px;
  }
}
.modal.DefaultInterstitial .modalContent .simple-subheader, .modal.PrevailInterstitial .modalContent .simple-subheader, .modal.OrganizationsInterstitial .modalContent .simple-subheader {
  color: #58595B;
}
.modal.DefaultInterstitial .modalPubDate, .modal.PrevailInterstitial .modalPubDate, .modal.OrganizationsInterstitial .modalPubDate {
  background-color: #e6e6e6;
  color: #00648c;
  padding: 10px 20px 10px;
  font-weight: 700;
  font-size: 13px;
}
@media (min-width: 1200px) {
  .modal.DefaultInterstitial .modalPubDate, .modal.PrevailInterstitial .modalPubDate, .modal.OrganizationsInterstitial .modalPubDate {
    padding: 15px 35px 15px;
    font-size: 18px;
  }
}
.modal.DefaultInterstitial .modalBtn, .modal.PrevailInterstitial .modalBtn, .modal.OrganizationsInterstitial .modalBtn {
  display: flex;
  padding: 11px 16px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-radius: 30px;
  border: 3px solid #faaf34;
  background: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #c0311a;
  font-size: 20px;
  font-family: "ITCFranklinGothicStd", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  height: 35px;
}
.modal.DefaultInterstitial a.pil, .modal.DefaultInterstitial a.pil:focus, .modal.DefaultInterstitial a.pil:hover, .modal.DefaultInterstitial a.pil:visited, .modal.PrevailInterstitial a.pil, .modal.PrevailInterstitial a.pil:focus, .modal.PrevailInterstitial a.pil:hover, .modal.PrevailInterstitial a.pil:visited, .modal.OrganizationsInterstitial a.pil, .modal.OrganizationsInterstitial a.pil:focus, .modal.OrganizationsInterstitial a.pil:hover, .modal.OrganizationsInterstitial a.pil:visited {
  color: inherit;
}
.modal.DefaultInterstitial .subheader-1, .modal.PrevailInterstitial .subheader-1, .modal.OrganizationsInterstitial .subheader-1 {
  color: #bc2510;
  font-family: "ITCFranklinGothicStd", Helvetica, Arial, sans-serif;
}
.modal.DefaultInterstitial .headerContainer, .modal.PrevailInterstitial .headerContainer, .modal.OrganizationsInterstitial .headerContainer {
  display: flex;
  align-items: center;
  padding: 15px;
  background-color: #951d1f;
}
@media (min-width: 768px) {
  .modal.DefaultInterstitial .modalContent {
    max-height: 308px;
  }
}
.modal.PrevailDesign {
  display: none;
  position: fixed;
  z-index: 200;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  font-family: "HelveticaNeueW01", Helvetica, Arial, sans-serif;
}
.modal.PrevailDesign .modalTitle {
  font-size: 18px;
}
@media (min-width: 1200px) {
  .modal.PrevailDesign .modalTitle {
    font-size: 23px;
  }
}
.modal.PrevailDesign .subheader-1 {
  color: #bc2510;
  font-family: "ITCFranklinGothicStd", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .modal.PrevailDesign .subheader-1 {
    font-size: 20px;
    line-height: 24px;
  }
}
.modal.PrevailDesign .headerContainer {
  background-color: #E84C38;
}
.modal.PrevailDesign .modalClose {
  top: auto;
  right: 20px;
}
@media (min-width: 768px) {
  .modal.PrevailDesign .modalClose {
    right: 0;
  }
}
.modal.PrevailDesignWrapper {
  position: relative;
}
.modal.PrevailDesign > .iScrollVerticalScrollbar.iScrollLoneScrollbar {
  right: 50% !important;
  top: 120px !important;
}
.modal.PrevailDesign.noBG {
  background-color: transparent;
}
.modal.PrevailDesign * {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}
.modal.PrevailDesign .modalContent .iScrollVerticalScrollbar {
  top: 5% !important;
}
.modal.PrevailDesign .modalContent .study-statement {
  font-size: 15px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .modal.PrevailDesign .modalContent .study-statement {
    font-size: 22px;
    line-height: 29px;
  }
}
.modal.PrevailDesign .modalContent .simple-subheader {
  color: #58595B;
}
.modal.PrevailDesign .modalPubDate {
  background-color: #e6e6e6;
  color: #00648c;
  padding: 10px 20px 10px;
  font-weight: 700;
  font-size: 13px;
}
@media (min-width: 1200px) {
  .modal.PrevailDesign .modalPubDate {
    padding: 15px 35px 15px;
    font-size: 18px;
  }
}
.modal.PrevailDesign .modalBtn {
  display: flex;
  padding: 11px 16px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-radius: 30px;
  border: 3px solid #faaf34;
  background: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #c0311a;
  font-size: 20px;
  font-family: "ITCFranklinGothicStd", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  height: 35px;
}
.modal.PrevailDesign a.pil, .modal.PrevailDesign a.pil:focus, .modal.PrevailDesign a.pil:hover, .modal.PrevailDesign a.pil:visited {
  color: inherit;
}
.modal.PrevailDesign .content-wrapper {
  padding-bottom: 0px;
}
@media (max-width: 767px) {
  .modal.PrevailDesign .modalBtnContainer {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .modal.PrevailDesign .modalBtnContainer .modalBtn {
    margin-bottom: 20px;
  }
}
.modal.TerrainInterstitial {
  display: none;
  position: fixed;
  z-index: 200;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  font-family: "HelveticaNeueW01", Helvetica, Arial, sans-serif;
}
.modal.TerrainInterstitialWrapper {
  position: relative;
}
.modal.TerrainInterstitial > .iScrollVerticalScrollbar.iScrollLoneScrollbar {
  right: 50% !important;
  top: 120px !important;
}
.modal.TerrainInterstitial.noBG {
  background-color: transparent;
}
.modal.TerrainInterstitial * {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}
.modal.TerrainInterstitial .modalContent .iScrollVerticalScrollbar {
  top: 5% !important;
}
.modal.TerrainInterstitial .modalContent .study-statement {
  font-size: 15px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .modal.TerrainInterstitial .modalContent .study-statement {
    font-size: 22px;
    line-height: 29px;
  }
}
.modal.TerrainInterstitial .modalContent .simple-subheader {
  color: #58595B;
}
.modal.TerrainInterstitial .modalPubDate {
  background-color: #e6e6e6;
  color: #00648c;
  padding: 10px 20px 10px;
  font-weight: 700;
  font-size: 13px;
}
@media (min-width: 1200px) {
  .modal.TerrainInterstitial .modalPubDate {
    padding: 15px 35px 15px;
    font-size: 18px;
  }
}
.modal.TerrainInterstitial .modalBtn {
  display: flex;
  padding: 11px 16px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-radius: 30px;
  border: 3px solid #faaf34;
  background: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #c0311a;
  font-size: 20px;
  font-family: "ITCFranklinGothicStd", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  height: 35px;
}
.modal.TerrainInterstitial a.pil, .modal.TerrainInterstitial a.pil:focus, .modal.TerrainInterstitial a.pil:hover, .modal.TerrainInterstitial a.pil:visited {
  color: inherit;
}
.modal.TerrainInterstitial .modalTitle {
  font-size: 25px;
}
.modal.TerrainInterstitial .subheader-1 {
  color: #951d1f;
  font-family: "ITCFranklinGothicStd", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
.modal.TerrainInterstitial .headerContainer {
  display: flex;
  align-items: center;
  padding: 25px;
  background-color: #951d1f;
}
.modal.TerrainDesign {
  display: none;
  position: fixed;
  z-index: 200;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  font-family: "HelveticaNeueW01", Helvetica, Arial, sans-serif;
}
.modal.TerrainDesign .modalTitle {
  font-size: 18px;
}
@media (min-width: 1200px) {
  .modal.TerrainDesign .modalTitle {
    font-size: 23px;
  }
}
.modal.TerrainDesign .subheader-1 {
  color: #bc2510;
  font-family: "ITCFranklinGothicStd", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .modal.TerrainDesign .subheader-1 {
    font-size: 20px;
    line-height: 24px;
  }
}
.modal.TerrainDesign .headerContainer {
  background-color: #E84C38;
}
.modal.TerrainDesign .modalClose {
  top: auto;
  right: 20px;
}
@media (min-width: 768px) {
  .modal.TerrainDesign .modalClose {
    right: 0;
  }
}
.modal.TerrainDesignWrapper {
  position: relative;
}
.modal.TerrainDesign > .iScrollVerticalScrollbar.iScrollLoneScrollbar {
  right: 50% !important;
  top: 120px !important;
}
.modal.TerrainDesign.noBG {
  background-color: transparent;
}
.modal.TerrainDesign * {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}
.modal.TerrainDesign .modalContent .iScrollVerticalScrollbar {
  top: 5% !important;
}
.modal.TerrainDesign .modalContent .study-statement {
  font-size: 15px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .modal.TerrainDesign .modalContent .study-statement {
    font-size: 22px;
    line-height: 29px;
  }
}
.modal.TerrainDesign .modalContent .simple-subheader {
  color: #58595B;
}
.modal.TerrainDesign .modalPubDate {
  background-color: #e6e6e6;
  color: #00648c;
  padding: 10px 20px 10px;
  font-weight: 700;
  font-size: 13px;
}
@media (min-width: 1200px) {
  .modal.TerrainDesign .modalPubDate {
    padding: 15px 35px 15px;
    font-size: 18px;
  }
}
.modal.TerrainDesign .modalBtn {
  display: flex;
  padding: 11px 16px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-radius: 30px;
  border: 3px solid #faaf34;
  background: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #c0311a;
  font-size: 20px;
  font-family: "ITCFranklinGothicStd", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  height: 35px;
}
.modal.TerrainDesign a.pil, .modal.TerrainDesign a.pil:focus, .modal.TerrainDesign a.pil:hover, .modal.TerrainDesign a.pil:visited {
  color: inherit;
}
.modal.TerrainDesign .content-wrapper {
  padding-bottom: 0px;
}
@media (max-width: 767px) {
  .modal.TerrainDesign .modalBtnContainer {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .modal.TerrainDesign .modalBtnContainer .modalBtn {
    margin-bottom: 20px;
  }
}
.modal.AffirmInterstitial {
  display: none;
  position: fixed;
  z-index: 200;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  font-family: "HelveticaNeueW01", Helvetica, Arial, sans-serif;
}
.modal.AffirmInterstitialWrapper {
  position: relative;
}
.modal.AffirmInterstitial > .iScrollVerticalScrollbar.iScrollLoneScrollbar {
  right: 50% !important;
  top: 120px !important;
}
.modal.AffirmInterstitial.noBG {
  background-color: transparent;
}
.modal.AffirmInterstitial * {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}
.modal.AffirmInterstitial .modalContent .iScrollVerticalScrollbar {
  top: 5% !important;
}
.modal.AffirmInterstitial .modalContent .study-statement {
  font-size: 15px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .modal.AffirmInterstitial .modalContent .study-statement {
    font-size: 22px;
    line-height: 29px;
  }
}
.modal.AffirmInterstitial .modalContent .simple-subheader {
  color: #58595B;
}
.modal.AffirmInterstitial .modalPubDate {
  background-color: #e6e6e6;
  color: #00648c;
  padding: 10px 20px 10px;
  font-weight: 700;
  font-size: 13px;
}
@media (min-width: 1200px) {
  .modal.AffirmInterstitial .modalPubDate {
    padding: 15px 35px 15px;
    font-size: 18px;
  }
}
.modal.AffirmInterstitial .modalBtn {
  display: flex;
  padding: 11px 16px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-radius: 30px;
  border: 3px solid #faaf34;
  background: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #c0311a;
  font-size: 20px;
  font-family: "ITCFranklinGothicStd", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  height: 35px;
}
.modal.AffirmInterstitial a.pil, .modal.AffirmInterstitial a.pil:focus, .modal.AffirmInterstitial a.pil:hover, .modal.AffirmInterstitial a.pil:visited {
  color: inherit;
}
.modal.AffirmInterstitial .modalTitle {
  font-size: 25px;
}
.modal.AffirmInterstitial .subheader-1 {
  color: #bc2510;
  font-family: "ITCFranklinGothicStd", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
.modal.AffirmInterstitial .headerContainer {
  display: flex;
  align-items: center;
  padding: 25px;
  background-color: #951d1f;
}
.modal.AffirmDesign {
  margin: auto;
  display: none;
  position: fixed;
  z-index: 200;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  font-family: "HelveticaNeueW01", Helvetica, Arial, sans-serif;
}
.modal.AffirmDesign .modalTitle {
  font-size: 18px;
}
@media (min-width: 1200px) {
  .modal.AffirmDesign .modalTitle {
    font-size: 25px;
  }
}
.modal.AffirmDesign .subheader-1 {
  color: #bc2510;
  font-family: "ITCFranklinGothicStd", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .modal.AffirmDesign .subheader-1 {
    font-size: 20px;
    line-height: 24px;
  }
}
.modal.AffirmDesign .headerContainer {
  background-color: #E84C38;
}
.modal.AffirmDesign .modalClose {
  top: auto;
  right: 20px;
}
@media (min-width: 768px) {
  .modal.AffirmDesign .modalClose {
    right: 0;
  }
}
.modal.AffirmDesignWrapper {
  position: relative;
}
.modal.AffirmDesign > .iScrollVerticalScrollbar.iScrollLoneScrollbar {
  right: 50% !important;
  top: 120px !important;
}
.modal.AffirmDesign.noBG {
  background-color: transparent;
}
.modal.AffirmDesign * {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}
.modal.AffirmDesign .modalContent .iScrollVerticalScrollbar {
  top: 5% !important;
}
.modal.AffirmDesign .modalContent .study-statement {
  font-size: 15px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .modal.AffirmDesign .modalContent .study-statement {
    font-size: 22px;
    line-height: 29px;
  }
}
.modal.AffirmDesign .modalContent .simple-subheader {
  color: #58595B;
}
.modal.AffirmDesign .modalPubDate {
  background-color: #e6e6e6;
  color: #00648c;
  padding: 10px 20px 10px;
  font-weight: 700;
  font-size: 13px;
}
@media (min-width: 1200px) {
  .modal.AffirmDesign .modalPubDate {
    padding: 15px 35px 15px;
    font-size: 18px;
  }
}
.modal.AffirmDesign .modalBtn {
  display: flex;
  padding: 11px 16px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-radius: 30px;
  border: 3px solid #faaf34;
  background: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #c0311a;
  font-size: 20px;
  font-family: "ITCFranklinGothicStd", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  height: 35px;
}
.modal.AffirmDesign a.pil, .modal.AffirmDesign a.pil:focus, .modal.AffirmDesign a.pil:hover, .modal.AffirmDesign a.pil:visited {
  color: inherit;
}
.modal.AffirmDesign .content-wrapper {
  padding-bottom: 0px;
}
@media (max-width: 767px) {
  .modal.AffirmDesign .modalBtnContainer {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .modal.AffirmDesign .modalBtnContainer .modalBtn {
    margin-bottom: 20px;
  }
}
.modal.fiveYearDatav2 {
  display: none;
  position: fixed;
  z-index: 200;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  font-family: "HelveticaNeueW01", Helvetica, Arial, sans-serif;
  z-index: 100;
}
.modal.fiveYearDatav2Wrapper {
  position: relative;
}
.modal.fiveYearDatav2 > .iScrollVerticalScrollbar.iScrollLoneScrollbar {
  right: 50% !important;
  top: 120px !important;
}
.modal.fiveYearDatav2.noBG {
  background-color: transparent;
}
.modal.fiveYearDatav2 * {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}
.modal.fiveYearDatav2 .modalContent .iScrollVerticalScrollbar {
  top: 5% !important;
}
.modal.fiveYearDatav2 .modalContent .study-statement {
  font-size: 15px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .modal.fiveYearDatav2 .modalContent .study-statement {
    font-size: 22px;
    line-height: 29px;
  }
}
.modal.fiveYearDatav2 .modalContent .simple-subheader {
  color: #58595B;
}
.modal.fiveYearDatav2 .modalPubDate {
  background-color: #e6e6e6;
  color: #00648c;
  padding: 10px 20px 10px;
  font-weight: 700;
  font-size: 13px;
}
@media (min-width: 1200px) {
  .modal.fiveYearDatav2 .modalPubDate {
    padding: 15px 35px 15px;
    font-size: 18px;
  }
}
.modal.fiveYearDatav2 .modalBtn {
  display: flex;
  padding: 11px 16px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-radius: 30px;
  border: 3px solid #faaf34;
  background: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #c0311a;
  font-size: 20px;
  font-family: "ITCFranklinGothicStd", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  height: 35px;
}
.modal.fiveYearDatav2 a.pil, .modal.fiveYearDatav2 a.pil:focus, .modal.fiveYearDatav2 a.pil:hover, .modal.fiveYearDatav2 a.pil:visited {
  color: inherit;
}
@media (max-width: 767px) {
  .modal.fiveYearDatav2 {
    z-index: 9999;
  }
}
@media (max-width: 1400px) {
  .modal.fiveYearDatav2 {
    width: calc(100vw - 248px);
  }
}
@media (max-width: 1200px) {
  .modal.fiveYearDatav2 {
    width: 100%;
  }
}
.modal.fiveYearDatav2 .modalContent {
  background: url("/images/arches-splash-bg-desktop_v2.png") no-repeat center center;
  background-size: cover;
  min-height: 356px;
  box-shadow: unset;
  margin-top: 237px;
}
@media (max-width: 767px) {
  .modal.fiveYearDatav2 .modalContent {
    background-image: url("/images/arches-splash-bg-mobile_v2.png");
    min-height: 514px;
    background-position-y: 74%;
    margin-top: 127px;
    max-width: 410px;
    background-position-x: left;
    background-size: 115%;
  }
}
@media (min-width: 992px) {
  .modal.fiveYearDatav2 .modalContent {
    width: 830px;
  }
}
.modal.fiveYearDatav2 .modalContent img.lightning {
  width: 203px;
  margin: -21px auto;
}
.modal.fiveYearDatav2 a {
  text-decoration: none;
}
.modal.fiveYearDatav2 .fn {
  color: #332d32;
  font-family: "ITCFranklinGothicStd-noDescentOverride", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  position: absolute;
  bottom: 17px;
  right: 76px;
}
@media (max-width: 767px) {
  .modal.fiveYearDatav2 .fn {
    bottom: 16px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
  }
}
.modal.fiveYearDatav2 .modalSubtitle {
  font-weight: 600;
  font-size: 26px;
  text-align: center;
  color: #951D1F;
  font-family: "ITCFranklinGothicStd-noDescentOverride", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 26px;
  line-height: 31px;
  padding: 13px 0;
}
.modal.fiveYearDatav2 .modalHighlight {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 300px;
  justify-content: space-between;
  font-family: "ITCFranklinGothicStd-noDescentOverride", Helvetica, Arial, sans-serif;
  font-weight: 600;
}
@media (max-width: 767px) {
  .modal.fiveYearDatav2 .modalHighlight {
    flex-direction: column;
    gap: 42px;
  }
}
@media (max-width: 767px) {
  .modal.fiveYearDatav2 .arches-col {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .modal.fiveYearDatav2 .arches-col {
    margin-top: 20px;
    margin-left: 69px;
  }
}
.modal.fiveYearDatav2 .highlightHarness {
  line-height: 0.6em;
  font-size: 82.5px;
  font-style: normal;
  font-weight: 600;
  font-family: "ITCFranklinGothicStd", Helvetica, Arial, sans-serif;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  position: relative;
  display: flex;
  align-self: flex-start;
}
.modal.fiveYearDatav2 .highlightHarness .border {
  position: relative;
  font-family: "ITCFranklinGothicStd-noDescentOverride", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .modal.fiveYearDatav2 .highlightHarness .border {
    margin-top: 14%;
    font-size: 51px;
  }
}
@media (min-width: 768px) {
  .modal.fiveYearDatav2 .highlightHarness .border {
    margin-top: 31.6%;
    margin-right: 28px;
  }
}
.modal.fiveYearDatav2 .highlightHarness .border::before {
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  top: -15px;
  width: 100%;
  background: linear-gradient(to right, rgba(251, 176, 52, 0) 0%, rgb(251, 176, 52) 33.33%, rgb(251, 176, 52) 66.67%, rgba(251, 176, 52, 0) 100%);
}
@media (max-width: 767px) {
  .modal.fiveYearDatav2 .highlightHarness .border::before {
    top: -13px;
  }
}
.modal.fiveYearDatav2 .highlightHarness .border::after {
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  bottom: 0px;
  width: 100%;
  background: linear-gradient(to right, rgba(251, 176, 52, 0) 0%, rgb(251, 176, 52) 33.33%, rgb(251, 176, 52) 66.67%, rgba(251, 176, 52, 0) 100%);
}
@media (max-width: 767px) {
  .modal.fiveYearDatav2 .highlightHarness {
    align-self: center;
  }
}
.modal.fiveYearDatav2 .font-33 {
  font-size: 33.7753px;
  line-height: 0.9em;
  font-family: "ITCFranklinGothicStd-noDescentOverride", Helvetica, Arial, sans-serif;
}
.modal.fiveYearDatav2 .font-36 {
  font-size: 35.462px;
  line-height: 1.6em;
  text-align: center;
  font-family: "ITCFranklinGothicStd-noDescentOverride", Helvetica, Arial, sans-serif;
}
.modal.fiveYearDatav2 .font-41 {
  font-size: 41.4757px;
  text-align: center;
  font-family: "ITCFranklinGothicStd-noDescentOverride", Helvetica, Arial, sans-serif;
}
.modal.fiveYearDatav2 .font-52 {
  font-size: 52.5px;
  margin-left: -16px;
  text-align: center;
  font-family: "ITCFranklinGothicStd-DmCd-noDescentOverride", Helvetica, Arial, sans-serif;
  line-height: 0.9em;
}
.modal.fiveYearDatav2 .font-54 {
  font-size: 54px;
  line-height: 0.85em;
  font-family: "ITCFranklinGothicStd", Helvetica, Arial, sans-serif;
}
.modal.fiveYearDatav2 .font-44 {
  font-size: 44px;
  line-height: 0.8em;
  font-family: "ITCFranklinGothicStd-noDescentOverride", Helvetica, Arial, sans-serif;
}
.modal.fiveYearDatav2 .font-64 {
  font-size: 64px;
  line-height: 0.85em;
  font-family: "ITCFranklinGothicStd", Helvetica, Arial, sans-serif;
}
.modal.fiveYearDatav2 .highlightNumber {
  font-size: 102px;
  font-weight: 900;
  line-height: 67px;
  margin-top: 10px;
  color: #FBB034;
  letter-spacing: 1.5px;
  text-shadow: 0px 2.50423px 2.50423px rgba(0, 0, 0, 0.25);
  font-family: "ITCFranklinGothicStd-DmCd-noDescentOverride", Helvetica, Arial, sans-serif;
}
.modal.fiveYearDatav2 .highlightText {
  font-family: "ITCFranklinGothicStd-noDescentOverride", Helvetica, Arial, sans-serif;
  font-size: 67px;
  line-height: 52px;
  color: #FBB034;
  font-weight: 600;
  text-shadow: 0px 2.12825px 2.12825px rgba(0, 0, 0, 0.25);
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.modal.fiveYearDatav2 .text-white {
  color: #FFFFFF;
}
.modal.fiveYearDatav2 .text-red {
  color: #c0311a;
}
.modal.fiveYearDatav2 .flex-column {
  display: flex;
  flex-direction: column;
}
.modal.fiveYearDatav2 .flex-row {
  display: flex;
  flex-direction: row;
  align-content: center;
  flex-wrap: wrap;
  justify-content: space-around;
}
.modal.fiveYearDatav2 .flex-row:first-child {
  margin-bottom: 9px;
}
.modal.fiveYearDatav2 .hang {
  margin-left: -0.3em;
}
.modal.fiveYearDatav2 .btn {
  display: flex;
  padding: 7px 12px 0px 18px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-radius: 30px;
  border: 3px solid #faaf34;
  background: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #c0311a;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  height: 41px;
  position: absolute;
  top: 57%;
  right: 34px;
  font-family: "ITCFranklinGothicStd-noDescentOverride", Helvetica, Arial, sans-serif;
}
.modal.fiveYearDatav2 .btn:after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #c0311a;
  border-right: 2px solid #c0311a;
  display: block;
  transform: rotate(45deg) translate(-6px, 3px);
}
@media (max-width: 767px) {
  .modal.fiveYearDatav2 .btn {
    top: unset;
    margin: 29px auto 0;
    position: relative;
    right: unset;
  }
}
.modal.fiveYearDatav2 .content-wrapper {
  padding-bottom: 0px;
}
.modal.fiveYearDatav2 .modalClose {
  background: none;
  height: 25px;
  right: -14px;
  top: 10px;
  width: 26px;
  z-index: 1;
}
@media (max-width: 767px) {
  .modal.fiveYearDatav2 .modalClose {
    right: 10px;
  }
}
.modal.fiveYearDatav2 .modalClose svg {
  position: absolute;
  top: 4px;
}
@media (max-width: 767px) {
  .modal.fiveYearDatav2 .modalClose svg {
    -webkit-filter: brightness(125) contrast(25);
            filter: brightness(125) contrast(25);
  }
}
.modal.fiveYearDatav2 .modalBtnContainer .square-buttons {
  background-color: #fbaf34;
  padding: 13px 35px 13px 15px;
  border: none;
  color: white;
  font-family: "ITCFranklinGothicStd", Helvetica, Arial, sans-serif;
  text-decoration: none;
  position: relative;
}
@media (max-width: 767px) {
  .modal.fiveYearDatav2 .modalBtnContainer {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .modal.fiveYearDatav2 .modalBtnContainer .modalBtn {
    margin-bottom: 20px;
  }
}
.modal.fiveYearDatav2.on {
  display: block !important;
}
.modal .content-wrapper {
  /*padding-bottom: 50px;*/
}
.modal .container {
  padding: 10px 20px;
  background: #fff;
}
@media (min-width: 1200px) {
  .modal .container {
    width: 100%;
    padding: 25px 80px;
  }
}
.modal .container-full {
  padding: 0 20px;
  background-color: #fff;
}
@media (min-width: 1200px) {
  .modal .container-full {
    padding: 0 30px 0 35px;
  }
}
.modal .gradient {
  position: relative;
}
.modal .gradient::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 10px;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.3);
}
.modalBody {
  font-size: 16px;
  font-weight: 300;
  height: calc(100% - 42px);
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .modalBody {
    height: calc(100% - 45px);
  }
}
@media (min-width: 1200px) {
  .modalBody {
    height: calc(100% - 70px);
  }
}
.modalTitle {
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 1px;
  color: #fff;
  padding: 15px 20px 8px;
  text-transform: uppercase;
  /*
  &.designs {
      @include mix.popup_header;

      padding: 15px 20px 8px;

      @include mix.sm {
          padding: 40px 35px 10px;
      }

      &.periwinkle {
          color: vars.$periwinkle;
      }
  }
  */
}
@media (min-width: 768px) {
  .modalTitle {
    font-size: 32px;
    padding: 25px 20px 10px;
  }
}
@media (min-width: 1200px) {
  .modalTitle {
    padding: 25px 35px 10px;
  }
}
.modalContent {
  position: relative;
  margin: auto;
  padding: 0;
  max-width: 897px;
  height: 75%;
  overflow: hidden;
  min-width: 290px;
  /*max-height: 75vh;*/
  background-color: #FFF;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align: left;
}
@media (min-width: 768px) {
  .modalContent {
    /*width: 46%;
    max-width: 660px;*/
    height: 75%;
  }
}
.modalContent img {
  width: 100%;
  height: auto;
}
.modalContent a {
  color: #666666;
  text-decoration: underline;
}
.modalContent p {
  /*
  font-size: 12px;
  line-height: 1.2;
  color: vars.$grey;
  */
  /*
  @include mix.sm {
      font-size: 17px;
      line-height: 20px;
  }
  */
}
.modalContent p:last-child {
  margin-bottom: 0px;
}
.modalContent p.disclosure {
  padding-bottom: 0;
  margin-bottom: 5px;
}
.modalContent p.header {
  font-size: 21px;
  font-weight: 400;
}
.modalContent p.header--lg {
  font-size: 20px;
}
@media (min-width: 768px) {
  .modalContent p.header--lg {
    font-size: 24px;
  }
}
.modalContent p.subtitle {
  margin-bottom: 0;
  padding: 10px 0 0;
  color: #666666;
}
.modalContent p.subcopy {
  font-size: 16px;
  font-weight: 400;
}
.modalContent p.small {
  font-size: 14px;
  line-height: 16px;
}
.modalContent p.large {
  font-size: 18px;
  line-height: 20px;
}
.modalContent i {
  font-style: italic;
  font-weight: 500;
  font-size: 16px;
}
.modalContent i.publication:after {
  content: "";
}
.modalClose {
  position: absolute;
  right: 0px;
  top: 8px;
  padding-right: 0px;
  font-size: 13px;
  font-weight: 300;
  color: #fff;
  cursor: pointer;
  width: 20px;
  height: 20px;
  background: url("../../images/close-default.png") no-repeat top right;
  background-size: contain;
}
@media (min-width: 768px) {
  .modalClose {
    font-size: 42px;
    width: 31px;
    height: 27px;
  }
}
.modalClose:after {
  /*content: '\d7';*/
}
.modalClose.darker {
  background: url("../../images/close-darker.png") no-repeat top right;
  background-size: contain;
}
.modalClose.prosper_blue {
  background: url("../../images/close-blue.png") no-repeat right;
  background-size: contain;
}
@media (min-width: 768px) {
  .modalClose {
    top: 15px;
    width: 35px;
    height: 35px;
    margin-right: 25px;
    font-size: 62px;
  }
}
.modalClose.push-down {
  top: 12px;
  right: 15px;
}
@media (min-width: 768px) {
  .modalClose.push-down {
    top: 15px;
    right: 0;
  }
}
.modalBtnContainer {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px 25px 0px 15px;
  gap: 10px;
}
@media (min-width: 768px) {
  .modalBtnContainer {
    flex-direction: row;
    padding: 0px 25px 35px 25px;
  }
}
@media (max-width: 767px) {
  .modalBtnContainer {
    padding-bottom: 25px;
  }
}
.modalBtnContainer.full {
  padding-right: 25px;
  display: none !important;
}
.modalBottom {
  padding-top: 0;
  padding-bottom: 35px !important;
  margin-bottom: 0px;
  /*
  @include mix.sm {
      margin-bottom: 30px;
  }
  */
}
@media (min-width: 1200px) {
  .modalBottom {
    padding-bottom: 45px !important;
  }
}
.modal .box-text {
  max-width: 660px;
  border: 1px solid #d8d9da;
  text-align: left;
  position: relative;
  padding: 15px 13px;
  margin: 20px auto 20px;
  margin-right: 20px;
  font-size: 14px;
  font-weight: 700;
  font-family: "ITCFranklinGothicStd-DmCd", Helvetica, Arial, sans-serif;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .modal .box-text {
    font-size: 17px;
  }
}
.modal .box-text::before {
  position: absolute;
  right: 0px;
  bottom: 0px;
  content: "";
  border-top: 15px solid white;
  border-right: 15px solid #d8d9da;
}
.modal .box-text::after {
  position: absolute;
  right: -1px;
  bottom: -1px;
  content: "";
  border-top: 21px solid transparent;
  border-right: 21px solid white;
}
.modal .buttons-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90px;
  margin-bottom: 30px;
}
.modal .square-buttons {
  margin: 7px;
  background-color: #fbaf34;
  text-transform: uppercase;
  border: none;
  color: white;
  font-family: "ITCFranklinGothicStd", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 55px;
  cursor: pointer;
}
.modal .image-align {
  position: relative;
}
.modal .image-align img {
  transform: translateX(-7px);
}
.modal.EmbarkDesign {
  display: none;
  position: fixed;
  z-index: 200;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  font-family: "HelveticaNeueW01", Helvetica, Arial, sans-serif;
}
.modal.EmbarkDesignWrapper {
  position: relative;
}
.modal.EmbarkDesign > .iScrollVerticalScrollbar.iScrollLoneScrollbar {
  right: 50% !important;
  top: 120px !important;
}
.modal.EmbarkDesign.noBG {
  background-color: transparent;
}
.modal.EmbarkDesign * {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}
.modal.EmbarkDesign .modalContent .iScrollVerticalScrollbar {
  top: 5% !important;
}
.modal.EmbarkDesign .modalContent .study-statement {
  font-size: 15px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .modal.EmbarkDesign .modalContent .study-statement {
    font-size: 22px;
    line-height: 29px;
  }
}
.modal.EmbarkDesign .modalContent .simple-subheader {
  color: #58595B;
}
.modal.EmbarkDesign .modalPubDate {
  background-color: #e6e6e6;
  color: #00648c;
  padding: 10px 20px 10px;
  font-weight: 700;
  font-size: 13px;
}
@media (min-width: 1200px) {
  .modal.EmbarkDesign .modalPubDate {
    padding: 15px 35px 15px;
    font-size: 18px;
  }
}
.modal.EmbarkDesign .modalBtn {
  display: flex;
  padding: 11px 16px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-radius: 30px;
  border: 3px solid #faaf34;
  background: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #c0311a;
  font-size: 20px;
  font-family: "ITCFranklinGothicStd", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  height: 35px;
}
.modal.EmbarkDesign a.pil, .modal.EmbarkDesign a.pil:focus, .modal.EmbarkDesign a.pil:hover, .modal.EmbarkDesign a.pil:visited {
  color: inherit;
}
.modal.EmbarkDesign .modalTitle {
  font-size: 18px;
}
@media (min-width: 1200px) {
  .modal.EmbarkDesign .modalTitle {
    font-size: 25px;
  }
}
.modal.EmbarkDesign .headerContainer {
  background-color: #1b365d;
}
.modal.EmbarkDesign .square-list {
  background-color: #e8e8e8;
  padding: 12px 20px !important;
}
.modal.EmbarkDesign .square-list__item {
  font-size: 14px !important;
  font-family: "ITCFranklinGothicStd-BkCp", Helvetica, Arial, sans-serif;
  margin: 0 !important;
}
.modal.EmbarkDesign .square-list__title {
  font-size: 14px;
  font-weight: 700;
}
.modal.EmbarkDesign .square-list-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}
.modal.EmbarkDesign .modalClose {
  top: auto;
  right: 20px;
}
@media (min-width: 768px) {
  .modal.EmbarkDesign .modalClose {
    right: 0;
  }
}
.modal.EmbarkDesign .content-wrapper {
  padding-bottom: 0px;
}
@media (max-width: 767px) {
  .modal.EmbarkDesign .modalBtnContainer {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .modal.EmbarkDesign .modalBtnContainer .modalBtn {
    margin-bottom: 20px;
  }
}
.modal.EmbarkDesign .embark-endpoints img {
  position: relative;
  top: 0;
  left: 1.1%;
  padding-right: 3.6%;
}
@media (min-width: 768px) {
  .modal.EmbarkDesign .embark-endpoints img {
    left: 1.1%;
    padding-right: 3.6%;
  }
}

.windows.edge .modal.fiveYearDatav2 .font-54, .windows.chrome .modal.fiveYearDatav2 .font-54 {
  font-family: "ITCFranklinGothicStd-noDescentOverride", Helvetica, Arial, sans-serif;
}
.windows.edge .modal.fiveYearDatav2 .btn, .windows.chrome .modal.fiveYearDatav2 .btn {
  padding: 0px 12px 0px 18px;
}
.windows.edge .modal.fiveYearDatav2 .btn:after, .windows.chrome .modal.fiveYearDatav2 .btn:after {
  transform: rotate(45deg) translate(-5px, 6px);
}

.mac.safari .modal.fiveYearDatav2 .font-54 {
  font-family: "ITCFranklinGothicStd-noDescentOverride", Helvetica, Arial, sans-serif;
  padding-top: 17px;
  line-height: 0.55em;
}

/*
|--------------------------------------------------------------------------
| Colors
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Fonts variants
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Breakpoints (for mobile first)
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Typography
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Misc
|--------------------------------------------------------------------------
*/
/*
@mixin header_ss_roman {
    font-family: vars.$helvetica;
    font-weight: vars.$font-weight-regular;
    font-size: 14px;
    line-height: 18px;

    @include mix.sm {
        font-size: 18px;
        line-height: 22px;
    }
}

@mixin header_ss_light {
    font-family: vars.$helvetica;
    font-weight: vars.$font-weight-light;
    font-size: 14px;
    line-height: 18px;

    @include mix.sm {
        font-size: 18px;
        line-height: 22px;
    }
}
*/
/* Text mixins based on style guide.
*  Use these with "head", "subhead" classes, etc.
*  Don't use them directly on the h1, h2, etc. elements.
*/
/*
@mixin footnoteStyle {
    font-size: 12px;
    font-weight: vars.$font-weight-regular;
    font-family: vars.$helveticaCondensed;
}
*/
/*
|--------------------------------------------------------------------------
| Debug
|--------------------------------------------------------------------------
*/
/*
 * Show a warning message if the debug mode is enabled in the top right corner of the viewport.
 * How to use:
 * @include show-debug-mode;
 */
/*
|--------------------------------------------------------------------------
| Helper Functions
|--------------------------------------------------------------------------
*/
/**
 * Converts an HEX color into a RGB list
 */
/**
 * Converts an HEX color into RGB with alpha
 */
/**
 * Converts a value in pixels to em's, assuming that 1em=16px.
 * @param {Number} $value - A value in px
 * @return {Number} - The value converted to em's
 */
/**
 * Converts a value in pixels to rem's, assuming that 1rem=16px.
 * @param {Number} $value - A value in px
 * @return {Number} - The value converted to rem's
 */
/**
 * Remove the unit of a length.
 * @param {Number} $number - Number to remove unit from
 * @return {Number} - Unitless number
 */
/**
 * Get the width of a span of columns and the gutter spaces BETWEEN them.
 * The returned value will have the same unit as the $colWidth param.
 *
 * @param {Number} $cols - Number of columns
 * @param {Number} $colWidth - Base width for a single column.
 * @param {Number} $gutter - Width of a gutter space.
 * @return {Number} - Width for $cols columns
 */
/**
 * Get the width of a span of columns and a gutter space for EACH column.
 * The returned value will have the same unit as the $colWidth param.
 *
 * @param {Number} $cols - Number of columns
 * @param {Number} $colWidth - Base width for a single column.
 * @param {Number} $gutter - Width of a gutter space.
 * @return {Number} - Width for $cols columns
 */
/*
<div class="container">
    <div class="container-inner">
        <div class="innerContentNav"></div>

        <div class="innerContent">
            CONTENT GOES HERE
        </div>
    </div>
</div>
*/
.container {
  position: relative;
  width: 100%;
  font-family: "ITCFranklinGothicStd", Helvetica, Arial, sans-serif;
  text-align: left;
  padding-top: 1px;
}

.container.no-overflow {
  overflow: initial;
}

.container.pageHeaderTxt {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .container.pageHeaderTxt {
    margin-bottom: 15px;
  }
}
.container.pageHeaderTxt.margin-b-0 {
  margin-bottom: 0;
}

.container.pageHeaderTxt .innerContent {
  padding-top: 19px;
  padding-bottom: 10px;
}

@media (min-width: 768px) {
  .container.pageHeaderTxt .innerContent {
    padding-top: 35px;
  }
}
.container.pageHeaderTxt .innerContent .header_2 {
  padding: 0;
}

.container.pageHeaderTxtAndEyebrow {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .container.pageHeaderTxtAndEyebrow {
    margin-bottom: 45px;
  }
}
.container.pageHeaderTxtAndEyebrow .innerContent {
  padding-top: 19px;
  padding-bottom: 19px;
}

@media (min-width: 768px) {
  .container.pageHeaderTxtAndEyebrow .innerContent {
    padding-top: 38px;
    padding-bottom: 35px;
  }
}
.container.pageHeaderTxtAndEyebrow .innerContent .eyebrow {
  padding: 0;
}

@media (max-width: 767px) {
  .container.pageHeaderTxtAndEyebrow .innerContent .eyebrow {
    padding-bottom: 5px;
  }
}
@media (min-width: 1200px) {
  .container.pageHeaderTxtAndEyebrow .innerContent .eyebrow.gap {
    padding-bottom: 20px;
  }
}
.container.pageHeaderTxtAndEyebrow .innerContent .header_2 {
  padding: 0;
}

.container.gray {
  background: linear-gradient(to right, #fff 50%, #e6e6e6 50% 100%);
  /*
  &.extend {
      background: linear-gradient(to right, #fff 50%, vars.$light_grey_2 50% 100%);
  }
  */
}

.container.gray.shadow {
  box-shadow: 0px -4px 5px 0px #cccccc;
}

.container.gray.shadow-inner {
  box-shadow: inset 0px 4px 5px 0 #e6e6e6;
}

.container.ltgray {
  background: linear-gradient(to right, #fff 50%, #f2f2f2 50% 100%);
  /*
  &.extend {
      background: linear-gradient(to right, #fff 50%, vars.$light_grey_3 50% 100%);
  }
  */
}

.container.orange {
  background-color: #f5b24a;
}

.container-inner {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  text-align: left;
  margin: 0 auto;
  max-width: 100%;
  z-index: 2;
}

@media (min-width: 1200px) {
  .container-inner {
    max-width: 1070px;
  }
}
.container-inner > .innerContentNav {
  display: none;
  max-width: 200px;
}

@media (min-width: 1200px) {
  .container-inner > .innerContentNav {
    display: block;
    width: 20%;
  }
}
.container-inner > .innerContentNav.white {
  background-color: #fff;
}

@media (min-width: 1200px) {
  .container-inner > .innerContentNav.white.ancillary {
    width: 3%;
  }
}
.innerContent {
  flex: 1;
  color: #666666;
  padding: 25px 20px;
  max-width: 100%;
}

@media (min-width: 1200px) {
  .innerContent {
    flex: none;
    width: 794px;
    padding: 50px 90px 50px 20px;
  }
}
.innerContentWide {
  /*
  @include mix.xxl {
      width: 1200px;
      background-color: darkgoldenrod;
  }
  */
}

.innerContentWide h2 {
  font-size: 27px;
}

@media (min-width: 1200px) {
  .innerContentWide {
    width: 835px;
  }
}
@media (min-width: 1440px) {
  .innerContentWide {
    width: 835px;
  }
}
@media (min-width: 1200px) {
  .innerContent.extaSidePadding {
    padding: 50px 30px;
  }
}
.innerContent.pageHeaderTxtEyebrow {
  padding-top: 20px;
}

@media (min-width: 1200px) {
  .innerContent.pageBottomReferencesNotes {
    padding-top: 25px;
    padding-left: 0px;
  }
}
.gray .innerContent {
  background-color: #e6e6e6;
}

.ltgray .innerContent {
  background-color: #f2f2f2;
}

@media (min-width: 1200px) {
  .container section.shift {
    /*
    transform: translateX(-40px);
    */
    position: relative;
    left: -40px;
  }
}
@media (min-width: 1440px) {
  .container section.shift {
    position: relative;
    left: auto;
    /*
    transform: none;
    */
  }
}
.card-container {
  display: flex;
  width: 100%;
  padding: 40px 75px 30px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  margin-top: 40px;
}

.card-container img {
  max-width: 100%;
}

.card-container.card-banner {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  flex-direction: row;
  padding: 0;
  background: rgb(149, 29, 32);
  background: linear-gradient(120deg, rgb(149, 29, 32) 0%, rgb(192, 49, 26) 39%, rgb(255, 255, 255) 39%, rgb(189, 189, 189) 39%, rgb(255, 255, 255) 40%, rgb(255, 255, 255) 100%);
}

.card-container.card-banner .card-header-shadow {
  position: relative;
}

.card-container.card-banner .card-header-shadow.desktop {
  display: block;
}

.card-container.card-banner .card-header-shadow.mobile {
  display: none;
}

.card-container.card-banner .card-header-shadow:after {
  content: "";
  background-image: url("/images/corner-flare.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 34px;
  bottom: -32px;
  width: 225px;
  height: 135px;
}

.card-container.card-banner .card-header-shadow .card-header {
  background: none;
  width: 390.596px;
  min-height: 168px;
  margin: 0;
  text-align: initial;
  padding: 30px 60px 30px 60px !important;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}

.card-container.card-banner .card-content {
  align-self: center;
}

@media screen and (max-width: 900px) {
  .card-container.card-banner {
    flex-direction: column;
    width: 100%;
    background: #fff;
  }
  .card-container.card-banner .card-header-shadow {
    width: 100%;
  }
  .card-container.card-banner .card-header-shadow .card-header {
    width: 100%;
    min-height: 119px;
    padding: 30px 45px 30px 36px !important;
    font-size: 20px;
  }
  .card-container.card-banner .card-header-shadow:after {
    right: 4vw;
  }
  .card-container.card-banner .card-header-shadow.desktop {
    display: none;
  }
  .card-container.card-banner .card-header-shadow.mobile {
    display: block;
    background: rgb(149, 29, 32);
    background: linear-gradient(120deg, rgb(149, 29, 32) 0%, rgb(192, 49, 26) 83vw, rgb(255, 255, 255) 83vw, rgb(189, 189, 189) 83vw, rgb(255, 255, 255) 84vw, rgb(255, 255, 255) 100%);
  }
  .card-container.card-banner .card-header-shadow.mobile.mid::after {
    right: 6vw;
  }
  .card-container.card-banner .card-header-shadow.mobile.long::after {
    right: 10vw;
  }
  .card-container.card-banner .middle-img img {
    padding: 20px 0 20px 0;
    margin: auto;
  }
  .card-container.card-banner .card-content {
    padding-bottom: 30px;
    padding-top: 30px;
    width: 100%;
  }
  .card-container.card-banner .card-content .btn {
    margin: 0 auto 20px auto;
  }
}
.card-container .info-box {
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 
  * {
      font-size: 17px;
      font-style: normal;
      font-weight: 600;
      line-height: 20px;
      padding: 0px;
  }
  */
}

.card-container .btn {
  display: flex;
  padding: 11px 16px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-radius: 30px;
  border: 3px solid #faaf34;
  background: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #c0311a;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  height: 37px;
}

.card-header {
  color: #fff;
  background: linear-gradient(90deg, #c0311a 0%, #951d20 100%);
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px; /* 112.5% */
  text-transform: uppercase;
  margin-top: 40px;
  padding: 15px 0;
}

.card-header + .card-container {
  border-radius: 0 0 15px 15px;
  margin-top: 0px;
  box-shadow: none;
}

/*
<div class="box-buttons">
    <a class="box-buttons__link box-buttons__link--padding-4buttons" href="#">mCSPC (ARCHES)<br> Efficacy</a>
    <a class="box-buttons__link box-buttons__link--padding-4buttons" href="#">nmCRPC (PROSPER)<br> Efficacy</a>
    <a class="box-buttons__link box-buttons__link--padding-4buttons" href="#">mCRPC (PREVAIL)<br> Efficacy</a>
    <a class="box-buttons__link box-buttons__link--padding-4buttons" href="#">XTANDI Dosing <br>and Administration</a>
</div>
*/
.box-buttons {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
  width: 100%;
  font-family: "dccITCFranklinGothicStdCondensed";
  font-weight: 600;
  font-size: 15px;
  margin: 25px 0;
}

@media (min-width: 768px) {
  .box-buttons {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
  }
}
@media (min-width: 1200px) {
  .box-buttons {
    margin: 30px 0;
  }
}
.box-buttons__3columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 477px;
}

@media (min-width: 768px) {
  .box-buttons__3columns {
    display: grid;
    gap: 15px;
    grid-template-columns: 1fr 1fr 1fr !important;
  }
}
.box-buttons__link {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  min-height: 4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.3px;
  color: white;
  background-color: #fbaf34;
  text-decoration: none;
  text-align: right;
  border: none;
  cursor: pointer;
}

@media (min-width: 768px) {
  .box-buttons__link {
    min-height: 3.5rem;
  }
}
.box-buttons__link > p {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  text-transform: inherit;
  text-decoration: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

.box-buttons__link:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 7px;
  transform: translate(0, -50%);
  display: block;
  width: 9px;
  height: 14px;
  background: url("/images/icons/arrow-copy-3.png") no-repeat 0 0;
  background-size: contain;
}

@media (min-width: 450px) {
  .box-buttons__link:after {
    right: 7px;
  }
}
@media (min-width: 768px) {
  .box-buttons__link:after {
    width: 7px;
    height: 12px;
  }
}
@media (min-width: 1200px) {
  .box-buttons__link:after {
    right: 7px;
    width: 17px;
    height: 23px;
    margin-left: 8px;
  }
}
.box-buttons__link--padding-3buttons {
  padding: 5px 30px 5px 15px;
}

@media (min-width: 768px) {
  .box-buttons__link--padding-3buttons {
    padding: 5px 30px 5px 5px;
  }
}
.box-buttons__link--padding-4buttons {
  padding: 5px 30px 5px 5px;
}

.box-buttons__link--grey {
  background-color: #54565a;
}

.box-buttons--small {
  font-size: 14px;
}

.chamfered-container {
  position: relative;
  display: block;
  width: 100%;
  font-size: 1rem;
  text-align: left;
  -webkit-filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.15));
}

.chamfered-container__body {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0.9375rem 0.9375rem 1.5625rem;
  background-color: white;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 9px), calc(100% - 9px) 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 9px), calc(100% - 9px) 100%, 0% 100%);
}

@media (min-width: 1200px) {
  .chamfered-container__body {
    padding: 0.9375rem 1.25rem 1.5625rem;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0% 100%);
  }
}
.chamfered-container--top-right .chamfered-container__body {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 9px), calc(100% - 9px) 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 9px), calc(100% - 9px) 100%, 0% 100%);
}

@media (min-width: 1200px) {
  .chamfered-container--top-right .chamfered-container__body {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0% 100%);
  }
}
/*
@* INFO BOX CONTAINER *@
<div class="info-box-container">
    <div class="info-box-container__body">
        <p>Important information goes here.</p>
    </div>
</div>

@* INFO BOX CONTAINER WITH BORDER *@
<div class="info-box-container info-box-container--with-border">
    <div class="info-box-container__body">
        <p>Important information goes here.</p>
    </div>
</div>

@* INFO BOX CONTAINER CENTERED *@
<div class="info-box-container info-box-container--centered">
    <div class="info-box-container__body">
        <p>Important information goes here.</p>
    </div>
</div>
*/
.info-box-container {
  position: relative;
  display: block;
  width: 100%;
  font-family: "dccITCFranklinGothicStdCompressed";
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 1.5625rem;
  text-align: left;
}

.info-box-container__body {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  color: #fff;
  background-color: #c0311a;
  padding: 15px 20px 15px;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 9px), calc(100% - 9px) 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 9px), calc(100% - 9px) 100%, 0% 100%);
}

@media (min-width: 1200px) {
  .info-box-container__body {
    padding: 0.9375rem 1.25rem 0.9375rem 1.25rem;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0% 100%);
  }
}
.info-box-container__body p {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  padding: 0;
  margin-bottom: 0.5em;
}

.info-box-container__body p:last-child {
  margin-bottom: 0;
}

.info-box-container--with-border {
  padding: 1px;
  background-color: #e64b38;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 9px), calc(100% - 9px) 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 9px), calc(100% - 9px) 100%, 0% 100%);
}

@media (min-width: 1200px) {
  .info-box-container--with-border {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0% 100%);
  }
}
.info-box-container--with-border .info-box-container__body {
  z-index: 2;
  background-color: white;
}

.info-box-container--with-border.color-grey {
  background-color: #d8d9da;
}

.info-box-container--with-border.color-grey .info-box-container__body p {
  color: #666666;
}

.info-box-container--with-border.color-grey-2 {
  background-color: #d8d9da;
}

.info-box-container--with-border.color-grey-2 .info-box-container__body p {
  color: #4f4e4e;
}

.info-box-container--with-border.enzamet {
  background-color: #d8d9da;
}

.info-box-container--with-border.enzamet .info-box-container__body p {
  color: #54565a;
}

.info-box-container--with-border.color-orange-bar {
  background-color: #e64b38;
}

.info-box-container--with-border.color-orange-bar .info-box-container__body p {
  color: #e64b38;
}

.info-box-container--with-border.color-dark-orange {
  background-color: #f26a35;
}

.info-box-container--with-border.color-dark-orange .info-box-container__body p {
  color: #f26a35;
}

.info-box-container--with-border.color-red {
  background-color: #c0311a;
}

.info-box-container--with-border.color-red .info-box-container__body p {
  color: #c0311a;
}

.info-box-container--centered .info-box-container__body {
  z-index: 2;
  padding: 0.9375rem 1.25rem 0.9375rem;
}

@media (min-width: 1200px) {
  .info-box-container--centered .info-box-container__body {
    padding: 0.9375rem 7.5rem 0.9375rem;
  }
}
.info-box-container--centered .info-box-container__body p {
  font-size: 16px;
  text-align: center;
}

@media (min-width: 1200px) {
  .info-box-container--centered .info-box-container__body p {
    font-size: 20px;
  }
}
.chart-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0 auto 10px;
  -webkit-filter: drop-shadow(2px 5px 4px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(2px 5px 4px rgba(0, 0, 0, 0.2));
}

@media (min-width: 1200px) {
  .chart-container {
    margin: 0 auto 5px;
  }
}
.chart-container img {
  width: 100%;
  height: auto;
  max-width: 100%;
  position: relative;
  left: -10px;
}

.chart-container--no-shadow {
  -webkit-filter: none;
          filter: none;
}

.chart-container--left0 img {
  left: 0;
}

.two-cells-content {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 0.9375rem;
}

.two-cells-content:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.two-cells-content__cell1 {
  width: auto;
  /*
  @include mix.lg {
      width: auto;
  }
  */
}

.two-cells-content__cell2 {
  width: 100%;
  /*
  @include mix.lg {
      width: auto;
  }
  */
}

.two-cells-content--middle {
  align-items: center;
}

.list-item {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 0.9375rem;
}

.list-item:last-child {
  margin-bottom: 0;
}

.list-item__cell1 {
  width: auto;
  /*
  @include mix.lg {
      width: auto;
  }
  */
}

.list-item__cell2 {
  width: 100%;
  /*
  @include mix.lg {
      width: auto;
  }
  */
}

.list-item--middle {
  align-items: center;
}

.section-separator {
  display: flex;
  width: 100%;
  height: 1px;
  background-color: #fbb034;
  margin: 30px 0 30px 0;
  border: none;
}

@media (min-width: 768px) {
  .section-separator {
    margin: 40px 0 40px 0;
  }
}
.ssi-container {
  position: relative;
  font-family: "dccITCFranklinGothicStdCondensed";
  font-weight: 350;
  font-size: 1rem;
  line-height: 1.3;
  /*

  .header_ss_roman {
      @include mix.header_ss_roman;
  }

  .header_ss_light {
      @include mix.header_ss_light;
  }
  */
}

.ssi-container__header {
  font-family: inherit;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: #bc2510;
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .ssi-container__header {
    font-size: 20px;
    margin-bottom: 5px;
  }
}
.ssi-container__body > h4 {
  font-family: inherit;
  font-weight: 600;
  font-size: 15px;
  line-height: inherit;
  color: #bc2510;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .ssi-container__body > h4 {
    font-size: 19px;
    margin-bottom: 0;
  }
}
.ssi-container__body > p {
  font-family: inherit;
  font-weight: 350;
  font-size: 14px;
  line-height: 1.2;
  color: #666666;
}

@media (min-width: 1200px) {
  .ssi-container__body > p {
    font-size: 17px;
  }
}
.ssi-container__body > p strong {
  font-weight: 600;
}

.ssi-container__body > *:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.metastatic-toggle-container {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 15px auto;
  padding-top: 15px;
  z-index: 2;
  position: relative;
}

.metastatic-toggle-container .view-for {
  color: #666667;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 110% */
  letter-spacing: 0.2px;
  text-transform: capitalize;
}

.metastatic-toggle-container .ms-button-wrapper {
  border-radius: 25px;
  box-shadow: inset 0px -5px 11px rgba(164, 164, 164, 0.5), 0 3px 8px rgba(0, 0, 0, 0.4);
  display: flex;
  overflow: hidden;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 15px auto;
  background-color: #fff;
}

.metastatic-toggle-container .ms-button-wrapper .toggle-button {
  background-color: transparent;
  color: #aaa;
  border: none;
  cursor: pointer;
  flex: auto;
  outline: none;
  padding: 10px 20px;
  font-weight: 900;
  text-align: center;
  min-width: 170px;
}

@media (max-width: 767px) {
  .metastatic-toggle-container .ms-button-wrapper .toggle-button {
    min-width: unset;
  }
}
.metastatic-toggle-container .ms-button-wrapper .toggle-button.active {
  background-color: #c0311a;
  color: #fff;
  border-radius: 25px;
  box-shadow: unset;
}

.metastatic-container {
  display: none;
  position: relative;
  z-index: 2;
}

.metastatic-container.ref-container {
  z-index: 1;
}

.nonmetastatic-container {
  position: relative;
  z-index: 2;
}

.nonmetastatic-container.ref-container {
  z-index: 1;
}

.page-navigation > div.metastatic-container {
  display: none;
}

body.metastatic .nonmetastatic-container {
  display: none;
  position: relative;
  z-index: 2;
}

body.metastatic .nonmetastatic-container.ref-container {
  z-index: 1;
}

body.metastatic .metastatic-container {
  display: block;
  position: relative;
  z-index: 2;
}

body.metastatic .metastatic-container.ref-container {
  z-index: 1;
}

body.metastatic .page-navigation > div.nonmetastatic-container {
  display: none;
}

body.metastatic .page-navigation > div.metastatic-container {
  display: flex;
}

body.nonmetastatic .nonmetastatic-container {
  display: block;
  position: relative;
  z-index: 1;
}

body.nonmetastatic .page-navigation > div.nonmetastatic-container {
  display: flex;
}

body.nonmetastatic .page-navigation > div.nonmetastatic-container {
  display: none;
}

body.nonmetastatic .metastatic-container {
  display: none;
  position: relative;
  z-index: 1;
}

.page-navigation {
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 900px;
}

.page-navigation > div {
  display: flex;
  width: 246.5px;
  height: 90.3px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.page-navigation .left-navigation {
  background-image: url("/images/left-page-arrow.png");
}

.page-navigation .left-navigation.empty {
  background-image: none;
  width: 300px;
}

@media (max-width: 767px) {
  .page-navigation .left-navigation.empty {
    display: none;
  }
}
.page-navigation .left-navigation a {
  margin-left: -10px;
}

.page-navigation .right-navigation {
  background-image: url("/images/right-page-arrow.png");
}

.page-navigation .right-navigation.empty {
  background-image: none;
}

@media (max-width: 767px) {
  .page-navigation .right-navigation.empty {
    display: none;
  }
}
.page-navigation .right-navigation a {
  margin-right: -22px;
}

.page-navigation a {
  color: #fff;
  font-size: 17.6px;
  font-weight: 600;
  line-height: 20.9px; /* 118.75% */
  letter-spacing: -0.3px;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: -9px;
}

@media (max-width: 767px) {
  .page-navigation {
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }
}
/*
|--------------------------------------------------------------------------
| Colors
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Fonts variants
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Breakpoints (for mobile first)
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Typography
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Misc
|--------------------------------------------------------------------------
*/
/*
@mixin header_ss_roman {
    font-family: vars.$helvetica;
    font-weight: vars.$font-weight-regular;
    font-size: 14px;
    line-height: 18px;

    @include mix.sm {
        font-size: 18px;
        line-height: 22px;
    }
}

@mixin header_ss_light {
    font-family: vars.$helvetica;
    font-weight: vars.$font-weight-light;
    font-size: 14px;
    line-height: 18px;

    @include mix.sm {
        font-size: 18px;
        line-height: 22px;
    }
}
*/
/* Text mixins based on style guide.
*  Use these with "head", "subhead" classes, etc.
*  Don't use them directly on the h1, h2, etc. elements.
*/
/*
@mixin footnoteStyle {
    font-size: 12px;
    font-weight: vars.$font-weight-regular;
    font-family: vars.$helveticaCondensed;
}
*/
/*
|--------------------------------------------------------------------------
| Debug
|--------------------------------------------------------------------------
*/
/*
 * Show a warning message if the debug mode is enabled in the top right corner of the viewport.
 * How to use:
 * @include show-debug-mode;
 */
/*
|--------------------------------------------------------------------------
| Helper Functions
|--------------------------------------------------------------------------
*/
/**
 * Converts an HEX color into a RGB list
 */
/**
 * Converts an HEX color into RGB with alpha
 */
/**
 * Converts a value in pixels to em's, assuming that 1em=16px.
 * @param {Number} $value - A value in px
 * @return {Number} - The value converted to em's
 */
/**
 * Converts a value in pixels to rem's, assuming that 1rem=16px.
 * @param {Number} $value - A value in px
 * @return {Number} - The value converted to rem's
 */
/**
 * Remove the unit of a length.
 * @param {Number} $number - Number to remove unit from
 * @return {Number} - Unitless number
 */
/**
 * Get the width of a span of columns and the gutter spaces BETWEEN them.
 * The returned value will have the same unit as the $colWidth param.
 *
 * @param {Number} $cols - Number of columns
 * @param {Number} $colWidth - Base width for a single column.
 * @param {Number} $gutter - Width of a gutter space.
 * @return {Number} - Width for $cols columns
 */
/**
 * Get the width of a span of columns and a gutter space for EACH column.
 * The returned value will have the same unit as the $colWidth param.
 *
 * @param {Number} $cols - Number of columns
 * @param {Number} $colWidth - Base width for a single column.
 * @param {Number} $gutter - Width of a gutter space.
 * @return {Number} - Width for $cols columns
 */
.table {
  border-collapse: separate;
  color: #666666;
  text-align: center;
  width: 100%;
  border-spacing: 0;
  display: table;
}
.table.safety td:first-child {
  width: 30% !important;
}
@media (min-width: 1200px) {
  .table.safety td:first-child {
    width: 30% !important;
  }
}
.table.safety.prosperOSUpdate td {
  padding: 5px;
}
.table.safety.prosperOSUpdate td:first-child {
  width: 50% !important;
  padding-left: 10px;
  display: table-cell !important;
}
.table td, .table th {
  border-bottom: 1px solid #fff;
  padding: 8px;
  vertical-align: middle;
}
@media (min-width: 1200px) {
  .table td, .table th {
    padding: 11px;
  }
}
.table td {
  background: #f5f5f5;
  font-size: 13px;
  line-height: 15px;
}
.table td:nth-child(2) {
  background: #e6e6e6;
}
.table td:nth-child(3) {
  background: #cccccc;
}
.table td:first-child {
  text-align: left;
  width: 33%;
}
@media (min-width: 1200px) {
  .table td:first-child {
    /*padding-left: 10px;*/
    width: 304px;
  }
}
.table td.half:first-child {
  width: 50%;
}
.table td.indent {
  padding-left: 20px;
}
@media (min-width: 768px) {
  .table td.indent {
    padding-left: 35px;
  }
}
.table td.indent-double {
  padding-left: 60px;
}
.table td.center {
  padding: 0 20px;
  text-align: center;
}
@media (min-width: 450px) {
  .table td.center {
    text-align: left;
  }
}
.table tr:last-child td:first-of-type:not(.no-radius) {
  border-radius: 0 0 0 14px;
}
.table tr:last-child td:last-of-type:not(.no-radius) {
  border-radius: 0 0 14px 0;
}
.table--header-1 th {
  border-radius: 14px 14px 0 0;
  background-color: #cccccc;
  text-align: center;
  padding: 14px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}
.table--header-1 th.left {
  text-align: left;
}
@media (min-width: 1200px) {
  .table--header-1 th {
    font-size: 16px;
  }
}
.table--header-1 th.large {
  font-size: 18px;
}
.table--header-1.multi th {
  background-color: #cccccc;
  text-align: center;
  padding: 14px;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  border-radius: 0;
}
.table--header-1.multi th:first-of-type {
  border-radius: 14px 0 0 0;
}
.table--header-1.multi th:last-of-type {
  border-radius: 0 14px 0 0;
}
.table--header-1.multi th.large {
  font-size: 18px;
}
.table--header-2 th {
  border-collapse: separate;
  font-size: 11px;
  line-height: 12px;
  text-align: center;
  color: #fff;
  padding: 8px;
}
@media (max-width: 374px) {
  .table--header-2 th {
    font-size: 9px;
  }
}
@media (min-width: 450px) {
  .table--header-2 th {
    font-size: 12px;
    line-height: 14px;
  }
}
.table--header-2 th:nth-child(3) {
  background-color: #666666;
}
.table--header-3 th {
  border-collapse: separate;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #666666;
  padding: 8px;
  background-color: #cccccc;
}
@media (min-width: 450px) {
  .table--header-3 th {
    font-size: 14px;
  }
}
.table--header-3 th:first-of-type {
  border-radius: 14px 0 0 0;
}
.table--header-3 th:last-of-type {
  border-radius: 0 14px 0 0;
}
.table--header-3 th.left {
  text-align: left;
}

.td_radius-tl {
  border-top-left-radius: 14px;
}
.td_radius-tr {
  border-top-right-radius: 14px;
}
.td_radius-bl {
  border-bottom-left-radius: 14px;
}
.td_radius-br {
  border-bottom-right-radius: 14px;
}

/*
|--------------------------------------------------------------------------
| Colors
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Fonts variants
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Breakpoints (for mobile first)
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Typography
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Misc
|--------------------------------------------------------------------------
*/
/*
@mixin header_ss_roman {
    font-family: vars.$helvetica;
    font-weight: vars.$font-weight-regular;
    font-size: 14px;
    line-height: 18px;

    @include mix.sm {
        font-size: 18px;
        line-height: 22px;
    }
}

@mixin header_ss_light {
    font-family: vars.$helvetica;
    font-weight: vars.$font-weight-light;
    font-size: 14px;
    line-height: 18px;

    @include mix.sm {
        font-size: 18px;
        line-height: 22px;
    }
}
*/
/* Text mixins based on style guide.
*  Use these with "head", "subhead" classes, etc.
*  Don't use them directly on the h1, h2, etc. elements.
*/
/*
@mixin footnoteStyle {
    font-size: 12px;
    font-weight: vars.$font-weight-regular;
    font-family: vars.$helveticaCondensed;
}
*/
/*
|--------------------------------------------------------------------------
| Debug
|--------------------------------------------------------------------------
*/
/*
 * Show a warning message if the debug mode is enabled in the top right corner of the viewport.
 * How to use:
 * @include show-debug-mode;
 */
/*
|--------------------------------------------------------------------------
| Helper Functions
|--------------------------------------------------------------------------
*/
/**
 * Converts an HEX color into a RGB list
 */
/**
 * Converts an HEX color into RGB with alpha
 */
/**
 * Converts a value in pixels to em's, assuming that 1em=16px.
 * @param {Number} $value - A value in px
 * @return {Number} - The value converted to em's
 */
/**
 * Converts a value in pixels to rem's, assuming that 1rem=16px.
 * @param {Number} $value - A value in px
 * @return {Number} - The value converted to rem's
 */
/**
 * Remove the unit of a length.
 * @param {Number} $number - Number to remove unit from
 * @return {Number} - Unitless number
 */
/**
 * Get the width of a span of columns and the gutter spaces BETWEEN them.
 * The returned value will have the same unit as the $colWidth param.
 *
 * @param {Number} $cols - Number of columns
 * @param {Number} $colWidth - Base width for a single column.
 * @param {Number} $gutter - Width of a gutter space.
 * @return {Number} - Width for $cols columns
 */
/**
 * Get the width of a span of columns and a gutter space for EACH column.
 * The returned value will have the same unit as the $colWidth param.
 *
 * @param {Number} $cols - Number of columns
 * @param {Number} $colWidth - Base width for a single column.
 * @param {Number} $gutter - Width of a gutter space.
 * @return {Number} - Width for $cols columns
 */
.pill {
  width: 100%;
  height: 43px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  max-width: 375px;
  border-radius: 25px;
  text-align: center;
  border: none;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin-bottom: 20px;
  cursor: pointer;
  align-self: center;
  color: #fff;
}
@media (min-width: 768px) {
  .pill {
    height: 40px;
    margin: 0 15px;
    width: 202px;
  }
  .pill:first-child {
    margin-left: 0;
  }
  .pill:last-child {
    margin-right: 0;
  }
}
.pill:last-child {
  margin-bottom: 0;
}
.pill.tight {
  letter-spacing: -0.02em;
}
.pill.red {
  background: #c0311a;
}
.pill.red:hover {
  background: #951d1f;
}
.pill.prosper_blue {
  background: #00648c;
}
.pill.prosper_blue:hover {
  background: #003b5c;
}
.pill.periwinkle {
  background: #758cc0;
}
.pill.periwinkle:hover {
  background: #4964a2;
}
.pill.dark_celadon {
  background: #58a291;
}
.pill.dark_celadon:hover {
  background: #005a46;
}
.pill.grey {
  background: #666666;
}
.pill.grey:hover {
  background: #191919;
}
.pill.gray2 {
  background: #707070;
}
.pill.gray2:hover {
  background: #4a4a4a;
}
.pill.gray {
  background: #3c3c3c;
}
.pill.gray:hover {
  background: #161616;
}
.pill.middle {
  color: #fff;
}
.pill.bottom {
  background: #e6e6e6;
}
.pill-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .pill-container {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .pill-container.two-buttons .pill {
    width: 202px;
  }
}
.pill.pillLink {
  text-decoration: none;
  color: #fff;
}

/*
|--------------------------------------------------------------------------
| Colors
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Fonts variants
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Breakpoints (for mobile first)
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Typography
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Misc
|--------------------------------------------------------------------------
*/
/*
@mixin header_ss_roman {
    font-family: vars.$helvetica;
    font-weight: vars.$font-weight-regular;
    font-size: 14px;
    line-height: 18px;

    @include mix.sm {
        font-size: 18px;
        line-height: 22px;
    }
}

@mixin header_ss_light {
    font-family: vars.$helvetica;
    font-weight: vars.$font-weight-light;
    font-size: 14px;
    line-height: 18px;

    @include mix.sm {
        font-size: 18px;
        line-height: 22px;
    }
}
*/
/* Text mixins based on style guide.
*  Use these with "head", "subhead" classes, etc.
*  Don't use them directly on the h1, h2, etc. elements.
*/
/*
@mixin footnoteStyle {
    font-size: 12px;
    font-weight: vars.$font-weight-regular;
    font-family: vars.$helveticaCondensed;
}
*/
/*
|--------------------------------------------------------------------------
| Debug
|--------------------------------------------------------------------------
*/
/*
 * Show a warning message if the debug mode is enabled in the top right corner of the viewport.
 * How to use:
 * @include show-debug-mode;
 */
/*
|--------------------------------------------------------------------------
| Helper Functions
|--------------------------------------------------------------------------
*/
/**
 * Converts an HEX color into a RGB list
 */
/**
 * Converts an HEX color into RGB with alpha
 */
/**
 * Converts a value in pixels to em's, assuming that 1em=16px.
 * @param {Number} $value - A value in px
 * @return {Number} - The value converted to em's
 */
/**
 * Converts a value in pixels to rem's, assuming that 1rem=16px.
 * @param {Number} $value - A value in px
 * @return {Number} - The value converted to rem's
 */
/**
 * Remove the unit of a length.
 * @param {Number} $number - Number to remove unit from
 * @return {Number} - Unitless number
 */
/**
 * Get the width of a span of columns and the gutter spaces BETWEEN them.
 * The returned value will have the same unit as the $colWidth param.
 *
 * @param {Number} $cols - Number of columns
 * @param {Number} $colWidth - Base width for a single column.
 * @param {Number} $gutter - Width of a gutter space.
 * @return {Number} - Width for $cols columns
 */
/**
 * Get the width of a span of columns and a gutter space for EACH column.
 * The returned value will have the same unit as the $colWidth param.
 *
 * @param {Number} $cols - Number of columns
 * @param {Number} $colWidth - Base width for a single column.
 * @param {Number} $gutter - Width of a gutter space.
 * @return {Number} - Width for $cols columns
 */
.banner {
  /*height: 170px;*/
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 10px;
  margin: auto;
  width: 100vw;
  max-width: 100%;
  /*height: 180px;
  min-height: 140px;*/
  font-family: "HelveticaNeueW01-Cn", Helvetica, Arial, sans-serif;
}
@media (min-width: 450px) {
  .banner {
    min-height: 140px;
    max-width: 435px;
    height: 148px;
  }
}
@media (min-width: 768px) {
  .banner {
    max-width: 490px;
  }
}
@media (min-width: 992px) {
  .banner {
    max-width: 520px;
    height: 168px;
  }
}
@media (min-width: 1200px) {
  .banner {
    padding: 14px;
    height: 120px;
    width: auto;
    max-width: none;
  }
}
.banner--container {
  width: 500%;
  margin-left: -200%;
  background: #c0311a;
}
@media (min-width: 1200px) {
  .banner--container {
    width: auto;
    margin-left: 0;
  }
}
.banner_red {
  color: #fff;
  background: #c0311a;
}
.banner--left {
  /*float: left;*/
  /*width:29%;*/
  text-align: center;
  padding: 10px;
}
@media (min-width: 768px) {
  .banner--left {
    padding: 25px;
  }
}
.banner--number {
  font-size: 50px !important;
  font-weight: 800;
  text-align: center;
  position: relative;
}
@media (min-width: 450px) {
  .banner--number {
    font-size: 66px !important;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .banner--number {
    text-align: center;
    font-size: 86px !important;
    line-height: 1em !important;
  }
}
.banner--right {
  position: relative;
  /*width: 70%;*/
  /*height: 100%;*/
  overflow-y: hidden;
  overflow-x: visible;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .banner--right {
    padding-left: 25px;
  }
}
@media (min-width: 992px) {
  .banner--right {
    padding-left: 25px;
  }
}
.banner--right .content {
  font-family: "HelveticaNeueW01-Cn", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .banner--right .content {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .banner--right .content {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .banner--right .content {
    font-size: 19px;
  }
}
.banner--right .hr {
  font-size: 12px;
}
@media (min-width: 768px) {
  .banner--right .hr {
    font-size: 14px;
  }
}
.banner--divider {
  display: block;
  width: 7px;
  min-width: 7px;
  background: #fbb034;
  height: 90px;
}
@media (min-width: 375px) {
  .banner--divider {
    height: 70px;
  }
}
@media (min-width: 450px) {
  .banner--divider {
    height: 85px;
  }
}
@media (min-width: 992px) {
  .banner--divider {
    height: 85px;
  }
}
@media (min-width: 1200px) {
  .banner--divider {
    height: 100px;
  }
}

.expandable-card .additional-content {
  display: none;
  margin-top: 10px;
}
.expandable-card .expand-button, .expandable-card .collapse-button {
  margin-top: 10px;
  padding: 5px 10px;
  cursor: pointer;
}
.expandable-card.expanded .additional-content {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/*
|--------------------------------------------------------------------------
| Colors
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Fonts variants
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Breakpoints (for mobile first)
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Typography
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Misc
|--------------------------------------------------------------------------
*/
/*
@mixin header_ss_roman {
    font-family: vars.$helvetica;
    font-weight: vars.$font-weight-regular;
    font-size: 14px;
    line-height: 18px;

    @include mix.sm {
        font-size: 18px;
        line-height: 22px;
    }
}

@mixin header_ss_light {
    font-family: vars.$helvetica;
    font-weight: vars.$font-weight-light;
    font-size: 14px;
    line-height: 18px;

    @include mix.sm {
        font-size: 18px;
        line-height: 22px;
    }
}
*/
/* Text mixins based on style guide.
*  Use these with "head", "subhead" classes, etc.
*  Don't use them directly on the h1, h2, etc. elements.
*/
/*
@mixin footnoteStyle {
    font-size: 12px;
    font-weight: vars.$font-weight-regular;
    font-family: vars.$helveticaCondensed;
}
*/
/*
|--------------------------------------------------------------------------
| Debug
|--------------------------------------------------------------------------
*/
/*
 * Show a warning message if the debug mode is enabled in the top right corner of the viewport.
 * How to use:
 * @include show-debug-mode;
 */
/*
|--------------------------------------------------------------------------
| Helper Functions
|--------------------------------------------------------------------------
*/
/**
 * Converts an HEX color into a RGB list
 */
/**
 * Converts an HEX color into RGB with alpha
 */
/**
 * Converts a value in pixels to em's, assuming that 1em=16px.
 * @param {Number} $value - A value in px
 * @return {Number} - The value converted to em's
 */
/**
 * Converts a value in pixels to rem's, assuming that 1rem=16px.
 * @param {Number} $value - A value in px
 * @return {Number} - The value converted to rem's
 */
/**
 * Remove the unit of a length.
 * @param {Number} $number - Number to remove unit from
 * @return {Number} - Unitless number
 */
/**
 * Get the width of a span of columns and the gutter spaces BETWEEN them.
 * The returned value will have the same unit as the $colWidth param.
 *
 * @param {Number} $cols - Number of columns
 * @param {Number} $colWidth - Base width for a single column.
 * @param {Number} $gutter - Width of a gutter space.
 * @return {Number} - Width for $cols columns
 */
/**
 * Get the width of a span of columns and a gutter space for EACH column.
 * The returned value will have the same unit as the $colWidth param.
 *
 * @param {Number} $cols - Number of columns
 * @param {Number} $colWidth - Base width for a single column.
 * @param {Number} $gutter - Width of a gutter space.
 * @return {Number} - Width for $cols columns
 */
.collapsible-group {
  margin-bottom: 20px;
  width: 100%;
}
.collapsible-group .collapsible-item {
  margin-bottom: 10px;
  border-bottom: solid 2px #485E7E;
}
.collapsible-group .collapsible-header {
  color: #485E7E;
  font-family: "dccITCFranklinGothicStdCondensed";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 26.7px; /* 111.25% */
  letter-spacing: 0.48px;
  text-transform: uppercase;
  padding: 20px 0;
}
.collapsible-group .collapsible-content {
  display: none;
  gap: 20px;
  flex-direction: column;
  padding: 0 0 20px 0;
  border-top: none;
}

/*
|--------------------------------------------------------------------------
| Colors
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Fonts variants
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Breakpoints (for mobile first)
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Typography
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Misc
|--------------------------------------------------------------------------
*/
/*
@mixin header_ss_roman {
    font-family: vars.$helvetica;
    font-weight: vars.$font-weight-regular;
    font-size: 14px;
    line-height: 18px;

    @include mix.sm {
        font-size: 18px;
        line-height: 22px;
    }
}

@mixin header_ss_light {
    font-family: vars.$helvetica;
    font-weight: vars.$font-weight-light;
    font-size: 14px;
    line-height: 18px;

    @include mix.sm {
        font-size: 18px;
        line-height: 22px;
    }
}
*/
/* Text mixins based on style guide.
*  Use these with "head", "subhead" classes, etc.
*  Don't use them directly on the h1, h2, etc. elements.
*/
/*
@mixin footnoteStyle {
    font-size: 12px;
    font-weight: vars.$font-weight-regular;
    font-family: vars.$helveticaCondensed;
}
*/
/*
|--------------------------------------------------------------------------
| Debug
|--------------------------------------------------------------------------
*/
/*
 * Show a warning message if the debug mode is enabled in the top right corner of the viewport.
 * How to use:
 * @include show-debug-mode;
 */
/*
|--------------------------------------------------------------------------
| Helper Functions
|--------------------------------------------------------------------------
*/
/**
 * Converts an HEX color into a RGB list
 */
/**
 * Converts an HEX color into RGB with alpha
 */
/**
 * Converts a value in pixels to em's, assuming that 1em=16px.
 * @param {Number} $value - A value in px
 * @return {Number} - The value converted to em's
 */
/**
 * Converts a value in pixels to rem's, assuming that 1rem=16px.
 * @param {Number} $value - A value in px
 * @return {Number} - The value converted to rem's
 */
/**
 * Remove the unit of a length.
 * @param {Number} $number - Number to remove unit from
 * @return {Number} - Unitless number
 */
/**
 * Get the width of a span of columns and the gutter spaces BETWEEN them.
 * The returned value will have the same unit as the $colWidth param.
 *
 * @param {Number} $cols - Number of columns
 * @param {Number} $colWidth - Base width for a single column.
 * @param {Number} $gutter - Width of a gutter space.
 * @return {Number} - Width for $cols columns
 */
/**
 * Get the width of a span of columns and a gutter space for EACH column.
 * The returned value will have the same unit as the $colWidth param.
 *
 * @param {Number} $cols - Number of columns
 * @param {Number} $colWidth - Base width for a single column.
 * @param {Number} $gutter - Width of a gutter space.
 * @return {Number} - Width for $cols columns
 */
.on-this-page {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 24px auto 0;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .on-this-page {
    width: calc(100% - 40px);
    position: relative;
  }
}
.on-this-page .otp-header {
  display: none;
  color: #FFF;
  background: rgba(192, 49, 26, 0.9);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: 0.24px;
  display: none;
  padding: 12px 0 12px 17px;
  height: 40px;
  box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
}
.on-this-page .otp-header::after {
  content: "";
  background-image: url(/images/caret_scroller.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 35%;
  position: absolute;
  right: 0;
  height: 100%;
  width: 40px;
  top: 0;
  vertical-align: middle;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: rgb(192, 49, 26);
  padding: 14px;
  box-sizing: border-box;
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .on-this-page .otp-header {
    display: block;
  }
}
@media (max-width: 767px) {
  .on-this-page .otp-link-container {
    background-color: #fff;
    box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
    display: flex;
    padding: 0px 3px 0 14px;
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: none;
  }
  .on-this-page .otp-link-container.expanded {
    display: block;
    position: absolute;
  }
  .on-this-page .otp-link-container.expanded a {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    min-height: 39px;
    padding-right: unset;
  }
}
.on-this-page .otp-link-container a {
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  color: #332D32;
  text-decoration: none;
  padding-right: 10px;
}
.on-this-page .otp-link-container a::after {
  content: "";
  display: inline-block;
  margin: -2px 8px 0;
  vertical-align: middle;
  height: 16px;
  width: 16px;
  background-image: url(/images/double-chevron-down.png);
  background-size: contain;
  background-repeat: no-repeat;
}

/*
|--------------------------------------------------------------------------
| Colors
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Fonts variants
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Breakpoints (for mobile first)
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Typography
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Misc
|--------------------------------------------------------------------------
*/
/*
@mixin header_ss_roman {
    font-family: vars.$helvetica;
    font-weight: vars.$font-weight-regular;
    font-size: 14px;
    line-height: 18px;

    @include mix.sm {
        font-size: 18px;
        line-height: 22px;
    }
}

@mixin header_ss_light {
    font-family: vars.$helvetica;
    font-weight: vars.$font-weight-light;
    font-size: 14px;
    line-height: 18px;

    @include mix.sm {
        font-size: 18px;
        line-height: 22px;
    }
}
*/
/* Text mixins based on style guide.
*  Use these with "head", "subhead" classes, etc.
*  Don't use them directly on the h1, h2, etc. elements.
*/
/*
@mixin footnoteStyle {
    font-size: 12px;
    font-weight: vars.$font-weight-regular;
    font-family: vars.$helveticaCondensed;
}
*/
/*
|--------------------------------------------------------------------------
| Debug
|--------------------------------------------------------------------------
*/
/*
 * Show a warning message if the debug mode is enabled in the top right corner of the viewport.
 * How to use:
 * @include show-debug-mode;
 */
/*
|--------------------------------------------------------------------------
| Helper Functions
|--------------------------------------------------------------------------
*/
/**
 * Converts an HEX color into a RGB list
 */
/**
 * Converts an HEX color into RGB with alpha
 */
/**
 * Converts a value in pixels to em's, assuming that 1em=16px.
 * @param {Number} $value - A value in px
 * @return {Number} - The value converted to em's
 */
/**
 * Converts a value in pixels to rem's, assuming that 1rem=16px.
 * @param {Number} $value - A value in px
 * @return {Number} - The value converted to rem's
 */
/**
 * Remove the unit of a length.
 * @param {Number} $number - Number to remove unit from
 * @return {Number} - Unitless number
 */
/**
 * Get the width of a span of columns and the gutter spaces BETWEEN them.
 * The returned value will have the same unit as the $colWidth param.
 *
 * @param {Number} $cols - Number of columns
 * @param {Number} $colWidth - Base width for a single column.
 * @param {Number} $gutter - Width of a gutter space.
 * @return {Number} - Width for $cols columns
 */
/**
 * Get the width of a span of columns and a gutter space for EACH column.
 * The returned value will have the same unit as the $colWidth param.
 *
 * @param {Number} $cols - Number of columns
 * @param {Number} $colWidth - Base width for a single column.
 * @param {Number} $gutter - Width of a gutter space.
 * @return {Number} - Width for $cols columns
 */
.strip {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  max-width: 100%;
  height: 40px;
  text-align: left;
  margin: 0 auto;
  overflow: hidden;
}
@media (min-width: 768px) {
  .strip {
    height: 45px;
    justify-content: center;
  }
}
.strip.affix {
  position: fixed;
  top: -103px;
  width: 100%;
  z-index: 99;
  transition: top 100ms linear;
}
@media (min-width: 1200px) {
  .strip.affix {
    position: fixed;
    top: 37px;
    width: 100%;
    z-index: 99;
    transition: none;
  }
}
.strip.affix.nav_show_down {
  top: 75px;
}
@media (min-width: 1200px) {
  .strip.affix.nav_show_down {
    top: 37px;
  }
}
.strip.default {
  background-color: #3c3c3c;
  background-image: radial-gradient(circle at 23%, #fff 0%, #666666 0%, #3c3c3c 100%);
}
@media (min-width: 1440px) {
  .strip.default {
    background-image: radial-gradient(circle at 35%, #fff 0%, #666666 0%, #3c3c3c 60%);
  }
}
.strip.dark {
  background-color: #53575c;
  background-image: radial-gradient(circle at 23%, #fff 0%, #707070 0%, #53575c 100%);
}
@media (min-width: 1440px) {
  .strip.dark {
    background-image: radial-gradient(circle at 35%, #fff 0%, #707070 0%, #53575c 60%);
  }
}
.strip.darker {
  background-color: #191b1e;
  background-image: radial-gradient(circle at 23%, #fff 0%, #444447 0%, #191b1e 100%);
}
@media (min-width: 1440px) {
  .strip.darker {
    background-image: radial-gradient(circle at 35%, #fff 0%, #444447 0%, #191b1e 60%);
  }
}
.strip.red {
  background-color: #951d1f;
  background-image: radial-gradient(circle at 23%, #fff 0%, #c0311a 0%, #951d1f 100%);
}
@media (min-width: 1440px) {
  .strip.red {
    background-image: radial-gradient(circle at 35%, #fff 0%, #c0311a 0%, #951d1f 60%);
  }
}
.strip.dark-red {
  background-color: #951d1f;
}
.strip.dark-gold {
  background-color: #de7c00;
}
.strip.orange_bar {
  background-color: #e64b38;
}
.strip.embark_blue {
  background-color: #1b365d;
}
.strip.yellow_orange {
  background-color: #fbaf34;
}
.strip.prosper_blue {
  background-color: #003b5c;
  background-image: radial-gradient(circle at 23%, #fff 0%, #00648c 0%, #003b5c 100%);
}
@media (min-width: 1440px) {
  .strip.prosper_blue {
    background-image: radial-gradient(circle at 35%, #fff 0%, #00648c 0%, #003b5c 60%);
  }
}
.strip.dark_celadon {
  background-color: #3a706b;
  background-image: radial-gradient(circle at 23%, #fff 0%, #58a291 0%, #3a706b 100%);
}
@media (min-width: 1440px) {
  .strip.dark_celadon {
    background-image: radial-gradient(circle at 35%, #fff 0%, #58a291 0%, #3a706b 60%);
  }
}
.strip.periwinkle {
  background-color: #4964a2;
  background-image: radial-gradient(circle at 23%, #fff 0%, #758cc0 0%, #4964a2 100%);
}
@media (min-width: 1440px) {
  .strip.periwinkle {
    background-image: radial-gradient(circle at 35%, #fff 0%, #758cc0 0%, #4964a2 60%);
  }
}
@media (min-width: 1200px) {
  .strip.osButton {
    display: none;
  }
}
.strip .strip-text {
  width: 100%;
  text-align: left;
  margin-left: 20px;
}
@media (min-width: 1200px) {
  .strip .strip-text {
    width: 750px;
    margin-left: 122px;
  }
}
@media (min-width: 1440px) {
  .strip .strip-text {
    margin-left: 120px;
  }
}
.strip .strip-text h3, .strip .strip-text h4, .strip .strip-text .header_1 {
  font-family: "dccITCFranklinGothicStdCondensed";
  font-weight: 600;
  color: #fff;
  background-color: transparent;
  vertical-align: middle;
}
.strip .strip-text.osButton {
  text-align: center;
  cursor: pointer;
}
.strip .strip-osButton {
  position: absolute;
  top: 0;
  left: calc(50% - 387px);
  display: none;
  width: 245px;
  height: 28px;
  background-color: #c0311a;
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  padding: 5px 15px 5px 1px;
  margin-left: 530px;
  box-shadow: 1px 1px 5px 3px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
@media (min-width: 1200px) {
  .strip .strip-osButton {
    display: block;
  }
}
.strip .strip-osButton::after {
  content: "";
  position: absolute;
  top: 8px;
  right: 12px;
  width: 2px;
  height: 8px;
  margin-left: -2px;
  transform: rotate(-45deg);
  background-color: #fff;
}
.strip .strip-osButton::before {
  content: "";
  position: absolute;
  top: 13px;
  right: 12px;
  width: 2px;
  height: 8px;
  margin-left: -2px;
  transform: rotate(45deg);
  background-color: #fff;
}

@media (max-width: 1199px) {
  body.almost_top .strip.affix-top {
    position: fixed;
    top: -88px;
    width: 100%;
  }
  body.up.almost_top .strip.affix-top {
    top: 75px;
    z-index: 100;
  }
  body.mobile_top .strip.affix-top {
    top: 0;
  }
}
/*
|--------------------------------------------------------------------------
| Colors
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Fonts variants
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Breakpoints (for mobile first)
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Typography
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Misc
|--------------------------------------------------------------------------
*/
/*
@mixin header_ss_roman {
    font-family: vars.$helvetica;
    font-weight: vars.$font-weight-regular;
    font-size: 14px;
    line-height: 18px;

    @include mix.sm {
        font-size: 18px;
        line-height: 22px;
    }
}

@mixin header_ss_light {
    font-family: vars.$helvetica;
    font-weight: vars.$font-weight-light;
    font-size: 14px;
    line-height: 18px;

    @include mix.sm {
        font-size: 18px;
        line-height: 22px;
    }
}
*/
/* Text mixins based on style guide.
*  Use these with "head", "subhead" classes, etc.
*  Don't use them directly on the h1, h2, etc. elements.
*/
/*
@mixin footnoteStyle {
    font-size: 12px;
    font-weight: vars.$font-weight-regular;
    font-family: vars.$helveticaCondensed;
}
*/
/*
|--------------------------------------------------------------------------
| Debug
|--------------------------------------------------------------------------
*/
/*
 * Show a warning message if the debug mode is enabled in the top right corner of the viewport.
 * How to use:
 * @include show-debug-mode;
 */
/*
|--------------------------------------------------------------------------
| Helper Functions
|--------------------------------------------------------------------------
*/
/**
 * Converts an HEX color into a RGB list
 */
/**
 * Converts an HEX color into RGB with alpha
 */
/**
 * Converts a value in pixels to em's, assuming that 1em=16px.
 * @param {Number} $value - A value in px
 * @return {Number} - The value converted to em's
 */
/**
 * Converts a value in pixels to rem's, assuming that 1rem=16px.
 * @param {Number} $value - A value in px
 * @return {Number} - The value converted to rem's
 */
/**
 * Remove the unit of a length.
 * @param {Number} $number - Number to remove unit from
 * @return {Number} - Unitless number
 */
/**
 * Get the width of a span of columns and the gutter spaces BETWEEN them.
 * The returned value will have the same unit as the $colWidth param.
 *
 * @param {Number} $cols - Number of columns
 * @param {Number} $colWidth - Base width for a single column.
 * @param {Number} $gutter - Width of a gutter space.
 * @return {Number} - Width for $cols columns
 */
/**
 * Get the width of a span of columns and a gutter space for EACH column.
 * The returned value will have the same unit as the $colWidth param.
 *
 * @param {Number} $cols - Number of columns
 * @param {Number} $colWidth - Base width for a single column.
 * @param {Number} $gutter - Width of a gutter space.
 * @return {Number} - Width for $cols columns
 */
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 11px 12px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 1;
}
.hamburger.is-active:hover {
  opacity: 1;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #666666;
}

.hamburger-box {
  width: 23px;
  height: 15.5px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.25px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 23px;
  height: 2.5px;
  background-color: #666666;
  border-radius: 0;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -6.5px;
}
.hamburger-inner::after {
  bottom: -6.5px;
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transform-style: preserve-3d;
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg) translate3d(0, 0, 0);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg) translate3d(0, 0, 0);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*# sourceMappingURL=main.css.map */
