@charset "UTF-8";
/* Globals */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
a {
  color: #bebebe;
}

strong {
  color: #333;
  font-weight: 700;
}

h1 {
  font-family: "aktiv-grotesk", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
}

h2 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 2.8125rem;
  font-family: "aktiv-grotesk", sans-serif;
  font-weight: 900;
  color: #333 !important;
  padding: 0;
  margin-bottom: 40px;
  position: relative;
  z-index: 99;
}

h3 {
  font-size: 100px;
  font-size: 6.25rem;
  line-height: 9.375rem;
  font-family: "aktiv-grotesk", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #E7EAEE;
}

h4 {
  font-family: "aktiv-grotesk", sans-serif;
  font-weight: 400;
  padding: 0;
  margin: 0;
}

h5 {
  font-family: "aktiv-grotesk", sans-serif;
  font-weight: 400;
  padding: 0;
  margin: 0;
}

h6 {
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 3.375rem;
  font-weight: 400;
  text-align: center;
}

body, body p {
  font-family: "aktiv-grotesk", sans-serif;
  font-weight: 400;
  color: #333;
}
a.et_pb_button {
  border: none !important;
  color: #CFA646 !important;
  background-color: transparent !important;
  font-weight: 700;
  padding: 10px 50px 10px 0 !important;
  font-size: 18px;
  line-height: 24px !important;
  border-radius: 0px !important;
  transition: all 0.2s ease;
}
a.et_pb_button::after {
  top: 6px;
}
a.et_pb_button:hover, a.et_pb_button:focus, a.et_pb_button:active {
  color: #1b3545 !important;
  transition: all 0.2s ease;
}

a.et_pb_button.iconHalf {
  padding-left: 50px !important;
}
a.et_pb_button.iconHalf::before {
  content: "";
  background: url("../images/cd.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  left: 31px;
  top: -4px;
  height: 37px;
  width: 37px;
  opacity: 1;
  display: inline-block;
}
a.et_pb_button.iconHalf:hover, a.et_pb_button.iconHalf:focus, a.et_pb_button.iconHalf:active {
  color: #1b3545 !important;
  transition: all 0.2s ease;
}

a.et_pb_button.blue {
  border: 3px solid #1b3545 !important;
  border-radius: 66px !important;
  padding: 15px 60px 15px 40px !important;
}
a.et_pb_button.blue::after {
  top: 12px;
}
a.et_pb_button.blue:hover, a.et_pb_button.blue:focus, a.et_pb_button.blue:active {
  color: #ffffff !important;
  background: #1b3545 !important;
}

/* Helpers */
.grayBG {
  background-color: #f9f9f9;
}

.ds-vertical-align {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.ds-vertical-row {
  display: flex;
  align-items: center;
  height: 100%;
}

#cookie-law-info-again {
  right: 45.9% !important;
}

.breadcrumbs {
  color: #333;
}
.breadcrumbs a {
  color: #333;
}
.breadcrumbs .breadcrumb_last {
  color: #CFA646;
  font-weight: 700;
}

.text-white h2 {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 3.75rem;
  color: #ffffff !important;
  font-weight: 400;
}
.text-white h3 {
  color: #ffffff !important;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 3.75rem;
  font-weight: 700;
  text-transform: inherit;
}
.text-white .et_pb_text p {
  color: #ffffff !important;
  font-size: 14px;
}
.text-white .et_pb_blurb_description {
  color: #ffffff !important;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
}

.text-blue {
  color: #CFA646;
}
.text-blue p {
  color: #CFA646;
}
.text-blue strong {
  color: #CFA646;
}

.shadow-blue span {
  margin-bottom: 40px;
}
.shadow-blue span::after {
  content: "";
  position: absolute;
  background: #CFA646;
  left: 40px;
  top: 40px;
  right: -40px;
  bottom: -40px;
  z-index: -2;
}

.sitemap_by_click5 h2 {
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 3.28125rem;
  color: #333 !important;
}
.sitemap_by_click5 .sub {
  list-style: none;
}
.sitemap_by_click5 .sub li a {
  color: #333;
}

.buttonHalf .et_pb_button_module_wrapper {
  width: 49%;
  display: inline-block;
}

.rightCircleMark::after {
  background: url("../images/rightCircle.png") no-repeat center;
  content: "";
  position: absolute;
  top: inherit;
  right: 0;
  bottom: -40%;
  left: inherit;
  height: 599px;
  width: 300px;
  background-size: contain;
  z-index: 2;
}

.leftCircleMark::after {
  background: url("../images/leftCircle.png") no-repeat center;
  content: "";
  position: absolute;
  top: inherit;
  right: inherit;
  bottom: -80%;
  left: 0;
  height: 843px;
  width: 477px;
  background-size: contain;
  z-index: 2;
}

.leftMark {
  height: 100vh;
}
.leftMark::after {
  background: url("../images/leftMark.svg") no-repeat center;
  content: "";
  position: absolute;
  top: -55%;
  right: inherit;
  bottom: inherit;
  left: 0;
  height: 1400px;
  width: 812px;
  background-size: contain;
  z-index: 9;
}

/* Header */
#top-header {
  display: none;
}

