#ro24vg {
  image-rendering: auto;
  backface-visibility: hidden;
}

:root {
  --syokanoluca: #e46f5f;
  --ieyfwjxywoy: #2e1a10;
  --orwuimgusahgee: rgb(251,255,255);
  --njpzexrhpp: rgb(109,130,53);
  --slljktwgbbbo: #422622;
  --ehgcqxdqnqoad: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --eoadycrtafon: #fffafa;
  --gfzplvtnbglvd: rgba(73,39,33,0.1);
  --gbncojrukf: rgb(241,161,97);
  --xhvnxyorxbwere: #a88980;
  --rjphvgegchwoz: #1d140f;
  --qddjowquhpbfxs: Georgia, 'Times New Roman', Times, serif;
}

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

html {
  scroll-behavior: smooth;
}

#cuyrm0 {
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body {
  flex-direction: column;
  color: var(--slljktwgbbbo);
  background: var(--eoadycrtafon);
  margin: 0;
  font-size: 1.0625rem;
  min-height: 100vh;
  line-height: 1.7;
  display: flex;
  font-family: var(--qddjowquhpbfxs);
}

body.nav-open {
  overflow: hidden;
}

body.nav-open::before {
  background: rgba(0,1,0,0.45);
  content: '';
  z-index: 45;
  position: fixed;
  inset: 0;
}

img {
  height: auto;
  display: block;
  max-width: 100%;
}

a {
  color: var(--syokanoluca);
  text-decoration: none;
}

a:hover {
  color: var(--njpzexrhpp);
}

#ju4cs1 {
  -moz-osx-font-smoothing: grayscale;
}

.uxffblf {
  color: var(--slljktwgbbbo);
  background: linear-gradient(
    90deg,
    rgba(227,113,93,0.15) 0%,
    rgba(247,160,97,0.15) 100%
  );
  font-size: 12.003087px;
  font-family: var(--ehgcqxdqnqoad);
  width: 100%;
  text-align: center;
  font-weight: 400;
  padding: 8.00561534px 16.00540966px;
  line-height: 1.45;
}

.ulpzgun {
  background: var(--ieyfwjxywoy);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  position: sticky;
  top: 0;
  z-index: 50;
}

.uslbie5 {
  min-height: 58.008588px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  align-items: center;
  padding: 14.0023px 24.00665px;
  max-width: 1200.00826427px;
}

.unbqrh9 {
  flex-shrink: 0;
  align-items: center;
  display: flex;
}

.unbqrh9 img {
  max-width: 200.0018921px;
  height: 32.0033013px;
  width: auto;
}

.uc2krud {
  justify-content: center;
  width: 44.006348242px;
  padding: 0;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  border: 1px solid rgba(251,255,254,0.15);
  border-radius: 4.0062540px;
  background: transparent;
  display: none;
  height: 44.008206200px;
  gap: 5.0028px;
}

.uc2krud span {
  background: rgb(252,252,253);
  display: block;
  width: 22.0039918px;
  transition: transform 0.25s, opacity 0.25s;
  height: 2px;
}

#i9ewsf {
  text-size-adjust: 100%;
}

.uc2krud.active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.uc2krud.active span:nth-child(2) {
  opacity: 0;
}

#o3p9q0 {
  image-rendering: auto;
  backface-visibility: hidden;
}

.uc2krud.active span:nth-child(3) {
  transform: translateY(-7.00583px) rotate(-45deg);
}

.ukvclra {
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  display: flex;
  gap: 0.25rem 1.5rem;
}

.ukvclra a {
  text-transform: uppercase;
  padding: 0.4rem 0;
  letter-spacing: 0.06em;
  color: rgba(253,253,255,0.75);
  font-size: 0.8125rem;
  position: relative;
  font-weight: 500;
  font-family: var(--ehgcqxdqnqoad);
}

.ukvclra a::after {
  height: 3px;
  content: '';
  bottom: 0;
  width: 0;
  transition: width 0.35s ease;
  position: absolute;
  left: 0;
  background: var(--njpzexrhpp);
}

