body {
  margin: 0px;
  padding: 0px;
  font-family: "SOURCESANSPROREGULAR_0", "lato", sans-serif;
  background-position: top center;
  background-repeat: no-repeat;
  font-weight: normal;
  line-height: 1.55em;
  -webkit-text-size-adjust: none;
  color: #444;
  letter-spacing: 0.1px;
  overflow-x: hidden;
  font-size: 17px;
}

/* @media screen and (min-width: 1600px) {
  body {
    font-size: 18px;
  }
}
@media screen and (min-width: 1140px) and (max-width: 1600px) {
  body {
    font-size: 17px;
  }
} */
/* @media screen and (max-width: 1140px) {
  body {
    font-size: 15px;
  }
} */
@media screen and (max-width: 1080px) {
  body {
    padding: 10px;
  }
}
a:hover {
  text-decoration: none;
}

:root {
  --orange-color: rgba(237, 114, 42, 1);
  --Green-color: rgb(6, 123, 98);
  --blue-color: rgba(39, 88, 181, 1);
  --white-color: rgba(255, 255, 255, 1);
  --yellow-color: #ec9e40;
  --light-green-color: rgba(7, 171, 177, 1);
  --dark-blue--color: rgba(18, 57, 75, 1);
  --black-color: rgba(61, 61, 61, 1);
  --light-blackColor: #7d7f80;
  --red-color: rgb(230, 14, 53);
  --light-red-color: rgba(253, 239, 242);
  --darkBlack-color: rgba(21, 21, 21, 1);
  --purple-color: rgba(103, 84, 152, 1);
  --light-purple-color: rgba(148, 136, 180, 1);
  --main-color: #83ab29;
  --hover-main-color: #799e22;
  --opacite-main-color: rgba(131, 171, 41, 0.6);
  --main-dark-color: #3c6a36;
  --hover-main-dark-color: #2b5525;
  --light-blue-color: #40a695;
  --main-400-color: #d4eeb5;
  --main-800-color: #c0ca7a;
}

@font-face {
  font-family: "EUROSANSPROBOLD";
  src: url("fonts/EUROSANSPROBOLD.eot");
  /* IE9 Compat Modes */
  src: url("fonts/EUROSANSPROBOLD.eot?#iefix") format("Lato-Regular"), url("fonts/EUROSANSPROBOLD.woff") format("woff"),
    url("fonts/EUROSANSPROBOLD.ttf") format("truetype"), url("fonts/EUROSANSPROBOLD.svg#Lato-Regular") format("svg");
  font-display: swap;
  /* Legacy iOS */
}
@font-face {
  font-family: "SOURCESANSPROBOLD_0";
  src: url("fonts/SOURCESANSPROBOLD_0.eot");
  /* IE9 Compat Modes */
  src: url("fonts/SOURCESANSPROBOLD_0.eot?#iefix") format("Lato-Regular"), url("fonts/SOURCESANSPROBOLD_0.woff") format("woff"),
    url("fonts/SOURCESANSPROBOLD_0.ttf") format("truetype"), url("fonts/SOURCESANSPROBOLD_0.svg#Lato-Regular") format("svg");
  font-display: swap;
  /* Legacy iOS */
}
@font-face {
  font-family: "SOURCESANSPROREGULAR_0";
  src: url("fonts/SOURCESANSPROREGULAR_0.eot");
  /* IE9 Compat Modes */
  src: url("fonts/SOURCESANSPROREGULAR_0.eot?#iefix") format("Lato-Regular"), url("fonts/SOURCESANSPROREGULAR_0.woff") format("woff"),
    url("fonts/SOURCESANSPROREGULAR_0.ttf") format("truetype"), url("fonts/SOURCESANSPROREGULAR_0.svg#Lato-Regular") format("svg");
  font-display: swap;
  /* Legacy iOS */
}
ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

a:hover {
  color: var(--yellow-color);
  transition: color 0.3s;
}

a {
  color: var(--blue-color);
  text-decoration: none;
}

h1,
h2,
h3 {
  font-family: "EUROSANSPROBOLD";
  font-weight: bold;
  line-height: 1.4;
}

h3 {
  font-size: 1.4rem;
}

h4,
h5,
h6 {
  font-family: "EUROSANSPROBOLD";
  font-weight: bold;
}

p {
  margin: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}

@media screen and (max-width: 1080px) {
  p {
    line-height: 1.6em;
  }
}
img {
  max-width: 100%;
  height: auto;
}

sub,
sup {
  position: relative;
  font-size: 50%;
  line-height: 0;
}

.clear {
  clear: both;
}