header {
  border: 0;
  box-shadow: none !important;
}
header #et_mobile_nav_menu #mobile_menu {
  border: none;
  padding: 2%;
  background: #ffffff;
}
header #et_mobile_nav_menu #mobile_menu li:last-child a {
  border-bottom: none;
}
header #et_mobile_nav_menu #mobile_menu li a {
  color: #333;
  padding: 10px 3%;
}
header .secundary {
  padding: 15px 0 13px;
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
}
header .secundary ul {
  float: right;
}
header .secundary ul li a {
  color: #1b3545;
  font-size: 14px;
  font-weight: 900;
}
header .secundary ul li a:hover, header .secundary ul li a:focus, header .secundary ul li a:active {
  color: #CFA646;
  opacity: 1;
}
header .secundary ul .current-menu-item a {
  color: #CFA646;
}
header #top-menu-nav {
  border-bottom: 1px solid #d8d8d8;
  float: right;
}
header #top-menu-nav #top-menu li {
  padding-right: 20px;
}
header #top-menu-nav #top-menu li a {
  display: block;
  transform: perspective(1px) translateZ(0);
  position: relative;
  color: #333 !important;
  font-size: 14px;
  font-weight: 400;
}
header #top-menu-nav #top-menu li a::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 10px;
  background: #CFA646;
  height: 3px;
  transition-property: left, right;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
header #top-menu-nav #top-menu li a:hover {
  opacity: 1;
}
header #top-menu-nav #top-menu li a:hover::before {
  left: 0;
  right: 0;
}
header #top-menu-nav #top-menu li a img {
  padding-bottom: 20px;
}
header #top-menu-nav #top-menu .current-menu-item a {
  color: #CFA646 !important;
}

#homepage-hero::after {
  content: "";
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.0001) 0%, #FFFFFF 100%);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 60vh;
  z-index: 0;
}
#homepage-hero .et_pb_fullwidth_header_overlay {
  background: linear-gradient(180deg, rgba(40, 87, 116, 0.5) 0%, rgba(27, 53, 69, 0.0001) 100%);
  mix-blend-mode: multiply;
  z-index: 0;
}
#homepage-hero .et_pb_fullwidth_header_container {
  height: 100%;
}
#homepage-hero .et_pb_fullwidth_header_container .header-content-container {
  align-self: center;
  padding: 0 0 15%;
}
#homepage-hero .et_pb_fullwidth_header_container .header-content-container .header-content {
  float: right;
}
#homepage-hero .et_pb_fullwidth_header_container .header-content-container .header-content h1 {
  font-weight: 700;
  letter-spacing: 8px;
  font-size: 56px;
  font-size: 3.5rem;
  line-height: 5.25rem;
  line-height: 66px;
  color: #ffffff;
  padding: 0;
  margin-bottom: 30px;
  position: relative;
}
#homepage-hero .et_pb_fullwidth_header_container .header-content-container .header-content h1::after {
  content: "";
  position: absolute;
  height: 4px;
  left: 0;
  bottom: -20px;
  width: 70px;
  background-color: #CFA646;
}
#homepage-hero .et_pb_fullwidth_header_container .header-content-container .header-content p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6875rem;
  font-weight: 500;
  margin-bottom: 30px;
  color: #ffffff;
}
#homepage-hero .et_pb_fullwidth_header_container .header-content-container .header-content p strong {
  color: #ffffff;
}
#homepage-hero .et_pb_fullwidth_header_container .header-content-container .header-content p:last-of-type {
  margin-bottom: 0;
}

