html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*, *::before, *::after {
  box-sizing: inherit;
}
strong, b {
  font-weight: 700;
}
body {
  color: #0c0c0b;
  margin: 0;
  font-size: 0.875rem;
  font-family: Noto Sans,sans-serif;
  font-weight: 500;
  line-height: 1.43;
  background-color: #fafafa;
}
@media print {
  body {
    background-color: #fff;
  }
}
  body::backdrop {
    background-color: #fafafa;
  }
  .MuiSvgIcon-root {
    fill: currentColor;
    width: 1em;
    height: 1em;
    display: inline-block;
    font-size: 1.5rem;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    flex-shrink: 0;
    user-select: none;
  }
  .MuiSvgIcon-colorPrimary {
    color: #2E6DA5;
  }
  .MuiSvgIcon-colorSecondary {
    color: #E7BB41;
  }
  .MuiSvgIcon-colorAction {
    color: rgba(0, 0, 0, 0.54);
  }
  .MuiSvgIcon-colorError {
    color: #BC2227;
  }
  .MuiSvgIcon-colorDisabled {
    color: #6D6F6B;
  }
  .MuiSvgIcon-fontSizeInherit {
    font-size: inherit;
  }
  .MuiSvgIcon-fontSizeSmall {
    font-size: 1.25rem;
  }
  .MuiSvgIcon-fontSizeLarge {
    font-size: 2.1875rem;
  }
  .MuiCollapse-root {
    height: 0;
    overflow: hidden;
    transition: height 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  }
  .MuiCollapse-entered {
    height: auto;
    overflow: visible;
  }
  .MuiCollapse-hidden {
    visibility: hidden;
  }
  .MuiCollapse-wrapper {
    display: flex;
  }
  .MuiCollapse-wrapperInner {
    width: 100%;
  }
  .MuiPaper-root {
    color: #0c0c0b;
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    background-color: #FFFFFF;
  }
  .MuiPaper-rounded {
    border-radius: 8px;
  }
  .MuiPaper-outlined {
    border: 1px solid rgba(0, 0, 0, 0.12);
  }
  .MuiPaper-elevation0 {
    box-shadow: none;
  }
  .MuiPaper-elevation1 {
    box-shadow: 0px 1px 3px 0px rgba(142, 142, 142, 0.2), 0px 1px 1px 0px rgba(243, 243, 243, 0.14), 0px 2px 1px -1px rgba(204, 204, 204, 0.12);
  }
  .MuiPaper-elevation2 {
    box-shadow: 0px 1px 5px 0px rgba(80,80,80, 0.2),0px 2px 2px 0px rgba(80,80,80, 0.14),0px 3px 1px -2px rgba(80,80,80, 0.12);
  }
  .MuiPaper-elevation3 {
    box-shadow: 0px 1px 8px 0px rgba(80,80,80, 0.2),0px 3px 4px 0px rgba(80,80,80, 0.14),0px 3px 3px -2px rgba(80,80,80, 0.12);
  }
  .MuiPaper-elevation4 {
    box-shadow: 0px 2px 4px -1px rgba(142, 142, 142, 0.2), 0px 4px 5px 0px rgba(243, 243, 243, 0.14), 0px 1px 10px 0px rgba(204, 204, 204, 0.12);
  }
  .MuiPaper-elevation5 {
    box-shadow: 0px 3px 5px -1px rgba(80,80,80, 0.2),0px 5px 8px 0px rgba(80,80,80, 0.14),0px 1px 14px 0px rgba(80,80,80, 0.12);
  }
  .MuiPaper-elevation6 {
    box-shadow: 0px 3px 5px -1px rgba(80,80,80, 0.2),0px 6px 10px 0px rgba(80,80,80, 0.14),0px 1px 18px 0px rgba(80,80,80, 0.12);
  }
  .MuiPaper-elevation7 {
    box-shadow: 0px 4px 5px -2px rgba(80,80,80, 0.2),0px 7px 10px 1px rgba(80,80,80, 0.14),0px 2px 16px 1px rgba(80,80,80, 0.12);
  }
  .MuiPaper-elevation8 {
    box-shadow: 0px 5px 5px -3px rgba(80,80,80, 0.2),0px 8px 10px 1px rgba(80,80,80, 0.14),0px 3px 14px 2px rgba(80,80,80, 0.12);
  }
  .MuiPaper-elevation9 {
    box-shadow: 0px 5px 6px -3px rgba(80,80,80, 0.2),0px 9px 12px 1px rgba(80,80,80, 0.14),0px 3px 16px 2px rgba(80,80,80, 0.12);
  }
  .MuiPaper-elevation10 {
    box-shadow: 0px 6px 6px -3px rgba(80,80,80, 0.2),0px 10px 14px 1px rgba(80,80,80, 0.14),0px 4px 18px 3px rgba(80,80,80, 0.12);
  }
  .MuiPaper-elevation11 {
    box-shadow: 0px 6px 7px -4px rgba(80,80,80, 0.2),0px 11px 15px 1px rgba(80,80,80, 0.14),0px 4px 20px 3px rgba(80,80,80, 0.12);
  }
  .MuiPaper-elevation12 {
    box-shadow: 0px 7px 8px -4px rgba(80,80,80, 0.2),0px 12px 17px 2px rgba(80,80,80, 0.14),0px 5px 22px 4px rgba(80,80,80, 0.12);
  }
  .MuiPaper-elevation13 {
    box-shadow: 0px 7px 8px -4px rgba(80,80,80, 0.2),0px 13px 19px 2px rgba(80,80,80, 0.14),0px 5px 24px 4px rgba(80,80,80, 0.12);
  }
  .MuiPaper-elevation14 {
    box-shadow: 0px 7px 9px -4px rgba(80,80,80, 0.2),0px 14px 21px 2px rgba(80,80,80, 0.14),0px 5px 26px 4px rgba(80,80,80, 0.12);
  }
  .MuiPaper-elevation15 {
    box-shadow: 0px 8px 9px -5px rgba(80,80,80, 0.2),0px 15px 22px 2px rgba(80,80,80, 0.14),0px 6px 28px 5px rgba(80,80,80, 0.12);
  }
  .MuiPaper-elevation16 {
    box-shadow: 0px 8px 10px -5px rgba(80,80,80, 0.2),0px 16px 24px 2px rgba(80,80,80, 0.14),0px 6px 30px 5px rgba(80,80,80, 0.12);
  }
  .MuiPaper-elevation17 {
    box-shadow: 0px 8px 11px -5px rgba(80,80,80, 0.2),0px 17px 26px 2px rgba(80,80,80, 0.14),0px 6px 32px 5px rgba(80,80,80, 0.12);
  }
  .MuiPaper-elevation18 {
    box-shadow: 0px 9px 11px -5px rgba(80,80,80, 0.2),0px 18px 28px 2px rgba(80,80,80, 0.14),0px 7px 34px 6px rgba(80,80,80, 0.12);
  }
  .MuiPaper-elevation19 {
    box-shadow: 0px 9px 12px -6px rgba(80,80,80, 0.2),0px 19px 29px 2px rgba(80,80,80, 0.14),0px 7px 36px 6px rgba(80,80,80, 0.12);
  }
  .MuiPaper-elevation20 {
    box-shadow: 0px 10px 13px -6px rgba(80,80,80, 0.2),0px 20px 31px 3px rgba(80,80,80, 0.14),0px 8px 38px 7px rgba(80,80,80, 0.12);
  }
  .MuiPaper-elevation21 {
    box-shadow: 0px 10px 13px -6px rgba(80,80,80, 0.2),0px 21px 33px 3px rgba(80,80,80, 0.14),0px 8px 40px 7px rgba(80,80,80, 0.12);
  }
  .MuiPaper-elevation22 {
    box-shadow: 0px 10px 14px -6px rgba(80,80,80, 0.2),0px 22px 35px 3px rgba(80,80,80, 0.14),0px 8px 42px 7px rgba(80,80,80, 0.12);
  }
  .MuiPaper-elevation23 {
    box-shadow: 0px 11px 14px -7px rgba(80,80,80, 0.2),0px 23px 36px 3px rgba(80,80,80, 0.14),0px 9px 44px 8px rgba(80,80,80, 0.12);
  }
  .MuiPaper-elevation24 {
    box-shadow: 0px 11px 15px -7px rgba(80,80,80, 0.2),0px 24px 38px 3px rgba(80,80,80, 0.14),0px 9px 46px 8px rgba(80,80,80, 0.12);
  }
  .MuiAccordion-root {
    position: relative;
    transition: margin 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  }
  .MuiAccordion-root:before {
    top: -1px;
    left: 0;
    right: 0;
    height: 1px;
    content: "";
    opacity: 1;
    position: absolute;
    transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    background-color: rgba(0, 0, 0, 0.12);
  }
  .MuiAccordion-root.Mui-expanded {
    margin: 16px 0;
  }
  .MuiAccordion-root.Mui-disabled {
    background-color: rgba(0, 0, 0, 0.12);
  }
  .MuiAccordion-root.Mui-expanded + .MuiAccordion-root:before {
    display: none;
  }
  .MuiAccordion-root.Mui-expanded:first-child {
    margin-top: 0;
  }
  .MuiAccordion-root.Mui-expanded:last-child {
    margin-bottom: 0;
  }
  .MuiAccordion-root.Mui-expanded:before {
    opacity: 0;
  }
  .MuiAccordion-root:first-child:before {
    display: none;
  }
  .MuiAccordion-rounded {
    border-radius: 0;
  }
  .MuiAccordion-rounded:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  .MuiAccordion-rounded:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
@supports (-ms-ime-align: auto) {
  .MuiAccordion-rounded:last-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
  .MuiAccordionDetails-root {
    display: flex;
    padding: 8px 16px 16px;
  }
  .MuiButtonBase-root {
    color: inherit;
    border: 0;
    cursor: pointer;
    margin: 0;
    display: inline-flex;
    outline: 0;
    padding: 0;
    position: relative;
    align-items: center;
    user-select: none;
    border-radius: 0;
    vertical-align: middle;
    -moz-appearance: none;
    justify-content: center;
    text-decoration: none;
    background-color: transparent;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
  }
  .MuiButtonBase-root::-moz-focus-inner {
    border-style: none;
  }
  .MuiButtonBase-root.Mui-disabled {
    cursor: default;
    pointer-events: none;
  }
@media print {
  .MuiButtonBase-root {
    color-adjust: exact;
  }
}
  .MuiIconButton-root {
    flex: 0 0 auto;
    color: rgba(0, 0, 0, 0.54);
    padding: 12px;
    overflow: visible;
    font-size: 1.5rem;
    text-align: center;
    transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    border-radius: 50%;
  }
  .MuiIconButton-root:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }
  .MuiIconButton-root.Mui-disabled {
    color: #6D6F6B;
    background-color: transparent;
  }
@media (hover: none) {
  .MuiIconButton-root:hover {
    background-color: transparent;
  }
}
  .MuiIconButton-edgeStart {
    margin-left: -12px;
  }
  .MuiIconButton-sizeSmall.MuiIconButton-edgeStart {
    margin-left: -3px;
  }
  .MuiIconButton-edgeEnd {
    margin-right: -12px;
  }
  .MuiIconButton-sizeSmall.MuiIconButton-edgeEnd {
    margin-right: -3px;
  }
  .MuiIconButton-colorInherit {
    color: inherit;
  }
  .MuiIconButton-colorPrimary {
    color: #2E6DA5;
  }
  .MuiIconButton-colorPrimary:hover {
    background-color: rgba(46, 109, 165, 0.05);
  }
@media (hover: none) {
  .MuiIconButton-colorPrimary:hover {
    background-color: transparent;
  }
}
  .MuiIconButton-colorSecondary {
    color: #E7BB41;
  }
  .MuiIconButton-colorSecondary:hover {
    background-color: rgba(231, 187, 65, 0.05);
  }
@media (hover: none) {
  .MuiIconButton-colorSecondary:hover {
    background-color: transparent;
  }
}
  .MuiIconButton-sizeSmall {
    padding: 3px;
    font-size: 1.125rem;
  }
  .MuiIconButton-label {
    width: 100%;
    display: flex;
    align-items: inherit;
    justify-content: inherit;
  }
  .MuiAccordionSummary-root {
    display: flex;
    padding: 0px 16px;
    min-height: 48px;
    transition: min-height 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  }
  .MuiAccordionSummary-root:hover:not(.Mui-disabled) {
    cursor: pointer;
  }
  .MuiAccordionSummary-root.Mui-expanded {
    min-height: 64px;
  }
  .MuiAccordionSummary-root.Mui-focused, .MuiAccordionSummary-root.Mui-focusVisible {
    background-color: rgba(0, 0, 0, 0.12);
  }
  .MuiAccordionSummary-root.Mui-disabled {
    opacity: 0.38;
  }
  .MuiAccordionSummary-content {
    margin: 12px 0;
    display: flex;
    flex-grow: 1;
    transition: margin 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  }
  .MuiAccordionSummary-content.Mui-expanded {
    margin: 20px 0;
  }
  .MuiAccordionSummary-expandIcon {
    transform: rotate(0deg);
    transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  }
  .MuiAccordionSummary-expandIcon:hover {
    background-color: transparent;
  }
  .MuiAccordionSummary-expandIcon.Mui-expanded {
    transform: rotate(180deg);
  }
  .MuiAppBar-root {
    width: 100%;
    display: flex;
    z-index: 1100;
    box-shadow: none;
    box-sizing: border-box;
    flex-shrink: 0;
    flex-direction: column;
  }
  .MuiAppBar-positionFixed {
    top: 0;
    left: auto;
    right: 0;
    position: fixed;
  }
