@charset "UTF-8";
main {
  overflow: hidden;
  min-height: calc(100vh - 80px);
  margin-top: var(--main-margin-top, 0);
}

@media (max-width: 990px) {
  main {
    margin-top: var(--main-margin-top-mobile, var(--main-margin-top, 0));
  }
}
body, html {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  background: var(--body-bg, transparent);
  font-family: var(--site-font-family, "Montserrat", sans-serif);
}

p {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5 {
  margin: 0;
}

img {
  color: transparent;
}

img:not([src]) {
  visibility: hidden;
}

.c-2c7677f {
  max-width: 1280px;
  margin: 0 auto;
}

.p-3f67145 {
  padding: 0 15px;
}
@media (max-width: 576px) {
  .p-3f67145 {
    padding: 0 10px;
  }
}

.m-364402d {
  margin-bottom: 30px;
}
@media (max-width: 990px) {
  .m-364402d {
    margin-bottom: 20px;
  }
}

a, button {
  cursor: pointer;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.o-1884bec {
  overflow: hidden;
}

input, button {
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

button {
  border: none;
  box-shadow: none;
  width: 100%;
  appearance: none;
  cursor: pointer;
}

.tns-outer {
  padding: 0 !important;
}

.tns-outer [hidden] {
  display: none !important;
}

.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}

.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s;
}

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}

.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}

.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}

.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}

.tns-t-ct {
  width: 2333.3333333%;
  width: -webkit-calc(100% * 70 / 3);
  width: -moz-calc(100% * 70 / 3);
  width: 2333.3333333333%;
  position: absolute;
  right: 0;
}

.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}

.tns-t-ct > div {
  width: 1.4285714%;
  width: -webkit-calc(100% / 70);
  width: -moz-calc(100% / 70);
  width: 1.4285714286%;
  height: 10px;
  float: left;
}


/* Theme Options colors → CSS custom properties (printed as compact :root in style.p-0d18680) */
.c-71dfabe .b-8060b6b li,
.c-71dfabe .b-8060b6b li a,
.c-f7e73c5,
.c-f7e73c5 a {
  color: var(--color-title-text, inherit);
}

.c-71dfabe a {
  color: var(--content-link-color, inherit);
}

.h-da7ea8e:nth-child(1) {
  color: var(--header-btn-1-color, inherit);
  background: var(--header-btn-1-bg, transparent);
}

.h-da7ea8e:nth-child(2) {
  color: var(--header-btn-2-color, inherit);
  background: var(--header-btn-2-bg, transparent);
}

.h-da7ea8e:nth-child(1):hover {
  background: var(--header-btn-1-bg-hover, var(--header-btn-1-bg, transparent));
}

.h-da7ea8e:nth-child(2):hover {
  background: var(--header-btn-2-bg-hover, var(--header-btn-2-bg, transparent));
}

.h-28494b3,
.h-ce2f83c,
.h-35ef35d a,
.h-35ef35d button {
  color: var(--nav-color, inherit);
}

.h-28494b3:hover,
.h-35ef35d a:hover,
.h-35ef35d button:hover {
  color: var(--nav-color-hover, inherit);
}

@media (max-width: 990px) {
  .h-35ef35d {
    background: var(--header-bg-mobile, transparent);
  }
}
.f-6817f06 a,
.f-6817f06 li {
  color: var(--footer-link-color, inherit);
}

.f-6817f06 a:hover {
  color: var(--footer-link-hover, inherit);
}

.tns-nav button {
  background: var(--tns-nav-bg, transparent);
}

.tns-nav .tns-nav-active {
  background: var(--tns-nav-active-bg, transparent);
}

body[data-button-anim]:not([data-button-anim=none]) .h-da7ea8e, body[data-button-anim]:not([data-button-anim=none]) .m-3d3c702, body[data-button-anim]:not([data-button-anim=none]) .d-864cbb3, body[data-button-anim]:not([data-button-anim=none]) .d-f1b8434, body[data-button-anim]:not([data-button-anim=none]) .s-9615ff3, body[data-button-anim]:not([data-button-anim=none]) .s-879c38d, body[data-button-anim]:not([data-button-anim=none]) .i-df6a4c2, body[data-button-anim]:not([data-button-anim=none]) .i-68fe520, body[data-button-anim]:not([data-button-anim=none]) .r-0fbde55, body[data-button-anim]:not([data-button-anim=none]) .b-a1a9e8c, body[data-button-anim]:not([data-button-anim=none]) .f-c1d4a7a, body[data-button-anim]:not([data-button-anim=none]) .g-61b914d,
body[class*=button-anim-] .h-da7ea8e,
body[class*=button-anim-] .m-3d3c702,
body[class*=button-anim-] .d-864cbb3,
body[class*=button-anim-] .d-f1b8434,
body[class*=button-anim-] .s-9615ff3,
body[class*=button-anim-] .s-879c38d,
body[class*=button-anim-] .i-df6a4c2,
body[class*=button-anim-] .i-68fe520,
body[class*=button-anim-] .r-0fbde55,
body[class*=button-anim-] .b-a1a9e8c,
body[class*=button-anim-] .f-c1d4a7a,
body[class*=button-anim-] .g-61b914d {
  transform: translateZ(0);
  will-change: transform;
}

body[data-button-anim=lift] .h-da7ea8e, body[data-button-anim=lift] .m-3d3c702, body[data-button-anim=lift] .d-864cbb3, body[data-button-anim=lift] .d-f1b8434, body[data-button-anim=lift] .s-9615ff3, body[data-button-anim=lift] .s-879c38d, body[data-button-anim=lift] .i-df6a4c2, body[data-button-anim=lift] .i-68fe520, body[data-button-anim=lift] .r-0fbde55, body[data-button-anim=lift] .b-a1a9e8c, body[data-button-anim=lift] .f-c1d4a7a, body[data-button-anim=lift] .g-61b914d,
body.b-fe486bd .h-da7ea8e,
body.b-fe486bd .m-3d3c702,
body.b-fe486bd .d-864cbb3,
body.b-fe486bd .d-f1b8434,
body.b-fe486bd .s-9615ff3,
body.b-fe486bd .s-879c38d,
body.b-fe486bd .i-df6a4c2,
body.b-fe486bd .i-68fe520,
body.b-fe486bd .r-0fbde55,
body.b-fe486bd .b-a1a9e8c,
body.b-fe486bd .f-c1d4a7a,
body.b-fe486bd .g-61b914d {
  transition: transform 0.28s ease, background 0.3s;
}
body[data-button-anim=lift] .h-da7ea8e:hover, body[data-button-anim=lift] .m-3d3c702:hover, body[data-button-anim=lift] .d-864cbb3:hover, body[data-button-anim=lift] .d-f1b8434:hover, body[data-button-anim=lift] .s-9615ff3:hover, body[data-button-anim=lift] .s-879c38d:hover, body[data-button-anim=lift] .i-df6a4c2:hover, body[data-button-anim=lift] .i-68fe520:hover, body[data-button-anim=lift] .r-0fbde55:hover, body[data-button-anim=lift] .b-a1a9e8c:hover, body[data-button-anim=lift] .f-c1d4a7a:hover, body[data-button-anim=lift] .g-61b914d:hover,
body.b-fe486bd .h-da7ea8e:hover,
body.b-fe486bd .m-3d3c702:hover,
body.b-fe486bd .d-864cbb3:hover,
body.b-fe486bd .d-f1b8434:hover,
body.b-fe486bd .s-9615ff3:hover,
body.b-fe486bd .s-879c38d:hover,
body.b-fe486bd .i-df6a4c2:hover,
body.b-fe486bd .i-68fe520:hover,
body.b-fe486bd .r-0fbde55:hover,
body.b-fe486bd .b-a1a9e8c:hover,
body.b-fe486bd .f-c1d4a7a:hover,
body.b-fe486bd .g-61b914d:hover {
  transform: translateY(-6px);
}
body[data-button-anim=lift] .h-da7ea8e:active, body[data-button-anim=lift] .m-3d3c702:active, body[data-button-anim=lift] .d-864cbb3:active, body[data-button-anim=lift] .d-f1b8434:active, body[data-button-anim=lift] .s-9615ff3:active, body[data-button-anim=lift] .s-879c38d:active, body[data-button-anim=lift] .i-df6a4c2:active, body[data-button-anim=lift] .i-68fe520:active, body[data-button-anim=lift] .r-0fbde55:active, body[data-button-anim=lift] .b-a1a9e8c:active, body[data-button-anim=lift] .f-c1d4a7a:active, body[data-button-anim=lift] .g-61b914d:active,
body.b-fe486bd .h-da7ea8e:active,
body.b-fe486bd .m-3d3c702:active,
body.b-fe486bd .d-864cbb3:active,
body.b-fe486bd .d-f1b8434:active,
body.b-fe486bd .s-9615ff3:active,
body.b-fe486bd .s-879c38d:active,
body.b-fe486bd .i-df6a4c2:active,
body.b-fe486bd .i-68fe520:active,
body.b-fe486bd .r-0fbde55:active,
body.b-fe486bd .b-a1a9e8c:active,
body.b-fe486bd .f-c1d4a7a:active,
body.b-fe486bd .g-61b914d:active {
  transform: translateY(-2px);
}

