h1.text-combined>p>strong {
  display: block;
}

.fixed-cta-banner {
  position: fixed;
  box-sizing: border-box;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 650px;
  z-index: 20;
  display: flex;
  align-items: center;
  color: #ffffff;
}

.fixed-cta-banner .cta {
  background: #e00008;
  height: 55px;
  box-sizing: border-box;
  text-align: center;
  width: 47%;
  display: flex;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #7d3035;
  border-top: 1px solid #7d3035;
  padding-bottom: 3px;
}

.fixed-cta-banner .cta p,
.fixed-cta-banner .cta a {
  color: #ffffff;
  margin: 0;
  font-size: 12px !important;
}

.fixed-cta-banner .cta a {
  border-bottom: 1px solid #ffffff;
  text-decoration: none;
}

.fixed-cta-banner>ul.socials {
  width: 53%;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.97);
  height: 55px;
  display: flex;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #f5acac;
  border-top: 1px solid #f5acac;
}

.fixed-cta-banner>ul.socials>li {
  padding-left: 30px;
  padding-right: 30px;
  border-right: 1px solid #e6e6e6;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fixed-cta-banner>ul.socials>li a {
  line-height: 0;
}

.fixed-cta-banner>ul.socials>li img {
  width: 23px;
  height: 23px;
}

.fixed-cta-banner>ul.socials>li.social img {
  width: 20px;
  height: 20px;
}

.fixed-cta-banner>ul.socials>li:last-child {
  border: none;
}

@media (max-width: 600px) {
  .fixed-cta-banner {
    flex-direction: column;
  }

  .fixed-cta-banner>.cta,
  .fixed-cta-banner ul.socials {
    width: 100%;
    border-left: 0;
  }

  .fixed-cta-banner>.cta {
    display: block;
    height: auto;
    padding: 7px;
    padding-bottom: 13px;
    border: 0;
  }

  .fixed-cta-banner>.cta p {
    display: inline;
  }
}

