@font-face {
  font-display: auto;
  font-family: Lato;
  font-style: normal;
  font-weight: 300;
  src: local(""), url(../fonts/lato-v22-latin-300.woff2)format("woff2")
}

@font-face {
  font-display: auto;
  font-family: Lato;
  font-style: italic;
  font-weight: 300;
  src: local(""), url(../fonts/lato-v22-latin-300italic.woff2)format("woff2")
}

@font-face {
  font-display: auto;
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  src: local(""), url(../fonts/lato-v22-latin-regular.woff2)format("woff2")
}

@font-face {
  font-display: auto;
  font-family: Lato;
  font-style: italic;
  font-weight: 400;
  src: local(""), url(../fonts/lato-v22-latin-italic.woff2)format("woff2")
}

@font-face {
  font-display: auto;
  font-family: Lato;
  font-style: normal;
  font-weight: 700;
  src: local(""), url(../fonts/lato-v22-latin-700.woff2)format("woff2")
}

@font-face {
  font-display: auto;
  font-family: Lato;
  font-style: italic;
  font-weight: 700;
  src: local(""), url(../fonts/lato-v22-latin-700italic.woff2)format("woff2")
}

@font-face {
  font-display: auto;
  font-family: Lato;
  font-style: normal;
  font-weight: 900;
  src: local(""), url(../fonts/lato-v22-latin-900.woff2)format("woff2")
}

@font-face {
  font-display: auto;
  font-family: Lato;
  font-style: italic;
  font-weight: 900;
  src: local(""), url(../fonts/lato-v22-latin-900italic.woff2)format("woff2")
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/poppins-400.ttf) format('truetype');
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  -moz-appearance: button;
  -ms-appearance: button;
  appearance: button;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  -ms-appearance: textfield;
  appearance: textfield;
  outline-offset: -2px;
}

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  -moz-appearance: button;
  -ms-appearance: button;
  appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: -webkit-box;
  display: -webkit-list-item;
  display: -ms-list-itembox;
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

@media screen and (max-width:425px) {
  #onetrust-consent-sdk #onetrust-banner-sdk {
    top: 70%;
  }
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  background-color: #fff;
  color: #323232;
  font-family: Lato, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  line-height: 1.5;
  min-width: 300px;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

a {
  color: #165297;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  -webkit-transition: color 150ms;
  transition: color 150ms;
}

img {
  height: auto;
  max-width: 100%;
}

svg {
  height: auto;
}

.css-76peft {
  border-bottom: 1px solid #E8E8E8;
}

.css-1qsxih2 {
  width: 100%;
  margin-left: auto;
  box-sizing: border-box;
  margin-right: auto;
  display: block;
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width:600px) {
  .css-1qsxih2 {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (min-width:1200px) {
  .css-1qsxih2 {
    max-width: 1200px;
  }
}

.css-1d3bbye {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.css-1bvsj53 {
  box-sizing: border-box;
  margin: 0;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  max-width: 25%;
}

@media (min-width:600px) {
  .css-1bvsj53 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    max-width: 25%;
  }
}

@media (min-width:900px) {
  .css-1bvsj53 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    max-width: 25%;
  }
}

@media (min-width:1200px) {
  .css-1bvsj53 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    max-width: 25%;
  }
}

@media (min-width:1536px) {
  .css-1bvsj53 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    max-width: 25%;
  }
}

@media (min-width:900px) {
  .css-1bvsj53 {
    display: none;
  }
}

.css-1s50f5r {
  box-sizing: border-box;
  margin: 0;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  max-width: 50%;
}

@media (min-width:600px) {
  .css-1s50f5r {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    max-width: 50%;
  }
}

@media (min-width:900px) {
  .css-1s50f5r {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    max-width: 50%;
  }
}

@media (min-width:1200px) {
  .css-1s50f5r {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    max-width: 50%;
  }
}

@media (min-width:1536px) {
  .css-1s50f5r {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    max-width: 50%;
  }
}

.css-1vuokhd {
  height: 60px;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width:600px) {
  .css-1vuokhd {
    height: 70px;
  }
}

@media (min-width:900px) {
  .css-1vuokhd {
    height: 80px;
  }
}

@media (min-width:600px) {
  .css-1vuokhd {
    -webkit-align-items: flext-start;
    -webkit-box-align: flext-start;
    -ms-flex-align: flext-start;
    align-items: flext-start;
  }
}

.css-hlc2na {
  display: block;
  width: 200px;
  max-height: 40px;
  height: auto;
}

@media (min-width:0px) {
  .css-hlc2na {
    width: 240px;
  }
}

@media (min-width:600px) {
  .css-hlc2na {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: flex-start;
    align-self: flex-start;
    width: 300px;
  }
}

.logo-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: inherit;
}

.logo-mark {
  display: block;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}

