/* Theme base styles */

/* Fonts */
/* Fonts */

/* Power Grotesk - Light (300) */
@font-face {
  font-family: "Power-grotesk";
  src:
    url("https://4835142.fs1.hubspotusercontent-na1.net/hubfs/4835142/raw_assets/public/botify_landing/botify_landing/fonts/power-grotesk/PowerGrotesk-Light.woff2") format("woff2"),
    url("https://4835142.fs1.hubspotusercontent-na1.net/hubfs/4835142/raw_assets/public/botify_landing/botify_landing/fonts/power-grotesk/PowerGrotesk-Light.woff") format("woff"),
    url("https://4835142.fs1.hubspotusercontent-na1.net/hubfs/4835142/raw_assets/public/botify_landing/botify_landing/fonts/power-grotesk/PowerGrotesk-Light.ttf") format("truetype"),
    url("https://4835142.fs1.hubspotusercontent-na1.net/hubfs/4835142/raw_assets/public/botify_landing/botify_landing/fonts/power-grotesk/PowerGrotesk-Light.otf") format("opentype");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

/* Power Grotesk - Bold (700) */
@font-face {
  font-family: "Power-grotesk";
  src:
    url("https://4835142.fs1.hubspotusercontent-na1.net/hubfs/4835142/raw_assets/public/botify_landing/botify_landing/fonts/power-grotesk/PowerGrotesk-Bold.woff2") format("woff2"),
    url("https://4835142.fs1.hubspotusercontent-na1.net/hubfs/4835142/raw_assets/public/botify_landing/botify_landing/fonts/power-grotesk/PowerGrotesk-Bold.woff") format("woff"),
    url("https://4835142.fs1.hubspotusercontent-na1.net/hubfs/4835142/raw_assets/public/botify_landing/botify_landing/fonts/power-grotesk/PowerGrotesk-Bold.ttf") format("truetype"),
    url("https://4835142.fs1.hubspotusercontent-na1.net/hubfs/4835142/raw_assets/public/botify_landing/botify_landing/fonts/power-grotesk/PowerGrotesk-Bold.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

/* Power Grotesk - Heavy (900) */
@font-face {
  font-family: "Power-grotesk";
  src:
    url("https://4835142.fs1.hubspotusercontent-na1.net/hubfs/4835142/raw_assets/public/botify_landing/botify_landing/fonts/power-grotesk/PowerGrotesk-Heavy.woff2") format("woff2"),
    url("https://4835142.fs1.hubspotusercontent-na1.net/hubfs/4835142/raw_assets/public/botify_landing/botify_landing/fonts/power-grotesk/PowerGrotesk-Heavy.woff") format("woff"),
    url("https://4835142.fs1.hubspotusercontent-na1.net/hubfs/4835142/raw_assets/public/botify_landing/botify_landing/fonts/power-grotesk/PowerGrotesk-Heavy.ttf") format("truetype"),
    url("https://4835142.fs1.hubspotusercontent-na1.net/hubfs/4835142/raw_assets/public/botify_landing/botify_landing/fonts/power-grotesk/PowerGrotesk-Heavy.otf") format("opentype");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}
@font-face{font-family:botify;src:url("https://4835142.fs1.hubspotusercontent-na1.net/hubfs/4835142/raw_assets/public/botify_landing/botify_landing/fonts/icons/botify.eot");src:url("https://4835142.fs1.hubspotusercontent-na1.net/hubfs/4835142/raw_assets/public/botify_landing/botify_landing/fonts/icons/botify.eot#iefix") format("eot"),url("https://4835142.fs1.hubspotusercontent-na1.net/hubfs/4835142/raw_assets/public/botify_landing/botify_landing/fonts/icons/botify.woff2") format("woff2"),url("https://4835142.fs1.hubspotusercontent-na1.net/hubfs/4835142/raw_assets/public/botify_landing/botify_landing/fonts/icons/botify.woff") format("woff"),url("https://4835142.fs1.hubspotusercontent-na1.net/hubfs/4835142/raw_assets/public/botify_landing/botify_landing/fonts/icons/botify.ttf") format("truetype"),url("https://4835142.fs1.hubspotusercontent-na1.net/hubfs/4835142/raw_assets/public/botify_landing/botify_landing/fonts/icons/botify.svg#botify") format("svg");font-display:swap}.icon-X:before,.icon-arrow-left:before,.icon-arrow-right:before,.icon-botify:before,.icon-burger:before,.icon-camera:before,.icon-clock-outline:before,.icon-clock:before,.icon-close:before,.icon-fork-knife:before,.icon-mail:before,.icon-pin:before,.icon-play:before,.icon-quote:before,.icon-test:before,.icon-ticket:before,.icon-time:before,.icon-twitter:before,.icon-youtube:before{font-family:botify,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-style:normal;font-variant:normal;font-weight:400;text-decoration:none;text-transform:none}.icon-X:before{content:"\e001"}.icon-arrow-left:before{content:"\e002"}.icon-arrow-right:before{content:"\e003"}.icon-botify:before{content:"\e004"}.icon-burger:before{content:"\e005"}.icon-camera:before{content:"\e006"}.icon-clock-outline:before{content:"\e007"}.icon-clock:before{content:"\e008"}.icon-close:before{content:"\e009"}.icon-fork-knife:before{content:"\e00a"}.icon-mail:before{content:"\e00b"}.icon-pin:before{content:"\e00c"}.icon-play:before{content:"\e00d"}.icon-quote:before{content:"\e00e"}.icon-test:before{content:"\e00f"}.icon-ticket:before{content:"\e010"}.icon-time:before{content:"\e011"}.icon-twitter:before{content:"\e012"}.icon-youtube:before{content:"\e013"}

/* Generic
Generic, page-level rules (resets, box-sizing, etc.)
*/
/* ---- Variables ---- */
:root {
  --primary-color: #A973FF;
  --secondary-color: #201B31;
  --secondary-color-20: rgba(49, 42, 76, 0.20);
  --secondary-color-30: rgba(49, 42, 76, 0.30);
  --white-color: rgba(255, 255, 255);
  --white-color-20: rgba(255, 255, 255, 0.20);
  --white-color-16: rgba(255, 255, 255, 0.16);
  --white-color-10: rgba(255, 255, 255, 0.10);
  --white-color-30: rgba(255, 255, 255, 0.30);
  --white-color-40: rgba(255, 255, 255, 0.40);
  --white-color-50: rgba(255, 255, 255, 0.50);
  --white-color-55: rgba(255, 255, 255, 0.55);
  --white-color-60: rgba(255, 255, 255, 0.60);
  --white-color-12: rgba(255, 255, 255, 0.12);
  --white-color-09: rgba(255, 255, 255, 0.09);
  --white-color-04: rgba(255, 255, 255, 0.04);
  --white-color-01: rgba(255, 255, 255, 0.01);
  --black-color: rgba(0, 0, 0);
  --black-color-07: rgba(0, 0, 0, 0.07);
  --black-color-30: rgba(0, 0, 0, 0.30);
  --black-color-90: rgba(0, 0, 0, 0.90);
  --black-color-60: rgba(0, 0, 0, 0.60);
  --black-color-05: rgba(0, 0, 0, 0.05);
  
  --black-color-10-bis: rgba(0, 0, 0, 0.10);
  --black-color-03: rgba(0, 0, 0, 0.03);
  --black-color-10: #E5E5E5;
  --black-color-20: #CCCCCC;
  --black-alpha-color-04: rgba(199, 162, 255, 0.10);
  --black-alpha-color-02: rgba(199, 162, 255, 0.02);
  --black-beta-color-10: rgba(220, 199, 255, 0.10);
  --black-beta-color-30: rgba(220, 199, 255, 0.30);
  --midnight-800-color: #0B0A12;
  --midnight-800-color-10: rgba(11, 10, 18, 0.10);
  --midnight-800-color-30: rgba(11, 10, 18, 0.30);
  --midnight-800-color-04: rgba(11, 10, 18, 0.04);
  --purple-70-color: #c7a3ff;
  --purple-80-color: #EADEFF;
  --purple-90-color: #E9DDFF;
  --purple-200-color: #EFE7FF;
  --purple-200-color-30: rgba(239, 231, 255, 0.30);
  --purple-300-color: #DCC7FF;
  --purple-400-color: #C7A2FF;
  --purple-500-color: #A973FF;
  --purple-600-color: #915DE6;
  --purple-600-color-16: rgba(145, 93, 230, 0.16);
  --purple-600-color-05: rgba(145, 93, 230, 0.05);
  --purple-600-color-01: rgba(145, 93, 230, 0.01);
  --purple-700-color: #7A46CC;
  --purple-900-color: #522699;
  --purple-1000-color: #534580;
  --tertiary-color: #6C63FF;
  --tertiary-color-80: rgba(108, 99, 255, 0.80);
  --green-500-color: #99EB48;
  --midnight-600-color: #312A4C;
  --midnight-600-color-20: rgba(49, 42, 76, 0.20);
  --midnight-700-color: #201B31;
  --purple-600-color-04: rgba(82, 38, 153, 0.04);
  --purple-600-color-10: rgba(82, 38, 153, 0.10);
  --purple-600-color-90: rgba(82, 38, 153, 0.90);
  --light-gray-color: #4D495A;
  --light-gray-color-10: #4D495B;
  --light-gray-color-20: #C3C3C3;
  --light-gray-color-30: #BFB9CC;
  --light-gray-color-80: #8E8E8E;
  --gray-500-color-50: rgba(78, 78, 78, 0.50);
  --blue-400-color: #74D0FF;
  --orange-900-color: #A43E00;
  --primary-font: "Inter", "Roboto", sans-serif;
  --secondary-font: "Power-grotesk", "Inter", sans-serif;

  /* Project breakpoints (custom)
   * CSS does not allow var() inside @media — use the literal values in your media queries.
   * sm = 768px | md = 1024px | lg = 1270px
   * Example: @media (min-width: 768px) { ... }  @media (max-width: 767px) { ... }
   */
  --breakpoint-sm: 768px;
  --breakpoint-md: 1024px;
  --breakpoint-lg: 1270px;

  --container-max-width-sm: 1215px;
  --container-max-width-md: 1220px;
  --container-max-width-lg: 1230px;
  --gutter-y: 0;
}

.row {
  --gutter-x: 32px;
}
/* ---- General rules ---- */

html { 
    height: 100%; 
}

@media (max-width: 1279px) {
  html.overflow-menu {
    overflow: hidden;
  }
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    font-stretch: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.33;
    font-weight: 400;
    font-family: var(--primary-font);

    background: var(--secondary-color);
    color: var(--white-color);
    font-size: 16px !important;
}

@media (max-width: 1279px) {
  body.overflow-menu {
    overflow: hidden;
  }
}

main {
  position: relative;
  z-index: 1;
}

/* Title */
h1, h2, h3, h4, h5, h6 { 
  margin-top: 0 !important;
  line-height: 1.33;
  font-weight: 300;
  font-family: var(--secondary-font);
}

b, strong {
  font-weight: 600;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}

/* Image */
img { max-width: 100%; }

/* Link */
a {
  outline: none;
  transition: 0.3s;
  text-decoration: none;
}
a.url {
  word-break: break-all;
}
a:hover,
a:focus {
  text-decoration: underline;
}
a:focus,
a:focus-visible {
  outline: auto;
}

/* Paragraph */
p {
  word-wrap: break-word;
  &:last-child { margin-bottom: 0;}
}

/* Selection Text */
::-moz-selection { color: var(--white-color); background: var(--primary-color); }
::selection { color: var(--white-color); background: var(--primary-color); }

/* Accessibility Link content */
.accessibility-content-link {
  background: var(--primary-color);
  color: var(--white-color);
  font-size: 22px;
  display: block;
  font-weight: 300;
  text-align: center;
  padding: 24px 20px;
  position: relative;
  z-index: 2;
}

@media (max-width: 1023px) {
  .accessibility-content-link {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .accessibility-content-link {
    font-size: 16px;
    padding: 15px;
  }
}

.accessibility-content-link:hover,
.accessibility-content-link:focus {
  color: var(--white-color);
}
/* ---- CMS ---- */
/* Content */
.cms-content {
  line-height: 1.5;
}

.cms-content h1, 
.cms-content h2, 
.cms-content h3, 
.cms-content h4, 
.cms-content h5 {
  /* Remove margin-bottom if last child */
}
.cms-content h1:last-child,
.cms-content h2:last-child,
.cms-content h3:last-child,
.cms-content h4:last-child,
.cms-content h5:last-child {
  margin-bottom: 0;
}

/* Title */
.cms-content h1,
.cms-content h2 {
  font-size: 72px;
  margin-bottom: 24px;
  line-height: 1.24;
}
@media (max-width: 1023px) {
  .cms-content h1,
  .cms-content h2 {
    font-size: 54px;
    margin-bottom: 22px;
    line-height: 1.36;
  }
}

.cms-content h3 {
  font-size: 54px;
  margin-bottom: 24px;
  line-height: 1.42;
}
@media (max-width: 1023px) {
  .cms-content h3 {
    font-size: 36px;
    margin-bottom: 16px;
    line-height: 1.48;
  }
}

.cms-content h4 {
  font-size: 36px;
  margin-bottom: 24px;
  font-weight: 400;
}
@media (max-width: 1023px) {
  .cms-content h4 {
    font-size: 24px;
    margin-bottom: 16px;
  }
}

.cms-content h5 {
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: 400;
}
@media (max-width: 1023px) {
  .cms-content h5 {
    font-size: 21px;
    margin-bottom: 10px;
  }
}

.cms-content h6 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 400;
}
@media (max-width: 1023px) {
  .cms-content h6 {
    font-size: 18px;
  }
}

.cms-content p,
.cms-content ul,
.cms-content ol,
.cms-content table,
.cms-content blockquote,
.cms-content q,
.cms-content .table-responsive {
}
.cms-content p + h1, 
.cms-content p + h2, 
.cms-content p + h3,
.cms-content ul + h1, 
.cms-content ul + h2, 
.cms-content ul + h3,
.cms-content ol + h1, 
.cms-content ol + h2, 
.cms-content ol + h3,
.cms-content table + h1, 
.cms-content table + h2, 
.cms-content table + h3,
.cms-content blockquote + h1, 
.cms-content blockquote + h2, 
.cms-content blockquote + h3,
.cms-content q + h1, 
.cms-content q + h2, 
.cms-content q + h3,
.cms-content .table-responsive + h1,
.cms-content .table-responsive + h2,
.cms-content .table-responsive + h3 {
  margin-top: 35px;
}
@media (max-width: 1279px) {
  .cms-content p + h1, 
  .cms-content p + h2, 
  .cms-content p + h3,
  .cms-content ul + h1, 
  .cms-content ul + h2, 
  .cms-content ul + h3,
  .cms-content ol + h1, 
  .cms-content ol + h2, 
  .cms-content ol + h3,
  .cms-content table + h1, 
  .cms-content table + h2, 
  .cms-content table + h3,
  .cms-content blockquote + h1, 
  .cms-content blockquote + h2, 
  .cms-content blockquote + h3,
  .cms-content q + h1, 
  .cms-content q + h2, 
  .cms-content q + h3,
  .cms-content .table-responsive + h1,
  .cms-content .table-responsive + h2,
  .cms-content .table-responsive + h3 {
    margin-top: 30px;
  }
}

.cms-content b,
.cms-content strong {
  font-weight: 700;
}

.cms-content p {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .cms-content p {
    margin-bottom: 24px;
  }
}
.cms-content p:last-child {
  margin-bottom: 0;
}

/* Img */
.cms-content img {
  margin-bottom: 24px;
  border-radius: 24px;
  height: auto !important;
}
@media (max-width: 767px) {
  .cms-content img {
    margin-bottom: 24px;
  }
}
.cms-content img:last-child {
  margin-bottom: 0;
}
.cms-content img.align-center {
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 24px;
}
.cms-content img.align-left {
  margin-bottom: 24px;
  margin-right: 24px;
}
@media (max-width: 767px) {
  .cms-content img.align-left {
    margin-right: 0;
  }
}
.cms-content img.align-right {
  margin-bottom: 24px;
  margin-left: 24px;
}
@media (max-width: 767px) {
  .cms-content img.align-right {
    margin-left: 0;
  }
}

/* List */
.cms-content ol {
  padding-left: 48px;
  margin-bottom: 24px;
  list-style: none;
  counter-reset: list;
  text-align: left;
}
@media (max-width: 767px) {
  .cms-content ol {
    margin-bottom: 24px;
  }
}
.cms-content ol:last-child {
  margin-bottom: 0;
}
.cms-content ol > li {
  counter-increment: list;
  position: relative;
}
.cms-content ol > li + li {
  margin-top: 16px;
}

.cms-content hr {
  border: none;
  border-top: 1px solid var(--primary-color);
  margin: 30px 0;
  height: 0;
}

.cms-content ol > li:before {
  content: counter(list);
  display: block;
  font-size: 16px;
  font-weight: 500;
  position: absolute;
  left: -48px;
  top: 0;
  width: 32px;
  height: 32px;
  line-height: 32px;
  background:var(--primary-color);
  color: var(--white-color);
  border-radius: 50%;
  text-align: center;
}

.cms-content ul {
  padding-left: 0px;
  margin-bottom: 24px;
  list-style: none;
}
@media (max-width: 767px) {
  .cms-content ul {
    margin-bottom: 24px;
  }
}
.cms-content ul:last-child {
  margin-bottom: 0;
}
.cms-content ul > li {
  position: relative;
  padding-left: 40px;
  text-align: left;
}
.cms-content ul > li:before {
  content:"";
  display: block;
  width: 8px;
  height: 8px;
  background: var(--primary-color);
  border-radius: 50%;
  position: absolute;
  left: 8px;
  top: 12px;
}
.cms-content ul > li + li {
  margin-top: 16px;
}

/* Quote */
.cms-content blockquote,
.cms-content q {
  margin-bottom: 24px;
  font-weight: 300;
  font-family: var(--secondary-font);
  font-size: 24px;
  padding-left: 64px;
  position: relative;
  line-height: 1.33;
  display: block;
  text-align: left;
  color: var(--purple-200-color);
  margin-top: 50px;
}

.light-mode .cms-content blockquote,
.light-mode .cms-content q {
  color: var(--midnight-800-color);
}

@media (max-width: 767px) {
  .cms-content blockquote,
  .cms-content q {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
.cms-content blockquote:last-child,
.cms-content q:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cms-content blockquote,
  .cms-content q {
    font-size: 21px;
    padding-left: 0;
    margin-top: 30px;
  }
}
.cms-content blockquote:before,
.cms-content q:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 36.386px;
  height: 30px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzciIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzNyAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE5Ljc1MjUgMTQuNDA1OUMxOS43NTI1IDMuNzEyODggMjMuMTY4MyAwIDM0LjAwOTkgMEgzNi4zODYxVjYuMDg5MTFIMzQuMDA5OUMyNy40NzUyIDYuMDg5MTEgMjUuOTkwMSA5Ljk1MDUgMjUuOTkwMSAxNC40MDU5SDM2LjM4NjFWMzBIMTkuNzUyNVYxNC40MDU5Wk0wIDMwVjE0LjQwNTlDMCAzLjcxMjg4IDMuNDE1ODQgMCAxNC4yNTc0IDBIMTYuNjMzN1Y2LjA4OTExSDE0LjI1NzRDNy41NzQyNSA2LjA4OTExIDYuMjM3NjIgOS45NTA1IDYuMjM3NjIgMTQuNDA1OUgxNi42MzM3VjMwSDBaIiBmaWxsPSIjOTlFQjQ4Ii8+Cjwvc3ZnPgo=);
}
@media (max-width: 767px) {
  .cms-content blockquote:before,
  .cms-content q:before {
    position: static;
    margin-bottom: 25px;
    width: 30px;
    height: 24px;
  }
}

/* Link */
.cms-content a:not(.btn) {
  word-wrap: break-word !important;
  word-break: break-word !important;
  color: var(--primary-color);
  text-decoration: none;
}

.cms-content a:not(.btn):hover,
.cms-content a:not(.btn):focus {
  text-decoration: underline;
}

@media screen and (min-width:0\0) {
  .cms-content a:not(.btn) {
    word-break: break-all;
  }
}

/* Button */
.cms-content .btn {
  text-decoration: none;
}

/* Table */
.cms-content .table-responsive {
  margin-bottom: 24px;
  border: 1px solid var(--white-color-10);
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cms-content .table-responsive {
    margin-bottom: 24px;
  }
}
.cms-content .table-responsive:last-child {
  margin-bottom: 0;
}
@media (max-width: 1279px) {
  .cms-content .table-responsive {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    display: block;
    transform: translate(0px, 0px)!important;
    -ms-overflow-style: none;
  }
  .cms-content .table-responsive::-webkit-scrollbar {
    opacity: 0;
    display: none;
  }
}
.cms-content .table-responsive table {
  margin-bottom: 0;
  width: 100%;
  min-width: 720px;
  border-collapse: separate;
  border-spacing: 0;
}
.cms-content .table-responsive table th {
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 600;
}
.cms-content .table-responsive table tbody tr td {
  color: var(--white-color);
}
.cms-content .table-responsive table tbody tr:last-child td {
  border-bottom: 0;
}
.cms-content .table-responsive:last-child table {
  margin-bottom: 0;
}

.cms-content table {
  border: 0;
}

.cms-content table th,
.cms-content table td {
  background: var(--secondary-color-30);
  padding: 6px 16px;
  border-bottom: 1px solid var(--white-color-10);
  text-align: left;
  vertical-align: top;
}

.cms-content table td {
  font-size: 16px;
  font-weight: 400;
}

.cms-content table thead tr:last-child th {
  border-bottom: 1px solid var(--white-color-10);
}

.cms-content table tr:last-child td {
  border-bottom: 0;
}

.light-mode .cms-content table thead tr:last-child th, .light-mode .cms-content table td {
  background: var(--midnight-800-color-04);
  border-bottom: 1px solid var(--midnight-800-color-10);
}

.light-mode .cms-content .table-responsive table tbody tr td {
  color: var(--midnight-800-color);
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/
/* ---- Grid (Objects layer) ---- */
/* Uses project breakpoints: sm 768px, md 1024px, lg 1270px — see generic/_variables.css */

/* Layer 1: Row (flex wrapper, gutters) */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(var(--gutter-x, 32px) / -2);
  margin-right: calc(var(--gutter-x, 32px) / -2);
  margin-top: calc(var(--gutter-y, 0) / -2);
  margin-bottom: calc(var(--gutter-y, 0) / -2);
}

/* Layer 2: Base column (flex child, padding = half gutter) */
.col,
[class*="col-"] {
  box-sizing: border-box;
  padding-left: calc(var(--gutter-x, 32px) / 2);
  padding-right: calc(var(--gutter-x, 32px) / 2);
  padding-top: calc(var(--gutter-y, 0) / 2);
  padding-bottom: calc(var(--gutter-y, 0) / 2);
}

.col {
  flex: 0 0 auto;
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}

/* Layer 3: Fixed column widths (1–12, all viewports) */
.col-1 { flex: 0 0 8.333333%; max-width: 8.333333%; }
.col-2 { flex: 0 0 16.666667%; max-width: 16.666667%; }
.col-3 { flex: 0 0 25%; max-width: 25%; }
.col-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
.col-5 { flex: 0 0 41.666667%; max-width: 41.666667%; }
.col-6 { flex: 0 0 50%; max-width: 50%; }
.col-7 { flex: 0 0 58.333333%; max-width: 58.333333%; }
.col-8 { flex: 0 0 66.666667%; max-width: 66.666667%; }
.col-9 { flex: 0 0 75%; max-width: 75%; }
.col-10 { flex: 0 0 83.333333%; max-width: 83.333333%; }
.col-11 { flex: 0 0 91.666667%; max-width: 91.666667%; }
.col-12 { flex: 0 0 100%; max-width: 100%; }

/* Layer 4: Responsive — sm (≥ 768px) */
@media (min-width: 768px) {
  .col-sm-1 { flex: 0 0 8.333333%; max-width: 8.333333%; }
  .col-sm-2 { flex: 0 0 16.666667%; max-width: 16.666667%; }
  .col-sm-3 { flex: 0 0 25%; max-width: 25%; }
  .col-sm-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
  .col-sm-5 { flex: 0 0 41.666667%; max-width: 41.666667%; }
  .col-sm-6 { flex: 0 0 50%; max-width: 50%; }
  .col-sm-7 { flex: 0 0 58.333333%; max-width: 58.333333%; }
  .col-sm-8 { flex: 0 0 66.666667%; max-width: 66.666667%; }
  .col-sm-9 { flex: 0 0 75%; max-width: 75%; }
  .col-sm-10 { flex: 0 0 83.333333%; max-width: 83.333333%; }
  .col-sm-11 { flex: 0 0 91.666667%; max-width: 91.666667%; }
  .col-sm-12 { flex: 0 0 100%; max-width: 100%; }
}

/* Layer 5: Responsive — md (≥ 1024px) */
@media (min-width: 1024px) {
  .col-md-1 { flex: 0 0 8.333333%; max-width: 8.333333%; }
  .col-md-2 { flex: 0 0 16.666667%; max-width: 16.666667%; }
  .col-md-3 { flex: 0 0 25%; max-width: 25%; }
  .col-md-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
  .col-md-5 { flex: 0 0 41.666667%; max-width: 41.666667%; }
  .col-md-6 { flex: 0 0 50%; max-width: 50%; }
  .col-md-7 { flex: 0 0 58.333333%; max-width: 58.333333%; }
  .col-md-8 { flex: 0 0 66.666667%; max-width: 66.666667%; }
  .col-md-9 { flex: 0 0 75%; max-width: 75%; }
  .col-md-10 { flex: 0 0 83.333333%; max-width: 83.333333%; }
  .col-md-11 { flex: 0 0 91.666667%; max-width: 91.666667%; }
  .col-md-12 { flex: 0 0 100%; max-width: 100%; }
}

/* Layer 6: Responsive — lg (≥ 1270px) */
@media (min-width: 1270px) {
  .col-lg-1 { flex: 0 0 8.333333%; max-width: 8.333333%; }
  .col-lg-2 { flex: 0 0 16.666667%; max-width: 16.666667%; }
  .col-lg-3 { flex: 0 0 25%; max-width: 25%; }
  .col-lg-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
  .col-lg-5 { flex: 0 0 41.666667%; max-width: 41.666667%; }
  .col-lg-6 { flex: 0 0 50%; max-width: 50%; }
  .col-lg-7 { flex: 0 0 58.333333%; max-width: 58.333333%; }
  .col-lg-8 { flex: 0 0 66.666667%; max-width: 66.666667%; }
  .col-lg-9 { flex: 0 0 75%; max-width: 75%; }
  .col-lg-10 { flex: 0 0 83.333333%; max-width: 83.333333%; }
  .col-lg-11 { flex: 0 0 91.666667%; max-width: 91.666667%; }
  .col-lg-12 { flex: 0 0 100%; max-width: 100%; }
}
/* ---- Containers ---- */

/* Container */
.container {
  max-width: 1332px; width: 100%; margin: 0 auto; padding: 0 20px;
}
/* Default section */

.default-147-section {
    padding: 147px 0;
}
  
.default-100-section {
    padding: 100px 0;
}
  
.default-80-section, .default-section {
    padding: 80px 0;
}

.default-60-section {
    padding: 60px 0;
}

.video-container-section {
    padding-top: 114px;
}
  
/* .dnd-section+.dnd-section .default-section {
    padding-top: 0;
} */

/* DND section */
.dnd-section, .content-wrapper--vertical-spacing,.container-fluid, .row-fluid .row-fluid-wrapper, .dnd-section > .row-fluid{      
    padding: 0 !important; max-width: 100% !important;
}



/* MD */
@media (max-width: 1279px) {
    /* Default section */
    .default-80-section, .default-section {
        padding: 40px 0;
    }

    .default-100-section {
        padding: 64px 0;
    }

    .default-147-section {
        padding: 105px 0;
    }

    .video-container-section {
        padding-top: 40px;
    }

    .default-60-section {
        padding: 40px 0;
    }
}

/* First and last section */
.first-section {
    background: linear-gradient(180deg,  var(--midnight-800-color) 0%, var(--midnight-700-color) 100%); 
    padding-top: calc(114px + 60px);
}

.last-section { 
    background: linear-gradient(180deg, var(--secondary-color) 0%, var(--midnight-800-color) 100%), var(--secondary-color);
}

section.light-mode {
    background-color: var(--purple-200-color);
    color: var(--midnight-800-color);
}

section.light-mode.first-section {
    background: linear-gradient(180deg, var(--white-color) 0%, var(--purple-200-color) 100%);
}

section.light-mode.last-section {
    background: linear-gradient(180deg, var(--purple-200-color) 0%, var(--white-color) 100%), var(--secondary-color);    
}

/* MD */
@media (max-width: 1279px) {
    .first-section {
        padding-top: calc(93px + 32px);
    }
}
/* Default title */

.default-title {
    --default-title-font-size-base: 72px;
    --default-title-line-height-base: 1.1;
    --default-title-size-scale: 1;
    font-size: calc(var(--default-title-font-size-base) * var(--default-title-size-scale));
    line-height: calc(var(--default-title-line-height-base) * var(--default-title-size-scale));
    margin-bottom: 40px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-10:last-child {
    margin-bottom: 0;
}

.mb-16 {
    margin-bottom: 16px;
}

.mb-16:last-child {
    margin-bottom: 0;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-20:last-child {
    margin-bottom: 0;
}

.mb-32 {
    margin-bottom: 32px;
}

.mb-32:last-child {
    margin-bottom: 0;  
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-40:last-child {
    margin-bottom: 0;
}

.mb-63 {
    margin-bottom: 63px;
}

.mb-63:last-child {
    margin-bottom: 0;
}

/* .secondary-title strong {
    color: var(--primary-color);
    font-weight: inherit;
}

.green-title strong {
    color: var(--green-500-color);
    font-weight: inherit;
} */

.dot-title i {
    width: 26.5px; height: 26.5px; border-radius: 50%; background: var(--primary-color); display: inline-flex; margin-right: 10px; align-items: center; 
    color: var(--white-color);
    justify-content: center; font-size: 13px; position: relative; z-index: 1; top: -3px; pointer-events: none;
}

/* XS */
@media (max-width: 767px) {
    .default-title {
        --default-title-font-size-base: 54px;
    }
}
/* Default tag */

.default-tag {
    border-radius: 12px; border: 1px solid var(--white-color-04); background: var(--secondary-color-30); backdrop-filter: blur(7px); display: inline-block; padding: 10px 16px; width: fit-content;
}

.default-xs-tag {
    padding: 2px 12px;
    font-weight: 700;
    border-radius: 8px;
    border: 1px solid var(--white-color-10);
    background: var(--midnight-600-color);
}

.default-tag i {
    margin-right: 8px; vertical-align: middle; display: inline-block; color: var(--green-500-color); line-height: 1;
}

.default-xs-tag i {
    margin-right: 12px;
    font-size: 13px;
}

.default-xs-tag .ph-fill {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    font-size: 16px;
    margin-right: 7px;
    margin-top: -2px;
}

.light-mode .default-tag {
    border: 1px solid var(--midnight-800-color-10);
    background: var(--midnight-800-color-04);
}

.light-mode .default-tag i { 
    color: var(--purple-500-color);
}
/* ---- Buttons ---- */

.btn, .hs-button {
  border: 0;
  border-radius: 100px;
  font-weight: 700;
  font-size: 18px;
  min-height: 50px;
  text-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  text-decoration: none;
  white-space: normal;
  padding: 12px 20px;
  background-image: none;
  box-shadow: none;
  transition: 0.3s;
  background: transparent;
}
.btn:focus, .hs-button:focus {
  box-shadow: none;
  text-decoration: none;
}
.btn:active, .hs-button:active,
.btn:active:focus,
.btn:focus-visible,
.hs-button:active:focus,
.hs-button:focus-visible {
  outline: none;
  box-shadow: none;
  text-decoration: none;
}
.btn:hover, .hs-button:hover {
  text-decoration: none;
}
.btn:focus-visible, .hs-button:focus-visible {
  outline: auto !important;
}

.btn-full {
  width: 100%;
}

.btn-lg {
  padding: 15px 25px;
}

.btn-sm {
  padding: 5px 9px;
  min-height: 30px;
}

@media (max-width: 576px) {
  .btn-xs-full {
    width: 100%;
  }
}

.btn[disabled] {
  pointer-events: none;
  opacity: 0.5;
}

.btn-icon {
  position: relative;
  padding-left: 45px;
}
.btn-icon::before {
  /* Ajoutez ici le code pour placer une icône si nécessaire */
  font-size: 18px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}

.btn-link {
  min-height: initial;
  padding: 0;
  color: var(--secondary-color);
  border-radius: 0;
  border: 0;
}

.btn-arrow-right-link {
  position: relative;
  padding-right: 56px;
  min-height: 44px;
  display: flex;
  width: fit-content;
  align-items: center;
}
.btn-arrow-right-link::after {
  content: ""; /* Remplacez par l'icône si besoin, ex: url() */
  width: 44px;
  height: 44px;
  line-height: 42px;
  text-align: center;
  background: var(--white-color) !important;
  border-radius: 50%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.3s;
}
.btn-arrow-right-link:focus::after,
.btn-arrow-right-link:hover::after {
  background: var(--black-color) !important;
  color: var(--white-color);
}

.btn-menu {
  display: none;
  width: 45px;
  height: 45px;
  position: relative;
  float: right;
  color: var(--white-color);
  font-size: 24px;
}
.btn-menu:hover,
.btn-menu:focus {
  color: var(--white-color);
}
.btn-menu:active,
.btn-menu:active:focus,
.btn-menu:focus-visible {
  color: var(--white-color);
}

.btn-menu .icon-close {
  display: none;
}

.btn-menu.active-elt .icon-burger {
  display: none;
}
.btn-menu.active-elt .icon-close {
  display: block;
}

.light-mode .btn-menu {
  color: var(--purple-900-color);
}

.light-mode .btn-menu:hover,
.light-mode .btn-menu:focus,
.light-mode .btn-menu:active,
.light-mode .btn-menu:active:focus,
.light-mode .btn-menu:focus-visible {
  color: var(--purple-900-color);
}

@media (max-width: 1279px) {
  .btn-menu {
    display: block;
  }
}

.btn-primary, .hs-button.primary {
  color: var(--midnight-800-color);
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
}
.btn-primary:focus, .hs-button.primary:focus,
.btn-primary:hover, .hs-button.primary:hover,
.btn-primary:active:focus, .hs-button.primary:active:focus,
.btn-primary:focus-visible, .hs-button.primary:focus-visible {
  background: var(--purple-70-color);
  color: var(--midnight-800-color);
  border-color: var(--purple-70-color);
}

.btn-primary-white {
  color: var(--midnight-800-color);
  background-color: var(--white-color);
  border: 1px solid var(--white-color);
}

.btn-primary-white:focus,
.btn-primary-white:hover,
.btn-primary-white:focus-visible {
  background: var(--black-color-10);
  color: var(--midnight-800-color);
  border-color: var(--black-color-10);
}


.btn-primary-white:active:focus,
.btn-primary-white:active {
  background: var(--black-color-20);
  color: var(--midnight-800-color);
  border-color: var(--black-color-20);
}

.btn-outline-primary {
  color: var(--secondary-color);
  background-color: transparent;
  border: 1px solid var(--secondary-color);
}
.btn-outline-primary:focus,
.btn-outline-primary:hover,
.btn-outline-primary:active:focus,
.btn-outline-primary:focus-visible {
  background: var(--secondary-color);
  color: var(--white-color);
}

.btn-secondary {
  color: var(--black-color);
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
}
.btn-secondary:focus,
.btn-secondary:hover,
.btn-secondary:active:focus,
.btn-secondary:focus-visible {
  background: transparent;
  color: var(--white-color);
}

.btn-outline-secondary {
  color: var(--primary-color);
  background-color: transparent;
  border: 1px solid var(--primary-color);
}
.btn-outline-secondary:focus,
.btn-outline-secondary:hover,
.btn-outline-secondary:active:focus,
.btn-outline-secondary:focus-visible {
  background: var(--primary-color);
  color: var(--white-color);
}

.btn-tertiary {
  color: var(--white-color);
  background-color: var(--tertiary-color);
  /* Remplacez par la couleur tertiaire du projet si définie */
}
.btn-tertiary:focus,
.btn-tertiary:hover,
.btn-tertiary:active:focus,
.btn-tertiary:focus-visible {
  background-color: var(--tertiary-color-80);
  border-color: var(--tertiary-color-80);
}

.btn-outline-tertiary {
  color: var(--tertiary-color);
  background-color: transparent;
  border: 1px solid var(--tertiary-color);
}
.btn-outline-tertiary:focus,
.btn-outline-tertiary:hover,
.btn-outline-tertiary:active:focus,
.btn-outline-tertiary:focus-visible {
  background: var(--tertiary-color);
  color: var(--white-color);
}

.btn-custom-colors {
  color: var(--btn-custom-text) !important;
  background-color: var(--btn-custom-bg) !important;
  border-color: var(--btn-custom-border, var(--btn-custom-bg)) !important;
}

.btn-custom-colors:focus,
.btn-custom-colors:hover,
.btn-custom-colors:active:focus,
.btn-custom-colors:focus-visible {
  color: var(--btn-custom-text) !important;
  background-color: var(--btn-custom-bg-hover) !important;
  border-color: var(--btn-custom-border-hover, var(--btn-custom-bg-hover)) !important;
}
/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.lity {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    background: var(--midnight-800-color);
    background: var(--black-color-90);
    outline: none !important;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .lity.lity-opened {
    opacity: 1;
  }
  .lity.lity-closed {
    opacity: 0;
  }
  .lity * {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .lity-wrap {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    outline: none !important;
  }
  .lity-wrap:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
  }
  .lity-loader {
    z-index: 9991;
    color: var(--white-color);
    position: absolute;
    top: 50%;
    margin-top: -0.8em;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-family: var(--primary-font);
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .lity-loading .lity-loader {
    opacity: 1;
  }
  .lity-container {
    z-index: 9992;
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    white-space: normal;
    max-width: 100%;
    max-height: 100%;
    outline: none !important;
  }
  .lity-content {
    z-index: 9993;
    width: 100%;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: -o-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
  }
  .lity-loading .lity-content,
  .lity-closed .lity-content {
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
         -o-transform: scale(0.8);
            transform: scale(0.8);
  }
  .lity-content:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px var(--black-color-60);
            box-shadow: 0 0 8px var(--black-color-60);
  }
  .lity-close {
    z-index: 9994;
    width: 60px;
    height: 60px;
    position: fixed;
    right: 30px;
    top: 30px;
    border-radius: 50%;
    -webkit-appearance: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    padding: 0;
    font-family: var(--primary-font);
    color: var(--black-color);
    font-style: normal;
    font-size: 0;
    line-height: 60px;
    border: 0;
    background: var(--white-color);
    -webkit-box-shadow: none;
    box-shadow: none;
    transition: background 0.3s, color 0.3s;
    outline: none;
  }
  .lity-close:before {
    /* Supposons que la croix de fermeture soit un caractère ou une icône, sinon laissez vide ou ajoutez le code */
    content: "\00d7"; /* croix unicode */
    font-size: 35px;
    color: var(--black-color);
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
  }
  @media (max-width: 1023px) {
    .lity-close {
      right: 20px;
      top: 20px;
    }
  }
  .lity-close:focus,
  .lity-close:hover,
  .lity-close:active:focus,
  .lity-close:focus-visible {
    background: var(--black-color-20) !important;
    color: var(--midnight-800-color) !important;
    border-color: var(--black-color-20) !important;
  }
  .lity-close:hover,
  .lity-close:active:focus {
    outline: none;
  }
  .lity-close::-moz-focus-inner {
    border: 0;
    padding: 0;
  }
  .lity-close:hover,
  .lity-close:focus,
  .lity-close:active,
  .lity-close:visited {
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: var(--white-color);
    font-style: normal;
    font-size: 0;
    font-family: var(--primary-font);
    line-height: 60px;
    border: 0;
    background: none;
    
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .lity-close:hover,
  .lity-close:active,
  .lity-close:visited {
    outline: none;
  }
  /* Image */
  .lity-image img {
    max-width: 100%;
    display: block;
    line-height: 0;
    border: 0;
  }
  /* iFrame */
  .lity-iframe .lity-container,
  .lity-youtube .lity-container,
  .lity-vimeo .lity-container,
  .lity-facebookvideo .lity-container,
  .lity-googlemaps .lity-container {
    width: 100%;
    max-width: 1140px;
  }
  .lity-iframe-container {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    overflow: auto;
    pointer-events: auto;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-overflow-scrolling: touch;
    border-radius: 24px;
    overflow: hidden;
  }
  .lity-iframe-container iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px var(--black-color-60);
            box-shadow: 0 0 8px var(--black-color-60);
    background: var(--black-color);
  }
  .lity-hide {
    display: none;
  }
/* --- Forms --- */
.hs-recaptcha {
    width: 0px !important;
    height: 0px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.form-columns-1,.form-columns-2, .form-columns-3, .form-columns-4, .form-columns-5, .form-columns-6, .form-columns-7, .form-columns-8, .form-columns-9, .form-columns-10, .form-columns-11, .form-columns-12 {
  display: flex;
  margin: 0 -16px !important;
  flex-wrap: wrap;
  max-width: calc(100% + 32px) !important;
  width: calc(100% + 32px) !important;
  margin-bottom: -30px;
}

.hs-form-field {
  padding: 0 16px;
  padding-bottom: 30px;
  width: 100%;
}

.form-columns-1 .hs-richtext,
.form-columns-2 .hs-richtext,
.form-columns-3 .hs-richtext,
.form-columns-4 .hs-richtext,
.form-columns-5 .hs-richtext,
.form-columns-6 .hs-richtext,
.form-columns-7 .hs-richtext,
.form-columns-8 .hs-richtext,
.form-columns-9 .hs-richtext,
.form-columns-10 .hs-richtext,
.form-columns-11 .hs-richtext,
.form-columns-12 .hs-richtext {
  padding: 0 16px;
}

.hs-dependent-field {
  width: 100%;
}

.input {
    margin-right: 0 !important;
}

.form-columns-2 .hs-form-field {
  max-width: 50%;
  flex: 0 0 50%;
  width: 50%;
  float: none !important;
}

.form-columns-3 .hs-form-field {
  max-width: 33.333%;
  flex: 0 0 33.333%;
  width: 33.333%;
  float: none !important;
}

.form-columns-4 .hs-form-field {
  max-width: 25%;
  flex: 0 0 25%;
  width: 25%;
  float: none !important;
}

.form-columns-5 .hs-form-field {
  max-width: 20%;
  flex: 0 0 20%;
  width: 20%;
  float: none !important;
}

.form-columns-6 .hs-form-field {
  max-width: 16.666%;
  flex: 0 0 16.666%;
  width: 16.666%;
  float: none !important;
}

.hs-form-field label { 
  font-family: var(--primary-font);
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

.light-mode .hs-form-field label {
  color: var(--purple-900-color);
}

/* ---- Form Control ---- */
label { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

textarea.hs-input { min-height: 150px; padding-top: 15px;}

select.hs-input {
  position: relative;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEyIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xMC44MzU5IDAuODM0OTYxTDUuODM1OTQgNS44MzQ5NkwwLjgzNTkzOCAwLjgzNDk2MSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjY3IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==');
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 10px 5px;
  padding-right: 40px !important;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 16px;
  font-family: var(--primary-font);
  background-color: var(--white-color-04);
  transition: 0.3s;
}

select.hs-input:required:invalid {
  color: var(--white-color) !important;
  opacity: 0.5 !important;
}

.light-mode select.hs-input {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEyIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xMC44MzU5IDAuODM0OTYxTDUuODM1OTQgNS44MzQ5NkwwLjgzNTkzOCAwLjgzNDk2MSIgc3Ryb2tlPSIjNTIyNjk5IiBzdHJva2Utd2lkdGg9IjEuNjciIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K');
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 10px 5px;
}

.light-mode select.hs-input:required:invalid {
  color: var(--purple-600-color-90) !important;
  opacity: 0.9 !important;
}

select.hs-input:-moz-focusring {
  /* color: transparent; */
  text-shadow: 0 0 0;
}

select.hs-input:focus::-ms-value {
  background: var(--white-color-04);
  color: var(--white-color);
}
select.hs-input:required:invalid {
  color: var(--gray-500-color-50); /* fallback gray for invalid */
}
select.hs-input option:invalid {
  color: var(--gray-500-color-50);
}
select.hs-input option[selected][disabled] {
  display: none;
}
.light-mode select.hs-input {
  border: 1px solid var(--purple-600-color-10);
  background-color: var(--purple-600-color-04);
  color: var(--purple-900-color);
}
.light-mode select.hs-input:focus,
.light-mode select.hs-input:focus-visible {
  border-color: var(--purple-900-color);
}

.hs_error_rollup {
  margin-bottom: 20px;
}

.hs-input:not([type="checkbox"],[type="radio"], .hs-fieldtype-intl-phone){
  height: 48px;
  box-shadow: none;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: var(--white-color);
  padding-left: 16px;
  padding-right: 16px;
  text-overflow: ellipsis;
  width: 100% !important;
  border-radius: 4px;
  border: 1px solid var(--white-color-10);
  background-color: var(--white-color-04);
  transition: 0.3s;
}

.hs-fieldtype-intl-phone.hs-input {
  width: 100% !important;
}

.hs-input[type="email"] { 
  background-image: none !important;
  padding-left: 48px !important;
}

.hs-input[type="file"] {
  padding-top: 10px;
}

.hs_email .input {
  position: relative;
}

.hs_email .input:before {
  content: "";
  position: absolute;
  left: 19px;
  top: 51%;
  width: 14px;
  height: 11px;
  transform: translateY(-50%);
  pointer-events: none;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxNiAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuODM1OTM4IDMuMTY5MjdMNi45NzMwNyA3LjI2MDY5QzcuNDk1NTggNy42MDkwMyA4LjE3NjI5IDcuNjA5MDMgOC42OTg4IDcuMjYwNjlMMTQuODM1OSAzLjE2OTI3TTIuMzkxNDkgMTEuNzI0OEgxMy4yODA0QzE0LjEzOTUgMTEuNzI0OCAxNC44MzU5IDExLjAyODQgMTQuODM1OSAxMC4xNjkzVjIuMzkxNDlDMTQuODM1OSAxLjUzMjM4IDE0LjEzOTUgMC44MzU5MzggMTMuMjgwNCAwLjgzNTkzOEgyLjM5MTQ5QzEuNTMyMzggMC44MzU5MzggMC44MzU5MzggMS41MzIzOCAwLjgzNTkzOCAyLjM5MTQ5VjEwLjE2OTNDMC44MzU5MzggMTEuMDI4NCAxLjUzMjM4IDExLjcyNDggMi4zOTE0OSAxMS43MjQ4WiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjY3IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==') !important;
  background-repeat: no-repeat;
  background-size: 14px 11px;
}

.light-mode .hs_email .input:before {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxNiAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuODM1OTM4IDMuMTY4MjlMNi45NzMwNyA3LjI1OTcyQzcuNDk1NTggNy42MDgwNiA4LjE3NjI5IDcuNjA4MDYgOC42OTg4IDcuMjU5NzJMMTQuODM1OSAzLjE2ODI5TTIuMzkxNDkgMTEuNzIzOEgxMy4yODA0QzE0LjEzOTUgMTEuNzIzOCAxNC44MzU5IDExLjAyNzQgMTQuODM1OSAxMC4xNjgzVjIuMzkwNTJDMTQuODM1OSAxLjUzMTQxIDE0LjEzOTUgMC44MzQ5NjEgMTMuMjgwNCAwLjgzNDk2MUgyLjM5MTQ5QzEuNTMyMzggMC44MzQ5NjEgMC44MzU5MzggMS41MzE0MSAwLjgzNTkzOCAyLjM5MDUyVjEwLjE2ODNDMC44MzU5MzggMTEuMDI3NCAxLjUzMjM4IDExLjcyMzggMi4zOTE0OSAxMS43MjM4WiIgc3Ryb2tlPSIjNTIyNjk5IiBzdHJva2Utd2lkdGg9IjEuNjciIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K') !important;
}

.light-mode .hs-input:not([type="checkbox"],[type="radio"], .hs-fieldtype-intl-phone) {
  border: 1px solid var(--purple-600-color-10);
  background-color: var(--purple-600-color-04);
  color: var(--purple-900-color);
}

.hs-input:focus {
  box-shadow: none;
  border-color: var(--purple-400-color);
  outline: none;
}

.light-mode .hs-input:focus {
  border-color: var(--purple-900-color);
}

.hs-input::-webkit-input-placeholder {
  color: var(--white-color);
  opacity: 0.5 !important;
}
.hs-input::-moz-placeholder {
  color: var(--white-color);
  opacity: 0.5 !important;
}
.hs-input:-ms-input-placeholder {
  color: var(--white-color);
  opacity: 0.5 !important;
}
.hs-input::placeholder {
  color: var(--white-color);
  opacity: 0.5 !important;
}

.light-mode .hs-input::-webkit-input-placeholder {
  color: var(--purple-600-color-90);
  opacity: 0.9 !important;
}
.light-mode .hs-input::-moz-placeholder {
  color: var(--purple-600-color-90);
  opacity: 0.9 !important;
}
.light-mode .hs-input:-ms-input-placeholder {
  color: var(--purple-600-color-90);
  opacity: 0.9 !important;
}
.light-mode .hs-input::placeholder {
  color: var(--purple-600-color-90);
  opacity: 0.9 !important;
}

/* Autofill */
.hs-input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px var(--white-color-04) inset !important;
  transition: background-color 5000s ease-in-out 0s;
  color: var(--white-color) !important;
  -webkit-text-fill-color: var(--white-color) !important;
  caret-color: var(--white-color);
}
.hs-input:-webkit-autofill:hover,
.hs-input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px var(--white-color-04) inset !important;
  transition: background-color 5000s ease-in-out 0s;
  color: var(--white-color) !important;
  -webkit-text-fill-color: var(--white-color) !important;
  caret-color: var(--white-color);
}

.light-mode .hs-input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px var(--purple-600-color-04) inset !important;
  color: var(--purple-900-color) !important;
  -webkit-text-fill-color: var(--purple-900-color) !important;
  caret-color: var(--purple-900-color);
}
.light-mode .hs-input:-webkit-autofill:hover,
.light-mode .hs-input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px var(--purple-600-color-04) inset !important;
  color: var(--purple-900-color) !important;
  -webkit-text-fill-color: var(--purple-900-color) !important;
  caret-color: var(--purple-900-color);
}

.hs-input[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
}

/* Datepicker */
.hs-input.datepicker {
  cursor: pointer;
  max-width: 100%;
}

/* Input file */
.hs-input[type="file"]::file-selector-button {
  color: #111;
}

/* MD */
.hs-input.form-md-control {
  height: 60px;
  font-size: 21px;
}
@media (max-width: 575.98px) {
  .hs-input.form-md-control {
    height: 48px;
    font-size: 16px;
  }
}

/* Error */
.hs-input.invalid {
  border-color: var(--orange-900-color);
}

/* Error messages */
.hs-error-msgs {
  list-style: none;
  padding-left: 0;
  margin-top: 8px;
  margin-bottom: 0;
}

.hs-form-field label.hs-error-msg {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0;
}

.light-mode .hs-form-field label.hs-error-msg {
  color: var(--midnight-800-color);
}

body .hs-fieldtype-intl-phone.hs-input select {
  width: 35%!important;
}

body .hs-fieldtype-intl-phone.hs-input input {
  width: calc(65% - 10px)!important;
}

.inputs-list {
  padding-left: 0 !important;
  margin-bottom: 0 !important;
  list-style: none;
}

/* ---- Form Radio ---- */
.hs-form-radio + .hs-form-radio {
  margin-top: 10px;
}

.hs-form-radio label {
  padding-left: 30px;
  font-weight: 400;
  position: relative;
}

.hs-form-radio input[type="radio"] {
  display: inline;
  position: absolute;
  left: -9999px;
}

.hs-form-radio input[type="radio"]:focus + label {
  outline: auto;
}

.hs-form-radio input[type="radio"]:checked + span:before {
  opacity: 1;
}

.hs-form-radio label {
  cursor: pointer;
  display: block;
  margin-bottom: 0;
  position: relative;
  padding-left: 32px;
}

.light-mode .hs-form-radio label {
  color: var(--black-color);
}

.hs-form-radio input[type="radio"] + span:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin: 0;
  background-color: var(--white-color-10);
  border: 1px solid var(--white-color);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: background-color 0.4s linear;
  -o-transition: background-color 0.4s linear;
  -moz-transition: background-color 0.4s linear;
  transition: background-color 0.4s linear;
  z-index: 1;
}

.light-mode .hs-form-radio input[type="radio"] + span:before {
  background-color: var(--black-color-07);
  border: 1px solid var(--black-color-30);
}

.hs-form-radio input[type="radio"] + span:after {
  transition: 0.3s;
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background-color: var(--white-color);
  border-radius: 50%;
  opacity: 0;
  position: absolute;
  left: 7px;
  top: 7px;
  z-index: 2;
}

.light-mode .hs-form-radio input[type="radio"] + span:after {
  background-color: var(--purple-900-color);
}

.hs-form-radio input[type="radio"]:checked + span:after {
  opacity: 1;
}


/* ---- Form Checkbox ---- */
.hs-fieldtype-booleancheckbox label, .hs-form-checkbox label {
  margin-bottom: 0 !important;
}

/* Checkbox: checked state for .selected on the label */
.hs-fieldtype-booleancheckbox label.selected input[type="checkbox"] + span:after,
.hs-form-checkbox label.selected input[type="checkbox"] + span:after {
  opacity: 1;
}

/* Hide the native checkbox but keep it focusable */
.hs-fieldtype-booleancheckbox input[type="checkbox"],
.hs-form-checkbox input[type="checkbox"] {
  display: inline;
  position: absolute;
  left: -9999px;
}

/* Focus state: color on label or wpcf7-list-item-label */
/* .hs-fieldtype-booleancheckbox input[type="checkbox"]:focus + label,
.hs-fieldtype-booleancheckbox input[type="checkbox"]:focus + .wpcf7-list-item-label,
.hs-form-checkbox input[type="checkbox"]:focus + label,
.hs-form-checkbox input[type="checkbox"]:focus + .wpcf7-list-item-label {
  color: var(--light-gray-color, #4D495A);
} */

/* Accessibility: .html-focus body .hs-fieldtype-booleancheckbox input:focus + label gets outline */
/* .html-focus .hs-fieldtype-booleancheckbox input[type="checkbox"]:focus + label,
.html-focus .hs-fieldtype-booleancheckbox input[type="checkbox"]:focus + .wpcf7-list-item-label,
.html-focus .hs-form-checkbox input[type="checkbox"]:focus + label,
.html-focus .hs-form-checkbox input[type="checkbox"]:focus + .wpcf7-list-item-label {
  outline: auto;
} */

/* Checked state: icon styling for checked box */
.hs-fieldtype-booleancheckbox input[type="checkbox"]:checked + label:after,
.hs-fieldtype-booleancheckbox input[type="checkbox"]:checked + .wpcf7-list-item-label:after,
.hs-fieldtype-booleancheckbox input[type="checkbox"]:checked + span:after,
.hs-form-checkbox input[type="checkbox"]:checked + label:after,
.hs-form-checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label:after,
.hs-form-checkbox input[type="checkbox"]:checked + span:after {
  opacity: 1;
}
/* Label, wpcf7-list-item-label, and span next to checkbox: appearance setup */
.hs-fieldtype-booleancheckbox input[type="checkbox"] + label,
.hs-fieldtype-booleancheckbox input[type="checkbox"] + .wpcf7-list-item-label,
.hs-fieldtype-booleancheckbox input[type="checkbox"] + span,
.hs-form-checkbox input[type="checkbox"] + label,
.hs-form-checkbox input[type="checkbox"] + .wpcf7-list-item-label,
.hs-form-checkbox input[type="checkbox"] + span {
  cursor: pointer;
  font-weight: 400;
  margin-bottom: 0;
  position: relative;
  padding-left: 32px;
  display: block;
  font-size: 16px;
  line-height: 1.43;
  margin-left: 0;
}

.light-mode .hs-form-checkbox input[type="checkbox"] + label,
.light-mode .hs-form-checkbox input[type="checkbox"] + .wpcf7-list-item-label,
.light-mode .hs-form-checkbox input[type="checkbox"] + span, 
.light-mode .hs-fieldtype-booleancheckbox input[type="checkbox"] + label,
.light-mode .hs-fieldtype-booleancheckbox input[type="checkbox"] + .wpcf7-list-item-label,
.light-mode .hs-fieldtype-booleancheckbox input[type="checkbox"] + span {
  color: var(--black-color);
}

/* Anchor links inside label etc. */
.hs-fieldtype-booleancheckbox input[type="checkbox"] + label a,
.hs-fieldtype-booleancheckbox input[type="checkbox"] + .wpcf7-list-item-label a,
.hs-fieldtype-booleancheckbox input[type="checkbox"] + span a,
.hs-form-checkbox input[type="checkbox"] + label a,
.hs-form-checkbox input[type="checkbox"] + .wpcf7-list-item-label a,
.hs-form-checkbox input[type="checkbox"] + span a {
  color: inherit;
  text-decoration: underline;
}

/* Custom checkbox visual ("fake" checkbox) */
.hs-fieldtype-booleancheckbox input[type="checkbox"] + label:before,
.hs-fieldtype-booleancheckbox input[type="checkbox"] + .wpcf7-list-item-label:before,
.hs-fieldtype-booleancheckbox input[type="checkbox"] + span:before,
.hs-form-checkbox input[type="checkbox"] + label:before,
.hs-form-checkbox input[type="checkbox"] + .wpcf7-list-item-label:before,
.hs-form-checkbox input[type="checkbox"] + span:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0;
  vertical-align: top;
  cursor: pointer;
  background-color: var(--white-color-10);
  border: 1px solid var(--white-color);
  border-radius: 3px;
  position: absolute;
  transition: background-color 0.4s linear;
  top: 1px;
  left: 0;
}

.light-mode .hs-fieldtype-booleancheckbox input[type="checkbox"] + label:before,
.light-mode .hs-fieldtype-booleancheckbox input[type="checkbox"] + .wpcf7-list-item-label:before,
.light-mode .hs-fieldtype-booleancheckbox input[type="checkbox"] + span:before,
.light-mode .hs-form-checkbox input[type="checkbox"] + label:before,
.light-mode .hs-form-checkbox input[type="checkbox"] + .wpcf7-list-item-label:before,
.light-mode .hs-form-checkbox input[type="checkbox"] + span:before {
  border: 1px solid var(--black-color-30);
  background: var(--black-color-07);
}

/* Custom checkmark (hidden by default, shown when checked) */
.hs-fieldtype-booleancheckbox input[type="checkbox"] + label:after,
.hs-fieldtype-booleancheckbox input[type="checkbox"] + .wpcf7-list-item-label:after,
.hs-fieldtype-booleancheckbox input[type="checkbox"] + span:after,
.hs-form-checkbox input[type="checkbox"] + label:after,
.hs-form-checkbox input[type="checkbox"] + .wpcf7-list-item-label:after,
.hs-form-checkbox input[type="checkbox"] + span:after {
  content: '';
  transition: 0.3s;
  opacity: 0;
  display: block;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxNiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuODM1OTM4IDYuODM1OTRMNC44MzU5NCAxMC44MzU5TDE0LjgzNTkgMC44MzU5MzgiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIxLjY3IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px 10px;
  position: absolute;
  width: 14px;
  height: 10px;
  top: 6px;
  left: 3px;
}

.light-mode .hs-fieldtype-booleancheckbox input[type="checkbox"] + label:after,
.light-mode .hs-fieldtype-booleancheckbox input[type="checkbox"] + .wpcf7-list-item-label:after,
.light-mode .hs-fieldtype-booleancheckbox input[type="checkbox"] + span:after,
.light-mode .hs-form-checkbox input[type="checkbox"] + label:after,
.light-mode .hs-form-checkbox input[type="checkbox"] + .wpcf7-list-item-label:after,
.light-mode .hs-form-checkbox input[type="checkbox"] + span:after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxNiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuODM1OTM4IDYuODM1OTRMNC44MzU5NCAxMC44MzU5TDE0LjgzNTkgMC44MzU5MzgiIHN0cm9rZT0iIzUyMjY5OSIgc3Ryb2tlLXdpZHRoPSIxLjY3IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==');
}

.hs-fieldtype-booleancheckbox input[type="checkbox"]:checked + label:after,
.hs-fieldtype-booleancheckbox input[type="checkbox"]:checked + .wpcf7-list-item-label:after,
.hs-fieldtype-booleancheckbox input[type="checkbox"]:checked + span:after,
.hs-form-checkbox input[type="checkbox"]:checked + label:after,
.hs-form-checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label:after,
.hs-form-checkbox input[type="checkbox"]:checked + span:after {
  opacity: 1;
  /* Optionally use content: '\2714'; or set a background-image for the check */
}

.hs-form-checkbox + .hs-form-checkbox {
  margin-top: 10px;
}



/* ---- Form Checkbox ---- */
.hs-richtext {
  margin-bottom: 30px;
}
.hs-richtext a {
  color: var(--primary-color);
}

/* XS */
@media (max-width: 767px) {
  .hs-richtext {
    margin-bottom: 16px;
  }

  .hs-form-field {
    padding-bottom: 16px;
  }

  .form-columns-2 .hs-form-field {
    max-width: 100%;
    flex: 0 0 100%;
    width: 100%;
    float: none !important;
  }
  
  .form-columns-3 .hs-form-field {
    max-width: 100%;
    flex: 0 0 100%;
    width: 100%;
    float: none !important;
  }
  
  .form-columns-4 .hs-form-field {
    max-width: 100%;
    flex: 0 0 100%;
    width: 100%;
    float: none !important;
  }
  
  .form-columns-5 .hs-form-field {
    max-width: 100%;
    flex: 0 0 100%;
    width: 100%;
    float: none !important;
  }
  
  .form-columns-6 .hs-form-field {
    max-width: 100%;
    flex: 0 0 100%;
    width: 100%;
    float: none !important;
  }

  body .hs-fieldtype-intl-phone.hs-input select {
    width: 100%!important;
    margin-bottom: 10px !important;
  }
  
  body .hs-fieldtype-intl-phone.hs-input input {
    width: 100%!important;
  }
}

/* Elements
Base HTML elements are styled in this section (<body>, <h1>, <a>, <p>, <button> etc.)
*/
/* 
/* Missing Template at Path: \'botify_landing\/botify_landing\/css\/elements\/_typography.css\' */
/* Missing Template at Path: \'botify_landing\/botify_landing\/css\/elements\/_buttons.css\' */
/* Missing Template at Path: \'botify_landing\/botify_landing\/css\/elements\/_forms.css\' */
/* Missing Template at Path: \'botify_landing\/botify_landing\/css\/elements\/_tables.css\' */ */

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

/* Header DND sections */

.header .dnd-section {
  padding: 0;
}

/* Header */
.header-wrap {
  padding: 30px 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 24;
}

.header-wrap .container {
  display: flex;
  align-items: center;
  gap: 36px;
  position: relative;
}

.header-logo {
  height: 45px;
}

@media (min-width: 1280px) {
  .header-nav-box {
    display: block !important;
  }
}

.header-nav-box .menu { 
  display: block;
}

.header-nav-box.left-nav-box {
  margin-left: 0;
}

.header-nav-box.right-nav-box {
  margin-left: auto;
}

.header-nav-box.center-nav-box {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.header-nav-box ul {
  margin: 0;
  border-radius: 12px;
  border: 1px solid var(--white-color-04);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  padding: 15px 20px;
  list-style: none;
}

.light-mode .header-nav-box ul {
  border: 1px solid var(--white-color-04);
  background: linear-gradient(90deg, var(--white-color-30) 0%, var(--purple-200-color-30) 100%);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
}

.header-nav-box ul li {
  margin: 0;
  padding: 0;
  border: 0;
  display: inline-block;
  vertical-align: middle;
}

.header-nav-box ul li + li {
  margin-left: 20px;
}

.header-nav-box ul li a, .header-nav-box ul li span { 
  color: var(--white-color);
  text-transform: initial;
  font-size: 16px;
}

.header-nav-box ul li a.active {
  color: var(--primary-color);
}

.light-mode .header-nav-box ul li a, .light-mode .header-nav-box ul li span {
  color: var(--midnight-800-color);
}

#hs_cos_wrapper_header_subscribe_button {
  margin-left: auto;
}

/* XS */
@media (max-width: 767px) {
  .header-btn-box--hide-mobile {
    display: none;
  }
}

.header-fix-wrap {
  position: fixed;
  display: flex;
  align-items: center;
  border-radius: 12px;
  border: 1px solid var(--white-color-12);
  background: linear-gradient(90deg, var(--secondary-color-30) 0%, var(--midnight-800-color-30) 100%);
  padding: 14px 20px;
  width: 1292px;
  left: 50%;
  transform: translate(-50%, -130%);
  top: 20px;
  z-index: 26;
  display: flex;
  align-items: center;
  gap: 36px;
  -webkit-transition: transform 0.35s ease !important;
  -moz-transition: transform 0.35s ease !important;
  -o-transition: transform 0.35s ease !important;
  -ms-transition: transform 0.35s ease !important;
  transition: transform 0.35s ease !important;
}

.header-fix-wrap.light-mode {
  border: 1px solid var(--black-color-10-bis);
  background: linear-gradient(90deg, var(--white-color-30) 0%, var(--purple-200-color-30) 100%);
}

.header-fix-wrap.is-scrolled {
  transform: translate(-50%, 0);
} 
.header-nav-box ul li a:hover, .header-nav-box ul li a.active, .header-nav-box ul li a:focus, .header-nav-box ul li a.active:focus {
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-thickness: 1px;
  color: var(--primary-color);
}

.header-nav-box ul li a:focus {
  text-decoration: none;
  color: var(--white-color);
}

.light-mode .header-nav-box ul li a:focus {
  color: var(--midnight-800-color);
}

/* Media Queries */
@media (min-width: 1280px) {
  .header-fix-wrap {
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
  }
  .header-fix-wrap .header-nav-box ul {
    border: none;
    background: transparent;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}

@media (max-width: 1332px) {
  .header-fix-wrap, .header-fix-wrap.light-mode {
    width: auto;
    left: 20px;
    right: 20px;
    /* border: 0;
    border-radius: 0;
    gap: 10px; */
  }
}


/* MD */
@media (max-width: 1279px) {
  .header-fix-wrap, .header-fix-wrap.light-mode {
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    transform: translateY(-100%);
    border: 0;
    border-radius: 0;
    gap: 10px;
  }
  .header-fix-wrap, .header-fix-wrap.light-mode {
    background: transparent;
  }
  .header-fix-wrap:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, var(--secondary-color-30) 0%, var(--midnight-800-color-30) 100%);
    z-index: -1;
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
  }
  .light-mode .header-fix-wrap:before {
    background: linear-gradient(90deg, var(--white-color-30) 0%, var(--purple-200-color-30) 100%);
  }
  .header-fix-wrap {
    border-bottom: 1px solid var(--white-color-12);  
  }
  .header-fix-wrap.light-mode {
    border-bottom: 1px solid var(--black-color-10-bis);
  }
  .header-fix-wrap.is-scrolled {
    transform: translateY(0);
  }

  .header-wrap .container { 
    gap: 10px;
  }
  .header-nav-box, .header-nav-box.center-nav-box, .header-nav-box.right-nav-box, .header-nav-box.left-nav-box {
    position: fixed;
    top: calc(93px + 10px);
    left: 20px;
    right: 20px;
    z-index: 24;
    transform: none;
  }

  .header-nav-box {
    display: none;
  }

  .header-nav-box.is-open {
    display: block;
  }

  .header-nav-box ul {
    padding: 0;
    background: linear-gradient(173deg, var(--secondary-color-30) 11.89%, var(--midnight-800-color-30) 119.81%);
    max-height: calc(100vh - 120px);
    overflow-y: auto;
    backdrop-filter: blur(7px);
   -webkit-backdrop-filter: blur(7px);
  }

  .light-mode .header-nav-box ul { 
    border: 1px solid var(--white-color-04);
    background: linear-gradient(90deg, var(--white-color-30) 0%, var(--purple-200-color-30) 100%);
  }

  .header-nav-box ul, .header-nav-box ul li {
    display: block;
  }

  .header-nav-box ul li + li {
    margin-left: 0; 
    border-top: 1px solid var(--white-color-04);
  }

  .light-mode .header-nav-box ul li + li {
    border-top: 1px solid var(--black-color-10-bis);
  }

  .header-nav-box ul li a, .header-nav-box ul li span {  
    padding: 16px !important;
    font-size: 20px;
    display: block;
    text-align: center;
  }

  .header-wrap {
    padding: 20px 0;
  }

  .header-nav-box ul li a:hover, .header-fix-wrap .header-nav-box ul li a.active {
    text-decoration: none;
    color: var(--midnight-800-color);
    background-color: var(--primary-color);
  }
  .light-mode .header-nav-box ul li a:hover, .light-mode .header-fix-wrap .header-nav-box ul li a.active {
    color: var(--midnight-800-color);
    background-color: var(--primary-color);
  }
  .header-nav-box ul li a:focus, .header-fix-wrap .header-nav-box ul li a.active:focus {
    text-decoration: none;
    color: var(--white-color);
  }
  .light-mode .header-nav-box ul li a:focus, .light-mode .header-fix-wrap .header-nav-box ul li a.active:focus {
    color: var(--midnight-800-color);
  }
}
/* ---- Footer ---- */

.footer-wrap {
    padding: 32px 0; 
    background-color: var(--midnight-800-color);
    color: var(--white-color);
    overflow: hidden;
}

.light-mode.footer-wrap { 
  background-color: var(--purple-200-color);
}

.footer-wrap .container {
    display: flex;
    align-items: center;
}

.footer-nav-box {
    margin-left: auto;
}

.footer-nav-box ul { 
  margin: 0;
  padding: 0;
  list-style: none;
} 

.footer-nav-box ul li { 
  margin: 0;
  padding: 0;
  border: 0;
  display: inline-block;
  vertical-align: middle;
} 

.footer-nav-box ul li + li { 
  margin-left: 20px;
}

.footer-nav-box ul li a, .footer-nav-box ul li span { 
  text-transform: initial;
  font-size: 20px;
  padding: 0 !important;
  color: var(--white-color);
}

.footer-nav-box ul li a:hover {
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-thickness: 1px;
  color: var(--primary-color);
}

.footer-nav-box ul li a:focus {
  text-decoration: none;
  color: var(--white-color);
}

.light-mode .footer-nav-box ul li a, .light-mode .footer-nav-box ul li span {
  color: var(--midnight-800-color);
}

.light-mode .footer-nav-box ul li a:hover {
  color: var(--primary-color);
}

.light-mode .footer-nav-box ul li a:focus {
  color: var(--midnight-800-color);
}

.footer-logo {
  height: 45px;
}

/* SM */
@media (max-width: 1023px) { 
  .footer-wrap .container {
    flex-direction: column;
    align-items: start;
  }

  .footer-logo { 
    margin-bottom: 40px;
  }

  .footer-logo:last-child {
    margin-bottom: 0;
  }

  .footer-nav-box {
    width: 100vw;
    margin-left: -20px;
  }

  .footer-nav-box nav { 
    margin-left: 0;
    width: 100%;
    overflow-x: auto;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    transform: translate(0px, 0px)!important; 
    -ms-overflow-style: none;
  }

  .footer-nav-box nav::-webkit-scrollbar {
    opacity: 0;
    display: none;
  }

  .footer-nav-box ul { 
    display: flex;
    flex-wrap: nowrap;
    width: max-content;
    min-width: 100%;
    white-space: nowrap;
  } 

  .footer-nav-box ul li { 
    display: block;
    flex: 0 0 auto;
    width: auto;
  }
}

/* Templates 
 Template specific styles
*/

/* ---- Hero ---- */ 
.hero-section {}

.hero-title {
    --hero-title-font-size-base: 110px;
    --hero-title-size-scale: 1;
    color: var(--purple-200-color);
    font-size: calc(var(--hero-title-font-size-base) * var(--hero-title-size-scale));
    font-weight: 400;
    line-height: 1;
    margin-bottom: 20px;
}

.light-mode .hero-title {
    color: var(--midnight-800-color);
}

.hero-title.mb-40 {
    margin-bottom: 40px;
}

.hero-title:last-child {
    margin-bottom: 0;
}

.hero-description {
    font-size: 18px; 
    margin-bottom: 44px; 
    line-height: 1.8;
    max-width: 521px;
    width: 100%;
}

.hero-v1-section {
    padding-bottom: 0;
}

.hero-v1-content {
    padding-bottom: 80px;
}

.hero-v3-description { 
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}

.hero-description.mb-60 {
    margin-bottom: 60px;
}

.hero-description:last-child {
    margin-bottom: 0;
}

.hero-img {
    float: left;
    min-width: 1058px;
    border-radius: 24px;
}

.hero-bg-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 24px;
    overflow: hidden;
}

