@font-face {
  font-family: Redhatdisplay;
  src: url('../fonts/RedHatDisplay-Light.woff') format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Redhatdisplay;
  src: url('../fonts/RedHatDisplay-Bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Redhatdisplay;
  src: url('../fonts/RedHatDisplay-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Redhatdisplay;
  src: url('../fonts/RedHatDisplay-SemiBold.woff') format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Redhatdisplay;
  src: url('../fonts/RedHatDisplay-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --_brands---dark-blue: #101828;
  --link-color--link-primary: var(--base-color-brand--blue);
  --background-color--background-primary: var(--base-color-neutral--black);
  --text-color--text-alternate: var(--base-color-neutral--white);
  --text-color--text-primary: var(--base-color-neutral--black);
  --text-color--text-secondary: var(--base-color-neutral--neutral-darker);
  --background-color--background-success: var(--base-color-system--success-green);
  --text-color--text-success: var(--base-color-system--success-green-dark);
  --border-color--border-primary: var(--base-color-neutral--neutral-lightest);
  --background-color--background-alternate: var(--base-color-neutral--white);
  --background-color--background-secondary: var(--base-color-brand--blue);
  --background-color--background-tertiary: var(--base-color-brand--pink);
  --background-color--background-error: var(--base-color-system--error-red);
  --text-color--text-error: var(--base-color-system--error-red-dark);
  --_brands---brown: #5495F2;
  --_light---blue:#A0C4F8;
  --base-color-neutral--black: #000;
  --border-color--border-alternate: var(--base-color-neutral--neutral-darker);
  --background-color--background-warning: var(--base-color-system--warning-yellow);
  --text-color--text-warning: var(--base-color-system--warning-yellow-dark);
  --_brands---light-green: #3495a8;
  --_brands---light-gray: #d9d9d966;
  --_brands---dark-gray: #4b5563;
  --_brands---cyan: #8dcdd5;
  --base-color-neutral--white: #fff;
  --_brands---transparent: #fff0;
  --_brands---brand-blue: #1f2937;
  --_brands---blue: #338bff;
  --_brands---border-white: #efefef;
  --_brands---grey: #f9f9f9;
  --_brands---link-blue: #1a00ff;
  --_brands---light-blue: #edf3ff;
  --_brands---purple: #594173;
  --_brands---white-gray: #f6f6f6;
  --mega-popup: #000000b8;
  --gray-70: #1e1e1eb3;
  --base-color-brand--pink: #dd23bb;
  --bg-green: #67ce67;
  --_brands---gray: #637280;
  --base-color-brand--blue-light: #d9e5ff;
  --base-color-brand--blue: #2d62ff;
  --_brands---off-white: #f9fbf9;
  --base-color-brand--blue-dark: #080331;
  --base-color-brand--pink-light: #ffaefe;
  --base-color-brand--pink-dark: #3c043b;
  --_brands---link-gray: #374151;
  --base-color-neutral--neutral-lightest: #eee;
  --base-color-neutral--neutral-lighter: #ccc;
  --base-color-neutral--neutral-light: #aaa;
  --base-color-neutral--neutral: #666;
  --base-color-neutral--neutral-dark: #444;
  --base-color-neutral--neutral-darker: #222;
  --base-color-neutral--neutral-darkest: #111;
  --base-color-system--success-green: #cef5ca;
  --base-color-system--success-green-dark: #114e0b;
  --base-color-system--warning-yellow: #fcf8d8;
  --base-color-system--warning-yellow-dark: #5e5515;
  --base-color-system--error-red: #f8e4e4;
  --base-color-system--error-red-dark: #3b0b0b;
  --base-color-system--focus-state: #2d62ff;
  --border-color--border-secondary: var(--base-color-brand--blue);
  --link-color--link-secondary: var(--base-color-neutral--black);
  --link-color--link-alternate: var(--base-color-neutral--white);
}
 .btn-danger{
  background-color: tomato;
 }
 .btn-primary{
  background-color:var(--_brands---brown);
 }
.text-color-primary {
  color:var(--_brands---brown) !important;
}

.cursor-pointer {
  cursor: pointer;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}
.d-none{
  display: none;
}
.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 18px!important;
  height: 18px!important;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  color: #000;
  font-family: Redhatdisplay, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  color: #111827;
  letter-spacing: -.6px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Redhatdisplay, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25;
}

h3 {
  color: #1e1e1e;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Redhatdisplay, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
}

h4 {
  color: #1e1e1e;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Redhatdisplay, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  color: var(--_brands---dark-blue);
  margin-bottom: 0;
  font-family: Redhatdisplay, Arial, sans-serif;
  line-height: 1.4;
}

a {
  color: var(--link-color--link-primary);
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xsmall {
  margin: .5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

.margin-tiny {
  margin: .125rem;
}

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-xsmall {
  padding: .5rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.margin-xhuge {
  margin: 8rem;
}

.padding-tiny {
  padding: .125rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #2d40ea1a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.icon-1x1-small {
  flex: none;
  width: 1.125rem;
  height: 1.125rem;
}

.overflow-auto {
  overflow: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.background-color-primary {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-alternate);
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.text-color-primary {
  color: var(--text-color--text-primary);
}

.text-color-secondary {
  color: var(--text-color--text-secondary);
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.form_message-success {
  background-color: var(--background-color--background-success);
  color: var(--text-color--text-success);
  padding: 1.25rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-style-h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-rich-text h1,
.text-rich-text h2,
.text-rich-text h3,
.text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5,
.text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text ul,
.text-rich-text ol {
  margin-bottom: 1.5rem;
}

.text-rich-text blockquote {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.pointer-events-auto {
  pointer-events: auto;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.icon-height-small {
  object-fit: cover;
  width: 1rem;
  height: 1rem;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.heading-style-h1 {
  color: #030712;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.25;
}

.heading-style-h1.pause-text {
  line-height: 1;
}

.padding-global {
  flex: none;
  padding-left: 1rem;
  padding-right: 1rem;
}

.text-weight-normal {
  font-weight: 400;
}

.padding-section-small {
  padding: 1.5rem .5rem 0;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.text-color-alternate {
  color: var(--text-color--text-alternate);
}

.text-style-italic {
  font-style: italic;
}

.pointer-events-none {
  pointer-events: none;
}

.text-weight-medium {
  font-weight: 500;
}

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid var(--border-color--border-primary);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.text-size-tiny {
  font-size: .75rem;
}

.text-size-tiny.is-white {
  color: #fff;
  font-weight: 600;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #2d40ea0d;
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

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

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.text-size-regular {
  font-size: 1rem;
}

.text-weight-xbold {
  font-weight: 800;
}

.text-align-right {
  text-align: right;
}

.text-weight-bold {
  font-weight: 700;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.background-color-alternate {
  background-color: var(--background-color--background-alternate);
}

.text-style-muted {
  opacity: .6;
}

.text-size-small {
  font-size: .875rem;
}

.text-size-small.is-gray {
  color: #6b7280;
}

.heading-style-h4 {
  color: #1e1e1e;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.4;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.text-style-nowrap {
  white-space: nowrap;
}

.text-align-left {
  text-align: left;
}

.background-color-secondary {
  background-color: var(--background-color--background-secondary);
}

.form_input {
  border: 1px solid var(--border-color--border-primary);
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.form_input::placeholder,
.form_input.is-select-input {
  color: var(--text-color--text-secondary);
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
  font-size: 1rem;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.text-style-link {
  color: var(--link-color--link-primary);
  text-decoration: underline;
}

.text-size-large {
  font-size: 1.5rem;
}

.fs-styleguide_header {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-alternate);
  background-image: radial-gradient(circle at 100% 100%, #dd23bb40, #0000 40%), radial-gradient(circle at 0 100%, #2d62ff4d, #0000 60%);
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.page-wrapper {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.fs-styleguide_label {
  background-color: var(--background-color--background-secondary);
  color: var(--text-color--text-alternate);
  border-radius: .25rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: var(--background-color--background-tertiary);
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: 0;
  margin-right: auto;
}

.icon-height-medium {
  width: 1.125rem;
  height: 1.125rem;
  margin-left: 0;
  margin-right: 0;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  background-color: var(--background-color--background-error);
  color: var(--text-color--text-error);
  margin-top: .75rem;
  padding: .75rem;
}

.icon-height-large {
  color: #1f2937;
  width: 1rem;
  height: 1rem;
}

.text-align-center {
  text-align: center;
}

.form_component {
  margin-bottom: 0;
}

.main-wrapper {
  background-color: #f6f6f6;
}

.main-wrapper.is-bg-white {
  background-color: #fff;
  overflow-x: hidden;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

.button {
  background-color: var(--_brands---brown);
  color: var(--text-color--text-alternate);
  text-align: center;
  border-radius: .5rem;
  align-self: flex-start;
  max-width: 92%;
  padding: .75rem 1rem;
  font-family: Redhatdisplay, Arial, sans-serif;
  font-weight: 600;
  line-height: 1.25;
  display: block;
}

.button:hover {
  background-color: var(--base-color-neutral--black);
}

.button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-secondary {
  border: 1px solid var(--border-color--border-alternate);
  color: var(--text-color--text-primary);
  background-color: #0000;
  font-size: .875rem;
}

.button.is-secondary:hover {
  background-color: #ebebeb;
}

.button.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.button.is-icon:hover {
  background-color: var(--base-color-neutral--black);
  color: #ffffff;
}

.button.width-full {
  width: 100%;
}

.button.width {
  width: 120px;
}

.button.width:hover {
  background-color: var(--base-color-neutral--black);
}

.button.is-submit {
  background-color: #239f13;
  max-width: 100%;
  font-size: .875rem;
}

.button.is-submit:hover {
  background-color: #25bd12;
}

.fs-styleguide_classes {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-size-medium {
  font-size: 1.25rem;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hide {
  transition: opacity .2s;
  display: none;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.padding-section-medium.is-60 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.fs-styleguide_spacing-all {
  display: none;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.fs-styleguide_spacer-box {
  background-color: #2d40ea1a;
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-small {
  width: 100%;
  padding-top: 14px;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 8rem;
}

.spacer-tiny {
  width: 100%;
  padding-top: .75rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 12rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-large {
  padding-top: 3rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.fs-styleguide_message {
  background-color: var(--background-color--background-warning);
  color: var(--text-color--text-warning);
  border-radius: .25rem;
  padding: .25rem .5rem;
  font-size: .875rem;
}

.nav_component {
  background-color: #000;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  inset: 0% 0% auto;
}

.nav_container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav_logo {
  width: 10rem;
}

.nav_menu_link {
  color: #fff;
  padding: 1rem;
}

.nav_button {
  padding: 1rem;
}

.aspect-ratio-square {
  aspect-ratio: 1;
  object-fit: cover;
}

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.background-color-tertiary {
  background-color: var(--background-color--background-tertiary);
}

.fs-styleguide_hero-label {
  color: var(--text-color--text-primary);
  text-transform: uppercase;
  background-color: #eee;
  border-radius: .25rem;
  padding: .25rem .375rem;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
}

.fs-styleguide_heading-header {
  font-size: 6rem;
}

.text-block-small {
  font-family: Redhatdisplay, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.4;
}

.text-block-small.text-color-dark {
  color: var(--base-color-neutral--black);
  line-height: 1;
}

.text-block-small.text-weight-semibold {
  font-weight: 600;
}

.text-block-small.text-color-cloud {
  color: #374151;
}

.text-block-xsmall {
  font-family: Redhatdisplay, Arial, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.4;
}

.text-block-xsmall.text-weight-semibold {
  font-weight: 600;
}

.text-block-xsmall.text-weight-semibold.greentext {
  color: var(--_brands---light-green);
}

.text-block-xsmall.black {
  color: var(--text-color--text-primary);
}

.text-block-xsmall.tabs {
  color: var(--_brands---brown);
  font-size: .875rem;
  font-weight: 700;
}

.text-block-xsmall.tab-text {
  font-size: .875rem;
}

.text-block-xsmall.tab-text.text-color-gray {
  color: #374151;
}

.text-block-xsmall.neue {
  font-family: Redhatdisplay, Arial, sans-serif;
  font-size: .75rem;
  font-weight: 400;
}

.navbar {
  border-right: 1px solid var(--_brands---light-gray);
  background-color: #fff;
  flex: none;
  width: 100%;
  max-width: 240px;
  min-height: 100vh;
  position: sticky;
  top: 0;
}

.nav-header {
  border-bottom: 1px solid var(--_brands---light-gray);
  justify-content: space-between;
  align-items: center;
  height: 60px;

  padding: .875rem 1.5rem;
  display: flex;
  column-gap: 10px;
}

.nav-menu {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  margin-top: .75rem;
  margin-bottom: .75rem;
  display: flex;
}

.link-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  outline-offset: 0px;
  color: var(--_brands---dark-gray);
  border-radius: .5rem;
  outline: 3px #2d62ff;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem;
  text-decoration: none;
  display: flex;
}

.link-block:hover,
.link-block.w--current {
  background-color: var(--_brands---brown);
  color: #fff;
}

.section-search-bar {
  z-index: 100;
  border-bottom: 1px solid var(--_brands---light-gray);
  background-color: #fff;
  height: auto;
  padding-top: .875rem;
  padding-bottom: .875rem;
  top: 0;
}

.search-button {
  display: none;
}

.search-input {
  border: 1px solid var(--_brands---cyan);
  background-image: url('../images/search.svg');
  background-position: 8px;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  border-radius: 50px;
  width: 27rem;
  margin-bottom: 0;
  padding-left: 34px;
  padding-right: 8px;
  font-size: .875rem;
  font-weight: 500;
}

.section-main-content {
  background-color: #f9fafb;
}

.section-wrapper {
  width: 100%;
  margin-left: 0%;
  position: relative;
}

.search {
  margin-bottom: 0;
}

.search-right-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-1x1-xlarge {
  border-radius: .46875rem;
  width: 2.5rem;
  height: 2.5rem;
}

.icon-1x1-xlarge.circle {
  border-radius: 50%;
}

.profile-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  cursor: pointer;
  align-items: center;
  display: flex;
  position: relative;
}

.flex {
  flex-flow: column;
  display: flex;
}

.flex-horizontal {
  justify-content: space-between;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
}

.section-header.bottom-24 {
  height: 46px;
  padding-bottom: 1rem;
}

.content-wrapper {
  background-color: var(--base-color-neutral--white);
  scrollbar-width: none;
  border-radius: .75rem;
  width: 100%;
  height: 83vh;
  padding: 1.5rem;
  position: relative;
  overflow: hidden auto;
}

.content-wrapper.form-content-wrapper {
  scrollbar-width: none;
  width: 75%;
  height: 87vh;
  padding-top: 0;
}

.tabs-wrapper {
  background-color: #f9fafb;
  border-radius: .5rem;
  align-items: center;
  padding: .5rem;
  display: block;
}

.tabs-link-active {
  background-color: var(--base-color-neutral--white);
  border-radius: .5rem;
  padding: .5625rem .75rem;
  text-decoration: none;
}

.tabs-link-active.w--current {
  background-color: var(--base-color-neutral--white);
}

.tab-link {
  background-color: var(--_brands---transparent);
  color: #37415180;
  border-radius: .5rem;
  padding: .5625rem .75rem;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
}

.tab-link:hover {
  color: #000;
}

.tab-link.w--current,
.tab-link.is-active {
  background-color: var(--base-color-neutral--white);
  color: var(--_brands---brown);
  font-weight: 700;
}

.spacer-24 {
  padding-bottom: 1.5rem;
}

.profile-image {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
}

.text-block-small2 {
  font-family: Redhatdisplay, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.4;
}

.no-underline-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--_brands---brand-blue);
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.avatar-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.setting-grid {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 280px 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.field-label {
  color: #6b7280;
  border: 1px solid #e5e7eb;
  border-top-left-radius: .5rem;
  border-bottom-left-radius: .5rem;
  margin-bottom: 0;
  padding: .625rem .875rem;
  font-weight: 400;
  display: block;
}

.form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  margin-bottom: 0;
  display: flex;
}

.text-field {
  color: #111827;
  border: 1px solid #e5e7eb;
  border-radius: 0 8px 8px 0;
  height: 100%;
  margin-bottom: 0;
  padding: .625rem .875rem;
  font-weight: 400;
  display: block;
}

.form-field {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-title {
  color: #1f2937;
  font-family: Redhatdisplay, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.4;
}

.profile-text-field {
  color: #000;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  height: 100%;
  margin-bottom: 0;
  padding: .625rem .875rem;
  font-weight: 400;
  display: block;
}

.profile-text-field::placeholder {
  color: #111827;
}

.profile-text-field.text-area {
  min-height: 7.5rem;
  font-size: 1rem;
}

.profile-text-field.text-area::placeholder {
  color: #4b5563;
}

.profile-text-field.is-border-half {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.profile-text-field.is-border-half::placeholder {
  font-weight: 400;
}

.form-field-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.checkbox-label {
  margin-bottom: 0;
}

.checkbox-field {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 15px;
  font-family: Redhatdisplay, Arial, sans-serif;
  font-size: .875rem;
  display: flex;
}

.horizontal-divider {
  background-color: #efefef;
  width: 100%;
  height: 1px;
}

.certificate-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.certificate-image {
  background-color: var(--_brands---light-gray);
  border-radius: .5625rem;
  width: 100%;
  height: 100%;
  font-weight: 700;
}

.certificate-info-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  padding: 2.5rem;
  display: flex;
}

.get-link-wrapper {
  margin-top: auto;
}

.isblue {
  color: var(--_brands---blue);
  font-weight: 600;
}

.invoice-image {
  width: 3.75rem;
  height: 3.75rem;
}

.invoice-item {
  border: 1px solid var(--_brands---border-white);
  border-radius: .875rem;
  margin-bottom: 1.125rem;
  padding: 1.5rem;
}

.invoice-wrapper {

  justify-content: space-between;
  align-items: center;

  display: flex;
}

.invoice-detail-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  display: flex;
}

.button-white {
  background-color: var(--_brands---brown);
  color: var(--text-color--text-alternate);
  text-align: center;
  border-radius: .5rem;
  align-self: flex-start;
  padding: .75rem 1rem;
  font-family: Redhatdisplay, Arial, sans-serif;
  font-weight: 600;
  line-height: 1.25;
  display: block;
}

.button-white.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--_brands---grey);
  color: var(--base-color-neutral--black);
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.button-white.is-icon:hover {
  background-color: var(--_brands---brown);
  color: #ffffff;
}

.text-block {
  font-size: .875rem;
}

.text-block.isdarkblue {
  color: var(--_brands---link-blue);
}

.additional-detail-s-invoice {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
  padding-top: .5rem;
  display: flex;
}

.span-blue {
  background-color: var(--_brands---light-gray);
  color:var(--_brands---brown);
  border-radius: .5rem;
  padding: .25rem .625rem;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.5;
  display: inline-block;
}

.invoice-text {
  color: var(--_brands---purple);
  font-family: Redhatdisplay, Arial, sans-serif;
  font-weight: 500;
  line-height: .8;
}

.intro-form-field {
  font-family: Redhatdisplay, Arial, sans-serif;
  font-weight: 400;
}

.neue {
  font-family: Redhatdisplay, Arial, sans-serif;
  font-weight: 500;
}

.intro-text-field {
  background-color: var(--_brands---white-gray);
  color: #000;
  border: 0 solid #000;
  border-radius: .5rem;
  margin-bottom: .75rem;
}

.inrto-form-wrapper {
  border: 1px solid var(--_brands---light-gray);
  border-radius: .75rem;
  margin-bottom: .875rem;
  padding: 1rem;
}

.flex-wrapper {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.referral-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  margin-bottom: 24px;
  display: flex;
}

.referral-link-wrapper {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  border: 1px solid #efefef;
  border-radius: .75rem;
  flex-flow: column;
  width: 370px;
  padding: .75rem 1rem;
  display: flex;
}

.flex-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.flex-block-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.link-button-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  display: flex;
}

.referral-button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid #efefef;
  border-radius: .5rem;
  width: 190px;
  padding: .5rem .75rem;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.text-block-xsmall-2 {
  font-family: Redhatdisplay, Arial, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.4;
}

.text-block-xsmall-2.neue {
  font-size: .75rem;
}

.text-block-xsmall-2.text-weight-semibold {
  font-weight: 600;
}

.text-block-xsmall2 {
  color: var(--_brands---dark-gray);
  font-family: Redhatdisplay, Arial, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.4;
}

.flex-box-center {
  grid-column-gap: .4375rem;
  grid-row-gap: .4375rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.bootcamp-text-field {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  min-width: 12.125rem;
  margin-bottom: 0;
  padding: 10px;
  font-size: .875rem;
  line-height: 1.2;
  position: relative;
}

.bootcamp-text-field::placeholder {
  color: #464646;
  font-family: Redhatdisplay, Arial, sans-serif;
}

.bootcamp-text-field.width-auto {
  min-width: auto;
  padding: 0;
}

.bootcamp-text-field.is-search {
  background-image: url('../images/search.svg');
  background-position: 5%;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  padding-left: 30px;
}

.dropdown-toggle {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border-left: 0 solid #000;
  padding: 0;
  display: flex;
}

.icon {
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.submit-button {
  display: none;
}

.bootcamp-form {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.bootcamp-field-label {
  color: var(--_brands---dark-gray);
  margin-bottom: 0;
  font-weight: 400;
}

.space-between {
  justify-content: space-between;
  align-items: center;
}

.dropdown {
  z-index: 1;
}

.dropdown-links {
  text-align: center;
  border: 1px solid #1e1e1e0d;
}

.boot-camp-wrapper {
  grid-row-gap: 2rem;
  scrollbar-width: none;
  flex-flow: wrap;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: flex-start start;
  height: 79vh;
  padding-bottom: 60px;
  display: flex;
  overflow: auto;
}

.boot-camp-cards {
  background-color: var(--base-color-neutral--white);
  border-radius: .5rem;
  flex: none;
  width: 30%;
  padding: .75rem;
}

.boot-camp-thumbnail {
  object-fit: contain;
  border-radius: .5rem;
}

.card-bottom-wrapper {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  flex-flow: column;
  margin-bottom: .875rem;
  padding-top: .875rem;
  display: flex;
}

.gap-6 {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.gap-6.flex-box-center {
  flex-flow: wrap;
}

.span-cyan {
  background-color: var(--_brands---light-blue);
  border-radius: .5rem;
  padding: .25rem .625rem;
  display: inline-block;
}

.card-details {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: #fafafa;
  border-radius: 8px;
  flex-flow: column;
  padding: .875rem;
  display: flex;
  height:140px;
}

.gap-8 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
}

.gap-10 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
}
.progress-wrapper {
  grid-column-gap: 37px;
  grid-row-gap: 37px;
  background-color: #7d9fbd1f;
  border-radius: 50px;
  width: 100%;
  height: 6px;
  position: relative;
}

.current-progress {
  background-color: var(--_brands---brown);
  border-radius: 50px;
  width: 40%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}
.simulator-progress-wrapper {
  grid-column-gap: 37px;
  grid-row-gap: 37px;
  background-color: #d2a1641f;
  border-radius: 50px;
  width: 100%;
  height: 6px;
  position: relative;
  z-index: 1!important;
}

.simulator-current-progress {
  background-color: var(--_brands---brown);
  border-radius: 50px;

  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
  z-index: 1!important;
}
/* Hide progress bar wrapper when fullscreen is active */
body.fullscreen-modal-active .simulator-progress-wrapper {
  display: none !important;
}

/* Optional: Hide the inner progress bar too */
body.fullscreen-modal-active .simulator-current-progress {
  display: none !important;
}
.john-learning-card {
  background-color: var(--base-color-neutral--white);
  border-radius: .5rem;
  width: 100%;
  padding-bottom: 1rem;
  overflow: hidden;
}

.john-learning-card-bottom {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  padding: .875rem;
  display: flex;
}

.john-learning-card-bottom .course-title {
  height: 55px;
}

.john-learning-card-bottom .course-title h3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}


.john-learning-thumbnail {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.text-color-gray {
  color: #475467;
}

.side-nav-link {
  font-family: Redhatdisplay, Arial, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.25;
}

.back-button {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: #fff;
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem .75rem;
  font-size: .875rem;
  text-decoration: none;
  display: inline-block;
}

.back-button:hover {
  background-color: var(--_brands---brown);
}

.video-section {
  width: 65%;
  position: sticky;
  top: 0;
}

.course-content-wrapper {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  flex-flow: column;
  width: 35%;
  display: flex;
}

.video {
  border-radius: .75rem;
}

.tabs-video {
  color: #1e1e1e80;
  background-color: #0000;
  padding: .625rem .875rem;
}

.tabs-video.w--current {
  color: #1e1e1e;
  background-color: #0000;
  border-bottom: 2px solid #000;
}

.tabs-menu {
  border-bottom: 1px solid var(--_brands---light-gray);
}

.course-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}

.border-container {
  border: 1px solid var(--_brands---light-gray);
  border-radius: .75rem;

}

.padding-section-tiny {
  padding-top: 1rem;
  padding-bottom: 1rem;

}

.gap-18 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-flow: wrap;
}

.video-title-wrapper {
  border-bottom: 1px solid var(--_brands---light-gray);

  transition: all 0.3s ease;


}
.video-title-wrapper .is-clickable{
  padding-top: 10px;
}

.question {
  padding-left: .75rem;
  padding-right: .75rem;
}

.answer {
  width: 100%;
  overflow: hidden;
}

.chapters-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  cursor: pointer;
  border-bottom: 1px solid #d2d2d2;
  justify-content: space-between;
  align-items: center;
  padding: .75rem;
  display: flex;
}

.video-icon {
  width: 2.8125rem;
  height: 2.8125rem;
}


.credentials-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 100%;
  margin-top: 0;
  display: flex;
}

.image-wrapper {
  width: 50%;
}

.hero-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.login-text-field {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #fff;
  border: 1px solid #bcbcbc;
  border-radius: 6px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding: 8px 12px;
  font-family: Inter, sans-serif;
  font-size: .875rem;
  line-height: 1.2;
  position: relative;
}

.checkbox-field-2 {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 14px;
  display: flex;
}

.checkbox {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.checkbox.margin-0 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding-left: 0;
}

.form-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.div-block {
  width: 100%;
  height: 100%;
}

.hero-image-wrapper {
  width: 60%;
  height: 100%;
}

.image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
}

.login-wrapper {
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  min-width: 100vw;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.container-large-copy {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.form-3 {
  width: 80%;
}

.login-form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  margin-bottom: 40px;
  display: flex;
}

.checkbox-2 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -26px;
}

.text-color-darkgray {
  color: #374151;
}


.image-logo {
  width: 125px
}

.nav-icons {
  aspect-ratio: 1;
  height: 18px;
  margin-top: auto;
  margin-bottom: auto;
}

.search-nav-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
}

.profile-icon {
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
}

.profile-name {
  color: #111827;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.25;
}

.eamil {
  color: #4b5563;
  font-size: .75rem;
  line-height: 1.25;
}

.down-arrow {
  color: #354052;
}

.heading {
  color: #111827;
}

.avatar-link {
  color: var(--_brands---brand-blue);
  font-weight: 600;
  line-height: 1.25;
}

.text-block-tiny {
  font-size: .75rem;
  line-height: 1.4;
}

.text-block-tiny.text-color-lightgray {
  color: #4b5563;
}

.certificates-heading,
.text-color-darkblue {
  color: #101828;
}

.button-text {
  flex: none;
  font-size: .875rem;
}

.certificate-image-wrapper {
  background-color: var(--_brands---light-gray);
  border-radius: .5625rem;
  flex: none;
  width: 23rem;
  height: 15.1875rem;
  padding: 1.12rem;
  position: relative;
}

.certificate-tag {
  color: #fff;
  text-align: center;
  letter-spacing: .3px;
  background-color: #0059ff;
  border-radius: .386875rem;
  padding: 4px 12px;
  font-size: 14px;
  line-height: 18.6px;
  display: inline-block;
  position: absolute;
  inset: 12% auto auto 7.8%;
}

.certificate-tag.is-completed {
  background-color: #02bf25;
}

.email-checkbox.w--redirected-checked {
  background-color: #000;
}

.setting-header-wrapper {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.ispurple {
  color: #140722;
}

.sort-block-wrapper {
  margin-bottom: 0;
}

.code-embed-2 {
  padding-top: 3px;
}

.link-block-2 {
  position: relative;
}

.notification-alert {
  background-color: #e51d1d;
  border-radius: 50%;
  width: 8.75px;
  height: 8.75px;
  position: absolute;
  inset: 24% 26% auto auto;
}

.button-max-width {
  background-color: var(--_brands---brown);
  color: var(--text-color--text-alternate);
  text-align: center;
  border-radius: .5rem;
  align-self: flex-start;
  width: 100%;
  padding: .75rem 1rem;
  font-family: Redhatdisplay, Arial, sans-serif;
  font-weight: 600;
  line-height: 1.25;
  display: block;
}

.button-max-width.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.button-max-width.is-small {
  padding: .5rem 1.25rem;
}

.button-max-width.is-large {
  padding: 1rem 2rem;
}

.button-max-width.is-secondary {
  border: 1px solid var(--border-color--border-alternate);
  color: var(--text-color--text-primary);
  background-color: #0000;
}

.button-max-width.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.button-max-width.width-full {
  width: 100%;
}

.button-max-width.width {
  width: 120px;
}

.button-max-width.button-text:hover {
  background-color: var(--base-color-neutral--black);
}

.subheading {
  color: #696969;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1;
}

.subheading.opacity-90 {
  color: #696969cc;
}

.supheading {
  color: #6b7280;
  font-size: .875rem;
}

.nav-button {
  padding: 10px;
}

.nav-button.border-right {
  border-right: 1px solid #f3f4f6;
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-button-icon {
  object-fit: fill;
  width: .8125rem;
  height: .8125rem;
}

.boot-camp-grid-wrapper {
  height: 79vh;
  overflow: hidden;
}

.card-link {
  text-decoration: none;
}

.card-duration {
  color: #1e1e1e80;
  font-family: Redhatdisplay, Arial, sans-serif;
  font-size: .75rem;
  font-weight: 600;
  line-height: 1;
}

.card-duration.text-weight-semibold {
  font-weight: 600;
}

.card-duration.text-weight-semibold.greentext {
  color: var(--_brands---light-green);
}

.card-duration.black {
  color: var(--text-color--text-primary);
}

.card-duration.tabs {
  color: var(--_brands---brown);
  font-size: .875rem;
  font-weight: 700;
}

.card-duration.tab-text {
  font-size: .875rem;
}

.card-duration.tab-text.text-color-gray {
  color: #374151;
}

.card-duration.neue {
  font-size: .75rem;
}

.navigation-container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex: none;
  display: flex;
}

.navigation-container-large {
  box-sizing: content-box;
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.page-location {
  color: #585858cc;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1;
}

.page-location.opacity-90 {
  color: #696969e6;
}

.arrow-right {
  width: 14px;
  height: 14px;
}

.youtube {
  border-radius: 12px;
  overflow: hidden;
}

.text-timing-details {
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1;
}

.text-timing-details.text-color-1e {
  color: #1e1e1eb3;
  flex: none;
}

.text-timing-details.text-color-1e-50 {
  color: #1e1e1e80;
}

.text-timing-details.margin-6 {
  padding-left: 6px;
}

.text-color-1e {
  color: #1e1e1e;
}

.padding-sides-12 {
  padding-left: .75rem;
  padding-right: .75rem;
}

.text-description {
  font-size: .875rem;
}

.camp-video-details {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  justify-content: flex-start;
  align-items: center;
}

.progress-details {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.heading-2 {
  flex: none;
}

.john-learning-wrapper {
  grid-row-gap: 1rem;
  scrollbar-width: none;
  flex-flow: wrap;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: flex-start start;
  height: 79vh;
  padding-bottom: 60px;
  display: flex;
  overflow: auto;
  column-gap: 20px;
}
.course-learning-wrapper {
  grid-row-gap: 1rem;
  flex-flow: wrap;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: flex-start start;
  height: auto;
  padding-bottom: 60px;
  display: flex;
  overflow: auto;
  column-gap: 20px;
}

.decor-container {
  width: 30%;
  text-decoration: none;
}

.image-3 {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  height: 100%;
}

.logo {
  object-fit: cover;
  width: 10.1875rem;
}

.login-top-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  margin-bottom: 1.0rem;
  display: flex;
}

.login-form-heading {
  color: #1f2937;
  margin-bottom: .5rem;
  font-family: Redhatdisplay, Arial, sans-serif;
  font-weight: 600;
  line-height: 1.4;
}

.login-form-heading.text-color-dark {
  color: var(--base-color-neutral--black);
}

.login-form-heading.text-weight-semibold {
  font-weight: 600;
}

.login-form-heading.text-color-cloud {
  color: #374151;
}

.login-text-fieldd {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #4b5563;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: .5rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: 10px;
  font-size: 1.125rem;
  line-height: 1.2;
  position: relative;
}

.login-text-fieldd::placeholder {
  color: #464646;
  font-family: Redhatdisplay, Arial, sans-serif;
}

.login-text-fieldd.width-auto {
  min-width: auto;
  padding: 0;
}

.login-text-fieldd.is-search {
  background-image: url('../images/search.svg');
  background-position: 5%;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  padding-left: 30px;
}

.login-text-fieldd.is-email {
  background-image: url('../images/mail.svg');
  background-position: 14px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  padding-left: 42px;
}

.login-text-fieldd.is-email::placeholder {
  color: #4b5563;
  font-size: 1.125rem;
}

.login-text-fieldd.is-password {
  background-image: url('../images/lock.svg');
  background-position: 14px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  padding-left: 42px;
}

.login-text-fieldd.is-password::placeholder {
  color: #4b5563;
  font-size: 1.125rem;
  font-weight: 600;
}

.login-header {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.credentials-left-wrapper {
  min-width: 27.5rem;
}

.google-login {
  color: #1f2937;
  text-align: center;
  background-color: #fff;
  background-image: url('../images/Google-logo.svg');
  background-position: 31%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #e5e7eb;
  border-radius: .5rem;
  align-self: flex-start;
  width: 100%;
  padding: .75rem 1rem;
  font-family: Redhatdisplay, Arial, sans-serif;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.25;
  display: block;
}

.google-login.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.google-login.is-small {
  padding: .5rem 1.25rem;
}

.google-login.is-large {
  padding: 1rem 2rem;
}

.google-login.is-secondary {
  border: 1px solid var(--border-color--border-alternate);
  color: var(--text-color--text-primary);
  background-color: #0000;
}

.google-login.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.google-login.width-full {
  width: 100%;
}

.google-login.width {
  width: 120px;
}

.redirect {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.signup {
  color: #4b5563;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.25;
}

.signup.text-color-1e {
  color: #1e1e1eb3;
}

.signup.text-color-1e-50 {
  color: #1e1e1e80;
}

.redirect-link {
  color: #1f2937;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.25;
  text-decoration: none;
}

.login-button {
  background-color: var(--_brands---brown);
  color: var(--text-color--text-alternate);
  text-align: center;
  border-radius: .5rem;
  align-self: flex-start;
  width: 100%;
  padding: .75rem 1rem;
  font-family: Redhatdisplay, Arial, sans-serif;
  font-weight: 600;
  line-height: 1.25;
  display: block;
}

.login-button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.login-button.is-small {
  padding: .5rem 1.25rem;
}

.login-button.is-large {
  padding: 1rem 2rem;
}

.login-button.is-secondary {
  border: 1px solid var(--border-color--border-alternate);
  color: var(--text-color--text-primary);
  background-color: #0000;
}

.login-button.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.login-button.width-full {
  width: 100%;
}

.login-button.width {
  width: 120px;
}

.referral-heading {
  color: #000;
  font-weight: 500;
}

.small-text {
  color: #667085;
  flex: none;
  font-size: .875rem;
  line-height: 1.4;
}

.referral-reward-wrappr {
  border: 1px solid #efefef;
  border-radius: .75rem;
  flex-flow: column;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr .7fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.grid-heading {
  background-color: var(--_brands---brown);
  padding: 1.0375rem .75rem;
}

.grid-text-heading {
  color: #fff;
  font-size: .875rem;
  font-weight: 600;
}

.grid-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-bottom: 1px solid #eae7ee;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.0375rem .75rem;
  display: flex;
}

.grid-text {
  color: #2b0f49;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.4;
}

.link-copy-button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid #efefef;
  border-radius: .5rem;
  width: 190px;
  padding: .5rem .75rem;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.link-button {
  color: var(--base-color-neutral--black);
  text-align: left;
  background-color: #0000;
  background-image: url('../images/link-copy.svg');
  background-position: 14px;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  border: 1px solid #e5e7eb;
  border-radius: .5rem;
  flex: none;
  align-self: flex-start;
  padding: 8px 16px 8px 39px;
  font-family: Redhatdisplay, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  display: block;
  box-shadow: 0 2px 5px #1018280d;
}

.link-button:hover {
  box-shadow: 7px 7px 5px #1018281f;
}

.link-button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.link-button.is-small {
  padding: .5rem 1.25rem;
}

.link-button.is-large {
  padding: 1rem 2rem;
}

.link-button.is-secondary {
  border: 1px solid var(--border-color--border-alternate);
  color: var(--text-color--text-primary);
  background-color: #0000;
}

.link-button.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.link-button.width-full {
  width: 100%;
}

.link-button.width {
  width: 120px;
}

.referral-head {
  color: #111827;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25;
}

.referral-details-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  border: 1px solid #efefef;
  border-radius: .5rem;
  flex-flow: column;
  margin-top: 1.5rem;
  padding: .75rem 1rem;
  display: flex;
}

.referral-name {
  grid-column-gap: 5.5px;
  grid-row-gap: 5.5px;
  flex-flow: column;
  flex: none;
  display: flex;
}

.reward {
  border: 0 solid #000;
  border-radius: .5rem;
  padding: 2px 14px;
  display: inline-block;
}

.reward.is-green {
  color: #fff;
  text-align: center;
  background-color: #81cf84;
}

.reward.is-red {
  color: #fb0000;
  background-color: #ffeef2;
}

.reward-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.container {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.form-4 {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-field-2 {
  margin-bottom: 0;
}

.copy-link-field {
  background-image: url('../images/link.svg');
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  border: 1px solid #efefef;
  border-radius: .5rem;
  width: auto;
  margin-bottom: 0;
  padding-left: 34px;
}

.copy-link-field:focus {
  border-width: 1px;
}

.dropdown-profile {
  text-align: center;
  background-color: #fff;
  width: 250px;
  padding-top: 3px;
  padding-bottom: 3px;
  display: none;
  position: absolute;
  inset: 157% auto auto -46%;
}

.dropdown-profile-link {
  color: var(--_brands---dark-blue);
  background-color: #fff;
  border-bottom: 1px solid #1e1e1e17;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: block;
}

.section-main-content-certificate {
  background-color: #f9fafb;
  max-width: 100%;
}

.success-message {
  background-color: #7fdc8f;
  border-radius: 8px;
  padding: 0 12px;
}

.error-message {
  border-radius: 8px;
}

.success-message-2 {
  background-color: #67e6a3;
}

.error-message-2 {
  text-align: center;
}

.image-4 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.referral-counts-wrapper {
  justify-content: space-between;
  align-items: center;
}

.padding-section-mycourse {
  padding: .75rem .5rem 0;
}

.form-block-3 {
  width: 100%;
  margin-bottom: 0;
  display: none;
}

.submit-button-2 {
  display: none;
}

.form-block-4 {
  margin-bottom: 0;
}

.div-block-2 {
  background-color: #e51d1d;
  border-radius: 50%;
  width: 8.75px;
  height: 8.75px;
}

.dropdown-list {
  width: 50px;
}

.dropdown-list.w--open {
  background-color: #fff;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  width: 193px;
  inset: 1.5rem auto auto -90%;
}

.sub-menu {
  justify-content: space-between;
  align-items: center;
}

.spacer-medium-tab {
  width: 100%;
  padding-top: 2rem;
  display: none;
}

.hamburger-menu,
.nav-open-button,
.menu {
  display: none;
}

.take_quiz_button {
  color: #1e1e1e;
  text-decoration: none;
}

.mega-popup {
  z-index: 100;
  background-color: var(--mega-popup);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 4.25rem 3.125rem;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.question-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  padding: 0 .75rem 1.5rem;
  overflow: hidden;
}

.popup_header {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f9fafb;
  border-bottom: 1px solid #efefef;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  padding: .75rem 2rem;
  display: grid;
  position: sticky;
  top: 0;
}

.header_details_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

.time_remaining {
  color: #239f13;
  letter-spacing: .8px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
}

.time_heading {
  color: var(--gray-70);
  line-height: 1.2;
}

.test_button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--base-color-neutral--black);
  text-align: center;
  background-color: #ffc008;
  border-radius: .5rem;
  flex: none;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  padding: .75rem 1rem;
  font-family: Redhatdisplay, Arial, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.25;
  text-decoration: none;
  display: inline-flex;
}

.test_button:hover {
  background-color: var(--_brands---brown);
  color: var(--base-color-neutral--white);
}

.test_button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.test_button.is-small {
  padding: .5rem 1.25rem;
}

.test_button.is-large {
  padding: 1rem 2rem;
}

.test_button.is-secondary {
  border: 1px solid var(--border-color--border-alternate);
  color: var(--text-color--text-primary);
  background-color: #0000;
}

.test_button.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.test_button.is-icon:hover {
  background-color: var(--base-color-neutral--black);
}

.test_button.width-full {
  width: 100%;
}

.test_button.width {
  width: 120px;
}

.test_button.width:hover {
  background-color: var(--base-color-neutral--black);
}

.submit_button {
  color: var(--text-color--text-alternate);
  text-align: center;
  background-color: #28a745;
  border-radius: .5rem;
  align-self: flex-start;
  padding: .75rem 1rem;
  font-family: Redhatdisplay, Arial, sans-serif;
  font-weight: 600;
  line-height: 1.25;
  display: block;
}

.submit_button:hover {
  background-color: var(--base-color-neutral--black);
}

.submit_button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.submit_button.is-small {
  padding: .5rem 1.25rem;
}

.submit_button.is-large {
  padding: 1rem 2rem;
}

.submit_button.is-secondary {
  border: 1px solid var(--border-color--border-alternate);
  color: var(--text-color--text-primary);
  background-color: #0000;
}

.submit_button.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.submit_button.is-icon:hover {
  background-color: var(--base-color-neutral--black);
}

.submit_button.width-full {
  width: 100%;
}

.submit_button.width {
  width: 120px;
}

.submit_button.width:hover {
  background-color: var(--base-color-neutral--black);
}

.inline-flex {
  display: inline-flex;
}

.question_main_wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  height: 100%;
  display: flex;
  position: sticky;
  top: 0;
  overflow: scroll;
}

.div-block-5 {
  border: 1px solid #efefef;
  border-radius: .375rem;
  padding: .75rem;
  overflow: hidden;
}

.questions_list_wrapper {
  grid-column-gap: 1.4375rem;
  grid-row-gap: 1.4375rem;
  flex-flow: column;
  height: 100%;
  display: flex;
  position: sticky;
  top: 0;
  overflow: scroll;
}

.question_wrapper {
  color: #ad6000;
  border: 1px solid #efefef;
  border-radius: .375rem;
  flex: none;
  margin-right: 12px;
  padding: .75rem;
  position: relative;
  overflow: hidden;
}

.question_wrapper:hover {
  background-color: #f0e5d7;
}

.question_wrapper.is-answered {
  background-color: #ecf2fb;
}

.question_text {
  color: #1e1e1e;
  max-width: 85%;
  font-weight: 600;
}

.flag_wrapper {
  color: var(--gray-70);
  background-color: #fbfbfb;
  border: 1px solid #f2f2f2;
  border-bottom-left-radius: .5rem;
  justify-content: center;
  align-items: flex-start;
  width: 2.375rem;
  padding: .5rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.flag_wrapper.is-active {
  color: var(--base-color-neutral--white);
  background-color: #ff453a;
}

.flag {
  width: 100%;
  height: 16px;
}

.popup-bottom-grid {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  height: 84vh;
  display: grid;
  position: sticky;
  bottom: 0;
  overflow: scroll;
}

.section_right {
  height: 100%;
  max-height: 75vh;
  overflow: scroll;
}

.question_header {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.question_heading {
  color: var(--gray-70);
  line-height: 1.2;
}

.review_button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--gray-70);
  text-align: center;
  background-color: #fbfbfb;
  border: 1px solid #f2f2f2;
  border-radius: .5rem;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  padding: .75rem 1rem;
  font-family: Redhatdisplay, Arial, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.25;
  text-decoration: none;
  display: inline-flex;
}

.review_button:hover {
  color: var(--base-color-neutral--black);
  background-color: #e7e7e7;
}

.review_button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.review_button.is-small {
  padding: .5rem 1.25rem;
}

.review_button.is-large {
  padding: 1rem 2rem;
}

.review_button.is-secondary {
  border: 1px solid var(--border-color--border-alternate);
  color: var(--text-color--text-primary);
  background-color: #0000;
}

.review_button.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.review_button.is-icon:hover {
  background-color: var(--base-color-neutral--black);
}

.review_button.width-full {
  width: 100%;
}

.review_button.width {
  width: 120px;
}

.review_button.width:hover {
  background-color: var(--base-color-neutral--black);
}

.review_button.is-active {
  color: #ff453a;
  background-color: #fff0f0;
  display: flex;
}

.text-block-2 {
  color: var(--gray-70);
}

.right_bottom_wrapper {
  grid-column-gap: 3.5rem;
  grid-row-gap: 10px;
  background-color: #fff;
  border: 1px solid #f2f2f2;
  border-radius: .5rem;
  flex-flow: column;
  height: 100%;
  margin-top: .5rem;
  padding: 15px;
  display: flex;
  overflow: hidden;
}

.question_right {
  color: var(--gray-70);
  font-size: 1.125rem;
  font-weight: 600;
}

.check_option {
  color: var(--gray-70);
  padding-left: 1rem;
  font-size: 16px;
  line-height: 19.2px;
}

.checkbox_wrapper {
  border: 1px solid #f2f2f2;
  border-radius: .375rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: 1rem;
  display: flex;
}

.checkbox_wrapper.is-active {
  background-color: #ecf2fb;
  border-color: #5186b9;
}

.checkbox_wrapper.is-correct {
  background-color: #f0fbec;
  border-color: #5bb951;
}


.checkbox_wrapper.is-wrong {
  background-color: #fbecec;
  border-color: #b95151;
}

.checkbox-3 {
  width: 1.75rem;
  height: 1.75rem;
  margin-top: 0;
  margin-left: 0;
}

.checkbox_option {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--gray-70);
  border-radius: .1875rem;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0;
  margin-left: 0;
  padding: .25rem;
}

.checkbox_option:focus {
  background-color: var(--base-color-brand--pink);
}

.checkbox_option.w--redirected-checked {
  -webkit-text-stroke-color: #2181fa;
  background-color: #2181fa;
  background-image: url('../images/check-line.svg');
  background-position: 0 0;
  background-size: auto;
  margin-top: 0;
  margin-left: 0;
}

.checkbox_option.is-correct.w--redirected-checked {
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: transparent;
  background-color: #28a745;
  border: .1rem solid #28a745;
}

.checkbox_option.is-wrong.w--redirected-checked {
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: transparent;
  background-color: #dc3545;
  border: 1px solid #dc3545;
}

.check-box {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.button_wrapper {
  justify-content: space-between;
  margin-top: 0;
  display: flex;
}

.next_button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--_brands---brown);
  color: var(--base-color-neutral--white);
  text-align: center;
  border-radius: .5rem;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  padding: .75rem 1rem;
  font-family: Redhatdisplay, Arial, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.25;
  text-decoration: none;
  display: inline-flex;
}

.next_button:hover {
  background-color: var(--text-color--text-primary);
  color: var(--base-color-neutral--white);
}

.next_button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.next_button.is-small {
  padding: .5rem 1.25rem;
}

.next_button.is-large {
  padding: 1rem 2rem;
}

.next_button.is-secondary {
  border: 1px solid var(--border-color--border-alternate);
  color: var(--text-color--text-primary);
  background-color: #0000;
}

.next_button.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.next_button.is-icon:hover {
  background-color: var(--base-color-neutral--black);
}

.next_button.width-full {
  width: 100%;
}

.next_button.width {
  width: 120px;
}

.next_button.width:hover {
  background-color: var(--base-color-neutral--black);
}

.protected_wrapper {
  z-index: 100;
  display: none;
}

.protected_content_overlay {
  opacity: 1;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #fff6;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.protected_text_container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  text-align: center;
  background-color: #00000080;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.protected_text {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
}

.back_to_test {
  color: var(--base-color-neutral--black);
  text-align: center;
  background-color: #ffc008;
  border-radius: .5rem;
  align-self: flex-start;
  padding: .75rem 1rem;
  font-family: Redhatdisplay, Arial, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.25;
  display: block;
}

.back_to_test:hover {
  background-color: #ecb104;
}

.back_to_test.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.back_to_test.is-small {
  padding: .5rem 1.25rem;
}

.back_to_test.is-large {
  padding: 1rem 2rem;
}

.back_to_test.is-secondary {
  border: 1px solid var(--border-color--border-alternate);
  color: var(--text-color--text-primary);
  background-color: #0000;
  font-size: .875rem;
}

.back_to_test.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.back_to_test.is-icon:hover {
  background-color: var(--base-color-neutral--black);
}

.back_to_test.width-full {
  width: 100%;
}

.back_to_test.width {
  width: 120px;
}

.back_to_test.width:hover {
  background-color: var(--base-color-neutral--black);
}

.back_to_test.is-submit {
  background-color: #239f13;
  font-size: .875rem;
}

.warning_wrapper {
  background-color: #fff;
  border: 1px solid #f2f2f2;
  border-radius: .5rem;
  width: 100%;
  max-width: 33.8125rem;
  padding: .75rem 1rem;
  display: block;
}

.warning_header {
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 1.25rem;
  display: flex;
}

.message_wrapper {
  border-bottom: 1px solid #f2f2f2;
  padding-top: .75rem;
  padding-bottom: 3.0625rem;
}

.message {
  font-size: 1.125rem;
  font-weight: 500;
}

.button-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-end;
  align-items: center;
  padding-top: .75rem;
  display: flex;
}

.submit-test_wrapper {
  background-color: #fff;
  border: 1px solid #f2f2f2;
  border-radius: .5rem;
  width: 100%;
  max-width: 33.8125rem;
  padding: .75rem 1rem;
  display: block;
}

.score_nav {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding-left: .75rem;
  padding-right: .75rem;
  display: flex;
}

.section-score {
  background-color: #f8f9fa;
  min-width: 96vw;
  height: 100%;
  padding-top: .875rem;
  padding-bottom: .875rem;
}

.score_grid_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f8f9fa;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 1.5rem;
  position: relative;
}

.test_details {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: #fff;
  border-radius: .5rem;
  flex-flow: column;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  display: flex;
  position: absolute;
  inset: auto auto 33% 0%;
  overflow: hidden;
}

.student_header {
  z-index: 2;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  padding-left: 1rem;
  display: flex;
  position: absolute;
  top: 32px;
}

.profile_wrapper {
  border-radius: .5rem;
  width: 2rem;
  height: 2.5625rem;
  overflow: hidden;
}

.profile-picture {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.test-score_details {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  border-radius: .5rem;
  flex-flow: column;
  padding-top: 5.125rem;
  padding-bottom: 2.5rem;
  padding-left: 1rem;
   padding-right: 1rem;
  display: flex;
}

.score_card {
  background-color: #bc111100;
  justify-content: space-between;
  padding: .5rem .75rem;
  display: flex;
}

.score_card.w--current {
  border-left: 2px solid var(--_brands---brown);
  color: var(--_brands---brown);
  background-color: #0000;
}

.score_card.is-active {
  border-left: 2px solid var(--_brands---brown);
  color: var(--_brands---brown);
}

.score-text {
  font-weight: 600;
}

.score_span {
  text-align: center;
  background-color: #6c757d;
  border-radius: 50px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100px;
  padding: 2px .75rem;
  display: flex;
}

.score_span.is-correct {
  background-color: #28a745;
}

.score_span.is-wrong {
  background-color: #dc3545;
}

.score_span.is-skipped {
  background-color: #e7c51a;
  flex: none;
}

.score_button-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.button-14 {
  background-color: var(--_brands---brown);
  color: var(--text-color--text-alternate);
  text-align: center;
  border-radius: .5rem;
  align-self: flex-start;
  padding: .75rem 1rem;
  font-family: Redhatdisplay, Arial, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.25;
  display: block;
}

.button-14:hover {
  background-color: var(--base-color-neutral--black);
}

.button-14.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.button-14.is-small {
  padding: .5rem 1.25rem;
}

.button-14.is-large {
  padding: 1rem 2rem;
}

.button-14.is-secondary {
  border: 1px solid var(--border-color--border-alternate);
  color: var(--text-color--text-primary);
  background-color: #0000;
  font-size: .875rem;
}

.button-14.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.button-14.is-icon:hover {
  background-color: var(--base-color-neutral--black);
}

.button-14.width-full {
  width: 100%;
}

.button-14.width {
  width: 120px;
}

.button-14.width:hover {
  background-color: var(--base-color-neutral--black);
}

.button-14.is-submit {
  background-color: #239f13;
  font-size: .875rem;
}

.button-14.is-dark {
  background-color: #909394;
  display: inline-flex;
}

.close-wrapper {
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: 12% 2% auto auto;
}

.close-icon {
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.scoreboard-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  padding-left: .75rem;
  display: grid;
}

.score-container {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #fff;
  border: 1px solid #f2f2f2;
  border-radius: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 2rem;
  display: flex;
  overflow: hidden;
}

.score-title {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.date {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #080808;
  font-size: 1.125rem;
  display: flex;
}

.progress-circle {
  border: 1px solid #efefef;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 11.25rem;
  height: 11.25rem;
  padding: 5px;
  position: relative;
}

.circle {
  background-color: #efefef;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.progress {
  background-color: #ff4d4f;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.score-display {
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 80%;
  font-size: 1.5rem;
  font-weight: 600;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0%;
  transform: translate(-50%, -50%);
}

.score-details {
  width: 100%;
}

.test-score-details {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  border: 0 solid #000;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.reviewbutton {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--_brands---brown);
  color: var(--base-color-neutral--white);
  text-align: center;
  border-radius: .5rem;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 100%;
  padding: .75rem 1rem;
  font-family: Redhatdisplay, Arial, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.25;
  text-decoration: none;
  display: flex;
}

.reviewbutton:hover {
  background-color: var(--text-color--text-primary);
  color: var(--base-color-neutral--white);
}

.reviewbutton.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.reviewbutton.is-small {
  padding: .5rem 1.25rem;
}

.reviewbutton.is-large {
  padding: 1rem 2rem;
}

.reviewbutton.is-secondary {
  border: 1px solid var(--border-color--border-alternate);
  color: var(--text-color--text-primary);
  background-color: #0000;
}

.reviewbutton.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.reviewbutton.is-icon:hover {
  background-color: var(--base-color-neutral--black);
}

.reviewbutton.width-full {
  width: 100%;
}

.reviewbutton.width {
  width: 120px;
}

.reviewbutton.width:hover {
  background-color: var(--base-color-neutral--black);
}

.main-flex {
  display: flex;
}

.flex-main-wrapper {
  background-color: #f6f6f6;
  height: 100%;
  display: flex;
  position: relative;
}

.flex-main-wrapper.is-bg-white {
  background-color: #fff;
  overflow-x: hidden;
}

.padding-section-top {
  padding-top: 1rem;
}

.test-history-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 3.75rem;
  padding-left: .75rem;
  display: flex;
}

.test-heading {
  font-size: 1.5rem;
  font-weight: 700;
}

.header-wrapper {
  justify-content: space-between;
  display: flex;
}

.mega-popup-2 {
  z-index: 100;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: fixed;
  overflow: hidden;
}

.review-button-wrapper {
  display: flex;
}

.guidelines-popup {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 100%;
  display: flex;
}

.guidelines-popup.align-center {
  display: flex;
}

.guidelines {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 85%;
  display: flex;
}

.guidelines-tet {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.div-block-8 {
  height: 100%;
}

.form-block-6 {
  width: 100%;
}

.referral-form-field {
  border-radius: .5rem;
  box-shadow: 0 2px 8px -1px #0000000f;
}

.tab-link-tab-1 {
  background-color: #c8c8c8;
}

.tab-link-tab-1.w--current,
.tab-link-tab-2,
.tab-link-tab-1-2.w--current {
  background-color: #fff;
}

.switch-wrap {
  cursor: pointer;
  background-color: #39393d;
  border: 1px solid #fff;
  border-radius: 50px;
  flex: none;
  align-items: center;
  width: 3rem;
  height: 1.25rem;
  padding: 3px;
  display: flex;
}

.switch-wrap._2 {
  background-color: #39393d;
  flex: none;
  width: 3rem;
  height: 1.25rem;
  padding-top: .125rem;
  padding-bottom: .125rem;
}

.switch-wrap._2.is-active {
  background-color: var(--bg-green);
  display: none;
}

.switch-wrap.is-active {
  background-color: var(--bg-green);
  justify-content: flex-end;
  align-items: center;
}

.circle2 {
  background-color: #fff;
  border-radius: 50px;
  width: 60%;
  height: 100%;
}

.circle2._2 {
  width: 1.75rem;
  height: .9rem;
}

.switch-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section-scoreboard {
  background-color: #fff;
  border-radius: .5rem;
  height: 78vh;
  padding: 2.5rem;
  overflow: hidden scroll;
}

.score_question-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  width: 100%;
  height: 100%;
  margin-top: 2rem;
  display: flex;
}

.score-question {
  color: #000000;
  background-color: #f2f2f2;
  border: 1px solid #dee2e6;
  border-radius: .25rem;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.1;
  display: flex;
  position: relative;
  cursor: pointer;
}

.answer-dropdown {
  object-fit: cover;
  width: 1.125rem;
  height: 1.125rem;
}

.answer-wrapper {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  background-color: #fff;
  border: 1px solid #f2f2f2;
  border-radius: 0 0 .5rem .5rem;
  flex-flow: column;
  padding: 1.25rem 1rem;
  display: flex;
  overflow: hidden;
}

.explanation-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.explanation-heading {
  color: #28a745;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
}

.button-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.gradient-btn {
  color: var(--text-color--text-alternate);
  text-align: center;
  background-image: linear-gradient(90deg, #3cebc8, #39e0cd 36%, #38ccd9 65%, #37bde1);
  border-radius: .5rem;
  align-self: flex-start;
  padding: .625rem .75rem;
  font-family: Redhatdisplay, Arial, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.25;
  display: block;
}

.gradient-btn:hover {
  background-color: var(--base-color-neutral--black);
}

.gradient-btn.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.gradient-btn.is-small {
  padding: .5rem 1.25rem;
}

.gradient-btn.is-large {
  padding: 1rem 2rem;
}

.gradient-btn.is-secondary {
  border: 1px solid var(--border-color--border-alternate);
  color: var(--text-color--text-primary);
  background-color: #0000;
  font-size: .875rem;
}

.gradient-btn.is-secondary:hover {
  background-color: #ebebeb;
}

.gradient-btn.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.gradient-btn.is-icon:hover {
  background-color: var(--base-color-neutral--black);
}

.gradient-btn.width-full {
  width: 100%;
}

.gradient-btn.width {
  width: 120px;
}

.gradient-btn.width:hover {
  background-color: var(--base-color-neutral--black);
}

.gradient-btn.is-submit {
  background-color: #239f13;
  font-size: .875rem;
}

.gradient-btn.is-submit:hover {
  background-color: #25bd12;
}

.is-answer-active {
  transform: rotate(180deg);
}

.copyright-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 1.5rem;
  display: none;
  overflow: hidden;
}

.overlay,
.overlay-submit {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #0000008c;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.tab-link-tab-2-2 {
  background-color: #0000;
}

.tabs-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.breakdown-grid {
  box-sizing: content-box;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  overflow: auto;
}

.breakdown-heading {
  text-transform: none;
  border: 1px solid #dee2e6;
  width: 100%;
  min-width: 150px;
  padding: .625rem;
  line-height: 1.2;
}

.breakdown-heading.is-grey {
  background-color: #f2f2f2;
}

.rows {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  min-width: 200px;
  display: grid;
}

.rows.is-grey {
  box-sizing: content-box;
  background-color: #f2f2f2;
}

.improvement {
  color: #db1701;
}

.heading-24 {
  color: #f44336;
  font-size: 1.5rem;
  font-weight: 700;
}

.gap-4 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: flex-start;
  align-items: center;
}

.gap-4.flex-box-center {
  flex-flow: wrap;
}

.checkbox-4 {
  margin-top: 0;
  margin-left: 0;
}

.form-block-7 {
  margin-bottom: 0;
}

.video-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: space-between;
  padding-top: 1rem;
  display: flex;
}

.premium-wrapper {
  width: 5rem;
  height: 1.1875rem;
  margin-bottom: .5rem;
  margin-left: .75rem;
  margin-right: .75rem;
}

.premium-content {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.test-details-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border-bottom: 1px solid #0003;
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 1rem;
  display: flex;
}

.test-head {
  color: #5036a6;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1;
}

.popup-overlay-grid {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  height: 84vh;
  display: grid;
  position: sticky;
  bottom: 0;
  overflow: scroll;
}

.premium-overlay-wrapper {
  width: 100%;
  height: 100%;
}

.premium_content_overlay {
  z-index: 100;
  opacity: 1;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #fff6;
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.premium_text_container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  text-align: center;
  background-color: #00000080;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.more-courses {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  width: 100%;
  margin-top: 4rem;
  display: flex;
}

.banner-wrapper {
  max-width: 60vw;
}

.banner-wrapper.align-center {
  background-image: linear-gradient(131deg, #986fa7, #bea9c6 53%, #c491ca);
  border-radius: .5rem;
  padding: 2rem 1rem;
}

.banner {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.banner-text {
  color: #fff;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.banner-button {
  background-color: var(--_brands---brown);
  color: var(--text-color--text-alternate);
  border-radius: .5rem;
  align-self: flex-start;
  padding: .75rem 1rem;
  font-family: Redhatdisplay, Arial, sans-serif;
  font-weight: 600;
  line-height: 1.25;
  display: block;
}

.banner-button:hover {
  background-color: var(--base-color-neutral--black);
}

.banner-button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.banner-button.is-small {
  padding: .5rem 1.25rem;
}

.banner-button.is-large {
  padding: 1rem 2rem;
}

.banner-button.is-secondary {
  border: 1px solid var(--border-color--border-alternate);
  color: var(--text-color--text-primary);
  background-color: #0000;
  font-size: .875rem;
}

.banner-button.is-secondary:hover {
  background-color: #ebebeb;
}

.banner-button.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.banner-button.is-icon:hover {
  background-color: var(--base-color-neutral--black);
}

.banner-button.width-full {
  width: 100%;
}

.banner-button.width {
  width: 120px;
}

.banner-button.width:hover {
  background-color: var(--base-color-neutral--black);
}

.banner-button.is-submit {
  background-color: #239f13;
  font-size: .875rem;
}

.banner-button.is-submit:hover {
  background-color: #25bd12;
}

.courses-grid-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rating-details {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.rating-star {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.courses-bottom-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  padding: .875rem;
  display: flex;
}

.rating-num {
  color: var(--_brands---brown);
  font-size: .875rem;
  font-weight: 600;
  line-height: 1;
}

.rating-num.text-color-1e {
  color: #1e1e1eb3;
  flex: none;
}

.rating-num.text-color-1e-50 {
  color: #1e1e1e80;
}

.rating-num.margin-6 {
  padding-left: 6px;
}

.stars {
  height: 1rem;
  margin-bottom: 10px;
}

.course-amount {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.amount {
  color: #1e1e1e;
  font-size: 1.125rem;
}

.bestseller-wrapper {
  background-color: #bcebf3;
  border-radius: 4px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 4px;
  display: inline-flex;
}

.bestseller {
  color: var(--_brands---brand-blue);
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: .75rem;
  font-weight: 600;
  line-height: 1.5;
}

.bestseller.text-color-1e {
  color: #1e1e1eb3;
  flex: none;
}

.bestseller.text-color-1e-50 {
  color: #1e1e1e80;
}

.bestseller.margin-6 {
  padding-left: 6px;
}

.video-details {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

.courses-main-wrapper {
  text-decoration: none;
}

.old-amount {
  color: var(--_brands---gray);
  font-size: 1.125rem;
  text-decoration: line-through;
}

.installment-header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
  column-gap: 50px;
}

.installment-span {
  background-color:var(--_brands---brown);
  border-radius: .5rem;
  padding: 2px 1.25rem;
  display: inline-block;
}

.is-light {
  color: var(--base-color-neutral--white);
}

.plan-date-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.installment-date {
  color: #475467b3;
  font-style: italic;
  font-weight: 700;
}

.text-color-gray-70 {
  color: #475467b3;
}

.package-heading {
  color: #1e1e1e;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.installment-wrapper {
  border: 1px solid #eae7ee;
  border-radius: .5rem;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: .75fr 1.5fr .75fr 1.5fr;
  grid-auto-columns: 1fr;
  margin-top: 2rem;
  overflow: hidden;
}

.installment-grid-heading {
  justify-content: center;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: .875rem;
  font-weight: 600;
  line-height: 18px;
}

.grid-bold {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.5fr .75fr 1.5fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.installment-text {
  font-size: .875rem;
  line-height: 18px;
}

.grid-text-wrapper {
  border-right: 1px solid #eae7ee;
  justify-content: flex-start;
  align-items: center;
  padding: .9375rem .75rem;
  display: flex;
}

.grid-text-wrapper.right-border {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border-right-width: 0;
}

.grid-text-wrapper.bg-brown {
  background-color: var(--_brands---brown);
  color: #fff;
  padding: .9375rem .75rem;
}

.installment-grid {
  border-top: 1px solid #eae7ee;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.5fr .75fr 1.75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.span-text {
  color: var(--base-color-neutral--white);
  font-size: .75rem;
  font-weight: 700;
}

.installment {
  flex-flow: column;
  display: flex;
}

.installment-flex-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.flex-wrapper-6 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.installment-span-date {
  color: #374151;
  font-size: .875rem;
  line-height: 18px;
}

.check-wrapper {
  max-width: 12px;
  margin-top: -4px;
  padding-top: 0;
}

.check-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.question-wrap {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
}

.profile-dropdown-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  top: 50px;
  overflow: hidden;
}

.logout {
  color: #1e1e1e;
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #0003;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 600;
  text-decoration: none;
}

.logout:hover {
  color: #1e1e1eb8;
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-tablet {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-section-medium.is-60 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 8rem;
  }

  .spacer-xlarge {
    padding-top: 3rem;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

  .spacer-xxlarge {
    padding-top: 4rem;
  }

  .nav_button {
    color: #fff;
  }

  .fs-styleguide_heading-header {
    font-size: 4rem;
  }

  .text-block-small.text-color-dark {
    font-size: .875rem;
  }

  .navbar {
    z-index: 999;
    position: absolute;
    transform: none;
  }

  .search-input {
    width: 14rem;
  }

  .content-wrapper {
    height: 78vh;
  }

  .content-wrapper.form-content-wrapper {
    width: 80%;
  }

  .setting-grid {
    flex-flow: column;
    grid-template-columns: 280px;
    display: flex;
  }

  .field-label {
    padding-top: .55rem;
    padding-bottom: .55rem;
  }

  .form-field {
    width: 100%;
  }

  .profile-text-field.is-border-half {
    flex: none;
    width: 70%;
  }

  .certificate-wrapper {
    flex-flow: column;
  }

  .certificate-info-wrapper {
    padding-left: 0;
  }

  .invoice-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    align-items: center;
  }

  .button-white.is-icon {
    margin-left: 4.5rem;
  }

  .text-block,
  .invoice-text {
    font-size: .75rem;
  }

  .referral-wrapper {
    flex-flow: column;
  }

  .bootcamp-text-field.is-search {
    min-width: 10rem;
  }

  .boot-camp-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: space-between;
  }

  .boot-camp-cards {
    width: 300px;
    text-align: center;
    margin: auto;
  }

  .john-learning-card {
    max-width: 300px;
  }

  .john-learning-card-bottom {
    grid-column-gap: .875rem;
    grid-row-gap: .875rem;
  }

  .video-section {
    width: 100%;
    position: static;
  }

  .course-content-wrapper {
    width: 100%;
  }

  .course-wrapper {
    flex-flow: column;
  }

  .credentials-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .ispurple {
    font-size: 1rem;
  }

  .page-location {
    flex: none;
    font-size: .75rem;
  }

  .john-learning-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    justify-content: space-between;
  }

  .credentials-left-wrapper {
    min-width: 45%;
  }

  .google-login {
    background-position: 29%;
    padding-left: 2.3rem;
  }

  .invoice-span {
    font-size: .75rem;
  }

  .sub-menu {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .spacer-medium-tab,
  .nav-open-button {
    display: block;
  }

  .div-block-4 {
    transform: translate(-100%);
  }

  .question-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: block;
    overflow: auto;
  }

  .popup_header {
    z-index: 1;
    background-color: #f9fafb;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
    height: auto;
    position: sticky;
    top: 0;
  }

  .question_main_wrapper {
    position: static;
  }

  .questions_list_wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    overflow-x: hidden;
  }

  .popup-bottom-grid {
    grid-column-gap: 14px;
    grid-template-columns: .5fr 1fr;
    min-height: 100%;
  }

  .section_right {
    max-height: 100%;
    overflow: scroll;
  }

  .right_bottom_wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: 1rem;
    overflow: auto;
  }

  .check-box {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .button_wrapper {
    margin-top: 0;
    margin-bottom: 2rem;
  }

  .protected_wrapper {
    display: flex;
  }

  .protected_text_container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .warning_wrapper,
  .submit-test_wrapper {
    display: block;
  }

  .test_details {
    bottom: 9%;
  }

  .test-score_details {
    padding-right: 1rem;
  }

  .score_card {
    flex-flow: column;
    padding-right: 0;
  }

  .score_span {
    width: 100%;
  }

  .score_span.is-skipped {
    flex: none;
  }

  .score_button-wrapper {
    flex-flow: column;
  }

  .div-block-6 {
    height: 100%;
  }

  .form-block-5 {
    margin-bottom: 0;
  }

  .scoreboard-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .switch-wrapper {
    flex-flow: wrap;
  }

  .text-block-3 {
    flex: none;
  }

  .answer-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: 1rem .5rem;
    overflow: auto;
  }

  .copyright-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: none;
    overflow: auto;
  }

  .breakdown-grid {
    box-sizing: content-box;
  }

  .breakdown-heading {
    width: 180px;
    font-size: .875rem;
  }

  .rows.is-grey {
    box-sizing: content-box;
  }

  .popup-overlay-grid {
    grid-column-gap: 14px;
    grid-template-columns: .5fr 1fr;
    min-height: 100%;
  }

  .premium_text_container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .banner-wrapper.align-center {
    max-width: 80vw;
  }

  .courses-bottom-wrapper {
    grid-column-gap: .875rem;
    grid-row-gap: .875rem;
  }

  .installment-header {
    flex-flow: wrap;
  }

  .installment-wrapper {
    box-sizing: content-box;
    overflow: auto;
  }

  .installment-grid-heading {
    flex: none;
  }

  .installment-grid-wrapper {
    overflow: auto;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-weight-normal.is-mobile {
    font-size: 1rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .heading-style-h5 {
    font-size: .875rem;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .padding-section-medium.is-60 {
    padding-top: 0;
    padding-bottom: 1rem;
  }

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .spacer-medium {
    padding-top: 1.25rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 4.5rem;
  }

  .spacer-xlarge {
    padding-top: 2rem;
  }

  .spacer-large {
    padding-top: 1.5rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .text-block-small {
    font-size: .875rem;
  }

  .navbar {
    z-index: 9999;
    max-width: 240px;
    position: absolute;
    transform: translate(-100%);
  }

  .search-right-wrapper {
    display: none;
  }

  .section-header.bottom-24 {
    height: auto;
  }

  .content-wrapper.form-content-wrapper {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .invoice-wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .intro-form-field,
  .intro-text-field {
    font-size: .875rem;
  }

  .john-learning-card {
    max-width: 250px;
  }

  .search-nav-wrapper {
    justify-content: space-between;
    align-items: center;
  }

  .john-learning-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: space-between;
    height: 100%;
  }

  .decor-container {
    width: 45%;
  }

  .padding-section-mycourse {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .spacer-medium-tab {
    padding-top: 1.25rem;
  }

  .hamburger-menu {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
    width: 24px;
    display: flex;
    position: relative;
  }

  .menu-lines {
    background-color: #000;
    flex: none;
    width: 100%;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-open-button {
    display: block;
  }

  .menu {
    background-color: #fff;
    justify-content: space-between;
    width: 300px;
    padding: 10px;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
  }

  .question-wrapper {
    padding-top: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    overflow: auto;
  }

  .popup_header {
    padding-top: 1rem;
  }

  .header_details_wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: space-between;
    width: 100%;
  }

  .question_main_wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    max-height: 100%;
  }

  .questions_list_wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    height: 100%;
  }

  .question_wrapper {
    margin-right: 0;
  }

  .popup-bottom-grid {
    flex-flow: column;
    grid-template-columns: 1fr;
    height: auto;
    min-height: auto;
    display: flex;
    overflow: hidden;
  }

  .section_right {
    height: auto;
  }

  .question_right,
  .check_option {
    font-size: 1rem;
  }

  .checkbox_wrapper,
  .checkbox_wrapper.is-active {
    padding: .5rem;
  }

  .checkbox_option {
    width: 1rem;
    height: 1rem;
    padding: .15rem .25rem;
  }

  .button_wrapper {
    margin-bottom: 10rem;
  }

  .protected_text_container {
    flex: 0 auto;
  }

  .protected_text {
    flex: 0 auto;
    font-size: 2rem;
  }

  .score_grid_wrapper {
    flex-flow: column;
    display: flex;
  }

  .test_details {
    z-index: 2;
    width: 100%;
    padding-left: .5rem;
    inset: 36% auto auto 0%;
  }

  .student_header {
    top: 4.5%;
  }

  .test-score_details {
    padding-top: 3.6rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .score_span {
    display: block;
  }

  .score_button-wrapper {
    flex-flow: row;
    padding-left: .75rem;
  }

  .scoreboard-wrapper {
    grid-template-columns: 1fr;
  }

  .test-history-wrapper {
    padding-bottom: 1.5rem;
  }

  .header-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .mega-popup-2 {
    padding-left: 1rem;
    padding-right: 1rem;
    overflow: scroll;
  }

  .guidelines-popup {
    justify-content: center;
    align-items: center;
  }

  .guidelines-popup.align-center {
    width: 100%;
  }

  .section-scoreboard {
    margin-top: 4rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .copyright-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
    overflow: auto;
  }

  .tabs-2 {
    flex-flow: column;
    display: flex;
  }

  .test-head {
    font-size: 1.5rem;
  }

  .popup-overlay-grid {
    flex-flow: column;
    grid-template-columns: 1fr;
    height: auto;
    min-height: auto;
    display: flex;
    overflow: hidden;
  }

  .premium_text_container {
    flex: 0 auto;
  }

  .banner-text {
    font-size: 1.5rem;
  }

  .courses-grid-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .installment-header {
    flex-flow: wrap;
  }

  .installment-wrapper {
    box-sizing: content-box;
    width: 60rem;
  }

  .installment-text {
    flex: none;
  }

  .grid-text-wrapper {
    width: 100%;
  }

  .installment-grid {
    grid-template-rows: auto;
    grid-template-columns: 2fr 2fr 2fr 2fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .installment-grid-wrapper {
    scrollbar-width: thin;
    overflow: scroll;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 1.5rem;
  }

  h3 {
    font-size: 1.25rem;
  }

  p {
    font-size: .875rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .fs-styleguide_row {
    flex-wrap: wrap;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .heading-style-h1.pause-text {
    font-size: 1.5rem;
  }

  .padding-global {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .padding-section-small {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .text-size-medium.text-weight-medium {
    flex: none;
  }

  .text-block-small.text-color-cloud {
    font-size: .75rem;
  }

  .text-block-xsmall.text-color-gray {
    display: none;
  }

  .navbar {
    height: 100%;
    min-height: 0;
  }

  .link-block.w--current {
    background-color: var(--_brands---brown);
    color: var(--background-color--background-alternate);
  }

  .search-input {
    width: 10rem;
    font-size: .75rem;
  }

  .section-wrapper {
    position: static;
  }

  .content-wrapper {
    height: 78vh;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .tab-link {
    padding-left: .5rem;
    padding-right: .5rem;
    font-size: .75rem;
  }

  .tab-link.w--current {
    margin-top: .5rem;
  }

  .field-label,
  .profile-text-field.text-area {
    font-size: .875rem;
  }

  .profile-text-field.is-border-half {
    width: auto;
    max-width: 47%;
    font-size: .875rem;
  }

  .certificate-info-wrapper {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

 .invoice-wrapper {
  display: flex;
  flex-direction: column;   /* stack items vertically */
  justify-content: center;  /* vertical centering */
  align-items: center;      /* horizontal centering */
  padding: 0.5rem;          /* optional padding */
  gap: 5px;                 /* space between items */
}

  .invoice-detail-wrapper {
    flex-flow: column;
  }

  .button-white.is-icon {
    margin-left: 0;
  }

  .additional-detail-s-invoice {
    flex-flow: wrap;
  }

  .span-blue {
    padding-left: .5rem;
    padding-right: .5rem;
    font-size: .75rem;
  }

  .inrto-form-wrapper {
    padding-left: .625rem;
  }

  .referral-link-wrapper {
    width: auto;
  }

  .flex-box-center {
    justify-content: flex-start;
    align-items: center;
  }

  .bootcamp-text-field {
    min-width: 10rem;
    font-size: .875rem;
  }

  .bootcamp-text-field.is-search {
    font-size: .875rem;
  }

  .bootcamp-form {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .gap-6.flex-box-center {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .john-learning-card {
    max-width: 100%;
  }

  .back-button {
    flex: none;
  }

  .tabs-menu {
    display: flex;
  }

  .gap-18 {
    grid-column-gap: 1.2rem;
    grid-row-gap: 4px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
  }

  .chapters-wrapper {
    padding-left: .625rem;
    padding-right: .625rem;
  }



  .avatar-link {
    font-size: .875rem;
  }

  .certificate-image-wrapper {
    width: 100%;
    height: auto;
    padding: 1rem;
  }

  .certificate-tag {
    top: 13%;
    left: 9%;
  }

  .button-max-width.button-text {
    font-size: .75rem;
  }

  .subheading {
    font-size: .8rem;
  }

  .subheading.opacity-90,
  .supheading {
    font-size: .75rem;
  }

  .boot-camp-grid-wrapper {
    height: 58vh;
  }

  .navigation-container {
    box-sizing: content-box;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
  }

  .navigation-container-large {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    scrollbar-width: thin;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    overflow-y: auto;
  }

  .text-timing-details {
    font-size: .75rem;
  }

  .john-learning-wrapper {
    height: 100%;
  }

  .decor-container {
    width: 100%;
  }

  .referral-heading {
    font-size: 1rem;
  }

  .small-text {
    font-size: .625rem;
  }

  .referral-reward-wrappr {
    grid-template-columns: 1fr 1fr 1fr;
    overflow: auto;
  }

  .grid-content {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .reward {
    padding-left: 10px;
    padding-right: 10px;
  }

  .reward-text {
    font-size: 10px;
    line-height: 1.2;
  }

  .form-4 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .padding-section-mycourse {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .hamburger-menu {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    width: 20px;
  }

  .paragraph {
    font-size: .875rem;
  }

  .nav-open-button {
    min-width: 24px;
    min-height: 24px;
  }

  .menu {
    width: 100%;
  }

  .mega-popup {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .question-wrapper {
    padding-left: .75rem;
    padding-right: .75rem;
    display: block;
  }

  .header_details_wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .time_remaining {
    font-size: 1rem;
  }

  .time_heading {
    font-size: .75rem;
  }

  .test_button {
    flex: none;
  }

  .question_wrapper {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .review_button {
    flex: none;
    padding-left: .5rem;
    padding-right: .5rem;
    display: flex;
  }

  .button_wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .protected_wrapper {
    display: none;
  }

  .protected_text_container {
    max-width: 100%;
  }

  .protected_text {
    font-size: 2rem;
  }

  .warning_header {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .message_wrapper {
    padding-bottom: 1.5rem;
  }

  .button-wrapper {
    flex-flow: column;
  }

  .submit-test_wrapper {
    display: block;
  }

  .score_nav {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
    padding-left: 0;
  }

  .score_grid_wrapper {
    grid-column-gap: 16px;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .test_details {
    z-index: 2;
    flex-flow: row;
    margin-left: 0;
    margin-right: 0;
    inset: 33% 0% auto;
  }

  .test-score_details {
    padding-bottom: 1rem;
  }

  .score_span.is-skipped {
    text-align: center;
    flex: 0 auto;
  }

  .score_button-wrapper {
    flex-flow: row;
    padding-left: 0;
  }

  .scoreboard-wrapper {
    padding-left: 0;
  }

  .test-history-wrapper {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 0;
  }

  .mega-popup-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .review-button-wrapper {
    flex-flow: wrap;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .guidelines-popup {
    justify-content: center;
    align-items: flex-start;
    padding-top: 1rem;
    padding-bottom: 1rem;
    overflow: auto;
  }

  .guidelines-popup.align-center {
    width: 100%;
  }

  .section-scoreboard {
    height: auto;
    margin-top: 4rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .explanation-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .button-grid {
    flex-flow: column;
  }

  .copyright-wrapper {
    margin-top: 1rem;
    padding-left: .75rem;
    padding-right: .75rem;
    display: none;
  }

  .overlay-submit {
    display: none;
  }

  .tabs-2 {
    flex-flow: column;
    display: flex;
  }

  .gap-4.flex-box-center {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .premium_text_container {
    max-width: 100%;
  }

  .more-courses {
    margin-top: 2rem;
  }

  .banner-wrapper.align-center {
    max-width: 100%;
  }

  .courses-grid-wrapper {
    grid-template-columns: 1fr;
  }

  .rating-num {
    font-size: .75rem;
  }

  .amount {
    font-size: 1rem;
  }

  .bestseller {
    font-size: .75rem;
  }

  .courses-main-wrapper {
    width: 100%;
  }

  .old-amount {
    font-size: 1rem;
  }

  .installment-span {
    display: block;
  }

  .plan-date-wrapper {
    flex: none;
    display: block;
  }

  .installment-wrapper {
    width: 50rem;
  }

  .installment-grid {
    grid-template-columns: .75fr 1.25fr .5fr 1.75fr;
  }

  .flex-wrapper-6 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .profile-dropdown-wrapper {
    top: 100%;
  }
}

#w-node-b224ec27-30fa-be84-48bf-7ed471542af3-bb0a5809 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-bb0a5809,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-bb0a5809,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-bb0a5809,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-bb0a5809,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-bb0a5809,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-bb0a5809,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-bb0a5809 {
  justify-self: start;
}

#w-node-_5d224905-8a1e-1460-7532-d38cb7ec37c1-bb0a5809,
#w-node-_40538c8c-870b-b365-34c4-2a06f0f8567d-bb0a5809,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-bb0a5809,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-bb0a5809 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-bb0a5809 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-bb0a5809 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-bb0a5809 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-bb0a5809,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-bb0a5809,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-bb0a5809 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-bb0a5809,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-bb0a5809,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-bb0a5809,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-bb0a5809,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-bb0a5809,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-bb0a5809,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-bb0a5809,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-bb0a5809,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-bb0a5809,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-bb0a5809,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-bb0a5809,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-bb0a5809,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-bb0a5809,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-bb0a5809,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-bb0a5809,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-bb0a5809,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-bb0a5809 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-bb0a5809 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-bb0a5809,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-bb0a5809,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-bb0a5809,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-bb0a5809,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-bb0a5809,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-bb0a5809,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-bb0a5809,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-bb0a5809,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-bb0a5809,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-bb0a5809,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-bb0a5809,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-bb0a5809,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-bb0a5809,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-bb0a5809,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-bb0a5809,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-bb0a5809,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-bb0a5809,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-bb0a5809,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-bb0a5809,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-bb0a5809,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-bb0a5809 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-bb0a5809 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-bb0a5809,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-bb0a5809,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-bb0a5809,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-bb0a5809,
#w-node-_30684373-af34-3818-02a4-e58b3ffef3e5-bb0a5809,
#w-node-_30684373-af34-3818-02a4-e58b3ffef3ea-bb0a5809,
#w-node-_30684373-af34-3818-02a4-e58b3ffef3ef-bb0a5809,
#w-node-_30684373-af34-3818-02a4-e58b3ffef3f4-bb0a5809,
#w-node-_30684373-af34-3818-02a4-e58b3ffef3f9-bb0a5809,
#w-node-_30684373-af34-3818-02a4-e58b3ffef3fe-bb0a5809,
#w-node-_30684373-af34-3818-02a4-e58b3ffef403-bb0a5809,
#w-node-_30684373-af34-3818-02a4-e58b3ffef408-bb0a5809,
#w-node-_30684373-af34-3818-02a4-e58b3ffef40d-bb0a5809,
#w-node-_30684373-af34-3818-02a4-e58b3ffef412-bb0a5809 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef416-bb0a5809 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef417-bb0a5809 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef41a-bb0a5809,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-bb0a5809,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd98-bb0a5809 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-bb0a5809 {
  justify-self: start;
}

#w-node-_02512a03-c2af-70fa-1d78-551395c698c8-1f797aa5 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_02512a03-c2af-70fa-1d78-551395c698d2-1f797aa5 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_32b78060-180f-76ea-96eb-445b43d25c03-1f797aa5 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_1795ee8a-8225-e379-9f36-b55ced64fbbb-1f76aede {
  justify-self: end;
}

#w-node-_52d6d0bd-f332-5ab8-7337-0f5651ab92f3-1f76aede {
  grid-area: 2 / 2 / 3 / 2;
}

@media screen and (max-width: 991px) {
  #w-node-_1795ee8a-8225-e379-9f36-b55ced64fbb1-1f76aede {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_1795ee8a-8225-e379-9f36-b55ced64fbbb-1f76aede {
    grid-area: 3 / 2 / 2 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1795ee8a-8225-e379-9f36-b55ced64fbbb-1f76aede {
    grid-column: 3 / 2;
    grid-row-start: 1;
  }
}


@font-face {
  font-family: 'Redhatdisplay';
  src: url('../fonts/RedHatDisplay-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Redhatdisplay';
  src: url('../fonts/RedHatDisplay-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Redhatdisplay';
  src: url('../fonts/RedHatDisplay-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Redhatdisplay';
  src: url('../fonts/RedHatDisplay-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Redhatdisplay';
  src: url('../fonts/RedHatDisplay-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}




.spinner-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 50vh;
  text-align: center;
}

.loader {
  border: 6px solid #f3f3f3;
  border-top: 6px solid var(--_brands---brown);
  /* blue */
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
  margin: auto;
}

.alert {
  margin: 0;
  padding: 12px 16px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
}

.alert-success {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

.alert-danger {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

.inv-success-messge {
  padding: 10px 0;
  width: 100%;
}

.inv-success-messge a {
  color: #0c5460;
  font-weight: 600;
  text-decoration: underline;
}

.pagination-controls {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.page-btn {
  width: 32px;
  height: 32px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid #ccc;
  background-color: #f2f2f2;
  font-size: 13px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s;
}

.page-btn.active {
  background-color: var(--_brands---brown);
  color: white;
  border-color: var(--_brands---brown);
}

.page-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.flex-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
