/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@13.5.6_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[12].oneOf[12].use[2]!./node_modules/.pnpm/next@13.5.6_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[12].oneOf[12].use[3]!./src/app/globals.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@import url("https://fonts.googleapis.com/css2?family=Encode+Sans+Condensed:wght@100;200;300&family=Poppins:wght@100;200;300;400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Encode+Sans+Condensed:wght@100;200;300&display=swap");
/* heading h1 to h6 dynamic  example - direct create heading font-size h1-h6 */
/* h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
} */

/* Responsive Media Query - example -  @include */
/* Font Size - example - @include center-block;
-------------------------*/
/* Text shorten with ellipsis ... - example -  @include ellipsis(3)*/
/* remove bullet from listing - example - @include remove-list */
/* Font Size - example -  @include font-size(16);
-------------------------*/
/* Clearfix - example - @include clearfix();
-------------------------*/
/* Line Height  - example - @include line-height(24);
-------------------------*/
/* html {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
} */

.project_hub_body {
  color: #212529;
  background: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.sub-heading {
  width: 100%;
  margin: 20px 0;
}

.sub-heading h2 {
  font-size: 32px;
  line-height: 1.25;
  letter-spacing: normal;
  font-weight: 600;
  color: #325CAA;
  font-family: "Poppins", sans-serif;
}

.project_hub_img {
  max-width: 100%;
}

/* 
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,
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;
} */

/* ul,
ol,
li {
  list-style: none;
} */

strong {
  font-weight: 700;
}

/* 
a {
  color: #325CAA;
  text-decoration: none;
}

ul {
  list-style: none;
} */

.text-indent {
  text-indent: -624.9375rem;
}

/* a {
  text-decoration: none;
  transition: all 0.3s ease-in;
} */

/* img {
  vertical-align: middle;
  margin: 0;
  padding: 0;
  border-style: none;
} */
/* 
svg {
  overflow: hidden;
  vertical-align: middle;
} */

.pos-rel {
  position: relative;
}

.pos-abs {
  position: absolute;
}

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

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

*[tabindex]:focus {
  opacity: 1;
}

.fit-content {
  width: -moz-fit-content;
  width: fit-content;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  appearance: button;
  -webkit-appearance: button;
  -moz-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
}

.mx-auto {
  margin: auto auto;
}

body .ti__pos-abs {
  position: absolute;
}

body .ti__pos-rel {
  position: relative;
}

body .ti__pos-fix {
  position: fixed;
}

body .ti__pos-sta {
  position: static;
}

body .ti__brdnone {
  border: 0;
}

body .ti__shadownone {
  box-shadow: none;
}

body .ti__d-block {
  display: block;
}

body .ti__d-flex-sb {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

body .ti__d-flex-dc {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ti__fit-width {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.ti__width73 {
  max-width: 73.75rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1024px) {
  .ti__width73 {
    width: 100%;
  }
}

@media (max-width: 468px) {
  .ti__width73 {
    margin-top: 0;
  }
}

.ti__hr-color {
  color: #E5E5E5;
}

.ti__icon-wrap {
  border-bottom: 5px solid #ccc;
  padding-bottom: 10px;
}

.ti__content-width {
  width: 48.75rem;
  margin: auto;
}

@media (max-width: 468px) {
  .ti__content-width {
    width: 100%;
  }
}

.ti__icon-grey {
  font-size: 5rem;
  color: #C4C4C4;
  font-weight: 300;
}

.ti__smalltext-col {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
}

.ti_title h4 {
  font-size: 18px;
  line-height: 1.3333333333;
  letter-spacing: normal;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

.ti_title h5 {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: normal;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.ti_title h6 {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: normal;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}

.ti_para {
  font-size: 14px;
  line-height: 1.6428571429;
  letter-spacing: normal;
  font-weight: 400;
}

.ti__h1-head {
  font-size: 36px;
  line-height: 1.3611111111;
  letter-spacing: normal;
  font-weight: 600;
}

.ti_grid-box {
  background-color: #fff;
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  padding: 1.125rem;
  margin-bottom: 0.9375rem;
}

.ti_container {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1024px) {
  .ti_container {
    flex-direction: column;
  }
}

.ti_blogwrap .ti_card_col {
  width: 380px;
}

@media (max-width: 1024px) {
  .ti_blogwrap .ti_card_col {
    width: 100%;
  }
}

.ti_sidebar {
  width: 23.75rem;
}

@media (max-width: 1024px) {
  .ti_sidebar {
    width: 100%;
    margin: 1.25rem 0 0;
  }
}

@media (max-width: 468px) {
  .ti_sidebar {
    width: 100%;
  }
}

.ti_sidebar-page {
  margin-top: 1.875rem;
}

.ti__column-left {
  padding-right: 1.875rem;
  flex: 50% 1;
}

@media (max-width: 468px) {
  .ti__column-left {
    flex-direction: column;
  }
}

.ti__column-right {
  border-left: 1px solid #212121;
  padding-left: 1.875rem;
  flex: 1% 1;
}

@media (max-width: 468px) {
  .ti__column-right {
    flex-direction: column;
    border-left: 0 none;
    padding: 30px 0;
  }
}

@media (max-width: 468px) {
  .column-two {
    flex-direction: column;
  }
}

.ti__form input {
  width: 100%;
  background: #fff;
  border: 1px solid #C4C4C4;
  border-radius: 4px;
  padding: 0.375rem 0.375rem;
  padding-left: 0.625rem;
  border-radius: 0.3125rem;
  font-size: 14px;
  line-height: 1.7142857143;
  letter-spacing: normal;
  font-weight: 400;
}

.ti__form input-bradius {
  border-radius: 0.3125rem;
}

@media (max-width: 468px) {
  .ti__form input {
    font-size: 0.75rem;
    padding: 0.49rem 0.375rem;
  }
}

@media (max-width: 468px) {
  .ti__row {
    flex-direction: column;
    gap: 1.875rem !important;
  }
}

.ti__form-label {
  display: block;
  margin-bottom: 0.625rem;
}

.ti__form-group {
  display: flex;
  gap: 20px;
  margin: 10px 0;
}

@media (max-width: 468px) {
  .ti__form-group {
    flex-direction: column;
  }
}

.ti__textarea {
  width: 100%;
}

.ti__select {
  width: 100%;
  border: 1px solid #C4C4C4;
  background: #fff;
  height: 50px;
}

.ti__search-wrap em {
  position: absolute;
  color: #C4C4C4;
  left: 10px;
  top: 8px;
}

.ti__search-wrap span {
  position: absolute;
  top: 0;
  right: 0;
  background: #0453CA;
  padding: 7px;
  border-radius: 0px 5px 5px 0px;
  width: 113.5px;
  height: 2.375rem;
  text-align: center;
}

.ti__eye {
  position: absolute;
  top: 1.875rem;
  right: 0.625rem;
}

.ti-mb0 {
  margin-bottom: 0;
}

.ti-mt1 {
  margin-top: 0.625rem;
}

.ti-mt2 {
  margin-top: 1.25rem;
}

.ti-mt3 {
  margin-top: 1.875rem;
}

.ti-mt4 {
  margin-top: 2.5rem;
}

.ti-mt5 {
  margin-top: 3.125rem;
}

.ti-mt6 {
  margin-top: 3.75rem;
}

.ti-mt8 {
  margin-top: 5rem;
}

.ti-mb1 {
  margin-bottom: 0.625rem;
}

.ti-mb2 {
  margin-bottom: 1.25rem;
}

.ti-mb3 {
  margin-bottom: 1.875rem;
}

.ti-mb4 {
  margin-bottom: 2.5rem;
}

.ti-mb5 {
  margin-bottom: 3.125rem;
}

.ti-mb6 {
  margin-bottom: 3.75rem;
}

.ti-mb7 {
  margin-bottom: 4.375rem;
}

.ti-mb8 {
  margin-bottom: 5rem;
}

.ti-p0 {
  padding: 0;
}

.ti-p1 {
  padding: 0.625rem;
}

.ti-p2 {
  padding: 1.25rem;
}

.ti-p3 {
  padding: 1.875rem;
}

.ti-p4 {
  padding: 2.5rem;
}

.ti-p5 {
  padding: 3.125rem;
}

.ti-p6 {
  padding: 3.75rem;
}

.ti-p7 {
  padding: 4.375rem;
}

.ti-pt1 {
  padding-top: 0.625rem;
}

.ti-pt2 {
  padding-top: 1.25rem;
}

.ti-pl0 {
  padding-left: 0;
}

.ti-pl1 {
  padding-left: 0.625rem;
}

.ti-pl2 {
  padding-left: 1.25rem;
}

.ti-pl3 {
  padding-left: 1.875rem;
}

.ti-pl4 {
  padding-left: 2.5rem;
}

.ti-pl5 {
  padding-left: 3.125rem;
}

.ti-pr1 {
  padding-right: 0.625rem;
}

.ti-pr2 {
  padding-right: 1.25rem;
}

.ti-pr3 {
  padding-right: 1.875rem;
}

.ti-pr4 {
  padding-right: 2.5rem;
}

.ti-pr5 {
  padding-right: 3.125rem;
}

.ti__flex-column {
  flex-direction: column;
}

.ti__flex-justify-center {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 1.25rem;
}

.ti__flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.ti__flex-space-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.ti__grey-card {
  background: #FAFAFA;
  box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.25);
  border-radius: 0.3125rem;
  padding: 1.5rem;
  text-align: center;
  flex-shrink: 0;
}

@media (max-width: 468px) {
  .ti__grey-card {
    width: 100%;
  }
}

.ti__grid-column-v1 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(23%, 1fr));
  grid-column-gap: 1.25rem;
  column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  row-gap: 1.25rem;
}

.ti__grid-column-v1 a {
  margin: 0.625rem 0;
}

@media (max-width: 468px) {
  .ti__grid-column-v1 {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  }
}

.ti__grid-column-v2 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(31%, 1fr));
  grid-column-gap: 1.25rem;
  column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  row-gap: 1.25rem;
}

.ti__grid-column-v2 a {
  margin: 0.625rem 0;
}

.ti__grid-column-v2 p {
  font-size: 14px;
  line-height: 1.6428571429;
  letter-spacing: normal;
  font-weight: 400;
}

@media (max-width: 468px) {
  .ti__grid-column-v2 {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  }
}

@media (max-width: 468px) {
  .ti__grid-column-v2-body {
    text-align: center;
  }
}

.ti__main-width {
  max-width: 73vw;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1024px) {
  .ti__main-width {
    width: 100%;
    padding: 0 1.25rem;
  }
}

@media (max-width: 468px) {
  .ti__main-width {
    margin-top: 0;
    width: 100%;
  }
}

.ti__fluid-container {
  width: 100%;
  background-color: #FAFAFA;
  padding: 1.4375rem 0;
}

.ti__para-small {
  font-size: 14px;
  line-height: 1.6428571429;
  letter-spacing: normal;
  font-weight: 400;
  color: #818282;
}

.ti__hidden {
  display: none;
  visibility: hidden;
}

.ti__nowrap {
  white-space: nowrap;
}

.ti__two-cols {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 3.25rem;
}

.ti__two-cols-text {
  flex-basis: 50%;
}

@media (max-width: 468px) {
  .ti__two-cols-text {
    order: 2;
  }
}

@media (max-width: 468px) {
  .ti__two-cols-img {
    order: 1;
  }
}

@media (max-width: 468px) {
  .ti__two-cols {
    flex-direction: column;
    gap: 1.25rem;
  }
}

@media (max-width: 468px) {
  .ti__two-cols-mobile {
    padding: 1.25rem;
    order: 1;
  }
}

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

.ti__color-litegrey5 {
  background-color: #E5E5E5;
}

.ti__strikeout-text {
  position: relative;
  text-align: center;
}

.ti__strikeout-text span {
  background-color: #fff;
  z-index: 2;
  position: relative;
  padding: 0.3125rem;
  color: #212529;
}

.ti__strikeout-text:after {
  content: "";
  position: absolute;
  border: 1px solid #E5E5E5;
  width: 100%;
  left: 0;
  top: 12px;
}

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

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

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

.custom-checkbox {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 100%;
}

.custom-checkbox label {
  background-color: #fff;
  border: 8px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  height: 28px;
  left: 50%;
  position: absolute;
  top: 0;
  width: 28px;
  transform: translateX(-50%);
  /* Horizontally center the checkbox */
}

.custom-checkbox label:after {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  content: "";
  height: 6px;
  left: 1px;
  opacity: 0;
  position: absolute;
  top: 2px;
  transform: rotate(-45deg);
  width: 12px;
}

.custom-checkbox input[type=checkbox] {
  visibility: hidden;
}

.custom-checkbox input[type=checkbox]:checked+label {
  background-color: #325CAA;
  border-color: #325CAA;
}

.custom-checkbox input[type=checkbox]:checked+label:after {
  opacity: 1;
}

.custom-checkbox .checkbox-label {
  display: block;
  margin-top: 15px;
  font-size: 14px;
  color: #333;
  text-align: center;
}

body .checkbox-all {
  background-color: #325CAA;
  color: #fff;
}

body .checkbox-all .checkbox-label {
  color: #fff;
}

body .checkbox-all .custom-checkbox input[type=checkbox]:checked+label {
  background-color: #fff;
  border-color: #fff;
}

body .checkbox-all .custom-checkbox label {
  background-color: #ccc;
  border-color: #fff;
}

body .checkbox-all .custom-checkbox label:after {
  border: 2px solid #000;
  border-top: none;
  border-right: none;
  content: "";
  height: 6px;
  left: 1px;
  opacity: 0;
  position: absolute;
  top: 2px;
  transform: rotate(-45deg);
  width: 12px;
}

button:disabled,
#btnSubmit:disabled {
  background-color: #ccc;
  color: #999;
  cursor: not-allowed;
  border: 1px solid #ddd;
}