.logo-wordmark {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.logo-wordmark .logo-name {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  font-weight: 700;
  color: #11437d;
  letter-spacing: 0.02em;
}

.logo-wordmark .logo-tag {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 11px;
  font-weight: 600;
  color: #f09103;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

@media (min-width:600px) {
  .logo-mark {
    width: 48px;
    height: 48px;
  }
  .logo-wordmark .logo-name {
    font-size: 18px;
  }
  .logo-wordmark .logo-tag {
    font-size: 12px;
  }
}

.anzeige-banner {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #333;
  background: #f0f0f0;
  border-bottom: 1px solid #ddd;
  padding: 8px 12px;
  font-family: Georgia, "Times New Roman", serif;
}

.author-byline {
  margin: 12px 0 24px;
  font-size: 14px;
  color: #555;
}

.css-xgpa3q {
  box-sizing: border-box;
  margin: 0;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  max-width: 25%;
}

@media (min-width:600px) {
  .css-xgpa3q {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    max-width: 25%;
  }
}

@media (min-width:900px) {
  .css-xgpa3q {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    max-width: 50%;
  }
}

@media (min-width:1200px) {
  .css-xgpa3q {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    max-width: 50%;
  }
}

@media (min-width:1536px) {
  .css-xgpa3q {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    max-width: 50%;
  }
}

.css-1j553x0 {
  height: 60px;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

@media (min-width:600px) {
  .css-1j553x0 {
    height: 70px;
  }
}

@media (min-width:900px) {
  .css-1j553x0 {
    height: 80px;
  }
}

.css-qzp0zj {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.2;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.css-65xizo {
  color: #165297;
  display: none;
  margin-right: 12px;
  text-align: right;
}

@media (min-width:900px) {
  .css-65xizo {
    display: block;
  }
}

.css-1d8iuzu {
  font-size: 0.75rem;
  color: #ABABAB;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 300ms;
  transition: max-height 300ms;
  max-height: 24px;
}

.css-1kcihhy {
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #E8E8E8;
  border-radius: 50%;
  color: #165297;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0;
  -webkit-transition: border-color 300ms;
  transition: border-color 300ms;
  width: 40px;
}

@media (min-width:600px) {
  .css-hbsnkx {
    display: none;
  }
}

.css-kw1yp7 {
  height: auto;
  width: 100%;
  margin-top: 0px;
  -webkit-background-size: 'cover';
  background-size: 'cover';
  padding: 0;
}

.css-1qkxhrg {
  width: 100%;
  margin-left: auto;
  box-sizing: border-box;
  margin-right: auto;
  display: block;
  height: auto;
  width: 100%;
  margin-top: 0px;
  -webkit-background-size: 'cover';
  background-size: 'cover';
  padding: 0;
}

.css-19aeuqq {
  box-sizing: border-box;
  margin: 0;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  max-width: 100%;
  padding-right: 0px;
}

@media (min-width:600px) {
  .css-19aeuqq {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    max-width: 100%;
  }
}

@media (min-width:900px) {
  .css-19aeuqq {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    max-width: 100%;
  }
}

@media (min-width:1200px) {
  .css-19aeuqq {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    max-width: 100%;
  }
}

@media (min-width:1536px) {
  .css-19aeuqq {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    max-width: 100%;
  }
}

@media (min-width:900px) {
  .css-xkeg8j {
    padding: 0;
  }
}

.css-vvalb9 {
  width: 100%;
  margin-left: auto;
  box-sizing: border-box;
  margin-right: auto;
  display: block;
}

@media (min-width:900px) {
  .css-vvalb9 {
    padding: 0;
  }
}

.css-11pg4wk {
  width: 100%;
  height: 144px;
  background: linear-gradient(153deg, rgba(36, 150, 210, 1) 0%, rgba(11, 106, 170, 1) 36%, rgba(11, 62, 125, 1) 100%);
}

@media (min-width:600px) {
  .css-11pg4wk {
    height: 200px;
  }
}

@media (min-width:900px) {
  .css-11pg4wk {
    height: 552px;
    background: none;
    background-image: url(../images/header-202603-desktop.webp);
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-background-position: center;
    background-position: center;
  }
}

.css-1fa727e {
  display: block;
  height: 144px;
  width: 144px;
  position: absolute;
  right: 0px;
}

@media (min-width:600px) {
  .css-1fa727e {
    height: 200px;
    width: 201px;
  }
}

@media (min-width:900px) {
  .css-1fa727e {
    display: none;
  }
}

.css-1pzj4ai {
  height: 128px;
  max-width: 60%;
  min-height: 132px;
  overflow: hidden;
  text-align: left;
  margin-left: 1rem;
}

@media (min-width:0px) {
  .css-1pzj4ai {
    height: 144px;
  }
}

@media (min-width:600px) {
  .css-1pzj4ai {
    height: auto;
    max-width: 65%;
  }
}

@media (min-width:900px) {
  .css-1pzj4ai {
    max-width: 70%;
    margin-left: -13%;
    text-align: center;
  }
}

.css-51nntg {
  color: #FFFFFF;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2rem;
  margin: 12px 0 0;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}

@media (min-width:600px) {
  .css-51nntg {
    font-size: 2rem;
    line-height: 56px;
  }
}

@media (min-width:900px) {
  .css-51nntg {
    color: #165297;
    display: block;
    text-shadow: none;
  }
}

@media (min-width:1200px) {
  .css-51nntg {
    font-size: 2.5rem;
  }
}

.css-kfh01n {
  color: #FFFFFF;
  font-size: 1.125rem;
  line-height: 1.35;
  margin: 0;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}

@media (min-width:600px) {
  .css-kfh01n {
    font-size: 1.5rem;
    line-height: 1.35;
  }
}

@media (min-width:900px) {
  .css-kfh01n {
    color: #165297;
    display: block;
    text-shadow: none;
  }
}

@media (min-width:1200px) {
  .css-kfh01n {
    font-size: 2rem;
  }
}

.css-1vzyzxi {
  display: none;
  border-radius: 4px 4px 0 0;
  background-color: #FFFFFF;
  margin-left: 80px;
  padding: 24px;
  height: 420px;
}

@media (min-width:900px) {
  .css-1vzyzxi {
    width: 320px;
    display: block;
  }
}

@media (min-width:1200px) {
  .css-1vzyzxi {
    width: 408px;
  }
}

.css-2cfdvs .MuiTypography-root {
  margin: 8px 0;
}

.css-1tb99j4 {
  min-width: 250px;
}

.css-e4axay {
  width: 100%;
  margin: 0 auto 24px;
}

.css-1rkmk6e {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
  vertical-align: top;
  width: 100%;
  margin: 0 auto 24px;
}

.css-1b64ham {
  width: 100%;
  height: 56px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  position: relative;
  background-color: rgba(0, 0, 0, 0.06);
  -webkit-transition: background-color 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  transition: background-color 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  border-bottom: 1px solid rgba(0, 0, 0, 0.54);
}

@media (min-width:1200px) {
  .css-1b64ham {
    width: 360px;
  }
}

.css-16tk44 {
  top: 12px;
  left: -2px;
}

.css-11g873t {
  display: block;
  transform-origin: top left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(100% - 24px);
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(14px, 16px) scale(1);
  -moz-transform: translate(14px, 16px) scale(1);
  -ms-transform: translate(14px, 16px) scale(1);
  transform: translate(14px, 16px) scale(1);
  -webkit-transition: color 200ms cubic-bezier(0.0, 0, 0.2, 1) 0ms, -webkit-transform 200ms cubic-bezier(0.0, 0, 0.2, 1) 0ms, max-width 200ms cubic-bezier(0.0, 0, 0.2, 1) 0ms;
  transition: color 200ms cubic-bezier(0.0, 0, 0.2, 1) 0ms, transform 200ms cubic-bezier(0.0, 0, 0.2, 1) 0ms, max-width 200ms cubic-bezier(0.0, 0, 0.2, 1) 0ms;
  z-index: 1;
  pointer-events: none;
  color: #ABABAB;
  top: 12px;
  left: -2px;
}

.css-10mar07 {
  color: #848484;
  font-family: Lato, -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4375em;
  padding: 0;
  position: relative;
  color: #323232;
  display: block;
  transform-origin: top left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(100% - 24px);
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(14px, 16px) scale(1);
  -moz-transform: translate(14px, 16px) scale(1);
  -ms-transform: translate(14px, 16px) scale(1);
  transform: translate(14px, 16px) scale(1);
  -webkit-transition: color 200ms cubic-bezier(0.0, 0, 0.2, 1) 0ms, -webkit-transform 200ms cubic-bezier(0.0, 0, 0.2, 1) 0ms, max-width 200ms cubic-bezier(0.0, 0, 0.2, 1) 0ms;
  transition: color 200ms cubic-bezier(0.0, 0, 0.2, 1) 0ms, transform 200ms cubic-bezier(0.0, 0, 0.2, 1) 0ms, max-width 200ms cubic-bezier(0.0, 0, 0.2, 1) 0ms;
  z-index: 1;
  pointer-events: none;
  color: #ABABAB;
  top: 12px;
  left: -2px;
}

.css-10mar07.Mui-focused {
  color: #165297;
}

.css-10mar07.Mui-disabled {
  color: #ABABAB;
}

.css-10mar07.Mui-error {
  color: #AE2E2E;
}

.css-10mar07>.MuiTypography-root {
  margin-bottom: 0;
}

.css-1io9b1o {
  text-transform: none;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 64px;
}

.css-316f0x {
  font-family: Lato, -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.75;
  text-transform: uppercase;
  min-width: 64px;
  padding: 6px 16px;
  border-radius: 4px;
  -webkit-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-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  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-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  color: #FFFFFF;
  background-color: #F09103;
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  width: 100%;
  text-transform: inherit;
  text-transform: none;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 64px;
}

.css-316f0x:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
  background-color: #C07402;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

@media (hover: none) {
  .css-316f0x:hover {
    background-color: #F09103;
  }
}

.css-316f0x:active {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.css-316f0x.Mui-focusVisible {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}

.css-316f0x.Mui-disabled {
  color: rgba(0, 0, 0, 0.26);
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0.12);
}

.css-y1nes8 {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  outline: 0;
  border: 0;
  margin: 0;
  border-radius: 0;
  padding: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: inherit;
  font-family: Lato, -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.75;
  text-transform: uppercase;
  min-width: 64px;
  padding: 6px 16px;
  border-radius: 4px;
  -webkit-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-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  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-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  color: #FFFFFF;
  background-color: #F09103;
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  width: 100%;
  text-transform: inherit;
  text-transform: none;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 64px;
}

.css-y1nes8::-moz-focus-inner {
  border-style: none;
}

.css-y1nes8.Mui-disabled {
  pointer-events: none;
  cursor: default;
}

@media print {
  .css-y1nes8 {
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
  }
}

.css-y1nes8:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
  background-color: #C07402;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

@media (hover: none) {
  .css-y1nes8:hover {
    background-color: #F09103;
  }
}

.css-y1nes8:active {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.css-y1nes8.Mui-focusVisible {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}

.css-y1nes8.Mui-disabled {
  color: rgba(0, 0, 0, 0.26);
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0.12);
}

.css-rtb62u {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
}

.css-11agv1m {
  margin-right: 2px;
  font-size: 16px;
}

.css-uahybi {
  font-size: 12px;
}

.css-1vpj5ff {
  display: none;
}

@media (min-width:900px) {
  .css-1vpj5ff {
    display: block;
    position: relative;
    top: -240px;
    left: 0;
    -webkit-transform: translate(50%, 50%);
    -moz-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
  }
}

.css-1i82ydo {
  display: block;
}

.css-fcy8wa {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #165297;
  display: none;
  font-weight: bold;
  list-style-position: inside;
}

@media (min-width:600px) {
  .css-fcy8wa {
    display: block;
  }
}

.css-gflyic {
  list-style: none;
  padding: 0;
}

.css-1ptpg9q {
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 48px;
}

.css-1ptpg9q>svg {
  max-height: 24px;
}

.css-1plrovb {
  margin-left: 8px;
}

.css-d0fc1l {
  display: none;
}

@media (min-width:900px) {
  .css-d0fc1l {
    display: block;
    position: relative;
    top: -240px;
    left: -14px;
    -webkit-transform: translate(50%, 50%);
    -moz-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
  }
}

.css-fepsb2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  width: 100%;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width:900px) {
  .css-fepsb2 {
    -webkit-align-items: left;
    -webkit-box-align: left;
    -ms-flex-align: left;
    align-items: left;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    -webkit-justify-content: left;
    justify-content: left;
    width: 50%;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 8px 12px;
  }
}

.css-1uj54qi {
  margin-right: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.css-ikscia {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 8px 18px;
  background-color: #E8EEF5;
  margin: 0 2px 12px 4px;
  font-size: 14px;
  height: 56px;
  width: 100%;
}

@media (min-width:900px) {
  .css-ikscia {
    width: 260px;
    padding: 8px 12px;
  }
}

.css-j6ekjv {
  color: #165297;
  max-width: 165px;
}

.css-ji1k50 {
  margin-top: 24px;
  display: block;
  width: 100%;
  background-color: #F9FBFD;
}

@media (min-width:900px) {
  .css-ji1k50 {
    display: none;
  }
}

.css-yyex1 {
  display: block;
  width: 100%;
  margin-top: 24px;
}

@media (min-width:900px) {
  .css-yyex1 {
    display: none;
  }
}

.css-1j9f97y {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width:900px) {
  .css-1j9f97y {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.css-1je058s {
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #FFFFFF;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1 0 50%;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  -webkit-box-flex-flow: row-reverse wrap;
  -webkit-flex-flow: row-reverse wrap;
  -ms-flex-flow: row-reverse wrap;
  flex-flow: row-reverse wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  overflow: hidden;
  padding: 10px 4% 0;
  widht: 100%;
}

@media (min-width:900px) {
  .css-1je058s {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 90px;
  }
}

.css-12frltk {
  margin-right: 10px;
}

.css-72u759 {
  height: 74px;
  width: 139.36666666666667px;
  position: relative;
  margin-bottom: 10px;
}

.css-rdbh70 {
  height: 74px;
  width: 74px;
  position: relative;
  margin-bottom: 10px;
}

.css-1h6k2pp {
  font-size: 12px;
  line-height: 20px;
  color: #5B5B5B;
  width: 100%;
  margin: 0;
  margin-bottom: 36px;
  margin-top: 16px;
}

@media (min-width:900px) {
  .css-1h6k2pp {
    margin-bottom: 36px;
    padding-right: 16px;
    width: 50%;
  }
}

.css-1oc081h {
  width: 100%;
  margin-left: auto;
  box-sizing: border-box;
  margin-right: auto;
  display: block;
  padding-left: 16px;
  padding-right: 16px;
  margin-top: 16px;
  margin-bottom: 32px;
}

@media (min-width:600px) {
  .css-1oc081h {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (min-width:1200px) {
  .css-1oc081h {
    max-width: 1200px;
  }
}

.css-148mhx5 {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  padding: 8px 16px;
}

.css-vh0wf5 {
  margin: 0;
  font-family: Lato, -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  font-size: 2.125rem;
  line-height: 1.235;
  text-align: center;
  letter-spacing: 0.03rem;
  font-family: Lato, -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.75rem;
  letter-spacing: 0;
}

.css-57dyg3 {
  margin: 0;
  font-family: Lato, -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.03rem;
  font-family: Lato, -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  font-size: 1.00rem;
  line-height: 1.50rem;
  letter-spacing: 0;
  font-size: 18px;
}

.css-2tnt0t {
  --Grid-columns: 12;
  --Grid-columnSpacing: 16px;
  --Grid-rowSpacing: 16px;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  min-width: 0;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: calc(var(--Grid-rowSpacing) / -2) calc(var(--Grid-columnSpacing) / -2);
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.css-124fws5 {
  min-width: 0;
  box-sizing: border-box;
  padding: calc(var(--Grid-rowSpacing) / 2) calc(var(--Grid-columnSpacing) / 2);
}

.css-12awq1w {
  margin: 0;
  font-family: Lato, -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.03rem;
  font-family: Lato, -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  font-size: 1.00rem;
  line-height: 1.50rem;
  letter-spacing: 0;
  margin-top: 8px;
  margin-bottom: 32px;
}

.css-1wp9g3a {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-decoration-color: rgba(22, 82, 151, 0.4);
  -webkit-text-decoration: none;
  text-decoration: none;
  font-size: 12px;
  color: #323232;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.css-1wp9g3a:hover {
  text-decoration-color: inherit;
}

.css-1yozog6 {
  margin: 0;
  font: inherit;
  letter-spacing: 0.03rem;
  color: #165297;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-decoration-color: rgba(22, 82, 151, 0.4);
  -webkit-text-decoration: none;
  text-decoration: none;
  font-size: 12px;
  color: #323232;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.css-1yozog6:hover {
  text-decoration-color: inherit;
}

.css-qnsef {
  margin-top: 16px;
  margin-bottom: 24px;
}

@media (min-width: 1200px) {
  .css-qnsef {
    padding-left: auto;
  }
}

.css-a55ksw {
  width: 100%;
  margin-left: auto;
  box-sizing: border-box;
  margin-right: auto;
  display: block;
  padding-left: 16px;
  padding-right: 16px;
  margin-top: 16px;
  margin-bottom: 24px;
}

@media (min-width:600px) {
  .css-a55ksw {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (min-width:1200px) {
  .css-a55ksw {
    max-width: 1200px;
  }
}

@media (min-width: 1200px) {
  .css-a55ksw {
    padding-left: auto;
  }
}

.css-1bh8flr {
  margin: 0;
  font-family: Lato, -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.334;
  letter-spacing: 0.03rem;
  font-family: Lato, -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 700;
  font-size: 1.00rem;
  line-height: 1.50rem;
  letter-spacing: 0;
  margin-bottom: 16px;
}

.css-7o5nje {
  margin: 0;
  font-family: Lato, -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.03rem;
  font-family: Lato, -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  font-size: 1.00rem;
  line-height: 1.50rem;
  letter-spacing: 0;
  font-size: 12px;
  line-height: 20px;
}

.css-8zc4bq {
  width: 100%;
  margin-left: auto;
  box-sizing: border-box;
  margin-right: auto;
  display: block;
  height: auto;
  width: 100%;
  margin-top: 0px;
  -webkit-background-size: 'cover';
  background-size: 'cover';
  padding: 0;
}

@media (min-width:1200px) {
  .css-8zc4bq {
    max-width: 1200px;
  }
}

.css-167dc09 {
  white-space: normal;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.css-1fbj3ng {
  margin: 0;
  font-family: Lato, -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 300;
  font-size: 3.75rem;
  line-height: 1.2;
  letter-spacing: 0.03rem;
  font-family: Lato, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1.69rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 2.19rem;
  color: #165297;
}

@media (min-width:600px) {
  .css-1fbj3ng {
    font-size: 1.75rem;
    line-height: 2.38rem;
  }
}

.css-1x88jrx {
  margin: 0;
  font-family: Lato, -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.03rem;
  font-family: Lato, -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  font-size: 1.00rem;
  line-height: 1.50rem;
  letter-spacing: 0;
  color: #323232;
  margin-bottom: 0.5rem;
}

.css-1o2mbfq {
  color: #FFFFFF;
  background-color: #7397C1;
  margin-bottom: 16px;
  padding: 16px 0;
}

.css-10mxbex {
  box-sizing: border-box;
  margin: 0;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  max-width: 100%;
}

@media (min-width:600px) {
  .css-10mxbex {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    max-width: 100%;
  }
}

@media (min-width:900px) {
  .css-10mxbex {
    -webkit-flex-basis: 8.333333%;
    -ms-flex-preferred-size: 8.333333%;
    flex-basis: 8.333333%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    max-width: 8.333333%;
  }
}

@media (min-width:1200px) {
  .css-10mxbex {
    -webkit-flex-basis: 8.333333%;
    -ms-flex-preferred-size: 8.333333%;
    flex-basis: 8.333333%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    max-width: 8.333333%;
  }
}

@media (min-width:1536px) {
  .css-10mxbex {
    -webkit-flex-basis: 8.333333%;
    -ms-flex-preferred-size: 8.333333%;
    flex-basis: 8.333333%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    max-width: 8.333333%;
  }
}

.css-bpvn8g {
  height: 100%;
  width: 100%;
  padding: 0 4px;
  border-right: 1px solid #FFFFFF;
}

.css-4fc873 {
  display: block;
  max-width: 48px;
  margin: 0 auto;
}

.css-1uz9bwy {
  max-width: 48px;
}

.css-17ach56 {
  box-sizing: border-box;
  margin: 0;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-basis: 83.333333%;
  -ms-flex-preferred-size: 83.333333%;
  flex-basis: 83.333333%;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  max-width: 83.333333%;
  padding-right: 8px;
  padding-left: 8px;
}

@media (min-width:600px) {
  .css-17ach56 {
    -webkit-flex-basis: 83.333333%;
    -ms-flex-preferred-size: 83.333333%;
    flex-basis: 83.333333%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    max-width: 83.333333%;
  }
}

@media (min-width:900px) {
  .css-17ach56 {
    -webkit-flex-basis: 91.666667%;
    -ms-flex-preferred-size: 91.666667%;
    flex-basis: 91.666667%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    max-width: 91.666667%;
  }
}

@media (min-width:1200px) {
  .css-17ach56 {
    -webkit-flex-basis: 91.666667%;
    -ms-flex-preferred-size: 91.666667%;
    flex-basis: 91.666667%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    max-width: 91.666667%;
  }
}

@media (min-width:1536px) {
  .css-17ach56 {
    -webkit-flex-basis: 91.666667%;
    -ms-flex-preferred-size: 91.666667%;
    flex-basis: 91.666667%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    max-width: 91.666667%;
  }
}

.css-ocem57 {
  margin: 0;
  font-family: Lato, -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.03rem;
  font-family: Lato, -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  font-size: 1.00rem;
  line-height: 1.50rem;
  letter-spacing: 0;
  color: #FFFFFF;
  margin-left: 32px;
  text-indent: -26px;
}

.css-1y29gqs {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 1em;
  height: 1em;
  display: inline-block;
  fill: currentColor;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  font-size: 1.5rem;
  vertical-align: text-bottom;
  height: .8em;
}

.css-1yd0zg5 {
  color: #323232;
  background-color: #FFFFFF;
  margin-bottom: 16px;
  padding: 16px 0;
}

.css-ne6dx {
  height: 100%;
  width: 100%;
  padding: 0 4px;
  border-right: 1px solid #323232;
}

.css-b0smsn {
  margin: 0;
  font-family: Lato, -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.03rem;
  font-family: Lato, -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  font-size: 1.00rem;
  line-height: 1.50rem;
  letter-spacing: 0;
  color: #323232;
  margin-left: 32px;
  text-indent: -26px;
}

.css-vaz24r {
  width: 100%;
  margin-left: auto;
  box-sizing: border-box;
  margin-right: auto;
  display: block;
  padding-left: 16px;
  padding-right: 16px;
  margin-top: 16px;
}

@media (min-width:600px) {
  .css-vaz24r {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (min-width:1200px) {
  .css-vaz24r {
    max-width: 1200px;
  }
}

.css-ytcbjs {
  margin: 0;
  font-family: Lato, -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.43;
  letter-spacing: 0.03rem;
  font-family: Lato, -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  font-size: 0.88rem;
  line-height: 1.25rem;
  letter-spacing: 0.02rem;
  color: #848484;
}

.css-1cd43a9 {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-decoration-color: rgba(132, 132, 132, 0.4);
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.css-1cd43a9:hover {
  text-decoration-color: inherit;
}

.css-1jh9ks3 {
  margin: 0;
  font: inherit;
  letter-spacing: 0.03rem;
  color: #848484;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-decoration-color: rgba(132, 132, 132, 0.4);
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.css-1jh9ks3:hover {
  text-decoration-color: inherit;
}

.css-ddtbl3 {
  margin: 0;
  font-family: Lato, -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.43;
  letter-spacing: 0.03rem;
  font-family: Lato, -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  font-size: 0.88rem;
  line-height: 1.25rem;
  letter-spacing: 0.02rem;
  color: #848484;
  margin-top: 8px;
}

.css-hrlxdu {
  margin-top: 24px;
  border-top: 1px solid #BFBFBF;
}

.css-16aknxd {
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  gap: 24px;
  max-width: 1200px;
}

@media (min-width:0px) {
  .css-16aknxd {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

@media (min-width:900px) {
  .css-16aknxd {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

.css-70qvj9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.css-19gmsui {
  min-width: 192px;
}

.css-1sd65rw {
  margin-left: 32px;
}

@media (min-width:0px) {
  .css-1sd65rw {
    display: none;
  }
}

@media (min-width:600px) {
  .css-1sd65rw {
    display: block;
  }
}

@media (min-width:900px) {
  .css-1sd65rw {
    display: none;
  }
}

.css-1x2phcg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

.css-1ixmmm7 {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-decoration-color: rgba(22, 82, 151, 0.4);
  -webkit-text-decoration: none;
  text-decoration: none;
}

.css-1ixmmm7:hover {
  text-decoration-color: inherit;
}

.css-fgtepv {
  margin: 0;
  font: inherit;
  letter-spacing: 0.03rem;
  color: #165297;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-decoration-color: rgba(22, 82, 151, 0.4);
  -webkit-text-decoration: none;
  text-decoration: none;
}

.css-fgtepv:hover {
  text-decoration-color: inherit;
}

.css-10cuwyq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #D0DCEA;
  border-radius: 50%;
}

@media (min-width:0px) {
  .css-10cuwyq {
    width: 40px;
    height: 40px;
    padding: 4px;
  }
}

@media (min-width:600px) {
  .css-10cuwyq {
    width: 32px;
    height: 32px;
    padding: 2px;
  }
}

.css-10cuwyq:hover {
  background-color: #F3F6FA;
}

@media (min-width:0px) {
  .css-birj8h {
    display: block;
  }
}

@media (min-width:600px) {
  .css-birj8h {
    display: none;
  }
}

@media (min-width:900px) {
  .css-birj8h {
    display: block;
  }
}

.css-1kkt86i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
}

.css-1t94mvs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width:0px) {
  .css-1t94mvs {
    -webkit-box-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}

@media (min-width:600px) {
  .css-1t94mvs {
    -webkit-box-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 16px;
  }
}

@media (min-width:900px) {
  .css-1t94mvs {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}

.css-falj2o {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-decoration-color: rgba(22, 82, 151, 0.4);
  -webkit-text-decoration: none;
  text-decoration: none;
  font-family: Lato, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.01071em;
  color: #212121;
}

.css-falj2o:hover {
  text-decoration-color: inherit;
}

.css-falj2o:hover {
  color: #979797;
}

.css-4g1k5w {
  margin: 0;
  font: inherit;
  letter-spacing: 0.03rem;
  color: #165297;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-decoration-color: rgba(22, 82, 151, 0.4);
  -webkit-text-decoration: none;
  text-decoration: none;
  font-family: Lato, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.01071em;
  color: #212121;
}

@media (min-width:0px) {
  .css-4g1k5w {
    padding-bottom: 16px;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

@media (min-width:600px) {
  .css-4g1k5w {
    padding-bottom: 4px;
    -webkit-flex-basis: inherit;
    -ms-flex-preferred-size: inherit;
    flex-basis: inherit;
  }
}

.css-4g1k5w:hover {
  text-decoration-color: inherit;
}

.css-4g1k5w:hover {
  color: #979797;
}

@media (min-width:0px) {
  .css-lo76ph {
    margin-top: 8px;
  }
}

@media (min-width:600px) {
  .css-lo76ph {
    margin-top: 0;
  }
}

.css-ajgsls {
  margin: 0;
  font-family: Lato, -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.43;
  letter-spacing: 0.03rem;
  font-family: Lato, -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  font-size: 0.88rem;
  line-height: 1.25rem;
  letter-spacing: 0.02rem;
  color: #212121;
  font-family: Lato, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.01071em;
}

@media (min-width:0px) {
  .css-ajgsls {
    text-align: left;
  }
}

@media (min-width:900px) {
  .css-ajgsls {
    text-align: right;
  }
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/poppins-400.ttf) format('truetype');
}

@media screen and (max-width: 812px) {
  #sm-coupon-container {
    position: fixed;
    bottom: -6000px;
    z-index: 2147483647;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
  }

  #sm-coupon-container.sm-animate-visible {
    bottom: 0;
  }

  #sm-coupon-container.sm-centered {
    bottom: 0;
  }

  #sm-coupon-container .sm-coupon-wrapper {
    background-color: #ffffff;
    border-radius: 15px;
    width: 100vw;
  }

  #sm-coupon-container .sm-header {
    margin: 0px;
    padding: 0px;
    border-bottom: 1px solid #eee;
  }

  #sm-coupon-container .sm-header .sm-logo1 {
    margin: 7px 5px 0 5px;
    cursor: pointer;
  }

  #sm-coupon-container .sm-header img.sm-logo1 {
    width: 80px;
  }

  #sm-coupon-container .sm-header .sm-cross-icon {
    float: right;
    cursor: pointer;
    margin-top: 7px;
    margin-right: 5px;
  }

  #sm-coupon-container .sm-header .sm-cross-icon img {
    margin: 10px 14px;
    width: 11px;
  }

  #sm-coupon-container .sm-activation-button {
    font-size: 18px;
    text-align: center;
    min-width: 70%;
    padding: 0 5px;
    line-height: 40px;
    border-radius: 5px;
  }

  #sm-coupon-container .sm-activation-button :hover {
    font-size: 22px;
    min-width: 85%;
  }

  #sm-coupon-container .sm-activation-button img {
    height: 15px;
  }

  #sm-coupon-container .sm-support a {
    font-size: 8px !important;
  }

  #sm-coupon-container .sm-coupon-codes {
    width: 100%;
    margin-top: 0;
    margin-bottom: 5px;
  }

  #sm-coupon-container .sm-valid-codes {
    overflow: hidden;
    height: 56px;
  }

  #sm-coupon-container #exclusions-text {
    font-family: Verdana;
    font-size: 8pt;
    bottom: 40px;
    background-color: #eeeeee;
    color: #333333;
    padding: 5px 20px;
    border-radius: 5px;
  }

  #sm-coupon-container h1 {
    font-size: 20px;
  }

  #sm-coupon-container h2 {
    font-size: 18px;
  }

  #sm-coupon-container h3 {
    font-size: 15px;
  }

  #sm-coupon-container h4 {
    font-size: 12px;
  }

  #sm-coupon-container h5 {
    font-size: 10px;
  }

  #sm-coupon-container h6 {
    font-size: 10.2px;
  }
}

