@import url('../fonts/hco_fonts.css');
/*
	@font-face {
	  font-family: 'Roboto Condensed';
	  font-style: normal;
	  font-weight: 300;
	  src: url('../fonts/roboto-condensed-v16-latin-300.eot');
	  src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'),
	       url('../fonts/roboto-condensed-v16-latin-300.eot?#iefix') format('embedded-opentype'),
	       url('../fonts/roboto-condensed-v16-latin-300.woff2') format('woff2'),
	       url('../fonts/roboto-condensed-v16-latin-300.woff') format('woff'), 
	       url('../fonts/roboto-condensed-v16-latin-300.ttf') format('truetype'), 
	       url('../fonts/roboto-condensed-v16-latin-300.svg#RobotoCondensed') format('svg');
	}
	*/
.btn {
  display: inline-block;
  border-radius: 1.5em;
  padding: 0.6em 1.5em;
  font-size: 1em;
  border: 0;
}
.btn.btn-darkblue {
  background: #152F4E;
  color: #FFF;
}
.btn.btn-darkblue:hover {
  background: #A4BECD;
}
.btn.btn-outline-darkblue {
  background: transparent;
  color: #152F4E;
  border: 1px solid #152F4E;
}
.btn.btn-outline-darkblue:hover {
  background: #152F4E;
  color: #FFF;
}
.btn.btn-outline-white {
  background: transparent;
  color: #FFF;
  border: 1px solid #FFF;
}
.btn.btn-outline-white:hover {
  background: #FFF;
  color: #152F4E;
}
.btn.btn-lightblue {
  background: #A4BECD;
  color: #FFF;
}
.btn.btn-lightblue:hover {
  background: #83a6bb;
}
.btn.btn-outline-gold {
  background: transparent;
  color: #CBA258;
  border: 1px solid #CBA258;
}
.btn.btn-outline-gold:hover {
  background: #CBA258;
  color: #152F4E;
}
.btn.btn-small {
  font-size: 14px;
}
.textlink {
  color: #152F4E;
  text-decoration: none;
  border-bottom: 1px solid #A4BECD;
  padding-bottom: 1px;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.textlink::focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}