p a[href],
li > a[href] {
  color: var(--blue-color);
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

p a[href]:hover,
li > a[href]:hover {
  color: var(--yellow-color);
}

.row-layout {
  display: flex;
}

@media screen and (max-width: 1080px) {
  .row-layout {
    flex-direction: column;
  }
}
@media screen and (min-width: 1081px) {
  .row-layout {
    flex-direction: row;
  }
}
.gotop {
  position: fixed;
  border: 1px solid white;
  background: none;
  height: 40px;
  width: 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  bottom: 40px;
  right: 10px;
  z-index: 100;
  box-shadow: 1px 0 20px rgba(126, 126, 126, 0.5);
  cursor: pointer;
  outline: none;
  display: none;
}

.gotop > span {
  font-size: 24px;
  color: #d4d0d0;
}
.header-shell {
  width: 100%;
  z-index: 100;
  background-color: var(--white-color);
}

@media screen and (min-width: 1081px) {
  .header-shell .naviBlock {
    position: relative;
  }
  .header-shell .naviBlock > .row-layout {
    justify-content: space-between;
    align-items: center;
  }
}
.bg-main {
  background: linear-gradient(to right, rgba(168, 183, 82, 1), rgba(130, 171, 40, 0.94));
}

.logo {
  position: relative;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

/**************************************************mobile-menu****************************************************/
@media screen and (max-width: 1080px) {
  .mobile-menu svg {
    height: 50px;
    position: absolute;
    width: 50px;
  }

  .mobile-menu {
    height: 50px;
    width: 50px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 200;
  }

  /*    .burger {
          filter: url(#gooeyness);
      }*/
  .mobile-menu .x {
    transform: scale(0);
    transition: transform 400ms;
  }

  .mobile-menu .line {
    fill: none;
    stroke: white;
    stroke-width: 6px;
    stroke-linecap: round;
    stroke-linejoin: round;
    transform-origin: 50%;
    transition: stroke-dasharray 500ms 200ms, stroke-dashoffset 500ms 200ms, transform 500ms 200ms;
  }

  .x .line {
    stroke-width: 5.5px;
  }

  .mobile-menu .line2 {
    stroke-dasharray: 40 200;
    stroke-dashoffset: 0px;
  }

  .mobile-menu .line3 {
    stroke-dasharray: 40 179;
    stroke-dashoffset: 0px;
  }

  .active .line {
    transition: stroke-dasharray 500ms, stroke-dashoffset 500ms, transform 500ms;
  }

  .active.mobile-menu .line1 {
    transform: scale(0, 1);
    transition: transform 500ms 100ms;
  }

  .active.mobile-menu .line2 {
    stroke-dasharray: 5px 200;
    stroke-dashoffset: -164px;
  }

  .active.mobile-menu .line3 {
    stroke-dasharray: 5px 179;
    stroke-dashoffset: -142px;
  }

  .active.mobile-menu .x {
    transform: scale(1);
    transition: transform 400ms 350ms;
  }
}
@media screen and (min-width: 1081px) {
  .mobile-menu {
    display: none;
  }
  .mobile-nav {
    width: 70%;
  }
}
/**************************************************mobile-menu****************************************************/
.navVideoContent {
  display: none;
}
@media screen and (min-width: 1081px) {
  .navigation_title {
    display: flex;
  }
  .navigation_title > li {
    padding: 21px 35px;
    --leng: 0;
  }
  .navigation_title > li > a {
    color: var(--white-color) !important;
    font-size: 1.08rem;
    font-weight: bold;
    position: relative;
  }
  .navigation_title > li > a::before {
    position: absolute;
    content: "";
    background: var(--white-color);
    height: 1px;
    bottom: -10px;
    left: 0;
    width: var(--leng);
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
  }
  .navigation_title > li .naviView {
    display: none;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    overflow-y: auto;
    max-height: 80vh;
    background: var(--white-color);
    padding: 30px;
  }

  .navigation_title > li > ul > li > a,
  .navigation_title > li .naviView > li > a {
    font-weight: bold;
    white-space: nowrap;
  }
  .navigation_title > li > ul li,
  .navigation_title > li .naviView li {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
  }
  .navigation_title > li > ul li a,
  .navigation_title > li .naviView li a {
    color: var(--black-color);
  }
  .navigation_title > li > ul li a:hover,
  .navigation_title > li .naviView li a:hover {
    color: var(--yellow-color);
  }
  .navigation_title > li > ul li span,
  .navigation_title > li .naviView li span {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 5px;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
    cursor: pointer;
  }
  .navigation_title > li > ul li ul,
  .navigation_title > li .naviView li ul {
    display: none;
  }
  .navigation_title > li > ul > li > ul,
  .navigation_title > li .naviView > li > ul {
    display: block;
    max-height: 220px;
    overflow-y: auto;
  }
  .navigation_title > li > ul > li > ul::-webkit-scrollbar {
    width: 6px;
    height: 1px;
  }

  .navigation_title > li > ul > li > ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 8px #ddd;
    background: #535353;
  }

  .navigation_title > li > ul > li > ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #ededed;
  }
  .navigation_title > li > ul > li > ul ul {
    margin-left: 5px;
  }
  .navigation_title > li > ul > li > span,
  .navigation_title > li .naviView > li > span {
    display: none;
  }
  .navigation_title > li:hover {
    --leng: 100%;
  }
  .navigation_title > li:hover .naviView {
    display: grid;
    box-shadow: 1px 0 20px rgba(21, 21, 21, 0.1);
    grid-template-columns: repeat(auto-fill, 31%);
    justify-content: space-between;
  }
  .navigation_title > li:hover .naviView::before {
    position: absolute;
    width: 100%;
    height: 100px;
    top: -20px;
    content: "";
    left: 0;
  }
  .navigation_title > li:hover > ul.block {
    display: block !important;
    width: max-content;
  }
  .navigation_title > li:hover > .navVideoContent {
    display: grid;
    grid-template-columns: 70% 28%;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    background: var(--white-color);
    padding: 30px;
  }
  .navigation_title > li:hover > .navVideoContent::before {
    position: absolute;
    width: 100%;
    height: 100px;
    top: -20px;
    content: "";
    left: 0;
  }
  .navigation_title > li:hover > .navVideoContent .naviView {
    position: relative;
    top: auto;
    left: auto;
    box-shadow: none;
    padding: 0;
    overflow-y: unset;
  }
  .navigation_title > li:hover > .navVideoContent .nav-video {
    border-left: 1px solid rgba(21, 21, 21, 0.1);
    padding-left: 1em;
    cursor: pointer;
    padding-top: 25px;
    position: relative;
  }
  .navigation_title > li:hover > .navVideoContent .nav-video .img {
    position: relative;
    --back-clolr: var(--white-color);
    --color: var(--black-color);
  }
  .navigation_title > li:hover > .navVideoContent .nav-video .img img {
    vertical-align: top;
    width: 100%;
  }
  .navigation_title > li:hover > .navVideoContent .nav-video .img::before {
    position: absolute;
    content: "\e923";
    font-family: "icomoon";
    top: 48%;
    left: 45%;
    z-index: 10;
    font-size: 1.6em;
    width: 1.5em;
    aspect-ratio: 1;
    border-radius: 50%;
    color: var(--color);
    background-color: var(--back-clolr);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all ease-in-out 0.4s;
  }
  .navigation_title > li:hover > .navVideoContent .nav-video .img:hover {
    --back-clolr: var(--orange-color);
    --color: var(--white-color);
  }
}