@media screen and (min-width: 813px) {
  #sm-coupon-container {
    position: fixed;
    z-index: 2147483647;
    top: -8px;
    right: -3600px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
  }

  #sm-coupon-container.sm-animate-visible {
    right: 0;
  }

  #sm-coupon-container.sm-centered {
    right: calc(50vw - 325px);
    top: calc(50vh - 240px);
  }

  #sm-coupon-container .sm-coupon-wrapper {
    width: 374px;
  }

  #sm-coupon-container .sm-header {
    margin: 0px;
    padding: 0 15px;
  }

  #sm-coupon-container .sm-header .sm-logo1 {
    margin: 10px;
    cursor: pointer;
  }

  #sm-coupon-container .sm-header .sm-cross-icon {
    float: right;
    margin-top: 11px;
    cursor: pointer;
  }

  #sm-coupon-container .sm-activation-button {
    font-size: 20px;
    text-align: center;
    min-width: 70%;
    padding: 0 5px;
    line-height: 45px;
    border-radius: 5px;
  }

  #sm-coupon-container .sm-activation-button :hover {
    font-size: 22px;
    min-width: 85%;
  }

  #sm-coupon-container .sm-activation-button img {
    height: 15px;
  }

  #sm-coupon-container .sm-coupon-codes {
    width: 100%;
    margin-top: 0;
    margin-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
  }

  #sm-coupon-container .sm-valid-codes {
    overflow: hidden;
    height: 62px;
  }

  #sm-coupon-container #exclusions-text {
    font-family: Verdana;
    font-size: 8pt;
    margin-left: 15px;
    position: absolute;
    bottom: 40px;
    width: 300px;
    background-color: #eeeeee;
    color: #333333;
    padding: 20px;
    border-radius: 10px;
  }

  #sm-coupon-container h1 {
    font-size: 25px;
  }

  #sm-coupon-container h2 {
    font-size: 20px;
  }

  #sm-coupon-container h3 {
    font-size: 18px !important;
    text-align: center !important;
  }

  #sm-coupon-container h4 {
    font-size: 15px;
  }

  #sm-coupon-container h5 {
    font-size: 12px;
  }

  #sm-coupon-container h6 {
    font-size: 10.2px;
  }
}

