.page-footer {
  color: var(--white-colour);
  background-image: var(--blue-wave-colour-image);
  font-weight: 500;
  overflow: hidden;
}
.page-footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.footer-wrap {
  padding: 1.125rem 0 0.81rem 0.625rem;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 601px) {
  .footer-wrap {
    padding: 1.125rem 0.625rem 0.81rem;
  }
}
@media (min-width: 1025px) {
  .footer-wrap {
    padding: 2.188rem 4.125rem 0;
  }
}
.footer-wrap > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
}

.footer-wrap .footer-drop-downs,
.footer-wrap .social-media {
  flex: 0 0 auto;
  width: auto;
}
.footer-wrap .social-media{
  display: flex;
  margin-top: .5rem;
}
.footer-wrap .footer-button,
.footer-wrap .footer-gallery,
.footer-wrap .legal-block {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 1025px) {
  .footer-wrap .footer-drop-downs{
    order: 1;
  }
  .footer-wrap .social-media{
    order: 2;
    margin-top: 0;
  }
  .footer-wrap .footer-button,
  .footer-wrap .footer-gallery,
  .footer-wrap .legal-block{
    order: 3;
  }
}

@media (max-width: 420px) {
  .footer-drop-downs {
      font-size: 0.8rem;
  }
}
.footer-button {
  white-space: nowrap;
  margin-top: 2.5rem;
  margin-bottom: 3.625rem;
  display: flex;
  justify-content: center;
}
@media (min-width: 1025px) {
  .footer-button {
    margin-top: 4.7rem;
    margin-bottom: 2.5rem;
  }
}
.footer-button .footer-btn {
  color: var(--white-colour);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  column-gap: 0.5rem;
  height: 3.375rem;
  padding-right: 1rem;
  display: flex;
  position: relative;
}
.footer-button .footer-btn span {
  padding-top: 0.625rem;
  font-size: 2.75rem;
  line-height: 0;
}
@media (min-width: 576px) {
  .footer-button .footer-btn span {
    font-size: 3.75rem;
  }
}
@media (min-width: 1025px) {
  .footer-button .footer-btn {
    column-gap: 1.25rem;
    height: 6.75rem;
    padding-right: 3.94rem;
  }
  .footer-button .footer-btn span {
    padding-top: 1.5rem;
    font-size: 8rem;
  }
}
.footer-button .footer-btn:before {
  content: "";
  background-color: var(--white-20-colour);
  border-radius: 100px;
  width: 3.375rem;
  height: 100%;
  transition: all 0.2s ease-out;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media (min-width: 1025px) {
  .footer-button .footer-btn:before {
    width: 6.75rem;
  }
}
.footer-button .footer-btn:hover {
  cursor: pointer;
}
.footer-button .footer-btn:hover:before {
  width: 100%;
  height: 110%;
}
@media (min-width: 1025px) {
  .footer-button .footer-btn:hover .footer-btn-icon path {
    transform: scale(0.75);
  }
}
.footer-button .footer-btn:focus {
  cursor: pointer;
}
.footer-button .footer-btn:focus:before {
  width: 100%;
  height: 110%;
}
@media (min-width: 1025px) {
  .footer-button .footer-btn:focus .footer-btn-icon path {
    transform: scale(0.75);
  }
}
.footer-button .footer-btn .footer-btn-icon {
  width: 3.375rem;
  height: 3.375rem;
}
@media (min-width: 1025px) {
  .footer-button .footer-btn .footer-btn-icon {
    width: 6.75rem;
    height: 6.75rem;
  }
  .footer-button .footer-btn .footer-btn-icon path {
    transform-origin: 125%;
    transition: all 0.2s ease-out;
    transform: scale(1);
  }
}
.footer-gallery {
  overflow-x: hidden;
}
@media (min-width: 1110px) {
  .footer-gallery {
    overflow-x: visible;
  }
}
.footer-gallery .footer-gallery-wrap {
  white-space: nowrap;
  scrollbar-width: none;
  column-gap: 0.625rem;
  height: 100%;
  display: flex;
  overflow: scroll hidden;
}
@media (min-width: 601px) {
  .footer-gallery .footer-gallery-wrap {
    justify-content: space-between;
    overflow: hidden;
  }
}
@media (min-width: 1025px) {
  .footer-gallery .footer-gallery-wrap {
    overflow: visible;
  }
}
.footer-gallery .footer-gallery-wrap::-webkit-scrollbar {
  display: none;
}
@media not all and (-webkit-min-device-pixel-ratio: 0.0000264583) and (min-width: 0),
  not all and (-webkit-min-device-pixel-ratio: 0.0000264583) and (min-width: 0),
  not all and (min-resolution: 0.001dpcm) and (min-width: 0) {
  @supports ((-webkit-appearance: none)) {
    .footer-gallery .footer-gallery-wrap {
      overflow: hidden;
    }
  }
}
.footer-gallery .img-item {
  width: 10rem;
  height: 13.75rem;
  transition: all 0.8s ease-in-out 0.4s;
}
.footer-gallery .img-item img {
  border-radius: var(--small-radius);
  width: 10rem;
}
.footer-gallery .img-item video {
  border-radius: var(--small-radius);
  object-fit: cover;
  width: 10rem;
  height: 100%;
  overflow: hidden;
}
@media (min-width: 601px) and (max-width: 1025px) {
  .footer-gallery .img-item {
    width: 100%;
    height: auto;
    aspect-ratio: 0.72;
  }

  .footer-gallery .img-item img {
    width: 100%;
  }

  .footer-gallery .img-item video {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .footer-gallery .img-item video {
    width: 14.44rem;
  }
  .footer-gallery .img-item {
    width: 14.44rem;
    height: 20.25rem;
    overflow: visible;
  }
  .footer-gallery .img-item img {
    width: 14.44rem;
  }
  .footer-gallery .img-item.animate-img-item {
    transition-duration: 0.8s;
    transition-delay: 0.4s;
    transform: translateY(7rem);
  }
  .footer-gallery .img-item.item-1 {
    margin-right: 24px;
  }
  .footer-gallery .img-item.item-2 {
    margin-right: 24px;
    transform: translateY(3.31rem);
  }
  .footer-gallery .img-item.item-2.animate-img-item {
    transform: translateY(10.31rem);
  }
  .footer-gallery .img-item.item-3 {
    margin-right: 27px;
    transform: translateY(2.063rem);
  }
  .footer-gallery .img-item.item-3.animate-img-item {
    transform: translateY(9.063rem);
  }
  .footer-gallery .img-item.item-4 {
    margin-right: 38px;
    transform: translateY(3vw);
  }
  .footer-gallery .img-item.item-4.animate-img-item {
    transform: translateY(14.7rem);
  }
  .footer-gallery .img-item.item-5 {
    transform: translateY(0.75rem);
  }
  .footer-gallery .img-item.item-5.animate-img-item {
    transform: translateY(7.75rem);
  }
}
@media (min-width: 1441px) {
  .footer-gallery .img-item.item-4 {
    margin-right: 38px;
    transform: translateY(7.7rem);
  }
  .footer-gallery .img-item.item-4.animate-img-item {
    transform: translateY(14.7rem);
  }
}
.legal-block {
  flex-direction: column-reverse;
  padding-top: 33px;
  font-size: 0.75rem;
  line-height: 1.25rem;
  display: flex;
}
@media (min-width: 1025px) {
  .legal-block {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 9px;
  }
}
.legal-content {
  line-height: 1;
}
.legal-links,
.legal-content {
  font-weight: 400;
}
.legal-links {
  column-gap: 5px;
  display: inline-flex;
}
.legal-links a {
  cursor: pointer;
}
.legal-links a:hover {
  opacity: 0.8;
}
.legal-content-top {
  line-height: 1.8;
}
.footer-drop-downs {
  column-gap: 0.75rem;
  display: flex;
}
@media (min-width: 1025px) {
  .footer-drop-downs {
    column-gap: 3.75rem;
  }
}
.drop-down-title {
  white-space: nowrap;
  align-items: center;
  column-gap: 0.19rem;
  margin-bottom: 0.75rem;
  display: inline-flex;
}
.drop-down-title .arrow-icon svg {
  transition: transform 0.1s ease-in;
}
.drop-down-title.opened .arrow-icon svg {
  transform-origin: 50%;
  transform: rotate(180deg);
}
.drop-down-title svg {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.19rem;
  transition: transform 0.2s ease-in;
}
@media (min-width: 1025px) {
  .drop-down-title:hover {
    cursor: pointer;
  }
}
.drop-down-wrapper {
  /* width: 8.86rem; */
  width: auto;
  flex: 0 0 auto;
  position: relative;
}
/* .drop-down-wrapper:nth-child(2) {
  width: 6.47rem;
}
.drop-down-wrapper:nth-child(3) {
  width: 5.85rem;
} */
.drop-down-wrapper:nth-child(3) .drop-down-content {
  row-gap: 0.5rem;
}
.drop-down-wrapper:nth-child(3) .drop-down-content a {
  align-items: center;
  height: 18px;
  display: flex;
}
.drop-down-content {
  flex-direction: column;
  row-gap: 1rem;
  display: flex;
  overflow: visible;
}
.drop-down-content li {
  flex-direction: column;
  gap: 4px;
  display: flex;
}
.drop-down-content li:hover a {
  opacity: 0.8;
}
.drop-down-content a {
  white-space: nowrap;
  color: var(--white-colour);
  cursor: pointer;
  text-decoration: none;
}
.drop-down-content p,
.drop-down-content a,
.drop-down-content b {
  white-space: nowrap;
  margin: 0;
  padding: 0;
}
.drop-down-content b {
  margin-bottom: 2px;
}
.social-media {
  column-gap: 38px;
  line-height: 1.5;
}
@media (min-width: 1025px) {
  .social-media {
    column-gap: 2.375rem;
  }
}
.social-media a {
  color: var(--white-colour);
  cursor: pointer;
  text-decoration: none;
}
.social-media a:hover {
  opacity: 0.8;
}
.social-media.social-mob {
  margin-top: 0.5rem;
  display: flex;
}
@media (min-width: 1025px) {
  .social-media.social-mob {
    display: none;
  }
}
.social-media.social-desk {
  display: none;
}
@media (min-width: 1025px) {
  .social-media.social-desk {
    display: flex;
  }
}