.hero-bg-img:after {
    content: "";
    display: block;
    padding-bottom: calc(100% / 564 * 665);
}

.hero-v2-carousel {
    border-radius: 24px;
    overflow: hidden;
}

.hero-v2-carousel .swiper-slide {
    height: auto;
}

.hero-v2-carousel--fade.swiper-fade .swiper-slide {
    pointer-events: none;
}

.hero-v2-carousel--fade.swiper-fade .swiper-slide-active {
    pointer-events: auto;
}

.hero-v2-carousel .hero-bg-img {
    width: 100%;
}

.row-hero-v2 {
    margin: 0 -20px;
}

.col-hero-v2-img {
    padding-left: 20px;
    padding-right: 20px;
}

.col-hero-v2-content {
    padding-left: 20px;
    padding-right: 20px;
}

.hero-meta-list {
    margin-bottom: 10px;
}

.hero-meta-list .default-tag {
    text-align: left;
}

.hero-meta-list.mb-40 {
    margin-bottom: 30px;
}

.hero-meta-list li {
    margin-bottom: 10px;
}

.hero-meta-list li:not(:last-child) {
    margin-right: 10px;
}

.hero-v3-section {
    position: relative;
}

.hero-v3-section.first-section {
    padding: 175px 0;
    position: relative;
}

