@font-face {
  font-family: "Slanter-Sans";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("fonts/Slanter-Sans-Serif-Book.woff2") format("woff2");
}

@font-face {
  font-family: "Slanter-Sans";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("fonts/Slanter-Sans-Serif-Book-Italic.woff2") format("woff2");
}

@font-face {
  font-family: "Slanter-Sans";
  font-style: normal;
  font-weight: 400 500 600 700;
  font-display: swap;
  src: url("fonts/Slanter-Sans-Serif-Bold.woff2") format("woff2");
}

@font-face {
  font-family: "Slanter-Sans";
  font-style: italic;
  font-weight: 400 500 600 700;
  font-display: swap;
  src: url("fonts/Slanter-Sans-Serif-Bold-Italic.woff2") format("woff2");
}

@font-face {
  font-family: "Slanter-Serif";
  font-style: normal;
  font-weight: 100 200;
  font-display: swap;
  src: url("fonts/Slanter-Serif-Extra-Light.woff2") format("woff2");
}

@font-face {
  font-family: "Slanter-Serif";
  font-style: italic;
  font-weight: 100 200;
  font-display: swap;
  src: url("fonts/Slanter-Serif-Extra-Light-Italic.woff2") format("woff2");
}

@font-face {
  font-family: "Slanter-Serif";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("fonts/Slanter-Serif-Book.woff2") format("woff2");
}

@font-face {
  font-family: "Slanter-Serif";
  font-style: normal;
  font-weight: 400 500 600 700;
  font-display: swap;
  src: url("fonts/Slanter-Serif-Bold.woff2") format("woff2");
}

@font-face {
  font-family: "Slanter-Serif";
  font-style: italic;
  font-weight: 400 500 600 700;
  font-display: swap;
  src: url("fonts/Slanter-Serif-Bold-Italic.woff2") format("woff2");
}

html, body, *, *::before, *::after {
  font-synthesis: none;
}

