@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@100;300;400;500;600;700;900&family=Work+Sans:wght@100;300;400;500;600;700;900&display=swap');

* {
  box-sizing: border-box;
  scroll-behavior: smooth;
  list-style: none;
  font-family: 'Barlow';
}

/* Subscribe Section Styles */
.subscribe-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}

.container-edit.subscribe-container.container {
  max-width: 960px !important;
  margin-bottom: 42px !important;
  padding-right: 32px !important;
  padding-left: 32px !important;
}

.container-edit.subscribe-container.container::after, 
.container-edit.subscribe-container.container::before {
  display: none !important;
}

section>.container {
  padding: 0 !important;
  width: 100% !important;
}

.container-edit {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

@media (max-width: 767px) {
  .subscribe-container {
    flex-direction: column;
    justify-content: center;
  }
}

.edit-input {
  margin-top: 3px;
  width: 380px;
  height: 35px;
  border-radius: 10px;
  border: 2px solid white;
  margin-left: 2px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding: 20px;
  background-color: white;
  color: white;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.edit-input:focus {
  border-color: white !important;
}

.edit-input::placeholder {
  color: #6C757D;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.edit-input:focus::placeholder {
  opacity: 0.5;
}

@media (max-width: 767px) {
  .edit-input {
    margin-top: 3px;
    width: 250px;
    height: 35px;
    border-radius: 10px;
    border: 2px solid white;
    margin-left: 2px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding: 10px;
  }
}

@media (max-width: 480px) {
  .edit-input {
    width: auto;
  }
}

.edit-sub {
  margin-left: 3px;
  background-color: #B85A7A !important;
  color: white;
  width: 130px;
  height: 45px;
  border: 2px solid white;
  border-radius: 10px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: background-color 300ms ease, opacity 300ms ease;
  transition: background-color 300ms ease, opacity 300ms ease;
  line-height: 1 !important;
}

.edit-sub:hover:not(.disabled) {
  background-color: #8a3a7a;
  opacity: 0.9;
}

.edit-sub.disabled {
  cursor: no-drop;
  background-color: #a74996cf;
}

/* Reset form margins and line-height to prevent extra height */
.subscribe-container form {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
  height: auto !important;
}

.subscribe-container > div {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
}

.edit-word {
  color: white;
  margin: 0;
  font-family: 'Barlow', sans-serif !important;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

h3.edit-word {
  font-family: 'Barlow', sans-serif !important;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
}

.b-color {
  background-color: orange;
  height: 100px;
}


.error-message {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding: 10px 20px;
  border-bottom: 3px solid #db4b68;
  background-color: #db4b680d;
  color: #db4b68;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .container-edit {
    flex-direction: column;
  }
  
  .edit-sub {
    margin-left: 6px;
    background-color: #a74995;
    color: white;
    width: 100px;
    height: 35px;
    border: 2px solid white;
    border-radius: 10px;
  }
  
  .b-color {
    background-color: orange;
    height: 150px;
  }

  .footer2-links-grid {
    max-width: none !important;
    grid-column-gap: 20px !important;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr !important;
  }
}

/* Footer Section Styles - Matching Webflow */
.color-background {
  background-color: black;
}

.footer2-divider {
  width: 100%;
  height: 1px;
  background-color: #ebedee;
}

.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.footer2-links-grid {
  display: grid !important;
  width: 100% !important;
  max-width: 1200px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-top: 60px !important;
  padding-bottom: 50px !important;
  grid-auto-flow: row !important;
  grid-auto-columns: 1fr !important;
  grid-column-gap: 12px !important;
  grid-row-gap: 36px !important;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr !important;
  grid-template-rows: auto !important;
}

#w-node-_7f4a8931-1582-0123-1435-5ba12741d165-b0b3cb50 {
  grid-row-start: span 1;
  grid-row-end: span 1;
  grid-column-start: span 7;
  grid-column-end: span 7;
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  grid-row-start: span 1 !important;
  grid-row-end: span 1 !important;
  grid-column-start: span 5 !important;
  grid-column-end: span 5 !important;
}

.footer__copyright {
  display: flex;
  align-items: center;
}

.footer__copyright-logo {
  margin-right: 14px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 72px;
  height: auto;
}

.footer2-links-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer2-links-wrap.is--hor {
  display: grid;
  flex-direction: row;
  justify-content: end;
  justify-items: start;
  align-items: center;
  align-content: stretch;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: auto auto auto;
  grid-template-rows: auto;
}

.footer2-link {
  display: block;
  margin-bottom: 10px;
  opacity: 0.35;
  -webkit-transition: color 300ms ease, opacity 300ms ease;
  transition: color 300ms ease, opacity 300ms ease;
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
}

.footer2-link:hover {
  opacity: 1;
  color: #97c680;
}

.footer2-link.w--current {
  opacity: 1;
}

.footer2-link.is--hor {
  margin-bottom: 0px;
}

.footer__social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* margin-right: -8px; */
  margin-left: -8px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__soc-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-right: 8px;
  margin-left: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100px;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.footer__soc-link:hover {
  background-color: #1e1e2f;
}

.footer__soc-img {
  display: block;
  width: 100%;
  height: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(30, 30, 47, 0.1);
  border-radius: 100px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.content-2 {
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  justify-content: center;
  align-items: flex-start;
}

.h-100 {
  height: 100%;
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

/* Responsive Styles */
@media screen and (max-width: 991px) {
  .footer2-link {
    margin-bottom: 19px;
  }

  .color-background {
    background-color: black;
  }

  .footer2-links-grid {
    max-width: none;
    grid-column-gap: 20px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer2-links-wrap.is--hor {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer__social {
    margin-left: 0;
    margin-top: 15px;
    margin-right: 0;
  }

  .footer2-links-wrap {
    margin-left: 15px !important;
  }

  .footer__copyright {
    justify-content: center !important;
    margin-bottom: 20px;
  }

  .footer__copyright-logo {
    width: 30px !important;
  }

  .footer__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    grid-row-start: span 1 !important;
    grid-row-end: span 1 !important;
    grid-column-start: span 5 !important;
    grid-column-end: span 5 !important;
  }
}

@media screen and (max-width: 767px) {
  .footer2-links-grid {
    max-width: none !important;
    grid-column-gap: 20px !important;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr !important;
  }

  .footer__bottom {
    flex-direction: column-reverse !important;
  }

  .footer__copyright {
    justify-content: center !important;
    margin-bottom: 0px !important;
  }
}

@media screen and (max-width: 479px) {
  .footer2-links-grid {
      grid-column-gap: 12px !important;
      grid-template-columns: 1fr 1fr 1fr 1fr !important;
  }
}