.col {
  float: left;
  margin: 0 15px;
}
.col *:last-child {
  margin-bottom: 0;
}
.row::after {
  content: "";
  clear: both;
  display: table;
}
.row-25-25-25-25 .col:nth-of-type(1) {
  margin-left: 0;
  margin-right: 15px;
  width: calc(25% - (15px * 2) + (15px * 2) / 4);
}
.row-25-25-25-25 .col:nth-of-type(2) {
  width: calc(25% - (15px * 2) + (15px * 2) / 4);
}
.row-25-25-25-25 .col:nth-of-type(3) {
  width: calc(25% - (15px * 2) + (15px * 2) / 4);
}
.row-25-25-25-25 .col:nth-of-type(4) {
  margin-right: 0;
  margin-left: 15px;
  margin-bottom: 0;
  width: calc(25% - (15px * 2) + (15px * 2) / 4);
}
.row-50-50 .col:nth-of-type(1) {
  margin-left: 0;
  margin-right: 15px;
  width: calc(50% - (15px * 2) + (15px * 2) / 2);
}
.row-50-50 .col:nth-of-type(2) {
  margin-right: 0;
  margin-left: 15px;
  margin-bottom: 0;
  width: calc(50% - (15px * 2) + (15px * 2) / 2);
}
.row-70-30 .col:nth-of-type(1) {
  margin-left: 0;
  margin-right: 15px;
  width: calc(70% - (15px * 2) + (15px * 2) / 2);
}
.row-70-30 .col:nth-of-type(2) {
  margin-right: 0;
  margin-left: 15px;
  margin-bottom: 0;
  width: calc(30% - (15px * 2) + (15px * 2) / 2);
}
.row-75-25 .col:nth-of-type(1) {
  margin-left: 0;
  margin-right: 15px;
  width: calc(75% - (15px * 2) + (15px * 2) / 2);
}
.row-75-25 .col:nth-of-type(2) {
  margin-right: 0;
  margin-left: 15px;
  margin-bottom: 0;
  width: calc(25% - (15px * 2) + (15px * 2) / 2);
}
.row-30-70 .col:nth-of-type(1) {
  margin-left: 0;
  margin-right: 15px;
  width: calc(30% - (15px * 2) + (15px * 2) / 2);
}
.row-30-70 .col:nth-of-type(2) {
  margin-right: 0;
  margin-left: 15px;
  margin-bottom: 0;
  width: calc(70% - (15px * 2) + (15px * 2) / 2);
}
.row-33-33-33 .col:nth-of-type(1) {
  margin-left: 0;
  margin-right: 15px;
  width: calc(33.3333333333% - (15px * 2) + (15px * 2) / 3);
}
.row-33-33-33 .col:nth-of-type(2) {
  width: calc(33.3333333333% - (15px * 2) + (15px * 2) / 3);
}
.row-33-33-33 .col:nth-of-type(3) {
  margin-right: 0;
  margin-left: 15px;
  margin-bottom: 0;
  width: calc(33.3333333333% - (15px * 2) + (15px * 2) / 3);
}
html {
  scroll-behavior: smooth;
}
body {
  overflow-x: hidden;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  line-height: 1.5;
  background-color: #f8f8f8;
  color: #0f0f0f;
}
* {
  box-sizing: border-box;
  background-size: cover;
  background-position: center;
  margin: 0;
  padding: 0;
  outline: none;
}
.miel {
  display: none !important;
}
.form-message {
  font-size: 0.8rem;
}
.form-message .warning {
  color: orange;
  margin-top: 7.5px;
  display: block;
}
.form-message .waiting {
  color: green;
  margin-top: 7.5px;
  display: block;
}
#hero {
  overflow-x: hidden !important;
  padding-top: 150px;
}
.clear {
  clear: both;
}
main {
  margin-top: 65px;
}
section {
  padding: 85px 0;
}
@media (max-width: 500px) {
  section {
    padding: 30px 0;
  }
}
.container {
  margin: 0 auto;
  width: 1250px;
}
@media (max-width: 1470.5882352941px) {
  .container {
    width: 85%;
  }
}
.cta, .cta-hero, .cta-green, .cta-blue, input[type="submit"] {
  min-width: 200px;
  text-align: center;
  display: inline-block;
  padding: 15px 30px;
  color: #f8f8f8 !important;
  text-decoration: none !important;
  font-weight: 600 !important;
  font-size: 1.2rem !important;
  transition: all 0.2s ease;
  border-radius: 10px;
  user-select: none;
  border: none !important;
  cursor: pointer !important;
}
@media (max-width: 450px) {
  .cta, .cta-hero, .cta-green, .cta-blue, input[type="submit"] {
    width: 100%;
  }
}
.cta-hero {
  -webkit-box-shadow: 7px 7px 11px 0px rgba(0, 0, 0, 0.84);
  -moz-box-shadow: 7px 7px 11px 0px rgba(0, 0, 0, 0.84);
  box-shadow: 7px 7px 11px 0px rgba(0, 0, 0, 0.84);
  background-color: rgba(20, 120, 162, 0.9);
}
.cta-hero:hover {
  background-color: #1a9acf;
}
.cta-green {
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.35);
  background-color: #41c08b;
}
.cta-green:hover {
  background-color: #67cda2;
}
.cta-blue, input[type="submit"] {
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.35);
  background-color: #1A97CD !important;
}
.cta-blue:hover, input[type="submit"]:hover {
  background-color: #1ab5cd !important;
}
.cta-box {
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.35);
  position: relative;
  background: #118954;
  background: linear-gradient(142deg, #118954 0%, #118972 100%);
  color: #f8f8f8;
  padding: 30px;
  padding-left: 150px;
}
.cta-box p {
  margin-bottom: 22.5px;
}
.cta-box img {
  display: inline-block;
  position: absolute;
  top: 30px;
  left: 0;
  width: auto;
  height: auto;
}
.cta-box a {
  font-weight: 600;
  color: #f8f8f8;
}
@media (max-width: 950px) {
  .cta-box {
    padding-left: 30px;
  }
  .cta-box img {
    display: none;
  }
  .cta-box .cta, .cta-box .cta-hero, .cta-box .cta-green, .cta-box .cta-blue, .cta-box input[type="submit"] {
    display: block;
    margin: 0 auto;
    max-width: 200px;
  }
}
.inline-block {
  display: inline-block !important;
}
.no-bottom-margin {
  margin-bottom: 0 !important;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  margin-bottom: 15px;
  color: #1A97CD;
}
h1 {
  font-size: 2rem;
}
h2 {
  font-size: 1.8rem;
}
@media (max-width: 450px) {
  h2 {
    font-size: 1.5rem;
  }
}
h3 {
  font-size: 1.5rem;
}
h4 {
  font-size: 1.5rem;
}
h5 {
  font-size: 1.2rem;
}
h6 {
  font-size: 1.07rem;
}
p {
  font-size: 1.07rem;
  margin-bottom: 30px;
}
a {
  text-decoration: none;
  color: #1A97CD;
}
a:hover {
  text-decoration: underline;
  color: #1ab5cd;
}
ul {
  padding-left: 30px;
  margin-bottom: 30px;
}
ul li {
  padding-left: 7.5px;
  font-size: 1.07rem;
}
.back-to-blog {
  margin-bottom: 15px;
  display: inline-block;
}
table {
  table-layout: fixed;
  border-color: #3D3D3F;
  margin-bottom: 30px;
}
table:after {
  content: "";
  display: block;
  height: 30px;
}
table td {
  border-style: solid;
  border-width: 1px;
  border-color: #3D3D3F;
  padding: 15px;
}
ol {
  padding-left: 30px;
  margin-bottom: 30px;
}
ol li {
  padding-left: 7.5px;
  font-size: 1.07rem;
}
#homepage #hero {
  background-attachment: fixed;
  padding: 0;
}
#homepage #hero .overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 65px - 70px);
  position: relative;
}
#homepage #hero .overlay #announcement {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: #1478a2;
}
#homepage #hero .overlay #announcement .inner-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0 30px;
  background-color: #1A97CD;
}
#homepage #hero .overlay #announcement .inner-container a {
  color: #f8f8f8;
}
#homepage #hero .overlay .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
#homepage #hero .overlay .container .wrapper {
  display: inline-block;
  text-align: center;
}
#homepage #hero .overlay .container .wrapper .brandmark {
  display: block;
  width: 125px;
  margin: 0 auto;
  margin-bottom: 30px;
  user-select: none;
}
#homepage #hero .overlay .container .wrapper h1 {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 7.5px;
  color: #f8f8f8;
}
#homepage #hero .overlay .container .wrapper h2 {
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 45px;
  color: #f8f8f8;
}
#homepage #hero .overlay .container .wrapper .notice {
  margin-top: 20px;
}
#homepage #hero .overlay .container .wrapper .notice > span {
  -webkit-box-shadow: 0px 10px 25px 7px rgba(0, 0, 0, 0.98);
  -moz-box-shadow: 0px 10px 25px 7px rgba(0, 0, 0, 0.98);
  box-shadow: 0px 10px 25px 7px rgba(0, 0, 0, 0.98);
  background-color: rgba(20, 120, 162, 0.85);
  padding: 30px;
  margin-bottom: 0;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 80px;
  background-image: url(https://www.hudsonweir.co.uk/sandbox/wp-content/uploads/ribbon-white.png);
  color: #f8f8f8;
}
#homepage #hero .overlay .container .wrapper .cta-hero:nth-of-type(1) {
  margin-right: 15px;
}
#homepage #hero .overlay .container .wrapper .cta-hero:nth-of-type(2) {
  background-color: rgba(20, 120, 162, 0.7);
}
#homepage #hero .overlay .container .wrapper .cta-hero:nth-of-type(2):hover {
  background-color: #1a9acf;
}
@media (max-width: 768px) {
  #homepage #hero {
    min-height: 100vh;
    background-attachment: initial;
  }
  #homepage #hero .overlay {
    height: auto;
    min-height: 100vh;
    padding: 105px 0 30px 0;
  }
  #homepage #hero .overlay .wrapper {
    margin-top: 0 !important;
  }
  #homepage #hero .container .cta, #homepage #hero .container .cta-hero, #homepage #hero .container .cta-green, #homepage #hero .container .cta-blue, #homepage #hero .container input[type="submit"] {
    margin: 0 auto !important;
    margin-bottom: 15px !important;
    display: block;
    width: 100%;
    max-width: 260px;
  }
  #homepage #hero .container .cta:last-of-type, #homepage #hero .container .cta-hero:last-of-type, #homepage #hero .container .cta-green:last-of-type, #homepage #hero .container .cta-blue:last-of-type, #homepage #hero .container input[type="submit"]:last-of-type {
    margin-bottom: 0 !important;
  }
}
#homepage #company-debt .row .col:nth-of-type(2) {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 950px) {
  #homepage #company-debt .row .col {
    float: none;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  #homepage #company-debt .row .col:nth-of-type(1) {
    margin-bottom: 30px;
  }
  #homepage #company-debt .row .col:nth-of-type(2) {
    display: block;
  }
  #homepage #company-debt .row .col:nth-of-type(2) svg {
    display: block;
    margin: 0 auto;
  }
}
#homepage #personal-debt {
  text-align: center;
}
#homepage #personal-debt * {
  color: #f8f8f8;
}
#homepage #personal-debt .personal-debt-content {
  margin-bottom: 30px;
}
#homepage #personal-debt .personal-debt-content p, #homepage #personal-debt .personal-debt-content h3 {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  font-size: 1.1rem;
  font-weight: 600;
}
#homepage #personal-debt img {
  width: 100%;
  max-width: 85px;
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
}
@media (max-width: 885px) {
  #homepage #personal-debt .col {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    float: none;
  }
  #homepage #personal-debt .col:nth-of-type(1) {
    margin-bottom: 30px;
  }
}
#homepage #features .row {
  margin-bottom: 30px;
}
#homepage #features .row:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  #homepage #features .row .col {
    display: block;
    float: none;
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
  }
  #homepage #features .row .col:last-of-type {
    margin-bottom: 0;
  }
}
.general-template #hero {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  position: relative;
  padding-top: 210px;
}
@media (max-width: 768px) {
  .general-template #hero {
    padding-top: 184.99999975px;
    padding-bottom: 85px;
  }
}
.general-template #hero .container {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.general-template #hero .container * {
  color: #f8f8f8;
}
.general-template #hero .container img {
  display: block;
  width: 350px;
  margin: 0 auto;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .general-template #hero .container img {
    width: 200px;
  }
}
.general-template #hero .container h1 {
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .general-template #hero .container h1 {
    font-size: 1.5rem;
  }
}
.general-template #hero .container h2 {
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .general-template #hero .container h2 {
    font-size: 1rem;
  }
}
.general-template #hero .container .wrapper *:last-child {
  margin-bottom: 0;
}
.general-template#blog #content #sidebar-contact-form, .general-template#single #content #sidebar-contact-form {
  transform: translateY(-135px);
}
@media (max-width: 969px) {
  .general-template#blog #content #sidebar-contact-form, .general-template#single #content #sidebar-contact-form {
    transform: none;
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
.general-template #content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.general-template #content .col *:last-child {
  margin-bottom: 0;
}
.general-template #content #ribbon {
  position: absolute;
  left: 0;
}
.general-template #content #ribbon img {
  width: 6vw;
  max-width: 140px;
}
@media (min-width: 1590px) {
  .general-template #content #ribbon img {
    min-width: 140px;
  }
}
@media (max-width: 768px) {
  .general-template #content #ribbon {
    display: none;
  }
}
.general-template #content .in-this-section {
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.35);
  background-color: #f7f7f7;
  padding: 30px;
  transform: translateY(-135px);
}
.general-template #content .in-this-section h4 {
  margin-bottom: 30px;
}
.general-template #content .in-this-section * {
  color: #0f0f0f;
}
.general-template #content .in-this-section ul {
  padding: 0;
}
.general-template #content .in-this-section ul li {
  list-style: none;
  padding-left: 15px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom-width: 1px;
  border-bottom-color: #cfcfcf;
  border-bottom-style: solid;
}
.general-template #content .in-this-section ul li:last-of-type {
  border-bottom-width: 0;
  margin-bottom: 0;
}
@media (max-width: 1160px) {
  .general-template #content .in-this-section h4 {
    font-size: 1.2rem;
  }
  .general-template #content .in-this-section li, .general-template #content .in-this-section a {
    font-size: 0.9rem;
  }
}
@media (max-width: 969px) {
  .general-template #content .row .col {
    float: none;
    width: 100%;
    display: block;
    margin: 0;
    margin-bottom: 30px;
  }
  .general-template #content .row .col .in-this-section {
    transform: none;
    max-width: 400px;
    margin: 0 auto;
  }
  .general-template #content .row .col:last-of-type {
    margin-bottom: 0;
  }
}
#blog #content, #single #content {
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
#team #content, #resources #content, .general-template #content {
  background-position: bottom;
  background-size: 70% auto;
  background-repeat: no-repeat;
}
#resources .guide-group {
  margin-bottom: 60px;
  border-width: 0;
  padding-bottom: 30px;
  border-bottom-width: 1px;
  border-style: solid;
  border-color: #dfdfdf;
}
#resources .guide-group .guide {
  margin-bottom: 30px;
}
#resources .guide-group .guide h6 {
  color: #0f0f0f;
  max-width: 400px;
}
#resources .guide-group:last-of-type {
  border-bottom-width: 0;
}
#team .team-member {
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #dfdfdf;
}
#team .team-member img {
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.35);
  width: 35%;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 30px;
  display: block;
}
#team .team-member h1, #team .team-member h2, #team .team-member h3, #team .team-member h4, #team .team-member h5, #team .team-member h6 {
  text-align: center;
  margin-bottom: 30px;
}
#team .team-member p {
  text-align: justify;
}
#team .team-member:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
#service #hero {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 175px 0 50px 0;
  min-height: calc(100vh - 65px - 70px);
  color: #f8f8f8;
  position: relative;
  overflow: auto;
}
@media (max-width: 768px) {
  #service #hero {
    padding-top: 149.9999975px;
  }
}
#service #hero .container {
  position: relative;
}
#service #hero .container .notice {
  margin-top: 20px;
}
#service #hero .container .notice > span {
  -webkit-box-shadow: 0px 10px 25px 7px rgba(0, 0, 0, 0.98);
  -moz-box-shadow: 0px 10px 25px 7px rgba(0, 0, 0, 0.98);
  box-shadow: 0px 10px 25px 7px rgba(0, 0, 0, 0.98);
  background-color: rgba(20, 120, 162, 0.85);
  padding: 30px;
  margin-bottom: 0;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 80px;
  background-image: url(https://www.hudsonweir.co.uk/sandbox/wp-content/uploads/ribbon-white.png);
}
#service #hero .container #google-reviews-button {
  position: absolute;
  top: 20px;
  right: 0;
  display: none;
  transition: all 0.3s ease;
  cursor: pointer;
}
#service #hero .container #google-reviews-button #g {
  width: 45px;
  display: block;
  margin-right: 0;
  margin: 0 auto;
  transform: none;
  transition: all 0.3s ease;
}
#service #hero .container #google-reviews-button svg {
  margin-right: 3px;
  transform: translateY(2px);
}
#service #hero .container #google-reviews-button svg:last-of-type {
  margin: 0;
}
#service #hero .container #google-reviews-button span {
  font-weight: 700;
  color: #e7711b;
  font-size: 1.2rem;
  margin-right: 5px;
}
#service #hero .container #google-reviews-button:hover {
  opacity: 0.6;
}
#service #hero .container #google-reviews-button:hover #g {
  transform: rotate(-45deg);
}
#service #hero p {
  text-align: center;
  margin-bottom: 45px;
  font-size: 1.2rem;
}
@media (max-width: 414px) {
  #service #hero p {
    font-size: 1rem;
  }
}
#service #hero h1 {
  font-size: 2rem;
  text-align: center;
  color: #f8f8f8;
}
@media (max-width: 414px) {
  #service #hero h1 {
    font-size: 1.5rem;
  }
}
#service #hero h2 {
  font-size: 1.5rem;
  text-align: center;
  color: #f8f8f8;
  margin-bottom: 30px;
}
#service #hero .tick-col h2 {
  margin-bottom: 30px;
  color: #0f0f0f;
  font-size: 1.5rem;
}
#service #hero .tick-col .wrapper {
  -webkit-box-shadow: 0px 10px 25px 7px rgba(0, 0, 0, 0.98);
  -moz-box-shadow: 0px 10px 25px 7px rgba(0, 0, 0, 0.98);
  box-shadow: 0px 10px 25px 7px rgba(0, 0, 0, 0.98);
  background: rgba(65, 192, 139, 0.85);
  padding: 30px;
}
@media (max-width: 400px) {
  #service #hero .tick-col .wrapper {
    padding: 15px !important;
  }
  #service #hero .tick-col .wrapper #ticks li {
    font-size: 0.8rem;
  }
}
#service #hero .tick-col #ticks {
  color: #0f0f0f;
  padding: 0;
}
#service #hero .tick-col #ticks li {
  display: flex;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #0f0f0f;
  list-style: none;
  padding-left: 0;
}
#service #hero .tick-col #ticks li:before {
  display: inline-block;
  margin-right: 22.5px;
  width: 25px;
  min-width: 25px;
  content: url("../images/service/check.svg");
  height: auto;
}
#service #hero .tick-col #ticks li:last-of-type {
  margin-bottom: 0;
}
#service #hero .form-col {
  text-align: center;
}
#service #hero .form-col form {
  display: block;
  max-width: 400px;
  margin: 0 auto;
}
#service #hero .form-col form .form-message {
  text-align: left;
}
#service #hero .form-col form .data-checkbox {
  margin-top: 0;
  text-align: left;
}
#service #hero .form-col form .data-checkbox span {
  font-size: 0.7rem !important;
}
#service #hero .form-col form .data-checkbox a {
  color: #f8f8f8;
}
#service #hero .form-col form input {
  border-color: #f8f8f8;
  background-color: rgba(255, 255, 255, 0.1);
  display: inline-block;
}
#service #hero .form-col form input:focus {
  -webkit-box-shadow: 0px 0px 25px 0px #17aeb6;
  -moz-box-shadow: 0px 0px 25px 0px #17aeb6;
  box-shadow: 0px 0px 25px 0px #17aeb6;
}
#service #hero .form-col form input[type="submit"] {
  background-color: #41c08b !important;
  float: right;
  margin-top: 15px;
}
#service #hero .form-col form input[type="submit"]:hover {
  background-color: #67cda2 !important;
}
#service #hero .form-col .wrapper {
  -webkit-box-shadow: 0px 10px 25px 7px rgba(0, 0, 0, 0.98);
  -moz-box-shadow: 0px 10px 25px 7px rgba(0, 0, 0, 0.98);
  box-shadow: 0px 10px 25px 7px rgba(0, 0, 0, 0.98);
  background-color: rgba(20, 120, 162, 0.85);
  padding: 30px;
}
@media (max-width: 400px) {
  #service #hero .form-col .wrapper {
    padding: 15px !important;
  }
}
#service #hero .arrow-down-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
  height: 20px;
  display: none;
}
#service #hero .arrow-down-container a {
  display: block;
  height: 100%;
}
#service #hero .arrow-down-container img {
  height: 100%;
  width: auto;
}
@media (max-width: 768px) {
  #service #hero .row .col {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
    margin-bottom: 30px !important;
  }
  #service #hero .row .col:last-of-type {
    margin: 0 !important;
  }
}
#service .phone-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  color: #f8f8f8;
  background-color: #1478a2;
  font-size: 1.3rem;
  font-weight: 600;
}
#service .phone-strip a {
  color: #f8f8f8;
  text-decoration: underline;
}
#service .content .container .row {
  margin-bottom: 30px;
}
#service .content .container .row:last-of-type {
  margin-bottom: 0;
}
#service .question-answer .question-mark {
  width: 30%;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
}
#service .question-answer .question {
  color: #1A97CD;
  text-align: center;
  font-size: 2rem;
  display: block;
  margin: 0 auto;
  max-width: 400px;
}
#service #steps {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f8f8f8;
}
#service #steps #ribbon {
  position: absolute;
  left: 0;
}
#service #steps #ribbon img {
  width: 6vw;
  max-width: 140px;
}
@media (min-width: 1590px) {
  #service #steps #ribbon img {
    min-width: 140px;
  }
}
#service #steps h2 {
  color: #f8f8f8;
  text-align: center;
}
#service #steps .step:last-of-type .number-container {
  background-image: none;
}
#service #steps .step:last-of-type .step-content {
  padding-bottom: 0;
}
#service #steps .step .number-container {
  width: 65px;
  float: left;
  background-image: url(../images/service/line.svg);
  background-position: center 65px;
  background-repeat: repeat-y, no-repeat;
  background-size: 8px 40px;
}
#service #steps .step .number-container .number {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.35);
  border-radius: 50%;
  width: 65px;
  height: 65px;
  background-color: #f8f8f8;
  color: #0f0f0f;
  font-size: 1.2rem;
  font-weight: 600;
}
#service #steps .step .step-content {
  width: calc(100% - 65px);
  float: left;
  padding: 32.5px 0 65px 30px;
}
#service #steps .step .step-content p {
  margin-bottom: 15px;
}
#service #steps .step .step-content *:last-child {
  margin-bottom: 0;
}
@media (max-width: 450px) {
  #service #steps .step-content {
    width: calc(100% - 50px) !important;
    padding: 20px 0 50px 22.5px !important;
  }
  #service #steps .number-container {
    width: 50px !important;
  }
  #service #steps .number-container .number {
    width: 50px !important;
    height: 50px !important;
  }
}
#service section:nth-of-type(odd) {
  background-color: #f3f3f3;
}
@media (max-width: 768px) {
  #service #content-one .row, #service .question-answer .row, #service #content-two .row, #service #request-call .row {
    margin-bottom: 30px;
  }
  #service #content-one .row .col, #service .question-answer .row .col, #service #content-two .row .col, #service #request-call .row .col {
    float: none;
    display: block;
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
  }
  #service #content-one .row .col:last-of-type, #service .question-answer .row .col:last-of-type, #service #content-two .row .col:last-of-type, #service #request-call .row .col:last-of-type {
    margin-bottom: 0;
  }
  #service #content-one .row:last-of-type, #service .question-answer .row:last-of-type, #service #content-two .row:last-of-type, #service #request-call .row:last-of-type {
    margin-bottom: 0;
  }
}
#contact #map {
  padding: 0;
  height: 400px;
}
#contact #contacts {
  background-color: #0f0f0f;
  color: #f8f8f8;
  text-align: center;
}
#contact #contacts a {
  color: #f8f8f8;
}
#contact #contacts h3 a {
  color: #1A97CD;
}
#contact #contacts .address-line {
  display: block;
}
@media (max-width: 768px) {
  #contact #contacts .row .col {
    float: none;
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
  }
  #contact #contacts .row .col:last-of-type {
    margin-bottom: 0;
  }
}
#contact #contact-form {
  text-align: center;
}
#contact #contact-form form {
  display: block;
  max-width: 800px;
  margin: 0 auto;
}
#contact #contact-form .row {
  margin-bottom: 15px;
}
#contact #contact-form .submit-container {
  text-align: right;
}
#contact #contact-form input, #contact #contact-form textarea {
  color: #3D3D3F;
  background-color: #f8f8f8;
}
#contact #contact-form .data-checkbox {
  margin-top: 0;
  text-align: left;
}
#contact #contact-form .data-checkbox .box {
  border-color: #0f0f0f;
}
#contact #contact-form .form-message {
  text-align: left;
}
#contact #contact-form #big-form-submit {
  margin-top: 15px;
}
@media (max-width: 500px) {
  #contact #contact-form {
    padding-top: 65px;
  }
}
@media (max-width: 600px) {
  #contact #contact-form .row .col {
    float: none;
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
  }
  #contact #contact-form .row .col:last-of-type {
    margin-bottom: 0;
  }
}
#blog .page *:last-child {
  margin-bottom: 0;
}
#blog .page.invisible {
  display: none;
}
#blog #pagination-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
#blog #pagination-wrapper #pagination-container {
  display: inline-block;
}
#blog #pagination-wrapper #pagination-container .pag-number {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 7.5px;
  width: 25px;
  height: 25px;
  background-color: #1A97CD;
  color: #f8f8f8;
  border-radius: 50%;
  user-select: none;
  cursor: pointer;
  font-size: 0.9rem;
}
#blog #pagination-wrapper #pagination-container .pag-number.current {
  background-color: #1ab5cd !important;
  cursor: default !important;
  pointer-events: none !important;
}
#blog #pagination-wrapper #pagination-container .pag-number.dots {
  pointer-events: none !important;
  cursor: default !important;
}
#blog #pagination-wrapper #pagination-container .pag-number:last-child {
  margin-right: 0;
}
@media (max-width: 930px) {
  #blog .in-this-section {
    display: none;
  }
}
#single .date {
  color: #3D3D3F;
  margin-bottom: 15px;
  display: block;
}
#single .author {
  display: block;
  margin-bottom: 30px;
  font-weight: 700;
}
#single #content .single-content img.single-image {
  width: 100%;
  margin-bottom: 30px;
}
#single #content .single-content img.aligncenter, #single #content .single-content img.alignleft, #single #content .single-content img.alignright {
  display: block;
  padding: 0;
}
#single #content .single-content img.aligncenter {
  float: none;
  margin: 0.5em auto 1em;
}
#single #content .single-content img.alignright {
  float: right;
  margin: 0.5em 0 1em 1em;
}
#single #content .single-content img.alignleft {
  float: left;
  margin: 0.5em 1em 1em 0;
}
@media (max-width: 930px) {
  #single .in-this-section {
    display: none;
  }
}
#thank-you #content span {
  display: block;
}
@media (max-width: 500px) {
  #contact.dedicated #contact-section {
    padding-top: 85px;
  }
}
#main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  user-select: none;
  z-index: 9999999999999;
  overflow: visible;
}
#main-header ul, #main-header li {
  padding: 0;
}
#main-header .phone {
  text-decoration: none;
  color: #0f0f0f;
  font-weight: 700;
  font-size: 1.3rem;
}
#main-header .top {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.35);
  padding: 12.5px 2.5%;
  position: relative;
  background-color: rgba(255, 255, 255, 0.97);
  width: 100%;
  max-width: 100%;
  height: 65px;
  z-index: 999;
}
#main-header .top .container {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-gap: 30px;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  height: 40px;
}
#main-header .top .container .logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
#main-header .top .container .logo img {
  width: auto;
  height: 33px;
  max-height: 40px;
  display: inline-block;
}
#main-header .top .container .partner-logos {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#main-header .top .container .partner-logos img {
  max-height: 40px;
  width: auto;
  height: 2.5vw;
  margin-left: 15px;
  display: inline-block;
}
#main-header .top .container .partner-logos img:first-child {
  margin-left: 0;
}
#main-header .top .container .burger-container {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
#main-header .top .container .burger-container .phone {
  margin-right: 30px;
  display: inline-block;
}
#main-header .top .container .burger-container .whatsapp {
  height: 40px;
  width: auto;
  transition: opacity 0.2s ease;
  margin-right: 15px;
  cursor: pointer;
}
#main-header .top .container .burger-container .whatsapp:hover {
  opacity: 0.5;
}
#main-header .top .container .burger-container .toggle-call-request-widget {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #1478a2;
  opacity: 1;
  cursor: pointer;
  border-radius: 50%;
  border: none;
  transition: background-color 0.2s ease;
  margin-right: 15px;
}
#main-header .top .container .burger-container .toggle-call-request-widget:hover {
  background-color: #1A97CD;
}
#main-header .top .container .burger-container .toggle-call-request-widget img {
  width: 50%;
  height: 50%;
  object-fit: contain;
  object-position: center;
}
@media (max-width: 379px) {
  #main-header .top .container .burger-container .toggle-call-request-widget {
    display: none;
  }
}
#main-header .top .container .burger-container #burger {
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  width: 45px;
  height: 25px;
  cursor: pointer;
}
#main-header .top .container .burger-container #burger .line {
  background-color: #1A97CD;
  height: 5px;
  transition: all 0.4s ease;
}
#main-header .top .container .burger-container #burger.open {
  transform: translateX(14px);
}
#main-header .top .container .burger-container #burger.open .line {
  width: 80%;
}
#main-header .top .container .burger-container #burger.open .line:nth-of-type(1) {
  transform: rotate(45deg) translateY(14px);
}
#main-header .top .container .burger-container #burger.open .line:nth-of-type(3) {
  transform: rotate(-45deg) translateY(-14px);
}
#main-header .top .container .burger-container #burger.open .line:nth-of-type(2) {
  opacity: 0;
}
@media (max-width: 1100px) {
  #main-header .top .container {
    grid-template-columns: auto 1px auto;
    grid-gap: 0;
  }
  #main-header .top .container .partner-logos img {
    display: none;
  }
}
@media (max-width: 768px) {
  #main-header .top .container {
    grid-template-columns: auto auto;
  }
  #main-header .top .container .partner-logos {
    display: none;
  }
  #main-header .top .container .burger-container .phone {
    display: none;
  }
}
#main-header #navigation {
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.35);
  background-color: rgba(255, 255, 255, 0.97);
  overflow: auto;
  transform: translateY(-100vh);
  transition: all 0.8s ease;
  z-index: 99999999999999;
  display: none;
}
#main-header #navigation h4 {
  font-size: 1.2rem;
  margin-bottom: 0;
}
#main-header #navigation.open {
  transform: translateY(0px);
  transition: all 0.5s ease !important;
}
#main-header #navigation .container {
  margin-top: 30px;
  margin-bottom: 30px;
}
#main-header #navigation .nav-row {
  display: grid;
  grid-template-columns: auto auto auto auto;
  justify-content: space-between;
  grid-gap: 30px;
}
#main-header #navigation ul {
  margin-bottom: 0;
}
#main-header #navigation li {
  color: #0f0f0f;
  list-style: none;
}
#main-header #navigation li span {
  display: block;
  font-weight: 400;
}
#main-header #navigation a {
  text-decoration: none;
  color: inherit;
}
#main-header #navigation .menu-about-container {
  margin-bottom: 30px;
}
#main-header #navigation .menu-item-has-children {
  font-weight: 600;
  font-size: 1.5rem;
  color: #1A97CD;
}
#main-header #navigation .menu-item-has-children a {
  display: block;
  margin-bottom: 15px;
}
#main-header #navigation .menu-item-has-children ul {
  padding-left: 0;
}
#main-header #navigation .menu-item-has-children ul li {
  font-size: 1rem;
  margin-bottom: 15px;
  padding-left: 0;
}
#main-header #navigation .menu-item-has-children ul li:last-child {
  margin-bottom: 0;
}
#main-header #navigation .menu-item-has-children ul li a {
  margin-bottom: 0;
}
#main-header #navigation .menu-item-has-children ul li a:hover {
  text-decoration: underline;
  color: #1ab5cd;
}
@media (max-width: 1100px) {
  #main-header #navigation {
    overflow: scroll;
    height: calc(100vh - 40px);
    transition: all 0.4s ease;
    transform: translateY(-110vh);
  }
  #main-header #navigation.open {
    transition: all 0.4s ease !important;
  }
  #main-header #navigation .nav-row {
    display: block;
    text-align: center;
  }
  #main-header #navigation .nav-row .menu-resources-container {
    margin-bottom: 30px;
  }
  #main-header #navigation .nav-row .menu-companies-container {
    margin-bottom: 30px;
  }
  #main-header #navigation .nav-row .menu-personal-container {
    margin-bottom: 30px;
  }
}
#hexagon-svg {
  width: 100%;
  max-width: 525px;
  height: auto;
  user-select: none;
}
#hexagon-svg .triangle {
  transition: all 0.3s ease;
  cursor: pointer;
}
#hexagon-svg .triangle:hover {
  fill: #a6dcf4 !important;
}
#hexagon-svg .triangle#top-center-triangle {
  fill: #37b2e6;
}
#hexagon-svg .triangle#top-left-triangle {
  fill: #65c4ec;
}
#hexagon-svg .triangle#bottom-left-triangle {
  fill: #11678b;
}
#hexagon-svg .triangle#bottom-center-triangle {
  fill: #1478a2;
}
#hexagon-svg .triangle#bottom-right-triangle {
  fill: #1789b9;
}
#hexagon-svg .triangle#top-right-triangle {
  fill: #1a99cf;
}
.hexagon-descriptions .hex-description-container {
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  z-index: 3;
}
.hexagon-descriptions .hex-description-container.visible {
  display: flex !important;
}
.hexagon-descriptions .hex-description-container .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hexagon-descriptions .hex-description-container .container .description {
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.35);
  position: relative;
  padding: 30px;
  background-color: #1478a2;
  border-radius: 25px;
  width: 100%;
  max-width: 700px;
  opacity: 0;
  transition: all 0.3s ease;
  cursor: default;
}
.hexagon-descriptions .hex-description-container .container .description .close-description {
  position: absolute;
  display: block;
  color: #f8f8f8;
  top: 7.5px;
  right: 15px;
  cursor: pointer;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.2rem;
}
.hexagon-descriptions .hex-description-container .container .description.visible {
  opacity: 1 !important;
}
.hexagon-descriptions .hex-description-container .container .description * {
  color: #f8f8f8;
}
@media (max-width: 413px) {
  .hexagon-descriptions .hex-description-container .container .description {
    transform: translateY(5vh);
  }
  .hexagon-descriptions .hex-description-container .container .description p {
    font-size: 0.9rem;
  }
}
footer {
  background-color: #0f0f0f;
  padding: 42.5px 0;
}
footer .container {
  display: grid;
  grid-template-columns: 155px auto auto auto;
  justify-content: space-between;
  grid-gap: 30px;
}
footer .container .footer-col h3 {
  margin-bottom: 23px !important;
  font-size: 1.2rem;
  margin-bottom: 15px;
}
footer .container .footer-col h3 a {
  color: #1A97CD;
}
footer .container .footer-col .footer-address {
  font-size: 0.78rem;
}
footer .container .footer-col #footer-logo {
  width: 155px;
  display: block;
  margin-bottom: 15px;
}
footer .container .footer-col a, footer .container .footer-col p {
  color: #f8f8f8;
}
footer .container .footer-col p {
  margin-bottom: 26px;
}
footer .container .footer-col p:last-child {
  margin-bottom: 0;
}
footer .container .footer-col span {
  display: block;
}
footer .container .footer-col:nth-of-type(2) a {
  display: block;
}
footer .container .footer-col:nth-of-type(2) p {
  margin-bottom: 25px;
}
footer .container .footer-col:nth-of-type(2) p:last-of-type {
  margin-bottom: 0;
}
footer .container .footer-col #footer-social-container {
  margin-bottom: 25px;
  display: grid;
  width: 150px;
  grid-template-columns: 35px 35px 35px;
  justify-content: space-between;
  grid-gap: 5px;
}
footer .container .footer-col #footer-social-container a {
  display: block;
}
footer .container .footer-col #footer-social-container a i {
  line-height: 0;
}
footer .container .footer-col #footer-social-container a i svg {
  width: 35px;
  height: auto;
  fill: #f8f8f8;
  transition: all 0.2s ease;
}
footer .container .footer-col #footer-social-container a i svg .icon-within-circle {
  fill: #0f0f0f;
}
footer .container .footer-col #footer-social-container a i svg:hover {
  fill: #1A97CD;
}
@media (max-width: 1023px) {
  footer .container {
    display: block;
  }
  footer .container .footer-col {
    text-align: center;
  }
  footer .container .footer-col:nth-of-type(1) {
    width: 155px;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  footer .container .footer-col:nth-of-type(3), footer .container .footer-col:nth-of-type(4) {
    display: none;
  }
  footer .container .footer-col #footer-social-container {
    margin-bottom: 7.5px;
  }
}
input, textarea {
  font-family: "Open Sans", sans-serif;
  -webkit-appearance: none;
}
input[type="text"], input[type="email"], input[type="password"], input[type="tel"] {
  width: 100%;
  height: 50px;
  margin-bottom: 15px;
  border-radius: 5px;
  border-style: solid;
  border-color: #c0c0c0;
  border-width: 2px;
  background-color: transparent;
  padding: 7.5px;
  color: #f8f8f8;
  font-size: 1.07rem;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="tel"]:focus {
  -webkit-box-shadow: 0px 0px 25px 0px rgba(23, 174, 182, 0.3);
  -moz-box-shadow: 0px 0px 25px 0px rgba(23, 174, 182, 0.3);
  box-shadow: 0px 0px 25px 0px rgba(23, 174, 182, 0.3);
}
textarea {
  height: 180px;
  width: 100%;
  border-color: #c0c0c0;
  background-color: transparent;
  border-style: solid;
  border-width: 2px;
  color: #f8f8f8;
  font-size: 1.07rem;
  resize: none;
  padding: 7.5px;
  border-radius: 5px;
}
textarea:focus {
  -webkit-box-shadow: 0px 0px 25px 0px rgba(23, 174, 182, 0.3);
  -moz-box-shadow: 0px 0px 25px 0px rgba(23, 174, 182, 0.3);
  box-shadow: 0px 0px 25px 0px rgba(23, 174, 182, 0.3);
}
#contact-section {
  background-color: #3D3D3F !important;
  color: #f8f8f8;
}
#contact-section .brandmark {
  max-width: 125px;
  display: block;
  margin-bottom: 30px;
}
#contact-section form.big #big-form-submit {
  margin-top: 15px;
  width: calc(50% - 15px / 2);
  min-width: auto;
}
@media (max-width: 500px) {
  #contact-section form.big #big-form-submit {
    width: 100%;
  }
}
#contact-section form.big .row .col {
  margin: 0 7.5px;
  width: calc(50% - 15px/2);
}
#contact-section form.big .row .col:nth-of-type(1) {
  margin-left: 0;
}
#contact-section form.big .row .col:nth-of-type(2) {
  margin-right: 0;
}
@media (max-width: 500px) {
  #contact-section form.big .row .col {
    width: 100%;
    display: block;
    margin: 0;
    margin-bottom: 15px;
  }
  #contact-section form.big .row .col:last-of-type {
    margin-bottom: 0;
  }
}
#contact-section .contact-section-col:nth-of-type(2) {
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  #contact-section .contact-section-col {
    display: block;
    width: 100%;
    margin: 0;
    margin-bottom: 60px;
  }
  #contact-section .contact-section-col:last-of-type {
    margin-bottom: 0;
  }
}
#hero-nav {
  height: 50px;
  width: 100%;
  position: absolute;
  top: 75px;
  left: 0;
  background-color: #1478a2;
}
#hero-nav .container {
  display: flex;
  justify-content: space-between !important;
  height: 50px;
}
#hero-nav .left {
  height: 50px;
  display: flex;
  align-items: center;
}
#hero-nav .left a {
  color: #f8f8f8;
}
#hero-nav .left a:first-child {
  margin-right: 30px;
}
#hero-nav .right {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  background-color: #1A97CD;
  height: 50px;
}
#hero-nav .right a {
  color: white;
}
@media (max-width: 768px) {
  #hero-nav {
    display: none;
  }
}
#google-reviews {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 400px;
  -webkit-box-shadow: -3px 0px 5px 0px rgba(0, 0, 0, 0.48);
  -moz-box-shadow: -3px 0px 5px 0px rgba(0, 0, 0, 0.48);
  box-shadow: -3px 0px 5px 0px rgba(0, 0, 0, 0.48);
  height: 100vh;
  z-index: 999999999999999;
  position: fixed;
  top: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.95);
  transform: translateX(500px);
  transition: all 0.5s ease;
}
#google-reviews.open {
  transform: translateX(0);
}
#google-reviews #review-loader {
  width: 100%;
  text-align: center;
}
#google-reviews #review-loader img {
  width: 30%;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
}
#google-reviews #review-header {
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.35);
  background-color: #f8f8f8;
  width: 100%;
  padding: 30px;
  height: 150px;
  display: none;
}
#google-reviews #review-header h3 {
  font-size: 1.2rem;
}
#google-reviews #review-header #rating #rating-num {
  font-weight: 700;
  display: inline-block;
  font-size: 1.1rem;
  margin-right: 7.5px;
  color: #e7711b;
}
#google-reviews #review-header #rating svg {
  display: inline-block;
  transform: translateY(2px);
}
#google-reviews #review-container {
  width: 100%;
  padding: 30px;
  overflow-y: scroll;
  height: calc(100vh - 150px);
  display: none;
}
#google-reviews #review-container .review {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
#google-reviews #review-container .review .photo-container {
  width: 45px;
  min-width: 45px;
  margin-right: 15px;
  display: inline-block;
}
#google-reviews #review-container .review .photo-container img {
  width: 100%;
}
#google-reviews #review-container .review .review-content {
  display: inline-block;
}
#google-reviews #review-container .review .review-content p {
  font-size: 0.9rem;
  margin-bottom: 0;
}
#google-reviews #review-container .review .review-content p .stars {
  display: inline-block;
  margin-right: 7.5px;
  transform: translateY(3px);
}
#google-reviews #review-container .review .review-content h3 {
  margin-bottom: 7.5px;
  font-size: 1.2rem;
}
#google-reviews #review-container .review .review-content .time {
  font-size: 0.9rem;
  font-weight: 600;
  color: #c0c0c0;
  margin-bottom: 7.5px;
  display: block;
}
#google-reviews .close {
  position: absolute;
  top: 15px;
  right: 15px;
  font-weight: 700;
  cursor: pointer;
  font-size: 1.2rem;
  color: #1A97CD;
  transition: all 0.2s ease;
  display: inline-block;
}
#google-reviews .close:hover {
  color: #1ab5cd;
}
@media (max-width: 430px) {
  #google-reviews {
    width: 80%;
  }
  #google-reviews h3 {
    font-size: 1rem !important;
  }
  #google-reviews p {
    font-size: 0.8rem !important;
  }
  #google-reviews #review-container {
    padding: 15px;
    height: calc(100vh - 115px);
  }
  #google-reviews #review-container .review .photo-container {
    width: 25px;
    min-width: 25px;
  }
  #google-reviews #review-header {
    padding: 15px;
    height: 115px;
  }
  #google-reviews #review-header h3 {
    width: 90%;
  }
}
#review-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.35);
  position: relative;
  background-color: #1478a2;
}
#review-banner .wrapper {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 30px;
  justify-content: space-between;
  height: 70px;
  user-select: none;
  max-width: 1100px;
  margin: 0 auto;
}
#review-banner .wrapper .as-featured {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  transform: translateY(-2px);
}
#review-banner .wrapper .as-featured-grid-column {
  height: 70px;
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: all 0.3s ease;
  line-height: 0;
}
#review-banner .wrapper .as-featured-grid-column:first-of-type {
  margin-right: 30px;
}
#review-banner .wrapper .as-featured-grid-column:hover {
  opacity: 0.5;
}
#review-banner .wrapper .as-featured-grid-column img {
  border-radius: 0;
  height: 40px;
  width: auto;
  display: block;
  margin: 0;
  line-height: 0;
}
#review-banner .wrapper .reviews-grid-column {
  height: 70px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  cursor: pointer;
}
#review-banner .wrapper .reviews-grid-column:hover {
  opacity: 0.5;
}
#review-banner .wrapper .logo {
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.35);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  background-color: #f8f8f8;
  width: 45px;
  height: 45px;
  min-width: 45px;
  min-height: 45px;
  border-radius: 50%;
}
#review-banner .wrapper img {
  border-radius: 50%;
  width: 65%;
  display: block;
  margin: 0 auto;
  margin-bottom: 5px;
  transform: translateY(2px);
}
#review-banner .wrapper svg {
  margin-right: 3px;
  transform: translateY(2px);
}
#review-banner .wrapper svg:last-of-type {
  margin-right: 0;
}
#review-banner .wrapper span {
  color: #f8f8f8;
  font-weight: 600;
  font-size: 1.3rem;
  text-decoration: none;
}
#review-banner .wrapper span svg {
  width: 17px;
  height: 17px;
}
@media (max-width: 1090px) {
  #review-banner .wrapper {
    display: block;
    height: auto;
    padding: 15px 0;
  }
  #review-banner .wrapper .as-featured {
    transform: none;
  }
  #review-banner .wrapper .reviews-grid-column, #review-banner .wrapper .as-featured-grid-column {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 725px) {
  #review-banner span {
    font-size: 0.9rem !important;
  }
  #review-banner span svg {
    width: 13px !important;
    height: 13px !important;
  }
  #review-banner .reviews-grid-column {
    margin-bottom: 15px;
  }
  #review-banner .as-featured-grid-column, #review-banner .reviews-grid-column {
    height: auto !important;
  }
  #review-banner .as-featured-grid-column img, #review-banner .reviews-grid-column img {
    height: 35px !important;
  }
  #review-banner .as-featured-grid-column .logo, #review-banner .reviews-grid-column .logo {
    height: 35px !important;
    width: 35px !important;
  }
}
.listing {
  margin-bottom: 30px;
}
.listing h3 {
  font-size: 1.2rem;
}
.listing p {
  font-size: 0.9rem;
}
.listing .date {
  color: #3D3D3F;
  margin-bottom: 15px;
  display: block;
}
#top-banner {
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.35);
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  background-color: #1A97CD;
  display: flex;
  height: 75px;
  color: #f8f8f8;
  line-height: 1;
  position: absolute;
  top: 65px;
  width: 100%;
  z-index: -1;
}
#top-banner a {
  color: #f8f8f8;
  font-weight: 700;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  #top-banner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    height: 150px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }
  #top-banner a {
    font-size: 1.2rem;
  }
}
#top-banner .notifications {
  display: inline-block;
  -webkit-box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.3);
  background: rgba(65, 192, 139, 0.85);
  border-radius: 10px;
}
#top-banner .notifications a {
  width: auto;
  display: block;
  padding: 10px;
  font-size: 1rem;
  font-weight: 300;
  text-decoration: none;
}
#top-banner .notifications a .top-line {
  color: #f8f8f8;
  font-weight: 700;
  font-size: 1.4rem;
  white-space: nowrap;
}
@media (max-width: 1450px) {
  #top-banner .notifications a .top-line {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  #top-banner .notifications a {
    width: 100%;
  }
}
#top-banner .notifications :hover {
  background-color: #67cda2 !important;
  border-radius: 10px;
}
#top-banner #phone-banner {
  justify-content: end;
  align-items: center;
  padding: 0 15px;
  display: flex;
  height: 75px;
  color: #f8f8f8;
  line-height: 1;
  width: 70%;
  z-index: -1;
  white-space: nowrap;
}
#top-banner #phone-banner span.opening-hours {
  font-weight: 700;
  font-size: 1.4rem;
  white-space: nowrap;
}
@media (max-width: 1450px) {
  #top-banner #phone-banner span.opening-hours {
    font-size: 1.1rem;
  }
}
#top-banner #phone-banner span.phone-separator {
  font-size: 2rem;
  margin: 0 10px;
}
#top-banner #phone-banner svg.phone-icon {
  margin: 0 10px;
  min-width: 30px;
}
@media (max-width: 1450px) {
  #top-banner #phone-banner a {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  #top-banner #phone-banner {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    height: 99.9999999998px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }
  #top-banner #phone-banner span.phone-in-banner {
    display: block;
  }
  #top-banner #phone-banner span.opening-hours {
    font-size: 12px;
  }
  #top-banner #phone-banner svg.phone-icon, #top-banner #phone-banner span.phone-separator {
    display: none;
  }
}
.logo-scroller {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.35);
  position: relative;
  background-color: #1478a2;
  padding: 0;
  opacity: 0;
  height: 0;
}
.logo-scroller .scroller-frame {
  overflow: hidden;
}
.logo-scroller .scroller-frame .scroller-sprite img {
  display: block;
  float: left;
  height: 50px;
  width: auto;
  margin: 0 15px;
}
@media (max-width: 1100px) {
  .logo-scroller {
    opacity: 1;
    height: auto;
    padding: 15px;
  }
}
.data-checkbox {
  user-select: none;
  cursor: pointer;
  margin-top: 15px;
}
.data-checkbox span {
  font-size: 0.8rem !important;
}
.data-checkbox .box {
  width: 15px;
  height: 15px;
  border-width: 1px;
  border-color: #f8f8f8;
  border-radius: 3px;
  border-style: solid;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transform: translateY(3px);
  margin-right: 5px;
}
.data-checkbox .box:after {
  display: none;
  content: url("../images/icons/tick.svg");
  width: 12px;
  height: auto;
  color: #1A97CD;
  position: absolute;
}
.data-checkbox[checked="true"] .box:after {
  display: block;
}
#cookie-notice {
  padding: 15px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #1A97CD;
  -webkit-box-shadow: 0px -5px 40px 0px black;
  -moz-box-shadow: 0px -5px 40px 0px black;
  box-shadow: 0px -5px 40px 0px black;
  z-index: 999999999999;
  color: #f8f8f8;
  transition: all 0.8s ease;
  bottom: -1000px;
  text-align: center;
  line-height: 2.5;
}
#cookie-notice.appear {
  bottom: 0 !important;
}
#cookie-notice.closed {
  bottom: -1000px !important;
}
#cookie-notice .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
#cookie-notice p {
  margin-bottom: 0;
}
#cookie-notice p span {
  margin-right: 7.5px;
}
#cookie-notice #accept-cookies {
  min-width: auto;
  width: auto;
  padding: 7.5px 15px;
  font-size: 1rem !important;
  line-height: normal;
}
#cookie-notice .find-out-more {
  margin-right: 30px;
  color: #f8f8f8;
  text-decoration: underline;
}
@media (max-width: 414px) {
  #cookie-notice {
    line-height: inherit;
  }
  #cookie-notice .container {
    display: block;
  }
  #cookie-notice p span {
    margin: 0 !important;
    display: block;
  }
  #cookie-notice .find-out-more {
    display: block;
    margin: 0 0 15px 0;
  }
}
#request-a-call {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 50px;
}
#request-a-call .widget-content {
  background-color: #fff;
  margin-bottom: 15px;
  padding: 15px;
  border-radius: 15px;
  border-width: 2px;
  border-color: #1A97CD;
  border-style: solid;
  display: none;
}
#request-a-call.active {
  width: 250px;
}
#request-a-call.active .widget-content {
  display: block !important;
}
#request-a-call.active #close-call-request-widget {
  display: flex !important;
}
#request-a-call.active #open-call-request-widget {
  display: none !important;
}
#request-a-call header {
  position: relative;
  padding-left: 60px;
  margin-bottom: 15px;
}
#request-a-call header .representative-photo {
  position: absolute;
  left: -30px;
  top: -30px;
  border-radius: 50%;
  display: block;
  object-fit: cover;
  object-position: center;
  width: 80px;
  height: 80px;
  border-width: 2px;
  border-color: #1A97CD;
  border-style: solid;
}
#request-a-call header h3 {
  margin-bottom: 0px;
  font-size: 1rem;
}
#request-a-call header p {
  font-size: 0.8rem;
  margin-bottom: 0px;
  color: #a8a8a8;
}
#request-a-call .schedule-container, #request-a-call .thank-you-asap-container, #request-a-call .thank-you-later-container, #request-a-call .error-container {
  display: none;
}
#request-a-call.call-later .schedule-container {
  display: block !important;
}
#request-a-call.call-later .phone-number-container {
  display: none !important;
}
#request-a-call.thank-you-asap .schedule-container {
  display: none !important;
}
#request-a-call.thank-you-asap .phone-number-container {
  display: none !important;
}
#request-a-call.thank-you-asap .error-container {
  display: none !important;
}
#request-a-call.thank-you-asap .thank-you-later-container {
  display: none !important;
}
#request-a-call.thank-you-asap .thank-you-asap-container {
  display: block !important;
}
#request-a-call.thank-you-later .schedule-container {
  display: none !important;
}
#request-a-call.thank-you-later .phone-number-container {
  display: none !important;
}
#request-a-call.thank-you-later .error-container {
  display: none !important;
}
#request-a-call.thank-you-later .thank-you-later-container {
  display: block !important;
}
#request-a-call.thank-you-later .thank-you-asap-container {
  display: none !important;
}
#request-a-call.error .schedule-container {
  display: none !important;
}
#request-a-call.error .phone-number-container {
  display: none !important;
}
#request-a-call.error .error-container {
  display: block !important;
}
#request-a-call.error .thank-you-asap-container {
  display: none !important;
}
#request-a-call.error .thank-you-later-container {
  display: none !important;
}
#request-a-call .thank-you-asap-container p, #request-a-call .thank-you-later-container p, #request-a-call .error-container p {
  margin-bottom: 0px !important;
}
#request-a-call .flatpickr-input {
  -webkit-appearance: none;
  width: 100% !important;
  background-color: #fff !important;
}
#request-a-call .text {
  font-size: 0.8rem;
  margin-bottom: 15px;
  color: #0f0f0f;
}
#request-a-call input {
  color: #0f0f0f;
  font-size: 0.8rem;
  height: 40px;
  box-shadow: none !important;
  margin-bottom: 7.5px;
  border-radius: 5px;
}
#request-a-call input.error {
  border-color: #cd1a3e;
}
#request-a-call .time-picker-container {
  position: relative;
  display: flex;
  justify-content: center;
}
#request-a-call .time-picker-container::after {
  content: "Office hours: 8AM - 9PM";
  font-size: 0.9rem;
  display: inline-flex;
  opacity: 0;
  position: absolute;
  top: -33px;
  border-radius: 3px;
  padding: 3px;
  color: #fff;
  background-color: #1A97CD;
  border-width: 1px;
  border-color: #1A97CD;
  border-style: solid;
  transition: opacity 0.2s ease;
  pointer-events: none;
}
#request-a-call .time-picker-container:hover::after {
  opacity: 1;
}
#request-a-call button.inactive {
  pointer-events: none;
  opacity: 0.3;
}
#request-a-call #request-a-call-date {
  cursor: pointer;
}
#request-a-call #request-a-call-time {
  cursor: pointer;
}
#request-a-call #call-me-later {
  margin-top: 7.5px;
}
#request-a-call .trigger-container {
  display: flex;
  justify-content: flex-end;
}
#request-a-call .trigger-container .call-request-widget-trigger {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #1478a2;
  opacity: 1;
  cursor: pointer;
  border-radius: 50%;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  transition: background-color 0.2s ease;
}
#request-a-call .trigger-container .call-request-widget-trigger:hover {
  background-color: #1A97CD;
}
#request-a-call .trigger-container .call-request-widget-trigger img {
  width: 50%;
  height: 50%;
  object-fit: contain;
  object-position: center;
}
#request-a-call .trigger-container #close-call-request-widget {
  display: none;
}
#request-a-call .submit-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: none;
  border-radius: 5px;
  height: 40px;
  color: #fff;
  transition: background-color 0.2s ease;
  font-weight: 700;
  cursor: pointer;
}
#request-a-call .submit-button.green {
  background-color: #41c08b;
}
#request-a-call .submit-button.green:hover {
  background-color: #67cda2;
}
#request-a-call .submit-button.blue {
  background-color: #1A97CD;
}
#request-a-call .submit-button.blue:hover {
  background-color: #1ab5cd;
}
.flatpickr-calendar {
  z-index: 999999999999 !important;
}
.c-datepicker {
  z-index: 9999999999999999583119736832;
}
.c-datepicker__header-day {
  background: #1478a2 !important;
}
.c-datepicker__header-date__time, .c-datepicker__header-date {
  background: #1A97CD !important;
}
.c-datepicker__clock__num::before {
  background: #1A97CD !important;
}
.c-btn {
  color: #1A97CD !important;
}
.c-datepicker__clock {
  box-sizing: content-box !important;
}
.c-datepicker--show-calendar {
  display: none !important;
}
.c-datepicker__header-date__month {
  display: none !important;
}
.c-datepicker__header-date__day {
  display: none !important;
}
.c-datepicker__header-date {
  height: auto !important;
}
.c-datepicker {
  min-height: auto !important;
}
.c-datepicker {
  font-family: "Roboto", sans-serif !important;
}
.c-datepicker--show-time {
  display: none !important;
}
.c-datepicker__header-day {
  display: none !important;
}
#sidebar-contact-form {
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.35);
  background-color: #f7f7f7;
  padding: 16.5px;
  padding-top: 30px;
  margin-bottom: 30px;
}
#sidebar-contact-form h4 {
  font-size: 1rem;
  color: #0f0f0f;
}
#sidebar-contact-form form {
  margin-bottom: 30px;
}
#sidebar-contact-form form input, #sidebar-contact-form form textarea {
  background: transparent;
  box-shadow: none !important;
}
#sidebar-contact-form .extras p {
  font-size: 0.8rem;
  margin-bottom: 7.5px;
}
#sidebar-contact-form .extras p .whatsapp {
  display: flex;
  align-items: center;
}
#sidebar-contact-form .extras p .whatsapp img {
  height: 20px;
  width: auto;
  margin-right: 7.5px;
}
#sidebar-contact-form #sidebar-miel {
  display: none;
}
#sidebar-contact-form .thank-you-container, #sidebar-contact-form .error-container {
  display: none;
  margin-bottom: 30px;
}
#sidebar-contact-form.thank-you .thank-you-container {
  display: block !important;
}
#sidebar-contact-form.thank-you form {
  display: none !important;
}
#sidebar-contact-form.error .error-container {
  display: block !important;
}
#sidebar-contact-form.error .error-container p {
  font-size: 0.9rem;
  color: #cd1a3e;
  margin-bottom: 0;
}
#sidebar-contact-form.error form {
  display: none !important;
}
#sidebar-contact-form.thank-you form {
  display: none !important;
}
#sidebar-contact-form.thank-you .thank-you-container {
  display: block !important;
}
#sidebar-contact-form.thank-you .thank-you-container p {
  font-size: 0.9rem;
  color: #41c08b;
  margin-bottom: 0;
}
#sidebar-contact-form .submit-button {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: none;
  border-radius: 5px;
  height: 40px;
  color: #fff;
  transition: background-color 0.2s ease;
  font-weight: 700;
  cursor: pointer;
  font-size: 1rem;
}
#sidebar-contact-form .submit-button.inactive {
  pointer-events: none;
  opacity: 0.3;
}
#sidebar-contact-form .submit-button.green {
  background-color: #41c08b;
}
#sidebar-contact-form .submit-button.green:hover {
  background-color: #67cda2;
}
#sidebar-contact-form .submit-button.blue {
  background-color: #1A97CD;
}
#sidebar-contact-form .submit-button.blue:hover {
  background-color: #1ab5cd;
}
#sidebar-contact-form input {
  height: 40px;
  color: #0f0f0f;
  font-size: 0.9rem;
}
#sidebar-contact-form textarea {
  color: #0f0f0f;
  font-size: 0.9rem;
  height: 100px;
}
