@font-face {
  font-family: "roboto-light";
  src: url("../fonts/roboto-light-webfont.woff2") format("woff2"), url("../fonts/roboto-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "roboto-regular";
  src: url("../fonts/roboto-regular-webfont.woff2") format("woff2"), url("../fonts/roboto-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "roboto-medium";
  src: url("../fonts/roboto-medium-webfont.woff2") format("woff2"), url("../fonts/roboto-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "roboto-bold";
  src: url("../fonts/roboto-bold-webfont.woff2") format("woff2"), url("../fonts/roboto-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/*Colors*/
/*Fonts*/
html {
  font-size: 62.5%;
}

body {
  color: #000000;
  font-family: "roboto-regular";
  font-size: 2.3rem;
  font-weight: 400;
  line-height: 3.6rem;
  text-align: left;
  -webkit-font-smoothing: antialiased;
}
body a,
body input:focus,
body input[type=button],
body input[type=reset],
body input[type=submit],
body textarea:focus,
body .button {
  transition: all 0.2s ease-in-out;
}
body a {
  text-decoration: none;
}
body a.button {
  display: inline-block;
  min-height: 82px;
  border-radius: 35px;
  background: #cb523b;
  margin: 0 auto;
  font-family: "roboto-regular";
  font-weight: 400;
  font-size: 2.9rem;
  letter-spacing: 0.05em;
  line-height: 3.8rem;
  text-align: center;
  color: #ffffff;
  padding: 20px 60px 20px;
  text-transform: uppercase;
  cursor: pointer;
}
@media only screen and (max-width: 1399px) {
  body a.button {
    font-size: 2rem;
    line-height: 2.4rem;
    padding: 10px 50px 10px;
    min-height: auto;
  }
}
body a.button.orange-button {
  background: #cb523b;
  color: #ffffff;
}
body a.button.orange-button:hover {
  background: #FF6446 !important;
}
body a.button.blue-button {
  background: #1C3B6D;
  color: #ffffff;
}
body a.button.blue-button:hover {
  background: #00ABC1 !important;
}
body img {
  max-width: 100%;
}
body .wp-block-button a {
  display: inline-block;
  border-radius: 35px;
  background: #cb523b;
  margin: 0 auto;
  font-family: "roboto-regular";
  font-weight: 400;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  line-height: 3.3rem;
  text-align: center;
  color: #ffffff;
  padding: 15px 50px 15px;
  text-transform: uppercase;
  cursor: pointer;
}
@media only screen and (max-width: 1399px) {
  body .wp-block-button a {
    font-size: 2rem;
    line-height: 2.4rem;
    padding: 10px 50px 10px;
  }
}
body .wp-block-button a.has-orange-background-color:hover {
  background: #FF6446 !important;
}
body .wp-block-button a.has-dark-blue-background-color:hover {
  background: #00ABC1 !important;
}
body p {
  margin: 0 0 20px;
  padding: 0;
  font-family: "roboto-regular";
  font-weight: normal;
  font-size: 2.3rem;
  letter-spacing: 0.01em;
  line-height: 3.6rem;
  color: #000;
}
@media only screen and (max-width: 1399px) {
  body p {
    font-size: 1.8rem !important;
    line-height: 3rem !important;
  }
}
body ol,
body ul {
  margin: 0 0 30px;
  padding: 0 0 0 25px;
}
body li {
  font-size: inherit;
}
@media only screen and (max-width: 1399px) {
  body li {
    font-size: 1.8rem !important;
    line-height: 3rem !important;
  }
}
body b,
body strong {
  font-weight: 600;
}
body cite,
body em,
body i {
  font-style: italic;
}
body hr {
  border: 0;
  border-collapse: collapse;
  border-top: 1px solid #ECECEC;
  clear: both;
  margin: 40px 0;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: "roboto-light";
  font-weight: 400;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 16px;
}
@media only screen and (max-width: 1399px) {
  body h1,
  body h2,
  body h3,
  body h4,
  body h5,
  body h6 {
    margin-top: 0 !important;
  }
}
body h1 {
  font-size: 7.4rem;
  line-height: 10rem;
}
@media only screen and (max-width: 1399px) {
  body h1 {
    font-size: 3.6rem !important;
    line-height: 4.2rem !important;
  }
}
body h2 {
  font-size: 5rem;
  line-height: 6.7rem;
}
@media only screen and (max-width: 1399px) {
  body h2 {
    font-size: 2rem !important;
    line-height: 2.6rem !important;
  }
}
body h3 {
  font-size: 3.8rem;
}
@media only screen and (max-width: 1399px) {
  body h3 {
    font-size: 1.8rem !important;
    line-height: 2.2rem !important;
  }
}
body h4 {
  font-size: 3.2rem;
}
@media only screen and (max-width: 1399px) {
  body h4 {
    font-size: 1.4rem !important;
    line-height: 1.8rem !important;
  }
}
body h5 {
  font-size: 3rem;
}
@media only screen and (max-width: 1399px) {
  body h5 {
    font-size: 1.2rem !important;
    line-height: 1.6rem !important;
  }
}
body h6 {
  font-size: 2.8rem;
}
@media only screen and (max-width: 1399px) {
  body h6 {
    font-size: 1rem !important;
    line-height: 1.4rem !important;
  }
}
@media only screen and (max-width: 1199px) {
  body .wp-site-blocks {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 781px) {
  body .alignright:not(.small-on-mobile),
  body .alignleft:not(.small-on-mobile),
  body .aligncenter:not(.small-on-mobile) {
    display: block !important;
    float: none !important;
    -webkit-margin-start: 0 !important;
            margin-inline-start: 0 !important;
    -webkit-margin-end: 0 !important;
            margin-inline-end: 0 !important;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    margin-top: 1em;
    margin-bottom: 1em;
    text-align: center;
  }
}
@media only screen and (max-width: 781px) {
  body .small-on-mobile {
    max-width: 35%;
  }
}

body .has-text-small-font-size {
  line-height: 2.8rem;
  letter-spacing: 0.01em;
}
body .has-text-medium-1-font-size {
  line-height: 3.3rem;
  letter-spacing: 0.05em;
}
body .has-text-medium-2-font-size {
  line-height: 3.3rem;
  letter-spacing: 0.05em;
}
body .has-text-normal-font-size {
  line-height: 4.8rem;
  letter-spacing: 0.01em;
}
body .has-text-big-font-size {
  line-height: 5.2rem;
  letter-spacing: 0.01em;
}
body .has-text-large-font-size {
  line-height: 5.5rem;
  letter-spacing: 0.01em;
}
body .has-heading-small-font-size {
  line-height: 5.1rem;
  letter-spacing: 0.01em;
}
body .has-heading-normal-font-size {
  line-height: 6.7rem;
  letter-spacing: 0.03em;
}
body .has-heading-large-font-size {
  line-height: 7.3rem;
  letter-spacing: 0.03em;
}
body .has-heading-extra-large-font-size {
  line-height: 10rem;
  letter-spacing: 0em;
}
body .editor-styles-wrapper :where(.is-layout-constrained > * + *) {
  -webkit-margin-before: 0 !important;
          margin-block-start: 0 !important;
  -webkit-margin-after: 0 !important;
          margin-block-end: 0 !important;
}

* {
  box-sizing: border-box;
}

.container {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }
}
@media only screen and (max-width: 781px) {
  .container {
    max-width: 100%;
  }
}
.row {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-gap: 16px;
}

@media only screen and (max-width: 781px) {
  .col {
    grid-column: span 12 !important;
  }
}

.col.col-1 {
  grid-column: span 1;
}

.col.col-2 {
  grid-column: span 2;
}

.col.col-3 {
  grid-column: span 3;
}

.col.col-4 {
  grid-column: span 4;
}

.col.col-5 {
  grid-column: span 5;
}

.col.col-6 {
  grid-column: span 6;
}

.col.col-7 {
  grid-column: span 7;
}

.col.col-8 {
  grid-column: span 8;
}

.col.col-9 {
  grid-column: span 9;
}

.col.col-10 {
  grid-column: span 10;
}

.col.col-11 {
  grid-column: span 11;
}

.col.col-12 {
  grid-column: span 12;
}

header {
  background: #ffffff;
  margin-bottom: 28px;
}
header #header-logo {
  background: url(../images/header-logo.png) no-repeat left center/contain;
  width: 453px;
  height: 100px;
  max-width: 100%;
  margin: 22px 0 22px;
  display: block;
}
@media only screen and (max-width: 1199px) {
  header #header-logo {
    grid-column: span 12;
    height: 56px;
    margin-left: auto;
    margin-right: auto;
    background-position: center center;
    margin-top: 10px;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 1199px) {
  header #header-menus-wrapper {
    grid-column: span 12;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  header #header-menus-wrapper #header-main-menu-wrapper {
    margin-top: 0;
  }
}
header #header-menus-wrapper #header-main-menu-wrapper .hamburger-menu {
  display: block;
  position: relative;
  z-index: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  margin: 0 auto 0;
}
header #header-menus-wrapper #header-main-menu-wrapper .hamburger-menu input {
  display: none;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: 0;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none;
  margin: 0 auto;
  right: 0;
}
@media only screen and (max-width: 1199px) {
  header #header-menus-wrapper #header-main-menu-wrapper .hamburger-menu input {
    display: block;
  }
}
header #header-menus-wrapper #header-main-menu-wrapper .hamburger-menu input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(5px, -2px);
  background: #1C3B6D;
}
header #header-menus-wrapper #header-main-menu-wrapper .hamburger-menu input:checked ~ span:nth-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
header #header-menus-wrapper #header-main-menu-wrapper .hamburger-menu input:checked ~ span:nth-child(4) {
  transform: rotate(-45deg) translate(1px, 6px);
}
header #header-menus-wrapper #header-main-menu-wrapper .hamburger-menu input:checked ~ .menu-header-main-menu-container {
  display: block;
}
header #header-menus-wrapper #header-main-menu-wrapper .hamburger-menu span {
  display: none;
  width: 33px;
  height: 4px;
  margin: 0 auto 5px;
  position: relative;
  background: #1C3B6D;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}
