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

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

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

a, button {
  cursor: pointer;
}

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

.o-fe6d6fc {
  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-9185198) */
.c-ef67b80 .b-4ac387c li,
.c-ef67b80 .b-4ac387c li a,
.c-763b4a6,
.c-763b4a6 a {
  color: var(--color-title-text, inherit);
}

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

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

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

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

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

.h-b92df71,
.h-e64cb9f,
.h-6738fe3 a,
.h-6738fe3 button {
  color: var(--nav-color, inherit);
}

.h-b92df71:hover,
.h-6738fe3 a:hover,
.h-6738fe3 button:hover {
  color: var(--nav-color-hover, inherit);
}

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

.f-63708eb 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-7b1f181, body[data-button-anim]:not([data-button-anim=none]) .m-01636bb, body[data-button-anim]:not([data-button-anim=none]) .d-4beb46a, body[data-button-anim]:not([data-button-anim=none]) .d-539e16c, body[data-button-anim]:not([data-button-anim=none]) .s-c921933, body[data-button-anim]:not([data-button-anim=none]) .s-52beab9, body[data-button-anim]:not([data-button-anim=none]) .i-b249ad8, body[data-button-anim]:not([data-button-anim=none]) .i-b92c71f, body[data-button-anim]:not([data-button-anim=none]) .r-128596b, body[data-button-anim]:not([data-button-anim=none]) .b-1500788, body[data-button-anim]:not([data-button-anim=none]) .f-cc9cb48, body[data-button-anim]:not([data-button-anim=none]) .g-cc25f50,
body[class*=button-anim-] .h-7b1f181,
body[class*=button-anim-] .m-01636bb,
body[class*=button-anim-] .d-4beb46a,
body[class*=button-anim-] .d-539e16c,
body[class*=button-anim-] .s-c921933,
body[class*=button-anim-] .s-52beab9,
body[class*=button-anim-] .i-b249ad8,
body[class*=button-anim-] .i-b92c71f,
body[class*=button-anim-] .r-128596b,
body[class*=button-anim-] .b-1500788,
body[class*=button-anim-] .f-cc9cb48,
body[class*=button-anim-] .g-cc25f50 {
  transform: translateZ(0);
  will-change: transform;
}

body[data-button-anim=lift] .h-7b1f181, body[data-button-anim=lift] .m-01636bb, body[data-button-anim=lift] .d-4beb46a, body[data-button-anim=lift] .d-539e16c, body[data-button-anim=lift] .s-c921933, body[data-button-anim=lift] .s-52beab9, body[data-button-anim=lift] .i-b249ad8, body[data-button-anim=lift] .i-b92c71f, body[data-button-anim=lift] .r-128596b, body[data-button-anim=lift] .b-1500788, body[data-button-anim=lift] .f-cc9cb48, body[data-button-anim=lift] .g-cc25f50,
body.b-f904e90 .h-7b1f181,
body.b-f904e90 .m-01636bb,
body.b-f904e90 .d-4beb46a,
body.b-f904e90 .d-539e16c,
body.b-f904e90 .s-c921933,
body.b-f904e90 .s-52beab9,
body.b-f904e90 .i-b249ad8,
body.b-f904e90 .i-b92c71f,
body.b-f904e90 .r-128596b,
body.b-f904e90 .b-1500788,
body.b-f904e90 .f-cc9cb48,
body.b-f904e90 .g-cc25f50 {
  transition: transform 0.28s ease, background 0.3s;
}
body[data-button-anim=lift] .h-7b1f181:hover, body[data-button-anim=lift] .m-01636bb:hover, body[data-button-anim=lift] .d-4beb46a:hover, body[data-button-anim=lift] .d-539e16c:hover, body[data-button-anim=lift] .s-c921933:hover, body[data-button-anim=lift] .s-52beab9:hover, body[data-button-anim=lift] .i-b249ad8:hover, body[data-button-anim=lift] .i-b92c71f:hover, body[data-button-anim=lift] .r-128596b:hover, body[data-button-anim=lift] .b-1500788:hover, body[data-button-anim=lift] .f-cc9cb48:hover, body[data-button-anim=lift] .g-cc25f50:hover,
body.b-f904e90 .h-7b1f181:hover,
body.b-f904e90 .m-01636bb:hover,
body.b-f904e90 .d-4beb46a:hover,
body.b-f904e90 .d-539e16c:hover,
body.b-f904e90 .s-c921933:hover,
body.b-f904e90 .s-52beab9:hover,
body.b-f904e90 .i-b249ad8:hover,
body.b-f904e90 .i-b92c71f:hover,
body.b-f904e90 .r-128596b:hover,
body.b-f904e90 .b-1500788:hover,
body.b-f904e90 .f-cc9cb48:hover,
body.b-f904e90 .g-cc25f50:hover {
  transform: translateY(-6px);
}
body[data-button-anim=lift] .h-7b1f181:active, body[data-button-anim=lift] .m-01636bb:active, body[data-button-anim=lift] .d-4beb46a:active, body[data-button-anim=lift] .d-539e16c:active, body[data-button-anim=lift] .s-c921933:active, body[data-button-anim=lift] .s-52beab9:active, body[data-button-anim=lift] .i-b249ad8:active, body[data-button-anim=lift] .i-b92c71f:active, body[data-button-anim=lift] .r-128596b:active, body[data-button-anim=lift] .b-1500788:active, body[data-button-anim=lift] .f-cc9cb48:active, body[data-button-anim=lift] .g-cc25f50:active,
body.b-f904e90 .h-7b1f181:active,
body.b-f904e90 .m-01636bb:active,
body.b-f904e90 .d-4beb46a:active,
body.b-f904e90 .d-539e16c:active,
body.b-f904e90 .s-c921933:active,
body.b-f904e90 .s-52beab9:active,
body.b-f904e90 .i-b249ad8:active,
body.b-f904e90 .i-b92c71f:active,
body.b-f904e90 .r-128596b:active,
body.b-f904e90 .b-1500788:active,
body.b-f904e90 .f-cc9cb48:active,
body.b-f904e90 .g-cc25f50:active {
  transform: translateY(-2px);
}

body[data-button-anim=scale] .h-7b1f181, body[data-button-anim=scale] .m-01636bb, body[data-button-anim=scale] .d-4beb46a, body[data-button-anim=scale] .d-539e16c, body[data-button-anim=scale] .s-c921933, body[data-button-anim=scale] .s-52beab9, body[data-button-anim=scale] .i-b249ad8, body[data-button-anim=scale] .i-b92c71f, body[data-button-anim=scale] .r-128596b, body[data-button-anim=scale] .b-1500788, body[data-button-anim=scale] .f-cc9cb48, body[data-button-anim=scale] .g-cc25f50,
body.b-03d15e9 .h-7b1f181,
body.b-03d15e9 .m-01636bb,
body.b-03d15e9 .d-4beb46a,
body.b-03d15e9 .d-539e16c,
body.b-03d15e9 .s-c921933,
body.b-03d15e9 .s-52beab9,
body.b-03d15e9 .i-b249ad8,
body.b-03d15e9 .i-b92c71f,
body.b-03d15e9 .r-128596b,
body.b-03d15e9 .b-1500788,
body.b-03d15e9 .f-cc9cb48,
body.b-03d15e9 .g-cc25f50 {
  transition: transform 0.28s ease, background 0.3s;
}
body[data-button-anim=scale] .h-7b1f181:hover, body[data-button-anim=scale] .m-01636bb:hover, body[data-button-anim=scale] .d-4beb46a:hover, body[data-button-anim=scale] .d-539e16c:hover, body[data-button-anim=scale] .s-c921933:hover, body[data-button-anim=scale] .s-52beab9:hover, body[data-button-anim=scale] .i-b249ad8:hover, body[data-button-anim=scale] .i-b92c71f:hover, body[data-button-anim=scale] .r-128596b:hover, body[data-button-anim=scale] .b-1500788:hover, body[data-button-anim=scale] .f-cc9cb48:hover, body[data-button-anim=scale] .g-cc25f50:hover,
body.b-03d15e9 .h-7b1f181:hover,
body.b-03d15e9 .m-01636bb:hover,
body.b-03d15e9 .d-4beb46a:hover,
body.b-03d15e9 .d-539e16c:hover,
body.b-03d15e9 .s-c921933:hover,
body.b-03d15e9 .s-52beab9:hover,
body.b-03d15e9 .i-b249ad8:hover,
body.b-03d15e9 .i-b92c71f:hover,
body.b-03d15e9 .r-128596b:hover,
body.b-03d15e9 .b-1500788:hover,
body.b-03d15e9 .f-cc9cb48:hover,
body.b-03d15e9 .g-cc25f50:hover {
  transform: scale(1.08);
}
body[data-button-anim=scale] .h-7b1f181:active, body[data-button-anim=scale] .m-01636bb:active, body[data-button-anim=scale] .d-4beb46a:active, body[data-button-anim=scale] .d-539e16c:active, body[data-button-anim=scale] .s-c921933:active, body[data-button-anim=scale] .s-52beab9:active, body[data-button-anim=scale] .i-b249ad8:active, body[data-button-anim=scale] .i-b92c71f:active, body[data-button-anim=scale] .r-128596b:active, body[data-button-anim=scale] .b-1500788:active, body[data-button-anim=scale] .f-cc9cb48:active, body[data-button-anim=scale] .g-cc25f50:active,
body.b-03d15e9 .h-7b1f181:active,
body.b-03d15e9 .m-01636bb:active,
body.b-03d15e9 .d-4beb46a:active,
body.b-03d15e9 .d-539e16c:active,
body.b-03d15e9 .s-c921933:active,
body.b-03d15e9 .s-52beab9:active,
body.b-03d15e9 .i-b249ad8:active,
body.b-03d15e9 .i-b92c71f:active,
body.b-03d15e9 .r-128596b:active,
body.b-03d15e9 .b-1500788:active,
body.b-03d15e9 .f-cc9cb48:active,
body.b-03d15e9 .g-cc25f50:active {
  transform: scale(1.03);
}