.hero-v4-section.first-section {
    padding: 175px 0;
    position: relative;
}

.hero-v4-section {
    position: relative;
}

.hero-v3-section .default-title, .hero-v4-section .default-title {
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
}

.hero-v3-content, .hero-v4-content {
    text-align: center;
    position: relative;
    z-index: 2;
}

.hero-v3-content .hero-buttons-list,
.hero-v4-content .hero-buttons-list {
    justify-content: center;
}

.hero-v3-bg-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    pointer-events: none;
    height: calc(100% - 80px);
}

.hero-v4-bg-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    bottom: 0;
    pointer-events: none;
}

.hero-v5-section {
    position: relative;
}

.hero-v5-section.first-section { 
    padding-top: 140px;
}

.hero-v5-section .container {
    position: relative;
    z-index: 2;
}

.hero-v5-bg-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
}

.hero-v5-video-link {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 24px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-v5-video-link:hover, .hero-v5-video-link:focus {
    text-decoration: none;
}

.hero-v5-video-link:after {
    content: "";
    display: block;
    padding-bottom: calc(100% / 1224 * 764);
}

.hero-v5-title-block {
    text-align: center;
    margin-bottom: 44px;
}

.hero-v6-section {
    padding-bottom: 0;
}

.hero-v6-section.first-section { 
    padding-top: 152px;
    background: linear-gradient(180deg, var(--purple-900-color) 0%, var(--secondary-color) 100%);
    /* background: linear-gradient(180deg, var(--purple-900-color) 0%, var(--midnight-800-color) 100%); */
}

.hero-v6-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 24px;
    overflow: hidden;
    min-width: calc(100% + 20px);
    float: left;
}