body[data-button-anim=scale] .h-da7ea8e, body[data-button-anim=scale] .m-3d3c702, body[data-button-anim=scale] .d-864cbb3, body[data-button-anim=scale] .d-f1b8434, body[data-button-anim=scale] .s-9615ff3, body[data-button-anim=scale] .s-879c38d, body[data-button-anim=scale] .i-df6a4c2, body[data-button-anim=scale] .i-68fe520, body[data-button-anim=scale] .r-0fbde55, body[data-button-anim=scale] .b-a1a9e8c, body[data-button-anim=scale] .f-c1d4a7a, body[data-button-anim=scale] .g-61b914d,
body.b-cb54b1e .h-da7ea8e,
body.b-cb54b1e .m-3d3c702,
body.b-cb54b1e .d-864cbb3,
body.b-cb54b1e .d-f1b8434,
body.b-cb54b1e .s-9615ff3,
body.b-cb54b1e .s-879c38d,
body.b-cb54b1e .i-df6a4c2,
body.b-cb54b1e .i-68fe520,
body.b-cb54b1e .r-0fbde55,
body.b-cb54b1e .b-a1a9e8c,
body.b-cb54b1e .f-c1d4a7a,
body.b-cb54b1e .g-61b914d {
  transition: transform 0.28s ease, background 0.3s;
}
body[data-button-anim=scale] .h-da7ea8e:hover, body[data-button-anim=scale] .m-3d3c702:hover, body[data-button-anim=scale] .d-864cbb3:hover, body[data-button-anim=scale] .d-f1b8434:hover, body[data-button-anim=scale] .s-9615ff3:hover, body[data-button-anim=scale] .s-879c38d:hover, body[data-button-anim=scale] .i-df6a4c2:hover, body[data-button-anim=scale] .i-68fe520:hover, body[data-button-anim=scale] .r-0fbde55:hover, body[data-button-anim=scale] .b-a1a9e8c:hover, body[data-button-anim=scale] .f-c1d4a7a:hover, body[data-button-anim=scale] .g-61b914d:hover,
body.b-cb54b1e .h-da7ea8e:hover,
body.b-cb54b1e .m-3d3c702:hover,
body.b-cb54b1e .d-864cbb3:hover,
body.b-cb54b1e .d-f1b8434:hover,
body.b-cb54b1e .s-9615ff3:hover,
body.b-cb54b1e .s-879c38d:hover,
body.b-cb54b1e .i-df6a4c2:hover,
body.b-cb54b1e .i-68fe520:hover,
body.b-cb54b1e .r-0fbde55:hover,
body.b-cb54b1e .b-a1a9e8c:hover,
body.b-cb54b1e .f-c1d4a7a:hover,
body.b-cb54b1e .g-61b914d:hover {
  transform: scale(1.08);
}
body[data-button-anim=scale] .h-da7ea8e:active, body[data-button-anim=scale] .m-3d3c702:active, body[data-button-anim=scale] .d-864cbb3:active, body[data-button-anim=scale] .d-f1b8434:active, body[data-button-anim=scale] .s-9615ff3:active, body[data-button-anim=scale] .s-879c38d:active, body[data-button-anim=scale] .i-df6a4c2:active, body[data-button-anim=scale] .i-68fe520:active, body[data-button-anim=scale] .r-0fbde55:active, body[data-button-anim=scale] .b-a1a9e8c:active, body[data-button-anim=scale] .f-c1d4a7a:active, body[data-button-anim=scale] .g-61b914d:active,
body.b-cb54b1e .h-da7ea8e:active,
body.b-cb54b1e .m-3d3c702:active,
body.b-cb54b1e .d-864cbb3:active,
body.b-cb54b1e .d-f1b8434:active,
body.b-cb54b1e .s-9615ff3:active,
body.b-cb54b1e .s-879c38d:active,
body.b-cb54b1e .i-df6a4c2:active,
body.b-cb54b1e .i-68fe520:active,
body.b-cb54b1e .r-0fbde55:active,
body.b-cb54b1e .b-a1a9e8c:active,
body.b-cb54b1e .f-c1d4a7a:active,
body.b-cb54b1e .g-61b914d:active {
  transform: scale(1.03);
}

body[data-button-anim=pop] .h-da7ea8e, body[data-button-anim=pop] .m-3d3c702, body[data-button-anim=pop] .d-864cbb3, body[data-button-anim=pop] .d-f1b8434, body[data-button-anim=pop] .s-9615ff3, body[data-button-anim=pop] .s-879c38d, body[data-button-anim=pop] .i-df6a4c2, body[data-button-anim=pop] .i-68fe520, body[data-button-anim=pop] .r-0fbde55, body[data-button-anim=pop] .b-a1a9e8c, body[data-button-anim=pop] .f-c1d4a7a, body[data-button-anim=pop] .g-61b914d,
body.b-f5290e8 .h-da7ea8e,
body.b-f5290e8 .m-3d3c702,
body.b-f5290e8 .d-864cbb3,
body.b-f5290e8 .d-f1b8434,
body.b-f5290e8 .s-9615ff3,
body.b-f5290e8 .s-879c38d,
body.b-f5290e8 .i-df6a4c2,
body.b-f5290e8 .i-68fe520,
body.b-f5290e8 .r-0fbde55,
body.b-f5290e8 .b-a1a9e8c,
body.b-f5290e8 .f-c1d4a7a,
body.b-f5290e8 .g-61b914d {
  transition: transform 0.32s cubic-bezier(0.34, 1.56, 0.64, 1), background 0.3s;
}
body[data-button-anim=pop] .h-da7ea8e:hover, body[data-button-anim=pop] .m-3d3c702:hover, body[data-button-anim=pop] .d-864cbb3:hover, body[data-button-anim=pop] .d-f1b8434:hover, body[data-button-anim=pop] .s-9615ff3:hover, body[data-button-anim=pop] .s-879c38d:hover, body[data-button-anim=pop] .i-df6a4c2:hover, body[data-button-anim=pop] .i-68fe520:hover, body[data-button-anim=pop] .r-0fbde55:hover, body[data-button-anim=pop] .b-a1a9e8c:hover, body[data-button-anim=pop] .f-c1d4a7a:hover, body[data-button-anim=pop] .g-61b914d:hover,
body.b-f5290e8 .h-da7ea8e:hover,
body.b-f5290e8 .m-3d3c702:hover,
body.b-f5290e8 .d-864cbb3:hover,
body.b-f5290e8 .d-f1b8434:hover,
body.b-f5290e8 .s-9615ff3:hover,
body.b-f5290e8 .s-879c38d:hover,
body.b-f5290e8 .i-df6a4c2:hover,
body.b-f5290e8 .i-68fe520:hover,
body.b-f5290e8 .r-0fbde55:hover,
body.b-f5290e8 .b-a1a9e8c:hover,
body.b-f5290e8 .f-c1d4a7a:hover,
body.b-f5290e8 .g-61b914d:hover {
  transform: scale(1.12);
}
body[data-button-anim=pop] .h-da7ea8e:active, body[data-button-anim=pop] .m-3d3c702:active, body[data-button-anim=pop] .d-864cbb3:active, body[data-button-anim=pop] .d-f1b8434:active, body[data-button-anim=pop] .s-9615ff3:active, body[data-button-anim=pop] .s-879c38d:active, body[data-button-anim=pop] .i-df6a4c2:active, body[data-button-anim=pop] .i-68fe520:active, body[data-button-anim=pop] .r-0fbde55:active, body[data-button-anim=pop] .b-a1a9e8c:active, body[data-button-anim=pop] .f-c1d4a7a:active, body[data-button-anim=pop] .g-61b914d:active,
body.b-f5290e8 .h-da7ea8e:active,
body.b-f5290e8 .m-3d3c702:active,
body.b-f5290e8 .d-864cbb3:active,
body.b-f5290e8 .d-f1b8434:active,
body.b-f5290e8 .s-9615ff3:active,
body.b-f5290e8 .s-879c38d:active,
body.b-f5290e8 .i-df6a4c2:active,
body.b-f5290e8 .i-68fe520:active,
body.b-f5290e8 .r-0fbde55:active,
body.b-f5290e8 .b-a1a9e8c:active,
body.b-f5290e8 .f-c1d4a7a:active,
body.b-f5290e8 .g-61b914d:active {
  transform: scale(1.04);
}

main {
  margin-top: 125px;
}
@media (max-width: 990px) {
  main {
    margin-top: 135px;
  }
}

.h-9d4fdbe {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  z-index: 99;
  transition: 0.5s;
}
.h-6caa1d8 {
  margin-left: auto;
  position: relative;
  display: inline-block;
  width: 125px;
}
.h-ca553f3 {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 10px 14px;
  border: 0;
  border-radius: 16px;
  background: transparent;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease;
}
.h-ca553f3:hover {
  background: rgba(255, 255, 255, 0.04);
}
.h-ca553f3[aria-expanded=true] .h-3a5deef {
  transform: rotate(180deg);
}
.h-d8bed22 {
  width: 36px;
  height: 36px;
  min-width: 36px;
  border-radius: 999px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1);
}
.h-d8bed22 img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.h-824af6c {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
.h-3a5deef {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: transform 0.3s ease;
  margin-left: 2px;
}
.h-f5b12f6 {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  min-width: 100%;
  padding: 10px;
  border-radius: 18px;
  background: rgba(14, 34, 49, 0.98);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25), 0 0 30px rgba(28, 133, 255, 0.12);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
  z-index: 20;
}
.h-93f7c18 {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 40px;
  padding: 10px 10px;
  border-radius: 14px;
  text-decoration: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.04);
  transition: background 0.3s ease;
}
.h-93f7c18:hover {
  background: rgba(255, 255, 255, 0.08);
}
.h-93f7c18.i-06f8889 {
  background: rgba(255, 255, 255, 0.06);
}
.h-6caa1d8:hover .h-f5b12f6 {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.h-9d4fdbe .c-2c7677f {
  padding: 10px 0;
}
.h-15147bb {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 990px) {
  .h-15147bb {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: 1fr 1fr 40px;
  }
}
@media (max-width: 990px) {
  .h-3b560c5 .h-30c772e {
    grid-column-start: 1;
    grid-column-end: 3;
    justify-content: center;
  }
}
.h-f0518a1 {
  display: none;
}
@media (max-width: 990px) {
  .h-f0518a1 {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    grid-column-start: 3;
  }
}
.h-f0518a1 svg:first-child {
  display: block;
}
.h-f0518a1 svg:last-child {
  display: none;
}
.h-d4f60e5 svg:first-child {
  display: none;
}
.h-d4f60e5 svg:last-child {
  display: block;
}
.h-30c772e {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.h-30c772e img {
  display: block;
  max-width: 150px;
  max-height: 56px;
  width: auto;
  height: auto;
  object-fit: contain;
}
@media (max-width: 990px) {
  .h-30c772e img {
    max-width: 130px;
    max-height: 40px;
  }
}
.h-d582e83 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}
@media (max-width: 990px) {
  .h-d582e83 {
    grid-column-start: 1;
    grid-column-end: 4;
  }
}
.h-da7ea8e {
  font-size: 16px;
  font-weight: 600;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  border: none;
  transition: 0.3s;
  line-height: 21px;
}
.h-35ef35d {
  width: 100%;
  box-sizing: border-box;
  margin: 10px auto 0 auto;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 990px) {
  .h-35ef35d {
    display: none;
    width: 100%;
    max-width: 100%;
    right: 0;
    left: 0;
    position: absolute;
    top: 92%;
    padding: 15px 5px;
  }
  .h-35ef35d.i-2f26aee {
    display: flex;
  }
}
.h-35ef35d ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 990px) {
  .h-35ef35d ul {
    gap: 12px;
    flex-direction: column;
    justify-content: center;
    padding-left: 10px;
  }
}
.h-35ef35d button {
  font-size: 16px;
  line-height: 21px;
  transition: 0.3s;
  font-weight: 500;
  background: transparent;
  appearance: none;
  box-shadow: none;
  cursor: pointer;
  outline: none;
}
@media (max-width: 990px) {
  .h-35ef35d button {
    font-size: 18px;
    line-height: 23px;
  }
}
.h-35ef35d a {
  font-size: 16px;
  line-height: 21px;
  transition: 0.3s;
  font-weight: 500;
}
@media (max-width: 990px) {
  .h-35ef35d a {
    font-size: 18px;
    line-height: 23px;
  }
}
.h-fef0b09 {
  margin-top: 5px;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
}
@media (max-width: 990px) {
  .h-fef0b09 {
    display: none;
    width: 95%;
    max-width: 100%;
    position: absolute;
    top: 100%;
  }
  .h-fef0b09.i-2f26aee {
    display: flex;
  }
}
.h-ce2f83c {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  font-size: 14px;
  margin: 0 3px;
  font-weight: 500;
  line-height: 21px;
  transition: 0.3s;
  text-align: center;
  width: auto;
  appearance: none;
  outline: none;
  background: transparent;
}
@media (max-width: 990px) {
  .h-ce2f83c {
    justify-content: flex-start;
  }
}
.h-ce2f83c img {
  height: 20px;
  width: 20px;
  margin: 0 10px 0 0;
  object-fit: contain;
  transition: 0.3s;
}
.h-ce2f83c:hover img {
  transform: translateX(-10px);
}