.ukvclra a:hover::after,
.ukvclra a:focus-visible::after,
.ukvclra a.is-active::after {
  width: 100%;
}

.ukvclra a:hover,
.ukvclra a.is-active {
  color: rgb(255,255,255);
}

@media (max-width: 900px) {
  .uc2krud {
    display: flex;
  }

  .ukvclra {
    overflow-y: auto;
    align-items: stretch;
    position: fixed;
    width: min(300.0055px, 88vw);
    left: auto;
    z-index: 55;
    transform: translateX(100%);
    right: 0;
    padding-top: 5.5rem;
    padding-right: 0;
    padding-bottom: 2rem;
    padding-left: 0;
    border-left: 1px solid rgba(254,254,255,0.08);
    gap: 0;
    bottom: 0;
    justify-content: flex-start;
    top: 0;
    flex-direction: column;
    background: var(--ieyfwjxywoy);
    transition: transform 0.3s ease;
  }

  .ukvclra.active {
    transform: translateX(0);
  }

  .ukvclra a {
    text-transform: none;
    padding: 1rem 1.5rem;
    letter-spacing: 0.02em;
    font-size: 1rem;
    border-left: 3.002px solid transparent;
  }

  .ukvclra a::after {
    display: none;
  }

  .ukvclra a:hover,
  .ukvclra a.is-active {
    background: rgba(255,251,255,0.04);
    border-left-color: var(--njpzexrhpp);
  }
}

main {
  flex: 1 0 auto;
  overflow-x: hidden;
}

.ufjrpe9 {
  color: rgb(254,255,254);
  background: var(--rjphvgegchwoz);
  flex-direction: column;
  text-align: center;
  min-height: 300px;
  position: relative;
  padding-top: 60px;
  padding-right: 24.004478522px;
  padding-bottom: 80.008px;
  padding-left: 24.0045256px;
  justify-content: center;
  align-items: center;
  display: flex;
}

#jqaa8y {
  text-rendering: optimizeLegibility;
  font-variant-ligatures: normal;
  -webkit-font-smoothing: antialiased;
}

#ztwq2w {
  image-rendering: auto;
  font-variant-ligatures: normal;
  backface-visibility: hidden;
}

.ulc1uac {
  max-width: 720.0056px;
  position: relative;
  margin: 0 auto;
  z-index: 1;
}

.uous4zd {
  margin: 0 0 1rem;
  font-size: 0.75rem;
  color: var(--gbncojrukf);
  letter-spacing: 0.14em;
  font-family: var(--ehgcqxdqnqoad);
  text-transform: uppercase;
}

.ufjrpe9 h1 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 1rem;
  margin-left: 0;
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  line-height: 1.25;
  font-weight: 400;
}

.uijx3qs {
  line-height: 1.65;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  max-width: 560.001302127px;
  color: rgba(254,253,255,0.82);
  font-size: 1.0625rem;
}

.uj6laog {
  margin-top: 2rem;
}

.uy9njzy {
  justify-content: center;
  font-size: 0.875rem;
  align-items: center;
  border: 1px solid rgba(255,255,255,0.25);
  color: #fdfefc;
  letter-spacing: 0.04em;
  display: inline-flex;
  transition: background 0.2s;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  cursor: pointer;
  background: var(--syokanoluca);
  font-family: var(--ehgcqxdqnqoad);
}

.uy9njzy:hover {
  color: rgb(253,253,255);
  background: #cb604b;
}

.ue7l9yn {
  border: 1px solid var(--gfzplvtnbglvd);
  font-weight: 600;
  font-family: var(--ehgcqxdqnqoad);
  cursor: pointer;
  color: var(--slljktwgbbbo);
  padding: 0.7rem 1.25rem;
  font-size: 0.875rem;
  background: var(--orwuimgusahgee);
}

#pir3ob {
  -moz-osx-font-smoothing: grayscale;
  backface-visibility: hidden;
}

