*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}

:root {
  --headerpadding: 19px;
  --headerheight: 96.95px;
  --headerfixed: 55px;
  --footerstrip: 40px;
  --primary: #EF7007;
  --secondary: #27398E;
  --prime: #111C54;
  --primary-bg: #F1FDFF;
  --white: #fff;
  --black: #000;
  --text: #666666;
  --gray: #cccccc;
  --container: 1280px;
  --containerfluid: 2rem;
}
@media only screen and (max-width: 1152px) {
  :root {
    --containerfluid: 1rem;
  }
}
@media only screen and (max-width: 991px) {
  :root {
    --containerfluid: 15px;
    --headerheight: 80px;
  }
}
@media only screen and (max-width: 675px) {
  :root {
    --headerheight: 70px;
  }
}

body::-webkit-scrollbar {
  width: 10px;
  background: var(--white);
}
body::-webkit-scrollbar-track {
  box-shadow: none;
}
body::-webkit-scrollbar-thumb {
  background-color: var(--primary);
}
body.overflow-hidden {
  overflow: hidden;
  margin-right: 10px;
}
@media only screen and (max-width: 991px) {
  body.overflow-hidden {
    margin-right: 0;
  }
}
body.overflow-hidden header {
  width: calc(100% - 10px);
}
@media only screen and (max-width: 991px) {
  body.overflow-hidden header {
    width: 100%;
  }
}

body, html {
  font-size: 16px;
  line-height: 1.5;
  font-family: "Roobert-Regular";
}

body.hidden {
  overflow: hidden;
  margin-right: 10px;
}

a[href] {
  text-decoration: none;
  cursor: pointer;
  transition: 0.5s ease;
}
a[href].logo {
  display: block;
  line-height: 0;
}