:root {
  --white: #F3F3F1;
  --white-50: #878784;
  --white-75: #b6b6b0;
  --black: #1B1B18;
  --black-hover-color: #00000058;
  --black-border-color: #32322d;
  --black-light: #3535314d;
  --black-blue-accent: #3a7ede;
  
  --background-color: #F3F3F1;
  --light-bg: #F7F7F8;
  --white-bg: #fff;
  --text-color: #292929;
  --text-color-dark-light: rgba(41, 41, 41, 0.5);
  --text-color-light-med: rgba(243, 243, 241, 0.5);
  --text-color-light: rgba(243, 243, 241, 0.7);
  --user-bubble: #DCDCD6;
  --border-color-opacity: rgba(204, 204, 204, 0.5);
  --border-color-dark: #42423D;
  --border-color: #d9d9d3a8;
  --border-color-sharper: #d9d9d3;
  --border-color-lighter: rgba(204,204,204,0.5);
  --border-color-darker: #b3b3a8a8;
  --contrast: #1B1B18;
  --contrast-text: #ffffff;
  --med-dark-text: #262626;
  --med-text: #676767;
  --med-light-text: #3D3D3D;
  --light-text: #8e8e8e;
  --sidebar-border-color: #e3e3e3;
  --black-shadow: rgba(0, 0, 0, 0.14);

  --color-green-slanter: #969640;

  --file-btn-mobile-bg: #DCDCD6;

  --mobile-quiz-bg: rgba(255, 255, 255, 0.35);
  --mobile-quiz-pill: rgba(41, 41, 41, 0.42);

  --thinking-gradient: rgba(255, 255, 255, 0.7);

  --sidebar-controls: rgba(0, 0, 0, 0.35);
  
  --image-controls: #ffffff;

  --circle-bg-correct: rgba(113, 196, 58, 0.3);
  --circle-bg-wrong: rgba(224, 62, 51, 0.3);
  
  --green-text: #9ab535;
  --green-border: rgba(113, 196, 58, 0.6);
  --green-bg-transp: rgba(113, 196, 58, 0.1);
  --green-bg-not-transp: #DEF1E9;

  --blue-accent: #3471c7;
  --blue-accent-light: hsla(215, 70%, 51%, 0.15);
  --blue-accent-med: rgba(43, 116, 217, 0.30);
  --blue-accent-med-bg: #B3D5F4;
  --blue-accent-dark: #3471c7;

  --input-box-bg: #F6F6F7;
  --input-border: #E8E8E9;
  --darker-box-bg: #fff;

  --lighter-hover-color: rgba(0, 0, 0, 0.04);
  --hover-color: #41413E;
  --darker-hover-color: rgba(0, 0, 0, 0.14);
  --hover-color-50: #ffffff9a;
  --sidebar-hover-not-trans: #d9d9d7;

  --red-bg: #fde8e6;
  --red-text: #cf564e;
  --dark-red-text: #87332d; 
  --red-border: #B4220C;
  --red-bg-transp: rgba(224, 62, 51, 0.15);
  --red-bg-not-transp: #EFDFDB;

  --red-text-light: #B4220C;

  --orange-text: #7E4E06;
  --orange-border: rgba(126, 78, 6, 0.5);
  --orange-bg: #F9DDB2;

  --disabled-bg: #F2F2F2;
  --disabled-text: #4C4C4C;
  --skeleton-base: #e4e8ed;
  --skeleton-highlight: #f3f6f9;
  --invite-skeleton-base: #CECEC5;
  --invite-skeleton-highlight: #DCDCD6;

  --weblink-hover-grad: linear-gradient(90deg, #DFEAF900 0%, #DFEAF9 50%);
}

:root[data-skeleton-theme="dark"] {
  --invite-skeleton-base: #31353a;
  --invite-skeleton-highlight: #42474e;
}

:root[data-skeleton-theme="light"] {
  --invite-skeleton-base: #e4e8ed;
  --invite-skeleton-highlight: #f3f6f9;
}

html {
  color: var(--text-color);
  font-family: 'Slanter-Sans', sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  background-color: var(--background-color);
}

::selection{
    background-color: rgba(177, 177, 37, 0.25);
}

body {
    margin: 0;
}

a {
  text-decoration: none;
}

.hidden{
  display: none !important;
}

.right{
    margin-left: auto;
}

.page-transition-overlay {
    position: fixed;
    inset: 0;
    background-color: var(--background-color);
    opacity: 0;
    pointer-events: none;
    z-index: 2147483647;
    transition: opacity 360ms ease;
    will-change: opacity;
}

.page-transition-overlay.is-visible {
    opacity: 1;
}

.serif_text{
    font-family: 'Slanter-Serif', serif;
    font-size: 1.3rem;
    font-weight: 300;
    color: var(--text-color);
}

.serif_text.small{
    font-size: 1rem;
    font-weight: 100;
}

.serif_text.large{
    font-family: 'Slanter-Serif', serif;
    font-size: 1.5rem;
    font-weight: 300;
    color: var(--text-color);
}

.serif_text.xlarge{
    font-family: 'Slanter-Serif', serif;
    font-size: 1.6rem;
    font-weight: 300;
    color: var(--text-color);
}

.serif_text.xxlarge{
    font-family: 'Slanter-Serif', serif;
    font-size: 1.8rem;
    font-weight: 500;
    color: var(--text-color);
}

.serif_text.large.bold{
    font-weight: 500;
}

.serif_text.large.center{
    text-align: center;
}


.serif_text.med.width{
    max-width: 340px;
}

.sans_serif_text{
    font-family: 'Slanter-Sans', serif;
    font-size: 1.1rem;
    color: var(--text-color);
    line-height: 1.3;
    transition: color 0.2s ease;
}

.sans_serif_text.light{
    font-size: 1rem;
    opacity: 0.9;
}

.sans_serif_text.is_link{
  cursor: pointer;
}

.news_overview:hover .sans_serif_text.is_link,
.sans_serif_text.is_link:hover{
  text-decoration-skip-ink: none;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.sans_serif_text.med_weight{
  font-weight: 600;
}

.sans_serif_text.norm_weight{
  font-weight: 300;
}

.sans_serif_text.grey{
    color: var(--text-color-dark-light);
}

.sans_serif_text.xxxlarge{
    font-family: 'Slanter-Sans', serif;
    font-size: 2rem;
    font-weight: bold;
}

.sans_serif_text.xxxlarge.is_link{
    font-size: clamp(1.35rem, 6vw, 2rem);
}

.sans_serif_text.xxlarge{
    font-family: 'Slanter-Sans', serif;
    font-size: 1.35rem;
    font-weight: 300;
}

.sans_serif_text.xlarge{
    font-family: 'Slanter-Sans', serif;
    font-size: 1.3rem;
    max-width: 670px;
    color: var(--med-text);
    margin-top: 35px;
    line-height: 1.3;
}


.sans_serif_text.large{
    font-family: 'Slanter-Sans', serif;
    font-size: 1.2rem;
    text-align: center;
    max-width: 600px;
    color: var(--med-text);
    margin-top: 35px;
    line-height: 1.3;
}

.sans_serif_text.large.left{
    font-family: 'Slanter-Sans', serif;
    font-size: 1.2rem;
    text-align: left;
    max-width: 600px;
    color: var(--med-text);
    margin-top: 35px;
    line-height: 1.3;
}

.sans_serif_text.text_color{
  color: var(--text-color) !important;
}


.sans_serif_text.slighly_smaller{
    font-family: 'Slanter-Sans', serif;
    font-size: 1rem;
    text-align: left;
    max-width: 600px;
    color: var(--text-color);
    line-height: 1.3;
}

.sans_serif_text.slighly_smaller.red{
    color: var(--red-text);
}

.sans_serif_text.much_smaller.center{
    text-align: center;
    color: var(--text-color);
    margin: 14px 0;
}

.sans_serif_text.much_smaller.center.or{
    text-align: center;
    z-index: 3;
    position: relative;
    opacity: 0.3;
    margin: 0;
}

.sans_serif_text.much_smaller.center.grey{
    text-align: center;
    z-index: 3;
    position: relative;
    color: var(--text-color-dark-light);
    margin: 0;
}

.sans_serif_text.much_smaller.center.grey.terms_link{
    text-decoration: underline;
    text-underline-offset: 2px;
    cursor: pointer;
}

.sans_serif_text.much_smaller.center.grey.terms_link:hover{
    color: var(--text-color);
}

.sans_serif_text.much_smaller{
    font-family: 'Slanter-Sans', serif;
    font-size: 0.95rem;
    text-align: left;
    max-width: 600px;
    color: var(--med-text);
    line-height: 1.3;
}

.sans_serif_text.much_smaller.text_color{
    color: var(--text_color);
}

.sans_serif_text.med.bold{
    display: flex;
    font-family: 'Slanter-Sans', serif;
    font-size: 1.2rem;
    text-align: left;
    max-width: 600px;
    font-weight: 600;
    color: var(--text-color);
    margin-top: 16px;
    margin-bottom: 6px;
    line-height: 1.3;
}

.sans_serif_text.large.black{
    font-family: 'Slanter-Sans', serif;
    font-size: 1.2rem;
    text-align: left;
    max-width: 600px;
    font-weight: 300;
    color: var(--text-color);
    margin-top: 8px;
    line-height: 1.3;
}

.sans_serif_text.small{
    font-size: 1.1rem;
    text-align: left;
    max-width: 400px;
    color: var(--med-text);
    line-height: 1.3;
}

.sans_serif_text.smaller{
    font-family: 'Slanter-Sans', serif;
    font-size: 1.05rem;
    text-align: left;
    max-width: 400px;
    color: var(--med-text);
    line-height: 1.3;
}

.sans_serif_text.smaller.right{
    margin-left: auto;
}

.sans_serif_text.smallest{
    font-family: 'Slanter-Sans', serif;
    font-size: 0.9rem;
    text-align: left;
    max-width: 400px;
    color: var(--med-text);
    line-height: 1.3;
}

.topbar{
    width: 100%;
    background-color: var(--background-color);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    z-index: 500;
    height: 65px;
    position: fixed;
    top: 0;
    user-select: none;
}

.topbar_content{
    margin: 0 30px;
    max-width: 1100px;
    display: flex;
    width: 100%;
}

.logotop{
    height: 35px;
    width: 35px;
    color: var(--text-color);
    cursor: pointer;
}

.topbar_right{
    margin-left: auto;
    display: flex;
    gap: 32px;
    align-items: center;
}

.topbar_right.mobile{
    display: none;
    margin-left: auto;
    align-items: center;
    cursor: pointer;
}

@media (max-width: 900px){
    .topbar_right:not(.mobile){
        display: none;
    }

    .topbar_right.mobile{
        display: flex;
    }
}

.topbar_right.mobile .icon_hamburger{
    width: 26px;
    margin-left: 0;
}

.topbar_nav_btn{
    position: relative;
    color: var(--text-color);  
    cursor: pointer;  
    display: flex;
    gap: 4px;
}

.topbar_nav_btn:hover{
    text-decoration: underline;
    text-underline-offset: 4px;
}

.topbar_nav_btn:hover .dropdown_icon{
    transform: rotate(180deg);
}

.topbar_nav_btn_dropdown{
    width: 22px;
    height: 22px;
    pointer-events: auto;
    padding: 7px 0;
    padding-left: 10px;
    margin-left: 12px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-right: 10px;
    border-left: 1.8px solid var(--light-bg);
    background-color: var(--contrast);
    transition: background 0.15s ease;
}

.topbar_nav_btn_dropdown:hover{
    background-color: var(--hover-color);
}

.topbar_cta_btn:has(.topbar_nav_btn_dropdown:hover){
    background-color: var(--contrast);
}

.topbar_cta_btn{
    display: flex;
    align-items: center;
    background-color: var(--contrast);
    color: var(--background-color);
    padding-left: 15px;
    border-radius: 10px;
    cursor: pointer;
    height: 36px;
    font-size: 0.95rem;
    transition: background 0.15s ease;
    position: relative;
    margin-left: auto;
}

.topbar_cta_btn.outline{
    display: flex;
    align-items: center;
    border: 1px solid var(--border-color);
    background-color: transparent;
    color: var(--text-color);
    height: 22px;
    gap: 10px;
    padding: 7px 15px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 0.95rem;
    transition: background 0.15s ease, border-color 0.15s ease;
    position: relative;
}

.topbar_cta_btn.outline:hover{
    background: transparent;
    border-color: var(--text-color);
}

.dropdown_icon{
    width: 20px;
    height: 20px;
    transition: transform 0.2s ease;
}

.topbar_cta_btn:hover{
    background-color: var(--hover-color);
}

.topbar_nav_btn_dropdown:hover .dropdown_icon{
    transform: rotate(180deg);
}

.hero_top{
    overflow: visible;
    padding: 0 30px;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
    margin-top: 155px;
    display: flex;
    width: 100%;
    max-width: 1100px;
    justify-self: center;
    padding-top: 60px;
    flex-direction: column;
    height: 550px;
}

.hero_top.slim{
    height: 320px;
    margin-top: 60px;
}

.hero_top.article{
    height: auto !important;
    padding-bottom: 40px !important;
}

.news_hero_img{
  overflow: hidden;
  height: fit-content;
  border-radius: 21px;
  width: 100%;
}

.news_overview{
  row-gap: 24px;
  cursor: pointer;
  display: grid;
  column-gap: 24px;
  grid-template-columns: 1fr 1fr;
}

@media (max-width: 700px) {
    .news_overview{
        grid-template-columns: 1fr;
    }
}

.hero_top.new{
  display: grid;
  grid-template-columns: 4fr 1.3fr;
  margin-top: 0;
  padding-top: 170px;
  height: 100dvh;
  max-height: 100dvh;
  min-height: 100dvh;
}

.hero_top.new > div:first-child{
  min-width: 0;
  max-width: 720px;
  container-type: inline-size;
}

.hero_top.new .hero_text{
  max-width: 100%;
  font-size: clamp(2.5rem, 9cqw, 4rem);
  line-height: 1;
  overflow-wrap: break-word;
}

.hero_top.new .sans_serif_text.xlarge{
  width: 100%;
  font-size: clamp(1.05rem, 3.5cqw, 1.3rem);
  max-width: min(100%, 510px) !important;
  overflow-wrap: break-word;
}

.hero_top.pricing{
    height: fit-content !important;
    margin-bottom: 100px;
}

.hero_top.login{
    height: 100dvh !important;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 0;
}

[data-no-selection]::selection {
    color: inherit;
    background-color: transparent;
}

.hero_animation{
    width: 45%;
    z-index: 10;
    position: absolute;
    right: 0;
    top: 14%;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    will-change: transform;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.hero_animation.platform{
    top: 4%;
}

.hero_animation.new{
  width: 30%;
  top: 240px;
  right: 50px;
}

#lottie-container-mag{
  z-index: 2;
}

#lottie-container-nn-mag,
#lottie-container-mag{
  position: absolute;
}

.hero_text{
    max-width: 80%;
    font-family: "Slanter-Serif", serif;
    font-weight: 800;
    font-size: 4rem;
    z-index: 1;
}

.background-bg-feathered{
    background-color: var(--background-color);
    box-shadow: 0 0 30px 10px var(--background-color);
}

.hero_text.background-bg-feathered{
    font-size: clamp(2.6rem, 10vw, 4rem);
    max-width: 100%;
}

.sans_serif_text.xlarge.background-bg-feathered{
    font-size: clamp(1rem, 4vw, 1.3rem);
    max-width: 100%;
}

.hero_text.article {
    text-align: center !important;
    font-size: 3.4rem;
    font-size: clamp(2.6rem, 10vw, 3.4rem);
    max-width: 100%;
}

.hero_text.center{
    text-align: center;
    align-self: center;
}

.hero_top .hero_text:not(.small) .hero_word,
.hero_text.news .hero_word,
.hero_text.med .hero_word{
    display: inline-block;
    opacity: 0;
    transform: translateY(10px);
    filter: blur(2px);
    animation: heroWordFadeIn 560ms cubic-bezier(0.2, 0.65, 0.2, 1) forwards;
    animation-delay: var(--word-delay, 0ms);
    will-change: opacity, transform, filter;
}

@keyframes heroWordFadeIn{
    to{
        opacity: 1;
        transform: translateY(0);
        filter: blur(0);
    }
}

@media (prefers-reduced-motion: reduce){
    .hero_top .hero_text:not(.small) .hero_word,
    .hero_text.news .hero_word,
    .hero_text.med .hero_word{
        animation: none;
        opacity: 1;
        transform: none;
        filter: none;
    }
}

.hero_text.med.word_reveal .hero_word{
    animation-play-state: paused;
}

.hero_text.med.word_reveal.is-visible .hero_word{
    animation-play-state: running;
}

.reveal_down{
    opacity: 0;
    transform: translateY(-14px);
    filter: blur(2px);
}

.reveal_down.is-visible{
    animation: revealDownFadeIn 520ms cubic-bezier(0.2, 0.65, 0.2, 1) forwards;
    animation-delay: var(--reveal-delay, 0ms);
}

@keyframes revealDownFadeIn{
    to{
        opacity: 1;
        transform: translateY(0);
        filter: blur(0);
    }
}

@media (prefers-reduced-motion: reduce){
    .reveal_down,
    .reveal_down.is-visible,
    .fade_up,
    .fade_up.is-visible,
    .float_in,
    .float_in.is-visible{
        animation: none;
        opacity: 1;
        transform: none;
        filter: none;
    }
}

.fade_up{
    opacity: 0;
    transform: translateY(18px);
    filter: blur(2px);
}

.fade_up.is-visible{
    animation: fadeUpIn 560ms cubic-bezier(0.2, 0.65, 0.2, 1) forwards;
    animation-delay: var(--reveal-delay, 0ms);
}

.float_in{
    opacity: 0;
    transform: translateY(22px) scale(0.985);
    filter: blur(2px);
}

.float_in.is-visible{
    animation: floatInItem 620ms cubic-bezier(0.2, 0.65, 0.2, 1) forwards;
    animation-delay: var(--reveal-delay, 0ms);
}

@keyframes fadeUpIn{
    to{
        opacity: 1;
        transform: translateY(0);
        filter: blur(0);
    }
}

@keyframes floatInItem{
    to{
        opacity: 1;
        transform: translateY(0) scale(1);
        filter: blur(0);
    }
}

@media (max-width: 900px) {
    .hero_top {
        height: auto;           /* let content determine height */
        flex-direction: column;
        align-items: center;
    }

    .footer_right{
        margin-left: 0;
        gap: 30px;
        flex-wrap: wrap;
    }

    .hero_animation {
        position: absolute;    /* pull out of absolute so it flows */
        top: -40px;
        right: unset;
        width: 200px;            /* bigger since it has full width now */
        order: -1;             /* move ABOVE hero_text */
        margin-bottom: 20px;
    }

    .hero_text {
        max-width: 80%;
        margin-top: 125px;
    }

    .hero_top.new{
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 60px;
        margin-bottom: 50px;
        height: auto;
        max-height: none;
    }

    .hero_top.slim{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin: 0 auto;
        height: 320px;
        padding-top: 60px;
        margin-top: 60px;
        max-height: none;
    }

    .hero_top.slim .hero_text{
        margin: 0;
    }

    .logotop{
      height: 40px;
      width: 40px;
    }

    .hero_top.new > div:first-child{
        width: 100%;
        max-width: 100%;
        order: 2;
    }

    .hero_top.new > div:last-child{
        position: relative;
        width: 100%;
        height: 290px;
        display: flex;
        align-items: center;
        justify-content: center;
        order: 1;
    }

    .hero_top.new .hero_text{
        margin-top: 0;
    }

    .hero_animation.new{
      position: relative;
      width: 260px;
      aspect-ratio: 1 / 1;
      top: 0;
      left: 0;
      margin-right: auto;
    }
  }


@media (max-width: 550px) {

    .cta_btn {
      width: 100% !important;
      justify-content: center;
    }

    .cta_btn.squared {
      width: 40px !important;
      height: 40px !important;
      min-width: 40px !important;
      min-height: 40px !important;
      padding: 11px !important;
    }

    .hero_top.new > div:last-child{
      height: 300px;
    }

    .news_hero_img{
        border-radius: 13px;
    }

    .hero_top.new{
      display: flex;
      flex-direction: column;
      align-items: center;
      padding-top: 80px;
      margin-bottom: 50px;
      height: auto;
    }

    .hero_top.slim {
        height: auto;
        padding-bottom: 50px;
    }

    .topbar{
      height: 80px;
    }

    .logotop{
      height: 45px;
      width: 45px;
    }

    .hero_animation.new{
      width: 90%;
      padding: 20px 0 20px 0;
      max-width: 240px;
      margin: 0 auto;
    }

    .cookies_modal{
      left: 8px !important;
      right: 8px !important;
      width: auto !important;
      max-width: none !important;
      min-width: 0 !important;
      box-sizing: border-box;
    }

    .search_bar {
        width: 100% !important;
        box-sizing: border-box;
    }

    .block.news {
        padding: 40px 0 !important;    
    }
  }

  @media (max-width: 370px) {
    .cookies_modal_buttons_row{
      grid-template-columns: 1fr !important;
      row-gap: 8px !important;
    }
  }

.hero_text.small{
    margin-top: 98px;
    font-weight: 700;
    font-size: 1.5rem;
}


.hero_text.news{
    font-weight: 700;
    font-size: 2.9rem;
    text-align: center;
    width: 100%;
    max-width: 650px;
    color: var(--background-color);
    margin-top: 0;
}

.hero_text.med{
    font-weight: 700;
    font-size: 3rem;
    width: 65%;
    max-width: 700px;
    margin-top: 25px;
    text-align: center;
}

.hero_text.med.left{
    text-align: left;
    width: 100%;
}


.hero_text.small.btn{
    text-decoration: underline;
    text-underline-offset: 4px;
    cursor: pointer;
    transition: color 0.15s ease;
}

.hero_text.small.btn:hover{
    color: var(--hover-color);
}

.hero_grid{
    width: 1050px;
    overflow: hidden;
    position: absolute;
    top: -33px;
    left: 40%;
    transform: translate( -50%);
    z-index: 0;
}

.hero_dots {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100dvh;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  min-height: 100dvh;
}

.hero_dots.news{
  min-height: unset;
  height: 380px;
  border-bottom: 1px solid var(--border-color-sharper);
}

@media (max-width: 550px) {
  .hero_dots.news{
    height: var(--news-hero-slim-height, auto);
  }
}

#noise-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  filter: contrast(0);
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.arrow_svg{
    height: 20px;
    width: 20px;
}

.user_input_hero{
    position: relative;
    display: flex;
    box-sizing: border-box;
    align-items: center;
    border: 1px solid var(--border-color);
    width: 420px;
    padding: 8px;
    border-radius: 21px;
    background: var(--white-bg);
    z-index: 1;
    margin-top: 25px;
    min-height: 38px;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    transition: box-shadow 0.2s ease;
}

.user_input_hero:has(.user_input:focus),
.user_input_hero:hover{
    box-shadow: 0 0 11.5px 0 rgba(0, 0, 0, 0.1);
}

.user_input_hero.new{ 
    position: relative;
    min-height: fit-content;
    display: flex;
    align-items: center;
    border-radius: 13px !important;
    border: 1px solid var(--border-color);
    max-width: 451px;
    width: 100%;
    padding: 8px;
    padding-left: 16px;
    background: var(--background-color);
    z-index: 1;
    margin-top: 16px;
}

.user_input_hero.new:has(.input_transparent:focus) {
  outline: 2px solid var(--blue-accent);
  outline-offset: 2px;
}

.user_input_hero.new:hover{
    box-shadow: none
}

.send_btn{
    background-color: var(--contrast);
    border-radius: 13px;
    color: var(--light-bg);
    display: flex;
    align-items: center;
    font-size: 0.95rem;
    padding: 9px 12px 9px 15px;
    gap: 12px;
    border: none;
    position: absolute;
    top: 8px;
    right: 8px;
    cursor: pointer;
    transition: background 0.15s ease, scale 0.15s ease;
}

.send_btn:hover{
    background-color: var(--hover-color);
}

.send_btn:active{
    scale: 0.97;
}
.user_input{
    resize: none;
    border: none;
    display: flex;
    height: 23.5px;
    line-height: 23.5px;
    overflow-y: hidden;
    box-sizing: border-box;
    padding: 0 156px 0 12px;
    width: 100%;
    font-size: 1rem;
    font-family: "Slanter-Sans", sans-serif;
    font-weight: 300;
    outline: none;
}

.latest_news{
    --latest-news-expand-y: 0px;
    margin-top: calc(55px - var(--latest-news-expand-y));
    margin-bottom: calc(100px - var(--latest-news-expand-y));
    border-radius: 21px;
    position: relative;
    width: 100%;
    height: calc(700px + (var(--latest-news-expand-y) * 2));
    max-width: 1100px;
    justify-self: center;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background-color: #000000;
    align-items: center;
    padding-top: calc(60px + var(--latest-news-expand-y));
    padding-bottom: var(--latest-news-expand-y);
    transition: border-radius 0.2s ease;
}

.latest_news.in_view{
    border-radius: 0;
}

.latest_news::before{
    content: "";
    position: absolute;
    bottom: 0;
    z-index: 3;
    background: linear-gradient(0deg,rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.33) 48%, rgba(0, 0, 0, 0) 100%);
    height: 40px;
    width: 100%;
}

