:root {
  --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);
  --link-color--link-primary: var(--base-color-brand--blue);
  --background-color--background-primary: var(--base-color-neutral--black);
  --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);
  --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);
  --base-color-brand--blue-light: #d9e5ff;
  --base-color-brand--blue: #2d62ff;
  --base-color-brand--blue-dark: #080331;
  --base-color-brand--pink-light: #ffaefe;
  --base-color-brand--pink: #dd23bb;
  --base-color-brand--pink-dark: #3c043b;
  --base-color-neutral--black: #000;
  --base-color-neutral--white: #fff;
  --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);
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.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: 12px;
  height: 12px;
}

.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-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #424155;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 52px;
  font-weight: 500;
  line-height: 64px;
}

h2 {
  color: #424155;
  letter-spacing: -.4px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 46px;
  font-weight: 500;
  line-height: 46px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 44px;
}

h4 {
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 44px;
}

h5 {
  letter-spacing: -.4px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 44px;
}

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

p {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

a {
  color: #424155;
  text-decoration: none;
}

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

li {
  margin-bottom: .25rem;
}

img {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 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_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.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: 1rem;
  height: 1rem;
}

.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;
}

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

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

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

.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;
}

.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: 66.4vw;
  margin-left: auto;
  margin-right: auto;
}

.icon-height-small {
  height: 1rem;
}

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

.heading-style-h1 {
  letter-spacing: -.4px;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.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;
}

.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;
}

.heading-style-h4.line-height-30px {
  line-height: 30px;
}

.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-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.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%);
}

.page-wrapper {
  overflow: hidden;
}

.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);
}

.container-large {
  text-align: left;
  width: 100%;
  max-width: 1142px;
  margin-left: auto;
  margin-right: auto;
}

.icon-height-medium {
  height: 2rem;
}

.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 {
  height: 3rem;
}

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

.form_component {
  margin-bottom: 0;
}

.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 {
  color: var(--text-color--text-alternate);
  text-align: center;
  letter-spacing: -.2px;
  background-color: #2d2a6d;
  border-radius: 6px;
  width: 100%;
  padding: 16px 1.5rem;
  font-weight: 700;
  line-height: 100%;
}

.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;
}

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

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

.button.color-red {
  background-color: #de0e7a;
}

.button.color-red--70 {
  background-color: #de0e7ab3;
  border-radius: 50px;
  padding: 4px 11px;
  font-size: 14px;
  line-height: 24px;
}

.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: 14px;
  font-weight: 400;
  line-height: 21px;
}

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

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

.text-size-medium.text-weight-medium.color-grey {
  color: #676777;
}

.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 {
  display: none;
}

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

.container-medium {
  width: 100%;
  max-width: 87.6vw;
  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: 1rem;
}

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

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

.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;
}

.hero_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  max-width: 70rem;
  display: grid;
  position: relative;
}

.hero_image {
  border-radius: 1rem;
  margin-top: 0;
}

.hero_heading {
  font-size: 4rem;
}