.container {
  max-width: var(--container);
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1300px) {
  .container {
    padding: 0 25px;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 345px) {
  .container {
    padding: 0 13px;
  }
}
@media only screen and (max-width: 675px) {
  .container.container2 {
    padding-right: 0;
  }
}
@media only screen and (max-width: 675px) {
  .container.container2 .heading {
    padding-right: 15px;
  }
}

.container-fluid {
  padding: 0 var(--containerfluid);
  height: 100%;
  display: block;
  margin: 0 auto;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

h2, h3, h4 {
  font-family: "Roobert-SemiBold";
}

h5, h6 {
  font-family: "Roobert-Medium";
}

h1 {
  font-size: 64px;
  line-height: 1;
  font-family: "Roobert-Bold";
}
@media only screen and (max-width: 1024px) {
  h1 {
    font-size: 58px;
  }
}
@media only screen and (max-width: 991px) {
  h1 {
    font-size: 54px;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 520px) {
  h1 {
    font-size: 32px;
  }
}

h2 {
  font-size: 54px;
  line-height: 1.2;
}

h3 {
  font-size: 48px;
  line-height: 1.09;
}

.heading:has(h2 ~ p, h3 ~ p) h2, .heading:has(h2 ~ p, h3 ~ p) h3 {
  margin-bottom: 12px;
}
.heading h3 {
  font-size: 48px;
  font-family: "Roobert-Regular";
}
@media only screen and (max-width: 1024px) {
  .heading h3 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .heading h3 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 520px) {
  .heading h3 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 320px) {
  .heading h3 {
    font-size: 28px;
  }
}
.heading h3 span {
  display: inline-block;
  font-family: "Roobert-Bold";
}
.heading p {
  font-family: "Roobert-Medium";
  color: var(--text);
}
.heading.semibold h3 {
  font-family: "Roobert-SemiBold";
}
.heading.bold h3 {
  font-family: "Roobert-Bold";
}
.heading.size36 h3 {
  font-size: 36px;
}
@media only screen and (max-width: 991px) {
  .heading.size36 h3 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 520px) {
  .heading.size36 h3 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 345px) {
  .heading.size36 h3 {
    font-size: 26px;
  }
}
.heading.size24 h3 {
  font-size: 24px;
}
@media only screen and (max-width: 675px) {
  .heading.size24 h3 {
    font-size: 18px;
  }
}
.heading.size54 h3 {
  font-size: 54px;
}
@media only screen and (max-width: 1024px) {
  .heading.size54 h3 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .heading.size54 h3 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 520px) {
  .heading.size54 h3 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 675px) {
  .heading.size54 h3 {
    font-size: 28px;
  }
}
.heading.size64 h3 {
  font-size: 64px;
}
@media only screen and (max-width: 1024px) {
  .heading.size64 h3 {
    font-size: 58px;
  }
}
@media only screen and (max-width: 860px) {
  .heading.size64 h3 {
    font-size: 52px;
  }
}
@media only screen and (max-width: 767px) {
  .heading.size64 h3 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 675px) {
  .heading.size64 h3 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 320px) {
  .heading.size64 h3 {
    font-size: 28px;
  }
}

h4 {
  font-size: 24px;
  line-height: 1.1;
}

h5 {
  font-size: 20px;
  line-height: 1;
}
@media only screen and (max-width: 1300px) {
  h5 {
    font-size: 18px;
  }
}

h6 {
  font-size: 18px;
  line-height: 24px;
}
@media only screen and (max-width: 1024px) {
  h6 {
    font-size: 16px;
    line-height: 22px;
  }
}

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

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

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

.grid {
  display: grid;
}

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

img {
  max-width: 100%;
}

input, button, select {
  font-family: inherit;
  font-size: inherit;
}

input {
  border-radius: 0;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

video {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

button {
  border: none;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

.tab-nav-content {
  position: relative;
}
.tab-nav-content .tabs:not(.active) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0;
}

.item-md {
  position: relative;
}
.item-md figure {
  overflow: hidden;
  line-height: 0;
}
.item-md figure img, .item-md figure video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.8s ease;
}
.item-md::before, .item-md::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  z-index: 1;
}
.item-md::after {
  content: none;
}
.item-md figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.item-md .link-md {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}

.overlay {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 5;
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  transform: translateY(100%);
  transition: opacity 1s ease;
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  .overlay {
    z-index: 2;
  }
}
@media only screen and (max-width: 675px) {
  .overlay {
    display: none;
  }
}
.overlay.is-open {
  opacity: 1;
  transform: translateY(0%);
}

.model {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 7;
  background: var(--white);
  background-position: 0% 80%;
  background-size: 75%;
  max-width: 435px;
  width: 100%;
}
.model .close:not(.btn, .close-video) {
  position: absolute;
  top: 0;
  right: 0;
  top: 25px;
  right: 25px;
  line-height: 0;
}
@media only screen and (max-width: 520px) {
  .model .close:not(.btn, .close-video) {
    top: 20px;
    right: 20px;
  }
}
.model .close:not(.btn, .close-video) path {
  stroke: var(--black);
}

.btn {
  --height: 40px;
  --padding: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  vertical-align: middle;
  height: var(--height);
  line-height: var(--height);
  padding: 0 var(--padding);
  overflow: hidden;
  text-transform: capitalize;
  color: var(--white);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 14px;
  transition: 0.5s ease;
  caret-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: 1px solid var(--primary);
  background: var(--primary);
  font-family: "Roobert-SemiBold";
  border-radius: 30px;
  z-index: 1;
}
@media only screen and (max-width: 345px) {
  .btn {
    font-size: 14px;
    --height: 36px;
    --padding: 16px;
  }
}
.btn.btn-btn {
  border-radius: 5px;
}
.btn path {
  fill: var(--white);
}
.btn.box {
  width: var(--height);
  padding: 0;
  border-radius: 50%;
}
.btn:hover:not(.no-hover-btn) {
  background: none;
  color: var(--primary);
}
.btn:hover path {
  fill: var(--primary);
}
.btn.small-btn {
  --height: 32px;
  --padding: 10px;
  font-size: 13px;
}
.btn.medium-btn {
  --height: 36px;
  --padding: 10px;
}
.btn.btn-red {
  background: #BB0202;
  border-color: #BB0202;
}
.btn.btn-green-light {
  border-color: #D3FFF0;
  background: #D3FFF0;
  color: #18C186;
}
.btn.btn-green-light:hover:not(.no-hover-btn) {
  border-color: #18C186;
  background: #18C186;
  color: var(--white);
}
.btn.btn-green {
  color: var(--white);
  background: #18C186;
  border-color: #18C186;
}
.btn.btn-green:hover:not(.no-hover-btn) {
  border-color: #D3FFF0;
  background: #D3FFF0;
  color: #18C186;
}
.btn.btn-secondary {
  background: var(--secondary);
  border-color: var(--secondary);
  color: var(--white);
}
.btn.btn-secondary path {
  fill: var(--white);
}
.btn.btn-secondary:hover {
  background: var(--primary);
  border-color: var(--primary);
  color: var(--white);
}
.btn.btn-white-border {
  background: none;
  border-color: var(--white);
  color: var(--white);
}
.btn.btn-white-border path {
  fill: var(--white);
}
.btn.btn-white-border:hover:not(.no-hover-btn) {
  background: var(--white);
  color: var(--black);
}
.btn.btn-white-border:hover:not(.no-hover-btn) path {
  fill: var(--black);
}
.btn.btn-black-border {
  background: none;
  border-color: var(--black);
  color: var(--black);
}
.btn.btn-black-border path {
  fill: var(--black);
}
.btn.btn-black-border:hover:not(.no-hover-btn) {
  background: var(--black);
  color: var(--white);
}
.btn.btn-black-border:hover:not(.no-hover-btn) path {
  fill: var(--white);
}
.btn.btn-primary-border {
  background: none;
  border-color: var(--primary);
  color: var(--primary);
}
.btn.btn-primary-border path {
  fill: var(--primary);
}
.btn.btn-primary-border:hover:not(.no-hover-btn) {
  background: var(--primary);
  color: var(--white);
}
.btn.btn-primary-border:hover:not(.no-hover-btn) path {
  fill: var(--white);
}
.btn.btn-gray-border {
  background: none;
  border-color: var(--text);
  color: var(--text);
}
.btn.btn-gray-border path {
  fill: var(--text);
}
.btn.btn-gray-border:hover:not(.no-hover-btn) {
  background: var(--primary);
  color: var(--white);
  border-color: var(--primary);
}
.btn.btn-gray-border:hover:not(.no-hover-btn) path {
  fill: var(--white);
}
.btn.btn-white {
  background: var(--white);
  border-color: var(--black);
  color: var(--black);
}
.btn.btn-white path {
  fill: var(--secondary);
}
.btn.btn-white:hover:not(.no-hover-btn) {
  background: var(--secondary);
  border-color: var(--secondary);
  color: var(--white);
}
.btn.btn-white:hover:not(.no-hover-btn) path {
  fill: var(--white);
}
.btn.btn-black {
  background: var(--black);
  border-color: var(--black);
  color: var(--white);
}
.btn.btn-black path {
  fill: var(--white);
}
.btn.btn-black:hover:not(.no-hover-btn) {
  background: var(--primary);
  border-color: var(--primary);
  color: var(--black);
}
.btn.btn-black:hover:not(.no-hover-btn) path {
  fill: var(--black);
}
.btn.w-100 {
  width: 100%;
}

.form-grid {
  --item: 1;
  --gaplr: 30px;
  --gaptb: 32px;
  display: grid;
  grid-template-columns: repeat(var(--item), calc((100% - var(--gaplr) * (var(--item) - 1)) / var(--item)));
  gap: var(--gaptb) var(--gaplr);
}
.form-grid .full {
  grid-column: span var(--item);
}

.form {
  --inputsize: 42px;
  --labelbefore: var(--text);
  --labelafter: var(--text);
  --borderbefore: var(--text);
  --borderafter: var(--primary);
  --labelfontbefore: 16px;
  --labelfontafter: 12px;
  --font: 500;
  --color: var(--black);
  --borderwidth: 1px;
  --labelbackground: none;
  --font: normal;
  --textareaheight: 86px;
  --paddingleftright: 0px;
}
.form .form-group {
  position: relative;
  flex: 0 1 100%;
  max-width: 100%;
  width: 100%;
  --selectheight: var(--inputsize);
  line-height: 0;
}
.form .form-group.hasCalender {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 24 24'%3E%3Cpath fill='%237E84A3' d='M19 4h-2V3a1 1 0 0 0-2 0v1H9V3a1 1 0 0 0-2 0v1H5a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h14a3 3 0 0 0 3-3V7a3 3 0 0 0-3-3m1 15a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-7h16Zm0-9H4V7a1 1 0 0 1 1-1h2v1a1 1 0 0 0 2 0V6h6v1a1 1 0 0 0 2 0V6h2a1 1 0 0 1 1 1Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 100% 50%;
}
.form .form-group.hasCalender.hasCalender-white {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 24 24'><path fill='%23ffffff' d='M19 4h-2V3a1 1 0 0 0-2 0v1H9V3a1 1 0 0 0-2 0v1H5a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h14a3 3 0 0 0 3-3V7a3 3 0 0 0-3-3m1 15a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-7h16Zm0-9H4V7a1 1 0 0 1 1-1h2v1a1 1 0 0 0 2 0V6h6v1a1 1 0 0 0 2 0V6h2a1 1 0 0 1 1 1Z'/></svg>");
}
.form .form-group.active::after {
  width: 100%;
}
.form .form-group::before, .form .form-group::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: var(--borderwidth);
  transition: 0.5s ease;
}
.form .form-group::before {
  background: var(--borderbefore);
}
.form .form-group::after {
  width: 0;
  background: var(--borderafter);
}
.form .form-group label {
  font-weight: var(--font);
  position: absolute;
  top: calc(var(--inputsize) / 2 - var(--labelfontbefore) / 2);
  left: var(--paddingleftright);
  color: var(--labelbefore);
  line-height: 1;
  font-size: var(--labelfontbefore);
  background: var(--labelbackground);
  transition: 0.3s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.form .form-group input, .form .form-group textarea {
  height: calc(var(--inputsize) - var(--borderwidth));
  border: none;
  resize: none;
  border-radius: 0px !important;
  width: 100%;
  background: none;
  color: var(--color);
  font-size: inherit;
  font-family: inherit;
  cursor: initial;
  padding: 0 var(--paddingleftright);
}
.form .form-group input:focus, .form .form-group input.valid, .form .form-group textarea:focus, .form .form-group textarea.valid {
  outline: none;
}
.form .form-group input:focus ~ label, .form .form-group input.valid ~ label, .form .form-group textarea:focus ~ label, .form .form-group textarea.valid ~ label {
  font-size: var(--labelfontafter);
  color: var(--labelafter);
  top: calc(var(--labelfontafter) / -2);
}
.form .form-group textarea {
  height: var(--textareaheight);
  border: none;
  resize: none;
  border-radius: 0px !important;
  width: 100%;
  background: none;
  color: var(--color);
  font-size: inherit;
  font-family: inherit;
  line-height: 1.2;
  cursor: initial;
  padding: 0 var(--paddingleftright);
  padding-right: 15px;
}
.form .form-group textarea::-webkit-scrollbar {
  width: 2px;
  background: none;
}
.form .form-group textarea::-webkit-scrollbar-track {
  box-shadow: none;
}
.form .form-group textarea::-webkit-scrollbar-thumb {
  background-color: var(--primary);
  border-radius: 15px;
}
.form .form-group textarea:focus, .form .form-group textarea.valid {
  outline: none;
  margin-top: 13px;
  height: calc(var(--textareaheight) - 13px);
}
.form .form-group select:focus {
  outline: none;
}
.form .form-group select ~ label {
  position: absolute;
  top: calc(var(--labelfontafter) / -2);
  left: var(--paddingleftright);
  color: var(--labelafter);
  translate: 0 0;
  font-size: var(--labelfontafter);
  opacity: 0;
  transition: 0.6s ease;
}
.form .form-group select.valid {
  color: var(--color);
}
.form .form-group select.valid ~ label {
  opacity: 1;
}
.form .submit-grp:not(.text-left) {
  text-align: center;
  margin-top: 23px;
}

.custom-select {
  max-width: 100%;
  cursor: pointer;
  display: block;
  font-family: inherit;
  height: var(--selectheight);
  position: relative;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
  padding: 0 var(--paddingleftright);
  --arrow: 15px;
  --arrowspace: 8px;
  --iconpath: url(../../icon/location-primary.svg);
}
.custom-select.has-icon {
  --iconsize: 12px;
  --iconurl: var(--iconpath);
  --iconspace: 8px;
}
.custom-select.has-icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: var(--black);
}
.custom-select.has-icon::after {
  left: var(--paddingleftright, 0px);
  width: var(--iconsize);
  background-image: var(--iconurl);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 50%;
}
.custom-select.has-icon .current {
  padding-left: calc(var(--iconsize) + var(--iconspace));
  padding-right: calc(var(--arrow) + var(--iconsize) + var(--arrowspace) + var(--iconspace));
}
.custom-select::before {
  content: "";
  position: absolute;
  top: 0;
  right: var(--paddingleftright);
  bottom: 0;
  width: var(--arrow);
  background-image: url(../../icon/arrow-down-gray.svg);
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.custom-select .current {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: var(--inputsize);
  color: var(--labelbefore);
  font-size: var(--labelfontbefore);
  font-weight: var(--font);
  padding-right: calc(var(--arrow) + var(--arrowspace));
}
.custom-select .current.selected {
  color: var(--color);
}
.custom-select .list {
  text-align: left;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  opacity: 0;
  transform-origin: 50% 0;
  z-index: 7;
  max-height: 180px;
  overflow-y: auto;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  pointer-events: none;
}
.custom-select .list::-webkit-scrollbar {
  width: 4px;
  background: none;
}
.custom-select .list::-webkit-scrollbar-track {
  box-shadow: none;
}
.custom-select .list::-webkit-scrollbar-thumb {
  background-color: var(--text);
  border-radius: 5px;
}
.custom-select .list li {
  display: block;
  line-height: 1.2;
  padding: 8px 16px;
  white-space: break-spaces;
  font-size: 14px;
}
.custom-select .list li.selected {
  background: var(--primary);
  color: var(--white);
}
.custom-select .list li.selected:hover {
  background: var(--primary);
  color: var(--white);
}
.custom-select .list li:hover {
  background: #e2e2e2;
}
.custom-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}

.swiper-slide {
  height: auto;
}

.swiper-nav {
  line-height: 0;
}
.swiper-nav.hide-btn-no-loop .swiper-prev.swiper-button-disabled, .swiper-nav.hide-btn-no-loop .swiper-next.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}
.swiper-nav.swiper-group {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  gap: 11px;
}
.swiper-nav.center-full {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.swiper-nav.center-full .swiper-prev, .swiper-nav.center-full .swiper-next {
  pointer-events: all;
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
}
.swiper-nav.icon-width-auto .swiper-next svg, .swiper-nav.icon-width-auto .swiper-prev svg {
  width: auto;
  height: auto;
}

.swiper-prev svg, .swiper-prev img {
  transform: scaleX(-1);
}

.swiper-prev, .swiper-next {
  --size: 45px;
  height: var(--size);
  width: var(--size);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary);
  border: 1px solid var(--primary);
  transition: 0.5s ease;
}
.swiper-prev.swiper-btn-medium, .swiper-next.swiper-btn-medium {
  --size: 35px;
}
.swiper-prev path, .swiper-next path {
  fill: var(--white);
}
.swiper-prev:hover:not(.swiper-button-disabled), .swiper-next:hover:not(.swiper-button-disabled) {
  background: var(--white);
  border-color: var(--white);
}
.swiper-prev:hover:not(.swiper-button-disabled) path, .swiper-next:hover:not(.swiper-button-disabled) path {
  fill: var(--primary);
}
.swiper-prev.no-background, .swiper-next.no-background {
  height: auto;
  width: auto;
  display: block;
  background: none;
  border: none;
  line-height: 0;
}
.swiper-prev.no-background path, .swiper-next.no-background path {
  fill: initial;
}
.swiper-prev.no-background:hover, .swiper-next.no-background:hover {
  background: none;
}
.swiper-prev.has-shadow, .swiper-next.has-shadow {
  box-shadow: 0px 0px 4.8px 0px rgba(0, 0, 0, 0.2509803922);
}
.swiper-prev.white, .swiper-next.white {
  background: var(--white);
  border-color: var(--white);
}
.swiper-prev.white path, .swiper-next.white path {
  fill: var(--black);
}
.swiper-prev.white:hover:not(.swiper-button-disabled), .swiper-next.white:hover:not(.swiper-button-disabled) {
  background: var(--primary);
  border-color: var(--primary);
}
.swiper-prev.white:hover:not(.swiper-button-disabled) path, .swiper-next.white:hover:not(.swiper-button-disabled) path {
  fill: var(--white);
}
.swiper-prev.primary-border, .swiper-next.primary-border {
  border-color: var(--primary);
  background: none;
}
.swiper-prev.primary-border path, .swiper-next.primary-border path {
  fill: var(--primary);
}
.swiper-prev.primary-border:hover:not(.swiper-button-disabled), .swiper-next.primary-border:hover:not(.swiper-button-disabled) {
  background: var(--primary);
}
.swiper-prev.primary-border:hover:not(.swiper-button-disabled) path, .swiper-next.primary-border:hover:not(.swiper-button-disabled) path {
  fill: var(--white);
}
.swiper-prev.secondary-border, .swiper-next.secondary-border {
  border-color: var(--secondary);
  background: none;
}
.swiper-prev.secondary-border path, .swiper-next.secondary-border path {
  fill: var(--secondary);
}
.swiper-prev.secondary-border:hover:not(.swiper-button-disabled), .swiper-next.secondary-border:hover:not(.swiper-button-disabled) {
  background: var(--secondary);
  border-color: var(--secondary);
}
.swiper-prev.secondary-border:hover:not(.swiper-button-disabled) path, .swiper-next.secondary-border:hover:not(.swiper-button-disabled) path {
  fill: var(--white);
}
.swiper-prev.white-border, .swiper-next.white-border {
  border-color: var(--white);
  background: none;
}
.swiper-prev.white-border path, .swiper-next.white-border path {
  fill: var(--white);
}
.swiper-prev.white-border:hover:not(.swiper-button-disabled), .swiper-next.white-border:hover:not(.swiper-button-disabled) {
  background: var(--white);
}
.swiper-prev.white-border:hover:not(.swiper-button-disabled) path, .swiper-next.white-border:hover:not(.swiper-button-disabled) path {
  fill: var(--primary);
}
.swiper-prev.gray-border, .swiper-next.gray-border {
  border-color: #828282;
  background: none;
}
.swiper-prev.gray-border path, .swiper-next.gray-border path {
  fill: #828282;
}
.swiper-prev.gray-border:hover:not(.swiper-button-disabled), .swiper-next.gray-border:hover:not(.swiper-button-disabled) {
  background: var(--primary);
}
.swiper-prev.gray-border:hover:not(.swiper-button-disabled) path, .swiper-next.gray-border:hover:not(.swiper-button-disabled) path {
  fill: var(--white);
}
.swiper-prev.black-border, .swiper-next.black-border {
  border-color: var(--black);
  background: none;
}
.swiper-prev.black-border path, .swiper-next.black-border path {
  fill: var(--black);
}
.swiper-prev.black-border:hover:not(.swiper-button-disabled), .swiper-next.black-border:hover:not(.swiper-button-disabled) {
  background: var(--black);
  border-color: var(--black);
}
.swiper-prev.black-border:hover:not(.swiper-button-disabled) path, .swiper-next.black-border:hover:not(.swiper-button-disabled) path {
  fill: var(--white);
}
.swiper-prev.swiper-btn-large, .swiper-next.swiper-btn-large {
  --size: 59px;
}
@media only screen and (max-width: 991px) {
  .swiper-prev.swiper-btn-large, .swiper-next.swiper-btn-large {
    --size: 48px;
  }
}
.swiper-prev.swiper-button-disabled, .swiper-next.swiper-button-disabled {
  cursor: no-drop;
  opacity: 0.4;
}
.swiper-prev.swiper-button-lock, .swiper-next.swiper-button-lock {
  display: none !important;
}

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

.website-content > :first-child {
  margin-top: 0 !important;
}
.website-content > :last-child {
  margin-bottom: 0 !important;
}
.website-content h1 {
  font-size: 48px;
  margin-bottom: 45px;
  text-align: center;
}
@media only screen and (max-width: 675px) {
  .website-content h1 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 520px) {
  .website-content h1 {
    font-size: 30px;
  }
}
.website-content h2 {
  font-size: 34px;
  font-family: "Roobert-SemiBold";
}
@media only screen and (max-width: 675px) {
  .website-content h2 {
    font-size: 24px;
  }
}
.website-content h3 {
  font-size: 28px;
  line-height: 1.21;
  font-family: "Roobert-SemiBold";
}
@media only screen and (max-width: 675px) {
  .website-content h3 {
    font-size: 22px;
  }
}
.website-content h4 {
  font-size: 24px;
  font-family: "Roobert-Medium";
}
@media only screen and (max-width: 675px) {
  .website-content h4 {
    font-size: 20px;
  }
}
.website-content h5 {
  font-size: 18px;
  font-family: "Roobert-Medium";
}
@media only screen and (max-width: 675px) {
  .website-content h5 {
    font-size: 18px;
  }
}
.website-content h6 {
  font-size: 18px;
  font-family: "Roobert-Medium";
}
.website-content h2, .website-content h3, .website-content h4 {
  margin: 40px 0 18px;
}
.website-content h5, .website-content h6 {
  margin: 22px 0 18px;
}
.website-content p, .website-content li {
  color: var(--text);
  text-align: justify;
  -webkit-hyphens: auto;
          hyphens: auto;
  word-spacing: -0.07em;
}
.website-content p b, .website-content li b {
  font-family: "Roobert-SemiBold";
  color: var(--black);
}
.website-content a {
  color: var(--black);
}
.website-content a:hover {
  text-decoration: underline;
}
.website-content p, .website-content ul {
  margin-bottom: 30px;
}
.website-content ul {
  padding-left: 18px;
}
@media only screen and (max-width: 675px) {
  .website-content ul {
    padding-left: 10px;
  }
}
.website-content ul li {
  position: relative;
  padding-left: 28px;
}
@media only screen and (max-width: 675px) {
  .website-content ul li {
    padding-left: 20px;
  }
}
.website-content ul li:not(:last-child) {
  margin-bottom: 6px;
}
.website-content ul li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--primary);
}
.website-content.website-content-medium h2, .website-content.website-content-medium h3, .website-content.website-content-medium h4 {
  margin: 20px 0 18px;
  font-size: 20px;
  font-family: "Roobert-Medium";
}
.website-content.website-content-medium h5, .website-content.website-content-medium h6 {
  font-size: 18px;
  font-family: "Roobert-Medium";
}
.website-content.website-content-medium p, .website-content.website-content-medium ul {
  margin-bottom: 20px;
}