.earth_img{
    position: absolute;
    width: 800px;
    z-index: 2;
    left: 50%;
    top: 260px;
    transform: translate(-50%);
}

.cta_btn{
    width: fit-content;
    display: flex;
    margin-top: 35px;
    border: none;
    background: var(--contrast);
    color: var(--light-bg);
    padding: 8px 25px;
    height: 40px;
    border-radius: 10px;
    font-size: 1rem;
    gap: 10px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    align-items: center;
    transition: scale 0.15s ease, background 0.15s ease;
    z-index: 4;
}

.cta_btn.squared{
  margin: unset;
  padding: 8px;
  height: 34px;
  width: 34px;
  min-height: 34px;
  min-width: 34px;
}

.cta_btn.lt{
    background: var(--file-btn-mobile-bg);
    color: var(--text-color);
}

.cta_btn.fw{
    width: 100%;
    justify-content: center;
}

.cta_btn.fw.nm{
    margin-top: 16px;
}


.cta_btn:hover{
    background-color: var(--hover-color);
}

.cta_btn:active{
    scale: 0.97;
}

.cta_btn:focus {
  outline: none;
}

.cta_btn:focus-visible {
  outline: 2px solid var(--blue-accent);
  outline-offset: 2px;
}


.cta_btn.outline{
    display: flex;
    margin-top: 30px;
    border: 1px solid var(--background-color);
    background: transparent;
    color: var(--background-color);
    padding: 8px 15px;
    border-radius: 10px;
    font-size: 0.95rem;
    gap: 10px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    align-items: center;
    transition: scale 0.15s ease;
}