body[data-button-anim=pop] .h-7b1f181, body[data-button-anim=pop] .m-01636bb, body[data-button-anim=pop] .d-4beb46a, body[data-button-anim=pop] .d-539e16c, body[data-button-anim=pop] .s-c921933, body[data-button-anim=pop] .s-52beab9, body[data-button-anim=pop] .i-b249ad8, body[data-button-anim=pop] .i-b92c71f, body[data-button-anim=pop] .r-128596b, body[data-button-anim=pop] .b-1500788, body[data-button-anim=pop] .f-cc9cb48, body[data-button-anim=pop] .g-cc25f50,
body.b-e5d347e .h-7b1f181,
body.b-e5d347e .m-01636bb,
body.b-e5d347e .d-4beb46a,
body.b-e5d347e .d-539e16c,
body.b-e5d347e .s-c921933,
body.b-e5d347e .s-52beab9,
body.b-e5d347e .i-b249ad8,
body.b-e5d347e .i-b92c71f,
body.b-e5d347e .r-128596b,
body.b-e5d347e .b-1500788,
body.b-e5d347e .f-cc9cb48,
body.b-e5d347e .g-cc25f50 {
  transition: transform 0.32s cubic-bezier(0.34, 1.56, 0.64, 1), background 0.3s;
}
body[data-button-anim=pop] .h-7b1f181:hover, body[data-button-anim=pop] .m-01636bb:hover, body[data-button-anim=pop] .d-4beb46a:hover, body[data-button-anim=pop] .d-539e16c:hover, body[data-button-anim=pop] .s-c921933:hover, body[data-button-anim=pop] .s-52beab9:hover, body[data-button-anim=pop] .i-b249ad8:hover, body[data-button-anim=pop] .i-b92c71f:hover, body[data-button-anim=pop] .r-128596b:hover, body[data-button-anim=pop] .b-1500788:hover, body[data-button-anim=pop] .f-cc9cb48:hover, body[data-button-anim=pop] .g-cc25f50:hover,
body.b-e5d347e .h-7b1f181:hover,
body.b-e5d347e .m-01636bb:hover,
body.b-e5d347e .d-4beb46a:hover,
body.b-e5d347e .d-539e16c:hover,
body.b-e5d347e .s-c921933:hover,
body.b-e5d347e .s-52beab9:hover,
body.b-e5d347e .i-b249ad8:hover,
body.b-e5d347e .i-b92c71f:hover,
body.b-e5d347e .r-128596b:hover,
body.b-e5d347e .b-1500788:hover,
body.b-e5d347e .f-cc9cb48:hover,
body.b-e5d347e .g-cc25f50:hover {
  transform: scale(1.12);
}
body[data-button-anim=pop] .h-7b1f181:active, body[data-button-anim=pop] .m-01636bb:active, body[data-button-anim=pop] .d-4beb46a:active, body[data-button-anim=pop] .d-539e16c:active, body[data-button-anim=pop] .s-c921933:active, body[data-button-anim=pop] .s-52beab9:active, body[data-button-anim=pop] .i-b249ad8:active, body[data-button-anim=pop] .i-b92c71f:active, body[data-button-anim=pop] .r-128596b:active, body[data-button-anim=pop] .b-1500788:active, body[data-button-anim=pop] .f-cc9cb48:active, body[data-button-anim=pop] .g-cc25f50:active,
body.b-e5d347e .h-7b1f181:active,
body.b-e5d347e .m-01636bb:active,
body.b-e5d347e .d-4beb46a:active,
body.b-e5d347e .d-539e16c:active,
body.b-e5d347e .s-c921933:active,
body.b-e5d347e .s-52beab9:active,
body.b-e5d347e .i-b249ad8:active,
body.b-e5d347e .i-b92c71f:active,
body.b-e5d347e .r-128596b:active,
body.b-e5d347e .b-1500788:active,
body.b-e5d347e .f-cc9cb48:active,
body.b-e5d347e .g-cc25f50:active {
  transform: scale(1.04);
}

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