.privacy-secA {
  padding: calc(var(--headerheight) + 5rem) 0 5rem;
}
@media only screen and (max-width: 675px) {
  .privacy-secA {
    padding: calc(var(--headerheight) + 3rem) 0 3rem;
  }
}

.swiper-pagination-bullet {
  height: 13px;
  width: 13px;
  border: 1px solid var(--black);
  background: none;
  opacity: 1;
  transition: 0.8s ease;
  margin: 0;
}
.swiper-pagination-bullet:hover {
  background: var(--black);
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--primary);
  border-color: var(--primary);
}

.ico-figure {
  position: relative;
  z-index: 1;
  line-height: 0;
}
.ico-figure svg {
  width: 100%;
  height: auto;
}
.ico-figure img, .ico-figure video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  clip-path: polygon(1% 1%, 98% 12%, 98% 90%, 1% 99%);
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  height: var(--headerheight);
  transition: 0.6s ease;
}
header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: var(--white);
  height: 0;
  z-index: -1;
  transition: 0.7s ease;
}
header.header-fixed {
  height: var(--headerfixed);
  --headerpadding: 10px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1019607843);
}
header.header-fixed::before {
  height: 100%;
}
header .header-wrapper {
  padding: 0 var(--containerfluid);
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
header .header-wrapper > * {
  height: 100%;
}
header .header-wrapper .colA, header .header-wrapper .colB {
  display: flex;
  align-items: center;
  transition: 0.5s ease;
}
header .header-wrapper .colA {
  flex: 0 1 auto;
  padding: var(--headerpadding) 0;
}
header .header-wrapper .colA a, header .header-wrapper .colA img {
  height: 100%;
  display: block;
}
header .header-wrapper .colB {
  flex: 1;
}
header .header-wrapper .colB ul {
  flex: 1;
  text-align: right;
}
header .header-wrapper .colB ul li {
  display: inline-block;
  vertical-align: middle;
}
header .header-wrapper .colB ul li:not(:last-child) {
  margin-right: 28px;
}
@media only screen and (max-width: 767px) {
  header .header-wrapper .colB ul li:not(:last-child) {
    margin-right: 12px;
  }
}
header .header-wrapper .colB ul li a:not(.btn), header .header-wrapper .colB ul li button:not(.btn) {
  color: var(--text);
  font-family: "Roobert-Medium";
}
header .header-wrapper .colB ul li a:not(.btn):hover, header .header-wrapper .colB ul li button:not(.btn):hover {
  color: var(--primary);
}
@media only screen and (max-width: 675px) {
  header .header-wrapper .colB ul li:not(:has(.sign-btn, .ham-btn)) {
    display: none;
  }
}
header .header-wrapper .colB ul li:has(.sign-btn) {
  margin-right: 0;
}
@media only screen and (max-width: 675px) {
  header .header-wrapper .colB ul li:has(.sign-btn) {
    margin-right: 12px;
  }
}
header .header-wrapper .colB ul li:has(.ham-btn) {
  display: none;
}
@media only screen and (max-width: 675px) {
  header .header-wrapper .colB ul li:has(.ham-btn) {
    display: inline-block;
  }
}
header .header-wrapper .colB ul li .ham-btn {
  width: 39px;
  height: 22px;
  --border: 2px;
  --background: var(--text);
  border: var(--border) solid var(--background);
  border-left: none;
  border-right: none;
  transition: 0.5s ease;
  position: relative;
}
header .header-wrapper .colB ul li .ham-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: var(--background);
}
header .header-wrapper .colB ul li .ham-btn::before {
  height: var(--border);
  bottom: auto;
  top: 50%;
  translate: 0 -50%;
  transition: 0.5s ease;
}
header .header-wrapper .colB ul li .ham-btn:hover {
  --background: var(--primary);
}
@media only screen and (max-width: 540px) {
  header .header-wrapper .colB ul .btn {
    line-height: 1;
    padding: 7px 12px;
    height: -moz-fit-content;
    height: fit-content;
  }
}

