@charset "UTF-8";
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,
sub,
sup,
tt,
var,
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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

@font-face {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Helvetica/Helvetica-Light.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Helvetica/Helvetica.ttf") format("truetype");
}
@font-face {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Helvetica/Helvetica-Bold.ttf") format("truetype");
}


html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

* {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  font-family: lexend deca,sans-serif;
  word-break: break-word;
}

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

body {
  position: relative;
  font-family: lexend deca,sans-serif;
  font-weight: 400;
  font-size: 1rem;
  font-style: normal;
  text-rendering: geometricPrecision;
  line-height: 1.7em;
  color: #242627;
  background-color: #fff;
  word-break: break-word;
}
body.hidden {
  overflow: hidden;
}

input,
textarea,
select,
button {
  outline: none;
  font-family: lexend deca,sans-serif;
  text-rendering: geometricPrecision;
  border: 0;
  color: #242627;
  font-size: 1rem;
}

input {
  line-height: normal;
}

label,
button {
  cursor: pointer;
}

a {
  text-decoration: unset;
  color: inherit;
}

a:hover,
a:active,
a:focus {
  outline: 0;
  color: inherit;
}

.link-decoration:hover {
  text-decoration: underline;
}

img {
  display: block;
  max-width: 100%;
  object-fit: cover;
}

.mx-auto {
  margin: auto;
}
 .relative{
    position: relative;
  }

/*===========================================================================*/
.font-primary {
  font-family: lexend deca,sans-serif;
}

.font-secondary {
  /* font-family: "Helvetica", sans-serif; */
}

.font-tertiary {
  font-family: "Arial", sans-serif;
}

.font-quaternary {
  font-family: "Aguafina Script", cursive;
}

/*===========================================================================*/
.w-1400 {
  max-width: 87.5rem;
  margin: 0 auto;
}

.w-1410 {
  max-width: 1410px;
  margin: 0 auto;
}
.w-1280 {
  max-width: 80rem;
  margin: 0 auto;
}

.w-1024 {
  max-width: 64rem;
  margin: 0 auto;
}

.w-full {
  width: 100%;
}

.w-35 {
  width: 35%;
}

.w-40 {
  width: 40%;
}

/*=================================================================*/
.d-2xl-none {
  display: none;
}

.d-2xl-block {
  display: block;
}

.d-2xl-flex {
  display: flex;
}

.d-2xl-grid {
  display: grid;
}

.d-2xl-inline {
  display: inline-block;
}

.d-2xl-inline-flex {
  display: inline-flex;
}

/*=================================================================*/
.btn {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
  background-color: transparent;
  color: #242627;
  outline: none;
}

/*===========================================================================*/
.fs-10 {
  font-size: 0.625rem;
}

.fs-11 {
  font-size: 0.6875rem;
}

.fs-12 {
  font-size: 0.75rem;
}

.fs-13 {
  font-size: 0.8125rem;
}

.fs-14 {
  font-size: 0.875rem;
}

.fs-15 {
  font-size: 0.9375rem;
}

.fs-16 {
  font-size: 1rem;
}

.fs-17 {
  font-size: 1.0625rem;
}

.fs-18 {
  font-size: 1.125rem;
}

.fs-20 {
  font-size: 1.25rem;
}

.fs-21 {
  font-size: 1.3125rem;
}

.fs-22 {
  font-size: 1.375rem;
}

.fs-23 {
  font-size: 1.4375rem;
}

.fs-24 {
  font-size: 1.5rem;
}

.fs-25 {
  font-size: 1.5625rem;
}

.fs-26 {
  font-size: 1.625rem;
}

.fs-28 {
  font-size: 1.75rem;
}

.fs-30 {
  font-size: 1.875rem;
}

.fs-32 {
  font-size: 2rem;
}

.fs-34 {
  font-size: 2.125rem;
}

.fs-36 {
  font-size: 2.25rem;
}

.fs-40 {
  font-size: 2.5rem;
}

.fs-48 {
  font-size: 3rem;
}

/*=================================================================*/
.image-wrapper-50 {
  position: relative;
  display: block;
  padding-bottom: 50%;
}

.image-wrapper {
  position: relative;
  display: block;
  padding-bottom: 60%;
}

.image-wrapper-75 {
  position: relative;
  display: block;
  padding-bottom: 75%;
}

.image-wrapper-full {
  position: relative;
  display: block;
  padding-bottom: 100%;
}

.image-wrapper-104 {
  position: relative;
  display: block;
  padding-bottom: 104.5%;
}

.image-wrapper-50 img,
.image-wrapper img,
.image-wrapper-75 img,
.image-wrapper-full img,
.image-wrapper-104 img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/*=================================================================*/
.text-black {
  color: #000;
}

.text-white {
  color: #fff;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5);
}

.text-white-70 {
  color: rgba(255, 255, 255, 0.7);
}

.text-gray-333 {
  color: #333;
}

.text-gray-39 {
  color: #393939;
}

.text-gray-666 {
  color: #666;
}

.text-gray-60 {
  color: #606060;
}

.text-gray-999 {
  color: #999;
}

.text-gray-1b {
  color: #1b1b1b;
}

