.tcl-newsletter {
  width: 100%;
}
.tcl-newsletter__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tcl-newsletter__modal .fancybox-content {
  padding: 0 0;
  overflow: visible;
  background: transparent;
  max-width: 1200px;
  width: 100%;
}
.tcl-newsletter__modal .fancybox-content .fancybox-close-small {
  padding: 0 0;
  top: -13px;
  right: -30px;
}
@media (max-width: 767px) {
  .tcl-newsletter__modal .fancybox-content .fancybox-close-small {
    top: 0px;
    right: 0px;
  }
}
.tcl-newsletter__modal .fancybox-content .fancybox-close-small svg path {
  fill: #ffffff;
  stroke-width: 0;
}
@media (max-width: 767px) {
  .tcl-newsletter__modal .fancybox-content .fancybox-close-small svg path {
    fill: #000;
  }
}
.tcl-newsletter__picture {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .tcl-newsletter__picture {
    display: none;
  }
}
@media (max-width: 767px) {
  .tcl-newsletter__picture--mobile {
    display: block !important;
    width: 100%;
    margin-bottom: 15px;
  }
}
.tcl-newsletter__picture--mobile img {
  border-radius: 15px;
  width: 100%;
}
.tcl-newsletter__picture .tcl-picture {
  height: 100%;
  width: 100%;
}
.tcl-newsletter__picture .tcl-picture__container {
  padding-bottom: 0px !important;
  height: 100%;
}
.tcl-newsletter__picture .tcl-picture__container img {
  border-radius: 15px;
}
.tcl-newsletter__content {
  padding-top: 50px;
  padding-bottom: 50px;
  width: 60%;
  padding-left: 135px;
  padding-right: 120px;
  margin-left: -15px;
  background-size: cover;
  border-radius: 0 15px 15px 0px;
}
@media (max-width: 1199px) {
  .tcl-newsletter__content {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  .tcl-newsletter__content {
    padding-left: 25px;
    padding-right: 25px;
    width: 100%;
    margin-left: 0;
    border-radius: 15px;
  }
}
.tcl-newsletter__heading {
  font-family: "Quicksand";
  line-height: 120%;
  font-style: normal;
  margin-top: 0;
  font-weight: 600;
  font-size: 40px;
  margin-bottom: 15px;
  color: #001d18;
}
@media (max-width: 1199px) {
  .tcl-newsletter__heading {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .tcl-newsletter__heading {
    font-size: 30px;
  }
}
.tcl-newsletter__text {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  margin-bottom: 40px;
  color: #001d18;
}
@media (max-width: 767px) {
  .tcl-newsletter__text {
    margin-bottom: 20px;
  }
}
.tcl-newsletter__text p:last-child {
  margin-bottom: 0;
}
.tcl-newsletter__form {
  position: relative;
}
.tcl-newsletter__form .tcl-form__label {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  font-weight: 500;
  margin-bottom: 5px;
}
.tcl-newsletter__form .tcl-form__input {
  margin-bottom: 35px;
}
.tcl-newsletter__form .tcl-form__input input {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #001d18;
  background: #ffffff;
  border: 1px solid #001d18;
  width: 100%;
  padding: 5px 15px;
  height: 50px;
  outline: none;
  height: 40px;
}
.tcl-newsletter__form .tcl-form__input input::-webkit-input-placeholder {
  color: #7d7d7d;
  font-style: italic;
}
.tcl-newsletter__form .tcl-form__input input::-moz-placeholder {
  color: #7d7d7d;
  font-style: italic;
}
.tcl-newsletter__form .tcl-form__input input:-ms-input-placeholder {
  color: #7d7d7d;
  font-style: italic;
}
.tcl-newsletter__form .tcl-form__input input::-ms-input-placeholder {
  color: #7d7d7d;
  font-style: italic;
}
.tcl-newsletter__form .tcl-form__input input::placeholder {
  color: #7d7d7d;
  font-style: italic;
}
.tcl-newsletter__form .tcl-form__input textarea {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #001d18;
  background: #ffffff;
  border: 1px solid #001d18;
  width: 100%;
  padding: 15px;
  height: 150px;
  outline: none;
  display: block;
}
.tcl-newsletter__form .tcl-form__input textarea::-webkit-input-placeholder {
  color: #7d7d7d;
  font-style: italic;
}
.tcl-newsletter__form .tcl-form__input textarea::-moz-placeholder {
  color: #7d7d7d;
  font-style: italic;
}
.tcl-newsletter__form .tcl-form__input textarea:-ms-input-placeholder {
  color: #7d7d7d;
  font-style: italic;
}
.tcl-newsletter__form .tcl-form__input textarea::-ms-input-placeholder {
  color: #7d7d7d;
  font-style: italic;
}
.tcl-newsletter__form .tcl-form__input textarea::placeholder {
  color: #7d7d7d;
  font-style: italic;
}
.tcl-newsletter__form .tcl-form__input--acceptance {
  margin-bottom: 0;
}
.tcl-newsletter__form .tcl-form__input--acceptance label input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.tcl-newsletter__form .tcl-form__input--acceptance label input + span {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #282a3e;
  font-weight: 500;
  padding-left: 35px;
  position: relative;
}
.tcl-newsletter__form .tcl-form__input--acceptance label input + span::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: #f5f5f5;
  border: 1px solid #282a3e;
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 0px;
}
.tcl-newsletter__form .tcl-form__input--acceptance label input + span::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: #f5f5f5;
  border: 1px solid #282a3e;
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 0px;
  background-image: url("/wp-content/themes/3aart/images/icon_checked.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #282a3e;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 2;
}
.tcl-newsletter__form .tcl-form__input--acceptance label input:checked + span::before {
  opacity: 1;
}
.tcl-newsletter__form .tcl-form__input--acceptance label input + span {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  display: block;
}
.tcl-newsletter__form .tcl-form__input--acceptance label input + span:before, .tcl-newsletter__form .tcl-form__input--acceptance label input + span:after {
  top: 3px;
}
.tcl-newsletter__form .tcl-form__input--acceptance label input + span a {
  font-weight: bold;
}
.tcl-newsletter__form .tcl-form__input .wpcf7-form-control-wrap .wpcf7-list-item {
  margin: 0 0;
}
.tcl-newsletter__form .tcl-form__input .wpcf7-form-control-wrap .wpcf7-not-valid {
  border-color: #8f000a;
}
.tcl-newsletter__form .tcl-form__input .wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  font-size: 12px;
  color: #8f000a;
}
.tcl-newsletter__form .tcl-form .wpcf7-response-output {
  display: none !important;
}
.tcl-newsletter__form .tcl-form__button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
.tcl-newsletter__form .tcl-form__button p {
  margin-bottom: 0px;
  width: 100%;
}
.tcl-newsletter__form .tcl-form__button button {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  text-decoration: none;
  outline: none;
  border: 0;
  color: #ffffff;
  background-color: #8f000a;
  border-radius: 6px;
  padding: 10px 10px;
  width: 100%;
  text-align: center;
}
.tcl-newsletter__form .tcl-form__button button[disabled] {
  background: #dedede;
  color: #ffffff;
  cursor: no-drop;
}
@media (max-width: 767px) {
  .tcl-newsletter__form .tcl-form__button button {
    width: 100%;
    text-align: center;
  }
}
.tcl-newsletter__form .tcl-form__button span.wpcf7-spinner {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 100%;
}
@media (max-width: 767px) {
  .tcl-newsletter__form .tcl-form__button span.wpcf7-spinner {
    left: inherit;
    right: 0;
  }
}
.tcl-newsletter__form-success {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.tcl-newsletter__form-success-text {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #001d18;
}
.tcl-newsletter__form-success-button {
  margin-top: auto;
}
.tcl-newsletter__form-success-button button {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  text-decoration: none;
  outline: none;
  border: 0;
  color: #ffffff;
  background-color: #8f000a;
  border-radius: 6px;
  padding: 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.tcl-newsletter__form-success-button button[disabled] {
  background: #dedede;
  color: #ffffff;
  cursor: no-drop;
}
.tcl-newsletter__form-success-button button span {
  margin-left: 10px;
}