.appdownload-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}
.appdownload-container .app-header {
  padding: 20px 85px;
}
@media screen and (max-width: 768px) {
  .appdownload-container .app-header {
    padding: 20px;
  }
}
.appdownload-container .app-header {
  background-color: rgba(255, 255, 255, 0.44);
  border-radius: 29px;
}
.appdownload-container .app-header .app-logo-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.appdownload-container .app-header .app-logo-box img:first-child {
  width: 64px;
  height: 64px;
  margin-right: 10px;
}
.appdownload-container .app-header .app-logo-box img:last-child {
  width: 100px;
}
.appdownload-container .app-header .app-header-content {
  margin-top: 12px;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 2px;
  color: #400e0e;
}
.appdownload-container .app-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1em;
  align-items: center;
  margin: 40px 0;
}
.appdownload-container .app-links .app-link-left {
  flex: 0 1 273px;
  justify-items: flex-end;
}
.appdownload-container .app-links .app-link-left .app-2code-box {
  background: #00a47c;
  border-radius: 20px;
  border: 10px solid #00a47c;
  max-width: 273px;
  width: 100%;
}
.appdownload-container .app-links .app-link-left .app-2code-box .app-2code-img-wp {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
.appdownload-container .app-links .app-link-left .app-2code-box .app-2code-img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.appdownload-container .app-links .app-link-left .app-2code-box .app-2code-img img {
  width: 100%;
  height: 100%;
}
.appdownload-container .app-links .app-link-left .app-2code-box .app-2code-text {
  font-size: 12px;
  margin-top: 4px;
  text-align: center;
  color: white;
}
.appdownload-container .app-links .app-link-right {
  width: -moz-fit-content;
  width: fit-content;
}
.appdownload-container .app-links .app-link-right .app-link-button {
  font-size: 27px;
  box-sizing: border-box;
  padding: 12px 2em;
  width: 100%;
  background-color: #00a47c;
  border: 1px solid #008d65;
  border-radius: 10em;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5em;
  box-shadow: 0px 2px 3px 0px rgba(84, 115, 87, 0.3);
}
.appdownload-container .app-links .app-link-right .app-link-button .app-link-icon {
  width: 1em;
  height: 1em;
}
.appdownload-container .app-links .app-link-right .app-link-button .app-link-icon img {
  width: 100%;
  height: 100%;
}
.appdownload-container .app-links .app-link-right .app-link-text {
  text-align: center;
  color: white;
}
.appdownload-container .app-links .app-link-right .app-link-button:not(:first-child) {
  margin-top: 26px;
}
@media (max-width: 625px) {
  .appdownload-container .app-links .app-link-left {
    justify-items: center;
  }
  .appdownload-container .app-links .app-link-right {
    justify-items: center;
  }
}
.appdownload-container .app-gallery .app-gallery-item {
  padding: 88px 4em;
  margin-bottom: 2em;
  background-color: white;
  background: #ffffff;
  box-shadow: 0px 7px 9px 0px rgba(223, 237, 227, 0.19);
  border-radius: 29px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 1em;
}
.appdownload-container .app-gallery .app-gallery-item .app-gallery-item-left {
  flex: 1 1 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.appdownload-container .app-gallery .app-gallery-item .app-gallery-item-left img {
  width: 100%;
  height: 100%;
  max-width: 268px;
  -o-object-fit: cover;
     object-fit: cover;
  text-align: center;
}
.appdownload-container .app-gallery .app-gallery-item .app-gallery-item-right {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
}
.appdownload-container .app-gallery .app-gallery-item .app-gallery-item-title {
  font-size: 28px;
  font-weight: bold;
  color: #02a47c;
}
.appdownload-container .app-gallery .app-gallery-item .app-gallery-item-content {
  margin-top: 1em;
  font-size: 23px;
  color: #2c2a50;
}
@media (max-width: 768px) {
  .appdownload-container .app-gallery .app-gallery-item .app-gallery-item-left {
    position: absolute;
    top: -3em;
  }
  .appdownload-container .app-gallery .app-gallery-item .app-gallery-item-left img {
    width: 7em;
    height: 7em;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .appdownload-container .app-gallery .app-gallery-item .app-gallery-item-title {
    font-size: 22px;
  }
  .appdownload-container .app-gallery .app-gallery-item .app-gallery-item-content {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .appdownload-container .app-gallery .app-gallery-item .app-gallery-item-title {
    font-size: 18px;
  }
  .appdownload-container .app-gallery .app-gallery-item .app-gallery-item-content {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .appdownload-container .app-gallery {
    padding: 0 1em;
  }
  .appdownload-container .app-gallery-item {
    flex-direction: column;
    position: relative;
    margin-top: 6em;
    box-sizing: content-box;
    padding: 7em 1em 2em 1em !important;
  }
}
.appdownload-container .app-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.app-footer {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 186px 0 88px 0;
  gap: 53px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .app-footer {
    padding: 88px 0;
  }
}

.app-footer-img {
  height: 326px;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 800px) {
  .app-footer-img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.app-footer-content {
  font-size: 12px;
  color: #400e0e;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  flex-wrap: wrap;
}/*# sourceMappingURL=appdownload.css.map */