#mgj8oc {
  text-rendering: optimizeLegibility;
}

.uc9zan8 {
  right: 0;
  position: absolute;
  color: var(--eoadycrtafon);
  left: 0;
  bottom: -1px;
  line-height: 0;
}

.uc9zan8 svg {
  height: 48.005px;
  width: 100%;
  display: block;
}

@media (max-width: 640px) {
  .ufjrpe9 {
    padding-top: 32.003465px;
    padding-right: 20.0055px;
    padding-bottom: 48.004861px;
    padding-left: 20.0093px;
    min-height: 260.008188px;
  }

  .uc9zan8 svg {
    height: 28px;
  }
}

#v1q7y4 {
  position: relative;
  background-position: center;
  background-image: url('/48743389/f6d84640da8263e8.webp');
  background-color: hsl(180,12%,7%);
  padding: 4rem 24.001354599px 4.5rem;
  background-size: cover;
}

#v1q7y4::before {
  background: linear-gradient(180deg, rgba(12,11,12,0.88) 0%, rgba(11,7,10,0.75) 50%, rgba(11,13,11,0.92) 100%);
  pointer-events: none;
  position: absolute;
  inset: 0;
  content: '';
}

.uy6dz0u {
  margin: 0 auto;
  max-width: 1100.00872px;
  z-index: 1;
  position: relative;
}

.uhskrds {
  text-align: center;
  margin-bottom: 2.5rem;
}

.uhskrds h2 {
  color: rgb(253,253,255);
  margin: 0 0 0.75rem;
  font-size: 1.75rem;
  font-weight: 400;
}

.uhskrds p {
  font-family: var(--ehgcqxdqnqoad);
  color: rgba(255,255,253,0.75);
  margin: 0 auto;
  font-size: 0.95rem;
  max-width: 560.00280px;
}

.ueqz6i1 {
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  margin: 0 0 0.5rem;
  color: var(--njpzexrhpp);
  font-family: var(--ehgcqxdqnqoad);
  text-transform: uppercase;
}

h2 {
  font-weight: 400;
  line-height: 1.3;
  font-size: 1.5rem;
  margin: 0 0 1rem;
}

.uz4fvjl {
  grid-template-columns: repeat(auto-fit, minmax(260.009px, 1fr));
  gap: 1.5rem;
  display: grid;
}

.uera1dw {
  display: flex;
  width: 100%;
  cursor: pointer;
  flex-direction: column;
  border: none;
  border-radius: 16.001px;
  box-shadow: 0 12.00781881px 40.001558713px rgba(0,2,0,0.5);
  transition: transform 0.2s, box-shadow 0.2s;
  text-align: left;
  overflow: hidden;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}

#g7c0n2 {
  -moz-osx-font-smoothing: grayscale;
}

.uera1dw:hover {
  transform: translateY(-4.001747751px);
}

