@font-face {
  font-family: "HelveticaNeue";
  src: url("fonts/HelveticaNeue.woff2") format("woff2"), url("fonts/HelveticaNeue.woff") format("woff"),
    url("fonts/HelveticaNeue.eot") format("embedded-opentype"), url("fonts/HelveticaNeue.ttf") format("truetype"),
    url("fonts/HelveticaNeue.svg#HelveticaNeue") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SourceSansProBold";
  src: url("fonts/SourceSansProBold.woff2") format("woff2"), url("fonts/SourceSansProBold.woff") format("woff"),
    url("fonts/SourceSansProBold.eot") format("embedded-opentype"), url("fonts/SourceSansProBold.ttf") format("truetype"),
    url("fonts/SourceSansProBold.svg#SourceSansProBold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  margin: 0px;
  padding: 0px;
  font-family: "HelveticaNeue", "lato", sans-serif;
  background-position: top center;
  background-repeat: no-repeat;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  -webkit-text-size-adjust: none;
  color: #444;
  letter-spacing: 0.1px;
  overflow-x: hidden;
}

@media screen and (max-width: 1080px) {
  body {
    padding: 10px;
  }
}
a:hover {
  text-decoration: none;
}

:root {
  --orange-color: #eda407;
  --Green-color: #3c6a36;
  --white-color: rgba(255, 255, 255, 1);
  --yellow-color: rgba(245, 166, 1, 1);
  --light-green-color: rgba(7, 171, 177, 1);
  --dark-blue--color: #08294d;
  --black-color: rgba(61, 61, 61, 1);
  --light-blackColor: #7d7f80;
  --red-color: rgba(228, 60, 92, 1);
  --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: #83ac2a;
  --main2-color: #70a008;
  --light-main-color: #e2f0d9;
  --main-500-color: #a0c257;
  --main-color-opacity: #83ac2a1e;
  --light-yellow: #f3c38a;
  --main-dark-color: #3c6a36;
  --main-400-color: #d4eeb5;
  --hover-main-color: #799e22;
  --hover-orange-color: #da980a;
  --gray-color: rgb(100, 100, 100);
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

a:hover {
  color: var(--orange-color);
  transition: color 0.3s;
}

a {
  color: var(--main-color);
  text-decoration: none;
}

h1,
h2,
h3 {
  font-family: "SourceSansProBold";
}

h1 {
  font-size: 2rem;
  line-height: 1.6em;
}

@media screen and (min-width: 1081px) {
  h1 {
    font-size: 3rem;
  }
}
h3 {
  font-size: 1.4rem;
}

h4,
h5,
h6 {
  font-family: "HelveticaNeue";
  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: 70%;
  line-height: 0;
}

.clear {
  clear: both;
}

p a[href],
li > a[href] {
  color: var(--main-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: 100px;
  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;
}
.headLayout {
  position: sticky;
  top: 0;
  z-index: 1000;
}
@media screen and (min-width: 1081px) {
  .header-shell {
    position: relative;
    width: 100%;
    z-index: 100;
    background-color: var(--white-color);
    border-bottom: 1px solid #ddd;
  }
  .header-shell .naviBlock {
    position: relative;
    padding: 5px 0;
  }
  .header-shell .naviBlock > .row-layout {
    justify-content: space-between;
    align-items: center;
  }
  .oth-head .header-shell {
    position: relative;
  }
}
@media screen and (max-width: 1080px) {
  .header-shell {
    background: #f2f2f2;
    margin: -10px -10px 10px -10px;
  }
  .oth-head .header-shell {
    background-color: var(--white-color);
  }
  .fixed_header-shell {
    padding: 10px;
  }
  .mainLogo {
    padding: 10px;
  }
  .fixed_header-shell .mainLogo {
    padding: 0;
  }
  .logo {
    display: none;
  }
}
.logo {
  position: relative;
  display: flex;
  width: 240px;
  -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;
}

.otherLogo {
  display: none;
}

.oth-head .mainLogo {
  display: none;
}
.oth-head .otherLogo {
  display: block;
}

/**************************************************mobile-menu****************************************************/
@media screen and (max-width: 1080px) {
  .mobile-menu svg {
    height: 100%;
    position: absolute;
    width: 100%;
  }

  .mobile-menu {
    height: 50px;
    width: 50px;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 200;
    transform: translateY(-60px);
    background-color: var(--main-color);
    border-radius: 4px;
  }

  /*    .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-menu****************************************************/
@media screen and (min-width: 1081px) {
  .oth-head .navigation_title a {
    color: var(--black-color) !important;
  }

  .navigation_title {
    display: flex;
  }
  .navigation_title > li {
    padding: 25px;
    --leng: 0;
  }
  .navigation_title > li > a {
    color: var(--black-color) !important;
    font-size: 1.05rem;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
  }
  .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 > ul {
    display: none;
    position: absolute;
    width: 100%;
    top: 85%;
    left: 0;
    background: var(--white-color);
    padding: 15px;
    min-width: 240px;
  }
  .navigation_title > li > ul > li > a {
    display: block;
    white-space: nowrap;
    font-weight: bold;
    font-size: 1.08em;
    padding: 5px 0;
  }
  .navigation_title > li > ul li {
    position: relative;
    width: 100%;
  }
  .navigation_title > li > ul li a {
    color: var(--black-color);
  }
  .navigation_title > li > ul 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 {
    display: none;
  }
  .navigation_title > li > ul > li > ul {
    max-height: 260px;
    overflow-y: auto;
    display: block;
    margin-bottom: 5px;
  }
  .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 {
    display: none;
  }
  .navigation_title > li:hover {
    --leng: 100%;
  }
  .navigation_title > li:hover > a {
    color: var(--main-color) !important;
  }
  .navigation_title > li:hover > ul {
    max-height: 80vh;
    overflow-y: auto;
    display: flex;
    flex-wrap: wrap;
    box-shadow: 1px 0 20px rgba(21, 21, 21, 0.1);
    justify-content: space-between;
  }
  .navigation_title > li:hover > ul > li {
    width: 32%;
  }
  .navigation_title > li:nth-child(2) > ul,
  .navigation_title > li:nth-child(3) > ul,
  .navigation_title > li:nth-child(4) > ul {
    padding: 30px;
  }
  .navigation_title > li:nth-child(2):hover > ul,
  .navigation_title > li:nth-child(3):hover > ul,
  .navigation_title > li:nth-child(4):hover > ul {
    column-count: 3;
    -webkit-column-count: 3;
    -moz-column-count: 3;
  }

  .navigation_title > li:nth-child(2):hover > ul > li,
  .navigation_title > li:nth-child(3):hover > ul > li,
  .navigation_title > li:nth-child(4):hover > ul > li {
    display: inline-block;
    page-break-inside: avoid;
    break-inside: avoid;
  }
  .navigation_title > li:hover > ul.block {
    display: block !important;
  }
}

@media screen and (min-width: 1081px) and (max-width: 1440px) {
  .navigation_title > li {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 1080px) {
  .navigation_title {
    display: none;
    margin: 0.5em;
    max-height: 50vh;
    overflow-y: auto;
  }
  .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: linear-gradient(to right, #aac078, #bfcc6e);
  }
}
.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;
}

.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;
}

.oth-head .header-search > span {
  color: var(--main-color);
}

.header-search > .search-close {
  display: none;
}

@media screen and (min-width: 1081px) {
  .header-search > input {
    width: 300px;
  }
}
.search-platform {
  position: relative;
  padding: 6px 15px;
  border-radius: 4px;
  display: flex;
  z-index: 10;
  right: 0;
}

.search-platform > input {
  position: relative;
  padding: 10px 15px;
  border: 1px solid var(--main-color);
  outline: none;
  height: 44px;
}

.search-platform > button {
  position: relative;
  margin-left: 10px;
  outline: none;
  border-radius: 4px;
  background: var(--main-color);
  border: 1px solid var(--main-color);
  color: var(--white-color);
  cursor: pointer;
  padding: 5px 12px;
}
@media (max-width: 1080px) {
  .search-platform {
    padding: 6px 10px;
  }
  .search-platform > input {
    width: 75%;
  }
  .search-platform > button {
    width: 25%;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.container,
.h-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm,
  .container,
  .h-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container,
  .h-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container,
  .h-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container,
  .h-container {
    max-width: 1140px;
  }
}
@media (min-width: 1300px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container,
  .h-container {
    max-width: 1280px;
  }
}
@media (min-width: 1560px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1440px;
  }

  .h-container {
    max-width: 1440px;
  }
}
@media (min-width: 1820px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1520px;
  }

  .h-container {
    max-width: 1520px;
  }
}
.row {
  margin-left: -30px;
  margin-right: -30px;
}

/*.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;
  padding-right: 30px;
  padding-left: 30px;
}

/*.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-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
      float: left;
    }*/
  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .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: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .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;
  }

  .row {
    display: flex;
    flex-flow: wrap;
  }

  .rowCenter {
    align-items: center;
  }
}
/**********************************************************************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;
  --bordercolor: var(--yellow-color);
  border: 1px solid var(--bordercolor);
  background: none;
  --bckgroundHeight: 100%;
  z-index: 10;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  overflow: hidden;
}
.new-nuka-btn::before {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  height: var(--bckgroundHeight);
  background: var(--yellow-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: 0;
  --bordercolor: var(--white-color);
  color: var(--white-color);
}

/**********************************************************************new-nuka-btn*********************************************************************************/
/************************************btnWord****************************************/
.btnWord {
  border: none;
  outline: none;
  border-radius: 10px;
  padding: 0.6em 1.2em 0.7em 1.2em;
  /*height: 40px;*/
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background-color: var(--main-color);
  width: -moz-max-content;
  width: max-content;
}
.btnWord.bg-white {
  background-color: var(--main-color);
  border-color: var(--main-color);
  transition: all ease-in-out 0.3s;
}
.btnWord.bg-white > * {
  color: var(--white-color);
  font-weight: bold;
}
.btnWord.bg-white:hover {
  background-color: var(--main-color);
  border-color: var(--main-color);
}
.btnWord.bg-white:hover > * {
  color: var(--white-color);
}

