:root {
  --clr-base: #171717;
  --clr-light: #FFFDF4;
  --clr-primary: #FFCC54;
  --clr-secondary:#4EB5F2;
  --clr-sec-bg:#D1B5FF;
  --clr-black:#000;
  --font-base:"Outfit", sans-serif;
  --space-default:96px;
  --space-lg:3.5rem;
  --space-md:35px;
  --space-sm:1.2rem;
  --base-transition-function:cubic-bezier(.19,1,.22,1);
  --base-transition-tile:.7s;
}
@media only screen and (max-width: 1199.98px) {
  :root {
    --space-default:50px;
    --space-lg:4.375rem;
  }
}
@media only screen and (max-width: 991.98px) {
  :root {
    --space-default:3.25rem;
    --space-lg:2.7rem;
  }
}

.preload__wrap {
  background-color: var(--clr-primary);
}

.preload__wrap, .pt__wrap {
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999999;
}
.preload__wrap .jr__preload, .pt__wrap .jr__preload {
  height: 100%;
}
.preload__wrap .jr__preload > svg, .pt__wrap .jr__preload > svg {
  height: 100%;
}

.pt__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.pt__wrap .custom-eye {
  font-size: 30vw;
}
@media only screen and (max-width: 991.98px) {
  .pt__wrap .custom-eye {
    font-size: 55vw;
  }
}
.pt__wrap .page-title {
  color: #fff;
  text-transform: capitalize;
}

html {
  font-size: 24px;
}
@media only screen and (max-width: 1419px) {
  html {
    font-size: 16px;
  }
}

body {
  font-size: 1rem;
  line-height: 1.6rem;
  color: var(--clr-base);
  font-family: var(--font-base);
  background: #FFFDF4;
  font-weight: 300;
}

a {
  color: var(--clr-secondary);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #1E2131;
  font-family: var(--font-base);
  line-height: 110%;
  font-weight: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: currentColor;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: var(--clr-secondary);
}

.ff-Quicksand {
  font-family: "Quicksand", sans-serif;
}

.title-h1, h1, .title-h1-mini {
  font-size: 3.8rem;
  line-height: 4.2rem;
}
@media only screen and (max-width: 1419px) {
  .title-h1, h1, .title-h1-mini {
    font-size: 3rem;
    line-height: 3.5rem;
  }
}
@media only screen and (max-width: 991.98px) {
  .title-h1, h1, .title-h1-mini {
    font-size: 2.125rem;
    line-height: 2.5rem;
  }
}

@media only screen and (min-width: 1420px) {
  .title-h1-mini {
    font-size: 3rem;
  }
}

.title-h1, h1 {
  font-size: 3.8rem;
  line-height: 4.2rem;
}
@media only screen and (max-width: 1419px) {
  .title-h1, h1 {
    font-size: 3rem;
    line-height: 3.5rem;
  }
}
@media only screen and (max-width: 991.98px) {
  .title-h1, h1 {
    font-size: 2.125rem;
    line-height: 2.5rem;
  }
}

.title-h2, h2 {
  font-size: 62px;
  line-height: 98px;
}
@media only screen and (max-width: 991.98px) {
  .title-h2, h2 {
    font-size: 48px;
    line-height: 78px;
  }
}

.title-h3, h3 {
  font-size: 50px;
  line-height: 74px;
}
@media only screen and (max-width: 991.98px) {
  .title-h3, h3 {
    font-size: 33px;
    line-height: 46px;
  }
}

.title-h4, h4 {
  font-size: 30px;
  line-height: 36px;
}
@media only screen and (max-width: 991.98px) {
  .title-h4, h4 {
    font-size: 24px;
  }
}

.title-h5, h5 {
  font-size: 1.35rem;
  line-height: 2.6rem;
}
@media only screen and (max-width: 991.98px) {
  .title-h5, h5 {
    font-size: 2.125rem;
    line-height: 2.5rem;
  }
}

.title-h6, h6 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}

.text-intro {
  font-size: 1.1rem;
  line-height: 1.3rem;
}
@media only screen and (max-width: 991.98px) {
  .text-intro {
    font-size: 1rem;
  }
}

.text-intro-lg {
  font-size: 1.2rem;
  line-height: 1.4rem;
}
@media only screen and (max-width: 991.98px) {
  .text-intro-lg {
    font-size: 1rem;
  }
}

.title-60p {
  font-size: 3rem;
}
@media only screen and (max-width: 991.98px) {
  .title-60p {
    font-size: 1.5rem;
  }
}

.text-32p {
  font-size: 1.6rem;
}
@media only screen and (max-width: 991.98px) {
  .text-32p {
    font-size: 1.25rem;
  }
}

.title-xxl {
  font-size: 7.5rem;
  line-height: 8.95rem;
}
@media only screen and (max-width: 991.98px) {
  .title-xxl {
    font-size: 3.75rem;
    line-height: 4.375rem;
  }
}

small {
  font-size: 12px;
}

.text-sm {
  font-size: 0.8rem;
}

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

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

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

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

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

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

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

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

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

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

@media only screen and (min-width: 991.98px) {
  .fw-lg-100 {
    font-weight: 100;
  }
  .fw-lg-200 {
    font-weight: 200;
  }
  .fw-lg-200 {
    font-weight: 200;
  }
  .fw-lg-400 {
    font-weight: 400;
  }
  .fw-lg-500 {
    font-weight: 500;
  }
  .fw-lg-600 {
    font-weight: 600;
  }
  .fw-lg-700 {
    font-weight: 700;
  }
  .fw-lg-bold {
    font-weight: bold;
  }
  .fw-lg-800 {
    font-weight: 800;
  }
  .fw-lg-900 {
    font-weight: 900;
  }
}
@media only screen and (min-width: 767.98px) {
  .fw-md-100 {
    font-weight: 100;
  }
  .fw-md-200 {
    font-weight: 200;
  }
  .fw-md-200 {
    font-weight: 200;
  }
  .fw-md-400 {
    font-weight: 400;
  }
  .fw-md-500 {
    font-weight: 500;
  }
  .fw-md-600 {
    font-weight: 600;
  }
  .fw-md-700 {
    font-weight: 700;
  }
  .fw-md-bold {
    font-weight: bold;
  }
  .fw-md-800 {
    font-weight: 800;
  }
  .fw-md-900 {
    font-weight: 900;
  }
}
.sec-title .title {
  display: inline-block;
  position: relative;
}
.sec-title .title .line-bottom-ani, .sec-title .title .arrow-ani-down-icon {
  position: absolute;
  bottom: calc(100% - 0.5rem);
  left: -0.85rem;
}
.sec-title .title .line-bottom-ani.item-right, .sec-title .title .arrow-ani-down-icon.item-right {
  left: 100%;
  top: -0.2rem;
  bottom: auto;
  width: 2.25rem;
}
.sec-title .title .line-bottom-ani {
  top: 100%;
  right: 0;
  left: auto;
  bottom: auto;
}

.split-lines .text-line {
  overflow: hidden;
}

.arrow-ani-down-icon {
  clip-path: polygon(0 0, 100% 0, var(--c) var(--c), 0 100%);
}

.line-bottom-ani, .bottom-line::before {
  clip-path: polygon(0 0, var(--c) 0, var(--c) 100%, 0 100%);
}

.arrow-ani-down-icon.item-right, .bottom-line2::before {
  clip-path: polygon(0 0, 100% 0, 100% 100%, calc(100% - var(--c)) var(--c));
}

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

.custom-has-cl-ani {
  --c:0%;
}

.sec-title-2 {
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 991.98px) {
  .sec-title-2 {
    margin-bottom: 2rem;
  }
}
.sec-title-2 .top-img {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 991.98px) {
  .sec-title-2 .top-img {
    margin-bottom: 1rem;
  }
}

