@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-6e9788c {
  max-width: 1280px;
  margin: 0 auto;
}

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

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

a, button {
  cursor: pointer;
}

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

.o-a473e3a {
  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-4673059) */
.c-e321139 .b-ba56518 li,
.c-e321139 .b-ba56518 li a,
.c-4e642d6,
.c-4e642d6 a {
  color: var(--color-title-text, inherit);
}

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

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

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

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

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

.h-a911798,
.h-87dfc57,
.h-da75e0c a,
.h-da75e0c button {
  color: var(--nav-color, inherit);
}

.h-a911798:hover,
.h-da75e0c a:hover,
.h-da75e0c button:hover {
  color: var(--nav-color-hover, inherit);
}

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

.f-c5180eb 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-6e86532, body[data-button-anim]:not([data-button-anim=none]) .m-8981d85, body[data-button-anim]:not([data-button-anim=none]) .d-d24ff91, body[data-button-anim]:not([data-button-anim=none]) .d-88ff052, body[data-button-anim]:not([data-button-anim=none]) .s-01fdfb6, body[data-button-anim]:not([data-button-anim=none]) .s-81a0083, body[data-button-anim]:not([data-button-anim=none]) .i-08ec7e3, body[data-button-anim]:not([data-button-anim=none]) .i-0d81ad1, body[data-button-anim]:not([data-button-anim=none]) .r-bf34598, body[data-button-anim]:not([data-button-anim=none]) .b-d9df950, body[data-button-anim]:not([data-button-anim=none]) .f-01859fc, body[data-button-anim]:not([data-button-anim=none]) .g-2dbe822,
body[class*=button-anim-] .h-6e86532,
body[class*=button-anim-] .m-8981d85,
body[class*=button-anim-] .d-d24ff91,
body[class*=button-anim-] .d-88ff052,
body[class*=button-anim-] .s-01fdfb6,
body[class*=button-anim-] .s-81a0083,
body[class*=button-anim-] .i-08ec7e3,
body[class*=button-anim-] .i-0d81ad1,
body[class*=button-anim-] .r-bf34598,
body[class*=button-anim-] .b-d9df950,
body[class*=button-anim-] .f-01859fc,
body[class*=button-anim-] .g-2dbe822 {
  transform: translateZ(0);
  will-change: transform;
}

body[data-button-anim=lift] .h-6e86532, body[data-button-anim=lift] .m-8981d85, body[data-button-anim=lift] .d-d24ff91, body[data-button-anim=lift] .d-88ff052, body[data-button-anim=lift] .s-01fdfb6, body[data-button-anim=lift] .s-81a0083, body[data-button-anim=lift] .i-08ec7e3, body[data-button-anim=lift] .i-0d81ad1, body[data-button-anim=lift] .r-bf34598, body[data-button-anim=lift] .b-d9df950, body[data-button-anim=lift] .f-01859fc, body[data-button-anim=lift] .g-2dbe822,
body.b-2c796b2 .h-6e86532,
body.b-2c796b2 .m-8981d85,
body.b-2c796b2 .d-d24ff91,
body.b-2c796b2 .d-88ff052,
body.b-2c796b2 .s-01fdfb6,
body.b-2c796b2 .s-81a0083,
body.b-2c796b2 .i-08ec7e3,
body.b-2c796b2 .i-0d81ad1,
body.b-2c796b2 .r-bf34598,
body.b-2c796b2 .b-d9df950,
body.b-2c796b2 .f-01859fc,
body.b-2c796b2 .g-2dbe822 {
  transition: transform 0.28s ease, background 0.3s;
}
body[data-button-anim=lift] .h-6e86532:hover, body[data-button-anim=lift] .m-8981d85:hover, body[data-button-anim=lift] .d-d24ff91:hover, body[data-button-anim=lift] .d-88ff052:hover, body[data-button-anim=lift] .s-01fdfb6:hover, body[data-button-anim=lift] .s-81a0083:hover, body[data-button-anim=lift] .i-08ec7e3:hover, body[data-button-anim=lift] .i-0d81ad1:hover, body[data-button-anim=lift] .r-bf34598:hover, body[data-button-anim=lift] .b-d9df950:hover, body[data-button-anim=lift] .f-01859fc:hover, body[data-button-anim=lift] .g-2dbe822:hover,
body.b-2c796b2 .h-6e86532:hover,
body.b-2c796b2 .m-8981d85:hover,
body.b-2c796b2 .d-d24ff91:hover,
body.b-2c796b2 .d-88ff052:hover,
body.b-2c796b2 .s-01fdfb6:hover,
body.b-2c796b2 .s-81a0083:hover,
body.b-2c796b2 .i-08ec7e3:hover,
body.b-2c796b2 .i-0d81ad1:hover,
body.b-2c796b2 .r-bf34598:hover,
body.b-2c796b2 .b-d9df950:hover,
body.b-2c796b2 .f-01859fc:hover,
body.b-2c796b2 .g-2dbe822:hover {
  transform: translateY(-6px);
}
body[data-button-anim=lift] .h-6e86532:active, body[data-button-anim=lift] .m-8981d85:active, body[data-button-anim=lift] .d-d24ff91:active, body[data-button-anim=lift] .d-88ff052:active, body[data-button-anim=lift] .s-01fdfb6:active, body[data-button-anim=lift] .s-81a0083:active, body[data-button-anim=lift] .i-08ec7e3:active, body[data-button-anim=lift] .i-0d81ad1:active, body[data-button-anim=lift] .r-bf34598:active, body[data-button-anim=lift] .b-d9df950:active, body[data-button-anim=lift] .f-01859fc:active, body[data-button-anim=lift] .g-2dbe822:active,
body.b-2c796b2 .h-6e86532:active,
body.b-2c796b2 .m-8981d85:active,
body.b-2c796b2 .d-d24ff91:active,
body.b-2c796b2 .d-88ff052:active,
body.b-2c796b2 .s-01fdfb6:active,
body.b-2c796b2 .s-81a0083:active,
body.b-2c796b2 .i-08ec7e3:active,
body.b-2c796b2 .i-0d81ad1:active,
body.b-2c796b2 .r-bf34598:active,
body.b-2c796b2 .b-d9df950:active,
body.b-2c796b2 .f-01859fc:active,
body.b-2c796b2 .g-2dbe822:active {
  transform: translateY(-2px);
}

body[data-button-anim=scale] .h-6e86532, body[data-button-anim=scale] .m-8981d85, body[data-button-anim=scale] .d-d24ff91, body[data-button-anim=scale] .d-88ff052, body[data-button-anim=scale] .s-01fdfb6, body[data-button-anim=scale] .s-81a0083, body[data-button-anim=scale] .i-08ec7e3, body[data-button-anim=scale] .i-0d81ad1, body[data-button-anim=scale] .r-bf34598, body[data-button-anim=scale] .b-d9df950, body[data-button-anim=scale] .f-01859fc, body[data-button-anim=scale] .g-2dbe822,
body.b-6f7a335 .h-6e86532,
body.b-6f7a335 .m-8981d85,
body.b-6f7a335 .d-d24ff91,
body.b-6f7a335 .d-88ff052,
body.b-6f7a335 .s-01fdfb6,
body.b-6f7a335 .s-81a0083,
body.b-6f7a335 .i-08ec7e3,
body.b-6f7a335 .i-0d81ad1,
body.b-6f7a335 .r-bf34598,
body.b-6f7a335 .b-d9df950,
body.b-6f7a335 .f-01859fc,
body.b-6f7a335 .g-2dbe822 {
  transition: transform 0.28s ease, background 0.3s;
}
body[data-button-anim=scale] .h-6e86532:hover, body[data-button-anim=scale] .m-8981d85:hover, body[data-button-anim=scale] .d-d24ff91:hover, body[data-button-anim=scale] .d-88ff052:hover, body[data-button-anim=scale] .s-01fdfb6:hover, body[data-button-anim=scale] .s-81a0083:hover, body[data-button-anim=scale] .i-08ec7e3:hover, body[data-button-anim=scale] .i-0d81ad1:hover, body[data-button-anim=scale] .r-bf34598:hover, body[data-button-anim=scale] .b-d9df950:hover, body[data-button-anim=scale] .f-01859fc:hover, body[data-button-anim=scale] .g-2dbe822:hover,
body.b-6f7a335 .h-6e86532:hover,
body.b-6f7a335 .m-8981d85:hover,
body.b-6f7a335 .d-d24ff91:hover,
body.b-6f7a335 .d-88ff052:hover,
body.b-6f7a335 .s-01fdfb6:hover,
body.b-6f7a335 .s-81a0083:hover,
body.b-6f7a335 .i-08ec7e3:hover,
body.b-6f7a335 .i-0d81ad1:hover,
body.b-6f7a335 .r-bf34598:hover,
body.b-6f7a335 .b-d9df950:hover,
body.b-6f7a335 .f-01859fc:hover,
body.b-6f7a335 .g-2dbe822:hover {
  transform: scale(1.08);
}
body[data-button-anim=scale] .h-6e86532:active, body[data-button-anim=scale] .m-8981d85:active, body[data-button-anim=scale] .d-d24ff91:active, body[data-button-anim=scale] .d-88ff052:active, body[data-button-anim=scale] .s-01fdfb6:active, body[data-button-anim=scale] .s-81a0083:active, body[data-button-anim=scale] .i-08ec7e3:active, body[data-button-anim=scale] .i-0d81ad1:active, body[data-button-anim=scale] .r-bf34598:active, body[data-button-anim=scale] .b-d9df950:active, body[data-button-anim=scale] .f-01859fc:active, body[data-button-anim=scale] .g-2dbe822:active,
body.b-6f7a335 .h-6e86532:active,
body.b-6f7a335 .m-8981d85:active,
body.b-6f7a335 .d-d24ff91:active,
body.b-6f7a335 .d-88ff052:active,
body.b-6f7a335 .s-01fdfb6:active,
body.b-6f7a335 .s-81a0083:active,
body.b-6f7a335 .i-08ec7e3:active,
body.b-6f7a335 .i-0d81ad1:active,
body.b-6f7a335 .r-bf34598:active,
body.b-6f7a335 .b-d9df950:active,
body.b-6f7a335 .f-01859fc:active,
body.b-6f7a335 .g-2dbe822:active {
  transform: scale(1.03);
}