.ti_btn {
  border-radius: 0.3125rem;
  color: #fff;
  padding: 0.625rem 1.875rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
  display: block;
  margin: 1.25rem 0;
  width: -moz-fit-content;
  width: fit-content;
}

.ti_button-primary {
  background-color: #D10000;
  border: 1px solid #D10000;
}

.ti_button-primary:hover {
  color: #000;
  background-color: #fff;
  border: 1px solid #325CAA;
}

.ti_button-secondary {
  background-color: #325CAA;
  border: 1px solid #325CAA;
}

.ti_button-secondary:hover {
  color: #000;
  background-color: #fff;
  border: 1px solid #D10000;
}

@media (max-width: 468px) {
  .ti_button-secondary {
    width: 100%;
    text-align: center;
  }
}

.ti_button-white {
  background-color: #fff;
  border: 1px solid #325CAA;
  margin: 0 auto;
  color: #325CAA;
}

.ti_button-white:hover {
  color: #fff;
  background-color: #325CAA;
  border: 1px solid #fff;
}

.ti__report .sub-heading {
  margin: 40px 0;
}

@media only screen and (max-width: 768px) {
  .ti__report .sub-heading {
    margin: 90px 0 40px 0;
  }

  .ti__report .sub-heading h2 {
    font-size: 23px !important;
  }
}

.ti__report-search {
  background-color: #fafafa;
  border-bottom: 1px solid #c4c4c4;
  margin: 40px 0;
  padding: 10px;
}

@media only screen and (max-width: 768px) {
  .ti__report-search {
    margin: 20px 0;
  }
}

.ti__report-search input[type=text] {
  border: 1px solid #c4c4c4;
  background-color: #ffffff;
  border-radius: 4px;
  width: 340px;
  height: 40px;
  padding: 5px 10px;
  margin-left: 5px;
}

.ti__report-search input[type=text]:focus {
  outline: none;
  border-color: #325caa;
}

@media only screen and (max-width: 768px) {
  .ti__report-search input[type=text] {
    width: 100%;
    margin: 10px 0;
  }
}

.ti_box {
  border: none;
  box-shadow: 0px 0px 4px #b3b3b3;
  padding: 1rem;
  margin: 0.3125rem;
  background-color: #FAFAFA;
  border-radius: 0.3125rem;
}

.ti_box-width {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  grid-gap: 1rem;
  gap: 1rem;
  margin: 0;
}

@media (max-width: 768px) {
  .ti_box-width {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  }
}

.ti-btn {
  display: flex;
  justify-content: flex-end;
  margin-top: 40px;
  gap: 20px;
  align-items: center;
  border-top: 1px solid #c4c4c4;
  padding-top: 20px;
}

.ti-btn #resetBtn {
  background-color: #ffffff;
  border: 1px solid #325caa;
  min-width: 121px;
  text-align: center;
  font-size: 14px;
  color: #333;
}

