.c-social {
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
}
.c-social__label {
  margin-bottom: 6px;
  margin-bottom: 0.375rem;
}
.c-social__icons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  width: 100%;
}
.c-social img,
.c-social svg {
  width: 20px;
}
.c-social img path,
.c-social svg path {
  transition: fill 0.3s ease-out;
}
.c-social a {
  padding: 6px;
  padding: 0.375rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  border: 1px solid #FFFFFF;
}
@media (min-width: 768px) {
  .c-social a {
    padding: 12px;
    padding: 0.75rem;
  }
}
.c-social a:hover svg path {
  fill: #324DC4;
}
.c-social--white .c-social {
  justify-content: center;
}
@media (min-width: 992px) {
  .c-social--white .c-social {
    justify-content: flex-start;
  }
}
.c-social--white img,
.c-social--white svg {
  width: 40px;
}
@media (min-width: 768px) {
  .c-social--white img,
  .c-social--white svg {
    width: 40px;
  }
}
.c-social--white img path,
.c-social--white svg path {
  fill: #FFFFFF;
}
.c-social--white a:hover {
  background-color: #FFFFFF;
}
.c-social--white a:hover svg path {
  fill: #324DC4;
}
.c-social__facebook svg {
  width: 40px;
  height: 40px;
}

.l-footer .c-social,
.c-event--full .c-social {
  align-items: flex-start;
}
@media (min-width: 992px) {
  .l-footer .c-social,
  .c-event--full .c-social {
    align-items: center;
  }
}
.l-footer .c-social__icons,
.c-event--full .c-social__icons {
  justify-content: flex-start;
  max-width: 250px;
}
@media (min-width: 992px) {
  .l-footer .c-social__icons,
  .c-event--full .c-social__icons {
    justify-content: center;
  }
}
.l-footer .c-social img,
.l-footer .c-social svg,
.c-event--full .c-social img,
.c-event--full .c-social svg {
  width: 40px;
}
.l-footer .c-social img path,
.l-footer .c-social svg path,
.c-event--full .c-social img path,
.c-event--full .c-social svg path {
  fill: #324DC4;
}
.l-footer .c-social a:hover svg path,
.c-event--full .c-social a:hover svg path {
  fill: #37B575;
}

.c-event--full .c-social {
  margin: 24px 0px 48px 0px;
  margin: 1.5rem 0 3rem 0;
  align-items: flex-start;
}

#block-acclimate-stay-in-touch-with-us-newsletter.c-social {
  margin-bottom: 72px;
  margin-bottom: 4.5rem;
  flex-direction: row;
  align-items: start;
}
@media (min-width: 992px) {
  #block-acclimate-stay-in-touch-with-us-newsletter.c-social {
    align-items: end;
  }
}
#block-acclimate-stay-in-touch-with-us-newsletter.c-social .c-social__label {
  display: flex;
  flex-direction: column;
  min-width: 300px;
}
#block-acclimate-stay-in-touch-with-us-newsletter.c-social .c-social__icons {
  justify-content: flex-start;
  max-width: 250px;
}
@media (min-width: 992px) {
  #block-acclimate-stay-in-touch-with-us-newsletter.c-social .c-social__icons {
    justify-content: center;
  }
}
#block-acclimate-stay-in-touch-with-us-newsletter.c-social img,
#block-acclimate-stay-in-touch-with-us-newsletter.c-social svg {
  width: 40px;
}
#block-acclimate-stay-in-touch-with-us-newsletter.c-social img path,
#block-acclimate-stay-in-touch-with-us-newsletter.c-social svg path {
  fill: #324DC4;
}
#block-acclimate-stay-in-touch-with-us-newsletter.c-social a {
  border: 0;
}
#block-acclimate-stay-in-touch-with-us-newsletter.c-social a:hover svg path {
  fill: #37B575;
}
#block-acclimate-stay-in-touch-with-us-newsletter.c-social .hypertitle {
  color: #37B575;
}
