/* line 1, ../../../JS Array/scss/_base.scss */
* {
  box-sizing: border-box;
  font-family: "roboto", serif;
  user-select: none;
  overflow-x: hidden;
}

/* line 9, ../../../JS Array/scss/_base.scss */
a:active {
  background-color: transparent;
}

/* line 13, ../../../JS Array/scss/_base.scss */
img, button {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 19, ../../../JS Array/scss/_base.scss */
.h3 {
  font-weight: 500;
  padding-bottom: 1rem;
  font-size: clamp(1.5rem, 3vw, 2.25rem);
}

/* line 25, ../../../JS Array/scss/_base.scss */
#section-wrapper {
  width: 100vw;
  height: fit-content;
}

/* line 31, ../../../JS Array/scss/_base.scss */
main, body {
  height: fit-content;
}

/* line 3, ../../../JS Array/scss/_classes.scss */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* line 17, ../../../JS Array/scss/_classes.scss */
.body-text-medium {
  font-size: clamp(1.125rem, calc(100vw / 60), 1.5rem);
  font-weight: 350;
  color: #000011aa;
  background-color: #fff;
  text-align: center;
  text-shadow: 0 0 0.1rem #00000099;
}

/* line 27, ../../../JS Array/scss/_classes.scss */
.body-text-small {
  font-size: 0.875rem;
  text-shadow: none;
}

/* line 33, ../../../JS Array/scss/_classes.scss */
.btn-not-selected {
  width: 230px;
  width: 230px;
  height: 100px;
  font-size: 1.35rem;
  font-weight: 300;
  background-color: #304b74;
  color: #fff0e8;
  line-height: 2.5rem;
  border: 2px solid #336baa;
  border-radius: 0.5rem;
  margin: 0.625rem;
  letter-spacing: -1px;
  cursor: pointer;
  transition: scale 0.1s ease-in;
}

@media (min-width: 480px) {
  /* line 33, ../../../JS Array/scss/_classes.scss */
  .btn-not-selected {
    width: 250px;
  }
}

/* line 56, ../../../JS Array/scss/_classes.scss */
.btn-not-selected:hover {
  transition: scale 0.1s ease-in;
  scale: 1.02;
}

/* line 63, ../../../JS Array/scss/_classes.scss */
.btn-selected {
  width: 230px;
  height: 100px;
  font-size: 1.35rem;
  font-weight: 450;
  background-color: #425d86;
  color: #fff0e8;
  line-height: 2.5rem;
  border: 2px solid #3f76b4;
  border-radius: 0.5rem;
  margin: 0.625rem;
  box-shadow: 0 0 0.5rem #11111188;
  letter-spacing: -1px;
  cursor: pointer;
  transition: scale 0.1s ease-in;
}

@media (min-width: 480px) {
  /* line 63, ../../../JS Array/scss/_classes.scss */
  .btn-selected {
    width: 250px;
  }
}

/* line 86, ../../../JS Array/scss/_classes.scss */
.btn-selected:hover {
  transition: scale 0.1s ease-in;
  scale: 1.02;
}

/* line 93, ../../../JS Array/scss/_classes.scss */
.refresh-button {
  overflow: visible;
  position: absolute;
  color: transparent;
  background-color: transparent;
  display: block;
  overflow-x: hidden;
  z-index: 3;
}

/* line 103, ../../../JS Array/scss/_classes.scss */
.refresh-button button:hover, .refresh-button button:focus {
  outline-style: none;
}

