@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');


* {
  margin: 0;
  padding: 0;
}
.no-scroll {
  overflow: hidden;
}
* html {
  font-size: 87.5%
}

html {
  -ms-overflow-x: hidden;
  overflow-x: hidden
}

body {
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  line-height: 1.3;
  color: #000000;
  overflow-wrap: break-word;
  word-wrap: break-word
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  vertical-align: baseline;
  font-family: inherit;
  font-size: 14px;
  font-style: inherit;
  font-weight: inherit;
  font-family: "Outfit", sans-serif;
}

p,
span {
  line-height: 1.5;
}

.text-white {
  color: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

p {
  margin: 0 0 20px;
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  font-family: "Outfit", sans-serif;
  margin: 1em auto 0.2em;
}

h1 {
font-size: 60px;
  font-weight: bold;
  letter-spacing: -1.5px;
}

h2 {
  font-size: 48px;
  font-weight: bold;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 28px;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

caption,
th,
td {
  font-weight: normal;
  text-align: left
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none
}

blockquote,
q {
  quotes: none
}


a:hover,
a:active {
  outline: 0
}

a img {
  border: 0
}

img {
  max-width: 100%;
  height: auto
}

select {
  max-width: 100%
}

em {
  font-style: italic
}

figure>img {
  display: block;
  margin: 0 auto
}

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

b,
strong {
  font-weight: bold;
}

::-ms-input-placeholder {
  /* Edge 12-18 */
  color: color(srgb 0 0 0 / 0.58);
  font-size: 0.9em;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
}

::placeholder {
  color: color(srgb 0 0 0 / 0.58);
  font-size: 0.9em;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
}

#current-addr::-ms-input-placeholder {
  color: #000 !important;
}

#current-addr .form-inner-group .form-label input::placeholder {
  color: #000 !important;
}

.container {
  width: 100%;
  margin: 0 auto;
  max-width: 1300px;
  padding: 0 20px;
}

label {
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 5px;
  color: #000000;
}

.hide {
  display: none !important;
}

.grid {
  display: flex;
}

input,
select {
  background-color: #ffffff;
  border-color: #D1D1D1;
  border-width: 1px;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
}

form input:hover,
form input:focus,
form select:hover,
form select:focus,
input:hover,
input:focus,
select:hover,
select:focus,
textarea:hover,
textarea:focus {
  border: 1px solid #cd1818 !important;
  outline: 0;
}

form input[type=text],
form input[type=password],
form input[type=email],
form input[type=url],
form input[type=date],
form input[type=month],
form input[type=time],
form input[type=datetime],
form input[type=datetime-local],
form input[type=week],
form input[type=number],
form input[type=search],
form input[type=tel],
form input[type=color],
form select,
form textarea {
  display: inline-block;
  min-height: 40px;
  width: 100%;
  font-size: 14px;
  line-height: 1.8;
  padding: 4px 12px;
  margin-top: 5px;
  font-family: "Outfit", sans-serif;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0);
  color: #1D1F24;
  border: 1px solid color(srgb 0.17 0.18 0.2 / 0.51);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 4px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

button.primary-button,
.primary-button {
  border: 0;
  color: #fff;
  border-style: none;
  border-radius: 25px;
  padding: 13px 24px;
  cursor: pointer;
  text-align: center;
  background: #CD1818;
  border-radius: 6px;
  font-family: "Outfit", sans-serif;
  border: 0;
  font-weight: bold;
  transition: all 0.3s;
}

button.primary-button:hover,
.primary-button:hover {
  background-color: #1a1818;
  border-color: #1a1818;
  transition: all 0.3s;
}

.primary-button {
  text-decoration: none;
}

button.primary-button>span,
.primary-button>span {
  display: flex;
  justify-content: center;
  align-items: center;
}

button.primary-button .button-icon,
.primary-button .button-icon {
  margin-right: 6px;
  position: relative;
  top: -1px;
}

button.primary-button svg,
.primary-button svg {
  height: 16px;
  width: 16px;
  fill: #fff;
  position: relative;
  top: 3px;
}