.section_hero {
  color: #fff;
  background-color: #000;
  background-image: radial-gradient(circle at 0 100%, #2d62ff4d, #0000 50%), radial-gradient(circle at 100% 60%, #2d62ff4d, #1110 20%), radial-gradient(circle at 100% 100%, #d600c433, #0000 45%);
  flex-direction: column;
  justify-content: center;
  min-height: 100svh;
  display: flex;
  position: relative;
}

.hero_grid {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.nav_fixed {
  position: absolute;
  inset: 0% 0% auto;
}

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

.container {
  justify-content: space-between;
  align-items: center;
  max-width: 1142px;
  margin-left: auto;
  margin-right: auto;
}

.nav-link {
  padding: 24px 12px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
}

.nav-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.image, .logo-img {
  width: 170px;
}

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

.navbar {
  background-color: #f5f4f8;
  padding-top: 30px;
  padding-bottom: 40px;
}

.welcome-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

._3img-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.section {
  background-image: url('../images/Component-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 115px;
  padding-bottom: 146px;
}

.welcome-section {
  background-image: url('../images/Component-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 12px;
  margin-bottom: 12px;
  padding-top: 115px;
  padding-bottom: 146px;
}

.course-section {
  background-image: url('../images/Group-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 53px;
  padding-bottom: 146px;
}

.course-imgs-grid {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.inner-imgs-wrapper {
  height: 52.7vh;
}

.image-2 {
  object-fit: cover;
  border-radius: 28px;
  width: 100%;
  height: 100%;
}

.course-heading-wrapperr {
  text-align: center;
  padding-bottom: 110px;
}

.student-grid {
  grid-template-rows: auto;
}

.iner-imgs-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
}

.vertical-imgs-wrapper {
  grid-column-gap: 59px;
  grid-row-gap: 59px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.div-block-4 {
  height: 34vh;
}

.div-block-5 {
  height: 35vh;
}

.student-section {
  background-image: url('../images/Images.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 38px;
  padding-bottom: 70px;
}

.div-block-7 {
  color: #fff;
  text-align: center;
  padding-top: 60px;
}

.content-wrpper {
  width: 70%;
  padding-left: 55px;
}

._2img-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.text-content-wrapper {
  width: 36vw;
}

.center-img-wrapper {
  width: 23.4vw;
}

.imgs-wrapper {
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.work-section {
  padding-top: 64px;
  padding-bottom: 53px;
}

.work-section.bg-grey {
  background-color: #f5f4f8;
}

.work-section.bg-grey._40-margib-btm {
  padding-bottom: 40px;
}

.work-content-wrapper {
  text-align: center;
  padding-top: 40px;
}

.image-3, .image-4 {
  width: auto;
  height: 65px;
}

.work-logos-wrapperl {
  grid-column-gap: 88px;
  grid-row-gap: 88px;
  justify-content: center;
  align-items: center;
  padding-top: 21px;
  display: flex;
}

.footer-section {
  background-color: #f5f7fa;
  padding-top: 64px;
  padding-bottom: 8px;
}

.footer-links-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.footer-content-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  flex-flow: column;
  display: flex;
}

.copyright-text-wrapper {
  color: #333;
  margin-left: 232px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.inner-footer-links {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  padding-top: 16px;
  display: flex;
}

.div-block-19 {
  padding-top: 16px;
}

.footer-logo-wrapper {
  text-align: center;
}

.footer-div {
  text-align: left;
  padding-top: 16px;
}

.course-container {
  max-width: 1391px;
  margin-left: auto;
  margin-right: auto;
}

.course-img-wrapper {
  height: 74.4vh;
}

.course-grid {
  grid-column-gap: 62px;
  grid-row-gap: 62px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.our-course-section {
  background-image: url('../images/Group-523.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 44px;
  padding-bottom: 166px;
}

.course-heading-wrapper {
  text-align: center;
  padding-bottom: 90px;
}

.navcourse-container {
  justify-content: space-between;
  align-items: center;
  max-width: 74vw;
  margin-top: 37px;
  margin-left: auto;
  margin-right: auto;
}

.course-navbar {
  background-color: #0000;
}

.course-logo {
  width: 322px;
}

.community-heading-wrapper {
  text-align: center;
  padding-bottom: 51px;
}

.community-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  padding-bottom: 112px;
}

.community-img-wrapper {
  padding-bottom: 94px;
}

.community-section {
  background-image: url('../images/Group-525-4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 43px;
  padding-bottom: 168px;
}

.community-container {
  text-align: left;
  width: 100%;
  max-width: 94vw;
  margin-left: auto;
  margin-right: auto;
}

.community-imgs-grid {
  grid-column-gap: 47px;
  grid-row-gap: 47px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-22 {
  display: flex;
}

.div-block-24 {
  height: 496px;
  display: flex;
}

.div-block-25 {
  height: 61vh;
}

.div-block-26 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  display: flex;
}

.heading-last-wrapper {
  padding-top: 48px;
}

.div-block-28 {
  height: 180px;
  margin-bottom: 16px;
}

.div-block-28._290px-height {
  height: 290px;
}

.div-block-29 {
  padding-top: 38px;
}

.div-block-30 {
  color: #424155;
  background-color: #f5f4f8;
  border-radius: 8px;
  height: 100%;
  padding: 10px 10px 23px;
}

.div-block-31 {
  display: flex;
}

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

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 30px;
}

.grid._2-colmn {
  grid-template-columns: 1fr 1fr;
}

.grid._4-coln {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.div-block-32 {
  width: 34px;
  height: 34px;
  margin-bottom: 20px;
}

.div-block-30-copy {
  border-radius: 8px;
  padding: 10px 10px 23px;
}

.div-block-33 {
  grid-column-gap: 99px;
  grid-row-gap: 99px;
  flex-flow: row;
  justify-content: flex-start;
  display: flex;
}

.heading {
  font-size: 52px;
  font-weight: 500;
  line-height: 64px;
}

.grid-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1.75fr 1fr 1fr;
  padding-top: 40px;
}

.grid-2-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr 1.25fr;
  margin-top: 10px;
}

.div-block-35 {
  z-index: -1;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-40 {
  padding-left: 17px;
}

.paragraph {
  letter-spacing: -.4px;
  font-size: 18px;
  line-height: 24px;
}

.paragraph.color-grey, .paragraph.text-weight-medium.textcolor-grey {
  color: #676777;
}

.paragraph.size-12px.size-small {
  font-size: 16px;
  line-height: 20px;
}

.grid-copy {
  grid-column-gap: 167px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 70px;
}

.div-block-41 {
  border: 1px solid #d5d4e266;
  border-radius: 4px;
  width: 719px;
  margin-top: 40px;
  padding: 30px 20px 30px 30px;
}

.red-text {
  color: #de0e7a;
}

.paragraph-l {
  color: #676777;
  letter-spacing: -.4px;
  font-size: 20px;
  line-height: 28px;
}

.div-block-33-copy {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

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

.div-block-43 {
  position: relative;
}

.div-block-35-copy {
  z-index: 1;
  height: 100%;
  position: relative;
}

.div-block-44 {
  padding-bottom: 40px;
}

.numbers-text {
  font-size: 66px;
  line-height: 64px;
}

.div-block-45 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.work-logos-wrapperl-copy {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  justify-content: space-between;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 120px;
  display: flex;
}

.grid-3 {
  grid-template-rows: auto;
}

.text-size-46 {
  color: #424155;
  letter-spacing: -1px;
  font-size: 40px;
  font-weight: 500;
  line-height: 46px;
}

.div-block-46 {
  padding: 40px;
}

.form-block {
  margin-top: 40px;
}

.div-block-47 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  display: flex;
}

.text-field {
  background-color: #0000;
  border: 1px solid #d5d4e2;
  border-radius: 4px;
  height: 44px;
  margin-bottom: 14px;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 14px;
}

.text-field.text-areaheight {
  height: 110px;
}

.div-block-48 {
  display: flex;
}

.footer-logo {
  width: 178px;
  height: 64px;
}

.div-block-49 {
  width: 48px;
  height: 48px;
}

.div-block-50 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  display: flex;
}

.div-block-51 {
  width: 42px;
  height: 30px;
}

.div-block-52 {
  justify-content: space-between;
  display: flex;
}

.div-block-53 {
  color: #676777;
  background-color: #fff;
  border-radius: 8px;
  padding: 26px 30px 26px 26px;
}

.div-block-54 {
  width: 320px;
  padding-top: 37px;
}

.div-block-55 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  display: flex;
}

.slider {
  background-color: #0000;
  height: auto;
}

.mask {
  overflow: visible;
}

.slide {
  margin-left: 24px;
}

.text-size-16 {
  letter-spacing: -.2px;
  font-size: 16px;
  line-height: 20px;
}

.text-size-16.text-weight-medium.text-color-grey-6 {
  color: #676777;
}

.text-size-16.faq-text-color {
  color: #939393;
}

.text-size-16.color-black {
  color: #000;
}

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

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

.left-arrow {
  width: 34px;
  height: 34px;
  position: absolute;
  inset: -24% 0% auto auto;
}

.left-arrow.expert {
  right: 6%;
}

.right-arrow {
  width: 34px;
  height: 34px;
  position: absolute;
  inset: -24% -4% auto auto;
}

.right-arrow.expertt {
  right: 3%;
}

.slide-nav {
  display: none;
}

.nav-button {
  color: var(--text-color--text-alternate);
  text-align: center;
  letter-spacing: -.2px;
  background-color: #2d2a6d;
  border-radius: 6px;
  padding: 16px 1.5rem;
  font-weight: 700;
  line-height: 100%;
}

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

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

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

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

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

.nav-button.is-brand {
  background-color: var(--background-color--background-secondary);
}

.nav-button.hide {
  display: block;
}

.grid-4 {
  grid-column-gap: 53px;
  grid-row-gap: 53px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  width: 100%;
}

.grid-4.gap-53 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.grid-4.gap-0 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 2fr 1fr;
  justify-items: end;
}

.div-block-57 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-58 {
  width: 103px;
  height: 34px;
}

.image-7 {
  object-fit: cover;
}

.div-block-60 {
  width: 70px;
}

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

.div-block-61 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-flow: column;
  display: flex;
}

.div-block-62 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  display: flex;
}

.hero-btn {
  color: var(--text-color--text-alternate);
  text-align: center;
  letter-spacing: -.2px;
  background-color: #2d2a6d;
  border-radius: 6px;
  padding: 16px 26px;
  font-weight: 700;
  line-height: 100%;
}

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

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

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

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

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

.hero-btn.is-brand {
  background-color: var(--background-color--background-secondary);
}

.second-btn {
  color: #424155;
  text-align: center;
  letter-spacing: -.2px;
  background-color: #0000;
  border: 2px solid #424155;
  border-radius: 6px;
  padding: 16px 26px;
  font-weight: 700;
  line-height: 100%;
}

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

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

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

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

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

.second-btn.is-brand {
  background-color: var(--background-color--background-secondary);
}

.div-block-63 {
  text-align: center;
  background-color: #d5d4e2;
  border-radius: 4px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.div-block-64 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  display: flex;
}

.div-block-65 {
  height: 16px;
}

.work-logos-wrapper {
  grid-column-gap: 88px;
  grid-row-gap: 88px;
  justify-content: center;
  align-items: center;
  padding-top: 21px;
  display: flex;
}

.work-logos-wrapperr {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 21px;
  display: flex;
}

.work-logos-wrapperr.gap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.work-content-wrapper-copy {
  padding-top: 40px;
}

.div-block-62-copy {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  margin-top: 10px;
  display: flex;
}

.text-size-14 {
  letter-spacing: -.2px;
  font-size: 14px;
  line-height: 18px;
}

.text-size-14.color-lightgrey {
  color: #bababc;
}

.div-block-67 {
  margin-top: 20px;
}

.div-block-68 {
  width: 24px;
  height: 24px;
}

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

.grid-5 {
  grid-column-gap: 60px;
  grid-row-gap: 18px;
  width: 520px;
  padding-top: 33px;
}

.div-block-70, .div-block-71 {
  margin-top: 60px;
}

.radius-4 {
  border-radius: 4px;
}

.div-block-72 {
  justify-content: space-between;
  display: flex;
}

.text-size-32 {
  letter-spacing: -.2px;
  font-size: 32px;
  font-weight: 500;
  line-height: 30px;
}

.text-size-32.color-lightgrey {
  color: #bababc;
}

.div-block-73 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.div-block-30-copy {
  color: #424155;
  background-color: #fff;
  border-radius: 8px;
  padding: 0;
}

.div-block-28-copy {
  height: 342px;
  margin-bottom: 30px;
  position: relative;
}

.div-block-40-copy {
  padding-bottom: 20px;
  padding-left: 18px;
  padding-right: 18px;
}

.textcolor-lightgrey {
  color: #bababc;
}

.div-block-74 {
  padding-top: 23px;
  padding-bottom: 20px;
}

.div-block-75 {
  position: absolute;
  inset: auto 17px 18px auto;
}

.div-block-72-copy {
  justify-content: space-between;
  padding-top: 31px;
  display: flex;
}

.inner-div {
  color: #424155;
  background-color: #fff;
  border: 1px solid #d5d4e266;
  border-radius: 4px;
  margin-bottom: -190px;
  padding: 0;
}

.inner-div.margin-copy {
  width: 429.55px;
}

.div-block-76 {
  width: 100%;
  max-width: 1142px;
  margin-left: auto;
  margin-right: auto;
}

.courseoverview-section {
  padding-top: 20px;
  padding-bottom: 53px;
}

.courseoverview-section.bg-grey {
  background-color: #f5f4f8;
}

.div-block-41-copy {
  border: 1px solid #d5d4e266;
  border-radius: 4px;
  width: 698px;
  padding: 30px 10px 30px 20px;
}

.div-block-41-copy._0-margin {
  width: 696px;
  margin-top: 0;
}

.div-block-28-copy {
  height: 180px;
  margin-bottom: 16px;
}

.div-block-28-copy._290px-height {
  height: 290px;
}

.div-block-28-copy-copy {
  height: 342px;
  margin-bottom: 30px;
  position: relative;
}

.div-block-77 {
  margin-left: -98px;
}

.grid-4-copy {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
  width: 100%;
  height: 430px;
}

.image-8 {
  overflow: visible;
}

.courses-hero-img {
  color: #424155;
  background-color: #fff;
  border: 1px solid #d5d4e266;
  border-radius: 4px;
  padding: 0;
}

.div-block-41-copy {
  border: 1px solid #d5d4e266;
  border-radius: 4px;
  width: 719px;
  margin-top: 40px;
  padding: 30px 20px 30px 30px;
}

.div-block-41-copy.n0-border {
  border-style: none;
}

.courses-hero-img-copy {
  color: #424155;
  background-color: #0000;
  border-radius: 4px;
  padding: 0;
}

.courses-hero-img-copy.about-hero-img {
  width: 380.662px;
  height: 512.306px;
  overflow: visible;
}

.div-block-78 {
  width: 63px;
  height: 62px;
}

.div-block-79 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid #e9e7f0;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 28px 10px 10px;
  display: flex;
}

.image-9 {
  border-radius: 4px;
}

.div-block-80 {
  justify-content: space-between;
  padding-top: 30px;
  display: flex;
}

.heading-30px {
  color: #676777;
  letter-spacing: -.4px;
  font-size: 30px;
  line-height: 44px;
}

.heading-30px.text-weight-medium.color-grey {
  color: #424155;
}

.div-block-81 {
  justify-content: space-between;
  max-width: 1078px;
  margin-right: auto;
  padding-bottom: 130px;
  display: flex;
}

.div-block-30-copy-copy {
  padding: 0;
}

.grid-copy-copy._4cell {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  display: flex;
}

.grid-copy-copy._6-cell {
  flex-flow: wrap;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.div-block-82 {
  border-radius: 4px;
  width: 170px;
  height: 230px;
  margin-bottom: 26px;
}

.div-block-83 {
  width: 590px;
}

.div-block-84 {
  text-align: center;
  padding-top: 40px;
}

.welfare-grid {
  grid-column-gap: 83px;
  grid-row-gap: 83px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  width: 100%;
}

.welfare-grid.gap-53 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.welfare-grid.gap-0 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 2fr 1fr;
}

.div-block-33-copy-copy {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 519px;
  display: flex;
}

.grid-6 {
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 30px;
}

.div-block-79-copy {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  border: 1px solid #e9e7f0;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: flex;
}

.text-size-34px {
  font-size: 34px;
  line-height: 44px;
}

.div-block-85 {
  text-align: center;
}

.div-block-86 {
  width: 64px;
  height: 64px;
}

.div-block-87 {
  padding-top: 20px;
  padding-bottom: 7px;
}

.div-block-88 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-89 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 100px;
  display: flex;
}

.accordion-wrapper {
  padding-top: 44px;
}

.accordion-item {
  background-color: #fff;
  border: 1px solid #e9e7f0;
  border-radius: 4px;
  margin-bottom: 10px;
  padding: 24px 30px 14px;
  box-shadow: 0 3px 7px #00000008;
}

.accordion-item._0-margin {
  margin-bottom: 0;
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.accordion-heading {
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 30px;
}

.icon-3.accordion-icon {
  color: #0009;
  cursor: pointer;
  object-fit: scale-down;
  font-size: 32px;
  line-height: 30px;
}

.accordion-item-content {
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.div-block-90 {
  width: 24px;
  height: 21px;
}

.div-block-91 {
  border-radius: 4px;
  width: 409px;
  height: 473px;
}

.div-block-92 {
  grid-column-gap: 47px;
  grid-row-gap: 47px;
  padding-bottom: 80px;
  display: flex;
}

.div-block-93 {
  width: 685px;
}

.div-block-94 {
  width: 29px;
  height: 29px;
}

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

.div-block-96 {
  padding-top: 8px;
}

.grid-5-copy {
  grid-column-gap: 60px;
  grid-row-gap: 18px;
  width: 520px;
  padding-top: 33px;
}

.image-10 {
  object-fit: scale-down;
}

.image-11 {
  object-fit: cover;
  object-position: 88% 50%;
  overflow: hidden;
}

.footer {
  padding-top: 64px;
  padding-bottom: 53px;
}

.footer.bg-grey {
  background-color: #f5f4f8;
}

.footer.bg-grey._40-margib-btm {
  padding-bottom: 40px;
}

.contact-section {
  padding-top: 64px;
  padding-bottom: 53px;
}

.contact-section.bg-grey {
  background-color: #f5f4f8;
}

.contact-section.bg-grey._40-margib-btm {
  padding-bottom: 40px;
}

.entery-2-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  padding-top: 30px;
}

.entery-2-grid._2-colmn {
  grid-template-columns: 1fr 1fr;
}

.inner-card {
  height: 290px;
  margin-bottom: 16px;
}

.inner-card._290px-height {
  height: 290px;
}

.grid-copy {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 30px;
}

.grid-copy._2-colmn {
  grid-template-columns: 1fr 1fr;
}

.grid-copy-copy {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  padding-top: 30px;
}

.grid-copy-copy._2-colmn {
  grid-template-columns: 1fr 1fr;
}

.btn-wrapper, .btn-wrapper.hide {
  display: block;
}

.slider-2 {
  background-color: #0000;
  height: auto;
}

.mask-2 {
  height: auto;
  overflow: visible;
}

.size-16px.size-small {
  font-size: 20px;
  line-height: 32px;
}

.slider-3 {
  background-color: #0000;
  height: 100%;
}

.mask-3, .slide-4 {
  height: 100%;
}

.slider-4 {
  background-color: #0000;
  height: 100%;
}

.mask-4, .slide-5 {
  height: 100%;
}

.image-12 {
  object-position: 50% 0%;
}

.background-video {
  z-index: 5;
  width: 380px;
}

.background-video-2 {
  z-index: 4;
  width: 380px;
  position: relative;
}

.paragraph-3 {
  grid-column-gap: 61px;
  grid-row-gap: 61px;
  justify-content: flex-start;
  font-weight: 600;
}

.div-block-97 {
  text-align: center;
  padding-top: 4px;
}

@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;
  }

  .container-small {
    max-width: 81vw;
  }

  .heading-style-h1 {
    font-size: 3.6rem;
    line-height: 71px;
  }

  .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;
  }

  .container-medium {
    max-width: 78vw;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .spacer-medium {
    padding-top: 1.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;
  }

  .section_hero {
    padding-top: 3rem;
  }

  .hero_grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

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

  .welcome-grid {
    grid-template-columns: 1fr;
  }

  .welcome-section {
    background-position: 50%;
    background-size: contain;
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .course-section {
    background-position: 50% 0;
    background-size: cover;
    padding-bottom: 100px;
  }

  .course-imgs-grid {
    grid-template-columns: 1fr;
  }

  .course-heading-wrapperr {
    padding-bottom: 60px;
  }

  .student-grid {
    grid-template-columns: 1fr;
  }

  .vertical-imgs-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .big-img-wraper {
    height: 71vh;
  }

  .student-section {
    padding-bottom: 40px;
  }

  .div-block-7 {
    padding-top: 20px;
  }

  .content-wrpper {
    width: 100%;
    margin-bottom: 40px;
    padding-left: 0;
  }

  .text-content-wrapper {
    width: 100%;
  }

  .center-img-wrapper {
    width: 42vw;
  }

  .work-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-section {
    padding-top: 40px;
  }

  .footer-links-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .footer-content-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .copyright-text-wrapper {
    margin-left: 0;
  }

  .course-img-wrapper {
    height: 43vh;
  }

  .course-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .our-course-section {
    padding-bottom: 100px;
  }

  .course-heading-wrapper {
    padding-bottom: 40px;
  }

  .community-heading-wrapper {
    padding-bottom: 60px;
  }

  .community-grid {
    grid-template-columns: 1.25fr;
  }

  .community-section {
    background-position: 50% 0;
    background-size: cover;
    padding-bottom: 70px;
  }

  .community-imgs-grid {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .div-block-26 {
    flex-flow: column;
  }

  .paragraph.size-12px.size-small {
    font-size: 12px;
  }

  .grid-copy {
    grid-template-columns: 1fr;
    padding-left: 22px;
  }

  .grid-3 {
    grid-template-columns: 1fr;
  }

  .div-block-47 {
    flex-flow: column;
  }

  .nav-button.hide {
    display: none;
  }

  .courseoverview-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-30-copy-copy {
    width: 233.925px;
  }

  .grid-copy-copy._6-cell {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

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

  .grid-6 {
    grid-template-columns: 1fr 1fr;
  }

  .footer, .contact-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .btn-wrapper {
    display: none;
  }

  .size-16px.size-small {
    font-size: 15px;
  }
}

@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: 12px;
    line-height: 44px;
  }

  .heading-style-h1 {
    font-size: 22px;
    line-height: 24px;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .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: 12px;
    line-height: 19px;
  }

  .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: 10px;
  }

  .heading-style-h2 {
    font-size: 20px;
    line-height: 24px;
  }

  .heading-style-h5 {
    font-size: .875rem;
  }

  .container-large {
    padding-left: 14px;
    padding-right: 14px;
  }

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

  .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;
  }

  .logo-img {
    width: 80px;
  }

  .navbar {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .course-section {
    padding-bottom: 60px;
  }

  .iner-imgs-grid {
    grid-template-columns: 1fr;
  }

  .vertical-imgs-wrapper {
    flex-flow: row;
  }

  .content-wrpper {
    margin-top: 20px;
  }

  .work-section {
    padding: 30px 0;
  }

  .work-section.bg-grey {
    padding-top: 20px;
  }

  .work-content-wrapper {
    padding-top: 21px;
  }

  .image-3 {
    height: 35px;
  }

  .image-4 {
    width: 112px;
    height: 35px;
  }

  .image-4._3 {
    width: 57px;
  }

  .work-logos-wrapperl {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    justify-content: center;
    align-items: center;
    padding-top: 14px;
  }

  .footer-links-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .inner-footer-links {
    padding-top: 0;
  }

  .footer-div.icon-div {
    justify-content: space-between;
    display: flex;
  }

  .community-img-wrapper {
    padding-bottom: 44px;
  }

  .community-section {
    padding-bottom: 60px;
  }

  .community-imgs-grid {
    grid-template-columns: 1fr;
  }

  .div-block-28 {
    height: 70px;
    margin-bottom: 8px;
  }

  .div-block-29 {
    padding-top: 10px;
  }

  .div-block-30 {
    width: 138px;
    padding: 4px 4px 8px;
  }

  .grid {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    padding-top: 10px;
  }

  .div-block-32 {
    width: 24px;
    height: 24px;
    margin-bottom: 14px;
  }

  .div-block-30-copy {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    display: flex;
  }

  .div-block-33 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .grid-2 {
    padding-top: 10px;
  }

  .div-block-40 {
    padding-left: 8px;
  }

  .paragraph {
    font-size: 8px;
    line-height: 10px;
  }

  .paragraph.text-weight-bold.mob-12px {
    font-size: 12px;
  }

  .paragraph.text-weight-medium.textcolor-grey {
    font-size: 8px;
    line-height: 10px;
  }

  .paragraph.size-12px {
    font-size: 12px;
    line-height: 16px;
  }

  .grid-copy {
    grid-row-gap: 14px;
  }

  .paragraph-l {
    font-size: 12px;
    line-height: 15px;
  }

  .paragraph-l.text-weight-bold.size-14px {
    font-size: 14px;
  }

  .div-block-44 {
    padding-bottom: 22px;
  }

  .numbers-text {
    font-size: 24px;
    line-height: 1.2;
  }

  .div-block-45 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .work-logos-wrapperl-copy {
    flex-flow: wrap;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .text-size-46 {
    font-size: 20px;
    line-height: 24px;
  }

  .div-block-46 {
    padding-left: 14px;
    padding-right: 14px;
  }

  .div-block-46.background-color-primary {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .form-block {
    margin-top: 18px;
  }

  .div-block-47 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .text-field {
    margin-bottom: 8px;
  }

  .div-block-49 {
    width: 30px;
    height: 30px;
  }

  .div-block-51 {
    width: 26px;
    height: 18px;
  }

  .div-block-54 {
    width: 147px;
    padding-top: 14px;
  }

  .div-block-55 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .text-size-16 {
    font-size: 10px;
    line-height: 15px;
  }

  .left-arrow {
    right: 9%;
  }

  .right-arrow {
    right: 3%;
  }

  .grid-4 {
    grid-template-columns: 1.5fr;
  }

  .grid-4.gap-0 {
    grid-template-columns: 2fr;
  }

  .div-block-62 {
    flex-flow: column;
  }

  .work-logos-wrapperr {
    justify-content: center;
    align-items: center;
  }

  .work-content-wrapper-copy {
    text-align: center;
    padding-top: 20px;
  }

  .text-size-14 {
    font-size: 12px;
  }

  .text-size-14.size-12px {
    font-size: 12px;
    line-height: 100%;
  }

  .div-block-67 {
    margin-top: 10px;
  }

  .div-block-70, .div-block-71 {
    margin-top: 28px;
  }

  .inner-div.margin-copy {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .courseoverview-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .div-block-41-copy._0-margin {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
    padding: 16px 15px;
  }

  .div-block-77 {
    margin-left: 0;
  }

  .grid-4-copy {
    grid-template-columns: 1.75fr;
    height: auto;
  }

  .div-block-41-copy.n0-border {
    width: auto;
    margin-top: 22px;
    padding: 0;
  }

  .courses-hero-img-copy.about-hero-img {
    margin-top: 20px;
  }

  .div-block-79 {
    margin-bottom: 5px;
  }

  .div-block-80 {
    flex-flow: column;
  }

  .heading-30px {
    font-size: 20px;
    line-height: 30px;
  }

  .div-block-81 {
    flex-flow: column;
    padding-bottom: 30px;
  }

  .grid-copy-copy.div {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    display: flex;
  }

  .grid-copy-copy._6-cell {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 30px;
    display: flex;
  }

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

  .div-block-83 {
    width: auto;
  }

  .welfare-grid {
    grid-template-columns: 1.25fr;
  }

  .div-block-88 {
    flex: none;
  }

  .div-block-89 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    padding-bottom: 40px;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .div-block-90 {
    width: 16px;
    height: 14px;
  }

  .div-block-91 {
    width: 280px;
    height: 217px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-92 {
    flex-flow: column;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-93 {
    width: 280px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-95 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .grid-5-copy {
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    width: auto;
    padding-top: 10px;
  }

  .contact-section {
    padding-top: 0;
  }

  .inner-card.height-69px {
    height: 69px;
  }

  .grid-copy-copy {
    padding-top: 0;
  }

  .menu-button {
    padding-top: 0;
    padding-bottom: 0;
  }

  .size-16px {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }

  .paragraph-2, .size-12px {
    font-size: 12px;
    line-height: 100%;
  }
}

@media screen and (max-width: 479px) {
  .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;
  }

  .heading-style-h3 {
    line-height: 24px;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .heading-style-h1 {
    font-size: 22px;
    line-height: 24px;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .heading-style-h4.size-10px {
    font-size: 10px;
  }

  .container-large {
    max-width: 100%;
  }

  .text-size-medium.text-weight-bold.size-12px, .text-size-medium.size-12px {
    font-size: 12px;
  }

  .hero_heading {
    font-size: 2.5rem;
  }

  .vertical-imgs-wrapper {
    flex-flow: column;
  }

  .big-img-wraper {
    height: 44vh;
  }

  .work-section.bg-grey._40-margib-btm {
    padding-bottom: 20px;
  }

  .work-section._0-margin-btm {
    padding-bottom: 0;
  }

  .work-logos-wrapperl {
    flex-flow: row;
  }

  .footer-links-grid {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr 1fr;
  }

  .inner-footer-links {
    padding-top: 0;
  }

  .footer-div.icon-div {
    justify-content: space-between;
    display: flex;
  }

  .community-heading-wrapper {
    padding-bottom: 40px;
  }

  .div-block-33 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .grid-2 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    padding-top: 10px;
  }

  .grid-2-copy {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .paragraph-l {
    font-size: 12px;
    line-height: 15px;
  }

  .div-block-43 {
    height: 98px;
  }

  .work-logos-wrapperl-copy {
    justify-content: center;
  }

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

  .grid-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .grid-4.gap-0 {
    grid-template-columns: 2fr;
  }

  .div-block-61 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .work-logos-wrapper {
    flex-flow: column;
  }

  .work-logos-wrapperr {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .work-content-wrapper-copy {
    padding-top: 20px;
  }

  .text-size-14 {
    font-size: 12px;
  }

  .inner-div.margin-copy {
    width: 280px;
  }

  .courseoverview-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .div-block-28-copy-copy {
    height: 226px;
  }

  .grid-4-copy {
    margin-left: auto;
    margin-right: auto;
  }

  .courses-hero-img-copy.about-hero-img {
    margin-top: 30px;
  }

  .div-block-78 {
    width: 30px;
    height: 30px;
  }

  .div-block-80 {
    padding-top: 20px;
  }

  .heading-30px {
    font-size: 20px;
    line-height: 30px;
  }

  .heading-30px.text-weight-medium.size-18px {
    font-size: 19px;
    font-weight: 700;
    line-height: 24px;
  }

  .div-block-81 {
    flex-flow: column;
    padding-bottom: 30px;
  }

  .grid-copy-copy.div {
    padding-top: 20px;
  }

  .grid-copy-copy._6-cell {
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-83 {
    width: auto;
  }

  .div-block-84 {
    padding-top: 20px;
  }

  .welfare-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .grid-6 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .div-block-79-copy {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .text-size-34px {
    font-size: 24px;
  }

  .text-size-34px.text-weight-medium.line-height {
    font-size: 18px;
    line-height: 24px;
  }

  .div-block-88 {
    flex-flow: column;
  }

  .div-block-89 {
    justify-content: flex-start;
    padding-bottom: 30px;
  }

  .accordion-wrapper {
    padding-top: 20px;
  }

  .accordion-item {
    padding: 12px;
  }

  .div-block-92 {
    padding-bottom: 30px;
  }

  .div-block-95 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .contact-section {
    padding-bottom: 20px;
  }

  .inner-card.height-69px {
    height: 69px;
  }

  .grid-copy-copy {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    padding-top: 0;
  }

  .background-video {
    object-fit: fill;
    width: 290px;
    min-width: 290px;
    overflow: visible;
  }

  .paragraph-3 {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 80px;
  }
}

#w-node-b224ec27-30fa-be84-48bf-7ed471542af3-0aae792a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-0aae792a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-0aae792a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-0aae792a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-0aae792a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-0aae792a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-0aae792a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-0aae792a {
  justify-self: start;
}

#w-node-_5d224905-8a1e-1460-7532-d38cb7ec37c1-0aae792a, #w-node-_40538c8c-870b-b365-34c4-2a06f0f8567d-0aae792a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-0aae792a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-0aae792a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-0aae792a {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-0aae792a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-0aae792a {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-0aae792a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-0aae792a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-0aae792a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-0aae792a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-0aae792a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-0aae792a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-0aae792a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-0aae792a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-0aae792a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-0aae792a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-0aae792a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-0aae792a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-0aae792a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-0aae792a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-0aae792a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-0aae792a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-0aae792a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-0aae792a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-0aae792a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-0aae792a {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-0aae792a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-0aae792a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-0aae792a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-0aae792a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-0aae792a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-0aae792a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-0aae792a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-0aae792a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-0aae792a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-0aae792a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-0aae792a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-0aae792a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-0aae792a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-0aae792a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-0aae792a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-0aae792a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-0aae792a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-0aae792a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-0aae792a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-0aae792a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-0aae792a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-0aae792a {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-0aae792a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-0aae792a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-0aae792a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-0aae792a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-0aae792a, #w-node-_30684373-af34-3818-02a4-e58b3ffef3e5-0aae792a, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ea-0aae792a, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ef-0aae792a, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f4-0aae792a, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f9-0aae792a, #w-node-_30684373-af34-3818-02a4-e58b3ffef3fe-0aae792a, #w-node-_30684373-af34-3818-02a4-e58b3ffef403-0aae792a, #w-node-_30684373-af34-3818-02a4-e58b3ffef408-0aae792a, #w-node-_30684373-af34-3818-02a4-e58b3ffef40d-0aae792a, #w-node-_30684373-af34-3818-02a4-e58b3ffef412-0aae792a {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef416-0aae792a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef417-0aae792a {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef41a-0aae792a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-0aae792a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd98-0aae792a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-0aae792a {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_56283192-12f1-b427-2a11-f007f6be3ed9-f6be3ed4 {
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_56283192-12f1-b427-2a11-f007f6be3ef1-f6be3ed4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_56283192-12f1-b427-2a11-f007f6be3ef1-f6be3ed4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


