@charset "UTF-8";
:root {
  --primary-color: #222453;
  --secondry-color: #4549a0;
  --trietory-color: #f4ff77;
  --light-blue-color: #8d90e4;
  --white-color: #ffff;
  --dark-color: #14191e;
  --text-color: #08091f;
  --text-light-color: #ffffff;
  --border-color: #dadada;
  --body-bg-color: #ffffff;
  --body-text-color: #606060;
  --bg-light: #fafafa;
  --green-color: #12b76a;
  --radius-btn: 4.375rem;
  --z-index: 1;
  --z-index-header: 100;
  --z-index-popup: 1000;
  --primary-font: "Work Sans", sans-serif;
  --secondry-font: "Work Sans", sans-serif;
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-smedium: 600;
  --font-weight-bold: 700;
  --root-font-size: 16px;
  --base-text: 16px;
  --font-style-italic: italic;
  --text-xxl: 1.25rem;
  --text-xl: 1.125rem;
  --text-md: 1rem;
  --text: 0.9375rem;
  --text-14: 0.875rem;
  --h1-s: 2.2rem;
  --h1: 1.25rem;
  --h2-xl: 2.625rem;
  --h2-l: 1.25rem;
  --h2: 1rem;
  --h3: 1.125rem;
  --h4: 1rem;
  --spacing-0: 0;
  --spacing-1: 0.625rem;
  --spacing-2: 1.563rem;
  --spacing-3: 1.875rem;
  --spacing-4: 2.1875rem;
  --spacing-5: 2.5rem;
  --spacing-6: 3.125rem;
  --spacing-7: 5rem;
  --spacing-top: 8.75rem;
  --spacing-bottom: 5.438rem;
}

@media (min-width: 768px) {
  :root {
    --h1-l: 2.5rem;
    --h1-s: 2.375rem;
    --h1: 1.25rem;
    --h2-xl: 3rem;
    --h2-l: 1.5rem;
    --h2: 1rem;
    --h3: 1.5rem;
    --h4: 1rem;
    --h5: 1.125rem;
    --h6: 1rem;
    --spacing-1: 1.563rem;
    --spacing-2: 2.875rem;
    --spacing-3: 3.125rem;
    --spacing-4: 3.75rem;
    --spacing-5: 3rem;
    --spacing-6: 4rem;
    --spacing-7: 11.75rem;
    --spacing-top: 18.625rem;
    --spacing-bottom: 15.625rem;
    --spacing-top: 15.625rem;
    --spacing-bottom: 10.625rem;
  }
}
@media (min-width: 1260px) {
  :root {
    --root-font-size: 0.84vw;
    --text-xxl: 1.625rem;
    --text-xl: 1.5rem;
    --text-md: 1.25rem;
    --text: 1rem;
    --h1-l: 2.5rem;
    --h1-s: 2.75rem;
    --h1: 1.5rem;
    --h2-xl: 3.375rem;
    --h2-l: 2.25rem;
    --h2: 1.875rem;
    --h3: 1.5rem;
    --h4: 1.25rem;
    --h5: 1.125rem;
    --h6: 1rem;
    --spacing-1: 1.563rem;
    --spacing-2: 2.875rem;
    --spacing-3: 2.925rem;
    --spacing-4: 3.75rem;
    --spacing-5: 5rem;
    --spacing-6: 6rem;
    --spacing-7: 11.75rem;
    --spacing-top: 18.625rem;
    --spacing-bottom: 15.625rem;
  }
}
@font-face {
  font-family: "LexendDeca";
  font-style: bold;
  font-weight: 600;
  src: url("../fonts/LexendDeca-Bold.eot"),
    url("../fonts/LexendDeca-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/LexendDeca-Bold.woff2") format("woff2"),
    url("../fonts/LexendDeca-Bold.woff") format("woff2"),
    url("../fonts/LexendDeca-Bold.ttf") format("truetype"),
    url("../fonts/LexendDeca-Bold.svg#Inter-Bold") format("svg");
}
@font-face {
  font-family: "WorkSans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/WorkSans-Regular.eot"),
    url("../fonts/WorkSans-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/WorkSans-Regular.woff2") format("woff2"),
    url("../fonts/WorkSans-Regular.woff") format("woff2"),
    url("../fonts/WorkSans-Regular.ttf") format("truetype"),
    url("../fonts/WorkSans-Regular.svg#Inter-Bold") format("svg");
}
@font-face {
  font-family: "WorkSans";
  font-style: medium;
  font-weight: 500;
  src: url("../fonts/WorkSans-Medium.eot"),
    url("../fonts/WorkSans-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/WorkSans-Medium.woff2") format("woff2"),
    url("../fonts/WorkSans-Medium.woff") format("woff2"),
    url("../fonts/WorkSans-Medium.ttf") format("truetype"),
    url("../fonts/WorkSans-Medium.svg#Inter-Bold") format("svg");
}
@font-face {
  font-family: "WorkSans";
  font-style: bold;
  font-weight: 600;
  src: url("../fonts/WorkSans-Bold.eot"),
    url("../fonts/WorkSans-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/WorkSans-Bold.woff2") format("woff2"),
    url("../fonts/WorkSans-Bold.woff") format("woff2"),
    url("../fonts/WorkSans-Bold.ttf") format("truetype"),
    url("../fonts/WorkSans-Bold.svg#Inter-Bold") format("svg");
}
#main {
  overflow: hidden;
}

html {
  font-size: var(--root-font-size);
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

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

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background-color: var(--body-bg-color);
  color: var(--body-text-color);
  font-family: var(--secondry-font);
  font-weight: var(--font-weight-regular);
  font-style: normal;
  font-size: var(--text);
  text-align: left;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

html,
body,
main#main {
  min-height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-family: var(--primary-font);
  line-height: normal;
  color: var(--dark-color);
}

@media (max-width: 1259px) {
  br {
    display: none;
  }
  /* .destop--title br {
    display: none;
  } */
}

p {
  font-family: var(--secondry-font);
  margin-bottom: 1em;
  margin-top: 0;
  line-height: 1.5;
  font-weight: var(--font-weight-regular);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  line-height: 1.15;
}

.h1-l {
  font-size: var(--h1-l);
}

.h1-s {
  font-size: var(--h1-s);
}

h1,
.h1 {
  font-size: var(--h1);
}

.h2-l {
  font-size: var(--h2-l);
}

.h2-xl {
  font-size: var(--h2-xl);
}

h2,
.h2 {
  font-size: var(--h2);
}

h3,
.h3 {
  font-size: var(--h3);
}

h4,
.h4 {
  font-size: var(--h4);
}

h5,
.h5 {
  font-size: var(--h5);
}

h6,
.h6 {
  font-size: var(--h6);
  line-height: 1.35;
}

.text,
.text-md,
.text-xl,
.text-xxl {
  line-height: 170%;
}
.text p,
.text-md p,
.text-xl p,
.text-xxl p {
  line-height: 170%;
}

.text {
  font-size: var(--text);
}

.text-md {
  font-size: var(--text-md);
}

.text-14 {
  font-size: var(--text-14);
}

.text-xl {
  font-size: var(--text-xl);
}

.text-xxl {
  font-size: var(--text-xxl);
}

.caption-text {
  color: var(--trietory-color);
  font-size: 0.8125rem;
  text-transform: uppercase;
  font-weight: 600;
}
.caption-text::before {
  content: "";
  height: 0.8em;
  width: 0.8em;
  display: inline-block;
  background-color: currentColor;
  margin-right: 1.5em;
}

.font-body {
  font-family: var(--primary-font);
}

.font-heading {
  font-family: var(--secondry-font);
}

address {
  font-style: normal;
}

a {
  color: var(--body-text-color);
  text-decoration: none;
  display: inline-block;
  transition: 0.5s all;
}
a.active {
  color: var(--primary-color);
}
a:hover {
  color: var(--secondry-color);
}

button,
a {
  outline: 0;
}

dl,
ol,
ul {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  list-style: none;
}

img,
svg,
video {
  max-width: 100%;
  display: block;
}

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

.lus__stya--form form {
  width: 100%;
  max-width: 39.125rem;
  margin-left: auto;
}

@media (max-width: 991px) {
  .lus__stya--form form {
    max-width: 100%;
  }
}