#sm-coupon-container.no-transition {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

#sm-coupon-container span#checkedCoupons,
#sm-coupon-container span#totalCoupons {
  font-size: inherit;
}

#sm-coupon-container .sm-coupon-wrapper {
  background-color: #ffffff;
  border-radius: 5px;
  margin-top: 0px;
  margin-right: 15px;
  margin-top: 25px;
}

#sm-coupon-container a,
#sm-coupon-container a:hover {
  text-decoration: none;
  cursor: pointer;
}

#sm-coupon-container .sm-activation-button {
  display: inline-block;
  background-color: #6d6fd5 !important;
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.05s;
  transition: 0.05s;
  transition-timing-function: ease-in-out;
}

#sm-coupon-container #sm-style-4::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

#sm-coupon-container #sm-style-4::-webkit-scrollbar {
  width: 4px;
  background-color: #999999;
}

#sm-coupon-container #sm-style-4::-webkit-scrollbar-thumb {
  background-color: #999999;
  border: 2px solid #999999;
}

#sm-coupon-container .sm-margin0 {
  margin: 0px;
}

#sm-coupon-container .sm-coupons {
  background-color: #fff;
  padding: 0px 10px;
  width: 100%;
  text-align: center;
  text-transform: none;
}

#sm-coupon-container .sm-best-coupons {
  background-color: #6d6fd5 !important;
  display: inline-block;
  padding: 0 55px;
  line-height: 49px;
  color: #fff !important;
  font-size: 18px;
  cursor: pointer;
  text-align: center;
  border-radius: 5px;
}

