/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "riccione";
  src: url("../fonts/riccione.ttf") format("truetype"), url("../fonts/riccione.woff2") format("woff2"), url("../fonts/riccione.woff") format("woff");
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "Riccione-DemiBoldIta";
  src: url("../fonts/Riccione-DemiBoldIta.ttf") format("truetype"), url("../fonts/Riccione-DemiBoldIta.woff2") format("woff2"), url("../fonts/Riccione-DemiBoldIta.woff") format("woff");
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "Riccione-Regularta";
  src: url("../fonts/Riccione-RegularIta.ttf") format("truetype"), url("../fonts/Riccione-RegularIta.woff2") format("woff2"), url("../fonts/Riccione-RegularIta.woff") format("woff");
  font-weight: normal;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}

* {
  outline: none;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: #ffffff;
  color: #111111;
  font-family: "Inter", Helvetica, Arial, Lucida, sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  height: 100%;
  margin: 0;
  min-width: 375px;
  -webkit-text-size-adjust: none;
}

iframe {
  z-index: 90;
  position: relative;
}

.scroll-target {
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
}

#content {
  min-height: 768px;
}

a {
  color: #000000;
}
a:hover {
  cursor: pointer;
  opacity: 0.8;
}

i {
  font-family: riccione, serif;
}

h2 {
  font-family: "Inter", Helvetica, Arial, Lucida, sans-serif;
}

.cy-section-404 .cy-section-wrp {
  align-items: center;
  justify-items: center;
}
.cy-section-404 .cy-section-wrp span {
  text-align: center;
}
.cy-section-404 .cy-section-wrp span h1 {
  font-size: 80px;
  line-height: 80px;
  font-family: "Inter", Helvetica, Arial, Lucida, sans-serif;
  color: #ffffff;
  font-weight: 700;
}

.cy-section {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  background-color: #ffffff;
  padding-top: 50px;
  margin-top: 50px;
  position: relative;
  min-height: 220px;
}
@media (max-width: 1200px) {
  .cy-section {
    padding-top: 20px;
    margin-top: 20px;
  }
}
.cy-section .container {
  max-width: 1160px;
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
}
.cy-section .cy-section-wrp {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1160px;
}
.cy-section .cy-section-wrp h2 {
  font-size: 42px;
  line-height: 50px;
  font-weight: 800;
  margin: 0 0 40px;
  padding: 0 0 35px;
  position: relative;
  font-family: "Inter", Helvetica, Arial, Lucida, sans-serif;
}
@media (max-width: 600px) {
  .cy-section .cy-section-wrp h2 {
    font-family: "Inter", serif;
    font-style: normal;
    font-weight: 800;
    font-size: 28px;
    line-height: 36px;
    margin: 0 0 20px;
    padding: 0 0 20px;
  }
}
.cy-section .cy-section-wrp h2:after {
  border-bottom: 4px solid #f2f2f2;
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 130px;
  transform: translateX(-50%);
}
@media (max-width: 600px) {
  .cy-section .cy-section-wrp h2:after {
    max-width: 40px !important;
    border-bottom: 3px solid #f2f2f2 !important;
  }
}
@media (max-width: 1200px) {
  .cy-section .cy-section-wrp {
    margin: 0 15px;
    max-width: 1080px;
  }
}
.cy-section .cy-block-wrp {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 3vh;
}
.cy-section--column {
  flex-direction: column;
  align-items: center;
}

/* Container for the full-size image overlay */
.cy-full-image-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}

.cy-full-image-container img {
  max-width: 90%;
  max-height: 90%;
  transform: scale(0.5);
  transition: transform 0.3s ease-in-out;
}
@media (max-width: 900px) {
  .cy-full-image-container img {
    max-width: 100%;
  }
}

/* Show the full-size image container when active */
.cy-full-image-container.active {
  opacity: 1;
  pointer-events: auto;
}

.cy-full-image-container img.active {
  transform: scale(1);
}

.cy-single-page {
  margin-bottom: 6vh;
  margin-top: 0;
}
.cy-single-page video {
  width: 100%;
  max-width: 1000px;
  height: auto;
}
.cy-single-page figure figcaption {
  max-width: 735px;
  height: 40px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 15px;
  text-align: center;
  margin-bottom: 20px;
}
.cy-single-page .wp-block-quote {
  min-height: 140px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-image: linear-gradient(180deg, #ffffff 0%, black 100%);
  order: 1;
  flex-grow: 0;
  padding: 10px 20px;
  margin-bottom: 20px;
  border-radius: 20px;
  position: relative;
}
.cy-single-page .wp-block-quote:before {
  content: url("../images/blockquote.svg");
  position: absolute;
  left: 20px;
  top: 40px;
}
.cy-single-page .wp-block-quote p {
  font-family: "Inter", serif;
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 150%;
  color: #666666;
  position: relative;
  margin-left: 80px;
}
.cy-single-page .wp-block-table {
  width: 100%;
  margin: 20px 0 30px;
  border-collapse: collapse;
  font-family: "Inter", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #666666;
  background-color: #ffffff;
}
.cy-single-page .wp-block-table.has-fixed-layout {
  table-layout: fixed;
}
.cy-single-page .wp-block-table th, .cy-single-page .wp-block-table td {
  border: 1px solid #e5e5e5;
  padding: 10px;
  vertical-align: top;
  text-align: left;
  font-family: "Inter", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #666666;
}
.cy-single-page .wp-block-table th p, .cy-single-page .wp-block-table td p {
  margin: 0;
  padding: 5px 0;
}
.cy-single-page .wp-block-table th {
  background-color: #ffffff;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
}
.cy-single-page .wp-block-table li {
  font-size: 16px;
}
.cy-single-page .wp-block-table ol {
  padding-left: 20px;
  margin: 0;
}
.cy-single-page .wp-block-table ol li {
  margin-bottom: 10px;
}
.cy-single-page .wp-block-table tr:nth-child(odd) {
  background-color: #ffffff;
}
.cy-single-page .wp-block-table tr:nth-child(even) {
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .cy-single-page .wp-block-table {
    font-size: 14px;
  }
  .cy-single-page .wp-block-table th, .cy-single-page .wp-block-table td {
    padding: 5px;
    font-size: 14px;
  }
  .cy-single-page .wp-block-table th li, .cy-single-page .wp-block-table td li {
    font-size: 14px;
  }
}
.cy-single-page .cy-page-title {
  font-family: "Inter", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 600;
  font-size: 60px;
  color: #111111;
  letter-spacing: 2px;
  line-height: 1.3em;
}
.cy-single-page .cy-page-title:after {
  content: "";
  width: 80px;
  height: 0;
  border: 2px solid #ffffff;
  display: block;
  margin: 3vh 0 2vh;
}
.cy-single-page h1, .cy-single-page h2, .cy-single-page h3, .cy-single-page h4, .cy-single-page h5, .cy-single-page h6 {
  font-family: "Inter", sans-serif;
  margin: 0 0 15px 0;
  font-weight: 700;
}
.cy-single-page h1 {
  font-size: 2em;
}
.cy-single-page h2 {
  font-family: "Inter", serif;
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 55px;
  color: #ffffff;
  margin: 0 0 20px 0 !important;
  padding: 0 !important;
}
.cy-single-page h2:after {
  display: none;
}
.cy-single-page h3 {
  font-size: 28px;
  line-height: 45px;
  color: #ffffff;
}
.cy-single-page h4 {
  font-size: 1.25em;
}
.cy-single-page h5 {
  font-size: 1.125em;
}
.cy-single-page h6 {
  font-size: 1em;
}
.cy-single-page p {
  margin: 0 0 30px 0;
  font-family: "Inter", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #666666;
}
.cy-single-page a {
  text-decoration: none;
  transition: all 200ms linear;
  color: #ffffff;
}
.cy-single-page a:hover, .cy-single-page a:focus {
  text-decoration: underline;
}
.cy-single-page img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 20px auto;
  border-radius: 8px;
}
.cy-single-page ul, .cy-single-page ol {
  margin: 0 0 20px 30px;
  padding: 0;
}
@media (max-width: 600px) {
  .cy-single-page ul, .cy-single-page ol {
    margin: 0 0 15px 0;
  }
}
.cy-single-page ol {
  list-style: number;
  list-style-position: outside;
}
.cy-single-page ul {
  list-style: disc;
  list-style-position: outside;
}
.cy-single-page li {
  margin: 0 0 20px 0;
  font-family: "Inter", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #666666;
}
.cy-single-page li::marker {
  color: #f2f2f2;
}
.cy-single-page li strong {
  color: #ffffff;
}
.cy-single-page strong {
  font-weight: 700;
}
.cy-single-page code {
  font-family: "Courier New", Courier, monospace;
  background-color: #f2f2f2;
  padding: 2px 5px;
  border-radius: 3px;
}

.btn {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 25px;
  padding: 16px 30px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  color: #000000;
  border: 1px solid #ffffff;
  border-radius: 5px;
}

.btn:hover {
  opacity: 0.8;
}

.btn-primary {
  background: #ffffff;
  color: #000000;
  border: #ffffff;
}

.btn-secondary {
  background: transparent;
  color: #ffffff;
  border-color: #ffffff;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  margin: 0 0 45px;
}

.features-desc {
  text-align: center;
  margin: 0 80px 20px;
  font-family: "Inter", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #111111;
}

.features-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.features-grid .feature-card {
  width: calc(33.33% - 20px);
}

.feature-card {
  display: flex;
  margin: 0 0 15px;
  padding: 25px 10px 25px 25px;
  border: 2px solid #e5e5e5;
  border-radius: 20px;
  background: #f2f2f2;
  color: #666666;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
  transition: all 200ms linear;
}

.feature-card:hover {
  transform: scale(1.05);
  transition: transform 0.2s;
}

.feature-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 20px 0 0;
  flex: 0 0 45px;
  width: 45px;
  height: 45px;
  background: #ffffff;
  color: #111111;
  border-radius: 50%;
}

.feature-desc {
  flex: 1 1 auto;
}

.feature-title {
  margin: 13px 0 20px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  color: #fff;
}

.feature-card p {
  margin: 0;
}

.features-grid .benefit-card {
  width: calc(33.33% - 20px);
}

.benefit-card {
  margin: 0 0 15px;
  padding: 25px 10px 25px 25px;
  border: 2px solid #e5e5e5;
  border-radius: 20px;
  background: #f2f2f2;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.41667;
  color: #666666;
  transition: all 200ms linear;
}

.benefit-card:hover {
  transform: scale(1.05);
  transition: transform 0.2s;
}

.benefit-card .holder-title {
  display: flex;
  margin: 0 0 13px;
}

.benefit-title {
  margin: 8px 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  color: #111111;
}

.benefit-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 20px 0 0;
  flex: 0 0 45px;
  font-size: 25px;
  width: 45px;
  height: 45px;
  background: #ffffff;
  color: #111111;
  border-radius: 50%;
}

.benefit-card p {
  margin: 0 0 15px;
}

.benefit-list {
  list-style: none;
  padding: 0 10px 0 5px;
  margin: 0 0 10px;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  color: #111111;
}

.benefit-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px;
}

.benefit-list span {
  display: flex;
  align-items: center;
}

.benefit-list svg {
  margin: 0 1px 0 0;
}

.benefit-list .yellow {
  color: #ffffff;
}