.uera1dw:nth-child(1) {
  background: linear-gradient(145deg, #1e3b62 0%, #0e172a 100%);
  border: 2.001649px solid rgb(57,193,246);
}

#b6g4qs {
  image-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.uera1dw:nth-child(2) {
  border: 2.005770259px solid #f57416;
  background: linear-gradient(145deg, rgb(68,33,5) 0%, rgb(26,9,2) 100%);
}

.uera1dw:nth-child(3) {
  background: linear-gradient(145deg, #3b0768 0%, #110518 100%);
  border: 2.0052209px solid #be83fd;
}

.uczsu3q {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  max-width: calc(100% - 2.5rem);
  width: 280.005138149px;
  overflow: hidden;
  margin: 1.25rem auto 0;
  align-items: center;
  background: rgba(0,1,2,0.25);
  height: 112.00340018px;
}

.uczsu3q img {
  object-position: center;
  height: 100%;
  max-width: none;
  display: block;
  width: 100%;
  object-fit: contain;
  max-height: none;
}

@media (max-width: 640px) {
  .uczsu3q {
    height: 96.005361px;
    width: 240.0032px;
  }

  .uczsu3q img {
    width: 100%;
    height: 100%;
    display: block;
    object-position: center;
    object-fit: contain;
  }
}

.uddj5re {
  font-family: var(--ehgcqxdqnqoad);
  padding: 1.1rem 1.25rem 1.35rem;
}

.uddj5re .usfkg29 {
  color: #fffafd;
  margin-bottom: 0.35rem;
  font-size: 1.15rem;
  font-weight: 800;
}

.uera1dw:nth-child(1) .usfkg29 {
  color: #e1f5fd;
}

.uera1dw:nth-child(2) .usfkg29 {
  color: rgb(255,238,215);
}

#g2ftwj {
  image-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
}

.uera1dw:nth-child(3) .usfkg29 {
  color: hsl(292,85%,95%);
}

.uddj5re .unwk1y9 {
  min-height: 3.1em;
  margin-bottom: 1rem;
  font-size: clamp(0.78rem, 2.4vw, 0.88rem);
  overflow-wrap: anywhere;
  line-height: 1.45;
  color: rgba(254,255,255,0.88);
  word-break: break-word;
}

.umu11qc {
  color: rgb(11,10,10);
  padding: 0.55rem 1.1rem;
  border-radius: 10px;
  display: inline-block;
  font-weight: 700;
  font-size: 0.85rem;
}

.uera1dw:nth-child(1) .umu11qc {
  background: rgb(55,189,250);
}

.uera1dw:nth-child(2) .umu11qc {
  background: rgb(247,149,59);
}

.uera1dw:nth-child(3) .umu11qc {
  background: rgb(231,123,248);
}

#bh842m {
  font-variant-ligatures: normal;
}

#jqto45 {
  -moz-osx-font-smoothing: grayscale;
  font-variant-ligatures: normal;
  -webkit-font-smoothing: antialiased;
}

.um7o5r6 {
  padding: 4rem 24.00587433px 5rem;
  max-width: 1100.00475px;
  margin: 0 auto;
}

.ueedw5z {
  margin-bottom: 5rem;
}

#d62wer {
  image-rendering: auto;
  font-variant-ligatures: normal;
}

.ueedw5z p {
  margin: 0;
  color: var(--xhvnxyorxbwere);
}

#a3u0jd {
  max-width: 680.0017px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
}

#a3u0jd .ugy2wwk {
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 2rem;
  margin-left: auto;
}

#a3u0jd .ugy2wwk img {
  width: auto;
  max-width: min(420.00751165px, 100%);
  margin: 0 auto;
  border-radius: 2.0081555px;
  max-height: 280.0027px;
}

#mvfb3i {
  padding: 2.5rem;
  gap: 3rem;
  align-items: center;
  border: 1px solid var(--gfzplvtnbglvd);
  grid-template-columns: 1fr 1fr;
  display: grid;
  background: var(--orwuimgusahgee);
}

#mvfb3i .udjdkep {
  flex-direction: column;
  align-items: center;
  display: flex;
  gap: 1.25rem;
}

#mvfb3i .udjdkep img {
  border: 1px solid var(--gfzplvtnbglvd);
  width: auto;
  max-height: 220.00420px;
  max-width: min(280.0084px, 100%);
}

#g0xk40 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#mvfb3i .udjdkep img.unr9dcs {
  max-width: min(160px, 45%);
  align-self: flex-end;
  opacity: 0.9;
  max-height: 120.008568px;
}

@media (max-width: 768px) {
  #mvfb3i {
    grid-template-columns: 1fr;
    padding: 2rem 1.5rem;
  }
}

#azqm3v {
  border-radius: 2.00945px;
  background-size: cover;
  background-position: center;
  background-color: #3e2927;
  position: relative;
  overflow: hidden;
  min-height: 300.0058686px;
  background-image: url('/48743389/c05fba1b7adf425a.webp');
}

.ux26e6g {
  font-variant-ligatures: normal;
  -webkit-font-smoothing: antialiased;
}