.intro {
  padding-top: 100px !important;
  background: linear-gradient(180deg, #FFFFFF 50%, #EFF5FB 95.6%);
}
.intro::before {
  background: url("../images/leftSide.svg") no-repeat center;
  content: "";
  position: absolute;
  top: -40px;
  right: inherit;
  bottom: inherit;
  left: 0;
  height: 510px;
  width: 430px;
  background-size: contain;
  z-index: 2;
}
.intro h1 {
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-weight: 700;
  color: #333;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 3.75rem;
  text-transform: uppercase;
}
.intro h1::after {
  content: "";
  position: absolute;
  height: 4px;
  left: 0;
  bottom: 0px;
  width: 70px;
  background-color: #CFA646;
}
.intro h5 {
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-weight: 900;
  color: #E7EAEE;
  letter-spacing: 4px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.intro .et_pb_blurb .et_pb_main_blurb_image {
  width: 70px;
}
.intro .et_pb_blurb .et_pb_blurb_container {
  vertical-align: middle;
  padding-left: 25px;
}
.intro .et_pb_blurb .et_pb_blurb_container h4 {
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-weight: 900;
  color: #333;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6875rem;
}

.headerPages {
  height: 350px;
}
.headerPages h1 {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 3.75rem;
  font-weight: 700;
  color: #ffffff;
  padding: 0;
  letter-spacing: 7px;
}
.headerPages .et_pb_fullwidth_header_overlay {
  background: linear-gradient(180deg, rgba(40, 87, 116, 0.5) 0%, rgba(27, 53, 69, 0.0001) 100%);
  mix-blend-mode: multiply;
}
.headerPages .header-content-container .header-content {
  width: 100% !important;
  padding: 10px 0;
  max-width: 100% !important;
}

.headerBlog .et_pb_fullwidth_header {
  display: flex;
  align-items: flex-end;
}
.headerBlog h1 {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 15px;
}

/* Services */
.home .et_pb_section .et_pb_row {
  display: flex;
  align-items: center;
}
.home .et_pb_section:nth-child(2n+1) .et_pb_row .et_pb_column:first-of-type::before {
  background: url("../images/Oval.svg") no-repeat center;
  content: "";
  position: absolute;
  top: 0;
  right: inherit;
  bottom: inherit;
  left: -100px;
  height: 300px;
  width: 300px;
  background-size: contain;
}
.home .et_pb_section:nth-child(2n) .et_pb_row {
  box-shadow: 0px 0px 70px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 70px 0 70px 80px;
}
.home .et_pb_section:nth-child(2n) .et_pb_row h3 {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 2.34375rem;
}
.home .et_pb_section:nth-child(2n) .et_pb_row .et_pb_column:first-of-type::after {
  background: url("../images/Oval.svg") no-repeat center;
  content: "";
  position: absolute;
  top: 0;
  right: -330px;
  bottom: inherit;
  left: inherit;
  height: 300px;
  width: 300px;
  background-size: contain;
}
.home .et_pb_section .shadowTitle h3 {
  margin: 0 0 -105px 0 !important;
}
.home .rightSideCircle .et_pb_image_wrap img {
  max-width: 130%;
}

.rightShadowCircle {
  position: relative;
}
.rightShadowCircle::after {
  background: url("../images/Oval.svg") no-repeat center;
  content: "";
  position: absolute;
  top: -50px;
  right: -100px;
  bottom: inherit;
  left: inherit;
  height: 300px;
  width: 300px;
  background-size: contain;
}

.leftShadowCircle {
  position: relative;
}
.leftShadowCircle::before {
  background: url("../images/Oval.svg") no-repeat center;
  content: "";
  position: absolute;
  top: -50px;
  right: inherit;
  bottom: inherit;
  left: -100px;
  height: 300px;
  width: 300px;
  background-size: contain;
}

.boxes .box .et_pb_row {
  display: flex;
  align-items: center;
}
.boxes .box:nth-child(2n+1) .et_pb_row {
  box-shadow: 0px 0px 70px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 70px 0 70px 80px;
}
.boxes .box:nth-child(2n+1) .et_pb_row .et_pb_column:first-of-type::after {
  background: url("../images/Oval.svg") no-repeat center;
  content: "";
  position: absolute;
  top: 0;
  right: -330px;
  bottom: inherit;
  left: inherit;
  height: 300px;
  width: 300px;
  background-size: contain;
}
.boxes .box:nth-child(2n) .et_pb_row .et_pb_column:first-of-type::before {
  background: url("../images/Oval.svg") no-repeat center;
  content: "";
  position: absolute;
  top: 0;
  right: inherit;
  bottom: inherit;
  left: -100px;
  height: 300px;
  width: 300px;
  background-size: contain;
}

.boxesTwo .et_pb_row {
  padding-bottom: 80px;
}
.boxesTwo .et_pb_row h2 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.875rem;
}

.box-shadow {
  box-shadow: 0px 0px 70px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  width: 1200px;
  margin: 0 auto 120px;
}
.box-shadow .et_pb_blurb h4 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-family: "aktiv-grotesk", sans-serif;
  font-weight: 900;
  color: #333 !important;
  text-align: center;
}

/* Testimonials */
.testimonial::before {
  background: url("../images/testimonialBG.svg") no-repeat top center;
  background-size: cover;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: -71px;
}
.testimonial h2 {
  color: #ffffff !important;
  text-align: center;
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-weight: 700;
  letter-spacing: 7px;
  text-transform: uppercase;
}
.testimonial a.et_pb_button {
  border: 3px solid #ffffff !important;
  color: #ffffff !important;
  border-radius: 66px !important;
  padding: 15px 60px 15px 40px !important;
  font-weight: 900;
}
.testimonial a.et_pb_button::after {
  top: 12px;
}
.testimonial a.et_pb_button:hover, .testimonial a.et_pb_button:focus, .testimonial a.et_pb_button:active {
  color: #1b3545 !important;
  background: #ffffff !important;
}

.testimonials .wpgb-card .wpgb-block-2 {
  color: #CFA646 !important;
}
.testimonials .wpgb-card h4 {
  color: #CFA646 !important;
}
.testimonials p {
  color: #333 !important;
}

.examples .et_pb_text_inner img {
  filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.2));
}

.features .et_pb_blurb.normal .et_pb_main_blurb_image {
  width: 100%;
}
.features .et_pb_blurb.normal .et_pb_main_blurb_image img {
  width: 100%;
  max-width: 100%;
}
.features .et_pb_blurb.normal .et_pb_blurb_container {
  padding-left: 0px;
}
.features .et_pb_blurb .et_pb_main_blurb_image {
  width: 60px;
}
.features .et_pb_blurb .et_pb_blurb_container {
  padding-left: 30px;
}