.form-control,
textarea,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"] {
  display: block;
  width: 100%;
  padding: 1.25rem 1.563rem;
  font-size: 1.125rem;
  font-weight: var(--font-weight-regular);
  line-height: 1.5;
  color: var(--white-color);
  background-color: var(--primary-color);
  background-clip: padding-box;
  border: 0;
  margin-bottom: 1.875rem;
  border-radius: 0.313rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  outline: 0;
}
.form-control::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="number"]::-moz-placeholder {
  color: var(--white-color);
  line-height: 170%;
  font-weight: normal;
}
.form-control::placeholder,
textarea::placeholder,
input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="tel"]::placeholder,
input[type="number"]::placeholder {
  color: var(--white-color);
  line-height: 170%;
  font-weight: normal;
}

form label {
  color: var(--dark-text);
  opacity: 0.8;
  margin-bottom: 0.875rem;
  display: inline-block;
}

textarea.form-control,
.frm_form_field textarea {
  resize: vertical;
}

.form-check input[type="checkbox"] {
  display: none;
}
.form-check input[type="checkbox"] + label:after {
  content: "";
  height: 2.375rem;
  width: 2.375rem;
  display: inline-block;
  background-color: var(--primary-color);
  border-radius: 0.625rem;
  position: relative;
  display: flex;
  align-items: center;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
  font-weight: var(--font-weight-medium);
  margin-right: 2.5rem;
}
.form-check input[type="checkbox"] + label:before {
  content: "✔";
  position: absolute;
  right: 0;
  height: 2.375rem;
  width: 2.375rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--trietory-color);
  transition: 0.3s all ease;
  opacity: 0;
  visibility: hidden;
}
.form-check input[type="checkbox"]:checked + label:before {
  opacity: 1;
  visibility: visible;
}

.form__message p,
.form__header p {
  font-size: 1rem;
  line-height: 170%;
  margin-bottom: 0;
}

.form__message p {
  font-style: italic;
}

select.form-control {
  right: 0;
  background-image: url("../images/select.svg");
  background-repeat: no-repeat;
  background-position: 96%;
}

/* Font Weight */
.font-weight-light {
  font-weight: var(--font-weight-light);
}

.font-weight-regular {
  font-weight: var(--font-weight-regular);
}

.font-weight-medium {
  font-weight: var(--font-weight-medium);
}

.font-weight-smedium {
  font-weight: var(--font-weight-smedium);
}

.font-weight-bold {
  font-weight: var(--font-weight-bold);
}

.color-primary {
  color: var(--primary-color);
}

.color-secondary {
  color: var(--secondry-color);
}

.color-body {
  color: var(--body-text-color);
}

.color-light-text {
  color: var(--text-light-color);
}

.color-text {
  color: var(--text-color);
}

.color-white {
  color: var(--white-color);
}

.color-trietory {
  color: var(--trietory-color);
}

.bg-light {
  background-color: var(--light-bg);
}

.bg-dark {
  background-color: var(--primary-color);
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

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

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

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

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

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.75rem;
  font-size: var(--text-md);
  font-weight: var(--font-weight-bold);
  font-family: var(--secondry-font);
  text-align: center;
  text-decoration: none;
  line-height: normal;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 0.0625rem solid transparent;
  color: var(--primary-color);
  border-radius: var(--radius-btn);
  background-color: var(--trietory-color);
  width: 100%;
  min-width: -moz-fit-content;
  min-width: fit-content;
  max-width: 18.938rem;
  transition: color 0.5s ease-in-out, background-color 0.5s ease-in-out,
    border-color 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
  position: relative;
  z-index: 1;
  overflow: hidden;
  white-space: nowrap;
  gap: 0.25rem;
}
.btn:hover {
  color: var(--white-color);
  background-color: var(--secondry-color);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.btn svg,
.btn svg * {
  transition: all 0.5s ease-in-out;
  width: auto;
}
.btn .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.42em;
  border-radius: 50%;
  overflow: hidden;
}
.btn .icon svg {
  max-width: 1.1875rem;
}
.btn--light {
  background-color: var(--body-bg-color);
  color: var(--body-text-color);
}
.btn--primary {
  background-color: var(--primary-color);
  color: var(--white-color);
  border-color: var(--primary-color);
}
.btn--primary svg path {
  fill: var(--light-text);
}
.btn--primary:hover {
  background-color: transparent;
  color: var(--primary-color);
  border-color: var(--primary-color);
}
.btn--primary:hover svg path {
  fill: var(--secondry-color);
}
.btn--dark {
  background-color: var(--dark-color);
  color: var(--white-color);
  border-color: var(--dark-color);
}
.btn--dark svg path {
  fill: var(--light-text);
}
.btn--dark:hover {
  background-color: transparent;
  color: var(--dark-color);
  border-color: var(--dark-color);
}
.btn--dark:hover svg path {
  stroke: var(--dark-color);
}
.btn--white {
  background-color: var(--white-color);
  color: var(--dark-color);
  border-color: var(--white-color);
}
.btn--white svg path {
  fill: var(--light-text);
}
.btn--white:hover {
  background-color: transparent;
  color: var(--white-color);
  border-color: var(--white-color);
}
.btn--white:hover svg path {
  stroke: var(--white-color);
}
.btn--danger {
  background-color: var(--trietory-color);
  color: var(--white-color);
  border-color: var(--trietory-color);
}
.btn--danger svg path {
  fill: var(--light-text);
}
.btn--danger:hover {
  background-color: transparent;
  color: var(--trietory-color);
  border-color: var(--trietory-color);
}
.btn--danger:hover svg path {
  stroke: var(--white-color);
}

.btn-wrap .btn:hover svg {
  transform: translateX(20%);
}

.more-policy .btn:hover svg {
  transform: rotate(180deg);
}

.create-btn .btn:hover svg {
  transform: rotate(90deg);
}

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

.form-group__CTA {
  display: flex;
  justify-content: flex-end;
  max-width: 100%;
  width: 100%;
}
.form-group__CTA .btn,
.form-group__CTA .frm_button_submit {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: var(--font-weight-medium);
  box-shadow: none;
}

.w-full {
  width: 100% !important;
}