.btnWord > span {
  color: var(--white-color);
  display: block;
  position: relative;
  font-size: 1.2rem;
  font-family: "SourceSansProBold";
}

.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;
}
.btnWord-blue {
  background-color: var(--main-color) !important;
}
.btnWord-blue > span {
  background-color: var(--white-color) !important;
}
@-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%;
  color: var(--white-color);
  background: #3f3f3f;
}

.bottom_message {
  position: relative;
  display: grid;
  padding: 10px;
  margin: auto;
  grid-gap: 20px;
}
.bottom_message .header-contact {
  width: max-content;
  margin: 20px 0;
  max-width: 100%;
}
.bottom_message .footer-contact a {
  color: var(--white-color) !important;
}
.bottom_message .footer-contact a:hover {
  color: var(--yellow-color) !important;
}

.bottom_message a:hover {
  color: var(--main-color);
}

@media screen and (min-width: 1081px) {
  .bottom_message {
    padding: 50px 0 20px 0;
    grid-template-columns: 22% 30% 42%;
    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: 0 10px;
}
.header-contact > li:first-child {
  margin-left: 0;
}

.header-contact > li > a {
  transition: all ease 0.6s;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--main-color);
  color: var(--main-color);
  width: 40px;
  height: 40px;
  border-radius: 3em;
  padding: 10px;
}