@media screen and (min-width: 1201px) and (max-width: 1320px) {
  .navigation_title > li {
    padding: 15px;
  }
}
@media screen and (min-width: 1081px) and (max-width: 1200px) {
  .navigation_title > li {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 1080px) {
  .navigation_title {
    display: none;
    margin-top: 60px;
    width: 100%;
  }
  .navigation_title li {
    position: relative;
  }
  .navigation_title > li {
    padding: 5px 0;
  }
  .navigation_title > li > a {
    font-weight: bold;
  }
  .navigation_title a {
    color: var(--white-color) !important;
  }
  .navigation_title ul {
    display: none;
    margin-left: 15px;
  }
  .navigation_title span {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 5px;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
    cursor: pointer;
    color: var(--white-color);
  }

  .mobile-nav {
    position: relative;
    background: var(--main-color);
    padding: 10px;
    min-height: 50px;
    max-height: 90vh;
    overflow-y: auto;
  }
  .mobile-nav::before {
    position: absolute;
    content: "Menu";
    left: 10px;
    top: 10px;
    color: var(--white-color);
    font-weight: bold;
    font-size: 1.2rem;
  }
}
.fixed_header-shell {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  /*  background: rgba(255,255,255,1);*/
  -webkit-animation: ease-in-out frombottom 0.5s;
  -o-animation: ease-in-out frombottom 0.5s;
  animation: ease-in-out frombottom 0.5s;
  height: max-content;
  box-shadow: 1px 2px 4px 1px rgba(12, 12, 12, 0.3);
  width: 100%;
  background: #444;
}
.fixed_header-shell .logo {
  width: 280px;
}

.rotate-angle {
  -webkit-transform: rotateZ(90deg);
  -moz-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  -o-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}

.header-search {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1080px) {
  .header-search {
    margin-top: 10px;
  }
}
.header-search > input {
  position: relative;
  padding: 10px 20px;
  /*    margin-right: 10px;*/
  outline: none;
  border: none;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.header-search > input::-webkit-input-placeholder {
  color: var(--light-green-color);
}

.header-search > input::-moz-placeholder {
  color: var(--light-green-color);
}

.header-search > input:-ms-input-placeholder {
  color: var(--light-green-color);
}

.header-search > span {
  position: relative;
  border: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  padding: 10px;
  font-size: 18px;
  color: var(--white-color);
  display: flex;
  width: 38px;
  height: 38px;
  justify-content: center;
  align-items: center;
  display: none;
}

.header-search > .search-close {
  display: none;
}

@media screen and (min-width: 1081px) {
  .header-search > input {
    width: 300px;
  }
}
.search-platform {
  position: relative;
  /*  background: var(--white-color);*/
  border-radius: 4px;
  /*  box-shadow: 1px 1px 4px 2px #b5b5b6;*/
  background: var(--white-color);
  /* top: 60px;*/
  border: 1px solid var(--main-color);
  width: 50%;
}

.search-platform > input {
  position: relative;
  padding: 14px 15px;
  border: none;
  outline: none;
  width: 100%;
  border-radius: 5px;
  font-size: 0.9em;
}

.search-platform > button {
  outline: none;
  background: none;
  border: none;
  color: var(--main-color);
  cursor: pointer;
  font-size: 1.15em;
}

@media screen and (max-width: 1080px) {
  .search-platform {
    position: relative;
    width: 100%;
    box-shadow: none;
    display: flex !important;
    top: 0;
  }
  .header-search > span {
    display: none;
  }
  .search-platform > input {
    width: 100%;
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.row {
  --per-gap: 0.5em;
  display: flex;
  flex-wrap: wrap;
  margin-top: 1em;
  margin-bottom: 1em;
  gap: calc(var(--per-gap) * 2);
}
@media (min-width: 576px) {
  .container-sm,
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1100px;
  }
}
@media (min-width: 1300px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1400px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1300px;
  }
}
@media (min-width: 1500px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1400px;
  }
}

/*.row:after{
  display: table;
  content: " ";
}
.row:after{
  clear: both;
}*/
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
}

/*.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}*/
.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  /* .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
     float: left;
   }*/
  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: calc(91.66666667% - var(--per-gap) * 2);
  }
  .col-md-10 {
    width: calc(83.33333333% - var(--per-gap) * 2);
  }
  .col-md-9 {
    width: calc(75% - var(--per-gap) * 2);
  }
  .col-md-8 {
    width: calc(66.66666667% - var(--per-gap) * 2);
  }
  .col-md-7 {
    width: calc(58.33333333% - var(--per-gap) * 2);
  }
  .col-md-6 {
    width: calc(50% - var(--per-gap) * 2);
  }
  .col-md-5 {
    width: calc(41.66666667% - var(--per-gap) * 2);
  }
  .col-md-4 {
    width: calc(33.33333333% - var(--per-gap) * 2);
  }
  .col-md-3 {
    width: calc(25% - var(--per-gap) * 2);
  }
  .col-md-2 {
    width: calc(16.66666667% - var(--per-gap) * 2);
  }
  .col-md-1 {
    width: calc(8.33333333% - var(--per-gap) * 2);
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  /*  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
      float: left;
    }*/
  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: calc(91.66666667% - var(--per-gap) * 2);
  }

  .col-lg-10 {
    width: calc(83.33333333% - var(--per-gap) * 2);
  }

  .col-lg-9 {
    width: calc(75% - var(--per-gap) * 2);
  }

  .col-lg-8 {
    width: calc(66.66666667% - var(--per-gap) * 2);
  }

  .col-lg-7 {
    width: calc(58.33333333% - var(--per-gap) * 2);
  }

  .col-lg-6 {
    width: calc(50% - var(--per-gap) * 2);
  }

  .col-lg-5 {
    width: calc(41.66666667% - var(--per-gap) * 2);
  }

  .col-lg-4 {
    width: calc(33.33333333% - var(--per-gap) * 2);
  }

  .col-lg-3 {
    width: calc(25% - var(--per-gap) * 2);
  }

  .col-lg-2 {
    width: calc(16.66666667% - var(--per-gap) * 2);
  }

  .col-lg-1 {
    width: calc(8.33333333% - var(--per-gap) * 2);
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }
}
@media screen and (min-width: 1081px) {
  .row-layout {
    display: flex;
  }

  .rowCenter {
    align-items: center;
  }
}