@media print {
  .MuiAppBar-positionFixed {
    position: absolute;
  }
}
  .MuiAppBar-positionAbsolute {
    top: 0;
    left: auto;
    right: 0;
    position: absolute;
  }
  .MuiAppBar-positionSticky {
    top: 0;
    left: auto;
    right: 0;
    position: sticky;
  }
  .MuiAppBar-positionStatic {
    position: static;
  }
  .MuiAppBar-positionRelative {
    position: relative;
  }
  .MuiAppBar-colorDefault {
    color: rgba(0, 0, 0, 0.87);
    background-color: #f5f5f5;
  }
  .MuiAppBar-colorPrimary {
    color: #fff;
    background-color: #2E6DA5;
  }
  .MuiAppBar-colorSecondary {
    color: rgba(0, 0, 0, 0.87);
    background-color: #E7BB41;
  }
  .MuiAppBar-colorInherit {
    color: inherit;
  }
  .MuiAppBar-colorTransparent {
    color: inherit;
    background-color: transparent;
  }

  .jss51 {  }
  .jss52 {  }
  .jss53 {  }
  .jss55 {  }
  .jss56 {  }
  .jss58 {  }
  .jss59 {  }
  .MuiTypography-root {
    margin: 0;
  }
  .MuiTypography-body2 {
    font-size: 0.875rem;
    font-family: Noto Sans,sans-serif;
    font-weight: 500;
    line-height: 1.43;
  }
  .MuiTypography-body1 {
    font-size: 1rem;
    font-family: Noto Sans,sans-serif;
    font-weight: 400;
    line-height: 1.5;
  }
  .MuiTypography-caption {
    font-size: 0.75rem;
    font-family: Noto Sans,sans-serif;
    font-weight: 400;
    line-height: 1.66;
  }
  .MuiTypography-button {
    font-size: 0.875rem;
    font-family: Noto Sans,sans-serif;
    font-weight: 600;
    line-height: 1.75;
    text-transform: uppercase;
  }
  .MuiTypography-h1 {
    font-size: 6rem;
    font-family: Noto Sans,sans-serif;
    font-weight: 300;
    line-height: 1.167;
  }
  .MuiTypography-h2 {
    font-size: 3.75rem;
    font-family: Noto Sans,sans-serif;
    font-weight: 300;
    line-height: 1.2;
  }
  .MuiTypography-h3 {
    font-size: 3rem;
    font-family: Noto Sans,sans-serif;
    font-weight: 400;
    line-height: 1.167;
  }
  .MuiTypography-h4 {
    font-size: 2.125rem;
    font-family: Noto Sans,sans-serif;
    font-weight: 400;
    line-height: 1.235;
  }
  .MuiTypography-h5 {
    font-size: 1.5rem;
    font-family: Noto Sans,sans-serif;
    font-weight: 400;
    line-height: 1.334;
  }
  .MuiTypography-h6 {
    font-size: 1.25rem;
    font-family: Noto Sans,sans-serif;
    font-weight: 600;
    line-height: 1.6;
  }
  .MuiTypography-subtitle1 {
    font-size: 1rem;
    font-family: Noto Sans,sans-serif;
    font-weight: 400;
    line-height: 1.75;
  }
  .MuiTypography-subtitle2 {
    font-size: 0.875rem;
    font-family: Noto Sans,sans-serif;
    font-weight: 600;
    line-height: 1.57;
  }
  .MuiTypography-overline {
    font-size: 0.75rem;
    font-family: Noto Sans,sans-serif;
    font-weight: 400;
    line-height: 2.66;
    text-transform: uppercase;
  }
  .MuiTypography-srOnly {
    width: 1px;
    height: 1px;
    overflow: hidden;
    position: absolute;
  }
  .MuiTypography-alignLeft {
    text-align: left;
  }
  .MuiTypography-alignCenter {
    text-align: center;
  }
  .MuiTypography-alignRight {
    text-align: right;
  }
  .MuiTypography-alignJustify {
    text-align: justify;
  }
  .MuiTypography-noWrap {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .MuiTypography-gutterBottom {
    margin-bottom: 0.35em;
  }
  .MuiTypography-paragraph {
    margin-bottom: 16px;
  }
  .MuiTypography-colorInherit {
    color: inherit;
  }
  .MuiTypography-colorPrimary {
    color: #2E6DA5;
  }
  .MuiTypography-colorSecondary {
    color: #E7BB41;
  }
  .MuiTypography-colorTextPrimary {
    color: #0c0c0b;
  }
  .MuiTypography-colorTextSecondary {
    color: #50504f;
  }
  .MuiTypography-colorError {
    color: #BC2227;
  }
  .MuiTypography-displayInline {
    display: inline;
  }
  .MuiTypography-displayBlock {
    display: block;
  }
  .MuiButton-root {
    color: #0c0c0b;
    padding: 6px 16px;
    font-size: 0.875rem;
    min-width: 64px;
    box-sizing: border-box;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    font-family: Noto Sans,sans-serif;
    font-weight: 600;
    line-height: 1.75;
    border-radius: 8px;
    text-transform: uppercase;
  }
  .MuiButton-root:hover {
    text-decoration: none;
    background-color: rgba(12, 12, 11, 0.05);
  }
  .MuiButton-root.Mui-disabled {
    color: #6D6F6B;
  }
@media (hover: none) {
  .MuiButton-root:hover {
    background-color: transparent;
  }
}
  .MuiButton-root:hover.Mui-disabled {
    background-color: transparent;
  }
  .MuiButton-label {
    width: 100%;
    display: inherit;
    align-items: inherit;
    justify-content: inherit;
  }
  .MuiButton-text {
    padding: 6px 8px;
  }
  .MuiButton-textPrimary {
    color: #2E6DA5;
  }
  .MuiButton-textPrimary:hover {
    background-color: rgba(46, 109, 165, 0.05);
  }
@media (hover: none) {
  .MuiButton-textPrimary:hover {
    background-color: transparent;
  }
}
  .MuiButton-textSecondary {
    color: #E7BB41;
  }
  .MuiButton-textSecondary:hover {
    background-color: rgba(231, 187, 65, 0.05);
  }
@media (hover: none) {
  .MuiButton-textSecondary:hover {
    background-color: transparent;
  }
}
  .MuiButton-outlined {
    border: 1px solid rgba(0, 0, 0, 0.23);
    padding: 5px 15px;
  }
  .MuiButton-outlined.Mui-disabled {
    border: 1px solid rgba(0, 0, 0, 0.12);
  }
  .MuiButton-outlinedPrimary {
    color: #2E6DA5;
    border: 1px solid rgba(46, 109, 165, 0.5);
  }
  .MuiButton-outlinedPrimary:hover {
    border: 1px solid #2E6DA5;
    background-color: rgba(46, 109, 165, 0.05);
  }
@media (hover: none) {
  .MuiButton-outlinedPrimary:hover {
    background-color: transparent;
  }
}
  .MuiButton-outlinedSecondary {
    color: #E7BB41;
    border: 1px solid rgba(231, 187, 65, 0.5);
  }
  .MuiButton-outlinedSecondary:hover {
    border: 1px solid #E7BB41;
    background-color: rgba(231, 187, 65, 0.05);
  }
  .MuiButton-outlinedSecondary.Mui-disabled {
    border: 1px solid #6D6F6B;
  }
@media (hover: none) {
  .MuiButton-outlinedSecondary:hover {
    background-color: transparent;
  }
}
  .MuiButton-contained {
    color: rgba(0, 0, 0, 0.87);
    box-shadow: none;
    background-color: #e0e0e0;
  }
  .MuiButton-contained:hover {
    box-shadow: 0px 2px 4px -1px rgba(80,80,80, 0.2),0px 4px 5px 0px rgba(80,80,80, 0.14),0px 1px 10px 0px rgba(80,80,80, 0.12);
    background-color: #d5d5d5;
  }
  .MuiButton-contained.Mui-focusVisible {
    box-shadow: 0px 3px 5px -1px rgba(80,80,80, 0.2),0px 6px 10px 0px rgba(80,80,80, 0.14),0px 1px 18px 0px rgba(80,80,80, 0.12);
  }
  .MuiButton-contained:active {
    box-shadow: 0px 5px 5px -3px rgba(80,80,80, 0.2),0px 8px 10px 1px rgba(80,80,80, 0.14),0px 3px 14px 2px rgba(80,80,80, 0.12);
  }
  .MuiButton-contained.Mui-disabled {
    color: #6D6F6B;
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0.12);
  }
@media (hover: none) {
  .MuiButton-contained:hover {
    box-shadow: 0px 1px 5px 0px rgba(80,80,80, 0.2),0px 2px 2px 0px rgba(80,80,80, 0.14),0px 3px 1px -2px rgba(80,80,80, 0.12);
    background-color: #e0e0e0;
  }
}
  .MuiButton-contained:hover.Mui-disabled {
    background-color: rgba(0, 0, 0, 0.12);
  }
  .MuiButton-containedPrimary {
    color: #fff;
    background-color: #2E6DA5;
  }
  .MuiButton-containedPrimary:hover {
    background-color: #204E77;
  }
@media (hover: none) {
  .MuiButton-containedPrimary:hover {
    background-color: #2E6DA5;
  }
}
  .MuiButton-containedSecondary {
    color: rgba(0, 0, 0, 0.87);
    background-color: #E7BB41;
  }
  .MuiButton-containedSecondary:hover {
    background-color: #CEA83E;
  }