.header-contact > li > a:hover {
  background: var(--main-color);
  color: #fff;
}

.bottom_median {
  position: relative;
  text-align: center;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 0;
  margin-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--white-color);
}

.footer-link {
  position: relative;
}
.footer-link li {
  position: relative;
}

.footer-link a {
  color: var(--white-color) !important;
  margin: 5px 0;
  display: block;
}

.footer-link a:hover {
  color: var(--yellow-color) !important;
}

.cap-title {
  position: relative;
  width: 100%;
  font-family: "SourceSansProBold";
  font-size: 1.4em;
  padding-bottom: 10px;
  font-weight: bold;
}

.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;
}

.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);
}

.contact-data a:hover {
  color: var(--orange-color);
}

.contact-address::before,
.contact-email::before,
.contact-call::before,
.contact-fax::before {
  position: absolute;
  content: "";
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-family: "icomoon";
  width: 30px;
  height: 30px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  font-size: 1.2rem;
  /*background:var(--red-color);*/
  color: #296055;
}

.contact-address::before {
  content: "\e904";
}

.contact-email::before {
  content: "\e931";
}

.contact-call::before {
  content: "\e97b";
}

.contact-fax::before {
  content: "\e942";
}

/************************************footer****************************************/
.center-layout {
  position: relative;
  display: flex;
  justify-content: center;
}

.jumpT {
  overflow: hidden;
}
.jumpT > span {
  -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;
}
.jumpT > span:nth-child(1) {
  animation-delay: 0.1s;
}
.jumpT > span:nth-child(2) {
  animation-delay: 0.2s;
}

