@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap");
@font-face {
  font-family: "VFIFonts";
  src: url("/assets/LibelSuitFamily/Alternativefiles/Typodermic - LibelSuitBk-Regular.ttf") format("truetype"), url("/assets/LibelSuitFamily/Alternativefiles/Typodermic - LibelSuitEl-Regular.ttf") format("truetype"), url("/assets/LibelSuitFamily/Alternativefiles/Typodermic - LibelSuitLt-Regular.ttf") format("truetype"), url("/assets/LibelSuitFamily/Alternativefiles/Typodermic - LibelSuitRg-Bold.ttf") format("truetype"), url("/assets/LibelSuitFamily/Alternativefiles/Typodermic - LibelSuitRg-Regular.ttf") format("truetype"), url("/assets/LibelSuitFamily/Alternativefiles/Typodermic - LibelSuitSb-Regular.ttf") format("truetype");
}
.newsletter {
  width: 100%;
  max-width: 1440px;
  margin: auto;
  padding: 50px 0 70px;
  background-color: #efefef;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1279px) {
  .newsletter {
    padding: 30px 0 50px;
  }
}
@media (max-width: 767px) {
  .newsletter {
    padding: 25px 0 40px;
  }
}
@media (max-width: 639px) {
  .newsletter {
    padding: 20px 0;
  }
}
.newsletter .headline {
  margin-bottom: 40px;
  width: 100%;
}
.newsletter .headline h2 {
  font-size: 24px;
  background-color: transparent;
  text-align: center;
  line-height: 31px;
  letter-spacing: 1px;
  font-weight: 700;
  color: #373737;
  padding: 15px;
}
.newsletter .form-container {
  position: relative;
  max-width: 554px;
  width: 100%;
  margin-bottom: 5px;
  padding: 0 15px;
}
.newsletter .form-container .confirmation-text {
  position: absolute;
  top: -20px;
  height: 19px;
  color: #7ecf8f;
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 600;
  font-size: 13px;
  line-height: 17px;
  cursor: default;
}
.newsletter .form-container .confirmation-text.newsletter-error {
  color: #f64e60;
}
.newsletter .form-container .email-container {
  position: relative;
  margin-bottom: 20px;
}
.newsletter .form-container .email-input {
  width: 100%;
  height: 60px;
  border: none;
  border-radius: 5px;
  padding: 15px;
  padding-right: 110px;
}
.newsletter .form-container .add-email {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: none;
  padding: 0;
}
.newsletter .form-container .add-email span {
  color: #009fff;
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-style: italic;
  letter-spacing: 0.24px;
  line-height: 20px;
  text-align: right;
}
.newsletter .form-container .add-email i {
  height: 20px;
  width: 14px;
  color: #009fff;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 20px;
  margin-left: 8px;
}
.newsletter .tag-container {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  padding: 0 15px;
}
.newsletter .tag-container .selected-tags {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex: 1;
  margin-bottom: 15px;
}
.newsletter .tag-container .selected-tags .email-tags {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  align-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 25px;
  border-radius: 5px;
}
@media (max-width: 524px) {
  .newsletter .tag-container .selected-tags .email-tags {
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
}
@media (max-width: 340px) {
  .newsletter .tag-container .selected-tags .email-tags {
    grid-template-columns: repeat(2, 1fr);
  }
}
.newsletter .tag-container .selected-tags .email-tags .tag {
  display: flex;
  height: 19px;
  font-family: "Source Sans Pro";
  font-size: 13px;
  letter-spacing: 0;
  line-height: 17px;
}
.newsletter .tag-container .selected-tags .email-tags .tag .checkbox {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}
.newsletter .tag-container .selected-tags .email-tags .tag label {
  height: 17px;
  color: #373737;
  font-family: "Source Sans Pro";
  font-size: 13px;
  letter-spacing: 0;
  line-height: 17px;
}
.newsletter .tag-container .edit-sub {
  position: relative;
  top: -1px;
  height: 19px;
  color: #009fff;
  font-family: "Source Sans Pro";
  font-size: 13px;
  letter-spacing: 0;
  line-height: 17px;
  text-align: right;
  border: none;
  padding: 0;
  cursor: pointer;
}
.newsletter .hidden-tag {
  visibility: hidden;
  position: absolute;
  padding: 0;
}

.check-container {
  display: block;
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.check-container ::after,
.check-container ::before {
  box-sizing: unset;
}

/* Hide the browser's default checkbox */
.check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #ffffff;
  border-radius: 2px;
}

/* On mouse-over, add a grey background color */
.check-container:hover input ~ .checkmark {
  background-color: #a2a2a2;
}

/* When the checkbox is checked, add a blue background */
.check-container input:checked ~ .checkmark {
  background-color: #0072ff;
  border-radius: 2px;
}

.check-container.auto-checked input:checked ~ .checkmark {
  background-color: #000000;
  border-radius: 2px;
}

.auto-checked {
  cursor: default;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.check-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.check-container .checkmark:after {
  left: 6px;
  top: 2px;
  width: 3px;
  height: 8px;
  border: solid #ffffff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.display.display-active .newsletter {
  max-width: 1200px;
}/*# sourceMappingURL=newsletter.css.map */