.text-gray-3c3d3e {
  color: #3c3d3e;
}

.text-gray-2c2e {
  color: #2c2e36;
}

.text-gray-2c2f {
  color: #2c2f31;
}

.text-orange-fb {
  color: #fb7906;
}

.text-blue-579 {
  color: #5799ef;
}

.text-blue-007 {
  color: #0071c2;
}

.text-yellow-fe {
  color: #febb02;
}

.text-green-008 {
  color: #008009;
}

/*=================================================================*/
.bg-white {
  background-color: #fff;
}

.bg-black {
  background-color: #000;
}

.bg-transparent {
  background-color: transparent;
}

.bg-yellow-fa {
  background-color: #fab04f;
}

.bg-blue-007 {
  background-color: #0071c2;
}

/*=================================================================*/
.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

/*=================================================================*/
.pt-4 {
  padding-top: 0.25rem;
}

.pb-4 {
  padding-bottom: 0.25rem;
}

.pl-4 {
  padding-left: 0.25rem;
}

.pr-4 {
  padding-right: 0.25rem;
}

.py-4 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.px-4 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.p-4 {
  padding: 0.25rem;
}

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

.mb-4 {
  margin-bottom: 0.25rem;
}

.ml-4 {
  margin-left: 0.25rem;
}

.mr-4 {
  margin-right: 0.25rem;
}

.my-4 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.mx-4 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.m-4 {
  margin: 0.25rem;
}

/*=================================================================*/
.pt-8 {
  padding-top: 0.5rem;
}

.pb-8 {
  padding-bottom: 0.5rem;
}

.pl-8 {
  padding-left: 0.5rem;
}

.pr-8 {
  padding-right: 0.5rem;
}

.py-8 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.px-8 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.p-8 {
  padding: 0.5rem;
}

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

.mb-8 {
  margin-bottom: 0.5rem;
}

.ml-8 {
  margin-left: 0.5rem;
}

.mr-8 {
  margin-right: 0.5rem;
}

.my-8 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.mx-8 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.m-8 {
  margin: 0.5rem;
}

/*=================================================================*/
.pt-10 {
  padding-top: 0.625rem;
}

.pb-10 {
  padding-bottom: 0.625rem;
}

.pl-10 {
  padding-left: 0.625rem;
}

.pr-10 {
  padding-right: 0.625rem;
}

.py-10 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.px-10 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.p-10 {
  padding: 0.625rem;
}

.mt-10 {
  margin-top: 0.625rem;
}

.mb-10 {
  margin-bottom: 0.625rem;
}

.ml-10 {
  margin-left: 0.625rem;
}

.mr-10 {
  margin-right: 0.625rem;
}