@-webkit-keyframes wordtodown {
  0% {
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    -o-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 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, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -o-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 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);
  }
}
.activeBtn {
  position: relative;
  color: var(--white-color);
  padding: 8px 20px 8px 2px;
  overflow: hidden;
  display: block;
  width: max-content;
  font-size: 1.4rem;
  max-width: 100%;
}
.activeBtn::before {
  position: absolute;
  content: "\e910";
  font-family: "icomoon";
  right: 0;
}
.activeBtn::after {
  position: absolute;
  content: "";
  bottom: 0;
  width: 300%;
  height: 1px;
  background: var(--yellow-color);
  left: 0;
  transform: translateX(-66.6%);
  background: linear-gradient(to left, #f5a94f 33.3%, transparent 33.3%, transparent 66.6%, #f5a94f 66.6%);
  transition: transform 0.7s ease-in-out 0s;
}
.activeBtn:hover::after {
  transform: translateX(0);
}

.tar-con a {
  display: block;
}

.w-full {
  width: 100% !important;
}

.grid {
  --rate: 70% 25%;
  display: grid;
  row-gap: 1rem;
}

@media screen and (min-width: 768px) {
  .grid {
    grid-template-columns: var(--rate);
    justify-content: space-between;
  }
}
.img-cover,
.img-contain {
  position: relative;
  overflow: hidden;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.img-cover img,
.img-contain img {
  position: absolute;
  vertical-align: top;
  width: 100%;
  height: 100%;
}

.img-cover img {
  -o-object-fit: cover;
  object-fit: cover;
}

.img-contain img {
  -o-object-fit: contain;
  object-fit: contain;
}

.my-2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-3 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-4 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.py-3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.p-2 {
  padding: 2em;
}
.border-main {
  border: 1px solid var(--main-color);
}

.px-2 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.mt-0 {
  margin-top: 0 !important;
}

.text-main {
  color: var(--main-color);
}

.text-main.btnWord span {
  color: var(--main-color) !important;
}

.newBtn {
  position: relative;
  padding: 0.5em 1.5em;
  color: var(--white-color);
  background-color: var(--main-color);
  width: -moz-max-content;
  width: max-content;
  border-radius: 4px;
  display: inline-block;
  max-width: 100%;
}
.newBtn:hover {
  color: #b45908;
}

.mr-1 {
  margin-right: 1rem;
}

.center {
  display: grid;
  place-items: center;
}

@media screen and (min-width: 769px) {
  .w-3\/5 {
    width: 60% !important;
  }
}
.mt-2 {
  margin-top: 2em;
}
.mb-1 {
  margin-bottom: 1em;
}
.mb-2 {
  margin-bottom: 2em;
}
.mb-3 {
  margin-bottom: 3em;
}

.text-center {
  text-align: center;
}

.bg-main {
  background-color: var(--main-color);
}
.bg-main-1 {
  background: linear-gradient(to right, rgba(229, 246, 228, 0.7), rgba(24, 247, 253, 0.15));
  text-align: center;
}
.bg-main-1 .text-xl {
  font-family: "SourceSansProBold";
  line-height: 1.4em;
  color: #3c6a36;
  font-weight: bold;
  font-size: 1.6rem;
}
.half-border p {
  line-height: 1.55em;
}
.bg-orange {
  background-color: var(--orange-color);
}

.bg-img-one {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4%;
  position: absolute;
  text-align: center;
  bottom: 0;
  top: 40%;
  left: 5%;
  right: 5%;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(4px);
  border-radius: 10px 10px 0 0;
}
.py-2 {
  padding-top: 2em;
  padding-bottom: 2em;
}

.text-xl {
  font-size: 1.25rem;
}

.text-white {
  color: var(--white-color);
}

.relative {
  position: relative;
}

.arrow-styl1 {
  position: relative;
  padding-right: 3em;
  width: -moz-max-content;
  width: max-content;
  --color: var(--main-color);
  color: var(--color);
  max-width: 100%;
}
.arrow-styl1::before {
  position: absolute;
  content: "";
  right: 0.5em;
  width: 2em;
  height: 1px;
  background-color: var(--color);
  top: 53%;
}
.arrow-styl1::after {
  position: absolute;
  content: "";
  right: 0;
  width: 0.5em;
  height: 0.5em;
  background-color: var(--color);
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  top: calc(53% - 0.25em);
}

.list-style {
  position: relative;
}
.list-style > li {
  position: relative;
  padding-left: 1em;
  margin: 0.5em 0;
  font-size: 1.1rem;
}
.list-style > li::before {
  position: absolute;
  content: "★";
  color: var(--orange-color);
  left: 0;
}

.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;
  --max-width: 1300px;
  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) * var(--max-width)), 1fr));
    justify-content: space-between;
  }
  .bg-gray {
    padding: 0.8em 1.5em;
  }
}
.h-full {
  height: 100% !important;
}
.bg-gray {
  background-color: rgba(181, 181, 181, 0.1);
}

.text-green {
  color: var(--Green-color);
}

.bg-main {
  background-color: var(--main-color);
}

.bg-orange {
  background-color: var(--orange-color);
}
.\!bg-orange {
  background-color: var(--orange-color) !important;
}
.text-white {
  color: var(--white-color);
}

.btnWord.text-white > span {
  color: var(--white-color);
}

.mt-2 {
  margin-top: 2em;
}
.mt-3 {
  margin-top: 3em !important;
}
.text-lg {
  font-size: 1.1rem;
  line-height: 1.55em;
}

.vertical-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.py-2 {
  padding-top: 2em;
  padding-bottom: 2em;
}

.bg-light-green {
  background-color: #e2f0d9;
}

.pt-1 {
  padding-top: 1em;
}

.pb-2 {
  padding-bottom: 2em;
}

.mt-1 {
  margin-top: 1em;
}