@media only screen and (max-width: 1199px) {
  header #header-menus-wrapper #header-main-menu-wrapper .hamburger-menu span {
    display: block;
  }
}
header #header-menus-wrapper #header-main-menu-wrapper .hamburger-menu span:first-child {
  transform-origin: 0% 0%;
}
header #header-menus-wrapper #header-main-menu-wrapper .hamburger-menu span:nth-last-child(2) {
  transform-origin: 0% 100%;
}
header #header-menus-wrapper #header-main-menu-wrapper .hamburger-menu .menu-header-main-menu-container {
  display: block;
  margin: 60px 0 0;
}
@media only screen and (max-width: 1199px) {
  header #header-menus-wrapper #header-main-menu-wrapper .hamburger-menu .menu-header-main-menu-container {
    display: none;
  }
}
header #header-menus-wrapper #header-main-menu-wrapper .hamburger-menu .menu-header-main-menu-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}
@media only screen and (max-width: 1199px) {
  header #header-menus-wrapper #header-main-menu-wrapper .hamburger-menu .menu-header-main-menu-container ul {
    text-align: center;
  }
}
header #header-menus-wrapper #header-main-menu-wrapper .hamburger-menu .menu-header-main-menu-container ul li {
  margin: 0 24px;
  padding: 0;
  display: inline-block;
  font-family: "roboto-bold";
  font-weight: regular;
  font-size: 2.3rem;
  line-height: 2.4rem;
  text-align: center;
  color: #1C3B6D;
  text-transform: uppercase;
}
@media only screen and (max-width: 1199px) {
  header #header-menus-wrapper #header-main-menu-wrapper .hamburger-menu .menu-header-main-menu-container ul li {
    display: block;
    margin: 0 0 25px;
  }
}
header #header-menus-wrapper #header-main-menu-wrapper .hamburger-menu .menu-header-main-menu-container ul li.menu-item-has-children > a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 6px 0 6px;
  border-color: #1C3B6D transparent transparent transparent;
  top: 17px;
  position: relative;
  margin-left: 7px;
}
header #header-menus-wrapper #header-main-menu-wrapper .hamburger-menu .menu-header-main-menu-container ul li a {
  text-decoration: none;
  color: #1C3B6D;
  text-shadow: none;
  padding: 0;
}
@media only screen and (max-width: 1199px) {
  header #header-menus-wrapper #header-main-menu-wrapper .hamburger-menu .menu-header-main-menu-container ul li a {
    display: block;
    margin: 0;
    padding: 0;
  }
}
header #header-menus-wrapper #header-main-menu-wrapper .hamburger-menu .menu-header-main-menu-container ul li a:hover {
  text-decoration: none;
  color: #00ABC1;
}
header #header-menus-wrapper #header-main-menu-wrapper .hamburger-menu .menu-header-main-menu-container ul li ul {
  left: -9999px;
  top: 50px;
  letter-spacing: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.4s ease-in-out, top 0.4s ease-in-out;
  display: inline-block;
  width: auto;
  z-index: 99;
  background: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 1199px) {
  header #header-menus-wrapper #header-main-menu-wrapper .hamburger-menu .menu-header-main-menu-container ul li ul {
    display: block;
    opacity: 1;
    left: 0;
    right: 0;
    top: 0;
    position: relative;
    box-shadow: none;
    background: transparent;
    text-align: center;
    margin-top: 20px;
  }
}
header #header-menus-wrapper #header-main-menu-wrapper .hamburger-menu .menu-header-main-menu-container ul li ul li {
  display: block;
  text-align: left;
  margin: 10px 15px 10px;
  font-size: 1.7rem;
  text-transform: none;
  font-family: "roboto-regular";
}
@media only screen and (max-width: 1199px) {
  header #header-menus-wrapper #header-main-menu-wrapper .hamburger-menu .menu-header-main-menu-container ul li ul li {
    text-align: center;
    margin: 0 0 10px;
  }
}
header #header-menus-wrapper #header-main-menu-wrapper .hamburger-menu .menu-header-main-menu-container ul li:hover {
  position: relative;
}
header #header-menus-wrapper #header-main-menu-wrapper .hamburger-menu .menu-header-main-menu-container ul li:hover ul {
  opacity: 1;
  left: 0rem;
  right: -12rem;
  top: 27px;
}
@media only screen and (max-width: 1199px) {
  header #header-menus-wrapper #header-main-menu-wrapper .hamburger-menu .menu-header-main-menu-container ul li:hover ul {
    left: 0;
    right: 0;
    top: 0;
  }
}