#sm-coupon-container .sm-claim {
  background-color: #6d6fd5 !important;
  display: inline-block;
  padding: 0 55px;
  line-height: 49px;
  color: #fff !important;
  font-size: 18px;
  cursor: pointer;
  text-align: center;
  border-radius: 5px;
}

#sm-coupon-container .sm-invalid-codes {
  width: initial;
}

#sm-coupon-container .sm-support {
  float: left;
  margin-right: 15px;
  width: initial;
}

#sm-coupon-container .sm-support .sm-icon {
  float: left;
  height: 20px;
  margin-bottom: 5px;
  width: 100%;
}

#sm-coupon-container .sm-support .sm-invalid {
  transition: margin 0.1s;
  -webkit-transition: margin 0.1s;
  float: none;
}

#sm-coupon-container .sm-support .sm-valid {
  margin: 5px;
  transition: margin 0.1s;
  -webkit-transition: margin 0.1s;
}

#sm-coupon-container .sm-support a {
  width: 100%;
  background-color: #e8e8e8 !important;
  color: #6d6fd5 !important;
  padding: 10px 8px;
  font-size: 11px;
  letter-spacing: 0.35px;
  font-weight: 700;
  border-radius: 5px;
  min-width: 100px;
  text-align: center;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}

#sm-coupon-container .sm-coupon-invalid {
  background-color: #fff !important;
  width: 100%;
  opacity: 0.3;
  border: solid 1px #e8e8e8;
  color: #5e5e5e;
  padding: 2px 0px;
  font-size: 11px;
  font-weight: bold;
  border-radius: 5px;
}

