body {
  width: 100%;
  background-color: #f2f2f2;
}

header {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  height: 80px;
  background-color: #fff;
  box-shadow: 0 4px 2px -2px #d9d9d9;
}

footer {
  position: fixed;
  left: 0;
  bottom: 0;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  height: 60px;
  background-color: #fff;
  box-shadow: 0px 0px 4px #d9d9d9;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 800px;
  position: absolute;
  top: 80px;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, 0);
}

.main {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem;
}

video {
  width: 100%;
  border-radius: 6px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  box-shadow: 0 0 10px #333;
}

.logo-image {
  max-height: 80px;
  max-width: 80%;
}

span {
  color: #013861;
  font-weight: 500;
  text-align: center;
}

.margin-bottom {
  margin-bottom: 1rem;
}

.margin-top {
  margin-top: 1rem;
}

.header-span {
  font-weight: 600;
  color: #b62e34;
}

.links-span {
  margin-bottom: 0.5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.links-span > .mobile-link {
  margin-left: -0.5rem;
}

.mobile-icon {
  margin-left: -4px;
}

svg {
  color: #013861;
  fill: #013861;
  margin-right: 0.5rem;
  min-width: 24px;
  min-height: 24px;
}

.row {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
}

.cell-l {
  width: 50%;
  display: flex;
  align-items: center;
  padding-right: 2rem;
  justify-content: flex-end;
  min-width: fit-content;
}

.cell-r {
  width: 50%;
  display: flex;
  align-items: center;
  padding-left: 2rem;
  justify-content: flex-start;
  min-width: fit-content;
}

@media screen and (max-width: 472px) {
  .cell-l {
    padding-right: 0;
    justify-content: center;
  }

  .cell-r {
    padding-left: 0;
    justify-content: center;
  }
}

.slides {
  display: none;
}

.gallery {
  box-shadow: 0 0 10px #333;
  width: 100% !important;
  background: rgba(51, 51, 51, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
}

.gallery img {
  max-width: 100%;
  border-radius: 2px;
}

.numbertext {
  margin-top: 1rem;
  color: #000;
  /* margin-bottom: 60px; */
  font-weight: 600;
}

.g-button {
  height: 100%;
  background: rgba(0, 0, 0, 0.3) !important;
}

.g-button:hover {
  height: 100%;
  background: rgba(204, 204, 204, 0.3) !important;
}

.prev-button {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.next-button {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