.hero-v6-img:after {
    content: "";
    display: block;
    padding-bottom: calc(100% / 640 * 702);
}

.row-hero-v6 {
    margin: 0 -20px;
}


.col-hero-v6-content {
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    flex-direction: column;
}

.col-hero-v6-img {
    padding-left: 20px;
    padding-right: 20px;
}

.hero-v6-title-block {
    padding-bottom: 40px;
    margin-top: auto;
}

.hero-buttons-list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.hero-buttons-align-left {
    justify-content: flex-start;
}

.hero-buttons-align-center {
    justify-content: center;
}

.hero-buttons-align-right {
    justify-content: flex-end;
}

.hero-buttons-item {
    flex: 0 0 auto;
}

.mail-form {
    text-align: left;
}

.mail-form .hs_recaptcha {
    display: none;
}

.mail-form form {
    display: flex;
    gap: 12px;
    justify-content: center;
}

.mail-form .submitted-message {
    text-align: center;
}

.mail-form .hs-form-field {
    padding: 0;
    max-width: 235px;
}

.mail-form .hs-form-field > label{
    display: none;
}

.mail-form .hs-input { 
    font-size: 14px;
}


/* Min LG */
@media (min-width: 1280px) {
    .col-hero-v1-title {
        flex: 0 0 54%;
        max-width: 54%;
    }
    .col-hero-v1-img {
        flex: 0 0 46%;
        max-width: 46%;
    }

    .col-hero-v2-img {
        flex: 0 0 45.3456%;
        max-width: 45.3456%;
    }
    
    .col-hero-v2-content {
        flex: 0 0 54.6544%;
        max-width: 54.6544%;
    }
    
    .col-hero-v6-img {
        flex: 0 0 45.9459%;
        max-width: 45.9459%;
    }

    .col-hero-v6-content {
        flex: 0 0 54.0541%;
        max-width: 54.0541%;
    }
}