.button_darker{
    z-index: 3;
    position: relative;
    top: -66px;
    filter: blur(31.9px);
    width: 390px;
}

.btn_content {
    z-index: 1;
    mix-blend-mode: difference;
    display: flex;
    gap: 10px;
    align-items: center;
}

.cta_btn.outline::before{
    position: absolute;
    left: -350px;
    content: "";
    width: 340px;
    height: 200px;
    transform: rotate(15deg);
    background: var(--background-color);
    transition: left 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.cta_btn.outline:hover::before{
    left: 0;
}

.cta_btn.outline:hover{
    scale: 0.97;
}

.split_block{
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--light-bg);
    padding: 100px 0; 
}

.split_block.gap{
    margin-bottom:100px;    
}

.block{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: transparent;
    padding: 100px 0; 
}

.block.news {
  gap: 30px;
  padding: 60px 0;
  display: flex;
  margin: 0 30px;
  justify-self: center;
  width: calc(100dvw - 60px);
  max-width: 1100px;
  border-bottom: 1px solid var(--border-color-sharper);
}

.block.article {
  gap: 30px;
  padding: 60px 0;
  padding-top: 0;
  display: flex;
  margin: 0 30px;
  justify-self: center;
  width: calc(100dvw - 60px);
  max-width: 1100px;
  border-bottom: 1px solid var(--border-color-sharper);
}

.block.nofill{    
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    margin-bottom: 45px;
    display: flex;
    flex-direction: row;
    align-items: center; 
    justify-content: center;
    width: 100%;
}

.article_text{
    max-width: 600px;
    width: 100%;
    font-family: 'Slanter-serif', serif;
    font-weight: 100;
    font-size: 1.15rem;
    line-height: 1.7rem;
    overflow-wrap: normal;
}

.animated_section_icon{
    width: 75px;
    height: 75px;
}

.vertical_split{
    margin: 0 16px;
    display: flex;
    flex-direction: column;
    margin-top: 55px;
    width: 100%;
    max-width: 700px;
}

.item_svg{
    width: 24px;
    height: 24px;
}

.small_item_svg{
    width: 20px;
    height: 20px;
}

.vertical_item{
    max-height: 115px;
    border-top: 1px solid var(--border-color);
    display: flex;
    align-items: flex-start;
    padding: 25px 0;
    width: 100%;
}

.vertical_item_left{
    display: flex;
    align-items: center;
    gap: 8px;
}

.vertical_item_right{
    display: flex;
    margin-left: auto;
}

.horizontal_split{
    margin: 0 16px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    width: 100%;
    max-width: 1100px;
    margin-top: 60px;
    row-gap: 0;
}

.horizontal_item{
    gap: 16px;
    display: flex;
    flex-direction: column;
    border-right: 1px solid var(--border-color);
    padding: 24px 35px;
    min-width: 0;
    box-sizing: border-box;
    position: relative;
}

.horizontal_item.first{
    border-left: 1px solid var(--border-color);
}


.horizontal_item.end{
    border-right: 1px solid var(--border-color);
}

.horizontal_item_top{
    display: flex;
    align-items: center;
    gap: 8px;
}

.horizontal_item_bottom{
    display: flex;
    max-width: none;
}

@media (max-width: 959px) {
    .horizontal_split{
        row-gap: 32px;
    }

    .horizontal_item:nth-child(n+3){
        border-top: 0;
    }

    .horizontal_item:nth-child(n+3)::before{
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: -16px;
        border-top: 1px solid var(--border-color);
    }
}

@media (max-width: 639px) {
    .horizontal_item:nth-child(n+2){
        border-top: 0;
    }

    .horizontal_item:nth-child(n+2)::before{
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: -8px;
        border-top: 1px solid var(--border-color);
    }
}

.video_horizontal_wrapper{
    margin: 0 16px;
    display: flex;
    gap: 45px;
    margin-top: 60px;
    flex-wrap: wrap;
    justify-content: center;
}

.video_horizontal_item{
    display: flex;
    flex-direction: column;
    max-width: 425px;
    flex: 1 1 425px;
    gap: 20px;
}

.video_square{
    width: 425px;
    height: 425px;
    aspect-ratio: 1;
    background-color: #fff;
    border: 1px solid var(--border-color);
    color: black;
    border-radius: 21px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    margin-bottom: 16px;
}

.scroll_square{
    width: 377px;
    height: 377px;
    aspect-ratio: 1;
    background-color: #6BA2EE;
    border: 1px solid var(--border-color);
    color: transparent;
    border-radius: 21px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 2rem;
    transition: color 0.2s ease, opacity 0.2s ease;
    margin-bottom: 16px;
    padding: 24px;
    gap: 24px;
    overflow-y: scroll;
    scrollbar-width: none;
}

@media (max-width: 930px) {
    .video_horizontal_wrapper{
        flex-direction: column;
        align-items: center;
    }

    .video_horizontal_item{
        width: min(100%, 425px);
        flex: 0 1 auto;
    }

    .video_square{
        width: min(100%, 425px);
        height: auto;
    }

    .scroll_square{
        width: min(100%, 377px);
        height: auto;
    }
}

.prompt_block{
    background-color: var(--contrast);
    border-radius: 13px;
    display: flex;
    flex-direction: column;
    padding: 16px;
    gap: 12px;
}

.sans_serif_text.xsmall{
    font-size: 0.85rem;
    color: var(--text-color-light);
    font-weight: 300;
}

.sans_serif_text.xsmall.white{
    color: var(--background-color);
    font-weight: 300;
}

