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

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

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

a, button {
  cursor: pointer;
}

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

.o-aebc9bc {
  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-5db2b87) */
.c-f2e6253 .b-14c89a3 li,
.c-f2e6253 .b-14c89a3 li a,
.c-7d34300,
.c-7d34300 a {
  color: var(--color-title-text, inherit);
}

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

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

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

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

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

.h-f39314a,
.h-57dced2,
.h-641fdeb a,
.h-641fdeb button {
  color: var(--nav-color, inherit);
}

.h-f39314a:hover,
.h-641fdeb a:hover,
.h-641fdeb button:hover {
  color: var(--nav-color-hover, inherit);
}

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

.f-f69bf49 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-653ccf0, body[data-button-anim]:not([data-button-anim=none]) .m-35154f6, body[data-button-anim]:not([data-button-anim=none]) .d-4b3126a, body[data-button-anim]:not([data-button-anim=none]) .d-b69deb9, body[data-button-anim]:not([data-button-anim=none]) .s-cabc518, body[data-button-anim]:not([data-button-anim=none]) .s-68fd067, body[data-button-anim]:not([data-button-anim=none]) .i-9d8aee7, body[data-button-anim]:not([data-button-anim=none]) .i-9f37fbe, body[data-button-anim]:not([data-button-anim=none]) .r-98f1182, body[data-button-anim]:not([data-button-anim=none]) .b-87da04f, body[data-button-anim]:not([data-button-anim=none]) .f-5c1d612, body[data-button-anim]:not([data-button-anim=none]) .g-14b61be,
body[class*=button-anim-] .h-653ccf0,
body[class*=button-anim-] .m-35154f6,
body[class*=button-anim-] .d-4b3126a,
body[class*=button-anim-] .d-b69deb9,
body[class*=button-anim-] .s-cabc518,
body[class*=button-anim-] .s-68fd067,
body[class*=button-anim-] .i-9d8aee7,
body[class*=button-anim-] .i-9f37fbe,
body[class*=button-anim-] .r-98f1182,
body[class*=button-anim-] .b-87da04f,
body[class*=button-anim-] .f-5c1d612,
body[class*=button-anim-] .g-14b61be {
  transform: translateZ(0);
  will-change: transform;
}

body[data-button-anim=lift] .h-653ccf0, body[data-button-anim=lift] .m-35154f6, body[data-button-anim=lift] .d-4b3126a, body[data-button-anim=lift] .d-b69deb9, body[data-button-anim=lift] .s-cabc518, body[data-button-anim=lift] .s-68fd067, body[data-button-anim=lift] .i-9d8aee7, body[data-button-anim=lift] .i-9f37fbe, body[data-button-anim=lift] .r-98f1182, body[data-button-anim=lift] .b-87da04f, body[data-button-anim=lift] .f-5c1d612, body[data-button-anim=lift] .g-14b61be,
body.b-308a184 .h-653ccf0,
body.b-308a184 .m-35154f6,
body.b-308a184 .d-4b3126a,
body.b-308a184 .d-b69deb9,
body.b-308a184 .s-cabc518,
body.b-308a184 .s-68fd067,
body.b-308a184 .i-9d8aee7,
body.b-308a184 .i-9f37fbe,
body.b-308a184 .r-98f1182,
body.b-308a184 .b-87da04f,
body.b-308a184 .f-5c1d612,
body.b-308a184 .g-14b61be {
  transition: transform 0.28s ease, background 0.3s;
}
body[data-button-anim=lift] .h-653ccf0:hover, body[data-button-anim=lift] .m-35154f6:hover, body[data-button-anim=lift] .d-4b3126a:hover, body[data-button-anim=lift] .d-b69deb9:hover, body[data-button-anim=lift] .s-cabc518:hover, body[data-button-anim=lift] .s-68fd067:hover, body[data-button-anim=lift] .i-9d8aee7:hover, body[data-button-anim=lift] .i-9f37fbe:hover, body[data-button-anim=lift] .r-98f1182:hover, body[data-button-anim=lift] .b-87da04f:hover, body[data-button-anim=lift] .f-5c1d612:hover, body[data-button-anim=lift] .g-14b61be:hover,
body.b-308a184 .h-653ccf0:hover,
body.b-308a184 .m-35154f6:hover,
body.b-308a184 .d-4b3126a:hover,
body.b-308a184 .d-b69deb9:hover,
body.b-308a184 .s-cabc518:hover,
body.b-308a184 .s-68fd067:hover,
body.b-308a184 .i-9d8aee7:hover,
body.b-308a184 .i-9f37fbe:hover,
body.b-308a184 .r-98f1182:hover,
body.b-308a184 .b-87da04f:hover,
body.b-308a184 .f-5c1d612:hover,
body.b-308a184 .g-14b61be:hover {
  transform: translateY(-6px);
}
body[data-button-anim=lift] .h-653ccf0:active, body[data-button-anim=lift] .m-35154f6:active, body[data-button-anim=lift] .d-4b3126a:active, body[data-button-anim=lift] .d-b69deb9:active, body[data-button-anim=lift] .s-cabc518:active, body[data-button-anim=lift] .s-68fd067:active, body[data-button-anim=lift] .i-9d8aee7:active, body[data-button-anim=lift] .i-9f37fbe:active, body[data-button-anim=lift] .r-98f1182:active, body[data-button-anim=lift] .b-87da04f:active, body[data-button-anim=lift] .f-5c1d612:active, body[data-button-anim=lift] .g-14b61be:active,
body.b-308a184 .h-653ccf0:active,
body.b-308a184 .m-35154f6:active,
body.b-308a184 .d-4b3126a:active,
body.b-308a184 .d-b69deb9:active,
body.b-308a184 .s-cabc518:active,
body.b-308a184 .s-68fd067:active,
body.b-308a184 .i-9d8aee7:active,
body.b-308a184 .i-9f37fbe:active,
body.b-308a184 .r-98f1182:active,
body.b-308a184 .b-87da04f:active,
body.b-308a184 .f-5c1d612:active,
body.b-308a184 .g-14b61be:active {
  transform: translateY(-2px);
}

body[data-button-anim=scale] .h-653ccf0, body[data-button-anim=scale] .m-35154f6, body[data-button-anim=scale] .d-4b3126a, body[data-button-anim=scale] .d-b69deb9, body[data-button-anim=scale] .s-cabc518, body[data-button-anim=scale] .s-68fd067, body[data-button-anim=scale] .i-9d8aee7, body[data-button-anim=scale] .i-9f37fbe, body[data-button-anim=scale] .r-98f1182, body[data-button-anim=scale] .b-87da04f, body[data-button-anim=scale] .f-5c1d612, body[data-button-anim=scale] .g-14b61be,
body.b-fba839f .h-653ccf0,
body.b-fba839f .m-35154f6,
body.b-fba839f .d-4b3126a,
body.b-fba839f .d-b69deb9,
body.b-fba839f .s-cabc518,
body.b-fba839f .s-68fd067,
body.b-fba839f .i-9d8aee7,
body.b-fba839f .i-9f37fbe,
body.b-fba839f .r-98f1182,
body.b-fba839f .b-87da04f,
body.b-fba839f .f-5c1d612,
body.b-fba839f .g-14b61be {
  transition: transform 0.28s ease, background 0.3s;
}
body[data-button-anim=scale] .h-653ccf0:hover, body[data-button-anim=scale] .m-35154f6:hover, body[data-button-anim=scale] .d-4b3126a:hover, body[data-button-anim=scale] .d-b69deb9:hover, body[data-button-anim=scale] .s-cabc518:hover, body[data-button-anim=scale] .s-68fd067:hover, body[data-button-anim=scale] .i-9d8aee7:hover, body[data-button-anim=scale] .i-9f37fbe:hover, body[data-button-anim=scale] .r-98f1182:hover, body[data-button-anim=scale] .b-87da04f:hover, body[data-button-anim=scale] .f-5c1d612:hover, body[data-button-anim=scale] .g-14b61be:hover,
body.b-fba839f .h-653ccf0:hover,
body.b-fba839f .m-35154f6:hover,
body.b-fba839f .d-4b3126a:hover,
body.b-fba839f .d-b69deb9:hover,
body.b-fba839f .s-cabc518:hover,
body.b-fba839f .s-68fd067:hover,
body.b-fba839f .i-9d8aee7:hover,
body.b-fba839f .i-9f37fbe:hover,
body.b-fba839f .r-98f1182:hover,
body.b-fba839f .b-87da04f:hover,
body.b-fba839f .f-5c1d612:hover,
body.b-fba839f .g-14b61be:hover {
  transform: scale(1.08);
}
body[data-button-anim=scale] .h-653ccf0:active, body[data-button-anim=scale] .m-35154f6:active, body[data-button-anim=scale] .d-4b3126a:active, body[data-button-anim=scale] .d-b69deb9:active, body[data-button-anim=scale] .s-cabc518:active, body[data-button-anim=scale] .s-68fd067:active, body[data-button-anim=scale] .i-9d8aee7:active, body[data-button-anim=scale] .i-9f37fbe:active, body[data-button-anim=scale] .r-98f1182:active, body[data-button-anim=scale] .b-87da04f:active, body[data-button-anim=scale] .f-5c1d612:active, body[data-button-anim=scale] .g-14b61be:active,
body.b-fba839f .h-653ccf0:active,
body.b-fba839f .m-35154f6:active,
body.b-fba839f .d-4b3126a:active,
body.b-fba839f .d-b69deb9:active,
body.b-fba839f .s-cabc518:active,
body.b-fba839f .s-68fd067:active,
body.b-fba839f .i-9d8aee7:active,
body.b-fba839f .i-9f37fbe:active,
body.b-fba839f .r-98f1182:active,
body.b-fba839f .b-87da04f:active,
body.b-fba839f .f-5c1d612:active,
body.b-fba839f .g-14b61be:active {
  transform: scale(1.03);
}