.textlink:hover {
  color: #A4BECD;
}
.intro-hero .hl-2 {
  text-transform: none;
  color: #CBA258;
  line-height: 1.2em;
}
@media all and (min-width: 768px) {
  .intro-hero .hl-2 {
    font-size: 2rem;
  }
}
.intro-hero .cta {
  margin-top: 1.5em;
}
.intro-hero .inner-full .inner-wrapper {
  position: absolute;
  width: 1400px;
  max-width: 90%;
  left: 50%;
  transform: translateX(-50%);
  top: auto;
  bottom: 5em;
}
.intro-hero .owl-carousel {
  position: relative;
  z-index: 10;
}
.intro-hero .owl-carousel .owl-dots {
  justify-content: flex-end;
  max-width: 80%;
  margin: 0 auto;
  bottom: 5em;
  position: absolute;
  top: auto;
  right: 0;
  left: 50%;
  transform: translateX(-50%);
  padding-bottom: 8px;
}
@media all and (max-width: 767px) {
  .intro-hero .owl-carousel .owl-dots {
    position: relative;
    bottom: 50px;
    left: 25px;
    right: auto;
    top: auto;
    transform: none;
    max-width: 100%;
    margin: 0;
    justify-content: flex-start;
    padding: 12px 0 0 0;
  }
}
.intro-hero .owl-carousel .owl-dots .owl-dot {
  border-color: #A4BECD;
}
.intro-hero .owl-carousel .owl-dots .owl-dot.active {
  background: #A4BECD;
}
.intro-hero .inner-full:before,
.intro-hero .slide:before {
  content: '';
  position: absolute;
  z-index: 9;
  left: 0;
  right: 0;
  bottom: -1px;
  width: 100%;
  height: 70%;
  background: linear-gradient(to top, #030D1A, transparent);
  opacity: 1;
  transition: all ease-in-out 0.3s;
}
.gradient-layer-bottom-top-darkblue {
  content: '';
  position: absolute;
  z-index: 9;
  left: 0;
  right: 0;
  bottom: -1px;
  width: 100%;
  height: 70%;
  background: linear-gradient(to top, #030D1A, transparent);
  opacity: 1;
  transition: all ease-in-out 0.3s;
}
body {
  background: #FFF;
  font-family: 'HCo Gotham', sans-serif;
  letter-spacing: 0.05em;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 300;
  color: #152F4E;
  overflow-x: hidden;
}
@media all and (min-width: 768px) {
  body {
    font-size: 17px;
  }
}
strong,
b {
  font-weight: 700;
}
a {
  color: #000;
  text-decoration: none;
  outline: 0 !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover {
  text-decoration: none;
  color: #333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  line-height: 1.2em;
  font-size: 1.2em;
  font-weight: 200;
  text-transform: uppercase;
}
h1,
h2 {
  font-size: 2em;
  line-height: 1.3em;
}
@media all and (max-width: 767px) {
  h1,
  h2 {
    font-size: 1.5em;
  }
}
.bullets li {
  position: relative;
  padding: 0 0 10px 20px;
}
.bullets li:before {
  position: absolute;
  left: 0;
  top: 0;
  font-family: 'FontAwesome';
  content: "\f105";
  color: #000;
}
.xm-txt a {
  color: #152F4E;
  text-decoration: none;
  border-bottom: 1px solid #A4BECD;
  padding-bottom: 1px;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.xm-txt a::focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}
.xm-txt a:hover {
  color: #A4BECD;
}
.xm-txt ul li {
  margin: 1em;
  line-height: 1.2em;
}
video {
  border-radius: 0.5em;
}
#service-cta {
  position: fixed;
  z-index: 99991;
  text-align: center;
  opacity: 0;
  transition: all ease-in-out 0.3s;
  bottom: 15px;
  right: 15px;
  /*
		padding: 10px;
		background: @lightblue;
		border: 1px solid @darkblue;
		border-radius: 50%;
		*/
}
#service-cta img {
  width: 40px;
  height: auto;
  margin: 0 auto;
}
#service-cta span {
  color: #CBA258;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}
@media all and (min-width: 768px) {
  #service-cta img {
    width: 60px;
    height: auto;
  }
  #service-cta span {
    font-size: 12px;
  }
}
body.scrolled #service-cta {
  opacity: 1;
}
label {
  color: rgba(0, 0, 0, 0.3);
}
input[type='text'],
input[type='email'],
input[type='password'],
input[type='number'],
input[type='tel'],
input[type='date'],
input[type="url"],
textarea,
select {
  border: 1px solid rgba(0, 0, 0, 0.3);
  padding: 1em 1.5em;
  border-radius: 0.5em;
  background: transparent;
  font-size: 14px;
}
.custom-upload-btn {
  overflow: hidden;
  padding: 8px 15px;
  margin: 2px;
  background: #FFF;
  border: 1px solid #000;
  color: #000;
  display: inline-block;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
}
.custom-upload-btn br {
  display: none;
}
.custom-upload-btn input[type="file"] {
  position: fixed;
  opacity: 0;
  top: 0;
}
.custom-upload-btn:hover {
  background: #000;
  color: #FFF;
}
.custom-upload-btn:active {
  background: #CCF;
}
.custom-upload-btn.invalid {
  color: #A44;
}
.custom-upload-btn.selected {
  color: #FFF !important;
  background: #000;
}
.custom-upload-btn.selected:after {
  content: "\f00c";
  font-family: FontAwesome;
}
header#main-header {
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
}
body.scrolled header#main-header {
  background: rgba(255, 255, 255, 0.75);
}
@media all and (max-width: 767px) {
  header#main-header .logo {
    position: relative;
    top: -5px;
  }
}
header#main-header .logo img {
  height: 25px;
  width: auto;
  max-width: auto;
}
@media all and (max-width: 767px) {
  header#main-header nav#main-nav {
    display: block;
    margin-left: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  header#main-header nav#main-nav > ul > li.highlight {
    text-align: center;
  }
  header#main-header nav#main-nav > ul > li a {
    display: block;
    text-align: center;
  }
}
header#main-header nav#main-nav > ul > li a {
  font-size: 14px;
  font-weight: 500;
  color: #152F4E;
}
header#main-header nav#main-nav > ul > li a:hover {
  color: #CBA258;
}
@media all and (min-width: 768px) {
  header#main-header nav#main-nav > ul > li.current-menu-item a {
    display: inline-block;
    padding: 0.5em 1em;
    background: #152F4E;
    border-radius: 1em;
    color: #FFF;
    height: auto;
    border: 1px solid #152F4E;
  }
}
@media all and (max-width: 767px) {
  header#main-header nav#main-nav > ul > li.current-menu-item a {
    color: #CBA258;
  }
}
header#main-header nav#main-nav > ul > li.highlight a {
  display: inline-block;
  padding: 0.5em 1em;
  border: 1px solid #152F4E;
  border-radius: 1em;
  height: auto;
}
header#main-header nav#main-nav > ul > li.highlight a:hover {
  background: #CBA258;
  color: #152F4E;
  border-color: #CBA258;
}
@media all and (max-width: 767px) {
  header#main-header nav#main-nav > ul > li.highlight {
    margin-top: 25px;
  }
  header#main-header nav#main-nav > ul > li.highlight a {
    display: inline;
  }
}
header#main-header .shopping-cart-btn {
  top: 3px;
}
header#main-header .shopping-cart-btn:hover {
  color: #CBA258;
}
header#main-header .shopping-cart-btn .cart-item-count {
  background: #CBA258;
}
header#main-header .c-hamburger span,
header#main-header .c-hamburger span:before,
header#main-header .c-hamburger span:after {
  background: #152F4E;
  height: 2px;
}
footer#main-footer {
  background: transparent linear-gradient(101deg, var(--unnamed-color-eef2f5) 0%, var(--unnamed-color-a4becd) 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(101deg, #EEF2F5 0%, #A4BECD 100%) 0% 0% no-repeat padding-box;
  font-size: 16px;
}
footer#main-footer ul li {
  padding: 0;
}
footer#main-footer a:hover {
  color: #FFF;
  border-color: #FFF;
}
footer#main-footer .footer-trust-items {
  list-style: none;
  padding: 0;
  margin: 20px 0 30px;
}
footer#main-footer .footer-trust-items li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 0;
}
footer#main-footer .footer-trust-items li .xm-svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
footer#main-footer .footer-trust-items li span {
  font-size: 15px;
}
footer#main-footer strong {
  display: block;
  font-size: 15px;
  margin-bottom: 10px;
}
footer#main-footer .footer-partner-logos {
  list-style: none;
  padding: 0;
  margin: 0 0 25px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