.ti-btn #resetBtn:hover {
  border-color: #D10000;
  background-color: #f2f2f2;
}

.ti-btn #btnSubmit {
  border: none;
  color: #fff;
  min-width: 160px;
  font-size: 14px;
}

.ti-btn #btnSubmit:hover {
  background-color: #b80000;
}

body .ti_btn {
  padding: 0.625rem 1.475rem;
  font-size: 12px;
}

.sub-heading.text-black h2 {
  color: #000;
  font-weight: 600;
  font-size: 36px;
}

footer {
  position: relative;
}

.chat-wrap {
  position: relative;
}

.chat-wrap .chat-btn {
  position: fixed;
  right: 10px;
  bottom: 20px;
}

.chat-wrap .chat-btn a {
  display: block;
}

.chat-wrap .chat-btn a img {
  opacity: 0.9;
}

.chat-wrap .chat-popup {
  display: none;
  position: fixed;
  bottom: 0;
  right: 5px;
  width: 350px;
  height: 80vh;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0.625rem 0.625rem 0 0;
  padding: 0;
  transform: translateY(100%);
  transition: transform 0.3s ease-in-out;
  z-index: 20;
}

.chat-wrap .chat-header {
  background-color: #325CAA;
  border-radius: 8px 8px 0 0;
  border: 1px solid #325CAA;
}

.chat-wrap .chat-header .chat-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}

.chat-wrap .chat-header .arrow {
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  transform: rotate(90deg);
}

.chat-wrap .chat-body {
  padding: 1rem;
}

.chat-wrap .chat-body h3 {
  font-weight: 500;
  margin-bottom: 10px;
}

.chat-wrap .chat-body .topic {
  width: 100%;
  padding: 4px;
  border: none;
  border-bottom: 1px solid #ccc;
  text-transform: capitalize;
  outline: none;
}

.chat-wrap .chat-body .select-topic {
  margin: 10px;
}

.chat-wrap .chat-body .select-topic span {
  display: block;
  font-weight: 600;
  margin: 10px 0;
}

.chat-wrap .chat-body .chat-topic {
  max-height: 400px;
  overflow-y: auto;
}

.chat-wrap .chat-body .chat-topic a {
  display: inline-block;
  margin: 8px 8px 0 0;
  padding: 8px 12px;
  border: 1px solid #325CAA;
  border-radius: 15px;
  background-color: #fff;
  font-size: 14px;
  transition: 0.3s;
}

.chat-wrap .chat-body .chat-topic a:hover {
  background-color: #325CAA;
  color: #fff;
}

.chat-wrap .chat-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #dfdfdf;
  padding: 10px;
}

.chat-wrap .chat-footer .footer-wrap {
  position: relative;
}

.chat-wrap .chat-footer .footer-wrap input[type=text] {
  width: 100%;
  border-radius: 8px;
  border: none;
  box-shadow: 0px 0px 4px grey;
  padding: 10px;
}

.chat-wrap .chat-footer .footer-wrap .arrow-send {
  position: absolute;
  right: 11px;
  top: 10px;
}

.tabs {
  display: flex;
  cursor: pointer;
  justify-content: start;
  align-items: center;
  border-bottom: 1px solid lightgray;
}

.tabs .tab {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #C4C4C4;
  border-bottom: none;
  background-color: #FFF;
  min-width: 150px;
  min-height: 56px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px;
  color: #333;
}

.tabs .tab.active {
  background-color: #fafafa;
  border-bottom: 2px solid #D10000;
}

.tabs .tab span {
  display: inline-block;
  margin: 0 10px;
}

@media only screen and (max-width: 768px) {
  .tabs .tab {
    width: 100%;
  }
}

.tab-content {
  display: none;
  margin: 0 0 30px;
}

.tab-content.active {
  display: block;
}

.layout {
  display: flex;
  width: 100%;
  height: 100vh;
  position: relative;
}

.layout .toggle-btn {
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 10;
  background: #2c3e50;
  color: white;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 1.2rem;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  transition: transform 0.3s ease;
}

.layout .toggle-btn .arrow {
  display: inline-block;
  transition: transform 0.3s ease;
}

.layout .toggle-btn.rotated .arrow {
  transform: rotate(180deg);
}

.downloaded_reports_btn {
  background-color: #f7f7f8;
  color: rgb(79, 79, 81);
  border: 1px solid rgb(187, 187, 190);
  border-radius: 2px;
  padding: 8px 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
}

.downloaded_reports_btn:hover {
  background-color: #e6e6e8;
  border-color: rgb(160, 160, 165);
  box-shadow: 0px 4px 8px rgba(0,0,0,0.15);
}


.layout .sidebar {
  width: 30%;
  min-width: 250px;
  background: #2c3e50;
  color: #fff;
  overflow: hidden;
  transition: width 0.3s ease;
}

.layout .sidebar.closed {
  width: 0;
  min-width: 0;
}

.layout .sidebar .nav {
  padding: 50px 20px;
}

.layout .sidebar .nav ul {
  list-style: none;
  padding: 0;
}

.layout .sidebar .nav ul li {
  padding: 10px 0;
}

@media only screen and (max-width: 767px) {
  .layout .sidebar {
    display: none;
  }
}

.layout .main-content {
  flex-grow: 1;
  background: #ecf0f1;
  padding: 20px;
}

body {
  background-color: #fafafa;
}

.ti_header_wrap.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  background: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 768px) {
  .ti_header_wrap {
    position: fixed;
    top: 0;
    z-index: 1000;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    width: 100%;
  }
}

.ti__head-colunm {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  margin: 20px 0 40px;
  border-top: 1px solid #c4c4ce;
  border-bottom: 1px solid #c4c4c4;
}

@media only screen and (max-width: 768px) {
  .ti__head-colunm {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
    margin-top: 80px;
  }
}

.ti__head-colunm h1,
.ti__head-colunm h4 {
  font-family: Arial, Helvetica, sans-serif;
  color: #d22128;
}

.ti__head-colunm h1 {
  font-size: 2rem;
  font-weight: 600;
}

@media only screen and (max-width: 768px) {
  .ti__head-colunm h1 {
    line-height: normal;
    font-size: 1.5rem;
  }
}

.ti__head-colunm h4 {
  font-size: 22px;
  font-weight: 300;
}

@media only screen and (max-width: 768px) {
  .ti__head-colunm h4 {
    line-height: normal;
    font-size: 1.125rem;
  }
}

.ti__head-icon {
  border-left: 1px solid #c4c4c4;
  padding-left: 10px;
}

@media only screen and (max-width: 768px) {
  .ti__head-icon {
    border: 0;
    padding-left: 0;
    margin-top: 10px;
    width: 50px;
    position: fixed;
    top: 0;
    right: 67px;
    z-index: 10000;
  }
}

.ti__layout {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
  gap: 20px;
  margin-bottom: 40px;
  overflow: visible;
}

.ti__btn--rotated .ti__btn-arrow {
  transform: rotate(180deg);
}

.ti__nav {
  padding: 20px 0;
  background-color: rgba(4, 83, 202, 0.09);
  width: 100%;
  border-radius: 0.625rem;
  border-top: 4px solid #0453ca;
  border-bottom: 4px solid #0453ca;
}

.ti__nav ul {
  list-style: none;
  padding: 0;
}

.ti__nav ul li {
  padding: 10px;
  border-bottom: 1px solid rgba(4, 83, 202, 0.5);
}

.ti__nav ul li.active {
  background-color: rgba(4, 83, 202, 0.5);
}

.ti__nav ul li.active a {
  color: #fff;
  font-weight: 500;
}

.ti__nav ul li:hover {
  background-color: rgba(4, 83, 202, 0.3);
}

.ti__nav ul li:hover a {
  color: #fff;
  font-weight: bold;
}

.ti__nav ul li a {
  display: inline-block;
  padding: 3px 20px;
  font-weight: 500;
}

.ti__nav-wrap {
  overflow: hidden;
  opacity: 1;
  transition: max-height 0.3s ease, opacity 0.3s ease;
  margin-top: 40px;
}

.ti__nav-wrap--closed {
  max-height: 0;
  opacity: 0;
}

.ti__back-report a {
  margin: 0 20px 0 0;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .ti__back-report a {
    margin-right: 10px;
  }
}