body[data-button-anim=pop] .h-653ccf0, body[data-button-anim=pop] .m-35154f6, body[data-button-anim=pop] .d-4b3126a, body[data-button-anim=pop] .d-b69deb9, body[data-button-anim=pop] .s-cabc518, body[data-button-anim=pop] .s-68fd067, body[data-button-anim=pop] .i-9d8aee7, body[data-button-anim=pop] .i-9f37fbe, body[data-button-anim=pop] .r-98f1182, body[data-button-anim=pop] .b-87da04f, body[data-button-anim=pop] .f-5c1d612, body[data-button-anim=pop] .g-14b61be,
body.b-f350dde .h-653ccf0,
body.b-f350dde .m-35154f6,
body.b-f350dde .d-4b3126a,
body.b-f350dde .d-b69deb9,
body.b-f350dde .s-cabc518,
body.b-f350dde .s-68fd067,
body.b-f350dde .i-9d8aee7,
body.b-f350dde .i-9f37fbe,
body.b-f350dde .r-98f1182,
body.b-f350dde .b-87da04f,
body.b-f350dde .f-5c1d612,
body.b-f350dde .g-14b61be {
  transition: transform 0.32s cubic-bezier(0.34, 1.56, 0.64, 1), background 0.3s;
}
body[data-button-anim=pop] .h-653ccf0:hover, body[data-button-anim=pop] .m-35154f6:hover, body[data-button-anim=pop] .d-4b3126a:hover, body[data-button-anim=pop] .d-b69deb9:hover, body[data-button-anim=pop] .s-cabc518:hover, body[data-button-anim=pop] .s-68fd067:hover, body[data-button-anim=pop] .i-9d8aee7:hover, body[data-button-anim=pop] .i-9f37fbe:hover, body[data-button-anim=pop] .r-98f1182:hover, body[data-button-anim=pop] .b-87da04f:hover, body[data-button-anim=pop] .f-5c1d612:hover, body[data-button-anim=pop] .g-14b61be:hover,
body.b-f350dde .h-653ccf0:hover,
body.b-f350dde .m-35154f6:hover,
body.b-f350dde .d-4b3126a:hover,
body.b-f350dde .d-b69deb9:hover,
body.b-f350dde .s-cabc518:hover,
body.b-f350dde .s-68fd067:hover,
body.b-f350dde .i-9d8aee7:hover,
body.b-f350dde .i-9f37fbe:hover,
body.b-f350dde .r-98f1182:hover,
body.b-f350dde .b-87da04f:hover,
body.b-f350dde .f-5c1d612:hover,
body.b-f350dde .g-14b61be:hover {
  transform: scale(1.12);
}
body[data-button-anim=pop] .h-653ccf0:active, body[data-button-anim=pop] .m-35154f6:active, body[data-button-anim=pop] .d-4b3126a:active, body[data-button-anim=pop] .d-b69deb9:active, body[data-button-anim=pop] .s-cabc518:active, body[data-button-anim=pop] .s-68fd067:active, body[data-button-anim=pop] .i-9d8aee7:active, body[data-button-anim=pop] .i-9f37fbe:active, body[data-button-anim=pop] .r-98f1182:active, body[data-button-anim=pop] .b-87da04f:active, body[data-button-anim=pop] .f-5c1d612:active, body[data-button-anim=pop] .g-14b61be:active,
body.b-f350dde .h-653ccf0:active,
body.b-f350dde .m-35154f6:active,
body.b-f350dde .d-4b3126a:active,
body.b-f350dde .d-b69deb9:active,
body.b-f350dde .s-cabc518:active,
body.b-f350dde .s-68fd067:active,
body.b-f350dde .i-9d8aee7:active,
body.b-f350dde .i-9f37fbe:active,
body.b-f350dde .r-98f1182:active,
body.b-f350dde .b-87da04f:active,
body.b-f350dde .f-5c1d612:active,
body.b-f350dde .g-14b61be:active {
  transform: scale(1.04);
}

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

