/*
v2.0.1
Last Updated: 2020-April
Author: Jagadeeshlal - jagadeeshlal@gmail.com
*/
/*=====
alpha
========*/
/*=====
linear-gradien
========*/
/*====
transition
======*/
/*====
transform
======*/
/*----
placeholder
-----*/
/*----
Grid
-----*/
/*----
flex
-----*/
/*-=====
opasity
=======*/
/*-=====
appearance
=======*/
/*-=====
filter
=======*/
/*-=====
react select
=======*/
/*-=====
Animation
=======*/
@import url("https://fonts.googleapis.com");
@import url("https://fonts.gstatic.com");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  outline: 0;
  vertical-align: baseline;
  text-decoration: none;
}

nav,
ul,
li,
ol {
  list-style: none;
  margin: 0;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ade1ff;
  color: #212121;
  text-decoration: none;
}

mark {
  background-color: #ade1ff;
  color: #212121;
  font-style: italic;
  font-weight: 400;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
  text-decoration: none;
}

::selection {
  color: rgb(254, 254, 254);
  background-color: rgb(88, 176, 243);
}

input:-internal-autofill-selected,
textarea:-internal-autofill-selected,
select:-internal-autofill-selected {
  -webkit-box-shadow: 0 0 0 900px #fff inset !important;
  -moz-box-shadow: 0 0 0 900px #fff inset !important;
  box-shadow: 0 0 0 900px #fff inset !important;
  background-color: #fff !important;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select,
  textarea,
  input {
    font-size: 14px;
  }
}
/*** iPhone and iOS Form Input Zoom Fixes ***/
/* Fix Input Zoom on devices older than iPhone 5: */
@media screen and (device-aspect-ratio: 2/3) {
  select,
  textarea,
  input[type=text],
  input[type=password],
  input[type=datetime],
  input[type=datetime-local],
  input[type=date],
  input[type=month],
  input[type=time],
  input[type=week],
  input[type=number],
  input[type=email],
  input[type=url] {
    font-size: 16px;
  }
}
/* Fix Input Zoom on iPhone 5, 5C, 5S, iPod Touch 5g */
@media screen and (device-aspect-ratio: 40/71) {
  select,
  textarea,
  input[type=text],
  input[type=password],
  input[type=datetime],
  input[type=datetime-local],
  input[type=date],
  input[type=month],
  input[type=time],
  input[type=week],
  input[type=number],
  input[type=email],
  input[type=url] {
    font-size: 16px;
  }
}
/* Fix Input Zoom on iPhone 6, iPhone 6s, iPhone 7  */
@media screen and (device-aspect-ratio: 375/667) {
  select,
  textarea,
  input[type=text],
  input[type=password],
  input[type=datetime],
  input[type=datetime-local],
  input[type=date],
  input[type=month],
  input[type=time],
  input[type=week],
  input[type=number],
  input[type=email],
  input[type=tel],
  input[type=url] {
    font-size: 16px;
  }
}
/* Fix Input Zoom on iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus, iPhone 8, iPhone X, XS, XS Max  */
@media screen and (device-aspect-ratio: 9/16) {
  select,
  textarea,
  input[type=text],
  input[type=password],
  input[type=datetime],
  input[type=datetime-local],
  input[type=date],
  input[type=month],
  input[type=time],
  input[type=week],
  input[type=number],
  input[type=email],
  input[type=tel],
  input[type=url] {
    font-size: 16px;
  }
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 100;
  src: url("./fonts/Montserrat-Light.ttf") format("opentype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  src: url("./fonts/Montserrat-Regular.ttf") format("opentype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/Montserrat-Medium.ttf") format("opentype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url("./fonts/Montserrat-SemiBold.ttf") format("opentype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("./fonts/Montserrat-Bold.ttf") format("opentype");
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

p {
  margin: 0;
  padding: 0;
  line-height: 22px;
}

pre {
  font-family: "Montserrat", sans-serif;
}

em {
  font-weight: 500;
}

a {
  text-decoration: none;
}
a [disabled] {
  cursor: not-allowed;
  pointer-events: all;
}
a:hover, a:focus {
  text-decoration: none;
}

/*=====
alpha
========*/
/*=====
linear-gradien
========*/
/*====
transition
======*/
/*====
transform
======*/
/*----
placeholder
-----*/
/*----
Grid
-----*/
/*----
flex
-----*/
/*-=====
opasity
=======*/
/*-=====
appearance
=======*/
/*-=====
filter
=======*/
/*-=====
react select
=======*/
/*-=====
Animation
=======*/
.slick-slider .slick-list .slick-track, .mainFooter .footerContent .footerList, .specificationBlock .specificationTab .tabsElements .elementsList, .mainHeader .headerInner .navBlock .registerWrapper .registerAdd, .mainHeader .headerInner .navBlock .registerWrapper, .mainHeader .headerInner .navBlock .goAldar a, .mainHeader .headerInner .navBlock .goAldar, .mainHeader .headerInner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.containerBlock, .slick-slider.slick-initialized .slick-slide > div, .slick-slider.slick-initialized .slick-slide, .slick-slider .slick-list, .slick-slider, .mainFooter .footerContent .footerList li, .mainFooter .footerContent, .mainFooter, .startsHere .startsContent h2, .startsHere .startsContent, .startsHere .startsBlock .startsImage, .startsHere .startsBlock, .startsHere, .feelDesign .feelInner, .feelDesign, .specificationBlock .specificationTab .tabBlock .tabsContent .tabInner .tabCategory .categoryList .sliderBlock,
.specificationBlock .specificationTab .tabBlock .tabsContent .tabInner .tabCategory .tabSlider .sliderBlock, .specificationBlock .specificationTab .tabBlock .tabsContent .tabInner .tabCategory .categoryList .listElement li,
.specificationBlock .specificationTab .tabBlock .tabsContent .tabInner .tabCategory .tabSlider .listElement li, .specificationBlock .specificationTab .tabBlock .tabsContent .tabInner .tabCategory .categoryList .listElement,
.specificationBlock .specificationTab .tabBlock .tabsContent .tabInner .tabCategory .tabSlider .listElement, .specificationBlock .specificationTab .tabBlock .tabsContent .tabInner .tabCategory .categoryList,
.specificationBlock .specificationTab .tabBlock .tabsContent .tabInner .tabCategory .tabSlider, .specificationBlock .specificationTab .tabBlock .tabsContent .tabInner .tabCategory, .specificationBlock .specificationTab .tabBlock .tabsContent .tabInner .tabHeader h2, .specificationBlock .specificationTab .tabBlock .tabsContent .tabInner .tabHeader, .specificationBlock .specificationTab .tabBlock .tabsContent .tabInner, .specificationBlock .specificationTab .tabBlock .tabsContent:before, .specificationBlock .specificationTab .tabBlock, .specificationBlock .specificationTab .tabsElements .elementsList .listItem a, .specificationBlock .specificationTab .tabsElements .elementsList .listItem, .specificationBlock .specificationTab .tabsElements, .specificationBlock .specificationTab, .specificationBlock, .communityBlock .communityElement .communityImage, .communityBlock .communityElement, .communityBlock .communityHeader .communityContent, .communityBlock .communityHeader, .communityBlock, .exploreVirtual .exploreFooter h2, .exploreVirtual .exploreFooter, .exploreVirtual .exploreHeader .exploreContent .exploreNavigator a, .exploreVirtual .exploreHeader .exploreContent .exploreNavigator, .exploreVirtual .exploreHeader .exploreContent .exploreWalk h3, .exploreVirtual .exploreHeader .exploreContent .exploreWalk, .exploreVirtual .exploreHeader .exploreContent, .exploreVirtual .exploreHeader .exploreImage, .exploreVirtual .exploreHeader, .exploreVirtual, .comingSoon .comingBlock .comingContent .comingImage .textElement, .comingSoon .comingBlock .comingContent .comingImage, .comingSoon .comingBlock .comingContent, .comingSoon .comingBlock, .comingSoon .comingHeader h3, .comingSoon .comingHeader, .comingSoon, .homeBanner .heroBanner .bannerSlider .heroElement, .homeBanner .heroBanner .bannerSlider, .homeBanner .heroBanner .bannerContent, .homeBanner .heroBanner, .homeBanner, .mainHeader .headerInner .navBlock .registerWrapper .registerElement, .mainHeader .headerInner .navBlock, .mainHeader .headerInner .siteBranding .btnElement, .mainHeader .headerInner .siteBranding, .mainHeader, .page-loader {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mainFooter .footerContent .footerList, .startsHere .startsContent h2, .startsHere .startsContent, .feelDesign .feelInner, .specificationBlock .specificationTab .tabBlock .tabsContent .tabInner .tabHeader h2, .specificationBlock .specificationTab .tabBlock .tabsContent .tabInner .tabHeader, .specificationBlock .specificationTab .tabsElements .elementsList .listItem a, .specificationBlock .specificationTab .tabsElements .elementsList .listItem, .specificationBlock .specificationTab .tabsElements .elementsList, .communityBlock .communityHeader .communityContent, .exploreVirtual .exploreFooter h2, .exploreVirtual .exploreFooter, .exploreVirtual .exploreHeader .exploreContent .exploreNavigator a, .exploreVirtual .exploreHeader .exploreContent .exploreNavigator, .exploreVirtual .exploreHeader .exploreContent .exploreWalk h3, .exploreVirtual .exploreHeader .exploreContent .exploreWalk, .comingSoon .comingHeader h3, .comingSoon .comingHeader, .homeBanner .heroBanner .bannerContent, .mainHeader .headerInner .navBlock .registerWrapper .registerAdd, .mainHeader .headerInner .navBlock .registerWrapper .registerElement, .page-loader {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.specificationBlock .specificationTab .tabBlock .tabsContent .tabInner .tabCategory .categoryList,
.specificationBlock .specificationTab .tabBlock .tabsContent .tabInner .tabCategory .tabSlider {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

.mainHeader .headerInner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.comingSoon .comingBlock .comingContent .comingImage .textElement, .comingSoon .comingBlock .comingContent .comingImage, .comingSoon .comingBlock .comingContent {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}

.slick-slider.slick-initialized .slick-slide picture, .comingSoon .comingBlock .comingContent .comingImage, .mainHeader .headerInner .navBlock .registerWrapper, .mainHeader .headerInner .navBlock .goAldar a, .mainHeader .headerInner .navBlock .goAldar, .mainHeader .headerInner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.specificationBlock .specificationTab .tabsElements .elementsList .listItem {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

.mainHeader .headerInner .navBlock .registerWrapper .registerElement {
  border-radius: 3.125rem;
  -webkit-border-radius: 3.125rem;
  -moz-border-radius: 3.125rem;
}

.mainHeader .headerInner .navBlock .registerWrapper .registerAdd {
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
}

.homeBanner .heroBanner:before {
  background-image: -webkit-linear-gradient(legacy-direction(to bottom), rgba(53, 58, 63, 0.6), transparent);
  background-image: -webkit-linear-gradient(to bottom, rgba(53, 58, 63, 0.6), transparent);
  background: -ms-linear-gradient(to bottom, rgba(53, 58, 63, 0.6), transparent);
  background-image: -ms-linear-gradient(to bottom, rgba(53, 58, 63, 0.6), transparent);
  background-image: linear-gradient(to bottom, rgba(53, 58, 63, 0.6), transparent);
}

.comingSoon .comingBlock .comingContent:before, .comingSoon .comingBlock .comingContent .comingImage .textElement, .homeBanner .heroBanner .bannerSlider .heroElement:after {
  background-image: -webkit-linear-gradient(legacy-direction(to top), rgba(0, 0, 0, 0.8), transparent);
  background-image: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  background: -ms-linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  background-image: -ms-linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
}

/* ================ Border and lines ================ */
/*=====
alpha
========*/
/*=====
linear-gradien
========*/
/*====
transition
======*/
/*====
transform
======*/
/*----
placeholder
-----*/
/*----
Grid
-----*/
/*----
flex
-----*/
/*-=====
opasity
=======*/
/*-=====
appearance
=======*/
/*-=====
filter
=======*/
/*-=====
react select
=======*/
/*-=====
Animation
=======*/
/* -- home page component css --*/
.page-loader {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: #f7f7f7;
  z-index: 999999;
  z-index: 999999;
  -webkit-animation: fadeIn 0.8s;
  -moz-animation: fadeIn 0.8s;
  -o-animation: fadeIn 0.8s;
  animation: fadeIn 0.8s;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.page-loader .loader-inner {
  flex: 0 0 auto;
  border: 2px solid #b1906d;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  border-top-color: transparent;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-animation: loader-inner 0.8s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
  -moz-animation: loader-inner 0.8s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
  -o-animation: loader-inner 0.8s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
  animation: loader-inner 0.8s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
}
@-webkit-keyframes loader-inner {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes loader-inner {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes loader-inner {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loader-inner {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.mainHeader {
  position: absolute;
  padding-bottom: 2rem;
  top: 0;
  z-index: 99;
  min-width: 100%;
}
.mainHeader .headerInner {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.mainHeader .headerInner .siteBranding {
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.mainHeader .headerInner .siteBranding .btnElement {
  min-width: 100px;
  max-width: 100px;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 993px) {
  .mainHeader .headerInner .siteBranding .btnElement {
    min-width: 180px;
    max-width: 180px;
  }
}
.mainHeader .headerInner .siteBranding .btnElement svg {
  width: 100%;
}
.mainHeader .headerInner .navBlock {
  padding-right: 1rem;
  padding-top: 1rem;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@supports (row-gap: 1rem) {
  .mainHeader .headerInner .navBlock {
    row-gap: 1rem;
    -webkit-row-gap: 1rem;
    -moz-row-gap: 1rem;
  }
}
@media (min-width: 993px) {
  .mainHeader .headerInner .navBlock {
    padding-right: 30px;
  }
}
.mainHeader .headerInner .navBlock .goAldar a {
  padding: 0 1rem;
  min-height: 48px;
  font-size: 16px;
  font-weight: 500;
  height: 48px;
  background-color: #4d6278;
  color: white;
}
@supports (column-gap: 1rem) {
  .mainHeader .headerInner .navBlock .goAldar a {
    column-gap: 1rem;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
  }
}
@supports (column-gap: 1rem) {
  .mainHeader .headerInner .navBlock .registerWrapper {
    column-gap: 1rem;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
  }
}
.mainHeader .headerInner .navBlock .registerWrapper .registerElement {
  padding: 0 1rem;
  cursor: pointer;
  border: 0;
  min-height: 36px;
  height: 36px;
  font-size: 16px;
  font-weight: 500;
  line-height: 35px;
  background-color: white;
}
.mainHeader .headerInner .navBlock .registerWrapper .registerAdd {
  cursor: pointer;
  width: 36px;
  min-height: 36px;
  font-size: 16px;
  font-weight: 500;
  background-color: white;
  height: 36px;
}
.mainHeader .headerInner .navBlock .registerWrapper .registerAdd svg {
  width: 60%;
}

.homeBanner .heroBanner {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
  height: 100dvh;
  min-height: 768px;
  overflow: hidden;
  position: relative;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 993px) {
  .homeBanner .heroBanner {
    height: 100vh;
    min-height: 768px;
  }
}
.homeBanner .heroBanner:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 40%;
  z-index: 9;
}
.homeBanner .heroBanner .bannerContent {
  position: absolute;
  width: 100%;
  bottom: 100px;
  z-index: 9;
}
@media (min-width: 993px) {
  .homeBanner .heroBanner .bannerContent {
    padding-inline: 0;
  }
}
.homeBanner .heroBanner .bannerContent h2 {
  font-size: 50px;
  font-weight: 700;
  color: white;
  text-align: center;
}
@media (min-width: 993px) {
  .homeBanner .heroBanner .bannerContent h2 {
    font-size: 107px;
  }
}
.homeBanner .heroBanner .bannerSlider {
  height: 100vh;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.homeBanner .heroBanner .bannerSlider .heroElement {
  position: relative;
  height: 100vh;
  min-height: 768px;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 993px) {
  .homeBanner .heroBanner .bannerSlider .heroElement {
    height: 100vh;
    min-height: 800px;
  }
}
.homeBanner .heroBanner .bannerSlider .heroElement:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40%;
  z-index: 0;
}

.comingSoon {
  padding: 2rem 0;
  overflow: hidden;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
@media (min-width: 993px) {
  .comingSoon {
    min-height: 850px;
    padding: 5rem 0;
  }
}
.comingSoon .comingHeader {
  padding-bottom: 3rem;
}
.comingSoon .comingHeader h3 {
  text-align: center;
  font-size: 20px;
  color: white;
}
@media (min-width: 993px) {
  .comingSoon .comingHeader h3 {
    font-size: 70px;
  }
}
.comingSoon .comingHeader h3 span {
  font-weight: 200;
}
.comingSoon .comingHeader h3 span:last-child {
  font-weight: 500;
}
.comingSoon .comingBlock {
  padding-inline: 15px;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 993px) {
  .comingSoon .comingBlock {
    padding-inline: 100px;
  }
}
@media (min-width: 1200px) {
  .comingSoon .comingBlock {
    padding-inline: 150px;
  }
}
@media (min-width: 1400px) {
  .comingSoon .comingBlock {
    padding-inline: 200px;
  }
}
.comingSoon .comingBlock .comingContent {
  overflow: hidden;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.comingSoon .comingBlock .comingContent .comingImage {
  position: relative;
}
.comingSoon .comingBlock .comingContent .comingImage img {
  width: 100%;
  height: 100%;
}
.comingSoon .comingBlock .comingContent .comingImage .textElement {
  padding-inline: 1.5rem;
  position: absolute;
  z-index: 1;
  height: 50%;
  bottom: 0;
  padding-bottom: 1rem;
}
@media (min-width: 993px) {
  .comingSoon .comingBlock .comingContent .comingImage .textElement {
    padding-inline: 5%;
    padding-bottom: 2rem;
    background-color: transparent;
    bottom: 0;
  }
}
@media screen and (min-width: 993px) and (min-resolution: 3dppx) {
  .comingSoon .comingBlock .comingContent .comingImage .textElement {
    padding-inline: 6%;
  }
}
@media (min-width: 1200px) {
  .comingSoon .comingBlock .comingContent .comingImage .textElement {
    padding-inline: 15%;
    padding-bottom: 2rem;
    background-color: transparent;
    bottom: 0;
  }
}
@media screen and (min-width: 1200px) and (min-resolution: 3dppx) {
  .comingSoon .comingBlock .comingContent .comingImage .textElement {
    padding-inline: 6%;
  }
}
@media (min-width: 1400px) {
  .comingSoon .comingBlock .comingContent .comingImage .textElement {
    padding-inline: 20%;
    padding-bottom: 2rem;
    background-color: transparent;
    bottom: 0;
  }
}
@media screen and (min-width: 1400px) and (min-resolution: 3dppx) {
  .comingSoon .comingBlock .comingContent .comingImage .textElement {
    padding-inline: 8%;
  }
}
.comingSoon .comingBlock .comingContent .comingImage .textElement h4 {
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: white;
}
@media screen and (min-resolution: 3dppx) {
  .comingSoon .comingBlock .comingContent .comingImage .textElement h4 {
    font-size: 12px;
    line-height: 16px;
  }
}
@media (min-width: 993px) {
  .comingSoon .comingBlock .comingContent .comingImage .textElement h4 {
    font-size: 24px;
    line-height: 28px;
  }
}
@media screen and (min-width: 993px) and (min-resolution: 3dppx) {
  .comingSoon .comingBlock .comingContent .comingImage .textElement h4 {
    font-size: 17px;
    line-height: 24px;
  }
}
.comingSoon .comingBlock .comingContent:before {
  position: absolute;
  width: 100%;
  height: 50%;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
}

.exploreVirtual {
  min-height: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
@media (min-width: 993px) {
  .exploreVirtual {
    min-height: 100vh;
  }
}
.exploreVirtual .exploreHeader {
  position: relative;
  max-height: 800px;
}
.exploreVirtual .exploreHeader .exploreImage {
  max-height: 800px;
  overflow: hidden;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.exploreVirtual .exploreHeader .exploreContent {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  min-width: 100%;
  height: 100%;
  padding-block: 2rem;
  top: 0;
  left: 0;
}
.exploreVirtual .exploreHeader .exploreContent .exploreWalk {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@supports (row-gap: 1rem) {
  .exploreVirtual .exploreHeader .exploreContent .exploreWalk {
    row-gap: 1rem;
    -webkit-row-gap: 1rem;
    -moz-row-gap: 1rem;
  }
}
.exploreVirtual .exploreHeader .exploreContent .exploreWalk h3 {
  color: white;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}
@media (min-width: 993px) {
  .exploreVirtual .exploreHeader .exploreContent .exploreWalk h3 {
    font-size: 70px;
  }
}
.exploreVirtual .exploreHeader .exploreContent .exploreWalk h5 {
  color: white;
  text-align: center;
  font-size: 18px;
  font-weight: 200;
}
@media (min-width: 993px) {
  .exploreVirtual .exploreHeader .exploreContent .exploreWalk h5 {
    font-size: 40px;
  }
}
.exploreVirtual .exploreHeader .exploreContent .exploreNavigator {
  padding-bottom: 0.5rem;
  margin-top: 10px;
}
@media (min-width: 993px) {
  .exploreVirtual .exploreHeader .exploreContent .exploreNavigator {
    padding-bottom: 6.5rem;
    margin-top: 0;
  }
}
.exploreVirtual .exploreHeader .exploreContent .exploreNavigator a {
  min-width: 50px;
  min-height: 50px;
  max-width: 50px;
  max-height: 50px;
  cursor: pointer;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media (min-width: 993px) {
  .exploreVirtual .exploreHeader .exploreContent .exploreNavigator a {
    min-width: 100px;
    min-height: 100px;
    max-width: 100px;
    max-height: 100px;
  }
}
.exploreVirtual .exploreFooter {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-block: 4rem;
}
.exploreVirtual .exploreFooter h2 {
  color: white;
  text-align: center;
  font-size: 40px;
  font-weight: 600;
}
@media (min-width: 993px) {
  .exploreVirtual .exploreFooter h2 {
    font-size: 70px;
  }
}

.communityBlock {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.communityBlock .communityHeader {
  min-height: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 993px) {
  .communityBlock .communityHeader {
    background-size: 100%;
  }
}
.communityBlock .communityHeader .communityContent {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.communityBlock .communityHeader .communityContent h5 {
  color: white;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
}
@media (min-width: 993px) {
  .communityBlock .communityHeader .communityContent h5 {
    font-size: 30px;
    padding-inline: 8rem;
    padding-inline: 4rem;
  }
}
.communityBlock .communityElement {
  overflow: hidden;
  max-height: 800px;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.communityBlock .communityElement .communityImage {
  object-fit: cover;
}
@media (min-width: 993px) {
  .communityBlock .communityElement .communityImage {
    max-height: 800px;
  }
  .communityBlock .communityElement .communityImage img {
    height: 100%;
  }
}

.specificationBlock .specificationTab {
  padding-top: 6rem;
  background-color: #6c1229;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.specificationBlock .specificationTab .tabsElements .elementsList {
  padding-inline: 1.5rem;
}
@supports (column-gap: 1rem) {
  .specificationBlock .specificationTab .tabsElements .elementsList {
    column-gap: 1rem;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
  }
}
.specificationBlock .specificationTab .tabsElements .elementsList .listItem {
  background-color: #818ea1;
  height: auto;
  cursor: pointer;
  text-align: center;
  padding: 1rem;
  min-width: 140px;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 993px) {
  .specificationBlock .specificationTab .tabsElements .elementsList .listItem {
    min-width: 210px;
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}
.specificationBlock .specificationTab .tabsElements .elementsList .listItem a {
  font-size: 16px;
  font-weight: 600;
  color: white;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.specificationBlock .specificationTab .tabsElements .elementsList .listItem.tabActive {
  background-color: black;
}
.specificationBlock .specificationTab .tabsElements .elementsList .listItem.tabActive a {
  color: white;
}
.specificationBlock .specificationTab .tabBlock {
  position: relative;
}
.specificationBlock .specificationTab .tabBlock:after, .specificationBlock .specificationTab .tabBlock:before {
  content: "";
  display: none;
  position: absolute;
  z-index: 5;
  width: 320px;
  height: 330px;
}
@media (min-width: 993px) {
  .specificationBlock .specificationTab .tabBlock:after, .specificationBlock .specificationTab .tabBlock:before {
    display: block;
  }
}
.specificationBlock .specificationTab .tabBlock:before {
  background-image: url(/img/graphics-one.svg);
  left: 0;
  bottom: 0;
}
.specificationBlock .specificationTab .tabBlock:after {
  background-image: url(/img/graphics-two.svg);
  right: 0;
  top: 0;
}
.specificationBlock .specificationTab .tabBlock .tabsContent {
  position: relative;
  padding-block: 5rem;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 993px) {
  .specificationBlock .specificationTab .tabBlock .tabsContent {
    padding-block: 10rem;
  }
  @supports (row-gap: 8rem) {
    .specificationBlock .specificationTab .tabBlock .tabsContent {
      row-gap: 8rem;
      -webkit-row-gap: 8rem;
      -moz-row-gap: 8rem;
    }
  }
}
.specificationBlock .specificationTab .tabBlock .tabsContent:before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
}
.specificationBlock .specificationTab .tabBlock .tabsContent .tabInner {
  position: relative;
  z-index: 9;
}
@supports (row-gap: 5rem) {
  .specificationBlock .specificationTab .tabBlock .tabsContent .tabInner {
    row-gap: 5rem;
    -webkit-row-gap: 5rem;
    -moz-row-gap: 5rem;
  }
}
@media (min-width: 993px) {
  @supports (row-gap: 8rem) {
    .specificationBlock .specificationTab .tabBlock .tabsContent .tabInner {
      row-gap: 8rem;
      -webkit-row-gap: 8rem;
      -moz-row-gap: 8rem;
    }
  }
}
@supports (row-gap: 1.5rem) {
  .specificationBlock .specificationTab .tabBlock .tabsContent .tabInner .tabHeader {
    row-gap: 1.5rem;
    -webkit-row-gap: 1.5rem;
    -moz-row-gap: 1.5rem;
  }
}
@media (min-width: 993px) {
  @supports (row-gap: 2.5rem) {
    .specificationBlock .specificationTab .tabBlock .tabsContent .tabInner .tabHeader {
      row-gap: 2.5rem;
      -webkit-row-gap: 2.5rem;
      -moz-row-gap: 2.5rem;
    }
  }
}
.specificationBlock .specificationTab .tabBlock .tabsContent .tabInner .tabHeader h2 {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  color: white;
}
@media (min-width: 993px) {
  .specificationBlock .specificationTab .tabBlock .tabsContent .tabInner .tabHeader h2 {
    font-size: 70px;
  }
}
.specificationBlock .specificationTab .tabBlock .tabsContent .tabInner .tabHeader h5 {
  font-size: 20px;
  font-size: 20px;
  font-weight: 400;
  color: white;
  text-align: center;
}
@media (min-width: 993px) {
  .specificationBlock .specificationTab .tabBlock .tabsContent .tabInner .tabHeader h5 {
    font-size: 30px;
  }
}
.specificationBlock .specificationTab .tabBlock .tabsContent .tabInner .tabCategory {
  max-width: 100%;
}
@supports (row-gap: 2.5rem) {
  .specificationBlock .specificationTab .tabBlock .tabsContent .tabInner .tabCategory {
    row-gap: 2.5rem;
    -webkit-row-gap: 2.5rem;
    -moz-row-gap: 2.5rem;
  }
}
@media (min-width: 993px) {
  .specificationBlock .specificationTab .tabBlock .tabsContent .tabInner .tabCategory {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
  }
  @supports (column-gap: 4rem) {
    .specificationBlock .specificationTab .tabBlock .tabsContent .tabInner .tabCategory {
      column-gap: 4rem;
      -webkit-column-gap: 4rem;
      -moz-column-gap: 4rem;
    }
  }
}
.specificationBlock .specificationTab .tabBlock .tabsContent .tabInner .tabCategory .categoryList,
.specificationBlock .specificationTab .tabBlock .tabsContent .tabInner .tabCategory .tabSlider {
  overflow: hidden;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.specificationBlock .specificationTab .tabBlock .tabsContent .tabInner .tabCategory .categoryList .listElement,
.specificationBlock .specificationTab .tabBlock .tabsContent .tabInner .tabCategory .tabSlider .listElement {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.specificationBlock .specificationTab .tabBlock .tabsContent .tabInner .tabCategory .categoryList .listElement li,
.specificationBlock .specificationTab .tabBlock .tabsContent .tabInner .tabCategory .tabSlider .listElement li {
  color: white;
  padding: 0.5rem 0;
  font-size: 16px;
  text-transform: uppercase;
  border-bottom: solid 1px white;
}
.specificationBlock .specificationTab .tabBlock .tabsContent .tabInner .tabCategory .categoryList .listElement li:first-child,
.specificationBlock .specificationTab .tabBlock .tabsContent .tabInner .tabCategory .tabSlider .listElement li:first-child {
  border-top: solid 1px white;
}
.specificationBlock .specificationTab .tabBlock .tabsContent .tabInner .tabCategory .categoryList .sliderBlock,
.specificationBlock .specificationTab .tabBlock .tabsContent .tabInner .tabCategory .tabSlider .sliderBlock {
  background-color: red;
}
.specificationBlock .specificationTab .tabBlock .tabsContent .tabInner .tabCategory .categoryList .sliderBlock .amenitiesImage,
.specificationBlock .specificationTab .tabBlock .tabsContent .tabInner .tabCategory .categoryList .sliderBlock .sustainabilityImage,
.specificationBlock .specificationTab .tabBlock .tabsContent .tabInner .tabCategory .tabSlider .sliderBlock .amenitiesImage,
.specificationBlock .specificationTab .tabBlock .tabsContent .tabInner .tabCategory .tabSlider .sliderBlock .sustainabilityImage {
  max-width: 100%;
  overflow: hidden;
}

.feelDesign {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.feelDesign .feelInner {
  padding-block: 6rem;
  background-color: rgba(43, 2, 14, 0.55);
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.feelDesign .feelInner h2 {
  color: white;
  text-align: center;
  font-size: 50px;
  font-weight: 600;
}
@media (min-width: 993px) {
  .feelDesign .feelInner h2 {
    font-size: 70px;
  }
}

.startsHere {
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
}
.startsHere .startsBlock {
  max-width: 100%;
}
@media (min-width: 993px) {
  .startsHere .startsBlock {
    max-width: 100%;
  }
}
.startsHere .startsBlock .startsImage {
  max-width: 100%;
}
.startsHere .startsContent {
  padding-block: 4rem;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@supports (row-gap: 2rem) {
  .startsHere .startsContent {
    row-gap: 2rem;
    -webkit-row-gap: 2rem;
    -moz-row-gap: 2rem;
  }
}
@media (min-width: 993px) {
  .startsHere .startsContent {
    padding-block: 6rem;
  }
}
.startsHere .startsContent p {
  color: white;
  padding-inline: 0;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}
@media (min-width: 993px) {
  .startsHere .startsContent p {
    font-size: 30px;
    line-height: 32px;
    padding-inline: 10%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (min-width: 993px) and (min-resolution: 3dppx) {
  .startsHere .startsContent p {
    font-size: 20px;
    line-height: 26px;
    padding-inline: 25%;
  }
}
.startsHere .startsContent h2 {
  font-size: 40px;
  color: white;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 993px) {
  .startsHere .startsContent h2 {
    font-size: 107px;
  }
}

.mainFooter {
  background-position: center 60%;
  background-repeat: no-repeat;
  background-size: 100%;
}
.mainFooter .footerContent {
  padding-block: 8rem;
}
@supports (column-gap: 1rem) {
  .mainFooter .footerContent .footerList {
    column-gap: 1rem;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
  }
}
.mainFooter .footerContent .footerList li {
  position: relative;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.mainFooter .footerContent .footerList li:not(:last-child) {
  padding-right: 1rem;
}
.mainFooter .footerContent .footerList li:not(:last-child):before {
  content: "";
  position: absolute;
  right: 0;
  top: 3px;
  width: 1px;
  height: 1rem;
  background-color: white;
}
.mainFooter .footerContent .footerList li a {
  font-size: 18px;
  cursor: pointer;
  position: relative;
  color: white;
}

/* -- home page Common css --*/
.react-tabs__tab--selected {
  background-color: black !important;
}

.slick-slider {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.slick-slider .slick-list {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.slick-slider .slick-list .slick-track {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.slick-slider .slick-list .slick-track .slick-slide {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.slick-slider.slick-initialized {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.slick-slider.slick-initialized .slick-slide {
  border: 0 !important;
  float: none !important;
  height: auto !important;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.slick-slider.slick-initialized .slick-slide > div {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.slick-slider.slick-initialized .slick-slide picture {
  display: flex !important;
  flex-direction: column !important;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.slick-slider.slick-initialized .slick-slide picture img {
  width: 100%;
}

.containerBlock {
  padding-inline: 2rem;
  width: calc(100% - 4rem);
  margin: 0 auto;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 993px) {
  .containerBlock {
    max-width: 960px;
    padding-inline: 1.5rem;
    width: calc(100% - 3rem);
  }
}
@media (min-width: 1200px) {
  .containerBlock {
    max-width: 1160px;
    padding-inline: 1rem;
    width: calc(100% - 2rem);
  }
}
@media (min-width: 1400px) {
  .containerBlock {
    max-width: 1360px;
    padding-inline: 1rem;
    width: calc(100% - 2rem);
  }
}

* {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

ul,
ol,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

input:-webkit-autofill,
input:-internal-autofill-selected,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 0 transparent !important;
  -moz-box-shadow: 0 0 0 0 transparent !important;
  box-shadow: 0 0 0 0 transparent !important;
  background-color: #e0e4ea !important;
}

input:-internal-autofill-selected {
  background-color: -internal-light-dark(rgba(224, 228, 234, 0.1), rgba(224, 228, 234, 0.1)) !important;
}

::selection {
  color: #fff;
}

button,
input,
textarea {
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}
button:hover, button:visited, button:focus, button:active,
input:hover,
input:visited,
input:focus,
input:active,
textarea:hover,
textarea:visited,
textarea:focus,
textarea:active {
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  outline: 0;
}

img {
  border: 0;
  outline: 0;
  max-width: 100%;
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: black;
}
a:hover, a:focus {
  text-decoration: none;
  color: black;
}

p {
  font-size: 14px;
  margin: 0;
  line-height: 22px;
  margin: 0;
}

@-ms-viewport {
  width: device-width;
}
html,
body {
  scroll-behavior: smooth;
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  position: relative;
  font-family: "Montserrat", sans-serif;
  background-color: white;
  color: black;
  line-height: 1.428;
  font-weight: 400;
  font-size: 14px;
  overflow-x: hidden;
}