html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body,
p,
figure,
ul,
li {
  margin: 0;
  padding: 0;
}
a {
  background-color: transparent;
  color: inherit;
}
b,
strong {
  font-weight: bolder;
}
img {
  border-style: none;
  vertical-align: top;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
textarea {
  overflow: auto;
}
button,
input {
  overflow: visible;
  border: none;
  background: transparent;
}
button,
select {
  text-transform: none;
}
.modal-wrapper {
  background-color: rgba(0,0,0,0.6);
}
.modal-wrapper .modal {
  position: relative;
  background-color: #fff;
  margin: 10vh auto;
  width: 80%;
  transition: all 2s ease;
  padding: 2em 0;
}
.modal-wrapper .modal .close-modal {
  background: transparent;
  position: absolute;
  top: -6px;
  left: 10px;
  font-size: 2em;
  color: #333;
  cursor: pointer;
}
.modal-wrapper .modal .loading {
  display: block;
  width: 100px;
  margin: auto;
  padding: 25vh 0;
}
.has-text-align-center {
  text-align: center;
}
.wp-block-image img {
  width: 100%;
}
.wp-block-button {
  display: inline-block;
}
.wp-block-button a {
  display: inline-block;
  padding: 0.7em 1.3em;
  border-radius: 0.7em;
  background: #104e70;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font: bold 0.8em 'Lato';
}
.xer-page {
  font: lighter 1em 'Lato';
  font-size: 14px;
  overflow-x: hidden;
}
@media screen and (min-width: 870px) {
  .xer-page {
    font-size: 20px;
  }
}
.xer-page strong {
  font: bold 1em 'Lato';
}
.xer-page ul {
  padding-left: 2em;
}
.xer-page-block,
.xer-page-content,
.xer-page-ingress,
.xer-page-article,
.xer-home-tiles,
.xer-home-banner,
.xer-product,
.wp-block-group.xer-services-section,
.xer-case-banner,
.xer-case-article,
.xer-contact-form {
  box-sizing: border-box;
  max-width: 1024px;
  margin: 2em auto;
}
.xer-page-block.wp-block-image,
.xer-page-content.wp-block-image,
.xer-page-ingress.wp-block-image,
.xer-page-article.wp-block-image,
.xer-home-tiles.wp-block-image,
.xer-home-banner.wp-block-image,
.xer-product.wp-block-image,
.wp-block-group.xer-services-section.wp-block-image,
.xer-case-banner.wp-block-image,
.xer-case-article.wp-block-image,
.xer-contact-form.wp-block-image {
  margin-top: 0;
}
.xer-page-content,
.xer-page-ingress,
.xer-home-tiles,
.xer-home-banner,
.xer-product,
.wp-block-group.xer-services-section,
.xer-case-banner,
.xer-case-article,
.xer-contact-form {
  padding: 0 2em;
}
@media screen and (min-width: 609px) {
  .xer-page-content,
  .xer-page-ingress,
  .xer-home-tiles,
  .xer-home-banner,
  .xer-product,
  .wp-block-group.xer-services-section,
  .xer-case-banner,
  .xer-case-article,
  .xer-contact-form {
    max-width: 609px;
  }
}
@media screen and (min-width: 870px) {
  .xer-page-content,
  .xer-page-ingress,
  .xer-home-tiles,
  .xer-home-banner,
  .xer-product,
  .wp-block-group.xer-services-section,
  .xer-case-banner,
  .xer-case-article,
  .xer-contact-form {
    max-width: 870px;
  }
}
.xer-page-ingress {
  font-size: 1.125em;
  margin: 2.4em auto;
}
.xer-page-article {
  max-width: 427px;
  padding: 0 2em;
}
.xer-page-article .wp-block-group__inner-container > * + * {
  margin-top: 1em;
}
.xer-page-article blockquote {
  float: left;
  box-sizing: border-box;
  position: relative;
  margin: 1em 1em 2em -1em;
  width: 50%;
  padding: 1em;
  color: #fff;
  background: #944340;
}
.xer-page-article blockquote:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 2em 1.5em 0;
  border-color: transparent #944340 transparent transparent;
  position: absolute;
  bottom: -1.5em;
  right: 1em;
}
.xer-page-article blockquote p {
  font-size: 1.2em;
}
@media screen and (min-width: 609px) {
  .xer-page-article {
    max-width: 427px;
  }
}
@media screen and (min-width: 870px) {
  .xer-page-article {
    max-width: 610px;
  }
  .xer-page-article blockquote {
    width: 75%;
    margin-left: -25%;
    padding: 2em;
  }
  .xer-page-article blockquote p {
    font-size: 1.6em;
  }
}
.xer-header {
  position: relative;
  height: 120px;
  transition: height 0.2s linear;
  font: 1em 'Lato';
}
.xer-header .xer-header-layout {
  width: 100%;
  height: 120px;
  z-index: 10;
  position: relative;
  transition: height 0.2s linear;
  box-sizing: border-box;
  background: #fff;
}
.xer-header.scrolled {
  height: 80px;
}
.xer-header.scrolled .xer-header-layout {
  height: 80px;
  position: fixed;
  box-shadow: 0 1px 0 rgba(0,0,0,0.1);
}
.xer-header.scrolled .xer-header-content {
  padding: 20px 0;
}
.xer-header .xer-header-content {
  position: relative;
  max-width: 1024px;
  margin: 0 auto;
  padding: 40px 0;
  height: 100%;
  box-sizing: border-box;
  transition: padding 0.2s linear;
}
.xer-header .xer-branding {
  padding: 0 2em;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  height: 100%;
  z-index: 1;
}
.xer-header .xer-branding img {
  height: 100%;
}
.xer-header .main-navigation {
  padding: 0 2em;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: right;
  white-space: nowrap;
}
.xer-header .main-navigation > * {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
}
.xer-header .main-navigation:after {
  content: '';
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.xer-header .main-navigation .menu-toggle {
  outline: none;
  padding: 20px;
  height: 14px;
  width: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version=%221.0%22 encoding=%22UTF-8%22?%3E %3Csvg width=%2220px%22 height=%2214px%22 viewBox=%220 0 20 14%22 version=%221.1%22 xmlns=%22http://www.w3.org/2000/svg%22 xmlns:xlink=%22http://www.w3.org/1999/xlink%22%3E %3C!-- Generator: Sketch 58 (84663) - https://sketch.com --%3E %3Ctitle%3EGroup%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id=%22Page-1%22 stroke=%22none%22 stroke-width=%221%22 fill=%22none%22 fill-rule=%22evenodd%22%3E %3Cg id=%22Group%22 fill=%22%23104E70%22%3E %3Crect id=%22Rectangle%22 x=%220%22 y=%220%22 width=%2220%22 height=%222%22%3E%3C/rect%3E %3Crect id=%22Rectangle%22 x=%220%22 y=%226%22 width=%2220%22 height=%222%22%3E%3C/rect%3E %3Crect id=%22Rectangle%22 x=%220%22 y=%2212%22 width=%2220%22 height=%222%22%3E%3C/rect%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.xer-header .main-navigation > div {
  display: none;
}
.xer-header .main-navigation > div > ul {
  list-style-type: none;
}
.xer-header .main-navigation > div > ul > li {
  font: 'Lato';
}
.xer-header .main-navigation > div > ul > li a {
  text-decoration: none;
}
.xer-header .main-navigation > div > ul > li ul {
  display: none;
}
.xer-header .main-navigation > div > ul > li.current-menu-item,
.xer-header .main-navigation > div > ul > li.current-page-ancestor {
  color: #104e70;
}
.xer-header .main-navigation > div > ul > li.menu-lang-link a {
  color: #60b2d1;
}
@media screen and (max-width: 608px) {
  .xer-header.menu-toggled .main-navigation > div {
    display: block;
    position: absolute;
    left: 2em;
    right: 2em;
    background: #fff;
    top: 100%;
    text-align: left;
    border-top: 3px solid #104e70;
  }
  .xer-header.menu-toggled .main-navigation > div > ul {
    background: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    padding: 5%;
  }
  .xer-header.menu-toggled .main-navigation > div > ul > li a {
    display: block;
    padding: 10px 5%;
    border-bottom: 1px solid rgba(0,0,0,0.03);
  }
}
@media screen and (min-width: 609px) {
  .xer-header .main-navigation li .menu-lang-link a {
    color: #60b2d1;
  }
  .xer-header .main-navigation .menu-toggle {
    display: none;
  }
  .xer-header .main-navigation > div {
    display: inline-block;
  }
  .xer-header .main-navigation > div > ul:after {
    content: "";
    display: table;
    clear: both;
  }
  .xer-header .main-navigation > div > ul > li {
    float: left;
  }
  .xer-header .main-navigation > div > ul > li + * {
    margin-left: 1.5em;
  }
  .xer-header .main-navigation > div > ul > li ul {
    display: none;
  }
}
.xer-footer {
  display: block;
  width: 100%;
  background: #104e70;
  text-align: center;
  color: #fff;
  padding: 2.5em 0 0.5em 0;
}
.xer-footer > * {
  margin: 1.5em 0;
}
.xer-footer-contact > * {
  font-size: 0.55em;
}
.xer-footer-contact > * + * {
  margin-left: 1em;
}
.xer-footer-branding img {
  width: auto;
}
.xer-footer-navigation > div > ul {
  list-style: none;
  padding: 0;
  white-space: nowrap;
}
.xer-footer-navigation > div > ul > * {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
}
.xer-footer-navigation > div > ul:after {
  content: '';
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.xer-footer-navigation > div > ul > li {
  display: inline-block;
  width: 2em;
  height: 2em;
  border-radius: 1em;
  background: #fff;
  text-indent: 9999;
  white-space: nowrap;
  overflow: hidden;
}
.xer-footer-navigation > div > ul > li + * {
  margin-left: 1em;
}
.xer-footer-navigation > div > ul > li a {
  position: relative;
  text-indent: 999999px;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
}
.xer-footer-navigation > div > ul > li a:after {
  content: '';
  display: block;
  position: absolute;
  left: 0.5em;
  top: 0.5em;
  bottom: 0.5em;
  right: 0.5em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.xer-footer-navigation > div > ul > li a[href*="linkedin.com"]:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version=%221.0%22 encoding=%22UTF-8%22?%3E %3Csvg width=%2246px%22 height=%2243px%22 viewBox=%220 0 46 43%22 version=%221.1%22 xmlns=%22http://www.w3.org/2000/svg%22 xmlns:xlink=%22http://www.w3.org/1999/xlink%22%3E %3Cg id=%22Page-1%22 stroke=%22none%22 stroke-width=%221%22 fill=%22none%22 fill-rule=%22evenodd%22%3E %3Cg fill=%22%23000000%22 fill-rule=%22nonzero%22%3E %3Cpath d=%22M6,0.0097656 C2.53,0.0097656 0.0097656,2.0892187 0.0097656,4.9492188 C0.0097656,7.819219 2.59,9.990234 6,9.990234 C9.47,9.990234 11.990234,7.870625 11.990234,4.890625 C11.830234,2.020625 9.36,0.0097656 6,0.0097656 Z M1,12 C0.45,12 0,12.45 0,13 L0,42 C0,42.55 0.45,43 1,43 L11,43 C11.55,43 12,42.55 12,42 L12,13 C12,12.45 11.55,12 11,12 L1,12 Z M16,12 C15.45,12 15,12.45 15,13 L15,42 C15,42.55 15.45,43 16,43 L25,43 C25.552,43 26,42.552 26,42 L26,27 L26,26.75 L26,26.5 C26,24.13 27.820625,22.199531 30.140625,22.019531 C30.260625,21.999531 30.38,22 30.5,22 C30.62,22 30.739375,21.999531 30.859375,22.019531 C33.179375,22.199531 35,24.13 35,26.5 L35,42 C35,42.552 35.448,43 36,43 L45,43 C45.55,43 46,42.55 46,42 L46,25 C46,18.53 42.529063,12 34.789062,12 C31.269062,12 28.61,13.360234 27,14.490234 L27,13 C27,12.45 26.55,12 26,12 L16,12 Z%22 id=%22Shape%22%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.xer-home-tiles > .wp-block-group__inner-container {
  margin-left: 0px;
  margin-right: 0px;
}
.xer-home-tiles > .wp-block-group__inner-container > * {
  float: left;
  width: 50%;
  padding-left: 0px;
  padding-right: 0px;
  box-sizing: border-box;
}
.xer-home-tiles > .wp-block-group__inner-container:after {
  content: "";
  display: table;
  clear: both;
}
.xer-home-tiles > .wp-block-group__inner-container > * {
  padding: 0.5em;
}
.xer-home-tiles > .wp-block-group__inner-container > * > * {
  padding-bottom: 100%;
  position: relative;
}
.xer-home-tiles > .wp-block-group__inner-container > * > * > * {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.xer-home-tiles a {
  font-size: 1.75em;
  color: #fff;
  padding: 0.575em;
  box-sizing: content-box;
  text-decoration: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.xer-home-tiles a:before {
  content: '';
  display: inline-block;
  height: 100%;
}
@media screen and (min-width: 609px) {
  .xer-home-tiles > .wp-block-group__inner-container {
    margin-left: -0.5em;
    margin-right: -0.5em;
  }
  .xer-home-tiles > .wp-block-group__inner-container > * {
    float: left;
    width: 33.33333333333333%;
    padding-left: 0.5em;
    padding-right: 0.5em;
    box-sizing: border-box;
  }
  .xer-home-tiles > .wp-block-group__inner-container:after {
    content: "";
    display: table;
    clear: both;
  }
}
.xer-home-banner {
  background: #e2d9cf;
  padding-top: 2em;
  padding-bottom: 2em;
}
.xer-home-banner p {
  font-size: 1.2em;
}
.xer-home-banner p + p {
  margin-top: 1em;
}
.xer-home-banner a {
  text-transform: uppercase;
  text-decoration: none;
  font: bold 0.8em 'Lato';
}
.xer-home-banner .wp-block-image {
  display: none;
}
@media screen and (min-width: 609px) {
  .xer-home-banner .wp-block-columns {
    margin-left: -0.5em;
    margin-right: -0.5em;
    white-space: nowrap;
  }
  .xer-home-banner .wp-block-columns > * {
    float: left;
    width: 33.33333333333333%;
    padding-left: 0.5em;
    padding-right: 0.5em;
    box-sizing: border-box;
  }
  .xer-home-banner .wp-block-columns:after {
    content: "";
    display: table;
    clear: both;
  }
  .xer-home-banner .wp-block-columns > * {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
  }
  .xer-home-banner .wp-block-columns:after {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
  }
  .xer-home-banner .wp-block-column {
    float: none;
  }
  .xer-home-banner .wp-block-image {
    display: block;
  }
  .xer-home-banner .wp-block-column:first-child {
    width: 66.66666666666666%;
    padding-right: 2em;
  }
  .xer-home-banner .wp-block-column:last-child > * {
    padding-bottom: 100%;
    position: relative;
  }
  .xer-home-banner .wp-block-column:last-child > * > * {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
}
.xer-product {
  margin-top: 0;
  margin-bottom: 4em;
  position: relative;
  white-space: nowrap;
}
.xer-product > * {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
}
.xer-product:after {
  content: '';
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.xer-product .wp-block-group__inner-container:after {
  content: "";
  display: table;
  clear: both;
}
.xer-product h2 {
  font: 1em 'Lato';
  text-transform: uppercase;
/*color: #DBA258*/
  line-height: 1;
  margin: 0;
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 0.25em solid #969696;
  text-align: center;
}
.xer-product h3,
.xer-product h3 + figure {
  font: bold 1em 'Lato';
  margin: 0;
  text-align: center;
  box-sizing: border-box;
}
.xer-product h3 img,
.xer-product h3 + figure img {
  width: 70%;
}
.xer-product p {
  margin-top: 1em;
}
.xer-product p + p {
  margin-top: 0;
}
.xer-product p > a {
  margin-top: 1em;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  font: bold 0.8em 'Lato';
  color: #969696;
}
@media screen and (min-width: 609px) {
  .xer-product {
    box-sizing: border-box;
    height: 400px;
    margin-bottom: 0;
    margin-bottom: 0;
    margin-top: 4em;
  }
  .xer-product:before {
    content: '';
    position: absolute;
    width: 0.1em;
    margin-left: -0.05em;
    background: #c8c8c8;
    top: 0;
    bottom: 0em;
    left: 50%;
  }
  .xer-product h2 {
    position: relative;
    left: 0;
    right: 0;
    bottom: 100%;
    text-indent: -50%;
    padding-right: 1em;
  }
  .xer-product h2:after {
    content: '';
    position: absolute;
    width: 1em;
    height: 1em;
    border-radius: 0.5em;
    margin-left: -0.5em;
    margin-top: -0.5em;
    background: #dba258;
    left: 50%;
    bottom: -0.625em;
  }
  .xer-product h3,
  .xer-product h3 + figure {
    width: 50%;
    float: left;
    padding-right: 1em;
    clear: left;
  }
  .xer-product p {
    margin-top: 1em;
    width: 50%;
    margin-left: 50%;
    padding-left: 1em;
    box-sizing: border-box;
  }
  .xer-product + .xer-product {
    margin-top: 0;
  }
  .xer-product:last-child {
    margin-bottom: 4em;
  }
}
@media screen and (min-width: 870px) {
  .xer-product {
    height: 600px;
  }
}
.wp-block-group.xer-services-section:after {
  content: "";
  display: table;
  clear: both;
}
.wp-block-group.xer-services-section .wp-block-group__inner-container {
  float: left;
  position: relative;
}
.wp-block-group.xer-services-section .wp-block-group__inner-container > * + * {
  margin-top: 1em;
}
.wp-block-group.xer-services-section .wp-block-group__inner-container img {
  max-width: 4em;
  margin-right: 1em;
  max-height: 3em;
  vertical-align: text-bottom;
}
.wp-block-group.xer-services-section .wp-block-group__inner-container .wp-block-columns {
  margin-left: 0;
  margin-right: 0;
}
.wp-block-group.xer-services-section .wp-block-group__inner-container .wp-block-columns > * {
  float: left;
  width: 50%;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
}
.wp-block-group.xer-services-section .wp-block-group__inner-container .wp-block-columns:after {
  content: "";
  display: table;
  clear: both;
}
.wp-block-group.xer-services-section:nth-child(odd) .wp-block-group__inner-container {
  float: right;
}
@media screen and (min-width: 609px) {
  .wp-block-group.xer-services-section {
    margin: 10em auto;
  }
  .wp-block-group.xer-services-section .wp-block-group__inner-container {
    width: 60%;
  }
  .wp-block-group.xer-services-section .wp-block-group__inner-container:after {
    content: '';
    display: block;
    background: url("images/services_hex.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 26em;
    height: 28em;
    position: absolute;
    left: 100%;
    top: -100px;
  }
  .wp-block-group.xer-services-section:nth-child(odd) .wp-block-group__inner-container:after {
    left: auto;
    right: 100%;
    margin-right: 50px;
  }
}
.xer-case-banner .wp-block-column > * + * {
  margin-top: 0.5em;
}
.xer-case-banner .wp-block-column a {
  text-transform: uppercase;
  text-decoration: none;
  font: bold 0.8em 'Lato';
  color: #104e70;
}
@media screen and (min-width: 609px) {
  .xer-case-banner {
    margin-left: -1em;
    margin-right: -1em;
    margin: 5em auto;
  }
  .xer-case-banner > * {
    float: left;
    width: 50%;
    padding-left: 1em;
    padding-right: 1em;
    box-sizing: border-box;
  }
  .xer-case-banner:after {
    content: "";
    display: table;
    clear: both;
  }
  .xer-case-banner .wp-block-column > * + * {
    margin-top: 1em;
  }
  .xer-case-banner .wp-block-column:first-child {
    width: 40%;
  }
  .xer-case-banner .wp-block-column:last-child {
    width: 60%;
  }
  .xer-case-banner:nth-child(even) .wp-block-column:first-child {
    float: right;
  }
}
.xer-case-article {
  padding: 2em;
  background: #d5c7ba;
}
.xer-case-article .xer-case-article-aside {
  box-sizing: border-box;
  max-width: 300px;
  margin: 0 auto;
}
.xer-case-article .xer-case-article-aside > div > .wp-block-group {
  font-size: 0.7em;
  padding: 0.5em 1em 1em 1em;
  margin: 3em auto;
  max-width: 12em;
  text-align: center;
  border: 0.2em solid #000;
  border-left: none;
  border-right: none;
}
.xer-case-article .xer-case-article-aside > div > .wp-block-group > .wp-block-group__inner-container > * + * {
  margin: 1em -2em 0 -2em;
}
.xer-case-article > .wp-block-group__inner-container > p + p {
  margin-top: 1em;
}
@media screen and (min-width: 609px) {
  .xer-case-article .xer-case-article-aside {
    float: left;
    width: 40%;
    padding-right: 1em;
  }
  .xer-case-article > .wp-block-group__inner-container > p {
    width: 60%;
    margin-left: 40%;
    padding-left: 1em;
    box-sizing: border-box;
  }
}
.xer-case-article.blue {
  background: #294f59;
  color: #fff;
}
.xer-case-article.blue .xer-case-article-aside > div > .wp-block-group {
  border-color: #fff;
}
.xer-case-article.green {
  background: #8c988d;
  color: #fff;
}
.xer-case-article.green .xer-case-article-aside > div > .wp-block-group {
  border-color: #fff;
}
.xer-contact-form .wp-block-column:first-child > * + * {
  margin-top: 1em;
}
.xer-contact-form .wp-block-column:first-child a {
  text-decoration: none;
}
.xer-contact-form input,
.xer-contact-form textarea {
  background: #eee;
  width: 100%;
  padding: 0.8em;
  margin: 0;
  border: none;
  box-sizing: border-box;
  outline: none;
  border-radius: 0;
}
.xer-contact-form textarea {
  height: 7.5em;
  resize: none;
}
.xer-contact-form input[type=submit] {
  -webkit-appearance: none;
  display: inline-block;
  width: auto;
}
.xer-contact-form .wpcf7-form {
  font-size: 0.8em;
}
.xer-contact-form .wpcf7-form > * + * {
  margin-top: 1em;
}
.xer-contact-form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.xer-contact-form .wpcf7-form-control-wrap + * {
  margin-top: 1em;
}
.xer-contact-form .wpcf7-not-valid {
  border: 1px solid #f00 !important;
}
.xer-contact-form .wpcf7-not-valid-tip {
  display: none;
}
.xer-contact-form .wpcf7-response-output,
.xer-contact-form .wpcf7-mail-sent-ok {
  border: none;
  box-sizing: border-box;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}
@media screen and (min-width: 609px) {
  .xer-contact-form .wp-block-columns {
    margin-left: -0.5em;
    margin-right: -0.5em;
  }
  .xer-contact-form .wp-block-columns > * {
    float: left;
    width: 33.33333333333333%;
    padding-left: 0.5em;
    padding-right: 0.5em;
    box-sizing: border-box;
  }
  .xer-contact-form .wp-block-columns:after {
    content: "";
    display: table;
    clear: both;
  }
  .xer-contact-form .wp-block-column:last-child {
    width: 66.66666666666666%;
  }
  .xer-contact-form .wpcf7-form-control-group {
    margin-left: -0.3em;
    margin-right: -0.3em;
  }
  .xer-contact-form .wpcf7-form-control-group > * {
    float: left;
    width: 50%;
    padding-left: 0.3em;
    padding-right: 0.3em;
    box-sizing: border-box;
  }
  .xer-contact-form .wpcf7-form-control-group:after {
    content: "";
    display: table;
    clear: both;
  }
  .xer-contact-form .wpcf7-form-control-group > * {
    margin-top: 0;
  }
}
