* {
  padding: 0px;
  margin: 0px;
  border: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Links */
a,
a:link,
a:visited {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
}

/* Common */
aside,
nav,
footer,
header,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
  text-align: justify;
}

h1 {
  text-align: center;
  margin-bottom: 40px;
}

ul,
ul li {
  list-style: none;
}

ol, ul {
  margin: 10px 0;
}

img {
  vertical-align: top;
  border-radius: 10px;
}

ol {
  margin-left: 15px;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

/* Form */
input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
}

input::-ms-clear {
  display: none;
}

button,
input[type="submit"] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

.PefDoMTogbWVNTo {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.YYyvXCZsKaMLnVD {
  position: fixed;
  overflow-y: hidden;
  width: 100vw;
}

html,
body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

main {
  flex-grow: 1;
}

footer {
  flex-shrink: 0;
}

body {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
  padding-top: 120px;
  background: #0a0a0a;
  color: #fff;

  @media (max-width: 768px) {
    padding-top: 150px;
  }
  @media (max-width: 340px) {
    padding-top: 100px;
  }
}

main {
  position: relative;
}

.HguUrjCLgvekbNS {
  padding: 0 15px;
  max-width: 1210px;
  margin: 0 auto;
}

h2 {
  margin-bottom: 20px;
}

h3 {
  margin-top: 15px;
  margin-bottom: 15px;
}



.lmLaAOGDWRGBxan {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

p {
  margin-bottom: 10px;
}

li {
  margin-bottom: 10px;
}

h1, .WvgDmosCgizYtpK {
  font-size: clamp(20px, 5vw, 34px);
}

h2 {
  font-size: clamp(22px, 5vw, 28px);
}
h3 {
  font-size: clamp(18px, 5vw, 24px);
}

.LVqDSnNnCABAKli {
  margin: 20px 0;
}
@media (max-width: 768px) {
  .LVqDSnNnCABAKli {
    margin: 10px 0;
  }
}

.CadlngyRtgaPtbC {
  @media (max-width: 768px) {
    margin-top: 30px;
  }
}

.JWNWUMxsOjJICDs {
  display: inline-block;
  padding: 10px 15px;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  background-color: #ffce19;
  border: 1px solid #ffce19;
  color: #000 !important;
  font-weight: 600;
}

.dPqPNjeLlhNzUVn {
  background-color: #1f1f1f;
  border: 1px solid #1f1f1f;
  color: #fff !important;
}

@media (min-width: 768px) {
  .JWNWUMxsOjJICDs:hover {
    background-color: #fad44b;
    border: 1px solid #fad44b;
  }

  .dPqPNjeLlhNzUVn:hover {
    background-color: #383737;
    border-color: #383737;
  }
}



.saZxWlzkXHcqsNi {
  display: flex;
  gap: 10px;
  align-items: center;
}

li {
  margin: 5px 0;
}

.UFSCjlYOpmqHJFJ {
  transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .UFSCjlYOpmqHJFJ:hover {
    color: #fad44b;
  }
}

.HoLvaNTOvIqTZYH {
  width: 50%;
  text-align: center;
  @media (max-width: 768px) {
    width: 100%;
  }
}

.YaqRcFMcAJZjBZs {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  @media (max-width: 768px) {
    flex-direction: column;
  }
}

.dmwudavTPzFQDnL {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  text-align: center;
  margin: 40px 0;
}

.dmwudavTPzFQDnL img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.luCifKtfszzrtWZ {
  margin-top: 40px;
}

.TXfFvJPZLFMIBSL {
  margin-bottom: 40px;
}

.YOszJHygOZQEUBm {
  display: flex;
  flex-direction: column;
  text-align: justify;
  width: 50%;
  @media (max-width: 768px) {
    width: 100%;
  }
}

.YOszJHygOZQEUBm span {
  font-weight: 600;
  color: goldenrod;
}

.HFzgOzlKwHujiuR h3 {
  margin-top: 40px;
}

.OuZyGcjcdSEMtPo p {
  margin: 15px 0;
}

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/lato-regular.woff") format("woff"),
    url("fonts/lato-regular.woff2") format("woff2");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("fonts/lato-bold.woff") format("woff"),
    url("fonts/lato-bold.woff2") format("woff2");
}
.mPpurwKkhFfnxFk {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  color: #fff;
  background: #000;
  z-index: 50;
  padding: 10px 0;
}

.FJQfvRVuAsALmyj {
  display: flex;
  align-items: center;
}

.hOwDBzpguzKsEtJ {
  max-width: 200px;
  margin-right: 10px;
}

.vfuSFaqwyTkPOKL {
  margin: 0;
  font-weight: 600;
  font-size: clamp(24px, 3vw, 30px);
}

@media (max-width:500px) {
  .hOwDBzpguzKsEtJ {
    width: 102px;
  }
}



.mjFlEbkNoZTCnwF {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;

  @media (max-width: 960px) {
    gap: 0;
  }
  @media (max-width: 400px) {
    padding: 0 10px;
  }
}

.gSLXCYsNupuUJal {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
}



.mzBMgMKuVEOTXYs {
  margin-left: auto;

  @media (max-width: 550px){
    font-size: 14px;
    padding: 10px;
  }
}

@media screen and (min-width: 1200px){
.bpUJVoetwjjwrAp {
  display: none;
  }
}

@media screen and (max-width: 1200px){
  .bpUJVoetwjjwrAp {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 40px;
  height: 40px;
  margin-left: 10px;
  }
}

/* burger__btn */
.bpUJVoetwjjwrAp span {
  position: relative;
  background-color: #fff;
  width: 23px;
  height: 2px;
}

.bpUJVoetwjjwrAp span::before {
  content: "";
  position: absolute;
  display: block;
  width: 23px;
  height: 2px;
  top: -5px;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 560px) {
  .bpUJVoetwjjwrAp span::before {
    top: -7px;
  }
}
.bpUJVoetwjjwrAp span::after {
  content: "";
  position: absolute;
  display: block;
  width: 23px;
  height: 2px;
  bottom: -5px;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 560px) {
  .bpUJVoetwjjwrAp span::after {
    bottom: -7px;
  }
}
.HRWxUhtHOLSraab span::before {
  transform: rotate(45deg);
  top: -1px;
  background-color: yellow;
}
.HRWxUhtHOLSraab span::after {
  transform: rotate(-45deg);
  bottom: -1px;
  background-color: yellow;
}

.OsdaMKXydIbGoQL {
  height: 0 !important;
}


.sBMweyFykozlYBS {
  margin-left: auto;
}

@media screen and (max-width: 1200px) {
  .sBMweyFykozlYBS {
  position: absolute;
  background: rgb(18, 27, 38);
  padding: 40px;
  width: 400px;
  right: 0;
  top: 77px;
  height: 100vh;
  visibility: hidden;
  opacity: 0;
  z-index: 5;
  transform: translateX(100%);
  z-index: 40;
  transition: all 0.3s ease-in-out;
  }
}


@media (max-width: 560px) {
  .sBMweyFykozlYBS {
  width:100%;
  }
}

@media (max-width: 500px) {
  .sBMweyFykozlYBS {
  top: 60px;
  }
}

@media screen and (min-width: 1200px) {
  .ZrGiKArwlrEiRiK {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.ZrGiKArwlrEiRiK::-webkit-scrollbar {
  width: 0;
  height: 0;
}

@media screen and (max-width: 1200px) {
  .ZrGiKArwlrEiRiK {
  display: flex;
  justify-content: start;
  flex-wrap: nowrap;
  align-items: start;
  width: 100%;
  gap: 15px;
  margin-bottom: 0;
  flex-direction: column;
  overflow-y: scroll;
  padding-bottom: 50px;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  }
}

.TklueQRprQkNlPK {
  margin-right: 20px;
}

.aQZngWbIEMhjVvr {
  display: flex;
  justify-content: center;
  visibility: visible;
  opacity: 1;
  transform: translateX(0%);
}

.PWGZNMFLoFJCNLK {
  color: #fbcb1e !important;
}

@media (max-width: 768px) {
  .akgstCSTvFcXzCf {
    flex-direction: column-reverse !important;
  }
}

.UJTrYYVJgueDQdA .YaqRcFMcAJZjBZs {
  margin: 0;
}

.HTVuuMEklEcHpSh {
  background: #0E7C72;
  padding: 20px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0
}

.TvjcMqaQQEqECfy {
  display: flex;
  justify-content: center;
  font-size: clamp(16px, 2vw, 28px);
  color: #fff !important;
  border: 3px solid #fff;
  padding: 15px;
  border-radius: 10px;
  z-index: 10;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 768px) {
  .TvjcMqaQQEqECfy:hover {
    color: rgb(206, 206, 206) !important;
    border-color: rgb(206, 206, 206);
    box-shadow: 0 0 15px rgb(206, 206, 206);
  }
}

.CkBgEPZdTnwDmnP {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 30px 0;
}

.ewMgTdCTZCxLGWT {
  margin: 0 auto;
}

.CkBgEPZdTnwDmnP {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.BAHYnAtvFmVwhCG {
  width: 300px;
  text-align: center;
  padding: 15px 20px;
  border: 2px solid;
  border-radius: 5px;
  font-weight: 600;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 680px) {
  .CkBgEPZdTnwDmnP {
    flex-direction: column;
    align-items: center;
  }
}

.fUSoRGxNbhNZYwG {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px
}

.vufATTfHcIrLisM .CkBgEPZdTnwDmnP {
  justify-content: center;
  margin: 0;
}

.EGeZYYvEppJmEzc img {
  max-width: 100%;
  margin-top: 40px;
}

.gEYaTfBvKAZiadO {
  border-color: #f12c4c;
  background-color: #f12c4c;
  color: #fff !important;
}
.yUyDzdDMLwBJfDs {
  border-color: #fff;
  background-color: transparent;
}

@media (min-width: 768px) {
  .gEYaTfBvKAZiadO:hover {
    background-color: red;
    border-color: red;
  }

  .yUyDzdDMLwBJfDs:hover {
    color: #000 !important;
    background-color: #fff;
    border-color: #fff;
  }
}

.HqvfmfkjHIlTRjB {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgba(0, 0, 0, 0.5); */
  background-color: rgba(238, 238, 238, 0.765);
  z-index: 30;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.QsXLqXcBDPapGAN {
  visibility: visible;
  opacity: 1;
}

.YAeQWFwlQdllATb li {
  display: flex;
  align-items: start;
}

.YAeQWFwlQdllATb li::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #B19464;
  border-radius: 20px;
  display: block;
  padding-right: 10px;
  margin-right: 15px;
  transform: translateY(5px);
}

.dKoUlrmXgRUhyre .YOszJHygOZQEUBm {
  align-items: start;
}

.tLIEeuNRfkRhnEm {
  align-items: start;
}

.VSKlRSNZNvvCbuo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.VSKlRSNZNvvCbuo p {
  text-align: justify;
}


.aqckNBiFvpPjhZE .YaqRcFMcAJZjBZs {
  align-items: center;
}

.WOYKFlEgXqNjamu {
  max-width: 50%;
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;

  @media (max-width: 768px) {
    max-width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
}

.aHFUbXZZlhcDbtu {
  max-width: 50%;
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;

  @media (max-width: 768px) {
    max-width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
  }
}

.aGlymWdUmoDMfwh {
  margin-bottom: 30px;
}

.lqryWscOqeeCNsN {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}

.jBSuCdcZRJkTaDb  {
  background-color: #eee;
  border: 1px solid #eee;
  padding: 15px;
  border-radius: 10px;
}

.jBSuCdcZRJkTaDb h3 {
  margin: 0;
  margin-bottom: 10px;
  text-align: center;
}

.eHnUlqbecVZwdYf {
  margin-bottom: 30px;
}

.kQqjShzBEjdetEE {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 30px auto;
}

.OzaakgdyFKHzwJz {
  max-width: 220px;
}

.GHVgIAlWFyVVchn {
  display: flex;
  max-width: max-content;
  align-items: center;
  gap: 15px;
  padding: 0px 15px;
  border-radius: 50px;
  overflow: hidden;
  font-weight: 600;
  background-color: #f12c4c;
  transition: all 0.3s ease-in-out;
}

.GHVgIAlWFyVVchn img {
  border-radius: 0;
}

.IOdUsYyUXaKtCDI {
  padding: 10px 10px 10px 20px;
  margin-left: -16px;
  background-color: #d53752;
  transition: all 0.3s ease-in-out;
}

.GHVgIAlWFyVVchn:hover {
  background-color: red;
}
.GHVgIAlWFyVVchn:hover .IOdUsYyUXaKtCDI {
  background-color: rgb(252, 83, 83);
}
.DJhzDxboJVzUlWW {
  background: #000;
  color: #fff;
  padding: 20px 0;
}
.qrqkpqLYoHJUzQf {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;

  @media (max-width: 500px) { 
    flex-direction: column;
  }
}

.bpYdhIZlmyuTShz {
  display: block;
  max-width: 50%;
  margin: 20px auto;

  @media (max-width: 550px) {
    max-width: 100%;
  }
}