.pagination .page-first:before,
.pagination .page-last:before,
.pagination .page-prev:before,
.pagination .page-next:before {
  position: relative;
  font-family: FontAwesome;
}
.pagination .page-first:before {
  content: "\f049";
}
.pagination .page-last:before {
  content: "\f050";
}
.pagination .page-prev:before {
  content: "\f04a";
}
.pagination .page-next:before {
  content: "\f04e";
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 10px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
  margin-left: 0;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: var(--main-color);
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: var(--main-color);
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: var(--main-color);
  border-color: var(--main-color);
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

/**********************************************************************new-nuka-btn*********************************************************************************/
/* Nuka */
.new-nuka-btn {
  position: relative;
  max-width: 200px;
  width: 160px;
  height: 40px;
  color: var(--white-color);
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  text-transform: uppercase;
  border: 1px solid var(--main-color);
  background: var(--main-color);
  --bckgroundHeight: 0;
  z-index: 10;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}
.new-nuka-btn::before {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  height: var(--bckgroundHeight);
  background: var(--white-color);
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.2s;
  z-index: -1;
}
.new-nuka-btn:hover {
  --bckgroundHeight: 100%;
  color: var(--main-color);
}

/**********************************************************************new-nuka-btn*********************************************************************************/
/************************************btnWord****************************************/
.btnWord {
  border: none;
  outline: none;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  padding: 5px 30px;
  /*height: 40px;*/
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border: 2px solid var(--white-color);
}

.btnWord > span {
  color: white;
  display: block;
  position: relative;
}

.btnWord:hover > span:nth-child(odd) {
  -webkit-animation: word_to_up cubic-bezier(0.85, 0.2, 0.25, 1.2) 0.4s;
  -o-animation: word_to_up cubic-bezier(0.85, 0.2, 0.25, 1.2) 0.4s;
  animation: word_to_up cubic-bezier(0.85, 0.2, 0.25, 1.2) 0.4s;
}

.btnWord:hover > span:nth-child(even) {
  -webkit-animation: wordtodown cubic-bezier(0.85, 0.2, 0.25, 1.2) 0.4s;
  -o-animation: wordtodown cubic-bezier(0.85, 0.2, 0.25, 1.2) 0.4s;
  animation: wordtodown cubic-bezier(0.85, 0.2, 0.25, 1.2) 0.4s;
}

@-webkit-keyframes word_to_up {
  0% {
    -webkit-transform: translate3d(0, -100px, 0);
    -moz-transform: translate3d(0, -100px, 0);
    -ms-transform: translate3d(0, -100px, 0);
    -o-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes word_to_up {
  0% {
    -webkit-transform: translate3d(0, -100px, 0);
    -moz-transform: translate3d(0, -100px, 0);
    -ms-transform: translate3d(0, -100px, 0);
    -o-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes wordtodown {
  0% {
    -webkit-transform: translate3d(0, 100px, 0);
    -moz-transform: translate3d(0, 100px, 0);
    -ms-transform: translate3d(0, 100px, 0);
    -o-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wordtodown {
  0% {
    -webkit-transform: translate3d(0, 100px, 0);
    -moz-transform: translate3d(0, 100px, 0);
    -ms-transform: translate3d(0, 100px, 0);
    -o-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.btnWord:hover > span:nth-child(2) {
  animation-delay: 0.01s;
}

.btnWord:hover > span:nth-child(3) {
  animation-delay: 0.1s;
}

.btnWord:hover > span:nth-child(4) {
  animation-delay: 0.15s;
}

.btnWord:hover > span:nth-child(5) {
  animation-delay: 0.2s;
}

.btnWord:hover > span:nth-child(6) {
  animation-delay: 0.25s;
}

.btnWord:hover > span:nth-child(7) {
  animation-delay: 0.3s;
}

.btnWord:hover > span:nth-child(8) {
  animation-delay: 0.35s;
}

.btnWord:hover > span:nth-child(9) {
  animation-delay: 0.4s;
}

.btnWord:hover > span:nth-child(10) {
  animation-delay: 0.45s;
}

.btnWord:hover > span:nth-child(11) {
  animation-delay: 0.5s;
}

.btnWord:hover > span:nth-child(12) {
  animation-delay: 0.55s;
}

.btnWord:hover > span:nth-child(13) {
  animation-delay: 0.6s;
}

.btnWord:hover > span:nth-child(14) {
  animation-delay: 0.65s;
}

.btnWord:hover > span:nth-child(15) {
  animation-delay: 0.7s;
}

.btnWord:hover > span:nth-child(16) {
  animation-delay: 0.75s;
}

.btnWord:hover > span:nth-child(17) {
  animation-delay: 0.8s;
}

.btnWord:hover > span:nth-child(18) {
  animation-delay: 0.85s;
}

.btnWord:hover > span:nth-child(19) {
  animation-delay: 0.9s;
}

/************************************btnWord****************************************/
/************************************footer****************************************/
.footerLayout {
  position: relative;
  width: 100%;
  background: rgba(34, 42, 53, 1);
  color: var(--white-color);
}

.bottom_message {
  position: relative;
  display: grid;
  padding: 10px;
  margin: auto;
  grid-gap: 20px;
  color: var(--white-color);
}
.bottom_message .header-contact {
  width: max-content;
  margin: 20px 0;
}

.bottom_message a:hover {
  color: var(--main-color);
}

@media screen and (min-width: 1081px) {
  .bottom_message {
    padding: 50px 0;
    grid-template-columns: 30% 30% 32%;
    justify-content: space-between;
  }
}
.contact-data {
  position: relative;
}

.contact-data > li {
  position: relative;
  padding-left: 35px;
  margin: 10px 0 10px 0;
  color: var(--white-color);
}
.contact-data > li a {
  color: var(--white-color);
}
.contact-data > li a:hover {
  color: var(--orange-color);
}

@media screen and (min-width: 1081px) {
  .header-contact {
    justify-content: space-between;
  }
}
.header-contact {
  position: relative;
  display: flex;
}

.header-contact > li {
  margin-right: 10px;
}

.header-contact > li > a {
  color: var(--white-color) !important;
  -webkit-transition: all ease 0.6s;
  -moz-transition: all ease 0.6s;
  -ms-transition: all ease 0.6s;
  -o-transition: all ease 0.6s;
  transition: all ease 0.6s;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  /*  background:var(--main-color);*/
}

.header-contact > li > a:hover {
  background: none;
  color: var(--yellow-color) !important;
}

.bottom_median {
  position: relative;
  text-align: center;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 0;
  font-size: 0.9em;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(34, 42, 53, 1);
}

.footer-link {
  position: relative;
}

.footer-link a {
  color: var(--white-color) !important;
  display: block;
}
.footerLayout a {
  color: var(--white-color) !important;
}
.footerLayout li {
  margin-bottom: 10px;
}
.footer-link a:hover {
  color: var(--yellow-color) !important;
}

.cap-title {
  position: relative;
  width: 100%;
  font-weight: bold;
  font-size: 1.4em;
  padding-bottom: 15px;
}

.cap-title > a {
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  color: var(--white-color);
}

.cap-title > a:hover {
  color: var(--main-color);
}

.cap-title::after {
  position: absolute;
  width: 100%;
  height: 1px;
  content: "";
  /*    background: rgba(255,255,255,1);*/
  left: 0;
  bottom: 0;
}

/************************************footer****************************************/
.center-layout {
  position: relative;
  display: flex;

  justify-content: center;
}
@media screen and (max-width: 1080px) {
  .tableLayout {
    width: 100%;
    overflow-x: auto;
  }
}
#inquiryBtn {
  text-decoration: none;
}
@media screen and (min-width: 1081px) {
  #inquiryBtn {
    position: absolute;
    right: 0px;
  }
}
@media screen and (min-width: 1081px) {
  .moreContentLayout .naviView {
    display: none;
    width: 100%;
    grid-template-columns: repeat(auto-fill, 22%);
    grid-template-rows: none;
    grid-auto-flow: unset;
    height: max-content;
    grid-gap: 20px;
  }
  /*  .moreContentLayout .naviView > ul {
    max-height: unset;
    overflow-y: unset;
    overflow-x: unset; }*/
  .moreContentLayout:hover .naviView {
    display: block !important;
  }
  .moreContentLayout:hover .naviView > li > a {
    display: block;
    border-bottom: 1px solid rgba(21, 21, 21, 0.1);
    margin-bottom: 3px;
  }

  .moreContentLayout .naviView > li > ul {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, 31%);
    justify-content: space-between;
    max-height: unset !important;
    overflow: unset !important;
  }
  .moreContentLayout .naviView > li > ul > li {
    margin: 5px 0;
  }
  .moreContentLayout .naviView > li > ul > li > ul {
    position: absolute;
    display: none;
    background-color: var(--white-color);
    width: 100%;
    padding: 10px;
    box-shadow: 1px 0 20px rgba(21, 21, 21, 0.1);
  }
  .moreContentLayout .naviView > li > ul > li > span {
    display: block;
  }
  .moreContentLayout .naviView > li > ul > li:hover {
    z-index: 10;
  }
  .moreContentLayout .naviView > li > ul > li:hover > ul {
    display: block;
  }
  .moreContentLayout .naviView {
    overflow: unset;
    width: 100%;
  }
  .moreContentLayout .naviView .navigation_content {
    width: 100%;
    max-width: unset;
  }
}

.arrowSTitle {
  padding-left: 20px;
}
.arrowSTitle::before {
  position: absolute;
  content: "\e9b1";
  font-family: "icomoon";
  left: 0;
  color: var(--main-color);
}

.video-platform {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  background-color: rgba(21, 21, 21, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-platform > div {
  position: relative;
  max-width: 90%;
  aspect-ratio: 16/9;
}
.video-platform > div .close {
  position: absolute;
  right: 10px;
  top: 10px;
  color: var(--white-color);
  cursor: pointer;
  transition: all ease-in-out 0.4s;
  z-index: 10;
}
.video-platform > div .close:hover {
  color: var(--orange-color);
}
.video-platform > div video {
  width: 100%;
}

@media screen and (min-width: 1081px) {
  .video-platform > div {
    width: 50em;
  }
}

.text-main {
  color: var(--main-color);
}
.\!text-main {
  color: var(--main-color) !important;
}
.mr-1 {
  margin-right: 1em;
}

.btn-quote {
  position: relative;
  color: var(--white-color);
  background-color: var(--yellow-color);
  border: none;
  transition: all ease-in-out 0.3s;
  display: flex;
  align-items: center;
  padding: 0 15px;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .btn-quote::after {
    position: absolute;
    content: "";
    background-color: var(--yellow-color);
    -webkit-clip-path: polygon(-0.5% 0, -0.5% 100%, 80% 0);
    clip-path: polygon(-0.5% 0, -0.5% 100%, 80% 0);
    height: 100%;
    aspect-ratio: 1;
    display: block;
    left: 100%;
    top: 0;
    transition: all ease-in-out 0.3s;
  }
}
.btn-quote:hover {
  color: var(--yellow-color);
  background-color: var(--white-color);
}
.btn-quote:hover:after {
  background-color: var(--white-color);
}
.grid {
  --rate: 70% 25%;
}

@media screen and (min-width: 768px) {
  .grid {
    display: grid;
    grid-template-columns: var(--rate);
    justify-content: space-between;
  }
}
.grid-item {
  --width-child: 32%;
  row-gap: 1em;
  display: grid;
}
.flex-item {
  --width-child: 32%;
  --min-width-child: 32%;
  display: flex;
  flex-wrap: wrap;
}
.new-grid {
  --width-child: 0.32;
  gap: 1em;
  display: grid;
}
@media screen and (min-width: 768px) {
  .grid-item {
    grid-template-columns: repeat(auto-fit, var(--width-child));
    justify-content: space-between;
  }
  .flex-item > * {
    width: var(--width-child);
    min-width: var(--min-width-child);
  }
  .new-grid {
    grid-template-columns: repeat(auto-fit, minmax(calc(var(--width-child) * 1400px), 1fr));
    justify-content: space-between;
  }
}
.mt-1 {
  margin-top: 1em;
}
.mt-3 {
  margin-top: 3em;
}
.text-white {
  color: var(--white-color) !important;
}
a.text-white {
  color: var(--white-color) !important;
}
a.text-white:hover {
  color: var(--orange-color) !important;
}

@media screen and (min-width: 1081px) {
  .w-6\/12 {
    width: 50% !important;
  }
}

.text-blue {
  color: var(--blue-color) !important;
}

.text-shadow {
  text-shadow: 0 0 5px rgb(0, 0, 0);
}
.py-1\/4 {
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}
.py-1\/2 {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.py-1 {
  padding-top: 1em;
  padding-bottom: 1em;
}
.realtive {
  position: relative !important;
}
.top-0 {
  top: 0 !important;
}
.top-\[-0\.5em\] {
  top: -0.5em;
}
.sticky {
  position: sticky !important;
}
.mt-3 {
  margin-top: 1.5em;
}

.rounded-xl {
  border-radius: 1.5em;
}
.bg-gradient {
  background: linear-gradient(to right, var(--main-color), var(--main-800-color));
}
.bg-gradient1 {
  background: linear-gradient(to right, #a9d18e, #9ccbe0);
}

.px-1 {
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.px-2 {
  padding-left: 1em;
  padding-right: 1em;
}

.px-4 {
  padding-left: 2em;
  padding-right: 2em;
}
.px-8 {
  padding-left: 4em;
  padding-right: 4em;
}
.py-1 {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.py-2 {
  padding-top: 1em;
  padding-bottom: 1em;
}

.px-3 {
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.py-3 {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.px-5 {
  padding-left: 2.5em;
  padding-right: 2.5em;
}

.py-5 {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}

.pb-6 {
  padding-bottom: 3em;
}

.pb-8 {
  padding-bottom: 4em;
}

.my-2 {
  margin-top: 1em;
  margin-bottom: 1em;
}

.disc-title {
  position: relative;
  padding-left: 1em;
}
.disc-title::before {
  position: absolute;
  content: "•";
  left: 0;
  font-size: 1.6em;
}

.bg-light-blue {
  background-color: var(--light-blue-color);
}

.block {
  display: block;
}

.bg-gray {
  background-color: #f5f5f5;
}

.text-orange {
  color: var(--orange-color);
}

.btn-style1 {
  position: relative;
  border-radius: 1em;
  padding: 0.5em 1.5em;
  background-color: var(--yellow-color);
  color: var(--white-color) !important;
  transition: all ease-in-out 0.3s;
  text-align: center;
}
.btn-style1:hover {
  background-color: var(--main-color);
}

.flex {
  display: flex;
}

.justify-center {
  justify-content: center;
}

.items-center {
  align-items: center;
}
.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.pb-6 {
  padding-bottom: 3em;
}

.pb-3 {
  padding-bottom: 1.5em;
}

.py-6 {
  padding-top: 3em;
  padding-bottom: 3em;
}

.bg-gradient2 {
  background: linear-gradient(to right, #e1fefe, #ebf9ee);
}

.mt-6 {
  margin-top: 3em;
}

.mt-12 {
  margin-top: 6em;
}
.bg-light-main {
  background-color: #e9efdb;
}
.pt-3 {
  padding-top: 3em !important;
}

.bg-img-lrftBottom {
  background-repeat: no-repeat;
  background-position: left bottom;
}
.btn-style2 {
  --color: var(--main-dark-color);
  font-family: inherit;
  display: block;
  padding: 0.5em 2em;
  line-height: 2.5em;
  position: relative;
  overflow: hidden;
  transition: color 0.5s;
  z-index: 1;
  border-radius: 3em;
  font-weight: 500;
  color: var(--white-color);
  background-color: var(--main-color);
}
.btn-style2::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: var(--color);
  height: calc(100% + 4em);
  width: calc(100% + 4em);
  border-radius: 50%;
  top: 100%;
  left: 100%;
  transition: all 0.7s;
}
.btn-style2:hover {
  color: #fff;
}
.btn-style2:hover::before {
  top: -30px;
  left: -30px;
}

.text-center {
  text-align: center;
}

.carousel {
  position: relative;
}
.carousel .operate {
  position: absolute;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2em;
  aspect-ratio: 1;
  cursor: pointer;
  background-color: rgba(131, 171, 41, 0.5);
  color: var(--white-color);
  border-radius: 5em;
  transition: all ease-in-out 0.2s;
  top: 38%;
}
.carousel .operate:hover {
  background-color: rgba(201, 188, 18, 0.8);
}
.carousel .operate.left {
  left: 0;
}
.carousel .operate.right {
  right: 0;
}
.carousel .scrolling-oprate {
  position: absolute;
  bottom: 0;
  left: 48%;
  z-index: 10;
}
.carousel .scrolling-oprate > li {
  display: inline-flex;
  border-radius: 100px;
  width: 0.6em;
  height: 0.6em;
  border: 1px solid rgba(21, 21, 21, 0.5);
  margin: 0.6em;
  transition: all ease-in-out 0.6s;
  cursor: pointer;
  justify-content: center;
  align-items: center;
}
.carousel .scrolling-oprate > li::before {
  position: absolute;
  content: "";
  width: 1.2em;
  aspect-ratio: 1;
}
.carousel .scrolling-oprate > li:hover {
  border: 1px solid var(--main-color);
  background-color: var(--main-color);
}
.carousel .scrolling-oprate > li.active {
  border: 1px solid var(--main-color);
  background-color: var(--main-color);
  width: 1.6em;
}
.carousel .scrolling-content {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel .scrolling-content .scrolling-view {
  position: relative;
  display: flex;
  width: 100%;
}
.carousel .scrolling-content .scrolling-view > * {
  min-width: 100%;
}
@media screen and (max-width: 768px) {
  .header-event {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .carousel[model-3d] {
    padding: 1em 0;
  }
  .carousel[model-3d] .scrolling-content {
    perspective: 200px;
  }
  .carousel[model-3d] .scrolling-content .scrolling-view {
    transform-style: preserve-3d;
    display: flex;
    width: 100%;
  }
  .carousel[model-3d] .item {
    transition: all ease-in-out 0.2s;
    flex-shrink: initial;
    min-width: auto;
    /* transform: translateZ(-100em); */
  }
  .carousel[model-3d] .item.active {
    transform: translateZ(0);
  }
  .carousel[model-3d] .item:has(+ *.active) {
    transform: translate3d(50%, 0, -1em);
  }
  .carousel[model-3d] .item:has(+ * + *.active) {
    transform: translate3d(100%, 0, -2em);
  }
  .carousel[model-3d] .item:has(+ * + * + *.active) {
    transform: translate3d(50%, 0, -4em);
    opacity: 0;
  }
  .carousel[model-3d] .item.active + * {
    transform: translate3d(-50%, 0, -1em);
  }
  .carousel[model-3d] .item.active + * + * {
    transform: translate3d(-100%, 0, -2em);
  }
  .carousel[model-3d] .item.active + * + * + * {
    transform: translate3d(-80%, 0, -4em);
    opacity: 0;
  }
  .carousel[model-3d] .scrolling-oprate {
    position: relative;
    left: auto;
    width: -moz-max-content;
    width: max-content;
    margin: 1em auto;
  }
}
.header-event {
  position: relative;
  background: linear-gradient(to right, #f1f1f1, rgba(229, 246, 228, 0.7));
  transition: all ease 0.4s;
  font-size: 0.9em;
  transition: all ease 0.4s;

  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 0.2em 1em;
}
.header-event:hover {
  background: rgba(122, 122, 122, 0.1);
}
.header-event .container {
  position: relative;
  display: flex;
  justify-content: center;
}
.header-event .container .close {
  position: absolute;
  right: -1em;
  top: 1em;
  cursor: pointer;
  color: #444;
}
.header-event .container .close:hover {
  color: #b01f24;
}
.header-event .container .content {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 4px 8px;
}
.header-event .container .content img {
  position: relative;
  -o-object-fit: contain;
  object-fit: contain;
}
.header-event .container .content .title {
  position: relative;
  color: #444;
  display: inline-block;

  border-radius: 4px;
  padding: 0.3em 1em;
  margin: 0 1em;
  display: flex;
  align-items: center;
}
.header-event .container .content .title span {
  font-weight: bold;
  color: #fff;
  background-color: #b01f24;
  padding: 0.2em 1em;
  border-radius: 4px;
  width: -moz-max-content;
  width: max-content;
  display: inline-block;
  margin-bottom: 0.5em;
}
.\!px-2 {
  padding-left: 1em !important;
  padding-right: 1em !important;
}
.\!py-\[2px\] {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}
.\!leading-5 {
  line-height: 1.25rem !important;
}
.\!leading-7 {
  line-height: 1.75rem !important;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.max-w-none {
  max-width: none;
}
.right-0 {
  right: 0;
}
.hidden {
  display: none;
}

@media screen and (min-width: 640px) {
  .md\:block {
    display: block;
  }
}
.gap-2 {
  gap: 0.5rem;
}
.gap-4 {
  gap: 1rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.aspect-2 {
  aspect-ratio: 2 / 1;
}
@media screen and (min-width: 769px) {
  .md\:px-8 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .md\:bg-spe {
    background: none;
    background-image: url(/upload/image/lipid-bg-1.png);
    color: var(--white-color);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 2em;
  }
  .md\:pl-\[20\%\] {
    padding-left: 20%;
  }
  .md\:float-r {
    float: right;
  }
  .md\:mt-0 {
    margin-top: 0;
  }
  .md\:flex {
    display: flex;
  }
  .md\:text-center {
    text-align: center;
  }
  .md\:absolute {
    position: absolute;
  }
  .md\:\!absolute {
    position: absolute !important;
  }
}
.p-2 {
  padding: 0.5rem;
}
.text-white {
  color: var(--white-color);
}
@media screen and (max-width: 768px) {
  .sm\:p-2 {
    padding: 1rem;
  }
}
.inline-block {
  display: inline-block;
}
.\!inline-block {
  display: inline-block !important;
}
.\!flex {
  display: flex !important;
}
.max-w-max {
  max-width: max-content;
}
.justify-between {
  justify-content: space-between;
}
.ml-auto {
  margin-left: auto;
}
.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}
/************************************************ Carousel ************************************************/
.Carousel {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.Carousel .operate {
  border-radius: 10em;
  width: 3rem;
  aspect-ratio: 1;
  font-size: 2em;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all ease-in-out 0.3s;
  border: 1px solid var(--opacite-main-color);
  background-color: var(--opacite-main-color);
}
.Carousel .operate:hover {
  background-color: rgba(221, 221, 221, 0.2);
}
.Carousel .scrollOperate {
  position: absolute;
  bottom: 1em;
}
.Carousel .scrollOperate > li {
  position: relative;
  display: inline-block;
  border-radius: 1em;
  height: 0.9em;
  width: 0.9em;
  border-color: var(--main-color);
  background-color: var(--main-color);
  margin: 1em;
  cursor: pointer;
  transition: all ease-in-out 0.4s;
}
.Carousel .scrollOperate > li:hover {
  border-color: #fff;
}
.Carousel .scrollOperate > li.active {
  width: 2em;
}
@media screen and (max-width: 768px) {
  .Carousel .operate {
    display: none !important;
  }
}
.new-banner {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.new-banner > ul {
  display: flex;
}
.new-banner > ul > li {
  position: relative;
  min-width: 100%;
}
@keyframes simpleAn {
  0% {
    -webkit-transform: translateX(calc(50% * var(--y)));
    -moz-transform: translateX(calc(50% * var(--y)));
    -ms-transform: translateX(calc(50% * var(--y)));
    -o-transform: translateX(calc(50% * var(--y)));
    transform: translateX(calc(50% * var(--y)));
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.new-banner > ul > li .move {
  --y: -1;
  -webkit-animation: simplyAn 0.6s ease forwards;
  -o-animation: simplyAn 0.6s ease forwards;
  animation: simplyAn 0.6s ease forwards;
  /* position: relative;*/
}

.h-screen {
  height: 100vh;
}
.top-\[49\%\] {
  top: 49%;
}
.z-0 {
  z-index: 0;
}

.z-10 {
  z-index: 10;
}
.right-\[5\%\] {
  right: 5%;
}
.left-\[5\%\] {
  left: 5%;
}
.h-full {
  height: 100%;
}
.h-\[80vh\] {
  height: 80vh;
}
.h-\[90vh\] {
  height: 90vh;
}
.w-5 {
  width: 1.25rem;
}
.w-11 {
  width: 2.75rem;
}
.w-72 {
  width: 18rem;
}
.w-12 {
  width: 3rem;
}
.w-96 {
  width: 24rem;
}
.w-full {
  width: 100%;
}
.h-max {
  height: max-content;
}
.flex-col {
  flex-direction: column;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-opacite-main {
  color: var(--opacite-main-color);
}
.bg-opacite-white {
  background-color: rgba(255, 255, 255, 0.6);
}
.backdrop-opacity-10 {
  backdrop-filter: opacity(0.1);
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-main-dark {
  color: var(--main-dark-color);
}
.\!text-main-dark {
  color: var(--main-dark-color) !important;
}
.min-w-max {
  min-width: max-content;
}
.font-title {
  font-family: "EUROSANSPROBOLD";
  font-weight: bold;
}
.bg-main-1 {
  background: linear-gradient(to right, rgba(229, 246, 228, 0.7), rgba(24, 247, 253, 0.15));
  text-align: center;
}
.rounded-md {
  border-radius: 0.5em;
}
.leading-10 {
  line-height: 2.5rem;
}
.leading-8 {
  line-height: 2rem; /* 32px */
}
.ml-auto {
  margin-left: auto;
}
.max-w-max {
  max-width: max-content;
}
.text-blue {
  color: var(--blue-color);
}
.underline {
  text-decoration: underline;
}
.transition-all {
  transition: all 0.3s ease-in-out;
}
.hover\:translate-y-3:hover {
  transform: translateY(-3px);
}
.text-yellow {
  color: var(--yellow-color);
}
.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.w-max {
  width: max-content;
  max-width: 100%;
}
.\!w-max {
  width: max-content !important;
}
@media screen and (max-width: 767px) {
  .sm\:text-sm {
    font-size: 0.8rem;
  }
  .sm\:hidden-text {
    width: 0;
  }
  .sm\:fixed {
    position: fixed;
  }
  .sm\:hidden {
    display: none;
  }
  .sm\:text-3xl {
    font-size: 1.875rem;
  }
  .sm\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .sm\:w-full {
    width: 100%;
  }
  .sm\:bottom-\[60\%\] {
    bottom: 60%;
  }
  .sm\:bottom-\[66\%\] {
    bottom: 66%;
  }
}
@media screen and (min-width: 768px) {
  .md\:text-sm {
    font-size: 0.875rem;
  }
  .md\:hidden {
    display: none;
  }
  .md\:bottom-2\/3 {
    bottom: 66.666667%;
  }
  .md\:top-0 {
    top: 0;
  }
  .md\:right-0 {
    right: 0;
  }
}
.text-xs {
  font-size: 0.75rem;
}
.text-sm {
  font-size: 0.875rem;
}
.\!text-sm {
  font-size: 0.875rem !important;
}
.btn-icon {
  position: relative;
  --icon: "";
  font-size: 1rem;
  line-height: 1.2 !important;
}
.btn-icon::before {
  position: relative;
  content: var(--icon);
  width: 2rem;
  font-family: "icomoon";
  margin-right: 0.5em;
}
.btn-onlyicon {
  position: relative;
  --icon: "";
  font-size: 1rem;
  line-height: 1.2 !important;
}
.btn-onlyicon::before {
  position: relative;
  content: var(--icon);
  width: 2rem;
  font-family: "icomoon";
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5em;
  height: 2rem;
  margin-right: 0;
}
.fixed {
  position: fixed;
}
.top-2\/5 {
  top: 40%;
}
.aspect-square {
  padding-top: 100%;
}
@supports (aspect-ratio: 1/1) {
  .aspect-square {
    aspect-ratio: 1 / 1;
    padding-top: unset;
  }
}
.before-mr-0::before {
  margin-right: 0;
}
.\!p-1 {
  padding: 0.5em !important;
}
.break-words {
  overflow-wrap: break-word;
}
.pointer-events-none {
  pointer-events: none;
}
.cursor-pointer {
  cursor: pointer;
}
.bg-gradient1 {
  background: linear-gradient(35deg, rgba(70, 69, 69, 0.85) 0%, rgba(90, 90, 89, 0.85) 50%, rgba(123, 126, 123, 0.85) 100%);
  backdrop-filter: blur(3px);
}
.hover\:bg-gradient:hover {
  background: linear-gradient(to right, #7890bb, #a1b2cf);
}
.rounded-2xl {
  border-radius: 1rem;
}
.gap-x-2 {
  column-gap: 0.5rem;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.text-2xl {
  font-size: 1.5rem;
}
#cart-list {
  max-height: 40vh;
  overflow-y: auto;
}
.bg-orange {
  background-color: var(--orange-color);
}
.group:hover .group-hover\:block {
  display: block;
}
.hover\:bg-dark-orange:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(204 107 30 / var(--tw-bg-opacity));
}
.bg-main-dark {
  background-color: var(--main-dark-color);
}
.hover\:bg-main-dark:hover {
  background-color: var(--hover-main-dark-color);
}
.bg-main-2 {
  background-color: var(--main-color);
}
.hover\:bg-main-2:hover {
  background-color: var(--hover-main-color);
}
.text-red {
  color: var(--red-color);
}
.bg-red {
  background-color: var(--red-color);
}
.rounded-full {
  border-radius: 9999px;
}
.leading-4 {
  line-height: 1;
}
.z-100 {
  z-index: 100;
}
.z-200 {
  z-index: 200;
}
.border-none {
  border: none;
}
.\!text-white {
  color: #fff !important;
}
.\!px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.\!px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.\!py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.text-base {
  font-size: 1rem;
}
.border {
  border: 1px solid var(--main-color);
}
.border-light-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgb(128 130 135 / var(--tw-border-opacity));
}
.\!border-light-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgb(128 130 135 / var(--tw-border-opacity)) !important;
}

.text-md {
  font-size: 1.0625rem;
  line-height: 1.5rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media screen and (min-width: 768px) {
  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }
  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }
}
@media screen and (min-width: 1024px) {
  .lg\:flex {
    display: flex;
  }
  .lg\:flex-col {
    flex-direction: column;
  }
  .md\:flex-col {
    flex-direction: column;
  }
}
@media screen and (min-width: 1280px) {
  .xl\:flex {
    display: flex;
  }
  .xl\:flex-col {
    flex-direction: column;
  }
}
.\!pt-1 {
  padding-top: 0.25rem;
}
.\!pt-2 {
  padding-top: 0.5rem;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.\!mb-1 {
  margin-bottom: 0.25rem !important;
}
.uppercase {
  text-transform: uppercase;
}
.flex-wrap {
  flex-wrap: wrap;
}
.\!relative {
  position: relative !important;
}
.self-end {
  align-self: flex-end;
}
.\!mt-3 {
  margin-top: 1.5rem !important;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.gap-x-2 {
  column-gap: 0.5rem;
}
.gap-x-6 {
  column-gap: 1.5rem;
}
.\!my-3 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.hiddden {
  display: none;
}
.pl-0 {
  padding-left: 0;
}
.\!pl-0 {
  padding-left: 0 !important;
}
.max-w-fit {
  max-width: fit-content;
}
.justify-end {
  justify-content: flex-end;
}
.gap-2 {
  gap: 0.5rem;
}
.right-10 {
  right: 10px;
}
.hot {
  position: relative;
}
.hot::after {
  position: relative;
  content: "";
  background-image: url(../images/hot-icon.gif);
  width: 1.5em;
  height: 1em;
  display: inline-block;
  margin-left: 0.2em;
  background-repeat: no-repeat;
}
.bottom-0 {
  bottom: 0;
}
.rounded-base {
  border-radius: 0.5rem;
}
.shadow-sm {
  box-shadow: 1px 0 20px rgb(0 0 0 / 0.2);
}
.\!px-8 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.\!py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.\!gap-4 {
  gap: 1rem !important;
}
.right-2 {
  right: 0.5rem;
}
.\!top-2 {
  top: 0.5rem !important;
}
.hover\:text-red:hover {
  color: red;
}
.bg-black {
  background-color: #111;
}
.\!py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.loading-ball,
.loading-ball > div {
  position: relative;
  box-sizing: border-box;
}

.loading-ball {
  display: flex;
  color: var(--main-color);
  align-items: center;
}

.loading-ball.la-dark {
  color: #333;
}

.loading-ball > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}

.loading-ball > div {
  width: 10px;
  height: 10px;
  margin: 4px;
  border-radius: 100%;
  animation: ball-beat 0.7s -0.15s infinite linear;
}

.loading-ball > div:nth-child(2n-1) {
  animation-delay: -0.5s;
}
@keyframes ball-beat {
  50% {
    opacity: 0.2;
    transform: scale(0.75);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.z-9999 {
  z-index: 9999;
}
.w-3 {
  width: 0.75rem;
}
.w-6 {
  width: 1.5rem;
}
.w-10 {
  width: 2.5rem;
}
.h-6 {
  height: 1.5rem;
}
.border-red {
  border-color: var(--red-color);
}
.bg-light-red {
  background-color: var(--light-red-color);
}
.gap-1 {
  gap: 0.25rem;
}
.top-2 {
  top: 1rem;
}
.w-80 {
  width: 20rem;
}
.top-0 {
  top: 0;
}
.\!absolute {
  position: absolute !important;
}
.\!realtive {
  position: relative !important;
}
