/*Primary Colors*/
/*Secondary Colors*/
/*Form Colors*/
/*Gradients*/
/*Transitions*/
/*Font Size*/
/*Radius*/
/*Spacing*/
/*Container*/
* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  position: relative;
  outline-style: none;
  line-height: 1.1;
  cursor: context-menu;
}
*:before {
  font-family: inherit;
}
*::after {
  font-family: inherit;
}

html {
  width: 100vw;
  max-width: 100%;
  display: block;
  scroll-behavior: smooth;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html {
  font-size: 16px;
}
@media screen and (min-width: 300px) {
  html {
    font-size: calc(0.0425531915vw + 15.8723404255px);
  }
}
@media screen and (min-width: 5000px) {
  html {
    font-size: 18px;
  }
}

.bodyIntro {
  height: 100vh !important;
  overflow: hidden !important;
}

body {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  padding: 0;
  margin: 0;
  overflow-y: auto;
  font-family: "Figtree", sans-serif;
  line-height: 1;
  color: #0b0b0b;
  background-color: #ffffff;
  text-rendering: optimizeSpeed;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
  overscroll-behavior-y: none;
}

#mainContainer {
  min-height: 100vh;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.section {
  height: auto;
  width: 100%;
  clear: both;
}

.overflowHide {
  overflow: hidden !important;
}

.mobHide {
  display: none !important;
}
@media (min-width: 1024px) {
  .mobHide {
    display: inline-block !important;
  }
}

.pcHide {
  display: inline-block !important;
}
@media (min-width: 1024px) {
  .pcHide {
    display: none !important;
  }
}

.pcOnly {
  display: none !important;
}
@media (min-width: 1024px) {
  .pcOnly {
    display: block !important;
  }
}

@media (min-width: 1024px) {
  .mobOnly {
    display: none !important;
  }
}

.m0 {
  margin: 0 !important;
}

.p0 {
  padding: 0 !important;
}

img {
  width: 100%;
  display: block;
  height: intrinsic;
  image-rendering: -webkit-optimize-contrast;
}

.bgCoverTop {
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}

.bgCover {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.bText {
  font-weight: 800;
}

.nText {
  font-weight: 400;
}

.lText {
  font-weight: 300;
}

a {
  text-decoration: none;
  font-family: inherit;
  color: inherit;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

button,
[role=button] {
  cursor: pointer;
  background-color: transparent;
  -webkit-tap-highlight-color: transparent;
}
button:focus,
[role=button]:focus {
  outline: 0;
}

li {
  list-style-type: none;
  line-height: 1.5;
}

p {
  font-size: 1rem;
  font-weight: 300;
  margin-top: 1rem;
  line-height: 1.3;
}

h1,
h2,
h3,
h4,
h5,
p {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
}

h1 {
  font-size: 1.602rem;
  font-weight: 700;
  font-size: 1.602rem;
}
@media (min-width: 568px) {
  h1 {
    font-size: 1.802rem;
    font-size: 1.802rem;
  }
}
@media (min-width: 768px) {
  h1 {
    font-size: 2.027rem;
    margin-top: 2.027rem;
  }
}
@media (min-width: 1024px) {
  h1 {
    font-size: 2.281rem;
    margin-top: 2.281rem;
  }
}
@media (min-width: 1280px) {
  h1 {
    font-size: 2.566rem;
    margin-top: 2.281rem;
  }
}

h2 {
  font-size: 1.424rem;
  font-weight: 700;
  margin-top: 1.424rem;
}
@media (min-width: 768px) {
  h2 {
    font-size: 1.602rem;
    margin-top: 1.602rem;
  }
}
@media (min-width: 1024px) {
  h2 {
    font-size: 1.802rem;
    margin-top: 1.802rem;
  }
}
@media (min-width: 1280px) {
  h2 {
    font-size: 2.027rem;
    margin-top: 2.027rem;
  }
}

h3 {
  font-size: 1.266rem;
  font-weight: 500;
  margin-top: 1.266rem;
}

h4 {
  font-size: 1.125rem;
  font-weight: 500;
  margin-top: 1.125rem;
}

h5 {
  font-size: 1rem;
  font-weight: 500;
  margin-top: 1rem;
}

table {
  display: table;
  border-spacing: 0;
  border-collapse: collapse;
}
table tr {
  display: table-row;
}
table td {
  text-align: left;
  font-weight: 300;
}

::-webkit-scrollbar {
  width: 10px;
  height: 1px;
}

::-webkit-scrollbar-track {
  background-color: #ffffff;
}

::-webkit-scrollbar-thumb {
  background: #0b0b0b;
}

::-webkit-scrollbar-thumb:window-inactive {
  background: linear-gradient(to left bottom, #fffcf6, #fffcf5, #fffbf3, #fffbf2, #fffaf0, #fff9ee, #fff8eb, #fff7e9, #fff6e5, #fff5e1, #fff4de, #fff3da);
}