button.primary-button span.button-text,
.primary-button span.button-text {
  text-align: center;
  font-size: 1.2em;
  font-weight: 600;
  margin-right: 0.2rem;
}

button.secondary-button {
  color: #CD1818;
  background: #CD1818;
  border-radius: 6px;
  font-family: "Outfit", sans-serif;
  border: 1px solid #78090975;
  border-radius: 25px;
  padding: 16px 20px;
  cursor: pointer;
  text-align: center;
  background: #FEE;
  font-family: "Outfit", sans-serif;
  border-radius: 4px;
  transition: all 0.4s;
  width: 100%;
  max-width: max-content;
}

button.secondary-button>span {
  display: flex;
  justify-content: center;
  align-items: center;
}

button.secondary-button .button-icon {
  margin-right: 6px;
  position: relative;
  top: -1px;
}

button.secondary-button svg {
  height: 16px;
  width: 16px;
  fill: #27344d;
  position: relative;
  margin-left: 0.5rem;
}

button.secondary-button span.button-text {
  text-align: center;
  font-size: 1.2em;
  font-weight: 600;
  margin-left: 0.2rem;
}

.big-button {
  display: block;
  text-align: center;
  width: 100%;
}

.big-button .primary-button {
  width: 100%;
    display: block;
    font-size: 20px;
    padding: 0.8em 1.5em;
    max-width: 500px;
    margin: 2em auto 0;
      margin-top: 2em;
    font-weight: 500;
}

.bg-grey .primary-button {
  text-transform: uppercase;
  padding: 1em 4em !important;
  text-align: center;
}

button.disabled {
  background-color: #E1E2E3;
}

button.terriorty-button svg {
  height: 16px;
  width: 16px;
  fill: #000465;
  position: relative;
  margin-left: 0.5rem;
  top: 4px;
  transform: rotate(180deg);
}

.tab-content .form-button button.terriorty-button {
  border: 1px solid #000465;
  border-radius: 50px;
  padding: 1rem 4rem;
  margin-right: 2rem;
  color: #000465;
}

button.terriorty-button span {
  font-weight: bold;
}

button.terriorty-button {
  border: 0;
  background: transparent;
  padding: 1rem;
  border-radius: 50px;
}

.mt-6 {
  margin-top: 8rem;
}

.mt-4 {
  margin-top: 4rem;
}

.mb-6 {
  margin-bottom: 7rem;
}

.mt-2 {
  margin-top: 2rem;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.section-heading h3 {
  color: #000;
  margin-top: 0;
}

.section-heading h2 {
  color: #000;
  font-weight: 900;
  line-height: 1.5;
  margin-top: 0;
}

.section-heading .subheading {
  font-size: 26px;
  color: #000;
  font-weight: 600;
}

section.faq {
  margin: 130px 0 70px;
}


.accordion .accordion-content blockquote {
  margin: 0;
  border: 0;
  max-width: 100%;
  padding: 0;
  color: #212529;
}

.accordion .accordion-content blockquote p {
  margin-bottom: 0.5em;
  font-size: 1.6rem;
  color: #212529;
}

.accordion .accordion-content blockquote .author {
  margin-bottom: 1em;
  font-size: 1.6rem;
}

.accordion {
  max-width: 940px;
  margin: 3em auto;
}

.accordion .accordion-item {
  border-bottom: 1px solid #000;
  margin-bottom: 1em;
}

.accordion .accordion-item button[aria-expanded='true'] {
  border-bottom: 0 solid #000;
}

.text-align {
  text-align: center;
}

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0.5em 1em 0;
  color: #000;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: #000;
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #000;
  border: 1px solid #000;
}

.accordion button .accordion-title {
  padding: 0.2em 1.2em 0.2em 0px;
  font-size: 26px;
  font-weight: 600;
  color: #000;
}

.accordion .accordion-content p a {
  color: #cd1818;
}