/* line 108, ../../../JS Array/scss/_classes.scss */
.refresh-button button {
  border: none;
  color: transparent;
  background-color: transparent;
  cursor: pointer;
  filter: drop-shadow(0 0 0.05rem #000000);
  height: 55px;
}

/* line 117, ../../../JS Array/scss/_classes.scss */
.refresh-button button img {
  width: 40px;
  height: 40px;
  color: transparent;
  background-color: transparent;
  scale: 1;
  transition: all 0.1s ease-in;
}

/* line 126, ../../../JS Array/scss/_classes.scss */
.refresh-button button img:hover {
  scale: 1.05;
  transition: all 0.1s ease-in;
  filter: drop-shadow(0.1rem 0.1rem 0.2rem #33333333);
}

/* line 136, ../../../JS Array/scss/_classes.scss */
.assign-button {
  position: absolute;
  color: transparent;
  background-color: transparent;
  display: block;
  overflow-x: hidden;
  z-index: 3;
}

/* line 145, ../../../JS Array/scss/_classes.scss */
.assign-button button:hover, .assign-button button:focus {
  outline-style: none;
}

/* line 150, ../../../JS Array/scss/_classes.scss */
.assign-button button {
  border: none;
  color: transparent;
  background-color: transparent;
  cursor: pointer;
  filter: drop-shadow(0 0 0.05rem #111111);
}

/* line 158, ../../../JS Array/scss/_classes.scss */
.assign-button button img {
  width: 40px;
  height: 40px;
  color: transparent;
  background-color: transparent;
  scale: 1;
  transition: all 0.1s ease-in;
}

/* line 167, ../../../JS Array/scss/_classes.scss */
.assign-button button img:hover {
  scale: 1.08;
  transition: all 0.1s ease-in;
  filter: drop-shadow(0.15rem 0.15rem 0.1rem #33333333);
}

/* line 179, ../../../JS Array/scss/_classes.scss */
.back-button {
  position: absolute;
  color: transparent;
  background-color: transparent;
  display: block;
  overflow-x: hidden;
  z-index: 3;
}

/* line 188, ../../../JS Array/scss/_classes.scss */
.back-button button:hover, .back-button button:focus {
  outline-style: none;
}

/* line 193, ../../../JS Array/scss/_classes.scss */
.back-button button {
  border: none;
  color: transparent;
  background-color: transparent;
  cursor: pointer;
  filter: drop-shadow(0 0 0.05rem #111111);
}

/* line 201, ../../../JS Array/scss/_classes.scss */
.back-button button img {
  width: 40px;
  height: 40px;
  color: transparent;
  background-color: transparent;
  scale: 1;
  transition: all 0.1s ease-in;
}

/* line 210, ../../../JS Array/scss/_classes.scss */
.back-button button img:hover {
  scale: 1.08;
  transition: all 0.1s ease-in;
  filter: drop-shadow(0.15rem 0.15rem 0.1rem #33333333);
}

/* line 224, ../../../JS Array/scss/_classes.scss */
.clean-child-button button:hover, .clean-child-button button:focus {
  outline-style: none;
}

/* line 232, ../../../JS Array/scss/_classes.scss */
.custom-alert-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 999;
  animation: fadeIn 0.1s ease-in;
}

/* line 243, ../../../JS Array/scss/_classes.scss */
.custom-alert-overlay.show {
  display: block;
}

/* line 248, ../../../JS Array/scss/_classes.scss */
.custom-alert-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.3);
  display: none;
  z-index: 1000;
  animation: slideIn 0.3s ease-out;
  width: calc(100% - 2rem);
  max-width: 500px;
}

@media (min-width: 768px) {
  /* line 248, ../../../JS Array/scss/_classes.scss */
  .custom-alert-modal {
    width: 90%;
    max-width: 500px;
  }
}

/* line 269, ../../../JS Array/scss/_classes.scss */
.custom-alert-modal.show {
  display: flex;
}

/* line 274, ../../../JS Array/scss/_classes.scss */
.custom-alert-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: clamp(1.5rem, 5vw, 2rem);
  gap: 1.5rem;
  position: relative;
}

/* line 283, ../../../JS Array/scss/_classes.scss */
.custom-alert-close-btn {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  background: transparent;
  border: none;
  font-size: clamp(1.5rem, 4vw, 2rem);
  color: #666;
  cursor: pointer;
  padding: 0;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.1s ease;
}

/* line 300, ../../../JS Array/scss/_classes.scss */
.custom-alert-close-btn:hover, .custom-alert-close-btn:focus {
  color: #000;
  outline: 2px solid #336baa;
  outline-offset: 2px;
  border-radius: 0.25rem;
}

/* line 309, ../../../JS Array/scss/_classes.scss */
.custom-alert-message {
  font-size: clamp(0.875rem, 3vw, 1.5rem);
  color: #000011aa;
  line-height: 1.6;
  margin-top: 1.5rem;
  word-wrap: break-word;
  text-align: center;
}

/* line 319, ../../../JS Array/scss/_classes.scss */
.custom-alert-buttons {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  padding-top: 0.5rem;
  overflow: visible;
}

/* line 330, ../../../JS Array/scss/_classes.scss */
.custom-alert-ok-btn {
  background-color: #425d86;
  color: #fff0e8;
  border: 2px solid #3f76b4;
  border-radius: 0.5rem;
  padding: clamp(0.5rem, 2vw, 0.75rem) clamp(1.5rem, 4vw, 2rem);
  font-size: clamp(0.875rem, 2vw, 1rem);
  font-weight: 400;
  cursor: pointer;
  transition: all 0.1s ease;
  min-height: 44px;
  min-width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}

/* line 347, ../../../JS Array/scss/_classes.scss */
.custom-alert-ok-btn:hover {
  background-color: #304b74;
  scale: 1.02;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
}

/* line 353, ../../../JS Array/scss/_classes.scss */
.custom-alert-ok-btn:focus {
  outline: 2px solid #336baa;
  outline-offset: 2px;
}

/* line 358, ../../../JS Array/scss/_classes.scss */
.custom-alert-ok-btn:active {
  scale: 0.98;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translate(-50%, -48%);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

/* line 1, ../../../JS Array/scss/_header.scss */
#header-intro-top::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(ellipse farthest-side at 80% 100%, #5573776e 0%, transparent 50%), radial-gradient(circle farthest-side at 5% 30%, #77655556 0%, transparent 50%), url("../img/10247006.jpg");
  background-position: center;
  background-size: auto;
  background-repeat: repeat;
  z-index: 0;
}

/* line 15, ../../../JS Array/scss/_header.scss */
#header-top {
  height: fit-content;
  overflow: hidden;
}

/* line 22, ../../../JS Array/scss/_header.scss */
#header-top #header-wrapper #header-intro-top {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  z-index: 2;
  padding: 1.75rem 0.5rem 1.75rem;
  text-align: center;
  background-color: transparent;
  column-gap: 2rem;
  justify-content: center;
}