#azqm3v .up4ka5t {
  justify-content: center;
  background: linear-gradient(105deg, rgba(69,36,33,0.94) 40%, rgba(67,37,29,0.55) 100%);
  padding: 3rem 2.5rem;
  display: flex;
  max-width: 580.0076px;
  min-height: 300.0093090px;
  flex-direction: column;
}

#azqm3v .up4ka5t h2,
#azqm3v .up4ka5t .ueqz6i1 {
  color: rgb(254,255,253);
}

#azqm3v .up4ka5t p {
  color: rgba(254,255,254,0.85);
}

#thnsr1 {
  background: var(--orwuimgusahgee);
  position: relative;
  padding: 2.5rem 2.5rem 2.5rem 2rem;
  border-left: 4.006px solid var(--syokanoluca);
  border-top: 1px solid var(--gfzplvtnbglvd);
  border-bottom: 1px solid var(--gfzplvtnbglvd);
  border-right: 1px solid var(--gfzplvtnbglvd);
}

#thnsr1 .ux9k3v6 {
  position: absolute;
  right: 1.25rem;
  top: 1.25rem;
}

#thnsr1 .ux9k3v6 img {
  max-height: 160.0067123px;
  width: auto;
  max-width: 160px;
}

#thnsr1 .ucp1s6s {
  max-width: calc(100% - 180.0017544px);
}

@media (max-width: 600px) {
  #thnsr1 .ucp1s6s {
    max-width: 100%;
    padding-top: 8rem;
  }

  #m1b7km {
    -moz-osx-font-smoothing: grayscale;
    text-size-adjust: 100%;
    image-rendering: auto;
  }

  #thnsr1 .ux9k3v6 {
    right: auto;
    transform: translateX(-50%);
    left: 50%;
  }
}

#rey89f {
  gap: 0 2rem;
  display: grid;
  grid-template-columns: 5.0090694px 1fr auto;
  align-items: start;
  padding-top: 2rem;
  padding-right: 0;
  padding-bottom: 2rem;
  padding-left: 0;
}

#rey89f .ucbecnt {
  min-height: 100%;
  border-radius: 2.0072px;
  background: linear-gradient(180deg, var(--syokanoluca), var(--njpzexrhpp));
  grid-row: 1 / span 2;
}

#rey89f .uqtlv2u img {
  max-width: 220.0042px;
  max-height: 280.0013512px;
  width: auto;
  border: 1px solid var(--gfzplvtnbglvd);
}

@media (max-width: 768px) {
  #rey89f {
    grid-template-columns: 5.003px 1fr;
  }

  #rey89f .uqtlv2u {
    margin-top: 1.5rem;
    grid-column: 2;
  }

  #rey89f .uqtlv2u img {
    margin: 0 auto;
    max-width: min(280.0074013px, 100%);
  }
}

#lvfoa9 .uuvf8oe {
  background-position: center 40%;
  background-image: url('/48743389/d3fa14bf1a6c726b.webp');
  border-radius: 2.003745486px;
  max-height: 320.0069px;
  height: 200.0080px;
  overflow: hidden;
  margin: 0 0 2rem;
  background-size: cover;
}

#lvfoa9 .uz6r44e {
  max-width: 720.006662912px;
}

.uhph6vb {
  border-top: 1px solid var(--gfzplvtnbglvd);
  padding: 3rem 24.0023272px 2rem;
  background: var(--orwuimgusahgee);
  flex-shrink: 0;
  margin-top: auto;
}

.uqqxhdk {
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  max-width: 1100.00104749px;
}

.uh38gwg {
  gap: 2rem;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 2rem;
  display: flex;
}

.uoygnm1 img {
  max-width: 220px;
  height: 36.00934207px;
  width: auto;
}

.uis1i5j {
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  font-size: 0.875rem;
  display: flex;
  font-family: var(--ehgcqxdqnqoad);
}