/* MD */
@media (max-width: 1279px) {
    .hero-bg-img {
        margin-bottom: 20px;
    }

    .hero-bg-img:after {
        content: "";
        display: block;
        padding-bottom: calc(100% / 327 * 150);
    }

    .hero-title {
        --hero-title-font-size-base: 90px;
    }
    .hero-title.mb-40 {
        margin-bottom: 20px;
    }
    .hero-title.mb-40:last-child {
        margin-bottom: 0;
    }

    .hero-meta-list.mb-40 {
        margin-bottom: 20px;
    }

    .hero-description.mb-60 {
        margin-bottom: 32px;
    }

    .hero-v1-content {
        padding-bottom: 32px;
    }

    .hero-img {
        float: none;
        min-width: auto;
        width: 100%;
    }

    .hero-v6-title-block {
        padding-bottom: 32px;
    }

    .col-hero-v2-img {
        margin-top: 32px;
    }
}

/* SM */
@media (max-width: 1023px) {
   .hero-v6-img {
      min-width: auto;
      float: none;
   }

    .hero-v6-img:after {
        content: "";
        display: block;
        padding-bottom: calc(100% / 327 * 353);
    }
}

/* XS */
@media (max-width: 767px) {
    .hero-v3-section.first-section, .hero-v4-section.first-section, .hero-v5-section.first-section, .hero-v6-section.first-section {
        padding-top: calc(114px + 32px);
    }

    .hero-title {
        --hero-title-font-size-base: 54px;
    }
    
    .hero-description {
        margin-bottom: 32px;
        max-width: 100%;
    }

    .hero-bg-img:after {
        content: "";
        display: block;
        padding-bottom: calc(100% / 327 * 332);
    }

    .hero-meta-list li:not(:last-child) {
        margin-right: 0;
    }

    .hero-meta-list li{
        display: block;
    }

    .hero-meta-list .default-tag {
        width: 100%;
    }

    .hero-v3-content, .hero-v4-content {
        text-align: left;
    }

    .hero-v5-title-block {
        text-align: left;
    }

    .hero-v5-title-block .hero-meta-list .default-tag {
        width: fit-content;
    }

    .hero-v5-video-link:after {
        content: "";
        display: block;
        padding-bottom: calc(100% / 327 * 274);
    }

    .hero-buttons-list {
        flex-direction: column;
    }

    .hero-buttons-item {
        flex-basis: 100%;
        width: 100%;
    }

    .hero-buttons-item .btn {
        width: 100%;
    }

    .mail-form form {
        flex-direction: column;
        gap: 10px;
    }

    .mail-form .hs-form-field {
        max-width: 100%;
    }

    .mail-form .hs-button {
        width: 100%;
    }
}
/* ---- Contact ---- */
/* .contact-section {
    background: linear-gradient(180deg, var(--secondary-color) 0%, var(--midnight-800-color) 100%), var(--secondary-color);
} */

.contact-center-block {
    margin-bottom: 40px;
    text-align: center;
}

.contact-center-block:last-child {
    margin-bottom: 0;
}

.contact-center-block .contact-title { max-width: 100%;}
.contact-center-block .contact-text { max-width: 512px; width: 100%; margin: 0 auto;}

.contact-text {
  font-size: 18px;
  line-height: 1.8;
  max-width: 396px; width: 100%;
}