.tier-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.tier-cards .tier-card {
  width: calc(25% - 20px);
}

.tier-card {
  margin-bottom: 20px;
  padding: 23px 21px;
  line-height: 1;
  border: 1px solid #e5e5e5;
  background: linear-gradient(180deg, #ffffff 0%, #000000 100%);
  border-radius: 20px;
}

.tier-card.selected {
  background: #f2f2f2;
  border-color: #e5e5e5;
}

.tier-title {
  display: block;
  margin: 0 0 15px;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
}

.tier-range {
  display: block;
  margin: 0 0 15px;
  font-weight: 400;
  font-size: 14px;
  color: #d2d2d2;
}

.tier-fee {
  display: block;
  margin: 0 0 28px;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}

.tier-card .btn {
  display: block;
  margin: 0 0 7px;
  text-align: center;
  text-transform: none;
}

.commission-calculator {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.commission-calculator .holder-range,
.commission-calculator .fees-summary {
  width: calc(50% - 15px);
}

/*range slider start*/
.holder-range {
  padding: 30px 20px;
  margin: 0 0 33px;
  border: 1px solid #404040;
  border-radius: 20px;
  background: linear-gradient(180deg, #1e1e1e 0%, #000 100%);
}

.slider-labels {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #fff;
}

.slider-value {
  display: block;
  margin: 0 0 13px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  text-align: right;
  color: #fff;
}

.slider-range {
  position: relative;
  height: 6px;
  background: rgba(255, 255, 255, 0.3);
  margin: 0 0 10px;
  cursor: pointer;
  border-radius: 6px;
}

.slider-row input {
  display: none;
}

.ui-widget-header {
  background: #f2f2f2;
}

.ui-slider-range {
  top: 0;
  height: 6px;
  background: #ffffff;
  position: absolute;
  border-radius: 6px;
}

.ui-slider-handle {
  width: 16px;
  height: 16px;
  margin-left: -8px;
  top: -5px;
  cursor: pointer;
  position: absolute;
  z-index: 3;
  background: #ffffff;
  border-radius: 50%;
}

/*range slider end*/
.fees-summary {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 30px 20px;
  margin: 0 0 33px;
  border: 1px solid #e5e5e5;
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff 0%, #000000 100%);
}

.fees-block {
  width: calc(33.3% - 20px);
  position: relative;
}

.fees-block:last-child:before {
  content: "";
  position: absolute;
  left: -20%;
  top: 0;
  bottom: 0;
  border-left: 1px solid #e5e5e5;
}

.fee-type {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  margin-bottom: 10px;
}

.fee-value {
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5625;
}

.fee-value.red {
  color: #FC4E4E;
}

.fee-value.yellow {
  color: #ffffff;
}

.fee-value.green {
  color: #62AD54;
}

.informer {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  color: #666666;
}

.info-icon {
  flex: 0 0 45px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e5e5e5;
  background: linear-gradient(180deg, #ffffff 0%, #000000 100%);
  border-radius: 50%;
}

.informer-text {
  flex: 1 1 auto;
}

.informer-text p:first-child {
  margin-bottom: 0;
}

.informer-title {
  display: block;
  margin: 0 0 10px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
  color: #d2d2d2;
}

.features-grid .team-member {
  width: calc(33.3% - 20px);
}

.swiper-team {
  position: relative;
}

.swiper-team-prev,
.swiper-team-next {
  display: none;
}

.team-member {
  display: flex;
  height: auto;
  margin: 0 0 15px;
  padding: 20px 9px 20px 20px;
  border: 2px solid #e5e5e5;
  background: #f2f2f2;
  border-radius: 20px;
}

.team-member.center {
  align-items: center;
}

.team-member .holder-img {
  flex: 0 0 100px;
  margin: 30px 0 20px 0;
  overflow: hidden;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.team-member img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.team-member .holder-text {
  padding: 0 0 0 20px;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.41667;
  color: #666666;
}

.team-name {
  margin: 0 0 7px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  color: #111111;
}

.team-member.center .team-name {
  margin: 0;
}

.team-name span {
  color: #ffffff;
}

.team-role {
  display: block;
  margin: 0 0 10px;
  font-family: "Riccione-DemiBoldIta", sans-serif;
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
}

.team-member p {
  margin: 0 0 5px;
}

#footer {
  width: 100%;
  padding: 20px 0;
  border-top: 1px solid #e5e5e5;
  background-color: transparent;
}

#footer .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.footer-copyright {
  display: block;
  margin: 0 20px 20px 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  color: #fff;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.footer-links li {
  position: relative;
  padding: 0 15px;
}

.footer-links li:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin: -7px 0 0 0;
  height: 20px;
  border-right: 1px solid #ffffff;
}

.footer-links li:last-child:after {
  display: none;
}

.footer-links li:last-child {
  border: none;
  padding-right: 0;
}

.footer-links a {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  color: #ffffff;
  text-decoration: none;
}

.footer-links a:hover {
  opacity: 0.8;
}

/* =============================================================================
	HasLayot
	========================================================================== */
.group:after {
  display: block;
  content: "";
  clear: both;
}

@media screen and (max-width: 1100px) {
  .features-grid .team-member {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 991px) {
  .features-grid .feature-card {
    width: calc(50% - 20px);
  }
  .features-grid .benefit-card {
    width: calc(50% - 20px);
  }
  .commission-calculator {
    display: block;
  }
  .commission-calculator .holder-range,
  .commission-calculator .fees-summary {
    width: 100%;
  }
}
@media screen and (max-width: 820px) {
  .informer-text {
    font-size: 12px;
  }
  .informer-title {
    font-size: 14px;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  #header {
    padding: 0;
  }
  #header .container {
    background: transparent;
  }
  .bg-nav {
    display: block;
    top: -9999px;
    right: -9999px;
    left: 9999px;
    bottom: 9999px;
    position: fixed;
    z-index: 2;
    opacity: 0.5;
    background: #000000;
    transition: right 0.5s ease;
  }
  #header.open-nav .bg-nav {
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
  }
  #menu-nav {
    position: fixed;
    overflow-y: auto;
    top: 0;
    height: 100%;
    right: -9999px;
    opacity: 0;
    padding: 20px;
    width: 290px;
    background-color: #f2f2f2;
    z-index: 250;
    display: block;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    transition: right 0.3s ease, opacity 0.3s ease;
  }
  #header.open-nav #menu-nav {
    right: 0;
    opacity: 1;
  }
  .btn-open-nav {
    display: block;
    width: 30px;
    height: 30px;
  }
  .holder-nav {
    flex: 1 1 auto;
  }
  .holder-nav .btn {
    margin: 0 auto;
  }
  #menu-nav ul {
    display: block;
  }
  #menu-nav ul li {
    margin: 0 0 20px;
  }
  #menu-nav ul a {
    display: flex;
  }
  .tier-cards {
    gap: 6px;
    margin: 0 0 5px;
  }
  .tier-cards .tier-card {
    margin: 0 0 8px;
    width: calc(50% - 6px);
    padding: 23px 17px 21px 19px;
  }
  .swiper-team .features-grid {
    display: flex;
    flex-wrap: nowrap;
  }
  .swiper-team-prev,
  .swiper-team-next {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: -15px;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0e0e0e;
    stroke-width: 1px;
    border: 1px solid #404040;
    border-radius: 50%;
  }
  .swiper-team-next {
    left: auto;
    right: -15px;
  }
}
@media screen and (max-width: 768px) {
  .button-block {
    margin-top: 20px !important;
  }
  body {
    font-size: 14px;
  }
  #header {
    margin: 0 0 30px;
  }
  #header .container {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .pre-sale-header {
    text-align: center;
  }
  .pre-sale-header h1 {
    font-size: 28px;
  }
  .pre-sale-header h2 {
    font-size: 28px;
  }
  .pre-sale-timer h3 {
    margin: 0 0 30px;
    font-size: 24px;
    text-align: center;
  }
  .timer-block {
    width: 70px;
    height: 70px;
  }
  .timer-block .time {
    font-size: 28px;
  }
  .colon {
    margin: 0 0 7px;
    font-size: 26px;
  }
  .timer {
    margin: 0 0 23px;
  }
  .actions {
    flex-direction: column;
    align-items: center;
    gap: 0;
    margin: 0;
  }
  .info-box {
    margin: 0 0 20px;
  }
  .features-grid {
    display: block;
    gap: 0;
  }
  .features-grid .feature-card {
    width: 100%;
  }
  .features-grid .benefit-card {
    width: 100%;
  }
  .feature-card {
    padding: 13px 10px 15px;
  }
  .feature-icon {
    margin: 0 14px 0 0;
  }
  .feature-title {
    margin: 13px 0 15px;
  }
  .benefit-card {
    padding: 20px 10px 9px 14px;
  }
  .benefit-icon {
    margin: 0 16px 0 0;
  }
  .benefit-title {
    margin: 12px 0;
  }
  .benefit-card .holder-title {
    margin: 0 0 9px;
  }
  .benefit-card p {
    margin: 0 0 10px;
  }
  .benefit-list li {
    margin: 0;
  }
  .benefit-card {
    margin: 0 0 28px;
  }
  .features-desc {
    margin: 0 20px 40px;
  }
  .tier-title {
    margin: 0 0 11px;
  }
  .tier-range {
    margin: 0 0 6px;
  }
  .tier-fee {
    margin: 0 0 21px;
  }
  .tier-card .btn {
    padding: 8px 10px;
  }
  .holder-range {
    padding: 20px 20px;
    margin: 0 0 14px;
  }
  .informer {
    gap: 13px;
    font-size: 10px;
    line-height: 1.5;
  }
  .informer-title {
    font-size: 14px;
  }
  .team-member .holder-img {
    flex: 0 0 80px;
    margin: 30px 0 20px 0;
    width: 80px;
    height: 80px;
  }
  .team-member {
    padding: 23px 9px 20px 18px;
  }
  .team-member .holder-text {
    padding: 0 0 0 14px;
  }
  #footer .container {
    display: block;
  }
  .footer-copyright {
    text-align: center;
    margin: 0 0 20px;
  }
  .footer-links li {
    padding: 0;
    margin: 0 10px 10px 0;
  }
  .footer-links li:after {
    display: none;
  }
}
@media screen and (max-width: 550px) {
  .logo {
    background: url("../images/logo-mob.svg") no-repeat;
    width: 20px;
    height: 20px;
  }
  .timer {
    justify-content: space-between;
  }
  .progress-bar-container {
    max-width: 100%;
  }
  .fees-summary {
    padding: 15px 20px;
  }
  .fee-value {
    margin: 0 0 3px;
    font-size: 14px;
  }
  .fees-block {
    width: calc(50% - 20px);
  }
  .fees-block:last-child {
    padding-top: 15px;
    width: 100%;
    border-top: 1px solid #404040;
  }
  .fees-block:last-child:before {
    display: none;
  }
  .footer-links {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer-links li {
    margin: 0 0 10px 0;
  }
}
.button-block {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
.button-block .cy-button {
  border-radius: 5px;
  min-width: 140px;
  font-family: "Inter", serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #1E1E1E;
  background: #FCE94E;
}
.button-block .cy-button:hover {
  background: none;
  color: #ffffff;
}

#calculator {
  padding: 0 20px;
}

.section-title {
  margin: 0 0 40px;
  padding: 0 0 35px;
  position: relative;
  font-weight: 800;
  font-size: 42px;
  line-height: 1.19048;
  text-align: center;
  color: #111111;
}
@media (max-width: 600px) {
  .section-title {
    font-family: "Inter", serif;
    font-style: normal;
    font-weight: 800;
    font-size: 28px;
    line-height: 36px;
    margin: 0 0 20px;
    padding: 0 0 20px;
  }
}

.section-title:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 130px;
  border-bottom: 4px solid #f2f2f2;
}
@media (max-width: 600px) {
  .section-title:after {
    max-width: 40px !important;
    border-bottom: 3px solid #f2f2f2 !important;
  }
}