@media (hover: none) {
  .MuiButton-containedSecondary:hover {
    background-color: #E7BB41;
  }
}
  .MuiButton-disableElevation {
    box-shadow: none;
  }
  .MuiButton-disableElevation:hover {
    box-shadow: none;
  }
  .MuiButton-disableElevation.Mui-focusVisible {
    box-shadow: none;
  }
  .MuiButton-disableElevation:active {
    box-shadow: none;
  }
  .MuiButton-disableElevation.Mui-disabled {
    box-shadow: none;
  }
  .MuiButton-colorInherit {
    color: inherit;
    border-color: currentColor;
  }
  .MuiButton-textSizeSmall {
    padding: 4px 5px;
    font-size: 0.8125rem;
  }
  .MuiButton-textSizeLarge {
    padding: 8px 11px;
    font-size: 0.9375rem;
  }
  .MuiButton-outlinedSizeSmall {
    padding: 3px 9px;
    font-size: 0.8125rem;
  }
  .MuiButton-outlinedSizeLarge {
    padding: 7px 21px;
    font-size: 0.9375rem;
  }
  .MuiButton-containedSizeSmall {
    padding: 4px 10px;
    font-size: 0.8125rem;
  }
  .MuiButton-containedSizeLarge {
    padding: 8px 22px;
    font-size: 0.9375rem;
  }
  .MuiButton-sizeSmall {
    padding: 7px 12px;
  }
  .MuiButton-fullWidth {
    width: 100%;
  }
  .MuiButton-startIcon {
    display: inherit;
    margin-left: -4px;
    margin-right: 8px;
  }
  .MuiButton-startIcon.MuiButton-iconSizeSmall {
    margin-left: -2px;
  }
  .MuiButton-endIcon {
    display: inherit;
    margin-left: 8px;
    margin-right: -4px;
  }
  .MuiButton-endIcon.MuiButton-iconSizeSmall {
    margin-right: -2px;
  }
  .MuiButton-iconSizeSmall > *:first-child {
    font-size: 18px;
  }
  .MuiButton-iconSizeMedium > *:first-child {
    font-size: 20px;
  }
  .MuiButton-iconSizeLarge > *:first-child {
    font-size: 22px;
  }
  .MuiCardMedia-root {
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .MuiCardMedia-media {
    width: 100%;
  }
  .MuiCardMedia-img {
    object-fit: cover;
  }
@keyframes mui-auto-fill {}
@keyframes mui-auto-fill-cancel {}
  .MuiInputBase-root {
    color: #0c0c0b;
    cursor: text;
    display: inline-flex;
    position: relative;
    font-size: 1rem;
    box-sizing: border-box;
    align-items: center;
    font-family: Noto Sans,sans-serif;
    font-weight: 400;
    line-height: 1.1876em;
  }
  .MuiInputBase-root.Mui-disabled {
    color: #313130;
    cursor: default;
  }
  .MuiInputBase-multiline {
    padding: 6px 0 7px;
  }
  .MuiInputBase-multiline.MuiInputBase-marginDense {
    padding-top: 3px;
  }
  .MuiInputBase-fullWidth {
    width: 100%;
  }
  .MuiInputBase-input {
    font: inherit;
    color: currentColor;
    width: 100%;
    border: 0;
    height: 1.1876em;
    margin: 0;
    display: block;
    padding: 6px 0 7px;
    min-width: 0;
    background: none;
    box-sizing: content-box;
    animation-name: mui-auto-fill-cancel;
    letter-spacing: inherit;
    animation-duration: 10ms;
    -webkit-tap-highlight-color: transparent;
  }
  .MuiInputBase-input::-webkit-input-placeholder {
    color: currentColor;
    opacity: 0.42;
    transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  }
  .MuiInputBase-input::-moz-placeholder {
    color: currentColor;
    opacity: 0.42;
    transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  }
  .MuiInputBase-input:-ms-input-placeholder {
    color: currentColor;
    opacity: 0.42;
    transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  }
  .MuiInputBase-input::-ms-input-placeholder {
    color: currentColor;
    opacity: 0.42;
    transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  }
  .MuiInputBase-input:focus {
    outline: 0;
  }
  .MuiInputBase-input:invalid {
    box-shadow: none;
  }
  .MuiInputBase-input::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  .MuiInputBase-input.Mui-disabled {
    opacity: 1;
  }
  .MuiInputBase-input:-webkit-autofill {
    animation-name: mui-auto-fill;
    animation-duration: 5000s;
  }
  label[data-shrink=false] + .MuiInputBase-formControl .MuiInputBase-input::-webkit-input-placeholder {
    opacity: 0 !important;
  }
  label[data-shrink=false] + .MuiInputBase-formControl .MuiInputBase-input::-moz-placeholder {
    opacity: 0 !important;
  }
  label[data-shrink=false] + .MuiInputBase-formControl .MuiInputBase-input:-ms-input-placeholder {
    opacity: 0 !important;
  }
  label[data-shrink=false] + .MuiInputBase-formControl .MuiInputBase-input::-ms-input-placeholder {
    opacity: 0 !important;
  }
  label[data-shrink=false] + .MuiInputBase-formControl .MuiInputBase-input:focus::-webkit-input-placeholder {
    opacity: 0.42;
  }
  label[data-shrink=false] + .MuiInputBase-formControl .MuiInputBase-input:focus::-moz-placeholder {
    opacity: 0.42;
  }
  label[data-shrink=false] + .MuiInputBase-formControl .MuiInputBase-input:focus:-ms-input-placeholder {
    opacity: 0.42;
  }
  label[data-shrink=false] + .MuiInputBase-formControl .MuiInputBase-input:focus::-ms-input-placeholder {
    opacity: 0.42;
  }
  .MuiInputBase-inputMarginDense {
    padding-top: 3px;
  }
  .MuiInputBase-inputMultiline {
    height: auto;
    resize: none;
    padding: 0;
  }
  .MuiInputBase-inputTypeSearch {
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
  }
  .MuiGrid-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
  }
  .MuiGrid-item {
    margin: 0;
    box-sizing: border-box;
  }
  .MuiGrid-zeroMinWidth {
    min-width: 0;
  }
  .MuiGrid-direction-xs-column {
    flex-direction: column;
  }
  .MuiGrid-direction-xs-column-reverse {
    flex-direction: column-reverse;
  }
  .MuiGrid-direction-xs-row-reverse {
    flex-direction: row-reverse;
  }
  .MuiGrid-wrap-xs-nowrap {
    flex-wrap: nowrap;
  }
  .MuiGrid-wrap-xs-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .MuiGrid-align-items-xs-center {
    align-items: center;
  }
  .MuiGrid-align-items-xs-flex-start {
    align-items: flex-start;
  }
  .MuiGrid-align-items-xs-flex-end {
    align-items: flex-end;
  }
  .MuiGrid-align-items-xs-baseline {
    align-items: baseline;
  }
  .MuiGrid-align-content-xs-center {
    align-content: center;
  }
  .MuiGrid-align-content-xs-flex-start {
    align-content: flex-start;
  }
  .MuiGrid-align-content-xs-flex-end {
    align-content: flex-end;
  }
  .MuiGrid-align-content-xs-space-between {
    align-content: space-between;
  }
  .MuiGrid-align-content-xs-space-around {
    align-content: space-around;
  }
  .MuiGrid-justify-content-xs-center {
    justify-content: center;
  }
  .MuiGrid-justify-content-xs-flex-end {
    justify-content: flex-end;
  }
  .MuiGrid-justify-content-xs-space-between {
    justify-content: space-between;
  }
  .MuiGrid-justify-content-xs-space-around {
    justify-content: space-around;
  }
  .MuiGrid-justify-content-xs-space-evenly {
    justify-content: space-evenly;
  }
  .MuiGrid-spacing-xs-1 {
    width: calc(100% + 8px);
    margin: -4px;
  }
  .MuiGrid-spacing-xs-1 > .MuiGrid-item {
    padding: 4px;
  }
  .MuiGrid-spacing-xs-2 {
    width: calc(100% + 16px);
    margin: -8px;
  }
  .MuiGrid-spacing-xs-2 > .MuiGrid-item {
    padding: 8px;
  }
  .MuiGrid-spacing-xs-3 {
    width: calc(100% + 24px);
    margin: -12px;
  }
  .MuiGrid-spacing-xs-3 > .MuiGrid-item {
    padding: 12px;
  }
  .MuiGrid-spacing-xs-4 {
    width: calc(100% + 32px);
    margin: -16px;
  }
  .MuiGrid-spacing-xs-4 > .MuiGrid-item {
    padding: 16px;
  }
  .MuiGrid-spacing-xs-5 {
    width: calc(100% + 40px);
    margin: -20px;
  }
  .MuiGrid-spacing-xs-5 > .MuiGrid-item {
    padding: 20px;
  }
  .MuiGrid-spacing-xs-6 {
    width: calc(100% + 48px);
    margin: -24px;
  }
  .MuiGrid-spacing-xs-6 > .MuiGrid-item {
    padding: 24px;
  }
  .MuiGrid-spacing-xs-7 {
    width: calc(100% + 56px);
    margin: -28px;
  }
  .MuiGrid-spacing-xs-7 > .MuiGrid-item {
    padding: 28px;
  }
  .MuiGrid-spacing-xs-8 {
    width: calc(100% + 64px);
    margin: -32px;
  }
  .MuiGrid-spacing-xs-8 > .MuiGrid-item {
    padding: 32px;
  }
  .MuiGrid-spacing-xs-9 {
    width: calc(100% + 72px);
    margin: -36px;
  }
  .MuiGrid-spacing-xs-9 > .MuiGrid-item {
    padding: 36px;
  }
  .MuiGrid-spacing-xs-10 {
    width: calc(100% + 80px);
    margin: -40px;
  }
  .MuiGrid-spacing-xs-10 > .MuiGrid-item {
    padding: 40px;
  }
  .MuiGrid-grid-xs-auto {
    flex-grow: 0;
    max-width: none;
    flex-basis: auto;
  }
  .MuiGrid-grid-xs-true {
    flex-grow: 1;
    max-width: 100%;
    flex-basis: 0;
  }
  .MuiGrid-grid-xs-1 {
    flex-grow: 0;
    max-width: 8.333333%;
    flex-basis: 8.333333%;
  }
  .MuiGrid-grid-xs-2 {
    flex-grow: 0;
    max-width: 16.666667%;
    flex-basis: 16.666667%;
  }
  .MuiGrid-grid-xs-3 {
    flex-grow: 0;
    max-width: 25%;
    flex-basis: 25%;
  }
  .MuiGrid-grid-xs-4 {
    flex-grow: 0;
    max-width: 33.333333%;
    flex-basis: 33.333333%;
  }
  .MuiGrid-grid-xs-5 {
    flex-grow: 0;
    max-width: 41.666667%;
    flex-basis: 41.666667%;
  }
  .MuiGrid-grid-xs-6 {
    flex-grow: 0;
    max-width: 50%;
    flex-basis: 50%;
  }
  .MuiGrid-grid-xs-7 {
    flex-grow: 0;
    max-width: 58.333333%;
    flex-basis: 58.333333%;
  }
  .MuiGrid-grid-xs-8 {
    flex-grow: 0;
    max-width: 66.666667%;
    flex-basis: 66.666667%;
  }
  .MuiGrid-grid-xs-9 {
    flex-grow: 0;
    max-width: 75%;
    flex-basis: 75%;
  }
  .MuiGrid-grid-xs-10 {
    flex-grow: 0;
    max-width: 83.333333%;
    flex-basis: 83.333333%;
  }
  .MuiGrid-grid-xs-11 {
    flex-grow: 0;
    max-width: 91.666667%;
    flex-basis: 91.666667%;
  }
  .MuiGrid-grid-xs-12 {
    flex-grow: 0;
    max-width: 100%;
    flex-basis: 100%;
  }