.response_block{
    background-color: var(--white-bg);
    border-radius: 13px;
    display: flex;
    flex-direction: column;
    padding: 16px;
    font-family: 'Slanter-Serif', serif;
    line-height: 1.3;
    color: var(--text-color);
    font-size: 1rem;
    height: fit-content;
}


.horizontal_input_boxes_wrapper{
    margin-top: 45px;
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
}

.input_transparent{
  background-color: transparent;
  width: 100%;
  height: 34px;
  box-sizing: border-box;
  border: none;
  font-family: 'Santer-Sans', sans-serif;
  font-weight: 400;
  font-size: 1rem;
}

.input_transparent:focus{
  outline: none;
}

.input_square{
    display: flex;
    position: relative;
    min-width: 240px;
    min-height: 130px;
    background-color: var(--white-bg);
    padding: 8px;
    padding-bottom: 54px;
    flex-direction: column;
    border-radius: 21px;
    border: 1px solid var(--border-color);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    transition: opacity 0.2s ease;
}

@media (max-width: 799px) {
    .horizontal_input_boxes_wrapper{
        flex-direction: column;
        align-items: center;
    }

    .input_square{
        width: min(100%, 420px);
    }
}

.send_btn.square{
    padding: 9px 9px 9px 9px;
    gap: 12px;
    border: none;
    position: absolute;
    bottom: 8px;
    top: auto;
    cursor: pointer;
    width: 38px;
    height: 38px;
    transition: background 0.15s ease, scale 0.15s ease, padding 0.15s ease, width 0.15s ease;
    overflow: hidden;
}

.input_square:hover .send_btn.square{
    padding: 9px 9px 9px 15px;
    width: 135px;
}

.input_square:hover .send_btn_text{
    left: 5px;
    opacity: 1;
}

.send_btn_text{
    position: absolute;
    width: 100px;
    left: -100px;
    opacity: 0;
    transition: left 0.2s ease, opacity 0.2s ease;
}

.arrow_svg.expand{
    margin-left: auto;
}

.user_input.square{
    resize: none;
    border: none;
    display: flex;
    height: 23.5px;
    line-height: 23.5px;
    overflow-y: hidden;
    box-sizing: border-box;
    padding: 0 8px; 
    margin-top: 4px;
    width: 100%;
    font-size: 1rem;
    font-family: "Slanter-Sans", sans-serif;
    font-weight: 300;
    outline: none;
}

.horizontal_input_boxes_wrapper:hover .input_square,
.horizontal_input_boxes_wrapper:has(.user_input.square:focus) .input_square {
    opacity: 0.65;
}

.input_square:hover,
.input_square:has(.user_input.square:focus) {
    opacity: 1 !important;
}

.horizontal_input_boxes_wrapper:hover .send_btn.square,
.horizontal_input_boxes_wrapper:has(.user_input.square:focus) .send_btn.square{
    background-color: transparent;
    color: var(--text-color);
    border: 1px solid var(--text-color);
}

.input_square:hover .send_btn.square {
    background-color: var(--contrast);
    color: var(--light-bg);
    border: none;
}

.input_square:has(.user_input.square:focus) .send_btn.square {
    background-color: var(--contrast);
    color: var(--light-bg);
    border: none;
}

.input_square .send_btn.square:hover {
    background-color: var(--hover-color);
}

.footer_transition{
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 400px;
    overflow: hidden;
}

.topline_item.is-ripple-active{
    color: rgba(150, 150, 64, 0.24);
}

.footer_transition_bar{
    position: absolute;
    display: flex;
    width: 100%;
    top: 0;
    z-index: 0;
}

.footer_transition_bar.mid{
    left: -185px;
    top: 80px;
}

.footer_transition_bar.btm{
    left: -115px;
    top: 160px;
}

.topline_item{
    flex-shrink: 0;
    width: 130px;
    color: rgba(150, 150, 64, 0.05);
    transition: color 0.15s ease;
    cursor: default;
}

.topline_item.is-hover-center{
    color: rgba(150, 150, 64, 0.3);
}

.topline_item.is-hover-neighbor{
    color: rgba(150, 150, 64, 0.1);
}

.logobtm{
    position: absolute;
    display: flex;
    height: 130px;
    cursor: pointer;
    pointer-events: auto;
    width: 604px;
    align-items: center;
    left: 50%;
    transform: translate(-50%, 50%);
    gap: 25px;
    z-index: 1;
}

.logobtm{
  position: absolute; /* already set */
  pointer-events: auto;
}

.logobtm::before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 105%;
  transform: translateX(-50%);
  background-color: var(--background-color);
  filter: blur(30px);
  opacity: 0;
transition: opacity 0.2s ease;
  z-index: 0;
}

.logobtm > *{
  position: relative;
  z-index: 1;
}

.logobtm:hover::before{
  opacity: 1;
}


.logobtm.stagger_ready .logo_unit{
    display: inline-flex;
    overflow: hidden;
    position: relative;
}

.logobtm.stagger_ready .logo_unit.text_unit{
    height: 1em;
}

.logobtm.stagger_ready .logo_unit.svg_unit{
    width: 130px;
    height: 130px;
    flex: 0 0 130px;
    line-height: 0;
}

.logobtm.stagger_ready .logo_stack{
    display: grid;
}

.logobtm.stagger_ready .logo_unit.svg_unit .logo_stack,
.logobtm.stagger_ready .logo_unit.svg_unit .logo_glyph{
    width: 100%;
    height: 100%;
}

.logobtm.stagger_ready .logo_glyph{
    grid-area: 1 / 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 780ms cubic-bezier(0.2, 0.65, 0.2, 1), opacity 780ms cubic-bezier(0.2, 0.65, 0.2, 1);
    transition-delay: 0ms;
    will-change: transform, opacity;
}

.logobtm.stagger_ready .logo_primary{
    transform: translateY(0);
    opacity: 1;
}

.logobtm.stagger_ready .logo_secondary{
    transform: translateY(108%);
    opacity: 1;
}

.logobtm.stagger_ready:hover .logo_primary{
    transform: translateY(-108%);
    opacity: 0.96;
}

.logobtm.stagger_ready:hover .logo_secondary{
    transform: translateY(0);
}

.logobtm.stagger_ready:hover .logo_glyph{
    transition-delay: var(--logo-delay, 0ms);
}

.logobtm.stagger_ready .logo_svg_glyph svg{
    width: 100%;
    height: 100%;
    display: block;
    pointer-events: none;
    backface-visibility: hidden;
    transform: translateZ(0);
}

.Logotext.Large{
    user-select: none;
    font-family: 'Slanter-Serif', serif;
    font-size: 8rem;
    color: var(--text-color);
    display: flex;
    position: relative;
    top: 8px;
}

@media (prefers-reduced-motion: reduce){
    .logobtm.stagger_ready .logo_primary,
    .logobtm.stagger_ready .logo_secondary{
        transition: none;
        transform: none;
        opacity: 1;
    }
}

.footer{
    background-color: var(--contrast);
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 70px;
}

.footer_top{
    margin: 0 auto;
    display: flex;
    gap: 16px;
    width: calc(100% - 60px);
    max-width: 1100px;
}

.footer_left{
    display: flex;
    align-items: flex-start;}

.logo_footer{
    width: 55px;
    cursor: pointer;
}

.footer_right{
    display: flex;
    margin-left: auto;
    gap: 55px;
}

.footer_nav_columns{
    display: flex;
    flex-direction: column;
    gap: 45px;
}