#calculator.container {
  max-width: 1160px;
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
}

.block-video-section {
  margin-bottom: 50px;
  margin-top: 120px;
}
@media (max-width: 1200px) {
  .block-video-section {
    margin-top: 20px !important;
  }
}
@media (max-width: 900px) {
  .block-video-section {
    margin-bottom: 20px;
    margin-top: 50px;
  }
}
.block-video-section .video {
  max-width: 1120px;
  height: auto;
  position: relative;
  padding: 0;
  z-index: 1;
  margin: 0 auto;
  background: linear-gradient(196.58deg, #1E1E1E 28.89%, #000000 122.99%), #D9D9D9;
  border: 1px solid #404040;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .block-video-section .video {
    margin: 40px 15px 40px 15px;
  }
}
@media (max-width: 600px) {
  .block-video-section .video {
    margin: 0 15px;
  }
}
.block-video-section .video--youtube {
  position: relative;
  padding-bottom: 36.25%; /* 16:9 */
  height: 0;
  overflow: hidden;
}
.block-video-section .video--youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block-video-section .video--play-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 900px) {
  .block-video-section .video--play-button svg {
    width: 36px;
    height: 36px;
  }
}
.block-video-section .video #video {
  z-index: 1;
  position: relative;
  width: 100%;
  height: auto;
}
.block-video-section .video .loader {
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
  width: 0; /* Start with 0 width */
  background-color: #ffffff;
  animation: load 2s linear infinite; /* Loading animation */
}
@keyframes load {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

.cy-hero {
  position: relative;
  padding-top: 60px;
  padding-bottom: 200px;
  min-height: 500px;
}
@media (max-width: 1200px) {
  .cy-hero {
    padding: 40px 15px 200px 15px;
  }
}
@media (max-width: 900px) {
  .cy-hero {
    padding: 40px 15px 40px 15px;
    min-height: 300px;
  }
}
.cy-hero--text {
  font-family: "Inter", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 55px;
  color: #111111;
  max-width: 520px;
  margin-bottom: 40px;
}
@media (max-width: 900px) {
  .cy-hero--text {
    text-align: center;
    margin: 0 auto 30px;
  }
}
.cy-hero--text em {
  font-family: "Riccione-DemiBoldIta", serif;
}
.cy-hero--countdown-title {
  font-family: "Inter", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
  color: #111111;
  margin-bottom: 20px;
}
@media (max-width: 900px) {
  .cy-hero--countdown-title {
    text-align: center;
    margin-bottom: 40px;
  }
}
.cy-hero--countdown-title em {
  color: #f2f2f2;
  font-family: "Riccione-DemiBoldIta", serif;
}
.cy-hero--countdown {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  width: 100%;
  max-width: 380px;
}
@media (max-width: 900px) {
  .cy-hero--countdown {
    margin: 0 auto 40px;
  }
}
.cy-hero--countdown > div {
  display: flex;
  flex-direction: column;
  border: 1px solid #404040;
  border-radius: 20px;
  width: 80px;
  height: 80px;
  align-items: center;
  justify-content: center;
  font-family: "Riccione-Regularta", serif;
  font-style: normal;
  font-weight: 5;
  font-size: 13px;
  line-height: 25px;
  color: #111111;
}
.cy-hero--countdown > div span {
  font-family: "Inter", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 25px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #111111;
}
.cy-hero--countdown > div:nth-child(even) {
  border: none;
  height: auto;
  width: auto;
  color: #f2f2f2;
  padding: 0 7px;
}
.cy-hero--cap {
  margin-bottom: 40px;
  padding: 20px;
  border: 1px solid #404040;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  /*max-width: 380px;*/
  max-width: 670px;
  width: 100%;
}
@media (max-width: 900px) {
  .cy-hero--cap {
    margin: 0 auto 40px;
  }
}
.cy-hero--cap--title {
  padding: 10px 10px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 350px;
  width: 100%;
}
@media (max-width: 900px) {
  .cy-hero--cap--title {
    padding: 15px 15px 0;
  }
}
.cy-hero--cap--title--text {
  display: flex;
  flex-direction: column;
}
.cy-hero--cap--title--text span:first-child {
  font-family: "Inter", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 15px;
  color: #f2f2f2;
  text-align: right;
}
.cy-hero--cap--title--text span:last-child {
  font-family: "Inter", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 25px;
  color: #111111;
  text-align: right;
}
.cy-hero--cap--title .cy-hard-cap {
  margin-left: auto;
  text-align: right;
}
.cy-hero--cap--rule {
  width: 350px;
  height: 5px;
  background: #404040;
  margin: 10px;
  border-radius: 5px;
}
@media (max-width: 900px) {
  .cy-hero--cap--rule {
    width: 330px;
  }
}
.cy-hero--cap--rule--painted {
  background: #f2f2f2;
  border-radius: 5px;
  width: 100%;
  height: 5px;
}
.cy-hero--cap--total {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.cy-hero--cap--total--percent {
  font-family: "Inter", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  margin-left: 10px;
}
.cy-hero--cap--total--text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cy-hero--cap--total--text span:first-child {
  font-family: "Inter", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 15px;
  color: #f2f2f2;
  text-align: right;
}
.cy-hero--cap--total--text span:last-child {
  font-family: "Inter", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 25px;
  color: #111111;
  text-align: right;
}
.cy-hero--button {
  padding-top: 30px;
}
@media (max-width: 900px) {
  .cy-hero--button {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.cy-hero--button .cy-button {
  position: relative;
  z-index: 1000;
}
.cy-hero--container {
  max-width: 1120px;
  width: 100%;
  margin: 30px auto 0;
  z-index: 10;
  position: relative;
}
.cy-hero .cy-hero--image {
  position: absolute;
  top: -240px;
  right: -253px;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
  z-index: 0;
}
@media (max-width: 900px) {
  .cy-hero .cy-hero--image {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cy-hero .cy-hero--image {
    display: none;
  }
}
.cy-hero .cy-hero--image-cap {
  top: -120px;
}

.block-how-it-works-section .cy-section-wrp {
  padding: 0 15px;
  position: relative;
}
.block-how-it-works-section h2 {
  text-align: center;
  color: #111111;
  font-family: "Inter", Helvetica, Arial, Lucida, sans-serif;
}
.block-how-it-works-section .subheader {
  text-align: center;
  margin: 0 auto 30px;
  color: #111111;
  max-width: 900px;
  font-family: "Inter", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  display: flex;
  align-items: center;
}
.block-how-it-works-section .cy-table {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #404040;
  display: flex;
  flex-direction: column;
  color: #111111;
}
@media (max-width: 900px) {
  .block-how-it-works-section .cy-table {
    flex-direction: row;
    overflow: visible;
  }
}
.block-how-it-works-section .cy-table .swiper-slide {
  flex-shrink: unset;
}
.block-how-it-works-section .cy-table--row {
  background-image: linear-gradient(180deg, #242424 0%, rgb(0, 0, 0) 100%);
  border-bottom: 1px solid #404040;
  display: flex;
  flex-direction: row;
}
@media (max-width: 900px) {
  .block-how-it-works-section .cy-table--row {
    border-radius: 10px;
    border: 1px solid #404040;
    left: -1px;
    flex-direction: column;
  }
}
.block-how-it-works-section .cy-table--col {
  padding: 30px;
  flex: 1 1 calc(34.33% - 1rem);
  text-align: center;
  font-size: 14px;
  line-height: 1.7em;
}
@media (max-width: 900px) {
  .block-how-it-works-section .cy-table--col {
    padding: 0 0 30px;
  }
}
@media (max-width: 600px) {
  .block-how-it-works-section .cy-table--col {
    padding: 10px;
  }
}
.block-how-it-works-section .cy-table--col:first-child {
  flex: 1 1 calc(24.33% - 1rem);
  text-align: center;
}
.block-how-it-works-section .cy-table--col:first-child img {
  max-width: 50px;
  width: 100%;
  height: auto;
  margin: 0 auto 10px;
  display: block;
}
@media (max-width: 900px) {
  .block-how-it-works-section .cy-table--col:first-child img {
    margin: 30px auto 15px;
  }
}
.block-how-it-works-section .cy-table--col h3 {
  font-size: 26px;
  line-height: 1.7em;
  font-weight: 500;
}
.block-how-it-works-section .cy-table--col p {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 25px;
  font-family: Inter, sans-serif;
}
.block-how-it-works-section .cy-table--col p img, .block-how-it-works-section .cy-table--col p svg {
  margin-bottom: 8px;
}
.block-how-it-works-section .cy-table--col1 strong {
  font-weight: 500;
  line-height: 23.8px;
  font-size: 18px;
  margin-bottom: 15px;
}
.block-how-it-works-section .cy-table--col2 p {
  color: rgba(17, 17, 17, 0.7);
}
@media (max-width: 900px) {
  .block-how-it-works-section .cy-table--col3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 900px) {
  .block-how-it-works-section .swiper-wrapper {
    display: flex;
  }
  .block-how-it-works-section .howitwork-swiper {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    padding-bottom: 40px;
  }
  .block-how-it-works-section .howitwork-swiper .swiper-wrapper {
    display: flex;
    transition: transform 0.3s ease;
  }
  .block-how-it-works-section .howitwork-swiper .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    box-sizing: border-box;
  }
  .block-how-it-works-section .howitwork-swiper .swiper-pagination {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .block-how-it-works-section .howitwork-swiper .swiper-pagination .swiper-pagination-bullet {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    width: 12px;
    display: block;
    border-radius: 6px;
    height: 12px;
    margin: 0 5px;
    opacity: 0.6;
    transition: opacity 0.2s ease, background-color 0.2s ease;
  }
  .block-how-it-works-section .howitwork-swiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #000000;
    opacity: 1;
  }
  .block-how-it-works-section .swiper-howitwork-prev,
  .block-how-it-works-section .swiper-howitwork-next {
    position: absolute;
    top: 63%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.6);
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    z-index: 10;
    cursor: pointer;
  }
  .block-how-it-works-section .swiper-howitwork-prev svg,
  .block-how-it-works-section .swiper-howitwork-next svg {
    fill: #111111;
  }
  .block-how-it-works-section .swiper-howitwork-prev {
    left: 6px;
  }
  .block-how-it-works-section .swiper-howitwork-next {
    right: 6px;
  }
}
@media (min-width: 901px) {
  .block-how-it-works-section .swiper-howitwork-prev,
  .block-how-it-works-section .swiper-howitwork-next,
  .block-how-it-works-section .swiper-pagination {
    display: none;
  }
}

.block-pioneering-section .cy-section-wrp {
  text-align: center;
  margin-bottom: 50px;
}
.block-pioneering-section .cy-section-wrp h2 {
  font-family: "Inter", Helvetica, Arial, Lucida, sans-serif;
  font-style: normal;
  max-width: 682px;
  margin: 0 auto 30px;
  position: relative;
  text-align: center;
}
.block-pioneering-section .cy-section-wrp .cy-text-content {
  font-family: "Inter", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 2em;
  color: #111111;
  text-align: center;
}
.block-pioneering-section .cy-section-wrp .cy-text-content p {
  max-width: 700px;
  margin: 0 auto 50px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  display: flex;
  text-align: center;
  justify-content: center;
}
.block-pioneering-section .cy-web {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  gap: 55px;
}
@media (max-width: 900px) {
  .block-pioneering-section .cy-web {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.block-pioneering-section .cy-web .cy-web2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.block-pioneering-section .cy-web .cy-web2 span {
  padding-bottom: 15px;
}
@media (max-width: 900px) {
  .block-pioneering-section .cy-web .cy-web2 span {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
  }
}
.block-pioneering-section .cy-web .cy-web2 .cy-web2-wrp {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
  max-width: 665px;
  flex-wrap: wrap;
}
@media (max-width: 900px) {
  .block-pioneering-section .cy-web .cy-web2 .cy-web2-wrp {
    gap: 13px;
  }
}
.block-pioneering-section .cy-web .cy-web2 .cy-web2-wrp--item {
  border-radius: 20px;
  border: 1px solid #e5e5e5;
  padding: 15px 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: calc(33.33% - 20px);
  box-sizing: border-box;
}
@media (max-width: 900px) {
  .block-pioneering-section .cy-web .cy-web2 .cy-web2-wrp--item {
    padding: 15px;
    width: calc(33.33% - 13px);
  }
}
@media (max-width: 600px) {
  .block-pioneering-section .cy-web .cy-web2 .cy-web2-wrp--item {
    padding: 15px;
    width: calc(50% - 13px);
  }
}
.block-pioneering-section .cy-web .cy-web2 .cy-web2-wrp--item h4 {
  margin-left: 15px;
  text-align: left;
  font-family: "Inter", serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
}
@media (max-width: 900px) {
  .block-pioneering-section .cy-web .cy-web2 .cy-web2-wrp--item h4 {
    font-size: 14px;
    line-height: 25px;
  }
}
.block-pioneering-section .cy-web .cy-web3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
}
@media (max-width: 900px) {
  .block-pioneering-section .cy-web .cy-web3 {
    width: 90%;
  }
}
@media (max-width: 600px) {
  .block-pioneering-section .cy-web .cy-web3 {
    width: 100%;
  }
}
.block-pioneering-section .cy-web .cy-web3 span {
  text-align: left;
  padding-bottom: 15px;
}
@media (max-width: 900px) {
  .block-pioneering-section .cy-web .cy-web3 span {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
  }
}
.block-pioneering-section .cy-web .cy-web3 .cy-web3-wrp {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  background-color: #f2f2f2;
  border-radius: 20px;
  border: 1px solid #e5e5e5;
  width: 400px;
  height: auto;
  min-height: 190px;
}
@media (max-width: 1200px) {
  .block-pioneering-section .cy-web .cy-web3 .cy-web3-wrp {
    width: 260px;
  }
}
@media (max-width: 900px) {
  .block-pioneering-section .cy-web .cy-web3 .cy-web3-wrp {
    height: 125px;
    width: 100%;
  }
}

.block-team-section {
  overflow: hidden;
  margin-top: 0;
  padding-top: 30px;
}
.block-team-section .cy-section-wrp {
  flex-direction: column;
  padding: 0 20px;
}
@media (max-width: 900px) {
  .block-team-section .cy-section-wrp .features-grid {
    flex-wrap: nowrap;
    gap: 0;
  }
}
.block-team-section .cy-section-wrp .swiper-slide {
  height: auto;
}
@media (max-width: 900px) {
  .block-team-section .cy-section-wrp .swiper-wrapper {
    display: flex;
    transition: transform 0.3s ease;
  }
  .block-team-section .cy-section-wrp .dummy-slide {
    pointer-events: none;
    flex-shrink: 0;
    width: 20px;
  }
  .block-team-section .cy-section-wrp .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
  }
  .block-team-section .cy-section-wrp .swiper-team {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
}
.block-team-section .cy-section-wrp h2 {
  font-family: "Inter", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 700;
  color: #111111;
  text-align: center;
}
.block-team-section .cy-section-wrp h2:after {
  content: "";
  display: block;
  width: 130px;
  bottom: 0;
}
.block-team-section .cy-section-wrp .cy-text-content {
  font-family: "Inter", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 21.87px;
  margin-bottom: 100px;
}
.block-team-section .cy-section-wrp .cy-text-content:last-child {
  margin-bottom: 0;
}
.block-team-section .cy-section-wrp .cy-text-content .cy-button {
  max-width: 143px;
  margin: 0 auto 2vh;
}
.block-team-section .cy-section-wrp .cy-text-content p {
  max-width: 700px;
  margin: 0 auto 4vh;
  font-family: "Inter", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  color: #D2D2D2;
}
.block-team-section .cy-section-wrp .cy-image-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
}
.block-team-section .cy-section-wrp .cy-image-row img {
  width: 100%;
  max-width: 510px;
  height: auto;
}
.block-team-section .cy-section-wrp .cy-team-row-content {
  display: flex;
  flex-direction: row;
}
.block-team-section .cy-section-wrp .cy-team-row {
  display: flex;
  flex-direction: row;
  min-height: 340px;
  margin-bottom: 70px;
}
.block-team-section .cy-section-wrp .cy-team-row:last-child {
  margin-bottom: 0;
}
@media (max-width: 900px) {
  .block-team-section .cy-section-wrp .cy-team-row {
    flex-direction: column;
  }
}
.block-team-section .cy-section-wrp .cy-team-row--even {
  flex-direction: row-reverse;
}
@media (max-width: 900px) {
  .block-team-section .cy-section-wrp .cy-team-row--even {
    flex-direction: column;
  }
}
.block-team-section .cy-section-wrp .cy-team-row--even .cy-team-row-content {
  margin-right: 33px;
  align-items: flex-end;
}
@media (max-width: 900px) {
  .block-team-section .cy-section-wrp .cy-team-row--even .cy-team-row-content {
    align-items: center;
    margin-right: 0;
  }
}
.block-team-section .cy-section-wrp .cy-team-row--even .cy-team-row-content .cy-teem-row-bio {
  text-align: right;
}
@media (max-width: 900px) {
  .block-team-section .cy-section-wrp .cy-team-row--even .cy-team-row-content .cy-teem-row-bio {
    text-align: center;
  }
}
.block-team-section .cy-section-wrp .cy-team-row--even .cy-team-row-content .cy-team-row-links a {
  margin-left: 20px;
}
.block-team-section .cy-section-wrp .cy-team-row--odd .cy-team-row-content {
  margin-left: 33px;
  align-items: flex-start;
}
@media (max-width: 900px) {
  .block-team-section .cy-section-wrp .cy-team-row--odd .cy-team-row-content {
    align-items: center;
    margin-left: 0;
  }
}
.block-team-section .cy-section-wrp .cy-team-row--odd .cy-team-row-content .cy-teem-row-bio {
  text-align: left;
}
@media (max-width: 900px) {
  .block-team-section .cy-section-wrp .cy-team-row--odd .cy-team-row-content .cy-teem-row-bio {
    text-align: center;
  }
}
.block-team-section .cy-section-wrp .cy-team-row--odd .cy-team-row-content .cy-team-row-links a {
  margin-right: 20px;
}
.block-team-section .cy-section-wrp .cy-team-row .cy-team-row-image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: auto;
  max-width: 280px;
  max-height: 340px;
}
@media (max-width: 900px) {
  .block-team-section .cy-section-wrp .cy-team-row .cy-team-row-image {
    max-width: 100%;
    margin-bottom: 33px;
  }
  .block-team-section .cy-section-wrp .cy-team-row .cy-team-row-image img {
    margin: 0 auto;
    display: block;
  }
}
.block-team-section .cy-section-wrp .cy-team-row-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #111111;
}
.block-team-section .cy-section-wrp .cy-team-row-content h3 {
  color: #f2f2f2;
  font-size: 24px;
  font-family: "Inter", Helvetica, Arial, Lucida, sans-serif;
  line-height: 29.05px;
  margin-bottom: 20px;
}
.block-team-section .cy-section-wrp .cy-team-row-content h4 {
  font-family: "Inter", Helvetica, Arial, Lucida, sans-serif;
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
  line-height: 21.78px;
  margin-bottom: 20px;
}
.block-team-section .cy-section-wrp .cy-team-row-content .cy-teem-row-bio p {
  font-family: "Inter", Helvetica, Arial, Lucida, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.78px;
  margin-bottom: 20px;
}
.block-team-section .cy-section-wrp .cy-team-row-content .cy-team-row-links a img {
  width: 100%;
  max-width: 36px;
  height: auto;
}

.block-subscription-section .cy-section-wrp .cy-subscribe {
  margin-bottom: 12vh;
  color: #111111;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 200px;
}
@media (max-width: 900px) {
  .block-subscription-section .cy-section-wrp .cy-subscribe {
    flex-direction: column;
    gap: none;
    margin-bottom: 2vh;
  }
}
@media (max-width: 600px) {
  .block-subscription-section .cy-section-wrp .cy-subscribe {
    gap: 300px;
  }
}
@media (max-width: 380px) {
  .block-subscription-section .cy-section-wrp .cy-subscribe {
    padding: 20px 20px 19px;
  }
}
.block-subscription-section .cy-section-wrp .cy-subscribe .cy-subscribe-info {
  max-width: 480px;
  width: 100%;
}
@media (max-width: 900px) {
  .block-subscription-section .cy-section-wrp .cy-subscribe .cy-subscribe-info {
    padding-right: 0;
    max-width: 100%;
    text-align: center;
  }
}
.block-subscription-section .cy-section-wrp .cy-subscribe .cy-subscribe-info .cy-subscribe-subhead {
  font-family: "Inter", Helvetica, Arial, Lucida, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 21.78px;
  display: block;
  padding-bottom: 12px;
  text-transform: uppercase;
}
.block-subscription-section .cy-section-wrp .cy-subscribe .cy-subscribe-info h2 {
  font-family: "Inter", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 600;
  font-size: 36px;
  color: #111111;
  letter-spacing: 2px;
  line-height: 1.3em;
  margin: 0 0 30px;
  padding: 0 0 25px;
}
@media (max-width: 900px) {
  .block-subscription-section .cy-section-wrp .cy-subscribe .cy-subscribe-info h2 {
    padding-bottom: 0;
    font-style: normal;
    font-weight: 800;
    font-size: 28px;
    line-height: 36px;
  }
}
.block-subscription-section .cy-section-wrp .cy-subscribe .cy-subscribe-info h2:after {
  content: "";
  display: block;
  width: 130px;
  height: 0;
  position: relative;
  top: 30px;
  border-bottom: 4px solid #ffffff;
  left: 69px;
}
@media (max-width: 900px) {
  .block-subscription-section .cy-section-wrp .cy-subscribe .cy-subscribe-info h2:after {
    position: relative;
    margin: 20px auto 0;
    top: auto;
    left: auto;
    width: 40px;
    border-bottom: 3px solid #ffffff;
    transform: translateX(0);
  }
}
.block-subscription-section .cy-section-wrp .cy-subscribe .cy-subscribe-info .cy-subscribe-text {
  font-family: "Inter", Helvetica, Arial, Lucida, sans-serif;
  line-height: 2em;
  font-size: 16px;
  font-weight: 500;
}
.block-subscription-section .cy-section-wrp .cy-subscribe .cy-subscribe-info .cy-subscribe-text p {
  font-size: 18px;
  height: 25px;
  font-family: "Inter", Helvetica, Arial, Lucida, sans-serif;
}
.block-subscription-section .cy-section-wrp .cy-subscribe .cy-subscribe-info .cy-subscribe-text a {
  color: #f2f2f2;
}
@media (max-width: 900px) {
  .block-subscription-section .cy-section-wrp .cy-subscribe .button {
    padding: 10px 30px !important;
    font-family: "Inter", serif !important;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    line-height: 25px !important;
    color: #111111 !important;
  }
}
.block-subscription-section .cy-section-wrp .cy-subscribe .cy-subscribe-form {
  border: 1px solid #e5e5e5;
  border-radius: 15px;
  padding: 10px;
  width: 100%;
}
.block-subscription-section .cy-section-wrp .cy-subscribe .cy-subscribe-form #mc_embed_shell {
  width: 100%;
  height: 100%;
  display: flex;
  background-color: #f2f2f2;
  border-radius: 10px;
}
.block-subscription-section .cy-section-wrp .cy-subscribe .cy-subscribe-form #mc_embed_shell #cy_subscribe {
  margin-top: 46px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 900px) {
  .block-subscription-section .cy-section-wrp .cy-subscribe .cy-subscribe-form #mc_embed_shell #cy_subscribe {
    margin-top: 36px;
  }
}
.block-subscription-section .cy-section-wrp .cy-subscribe .cy-subscribe-form #mc_embed_shell #cy_subscribe input[type=text], .block-subscription-section .cy-section-wrp .cy-subscribe .cy-subscribe-form #mc_embed_shell #cy_subscribe input[type=email] {
  display: block;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(0, 0, 0, 0.26);
  -webkit-appearance: none;
  padding: 14px 4%;
  font-size: 16px;
  font-weight: 400;
  border-width: 0;
  margin-bottom: 20px;
}
.block-subscription-section .cy-section-wrp .cy-subscribe .cy-subscribe-form #mc_embed_shell #cy_subscribe input[type=text]:focus, .block-subscription-section .cy-section-wrp .cy-subscribe .cy-subscribe-form #mc_embed_shell #cy_subscribe input[type=email]:focus {
  border: none;
  outline: none;
}
.block-subscription-section .cy-section-wrp .cy-subscribe .cy-subscribe-form #mc_embed_shell #cy_subscribe input[type=text]:focus::-moz-placeholder, .block-subscription-section .cy-section-wrp .cy-subscribe .cy-subscribe-form #mc_embed_shell #cy_subscribe input[type=email]:focus::-moz-placeholder {
  color: #111111;
}
.block-subscription-section .cy-section-wrp .cy-subscribe .cy-subscribe-form #mc_embed_shell #cy_subscribe input[type=text]:focus::placeholder, .block-subscription-section .cy-section-wrp .cy-subscribe .cy-subscribe-form #mc_embed_shell #cy_subscribe input[type=email]:focus::placeholder {
  color: #111111;
}
.block-subscription-section .cy-section-wrp .cy-subscribe .cy-subscribe-form #mc_embed_shell #cy_subscribe input[type=submit] {
  width: 100%;
  padding: 14px 4%;
}
.block-subscription-section .cy-section-wrp .cy-subscribe .cy-subscribe-form #mc_embed_shell #cy_subscribe input[type=submit]:hover {
  background: transparent;
  cursor: pointer;
}