@media (min-width:600px) {
  .MuiGrid-grid-sm-auto {
    flex-grow: 0;
    max-width: none;
    flex-basis: auto;
  }
  .MuiGrid-grid-sm-true {
    flex-grow: 1;
    max-width: 100%;
    flex-basis: 0;
  }
  .MuiGrid-grid-sm-1 {
    flex-grow: 0;
    max-width: 8.333333%;
    flex-basis: 8.333333%;
  }
  .MuiGrid-grid-sm-2 {
    flex-grow: 0;
    max-width: 16.666667%;
    flex-basis: 16.666667%;
  }
  .MuiGrid-grid-sm-3 {
    flex-grow: 0;
    max-width: 25%;
    flex-basis: 25%;
  }
  .MuiGrid-grid-sm-4 {
    flex-grow: 0;
    max-width: 33.333333%;
    flex-basis: 33.333333%;
  }
  .MuiGrid-grid-sm-5 {
    flex-grow: 0;
    max-width: 41.666667%;
    flex-basis: 41.666667%;
  }
  .MuiGrid-grid-sm-6 {
    flex-grow: 0;
    max-width: 50%;
    flex-basis: 50%;
  }
  .MuiGrid-grid-sm-7 {
    flex-grow: 0;
    max-width: 58.333333%;
    flex-basis: 58.333333%;
  }
  .MuiGrid-grid-sm-8 {
    flex-grow: 0;
    max-width: 66.666667%;
    flex-basis: 66.666667%;
  }
  .MuiGrid-grid-sm-9 {
    flex-grow: 0;
    max-width: 75%;
    flex-basis: 75%;
  }
  .MuiGrid-grid-sm-10 {
    flex-grow: 0;
    max-width: 83.333333%;
    flex-basis: 83.333333%;
  }
  .MuiGrid-grid-sm-11 {
    flex-grow: 0;
    max-width: 91.666667%;
    flex-basis: 91.666667%;
  }
  .MuiGrid-grid-sm-12 {
    flex-grow: 0;
    max-width: 100%;
    flex-basis: 100%;
  }
}
@media (min-width:960px) {
  .MuiGrid-grid-md-auto {
    flex-grow: 0;
    max-width: none;
    flex-basis: auto;
  }
  .MuiGrid-grid-md-true {
    flex-grow: 1;
    max-width: 100%;
    flex-basis: 0;
  }
  .MuiGrid-grid-md-1 {
    flex-grow: 0;
    max-width: 8.333333%;
    flex-basis: 8.333333%;
  }
  .MuiGrid-grid-md-2 {
    flex-grow: 0;
    max-width: 16.666667%;
    flex-basis: 16.666667%;
  }
  .MuiGrid-grid-md-3 {
    flex-grow: 0;
    max-width: 25%;
    flex-basis: 25%;
  }
  .MuiGrid-grid-md-4 {
    flex-grow: 0;
    max-width: 33.333333%;
    flex-basis: 33.333333%;
  }
  .MuiGrid-grid-md-5 {
    flex-grow: 0;
    max-width: 41.666667%;
    flex-basis: 41.666667%;
  }
  .MuiGrid-grid-md-6 {
    flex-grow: 0;
    max-width: 50%;
    flex-basis: 50%;
  }
  .MuiGrid-grid-md-7 {
    flex-grow: 0;
    max-width: 58.333333%;
    flex-basis: 58.333333%;
  }
  .MuiGrid-grid-md-8 {
    flex-grow: 0;
    max-width: 66.666667%;
    flex-basis: 66.666667%;
  }
  .MuiGrid-grid-md-9 {
    flex-grow: 0;
    max-width: 75%;
    flex-basis: 75%;
  }
  .MuiGrid-grid-md-10 {
    flex-grow: 0;
    max-width: 83.333333%;
    flex-basis: 83.333333%;
  }
  .MuiGrid-grid-md-11 {
    flex-grow: 0;
    max-width: 91.666667%;
    flex-basis: 91.666667%;
  }
  .MuiGrid-grid-md-12 {
    flex-grow: 0;
    max-width: 100%;
    flex-basis: 100%;
  }
}
@media (min-width:1280px) {
  .MuiGrid-grid-lg-auto {
    flex-grow: 0;
    max-width: none;
    flex-basis: auto;
  }
  .MuiGrid-grid-lg-true {
    flex-grow: 1;
    max-width: 100%;
    flex-basis: 0;
  }
  .MuiGrid-grid-lg-1 {
    flex-grow: 0;
    max-width: 8.333333%;
    flex-basis: 8.333333%;
  }
  .MuiGrid-grid-lg-2 {
    flex-grow: 0;
    max-width: 16.666667%;
    flex-basis: 16.666667%;
  }
  .MuiGrid-grid-lg-3 {
    flex-grow: 0;
    max-width: 25%;
    flex-basis: 25%;
  }
  .MuiGrid-grid-lg-4 {
    flex-grow: 0;
    max-width: 33.333333%;
    flex-basis: 33.333333%;
  }
  .MuiGrid-grid-lg-5 {
    flex-grow: 0;
    max-width: 41.666667%;
    flex-basis: 41.666667%;
  }
  .MuiGrid-grid-lg-6 {
    flex-grow: 0;
    max-width: 50%;
    flex-basis: 50%;
  }
  .MuiGrid-grid-lg-7 {
    flex-grow: 0;
    max-width: 58.333333%;
    flex-basis: 58.333333%;
  }
  .MuiGrid-grid-lg-8 {
    flex-grow: 0;
    max-width: 66.666667%;
    flex-basis: 66.666667%;
  }
  .MuiGrid-grid-lg-9 {
    flex-grow: 0;
    max-width: 75%;
    flex-basis: 75%;
  }
  .MuiGrid-grid-lg-10 {
    flex-grow: 0;
    max-width: 83.333333%;
    flex-basis: 83.333333%;
  }
  .MuiGrid-grid-lg-11 {
    flex-grow: 0;
    max-width: 91.666667%;
    flex-basis: 91.666667%;
  }
  .MuiGrid-grid-lg-12 {
    flex-grow: 0;
    max-width: 100%;
    flex-basis: 100%;
  }
}
@media (min-width:1920px) {
  .MuiGrid-grid-xl-auto {
    flex-grow: 0;
    max-width: none;
    flex-basis: auto;
  }
  .MuiGrid-grid-xl-true {
    flex-grow: 1;
    max-width: 100%;
    flex-basis: 0;
  }
  .MuiGrid-grid-xl-1 {
    flex-grow: 0;
    max-width: 8.333333%;
    flex-basis: 8.333333%;
  }
  .MuiGrid-grid-xl-2 {
    flex-grow: 0;
    max-width: 16.666667%;
    flex-basis: 16.666667%;
  }
  .MuiGrid-grid-xl-3 {
    flex-grow: 0;
    max-width: 25%;
    flex-basis: 25%;
  }
  .MuiGrid-grid-xl-4 {
    flex-grow: 0;
    max-width: 33.333333%;
    flex-basis: 33.333333%;
  }
  .MuiGrid-grid-xl-5 {
    flex-grow: 0;
    max-width: 41.666667%;
    flex-basis: 41.666667%;
  }
  .MuiGrid-grid-xl-6 {
    flex-grow: 0;
    max-width: 50%;
    flex-basis: 50%;
  }
  .MuiGrid-grid-xl-7 {
    flex-grow: 0;
    max-width: 58.333333%;
    flex-basis: 58.333333%;
  }
  .MuiGrid-grid-xl-8 {
    flex-grow: 0;
    max-width: 66.666667%;
    flex-basis: 66.666667%;
  }
  .MuiGrid-grid-xl-9 {
    flex-grow: 0;
    max-width: 75%;
    flex-basis: 75%;
  }
  .MuiGrid-grid-xl-10 {
    flex-grow: 0;
    max-width: 83.333333%;
    flex-basis: 83.333333%;
  }
  .MuiGrid-grid-xl-11 {
    flex-grow: 0;
    max-width: 91.666667%;
    flex-basis: 91.666667%;
  }
  .MuiGrid-grid-xl-12 {
    flex-grow: 0;
    max-width: 100%;
    flex-basis: 100%;
  }
}
  .MuiInput-root {
    border: 1px solid rgba(0,0,0,0.32);
    position: relative;
    transition: border 0.3s ease;
    align-items: center;
    border-radius: 8px;
  }
  label + .MuiInput-formControl {
    margin-top: 16px;
  }
  .MuiInput-colorSecondary.MuiInput-underline:after {
    border-bottom-color: #E7BB41;
  }
  .MuiInput-underline:after {
    left: 0;
    right: 0;
    bottom: -1px;
    height: calc(100% + 1px);
    content: "";
    position: absolute;
    transform: scaleX(0);
    box-shadow: 0 0 1px #2E6DA5;
    transition: transform 200ms cubic-bezier(0.0, 0, 0.2, 1) 0ms;
    border-bottom: 2px solid #2E6DA5;
    border-radius: 8px;
    pointer-events: none;
  }
  .MuiInput-underline.Mui-focused:after {
    transform: scaleX(1);
  }
  .MuiInput-underline.Mui-error:after {
    transform: scaleX(1);
    border-bottom-color: #BC2227;
  }
  .MuiInput-underline:before {
    left: 0;
    right: 0;
    bottom: 0;
    content: "\00a0";
    display: none;
    position: absolute;
    transition: border-bottom-color 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    border-bottom: 1px solid rgba(0, 0, 0, 0.42);
    pointer-events: none;
  }
  .MuiInput-underline:hover:not(.Mui-disabled):before {
    border-bottom: 2px solid #0c0c0b;
  }
  .MuiInput-underline.Mui-disabled:before {
    border-bottom-style: dotted;
  }
@media (hover: none) {
  .MuiInput-underline:hover:not(.Mui-disabled):before {
    border-bottom: 1px solid rgba(0, 0, 0, 0.42);
  }
}
  .MuiInput-multiline {
    padding-top: 24px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .MuiInput-input {
    padding: 10px;
    font-size: 14px;
  }
  .MuiStep-horizontal {
    padding-left: 8px;
    padding-right: 8px;
  }
  .MuiStep-alternativeLabel {
    flex: 1;
    position: relative;
  }
  .MuiStepIcon-root {
    color: #313130;
    display: block;
  }
  .MuiStepIcon-root.MuiStepIcon-completed {
    color: #2E6DA5;
  }
  .MuiStepIcon-root.MuiStepIcon-active {
    color: #2E6DA5;
  }
  .MuiStepIcon-root.Mui-error {
    color: #BC2227;
  }
  .MuiStepIcon-text {
    fill: #fff;
    font-size: 0.75rem;
    font-family: Noto Sans,sans-serif;
  }
  .MuiStepLabel-root {
    display: flex;
    align-items: center;
  }
  .MuiStepLabel-root.MuiStepLabel-alternativeLabel {
    flex-direction: column;
  }
  .MuiStepLabel-root.Mui-disabled {
    cursor: default;
  }
  .MuiStepLabel-label {
    color: #50504f;
  }
  .MuiStepLabel-label.MuiStepLabel-active {
    color: #0c0c0b;
    font-weight: 500;
  }
  .MuiStepLabel-label.MuiStepLabel-completed {
    color: #0c0c0b;
    font-weight: 500;
  }
  .MuiStepLabel-label.MuiStepLabel-alternativeLabel {
    margin-top: 16px;
    text-align: center;
  }
  .MuiStepLabel-label.Mui-error {
    color: #BC2227;
  }
  .MuiStepLabel-iconContainer {
    display: flex;
    flex-shrink: 0;
    padding-right: 8px;
  }
  .MuiStepLabel-iconContainer.MuiStepLabel-alternativeLabel {
    padding-right: 0;
  }
  .MuiStepLabel-labelContainer {
    width: 100%;
  }
  .MuiStepConnector-root {
    flex: 1 1 auto;
  }
  .MuiStepConnector-vertical {
    padding: 0 0 8px;
    margin-left: 12px;
  }
  .MuiStepConnector-alternativeLabel {
    top: 12px;
    left: calc(-50% + 20px);
    right: calc(50% + 20px);
    position: absolute;
  }
  .MuiStepConnector-line {
    display: block;
    border-color: #bdbdbd;
  }
  .MuiStepConnector-lineHorizontal {
    border-top-style: solid;
    border-top-width: 1px;
  }
  .MuiStepConnector-lineVertical {
    min-height: 24px;
    border-left-style: solid;
    border-left-width: 1px;
  }
  .MuiStepper-root {
    display: flex;
    padding: 24px;
  }
  .MuiStepper-horizontal {
    align-items: center;
    flex-direction: row;
  }
  .MuiStepper-vertical {
    flex-direction: column;
  }
  .MuiStepper-alternativeLabel {
    align-items: flex-start;
  }
  .MuiToolbar-root {
    display: flex;
    position: relative;
    align-items: center;
    border-radius: 8px;
  }
  .MuiToolbar-gutters {
    padding-left: 16px;
    padding-right: 16px;
  }
@media (min-width:600px) {
  .MuiToolbar-gutters {
    padding-left: 24px;
    padding-right: 24px;
  }
}
  .MuiToolbar-regular {
    min-height: 56px;
  }
@media (min-width:0px) and (orientation: landscape) {
  .MuiToolbar-regular {
    min-height: 48px;
  }
}
@media (min-width:600px) {
  .MuiToolbar-regular {
    min-height: 64px;
  }
}
  .MuiToolbar-dense {
    min-height: 48px;
  }
  .MuiTooltip-popper {
    z-index: 1500;
    pointer-events: none;
  }
  .MuiTooltip-popperInteractive {
    pointer-events: auto;
  }
  .MuiTooltip-popperArrow[x-placement*="bottom"] .MuiTooltip-arrow {
    top: 0;
    left: 0;
    margin-top: -0.71em;
    margin-left: 4px;
    margin-right: 4px;
  }
  .MuiTooltip-popperArrow[x-placement*="top"] .MuiTooltip-arrow {
    left: 0;
    bottom: 0;
    margin-left: 4px;
    margin-right: 4px;
    margin-bottom: -0.71em;
  }
  .MuiTooltip-popperArrow[x-placement*="right"] .MuiTooltip-arrow {
    left: 0;
    width: 0.71em;
    height: 1em;
    margin-top: 4px;
    margin-left: -0.71em;
    margin-bottom: 4px;
  }
  .MuiTooltip-popperArrow[x-placement*="left"] .MuiTooltip-arrow {
    right: 0;
    width: 0.71em;
    height: 1em;
    margin-top: 4px;
    margin-right: -0.71em;
    margin-bottom: 4px;
  }
  .MuiTooltip-popperArrow[x-placement*="left"] .MuiTooltip-arrow::before {
    transform-origin: 0 0;
  }
  .MuiTooltip-popperArrow[x-placement*="right"] .MuiTooltip-arrow::before {
    transform-origin: 100% 100%;
  }
  .MuiTooltip-popperArrow[x-placement*="top"] .MuiTooltip-arrow::before {
    transform-origin: 100% 0;
  }
  .MuiTooltip-popperArrow[x-placement*="bottom"] .MuiTooltip-arrow::before {
    transform-origin: 0 100%;
  }
  .MuiTooltip-tooltip {
    color: #fff;
    padding: 4px 8px;
    font-size: 0.625rem;
    max-width: 300px;
    word-wrap: break-word;
    font-family: Noto Sans,sans-serif;
    font-weight: 600;
    line-height: 1.4em;
    border-radius: 4px;
    background-color: rgba(97, 97, 97, 0.9);
  }
  .MuiTooltip-tooltipArrow {
    margin: 0;
    position: relative;
  }
  .MuiTooltip-arrow {
    color: rgba(97, 97, 97, 0.9);
    width: 1em;
    height: 0.71em;
    overflow: hidden;
    position: absolute;
    box-sizing: border-box;
  }
  .MuiTooltip-arrow::before {
    width: 100%;
    height: 100%;
    margin: auto;
    content: "";
    display: block;
    transform: rotate(45deg);
    background-color: currentColor;
  }
  .MuiTooltip-touch {
    padding: 8px 16px;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.14286em;
  }
  .MuiTooltip-tooltipPlacementLeft {
    margin: 0 24px ;
    transform-origin: right center;
  }
@media (min-width:600px) {
  .MuiTooltip-tooltipPlacementLeft {
    margin: 0 14px;
  }
}
  .MuiTooltip-tooltipPlacementRight {
    margin: 0 24px;
    transform-origin: left center;
  }
@media (min-width:600px) {
  .MuiTooltip-tooltipPlacementRight {
    margin: 0 14px;
  }
}
  .MuiTooltip-tooltipPlacementTop {
    margin: 24px 0;
    transform-origin: center bottom;
  }
@media (min-width:600px) {
  .MuiTooltip-tooltipPlacementTop {
    margin: 14px 0;
  }
}
  .MuiTooltip-tooltipPlacementBottom {
    margin: 24px 0;
    transform-origin: center top;
  }
@media (min-width:600px) {
  .MuiTooltip-tooltipPlacementBottom {
    margin: 14px 0;
  }
}
  .MuiButtonBase-root {
    color: inherit;
    border: 0;
    cursor: pointer;
    margin: 0;
    display: inline-flex;
    outline: 0;
    padding: 0;
    position: relative;
    align-items: center;
    user-select: none;
    border-radius: 0;
    vertical-align: middle;
    -moz-appearance: none;
    justify-content: center;
    text-decoration: none;
    background-color: transparent;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
  }
  .MuiButtonBase-root::-moz-focus-inner {
    border-style: none;
  }
  .MuiButtonBase-root.Mui-disabled {
    cursor: default;
    pointer-events: none;
  }
@media print {
  .MuiButtonBase-root {
    color-adjust: exact;
  }
}
  .jss187 {
    z-index: 9999;
  }
  .MuiButton-root {
    color: #0c0c0b;
    padding: 6px 16px;
    font-size: 0.875rem;
    min-width: 64px;
    box-sizing: border-box;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    font-family: Noto Sans,sans-serif;
    font-weight: 600;
    line-height: 1.75;
    border-radius: 8px;
    text-transform: uppercase;
  }
  .MuiButton-root:hover {
    text-decoration: none;
    background-color: rgba(12, 12, 11, 0.05);
  }
  .MuiButton-root.Mui-disabled {
    color: #6D6F6B;
  }
@media (hover: none) {
  .MuiButton-root:hover {
    background-color: transparent;
  }
}
  .MuiButton-root:hover.Mui-disabled {
    background-color: transparent;
  }
  .MuiButton-label {
    width: 100%;
    display: inherit;
    align-items: inherit;
    justify-content: inherit;
  }
  .MuiButton-text {
    padding: 6px 8px;
  }
  .MuiButton-textPrimary {
    color: #2E6DA5;
  }
  .MuiButton-textPrimary:hover {
    background-color: rgba(46, 109, 165, 0.05);
  }
@media (hover: none) {
  .MuiButton-textPrimary:hover {
    background-color: transparent;
  }
}
  .MuiButton-textSecondary {
    color: #E7BB41;
  }
  .MuiButton-textSecondary:hover {
    background-color: rgba(231, 187, 65, 0.05);
  }
@media (hover: none) {
  .MuiButton-textSecondary:hover {
    background-color: transparent;
  }
}
  .MuiButton-outlined {
    border: 1px solid rgba(0, 0, 0, 0.23);
    padding: 5px 15px;
  }
  .MuiButton-outlined.Mui-disabled {
    border: 1px solid rgba(0, 0, 0, 0.12);
  }
  .MuiButton-outlinedPrimary {
    color: #2E6DA5;
    border: 1px solid rgba(46, 109, 165, 0.5);
  }
  .MuiButton-outlinedPrimary:hover {
    border: 1px solid #2E6DA5;
    background-color: rgba(46, 109, 165, 0.05);
  }
@media (hover: none) {
  .MuiButton-outlinedPrimary:hover {
    background-color: transparent;
  }
}
  .MuiButton-outlinedSecondary {
    color: #E7BB41;
    border: 1px solid rgba(231, 187, 65, 0.5);
  }
  .MuiButton-outlinedSecondary:hover {
    border: 1px solid #E7BB41;
    background-color: rgba(231, 187, 65, 0.05);
  }
  .MuiButton-outlinedSecondary.Mui-disabled {
    border: 1px solid #6D6F6B;
  }
@media (hover: none) {
  .MuiButton-outlinedSecondary:hover {
    background-color: transparent;
  }
}
  .MuiButton-contained {
    color: rgba(0, 0, 0, 0.87);
    box-shadow: none;
    background-color: #e0e0e0;
  }
  .MuiButton-contained:hover {
    box-shadow: 0px 2px 4px -1px rgba(80,80,80, 0.2),0px 4px 5px 0px rgba(80,80,80, 0.14),0px 1px 10px 0px rgba(80,80,80, 0.12);
    background-color: #d5d5d5;
  }
  .MuiButton-contained.Mui-focusVisible {
    box-shadow: 0px 3px 5px -1px rgba(80,80,80, 0.2),0px 6px 10px 0px rgba(80,80,80, 0.14),0px 1px 18px 0px rgba(80,80,80, 0.12);
  }
  .MuiButton-contained:active {
    box-shadow: 0px 5px 5px -3px rgba(80,80,80, 0.2),0px 8px 10px 1px rgba(80,80,80, 0.14),0px 3px 14px 2px rgba(80,80,80, 0.12);
  }
  .MuiButton-contained.Mui-disabled {
    color: #6D6F6B;
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0.12);
  }