.new-style7 {
  position: relative;
}
.new-style7 dt {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.new-style7 dt p {
  font-size: 1.2rem;
  font-weight: bold;
}
.new-style7 dt p a {
  color: #3c6a36;
}
.index-field-two .new-style7 dt p {
  font-size: 1rem;
  line-height: 1.45em;
  margin-top: 10px;
}
.index-field-three .new-style11 p {
  font-size: 1.1rem;
  color: #3c6a36;
  margin-top: 10px;
}
.index-field-three .new-style11 p:hover {
  color: var(--yellow-color);
}
.index-field-two .new-style7 dt img {
  height: 90px;
  width: auto !important;
}
.new-style7 dt p > img {
  max-height: 140px;
  width: auto !important;
}
.rounded-xl {
  border-radius: 3em;
}

.rounded-lg {
  border-radius: 2em;
}

.bg-opacity-50 {
  background-color: rgba(255, 255, 255, 0.5);
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.cap-mess-address {
  position: relative;
  padding-left: 1.5em;
}
.cap-mess-address::before {
  position: absolute;
  content: "\e904";
  font-family: "icomoon";
  left: 0;
}

.cap-mess-email {
  position: relative;
  padding-left: 1.5em;
}
.cap-mess-email::before {
  position: absolute;
  content: "\e931";
  font-family: "icomoon";
  left: 0;
}

.cap-mess-tel {
  position: relative;
  padding-left: 1.5em;
}
.cap-mess-tel::before {
  position: absolute;
  content: "\e97b";
  font-family: "icomoon";
  left: 0;
}

.cap-mess-fax {
  position: relative;
  padding-left: 1.5em;
}
.cap-mess-fax::before {
  position: absolute;
  content: "\e942";
  font-family: "icomoon";
  left: 0;
}

.pr-2 {
  padding-right: 2em;
}

.new-title3 {
  position: relative;
  padding-bottom: 0.6rem;
  font-family: "SourceSansProBold";
}
.new-title3::before {
  position: absolute;
  content: "";
  width: 5em;
  height: 4px;
  background-color: var(--main-color);
  left: 0;
  bottom: 0;
}

.rounded-full {
  border-radius: 50%;
}
.bg-bottom {
  padding-bottom: 30px;
  background: linear-gradient(#ffffff 0, rgba(229, 246, 228, 0.7) 100%);
}
.bg-bottom .new-title3 {
  margin-top: 10px;
}
.my-6 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.mt-6 {
  margin-top: 6rem;
}

h2 {
  font-size: 2rem;
  line-height: 1.6em;
  margin-block-start: 1em;
  margin-block-end: 1em;
}

.my-1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
  .max-w-screen-xl {
    max-width: 100% !important;
  }
}
.flex {
  display: flex;
  flex-wrap: wrap;
}

.flex-end {
  justify-content: flex-end;
}

.flex-col {
  flex-direction: column;
}

.space-between {
  justify-content: space-between;
}

.aspect-square {
  aspect-ratio: 1;
}

.bg-main-opacity {
  background: linear-gradient(to right, rgba(229, 246, 228, 0.7), rgba(24, 247, 253, 0.15));
}

.w-auto {
  width: auto !important;
}

.flex-item {
  --width-child: 48%;
}

@media screen and (min-width: 1081px) {
  .flex-item {
    display: flex !important;
    gap: 1em;
  }
  .flex-item > * {
    width: var(--width-child);
  }
  .w-max-content {
    max-width: max-content;
    max-width: 100%;
  }
  .w-max {
    width: -moz-max-content;
    width: max-content;
    max-width: 100% !important;
  }
  .max-w-screen-xl {
    max-width: 1280px;
  }
}
.ml-auto {
  margin-left: auto;
}

*[animate-type] {
  opacity: 0;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.animate-fadeInUp {
  animation: fadeInUp 0.8s ease-in-out forwards;
}

.absolute {
  position: absolute;
}

.block {
  display: block;
}

.justify-center {
  justify-content: center;
}

.text-main2 {
  color: #3c6a36;
}

.align-center {
  align-items: center;
}

.new-img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.new-img img {
  position: absolute;
  max-width: unset;
}

.backdrop-filter-8 {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.bg-fixed {
  position: relative;
  background-attachment: fixed !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.bg-main {
  background-color: var(--main-color);
}
.bg-main-500 {
  background-color: var(--main-500-color);
}
dd {
  margin: 0 !important;
}

.bg-img {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.bg-gradient {
  background: linear-gradient(to right, #f6f9f2, #eef6f6);
}

.pr-6 {
  padding-right: 6em;
}
.Placeholder-hidden {
  display: inline-block;
  opacity: 0;
  width: 0;
}
.text-main-dark {
  color: var(--main-dark-color);
}
.mt-12 {
  margin-top: 3rem;
}
.\!mt-12 {
  margin-top: 3rem !important;
}
.\!mt-4 {
  margin-top: 1rem !important;
}
.max-w-max {
  max-width: max-content;
}
.block {
  display: block;
}

.bg-gray {
  background-color: rgba(233, 233, 233, 0.5);
}
.text-gray {
  color: var(--gray-color);
}
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.bg-white {
  background-color: var(--white-color);
}

.border-none {
  border: none;
}

.text-green {
  color: var(--Green-color);
}

.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.3rem;
}

.text-left {
  text-align: left;
}
.font-title {
  font-family: "SourceSansProBold";
  font-weight: 700;
}
.text-md {
  font-size: 1.2rem;
}
.text-3xl {
  font-size: 1.8rem;
}
.border {
  border: 1px solid #444;
}
.block {
  display: block;
}
.border-gray {
  border-color: rgba(21, 21, 21, 0.1);
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.\!py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.\!py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.\!py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.\!p-2 {
  padding: 0.5rem !important;
}

.overflow-hidden {
  overflow: hidden;
}
.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}
.object-contain {
  -o-object-fit: contain;
  object-fit: contain;
}
.text-black {
  color: rgba(11, 11, 11, 1);
}
img {
  vertical-align: top;
  transform: scale3d(var(--tw-scale-x), var(--tw-scale-y), 1);
}
.group:hover .group-hover\:scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
}
.transition-all {
  transition: all 0.3s ease-in-out;
}
.aspect-2 {
  aspect-ratio: 2;
}
.aspect-5\/3 {
  aspect-ratio: 5/3;
}
.aspect-5\/2 {
  aspect-ratio: 5/2;
}
.aspect-video {
  aspect-ratio: 16/9;
}
.bg-gradient2 {
  background: linear-gradient(to right, transparent, #f2f0ed, transparent);
}
.\!p-2 {
  padding: 0.5rem !important;
}
.\!px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.\!py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.\!px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.\!p-4 {
  padding: 1rem !important;
}
.\!p-6 {
  padding: 1.5rem !important;
}
.items-center {
  align-items: center;
}
.items-strat {
  align-items: start;
}
.gap-4 {
  gap: 1rem;
}
.text-sm {
  font-size: 0.875rem;
}
.\!m-0 {
  margin: 0 !important;
}
.\!mb-0 {
  margin-bottom: 0 !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;
}
.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) !important;
}
.hover\:\!bg-orange:hover {
  background-color: var(--hover-orange-color) !important;
}
.border-none {
  border: none;
}
.\!text-white {
  color: #fff !important;
}
.transition-all {
  transition: all 0.3s ease-in-out;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-full {
  border-radius: 9999px;
}
.\!rounded-full {
  border-radius: 9999px !important;
}
.text-2xl {
  font-size: 1.5rem;
}
.text-3xl {
  font-size: 1.8rem;
}
.text-5xl {
  font-size: 2.25rem;
}
.text-orange {
  color: var(--orange-color);
}
.\!my-6 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.\!my-12 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.bg-image {
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 1081px) {
  .md\:pl-1\/6 {
    padding-left: 16.6667%;
  }
  .md\:pl-1\/3 {
    padding-left: 33.3333%;
  }
  .md\:text-6xl {
    font-size: 3rem;
  }
  .md\:text-xl {
    font-size: 1.25rem;
  }
  .md\:pr-\[160px\] {
    padding-right: 160px;
  }
}
.border-light-gray {
  border-color: rgba(21, 21, 21, 0.1);
}
@media screen and (max-width: 1080px) {
  .sm\:hidden {
    display: none;
  }
  .sm\:bg-color {
    position: relative;
  }
  .sm\:bg-color * {
    position: relative;
    z-index: 2;
  }
  .sm\:bg-color::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(252, 252, 252, 0.6);
    z-index: 1;
    backdrop-filter: blur(5px);
  }
  .sm\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .sm\:text-3xl {
    font-size: 1.8rem;
  }
  .sm\:text-4xl {
    font-size: 2.25rem;
  }
  .sm\:flex {
    display: flex;
  }
  .sm\:\!flex {
    display: flex !important;
  }
  .sm\:\!flex-row {
    flex-direction: row !important;
  }
}

/*   - ---------------------- carousel-item ------------------------- -   */
.carousel-plate,
.carousel-new {
  position: relative;
  --count: 3;
}
.carousel-plate .operate,
.carousel-new .operate {
  position: absolute;
  width: 2em;
  aspect-ratio: 1;
  border: 1px solid var(--main-color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white-color);
  background-color: rgba(60, 106, 54, 1);
  transition: all ease-in-out 0.3s;
  cursor: pointer;
  z-index: 5;
}
.carousel-plate .operate > *,
.carousel-new .operate > * {
  pointer-events: none;
}
.carousel-plate .operate:hover,
.carousel-new .operate:hover {
  background-color: rgba(60, 106, 54, 1);
}

.carousel-plate .scroll,
.carousel-new .scroll {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 1em;
}
.carousel-plate .scroll > *,
.carousel-new .scroll > * {
  position: relative;
  aspect-ratio: 1;
  border: 1px solid rgba(21, 21, 21, 0.1);
  overflow: hidden;
  height: 2.6rem;
  width: 2.6rem;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.carousel-plate .scroll > *.current,
.carousel-new .scroll > *.current {
  border-color: var(--orange-color);
}
.carousel-plate .scroll > *:hover,
.carousel-new .scroll > *:hover {
  border-color: var(--orange-color);
}
.carousel-plate .scroll > * > *,
.carousel-new .scroll > * > * {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  pointer-events: none;
}
.carousel-plate .view,
.carousel-new .view {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-plate .view .content,
.carousel-new .view .content {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.carousel-plate .view .content > *,
.carousel-new .view .content > * {
  position: relative;
  min-width: calc(100% / var(--count));
  padding: 5px 0.5em;
}
@media screen and (min-width: 769px) {
  .carousel-plate .operate,
  .carousel-new .operate {
    top: 48%;
  }
  .carousel-plate .operate.left,
  .carousel-new .operate.left {
    left: -1.5em;
  }
  .carousel-plate .operate.right,
  .carousel-new .operate.right {
    right: -1.5em;
  }
}
@media screen and (max-width: 768px) {
  .carousel-plate .operate,
  .carousel-new .operate {
    top: -2em;
  }
  .carousel-plate .operate.left,
  .carousel-new .operate.left {
    right: 2.5em;
  }
  .carousel-plate .operate.right,
  .carousel-new .operate.right {
    right: 0;
  }
}
.tag-quote {
  position: relative;
}
.tag-quote::before {
  position: absolute;
  content: "";
  background-image: url(../images/quote.svg);
  width: 1em;
  aspect-ratio: 1;
  top: 10px;
  left: 10px;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.bg-gray1 {
  background-color: rgba(212, 212, 212, 0.23);
}
.bg-opacity-white {
  --opacity: 0.9;
  background-color: rgba(255, 255, 255, var(--opacity));
}
.\!pt-6 {
  padding-top: 1.5rem !important;
}
.\!pt-12 {
  padding-top: 3rem !important;
}
.\!pt-16 {
  padding-top: 4rem !important;
}
.\!pt-20 {
  padding-top: 5rem !important;
}
.\!pt-24 {
  padding-top: 6rem !important;
}
.\!px-12 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}
.\!py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.translate-y-5 {
  transform: translateY(5px);
}
.\!my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.ullist {
  padding: 0px 0px 0 19px;
  margin: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.ollist {
  padding: 0px 0px 10px 19px;
  margin: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.ullist > li {
  list-style: disc !important;
}

.ullist > .ullist {
  padding-left: 0;
}

.ullist > .ullist > li {
  list-style: none !important;
  padding-left: 16px;
  position: relative;
}

.ullist > .ullist > li::before {
  position: absolute;
  content: "○";
  font-size: 0.1em;
  left: 0;
}
.ullist > li > .ullist {
  padding-left: 0;
}
.ullist > li > .ullist > li {
  list-style: none !important;
  padding-left: 16px;
  position: relative;
}
.ullist > li > .ullist > li::before {
  position: absolute;
  content: "○";
  font-size: 0.54em;
  left: 0;
}
.ollist > li {
  list-style: decimal !important;
}

.ollist > li,
.ullist > li {
  /*	line-height: 28px;*/
  text-align: left;
}
.max-w-full {
  max-width: 100%;
}
.max-h-full {
  max-height: 100%;
}
.bg-gradient3 {
  background: linear-gradient(to right, #f1f1f1, rgba(229, 246, 228, 0.7));
}
@media screen and (min-width: 1024px) {
  .lg\:flex {
    display: flex;
  }
}
.row-gap-2 {
  row-gap: 0.5rem;
}
.text-base {
  font-size: 1rem;
}
.gap-2 {
  gap: 0.5rem;
}
.text-dark-gary {
  color: rgba(21, 21, 21, 0.7);
}
.\!text-dark-gary {
  color: rgba(21, 21, 21, 0.7) !important;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.gap-4 {
  gap: 1rem;
}
.top-0 {
  top: 0;
}
.right-0 {
  right: 0;
}
.right-4 {
  right: 1rem;
}
.top-4 {
  top: 1rem;
}
.cursor-pointer {
  cursor: pointer;
}
.hover\:text-red:hover {
  color: red;
}
.hover\:bg-main-dark:hover {
  background-color: var(--main-dark-color);
}
.hover\:bg-opacity-gray:hover {
  background: rgba(121, 121, 121, 0.1);
}
.leading-5 {
  line-height: 1.25em;
}
.col-start-2 {
  grid-column-start: 2;
}
.col-end-4 {
  grid-column-end: 4;
}
@media screen and (min-width: 1024px) {
  .md\:col-start-2 {
    grid-column-start: 2;
  }
  .md\:col-end-4 {
    grid-column-end: 4;
  }
  .md\:h-\[85vh\] {
    height: 85vh;
  }
}

.left-0 {
  left: 0;
}
*[comprehensive-carousel] {
  position: relative;
  display: flex;
  justify-content: center;
}
*[comprehensive-carousel] .content {
  position: relative;
  width: 100%;
  --timing: "ease-in-out";
  --duration: 0ms;
}
*[comprehensive-carousel] .item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: none;
}
*[comprehensive-carousel] .item.active {
  display: block;
}
*[comprehensive-carousel] .operate {
  position: absolute;
  top: 49%;
  z-index: 5;
  cursor: pointer;
  padding: 1em;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
  border-radius: 2em;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
*[comprehensive-carousel] .operate:hover {
  background-color: rgba(222, 233, 123, 0.4);
}
*[comprehensive-carousel] .operate.left {
  left: 1em;
}
*[comprehensive-carousel] .operate.right {
  right: 1em;
}
*[comprehensive-carousel] .scroll {
  position: absolute;
  display: flex;
  justify-content: center;
  gap: 1em;
  bottom: 2%;
  z-index: 3;
  margin: 0 !important;
  padding: 0.5em 1em !important;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
  border-radius: 2em;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
*[comprehensive-carousel] .scroll:hover {
  background-color: rgba(248, 250, 217, 0.8);
}
*[comprehensive-carousel] .scroll > li {
  --color: rgba(115, 115, 115, 0.9);
  position: relative;
  aspect-ratio: 1;
  border: 1px solid var(--color);
  overflow: hidden;
  height: 1.6rem;
  width: 1.6rem;
  border-radius: 3rem;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 !important;
  padding: 0 !important;
}
*[comprehensive-carousel] .scroll > li.active,
*[comprehensive-carousel] .scroll > li:hover {
  --color: var(--main-dark-color);
}
*[comprehensive-carousel] .scroll > li::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 50%;
  border-radius: 3rem;
  background-color: var(--color);
}
@media screen and (max-width: 768px) {
  *[comprehensive-carousel] .operate {
    top: 70%;
    color: var(--white-color);
    display: none;
  }
}

.animate-line-top-bottom {
  --translaye-y: -40px;
  --time: 2000ms;
  animation: move-line-top-bottom var(--time) ease-in-out;
}
@keyframes move-line-top-bottom {
  0% {
    transform: translateY(var(--translaye-y));
  }
  100% {
    transform: translateY(0px);
  }
}
.animate-line-bottom-top {
  --translaye-y: 40px;
  --time: 2000ms;
  animation: move-line-bottom-top var(--time) ease-in-out;
}
@keyframes move-line-bottom-top {
  0% {
    transform: translateY(var(--translaye-y));
  }
  100% {
    transform: translateY(0px);
  }
}

.animate-infinite-left-right {
  --translaye-x: -10px;
  --time: 4000ms;
  animation: move-infinite-left-right var(--time) ease-in-out infinite forwards;
}
@keyframes move-infinite-left-right {
  0% {
    transform: translateX(var(--translaye-x));
  }
  50% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(var(--translaye-x));
  }
}
.animate-infinite-top-bottom {
  --translaye-y: -10px;
  --time: 4000ms;
  animation: move-infinite-top-bottom var(--time) ease-in-out infinite forwards;
}
@keyframes move-infinite-top-bottom {
  0% {
    transform: translateY(var(--translaye-y));
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(var(--translaye-y));
  }
}
.text-dark-blue {
  color: var(--dark-blue--color);
}
.w-12 {
  width: 3rem;
}
@media screen and (max-width: 1024px) {
  .sm\:h-\[120vh\] {
    height: 120vh;
  }
  .btnWord.sm\:text-sm {
    font-size: 0.8rem;
  }
  .btnWord.sm\:text-sm > span {
    font-size: 0.8rem;
  }
}
.\!mt-16 {
  margin-top: 4rem !important;
}
.text-red {
  color: red;
}
.\!p-4 {
  padding: 1rem !important;
}
.m-4 {
  margin: 1rem;
}
.\!flex {
  display: flex !important;
}
.\!mt-2 {
  margin-top: 0.5rem !important;
}
.fixed {
  position: fixed;
}
.bottom-0 {
  bottom: 0;
}
.z-100 {
  z-index: 100;
}
.shadow-sm {
  box-shadow: 1px 0 20px rgb(0 0 0 / 0.2);
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.\!flex {
  display: flex !important;
}
.\!gap-4 {
  gap: 1rem !important;
}
.right-2 {
  right: 0.5rem;
}
.\!top-2 {
  top: 0.5rem !important;
}
.\!py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}
.rounded-base {
  border-radius: 0.5rem;
}
.bg-black {
  background-color: #111;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.hover\:bg-dark-orange:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(204 107 30 / var(--tw-bg-opacity));
}
.underline {
  text-decoration: underline;
}
.items-start {
  align-items: flex-start;
}