/* line 36, ../../../JS Array/scss/_header.scss */
#header-top #header-wrapper #header-intro-top #header-intro-title {
  width: 85%;
  z-index: 2;
  overflow: visible;
  background-color: transparent;
  justify-self: center;
}

/* line 44, ../../../JS Array/scss/_header.scss */
#header-top #header-wrapper #header-intro-top #header-intro-column-1 {
  width: 40%;
  z-index: 2;
  overflow: visible;
  background-color: transparent;
  padding-top: 2rem;
  max-width: 768px;
}

@media (max-width: 576px) {
  /* line 44, ../../../JS Array/scss/_header.scss */
  #header-top #header-wrapper #header-intro-top #header-intro-column-1 {
    width: 100%;
  }
}

/* line 57, ../../../JS Array/scss/_header.scss */
#header-top #header-wrapper #header-intro-top #header-intro-column-2 {
  width: 40%;
  z-index: 2;
  overflow: visible;
  background-color: transparent;
  padding-top: 2rem;
  max-width: 768px;
}

@media (max-width: 576px) {
  /* line 57, ../../../JS Array/scss/_header.scss */
  #header-top #header-wrapper #header-intro-top #header-intro-column-2 {
    width: 100%;
  }
}

/* line 1, ../../../JS Array/scss/_addr-mngr.scss */
#address-manager-top {
  position: absolute;
  height: fit-content;
  align-items: center;
  background-image: linear-gradient(30deg, #4f76b1, #746830 25%, #425d86 50%, #2b8a82 75%, #4f76b1 100%);
  width: 100vw;
}

@media (min-width: 1500px) {
  /* line 1, ../../../JS Array/scss/_addr-mngr.scss */
  #address-manager-top {
    width: 100vw;
  }
}

/* line 13, ../../../JS Array/scss/_addr-mngr.scss */
#address-manager-top #address-manager-wrapper {
  width: 100%;
  padding: 1rem 0 2rem;
  text-align: center;
}

/* line 21, ../../../JS Array/scss/_addr-mngr.scss */
#address-manager-top #address-manager-wrapper #address-manager-input #address-manager-form-wrapper {
  padding-bottom: 1rem;
}

/* line 25, ../../../JS Array/scss/_addr-mngr.scss */
#address-manager-top #address-manager-wrapper #address-manager-input #address-manager-form-wrapper #address-manager-form {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr;
  justify-items: center;
}

/* line 32, ../../../JS Array/scss/_addr-mngr.scss */
#address-manager-top #address-manager-wrapper #address-manager-input #address-manager-form-wrapper #address-manager-form #address-manager-email-input {
  padding: 0.75rem 0;
  grid-row-start: 1;
  grid-row-end: 2;
}

/* line 38, ../../../JS Array/scss/_addr-mngr.scss */
#address-manager-top #address-manager-wrapper #address-manager-input #address-manager-form-wrapper #address-manager-form #address-manager-email-input input {
  padding: 0.3rem 0.5rem;
  height: 2rem;
  font-size: 1rem;
  outline: none;
  border: 2px solid #666666;
  border-radius: 0.35rem;
  align-self: center;
  transition: border-color 0.2s ease-in, background-color 0.2s ease-in, box-shadow 0.2s ease-in;
  background-color: #ffffff;
}