@media only screen and (max-width: 1199px) {
  footer .grid-spacer {
    display: none;
  }
}
footer #footer-top {
  background: #ECECEC;
  padding: 27px 0 30px;
}
footer #footer-top ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
footer #footer-top ul li {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  margin: 0 30px;
}
footer #footer-top ul li a {
  text-align: center;
}
@media only screen and (max-width: 781px) {
  footer #footer-top ul li a img {
    max-height: 90px;
  }
}
footer #footer-main {
  /*background: url(../images/footer-main-background.jpg) no-repeat center center / cover;*/
  padding: 60px 0;
  position: relative;
  color: #ffffff;
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  footer #footer-main {
    padding: 40px 0 30px;
  }
}
footer #footer-main::before {
  content: "";
  background: rgba(0, 171, 193, 0.89);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  footer #footer-main .col-10 {
    grid-column: span 12;
  }
}
footer #footer-main h2 {
  font-family: "roboto-regular";
  font-weight: 400;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
  color: #ffffff;
  margin: 0 0 25px;
  z-index: 2;
  position: relative;
}
footer #footer-main p {
  font-family: "roboto-regular";
  font-weight: 400;
  font-size: 2.8rem;
  line-height: 3.7rem;
  text-align: center;
  color: #fff;
  margin: 0 0 34px;
  z-index: 2;
  position: relative;
}
footer #footer-main a.button {
  z-index: 2;
  position: relative;
}
footer #footer-bottom {
  background: #102548;
  padding: 75px 0 25px;
  color: #ffffff;
  line-height: 2.5rem;
}
@media only screen and (max-width: 781px) {
  footer #footer-bottom {
    text-align: center;
  }
}
footer #footer-bottom p {
  font-family: "roboto-regular";
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: left;
  color: #ffffff;
}
@media only screen and (max-width: 781px) {
  footer #footer-bottom p {
    text-align: center;
  }
}
footer #footer-bottom p.phone {
  /*font-size: 2.2rem;*/
}
footer #footer-bottom p#copyright {
  font-size: 1.8rem;
  letter-spacing: 0.02em;
  line-height: 2.5rem;
  text-align: center;
  margin-top: 70px;
  margin-bottom: 0;
}
@media only screen and (max-width: 781px) {
  footer #footer-bottom p#copyright {
    margin-top: 0px;
  }
}
footer #footer-bottom p#copyright a {
  text-decoration: underline;
  color: #ffffff;
}
footer #footer-bottom p a {
  color: #ffffff;
}
footer #footer-bottom h2 {
  font-family: "roboto-regular";
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 2.5rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 1399px) {
  footer #footer-bottom h2 {
    font-size: 2.2rem !important;
    line-height: 2.6rem !important;
  }
}
footer #footer-bottom #footer-logo {
  background: url(../images/footer-logo.png) no-repeat center center/contain;
  width: 402px;
  height: 145px;
  max-width: 100%;
  margin: 0 auto 22px;
  display: block;
}
@media only screen and (max-width: 1199px) {
  footer #footer-bottom #footer-logo {
    height: 56px;
  }
}
footer #footer-bottom ul#footer-social {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}
@media only screen and (max-width: 991px) {
  footer #footer-bottom ul#footer-social {
    text-align: center;
  }
}
footer #footer-bottom ul#footer-social li {
  display: inline-block;
}
footer #footer-bottom ul#footer-social li.linkedin a {
  background: url(../images/icon-linkedin.png) no-repeat center center/contain;
  height: 54px;
  width: 54px;
}
footer #footer-bottom ul#footer-social li a {
  text-indent: -9999px;
  display: inline-block;
}