.contact-form {
    border-radius: 12px;
    /* border: 0.4px solid var(--white-color); */
    background-blend-mode: multiply;
    backdrop-filter: blur(22px);
    padding: 54px;
    background-image: url('https://4835142.fs1.hubspotusercontent-na1.net/hubfs/4835142/raw_assets/public/botify_landing/botify_landing/images/placeholders/contact-form.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.contact-center-form {
    margin-left: auto;
    margin-right: auto;
    max-width: 790px;
    width: 100%;
}

.light-mode .contact-form {
    background-image: url('https://4835142.fs1.hubspotusercontent-na1.net/hubfs/4835142/raw_assets/public/botify_landing/botify_landing/images/placeholders/white-contact-form.jpg');
    border: 1px solid var(--light-gray-color-20);
}

.contact-form .hs-button {
    width: 100%;
}

.contact-form.contact-form--multistep,
.contact-form:has(.hs-form-html),
.contact-form:has(.hs-form-frame) {
    padding: 0;
    background-image: none;
    background-blend-mode: normal;
    backdrop-filter: none;
    border: 0;
}

.light-mode .contact-form.contact-form--multistep,
.light-mode .contact-form:has(.hs-form-html),
.light-mode .contact-form:has(.hs-form-frame) {
    background-image: none;
    border: 0;
}

/* MD */
@media (max-width: 1279px) {
    .contact-title-block {
        margin-bottom: 40px;
    }

    .contact-text {
        max-width: 100%;
    }

    .contact-center-block .contact-text {
        max-width: 200px;
    }

    .contact-center-block .contact-text {
        margin: 0; 
        max-width: 100%;
    }
}

/* XS */
@media (max-width: 767px) {

    .contact-form {
        padding: 16px;
    }

    .contact-form.contact-form--multistep,
    .contact-form:has(.hs-form-html),
    .contact-form:has(.hs-form-frame) {
        padding: 0;
    }

    .contact-center-block {
        text-align: left;
    }

}
/* ---- Image Gallery ---- */

.image-gallery-section .container {
    position: relative;
}

.image-gallery-section .container::before {
    content: '';
    position: absolute;
    top: 0;
    right: -174px;
    width: 609px;
    height: 442px;
    border-radius: 609px;
    background: radial-gradient(50% 50% at 50% 50%, var(--purple-900-color) 0%, var(--secondary-color) 100%);
    z-index: -1;
    pointer-events: none;
}

.row-image-gallery {
    margin-bottom: -32px;
    justify-content: center;
}

.col-image-gallery {
    padding-bottom: 32px;
}

.image-gallery-title-block {
    margin-bottom: 32px;
    text-align: center;
}

.image-gallery-title-block:last-child {
    margin-bottom: 0;
}

.image-gallery-description {
    max-width: 504px;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    color: var(--purple-200-color);
}

.light-mode .image-gallery-description {
    color: var(--midnight-800-color);
}

.image-gallery-img {
    border-radius: 24px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.image-gallery-img::after {
    content: '';
    display: block;
    padding-bottom: calc(100% / 295 * 295);
}

.image-gallery-action {
    text-align: center;
    margin-top: 64px;
}

.image-gallery-action .btn {
    min-width: 206px;
}

.image-gallery-carousel {
    position: relative;
}

.image-gallery-splide {
    overflow: visible;
}

.image-gallery-splide .splide__track {
    overflow: visible;
}

.image-gallery-carousel-item {
    position: relative;
    box-sizing: border-box;
    border-radius: 24px;
    overflow: hidden;
    background: var(--white-color-30);
    border: 1px solid var(--black-beta-color-20);
    width: 100%;
    max-width: 624px;
    margin: 0 auto;
    transform: none;
    opacity: 1;
    transition: none;
}

.image-gallery-carousel-item img {
    display: none;
}

.image-gallery-carousel-media {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.image-gallery-carousel-center .splide__slide {
    width: 624px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-gallery-carousel-center .splide__list {
    align-items: center;
}

.image-gallery-carousel-center .splide__slide .image-gallery-carousel-item::after {
    content: '';
    display: block;
    padding-bottom: calc(100% / 624 * 498);
}

.image-gallery-carousel-center .splide__slide .image-gallery-carousel-item {
    transform: none;
    opacity: 0.5;
    backdrop-filter: blur(32px);
}

.image-gallery-carousel-center .splide__slide.is-active .image-gallery-carousel-item {
    transform: none;
    opacity: 1;
    backdrop-filter: none;
}

.image-gallery-carousel-center .splide__slide.is-active .image-gallery-carousel-item::after {
    padding-bottom: calc(100% / 624 * 652);
}

.image-gallery-nav-btn {
    width: 44px;
    height: 44px;
    border: 1px solid var(--black-color);
    border-radius: 8px;
    background: var(--black-color);
    color: var(--white-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    transition: opacity 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.image-gallery-nav-btn i { 
    margin-top: 2px;
}

.light-mode .image-gallery-nav-btn {
    border-color: var(--purple-500-color);
    background: var(--purple-500-color);
    color: var(--midnight-800-color);
}

.light-mode .image-gallery-nav-btn:hover,
.light-mode .image-gallery-nav-btn:focus-visible {
    background: var(--purple-500-color);
    border-color: var(--purple-500-color);
    color: var(--midnight-800-color);
}

.image-gallery-nav-btn-prev {
    left: 56px;
}

.image-gallery-nav-btn-next {
    right: 56px;
}

.image-gallery-nav-btn:hover,
.image-gallery-nav-btn:focus-visible {
    background: var(--midnight-800-color);
    border-color: var(--midnight-800-color);
    opacity: 1;
}

.image-gallery-nav-btn.is-disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.image-gallery-layout-right {
    display: flex;
    align-items: flex-start;
    gap: 82px;
}

.image-gallery-content-right {
    flex: 1 1 0;
    min-width: 639px;
}



.image-gallery-right-description {
    font-size: 18px;
    line-height: 1.8;
    color: var(--purple-200-color);
    margin-bottom: 32px;
}

.image-gallery-right-description:last-child {
    margin-bottom: 0;
}

.light-mode .image-gallery-right-description {
    color: var(--midnight-800-color);
}

.image-gallery-nav-buttons-right {
    display: flex;
    gap: 16px;
    align-items: center;
}

.image-gallery-nav-btn-right {
    position: static;
    transform: none;
    width: 45px;
    height: 45px;
    border-color: var(--purple-500-color);
    background: var(--purple-500-color);
    color: var(--midnight-800-color);
}

.image-gallery-nav-btn-right:hover,
.image-gallery-nav-btn-right:focus,
.image-gallery-nav-btn-right:active {
    background: var(--purple-70-color);
    border-color: var(--purple-70-color);
    color: var(--midnight-800-color);
}

.image-gallery-carousel-right {
    flex: 1 1 0;
    width: 100vw;
    max-width: 100vw;
    min-width: 100vw;
    overflow: hidden;
}

.image-gallery-splide-right .splide__track {
    overflow: visible;
}

.image-gallery-splide-right .splide__slide {
    width: 400px;
}

.image-gallery-right-item {
    position: relative;
    width: 100%;
    border-radius: 24px;
    overflow: hidden;
}

.image-gallery-right-item::after {
    content: '';
    display: block;
    padding-bottom: calc(100% / 400 * 566);
}

.image-gallery-right-media {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.row-countdown {
    margin-bottom: -32px;
}

.col-countdown {
    padding-bottom: 32px;
}

/* MD */
@media (max-width: 1279px) {
    .image-gallery-content-right{
        min-width: 470px;
    }
}

/* SM */
@media (max-width: 1023px) {
    .image-gallery-layout-right {
        display: flex;
        flex-direction: column;
        gap: 52px;
    }

    .image-gallery-content-right {
        min-width: 100%;
    }

    .image-gallery-carousel-right {
        overflow: initial;
    }
}

/* XS */
@media (max-width: 767px) {
    .image-gallery-section .container::before {
        top: 88px;
        right: 50%;
        transform: translateX(55%);
    }

    .image-gallery-action .btn {
        width: 100%;
    }

    .image-gallery-carousel-center .splide__slide {
        width: 196px;
    }

    .image-gallery-carousel-center .splide__slide .image-gallery-carousel-item::after {
        padding-bottom: calc(100% / 196 * 282);
    }

    .image-gallery-carousel-center .splide__slide.is-active {
        width: 245px;
    }

    .image-gallery-carousel-center .splide__slide.is-active .image-gallery-carousel-item::after {
        padding-bottom: calc(100% / 245 * 326);
    }

    .image-gallery-carousel-item {
        max-width: 100%;
    }

    .image-gallery-nav-btn-prev {
        left: 0;
    }

    .image-gallery-nav-btn-next {
        right: 0;
    }



    .image-gallery-right-title {
        font-size: 54px;
        line-height: 1;
    }

    .image-gallery-splide-right .splide__slide {
        width: 289px;
    }

    .image-gallery-right-item::after {
        padding-bottom: calc(100% / 289 * 394);
    }

    .video-gallery-thumb-img:after {
        content: '';
        display: block;
        padding-bottom: calc(100% / 330 * 265);
    }
}


/* Introduction */
.introduction-title {
    font-family: var(--primary-font);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
}

.introduction-left-title {
    margin-top: 22px !important;
}

.introduction-stacked-title {
    margin-bottom: 56px !important;
}

.introduction-text {
    font-family: var(--secondary-font);
    font-size: 36px;
    font-weight: 300;
    line-height: 1.2;
}

.introduction-stacked-text {
    font-size: 54px;
    font-weight: 400;
    line-height: 1.3;
}

/* SM */
@media (max-width: 1023px) {
    .introduction-title, .introduction-stacked-title, .introduction-left-title { margin-bottom: 24px !important; margin-top: 0 !important; }
    .introduction-text { font-size: 24px; line-height: 1.5; } 
}
/* Benefits */

.benefits-title {
  --benefits-title-font-size-base: 72px;
  --benefits-title-line-height-base: 1.1;
  --benefits-title-size-scale: 1;
  font-size: calc(var(--benefits-title-font-size-base) * var(--benefits-title-size-scale));
  margin-bottom: 16px;
  line-height: calc(var(--benefits-title-line-height-base) * var(--benefits-title-size-scale));
}

.benefits-text {
  font-size: 18px;
  line-height: 1.8;
}

.benefits-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 564px;
  width: 100%;
  float: right;
}

.benefits-list.benefits-multi-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  max-width: 672px;
}

.benefits-list.benefits-multi-list .benefits-card {
  padding: 32px;
}

.benefits-card {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 34px 24px;
  border-radius: 24px;
  background-color: var(--midnight-600-color);
  height: max-content;
}

.light-mode .benefits-card {
  /* border: 1px solid var(--purple-400-color); */
  background: var(--purple-300-color);
  color: var(--purple-900-color);
}

.benefits-item-logo img {
  max-width: 105px;
}

.benefits-item-text {
  line-height: 1.5;
}

.benefits-list.benefits-multi-list .benefits-card:nth-child(2) {
  margin-top: 29px;
}

.benefits-list.benefits-multi-list .benefits-card:nth-child(odd) {
  margin-top: -29px;
}

.benefits-list.benefits-multi-list .benefits-card:nth-child(1) {
  margin-top: 0;
}

/* SM */
@media (max-width: 1023px) {
  .benefits-list, .benefits-list.benefits-multi-list {
    max-width: 100%;
    float: none;
  }

  .benefits-section .row [class*="col-"]+[class*="col-"] {
    margin-top: 24px;
  }
}

/* XS */
@media (max-width: 767px) {
  .benefits-title {
    --benefits-title-font-size-base: 54px;
    --benefits-title-line-height-base: 1;
  }

  .benefits-list.benefits-multi-list {
    max-width: 100%;
    float: none;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .benefits-list.benefits-multi-list .benefits-card {
    padding: 34px 24px;
  }

  .benefits-list.benefits-multi-list .benefits-card:nth-child(2), .benefits-list.benefits-multi-list .benefits-card:nth-child(odd), .benefits-list.benefits-multi-list .benefits-card:nth-child(1) {
    margin-top: 0;
  }
}
/* Carousel */
.carousel {
  padding: 0;
  overflow: hidden;
}

.carousel-marquee-wrap {
  position: relative;
  height: 223px;
  overflow: hidden;
}

 .carousel-marquee-wrap--up .carousel-marquee {
  transform: rotate(-3deg);
}

.carousel-marquee-wrap--down .carousel-marquee {
  transform: rotate(3deg);
}

.carousel-marquee-track {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  width: max-content;
  animation: carousel-marquee-scroll 45s linear infinite;
  will-change: transform;
}

.carousel-marquee-wrap--up .carousel-marquee-track {
  animation-direction: reverse;
}

.carousel-marquee-wrap--down .carousel-marquee-track {
  animation-direction: reverse;
}

@keyframes carousel-marquee-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .carousel-marquee-track {
    animation: none;
  }
}

.carousel-marquee .splide__track {
  overflow: visible;
}

.carousel-marquee {
  padding: 20px 0;
 background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iQ2FscXVlXzEiIGRhdGEtbmFtZT0iQ2FscXVlIDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDEzOTcuOTcgMTI2Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjOTllYjQ4OwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8Y2lyY2xlIGNsYXNzPSJjbHMtMSIgY3g9Ii00LjQ0IiBjeT0iNjIuNTUiIHI9IjUwIi8+CiAgPGNpcmNsZSBjbGFzcz0iY2xzLTEiIGN4PSI0OS42NSIgY3k9IjYyLjU1IiByPSI1MCIvPgogIDxjaXJjbGUgY2xhc3M9ImNscy0xIiBjeD0iMTAzLjc1IiBjeT0iNjIuNTUiIHI9IjUwIi8+CiAgPGNpcmNsZSBjbGFzcz0iY2xzLTEiIGN4PSIxNTcuODUiIGN5PSI2Mi41NSIgcj0iNTAiLz4KICA8Y2lyY2xlIGNsYXNzPSJjbHMtMSIgY3g9IjIxMS45NCIgY3k9IjYyLjU1IiByPSI1MCIvPgogIDxjaXJjbGUgY2xhc3M9ImNscy0xIiBjeD0iMjY2LjA0IiBjeT0iNjIuNTUiIHI9IjUwIi8+CiAgPGNpcmNsZSBjbGFzcz0iY2xzLTEiIGN4PSIzMjAuMTQiIGN5PSI2Mi41NSIgcj0iNTAiLz4KICA8Y2lyY2xlIGNsYXNzPSJjbHMtMSIgY3g9IjM3NC4yMyIgY3k9IjYyLjU1IiByPSI1MCIvPgogIDxjaXJjbGUgY2xhc3M9ImNscy0xIiBjeD0iNDI4LjMzIiBjeT0iNjIuNTUiIHI9IjUwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyNzYuNTUgNDY3Ljk0KSByb3RhdGUoLTc3Ljc4KSIvPgogIDxjaXJjbGUgY2xhc3M9ImNscy0xIiBjeD0iNDgyLjQzIiBjeT0iNjIuNTUiIHI9IjUwIi8+CiAgPGNpcmNsZSBjbGFzcz0iY2xzLTEiIGN4PSI1MzYuNTIiIGN5PSI2Mi41NSIgcj0iNTAiLz4KICA8Y2lyY2xlIGNsYXNzPSJjbHMtMSIgY3g9IjU5MC42MiIgY3k9IjYyLjU1IiByPSI1MCIvPgogIDxjaXJjbGUgY2xhc3M9ImNscy0xIiBjeD0iNjQ0LjcyIiBjeT0iNjIuNTUiIHI9IjUwIi8+CiAgPGNpcmNsZSBjbGFzcz0iY2xzLTEiIGN4PSI2OTguODEiIGN5PSI2Mi41NSIgcj0iNTAiLz4KICA8Y2lyY2xlIGNsYXNzPSJjbHMtMSIgY3g9Ijc1Mi45MSIgY3k9IjYyLjU1IiByPSI1MCIvPgogIDxjaXJjbGUgY2xhc3M9ImNscy0xIiBjeD0iODA3LjAxIiBjeT0iNjIuNTUiIHI9IjUwIi8+CiAgPGNpcmNsZSBjbGFzcz0iY2xzLTEiIGN4PSI4NjEuMSIgY3k9IjYyLjU1IiByPSI1MCIvPgogIDxjaXJjbGUgY2xhc3M9ImNscy0xIiBjeD0iOTE1LjIiIGN5PSI2Mi41NSIgcj0iNTAiLz4KICA8Y2lyY2xlIGNsYXNzPSJjbHMtMSIgY3g9Ijk2OS4yOSIgY3k9IjYyLjU1IiByPSI1MCIvPgogIDxjaXJjbGUgY2xhc3M9ImNscy0xIiBjeD0iMTAyMy4zOSIgY3k9IjYyLjU1IiByPSI1MCIvPgogIDxjaXJjbGUgY2xhc3M9ImNscy0xIiBjeD0iMTA3Ny40OSIgY3k9IjYyLjU1IiByPSI1MCIvPgogIDxjaXJjbGUgY2xhc3M9ImNscy0xIiBjeD0iMTEzMS41OCIgY3k9IjYyLjU1IiByPSI1MCIvPgogIDxjaXJjbGUgY2xhc3M9ImNscy0xIiBjeD0iMTE4NS42OCIgY3k9IjYyLjU1IiByPSI1MCIvPgogIDxjaXJjbGUgY2xhc3M9ImNscy0xIiBjeD0iMTIzOS43OCIgY3k9IjYyLjU1IiByPSI1MCIvPgogIDxjaXJjbGUgY2xhc3M9ImNscy0xIiBjeD0iMTI5My44OCIgY3k9IjYyLjU1IiByPSI1MCIvPgogIDxjaXJjbGUgY2xhc3M9ImNscy0xIiBjeD0iMTM0Ny45NyIgY3k9IjYyLjU1IiByPSI1MCIvPgogIDxjaXJjbGUgY2xhc3M9ImNscy0xIiBjeD0iMTQwMi4wNyIgY3k9IjYyLjU1IiByPSI1MCIvPgo8L3N2Zz4=);
  background-repeat: repeat-x;
  background-position: center;
  background-size: auto 125px;
  position: absolute;
  left: -5%;
  right: -5%;
  top: 23%;
  transform-origin: center;
}

.carousel-marquee-slide {
  width: auto;
  flex-shrink: 0;
}

.carousel-marquee-item {
  display: inline-flex;
  align-items: center;
  padding: 24px 28px;
}

.carousel-marquee-text {
  font-family: var(--secondary-font);
  font-size: 36px;
  font-weight: 300;
  line-height: 1.2;
  color: var(--midnight-800-color);
  white-space: nowrap;
}

.carousel-marquee-wrap--inline {
  height: auto;
  border-top: 1px solid var(--midnight-500-color);
  border-bottom: 1px solid var(--midnight-500-color);
}

.carousel-marquee-item--inline {
  padding: 33px 56px;
  border-left: 1px solid var(--midnight-600-color);
}

.carousel--v3 {
  border-top: 1px solid var(--black-color-10-bis);
  border-bottom: 1px solid var(--black-color-10-bis);
  background: var(--purple-500-color);
}

.carousel--v4 .carousel-marquee-text i { 
  background: var(--green-500-color);
  color: var(--black-color);
}

.carousel-marquee-text i {
  margin-right: 24px;
  top: -6px;
  background: var(--black-color);
  color: var(--white-color);
}

.carousel--v3 .carousel-marquee-text i {
  background: var(--blue-400-color);
  color: var(--black-color);
}

.carousel--v3 .carousel-marquee-text {
  color: var(--black-color);
}


.carousel--v4 {
  border-top: 1px solid var(--midnight-600-color);
  border-bottom: 1px solid var(--midnight-600-color);
}

.carousel--v4 .carousel-marquee-text {
  color: var(--purple-200-color);
}

.light-mode.carousel--v4 .carousel-marquee-text {
  color: var(--black-color);
}


/* XS */
@media (max-width: 767px) {
  .carousel-marquee-wrap {
    height: 176px;
  }

  .carousel-marquee-wrap--inline {
    height: auto;
  }

  .carousel-marquee-item {
    padding: 24px 12px;
  }

  .carousel-marquee-text i {
    top: -3px;
  }

  .carousel-marquee-text {
    font-size: 24px;
  }

  .carousel-marquee-item--inline {
    padding: 33px 20px;
  }
}
/* Speakers */
.speakers-section .container {
  position: relative;
}

.speakers-section .row-speakers{
  margin-bottom: -32px;
}

.speakers-section .col-speakers {
  padding-bottom: 32px;
}

.speakers-section .container:after {
  content: '';
  position: absolute;
  top: 50%;
  right: -560px;
  transform: translateY(-50%);
  width: 1120px;
  height: 1120px;
  border-radius: 1120px;
  background: radial-gradient(50% 50% at 50% 50%, var(--purple-900-color) 0%, var(--secondary-color) 100%);
  z-index: -1;
  pointer-events: none;
}

.speakers-card {
  border-radius: 24px;
  border: 1px solid var(--white-color-20);
  overflow: hidden;
  display: flex;
  height: 100%;
  background: var(--secondary-color-20);
}

.speakers-alt-card .speakers-card-img {
  width: 268px;
  min-width: 268px;
  min-height: 234px;
}

.speakers-alt-card .speakers-card-content {
  padding: 32px 40px;
}

.light-mode .speakers-card {
  background: var(--white-color-60);
}

.speakers-card .default-tag:last-child {
  margin-bottom: 0;
}

.speakers-card-description {
  font-size: 20px;
  line-height: 1.5;
  margin-top: 25px;
  color: var(--purple-200-color);
}

.light-mode .speakers-card-description {
  color: var(--midnight-800-color);
}

.speakers-card-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  width: 395px;
  min-width: 395px;
  min-height: 547px;
}

.speakers-card-img-square {
  width: 547px;
  min-width: 547px;
}

/* MD */
@media (max-width: 1279px) { 
  .speakers-card-img {
    width: 340px;
    min-width: 340px;
    min-height: 475px;
  }
}

.speakers-card-small-img {
  width: 87px;
  height: 87px;
  min-width: 87px;
  min-height: 87px;
  border-radius: 12px;
}

.speakers-card-head {
  display: flex; margin-bottom: calc(44px - 25px);
  gap: 25px;
}

.speakers-card-head:last-child {
  margin-bottom: 0;
}

.speakers-card-head-inner {
  flex: 1;
  margin-top: -7px;
}

.speakers-card-content {
  padding: 40px;
  display: flex;
  flex-direction: column;
}

.speakers-card-name {
  font-family: var(--secondary-font);
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 7px;
}

.speakers-card-name:last-child {
  margin-bottom: 0;
}

.speakers-card-logo {
  margin-top: auto;
}

.speakers-card-logo.reset-logo, .speakers-card-logo.reset-logo img {
  margin-top: 0;
}

.speakers-card-logo.reset-logo img {
  margin-bottom: 44px;
}

.speakers-card-logo img {
  max-width: 235px;
  max-height: 44px;
  margin-top: 44px;
}

.speakers-alt-mini-card.speakers-card {
  height: 100%;
  flex-direction: column;
}

.speakers-alt-mini-card .speakers-card-logo{
  margin-bottom: 44px;
}

.speakers-big-card .speakers-card-logo {
  margin-bottom: 27px;
}

.speakers-alt-mini-card .speakers-card-logo img, .speakers-big-card .speakers-card-logo img {
  margin-top: 0;
  max-height: 24px;
}

.speakers-alt-mini-card .speakers-card-logo:last-child, .speakers-big-card .speakers-card-logo:last-child {
  margin-bottom: 0;
}

.speakers-alt-mini-card .speakers-card-content, .speakers-big-card .speakers-card-content { 
  padding: 40px 32px;
}

.speakers-big-card.speakers-card {
  flex-direction: column;
  height: 100%;
}

.speakers-big-card .speakers-card-img {
  min-height: auto;
  min-width: auto;
  max-width: 100%;
  width: 100%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.speakers-big-card .speakers-card-img::after {
  content: "";
  display: block;
  padding-bottom: calc(100% / 624 * 500);
}

.speakers-big-card .speakers-card-name { 
  font-size: 24px;
}


/* XS */
@media (max-width: 767px) { 

  .speakers-card {
    flex-direction: column;
  }

  .speakers-card-img { 
      min-height: auto;
      min-width: auto;
      max-width: 100%;
      width: 100%;
      border-radius: 24px;
   }

   .speakers-card-img::after {
    content: "";
    display: block;
    padding-bottom: calc(100% / 327 * 327);
  }

  .speakers-card-content {
    padding: 20px 24px;
  }

  .speakers-card-name {
    font-size: 24px;
  }

  .speakers-card-description {
    margin-top: 16px;
  }

  .speakers-alt-mini-card .speakers-card-content {
    padding: 20px;
  }

  .speakers-big-card .speakers-card-content {
    padding: 24px;
  }

  .speakers-card-head {
    flex-direction: column;
    gap: 25px;
  }

  .speakers-card-small-img {
    width: 87px;
    height: 87px;
    min-width: 87px;
    min-height: 87px;
    border-radius: 12px;
  }

  .speakers-card-head {
    margin-bottom: 0;
  }

  .speakers-card-head:last-child {
    margin-bottom: 0;
  }

  .speakers-big-card .speakers-card-img {
    border-radius: 0;
  }

  .speakers-big-card .speakers-card-logo {
    margin-bottom: 44px;
  }

  .speakers-big-card .speakers-card-logo:last-child {
    margin-bottom: 0;
  }

  .speakers-big-card  .speakers-card-position {
    margin-bottom: 16px;
  }

  .speakers-big-card  .speakers-card-position:last-child {
    margin-bottom: 0;
  }

  .speakers-big-card .speakers-card-img, .speakers-alt-card .speakers-card-img {
    min-height: auto;
    min-width: auto;
    max-width: 100%;
    width: 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  
  .speakers-big-card .speakers-card-img::after, .speakers-alt-card .speakers-card-img::after {
    content: "";
    display: block;
    padding-bottom: calc(100% / 327 * 234);
  }
  

  .speakers-alt-card .speakers-card-content {
    padding: 24px;
  }
}
/* Testimonials */

.testimonial-item {
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.testimonial-item i {
    font-size: 40px;
    color: var(--green-500-color);
    margin-bottom: 53px;
    line-height: 1;
    display: inline-block;
}

.light-mode .testimonial-item i {
    color: var(--purple-500-color);
}

.testimonial-quote {
    --testimonial-quote-font-size-base: 54px;
    --testimonial-quote-line-height-base: 1.3;
    --testimonial-quote-size-scale: 1;
    font-family: var(--secondary-font);
    font-size: calc(var(--testimonial-quote-font-size-base) * var(--testimonial-quote-size-scale));
    font-weight: 300;
    line-height: calc(var(--testimonial-quote-line-height-base) * var(--testimonial-quote-size-scale));
    margin-bottom: 25px;
}

.testimonial-quote:last-child {
    margin-bottom: 0;
}

.testimonial-name {
    color: var(--purple-600-color); font-weight: 700; line-height: 1.5; margin-bottom: 7px;
}

.testimonial-name:last-child {
    margin-bottom: 0;
}

/* XS */
@media (max-width: 767px) {
    .testimonial-quote {
        --testimonial-quote-font-size-base: 36px;
        --testimonial-quote-line-height-base: 1.35; 
    }
}

/* ---- Agenda ---- */
.agenda-list {
    margin-bottom: 0;
}

.agenda-list {
    margin-bottom: -24px;
}

.agenda-list.row { 
    margin-left: -12px;
    margin-right: -12px;
} 

.agenda-list.row > li {
    padding-left: 12px;
    padding-right: 12px;
}

.agenda-list li {
    padding-bottom: 24px;
}

.agenda-item {
    border-radius: 16px;
    /* border: 1px solid var(--white-color-10); */
    background: var(--midnight-600-color-20);
    padding: 32px;
    height: 100%;
}

.light-mode .agenda-item {
    /* border: 1px solid var(--purple-300-color); */
    background: var(--white-color-30);
}

.agenda-item .default-tag {
    margin-bottom: 16px;
}

.agenda-item-icon {
    color: var(--purple-500-color);
    font-size: 20px;
    margin: 3px 2px 0;
}

.agenda-item .default-tag:last-child {
    margin-bottom: 0;
}

.agenda-item-title {
    color: var(--purple-500-color);
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 16px;
}

.agenda-item-title:last-child { 
    margin-bottom: 0;
}

.agenda-item-description {
    color: var(--light-gray-color-80);
    font-size: 18px;
    line-height: 1.7;
}

.light-mode .agenda-alt-item .agenda-item-description {
    color: var(--light-gray-color-80);
}

.agenda-img { 
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 16px;
  height: 100%;
}

.agenda-img::after {
    content: '';
    display: block;
    padding-bottom: calc(100% / (535 / 621));
}

.agenda-alt-list {
    margin-bottom: 0;
}

.agenda-alt-list > li + li {
    margin-top: 24px;
}

.agenda-break-item {
    border-radius: 12px;
    background: var(--black-beta-color-10);
    padding: 20px 32px;
    color: var(--purple-200-color);
    display: flex;
    gap: 18px;
    align-items: center;
}

.agenda-break-icon {
    font-size: 24px;
    color: var(--purple-500-color);
    line-height: 1;
    flex-shrink: 0;
    margin-top: -2px;
}

.agenda-item-icon.ph-fill {
    line-height: 1;
    flex-shrink: 0;
    font-size: 27px;
}

.agenda-break-title {
    font-family: var(--secondary-font);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
}

.agenda-break-time { 
    margin-left: auto;
    white-space: nowrap;
}

.light-mode .agenda-break-item {
    background: var(--black-beta-color-30);
    color: var(--midnight-800-color);
}

.agenda-alt-item {
    padding: 32px;
    display: flex;
    gap: 16px;
}

.agenda-alt-item .agenda-item-title {
    color: var(--white-color);
    margin-bottom: 10px;
    font-weight: 700;
}

.light-mode .agenda-alt-item .agenda-item-title {
    color: var(--midnight-800-color);
}

.agenda-alt-item .agenda-item-title:last-child {
    margin-bottom: 0;
}

.agenda-speakers-list {
    margin-bottom: 14px;
}

.agenda-speakers-list li {
    margin-right: 10px !important;
    margin-bottom: 10px;
    margin-top: 0;
}

.agenda-speaker-tag {
    border-radius: 12px;
    border: 1px solid var(--white-color-10);
    background: var(--white-color-04);
    backdrop-filter: blur(7px);
    padding: 3px 16px;
    font-size: 14px;
    line-height: 1.5;
    color: var(--purple-200-color);
}

.light-mode .agenda-speaker-tag {
    border: 1px solid var(--midnight-800-color-10);
    background: var(--midnight-800-color-04);
    color: var(--midnight-800-color);
}

.row-list-agenda {
    margin-left: -12px;
    margin-right: -12px;
}

.col-agenda-time, .col-agenda-content {
    padding: 0 12px;
}

/* Min MD */
@media (min-width: 1024px) {
    .col-agenda-time {
        flex: 0 0 245px;
        max-width: 245px;
        padding-top: 32px;
    }
    .col-agenda-content {
        flex: 0 0 calc(100% - 245px);
        max-width: calc(100% - 245px);
    }
}



.agenda-alt-item .agenda-item-description {
    color: var(--white-color-40);
}

/* SM */
@media (max-width: 1023px) { 
    .row-agenda {
        margin-bottom: -32px;
    }
    .col-agenda {
        padding-bottom: 32px;
    }
    .agenda-item-time-text {
        margin-bottom: 16px;
    }
}

/* XS */
@media (max-width: 767px) {
    .agenda-item {
        padding: 20px;
    }
    .agenda-item-title {
        font-size: 20px;
    }

    .agenda-item-description {
        font-size: 14px;
    }

    .agenda-list {
        margin-bottom: -16px;
    }

    .agenda-list li {
        padding-bottom: 16px;
    }

    .agenda-speakers-list {
        margin-bottom: 8px;
    }
    
    .agenda-speakers-list li {
        margin-right: 8px !important;
        margin-bottom: 8px;
        margin-top: 0;
    }

    .agenda-speaker-tag {
        padding: 3px 8px;
    }

    .agenda-img::after {
        padding-bottom: calc(100% / (335 / 376));
    }

    .agenda-alt-item {
        flex-direction: column;
    }

    .agenda-break-item {
        flex-direction: column;
        align-items: flex-start;
        padding: 8px 10px 8px 48px;
        position: relative;
        gap: 4px;
    }

    .agenda-break-item i {
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1;
    }

    .agenda-break-time {
        margin-left: 0;
    }
}
/* Call to action */

.cta-card {
    border-radius: 24px;
    /* border: 1px solid var(--white-color-30); */
    background-color: var(--midnight-600-color);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 430px;
    text-align: center;
    padding: 54px 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.light-mode .cta-card { 
    /* border: 1px solid var(--light-gray-color-20); */
    background-color: var(--white-color);
}

.cta-card .btn {
    min-width: 206px;
}

.cta-card-title {
    --cta-card-title-font-size-base: 54px;
    --cta-card-title-line-height-base: 1.3;
    --cta-card-title-size-scale: 1;
    font-size: calc(var(--cta-card-title-font-size-base) * var(--cta-card-title-size-scale));
    line-height: calc(var(--cta-card-title-line-height-base) * var(--cta-card-title-size-scale));
    margin-bottom: 0;
}

.light-mode .cta-card-title {
    color: var(--purple-900-color);
}

.cta-card-text {
    font-size: 18px;
    max-width: 504px;
    width: 100%;
    margin: 0 auto;
    color: var(--purple-200-color);
    line-height: 1.8;
}

.light-mode .cta-card-text {
    color: var(--midnight-800-color);
}

.cta-card-content {
    margin-bottom: 40px;
}

.cta-card-content:last-child {
    margin-bottom: 0;
}

/* XS */
@media (max-width: 768px) {
    .cta-card {
        min-height: auto;
    }
    
    .cta-card-title {
        --cta-card-title-font-size-base: 36px;
        margin-bottom: 12px;
        --cta-card-title-line-height-base: 1.2;
    }
    .cta-card-title:last-child {
        margin-bottom: 0;
    }
    .cta-card-text {
        max-width: 100%;
    }
}
/* Call to Action Multi */

.cta-multi-list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.cta-multi-align-left {
    justify-content: flex-start;
}

.cta-multi-align-center {
    justify-content: center;
}

.cta-multi-align-right {
    justify-content: flex-end;
}

.cta-multi-item {
    flex: 0 0 auto;
}

.cta-multi-item .btn {
    min-width: 206px;
}

/* XS */
@media (max-width: 767px) {
    .cta-multi-list {
        flex-direction: column;
    }

    .cta-multi-item {
        flex-basis: 100%;
        width: 100%;
    }

    .cta-multi-item .btn {
        width: 100%;
    }
}
/* Video Container */

.video-c-head-btn,
.video-gallery-thumb-img,
.hero-v5-video-link {
    position: relative;
}

.video-thumb-cover {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    border-radius: inherit;
    pointer-events: none;
}

.video-c-head-btn > i,
.video-gallery-thumb-img > i,
.hero-v5-video-link > i {
    position: relative;
    z-index: 1;
}

.video-play-btn i{
    transition: 0.3s;
    width: 44px;
    height: 44px;
    border-radius: 8px;
    background: var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--black-color);
}

.video-play-btn:hover i {
    background: var(--purple-70-color);
}

.video-play-btn i:before {
    position: relative;
    right: -1px;
}

/* ---- Video Container ---- */
.video-container-section .container {
    position: relative;
}

.video-container-section .container::before {
    content: '';
    position: absolute;
    top: 0;
    right: -560px;
    width: 1120px;
    height: 900px;
    border-radius: 1120px;
    background: radial-gradient(50% 50% at 50% 50%, var(--purple-900-color) 0%, var(--secondary-color) 100%);
    z-index: -1;
}

.video-c-center-block {
    text-align: center;
    margin-bottom: 56px;
}

.video-c-head-alt-block .video-c-head-block-text {
    margin: 0;
    max-width: 504px;
}

.video-c-center-block:last-child {
    margin-bottom: 0;
}

.video-c-head-block-title {
    --video-c-head-title-font-size-base: 54px;
    --video-c-head-title-line-height-base: 1.3;
    --video-c-head-title-size-scale: 1;
    font-size: calc(var(--video-c-head-title-font-size-base) * var(--video-c-head-title-size-scale));
    line-height: calc(var(--video-c-head-title-line-height-base) * var(--video-c-head-title-size-scale));
    margin-bottom: 0;
}

.light-mode .video-c-head-block-title {
    color: var(--midnight-800-color);
}

.video-c-head-block-text {
   font-size: 18px;
   line-height: 1.8;
   max-width: 504px;
   width: 100%;
   margin: 0 auto;
}


.video-c-head-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    background-color: var(--midnight-800-color);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    border-radius: 24px 24px 0 0;
    overflow: hidden;
    max-height: 656px;
}

.video-c-head-btn:hover i  {
    transform: scale(1.1);
}

.video-c-head-btn:after {
    content: '';
    display: block;
    padding-bottom: calc(100% / 1440 * 656);
}

.video-c-head-alt-btn {
    border-radius: 24px;
}

.video-c-head-alt-btn:after {
    padding-bottom: calc(100% / 620 * 397);
}



/* SM */
@media (max-width: 1023px) {
    .video-c-head-block-text {
        max-width: 100%;
    }

    .video-c-head-alt-block {
        margin-bottom: 28px;
    }

    .video-c-head-alt-block .video-c-head-block-text {
        margin: 0;
        max-width: 100%;
    }

}

/* XS */
@media (max-width: 767px) {
    .video-container-section .container::before {
        top: 88px;
        right: 50%;
        transform: translateX(55%);
    }

    .video-c-head-block-title{
        --video-c-head-title-font-size-base: 36px;
    }

    .video-c-head-btn:after {
        content: '';
        display: block;
        padding-bottom: calc(100% / 375 * 306);
    }

    .video-c-head-alt-btn:after {
        padding-bottom: calc(100% / 343 * 241);
    }
}
/* Text Image */

.text-image-section .container {
    position: relative;
}

.light-mode.text-image-section {
    background: linear-gradient(180deg, var(--purple-200-color) 0%, var(--white-color) 100%), var(--secondary-color);
}

.text-image-section .btn {
    min-width: 206px; margin-top: 32px;
}

.text-image-section .container:after {
    content: '';
    position: absolute;
    top: 0;
    right: -174px;
    width: 609px;
    height: 442px;
    border-radius: 609px;
    background: radial-gradient(50% 50% at 50% 50%, var(--purple-900-color) 0%, var(--secondary-color) 100%);
    z-index: -1;
    pointer-events: none;
}

.row-reverse {
    flex-direction: row-reverse;
}


.row-text-image {
    margin: 0 -40px;
}

.col-text-image {
    padding: 0 40px;
}

.text-image-img {
  border-radius: 24px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}

.text-image-img::after {
    content: '';
    display: block;
    padding-bottom: calc(100% / 600 * 397);
}

.text-image-title {
    --text-image-title-font-size-base: 54px;
    --text-image-title-line-height-base: 1.3;
    --text-image-title-size-scale: 1;
    font-size: calc(var(--text-image-title-font-size-base) * var(--text-image-title-size-scale));
    line-height: calc(var(--text-image-title-line-height-base) * var(--text-image-title-size-scale)); 
    margin-bottom: 0;
}

.text-image-text {
    font-size: 18px;
    line-height: 1.8;
}

.light-mode .text-image-title {
    color: var(--midnight-800-color);
}

/* SM */
@media (max-width: 1023px) {
    .text-image-section .container:after {
        content: '';
        position: absolute;
        top: 20px;
        right: 50%;
        transform: translateX(55%);
    }
    .col-text-image + .col-text-image {
        margin-top: 20px; 
    }
    .text-image-img::after {
        content: '';
        display: block;
        padding-bottom: calc(100% / 335 * 240);
    }
}

/* XS */
@media (max-width: 767px) {
    .text-image-title {
        --text-image-title-font-size-base: 36px;
        --text-image-title-line-height-base: 1.35; 
    }

    .text-image-section .btn {
        width: 100%;
    }
}
/* ---- Video Gallery ---- */

.video-gallery-img-bg {
    position: absolute;
    top: -60px;
    right: -119px;
    width: 640px;
    height: 563px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
    pointer-events: none;
}

.video-gallery-section .container {
    position: relative;
}

.row-video-gallery {
    margin-bottom: -32px;
}

.col-video-gallery {
    padding-bottom: 32px;
}

.video-gallery-section .container:after {
    content: '';
    position: absolute;
    top: 0;
    right: -174px;
    width: 609px;
    height: 442px;
    border-radius: 609px;
    background: radial-gradient(50% 50% at 50% 50%, var(--purple-900-color) 0%, var(--secondary-color) 100%);
    z-index: 1;
    pointer-events: none;
}

.light-mode.video-gallery-section .container:after {
    display: none;
}

.light-mode .video-gallery-title {
    color: var(--midnight-800-color);
}

.video-gallery-content {
    position: relative;
    z-index: 3;
}

.video-gallery-description {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 32px;
}

.video-gallery-action {
    text-align: center;
    margin-top: 64px;
}

.video-gallery-action .btn {
    min-width: 206px;
}

.video-gallery-card { 
    border-radius: 16px;
    border: 1px solid var(--purple-1000-color);
    background: var(--secondary-color-20);
    backdrop-filter: blur(32px);
    -webkit-backdrop-filter: blur(32px); /* For Safari */
    overflow: hidden;
    display: flex;
    text-decoration: none;
    color: var(--white-color);
}

.light-mode .video-gallery-card { 
    border: 1px solid var(--purple-200-color);
    background: var(--white-color-60);
    backdrop-filter: blur(32px);

}

.video-gallery-card:hover,
.video-gallery-card:focus,
.video-gallery-card:active:focus,
.video-gallery-card:focus-visible {
    text-decoration: none;
}


.video-gallery-thumb-img {
    width: 454px;
    min-width: 454px;
    min-height: 283px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-gallery-thumb-img i {
    transition: 0.3s;
    width: 44px;
    height: 44px;
    border-radius: 8px;
    background: var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--black-color);
}

.video-gallery-card-content {
    flex: 1;
    padding: 40px;
}

.video-gallery-card-title {
    color: var(--purple-200-color);
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 7px;
}

.light-mode .video-gallery-card-title {
    color: var(--midnight-800-color);
}

.video-gallery-speakers-list {
    margin-bottom: 0;
}

.video-gallery-speakers-list li + li {
    margin-top: 7px;
}

.video-gallery-speakers-list {
    display: inline-grid;
    grid-template-columns: max-content;
}

.video-gallery-speaker-tag {
    border-radius: 3px;
    border: 1px solid var(--purple-1000-color);
    background: var(--midnight-600-color);
    padding: 4px 8px;
    display: block;
    justify-self: stretch;
    color: var(--purple-200-color);
}

.light-mode .video-gallery-speaker-tag {
    border: 1px solid var(--midnight-800-color-10);
    background: var(--midnight-800-color-04);
    color: var(--midnight-800-color);
}

.video-gallery-speaker-name {
    color: var(--green-500-color);
}

.light-mode .video-gallery-speaker-name {
    color: var(--purple-700-color);
}

.video-gallery-card:hover {
    text-decoration: none;
    color: var(--white-color);
}

.video-gallery-card:hover .video-gallery-thumb-img i {
    transform: scale(1.1);
}

.video-gallery-stack-card {
    flex-direction: column;
    height: 100%;
}

.video-gallery-stack-card .video-gallery-thumb-img { 
    height: 283px;
    min-width: 100%;
    width: 100%;
}

/* SM */
@media (max-width: 1023px) {
    .video-gallery-img-bg {
        display: none;
    }
    .video-gallery-card {
        flex-direction: column;
    }
    .video-gallery-thumb-img {
        width: 100%;
        min-width: auto;
    }
}

/* XS */
@media (max-width: 767px) {
    .video-gallery-section .container::after {
        top: 88px;
        right: 50%;
        transform: translateX(55%);
    }

    .video-gallery-thumb-img {
        height: auto;
        width: 100%;
        min-height: auto;
        min-width: auto;
    }

    .video-gallery-thumb-img:after {
        content: '';
        display: block;
        padding-bottom: calc(100% / 335 * 283);
    }

    .video-gallery-card-content {
        padding: 24px 16px;
    }
    .video-gallery-speakers-list {
        display: block;
    }
    .video-gallery-speakers-list li {
        display: block;
    }
    .video-gallery-card-title {
        font-size: 24px;
        line-height: 1.5;
        margin-bottom: 12px;
    }
    .video-gallery-action .btn {
        width: 100%;
    }
}
/* ---- Count Down ---- */
.countdown-img-bg {
    position: absolute;
    top: -60px;
    right: -103px;
    width: 640px;
    height: 450px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
    pointer-events: none;
}

.countdown-section .container {
    position: relative;
}

.countdown-section .container:after {
    content: '';
    position: absolute;
    top: 0;
    right: -174px;
    width: 609px;
    height: 442px;
    border-radius: 609px;
    background: radial-gradient(50% 50% at 50% 50%, var(--purple-900-color) 0%, var(--secondary-color) 100%);
    z-index: 1;
    pointer-events: none;
}

.light-mode.countdown-section .container:after {
    display: none;
}

.countdown-content {
    position: relative;
    z-index: 3;
}

.light-mode .countdown-title {
    color: var(--midnight-800-color);
}

.countdown-action {
    text-align: center;
    margin-top: 64px;
}

.countdown-action .btn {
    min-width: 206px;
}

.countdown-card {
    padding: 25px;
    border-radius: 12px;
    border: 1px solid var(--white-color-09);
    background: var(--white-color-01);
    backdrop-filter: blur(22px);
    text-align: center;
}

.light-mode .countdown-card {
    border: 1px solid var(--black-color-10-bis);
    background: var(--black-color-03);
}

.countdown-value {
    color: var(--green-500-color);
    font-family: var(--secondary-font);
    font-size: 72px;
    font-weight: 300;
    line-height: 1.1; 
    margin-bottom: 10px;
}

.light-mode .countdown-value {
    color: var(--purple-600-color);
}

.countdown-label {
    font-size: 20px;
    line-height: 1.5;
}

.countdown-list {
    max-width: 976px;
    width: 100%;
    margin: 0 auto;
}

/* SM */
@media (max-width: 1023px) {
    .countdown-img-bg {
        display: none;
    }
}

/* XS */
@media (max-width: 767px) {
    .countdown-section .container::after {
        top: 88px;
        right: 50%;
        transform: translateX(55%);
    }

    .countdown-action .btn {
        width: 100%;
    }


    .countdown-card {
        padding: 12px;
    }

    .countdown-value {
        font-size: 72px; 
        margin-bottom: 12px;
    }
}
/* ---- Data Number Highlight ---- */

.data-number-highlight-action {
    text-align: center;
    margin-top: 64px;
}

.data-number-highlight-action .btn {
    min-width: 206px;
}
.data-number-highlight-card {
    color: var(--white-color);
    height: 100%;
    text-align: center;
    padding: 12px;
}

.light-mode .data-number-highlight-title {
    color: var(--midnight-800-color);
}

.row-data-number-highlight {
    margin-bottom: -20px;
    margin-left: -13px;
    margin-right: -13px;
}

.col-data-number-highlight {
    padding-bottom: 20px;
    padding-left: 13px;
    padding-right: 13px;
}

.data-number-highlight-value { 
    color: var(--purple-300-color);
    font-family: var(--secondary-font);
    font-size: 110px;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 10px;
}

.light-mode .data-number-highlight-value {
    color: var(--purple-900-color);
}

.light-mode .data-number-highlight-label {
    color: var(--purple-900-color);
}

.data-number-highlight-square-box {
    height: 100%;
    overflow: hidden;
    border-radius: 24px;
}

.data-number-highlight-square-card {
    border-radius: 24px;
    border-top: 1px solid;
    border-bottom: 0;
    border-left: 1px solid;
    border-right: 1px solid;
    border-image: linear-gradient(180deg, var(--black-alpha-color-04) 0%, var(--black-alpha-color-02) 100%);
    border-image-slice: 1;
    background: linear-gradient(180deg, var(--black-alpha-color-04) 0%, var(--black-alpha-color-02) 100%);
    padding: 24px;
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
    position: relative;
    text-align: left;
}

.light-mode .data-number-highlight-square-card {
    background: linear-gradient(180deg, var(--purple-300-color) 0%, var(--purple-200-color) 100%);
    color: var(--midnight-800-color);
}

.data-number-highlight-square-card .default-tag{ 
    position: absolute;
    top: 24px;
    left: 24px;
    max-width: calc(100% - 48px);
    z-index: 1;
}

.data-number-highlight-square-card .data-number-highlight-content {
    padding-top: 122px;
}

/* MD */
@media (max-width: 1279px) {
    .data-number-highlight-value {
        font-size: 100px;
    }
}


/* XS */
@media (max-width: 767px) {
    .data-number-highlight-action .btn {
        width: 100%;
    }
    
    .data-number-highlight-square-card .default-tag{ 
      position: static; margin-bottom: 24px;
    }

    .data-number-highlight-square-card {
        padding-top: 24px;
    }

    .data-number-highlight-square-card .data-number-highlight-content {
        padding-top: 0;
    }

    .data-number-highlight-value { 
        font-size: 81px;
    }
}
/* ---- Content Highlights ---- */

.content-highlights-title-block {
    text-align: center;
    margin-bottom: 63px;
}

.light-mode .content-highlights-title { 
    color: var(--midnight-800-color);
}

.content-highlights-title-block:last-child {
    margin-bottom: 0;
}


.row-content-highlights {
    margin-bottom: -24px;
}

.col-content-highlights {
    margin-bottom: 24px;
}


.content-highlights-description {
    font-size: 18px;
    line-height: 1.8;
    max-width: 504px; width: 100%; margin: 0 auto;
}

.content-highlights-card {
    padding: 24px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.content-highlights-action {
    text-align: center;
    margin-top: 64px;
}

.content-highlights-action .btn {
    min-width: 206px;
}

.content-highlights-icon {
    width: 64px;
    height: 64px;
    border-radius: 14.769px;
    border: 1.231px solid var(--white-color-10);
    background: var(--secondary-color-30);
    backdrop-filter: blur(8.615385055541992px);
    margin-bottom: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.light-mode .content-highlights-icon {
    border: 1.231px solid var(--white-color-10);
    background: var(--purple-300-color);
}

.content-highlights-icon .ph-fill {
    font-size: 28px;
    line-height: 1;
    color: var(--purple-200-color);
}

.light-mode .content-highlights-icon .ph-fill {
    color: var(--purple-900-color);
}

.content-highlights-square-card .content-highlights-card-content {
    margin-top: auto;
}

.content-highlights-card-title {
    font-size: 24px;
    line-height: 1.5;
    color: var(--purple-400-color);
    margin-bottom: 8px;
}

.light-mode .content-highlights-card-title {
    color: var(--purple-900-color);
}

.content-highlights-square-box {
    height: 100%;
    overflow: hidden;
    border-radius: 24px;
}

.content-highlights-square-card {
    border-radius: 24px;
    border-top: 1px solid;
    border-bottom: 0;
    border-left: 1px solid;
    border-right: 1px solid;
    border-image: linear-gradient(180deg, var(--black-alpha-color-04) 0%, var(--black-alpha-color-02) 100%);
    border-image-slice: 1;
    background: linear-gradient(180deg, var(--black-alpha-color-04) 0%, var(--black-alpha-color-02) 100%);
    padding: 24px;
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
    position: relative;
    text-align: left;
}

.light-mode .content-highlights-square-card { 
    border: 1px solid var(--purple-200-color);
    background: linear-gradient(180deg, var(--purple-300-color) 0%, var(--purple-200-color) 100%);
}
.light-mode .content-highlights-square-card .content-highlights-icon {
    border: 1.231px solid var(--purple-80-color);
    background: var(--purple-90-color);
}

.content-highlights-square-card .content-highlights-icon { 
    margin-bottom: 103px;
}

.content-highlights-square-card .content-highlights-card-title { 
    font-size: 36px;
}


/* XS */
@media (max-width: 767px) {
    .content-highlights-action .btn {
        width: 100%;
    }
    .content-highlights-square-card .content-highlights-icon { 
        margin-bottom: 43px;
    }
}
/* Logo carousel */
.carousel-logo-img {
  /* max-width: 120px; */
  max-height: 27px;
  object-fit: contain;
}

.carousel-logo-marquee {
  width: 100%;
  overflow: hidden;
}

.carousel-logo-item-slide {
  width: auto;
}

.carousel-logo-logo-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 164px;
  height: 72px;
  border-radius: 13px;
  padding: 10px 18px;
  box-shadow: inset 0 1px 0 var(--white-color-04);
}

.carousel-logo-logo-box::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(
    180deg,
    var(--white-color-16) 0%,
    var(--white-color-01) 100%
  );
  -webkit-mask: linear-gradient(var(--white-color) 0 0) content-box, linear-gradient(var(--white-color) 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(var(--white-color) 0 0) content-box, linear-gradient(var(--white-color) 0 0);
  mask-composite: exclude;
  pointer-events: none;
}

.light-mode .carousel-logo-logo-box {
  box-shadow: inset 0 1px 0 var(--purple-600-color-05);
}

.light-mode .carousel-logo-logo-box::before {
  background: linear-gradient(
    180deg,
    var(--purple-600-color-16) 0%,
    var(--purple-600-color-01) 100%
  );
}

/* Variant 2  */
.carousel-logo-title {
  color: var(--purple-400-color);
  font-family: var(--secondary-font);
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
}

.light-mode .carousel-logo-title {
  color: var(--purple-900-color);
}

.carousel-logo-grid-box {
  overflow: hidden;
  height: calc(100% - 1px);
}

.carousel-logo-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.carousel-logo-grid .carousel-logo-grid-item:nth-child(6n+1) { 
  margin-left: 0;
}

.carousel-logo-grid-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 69px;
  border-right: 1px solid var(--light-gray-color-10);
  border-left: 1px solid var(--light-gray-color-10);
  border-top: 1px solid var(--light-gray-color-10);
  border-bottom: 1px solid var(--light-gray-color-10);
  margin-left: -1px;
  margin-top: -1px;
}

.light-mode .carousel-logo-grid-item {
  border-right-color: var(--light-gray-color-30);
  border-left-color: var(--light-gray-color-30);
  border-top-color: var(--light-gray-color-30);
  border-bottom-color: var(--light-gray-color-30);
}

/* MD */
@media (max-width: 1279px) {
  .carousel-logo-row {
    margin-bottom: -30px;
  }

  .carousel-logo-col {
    padding-bottom: 30px;
  }
}

/* SM */
@media (max-width: 1023px) {
  .carousel-logo-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .carousel-logo-grid .carousel-logo-grid-item:nth-child(4n+1) { 
    margin-left: 0;
  }
}

/* XS */
@media (max-width: 767px) {
  .carousel-logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  
  .carousel-logo-grid .carousel-logo-grid-item:nth-child(2n+1) { 
    margin-left: 0;
  }
}


/* Utilities
Helper classes with ability to override anything that comes before it
*/

/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}