.footer_nav_rows{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.title_footer_nav{
    color: var(--background-color);
    font-weight: 600;
    font-size: 0.95rem;
}

.btn_footer_nav{
    color: var(--text-color-light-med);
    font-weight: 300;
    cursor: pointer;
    font-size: 1rem;
    transition: color 0.2s ease;
}

.btn_footer_nav:hover{
    color: var(--background-color);
    text-decoration: underline;
    text-underline-offset: 4px;
}

.footer_bottom,
.footer_btm{
    margin: 0 auto;
    border-top: 1px solid var(--border-color-dark);
    width: calc(100% - 60px);
    max-width: 1100px;
    margin-top: 50px;
    padding: 24px 0;
    display: flex;
    align-items: center;
}

.footer_text{
    color: var(--text-color-light-med);
}

.social_box{
    display: flex;
    align-items: center;
    gap: 18px;
    margin-left: auto;
}

.social{
    color: var(--text-color-light-med);
    height: 18px;
    width: 18px;
    cursor: pointer;
    transition: color 0.2s ease; 
}

.social:hover{
    color: var(--background-color);
}

@media (max-width: 640px) {
    .footer_top{
        flex-direction: column;
        gap: 40px;
    }

    .footer_right{
        margin-left: 0;
        gap: 30px;
        flex-direction: column;
        flex-wrap: wrap;
    }

    .footer_nav_columns{
        gap: 30px;
    }

    .footer_bottom,
    .footer_btm{
        flex-wrap: wrap;
        gap: 12px;
    }
}

.dropdown_single{
    position: absolute;
    visibility: hidden;
    pointer-events: none;
    top: 50px;
    right: 0;
    z-index: 1000;
    background-color: var(--white-bg);
    padding: 16px;
    border-radius: 13px;
    width: 170px;
    gap: 20px;
    max-height: 0;
    box-shadow: 0 0 11.5px 0 rgba(0, 0, 0, 0.1);
    transition: max-height 0.2s ease;
    overflow: hidden;
}

.dropdown_single.nav{
    top: 35px;
    left: 0;
}

.dropdown_row{
    border-top: 1px solid var(--border-color);
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 16px;
    padding-top: 16px;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.dropdown_row.first{
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}

.dropdown_title{
    font-size: 0.9rem;
    font-weight: 300;
    color: var(--med-text);
}

.dropdown_option{
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #000000;
    transition: opacity 0.2s ease;
}

.dropdown_option:hover{
    text-decoration: underline;
    text-underline-offset: 4px;
}

.dropdown_single.open {
    visibility: visible;
    max-height: 500px;
    pointer-events: auto;
}

.dropdown_single.open .dropdown_row {
    opacity: 1;
}

.dropdown_single:has(.dropdown_option:hover) .dropdown_option:not(:hover) {
    opacity: 0.6;
}


.topbar_cta_btn:has(.dropdown_single.open) {
    background-color: var(--contrast) !important;
}

.link_svg{
    width: 18px;
    height: 18px;
    margin-left: auto;
    display: flex;
}

.exemplar.fw{
    overflow: hidden;
    width: 100%;
    max-width: 1100px;
    margin-top: 45px;
}

.scroll_rect{
    position: relative;
    width: 100%;
    height: 550px;
    background-color: #6BA2EE;
    border: 1px solid var(--border-color);
    color: transparent;
    border-radius: 32px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    font-size: 2rem;
    transition: color 0.2s ease, opacity 0.2s ease;
    margin-bottom: 16px;
    gap: 42px;
    overflow: hidden;
}

.fixedright{
    z-index: 2;
    display: flex;
    flex-direction: column;
    width: 550px;
    margin: 42px;    
    margin-right: 0;
    gap: 16px;
    box-sizing: border-box;
}

.prompt_block.fw{
    background-color: var(--contrast);
    border-radius: 13px;
    display: flex;
    flex-direction: column;
    padding: 16px;
    gap: 12px;
}

.scrollright{
    z-index: 2;
    padding: 42px;
    padding-left: 0;
    display: flex;
    overflow-y: scroll;
    scrollbar-width: none;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
}

.scroll_rect_btm{
    display: flex;
    padding: 15px 75px;
}

.options_setup{
    align-self: center;
    display: flex;
    gap: 24px;
    margin-top: 45px;
}

.options_setup[hidden]{
    display: none !important;
}

.options_setup_item{
    display: flex;
    flex-direction: column;
    padding: 24px;
    background-color: var(--background-color);
    border: 1px solid var(--border-color);
    border-radius: 21px;
    max-width: 330px;
}

.options_setup_item.pricing{
    gap: 6px;
    background-color: var(--light-bg);
    min-width: 330px;
}


.options_setup_item_features{
    display: flex;
    flex-direction: column;
    border-top: 1px solid #ccc;
    margin-top: 22px;
    padding-top: 22px;
    gap: 16px;
}

.options_setup_item_feature_item{
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Slanter-Sans', serif;
    font-size: 1.05rem;
    text-align: left;
    max-width: 400px;
    color: var(--med-text);
}

.testemonials{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 55px;
    margin-bottom: 100px;
}

.horizontal_carousel_viewport{
    width: 100%;
    max-width: 1100px;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
}

.horizontal_carousel_viewport::before{
    display: block;
    opacity: 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    background: linear-gradient(90deg,var(--background-color) 0%,  transparent 100%);
    height: 100%;
    width: 40px;
    pointer-events: none;
    transition: opacity 0.2s ease;
}

.horizontal_carousel_viewport::after{
    content: "";
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    background: linear-gradient(270deg,var(--background-color) 0%,  transparent 100%);
    height: 100%;
    width: 40px;
    pointer-events: none;
    transition: opacity 0.2s ease;
}

.horizontal_carousel_viewport.is-cycling::before,
.horizontal_carousel_viewport.is-cycling::after{
    opacity: 1;
}

.horizontal_carousel{
    --carousel-visible-items: 3;
    width: 100%;
    display: flex;
    gap: 0;
    transition: transform 0.55s cubic-bezier(0.22, 0.61, 0.36, 1);
    will-change: transform;
}

.horizontal_carousel_item{
    display: flex;
    flex-direction: column;
    width: calc(100% / var(--carousel-visible-items));
    min-width: calc(100% / var(--carousel-visible-items));
    flex: 0 0 calc(100% / var(--carousel-visible-items));
    padding: 0 32px;
    border-left: 1px solid var(--border-color);
    height: 450px;
    gap: 32px;
    box-sizing: border-box;
}

@media (max-width: 959px) {
    .horizontal_carousel{
        --carousel-visible-items: 2;
    }
}

@media (max-width: 639px) {
    .horizontal_carousel{
        --carousel-visible-items: 1;
    }
}

.horizontal_carousel_item.carousel_item_slideup{
    opacity: 0;
    transform: translateY(28px);
}

.horizontal_carousel_item.carousel_item_slideup.is-visible{
    animation: carouselItemSlideUp 560ms cubic-bezier(0.2, 0.65, 0.2, 1) forwards;
    animation-delay: var(--carousel-slideup-delay, 0ms);
}

.horizontal_carousel_item.last{
    border-right: none;
}

.horizontal_carousel_item.is-right-edge{
    border-right: 1px solid var(--border-color);
}


.horizontal_carousel_item_logo{
    width: 65%;
}

.horizontal_carousel_item_btm{
    margin-top: auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.cta_btn_light{
    border: 1px solid var(--border-color);
    color: var(--text-color);
    background: transparent;
    display: flex;
    padding: 6px 10px;
    font-size: 0.95rem;
    border-radius: 8px;
    cursor: pointer;
    transition: border-color 0.2s ease, scale 0.2s ease;
    width: fit-content;
}

.cta_btn_light:hover{
    scale: 0.97;
    border-color: var(--med-text);
}

.horizontal_carousel_controls{
    display: flex;
    align-items: center;
    gap: 32px;
}

.horizontal_carousel_controls_dots{
    display: flex;
    gap: 16px;
}

.horizontal_carousel_controls_dot{
    border-radius: 50px;
    opacity: 0.25;
    background-color: var(--text-color);
    width: 5px;
    height: 5px;
    position: relative;
}

.horizontal_carousel_controls_dot.active{
    opacity: 1; 
    width: 28px;
    background: rgba(41, 41, 41, 0.25);
    border-radius: 50px;
    overflow: hidden;
}

.horizontal_carousel_controls_dot_progress{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    opacity: 1;
    background: var(--text-color);
    border-radius: 5px;
}

@keyframes carouselItemSlideUp{
    from{
        opacity: 0;
        transform: translateY(28px);
    }
    to{
        opacity: 1;
        transform: translateY(0);
    }
}


.send_btn.square.outline{
    position: relative;
    display: flex;
    background: transparent;
    border: 1px solid var(--border-color);
    color: var(--text-color);
    top: 0;
    left: 0;
    transition: border-color 0.2s ease;
}

.send_btn.square.outline:hover{
    border-color: var(--med-text);
}

.exemplar_bg{
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    color: #5AA3C8;
    background-color: #4E97BC;
}

.button_row{
    display: flex;
    gap: 12px;
}

.block_left{
    display: flex;
    flex-direction: column;
    width: 500px;
}

.block_right{
    display: flex;
    flex-direction: column;
    background-color: var(--white-bg);
    border: 1px solid var(--border-color);
    border-radius: 21px;
    padding: 24px;
    gap: 16px;
    margin-left: auto;
}

.block_newsletter{
    align-items: center;
    width: 100%;
    max-width: 1100px;
    display: flex;
}

.input_bar_newsletter{
    margin-top: 32px;
    border: 1px solid var(--border-color);
    background-color: transparent;
    padding: 8px;
    padding-left: 15px;
    position: relative;
    height: 38px;
    border-radius: 21px;
    align-content: center;
}

.input_newsletter{
    display: flex;
    width: calc(100% - 54px);
    border: none;
    outline: none;
    font-size: 1rem;
}

.pricing_icon{
    width: 75px;
    margin-bottom: 16px;
}

.payment_switch{
    user-select: none;
    display: flex;
    width: fit-content;
    gap: 4px;
    padding: 4px;
    background-color: var(--light-bg);  
    border: 1px solid var(--border-color);
    border-radius: 14px;
    align-self: center;
    margin-top: 38px;
    z-index: 2;
}

.payment_switch_item{
    display: flex;
    padding: 8px 15px;
    background-color: transparent;
    border-radius: 10px;
    transition: background 0.2s ease, scale 0.2s ease;
    cursor: pointer;
}

.payment_switch_item:hover{
    background-color: #DCDCD6;
}

.payment_switch_item:active{
    background-color: #DCDCD6;
}

.payment_switch_item.is-active{
    background-color: #DCDCD6;
}

.icon_feature_status{
    height: 20px;
    color: var(--text-color);
}

.icon_feature_status.false{
    opacity: 0.5;
}

.feature_list{
    margin-top: 35px;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1100px;
    box-sizing: border-box;
}

.feature_list_header{
    position: sticky;
    top: 65px;
    width: 100%;
    background-color: var(--light-bg);
    z-index: 3;
    box-sizing: border-box;
    margin-left: auto;
    display: grid;
    grid-template-columns:  repeat(4, 1fr);
    padding: 24px 8px;
    border-bottom: 1px solid var(--border-color);
    padding-left: 258px;

}

.feature_list_block{
    margin-bottom: 35px;
    display: flex;
    flex-direction: column;
}

.feature_list_semi_header{
    display: flex;
    border-bottom: 1px solid var(--border-color);
    padding: 24px 8px;
}

.feature_list_item{
    display: grid;
    grid-template-columns: 250px 1fr;
    border-bottom: 1px solid var(--border-color);
    background-color: var(--light-bg);
    padding: 20px 8px;
    transition: opacity 0.2s ease, border-color 0.2s ease;
}

.feature_list_item.dark{
    background-color: var(--background-color);
}

.feature_list_row{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.feature_list:has(.feature_list_item:hover) .feature_list_item{
    opacity: 0.5;
}

.feature_list_item:hover{
    opacity: 1 !important;
    border-color: var(--border-color-opacity);
}

.login_block{
    margin: auto 0;
    text-align: center;
    align-self: center;
    z-index: 2;
    width: 100%;
    max-width: 490px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.loginbtn{
    display: flex;
    width: 100%;
    font-size: 0.95rem;
    color: var(--text-color);
    background-color: var(--white-bg);
    border: 1px solid var(--border-color);
    border-radius: 10px;
    align-items: center;
    padding: 10px;
    justify-content: center;
    gap: 16px;
    cursor: pointer;
    transition: background 0.2s ease;
}

.loginbtn:hover{
    background-color: var(--light-bg);  
}

.social_icon{
    width: 20px;
    height: 20px;
    display: flex;
}

.or_line{
    width: 100%;
    position: relative;
    z-index: 2;
}

.line{
    z-index: 0;
    border-top: 1px solid var(--text-color);
    opacity: 0.3;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    transform: translate(-50%, -50%);
}

.or_line::before{
    content: "";
    position: absolute;
    opacity: 1 !important;
    width: 40px;
    height: 25px;
    background-color: var(--background-color);
    left: 50%;
    transform: translate(-50%);
    z-index: 1;
}

.input_login_block{
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.input_login{
    border-radius: 10px;
    border: 1px solid var(--border-color);
    background-color: var(--white-bg);
    font-size: 1rem;
    height: 42px;
    padding: 7px 15px;
    width: 100%;
    box-sizing: border-box;
    transition: border 0.1s ease;
    outline: none;
}

.input_login:focus{
    border: 1px solid var(--text-color);
}

.input_login::placeholder{
    color: var(--text-color);
    opacity: 0.3;
}

.cta_btn.fw{
    width: 100%;
    height: 42px;
    margin: 0;
}

.align-center{
    align-items: center !important;
}

.margin-left-5{
  margin-left: 5px;
}

.margin-left-8{
  margin-left: 8px;
}

.border-box{
  box-sizing: border-box;
}

.margin-left{
  margin-left: auto !important;
}

.margin-right{
  margin-right: auto !important;
}

.margin-bottom{
  margin-bottom: auto;
}

.margin-btm-9{
  margin-bottom: 9px;
}

.margin-top-35{
  margin-top: 35px;
}

.margin-top-8{
  margin-top: 8px;
}

.margin-top{
  margin-top: auto;
}

.margin-left-0{
  margin-left: 0;
}

.align-left{
  align-items: flex-start;
}

.flex {
  display: flex;
}

.gap3 {
  gap: 3px;
}

.gap5 {
  gap: 5px;
}

.gap8 {
  gap: 8px;
}

.gap28 {
  gap: 28px;
}

.gap40 {
  gap: 40px;
}

.max-width-510 {
  max-width: 510px !important;
}

.padding-btm-12{
  padding-bottom: 12px;
}

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

.text-align-left{
  text-align: left !important;
}

.overflow-wrap{
  overflow-wrap: break-word;
  word-break: break-word;
}

.pointer-events-none {
  pointer-events: none;
}

.border-none{
  border: none !important;
}

.light_sans-serif{
  color: var(--white-50);
  font-size: 0.85rem;
  transition: color 0.2s ease;
}

.small-sans-serif{
  font-size: 0.7rem;
  color: var(--white);
}

.small-sans-serif.op-50{
  color: var(--white-50);
}

.Title_serif{
  font-family: 'Slanter-Serif', serif;
  color: var(--text-color);
  font-size: 1.5rem;
}

.Title_serif.contrast {
  color: var(--white);
}

.cookies_modal{
  position: fixed;
  bottom: 8px;
  right: 8px;
  z-index: 999999999;
  border: 1px solid var(--black-border-color);
  display: flex;
  flex-direction: column;
  gap: 18px;
  background-color: var(--black);
  color: var(--white);
  width: 350px;
  border-radius: 21px;
  padding: 24px;
}

.cookies_modal.hidden{
  display: none;
}

.cookies_modal_buttons{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cookies_modal_buttons_row{
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 10px;
  width: 100%;
}

.cookies_modal_settings_box{
  padding: 14px 14px;
  border-radius: 8px;
  width: 100%;
  box-sizing: border-box;
  background-color: var(--black-light);
}

.justify-content{
  justify-content: center;
}

.width100{
  width: 100%;
}

.height16{
  height: 16px;
}

.switch.short{
    width: 43px;
    height: 19px;
}

.switchicon.short{
    width: 25px;
    height: 19px;
}

.switch{
    border: 1px solid var(--switch-border);
    margin-left: auto;
    width: 53px;
    border-radius: 25px;
    height: 22px;
    padding: 2px;
    cursor: pointer;
    background-color: var(--switch-bg);
    transition: background 0.2s ease;
    position: relative;
}

.switch.disabled{
  opacity: 0.6;
  cursor: not-allowed;
}

.switch.disabled:active .switchicon{
    scale: 1 !important;
    opacity: 1 !important;
}

.switch.black{
  border: 1px solid var(--black-border-color);
  background: var(--black-blue-accent);
}

.switchicon{
    background-color: var(--white);
    border-radius: 25px;
    width: 35px;
    height: 22px;
    box-sizing: border-box;
    position: absolute;
    left: 20px;
    top: 2px;
    transition: left 0.1s ease, scale 0.1s ease, border 0.1s ease, opacity 0.1s ease;
    border: none;
}
.switch:active .switchicon{
    scale: 1.4;
    opacity: 0.8;
}

.switch.off{
  background: var(--switch-bg-off);
}

.switchicon.off{
    left: 2px;
}

.collection_btn{
  margin-left: auto;
  height: 36px;
  align-items: center;
  border: none;
  font-size: 0.9rem;
  display: flex;
  border-radius: 8px;
  background-color: var(--contrast);
  color: var(--contrast-text);
  gap: 8px;
  padding: 0 10px;
  cursor: pointer;
  transition: opacity 0.2s ease, width 0.2s ease, background 0.2s ease, border 0.2s ease;
}

.collection_btn.contrast {
  color: var(--black) !important;
  background-color: var(--white);
}

.collection_btn.outline.contrast {
  color: var(--white) !important;
  background: transparent !important;
  border-color: var(--white-50) !important;
}

.collection_btn.outline.contrast:hover {
  background: var(--black-hover-color) !important;

}

.collection_btn.link{
  height: 30px;
  right: 5px;
  z-index: 2;
  border-radius: 5px;
  display: flex;
  position: absolute;
}

.collection_btn.outline{
  margin-left: 0;
  border: 1px solid var(--border-color);
  background-color: transparent;
  color: var(--text-color);
}

.collection_btn.outline:hover{
  opacity: 1;
  border-color: var(--text-color);
}

.collection_btn:hover{
  opacity: 0.8;
}

.collection_btn_icon{
  width: 18px;
  min-width: 18px;
  height: 18px;
}

.news_list{
  width: 100%;
}

.news_list.mobile{
    border-top: 1px solid var(--border-color-sharper);
  display: none;
}

@media (max-width: 800px){
  .news_list.desktop{
    display: none;
  }

  .news_list.mobile{
    display: block;
  }
}

.news_row{
  cursor: pointer;
  width: 100%;
  display: grid;
  grid-template-columns: 3fr 1fr 1fr 1fr;
  text-align: left;
  border-bottom: 1px solid var(--border-color-sharper);
  text-decoration-skip-ink: none;
  padding: 16px 0;
  align-items: center;
}

.news_row.mobile{
    grid-template-columns: 1fr;
    row-gap: 12px;
}

.news_row.mobile:hover{
    text-decoration: none;
}

.news_row.mobile:hover .sans_serif_text.xxlarge{
  text-decoration: underline;
  text-underline-offset: 4px;
}

.news_row:hover{
  text-decoration: underline;
  text-underline-offset: 4px;
}

.news_row.top{
  padding-bottom: 10px;
  font-size: 0.8rem;
  text-transform: uppercase;
}

.search_bar{
  border-radius: 13px;
  border: 1px solid var(--border-color);
  background-color: var(--white-bg);
  display: flex;
  align-items: center;
  padding: 4px 16px;
  width: 300px;
  gap: 8px;
}

.search_icon{
  width: 18px;
  height: 18px;
}

.hamburger_menu{
  user-select: none;
  background-color: var(--background-color);
  z-index: 400;
  width: calc(100dvw - 72px);
  min-height: 100dvh;
  max-height: 100dvh;
  overflow-y: auto;
  position: fixed;
  top: 0;
  left: 0;
  padding: 36px;
  padding-top: 90px;
  clip-path: inset(0 0 100% 0);
  opacity: 0;
  pointer-events: none;
  transition: clip-path 420ms cubic-bezier(0.2, 0.75, 0.2, 1), opacity 160ms ease;
}

.hamburger_menu.is-open{
  clip-path: inset(0 0 0 0);
  opacity: 1;
  pointer-events: auto;
}

.hamburger_menu.is-closing{
  opacity: 1;
  pointer-events: none;
}

.hamburger_btn{
  cursor: pointer;
  border-bottom: 1px solid var(--border-color-sharper);
  box-sizing: border-box;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 21px 0;
  display: flex;
  flex-direction: column;
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 260ms ease, transform 320ms cubic-bezier(0.2, 0.75, 0.2, 1);
}

.hamburger_menu.is-open .hamburger_btn{
  opacity: 1;
  transform: translateY(0);
}

.hamburger_menu.is-closing .hamburger_btn{
  opacity: 0;
  transform: none;
  transition: opacity 180ms ease;
  transition-delay: 0ms;
}

.hamburger_menu.is-open .hamburger_btn:nth-of-type(1){
  transition-delay: 190ms;
}

.hamburger_menu.is-open .hamburger_btn:nth-of-type(2){
  transition-delay: 260ms;
}

.hamburger_menu.is-open .hamburger_btn:nth-of-type(3){
  transition-delay: 330ms;
}

.hamburger_btn_open{
  display: flex;
  flex-direction: column;
  max-height: none;
  clip-path: inset(0 0 0 0);
  opacity: 1;
  overflow: visible;
  transform-origin: top;
  transition: none;
}

.hamburger_btn_flyout{
  cursor: default;
  display: flex;
  flex-direction: column;
  max-height: 0;
  clip-path: inset(0 0 100% 0);
  opacity: 0;
  overflow: hidden;
  transition: max-height 360ms cubic-bezier(0.2, 0.75, 0.2, 1), clip-path 360ms cubic-bezier(0.2, 0.75, 0.2, 1), opacity 120ms ease;
}

.hamburger_btn:hover .hamburger_btn_flyout,
.hamburger_btn.is-expanded .hamburger_btn_flyout{
  max-height: 420px;
  clip-path: inset(0 0 0 0);
  opacity: 1;
}

.hamburger_btn:hover .hamburger_btn_open,
.hamburger_btn.is-expanded .hamburger_btn_open{
  max-height: none;
  clip-path: inset(0 0 0 0);
  opacity: 1;
}

.hamburger_menu.is-closing .hamburger_btn_flyout,
.hamburger_menu.is-closing .hamburger_btn:hover .hamburger_btn_flyout,
.hamburger_menu.is-closing .hamburger_btn.is-expanded .hamburger_btn_flyout{
  max-height: 0;
  clip-path: inset(0 0 100% 0);
  opacity: 0;
}

.hamburger_menu.is-closing .hamburger_btn_open,
.hamburger_menu.is-closing .hamburger_btn:hover .hamburger_btn_open,
.hamburger_menu.is-closing .hamburger_btn.is-expanded .hamburger_btn_open{
  max-height: none;
  clip-path: inset(0 0 0 0);
  opacity: 0;
}

.hamburger_btn_row{
  cursor: pointer !important;
  font-size: 1.2rem;
  font-weight: 300;
  box-sizing: border-box;
  width: 100%;
  padding: 12px 0;
  display: flex;
  align-items: center;
  opacity: 1;
  transform: none;
  transition: opacity 180ms ease;
}

.hamburger_menu.is-closing .hamburger_btn_row{
  opacity: 0;
  transform: none;
}

.hamburger_btn_row:hover{
  text-decoration: underline;
  text-underline-offset: 4px;
}

.hamburger_btn_row:hover .icon_hamburger.share{
  opacity: 1;
}

@media (hover: none), (max-width: 900px){
  .hamburger_btn:hover .hamburger_btn_flyout,
  .hamburger_btn:hover .hamburger_btn_open{
    max-height: 0;
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }

  .hamburger_btn.is-expanded .hamburger_btn_flyout{
    max-height: 420px;
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }

  .hamburger_btn.is-expanded .hamburger_btn_open{
    max-height: none;
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

.icon_hamburger{
  cursor: pointer;
  width: 28px;
  margin-left: auto;
}

.hamburger_plus_vertical{
  transform-origin: 12px 12px;
  transition: transform 220ms cubic-bezier(0.2, 0.75, 0.2, 1);
}

.hamburger_btn:hover .hamburger_plus_vertical,
.hamburger_btn.is-expanded .hamburger_plus_vertical{
  transform: rotate(90deg);
}

.mobile_menu_icon_line{
  transform-box: fill-box;
  transform-origin: right center;
  transition: transform 260ms cubic-bezier(0.2, 0.75, 0.2, 1), opacity 180ms ease;
}

#hamburger_toggle.is-active .mobile_menu_icon_top{
  transform: translate(-2.64px, 12.36px) rotate(45deg);
}

#hamburger_toggle.is-active .mobile_menu_icon_mid{
  opacity: 0;
  transform: none;
}

#hamburger_toggle.is-active .mobile_menu_icon_bottom{
  transform: translate(3.36px, -12.36px) rotate(-45deg) scaleX(1.5);
}

.icon_hamburger.share{
  width: 21px;
  opacity: 0.5;
}

.hamburger_menu_cta{
  position: fixed;
  bottom: 36px;
  width: calc(100dvw - 72px);
  box-sizing: border-box;
  border-radius: 10px;
  height: 40px;
  color: var(--white);
  font-size: 1rem;
  border: none;
  background-color: var(--contrast);
  cursor: pointer;
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 260ms ease, transform 320ms cubic-bezier(0.2, 0.75, 0.2, 1), background 160ms ease;
}

.hamburger_menu.is-open .hamburger_menu_cta{
  opacity: 1;
  transform: translateY(0);
  transition-delay: 420ms, 420ms, 0ms;
}

.hamburger_menu.is-closing .hamburger_menu_cta{
  opacity: 0;
  transform: none;
  transition: opacity 180ms ease, background 160ms ease;
}

.hamburger_menu_cta:hover{
  background-color: var(--hover-color);
}

@media (prefers-reduced-motion: reduce){
  .hamburger_menu,
  .hamburger_btn,
  .hamburger_btn_open,
  .hamburger_btn_row,
  .hamburger_menu_cta{
    transition: none;
  }

  .hamburger_menu.is-open .hamburger_btn,
  .hamburger_btn:hover .hamburger_btn_row,
  .hamburger_btn.is-expanded .hamburger_btn_row,
  .hamburger_menu.is-open .hamburger_menu_cta{
    transform: none;
  }
}