.h-1564b76 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  z-index: 99;
  transition: 0.5s;
}
.h-a9303a8 {
  margin-left: auto;
  position: relative;
  display: inline-block;
  width: 125px;
}
.h-4af1244 {
  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-4af1244:hover {
  background: rgba(255, 255, 255, 0.04);
}
.h-4af1244[aria-expanded=true] .h-c053ef7 {
  transform: rotate(180deg);
}
.h-3510772 {
  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-3510772 img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.h-12fc151 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
.h-c053ef7 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: transform 0.3s ease;
  margin-left: 2px;
}
.h-3ec49e9 {
  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-da0d33c {
  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-da0d33c:hover {
  background: rgba(255, 255, 255, 0.08);
}
.h-da0d33c.i-cdb2657 {
  background: rgba(255, 255, 255, 0.06);
}
.h-a9303a8:hover .h-3ec49e9 {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.h-1564b76 .c-5b0a3e8 {
  padding: 10px 0;
}
.h-2df2792 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 990px) {
  .h-2df2792 {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: 1fr 1fr 40px;
  }
}
@media (max-width: 990px) {
  .h-940f3d1 .h-45ccf41 {
    grid-column-start: 1;
    grid-column-end: 3;
    justify-content: center;
  }
}
.h-2163201 {
  display: none;
}
@media (max-width: 990px) {
  .h-2163201 {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    grid-column-start: 3;
  }
}
.h-2163201 svg:first-child {
  display: block;
}
.h-2163201 svg:last-child {
  display: none;
}
.h-77a5d3a svg:first-child {
  display: none;
}
.h-77a5d3a svg:last-child {
  display: block;
}
.h-45ccf41 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.h-45ccf41 img {
  display: block;
  max-width: 150px;
  max-height: 56px;
  width: auto;
  height: auto;
  object-fit: contain;
}
@media (max-width: 990px) {
  .h-45ccf41 img {
    max-width: 130px;
    max-height: 40px;
  }
}
.h-3da1017 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}
@media (max-width: 990px) {
  .h-3da1017 {
    grid-column-start: 1;
    grid-column-end: 4;
  }
}
.h-7b1f181 {
  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-6738fe3 {
  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-6738fe3 {
    display: none;
    width: 100%;
    max-width: 100%;
    right: 0;
    left: 0;
    position: absolute;
    top: 92%;
    padding: 15px 5px;
  }
}
.h-6738fe3 ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 990px) {
  .h-6738fe3 ul {
    gap: 12px;
    flex-direction: column;
    justify-content: center;
    padding-left: 10px;
  }
}
.h-6738fe3 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-6738fe3 button {
    font-size: 18px;
    line-height: 23px;
  }
}
.h-6738fe3 a {
  font-size: 16px;
  line-height: 21px;
  transition: 0.3s;
  font-weight: 500;
}
@media (max-width: 990px) {
  .h-6738fe3 a {
    font-size: 18px;
    line-height: 23px;
  }
}
.h-cd7b522 {
  margin-top: 5px;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 990px) {
  .h-cd7b522 {
    display: none;
    width: 95%;
    max-width: 100%;
    position: absolute;
    top: 100%;
  }
}
.h-e64cb9f {
  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-e64cb9f {
    justify-content: flex-start;
  }
}
.h-e64cb9f img {
  height: 20px;
  width: 20px;
  margin: 0 10px 0 0;
  object-fit: contain;
  transition: 0.3s;
}
.h-e64cb9f:hover img {
  transform: translateX(-10px);
}

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

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

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

.c-ef67b80 .b-4ac387c {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 0 0 15px 0;
  list-style-type: none;
}
.c-ef67b80 .b-4ac387c li {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.c-ef67b80 .b-4ac387c li::after {
  content: "›";
  margin-left: 10px;
  font-weight: 400;
  font-size: 18px;
}
.c-ef67b80 .b-4ac387c li a {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.c-ef67b80 .b-4ac387c li:last-child {
  font-weight: 400;
}
.c-ef67b80 .b-4ac387c li:last-child::after {
  display: none;
}
.c-763b4a6 > .tablepress-table-wrapper,
.c-763b4a6 > .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-763b4a6 > table.tablepress,
.c-763b4a6 > 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-763b4a6 > .tablepress-table-wrapper table.tablepress,
.c-763b4a6 > .tablepress-table-wrapper table[id^=tablepress-] {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}
.c-763b4a6 table.tablepress,
.c-763b4a6 .tablepress,
.c-763b4a6 table[id^=tablepress-],
.c-763b4a6 .tablepress-table-wrapper,
.c-763b4a6 .tablepress-scroll-wrapper {
  margin-top: 0;
  margin-bottom: var(--section-spacing-bottom, 40px);
}
.c-763b4a6 .tablepress-table-wrapper,
.c-763b4a6 .tablepress-scroll-wrapper,
.c-763b4a6 .wp-block-table {
  overflow-x: auto;
  max-width: 100%;
}
.c-763b4a6 table.tablepress,
.c-763b4a6 .tablepress,
.c-763b4a6 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-763b4a6 table.tablepress thead tr th,
.c-763b4a6 .tablepress thead tr th,
.c-763b4a6 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-763b4a6 table.tablepress tbody tr td,
.c-763b4a6 .tablepress tbody tr td,
.c-763b4a6 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-763b4a6 table.tablepress tbody tr:last-child td,
.c-763b4a6 .tablepress tbody tr:last-child td,
.c-763b4a6 table[id^=tablepress-] tbody tr:last-child td {
  border-bottom: none;
}
.c-763b4a6 table.tablepress thead tr:first-child th:first-child,
.c-763b4a6 .tablepress thead tr:first-child th:first-child,
.c-763b4a6 table[id^=tablepress-] thead tr:first-child th:first-child {
  border-top-left-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.c-763b4a6 table.tablepress thead tr:first-child th:last-child,
.c-763b4a6 .tablepress thead tr:first-child th:last-child,
.c-763b4a6 table[id^=tablepress-] thead tr:first-child th:last-child {
  border-top-right-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.c-763b4a6 table.tablepress:not(:has(thead)) tbody tr:first-child td:first-child,
.c-763b4a6 .tablepress:not(:has(thead)) tbody tr:first-child td:first-child,
.c-763b4a6 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-763b4a6 table.tablepress:not(:has(thead)) tbody tr:first-child td:last-child,
.c-763b4a6 .tablepress:not(:has(thead)) tbody tr:first-child td:last-child,
.c-763b4a6 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-763b4a6 table.tablepress tbody tr:last-child td:first-child,
.c-763b4a6 .tablepress tbody tr:last-child td:first-child,
.c-763b4a6 table[id^=tablepress-] tbody tr:last-child td:first-child {
  border-bottom-left-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.c-763b4a6 table.tablepress tbody tr:last-child td:last-child,
.c-763b4a6 .tablepress tbody tr:last-child td:last-child,
.c-763b4a6 table[id^=tablepress-] tbody tr:last-child td:last-child {
  border-bottom-right-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.c-763b4a6 table.tablepress tbody tr:nth-child(even) td,
.c-763b4a6 .tablepress tbody tr:nth-child(even) td,
.c-763b4a6 table[id^=tablepress-] tbody tr:nth-child(even) td {
  background: var(--tablepress-alt-row-bg, rgba(255, 255, 255, 0.1));
}
.c-763b4a6 table.tablepress tbody tr td.column-1,
.c-763b4a6 table.tablepress tbody tr.row-odd td:first-child,
.c-763b4a6 table.tablepress tbody tr td:first-child,
.c-763b4a6 .tablepress tbody tr td.column-1,
.c-763b4a6 .tablepress tbody tr td:first-child,
.c-763b4a6 table[id^=tablepress-] tbody tr td:first-child {
  font-weight: 700;
}
.c-763b4a6 table.tablepress tbody tr:hover td,
.c-763b4a6 .tablepress tbody tr:hover td,
.c-763b4a6 table[id^=tablepress-] tbody tr:hover td {
  background: rgba(255, 255, 255, 0.12);
}
.c-763b4a6 .wp-block-table {
  overflow-x: auto;
  margin-top: 0;
  margin-bottom: var(--section-spacing-bottom, 40px);
}
.c-763b4a6 .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-763b4a6 .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-763b4a6 .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-763b4a6 .wp-block-table tbody tr:last-child td {
  border-bottom: none;
}
.c-763b4a6 .wp-block-table thead tr:first-child th:first-child {
  border-top-left-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.c-763b4a6 .wp-block-table thead tr:first-child th:last-child {
  border-top-right-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.c-763b4a6 .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-763b4a6 .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-763b4a6 .wp-block-table tbody tr:last-child td:first-child {
  border-bottom-left-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.c-763b4a6 .wp-block-table tbody tr:last-child td:last-child {
  border-bottom-right-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.c-763b4a6 .wp-block-table tbody tr:nth-child(even) td {
  background: var(--tablepress-alt-row-bg, rgba(255, 255, 255, 0.1));
}
.c-763b4a6 img.alignleft {
  float: left;
  margin: 0 10px 10px 0;
}
@media (max-width: 576px) {
  .c-763b4a6 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-763b4a6 ul, .c-763b4a6 ol {
  padding-left: 15px;
  margin: 0 0 10px 0;
}
.c-763b4a6 ul li, .c-763b4a6 ol li {
  margin-bottom: 5px;
}
.c-763b4a6 figure {
  width: 100% !important;
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
  display: block;
  margin: 0;
}
.c-763b4a6 img.alignright {
  margin: 0 0 10px 10px;
  float: right;
}
@media (max-width: 576px) {
  .c-763b4a6 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-763b4a6 img.s-293fdcd {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
  max-width: 100%;
}
@media (max-width: 576px) {
  .c-763b4a6 img.s-293fdcd {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    object-fit: cover;
    display: block;
    margin: 0 0 10px 0;
  }
}
.c-763b4a6 img.aligncenter {
  display: block;
  margin: 0 auto;
}
@media (max-width: 576px) {
  .c-763b4a6 img.aligncenter {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    display: block;
    object-fit: cover;
    margin: 0 0 10px 0;
  }
}
.c-763b4a6 p {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 990px) {
  .c-763b4a6 p {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 22px;
  }
}
.c-763b4a6 a {
  font-weight: 500;
}
.c-763b4a6 a:hover {
  text-decoration: underline;
}
.c-763b4a6 strong {
  font-weight: 700;
}
.c-763b4a6 h1, .c-763b4a6 h2, .c-763b4a6 h3, .c-763b4a6 h4, .c-763b4a6 h5 {
  margin-bottom: 20px;
  font-weight: 700;
}
@media (max-width: 990px) {
  .c-763b4a6 h1, .c-763b4a6 h2, .c-763b4a6 h3, .c-763b4a6 h4, .c-763b4a6 h5 {
    margin-bottom: 15px;
  }
}
.c-763b4a6 h1 {
  font-size: 40px;
  line-height: 51px;
}
@media (max-width: 990px) {
  .c-763b4a6 h1 {
    font-size: 28px;
    line-height: 39px;
  }
}
.c-763b4a6 h2 {
  font-size: 36px;
  line-height: 46px;
}
@media (max-width: 990px) {
  .c-763b4a6 h2 {
    font-size: 26px;
    line-height: 33px;
  }
}
.c-763b4a6 h3 {
  font-size: 32px;
  line-height: 40px;
}
@media (max-width: 990px) {
  .c-763b4a6 h3 {
    font-size: 24px;
    line-height: 28px;
  }
}
.c-763b4a6 h4 {
  font-size: 32px;
  line-height: 40px;
}
@media (max-width: 990px) {
  .c-763b4a6 h4 {
    font-size: 24px;
    line-height: 28px;
  }
}
.c-763b4a6 h5 {
  font-size: 32px;
  line-height: 40px;
}
@media (max-width: 990px) {
  .c-763b4a6 h5 {
    font-size: 24px;
    line-height: 28px;
  }
}
.c-ef67b80 .m-7c67149 {
  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-ef67b80 .m-7c67149 {
    padding: 15px;
  }
}
.c-ef67b80 .m-d2b93da {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-ef67b80 .m-538c479 {
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1;
  font-size: 22px;
}
@media (max-width: 768px) {
  .c-ef67b80 .m-538c479 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.c-ef67b80 .m-c789ce2 {
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
  line-height: 1;
  font-weight: 400;
  font-size: 20px;
}
@media (max-width: 768px) {
  .c-ef67b80 .m-c789ce2 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.c-ef67b80 .m-e7c344e {
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
  line-height: 1;
  font-weight: 700;
  font-size: 50px;
}
@media (max-width: 768px) {
  .c-ef67b80 .m-e7c344e {
    font-size: 25px;
    line-height: 1.1;
    margin-bottom: 15px;
  }
}
.c-ef67b80 .m-01636bb {
  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-ef67b80 .m-01636bb {
    font-size: 16px;
    padding: 8px 14px;
  }
}
@media (max-width: 576px) {
  .c-ef67b80 .m-01636bb {
    font-size: 14px;
    padding: 8px;
  }
}
.c-ef67b80 .m-d83bb5f {
  align-items: flex-end;
}
.c-ef67b80 .s-1065d63 {
  overflow: hidden;
  display: grid;
  grid-template-columns: 800px 1fr;
  grid-gap: 20px;
}
@media (max-width: 1280px) {
  .c-ef67b80 .s-1065d63 {
    grid-template-columns: 700px 1fr;
  }
}
@media (max-width: 1100px) {
  .c-ef67b80 .s-1065d63 {
    grid-template-columns: 600px 1fr;
  }
}
@media (max-width: 1000px) {
  .c-ef67b80 .s-1065d63 {
    grid-template-columns: 1fr;
  }
}
.c-ef67b80 .s-ec785bc {
  overflow: hidden;
  cursor: pointer;
  height: 265px;
}
@media (max-width: 1200px) {
  .c-ef67b80 .s-ec785bc {
    height: auto;
  }
}
.c-ef67b80 .s-ec785bc img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  height: 265px;
  object-fit: cover;
}
@media (max-width: 990px) {
  .c-ef67b80 .s-ec785bc img {
    height: auto;
  }
}
.c-ef67b80 .s-7ffbc52 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-ef67b80 .s-be8e481 {
  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-ef67b80 .s-be8e481 {
    padding: 20px;
    height: auto;
  }
}
.c-ef67b80 .s-f364f38 {
  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-ef67b80 .s-f364f38 {
    height: auto;
  }
}
.c-ef67b80 .s-aeba648 {
  position: relative;
  z-index: 2;
  margin-bottom: 15px;
  line-height: 1;
  font-weight: 400;
  font-size: 14px;
}
.c-ef67b80 .s-42e80e6 {
  position: relative;
  z-index: 2;
  margin-bottom: 15px;
  line-height: 1;
  font-weight: 700;
  font-size: 24px;
}
.c-ef67b80 .s-36dfb5c {
  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-ef67b80 .s-1065d63 .tns-controls {
  position: absolute;
  z-index: 2;
  right: 20px;
  bottom: 20px;
  display: flex;
  align-items: center;
}
.c-ef67b80 .s-1065d63 .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-ef67b80 .s-1065d63 .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-ef67b80 .s-1065d63 .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-ef67b80 .s-1065d63 .tns-outer {
  position: relative;
  overflow: hidden;
}
.c-ef67b80 .a-bc04110 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}
@media (max-width: 990px) {
  .c-ef67b80 .a-bc04110 {
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }
}
.c-ef67b80 .a-430fa2d {
  padding: 20px 60px 20px 20px;
  position: relative;
}
.c-ef67b80 .a-798fbaf {
  position: absolute;
  right: 10px;
  top: 20%;
}
.c-ef67b80 .a-b7b37ac {
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 700;
  line-height: 21px;
}
@media (max-width: 990px) {
  .c-ef67b80 .a-b7b37ac {
    font-size: 23px;
  }
}
.c-ef67b80 .a-b47ab31 {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  line-height: 21px;
}
.c-ef67b80 .a-4d1b16a {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}
@media (max-width: 990px) {
  .c-ef67b80 .a-4d1b16a {
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
  }
}
@media (max-width: 576px) {
  .c-ef67b80 .a-4d1b16a {
    grid-template-columns: 1fr;
  }
}
.c-ef67b80 .a-7ea8320 {
  margin-bottom: 15px;
}
.c-ef67b80 .a-6721dff {
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 700;
  line-height: 21px;
}
@media (max-width: 990px) {
  .c-ef67b80 .a-6721dff {
    font-size: 23px;
  }
}
.c-ef67b80 .a-116c05c {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  margin: 0;
}
.c-ef67b80 .a-eb09f22 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}
@media (max-width: 990px) {
  .c-ef67b80 .a-eb09f22 {
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
  }
}
@media (max-width: 576px) {
  .c-ef67b80 .a-eb09f22 {
    grid-template-columns: 1fr;
  }
}
.c-ef67b80 .a-e2986ae {
  padding: 40px;
}
.c-ef67b80 .a-0f35873 {
  margin: 0 auto 15px auto;
  display: block;
}
.c-ef67b80 .a-b390504 {
  text-align: center;
  font-size: 25px;
  margin: 0;
  font-weight: 700;
  line-height: 21px;
}
.c-ef67b80 .t-16869e8 {
  padding: 20px;
}
.c-ef67b80 .t-b354cf4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-size: 25px;
  font-weight: 700;
  margin: 0;
  line-height: 21px;
}
.c-ef67b80 .t-b354cf4 svg {
  transition: 0.3s;
}
.c-ef67b80 .t-ce3ccc6 svg {
  transform: rotate(180deg);
}
.c-ef67b80 .t-b6ffafc {
  margin-top: 20px;
  display: none;
}
.c-ef67b80 .t-51099cb {
  margin-bottom: 15px;
  line-height: 1;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.c-ef67b80 .t-51099cb span {
  border-radius: 50%;
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px 0 0;
}
.c-ef67b80 .t-51099cb:last-child {
  margin: 0;
}
.c-ef67b80 .t-821b259 {
  padding: 17.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.c-ef67b80 .t-969f4aa {
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  margin: 2.5px 10px;
}
.c-ef67b80 .t-969f4aa img {
  margin: 0 10px 0 0;
}
.c-ef67b80 .t-ba005d4 {
  padding: 17.5px;
  display: grid;
  grid-template-columns: 100px 1fr;
  grid-gap: 10px;
}
@media (max-width: 990px) {
  .c-ef67b80 .t-ba005d4 {
    grid-template-columns: 1fr;
  }
}
.c-ef67b80 .t-df9e370 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-ef67b80 .t-df9e370 img {
  max-width: 100%;
  height: auto;
  width: 100%;
  object-fit: contain;
}
@media (max-width: 990px) {
  .c-ef67b80 .t-df9e370 img {
    height: 60px;
  }
}
.c-ef67b80 .t-ae2ae83 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 990px) {
  .c-ef67b80 .t-ae2ae83 {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 10px;
  }
}
.c-ef67b80 .t-c2aac42 {
  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-ef67b80 .i-fb89113 {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 20px;
}
@media (max-width: 990px) {
  .c-ef67b80 .i-fb89113 {
    grid-template-columns: 1fr;
  }
}
.c-ef67b80 .i-9e48d62 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
@media (max-width: 576px) {
  .c-ef67b80 .i-9e48d62 {
    grid-template-columns: 1fr;
  }
}
.c-ef67b80 .i-cba833c {
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.c-ef67b80 .i-0a7b0a1 {
  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-ef67b80 .i-0a7b0a1 {
    margin-bottom: 20px;
  }
}
.c-ef67b80 .i-ae0c535 {
  padding: 20px;
  position: relative;
  min-height: 140px;
  display: flex;
  cursor: pointer;
  flex-direction: column;
}
@media (max-width: 990px) {
  .c-ef67b80 .i-ae0c535 {
    min-height: 120px;
  }
}
.c-ef67b80 .i-ff2a5fb {
  position: absolute;
  right: 10px;
  bottom: 10px;
  max-width: 100%;
  width: auto;
  height: 50px;
  object-fit: contain;
}
.c-ef67b80 .i-a7c2d95 {
  margin-bottom: 5px;
  font-size: 19px;
  font-weight: 700;
  line-height: 21px;
}
.c-ef67b80 .i-4fa69ac {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  line-height: 21px;
}
.c-ef67b80 .i-1f34b8c {
  display: inline-block;
  margin: 0 auto 15px auto;
  padding-bottom: 15px;
  font-size: 19px;
  font-weight: 700;
  line-height: 21px;
  text-align: center;
}
.c-ef67b80 .i-fb89113 .f-cc9cb48 {
  margin-bottom: 15px;
}
.c-ef67b80 .i-f86898c {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
  margin-bottom: 25px;
}
.c-ef67b80 .i-ea5f220 {
  margin-top: auto;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.c-ef67b80 .i-ea5f220:hover {
  transform: scale(1.1);
}
.c-ef67b80 .i-85a0ec5 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}
@media (max-width: 990px) {
  .c-ef67b80 .i-85a0ec5 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 576px) {
  .c-ef67b80 .i-85a0ec5 {
    grid-template-columns: 1fr;
  }
}
.c-ef67b80 .i-de421b1 {
  padding: 20px;
  position: relative;
  cursor: pointer;
}
.c-ef67b80 .i-51b38d6 {
  margin-bottom: 5px;
  font-size: 19px;
  font-weight: 700;
  line-height: 21px;
}
.c-ef67b80 .i-e555428 {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  margin: 0;
}
.c-ef67b80 .i-88bf81b {
  position: absolute;
  right: 10px;
  object-fit: contain;
  width: auto;
  height: 40px;
  top: 26%;
}
.c-ef67b80 .i-7f3aa03 {
  overflow: hidden;
  position: relative;
}
.c-ef67b80 .i-7f3aa03 .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-ef67b80 .i-7f3aa03 .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-ef67b80 .i-7f3aa03 .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-ef67b80 .i-7f3aa03 .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-ef67b80 .i-7f3aa03 .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-ef67b80 .i-7f3aa03 .tns-outer {
  position: relative;
  overflow: hidden;
}
.c-ef67b80 .i-f7085c6 {
  overflow: hidden;
  height: 180px;
}
@media (max-width: 576px) {
  .c-ef67b80 .i-f7085c6 {
    height: auto;
  }
}
.c-ef67b80 .i-71989ee {
  padding: 20px;
  position: relative;
  min-height: 140px;
  cursor: pointer;
}
.c-ef67b80 .i-24fd6d9 {
  position: absolute;
  right: 0;
  bottom: 0;
  object-fit: contain;
  width: auto;
  height: 80px;
}
.c-ef67b80 .i-f88b776 {
  font-size: 23px;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
}
.c-ef67b80 .r-0429849 {
  overflow: hidden;
  max-height: 350px;
}
.c-ef67b80 .r-0429849 .tns-outer {
  display: flex;
  flex-direction: column;
}
.c-ef67b80 .r-0429849 .tns-controls {
  display: none;
}
.c-ef67b80 .r-0429849 .tns-nav {
  margin-top: 15px;
  order: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-ef67b80 .r-0429849 .tns-nav button {
  width: 5px;
  height: 12px;
  cursor: pointer;
  display: block;
  border-radius: 50%;
  margin: 0 5px;
}
.c-ef67b80 .r-8a022c3 {
  padding: 20px;
  cursor: pointer;
}
.c-ef67b80 .r-86a5cbd {
  display: grid;
  align-items: center;
  grid-template-columns: 60px 1fr;
  grid-gap: 20px;
  margin-bottom: 15px;
}
.c-ef67b80 .r-ee20453 {
  border-radius: 50%;
  object-fit: cover;
  height: 60px;
  width: 60px;
}
.c-ef67b80 .r-0f9275c {
  font-size: 21px;
  font-weight: 700;
  line-height: 25px;
  margin: 0;
}
.c-ef67b80 .r-c2ca64d {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.c-ef67b80 .p-e9e1a40 {
  overflow: hidden;
}
.c-ef67b80 .p-e9e1a40 button[data-action] {
  display: none;
}
.c-ef67b80 .p-e9e1a40 .tns-controls {
  display: none;
}
.c-ef67b80 .p-6426740 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.c-ef67b80 .p-6426740 .p-2717150 {
  margin: 0;
}
.c-ef67b80 .p-25933e7 {
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-ef67b80 .p-25933e7:hover {
  text-decoration: none;
}
.c-ef67b80 .p-e970128 {
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
  text-align: center;
  margin: 10px 0 0 0;
}
@media (max-width: 990px) {
  .c-ef67b80 .p-e970128 {
    font-size: 15px;
  }
}
.c-ef67b80 .p-7465426 {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  height: 60px;
}
.c-ef67b80 .p-7465426 img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 45px;
  object-fit: contain;
}
.c-ef67b80 .p-a02625f {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  height: 50px;
  width: 50px;
  margin: 0 auto;
  border-radius: 50px;
}
.c-ef67b80 .p-a02625f img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 45px;
  object-fit: contain;
}
.c-ef67b80 .p-e9e1a40 .tns-outer {
  overflow: hidden;
}
.c-ef67b80 .p-3ec19cb {
  overflow: hidden;
  height: 80px;
}
.c-ef67b80 .p-6485825 {
  height: 80px;
  overflow-x: hidden;
  margin-top: 35px;
}
@media (max-width: 990px) {
  .c-ef67b80 .p-6485825 {
    margin-top: 25px;
  }
}
.c-ef67b80 .p-673d9b2 {
  height: 93px;
  overflow-x: hidden;
}
.c-ef67b80 .p-305ec48 {
  height: 80px;
  overflow-x: hidden;
}
.c-ef67b80 .p-305ec48 .p-7465426 img {
  max-height: 100%;
  height: 70px;
}
.c-ef67b80 .a-d94972f {
  padding: 25px;
  margin-top: 30px;
  position: relative;
}
@media (max-width: 990px) {
  .c-ef67b80 .a-d94972f {
    padding: 20px;
    margin-top: 0;
  }
}
.c-ef67b80 .a-122d280 {
  max-width: 400px;
}
.c-ef67b80 .a-5bf528c {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
@media (max-width: 990px) {
  .c-ef67b80 .a-5bf528c {
    font-size: 28px;
    line-height: 38px;
  }
}
.c-ef67b80 .a-4464f6e {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media (max-width: 990px) {
  .c-ef67b80 .a-4464f6e {
    font-size: 16px;
    line-height: 21px;
  }
}
.c-ef67b80 .a-b10a27e {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px;
}
@media (max-width: 990px) {
  .c-ef67b80 .a-b10a27e {
    grid-template-columns: 1fr 1fr;
  }
}
.c-ef67b80 .a-7413edb {
  position: absolute;
  right: 40px;
  top: -25px;
}
@media (max-width: 990px) {
  .c-ef67b80 .a-7413edb {
    display: none;
  }
}
.c-ef67b80 .a-7413edb img {
  right: 0;
  z-index: 2;
  top: 0;
  max-width: 325px;
  object-fit: contain;
  height: 325px;
  width: 100%;
  box-sizing: border-box;
}
.c-ef67b80 .s-eb2162a {
  overflow: hidden;
  padding: 25px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 35px;
}
@media (max-width: 990px) {
  .c-ef67b80 .s-eb2162a {
    grid-gap: 20px;
    grid-template-columns: 1fr;
    padding: 20px;
  }
}
.c-ef67b80 .s-aa3be71 {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.c-ef67b80 .s-aa3be71 img {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 600px;
  object-fit: cover;
  width: auto;
  box-sizing: border-box;
}
.c-ef67b80 .s-22b48bc {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 20px;
}
@media (max-width: 990px) {
  .c-ef67b80 .s-22b48bc {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 576px) {
  .c-ef67b80 .s-22b48bc {
    grid-gap: 15px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.c-ef67b80 .s-0beac7f {
  overflow: hidden;
}
.c-ef67b80 .s-77f6de0 {
  font-size: 32px;
  line-height: 40px;
}
@media (max-width: 990px) {
  .c-ef67b80 .s-77f6de0 {
    font-size: 24px;
    line-height: 28px;
  }
}
.c-ef67b80 .s-700b517 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-ef67b80 .s-700b517 img {
  max-width: 100%;
  height: 150px;
  object-fit: contain;
  width: 100%;
}
@media (max-width: 576px) {
  .c-ef67b80 .s-700b517 img {
    height: 130px;
  }
}
.c-ef67b80 .s-c921933 {
  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-ef67b80 .s-c921933:hover {
  text-decoration: none;
}
.c-ef67b80 .c-6b2a587 {
  list-style-type: none;
  padding: 0;
}
.c-ef67b80 .c-6b2a587 li {
  position: relative;
  padding-left: 25px;
}
.c-ef67b80 .c-6b2a587 li img {
  position: absolute;
  left: 0;
  height: 20px;
  width: 20px;
  object-fit: contain;
  top: 0;
}
.c-ef67b80 .i-3f36436 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 60px;
  align-items: start;
}
@media (max-width: 990px) {
  .c-ef67b80 .i-3f36436 {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
.c-ef67b80 .i-e207d45 {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 990px) {
  .c-ef67b80 .i-e207d45 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
  }
}
.c-ef67b80 .i-2e6c5a3 {
  padding-left: 15px;
  position: relative;
  margin-right: 15px;
}
@media (max-width: 990px) {
  .c-ef67b80 .i-2e6c5a3 {
    margin: 0;
  }
}
.c-ef67b80 .i-b11bb4f {
  font-size: 16px;
  position: relative;
  font-weight: 700;
  margin-bottom: 5px;
  line-height: 1;
}
.c-ef67b80 .i-b11bb4f svg {
  position: absolute;
  left: -15px;
  top: 2px;
}
.c-ef67b80 .i-df391d5 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0;
}
.c-ef67b80 .i-6c5e16c {
  font-size: 32px;
  line-height: 40px;
}
@media (max-width: 990px) {
  .c-ef67b80 .i-6c5e16c {
    font-size: 24px;
    line-height: 28px;
  }
}
.c-ef67b80 .i-4050ca1 {
  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-ef67b80 .i-4050ca1 {
    max-width: 375px;
  }
}
.c-ef67b80 .i-3fde02c {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-gap: 5px;
}
@media (max-width: 576px) {
  .c-ef67b80 .i-3fde02c {
    grid-template-columns: repeat(6, 1fr);
  }
}
.c-ef67b80 .i-905070a {
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
}
@media (max-width: 576px) {
  .c-ef67b80 .i-905070a {
    font-size: 13px;
  }
}
@media (max-width: 576px) {
  .c-ef67b80 .i-bbb8da2:nth-child(1), .c-ef67b80 .i-bbb8da2:nth-child(2) {
    display: none;
  }
}
.c-ef67b80 .i-bbb8da2 {
  padding: 5px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
}
.c-ef67b80 .i-bbb8da2 img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media (max-width: 990px) {
  .c-ef67b80 .i-bbb8da2 img {
    height: 20px;
  }
}
.c-ef67b80 .i-bbb8da2 svg {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media (max-width: 990px) {
  .c-ef67b80 .i-bbb8da2 svg {
    height: 20px;
  }
}
.c-ef67b80 .i-b249ad8 {
  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-ef67b80 .i-b249ad8 {
    max-width: 100%;
  }
}
.c-ef67b80 .i-b249ad8:hover {
  text-decoration: none;
}
.c-ef67b80 .i-5ffbe2d {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
.c-ef67b80 .i-22cebc5 {
  position: relative;
  padding: 10px;
  border-radius: 5px;
  overflow: hidden;
}
.c-ef67b80 .i-80c1cc0 {
  object-fit: contain;
  position: absolute;
  right: 15px;
  bottom: 0;
  height: 110px;
  width: 110px;
}
@media (max-width: 990px) {
  .c-ef67b80 .i-80c1cc0 {
    height: 95px;
    width: 95px;
  }
}
.c-ef67b80 .i-0355bfd {
  font-size: 20px;
  font-weight: 600;
  line-height: 23.44px;
  margin-bottom: 10px;
}
.c-ef67b80 .i-42a6aaa {
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 50px;
}
.c-ef67b80 .i-b92c71f {
  box-shadow: none;
  appearance: none;
  cursor: pointer;
  height: 40px;
  width: 40px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-ef67b80 .g-b8e606d {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.c-ef67b80 .g-efded84 {
  margin-bottom: 0;
}
.c-ef67b80 .g-cc25f50 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 270px;
  border-radius: 10px;
  cursor: pointer;
  overflow: hidden;
}
.c-ef67b80 .g-cc25f50 img {
  max-width: 100%;
  height: 270px;
  object-fit: cover;
  width: 100%;
  box-sizing: border-box;
  border-radius: 10px;
}
.c-ef67b80 .g-a3f2c79 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-ef67b80 .g-cca9fc1 .n-3ab3bc0 {
  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-ef67b80 .g-cca9fc1 .n-3ab3bc0 {
    height: 30px;
    width: 30px;
  }
}
.c-ef67b80 .g-cca9fc1 .n-3ab3bc0:hover {
  opacity: 1;
}
.c-ef67b80 .g-cca9fc1 .p-fb1afa3 {
  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-ef67b80 .g-cca9fc1 .p-fb1afa3 {
    height: 30px;
    width: 30px;
  }
}
.c-ef67b80 .g-cca9fc1 .p-fb1afa3:hover {
  opacity: 1;
}
.c-ef67b80 .t-6d1c73e {
  display: grid;
  grid-template-columns: 1fr 3fr;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 576px) {
  .c-ef67b80 .t-6d1c73e {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 576px) {
  .c-ef67b80 .t-c0a4873 {
    overflow-x: auto;
    display: flex;
  }
}
.c-ef67b80 .t-e6fa87d {
  font-size: 16px;
  line-height: 22px;
  cursor: pointer;
  font-weight: 700;
  margin: 0;
  padding: 14px;
}
@media (max-width: 576px) {
  .c-ef67b80 .t-e6fa87d {
    padding: 10px;
    font-size: 15px;
    white-space: nowrap;
    border: none;
  }
}
.c-ef67b80 .t-e6fa87d:hover {
  background: red;
}
.c-ef67b80 .t-66dc715 {
  display: none;
  padding: 12px 15px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
@media (max-width: 576px) {
  .c-ef67b80 .t-66dc715 {
    padding: 10px;
    font-size: 15px;
  }
}
.c-ef67b80 .t-06a3700 {
  display: block;
}
.c-ef67b80 .d-34d0a0f {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 20px;
}
@media (max-width: 990px) {
  .c-ef67b80 .d-34d0a0f {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 576px) {
  .c-ef67b80 .d-34d0a0f {
    grid-template-columns: repeat(2, 1fr);
  }
}
.c-ef67b80 .d-0b37855 {
  height: 250px;
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
.c-ef67b80 .d-0b37855:hover .d-34d8b11 {
  opacity: 1;
}
.c-ef67b80 .d-0b37855 img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-ef67b80 .d-b1b3aee {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-ef67b80 .d-34d8b11 {
  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-ef67b80 .d-34d8b11::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-ef67b80 .d-0cb85ad {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}
.c-ef67b80 .d-4beb46a {
  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-ef67b80 .d-539e16c {
  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-ef67b80 .d-539e16c:hover {
  text-decoration: none;
}
.c-ef67b80 .s-5ebcc09 {
  display: grid;
  grid-template-columns: 3fr 1fr;
  grid-gap: 30px;
}
@media (max-width: 990px) {
  .c-ef67b80 .s-5ebcc09 {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
.c-ef67b80 .s-69494fd {
  max-width: 100%;
  height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.c-ef67b80 .s-da41eae {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 450px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 990px) {
  .c-ef67b80 .s-da41eae {
    min-height: 200px;
    height: auto;
  }
}
.c-ef67b80 .s-bf2747b {
  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-ef67b80 .s-bf2747b 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-ef67b80 .s-bf2747b button:hover {
  text-decoration: none;
}
.c-ef67b80 .s-bf2747b 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-ef67b80 .s-bf2747b a:hover {
  text-decoration: none;
}
.c-ef67b80 .s-f225f01 thead {
  width: 100%;
  box-sizing: border-box;
  display: block;
}
.c-ef67b80 .s-f225f01 thead tr:first-child {
  border-radius: 8px;
  background: #373737;
  overflow: hidden;
}
.c-ef67b80 .s-f225f01 tbody {
  display: block;
  box-sizing: border-box;
  width: 100%;
}
.c-ef67b80 .s-f225f01 tr {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0;
}
.c-ef67b80 .s-f225f01 tr td {
  border: none !important;
  margin: 0;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 17px;
}
.c-ef67b80 .s-f225f01 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-ef67b80 .s-f225f01 tr:nth-child(2n) {
  border-radius: 8px;
  background: #373737;
}
.c-ef67b80 .r-9760550 {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px;
}
.c-ef67b80 .r-16f8b0f {
  padding-bottom: 15px;
  display: grid;
  grid-template-columns: 230px 1fr 2fr 1fr;
  grid-gap: 30px;
  align-items: center;
}
@media (max-width: 990px) {
  .c-ef67b80 .r-16f8b0f {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
.c-ef67b80 .r-16f8b0f:nth-child(-n+3) .r-620b3bc {
  padding-right: 35px;
}
@media (max-width: 990px) {
  .c-ef67b80 .r-16f8b0f:nth-child(-n+3) .r-620b3bc {
    padding: 35px 0 0 0;
  }
}
.c-ef67b80 .r-620b3bc {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.c-ef67b80 .r-620b3bc svg {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 990px) {
  .c-ef67b80 .r-620b3bc svg {
    left: 0;
    right: auto;
  }
}
.c-ef67b80 .r-620b3bc img {
  max-width: 100%;
  height: auto;
  width: 100%;
  max-height: 130px;
  box-sizing: border-box;
  object-fit: cover;
  border-radius: 25px;
}
.c-ef67b80 .r-5f94b96 {
  padding-left: 45px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  position: relative;
}
.c-ef67b80 .r-5f94b96 svg {
  position: absolute;
  left: 0;
  top: 0;
}
.c-ef67b80 .r-d0503eb {
  text-align: center;
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
}
@media (max-width: 990px) {
  .c-ef67b80 .r-d0503eb {
    text-align: left;
    font-size: 16px;
  }
}
.c-ef67b80 .r-a9f1b84 {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
  margin: 0;
}
@media (max-width: 990px) {
  .c-ef67b80 .r-a9f1b84 {
    text-align: left;
    font-size: 16px;
  }
}
.c-ef67b80 .r-6bb6f62 {
  text-align: center;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}
.c-ef67b80 .r-128596b {
  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-ef67b80 .r-128596b {
    font-size: 16px;
  }
}
.c-ef67b80 .b-497c128 {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
.c-ef67b80 .b-5360d48 {
  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-ef67b80 .b-5360d48 {
    grid-template-columns: 1fr;
    min-height: auto;
    grid-gap: 15px;
  }
}
.c-ef67b80 .b-e514a6c {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  box-sizing: border-box;
}
@media (max-width: 990px) {
  .c-ef67b80 .b-e514a6c {
    padding: 15px;
  }
}
.c-ef67b80 .b-e514a6c img {
  border-radius: 10px;
  display: block;
  max-height: 120px;
  box-sizing: border-box;
  object-fit: contain;
  max-width: 120px;
}
.c-ef67b80 .b-601b312 {
  padding: 5px 10px;
  text-align: center;
  margin: 0;
  font-size: 18px;
  line-height: 21px;
  font-weight: 600;
}
@media (max-width: 990px) {
  .c-ef67b80 .b-601b312 {
    padding: 0;
  }
}
.c-ef67b80 .b-1be1518 {
  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-ef67b80 .b-1be1518 {
    border: none !important;
  }
}
.c-ef67b80 .b-1be1518 li {
  display: flex;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin: 0;
}
.c-ef67b80 .b-1be1518 li svg {
  margin-right: 5px;
}
.c-ef67b80 .b-2ce2875 {
  text-align: center;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 22px;
  font-weight: bold;
}
.c-ef67b80 .b-49081f2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.c-ef67b80 .b-bc428f3 {
  padding: 5px 20px 5px 10px;
}
@media (max-width: 990px) {
  .c-ef67b80 .b-bc428f3 {
    padding: 0 15px 15px 15px;
  }
}
.c-ef67b80 .b-1500788 {
  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-ef67b80 .b-5b719e9 {
  margin: 0;
  font-size: 12px;
  text-align: center;
}

.c-fd12b62 {
  display: grid;
  grid-template-columns: 120px 1fr;
  grid-gap: 20px;
  align-items: center;
}
@media (max-width: 990px) {
  .c-fd12b62 {
    grid-template-columns: 1fr;
  }
}
.c-d8d0742 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-d8d0742 img {
  height: 120px;
  width: 120px;
  box-sizing: border-box;
  object-fit: cover;
  border-radius: 50%;
}
.c-be6f8db {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
}
.c-fb1611f {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
}
.c-00df3fd {
  padding-left: 15px;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
}
.c-b9551b9 {
  font-weight: 400;
  opacity: 0.9;
  font-size: 14px;
  line-height: 21px;
}

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

.f-f4e50e8 {
  margin-top: 30px;
}
@media (max-width: 990px) {
  .f-f4e50e8 {
    margin-top: 20px;
  }
}
.f-6f04fe5 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media (max-width: 990px) {
  .f-6f04fe5 {
    font-size: 26px;
    line-height: 33px;
  }
}
.f-485f46f {
  padding: 30px;
}
@media (max-width: 990px) {
  .f-485f46f {
    padding: 20px;
  }
}
.f-736b47e {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.f-736b47e:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none !important;
}
.f-aa04d29 {
  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-aa04d29 {
    font-size: 20px;
    line-height: 25px;
  }
}
.f-aa04d29 svg {
  transition: 0.3s;
}
.f-60bd85a svg {
  transform: rotate(180deg);
}
.f-6e47119 {
  margin: 10px 0 0 0;
  font-size: 16px;
  display: block;
  line-height: 21px;
  font-weight: 400;
}
@media (max-width: 990px) {
  .f-6e47119 {
    font-size: 14px;
    line-height: 22px;
  }
}

.c-085cb1d {
  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-5f91cb1 {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--cu-text);
}
.c-24aee35 {
  margin-left: 0.35em;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}

.c-763b4a6 .c-00a6b4e .c-5f91cb1 {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--cu-text);
}

.c-3176404 {
  --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-3176404 button {
  width: auto !important;
  max-width: none;
}
.c-cbce277 {
  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-cbce277 {
    flex-direction: column;
    align-items: stretch;
  }
}
.c-aaa6abb {
  flex: 1;
  min-width: 0;
}
.c-756f705 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.c-3bd5430 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.c-3bd5430 svg {
  display: block;
  width: 20px;
  height: 20px;
}
.c-0a4438d {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--cc-text-color);
}
.c-c36a36f {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.c-f4a26ee {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: var(--cc-text-color);
}
.c-7feb171 {
  display: inline-flex;
  align-items: center;
  gap: 2px;
}
.c-7feb171 .c-9ecc782 {
  font-size: 18px;
}
.c-bfd63aa {
  font-size: 14px;
  line-height: 1.2;
  color: var(--cc-body-color);
}
.c-eb4de8b {
  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-eb4de8b:hover {
  opacity: 0.85;
  text-decoration: none !important;
}
@media (max-width: 768px) {
  .c-eb4de8b {
    width: 100%;
  }
}
.c-b2c9c5e {
  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-b2c9c5e::-webkit-scrollbar {
  height: 5px;
}
.c-b2c9c5e::-webkit-scrollbar-track {
  background: #e8edf3;
  border-radius: 999px;
}
.c-b2c9c5e::-webkit-scrollbar-thumb {
  background: #b8c3d1;
  border-radius: 999px;
}
.c-dcec361 {
  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-523d3e6 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.c-54d086e {
  position: relative;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
}
.c-7a92b96 {
  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-32e9fee {
  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-32e9fee svg {
  display: block;
  width: 12px;
  height: 12px;
}
.c-5acff04 {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 2px;
}
.c-b64d3e4 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  color: var(--cc-text-color);
}
.c-0a6b144 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid var(--cc-line-color);
}
.c-076a5b5 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2px;
  margin: 0;
}
.c-9ecc782 {
  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-9ecc782.i-cdb2657 {
  color: var(--cc-star-color);
}
.c-5e1b145 {
  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-329b95a {
  flex: 1;
  padding: 0 0 12px;
  font-size: 15px;
  line-height: 1.5;
  color: var(--cc-body-color);
}
.c-329b95a p {
  margin: 0 0 8px;
  font-size: 15px;
  line-height: 1.5;
  color: var(--cc-body-color);
}
.c-329b95a p:last-child {
  margin-bottom: 0;
}
.c-6c937d7 {
  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-bc8c69e {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.c-551febf {
  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-551febf svg {
  flex-shrink: 0;
}
.c-551febf.i-cdb2657 {
  color: var(--cc-text-color);
}
.c-e337318 {
  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-e8e8b8a {
  margin-top: 20px;
  background: transparent;
  border: 1px solid var(--cc-line-color);
  border-radius: 8px;
  padding: 20px;
  box-sizing: border-box;
}
.c-7495c41 {
  display: block;
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--cc-text-color);
}
.c-7495c41 .r-5a7199e {
  color: #ef4444;
}
.c-e63c061 {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.c-ddd2405 {
  grid-column: 1/-1;
}
.c-9cedab3 {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  width: auto;
  max-width: none;
  flex-wrap: nowrap;
}
.c-43b29db {
  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-43b29db.i-cdb2657, .c-43b29db.i-007129f {
  color: var(--cc-star-color);
}
.c-43b29db:hover {
  transform: scale(1.08);
}
.c-43b29db:focus-visible {
  outline: 2px solid var(--cc-star-color);
  outline-offset: 2px;
  border-radius: 2px;
}
.c-c455cf6 {
  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-c455cf6 {
    grid-template-columns: 1fr;
  }
}
.c-c455cf6 .c-f6eb58c,
.c-c455cf6 .c-f5b2256,
.c-c455cf6 .f-515dfb1 {
  grid-column: 1/-1;
}
.c-c455cf6 .l-fe3c113,
.c-c455cf6 .m-e024ab1 {
  grid-column: 1/-1;
  margin: 0;
  font-size: 14px;
  color: var(--cc-body-color);
}
.c-c455cf6 input,
.c-c455cf6 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-c455cf6 input::placeholder,
.c-c455cf6 textarea::placeholder {
  color: var(--cc-text-color);
  opacity: 0.55;
}
.c-c455cf6 textarea {
  min-height: 130px;
  resize: vertical;
}
.c-f895b26 {
  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-f895b26:hover {
  opacity: 0.85;
}
.c-f895b26:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.c-d7981ae {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.4;
  color: #ef4444;
}
.c-7e73f02 {
  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-763b4a6 .c-3176404 .c-329b95a p {
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--cc-body-color);
}
.c-763b4a6 .c-3176404 .c-329b95a p:last-child {
  margin-bottom: 0;
}

.f-d6731a1 .c-5b0a3e8 {
  padding: 40px 0;
}
@media (max-width: 990px) {
  .f-d6731a1 .c-5b0a3e8 {
    padding: 20px 0;
  }
}
.f-c83c3aa {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
@media (max-width: 990px) {
  .f-c83c3aa {
    grid-gap: 10px;
  }
}
.f-13b3348 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.f-13b3348 img {
  display: block;
  max-width: 150px;
  max-height: 56px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.f-a23fa5c {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}
.f-1602f78 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}
.f-63708eb {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 15px;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.f-63708eb li {
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  transition: 0.3s;
  cursor: pointer;
}
.f-63708eb a {
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  transition: 0.3s;
}
.f-cce39b2 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 990px) {
  .f-cce39b2 {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }
}
.f-ccbadd9 {
  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-ccbadd9 {
    justify-content: center;
    margin-bottom: 15px;
  }
}
.f-9083e74 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 990px) {
  .f-9083e74 {
    justify-content: center;
  }
}
.f-9083e74 a,
.f-9083e74 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-9083e74 a,
  .f-9083e74 button {
    margin: 0 10px;
  }
}
.f-9083e74 img {
  max-width: 100px;
  max-height: 50px;
  object-fit: contain;
  margin-left: 15px;
  width: auto;
  display: block;
}
@media (max-width: 990px) {
  .f-9083e74 img {
    margin: 0 10px;
  }
}
@media (max-width: 576px) {
  .f-9083e74 img {
    max-width: 70px;
    max-height: 30px;
  }
}
.f-9083e74 a img,
.f-9083e74 button img {
  margin: 0;
}
.f-0c536b1 {
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 576px) {
  .f-0c536b1 {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr;
  }
}
.f-077deff {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.f-077deff a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.f-077deff a img {
  object-fit: contain;
  max-width: 25px;
  max-height: 25px;
}
.f-b96fa6c {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.f-b96fa6c a,
.f-b96fa6c 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-b96fa6c img {
  margin: 0 10px 5px 0;
  max-width: 100px;
  max-height: 50px;
  object-fit: contain;
}
@media (max-width: 576px) {
  .f-b96fa6c img {
    max-width: 70px;
    max-height: 30px;
  }
}
.f-b96fa6c a img,
.f-b96fa6c button img {
  margin: 0;
  display: block;
}
.f-ce86a75 {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 4fr 1fr;
}
@media (max-width: 990px) {
  .f-ce86a75 {
    grid-template-columns: 1fr;
  }
}
.f-7bd7b84 {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.f-d14307d {
  font-size: 14px;
  text-align: right;
  font-weight: 400;
  line-height: 21px;
  opacity: 0.7;
}
@media (max-width: 990px) {
  .f-d14307d {
    text-align: center;
  }
}
.f-622ca16 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}
.f-cc9cb48 {
  background: #e3fa48;
  padding: 8px 22px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.f-cc9cb48 svg {
  fill: #000;
}
.f-cc9cb48 span {
  display: flex;
  color: #000;
  flex-direction: column;
}
.f-cc9cb48 span span {
  font-weight: 400;
  color: #000;
  font-size: 12px;
  line-height: 1;
  text-align: left;
}
.f-cc9cb48 span span:last-child {
  margin-top: 5px;
  font-weight: 700;
}

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

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

.r-54b948d {
  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-54b948d {
    width: min(560px, 94%);
    padding: 16px 12px 14px;
    border-radius: 12px;
  }
}
.r-1cc6370 {
  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-81ceff1 {
  margin: 0 auto 12px;
  max-width: 420px;
}
.r-81ceff1 img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
  object-fit: contain;
}
.r-08dee4b {
  font-size: 24px;
  line-height: 1.1;
  font-weight: 700;
  margin: 0 0 16px;
}
@media (max-width: 768px) {
  .r-08dee4b {
    font-size: 20px;
  }
}
.r-1eb7dd2 {
  margin-bottom: 14px;
}
.r-1eb7dd2 p {
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 400;
}
@media (max-width: 768px) {
  .r-1eb7dd2 p {
    font-size: 13px;
  }
}
.r-1eb7dd2 p:last-child {
  margin-bottom: 0;
}
.r-383359e {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.r-51c50d0 {
  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-51c50d0 img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.r-edbb3cd {
  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-edbb3cd {
    font-size: 13px;
    width: 100%;
    max-width: 100%;
  }
}
.r-edbb3cd:hover {
  opacity: 0.92;
  text-decoration: none;
}
.r-f73800a {
  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-f73800a {
    font-size: 13px;
    max-width: 100%;
    width: 100%;
  }
}
.r-e859598 {
  margin: 10px 0 0;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0.8;
}

.i-761db84 {
  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-761db84 {
    max-width: 900px;
    height: 370px;
  }
}
.i-09fcca7 {
  position: absolute;
  right: 10px;
  top: 7px;
  cursor: pointer;
}
.i-d90a962 {
  display: flex;
}
.i-761db84 iframe {
  width: 100%;
  box-sizing: border-box;
  height: 390px;
  object-fit: cover;
  position: relative;
  z-index: 2;
}
@media (max-width: 990px) {
  .i-761db84 iframe {
    height: 300px;
  }
}
.i-a198289 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  position: relative;
}
.i-a198289::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-9e49df6 {
  display: block;
}