/* line 50, ../../../JS Array/scss/_addr-mngr.scss */
#address-manager-top #address-manager-wrapper #address-manager-input #address-manager-form-wrapper #address-manager-form #address-manager-email-input input:valid {
  border-color: #16a34a;
  background-color: #ffffff;
  box-shadow: inset 0 0 0.3rem rgba(22, 163, 74, 0.1);
}

/* line 56, ../../../JS Array/scss/_addr-mngr.scss */
#address-manager-top #address-manager-wrapper #address-manager-input #address-manager-form-wrapper #address-manager-form #address-manager-email-input input:invalid:not(:placeholder-shown) {
  border-color: #dc4a26;
  background-color: #fef2f2;
  box-shadow: inset 0 0 0.3rem rgba(220, 38, 38, 0.1);
}

/* line 63, ../../../JS Array/scss/_addr-mngr.scss */
#address-manager-top #address-manager-wrapper #address-manager-input #address-manager-form-wrapper #address-manager-form #address-manager-submit-button {
  grid-row-start: 2;
  grid-row-end: 3;
  border: 1px solid #666666;
  border-radius: 0.35rem;
  background-color: #cccccc;
  color: #000000;
  width: 60%;
  max-width: 14rem;
  height: 2rem;
  align-self: center;
  cursor: pointer;
  padding: 5px 0 2px;
  transition: scale 0.1s ease-in, opacity 0.2s ease-in;
}

/* line 80, ../../../JS Array/scss/_addr-mngr.scss */
#address-manager-top #address-manager-wrapper #address-manager-input #address-manager-form-wrapper #address-manager-form #address-manager-submit-button:hover:not(:disabled) {
  transition: scale 0.1s ease-in;
  scale: 1.04;
  filter: drop-shadow(0 0 0.05rem #111111);
  background-color: #ffffff;
}

/* line 88, ../../../JS Array/scss/_addr-mngr.scss */
#address-manager-top #address-manager-wrapper #address-manager-input #address-manager-form-wrapper #address-manager-form #address-manager-submit-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* line 101, ../../../JS Array/scss/_addr-mngr.scss */
#address-manager-top #address-manager-wrapper #address-manager-list-wrapper:empty {
  background-image: url("../img/email-background.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

/* line 110, ../../../JS Array/scss/_addr-mngr.scss */
#address-manager-top #address-manager-wrapper #address-manager-list-wrapper {
  width: 90%;
  max-width: 1440px;
  margin: 0 auto;
  height: 16rem;
  padding: 1rem 0;
  background-color: white;
  color: #000011;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  border: 1px solid #164881;
  border-radius: 0.625rem;
}

/* line 1, ../../../JS Array/scss/_img-mngr.scss */
#image-manager-top::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(ellipse farthest-side at -50px 15%, #55737799 0%, transparent 50%), url("../img/10247006.jpg");
  background-position: center;
  background-size: auto;
  background-repeat: repeat;
  z-index: 0;
}

/* line 14, ../../../JS Array/scss/_img-mngr.scss */
#image-manager-top {
  width: 100vw;
  height: fit-content;
  padding: 2rem 0;
  box-shadow: 0 0 3rem #00000088;
}

@media (min-width: 1500px) {
  /* line 14, ../../../JS Array/scss/_img-mngr.scss */
  #image-manager-top {
    width: 60vw;
  }
}

@media (min-width: 2200px) {
  /* line 14, ../../../JS Array/scss/_img-mngr.scss */
  #image-manager-top {
    width: 50vw;
  }
}

/* line 30, ../../../JS Array/scss/_img-mngr.scss */
#image-manager-top #image-manager-wrapper {
  overflow-x: clip;
  overflow-y: visible;
}

/* line 35, ../../../JS Array/scss/_img-mngr.scss */
#image-manager-top #image-manager-wrapper #image-manager-display {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding-bottom: 2rem;
}

/* line 42, ../../../JS Array/scss/_img-mngr.scss */
#image-manager-top #image-manager-wrapper #image-manager-display #image-manager-header-bar {
  width: 100%;
  height: 64px;
  background-color: transparent;
  font-size: 1.125rem;
  font-weight: 450;
  padding: 0.625rem 0 0.625rem 0;
  z-index: 2;
}

@media (min-width: 576px) {
  /* line 42, ../../../JS Array/scss/_img-mngr.scss */
  #image-manager-top #image-manager-wrapper #image-manager-display #image-manager-header-bar {
    height: 42px;
  }
}

/* line 58, ../../../JS Array/scss/_img-mngr.scss */
#image-manager-top #image-manager-wrapper #image-manager-display #image-wrapper {
  box-shadow: 0.25rem 0.25rem 1.5rem #44444488;
  background-color: white;
  overflow: hidden;
  z-index: 1;
  background-image: url("../img/Loading_image.png");
  background-position: center;
  background-size: 50%;
  background-repeat: no-repeat;
}