@media (hover: none) {
  .MuiButton-contained:hover {
    box-shadow: 0px 1px 5px 0px rgba(80,80,80, 0.2),0px 2px 2px 0px rgba(80,80,80, 0.14),0px 3px 1px -2px rgba(80,80,80, 0.12);
    background-color: #e0e0e0;
  }
}
  .MuiButton-contained:hover.Mui-disabled {
    background-color: rgba(0, 0, 0, 0.12);
  }
  .MuiButton-containedPrimary {
    color: #fff;
    background-color: #2E6DA5;
  }
  .MuiButton-containedPrimary:hover {
    background-color: #204E77;
  }
@media (hover: none) {
  .MuiButton-containedPrimary:hover {
    background-color: #2E6DA5;
  }
}
  .MuiButton-containedSecondary {
    color: rgba(0, 0, 0, 0.87);
    background-color: #E7BB41;
  }
  .MuiButton-containedSecondary:hover {
    background-color: #CEA83E;
  }
@media (hover: none) {
  .MuiButton-containedSecondary:hover {
    background-color: #E7BB41;
  }
}
  .MuiButton-disableElevation {
    box-shadow: none;
  }
  .MuiButton-disableElevation:hover {
    box-shadow: none;
  }
  .MuiButton-disableElevation.Mui-focusVisible {
    box-shadow: none;
  }
  .MuiButton-disableElevation:active {
    box-shadow: none;
  }
  .MuiButton-disableElevation.Mui-disabled {
    box-shadow: none;
  }
  .MuiButton-colorInherit {
    color: inherit;
    border-color: currentColor;
  }
  .MuiButton-textSizeSmall {
    padding: 4px 5px;
    font-size: 0.8125rem;
  }
  .MuiButton-textSizeLarge {
    padding: 8px 11px;
    font-size: 0.9375rem;
  }
  .MuiButton-outlinedSizeSmall {
    padding: 3px 9px;
    font-size: 0.8125rem;
  }
  .MuiButton-outlinedSizeLarge {
    padding: 7px 21px;
    font-size: 0.9375rem;
  }
  .MuiButton-containedSizeSmall {
    padding: 4px 10px;
    font-size: 0.8125rem;
  }
  .MuiButton-containedSizeLarge {
    padding: 8px 22px;
    font-size: 0.9375rem;
  }
  .MuiButton-sizeSmall {
    padding: 7px 12px;
  }
  .MuiButton-fullWidth {
    width: 100%;
  }
  .MuiButton-startIcon {
    display: inherit;
    margin-left: -4px;
    margin-right: 8px;
  }
  .MuiButton-startIcon.MuiButton-iconSizeSmall {
    margin-left: -2px;
  }
  .MuiButton-endIcon {
    display: inherit;
    margin-left: 8px;
    margin-right: -4px;
  }
  .MuiButton-endIcon.MuiButton-iconSizeSmall {
    margin-right: -2px;
  }
  .MuiButton-iconSizeSmall > *:first-child {
    font-size: 18px;
  }
  .MuiButton-iconSizeMedium > *:first-child {
    font-size: 20px;
  }
  .MuiButton-iconSizeLarge > *:first-child {
    font-size: 22px;
  }
  .MuiFormControl-root {
    border: 0;
    margin: 0;
    display: inline-flex;
    padding: 0;
    position: relative;
    min-width: 0;
    flex-direction: column;
    vertical-align: top;
  }
  .MuiFormControl-root label + div {
    align-items: flex-end;
    padding-bottom: 4px;
  }
  .MuiFormControl-root label + div[role="radiogroup"] {
    align-items: flex-start;
  }
  .MuiFormControl-root label + div input, .MuiFormControl-root label + div > div, .MuiFormControl-root label + div > select {
    padding: 24px 8px 0;
  }
  .MuiFormControl-marginNormal {
    margin-top: 16px;
    margin-bottom: 8px;
  }
  .MuiFormControl-marginDense {
    margin-top: 8px;
    margin-bottom: 4px;
  }
  .MuiFormControl-fullWidth {
    width: 100%;
  }
  .MuiGrid-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
  }
  .MuiGrid-item {
    margin: 0;
    box-sizing: border-box;
  }
  .MuiGrid-zeroMinWidth {
    min-width: 0;
  }
  .MuiGrid-direction-xs-column {
    flex-direction: column;
  }
  .MuiGrid-direction-xs-column-reverse {
    flex-direction: column-reverse;
  }
  .MuiGrid-direction-xs-row-reverse {
    flex-direction: row-reverse;
  }
  .MuiGrid-wrap-xs-nowrap {
    flex-wrap: nowrap;
  }
  .MuiGrid-wrap-xs-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .MuiGrid-align-items-xs-center {
    align-items: center;
  }
  .MuiGrid-align-items-xs-flex-start {
    align-items: flex-start;
  }
  .MuiGrid-align-items-xs-flex-end {
    align-items: flex-end;
  }
  .MuiGrid-align-items-xs-baseline {
    align-items: baseline;
  }
  .MuiGrid-align-content-xs-center {
    align-content: center;
  }
  .MuiGrid-align-content-xs-flex-start {
    align-content: flex-start;
  }
  .MuiGrid-align-content-xs-flex-end {
    align-content: flex-end;
  }
  .MuiGrid-align-content-xs-space-between {
    align-content: space-between;
  }
  .MuiGrid-align-content-xs-space-around {
    align-content: space-around;
  }
  .MuiGrid-justify-content-xs-center {
    justify-content: center;
  }
  .MuiGrid-justify-content-xs-flex-end {
    justify-content: flex-end;
  }
  .MuiGrid-justify-content-xs-space-between {
    justify-content: space-between;
  }
  .MuiGrid-justify-content-xs-space-around {
    justify-content: space-around;
  }
  .MuiGrid-justify-content-xs-space-evenly {
    justify-content: space-evenly;
  }
  .MuiGrid-spacing-xs-1 {
    width: calc(100% + 8px);
    margin: -4px;
  }
  .MuiGrid-spacing-xs-1 > .MuiGrid-item {
    padding: 4px;
  }
  .MuiGrid-spacing-xs-2 {
    width: calc(100% + 16px);
    margin: -8px;
  }
  .MuiGrid-spacing-xs-2 > .MuiGrid-item {
    padding: 8px;
  }
  .MuiGrid-spacing-xs-3 {
    width: calc(100% + 24px);
    margin: -12px;
  }
  .MuiGrid-spacing-xs-3 > .MuiGrid-item {
    padding: 12px;
  }
  .MuiGrid-spacing-xs-4 {
    width: calc(100% + 32px);
    margin: -16px;
  }
  .MuiGrid-spacing-xs-4 > .MuiGrid-item {
    padding: 16px;
  }
  .MuiGrid-spacing-xs-5 {
    width: calc(100% + 40px);
    margin: -20px;
  }
  .MuiGrid-spacing-xs-5 > .MuiGrid-item {
    padding: 20px;
  }
  .MuiGrid-spacing-xs-6 {
    width: calc(100% + 48px);
    margin: -24px;
  }
  .MuiGrid-spacing-xs-6 > .MuiGrid-item {
    padding: 24px;
  }
  .MuiGrid-spacing-xs-7 {
    width: calc(100% + 56px);
    margin: -28px;
  }
  .MuiGrid-spacing-xs-7 > .MuiGrid-item {
    padding: 28px;
  }
  .MuiGrid-spacing-xs-8 {
    width: calc(100% + 64px);
    margin: -32px;
  }
  .MuiGrid-spacing-xs-8 > .MuiGrid-item {
    padding: 32px;
  }
  .MuiGrid-spacing-xs-9 {
    width: calc(100% + 72px);
    margin: -36px;
  }
  .MuiGrid-spacing-xs-9 > .MuiGrid-item {
    padding: 36px;
  }
  .MuiGrid-spacing-xs-10 {
    width: calc(100% + 80px);
    margin: -40px;
  }
  .MuiGrid-spacing-xs-10 > .MuiGrid-item {
    padding: 40px;
  }
  .MuiGrid-grid-xs-auto {
    flex-grow: 0;
    max-width: none;
    flex-basis: auto;
  }
  .MuiGrid-grid-xs-true {
    flex-grow: 1;
    max-width: 100%;
    flex-basis: 0;
  }
  .MuiGrid-grid-xs-1 {
    flex-grow: 0;
    max-width: 8.333333%;
    flex-basis: 8.333333%;
  }
  .MuiGrid-grid-xs-2 {
    flex-grow: 0;
    max-width: 16.666667%;
    flex-basis: 16.666667%;
  }
  .MuiGrid-grid-xs-3 {
    flex-grow: 0;
    max-width: 25%;
    flex-basis: 25%;
  }
  .MuiGrid-grid-xs-4 {
    flex-grow: 0;
    max-width: 33.333333%;
    flex-basis: 33.333333%;
  }
  .MuiGrid-grid-xs-5 {
    flex-grow: 0;
    max-width: 41.666667%;
    flex-basis: 41.666667%;
  }
  .MuiGrid-grid-xs-6 {
    flex-grow: 0;
    max-width: 50%;
    flex-basis: 50%;
  }
  .MuiGrid-grid-xs-7 {
    flex-grow: 0;
    max-width: 58.333333%;
    flex-basis: 58.333333%;
  }
  .MuiGrid-grid-xs-8 {
    flex-grow: 0;
    max-width: 66.666667%;
    flex-basis: 66.666667%;
  }
  .MuiGrid-grid-xs-9 {
    flex-grow: 0;
    max-width: 75%;
    flex-basis: 75%;
  }
  .MuiGrid-grid-xs-10 {
    flex-grow: 0;
    max-width: 83.333333%;
    flex-basis: 83.333333%;
  }
  .MuiGrid-grid-xs-11 {
    flex-grow: 0;
    max-width: 91.666667%;
    flex-basis: 91.666667%;
  }
  .MuiGrid-grid-xs-12 {
    flex-grow: 0;
    max-width: 100%;
    flex-basis: 100%;
  }