.u-9646f20 {
  position: fixed;
  right: 20px;
  bottom: 70px;
  z-index: 9;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}
@media (max-width: 990px) {
  .u-9646f20 {
    right: 10px;
    bottom: 75px;
  }
}

.u-857f277 {
  opacity: 1;
  pointer-events: auto;
}

.h-42f7f86 {
  transform: translateY(-250%);
  transition: 0.3s;
}

.c-71dfabe .b-8060b6b {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 0 0 15px 0;
  list-style-type: none;
}
.c-71dfabe .b-8060b6b li {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.c-71dfabe .b-8060b6b li::after {
  content: "›";
  margin-left: 10px;
  font-weight: 400;
  font-size: 18px;
}
.c-71dfabe .b-8060b6b li a {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.c-71dfabe .b-8060b6b li:last-child {
  font-weight: 400;
}
.c-71dfabe .b-8060b6b li:last-child::after {
  display: none;
}
.c-f7e73c5 > .tablepress-table-wrapper,
.c-f7e73c5 > .wp-block-table {
  width: 100%;
  max-width: var(--site-container-width, var(--site-content-max, 100%));
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  box-sizing: border-box;
}
.c-f7e73c5 > table.tablepress,
.c-f7e73c5 > table[id^=tablepress-] {
  display: table;
  width: 100%;
  max-width: var(--site-content-max, var(--site-container-width, 100%));
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  box-sizing: border-box;
}
.c-f7e73c5 > .tablepress-table-wrapper table.tablepress,
.c-f7e73c5 > .tablepress-table-wrapper table[id^=tablepress-] {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}
.c-f7e73c5 table.tablepress,
.c-f7e73c5 .tablepress,
.c-f7e73c5 table[id^=tablepress-],
.c-f7e73c5 .tablepress-table-wrapper,
.c-f7e73c5 .tablepress-scroll-wrapper {
  margin-top: 0;
  margin-bottom: var(--section-spacing-bottom, 40px);
}
.c-f7e73c5 .tablepress-table-wrapper,
.c-f7e73c5 .tablepress-scroll-wrapper,
.c-f7e73c5 .wp-block-table {
  overflow-x: auto;
  max-width: 100%;
}
.c-f7e73c5 table.tablepress,
.c-f7e73c5 .tablepress,
.c-f7e73c5 table[id^=tablepress-] {
  --border-color: transparent;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.c-f7e73c5 table.tablepress thead tr th,
.c-f7e73c5 .tablepress thead tr th,
.c-f7e73c5 table[id^=tablepress-] thead tr th {
  font-size: var(--tablepress-font-size, 16px);
  line-height: 1.3;
  font-weight: 700;
  color: var(--tablepress-thead-text, var(--text-color, #fff));
  background: var(--tablepress-thead-bg, var(--block-bg, transparent));
  border: none;
  border-bottom: 1px solid var(--tablepress-row-border, rgba(255, 255, 255, 0.08));
  border-radius: 0;
  padding: 14px 20px;
}
.c-f7e73c5 table.tablepress tbody tr td,
.c-f7e73c5 .tablepress tbody tr td,
.c-f7e73c5 table[id^=tablepress-] tbody tr td {
  font-size: var(--tablepress-font-size, 16px);
  line-height: 1.3;
  color: var(--tablepress-tbody-text, var(--text-color, #fff));
  background: var(--tablepress-tbody-bg, rgba(255, 255, 255, 0.06));
  border: none;
  border-bottom: 1px solid var(--tablepress-row-border, rgba(255, 255, 255, 0.08));
  border-radius: 0;
  padding: 14px 20px;
  vertical-align: top;
}
.c-f7e73c5 table.tablepress tbody tr:last-child td,
.c-f7e73c5 .tablepress tbody tr:last-child td,
.c-f7e73c5 table[id^=tablepress-] tbody tr:last-child td {
  border-bottom: none;
}
.c-f7e73c5 table.tablepress thead tr:first-child th:first-child,
.c-f7e73c5 .tablepress thead tr:first-child th:first-child,
.c-f7e73c5 table[id^=tablepress-] thead tr:first-child th:first-child {
  border-top-left-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.c-f7e73c5 table.tablepress thead tr:first-child th:last-child,
.c-f7e73c5 .tablepress thead tr:first-child th:last-child,
.c-f7e73c5 table[id^=tablepress-] thead tr:first-child th:last-child {
  border-top-right-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.c-f7e73c5 table.tablepress:not(:has(thead)) tbody tr:first-child td:first-child,
.c-f7e73c5 .tablepress:not(:has(thead)) tbody tr:first-child td:first-child,
.c-f7e73c5 table[id^=tablepress-]:not(:has(thead)) tbody tr:first-child td:first-child {
  border-top-left-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.c-f7e73c5 table.tablepress:not(:has(thead)) tbody tr:first-child td:last-child,
.c-f7e73c5 .tablepress:not(:has(thead)) tbody tr:first-child td:last-child,
.c-f7e73c5 table[id^=tablepress-]:not(:has(thead)) tbody tr:first-child td:last-child {
  border-top-right-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.c-f7e73c5 table.tablepress tbody tr:last-child td:first-child,
.c-f7e73c5 .tablepress tbody tr:last-child td:first-child,
.c-f7e73c5 table[id^=tablepress-] tbody tr:last-child td:first-child {
  border-bottom-left-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.c-f7e73c5 table.tablepress tbody tr:last-child td:last-child,
.c-f7e73c5 .tablepress tbody tr:last-child td:last-child,
.c-f7e73c5 table[id^=tablepress-] tbody tr:last-child td:last-child {
  border-bottom-right-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.c-f7e73c5 table.tablepress tbody tr:nth-child(even) td,
.c-f7e73c5 .tablepress tbody tr:nth-child(even) td,
.c-f7e73c5 table[id^=tablepress-] tbody tr:nth-child(even) td {
  background: var(--tablepress-alt-row-bg, rgba(255, 255, 255, 0.1));
}
.c-f7e73c5 table.tablepress tbody tr td.column-1,
.c-f7e73c5 table.tablepress tbody tr.row-odd td:first-child,
.c-f7e73c5 table.tablepress tbody tr td:first-child,
.c-f7e73c5 .tablepress tbody tr td.column-1,
.c-f7e73c5 .tablepress tbody tr td:first-child,
.c-f7e73c5 table[id^=tablepress-] tbody tr td:first-child {
  font-weight: 700;
}
.c-f7e73c5 table.tablepress tbody tr:hover td,
.c-f7e73c5 .tablepress tbody tr:hover td,
.c-f7e73c5 table[id^=tablepress-] tbody tr:hover td {
  background: rgba(255, 255, 255, 0.12);
}
.c-f7e73c5 .wp-block-table {
  overflow-x: auto;
  margin-top: 0;
  margin-bottom: var(--section-spacing-bottom, 40px);
}
.c-f7e73c5 .wp-block-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.c-f7e73c5 .wp-block-table thead th {
  font-size: var(--tablepress-font-size, 16px);
  line-height: 1.3;
  font-weight: 700;
  color: var(--tablepress-thead-text, var(--text-color, #fff));
  background: var(--tablepress-thead-bg, var(--block-bg, transparent));
  border: none;
  border-bottom: 1px solid var(--tablepress-row-border, rgba(255, 255, 255, 0.08));
  border-radius: 0;
  padding: 14px 20px;
}
.c-f7e73c5 .wp-block-table tbody td {
  font-size: var(--tablepress-font-size, 16px);
  line-height: 1.3;
  color: var(--tablepress-tbody-text, var(--text-color, #fff));
  background: var(--tablepress-tbody-bg, rgba(255, 255, 255, 0.06));
  border: none;
  border-bottom: 1px solid var(--tablepress-row-border, rgba(255, 255, 255, 0.08));
  border-radius: 0;
  padding: 14px 20px;
  vertical-align: top;
}
.c-f7e73c5 .wp-block-table tbody tr:last-child td {
  border-bottom: none;
}
.c-f7e73c5 .wp-block-table thead tr:first-child th:first-child {
  border-top-left-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.c-f7e73c5 .wp-block-table thead tr:first-child th:last-child {
  border-top-right-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.c-f7e73c5 .wp-block-table:not(:has(thead)) tbody tr:first-child td:first-child {
  border-top-left-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.c-f7e73c5 .wp-block-table:not(:has(thead)) tbody tr:first-child td:last-child {
  border-top-right-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.c-f7e73c5 .wp-block-table tbody tr:last-child td:first-child {
  border-bottom-left-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.c-f7e73c5 .wp-block-table tbody tr:last-child td:last-child {
  border-bottom-right-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.c-f7e73c5 .wp-block-table tbody tr:nth-child(even) td {
  background: var(--tablepress-alt-row-bg, rgba(255, 255, 255, 0.1));
}
.c-f7e73c5 img.alignleft {
  float: left;
  margin: 0 10px 10px 0;
}
@media (max-width: 576px) {
  .c-f7e73c5 img.alignleft {
    float: none;
    width: 100%;
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
    display: block;
    margin: 0 0 10px 0;
    object-fit: cover;
  }
}
.c-f7e73c5 ul, .c-f7e73c5 ol {
  padding-left: 15px;
  margin: 0 0 10px 0;
}
.c-f7e73c5 ul li, .c-f7e73c5 ol li {
  margin-bottom: 5px;
}
.c-f7e73c5 figure {
  width: 100% !important;
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
  display: block;
  margin: 0;
}
.c-f7e73c5 img.alignright {
  margin: 0 0 10px 10px;
  float: right;
}
@media (max-width: 576px) {
  .c-f7e73c5 img.alignright {
    float: none;
    width: 100%;
    object-fit: cover;
    max-width: 100%;
    box-sizing: border-box;
    display: block;
    height: auto;
    margin: 0 0 10px 0;
  }
}
.c-f7e73c5 img.s-f5caece {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
  max-width: 100%;
}
@media (max-width: 576px) {
  .c-f7e73c5 img.s-f5caece {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    object-fit: cover;
    display: block;
    margin: 0 0 10px 0;
  }
}
.c-f7e73c5 img.aligncenter {
  display: block;
  margin: 0 auto;
}
@media (max-width: 576px) {
  .c-f7e73c5 img.aligncenter {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    display: block;
    object-fit: cover;
    margin: 0 0 10px 0;
  }
}
.c-f7e73c5 p {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 990px) {
  .c-f7e73c5 p {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 22px;
  }
}
.c-f7e73c5 a {
  font-weight: 500;
}
.c-f7e73c5 a:hover {
  text-decoration: underline;
}
.c-f7e73c5 strong {
  font-weight: 700;
}
.c-f7e73c5 h1, .c-f7e73c5 h2, .c-f7e73c5 h3, .c-f7e73c5 h4, .c-f7e73c5 h5 {
  margin-bottom: 20px;
  font-weight: 700;
}
@media (max-width: 990px) {
  .c-f7e73c5 h1, .c-f7e73c5 h2, .c-f7e73c5 h3, .c-f7e73c5 h4, .c-f7e73c5 h5 {
    margin-bottom: 15px;
  }
}
.c-f7e73c5 h1 {
  font-size: 40px;
  line-height: 51px;
}
@media (max-width: 990px) {
  .c-f7e73c5 h1 {
    font-size: 28px;
    line-height: 39px;
  }
}
.c-f7e73c5 h2 {
  font-size: 36px;
  line-height: 46px;
}
@media (max-width: 990px) {
  .c-f7e73c5 h2 {
    font-size: 26px;
    line-height: 33px;
  }
}
.c-f7e73c5 h3 {
  font-size: 32px;
  line-height: 40px;
}
@media (max-width: 990px) {
  .c-f7e73c5 h3 {
    font-size: 24px;
    line-height: 28px;
  }
}
.c-f7e73c5 h4 {
  font-size: 32px;
  line-height: 40px;
}
@media (max-width: 990px) {
  .c-f7e73c5 h4 {
    font-size: 24px;
    line-height: 28px;
  }
}
.c-f7e73c5 h5 {
  font-size: 32px;
  line-height: 40px;
}
@media (max-width: 990px) {
  .c-f7e73c5 h5 {
    font-size: 24px;
    line-height: 28px;
  }
}
.c-71dfabe .m-522725c {
  cursor: pointer;
  padding: 120px;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
}
@media (max-width: 768px) {
  .c-71dfabe .m-522725c {
    padding: 15px;
  }
}
.c-71dfabe .m-0b749f6 {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-71dfabe .m-d983ae1 {
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1;
  font-size: 22px;
}
@media (max-width: 768px) {
  .c-71dfabe .m-d983ae1 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.c-71dfabe .m-d100967 {
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
  line-height: 1;
  font-weight: 400;
  font-size: 20px;
}
@media (max-width: 768px) {
  .c-71dfabe .m-d100967 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.c-71dfabe .m-f006871 {
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
  line-height: 1;
  font-weight: 700;
  font-size: 50px;
}
@media (max-width: 768px) {
  .c-71dfabe .m-f006871 {
    font-size: 25px;
    line-height: 1.1;
    margin-bottom: 15px;
  }
}
.c-71dfabe .m-3d3c702 {
  position: relative;
  z-index: 2;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  border: none;
  line-height: 21px;
  max-width: 200px;
}
@media (max-width: 768px) {
  .c-71dfabe .m-3d3c702 {
    font-size: 16px;
    padding: 8px 14px;
  }
}
@media (max-width: 576px) {
  .c-71dfabe .m-3d3c702 {
    font-size: 14px;
    padding: 8px;
  }
}
.c-71dfabe .m-4f29a9e {
  align-items: flex-end;
}
.c-71dfabe .s-947bf11 {
  overflow: hidden;
  display: grid;
  grid-template-columns: 800px 1fr;
  grid-gap: 20px;
}
@media (max-width: 1280px) {
  .c-71dfabe .s-947bf11 {
    grid-template-columns: 700px 1fr;
  }
}
@media (max-width: 1100px) {
  .c-71dfabe .s-947bf11 {
    grid-template-columns: 600px 1fr;
  }
}
@media (max-width: 1000px) {
  .c-71dfabe .s-947bf11 {
    grid-template-columns: 1fr;
  }
}
.c-71dfabe .s-6dbf51c {
  overflow: hidden;
  cursor: pointer;
  height: 265px;
}
@media (max-width: 1200px) {
  .c-71dfabe .s-6dbf51c {
    height: auto;
  }
}
.c-71dfabe .s-6dbf51c img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  height: 265px;
  object-fit: cover;
}
@media (max-width: 990px) {
  .c-71dfabe .s-6dbf51c img {
    height: auto;
  }
}
.c-71dfabe .s-b6f3574 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-71dfabe .s-4db3c06 {
  cursor: pointer;
  height: auto;
  box-sizing: border-box;
  padding: 50px 25px;
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}
@media (max-width: 990px) {
  .c-71dfabe .s-4db3c06 {
    padding: 20px;
    height: auto;
  }
}
.c-71dfabe .s-6b72bbd {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 990px) {
  .c-71dfabe .s-6b72bbd {
    height: auto;
  }
}
.c-71dfabe .s-56c088a {
  position: relative;
  z-index: 2;
  margin-bottom: 15px;
  line-height: 1;
  font-weight: 400;
  font-size: 14px;
}
.c-71dfabe .s-b48f142 {
  position: relative;
  z-index: 2;
  margin-bottom: 15px;
  line-height: 1;
  font-weight: 700;
  font-size: 24px;
}
.c-71dfabe .s-017ba72 {
  position: relative;
  z-index: 2;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 6px 10px;
  border: none;
  line-height: 21px;
  max-width: 120px;
}
.c-71dfabe .s-947bf11 .tns-controls {
  position: absolute;
  z-index: 2;
  right: 20px;
  bottom: 20px;
  display: flex;
  align-items: center;
}
.c-71dfabe .s-947bf11 .tns-controls button {
  margin: 0 2.5px;
  height: 20px;
  width: 20px;
  border-radius: 5px;
  color: transparent;
  background: rgba(255, 255, 255, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-71dfabe .s-947bf11 .tns-controls button[data-controls=prev]::after {
  content: "";
  background: url("../i/ef6b5d2ba2ca.svg") no-repeat center;
  height: 10px;
  width: 10px;
  background-size: 10px 10px;
  display: block;
  position: absolute;
}
.c-71dfabe .s-947bf11 .tns-controls button[data-controls=next]::after {
  content: "";
  background: url("../i/b0f6fd4a78ca.svg") no-repeat center;
  height: 10px;
  width: 10px;
  background-size: 10px 10px;
  display: block;
  position: absolute;
}
.c-71dfabe .s-947bf11 .tns-outer {
  position: relative;
  overflow: hidden;
}
.c-71dfabe .a-ffe33b4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}
@media (max-width: 990px) {
  .c-71dfabe .a-ffe33b4 {
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }
}
.c-71dfabe .a-47604ba {
  padding: 20px 60px 20px 20px;
  position: relative;
}
.c-71dfabe .a-b3d4d8f {
  position: absolute;
  right: 10px;
  top: 20%;
}
.c-71dfabe .a-d8ee279 {
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 700;
  line-height: 21px;
}
@media (max-width: 990px) {
  .c-71dfabe .a-d8ee279 {
    font-size: 23px;
  }
}
.c-71dfabe .a-93c69e6 {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  line-height: 21px;
}
.c-71dfabe .a-fd51c7e {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}
@media (max-width: 990px) {
  .c-71dfabe .a-fd51c7e {
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
  }
}
@media (max-width: 576px) {
  .c-71dfabe .a-fd51c7e {
    grid-template-columns: 1fr;
  }
}
.c-71dfabe .a-93e5445 {
  margin-bottom: 15px;
}
.c-71dfabe .a-e299ae5 {
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 700;
  line-height: 21px;
}
@media (max-width: 990px) {
  .c-71dfabe .a-e299ae5 {
    font-size: 23px;
  }
}
.c-71dfabe .a-9d3acc6 {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  margin: 0;
}
.c-71dfabe .a-aec99fe {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}
@media (max-width: 990px) {
  .c-71dfabe .a-aec99fe {
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
  }
}
@media (max-width: 576px) {
  .c-71dfabe .a-aec99fe {
    grid-template-columns: 1fr;
  }
}
.c-71dfabe .a-a1cc443 {
  padding: 40px;
}
.c-71dfabe .a-417278c {
  margin: 0 auto 15px auto;
  display: block;
}
.c-71dfabe .a-c084c11 {
  text-align: center;
  font-size: 25px;
  margin: 0;
  font-weight: 700;
  line-height: 21px;
}
.c-71dfabe .t-0c40c7a {
  padding: 20px;
}
.c-71dfabe .t-5070021 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-size: 25px;
  font-weight: 700;
  margin: 0;
  line-height: 21px;
}
.c-71dfabe .t-5070021 svg {
  transition: 0.3s;
}
.c-71dfabe .t-516afb2 svg {
  transform: rotate(180deg);
}
.c-71dfabe .t-02a7b47 {
  margin-top: 20px;
  display: none;
}
.c-71dfabe .t-a095884 {
  margin-bottom: 15px;
  line-height: 1;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.c-71dfabe .t-a095884 span {
  border-radius: 50%;
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px 0 0;
}
.c-71dfabe .t-a095884:last-child {
  margin: 0;
}
.c-71dfabe .t-14cb5e8 {
  padding: 17.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.c-71dfabe .t-dddaaff {
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  margin: 2.5px 10px;
}
.c-71dfabe .t-dddaaff img {
  margin: 0 10px 0 0;
}
.c-71dfabe .t-e831ff1 {
  padding: 17.5px;
  display: grid;
  grid-template-columns: 100px 1fr;
  grid-gap: 10px;
}
@media (max-width: 990px) {
  .c-71dfabe .t-e831ff1 {
    grid-template-columns: 1fr;
  }
}
.c-71dfabe .t-a80f59d {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-71dfabe .t-a80f59d img {
  max-width: 100%;
  height: auto;
  width: 100%;
  object-fit: contain;
}
@media (max-width: 990px) {
  .c-71dfabe .t-a80f59d img {
    height: 60px;
  }
}
.c-71dfabe .t-e74e7ee {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 990px) {
  .c-71dfabe .t-e74e7ee {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 10px;
  }
}
.c-71dfabe .t-32cfa08 {
  white-space: nowrap;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  margin: 2.5px 10px;
}
.c-71dfabe .i-5ea28be {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 20px;
}
@media (max-width: 990px) {
  .c-71dfabe .i-5ea28be {
    grid-template-columns: 1fr;
  }
}
.c-71dfabe .i-6c01639 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
@media (max-width: 576px) {
  .c-71dfabe .i-6c01639 {
    grid-template-columns: 1fr;
  }
}
.c-71dfabe .i-f0d706d {
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.c-71dfabe .i-34c4d66 {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  margin: 0 auto 40px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 990px) {
  .c-71dfabe .i-34c4d66 {
    margin-bottom: 20px;
  }
}
.c-71dfabe .i-99d9188 {
  padding: 20px;
  position: relative;
  min-height: 140px;
  display: flex;
  cursor: pointer;
  flex-direction: column;
}
@media (max-width: 990px) {
  .c-71dfabe .i-99d9188 {
    min-height: 120px;
  }
}
.c-71dfabe .i-49ecde3 {
  position: absolute;
  right: 10px;
  bottom: 10px;
  max-width: 100%;
  width: auto;
  height: 50px;
  object-fit: contain;
}
.c-71dfabe .i-d9b8678 {
  margin-bottom: 5px;
  font-size: 19px;
  font-weight: 700;
  line-height: 21px;
}
.c-71dfabe .i-93b9c7c {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  line-height: 21px;
}
.c-71dfabe .i-58b23af {
  display: inline-block;
  margin: 0 auto 15px auto;
  padding-bottom: 15px;
  font-size: 19px;
  font-weight: 700;
  line-height: 21px;
  text-align: center;
}
.c-71dfabe .i-5ea28be .f-c1d4a7a {
  margin-bottom: 15px;
}
.c-71dfabe .i-31bcb5f {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
  margin-bottom: 25px;
}
.c-71dfabe .i-52208bf {
  margin-top: auto;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.c-71dfabe .i-52208bf:hover {
  transform: scale(1.1);
}
.c-71dfabe .i-2f6d6c3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}
@media (max-width: 990px) {
  .c-71dfabe .i-2f6d6c3 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 576px) {
  .c-71dfabe .i-2f6d6c3 {
    grid-template-columns: 1fr;
  }
}
.c-71dfabe .i-9d8e895 {
  padding: 20px;
  position: relative;
  cursor: pointer;
}
.c-71dfabe .i-e2fa8b0 {
  margin-bottom: 5px;
  font-size: 19px;
  font-weight: 700;
  line-height: 21px;
}
.c-71dfabe .i-e3e74fb {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  margin: 0;
}
.c-71dfabe .i-93ef748 {
  position: absolute;
  right: 10px;
  object-fit: contain;
  width: auto;
  height: 40px;
  top: 26%;
}
.c-71dfabe .i-13cf557 {
  overflow: hidden;
  position: relative;
}
.c-71dfabe .i-13cf557 .tns-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  position: absolute;
  top: 44%;
  z-index: 9;
  width: 100%;
  box-sizing: border-box;
}
.c-71dfabe .i-13cf557 .tns-controls button:first-child {
  position: relative;
  color: transparent;
  height: 20px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #c5c5d3;
}
.c-71dfabe .i-13cf557 .tns-controls button:first-child::after {
  content: "";
  background: url("../i/ef6b5d2ba2ca.svg") no-repeat center;
  height: 10px;
  width: 10px;
  background-size: 10px 10px;
  display: block;
  position: absolute;
}
.c-71dfabe .i-13cf557 .tns-controls button:last-child {
  position: relative;
  color: transparent;
  height: 20px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #c5c5d3;
}
.c-71dfabe .i-13cf557 .tns-controls button:last-child::after {
  content: "";
  background: url("../i/b0f6fd4a78ca.svg") no-repeat center;
  height: 10px;
  width: 10px;
  background-size: 10px 10px;
  display: block;
  position: absolute;
}
.c-71dfabe .i-13cf557 .tns-outer {
  position: relative;
  overflow: hidden;
}
.c-71dfabe .i-f37cc11 {
  overflow: hidden;
  height: 180px;
}
@media (max-width: 576px) {
  .c-71dfabe .i-f37cc11 {
    height: auto;
  }
}
.c-71dfabe .i-03f92ac {
  padding: 20px;
  position: relative;
  min-height: 140px;
  cursor: pointer;
}
.c-71dfabe .i-5f85c2d {
  position: absolute;
  right: 0;
  bottom: 0;
  object-fit: contain;
  width: auto;
  height: 80px;
}
.c-71dfabe .i-314cf47 {
  font-size: 23px;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
}
.c-71dfabe .r-274100b {
  overflow: hidden;
  max-height: 350px;
}
.c-71dfabe .r-274100b .tns-outer {
  display: flex;
  flex-direction: column;
}
.c-71dfabe .r-274100b .tns-controls {
  display: none;
}
.c-71dfabe .r-274100b .tns-nav {
  margin-top: 15px;
  order: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-71dfabe .r-274100b .tns-nav button {
  width: 5px;
  height: 12px;
  cursor: pointer;
  display: block;
  border-radius: 50%;
  margin: 0 5px;
}
.c-71dfabe .r-70003cd {
  padding: 20px;
  cursor: pointer;
}
.c-71dfabe .r-4cab621 {
  display: grid;
  align-items: center;
  grid-template-columns: 60px 1fr;
  grid-gap: 20px;
  margin-bottom: 15px;
}
.c-71dfabe .r-6faba70 {
  border-radius: 50%;
  object-fit: cover;
  height: 60px;
  width: 60px;
}
.c-71dfabe .r-b59e403 {
  font-size: 21px;
  font-weight: 700;
  line-height: 25px;
  margin: 0;
}
.c-71dfabe .r-b21b185 {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.c-71dfabe .p-47d0c5a {
  overflow: hidden;
}
.c-71dfabe .p-47d0c5a button[data-action] {
  display: none;
}
.c-71dfabe .p-47d0c5a .tns-controls {
  display: none;
}
.c-71dfabe .p-6e77a18 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.c-71dfabe .p-6e77a18 .p-d35f0b3 {
  margin: 0;
}
.c-71dfabe .p-61fddf0 {
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-71dfabe .p-61fddf0:hover {
  text-decoration: none;
}
.c-71dfabe .p-06bf125 {
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
  text-align: center;
  margin: 10px 0 0 0;
}
@media (max-width: 990px) {
  .c-71dfabe .p-06bf125 {
    font-size: 15px;
  }
}
.c-71dfabe .p-30a2739 {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  height: 60px;
}
.c-71dfabe .p-30a2739 img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 45px;
  object-fit: contain;
}
.c-71dfabe .p-04676dc {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  height: 50px;
  width: 50px;
  margin: 0 auto;
  border-radius: 50px;
}
.c-71dfabe .p-04676dc img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 45px;
  object-fit: contain;
}
.c-71dfabe .p-47d0c5a .tns-outer {
  overflow: hidden;
}
.c-71dfabe .p-88e88ec {
  overflow: hidden;
  height: 80px;
}
.c-71dfabe .p-d76f371 {
  height: 80px;
  overflow-x: hidden;
  margin-top: 35px;
}
@media (max-width: 990px) {
  .c-71dfabe .p-d76f371 {
    margin-top: 25px;
  }
}
.c-71dfabe .p-e68f33f {
  height: 93px;
  overflow-x: hidden;
}
.c-71dfabe .p-9abdd83 {
  height: 80px;
  overflow-x: hidden;
}
.c-71dfabe .p-9abdd83 .p-30a2739 img {
  max-height: 100%;
  height: 70px;
}
.c-71dfabe .a-edb6bc3 {
  padding: 25px;
  margin-top: 30px;
  position: relative;
}
@media (max-width: 990px) {
  .c-71dfabe .a-edb6bc3 {
    padding: 20px;
    margin-top: 0;
  }
}
.c-71dfabe .a-3e2f79a {
  max-width: 400px;
}
.c-71dfabe .a-b1e7810 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
@media (max-width: 990px) {
  .c-71dfabe .a-b1e7810 {
    font-size: 28px;
    line-height: 38px;
  }
}
.c-71dfabe .a-12a342e {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media (max-width: 990px) {
  .c-71dfabe .a-12a342e {
    font-size: 16px;
    line-height: 21px;
  }
}
.c-71dfabe .a-588907f {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px;
}
@media (max-width: 990px) {
  .c-71dfabe .a-588907f {
    grid-template-columns: 1fr 1fr;
  }
}
.c-71dfabe .a-616b6c7 {
  position: absolute;
  right: 40px;
  top: -25px;
}
@media (max-width: 990px) {
  .c-71dfabe .a-616b6c7 {
    display: none;
  }
}
.c-71dfabe .a-616b6c7 img {
  right: 0;
  z-index: 2;
  top: 0;
  max-width: 325px;
  object-fit: contain;
  height: 325px;
  width: 100%;
  box-sizing: border-box;
}
.c-71dfabe .s-427eff1 {
  overflow: hidden;
  padding: 25px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 35px;
}
@media (max-width: 990px) {
  .c-71dfabe .s-427eff1 {
    grid-gap: 20px;
    grid-template-columns: 1fr;
    padding: 20px;
  }
}
.c-71dfabe .s-4f71c1d {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.c-71dfabe .s-4f71c1d img {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 600px;
  object-fit: cover;
  width: auto;
  box-sizing: border-box;
}
.c-71dfabe .s-60d23f3 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 20px;
}
@media (max-width: 990px) {
  .c-71dfabe .s-60d23f3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 576px) {
  .c-71dfabe .s-60d23f3 {
    grid-gap: 15px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.c-71dfabe .s-1e0c70e {
  overflow: hidden;
}
.c-71dfabe .s-b46b044 {
  font-size: 32px;
  line-height: 40px;
}
@media (max-width: 990px) {
  .c-71dfabe .s-b46b044 {
    font-size: 24px;
    line-height: 28px;
  }
}
.c-71dfabe .s-546a1bb {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-71dfabe .s-546a1bb img {
  max-width: 100%;
  height: 150px;
  object-fit: contain;
  width: 100%;
}
@media (max-width: 576px) {
  .c-71dfabe .s-546a1bb img {
    height: 130px;
  }
}
.c-71dfabe .s-9615ff3 {
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
  line-height: 1.2;
  background: transparent;
  outline: none;
  appearance: none;
  box-shadow: none;
  cursor: pointer;
}
.c-71dfabe .s-9615ff3:hover {
  text-decoration: none;
}
.c-71dfabe .c-301f368 {
  list-style-type: none;
  padding: 0;
}
.c-71dfabe .c-301f368 li {
  position: relative;
  padding-left: 25px;
}
.c-71dfabe .c-301f368 li img {
  position: absolute;
  left: 0;
  height: 20px;
  width: 20px;
  object-fit: contain;
  top: 0;
}
.c-71dfabe .i-773d012 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 60px;
  align-items: start;
}
@media (max-width: 990px) {
  .c-71dfabe .i-773d012 {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
.c-71dfabe .i-bb26aef {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 990px) {
  .c-71dfabe .i-bb26aef {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
  }
}
.c-71dfabe .i-fc42362 {
  padding-left: 15px;
  position: relative;
  margin-right: 15px;
}
@media (max-width: 990px) {
  .c-71dfabe .i-fc42362 {
    margin: 0;
  }
}
.c-71dfabe .i-a128f91 {
  font-size: 16px;
  position: relative;
  font-weight: 700;
  margin-bottom: 5px;
  line-height: 1;
}
.c-71dfabe .i-a128f91 svg {
  position: absolute;
  left: -15px;
  top: 2px;
}
.c-71dfabe .i-5c41765 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0;
}
.c-71dfabe .i-357e189 {
  font-size: 32px;
  line-height: 40px;
}
@media (max-width: 990px) {
  .c-71dfabe .i-357e189 {
    font-size: 24px;
    line-height: 28px;
  }
}
.c-71dfabe .i-17686c6 {
  display: grid;
  grid-template-columns: 3fr 1fr;
  max-width: 425px;
  padding: 10px;
  width: 100%;
  grid-gap: 10px;
  border-radius: 10px;
  margin-bottom: 20px;
  box-sizing: border-box;
}
@media (max-width: 576px) {
  .c-71dfabe .i-17686c6 {
    max-width: 375px;
  }
}
.c-71dfabe .i-b05f5d6 {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-gap: 5px;
}
@media (max-width: 576px) {
  .c-71dfabe .i-b05f5d6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
.c-71dfabe .i-713b8ca {
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
}
@media (max-width: 576px) {
  .c-71dfabe .i-713b8ca {
    font-size: 13px;
  }
}
@media (max-width: 576px) {
  .c-71dfabe .i-e25acb2:nth-child(1), .c-71dfabe .i-e25acb2:nth-child(2) {
    display: none;
  }
}
.c-71dfabe .i-e25acb2 {
  padding: 5px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
}
.c-71dfabe .i-e25acb2 img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media (max-width: 990px) {
  .c-71dfabe .i-e25acb2 img {
    height: 20px;
  }
}
.c-71dfabe .i-e25acb2 svg {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media (max-width: 990px) {
  .c-71dfabe .i-e25acb2 svg {
    height: 20px;
  }
}
.c-71dfabe .i-df6a4c2 {
  position: relative;
  z-index: 2;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border: none;
  line-height: 21px;
  max-width: 180px;
}
@media (max-width: 576px) {
  .c-71dfabe .i-df6a4c2 {
    max-width: 100%;
  }
}
.c-71dfabe .i-df6a4c2:hover {
  text-decoration: none;
}
.c-71dfabe .i-5fd99e8 {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
.c-71dfabe .i-d3b4a02 {
  position: relative;
  padding: 10px;
  border-radius: 5px;
  overflow: hidden;
}
.c-71dfabe .i-c38d55b {
  object-fit: contain;
  position: absolute;
  right: 15px;
  bottom: 0;
  height: 110px;
  width: 110px;
}
@media (max-width: 990px) {
  .c-71dfabe .i-c38d55b {
    height: 95px;
    width: 95px;
  }
}
.c-71dfabe .i-3e39955 {
  font-size: 20px;
  font-weight: 600;
  line-height: 23.44px;
  margin-bottom: 10px;
}
.c-71dfabe .i-7186e7e {
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 50px;
}
.c-71dfabe .i-68fe520 {
  box-shadow: none;
  appearance: none;
  cursor: pointer;
  height: 40px;
  width: 40px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-71dfabe .g-10480b5 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.c-71dfabe .g-6e7d8ca {
  margin-bottom: 0;
}
.c-71dfabe .g-61b914d {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 270px;
  border-radius: 10px;
  cursor: pointer;
  overflow: hidden;
}
.c-71dfabe .g-61b914d img {
  max-width: 100%;
  height: 270px;
  object-fit: cover;
  width: 100%;
  box-sizing: border-box;
  border-radius: 10px;
}
.c-71dfabe .g-eaf3cab {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-71dfabe .g-e5c7485 .n-0a45898 {
  height: 40px;
  width: 40px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
  opacity: 0.8;
}
@media (max-width: 990px) {
  .c-71dfabe .g-e5c7485 .n-0a45898 {
    height: 30px;
    width: 30px;
  }
}
.c-71dfabe .g-e5c7485 .n-0a45898:hover {
  opacity: 1;
}
.c-71dfabe .g-e5c7485 .p-35fa77e {
  margin-right: 10px;
  cursor: pointer;
  height: 40px;
  width: 40px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  opacity: 0.8;
}
@media (max-width: 990px) {
  .c-71dfabe .g-e5c7485 .p-35fa77e {
    height: 30px;
    width: 30px;
  }
}
.c-71dfabe .g-e5c7485 .p-35fa77e:hover {
  opacity: 1;
}
.c-71dfabe .t-b56dc71 {
  display: grid;
  grid-template-columns: 1fr 3fr;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 576px) {
  .c-71dfabe .t-b56dc71 {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 576px) {
  .c-71dfabe .t-77e07c7 {
    overflow-x: auto;
    display: flex;
  }
}
.c-71dfabe .t-5326119 {
  font-size: 16px;
  line-height: 22px;
  cursor: pointer;
  font-weight: 700;
  margin: 0;
  padding: 14px;
}
@media (max-width: 576px) {
  .c-71dfabe .t-5326119 {
    padding: 10px;
    font-size: 15px;
    white-space: nowrap;
    border: none;
  }
}
.c-71dfabe .t-5326119:hover {
  background: red;
}
.c-71dfabe .t-968461e {
  display: none;
  padding: 12px 15px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
@media (max-width: 576px) {
  .c-71dfabe .t-968461e {
    padding: 10px;
    font-size: 15px;
  }
}
.c-71dfabe .t-af180bb {
  display: block;
}
.c-71dfabe .d-f400370 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 20px;
}
@media (max-width: 990px) {
  .c-71dfabe .d-f400370 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 576px) {
  .c-71dfabe .d-f400370 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.c-71dfabe .d-0310273 {
  height: 250px;
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
.c-71dfabe .d-0310273:hover .d-aaa54f3 {
  opacity: 1;
}
.c-71dfabe .d-0310273 img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-71dfabe .d-5ef43d1 {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-71dfabe .d-aaa54f3 {
  position: absolute;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  left: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  transition: 0.3s;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 15px;
  z-index: 2;
}
.c-71dfabe .d-aaa54f3::before {
  content: "";
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  position: absolute;
  opacity: 0.4;
  background: #000;
  pointer-events: none;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.c-71dfabe .d-b2262ca {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}
.c-71dfabe .d-864cbb3 {
  position: relative;
  z-index: 2;
  padding: 5px;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 700;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  line-height: 21px;
  text-align: center;
  cursor: pointer;
}
.c-71dfabe .d-f1b8434 {
  text-align: center;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  text-decoration: none;
  line-height: 21px;
  font-size: 16px;
  font-weight: 700;
  padding: 5px;
  position: relative;
  background: transparent;
  z-index: 2;
  cursor: pointer;
}
.c-71dfabe .d-f1b8434:hover {
  text-decoration: none;
}
.c-71dfabe .s-c9b6587 {
  display: grid;
  grid-template-columns: 3fr 1fr;
  grid-gap: 30px;
}
@media (max-width: 990px) {
  .c-71dfabe .s-c9b6587 {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
.c-71dfabe .s-e2b4e2c {
  max-width: 100%;
  height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.c-71dfabe .s-f057426 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 450px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 990px) {
  .c-71dfabe .s-f057426 {
    min-height: 200px;
    height: auto;
  }
}
.c-71dfabe .s-6f44c7e {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  position: relative;
  z-index: 2;
  width: 100%;
  box-sizing: border-box;
  gap: 10px;
}
.c-71dfabe .s-6f44c7e button {
  position: relative;
  z-index: 2;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border: none;
  line-height: 21px;
  max-width: 190px;
}
.c-71dfabe .s-6f44c7e button:hover {
  text-decoration: none;
}
.c-71dfabe .s-6f44c7e a {
  position: relative;
  z-index: 2;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border: none;
  line-height: 21px;
  max-width: 190px;
}
.c-71dfabe .s-6f44c7e a:hover {
  text-decoration: none;
}
.c-71dfabe .s-df4bfaf thead {
  width: 100%;
  box-sizing: border-box;
  display: block;
}
.c-71dfabe .s-df4bfaf thead tr:first-child {
  border-radius: 8px;
  background: #373737;
  overflow: hidden;
}
.c-71dfabe .s-df4bfaf tbody {
  display: block;
  box-sizing: border-box;
  width: 100%;
}
.c-71dfabe .s-df4bfaf tr {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0;
}
.c-71dfabe .s-df4bfaf tr td {
  border: none !important;
  margin: 0;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 17px;
}
.c-71dfabe .s-df4bfaf tr th {
  border: none !important;
  margin: 0;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  background: transparent;
  text-align: left;
}
.c-71dfabe .s-df4bfaf tr:nth-child(2n) {
  border-radius: 8px;
  background: #373737;
}
.c-71dfabe .r-88ca4a2 {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px;
}
.c-71dfabe .r-a8b792b {
  padding-bottom: 15px;
  display: grid;
  grid-template-columns: 230px 1fr 2fr 1fr;
  grid-gap: 30px;
  align-items: center;
}
@media (max-width: 990px) {
  .c-71dfabe .r-a8b792b {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
.c-71dfabe .r-a8b792b:nth-child(-n+3) .r-9bd945e {
  padding-right: 35px;
}
@media (max-width: 990px) {
  .c-71dfabe .r-a8b792b:nth-child(-n+3) .r-9bd945e {
    padding: 35px 0 0 0;
  }
}
.c-71dfabe .r-9bd945e {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.c-71dfabe .r-9bd945e svg {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 990px) {
  .c-71dfabe .r-9bd945e svg {
    left: 0;
    right: auto;
  }
}
.c-71dfabe .r-9bd945e img {
  max-width: 100%;
  height: auto;
  width: 100%;
  max-height: 130px;
  box-sizing: border-box;
  object-fit: cover;
  border-radius: 25px;
}
.c-71dfabe .r-11f5fb7 {
  padding-left: 45px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  position: relative;
}
.c-71dfabe .r-11f5fb7 svg {
  position: absolute;
  left: 0;
  top: 0;
}
.c-71dfabe .r-00d2f75 {
  text-align: center;
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
}
@media (max-width: 990px) {
  .c-71dfabe .r-00d2f75 {
    text-align: left;
    font-size: 16px;
  }
}
.c-71dfabe .r-f57fcf0 {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
  margin: 0;
}
@media (max-width: 990px) {
  .c-71dfabe .r-f57fcf0 {
    text-align: left;
    font-size: 16px;
  }
}
.c-71dfabe .r-8faa422 {
  text-align: center;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}
.c-71dfabe .r-0fbde55 {
  font-size: 18px;
  font-weight: 600;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  border: none;
  transition: 0.3s;
  line-height: 21px;
  border-radius: 10px;
}
@media (max-width: 990px) {
  .c-71dfabe .r-0fbde55 {
    font-size: 16px;
  }
}
.c-71dfabe .b-1125404 {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
.c-71dfabe .b-2e97ef1 {
  display: grid;
  overflow: hidden;
  grid-template-columns: 140px 1fr 350px 1fr 1fr;
  grid-gap: 20px;
  align-items: center;
  border-radius: 5px;
  min-height: 140px;
}
@media (max-width: 990px) {
  .c-71dfabe .b-2e97ef1 {
    grid-template-columns: 1fr;
    min-height: auto;
    grid-gap: 15px;
  }
}
.c-71dfabe .b-f77ef06 {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  box-sizing: border-box;
}
@media (max-width: 990px) {
  .c-71dfabe .b-f77ef06 {
    padding: 15px;
  }
}
.c-71dfabe .b-f77ef06 img {
  border-radius: 10px;
  display: block;
  max-height: 120px;
  box-sizing: border-box;
  object-fit: contain;
  max-width: 120px;
}
.c-71dfabe .b-a02b002 {
  padding: 5px 10px;
  text-align: center;
  margin: 0;
  font-size: 18px;
  line-height: 21px;
  font-weight: 600;
}
@media (max-width: 990px) {
  .c-71dfabe .b-a02b002 {
    padding: 0;
  }
}
.c-71dfabe .b-1dbfca4 {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 5px;
  align-items: center;
  padding: 5px 15px;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 990px) {
  .c-71dfabe .b-1dbfca4 {
    border: none !important;
  }
}
.c-71dfabe .b-1dbfca4 li {
  display: flex;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin: 0;
}
.c-71dfabe .b-1dbfca4 li svg {
  margin-right: 5px;
}
.c-71dfabe .b-7b89e93 {
  text-align: center;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 22px;
  font-weight: bold;
}
.c-71dfabe .b-5908ee5 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.c-71dfabe .b-9b9e430 {
  padding: 5px 20px 5px 10px;
}
@media (max-width: 990px) {
  .c-71dfabe .b-9b9e430 {
    padding: 0 15px 15px 15px;
  }
}
.c-71dfabe .b-a1a9e8c {
  font-size: 16px;
  font-weight: 600;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 10px 15px;
  border: none;
  margin-bottom: 5px;
  line-height: 21px;
}
.c-71dfabe .b-92354eb {
  margin: 0;
  font-size: 12px;
  text-align: center;
}

.c-16a5b3e {
  display: grid;
  grid-template-columns: 120px 1fr;
  grid-gap: 20px;
  align-items: center;
}
@media (max-width: 990px) {
  .c-16a5b3e {
    grid-template-columns: 1fr;
  }
}
.c-ce55dee {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-ce55dee img {
  height: 120px;
  width: 120px;
  box-sizing: border-box;
  object-fit: cover;
  border-radius: 50%;
}
.c-03e874f {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
}
.c-4d376ab {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
}
.c-466907b {
  padding-left: 15px;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
}
.c-677b66b {
  font-weight: 400;
  opacity: 0.9;
  font-size: 14px;
  line-height: 21px;
}

.c-a265918 {
  padding: 15px;
  border-radius: 15px;
}

.f-d6ed4ef {
  margin-top: 30px;
}
@media (max-width: 990px) {
  .f-d6ed4ef {
    margin-top: 20px;
  }
}
.f-d8fa2fa {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media (max-width: 990px) {
  .f-d8fa2fa {
    font-size: 26px;
    line-height: 33px;
  }
}
.f-f8ddf34 {
  padding: 30px;
}
@media (max-width: 990px) {
  .f-f8ddf34 {
    padding: 20px;
  }
}
.f-310733a {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.f-310733a:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none !important;
}
.f-8ad049a {
  cursor: pointer;
  font-size: 23px;
  line-height: 28px;
  font-weight: 700;
  position: relative;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 990px) {
  .f-8ad049a {
    font-size: 20px;
    line-height: 25px;
  }
}
.f-8ad049a svg {
  transition: 0.3s;
}
.f-62c7728 svg {
  transform: rotate(180deg);
}
.f-5d2b9a9 {
  margin: 10px 0 0 0;
  font-size: 16px;
  display: block;
  line-height: 21px;
  font-weight: 400;
}
@media (max-width: 990px) {
  .f-5d2b9a9 {
    font-size: 14px;
    line-height: 22px;
  }
}

.c-1139ef0 {
  position: relative;
  box-sizing: border-box;
  padding: 14px 20px 14px 22px;
  background: var(--cu-bg);
  border-left: 6px solid var(--cu-line);
  border-radius: 0 var(--cu-radius, 8px) var(--cu-radius, 8px) 0;
}
.c-44511ee {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--cu-text);
}
.c-3525a94 {
  margin-left: 0.35em;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}

.c-f7e73c5 .c-3151f4d .c-44511ee {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--cu-text);
}

.c-fcb8241 {
  --cc-icon-color: #f58220;
  --cc-line-color: #e0e6ed;
  --cc-text-color: #111827;
  --cc-body-color: #4a5568;
  --cc-action-color: #94a3b8;
  --cc-star-color: #3b82f6;
  --cc-bg-item: #fff;
}
.c-fcb8241 button {
  width: auto !important;
  max-width: none;
}
.c-aab6f19 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
  padding: 16px 20px;
  background: transparent;
  border: 1px solid var(--cc-line-color);
  border-radius: 8px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .c-aab6f19 {
    flex-direction: column;
    align-items: stretch;
  }
}
.c-22a46df {
  flex: 1;
  min-width: 0;
}
.c-22f7103 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.c-b55482d {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.c-b55482d svg {
  display: block;
  width: 20px;
  height: 20px;
}
.c-eed9f1d {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--cc-text-color);
}
.c-e51ed94 {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.c-ab3846f {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: var(--cc-text-color);
}
.c-501961b {
  display: inline-flex;
  align-items: center;
  gap: 2px;
}
.c-501961b .c-2d0f3f9 {
  font-size: 18px;
}
.c-304a19a {
  font-size: 14px;
  line-height: 1.2;
  color: var(--cc-body-color);
}
.c-de3cd7b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  min-height: 42px;
  padding: 11px 20px;
  border: 1px solid var(--cc-line-color);
  border-radius: 8px;
  background: transparent !important;
  color: var(--cc-text-color) !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none !important;
  white-space: nowrap;
  flex-shrink: 0;
  box-sizing: border-box;
  cursor: pointer;
  appearance: none;
  outline: none;
  box-shadow: none;
  transition: border-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}
.c-de3cd7b:hover {
  opacity: 0.85;
  text-decoration: none !important;
}
@media (max-width: 768px) {
  .c-de3cd7b {
    width: 100%;
  }
}
.c-d794229 {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  padding-bottom: 14px;
  margin-bottom: 24px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-color: #cbd5e1 transparent;
  scrollbar-width: thin;
}
.c-d794229::-webkit-scrollbar {
  height: 5px;
}
.c-d794229::-webkit-scrollbar-track {
  background: #e8edf3;
  border-radius: 999px;
}
.c-d794229::-webkit-scrollbar-thumb {
  background: #b8c3d1;
  border-radius: 999px;
}
.c-916f9f4 {
  display: flex;
  flex-direction: column;
  flex: 0 0 min(340px, 86vw);
  scroll-snap-align: start;
  background: transparent;
  border: 1px solid var(--cc-line-color);
  border-radius: 8px;
  padding: 20px;
  color: var(--cc-text-color);
  box-sizing: border-box;
}
.c-686a081 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.c-17d3b70 {
  position: relative;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
}
.c-4993b14 {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: none;
  background: #b8b3c9;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  flex-shrink: 0;
  box-sizing: border-box;
  text-transform: uppercase;
}
.c-7f69c5e {
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.c-7f69c5e svg {
  display: block;
  width: 12px;
  height: 12px;
}
.c-3c5598d {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 2px;
}
.c-068e326 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  color: var(--cc-text-color);
}
.c-0536f71 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid var(--cc-line-color);
}
.c-2e361c9 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2px;
  margin: 0;
}
.c-2d0f3f9 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: none;
  border: none;
  color: var(--cc-line-color);
  font-size: 18px;
  line-height: 1;
  flex-shrink: 0;
}
.c-2d0f3f9.i-06f8889 {
  color: var(--cc-star-color);
}
.c-76b0125 {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 400;
  color: var(--cc-body-color);
  text-align: left;
}
.c-3d6e3db {
  flex: 1;
  padding: 0 0 12px;
  font-size: 15px;
  line-height: 1.5;
  color: var(--cc-body-color);
}
.c-3d6e3db p {
  margin: 0 0 8px;
  font-size: 15px;
  line-height: 1.5;
  color: var(--cc-body-color);
}
.c-3d6e3db p:last-child {
  margin-bottom: 0;
}
.c-a19a260 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 12px;
  margin-top: auto;
  border-top: 1px solid var(--cc-line-color);
}
.c-75d9da8 {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.c-6990b72 {
  border: none;
  background: transparent;
  color: var(--cc-action-color);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  cursor: pointer;
  width: auto;
  appearance: none;
  box-shadow: none;
}
.c-6990b72 svg {
  flex-shrink: 0;
}
.c-6990b72.i-06f8889 {
  color: var(--cc-text-color);
}
.c-aa7a12c {
  border: none;
  background: transparent;
  color: var(--cc-text-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  width: auto;
  appearance: none;
  box-shadow: none;
  margin-left: auto;
  flex-shrink: 0;
}
.c-9615eaf {
  margin-top: 20px;
  background: transparent;
  border: 1px solid var(--cc-line-color);
  border-radius: 8px;
  padding: 20px;
  box-sizing: border-box;
}
.c-a0d19df {
  display: block;
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--cc-text-color);
}
.c-a0d19df .r-d8465de {
  color: #ef4444;
}
.c-d173609 {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.c-038fa2a {
  grid-column: 1/-1;
}
.c-930a78f {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  width: auto;
  max-width: none;
  flex-wrap: nowrap;
}
.c-00d3faa {
  padding: 0;
  background: none;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  min-width: 0;
  max-width: none;
  flex: none;
  color: var(--cc-line-color);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  user-select: none;
  transition: color 0.2s ease, transform 0.2s ease;
}
.c-00d3faa.i-06f8889, .c-00d3faa.i-f9afa61 {
  color: var(--cc-star-color);
}
.c-00d3faa:hover {
  transform: scale(1.08);
}
.c-00d3faa:focus-visible {
  outline: 2px solid var(--cc-star-color);
  outline-offset: 2px;
  border-radius: 2px;
}
.c-921bb91 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .c-921bb91 {
    grid-template-columns: 1fr;
  }
}
.c-921bb91 .c-1d0a1e2,
.c-921bb91 .c-f62037c,
.c-921bb91 .f-0d14845 {
  grid-column: 1/-1;
}
.c-921bb91 .l-d0ecf06,
.c-921bb91 .m-e9be115 {
  grid-column: 1/-1;
  margin: 0;
  font-size: 14px;
  color: var(--cc-body-color);
}
.c-921bb91 input,
.c-921bb91 textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid var(--cc-line-color);
  border-radius: 8px;
  padding: 11px 12px;
  font-size: 15px;
  line-height: 1.5;
  color: var(--cc-text-color);
  background: transparent;
}
.c-921bb91 input::placeholder,
.c-921bb91 textarea::placeholder {
  color: var(--cc-text-color);
  opacity: 0.55;
}
.c-921bb91 textarea {
  min-height: 130px;
  resize: vertical;
}
.c-0290ad2 {
  width: auto !important;
  min-width: 180px;
  max-width: 100%;
  border: 1px solid var(--cc-line-color);
  border-radius: 8px;
  padding: 11px 20px;
  background: transparent !important;
  color: var(--cc-text-color) !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
  appearance: none;
  box-shadow: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}
.c-0290ad2:hover {
  opacity: 0.85;
}
.c-0290ad2:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.c-85d5bc5 {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.4;
  color: #ef4444;
}
.c-15a4eb2 {
  margin: 0 !important;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  color: green;
}

.c-f7e73c5 .c-fcb8241 .c-3d6e3db p {
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--cc-body-color);
}
.c-f7e73c5 .c-fcb8241 .c-3d6e3db p:last-child {
  margin-bottom: 0;
}

.f-36422d0 .c-2c7677f {
  padding: 40px 0;
}
@media (max-width: 990px) {
  .f-36422d0 .c-2c7677f {
    padding: 20px 0;
  }
}
.f-be20d7e {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
@media (max-width: 990px) {
  .f-be20d7e {
    grid-gap: 10px;
  }
}
.f-8435990 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.f-8435990 img {
  display: block;
  max-width: 150px;
  max-height: 56px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.f-0b17f98 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}
.f-27f8376 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}
.f-6817f06 {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 15px;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.f-6817f06 li {
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  transition: 0.3s;
  cursor: pointer;
}
.f-6817f06 a {
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  transition: 0.3s;
}
.f-791a8d8 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 990px) {
  .f-791a8d8 {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }
}
.f-1f874e8 {
  line-height: 21px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 25px;
}
@media (max-width: 990px) {
  .f-1f874e8 {
    justify-content: center;
    margin-bottom: 15px;
  }
}
.f-a7d83d3 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 990px) {
  .f-a7d83d3 {
    justify-content: center;
  }
}
.f-a7d83d3 a,
.f-a7d83d3 button {
  all: unset;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: auto !important;
  max-width: none;
  height: auto;
  margin: 0 0 0 15px;
  padding: 0;
  border: none;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
  box-sizing: border-box;
}
@media (max-width: 990px) {
  .f-a7d83d3 a,
  .f-a7d83d3 button {
    margin: 0 10px;
  }
}
.f-a7d83d3 img {
  max-width: 100px;
  max-height: 50px;
  object-fit: contain;
  margin-left: 15px;
  width: auto;
  display: block;
}
@media (max-width: 990px) {
  .f-a7d83d3 img {
    margin: 0 10px;
  }
}
@media (max-width: 576px) {
  .f-a7d83d3 img {
    max-width: 70px;
    max-height: 30px;
  }
}
.f-a7d83d3 a img,
.f-a7d83d3 button img {
  margin: 0;
}
.f-e3b4b2c {
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 576px) {
  .f-e3b4b2c {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr;
  }
}
.f-936dd0b {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.f-936dd0b a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.f-936dd0b a img {
  object-fit: contain;
  max-width: 25px;
  max-height: 25px;
}
.f-b1c348d {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.f-b1c348d a,
.f-b1c348d button {
  all: unset;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: auto !important;
  max-width: none;
  height: auto;
  margin: 0 10px 5px 0;
  padding: 0;
  border: none;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
  box-sizing: border-box;
}
.f-b1c348d img {
  margin: 0 10px 5px 0;
  max-width: 100px;
  max-height: 50px;
  object-fit: contain;
}
@media (max-width: 576px) {
  .f-b1c348d img {
    max-width: 70px;
    max-height: 30px;
  }
}
.f-b1c348d a img,
.f-b1c348d button img {
  margin: 0;
  display: block;
}
.f-08cdd24 {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 4fr 1fr;
}
@media (max-width: 990px) {
  .f-08cdd24 {
    grid-template-columns: 1fr;
  }
}
.f-651ed86 {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.f-d11fd6b {
  font-size: 14px;
  text-align: right;
  font-weight: 400;
  line-height: 21px;
  opacity: 0.7;
}
@media (max-width: 990px) {
  .f-d11fd6b {
    text-align: center;
  }
}
.f-e91b0d5 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}
.f-c1d4a7a {
  background: #e3fa48;
  padding: 8px 22px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.f-c1d4a7a svg {
  fill: #000;
}
.f-c1d4a7a span {
  display: flex;
  color: #000;
  flex-direction: column;
}
.f-c1d4a7a span span {
  font-weight: 400;
  color: #000;
  font-size: 12px;
  line-height: 1;
  text-align: left;
}
.f-c1d4a7a span span:last-child {
  margin-top: 5px;
  font-weight: 700;
}

.n-86a20c6 {
  margin-bottom: 35px;
}
.n-166be39 {
  font-size: 75px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.2;
  text-align: center;
}
.n-86a20c6 a {
  font-size: 23px;
  text-align: center;
  font-weight: bold;
  display: block;
  line-height: 1;
}

.m-b583b02 {
  opacity: 0.6;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  z-index: 99;
  background: #000;
  display: none;
}

.r-f2dcd3c {
  opacity: 0.7;
  position: fixed;
  inset: 0;
  z-index: 9997;
  background: #000;
  display: none;
}

.r-3e50c49 {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(620px, 92%);
  max-height: 90vh;
  overflow-y: auto;
  border-radius: 16px;
  z-index: 9998;
  box-sizing: border-box;
  padding: 20px 18px 18px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
  text-align: center;
}
@media (max-width: 768px) {
  .r-3e50c49 {
    width: min(560px, 94%);
    padding: 16px 12px 14px;
    border-radius: 12px;
  }
}
.r-bb6b383 {
  position: absolute;
  top: 12px;
  right: 12px;
  border: none;
  background: transparent;
  width: 28px;
  height: 28px;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.r-a23dccc {
  margin: 0 auto 12px;
  max-width: 420px;
}
.r-a23dccc img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
  object-fit: contain;
}
.r-1759999 {
  font-size: 24px;
  line-height: 1.1;
  font-weight: 700;
  margin: 0 0 16px;
}
@media (max-width: 768px) {
  .r-1759999 {
    font-size: 20px;
  }
}
.r-fc34374 {
  margin-bottom: 14px;
}
.r-fc34374 p {
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 400;
}
@media (max-width: 768px) {
  .r-fc34374 p {
    font-size: 13px;
  }
}
.r-fc34374 p:last-child {
  margin-bottom: 0;
}
.r-b8d07eb {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.r-68a898a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 6px;
  border: 1px solid rgba(100, 116, 139, 0.25);
  border-radius: 10px;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 600;
}
.r-68a898a img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.r-a765928 {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  appearance: none;
  cursor: pointer;
  border-radius: 8px;
  max-width: 180px;
  padding: 8px 10px;
  width: 100%;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 auto 8px;
  transition: 0.25s;
}
@media (max-width: 768px) {
  .r-a765928 {
    font-size: 13px;
    width: 100%;
    max-width: 100%;
  }
}
.r-a765928:hover {
  opacity: 0.92;
  text-decoration: none;
}
.r-475a578 {
  width: 100%;
  border: none;
  box-sizing: border-box;
  background: transparent;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  padding: 8px 10px;
  margin: 0 auto;
  max-width: 180px;
}
@media (max-width: 768px) {
  .r-475a578 {
    font-size: 13px;
    max-width: 100%;
    width: 100%;
  }
}
.r-6840d76 {
  margin: 10px 0 0;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0.8;
}

.i-9e74a71 {
  display: none;
  position: fixed;
  max-width: 700px;
  width: 95%;
  margin: 0 auto;
  padding: 40px 15px 15px 15px;
  border-radius: 10px;
  background: #fff;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  transform: translate(-50%, -50%);
  z-index: 9999;
  height: 450px;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.0784313725);
}
@media (max-width: 990px) {
  .i-9e74a71 {
    max-width: 900px;
    height: 370px;
  }
}
.i-daf8d2b {
  position: absolute;
  right: 10px;
  top: 7px;
  cursor: pointer;
}
.i-2b4279c {
  display: flex;
}
.i-9e74a71 iframe {
  width: 100%;
  box-sizing: border-box;
  height: 390px;
  object-fit: cover;
  position: relative;
  z-index: 2;
}
@media (max-width: 990px) {
  .i-9e74a71 iframe {
    height: 300px;
  }
}
.i-857f2d6 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  position: relative;
}
.i-857f2d6::before {
  content: "";
  pointer-events: none;
  background: url("../i/189c55605d10.svg") no-repeat center center;
  background-size: contain;
  height: 100px;
  width: 100px;
  display: block;
  position: absolute;
}

.m-0c88723 {
  display: block;
}

/*# sourceMappingURL=main-style.css.map */