.header-cta-link-box {
  display: inline-flex;
  width: 150px;
  position: absolute;
  left: -170px;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.header-cta-link-box a {
  padding: 9px 25px !important;
  min-width: 0 !important;
  width: auto !important;
  height: auto !important;
  color: #ffffff !important;
  background: #e00008 !important;
  text-transform: uppercase !important;
  text-indent: 0px !important;
  font-size: 14px !important;
  font-family: "Graphik Wide", Helvetica, Arial, sans-serif !important;
  text-decoration: none !important;
  transition: all .5s !important;
  opacity: 100% !important;
}

.header-cta-link-box a:hover {
  opacity: 80% !important;
}

.header-cta-link-box a::before {
  display: none !important;
}

.popup-overlay, .popup-overlay * {
  box-sizing: border-box;
}

.popup-overlay > div {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.popup-overlay.po-show > div {
  opacity: 1;
  visibility: visible;
}

.popup-overlay .popup-overlay__background {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  cursor: pointer;
}

.popup-overlay .popup-overlay__content {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 51;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px;
  pointer-events: none;
}

@media (max-width: 550px) {
  .popup-overlay .popup-overlay__content {
    padding: 25px;
  }
}

.popup-overlay .popup-overlay__contact-inner {
  background: white;
  border: 2px solid #e00008;
  width: 100%;
  max-width: 500px;
  pointer-events: auto;
}

.popup-overlay.po-has-image .popup-overlay__contact-inner {
  max-width: 900px;
}

@media (min-width: 1400px) {
  .popup-overlay .popup-overlay__contact-inner {
    max-width: 700px;
  }

  .popup-overlay.po-has-image .popup-overlay__contact-inner {
    max-width: 1100px;
  }
}

.popup-overlay .popup-overlay__title {
  width: 100%;
  padding: 25px 20px;
  padding-right: 50px;
  position: relative;
  text-align: center;
  background: #e00008;
  color: white;
}

.popup-overlay .popup-overlay__title h2 {
  font-size: 18px;
  line-height: 21px;
  font-family: 'Graphik', sans-serif;
  text-transform: uppercase;
  font-weight: 900;
}

@media (min-width: 551px) {
  .popup-overlay .popup-overlay__title h2 {
    font-size: 24px;
    line-height: 27px;
  }
}

@media (min-width: 801px) {
  .popup-overlay .popup-overlay__title h2 {
    font-size: 32px;
    line-height: 35px;
  }
}

@media (min-width: 1100px) {
  .popup-overlay .popup-overlay__title h2 {
    font-size: 35px;
    line-height: 38px;
  }
}

@media (min-width: 1400px) {
  .popup-overlay .popup-overlay__title h2 {
    font-size: 38px;
    line-height: 41px;
  }
}

.popup-overlay button.popup-overlay__close {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.popup-overlay button.popup-overlay__close svg {
  width: 18px;
  height: 20px;
}

@media (min-width: 801px) {
  .popup-overlay button.popup-overlay__close svg {
    width: 24px;
    height: 22px;
  }
}

.popup-overlay .popup-overlay__contact-form {
  background: white;
  display: flex;
}

.popup-overlay .popup-overlay__image {
  /*aspect-ratio: 370/540;*/
  width: 100%;
  max-width: 270px;
  /*height: 100%;*/
  border-right: 2px solid #e00008;
  flex-shrink: 0;
}

@media (max-width: 800px) {
  .popup-overlay .popup-overlay__image {
    display: none !important;
  }
}

@media (min-width: 1100px) {
  .popup-overlay .popup-overlay__image {
    max-width: 320px;
  }
}

@media (min-width: 1400px) {
  .popup-overlay .popup-overlay__image {
    max-width: 370px;
  }
}

.popup-overlay .popup-overlay__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.popup-overlay .popup-overlay__form {
  width: 100%;
}

.popup-overlay .popup-overlay__form-inner {
  padding: 30px 50px;
}

@media (max-width: 550px) {
  .popup-overlay .popup-overlay__form-inner {
    padding: 30px;
  }
}

.popup-overlay .popup-overlay__form-inner .wpcf7 {
  width: 100%;
  max-width: 370px;
}

.popup-overlay .popup-overlay__form .popup-overlay__subtitle {
  font-family: 'Gza', sans-serif;
  font-size: 16px;
  font-weight: 700;
}

@media (min-width: 601px) {
  .popup-overlay .popup-overlay__form .popup-overlay__subtitle {
    font-size: 18px;
  }
}

@media (min-width: 801px) {
  .popup-overlay .popup-overlay__form .popup-overlay__subtitle {
    font-size: 20px;
  }
}

@media (min-width: 1100px) {
  .popup-overlay .popup-overlay__form .popup-overlay__subtitle {
    font-size: 25px;
  }
}

@media (min-width: 1400px) {
  .popup-overlay .popup-overlay__form .popup-overlay__subtitle {
    font-size: 30px;
  }
}

.popup-overlay .popup-overlay__intro {
  color: black;
  font-size: 13px;
  line-height: 15px;
  width: 100%;
  max-width: 100%;
  margin-top: 3px;
}

@media (min-width: 601px) {
  .popup-overlay .popup-overlay__intro {
    font-size: 15px;
    line-height: 17px;
  }
}

@media (min-width: 801px) {
  .popup-overlay .popup-overlay__intro {
    max-width: 90%;
  }
}

@media (min-width: 1400px) {
  .popup-overlay .popup-overlay__intro {
    font-size: 20px;
    line-height: 22px;
  }
}

.popup-overlay .popup-overlay__disclaimer {
  color: rgba(0, 0, 0, 0.5);
  font-size: 10px;
  line-height: 11.2px;
  width: 100%;
  max-width: 100%;
  margin-top: 15px;
}

@media (min-width: 601px) {
  .popup-overlay .popup-overlay__disclaimer {
    margin-top: 30px;
  }
}

@media (min-width: 801px) {
  .popup-overlay .popup-overlay__disclaimer {
    max-width: 85%;
  }
}

@media (min-width: 1400px) {
  .popup-overlay .popup-overlay__disclaimer {
    font-size: 12px;
    line-height: 13.2px;
  }
}

.popup-overlay .popup-overlay__form-cf7 {
  padding-top: 15px;
}

@media (min-width: 601px) {
  .popup-overlay .popup-overlay__form-cf7 {
    padding-top: 30px;
  }
}

.popup-overlay .popup-overlay__form-cf7 input {
  border: none;
  outline: none;
  border-bottom: 1px solid #000000;
  color: rgba(224, 0, 8, 1);
  font-family: 'Gza', sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  width: 100%;
  padding: 0 !important;
  padding-bottom: 6px !important;
  margin-bottom: 15px;
  border-radius: 0px !important;
}

.popup-overlay .popup-overlay__form-cf7 input[type="submit"] {
  width: auto !important;
  background: rgba(224, 0, 8, 1);
  color: #ffffff;
  font-size: 10px !important;
  text-transform: uppercase !important;
  font-family: "Graphik Wide", Helvetica, Arial, sans-serif !important;
  padding: 8px 20px !important;
  border: none !important;
  font-weight: normal !important;
  margin-top: 14px !important;
  cursor: pointer;
  transition: all .5s;
}

@media (min-width: 601px) {
  .popup-overlay .popup-overlay__form-cf7 input[type="submit"] {
    margin-top: 20px !important;
  }
}

.popup-overlay .popup-overlay__form-cf7 input[type="submit"]:hover {
  background: rgba(224, 0, 8, 0.5);
}

@media (min-width: 1400px) {
  .popup-overlay .popup-overlay__form-cf7 input {
    font-size: 24px;
    line-height: 28px;
  }

  .popup-overlay .popup-overlay__form-cf7 input[type="submit"] {
    font-size: 14px !important;
  }
}

.popup-overlay .popup-overlay__form-cf7 input:focus {
  border-color: #e00008;
}

.popup-overlay .screen-reader-response {
  display: none !important;
}

.wpcf7-select {
  background: none;
  border: 2px solid #e00008;
  width: 100%;
  padding: 8px 10px;
  color: #e00008;
  font-family: 'Gza', sans-serif;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill='red' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 5px;
}
