/* src/assets/styles/styles.scss */
html {
  -webkit-text-size-adjust: 100%;
}
html:focus-within {
  scroll-behavior: smooth;
}
body {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  position: relative;
  width: 100%;
  min-height: 100vh;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
}
*,
::after,
::before {
  box-sizing: border-box;
}
a:not([class]) {
  text-decoration-skip-ink: auto;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
br,
button,
canvas,
caption,
center,
cite,
code,
col,
colgroup,
data,
datalist,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
head,
header,
hgroup,
hr,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
link,
main,
map,
mark,
menu,
meta,
meter,
nav,
noscript,
object,
ol,
optgroup,
option,
output,
p,
param,
picture,
pre,
progress,
q,
rb,
rp,
rt,
rtc,
ruby,
s,
samp,
script,
section,
select,
small,
source,
span,
strong,
style,
svg,
sub,
summary,
sup,
table,
tbody,
td,
template,
textarea,
tfoot,
th,
thead,
time,
title,
tr,
track,
tt,
u,
ul,
var,
video,
wbr {
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
:focus {
  outline: 0;
}
article,
aside,
details,
embed,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
object,
section {
  display: block;
}
canvas,
iframe {
  max-width: 100%;
  height: auto;
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
input:required,
input {
  box-shadow: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
input:focus {
  outline: none;
}
video {
  background: #000;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
a:active,
a:hover {
  outline: none;
}
audio,
img,
picture,
svg,
video {
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
  height: auto;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
  border: 0;
  background: transparent;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
[disabled],
[disabled=true],
[aria-disabled=true] {
  pointer-events: none;
}
input[type=checkbox],
input[type=radio] {
  padding: 0;
}
input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button {
  border: 0;
  background: transparent;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  text-indent: 0;
}
hr {
  box-sizing: content-box;
  overflow: visible;
  background: #000;
  border: 0;
  height: 1px;
  line-height: 0;
  margin: 0;
  padding: 0;
  page-break-after: always;
  width: 100%;
}
pre {
  font-family: monospace, monospace;
  font-size: 100%;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: none;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}
small {
  font-size: 75%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -5px;
}
sup {
  top: -5px;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1;
  margin: 0;
  padding: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-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;
  outline: 0;
}
legend {
  color: inherit;
  white-space: normal;
  display: block;
  border: 0;
  max-width: 100%;
  width: 100%;
}
fieldset {
  min-width: 0;
}
body:not(:-moz-handler-blocked) fieldset {
  display: block;
}
progress {
  vertical-align: baseline;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
template {
  display: none;
}
:root {
  --color-main: #E41902;
  --color-secondary: #19326E;
  --color-font: #202124;
  --color-white: #FFFFFF;
  --color-background: #F9F9FA;
  --color-stroke: #DADADA;
  --color-shade-light: #A2A2A2;
  --color-shade-dark: #666666;
  --color-guideline-cold: #0086C6;
  --color-guideline-skin: #FFC234;
  --color-guideline-moving: #FC634C;
  --color-guideline-diabetes: #70BF63;
  --color-guideline-vaccinate: #9A63A1;
  --color-guideline-cancer: #B67A3F;
  --color-guideline-pregnancy: #FA659F;
  --color-notification-bg: #F9F9FA;
  --color-alert-bg: #FBF3EE;
  --base-font-size: 16px;
  --base-font-size-no-unit: 16;
  --font-size-small: 14px;
  --safe-area-top: 35px;
}
.container-fluid,
.container {
  margin-right: auto;
  margin-left: auto;
}
.container-fluid {
  padding-right: 2rem;
  padding-left: 2rem;
}
.row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.col-xsmall,
.col-xsmall-1,
.col-xsmall-2,
.col-xsmall-3,
.col-xsmall-4,
.col-xsmall-5,
.col-xsmall-6,
.col-xsmall-7,
.col-xsmall-8,
.col-xsmall-9,
.col-xsmall-10,
.col-xsmall-11,
.col-xsmall-12,
.col-xsmall-offset-0,
.col-xsmall-offset-1,
.col-xsmall-offset-2,
.col-xsmall-offset-3,
.col-xsmall-offset-4,
.col-xsmall-offset-5,
.col-xsmall-offset-6,
.col-xsmall-offset-7,
.col-xsmall-offset-8,
.col-xsmall-offset-9,
.col-xsmall-offset-10,
.col-xsmall-offset-11,
.col-xsmall-offset-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.col-xsmall {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}
.col-xsmall-1 {
  -ms-flex-preferred-size: 8.33333333%;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}
.col-xsmall-2 {
  -ms-flex-preferred-size: 16.66666667%;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}
.col-xsmall-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}
.col-xsmall-4 {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}
.col-xsmall-5 {
  -ms-flex-preferred-size: 41.66666667%;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}
.col-xsmall-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
.col-xsmall-7 {
  -ms-flex-preferred-size: 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}
.col-xsmall-8 {
  -ms-flex-preferred-size: 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}
.col-xsmall-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}
.col-xsmall-10 {
  -ms-flex-preferred-size: 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}
.col-xsmall-11 {
  -ms-flex-preferred-size: 91.66666667%;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}
.col-xsmall-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.col-xsmall-offset-0 {
  margin-left: 0;
}
.col-xsmall-offset-1 {
  margin-left: 8.33333333%;
}
.col-xsmall-offset-2 {
  margin-left: 16.66666667%;
}
.col-xsmall-offset-3 {
  margin-left: 25%;
}
.col-xsmall-offset-4 {
  margin-left: 33.33333333%;
}
.col-xsmall-offset-5 {
  margin-left: 41.66666667%;
}
.col-xsmall-offset-6 {
  margin-left: 50%;
}
.col-xsmall-offset-7 {
  margin-left: 58.33333333%;
}
.col-xsmall-offset-8 {
  margin-left: 66.66666667%;
}
.col-xsmall-offset-9 {
  margin-left: 75%;
}
.col-xsmall-offset-10 {
  margin-left: 83.33333333%;
}
.col-xsmall-offset-11 {
  margin-left: 91.66666667%;
}
.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
}
.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
}
.top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.first-xs {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.last-xs {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
@media only screen and (min-width: 768px) {
  .container {
    width: 49rem;
  }
  .col-smallm,
  .col-smallm-1,
  .col-smallm-2,
  .col-smallm-3,
  .col-smallm-4,
  .col-smallm-5,
  .col-smallm-6,
  .col-smallm-7,
  .col-smallm-8,
  .col-smallm-9,
  .col-smallm-10,
  .col-smallm-11,
  .col-smallm-12,
  .col-smallm-offset-0,
  .col-smallm-offset-1,
  .col-smallm-offset-2,
  .col-smallm-offset-3,
  .col-smallm-offset-4,
  .col-smallm-offset-5,
  .col-smallm-offset-6,
  .col-smallm-offset-7,
  .col-smallm-offset-8,
  .col-smallm-offset-9,
  .col-smallm-offset-10,
  .col-smallm-offset-11,
  .col-smallm-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .col-smallm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-smallm-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-smallm-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-smallm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-smallm-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-smallm-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-smallm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-smallm-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-smallm-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-smallm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-smallm-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-smallm-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-smallm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-smallm-offset-0 {
    margin-left: 0;
  }
  .col-smallm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-smallm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-smallm-offset-3 {
    margin-left: 25%;
  }
  .col-smallm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-smallm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-smallm-offset-6 {
    margin-left: 50%;
  }
  .col-smallm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-smallm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-smallm-offset-9 {
    margin-left: 75%;
  }
  .col-smallm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-smallm-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 1024px) {
  .container {
    width: 65rem;
  }
  .col-medium,
  .col-medium-1,
  .col-medium-2,
  .col-medium-3,
  .col-medium-4,
  .col-medium-5,
  .col-medium-6,
  .col-medium-7,
  .col-medium-8,
  .col-medium-9,
  .col-medium-10,
  .col-medium-11,
  .col-medium-12,
  .col-medium-offset-0,
  .col-medium-offset-1,
  .col-medium-offset-2,
  .col-medium-offset-3,
  .col-medium-offset-4,
  .col-medium-offset-5,
  .col-medium-offset-6,
  .col-medium-offset-7,
  .col-medium-offset-8,
  .col-medium-offset-9,
  .col-medium-offset-10,
  .col-medium-offset-11,
  .col-medium-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .col-medium {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-medium-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-medium-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-medium-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-medium-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-medium-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-medium-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-medium-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-medium-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-medium-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-medium-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-medium-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-medium-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-medium-offset-0 {
    margin-left: 0;
  }
  .col-medium-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-medium-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-medium-offset-3 {
    margin-left: 25%;
  }
  .col-medium-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-medium-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-medium-offset-6 {
    margin-left: 50%;
  }
  .col-medium-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-medium-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-medium-offset-9 {
    margin-left: 75%;
  }
  .col-medium-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-medium-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 1440px) {
  .container {
    width: 76rem;
  }
  .col-large,
  .col-large-1,
  .col-large-2,
  .col-large-3,
  .col-large-4,
  .col-large-5,
  .col-large-6,
  .col-large-7,
  .col-large-8,
  .col-large-9,
  .col-large-10,
  .col-large-11,
  .col-large-12,
  .col-large-offset-0,
  .col-large-offset-1,
  .col-large-offset-2,
  .col-large-offset-3,
  .col-large-offset-4,
  .col-large-offset-5,
  .col-large-offset-6,
  .col-large-offset-7,
  .col-large-offset-8,
  .col-large-offset-9,
  .col-large-offset-10,
  .col-large-offset-11,
  .col-large-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .col-large {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-large-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-large-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-large-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-large-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-large-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-large-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-large-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-large-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-large-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-large-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-large-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-large-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-large-offset-0 {
    margin-left: 0;
  }
  .col-large-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-large-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-large-offset-3 {
    margin-left: 25%;
  }
  .col-large-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-large-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-large-offset-6 {
    margin-left: 50%;
  }
  .col-large-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-large-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-large-offset-9 {
    margin-left: 75%;
  }
  .col-large-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-large-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@font-face {
  font-family: "Mercury Text G1";
  font-style: normal;
  font-weight: 400;
  src: url("./media/MercuryTextG1-Roman-XNJWE4AL.otf") format("opentype");
}
@font-face {
  font-family: "Mercury Text G1";
  font-style: normal;
  font-weight: 700;
  src: url("./media/MercuryTextG1-Bold-O64HFYOK.otf") format("opentype");
}
@font-face {
  font-family: "Mercury Text G1";
  font-style: italic;
  font-weight: 700;
  src: url("./media/MercuryTextG1-BoldItalic-QDPDLA5L.otf") format("opentype");
}
@font-face {
  font-family: "Mercury Text G1";
  font-style: italic;
  font-weight: 400;
  src: url("./media/MercuryTextG1-Italic-ODXELWEX.otf") format("opentype");
}
@font-face {
  font-family: "Onest";
  font-style: normal;
  font-weight: 400;
  src: url("./media/Onest-Regular-RDTXI7IM.ttf") format("truetype");
}
@font-face {
  font-family: "Onest";
  font-style: normal;
  font-weight: 500;
  src: url("./media/Onest-Medium-HUH4RG4X.ttf") format("truetype");
}
@font-face {
  font-family: "Onest";
  font-style: normal;
  font-weight: 700;
  src: url("./media/Onest-Bold-NM5SMWNB.ttf") format("truetype");
}
h1 {
  font-family: "Onest";
  font-size: calc(20 / var(--base-font-size-no-unit) * 1rem);
  line-height: 135%;
  font-weight: 500;
  color: var(--color-secondary);
}
h2 {
  font-family: "Onest";
  font-size: calc(18 / var(--base-font-size-no-unit) * 1rem);
  line-height: 135%;
  font-weight: 500;
  color: var(--color-secondary);
}
h3 {
  font-family: "Onest";
  font-size: calc(16 / var(--base-font-size-no-unit) * 1rem);
  line-height: 135%;
  font-weight: 500;
  color: var(--color-secondary);
}
.bold {
  font-weight: 700;
}
.center {
  text-align: center;
}
body,
p,
.body {
  font-family: "Onest";
  font-weight: 400;
  font-size: calc(16 / var(--base-font-size-no-unit) * 1rem);
  line-height: 150%;
  color: var(--color-font);
}
.body-small {
  font-family: "Onest";
  font-weight: 400;
  font-size: calc(14 / var(--base-font-size-no-unit) * 1rem);
  line-height: 150%;
  color: var(--color-font);
}
.header-title {
  font-family: "Onest";
  font-weight: 500;
  font-size: calc(16 / var(--base-font-size-no-unit) * 1rem);
  line-height: 150%;
  color: var(--color-secondary);
}
.card-title {
  font-family: "Onest";
  font-weight: 500;
  font-size: calc(16 / var(--base-font-size-no-unit) * 1rem);
  line-height: 135%;
  color: var(--color-font);
}
.paragraph-highlight {
  font-family: "Onest";
  font-weight: 500;
  font-size: calc(16 / var(--base-font-size-no-unit) * 1rem);
  line-height: 175%;
  color: var(--color-secondary);
}
.paragraph-highlight *,
.paragraph-highlight p {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
}
.paragraph {
  font-family: "Onest";
  font-weight: 400;
  font-size: calc(16 / var(--base-font-size-no-unit) * 1rem);
  line-height: 175%;
  color: var(--color-font);
}
.caption-flag {
  font-family: "Onest";
  font-weight: 500;
  font-size: calc(12 / var(--base-font-size-no-unit) * 1rem);
  line-height: 150%;
  color: var(--color-main);
  text-transform: uppercase;
}
.caption {
  font-family: "Onest";
  font-weight: 500;
  font-size: calc(12 / var(--base-font-size-no-unit) * 1rem);
  line-height: 150%;
  color: var(--color-shade-dark);
}
.label {
  font-family: "Onest";
  font-weight: 500;
  font-size: calc(14 / var(--base-font-size-no-unit) * 1rem);
  line-height: 150%;
  color: var(--color-font);
}
.label-form {
  font-family: "Onest";
  font-weight: 500;
  font-size: calc(14 / var(--base-font-size-no-unit) * 1rem);
  line-height: 120%;
  color: var(--color-secondary);
}
.label-form.label-form--font {
  color: var(--color-font);
}
.label-form-helper {
  font-family: "Onest";
  font-weight: 400;
  font-size: calc(12 / var(--base-font-size-no-unit) * 1rem);
  line-height: 130%;
  color: var(--color-shade-dark);
}
.filter {
  font-family: "Onest";
  font-weight: 500;
  font-size: calc(16 / var(--base-font-size-no-unit) * 1rem);
  line-height: 150%;
  color: var(--color-font);
}
.button-text {
  font-family: "Onest";
  font-weight: 500;
  font-size: calc(14 / var(--base-font-size-no-unit) * 1rem);
  line-height: 150%;
  color: var(--color-main);
  text-transform: uppercase;
  cursor: pointer;
}
a.button-text {
  text-transform: unset;
  text-decoration: none;
  font-size: calc(16 / var(--base-font-size-no-unit) * 1rem);
}
.link-text {
  font-family: "Onest";
  font-weight: 400;
  font-size: calc(16 / var(--base-font-size-no-unit) * 1rem);
  line-height: 150%;
  color: var(--color-secondary);
  text-decoration: underline;
  cursor: pointer;
}
.no-hyphen {
  hyphenate-character: "";
  -webkit-hyphenate-character: "";
}
.center {
  text-align: center;
}
.color--secondary {
  color: var(--color-secondary);
}
.box {
  display: flex;
  padding: calc(8 / var(--base-font-size-no-unit) * 2rem);
  border-radius: calc(8 / var(--base-font-size-no-unit) * 2rem);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.06);
  border: 1px solid var(--color-stroke);
  background-color: var(--color-background);
  align-items: baseline;
  cursor: pointer;
  width: 100%;
  justify-content: center;
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.box .circle {
  width: calc(8 / var(--base-font-size-no-unit) * 1rem);
  height: calc(8 / var(--base-font-size-no-unit) * 1rem);
  min-width: calc(8 / var(--base-font-size-no-unit) * 1rem);
  min-height: calc(8 / var(--base-font-size-no-unit) * 1rem);
  border-radius: 50%;
  margin-right: calc(8 / var(--base-font-size-no-unit) * 1rem);
  background-color: var(--color-guideline-cold);
}
.box .circle.cold {
  background-color: var(--color-guideline-cold);
}
.box .circle.skin {
  background-color: var(--color-guideline-skin);
}
.box .circle.moving {
  background-color: var(--color-guideline-moving);
}
.box .circle.diabetes {
  background-color: var(--color-guideline-diabetes);
}
.box .circle.vaccinate {
  background-color: var(--color-guideline-vaccinate);
}
.box .circle.cancer {
  background-color: var(--color-guideline-cancer);
}
.box .circle.pregnancy {
  background-color: var(--color-guideline-pregnancy);
}
html {
  overflow-x: hidden;
}
body {
  background-color: var(--color-background);
  overflow-x: hidden;
}
.spacer {
  display: block;
  width: 100%;
  height: calc(8 / var(--base-font-size-no-unit) * 1rem);
}
.spacer-half {
  display: block;
  width: 100%;
  height: calc(8 / var(--base-font-size-no-unit) * 0.5rem);
}
.spacer-and-half {
  display: block;
  width: 100%;
  height: calc(8 / var(--base-font-size-no-unit) * 1.5rem);
}
.spacer-1 {
  display: block;
  width: 100%;
  height: calc(8 / var(--base-font-size-no-unit) * 1rem);
}
.spacer-2 {
  display: block;
  width: 100%;
  height: calc(8 / var(--base-font-size-no-unit) * 2rem);
}
.spacer-3 {
  display: block;
  width: 100%;
  height: calc(8 / var(--base-font-size-no-unit) * 3rem);
}
.spacer-4 {
  display: block;
  width: 100%;
  height: calc(8 / var(--base-font-size-no-unit) * 4rem);
}
.spacer-5 {
  display: block;
  width: 100%;
  height: calc(8 / var(--base-font-size-no-unit) * 5rem);
}
.spacer-6 {
  display: block;
  width: 100%;
  height: calc(8 / var(--base-font-size-no-unit) * 6rem);
}
.spacer-7 {
  display: block;
  width: 100%;
  height: calc(8 / var(--base-font-size-no-unit) * 7rem);
}
.spacer-8 {
  display: block;
  width: 100%;
  height: calc(8 / var(--base-font-size-no-unit) * 8rem);
}
.spacer-9 {
  display: block;
  width: 100%;
  height: calc(8 / var(--base-font-size-no-unit) * 9rem);
}
.spacer-10 {
  display: block;
  width: 100%;
  height: calc(8 / var(--base-font-size-no-unit) * 10rem);
}
.spacer-11 {
  display: block;
  width: 100%;
  height: calc(8 / var(--base-font-size-no-unit) * 11rem);
}
.spacer-12 {
  display: block;
  width: 100%;
  height: calc(8 / var(--base-font-size-no-unit) * 12rem);
}
.spacer-13 {
  display: block;
  width: 100%;
  height: calc(8 / var(--base-font-size-no-unit) * 13rem);
}
.spacer-14 {
  display: block;
  width: 100%;
  height: calc(8 / var(--base-font-size-no-unit) * 14rem);
}
.spacer-15 {
  display: block;
  width: 100%;
  height: calc(8 / var(--base-font-size-no-unit) * 15rem);
}
.spacer-16 {
  display: block;
  width: 100%;
  height: calc(8 / var(--base-font-size-no-unit) * 16rem);
}
.spacer-17 {
  display: block;
  width: 100%;
  height: calc(8 / var(--base-font-size-no-unit) * 17rem);
}
.spacer-18 {
  display: block;
  width: 100%;
  height: calc(8 / var(--base-font-size-no-unit) * 18rem);
}
.spacer-19 {
  display: block;
  width: 100%;
  height: calc(8 / var(--base-font-size-no-unit) * 19rem);
}
.spacer-20 {
  display: block;
  width: 100%;
  height: calc(8 / var(--base-font-size-no-unit) * 20rem);
}
.container {
  max-width: 600px;
  position: relative;
  box-shadow: 0 -16px 30px rgba(0, 0, 0, 0.06);
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  height: calc(100vh - calc(8 / var(--base-font-size-no-unit) * 7rem) + var(--safe-area-top));
  top: calc(calc(8 / var(--base-font-size-no-unit) * 7rem) + var(--safe-area-top));
}
.content {
  width: 100%;
  padding: calc(8 / var(--base-font-size-no-unit) * 2rem);
}
.line {
  width: 100%;
  height: 1px;
  background-color: var(--color-stroke);
}
.iframe__wrapper {
  width: 100%;
  height: 100%;
}
.iframe__wrapper iframe {
  width: 100%;
  height: 100%;
}
.Paperform__popupwrapper--active .Paperform__popupclose {
  top: 25px;
  right: 25px;
}
@media all and (max-width: 1024px) {
  .Paperform__popupwrapper--active .Paperform__popupclose {
    top: 100px !important;
  }
}
.Paperform__popupwrapper--active .Paperform__popupcontent {
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  border-radius: 16px;
}
@media all and (max-width: 1024px) {
  .Paperform__popupwrapper--active .Paperform__popupcontent {
    padding: 90px 16px;
  }
}
.Paperform__popupwrapper--active .Paperform__popupcontent iframe {
  box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  min-height: calc(100vh - 180px) !important;
}
@media screen and (max-width: 10000px) {
  html > body.Paperform--locked > app-root {
    display: block !important;
  }
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles-IKOVGX4P.css.map */