body[data-button-anim=pop] .h-6e86532, body[data-button-anim=pop] .m-8981d85, body[data-button-anim=pop] .d-d24ff91, body[data-button-anim=pop] .d-88ff052, body[data-button-anim=pop] .s-01fdfb6, body[data-button-anim=pop] .s-81a0083, body[data-button-anim=pop] .i-08ec7e3, body[data-button-anim=pop] .i-0d81ad1, body[data-button-anim=pop] .r-bf34598, body[data-button-anim=pop] .b-d9df950, body[data-button-anim=pop] .f-01859fc, body[data-button-anim=pop] .g-2dbe822,
body.b-225e118 .h-6e86532,
body.b-225e118 .m-8981d85,
body.b-225e118 .d-d24ff91,
body.b-225e118 .d-88ff052,
body.b-225e118 .s-01fdfb6,
body.b-225e118 .s-81a0083,
body.b-225e118 .i-08ec7e3,
body.b-225e118 .i-0d81ad1,
body.b-225e118 .r-bf34598,
body.b-225e118 .b-d9df950,
body.b-225e118 .f-01859fc,
body.b-225e118 .g-2dbe822 {
  transition: transform 0.32s cubic-bezier(0.34, 1.56, 0.64, 1), background 0.3s;
}
body[data-button-anim=pop] .h-6e86532:hover, body[data-button-anim=pop] .m-8981d85:hover, body[data-button-anim=pop] .d-d24ff91:hover, body[data-button-anim=pop] .d-88ff052:hover, body[data-button-anim=pop] .s-01fdfb6:hover, body[data-button-anim=pop] .s-81a0083:hover, body[data-button-anim=pop] .i-08ec7e3:hover, body[data-button-anim=pop] .i-0d81ad1:hover, body[data-button-anim=pop] .r-bf34598:hover, body[data-button-anim=pop] .b-d9df950:hover, body[data-button-anim=pop] .f-01859fc:hover, body[data-button-anim=pop] .g-2dbe822:hover,
body.b-225e118 .h-6e86532:hover,
body.b-225e118 .m-8981d85:hover,
body.b-225e118 .d-d24ff91:hover,
body.b-225e118 .d-88ff052:hover,
body.b-225e118 .s-01fdfb6:hover,
body.b-225e118 .s-81a0083:hover,
body.b-225e118 .i-08ec7e3:hover,
body.b-225e118 .i-0d81ad1:hover,
body.b-225e118 .r-bf34598:hover,
body.b-225e118 .b-d9df950:hover,
body.b-225e118 .f-01859fc:hover,
body.b-225e118 .g-2dbe822:hover {
  transform: scale(1.12);
}
body[data-button-anim=pop] .h-6e86532:active, body[data-button-anim=pop] .m-8981d85:active, body[data-button-anim=pop] .d-d24ff91:active, body[data-button-anim=pop] .d-88ff052:active, body[data-button-anim=pop] .s-01fdfb6:active, body[data-button-anim=pop] .s-81a0083:active, body[data-button-anim=pop] .i-08ec7e3:active, body[data-button-anim=pop] .i-0d81ad1:active, body[data-button-anim=pop] .r-bf34598:active, body[data-button-anim=pop] .b-d9df950:active, body[data-button-anim=pop] .f-01859fc:active, body[data-button-anim=pop] .g-2dbe822:active,
body.b-225e118 .h-6e86532:active,
body.b-225e118 .m-8981d85:active,
body.b-225e118 .d-d24ff91:active,
body.b-225e118 .d-88ff052:active,
body.b-225e118 .s-01fdfb6:active,
body.b-225e118 .s-81a0083:active,
body.b-225e118 .i-08ec7e3:active,
body.b-225e118 .i-0d81ad1:active,
body.b-225e118 .r-bf34598:active,
body.b-225e118 .b-d9df950:active,
body.b-225e118 .f-01859fc:active,
body.b-225e118 .g-2dbe822:active {
  transform: scale(1.04);
}

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