footer#main-footer .footer-partner-logos li {
  display: block;
}
footer#main-footer .footer-partner-logos li .xm-svg {
  display: block;
  height: 38px;
  width: auto;
  max-width: 70px;
}
footer#main-footer .footer-partner-logos li img {
  display: block;
  height: 28px;
  width: auto;
  max-width: 70px;
  object-fit: contain;
}
footer#main-footer .footer-partner-logos li:nth-child(2) img {
  height: 12px;
}
footer#main-footer .footer-payment-icons {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
footer#main-footer .footer-payment-icons li {
  display: block;
}
footer#main-footer .footer-payment-icons li .xm-svg {
  display: block;
  height: 24px;
  width: auto;
  max-width: 48px;
}
footer#main-footer .footer-payment-icons li img {
  display: block;
  height: 24px;
  width: auto;
  max-width: 48px;
  object-fit: contain;
}
footer#main-footer .footer-payment-icons li.klarna {
  width: 48px;
}
footer#main-footer .footer-payment-icons li.klarna img {
  margin: 0 auto;
}
footer#main-footer nav {
  background: #FFF;
  padding: 1em 0;
}
footer#main-footer nav ul {
  display: flex;
  gap: 15px;
}
footer#main-footer nav ul li {
  padding: 0;
}
footer#main-footer nav ul li a {
  font-size: 14px;
  font-weight: 400;
  color: #152F4E;
  display: flex;
  align-items: center;
}
footer#main-footer nav ul li a:hover {
  color: #CBA258;
}
footer#main-footer nav ul li a svg {
  margin-right: 4px;
}
.xm-social-media-channels a .xm-svg {
  background: #000;
  color: #FFF;
  border-radius: 50%;
}
.xm-social-media-channels a .xm-svg:hover {
  background: #FFF;
  color: #000;
}
body .xm-hero-simple {
  color: #FFF;
}
body .xm-hero-simple .inner-full .inner-wrapper {
  width: 1400px;
}
body .xm-hero-simple h1,
body .xm-hero-simple h2 {
  font-size: 1.5em;
  color: #FFF;
  font-weight: 200;
  text-transform: uppercase;
}
@media all and (min-width: 768px) {
  body .xm-hero-simple h1,
  body .xm-hero-simple h2 {
    font-size: 2.5em;
  }
}
body .xm-hero-simple .cta.cta-1,
body .xm-hero-simple .cta.cta-2,
body .xm-hero-simple .cta.cta-3 {
  background-color: #000;
  color: #FFF;
  border: 1px solid #000;
  padding: 1em 1.5em;
  outline: none;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  border-radius: 1.5em;
  padding: 0.6em 1.5em;
  font-size: 1em;
  border: 0;
  background: transparent;
  color: #CBA258;
  border: 1px solid #CBA258;
}
body .xm-hero-simple .cta.cta-1.btn-outline-black,
body .xm-hero-simple .cta.cta-2.btn-outline-black,
body .xm-hero-simple .cta.cta-3.btn-outline-black {
  background-color: transparent;
  color: #000;
  border: 1px solid #000;
}
body .xm-hero-simple .cta.cta-1.btn-outline-black:hover,
body .xm-hero-simple .cta.cta-2.btn-outline-black:hover,
body .xm-hero-simple .cta.cta-3.btn-outline-black:hover {
  background: #000;
  color: #FFF;
}
body .xm-hero-simple .cta.cta-1.btn-darkblue,
body .xm-hero-simple .cta.cta-2.btn-darkblue,
body .xm-hero-simple .cta.cta-3.btn-darkblue {
  background: #152F4E;
  color: #FFF;
}
body .xm-hero-simple .cta.cta-1.btn-darkblue:hover,
body .xm-hero-simple .cta.cta-2.btn-darkblue:hover,
body .xm-hero-simple .cta.cta-3.btn-darkblue:hover {
  background: #A4BECD;
}
body .xm-hero-simple .cta.cta-1.btn-outline-darkblue,
body .xm-hero-simple .cta.cta-2.btn-outline-darkblue,
body .xm-hero-simple .cta.cta-3.btn-outline-darkblue {
  background: transparent;
  color: #152F4E;
  border: 1px solid #152F4E;
}
body .xm-hero-simple .cta.cta-1.btn-outline-darkblue:hover,
body .xm-hero-simple .cta.cta-2.btn-outline-darkblue:hover,
body .xm-hero-simple .cta.cta-3.btn-outline-darkblue:hover {
  background: #152F4E;
  color: #FFF;
}
body .xm-hero-simple .cta.cta-1.btn-outline-white,
body .xm-hero-simple .cta.cta-2.btn-outline-white,
body .xm-hero-simple .cta.cta-3.btn-outline-white {
  background: transparent;
  color: #FFF;
  border: 1px solid #FFF;
}
body .xm-hero-simple .cta.cta-1.btn-outline-white:hover,
body .xm-hero-simple .cta.cta-2.btn-outline-white:hover,
body .xm-hero-simple .cta.cta-3.btn-outline-white:hover {
  background: #FFF;
  color: #152F4E;
}
body .xm-hero-simple .cta.cta-1.btn-lightblue,
body .xm-hero-simple .cta.cta-2.btn-lightblue,
body .xm-hero-simple .cta.cta-3.btn-lightblue {
  background: #A4BECD;
  color: #FFF;
}
body .xm-hero-simple .cta.cta-1.btn-lightblue:hover,
body .xm-hero-simple .cta.cta-2.btn-lightblue:hover,
body .xm-hero-simple .cta.cta-3.btn-lightblue:hover {
  background: #83a6bb;
}
body .xm-hero-simple .cta.cta-1.btn-outline-gold,
body .xm-hero-simple .cta.cta-2.btn-outline-gold,
body .xm-hero-simple .cta.cta-3.btn-outline-gold {
  background: transparent;
  color: #CBA258;
  border: 1px solid #CBA258;
}
body .xm-hero-simple .cta.cta-1.btn-outline-gold:hover,
body .xm-hero-simple .cta.cta-2.btn-outline-gold:hover,
body .xm-hero-simple .cta.cta-3.btn-outline-gold:hover {
  background: #CBA258;
  color: #152F4E;
}
body .xm-hero-simple .cta.cta-1.btn-small,
body .xm-hero-simple .cta.cta-2.btn-small,
body .xm-hero-simple .cta.cta-3.btn-small {
  font-size: 14px;
}
body .xm-hero-simple .cta.cta-1:hover,
body .xm-hero-simple .cta.cta-2:hover,
body .xm-hero-simple .cta.cta-3:hover {
  background: #CBA258;
  color: #152F4E;
}
@media all and (max-width: 767px) {
  body .xm-hero-simple .cta.cta-1,
  body .xm-hero-simple .cta.cta-2,
  body .xm-hero-simple .cta.cta-3 {
    margin-bottom: 5px;
  }
}
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 20px;
  border-radius: 10px;
  border-top: none !important;
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 20px;
  outline: none;
}
.woocommerce-message::before,
.woocommerce-info::before,
.woocommerce-error::before {
  display: none !important;
}
.woocommerce-message a.button,
.woocommerce-info a.button,
.woocommerce-error a.button,
.woocommerce-message a.wc-forward,
.woocommerce-info a.wc-forward,
.woocommerce-error a.wc-forward {
  background-color: #000;
  border: 1px solid #000;
  padding: 1em 1.5em;
  outline: none;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  border-radius: 1.5em;
  padding: 0.6em 1.5em;
  font-size: 1em;
  border: 0;
  background: #A4BECD;
  color: #FFF;
  font-size: 13px;
  padding: 0.4em 1.2em;
  white-space: nowrap;
  flex-shrink: 0;
  margin: 0 0 0 auto !important;
  float: none !important;
}
.woocommerce-message a.button.btn-outline-black,
.woocommerce-info a.button.btn-outline-black,
.woocommerce-error a.button.btn-outline-black,
.woocommerce-message a.wc-forward.btn-outline-black,
.woocommerce-info a.wc-forward.btn-outline-black,
.woocommerce-error a.wc-forward.btn-outline-black {
  background-color: transparent;
  color: #000;
  border: 1px solid #000;
}
.woocommerce-message a.button.btn-outline-black:hover,
.woocommerce-info a.button.btn-outline-black:hover,
.woocommerce-error a.button.btn-outline-black:hover,
.woocommerce-message a.wc-forward.btn-outline-black:hover,
.woocommerce-info a.wc-forward.btn-outline-black:hover,
.woocommerce-error a.wc-forward.btn-outline-black:hover {
  background: #000;
  color: #FFF;
}
.woocommerce-message a.button.btn-darkblue,
.woocommerce-info a.button.btn-darkblue,
.woocommerce-error a.button.btn-darkblue,
.woocommerce-message a.wc-forward.btn-darkblue,
.woocommerce-info a.wc-forward.btn-darkblue,
.woocommerce-error a.wc-forward.btn-darkblue {
  background: #152F4E;
  color: #FFF;
}
.woocommerce-message a.button.btn-darkblue:hover,
.woocommerce-info a.button.btn-darkblue:hover,
.woocommerce-error a.button.btn-darkblue:hover,
.woocommerce-message a.wc-forward.btn-darkblue:hover,
.woocommerce-info a.wc-forward.btn-darkblue:hover,
.woocommerce-error a.wc-forward.btn-darkblue:hover {
  background: #A4BECD;
}
.woocommerce-message a.button.btn-outline-darkblue,
.woocommerce-info a.button.btn-outline-darkblue,
.woocommerce-error a.button.btn-outline-darkblue,
.woocommerce-message a.wc-forward.btn-outline-darkblue,
.woocommerce-info a.wc-forward.btn-outline-darkblue,
.woocommerce-error a.wc-forward.btn-outline-darkblue {
  background: transparent;
  color: #152F4E;
  border: 1px solid #152F4E;
}
.woocommerce-message a.button.btn-outline-darkblue:hover,
.woocommerce-info a.button.btn-outline-darkblue:hover,
.woocommerce-error a.button.btn-outline-darkblue:hover,
.woocommerce-message a.wc-forward.btn-outline-darkblue:hover,
.woocommerce-info a.wc-forward.btn-outline-darkblue:hover,
.woocommerce-error a.wc-forward.btn-outline-darkblue:hover {
  background: #152F4E;
  color: #FFF;
}
.woocommerce-message a.button.btn-outline-white,
.woocommerce-info a.button.btn-outline-white,
.woocommerce-error a.button.btn-outline-white,
.woocommerce-message a.wc-forward.btn-outline-white,
.woocommerce-info a.wc-forward.btn-outline-white,
.woocommerce-error a.wc-forward.btn-outline-white {
  background: transparent;
  color: #FFF;
  border: 1px solid #FFF;
}
.woocommerce-message a.button.btn-outline-white:hover,
.woocommerce-info a.button.btn-outline-white:hover,
.woocommerce-error a.button.btn-outline-white:hover,
.woocommerce-message a.wc-forward.btn-outline-white:hover,
.woocommerce-info a.wc-forward.btn-outline-white:hover,
.woocommerce-error a.wc-forward.btn-outline-white:hover {
  background: #FFF;
  color: #152F4E;
}
.woocommerce-message a.button.btn-lightblue,
.woocommerce-info a.button.btn-lightblue,
.woocommerce-error a.button.btn-lightblue,
.woocommerce-message a.wc-forward.btn-lightblue,
.woocommerce-info a.wc-forward.btn-lightblue,
.woocommerce-error a.wc-forward.btn-lightblue {
  background: #A4BECD;
  color: #FFF;
}
.woocommerce-message a.button.btn-lightblue:hover,
.woocommerce-info a.button.btn-lightblue:hover,
.woocommerce-error a.button.btn-lightblue:hover,
.woocommerce-message a.wc-forward.btn-lightblue:hover,
.woocommerce-info a.wc-forward.btn-lightblue:hover,
.woocommerce-error a.wc-forward.btn-lightblue:hover {
  background: #83a6bb;
}
.woocommerce-message a.button.btn-outline-gold,
.woocommerce-info a.button.btn-outline-gold,
.woocommerce-error a.button.btn-outline-gold,
.woocommerce-message a.wc-forward.btn-outline-gold,
.woocommerce-info a.wc-forward.btn-outline-gold,
.woocommerce-error a.wc-forward.btn-outline-gold {
  background: transparent;
  color: #CBA258;
  border: 1px solid #CBA258;
}
.woocommerce-message a.button.btn-outline-gold:hover,
.woocommerce-info a.button.btn-outline-gold:hover,
.woocommerce-error a.button.btn-outline-gold:hover,
.woocommerce-message a.wc-forward.btn-outline-gold:hover,
.woocommerce-info a.wc-forward.btn-outline-gold:hover,
.woocommerce-error a.wc-forward.btn-outline-gold:hover {
  background: #CBA258;
  color: #152F4E;
}
.woocommerce-message a.button.btn-small,
.woocommerce-info a.button.btn-small,
.woocommerce-error a.button.btn-small,
.woocommerce-message a.wc-forward.btn-small,
.woocommerce-info a.wc-forward.btn-small,
.woocommerce-error a.wc-forward.btn-small {
  font-size: 14px;
}
.woocommerce-message a.button:hover,
.woocommerce-info a.button:hover,
.woocommerce-error a.button:hover,
.woocommerce-message a.wc-forward:hover,
.woocommerce-info a.wc-forward:hover,
.woocommerce-error a.wc-forward:hover {
  background: #83a6bb;
}
.woocommerce-message {
  background: #eef5f0;
  color: #152F4E;
  border-left: 4px solid #4caf50;
}
.woocommerce-info {
  background: #eaf2f8;
  color: #152F4E;
  border-left: 4px solid #A4BECD;
}
.woocommerce-error {
  background: #fdf2f2;
  color: #152F4E;
  border-left: 4px solid #e57373;
  flex-direction: column;
  align-items: flex-start;
}
.woocommerce-error li {
  margin: 0;
}
#contact-overlay {
  color: #000;
}
#contact-overlay header h3 {
  font-size: 2em;
}
#contact-overlay .wpcf7-form {
  margin-top: 30px;
}
#contact-overlay .wpcf7-form .wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0;
}
#contact-overlay .wpcf7-form .wpcf7-checkbox .wpcf7-list-item-label {
  display: none;
}
#contact-overlay .wpcf7-form p {
  font-size: 14px;
  margin: 0;
  /*
            [data-name="dataprotect"] .wpcf7-not-valid-tip {
                bottom: auto;
                right: auto;
                width: 160px;
                top: 25px;

                @media all and (max-width: @breakpoint3) {
                    top: 40px;
                }
            }
            */
}
#contact-overlay .wpcf7-form p + p {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  #contact-overlay .wpcf7-form p:nth-of-type(1),
  #contact-overlay .wpcf7-form p:nth-of-type(2),
  #contact-overlay .wpcf7-form p:nth-of-type(3),
  #contact-overlay .wpcf7-form p:nth-of-type(4) {
    display: inline-block;
    width: calc(50% - 10px);
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  #contact-overlay .wpcf7-form p:nth-of-type(1),
  #contact-overlay .wpcf7-form p:nth-of-type(3) {
    float: left;
  }
}
@media screen and (min-width: 768px) {
  #contact-overlay .wpcf7-form p:nth-of-type(2),
  #contact-overlay .wpcf7-form p:nth-of-type(4) {
    float: right;
  }
}
@media screen and (min-width: 768px) {
  #contact-overlay .wpcf7-form p:nth-of-type(5) {
    clear: both;
  }
  #contact-overlay .wpcf7-form p:nth-of-type(5)::after {
    content: "";
    display: table;
    clear: both;
  }
  #contact-overlay .wpcf7-form p:nth-of-type(5) textarea {
    margin-top: 20px;
  }
}
#contact-overlay .wpcf7-form p:last-of-type {
  margin-top: 30px;
  margin-bottom: 30px;
}
#contact-overlay .wpcf7-form p textarea {
  height: 140px;
  resize: none;
}
#contact-overlay .wpcf7-form p input[type="submit"] {
  background-color: #000;
  border: 1px solid #000;
  padding: 1em 1.5em;
  outline: none;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  border-radius: 1.5em;
  padding: 0.6em 1.5em;
  font-size: 1em;
  border: 0;
  background: #152F4E;
  color: #FFF;
  padding: 1em 1.5em !important;
}
#contact-overlay .wpcf7-form p input[type="submit"].btn-outline-black {
  background-color: transparent;
  color: #000;
  border: 1px solid #000;
}
#contact-overlay .wpcf7-form p input[type="submit"].btn-outline-black:hover {
  background: #000;
  color: #FFF;
}
#contact-overlay .wpcf7-form p input[type="submit"].btn-darkblue {
  background: #152F4E;
  color: #FFF;
}
#contact-overlay .wpcf7-form p input[type="submit"].btn-darkblue:hover {
  background: #A4BECD;
}
#contact-overlay .wpcf7-form p input[type="submit"].btn-outline-darkblue {
  background: transparent;
  color: #152F4E;
  border: 1px solid #152F4E;
}
#contact-overlay .wpcf7-form p input[type="submit"].btn-outline-darkblue:hover {
  background: #152F4E;
  color: #FFF;
}
#contact-overlay .wpcf7-form p input[type="submit"].btn-outline-white {
  background: transparent;
  color: #FFF;
  border: 1px solid #FFF;
}
#contact-overlay .wpcf7-form p input[type="submit"].btn-outline-white:hover {
  background: #FFF;
  color: #152F4E;
}
#contact-overlay .wpcf7-form p input[type="submit"].btn-lightblue {
  background: #A4BECD;
  color: #FFF;
}
#contact-overlay .wpcf7-form p input[type="submit"].btn-lightblue:hover {
  background: #83a6bb;
}
#contact-overlay .wpcf7-form p input[type="submit"].btn-outline-gold {
  background: transparent;
  color: #CBA258;
  border: 1px solid #CBA258;
}
#contact-overlay .wpcf7-form p input[type="submit"].btn-outline-gold:hover {
  background: #CBA258;
  color: #152F4E;
}
#contact-overlay .wpcf7-form p input[type="submit"].btn-small {
  font-size: 14px;
}
#contact-overlay .wpcf7-form p input[type="submit"]:hover {
  background: #A4BECD;
}
#contact-overlay .wpcf7-form p input.wpcf7-not-valid {
  border: 1px solid #fd2323 !important;
}
#contact-overlay .wpcf7-form p .wpcf7-not-valid input[type="checkbox"]:before {
  box-shadow: 0 0 0 1px #fd2323;
}
#contact-overlay .wpcf7-form p .wpcf7-not-valid-tip {
  display: none;
  /*
                display: block;
                position: absolute;
                color: red;
                font-size: 1em; 
                bottom: 0;
                top: 0;
                right: 20px;
                //background-color: #000;
                */
}
#contact-overlay .wpcf7-form p .your-message .wpcf7-not-valid-tip {
  bottom: -107px;
}
#contact-overlay .wpcf7-form .wpcf7-form-control-wrap[data-name="dataprotect"] {
  position: relative;
  margin-right: 6px;
}
#contact-overlay .wpcf7-form a {
  text-decoration: underline;
}