/* News && Blog */
.News .wpgb-facet-2 fieldset {
  margin-bottom: 80px !important;
}
.News .wpgb-facet-2 .wpgb-inline-list {
  margin: 0;
}
.News .wpgb-facet-2 .wpgb-inline-list li .wpgb-button {
  padding: 0 25px;
  margin: 0;
  border: none;
  border-radius: 0px;
  border-right: 1px solid #d8d8d8;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
}
.News .wpgb-facet-2 .wpgb-inline-list li .wpgb-button .wpgb-button-label {
  padding: 0;
}
.News .wpgb-facet-2 .wpgb-inline-list li .wpgb-button:focus {
  outline: none;
}
.News .wpgb-facet-2 .wpgb-inline-list li .wpgb-button[aria-pressed=true] {
  background: transparent;
  border-color: #d8d8d8;
  color: #CFA646;
}
.News .wpgb-facet-2 .wpgb-inline-list li .wpgb-button[aria-pressed=true] span {
  font-weight: 900;
}
.News .wpgb-facet-2 .wpgb-inline-list li:first-child .wpgb-button {
  padding-left: 0;
}
.News .wpgb-facet-2 .wpgb-inline-list li:last-child .wpgb-button {
  border: none;
}
.News .wpgb-facet-1 {
  width: 100%;
  text-align: center;
  margin-top: 50px;
}
.News .wpgb-facet-1 li:last-child a, .News .wpgb-facet-1 li:first-child a {
  color: #1b3545 !important;
}
.News .wpgb-facet-1 li a {
  color: #333 !important;
  font-size: 16px !important;
  font-weight: 600;
}
.News .wpgb-facet-1 li a[aria-current=true] {
  color: #1b3545 !important;
}
.News .wpgb-card .wpgb-card-body h3 {
  text-transform: inherit;
  letter-spacing: 0px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.875rem;
}
.News .wpgb-card .wpgb-card-body h3 a:hover {
  color: #1b3545;
}

.single #main-content .container {
  padding-top: 0 !important;
}
.single article h1 {
  font-weight: 900;
  text-transform: inherit;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 2.8125rem;
}

.share {
  padding: 0 !important;
  width: 100%;
  border-top: 1px solid #d8d8d8;
}
.share li {
  color: #CFA646;
  display: inline-block;
  margin-right: 15px;
  padding-top: 40px;
  font-size: 18px;
  font-weight: 900;
}
.share .at-share-btn-elements {
  vertical-align: middle;
  display: inline-block;
  margin-top: -7px;
}
.share .at-share-btn-elements a {
  background-color: #ffffff !important;
}
.share .at-share-btn-elements a .at-icon-wrapper {
  height: 30px !important;
  width: 30px !important;
}
.share .at-share-btn-elements a .at-icon {
  fill: #c3c3c3;
  height: 30px !important;
  width: 30px !important;
}
.share .at-share-btn-elements .at-label {
  display: none;
}

.nav-single {
  background: #3B789C;
  padding: 4% 0 10%;
  margin-bottom: -75px;
}
.nav-single h4 {
  text-align: center;
  color: #ffffff;
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 3.75rem;
  letter-spacing: 5px;
  font-weight: 700;
  margin-bottom: 60px;
  padding: 0;
  text-transform: uppercase;
}
.nav-single ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.nav-single ul li:first-child {
  margin-right: 40px;
}
.nav-single ul li h5 {
  text-transform: inherit;
}
.nav-single ul li h5 a {
  color: #ffffff;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-weight: 900;
  text-align: left;
}
.nav-single ul li a {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #ffffff;
}
.nav-single ul li a .meta-nav {
  position: absolute;
  bottom: 5px;
  left: 0;
}
.nav-single ul li img {
  max-width: inherit;
}
.nav-single ul .relative {
  position: relative;
}
.nav-single .nav-previous {
  width: 45%;
  padding-left: 10%;
  position: relative;
}
.nav-single .nav-previous > a {
  position: absolute;
  left: 15%;
  top: 40px;
}
.nav-single .nav-previous .previous {
  content: url("../images/leftArrow.svg");
  width: 22px;
  height: 60px;
}
.nav-single .nav-next {
  width: 45%;
  padding-right: 10%;
  position: relative;
}
.nav-single .nav-next > a {
  position: absolute;
  right: 14%;
  top: 40px;
}
.nav-single .nav-next .next {
  content: url("../images/rightArrow.svg");
  width: 22px;
  height: 60px;
}
.nav-single .nav-next ul {
  justify-content: flex-end;
}
.nav-single .nav-next ul li {
  text-align: right;
}
.nav-single .nav-next ul li a .meta-nav {
  right: 0;
}