@media (min-width:600px) {
  .MuiGrid-grid-sm-auto {
    flex-grow: 0;
    max-width: none;
    flex-basis: auto;
  }
  .MuiGrid-grid-sm-true {
    flex-grow: 1;
    max-width: 100%;
    flex-basis: 0;
  }
  .MuiGrid-grid-sm-1 {
    flex-grow: 0;
    max-width: 8.333333%;
    flex-basis: 8.333333%;
  }
  .MuiGrid-grid-sm-2 {
    flex-grow: 0;
    max-width: 16.666667%;
    flex-basis: 16.666667%;
  }
  .MuiGrid-grid-sm-3 {
    flex-grow: 0;
    max-width: 25%;
    flex-basis: 25%;
  }
  .MuiGrid-grid-sm-4 {
    flex-grow: 0;
    max-width: 33.333333%;
    flex-basis: 33.333333%;
  }
  .MuiGrid-grid-sm-5 {
    flex-grow: 0;
    max-width: 41.666667%;
    flex-basis: 41.666667%;
  }
  .MuiGrid-grid-sm-6 {
    flex-grow: 0;
    max-width: 50%;
    flex-basis: 50%;
  }
  .MuiGrid-grid-sm-7 {
    flex-grow: 0;
    max-width: 58.333333%;
    flex-basis: 58.333333%;
  }
  .MuiGrid-grid-sm-8 {
    flex-grow: 0;
    max-width: 66.666667%;
    flex-basis: 66.666667%;
  }
  .MuiGrid-grid-sm-9 {
    flex-grow: 0;
    max-width: 75%;
    flex-basis: 75%;
  }
  .MuiGrid-grid-sm-10 {
    flex-grow: 0;
    max-width: 83.333333%;
    flex-basis: 83.333333%;
  }
  .MuiGrid-grid-sm-11 {
    flex-grow: 0;
    max-width: 91.666667%;
    flex-basis: 91.666667%;
  }
  .MuiGrid-grid-sm-12 {
    flex-grow: 0;
    max-width: 100%;
    flex-basis: 100%;
  }
}
@media (min-width:960px) {
  .MuiGrid-grid-md-auto {
    flex-grow: 0;
    max-width: none;
    flex-basis: auto;
  }
  .MuiGrid-grid-md-true {
    flex-grow: 1;
    max-width: 100%;
    flex-basis: 0;
  }
  .MuiGrid-grid-md-1 {
    flex-grow: 0;
    max-width: 8.333333%;
    flex-basis: 8.333333%;
  }
  .MuiGrid-grid-md-2 {
    flex-grow: 0;
    max-width: 16.666667%;
    flex-basis: 16.666667%;
  }
  .MuiGrid-grid-md-3 {
    flex-grow: 0;
    max-width: 25%;
    flex-basis: 25%;
  }
  .MuiGrid-grid-md-4 {
    flex-grow: 0;
    max-width: 33.333333%;
    flex-basis: 33.333333%;
  }
  .MuiGrid-grid-md-5 {
    flex-grow: 0;
    max-width: 41.666667%;
    flex-basis: 41.666667%;
  }
  .MuiGrid-grid-md-6 {
    flex-grow: 0;
    max-width: 50%;
    flex-basis: 50%;
  }
  .MuiGrid-grid-md-7 {
    flex-grow: 0;
    max-width: 58.333333%;
    flex-basis: 58.333333%;
  }
  .MuiGrid-grid-md-8 {
    flex-grow: 0;
    max-width: 66.666667%;
    flex-basis: 66.666667%;
  }
  .MuiGrid-grid-md-9 {
    flex-grow: 0;
    max-width: 75%;
    flex-basis: 75%;
  }
  .MuiGrid-grid-md-10 {
    flex-grow: 0;
    max-width: 83.333333%;
    flex-basis: 83.333333%;
  }
  .MuiGrid-grid-md-11 {
    flex-grow: 0;
    max-width: 91.666667%;
    flex-basis: 91.666667%;
  }
  .MuiGrid-grid-md-12 {
    flex-grow: 0;
    max-width: 100%;
    flex-basis: 100%;
  }
}
@media (min-width:1280px) {
  .MuiGrid-grid-lg-auto {
    flex-grow: 0;
    max-width: none;
    flex-basis: auto;
  }
  .MuiGrid-grid-lg-true {
    flex-grow: 1;
    max-width: 100%;
    flex-basis: 0;
  }
  .MuiGrid-grid-lg-1 {
    flex-grow: 0;
    max-width: 8.333333%;
    flex-basis: 8.333333%;
  }
  .MuiGrid-grid-lg-2 {
    flex-grow: 0;
    max-width: 16.666667%;
    flex-basis: 16.666667%;
  }
  .MuiGrid-grid-lg-3 {
    flex-grow: 0;
    max-width: 25%;
    flex-basis: 25%;
  }
  .MuiGrid-grid-lg-4 {
    flex-grow: 0;
    max-width: 33.333333%;
    flex-basis: 33.333333%;
  }
  .MuiGrid-grid-lg-5 {
    flex-grow: 0;
    max-width: 41.666667%;
    flex-basis: 41.666667%;
  }
  .MuiGrid-grid-lg-6 {
    flex-grow: 0;
    max-width: 50%;
    flex-basis: 50%;
  }
  .MuiGrid-grid-lg-7 {
    flex-grow: 0;
    max-width: 58.333333%;
    flex-basis: 58.333333%;
  }
  .MuiGrid-grid-lg-8 {
    flex-grow: 0;
    max-width: 66.666667%;
    flex-basis: 66.666667%;
  }
  .MuiGrid-grid-lg-9 {
    flex-grow: 0;
    max-width: 75%;
    flex-basis: 75%;
  }
  .MuiGrid-grid-lg-10 {
    flex-grow: 0;
    max-width: 83.333333%;
    flex-basis: 83.333333%;
  }
  .MuiGrid-grid-lg-11 {
    flex-grow: 0;
    max-width: 91.666667%;
    flex-basis: 91.666667%;
  }
  .MuiGrid-grid-lg-12 {
    flex-grow: 0;
    max-width: 100%;
    flex-basis: 100%;
  }
}
@media (min-width:1920px) {
  .MuiGrid-grid-xl-auto {
    flex-grow: 0;
    max-width: none;
    flex-basis: auto;
  }
  .MuiGrid-grid-xl-true {
    flex-grow: 1;
    max-width: 100%;
    flex-basis: 0;
  }
  .MuiGrid-grid-xl-1 {
    flex-grow: 0;
    max-width: 8.333333%;
    flex-basis: 8.333333%;
  }
  .MuiGrid-grid-xl-2 {
    flex-grow: 0;
    max-width: 16.666667%;
    flex-basis: 16.666667%;
  }
  .MuiGrid-grid-xl-3 {
    flex-grow: 0;
    max-width: 25%;
    flex-basis: 25%;
  }
  .MuiGrid-grid-xl-4 {
    flex-grow: 0;
    max-width: 33.333333%;
    flex-basis: 33.333333%;
  }
  .MuiGrid-grid-xl-5 {
    flex-grow: 0;
    max-width: 41.666667%;
    flex-basis: 41.666667%;
  }
  .MuiGrid-grid-xl-6 {
    flex-grow: 0;
    max-width: 50%;
    flex-basis: 50%;
  }
  .MuiGrid-grid-xl-7 {
    flex-grow: 0;
    max-width: 58.333333%;
    flex-basis: 58.333333%;
  }
  .MuiGrid-grid-xl-8 {
    flex-grow: 0;
    max-width: 66.666667%;
    flex-basis: 66.666667%;
  }
  .MuiGrid-grid-xl-9 {
    flex-grow: 0;
    max-width: 75%;
    flex-basis: 75%;
  }
  .MuiGrid-grid-xl-10 {
    flex-grow: 0;
    max-width: 83.333333%;
    flex-basis: 83.333333%;
  }
  .MuiGrid-grid-xl-11 {
    flex-grow: 0;
    max-width: 91.666667%;
    flex-basis: 91.666667%;
  }
  .MuiGrid-grid-xl-12 {
    flex-grow: 0;
    max-width: 100%;
    flex-basis: 100%;
  }
}
  .MuiTypography-root {
    margin: 0;
  }
  .MuiTypography-body2 {
    font-size: 0.875rem;
    font-family: Noto Sans,sans-serif;
    font-weight: 500;
    line-height: 1.43;
  }
  .MuiTypography-body1 {
    font-size: 1rem;
    font-family: Noto Sans,sans-serif;
    font-weight: 400;
    line-height: 1.5;
  }
  .MuiTypography-caption {
    font-size: 0.75rem;
    font-family: Noto Sans,sans-serif;
    font-weight: 400;
    line-height: 1.66;
  }
  .MuiTypography-button {
    font-size: 0.875rem;
    font-family: Noto Sans,sans-serif;
    font-weight: 600;
    line-height: 1.75;
    text-transform: uppercase;
  }
  .MuiTypography-h1 {
    font-size: 6rem;
    font-family: Noto Sans,sans-serif;
    font-weight: 300;
    line-height: 1.167;
  }
  .MuiTypography-h2 {
    font-size: 3.75rem;
    font-family: Noto Sans,sans-serif;
    font-weight: 300;
    line-height: 1.2;
  }
  .MuiTypography-h3 {
    font-size: 3rem;
    font-family: Noto Sans,sans-serif;
    font-weight: 400;
    line-height: 1.167;
  }
  .MuiTypography-h4 {
    font-size: 2.125rem;
    font-family: Noto Sans,sans-serif;
    font-weight: 400;
    line-height: 1.235;
  }
  .MuiTypography-h5 {
    font-size: 1.5rem;
    font-family: Noto Sans,sans-serif;
    font-weight: 400;
    line-height: 1.334;
  }
  .MuiTypography-h6 {
    font-size: 1.25rem;
    font-family: Noto Sans,sans-serif;
    font-weight: 600;
    line-height: 1.6;
  }
  .MuiTypography-subtitle1 {
    font-size: 1rem;
    font-family: Noto Sans,sans-serif;
    font-weight: 400;
    line-height: 1.75;
  }
  .MuiTypography-subtitle2 {
    font-size: 0.875rem;
    font-family: Noto Sans,sans-serif;
    font-weight: 600;
    line-height: 1.57;
  }
  .MuiTypography-overline {
    font-size: 0.75rem;
    font-family: Noto Sans,sans-serif;
    font-weight: 400;
    line-height: 2.66;
    text-transform: uppercase;
  }
  .MuiTypography-srOnly {
    width: 1px;
    height: 1px;
    overflow: hidden;
    position: absolute;
  }
  .MuiTypography-alignLeft {
    text-align: left;
  }
  .MuiTypography-alignCenter {
    text-align: center;
  }
  .MuiTypography-alignRight {
    text-align: right;
  }
  .MuiTypography-alignJustify {
    text-align: justify;
  }
  .MuiTypography-noWrap {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .MuiTypography-gutterBottom {
    margin-bottom: 0.35em;
  }
  .MuiTypography-paragraph {
    margin-bottom: 16px;
  }
  .MuiTypography-colorInherit {
    color: inherit;
  }
  .MuiTypography-colorPrimary {
    color: #2E6DA5;
  }
  .MuiTypography-colorSecondary {
    color: #E7BB41;
  }
  .MuiTypography-colorTextPrimary {
    color: #0c0c0b;
  }
  .MuiTypography-colorTextSecondary {
    color: #50504f;
  }
  .MuiTypography-colorError {
    color: #BC2227;
  }
  .MuiTypography-displayInline {
    display: inline;
  }
  .MuiTypography-displayBlock {
    display: block;
  }
  .jss26 {
    left: -12px;
    margin: 8px;
    padding: 8px 0 8px 24px;
    position: relative;
    border-radius: 0 24px 24px 0;
    text-transform: uppercase;
  }
  .jss26 span {
    font-size: 14px;
  }
  .jss27 {
    white-space: nowrap;
  }
  .jss28 {
    height: 100%;
    background-color: rgba(255, 255, 255, 0.95);
  }
  .jss28 drawerHeader {
    padding-top: 0;
  }
  .jss29 {
    width: 240px;
    height: 100%;
    display: block;
    padding: 40px 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
  }
@media (min-width:1280px) {
  .jss29 {
    height: calc(100% - 64px);
  }
}
  .jss29withProfile {
    padding-top: 152px;
  }
  .jss29landingNav {
    padding: 0;
  }
  .jss29::-webkit-scrollbar {
    width: 8px;
  }
  .jss29::-webkit-scrollbar-thumb {
    border-radius: 12px;
    background-color: rgba(0,0,0,0);
  }
  .jss29:hover::-webkit-scrollbar-thumb {
    border: 1px solid rgba(255,255,255,0.3);
    background-color: rgba(0,0,0,0.2);
  }
  .jss29rounded a {
    padding-top: 0;
    border-radius: 8px;
    padding-bottom: 4px;
  }
  .jss29rounded opened:before {
    background: #2E6DA5;
  }
  .jss29rounded a > div:first-child {
    padding: 5px;
    padding-top: 10px;
  }
@media (min-width:1280px) {
  .jss29landingNav {
    padding-top: 40px;
  }
}
@media (max-width:1919.95px) {
  .jss29landingNav {
    height: 100%;
  }
}
  .jss30 {
    margin-left: -15px;
  }
  .jss30 > title:first-child {
    margin-top: 0;
  }
  .jss30 head {
    padding-left: 80px;
  }
  .jss30 ul {
    margin-left: 25px;
    padding-left: 0;
  }
  .jss30 a div {
    padding: 0;
  }
  .jss31 {
    background-color: rgba(229, 194, 97, 0.24);
  }
  .jss31 .jss27 {
    color: #2E6DA5;
  }
  .jss31:hover {
    background-color: rgba(229, 194, 97, 0.24);
  }
  .jss31:before {
    top: 6px;
    left: 15px;
    width: 5px;
    height: 35px;
    content: "";
    position: absolute;
    background: #204E77;
    border-radius: 5px;
  }
  .jss31:focus {
    background-color: rgba(229, 194, 97, 0.24);
  }
  .jss16 {
    margin: 0;
    padding-left: 10px;
  }
  .jss17 {
    display: inline-block;
    padding-right: 8px;
  }
  .jss17 a {
    color: #50504f;
  }
  .jss17 span {
    color: #50504f;
  }
  .jss17[class*="active"] a {
    color: #2E6DA5;
  }
  .jss17[class*="active"]:before {
    top: -10px;
    width: 100%;
    height: 4px;
    content: "";
    position: absolute;
    background: #2E6DA5;
    border-radius: 0 0 8px 8px;
  }
  .jss18 {
    padding-left: 24px;
  }
  .jss19 {
    height: 100%;
    font-size: 13px;
    paddding-bottom: 0;
  }
  .jss20 {
    display: flex;
    font-size: 14px;
    transition: 0.2s;
    font-family: Montserrat;
    font-weight: 600;
    text-transform: capitalize;
  }
  .jss20:hover {
    color: #ffc80a;
  }
  .jss21 {
    height: 100%;
  }
  .jss22 {
    width: 100%;
    height: 100%;
  }
  .jss24 {
    color: #fff;
  }
  .jss25 {
    color: #fff;
  }
  .jss35 {
    align: center;
    padding: 0;
    border-radius: 4px;
  }
  .jss35.Mui-disabled {
    background-color: #6D6F6B;
  }
  .jss36 {
    padding: 11px;
  }
  .jss37 {
    color: #F6F6F6;
    padding: 11px;
  }
  .jss38 {
    font-family: Montserrat;
    background-color: #ffaa00;
  }
  .jss38:hover {
    background-color: #d88400;
  }
  .jss39 {
    color: #000;
  }
  .jss44 {
    font-family: Montserrat;
    background-color: #ffaa00;
  }
  .jss44:hover {
    background-color: #d88400;
  }
  .jss45 {
    color: #000;
  }
  .jss93 {
    font-family: Montserrat;
    background-color: #66191F;
  }
  .jss93:hover {
    background-color: #530A11;
  }
  .jss94 {
    color: #F6F6F6;
  }
  .jss130 {
    font-family: Montserrat;
    background-color: #ffaa00;
  }
  .jss130:hover {
    background-color: #d88400;
  }
  .jss131 {
    color: #000;
  }
  .jss156 {
    font-family: Montserrat;
    background-color: #2E6DA5;
  }
  .jss156:hover {
    background-color: #0e4d85;
  }
  .jss157 {
    color: #F6F6F6;
  }
  .jss167 {
    font-family: Montserrat;
    background-color: #2E6DA5;
  }
  .jss167:hover {
    background-color: #0e4d85;
  }
  .jss168 {
    color: #F6F6F6;
  }
  .jss32 {
    color: white;
    padding: 6px 16px;
    font-family: Montserrat;
    margin-right: 8px;
  }
  .jss33 {
    padding-right: 16px;
  }
  .jss34 {
    height: 100%;
    padding: 0;
    min-height: 0;
  }
  .jss11 {
    margin: auto;
    max-width: 1600px;
  }
  .jss12 {
    left: 0;
    right: 0;
    height: 65px;
    position: fixed;
    justify-content: center;
  }
  .jss13 {
    background: #fafafa;
    box-shadow: 0px 1px 8px 0px rgba(80,80,80, 0.2),0px 3px 4px 0px rgba(80,80,80, 0.14),0px 3px 3px -2px rgba(80,80,80, 0.12);
  }
  .jss14 {
    height: 100%;
  }
  .jss15 {
    background-color: #581016;
  }
  .jss128 {
    height: 45px;
    text-align: center;
    border-radius: 4px;
    background-color: #fafafa;
  }
  .jss129 {
    border: 1px #BC2227 solid;
  }
  .jss111 {
    width: 150px;
  }
@media (min-width:960px) {
  .jss111 {
    width: 250px;
  }
}
  .jss112 {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 15px;
  }
  .jss113 {
    color: #0c0c0b;
    width: 400px;
    border: none;
    padding: 24px;
    z-index: 1;
    position: relative;
    border-radius: 3px;
  }
@media (min-width:1280px) {
  .jss113 {
    max-width: 450px;
  }
}
@media (max-width:959.95px) {
  .jss113 {
    width: 100%;
    max-height: 640px;
    border-radius: 0;
  }
}
  .jss114 {
    display: flex;
    margin-bottom: 16px;
    padding-bottom: 8px;
    justify-content: space-between;
  }
@media (max-width:959.95px) {
  .jss114 {
    align-items: center;
    margin-bottom: 24px;
  }
}
  .jss115 {
    color: #f2f2f2;
  }
  .jss116 {
    margin-top: 16px;
  }
  .jss117 {
    margin: 0 auto;
  }
@media (min-width:600px) and (max-width:959.95px) {
  .jss117 {
    width: 480px;
  }
}
  .jss118 {
    width: 100%;
    margin-bottom: 15px;
  }
  .jss119 {
    color: #BC2227;
    font-weight: 500;
    padding-left: 5px;
  }
  .jss120 {
    color: #581016;
    padding: 3px;
    font-size: 12px;
    background: none;
    transition: color ease 0.3s;
    font-weight: 600;
    text-transform: none;
  }
  .jss120:hover {
    background: none;
  }
  .jss121 {
    display: flex;
    padding: 0 4px;
    justify-content: flex-start;
  }
  .jss122 {
    top: 50%;
    left: 50%;
    color: #F6F6F6;
    position: absolute;
    margin-top: -12px;
    margin-left: -12px;
  }
  .jss123 {
    margin-left: 8px;
  }
  .jss124 {
    font-size: 20px;
  }
  .jss125 {
    transform: none;
  }
  .jss126 {
    color: #032059;
    padding: 5px;
    font-size: 16px;
    background: none;
    transition: color ease 0.3s;
    font-weight: 400;
    border-radius: 4px;
    text-transform: none;
  }
  .jss126:hover {
    color: #011c40;
    background: none;
  }
  .jss127 {
    font-size: 12px;
    margin-bottom: 6px;
  }
  .jss105 {
    padding: 16px;
    background: none;
    justify-content: space-between;
  }
  .jss105 .MuiStepIcon-root.MuiStepIcon-completed {
    color: #d88400;
  }
  .jss105 .MuiStepIcon-root.MuiStepIcon-active {
    color: #ffaa00;
  }
  .jss105 .MuiStepIcon-text {
    font-weight: bold;
  }
  .jss107 {
    cursor: pointer;
  }
  .jss108 {
    max-width: 100vw;
    overflow-x: auto;
    justify-content: center;
  }
@media (max-width: 415px) {
  .jss108 {
    justify-content: flex-start;
  }
  .jss108::-webkit-scrollbar {
    width: 0;
    background: transparent;
  }
}
  .jss109 {
    width: 600px;
  }
  .jss110 {
    font-size: 13px;
  }
  .jss100 {
    color: #2D2E2B;
    margin: auto;
    font-size: 40px;
    max-width: 80%;
    font-family: Gravitas One;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 12px;
  }
@media (max-width:959.95px) {
  .jss100 {
    font-size: 32px;
  }
}
  .jss101 {
    margin: auto;
    font-size: 18px;
    max-width: 70%;
    margin-bottom: 24px;
  }
  .jss102 {
    padding: 80px 0 60px 0;
    box-shadow: 0 1em 1em -1em rgba(0, 0, 0, 0.10);
    justify-content: center;
  }
  .jss103 {
    font-size: 16px;
    margin-top: 24px;
    font-weight: bold;
  }
  .jss104 {
    width: 540px;
    margin: auto;
    padding: 0 16px 16px 16px;
    font-size: 14px;
    max-width: 100%;
  }
@media (max-width:959.95px) {
  .jss104 {
    opacity: 0.9;
    font-size: 12px;
  }
}
  .jss46 {
    justify-content: center;
  }
  .jss47 {
    width: 6vw;
    margin: 4px;
    max-width: 80px;
    min-width: 40px;
    border-radius: 6px;
  }
@media (max-width:1279.95px) {
  .jss47 {
    width: 7vw;
    margin: 0.2vw;
  }
}
@media (max-width:599.95px) {
  .jss47 {
    padding: 0.2vw 0;
  }
}
  .jss48 {
    font-size: 64px;
    font-weight: bold;
  }
@media (max-width:959.95px) {
  .jss48 {
    font-size: 7vw;
  }
}
@media (max-width:599.95px) {
  .jss48 {
    font-size: 8vw;
  }
}
  .jss49 {
    font-size: 24px;
    margin-top: 8px;
    font-family: Montserrat;
  }
@media (max-width:599.95px) {
  .jss49 {
    font-size: 4vw;
    margin-top: 1vw;
  }
}
  .jss50 {
    background-color: #e0e0e0;
    box-shadow: 20px 20px 60px #c3c3c3, -20px -20px 60px #fff;
  }
  .jss54 {
    background-color: #e0e0e0;
    box-shadow: 20px 20px 60px #c3c3c3, -20px -20px 60px #fff;
  }
  .jss57 {
    background-color: #e0e0e0;
    box-shadow: 20px 20px 60px #c3c3c3, -20px -20px 60px #fff;
  }
  .jss98 {
    padding: 16px;
    align-items: flex-start;
    border-radius: 6px;
    justify-content: center;
    background-color: #e0e0e0;
  }
@media (max-width:599.95px) {
  .jss98 {
    margin: auto;
    max-width: 90%;
  }
}
  .jss99 {
    padding-bottom: 10px;
  }
@media print {
  .MuiDialog-root {
    position: absolute !important;
  }
}
  .MuiDialog-scrollPaper {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .MuiDialog-scrollBody {
    overflow-x: hidden;
    overflow-y: auto;
    text-align: center;
  }
  .MuiDialog-scrollBody:after {
    width: 0;
    height: 100%;
    content: "";
    display: inline-block;
    vertical-align: middle;
  }
  .MuiDialog-container {
    height: 100%;
    outline: 0;
  }
@media print {
  .MuiDialog-container {
    height: auto;
  }
}
  .MuiDialog-paper {
    margin: 32px;
    position: relative;
    overflow-y: auto;
  }
@media print {
  .MuiDialog-paper {
    box-shadow: none;
    overflow-y: visible;
  }
}
  .MuiDialog-paperScrollPaper {
    display: flex;
    max-height: calc(100% - 64px);
    flex-direction: column;
  }
  .MuiDialog-paperScrollBody {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
  }
  .MuiDialog-paperWidthFalse {
    max-width: calc(100% - 64px);
  }
  .MuiDialog-paperWidthXs {
    max-width: 444px;
  }
@media (max-width:507.95px) {
  .MuiDialog-paperWidthXs.MuiDialog-paperScrollBody {
    max-width: calc(100% - 64px);
  }
}
  .MuiDialog-paperWidthSm {
    max-width: 600px;
  }
@media (max-width:663.95px) {
  .MuiDialog-paperWidthSm.MuiDialog-paperScrollBody {
    max-width: calc(100% - 64px);
  }
}
  .MuiDialog-paperWidthMd {
    max-width: 960px;
  }
@media (max-width:1023.95px) {
  .MuiDialog-paperWidthMd.MuiDialog-paperScrollBody {
    max-width: calc(100% - 64px);
  }
}
  .MuiDialog-paperWidthLg {
    max-width: 1280px;
  }
@media (max-width:1343.95px) {
  .MuiDialog-paperWidthLg.MuiDialog-paperScrollBody {
    max-width: calc(100% - 64px);
  }
}
  .MuiDialog-paperWidthXl {
    max-width: 1920px;
  }
@media (max-width:1983.95px) {
  .MuiDialog-paperWidthXl.MuiDialog-paperScrollBody {
    max-width: calc(100% - 64px);
  }
}
  .MuiDialog-paperFullWidth {
    width: calc(100% - 64px);
  }
  .MuiDialog-paperFullScreen {
    width: 100%;
    height: 100%;
    margin: 0;
    max-width: 100%;
    max-height: none;
    border-radius: 0;
  }
  .MuiDialog-paperFullScreen.MuiDialog-paperScrollBody {
    margin: 0;
    max-width: 100%;
  }
  .jss149 {
    padding: 32px;
  }
  .jss150 {
    font-size: 30px;
    font-family: Quicksand;
  }
  .jss151 {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .jss152 {
    padding-top: 24px;
    padding-bottom: 16px;
  }
  .jss153 {
    width: 180px;
  }
  .jss154 {
    font-size: 18px;
  }
@media (max-width:959.95px) {
  .jss155 {
    width: 224px;
  }
}
  .jss143 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .jss144 {
    max-width: 1000px;
  }
  .jss145 {
    padding-top: 16px;
  }
  .jss146 {
    margin: 16px 0;
  }
  .jss147 {
    margin-bottom: 32px;
  }
  .jss148 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 24px;
  }
  .jss40 {
    padding-top: 80px;
    padding-bottom: 50px;
  }
@media (max-width:599.95px) {
  .jss40 {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
  .jss41 {
    margin: auto;
    max-width: 1600px;
  }
@media (max-width:599.95px) {
  .jss41 {
    padding-top: 64px;
  }
}
@media (max-width: 1200px) {
  .jss41 {
    max-width: 90%;
  }
}
  .jss42 {
    width: 64vw;
    height: 36vw;
    max-width: 736px;
    max-height: 414px;
  }
@media (max-width:1279.95px) {
  .jss42 {
    width: 48vw;
    height: 27vw;
  }
}
@media (max-width:959.95px) {
  .jss42 {
    width: 56vw;
    height: 31.5vw;
  }
}
@media (max-width:599.95px) {
  .jss42 {
    width: 80vw;
    height: 45vw;
  }
}
  .jss43 {
    background-color: #581016;
  }
  .jss175 {
    width: 180px;
    height: 180px;
  }
  .jss169 {
    padding-top: 64px;
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 64px;
  }
  .jss170 {
    width: 100%;
    display: flex;
    max-width: 1440px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .jss171 {
    font-size: 18px;
    text-align: center;
    font-weight: 500;
  }
  .jss172 {
    font-size: 18px;
    margin-top: 24px;
    text-align: center;
  }
  .jss173 {
    transition: all 0.1s;
  }
  .jss173:hover {
    color: #E7BB41;
    cursor: pointer;
  }
  .jss174 {
    width: 100%;
    display: flex;
    max-width: 1200px;
    margin-top: 48px;
    align-items: center;
    padding-left: 32px;
    padding-right: 32px;
    flex-direction: column;
    justify-content: center;
  }
  .jss158 {
    padding-top: 80px;
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 64px;
    background-color: #011c40;
  }
  .jss159 {
    max-width: 1440px;
  }
  .jss160 {
    gap: 8px;
    display: flex;
    margin-top: 32px;
    flex-direction: column;
  }
  .jss161 {
    color: #F6F6F6;
    font-size: 17px;
    max-width: 600px;
    text-align: center;
    font-weight: 600;
  }
  .jss162 {
    color: #F6F6F6;
  }
  .jss163 {
    width: 180px;
    height: 180px;
  }
  .jss164 {
    color: #F6F6F6;
    font-size: 17px;
    margin-top: 12px;
    text-align: center;
  }
  .jss165 {
    color: #F6F6F6;
    font-size: 18px;
    margin-top: 20px;
    font-weight: 700;
    margin-bottom: 12px;
  }
  .jss166 {
    color: #F6F6F6;
    font-size: 16px;
    text-align: center;
  }
  .jss183 {
    gap: 24px;
    padding-top: 56px;
    padding-left: 32px;
    padding-right: 32px;
    flex-direction: column;
    padding-bottom: 32px;
  }
  .jss184 {
    width: 40px;
    height: 40px;
  }
@media (max-width:359.95px) {
  .jss185 {
    flex-direction: column;
  }
}
  .jss186 {
    background-color: #011c40;
  }
  .jss134 {
    margin-top: 12px;
    font-weight: bold;
  }
  .jss135 {
    width: 200px;
    height: 220px;
    object-fit: cover;
    border-radius: 12px;
  }
@media (max-width:959.95px) {
  .jss135 {
    height: 200px;
    min-width: 170px;
  }
}
@media (max-width:599.95px) {
  .jss135 {
    font-size: 32px;
  }
}
  .jss132 {
    margin: 80px auto 0 auto;
    max-width: 1000px;
  }
  .jss133 {
    color: black;
    font-size: 50px;
    font-family: Gravitas One;
    font-weight: bold;
    padding-bottom: 30px;
  }
  .jss69 {
    background-color: black;
  }
  .jss70 {
    font-size: 50px;
    font-family: Gravitas One;
    font-weight: bold;
  }
  .jss71 {
    font-size: 20px;
    font-family: Gravitas One;
    font-weight: bold;
  }
  .jss72 {
    max-width: 1200px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .jss73 {
    width: 60%;
  }
@media (max-width:959.95px) {
  .jss73 {
    width: 30%;
  }
}
@media (max-width:599.95px) {
  .jss73 {
    width: 40%;
  }
}
  .jss74 {
    display: flex;
    align-content: center;
    justify-content: center;
  }
  .jss75 {
    padding: 16px 0;
    font-size: 16px;
    max-width: 70%;
  }
  .jss76 {
    background-color: #DB7E2C;
  }
  .jss77 {
    color: white;
    display: flex;
    align-content: center;
    justify-content: center;
  }
  .jss78 {
    display: flex;
    padding-left: 10px;
    align-content: center;
    justify-content: flex-start;
  }
  .jss79 {
    display: flex;
    padding-top: 30px;
    align-content: center;
    justify-content: center;
  }
  .jss81 {
    background: #530A11;
  }
  .jss82 {
    color: white;
  }
  .jss83 {
    color: white;
  }
  .jss84 {
    background: #581016;
  }
  .jss85 {
    color: white;
  }
  .jss86 {
    color: white;
  }
  .jss87 {
    background: #66191F;
  }
  .jss88 {
    color: white;
  }
  .jss89 {
    color: white;
  }
  .jss90 {
    background: radial-gradient( circle farthest-corner at 10% 20%,  rgba(255,209,67,1) 0%, rgba(255,145,83,1) 90% );;
  }
  .jss91 {
    color: #000;
  }
  .jss92 {
    color: #000;
  }
  .jss60 {
    padding: 80px 30px;
    background-color: #fff;
  }
  .jss61 {
    margin: auto;
  }
  .jss62 {
    padding-top: 30px;
    background-color: #530A11;
  }
  .jss63 {
    display: flex;
    align-content: center;
    justify-content: center;
  }
  .jss64 {
    color: black;
    max-width: 630px;
  }
  .jss65 {
    background-color: #DB7E2C;
  }
  .jss66 {
    color: white;
    display: flex;
    align-content: center;
    justify-content: center;
  }
  .jss67 {
    padding-top: 30px;
  }
  .jss95 {
    color: white;
    font-size: 20px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .jss96 {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #011C40;
  }
  .jss97 {
    max-width: 1600px;
    padding-top: 50px;
  }
  .jss176 {
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 64px;
  }
  .jss177 {
    width: 100%;
    display: flex;
    max-width: 1440px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .jss178 {
    font-size: 40px;
    text-align: center;
    font-family: Gravitas One;
    font-weight: 700;
  }
@media (max-width:959.95px) {
  .jss178 {
    font-size: 32px;
  }
}
  .jss179 {
    font-size: 18px;
    text-align: center;
    font-weight: 500;
  }
  .jss180 {
    font-size: 18px;
    margin-top: 24px;
    text-align: center;
  }
  .jss181 {
    transition: all 0.1s;
  }
  .jss181:hover {
    color: #E7BB41;
    cursor: pointer;
  }
  .jss182 {
    width: 100%;
    display: flex;
    max-width: 1200px;
    margin-top: 48px;
    align-items: center;
    padding-left: 32px;
    padding-right: 32px;
    flex-direction: column;
    justify-content: center;
  }
  .jss140 {
    padding: 24px;
  }
  .jss141 {
    font-size: 18px;
    font-weight: 700;
  }
  .jss142 {
    margin-top: 8px;
  }
  .jss136 {
    color: white;
    font-size: 20px;
  }
  .jss137 {
    background-color: #011C40;
  }
  .jss138 {
    margin: auto;
    padding: 80px 20px;
    max-width: 1600px;
  }
  .jss139 {
    padding-top: 50px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .jss1 {
    max-width: 1000px;
  }
  .jss2 {
    color: #fff;
    font-size: 6.2vw;
    font-family: Bebas Neue, bebas-neue, Helvetica;
    line-height: 6.2vw;
  }
@media (max-width:959.95px) {
  .jss2 {
    font-size: 13vw;
    margin-top: 80px;
    text-align: center;
    line-height: 13vw;
  }
}
  .jss3 {
    color: #fff;
    margin: 0 0 32px 0;
    font-size: 18px;
    font-family: Montserrat;
    font-weight: 600;
    letter-spacing: -0.5px;
  }
@media (max-width:599.95px) {
  .jss3 {
    font-size: 4vw;
    max-width: 90vw;
  }
}
@media (max-width:959.95px) {
  .jss3 {
    text-align: center;
  }
}
  .jss4 {
    color: black;
    font-size: 36px;
    font-family: Montserrat;
    font-weight: 700;
    letter-spacing: -1px;
    padding-bottom: 48px;
  }
  .jss5 {
    padding: 80px 0;
    background-color: #e0e0e0;
  }
  .jss6 {
    padding: 0 40px;
    max-width: 1200px;
  }
  .jss7 {
    width: 80%;
  }
@media (max-width:959.95px) {
  .jss7 {
    width: 97vw;
  }
}
  .jss8 {
    margin: auto;
    max-width: 1000px;
  }
  .jss9 {
    color: black;
    background-color: white;
  }
  .jss10 {
    padding-top: 40px;
  }