.ti__header {
  background: #004080;
  color: white;
  padding: 1rem;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.ti__container {
  display: flex;
  width: 100%;
  margin: 0 auto;
  gap: 20px;
}

@media only screen and (max-width: 767px) {
  .ti__container {
    display: block;
  }
}

.ti__logo-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

@media only screen and (max-width: 768px) {
  .ti__company-logo img {
    width: 75%;
    margin: 10px 0;
  }
}

.ti__content {
  flex-grow: 1;
  padding: 0 0 2rem 2rem;
  transition: width 0.3s ease;
}

.ti__content h2 {
  font-size: 22px;
  font-weight: 500;
}

@media only screen and (max-width: 768px) {
  .ti__content h2 {
    font-size: 20px;
  }
}

.ti__content h3 {
  margin-bottom: 10px;
  font-weight: 500;
}

@media only screen and (max-width: 768px) {
  .ti__content h3 {
    font-size: 18px;
  }
}

.ti__brd-left {
  border-left: 1px solid #c4c4c4;
  padding-top: 40px;
}

@media only screen and (max-width: 767px) {
  .ti__brd-left {
    border-left: 0;
    padding: 0;
  }
}

.ti__accordion-item-Deep {
  border-radius: 10px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  overflow: hidden;
  border-left: 4px solid transparent;
  transition: all 0.3s ease;
  padding: 0 0.9375rem;
}

.ti__accordion-item {
  border-radius: 10px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  overflow: hidden;
  border-left: 4px solid transparent;
  transition: all 0.3s ease;
  padding: 0 0.9375rem;
}

@media only screen and (max-width: 768px) {
  .ti__accordion-item {
    padding: 0;
  }

  .ti__accordion-item-Deep {
    padding: 0;
  }
}

.ti__accordion-item--active {
  border-left: 4px solid #1e40af;
  display: block;
}

.ti__accordion-item--active h2 {
  color: #325CAA;
}

.ti__accordion-header-deep {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  cursor: pointer;
  background: #f8f9fa;
}

.ti__accordion-item .ti__accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  cursor: pointer;
  background: #fff;
}

.ti__accordion-item .ti__accordion-header h3 {
  margin: 0;
}

.ti__accordion-item .ti__accordion-content {
  display: none;
  padding: 1rem;
  border-top: 1px solid #ccc;
}

.ti-accordion__content {
  margin-bottom: 20px;
}

.ti__toggle-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid #555;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.ti__sticky {
  position: relative;
}

.ti__sticky .sidebar-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 110px;
  z-index: 999;
}

.ti__sticky .ti__sidebar {
  width: 350px;
  min-width: 20px;
  color: #000;
  background-color: rgba(4, 83, 202, 0.09);
  border-radius: 0.625rem;
  border-top: 4px solid #0453ca;
  border-bottom: 4px solid #0453ca;
  padding: 20px 0;
  margin-top: 40px;
  transition: width 0.3s ease;
  overflow-y: auto;
}

.ti__sticky .ti__sidebar--closed {
  width: 30px;
}

.ti__sticky .ti__sidebar--closed img {
  transform: rotate(180deg);
}

.ti__sticky .ti__sidebar ul {
  list-style: none;
  padding: 0;
}

.ti__sticky .ti__sidebar ul li {
  padding: 10px;
  border-bottom: 1px solid rgba(4, 83, 202, 0.5);
  cursor: pointer;
}

.ti__sticky .ti__sidebar ul li.active {
  background-color: rgba(4, 83, 202, 0.5);
  color: #fff;
  font-weight: 500;
}

.ti__sticky .ti__sidebar ul li:hover {
  background-color: rgba(4, 83, 202, 0.3);
  color: #fff;
  font-weight: bold;
}

.ti__sticky .ti__sidebar ul li a {
  display: inline-block;
  padding: 3px;
  font-weight: 500;
}

.ti__sticky .toggle-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  transform: translateX(10px);
  z-index: 1000;
  padding: 6px;
  cursor: pointer;
  border: 0;
  background-color: transparent;
}

.ti__sticky .toggle-btn .ti__btn-arrow {
  width: 24px;
  transition: transform 0.3s ease;
}

.ti_ol-list {
  list-style-type: decimal;
  padding-left: 1.5rem;
}

.ti_ol-list ol {
  list-style-type: upper-alpha;
  padding-left: 1.5rem;
}

.ti_ol-list li {
  list-style: inherit;
  margin-bottom: 20px;
}

.ti_ol-list li::marker {
  font-weight: bold;
}

.ti_ol-list li ol li {
  margin-bottom: 0;
  padding: 0.3125rem 0;
}

.ti_ul-list {
  list-style-type: square;
  padding-left: 1.5rem;
}

.ti_ul-list li {
  list-style: inherit;
  margin-bottom: 10px;
}

.ti_ul-list li::marker {
  font-weight: bold;
}

.ti_ul-list li ol li {
  margin-bottom: 0;
  padding: 0.3125rem 0;
}

.ti__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
  column-gap: 20px;
  grid-row-gap: 20px;
  row-gap: 20px;
  margin: 20px 0;
}

.ti__grid-card {
  background-color: #f2f2f2;
  border-radius: 6px;
  border: 1px solid #c4c4c4;
  padding: 10px;
}

@media only screen and (max-width: 768px) {
  .ti__grid {
    grid-template-columns: 1fr;
  }
}

.ti__team {
  background-color: #f2f2f2;
  border-radius: 16px;
  padding: 20px;
}

.ti__team-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .ti__team-title {
    font-size: 18px;
  }
}

.ti__team-members {
  display: flex;
  justify-content: space-around;
  gap: 60px;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .ti__team-members {
    flex-wrap: wrap;
    gap: 10px;
  }
}

.ti__member {
  text-align: center;
}

.ti__member-img {
  background-color: #bbb;
  border-radius: 8px;
  position: relative;
  margin: 0 auto;
  padding: 20px;
}

.ti__member-name {
  margin-top: 10px;
  font-size: 18px;
}

.ti_table {
  padding: 1rem;
  overflow-x: auto;
  width: 989px;
}

@media only screen and (max-width: 768px) {
  .ti_table {
    padding: 1rem 0;
    width: 100%;
  }
}

.ti_table__header {
  margin-bottom: 1rem;
}

.ti_table__title {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0;
}

.ti_table__description {
  font-size: 1rem;
  color: #666;
  margin-top: 0.25rem;
}

.ti_table__wrapper {
  overflow-x: auto;
}

.ti_table__table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px;
}

.ti_table__head {
  background-color: #d9d9d9;
}

.ti_table__body tr:nth-child(even) {
  background-color: #f1f1f1;
}

.ti_table__row {
  background-color: #f9f9f9;
}

.ti_table__cell {
  padding: 0.75rem;
  white-space: nowrap;
  border: 1px solid #ccc;
}

.ti_table__cell--head {
  font-weight: 700;
  text-align: left;
  background-color: #dfdcdc;
}

.ti_loader {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.049);
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  z-index: 9999;
}