#sm-coupon-container .sm-progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #6d6fd5;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

#sm-coupon-container .sm-progress {
  height: 7px;
  margin-bottom: 14px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

#sm-coupon-container .sm-not-working {
  position: absolute;
  bottom: 10px;
  width: 374px;
  right: 25px;
  text-align: center;
}

#sm-coupon-container .sm-not-working a {
  text-transform: none;
  color: #6d6fd5;
}

#sm-coupon-container .sm-error-img {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

#sm-coupon-container .sm-error {
  font-size: 14px;
  margin-top: 30px;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
}

#sm-coupon-container .sm-error ul {
  text-align: left;
  margin-bottom: 30px;
  padding-left: 20px;
  list-style-type: disc !important;
}

#sm-coupon-container .sm-error ul li {
  font-size: 14px;
}

#sm-coupon-container .sm-content {
  font-size: 16px !important;
  margin: 20px;
  text-align: center;
}

#sm-coupon-container .sm-content a.sm-visit {
  background-color: #6d6fd5 !important;
  display: inline-block;
  padding: 0 55px;
  line-height: 49px;
  color: #fff !important;
  font-size: 18px;
  cursor: pointer;
  text-align: center;
  border-radius: 5px;
}

#sm-coupon-container .sm-primary,
#sm-coupon-container .sm-button {
  background-color: #6d6fd5;
  width: 100%;
  line-height: 49px;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  text-align: center;
  padding: 9px 15px;
  border-radius: 5px;
}