.my-10 {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.mx-10 {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

.m-10 {
  margin: 0.625rem;
}

/*=================================================================*/
.pt-12 {
  padding-top: 0.75rem;
}

.pb-12 {
  padding-bottom: 0.75rem;
}

.pl-12 {
  padding-left: 0.75rem;
}

.pr-12 {
  padding-right: 0.75rem;
}

.py-12 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.px-12 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.p-12 {
  padding: 0.75rem;
}

.mt-12 {
  margin-top: 0.75rem;
}

.mb-12 {
  margin-bottom: 0.75rem;
}

.ml-12 {
  margin-left: 0.75rem;
}

.mr-12 {
  margin-right: 0.75rem;
}

.my-12 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.mx-12 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.m-12 {
  margin: 0.75rem;
}

/*=================================================================*/
.pt-15 {
  padding-top: 0.9375rem;
}

.pb-15 {
  padding-bottom: 0.9375rem;
}

.pl-15 {
  padding-left: 0.9375rem;
}

.pr-15 {
  padding-right: 0.9375rem;
}

.py-15 {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}

.px-15 {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.p-15 {
  padding: 0.9375rem;
}

.mt-15 {
  margin-top: 0.9375rem;
}

.mb-15 {
  margin-bottom: 0.9375rem;
}

.ml-15 {
  margin-left: 0.9375rem;
}

.mr-15 {
  margin-right: 0.9375rem;
}

.my-15 {
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}

.mx-15 {
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
}

.m-15 {
  margin: 0.9375rem;
}

/*=================================================================*/
.pt-16 {
  padding-top: 1rem;
}

.pb-16 {
  padding-bottom: 1rem;
}

.pl-16 {
  padding-left: 1rem;
}

.pr-16 {
  padding-right: 1rem;
}

.py-16 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px-16 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.p-16 {
  padding: 1rem;
}

.mt-16 {
  margin-top: 1rem;
}

.mb-16 {
  margin-bottom: 1rem;
}

.ml-16 {
  margin-left: 1rem;
}

.mr-16 {
  margin-right: 1rem;
}

.my-16 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mx-16 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.m-16 {
  margin: 1rem;
}

/*=================================================================*/
.pt-20 {
  padding-top: 1.25rem;
}

.pb-20 {
  padding-bottom: 1.25rem;
}

.pl-20 {
  padding-left: 1.25rem;
}

.pr-20 {
  padding-right: 1.25rem;
}

.py-20 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.px-20 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.p-20 {
  padding: 1.25rem;
}

.mt-20 {
  margin-top: 1.25rem;
}

.mb-20 {
  margin-bottom: 1.25rem;
}

.ml-20 {
  margin-left: 1.25rem;
}

.mr-20 {
  margin-right: 1.25rem;
}

.my-20 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.mx-20 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.m-20 {
  margin: 1.25rem;
}

/*=================================================================*/
.pt-24 {
  padding-top: 1.5rem;
}

.pb-24 {
  padding-bottom: 1.5rem;
}

.pl-24 {
  padding-left: 1.5rem;
}

.pr-24 {
  padding-right: 1.5rem;
}

.py-24 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.px-24 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.p-24 {
  padding: 1.5rem;
}

.mt-24 {
  margin-top: 1.5rem;
}

.mb-24 {
  margin-bottom: 1.5rem;
}

.ml-24 {
  margin-left: 1.5rem;
}

.mr-24 {
  margin-right: 1.5rem;
}

.my-24 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.mx-24 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.m-24 {
  margin: 1.5rem;
}

/*=================================================================*/
.pt-30 {
  padding-top: 1.875rem;
}

.pb-30 {
  padding-bottom: 1.875rem;
}

.pl-30 {
  padding-left: 1.875rem;
}

.pr-30 {
  padding-right: 1.875rem;
}

.py-30 {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

.px-30 {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.p-30 {
  padding: 1.875rem;
}

.mt-30 {
  margin-top: 1.875rem;
}

.mb-30 {
  margin-bottom: 1.875rem;
}

.ml-30 {
  margin-left: 1.875rem;
}

.mr-30 {
  margin-right: 1.875rem;
}

.my-30 {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

.mx-30 {
  margin-left: 1.875rem;
  margin-right: 1.875rem;
}

.m-30 {
  margin: 1.875rem;
}

/*=================================================================*/
.pt-40 {
  padding-top: 2.5rem;
}

.pb-40 {
  padding-bottom: 2.5rem;
}

.pl-40 {
  padding-left: 2.5rem;
}

.pr-40 {
  padding-right: 2.5rem;
}

.py-40 {
  /* padding-top: 2.5rem; */
  padding-bottom: 2.5rem;
}

.px-40 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.p-40 {
  padding: 2.5rem;
}

.mt-40 {
  margin-top: 2.5rem;
}

.mb-40 {
  margin-bottom: 2.5rem;
}

.ml-40 {
  margin-left: 2.5rem;
}

.mr-40 {
  margin-right: 2.5rem;
}

.my-40 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.mx-40 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.m-40 {
  margin: 2.5rem;
}

/*=================================================================*/
.border-999 {
  border-radius: 999px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -ms-border-radius: 999px;
  -o-border-radius: 999px;
}

.border-full {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.border-4 {
  border-radius: 0.25rem;
  overflow: hidden;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
}

.border-6 {
  border-radius: 0.375rem;
  overflow: hidden;
  -webkit-border-radius: 0.375rem;
  -moz-border-radius: 0.375rem;
  -ms-border-radius: 0.375rem;
  -o-border-radius: 0.375rem;
}
.border-b-white-25 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
/*=================================================================*/
.fix-text {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fix-text2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fix-text3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fix-text4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*=================================================================*/
.lh-15 {
  line-height: 0.9375rem;
}

.lh-16 {
  line-height: 1rem;
}

.lh-19 {
  line-height: 1.1875rem;
}

.lh-22 {
  line-height: 1.375rem;
}

.lh-24 {
  line-height: 1.5rem;
}

.lh-26 {
  line-height: 1.625rem;
}

.lh-28 {
  line-height: 1.75rem;
}

.lh-30 {
  line-height: 1.875rem;
}

.lh-32 {
  line-height: 2rem;
}

.lh-34 {
  line-height: 2.125rem;
}

.lh-40 {
  line-height: 2.5rem;
}

.lh-46 {
  line-height: 2.875rem;
}

/*=================================================================*/
.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.position-fixed {
  position: fixed;
}

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

.b-0 {
  bottom: 0;
}

.t-0 {
  top: 0;
}

.l-0 {
  left: 0;
}

.r-0 {
  right: 0;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

/*=================================================================*/
.items-center {
  align-items: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

.flex-0 {
  flex-shrink: 0;
}

.flex-1 {
  flex: 1;
}

/*=================================================================*/
.col-2 {
  grid-template-columns: repeat(2, 1fr);
}

.col-3 {
  grid-template-columns: repeat(3, 1fr);
}

.col-4 {
  grid-template-columns: repeat(4, 1fr);
}

.col-6 {
  grid-template-columns: repeat(6, 1fr);
}

/*=================================================================*/
.gap-8 {
  grid-gap: 0.5rem;
}

.gap-16 {
  grid-gap: 1rem;
}

.gap-20 {
  grid-gap: 1.25rem;
}

.gap-24 {
  grid-gap: 1.5rem;
}

.gap-30 {
  grid-gap: 1.875rem;
}

.gap-40 {
  grid-gap: 2.5rem;
}

/*=================================================================*/
.h-full {
  height: 100%;
}

.h-32 {
  height: 2rem;
}

.h-36 {
  height: 2.25rem;
}

.h-40 {
  height: 2.5rem;
}

.h-42 {
  height: 2.625rem;
}

.h-48 {
  height: 3rem;
}

.h-56 {
  height: 3.5rem;
}

/*=================================================================*/
.max-w-fit {
  max-width: fit-content;
}

/*=================================================================*/
.transition {
  transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1);
}

/*=================================================================*/
.hover-orange-fb:hover {
  color: #fb7906;
}
.hover-orange-fb:active {
  color: #fb7906;
}

.hover-bg-blue:hover {
  background-color: rgba(0, 113, 194, 0.06);
}
.hover-bg-blue:active {
  background-color: rgba(0, 113, 194, 0.06);
}

.hover-text-black:hover {
  color: #333;
}
.hover-text-black:active {
  color: #333;
}

.hover-text-white:hover {
  color: #fff;
}
.hover-text-white:active {
  color: #fff;
}

.hover-under {
  position: relative;
}
.hover-under::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #000;
  transition: all 0.2s;
}
.hover-under:hover::before {
  width: 100%;
}
.hover-under:active::before {
  width: 100%;
}

.link-hover:hover {
  text-decoration: underline;
}

/*=================================================================*/
.cursor {
  cursor: pointer;
}

/*=================================================================*/
.cover {
  object-fit: cover;
}

/*=================================================================*/
.uppercase {
  text-transform: uppercase;
}

.shadow {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.border {
  border: 1px solid #60606050;
}

.border-b {
  border-bottom: 1px solid #60606050;
}

.border-t {
  border-top: 1px solid #60606050;
}

.over-hidden {
  overflow: hidden;
}

.overlay {
  position: fixed;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.2s ease;
  will-change: opacity;
}
.overlay.active {
  opacity: 1;
  visibility: visible;
  z-index: 99;
}

body.hide {
  overflow: hidden;
}

.header-primary {
  border-bottom: 1px solid #60606050;
}
.header-primary__social .item:first-child .link {
  margin-left: -0.5rem;
}
.header-primary__social .link {
  padding: 0.5rem;
}
.header-primary__contact img {
  width: 0.875rem;
}
.header-primary__user {
  width: 0.875rem;
}
.header-secondary {
  border-bottom: 0.25rem solid #333;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
.header-secondary__logo {
  font-size: 2.444rem;
}
.header-secondary__menu-bar {
  width: 1.875rem;
}
.header-secondary__search-icon .search:not(.active) {
  display: none;
}
.header-secondary__search-icon .close:not(.active) {
  display: none;
}
.header-secondary__search-form {
  bottom: 100%;
}
.header-secondary__search-form:not(.active) {
  opacity: 0;
  visibility: hidden;
  height: 0;
}
.header-secondary__menu-container {
  max-width: 20rem;
  z-index: 100;
}
.header-secondary__menu-container:not(.active) {
  left: -100%;
}
.header-secondary__menu-content {
  max-height: calc(100vh - 100px);
  padding: 0 30px;
  overflow: auto;
}
.header-secondary__menu-close {
  text-align: right;
}
.header-secondary__menu-social .item + .item {
  margin-left: 1rem;
}
.header-secondary__menu-social .item a {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background-color: #f8f8f8;
}
.header-secondary__menu-social .item a:hover {
  background-color: #ebebeb;
}
.header-grid__item-container {
  padding: 2.5rem;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
}
.header-mb__close {
  text-align: right;
}
.header-mb__container {
  width: 15rem;
  z-index: 100;
}
.header-mb__container:not(.active) {
  left: -100%;
}
.header-mb__list {
  max-height: calc(100vh - 100px);
  overflow: auto;
}
.header-mb__bar {
  width: 1.875rem;
}





/* 2 */
.header-2 .sub-menu {
  background-color: #fff;
  padding: 15px;
}
.header-2 .sub-menu__list {
  margin-top: 0;
}
.header-2  .item-sub__link {
  display: flex;
  padding: 0.5rem 1rem 0.5rem 2.125rem;
  color: #145062;
  font-size: 14px;
  line-height: 1.3;
}
.header-2 .sub-menu__item {
  text-transform: unset;
}
.header-2 .sub-menu__item.active .list-sub {
  display: block;
}

.header-2 .list-sub {
  /* display: none; */
  display: block;
}
.header-2 .sub-menu__item.active .heading-sub__arrow {
  display: none;
}
.header-2 .sub-menu__item.active .heading-sub__arrow img {
  color: #fff;
  transform: rotate(-180deg);
}

.header-2 .sub-menu.active .sub-menu__content {
  transform: translate(0);
}
.w-wrapper {
  max-width: 1568px;
  margin: auto;
}

/* update header */
.header-2 {
  padding: 20px;
}
.header-2 .navbar {
  padding-left: 0;
  padding-right: 0;
}
.header-2 .navbar-link::before {
  content: none;
}
.header-2__center {
  padding-left: 60px;
  padding-right: 60px;
}

.header-2__center .logo-img {
  width: 141px;
}
.social-item-2 {
  margin-right: 16px;
}
.social-link-2 {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 999px;
}
.social-link-2:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.header-2__right .header-action {
  justify-content: flex-end;
}
.header-2__right .header-search {
  max-width: 253px;
  background-color: rgba(255, 255, 255, 0.15)
}
.header-2__right .header-search__btn img {
  width: 20px;
}

.language-2__item {
  position: relative;
  padding: 0 10px;
}
.language-2__item::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  right: 0;
  background-color: rgba(255, 255, 255, 0.1);
}
.language-2__item:first-child {
  padding-left: 0;
}
.language-2__item:last-child {
  padding-right: 0;
}
.language-2__item:last-child::before {
  content: none;
}
.language-2__link {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.language-2__link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header-2__right .header-search__input {
  font-size: 15px;
  font-weight: 300;
}
.header-2__right .header-search__input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}



.header-2 .header-mb__left {
  width: 85px;
}
.header-2 .header-mb__right {
  width: 85px;
}
.header-2 .header-mb__leftIcon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 9px;
  background-color: #fff;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-left: 0;
}
.header-2 .header-mb__leftIcon img {
  width: 20px;
}
.header-2 .header-mb__centerLogo {
  width: 73px;
  height: auto;
}
.header-search-mb__form {
  background-color: #fff;
  height: 60px;
  position: absolute;
  top: -100%;
  left: 0;
  right: 0;
  z-index: 100;
  display: none;
}
.header-search-mb__form.active {
  top: 82px;
  display: block;
}

.header-search-input {
  padding-right: 3.5rem;
}
.header-search-input::placeholder {
  color: #333;
}

.header-search-btn {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.header-2 .header-mb__rightIconSearch {
  position: relative;
}
.language-mb {
  position: relative;
  z-index: 20;
}
.language-default {
  cursor: pointer;
  padding-left: 10px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.language-default.active ~ .language-list {
  display: block;
}
.language-default-text {
  display: none !important;
}
.language-default .language-text {
  display: none !important;
}
.language-list {
  display: none;
  background-color: #737373;
  position: absolute;
  z-index: 100;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  top: 50px;
  left: auto;
  right: 0;
  min-width: 150px;
  max-height: 300px;
  overflow: auto;
}
.language-item {
  cursor: pointer;
  justify-content: space-between;
  padding: 5px 10px;
}
.language-item:hover {
  background-color: #9b9b9b;
}
.language-img {
  width: 20px;
  height: 20px;
  border-radius: 999px;
}

.header-mb__rightIcon {
  justify-content: flex-end;
}
.header-mb__rightSearch {
  height: 56px;
  background-color: #145062;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-mb__rightSearchForm {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-mb__rightSearchInput {
  flex: 1;
  color: #fff;
  font-size: 15px;
}
.header-mb__rightSearchBtn {
  padding: 10px;
  flex-shrink: 0;
  width: 48px;
  margin-right: -10px;
}

/* end 2 */


.dropdown-container {
  display: none;
}
.dropdown-wrapper:hover .dropdown-container {
  display: block;
}

.main-t-50 {
  padding-top: 25px;
}

.home-primary__left {
  padding: 2.5rem 2.5rem 2.5rem 0;
}
.home-primary__right {
  width: 60%;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next,
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  width: 50px;
  height: 66px;
  border-radius: 0.25rem;
  padding: 1.25rem 0.75rem;
  transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1);
}
.swiper-button-prev::after,
.swiper-rtl .swiper-button-next::after,
.swiper-button-next::after,
.swiper-rtl .swiper-button-prev::after {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.5rem;
}
.swiper-button-prev:hover::after,
.swiper-rtl .swiper-button-next:hover::after,
.swiper-button-next:hover::after,
.swiper-rtl .swiper-button-prev:hover::after {
  color: #fff;
}

.heading-1 {
  position: relative;
}
.heading-1:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 3px;
  background-color: #333;
  z-index: -1;
}

.heading-2 span {
  border-bottom: 1px solid #fab04f;
  margin-bottom: -0.5px;
}

.coating {
  position: relative;
}
.coating::before {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(180deg, transparent 0, transparent 65%, rgba(0, 0, 0, 0.35) 83.5%, rgba(0, 0, 0, 0.75));
  z-index: 2;
}

.home-quaternary__left {
  grid-column: 1/3;
}
.home-quaternary__left .home-quaternary__small {
  border-top: 1px solid #60606050;
}
.home-quaternary__left .home-quaternary__small:nth-of-type(1), .home-quaternary__left .home-quaternary__small:nth-of-type(2) {
  border-top: none;
}
.home-quaternary__left .home-quaternary__smalls {
  grid-column-gap: 2.5rem;
}
.home-quaternary__right .home-quaternary__small:last-of-type {
  border-bottom: none;
}

.home-quinary__left {
  grid-column: 1/3;
}
.home-quinary__thumb:first-of-type {
  padding-top: 0;
  border-top: none;
}
.social-side__item {
  background-color: #f5f5f5;
  height: 52px;
}
.social-side__fb {
  background-color: #1a6dd4;
}
.social-side__fb:hover {
  background-color: #2d81e8;
}
.social-side__instagram {
  background-color: #c13584;
}
.social-side__instagram:hover {
  background-color: #d24293;
}
.social-side__twitter {
  background-color: #55acf2;
}
.social-side__twitter:hover {
  background-color: #41a1ec;
}
.social-side__vimeo {
  background-color: #00adef;
}
.social-side__vimeo:hover {
  background-color: #00adef;
}
.social-side__ytb {
  background-color: #ff2600;
}
.social-side__ytb:hover {
  background-color: #f13919;
}
.social-side__pinter {
  background-color: #ff5247;
}
.social-side__pinter:hover {
  background-color: #e6392e;
}
.social-side__icon {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 0.75rem;
}
.social-side__text {
  padding: 0.75rem 1.125rem;
}

.breadcrumb-item {
  display: inline;
}
.breadcrumb-item + .breadcrumb-item:before {
  margin: 1rem;
  color: black;
  content: "/ ";
}

/*  */
.intro-primary {
  padding-top: 180px;
  padding-bottom: 16px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  background: var(--Gradient, linear-gradient(95deg, #145062 0%, #4696ae 100%));
}
.intro-primary__line {
  width: 26px;
  height: 2px;
  border-radius: 2px;
  background-color: #b29966;
  display: inline-block;
}
.intro-primary__text1 {
  display: inline-block;
  margin-left: 10px;
}
.intro-primary__title {
  font-size: 24px;
  margin-bottom: 28px;
}
.intro-primary__prev {
  width: 30px;
  height: 30px;
  border: 1px solid #b29966;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.intro-primary__prev img {
  height: 16px;
}
.intro-primary__next {
  width: 30px;
  height: 30px;
  border: 1px solid #b29966;
  background-color: #145062;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.intro-primary__next img {
  height: 16px;
}
.group_flex {
  display: flex;
  align-items: center;
  gap: 15px 30px;
  flex-wrap: wrap;
}

.group_flex .intro-primary__title {
  margin-bottom: 15px;
}
/*  */

.cate-left {
  grid-column: 1/3;
}
.cate-more__list {
  border: 1px solid #60606050;
  border-radius: 0.25rem;
}
.cate-more__item:last-of-type {
  border-bottom: none;
}

.post-type {
  position: absolute;
  margin-bottom: 80px;
  display: block;
  width: 40px;
  height: 40px;
  top: -6px;
  right: 20px;
  line-height: 40px;
  text-align: center;
  font-size: 24px;
}
.post-type__img {
  width: 1.5rem !important;
  margin: 0.5rem auto;
}
.post-type::before {
  content: "";
  position: absolute;
  right: -6px;
  height: 0;
  width: 0;
}
.post-type::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  height: 0;
  width: 0;
}
.post-type__ytb {
  background-color: #fee8eb;
  color: #f23453;
}
.post-type__ytb::before {
  border-bottom: 6px solid #fb9fab;
  border-right: 6px solid transparent;
}
.post-type__ytb::after {
  border-left: 20px solid #fee8eb;
  border-right: 20px solid #fee8eb;
  border-bottom: 20px solid transparent;
}
.post-type__image {
  background-color: #e5f9f1;
  color: #0dc772;
}
.post-type__image::before {
  border-bottom: 6px solid #a7ebd0;
  border-right: 6px solid transparent;
}
.post-type__image::after {
  border-left: 20px solid #e5f9f1;
  border-right: 20px solid #e5f9f1;
  border-bottom: 20px solid transparent;
}
.post-type__quote {
  background-color: #bfe6ff;
  color: #45a9ea;
}
.post-type__quote::before {
  border-bottom: 6px solid #73c8ff;
  border-right: 6px solid transparent;
}
.post-type__quote::after {
  border-left: 20px solid #bfe6ff;
  border-right: 20px solid #bfe6ff;
  border-bottom: 20px solid transparent;
}

.pagination {
  border: 1px solid #60606050;
  border-radius: 0.25rem;
  overflow: hidden;
}
.pagination-item {
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
  border-right: 1px solid #60606050;
}
.pagination-item:hover {
  background-color: #f8f9fa;
}
.pagination-item:last-of-type {
  border-right: none;
}
.pagination-item.active {
  background-color: #2c2f36;
  color: #fff;
  user-select: none;
  pointer-events: none;
}
.pagination-item.disable {
  background-color: #e9ecef;
  user-select: none;
  pointer-events: none;
}
.pagination-img {
  width: 0.75rem;
}

.cate-about__img {
  width: 150px;
  margin: 30px auto;
}
.cate-about__img img {
  transition: box-shadow 0.1s ease-in-out;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  border-radius: 50%;
}
.cate-about__img img:hover {
  box-shadow: 0 28px 50px rgba(0, 0, 0, 0.16);
  filter: brightness(100%) contrast(113%) saturate(159%) blur(0.2px) hue-rotate(0deg);
}

.detail-content blockquote {
  border-left: 4px solid #fab04f;
  padding-left: 20px;
  font-style: italic;
  font-weight: 600;
  margin: 20px 0;
  font-size: 1.25rem;
  line-height: 1.5;
  color: #606060;
}
.detail-content > h2,
.detail-content > h3,
.detail-content > h4,
.detail-content > h5,
.detail-content > h6 {
  font-weight: 600;
  text-transform: none;
  font-size: 1.784em;
  letter-spacing: 0em;
  line-height: 1.2em;
  font-family: "EB Garamond", Arial, Helvetica, sans-serif;
  color: #242627;
  margin: 2.5rem 0 1.25rem 0;
}
.detail-content p {
  font-weight: 400;
  text-transform: none;
  font-size: 17px;
  letter-spacing: 0em;
  line-height: 1.7em;
  font-family: "EB Garamond", Arial, Helvetica, sans-serif;
  margin: 20px 0;
}
.detail-content > ul {
  font-size: 17px;
  letter-spacing: 0em;
  line-height: 1.7em;
  font-family: "EB Garamond", Arial, Helvetica, sans-serif;
  margin: 20px 0;
  padding-left: 30px;
}
.detail-content > li {
  position: relative;
}
.detail-content > li::before {
  position: absolute;
  top: 50%;
  left: -15px;
  content: "";
  width: 4px;
  height: 4px;
  background-color: #242627;
  border-radius: 50%;
}
.detail-content em {
  font-style: italic;
  /* color: #f0506e; */
  color: #222222;
}

.pagenavigation .next,
.pagenavigation .prev {
  color: #fff;
  padding: 4px 8px;
  background-color: #6c757d;
  border-radius: 4px;
}
.pagenavigation .next:hover,
.pagenavigation .prev:hover {
  background-color: #5c636a;
}

.detail-author {
  background-color: rgba(0, 0, 0, 0.04);
  border: 1px solid #dee2e6;
  margin-top: 50px;
  padding: 30px;
  margin: 50px 0;
}
.detail-author__img {
  width: 100px;
  height: 100px;
}

.detail-top__title {
  font-size: 2em;
  letter-spacing: 0em;
  line-height: 1.2em;
}

.book-cate {
  grid-template-columns: 350px 1fr;
}
.book-cate-search {
  height: 62px;
  border: 4px solid #febb02;
}
.book-cate-search__btn {
  background-color: #0071c2;
  padding: 0.25rem 2rem;
}
.book-cate__item {
  background-color: #e4f4ff;
  border-color: #a3d7fc;
  box-shadow: 0 0 8px #a3d7fc;
}
.book-cate__item:first-of-type {
  margin-top: 0;
}
.book-cate__item-start li {
  width: 1rem;
}
.book-cate__item-start li + li {
  margin-left: 0.25rem;
}
.book-cate__item-outstanding.tooltip .tooltip-content {
  right: 0;
  left: auto;
  transform: translateX(0);
}
.book-cate__item-outstanding.tooltip .tooltip-content::after {
  left: auto;
}
.book-cate__item-address a {
  text-decoration: underline;
}

.tooltip {
  position: relative;
  display: inline-block;
}
.tooltip .tooltip-content {
  visibility: hidden;
  max-width: 360px;
  width: max-content;
  padding: 10px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  top: 135%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s;
}
.tooltip .tooltip-content.left {
  left: 0;
  transform: translateX(0);
}
.tooltip .tooltip-content.left::after {
  left: 20px;
}
.tooltip .tooltip-content.right {
  right: 0;
  left: auto;
  transform: translateX(0);
}
.tooltip .tooltip-content.right::after {
  left: auto;
  right: 20px;
}
.tooltip .tooltip-content::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #555 transparent;
}
.tooltip:hover .tooltip-content {
  visibility: visible;
  opacity: 1;
}

.filter-item:last-of-type {
  border-bottom: none;
}
.filter-item__heading {
  cursor: pointer;
}
.filter-item__heading.active {
  color: #fb7906;
}
.filter-item__heading.active .filer-arrow {
  transform: rotate(180deg);
}

.filter-form-group {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.filter-box input[type=checkbox] {
  display: none;
}

.filter-box input[type=checkbox] ~ label img {
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}

.filter-box input[type=checkbox]:checked ~ label {
  font-weight: 500;
  color: #fb7906;
}

.filter-box input[type=checkbox]:checked ~ label img {
  opacity: 1;
  visibility: visible;
}

.filter-box input[type=checkbox]:checked ~ label .check {
  background-color: #0071c2;
  border-color: #0071c2;
}

.filter-box input[type=checkbox]:checked ~ label .check:before {
  animation: checkbox-check 0.15s 0.25s cubic-bezier(0.4, 0, 0.23, 1) forwards;
}

.filter-box label {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 4px 0;
}

.filter-box .check {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 30px;
  height: 30px;
  border: 1px solid #adadad;
  background: transparent;
  border-radius: 3px;
  margin: 0 14px 0 0;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.23, 1);
}

.filter-box .check img {
  width: 0.875rem;
}

.filter-box .check-txt {
  font-size: 14px;
  line-height: 22px;
}

@keyframes checkbox-check {
  0% {
    width: 0;
    height: 0;
    border-color: #fff;
    transform: translate(0, 0) rotate(45deg);
  }
  33% {
    width: 2px;
    height: 0;
    transform: translate(0, 0) rotate(45deg);
  }
  100% {
    width: 4px;
    height: 8px;
    border-color: #fff;
    transform: translate(0, -8px) rotate(45deg);
  }
}
.book-detail__action-location {
  background-color: #e4f4ff;
  color: #003580;
  padding: 2px 8px;
  border-radius: 2px;
}
.book-detail__action-location .icon {
  width: 1.125rem;
  margin-right: 0.25rem;
}
.book-detail__action-vehicle {
  background-color: #f2f2f2;
  padding: 2px 8px;
  border-radius: 2px;
}
.book-detail__action-vehicle .icon {
  width: 1.125rem;
  margin-right: 0.25rem;
}
.book-detail__action-green {
  background-color: #e7fde9;
  color: #088009;
  padding: 2px 8px;
  border-radius: 2px;
  display: inline-block;
}
.book-detail__action-green .icon {
  width: 1.125rem;
  margin-right: 0.25rem;
}
.book-detail__action-droprdown {
  max-width: 360px;
  width: max-content;
}
.book-detail__action-droprdown:not(.active) {
  display: none;
}
.book-detail__action-droprdown-item {
  cursor: pointer;
}
.book-detail__action-droprdown-item:hover {
  background-color: rgba(0, 0, 0, 0.06);
}
.book-detail__action-droprdown-item .icon {
  width: 1rem;
  margin-right: 1rem;
}
.book-detail__action-droprdown-copyLink.active .yet-copied {
  display: flex;
}
.book-detail__action-droprdown-copyLink.active .not-copied {
  display: none;
}
.book-detail .image-gallery {
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 0.25rem;
}
.book-detail .image-gallery .expNoEdit {
  position: relative;
  display: block;
  padding-bottom: 60%;
}
.book-detail .image-gallery .expNoEdit img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.book-detail .image-gallery .expNoEdit:nth-of-type(1) {
  grid-column: 1/3;
  grid-row: 1/2;
}
.book-detail .image-gallery .expNoEdit:nth-of-type(2) {
  grid-column: 3/7;
  grid-row: 1/3;
}
.book-detail .image-gallery .expNoEdit:nth-of-type(3) {
  grid-column: 1/3;
  grid-row: 2/3;
}
.book-detail .image-gallery .expNoEdit:nth-of-type(n + 10) {
  display: none;
}
.book-detail__content > h2,
.book-detail__content > h3,
.book-detail__content > h4,
.book-detail__content > h5,
.book-detail__content > h6 {
  font-weight: 600;
  text-transform: none;
  font-size: 1.784em;
  letter-spacing: 0em;
  line-height: 1.2em;
  color: #242627;
  margin: 2.5rem 0 1.25rem 0;
}
.book-detail__content p {
  font-weight: 400;
  text-transform: none;
  font-size: 17px;
  letter-spacing: 0em;
  line-height: 1.7em;
  margin: 20px 0;
}
.book-detail__content > ul {
  font-size: 17px;
  letter-spacing: 0em;
  line-height: 1.7em;
  margin: 20px 0;
  padding-left: 30px;
}
.book-detail__content > li {
  position: relative;
}
.book-detail__content > li::before {
  position: absolute;
  top: 50%;
  left: -15px;
  content: "";
  width: 4px;
  height: 4px;
  background-color: #242627;
  border-radius: 50%;
}
.book-detail__content em {
  font-style: italic;
  color: #f0506e;
}

.convenient-list {
  display: flex;
  flex-wrap: wrap;
}
.convenient-item {
  margin: 10px 24px 10px 0;
}
.convenient-item .icon {
  display: flex;
  align-items: center;
  width: 1.25rem;
  margin-right: 0.625rem;
  color: #088009;
}

.popup-container {
  padding: 2%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}
.popup-container:not(.active) {
  display: none;
}
.popup-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  right: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  z-index: 1003;
  background: #fff;
  color: #000000;
  font-weight: bold;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  cursor: pointer;
}
.popup-close:hover {
  color: #003580;
}
.popup-content {
  background-color: #fff;
  width: 100%;
  height: 100%;
}
.popup-content iframe {
  width: 100%;
  height: 100%;
}

#back-top {
  position: fixed;
  right: 1rem;
  bottom: 2rem;
  width: 3.25rem;
  height: 3.25rem;
  background-color: #fff;
  border-radius: 0.25rem;
  border: 2px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  user-select: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
#back-top img {
  width: 1rem;
}

.footer-primary {
  /* grid-template-columns: 2fr 1fr 1fr 2fr; */
  grid-template-columns: 2fr 1fr 2fr;
  padding-top: 16px;
  padding-bottom: 16px;

}
.footer-input {
  border: 1px solid #60606050;
  border-right: 0;
}
.footer-input:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
  color: #e9322d;
}
.footer-btn {
  border: 1px solid #fab04f;
}
.footer__social .item + .item {
  margin-left: 0.9375rem;
}

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


/* add code */

.bold_css{
  font-weight: 600;
}

.w-1140{
  max-width: 1140px;
  margin: 0 auto;
}