.ti_loader__spinner {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: conic-gradient(from 0deg, #1e88e5 0%, #42a5f5 25%, #bbdefb 50%, #e0e0e0 100%);
  mask-image: radial-gradient(circle, transparent 50%, black 51%);
  -webkit-mask-image: radial-gradient(circle, transparent 50%, black 51%);
  animation: spin 1.4s linear infinite;
  margin-bottom: 20px;
}

.ti_loader__slogan {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  line-height: 32px;
  color: #D10000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  min-height: 70px;
  animation: colorChange 2s infinite alternate;
  margin-bottom: 20px;
  width: 28%;
}

.ti_loader__slogan.show {
  opacity: 1;
}

@media only screen and (max-width: 768px) {
  .ti_loader__slogan {
    min-height: 100px;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 10px;
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.ti__row {
  display: flex;
  justify-content: start;
  align-items: flex-start;
  gap: 7.5rem;
}

.ti__column-3 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0;
}

@media (max-width: 468px) {
  .ti__column-3 {
    flex-direction: column;
    width: 100%;
  }
}

.ti__col-3 {
  flex-basis: 30%;
}

.ti__col-4 {
  flex-basis: 33%;
}

.ti__col-7 {
  flex-basis: 70%;
}

.ti__col-12 {
  flex-basis: 100%;
}

.ti__col-bg1 {
  background-color: #efefef;
  min-height: 14.75rem;
  padding: 30px;
}

.ti__col-bg1 span {
  font-size: 2.125rem;
}

@media (max-width: 468px) {
  .ti__col-bg1 {
    width: 18.9375rem;
  }
}

.ti__col-bg2 {
  background-color: #d1d1d1;
  min-height: 14.75rem;
  padding: 30px;
}

.ti__col-bg2 span {
  font-size: 2.125rem;
}

@media (max-width: 468px) {
  .ti__col-bg2 {
    width: 18.9375rem;
  }
}

.ti__col-bg3 {
  background-color: #efefef;
  min-height: 14.75rem;
  padding: 30px;
}

.ti__col-bg3 span {
  font-size: 2.125rem;
}

@media (max-width: 468px) {
  .ti__col-bg3 {
    width: 18.9375rem;
  }
}

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



/* Default state for accordion items (collapsed) */
.ti__accordion-item .ti__accordion-content {
  display: none;
  /* Hide the content by default */
  overflow: hidden;
  /* Ensure content is properly hidden */
}

/* Active state for accordion items (expanded) */
.ti__accordion-item.ti__accordion-item--active .ti__accordion-content {
  display: block;
  /* Show the content when active */
  /* You might also want to animate the height for a smooth transition */
  /* transition: height 0.3s ease; */
}

/* Optional: Style the header when the accordion item is active */
.ti__accordion-item.ti__accordion-item--active .ti__accordion-header {
  background-color: #f0f0f0;
  /* Example: Change background color */
  /* Add any other styles you want for the active header */
}

/* Optional: Style the toggle icon (plus/minus) */
.ti__accordion-header .ti__toggle-icon {
  /* Styles for the toggle icon */
  font-size: 1.2em;
  transition: transform 0.3s ease;
  /* Smooth rotation */
}

.phone-wrapper .form-control:focus {
  border: 2px solid #000 !important;
  /* darker + thicker */
  box-shadow: none !important;
}

.phone-wrapper .form-control {
  transition: border 0.2s ease;
}


/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@13.5.6_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[12].oneOf[12].use[2]!./node_modules/.pnpm/next@13.5.6_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[12].oneOf[12].use[3]!./node_modules/.pnpm/simplebar-react@3.2.4_react@18.2.0/node_modules/simplebar-react/dist/simplebar.min.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
[data-simplebar]{position:relative;flex-direction:column;flex-wrap:wrap;justify-content:flex-start;align-content:flex-start;align-items:flex-start}.simplebar-wrapper{overflow:hidden;width:inherit;height:inherit;max-width:inherit;max-height:inherit}.simplebar-mask{direction:inherit;position:absolute;overflow:hidden;padding:0;margin:0;left:0;top:0;bottom:0;right:0;width:auto!important;height:auto!important;z-index:0}.simplebar-offset{direction:inherit!important;box-sizing:inherit!important;resize:none!important;position:absolute;top:0;left:0;bottom:0;right:0;padding:0;margin:0;-webkit-overflow-scrolling:touch}.simplebar-content-wrapper{direction:inherit;box-sizing:border-box!important;position:relative;display:block;height:100%;width:auto;max-width:100%;max-height:100%;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.simplebar-content-wrapper::-webkit-scrollbar,.simplebar-hide-scrollbar::-webkit-scrollbar{display:none;width:0;height:0}.simplebar-content:after,.simplebar-content:before{content:' ';display:table}.simplebar-placeholder{max-height:100%;max-width:100%;width:100%;pointer-events:none}.simplebar-height-auto-observer-wrapper{box-sizing:inherit!important;height:100%;width:100%;max-width:1px;position:relative;float:left;max-height:1px;overflow:hidden;z-index:-1;padding:0;margin:0;pointer-events:none;flex-grow:inherit;flex-shrink:0;flex-basis:0}.simplebar-height-auto-observer{box-sizing:inherit;display:block;opacity:0;position:absolute;top:0;left:0;height:1000%;width:1000%;min-height:1px;min-width:1px;overflow:hidden;pointer-events:none;z-index:-1}.simplebar-track{z-index:1;position:absolute;right:0;bottom:0;pointer-events:none;overflow:hidden}[data-simplebar].simplebar-dragging{pointer-events:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}[data-simplebar].simplebar-dragging .simplebar-content{pointer-events:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}[data-simplebar].simplebar-dragging .simplebar-track{pointer-events:all}.simplebar-scrollbar{position:absolute;left:0;right:0;min-height:10px}.simplebar-scrollbar:before{position:absolute;content:'';background:#000;border-radius:7px;left:2px;right:2px;opacity:0;transition:opacity .2s .5s linear}.simplebar-scrollbar.simplebar-visible:before{opacity:.5;transition-delay:0s;transition-duration:0s}.simplebar-track.simplebar-vertical{top:0;width:11px}.simplebar-scrollbar:before{top:2px;bottom:2px;left:2px;right:2px}.simplebar-track.simplebar-horizontal{left:0;height:11px}.simplebar-track.simplebar-horizontal .simplebar-scrollbar{right:auto;left:0;top:0;bottom:0;min-height:0;min-width:10px;width:auto}[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical{right:auto;left:0}.simplebar-dummy-scrollbar-size{direction:rtl;position:fixed;opacity:0;visibility:hidden;height:500px;width:500px;overflow-y:hidden;overflow-x:scroll;-ms-overflow-style:scrollbar!important}.simplebar-dummy-scrollbar-size>div{width:200%;height:200%;margin:10px 0}.simplebar-hide-scrollbar{position:fixed;left:0;visibility:hidden;overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none}

/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@13.5.6_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[12].oneOf[12].use[2]!./node_modules/.pnpm/next@13.5.6_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[12].oneOf[12].use[3]!./node_modules/.pnpm/yet-another-react-lightbox@3.15.6_react-dom@18.2.0_react@18.2.0/node_modules/yet-another-react-lightbox/dist/styles.css ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.yarl__fullsize{height:100%;width:100%}.yarl__relative{position:relative}.yarl__portal{bottom:0;left:0;opacity:0;overflow:hidden;position:fixed;right:0;top:0;transition:opacity var(--yarl__fade_animation_duration,.25s) var(--yarl__fade_animation_timing_function,ease);z-index:var(--yarl__portal_zindex,9999)}.yarl__portal_open{opacity:1}.yarl__container{background-color:var(--yarl__container_background_color,var(--yarl__color_backdrop,#000));bottom:0;left:0;outline:none;overflow:hidden;overscroll-behavior:var(--yarl__controller_overscroll-behavior,contain);position:absolute;right:0;top:0;touch-action:var(--yarl__controller_touch_action,none);-webkit-user-select:none;-moz-user-select:none;user-select:none}.yarl__carousel{align-content:center;align-items:stretch;display:flex;flex:0 0 auto;height:100%;justify-content:center;opacity:var(--yarl__pull_down_opacity,1);transform:translate(var(--yarl__swipe_offset,0),var(--yarl__pull_down_offset,0));width:calc(100% + (var(--yarl__carousel_slides_count) - 1)*(100% + var(--yarl__carousel_spacing_px, 0)*1px + var(--yarl__carousel_spacing_percent, 0)*1%))}.yarl__carousel_with_slides{column-gap:calc(var(--yarl__carousel_spacing_px, 0)*1px + 100/(var(--yarl__carousel_slides_count)*100 + (var(--yarl__carousel_slides_count) - 1)*var(--yarl__carousel_spacing_percent, 0))*var(--yarl__carousel_spacing_percent, 0)*1%)}.yarl__flex_center{align-content:center;align-items:center;display:flex;justify-content:center}.yarl__slide{flex:1 1;overflow:hidden;padding:calc(var(--yarl__carousel_padding_px, 0)*1px + 100/(var(--yarl__carousel_slides_count)*100 + (var(--yarl__carousel_slides_count) - 1)*var(--yarl__carousel_spacing_percent, 0))*var(--yarl__carousel_padding_percent, 0)*1%);position:relative}[dir=rtl] .yarl__slide{--yarl__direction:-1}.yarl__slide_image{-webkit-touch-callout:none;max-height:100%;max-width:100%;object-fit:contain;touch-action:var(--yarl__controller_touch_action,none);-moz-user-select:none;user-select:none;-webkit-user-select:none}@media screen and (min-width:800px){.yarl__slide_image{-webkit-backface-visibility:hidden;-webkit-transform:translateZ(0);-webkit-transform-style:preserve-3d}}.yarl__slide_image_cover{height:100%;object-fit:cover;width:100%}.yarl__slide_image_loading{opacity:0}.yarl__slide_placeholder{left:50%;line-height:0;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%)}.yarl__slide_loading{animation:yarl__delayed_fadein 1s linear;color:var(--yarl__slide_icon_loading_color,var(--yarl__color_button,hsla(0,0%,100%,.8)))}.yarl__slide_loading line{animation:yarl__stroke_opacity 1s linear infinite}.yarl__slide_loading line:first-of-type{animation-delay:-1.875s}.yarl__slide_loading line:nth-of-type(2){animation-delay:-1.75s}.yarl__slide_loading line:nth-of-type(3){animation-delay:-1.625s}.yarl__slide_loading line:nth-of-type(4){animation-delay:-1.5s}.yarl__slide_loading line:nth-of-type(5){animation-delay:-1.375s}.yarl__slide_loading line:nth-of-type(6){animation-delay:-1.25s}.yarl__slide_loading line:nth-of-type(7){animation-delay:-1.125s}.yarl__slide_loading line:nth-of-type(8){animation-delay:-1s}.yarl__slide_error{color:var(--yarl__slide_icon_error_color,red);height:var(--yarl__slide_icon_error_size,48px);width:var(--yarl__slide_icon_error_size,48px)}@media (prefers-reduced-motion){.yarl__portal,.yarl__slide{transition:unset}.yarl__slide_loading,.yarl__slide_loading line{animation:unset}}.yarl__toolbar{bottom:auto;display:flex;justify-content:flex-end;left:auto;padding:var(--yarl__toolbar_padding,8px);position:absolute;right:0;top:0}[dir=rtl] .yarl__toolbar{bottom:auto;left:0;right:auto;top:0}.yarl__icon{height:var(--yarl__icon_size,32px);width:var(--yarl__icon_size,32px)}.yarl__button{-webkit-tap-highlight-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--yarl__button_background_color,transparent);border:var(--yarl__button_border,0);color:var(--yarl__color_button,hsla(0,0%,100%,.8));cursor:pointer;filter:var(--yarl__button_filter,drop-shadow(2px 2px 2px rgba(0,0,0,.8)));line-height:0;margin:var(--yarl__button_margin,0);outline:none;padding:var(--yarl__button_padding,8px)}.yarl__button:focus{color:var(--yarl__color_button_active,#fff)}.yarl__button:focus:not(:focus-visible){color:var(--yarl__color_button,hsla(0,0%,100%,.8))}.yarl__button:focus-visible{color:var(--yarl__color_button_active,#fff)}@media (hover:hover){.yarl__button:focus-visible:hover,.yarl__button:focus:hover,.yarl__button:hover{color:var(--yarl__color_button_active,#fff)}}.yarl__button:disabled{color:var(--yarl__color_button_disabled,hsla(0,0%,100%,.4));cursor:default}.yarl__navigation_next,.yarl__navigation_prev{padding:var(--yarl__navigation_button_padding,24px 16px);position:absolute;top:50%;transform:translateY(-50%)}.yarl__navigation_prev{left:0}[dir=rtl] .yarl__navigation_prev{left:unset;right:0;transform:translateY(-50%) rotate(180deg)}.yarl__navigation_next{right:0}[dir=rtl] .yarl__navigation_next{left:0;right:unset;transform:translateY(-50%) rotate(180deg)}.yarl__no_scroll{height:100%;overflow:hidden;overscroll-behavior:none}@keyframes yarl__delayed_fadein{0%{opacity:0}80%{opacity:0}to{opacity:1}}@keyframes yarl__stroke_opacity{0%{stroke-opacity:1}to{stroke-opacity:.125}}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@13.5.6_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[12].oneOf[12].use[2]!./node_modules/.pnpm/next@13.5.6_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[12].oneOf[12].use[3]!./node_modules/.pnpm/yet-another-react-lightbox@3.15.6_react-dom@18.2.0_react@18.2.0/node_modules/yet-another-react-lightbox/dist/plugins/captions/captions.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.yarl__slide_captions_container{background:var(--yarl__slide_captions_container_background,rgba(0,0,0,.5));left:var(--yarl__slide_captions_container_left,0);padding:var(--yarl__slide_captions_container_padding,16px);position:absolute;right:var(--yarl__slide_captions_container_right,0);-webkit-transform:translateZ(0)}.yarl__slide_title{color:var(--yarl__slide_title_color,#fff);font-size:var(--yarl__slide_title_font_size,125%);font-weight:var(--yarl__slide_title_font_weight,bolder);max-width:calc(100% - var(--yarl__toolbar_width, 0px));overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.yarl__slide_title_container{top:var(--yarl__slide_title_container_top,0)}.yarl__slide_description{-webkit-box-orient:vertical;-webkit-line-clamp:var(--yarl__slide_description_max_lines,3);color:var(--yarl__slide_description_color,#fff);display:-webkit-box;-webkit-hyphens:auto;hyphens:auto;overflow:hidden;text-align:var(--yarl__slide_description_text_align,start)}.yarl__slide_description_container{bottom:var(--yarl__slide_description_container_bottom,0)}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@13.5.6_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[12].oneOf[12].use[2]!./node_modules/.pnpm/next@13.5.6_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[12].oneOf[12].use[3]!./node_modules/.pnpm/yet-another-react-lightbox@3.15.6_react-dom@18.2.0_react@18.2.0/node_modules/yet-another-react-lightbox/dist/plugins/thumbnails/thumbnails.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.yarl__thumbnails{display:flex;height:100%}.yarl__thumbnails_bottom,.yarl__thumbnails_end .yarl__thumbnails_track,.yarl__thumbnails_start .yarl__thumbnails_track,.yarl__thumbnails_top{flex-direction:column}.yarl__thumbnails_wrapper{flex:1 1;position:relative}.yarl__thumbnails_container{-webkit-touch-callout:none;background-color:var(--yarl__thumbnails_container_background_color,var(--yarl__color_backdrop,#000));flex:0 0 auto;overflow:hidden;padding:var(--yarl__thumbnails_container_padding,16px);position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}.yarl__thumbnails_vignette{--yarl__thumbnails_vignette_size:12%;pointer-events:none;position:absolute}@media (min-width:1200px){.yarl__thumbnails_vignette{--yarl__thumbnails_vignette_size:8%}}@media (min-width:2000px){.yarl__thumbnails_vignette{--yarl__thumbnails_vignette_size:5%}}.yarl__thumbnails_bottom .yarl__thumbnails_vignette,.yarl__thumbnails_top .yarl__thumbnails_vignette{background:linear-gradient(to right,var(--yarl__color_backdrop,#000) 0,transparent var(--yarl__thumbnails_vignette_size,12%) calc(100% - var(--yarl__thumbnails_vignette_size, 12%)),var(--yarl__color_backdrop,#000) 100%);height:100%;left:0;right:0}.yarl__thumbnails_end .yarl__thumbnails_vignette,.yarl__thumbnails_start .yarl__thumbnails_vignette{background:linear-gradient(to bottom,var(--yarl__color_backdrop,#000) 0,transparent var(--yarl__thumbnails_vignette_size,12%) calc(100% - var(--yarl__thumbnails_vignette_size, 12%)),var(--yarl__color_backdrop,#000) 100%);bottom:0;top:0;width:100%}.yarl__thumbnails_track{gap:var(--yarl__thumbnails_thumbnail_gap,16px);outline:none}.yarl__thumbnails_thumbnail{-webkit-tap-highlight-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--yarl__thumbnails_thumbnail_background,#000);border-color:var(--yarl__thumbnails_thumbnail_border_color,var(--yarl__color_button,hsla(0,0%,100%,.8)));border-radius:var(--yarl__thumbnails_thumbnail_border_radius,4px);border-style:var(--yarl__thumbnails_thumbnail_border_style,solid);border-width:var(--yarl__thumbnails_thumbnail_border,1px);box-sizing:content-box;cursor:pointer;flex:0 0 auto;height:var(--yarl__thumbnails_thumbnail_height,80px);outline:none;overflow:hidden;padding:var(--yarl__thumbnails_thumbnail_padding,4px);position:relative;width:var(--yarl__thumbnails_thumbnail_width,120px)}.yarl__thumbnails_thumbnail_active{border-color:var(--yarl__thumbnails_thumbnail_active_border_color,var(--yarl__color_button_active,#fff))}.yarl__thumbnails_thumbnail_fadein{animation:yarl__thumbnails_thumbnail_fadein var(--yarl__thumbnails_thumbnail_fadein_duration,.5s) ease-in-out var(--yarl__thumbnails_thumbnail_fadein_delay,0s) forwards;opacity:0}.yarl__thumbnails_thumbnail_fadeout{animation:yarl__thumbnails_thumbnail_fadeout var(--yarl__thumbnails_thumbnail_fadeout_duration,.5s) ease-in-out var(--yarl__thumbnails_thumbnail_fadeout_delay,0s) forwards;cursor:unset}.yarl__thumbnails_thumbnail_placeholder{cursor:unset;visibility:hidden}.yarl__thumbnails_thumbnail:focus{box-shadow:var(--yarl__thumbnails_thumbnail_focus_box_shadow,#000 0 0 0 2px,var(--yarl__color_button,hsla(0,0%,100%,.8)) 0 0 0 4px)}.yarl__thumbnails_thumbnail:focus:not(:focus-visible){box-shadow:unset}.yarl__thumbnails_thumbnail:focus-visible{box-shadow:var(--yarl__thumbnails_thumbnail_focus_box_shadow,#000 0 0 0 2px,var(--yarl__color_button,hsla(0,0%,100%,.8)) 0 0 0 4px)}.yarl__thumbnails_thumbnail_icon{color:var(--yarl__thumbnails_thumbnail_icon_color,var(--yarl__color_button,hsla(0,0%,100%,.8)));filter:var(--yarl__thumbnails_thumbnail_icon_filter,drop-shadow(2px 2px 2px rgba(0,0,0,.8)));height:var(--yarl__thumbnails_thumbnail_icon_size,32px);left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%);width:var(--yarl__thumbnails_thumbnail_icon_size,32px)}.yarl__thumbnails_contain_image{object-fit:contain}@keyframes yarl__thumbnails_thumbnail_fadein{0%{opacity:0}to{opacity:1}}@keyframes yarl__thumbnails_thumbnail_fadeout{0%{opacity:1}to{opacity:0}}
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@13.5.6_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[12].oneOf[12].use[2]!./node_modules/.pnpm/next@13.5.6_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[12].oneOf[12].use[3]!./node_modules/.pnpm/slick-carousel@1.8.1_jquery@3.7.1/node_modules/slick-carousel/slick/slick.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@13.5.6_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[12].oneOf[12].use[2]!./node_modules/.pnpm/next@13.5.6_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[12].oneOf[12].use[3]!./node_modules/.pnpm/slick-carousel@1.8.1_jquery@3.7.1/node_modules/slick-carousel/slick/slick-theme.css ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url(/_next/static/media/ajax-loader.0b80f665.gif) center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url(/_next/static/media/slick.25572f22.eot);
    src: url(/_next/static/media/slick.25572f22.eot?#iefix) format('embedded-opentype'), url(/_next/static/media/slick.653a4cbb.woff) format('woff'), url(/_next/static/media/slick.6aa1ee46.ttf) format('truetype'), url(/_next/static/media/slick.f895cfdf.svg#slick) format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@13.5.6_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[12].oneOf[12].use[2]!./node_modules/.pnpm/next@13.5.6_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[12].oneOf[12].use[3]!./node_modules/.pnpm/react-lazy-load-image-component@1.6.0_react-dom@18.2.0_react@18.2.0/node_modules/react-lazy-load-image-component/src/effects/blur.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.lazy-load-image-background.blur {
  filter: blur(15px);
}

.lazy-load-image-background.blur.lazy-load-image-loaded {
  filter: blur(0);
  transition: filter .3s;
}

.lazy-load-image-background.blur > img {
  opacity: 0;
}

.lazy-load-image-background.blur.lazy-load-image-loaded > img {
  opacity: 1;
  transition: opacity .3s;
}

/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@13.5.6_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[12].oneOf[2].use[1]!./node_modules/.pnpm/next@13.5.6_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[12].oneOf[2].use[2]!./node_modules/.pnpm/next@13.5.6_react-dom@18.2.0_react@18.2.0/node_modules/next/font/google/target.css?{"path":"src/theme/options/typography.ts","import":"Public_Sans","arguments":[{"weight":["400","500","600","700","800"],"subsets":["latin"],"display":"swap","fallback":["Helvetica","Arial","sans-serif"]}],"variableName":"primaryFont"} ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* vietnamese */
@font-face {
  font-family: '__Public_Sans_7dd612';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/f7650dfaa438c37c-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: '__Public_Sans_7dd612';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/98baa4a7809fbf72-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__Public_Sans_7dd612';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/8bf7b2ceda89477b-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: '__Public_Sans_7dd612';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/f7650dfaa438c37c-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: '__Public_Sans_7dd612';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/98baa4a7809fbf72-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__Public_Sans_7dd612';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/8bf7b2ceda89477b-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: '__Public_Sans_7dd612';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/f7650dfaa438c37c-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: '__Public_Sans_7dd612';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/98baa4a7809fbf72-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__Public_Sans_7dd612';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/8bf7b2ceda89477b-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: '__Public_Sans_7dd612';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/f7650dfaa438c37c-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: '__Public_Sans_7dd612';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/98baa4a7809fbf72-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__Public_Sans_7dd612';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/8bf7b2ceda89477b-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: '__Public_Sans_7dd612';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(/_next/static/media/f7650dfaa438c37c-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: '__Public_Sans_7dd612';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(/_next/static/media/98baa4a7809fbf72-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__Public_Sans_7dd612';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(/_next/static/media/8bf7b2ceda89477b-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face {font-family: '__Public_Sans_Fallback_7dd612';src: local("Arial");ascent-override: 90.37%;descent-override: 21.40%;line-gap-override: 0.00%;size-adjust: 105.12%
}.__className_7dd612 {font-family: '__Public_Sans_7dd612', '__Public_Sans_Fallback_7dd612', Helvetica, Arial, sans-serif;font-style: normal
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@13.5.6_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[12].oneOf[2].use[1]!./node_modules/.pnpm/next@13.5.6_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[12].oneOf[2].use[2]!./node_modules/.pnpm/next@13.5.6_react-dom@18.2.0_react@18.2.0/node_modules/next/font/google/target.css?{"path":"src/theme/options/typography.ts","import":"Barlow","arguments":[{"weight":["900"],"subsets":["latin"],"display":"swap","fallback":["Helvetica","Arial","sans-serif"]}],"variableName":"secondaryFont"} ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* vietnamese */
@font-face {
  font-family: '__Barlow_f66c34';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/_next/static/media/904e9eef4d7d5b5b-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: '__Barlow_f66c34';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/_next/static/media/2b4e67e7d1f9b973-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__Barlow_f66c34';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/_next/static/media/b3a76c66cf7d6d7d-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face {font-family: '__Barlow_Fallback_f66c34';src: local("Arial");ascent-override: 103.13%;descent-override: 20.63%;line-gap-override: 0.00%;size-adjust: 96.96%
}.__className_f66c34 {font-family: '__Barlow_f66c34', '__Barlow_Fallback_f66c34', Helvetica, Arial, sans-serif;font-weight: 900;font-style: normal
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@13.5.6_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[12].oneOf[12].use[2]!./node_modules/.pnpm/next@13.5.6_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[12].oneOf[12].use[3]!./node_modules/.pnpm/reactflow@11.11.4_@types+react@18.2.45_react-dom@18.2.0_react@18.2.0/node_modules/reactflow/dist/style.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* this gets exported as style.css and can be used for the default theming */
/* these are the necessary styles for React Flow, they get used by base.css and style.css */
.react-flow {
  direction: ltr;
}
.react-flow__container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.react-flow__pane {
  z-index: 1;
  cursor: -webkit-grab;
  cursor: grab;
}
.react-flow__pane.selection {
    cursor: pointer;
  }
.react-flow__pane.dragging {
    cursor: -webkit-grabbing;
    cursor: grabbing;
  }
.react-flow__viewport {
  transform-origin: 0 0;
  z-index: 2;
  pointer-events: none;
}
.react-flow__renderer {
  z-index: 4;
}
.react-flow__selection {
  z-index: 6;
}
.react-flow__nodesselection-rect:focus,
.react-flow__nodesselection-rect:focus-visible {
  outline: none;
}
.react-flow .react-flow__edges {
  pointer-events: none;
  overflow: visible;
}
.react-flow__edge-path,
.react-flow__connection-path {
  stroke: #b1b1b7;
  stroke-width: 1;
  fill: none;
}
.react-flow__edge {
  pointer-events: visibleStroke;
  cursor: pointer;
}
.react-flow__edge.animated path {
    stroke-dasharray: 5;
    animation: dashdraw 0.5s linear infinite;
  }
.react-flow__edge.animated path.react-flow__edge-interaction {
    stroke-dasharray: none;
    animation: none;
  }
.react-flow__edge.inactive {
    pointer-events: none;
  }
.react-flow__edge.selected,
  .react-flow__edge:focus,
  .react-flow__edge:focus-visible {
    outline: none;
  }
.react-flow__edge.selected .react-flow__edge-path,
  .react-flow__edge:focus .react-flow__edge-path,
  .react-flow__edge:focus-visible .react-flow__edge-path {
    stroke: #555;
  }
.react-flow__edge-textwrapper {
    pointer-events: all;
  }
.react-flow__edge-textbg {
    fill: white;
  }
.react-flow__edge .react-flow__edge-text {
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
.react-flow__connection {
  pointer-events: none;
}
.react-flow__connection .animated {
    stroke-dasharray: 5;
    animation: dashdraw 0.5s linear infinite;
  }
.react-flow__connectionline {
  z-index: 1001;
}
.react-flow__nodes {
  pointer-events: none;
  transform-origin: 0 0;
}
.react-flow__node {
  position: absolute;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: all;
  transform-origin: 0 0;
  box-sizing: border-box;
  cursor: -webkit-grab;
  cursor: grab;
}
.react-flow__node.dragging {
    cursor: -webkit-grabbing;
    cursor: grabbing;
  }
.react-flow__nodesselection {
  z-index: 3;
  transform-origin: left top;
  pointer-events: none;
}
.react-flow__nodesselection-rect {
    position: absolute;
    pointer-events: all;
    cursor: -webkit-grab;
    cursor: grab;
  }
.react-flow__handle {
  position: absolute;
  pointer-events: none;
  min-width: 5px;
  min-height: 5px;
  width: 6px;
  height: 6px;
  background: #1a192b;
  border: 1px solid white;
  border-radius: 100%;
}
.react-flow__handle.connectionindicator {
    pointer-events: all;
    cursor: crosshair;
  }
.react-flow__handle-bottom {
    top: auto;
    left: 50%;
    bottom: -4px;
    transform: translate(-50%, 0);
  }
.react-flow__handle-top {
    left: 50%;
    top: -4px;
    transform: translate(-50%, 0);
  }
.react-flow__handle-left {
    top: 50%;
    left: -4px;
    transform: translate(0, -50%);
  }
.react-flow__handle-right {
    right: -4px;
    top: 50%;
    transform: translate(0, -50%);
  }
.react-flow__edgeupdater {
  cursor: move;
  pointer-events: all;
}
.react-flow__panel {
  position: absolute;
  z-index: 5;
  margin: 15px;
}
.react-flow__panel.top {
    top: 0;
  }
.react-flow__panel.bottom {
    bottom: 0;
  }
.react-flow__panel.left {
    left: 0;
  }
.react-flow__panel.right {
    right: 0;
  }
.react-flow__panel.center {
    left: 50%;
    transform: translateX(-50%);
  }
.react-flow__attribution {
  font-size: 10px;
  background: rgba(255, 255, 255, 0.5);
  padding: 2px 3px;
  margin: 0;
}
.react-flow__attribution a {
    text-decoration: none;
    color: #999;
  }
@keyframes dashdraw {
  from {
    stroke-dashoffset: 10;
  }
}
.react-flow__edgelabel-renderer {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.react-flow__edge.updating .react-flow__edge-path {
      stroke: #777;
    }
.react-flow__edge-text {
    font-size: 10px;
  }
.react-flow__node.selectable:focus,
  .react-flow__node.selectable:focus-visible {
    outline: none;
  }
.react-flow__node-default,
.react-flow__node-input,
.react-flow__node-output,
.react-flow__node-group {
  padding: 10px;
  border-radius: 3px;
  width: 150px;
  font-size: 12px;
  color: #222;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  border-color: #1a192b;
  background-color: white;
}
.react-flow__node-default.selectable:hover, .react-flow__node-input.selectable:hover, .react-flow__node-output.selectable:hover, .react-flow__node-group.selectable:hover {
      box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.08);
    }
.react-flow__node-default.selectable.selected,
    .react-flow__node-default.selectable:focus,
    .react-flow__node-default.selectable:focus-visible,
    .react-flow__node-input.selectable.selected,
    .react-flow__node-input.selectable:focus,
    .react-flow__node-input.selectable:focus-visible,
    .react-flow__node-output.selectable.selected,
    .react-flow__node-output.selectable:focus,
    .react-flow__node-output.selectable:focus-visible,
    .react-flow__node-group.selectable.selected,
    .react-flow__node-group.selectable:focus,
    .react-flow__node-group.selectable:focus-visible {
      box-shadow: 0 0 0 0.5px #1a192b;
    }
.react-flow__node-group {
  background-color: rgba(240, 240, 240, 0.25);
}
.react-flow__nodesselection-rect,
.react-flow__selection {
  background: rgba(0, 89, 220, 0.08);
  border: 1px dotted rgba(0, 89, 220, 0.8);
}
.react-flow__nodesselection-rect:focus,
  .react-flow__nodesselection-rect:focus-visible,
  .react-flow__selection:focus,
  .react-flow__selection:focus-visible {
    outline: none;
  }
.react-flow__controls {
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.08);
}
.react-flow__controls-button {
    border: none;
    background: #fefefe;
    border-bottom: 1px solid #eee;
    box-sizing: content-box;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 16px;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    padding: 5px;
  }
.react-flow__controls-button:hover {
      background: #f4f4f4;
    }
.react-flow__controls-button svg {
      width: 100%;
      max-width: 12px;
      max-height: 12px;
    }
.react-flow__controls-button:disabled {
      pointer-events: none;
    }
.react-flow__controls-button:disabled svg {
        fill-opacity: 0.4;
      }
.react-flow__minimap {
  background-color: #fff;
}
.react-flow__minimap svg {
  display: block;
}
.react-flow__resize-control {
  position: absolute;
}
.react-flow__resize-control.left,
.react-flow__resize-control.right {
  cursor: ew-resize;
}
.react-flow__resize-control.top,
.react-flow__resize-control.bottom {
  cursor: ns-resize;
}
.react-flow__resize-control.top.left,
.react-flow__resize-control.bottom.right {
  cursor: nwse-resize;
}
.react-flow__resize-control.bottom.left,
.react-flow__resize-control.top.right {
  cursor: nesw-resize;
}
/* handle styles */
.react-flow__resize-control.handle {
  width: 4px;
  height: 4px;
  border: 1px solid #fff;
  border-radius: 1px;
  background-color: #3367d9;
  transform: translate(-50%, -50%);
}
.react-flow__resize-control.handle.left {
  left: 0;
  top: 50%;
}
.react-flow__resize-control.handle.right {
  left: 100%;
  top: 50%;
}
.react-flow__resize-control.handle.top {
  left: 50%;
  top: 0;
}
.react-flow__resize-control.handle.bottom {
  left: 50%;
  top: 100%;
}
.react-flow__resize-control.handle.top.left {
  left: 0;
}
.react-flow__resize-control.handle.bottom.left {
  left: 0;
}
.react-flow__resize-control.handle.top.right {
  left: 100%;
}
.react-flow__resize-control.handle.bottom.right {
  left: 100%;
}
/* line styles */
.react-flow__resize-control.line {
  border-color: #3367d9;
  border-width: 0;
  border-style: solid;
}
.react-flow__resize-control.line.left,
.react-flow__resize-control.line.right {
  width: 1px;
  transform: translate(-50%, 0);
  top: 0;
  height: 100%;
}
.react-flow__resize-control.line.left {
  left: 0;
  border-left-width: 1px;
}
.react-flow__resize-control.line.right {
  left: 100%;
  border-right-width: 1px;
}
.react-flow__resize-control.line.top,
.react-flow__resize-control.line.bottom {
  height: 1px;
  transform: translate(0, -50%);
  left: 0;
  width: 100%;
}
.react-flow__resize-control.line.top {
  top: 0;
  border-top-width: 1px;
}
.react-flow__resize-control.line.bottom {
  border-bottom-width: 1px;
  top: 100%;
}