.block-tokenomics-section .cy-section-wrp {
  text-align: center;
}
.block-tokenomics-section .cy-section-wrp .cy-text-content {
  font-family: "Inter", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 2em;
  color: #111111;
}
.block-tokenomics-section .cy-section-wrp .cy-text-content .cy-button {
  max-width: 143px;
  margin: 0 auto 2vh;
}
.block-tokenomics-section .cy-section-wrp .cy-text-content p {
  max-width: 700px;
  margin: 0 auto 4vh;
}
.block-tokenomics-section .cy-section-wrp .cy-image-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
}
@media (max-width: 900px) {
  .block-tokenomics-section .cy-section-wrp .cy-image-row {
    display: none;
  }
}
.block-tokenomics-section .cy-section-wrp .cy-image-row img {
  width: 100%;
  height: auto;
}
.block-tokenomics-section .cy-section-wrp .cy-tokenomics-table {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 100px;
}
@media (max-width: 900px) {
  .block-tokenomics-section .cy-section-wrp .cy-tokenomics-table {
    gap: 10px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.block-tokenomics-section .cy-section-wrp .cy-tokenomics-table--circle {
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-tokenomics-section .cy-section-wrp .cy-tokenomics-table--circle img {
  width: 100%;
  height: auto;
}
.block-tokenomics-section .cy-section-wrp .cy-tokenomics-table--legend {
  background: url("../images/tokenomics-bg.svg") no-repeat top center, linear-gradient(180deg, #262626 0%, #333333 100%);
  border: 1px solid #404040;
  border-radius: 10px;
  padding: 23px 20px;
  max-width: 455px;
  height: 353px;
  color: inherit;
  width: 100%;
  margin-top: 40px;
  margin-left: 15px;
}
@media (max-width: 900px) {
  .block-tokenomics-section .cy-section-wrp .cy-tokenomics-table--legend {
    margin-left: 0;
  }
}
.block-tokenomics-section .cy-section-wrp .cy-tokenomics-table--legend ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 19px;
  font-family: "Inter", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
}
.block-tokenomics-section .cy-section-wrp .cy-tokenomics-table--legend ul li .legend-color {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  margin-right: 10px;
}
.block-tokenomics-section .cy-section-wrp .cy-tokenomics-table--legend ul li .legend-number {
  margin-left: auto;
}
.block-tokenomics-section .cy-section-wrp .cy-tokenomics-table-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 60px;
  margin-bottom: 40px;
}
@media (max-width: 900px) {
  .block-tokenomics-section .cy-section-wrp .cy-tokenomics-table-grid {
    align-items: center;
    justify-content: space-around;
  }
}
.block-tokenomics-section .cy-section-wrp .cy-tokenomics-table-grid--item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 16px;
  gap: 11px;
  isolation: isolate;
  width: 208px;
  height: 205px;
  background: #262626;
  border-radius: 10px;
}
@media (max-width: 900px) {
  .block-tokenomics-section .cy-section-wrp .cy-tokenomics-table-grid--item {
    width: 100%;
  }
  .block-tokenomics-section .cy-section-wrp .cy-tokenomics-table-grid--item img {
    max-width: 80px;
    width: 100%;
    height: auto;
  }
}
.block-tokenomics-section .cy-section-wrp .cy-tokenomics-table-grid--item h4 {
  font-family: "Inter", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.03em;
  color: #f2f2f2;
}
.block-tokenomics-section .cy-section-wrp .cy-tokenomics-table-grid--item p {
  font-family: "Inter", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.03em;
}
.block-tokenomics-section .cy-section-wrp .cy-tokenomics-table-grid--item .item-text {
  font-family: "Inter", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.03em;
}
.block-tokenomics-section .cy-section-wrp .cy-tokenomics-footer p {
  font-family: "Inter", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  color: #111111;
}
.block-tokenomics-section .cy-section-wrp .cy-tokenomics-footer p a {
  color: #f2f2f2;
}
@media (max-width: 900px) {
  .block-tokenomics-section .cy-section-wrp .cy-tokenomics-footer p {
    font-family: "Inter", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #D2D2D2;
  }
}

#diagram p {
  max-width: 900px;
}

