html {
  height: 100%;
  width: 100%;
}

body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}

body.open {
  overflow: hidden;
}

a {
  color: #009ff9;
  text-decoration: none;
}

a:hover, a:focus, a.active {
  color: #009ff9;
  text-decoration: none;
}

figure {
  margin: 0;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

section {
  margin: 0 auto;
  position: relative;
}

figure {
  margin: 0;
}

@media only screen and (min-width: 769px) {
  .container {
    width: 90%;
    max-width: 1400px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .container {
    width: 90%;
    max-width: 1024px;
  }
}
@media only screen and (max-width: 768px) {
  .container {
    max-width: 768px;
  }
}

.edit-link {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 1000;
}

.text-lightblue {
  color: #D9E6F8;
}
.text-lightblue a:not(.btn) {
  color: #D9E6F8;
}
.text-lightblue a:not(.btn):hover, .text-lightblue a:not(.btn):focus {
  color: rgba(217, 230, 248, 0.75);
}

.text-blue {
  color: #082261;
}
.text-blue a:not(.btn) {
  color: #082261;
}
.text-blue a:not(.btn):hover, .text-blue a:not(.btn):focus {
  color: rgba(8, 34, 97, 0.75);
}

.row.align-centre {
  justify-content: center;
}
.row.align-right {
  justify-content: flex-end;
}
.row.align-middle {
  align-items: center;
}
.row.align-bottom {
  align-items: flex-end;
}

.row-bg-circle-bottom {
  --row-circle-bg-color: #082261;
  --row-circle-size: 135%;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.row-bg-circle-bottom::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: var(--row-circle-size);
  height: 0;
  padding-bottom: var(--row-circle-size);
  transform: translate(-50%, 50%);
  border-radius: 50%;
  background: var(--row-circle-bg-color);
  z-index: 0;
  pointer-events: none;
}
.row-bg-circle-bottom > .container,
.row-bg-circle-bottom > .container-fluid {
  position: relative;
  z-index: 1;
}

.row-bg-circle-bottom-lightblue {
  --row-circle-bg-color: #D9E6F8;
}

.row-bg-circle-bottom-blue {
  --row-circle-bg-color: #082261;
}

.branding-logo {
  width: auto !important;
  padding: 20px;
  height: 100px;
}

.site-wrapper {
  overflow: hidden;
}

div[class*=col-].align-centre {
  margin-left: auto;
  margin-right: auto;
}
div[class*=col-].align-right {
  margin-left: auto;
}

@media only screen and (max-width: 768px) {
  .row-reverse {
    flex-direction: column-reverse;
  }
}
html {
  font-family: "Noto Sans", sans-serif;
  font-size: clamp(15px, 1.5vw, 10px);
  line-height: calc(clamp(15px, 1.5vw, 10px) * 1.6);
}

body,
button,
input,
textarea,
select,
p {
  font-family: "Noto Sans", sans-serif;
  font-size: clamp(15px, 1.5vw, 10px);
  line-height: calc(clamp(15px, 1.5vw, 10px) * 1.6);
  font-weight: 400;
}

.btn {
  font-family: "Noto Sans", sans-serif;
  font-size: clamp(20px, 1.5vw, 15px);
  line-height: calc(clamp(15px, 1.5vw, 10px) * 1.6);
  font-weight: 400;
  padding: 15px;
}

.lead {
  font-size: calc(clamp(15px, 1.5vw, 10px) * 1.2);
  line-height: calc(clamp(15px, 1.5vw, 10px) * 1.8);
  letter-spacing: 0.4px;
  font-weight: 400;
}

small,
.small {
  font-size: calc(clamp(15px, 1.5vw, 10px) * 0.8);
  line-height: clamp(15px, 1.5vw, 10px);
}

h1, h2, h3, h4 {
  font-family: "Noto Sans", sans-serif;
  letter-spacing: -0.4px;
}

h1 {
  font-size: calc(clamp(15px, 1.5vw, 10px) * 3.6);
  letter-spacing: 0;
}
@media only screen and (min-width: 769px) and (max-width: 991px) {
  h1 {
    font-size: calc(clamp(15px, 1.5vw, 10px) * 3);
  }
}
@media only screen and (max-width: 768px) {
  h1 {
    font-size: calc(clamp(15px, 1.5vw, 10px) * 3);
  }
}
h1 {
  font-weight: 700;
  margin: 0 0 30px 0;
  color: rgba(var(--spark-color-two), 1);
}

h2 {
  font-size: calc(clamp(15px, 1.5vw, 10px) * 3.6);
  letter-spacing: 0;
  font-weight: 500;
}
@media only screen and (min-width: 769px) {
  h2 {
    font-size: calc(clamp(15px, 1.5vw, 10px) * 3.6);
  }
}
h2 {
  margin: 0 0 22.5px 0;
}

h3 {
  font-size: calc(clamp(15px, 1.5vw, 10px) * 1.6);
}
@media only screen and (min-width: 769px) {
  h3 {
    font-size: calc(clamp(15px, 1.5vw, 10px) * 1.2);
  }
}
h3 {
  font-weight: bold;
  margin: 0 0 15px 0;
}

h4 {
  font-size: clamp(15px, 1.5vw, 10px);
}
@media only screen and (min-width: 769px) {
  h4 {
    font-size: clamp(15px, 1.5vw, 10px);
  }
}
h4 {
  line-height: calc(clamp(15px, 1.5vw, 10px) * 1.2 * 1.2);
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 15px 0;
}

span.marker {
  font-size: calc(clamp(15px, 1.5vw, 10px) * 0.6);
  line-height: calc(clamp(15px, 1.5vw, 10px) * 0.6);
  font-weight: 400;
}

/* Text colors */
.txt-white {
  color: white;
}

.txt-red {
  color: rgb(255, 0, 0);
}

.txt-green {
  color: rgab(0, 255, 0, 1);
}

.txt-yellow {
  color: rgab(255, 255, 0, 1);
}

.txt-blue {
  color: rgab(0, 0, 255, 1);
}

.fa-twitter {
  --fa: "\e61b" !important;
}

.fa-square-twitter, .fa-twitter-square {
  --fa: "\e61a" !important;
}

.fa-twitter:before, .fa-square-twitter:before, .fa-twitter-square:before {
  content: var(--fa) !important;
}

.btn.btn-primary {
  border-radius: 30px !important;
  padding-left: 40px;
  padding-right: 40px;
}

.text-lightblue .btn.btn-primary,
.btn.btn-primary.btn-primary--lightblue {
  --bs-btn-color: #D9E6F8;
  --bs-btn-border-color: #D9E6F8;
  --bs-btn-bg: transparent;
  --bs-btn-hover-color: #082261;
  --bs-btn-hover-bg: #D9E6F8;
  --bs-btn-hover-border-color: #082261;
  --bs-btn-active-color: #082261;
  --bs-btn-active-bg: #082261;
  --bs-btn-active-border-color: #082261;
  --bs-btn-disabled-color: #D9E6F8;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #D9E6F8;
  --bs-btn-focus-shadow-rgb: 8, 34, 97;
}

.text-blue .btn.btn-primary,
.btn.btn-primary.btn-primary--navy {
  border-radius: 20px;
  --bs-btn-color: #082261;
  --bs-btn-border-color: #082261;
  --bs-btn-bg: transparent;
  --bs-btn-hover-color: #D9E6F8;
  --bs-btn-hover-bg: #082261;
  --bs-btn-hover-border-color: #D9E6F8;
  --bs-btn-active-color: #082261;
  --bs-btn-active-bg: #D9E6F8;
  --bs-btn-active-border-color: #D9E6F8;
  --bs-btn-disabled-color: #082261;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #082261;
  --bs-btn-focus-shadow-rgb: 8, 34, 97;
}

.branding {
  margin-right: 30px;
}
.branding .brand {
  display: block;
  height: 80px;
}
.branding .brand svg {
  height: 100%;
  width: auto;
}

hr.divider {
  display: block;
  width: 50px;
  height: 3px;
  margin: 0;
  border: 0;
  opacity: 1;
  margin-bottom: 40px;
  margin-top: 40px;
}

hr.divider--light {
  background: #D9E6F8;
}

/* Dark version */
hr.divider--dark {
  background: #06206f;
}

hr.divider--center {
  margin-left: auto;
  margin-right: auto;
}

.home header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  background: transparent;
}

@media only screen and (min-width: 769px) {
  header .header-content {
    display: flex;
    align-items: flex-end;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  header {
    margin-top: 50px;
  }
  .home header {
    margin-top: 0;
  }
}
@media only screen and (min-width: 769px) {
  .toggle {
    display: none;
  }
  .navigation {
    width: 100%;
  }
  .nav-wrapper {
    display: flex;
  }
  .nav-wrapper.primary ol {
    align-items: flex-end;
    justify-content: space-between;
  }
  .nav-wrapper.primary ol a {
    display: inline-block;
    color: #111122;
    font-size: calc(clamp(15px, 1.5vw, 10px) * 1.4);
    line-height: 1;
    font-weight: bold;
    min-width: 150px;
    padding-bottom: 20px;
    position: relative;
    transition: all 100ms cubic-bezier(0.83, 0, 0.17, 1);
  }
  .nav-wrapper.primary ol a:hover {
    margin-top: -10px;
    padding-bottom: 30px;
  }
  .nav-wrapper.primary ol a:before {
    z-index: 1;
    bottom: 0px;
    left: 0;
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 15px;
    transition: all 100ms cubic-bezier(0.83, 0, 0.17, 1);
    background: #111122;
  }
  .nav-wrapper.primary ol a:hover:before {
    width: 100%;
  }
  .nav-wrapper.primary ol a:after {
    bottom: 0px;
    left: 0;
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 15px;
    transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
    background: linear-gradient(90deg, #009FF9, rgba(0, 159, 249, 0.3));
  }
  .nav-wrapper.primary ol a.donate {
    background-color: #111122;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
  }
  .nav-wrapper.primary ol a.donate:after {
    display: none;
  }
  .nav-wrapper.secondary {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    right: 20px;
    top: 20px;
  }
  .nav-wrapper.secondary a {
    color: #111122;
    font-size: calc(clamp(15px, 1.5vw, 10px) * 0.8);
  }
  .nav-wrapper.secondary .social a {
    font-size: calc(clamp(15px, 1.5vw, 10px) * 2);
  }
  .nav-wrapper.footer {
    justify-content: flex-end;
    flex-wrap: wrap;
  }
  .nav-wrapper.footer .footer {
    width: 100%;
    justify-content: flex-end;
    font-size: calc(clamp(15px, 1.5vw, 10px) * 0.8);
  }
  .nav-wrapper.footer .social a {
    font-size: calc(clamp(15px, 1.5vw, 10px) * 2.2);
  }
  nav ol {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  nav ol li {
    display: inline-block;
    margin: 0 10px;
  }
  nav ol li a {
    color: #111122;
    text-decoration: none;
  }
  nav ol li a:hover {
    color: #009FF9;
  }
  nav.footer ol li {
    display: block;
    margin: 0 0 8px 0;
  }
}
@media only screen and (max-width: 768px) {
  .toggle {
    display: block;
    width: 40px;
    height: 40px;
    padding-top: 18px;
    position: absolute;
    z-index: 999999;
    transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
    top: 5px;
    right: 10px;
  }
  .toggle div {
    width: 40px;
    height: 3px;
    position: absolute;
    background: #111122;
    transform-origin: center center;
    transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
  }
  .toggle div.top {
    transform: translateY(-12px);
  }
  .toggle div.bottom {
    transform: translateY(12px);
  }
  .open .toggle {
    transform: rotate(90deg);
  }
  .open .toggle div {
    background: #009ff9;
    width: 40px;
  }
  .open .toggle div.one {
    transform: rotate(45deg);
  }
  .open .toggle div.two {
    transform: rotate(-45deg);
  }
  .open .toggle div.top {
    transform: translateY(-3px);
    opacity: 0;
  }
  .open .toggle div.bottom {
    transform: translateY(3px);
    opacity: 0;
  }
  .open .navigation {
    left: 0;
  }
  .navigation {
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100vh;
    z-index: 1000;
    background: white;
    padding: 130px 30px 30px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
    transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
  }
  .navigation nav ol {
    display: block;
    padding: 0;
    margin: 0;
    list-style-type: none;
  }
  .navigation nav ol li {
    display: block;
    margin: 0;
    padding: 0;
  }
  .navigation nav ol li a {
    display: block;
    padding: 10px;
    color: #111122;
    font-size: calc(clamp(15px, 1.5vw, 10px) * 2);
    line-height: 1;
    text-decoration: none;
    transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
  }
  .navigation nav ol li a:hover {
    background: rgba(17, 17, 34, 0.1);
  }
  .navigation nav ol li a br {
    content: "";
  }
  .navigation nav ol li a br:after {
    content: " ";
  }
  .navigation nav.social ol {
    display: flex;
  }
  .navigation nav.social ol a {
    font-size: calc(clamp(15px, 1.5vw, 10px) * 3.6);
  }
}
.breadcrumbs ol {
  list-style-type: none;
  padding-left: 0;
}
.breadcrumbs ol li {
  display: inline-block;
}
.breadcrumbs ol li:after {
  display: inline-block;
  color: #000;
  content: ">";
  font-size: 80%;
  font-weight: bold;
  padding: 0 3px;
}

.entries-list.tiles {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 20px;
}
.entries-list.tiles .item {
  border: 1px solid #ccc;
}

.card {
  box-shadow: 0 10px 10px 0 rgba(17, 17, 34, 0.2);
  padding: 30px;
  border: 1px solid rgba(17, 17, 34, 0.05);
  border-radius: 0;
  flex-direction: revert;
  display: block;
}

.col-image-offset-circle {
  --col-image-circle-size: min(100%, 520px);
  --col-image-circle-offset-x: -10px;
  --col-image-circle-offset-y: 12px;
  --col-image-edge-cutoff: 56px;
  --col-image-circle-accent: #D9E6F8;
  --col-image-circle-left: 45%;
  --col-image-circle-bottom: -15%;
}
.col-image-offset-circle.lightblue {
  --col-image-circle-accent: #D9E6F8;
}
.col-image-offset-circle.blue {
  --col-image-circle-accent: #082261;
}
.col-image-offset-circle.edge-right .image.block {
  margin-left: auto;
  margin-right: calc(50% - 25vw - var(--col-image-edge-cutoff));
}
.col-image-offset-circle.edge-left .image.block {
  margin-left: calc(50% - 25vw - var(--col-image-edge-cutoff));
  margin-right: auto;
}
.col-image-offset-circle.edge-bottom {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.col-image-offset-circle.edge-bottom .image.block {
  margin-bottom: 0;
}
.col-image-offset-circle .image.block {
  position: relative;
  width: var(--col-image-circle-size);
  margin: 0 auto;
  padding-bottom: 22.5px;
}
.col-image-offset-circle .image.block::before {
  content: "";
  position: absolute;
  bottom: var(--col-image-circle-bottom);
  left: var(--col-image-circle-left);
  width: 140%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--col-image-circle-accent);
  transform: translate(calc(-50% + var(--col-image-circle-offset-x)), var(--col-image-circle-offset-y));
  z-index: 0;
  pointer-events: none;
}
.col-image-offset-circle .image.block figure {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
}
.col-image-offset-circle .image.block figure > a {
  display: block;
}
.col-image-offset-circle .image.block figure > img,
.col-image-offset-circle .image.block figure > a > img,
.col-image-offset-circle .image.block figure > svg,
.col-image-offset-circle .image.block figure > a > svg {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  overflow: hidden;
  background: white;
}
.col-image-offset-circle .image.block figcaption {
  position: relative;
  z-index: 1;
  margin-top: 22.5px;
}

@media only screen and (max-width: 768px) {
  .col-image-offset-circle {
    --col-image-circle-size: min(100%, 300px);
    --col-image-edge-cutoff: 24px;
    --col-image-circle-offset-x: -6px;
    --col-image-circle-offset-y: 8px;
  }
}
@media only screen and (max-width: 768px) {
  .col-first-image {
    margin-top: 60px;
  }
  .col-sicklecell {
    padding-bottom: 7vh !important;
  }
}
.carousel-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cb-hero {
  position: relative;
  /*min-height: clamp(440px, 62vw, 720px);*/
  min-height: 100vh;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  isolation: isolate;
  background: rgba(17, 17, 34, 0.95);
}

.home .cb-hero {
  margin-top: -120px;
  padding-top: 120px;
}

.cb-hero__image-layer {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.cb-hero__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: var(--hero-object-position, top center);
     object-position: var(--hero-object-position, top center);
  display: block;
}

.cb-hero__image--placeholder {
  background: linear-gradient(120deg, rgba(17, 17, 34, 0.95) 0%, rgba(0, 159, 249, 0.7) 100%);
}

.cb-hero__panel-layer {
  --cb-hero-circle-radius: 35vw;
  position: relative;
  z-index: 2;
  width: min(60%, 860px);
  display: flex;
  align-items: flex-end;
}
.cb-hero__panel-layer::before {
  content: "";
  position: absolute;
  left: 300px;
  bottom: 200px;
  width: calc(var(--cb-hero-circle-radius) * 2);
  height: calc(var(--cb-hero-circle-radius) * 2);
  transform: translate(-50%, 80%);
  border-radius: 50%;
  background: #082261;
  z-index: 0;
  pointer-events: none;
  min-width: 1000px;
  min-height: 1000px;
}

.cb-hero__content-panel {
  position: relative;
  width: 100%;
  min-height: clamp(320px, 36vw, 500px);
  background: transparent;
  padding: clamp(360px, 5vw, 72px) clamp(22px, 5vw, 72px) clamp(40px, 5vw, 60px);
}

.cb-hero__content-inner {
  position: relative;
  z-index: 1;
  max-width: 560px;
  text-align: left;
  color: white;
}

.cb-hero__headline {
  color: white;
  margin-bottom: clamp(14px, 2vw, 24px);
}

.cb-hero__lead,
.cb-hero__body {
  color: rgba(255, 255, 255, 0.96);
}

.cb-hero__lead {
  font-size: calc(clamp(15px, 1.5vw, 10px) * 1.2);
  line-height: 1.5;
  margin-bottom: 1rem;
}

.cb-hero__body {
  margin-bottom: clamp(16px, 2vw, 28px);
}
.cb-hero__body p:last-child {
  margin-bottom: 0;
}

.cb-hero__cta {
  min-width: 160px;
  font-weight: 600;
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
  .cb-hero__panel-layer::before {
    left: 200px;
    bottom: 200px;
    width: 800px;
    height: 800px;
  }
}
@media only screen and (max-width: 768px) {
  .home .cb-hero {
    margin-top: -84px;
    padding-top: 84px;
  }
  .cb-hero__panel-layer {
    width: 100%;
  }
  .cb-hero__panel-layer::before {
    left: 150px;
    bottom: 250px;
    min-width: 800px;
    min-height: 800px;
  }
}
footer.footer-hero {
  --footer-curve-width: 120%;
  --footer-curve-height: 700px;
  --footer-curve-top: 100px;
  --footer-solid-top: 480px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: 200px 0 120px;
  border-top: 0;
  background: #D9E6F8;
  color: #fff;
}
footer.footer-hero::before, footer.footer-hero::after {
  content: "";
  position: absolute;
  z-index: 1;
  background: #082261;
  pointer-events: none;
}
footer.footer-hero::before {
  left: 50%;
  top: var(--footer-curve-top);
  width: var(--footer-curve-width);
  height: var(--footer-curve-height);
  transform: translateX(-50%);
  border-radius: 50% 50% 0 0;
}
footer.footer-hero::after {
  left: 0;
  right: 0;
  top: var(--footer-solid-top);
  bottom: 0;
}
footer.footer-hero > .container,
footer.footer-hero > .footer-custom {
  position: relative;
  z-index: 2;
}
footer.footer-hero .footer-custom {
  margin-bottom: 30px;
}
footer.footer-hero a,
footer.footer-hero .copyright {
  color: rgba(255, 255, 255, 0.96);
}
footer.footer-hero a:hover,
footer.footer-hero a:focus {
  color: #D9E6F8;
}

@media only screen and (min-width: 769px) and (max-width: 992px) {
  footer.footer-hero {
    --footer-curve-width: 110%;
    --footer-curve-height: 460px;
    --footer-curve-top: 120px;
    --footer-solid-top: 440px;
    padding: 180px 0 110px;
  }
}
@media only screen and (max-width: 768px) {
  footer.footer-hero {
    --footer-curve-width: 120%;
    --footer-curve-height: 360px;
    --footer-curve-top: 105px;
    --footer-solid-top: 320px;
    padding: 150px 0 90px;
  }
  footer.footer-hero .footer-custom {
    margin-bottom: 22.5px;
  }
  footer.footer-hero .nav-wrapper-footer ol {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  footer.footer-hero .branding {
    padding-bottom: 20px;
    text-align: center;
  }
  footer.footer-hero .nav-wrapper-footer--social {
    padding-bottom: 20px;
  }
  footer.footer-hero .company-information {
    text-align: center;
  }
}
.footer-hero__content .row {
  padding-bottom: 40px;
}

.button-group input[type=radio] {
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background: transparent;
}
.button-group input[type=radio]:checked + label {
  background-color: #007bff;
  color: #fff;
}
.button-group label {
  display: inline-block !important;
  background-color: #f1f1f1;
  padding: 10px 20px;
  font-family: Arial;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
}
.button-group .form-check-inline {
  margin: 0 10px 0 0;
  padding: 0;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=style.css.map */