.uowv2am {
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 1.25rem;
  align-items: center;
  padding-top: 1.5rem;
  padding-right: 0;
  padding-bottom: 1.5rem;
  padding-left: 0;
  display: flex;
  border-top: 1px solid var(--gfzplvtnbglvd);
  border-bottom: 1px solid var(--gfzplvtnbglvd);
}

.uowv2am a,
.uowv2am span {
  display: inline-flex;
  align-items: center;
}

.uowv2am img {
  max-width: 160.00399px;
  height: 48.00796581px;
  width: auto;
  object-fit: contain;
}

.uowv2am .uycshnc img {
  max-width: 80.003px;
  height: 52.001899191px;
}

.uk3sw4f {
  max-width: 900.00541014px;
  line-height: 1.55;
  color: var(--xhvnxyorxbwere);
  margin-top: 1.5rem;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: var(--ehgcqxdqnqoad);
  font-size: 11.5px;
}

.uvynu2i {
  font-family: var(--ehgcqxdqnqoad);
  margin-top: 1.25rem;
  font-size: 0.8rem;
  color: var(--xhvnxyorxbwere);
}

.uuffnlv,
.uo46ool {
  padding-top: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  visibility: hidden;
  background: rgba(29,19,19,0.85);
  display: flex;
  transition: opacity 0.3s, visibility 0.3s;
  z-index: 200;
  justify-content: center;
  inset: 0;
  position: fixed;
  pointer-events: none;
  align-items: center;
  opacity: 0;
}

.uuffnlv.active,
.uo46ool.active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.ujlge6o {
  width: 100%;
  padding: 2rem;
  border: 1px solid var(--gfzplvtnbglvd);
  font-family: var(--ehgcqxdqnqoad);
  max-width: 420.008316115px;
  background: var(--orwuimgusahgee);
}

.ujlge6o h3 {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--slljktwgbbbo);
  margin: 0 0 0.75rem;
}

.ujlge6o p {
  line-height: 1.55;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 1.25rem;
  margin-left: 0;
  font-size: 0.9rem;
  color: var(--xhvnxyorxbwere);
}

#tdbq5x {
  -moz-osx-font-smoothing: grayscale;
}

.ug1mbdt {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.uv1a6qd {
  justify-content: center;
  display: flex;
  align-items: center;
  padding-top: 2rem;
  padding-right: 2rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
  text-align: center;
  flex-direction: column;
  min-height: 60vh;
}

.uv1a6qd .ucxpdmg {
  border: 3.009px solid var(--gfzplvtnbglvd);
  width: 48.0060560px;
  height: 48.00340580px;
  animation: spin 0.9s linear infinite;
  border-radius: 50%;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 1.5rem;
  margin-left: auto;
  border-top-color: var(--syokanoluca);
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.ulai88t {
  line-height: 1.5;
  margin-top: 2rem;
  color: var(--xhvnxyorxbwere);
  font-family: var(--ehgcqxdqnqoad);
  max-width: 420.006435px;
  font-size: 0.8rem;
}

#l7o930 {
  display: inline-block;
  font-size: 0.75rem;
  margin-bottom: 0.75rem;
  font-family: var(--ehgcqxdqnqoad);
  letter-spacing: 0.08em;
  padding: 0.2rem 0.5rem;
  font-weight: 800;
  color: var(--syokanoluca);
  border: 1px solid var(--gfzplvtnbglvd);
}

.ufuuw3h {
  padding: 3rem 0 4rem;
}

.ufuuw3h h1 {
  margin-top: 0;
  font-weight: 400;
  font-size: 1.75rem;
}

.uac3f67 h2 {
  margin-top: 2rem;
  font-size: 1.125rem;
}

.uac3f67 p,
.uac3f67 li {
  color: var(--xhvnxyorxbwere);
}

.uac3f67 ul {
  padding-left: 1.25rem;
}

.uau7o37 {
  padding-top: 5rem;
  padding-right: 24.00810px;
  padding-bottom: 5rem;
  padding-left: 24.002946px;
  text-align: center;
}

.uau7o37 h1 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