footer {
  background: var(--prime) url(../../images/vector/vector-1.svg) no-repeat;
  background-position: 90% 0;
  background-size: auto 100%;
  padding: 70px 0 100px;
}
@media only screen and (max-width: 767px) {
  footer {
    background-size: auto 50%;
    background-position: 90% 100%;
  }
}
footer .footer-wrapper {
  display: flex;
  flex-wrap: wrap;
}
footer .footer-wrapper .colA {
  flex: 1;
  padding-right: 100px;
}
@media only screen and (max-width: 1152px) {
  footer .footer-wrapper .colA {
    padding-right: 50px;
  }
}
@media only screen and (max-width: 991px) {
  footer .footer-wrapper .colA {
    flex: 0 1 100%;
    padding-right: 0;
  }
}
footer .footer-wrapper .colA h5 {
  font-size: 24px;
  color: var(--white);
  margin-bottom: 95px;
}
@media only screen and (max-width: 1152px) {
  footer .footer-wrapper .colA h5 {
    font-size: 20px;
    margin-bottom: 85px;
  }
}
@media only screen and (max-width: 991px) {
  footer .footer-wrapper .colA h5 {
    margin-bottom: 3rem;
    text-align: center;
  }
}
@media only screen and (max-width: 675px) {
  footer .footer-wrapper .colA h5 {
    font-size: 18px;
    line-height: 2;
  }
}
@media only screen and (max-width: 520px) {
  footer .footer-wrapper .colA h5 {
    flex: 0 1 100%;
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 345px) {
  footer .footer-wrapper .colA h5 {
    font-size: 16px;
  }
}
footer .footer-wrapper .colA h5 .wtsp-btn {
  display: inline-block;
  color: var(--white);
  padding-bottom: 10px;
  position: relative;
  transition: 0.5s ease;
  border-bottom: 1px solid var(--white);
  z-index: 0;
}
@media only screen and (max-width: 520px) {
  footer .footer-wrapper .colA h5 .wtsp-btn {
    padding-bottom: 5px;
  }
}
footer .footer-wrapper .colA h5 .wtsp-btn:hover {
  color: var(--primary);
  border-color: var(--primary);
}
footer .footer-wrapper .colA h5 .wtsp-btn:hover svg {
  transform: translateX(10px);
}
footer .footer-wrapper .colA h5 .wtsp-btn:hover svg path {
  fill: var(--primary);
}
footer .footer-wrapper .colA h5 .wtsp-btn svg {
  margin-left: 4px;
  transition: 0.5s ease;
}
@media only screen and (max-width: 675px) {
  footer .footer-wrapper .colA h5 .wtsp-btn svg {
    width: 15px;
    margin-bottom: -3px;
  }
}
footer .footer-wrapper .colA h5 .wtsp-btn svg path {
  transition: 0.5s ease;
}
footer .footer-wrapper .colA ul {
  line-height: initial;
}
@media only screen and (max-width: 991px) {
  footer .footer-wrapper .colA ul {
    text-align: center;
  }
}
@media only screen and (max-width: 675px) {
  footer .footer-wrapper .colA ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1rem;
    text-align: left;
  }
}
footer .footer-wrapper .colA ul li {
  display: inline-block;
  vertical-align: middle;
}
footer .footer-wrapper .colA ul li:not(:last-child) {
  margin-right: 2rem;
}
@media only screen and (max-width: 675px) {
  footer .footer-wrapper .colA ul li:not(:last-child) {
    margin-right: 0;
  }
}
footer .footer-wrapper .colA ul li a {
  display: block;
  color: var(--white);
}
footer .footer-wrapper .colA ul li a:hover {
  color: var(--primary);
}
footer .footer-wrapper .colA ul li a:hover path {
  fill: var(--primary);
}
footer .footer-wrapper .colA ul li a:has(svg) {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
footer .footer-wrapper .colA ul li a:has(svg) path {
  transition: 0.5s ease;
}
footer .footer-wrapper .colB {
  flex: 0 1 auto;
}
@media only screen and (max-width: 991px) {
  footer .footer-wrapper .colB {
    flex: 0 1 100%;
  }
}
footer .footer-wrapper .colB .upper-col {
  display: flex;
  flex-wrap: wrap;
  gap: 88px;
}
@media only screen and (max-width: 1152px) {
  footer .footer-wrapper .colB .upper-col {
    gap: 40px;
  }
}
@media only screen and (max-width: 991px) {
  footer .footer-wrapper .colB .upper-col {
    justify-content: center;
    margin-top: 3rem;
  }
}
footer .footer-wrapper .colB .upper-col address {
  flex: 1;
  font-style: normal;
  color: var(--white);
  font-size: 14px;
  line-height: 22px;
  max-width: 300px;
}
@media only screen and (max-width: 991px) {
  footer .footer-wrapper .colB .upper-col address {
    max-width: 383px;
  }
}
footer .footer-wrapper .colB .upper-col .btn-ftr {
  flex: 0 1 auto;
}
@media only screen and (max-width: 675px) {
  footer .footer-wrapper .colB .upper-col .btn-ftr {
    flex: 0 1 100%;
    text-align: center;
  }
}
footer .footer-wrapper .colB .upper-col .btn-ftr .btn {
  --padding: 36px;
}
@media only screen and (max-width: 1152px) {
  footer .footer-wrapper .colB .upper-col .btn-ftr .btn {
    --padding: 16px;
  }
}
footer .footer-wrapper .colB .bottom-col {
  margin-top: 60px;
}
@media only screen and (max-width: 675px) {
  footer .footer-wrapper .colB .bottom-col {
    margin-top: 4rem;
    text-align: center;
  }
}
@media only screen and (max-width: 991px) {
  footer .footer-wrapper .colB .bottom-col .social {
    text-align: center;
  }
}
footer .footer-wrapper .colB .bottom-col .social a:not(:last-child) {
  margin-right: 24px;
}
footer .footer-wrapper .colB .bottom-col .social a:hover path {
  fill: var(--primary);
}

.enquire-pop {
  right: 0;
  transform: translateX(100%);
  transition: 0.5s ease;
  background-color: var(--white);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: 85% auto;
}
.enquire-pop.is-open {
  transform: translateX(0%);
}
.enquire-pop .model-body {
  padding: 60px 35px 30px;
  height: 100%;
  overflow-y: auto;
}
.enquire-pop .model-body::-webkit-scrollbar {
  width: 3px;
  background: var(--white);
}
.enquire-pop .model-body::-webkit-scrollbar-track {
  box-shadow: none;
}
.enquire-pop .model-body::-webkit-scrollbar-thumb {
  background-color: #5e5e5e;
  border-radius: 8px;
}
@media only screen and (max-width: 675px) {
  .enquire-pop .model-body {
    padding: 50px 20px 30px;
  }
}
.enquire-pop .model-body .title {
  text-align: center;
  margin-bottom: 2rem;
}
.enquire-pop .model-body .title h4 {
  font-size: 32px;
  color: var(--black);
}
.enquire-pop .model-body .title p {
  color: var(--text);
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}
.enquire-pop .model-body .title p small {
  line-height: 20px;
}
.enquire-pop .model-body .form {
  --gaptb: 15px;
}

.signup-pop {
  right: 0;
  transform: translateX(100%);
  transition: 0.5s ease;
}
.signup-pop.is-open {
  transform: translateX(0%);
}
.signup-pop .model-body {
  padding: 75px 35px 30px;
  height: 100%;
  overflow-y: auto;
}
.signup-pop .model-body::-webkit-scrollbar {
  width: 5px;
  background: none;
}
.signup-pop .model-body::-webkit-scrollbar-track {
  box-shadow: none;
}
.signup-pop .model-body::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 10px;
}
@media only screen and (max-width: 1366px) {
  .signup-pop .model-body {
    padding: 40px 35px 30px;
  }
}
@media only screen and (max-width: 520px) {
  .signup-pop .model-body {
    padding: 50px 15px 20px;
  }
}
.signup-pop .model-body .title {
  text-align: center;
}
.signup-pop .model-body .title h4 {
  font-size: 30px;
  font-family: "Roobert-Bold";
  margin-bottom: 8px;
}
@media only screen and (max-width: 520px) {
  .signup-pop .model-body .title h4 {
    font-size: 22px;
  }
}
.signup-pop .model-body .title p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 34px;
  color: var(--text);
}
@media only screen and (max-width: 520px) {
  .signup-pop .model-body .title p {
    margin-bottom: 24px;
  }
}
.signup-pop .model-body .title .btn {
  --height: 36px;
}
.signup-pop .model-body .split-sec {
  margin: 40px 0;
  overflow: hidden;
}
@media only screen and (max-width: 520px) {
  .signup-pop .model-body .split-sec {
    margin: 28px 0;
  }
}
.signup-pop .model-body .split-sec p {
  text-align: center;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  color: var(--text);
  font-weight: 500;
}
.signup-pop .model-body .split-sec p::before, .signup-pop .model-body .split-sec p::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 200px;
  height: 1px;
  background: #ECECEC;
}
.signup-pop .model-body .split-sec p::before {
  left: calc(100% + 12px);
}
.signup-pop .model-body .split-sec p::after {
  right: calc(100% + 12px);
}
.signup-pop .model-body .form {
  --gaptb: 13px;
}
.signup-pop .model-body .form .sbmt-grp {
  margin-top: 17px;
}
.signup-pop .model-body .form .has-verify {
  display: flex;
  flex-wrap: wrap;
}
.signup-pop .model-body .form .has-verify input {
  flex: 1;
  padding-right: 1rem;
}
.signup-pop .model-body .form .has-verify .verify-btn {
  display: block;
  flex: 0 1 auto;
  height: var(--inputsize);
  line-height: var(--inputsize);
  color: var(--secondary);
  font-size: 14px;
  font-family: "Roobert-SemiBold";
}
.signup-pop .model-body .alr-act {
  color: var(--text);
  font-family: "Roobert-SemiBold";
  text-align: center;
  margin-top: 2rem;
}
.signup-pop .model-body .alr-act a {
  color: var(--secondary);
}
.signup-pop .model-body .alr-act a:hover {
  text-decoration: underline;
}
.signup-pop .model-body .otp-wrap {
  position: relative;
  padding-top: 2rem;
}
@media only screen and (max-width: 675px) {
  .signup-pop .model-body .otp-wrap {
    padding-top: 3rem;
  }
}
.signup-pop .model-body .otp-wrap .prev-btn {
  position: absolute;
  left: 0;
  bottom: 100%;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--secondary);
  transition: 0.5s ease;
}
@media only screen and (max-width: 675px) {
  .signup-pop .model-body .otp-wrap .prev-btn {
    top: 0;
  }
}
.signup-pop .model-body .otp-wrap .prev-btn:hover {
  background: var(--primary);
}
.signup-pop .model-body .otp-sc p {
  text-align: center;
}
.signup-pop .model-body .otp-sc p span {
  display: block;
  color: var(--secondary);
  font-family: "Roobert-Medium";
}
.signup-pop .model-body .otp-sc .btn-vr-wrap {
  margin: 1rem 0;
}
.signup-pop .model-body .otp-sc .register {
  font-size: 14px;
  color: var(--text);
  font-family: "Roobert-Medium";
}
.signup-pop .model-body .otp-sc .register a {
  color: var(--secondary);
}
.signup-pop .model-body .otp-sc .register a:hover {
  text-decoration: underline;
}
.signup-pop .model-body .otp-verify-wrap {
  position: relative;
}
.signup-pop .model-body .otp-verify-wrap .wrong-otp {
  color: red;
  font-size: 14px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.signup-pop .model-body .otp-verify-wrap .otpInput {
  padding: 40px 0 32px;
  max-width: 230px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 0 12px;
}
.signup-pop .model-body .otp-verify-wrap input {
  flex: 1;
  font-size: 24px;
  font-family: "Roobert-Bold";
  width: 100%;
  border: none;
  font-weight: 500;
  border-bottom: 1px solid var(--text);
  text-align: center;
}
.signup-pop .model-body .otp-verify-wrap input:focus {
  outline: none;
}

.ham-pop {
  right: 0;
  max-width: 500px;
  background-color: var(--white);
  transform: translateX(100%);
  transition: 0.5s ease;
}
.ham-pop.is-open {
  transform: translateX(0%);
}
.ham-pop .close path {
  stroke: var(--text);
  stroke-width: 2;
}
.ham-pop .model-body {
  padding: 70px 45px 30px;
  height: 100%;
  overflow-y: auto;
}
.ham-pop .model-body::-webkit-scrollbar {
  width: 3px;
  background: var(--white);
}
.ham-pop .model-body::-webkit-scrollbar-track {
  box-shadow: none;
}
.ham-pop .model-body::-webkit-scrollbar-thumb {
  background-color: #5e5e5e;
  border-radius: 8px;
}
@media only screen and (max-width: 675px) {
  .ham-pop .model-body {
    padding: 50px 25px 20px;
  }
}
@media only screen and (max-width: 520px) {
  .ham-pop .model-body {
    padding: 50px 15px 20px;
  }
}
.ham-pop .model-body .nav-list > li:not(:last-child) {
  margin-bottom: 22px;
}
@media only screen and (max-width: 1366px) {
  .ham-pop .model-body .nav-list > li:not(:last-child) {
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 520px) {
  .ham-pop .model-body .nav-list > li:not(:last-child) {
    font-size: 14px;
  }
}
.ham-pop .model-body .nav-list > li > a {
  font-size: 36px;
  color: var(--black);
  display: block;
  font-family: "Roobert-Medium";
}
@media only screen and (max-width: 1366px) {
  .ham-pop .model-body .nav-list > li > a {
    font-size: 28px;
  }
}
@media only screen and (max-width: 675px) {
  .ham-pop .model-body .nav-list > li > a {
    font-size: 24px;
  }
}
.ham-pop .model-body .nav-list > li > a:hover {
  color: var(--primary);
}
.ham-pop .model-body .bottom-list {
  border-top: 1px solid #ccc;
  margin-top: 2rem;
  padding-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ham-pop .model-body .bottom-list .cal-btn-ham {
  color: var(--black);
  font-family: "Roobert-SemiBold";
}
@media only screen and (max-width: 520px) {
  .ham-pop .model-body .bottom-list .cal-btn-ham {
    font-family: "Roobert-Medium";
  }
}
.ham-pop .model-body .bottom-list .cal-btn-ham:hover {
  color: var(--primary);
}
.ham-pop .model-body .bottom-list .social-icons a {
  display: inline-block;
  vertical-align: middle;
}
.ham-pop .model-body .bottom-list .social-icons a:not(:last-child) {
  margin-right: 15px;
}
@media only screen and (max-width: 520px) {
  .ham-pop .model-body .bottom-list .social-icons a:not(:last-child) {
    margin-right: 10px;
  }
}
.ham-pop .model-body .bottom-list .social-icons a path {
  transition: 0.5s ease;
}
.ham-pop .model-body .bottom-list .social-icons a:hover path {
  fill: var(--primary);
}

.bottom-footer {
  background: var(--prime);
  padding: 14px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.bottom-footer .digi-part {
  color: var(--white);
  line-height: 1;
  font-size: 14px;
  padding: 0 15px;
}/*# sourceMappingURL=header.css.map */