#sm-coupon-container .sm-activate-later {
  font-size: 14px !important;
  font-weight: 600;
  color: #252d6a;
}

#sm-coupon-container .sm-coupon {
  display: inline !important;
  background-color: #e8e8e8 !important;
  color: #6d6fd5 !important;
  padding: 10px 20px !important;
  font-size: 15px !important;
  letter-spacing: 0.35px !important;
  font-weight: 700 !important;
  border-radius: 5px !important;
  min-width: 100px !important;
  text-align: center !important;
}

#sm-coupon-container .sm-share-coupon {
  background-color: #6d6fd5 !important;
  width: 100% !important;
  line-height: 49px !important;
  color: #fff !important;
  font-size: 15px !important;
  cursor: pointer !important;
  text-align: center !important;
  padding: 9px 15px !important;
  border-radius: 5px !important;
}

#sm-coupon-container .sm-working-coupon {
  color: #252d6a;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 5px;
}

#sm-coupon-container .sm-congrats {
  color: #f5a80c;
  font-size: 27px;
  font-weight: 600;
  text-align: center;
  line-height: 40px;
}

#sm-coupon-container .sm-green {
  color: #00c57d;
  font-weight: 700;
  font-size: 20px;
}

#sm-coupon-container .sm-success-btn {
  padding: 10px;
  height: 42px;
  overflow: hidden;
  background-color: transparent;
  border-color: #6d6fd5 !important;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  color: #6d6fd5;
  font-weight: bold !important;
  font-size: 15px !important;
  cursor: pointer;
}

#sm-coupon-container .sm-button-disabled {
  padding: 10px;
  height: 42px;
  overflow: hidden;
  background-color: transparent;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  color: #aaa;
  font-weight: bold !important;
  font-size: 15px !important;
  cursor: pointer;
}

#sm-coupon-container .sm-review {
  background: #6d6fd5;
  color: #fff;
  width: 185px;
  margin: auto;
}

#sm-coupon-container .sm-logo {
  justify-self: start;
  padding: 10px 20px;
  cursor: pointer;
}

#sm-coupon-container .sm-close {
  margin: 5px 10px;
  justify-self: end;
  align-self: start;
  cursor: pointer;
}

#sm-coupon-container .exclusions {
  text-align: center;
}

#sm-coupon-container #exclusions-button {
  font-weight: 600;
  font-size: 9pt;
  cursor: pointer;
}

#sm-coupon-container .exclusions-hidden {
  display: none;
}

#sm-coupon-container .sm-code {
  color: #6d6fd5;
}

#sm-coupon-container .sm-copy {
  border: 1px solid #f5a80c;
  background: #ffc954;
}

#sm-coupon-container .sm-coupon-list::-webkit-scrollbar-thumb {
  background-color: #6d6fd5;
}

#sm-coupon-container .sm-go {
  background-color: #f5a80c;
  color: #FFF;
}

#sm-coupon-container .span-all {
  grid-column: 1 / span 2;
}

#sm-coupon-container .sm-save {
  font-size: 13pt;
  font-weight: 800;
  color: #252d6a;
  margin-bottom: 15px;
}

#sm-coupon-container .sm-price-redirect {
  cursor: pointer;
}

#sm-coupon-container .sm-refer-email {
  padding: 10px;
  height: 35px;
  width: 175px;
  border-color: #949393 !important;
  border-radius: 8px 0px 0px 8px;
  border-style: solid;
  border-width: 1px;
  outline: none;
  font-size: 14px !important;
}

#sm-coupon-container .sm-refer-submit {
  padding: 5px 7px 7px 8px;
  height: 32px;
  overflow: hidden;
  background-color: #6d6fd5;
  border-color: #6d6fd5 !important;
  border-radius: 0px 8px 8px 0px;
  border-style: solid;
  border-width: 1px;
  color: #fff;
  font-size: 15px !important;
  cursor: pointer;
}

#sm-coupon-container .sm-refer-btn {
  margin: auto;
  padding: 6px;
  height: 38px;
  width: 180px;
  overflow: hidden;
  background-color: transparent;
  border-color: #6d6fd5 !important;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  color: #6d6fd5;
  font-size: 15px !important;
  font-weight: bold;
  cursor: pointer;
}

#sm-coupon-container .sm-referral-msg {
  font-size: 14px !important;
  margin: 5px;
  font-weight: 500;
  height: 40px;
}

#sm-coupon-container .sm-referral-success {
  color: #00c57d;
}

#sm-coupon-container .sm-referral-error {
  color: #ff0000;
}

#sm-coupon-container .sm-exclusions {
  padding: 10px 0px;
  color: #716f6f;
  font-size: 14px;
}

#sm-coupon-container .sm-small-link {
  text-decoration: underline;
  color: #252d6a;
  font-size: 8pt;
  cursor: pointer;
}

#sm-inline-content {
  all: initial;
}