body .entry {
  padding: 0 15px;
}
body .entry .header-banner {
  padding-left: 59px;
  padding-right: 59px;
}
body .entry .header-banner:before {
  content: "";
  background: #00ABC1;
  position: absolute;
  top: -28px;
  left: 0;
  right: 50%;
  bottom: -28px;
  border-radius: 0 25px 0 0;
}
@media only screen and (max-width: 1399px) {
  body .entry .header-banner:before {
    top: -10px;
    bottom: -10px;
  }
}
body .entry .header-banner:after {
  content: "";
}
body .entry .header-banner span.wp-block-cover__background {
  margin-left: 28px;
  border-radius: 0 0 0 25px;
}
@media only screen and (max-width: 1399px) {
  body .entry .header-banner span.wp-block-cover__background {
    margin-left: 10px;
  }
}
body .entry .header-banner img.wp-block-cover__image-background {
  margin-left: 28px;
  border-radius: 0 0 0 25px;
  width: calc(100% - 28px);
}
@media only screen and (max-width: 1399px) {
  body .entry .header-banner img.wp-block-cover__image-background {
    margin-left: 10px;
    width: calc(100% - 10px);
  }
}
body .entry .header-banner h1 {
  font-family: "roboto-regular";
  box-shadow: 40px 0 0px #00ABC1, -10px 0px 0 #00ABC1;
  background: #00ABC1;
  color: #ffffff;
  display: inline;
  line-height: 98px;
  padding: 0px 0 5px;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  margin: 0 10px !important;
}
@media only screen and (max-width: 1399px) {
  body .entry .header-banner h1 {
    font-size: 3.4rem !important;
    line-height: 4.6rem !important;
  }
}
@media only screen and (max-width: 781px) {
  body .entry .header-banner h1 {
    font-size: 2.4rem !important;
    line-height: 3.6rem !important;
  }
}
@media only screen and (max-width: 1399px) {
  body .entry .header-banner h1 br {
    display: none;
  }
}
body .entry .header-banner p {
  font-family: "roboto-regular";
  font-size: 3.2rem;
  letter-spacing: 0.02em;
  line-height: 4.2rem;
  text-align: left;
  color: #fff;
  text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.81);
  margin-top: 30px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 1399px) {
  body .entry .header-banner p {
    font-size: 2.6rem !important;
    line-height: 3rem;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 781px) {
  body .entry .header-banner p {
    font-size: 1.6rem !important;
    line-height: 2rem;
  }
}
@media only screen and (max-width: 1399px) {
  body .entry .header-banner p br {
    display: none;
  }
}
body .entry .main-content-wrapper {
  gap: 140px;
}
@media only screen and (max-width: 1399px) {
  body .entry .main-content-wrapper {
    gap: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  body .entry .main-content-wrapper {
    display: block;
  }
}
@media only screen and (max-width: 1199px) {
  body .entry .main-content-wrapper .sidebar {
    max-width: 504px;
    margin: 40px auto 30px;
  }
}
@media only screen and (max-width: 781px) {
  body .entry .home-main {
    padding-bottom: 0 !important;
    margin-bottom: 60px !important;
  }
}
@media only screen and (max-width: 781px) {
  body .entry .home-main .wp-block-columns {
    gap: 0px;
    margin-bottom: 0 !important;
  }
}
body .entry .home-services {
  /*background: url(../images/home-services-background.jpg) no-repeat center bottom / 100% auto;*/
}
body .entry .home-services .wp-block-columns {
  gap: 72px;
}
@media only screen and (max-width: 781px) {
  body .entry .home-services .wp-block-columns {
    gap: 0px;
    margin-bottom: 30 !important;
  }
}
@media only screen and (max-width: 781px) {
  body .entry .home-services .wp-block-columns .wp-block-column h2 {
    margin-top: 0 !important;
  }
}
@media only screen and (max-width: 781px) {
  body .entry .home-testimonial-wrapper {
    margin-top: 40px !important;
  }
}
body .entry .home-testimonial-wrapper h2 img {
  vertical-align: bottom;
  margin: 0 25px 5px 10px;
}
@media only screen and (max-width: 1399px) {
  body .entry .home-testimonial-wrapper h2 img {
    margin: 0 20px 5px 10px;
    width: 30px !important;
  }
}
@media only screen and (max-width: 1399px) {
  body .entry .home-testimonial-wrapper p {
    font-size: 2.2rem !important;
  }
}
@media only screen and (max-width: 1399px) {
  body .entry .home-testimonial-wrapper p em {
    font-size: 1.8rem !important;
  }
}
body .entry .heading-rounded {
  padding: 18px 39px 18px 19px;
  border-radius: 0 0 25px 0;
  display: inline-block;
}
@media only screen and (max-width: 1399px) {
  body .entry .heading-rounded {
    padding: 10px 20px 10px 20px !important;
  }
}
body .entry .dropshadow-right {
  position: relative;
}
@media only screen and (max-width: 781px) {
  body .entry .dropshadow-right {
    display: none;
  }
}
body .entry .dropshadow-right:before {
  content: "";
  background: #00ABC1;
  position: absolute;
  top: 17px;
  left: 17px;
  right: -15px;
  bottom: -15px;
  z-index: 0;
}
body .entry .dropshadow-right img {
  border-radius: 0 0 35px 0;
  width: 100%;
  position: relative;
  z-index: 1;
}
body .entry .dropshadow-left {
  position: relative;
}
@media only screen and (max-width: 781px) {
  body .entry .dropshadow-left {
    display: none;
  }
}
body .entry .dropshadow-left:before {
  content: "";
  background: #00ABC1;
  position: absolute;
  top: 17px;
  left: -15px;
  right: 17px;
  bottom: -15px;
  z-index: 0;
}
body .entry .dropshadow-left img {
  border-radius: 0 0 0 35px;
  width: 100%;
  position: relative;
  z-index: 1;
}
body .entry .sidebar-form .heading-rounded {
  padding: 18px 19px;
  display: block;
}
body .entry > .wp-block-cover {
  margin: 0 -15px;
}
@media only screen and (max-width: 1399px) {
  body .entry > .wp-block-cover {
    min-height: auto !important;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 1399px) {
  body .entry > .wp-block-cover.home-page-header-banner {
    min-height: auto !important;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 1399px) {
  body .entry h1 {
    font-size: 3.6rem !important;
    line-height: 4.2rem !important;
  }
}
@media only screen and (max-width: 1399px) {
  body .entry h2 {
    font-size: 2rem !important;
    line-height: 2.6rem !important;
  }
}
@media only screen and (max-width: 1399px) {
  body .entry h3 {
    font-size: 1.8rem !important;
    line-height: 2.2rem !important;
  }
}
@media only screen and (max-width: 1399px) {
  body .entry h4 {
    font-size: 1.4rem !important;
    line-height: 1.8rem !important;
  }
}
@media only screen and (max-width: 1399px) {
  body .entry h5 {
    font-size: 1.2rem !important;
    line-height: 1.6rem !important;
  }
}
@media only screen and (max-width: 1399px) {
  body .entry h6 {
    font-size: 1rem !important;
    line-height: 1.4rem !important;
  }
}

.quform .quform-element .quform-spacer {
  padding: 0;
  margin: 0 0 14px 0;
}
.quform .quform-element .quform-spacer .quform-input {
  margin: 0;
}
.quform .quform-element .quform-spacer .quform-input .quform-field {
  border: 1px solid #707070;
  background: transparent;
  padding: 5px 10px;
  font-family: "roboto-regular";
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.01em;
  line-height: 3.4rem;
  text-align: left;
  color: #000000;
}
.quform .quform-element .quform-spacer .quform-input .quform-label {
  padding: 0;
}
.quform .quform-element .quform-spacer .quform-input .quform-label .quform-label-text {
  font-family: "roboto-regular";
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.01em;
  line-height: 3.4rem;
  text-align: left;
  color: #000000;
}
.quform .quform-element .quform-spacer .quform-inner-captcha {
  position: relative;
}
.quform .quform-element .quform-spacer .quform-inner-captcha .quform-input-captcha {
  width: calc(100% - 140px);
  display: inline-block;
  margin-right: 20px;
  padding-bottom: 18px;
}
.quform .quform-element .quform-spacer .quform-inner-captcha .quform-captcha {
  width: 120px;
  display: inline-block;
  border: 1px solid #707070;
  margin: 0;
  float: right;
}
.quform .quform-element .quform-spacer .quform-inner-captcha .quform-captcha .quform-captcha-image .quform-captcha-image-img {
  height: 44px;
  width: 120px;
}
.quform .quform-element .quform-spacer .quform-inner-captcha .quform-error {
  width: calc(100% - 140px);
  float: left;
  position: absolute;
  left: 0;
  bottom: 0;
}
.quform .quform-element .quform-spacer .quform-error {
  padding: 0;
}
.quform .quform-element .quform-spacer .quform-error .quform-error-inner {
  background: transparent;
  border: none;
  padding: 0;
}
.quform .quform-element .quform-spacer .quform-error .quform-error-inner .quform-error-text {
  font-family: "roboto-regular";
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 1.8rem;
  text-align: left;
}
.quform .quform-element-submit {
  margin: 0;
}
.quform .quform-element-submit .quform-button-submit {
  float: right;
  margin: 0;
}
@media only screen and (max-width: 781px) {
  .quform .quform-element-submit .quform-button-submit {
    margin-top: 20px;
  }
}
.quform .quform-element-submit .quform-button-submit .quform-submit {
  width: 207px;
  height: 52px;
  border-radius: 26px;
  background: #CB523B;
  padding: 0;
  text-transform: uppercase;
  border: none;
}
.quform .quform-element-submit .quform-button-submit .quform-submit .quform-button-text {
  font-family: "roboto-regular";
  font-weight: normal;
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 2.3rem;
  text-align: center;
  color: #ffffff;
}
/* Footer menu spacing and form button hover */
footer #footer-top ul li {
  margin: 0 50px;
}

.quform .quform-element-submit .quform-button-submit .quform-submit {
  transition: all 0.2s ease-in-out;
}

.quform .quform-element-submit .quform-button-submit .quform-submit:hover {
  background: #FF6446 !important;
}
