@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
.container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 2rem; }

.container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 2rem; }

html {
  font-size: 16px; }

body {
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #333; }

/* Headings */
h1 {
  font-size: 2.5rem;
  font-weight: 700; }

h2 {
  font-size: 2rem;
  font-weight: 700; }

h3 {
  font-size: 1.5rem;
  font-weight: 600; }

h4 {
  font-size: 1.25rem;
  font-weight: 600; }

h5 {
  font-size: 1.125rem; }

h6 {
  font-size: 1rem; }

/* Paragraphs */
p {
  font-size: 1rem;
  line-height: 1.6; }

/* Helpers */
.text-small {
  font-size: 0.875rem; }

.text-large {
  font-size: 1.125rem; }

.contact-page-header {
  text-align: center;
  margin: 2rem 0; }
  .contact-page-header > p {
    margin: 1rem 0;
    padding: 0 5rem; }

.contact-page-content {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  padding: 2rem 0;
  gap: 2rem; }

.contact-page-header {
  flex: 0 0 100%;
  text-align: center;
  margin: 4rem 0; }

.contact-info,
.contact-form {
  flex: 1;
  background-color: #fff;
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); }
  .contact-info h2,
  .contact-form h2 {
    margin-bottom: 1rem;
    color: #333; }
  .contact-info ul,
  .contact-form ul {
    list-style: none;
    padding: 0; }
    .contact-info ul li,
    .contact-form ul li {
      margin-bottom: 1rem; }

.contact-info {
  display: flex;
  flex-direction: column; }
  .contact-info strong {
    font-weight: bold;
    color: #333; }

.contact-form form label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600; }

.contact-form form input,
.contact-form form textarea {
  width: 100%;
  padding: 0.75rem;
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 5px; }

.contact-form form textarea {
  height: 150px;
  resize: none; }

.contact-form form .submit-button {
  background-color: #E72168;
  color: #fff;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 5px;
  font-size: 1rem;
  cursor: pointer; }
  .contact-form form .submit-button:hover {
    opacity: 0.8; }

.contact-button {
  color: #fff; }
  .contact-button:hover {
    color: #fff;
    opacity: 0.8; }

.contact-item {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 1rem; }
  .contact-item a {
    color: #072c3e;
    text-decoration: underline;
    text-decoration-color: rgba(7, 44, 62, 0.4);
    text-underline-offset: 2px;
    transition: all 0.2s ease; }
    .contact-item a:hover {
      color: #E72168;
      text-decoration-color: #E72168; }
    .contact-item a:focus {
      outline: 2px dashed #E72168;
      outline-offset: 2px; }

.contact-icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0; }

.contact-page-footer {
  text-align: center;
  margin: 2rem 0; }

.newsletter {
  text-align: left;
  background: url("../images/Newsletter-background.png") no-repeat center center;
  background-size: cover;
  padding: 4rem 2rem;
  color: #fff;
  margin: 2rem auto;
  border-radius: 10px;
  width: 100%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); }
  .newsletter p,
  .newsletter h2 {
    margin-left: 2rem;
    margin-bottom: 1rem; }
  .newsletter form {
    display: flex;
    justify-content: flex-start;
    gap: 1rem;
    margin-left: 2rem; }
    .newsletter form input {
      padding: 0.75rem;
      border: none;
      border-radius: 5px 0 0 5px;
      flex: 1; }
    .newsletter form .newsletter-button {
      padding: 0.75rem 1.5rem;
      border: none;
      background-color: #fff;
      color: #E72168;
      font-size: 1rem;
      font-weight: bold;
      border-radius: 0 5px 5px 0;
      cursor: pointer; }

@media screen and (max-width: 768px) {
  .contact-page-content {
    display: block;
    padding: 1rem; }
  .contact-page-header > p {
    padding: 0; }
  .subheader {
    text-align: center; }
  .contact-list ul {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .contact-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
    box-shadow: none;
    margin-bottom: 2rem; }
  .contact-form {
    margin-bottom: 2rem;
    box-shadow: none; }
  .contact-info ul {
    padding: 0; }
  .contact-info p,
  .contact-form p {
    width: 100%;
    text-align: left; }
  .contact-item {
    flex-direction: row;
    align-items: flex-start; }
  .contact-icon {
    width: 32px;
    height: 32px; }
  .contact-form form input,
  .contact-form form textarea {
    width: 100%; }
  .contact-form form .submit-button {
    width: 100%;
    text-align: center; }
  .newsletter {
    width: 100%;
    max-width: none;
    border-radius: 0;
    padding: 2rem 1rem; }
    .newsletter form {
      flex-direction: column;
      gap: 1rem;
      margin-left: 0; }
      .newsletter form input {
        width: 100%;
        border-radius: 5px; }
      .newsletter form .newsletter-button {
        width: 100%;
        border-radius: 5px; } }

@media screen and (max-width: 1024px) {
  .contact-page-content {
    padding: 1.5rem; }
  .newsletter {
    padding: 3rem 1.5rem; } }

@media screen and (max-width: 480px) {
  .contact-page-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem; }
  .contact-info,
  .contact-form {
    width: 100%;
    max-width: 420px;
    margin: 0 auto 1.5rem auto;
    padding: 1.5rem; }
  .contact-list ul {
    display: block;
    width: 100%; }
  .contact-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    width: 100%; }
  .contact-icon {
    width: 28px;
    height: 28px; }
  .contact-info p,
  .contact-form p {
    text-align: left; }
  .contact-page-header > p {
    padding: 0 1rem; } }