.h-898066f {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  z-index: 99;
  transition: 0.5s;
}
.h-7b7999d {
  margin-left: auto;
  position: relative;
  display: inline-block;
  width: 125px;
}
.h-ba1838f {
  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-ba1838f:hover {
  background: rgba(255, 255, 255, 0.04);
}
.h-ba1838f[aria-expanded=true] .h-1e07c6b {
  transform: rotate(180deg);
}
.h-ca071ff {
  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-ca071ff img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.h-43ca72d {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
.h-1e07c6b {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: transform 0.3s ease;
  margin-left: 2px;
}
.h-86ca929 {
  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-5464486 {
  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-5464486:hover {
  background: rgba(255, 255, 255, 0.08);
}
.h-5464486.i-a039c6b {
  background: rgba(255, 255, 255, 0.06);
}
.h-7b7999d:hover .h-86ca929 {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.h-898066f .c-3205f82 {
  padding: 10px 0;
}
.h-af6773d {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 990px) {
  .h-af6773d {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: 1fr 1fr 40px;
  }
}
@media (max-width: 990px) {
  .h-86d83b9 .h-d75bb71 {
    grid-column-start: 1;
    grid-column-end: 3;
    justify-content: center;
  }
}
.h-46eea73 {
  display: none;
}
@media (max-width: 990px) {
  .h-46eea73 {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    grid-column-start: 3;
  }
}
.h-46eea73 svg:first-child {
  display: block;
}
.h-46eea73 svg:last-child {
  display: none;
}
.h-6a312af svg:first-child {
  display: none;
}
.h-6a312af svg:last-child {
  display: block;
}
.h-d75bb71 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.h-d75bb71 img {
  display: block;
  max-width: 150px;
  max-height: 56px;
  width: auto;
  height: auto;
  object-fit: contain;
}
@media (max-width: 990px) {
  .h-d75bb71 img {
    max-width: 130px;
    max-height: 40px;
  }
}
.h-1e2ff14 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}
@media (max-width: 990px) {
  .h-1e2ff14 {
    grid-column-start: 1;
    grid-column-end: 4;
  }
}
.h-653ccf0 {
  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-641fdeb {
  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-641fdeb {
    display: none;
    width: 100%;
    max-width: 100%;
    right: 0;
    left: 0;
    position: absolute;
    top: 92%;
    padding: 15px 5px;
  }
}
.h-641fdeb ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 990px) {
  .h-641fdeb ul {
    gap: 12px;
    flex-direction: column;
    justify-content: center;
    padding-left: 10px;
  }
}
.h-641fdeb 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-641fdeb button {
    font-size: 18px;
    line-height: 23px;
  }
}
.h-641fdeb a {
  font-size: 16px;
  line-height: 21px;
  transition: 0.3s;
  font-weight: 500;
}
@media (max-width: 990px) {
  .h-641fdeb a {
    font-size: 18px;
    line-height: 23px;
  }
}
.h-4252703 {
  margin-top: 5px;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 990px) {
  .h-4252703 {
    display: none;
    width: 95%;
    max-width: 100%;
    position: absolute;
    top: 100%;
  }
}
.h-57dced2 {
  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-57dced2 {
    justify-content: flex-start;
  }
}
.h-57dced2 img {
  height: 20px;
  width: 20px;
  margin: 0 10px 0 0;
  object-fit: contain;
  transition: 0.3s;
}
.h-57dced2:hover img {
  transform: translateX(-10px);
}

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

.u-40b2167 {
  opacity: 1;
  pointer-events: auto;
}

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

.c-f2e6253 .b-14c89a3 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 0 0 15px 0;
  list-style-type: none;
}
.c-f2e6253 .b-14c89a3 li {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.c-f2e6253 .b-14c89a3 li::after {
  content: "›";
  margin-left: 10px;
  font-weight: 400;
  font-size: 18px;
}
.c-f2e6253 .b-14c89a3 li a {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.c-f2e6253 .b-14c89a3 li:last-child {
  font-weight: 400;
}
.c-f2e6253 .b-14c89a3 li:last-child::after {
  display: none;
}
.c-7d34300 > .tablepress-table-wrapper,
.c-7d34300 > .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-7d34300 > table.tablepress,
.c-7d34300 > 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-7d34300 > .tablepress-table-wrapper table.tablepress,
.c-7d34300 > .tablepress-table-wrapper table[id^=tablepress-] {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}
.c-7d34300 table.tablepress,
.c-7d34300 .tablepress,
.c-7d34300 table[id^=tablepress-],
.c-7d34300 .tablepress-table-wrapper,
.c-7d34300 .tablepress-scroll-wrapper {
  margin-top: 0;
  margin-bottom: var(--section-spacing-bottom, 40px);
}
.c-7d34300 .tablepress-table-wrapper,
.c-7d34300 .tablepress-scroll-wrapper,
.c-7d34300 .wp-block-table {
  overflow-x: auto;
  max-width: 100%;
}
.c-7d34300 table.tablepress,
.c-7d34300 .tablepress,
.c-7d34300 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-7d34300 table.tablepress thead tr th,
.c-7d34300 .tablepress thead tr th,
.c-7d34300 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-7d34300 table.tablepress tbody tr td,
.c-7d34300 .tablepress tbody tr td,
.c-7d34300 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-7d34300 table.tablepress tbody tr:last-child td,
.c-7d34300 .tablepress tbody tr:last-child td,
.c-7d34300 table[id^=tablepress-] tbody tr:last-child td {
  border-bottom: none;
}
.c-7d34300 table.tablepress thead tr:first-child th:first-child,
.c-7d34300 .tablepress thead tr:first-child th:first-child,
.c-7d34300 table[id^=tablepress-] thead tr:first-child th:first-child {
  border-top-left-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.c-7d34300 table.tablepress thead tr:first-child th:last-child,
.c-7d34300 .tablepress thead tr:first-child th:last-child,
.c-7d34300 table[id^=tablepress-] thead tr:first-child th:last-child {
  border-top-right-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.c-7d34300 table.tablepress:not(:has(thead)) tbody tr:first-child td:first-child,
.c-7d34300 .tablepress:not(:has(thead)) tbody tr:first-child td:first-child,
.c-7d34300 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-7d34300 table.tablepress:not(:has(thead)) tbody tr:first-child td:last-child,
.c-7d34300 .tablepress:not(:has(thead)) tbody tr:first-child td:last-child,
.c-7d34300 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-7d34300 table.tablepress tbody tr:last-child td:first-child,
.c-7d34300 .tablepress tbody tr:last-child td:first-child,
.c-7d34300 table[id^=tablepress-] tbody tr:last-child td:first-child {
  border-bottom-left-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.c-7d34300 table.tablepress tbody tr:last-child td:last-child,
.c-7d34300 .tablepress tbody tr:last-child td:last-child,
.c-7d34300 table[id^=tablepress-] tbody tr:last-child td:last-child {
  border-bottom-right-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.c-7d34300 table.tablepress tbody tr:nth-child(even) td,
.c-7d34300 .tablepress tbody tr:nth-child(even) td,
.c-7d34300 table[id^=tablepress-] tbody tr:nth-child(even) td {
  background: var(--tablepress-alt-row-bg, rgba(255, 255, 255, 0.1));
}
.c-7d34300 table.tablepress tbody tr td.column-1,
.c-7d34300 table.tablepress tbody tr.row-odd td:first-child,
.c-7d34300 table.tablepress tbody tr td:first-child,
.c-7d34300 .tablepress tbody tr td.column-1,
.c-7d34300 .tablepress tbody tr td:first-child,
.c-7d34300 table[id^=tablepress-] tbody tr td:first-child {
  font-weight: 700;
}
.c-7d34300 table.tablepress tbody tr:hover td,
.c-7d34300 .tablepress tbody tr:hover td,
.c-7d34300 table[id^=tablepress-] tbody tr:hover td {
  background: rgba(255, 255, 255, 0.12);
}
.c-7d34300 .wp-block-table {
  overflow-x: auto;
  margin-top: 0;
  margin-bottom: var(--section-spacing-bottom, 40px);
}
.c-7d34300 .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-7d34300 .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-7d34300 .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-7d34300 .wp-block-table tbody tr:last-child td {
  border-bottom: none;
}
.c-7d34300 .wp-block-table thead tr:first-child th:first-child {
  border-top-left-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.c-7d34300 .wp-block-table thead tr:first-child th:last-child {
  border-top-right-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.c-7d34300 .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-7d34300 .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-7d34300 .wp-block-table tbody tr:last-child td:first-child {
  border-bottom-left-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.c-7d34300 .wp-block-table tbody tr:last-child td:last-child {
  border-bottom-right-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.c-7d34300 .wp-block-table tbody tr:nth-child(even) td {
  background: var(--tablepress-alt-row-bg, rgba(255, 255, 255, 0.1));
}
.c-7d34300 img.alignleft {
  float: left;
  margin: 0 10px 10px 0;
}
@media (max-width: 576px) {
  .c-7d34300 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-7d34300 ul, .c-7d34300 ol {
  padding-left: 15px;
  margin: 0 0 10px 0;
}
.c-7d34300 ul li, .c-7d34300 ol li {
  margin-bottom: 5px;
}
.c-7d34300 figure {
  width: 100% !important;
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
  display: block;
  margin: 0;
}
.c-7d34300 img.alignright {
  margin: 0 0 10px 10px;
  float: right;
}
@media (max-width: 576px) {
  .c-7d34300 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-7d34300 img.s-898773c {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
  max-width: 100%;
}
@media (max-width: 576px) {
  .c-7d34300 img.s-898773c {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    object-fit: cover;
    display: block;
    margin: 0 0 10px 0;
  }
}
.c-7d34300 img.aligncenter {
  display: block;
  margin: 0 auto;
}
@media (max-width: 576px) {
  .c-7d34300 img.aligncenter {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    display: block;
    object-fit: cover;
    margin: 0 0 10px 0;
  }
}
.c-7d34300 p {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 990px) {
  .c-7d34300 p {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 22px;
  }
}
.c-7d34300 a {
  font-weight: 500;
}
.c-7d34300 a:hover {
  text-decoration: underline;
}
.c-7d34300 strong {
  font-weight: 700;
}
.c-7d34300 h1, .c-7d34300 h2, .c-7d34300 h3, .c-7d34300 h4, .c-7d34300 h5 {
  margin-bottom: 20px;
  font-weight: 700;
}
@media (max-width: 990px) {
  .c-7d34300 h1, .c-7d34300 h2, .c-7d34300 h3, .c-7d34300 h4, .c-7d34300 h5 {
    margin-bottom: 15px;
  }
}
.c-7d34300 h1 {
  font-size: 40px;
  line-height: 51px;
}
@media (max-width: 990px) {
  .c-7d34300 h1 {
    font-size: 28px;
    line-height: 39px;
  }
}
.c-7d34300 h2 {
  font-size: 36px;
  line-height: 46px;
}
@media (max-width: 990px) {
  .c-7d34300 h2 {
    font-size: 26px;
    line-height: 33px;
  }
}
.c-7d34300 h3 {
  font-size: 32px;
  line-height: 40px;
}
@media (max-width: 990px) {
  .c-7d34300 h3 {
    font-size: 24px;
    line-height: 28px;
  }
}
.c-7d34300 h4 {
  font-size: 32px;
  line-height: 40px;
}
@media (max-width: 990px) {
  .c-7d34300 h4 {
    font-size: 24px;
    line-height: 28px;
  }
}
.c-7d34300 h5 {
  font-size: 32px;
  line-height: 40px;
}
@media (max-width: 990px) {
  .c-7d34300 h5 {
    font-size: 24px;
    line-height: 28px;
  }
}
.c-f2e6253 .m-5203c2c {
  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-f2e6253 .m-5203c2c {
    padding: 15px;
  }
}
.c-f2e6253 .m-751d8b9 {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-f2e6253 .m-93e40cf {
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1;
  font-size: 22px;
}
@media (max-width: 768px) {
  .c-f2e6253 .m-93e40cf {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.c-f2e6253 .m-a98b646 {
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
  line-height: 1;
  font-weight: 400;
  font-size: 20px;
}
@media (max-width: 768px) {
  .c-f2e6253 .m-a98b646 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.c-f2e6253 .m-2290363 {
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
  line-height: 1;
  font-weight: 700;
  font-size: 50px;
}
@media (max-width: 768px) {
  .c-f2e6253 .m-2290363 {
    font-size: 25px;
    line-height: 1.1;
    margin-bottom: 15px;
  }
}
.c-f2e6253 .m-35154f6 {
  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-f2e6253 .m-35154f6 {
    font-size: 16px;
    padding: 8px 14px;
  }
}
@media (max-width: 576px) {
  .c-f2e6253 .m-35154f6 {
    font-size: 14px;
    padding: 8px;
  }
}
.c-f2e6253 .m-76dac0c {
  align-items: flex-end;
}
.c-f2e6253 .s-acd27ae {
  overflow: hidden;
  display: grid;
  grid-template-columns: 800px 1fr;
  grid-gap: 20px;
}
@media (max-width: 1280px) {
  .c-f2e6253 .s-acd27ae {
    grid-template-columns: 700px 1fr;
  }
}
@media (max-width: 1100px) {
  .c-f2e6253 .s-acd27ae {
    grid-template-columns: 600px 1fr;
  }
}
@media (max-width: 1000px) {
  .c-f2e6253 .s-acd27ae {
    grid-template-columns: 1fr;
  }
}
.c-f2e6253 .s-7e2a32e {
  overflow: hidden;
  cursor: pointer;
  height: 265px;
}
@media (max-width: 1200px) {
  .c-f2e6253 .s-7e2a32e {
    height: auto;
  }
}
.c-f2e6253 .s-7e2a32e img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  height: 265px;
  object-fit: cover;
}
@media (max-width: 990px) {
  .c-f2e6253 .s-7e2a32e img {
    height: auto;
  }
}
.c-f2e6253 .s-81ac364 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-f2e6253 .s-5af83ad {
  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-f2e6253 .s-5af83ad {
    padding: 20px;
    height: auto;
  }
}
.c-f2e6253 .s-7bcc29a {
  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-f2e6253 .s-7bcc29a {
    height: auto;
  }
}
.c-f2e6253 .s-d453b89 {
  position: relative;
  z-index: 2;
  margin-bottom: 15px;
  line-height: 1;
  font-weight: 400;
  font-size: 14px;
}
.c-f2e6253 .s-38fb1b5 {
  position: relative;
  z-index: 2;
  margin-bottom: 15px;
  line-height: 1;
  font-weight: 700;
  font-size: 24px;
}
.c-f2e6253 .s-8380bf4 {
  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-f2e6253 .s-acd27ae .tns-controls {
  position: absolute;
  z-index: 2;
  right: 20px;
  bottom: 20px;
  display: flex;
  align-items: center;
}
.c-f2e6253 .s-acd27ae .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-f2e6253 .s-acd27ae .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-f2e6253 .s-acd27ae .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-f2e6253 .s-acd27ae .tns-outer {
  position: relative;
  overflow: hidden;
}
.c-f2e6253 .a-e522922 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}
@media (max-width: 990px) {
  .c-f2e6253 .a-e522922 {
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }
}
.c-f2e6253 .a-e006bc0 {
  padding: 20px 60px 20px 20px;
  position: relative;
}
.c-f2e6253 .a-0492312 {
  position: absolute;
  right: 10px;
  top: 20%;
}
.c-f2e6253 .a-829d4ef {
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 700;
  line-height: 21px;
}
@media (max-width: 990px) {
  .c-f2e6253 .a-829d4ef {
    font-size: 23px;
  }
}
.c-f2e6253 .a-d7be06b {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  line-height: 21px;
}
.c-f2e6253 .a-96131de {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}
@media (max-width: 990px) {
  .c-f2e6253 .a-96131de {
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
  }
}
@media (max-width: 576px) {
  .c-f2e6253 .a-96131de {
    grid-template-columns: 1fr;
  }
}
.c-f2e6253 .a-8eb6fc3 {
  margin-bottom: 15px;
}
.c-f2e6253 .a-3e415aa {
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 700;
  line-height: 21px;
}
@media (max-width: 990px) {
  .c-f2e6253 .a-3e415aa {
    font-size: 23px;
  }
}
.c-f2e6253 .a-da1507b {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  margin: 0;
}
.c-f2e6253 .a-3ab6df7 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}
@media (max-width: 990px) {
  .c-f2e6253 .a-3ab6df7 {
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
  }
}
@media (max-width: 576px) {
  .c-f2e6253 .a-3ab6df7 {
    grid-template-columns: 1fr;
  }
}
.c-f2e6253 .a-f57bc8e {
  padding: 40px;
}
.c-f2e6253 .a-fe5b04c {
  margin: 0 auto 15px auto;
  display: block;
}
.c-f2e6253 .a-f5bb7ba {
  text-align: center;
  font-size: 25px;
  margin: 0;
  font-weight: 700;
  line-height: 21px;
}
.c-f2e6253 .t-362114e {
  padding: 20px;
}
.c-f2e6253 .t-f78da5f {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-size: 25px;
  font-weight: 700;
  margin: 0;
  line-height: 21px;
}
.c-f2e6253 .t-f78da5f svg {
  transition: 0.3s;
}
.c-f2e6253 .t-5d7546c svg {
  transform: rotate(180deg);
}
.c-f2e6253 .t-50b6356 {
  margin-top: 20px;
  display: none;
}
.c-f2e6253 .t-3715766 {
  margin-bottom: 15px;
  line-height: 1;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.c-f2e6253 .t-3715766 span {
  border-radius: 50%;
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px 0 0;
}
.c-f2e6253 .t-3715766:last-child {
  margin: 0;
}
.c-f2e6253 .t-750e655 {
  padding: 17.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.c-f2e6253 .t-9146830 {
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  margin: 2.5px 10px;
}
.c-f2e6253 .t-9146830 img {
  margin: 0 10px 0 0;
}
.c-f2e6253 .t-16412dc {
  padding: 17.5px;
  display: grid;
  grid-template-columns: 100px 1fr;
  grid-gap: 10px;
}
@media (max-width: 990px) {
  .c-f2e6253 .t-16412dc {
    grid-template-columns: 1fr;
  }
}
.c-f2e6253 .t-c326a7e {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-f2e6253 .t-c326a7e img {
  max-width: 100%;
  height: auto;
  width: 100%;
  object-fit: contain;
}
@media (max-width: 990px) {
  .c-f2e6253 .t-c326a7e img {
    height: 60px;
  }
}
.c-f2e6253 .t-e6bda75 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 990px) {
  .c-f2e6253 .t-e6bda75 {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 10px;
  }
}
.c-f2e6253 .t-3ea81db {
  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-f2e6253 .i-3ceb38c {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 20px;
}
@media (max-width: 990px) {
  .c-f2e6253 .i-3ceb38c {
    grid-template-columns: 1fr;
  }
}
.c-f2e6253 .i-ad29444 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
@media (max-width: 576px) {
  .c-f2e6253 .i-ad29444 {
    grid-template-columns: 1fr;
  }
}
.c-f2e6253 .i-af4a0e2 {
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.c-f2e6253 .i-08b40db {
  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-f2e6253 .i-08b40db {
    margin-bottom: 20px;
  }
}
.c-f2e6253 .i-0e9891c {
  padding: 20px;
  position: relative;
  min-height: 140px;
  display: flex;
  cursor: pointer;
  flex-direction: column;
}
@media (max-width: 990px) {
  .c-f2e6253 .i-0e9891c {
    min-height: 120px;
  }
}
.c-f2e6253 .i-cd86b43 {
  position: absolute;
  right: 10px;
  bottom: 10px;
  max-width: 100%;
  width: auto;
  height: 50px;
  object-fit: contain;
}
.c-f2e6253 .i-6208f16 {
  margin-bottom: 5px;
  font-size: 19px;
  font-weight: 700;
  line-height: 21px;
}
.c-f2e6253 .i-cca81df {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  line-height: 21px;
}
.c-f2e6253 .i-3bb667e {
  display: inline-block;
  margin: 0 auto 15px auto;
  padding-bottom: 15px;
  font-size: 19px;
  font-weight: 700;
  line-height: 21px;
  text-align: center;
}
.c-f2e6253 .i-3ceb38c .f-5c1d612 {
  margin-bottom: 15px;
}
.c-f2e6253 .i-2abe7a7 {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
  margin-bottom: 25px;
}
.c-f2e6253 .i-ac90df7 {
  margin-top: auto;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.c-f2e6253 .i-ac90df7:hover {
  transform: scale(1.1);
}
.c-f2e6253 .i-e74823a {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}
@media (max-width: 990px) {
  .c-f2e6253 .i-e74823a {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 576px) {
  .c-f2e6253 .i-e74823a {
    grid-template-columns: 1fr;
  }
}
.c-f2e6253 .i-c07a0e7 {
  padding: 20px;
  position: relative;
  cursor: pointer;
}
.c-f2e6253 .i-c819374 {
  margin-bottom: 5px;
  font-size: 19px;
  font-weight: 700;
  line-height: 21px;
}
.c-f2e6253 .i-9d88f7e {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  margin: 0;
}
.c-f2e6253 .i-cc4c641 {
  position: absolute;
  right: 10px;
  object-fit: contain;
  width: auto;
  height: 40px;
  top: 26%;
}
.c-f2e6253 .i-2b2a23c {
  overflow: hidden;
  position: relative;
}
.c-f2e6253 .i-2b2a23c .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-f2e6253 .i-2b2a23c .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-f2e6253 .i-2b2a23c .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-f2e6253 .i-2b2a23c .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-f2e6253 .i-2b2a23c .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-f2e6253 .i-2b2a23c .tns-outer {
  position: relative;
  overflow: hidden;
}
.c-f2e6253 .i-69c1d27 {
  overflow: hidden;
  height: 180px;
}
@media (max-width: 576px) {
  .c-f2e6253 .i-69c1d27 {
    height: auto;
  }
}
.c-f2e6253 .i-5fd08d7 {
  padding: 20px;
  position: relative;
  min-height: 140px;
  cursor: pointer;
}
.c-f2e6253 .i-9fbc9ae {
  position: absolute;
  right: 0;
  bottom: 0;
  object-fit: contain;
  width: auto;
  height: 80px;
}
.c-f2e6253 .i-283b9ab {
  font-size: 23px;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
}
.c-f2e6253 .r-9b0d26c {
  overflow: hidden;
  max-height: 350px;
}
.c-f2e6253 .r-9b0d26c .tns-outer {
  display: flex;
  flex-direction: column;
}
.c-f2e6253 .r-9b0d26c .tns-controls {
  display: none;
}
.c-f2e6253 .r-9b0d26c .tns-nav {
  margin-top: 15px;
  order: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-f2e6253 .r-9b0d26c .tns-nav button {
  width: 5px;
  height: 12px;
  cursor: pointer;
  display: block;
  border-radius: 50%;
  margin: 0 5px;
}
.c-f2e6253 .r-e4ea14a {
  padding: 20px;
  cursor: pointer;
}
.c-f2e6253 .r-7f82de5 {
  display: grid;
  align-items: center;
  grid-template-columns: 60px 1fr;
  grid-gap: 20px;
  margin-bottom: 15px;
}
.c-f2e6253 .r-59a8d65 {
  border-radius: 50%;
  object-fit: cover;
  height: 60px;
  width: 60px;
}
.c-f2e6253 .r-7ce4644 {
  font-size: 21px;
  font-weight: 700;
  line-height: 25px;
  margin: 0;
}
.c-f2e6253 .r-97c40a2 {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.c-f2e6253 .p-8369dfe {
  overflow: hidden;
}
.c-f2e6253 .p-8369dfe button[data-action] {
  display: none;
}
.c-f2e6253 .p-8369dfe .tns-controls {
  display: none;
}
.c-f2e6253 .p-44ed688 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.c-f2e6253 .p-44ed688 .p-9a0f7be {
  margin: 0;
}
.c-f2e6253 .p-ac51ddc {
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-f2e6253 .p-ac51ddc:hover {
  text-decoration: none;
}
.c-f2e6253 .p-4a4cf0f {
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
  text-align: center;
  margin: 10px 0 0 0;
}
@media (max-width: 990px) {
  .c-f2e6253 .p-4a4cf0f {
    font-size: 15px;
  }
}
.c-f2e6253 .p-7237381 {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  height: 60px;
}
.c-f2e6253 .p-7237381 img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 45px;
  object-fit: contain;
}
.c-f2e6253 .p-83ed7fd {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  height: 50px;
  width: 50px;
  margin: 0 auto;
  border-radius: 50px;
}
.c-f2e6253 .p-83ed7fd img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 45px;
  object-fit: contain;
}
.c-f2e6253 .p-8369dfe .tns-outer {
  overflow: hidden;
}
.c-f2e6253 .p-fd6e231 {
  overflow: hidden;
  height: 80px;
}
.c-f2e6253 .p-8694121 {
  height: 80px;
  overflow-x: hidden;
  margin-top: 35px;
}
@media (max-width: 990px) {
  .c-f2e6253 .p-8694121 {
    margin-top: 25px;
  }
}
.c-f2e6253 .p-22b1499 {
  height: 93px;
  overflow-x: hidden;
}
.c-f2e6253 .p-23a39d5 {
  height: 80px;
  overflow-x: hidden;
}
.c-f2e6253 .p-23a39d5 .p-7237381 img {
  max-height: 100%;
  height: 70px;
}
.c-f2e6253 .a-8fc60a3 {
  padding: 25px;
  margin-top: 30px;
  position: relative;
}
@media (max-width: 990px) {
  .c-f2e6253 .a-8fc60a3 {
    padding: 20px;
    margin-top: 0;
  }
}
.c-f2e6253 .a-2dcf90c {
  max-width: 400px;
}
.c-f2e6253 .a-747745d {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
@media (max-width: 990px) {
  .c-f2e6253 .a-747745d {
    font-size: 28px;
    line-height: 38px;
  }
}
.c-f2e6253 .a-dd76c37 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media (max-width: 990px) {
  .c-f2e6253 .a-dd76c37 {
    font-size: 16px;
    line-height: 21px;
  }
}
.c-f2e6253 .a-bb018c3 {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px;
}
@media (max-width: 990px) {
  .c-f2e6253 .a-bb018c3 {
    grid-template-columns: 1fr 1fr;
  }
}
.c-f2e6253 .a-60f1858 {
  position: absolute;
  right: 40px;
  top: -25px;
}
@media (max-width: 990px) {
  .c-f2e6253 .a-60f1858 {
    display: none;
  }
}
.c-f2e6253 .a-60f1858 img {
  right: 0;
  z-index: 2;
  top: 0;
  max-width: 325px;
  object-fit: contain;
  height: 325px;
  width: 100%;
  box-sizing: border-box;
}
.c-f2e6253 .s-a7c9808 {
  overflow: hidden;
  padding: 25px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 35px;
}
@media (max-width: 990px) {
  .c-f2e6253 .s-a7c9808 {
    grid-gap: 20px;
    grid-template-columns: 1fr;
    padding: 20px;
  }
}
.c-f2e6253 .s-97feacc {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.c-f2e6253 .s-97feacc img {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 600px;
  object-fit: cover;
  width: auto;
  box-sizing: border-box;
}
.c-f2e6253 .s-af5f973 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 20px;
}
@media (max-width: 990px) {
  .c-f2e6253 .s-af5f973 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 576px) {
  .c-f2e6253 .s-af5f973 {
    grid-gap: 15px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.c-f2e6253 .s-04875ed {
  overflow: hidden;
}
.c-f2e6253 .s-26edf2e {
  font-size: 32px;
  line-height: 40px;
}
@media (max-width: 990px) {
  .c-f2e6253 .s-26edf2e {
    font-size: 24px;
    line-height: 28px;
  }
}
.c-f2e6253 .s-8700aae {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-f2e6253 .s-8700aae img {
  max-width: 100%;
  height: 150px;
  object-fit: contain;
  width: 100%;
}
@media (max-width: 576px) {
  .c-f2e6253 .s-8700aae img {
    height: 130px;
  }
}
.c-f2e6253 .s-cabc518 {
  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-f2e6253 .s-cabc518:hover {
  text-decoration: none;
}
.c-f2e6253 .c-2e6403d {
  list-style-type: none;
  padding: 0;
}
.c-f2e6253 .c-2e6403d li {
  position: relative;
  padding-left: 25px;
}
.c-f2e6253 .c-2e6403d li img {
  position: absolute;
  left: 0;
  height: 20px;
  width: 20px;
  object-fit: contain;
  top: 0;
}
.c-f2e6253 .i-51a1c9a {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 60px;
  align-items: start;
}
@media (max-width: 990px) {
  .c-f2e6253 .i-51a1c9a {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
.c-f2e6253 .i-1c77d64 {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 990px) {
  .c-f2e6253 .i-1c77d64 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
  }
}
.c-f2e6253 .i-275b0a5 {
  padding-left: 15px;
  position: relative;
  margin-right: 15px;
}
@media (max-width: 990px) {
  .c-f2e6253 .i-275b0a5 {
    margin: 0;
  }
}
.c-f2e6253 .i-558b4aa {
  font-size: 16px;
  position: relative;
  font-weight: 700;
  margin-bottom: 5px;
  line-height: 1;
}
.c-f2e6253 .i-558b4aa svg {
  position: absolute;
  left: -15px;
  top: 2px;
}
.c-f2e6253 .i-d575fd4 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0;
}
.c-f2e6253 .i-946be20 {
  font-size: 32px;
  line-height: 40px;
}
@media (max-width: 990px) {
  .c-f2e6253 .i-946be20 {
    font-size: 24px;
    line-height: 28px;
  }
}
.c-f2e6253 .i-b7fd178 {
  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-f2e6253 .i-b7fd178 {
    max-width: 375px;
  }
}
.c-f2e6253 .i-add9672 {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-gap: 5px;
}
@media (max-width: 576px) {
  .c-f2e6253 .i-add9672 {
    grid-template-columns: repeat(6, 1fr);
  }
}
.c-f2e6253 .i-10d74a9 {
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
}
@media (max-width: 576px) {
  .c-f2e6253 .i-10d74a9 {
    font-size: 13px;
  }
}
@media (max-width: 576px) {
  .c-f2e6253 .i-aca50ac:nth-child(1), .c-f2e6253 .i-aca50ac:nth-child(2) {
    display: none;
  }
}
.c-f2e6253 .i-aca50ac {
  padding: 5px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
}
.c-f2e6253 .i-aca50ac img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media (max-width: 990px) {
  .c-f2e6253 .i-aca50ac img {
    height: 20px;
  }
}
.c-f2e6253 .i-aca50ac svg {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media (max-width: 990px) {
  .c-f2e6253 .i-aca50ac svg {
    height: 20px;
  }
}
.c-f2e6253 .i-9d8aee7 {
  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-f2e6253 .i-9d8aee7 {
    max-width: 100%;
  }
}
.c-f2e6253 .i-9d8aee7:hover {
  text-decoration: none;
}
.c-f2e6253 .i-d420aa6 {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
.c-f2e6253 .i-aa92e50 {
  position: relative;
  padding: 10px;
  border-radius: 5px;
  overflow: hidden;
}
.c-f2e6253 .i-6ba72fe {
  object-fit: contain;
  position: absolute;
  right: 15px;
  bottom: 0;
  height: 110px;
  width: 110px;
}
@media (max-width: 990px) {
  .c-f2e6253 .i-6ba72fe {
    height: 95px;
    width: 95px;
  }
}
.c-f2e6253 .i-4be9bc6 {
  font-size: 20px;
  font-weight: 600;
  line-height: 23.44px;
  margin-bottom: 10px;
}
.c-f2e6253 .i-e037ce0 {
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 50px;
}
.c-f2e6253 .i-9f37fbe {
  box-shadow: none;
  appearance: none;
  cursor: pointer;
  height: 40px;
  width: 40px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-f2e6253 .g-dd9e452 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.c-f2e6253 .g-c5e7d14 {
  margin-bottom: 0;
}
.c-f2e6253 .g-14b61be {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 270px;
  border-radius: 10px;
  cursor: pointer;
  overflow: hidden;
}
.c-f2e6253 .g-14b61be img {
  max-width: 100%;
  height: 270px;
  object-fit: cover;
  width: 100%;
  box-sizing: border-box;
  border-radius: 10px;
}
.c-f2e6253 .g-1c56ec4 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-f2e6253 .g-a61a7ca .n-fd92f5a {
  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-f2e6253 .g-a61a7ca .n-fd92f5a {
    height: 30px;
    width: 30px;
  }
}
.c-f2e6253 .g-a61a7ca .n-fd92f5a:hover {
  opacity: 1;
}
.c-f2e6253 .g-a61a7ca .p-4e9d83c {
  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-f2e6253 .g-a61a7ca .p-4e9d83c {
    height: 30px;
    width: 30px;
  }
}
.c-f2e6253 .g-a61a7ca .p-4e9d83c:hover {
  opacity: 1;
}
.c-f2e6253 .t-b9cff87 {
  display: grid;
  grid-template-columns: 1fr 3fr;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 576px) {
  .c-f2e6253 .t-b9cff87 {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 576px) {
  .c-f2e6253 .t-8dc866d {
    overflow-x: auto;
    display: flex;
  }
}
.c-f2e6253 .t-cbd3fb5 {
  font-size: 16px;
  line-height: 22px;
  cursor: pointer;
  font-weight: 700;
  margin: 0;
  padding: 14px;
}
@media (max-width: 576px) {
  .c-f2e6253 .t-cbd3fb5 {
    padding: 10px;
    font-size: 15px;
    white-space: nowrap;
    border: none;
  }
}
.c-f2e6253 .t-cbd3fb5:hover {
  background: red;
}
.c-f2e6253 .t-ab7f697 {
  display: none;
  padding: 12px 15px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
@media (max-width: 576px) {
  .c-f2e6253 .t-ab7f697 {
    padding: 10px;
    font-size: 15px;
  }
}
.c-f2e6253 .t-b79f67a {
  display: block;
}
.c-f2e6253 .d-e987115 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 20px;
}
@media (max-width: 990px) {
  .c-f2e6253 .d-e987115 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 576px) {
  .c-f2e6253 .d-e987115 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.c-f2e6253 .d-4049ee4 {
  height: 250px;
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
.c-f2e6253 .d-4049ee4:hover .d-aa2ff1f {
  opacity: 1;
}
.c-f2e6253 .d-4049ee4 img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-f2e6253 .d-321a2f0 {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-f2e6253 .d-aa2ff1f {
  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-f2e6253 .d-aa2ff1f::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-f2e6253 .d-33af411 {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}
.c-f2e6253 .d-4b3126a {
  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-f2e6253 .d-b69deb9 {
  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-f2e6253 .d-b69deb9:hover {
  text-decoration: none;
}
.c-f2e6253 .s-e0c7bdf {
  display: grid;
  grid-template-columns: 3fr 1fr;
  grid-gap: 30px;
}
@media (max-width: 990px) {
  .c-f2e6253 .s-e0c7bdf {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
.c-f2e6253 .s-5a8e688 {
  max-width: 100%;
  height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.c-f2e6253 .s-6328ff2 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 450px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 990px) {
  .c-f2e6253 .s-6328ff2 {
    min-height: 200px;
    height: auto;
  }
}
.c-f2e6253 .s-17891b4 {
  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-f2e6253 .s-17891b4 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-f2e6253 .s-17891b4 button:hover {
  text-decoration: none;
}
.c-f2e6253 .s-17891b4 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-f2e6253 .s-17891b4 a:hover {
  text-decoration: none;
}
.c-f2e6253 .s-131feb7 thead {
  width: 100%;
  box-sizing: border-box;
  display: block;
}
.c-f2e6253 .s-131feb7 thead tr:first-child {
  border-radius: 8px;
  background: #373737;
  overflow: hidden;
}
.c-f2e6253 .s-131feb7 tbody {
  display: block;
  box-sizing: border-box;
  width: 100%;
}
.c-f2e6253 .s-131feb7 tr {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0;
}
.c-f2e6253 .s-131feb7 tr td {
  border: none !important;
  margin: 0;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 17px;
}
.c-f2e6253 .s-131feb7 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-f2e6253 .s-131feb7 tr:nth-child(2n) {
  border-radius: 8px;
  background: #373737;
}
.c-f2e6253 .r-0cfe62c {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px;
}
.c-f2e6253 .r-02df364 {
  padding-bottom: 15px;
  display: grid;
  grid-template-columns: 230px 1fr 2fr 1fr;
  grid-gap: 30px;
  align-items: center;
}
@media (max-width: 990px) {
  .c-f2e6253 .r-02df364 {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
.c-f2e6253 .r-02df364:nth-child(-n+3) .r-39675c0 {
  padding-right: 35px;
}
@media (max-width: 990px) {
  .c-f2e6253 .r-02df364:nth-child(-n+3) .r-39675c0 {
    padding: 35px 0 0 0;
  }
}
.c-f2e6253 .r-39675c0 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.c-f2e6253 .r-39675c0 svg {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 990px) {
  .c-f2e6253 .r-39675c0 svg {
    left: 0;
    right: auto;
  }
}
.c-f2e6253 .r-39675c0 img {
  max-width: 100%;
  height: auto;
  width: 100%;
  max-height: 130px;
  box-sizing: border-box;
  object-fit: cover;
  border-radius: 25px;
}
.c-f2e6253 .r-fd413c3 {
  padding-left: 45px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  position: relative;
}
.c-f2e6253 .r-fd413c3 svg {
  position: absolute;
  left: 0;
  top: 0;
}
.c-f2e6253 .r-5eb6081 {
  text-align: center;
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
}
@media (max-width: 990px) {
  .c-f2e6253 .r-5eb6081 {
    text-align: left;
    font-size: 16px;
  }
}
.c-f2e6253 .r-633ebb7 {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
  margin: 0;
}
@media (max-width: 990px) {
  .c-f2e6253 .r-633ebb7 {
    text-align: left;
    font-size: 16px;
  }
}
.c-f2e6253 .r-8cb4cae {
  text-align: center;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}
.c-f2e6253 .r-98f1182 {
  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-f2e6253 .r-98f1182 {
    font-size: 16px;
  }
}
.c-f2e6253 .b-6aef980 {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
.c-f2e6253 .b-91e297b {
  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-f2e6253 .b-91e297b {
    grid-template-columns: 1fr;
    min-height: auto;
    grid-gap: 15px;
  }
}
.c-f2e6253 .b-18050bc {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  box-sizing: border-box;
}
@media (max-width: 990px) {
  .c-f2e6253 .b-18050bc {
    padding: 15px;
  }
}
.c-f2e6253 .b-18050bc img {
  border-radius: 10px;
  display: block;
  max-height: 120px;
  box-sizing: border-box;
  object-fit: contain;
  max-width: 120px;
}
.c-f2e6253 .b-1ab6588 {
  padding: 5px 10px;
  text-align: center;
  margin: 0;
  font-size: 18px;
  line-height: 21px;
  font-weight: 600;
}
@media (max-width: 990px) {
  .c-f2e6253 .b-1ab6588 {
    padding: 0;
  }
}
.c-f2e6253 .b-8bade1e {
  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-f2e6253 .b-8bade1e {
    border: none !important;
  }
}
.c-f2e6253 .b-8bade1e li {
  display: flex;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin: 0;
}
.c-f2e6253 .b-8bade1e li svg {
  margin-right: 5px;
}
.c-f2e6253 .b-2e12467 {
  text-align: center;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 22px;
  font-weight: bold;
}
.c-f2e6253 .b-0f2ab02 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.c-f2e6253 .b-8461a7d {
  padding: 5px 20px 5px 10px;
}
@media (max-width: 990px) {
  .c-f2e6253 .b-8461a7d {
    padding: 0 15px 15px 15px;
  }
}
.c-f2e6253 .b-87da04f {
  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-f2e6253 .b-c5d0720 {
  margin: 0;
  font-size: 12px;
  text-align: center;
}

.c-500699a {
  display: grid;
  grid-template-columns: 120px 1fr;
  grid-gap: 20px;
  align-items: center;
}
@media (max-width: 990px) {
  .c-500699a {
    grid-template-columns: 1fr;
  }
}
.c-b507fa9 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-b507fa9 img {
  height: 120px;
  width: 120px;
  box-sizing: border-box;
  object-fit: cover;
  border-radius: 50%;
}
.c-33d79b2 {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
}
.c-6ee0707 {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
}
.c-b7cf4f3 {
  padding-left: 15px;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
}
.c-a7d3422 {
  font-weight: 400;
  opacity: 0.9;
  font-size: 14px;
  line-height: 21px;
}

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

.f-d801c9f {
  margin-top: 30px;
}
@media (max-width: 990px) {
  .f-d801c9f {
    margin-top: 20px;
  }
}
.f-cb2ddc5 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media (max-width: 990px) {
  .f-cb2ddc5 {
    font-size: 26px;
    line-height: 33px;
  }
}
.f-963cc55 {
  padding: 30px;
}
@media (max-width: 990px) {
  .f-963cc55 {
    padding: 20px;
  }
}
.f-50ffed4 {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.f-50ffed4:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none !important;
}
.f-17bd514 {
  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-17bd514 {
    font-size: 20px;
    line-height: 25px;
  }
}
.f-17bd514 svg {
  transition: 0.3s;
}
.f-a4ca065 svg {
  transform: rotate(180deg);
}
.f-d95d5c9 {
  margin: 10px 0 0 0;
  font-size: 16px;
  display: block;
  line-height: 21px;
  font-weight: 400;
}
@media (max-width: 990px) {
  .f-d95d5c9 {
    font-size: 14px;
    line-height: 22px;
  }
}

.c-37a65a6 {
  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-d74084a {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--cu-text);
}
.c-cac0b74 {
  margin-left: 0.35em;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}

.c-7d34300 .c-4fdcba9 .c-d74084a {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--cu-text);
}

.c-3987560 {
  --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-3987560 button {
  width: auto !important;
  max-width: none;
}
.c-47be410 {
  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-47be410 {
    flex-direction: column;
    align-items: stretch;
  }
}
.c-7637abd {
  flex: 1;
  min-width: 0;
}
.c-63754b7 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.c-2aecf1e {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.c-2aecf1e svg {
  display: block;
  width: 20px;
  height: 20px;
}
.c-1662ccb {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--cc-text-color);
}
.c-22045ca {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.c-54a6b94 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: var(--cc-text-color);
}
.c-f71bc8b {
  display: inline-flex;
  align-items: center;
  gap: 2px;
}
.c-f71bc8b .c-c9777ff {
  font-size: 18px;
}
.c-c6e8d1c {
  font-size: 14px;
  line-height: 1.2;
  color: var(--cc-body-color);
}
.c-f2a71bb {
  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-f2a71bb:hover {
  opacity: 0.85;
  text-decoration: none !important;
}
@media (max-width: 768px) {
  .c-f2a71bb {
    width: 100%;
  }
}
.c-1b62fc6 {
  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-1b62fc6::-webkit-scrollbar {
  height: 5px;
}
.c-1b62fc6::-webkit-scrollbar-track {
  background: #e8edf3;
  border-radius: 999px;
}
.c-1b62fc6::-webkit-scrollbar-thumb {
  background: #b8c3d1;
  border-radius: 999px;
}
.c-dad32ef {
  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-465858f {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.c-216c7e7 {
  position: relative;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
}
.c-51b6dd2 {
  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-4e81e40 {
  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-4e81e40 svg {
  display: block;
  width: 12px;
  height: 12px;
}
.c-71f4ae4 {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 2px;
}
.c-86c098d {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  color: var(--cc-text-color);
}
.c-399be76 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid var(--cc-line-color);
}
.c-dcd58e5 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2px;
  margin: 0;
}
.c-c9777ff {
  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-c9777ff.i-a039c6b {
  color: var(--cc-star-color);
}
.c-f027261 {
  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-3c79054 {
  flex: 1;
  padding: 0 0 12px;
  font-size: 15px;
  line-height: 1.5;
  color: var(--cc-body-color);
}
.c-3c79054 p {
  margin: 0 0 8px;
  font-size: 15px;
  line-height: 1.5;
  color: var(--cc-body-color);
}
.c-3c79054 p:last-child {
  margin-bottom: 0;
}
.c-332f1f7 {
  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-34107b8 {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.c-bc5f9d5 {
  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-bc5f9d5 svg {
  flex-shrink: 0;
}
.c-bc5f9d5.i-a039c6b {
  color: var(--cc-text-color);
}
.c-b9aa8fa {
  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-665990d {
  margin-top: 20px;
  background: transparent;
  border: 1px solid var(--cc-line-color);
  border-radius: 8px;
  padding: 20px;
  box-sizing: border-box;
}
.c-96af961 {
  display: block;
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--cc-text-color);
}
.c-96af961 .r-0657fd0 {
  color: #ef4444;
}
.c-3021472 {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.c-6eb0d27 {
  grid-column: 1/-1;
}
.c-da72596 {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  width: auto;
  max-width: none;
  flex-wrap: nowrap;
}
.c-f64b499 {
  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-f64b499.i-a039c6b, .c-f64b499.i-c4ebb15 {
  color: var(--cc-star-color);
}
.c-f64b499:hover {
  transform: scale(1.08);
}
.c-f64b499:focus-visible {
  outline: 2px solid var(--cc-star-color);
  outline-offset: 2px;
  border-radius: 2px;
}
.c-76a5812 {
  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-76a5812 {
    grid-template-columns: 1fr;
  }
}
.c-76a5812 .c-2bc8178,
.c-76a5812 .c-b354f57,
.c-76a5812 .f-6a3213f {
  grid-column: 1/-1;
}
.c-76a5812 .l-405bbac,
.c-76a5812 .m-2822315 {
  grid-column: 1/-1;
  margin: 0;
  font-size: 14px;
  color: var(--cc-body-color);
}
.c-76a5812 input,
.c-76a5812 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-76a5812 input::placeholder,
.c-76a5812 textarea::placeholder {
  color: var(--cc-text-color);
  opacity: 0.55;
}
.c-76a5812 textarea {
  min-height: 130px;
  resize: vertical;
}
.c-9c4e8e1 {
  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-9c4e8e1:hover {
  opacity: 0.85;
}
.c-9c4e8e1:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.c-0fc758c {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.4;
  color: #ef4444;
}
.c-c94f2ef {
  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-7d34300 .c-3987560 .c-3c79054 p {
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--cc-body-color);
}
.c-7d34300 .c-3987560 .c-3c79054 p:last-child {
  margin-bottom: 0;
}

.f-f446aff .c-3205f82 {
  padding: 40px 0;
}
@media (max-width: 990px) {
  .f-f446aff .c-3205f82 {
    padding: 20px 0;
  }
}
.f-6ecdbd0 {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
@media (max-width: 990px) {
  .f-6ecdbd0 {
    grid-gap: 10px;
  }
}
.f-afa0511 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.f-afa0511 img {
  display: block;
  max-width: 150px;
  max-height: 56px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.f-46fc75e {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}
.f-5131808 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}
.f-f69bf49 {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 15px;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.f-f69bf49 li {
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  transition: 0.3s;
  cursor: pointer;
}
.f-f69bf49 a {
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  transition: 0.3s;
}
.f-4f56914 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 990px) {
  .f-4f56914 {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }
}
.f-025f6fd {
  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-025f6fd {
    justify-content: center;
    margin-bottom: 15px;
  }
}
.f-0e599b5 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 990px) {
  .f-0e599b5 {
    justify-content: center;
  }
}
.f-0e599b5 a,
.f-0e599b5 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-0e599b5 a,
  .f-0e599b5 button {
    margin: 0 10px;
  }
}
.f-0e599b5 img {
  max-width: 100px;
  max-height: 50px;
  object-fit: contain;
  margin-left: 15px;
  width: auto;
  display: block;
}
@media (max-width: 990px) {
  .f-0e599b5 img {
    margin: 0 10px;
  }
}
@media (max-width: 576px) {
  .f-0e599b5 img {
    max-width: 70px;
    max-height: 30px;
  }
}
.f-0e599b5 a img,
.f-0e599b5 button img {
  margin: 0;
}
.f-ac0de1a {
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 576px) {
  .f-ac0de1a {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr;
  }
}
.f-2724feb {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.f-2724feb a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.f-2724feb a img {
  object-fit: contain;
  max-width: 25px;
  max-height: 25px;
}
.f-f589d5c {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.f-f589d5c a,
.f-f589d5c 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-f589d5c img {
  margin: 0 10px 5px 0;
  max-width: 100px;
  max-height: 50px;
  object-fit: contain;
}
@media (max-width: 576px) {
  .f-f589d5c img {
    max-width: 70px;
    max-height: 30px;
  }
}
.f-f589d5c a img,
.f-f589d5c button img {
  margin: 0;
  display: block;
}
.f-6c359db {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 4fr 1fr;
}
@media (max-width: 990px) {
  .f-6c359db {
    grid-template-columns: 1fr;
  }
}
.f-1715763 {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.f-3fa5d87 {
  font-size: 14px;
  text-align: right;
  font-weight: 400;
  line-height: 21px;
  opacity: 0.7;
}
@media (max-width: 990px) {
  .f-3fa5d87 {
    text-align: center;
  }
}
.f-03d5a7a {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}
.f-5c1d612 {
  background: #e3fa48;
  padding: 8px 22px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.f-5c1d612 svg {
  fill: #000;
}
.f-5c1d612 span {
  display: flex;
  color: #000;
  flex-direction: column;
}
.f-5c1d612 span span {
  font-weight: 400;
  color: #000;
  font-size: 12px;
  line-height: 1;
  text-align: left;
}
.f-5c1d612 span span:last-child {
  margin-top: 5px;
  font-weight: 700;
}

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

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

.r-a2b8fa5 {
  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-a2b8fa5 {
    width: min(560px, 94%);
    padding: 16px 12px 14px;
    border-radius: 12px;
  }
}
.r-51ed73f {
  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-c259604 {
  margin: 0 auto 12px;
  max-width: 420px;
}
.r-c259604 img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
  object-fit: contain;
}
.r-8797d38 {
  font-size: 24px;
  line-height: 1.1;
  font-weight: 700;
  margin: 0 0 16px;
}
@media (max-width: 768px) {
  .r-8797d38 {
    font-size: 20px;
  }
}
.r-f322be5 {
  margin-bottom: 14px;
}
.r-f322be5 p {
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 400;
}
@media (max-width: 768px) {
  .r-f322be5 p {
    font-size: 13px;
  }
}
.r-f322be5 p:last-child {
  margin-bottom: 0;
}
.r-4b860c3 {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.r-6307074 {
  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-6307074 img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.r-4f53483 {
  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-4f53483 {
    font-size: 13px;
    width: 100%;
    max-width: 100%;
  }
}
.r-4f53483:hover {
  opacity: 0.92;
  text-decoration: none;
}
.r-bfeb37d {
  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-bfeb37d {
    font-size: 13px;
    max-width: 100%;
    width: 100%;
  }
}
.r-ca1565c {
  margin: 10px 0 0;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0.8;
}

.i-f220054 {
  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-f220054 {
    max-width: 900px;
    height: 370px;
  }
}
.i-b48b757 {
  position: absolute;
  right: 10px;
  top: 7px;
  cursor: pointer;
}
.i-eb0c6f6 {
  display: flex;
}
.i-f220054 iframe {
  width: 100%;
  box-sizing: border-box;
  height: 390px;
  object-fit: cover;
  position: relative;
  z-index: 2;
}
@media (max-width: 990px) {
  .i-f220054 iframe {
    height: 300px;
  }
}
.i-adddec4 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  position: relative;
}
.i-adddec4::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-05f6650 {
  display: block;
}