.mxw-full {
  max-width: 100% !important;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.no-wrap {
  flex-wrap: nowrap;
}

.wrap {
  flex-wrap: wrap;
}

@media (max-width: 1280px) {
  .flex-xl-wrap {
    flex-wrap: wrap;
  }
}

@media (max-width: 991px) {
  .flex-lg-wrap {
    flex-wrap: wrap;
  }
}

.order1 {
  order: 1;
}

.order2 {
  order: 2;
}

@media (max-width: 991px) {
  .order-md-1 {
    order: 1;
  }
}

@media (max-width: 991px) {
  .order-md-2 {
    order: 2;
  }
}

@media (max-width: 1260px) {
  .order-xl-1 {
    order: 1;
  }
}

@media (max-width: 1259px) {
  .order-xl-2 {
    order: 2;
  }
}

.container-fluid {
  padding-left: 4.375rem;
  padding-right: 4.375rem;
}
@media (max-width: 1440px) {
  .container-fluid {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 576px) {
  .container-fluid {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.937rem;
  padding-right: 0.937rem;
  max-width: 100%;
  width: 100%;
}

.col {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.col-12 {
  max-width: 100%;
  width: 100%;
}

@media (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 calc(8.3333333333% * 1);
    max-width: calc(8.3333333333% * 1);
    width: 100%;
  }
  .col-sm-2 {
    flex: 0 0 calc(8.3333333333% * 2);
    max-width: calc(8.3333333333% * 2);
    width: 100%;
  }
  .col-sm-3 {
    flex: 0 0 calc(8.3333333333% * 3);
    max-width: calc(8.3333333333% * 3);
    width: 100%;
  }
  .col-sm-4 {
    flex: 0 0 calc(8.3333333333% * 4);
    max-width: calc(8.3333333333% * 4);
    width: 100%;
  }
  .col-sm-5 {
    flex: 0 0 calc(8.3333333333% * 5);
    max-width: calc(8.3333333333% * 5);
    width: 100%;
  }
  .col-sm-6 {
    flex: 0 0 calc(8.3333333333% * 6);
    max-width: calc(8.3333333333% * 6);
    width: 100%;
  }
  .col-sm-7 {
    flex: 0 0 calc(8.3333333333% * 7);
    max-width: calc(8.3333333333% * 7);
    width: 100%;
  }
  .col-sm-8 {
    flex: 0 0 calc(8.3333333333% * 8);
    max-width: calc(8.3333333333% * 8);
    width: 100%;
  }
  .col-sm-9 {
    flex: 0 0 calc(8.3333333333% * 9);
    max-width: calc(8.3333333333% * 9);
    width: 100%;
  }
  .col-sm-10 {
    flex: 0 0 calc(8.3333333333% * 10);
    max-width: calc(8.3333333333% * 10);
    width: 100%;
  }
  .col-sm-11 {
    flex: 0 0 calc(8.3333333333% * 11);
    max-width: calc(8.3333333333% * 11);
    width: 100%;
  }
  .col-sm-12 {
    flex: 0 0 calc(8.3333333333% * 12);
    max-width: calc(8.3333333333% * 12);
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 calc(8.3333333333% * 1);
    max-width: calc(8.3333333333% * 1);
    width: 100%;
  }
  .col-md-2 {
    flex: 0 0 calc(8.3333333333% * 2);
    max-width: calc(8.3333333333% * 2);
    width: 100%;
  }
  .col-md-3 {
    flex: 0 0 calc(8.3333333333% * 3);
    max-width: calc(8.3333333333% * 3);
    width: 100%;
  }
  .col-md-4 {
    flex: 0 0 calc(8.3333333333% * 4);
    max-width: calc(8.3333333333% * 4);
    width: 100%;
  }
  .col-md-5 {
    flex: 0 0 calc(8.3333333333% * 5);
    max-width: calc(8.3333333333% * 5);
    width: 100%;
  }
  .col-md-6 {
    flex: 0 0 calc(8.3333333333% * 6);
    max-width: calc(8.3333333333% * 6);
    width: 100%;
  }
  .col-md-7 {
    flex: 0 0 calc(8.3333333333% * 7);
    max-width: calc(8.3333333333% * 7);
    width: 100%;
  }
  .col-md-8 {
    flex: 0 0 calc(8.3333333333% * 8);
    max-width: calc(8.3333333333% * 8);
    width: 100%;
  }
  .col-md-9 {
    flex: 0 0 calc(8.3333333333% * 9);
    max-width: calc(8.3333333333% * 9);
    width: 100%;
  }
  .col-md-10 {
    flex: 0 0 calc(8.3333333333% * 10);
    max-width: calc(8.3333333333% * 10);
    width: 100%;
  }
  .col-md-11 {
    flex: 0 0 calc(8.3333333333% * 11);
    max-width: calc(8.3333333333% * 11);
    width: 100%;
  }
  .col-md-12 {
    flex: 0 0 calc(8.3333333333% * 12);
    max-width: calc(8.3333333333% * 12);
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 calc(8.3333333333% * 1);
    max-width: calc(8.3333333333% * 1);
    width: 100%;
  }
  .col-lg-2 {
    flex: 0 0 calc(8.3333333333% * 2);
    max-width: calc(8.3333333333% * 2);
    width: 100%;
  }
  .col-lg-3 {
    flex: 0 0 calc(8.3333333333% * 3);
    max-width: calc(8.3333333333% * 3);
    width: 100%;
  }
  .col-lg-4 {
    flex: 0 0 calc(8.3333333333% * 4);
    max-width: calc(8.3333333333% * 4);
    width: 100%;
  }
  .col-lg-5 {
    flex: 0 0 calc(8.3333333333% * 5);
    max-width: calc(8.3333333333% * 5);
    width: 100%;
  }
  .col-lg-6 {
    flex: 0 0 calc(8.3333333333% * 6);
    max-width: calc(8.3333333333% * 6);
    width: 100%;
  }
  .col-lg-7 {
    flex: 0 0 calc(8.3333333333% * 7);
    max-width: calc(8.3333333333% * 7);
    width: 100%;
  }
  .col-lg-8 {
    flex: 0 0 calc(8.3333333333% * 8);
    max-width: calc(8.3333333333% * 8);
    width: 100%;
  }
  .col-lg-9 {
    flex: 0 0 calc(8.3333333333% * 9);
    max-width: calc(8.3333333333% * 9);
    width: 100%;
  }
  .col-lg-10 {
    flex: 0 0 calc(8.3333333333% * 10);
    max-width: calc(8.3333333333% * 10);
    width: 100%;
  }
  .col-lg-11 {
    flex: 0 0 calc(8.3333333333% * 11);
    max-width: calc(8.3333333333% * 11);
    width: 100%;
  }
  .col-lg-12 {
    flex: 0 0 calc(8.3333333333% * 12);
    max-width: calc(8.3333333333% * 12);
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xls-1 {
    flex: 0 0 calc(8.3333333333% * 1);
    max-width: calc(8.3333333333% * 1);
    width: 100%;
  }
  .col-xls-2 {
    flex: 0 0 calc(8.3333333333% * 2);
    max-width: calc(8.3333333333% * 2);
    width: 100%;
  }
  .col-xls-3 {
    flex: 0 0 calc(8.3333333333% * 3);
    max-width: calc(8.3333333333% * 3);
    width: 100%;
  }
  .col-xls-4 {
    flex: 0 0 calc(8.3333333333% * 4);
    max-width: calc(8.3333333333% * 4);
    width: 100%;
  }
  .col-xls-5 {
    flex: 0 0 calc(8.3333333333% * 5);
    max-width: calc(8.3333333333% * 5);
    width: 100%;
  }
  .col-xls-6 {
    flex: 0 0 calc(8.3333333333% * 6);
    max-width: calc(8.3333333333% * 6);
    width: 100%;
  }
  .col-xls-7 {
    flex: 0 0 calc(8.3333333333% * 7);
    max-width: calc(8.3333333333% * 7);
    width: 100%;
  }
  .col-xls-8 {
    flex: 0 0 calc(8.3333333333% * 8);
    max-width: calc(8.3333333333% * 8);
    width: 100%;
  }
  .col-xls-9 {
    flex: 0 0 calc(8.3333333333% * 9);
    max-width: calc(8.3333333333% * 9);
    width: 100%;
  }
  .col-xls-10 {
    flex: 0 0 calc(8.3333333333% * 10);
    max-width: calc(8.3333333333% * 10);
    width: 100%;
  }
  .col-xls-11 {
    flex: 0 0 calc(8.3333333333% * 11);
    max-width: calc(8.3333333333% * 11);
    width: 100%;
  }
  .col-xls-12 {
    flex: 0 0 calc(8.3333333333% * 12);
    max-width: calc(8.3333333333% * 12);
    width: 100%;
  }
}
@media (min-width: 1260px) {
  .col-xl-1 {
    flex: 0 0 calc(8.3333333333% * 1);
    max-width: calc(8.3333333333% * 1);
    width: 100%;
  }
  .col-xl-2 {
    flex: 0 0 calc(8.3333333333% * 2);
    max-width: calc(8.3333333333% * 2);
    width: 100%;
  }
  .col-xl-3 {
    flex: 0 0 calc(8.3333333333% * 3);
    max-width: calc(8.3333333333% * 3);
    width: 100%;
  }
  .col-xl-4 {
    flex: 0 0 calc(8.3333333333% * 4);
    max-width: calc(8.3333333333% * 4);
    width: 100%;
  }
  .col-xl-5 {
    flex: 0 0 calc(8.3333333333% * 5);
    max-width: calc(8.3333333333% * 5);
    width: 100%;
  }
  .col-xl-6 {
    flex: 0 0 calc(8.3333333333% * 6);
    max-width: calc(8.3333333333% * 6);
    width: 100%;
  }
  .col-xl-7 {
    flex: 0 0 calc(8.3333333333% * 7);
    max-width: calc(8.3333333333% * 7);
    width: 100%;
  }
  .col-xl-8 {
    flex: 0 0 calc(8.3333333333% * 8);
    max-width: calc(8.3333333333% * 8);
    width: 100%;
  }
  .col-xl-9 {
    flex: 0 0 calc(8.3333333333% * 9);
    max-width: calc(8.3333333333% * 9);
    width: 100%;
  }
  .col-xl-10 {
    flex: 0 0 calc(8.3333333333% * 10);
    max-width: calc(8.3333333333% * 10);
    width: 100%;
  }
  .col-xl-11 {
    flex: 0 0 calc(8.3333333333% * 11);
    max-width: calc(8.3333333333% * 11);
    width: 100%;
  }
  .col-xl-12 {
    flex: 0 0 calc(8.3333333333% * 12);
    max-width: calc(8.3333333333% * 12);
    width: 100%;
  }
}
@media (min-width: 1440px) {
  .col-xxl-1 {
    flex: 0 0 calc(8.3333333333% * 1);
    max-width: calc(8.3333333333% * 1);
    width: 100%;
  }
  .col-xxl-2 {
    flex: 0 0 calc(8.3333333333% * 2);
    max-width: calc(8.3333333333% * 2);
    width: 100%;
  }
  .col-xxl-3 {
    flex: 0 0 calc(8.3333333333% * 3);
    max-width: calc(8.3333333333% * 3);
    width: 100%;
  }
  .col-xxl-4 {
    flex: 0 0 calc(8.3333333333% * 4);
    max-width: calc(8.3333333333% * 4);
    width: 100%;
  }
  .col-xxl-5 {
    flex: 0 0 calc(8.3333333333% * 5);
    max-width: calc(8.3333333333% * 5);
    width: 100%;
  }
  .col-xxl-6 {
    flex: 0 0 calc(8.3333333333% * 6);
    max-width: calc(8.3333333333% * 6);
    width: 100%;
  }
  .col-xxl-7 {
    flex: 0 0 calc(8.3333333333% * 7);
    max-width: calc(8.3333333333% * 7);
    width: 100%;
  }
  .col-xxl-8 {
    flex: 0 0 calc(8.3333333333% * 8);
    max-width: calc(8.3333333333% * 8);
    width: 100%;
  }
  .col-xxl-9 {
    flex: 0 0 calc(8.3333333333% * 9);
    max-width: calc(8.3333333333% * 9);
    width: 100%;
  }
  .col-xxl-10 {
    flex: 0 0 calc(8.3333333333% * 10);
    max-width: calc(8.3333333333% * 10);
    width: 100%;
  }
  .col-xxl-11 {
    flex: 0 0 calc(8.3333333333% * 11);
    max-width: calc(8.3333333333% * 11);
    width: 100%;
  }
  .col-xxl-12 {
    flex: 0 0 calc(8.3333333333% * 12);
    max-width: calc(8.3333333333% * 12);
    width: 100%;
  }
}
@media (min-width: 1260px) {
  .container {
    padding: 0 50px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 101.875rem;
    padding: 0 15px;
  }
}
.flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.align-items-start {
  align-items: flex-start;
}

.align-items-basline {
  align-items: baseline;
}

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

.align-items-end {
  align-items: flex-end;
}

.justify-content-start {
  justify-content: flex-start;
}

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

.justify-content-end {
  justify-content: flex-end;
}

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

.justify-content-arround {
  justify-content: space-around;
}

.flex-dir-col {
  flex-direction: column;
}

.flex-dir-row {
  flex-direction: row;
}

.ml-0 {
  margin-left: var(--spacing-0);
}

.ml-1 {
  margin-left: var(--spacing-1);
}

.ml-2 {
  margin-left: var(--spacing-2);
}

.ml-3 {
  margin-left: var(--spacing-3);
}

.ml-4 {
  margin-left: var(--spacing-4);
}

.ml-5 {
  margin-left: var(--spacing-5);
}

.ml-6 {
  margin-left: var(--spacing-6);
}

.ml-7 {
  margin-left: var(--spacing-7);
}

.mr-0 {
  margin-right: var(--spacing-0);
}

.mr-1 {
  margin-right: var(--spacing-1);
}

.mr-2 {
  margin-right: var(--spacing-2);
}

.mr-3 {
  margin-right: var(--spacing-3);
}

.mr-4 {
  margin-right: var(--spacing-4);
}

.mr-5 {
  margin-right: var(--spacing-5);
}

.mr-6 {
  margin-right: var(--spacing-6);
}

.mr-7 {
  margin-right: var(--spacing-7);
}

.mt-0 {
  margin-top: var(--spacing-0) !important;
}

.mt-1 {
  margin-top: var(--spacing-1);
}

.mt-2 {
  margin-top: var(--spacing-2);
}

.mt-3 {
  margin-top: var(--spacing-3);
}

.mt-4 {
  margin-top: var(--spacing-4);
}

.mt-5 {
  margin-top: var(--spacing-5);
}

.mt-6 {
  margin-top: var(--spacing-6);
}

.mt-7 {
  margin-top: var(--spacing-7);
}

.mb-0 {
  margin-bottom: var(--spacing-0);
}

.mb-1 {
  margin-bottom: var(--spacing-1);
}

.mb-2 {
  margin-bottom: var(--spacing-2);
}

.mb-3 {
  margin-bottom: var(--spacing-3);
}

.mb-4 {
  margin-bottom: var(--spacing-4);
}

.mb-5 {
  margin-bottom: var(--spacing-5);
}

.mb-6 {
  margin-bottom: var(--spacing-6);
}

.mb-7 {
  margin-bottom: var(--spacing-7);
}

.my-0 {
  margin-top: var(--spacing-0);
  margin-botttom: var(--spacing-0);
}

.my-1 {
  margin-top: var(--spacing-1);
  margin-botttom: var(--spacing-1);
}

.my-2 {
  margin-top: var(--spacing-2);
  margin-botttom: var(--spacing-2);
}

.my-3 {
  margin-top: var(--spacing-3);
  margin-botttom: var(--spacing-3);
}

.my-4 {
  margin-top: var(--spacing-4);
  margin-botttom: var(--spacing-4);
}

.my-5 {
  margin-top: var(--spacing-5);
  margin-botttom: var(--spacing-5);
}

.my-6 {
  margin-top: var(--spacing-6);
  margin-botttom: var(--spacing-6);
}

.my-7 {
  margin-top: var(--spacing-7);
  margin-botttom: var(--spacing-7);
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mx-0 {
  margin-left: var(--spacing-0);
  margin-right: var(--spacing-0);
}

.mx-1 {
  margin-left: var(--spacing-1);
  margin-right: var(--spacing-1);
}

.mx-2 {
  margin-left: var(--spacing-2);
  margin-right: var(--spacing-2);
}

.mx-3 {
  margin-left: var(--spacing-3);
  margin-right: var(--spacing-3);
}

.mx-4 {
  margin-left: var(--spacing-4);
  margin-right: var(--spacing-4);
}

.mx-5 {
  margin-left: var(--spacing-5);
  margin-right: var(--spacing-5);
}

.mx-6 {
  margin-left: var(--spacing-6);
  margin-right: var(--spacing-6);
}

.mx-7 {
  margin-left: var(--spacing-7);
  margin-right: var(--spacing-7);
}

.pl-0 {
  padding-left: var(--spacing-0);
}

.pl-1 {
  padding-left: var(--spacing-1);
}

.pl-2 {
  padding-left: var(--spacing-2);
}

.pl-3 {
  padding-left: var(--spacing-3);
}

.pl-4 {
  padding-left: var(--spacing-4);
}

.pl-5 {
  padding-left: var(--spacing-5);
}

.pl-6 {
  padding-left: var(--spacing-6);
}

.pl-7 {
  padding-left: var(--spacing-7);
}

.pr-0 {
  padding-right: var(--spacing-0);
}

.pr-1 {
  padding-right: var(--spacing-1);
}

.pr-2 {
  padding-right: var(--spacing-2);
}

.pr-3 {
  padding-right: var(--spacing-3);
}

.pr-4 {
  padding-right: var(--spacing-4);
}

.pr-5 {
  padding-right: var(--spacing-5);
}

.pr-6 {
  padding-right: var(--spacing-6);
}

.pr-7 {
  padding-right: var(--spacing-7);
}

.pt-0 {
  padding-top: var(--spacing-0);
}

.pt-1 {
  padding-top: var(--spacing-1);
}

.pt-2 {
  padding-top: var(--spacing-2);
}

.pt-3 {
  padding-top: var(--spacing-3);
}

.pt-4 {
  padding-top: var(--spacing-4);
}

.pt-5 {
  padding-top: var(--spacing-5);
}

.pt-6 {
  padding-top: var(--spacing-6);
}

.pt-7 {
  padding-top: var(--spacing-7);
}

.pb-0 {
  padding-bottom: var(--spacing-0);
}

.pb-1 {
  padding-bottom: var(--spacing-1);
}

.pb-2 {
  padding-bottom: var(--spacing-2);
}

.pb-3 {
  padding-bottom: var(--spacing-3);
}

.pb-4 {
  padding-bottom: var(--spacing-4);
}

.pb-5 {
  padding-bottom: var(--spacing-5);
}

.pb-6 {
  padding-bottom: var(--spacing-6);
}

.pb-7 {
  padding-bottom: var(--spacing-7);
}

.pt-top {
  padding-top: var(--spacing-top);
}

.pb-bottom {
  padding-bottom: var(--spacing-bottom);
}

.py-0 {
  padding-top: var(--spacing-0);
  padding-bottom: var(--spacing-0);
}

.py-1 {
  padding-top: var(--spacing-1);
  padding-bottom: var(--spacing-1);
}

.py-2 {
  padding-top: var(--spacing-2);
  padding-bottom: var(--spacing-2);
}

.py-3 {
  padding-top: var(--spacing-3);
  padding-bottom: var(--spacing-3);
}

.py-4 {
  padding-top: var(--spacing-4);
  padding-bottom: var(--spacing-4);
}

.py-5 {
  padding-top: var(--spacing-5);
  padding-bottom: var(--spacing-5);
}

.py-6 {
  padding-top: var(--spacing-6);
  padding-bottom: var(--spacing-6);
}

.py-7 {
  padding-top: var(--spacing-7);
  padding-bottom: var(--spacing-7);
}

.px-0 {
  padding-left: var(--spacing-0);
  padding-right: var(--spacing-0);
}

.px-1 {
  padding-left: var(--spacing-1);
  padding-right: var(--spacing-1);
}

.px-2 {
  padding-left: var(--spacing-2);
  padding-right: var(--spacing-2);
}

.px-3 {
  padding-left: var(--spacing-3);
  padding-right: var(--spacing-3);
}

.px-4 {
  padding-left: var(--spacing-4);
  padding-right: var(--spacing-4);
}

.px-5 {
  padding-left: var(--spacing-5);
  padding-right: var(--spacing-5);
}

.px-6 {
  padding-left: var(--spacing-6);
  padding-right: var(--spacing-6);
}

.px-7 {
  padding-left: var(--spacing-7);
  padding-right: var(--spacing-7);
}

.p0 {
  padding: var(--spacing-0);
}

.m0 {
  margin: var(--spacing-0);
}

.ad-innerhero__content-wrapper {
  max-width: 57.5rem;
}

.ad-innerhero__bg {
  position: relative;
  max-width: 100%;
  min-height: 30rem;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.ad-innerhero__bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(43, 33, 23, 0.6);
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

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

.w-100 {
  width: 100%;
}

@media (min-width: 768px) {
  .sm-none {
    display: none;
  }
  .sm-block {
    display: block;
  }
}
@media (min-width: 992px) {
  .md-none {
    display: none;
  }
  .md-block {
    display: block;
  }
}
@media (min-width: 1280px) {
  .lg-none {
    display: none;
  }
  .lg-block {
    display: block;
  }
}
@media (min-width: 1440px) {
  .xlg-none {
    display: none;
  }
  .xlg-block {
    display: block;
  }
}
#main-header {
  z-index: 99999;
  position: fixed;
  width: 100%;
  top: 0;
}

.header.fixed-header {
  position: fixed;
  background-color: rgba(34, 36, 83, 0.6);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
}
.header.fixed-header .header_inner {
  opacity: 1;
  padding: 1rem 0 1rem;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
}
.header .header_inner {
  position: static;
  top: 0;
  left: 0;
  max-width: 100%;
  width: 100%;
  padding: 4.813rem 0 3.438rem;
  background: transparent;
  transition: all 0.5s ease-in-out;
}
.header .header_inner nav {
  gap: 1.25rem;
}
.header .header_inner .toggle__menu {
  display: none;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 0.9;
  cursor: pointer;
}
.header .header_inner .toggle__menu span {
  margin: 0 auto;
  position: relative;
  top: 5px;
  width: 30px;
  height: 3px;
  background-color: var(--white-color);
  display: block;
  transition: all 0.4s ease-in-out;
  border-radius: 3px;
}
.header .header_inner .toggle__menu span:nth-child(2) {
  margin-top: 10px;
}
@media (max-width: 576px) {
  .header .header_inner .toggle__menu span:nth-child(2) {
    margin-top: 0.5rem;
  }
}
.header .header_inner .toggle__menu span:nth-child(3) {
  margin-top: 0.625rem;
}
@media (max-width: 576px) {
  .header .header_inner .toggle__menu span:nth-child(3) {
    margin-top: 0.5rem;
  }
}
.header .header_inner .header__nav .navbar-items .navbar-item a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.header .header_inner .header__nav .navbar-items .navbar-item,
.header .header_inner .header__nav .navbar-items li {
  position: relative;
  display: flex;
  align-items: center;
  color: var(--primary-color);
  background-color: var(--white-color);
  font-weight: 500;
  text-align: center;
  border-radius: 100px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  min-width: 8.813rem;
  min-height: 3rem;
  z-index: 1;
  cursor: pointer;
}
.header .header_inner .header__nav .navbar-items .navbar-item:last-child,
.header .header_inner .header__nav .navbar-items li:last-child {
  background-color: var(--trietory-color);
}
@media (min-width: 1260px) {
  .header .header_inner .header__nav .navbar-items .navbar-item,
  .header .header_inner .header__nav .navbar-items li {
    justify-content: center;
  }
}
.header .header_inner .header__nav .navbar-items .navbar-item:hover,
.header .header_inner .header__nav .navbar-items li:hover {
  color: #ffffff !important;
  background-color: #5c61d7 !important;
}
.header .header_inner .header__nav .navbar-items .navbar-item:hover svg path,
.header .header_inner .header__nav .navbar-items li:hover svg path {
  transition: all 0.3s ease-in-out;
  fill: var(--white-color);
}
.header .header_inner .header__nav .navbar-items .navbar-item:hover::before,
.header .header_inner .header__nav .navbar-items li:hover::before {
  top: -50%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.header .header_inner .header__nav .navbar-items .navbar-item:hover::after,
.header .header_inner .header__nav .navbar-items li:hover::after {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  bottom: -50%;
}
.header .header_inner .header__nav .navbar-items .navbar-item.active,
.header .header_inner .header__nav .navbar-items li.active {
  color: var(--white-color);
  background-color: #5c61d7;
}
.header .header_inner .header__nav .navbar-items .navbar-item.active svg path,
.header .header_inner .header__nav .navbar-items li.active svg path {
  fill: var(--white-color);
  transition: all 0.3s ease-in-out;
}
.header .header_inner .header__nav .navbar-items .navbar-item.active::before,
.header .header_inner .header__nav .navbar-items li.active::before {
  background-color: #5c61d7 !important;
}
.header .header_inner .header__nav .navbar-items .navbar-item.active::after,
.header .header_inner .header__nav .navbar-items li.active::after {
  background-color: #5c61d7 !important;
}
.header .header_inner .header__nav .navbar-items .navbar-item .arrow-toggle,
.header .header_inner .header__nav .navbar-items li .arrow-toggle {
  text-align: start;
  margin-left: 5px;
  position: relative;
  z-index: 99999;
}
@media (max-width: 1260px) {
  .header .header_inner .header__nav .navbar-items .navbar-item .arrow-toggle,
  .header .header_inner .header__nav .navbar-items li .arrow-toggle {
    flex: 1;
  }
  .header .header_inner .header__nav .navbar-items .navbar-item:hover,
  .header .header_inner .header__nav .navbar-items li:hover {
    color: #5c61d7 !important;
    background-color: transparent !important;
  }
}
.header .header_inner .header__nav .navbar-items .navbar-item .arrow-toggle svg,
.header .header_inner .header__nav .navbar-items .navbar-item .arrow-toggle img,
.header .header_inner .header__nav .navbar-items li .arrow-toggle svg,
.header .header_inner .header__nav .navbar-items li .arrow-toggle img {
  width: 0.75rem;
  height: auto;
}
.header .header_inner .header__nav .navbar-items .sub-menu a {
  color: var(--secondry-color);
  background-color: var(--white-color);
  font-weight: 400;
  text-align: center;
  border-radius: 100px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  min-width: 100%;
  width: 100%;
  min-height: 3rem;
  z-index: 1;
  display: flex;
  align-items: center;
  z-index: 1;
  justify-content: center;
}
.header .header_inner .header__nav .navbar-items .sub-menu a:hover {
  color: #ffffff;
  background-color: #5c61d7;
}
@media (min-width: 1280px) {
  .header .header_inner .header__nav .navbar-items .sub-menu a {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 1260px) {
  .header .header_inner .header__nav .navbar-items .sub-menu a {
    text-align: start;
    border-radius: 0;
    justify-content: start;
    padding-left: 15px;
  }
  .header .header_inner .header__nav .navbar-items .sub-menu a {
    color: var(--white-color);
    background-color: transparent;
  }
  .header .header_inner .header__nav .navbar-items .sub-menu a:hover{
    color: var(--secondry-color);
    background-color: transparent;
  }
}
.header .header_inner .header__nav .navbar-items .sub-menu .submenu-item a {
  color: var(--text-color);
  padding: 0;
}
.header
  .header_inner
  .header__nav
  .navbar-items
  .sub-menu
  .submenu-item
  a:hover {
  color: var(--primary-color);
}
.header
  .header_inner
  .header__nav
  .navbar-items
  .sub-menu
  .submenu-item
  a::after {
  content: none;
}
.header .header_inner .header__nav .navbar-items > li.navbar-item.submenu > a {
  position: relative;
  align-items: center;
  gap: 0.625rem;
}
.header .header_inner .header__nav .navbar-items > li.navbar-item.submenu span {
  width: 1rem;
  height: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .header_inner .header__nav {
  flex-direction: column;
}
.header .header_inner .header__nav.active {
  display: block;
  top: 0px;
  transition: all 0.5s ease-in-out;
  height: 100vh;
  overflow-y: auto;
  opacity: 1;
  visibility: visible;
}
.header .header_inner .btn__nav {
  display: flex;
  align-items: center;
}
.header .header_inner .btn__nav .btn__search {
  padding: 0 20px;
}
.header .header_inner .header__brand {
  z-index: 99999;
}
@media (min-width: 1280px) {
  .header .header_inner .header__brand {
    width: 100%;
    max-width: 18.65rem;
  }
}
.header .header_inner .header__brand .header__logo {
  display: block;
  width: 100%;
}
.header .header_inner .sub-menu {
  position: absolute;
  left: 0px;
  top: 80px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  width: 100%;
  border-radius: 8px;
  border-radius: 8px;
  transition: all 0.6s ease-in-out;
  z-index: 99;
}
/* .header .header_inner .sub-menu li{
  background-color: transparent !important;
} */
/* .header .header_inner .sub-menu li a{
  background-color: var(--secondry-color);
} */
.header .header_inner .sub-menu.show {
  position: static !important;
  opacity: 1 !important;
  visibility: visible !important;
  width: 100%;
}
.header .header_inner .sub-menu li {
  padding: 0.625rem 0;
}
.header .header_inner ul.navbar-items li.navbar-item:not(:first-child) {
  margin-left: 1.25rem;
}
.header .header_inner ul.navbar-items li.navbar-item a {
  color: var(--black-color);
}
.header .header_inner ul.navbar-items li.navbar-item:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transition: all 0.6s ease-in-out;
  top: 4.063rem;
}
@media (max-width: 1600px) {
  .header .header_inner ul.navbar-items li.navbar-item:hover .sub-menu {
    top: 50px;
  }
}
.header .header-right > div:not(:first-child) {
  margin-left: 1.25rem;
}
@media (max-width: 768px) {
  .header .header-right > div:not(:first-child) {
    margin-left: 1rem;
  }
}
.header .header-right .search_form .form-control {
  border-radius: 66px;
  border: 0px solid #fafafa;
  background: rgb(0, 0, 0) !important;
  display: flex;
  padding: 10px 15px;
  color: var(--white-color);
}
.header .location-wraper .location {
  border-radius: 75px;
  color: var(--dark-color);
  background: var(--white-color);
  padding: 10px 22px;
  display: inline-block;
}
@media (max-width: 576px) {
  .header .location-wraper .location {
    padding: 6px 10px;
  }
}
@media (max-width: 1260px) {
  .header .header_inner {
    padding: 2rem 0;
  }
  .header .header_inner .toggle__menu {
    display: block;
    z-index: 999;
    margin-left: 2.813rem;
  }
  .header .header_inner .toggle__menu.open span:nth-child(1) {
    transform: rotate(45deg);
    transform-origin: 2px 7px;
  }
  .header .header_inner .toggle__menu.open span:nth-child(2) {
    transform: scaleY(0);
  }
  .header .header_inner .toggle__menu.open span:nth-child(3) {
    transform: rotate(-45deg);
    transform-origin: -3px -5px;
  }
  .header .header_inner ul li {
    margin-right: 0 !important;
  }
  .header .header_inner ul li:hover a ~ .sub-menu {
    opacity: 0;
    visibility: hidden;
    transition: none;
  }
  .header .header_inner .navbar-items {
    margin-left: 0rem !important;
    gap: 10px;
  }
  .header .header_inner ul.navbar-items li.navbar-item:not(:first-child) {
    margin-left: 0rem !important;
  }
  .header .header_inner .header__nav {
    position: fixed;
    top: 0%;
    padding-top: 120px !important;
    padding-bottom: 30px !important;
    right: 0;
    width: 100%;
    overflow-x: hidden;
    border-radius: 0;
    padding: 15px;
    margin: 0;
    z-index: 999;
    background-color: var(--primary-color);
    overflow: hidden;
    height: 100vh;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    visibility: hidden;
  }
  .header .header_inner .header__nav ul li {
    margin-left: 0;
    width: 100%;
  }
  .header .header_inner .header__nav .navbar-items li:hover > a {
    color: #5c61d7;
  }
  .header .header_inner .header__nav .sub-menu li:last-child:hover a {
    color: var(--secondry-color) !important;
  }
  
  .header .header_inner .header__nav .navbar-items li {
    color: var(--white-color) !important;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 !important;
  }
  .header .header_inner .header__nav .navbar-items li:not(:last-child) {
    background-color: transparent !important;
    border-radius: 0 !important;
  }
  /* .header .header_inner .header__nav .navbar-items li:not(:nth-last-child(2)) {
    border-bottom: 1px solid #ffffff;
  } */
  .header .header_inner .header__nav .navbar-items li:last-child {
    color: var(--primary-color) !important;
    justify-content: center;
    border: none;
  }
  .header .header_inner .header__nav .navbar-items li:last-child:hover{
    background-color: #5c61d7;
  }
  .header .header_inner .header__nav .navbar-items li:last-child:hover a{
    color: var(--white-color) !important;
  }
  .header .header_inner .header__nav .navbar-items li:last-child a {
    width: 100%;
    text-align: center;
  }
  .header .header_inner .header__nav .navbar-items li svg path {
    fill: var(--white-color) !important;
  }
  .header .header_inner .sub-menu {
    visibility: hidden !important;
    opacity: 0 !important;
    transition: none !important;
    position: static;
    height: 0;
    display: none;
  }
  .header .header_inner .sub-menu.show {
    display: flex;
    flex-direction: column;
    /* row-gap: 10px; */
    opacity: 1;
    height: auto;
    visibility: visible;
    width: 100% !important;
    position: static;
    margin: 15px 0 0;
    background-color: transparent !important;
    color: var(--white-color) !important;
  }
  .header .header_inner .submenu .flex {
    justify-content: space-between;
  }
}

body::before {
  content: " ";
  position: fixed;
  pointer-events: none;
  background-color: rgba(52 54 96 / 67%);
  width: 100%;
  height: 100%;
  z-index: 9;
  overflow: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
body.menu-open {
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
body.menu-open::before {
  opacity: 1;
  transition: all 0.5s ease-in-out;
}

.header-right .menu-toggle {
  position: relative;
  width: 40px;
  height: 40px;
  cursor: not-allowed;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-right .menu-toggle::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 4px;
  background: #000;
  box-shadow: 0 8px 0 #000, 0 -8px 0 #000;
}
.header-right .profile {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  text-align: end;
}
@media (min-width: 1024px) {
  .header-right .profile:hover .menu {
    visibility: visible;
    transform: translateY(0);
    opacity: 1;
    top: 60px;
  }
}
.header-right .img-box {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  background: var(--white-color);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 576px) {
  .header-right .img-box {
    width: 35px;
    height: 35px;
  }
}
.header-right .menu {
  position: absolute;
  top: 80px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  width: 250px;
  background-color: var(--white-color);
  border-radius: 8px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.6s ease-in-out;
  z-index: 99;
  overflow: hidden;
}
.header-right .menu.active {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  top: 60px;
}
.header-right .menu ul {
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 10;
  background: #fff;
  padding: 15px;
}
.header-right .menu ul li {
  list-style: none;
  padding: 0.625rem 0;
}
.header-right .menu ul li:hover {
  color: var(--primary-color);
}
.header-right .menu ul li a {
  text-decoration: none;
  display: flex;
  align-items: center;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .header-right .menu ul li a {
    font-size: 1rem;
  }
}
.header-right .menu ul li a:hover {
  color: var(--primary-color);
}
.header-right .menu ul li a i {
  font-size: 1.2em;
}

.lus_footer {
  background-color: var(--primary-color);
  padding-top: 7.813rem;
  padding-bottom: 1.875rem;
  border-top-left-radius: 5.313rem;
  border-top-right-radius: 5.313rem;
  position: relative;
  z-index: 1;
}
.lus_footer .backgrond--image {
  position: absolute;
  z-index: -1;
  opacity: 0.07;
  right: -4.375rem;
  bottom: -10.125rem;
  height: auto;
  max-width: 66.814rem;
  pointer-events: none;
}
@media (max-width: 1260px) {
  .lus_footer .backgrond--image {
    height: 100%;
  }
}
.lus_footer .trust__heading {
  margin-bottom: 10rem;
}
.lus_footer .trust__heading h2 {
  margin-bottom: 4.75rem;
  line-height: 1.3;
}
.lus_footer .footer_brand img {
  height: 5.625rem;
  width: 100%;
  max-width: 24.75rem;
}
.lus_footer .footer__email--image,
.lus_footer .footer__icon {
  width: 3rem;
  height: 3rem;
  margin-right: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--trietory-color);
  border-radius: 6rem;
  padding: 0.563rem;
  transition: all 0.5s ease-in-out;
}
.lus_footer .footer__email--image svg path,
.lus_footer .footer__icon svg path {
  transition: all 0.5s ease-in-out;
  fill: var(--dark-color);
}
.lus_footer .footer__icon:hover {
  background-color: var(--secondry-color);
}
.lus_footer .footer__icon:hover svg path {
  fill: var(--white-color);
}
.lus_footer .footer__term {
  padding-right: 1.25rem;
}
.lus_footer .footer__icon {
  margin-right: 1.563rem;
}
.lus_footer .footer__icon:last-child {
  margin: 0;
}
.lus_footer .footer__icon a {
  height: 100%;
  width: 100%;
}
.lus_footer .footer__icon a svg,
.lus_footer .footer__icon a img {
  height: 100%;
  width: 100%;
}

@media (max-width: 991px) {
  .lus_footer {
    padding-top: 3.75rem;
    border-top-left-radius: 2.5rem;
    border-top-right-radius: 2.5rem;
  }
  .lus_footer .trust__heading {
    margin-bottom: 5rem;
  }
  .lus_footer .trust__heading h2 {
    margin-bottom: 2rem;
  }
  .lus_footer .footer__email--image,
  .lus_footer .footer__icon {
    width: 1.75rem;
    height: 1.75rem;
    padding: 0.375rem;
  }
  .lus_footer .footer__email--image a,
  .lus_footer .footer__icon a {
    height: 100%;
  }
  .lus_footer .footer__email--image a svg,
  .lus_footer .footer__icon a svg {
    width: 100%;
    height: 100%;
  }
  .lus_footer .footer__email--image svg,
  .lus_footer .footer__icon svg {
    width: 100%;
    height: 100%;
  }
  .lus_footer .footer__social {
    margin-bottom: 1.563rem;
  }
  .lus_footer .footer__social,
  .lus_footer .footer__term {
    row-gap: 0.938rem;
  }
  /* .lus_footer br {
    display: none;
  } */
  .lus_footer .footer__term {
    padding-right: 2.25rem;
  }
}
@media (max-width: 575px) {
  .footer__term p {
    width: 100%;
    order: 2;
  }
  .footer__term p + p {
    width: 100%;
    order: 1;
  }
  .lus_footer .footer__term{
    padding: 0;
  }
}
@media (max-width: 768px) {
  .lus_footer .trust__heading h2 {
    font-size: 2rem !important;
  }
}
.main-section {
  background-image: linear-gradient(
    180deg,
    var(--primary-color) 1.44%,
    var(--primary-color) 2.36%,
    #5358c4 94.19%
  );
  min-height: 100vh;
}

.hero__main {
  padding-top: 10.5rem;
}

.hero-section {
  /* height: 100vh;
  min-height: 100vh; */
  padding-top: 9.125rem;
  padding-bottom: 4.125rem;
}
.hero-section .container {
  height: 100%;
}
.hero-section .container .hero__data--row {
  height: 100%;
  position: relative;
  z-index: 1;
}

img.hero-bg-design {
  position: absolute;
  top: 54.5%;
  right: -3.438rem;
  transform: translate(0%, -50%);
  z-index: -1;
  opacity: 0.05;
  pointer-events: none;
  width: 57.25rem;
}

.lus__everything--data-title h3 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 32.938rem;
  padding: 0.938rem;
  background-color: var(--primary-color);
  border-radius: 1.25rem;
  text-align: center;
}

.lus__backtotop--arrow {
  position: fixed;
  z-index: 999999;
  transition: all 1s ease-in-out;
  bottom: 2.5rem;
  right: 2.5rem;
  opacity: 0;
  visibility: hidden;
}
.lus__backtotop--arrow a {
  background-color: #5C61D7;
  width: 4.375rem;
  height: 4.375rem;
  border-radius: 8.75rem;
  padding: 1rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2784313725);
}
.lus__backtotop--arrow a:hover {
  background-color: var(--primary-color);
}
@media (max-width: 991px) {
  .lus__backtotop--arrow a {
    width: 3.75rem;
    height: 3.75rem;
  }
}

@media (max-width: 576px) {
  .lus__backtotop--arrow a {
    width: 3rem;
    height: 3rem;
  }
  .lus__backtotop--arrow {
    padding: 4px !important;
  }
}
.lus__backtotop--arrow.fixed-button {
  opacity: 1;
  visibility: visible;
}
.lus__backtotop--arrow svg {
  width: 2.313rem;
  height: auto;
}
.lus__backtotop--arrow svg path {
  fill: var(--white-color);
}

.box__animation {
  transition: all 0.2s ease-in-out;
}
.box__animation:hover {
  transform: translateY(-12px);
}

.trust__section {
  padding: 7.563rem 0 6.25rem;
}

.trust_swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}

.trust__heading {
  width: 100%;
  max-width: 46.938rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.lus__stay--section {
  padding: 7.5rem 0 9.625rem;
  /* padding-top: 0rem; */
}
.lus__stay--section .lus__stay--data .trust__heading h2 {
  margin-bottom: 38px;
  line-hight: 0.7;
}
.lus__stay--section .lus__stya--form button {
  font-size: 1.25rem;
}

.lus__blog--section {
  padding: 9.688rem 0 7.688rem;
}
.lus__blog--section .trust__heading h2 {
  margin-bottom: 1.5rem;
}
.lus__blog--section .trust__heading p {
  margin-bottom: 4.625rem;
}
.lus__blog--section .lus__blog--image {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 25.6rem;
  overflow: hidden;
  height: auto;
}
@media (max-width: 991px) {
  .lus__blog--section .lus__blog--image {
    padding-top: 20.6rem;
  }
}
.lus__blog--section .lus__blog--image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  /* border: 1px solid var(--primary-color); */
  border-top-left-radius: 2.5rem;
  border-top-right-radius: 2.5rem;
}
.lus__blog--section .lus__blog--box .lus__blog--data {
  height: 100%;
}
.lus__blog--section .lus__blog--box .lus__blog--inner {
  background-color: var(--primary-color);
  border-radius: 2.5rem;
  height: 100%;
  position: relative;
}
.lus__blog--section .lus__blog--box .lus__blog--inner .btn-group {
  position: absolute;
  bottom: -1.563rem;
  left: 50%;
  transform: translate(-50%, 0px);
  width: 100%;
  text-align: center;
}
.lus__blog--section .lus__blog--box .lus__blog--inner .blog-text {
  padding: 1.25rem;
  padding-bottom: 3.475rem;
  text-align: center;
}
.lus__blog--section .lus__blog--box .row {
  gap: 6rem;
}
.lus__blog--section .lus__blog--box .row .col-gap {
  max-width: calc(33.3333333333% - 4rem);
}

@media (max-width: 1600px) {
  .lus__blog--section .lus__blog--box .row {
    gap: 2.625rem;
  }
  .lus__blog--section .lus__blog--box .row .col-gap {
    flex: auto;
    max-width: calc(33.3333333333% - 1.75rem);
  }
}
@media (max-width: 1259px) {
  .lus__blog--section {
    padding: 6.688rem 0 7.688rem;
  }
  .lus__blog--section .blog-text p br {
    display: none;
  }
  .lus__blog--section .lus__blog--box .row {
    gap: 2.625rem;
  }
  .lus__blog--section .lus__blog--box .row .col-gap {
    max-width: calc(50% - 1.3125rem);
  }
}
@media (max-width: 991px) {
  .lus__backtotop--arrow {
    padding: 15px;
    right: 0;
    bottom: 0;
  }
  .lus__stay--section {
    padding-top: 3.75rem;
  }
  .lus__stay--section .lus__stay--data h2,
  .lus__stay--section .lus__stay--data p {
    text-align: center;
  }
  .lus__stay--section .lus__stay--data .trust__heading p {
    /* margin-bottom: 15px; */
    font-size: 18px;
  }
  .lus__stay--section .lus__stay--data .trust__heading h2 {
    margin-bottom: 15px;
    /* font-size: 18px; */
  }
  .lus__stay--section .col-lg-6 {
    width: 100%;
  }
  .lus__stay--section .col-lg-6 + .col-lg-6 {
    margin-top: 50px;
  }
  .lus__blog--section {
    padding: 4.688rem 0;
  }
  .lus__blog--section .lus__blog--box .row {
    gap: 2.625rem;
    row-gap: 4.625rem;
  }
  .lus__blog--section .lus__blog--box .row .col-gap {
    max-width: calc(50% - 1.3125rem);
  }
}
@media (max-width: 767px) {
  .lus__blog--section {
    padding: 3rem 0;
  }
  .lus__blog--section .lus__blog--box .row {
    gap: 4.625rem;
  }
  .lus__blog--section .lus__blog--box .row .col-gap {
    width: 100%;
    max-width: 100%;
  }
}
/* ul.sub-menu li {
  background: none !important;
} */

@media (max-width: 1260px) {
  li.navbar-item.active a {
    color: #5c61d7 !important;
  }
  li.navbar-item a {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .lus__stay--section {
    padding-bottom: 3.75rem;
  }
}
.header .header_inner ul.navbar-items li.navbar-item ul.sub-menu li,
.header .header_inner ul.navbar-items li.navbar-item ul.sub-menu li:hover {
  background: transparent !important;
}
.sub-menu li {
  padding: 0 0 0px 0 !important;
  margin: 0 !important;
}
.sub-menu li:not(:first-child) {
  padding: 15px 0 0px 0 !important;
}

.lus__stay--data p {
  max-width: 49rem;
  /* max-width: 46.9375rem; */
}
@media (max-width: 1259px) {
  .lus__stay--data p {
    max-width: 100%;
  }
}

/* 404 */

.cont-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* height: 100vh; */
  align-items: center;
  padding: 7.5rem 0;
}

.lus_error h1 {
  font-size: 8rem;
  font-weight: bold;
  margin-bottom: 20px;
  color: #fff;
}

.lus_error p {
  font-size: 1.3rem;
  margin-bottom: 30px;
  color: #ccc;
}

.lus_error .btn {
  display: inline-block;
  padding: 12px 30px;
  background-color: #f4ff77;
  color: #0f0c29;
  text-decoration: none;
  transition: all ease-in-out 0.5s;
  border-radius: 30px;
  transition: 0.3s ease;
}

.lus_error .btn:hover {
  color: #ccc;
  background-color: #4549a0;
}

.lus__search_page .col {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  /* margin-left: -15px; */
  /* margin-right: -15px; */
  padding: 0;
}
.lus__search_page .page-header {
  max-width: 100%;
  flex: 0 0 100%;
  padding-left: 15px;
  padding-right: 15px;
  color: #fff;
}
.lus__search_page .page-header h1 {
  color: #fff;
  font-size: 40px;
}

.lus__search_page .search-post .post-thumbnail {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 25.6rem;
  overflow: hidden;
  height: auto;
}

.lus__search_page .search-post .post-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border: 1px solid var(--primary-color);
  border-radius: 2.5rem;
}

.lus__search_page .entry-summary p {
  color: #ffff;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  padding: 20px;
}

.lus__search_page .search-post {
  max-width: 32%;
  flex: 0 0 32%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}

@media (max-width:1024px){

  .lus__search_page .search-post {
      max-width: 48%;
      flex: 0 0 48%;
      }
  }
  
  @media (max-width:768px){
  
  .lus__search_page .search-post {
      max-width: 100%;
      flex: 0 0 100%;
      }
  }

.lus__search_page header.entry-header,
.lus__search_page header.entry-header span,
.lus__search_page header.entry-header a {
  color: #fff;
  padding: 0 5px;
  margin-bottom: 10px;
}

.lus__contact--form .wpcf7-form label.error,
.lus__stya--form .wpcf7-form label.error {
  color: #ff0000;
  font-size: 13px;
}

.lus__contact--form form label,
.lus__stya--form form label {
  margin-bottom: 0 !important;
}

.lus__contact--form .wpcf7 form.sent .wpcf7-response-output,
.lus__stya--form .wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  color: white;
}

section.no-results.not-found p {
  color: #fff;
}

section.no-results.not-found .page-content{
  padding-left: 15px;
}

section.no-results.not-found .search-field {
  display: block;
  width: 100%;
  padding: 1.25rem 1.563rem;
  font-size: 1.125rem;
  font-weight: var(--font-weight-regular);
  line-height: 1.5;
  color: var(--white-color);
  background-color: var(--primary-color);
  background-clip: padding-box;
  border: 0;
  margin-bottom: 1.875rem;
  border-radius: 0.313rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  outline: 0;
}

section.no-results.not-found .search-form{
  display: flex;
  align-items: baseline;
  gap: 20px;
}

section.no-results.not-found .search-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.75rem;
  font-size: var(--text-md);
  font-weight: var(--font-weight-bold);
  font-family: var(--secondry-font);
  text-align: center;
  text-decoration: none;
  line-height: normal;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: 0.0625rem solid transparent;
  color: var(--primary-color);
  border-radius: var(--radius-btn);
  background-color: var(--trietory-color);
  width: 100%;
  min-width: fit-content;
  max-width: max-content;
  transition: color 0.5s ease-in-out, background-color 0.5s ease-in-out,
  border-color 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
}

.form-group {
  position: relative;
}

.lus__contact--form .wpcf7-form label.error, .lus__stya--form .wpcf7-form label.error {
  position: absolute;
  top: 106%;
}
.swiper-wrapper {
  transition-timing-function: linear !important;
}
.lus__card--back.mobile-title,
.mobile-title {
    display: none;
}
.desktop-title {
    display: block;
}   
.lus__card--back.desktop-title {
  display: flex;
}   
@media(max-width: 560px){
  .mobile-title {
    display: none;
  }   
/* .lus__card--back.desktop-title,
  .desktop-title {
    display: block;
  }    */
  /* .lus__card--back.mobile-title {
    display: flex;
  }    */
  /* h1.mobile-title{
    font-size: 7.5vw;
  }
  h2.mobile-title{
    font-size: 5.357vw !important;
  }
  .lus_footer .trust__heading h2 {
    font-size: 5.357vw !important;
  }
  .story--text .trust__heading p,
  p{
    font-size: 3.214vw !important;
  }
  ol.wp-block-list, ul.wp-block-list {
    font-size: 3.214vw !important;
    padding-left: 15px !important;
} */
}
@media (max-width: 768px) {
    .lus_footer .trust__heading h2 {
        font-size: 1.9rem !important;
    }
} 
@media (max-width: 450px) {
    .lus_footer .trust__heading h2 {
        font-size: 1.5rem !important;
    }
}
/* .swiper-slide { 
  max-width: 660px ;

} */