/* Products */
.productList {
  list-style: none !important;
  margin: 0;
  padding: 0 !important;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.productList article {
  width: 45%;
  margin-bottom: 40px;
}
.productList article .headerBox {
  display: flex;
  align-items: center;
  justify-content: center;
}
.productList article .headerBox p {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 2.8125rem;
  font-weight: 900;
  margin-bottom: 20px;
  text-align: center;
}
.productList article .thumb {
  min-height: 450px;
  box-shadow: 0px 0px 35px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.productList article .contentBox ul {
  padding: 0 !important;
  list-style: none !important;
}
.productList article .contentBox ul li {
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6875rem;
}
.productList article .contentBox ul li:last-child {
  color: #CFA646;
}
.productList article .contentBox ul li .selectBox {
  border-bottom: 2px solid #d8d8d8;
  padding-bottom: 15px;
  margin-bottom: 20px;
  position: relative;
}
.productList article .contentBox ul li .selectBox::after {
  content: "";
  position: absolute;
  left: 60px;
  top: 10px;
  width: 0.8em;
  height: 0.5em;
  background-color: #CFA646;
  -webkit-clip-path: polygon(100% 0%, 0 0%, 50% 100%);
          clip-path: polygon(100% 0%, 0 0%, 50% 100%);
  z-index: -1;
}
.productList article .contentBox ul li select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  color: #CFA646;
  padding: 0 1em 0 0;
  margin: 0;
  width: 100%;
  font-weight: 900;
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 2.34375rem;
  cursor: pointer;
  line-height: inherit;
  z-index: 1;
  outline: none;
}
.productList article .contentBox ul li select::-ms-expand {
  display: none;
}
.productList article .contentBox ul li span {
  margin-left: 30px;
}
.productList article .contentBox ul li a {
  float: right;
  color: #CFA646;
}
.productList article .contentBox ul li a i {
  margin-right: 10px;
  font-style: normal;
}
.productList article .contentBox ul li a i::before {
  content: "";
  position: relative;
  font-family: "ETmodules";
}
.productList article .contentBox ul li .amount {
  background: #1b3545;
  padding: 3px 15px;
  color: #ffffff;
}

.fourColumns {
  filter: drop-shadow(0px 0px 70px rgba(0, 0, 0, 0.1));
}
.fourColumns .boxSmall {
  width: 24%;
}
.fourColumns .boxSmall .thumb {
  min-height: 270px;
  border-bottom: 8px solid #CFA646;
  margin-bottom: 0;
  box-shadow: none;
  flex-direction: column;
  position: relative;
}
.fourColumns .boxSmall .thumb h6 {
  font-weight: 900;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #333;
  font-family: "aktiv-grotesk-extended", sans-serif;
  text-align: center;
  display: block;
  margin-bottom: 20px;
  padding: 0;
}
.fourColumns .boxSmall .thumb span {
  color: #3B789C;
  font-size: 70px;
  font-size: 4.375rem;
  line-height: 6.5625rem;
  line-height: 80px;
  font-weight: 700;
  display: block;
  margin-bottom: 20px;
}
.fourColumns .boxSmall .thumb .amount {
  background: #1b3545;
  padding: 3px 15px;
  color: #ffffff;
  position: absolute;
  bottom: 0px;
  right: 0px;
  display: none;
  transition: all 0.2 ease;
}
.fourColumns .boxSmall .thumb:hover .amount {
  transition: all 0.2 ease;
  display: block;
}

/* Contact */
.contact .et_pb_blurb {
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
  border-bottom: 10px solid #CFA646;
  background: #ffffff;
  padding: 50px 40px;
  min-height: 256px;
}
.contact .et_pb_blurb .et_pb_blurb_container {
  color: #333;
  padding-left: 30px;
  vertical-align: middle;
}
.contact .et_pb_blurb .et_pb_blurb_container a {
  color: #333;
}

.gform_wrapper {
  margin: 0 !important;
}
.gform_wrapper form .gform_body ul li {
  margin-bottom: 20px;
}
.gform_wrapper form .gform_body ul li:first-child {
  margin-top: 0;
}
.gform_wrapper form .gform_body ul li label {
  font-size: 18px;
  color: #4a4a4a;
  margin-bottom: 15px;
  font-weight: 700;
}
.gform_wrapper form .gform_body ul li .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]) {
  border: 0;
  background-color: transparent;
  border-bottom: 1px solid #d8d8d8;
  letter-spacing: 1px !important;
  color: #333;
  padding: 10px 0px !important;
  margin: 0;
}
.gform_wrapper form .gform_body ul li .ginput_container input::-webkit-input-placeholder {
  color: #bebebe;
  opacity: 0.9;
}
.gform_wrapper form .gform_body ul li .ginput_container input::-moz-placeholder {
  color: #bebebe;
  opacity: 0.9;
}
.gform_wrapper form .gform_body ul li .ginput_container input:-ms-input-placeholder {
  color: #bebebe;
  opacity: 0.9;
}
.gform_wrapper form .gform_body ul li .ginput_container input:-moz-placeholder {
  color: #bebebe;
  opacity: 0.9;
}
.gform_wrapper form .gform_body ul li .ginput_container select {
  border: 0;
  letter-spacing: 1px !important;
  color: #333;
  padding: 10px 25px !important;
  margin-top: 0;
}
.gform_wrapper form .gform_body ul li .ginput_container select::-webkit-input-placeholder {
  color: #bebebe;
  opacity: 0.9;
}
.gform_wrapper form .gform_body ul li .ginput_container select::-moz-placeholder {
  color: #bebebe;
  opacity: 0.9;
}
.gform_wrapper form .gform_body ul li .ginput_container select:-ms-input-placeholder {
  color: #bebebe;
  opacity: 0.9;
}
.gform_wrapper form .gform_body ul li .ginput_container select:-moz-placeholder {
  color: #bebebe;
  opacity: 0.9;
}
.gform_wrapper form .gform_body ul li .ginput_container textarea {
  border: 0;
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
  letter-spacing: 1px;
  color: #333;
  padding: 10px 20px;
}
.gform_wrapper form .gform_body ul li .ginput_container textarea::-webkit-input-placeholder {
  color: #bebebe;
  opacity: 0.9;
}
.gform_wrapper form .gform_body ul li .ginput_container textarea::-moz-placeholder {
  color: #bebebe;
  opacity: 0.9;
}
.gform_wrapper form .gform_body ul li .ginput_container textarea:-ms-input-placeholder {
  color: #bebebe;
  opacity: 0.9;
}
.gform_wrapper form .gform_body ul li .ginput_container textarea:-moz-placeholder {
  color: #bebebe;
  opacity: 0.9;
}
.gform_wrapper form .gform_body ul li .ginput_container_textarea {
  position: relative;
}
.gform_wrapper form .gform_body ul li .ginput_container_textarea::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 7px;
  height: 10px;
  background: #CFA646;
}
.gform_wrapper form .gform_footer {
  margin: 0 !important;
  padding: 0 !important;
  text-align: left;
}
.gform_wrapper form .gform_footer input[type=submit] {
  font-size: 18px;
  background-color: transparent;
  color: #1b3545;
  text-align: left;
  border: none;
  cursor: pointer;
  padding: 20px 0;
  font-weight: 700;
  text-transform: capitalize;
}

