h1, h2, h3, h4, h5, h6, div, span, li, ul, ol, p, main, a {
  font-family: "Inter", "Roboto", sans-serif;
  line-height: 1.5;
  margin: 0;
  color: #000;
}

h1, .h1 {
  font-weight: 900;
  font-size: 32px;
  line-height: 42px;
  color: #004A90;
  letter-spacing: 0.5px;
}
@media (min-width: 768px) {
  h1, .h1 {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  h1, .h1 {
    font-size: 54px;
    line-height: 56px;
  }
}

h2, .h2,
h2 span, .h2 span,
h2 p {
  font-weight: 800;
  font-size: 22px;
  line-height: 26px;
  color: #004A90;
  letter-spacing: 0.5px;
}
@media (min-width: 768px) {
  h2, .h2,
  h2 span, .h2 span,
  h2 p {
    font-size: 22px;
    line-height: 26px;
  }
}
@media (min-width: 1024px) {
  h2, .h2,
  h2 span, .h2 span,
  h2 p {
    font-size: 27px;
    line-height: 35px;
  }
}

h3, .h3,
h3 span, .h3 span {
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  color: #004A90;
  letter-spacing: 0.5px;
}
@media (min-width: 1024px) {
  h3, .h3,
  h3 span, .h3 span {
    font-size: 22px;
    line-height: 26px;
  }
}

h4, .h4,
h4 span, .h4 span {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 0.5px;
}
@media (min-width: 1024px) {
  h4, .h4,
  h4 span, .h4 span {
    font-size: 26px;
    line-height: 33px;
  }
}

h5, .h5,
h5 span, .h5 span {
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0.5px;
}
@media (min-width: 1024px) {
  h5, .h5,
  h5 span, .h5 span {
    font-size: 24px;
    line-height: 30px;
  }
}

h6, .h6,
h6 span, .h6 span {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.5px;
}
@media (min-width: 1024px) {
  h6, .h6,
  h6 span, .h6 span {
    font-size: 22px;
    font-weight: 700;
    line-height: 33px;
  }
}

.h7 {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.5px;
}
@media (min-width: 1024px) {
  .h7 {
    font-size: 20px;
    line-height: 30px;
  }
}

strong {
  font-weight: 500;
}

.body-text,
p,
span,
li,
ul,
li {
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  letter-spacing: 0.5px;
}

.body-sml-text {
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 20px;
  color: #4E4E4E;
}
@media (min-width: 768px) {
  .body-sml-text {
    font-size: 16px;
    line-height: 30px;
  }
}

.body-footer {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.subtitle {
  font-size: 22px;
  font-weight: 400;
  color: #004A90;
}

html {
  margin: 0 !important;
  font-size: 10px;
  scroll-behavior: smooth;
}

.section-gsap {
  overflow: hidden;
  position: relative;
}

html * {
  box-sizing: border-box;
}

.woocommerce-mini-cart__empty-message {
  display: none;
}

body {
  margin: 0;
  background-color: #fff;
  overflow-x: hidden;
}

.content-area {
  background-color: #fff;
  padding-bottom: clamp(20px, 4.05405405vw, 60px);
}

html, body {
  -webkit-text-size-adjust: none;
}

.col-12 {
  width: 100%;
}

.col-6 {
  width: 50%;
}

.break_line {
  height: 42px;
  width: 100%;
  margin: 40px auto;
  background-image: url(../img/breakline.png);
}
.break_line.show {
  display: block;
}

.grid-width {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
}

.section-empty-space {
  padding: clamp(30px, 4.28571429vw, 60px);
}

.header-top {
  background: #182466;
  min-height: 40px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  z-index: 15;
}
.header-top .header-top-wrapper {
  display: flex;
  align-items: center;
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 clamp(20px, 2.7027027vw, 40px);
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 768px) {
  .header-top .header-top-wrapper {
    justify-content: flex-end;
    flex-wrap: nowrap;
  }
}
.header-top .header-top-wrapper a.tel {
  display: none;
}
@media (min-width: 480px) {
  .header-top .header-top-wrapper a.tel {
    display: block;
  }
}
.header-top a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 480px) {
  .header-top a {
    letter-spacing: 0;
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .header-top a {
    font-size: 14px;
    letter-spacing: 0.48px;
  }
}
.header-top a.active {
  color: #D53742;
  font-weight: 500;
}
.header-top a.search-icon {
  display: flex;
  align-items: center;
}
.header-top a.tel {
  line-height: 34px;
}
.header-top .header-cart {
  padding-right: clamp(20px, 2.7027027vw, 40px);
}
.header-top .header-cart .cart-count {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.48px;
}
.header-top .header-top-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 0 10px;
}
@media (min-width: 480px) {
  .header-top .header-top-menu {
    gap: 20px;
    padding: 0 20px 0 clamp(20px, 2.7027027vw, 40px);
  }
}
.header-top .header-top-menu li {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-top .header-top-menu a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
@media (min-width: 480px) {
  .header-top .header-top-menu a {
    letter-spacing: 0;
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .header-top .header-top-menu a {
    font-size: 14px;
    letter-spacing: 0.48px;
  }
}
.header-top .header-top-menu a.active {
  color: #D53742;
  font-weight: 500;
}

header {
  background: #fff;
  color: #fff;
  width: 100%;
  transition: transform 0.6s ease, box-shadow 0.6s ease;
  transform: translateY(0);
  z-index: 12;
  position: relative;
}
header.active {
  height: 100%;
  background: transparent !important;
}
@media (min-width: 1024px) {
  header {
    height: 80px;
  }
}
header .header-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 clamp(20px, 2.7027027vw, 40px);
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
  gap: 30px;
}
header .header-wrapper .mobile-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 8;
  transition: opacity 0.3s ease;
}
header .header-wrapper .mobile-overlay.active {
  display: block;
  opacity: 1;
}
header #logo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}
header #logo img {
  width: 155px;
  height: auto;
  display: block;
}
header #hamburger {
  display: block;
  cursor: pointer;
  width: 30px;
  height: 20px;
  position: relative;
}
header #hamburger span {
  display: block;
  width: 100%;
  height: 3px;
  background: #004A90;
  position: absolute;
  left: 0;
  transition: all 0.3s ease;
}
header #hamburger span:nth-child(1) {
  top: 0;
}
header #hamburger span:nth-child(2) {
  top: 8px;
}
header #hamburger span:nth-child(3) {
  top: 16px;
}
header #hamburger.active span:nth-child(1) {
  transform: rotate(45deg);
  top: 8px;
}
header #hamburger.active span:nth-child(2) {
  opacity: 0;
}
header #hamburger.active span:nth-child(3) {
  transform: rotate(-45deg);
  top: 8px;
}
@media (min-width: 1024px) {
  header #hamburger {
    display: none;
  }
}
header nav {
  display: block;
  position: fixed;
  left: -100%;
  background-color: #fff;
  height: 100vh;
  z-index: 999;
  top: 0;
  width: 80%;
  max-width: 300px;
}
header nav.mobile-menu-wrapper {
  display: block;
  overflow: scroll;
}
header nav.main-menu-wrapper {
  display: none;
}
@media (min-width: 1024px) {
  header nav {
    height: 100%;
    z-index: 9;
    top: 0;
  }
  header nav.mobile-menu-wrapper {
    display: none;
  }
  header nav.main-menu-wrapper {
    display: block;
  }
}
header nav .close-button {
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
header nav .close-button::before, header nav .close-button::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #182466;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s ease;
}
header nav .close-button::after {
  transform: translateY(-50%) rotate(-45deg);
}
@media (min-width: 1024px) {
  header nav .close-button {
    display: none;
  }
}
@media (min-width: 1024px) {
  header nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 69%;
    height: 100%;
    left: 0;
    position: relative;
    max-width: 69%;
    background-color: transparent;
  }
}
header nav ul.menu {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-left: 0;
  min-height: 82px;
  height: 100%;
  padding-top: 50px;
}
@media (min-width: 1024px) {
  header nav ul.menu {
    flex-direction: row;
    padding-top: 0;
  }
}
header nav ul.menu > li {
  list-style: none;
  text-align: center;
  position: relative;
  min-height: 40px;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1024px) {
  header nav ul.menu > li {
    min-height: auto;
    padding: 0;
  }
}
header nav ul.menu > li > a {
  color: #182466;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  transition: color 0.3s ease;
}
header nav ul.menu > li > a:hover {
  color: #D53742;
}
header nav ul.menu > li a.menu-item {
  text-decoration: none;
  padding: 0 8px;
  font-family: "Inter", "Roboto", sans-serif;
  text-transform: uppercase;
  width: 100%;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (min-width: 1024px) {
  header nav ul.menu > li a.menu-item {
    text-align: center;
    justify-content: center;
  }
}
header nav ul.menu > li a.menu-item span {
  color: #182466;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.48px;
  font-size: 16px;
  transition: color 0.3s ease;
}
@media (min-width: 1024px) {
  header nav ul.menu > li a.menu-item span {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
  }
}
@media (min-width: 1280px) {
  header nav ul.menu > li a.menu-item span {
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
  }
}
header nav ul.menu > li a.menu-item span:hover {
  color: #D53742;
}
header nav ul.menu > li.menu-item-has-children {
  position: relative;
  padding-right: 20px;
}
@media (min-width: 1024px) {
  header nav ul.menu > li.menu-item-has-children {
    padding-right: 10px;
  }
}
header nav ul.menu > li.menu-item-has-children::after {
  content: "";
  display: inline-block;
  margin-left: 8px;
  border: solid #D53742;
  border-width: 0 2px 2px 0;
  padding: 4px;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
  right: 10px;
  top: 15px;
  transform-origin: center;
}
@media (min-width: 1024px) {
  header nav ul.menu > li.menu-item-has-children::after {
    right: 0;
    top: 33px;
  }
}
header nav ul.menu > li.menu-item-has-children > .sub-menu {
  display: none;
  opacity: 0;
  position: fixed;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
  z-index: 10;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  justify-content: center;
  gap: 20px;
}
header nav ul.menu > li.menu-item-has-children > .sub-menu > .menu-item {
  list-style-type: none;
  padding: 0;
  width: 200px;
  max-width: 25%;
}
header nav ul.menu > li.menu-item-has-children > .sub-menu > .menu-item a {
  color: #182466;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  transition: color 0.3s ease;
  width: 100%;
  text-align: left;
  display: block;
  position: relative;
}
header nav ul.menu > li.menu-item-has-children > .sub-menu > .menu-item a img {
  display: block;
  width: 100%;
  height: auto;
  padding-left: 0;
}
header nav ul.menu > li.menu-item-has-children > .sub-menu > .menu-item a:hover {
  color: #D53742;
}
header nav ul.menu > li.menu-item-has-children > .sub-menu > .menu-item a:hover span {
  color: #D53742;
}
header nav ul.menu > li.menu-item-has-children > .sub-menu > .menu-item a span {
  color: #182466;
  text-decoration: none;
  font-size: 14px;
  text-align: center;
  font-weight: 600;
  display: block;
  padding-left: 0;
  transition: color 0.3s ease;
  width: 100%;
  padding-top: 10px;
  line-height: 100%;
}
header nav ul.menu > li.menu-item-has-children > .sub-menu > .menu-item > a {
  font-weight: 600;
}
header nav ul.menu > li.menu-item-has-children > .sub-menu > .menu-item.menu-item-has-children .sub-menu {
  padding: 20px 0 0;
}
header nav ul.menu > li.menu-item-has-children > .sub-menu > .menu-item.menu-item-has-children .sub-menu li {
  list-style: none;
  padding: 0;
  width: 100%;
}
header nav ul.menu > li.menu-item-has-children > .sub-menu > .menu-item.menu-item-has-children .sub-menu li a {
  width: 100%;
  text-align: left;
  display: block;
}
header nav ul.menu > li.menu-item-has-children:hover > .sub-menu {
  display: flex;
  opacity: 1;
}
header nav ul.mobile-menu {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-left: 0;
  min-height: 82px;
  height: 100%;
  padding-top: 50px;
}
@media (min-width: 1024px) {
  header nav ul.mobile-menu {
    flex-direction: row;
    padding-top: 0;
  }
}
header nav ul.mobile-menu > li {
  list-style: none;
  text-align: center;
  position: relative;
  padding: 0 20px;
  display: block;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1024px) {
  header nav ul.mobile-menu > li {
    min-height: auto;
    padding: 0;
  }
}
header nav ul.mobile-menu > li > a {
  color: #182466;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  transition: color 0.3s ease;
  text-align: left;
  display: block;
}
header nav ul.mobile-menu > li > a:hover {
  color: #D53742;
}
header nav ul.mobile-menu > li a.menu-item {
  text-decoration: none;
  padding: 0 8px;
  font-family: "Inter", "Roboto", sans-serif;
  text-transform: uppercase;
  width: 100%;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (min-width: 1024px) {
  header nav ul.mobile-menu > li a.menu-item {
    text-align: center;
    justify-content: center;
  }
}
header nav ul.mobile-menu > li a.menu-item span {
  color: #182466;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.48px;
  font-size: 16px;
  transition: color 0.3s ease;
}
@media (min-width: 1024px) {
  header nav ul.mobile-menu > li a.menu-item span {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
  }
}
@media (min-width: 1280px) {
  header nav ul.mobile-menu > li a.menu-item span {
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
  }
}
header nav ul.mobile-menu > li a.menu-item span:hover {
  color: #D53742;
}
header nav ul.mobile-menu > li.menu-item-has-children {
  position: relative;
  padding-right: 20px;
}
@media (min-width: 1024px) {
  header nav ul.mobile-menu > li.menu-item-has-children {
    padding-right: 10px;
  }
}
header nav ul.mobile-menu > li.menu-item-has-children::after {
  content: "";
  display: inline-block;
  margin-left: 8px;
  border: solid #D53742;
  border-width: 0 2px 2px 0;
  padding: 4px;
  transform: rotate(45deg);
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 1;
  right: 19px;
  top: 5px;
  transform-origin: center;
  opacity: 1;
  position: absolute;
}
@media (min-width: 1024px) {
  header nav ul.mobile-menu > li.menu-item-has-children::after {
    right: 0;
    top: 33px;
  }
}
header nav ul.mobile-menu > li.menu-item-has-children.dropdown-open::after {
  transform: rotate(-45deg);
}
header nav ul.mobile-menu > li.menu-item-has-children > a {
  display: block;
}
header nav ul.mobile-menu > li.menu-item-has-children > .sub-menu {
  display: none;
  opacity: 0;
  position: relative;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 20px;
  z-index: 10;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  justify-content: center;
  gap: 20px;
}
header nav ul.mobile-menu > li.menu-item-has-children > .sub-menu > .menu-item {
  list-style-type: none;
  padding: 0 0 10px;
  width: 100%;
}
header nav ul.mobile-menu > li.menu-item-has-children > .sub-menu > .menu-item a {
  color: #182466;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  transition: color 0.3s ease;
  width: 100%;
  text-align: left;
  display: block;
}
header nav ul.mobile-menu > li.menu-item-has-children > .sub-menu > .menu-item a:hover {
  color: #D53742;
}
header nav ul.mobile-menu > li.menu-item-has-children > .sub-menu > .menu-item > a {
  font-weight: 600;
}
header nav ul.mobile-menu > li.menu-item-has-children > .sub-menu > .menu-item > a img {
  display: none;
}
header nav ul.mobile-menu > li.menu-item-has-children > .sub-menu > .menu-item.menu-item-has-children .sub-menu {
  padding: 5px 0 0;
}
header nav ul.mobile-menu > li.menu-item-has-children > .sub-menu > .menu-item.menu-item-has-children .sub-menu li {
  list-style: none;
  padding: 0;
  width: 100%;
}
header nav ul.mobile-menu > li.menu-item-has-children > .sub-menu > .menu-item.menu-item-has-children .sub-menu li a {
  width: 100%;
  text-align: left;
  display: block;
}
header .social {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}
@media (min-width: 1280px) {
  header .social {
    gap: 14px;
  }
}
header .social .btn {
  font-size: 14px;
  padding: 3px 7px;
  min-width: 122px;
}
@media (min-width: 1280px) {
  header .social .btn {
    font-size: 16px;
    min-width: 150px;
  }
}
header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.6s ease, box-shadow 0.6s ease;
  transform: translateY(0);
}
header.sticky.dropdown-hidden {
  transform: translateY(-100%);
}
header.transparent-header {
  background: transparent;
  box-shadow: none;
  transition: background 0.3s ease, box-shadow 0.3s ease;
  position: fixed;
}
header.transparent-header.scrolled {
  background: #182466;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.wc-block-components-button,
.btn,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button {
  display: inline-block;
  padding: 7px 25px;
  border: 2px solid #182466;
  background-color: #fff;
  color: #182466;
  font-family: "Inter", "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 157.5% */
  letter-spacing: 1.92px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  text-decoration: none;
  border-radius: 63px;
  max-width: 260px;
  text-align: center;
}
@media (min-width: 768px) {
  .wc-block-components-button,
  .btn,
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
  a.button,
  :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button,
  :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button {
    font-size: 16px;
    line-height: 25.2px;
  }
}
.wc-block-components-button:hover,
.btn:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,
a.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover {
  background-color: #C2E8F3;
  color: #182466;
}
.wc-block-components-button.btn-primary,
.btn.btn-primary,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.btn-primary,
a.button.btn-primary,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.btn-primary,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.btn-primary {
  background-color: #D53742;
  transition: background-color 0.3s, border-color 0.3s;
}
.wc-block-components-button.btn-primary:not(.no-pointer):hover,
.btn.btn-primary:not(.no-pointer):hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.btn-primary:not(.no-pointer):hover,
a.button.btn-primary:not(.no-pointer):hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.btn-primary:not(.no-pointer):hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.btn-primary:not(.no-pointer):hover {
  background-color: #A3242D;
  border-color: #A3242D;
}
.wc-block-components-button.btn-secondary,
.btn.btn-secondary,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.btn-secondary,
a.button.btn-secondary,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.btn-secondary,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.btn-secondary {
  background-color: transparent;
  transition: background-color 0.3s, color 0.3s;
  border-color: #C2E8F3;
  color: #C2E8F3;
  max-width: 320px;
}
.wc-block-components-button.btn-secondary:hover,
.btn.btn-secondary:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.btn-secondary:hover,
a.button.btn-secondary:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.btn-secondary:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.btn-secondary:hover {
  background-color: #C2E8F3;
  color: #182466;
}
.wc-block-components-button.btn-tertiary,
.btn.btn-tertiary,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.btn-tertiary,
a.button.btn-tertiary,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.btn-tertiary,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.btn-tertiary {
  background-color: #004A90;
}

.btn-link {
  font-family: "Inter", "Roboto", sans-serif;
  background-color: transparent;
  color: #4E4E4E;
  border: none;
  border-bottom: 2px solid #D53742;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-transform: capitalize;
  max-width: none;
  padding: 0 20px 5px 0;
  border-radius: 0;
  text-decoration: none;
  background-image: url(../img/arrow-right-grey.png);
  background-repeat: no-repeat;
  background-position: right;
}
.btn-link.white {
  background-image: url(../img/arrow-right-white.png);
}
@media (min-width: 768px) {
  .btn-link {
    font-size: 20px;
    line-height: 30px;
  }
}

.read-more {
  font-family: "Inter", "Roboto", sans-serif;
  background-color: transparent;
  color: #4E4E4E;
  border: none;
  text-transform: capitalize;
  max-width: none;
  padding: 0 20px 5px 0;
  border-radius: 0;
  text-decoration: none;
  background-image: url(../img/arrow-right-grey.png);
  background-repeat: no-repeat;
  background-position: right;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
}
.read-more.white {
  color: white;
  background-image: url(../img/arrow-right-white.png);
}

.icons-linkedin,
.icons-instagram,
.icons-facebook {
  background-size: contain;
  padding: 0 12px;
  width: 17.6px;
  height: 17.6px;
  color: transparent;
  background-repeat: no-repeat;
  background-position: center;
}

.icons-linkedin {
  background-image: url(../img/icon-linkedin.png);
}

.icons-instagram {
  background-image: url(../img/icon-instagram.png);
}

.icons-facebook {
  background-image: url(../img/icon-facebook.png);
}

.block-icons {
  padding-bottom: 20px;
}
.block-icons .icons-container .icons-wrapper {
  padding: clamp(20px, 2.7027027vw, 40px);
  display: flex;
  justify-content: space-between;
  gap: clamp(20px, 2.7027027vw, 40px);
  flex-direction: column;
}
@media (min-width: 768px) {
  .block-icons .icons-container .icons-wrapper {
    flex-direction: row;
  }
}
.block-icons .icons-container .icons-wrapper .icon {
  width: 100%;
  max-width: none;
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 2.7027027vw, 40px);
  position: relative;
}
@media (min-width: 768px) {
  .block-icons .icons-container .icons-wrapper .icon {
    max-width: 400px;
  }
}
.block-icons .icons-container .icons-wrapper .icon .icon-image-wrapper {
  width: 117px;
  height: 117px;
  border-radius: 100%;
  background-color: #fff;
  position: relative;
}
.block-icons .icons-container .icons-wrapper .icon .icon-image-wrapper .icon-image {
  width: 50px;
  height: 50px;
  display: block;
  background-position: center;
  background-size: contain;
  padding: 10px;
  background-color: #fff;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.block-icons .icons-container .icons-wrapper .icon .h5 {
  font-weight: 300;
  padding-bottom: 30px;
  color: #4E4E4E;
}
.block-icons .icons-container .icons-wrapper .icon .divider {
  height: 2px;
  background-color: #D53742;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.block-icons .icons-container .icons-wrapper .icon.centered {
  align-items: center;
  text-align: center;
}
.block-icons .icons-container .icons-wrapper .icon.centered .icon-image-wrapper {
  border: 1px solid #BCBEC0;
}

.fixed-search-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(10, 20, 40, 0.95);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.fixed-search-bar.active {
  opacity: 1;
  pointer-events: auto;
}
.fixed-search-bar .fixed-search-bar-inner {
  background: #fff;
  padding: clamp(0px, 2.85714286vw, 40px) clamp(0px, 1.71428571vw, 24px);
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
  min-width: 320px;
  max-width: 90vw;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  position: relative;
}
.fixed-search-bar .search-form {
  display: flex;
  gap: 12px;
  align-items: center;
}
.fixed-search-bar .search-field {
  flex: 1;
  padding: 12px 16px;
  font-size: 1.1rem;
  border: 1px solid #ccc;
  border-radius: 6px;
}
.fixed-search-bar .search-submit {
  background: #004A90;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 12px 18px;
  cursor: pointer;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fixed-search-bar .close-fixed-search {
  position: absolute;
  top: 12px;
  right: 12px;
  background: none;
  border: none;
  font-size: 2rem;
  color: #333;
  cursor: pointer;
  line-height: 1;
}

footer {
  background-color: #182466;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
footer .footer-top {
  width: 1480px;
  max-width: 100%;
  margin: 0 auto;
  padding: clamp(20px, 2.7027027vw, 40px);
}
footer .footer-top .social {
  display: flex;
  flex-direction: row;
  gap: 40px;
  justify-content: center;
  align-items: center;
  padding: clamp(20px, 2.7027027vw, 40px);
}
footer .footer-top .social a {
  width: 36px;
  height: 36px;
  display: block;
}
footer .footer-top .footer-subscription .h4 {
  font-weight: 300;
  color: #fff;
  text-align: center;
}
footer .footer-top .footer-subscription .h4 strong {
  font-weight: 700;
}
footer .footer-top .footer-subscription .hs-form-html {
  padding-top: 30px;
}
footer .footer-top .footer-subscription .hs-form-html label {
  display: none;
}
footer .footer-top .footer-subscription .hs-form-html .hsfc-Step__Content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  footer .footer-top .footer-subscription .hs-form-html .hsfc-Step__Content {
    flex-wrap: nowrap;
  }
}
footer .footer-top .footer-subscription .hs-form-html .hsfc-Step__Content .hsfc-Row {
  margin-bottom: 0;
  width: 100%;
  gap: 10px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 480px) {
  footer .footer-top .footer-subscription .hs-form-html .hsfc-Step__Content .hsfc-Row {
    display: grid;
  }
}
@media (min-width: 768px) {
  footer .footer-top .footer-subscription .hs-form-html .hsfc-Step__Content .hsfc-Row {
    width: 100%;
    gap: 20px;
  }
}
@media (min-width: 1024px) {
  footer .footer-top .footer-subscription .hs-form-html .hsfc-Step__Content .hsfc-Row {
    width: 85%;
  }
}
footer .footer-top .footer-subscription .hs-form-html .hsfc-Step__Content .hsfc-NavigationRow {
  margin-top: 0;
  width: 100%;
}
@media (min-width: 1024px) {
  footer .footer-top .footer-subscription .hs-form-html .hsfc-Step__Content .hsfc-NavigationRow {
    width: 15%;
  }
}
footer .footer-top .footer-subscription .hs-form-html .hsfc-Step__Content .hsfc-NavigationRow__Alerts {
  margin-bottom: 0;
}
footer .footer-top .footer-subscription .hs-form-html .hsfc-Step__Content input {
  line-height: 26px !important;
  border-radius: 10px;
}
footer .footer-top .footer-subscription .hs-form-html [data-hsfc-id=RichText] p {
  font-weight: 300;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
footer .footer-top .footer-subscription .hs-form-html .hsfc-NavigationRow__Buttons {
  justify-content: center;
}
footer .footer-top .footer-subscription .hs-form-html .hsfc-NavigationRow__Buttons button {
  width: 100%;
  max-width: 200px;
  height: 50px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  border-radius: 24px;
  cursor: pointer;
  background-color: transparent;
  transition: background-color 0.3s, color 0.3s;
  border-color: #C2E8F3;
  color: #C2E8F3;
  max-width: 320px;
}
footer .footer-top .footer-subscription .hs-form-html .hsfc-NavigationRow__Buttons button:hover {
  background-color: #C2E8F3;
  color: #182466;
}
footer .footer-top .footer-subscription .hs-form-html .hsfc-PostSubmit p, footer .footer-top .footer-subscription .hs-form-html .hsfc-PostSubmit strong, footer .footer-top .footer-subscription .hs-form-html .hsfc-PostSubmit span, footer .footer-top .footer-subscription .hs-form-html .hsfc-PostSubmit div, footer .footer-top .footer-subscription .hs-form-html .hsfc-PostSubmit a {
  color: white;
}
footer .footer-middle {
  display: flex;
  flex-direction: row;
  padding: clamp(20px, 2.7027027vw, 40px);
  width: 1480px;
  margin: 0 auto;
  max-width: 100%;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 1024px) {
  footer .footer-middle {
    gap: 30px;
  }
}
@media (min-width: 1280px) {
  footer .footer-middle {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
footer .footer-middle #logo {
  text-align: center;
  width: 337.5px;
}
footer .footer-middle #logo img {
  width: 200px;
  height: auto;
}
@media (min-width: 768px) {
  footer .footer-middle #logo img {
    width: 100%;
  }
}
footer .footer-bottom {
  width: 1480px;
  max-width: 100%;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (min-width: 480px) {
  footer .footer-bottom {
    gap: 30px;
    padding: 40px;
  }
}
@media (min-width: 1024px) {
  footer .footer-bottom {
    gap: 50px;
  }
}
footer .footer-bottom .item {
  width: calc(50% - 30px);
}
@media (min-width: 1024px) {
  footer .footer-bottom .item {
    width: calc(25% - 40px);
  }
}
footer .footer-bottom .item .h6 {
  font-weight: 400;
  color: #C2E8F3;
  font-weight: 22px;
  padding-bottom: 10px;
}
footer .footer-bottom .item a,
footer .footer-bottom .item p,
footer .footer-bottom .item li {
  font-weight: 300;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}
footer .footer-bottom .item ul {
  padding: 0;
}
footer .footer-bottom .item li {
  list-style: none;
  margin-bottom: 10px;
}
footer .footer-bottom .item.footer-contact a {
  display: block;
  padding-bottom: 10px;
  word-break: break-all;
}
footer .copyright {
  padding: 20px;
  text-align: center;
  font-weight: 300;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

.section-banner {
  height: clamp(300px, 41.66666667vw, 600px);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
}
@media (min-width: 480px) {
  .section-banner {
    height: clamp(450px, 41.66666667vw, 600px);
  }
}
@media (min-width: 768px) {
  .section-banner {
    background-position: center;
  }
}
.section-banner .banner-wrapper {
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 clamp(20px, 2.7027027vw, 40px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.section-banner .banner-wrapper h1 {
  width: 400px;
  max-width: 100%;
  padding-bottom: 10px;
}

.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  opacity: 0.3;
  transition: opacity 0.3s ease;
  border-radius: 20px;
}

.section-category {
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
}
.section-category .section-category-wrapper {
  padding: clamp(40px, 4.28571429vw, 60px) clamp(20px, 2.7027027vw, 40px);
}
.section-category .section-category-wrapper h1 {
  padding-bottom: clamp(60px, 7.14285714vw, 100px);
}
.section-category .tabs {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 768px) {
  .section-category .tabs {
    gap: 0;
    flex-direction: row;
  }
}
.section-category .tabs .tab-titles {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .section-category .tabs .tab-titles {
    width: 200px;
  }
}
.section-category .tabs .tab-titles h2.title {
  content: "Product Type";
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  font-weight: 800;
  font-size: 22px;
  line-height: 26px;
  color: #004A90;
}
@media (min-width: 768px) {
  .section-category .tabs .tab-titles h2.title {
    font-size: 22px;
    line-height: 26px;
  }
}
@media (min-width: 1024px) {
  .section-category .tabs .tab-titles h2.title {
    font-size: 27px;
    line-height: 35px;
  }
}
.section-category .tabs .tab-titles li {
  cursor: pointer;
  font-size: 16px;
  transition: color 0.3s ease;
  padding: 10px;
}
.section-category .tabs .tab-titles li.active {
  background-color: #EDEDED;
  border-radius: 5px 0 0 5px;
}
.section-category .tabs .tab-titles li:hover {
  color: #D53742;
}
.section-category .tabs .tab-contents {
  width: 100%;
}
@media (min-width: 768px) {
  .section-category .tabs .tab-contents {
    width: calc(100% - 200px);
  }
}
.section-category .tabs .tab-contents .tab-content {
  display: none;
  padding: 0;
}
@media (min-width: 768px) {
  .section-category .tabs .tab-contents .tab-content {
    padding: 0 20px;
    border-left: 1px solid #ddd;
  }
}
.section-category .tabs .tab-contents .tab-content.active {
  display: block;
}
.section-category .tabs .tab-contents .tab-content h2 {
  padding-bottom: 20px;
}
.section-category .tabs .tab-contents .tab-content .subcategory-products span {
  text-transform: lowercase;
}
.section-category .tabs .tab-contents .tab-content .brands {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-start;
  width: 100%;
}
.section-category .tabs .tab-contents .tab-content .brands .brand-item {
  width: calc(50% - 10px);
}
@media (min-width: 1024px) {
  .section-category .tabs .tab-contents .tab-content .brands .brand-item {
    width: calc(33% - 20px);
  }
}
.section-category .tabs .tab-contents .tab-content .brands .brand-item .brand-name {
  position: relative;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.section-category .tabs .tab-contents .tab-content .brands .brand-item .brand-name a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-decoration: none;
  width: 100%;
}
.section-category .tabs .tab-contents .tab-content .brands .brand-item .brand-name img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.section-category .tabs .tab-contents .tab-content .brands .brand-item h5 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #004A90;
  padding-top: 20px;
}
.section-category .tabs .tab-contents .tab-content .brands .brand-item .brand-product-types {
  list-style-type: none;
  padding: 0;
}
.section-category .tabs .tab-contents .tab-content .products {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-start;
  width: 100%;
  padding: 20px 0 60px;
}
.section-category .tabs .tab-contents .tab-content .products::before {
  display: none;
}
.section-category .tabs .tab-contents .tab-content .products li {
  width: calc(50% - 10px);
  padding: 0;
  border-radius: 5px;
  text-align: center;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .section-category .tabs .tab-contents .tab-content .products li {
    width: calc(33% - 20px);
  }
}
.section-category .tabs .tab-contents .tab-content .products li a {
  text-decoration: none;
  color: #182466;
  text-align: left;
  font-weight: 400;
}
.section-category .tabs .tab-contents .tab-content .products li a.product-brand {
  font-weight: 900;
}
.section-category .tabs .tab-contents .tab-content .products li img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.section-search-bar {
  padding: clamp(60px, 8.33333333vw, 120px) 0;
  position: relative;
  z-index: 9;
  overflow: visible;
}
.section-search-bar .search-wrapper {
  width: 785px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
.section-search-bar .search-wrapper h2 {
  padding-bottom: 20px;
}
.section-search-bar .search-wrapper .search-bar form.relevanssi-search-form-1,
.section-search-bar .search-wrapper .search-bar form.relevanssi-search-form {
  position: relative;
  width: 600px;
  max-width: 90%;
  margin: 0 auto;
}
.section-search-bar .search-wrapper .search-bar form.relevanssi-search-form-1 input.search-field,
.section-search-bar .search-wrapper .search-bar form.relevanssi-search-form input.search-field {
  width: 100%;
  border-radius: 20px;
  height: 35px;
  padding-left: 30px;
  font-size: 18px;
  border: 2px solid #182466;
}
.section-search-bar .search-wrapper .search-bar form.relevanssi-search-form-1 .relevanssi-live-search-results,
.section-search-bar .search-wrapper .search-bar form.relevanssi-search-form .relevanssi-live-search-results {
  top: 35px !important;
  left: 0 !important;
}
.section-search-bar .search-wrapper .search-bar form.relevanssi-search-form-1 button.search-submit,
.section-search-bar .search-wrapper .search-bar form.relevanssi-search-form button.search-submit {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 2px;
  top: 50%;
  transform: translateY(-50%);
}
.section-search-bar .search-wrapper .search-bar form.relevanssi-search-form-1 button.search-submit .icons-search,
.section-search-bar .search-wrapper .search-bar form.relevanssi-search-form button.search-submit .icons-search {
  width: 18px;
  height: 18px;
  background-image: url("../img/search.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.section-search-bar .search-wrapper .search-bar form.relevanssi-search-form-1 #rlvlive-1 .ajax-results,
.section-search-bar .search-wrapper .search-bar form.relevanssi-search-form-1 #rlvlive .ajax-results,
.section-search-bar .search-wrapper .search-bar form.relevanssi-search-form #rlvlive-1 .ajax-results,
.section-search-bar .search-wrapper .search-bar form.relevanssi-search-form #rlvlive .ajax-results {
  padding-bottom: 30px;
}
.section-search-bar .search-wrapper .search-bar form.relevanssi-search-form-1 #rlvlive-1 .relevanssi-live-search-result-status,
.section-search-bar .search-wrapper .search-bar form.relevanssi-search-form-1 #rlvlive .relevanssi-live-search-result-status,
.section-search-bar .search-wrapper .search-bar form.relevanssi-search-form #rlvlive-1 .relevanssi-live-search-result-status,
.section-search-bar .search-wrapper .search-bar form.relevanssi-search-form #rlvlive .relevanssi-live-search-result-status {
  padding-top: 20px;
}
.section-search-bar .search-wrapper .search-bar form.relevanssi-search-form-1 #rlvlive-1 .relevanssi-live-search-result-status p,
.section-search-bar .search-wrapper .search-bar form.relevanssi-search-form-1 #rlvlive .relevanssi-live-search-result-status p,
.section-search-bar .search-wrapper .search-bar form.relevanssi-search-form #rlvlive-1 .relevanssi-live-search-result-status p,
.section-search-bar .search-wrapper .search-bar form.relevanssi-search-form #rlvlive .relevanssi-live-search-result-status p {
  font-size: 20px;
  font-weight: 600;
  border: none;
  text-align: left;
  padding: 0 1.2rem;
}
.section-search-bar .search-wrapper .search-bar form.relevanssi-search-form-1 #rlvlive-1 .relevanssi-live-search-result,
.section-search-bar .search-wrapper .search-bar form.relevanssi-search-form-1 #rlvlive .relevanssi-live-search-result,
.section-search-bar .search-wrapper .search-bar form.relevanssi-search-form #rlvlive-1 .relevanssi-live-search-result,
.section-search-bar .search-wrapper .search-bar form.relevanssi-search-form #rlvlive .relevanssi-live-search-result {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  padding: 10px 10px 0 10px;
}
.section-search-bar .search-wrapper .search-bar form.relevanssi-search-form-1 #rlvlive-1 .relevanssi-live-search-result .relevanssi-live-search-result-image,
.section-search-bar .search-wrapper .search-bar form.relevanssi-search-form-1 #rlvlive .relevanssi-live-search-result .relevanssi-live-search-result-image,
.section-search-bar .search-wrapper .search-bar form.relevanssi-search-form #rlvlive-1 .relevanssi-live-search-result .relevanssi-live-search-result-image,
.section-search-bar .search-wrapper .search-bar form.relevanssi-search-form #rlvlive .relevanssi-live-search-result .relevanssi-live-search-result-image {
  width: 100px;
  height: 100px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-search-bar .search-wrapper .search-bar form.relevanssi-search-form-1 #rlvlive-1 .relevanssi-live-search-result .relevanssi-live-search-result-image img,
.section-search-bar .search-wrapper .search-bar form.relevanssi-search-form-1 #rlvlive .relevanssi-live-search-result .relevanssi-live-search-result-image img,
.section-search-bar .search-wrapper .search-bar form.relevanssi-search-form #rlvlive-1 .relevanssi-live-search-result .relevanssi-live-search-result-image img,
.section-search-bar .search-wrapper .search-bar form.relevanssi-search-form #rlvlive .relevanssi-live-search-result .relevanssi-live-search-result-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.section-search-bar .search-wrapper .search-bar form.relevanssi-search-form-1 #rlvlive-1 .relevanssi-live-search-result p,
.section-search-bar .search-wrapper .search-bar form.relevanssi-search-form-1 #rlvlive .relevanssi-live-search-result p,
.section-search-bar .search-wrapper .search-bar form.relevanssi-search-form #rlvlive-1 .relevanssi-live-search-result p,
.section-search-bar .search-wrapper .search-bar form.relevanssi-search-form #rlvlive .relevanssi-live-search-result p {
  border-bottom: 0;
  font-size: 16px;
  padding: 0.2rem 1.2rem;
  text-align: left;
}
.section-search-bar .search-wrapper .search-bar form.relevanssi-search-form-1 button.search-submit {
  padding: 12px 8px;
}

.section-descriptions .text-columns-bg-img {
  position: absolute;
  height: 100%;
  width: 100%;
  right: 0;
  top: 0;
  z-index: 0;
  background-position: left center;
  background-size: cover;
}
@media (min-width: 1024px) {
  .section-descriptions .text-columns-bg-img {
    width: 50%;
  }
}
.section-descriptions .banner-wrapper {
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
  padding: 40px 20px;
  min-height: 700px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  height: 100%;
  flex-wrap: wrap;
  gap: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 768px) {
  .section-descriptions .banner-wrapper {
    min-height: 700px;
    gap: 0;
    flex-wrap: nowrap;
  }
}
@media (min-width: 1024px) {
  .section-descriptions .banner-wrapper {
    padding: 100px 150px;
    background-position: left center;
    background-size: cover;
  }
}
.section-descriptions .banner-wrapper .banner-left {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .section-descriptions .banner-wrapper .banner-left {
    padding-right: 20px;
    width: 60%;
  }
}
.section-descriptions .banner-wrapper .banner-left h2 {
  color: #C2E8F3;
}
.section-descriptions .banner-wrapper .banner-left .title_white {
  color: #fff;
}
.section-descriptions .banner-wrapper .banner-left h2,
.section-descriptions .banner-wrapper .banner-left h2 span,
.section-descriptions .banner-wrapper .banner-left .title_white {
  font-weight: 900;
  font-size: 32px;
  line-height: 42px;
  padding-bottom: clamp(5px, 1.42857143vw, 20px);
}
@media (min-width: 768px) {
  .section-descriptions .banner-wrapper .banner-left h2,
  .section-descriptions .banner-wrapper .banner-left h2 span,
  .section-descriptions .banner-wrapper .banner-left .title_white {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .section-descriptions .banner-wrapper .banner-left h2,
  .section-descriptions .banner-wrapper .banner-left h2 span,
  .section-descriptions .banner-wrapper .banner-left .title_white {
    font-size: 54px;
    line-height: 56px;
  }
}
.section-descriptions .banner-wrapper .banner-left p {
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
  color: #fff;
  padding-bottom: 10px;
}
.section-descriptions .banner-wrapper .banner-left .btn {
  margin-top: 20px;
}
.section-descriptions .banner-wrapper .banner-left img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.section-descriptions .banner-wrapper .banner-right {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .section-descriptions .banner-wrapper .banner-right {
    padding-left: 20px;
    width: 40%;
  }
}
.section-descriptions .banner-wrapper .banner-right h2 {
  width: 400px;
  max-width: 100%;
  padding-bottom: 10px;
  font-size: clamp(20px, 2.77777778vw, 40px);
  line-height: clamp(30px, 4.16666667vw, 60px);
  color: #4E4E4E;
}
.section-descriptions .banner-wrapper .banner-right img {
  width: 100%;
  max-width: 400px;
  height: auto;
}
@media (min-width: 768px) {
  .section-descriptions .banner-wrapper .banner-right img {
    max-width: 100%;
  }
}

.section-introduction-fix {
  position: relative;
  padding-bottom: 100px;
}
.section-introduction-fix .text-columns-bg-img {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}
@media (min-width: 1024px) {
  .section-introduction-fix .text-columns-bg-img {
    width: 50%;
  }
}
.section-introduction-fix .section-introduction {
  z-index: 1;
  position: relative;
}
.section-introduction-fix .section-introduction .banner-wrapper {
  position: relative;
  z-index: 9;
  padding: 40px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 1280px) {
  .section-introduction-fix .section-introduction .banner-wrapper {
    background-size: cover;
  }
}
@media (min-width: 1024px) {
  .section-introduction-fix .section-introduction .banner-wrapper {
    padding: 100px 150px;
  }
}
@media (min-width: 768px) {
  .section-introduction-fix .section-introduction .banner-wrapper .banner-left,
  .section-introduction-fix .section-introduction .banner-wrapper .banner-right {
    width: 50%;
  }
}
.section-introduction-fix .section-introduction .description h2 {
  color: #fff;
}
.section-introduction-fix .section-introduction .description h2:first-child {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .section-introduction-fix.background-position-center .text-columns-bg-img {
    display: none;
  }
}
.section-introduction-fix.background-position-center .section-introduction .banner-wrapper {
  background-position: center;
}
@media (min-width: 1024px) {
  .section-introduction-fix.background-position-left .section-introduction .banner-wrapper {
    background-position: right;
    padding: 100px;
  }
}
@media (min-width: 1024px) {
  .section-introduction-fix.background-position-right .text-columns-bg-img {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1024px) {
  .section-introduction-fix.background-position-right .section-introduction .banner-wrapper {
    background-position: left;
    padding: 100px 0 100px 250px;
  }
}
.section-introduction-fix .section-introduction-contact {
  z-index: 0;
  background-color: #C2E8F3;
  height: 200px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  width: 100%;
  bottom: -22px;
}
@media (min-width: 480px) {
  .section-introduction-fix .section-introduction-contact {
    bottom: 0;
  }
}
.section-introduction-fix .section-introduction-contact p {
  font-size: 16px;
  color: #004A90;
  padding-bottom: 40px;
  max-width: 90%;
}
@media (min-width: 480px) {
  .section-introduction-fix .section-introduction-contact p {
    font-size: 24px;
  }
}

.section-contract {
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
  background-color: #C2E8F3;
}
.section-contract .contract-wrapper {
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
  padding: clamp(60px, 8.33333333vw, 120px) clamp(20px, 2.7027027vw, 40px);
  display: flex;
  flex-direction: row;
  justify-content: center;
  height: 100%;
  gap: 50px;
  flex-wrap: wrap;
}
@media (min-width: 480px) {
  .section-contract .contract-wrapper {
    flex-wrap: nowrap;
  }
}
.section-contract .contract-wrapper .banner-left {
  width: 100%;
  max-width: 100%;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}
@media (min-width: 480px) {
  .section-contract .contract-wrapper .banner-left {
    width: 50%;
  }
}
.section-contract .contract-wrapper .banner-left h2 {
  padding-bottom: 30px;
}
.section-contract .contract-wrapper .banner-left p {
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
  padding-bottom: 10px;
}
.section-contract .contract-wrapper .banner-left .btn {
  margin-top: 30px;
  background-color: transparent;
}
.section-contract .contract-wrapper .banner-left .btn:hover {
  background-color: #fff;
}

.section-sub-categories .sub-categories-wrapper {
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
  padding: clamp(60px, 8.33333333vw, 120px) clamp(20px, 2.7027027vw, 40px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.section-sub-categories .sub-categories-wrapper h2 {
  padding-bottom: 40px;
}
.section-sub-categories .sub-categories-wrapper .sub-categories-items .subcategories {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 20px;
  padding: 0;
}
.section-sub-categories .sub-categories-wrapper .sub-categories-items .subcategories li {
  width: calc(50% - 10px);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 10px;
  position: relative;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .section-sub-categories .sub-categories-wrapper .sub-categories-items .subcategories li {
    width: calc(33% - 20px);
  }
}
@media (min-width: 1024px) {
  .section-sub-categories .sub-categories-wrapper .sub-categories-items .subcategories li {
    width: calc(25% - 20px);
  }
}
.section-sub-categories .sub-categories-wrapper .sub-categories-items .subcategories li a.subcategory-link {
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  transform: translate(-50%, -50%);
}
.section-sub-categories .sub-categories-wrapper .sub-categories-items .subcategories li a.subcategory-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.section-sub-categories .sub-categories-wrapper .sub-categories-items .subcategories li a.btn {
  width: 100%;
}

.product-type-header {
  padding: clamp(40px, 4.28571429vw, 60px) clamp(20px, 2.7027027vw, 40px);
  width: 1400px;
  margin: 0 auto;
  max-width: 100%;
}
.product-type-header h1 {
  text-transform: capitalize;
}

.section-product-type {
  width: 1400px;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 clamp(20px, 2.7027027vw, 40px) 30px;
  gap: 30px;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .section-product-type {
    flext-wrap: nowrap;
  }
}
.section-product-type swiper-container.mySwiper swiper-slide {
  background-color: #C2E8F3;
  border-radius: 10px;
}
.section-product-type swiper-container.mySwiper2 {
  padding-top: 30px;
  width: 100%;
}
.section-product-type swiper-container.mySwiper2 swiper-slide {
  cursor: pointer;
  width: 20% !important;
  height: 100%;
  opacity: 0.4;
  margin-right: 0px;
  padding: 10px;
}
.section-product-type swiper-container.mySwiper2 swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.section-product-type swiper-container .swiper-button-prev {
  left: -10px;
}
.section-product-type .product-images-carousel-wrapper,
.section-product-type .section-product-content-wrapper {
  width: 100%;
}
@media (min-width: 768px) {
  .section-product-type .product-images-carousel-wrapper,
  .section-product-type .section-product-content-wrapper {
    width: 50%;
  }
}
.section-product-type .section-product-content-wrapper h2.title {
  padding-bottom: 20px;
}
.section-product-type .section-product-content-wrapper p.description {
  padding-bottom: 20px;
}
.section-product-type .section-product-content-wrapper .body-section {
  padding-top: 20px;
}

.mySwiper2 swiper-slide {
  cursor: pointer;
}

.section-image-columns {
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
  padding: clamp(60px, 8.33333333vw, 120px) clamp(20px, 2.7027027vw, 40px);
  padding-top: 0;
}
.section-image-columns h2 {
  padding-bottom: clamp(30px, 4.28571429vw, 60px);
}
.section-image-columns .columns-grid {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(20px, 2.14285714vw, 30px);
  align-content: center;
  justify-content: space-between;
}
.section-image-columns .columns-grid .column {
  width: calc(50% - 10px);
}
@media (min-width: 768px) {
  .section-image-columns .columns-grid .column {
    width: calc(33% - 20px);
  }
}
.section-image-columns .columns-grid .column img {
  max-width: 100%;
  height: auto;
  border-radius: 60px;
}
.section-image-columns .columns-grid .column.text-on-top {
  position: relative;
}
.section-image-columns .columns-grid .column.text-on-top .column-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.48px;
  width: 100%;
}
@media (min-width: 768px) {
  .section-image-columns .columns-grid .column.text-on-top .column-content {
    font-size: 24px;
  }
}
.section-image-columns .columns-grid .column.text-on-top .column-content a {
  font-size: 14px;
  line-height: 16px;
  width: 100%;
}
@media (min-width: 768px) {
  .section-image-columns .columns-grid .column.text-on-top .column-content a {
    font-size: 16px;
  }
}

.section-brands {
  padding: clamp(40px, 4.28571429vw, 60px) clamp(20px, 2.7027027vw, 40px);
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
}
.section-brands .section-brands-wrapper {
  overflow: hidden;
}
.section-brands h2 {
  padding-bottom: clamp(30px, 4.28571429vw, 60px);
}
.section-brands .swiper-button-prev,
.section-brands .swiper-button-next {
  width: 20px;
  height: 35px;
  top: var(--swiper-navigation-top-offset, 58%);
}
.section-brands .swiper-button-prev::after,
.section-brands .swiper-button-next::after {
  font-size: 20px;
  color: #182466;
}
@media (min-width: 768px) {
  .section-brands .swiper-button-prev::after,
  .section-brands .swiper-button-next::after {
    font-size: 30px;
  }
}
.section-brands a {
  width: 100%;
  display: block;
}
.section-brands img {
  width: 100%;
}

.section-taxonomies {
  overflow: hidden;
}
.section-taxonomies .taxonomies-bg {
  background-image: url("/wp-content/uploads/2025/05/taxonomies-bg.png");
  position: absolute;
  height: 100%;
  width: 100%;
  right: 0;
  top: 0;
  z-index: 0;
  background-size: cover;
  background-position: right center;
}
@media (min-width: 768px) {
  .section-taxonomies .taxonomies-bg {
    width: 50%;
  }
}
.section-taxonomies .section-taxonomies-wrapper {
  padding: clamp(60px, 8.33333333vw, 120px) clamp(20px, 2.7027027vw, 40px);
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  background-image: url("/wp-content/uploads/2025/05/taxonomies-bg.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
}
.section-taxonomies .section-taxonomies-wrapper h2,
.section-taxonomies .section-taxonomies-wrapper h2 span {
  font-weight: 900;
  font-size: 32px;
  line-height: 42px;
  padding-bottom: 30px;
  text-align: center;
  color: #fff;
}
@media (min-width: 768px) {
  .section-taxonomies .section-taxonomies-wrapper h2,
  .section-taxonomies .section-taxonomies-wrapper h2 span {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .section-taxonomies .section-taxonomies-wrapper h2,
  .section-taxonomies .section-taxonomies-wrapper h2 span {
    font-size: 54px;
    line-height: 56px;
  }
}
.section-taxonomies .section-taxonomies-wrapper .swiper-button-prev::after,
.section-taxonomies .section-taxonomies-wrapper .swiper-button-next::after {
  color: #fff;
  font-size: 20px;
}
@media (min-width: 768px) {
  .section-taxonomies .section-taxonomies-wrapper .swiper-button-prev::after,
  .section-taxonomies .section-taxonomies-wrapper .swiper-button-next::after {
    font-size: 44px;
  }
}
.section-taxonomies .section-taxonomies-wrapper .swiper-button-prev {
  left: 10px;
}
@media (min-width: 768px) {
  .section-taxonomies .section-taxonomies-wrapper .swiper-button-prev {
    left: 50px;
  }
}
.section-taxonomies .section-taxonomies-wrapper .swiper-button-next {
  right: 10px;
}
@media (min-width: 768px) {
  .section-taxonomies .section-taxonomies-wrapper .swiper-button-next {
    right: 50px;
  }
}
.section-taxonomies .section-taxonomies-wrapper swiper-container {
  padding-top: 30px;
}
.section-taxonomies .section-taxonomies-wrapper swiper-container swiper-slide p {
  width: 700px !important;
  max-width: 90%;
  margin: 0 auto;
  font-size: 22px;
  color: #fff;
  line-height: 30px;
  text-align: center;
}
.section-taxonomies .section-taxonomies-wrapper swiper-container .swiper-button-next,
.section-taxonomies .section-taxonomies-wrapper swiper-container .swiper-button-prev {
  color: #fff;
  width: 15px;
  height: 36px;
}

.section-text-columns {
  position: relative;
}
.section-text-columns .text-columns-bg-img {
  position: absolute;
  height: 100%;
  width: 50%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}
@media (min-width: 768px) {
  .section-text-columns .text-columns-bg-img {
    width: 50%;
  }
}
.section-text-columns .section-text-columns-wrapper {
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
  padding: clamp(60px, 5.71428571vw, 80px) clamp(20px, 2.7027027vw, 40px);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  z-index: 1;
  display: block;
  position: relative;
}
.section-text-columns.grid-4 .text-columns-bg-img {
  right: 0;
  left: auto;
}
.section-text-columns.grid-4 h2,
.section-text-columns.grid-4 h2 span {
  font-weight: 900;
  font-size: 32px;
  line-height: 42px;
}
@media (min-width: 768px) {
  .section-text-columns.grid-4 h2,
  .section-text-columns.grid-4 h2 span {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .section-text-columns.grid-4 h2,
  .section-text-columns.grid-4 h2 span {
    font-size: 54px;
    line-height: 56px;
  }
}
.section-text-columns.grid-4 .section-text-columns-wrapper {
  padding: 60px 20px;
  background-position: center;
  background-size: cover;
}
@media (min-width: 1024px) {
  .section-text-columns.grid-4 .section-text-columns-wrapper {
    background-position: left;
    background-size: cover;
    padding: 100px 0 100px 200px;
  }
}
.section-text-columns h2 {
  padding-bottom: clamp(30px, 4.28571429vw, 60px);
}
.section-text-columns .download-file {
  text-align: center;
}
.section-text-columns .download-file .btn {
  margin-top: 30px;
  max-width: none;
}
.section-text-columns .columns-grid {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(20px, 2.14285714vw, 30px);
  align-content: center;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .section-text-columns .columns-grid {
    flex-wrap: nowrap;
  }
}
.section-text-columns .columns-grid.grid-3 {
  flex-wrap: wrap;
}
.section-text-columns .columns-grid .column {
  width: 100%;
}
@media (min-width: 480px) {
  .section-text-columns .columns-grid .column {
    width: calc(50% - 15px);
  }
}
@media (min-width: 768px) {
  .section-text-columns .columns-grid .column {
    width: calc(33% - 20px);
  }
}
.section-text-columns .columns-grid .column img {
  max-width: 100%;
  margin: 0 auto;
  height: 180px;
  width: auto;
  border-radius: 60px;
}
.section-text-columns .columns-grid .column h3 {
  padding: 10px 0;
}
@media (min-width: 768px) {
  .section-text-columns .columns-grid .column h3 {
    padding: 20px 0;
  }
}
.section-text-columns .columns-grid .column a.btn {
  margin-top: 30px;
}
.section-text-columns .columns-grid .column p {
  width: 320px;
  max-width: 100%;
  width: 100%;
}
.section-text-columns .columns-grid.grid-4 h2 {
  font-weight: 900;
  font-size: 32px;
  line-height: 42px;
}
@media (min-width: 768px) {
  .section-text-columns .columns-grid.grid-4 h2 {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .section-text-columns .columns-grid.grid-4 h2 {
    font-size: 54px;
    line-height: 56px;
  }
}
.section-text-columns .columns-grid.grid-4 .column {
  width: calc(50% - 15px);
}
@media (min-width: 768px) {
  .section-text-columns .columns-grid.grid-4 .column {
    width: calc(25% - 30px);
  }
}
.section-text-columns .columns-grid.grid-4 .column img {
  height: 112.5px;
  width: auto;
}
.section-text-columns .columns-grid.grid-4 .column h3,
.section-text-columns .columns-grid.grid-4 .column p {
  color: #fff;
}

.section-contact.section-introduction-fix .section-descriptions {
  background-size: cover;
  background-position: left;
}
@media screen and (max-width: 1550px) {
  .section-contact.section-introduction-fix .section-descriptions {
    background-size: cover;
    background-position: center;
  }
}
.section-contact.section-introduction-fix .section-descriptions .text-columns-bg-img {
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  width: 100%;
}
@media (min-width: 1024px) {
  .section-contact.section-introduction-fix .section-descriptions .text-columns-bg-img {
    width: 70%;
    background-position: center;
    background-size: cover;
  }
}
.section-contact.section-introduction-fix .section-descriptions .section-title {
  position: relative;
  z-index: 1;
}
.section-contact.section-introduction-fix .section-descriptions .section-title .title-wrapper {
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
  padding: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .section-contact.section-introduction-fix .section-descriptions .section-title .title-wrapper {
    padding: clamp(60px, 7.14285714vw, 100px) clamp(60px, 7.14285714vw, 100px) clamp(30px, 4.28571429vw, 60px);
  }
}
.section-contact.section-introduction-fix .section-descriptions .section-title h2,
.section-contact.section-introduction-fix .section-descriptions .section-title h2 span {
  color: #fff;
  font-weight: 900;
  font-size: 32px;
  line-height: 42px;
}
@media (min-width: 768px) {
  .section-contact.section-introduction-fix .section-descriptions .section-title h2,
  .section-contact.section-introduction-fix .section-descriptions .section-title h2 span {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .section-contact.section-introduction-fix .section-descriptions .section-title h2,
  .section-contact.section-introduction-fix .section-descriptions .section-title h2 span {
    font-size: 54px;
    line-height: 56px;
  }
}
.section-contact.section-introduction-fix .section-descriptions .contact-content-wrapper {
  background-repeat: no-repeat;
  z-index: 1;
  position: relative;
  background-size: cover;
}
.section-contact.section-introduction-fix .section-descriptions .banner-wrapper {
  padding: 0;
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
  padding: 40px;
}
@media (min-width: 768px) {
  .section-contact.section-introduction-fix .section-descriptions .banner-wrapper {
    padding: clamp(60px, 7.14285714vw, 100px) clamp(60px, 7.14285714vw, 100px) clamp(30px, 4.28571429vw, 60px);
  }
}
.section-contact.section-introduction-fix .section-descriptions .banner-wrapper .banner-left {
  justify-content: flex-start;
  width: 100%;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .section-contact.section-introduction-fix .section-descriptions .banner-wrapper .banner-left {
    width: 33%;
  }
}
.section-contact.section-introduction-fix .section-descriptions .banner-wrapper .banner-left h4 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  color: #182466;
}
@media (min-width: 1024px) {
  .section-contact.section-introduction-fix .section-descriptions .banner-wrapper .banner-left h4 {
    font-size: 27px;
    line-height: 35px;
  }
}
.section-contact.section-introduction-fix .section-descriptions .banner-wrapper .banner-left h4.address-title {
  padding-top: 40px;
  padding-bottom: 20px;
}
@media (min-width: 1024px) {
  .section-contact.section-introduction-fix .section-descriptions .banner-wrapper .banner-left h4.address-title {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}
.section-contact.section-introduction-fix .section-descriptions .banner-wrapper .banner-left p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #182466;
}
@media (min-width: 1024px) {
  .section-contact.section-introduction-fix .section-descriptions .banner-wrapper .banner-left p {
    font-size: 18px;
    line-height: 22px;
  }
}
.section-contact.section-introduction-fix .section-descriptions .banner-wrapper .banner-right {
  width: 100%;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .section-contact.section-introduction-fix .section-descriptions .banner-wrapper .banner-right {
    width: 67%;
  }
}
.section-contact.section-introduction-fix .section-introduction-contact {
  position: relative;
  align-items: center;
}
.section-contact.section-introduction-fix .section-introduction-contact p {
  padding-bottom: 0;
}
.section-contact.section-introduction-fix .hs-form-html [data-hsfc-id=Renderer] .hsfc-TextInput,
.section-contact.section-introduction-fix .hs-form-html [data-hsfc-id=Renderer] .hsfc-PhoneInput__FlagAndCaret,
.section-contact.section-introduction-fix .hs-form-html [data-hsfc-id=Renderer] .hsfc-TextareaInput {
  border: 1px solid #D1D3D5;
}

.hs-form-html form .hsfc-Step__Content {
  padding: 0 !important;
}
.hs-form-html form .hsfc-Step__Content p,
.hs-form-html form .hsfc-Step__Content span,
.hs-form-html form .hsfc-Step__Content div,
.hs-form-html form .hsfc-Step__Content label,
.hs-form-html form .hsfc-Step__Content a {
  color: #182466;
}
.hs-form-html form .hsfc-Step__Content p, .hs-form-html form .hsfc-Step__Content label,
.hs-form-html form .hsfc-Step__Content input, .hs-form-html form .hsfc-Step__Content div, .hs-form-html form .hsfc-Step__Content textarea {
  font-size: 16px !important;
  line-height: 20px !important;
  font-weight: 300 !important;
}
.hs-form-html form button[type=submit] {
  background-color: transparent;
  border: 2px solid #182466;
  color: #182466;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  border-radius: 20px;
  text-transform: uppercase;
  padding: 10px 28px;
}
.hs-form-html form button[type=submit]:hover {
  background-color: #C2E8F3 !important;
  color: #182466 !important;
}

.section-page-title {
  background-image: url("/wp-content/uploads/2025/06/Slanted-box-navy-1.png");
  padding: clamp(30px, 4.28571429vw, 60px) clamp(20px, 2.7027027vw, 40px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
}
.section-page-title .title-wrapper {
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
  padding: clamp(30px, 4.28571429vw, 60px) clamp(20px, 2.7027027vw, 40px);
}
.section-page-title .title-wrapper h1,
.section-page-title .title-wrapper h1 span {
  color: #fff;
  font-weight: 900;
  font-size: 32px;
  line-height: 42px;
}
@media (min-width: 768px) {
  .section-page-title .title-wrapper h1,
  .section-page-title .title-wrapper h1 span {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .section-page-title .title-wrapper h1,
  .section-page-title .title-wrapper h1 span {
    font-size: 54px;
    line-height: 56px;
  }
}
.section-page-title .title-wrapper .subtitle {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .section-page-title .title-wrapper .subtitle {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 1024px) {
  .section-page-title .title-wrapper .subtitle {
    font-size: 22px;
    line-height: 30px;
  }
}

.products-header {
  width: 1400px;
  margin: 0 auto;
  max-width: 100%;
  padding: 30px clamp(20px, 2.7027027vw, 40px) 0;
}

.tax-product_cat ul.products,
.tax-product_tag ul.products,
.tax-product_brand ul.products {
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
  padding: clamp(60px, 8.33333333vw, 120px) clamp(20px, 2.7027027vw, 40px);
}
.tax-product_cat ul.products .product .product-arrow,
.tax-product_cat ul.products .product .button,
.tax-product_tag ul.products .product .product-arrow,
.tax-product_tag ul.products .product .button,
.tax-product_brand ul.products .product .product-arrow,
.tax-product_brand ul.products .product .button {
  display: none !important;
}

.tax-product_tag main {
  padding-bottom: 60px;
}

.woocommerce-message {
  border-top-color: #006FB8;
  font-size: 14px;
}
.woocommerce-message::before {
  color: #006FB8;
}

.product-template-default .content-area {
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
  padding: clamp(30px, 7.14285714vw, 100px) clamp(20px, 2.7027027vw, 40px);
}
.product-template-default .content-area .woocommerce-breadcrumb {
  display: none;
}
.product-template-default .content-area .type-product {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media (min-width: 1024px) {
  .product-template-default .content-area .type-product {
    flex-wrap: nowrap;
  }
}
.product-template-default .content-area .sidebar {
  display: none;
  width: 200px;
}
@media (min-width: 1024px) {
  .product-template-default .content-area .sidebar {
    display: block;
    border-right: 1px solid #C4C4C4;
    padding-right: 30px;
  }
}
.product-template-default .content-area .sidebar .section-search-bar {
  padding: 0 0 30px 0;
}
.product-template-default .content-area .sidebar .section-search-bar .search-wrapper {
  width: 250px;
}
.product-template-default .content-area .sidebar .section-search-bar .search-wrapper .relevanssi-search-form {
  margin: 0;
  width: 100%;
  max-width: 100%;
}
.product-template-default .content-area .sidebar .product-categories,
.product-template-default .content-area .sidebar .product-tags {
  list-style: none;
  padding: 0;
  font-size: 16px;
}
.product-template-default .content-area .sidebar .product-categories a,
.product-template-default .content-area .sidebar .product-tags a {
  text-decoration: none;
  padding: 4px 0;
  display: block;
  font-weight: 800;
  background-image: url(../img/arrow-left.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 7px 7px;
}
.product-template-default .content-area .sidebar .product-categories a:hover,
.product-template-default .content-area .sidebar .product-tags a:hover {
  text-decoration: underline;
  color: #006FB8;
}
.product-template-default .content-area .sidebar .product-tags {
  padding-top: 20px;
}
.product-template-default .content-area .product-content-wrapper {
  width: 100%;
}
@media (min-width: 1024px) {
  .product-template-default .content-area .product-content-wrapper {
    width: calc(100% - 200px);
  }
}
.product-template-default .content-area .product-content-wrapper .sin-product .sin-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media (min-width: 768px) {
  .product-template-default .content-area .product-content-wrapper .sin-product .sin-container {
    flex-wrap: nowrap;
  }
}
.product-template-default .content-area .product-content-wrapper .sin-product .sin-container .sin-content-side {
  width: 100%;
}
@media (min-width: 768px) {
  .product-template-default .content-area .product-content-wrapper .sin-product .sin-container .sin-content-side {
    padding-right: 20px;
    width: calc(50% - 20px);
  }
}
.product-template-default .content-area .product-content-wrapper .sin-product .sin-container .img {
  width: 100%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .product-template-default .content-area .product-content-wrapper .sin-product .sin-container .img {
    width: 50%;
  }
}
.product-template-default .content-area .product-content-wrapper .sin-product .sin-container .img .product-images-carousel-wrapper {
  width: 100%;
}
.product-template-default .content-area .product-content-wrapper .sin-product .sin-container .img .product-images-carousel-wrapper .swiper-container {
  max-width: 100%;
}
.product-template-default .content-area .product-content-wrapper .sin-product .sin-container .img .woocommerce-product-gallery {
  width: 100%;
}
.product-template-default .content-area .product-content-wrapper .sin-product .sin-container .img .woocommerce-product-gallery .flex-control-nav {
  padding-top: 20px;
  display: flex;
}
.product-template-default .content-area .product-content-wrapper .sin-product .sin-container .img .woocommerce-product-gallery .flex-control-nav li {
  padding: 0 10px;
}
.product-template-default .content-area .product-content-wrapper .sin-product .sin-container .sin-content-side h1,
.product-template-default .content-area .product-content-wrapper .sin-product .sin-container .sin-content-side h2.title {
  font-weight: 800;
  font-size: 22px;
  line-height: 26px;
  color: #004A90;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .product-template-default .content-area .product-content-wrapper .sin-product .sin-container .sin-content-side h1,
  .product-template-default .content-area .product-content-wrapper .sin-product .sin-container .sin-content-side h2.title {
    font-size: 22px;
    line-height: 26px;
  }
}
@media (min-width: 1024px) {
  .product-template-default .content-area .product-content-wrapper .sin-product .sin-container .sin-content-side h1,
  .product-template-default .content-area .product-content-wrapper .sin-product .sin-container .sin-content-side h2.title {
    font-size: 27px;
    line-height: 35px;
  }
}
.product-template-default .content-area .product-content-wrapper .sin-product .sin-container .sin-content-side .woocommerce-product-details__short-description {
  padding-bottom: 30px;
}
.product-template-default .content-area .product-content-wrapper .sin-product .sin-container .sin-content-side .variations th.label {
  text-align: left;
  font-size: 16px;
  font-weight: 400;
}
.product-template-default .content-area .product-content-wrapper .sin-product .sin-container .sin-content-side .variations th.label label {
  font-size: 16px;
  font-weight: 400;
}
.product-template-default .content-area .product-content-wrapper .sin-product .sin-container .sin-content-side .variations td.value {
  font-size: 16px;
  font-weight: 400;
}
.product-template-default .content-area .product-content-wrapper .sin-product .sin-container .sin-content-side .variations td.value select {
  padding: 5px;
}
.product-template-default .content-area .product-content-wrapper .sin-product .sin-container .sin-content-side .variations_form .variations {
  margin-bottom: 30px;
}
.product-template-default .content-area .product-content-wrapper .sin-product .sin-container .sin-content-side .single_variation_wrap .woocommerce-variation-add-to-cart .quantity {
  display: none !important;
}
.product-template-default .content-area .product-content-wrapper .sin-product .sin-container .sin-content-side .single_variation_wrap .quantity {
  display: none !important;
}
.product-template-default .content-area .product-content-wrapper .sin-product .sin-container .sin-content-side .product_meta .sku_wrapper,
.product-template-default .content-area .product-content-wrapper .sin-product .sin-container .sin-content-side .product_meta .posted_in,
.product-template-default .content-area .product-content-wrapper .sin-product .sin-container .sin-content-side .product_meta .tagged_as {
  display: block;
  font-size: 14px;
}
.product-template-default .content-area .product-content-wrapper .sin-product .sin-container .sin-content-side .product_meta .sku_wrapper span {
  font-size: 14px;
  font-weight: 600;
}
.product-template-default .content-area .product-content-wrapper .up-sells {
  padding-top: 60px;
}
.product-template-default .content-area .product-content-wrapper .up-sells h2 {
  color: #004A90;
  padding-bottom: 20px;
}
.product-template-default .content-area .product-content-wrapper .up-sells ul.products li.type-product {
  flex-direction: column;
  gap: 0;
}
.product-template-default .content-area .product-content-wrapper .up-sells ul.products li.type-product .product-arrow {
  display: none;
}

.product-tab-anchor {
  display: flex;
  list-style: none;
  padding: 60px 0 0;
}
.product-tab-anchor li {
  list-style: none;
  width: 100%;
}
@media (min-width: 768px) {
  .product-tab-anchor li {
    min-width: 200px;
  }
}
.product-tab-anchor a {
  text-decoration: none;
  padding: 15px 10px;
  text-align: center;
  max-width: 100%;
  border: 1px solid #ccc;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  color: #333;
  display: block;
  font-size: 14px;
}
@media (min-width: 768px) {
  .product-tab-anchor a {
    font-size: 16px;
    padding: 15px;
  }
}
.product-tab-anchor a.active {
  background-color: #ccc;
  color: black;
}

.woocommerce-Tabs-panel {
  display: none;
  border: 1px solid #ccc;
}
.woocommerce-Tabs-panel.active {
  display: block;
}
.woocommerce-Tabs-panel > div {
  padding: clamp(30px, 4.28571429vw, 60px);
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.woocommerce-Tabs-panel > div h2 {
  text-transform: capitalize;
}

.page-template-default .has-no-flexible-content {
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
  padding: clamp(30px, 4.28571429vw, 60px) clamp(20px, 2.7027027vw, 40px);
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.wc-block-formatted-money-amount {
  opacity: 0;
}

.wp-block-woocommerce-cart {
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
.wp-block-woocommerce-cart .wp-block-woocommerce-filled-cart-block {
  display: flex;
  flex-direction: column;
}
.wp-block-woocommerce-cart .wp-block-woocommerce-filled-cart-block .wc-block-cart-items__header-total,
.wp-block-woocommerce-cart .wp-block-woocommerce-filled-cart-block .wc-block-cart-item__total,
.wp-block-woocommerce-cart .wp-block-woocommerce-filled-cart-block .wp-block-woocommerce-cart-order-summary-block {
  display: none;
}
.wp-block-woocommerce-cart .wp-block-woocommerce-filled-cart-block .wp-block-woocommerce-cart-items-block {
  width: 100%;
}
.wp-block-woocommerce-cart .wp-block-woocommerce-filled-cart-block .wp-block-woocommerce-cart-items-block th.wc-block-cart-items__header-image span,
.wp-block-woocommerce-cart .wp-block-woocommerce-filled-cart-block .wp-block-woocommerce-cart-items-block th.wc-block-cart-items__header-image {
  font-weight: 800;
  font-size: 22px;
  line-height: 26px;
  color: #004A90;
}
@media (min-width: 768px) {
  .wp-block-woocommerce-cart .wp-block-woocommerce-filled-cart-block .wp-block-woocommerce-cart-items-block th.wc-block-cart-items__header-image span,
  .wp-block-woocommerce-cart .wp-block-woocommerce-filled-cart-block .wp-block-woocommerce-cart-items-block th.wc-block-cart-items__header-image {
    font-size: 22px;
    line-height: 26px;
  }
}
@media (min-width: 1024px) {
  .wp-block-woocommerce-cart .wp-block-woocommerce-filled-cart-block .wp-block-woocommerce-cart-items-block th.wc-block-cart-items__header-image span,
  .wp-block-woocommerce-cart .wp-block-woocommerce-filled-cart-block .wp-block-woocommerce-cart-items-block th.wc-block-cart-items__header-image {
    font-size: 27px;
    line-height: 35px;
  }
}
.wp-block-woocommerce-cart .wp-block-woocommerce-filled-cart-block .wp-block-woocommerce-cart-items-block .wc-block-cart-item__wrap .wc-block-components-product-name {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #006FB8;
}
@media (min-width: 768px) {
  .wp-block-woocommerce-cart .wp-block-woocommerce-filled-cart-block .wp-block-woocommerce-cart-items-block .wc-block-cart-item__wrap .wc-block-components-product-name {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 1024px) {
  .wp-block-woocommerce-cart .wp-block-woocommerce-filled-cart-block .wp-block-woocommerce-cart-items-block .wc-block-cart-item__wrap .wc-block-components-product-name {
    font-size: 18px;
    line-height: 24px;
  }
}
.wp-block-woocommerce-cart .wp-block-woocommerce-filled-cart-block .wp-block-woocommerce-cart-items-block .wc-block-cart-item__wrap .wc-block-cart-item__remove-link {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #006FB8;
}
@media (min-width: 768px) {
  .wp-block-woocommerce-cart .wp-block-woocommerce-filled-cart-block .wp-block-woocommerce-cart-items-block .wc-block-cart-item__wrap .wc-block-cart-item__remove-link {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 1024px) {
  .wp-block-woocommerce-cart .wp-block-woocommerce-filled-cart-block .wp-block-woocommerce-cart-items-block .wc-block-cart-item__wrap .wc-block-cart-item__remove-link {
    font-size: 18px;
    line-height: 24px;
  }
}
.wp-block-woocommerce-cart .wp-block-woocommerce-filled-cart-block .wc-block-cart-item__quantity .wc-block-components-quantity-selector {
  display: none;
}
.wp-block-woocommerce-cart .wp-block-woocommerce-filled-cart-block .wp-block-woocommerce-cart-totals-block {
  display: flex;
  flex-direction: column;
}
.wp-block-woocommerce-cart .wp-block-woocommerce-filled-cart-block .wp-block-woocommerce-cart-totals-block .wc-block-components-button {
  width: 300px;
  max-width: none;
}
.wp-block-woocommerce-cart .wp-block-woocommerce-filled-cart-block .wp-block-woocommerce-cart-totals-block .wc-block-components-button__text {
  font-weight: 400;
}

.wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-cart-items-block .wc-block-components-product-name {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #006FB8;
}
@media (min-width: 768px) {
  .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-cart-items-block .wc-block-components-product-name {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 1024px) {
  .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-cart-items-block .wc-block-components-product-name {
    font-size: 18px;
    line-height: 24px;
  }
}

.woocommerce-shop ul.products {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: clamp(30px, 7.14285714vw, 100px) clamp(20px, 2.7027027vw, 40px);
}

.woocommerce-checkout #payment-method {
  display: none;
}

.error404 .widget_shopping_cart_content,
.search-no-results .widget_shopping_cart_content,
.page .widget_shopping_cart_content,
.search-results .widget_shopping_cart_content,
.woocommerce-cart .widget_shopping_cart_content,
.woocommerce .widget_shopping_cart_content {
  position: fixed;
  top: 0;
  right: -100%;
  width: 300px;
  height: 100%;
  background: #fff;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
  transition: right 0.3s ease-in-out;
  z-index: 1000;
  padding: 20px;
}
.error404 .widget_shopping_cart_content::before,
.search-no-results .widget_shopping_cart_content::before,
.page .widget_shopping_cart_content::before,
.search-results .widget_shopping_cart_content::before,
.woocommerce-cart .widget_shopping_cart_content::before,
.woocommerce .widget_shopping_cart_content::before {
  content: "Your Quote";
  position: relative;
  padding-bottom: 10px;
  color: #182466;
  font-size: 20px;
  font-weight: 700;
  display: block;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
.error404 .widget_shopping_cart_content .woocommerce-mini-cart,
.search-no-results .widget_shopping_cart_content .woocommerce-mini-cart,
.page .widget_shopping_cart_content .woocommerce-mini-cart,
.search-results .widget_shopping_cart_content .woocommerce-mini-cart,
.woocommerce-cart .widget_shopping_cart_content .woocommerce-mini-cart,
.woocommerce .widget_shopping_cart_content .woocommerce-mini-cart {
  overflow-y: auto;
  list-style: none;
  padding: 0;
  margin: 0;
}
.error404 .widget_shopping_cart_content .woocommerce-mini-cart li.mini_cart_item,
.search-no-results .widget_shopping_cart_content .woocommerce-mini-cart li.mini_cart_item,
.page .widget_shopping_cart_content .woocommerce-mini-cart li.mini_cart_item,
.search-results .widget_shopping_cart_content .woocommerce-mini-cart li.mini_cart_item,
.woocommerce-cart .widget_shopping_cart_content .woocommerce-mini-cart li.mini_cart_item,
.woocommerce .widget_shopping_cart_content .woocommerce-mini-cart li.mini_cart_item {
  position: relative;
  padding: 20px 0;
  margin: 0;
  list-style: none;
}
.error404 .widget_shopping_cart_content .woocommerce-mini-cart li.mini_cart_item::before,
.search-no-results .widget_shopping_cart_content .woocommerce-mini-cart li.mini_cart_item::before,
.page .widget_shopping_cart_content .woocommerce-mini-cart li.mini_cart_item::before,
.search-results .widget_shopping_cart_content .woocommerce-mini-cart li.mini_cart_item::before,
.woocommerce-cart .widget_shopping_cart_content .woocommerce-mini-cart li.mini_cart_item::before,
.woocommerce .widget_shopping_cart_content .woocommerce-mini-cart li.mini_cart_item::before {
  content: " ";
  display: table;
}
.error404 .widget_shopping_cart_content .woocommerce-mini-cart li.mini_cart_item a,
.search-no-results .widget_shopping_cart_content .woocommerce-mini-cart li.mini_cart_item a,
.page .widget_shopping_cart_content .woocommerce-mini-cart li.mini_cart_item a,
.search-results .widget_shopping_cart_content .woocommerce-mini-cart li.mini_cart_item a,
.woocommerce-cart .widget_shopping_cart_content .woocommerce-mini-cart li.mini_cart_item a,
.woocommerce .widget_shopping_cart_content .woocommerce-mini-cart li.mini_cart_item a {
  color: #182466;
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}
.error404 .widget_shopping_cart_content .woocommerce-mini-cart li.mini_cart_item a:hover,
.search-no-results .widget_shopping_cart_content .woocommerce-mini-cart li.mini_cart_item a:hover,
.page .widget_shopping_cart_content .woocommerce-mini-cart li.mini_cart_item a:hover,
.search-results .widget_shopping_cart_content .woocommerce-mini-cart li.mini_cart_item a:hover,
.woocommerce-cart .widget_shopping_cart_content .woocommerce-mini-cart li.mini_cart_item a:hover,
.woocommerce .widget_shopping_cart_content .woocommerce-mini-cart li.mini_cart_item a:hover {
  text-decoration: underline;
  color: #004A90;
}
.error404 .widget_shopping_cart_content .woocommerce-mini-cart li.mini_cart_item a img,
.search-no-results .widget_shopping_cart_content .woocommerce-mini-cart li.mini_cart_item a img,
.page .widget_shopping_cart_content .woocommerce-mini-cart li.mini_cart_item a img,
.search-results .widget_shopping_cart_content .woocommerce-mini-cart li.mini_cart_item a img,
.woocommerce-cart .widget_shopping_cart_content .woocommerce-mini-cart li.mini_cart_item a img,
.woocommerce .widget_shopping_cart_content .woocommerce-mini-cart li.mini_cart_item a img {
  width: 70px;
  max-width: 30%;
  float: right;
  margin-left: 4px;
  height: auto;
  box-shadow: none;
}
.error404 .widget_shopping_cart_content .woocommerce-mini-cart li.mini_cart_item .quantity,
.search-no-results .widget_shopping_cart_content .woocommerce-mini-cart li.mini_cart_item .quantity,
.page .widget_shopping_cart_content .woocommerce-mini-cart li.mini_cart_item .quantity,
.search-results .widget_shopping_cart_content .woocommerce-mini-cart li.mini_cart_item .quantity,
.woocommerce-cart .widget_shopping_cart_content .woocommerce-mini-cart li.mini_cart_item .quantity,
.woocommerce .widget_shopping_cart_content .woocommerce-mini-cart li.mini_cart_item .quantity {
  margin-left: 10px;
  color: #182466;
}
.error404 .widget_shopping_cart_content .woocommerce-mini-cart li.mini_cart_item .remove,
.search-no-results .widget_shopping_cart_content .woocommerce-mini-cart li.mini_cart_item .remove,
.page .widget_shopping_cart_content .woocommerce-mini-cart li.mini_cart_item .remove,
.search-results .widget_shopping_cart_content .woocommerce-mini-cart li.mini_cart_item .remove,
.woocommerce-cart .widget_shopping_cart_content .woocommerce-mini-cart li.mini_cart_item .remove,
.woocommerce .widget_shopping_cart_content .woocommerce-mini-cart li.mini_cart_item .remove {
  color: red;
  font-size: 20px;
  line-height: 24px;
  text-decoration: none;
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: none;
}
.error404 .widget_shopping_cart_content .woocommerce-mini-cart li.mini_cart_item .remove:hover,
.search-no-results .widget_shopping_cart_content .woocommerce-mini-cart li.mini_cart_item .remove:hover,
.page .widget_shopping_cart_content .woocommerce-mini-cart li.mini_cart_item .remove:hover,
.search-results .widget_shopping_cart_content .woocommerce-mini-cart li.mini_cart_item .remove:hover,
.woocommerce-cart .widget_shopping_cart_content .woocommerce-mini-cart li.mini_cart_item .remove:hover,
.woocommerce .widget_shopping_cart_content .woocommerce-mini-cart li.mini_cart_item .remove:hover {
  color: red;
}
.error404 .widget_shopping_cart_content .woocommerce-mini-cart__buttons,
.search-no-results .widget_shopping_cart_content .woocommerce-mini-cart__buttons,
.page .widget_shopping_cart_content .woocommerce-mini-cart__buttons,
.search-results .widget_shopping_cart_content .woocommerce-mini-cart__buttons,
.woocommerce-cart .widget_shopping_cart_content .woocommerce-mini-cart__buttons,
.woocommerce .widget_shopping_cart_content .woocommerce-mini-cart__buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
}
@media (min-width: 768px) {
  .error404 .widget_shopping_cart_content .woocommerce-mini-cart__buttons,
  .search-no-results .widget_shopping_cart_content .woocommerce-mini-cart__buttons,
  .page .widget_shopping_cart_content .woocommerce-mini-cart__buttons,
  .search-results .widget_shopping_cart_content .woocommerce-mini-cart__buttons,
  .woocommerce-cart .widget_shopping_cart_content .woocommerce-mini-cart__buttons,
  .woocommerce .widget_shopping_cart_content .woocommerce-mini-cart__buttons {
    flex-direction: row;
    gap: 0;
  }
}
.error404 .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button,
.search-no-results .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button,
.page .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button,
.search-results .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button,
.woocommerce-cart .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button,
.woocommerce .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button {
  background-color: #C2E8F3;
  color: #182466;
  padding: 5px 15px;
  font-size: 14px;
  text-decoration: none;
  font-weight: 600;
}
.error404 .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button:hover,
.search-no-results .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button:hover,
.page .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button:hover,
.search-results .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button:hover,
.woocommerce-cart .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button:hover,
.woocommerce .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button:hover {
  color: #fff;
  background-color: #182466;
}
.error404 .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button.checkout,
.search-no-results .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button.checkout,
.page .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button.checkout,
.search-results .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button.checkout,
.woocommerce-cart .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button.checkout,
.woocommerce .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button.checkout {
  background-color: #004A90;
  color: #fff;
}
.error404 .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button.checkout:hover,
.search-no-results .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button.checkout:hover,
.page .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button.checkout:hover,
.search-results .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button.checkout:hover,
.woocommerce-cart .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button.checkout:hover,
.woocommerce .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button.checkout:hover {
  background-color: #182466;
}

.widget_shopping_cart_content.open {
  right: 0;
}

.woocommerce a.added_to_cart {
  display: none !important;
}

.wp-block-woocommerce-checkout {
  width: 1400px;
  max-width: 100%;
  margin: 0 auto !important;
  padding: clamp(30px, 4.28571429vw, 60px) clamp(20px, 2.7027027vw, 40px);
}
.wp-block-woocommerce-checkout .wc-block-components-title.wc-block-components-title {
  font-weight: 800;
  font-size: 22px;
  line-height: 26px;
  color: #004A90;
}
@media (min-width: 768px) {
  .wp-block-woocommerce-checkout .wc-block-components-title.wc-block-components-title {
    font-size: 22px;
    line-height: 26px;
  }
}
@media (min-width: 1024px) {
  .wp-block-woocommerce-checkout .wc-block-components-title.wc-block-components-title {
    font-size: 27px;
    line-height: 35px;
  }
}
.wp-block-woocommerce-checkout .wc-block-checkout__billing-fields legent,
.wp-block-woocommerce-checkout .wc-block-checkout__billing-fields .wc-block-components-checkout-step__heading,
.wp-block-woocommerce-checkout .wc-block-checkout__billing-fields .wc-block-components-checkout-step__description {
  display: none;
}
.wp-block-woocommerce-checkout p, .wp-block-woocommerce-checkout input, .wp-block-woocommerce-checkout label, .wp-block-woocommerce-checkout select {
  font-weight: 400;
  font-size: 16px !important;
  line-height: 20px !important;
}
@media (min-width: 768px) {
  .wp-block-woocommerce-checkout p, .wp-block-woocommerce-checkout input, .wp-block-woocommerce-checkout label, .wp-block-woocommerce-checkout select {
    font-size: 16px !important;
    line-height: 20px !important;
  }
}
@media (min-width: 1024px) {
  .wp-block-woocommerce-checkout p, .wp-block-woocommerce-checkout input, .wp-block-woocommerce-checkout label, .wp-block-woocommerce-checkout select {
    font-size: 18px !important;
    line-height: 24px !important;
  }
}
.wp-block-woocommerce-checkout .wc-blocks-components-select,
.wp-block-woocommerce-checkout select {
  height: 56px !important;
}

.woocommerce-account .content-area {
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
  padding: clamp(30px, 4.28571429vw, 60px) clamp(20px, 2.7027027vw, 40px);
}
.woocommerce-account .content-area .wp-block-heading {
  padding-bottom: 30px;
}
.woocommerce-account .content-area .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.woocommerce-account .content-area .woocommerce-Button {
  margin-top: 20px;
  max-width: none;
}
.woocommerce-account .content-area .woocommerce-orders-table td, .woocommerce-account .content-area .woocommerce-orders-table a {
  font-size: 16px;
}
.woocommerce-account .content-area .woocommerce-Addresses {
  padding-top: 20px;
}
.woocommerce-account .content-area .woocommerce-Addresses address {
  font-size: 16px;
  line-height: 1.5;
}
.woocommerce-account .content-area .woocommerce-form-login input {
  font-size: 16px;
}
.woocommerce-account .content-area .woocommerce-form-login .form-row {
  padding: 15px 0;
}
.woocommerce-account .content-area .woocommerce-order-details,
.woocommerce-account .content-area .woocommerce-customer-details {
  padding-top: 20px;
}
.woocommerce-account .content-area .woocommerce-order-details address,
.woocommerce-account .content-area .woocommerce-order-details th,
.woocommerce-account .content-area .woocommerce-order-details a,
.woocommerce-account .content-area .woocommerce-order-details td, .woocommerce-account .content-area .woocommerce-order-details span,
.woocommerce-account .content-area .woocommerce-customer-details address,
.woocommerce-account .content-area .woocommerce-customer-details th,
.woocommerce-account .content-area .woocommerce-customer-details a,
.woocommerce-account .content-area .woocommerce-customer-details td,
.woocommerce-account .content-area .woocommerce-customer-details span {
  font-size: 16px;
  line-height: 1.5;
}

.search-no-results .content-area,
.search-results .content-area {
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
  padding: clamp(30px, 4.28571429vw, 60px) clamp(20px, 2.7027027vw, 40px);
}
.search-no-results .content-area .default-page-content h2,
.search-results .content-area .default-page-content h2 {
  padding-bottom: 30px;
}
.search-no-results .content-area .default-page-content .search-results-list,
.search-results .content-area .default-page-content .search-results-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.search-no-results .content-area .default-page-content .search-results-list article,
.search-results .content-area .default-page-content .search-results-list article {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .search-no-results .content-area .default-page-content .search-results-list article,
  .search-results .content-area .default-page-content .search-results-list article {
    flex-wrap: nowrap;
  }
}
.search-no-results .content-area .default-page-content .search-results-list article .entry-image,
.search-results .content-area .default-page-content .search-results-list article .entry-image {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 10px;
}
.search-no-results .content-area .default-page-content .search-results-list article .entry-image img,
.search-results .content-area .default-page-content .search-results-list article .entry-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.search-no-results .content-area .default-page-content .search-results-list article .entry-title,
.search-results .content-area .default-page-content .search-results-list article .entry-title {
  width: calc(100% - 150px);
}
@media (min-width: 768px) {
  .search-no-results .content-area .default-page-content .search-results-list article .entry-title,
  .search-results .content-area .default-page-content .search-results-list article .entry-title {
    width: 20%;
  }
}
.search-no-results .content-area .default-page-content .search-results-list article .entry-summary,
.search-results .content-area .default-page-content .search-results-list article .entry-summary {
  width: 100%;
}
@media (min-width: 768px) {
  .search-no-results .content-area .default-page-content .search-results-list article .entry-summary,
  .search-results .content-area .default-page-content .search-results-list article .entry-summary {
    width: 70%;
  }
}
.search-no-results .content-area .default-page-content .pagination,
.search-results .content-area .default-page-content .pagination {
  padding-top: 30px;
}
.search-no-results .content-area .default-page-content .pagination .nav-links,
.search-results .content-area .default-page-content .pagination .nav-links {
  justify-content: center;
  display: flex;
  gap: 20px;
}

.woocommerce-order .woocommerce-notice {
  padding-bottom: 30px;
}
.woocommerce-order .woocommerce-order-overview {
  padding-left: 0;
}
.woocommerce-order .woocommerce-order-overview__payment-method {
  display: none;
}
.woocommerce-order section th {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #004A90;
}
.woocommerce-order section a,
.woocommerce-order section address {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: black;
}
.woocommerce-order section .woocommerce-column__title,
.woocommerce-order section .woocommerce-order-details__title {
  padding-bottom: 10px;
}

.scss body {
  background-color: #fff;
}

#wpadminbar {
  display: none;
}

main {
  min-height: 100vh;
}

.highlight {
  color: #D53742;
}

.section-breadcrumbs {
  font-family: "Inter", "Roboto";
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0%;
  color: #4E4E4E;
  display: flex;
  justify-content: center;
  padding: 40px 40px 0px 40px;
}
.section-breadcrumbs .inner-container {
  border-bottom: 2px solid rgba(204, 206, 208, 0.6);
  width: 95%;
  padding-bottom: 40px;
}
.section-breadcrumbs .inner-container a {
  font-family: "Inter", "Roboto";
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0%;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 0%;
  color: #4E4E4E;
  padding-right: 5px;
  padding-left: 5px;
}
.section-breadcrumbs .inner-container .chev {
  color: #D53742;
  font-size: 18px;
  font-weight: 600;
}

.section-header-divider .section-header-divider-wrapper .divider.isolated {
  width: 100%;
  height: 50px;
}
.section-header-divider .section-header-divider-wrapper .divider.isolated.simple {
  width: 100%;
  height: 50px;
  align-content: center;
  align-items: center;
  background-image: none;
}
.section-header-divider .section-header-divider-wrapper .divider.isolated.simple hr {
  border: 2px solid rgba(204, 206, 208, 0.6);
}

/*# sourceMappingURL=app.css.map */
