@import url(ui-kit/variables.css);
@import url(ui-kit/typography.css);
@import url(ui-kit/buttons.css);
/* Reset */
html,
body,
body * {
box-sizing: border-box;
}
body {
margin: 0;
padding: 0;
overflow-x: hidden;
-webkit-text-size-adjust: 100%;
-webkit-font-smoothing: antialiased;
font-family: Poppins;
}
body * {
margin: 0;
padding: 0;
outline: 0;
background-repeat: no-repeat;
background-position: center;
font-weight: normal;
font-style: normal;
-webkit-overflow-scrolling: touch;
-webkit-tap-highlight-color: transparent;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
font-family: Poppins;
}
li {
list-style-type: none;
}
a {
text-decoration: none;
}
img {
border: none;
user-select: none;
-webkit-user-select: none;
-webkit-user-drag: none;
}
input,
textarea {
border-radius: 0;
}
input[type="number"] {
-moz-appearance: textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
input::-ms-reveal,
input::-ms-clear {
display: none;
}
textarea {
resize: none;
}
/* Scroll lock */
html.-scroll-lock,
html.-scroll-lock body {
height: calc(var(--window-inner-height) - 1px);
overflow: hidden;
}
html.-scroll-lock body {
position: relative;
overflow-y: scroll;
}
body.-scroll-lock {
/* padding-right: var(--scrollbar-width); */
}
/* Global (Global css and params) */
.--pc-display {
display: block;
}
.--tablet-display,
.--mobile-display {
display: none;
}
.container {
max-width: 1600px;
margin: 0 auto;
padding: 0 80px;
}
.container-large {
max-width: 1600px;
margin: 0 auto;
padding: 0 24px;
}
.container-small {
max-width: 990px;
margin: 0 auto;
}
/* scrollbar */
.os-scrollbar {
padding: 0 !important;
}
.os-scrollbar-vertical {
width: 2px !important;
}
.os-scrollbar-horizontal {
height: 2px !important;
}
.os-scrollbar-track {
background: var(--Grey, #DAE1E7) !important;
width: 2px !important;
border-radius: 0 !important;
bottom: 10px !important;
}
.os-scrollbar-handle {
background: var(--Black) !important;
width: 100%;
}
/* Texts */
/* Links */
/* Buttons */
@media screen and (max-width: 1400px) {
/* Global (Global css and params) */
.container-small {
max-width: 888px;
padding: 0;
}
/* Texts */
/* Links */
/* Buttons */
}
@media screen and (max-width: 1400px) {
/* Global (Global css and params) */
/* Texts */
/* Links */
/* Buttons */
}
@media screen and (max-width: 1320px) {
.container {
padding: 0 20px;
}
}
@media screen and (max-width: 1260px) {
/* Global (Global css and params) */
/* Texts */
/* Links */
/* Buttons */
}
@media screen and (max-width: 1024px) {
/* Global (Global css and params) */
.--pc-display {
display: none;
}
.container-large {
padding: 0;
}
.--tablet-display {
display: block !important;
}
.container {
padding: 0;
max-width: 740px;
margin: 0 auto;
}
.--header-container {
max-width: 1280px;
padding: 0 4px;
}
/* Texts */
/* Links */
/* Buttons */
}
@media screen and (max-width: 799px) {
.container {
padding: 0 20px;
}
.--header-container {
padding: 0 4px;
}
}
@media screen and (max-width: 759px) {
/* Global (Global css and params) */
.--tablet-display {
display: none !important;
}
.--mobile-display {
display: block !important;
}
/* .container { */
/* width: 89.744vw; */
/*350px*/
/* max-width: 1600px; */
/* } */
/* Texts */
/* Links */
/* Buttons */
}