/* Footer */
footer {
  background: linear-gradient(180deg, #285774 -8%, #1b3545 100%);
  margin-top: 71px;
  position: relative;
}
footer::before {
  background: url("../images/footerBG@.svg") no-repeat top center;
  background-size: cover;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -71px;
  height: 71px;
  z-index: 9;
}
footer .et_pb_section .et_pb_row {
  display: inherit !important;
  align-items: inherit !important;
}
footer .et_pb_section .et_pb_row .et_pb_column::before, footer .et_pb_section .et_pb_row .et_pb_column::after {
  display: none !important;
}
footer .et_pb_text {
  color: #ffffff;
}
footer .et_pb_text a {
  color: #ffffff;
}
footer .et_pb_text h4 {
  font-weight: 900;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.96875rem;
  color: #CFA646;
  text-transform: capitalize;
  margin: 0;
  padding: 0 0 60px;
}
footer .et_pb_text h6 {
  font-weight: 900;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #ffffff;
  margin: 0;
  padding: 0;
  text-align: left;
}
footer .gform_wrapper {
  margin: 0 !important;
}
footer .gform_wrapper form .gform_body ul li {
  padding-right: 0 !important;
  margin-bottom: 8px;
}
footer .gform_wrapper form .gform_body ul li:first-child {
  margin-top: 0;
}
footer .gform_wrapper form .gform_body ul li .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]) {
  border: 0;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  padding: 15px 20px !important;
  margin: 0;
  font-family: "aktiv-grotesk", sans-serif;
}
footer .gform_wrapper form .gform_body ul li .ginput_container input::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
footer .gform_wrapper form .gform_body ul li .ginput_container input::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
footer .gform_wrapper form .gform_body ul li .ginput_container input:-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
footer .gform_wrapper form .gform_body ul li .ginput_container input:-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
footer .gform_wrapper form .gform_body ul li .ginput_container textarea {
  border: 0;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  padding: 10px 20px;
  font-family: "aktiv-grotesk", sans-serif;
}
footer .gform_wrapper form .gform_body ul li .ginput_container textarea::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
footer .gform_wrapper form .gform_body ul li .ginput_container textarea::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
footer .gform_wrapper form .gform_body ul li .ginput_container textarea:-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
footer .gform_wrapper form .gform_body ul li .ginput_container textarea:-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
footer .gform_wrapper form .gform_body ul li .ginput_container_textarea::after {
  display: none;
}
footer .gform_wrapper form .gform_footer {
  padding: 0;
  margin-top: 10px;
}
footer .gform_wrapper form .gform_footer input[type=submit] {
  font-size: 18px;
  background: #CFA646;
  color: #ffffff;
  cursor: pointer;
  padding: 16px 0;
  font-weight: 900;
  width: 100%;
  text-align: center;
}
footer .et-social-icons {
  float: left;
  width: 100%;
  padding: 0 0 30px;
}
footer .et-social-icons li {
  margin-left: 50px;
}
footer .et-social-icons li:first-child {
  margin-left: 0;
}
footer .et-social-icons li a {
  color: #ffffff;
  width: 47px;
  height: 47px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  line-height: 47px;
}
footer .et-social-icons li a:hover, footer .et-social-icons li a:focus {
  color: #CFA646;
  opacity: 1;
}
footer #footer-bottom {
  background: rgba(0, 0, 0, 0.3);
  padding: 0;
}
footer .bottom-nav {
  display: inline-block;
}
footer .bottom-nav a {
  color: #ffffff;
}
footer .bottom-nav a:hover, footer .bottom-nav a:focus {
  color: #CFA646;
  opacity: 1;
}
footer #footer-info {
  padding: 16px 0 10px;
  text-align: right;
  float: right;
  font-weight: 600;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  color: #ffffff;
}
footer #footer-info > a {
  font-weight: inherit;
  color: #ffffff;
}
footer #footer-info > a:hover, footer #footer-info > a:focus {
  color: #CFA646;
  opacity: 1;
}