/* line 1, ../../../JS Array/scss/_gallery.scss */
#gallery-top {
  width: 100vw;
  min-height: 200px;
  background-image: linear-gradient(270deg, #4f76b1, #746830 25%, #425d86 50%, #2b8a82 75%, #4f76b1 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
}

@media (min-width: 1500px) {
  /* line 1, ../../../JS Array/scss/_gallery.scss */
  #gallery-top {
    width: 40vw;
    box-shadow: 0 0 3rem #000000aa;
  }
}

@media (min-width: 2200px) {
  /* line 1, ../../../JS Array/scss/_gallery.scss */
  #gallery-top {
    width: 50vw;
  }
}

/* line 21, ../../../JS Array/scss/_gallery.scss */
#gallery-top #gallery-wrapper::-webkit-scrollbar, #gallery-top #gallery-thumbnails::-webkit-scrollbar {
  display: none;
}

/* line 26, ../../../JS Array/scss/_gallery.scss */
#gallery-top #gallery-wrapper {
  width: 95%;
  padding-top: 30px;
  padding-left: 2.5%;
  padding-right: 2.5%;
  padding-bottom: 28px;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-self: center;
  z-index: 1;
  overflow: hidden;
}

@media (min-width: 1500px) {
  /* line 26, ../../../JS Array/scss/_gallery.scss */
  #gallery-top #gallery-wrapper {
    width: 40vw;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 2200px) {
  /* line 26, ../../../JS Array/scss/_gallery.scss */
  #gallery-top #gallery-wrapper {
    width: 50vw;
  }
}

/* line 57, ../../../JS Array/scss/_gallery.scss */
#gallery-top #gallery-wrapper #gallery-thumbnails:empty {
  background-image: url("../img/gallery-background.png");
  background-position: center;
  background-size: 170px;
  background-repeat: no-repeat;
}

@media (min-width: 1500px) {
  /* line 57, ../../../JS Array/scss/_gallery.scss */
  #gallery-top #gallery-wrapper #gallery-thumbnails:empty {
    background-size: 250px;
  }
}

/* line 70, ../../../JS Array/scss/_gallery.scss */
#gallery-top #gallery-wrapper #gallery-thumbnails {
  min-height: 153.391px;
  width: 100%;
  height: auto;
  background-color: white;
  padding: 15px 15px;
  position: static;
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  flex-wrap: wrap;
  justify-self: safe center;
  column-gap: 20px;
  row-gap: 20px;
  justify-content: safe center;
  align-content: safe center;
  border-radius: 0.625rem;
}

@media (min-width: 1500px) {
  /* line 70, ../../../JS Array/scss/_gallery.scss */
  #gallery-top #gallery-wrapper #gallery-thumbnails {
    max-width: 1220px;
    margin: 0 auto;
    overflow-y: scroll;
  }
}

/* line 100, ../../../JS Array/scss/_gallery.scss */
#gallery-top #gallery-wrapper #gallery-thumbnails .gallery-img-span::after {
  position: relative;
  font-size: 16px;
  text-align: center;
  content: "X";
  inset: 0;
  display: none;
  width: 20px;
  height: 20px;
  padding-top: 3px;
  border-radius: 3px;
  cursor: pointer;
  left: 87.5%;
  top: -120px;
  background-color: #44444444;
  color: white;
  z-index: 5;
}

/* line 124, ../../../JS Array/scss/_gallery.scss */
#gallery-top #gallery-wrapper #gallery-thumbnails .gallery-img-span:hover::after {
  background-color: #44444444;
  display: block;
}

/* line 131, ../../../JS Array/scss/_gallery.scss */
#gallery-top #gallery-wrapper #gallery-thumbnails .gallery-img-span {
  display: inline-block;
  width: 220px;
  height: 124px;
  transition: scale 0.15s ease-in;
  align-self: center;
  justify-self: center;
  overflow: hidden;
}

/* line 141, ../../../JS Array/scss/_gallery.scss */
#gallery-top #gallery-wrapper #gallery-thumbnails .gallery-img-span:hover {
  transition: scale 0.15s ease-in;
  scale: 1.04;
}

/* line 147, ../../../JS Array/scss/_gallery.scss */
#gallery-top #gallery-wrapper #gallery-thumbnails .gallery-img-span img {
  display: inline-block;
  cursor: pointer;
  transition: scale 0.15s ease-in;
  scale: 1;
  object-fit: contain;
  align-self: center;
  justify-self: center;
}

/*# sourceMappingURL=styles.css.map */