.h-8c427ad {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  z-index: 99;
  transition: 0.5s;
}
.h-c6ef7d1 {
  margin-left: auto;
  position: relative;
  display: inline-block;
  width: 125px;
}
.h-ef7a6ad {
  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-ef7a6ad:hover {
  background: rgba(255, 255, 255, 0.04);
}
.h-ef7a6ad[aria-expanded=true] .h-7733771 {
  transform: rotate(180deg);
}
.h-6bf6750 {
  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-6bf6750 img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.h-9050a02 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
.h-7733771 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: transform 0.3s ease;
  margin-left: 2px;
}
.h-7ef3a27 {
  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-e5e8a1b {
  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-e5e8a1b:hover {
  background: rgba(255, 255, 255, 0.08);
}
.h-e5e8a1b.i-918d67a {
  background: rgba(255, 255, 255, 0.06);
}
.h-c6ef7d1:hover .h-7ef3a27 {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.h-8c427ad .c-6e9788c {
  padding: 10px 0;
}
.h-e047d26 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 990px) {
  .h-e047d26 {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: 1fr 1fr 40px;
  }
}
@media (max-width: 990px) {
  .h-7b9baf6 .h-3aeeb76 {
    grid-column-start: 1;
    grid-column-end: 3;
    justify-content: center;
  }
}
.h-0e8dc14 {
  display: none;
}
@media (max-width: 990px) {
  .h-0e8dc14 {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    grid-column-start: 3;
  }
}
.h-0e8dc14 svg:first-child {
  display: block;
}
.h-0e8dc14 svg:last-child {
  display: none;
}
.h-17db9dd svg:first-child {
  display: none;
}
.h-17db9dd svg:last-child {
  display: block;
}
.h-3aeeb76 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.h-3aeeb76 img {
  display: block;
  max-width: 150px;
  max-height: 56px;
  width: auto;
  height: auto;
  object-fit: contain;
}
@media (max-width: 990px) {
  .h-3aeeb76 img {
    max-width: 130px;
    max-height: 40px;
  }
}
.h-8b43c54 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}
@media (max-width: 990px) {
  .h-8b43c54 {
    grid-column-start: 1;
    grid-column-end: 4;
  }
}
.h-6e86532 {
  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-da75e0c {
  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-da75e0c {
    display: none;
    width: 100%;
    max-width: 100%;
    right: 0;
    left: 0;
    position: absolute;
    top: 92%;
    padding: 15px 5px;
  }
  .h-da75e0c.i-14e0616 {
    display: flex;
  }
}
.h-da75e0c ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 990px) {
  .h-da75e0c ul {
    gap: 12px;
    flex-direction: column;
    justify-content: center;
    padding-left: 10px;
  }
}
.h-da75e0c 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-da75e0c button {
    font-size: 18px;
    line-height: 23px;
  }
}
.h-da75e0c a {
  font-size: 16px;
  line-height: 21px;
  transition: 0.3s;
  font-weight: 500;
}
@media (max-width: 990px) {
  .h-da75e0c a {
    font-size: 18px;
    line-height: 23px;
  }
}
.h-6e04662 {
  margin-top: 5px;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
}
@media (max-width: 990px) {
  .h-6e04662 {
    display: none;
    width: 95%;
    max-width: 100%;
    position: absolute;
    top: 100%;
  }
  .h-6e04662.i-14e0616 {
    display: flex;
  }
}
.h-87dfc57 {
  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-87dfc57 {
    justify-content: flex-start;
  }
}
.h-87dfc57 img {
  height: 20px;
  width: 20px;
  margin: 0 10px 0 0;
  object-fit: contain;
  transition: 0.3s;
}
.h-87dfc57:hover img {
  transform: translateX(-10px);
}

.u-509987a {
  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-509987a {
    right: 10px;
    bottom: 75px;
  }
}

.u-74087ee {
  opacity: 1;
  pointer-events: auto;
}

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

.c-e321139 .b-ba56518 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 0 0 15px 0;
  list-style-type: none;
}
.c-e321139 .b-ba56518 li {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.c-e321139 .b-ba56518 li::after {
  content: "›";
  margin-left: 10px;
  font-weight: 400;
  font-size: 18px;
}
.c-e321139 .b-ba56518 li a {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.c-e321139 .b-ba56518 li:last-child {
  font-weight: 400;
}
.c-e321139 .b-ba56518 li:last-child::after {
  display: none;
}
.c-4e642d6 > .tablepress-table-wrapper,
.c-4e642d6 > .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-4e642d6 > table.tablepress,
.c-4e642d6 > 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-4e642d6 > .tablepress-table-wrapper table.tablepress,
.c-4e642d6 > .tablepress-table-wrapper table[id^=tablepress-] {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}
.c-4e642d6 table.tablepress,
.c-4e642d6 .tablepress,
.c-4e642d6 table[id^=tablepress-],
.c-4e642d6 .tablepress-table-wrapper,
.c-4e642d6 .tablepress-scroll-wrapper {
  margin-top: 0;
  margin-bottom: var(--section-spacing-bottom, 40px);
}
.c-4e642d6 .tablepress-table-wrapper,
.c-4e642d6 .tablepress-scroll-wrapper,
.c-4e642d6 .wp-block-table {
  overflow-x: auto;
  max-width: 100%;
}
.c-4e642d6 table.tablepress,
.c-4e642d6 .tablepress,
.c-4e642d6 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-4e642d6 table.tablepress thead tr th,
.c-4e642d6 .tablepress thead tr th,
.c-4e642d6 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-4e642d6 table.tablepress tbody tr td,
.c-4e642d6 .tablepress tbody tr td,
.c-4e642d6 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-4e642d6 table.tablepress tbody tr:last-child td,
.c-4e642d6 .tablepress tbody tr:last-child td,
.c-4e642d6 table[id^=tablepress-] tbody tr:last-child td {
  border-bottom: none;
}
.c-4e642d6 table.tablepress thead tr:first-child th:first-child,
.c-4e642d6 .tablepress thead tr:first-child th:first-child,
.c-4e642d6 table[id^=tablepress-] thead tr:first-child th:first-child {
  border-top-left-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.c-4e642d6 table.tablepress thead tr:first-child th:last-child,
.c-4e642d6 .tablepress thead tr:first-child th:last-child,
.c-4e642d6 table[id^=tablepress-] thead tr:first-child th:last-child {
  border-top-right-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.c-4e642d6 table.tablepress:not(:has(thead)) tbody tr:first-child td:first-child,
.c-4e642d6 .tablepress:not(:has(thead)) tbody tr:first-child td:first-child,
.c-4e642d6 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-4e642d6 table.tablepress:not(:has(thead)) tbody tr:first-child td:last-child,
.c-4e642d6 .tablepress:not(:has(thead)) tbody tr:first-child td:last-child,
.c-4e642d6 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-4e642d6 table.tablepress tbody tr:last-child td:first-child,
.c-4e642d6 .tablepress tbody tr:last-child td:first-child,
.c-4e642d6 table[id^=tablepress-] tbody tr:last-child td:first-child {
  border-bottom-left-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.c-4e642d6 table.tablepress tbody tr:last-child td:last-child,
.c-4e642d6 .tablepress tbody tr:last-child td:last-child,
.c-4e642d6 table[id^=tablepress-] tbody tr:last-child td:last-child {
  border-bottom-right-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.c-4e642d6 table.tablepress tbody tr:nth-child(even) td,
.c-4e642d6 .tablepress tbody tr:nth-child(even) td,
.c-4e642d6 table[id^=tablepress-] tbody tr:nth-child(even) td {
  background: var(--tablepress-alt-row-bg, rgba(255, 255, 255, 0.1));
}
.c-4e642d6 table.tablepress tbody tr td.column-1,
.c-4e642d6 table.tablepress tbody tr.row-odd td:first-child,
.c-4e642d6 table.tablepress tbody tr td:first-child,
.c-4e642d6 .tablepress tbody tr td.column-1,
.c-4e642d6 .tablepress tbody tr td:first-child,
.c-4e642d6 table[id^=tablepress-] tbody tr td:first-child {
  font-weight: 700;
}
.c-4e642d6 table.tablepress tbody tr:hover td,
.c-4e642d6 .tablepress tbody tr:hover td,
.c-4e642d6 table[id^=tablepress-] tbody tr:hover td {
  background: rgba(255, 255, 255, 0.12);
}
.c-4e642d6 .wp-block-table {
  overflow-x: auto;
  margin-top: 0;
  margin-bottom: var(--section-spacing-bottom, 40px);
}
.c-4e642d6 .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-4e642d6 .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-4e642d6 .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-4e642d6 .wp-block-table tbody tr:last-child td {
  border-bottom: none;
}
.c-4e642d6 .wp-block-table thead tr:first-child th:first-child {
  border-top-left-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.c-4e642d6 .wp-block-table thead tr:first-child th:last-child {
  border-top-right-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.c-4e642d6 .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-4e642d6 .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-4e642d6 .wp-block-table tbody tr:last-child td:first-child {
  border-bottom-left-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.c-4e642d6 .wp-block-table tbody tr:last-child td:last-child {
  border-bottom-right-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.c-4e642d6 .wp-block-table tbody tr:nth-child(even) td {
  background: var(--tablepress-alt-row-bg, rgba(255, 255, 255, 0.1));
}
.c-4e642d6 img.alignleft {
  float: left;
  margin: 0 10px 10px 0;
}
@media (max-width: 576px) {
  .c-4e642d6 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-4e642d6 ul, .c-4e642d6 ol {
  padding-left: 15px;
  margin: 0 0 10px 0;
}
.c-4e642d6 ul li, .c-4e642d6 ol li {
  margin-bottom: 5px;
}
.c-4e642d6 figure {
  width: 100% !important;
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
  display: block;
  margin: 0;
}
.c-4e642d6 img.alignright {
  margin: 0 0 10px 10px;
  float: right;
}
@media (max-width: 576px) {
  .c-4e642d6 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-4e642d6 img.s-95cdecf {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
  max-width: 100%;
}
@media (max-width: 576px) {
  .c-4e642d6 img.s-95cdecf {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    object-fit: cover;
    display: block;
    margin: 0 0 10px 0;
  }
}
.c-4e642d6 img.aligncenter {
  display: block;
  margin: 0 auto;
}
@media (max-width: 576px) {
  .c-4e642d6 img.aligncenter {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    display: block;
    object-fit: cover;
    margin: 0 0 10px 0;
  }
}
.c-4e642d6 p {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 990px) {
  .c-4e642d6 p {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 22px;
  }
}
.c-4e642d6 a {
  font-weight: 500;
}
.c-4e642d6 a:hover {
  text-decoration: underline;
}
.c-4e642d6 strong {
  font-weight: 700;
}
.c-4e642d6 h1, .c-4e642d6 h2, .c-4e642d6 h3, .c-4e642d6 h4, .c-4e642d6 h5 {
  margin-bottom: 20px;
  font-weight: 700;
}
@media (max-width: 990px) {
  .c-4e642d6 h1, .c-4e642d6 h2, .c-4e642d6 h3, .c-4e642d6 h4, .c-4e642d6 h5 {
    margin-bottom: 15px;
  }
}
.c-4e642d6 h1 {
  font-size: 40px;
  line-height: 51px;
}
@media (max-width: 990px) {
  .c-4e642d6 h1 {
    font-size: 28px;
    line-height: 39px;
  }
}
.c-4e642d6 h2 {
  font-size: 36px;
  line-height: 46px;
}
@media (max-width: 990px) {
  .c-4e642d6 h2 {
    font-size: 26px;
    line-height: 33px;
  }
}
.c-4e642d6 h3 {
  font-size: 32px;
  line-height: 40px;
}
@media (max-width: 990px) {
  .c-4e642d6 h3 {
    font-size: 24px;
    line-height: 28px;
  }
}
.c-4e642d6 h4 {
  font-size: 32px;
  line-height: 40px;
}
@media (max-width: 990px) {
  .c-4e642d6 h4 {
    font-size: 24px;
    line-height: 28px;
  }
}
.c-4e642d6 h5 {
  font-size: 32px;
  line-height: 40px;
}
@media (max-width: 990px) {
  .c-4e642d6 h5 {
    font-size: 24px;
    line-height: 28px;
  }
}
.c-e321139 .m-6f978b6 {
  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-e321139 .m-6f978b6 {
    padding: 15px;
  }
}
.c-e321139 .m-4bfdbe4 {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-e321139 .m-b9b4477 {
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1;
  font-size: 22px;
}
@media (max-width: 768px) {
  .c-e321139 .m-b9b4477 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.c-e321139 .m-86c3367 {
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
  line-height: 1;
  font-weight: 400;
  font-size: 20px;
}
@media (max-width: 768px) {
  .c-e321139 .m-86c3367 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.c-e321139 .m-d1c7fde {
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
  line-height: 1;
  font-weight: 700;
  font-size: 50px;
}
@media (max-width: 768px) {
  .c-e321139 .m-d1c7fde {
    font-size: 25px;
    line-height: 1.1;
    margin-bottom: 15px;
  }
}
.c-e321139 .m-8981d85 {
  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-e321139 .m-8981d85 {
    font-size: 16px;
    padding: 8px 14px;
  }
}
@media (max-width: 576px) {
  .c-e321139 .m-8981d85 {
    font-size: 14px;
    padding: 8px;
  }
}
.c-e321139 .m-4a80634 {
  align-items: flex-end;
}
.c-e321139 .s-bab8f47 {
  overflow: hidden;
  display: grid;
  grid-template-columns: 800px 1fr;
  grid-gap: 20px;
}
@media (max-width: 1280px) {
  .c-e321139 .s-bab8f47 {
    grid-template-columns: 700px 1fr;
  }
}
@media (max-width: 1100px) {
  .c-e321139 .s-bab8f47 {
    grid-template-columns: 600px 1fr;
  }
}
@media (max-width: 1000px) {
  .c-e321139 .s-bab8f47 {
    grid-template-columns: 1fr;
  }
}
.c-e321139 .s-7af1e3b {
  overflow: hidden;
  cursor: pointer;
  height: 265px;
}
@media (max-width: 1200px) {
  .c-e321139 .s-7af1e3b {
    height: auto;
  }
}
.c-e321139 .s-7af1e3b img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  height: 265px;
  object-fit: cover;
}
@media (max-width: 990px) {
  .c-e321139 .s-7af1e3b img {
    height: auto;
  }
}
.c-e321139 .s-cf47988 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-e321139 .s-4ec193f {
  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-e321139 .s-4ec193f {
    padding: 20px;
    height: auto;
  }
}
.c-e321139 .s-15f607a {
  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-e321139 .s-15f607a {
    height: auto;
  }
}
.c-e321139 .s-fa4d862 {
  position: relative;
  z-index: 2;
  margin-bottom: 15px;
  line-height: 1;
  font-weight: 400;
  font-size: 14px;
}
.c-e321139 .s-d7126b0 {
  position: relative;
  z-index: 2;
  margin-bottom: 15px;
  line-height: 1;
  font-weight: 700;
  font-size: 24px;
}
.c-e321139 .s-1ec61bf {
  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-e321139 .s-bab8f47 .tns-controls {
  position: absolute;
  z-index: 2;
  right: 20px;
  bottom: 20px;
  display: flex;
  align-items: center;
}
.c-e321139 .s-bab8f47 .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-e321139 .s-bab8f47 .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-e321139 .s-bab8f47 .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-e321139 .s-bab8f47 .tns-outer {
  position: relative;
  overflow: hidden;
}
.c-e321139 .a-b2ecb78 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}
@media (max-width: 990px) {
  .c-e321139 .a-b2ecb78 {
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }
}
.c-e321139 .a-06a7afe {
  padding: 20px 60px 20px 20px;
  position: relative;
}
.c-e321139 .a-5bcddd3 {
  position: absolute;
  right: 10px;
  top: 20%;
}
.c-e321139 .a-61760a0 {
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 700;
  line-height: 21px;
}
@media (max-width: 990px) {
  .c-e321139 .a-61760a0 {
    font-size: 23px;
  }
}
.c-e321139 .a-fee3da7 {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  line-height: 21px;
}
.c-e321139 .a-93ff363 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}
@media (max-width: 990px) {
  .c-e321139 .a-93ff363 {
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
  }
}
@media (max-width: 576px) {
  .c-e321139 .a-93ff363 {
    grid-template-columns: 1fr;
  }
}
.c-e321139 .a-018aa2a {
  margin-bottom: 15px;
}
.c-e321139 .a-036e22e {
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 700;
  line-height: 21px;
}
@media (max-width: 990px) {
  .c-e321139 .a-036e22e {
    font-size: 23px;
  }
}
.c-e321139 .a-771b5b6 {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  margin: 0;
}
.c-e321139 .a-a4279ca {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}
@media (max-width: 990px) {
  .c-e321139 .a-a4279ca {
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
  }
}
@media (max-width: 576px) {
  .c-e321139 .a-a4279ca {
    grid-template-columns: 1fr;
  }
}
.c-e321139 .a-0dbe5e5 {
  padding: 40px;
}
.c-e321139 .a-8a55f6e {
  margin: 0 auto 15px auto;
  display: block;
}
.c-e321139 .a-509bc70 {
  text-align: center;
  font-size: 25px;
  margin: 0;
  font-weight: 700;
  line-height: 21px;
}
.c-e321139 .t-1977c1e {
  padding: 20px;
}
.c-e321139 .t-432be7b {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-size: 25px;
  font-weight: 700;
  margin: 0;
  line-height: 21px;
}
.c-e321139 .t-432be7b svg {
  transition: 0.3s;
}
.c-e321139 .t-a5ae949 svg {
  transform: rotate(180deg);
}
.c-e321139 .t-0e9ba5e {
  margin-top: 20px;
  display: none;
}
.c-e321139 .t-b163150 {
  margin-bottom: 15px;
  line-height: 1;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.c-e321139 .t-b163150 span {
  border-radius: 50%;
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px 0 0;
}
.c-e321139 .t-b163150:last-child {
  margin: 0;
}
.c-e321139 .t-4d272d1 {
  padding: 17.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.c-e321139 .t-1f754ad {
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  margin: 2.5px 10px;
}
.c-e321139 .t-1f754ad img {
  margin: 0 10px 0 0;
}
.c-e321139 .t-a7cf336 {
  padding: 17.5px;
  display: grid;
  grid-template-columns: 100px 1fr;
  grid-gap: 10px;
}
@media (max-width: 990px) {
  .c-e321139 .t-a7cf336 {
    grid-template-columns: 1fr;
  }
}
.c-e321139 .t-ccf6353 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-e321139 .t-ccf6353 img {
  max-width: 100%;
  height: auto;
  width: 100%;
  object-fit: contain;
}
@media (max-width: 990px) {
  .c-e321139 .t-ccf6353 img {
    height: 60px;
  }
}
.c-e321139 .t-c0324df {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 990px) {
  .c-e321139 .t-c0324df {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 10px;
  }
}
.c-e321139 .t-3fb98ba {
  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-e321139 .i-725554d {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 20px;
}
@media (max-width: 990px) {
  .c-e321139 .i-725554d {
    grid-template-columns: 1fr;
  }
}
.c-e321139 .i-26b54c9 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
@media (max-width: 576px) {
  .c-e321139 .i-26b54c9 {
    grid-template-columns: 1fr;
  }
}
.c-e321139 .i-54a9362 {
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.c-e321139 .i-9096aa6 {
  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-e321139 .i-9096aa6 {
    margin-bottom: 20px;
  }
}
.c-e321139 .i-b40034e {
  padding: 20px;
  position: relative;
  min-height: 140px;
  display: flex;
  cursor: pointer;
  flex-direction: column;
}
@media (max-width: 990px) {
  .c-e321139 .i-b40034e {
    min-height: 120px;
  }
}
.c-e321139 .i-58ed77b {
  position: absolute;
  right: 10px;
  bottom: 10px;
  max-width: 100%;
  width: auto;
  height: 50px;
  object-fit: contain;
}
.c-e321139 .i-6f5ac1c {
  margin-bottom: 5px;
  font-size: 19px;
  font-weight: 700;
  line-height: 21px;
}
.c-e321139 .i-1868cf0 {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  line-height: 21px;
}
.c-e321139 .i-7fe3eba {
  display: inline-block;
  margin: 0 auto 15px auto;
  padding-bottom: 15px;
  font-size: 19px;
  font-weight: 700;
  line-height: 21px;
  text-align: center;
}
.c-e321139 .i-725554d .f-01859fc {
  margin-bottom: 15px;
}
.c-e321139 .i-dc6f156 {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
  margin-bottom: 25px;
}
.c-e321139 .i-aa7ac31 {
  margin-top: auto;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.c-e321139 .i-aa7ac31:hover {
  transform: scale(1.1);
}
.c-e321139 .i-228e873 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}
@media (max-width: 990px) {
  .c-e321139 .i-228e873 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 576px) {
  .c-e321139 .i-228e873 {
    grid-template-columns: 1fr;
  }
}
.c-e321139 .i-4d168ae {
  padding: 20px;
  position: relative;
  cursor: pointer;
}
.c-e321139 .i-41bac42 {
  margin-bottom: 5px;
  font-size: 19px;
  font-weight: 700;
  line-height: 21px;
}
.c-e321139 .i-9fd6d1e {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  margin: 0;
}
.c-e321139 .i-f2666cf {
  position: absolute;
  right: 10px;
  object-fit: contain;
  width: auto;
  height: 40px;
  top: 26%;
}
.c-e321139 .i-4c5d447 {
  overflow: hidden;
  position: relative;
}
.c-e321139 .i-4c5d447 .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-e321139 .i-4c5d447 .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-e321139 .i-4c5d447 .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-e321139 .i-4c5d447 .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-e321139 .i-4c5d447 .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-e321139 .i-4c5d447 .tns-outer {
  position: relative;
  overflow: hidden;
}
.c-e321139 .i-5cb912a {
  overflow: hidden;
  height: 180px;
}
@media (max-width: 576px) {
  .c-e321139 .i-5cb912a {
    height: auto;
  }
}
.c-e321139 .i-c35a33d {
  padding: 20px;
  position: relative;
  min-height: 140px;
  cursor: pointer;
}
.c-e321139 .i-50ce889 {
  position: absolute;
  right: 0;
  bottom: 0;
  object-fit: contain;
  width: auto;
  height: 80px;
}
.c-e321139 .i-9cdc62e {
  font-size: 23px;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
}
.c-e321139 .r-227280a {
  overflow: hidden;
  max-height: 350px;
}
.c-e321139 .r-227280a .tns-outer {
  display: flex;
  flex-direction: column;
}
.c-e321139 .r-227280a .tns-controls {
  display: none;
}
.c-e321139 .r-227280a .tns-nav {
  margin-top: 15px;
  order: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-e321139 .r-227280a .tns-nav button {
  width: 5px;
  height: 12px;
  cursor: pointer;
  display: block;
  border-radius: 50%;
  margin: 0 5px;
}
.c-e321139 .r-f0755f0 {
  padding: 20px;
  cursor: pointer;
}
.c-e321139 .r-a5f6e9c {
  display: grid;
  align-items: center;
  grid-template-columns: 60px 1fr;
  grid-gap: 20px;
  margin-bottom: 15px;
}
.c-e321139 .r-a857021 {
  border-radius: 50%;
  object-fit: cover;
  height: 60px;
  width: 60px;
}
.c-e321139 .r-b27e853 {
  font-size: 21px;
  font-weight: 700;
  line-height: 25px;
  margin: 0;
}
.c-e321139 .r-bf5855b {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.c-e321139 .p-93ac5c3 {
  overflow: hidden;
}
.c-e321139 .p-93ac5c3 button[data-action] {
  display: none;
}
.c-e321139 .p-93ac5c3 .tns-controls {
  display: none;
}
.c-e321139 .p-002505a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.c-e321139 .p-002505a .p-26a2757 {
  margin: 0;
}
.c-e321139 .p-0c35878 {
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-e321139 .p-0c35878:hover {
  text-decoration: none;
}
.c-e321139 .p-e49e413 {
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
  text-align: center;
  margin: 10px 0 0 0;
}
@media (max-width: 990px) {
  .c-e321139 .p-e49e413 {
    font-size: 15px;
  }
}
.c-e321139 .p-4ac462b {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  height: 60px;
}
.c-e321139 .p-4ac462b img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 45px;
  object-fit: contain;
}
.c-e321139 .p-e8530a4 {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  height: 50px;
  width: 50px;
  margin: 0 auto;
  border-radius: 50px;
}
.c-e321139 .p-e8530a4 img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 45px;
  object-fit: contain;
}
.c-e321139 .p-93ac5c3 .tns-outer {
  overflow: hidden;
}
.c-e321139 .p-3bcf63a {
  overflow: hidden;
  height: 80px;
}
.c-e321139 .p-546a1a2 {
  height: 80px;
  overflow-x: hidden;
  margin-top: 35px;
}
@media (max-width: 990px) {
  .c-e321139 .p-546a1a2 {
    margin-top: 25px;
  }
}
.c-e321139 .p-8c6bc6b {
  height: 93px;
  overflow-x: hidden;
}
.c-e321139 .p-a8c18a2 {
  height: 80px;
  overflow-x: hidden;
}
.c-e321139 .p-a8c18a2 .p-4ac462b img {
  max-height: 100%;
  height: 70px;
}
.c-e321139 .a-32279b3 {
  padding: 25px;
  margin-top: 30px;
  position: relative;
}
@media (max-width: 990px) {
  .c-e321139 .a-32279b3 {
    padding: 20px;
    margin-top: 0;
  }
}
.c-e321139 .a-56fbdf1 {
  max-width: 400px;
}
.c-e321139 .a-47ef2eb {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
@media (max-width: 990px) {
  .c-e321139 .a-47ef2eb {
    font-size: 28px;
    line-height: 38px;
  }
}
.c-e321139 .a-56a7a61 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media (max-width: 990px) {
  .c-e321139 .a-56a7a61 {
    font-size: 16px;
    line-height: 21px;
  }
}
.c-e321139 .a-bed6752 {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px;
}
@media (max-width: 990px) {
  .c-e321139 .a-bed6752 {
    grid-template-columns: 1fr 1fr;
  }
}
.c-e321139 .a-b243983 {
  position: absolute;
  right: 40px;
  top: -25px;
}
@media (max-width: 990px) {
  .c-e321139 .a-b243983 {
    display: none;
  }
}
.c-e321139 .a-b243983 img {
  right: 0;
  z-index: 2;
  top: 0;
  max-width: 325px;
  object-fit: contain;
  height: 325px;
  width: 100%;
  box-sizing: border-box;
}
.c-e321139 .s-57b4729 {
  overflow: hidden;
  padding: 25px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 35px;
}
@media (max-width: 990px) {
  .c-e321139 .s-57b4729 {
    grid-gap: 20px;
    grid-template-columns: 1fr;
    padding: 20px;
  }
}
.c-e321139 .s-650f49c {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.c-e321139 .s-650f49c img {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 600px;
  object-fit: cover;
  width: auto;
  box-sizing: border-box;
}
.c-e321139 .s-26e2b80 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 20px;
}
@media (max-width: 990px) {
  .c-e321139 .s-26e2b80 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 576px) {
  .c-e321139 .s-26e2b80 {
    grid-gap: 15px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.c-e321139 .s-7b394b4 {
  overflow: hidden;
}
.c-e321139 .s-48d11fb {
  font-size: 32px;
  line-height: 40px;
}
@media (max-width: 990px) {
  .c-e321139 .s-48d11fb {
    font-size: 24px;
    line-height: 28px;
  }
}
.c-e321139 .s-643cb29 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-e321139 .s-643cb29 img {
  max-width: 100%;
  height: 150px;
  object-fit: contain;
  width: 100%;
}
@media (max-width: 576px) {
  .c-e321139 .s-643cb29 img {
    height: 130px;
  }
}
.c-e321139 .s-01fdfb6 {
  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-e321139 .s-01fdfb6:hover {
  text-decoration: none;
}
.c-e321139 .c-af72349 {
  list-style-type: none;
  padding: 0;
}
.c-e321139 .c-af72349 li {
  position: relative;
  padding-left: 25px;
}
.c-e321139 .c-af72349 li img {
  position: absolute;
  left: 0;
  height: 20px;
  width: 20px;
  object-fit: contain;
  top: 0;
}
.c-e321139 .i-7c318b3 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 60px;
  align-items: start;
}
@media (max-width: 990px) {
  .c-e321139 .i-7c318b3 {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
.c-e321139 .i-6067b2b {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 990px) {
  .c-e321139 .i-6067b2b {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
  }
}
.c-e321139 .i-b143ae2 {
  padding-left: 15px;
  position: relative;
  margin-right: 15px;
}
@media (max-width: 990px) {
  .c-e321139 .i-b143ae2 {
    margin: 0;
  }
}
.c-e321139 .i-cdd5df2 {
  font-size: 16px;
  position: relative;
  font-weight: 700;
  margin-bottom: 5px;
  line-height: 1;
}
.c-e321139 .i-cdd5df2 svg {
  position: absolute;
  left: -15px;
  top: 2px;
}
.c-e321139 .i-3b67903 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0;
}
.c-e321139 .i-7af817e {
  font-size: 32px;
  line-height: 40px;
}
@media (max-width: 990px) {
  .c-e321139 .i-7af817e {
    font-size: 24px;
    line-height: 28px;
  }
}
.c-e321139 .i-187292e {
  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-e321139 .i-187292e {
    max-width: 375px;
  }
}
.c-e321139 .i-43e22e3 {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-gap: 5px;
}
@media (max-width: 576px) {
  .c-e321139 .i-43e22e3 {
    grid-template-columns: repeat(6, 1fr);
  }
}
.c-e321139 .i-b961bb7 {
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
}
@media (max-width: 576px) {
  .c-e321139 .i-b961bb7 {
    font-size: 13px;
  }
}
@media (max-width: 576px) {
  .c-e321139 .i-70aba90:nth-child(1), .c-e321139 .i-70aba90:nth-child(2) {
    display: none;
  }
}
.c-e321139 .i-70aba90 {
  padding: 5px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
}
.c-e321139 .i-70aba90 img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media (max-width: 990px) {
  .c-e321139 .i-70aba90 img {
    height: 20px;
  }
}
.c-e321139 .i-70aba90 svg {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media (max-width: 990px) {
  .c-e321139 .i-70aba90 svg {
    height: 20px;
  }
}
.c-e321139 .i-08ec7e3 {
  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-e321139 .i-08ec7e3 {
    max-width: 100%;
  }
}
.c-e321139 .i-08ec7e3:hover {
  text-decoration: none;
}
.c-e321139 .i-6e88174 {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
.c-e321139 .i-7ba2cd6 {
  position: relative;
  padding: 10px;
  border-radius: 5px;
  overflow: hidden;
}
.c-e321139 .i-ba56418 {
  object-fit: contain;
  position: absolute;
  right: 15px;
  bottom: 0;
  height: 110px;
  width: 110px;
}
@media (max-width: 990px) {
  .c-e321139 .i-ba56418 {
    height: 95px;
    width: 95px;
  }
}
.c-e321139 .i-2f40ae0 {
  font-size: 20px;
  font-weight: 600;
  line-height: 23.44px;
  margin-bottom: 10px;
}
.c-e321139 .i-5f7f6f1 {
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 50px;
}
.c-e321139 .i-0d81ad1 {
  box-shadow: none;
  appearance: none;
  cursor: pointer;
  height: 40px;
  width: 40px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-e321139 .g-08812d7 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.c-e321139 .g-ec781e3 {
  margin-bottom: 0;
}
.c-e321139 .g-2dbe822 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 270px;
  border-radius: 10px;
  cursor: pointer;
  overflow: hidden;
}
.c-e321139 .g-2dbe822 img {
  max-width: 100%;
  height: 270px;
  object-fit: cover;
  width: 100%;
  box-sizing: border-box;
  border-radius: 10px;
}
.c-e321139 .g-4cf7d31 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-e321139 .g-256d336 .n-dc47038 {
  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-e321139 .g-256d336 .n-dc47038 {
    height: 30px;
    width: 30px;
  }
}
.c-e321139 .g-256d336 .n-dc47038:hover {
  opacity: 1;
}
.c-e321139 .g-256d336 .p-b412360 {
  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-e321139 .g-256d336 .p-b412360 {
    height: 30px;
    width: 30px;
  }
}
.c-e321139 .g-256d336 .p-b412360:hover {
  opacity: 1;
}
.c-e321139 .t-b1eb10e {
  display: grid;
  grid-template-columns: 1fr 3fr;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 576px) {
  .c-e321139 .t-b1eb10e {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 576px) {
  .c-e321139 .t-7bb04de {
    overflow-x: auto;
    display: flex;
  }
}
.c-e321139 .t-f07419f {
  font-size: 16px;
  line-height: 22px;
  cursor: pointer;
  font-weight: 700;
  margin: 0;
  padding: 14px;
}
@media (max-width: 576px) {
  .c-e321139 .t-f07419f {
    padding: 10px;
    font-size: 15px;
    white-space: nowrap;
    border: none;
  }
}
.c-e321139 .t-f07419f:hover {
  background: red;
}
.c-e321139 .t-0607576 {
  display: none;
  padding: 12px 15px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
@media (max-width: 576px) {
  .c-e321139 .t-0607576 {
    padding: 10px;
    font-size: 15px;
  }
}
.c-e321139 .t-546c586 {
  display: block;
}
.c-e321139 .d-6029dde {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 20px;
}
@media (max-width: 990px) {
  .c-e321139 .d-6029dde {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 576px) {
  .c-e321139 .d-6029dde {
    grid-template-columns: repeat(2, 1fr);
  }
}
.c-e321139 .d-c42ac39 {
  height: 250px;
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
.c-e321139 .d-c42ac39:hover .d-47785d6 {
  opacity: 1;
}
.c-e321139 .d-c42ac39 img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-e321139 .d-d9c81d7 {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-e321139 .d-47785d6 {
  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-e321139 .d-47785d6::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-e321139 .d-61ad050 {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}
.c-e321139 .d-d24ff91 {
  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-e321139 .d-88ff052 {
  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-e321139 .d-88ff052:hover {
  text-decoration: none;
}
.c-e321139 .s-bd4c970 {
  display: grid;
  grid-template-columns: 3fr 1fr;
  grid-gap: 30px;
}
@media (max-width: 990px) {
  .c-e321139 .s-bd4c970 {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
.c-e321139 .s-dd314dd {
  max-width: 100%;
  height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.c-e321139 .s-7d22cd8 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 450px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 990px) {
  .c-e321139 .s-7d22cd8 {
    min-height: 200px;
    height: auto;
  }
}
.c-e321139 .s-e842cf8 {
  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-e321139 .s-e842cf8 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-e321139 .s-e842cf8 button:hover {
  text-decoration: none;
}
.c-e321139 .s-e842cf8 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-e321139 .s-e842cf8 a:hover {
  text-decoration: none;
}
.c-e321139 .s-18f62b8 thead {
  width: 100%;
  box-sizing: border-box;
  display: block;
}
.c-e321139 .s-18f62b8 thead tr:first-child {
  border-radius: 8px;
  background: #373737;
  overflow: hidden;
}
.c-e321139 .s-18f62b8 tbody {
  display: block;
  box-sizing: border-box;
  width: 100%;
}
.c-e321139 .s-18f62b8 tr {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0;
}
.c-e321139 .s-18f62b8 tr td {
  border: none !important;
  margin: 0;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 17px;
}
.c-e321139 .s-18f62b8 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-e321139 .s-18f62b8 tr:nth-child(2n) {
  border-radius: 8px;
  background: #373737;
}
.c-e321139 .r-c96af09 {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px;
}
.c-e321139 .r-5b5e91a {
  padding-bottom: 15px;
  display: grid;
  grid-template-columns: 230px 1fr 2fr 1fr;
  grid-gap: 30px;
  align-items: center;
}
@media (max-width: 990px) {
  .c-e321139 .r-5b5e91a {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
.c-e321139 .r-5b5e91a:nth-child(-n+3) .r-d88891b {
  padding-right: 35px;
}
@media (max-width: 990px) {
  .c-e321139 .r-5b5e91a:nth-child(-n+3) .r-d88891b {
    padding: 35px 0 0 0;
  }
}
.c-e321139 .r-d88891b {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.c-e321139 .r-d88891b svg {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 990px) {
  .c-e321139 .r-d88891b svg {
    left: 0;
    right: auto;
  }
}
.c-e321139 .r-d88891b img {
  max-width: 100%;
  height: auto;
  width: 100%;
  max-height: 130px;
  box-sizing: border-box;
  object-fit: cover;
  border-radius: 25px;
}
.c-e321139 .r-5f4909d {
  padding-left: 45px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  position: relative;
}
.c-e321139 .r-5f4909d svg {
  position: absolute;
  left: 0;
  top: 0;
}
.c-e321139 .r-fe66946 {
  text-align: center;
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
}
@media (max-width: 990px) {
  .c-e321139 .r-fe66946 {
    text-align: left;
    font-size: 16px;
  }
}
.c-e321139 .r-ae73ee8 {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
  margin: 0;
}
@media (max-width: 990px) {
  .c-e321139 .r-ae73ee8 {
    text-align: left;
    font-size: 16px;
  }
}
.c-e321139 .r-9e4df0a {
  text-align: center;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}
.c-e321139 .r-bf34598 {
  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-e321139 .r-bf34598 {
    font-size: 16px;
  }
}
.c-e321139 .b-9977601 {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
.c-e321139 .b-3c48207 {
  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-e321139 .b-3c48207 {
    grid-template-columns: 1fr;
    min-height: auto;
    grid-gap: 15px;
  }
}
.c-e321139 .b-e4d0c26 {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  box-sizing: border-box;
}
@media (max-width: 990px) {
  .c-e321139 .b-e4d0c26 {
    padding: 15px;
  }
}
.c-e321139 .b-e4d0c26 img {
  border-radius: 10px;
  display: block;
  max-height: 120px;
  box-sizing: border-box;
  object-fit: contain;
  max-width: 120px;
}
.c-e321139 .b-b9555c7 {
  padding: 5px 10px;
  text-align: center;
  margin: 0;
  font-size: 18px;
  line-height: 21px;
  font-weight: 600;
}
@media (max-width: 990px) {
  .c-e321139 .b-b9555c7 {
    padding: 0;
  }
}
.c-e321139 .b-02bd351 {
  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-e321139 .b-02bd351 {
    border: none !important;
  }
}
.c-e321139 .b-02bd351 li {
  display: flex;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin: 0;
}
.c-e321139 .b-02bd351 li svg {
  margin-right: 5px;
}
.c-e321139 .b-0ee932f {
  text-align: center;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 22px;
  font-weight: bold;
}
.c-e321139 .b-116dcf0 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.c-e321139 .b-b085046 {
  padding: 5px 20px 5px 10px;
}
@media (max-width: 990px) {
  .c-e321139 .b-b085046 {
    padding: 0 15px 15px 15px;
  }
}
.c-e321139 .b-d9df950 {
  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-e321139 .b-266b7a6 {
  margin: 0;
  font-size: 12px;
  text-align: center;
}

.c-ab7d2bb {
  display: grid;
  grid-template-columns: 120px 1fr;
  grid-gap: 20px;
  align-items: center;
}
@media (max-width: 990px) {
  .c-ab7d2bb {
    grid-template-columns: 1fr;
  }
}
.c-a894eaf {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-a894eaf img {
  height: 120px;
  width: 120px;
  box-sizing: border-box;
  object-fit: cover;
  border-radius: 50%;
}
.c-23832e6 {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
}
.c-741c365 {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
}
.c-bf7e2b2 {
  padding-left: 15px;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
}
.c-c3cff8d {
  font-weight: 400;
  opacity: 0.9;
  font-size: 14px;
  line-height: 21px;
}

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

.f-bdad699 {
  margin-top: 30px;
}
@media (max-width: 990px) {
  .f-bdad699 {
    margin-top: 20px;
  }
}
.f-f588b20 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media (max-width: 990px) {
  .f-f588b20 {
    font-size: 26px;
    line-height: 33px;
  }
}
.f-964c9e8 {
  padding: 30px;
}
@media (max-width: 990px) {
  .f-964c9e8 {
    padding: 20px;
  }
}
.f-2c72581 {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.f-2c72581:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none !important;
}
.f-1c29fc1 {
  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-1c29fc1 {
    font-size: 20px;
    line-height: 25px;
  }
}
.f-1c29fc1 svg {
  transition: 0.3s;
}
.f-539e2d8 svg {
  transform: rotate(180deg);
}
.f-4180238 {
  margin: 10px 0 0 0;
  font-size: 16px;
  display: block;
  line-height: 21px;
  font-weight: 400;
}
@media (max-width: 990px) {
  .f-4180238 {
    font-size: 14px;
    line-height: 22px;
  }
}

.c-42d0646 {
  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-1428ecb {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--cu-text);
}
.c-fcc4d58 {
  margin-left: 0.35em;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}

.c-4e642d6 .c-7d26838 .c-1428ecb {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--cu-text);
}

.c-a26df41 {
  --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-a26df41 button {
  width: auto !important;
  max-width: none;
}
.c-9db5bb3 {
  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-9db5bb3 {
    flex-direction: column;
    align-items: stretch;
  }
}
.c-8ff2d87 {
  flex: 1;
  min-width: 0;
}
.c-71c1b8a {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.c-2bc0ca8 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.c-2bc0ca8 svg {
  display: block;
  width: 20px;
  height: 20px;
}
.c-8a4f067 {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--cc-text-color);
}
.c-0f82712 {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.c-3fbef47 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: var(--cc-text-color);
}
.c-6d3ede5 {
  display: inline-flex;
  align-items: center;
  gap: 2px;
}
.c-6d3ede5 .c-4dae4c4 {
  font-size: 18px;
}
.c-6fe091e {
  font-size: 14px;
  line-height: 1.2;
  color: var(--cc-body-color);
}
.c-36a2323 {
  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-36a2323:hover {
  opacity: 0.85;
  text-decoration: none !important;
}
@media (max-width: 768px) {
  .c-36a2323 {
    width: 100%;
  }
}
.c-79f0201 {
  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-79f0201::-webkit-scrollbar {
  height: 5px;
}
.c-79f0201::-webkit-scrollbar-track {
  background: #e8edf3;
  border-radius: 999px;
}
.c-79f0201::-webkit-scrollbar-thumb {
  background: #b8c3d1;
  border-radius: 999px;
}
.c-977ea54 {
  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-fd5a3cd {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.c-ea40ef4 {
  position: relative;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
}
.c-2e10a03 {
  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-e130ec3 {
  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-e130ec3 svg {
  display: block;
  width: 12px;
  height: 12px;
}
.c-36e700b {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 2px;
}
.c-d5b8fb1 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  color: var(--cc-text-color);
}
.c-c8e8915 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid var(--cc-line-color);
}
.c-c8eace3 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2px;
  margin: 0;
}
.c-4dae4c4 {
  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-4dae4c4.i-918d67a {
  color: var(--cc-star-color);
}
.c-1fc8c18 {
  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-90ee94d {
  flex: 1;
  padding: 0 0 12px;
  font-size: 15px;
  line-height: 1.5;
  color: var(--cc-body-color);
}
.c-90ee94d p {
  margin: 0 0 8px;
  font-size: 15px;
  line-height: 1.5;
  color: var(--cc-body-color);
}
.c-90ee94d p:last-child {
  margin-bottom: 0;
}
.c-053f748 {
  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-acd026c {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.c-f4e37c5 {
  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-f4e37c5 svg {
  flex-shrink: 0;
}
.c-f4e37c5.i-918d67a {
  color: var(--cc-text-color);
}
.c-af29abf {
  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-5131527 {
  margin-top: 20px;
  background: transparent;
  border: 1px solid var(--cc-line-color);
  border-radius: 8px;
  padding: 20px;
  box-sizing: border-box;
}
.c-f7c5fdd {
  display: block;
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--cc-text-color);
}
.c-f7c5fdd .r-78e29f6 {
  color: #ef4444;
}
.c-896f75d {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.c-1b39f3f {
  grid-column: 1/-1;
}
.c-1db2a7e {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  width: auto;
  max-width: none;
  flex-wrap: nowrap;
}
.c-653374f {
  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-653374f.i-918d67a, .c-653374f.i-aee797d {
  color: var(--cc-star-color);
}
.c-653374f:hover {
  transform: scale(1.08);
}
.c-653374f:focus-visible {
  outline: 2px solid var(--cc-star-color);
  outline-offset: 2px;
  border-radius: 2px;
}
.c-9e0649d {
  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-9e0649d {
    grid-template-columns: 1fr;
  }
}
.c-9e0649d .c-5543d99,
.c-9e0649d .c-b67c015,
.c-9e0649d .f-f88d12a {
  grid-column: 1/-1;
}
.c-9e0649d .l-46a5a87,
.c-9e0649d .m-f7a0095 {
  grid-column: 1/-1;
  margin: 0;
  font-size: 14px;
  color: var(--cc-body-color);
}
.c-9e0649d input,
.c-9e0649d 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-9e0649d input::placeholder,
.c-9e0649d textarea::placeholder {
  color: var(--cc-text-color);
  opacity: 0.55;
}
.c-9e0649d textarea {
  min-height: 130px;
  resize: vertical;
}
.c-23310c5 {
  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-23310c5:hover {
  opacity: 0.85;
}
.c-23310c5:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.c-477136f {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.4;
  color: #ef4444;
}
.c-af2bdb8 {
  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-4e642d6 .c-a26df41 .c-90ee94d p {
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--cc-body-color);
}
.c-4e642d6 .c-a26df41 .c-90ee94d p:last-child {
  margin-bottom: 0;
}

.f-a17e29f .c-6e9788c {
  padding: 40px 0;
}
@media (max-width: 990px) {
  .f-a17e29f .c-6e9788c {
    padding: 20px 0;
  }
}
.f-15a0b9c {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
@media (max-width: 990px) {
  .f-15a0b9c {
    grid-gap: 10px;
  }
}
.f-45cb185 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.f-45cb185 img {
  display: block;
  max-width: 150px;
  max-height: 56px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.f-0c4f7e7 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}
.f-ae5c496 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}
.f-c5180eb {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 15px;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.f-c5180eb li {
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  transition: 0.3s;
  cursor: pointer;
}
.f-c5180eb a {
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  transition: 0.3s;
}
.f-282cb86 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 990px) {
  .f-282cb86 {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }
}
.f-fb5f7fd {
  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-fb5f7fd {
    justify-content: center;
    margin-bottom: 15px;
  }
}
.f-4c98d17 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 990px) {
  .f-4c98d17 {
    justify-content: center;
  }
}
.f-4c98d17 a,
.f-4c98d17 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-4c98d17 a,
  .f-4c98d17 button {
    margin: 0 10px;
  }
}
.f-4c98d17 img {
  max-width: 100px;
  max-height: 50px;
  object-fit: contain;
  margin-left: 15px;
  width: auto;
  display: block;
}
@media (max-width: 990px) {
  .f-4c98d17 img {
    margin: 0 10px;
  }
}
@media (max-width: 576px) {
  .f-4c98d17 img {
    max-width: 70px;
    max-height: 30px;
  }
}
.f-4c98d17 a img,
.f-4c98d17 button img {
  margin: 0;
}
.f-88536e2 {
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 576px) {
  .f-88536e2 {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr;
  }
}
.f-ad93f6f {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.f-ad93f6f a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.f-ad93f6f a img {
  object-fit: contain;
  max-width: 25px;
  max-height: 25px;
}
.f-28aca24 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.f-28aca24 a,
.f-28aca24 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-28aca24 img {
  margin: 0 10px 5px 0;
  max-width: 100px;
  max-height: 50px;
  object-fit: contain;
}
@media (max-width: 576px) {
  .f-28aca24 img {
    max-width: 70px;
    max-height: 30px;
  }
}
.f-28aca24 a img,
.f-28aca24 button img {
  margin: 0;
  display: block;
}
.f-995693b {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 4fr 1fr;
}
@media (max-width: 990px) {
  .f-995693b {
    grid-template-columns: 1fr;
  }
}
.f-4bb94e3 {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.f-02d1a36 {
  font-size: 14px;
  text-align: right;
  font-weight: 400;
  line-height: 21px;
  opacity: 0.7;
}
@media (max-width: 990px) {
  .f-02d1a36 {
    text-align: center;
  }
}
.f-8db41cb {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}
.f-01859fc {
  background: #e3fa48;
  padding: 8px 22px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.f-01859fc svg {
  fill: #000;
}
.f-01859fc span {
  display: flex;
  color: #000;
  flex-direction: column;
}
.f-01859fc span span {
  font-weight: 400;
  color: #000;
  font-size: 12px;
  line-height: 1;
  text-align: left;
}
.f-01859fc span span:last-child {
  margin-top: 5px;
  font-weight: 700;
}

.n-4e8f730 {
  margin-bottom: 35px;
}
.n-0f187fa {
  font-size: 75px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.2;
  text-align: center;
}
.n-4e8f730 a {
  font-size: 23px;
  text-align: center;
  font-weight: bold;
  display: block;
  line-height: 1;
}

.m-de5d32f {
  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-449b500 {
  opacity: 0.7;
  position: fixed;
  inset: 0;
  z-index: 9997;
  background: #000;
  display: none;
}

.r-2d6b6b6 {
  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-2d6b6b6 {
    width: min(560px, 94%);
    padding: 16px 12px 14px;
    border-radius: 12px;
  }
}
.r-ecaecbc {
  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-bd74746 {
  margin: 0 auto 12px;
  max-width: 420px;
}
.r-bd74746 img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
  object-fit: contain;
}
.r-68c854c {
  font-size: 24px;
  line-height: 1.1;
  font-weight: 700;
  margin: 0 0 16px;
}
@media (max-width: 768px) {
  .r-68c854c {
    font-size: 20px;
  }
}
.r-f798f53 {
  margin-bottom: 14px;
}
.r-f798f53 p {
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 400;
}
@media (max-width: 768px) {
  .r-f798f53 p {
    font-size: 13px;
  }
}
.r-f798f53 p:last-child {
  margin-bottom: 0;
}
.r-582bfb8 {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.r-15573f1 {
  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-15573f1 img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.r-cfec447 {
  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-cfec447 {
    font-size: 13px;
    width: 100%;
    max-width: 100%;
  }
}
.r-cfec447:hover {
  opacity: 0.92;
  text-decoration: none;
}
.r-b117576 {
  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-b117576 {
    font-size: 13px;
    max-width: 100%;
    width: 100%;
  }
}
.r-b434a91 {
  margin: 10px 0 0;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0.8;
}

.i-8d01827 {
  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-8d01827 {
    max-width: 900px;
    height: 370px;
  }
}
.i-f2b1970 {
  position: absolute;
  right: 10px;
  top: 7px;
  cursor: pointer;
}
.i-6cc18b3 {
  display: flex;
}
.i-8d01827 iframe {
  width: 100%;
  box-sizing: border-box;
  height: 390px;
  object-fit: cover;
  position: relative;
  z-index: 2;
}
@media (max-width: 990px) {
  .i-8d01827 iframe {
    height: 300px;
  }
}
.i-1e534b4 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  position: relative;
}
.i-1e534b4::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-73bc60e {
  display: block;
}

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