/*** Responsive Styles Large Desktop And Above ***/
@media all and (min-width: 1405px) {
  #homepage-hero .et_pb_fullwidth_header_container .header-content-container .header-content h1 {
    font-size: 62px;
    font-size: 3.875rem;
    line-height: 5.8125rem;
    line-height: 72px;
  }
  #homepage-hero .et_pb_fullwidth_header_container .header-content-container .header-content p {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media all and (min-width: 1605px) {
  body, body p {
    font-size: 16px;
  }
  body p {
    line-height: 26px;
  }
  body ul li {
    font-size: 16px;
  }

  header .secundary ul {
    padding-right: 5px;
  }
  header .secundary ul li a {
    font-size: 16px;
  }
  header #et-top-navigation #top-menu li {
    padding-right: 40px;
  }
  header #et-top-navigation #top-menu li:last-child {
    padding-right: 0;
  }
  header #et-top-navigation #top-menu li a {
    font-size: 16px;
  }

  #homepage-hero .et_pb_fullwidth_header_container .header-content-container {
    padding: 0 0 20%;
  }
  #homepage-hero .et_pb_fullwidth_header_container .header-content-container .header-content h1 {
    letter-spacing: 13px;
    font-size: 70px;
    font-size: 4.375rem;
    line-height: 6.5625rem;
    line-height: 80px;
    margin-bottom: 50px;
  }
  #homepage-hero .et_pb_fullwidth_header_container .header-content-container .header-content p {
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 2.15625rem;
  }

  .home .et_pb_section .shadowTitle h3 {
    font-size: 120px;
    font-size: 7.5rem;
    line-height: 11.25rem;
    margin: 0 0 -120px 0 !important;
  }

  .intro .et_pb_blurb .et_pb_main_blurb_image {
    width: 73px;
  }
  .intro .et_pb_blurb .et_pb_blurb_container h4 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.875rem;
  }

  .nav-single h4 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 3.75rem;
  }
  .nav-single .nav-previous {
    width: 40%;
  }
  .nav-single .nav-next {
    width: 40%;
  }

  .text-white .et_pb_text p {
    font-size: 18px;
  }

  footer .et_pb_text h4 {
    padding-bottom: 80px;
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 2.15625rem;
  }
  footer .et_pb_text h6 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.6875rem;
  }
  footer .et-social-icons {
    padding: 0 0 40px;
  }
}
@media (max-width: 1750px) {
  header #et-top-navigation {
    padding-left: 0 !important;
  }
  header #logo {
    height: 48% !important;
  }
}
@media (max-width: 1370px) {
  header #logo {
    height: 35% !important;
  }
  header #et-top-navigation #top-menu-nav #top-menu li a {
    padding-bottom: 20px !important;
  }
  header .secundary {
    padding: 10px 0 8px;
  }
}
@media (max-width: 1300px) {
  header #top-menu-nav #top-menu li {
    padding-right: 15px;
  }

  .nav-single h4 {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 3.1875rem;
  }
  .nav-single ul li:first-child {
    margin-right: 20px;
  }
  .nav-single ul li h5 a {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.6875rem;
  }
  .nav-single ul li a {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.3125rem;
  }
}
@media (max-width: 1100px) {
  .et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container {
    padding-top: 80px !important;
  }

  header #logo {
    height: 50% !important;
  }
  header .secundary {
    display: none;
  }
  header #et_mobile_nav_menu {
    display: block;
  }
  header #et_mobile_nav_menu #mobile_menu {
    border: none;
    padding: 2%;
    background: #ffffff;
  }
  header #et_mobile_nav_menu #mobile_menu li a {
    text-align: left;
  }
  header #et_mobile_nav_menu #mobile_menu li a img {
    display: inline-block;
    padding-bottom: 0;
    margin-right: 30px !important;
    min-width: 50px;
  }
  header #et_mobile_nav_menu #mobile_menu li a span {
    display: inline-block;
  }
  header #et-top-navigation #top-menu-nav {
    display: none;
  }
  header #et-top-navigation .mobile_menu_bar_toggle::before {
    color: #333;
  }

  #homepage-hero .et_pb_fullwidth_header_container .header-content-container .header-content h1 {
    letter-spacing: 5px;
  }

  .home .et_pb_section:nth-child(2n+1) .et_pb_row h3 {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 2.34375rem;
  }
  .home .et_pb_section .shadowTitle h3 {
    margin: 0 !important;
  }

  .nav-single {
    padding-bottom: 15%;
  }
  .nav-single .nav-previous {
    width: 45%;
  }
  .nav-single .nav-previous > a {
    left: 10%;
  }
  .nav-single .nav-next {
    width: 45%;
  }
  .nav-single .nav-next > a {
    right: 11%;
  }

  .testimonial::before {
    bottom: -35px;
  }

  footer {
    margin-top: 40px;
  }
  footer::before {
    height: 40px;
    top: -40px;
  }
}
@media (max-width: 980px) {
  h2 {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 2.4375rem;
  }

  .ds-vertical-row {
    flex-direction: column;
  }

  #homepage-hero .et_pb_fullwidth_header_container .header-content-container .header-content h1 {
    font-size: 58px;
    font-size: 3.625rem;
    line-height: 5.4375rem;
    letter-spacing: 0px;
  }

  .headerPages {
    height: 350px;
  }
  .headerPages .shadowTitle {
    margin: 0 0 -65px 0 !important;
  }
  .headerPages .shadowTitle h1 {
    font-size: 90px;
  }

  .home .et_pb_section:nth-child(2n+1) .et_pb_row .et_pb_column:first-of-type::before {
    width: 260px;
    height: 260px;
    left: -50px;
  }
  .home .et_pb_section:nth-child(2n) .et_pb_row .et_pb_column:first-of-type::after {
    width: 260px;
    height: 260px;
    right: -320px;
  }
  .home .rightSideCircle .et_pb_image_wrap img {
    max-width: 110%;
  }

  .rightShadowCircle::after {
    width: 260px;
    height: 260px;
    right: -50px;
  }

  .leftShadowCircle::before {
    width: 260px;
    height: 260px;
    left: -50px;
  }

  .nav-single ul li a .meta-nav {
    position: relative;
  }
  .nav-single ul li img {
    height: 120px;
  }
  .nav-single .nav-next > a {
    right: 10%;
  }

  .contact .et_pb_blurb {
    min-height: inherit;
  }

  footer .information .et_pb_row .et_pb_column_3_5 {
    width: 70%;
  }
  footer .information .et_pb_row .et_pb_column_2_5 {
    width: 30%;
  }
}
@media all and (max-width: 767px) {
  h3 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 2.0625rem;
  }

  .home .et_pb_section:nth-child(2n+1) .et_pb_row h3 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 2.0625rem;
  }

  header .container .logo_container {
    height: 80px;
  }

  #homepage-hero .et_pb_fullwidth_header_container .header-content-container .header-content h1 {
    font-size: 48px;
    font-size: 3rem;
    line-height: 4.5rem;
    margin-bottom: 20px;
  }
  #homepage-hero .et_pb_fullwidth_header_container .header-content-container .header-content p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 20px;
  }

  .home .et_pb_section .et_pb_row {
    display: inherit !important;
  }
  .home .et_pb_section:nth-child(2n+1) .et_pb_row .et_pb_column:first-of-type::before {
    left: -20px;
    top: -50px;
  }
  .home .et_pb_section:nth-child(2n) .et_pb_row {
    padding: 30px 35px 0px 35px;
  }
  .home .et_pb_section:nth-child(2n) .et_pb_row .et_pb_column:first-of-type::after {
    width: 260px;
    height: 260px;
    right: -55px;
    top: inherit;
    bottom: -180px;
  }
  .home .rightSideCircle .et_pb_image_wrap img {
    max-width: 100%;
  }

  .rightShadowCircle::after {
    width: 210px;
    height: 210px;
    right: -20px;
  }

  .leftShadowCircle::before {
    width: 210px;
    height: 210px;
    left: -20px;
  }

  .testimonial::before {
    bottom: -23px;
  }
  .testimonial h2 {
    letter-spacing: 0;
  }

  .News .wpgb-card .wpgb-card-body h3 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.6875rem;
  }

  .nav-single {
    padding-bottom: 20%;
  }
  .nav-single ul li h5 a {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .nav-single ul li a .meta-nav {
    display: none;
  }
  .nav-single ul li img {
    height: 100px;
  }
  .nav-single .nav-previous > a {
    top: 20px;
    left: 5%;
  }
  .nav-single .nav-next > a {
    top: 20px;
    right: 6%;
  }

  footer {
    margin-top: 22px;
  }
  footer::before {
    height: 22px;
    top: -21px;
  }
  footer .information .et_pb_row .et_pb_column_3_5 {
    width: 60%;
  }
  footer .information .et_pb_row .et_pb_column_2_5 {
    width: 40%;
  }
  footer .gform_wrapper form .gform_footer input[type=submit] {
    padding: 15px 0;
  }
  footer .et_pb_text h4 {
    padding-bottom: 40px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.6875rem;
  }
  footer .et-social-icons {
    padding: 0 0 20px;
  }
  footer #footer-info {
    text-align: center;
  }
}
@media all and (max-width: 599px) {
  h2 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 2.0625rem;
  }

  h3 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.875rem;
  }

  .headerPages h1 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 3rem;
    letter-spacing: 0px;
  }

  .home .et_pb_section:nth-child(2n+1) .et_pb_row h3 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.875rem;
  }

  a.et_pb_button {
    font-size: 16px !important;
  }

  #homepage-hero::after {
    top: 70vh;
  }

  .gform_wrapper form .gform_body ul li label {
    font-size: 16px;
  }

  .nav-single {
    margin-bottom: -30px;
  }
  .nav-single h4 {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 2.4375rem;
  }
  .nav-single ul li h5 {
    display: none;
  }

  .contact .et_pb_blurb {
    padding: 25px 20px;
  }

  footer .information .et_pb_row .et_pb_column_3_5 {
    width: 100%;
  }
  footer .information .et_pb_row .et_pb_column_2_5 {
    width: 100%;
  }
}
@media all and (max-width: 479px) {
  #homepage-hero .et_pb_fullwidth_header_container .header-content-container .header-content h1 {
    font-size: 42px;
    font-size: 2.625rem;
    line-height: 3.9375rem;
    margin-bottom: 10px;
  }
  #homepage-hero .et_pb_fullwidth_header_container .header-content-container .header-content p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 10px;
  }

  .nav-single h4 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 2.0625rem;
  }

  .News .wpgb-card .wpgb-card-body h3 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .News .wpgb-card .wpgb-card-body a {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.3125rem;
  }
}
@media all and (max-width: 399px) {
  .gform_wrapper form .gform_body ul li label {
    font-size: 14px;
  }

  #homepage-hero .et_pb_fullwidth_header_container .header-content-container .header-content h1 {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 3.375rem;
  }
  #homepage-hero .et_pb_fullwidth_header_container .header-content-container .header-content p {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.3125rem;
  }
}
@media all and (max-width: 359px) {
  footer #footer-info {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.125rem;
  }
}