/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@font-face {
  font-family: "Roboto";
  src: url(/assets/fonts/Roboto/Roboto-Regular-subset.woff2) format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url(/assets/fonts/Roboto/updated-fonts/Roboto-Bold-subset.woff2) format("woff2");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Mikado";
  src: url(/assets/fonts/Mikado/MikadoWeb-Bold-subset.woff2) format("woff2");
  font-display: swap;
}
html {
  height: 100%;
  scroll-behavior: smooth;
}
@media screen and (max-width: 420px) {
  html {
    overflow-x: hidden;
  }
}
body {
  font-weight: normal;
  color: #3c4b62;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: 18px/28px "Roboto", sans-serif;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 420px) {
  body {
    overflow-x: hidden;
  }
}
.subtitle {
  font-weight: bold;
}
@media print {
  .no-print,
.no-print * {
    display: none !important;
  }
}
.unsupported-content {
  font: 16px "Open Sans";
  text-align: center;
  max-width: 100%;
  margin: 90px auto 50px auto;
  padding-top: 90px;
  display: flex;
  justify-content: center;
}
.unsupported-content .unsupported-text {
  text-align: left;
  margin: auto 20px;
  width: 40%;
}
.unsupported-content .unsupported-text h2 {
  font-family: Helvetica;
}
.unsupported-content img {
  max-width: 25%;
  align-self: flex-start;
}
hr.or-divider {
  overflow: visible;
  padding: 0;
  border: none;
  border-top: 1px solid #3c4b62;
  color: #3c4b62;
  text-align: center;
  width: 48px;
}
hr.or-divider.or-divider--inline {
  display: inline-block;
}
hr.or-divider:after {
  content: "OR";
  display: inline-block;
  position: relative;
  top: -12px;
  padding: 0 4px;
  background: #ffffff;
}
hr.or-divider--small-white {
  border-top: 1px solid #ffffff;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  width: 90%;
}
hr.or-divider--small-white:after {
  content: "or";
  top: -15px;
  background: #0a96e6;
}
hr.or-divider--small-silver {
  border-top: 1px solid #afbbca;
  color: #afbbca;
  font-size: 18px;
  font-weight: 500;
  width: 90%;
}
hr.or-divider--small-silver:after {
  content: "or";
  top: -0.7em;
}
.disable-scrollbars {
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
.disable-scrollbars::-webkit-scrollbar {
  width: 0px;
  background: transparent;
  /* Chrome/Safari/Webkit */
  display: none;
}
::-webkit-scrollbar {
  width: 12px;
  background: transparent;
}
::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 200px;
  border: 3px solid transparent;
  box-shadow: inset 0 0 100px #e0e6ed;
}
::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 200px;
}
::-webkit-scrollbar-corner {
  background-color: transparent;
}
.epic-tag {
  background: #e9559b;
  display: inline-block;
  border-radius: 100px;
  color: #ffffff;
  font-weight: 900;
  font-size: 11px;
  line-height: 13px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 5px 16px;
}
.epic-stat {
  display: inline-block;
}
.epic-stat:not(:last-child) {
  margin-right: 40px;
}
.epic-stat .epic-stat-value {
  font-family: "Mikado", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  color: #3c4b62;
  margin: 0;
}
@media screen and (max-width: 600px) {
  .epic-stat .epic-stat-value {
    font-size: 20px;
    line-height: 28px;
  }
}
.epic-stat label {
  font-size: 16px;
  line-height: 22px;
  color: #3c4b62;
  margin-bottom: 0px;
  color: #afbbca;
  font-weight: normal;
}
.epic-selection-list {
  text-align: left;
  margin-top: 24px;
}
.epic-selection-list .selection-list-header {
  border-bottom: 1px solid #e0e6ed;
  padding-bottom: 4px;
  display: flex;
  align-items: center;
}
.epic-selection-list .selection-list-header .select-label {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.02em;
  flex: 1;
}
.epic-selection-list .selection-list-header .select-toggle {
  font-size: 16px;
}
.epic-selection-list .selection-list-scroll-container {
  height: 256px;
  overflow: auto;
}
.epic-selection-list .selection-list-scroll-container .select-list-row {
  display: flex;
  align-items: center;
  padding: 12px 0;
  height: 72px;
}
.epic-selection-list .selection-list-scroll-container .select-list-row .row-label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
  margin-left: 16px;
  flex: 1;
}
.epic-selection-list .selection-list-scroll-container .select-list-row:not(:last-child) {
  border-bottom: 1px solid #e0e6ed;
}
.epic-modal-background {
  position: absolute;
  left: 0;
  right: 0;
  top: 85px;
  bottom: 0;
  background-image: url("/assets/modal-background.jpg");
  background-size: 130vw;
}
.cdk-overlay-container h1 {
  font-family: "Mikado", sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 46px;
  color: #0a96e6;
}
@media screen and (max-width: 600px) {
  .cdk-overlay-container h1 {
    font-size: 32px;
    line-height: 40px;
  }
}
.cdk-overlay-container h2 {
  font-family: "Mikado", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  color: #0a96e6;
}
@media screen and (max-width: 600px) {
  .cdk-overlay-container h2 {
    font-size: 28px;
    line-height: 36px;
  }
}
.cdk-overlay-container h3 {
  font-family: "Mikado", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  color: #3c4b62;
}
@media screen and (max-width: 600px) {
  .cdk-overlay-container h3 {
    font-size: 20px;
    line-height: 28px;
  }
}
.cdk-overlay-container h4 {
  font-family: "Mikado", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #3c4b62;
}
@media screen and (max-width: 600px) {
  .cdk-overlay-container h4 {
    font-size: 16px;
    line-height: 22px;
  }
}
.cdk-overlay-container h5 {
  font-family: "Mikado", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #3c4b62;
}
@media screen and (max-width: 600px) {
  .cdk-overlay-container h5 {
    font-size: 14px;
    line-height: 18px;
  }
}
.cdk-overlay-container h1,
.cdk-overlay-container h2,
.cdk-overlay-container h3,
.cdk-overlay-container h4,
.cdk-overlay-container h5 {
  font-weight: 400;
}
.color-blue {
  color: #0a96e6;
}
.color-blue-l {
  color: #0a96e6;
}
.color-blue-xxxl {
  color: #e6f5fe;
}
.color-grey {
  color: #3c4b62;
}
.color-dark-grey {
  color: #3c4b62;
}
.color-grey-l {
  color: #3c4b62;
}
.color-grey-l-new {
  color: #3c4b62;
}
.color-grey-xl {
  color: #afbbca;
}
.color-grey-xxl {
  color: #e0e6ed;
}
.color-grey-xxxl {
  color: #e0e6ed;
}
.color-blue-dark {
  color: #0b74bb;
}
.color-blue-light {
  color: #abdffc;
}
.color-blue-verylight {
  color: #e6f5fe;
}
.color-midnight-silver {
  color: #3c4b62;
}
.color-dark-silver {
  color: #3c4b62;
}
.color-pink {
  color: #e9559b;
}
.color-crystal-light-blue {
  color: #94d0d2;
}
.color-purple {
  color: #3f1e56;
}
.color-ninja-green {
  color: #02613b;
}
.color-bright-family-yellow {
  color: #e6d02c;
}
.color-red {
  color: #e9559b;
}
.color-warning-red {
  color: #ee2e60;
}
.color-green {
  color: #65c07e;
}
.color-light-grey {
  color: #afbbca;
}
.color-verylight-grey {
  color: #e0e6ed;
}
.color-yellow {
  color: #fbd868;
}
.color-error {
  color: #e9559b;
}
.color-white {
  color: #ffffff;
}
.color-black {
  color: #000000;
}
.color-dark-grey {
  color: #3c4b62;
}
.backgroundColor-blue {
  background-color: #0a96e6;
}
.backgroundColor-blue-l {
  background-color: #0a96e6;
}
.backgroundColor-blue-xxxl {
  background-color: #e6f5fe;
}
.backgroundColor-grey {
  background-color: #3c4b62;
}
.backgroundColor-grey-l {
  background-color: #3c4b62;
}
.backgroundColor-grey-xl {
  background-color: #afbbca;
}
.backgroundColor-grey-xxl {
  background-color: #e0e6ed;
}
.backgroundColor-grey-xxxl {
  background-color: #e0e6ed;
}
.backgroundColor-dark-blue {
  background-color: #0b74bb;
}
.backgroundColor-light-blue {
  background-color: #abdffc;
}
.backgroundColor-verylight-blue {
  background-color: #e6f5fe;
}
.backgroundColor-midnight-silver {
  background-color: #3c4b62;
}
.backgroundColor-pink {
  background-color: #e9559b;
}
.backgroundColor-red {
  background-color: #e9559b;
}
.backgroundColor-green {
  background-color: #65c07e;
}
.backgroundColor-light-grey {
  background-color: #afbbca;
}
.backgroundColor-verylight-grey {
  background-color: #e0e6ed;
}
.backgroundColor-yellow {
  background-color: #fbd868;
}
.backgroundColor-white {
  background-color: #ffffff;
}
.backgroundColor-black {
  background-color: #000000;
}
.backgroundColor-scaredy-purple {
  background-color: #3f1e56;
}
.border-debugBorder,
.debug-border {
  border: solid 1px #00ff00;
}
.border-noBorder,
.no-border,
.border-none {
  border: none !important;
}
.borderRadius-xs {
  border-radius: 4px;
}
.borderRadius-s {
  border-radius: 8px;
}
.borderRadius-m {
  border-radius: 16px;
}
.borderRadius-l {
  border-radius: 24px;
}
.borderRadius-circle {
  border-radius: 50%;
}
.borderRadiusTopLeft-l {
  border-radius: 10px 0 0 0;
}
.borderRadiusTopRight-l {
  border-radius: 0 10px 0 0;
}
.borderRadiusBottomRight-l {
  border-radius: 0 0 10px 0;
}
.borderRadiusBottomLeft-l {
  border-radius: 0 0 0 10px;
}
.boxShadow-distant {
  box-shadow: 0px 2px 14px rgba(44, 59, 86, 0.2);
}
.boxShadow-distant-reverse {
  box-shadow: 0px -2px 14px rgba(44, 59, 86, 0.2);
}
.boxShadow-subtle {
  box-shadow: 0px 1px 3px rgba(43, 71, 104, 0.15);
}
.boxShadow-subtle-md {
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
}
.boxShadow-heavy {
  box-shadow: 0px 10px 100px rgba(44, 59, 86, 0.3);
}
.cursor-pointer,
.pointer,
.hover-pointer {
  cursor: pointer;
}
.cursor-default {
  cursor: default;
}
.hidden,
.preload {
  display: none !important;
}
.display-inline {
  display: inline;
}
.display-block,
.d-block {
  display: block;
}
.display-inlineBlock {
  display: inline-block;
}
.display-flex {
  display: flex;
}
.display-inlineFlex {
  display: inline-flex;
}
.display-none {
  display: none;
}
/* FLEX DIRECTION */
.flexDirection-row {
  flex-direction: row;
}
.flexDirection-rowReverse {
  flex-direction: row-reverse;
}
.flexDirection-column {
  flex-direction: column;
}
.flexDirection-columnReverse {
  flex-direction: column-reverse;
}
/* JUSTIFY CONTENT */
.justify-start {
  justify-content: start;
}
.justify-flex-start {
  justify-content: flex-start;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-space-around {
  justify-content: space-around;
}
.justify-space-between {
  justify-content: space-between;
}
/* ALIGN ITEMS */
.align-items-center {
  align-items: center;
}
.align-items-flex-start {
  align-items: flex-start;
}
.align-items-flex-end {
  align-items: flex-end;
}
.align-items-stretch {
  align-items: stretch;
}
.align-items-baseline {
  align-items: baseline;
}
/* ALIGN SELF */
.align-self-center {
  align-self: center;
}
.align-self-flex-start {
  align-self: flex-start;
}
.align-self-flex-end {
  align-self: flex-end;
}
.align-self-stretch {
  align-self: stretch;
}
.align-self-baseline {
  align-self: baseline;
}
/* FLEX GROW */
.flex-grow-1 {
  flex-grow: 1;
}
.flex-grow-2 {
  flex-grow: 2;
}
.flex-grow-3 {
  flex-grow: 3;
}
/* FLEX SHRINK */
.flex-shrink-0 {
  flex-shrink: 0;
}
.flex-shrink-1 {
  flex-shrink: 1;
}
.flex-shrink-2 {
  flex-shrink: 2;
}
/* FLEX WRAP */
.flexWrap {
  flex-wrap: wrap;
}
.flexWrap-reverse {
  flex-wrap: wrap-reverse;
}
.flexWrap-noWrap {
  flex-wrap: nowrap;
}
.d-flex {
  display: flex;
}
.flex-line-break-element {
  flex-basis: 100%;
  height: 0;
}
.gap-4 {
  gap: 4px;
}
.float-right,
.right {
  float: right;
}
.float-left,
.left {
  float: left;
}
.float-clear,
.clear {
  clear: both;
}
.font-line-through {
  text-decoration: line-through;
}
.font-underline {
  text-decoration: underline;
}
.fontSize-xxxxxl {
  font-size: 45px !important;
  line-height: 52px !important;
  letter-spacing: -1px !important;
}
.fontSize-xxxxl {
  font-size: 38px !important;
  line-height: 48px !important;
}
.fontSize-xxxl {
  font-size: 32px !important;
  line-height: 40px !important;
}
.fontSize-xxl {
  font-size: 28px !important;
  line-height: 40px !important;
}
.fontSize-xl {
  font-size: 20px !important;
  line-height: 28px !important;
}
.fontSize-l {
  font-size: 18px !important;
  line-height: 24px !important;
}
.fontSize-m {
  font-size: 16px !important;
  line-height: 22px !important;
}
.fontSize-s {
  font-size: 14px !important;
  line-height: 20px !important;
}
.fontSize-xs {
  font-size: 12px !important;
  line-height: 18px !important;
}
.fontSize-xxs {
  font-size: 12px !important;
  line-height: 16px !important;
}
.fontSize-l-16 {
  font-size: 16px !important;
  line-height: 24px !important;
}
.fontSize-m-18 {
  font-size: 18px !important;
  line-height: 28px !important;
}
.fontSize-xl-22 {
  font-size: 22px !important;
  line-height: 28px !important;
}
.fontSize-xl-24 {
  font-size: 24px !important;
  line-height: 30px !important;
}
.fontStyle-italic,
.italic {
  font-style: italic;
}
.fontStyle-normal {
  font-style: normal;
}
.fontStyle-uppercase,
.uppercase {
  text-transform: uppercase;
}
.fontWeight-bold {
  font-weight: bold;
}
.fontWeight-1 {
  font-weight: 100;
}
.fontWeight-2 {
  font-weight: 200;
}
.fontWeight-3 {
  font-weight: 300;
}
.fontWeight-4 {
  font-weight: 400;
}
.fontWeight-5 {
  font-weight: 500;
}
.fontWeight-6 {
  font-weight: 600;
}
.fontWeight-7 {
  font-weight: 700;
}
.fontWeight-8 {
  font-weight: 800;
}
.fontWeight-9 {
  font-weight: 900;
}
.fontFamily-primary {
  font-family: "Roboto", sans-serif !important;
}
.fontFamily-secondary {
  font-family: "Mikado", sans-serif !important;
  font-weight: 400 !important;
}
.fontFamily-secondary--bold {
  font-family: "Mikado", sans-serif !important;
  font-weight: 700 !important;
}
.height-100,
.h-100 {
  height: 100%;
}
.height-fit,
.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.h-40 {
  height: 40px !important;
  min-height: 40px !important;
}
.lineHeight-30 {
  line-height: 30px !important;
}
.lineHeight-34 {
  line-height: 34px !important;
}
.lineHeight-1 {
  line-height: 1;
}
.margin-xxs {
  margin: 4px !important;
}
.margin-xs {
  margin: 8px !important;
}
.margin-xss {
  margin: 12px !important;
}
.margin-s {
  margin: 16px !important;
}
.margin-m {
  margin: 24px !important;
}
.margin-l {
  margin: 32px !important;
}
.margin-xl {
  margin: 40px !important;
}
.margin-xxl {
  margin: 48px !important;
}
.margin-xxxl {
  margin: 64px !important;
}
.marginTop-none {
  margin-top: 0px !important;
}
.marginTop-xxs {
  margin-top: 4px !important;
}
.marginTop-xss {
  margin-top: 12px !important;
}
.marginTop-xs {
  margin-top: 8px !important;
}
.marginTop-s {
  margin-top: 16px !important;
}
.marginTop-m {
  margin-top: 24px !important;
}
.marginTop-l {
  margin-top: 32px !important;
}
.marginTop-xl {
  margin-top: 40px !important;
}
.marginTop-xxl {
  margin-top: 48px !important;
}
.marginTop-xxxl {
  margin-top: 64px !important;
}
.marginRight-xxs {
  margin-right: 4px !important;
}
.marginRight-xs {
  margin-right: 8px !important;
}
.marginRight-xss {
  margin-right: 12px !important;
}
.marginRight-s {
  margin-right: 16px !important;
}
.marginRight-m {
  margin-right: 24px !important;
}
.marginRight-l {
  margin-right: 32px !important;
}
.marginRight-xl {
  margin-right: 40px !important;
}
.marginRight-xxl {
  margin-right: 48px !important;
}
.marginRight-xxxl {
  margin-right: 64px !important;
}
.marginBottom-xxs {
  margin-bottom: 4px !important;
}
.marginBottom-xs {
  margin-bottom: 8px !important;
}
.marginBottom-xss {
  margin-bottom: 12px !important;
}
.marginBottom-s {
  margin-bottom: 16px !important;
}
.marginBottom-m {
  margin-bottom: 24px !important;
}
.marginBottom-l {
  margin-bottom: 32px !important;
}
.marginBottom-xl {
  margin-bottom: 40px !important;
}
.marginBottom-xxl {
  margin-bottom: 48px !important;
}
.marginBottom-xxxl {
  margin-bottom: 64px !important;
}
.marginLeft-xxs {
  margin-left: 4px !important;
}
.marginLeft-xs {
  margin-left: 8px !important;
}
.marginLeft-xss {
  margin-left: 12px !important;
}
.marginLeft-s {
  margin-left: 16px !important;
}
.marginLeft-m {
  margin-left: 24px !important;
}
.marginLeft-l {
  margin-left: 32px !important;
}
.marginLeft-xl {
  margin-left: 40px !important;
}
.marginLeft-xxl {
  margin-left: 48px !important;
}
.marginLeft-xxxl {
  margin-left: 64px !important;
}
.marginTopBot-xxs {
  margin: 4px 0 !important;
}
.marginTopBot-xs {
  margin: 8px 0 !important;
}
.marginTopBot-s {
  margin: 16px 0 !important;
}
.marginTopBot-m {
  margin: 24px 0 !important;
}
.marginTopBot-l {
  margin: 32px 0 !important;
}
.marginTopBot-xl {
  margin: 40px 0 !important;
}
.marginTopBot-xxl {
  margin: 48px 0 !important;
}
.marginTopBot-xxxl {
  margin: 64px 0 !important;
}
.margin-none,
.no-margin,
.margin-0 {
  margin: 0 !important;
}
.margin-none-top,
.marginTop-0 {
  margin-top: 0 !important;
}
.margin-none-bottom,
.marginBottom-0 {
  margin-bottom: 0 !important;
}
.margin-auto {
  margin: auto !important;
}
.margin-0-auto {
  margin: 0 auto;
}
.margin-x-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.-marginTop-xxs {
  margin-top: -4px !important;
}
.-marginTop-xs {
  margin-top: -8px !important;
}
.-marginTop-s {
  margin-top: -16px !important;
}
.-marginTop-m {
  margin-top: -24px !important;
}
.-marginTop-l {
  margin-top: -32px !important;
}
.-marginTop-xl {
  margin-top: -40px !important;
}
.-marginTop-xxl {
  margin-top: -48px !important;
}
.-marginTop-xxxl {
  margin-top: -64px !important;
}
.-marginRight-xxs {
  margin-right: -4px !important;
}
.-marginRight-xs {
  margin-right: -8px !important;
}
.-marginRight-s {
  margin-right: -16px !important;
}
.-marginRight-m {
  margin-right: -24px !important;
}
.-marginRight-l {
  margin-right: -32px !important;
}
.-marginRight-xl {
  margin-right: -40px !important;
}
.-marginRight-xxl {
  margin-right: -48px !important;
}
.-marginRight-xxxl {
  margin-right: -64px !important;
}
.-marginBottom-xxs {
  margin-bottom: -4px !important;
}
.-marginBottom-xs {
  margin-bottom: -8px !important;
}
.-marginBottom-s {
  margin-bottom: -16px !important;
}
.-marginBottom-m {
  margin-bottom: -24px !important;
}
.-marginBottom-l {
  margin-bottom: -32px !important;
}
.-marginBottom-xl {
  margin-bottom: -40px !important;
}
.-marginBottom-xxl {
  margin-bottom: -48px !important;
}
.-marginBottom-xxxl {
  margin-bottom: -64px !important;
}
.-marginLeft-xxs {
  margin-left: -4px !important;
}
.-marginLeft-xs {
  margin-left: -8px !important;
}
.-marginLeft-s {
  margin-left: -16px !important;
}
.-marginLeft-m {
  margin-left: -24px !important;
}
.-marginLeft-l {
  margin-left: -32px !important;
}
.-marginLeft-xl {
  margin-left: -40px !important;
}
.-marginLeft-xxl {
  margin-left: -48px !important;
}
.-marginLeft-xxxl {
  margin-left: -64px !important;
}
.margin-xxl-top-auto {
  margin: 48px auto auto auto;
}
.margin-m-top-auto {
  margin: 24px auto auto auto;
}
.opacity-0 {
  opacity: 0;
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-75 {
  opacity: 0.75;
}
.opacity-100 {
  opacity: 1;
}
.-order-2 {
  order: -2;
}
.-order-1 {
  order: -1;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-x-visible {
  overflow-x: visible !important;
}
.overflow-y-visible {
  overflow-y: visible !important;
}
.overflow-x-hidden {
  overflow-x: hidden !important;
}
.overflow-y-hidden {
  overflow-y: hidden !important;
}
.overflow-x-scroll {
  overflow-x: scroll !important;
}
.overflow-y-scroll {
  overflow-y: scroll !important;
}
.sec-page-padding {
  padding: 0 20px;
}
.padding-xxs {
  padding: 4px !important;
}
.padding-xs {
  padding: 8px !important;
}
.padding-s {
  padding: 16px !important;
}
.padding-m {
  padding: 24px !important;
}
.padding-l {
  padding: 32px !important;
}
.padding-xl {
  padding: 40px !important;
}
.paddingTop-xxs {
  padding-top: 4px !important;
}
.paddingTop-xs {
  padding-top: 8px !important;
}
.paddingTop-s {
  padding-top: 16px !important;
}
.paddingTop-m {
  padding-top: 24px !important;
}
.paddingTop-l {
  padding-top: 32px !important;
}
.paddingTop-xl {
  padding-top: 40px !important;
}
.paddingRight-xxs {
  padding-right: 4px !important;
}
.paddingRight-xs {
  padding-right: 8px !important;
}
.paddingRight-s {
  padding-right: 16px !important;
}
.paddingRight-m {
  padding-right: 24px !important;
}
.paddingRight-l {
  padding-right: 32px !important;
}
.paddingRight-xl {
  padding-right: 40px !important;
}
.paddingBottom-xxs {
  padding-bottom: 4px !important;
}
.paddingBottom-xs {
  padding-bottom: 8px !important;
}
.paddingBottom-s {
  padding-bottom: 16px !important;
}
.paddingBottom-m {
  padding-bottom: 24px !important;
}
.paddingBottom-l {
  padding-bottom: 32px !important;
}
.paddingBottom-xl {
  padding-bottom: 40px !important;
}
.paddingLeft-xxs {
  padding-left: 4px !important;
}
.paddingLeft-xs {
  padding-left: 8px !important;
}
.paddingLeft-s {
  padding-left: 16px !important;
}
.paddingLeft-m {
  padding-left: 24px !important;
}
.paddingLeft-l {
  padding-left: 32px !important;
}
.paddingLeft-xl {
  padding-left: 40px !important;
}
.padding-none {
  padding: 0 !important;
}
.paddingTop-none {
  padding-top: 0 !important;
}
.paddingBottom-none {
  padding-bottom: 0 !important;
}
.paddingRight-none {
  padding-right: 0 !important;
}
.position-absolute {
  position: absolute;
}
.position-relative {
  position: relative;
}
.position-inherit {
  position: inherit;
}
.position-initial {
  position: initial;
}
.position-sticky {
  position: sticky;
}
.position-inset-0 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.top-0 {
  top: 0;
}
.bottom-0 {
  bottom: 0;
}
.bottom--5 {
  bottom: -5px;
}
.right-0 {
  right: 0;
}
.left-0 {
  left: 0;
}
.bottom-negative-sm {
  bottom: -4px;
}
.-z-1 {
  z-index: -1;
}
.z-0 {
  z-index: 0;
}
.z-1 {
  z-index: 1;
}
.z-2 {
  z-index: 2;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-all {
  pointer-events: all;
}
.textAlign-left,
.left-text {
  text-align: left !important;
}
.textAlign-right,
.right-text {
  text-align: right !important;
}
.textAlign-center,
.center-text {
  text-align: center !important;
}
.justify-text {
  text-align: justify;
}
.textDecoration-linethrough {
  text-decoration: line-through;
}
.textDecoration-underline {
  text-decoration: underline;
}
.whiteSpace--nowrap {
  white-space: nowrap;
}
.max-xsm-width {
  max-width: 480px;
  margin: 0 auto;
}
.max-sm-width {
  max-width: 600px;
  margin: 0 auto;
}
.max-lg-width {
  max-width: 1200px;
  margin: 0 auto;
}
.max-md-width {
  max-width: 960px;
  margin: 0 auto;
}
.max-xlg-width {
  max-width: 1440px;
  margin: 0 auto;
}
.max-900-width {
  max-width: 900px;
  margin: 0 auto;
}
.max-800-width {
  max-width: 800px;
  margin: 0 auto;
}
.max-700-width {
  max-width: 700px;
  margin: 0 auto;
}
.max-454-width {
  max-width: 454px;
  margin: 0 auto;
}
.width-100,
.w-100 {
  width: 100%;
}
.width-90,
.w-90 {
  width: 90%;
}
.width-80,
.w-80 {
  width: 80%;
}
.width-75,
.w-75 {
  width: 75%;
}
.width-70,
.w-70 {
  width: 70%;
}
.width-60,
.w-60 {
  width: 60%;
}
.width-50,
.w-50 {
  width: 50%;
}
.width-40,
.w-40 {
  width: 40%;
}
.width-30,
.w-30 {
  width: 30%;
}
.width-25,
.w-25 {
  width: 25%;
}
.width-20,
.w-20 {
  width: 20%;
}
.width-10,
.w-10 {
  width: 10%;
}
.maxWidth-100 {
  max-width: 100% !important;
}
.minWidth-100 {
  min-width: 100%;
}
.width-320 {
  width: 320px;
}
.width-248 {
  width: 248px;
}
.width-200 {
  width: 200px;
}
.width-280,
.w-280 {
  width: 280px;
}
.w-16 {
  width: 16px;
}
.w-24 {
  width: 24px;
}
.width-fit,
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.epic-body-text {
  font-weight: normal;
  color: #3c4b62;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: 18px/28px "Roboto", sans-serif;
}
.epic-body-text.epic-body-text--white {
  color: #ffffff;
}
.epic-body-text--s {
  font-size: 16px;
  line-height: 24px;
}
.epic-caption-text {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.02em;
}
.epic-tab-text {
  font-family: "Roboto Black", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #3c4b62;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.epic-table-header-text {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  color: #3c4b62;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {
  .epic-table-header-text {
    font-size: 11px;
    line-height: 11px;
  }
}
.epic-table-cell-text {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 600px) {
  .epic-table-cell-text {
    font-size: 11px;
    line-height: 17px;
  }
}
.epic-handwritten-text {
  font-family: "Nanum Pen";
  font-size: 34px;
  line-height: 38px;
}
.epic-nav-bar-text {
  color: #3c4b62;
  font-family: "Mikado", sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.epic-nav-bar-label-text {
  color: #3c4b62;
  font-family: "Mikado", sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.01em;
}
.epic-website-section-head-text {
  font-family: "Mikado", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  color: #3c4b62;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 19px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
  .epic-website-section-head-text {
    font-size: 20px;
    line-height: 28px;
  }
}
.epic-website-section-subhead-text {
  font-weight: normal;
  color: #3c4b62;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: 18px/28px "Roboto", sans-serif;
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 15px;
}
@media screen and (max-width: 600px) {
  .epic-website-section-subhead-text {
    font-size: 32px;
    line-height: 40px;
  }
}
.epic-underline-pink {
  position: relative;
}
.epic-underline-pink::after {
  background: #e9559b;
  transform: scaleY(0.4);
  content: "";
  width: 95%;
  height: 16px;
  margin: auto;
  position: absolute;
  bottom: -12px;
  left: 0;
  right: 0;
  mask-image: url(/assets/dialogs/compare-upsell/underline.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-image: url(/assets/dialogs/compare-upsell/underline.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
}
.epic-underline-yellow {
  position: relative;
}
.epic-underline-yellow::after {
  background: #dcd123;
  transform: scaleY(0.4);
  content: "";
  width: 95%;
  height: 16px;
  margin: auto;
  position: absolute;
  bottom: -12px;
  left: 0;
  right: 0;
  mask-image: url(/assets/dialogs/compare-upsell/underline.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-image: url(/assets/dialogs/compare-upsell/underline.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
}
.epic-green-underline-text {
  text-decoration: underline;
  color: #65c07e;
}
/** Error styling */
.epic-error {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: #ee2e60;
}
.epic-error-grey {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: #3c4b62;
}
.epic-container-text {
  font-size: 16px;
  line-height: 22px;
  color: #3c4b62;
}
.epic-subtitle-text {
  font-weight: bold;
  color: #3c4b62;
}
md-tabs.epic-tabs md-tabs-wrapper,
md-tabs.epic-tabs md-tabs-canvas,
md-tabs.epic-tabs md-pagination-wrapper {
  height: 56px;
  border-color: #ffffff !important;
}
md-tabs.epic-tabs.epic-tabs-min-width md-tab-item {
  min-width: 200px;
}
md-tabs.epic-tabs md-tab-item {
  font-family: "Roboto Black", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #3c4b62;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #3c4b62 !important;
}
md-tabs.epic-tabs md-tab-item:hover {
  background-color: rgba(246, 249, 252, 0.5);
  border-bottom: 2px solid rgba(246, 249, 252, 0.5);
}
md-tabs.epic-tabs md-tab-item span {
  vertical-align: middle;
}
md-tabs.epic-tabs md-tab-item:not([disabled]).md-active {
  color: #0a96e6 !important;
}
md-tabs.epic-tabs md-ink-bar {
  background-color: #0a96e6 !important;
}
.epic-mat-tabs .mat-tab-header-pagination-after,
.epic-mat-tabs .mat-tab-header-pagination-before {
  padding: none;
}
.epic-mat-tabs .mat-tab-header-pagination-after div.mat-tab-header-pagination-chevron,
.epic-mat-tabs .mat-tab-header-pagination-before div.mat-tab-header-pagination-chevron {
  border: none;
  background: url(/assets/icons-svg/arrows/icon-chevron-blue.svg) center center no-repeat;
  height: 100%;
  transform: none;
  width: 100%;
  background-size: 16px 16px;
}
.epic-mat-tabs .mat-tab-header-pagination-after.mat-tab-header-pagination-disabled,
.epic-mat-tabs .mat-tab-header-pagination-before.mat-tab-header-pagination-disabled {
  filter: grayscale(1);
  opacity: 0.15;
}
.epic-mat-tabs .mat-tab-header-pagination-before div.mat-tab-header-pagination-chevron {
  transform: rotate(180deg);
}
.epic-mat-tabs .mat-elevation-z4 {
  box-shadow: 0px 2px 14px rgba(44, 59, 86, 0.2);
}
.epic-mat-tabs .mat-tab-header {
  border-bottom: none;
}
.epic-mat-tabs.epic-mat-tabs--no-header .mat-tab-header {
  display: none;
}
.epic-mat-tabs.epic-mat-tabs--no-body .mat-tab-body-wrapper {
  display: none;
}
.epic-mat-tabs.epic-mat-tabs--label-filling .mat-tab-label {
  padding: 0px;
}
.epic-mat-tabs.epic-mat-tabs--label-filling .mat-tab-label .mat-tab-label-content {
  height: 100%;
}
.epic-mat-tabs.epic-mat-tabs--label-filling .mat-tab-label .mat-tab-label-content .mat-tab-label-custom {
  height: 100%;
  padding: 0 62px;
  display: flex;
  align-items: center;
}
.epic-mat-tabs.epic-mat-tabs--category-tabs .mat-tab-label {
  height: 64px;
  padding: 0 24px;
}
.epic-mat-tabs .mat-tab-label {
  min-width: 0px;
  font-family: "Roboto Black", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #3c4b62;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  opacity: 1;
  height: 44px;
  transition: 0.25s;
  padding: 0 62px;
}
.epic-mat-tabs .mat-tab-label:hover {
  background-color: rgba(246, 249, 252, 0.5);
}
.epic-mat-tabs .mat-tab-label:active {
  background-color: #eef4fa;
}
.epic-mat-tabs .mat-tab-label .mat-tab-label-content .tab-icon {
  width: 48px;
  margin-right: 8px;
}
.epic-mat-tabs .mat-tab-body {
  font-family: "Roboto", sans-serif;
}
.epic-mat-tabs.epic-mat-tabs--transition-opacity .mat-tab-body {
  opacity: 0;
  transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.5s;
}
.epic-mat-tabs.epic-mat-tabs--transition-opacity .mat-tab-body.mat-tab-body-active {
  opacity: 1;
}
.epic-mat-tabs .mat-tab-label.mat-tab-label-active {
  color: #0a96e6;
}
.epic-mat-tabs .mat-ink-bar {
  background-color: #0a96e6 !important;
  height: 4px;
  border-radius: 20px;
}
.epic-mat-tabs.epic-tabs--sm .mat-tab-label {
  font: bold 14px "Roboto", sans-serif;
  height: 38px;
}
.epic-mat-tabs.epic-tabs--centered .mat-tab-labels {
  justify-content: center;
}
.epic-mat-tabs.epic-tabs--centered .mat-tab-body-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.epic-mat-tabs.epic-tabs--overflow-visible .mat-tab-body-wrapper,
.epic-mat-tabs.epic-tabs--overflow-visible .mat-tab-body,
.epic-mat-tabs.epic-tabs--overflow-visible .mat-tab-body-content, .epic-mat-tabs.epic-tabs--overflow-visible.mat-tab-group.mat-tab-group-dynamic-height .mat-tab-body.mat-tab-body-active {
  overflow: visible;
  overflow-y: visible;
}
.epic-mat-tabs.epic-tabs--grow .mat-tab-body-wrapper {
  height: 100%;
}
.epic-mat-tabs.epic-tabs--no-shadow .mat-elevation-z4 {
  box-shadow: none;
}
.mat-tab-nav-bar.epic-nav-bar {
  border: none;
  background: #ffffff;
}
.mat-tab-nav-bar.epic-nav-bar .mat-tab-header-pagination-after,
.mat-tab-nav-bar.epic-nav-bar .mat-tab-header-pagination-before {
  padding: none;
}
.mat-tab-nav-bar.epic-nav-bar .mat-tab-header-pagination-after div.mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.epic-nav-bar .mat-tab-header-pagination-before div.mat-tab-header-pagination-chevron {
  border: none;
  background: url(/assets/icons-svg/arrows/icon-chevron-blue.svg) center center no-repeat;
  height: 100%;
  transform: none;
  width: 100%;
  background-size: 16px 16px;
}
.mat-tab-nav-bar.epic-nav-bar .mat-tab-header-pagination-after.mat-tab-header-pagination-disabled,
.mat-tab-nav-bar.epic-nav-bar .mat-tab-header-pagination-before.mat-tab-header-pagination-disabled {
  filter: grayscale(1);
  opacity: 0.15;
}
.mat-tab-nav-bar.epic-nav-bar .mat-tab-header-pagination-before div.mat-tab-header-pagination-chevron {
  transform: rotate(180deg);
}
.mat-tab-nav-bar.epic-nav-bar .mat-elevation-z4 {
  box-shadow: 0px 2px 14px rgba(44, 59, 86, 0.2);
}
.mat-tab-nav-bar.epic-nav-bar.epic-nav-bar--left-aligned .mat-tab-links {
  justify-content: flex-start;
}
.mat-tab-nav-bar.epic-nav-bar.nav-bar--height-56 .mat-tab-link {
  height: 56px;
}
.mat-tab-nav-bar.epic-nav-bar.epic-nav-bar--bordered {
  border-bottom: 1px solid #e0e6ed;
  border-top: 1px solid #e0e6ed;
}
.mat-tab-nav-bar.epic-nav-bar .mat-tab-links {
  justify-content: center;
}
.mat-tab-nav-bar.epic-nav-bar .mat-tab-link {
  margin: 0px;
  min-width: 0px;
  font-family: "Roboto Black", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #3c4b62;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  opacity: 1;
  height: 44px;
  transition: 0.25s;
  padding: 0 62px;
  padding: 0 62px !important;
}
.mat-tab-nav-bar.epic-nav-bar .mat-tab-link:hover {
  background-color: rgba(246, 249, 252, 0.5);
}
.mat-tab-nav-bar.epic-nav-bar .mat-tab-link:active {
  background-color: #eef4fa;
}
.mat-tab-nav-bar.epic-nav-bar .mat-tab-link:focus {
  text-decoration: none;
}
.mat-tab-nav-bar.epic-nav-bar .mat-tab-link.mat-tab-label-active {
  color: #0a96e6;
}
.mat-tab-nav-bar.epic-nav-bar .mat-tab-nav-bar,
.mat-tab-nav-bar.epic-nav-bar .mat-tab-header {
  border: none;
}
.mat-tab-nav-bar.epic-nav-bar .mat-ink-bar {
  background-color: #0a96e6 !important;
  height: 4px;
  border-radius: 20px;
}
.epic-input-label {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  color: #3c4b62;
}
.epic-input,
.epic-input-new {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font: 18px/28px "Roboto", sans-serif;
  letter-spacing: 0.01em;
  color: #3c4b62;
  background-color: #ffffff;
  border: solid 1px #afbbca;
  border-radius: 8px;
  width: 100%;
  height: 48px;
  padding: 10px;
  outline: 0;
  resize: vertical;
  box-sizing: border-box;
  background-size: 10px 10px;
}
.epic-input:disabled,
.epic-input-new:disabled {
  background-color: #e0e6ed;
}
.epic-input:disabled::placeholder,
.epic-input-new:disabled::placeholder {
  color: #afbbca;
}
.epic-input:focus,
.epic-input-new:focus {
  border-color: #0a96e6;
}
.epic-input:-webkit-autofill,
.epic-input-new:-webkit-autofill {
  box-shadow: 0 0 0 1000px white inset;
  -webkit-box-shadow: 0 0 0 1000px white inset;
  color: #3c4b62 !important;
}
.epic-input.ng-touched.ng-invalid,
.epic-input-new.ng-touched.ng-invalid {
  border-color: #ee2e60;
}
.epic-input.no-error-border.ng-touched.ng-invalid,
.epic-input-new.no-error-border.ng-touched.ng-invalid {
  border-color: #afbbca;
}
.epic-input.card-element,
.epic-input-new.card-element {
  padding: 13px;
}
.epic-input.epic-input--s,
.epic-input-new.epic-input--s {
  height: 32px;
  font-size: 14px;
  background-size: 7px 7px;
}
.epic-input.epic-input--error,
.epic-input-new.epic-input--error {
  border: solid 1px #ee2e60;
  background: no-repeat scroll;
  background-color: #ffffff;
  background-position: right 10px top 50%;
  padding-right: 40px;
}
.epic-input.epic-input--error-2px-border,
.epic-input-new.epic-input--error-2px-border {
  border: solid 2px #ee2e60;
  background: no-repeat scroll;
  background-color: #ffffff;
  background-position: right 10px top 50%;
  padding-right: 40px;
}
.epic-input.epic-input--valid,
.epic-input-new.epic-input--valid {
  background: url(/assets/app/edu-signup/icons/check-icon.svg) no-repeat scroll;
  background-color: #ffffff;
  background-position: right 10px top 50%;
  padding-right: 40px;
}
.epic-input.epic-input--dropdown-arrow,
.epic-input-new.epic-input--dropdown-arrow {
  background: url(/assets/app/shared-elements/dropdown-arrow-light-grey-down.svg) no-repeat scroll;
  background-color: #ffffff;
  background-position: right 10px top 50%;
  padding-right: 50px;
}
.epic-input.epic-input--search,
.epic-input-new.epic-input--search {
  background: url(/assets/profile-select/small-magnifying-glass-gray.svg) no-repeat scroll;
  background-color: #ffffff;
  background-position: left 10px top 50%;
  padding-left: 50px;
}
.epic-input::placeholder,
.epic-input-new::placeholder {
  color: #afbbca;
}
.epic-input-2px-border {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font: 18px/28px "Roboto", sans-serif;
  letter-spacing: 0.01em;
  color: #3c4b62;
  background-color: #ffffff;
  border: solid 2px #afbbca;
  border-radius: 8px;
  width: 100%;
  height: 48px;
  padding: 10px;
  outline: 0;
  resize: vertical;
  box-sizing: border-box;
  background-size: 10px 10px;
}
.epic-input-2px-border:disabled {
  background-color: #e0e6ed;
}
.epic-input-2px-border:disabled::placeholder {
  color: #afbbca;
}
.epic-input-2px-border:focus {
  border-color: #0a96e6;
}
.epic-input-2px-border:-webkit-autofill {
  box-shadow: 0 0 0 1000px white inset;
  -webkit-box-shadow: 0 0 0 1000px white inset;
  color: #3c4b62 !important;
}
.epic-input-2px-border.ng-touched.ng-invalid {
  border-color: #ee2e60;
}
.epic-input-2px-border.no-error-border.ng-touched.ng-invalid {
  border-color: #afbbca;
}
.epic-input-2px-border.card-element {
  padding: 13px;
}
.epic-input-2px-border.epic-input--s {
  height: 32px;
  font-size: 14px;
  background-size: 7px 7px;
}
.epic-input-2px-border.epic-input--error {
  border: solid 1px #ee2e60;
  background: no-repeat scroll;
  background-color: #ffffff;
  background-position: right 10px top 50%;
  padding-right: 40px;
}
.epic-input-2px-border.epic-input--error-2px-border {
  border: solid 2px #ee2e60;
  background: no-repeat scroll;
  background-color: #ffffff;
  background-position: right 10px top 50%;
  padding-right: 40px;
}
.epic-input-2px-border.epic-input--valid {
  background: url(/assets/app/edu-signup/icons/check-icon.svg) no-repeat scroll;
  background-color: #ffffff;
  background-position: right 10px top 50%;
  padding-right: 40px;
}
.epic-input-2px-border.epic-input--dropdown-arrow {
  background: url(/assets/app/shared-elements/dropdown-arrow-light-grey-down.svg) no-repeat scroll;
  background-color: #ffffff;
  background-position: right 10px top 50%;
  padding-right: 50px;
}
.epic-input-2px-border.epic-input--search {
  background: url(/assets/profile-select/small-magnifying-glass-gray.svg) no-repeat scroll;
  background-color: #ffffff;
  background-position: left 10px top 50%;
  padding-left: 50px;
}
.epic-input-2px-border::placeholder {
  color: #afbbca;
}
.epic-input-new-blue {
  color: #ffffff;
  background-color: #0a96e6;
  border: solid 2px #ffffff;
}
.epic-input-new-blue::placeholder {
  color: #ffffff;
}
.epic-input-new-blue:disabled {
  border: solid 1px #e0e6ed;
  background-color: #0b74bb;
}
.epic-input-new-blue:disabled::placeholder {
  color: #e0e6ed;
}
.epic-input-new-blue:focus {
  border: solid 2px #ffffff;
}
.epic-input-new-blue:-webkit-autofill, .epic-input-new-blue:-webkit-autofill:hover, .epic-input-new-blue:-webkit-autofill:focus, .epic-input-new-blue:-webkit-autofill:active {
  box-shadow: 0 0 0 30px #0a96e6 inset !important;
  -webkit-box-shadow: 0 0 0 30px #0a96e6 inset !important;
  -webkit-text-fill-color: #ffffff !important;
}
/** The input element would go within the element that uses this class (the wrapper element has the styling). This is useful when you need an icon within the text field. */
.epic-input-with-wrapper {
  font: 18px/28px "Roboto", sans-serif;
  letter-spacing: 0.01em;
  color: #3c4b62;
  background-color: #ffffff;
  border: solid 1px #afbbca;
  border-radius: 8px;
  width: 100%;
  height: 48px;
  padding: 10px;
  outline: 0;
  resize: vertical;
  box-sizing: border-box;
  background-size: 10px 10px;
  display: flex;
  align-items: center;
}
.epic-input-with-wrapper:focus-within {
  border-color: #0a96e6;
}
.epic-input-with-wrapper input {
  border: none;
  width: 100%;
  min-width: 0;
  font: inherit;
  color: inherit;
}
.epic-input-with-wrapper input::placeholder {
  color: #afbbca;
}
.epic-input-with-wrapper > *:not(:last-child) {
  margin-right: 8px;
}
.epic-input-with-wrapper.epic-input--error {
  border: solid 1px #ee2e60;
}
.epic-input-readonly {
  border: none;
  background-color: #f9fafd;
  pointer-events: none;
}
/* Use with input to create a dropdown menu, put in position relative wrapper*/
.search-results-container-new {
  max-height: 175px;
  width: 100%;
  overflow: auto;
  border-radius: 10px;
  box-shadow: 0 4px 14px 0 rgba(71, 76, 85, 0.1);
  border: solid 1px #e0e6ed;
  position: absolute;
  font-size: 18px;
  background: #ffffff;
  color: #3c4b62;
  cursor: pointer;
  z-index: 10;
  /* Use to attach a fixed item at bottom of menu*/
}
.search-results-container-new.taller {
  max-height: 325px;
}
.search-results-container-new.overflow-hidden {
  overflow: hidden;
}
.search-results-container-new ::-webkit-scrollbar {
  width: 14px;
  height: 10px;
  background: #fff;
}
.search-results-container-new ::-webkit-scrollbar-thumb {
  background: #eaebed;
  border-radius: 40px;
  border: 4px solid #fff;
}
.search-results-container-new .subcontainer {
  height: 100%;
  max-height: 274px;
  width: 100%;
  overflow: auto;
}
.search-results-container-new .result-item {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  text-align: left;
  padding: 0 16px;
  transition: background-color 0.15s ease-in-out;
}
.search-results-container-new .result-item:not(:last-child) {
  border-bottom: 1px solid #e0e6ed;
}
.search-results-container-new .result-item .result-name {
  font-size: 14px;
}
.search-results-container-new .result-item:hover {
  background: #e6f5fe;
}
.search-results-container-new .result-item.result-item--fixed {
  border-top: 1px solid #e0e6ed;
}
.search-results-container-new .search-results-single-item {
  width: 100%;
  padding: 0 16px;
  transition: background-color 0.15s ease-in-out;
}
.search-results-container-new .search-results-single-item:not(:last-child) {
  border-bottom: 1px solid #e0e6ed;
}
.search-results-container-new .search-results-single-item:hover {
  background: #e6f5fe;
}
.search-results-container-new .search-results-single-item.result-item--fixed {
  border-top: 1px solid #e0e6ed;
}
input:focus {
  outline: 0;
}
.epic-card {
  background: #ffffff;
  box-shadow: 0px 1px 3px rgba(43, 71, 104, 0.15);
  border-radius: 16px;
  border: 1px solid #f9fafd;
}
.epic-card.epic-card--s {
  background: #ffffff;
  box-shadow: 0px 1px 3px rgba(43, 71, 104, 0.15);
  border-radius: 16px;
  border: 1px solid #f9fafd;
  border-radius: 8px;
}
.epic-card.epic-card--l {
  background: #ffffff;
  box-shadow: 0px 1px 3px rgba(43, 71, 104, 0.15);
  border-radius: 16px;
  border: 1px solid #f9fafd;
  box-shadow: 0px 2px 14px rgba(44, 59, 86, 0.2);
  border-radius: 24px;
  border: none;
}
.video-thumbnail-container {
  position: relative;
}
.video-thumbnail-container .video-play-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  z-index: 5;
}
.video-thumbnail-container .video-book-tabs-title {
  position: absolute;
  width: 100%;
  bottom: 5px;
  z-index: 6;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
}
.image-responsive {
  max-width: 100%;
  height: auto;
  width: 100%;
}
.epic-icon {
  width: 32px;
  height: 32px;
  fill: #0a96e6;
  stroke: #0a96e6;
  color: #0a96e6;
  transition: all 0.1s ease-in-out;
  cursor: pointer;
  overflow: visible;
}
.epic-icon.epic-icon--disabled {
  cursor: default;
  stroke: #afbbca;
  fill: #afbbca;
  color: #afbbca;
  pointer-events: none;
}
.epic-icon.epic-icon--disabled:hover {
  stroke: "inherit";
  fill: "inherit";
  color: "inherit";
}
.epic-icon.epic-icon--xxxl {
  width: 120px;
  height: 120px;
}
.epic-icon.epic-icon--xxl {
  width: 56px;
  height: 56px;
}
.epic-icon.epic-icon--xl {
  width: 48px;
  height: 48px;
}
.epic-icon.epic-icon--l {
  width: 40px;
  height: 40px;
}
.epic-icon.epic-icon--m {
  width: 32px;
  height: 32px;
}
.epic-icon.epic-icon--ms {
  width: 28px;
  height: 28px;
}
.epic-icon.epic-icon--s {
  width: 24px;
  height: 24px;
}
.epic-icon.epic-icon--sm {
  width: 20px;
  height: 20px;
}
.epic-icon.epic-icon--sxs {
  width: 16px;
  height: 16px;
}
.epic-icon.epic-icon--xs {
  width: 12px;
  height: 12px;
}
.epic-icon.epic-icon--size-custom-1 {
  width: 86px;
  height: 86px;
}
.epic-icon.epic-icon--size-custom-2 {
  width: 64px;
  height: 64px;
}
.epic-icon.epic-icon-size-to-parent {
  width: 100%;
  height: 100%;
}
.epic-icon.epic-icon--white {
  fill: #ffffff;
  stroke: #ffffff;
  color: #ffffff;
}
.epic-icon.epic-icon--silver {
  fill: #afbbca;
  stroke: #afbbca;
  color: #afbbca;
}
.epic-icon.epic-icon--light-silver {
  fill: #e0e6ed;
  stroke: #e0e6ed;
  color: #e0e6ed;
}
.epic-icon.epic-icon--very-light-silver {
  fill: #e0e6ed;
  stroke: #e0e6ed;
  color: #e0e6ed;
}
.epic-icon.epic-icon--dark-silver {
  fill: #3c4b62;
  stroke: #3c4b62;
  color: #3c4b62;
}
.epic-icon.epic-icon--light-blue {
  fill: #abdffc;
  stroke: #abdffc;
  color: #abdffc;
}
.epic-icon.epic-icon--warning-red {
  fill: #ee2e60;
  stroke: #ee2e60;
  color: #ee2e60;
}
.epic-icon.epic-icon--outlaw-pink {
  fill: #e9559b;
  stroke: #e9559b;
  color: #e9559b;
}
.epic-icon.epic-icon--green {
  fill: #65c07e;
  stroke: #65c07e;
  color: #65c07e;
}
.epic-icon.epic-icon--exclaim-blue {
  fill: #0a96e6;
  stroke: #0a96e6;
  color: #0a96e6;
}
.epic-icon.epic-icon--yellow {
  fill: #dcd123;
  stroke: #dcd123;
}
.epic-icon.epic-icon--orange {
  fill: #ffa944;
  stroke: #ffa944;
}
.epic-icon.epic-icon--black {
  fill: #000000;
  stroke: #000000;
}
.epic-icon.epic-icon--hover-very-light-silver:hover {
  fill: #e0e6ed;
  stroke: #e0e6ed;
  color: #e0e6ed;
}
.epic-icon.epic-icon--hover-blue:hover {
  fill: #0a96e6;
  stroke: #0a96e6;
  color: #0a96e6;
}
.epic-icon.epic-icon--hover-dark-blue:hover {
  fill: #0b74bb;
  stroke: #0b74bb;
  color: #0b74bb;
}
.epic-icon.epic-icon--hover-outlaw-pink:hover {
  stroke: #e9559b;
  fill: #e9559b;
  color: #e9559b;
}
.epic-icon.epic-icon--cursor-default {
  cursor: default;
}
.epic-icon.epic-icon--cursor-inherit {
  cursor: inherit;
}
.epic-icon.epic-icon--rotate90 {
  transform: rotate(90deg);
  transform-origin: center;
}
.epic-icon.epic-icon--rotate180 {
  transform: rotate(180deg);
  transform-origin: center;
}
.epic-icon.epic-icon--rotate270 {
  transform: rotate(270deg);
  transform-origin: center;
}
.epic-icon.epic-icon--shadow-distant {
  filter: drop-shadow(0px 2px 14px rgba(44, 59, 86, 0.2));
}
.epic-icon.epic-icon--stroked {
  stroke: #ffffff;
  color: #ffffff;
}
/** S/M font size */
button {
  font-family: "Roboto", sans-serif;
}
.epic-btn {
  color: #ffffff;
  font-family: "Mikado", sans-serif;
  font-weight: 400;
  background-color: #0a96e6;
  box-sizing: border-box;
  border: none;
  border-radius: 100px;
  outline: none;
  cursor: pointer;
  transition: all 0.1s ease-in-out;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 22px;
  padding: 8px 32px;
}
.epic-btn.epic-btn--secondary, .epic-btn.epic-btn--filterButton {
  padding: 6px 32px;
}
.epic-btn:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px #005fcc;
}
.epic-btn:focus:not(:focus-visible) {
  outline: none;
  box-shadow: none;
}
.epic-btn:not([disabled]):hover {
  color: #ffffff;
  background-color: #0b74bb;
}
.epic-btn:disabled {
  color: #ffffff;
  background-color: #afbbca;
}
.epic-btn.fake-disabled {
  color: #ffffff;
  background-color: #afbbca;
}
.epic-btn.fake-disabled:not([disabled]):hover {
  background-color: #afbbca;
}
.epic-btn.epic-btn--with-icon {
  padding: 8px 16px;
}
.epic-btn epic-icon {
  margin-right: 4px;
  display: inline-flex;
}
.epic-btn epic-icon svg {
  width: 24px;
  height: 24px;
  stroke: #ffffff;
  fill: #ffffff;
  color: #ffffff;
}
.epic-btn.epic-btn--s {
  font-size: 16px;
  line-height: 22px;
  padding: 4px 24px;
}
.epic-btn.epic-btn--s.epic-btn--with-icon {
  padding: 4px 8px;
}
.epic-btn.epic-btn--s.epic-btn--secondary, .epic-btn.epic-btn--s.epic-btn--filterButton {
  padding: 2px 24px;
}
.epic-btn.epic-btn--l {
  font-family: "Mikado", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  padding: 16px 40px;
}
@media screen and (max-width: 600px) {
  .epic-btn.epic-btn--l {
    font-size: 16px;
    line-height: 22px;
  }
}
.epic-btn.epic-btn--l epic-icon svg {
  width: 32px;
  height: 32px;
}
.epic-btn.epic-btn--l.epic-btn--with-icon {
  padding: 9px 16px;
}
.epic-btn.epic-btn--l.epic-btn--secondary, .epic-btn.epic-btn--l.epic-btn--filterButton {
  padding: 14px 40px;
}
.epic-btn.epic-btn--l.epic-btn--secondary.epic-btn--with-icon, .epic-btn.epic-btn--l.epic-btn--with-icon.epic-btn--filterButton {
  padding: 11px 40px;
}
.epic-btn.epic-btn--cta {
  min-height: 58px;
  min-width: 320px;
  font-size: 20px;
}
.epic-btn.epic-btn--pink {
  background: #e9559b;
}
.epic-btn.epic-btn--pink:not([disabled]):hover {
  color: #ffffff;
  background-color: #cb347c;
}
.epic-btn.epic-btn--pink:disabled {
  background-color: #afbbca;
}
.epic-btn.epic-btn--secondary, .epic-btn.epic-btn--filterButton {
  color: #0a96e6;
  background-color: #ffffff;
  border: 2px solid #0a96e6;
}
.epic-btn.epic-btn--secondary epic-icon svg, .epic-btn.epic-btn--filterButton epic-icon svg {
  stroke: #0a96e6;
  fill: #0a96e6;
  color: #0a96e6;
}
.epic-btn.epic-btn--secondary:disabled, .epic-btn.epic-btn--filterButton:disabled {
  color: #afbbca;
  border-color: #afbbca;
}
.epic-btn.epic-btn--secondary:disabled epic-icon svg, .epic-btn.epic-btn--filterButton:disabled epic-icon svg {
  stroke: #afbbca;
  fill: #afbbca;
  color: #afbbca;
}
.epic-btn.epic-btn--secondary:not([disabled]):hover, .epic-btn.epic-btn--filterButton:not([disabled]):hover {
  color: #ffffff;
  background-color: #0b74bb;
  border: 2px solid #0b74bb;
}
.epic-btn.epic-btn--secondary:not([disabled]):hover epic-icon svg, .epic-btn.epic-btn--filterButton:not([disabled]):hover epic-icon svg {
  stroke: #ffffff;
  fill: #ffffff;
  color: #ffffff;
}
.epic-btn.epic-btn--secondary.epic-btn--secondary-white, .epic-btn.epic-btn--secondary-white.epic-btn--filterButton {
  color: #ffffff;
  border: 2px solid #ffffff;
  background: transparent;
}
.epic-btn.epic-btn--secondary.epic-btn--secondary-white epic-icon svg, .epic-btn.epic-btn--secondary-white.epic-btn--filterButton epic-icon svg {
  stroke: #ffffff;
  fill: #ffffff;
  color: #ffffff;
}
.epic-btn.epic-btn--secondary.epic-btn--secondary-white:disabled, .epic-btn.epic-btn--secondary-white.epic-btn--filterButton:disabled {
  color: #afbbca;
  border-color: #afbbca;
  opacity: 0.3;
}
.epic-btn.epic-btn--secondary.epic-btn--secondary-white:disabled epic-icon svg, .epic-btn.epic-btn--secondary-white.epic-btn--filterButton:disabled epic-icon svg {
  stroke: #afbbca;
  fill: #afbbca;
  color: #afbbca;
}
.epic-btn.epic-btn--secondary.epic-btn--secondary-pink, .epic-btn.epic-btn--secondary-pink.epic-btn--filterButton {
  color: #e9559b;
  background-color: #ffffff;
  border: 2px solid #e9559b;
}
.epic-btn.epic-btn--secondary.epic-btn--secondary-pink epic-icon svg, .epic-btn.epic-btn--secondary-pink.epic-btn--filterButton epic-icon svg {
  stroke: #e9559b;
  fill: #e9559b;
  color: #e9559b;
}
.epic-btn.epic-btn--secondary.epic-btn--secondary-pink:disabled, .epic-btn.epic-btn--secondary-pink.epic-btn--filterButton:disabled {
  color: #afbbca;
  border-color: #afbbca;
}
.epic-btn.epic-btn--secondary.epic-btn--secondary-pink:disabled epic-icon svg, .epic-btn.epic-btn--secondary-pink.epic-btn--filterButton:disabled epic-icon svg {
  stroke: #afbbca;
  fill: #afbbca;
  color: #afbbca;
}
.epic-btn.epic-btn--secondary.epic-btn--secondary-pink:not([disabled]):hover, .epic-btn.epic-btn--secondary-pink.epic-btn--filterButton:not([disabled]):hover {
  color: #ffffff;
  background-color: #cb347c;
  border: 2px solid #cb347c;
}
.epic-btn.epic-btn--secondary.epic-btn--secondary-pink:not([disabled]):hover epic-icon svg, .epic-btn.epic-btn--secondary-pink.epic-btn--filterButton:not([disabled]):hover epic-icon svg {
  stroke: #ffffff;
  fill: #ffffff;
  color: #ffffff;
}
.epic-btn.epic-btn--destructive, .epic-btn.epic-btn--red {
  background-color: #ee2e60;
}
.epic-btn.epic-btn--destructive:not([disabled]):hover, .epic-btn.epic-btn--red:not([disabled]):hover {
  background-color: #ee2e60;
}
.epic-btn.epic-btn--destructive:disabled, .epic-btn.epic-btn--red:disabled {
  background-color: #afbbca;
}
.epic-btn.epic-btn--white {
  background-color: #ffffff;
  color: #0a96e6;
}
.epic-btn.epic-btn--white:disabled {
  background-color: #ffffff;
  color: #0a96e6;
  opacity: 0.3;
}
.epic-btn.epic-btn--white epic-icon svg {
  stroke: #0a96e6;
  fill: #0a96e6;
  color: #0a96e6;
}
.epic-btn.epic-btn--white:not([disabled]):hover epic-icon svg {
  stroke: #ffffff;
  fill: #ffffff;
  color: #ffffff;
}
.epic-btn.epic-btn--special {
  font-family: "Mikado", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  padding: 18px 48px;
  font-family: "Mikado", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
}
@media screen and (max-width: 600px) {
  .epic-btn.epic-btn--special {
    font-size: 16px;
    line-height: 22px;
  }
}
.epic-btn.epic-btn--special epic-icon svg {
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 600px) {
  .epic-btn.epic-btn--special {
    font-size: 20px;
    line-height: 28px;
  }
}
.epic-btn.epic-btn--special.epic-btn--special-green {
  background: #65c07e;
}
.epic-btn.epic-btn--special.epic-btn--special-green:not([disabled]):hover {
  background: #31784c;
}
.epic-btn.epic-btn--special.epic-btn--special-green:disabled {
  opacity: 0.3;
}
.epic-btn.epic-btn--special.epic-btn--special-grey {
  color: #0a96e6;
  background: #f9fafd;
}
.epic-btn.epic-btn--special.epic-btn--special-grey:not([disabled]):hover {
  background: #e0e6ed;
}
.epic-btn.epic-btn--special.epic-btn--special-grey:disabled {
  opacity: 0.3;
}
.epic-btn.epic-btn--special.epic-btn--special-body-text-bold {
  font-weight: normal;
  color: #3c4b62;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: 18px/28px "Roboto", sans-serif;
  font-weight: bold;
}
.epic-btn.epic-btn--special.epic-btn--special-body-text-bold.epic-btn--special-body-text-bold-color-blue {
  color: #0a96e6;
}
.epic-btn.epic-btn--special-marketing, .epic-btn.epic-btn--special-marketing-pink {
  font-family: "Mikado", sans-serif;
  background-color: #ffffff;
  color: #e9559b;
  padding-top: 20px;
  padding-bottom: 20px;
  height: 64px;
  font-size: 18px;
}
.epic-btn.epic-btn--special-marketing:not([disabled]):hover, .epic-btn.epic-btn--special-marketing-pink:not([disabled]):hover {
  background-color: #e9559b;
}
.epic-btn.epic-btn--special-marketing.epic-btn--special-marketing-small, .epic-btn.epic-btn--special-marketing-small.epic-btn--special-marketing-pink {
  height: 48px;
  min-width: 180px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.epic-btn.epic-btn--special-marketing.epic-btn--special-marketing-transparent, .epic-btn.epic-btn--special-marketing-transparent.epic-btn--special-marketing-pink {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}
.epic-btn.epic-btn--special-marketing.epic-btn--special-marketing-transparent.epic-btn--special-marketing-transparent-blue:not([disabled]):hover, .epic-btn.epic-btn--special-marketing-transparent.epic-btn--special-marketing-transparent-blue.epic-btn--special-marketing-pink:not([disabled]):hover {
  background-color: #0a96e6;
  color: #ffffff;
}
.epic-btn.epic-btn--special-marketing.epic-btn--special-marketing-transparent:not([disabled]):hover, .epic-btn.epic-btn--special-marketing-transparent.epic-btn--special-marketing-pink:not([disabled]):hover {
  background-color: #ffffff;
  color: #e9559b;
}
.epic-btn.epic-btn--special-marketing.epic-btn--special-marketing-blue, .epic-btn.epic-btn--special-marketing-blue.epic-btn--special-marketing-pink {
  color: #0a96e6;
}
.epic-btn.epic-btn--special-marketing.epic-btn--special-marketing-blue:not([disabled]):hover, .epic-btn.epic-btn--special-marketing-blue.epic-btn--special-marketing-pink:not([disabled]):hover {
  background-color: #0a96e6;
  color: #ffffff;
}
.epic-btn.epic-btn--special-marketing.epic-btn--special-marketing-wide-text, .epic-btn.epic-btn--special-marketing-wide-text.epic-btn--special-marketing-pink {
  padding-left: 10px;
  padding-right: 10px;
}
.epic-btn.epic-btn--special-marketing:disabled, .epic-btn.epic-btn--special-marketing-pink:disabled {
  opacity: 0.25;
}
.epic-btn.epic-btn--special-marketing-pink {
  background-color: #e9559b;
  color: #ffffff;
}
.epic-btn.epic-btn--special-marketing-pink:not([disabled]):hover {
  background-color: #cb347c;
}
.epic-btn.epic-btn--filterButton {
  font-family: "Roboto", sans-serif;
  border-radius: 4px;
  min-height: 32px;
  min-width: unset;
  padding: 0 24px;
}
.epic-btn.epic-btn--filterButton.selected {
  color: #ffffff;
  background-color: #0a96e6;
  border: none;
}
.epic-btn.epic-btn--filterButton.selected:not([disabled]):hover {
  color: #ffffff;
  background-color: #0b74bb;
  border: none;
}
.epic-btn.epic-btn--filterButton.selected:disabled {
  color: #ffffff;
  background-color: #afbbca;
}
.epic-btn.epic-btn--single-sign-on {
  background-color: #ffffff;
  color: #3c4b62;
  border-style: solid;
  border-width: 2px;
  border-radius: 24px;
  height: 40px !important;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}
.epic-btn.epic-btn--single-sign-on:not([disabled]):hover {
  color: #000000;
  background-color: #ffffff;
  border-color: #000000;
}
.epic-btn.epic-btn--single-sign-on:disabled {
  background-color: #ffffff;
  border-color: #000000;
  color: #afbbca;
}
.epic-row-button {
  height: 115px;
  position: absolute;
  z-index: 10;
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  top: 0;
  bottom: 0;
  margin: auto;
}
.epic-row-button.epic-row-button--left {
  left: 0;
  transform: translateX(-100%) scale(0);
  transform-origin: left;
}
.epic-row-button.epic-row-button--left.hide-animation {
  left: -20%;
  top: 70%;
}
.epic-row-button.epic-row-button--right {
  right: 0;
  transform: translateX(100%) scale(0);
  transform-origin: right;
}
.epic-row-button.epic-row-button--right epic-row-button {
  transform: rotate(180deg);
}
.epic-row-button.epic-row-button--right.hide-animation {
  right: -20%;
  top: 70%;
}
.epic-row-button.hide-animation {
  transform: unset;
  transition: unset;
}
@media screen and (max-width: 600px) {
  .epic-row-button.hide-animation {
    display: none;
  }
}
.epic-layout-outer {
  background: #f9fafd;
  width: 100%;
  color: #3c4b62;
  font-size: 16px;
}
.epic-layout-outer .epic-layout-content-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 48px 0;
  display: flex;
}
@media screen and (max-width: 1200px) {
  .epic-layout-outer .epic-layout-content-container {
    padding: 24px 16px;
  }
}
.epic-layout-outer .epic-layout-content-container.epic-layout-content--row {
  flex-direction: row;
  justify-content: center;
  align-items: start;
}
.epic-layout-outer .epic-layout-content-container.epic-layout-content--row .epic-layout-section:not(:last-child) {
  margin-right: 16px;
}
@media screen and (max-width: 744px) {
  .epic-layout-outer .epic-layout-content-container.epic-layout-content--row {
    flex-direction: column;
  }
  .epic-layout-outer .epic-layout-content-container.epic-layout-content--row .epic-layout-section {
    width: 100%;
  }
  .epic-layout-outer .epic-layout-content-container.epic-layout-content--row .epic-layout-section:not(:last-child) {
    margin-bottom: 16px;
  }
}
.epic-layout-outer .epic-layout-content-container.epic-layout-content--column {
  flex-direction: column;
  align-items: center;
}
.epic-layout-outer .epic-layout-content-container.epic-layout-content--column .epic-layout-section {
  width: 100%;
}
.epic-layout-outer .epic-layout-content-container.epic-layout-content--column .epic-layout-section.epic-layout-section--main {
  max-width: unset;
}
.epic-layout-outer .epic-layout-content-container.epic-layout-content--column .epic-layout-section:not(:last-child) {
  margin-bottom: 16px;
}
.epic-layout-outer .epic-layout-content-container .epic-layout-section {
  background: #ffffff;
  padding: 32px 16px 32px 16px;
  border-radius: 16px;
  box-shadow: 0 1px 3px 0 rgba(71, 76, 85, 0.1);
}
.epic-layout-outer .epic-layout-content-container .epic-layout-section.epic-layout-section--main {
  max-width: 744px;
  width: 100%;
}
.epic-layout-outer .epic-layout-content-container .epic-layout-section h1 {
  margin: 0;
}
.epic-layout-outer .epic-layout--footer {
  padding: 24px 0;
  text-align: center;
}
.epic-price-card {
  background: #ffffff;
  box-shadow: 0px 1px 3px rgba(43, 71, 104, 0.15);
  border-radius: 16px;
  border: 1px solid #f9fafd;
  box-shadow: 0px 2px 14px rgba(44, 59, 86, 0.2);
  border-radius: 24px;
  border: none;
  padding: 48px 24px 32px 24px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  min-width: 312px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 599px) {
  .epic-price-card {
    padding: 48px 24px 20px 24px;
  }
}
.epic-price-card.epic-price-card--jumbo {
  padding: 72px 40px 32px 40px;
  justify-content: space-between;
}
.epic-price-card.epic-price-card--jumbo .strikethrough-container {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: #afbbca;
  font-size: 24px;
  line-height: 32px;
}
@media screen and (min-width: 960px) {
  .epic-price-card.epic-price-card--jumbo {
    min-width: 380px;
  }
}
.epic-price-card.epic-price-card--small-width {
  min-width: 244px;
}
@media screen and (min-width: 960px) {
  .epic-price-card.epic-price-card--small-width {
    min-width: 224px;
  }
}
.epic-price-card.epic-price-card--additional-width {
  min-width: 372px;
}
@media screen and (max-width: 600px) {
  .epic-price-card.epic-price-card--additional-width {
    min-width: 312px;
  }
}
.epic-price-card .price-card-body {
  text-align: center;
}
.epic-price-card .price-card-body .body-header {
  margin-bottom: 16px;
}
.epic-price-card .price-card-body .body-header img {
  display: block;
  margin: auto;
}
.epic-price-card .price-card-body .body-item:not(:last-child) {
  margin-bottom: 5px !important;
}
.epic-price-card .price-card-body .body-item.body-item--main {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.epic-price-card .price-card-body .body-item.body-item--main .main {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: #3c4b62;
  font-size: 44px;
  line-height: 52px;
  margin: 0;
}
.epic-price-card .price-card-body .body-item.body-item--main .main .trailing {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: #3c4b62;
  font-size: 24px;
  line-height: 32px;
}
.epic-price-card .price-card-body .body-item.body-item--subcopy {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.02em;
}
.epic-price-card .price-card-body .body-item.additional-margin {
  margin-left: -25px;
  margin-right: -25px;
}
.epic-price-card .percent-off {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.02em;
  font-weight: bold;
  color: #e9559b;
  border: 1px solid #e9559b;
  padding: 2px 5px;
  margin-left: 8px;
}
.epic-price-card .strikethrough-container {
  position: absolute;
  right: 100%;
  display: flex;
  flex-direction: column;
  margin-right: -32px;
  font-weight: normal;
  color: #afbbca;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: 18px/28px "Roboto", sans-serif;
}
@media screen and (max-width: 600px) {
  .epic-price-card .strikethrough-container {
    display: none;
  }
}
.epic-price-card .strikethrough-container .strike-price {
  font-weight: bold;
  position: relative;
}
.epic-price-card .strikethrough-container .strike-price::after {
  content: "";
  height: 2px;
  width: 114%;
  position: absolute;
  background: #afbbca;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  margin: auto;
  transform: translateX(-7%);
}
.epic-price-card .price-card-ctas-container {
  text-align: center;
  width: 100%;
}
.epic-price-card .price-card-ctas-container .price-card-cta-item:not(:last-child) {
  margin-bottom: 24px;
}
.epic-price-card .price-card-ctas-container .price-card-cta {
  width: 100%;
}
.epic-price-card .price-card-ctas-container .footer-link {
  text-decoration: underline;
}
.epic-price-cards-wrapper {
  display: inline-grid;
  grid-auto-columns: minmax(0, 1fr);
  grid-column-gap: 40px;
}
.epic-price-cards-wrapper epic-product-card-v2 {
  grid-row: 1;
  width: 100%;
}
.epic-price-cards-wrapper epic-product-card-v2 .epic-price-card {
  width: 100%;
}
@media screen and (max-width: 800px) {
  .epic-price-cards-wrapper {
    grid-auto-columns: 1fr;
    grid-column-gap: unset;
    grid-row-gap: 40px;
  }
  .epic-price-cards-wrapper epic-product-card-v2 {
    grid-column: 1;
    grid-row: unset;
    width: 100%;
  }
  .epic-price-cards-wrapper epic-product-card-v2 .epic-price-card {
    width: 100%;
  }
}

/*# sourceMappingURL=styles.css.map*/