.accordion button .icon {
  display: inline-block;
  position: relative;
  top: 0;
  right: 6px;
  width: 14px;
  height: 22px;
  border-radius: 0;
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: '';
  top: 11px;
  left: 1px;
  width: 20px;
  height: 2px;
  background: #000;
}

.accordion button .icon::after {
  display: block;
  position: absolute;
  content: '';
  top: 2px;
  left: 10px;
  width: 2px;
  height: 20px;
  background: #000;
}

.accordion button[aria-expanded='true'] {
  color: #000;
}

.accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}

.accordion button[aria-expanded='true']+.accordion-content {
  opacity: 1;
  max-height: 20em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}

.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}

.accordion .accordion-content p {
  font-size: 1.4rem;
  font-weight: 400;
  margin: 0.5em 0 1em;
  line-height: 1.5;
  color: #212529;
}

span.error-message {
  margin-top: 5px;
  display: block;
  font-size: 1em;
}

input[id="form-field-attachment"] {
  display: block;
  width: 100%;
  opacity: 0;
  position: relative;
  top: 0;
  height: 0;
  margin-top: -70px;
  cursor: pointer;
}

label[for="form-field-attachment"] {
  background: #fff;
  height: 145px;
  background-image: url(https://consumer.zlk.com/wp-content/uploads/2025/01/upload.png);
  background-repeat: no-repeat;
  background-position: top 18px center;
  position: relative;
  background-size: 45px;
  color: transparent !important;
  margin: auto;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  /* transform: translateY(-50%); */
  border: 1px solid color(srgb 0.17 0.18 0.2 / 0.51);
  box-sizing: border-box;
  border-radius: 4px;
  cursor: pointer;
}

label[for="form-field-attachment"]:before {
  content: "Upload a file or drag and drop";
  display: block;
  position: absolute;
  top: 50%;
  font-size: 16px;
  color: #505050;
  font-weight: 500;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

label[for="form-field-attachment"]:after {
  display: block;
  content: 'PNG, JPG, GIF up to 5MB';
  background: transparent;
  width: 100%;
  height: auto;
  line-height: 27px;
  position: absolute;
  bottom: 19px;
  font-size: 14px;
  color: #000;
  font-weight: 500;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.consultion-form-inner [disabled] {
  opacity: 0.5;
  cursor: not-allowed !important;
}

.accordion .accordion-content li {
  margin-bottom: 0.5rem;
}

.accordion .accordion-content li,
.accordion .accordion-content p,
.accordion .accordion-content p a {
  font-size: 1.6rem;
}

.read-more {
  text-align: center;
  margin: 5em auto;
}

.territory-button {
  border: 0;
  color: #000;
  border-style: none;
  padding: 1em 2em;font-size: 1.2em;
  cursor: pointer;
  background: transparent;
  border-radius: 6px;
  font-family: "Outfit", sans-serif;
  border: 1px solid #000;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.territory-button:hover {
  background: #CD1818;
  border-radius: 6px;
  border: 1px solid #780909;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

/* input[type=file] {
  margin: auto;
  padding: 0.4em;
  border: 1px solid color(srgb 0.17 0.18 0.2 / 0.51);
  background-color: #fff;
  transition: border-color 0.25s ease-in-out;
  width: 100%;
  margin-top: 6px;
  border-radius: 4px;
  cursor: pointer;
}
input[type=file]::file-selector-button {
  padding: 0.4em 1.0em;
  border-width: 0;
  border-radius: 6px;
  background-color: #27344d;
  color: #dbe6f0;
  font-family: "Outfit", sans-serif;
  font-weight:600;
  font-size:1em;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  margin-right: 1em;
}
input[type=file]:hover {
  border-color: #888;
}
input[type=file]:hover::file-selector-button {
  background-color: #b68c5a;
} */
:disabled {
  background-color: #676464 !important;
  border: 1px solid #676464 !important;
  opacity: 0.3;
  cursor: not-allowed !important;
}
#main {
  padding: 1.2em;
}
.mobile-button{
  display: none
}