#sm-inline-content .sm-searching-button {
  display: inline-block;
  padding: 3px 12px;
  border-radius: 5px;
  border: 2px solid #ccc;
  color: #888;
  font-family: Poppins;
  font-size: 11pt;
  font-weight: bold;
  margin: 5px 0;
  padding-top: 5px;
  height: 22px;
}

#sm-inline-content .sm-found-button {
  display: inline-block;
  padding: 3px 12px;
  border-radius: 5px;
  background-color: #6d6fd5;
  color: #ffffff;
  border: initial;
  font-family: Poppins;
  font-size: 11pt;
  font-weight: bold;
  margin: 5px 0;
  padding-top: 5px;
  height: 25px;
  cursor: pointer;
}

#sm-inline-content .sm-img {
  vertical-align: middle;
  height: 20px;
  margin-right: 5px;
}

#sm-inline-content .sm-loading {
  vertical-align: middle;
  height: 8px;
}

#sm-full-loader {
  position: fixed;
  z-index: 2147483646;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.7;
}

.bg-facebook {
  background-color: #3c579e;
}

.bg-google {
  background-color: #4285f4;
}

.bg-microsoft {
  background-color: #2f2f2f;
}

.bg-apple {
  background-color: #000000;
}


/* Restored form / calculator styles (were client-injected) */
.css-13qec4r { width: 100%; }
.css-1lgtsco {
  color: #848484;
  font-family: Lato, -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.4375em;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(12px, 7px) scale(0.75);
  transform-origin: top left;
  z-index: 1;
  pointer-events: none;
  max-width: calc(133% - 24px);
}
.css-14201zx {
  color: #848484;
  font-family: Lato, -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.4375em;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(12px, 7px) scale(0.75);
  transform-origin: top left;
  z-index: 1;
  pointer-events: none;
  max-width: calc(133% - 24px);
}
.css-2tbzyg, .css-1fum5nz {
  font-family: Lato, -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4375em;
  color: #323232;
  box-sizing: border-box;
  position: relative;
  cursor: text;
  display: inline-flex;
  align-items: center;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.06);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  transition: background-color 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  padding-top: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.54);
}
.css-1w11ceg, .css-xhkari {
  font: inherit;
  letter-spacing: inherit;
  color: currentColor;
  border: 0;
  box-sizing: content-box;
  background: none;
  height: 1.4375em;
  margin: 0;
  display: block;
  min-width: 0;
  width: 100%;
  animation-name: mui-auto-fill-cancel;
  animation-duration: 10ms;
  padding: 4px 12px 8px;
}
.css-xhkari {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  user-select: none;
  cursor: pointer;
}
.css-1k3x8v3 {
  bottom: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 100%;
  box-sizing: border-box;
}
.css-1636szt {
  user-select: none;
  width: 1em;
  height: 1em;
  display: inline-block;
  fill: currentColor;
  flex-shrink: 0;
  font-size: 1.5rem;
  position: absolute;
  right: 7px;
  top: calc(50% - 0.5em);
  pointer-events: none;
  color: rgba(0, 0, 0, 0.54);
}
.css-1ixbp0l {
  margin-left: 8px;
  margin-right: 12px;
  color: #848484;
  font-size: 0.875rem;
  white-space: nowrap;
}
.css-a0nk7w {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
}
.css-u8s87r {
  font-size: 0.75rem;
  color: #5B5B5B;
  line-height: 1.3;
}
.css-unz62r {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 8px;
}
.css-um81qf {
  font-size: 1.5rem;
  font-weight: 700;
  color: #165297;
  line-height: 1.2;
}
.css-1ntsarf, .css-1t40ml5 {
  font-size: 0.75rem;
  color: #5B5B5B;
}
.css-1j4tvz5 {
  font-size: 1rem;
  font-weight: 700;
  color: #165297;
  margin-left: 8px;
}
.css-zcwya2 {
  font-size: 0.65rem;
  vertical-align: super;
}
.css-w0pj6f {
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  z-index: 0;
  inset: 0;
  border-radius: inherit;
}


/* Legal / contact pages */
.legal-page {
  padding: 32px 16px 48px;
  min-height: 50vh;
}

.legal-content {
  max-width: 720px;
  margin: 0 auto;
  font-family: Lato, -apple-system, BlinkMacSystemFont, sans-serif;
  color: #333;
  line-height: 1.6;
}

.legal-content h1 {
  font-size: 1.75rem;
  font-weight: 700;
  color: #165297;
  margin: 0 0 12px;
}

.legal-content h2 {
  font-size: 1.15rem;
  font-weight: 700;
  color: #165297;
  margin: 28px 0 10px;
}

.legal-content h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #165297;
  margin: 22px 0 8px;
}

.legal-content h4 {
  font-size: 1rem;
  font-weight: 700;
  color: #333;
  margin: 18px 0 8px;
}

.legal-content p {
  margin: 0 0 12px;
  font-size: 1rem;
}

.legal-content ul {
  margin: 0 0 12px;
  padding-left: 1.25rem;
}

.legal-content li {
  margin: 0 0 6px;
}

.legal-content a {
  color: #165297;
  text-decoration: underline;
}

.legal-content a:hover {
  color: #979797;
}

.legal-meta {
  color: #666;
  font-size: 0.9rem;
  margin-bottom: 24px !important;
}

.contact-list {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
}

.contact-list li {
  margin-bottom: 12px;
  font-size: 1rem;
}

.contact-list strong {
  display: inline-block;
  min-width: 90px;
  color: #165297;
}

.contact-note {
  display: block;
  margin-top: 4px;
  font-size: 0.875rem;
  color: #666;
}

@media (min-width: 600px) {
  .contact-note {
    display: inline;
    margin-top: 0;
    margin-left: 6px;
  }
}

/* Layout safety fixes */
.css-4fc873, .css-1uz9bwy {
  display: block;
  width: 48px;
  max-width: 48px;
  height: auto;
}
.css-bpvn8g, .css-ne6dx {
  height: auto;
  min-height: 48px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.css-1y29gqs {
  width: 1em;
  height: 1em;
  font-size: 1.25rem;
  vertical-align: middle;
  margin-right: 6px;
}

/* Custom form selects */
.custom-select-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 20;
  margin: 0;
  padding: 8px 0;
  list-style: none;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.16);
  max-height: 240px;
  overflow-y: auto;
}
.custom-select-option {
  padding: 10px 16px;
  cursor: pointer;
  color: #323232;
  font-family: Lato, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1rem;
}
.custom-select-option:hover,
.custom-select-option[aria-selected="true"] {
  background: rgba(22, 82, 151, 0.08);
  color: #165297;
}
.css-1rkmk6e:has([data-testid="term"]),
.css-1rkmk6e:has([data-testid="purpose"]) {
  height: auto !important;
  overflow: visible;
  z-index: 2;
}
.css-1rkmk6e:has(.custom-select-menu:not([hidden])) {
  z-index: 30;
}
