@import url("https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
body {
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  color: #000000;
  position: relative;
  background-color: #ffffff;
  text-rendering: optimizeLegibility;
  min-height: 100vh;
  overflow-x: hidden;
}
body::-webkit-scrollbar {
  display: none;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

.container-fluid {
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}

ul,
ol {
  margin: 0;
  padding: 0;
}
ul li,
ol li {
  list-style: none;
}

a {
  display: inline-block;
  text-decoration: none;
  color: #000000;
}
a:hover {
  color: #000000;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  box-shadow: none;
  border: 1px solid #ccc;
  padding: 1rem 0.625rem;
  background-color: #fff;
  background-image: url("../images/arpw-down.svg");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 1.5rem;
}

.blue-btn {
  color: #fff;
  font-family: "Barlow Semi Condensed";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  padding: 0.75rem 0.625rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  background: var(--Azul, #0070ba);
}
.blue-btn:hover {
  color: #fff;
}

.white-btn {
  color: var(--Outer-Space, #474944);
  font-family: "Barlow Semi Condensed";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 0.25rem;
  border: 4px solid #fff;
  background: #fff;
  padding: 0.75rem 0.625rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.white-border-btn {
  color: #fff;
  font-family: "Barlow Semi Condensed";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 0.25rem;
  border: 4px solid #fff;
  background-color: transparent;
  padding: 0.75rem 0.625rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.white-border-btn:hover {
  background-color: #fff;
  color: var(--Dark, #292929);
}

.sub-heading {
  color: var(--Azul, #0070ba);
  font-family: "Barlow Semi Condensed";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
}

h2 {
  color: var(--Black, #000);
  font-family: "Barlow Semi Condensed";
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.225rem;
  margin: 0;
}

p {
  color: var(--Outer-Space, #474944);
  font-family: Manrope;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.025rem;
  margin: 0;
}

header {
  z-index: 10;
  position: relative;
  background-color: #fff;
}
header.sticky {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
}
header.sticky .header-red-bg-part {
  display: none;
}
header button {
  display: none;
}
header .header-red-bg-part {
  padding: 0.62rem 0;
  background: var(--Red, #de0000);
}
header .header-red-bg-part h6 {
  color: #fff;
  text-align: center;
  font-family: "Barlow Semi Condensed";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
}
header .header-menu-part {
  padding: 1.33rem 0;
}
header .header-menu-part .desktop-menu {
  display: flex;
}
header .header-menu-part .desktop-menu .flex-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.98rem;
}
header .header-menu-part .desktop-menu .flex-box a.blue-btn {
  width: 8.125rem;
  height: 3rem;
  color: #fff;
  border-radius: 8px;
}
header .header-menu-part .desktop-menu .flex-box ul.main-menu {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
header .header-menu-part .desktop-menu .flex-box ul.main-menu li {
  color: var(--Prussian-Blue, #112c4d);
  font-family: "Barlow Semi Condensed";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  position: relative;
  z-index: 0;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
}
header .header-menu-part .desktop-menu .flex-box ul.main-menu li::after {
  content: "";
  width: 0%;
  height: 0.25rem;
  background-color: #0070ba;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
header .header-menu-part .desktop-menu .flex-box ul.main-menu li ul.sub-menu {
  position: absolute;
  top: 4.7rem;
  left: 0;
  width: 12.8125rem;
  max-height: 0;
  border-radius: 0.75rem;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.12);
  transition: all 0.5s ease-in-out;
}
header .header-menu-part .desktop-menu .flex-box ul.main-menu li ul.sub-menu li {
  color: var(--Grey, #454545);
  font-family: Manrope;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.025rem;
  text-transform: capitalize;
}
header .header-menu-part .desktop-menu .flex-box ul.main-menu li ul.sub-menu li::after {
  display: none;
}
header .header-menu-part .desktop-menu .flex-box ul.main-menu li ul.sub-menu li a {
  display: block;
  width: 100%;
  padding: 0.625rem;
  color: var(--Grey, #454545);
  border-bottom: 1px solid rgba(204, 204, 204, 0.3);
}
header .header-menu-part .desktop-menu .flex-box ul.main-menu li ul.sub-menu li a:hover {
  color: var(--Grey, #454545);
}
header .header-menu-part .desktop-menu .flex-box ul.main-menu li a {
  color: var(--Prussian-Blue, #112c4d);
  padding: 2.22rem 1.56rem;
}
header .header-menu-part .desktop-menu .flex-box ul.main-menu li a:hover {
  color: var(--Prussian-Blue, #112c4d);
}
header .header-menu-part .desktop-menu .flex-box ul.main-menu li a.blue-btn {
  color: #fff;
  padding: 0.75rem 0.625rem;
  width: 8.125rem;
}
header .header-menu-part .desktop-menu .flex-box ul.main-menu li:hover::after {
  width: 100%;
}
header .header-menu-part .desktop-menu .flex-box ul.main-menu li:hover ul.sub-menu {
  max-height: 31.25rem;
}
header .header-menu-part .desktop-menu .flex-box ul.main-menu li:has(.blue-btn)::after {
  content: none;
}
header .header-menu-part .desktop-menu .flex-box a.shop-cart {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 3.0625rem;
  height: 3.0625rem;
  width: 100%;
  background-color: #eff2f4;
  border-radius: 50%;
}
header .header-menu-part .desktop-menu .flex-box a.shop-cart img {
  max-width: 1.875rem;
  max-height: 1.875rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
header .header-menu-part .desktop-menu .flex-box a.shop-cart span {
  width: 1.5rem;
  height: 1.5rem;
  color: var(--White, #fff);
  text-align: center;
  font-family: Manrope;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3rem;
  letter-spacing: 0.025rem;
  position: absolute;
  top: 0;
  right: -0.5rem;
  background-color: #005c99;
  border: 1px solid #fff;
  border-radius: 50%;
}
header .header-menu-part .desktop-menu a.logo {
  max-width: 7.125rem;
  max-height: 6.48563rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: 0 auto;
}
header .header-menu-part .mobile-menu {
  display: none;
}

footer a.logo {
  display: table;
  margin: 0 auto 3rem;
}
footer a.logo img {
  max-width: 15.875rem;
  max-height: 12rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
footer h5.sub-heading {
  text-align: center;
}
footer h2 {
  text-align: center;
  margin-bottom: 2.5rem;
}
footer label {
  color: #000;
  text-align: left;
  font-family: Manrope;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.025rem;
  display: block;
  margin-bottom: 2.35rem;
}
footer h6 {
  color: #4a4a4a;
  text-align: center;
  font-family: Manrope;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.025rem;
  padding: 0.62rem 0 0.75rem;
  margin: 0;
}
footer .bottom-footer {
  background-color: #f5f5f5;
}
footer .bottom-footer h6:last-child {
  margin-bottom: 10px;
  padding-block: 13.5px;
}
footer p {
  color: #4a4a4a;
  text-align: center;
  font-family: Manrope;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.025rem;
  margin-bottom: 0.5rem;
}
footer .fild-wraper {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
footer input[type=email] {
  width: 100%;
  height: 3.5rem;
  padding: 0.91rem 11rem 0.91rem 1.25rem;
  border: 1px solid var(--Outer-Space, #474944);
  background: #fff;
  outline: none;
  color: #000;
}
footer input[type=email]::-moz-placeholder {
  color: #000;
  font-family: Manrope;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.025rem;
}
footer input[type=email]::placeholder {
  color: #000;
  font-family: Manrope;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.025rem;
}
footer input[type=submit] {
  width: 9.9375rem;
  position: absolute;
  top: 0.25rem;
  right: 0.25rem;
  bottom: 0.25rem;
  margin: auto;
  color: #fff;
  font-family: "Barlow Semi Condensed";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 0.25rem;
  background: var(--Azul, #0070ba);
  border: none;
}
footer ul.check-option {
  margin-bottom: 1.6rem;
}
footer ul.check-option li {
  position: relative;
  display: table;
  margin-bottom: 1.5rem;
}
footer ul.check-option li input[type=checkbox] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 9;
  cursor: pointer;
}
footer ul.check-option li input[type=checkbox]:checked + label::after {
  content: "\f00c";
  font-family: fontawesome;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
}
footer ul.check-option li label {
  text-align: left;
  margin: 0;
  padding-left: 2.25rem;
  position: relative;
  overflow: hidden;
}
footer ul.check-option li label::after {
  content: "";
  width: 1.125rem;
  height: 1.125rem;
  border: 2px solid #000;
  border-radius: 0.1875rem;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
footer .blue-box {
  border-radius: 0.25rem;
  background: var(--Prussian-Blue, #112c4d);
  padding: 2.5rem 6.59rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 5rem;
}
footer .blue-box .content-wraper-box:last-child h4 {
  margin-bottom: 1rem;
}
footer .blue-box .content-wraper-box {
  width: 100%;
}
footer .blue-box .content-wraper-box h4 {
  color: var(--White, #fff);
  font-family: "Barlow Semi Condensed";
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
footer .blue-box .content-wraper-box ul.link.mb-20 li {
  margin-bottom: 1.25em;
}
footer .blue-box .content-wraper-box ul.link li {
  color: var(--White, #fff);
  font-family: Manrope;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.025rem;
  margin-bottom: 0.75rem;
}
footer .blue-box .content-wraper-box ul.link li:last-child {
  margin: 0 !important;
}
footer .blue-box .content-wraper-box ul.link li span {
  display: block;
}
footer .blue-box .content-wraper-box ul.link li a {
  color: var(--White, #fff);
}
footer .blue-box .content-wraper-box ul.link li a:hover {
  color: var(--White, #fff);
}
footer .blue-box .content-wraper-box ul.social-icon {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-bottom: 1.88rem;
}
footer .blue-box .content-wraper-box ul.social-icon li {
  display: block;
  width: 1.75rem;
  height: 1.75rem;
}
footer .blue-box .content-wraper-box ul.social-icon li a {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .blue-box .content-wraper-box ul.social-icon li a img {
  max-width: 1.75rem;
  max-height: 1.75rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
footer .blue-box .content-wraper-box ul.pay-option {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.25rem;
  max-width: 14rem;
}
footer .blue-box .content-wraper-box ul.pay-option li {
  display: block;
}
footer .blue-box .content-wraper-box ul.pay-option li a {
  display: table;
}
footer .blue-box .content-wraper-box ul.pay-option li a img {
  width: auto;
  height: 1.25rem;
  -o-object-fit: cover;
     object-fit: cover;
}

section.inr-bnr {
  position: relative;
  overflow: hidden;
}
section.inr-bnr.text-white h1 {
  color: var(--White, #fff);
}
section.inr-bnr.text-white ul li {
  color: var(--White, #fff);
}
section.inr-bnr.text-white ul li a {
  color: var(--White, #fff);
}
section.inr-bnr.text-white ul li img {
  filter: brightness(0) saturate(100%) invert(94%) sepia(85%) saturate(0%) hue-rotate(78deg) brightness(110%) contrast(101%);
}
section.inr-bnr img.bg-img {
  width: 100%;
  height: 67.0625rem;
  -o-object-fit: cover;
     object-fit: cover;
}
section.inr-bnr .content-wraper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 4rem;
  display: flex;
  align-items: center;
}
section.inr-bnr h1 {
  color: var(--Prussian-Blue, #112c4d);
  font-family: "Barlow Semi Condensed";
  font-size: 3.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.3125rem;
  margin-bottom: 0.75rem;
}
section.inr-bnr ul {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
section.inr-bnr ul li {
  color: var(--Prussian-Blue, #112c4d);
  font-family: "Barlow Semi Condensed";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
section.inr-bnr ul li img {
  max-width: 1.6875rem;
  max-height: 1rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.inr-bnr ul li a {
  color: var(--Azul, #0070ba);
}

section.home-banner {
  position: relative;
  overflow: hidden;
}
section.home-banner img.bg-img {
  width: 100%;
  height: 69.6875rem;
  -o-object-fit: cover;
     object-fit: cover;
}
section.home-banner .container-wraper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 2;
  padding-top: 4rem;
}
section.home-banner .container-wraper h1 {
  color: var(--White, #fff);
  font-family: "Barlow Semi Condensed";
  font-size: 3.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.3125rem;
  text-transform: uppercase;
  margin-bottom: 3rem;
}
section.home-banner .container-wraper .btn-wraper {
  display: flex;
  align-items: center;
  gap: 1.94rem;
}
section.home-banner .container-wraper .btn-wraper a.white-btn {
  width: 14.25rem;
  height: 4.875rem;
}
section.home-banner .container-wraper .btn-wraper a.white-border-btn {
  width: 12.25rem;
  height: 4.875rem;
}

section.home-sec2 {
  padding: 5rem 0;
}
section.home-sec2 h2 {
  text-align: center;
  margin-bottom: 2.5rem;
}
section.home-sec2 h2 span {
  color: var(--Azul, #0070ba);
}
section.home-sec2 img.bottle {
  max-width: 25.625rem;
  max-height: 38.4375rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: 0 auto;
}
section.home-sec2 .text-wraper {
  max-width: 18.6875rem;
  width: 100%;
  display: block;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
section.home-sec2 .text-wraper::after {
  content: "";
  width: 100%;
  height: 0.25rem;
  background-color: #000;
  border-radius: 1.875rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
section.home-sec2 .text-wraper h5 {
  color: #292929;
  text-align: center;
  font-family: "Barlow Semi Condensed";
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin: 1.25rem 0;
}
section.home-sec2 .text-wraper h6 {
  color: var(--Outer-Space, #474944);
  text-align: center;
  font-family: "Barlow Semi Condensed";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 2.25rem;
}
section.home-sec2 .text-wraper a.blue-btn {
  width: 100%;
  height: 4.875rem;
}

section.home-sec3 {
  padding: 2.19rem 0 2.25rem;
}
section.home-sec3 .blue-box {
  background: var(--Prussian-Blue, #112c4d);
  padding: 3.75rem 0;
}
section.home-sec3 .blue-box h6.sub-heading {
  text-align: center;
  color: var(--White, #fff);
  margin-bottom: 0.25rem;
}
section.home-sec3 .blue-box h2 {
  color: #fff;
  text-align: center;
  margin: 0;
}
section.home-sec3 .blue-box .grid-box {
  width: 100%;
  margin: 3rem 0;
  padding: 0 6.44rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.88rem;
}
section.home-sec3 .blue-box .grid-box .grid-item span {
  width: 7.5rem;
  height: 7.5rem;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 2rem;
}
section.home-sec3 .blue-box .grid-box .grid-item span img {
  max-width: 6.25rem;
  max-height: 6.25rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.home-sec3 .blue-box .grid-box .grid-item h5 {
  color: var(--White, #fff);
  text-align: center;
  font-family: "Barlow Semi Condensed";
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  padding-top: 0.75rem;
  margin-bottom: 1rem;
  border-top: 2px solid rgba(255, 255, 255, 0.5019607843);
}
section.home-sec3 .blue-box .grid-box .grid-item p {
  min-height: 6.75rem;
  color: var(--White, #fff);
  text-align: center;
  margin: 0;
}
section.home-sec3 .blue-box a.white-btn {
  width: 14.25rem;
  height: 4.875rem;
  display: flex;
  margin: 0 auto;
}

section.home-sec4 {
  padding: 5rem 0;
}
section.home-sec4 .row {
  align-items: center;
  padding-bottom: 3.75rem;
}
section.home-sec4 .row:last-child {
  padding-bottom: 0;
}
section.home-sec4 .row:nth-child(even) {
  flex-direction: row-reverse;
}
section.home-sec4 img.side-img {
  width: 100%;
  height: 46.5625rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.25rem;
}
section.home-sec4 h2 {
  margin-bottom: 1.5rem;
}
section.home-sec4 a.blue-btn {
  margin-top: 3rem;
  width: 11.125rem;
  height: 4.875rem;
}
section.home-sec4 .col-lg-6 p:not(:last-child),
section.home-sec4 .col-lg-6 .text-wraper p:not(:last-child) {
  margin-bottom: 25px;
}

section.home-sec5 {
  padding: 0 0 5rem;
}
section.home-sec5 .gray-bg {
  background: #eff2f4;
  padding-left: 2.5rem;
}
section.home-sec5 img.side-img {
  width: 100%;
  height: 46.5625rem;
  -o-object-fit: cover;
     object-fit: cover;
}
section.home-sec5 h2 {
  margin-bottom: 1.5rem;
}
section.home-sec5 p {
  max-width: 44rem;
}
section.home-sec5 a.blue-btn {
  margin-top: 3rem;
  width: 11.125rem;
  height: 4.875rem;
}

section.h2-mb-change h2 {
  margin-bottom: 3rem;
}
section.h2-mb-change .text-wraper {
  margin-bottom: 3rem;
}

section.sustainability-sec1 {
  padding: 3.75rem 0 8.5rem;
}
section.sustainability-sec1 .row {
  padding-bottom: 7.88rem;
}
section.sustainability-sec1 .row:nth-child(even) {
  flex-direction: row-reverse;
}
section.sustainability-sec1 .row:last-child {
  padding-bottom: 0;
}
section.sustainability-sec1 img.side-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.25rem;
}
section.sustainability-sec1 .text-wraper {
  margin-bottom: 3.75rem;
}
section.sustainability-sec1 .text-wraper:last-child {
  margin: 0;
}
section.sustainability-sec1 h2 {
  margin-bottom: 3rem;
}

section.suport-sec1 {
  padding: 3.75rem 0;
}
section.suport-sec1 h2 {
  margin-bottom: 2.25rem;
}
section.suport-sec1 p {
  margin-bottom: 3rem;
}
section.suport-sec1 ul.contact-details {
  margin-bottom: 3.75rem;
}
section.suport-sec1 ul.contact-details li {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 3.75rem;
}
section.suport-sec1 ul.contact-details li:last-child {
  margin: 0;
}
section.suport-sec1 ul.contact-details li img {
  max-width: 3rem;
  max-height: 3rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.suport-sec1 ul.contact-details li p {
  margin: 0;
}
section.suport-sec1 ul.contact-details li p strong {
  display: block;
  color: var(--Black, #000);
  font-family: "Barlow Semi Condensed";
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}
section.suport-sec1 ul.contact-details li p a,
section.suport-sec1 ul.contact-details li p span {
  display: block;
  color: var(--Grey, #454545);
}
section.suport-sec1 .map-wraper {
  width: 100%;
  height: 18.9375rem;
  border-radius: 0.75rem;
  overflow: hidden;
}
section.suport-sec1 .map-wraper iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(100%) contrast(110%);
}
section.suport-sec1 img.logo-img {
  max-width: 10.995rem;
  max-height: 10.00838rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.1;
  display: block;
  margin: 3.765rem auto;
}
section.suport-sec1 .border-box {
  padding: 2.5625rem 2.5rem;
  border-radius: 0.75rem;
  background: #fff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.24);
  height: 100%;
}
section.suport-sec1 .border-box .sub-heading {
  margin-bottom: 6px;
  display: block;
}
section.suport-sec1 .border-box h2 {
  margin-bottom: 1rem;
}
section.suport-sec1 .border-box p {
  margin-bottom: 2.5rem;
}
section.suport-sec1 .border-box label {
  display: block;
  color: var(--Black, #000);
  font-family: "Barlow Semi Condensed";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0.75rem;
}
section.suport-sec1 .border-box select {
  width: 100%;
  padding: 0.75rem;
  color: var(--Black, #000);
  font-family: Manrope;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.025rem;
  border-radius: 0.25rem;
  border: 1px solid #000;
}
section.suport-sec1 .border-box .flex-box {
  display: flex;
  align-items: center;
  gap: 1rem;
}
section.suport-sec1 .border-box .input-flid-wraper {
  width: 100%;
  margin-bottom: 1rem;
}
section.suport-sec1 .border-box .option-flid-wraper {
  width: 100%;
  margin-bottom: 3rem;
}
section.suport-sec1 .border-box .textarea-flid-wraper {
  width: 100%;
  margin-bottom: 3rem;
}
section.suport-sec1 .border-box input:not([type=submit]),
section.suport-sec1 .border-box textarea {
  width: 100%;
  height: 3rem;
  padding: 0.75rem;
  background: #f5f5f5;
  border: none;
  outline: none;
  color: #000;
}
section.suport-sec1 .border-box input:not([type=submit])::-moz-placeholder, section.suport-sec1 .border-box textarea::-moz-placeholder {
  color: var(--Black, #000);
  font-family: Manrope;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.025rem;
}
section.suport-sec1 .border-box input:not([type=submit])::placeholder,
section.suport-sec1 .border-box textarea::placeholder {
  color: var(--Black, #000);
  font-family: Manrope;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.025rem;
}
section.suport-sec1 .border-box textarea {
  height: 8.625rem;
  resize: none;
}
section.suport-sec1 .border-box .file-uploder-wraper {
  width: 100%;
  margin-bottom: 2.5rem;
}
section.suport-sec1 .border-box .file-uploder-wraper label {
  margin-bottom: 0.25rem;
}
section.suport-sec1 .border-box .file-uploder-wraper p {
  margin: 0;
}
section.suport-sec1 .border-box .file-uploder-wraper h6 {
  color: #474944;
  font-family: Manrope;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.025rem;
  margin: 0;
}
section.suport-sec1 .border-box .file-uploder-wraper .file-uplode-place {
  width: 100%;
  height: 7.5rem;
  padding: 0.75rem;
  border-radius: 0.25rem;
  border: 1px dashed #000;
  background: #f0f0f0;
  position: relative;
  overflow: hidden;
  margin: 1rem 0;
}
section.suport-sec1 .border-box .file-uploder-wraper .file-uplode-place input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  z-index: 9;
  opacity: 0;
  cursor: pointer;
}
section.suport-sec1 .border-box .file-uploder-wraper .file-uplode-place .text-wraper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0.75rem;
}
section.suport-sec1 .border-box .file-uploder-wraper .file-uplode-place .text-wraper img {
  max-width: 1.5rem;
  max-height: 1.5rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.suport-sec1 .border-box .file-uploder-wraper .file-uplode-place .text-wraper h6 {
  color: var(--Black, #000);
}
section.suport-sec1 .border-box ul.check-option {
  margin-bottom: 16px;
}
section.suport-sec1 .border-box ul.check-option li {
  position: relative;
  display: table;
  margin-bottom: 1rem;
}
section.suport-sec1 .border-box ul.check-option li:last-child {
  margin: 0;
}
section.suport-sec1 .border-box ul.check-option li input[type=checkbox] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 9;
  cursor: pointer;
}
section.suport-sec1 .border-box ul.check-option li input[type=checkbox]:checked + p::after {
  content: "\f00c";
  font-family: fontawesome;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
}
section.suport-sec1 .border-box ul.check-option li p {
  margin: 0;
  padding-left: 2.25rem;
  position: relative;
  overflow: hidden;
  max-width: unset;
}
section.suport-sec1 .border-box ul.check-option li p::after {
  content: "";
  width: 1.125rem;
  height: 1.125rem;
  border: 1.5px solid #000;
  border-radius: 0.1875rem;
  background-color: #fff;
  position: absolute;
  top: 0.35rem;
  left: 0;
}
section.suport-sec1 .border-box ul.check-option li p a {
  color: #474944;
  font-weight: 700;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-decoration-thickness: 0;
  text-decoration-color: #474944;
}
section.suport-sec1 .border-box input[type=submit] {
  width: 100%;
  border: none;
  padding: 0.59rem;
}
section.suport-sec1 .border-box .global-label {
  color: #000;
  text-align: left;
  font-family: Manrope;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.025rem;
  display: block;
  margin-bottom: 40px;
}
section.suport-sec1 .support-image {
  margin-bottom: 0;
  width: 100%;
}
section.suport-sec1 .support-image img {
  width: 100%;
  height: auto;
}

section.artesian-water-sec1 {
  padding: 2.5rem 0 3.75rem;
}
section.artesian-water-sec1 .video-wraper {
  width: 100%;
  height: 50rem;
  position: relative;
  overflow: hidden;
}
section.artesian-water-sec1 .video-wraper.active .text-wraper {
  opacity: 1;
}
section.artesian-water-sec1 .video-wraper video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.artesian-water-sec1 .video-wraper .text-wraper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  padding: 5rem;
  transition: all 0.3s ease-in-out;
}
section.artesian-water-sec1 .video-wraper .text-wraper h2 {
  text-align: center;
  color: #fff;
  margin-bottom: 0.75rem;
}
section.artesian-water-sec1 .video-wraper .text-wraper p {
  text-align: center;
  color: #fff;
}
section.artesian-water-sec1 .images-wraper {
  width: 100%;
  height: 50rem;
  position: relative;
  overflow: hidden;
}
section.artesian-water-sec1 .images-wraper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.artesian-water-sec1 .images-wraper .text-wraper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 5rem;
  padding-top: 14rem;
}
section.artesian-water-sec1 .images-wraper .text-wraper h2 {
  text-align: center;
  color: #112c4d;
}

section.user-access-forms {
  min-height: 37.5rem;
  display: grid;
  grid-template-columns: 65% 35%;
  align-items: center;
  padding-bottom: 3.75rem;
}
section.user-access-forms.place-reverce {
  grid-template-columns: 35% 65%;
}
section.user-access-forms.place-reverce .sky-blue-box .sky-blue-box-content-wraper {
  max-width: 21.75rem;
}
section.user-access-forms .sky-blue-box {
  background: var(--Azul, #0070ba);
  overflow: hidden;
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 4rem 2rem;
}
section.user-access-forms .sky-blue-box::after {
  content: "";
  width: 21.125rem;
  height: 21.125rem;
  border-radius: 21.125rem;
  background: var(--Lapis-Lazuli, #005c99);
  position: absolute;
  bottom: -10.13rem;
  left: -9.62rem;
  z-index: -1;
}
section.user-access-forms .sky-blue-box .sky-blue-box-content-wraper {
  max-width: 18rem;
  width: 100%;
}
section.user-access-forms .sky-blue-box .sky-blue-box-content-wraper h2 {
  color: #fff;
  margin-bottom: 1.5rem;
}
section.user-access-forms .sky-blue-box .sky-blue-box-content-wraper p {
  color: #fff;
  margin-bottom: 3rem;
}
section.user-access-forms .sky-blue-box .sky-blue-box-content-wraper a.white-btn {
  width: 100%;
  padding: 0.625rem 0.625rem;
  border: none;
}
section.user-access-forms .sky-blue-box .sky-blue-box-content-wraper img.white-logo {
  max-width: 15.87375rem;
  max-height: 15.045rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: 0 auto;
}
section.user-access-forms .dark-blue-box {
  background: #112c4d;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 4rem 2rem;
}
section.user-access-forms .dark-blue-box .dark-blue-box-content-wraper {
  max-width: 30.4375rem;
  width: 100%;
}
section.user-access-forms .dark-blue-box .dark-blue-box-content-wraper h2 {
  color: #fff;
  margin-bottom: 1.5rem;
}
section.user-access-forms .dark-blue-box .dark-blue-box-content-wraper p {
  color: #fff;
  margin-bottom: 0.38rem;
}
section.user-access-forms .dark-blue-box .dark-blue-box-content-wraper h6 {
  color: var(--White, #fff);
  font-family: Manrope;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.025rem;
  margin: 1rem 0 0;
}
section.user-access-forms .dark-blue-box .dark-blue-box-content-wraper h6 a {
  color: var(--White, #fff);
}
section.user-access-forms .dark-blue-box .dark-blue-box-content-wraper h6 a:hover {
  color: var(--White, #fff);
}
section.user-access-forms .dark-blue-box .dark-blue-box-content-wraper .fild-wraper {
  width: 100%;
  position: relative;
  margin-bottom: 1.5rem;
}
section.user-access-forms .dark-blue-box .dark-blue-box-content-wraper .fild-wraper i {
  position: absolute;
  top: 0.9rem;
  right: 0.75rem;
  font-size: 1.2rem;
  color: #000;
  z-index: 9;
  cursor: pointer;
}
section.user-access-forms .dark-blue-box .dark-blue-box-content-wraper input:not([type=submit]) {
  width: 100%;
  height: 3rem;
  padding: 0.75rem;
  border-radius: 0.25rem;
  background: var(--White, #fff);
  outline: none;
  border: none;
  color: #000;
}
section.user-access-forms .dark-blue-box .dark-blue-box-content-wraper input:not([type=submit])::-moz-placeholder {
  color: var(--Black, #000);
  font-family: Manrope;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.025rem;
}
section.user-access-forms .dark-blue-box .dark-blue-box-content-wraper input:not([type=submit])::placeholder {
  color: var(--Black, #000);
  font-family: Manrope;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.025rem;
}
section.user-access-forms .dark-blue-box .dark-blue-box-content-wraper a.next-step.white-btn {
  width: 100%;
  border: none;
  padding: 0.59rem;
  margin-top: 1rem;
}
section.user-access-forms .dark-blue-box .dark-blue-box-content-wraper .mt-16 {
  margin-top: 1rem;
}
section.user-access-forms .dark-blue-box .dark-blue-box-content-wraper input[type=submit] {
  width: 100%;
  border: none;
  padding: 0.59rem;
}
section.user-access-forms .dark-blue-box .dark-blue-box-content-wraper .flex-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
section.user-access-forms .dark-blue-box .dark-blue-box-content-wraper .flex-box .checkbox {
  position: relative;
  overflow: hidden;
}
section.user-access-forms .dark-blue-box .dark-blue-box-content-wraper .flex-box .checkbox input[type=checkbox] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 9;
  cursor: pointer;
  padding: 0;
}
section.user-access-forms .dark-blue-box .dark-blue-box-content-wraper .flex-box .checkbox input[type=checkbox]:checked + label::after {
  content: "\f00c";
  font-family: fontawesome;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
section.user-access-forms .dark-blue-box .dark-blue-box-content-wraper .flex-box .checkbox label {
  display: block;
  color: var(--White, #fff);
  font-family: Manrope;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.025rem;
  padding-left: 2.25rem;
  margin: 0;
  position: relative;
}
section.user-access-forms .dark-blue-box .dark-blue-box-content-wraper .flex-box .checkbox label::after {
  content: "";
  width: 1.125rem;
  height: 1.125rem;
  border: 1.5px solid #fff;
  border-radius: 0.13rem;
  position: absolute;
  top: 0;
  left: 0.19rem;
  bottom: 0;
  margin: auto;
}
section.user-access-forms .dark-blue-box .dark-blue-box-content-wraper .flex-box a.forget-pass {
  color: var(--White, #fff);
  font-family: Manrope;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.025rem;
  display: block;
  white-space: nowrap;
}
section.user-access-forms .dark-blue-box .dark-blue-box-content-wraper .opt-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
section.user-access-forms .dark-blue-box .dark-blue-box-content-wraper .opt-box input[type=number] {
  width: 6.1875rem;
  height: 3rem;
  border-radius: 0.25rem;
  background: rgba(114, 114, 114, 0.6);
  padding: 0;
  text-align: center;
  color: #fff;
}

section.abt-min-darkblue-sec {
  padding: 3.75rem 2rem;
  background: #112c4d;
}
section.abt-min-darkblue-sec h3 {
  color: var(--White, #fff);
  text-align: center;
  font-family: "Barlow Semi Condensed";
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
}

.faq_sec1 {
  padding: 3.75rem 0;
}
.faq_sec1 h2 {
  text-align: center;
  margin-bottom: 3rem;
}
.faq_sec1 .tab_secfull ul.tabs {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.94rem;
}
.faq_sec1 .tab_secfull ul.tabs li {
  cursor: pointer;
  position: relative;
  color: #454545;
  font-family: "Barlow Semi Condensed";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
  padding: 0.62rem;
}
.faq_sec1 .tab_secfull ul.tabs li.active {
  border-bottom: 1px solid #000;
  color: #000;
}
.faq_sec1 .tab_secfull .tab_container {
  width: 100%;
}
.faq_sec1 .tab_secfull .tab_container .tab_content {
  display: none;
  max-width: 67.85rem;
  margin: 0 auto;
}
.faq_sec1 .tab_secfull .tab_container .tab_content h3 {
  color: #000;
  text-align: center;
  font-family: "Barlow Semi Condensed";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 4.19rem;
  text-transform: uppercase;
}
.faq_sec1 .tab_secfull .tab_container .tab_content .accordion {
  width: 100%;
}
.faq_sec1 .tab_secfull .tab_container .tab_content .accordion li {
  margin-bottom: 1.5rem;
  padding-bottom: 1.95rem;
  border-bottom: 1px solid #c3c3c3;
}
.faq_sec1 .tab_secfull .tab_container .tab_content .accordion li h4 {
  color: var(--Grey, #454545);
  font-family: "Barlow Semi Condensed";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0;
  padding-left: 6.16rem;
  padding-top: 0.63rem;
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
}
.faq_sec1 .tab_secfull .tab_container .tab_content .accordion li h4::before {
  content: "+";
  font-weight: 200;
  text-align: center;
  font-size: 3.7rem;
  padding-bottom: 0.5rem;
  color: #454545;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
  width: 3rem;
  height: 3rem;
  border: 1px solid var(--Grey, #454545);
}
.faq_sec1 .tab_secfull .tab_container .tab_content .accordion li:last-child {
  margin-bottom: 0;
}
.faq_sec1 .tab_secfull .tab_container .tab_content .accordion li .content {
  display: none;
  padding-left: 6.16rem;
  margin-top: 1.5rem;
}
.faq_sec1 .tab_secfull .tab_container .tab_content .accordion li p {
  color: #454545;
  max-width: 56rem;
}
.faq_sec1 .tab_secfull .tab_container .tab_content .accordion li p a {
  color: #000;
}
.faq_sec1 .tab_secfull .tab_container .tab_content .accordion li ul li {
  color: #454545;
  max-width: 56rem;
  list-style: disc;
  margin-left: 24px;
  font-family: Manrope;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.025rem;
  margin-bottom: 10px;
  padding-bottom: 0 !important;
  border-bottom: 0;
}
.faq_sec1 .tab_secfull .tab_container .tab_content .accordion li ul li a {
  color: #000;
}
.faq_sec1 .tab_secfull .tab_container .tab_content .accordion li.active {
  padding-bottom: 1.25rem;
}
.faq_sec1 .tab_secfull .tab_container .tab_content .accordion li.active h4::before {
  content: "-";
}

.contact-sec1 {
  padding: 2.5rem 0 3.75rem;
}
.contact-sec1 .contact-list {
  padding-top: 14.47rem;
}
.contact-sec1 .contact-list li {
  display: flex;
  align-items: center;
  gap: 0 1.5rem;
}
.contact-sec1 .contact-list li .tx h4 {
  color: var(--Black, #000);
  font-family: "Barlow Semi Condensed";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
}
.contact-sec1 .contact-list li .tx p,
.contact-sec1 .contact-list li .tx a {
  color: var(--Grey, #454545);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.025rem;
}
.contact-sec1 .contact-list li .tx a:hover {
  text-decoration: underline;
}
.contact-sec1 .contact-list li .image img {
  width: 3rem;
  height: 3rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact-sec1 .contact-list li:not(:last-child) {
  margin-bottom: 3.75rem;
}
.contact-sec1 h2 {
  margin-bottom: 1rem;
}
.contact-sec1 p {
  color: var(--Outer-Space, #474944);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.025rem;
  max-width: 41.75rem;
}
.contact-sec1 .contact-box h2 {
  margin-bottom: 1rem;
}
.contact-sec1 .contact-box p {
  margin-bottom: 2.5rem;
}
.contact-sec1 .contact-box label {
  display: block;
  color: var(--Black, #000);
  font-family: "Barlow Semi Condensed";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0.75rem;
}
.contact-sec1 .contact-box select {
  width: 100%;
  padding: 0.75rem;
  color: var(--Black, #000);
  font-family: Manrope;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.025rem;
  border-radius: 0.25rem;
  border: 1px solid #000;
}
.contact-sec1 .contact-box .flex-box {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.contact-sec1 .contact-box .input-flid-wraper {
  width: 100%;
  margin-bottom: 1.5rem;
}
.contact-sec1 .contact-box .option-flid-wraper {
  width: 100%;
  margin-bottom: 3rem;
}
.contact-sec1 .contact-box .textarea-flid-wraper {
  width: 100%;
  margin-bottom: 3rem;
}
.contact-sec1 .contact-box input:not([type=submit]),
.contact-sec1 .contact-box textarea {
  width: 100%;
  height: 3rem;
  padding: 0.75rem;
  background: #fff;
  border: none;
  border-bottom: 1px solid #000;
  outline: none;
  color: #000;
}
.contact-sec1 .contact-box input:not([type=submit])::-moz-placeholder, .contact-sec1 .contact-box textarea::-moz-placeholder {
  color: var(--Black, #000);
  font-family: Manrope;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.025rem;
}
.contact-sec1 .contact-box input:not([type=submit])::placeholder,
.contact-sec1 .contact-box textarea::placeholder {
  color: var(--Black, #000);
  font-family: Manrope;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.025rem;
}
.contact-sec1 .contact-box textarea {
  height: 8.625rem;
  resize: none;
}
.contact-sec1 .contact-box .file-uploder-wraper {
  width: 100%;
  margin-bottom: 2.5rem;
}
.contact-sec1 .contact-box .file-uploder-wraper label {
  margin-bottom: 0.25rem;
}
.contact-sec1 .contact-box .file-uploder-wraper p {
  margin: 0;
}
.contact-sec1 .contact-box .file-uploder-wraper h6 {
  color: #474944;
  font-family: Manrope;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.025rem;
  margin: 0;
}
.contact-sec1 .contact-box .file-uploder-wraper .file-uplode-place {
  width: 100%;
  height: 7.5rem;
  padding: 0.75rem;
  border-radius: 0.25rem;
  border: 1px dashed #000;
  background: #ffffff;
  position: relative;
  overflow: hidden;
  margin: 1rem 0;
}
.contact-sec1 .contact-box .file-uploder-wraper .file-uplode-place input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  z-index: 9;
  opacity: 0;
  cursor: pointer;
}
.contact-sec1 .contact-box .file-uploder-wraper .file-uplode-place .text-wraper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0.75rem;
}
.contact-sec1 .contact-box .file-uploder-wraper .file-uplode-place .text-wraper img {
  max-width: 1.5rem;
  max-height: 1.5rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact-sec1 .contact-box .file-uploder-wraper .file-uplode-place .text-wraper h6 {
  color: var(--Black, #000);
}
.contact-sec1 .contact-box ul.check-option {
  margin-bottom: 2.5rem;
}
.contact-sec1 .contact-box ul.check-option li {
  position: relative;
  display: table;
  margin-bottom: 1rem;
}
.contact-sec1 .contact-box ul.check-option li:last-child {
  margin: 0;
}
.contact-sec1 .contact-box ul.check-option li input[type=checkbox] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 9;
  cursor: pointer;
}
.contact-sec1 .contact-box ul.check-option li input[type=checkbox]:checked + p::after {
  content: "\f00c";
  font-family: fontawesome;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
}
.contact-sec1 .contact-box ul.check-option li p {
  margin: 0;
  padding-left: 2.25rem;
  position: relative;
  overflow: hidden;
  max-width: unset;
}
.contact-sec1 .contact-box ul.check-option li p::after {
  content: "";
  width: 1.125rem;
  height: 1.125rem;
  border: 1.5px solid #000;
  border-radius: 0.1875rem;
  background-color: #fff;
  position: absolute;
  top: 0.35rem;
  left: 0;
}
.contact-sec1 .contact-box input[type=submit] {
  width: 100%;
  border: none;
  padding: 0.59rem;
}

section.abt_min_sec1 {
  padding: 5rem 0 0;
  margin: 0 0 1.875rem;
  text-align: center;
  background: linear-gradient(180deg, #0070ba 0%, var(--White, #fff) 100%);
}
section.abt_min_sec1 h2 {
  color: var(--White, #fff);
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 4rem;
}
section.abt_min_sec1 .water_drop {
  max-width: 96.875rem;
  margin: auto;
  position: relative;
  transform: scale(1);
}
section.abt_min_sec1 .water_drop .svg_place {
  max-width: 801px;
  width: 100%;
  margin: auto;
  position: relative;
  z-index: 1;
}
section.abt_min_sec1 .water_drop .svg_place svg {
  width: 100%;
}
section.abt_min_sec1 .water_drop .svg_place svg .textUpperCase {
  color: var(--White, #fff);
  text-align: center;
  /* H4 */
  font-family: "Barlow Semi Condensed";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  pointer-events: none;
}

.hoverBox {
  padding: 1.25rem;
  border-radius: 0.75rem;
  background: #fff;
  box-shadow: 0 -0.875rem 5.5rem 0 rgba(0, 0, 0, 0.12);
  display: grid;
  grid-template-columns: 2.25rem auto;
  gap: 0.625rem;
  position: absolute;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.hoverBox.showBx {
  opacity: 1;
}
.hoverBox p {
  text-align: left;
}
.hoverBox.one {
  left: 0;
  top: 7.1875rem;
  max-width: 30.4375rem;
  width: 100%;
}
.hoverBox.one::before {
  content: " ";
  position: absolute;
  width: 11.963rem;
  height: 0.6875rem;
  top: 0.3125rem;
  right: -12rem;
  background: url(../images/line_1.png) no-repeat;
  z-index: 0;
  background-position: right;
  background-size: auto 100%;
}
.hoverBox.two {
  right: 0;
  top: 3.75rem;
  max-width: 30.4375rem;
  width: 100%;
}
.hoverBox.two::before {
  content: " ";
  position: absolute;
  width: 11.963rem;
  height: 0.6875rem;
  top: 3.3125rem;
  left: -12rem;
  background: url(../images/line_1.png) no-repeat;
  z-index: 0;
  background-position: right;
  transform: scaleX(-1);
  background-size: auto 100%;
}
.hoverBox.three {
  left: 0;
  top: 9.375rem;
  max-width: 30.4375rem;
  width: 100%;
}
.hoverBox.three::before {
  content: " ";
  position: absolute;
  width: 13.5rem;
  height: 3.625rem;
  bottom: -3.625rem;
  right: -4.3125rem;
  background: url(../images/line_2.png) no-repeat;
  z-index: 0;
  background-position: right;
  background-size: 100% auto;
}
.hoverBox.four {
  right: 0;
  top: 10.3125rem;
  max-width: 30.4375rem;
  width: 100%;
}
.hoverBox.four::before {
  content: " ";
  position: absolute;
  width: 4.963rem;
  height: 0.6875rem;
  top: 10.3125rem;
  left: -5rem;
  background: url(../images/line_1.png) no-repeat;
  z-index: 0;
  background-position: right;
  transform: scaleX(-1);
  background-size: auto 100%;
}
.hoverBox.five {
  left: 0;
  top: 12.375rem;
  max-width: 26.5rem;
  width: 100%;
}
.hoverBox.five::before {
  content: " ";
  position: absolute;
  width: 13.5rem;
  height: 8.7125rem;
  bottom: -8.625rem;
  right: -4.3125rem;
  background: url(../images/line_3.png) no-repeat;
  z-index: 0;
  background-position: right bottom;
  background-size: 100% auto;
}
.hoverBox.six {
  right: 0;
  top: 15.8125rem;
  max-width: 30.4375rem;
  width: 100%;
}
.hoverBox.six::before {
  content: " ";
  position: absolute;
  width: 18.8125rem;
  height: 8.7125rem;
  top: 10.3125rem;
  left: -5rem;
  background: url(../images/line_4.png) no-repeat;
  z-index: 0;
  background-position: left bottom;
  background-size: 100% auto;
}
.hoverBox.seven {
  left: 0;
  bottom: 9.125rem;
  max-width: 22.3125rem;
  width: 100%;
}
.hoverBox.seven::before {
  content: " ";
  position: absolute;
  width: 4.3rem;
  height: 0.6875rem;
  bottom: 0;
  top: -1.25rem;
  margin: auto;
  right: -4.3125rem;
  background: url(../images/line_1.png) no-repeat;
  z-index: 0;
  background-position: right bottom;
  background-size: auto 100%;
}
.hoverBox.eight {
  right: 0;
  bottom: 14.4375rem;
  max-width: 22.3125rem;
  width: 100%;
}
.hoverBox.eight::before {
  content: " ";
  position: absolute;
  width: 4.3rem;
  height: 0.6875rem;
  bottom: 0;
  top: 6.75rem;
  margin: auto;
  left: -4.3125rem;
  background: url(../images/line_1.png) no-repeat;
  z-index: 0;
  background-position: right bottom;
  transform: scaleX(-1);
  background-size: auto 100%;
}
.hoverBox.nine {
  left: 0;
  bottom: 4.375rem;
  max-width: 24.1875rem;
  width: 100%;
}
.hoverBox.nine::before {
  content: " ";
  position: absolute;
  width: 10.275rem;
  height: 3rem;
  bottom: 3.5rem;
  margin: auto;
  right: -10.3125rem;
  background: url(../images/line_6.png) no-repeat;
  z-index: 0;
  background-position: right bottom;
  background-size: auto 100%;
}
.hoverBox.ten {
  right: 0;
  bottom: 2rem;
  max-width: 30.4375rem;
  width: 100%;
}
.hoverBox.ten::before {
  content: " ";
  position: absolute;
  width: 11.9375rem;
  height: 65px;
  top: -65px;
  margin: auto;
  left: 0;
  background: url(../images/line_5.png) no-repeat;
  z-index: 0;
  background-position: left top;
  background-size: 100% auto;
}

.gift-and-gears {
  padding: 5rem 0;
  background: linear-gradient(183deg, var(--Azul, #0070ba) 2.09%, var(--White, #fff) 89.45%);
}
.gift-and-gears h2 {
  color: var(--White, #fff);
  text-align: center;
  font-style: normal;
  margin-bottom: 2.5rem;
}
.gift-and-gears.pg {
  background: transparent;
}
.gift-and-gears.pg h2 {
  color: #112c4d;
  letter-spacing: 0.225rem;
}

.shop-card {
  background: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  height: 100%;
}

section.gift-card-sec1 {
  padding: 7.69rem 0 9.19rem;
}
section.gift-card-sec1 img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: -2rem;
}
section.gift-card-sec1 p {
  color: #737373;
  font-family: Manrope;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.025rem;
  margin: 2.31rem 0 0;
}
section.gift-card-sec1 label {
  color: #000;
  font-family: "Barlow Semi Condensed";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.88rem;
}
section.gift-card-sec1 input[type=submit] {
  width: 100%;
  height: 4.875rem;
  border: none;
  margin-top: 1.5rem;
}
section.gift-card-sec1 .custom-dropdown {
  width: 100%;
  border: 1px solid #ededed;
  background-color: #f7f7f7;
  position: relative;
  margin-bottom: 1.5rem;
  cursor: pointer;
}
section.gift-card-sec1 .custom-dropdown.active .dropdown-list {
  display: block;
}
section.gift-card-sec1 .custom-dropdown.active i.arrow {
  transform: rotate(180deg);
}
section.gift-card-sec1 .custom-dropdown .selected {
  width: 100%;
  height: 5rem;
  padding: 0.9375rem 1.25rem;
  cursor: pointer;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  border: 1px solid #000;
  background: #fff;
}
section.gift-card-sec1 .custom-dropdown .selected span.selected-text {
  color: var(--Black, #000);
  font-family: "Barlow Semi Condensed";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
section.gift-card-sec1 .custom-dropdown .selected i.arrow {
  font-size: 1rem;
  color: #4a4a4a;
  transition: transform 0.3s ease;
}
section.gift-card-sec1 .custom-dropdown .dropdown-list {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #000;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  list-style: none;
  display: none;
  box-sizing: border-box;
  overflow-y: auto;
  z-index: 10;
  margin: 0.5rem 0 0;
  padding: 0;
}
section.gift-card-sec1 .custom-dropdown .dropdown-list li {
  padding: 1rem 2rem;
  color: #fff;
  font-family: "Barlow Semi Condensed";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
  border-bottom: 1px solid #fff;
}
section.gift-card-sec1 .custom-dropdown .dropdown-list li:last-child {
  border: none;
}
section.gift-card-sec1 .custom-dropdown .dropdown-list li.active {
  background-color: #0070ba;
}
section.gift-card-sec1 .custom-dropdown .dropdown-list li:hover {
  background-color: rgba(0, 112, 186, 0.6823529412);
}

section.gift-gears-details-sec1 {
  padding: 5rem 0;
}
section.gift-gears-details-sec1 .gift-gear-details-slider {
  padding: 3.375rem 6.1875rem 3.3125rem 6.1875rem;
  position: relative;
}
section.gift-gears-details-sec1 .gift-gear-details-slider .owl-stage {
  display: flex;
  align-items: center;
}
section.gift-gears-details-sec1 .gift-gear-details-slider .item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
section.gift-gears-details-sec1 .gift-gear-details-slider .item img {
  width: auto;
}
section.gift-gears-details-sec1 .gift-gear-details-slider .owl-dots {
  margin: 3.44rem 0 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
section.gift-gears-details-sec1 .gift-gear-details-slider .owl-dots button.active span {
  width: 1.875rem;
  background: var(--Azul, #0070ba);
}
section.gift-gears-details-sec1 .gift-gear-details-slider .owl-dots button span {
  margin: 0;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 0.625rem;
  background: var(--Ani-flash-White, #eff2f4);
}
section.gift-gears-details-sec1 .gift-gear-details-slider .owl-dots button span:hover {
  background: var(--Azul, #0070ba);
}
section.gift-gears-details-sec1 .gift-gear-details-slider .owl-nav {
  position: absolute;
  top: calc(50% - 45px);
  width: 100%;
  left: 0;
  transform: translateY(-50%);
}
section.gift-gears-details-sec1 .gift-gear-details-slider .owl-nav button {
  position: absolute;
  background: transparent !important;
  border: none !important;
  font-size: 30px !important;
  color: #1c355e !important;
}
section.gift-gears-details-sec1 .gift-gear-details-slider .owl-nav .owl-prev {
  left: 0px;
}
section.gift-gears-details-sec1 .gift-gear-details-slider .owl-nav .owl-next {
  right: 0px;
}
section.gift-gears-details-sec1 .gift-gear-details-slider .owl-nav button:hover {
  color: #000 !important;
}
section.gift-gears-details-sec1 h6 {
  color: var(--Azul, #0070ba);
  font-family: "Barlow Semi Condensed";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
}
section.gift-gears-details-sec1 h4 {
  color: var(--Black, #000);
  font-family: "Barlow Semi Condensed";
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.225rem;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}
section.gift-gears-details-sec1 .flex-wraper {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
section.gift-gears-details-sec1 .flex-wraper ul {
  display: flex;
  align-items: center;
  margin-right: 0.5rem;
}
section.gift-gears-details-sec1 .flex-wraper ul li {
  display: table;
}
section.gift-gears-details-sec1 .flex-wraper ul li img {
  max-width: 2.25rem;
  max-height: 2.25rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.gift-gears-details-sec1 .flex-wraper span {
  color: var(--Dark, #292929);
  font-family: Manrope;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.025rem;
  padding-right: 0.75rem;
  position: relative;
}
section.gift-gears-details-sec1 .flex-wraper span + span {
  padding-right: 0;
}
section.gift-gears-details-sec1 .flex-wraper span + span::after {
  display: none;
}
section.gift-gears-details-sec1 .flex-wraper span::after {
  content: "";
  width: 0.0625rem;
  height: 0.6875rem;
  background-color: #cdcdcd;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0.3125rem;
}
section.gift-gears-details-sec1 h5 {
  color: var(--Black, #000);
  font-family: "Barlow Semi Condensed";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
section.gift-gears-details-sec1 ul.size {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: left;
  gap: 24px;
  margin-bottom: 3.75rem;
}
section.gift-gears-details-sec1 ul.size li {
  width: 8.1125rem;
  color: var(--Outer-Space, #474944);
  text-align: center;
  font-family: "Barlow Semi Condensed";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  background: var(--White, #fff);
  border: 1px solid #000;
}
section.gift-gears-details-sec1 ul.size li.active {
  border: 1px solid #0070ba;
}
section.gift-gears-details-sec1 ul.size li.active a {
  background-color: #0070ba;
  color: #fff;
}
section.gift-gears-details-sec1 ul.size li a {
  display: block;
  color: var(--Outer-Space, #474944);
  padding: 0.625rem 2.5rem 0.625rem 2.5rem;
}
section.gift-gears-details-sec1 .select-wraper {
  display: flex;
  align-items: center;
  gap: 1.88rem;
  justify-content: space-between;
  margin-bottom: 3.75rem;
}
section.gift-gears-details-sec1 .select-wraper .select-content {
  width: 48%;
}
section.gift-gears-details-sec1 .select-wraper .select-content label {
  color: var(--Black, #000);
  font-family: "Barlow Semi Condensed";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  display: block;
  margin-bottom: 1rem;
}
section.gift-gears-details-sec1 .select-wraper .select-content .custom-dropdown {
  width: 100%;
  position: relative;
  cursor: pointer;
}
section.gift-gears-details-sec1 .select-wraper .select-content .custom-dropdown.active ul.dropdown-list {
  display: block;
}
section.gift-gears-details-sec1 .select-wraper .select-content .custom-dropdown.active i.arrow {
  transform: rotate(180deg);
}
section.gift-gears-details-sec1 .select-wraper .select-content .custom-dropdown .selected {
  width: 100%;
  border: 1px solid var(--Outer-Space, #474944);
  background: var(--Ani-flash-White, #eff2f4);
  padding: 0.625rem 1.125rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  cursor: pointer;
}
section.gift-gears-details-sec1 .select-wraper .select-content .custom-dropdown .selected span.selected-text {
  color: var(--Outer-Space, #474944);
  font-family: Manrope;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.025rem;
}
section.gift-gears-details-sec1 .select-wraper .select-content .custom-dropdown .selected i.arrow {
  font-size: 1.5rem;
  color: #4a4a4a;
  transition: transform 0.3s ease;
}
section.gift-gears-details-sec1 .select-wraper .select-content .custom-dropdown ul.dropdown-list {
  display: none;
  position: absolute;
  top: auto;
  left: 0;
  width: 100%;
  z-index: 9;
  cursor: pointer;
}
section.gift-gears-details-sec1 .select-wraper .select-content .custom-dropdown ul.dropdown-list li {
  width: 100%;
  border-bottom: 1px solid var(--Outer-Space, #474944);
  border-right: 1px solid var(--Outer-Space, #474944);
  border-left: 1px solid var(--Outer-Space, #474944);
  background: var(--Ani-flash-White, #eff2f4);
  padding: 0.625rem 1.125rem;
  transition: all 0.3s ease-in-out;
  color: var(--Outer-Space, #474944);
  font-family: Manrope;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.025rem;
}
section.gift-gears-details-sec1 .select-wraper .select-content .custom-dropdown ul.dropdown-list li.active {
  background-color: #112c4d;
  color: #fff;
}
section.gift-gears-details-sec1 .select-wraper .select-content .custom-dropdown ul.dropdown-list li:hover {
  background-color: #112c4d;
  color: #fff;
}
section.gift-gears-details-sec1 .wraper-box {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
section.gift-gears-details-sec1 .wraper-box .counter-box {
  width: 12rem;
  height: 4.875rem;
  padding: 0.625rem;
  background: #f1f4f7;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  gap: 1.12rem;
}
section.gift-gears-details-sec1 .wraper-box .counter-box button.btn {
  font-size: 2rem;
  border: none;
  background: none;
  cursor: pointer;
  font-weight: bold;
  color: #000;
  transition: 0.2s;
  padding: 0;
}
section.gift-gears-details-sec1 .wraper-box .counter-box button.btn:active {
  transform: scale(0.85);
}
section.gift-gears-details-sec1 .wraper-box .counter-box .value-box {
  text-align: center;
  padding: 0 1.19rem;
  border-right: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
}
section.gift-gears-details-sec1 .wraper-box .counter-box .value-box span.count {
  color: #000;
  text-align: center;
  font-family: "Barlow Semi Condensed";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
section.gift-gears-details-sec1 .wraper-box .counter-box .value-box p {
  color: #000;
  text-align: center;
  font-family: Manrope;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.025rem;
  margin: 0;
}
section.gift-gears-details-sec1 .wraper-box a.blue-btn {
  width: 100%;
  height: 4.875rem;
  padding: 1.55rem 0.625rem;
  border-radius: 0.25rem;
  background: var(--Azul, #0070ba);
  display: flex;
  align-items: center;
  justify-content: center;
}

section.subscribe-sec1 {
  padding: 5rem 0;
}
section.subscribe-sec1 h3 {
  color: var(--Black, #000);
  text-align: center;
  font-family: "Barlow Semi Condensed";
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.225rem;
  text-transform: uppercase;
  margin: 0 0 2rem;
}
section.subscribe-sec1 .subscribe-slider .item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
section.subscribe-sec1 .subscribe-slider .item img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
section.subscribe-sec1 .subscribe-slider .owl-dots {
  margin: 3.44rem 0 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
section.subscribe-sec1 .subscribe-slider .owl-dots button.active span {
  width: 1.875rem;
  background: var(--Azul, #0070ba);
}
section.subscribe-sec1 .subscribe-slider .owl-dots button span {
  margin: 0;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 0.625rem;
  background: var(--Ani-flash-White, #eff2f4);
}
section.subscribe-sec1 .subscribe-slider .owl-dots button span:hover {
  background: var(--Azul, #0070ba);
}
section.subscribe-sec1 h6 {
  color: var(--Azul, #0070ba);
  font-family: "Barlow Semi Condensed";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
}
section.subscribe-sec1 h4 {
  color: var(--Black, #000);
  font-family: "Barlow Semi Condensed";
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.225rem;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}
section.subscribe-sec1 h5 {
  color: var(--Black, #000);
  font-family: "Barlow Semi Condensed";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
section.subscribe-sec1 .flex-wraper {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
section.subscribe-sec1 .flex-wraper ul {
  display: flex;
  align-items: center;
  margin-right: 0.5rem;
}
section.subscribe-sec1 .flex-wraper ul li {
  display: table;
}
section.subscribe-sec1 .flex-wraper ul li img {
  max-width: 2.25rem;
  max-height: 2.25rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.subscribe-sec1 .flex-wraper span {
  color: var(--Dark, #292929);
  font-family: Manrope;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.025rem;
  padding-right: 0.75rem;
  position: relative;
}
section.subscribe-sec1 .flex-wraper span + span {
  padding-right: 0;
}
section.subscribe-sec1 .flex-wraper span + span::after {
  display: none;
}
section.subscribe-sec1 .flex-wraper span::after {
  content: "";
  width: 0.0625rem;
  height: 0.6875rem;
  background-color: #cdcdcd;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0.3125rem;
}
section.subscribe-sec1 .select-wraper {
  display: flex;
  align-items: center;
  gap: 1.88rem;
  justify-content: space-between;
  margin-bottom: 3.75rem;
}
section.subscribe-sec1 .select-wraper .select-content {
  width: 48%;
}
section.subscribe-sec1 .select-wraper .select-content label {
  color: var(--Black, #000);
  font-family: "Barlow Semi Condensed";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  display: block;
  margin-bottom: 1rem;
}
section.subscribe-sec1 .select-wraper .select-content .custom-dropdown {
  width: 100%;
  position: relative;
}
section.subscribe-sec1 .select-wraper .select-content .custom-dropdown.active ul.dropdown-list {
  display: block;
}
section.subscribe-sec1 .select-wraper .select-content .custom-dropdown.active i.arrow {
  transform: rotate(180deg);
}
section.subscribe-sec1 .select-wraper .select-content .custom-dropdown .selected {
  width: 100%;
  border: 1px solid var(--Black, #000);
  background: #fff;
  padding: 0.563rem 1.125rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
section.subscribe-sec1 .select-wraper .select-content .custom-dropdown .selected span.selected-text {
  color: var(--Black, #000);
  font-family: Manrope;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.025rem;
  display: inline-block;
  /* or block/inline-block depending on layout */
  max-width: 100%;
  /* ensure it has a width constraint */
  overflow: hidden;
  white-space: nowrap;
  /* keep it to a single line */
  text-overflow: ellipsis;
  /* show "..." when it overflows */
  vertical-align: middle;
}
section.subscribe-sec1 .select-wraper .select-content .custom-dropdown .selected i.arrow {
  font-size: 1.5rem;
  color: #000;
  transition: transform 0.3s ease;
}
section.subscribe-sec1 .select-wraper .select-content .custom-dropdown ul.dropdown-list {
  display: none;
  position: absolute;
  top: auto;
  left: 0;
  width: 100%;
  z-index: 9;
}
section.subscribe-sec1 .select-wraper .select-content .custom-dropdown ul.dropdown-list li {
  width: 100%;
  border-bottom: 1px solid var(--Black, #000);
  border-right: 1px solid var(--Black, #000);
  border-left: 1px solid var(--Black, #000);
  background: #fff;
  padding: 0.625rem 1.125rem;
  transition: all 0.3s ease-in-out;
  color: var(--Black, #000);
  font-family: Manrope;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.025rem;
}
section.subscribe-sec1 .select-wraper .select-content .custom-dropdown ul.dropdown-list li.active {
  background-color: #112c4d;
  color: #fff;
}
section.subscribe-sec1 .select-wraper .select-content .custom-dropdown ul.dropdown-list li:hover {
  background-color: #112c4d;
  color: #fff;
}
section.subscribe-sec1 .wraper-box {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
section.subscribe-sec1 .wraper-box .counter-box {
  width: 12rem;
  height: 4.875rem;
  padding: 0.625rem;
  background: #f1f4f7;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  gap: 1.12rem;
}
section.subscribe-sec1 .wraper-box .counter-box button.btn {
  font-size: 2rem;
  border: none;
  background: none;
  cursor: pointer;
  font-weight: bold;
  color: #000;
  transition: 0.2s;
  padding: 0;
}
section.subscribe-sec1 .wraper-box .counter-box button.btn:active {
  transform: scale(0.85);
}
section.subscribe-sec1 .wraper-box .counter-box .value-box {
  text-align: center;
  padding: 0 1.19rem;
  border-right: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
}
section.subscribe-sec1 .wraper-box .counter-box .value-box span.count {
  color: #000;
  text-align: center;
  font-family: "Barlow Semi Condensed";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
section.subscribe-sec1 .wraper-box .counter-box .value-box p {
  color: #000;
  text-align: center;
  font-family: Manrope;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.025rem;
  margin: 0;
}
section.subscribe-sec1 .wraper-box a.blue-btn {
  width: 100%;
  height: 4.875rem;
  padding: 0.75rem 0.625rem;
  border-radius: 0.25rem;
  background: var(--Azul, #0070ba);
  display: flex;
  align-items: center;
  justify-content: center;
}

section.american-artesian-water-details-sec1 {
  padding-bottom: 11.38rem;
  padding-top: 3.75rem;
}
section.american-artesian-water-details-sec1 h6 {
  color: var(--Azul, #0070ba);
  font-family: "Barlow Semi Condensed";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
}
section.american-artesian-water-details-sec1 h4 {
  color: var(--Black, #000);
  font-family: "Barlow Semi Condensed";
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.225rem;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}
section.american-artesian-water-details-sec1 h5 {
  color: var(--Black, #000);
  font-family: "Barlow Semi Condensed";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
section.american-artesian-water-details-sec1 .flex-wraper {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
section.american-artesian-water-details-sec1 .flex-wraper ul {
  display: flex;
  align-items: center;
  margin-right: 0.5rem;
}
section.american-artesian-water-details-sec1 .flex-wraper ul li {
  display: table;
}
section.american-artesian-water-details-sec1 .flex-wraper ul li img {
  max-width: 2.25rem;
  max-height: 2.25rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.american-artesian-water-details-sec1 .flex-wraper span {
  color: var(--Dark, #292929);
  font-family: Manrope;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.025rem;
  padding-right: 0.75rem;
  position: relative;
}
section.american-artesian-water-details-sec1 .flex-wraper span + span {
  padding-right: 0;
}
section.american-artesian-water-details-sec1 .flex-wraper span + span::after {
  display: none;
}
section.american-artesian-water-details-sec1 .flex-wraper span::after {
  content: "";
  width: 0.0625rem;
  height: 0.6875rem;
  background-color: #cdcdcd;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0.3125rem;
}
section.american-artesian-water-details-sec1 ul.tabs {
  display: flex;
  align-items: center;
  gap: 1.88rem;
  margin-bottom: 1.5rem;
}
section.american-artesian-water-details-sec1 ul.tabs li {
  width: 100%;
  color: var(--Outer-Space, #474944);
  text-align: center;
  font-family: "Barlow Semi Condensed";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  padding: 0.563rem 2.5rem;
  border: 1px solid var(--Black, #000);
  cursor: pointer;
}
section.american-artesian-water-details-sec1 ul.tabs li.active {
  background: var(--Azul, #0070ba);
  color: var(--White, #fff);
  border: 1px solid var(--Azul, #0070ba);
}
section.american-artesian-water-details-sec1 .tab_container {
  width: 100%;
}
section.american-artesian-water-details-sec1 .tab_container .tab_content {
  display: none;
}
section.american-artesian-water-details-sec1 .tab_container .tab_content img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
section.american-artesian-water-details-sec1 .wraper-box {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
section.american-artesian-water-details-sec1 .wraper-box .counter-box {
  width: 12rem;
  height: 4.875rem;
  padding: 0.625rem;
  background: #f1f4f7;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  gap: 1.12rem;
}
section.american-artesian-water-details-sec1 .wraper-box .counter-box button.btn {
  font-size: 2rem;
  border: none;
  background: none;
  cursor: pointer;
  font-weight: bold;
  color: #000;
  transition: 0.2s;
  padding: 0;
}
section.american-artesian-water-details-sec1 .wraper-box .counter-box button.btn:active {
  transform: scale(0.85);
}
section.american-artesian-water-details-sec1 .wraper-box .counter-box .value-box {
  text-align: center;
  padding: 0 1.19rem;
  border-right: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
}
section.american-artesian-water-details-sec1 .wraper-box .counter-box .value-box span.count {
  color: #000;
  text-align: center;
  font-family: "Barlow Semi Condensed";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
section.american-artesian-water-details-sec1 .wraper-box .counter-box .value-box p {
  color: #000;
  text-align: center;
  font-family: Manrope;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.025rem;
  margin: 0;
}
section.american-artesian-water-details-sec1 .wraper-box a.blue-btn {
  width: 100%;
  height: 4.875rem;
  padding: 0.75rem 0.625rem;
  border-radius: 0.25rem;
  background: var(--Azul, #0070ba);
  display: flex;
  align-items: center;
  justify-content: center;
}
section.american-artesian-water-details-sec1 .purchase-box {
  margin-bottom: 1.5rem;
}
section.american-artesian-water-details-sec1 .purchase-box .purchase-option {
  position: relative;
  border: 1px solid #000;
  background: #fff;
}
section.american-artesian-water-details-sec1 .purchase-box .purchase-option input[type=radio] {
  position: absolute;
  opacity: 0;
  z-index: 9;
  cursor: pointer;
  width: 1.5rem;
  height: 1.5rem;
  top: 32%;
  left: 3.04%;
}
section.american-artesian-water-details-sec1 .purchase-box .purchase-option input[type=radio]:checked + .content-wraper {
  background-color: #0070ba;
}
section.american-artesian-water-details-sec1 .purchase-box .purchase-option input[type=radio]:checked + .content-wraper .default-text .offer-headline span {
  color: #fff;
}
section.american-artesian-water-details-sec1 .purchase-box .purchase-option input[type=radio]:checked + .content-wraper .default-text .offer-headline span::after {
  outline: 1px solid #fff;
  border: 4px solid #0070ba;
}
section.american-artesian-water-details-sec1 .purchase-box .purchase-option input[type=radio]:checked + .content-wraper .default-text .price-option span {
  color: #fff;
}
section.american-artesian-water-details-sec1 .purchase-box .purchase-option input[type=radio]:checked + .content-wraper .default-text .price-option span::after {
  background-color: #fff;
}
section.american-artesian-water-details-sec1 .purchase-box .purchase-option input[type=radio]:checked + .content-wraper .default-text .price-option span s {
  color: #112c4d;
}
section.american-artesian-water-details-sec1 .purchase-box .purchase-option input[type=radio]:checked + .content-wraper .default-text + .after-choose-visible-text {
  display: block;
}
section.american-artesian-water-details-sec1 .purchase-box .purchase-option .content-wraper {
  padding: 1.25rem;
}
section.american-artesian-water-details-sec1 .purchase-box .purchase-option .content-wraper .default-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 0.125rem;
}
section.american-artesian-water-details-sec1 .purchase-box .purchase-option .content-wraper .default-text .offer-headline {
  display: flex;
  align-items: center;
  gap: 1rem;
}
section.american-artesian-water-details-sec1 .purchase-box .purchase-option .content-wraper .default-text .offer-headline span {
  color: var(--Black, #000);
  font-family: "Barlow Semi Condensed";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  display: block;
  padding: 0.0625rem;
  padding-left: 2.5rem;
  position: relative;
}
section.american-artesian-water-details-sec1 .purchase-box .purchase-option .content-wraper .default-text .offer-headline span::after {
  content: "";
  width: 1.34375rem;
  height: 1.34375rem;
  outline: 1px solid #000;
  border: 4px solid #fff;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 50%;
}
section.american-artesian-water-details-sec1 .purchase-box .purchase-option .content-wraper .default-text .offer-headline .popular-offer {
  background: var(--Red, #de0000);
  padding: 0.25rem 1.25rem;
}
section.american-artesian-water-details-sec1 .purchase-box .purchase-option .content-wraper .default-text .offer-headline .popular-offer strong {
  color: var(--White, #fff);
  font-family: Manrope;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.025rem;
}
section.american-artesian-water-details-sec1 .purchase-box .purchase-option .content-wraper .default-text .price-option {
  display: flex;
  align-items: center;
}
section.american-artesian-water-details-sec1 .purchase-box .purchase-option .content-wraper .default-text .price-option span {
  color: var(--Black, #000);
  font-family: "Barlow Semi Condensed";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  padding-left: 1rem;
  display: block;
  position: relative;
}
section.american-artesian-water-details-sec1 .purchase-box .purchase-option .content-wraper .default-text .price-option span s {
  color: #bfc1bc;
}
section.american-artesian-water-details-sec1 .purchase-box .purchase-option .content-wraper .default-text .price-option span:first-child {
  padding: 0;
}
section.american-artesian-water-details-sec1 .purchase-box .purchase-option .content-wraper .default-text .price-option span:first-child::after {
  display: none;
}
section.american-artesian-water-details-sec1 .purchase-box .purchase-option .content-wraper .default-text .price-option span::after {
  content: "";
  width: 0.0825rem;
  height: 0.9375rem;
  background: #000;
  position: absolute;
  top: 0.2rem;
  bottom: 0;
  left: 0.5rem;
  margin: auto;
}
section.american-artesian-water-details-sec1 .purchase-box .purchase-option .content-wraper .after-choose-visible-text {
  display: none;
  padding-top: 1rem;
}
section.american-artesian-water-details-sec1 .purchase-box .purchase-option .content-wraper .after-choose-visible-text .custom-dropdown {
  margin-bottom: 1.25rem;
  position: relative;
}
section.american-artesian-water-details-sec1 .purchase-box .purchase-option .content-wraper .after-choose-visible-text .custom-dropdown.active ul.dropdown-list {
  display: block;
}
section.american-artesian-water-details-sec1 .purchase-box .purchase-option .content-wraper .after-choose-visible-text .custom-dropdown.active i.arrow {
  transform: rotate(180deg);
}
section.american-artesian-water-details-sec1 .purchase-box .purchase-option .content-wraper .after-choose-visible-text .custom-dropdown .selected {
  border: 1px solid var(--Prussian-Blue, #112c4d);
  background: var(--Prussian-Blue, #112c4d);
  width: 100%;
  padding: 0.625rem 1.875rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  cursor: pointer;
}
section.american-artesian-water-details-sec1 .purchase-box .purchase-option .content-wraper .after-choose-visible-text .custom-dropdown .selected span.selected-text {
  color: var(--White, #fff);
  font-family: Manrope;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.025rem;
}
section.american-artesian-water-details-sec1 .purchase-box .purchase-option .content-wraper .after-choose-visible-text .custom-dropdown .selected i.arrow {
  font-size: 1.1rem;
  color: #ffffff;
  transition: transform 0.3s ease;
}
section.american-artesian-water-details-sec1 .purchase-box .purchase-option .content-wraper .after-choose-visible-text .custom-dropdown ul.dropdown-list {
  position: absolute;
  top: auto;
  width: 100%;
  left: 0;
  margin-top: 0.5rem;
  background: #fff;
  z-index: 9;
  display: none;
  cursor: pointer;
}
section.american-artesian-water-details-sec1 .purchase-box .purchase-option .content-wraper .after-choose-visible-text .custom-dropdown ul.dropdown-list li {
  padding: 0.625rem 1.875rem;
  border-bottom: 1px solid #ebebeb;
  display: flex;
  align-items: center;
  gap: 0.62rem;
}
section.american-artesian-water-details-sec1 .purchase-box .purchase-option .content-wraper .after-choose-visible-text .custom-dropdown ul.dropdown-list li input[type=checkbox] {
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid #000;
}
section.american-artesian-water-details-sec1 .purchase-box .purchase-option .content-wraper .after-choose-visible-text .custom-dropdown ul.dropdown-list li span {
  color: #000;
  font-family: Manrope;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.025rem;
}
section.american-artesian-water-details-sec1 .purchase-box .purchase-option .content-wraper .after-choose-visible-text ul.feachers {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.29rem;
  align-items: flex-start;
}
section.american-artesian-water-details-sec1 .purchase-box .purchase-option .content-wraper .after-choose-visible-text ul.feachers li {
  padding-left: 1.82rem;
  color: var(--White, #fff);
  font-family: Manrope;
  font-size: 1.15rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.025rem;
  background-image: url(../images/check.svg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 1.4rem 1.875rem;
}
section.american-artesian-water-details-sec1 .purchase-box .purchase-option .content-wraper .after-choose-visible-text p {
  color: var(--White, #fff);
  font-family: Manrope;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.025rem;
  margin-bottom: 1.25rem;
}

.accordion-type-2-wrap {
  margin-top: 24px;
}
.accordion-type-2-wrap .accordion {
  width: 100%;
}
.accordion-type-2-wrap .accordion > li {
  margin-bottom: 1.5rem;
  border: 1px solid #000;
}
.accordion-type-2-wrap .accordion > li h4 {
  color: var(--Black, #000);
  font-family: "Barlow Semi Condensed";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0;
  padding-inline: 20px;
  padding-block: 24.5px;
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 0;
}
.accordion-type-2-wrap .accordion > li h4::after {
  content: "+";
  font-weight: 200;
  text-align: center;
  font-size: 54px;
  padding-bottom: 6px;
  color: #454545;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
}
.accordion-type-2-wrap .accordion > li:last-child {
  margin-bottom: 0;
}
.accordion-type-2-wrap .accordion > li .content {
  display: none;
  padding-inline: 20px;
  padding-bottom: 1.5rem;
}
.accordion-type-2-wrap .accordion > li p {
  color: #454545;
  max-width: 56rem;
}
.accordion-type-2-wrap .accordion > li p a {
  color: #000;
}
.accordion-type-2-wrap .accordion > li ul li {
  color: #454545;
  max-width: 56rem;
  font-family: Manrope;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.025rem;
  margin-left: 1.25rem;
  margin-bottom: 5px;
  list-style: disc;
}
.accordion-type-2-wrap .accordion > li ul li a {
  color: #000;
}
.accordion-type-2-wrap .accordion > li p:not(:last-child) {
  margin-bottom: 25px;
}
.accordion-type-2-wrap .accordion > li.active h4::after {
  content: "-";
}

section.subscribe-sec1 .page-head-block {
  text-align: center;
  margin-bottom: 48px;
}
section.subscribe-sec1 .page-head-block h3 {
  color: var(--Black, #000);
  font-family: "Barlow Semi Condensed";
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
section.subscribe-sec1 .page-head-block span {
  display: block;
  color: var(--Grey, #454545);
  font-family: "Barlow Semi Condensed";
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 12px;
}
section.subscribe-sec1 .page-head-block span strong {
  font-weight: 600;
  color: var(--Azul, #0070ba);
}
section.subscribe-sec1 .page-head-block span:nth-last-child {
  margin-bottom: 0px;
}

.legal-page {
  padding: 80px 20px;
  font-family: Arial, Helvetica, sans-serif;
}

.legal-page .legal-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.legal-page h1 {
  font-size: 38px;
  margin-bottom: 25px;
  text-align: center;
}

.legal-page h2 {
  margin-top: 40px;
}

.legal-page h3 {
  font-size: 1.75rem;
  margin-top: 20px;
}

.legal-page p {
  margin: 14px 0;
}

.legal-page ul li,
.legal-page ol li {
  color: var(--Outer-Space, #474944);
  font-family: Manrope;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.025rem;
  margin: 14px 0;
}

.legal-page ul li {
  list-style: disc;
  margin-left: 24px;
}

.legal-page ul li::marker {
  color: var(--Azul, #0070ba);
  font-size: 1.5rem;
}

.legal-page hr {
  border: none;
  border-top: 1px solid #e5e5e5;
  margin: 40px 0;
}

.legal-page a {
  color: #1a73e8;
  text-decoration: none;
}

.legal-page a:hover {
  text-decoration: underline;
}

.legal-page .legal-contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 20px;
}

.legal-page .legal-contact-item strong {
  display: block;
  margin-bottom: 8px;
}

.legal-page .legal-copyright {
  margin-top: 50px;
  font-size: 14px;
  color: #777;
}

section.gift-gears-details-sec1 .price-wraper {
  display: flex;
  align-items: flex-end;
  gap: 0.75rem;
  margin: 1.5rem 0;
}
section.gift-gears-details-sec1 .price-wraper span.new-price {
  color: var(--Black, #000);
  font-family: "Barlow Semi Condensed";
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.225rem;
  text-transform: uppercase;
}
section.gift-gears-details-sec1 .price-wraper span.old-price {
  color: #bfc1bc;
  font-family: "Barlow Semi Condensed";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration-line: line-through;
  text-transform: uppercase;
}

.accordion-type-2-wrap {
  margin-top: 0;
}
.accordion-type-2-wrap.accordion-top-spacing {
  margin-top: 24px;
}

section.gift-gears-details-sec1 .gift-gear-details-slider {
  padding: 3.375rem 3.8125rem 3.3125rem;
}

section.gift-gears-details-sec1 .wraper-box {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin: 3.75rem 0;
}

section.inr-bnr ul {
  display: none !important;
}/*# sourceMappingURL=style.css.map */