.block-text-section {
  margin-bottom: 50px;
}
.block-text-section .cy-section-wrp {
  text-align: center;
}
.block-text-section .cy-section-wrp h2 {
  font-family: "Inter", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 600;
  font-size: 36px;
  color: #111111;
  letter-spacing: 2px;
  line-height: 1.3em;
}
.block-text-section .cy-section-wrp h2:after {
  content: "";
  display: block;
  width: 80px;
  margin: 2vh auto 3vh;
}
.block-text-section .cy-section-wrp .cy-text-content {
  font-family: "Inter", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 2em;
  color: #111111;
}
.block-text-section .cy-section-wrp .cy-text-content .cy-button {
  max-width: 143px;
  margin: 0 auto 30px;
}
.block-text-section .cy-section-wrp .cy-text-content p {
  max-width: 700px;
  margin: 0 auto 40px;
}
.block-text-section .cy-section-wrp .cy-diagram {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.block-text-section .cy-section-wrp .cy-diagram img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.block-text-section .cy-section-wrp .cy-diagram--desktop {
  display: block;
}
@media (max-width: 900px) {
  .block-text-section .cy-section-wrp .cy-diagram--desktop {
    display: none;
  }
}
.block-text-section .cy-section-wrp .cy-diagram--mobile {
  display: none;
}
@media (max-width: 900px) {
  .block-text-section .cy-section-wrp .cy-diagram--mobile {
    display: block;
  }
}
.block-text-section .cy-section-wrp .cy-image-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
}
@media (max-width: 900px) {
  .block-text-section .cy-section-wrp .cy-image-row {
    display: none;
  }
}
.block-text-section .cy-section-wrp .cy-image-row img {
  width: 100%;
  height: auto;
}
.block-text-section .cy-section-wrp .cy-image-row-mobile {
  display: none;
}
@media (max-width: 900px) {
  .block-text-section .cy-section-wrp .cy-image-row-mobile {
    display: flex;
  }
}
.block-text-section .cy-section-wrp .cy-image-row-mobile img {
  width: 100%;
  max-width: 510px;
  height: auto;
  margin: 0 auto;
}
.block-text-section .cy-section-wrp .cy-captions-row {
  display: flex;
  flex-direction: row;
  margin-top: 110px;
  padding: 0 15px;
}
@media (max-width: 900px) {
  .block-text-section .cy-section-wrp .cy-captions-row {
    flex-direction: column;
  }
}
.block-text-section .cy-section-wrp .cy-captions-row .cy-col {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (max-width: 900px) {
  .block-text-section .cy-section-wrp .cy-captions-row .cy-col {
    width: 100%;
  }
}
.block-text-section .cy-section-wrp .cy-captions-row .cy-col:first-child dl {
  max-width: 520px;
}
@media (max-width: 900px) {
  .block-text-section .cy-section-wrp .cy-captions-row .cy-col:first-child dl {
    max-width: 100%;
  }
}
.block-text-section .cy-section-wrp .cy-captions-row .cy-col dl {
  font-family: Arial, sans-serif;
  color: #111111;
  background-color: #ffffff;
  padding: 0;
  text-align: left;
}
.block-text-section .cy-section-wrp .cy-captions-row .cy-col dl dt {
  font-weight: bold;
  color: #f2f2f2;
  margin: 0 0 10px 40px;
  position: relative;
  font-size: 18px;
  line-height: 22px;
}
.block-text-section .cy-section-wrp .cy-captions-row .cy-col dl dt:before {
  position: absolute;
  left: -40px;
  top: 0;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: #545454;
}
.block-text-section .cy-section-wrp .cy-captions-row .cy-col dl dd {
  margin-left: 40px;
  color: #111111;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 22px;
}

.block-featured-section {
  margin-top: 0;
}
@media (max-width: 900px) {
  .block-featured-section.block-featured-section-swiper {
    min-height: 740px;
  }
}
.block-featured-section .swiper-wrapper {
  display: block;
}
.block-featured-section .cy-text-content {
  font-family: "Inter", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
  color: #111111;
  margin-bottom: 40px;
}
.block-featured-section .cy-text-content .cy-button {
  max-width: 163px;
  margin: 0 auto 2vh;
  display: block;
}
.block-featured-section .cy-text-content p {
  max-width: 700px;
  margin: 0 auto 30px;
  text-align: center;
  color: #111111;
}
.block-featured-section .cy-section-wrp {
  margin: 0 0 150px;
}
.block-featured-section .cy-section-wrp:last-of-type {
  margin: 0;
}
.block-featured-section .cy-section-wrp:last-child .cy-featured {
  margin-bottom: 0;
}
@media (max-width: 900px) {
  .block-featured-section .cy-section-wrp:last-child .cy-featured--text {
    margin-bottom: 30px;
  }
}
.block-featured-section .cy-section-wrp--odd {
  flex-direction: row-reverse !important;
}
@media (max-width: 1200px) {
  .block-featured-section .cy-section-wrp--odd {
    padding: 0 !important;
  }
}
@media (max-width: 900px) {
  .block-featured-section .cy-section-wrp--odd {
    flex-direction: column !important;
  }
}
.block-featured-section .cy-section-wrp--odd .cy-featured--image {
  margin-left: 120px;
}
@media (max-width: 900px) {
  .block-featured-section .cy-section-wrp--odd .cy-featured--image {
    margin: 0;
  }
}
.block-featured-section .cy-section-wrp--even {
  flex-direction: row !important;
}
@media (max-width: 900px) {
  .block-featured-section .cy-section-wrp--even {
    flex-direction: column !important;
  }
}
.block-featured-section .cy-section-wrp--even .cy-featured--image {
  margin-right: 120px;
}
@media (max-width: 900px) {
  .block-featured-section .cy-section-wrp--even .cy-featured--image {
    margin: 0;
  }
}
.block-featured-section .cy-section-wrp .cy-featured {
  margin-bottom: 30px;
}
.block-featured-section .cy-section-wrp .cy-featured .cy-video-frame {
  width: 100%;
  max-width: 720px;
  display: block;
  margin: 0 auto;
}
.block-featured-section .cy-section-wrp .cy-featured--image {
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-featured-section .cy-section-wrp .cy-featured--image img {
  max-width: 360px;
  height: auto;
}
@media (max-width: 900px) {
  .block-featured-section .cy-section-wrp .cy-featured--image img {
    margin: 0 auto;
    display: block;
    width: 100%;
  }
}
.block-featured-section .cy-section-wrp .cy-featured--text .cy-featured-wrp {
  max-width: 416px;
  padding: 0 15px;
}
@media (max-width: 900px) {
  .block-featured-section .cy-section-wrp .cy-featured--text .cy-featured-wrp {
    max-width: 80%;
    padding: 0 15px;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
  }
}
.block-featured-section .cy-section-wrp .cy-featured--text .cy-featured-wrp h3 {
  font-weight: 600;
  font-size: 32px;
  line-height: 50px;
  color: #111111;
}
@media (max-width: 900px) {
  .block-featured-section .cy-section-wrp .cy-featured--text .cy-featured-wrp h3 {
    text-align: center;
    margin-top: 20px;
  }
}
@media (max-width: 600px) {
  .block-featured-section .cy-section-wrp .cy-featured--text .cy-featured-wrp h3 {
    font-family: "Inter", serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
  }
}
.block-featured-section .cy-section-wrp .cy-featured--text .cy-featured-wrp h3:after {
  content: "";
  display: block;
  margin: 30px 0;
  position: relative;
  border-top: 4px solid #ffffff;
  height: 4px;
  max-width: 130px;
  width: 100%;
}
@media (max-width: 900px) {
  .block-featured-section .cy-section-wrp .cy-featured--text .cy-featured-wrp h3:after {
    margin: 2vh auto;
  }
}
@media (max-width: 600px) {
  .block-featured-section .cy-section-wrp .cy-featured--text .cy-featured-wrp h3:after {
    max-width: 40px;
  }
}
.block-featured-section .cy-section-wrp .cy-featured--text .cy-featured-wrp p {
  font-family: "Inter", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #111111;
}
@media (max-width: 900px) {
  .block-featured-section .cy-section-wrp .cy-featured--text .cy-featured-wrp p {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .block-featured-section .cy-section-wrp .cy-featured--text .cy-featured-wrp p {
    font-family: "Inter", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.block-featured-section .cy-section-wrp .cy-featured--text .cy-featured-wrp .cy-button {
  max-width: 200px;
  display: block;
  margin-top: 30px;
}
@media (max-width: 900px) {
  .block-featured-section .cy-section-wrp .cy-featured--text .cy-featured-wrp .cy-button {
    margin: 20px auto 0;
  }
}
.block-featured-section .featured-swiper {
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
}
.block-featured-section .featured-swiper .swiper-slide:last-child i {
  display: inline-block;
  margin-top: 15px;
}
.block-featured-section .featured-swiper .swiper-slide:last-child .cy-button {
  max-width: 246px;
}
@media (max-width: 900px) {
  .block-featured-section .swiper-wrapper {
    display: flex;
  }
  .block-featured-section .featured-swiper {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 900px) and (max-width: 600px) {
  .block-featured-section .featured-swiper {
    top: -55px;
  }
}
@media (max-width: 900px) {
  .block-featured-section .featured-swiper .swiper-wrapper {
    display: flex;
    transition: transform 0.3s ease;
  }
  .block-featured-section .featured-swiper .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    box-sizing: border-box;
  }
  .block-featured-section .featured-swiper .swiper-pagination {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .block-featured-section .featured-swiper .swiper-pagination .swiper-pagination-bullet {
    background: #8D8D8D;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    opacity: 0.6;
    transition: opacity 0.2s ease, background-color 0.2s ease;
  }
  .block-featured-section .featured-swiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #FCE94E;
    opacity: 1;
  }
  .block-featured-section .swiper-featured-prev,
  .block-featured-section .swiper-featured-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    z-index: 10;
    cursor: pointer;
  }
  .block-featured-section .swiper-featured-prev svg,
  .block-featured-section .swiper-featured-next svg {
    fill: #FFF;
  }
  .block-featured-section .swiper-featured-prev {
    left: 10px;
  }
  .block-featured-section .swiper-featured-next {
    right: 10px;
  }
}
@media (min-width: 901px) {
  .block-featured-section .featured-swiper .swiper-featured-prev,
  .block-featured-section .featured-swiper .swiper-featured-next,
  .block-featured-section .featured-swiper .swiper-pagination {
    display: none;
  }
}

.block-timeline-section .cy-section-wrp {
  text-align: center;
  position: relative;
  margin-bottom: 50px;
}
.block-timeline-section .cy-section-wrp .cy-button {
  margin: 30px auto 0;
  font-family: "Inter", serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
}
@media (max-width: 900px) {
  .block-timeline-section .cy-section-wrp .cy-button {
    font-size: 14px;
  }
}
.block-timeline-section .cy-section-wrp .cy-timeline-slider-block {
  position: relative;
  margin-top: -40px;
  min-height: 470px;
}
@media (max-width: 1400px) {
  .block-timeline-section .cy-section-wrp .cy-timeline-slider-block {
    max-width: 1000px;
    margin: 0 auto;
  }
}
@media (max-width: 1200px) {
  .block-timeline-section .cy-section-wrp .cy-timeline-slider-block {
    max-width: 800px;
    margin: 0 auto;
  }
}
@media (max-width: 900px) {
  .block-timeline-section .cy-section-wrp .cy-timeline-slider-block {
    display: none;
  }
}
.block-timeline-section .cy-section-wrp .cy-timeline-slider-block .swiper-navigation {
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none;
}
.block-timeline-section .cy-section-wrp .cy-timeline-slider-block .swiper-navigation .swiper-button-prev, .block-timeline-section .cy-section-wrp .cy-timeline-slider-block .swiper-navigation .swiper-button-next {
  pointer-events: all;
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #f2f2f2;
  cursor: pointer;
}
.block-timeline-section .cy-section-wrp .cy-timeline-slider-block .swiper-navigation .swiper-button-prev:after, .block-timeline-section .cy-section-wrp .cy-timeline-slider-block .swiper-navigation .swiper-button-next:after {
  font-size: 16px;
  color: #ffffff;
}
.block-timeline-section .cy-section-wrp .cy-timeline-slider-block .swiper-navigation .swiper-button-disabled {
  display: none;
}
.block-timeline-section .cy-section-wrp .cy-timeline-slider-block .swiper-navigation .swiper-button-prev {
  left: -60px;
}
.block-timeline-section .cy-section-wrp .cy-timeline-slider-block .swiper-navigation .swiper-button-next {
  right: -60px;
}
.block-timeline-section .cy-section-wrp .cy-timeline-mobile-block {
  display: none;
}
@media (max-width: 900px) {
  .block-timeline-section .cy-section-wrp .cy-timeline-mobile-block {
    display: flex;
    flex-direction: column;
  }
}
.block-timeline-section .cy-section-wrp .cy-timeline-mobile-block .cy-timeline-col {
  border-left: 2px solid #e5e5e5;
  margin-left: 20px;
  position: relative;
}
.block-timeline-section .cy-section-wrp .cy-timeline-mobile-block .cy-timeline-col.done:before {
  content: "";
  display: block;
  position: absolute;
  top: 32px;
  left: -2px;
  width: 2px;
  height: 100%;
  background-color: #f2f2f2;
}
.block-timeline-section .cy-section-wrp .cy-timeline-mobile-block .cy-timeline-col.done .cy-timeline-stage--number {
  color: #e5e5e5;
  background: #f2f2f2;
}
.block-timeline-section .cy-section-wrp .cy-timeline-mobile-block .cy-timeline-col.done.lastdone:before {
  content: "";
  display: block;
  position: absolute;
  top: 32px;
  left: -2px;
  width: 2px;
  height: 40%;
  background-color: #f2f2f2;
}
.block-timeline-section .cy-section-wrp .cy-timeline-mobile-block .cy-timeline-col .cy-timeline-stage {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  margin-left: -23px;
}
.block-timeline-section .cy-section-wrp .cy-timeline-mobile-block .cy-timeline-col .cy-timeline-stage h3 {
  font-family: "Inter", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: -0.03em;
  color: #f2f2f2;
  margin-bottom: 0;
  margin-left: 15px;
}
.block-timeline-section .cy-section-wrp .cy-timeline-mobile-block .cy-timeline-col .cy-timeline-stage--number {
  font-family: "Inter", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: -0.03em;
  color: #f2f2f2;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 2px solid #e5e5e5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  z-index: 10;
  position: relative;
}
.block-timeline-section .cy-section-wrp .cy-timeline-mobile-block .cy-timeline-col .cy-timeline-stage--number svg {
  position: absolute;
  top: -10px;
}
.block-timeline-section .cy-section-wrp .cy-timeline-mobile-block .cy-timeline-col .cy-timeline-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-left: 40px;
  margin-bottom: 20px;
}
.block-timeline-section .cy-section-wrp .cy-timeline-mobile-block .cy-timeline-col .cy-timeline-content--quarter {
  font-family: "Inter", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: -0.03em;
  color: #111111;
  margin-bottom: 30px;
}
.block-timeline-section .cy-section-wrp .cy-timeline-mobile-block .cy-timeline-col .cy-timeline-content .cy-timeline-content-text {
  border-left: 2px solid #e5e5e5;
  padding-left: 18px;
}
.block-timeline-section .cy-section-wrp .cy-timeline-mobile-block .cy-timeline-col .cy-timeline-content .cy-timeline-content-text ul {
  list-style: disc;
  margin-left: 18px;
}
.block-timeline-section .cy-section-wrp .cy-timeline-mobile-block .cy-timeline-col .cy-timeline-content .cy-timeline-content-text ul li {
  text-align: left;
  margin-bottom: 15px;
  font-family: "Inter", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.03em;
}
.block-timeline-section .cy-section-wrp .cy-timeline-mobile-block .cy-timeline-col .cy-timeline-content .cy-timeline-content-text ul li::marker {
  color: #f2f2f2;
}
.block-timeline-section .cy-section-wrp .cy-text-content {
  max-width: 900px;
  margin: 0 auto;
}
.block-timeline-section .cy-section-wrp .cy-text-content .cy-button {
  max-width: 143px;
  margin: 0 auto 2vh;
}
.block-timeline-section .cy-section-wrp .cy-text-content p {
  font-family: "Inter", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
  color: #111111;
  margin-bottom: 30px;
}
.block-timeline-section .cy-section-wrp .cy-timeline-slider {
  position: relative;
  overflow: hidden;
  min-height: 120px;
}
.block-timeline-section .cy-section-wrp .cy-timeline-slider .swiper-wrapper {
  display: flex;
}
.block-timeline-section .cy-section-wrp .cy-timeline-slider .swiper-slide {
  flex-shrink: 0;
  width: auto;
  box-sizing: border-box;
  position: relative;
}
.block-timeline-section .cy-section-wrp .cy-timeline-slider .swiper-slide.done:last-of-type .cy-timeline-content .cy-timeline-content-fake-border {
  background-color: #f2f2f2;
  max-width: 50%;
}
.block-timeline-section .cy-section-wrp .cy-timeline-slider .swiper-slide.done .cy-timeline-stage--number {
  color: #e5e5e5;
  background: #f2f2f2;
}
.block-timeline-section .cy-section-wrp .cy-timeline-slider .swiper-slide.done .cy-timeline-stage--number svg {
  position: absolute;
  top: -20px;
}
.block-timeline-section .cy-section-wrp .cy-timeline-slider .swiper-slide.done .cy-timeline-content .cy-timeline-content-fake-border {
  background-color: #f2f2f2;
}
.block-timeline-section .cy-section-wrp .cy-timeline-slider .swiper-slide.lastdone .cy-timeline-content .cy-timeline-content-fake-border {
  background-color: #e5e5e5;
}
.block-timeline-section .cy-section-wrp .cy-timeline-slider .swiper-slide.lastdone .cy-timeline-content .cy-timeline-content-fake-border .inner-fake-border {
  background-color: #f2f2f2;
  width: 60%;
  height: 4px;
  display: block;
}
.block-timeline-section .cy-section-wrp .cy-timeline-slider .swiper-slide .cy-timeline-stage {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 120px;
  left: -75px;
}
.block-timeline-section .cy-section-wrp .cy-timeline-slider .swiper-slide .cy-timeline-stage h3 {
  font-family: "Inter", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: -0.03em;
  color: #f2f2f2;
  margin-bottom: 25px;
}
.block-timeline-section .cy-section-wrp .cy-timeline-slider .swiper-slide .cy-timeline-stage--number {
  font-family: "Inter", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.03em;
  color: #f2f2f2;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 5px solid #e5e5e5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  background-color: #ffffff;
  z-index: 10;
  position: relative;
}
.block-timeline-section .cy-section-wrp .cy-timeline-slider .swiper-slide .cy-timeline-stage--quarter {
  font-family: "Inter", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: -0.03em;
  color: #111111;
  margin-bottom: 30px;
}
.block-timeline-section .cy-section-wrp .cy-timeline-slider .swiper-slide .cy-timeline-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 110px;
  padding-left: 71px;
}
.block-timeline-section .cy-section-wrp .cy-timeline-slider .swiper-slide .cy-timeline-content .cy-timeline-content-fake-border {
  height: 4px;
  position: relative;
  width: 100%;
  background-color: #404040;
  top: -105px;
  left: 20px;
  z-index: 1;
  border-radius: 3px;
}
@media (max-width: 1400px) {
  .block-timeline-section .cy-section-wrp .cy-timeline-slider .swiper-slide .cy-timeline-content .cy-timeline-content-fake-border {
    left: 40px;
  }
}
@media (max-width: 1200px) {
  .block-timeline-section .cy-section-wrp .cy-timeline-slider .swiper-slide .cy-timeline-content .cy-timeline-content-fake-border {
    left: 70px;
  }
}
.block-timeline-section .cy-section-wrp .cy-timeline-slider .swiper-slide .cy-timeline-content .cy-timeline-content-text {
  border-left: 2px solid #e5e5e5;
  padding-left: 18px;
  min-height: 150px;
}
.block-timeline-section .cy-section-wrp .cy-timeline-slider .swiper-slide .cy-timeline-content .cy-timeline-content-text ul {
  list-style: disc;
  margin-left: 18px;
}
.block-timeline-section .cy-section-wrp .cy-timeline-slider .swiper-slide .cy-timeline-content .cy-timeline-content-text ul li {
  text-align: left;
  margin-bottom: 10px;
  font-family: "Inter", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.03em;
}
.block-timeline-section .cy-section-wrp .cy-timeline-slider .swiper-slide .cy-timeline-content .cy-timeline-content-text ul li::marker {
  color: #f2f2f2;
}
.block-timeline-section .cy-section-wrp .cy-timeline-slider .swiper-button-next,
.block-timeline-section .cy-section-wrp .cy-timeline-slider .swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background-color: #ffffff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid #f2f2f2;
}
.block-timeline-section .cy-section-wrp .cy-timeline-slider .swiper-button-next:after,
.block-timeline-section .cy-section-wrp .cy-timeline-slider .swiper-button-prev:after {
  font-size: 16px;
  color: #ffffff;
}

/* Partners section */
.block-partners-section .grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}
.block-partners-section .animated-border {
  position: relative;
  background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(225deg, transparent 20%, #ffffff 100%) border-box;
  border: 2px solid transparent;
  border-radius: 0.5rem;
  background-size: 200% 200%;
  animation: borderAnimation 4s ease infinite;
  width: 300px;
  height: 200px;
  text-align: center;
  overflow: hidden;
  transition: transform 0.3s ease;
}
.block-partners-section .animated-border:hover {
  transform: translateY(-4px);
}
.block-partners-section .animated-border::before {
  content: "";
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  z-index: -1;
  border-radius: 0.5rem;
  background: linear-gradient(225deg, transparent, #ffffff);
  background-size: 200% 200%;
  animation: borderAnimation 4s ease infinite;
  opacity: 0.15;
}
@keyframes borderAnimation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.block-partners-section .animated-border img {
  width: 100%;
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #ffffff;
  transition: transform 0.3s ease;
}
.block-partners-section .animated-border:hover img {
  transform: scale(1.05);
}
.block-partners-section .partner-name {
  display: block;
  padding: 1rem 0;
  font-weight: 600;
  font-size: 1rem;
  color: white;
  text-decoration: none;
  transition: color 0.3s;
}
.block-partners-section .partner-name:hover {
  color: #ffffff;
}
.block-partners-section .btn {
  background-color: #ffffff;
  color: #000000;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  font-weight: bold;
  display: inline-block;
  margin: 1rem auto;
  text-decoration: none;
  transition: transform 0.3s ease, background-color 0.3s ease;
}
.block-partners-section .animated-border:hover .btn {
  transform: scale(1.05);
}
.block-partners-section .btn:hover {
  background-color: #f2f2f2;
}
@media (max-width: 600px) {
  .block-partners-section .animated-border {
    width: 100%;
  }
}

/**
GDPR popup
 */
.gdpr-popup {
  display: none;
  align-items: baseline;
  background: rgb(34, 34, 34);
  color: rgb(255, 255, 255);
  flex-wrap: wrap;
  justify-content: space-between;
  left: 0px;
  position: fixed;
  width: 100%;
  z-index: 999;
  padding: 18px;
  border-radius: 14px;
  border-color: rgba(255, 255, 255, 0.12);
  border-width: 1px;
  border-style: solid;
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: 0px;
  max-width: 500px;
  bottom: 0px;
  right: 12px;
}
@media (max-width: 900px) {
  .gdpr-popup {
    width: 100%;
    max-width: 100%;
    right: 0;
    border-radius: 0;
    bottom: 0;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 18px;
    margin-bottom: 0;
  }
}
.gdpr-popup h2 {
  margin: 0px;
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.6;
  color: rgb(255, 255, 255);
  margin-bottom: 12px;
}
.gdpr-popup p {
  font-size: 1rem;
  line-height: 1.5;
  font-family: Inter, sans-serif;
  color: rgb(255, 255, 255);
  font-weight: 400;
  margin-bottom: 12px;
}
.gdpr-popup--buttons {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
}
@media (max-width: 900px) {
  .gdpr-popup--buttons {
    justify-content: center;
    gap: 20px;
  }
}
.gdpr-popup--buttons .cy-button {
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1rem;
  border-radius: 6px;
}
.gdpr-popup--buttons .cy-button:hover {
  cursor: pointer;
}
.gdpr-popup--buttons .cy-button--secondary {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.gdpr-popup--buttons .cy-button--secondary:hover {
  opacity: 0.8;
}

/**
 * Swiper 5.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 16, 2020
 */
:root {
  --swiper-theme-color: #007aff ;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px ;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #ffffff ;
}

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000000 ;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff ;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000 ;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff ;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000 ;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.site-logo--header {
  margin-right: 10px;
  max-width: 30px;
  width: 100%;
  height: auto;
}
.site-logo--header:last-child {
  margin-right: 0;
}

header {
  z-index: 100;
  min-height: 50px;
  position: relative;
  transition: background-color 300ms ease 0ms, background-image 300ms ease 0ms;
  background-color: rgba(124, 218, 36, 0);
  -webkit-backdrop-filter: saturate(200%) blur(10px);
  backdrop-filter: saturate(200%) blur(10px);
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  padding-top: 5px;
  padding-bottom: 5px;
}
header:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
header.fixed {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
header .header-wrp {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1130px;
  padding: 8px 0;
}
@media (max-width: 1200px) {
  header .header-wrp {
    max-width: 1080px;
    padding: 0 15px;
  }
}
header .header-wrp .site-branding {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
header .header-wrp .cy-button--header {
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 25px;
}
header .header-wrp .cy-button--header:last-child {
  margin-right: 0;
}
header.open {
  background: rgba(0, 0, 0, 0.8);
}
header.open .main-nav-mobile {
  display: flex;
  position: absolute;
  left: 0;
  top: 44px;
}
header.open .header-wrp {
  flex-wrap: wrap;
}

.page-template-sale-template header {
  background-color: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  box-shadow: none !important;
  padding: 20px 0 !important;
}
.page-template-sale-template header.fixed {
  padding-top: 0 !important;
}
.page-template-sale-template header.fixed .container {
  border-radius: 0 0 20px 20px !important;
}

.admin-bar header.fixed {
  top: 32px;
}

footer {
  padding-top: 8vh;
  margin-top: 8vh;
}

footer, .copyright-block {
  background-color: #f2f2f2;
  color: #111111;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 1vw 15px;
}
footer.copyright-block, .copyright-block.copyright-block {
  background-color: #ffffff;
}
footer.copyright-block a, footer.copyright-block p, .copyright-block.copyright-block a, .copyright-block.copyright-block p {
  text-align: left;
  font-family: "Inter", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 25px;
  color: #111111;
}
footer.copyright-block .footer-wrp, .copyright-block.copyright-block .footer-wrp {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}
footer .copyright-block .footer-wrp, .copyright-block .copyright-block .footer-wrp {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}
footer .footer-wrp--desktop, footer .footer-wrp--mobile, .copyright-block .footer-wrp--desktop, .copyright-block .footer-wrp--mobile {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  footer .footer-wrp--desktop, footer .footer-wrp--mobile, .copyright-block .footer-wrp--desktop, .copyright-block .footer-wrp--mobile {
    padding: 0 15px;
    flex-wrap: wrap;
  }
}
@media (max-width: 600px) {
  footer .footer-wrp--desktop, footer .footer-wrp--mobile, .copyright-block .footer-wrp--desktop, .copyright-block .footer-wrp--mobile {
    padding: 30px 15px 0;
    flex-wrap: wrap;
  }
}
@media (max-width: 600px) {
  footer .footer-wrp--desktop .footer-logo, footer .footer-wrp--desktop .footer-nav, footer .footer-wrp--mobile .footer-logo, footer .footer-wrp--mobile .footer-nav, .copyright-block .footer-wrp--desktop .footer-logo, .copyright-block .footer-wrp--desktop .footer-nav, .copyright-block .footer-wrp--mobile .footer-logo, .copyright-block .footer-wrp--mobile .footer-nav {
    width: 50%;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 380px) {
  footer .footer-wrp--desktop .footer-logo, footer .footer-wrp--desktop .footer-nav, footer .footer-wrp--mobile .footer-logo, footer .footer-wrp--mobile .footer-nav, .copyright-block .footer-wrp--desktop .footer-logo, .copyright-block .footer-wrp--desktop .footer-nav, .copyright-block .footer-wrp--mobile .footer-logo, .copyright-block .footer-wrp--mobile .footer-nav {
    width: 100%;
    margin-bottom: 30px;
  }
}
footer .footer-wrp--desktop .footer-logo img, footer .footer-wrp--mobile .footer-logo img, .copyright-block .footer-wrp--desktop .footer-logo img, .copyright-block .footer-wrp--mobile .footer-logo img {
  max-width: 63px;
  width: 100%;
  height: auto;
}
@media (max-width: 600px) {
  footer .footer-wrp--desktop .footer-logo img, footer .footer-wrp--mobile .footer-logo img, .copyright-block .footer-wrp--desktop .footer-logo img, .copyright-block .footer-wrp--mobile .footer-logo img {
    max-width: 68px;
    width: 100%;
    height: auto;
  }
}
footer .footer-wrp--desktop .footer-menu:first-child, footer .footer-wrp--mobile .footer-menu:first-child, .copyright-block .footer-wrp--desktop .footer-menu:first-child, .copyright-block .footer-wrp--mobile .footer-menu:first-child {
  margin-left: 120px;
}
@media (max-width: 900px) {
  footer .footer-wrp--desktop .footer-menu:first-child, footer .footer-wrp--mobile .footer-menu:first-child, .copyright-block .footer-wrp--desktop .footer-menu:first-child, .copyright-block .footer-wrp--mobile .footer-menu:first-child {
    margin-left: 0;
  }
}
footer .footer-wrp--desktop .footer-menu a, footer .footer-wrp--mobile .footer-menu a, .copyright-block .footer-wrp--desktop .footer-menu a, .copyright-block .footer-wrp--mobile .footer-menu a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  margin-bottom: 20px;
  display: flex;
  font-size: 14px;
  line-height: 18px;
}
footer .footer-wrp--desktop .footer-social, footer .footer-wrp--mobile .footer-social, .copyright-block .footer-wrp--desktop .footer-social, .copyright-block .footer-wrp--mobile .footer-social {
  margin-left: auto;
  display: flex;
  flex-direction: row;
}
@media (max-width: 900px) {
  footer .footer-wrp--desktop .footer-social, footer .footer-wrp--mobile .footer-social, .copyright-block .footer-wrp--desktop .footer-social, .copyright-block .footer-wrp--mobile .footer-social {
    margin-bottom: 20px;
  }
}
footer .footer-wrp--desktop .footer-social a, footer .footer-wrp--mobile .footer-social a, .copyright-block .footer-wrp--desktop .footer-social a, .copyright-block .footer-wrp--mobile .footer-social a {
  margin-right: 15px;
  color: #f2f2f2;
}
footer .footer-wrp--desktop .footer-social a:last-child, footer .footer-wrp--mobile .footer-social a:last-child, .copyright-block .footer-wrp--desktop .footer-social a:last-child, .copyright-block .footer-wrp--mobile .footer-social a:last-child {
  margin-right: 0;
}
footer .footer-wrp--desktop .footer-social a img, footer .footer-wrp--mobile .footer-social a img, .copyright-block .footer-wrp--desktop .footer-social a img, .copyright-block .footer-wrp--mobile .footer-social a img {
  max-width: 30px;
  width: 100%;
  height: auto;
}
footer .footer-wrp--desktop, .copyright-block .footer-wrp--desktop {
  margin: 20px auto;
}
@media (max-width: 900px) {
  footer .footer-wrp--desktop, .copyright-block .footer-wrp--desktop {
    display: none;
  }
}
footer .footer-wrp--mobile, .copyright-block .footer-wrp--mobile {
  display: none;
}
footer .footer-wrp--mobile .footer-col:first-child, .copyright-block .footer-wrp--mobile .footer-col:first-child {
  width: 44%;
}
footer .footer-wrp--mobile .footer-col:last-child, .copyright-block .footer-wrp--mobile .footer-col:last-child {
  width: 55%;
}
footer .footer-wrp--mobile .footer-col nav, .copyright-block .footer-wrp--mobile .footer-col nav {
  width: 100%;
  margin-bottom: 0;
  align-items: flex-start;
  justify-content: flex-start;
}
footer .footer-wrp--mobile .footer-col nav ul li a, .copyright-block .footer-wrp--mobile .footer-col nav ul li a {
  margin-bottom: 10px;
}
footer .footer-wrp--mobile .footer-col .footer-social, .copyright-block .footer-wrp--mobile .footer-col .footer-social {
  margin-top: 20px;
}
@media (max-width: 900px) {
  footer .footer-wrp--mobile .footer-col .footer-social, .copyright-block .footer-wrp--mobile .footer-col .footer-social {
    margin-bottom: 20px;
  }
}
footer .footer-wrp--mobile .footer-col .footer-social a, .copyright-block .footer-wrp--mobile .footer-col .footer-social a {
  color: #f2f2f2;
}
@media (max-width: 900px) {
  footer .footer-wrp--mobile, .copyright-block .footer-wrp--mobile {
    margin-top: 20px;
    display: flex;
  }
}
footer .footer-wrp--mobile .footer-logo, .copyright-block .footer-wrp--mobile .footer-logo {
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (max-width: 600px) {
  footer .footer-wrp--mobile .footer-logo img, .copyright-block .footer-wrp--mobile .footer-logo img {
    max-width: 68px;
    width: 100%;
    height: auto;
  }
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  list-style: none;
  padding: 0;
}
@media (max-width: 900px) {
  .main-nav {
    display: none;
  }
}
.main-nav li {
  display: inline;
  margin-right: 40px;
}
.main-nav li:last-child {
  margin-right: 0;
}
@media (max-width: 900px) {
  .main-nav li {
    margin-right: 10px;
  }
}
.main-nav li a {
  text-decoration: none;
  color: #111111;
  font-weight: 300;
  font-size: 14px;
  word-wrap: break-word;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
}
.main-nav li a:hover {
  opacity: 0.7;
}

.main-nav-mobile {
  display: none;
  opacity: 0;
  width: 100%;
  transition: all 0.4s ease-in-out;
}
.main-nav-mobile.open {
  display: flex;
  opacity: 1;
}
.main-nav-mobile .primary-menu-mobile {
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  width: 100%;
  align-items: center;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgb(0, 0, 0) 100%);
  -webkit-backdrop-filter: saturate(200%) blur(10px);
  backdrop-filter: saturate(200%) blur(10px);
  padding: 5px 0 15px;
}
@media (max-width: 600px) {
  .main-nav-mobile .primary-menu-mobile {
    margin: 0 0 10px;
  }
}
.main-nav-mobile .primary-menu-mobile li a {
  padding: 10px;
  margin-top: 5px;
  text-decoration: none;
  color: #111111;
  font-weight: 300;
  font-size: 14px;
  word-wrap: break-word;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
  width: 100%;
  display: flex;
  text-align: center;
}
.main-nav-mobile .primary-menu-mobile li a:hover {
  background-color: #ffffff;
  color: #ffffff;
}

.hamburger-menu {
  display: none;
  cursor: pointer;
}
@media (max-width: 900px) {
  .hamburger-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.hamburger-menu span {
  display: block;
  width: 25px;
  height: 3px;
  margin: 4px auto;
  background-color: #fff;
  transition: all 0.3s ease;
}

.cy-button {
  color: #111111;
  border: 1px solid #f2f2f2;
  border-radius: 0;
  letter-spacing: 0;
  font-size: 13px;
  font-family: "Inter", Helvetica, Arial, Lucida, sans-serif;
  text-transform: uppercase;
  background-color: #ffffff;
  padding: 15px 30px;
  text-decoration: none;
  text-align: center;
}
.cy-button--primary {
  background-color: #ffffff;
}
.cy-button--secondary {
  background-color: #f2f2f2;
  border-radius: 5px;
  font-family: "Inter", serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  color: #1E1E1E;
}
.cy-button--accent {
  background-color: #000000;
}
.cy-button--header {
  max-width: 190px;
  padding: 5px 10px;
  border-radius: 5px;
  background-color: #f2f2f2;
  font-family: "Inter", serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  /* identical to box height, or 156% */
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #1E1E1E;
}
.cy-button--header:hover {
  color: #ffffff !important;
  border-color: #ffffff !important;
}
.cy-button:hover {
  color: #111111;
  border-color: #111111;
  letter-spacing: 0px;
  border-width: 1px;
  background-image: initial;
  background-color: #ffffff;
}/*# sourceMappingURL=style.css.map */