.text-bottom-lines {
  display: block;
  position: absolute;
  bottom: -0.5rem;
  max-width: 100%;
  left: 0;
}
@media only screen and (max-width: 767.98px) {
  .text-bottom-lines {
    bottom: -0.2rem;
  }
  .text-bottom-lines.y-sm-0 {
    bottom: 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .title-sm-mobile {
    font-size: 1.75rem;
    line-height: 2.875rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .font-18-mobile {
    font-size: 1.125rem;
    line-height: 1.875rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .font-14-mobile {
    font-size: 0.875rem;
    line-height: 1.938rem;
  }
}

@media only screen and (max-width: 991.98px) {
  .title-26p-mobile {
    font-size: 1.625rem;
    line-height: 2.5rem;
  }
}

.y-line {
  width: 2px;
  background-color: #000;
}
@media only screen and (max-width: 991.98px) {
  .y-line.mobile-line-x {
    width: 100%;
    height: 2px;
    margin-top: 3.2rem;
    margin-bottom: 3.2rem;
  }
}

.mb-title-space {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 991.98px) {
  .mb-title-space {
    margin-bottom: 1rem;
  }
}

.split-pb-space .line-wrap {
  padding-bottom: 25px;
  margin-bottom: -25px;
}
@media only screen and (max-width: 767.98px) {
  .split-pb-space .line-wrap {
    margin-bottom: -10px;
    padding-bottom: 10px;
  }
}

@media (max-width: 575.98px) {
  .mission-container .title-h1-mini, .tile__sm-fit {
    font-size: 7.3vw;
    line-height: 150%;
  }
}
.section-title {
  margin-bottom: 50px;
}
.section-title.mb-long-space {
  margin-bottom: 100px;
}
@media only screen and (max-width: 991.98px) {
  .section-title.mb-long-space {
    margin-bottom: 50px;
  }
}

.section-title.bottom-hr {
  border-bottom: 1px solid #171717;
  padding-bottom: 60px;
}

.reset-ul, .icon-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

svg {
  height: auto;
}

button {
  cursor: pointer;
}

.icon {
  display: inline-block;
}
.icon img {
  width: 20px;
}

.col2 {
  width: 50%;
}

.pl-container, .pl-container {
  --max-width:1300px;
}

.pl-container {
  padding-left: calc((100vw - var(--max-width)) / 2);
}

.pr-container {
  padding-right: calc((100vw - var(--max-width)) / 2);
}

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

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

.mt-space {
  margin-top: var(--space-default);
}

.mb-space {
  margin-bottom: var(--space-default);
}

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

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

.mt-lg-space {
  margin-top: var(--space-lg);
}

.mb-lg-space {
  margin-bottom: var(--space-lg);
}

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

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

.mt-md-space {
  margin-top: var(--space-md);
}

.mb-md-space {
  margin-bottom: var(--space-md);
}

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

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

.mt-sm-space {
  margin-top: var(--space-sm);
}

.mb-sm-space {
  margin-bottom: var(--space-sm);
}

.has-cl-ani {
  display: inline-block;
}

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

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

.gap-col {
  column-gap: var(--space-default);
}

.gap-col-md {
  column-gap: var(--space-md);
}

.gap-col-lg {
  column-gap: var(--space-lg);
}

.gap-col-sm {
  column-gap: var(--space-sm);
}

.gap-row {
  row-gap: var(--space-default);
}

.gap-row-md {
  row-gap: var(--space-md);
}

.gap-row-lg {
  row-gap: var(--space-lg);
}

.gap-row-sm {
  row-gap: var(--space-sm);
}

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

.py-2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.v-align-middel {
  vertical-align: middle;
}

.transform {
  --x:0;
  --y:0;
  transform: translateX(var(--x)) translateY(var(--y));
}

.translate-x-10 {
  --x:10rem;
}

.translate-y-10 {
  --y:10rem;
}

.inset-0 {
  inset: 0;
}

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

@media only screen and (min-width: 991.98px) {
  .mt-lg-0 {
    margin-top: 0;
  }
}
@media only screen and (max-width: 991.98px) {
  .mb-3-lg {
    margin-bottom: 3rem;
  }
  .mb-4-lg {
    margin-bottom: 4rem;
  }
  .pt-screen-lg {
    padding-top: 5.5rem;
  }
  .py-screen-lg {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .max\:lg-w-full {
    width: 100%;
  }
}
.has-bg-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

main.root {
  overflow: hidden;
  padding-bottom: 50px;
}

a {
  color: currentColor;
}
a:hover {
  color: #F32B03;
}

.btn__wrap {
  display: flex;
  gap: 15px;
}
@media only screen and (max-width: 991.98px) {
  .btn__wrap {
    gap: 10px;
  }
}

.btn {
  background-color: #171717;
  color: #FFFDF4;
  border-radius: 6px;
  font-size: 16px;
  padding: 9px 20px;
  display: inline-flex;
  align-items: center;
  column-gap: 0.5em;
  border: 2px solid #171717;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  transition: all 0.3s;
  text-decoration: none;
  outline: none;
  position: relative;
}
.btn:hover {
  background-color: rgba(23, 23, 23, 0.25);
  color: #171717;
}
@media only screen and (max-width: 991.98px) {
  .btn {
    padding: 7px 15px;
    font-size: 14px;
  }
}
.btn svg {
  width: 1em;
}
.btn svg path {
  fill: currentColor;
}

.btn, .btn-out-material {
  display: inline-block;
  position: relative;
  --m-space:0.2rem;
  --m-space2:.5rem;
}
.btn .arrow-top-right,
.btn .arrow-bottom-left,
.btn .arrow-bottom-right,
.btn .arrow-top-left, .btn-out-material .arrow-top-right,
.btn-out-material .arrow-bottom-left,
.btn-out-material .arrow-bottom-right,
.btn-out-material .arrow-top-left {
  position: absolute;
  width: 1.5em;
  --y:0em;
  --x:-0.75em;
  transition: all 0.18s;
}
.btn .arrow-top-left, .btn .arrow-top-right, .btn-out-material .arrow-top-left, .btn-out-material .arrow-top-right {
  bottom: calc(100% + var(--y));
}
.btn .arrow-bottom-left, .btn .arrow-bottom-right, .btn-out-material .arrow-bottom-left, .btn-out-material .arrow-bottom-right {
  top: calc(100% + var(--y));
}
.btn .arrow-top-right,
.btn .arrow-bottom-right, .btn-out-material .arrow-top-right,
.btn-out-material .arrow-bottom-right {
  right: var(--x);
}
.btn .arrow-top-left,
.btn .arrow-bottom-left, .btn-out-material .arrow-top-left,
.btn-out-material .arrow-bottom-left {
  left: var(--x);
}
.btn .arrow-top-left, .btn-out-material .arrow-top-left {
  --y: -0.455em;
  --x: -0.591em;
  clip-path: polygon(0 0, var(--c) 0, var(--c) 100%, 0% 100%);
}
.btn .arrow-bottom-right, .btn-out-material .arrow-bottom-right {
  --y:-0.49em;
  --x:-0.791em;
  clip-path: polygon(calc(100% - var(--c)) 0, 100% 0, 100% 100%, calc(100% - var(--c)) 100%);
}
.btn .arrow-top-right, .btn .arrow-bottom-left, .btn-out-material .arrow-top-right, .btn-out-material .arrow-bottom-left {
  width: 1.8em;
}
.btn .arrow-bottom-left, .btn .arrow-top-right, .btn-out-material .arrow-bottom-left, .btn-out-material .arrow-top-right {
  --x: -1.182em;
  --y: -0.227em;
}
.btn .arrow-top-right, .btn-out-material .arrow-top-right {
  clip-path: polygon(0 0, 100% 0, 100% 100%, calc(100% - var(--c)) var(--c));
}
.btn .arrow-bottom-left, .btn-out-material .arrow-bottom-left {
  clip-path: polygon(0 0, var(--c) calc(100% - var(--c)), 100% 100%, 0 100%);
}
.btn.btn-mini, .btn-out-material.btn-mini {
  border-color: transparent;
  padding: 0.35rem 0.45rem;
  border-radius: 0.3rem;
  font-size: 0.8rem;
}
.btn.btn-mini:hover, .btn-out-material.btn-mini:hover {
  border-color: rgba(0, 0, 0, 0.1);
}
.btn .arrow-tl, .btn .arrow-br, .btn .btn-dots, .btn-out-material .arrow-tl, .btn-out-material .arrow-br, .btn-out-material .btn-dots {
  position: absolute;
}
.btn .btn-dots, .btn-out-material .btn-dots {
  inset: 0;
  --space-x:1.5rem;
  color: #fff;
  pointer-events: none;
}
.btn .btn-dots::before, .btn .btn-dots::after, .btn-out-material .btn-dots::before, .btn-out-material .btn-dots::after {
  content: "";
  background-color: currentColor;
  height: 0.5rem;
  width: 0.5rem;
  position: absolute;
  border-radius: 50%;
}
.btn .btn-dots::before, .btn-out-material .btn-dots::before {
  top: calc(100% + var(--m-space2));
  left: var(--space-x);
}
.btn .btn-dots::after, .btn-out-material .btn-dots::after {
  bottom: calc(100% + var(--m-space2));
  right: var(--space-x);
}
.btn .arrow-tl, .btn-out-material .arrow-tl {
  bottom: calc(100% + var(--m-space));
  left: 0;
}
.btn .arrow-br, .btn-out-material .arrow-br {
  top: calc(100% + var(--m-space));
  right: 0;
}

@media only screen and (min-width: 991.98px) {
  .btn-lg {
    font-size: 1.3rem;
    line-height: 1.5rem;
    padding: 0.5rem 2rem;
  }
}

.btn-transparent {
  background-color: transparent;
  border-color: transparent;
  gap: 10px;
}

@media only screen and (min-width: 991.98px) {
  .btn.btn-sm {
    padding: 4px;
  }
}

.btn-full {
  width: 100%;
}

.btn.btn-outline {
  background-color: transparent;
  color: #171717;
}
.btn.btn-outline:hover {
  background-color: rgba(23, 23, 23, 0.25);
}

.btn-hover-arrow {
  overflow: hidden;
  --transition-duration:.7s;
  --transition-function:cubic-bezier(.19,1,.22,1);
  --l:3.05rem;
}
@media only screen and (max-width: 991.98px) {
  .btn-hover-arrow {
    --l:2.04375rem;
  }
}
.btn-hover-arrow > .btn-text {
  color: transparent;
}
.btn-hover-arrow::before {
  content: attr(data-title);
  position: absolute;
  left: 0;
  top: 50%;
  --translateX:var(--l);
  transition: transform var(--transition-duration) var(--transition-function);
  transform: translate(var(--translateX), -50%);
}
.btn-hover-arrow .arrow-right {
  --right-space:100%;
  --rotate:90deg;
  position: absolute;
  right: 0;
  top: 50%;
  height: 2.4rem;
  width: 2.4rem;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #000;
  border-radius: 50%;
  transition: transform var(--transition-duration) var(--transition-function);
  transform: translateY(-50%) translateX(var(--right-space)) rotate(var(--rotate));
}
@media only screen and (max-width: 991.98px) {
  .btn-hover-arrow .arrow-right {
    height: 2rem;
    width: 2rem;
  }
}
.btn-hover-arrow:hover::before {
  --translateX:1rem;
}
@media only screen and (max-width: 991.98px) {
  .btn-hover-arrow:hover::before {
    --translateX: .7rem;
  }
}
.btn-hover-arrow:hover .arrow-right {
  --right-space:-1rem;
  --rotate:0deg;
}
@media only screen and (max-width: 991.98px) {
  .btn-hover-arrow:hover .arrow-right {
    --right-space:-.4rem;
  }
}

.arrow-down-btn .icon, .arrow-down-btn .bg {
  transition: all 0.25s;
}
.arrow-down-btn:hover .bg {
  fill: var(--clr-primary);
}
.arrow-down-btn:hover .icon {
  fill: #000;
}

.budget {
  background-color: #EEE4FF;
  display: inline-block;
  border: 2px solid #1E2131;
  border-radius: 111537rem;
  padding: 0.1rem 1.3rem;
}

.social-buttons .btn {
  font-size: 0.9rem;
}

.round-sm {
  border-radius: 14px;
}

.btn-group {
  display: flex;
  gap: 24px;
}
@media only screen and (max-width: 991.98px) {
  .btn-group {
    gap: 10px;
  }
}
.btn-group .btn {
  flex: 1;
}

.plus-icon {
  transition: all 0.25s;
}

.open .plus-icon {
  transform: rotate(45deg);
}

.btn-oc {
  background-color: transparent;
  border-color: transparent;
  color: #FFFDF4;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
}
.btn-oc .text {
  position: relative;
  display: block;
  overflow: hidden;
}
.btn-oc .text .close {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%) translateY(100%);
}
.btn-oc .text .close, .btn-oc .text .open {
  transition: all 0.25s;
  display: block;
  padding: 5px;
}
.btn-oc.open .text .close {
  transform: translateX(-50%) translateY(0%);
}
.btn-oc.open .text .open {
  transform: translateY(-100%);
}

.service-item {
  font-size: 35px;
  line-height: 95%;
  padding-top: 60px;
  padding-bottom: 60px;
  border-top: 1px solid #FFFDF4;
}
@media only screen and (min-width: 991.98px) {
  .service-item {
    display: flex;
    justify-content: space-between;
  }
  .service-item .title-h3 {
    line-height: 43px;
  }
}
@media only screen and (max-width: 991.98px) {
  .service-item {
    font-size: 23px;
    padding-top: 38px;
    padding-bottom: 35px;
  }
}

.service-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
@media only screen and (min-width: 991.98px) {
  .service-list {
    text-align: end;
    margin-top: 13px;
  }
}
@media only screen and (max-width: 991.98px) {
  .service-list {
    margin-top: 20px;
  }
}
.service-list > li {
  margin-bottom: 40px;
}
@media only screen and (max-width: 991.98px) {
  .service-list > li {
    margin-bottom: 20px;
  }
}

.cookies__card {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 2000;
  border: 1px solid #171717;
  padding: 40px;
  background-color: #FFFDF4;
  border-right: none;
  border-bottom: none;
  max-width: 600px;
  font-size: 18px;
  font-weight: 400;
}
@media only screen and (max-width: 767.98px) {
  .cookies__card {
    border-left: none;
    padding: 15px 20px;
    width: 100%;
    max-width: 100%;
    font-size: 16px;
  }
}
.cookies__card .btn-group {
  margin-top: 23px;
}
@media only screen and (max-width: 767.98px) {
  .cookies__card .btn-group {
    margin-top: 11px;
  }
}

.d__none {
  display: none;
}

.badge-gray {
  background-color: #fce9e9;
  color: var(--clr-base);
  font-weight: 600;
  font-size: 16px;
  display: inline-flex;
  column-gap: 0.625em;
  padding: 0.5em 1.25em;
}
.badge-gray .icon, .badge-gray .icon svg {
  width: 1.1em;
}
@media only screen and (max-width: 991.98px) {
  .badge-gray {
    font-size: 13px;
  }
}

.form-control, .form-select {
  border: 1px solid #000;
  border-radius: 0.8rem;
  padding: 11px 22px;
  font-size: 1rem;
  font-weight: 600;
  width: 100%;
  background-color: transparent;
  transition: all 0.25s;
  outline: none;
  display: block;
  font-weight: 400;
}
.form-control::placeholder, .form-select::placeholder {
  color: #333333;
  opacity: 1;
}
@media only screen and (max-width: 991.98px) {
  .form-control, .form-select {
    padding: 9px 18px;
    font-size: 14px;
  }
}
.form-control:hover, .form-control:focus, .form-select:hover, .form-select:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.08);
}
.form-control:active, .form-select:active {
  box-shadow: none;
}

textarea.form-control {
  height: 290px;
}

.form-wrapper.grid {
  gap: 2rem 2.5rem;
}

.form-bottom {
  margin-top: 2rem;
}

.auto__scroll {
  width: 100%;
  overflow: hidden;
}

.auto__scroll, .auto__scroll .scroll__item {
  display: flex;
  align-items: center;
  --gap:10px;
}

.auto__scroll .scroll__item {
  flex: 0 0 auto;
}
.auto__scroll .scroll__item span {
  display: block;
  margin: 0 3px;
}

.headline__scroll, .headline__scroll2 {
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000000;
  font-size: 2rem;
  font-weight: 900;
  padding: 0.8rem 0;
}
@media only screen and (max-width: 991.98px) {
  .headline__scroll, .headline__scroll2 {
    font-size: 1.6rem;
    padding: 0.5rem 0;
  }
}
.headline__scroll .logo__img, .headline__scroll2 .logo__img {
  width: 3rem;
}
@media only screen and (max-width: 991.98px) {
  .headline__scroll .logo__img, .headline__scroll2 .logo__img {
    width: 2.5rem;
  }
}

@media only screen and (min-width: 991.98px) {
  .headline__scroll2 {
    font-size: 3rem;
  }
}

.auto-scroll-2 {
  position: relative;
  z-index: 1;
}

.auto-scroll-2 .auto__scroll:nth-child(2n+2) {
  transform: rotate(-6.64deg) translateX(-15px) translateY(-50%);
  width: calc(100vw + 30px);
  z-index: -1;
  position: relative;
}

.init__slide, .jrWebDesignSlide {
  width: 100%;
}

.num-pagination.slide-nav {
  display: flex;
  align-items: center;
  margin-top: 2.5rem;
  gap: 1rem;
}

.slide-num-pagination {
  display: flex;
  align-items: center;
  gap: 0.2rem;
}

.slide-num.swiper-pagination-bullets {
  position: relative;
  top: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: var(--mh);
  --active-index:0;
}
.slide-num .swiper-pagination-bullet {
  height: auto;
  width: auto;
  background-color: transparent;
  border-radius: 0;
  transition: transform cubic-bezier(0.19, 1, 0.22, 1) 0.7s;
  transform: translateY(calc(-1 * var(--active-index) * 100%));
  opacity: 1;
  margin: 0 !important;
  padding: 0;
}

.header__area {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}
.header__area .header-top {
  border-bottom: 1px solid rgba(255, 253, 244, 0.1);
  background-color: rgba(23, 23, 23, 0.85);
  position: relative;
  z-index: 6;
  padding-left: 30px;
  padding-right: 15px;
}
@media only screen and (max-width: 991.98px) {
  .header__area .header-top {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.header__area .navbar-lg {
  padding: 0px;
  display: flex;
  align-items: center;
}
.header__area .navbar-lg .logo {
  display: block;
}
@media only screen and (max-width: 1600px) {
  .header__area .navbar-lg .logo {
    max-width: 290px;
  }
}
@media only screen and (max-width: 1300px) {
  .header__area .navbar-lg .logo {
    max-width: 250px;
  }
}
@media only screen and (max-width: 991.98px) {
  .header__area .navbar-lg .logo {
    max-width: 210px;
  }
}
.header__area .navbar-lg .lg-menu {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: start;
  list-style: none;
  margin-top: 0;
}
.header__area .navbar-lg .lg-menu .menu-item {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}
.header__area .navbar-lg .lg-menu .menu-item > a {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 300;
  line-height: 110%;
  color: var(--clr-light);
  padding: 35px 15px;
  position: relative;
  transition: all 0.25s;
  white-space: nowrap;
  text-decoration: none;
  text-transform: uppercase;
}
.header__area .navbar-lg .lg-menu .menu-item > a.active {
  color: rgba(255, 253, 244, 0.25);
}
.header__area .navbar-lg .lg-menu .menu-item:hover a {
  color: rgba(255, 253, 244, 0.25);
}
.header__area .navbar-lg .lg-menu .menu-item .angle__down {
  font-size: 14px;
  margin-left: 7px;
}
.header__area .navbar-lg .lg-menu .menu-item .sub-menu {
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  width: max-content;
  min-width: 230px;
  background-color: #fff;
  border-top: 2px solid var(--border-color);
  text-align: left;
  padding: 15px 0px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease;
  box-shadow: 0 16px 15px rgba(0, 0, 0, 0.05);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  list-style: none;
  border-radius: 0px 0px 5px 5px;
}
.header__area .navbar-lg .lg-menu .menu-item .sub-menu li {
  position: relative;
}
.header__area .navbar-lg .lg-menu .menu-item .sub-menu li .angle__down {
  margin-left: auto;
  padding-left: 10px;
  transform: rotate(-90deg);
}
.header__area .navbar-lg .lg-menu .menu-item .sub-menu li a {
  color: var(--sub-menu-color);
  transition: color 0.25s;
  text-decoration: none;
  padding: var(--sub-link-padding);
  display: block;
  padding: 8px 30px;
  transition: all 0.15s;
  font-weight: var(--sub-font-width);
  font-size: var(--sub-font-size);
  display: flex;
  align-items: center;
}
.header__area .navbar-lg .lg-menu .menu-item .sub-menu .sub-menu {
  top: 10px;
  left: 100%;
}
.header__area .navbar-lg .lg-menu .menu-item .sub-menu > li:hover > ul {
  top: 0;
  opacity: 1;
  visibility: visible;
}
.header__area .navbar-lg .lg-menu .menu-item .mega-menu-item {
  position: absolute;
  top: 0;
  left: var(--offset-left);
  width: 100vw;
  visibility: hidden;
  opacity: 0;
  transition: all 0.25s ease;
  z-index: -1;
}
.header__area .navbar-lg .lg-menu .menu-item .mega-menu-item ul {
  padding: 0;
  border-top: 0;
  background-color: transparent;
}
.header__area .navbar-lg .lg-menu .menu-item .mega-menu-item ul li a {
  color: #fff;
  padding: 0;
}
.header__area .navbar-lg .lg-menu .current-menu-parent > a, .header__area .navbar-lg .lg-menu .current_page_item > a {
  color: var(--clr-base) !important;
  text-decoration: underline;
}
.header__area .navbar-lg .lg-menu .menu-item.has-mega-menu {
  z-index: 1;
}
.header__area .navbar-lg .lg-menu > li:hover {
  z-index: 5 !important;
}
.header__area .navbar-lg .lg-menu > li:hover > .sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.header__area .navbar-lg .lg-menu > li:hover > .mega-menu-item {
  opacity: 1;
  visibility: visible;
}
.header__area .logo {
  position: relative;
}
.header__area .logo > .invisible {
  opacity: 0;
}
.header__area .logo > .visible {
  opacity: 1;
  position: absolute;
  inset: 0;
}
.header__area .logo .invisible, .header__area .logo .visible {
  transition: all 0.25s;
}
.header__area.active .logo > .invisible {
  opacity: 1;
}
.header__area.active .logo > .visible {
  opacity: 0;
}

.mobile-menu-wrapper {
  --bg:#171717;
  --color:#FFFDF4;
  --hover-color:rgba(255, 253, 244, 0.25);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 5;
  height: 0;
  background-color: #171717;
}
.mobile-menu-wrapper.menu-y-full .mobile-menu-content {
  height: 100vh;
}
.mobile-menu-wrapper .mobile-menu-content {
  height: 100%;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: var(--color);
  padding: 6.25rem 1.1rem;
}
.mobile-menu-wrapper .mobile-menu-content .sm-menu {
  list-style: none;
  padding: 0;
}
.mobile-menu-wrapper .mobile-menu-content .sm-menu li {
  position: relative;
  margin-bottom: 10px;
}
.mobile-menu-wrapper .mobile-menu-content .sm-menu li:last-child {
  margin-bottom: 0;
}
.mobile-menu-wrapper .mobile-menu-content .sm-menu li .sub-toggle {
  position: absolute;
  right: 0;
  top: 0;
  height: var(--lh);
  z-index: 100;
}
.mobile-menu-wrapper .mobile-menu-content .sm-menu li .sub-toggle svg {
  width: 1.7em;
  color: var(--color);
  transition: transform ease-out 0.3s;
}
.mobile-menu-wrapper .mobile-menu-content .sm-menu li .sub-toggle svg path {
  fill: currentColor;
}
.mobile-menu-wrapper .mobile-menu-content .sm-menu li .open.sub-toggle svg {
  transform: rotate(-90deg);
}
.mobile-menu-wrapper .mobile-menu-content .sm-menu li > a {
  display: inline-block;
  font-weight: normal;
  color: var(--color);
  position: relative;
  line-height: 100%;
  text-decoration: none;
  font-size: 40px;
  line-height: 74px;
  transition: all 0.25s;
}
.mobile-menu-wrapper .mobile-menu-content .sm-menu li > a:hover {
  color: var(--hover-color);
}
.mobile-menu-wrapper .mobile-menu-content .sm-menu li > ul {
  display: none;
  padding-top: 0;
  padding-left: 0.8rem;
  color: var(--color);
  margin: 0;
  list-style: none;
}
.mobile-menu-wrapper .mobile-menu-content .sm-menu li > .mega-menu-item {
  display: none;
}
.mobile-menu-wrapper .mobile-menu-content .sm-menu li.current-menu-item > a {
  color: var(--hover-color);
}
.mobile-menu-wrapper .mobile-menu-content .sm-menu li.current-menu-item > a::before {
  transform-origin: left;
  transform: scaleX(1);
}
.mobile-menu-wrapper .mobile-menu-content .sm-menu li.open-sub > .toggle-sub::before {
  transform: rotate(0);
}
.mobile-menu-wrapper .mobile-menu-content .menu-footer {
  margin-top: auto;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}
.mobile-menu-wrapper .mobile-menu-content .menu-footer .priacy-text {
  display: inline-block;
  color: #FFFDF4;
  font-size: 18px;
  line-height: 120%;
  font-weight: 300;
  margin-bottom: 35px;
}
.mobile-menu-wrapper .mobile-menu-content .menu-footer small {
  font-size: 10px;
}
.mobile-menu-wrapper .mobile-menu-content .menu-footer .btn-group-wrap {
  flex-direction: column;
}
@media only screen and (min-width: 1200px) {
  .mobile-menu-wrapper {
    display: none;
  }
}
.mobile-menu-wrapper .btn-fade-wrap {
  text-align: left;
}
.mobile-menu-wrapper .btn-fade-wrap .btn {
  width: 100%;
}
.mobile-menu-wrapper .top-shape {
  position: absolute;
  height: 100vw;
  width: 100vw;
}
.mobile-menu-wrapper .top-shape::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border-radius: 100rem;
  left: 50%;
  top: 0;
  transform: translateX(-50%) scaleX(1.7) translateY(-60%);
  background-color: #FFCC54;
  z-index: -1;
}

.megamenu-area {
  color: #fff;
}
@media only screen and (min-width: 1200px) {
  .megamenu-area .sk-accordion-wrapper {
    display: flex;
    justify-content: space-between;
  }
  .megamenu-area .sk-accordion-wrapper .accordion-item {
    font-size: 18px;
    line-height: 42px;
  }
  .megamenu-area .sk-accordion-wrapper .accordion-item .ac__menu {
    line-height: 48px;
  }
  .megamenu-area .sk-accordion-wrapper .accordion-item .ac__menu a {
    color: #fff;
  }
  .megamenu-area .sk-accordion-wrapper .accordion-item .ac__menu a:hover {
    color: var(--clr-base);
    text-decoration: underline;
  }
}
@media only screen and (min-width: 1200px) {
  .megamenu-area .sk-accordion-wrapper .accordion-item:first-child {
    max-width: 885px;
  }
}
.megamenu-area .sk-accordion-wrapper .accordion-item .btn__main {
  white-space: nowrap;
}
.megamenu-area .sk-accordion-wrapper .accordion-item .title {
  padding-left: 0;
  font-family: var(--ff-title);
  margin-bottom: 20px;
}
.megamenu-area .sk-accordion-wrapper .accordion-item .title::before {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .megamenu-area .sk-accordion-wrapper .accordion-item .ac__menu {
    padding-left: 0;
  }
  .megamenu-area .sk-accordion-wrapper .accordion-item .ac__menu li a {
    position: relative;
    padding-left: 24px !important;
    display: block;
    text-decoration: none;
  }
  .megamenu-area .sk-accordion-wrapper .accordion-item .ac__menu li a::before {
    content: "";
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 64 64' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='M42.7 29.6 26.2 13.1l-2.4-2.4c-1.8-1.8-4.7 1-2.8 2.8L37.5 30l.9.9-15 15-2.3 2.3c-1.8 1.8 1 4.7 2.8 2.8l16.4-16.4 2.3-2.3c.9-.6.9-1.9.1-2.7z' fill='%23fff' opacity='1' data-original='%23000000' class=''%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    position: absolute;
    left: 0;
    top: 15px;
    height: 20px;
    width: 20px;
    background-position: center;
    background-size: 17px;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 1200px) {
  .megamenu-area .sk-accordion-wrapper .accordion-item.f-title-lg .title {
    font-size: 40px;
    line-height: 50px;
  }
}

.hum-btn {
  position: relative;
  font-size: 15px;
  width: 2.3333333333em;
  height: 1.3333333333em;
  background-color: transparent;
  border: none;
}
.hum-btn .svg-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  width: calc(100% + 20px);
  height: calc(100% + 31px);
  transform: translate(-50%, -50%) scaleX(1.5);
  transition: all 400ms;
  pointer-events: none;
}
.hum-btn svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.hum-btn .line {
  fill: none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms, transform 400ms;
  stroke: var(--toggle-clr);
  stroke-width: 4.5px;
  stroke-linecap: round;
}
.hum-btn .top {
  stroke-dasharray: 40 121;
}
.hum-btn .bottom {
  stroke-dasharray: 40 121;
}
.hum-btn .text {
  position: absolute;
  right: calc(100% + 15px);
  top: 50%;
  transform: translateY(-50%);
  color: #FFE600;
  font-size: 28px;
  font-weight: bold;
  pointer-events: none;
  opacity: 0;
  visibility: 0;
  transition: all 0.5s;
}
.hum-btn:hover, .hum-btn:focus, .hum-btn:active {
  background-color: transparent;
}

.btn-burger {
  background-color: #FFCC54;
  border: 0.1rem solid #000000;
  border-radius: 50rem;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  color: #000000;
}

.burger-icon {
  display: block;
}
.burger-icon span {
  --gap:0.25em;
  --height:0.125em;
  display: block;
  width: 1.1em;
  height: var(--height);
  margin-bottom: var(--gap);
  position: relative;
  background: currentColor;
  border-radius: 100em;
  z-index: 1;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}
.burger-icon span:last-child {
  margin-bottom: 0;
}

.open > .burger-icon span:nth-child(2) {
  opacity: 0;
}
.open > .burger-icon span:first-child {
  transform: translateY(calc(var(--gap) + var(--height))) rotate(-45deg);
}
.open > .burger-icon span:last-child {
  transform: translateY(calc(-1 * var(--gap) - var(--height))) rotate(45deg);
}

.footer-section .contact-item a {
  color: #171717;
  text-decoration: none;
}
.footer-section .contact-item a:hover {
  color: #F32B03;
}

.footer-top {
  column-gap: 40px;
  row-gap: 25px;
  margin-top: 250px;
}
@media only screen and (max-width: 991.98px) {
  .footer-top {
    flex-direction: column;
  }
}

.footer-bottom {
  line-height: 20px;
  border-top: 1px solid #171717;
  border-bottom: 1px solid #171717;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 40px;
}

.toggle-content {
  display: none;
}

.fixed-auto-scroll {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.75px;
  z-index: 800;
  padding: 10px 0;
  background-color: #FFFDF4;
  border-top: 1px solid #171717;
}

.noice__i {
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  mix-blend-mode: exclusion;
  z-index: 1500;
  pointer-events: none;
}

.content-item .title-h4 {
  margin-bottom: 7px;
}

@media only screen and (min-width: 991.98px) {
  .privacy-right-content {
    padding-top: 124px;
  }
}
.toggle-content .btn-group {
  margin-top: 55px;
}

.hero-section {
  background-color: #171717;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  padding-top: 86px;
  padding-bottom: 42px;
}
@media only screen and (max-width: 991.98px) {
  .hero-section {
    padding-bottom: 48px;
    padding-top: 65px;
  }
}
.hero-section .hero-logo {
  max-width: 800px;
  width: 100%;
}
.hero-section .hero-content {
  text-align: center;
}
.hero-section .arrow-down {
  position: absolute;
  bottom: 200px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767.98px) {
  .hero-section .arrow-down {
    width: 30px;
    bottom: 140px;
  }
}
@media (max-height: 950px) {
  .hero-section .arrow-down {
    bottom: 120px;
  }
}

.bg-noice {
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.approce-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  font-size: 54px;
  line-height: 140%;
  font-weight: normal;
  text-align: center;
}
.approce-section .approce-content {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767.98px) {
  .approce-section {
    font-size: 35px;
    line-height: 47px;
  }
  .approce-section .approce-content {
    max-width: 350px;
  }
}

.text-block {
  position: relative;
}
.text-block .text-lines, .text-block .draw__ani {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

[data-ani], [data-ani-name], [data-ani-name2] {
  --duration:1s;
  visibility: hidden;
  animation-duration: var(--duration);
  animation-name: none;
  --transformOrgin:center;
  transform-origin: var(--transformOrgin);
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

[data-ani=fadeInDownBig], [data-ani=fadeInDownBigRotate] {
  --duration:1.7s;
}

.rotate-infinite {
  animation: rotate 20s linear infinite;
}

.overflow-ani {
  overflow: hidden;
}

.center__clip_In {
  clip-path: inset(0 var(--c) 0 var(--c));
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    -ms-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -360deg);
    transform: rotate3d(0, 0, 1, -360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -360deg);
    -ms-transform: rotate3d(0, 0, 1, -360deg);
    transform: rotate3d(0, 0, 1, -360deg);
  }
  100% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1);
    transform: scale3d(0.1, 0.1, 0.1);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1);
    -ms-transform: scale3d(0.1, 0.1, 0.1);
    transform: scale3d(0.1, 0.1, 0.1);
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -350px, 0);
    transform: translate3d(0, -350px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -350px, 0);
    -ms-transform: translate3d(0, -350px, 0);
    transform: translate3d(0, -350px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInDownBigRotate {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -350px, 0) rotate(-30deg);
    transform: translate3d(0, -350px, 0) rotate(-30deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBigRotate {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -350px, 0) rotate(-30deg);
    -ms-transform: translate3d(0, -350px, 0) rotate(-30deg);
    transform: translate3d(0, -350px, 0) rotate(-30deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0) rotate(4deg);
    transform: translate3d(0, 100%, 0) rotate(4deg);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0) rotate(4deg);
    transform: translate3d(0, 100%, 0) rotate(4deg);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-120%, 0, 0);
    transform: translate3d(-120%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-120%, 0, 0);
    transform: translate3d(-120%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes roateFadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0) rotate(4deg);
    -ms-transform: translate3d(0, 100%, 0) rotate(4deg);
    transform: translate3d(0, 100%, 0) rotate(4deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@keyframes roateFadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0) rotate(4deg);
    -ms-transform: translate3d(0, 100%, 0) rotate(4deg);
    transform: translate3d(0, 100%, 0) rotate(4deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes bounceIn {
  0%, 100%, 20%, 40%, 60%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%, 100%, 20%, 40%, 60%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -ms-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    -ms-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    -ms-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes BounceInX {
  0% {
    -webkit-transform: scale3D(0.3, 1, 1) rotateY(180deg);
    transform: scale3D(0.3, 1, 1) rotateY(180deg);
    -webkit-animation-timing-function: cubic-bezier(0.18, 0.89, 0.15, 1.58);
    animation-timing-function: cubic-bezier(0.18, 0.89, 0.15, 1.58);
  }
  50% {
    -webkit-transform: scale3D(1.5, 1, 1) rotateY(300deg);
    transform: scale3D(1.5, 1, 1) rotateY(300deg);
    -webkit-animation-timing-function: cubic-bezier(0.18, 0.89, 0.15, 1.58);
    animation-timing-function: cubic-bezier(0.18, 0.89, 0.15, 1.58);
  }
  100% {
    -webkit-transform: scale3D(1, 1, 1) rotateY(360deg);
    transform: scale3D(1, 1, 1) rotateY(360deg);
    -webkit-animation-timing-function: cubic-bezier(0.18, 0.89, 0.15, 1.58);
    animation-timing-function: cubic-bezier(0.18, 0.89, 0.15, 1.58);
  }
}
@keyframes BounceInX {
  0% {
    -webkit-transform: scale3D(0.3, 1, 1) rotateY(180deg);
    transform: scale3D(0.3, 1, 1) rotateY(180deg);
    -webkit-animation-timing-function: cubic-bezier(0.18, 0.89, 0.15, 1.58);
    animation-timing-function: cubic-bezier(0.18, 0.89, 0.15, 1.58);
  }
  50% {
    -webkit-transform: scale3D(1.5, 1, 1) rotateY(300deg);
    transform: scale3D(1.5, 1, 1) rotateY(300deg);
    -webkit-animation-timing-function: cubic-bezier(0.18, 0.89, 0.15, 1.58);
    animation-timing-function: cubic-bezier(0.18, 0.89, 0.15, 1.58);
  }
  100% {
    -webkit-transform: scale3D(1, 1, 1) rotateY(360deg);
    transform: scale3D(1, 1, 1) rotateY(360deg);
    -webkit-animation-timing-function: cubic-bezier(0.18, 0.89, 0.15, 1.58);
    animation-timing-function: cubic-bezier(0.18, 0.89, 0.15, 1.58);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
html.lenis, html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: clip;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

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

body, html {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
  height: auto;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
}

p {
  text-wrap: pretty;
  margin-bottom: 1rem;
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}

/* Container */
.container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 575.98px) {
  .container {
    max-width: 540px;
  }
}
@media only screen and (min-width: 767.98px) {
  .container {
    max-width: 720px;
  }
}
@media only screen and (min-width: 991.98px) {
  .container {
    max-width: 1140px;
  }
}
@media only screen and (min-width: 1420px) {
  .container {
    max-width: 1400px;
  }
}
.grid {
  display: grid;
  gap: 1.5rem;
}

.gap-0 {
  gap: 0;
}

.gap-x-0 {
  column-gap: 0;
}

.gap-y-0 {
  row-gap: 0;
}

@media only screen and (max-width: 991.98px) {
  .mobile-gap-sm {
    gap: 0.8rem;
  }
}

.gap-small {
  gap: 0.6rem;
}

.gap-x {
  column-gap: 80px;
}

.col-span-1 {
  grid-column: span 1/span 1;
}

.col-span-2 {
  grid-column: span 2/span 2;
}

.col-span-3 {
  grid-column: span 3/span 3;
}

.col-span-4 {
  grid-column: span 4/span 4;
}

.col-span-5 {
  grid-column: span 5/span 5;
}

.col-span-6 {
  grid-column: span 6/span 6;
}

.col-span-7 {
  grid-column: span 7/span 7;
}

.col-span-8 {
  grid-column: span 8/span 8;
}

.col-span-9 {
  grid-column: span 9/span 9;
}

.col-span-10 {
  grid-column: span 10/span 10;
}

.col-span-11 {
  grid-column: span 11/span 11;
}

.col-span-12 {
  grid-column: span 12/span 12;
}

/* Responsive Columns */
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

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

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

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

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

.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

/* Breakpoints for Responsive Columns */
@media (min-width: 575.98px) {
  .grid-cols-sm-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-sm-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-sm-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-cols-sm-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid-cols-sm-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid-cols-sm-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grid-cols-sm-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .grid-cols-sm-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .grid-cols-sm-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .grid-cols-sm-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .grid-cols-sm-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .grid-cols-sm-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .col-span-sm-1 {
    grid-column: span 1/span 1;
  }
  .col-span-sm-2 {
    grid-column: span 2/span 2;
  }
  .col-span-sm-3 {
    grid-column: span 3/span 3;
  }
  .col-span-sm-4 {
    grid-column: span 4/span 4;
  }
  .col-span-sm-5 {
    grid-column: span 5/span 5;
  }
  .col-span-sm-6 {
    grid-column: span 6/span 6;
  }
  .col-span-sm-7 {
    grid-column: span 7/span 7;
  }
  .col-span-sm-8 {
    grid-column: span 8/span 8;
  }
  .col-span-sm-9 {
    grid-column: span 9/span 9;
  }
  .col-span-sm-10 {
    grid-column: span 10/span 10;
  }
  .col-span-sm-11 {
    grid-column: span 11/span 11;
  }
  .col-span-sm-12 {
    grid-column: span 12/span 12;
  }
}
@media only screen and (min-width: 767.98px) {
  .grid-cols-md-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-md-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-md-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-cols-md-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid-cols-md-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid-cols-md-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grid-cols-md-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .grid-cols-md-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .grid-cols-md-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .grid-cols-md-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .grid-cols-md-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .grid-cols-md-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .col-span-md-1 {
    grid-column: span 1/span 1;
  }
  .col-span-md-2 {
    grid-column: span 2/span 2;
  }
  .col-span-md-3 {
    grid-column: span 3/span 3;
  }
  .col-span-md-4 {
    grid-column: span 4/span 4;
  }
  .col-span-md-5 {
    grid-column: span 5/span 5;
  }
  .col-span-md-6 {
    grid-column: span 6/span 6;
  }
  .col-span-md-7 {
    grid-column: span 7/span 7;
  }
  .col-span-md-8 {
    grid-column: span 8/span 8;
  }
  .col-span-md-9 {
    grid-column: span 9/span 9;
  }
  .col-span-md-10 {
    grid-column: span 10/span 10;
  }
  .col-span-md-11 {
    grid-column: span 11/span 11;
  }
  .col-span-md-12 {
    grid-column: span 12/span 12;
  }
}
@media only screen and (min-width: 991.98px) {
  .grid-cols-lg-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-lg-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-lg-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-cols-lg-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid-cols-lg-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid-cols-lg-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grid-cols-lg-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .grid-cols-lg-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .grid-cols-lg-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .grid-cols-lg-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .grid-cols-lg-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .grid-cols-lg-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .col-span-lg-1 {
    grid-column: span 1/span 1;
  }
  .col-span-lg-2 {
    grid-column: span 2/span 2;
  }
  .col-span-lg-3 {
    grid-column: span 3/span 3;
  }
  .col-span-lg-4 {
    grid-column: span 4/span 4;
  }
  .col-span-lg-5 {
    grid-column: span 5/span 5;
  }
  .col-span-lg-6 {
    grid-column: span 6/span 6;
  }
  .col-span-lg-7 {
    grid-column: span 7/span 7;
  }
  .col-span-lg-8 {
    grid-column: span 8/span 8;
  }
  .col-span-lg-9 {
    grid-column: span 9/span 9;
  }
  .col-span-lg-10 {
    grid-column: span 10/span 10;
  }
  .col-span-lg-11 {
    grid-column: span 11/span 11;
  }
  .col-span-lg-12 {
    grid-column: span 12/span 12;
  }
}
@media only screen and (min-width: 1199.98px) {
  .grid-cols-xl-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-xl-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-xl-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-cols-xl-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid-cols-xl-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid-cols-xl-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grid-cols-xl-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .grid-cols-xl-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .grid-cols-xl-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .grid-cols-xl-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .grid-cols-xl-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .grid-cols-xl-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .col-span-xl-1 {
    grid-column: span 1/span 1;
  }
  .col-span-xl-2 {
    grid-column: span 2/span 2;
  }
  .col-span-xl-3 {
    grid-column: span 3/span 3;
  }
  .col-span-xl-4 {
    grid-column: span 4/span 4;
  }
  .col-span-xl-5 {
    grid-column: span 5/span 5;
  }
  .col-span-xl-6 {
    grid-column: span 6/span 6;
  }
  .col-span-xl-7 {
    grid-column: span 7/span 7;
  }
  .col-span-xl-8 {
    grid-column: span 8/span 8;
  }
  .col-span-xl-9 {
    grid-column: span 9/span 9;
  }
  .col-span-xl-10 {
    grid-column: span 10/span 10;
  }
  .col-span-xl-11 {
    grid-column: span 11/span 11;
  }
  .col-span-xl-12 {
    grid-column: span 12/span 12;
  }
}
@media only screen and (min-width: 1420px) {
  .grid-cols-xxl-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-xxl-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-xxl-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-cols-xxl-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid-cols-xxl-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid-cols-xxl-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grid-cols-xxl-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .grid-cols-xxl-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .grid-cols-xxl-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .grid-cols-xxl-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .grid-cols-xxl-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .grid-cols-xxl-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .col-span-xxl-1 {
    grid-column: span 1/span 1;
  }
  .col-span-xxl-2 {
    grid-column: span 2/span 2;
  }
  .col-span-xxl-3 {
    grid-column: span 3/span 3;
  }
  .col-span-xxl-4 {
    grid-column: span 4/span 4;
  }
  .col-span-xxl-5 {
    grid-column: span 5/span 5;
  }
  .col-span-xxl-6 {
    grid-column: span 6/span 6;
  }
  .col-span-xxl-7 {
    grid-column: span 7/span 7;
  }
  .col-span-xxl-8 {
    grid-column: span 8/span 8;
  }
  .col-span-xxl-9 {
    grid-column: span 9/span 9;
  }
  .col-span-xxl-10 {
    grid-column: span 10/span 10;
  }
  .col-span-xxl-11 {
    grid-column: span 11/span 11;
  }
  .col-span-xxl-12 {
    grid-column: span 12/span 12;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

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

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-flex {
  display: flex !important;
}

.g-1 {
  gap: 1rem;
}

@media (min-width: 575.98px) {
  .d-sm-none {
    display: none !important;
  }
}
@media only screen and (min-width: 767.98px) {
  .d-md-none {
    display: none !important;
  }
}
@media only screen and (min-width: 991.98px) {
  .d-lg-none {
    display: none !important;
  }
}
@media only screen and (min-width: 1199.98px) {
  .d-xl-none {
    display: none !important;
  }
}
@media (min-width: 575.98px) {
  .d-sm-grid {
    display: grid !important;
  }
}
@media only screen and (min-width: 767.98px) {
  .d-md-grid {
    display: grid !important;
  }
}
@media only screen and (min-width: 991.98px) {
  .d-lg-grid {
    display: grid !important;
  }
}
@media only screen and (min-width: 1199.98px) {
  .d-xl-grid {
    display: grid !important;
  }
}
/* Display Inline */
@media (min-width: 575.98px) {
  .d-sm-inline {
    display: inline !important;
  }
}
@media only screen and (min-width: 767.98px) {
  .d-md-inline {
    display: inline !important;
  }
}
@media only screen and (min-width: 991.98px) {
  .d-lg-inline {
    display: inline !important;
  }
}
@media only screen and (min-width: 1199.98px) {
  .d-xl-inline {
    display: inline !important;
  }
}
/* Display Inline-Block */
@media (min-width: 575.98px) {
  .d-sm-inline-block {
    display: inline-block !important;
  }
}
@media only screen and (min-width: 767.98px) {
  .d-md-inline-block {
    display: inline-block !important;
  }
}
@media only screen and (min-width: 991.98px) {
  .d-lg-inline-block {
    display: inline-block !important;
  }
}
@media only screen and (min-width: 1199.98px) {
  .d-xl-inline-block {
    display: inline-block !important;
  }
}
/* Display Block */
@media (min-width: 575.98px) {
  .d-sm-block {
    display: block !important;
  }
}
@media only screen and (min-width: 767.98px) {
  .d-md-block {
    display: block !important;
  }
}
@media only screen and (min-width: 991.98px) {
  .d-lg-block {
    display: block !important;
  }
}
@media only screen and (min-width: 1199.98px) {
  .d-xl-block {
    display: block !important;
  }
}
/* Display Flex */
.flex-wrap {
  flex-wrap: wrap;
}

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

.h-screen {
  height: 100vh;
}

.min-h-screen {
  min-height: 100vh;
}

@media (min-width: 575.98px) {
  .d-sm-flex {
    display: flex !important;
  }
}
@media only screen and (min-width: 767.98px) {
  .d-md-flex {
    display: flex !important;
  }
}
@media only screen and (min-width: 991.98px) {
  .d-lg-flex {
    display: flex !important;
  }
}
@media only screen and (min-width: 1199.98px) {
  .d-xl-flex {
    display: flex !important;
  }
}
/* Display Inline-Flex */
.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 575.98px) {
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media only screen and (min-width: 767.98px) {
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media only screen and (min-width: 991.98px) {
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media only screen and (min-width: 1199.98px) {
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
/* Justify Content */
.justify-content-start {
  justify-content: flex-start;
}

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

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

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

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

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

@media (min-width: 575.98px) {
  .justify-content-sm-start {
    justify-content: flex-start;
  }
  .justify-content-sm-end {
    justify-content: flex-end;
  }
  .justify-content-sm-center {
    justify-content: center;
  }
  .justify-content-sm-between {
    justify-content: space-between;
  }
  .justify-content-sm-around {
    justify-content: space-around;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly;
  }
}
@media only screen and (min-width: 767.98px) {
  .justify-content-md-start {
    justify-content: flex-start;
  }
  .justify-content-md-end {
    justify-content: flex-end;
  }
  .justify-content-md-center {
    justify-content: center;
  }
  .justify-content-md-between {
    justify-content: space-between;
  }
  .justify-content-md-around {
    justify-content: space-around;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly;
  }
}
@media only screen and (min-width: 991.98px) {
  .justify-content-lg-start {
    justify-content: flex-start;
  }
  .justify-content-lg-end {
    justify-content: flex-end;
  }
  .justify-content-lg-center {
    justify-content: center;
  }
  .justify-content-lg-between {
    justify-content: space-between;
  }
  .justify-content-lg-around {
    justify-content: space-around;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly;
  }
}
@media only screen and (min-width: 991.98px) {
  .justify-content-xl-start {
    justify-content: flex-start;
  }
  .justify-content-xl-end {
    justify-content: flex-end;
  }
  .justify-content-xl-center {
    justify-content: center;
  }
  .justify-content-xl-between {
    justify-content: space-between;
  }
  .justify-content-xl-around {
    justify-content: space-around;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly;
  }
}
/* Align Items */
.align-items-start {
  align-items: flex-start;
}

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

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

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

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

@media (min-width: 575.98px) {
  .align-items-sm-start {
    align-items: flex-start;
  }
  .align-items-sm-end {
    align-items: flex-end;
  }
  .align-items-sm-center {
    align-items: center;
  }
  .align-items-sm-baseline {
    align-items: baseline;
  }
  .align-items-sm-stretch {
    align-items: stretch;
  }
}
@media only screen and (min-width: 767.98px) {
  .align-items-md-start {
    align-items: flex-start;
  }
  .align-items-md-end {
    align-items: flex-end;
  }
  .align-items-md-center {
    align-items: center;
  }
  .align-items-md-baseline {
    align-items: baseline;
  }
  .align-items-md-stretch {
    align-items: stretch;
  }
}
@media only screen and (min-width: 991.98px) {
  .align-items-lg-start {
    align-items: flex-start;
  }
  .align-items-lg-end {
    align-items: flex-end;
  }
  .align-items-lg-center {
    align-items: center;
  }
  .align-items-lg-baseline {
    align-items: baseline;
  }
  .align-items-lg-stretch {
    align-items: stretch;
  }
}
@media only screen and (min-width: 991.98px) {
  .align-items-xl-start {
    align-items: flex-start;
  }
  .align-items-xl-end {
    align-items: flex-end;
  }
  .align-items-xl-center {
    align-items: center;
  }
  .align-items-xl-baseline {
    align-items: baseline;
  }
  .align-items-xl-stretch {
    align-items: stretch;
  }
}
/* Align Self */
.align-self-start {
  align-self: flex-start;
}

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

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

.align-self-baseline {
  align-self: baseline;
}

.align-self-stretch {
  align-self: stretch;
}

@media (min-width: 575.98px) {
  .align-self-sm-start {
    align-self: flex-start;
  }
  .align-self-sm-end {
    align-self: flex-end;
  }
  .align-self-sm-center {
    align-self: center;
  }
  .align-self-sm-baseline {
    align-self: baseline;
  }
  .align-self-sm-stretch {
    align-self: stretch;
  }
}
@media only screen and (min-width: 767.98px) {
  .align-self-md-start {
    align-self: flex-start;
  }
  .align-self-md-end {
    align-self: flex-end;
  }
  .align-self-md-center {
    align-self: center;
  }
  .align-self-md-baseline {
    align-self: baseline;
  }
  .align-self-md-stretch {
    align-self: stretch;
  }
  .h-md-screen {
    height: 100vh;
  }
}
@media only screen and (min-width: 991.98px) {
  .align-self-lg-start {
    align-self: flex-start;
  }
  .align-self-lg-end {
    align-self: flex-end;
  }
  .align-self-lg-center {
    align-self: center;
  }
  .align-self-lg-baseline {
    align-self: baseline;
  }
  .align-self-lg-stretch {
    align-self: stretch;
  }
  .h-lg-screen {
    height: 100vh;
  }
  .flex-direction-lg-reverse {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 1199.98px) {
  .align-self-xl-start {
    align-self: flex-start;
  }
  .align-self-xl-end {
    align-self: flex-end;
  }
  .align-self-xl-center {
    align-self: center;
  }
  .align-self-xl-baseline {
    align-self: baseline;
  }
  .align-self-xl-stretch {
    align-self: stretch;
  }
  .h-xl-screen {
    height: 100vh;
  }
}
.text-center {
  text-align: center;
}

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

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

@media only screen and (min-width: 991.98px) {
  .text-lg-center {
    text-align: center;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-left {
    text-align: left;
  }
}
@media only screen and (min-width: 767.98px) {
  .text-md-center {
    text-align: center;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-left {
    text-align: left;
  }
}
@media (min-width: 575.98px) {
  .text-sm-center {
    text-align: center;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-left {
    text-align: left;
  }
}
.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

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

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.mt-auto {
  margin-top: auto;
}

.splitting .word,
.splitting .char {
  display: inline-block;
}

.mb-0 {
  margin-bottom: 0;
}

.splitting .char {
  position: relative;
}

.splitting .char::before,
.splitting .char::after {
  content: attr(data-char);
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  transition: inherit;
  user-select: none;
}

.splitting {
  --word-center: calc((var(--word-total) - 1) / 2);
  --char-center: calc((var(--char-total) - 1) / 2);
  --line-center: calc((var(--line-total) - 1) / 2);
}

.splitting .word {
  --word-percent: calc(var(--word-index) / var(--word-total));
  --line-percent: calc(var(--line-index) / var(--line-total));
}

.splitting .char {
  --char-percent: calc(var(--char-index) / var(--char-total));
  --char-offset: calc(var(--char-index) - var(--char-center));
  --distance: calc(
     (var(--char-offset) * var(--char-offset)) / var(--char-center)
  );
  --distance-sine: calc(var(--char-offset) / var(--char-center));
  --distance-percent: calc((var(--distance) / var(--char-center)));
}

.text-line, .text-line .inner-line {
  display: block;
}

.overflow-hidden {
  overflow: hidden;
}

.relative {
  position: relative;
}

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

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

.overflow-initial {
  overflow: initial !important;
}

.h-auto {
  height: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.w-100 {
  width: 100%;
}

.v-hidden {
  opacity: 0;
  visibility: hidden;
}

.h-full {
  height: 100%;
}

.pe-none {
  pointer-events: none;
}

.absolute {
  position: absolute;
}

.top-full {
  top: 100%;
}

.right-0 {
  right: 0;
}

.right-1 {
  right: 1rem;
}

.right-2 {
  right: 2rem;
}

.-right-1 {
  right: -1rem;
}

.-right-2 {
  right: -2rem;
}

.left-0 {
  left: 0;
}

.left-1 {
  left: 1rem;
}

.left-2 {
  left: 2rem;
}

.-left-1 {
  left: -1rem;
}

.-left-2 {
  left: -2rem;
}

.left-center {
  left: 50%;
  margin-left: -50%;
}

.w-full {
  width: 100%;
}

.px-2 {
  padding-left: 2rem;
  padding-right: 2rem;
}

@media only screen and (min-width: 991.98px) {
  .mt-lg-auto {
    margin-top: auto;
  }
  .h-lg-full {
    height: 100%;
  }
  .h-lg-screen {
    height: 100vh;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
}
.z-1 {
  z-index: 1;
}

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

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

.bg-gray-blue {
  background-color: #f6f9fc;
}

.text-gray {
  color: rgba(13, 13, 13, 0.5);
}

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

.bg-gray {
  background-color: #FAF4F2;
}

.text-blue-dark {
  color: #2A264C;
}

.text-green {
  color: #1CB96E;
}

.text-blue-100 {
  color: #9CDAFF;
}

.text-blue-200 {
  color: #4EB5F2;
}

.text-blue-300 {
  color: #B6C1F7;
}

.text-blue-400 {
  color: #7B92FF;
}

.text-blue-500 {
  color: #DCC7FF;
}

.text-yellow-100 {
  color: #FEE9A6;
}

.text-yellow-200 {
  color: #FFBC1D;
}

.bg-blue {
  background-color: var(--clr-sec-bg);
}

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

.bg-green-100 {
  background-color: #FFFBF0;
}

.bg-green-200 {
  background-color: #FFF6DC;
}

.text-dark {
  color: #1E2131;
}

.bg-blue-dark {
  background-color: #2A264C;
}

.bg-green {
  background-color: #1CB96E;
}

.bg-blue-100 {
  background-color: #9CDAFF;
}

.bg-blue-200 {
  background-color: #4EB5F2;
}

.bg-blue-300 {
  background-color: #B6C1F7;
}

.bg-blue-400 {
  background-color: #7B92FF;
}

.bg-blue-500 {
  background-color: #DCC7FF;
}

.bg-yellow-100 {
  background-color: #FEE9A6;
}

.bg-yellow-200 {
  background-color: #FFBC1D;
}

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

.bg-dark {
  background-color: #171717;
}

.text-light {
  color: #FFFDF4;
}

.bg-light {
  background-color: #FFFDF4;
}

.text-red {
  color: #F32B03;
}

.approce-section .approce-content2 {
    max-width: 1500px;
}
.mt-48{
  margin-top: 48px;
}
.mt-b-0{
  border-top: 0;
  margin-top: 0;
}
.alink{
  text-decoration: none;

}
.header__area2 .header-top{
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width:991px){
  .mt-48 {
    margin-top: 20px;
}
.sm-24-text{
    font-size: 23px;
    line-height: 135%;
}
.line___l{
    width: 160px;
    position: absolute !important;
    margin-top: 10px; 
}
.gror-text{
  /* display: flex !important; */
}
.title-h1{
  font-size: 50px; line-height: 55px;
} 
.sm-h-auto{
  min-height: auto;
}
main.root {
    overflow: hidden;
    padding-bottom: 43px;
}
.footer-section2{
  position: relative;
  z-index: 589;
  background-color: #FFFDF4;
}


}