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

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

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

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

/*td {*/
/*    border: solid 2px lightgrey;*/
/*}*/
/*table {*/
/*    border-collapse: collapse;*/
/*    border-spacing: 0;*/
/*}*/


::-webkit-scrollbar {
    width: 8px;
    height: 3px;
    background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #c8ccd4;
    border-radius: 200px;
}

::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    background-color: #c8ccd4;
}

::-webkit-scrollbar-thumb {
    background-color: #7E7E7E;
    border-radius: 200px;
}

@font-face {
    font-family: 'Helvetica';
    src: url(/static/v3/fonts/helveticaneue-bold.woff2);
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../css/fonts/SFPRODISPLAYBOLD.OTF') format('opentype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../css/fonts/SFPRODISPLAYMEDIUM.OTF') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../css/fonts/SFPRODISPLAYREGULAR.OTF') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Import Inter fonts from Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap');


.h100 {
    height: 100%;
}

.w100 {
    width: 100% !important;
}

.mgt5 {
    margin-top: 5px;
}

.padh35 {
    padding: 0 35px;
}

.mgt10 {
    margin-top: 10px;
}

.mgb10 {
    margin-bottom: 10px;
}

.mgv20 {
    margin: 20px 0;
}

.hide {
    display: none;
}

.forcehide {
    display: none !important;
}

.flex, .show-flex {
    display: flex !important;
}


.flex-row, .mflex-row {
    display: flex;
    flex-direction: row;
}

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

.flex-space-between {
    justify-content: space-between;
}

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

.flex-expanded, .spacer {
    flex: 1;
}

.flex-row-center, .mflex-row-center {
    align-items: center;
}

.flex-column-left {
    align-items: flex-start !important;
}


.grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.grid-3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.grid-4 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-5 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}


.grid-row-3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-flow: column;
}

.grid-flexible {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 277px));
}


.hide {
    display: none;
}

.force-hide {
    display: none !important;
}

.wdth-100 {
    width: 100% !important;
}

.wdth-80 {
    width: 80% !important;
}

.wdth-70 {
    width: 70% !important;
}

.wdth-65 {
    width: 65%;
}

.wdth-50 {
    width: 50%;
}

.wdth-full {
    width: -webkit-fill-available !important;
}

.wdth-auto {
    width: max-content !important;
}

.hght-100 {
    height: 100vh !important;
}

.hght-85 {
    height: 85vh !important;
}


.mrgn-0 {
    margin: 0px !important;
}

.mrgn-5 {
    margin: 5px !important;
}

.mrgn-10 {
    margin: 10px !important;
}

.mrgn-15 {
    margin: 15px !important;
}

.mrgnt-2_5 {
    margin-top: 2.5px !important;
}

.mrgnt-5 {
    margin-top: 5px !important;
}

.mrgnt-10 {
    margin-top: 10px !important;
}

.mrgnt-12 {
    margin-top: 12px !important;
}

.mrgnt-15 {
    margin-top: 15px !important;
}

.mrgnt-20 {
    margin-top: 20px !important;
}

.mrgnt-25 {
    margin-top: 25px !important;
}

.mrgnt-30 {
    margin-top: 30px !important;
}


.mrgnt-35 {
    margin-top: 35px !important;
}

.mrgnt-40 {
    margin-top: 40px !important;
}

.mrgnt-50 {
    margin-top: 50px !important;
}

.mrgnt-55 {
    margin-top: 55px !important;
}


.mrgnt-60 {
    margin-top: 60px !important;
}

.mrgnt-80 {
    margin-top: 80px !important;
}

.mrgnb-2_5 {
    margin-bottom: 2.5px !important;
}

.mrgnb-5 {
    margin-bottom: 5px !important;
}

.mrgnb-10 {
    margin-bottom: 10px !important;
}

.mrgnb-15 {
    margin-bottom: 15px !important;
}

.mrgnb-20 {
    margin-bottom: 20px !important;
}

.mrgnb-25 {
    margin-bottom: 25px !important;
}

.mrgnb-30 {
    margin-bottom: 30px !important;
}

.mrgnb-40 {
    margin-bottom: 40px !important;
}

.mrgnb-60 {
    margin-bottom: 60px !important;
}

.mrgnb-70 {
    margin-bottom: 70px !important;
}

.mrgnl-5 {
    margin-left: 5px !important;
}

.mrgnl-7_5 {
    margin-left: 7.5px !important;
}

.mrgnl-10 {
    margin-left: 10px !important;
}

.mrgnl-15 {
    margin-left: 15px !important;
}

.mrgnl-15 {
    margin-left: 15px !important;
}


.mrgnl-20 {
    margin-left: 20px !important;
}

.mrgnl-25 {
    margin-left: 25px !important;
}

.mrgnl-30 {
    margin-left: 30px !important;
}

.mrgnr-5 {
    margin-right: 5px !important;
}

.mrgnr-10 {
    margin-right: 10px !important;
}

.mrgnr-15 {
    margin-right: 15px !important;
}

.mrgnr-20 {
    margin-right: 20px !important;
}

.mrgnr-25 {
    margin-right: 25px !important;
}

.mrgnr-30 {
    margin-right: 30px !important;
}

.padt-0 {
    padding-top: 0px !important;
}

.padt-5 {
    padding-top: 5px !important;
}

.padt-10 {
    padding-top: 10px !important;
}

.padt-15 {
    padding-top: 15px !important;
}

.padt-20 {
    padding-top: 20px !important;
}

.padt-30 {
    padding-top: 30px !important;
}

.padt-50 {
    padding-top: 50px !important;
}

.padt-70 {
    padding-top: 70px !important;
}

.padt-80 {
    padding-top: 80px !important;
}

.padb-10 {
    padding-bottom: 10px !important;
}

.padb-30 {
    padding-bottom: 30px !important;
}

.pad-0 {
    padding: 0px !important;
}

.pad-10 {
    padding: 10px !important;
}

.padr-10 {
    padding-right: 10px !important;
}

.padr-15 {
    padding-right: 15px !important;
}

.padr-30 {
    padding-right: 30px !important;
}

.padr-40 {
    padding-right: 40px !important;
}

.padl-10 {
    padding-left: 10px !important;
}

.padl-30 {
    padding-left: 30px !important;
}

.padl-40 {
    padding-left: 40px !important;
}

.pad-30 {
    padding: 30px !important;
}

.pad-35 {
    padding: 35px !important;
}

.pad-40 {
    padding: 40px !important;
}

.gap-2_5 {
    gap: 2.5px !important;
}

.gap-4 {
    gap: 4px !important;
}

.gap-5 {
    gap: 5px !important;
}

.gap-6 {
    gap: 6px !important;
}

.gap-7_5 {
    gap: 7.5px !important;
}

.gap-10 {
    gap: 10px !important;
}

.gap-12 {
    gap: 12px !important;
}

.gap-15 {
    gap: 15px !important;
}

.gap-20 {
    gap: 20px !important;
}

.gap-25 {
    gap: 25px !important;
}

.gap-30 {
    gap: 30px !important;
}

.gap-35 {
    gap: 35px !important;
}

.gap-40 {
    gap: 40px !important;
}

.gap-50 {
    gap: 50px !important;
}

.gap-60 {
    gap: 60px !important;
}

.opacity-2 {
    opacity: 0.2;
}

.opacity-3 {
    opacity: 0.3;
}

.opacity-5 {
    opacity: 0.5 !important;
}

.opacity-7 {
    opacity: 0.7;
}

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

.align-right {
    text-align: right;
}

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

a {
    display: flex;
    gap: 10px;
    font-size: 13px;
    align-items: center;
}

a span {
    margin-left: 5px;
    font-size: 18px !important;
}

a:visited, a:link {
    color: #333333;
    text-decoration: none;
}

.micro {
    font-size: 16px !important;
}



h1, .title {
    font-family: 'SF Pro Display';
    color: #232323;
    letter-spacing: -0.4px;
    font-size: 45px;
    font-weight: bold;
    line-height: 48px;
    margin-bottom: 0;
}

.semititle {
    font-size: 30px !important;
    line-height: 42px !important;
}

.supertitle {
    font-size: 35px !important;
    line-height: 45px !important;
}

h2, .sub-title, h3, h4, h5, h6 {
    font-family: 'SF Pro Display';
    color: #232323;
    letter-spacing: -0.6px;
    font-size: 45px;
    font-weight: bold;
    line-height: 48px;
    margin-bottom: 15px;
}

.small-title {
    font-family: Helvetica, sans-serif;
    color: #333333;
    letter-spacing: -0.4px;
    margin-bottom: 15px;
    font-size: 18px !important;
    line-height: 26px !important;
}

p, ul li {
    color: #121212;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    gap: 5px;
    align-items: center;
}

ul li {
    color: #121212;
    line-height: 30px;
}

p.text-center {
    text-align: center;
}

.strike {
    text-decoration: line-through;
}

p.head {
    font-weight: 600;
    line-height: 20px !important;
}

ul li.head {
    font-weight: 500;
    color: #485BFF !important;
    margin-bottom: 10px;
}

.list {
    list-style-type: circle !important;
}

.list li {
    display: list-item !important;
    list-style-position: inside !important;
}

p.sub {
    color: #666;
    font-size: 12px !important;
    line-height: 20px;
}

.no-gap {
    gap: 0 !important;
}


.width-auto {
    width: auto !important;
}

.bold {
    font-weight: bold;
}

button {
    width: fit-content;
    background-color: #485BFF;
    border-radius: 10px;
    padding: 14px 26px;
    font-size: 14px;
    font-family: 'SF Pro Display', sans-serif;
    font-weight: 500;
    color: white !important;
    border: none;
    cursor: pointer;
}

.button--icon {
    width: fit-content;
    background-color: #485BFF;
    /*border-radius: 100px;*/
    padding: 14px 24px;
    font-size: 13px;
    color: white !important;
}

.chip {
    background-color: #e3e3e3;
    color: black;
    padding: 4px 10px;
    border-radius: 5px;
    width: max-content;
    font-weight: 400 !important;
    font-size: 11px !important;
    line-height: 20px;
}

.horizontal {
    display: flex;
    flex-direction: row;
    gap: 15px;
}

.pointer {
    cursor: pointer;
}

.space-between {
    justify-content: space-between;
}

.hcenter {
    align-items: center;
}

.vcenter {
    justify-content: center;
}

.text-black {
    color: #000000 !important;
}

.text-white {
    color: #ffffff !important;
}

.text-blue {
    color: #485BFF !important;
}

.text-bold {
    font-weight: 500;
}

.text-green {
    color: #219464 !important;
}

.text-red {
    color: red !important;
}

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


.text {
    font-family: 'Inter', sans-serif;
}

.text-sp{
    font-family: 'SF Pro Display', sans-serif;
}

.text--transparent {
    color: transparent !important;
}

.text__italic {
    font-style: italic !important;
}

.text__thin {
    font-weight: 300 !important;
}

.text__regular {
    font-weight: 400 !important;
}

.text__medium {
    font-weight: 500 !important;
}

.text__semibold {
    font-weight: 600 !important;
}

.text__bold {
    font-weight: 700 !important;
}

.text--super-xxx {
    font-size: 32px !important;
    line-height: 39px;
}

.text--super-xx {
    font-size: 30px !important;
    line-height: 39px;
}

.text--super-x {
    font-size: 28px !important;
    line-height: 38px;
}

.text--super {
    font-size: 26px !important;
    line-height: 37px;
}

.text--zetta-plus {
    font-size: 25px !important;
    line-height: 36px;
}

.text--zetta {
    font-size: 24px !important;
    line-height: 35px;
}

.text--peta-plus {
    font-size: 23px !important;
    line-height: 34px;
}

.text--peta {
    font-size: 22px !important;
}

.text--tera-plus {
    font-size: 21px !important;
    line-height: 32px;
}

.text--tera {
    font-size: 20px !important;
}

.text--giga-plus {
    font-size: 19px !important;
    line-height: 30px;
}

.text--giga {
    font-size: 18px !important;
    line-height: 30px;
}

.text--mega-plus {
    font-size: 17px !important;
    line-height: 28px;
}

.text--mega {
    font-size: 16px !important;
    line-height: 25px;
}

.text--normal-plus {
    font-size: 15px !important;
    line-height: 20px;
}


.text--normal {
    font-size: 14px !important;
    line-height: 20px;
}

.text--micro-plus {
    font-size: 13px !important;
    line-height: 21px;
}

.text--micro-mini {
    font-size: 12.5px !important;
    line-height: 20px;
}

.text--micro {
    font-size: 12px !important;
    line-height: 20px;
}

.text--nano-plus {
    font-size: 11px !important;
    line-height: 19px;
}

.text--nano {
    font-size: 10px !important;
    line-height: 18px;
}

.text--pico-plus {
    font-size: 9px !important;
}

.text--pico {
    font-size: 8px !important;
}

.text--grey {
    color: #444444 !important;
}


.text--red {
    color: #EA4335 !important;
}


.text--blue {
    color: #3E55E1 !important;
}

.text--white {
    color: #FFFFFF !important;
}

.pointer {
    cursor: pointer;
}

.rounded {
    border-radius: 50%;
}

.display-reset {
    display: unset;
}

/* The actual timeline (the vertical ruler) */
.timeline {
    position: relative;
    max-width: 100%;
    margin: 00px 0;
    display: grid;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
    content: '';
    position: absolute;
    width: 6px;
    /*background-color: #E8E8E8;*/
    background-image: linear-gradient(white, #E8E8E8, #E8E8E8, #E8E8E8, #E8E8E8, white);
    top: 0;
    bottom: 0;
    border-radius: 200px;
    left: 8px;
    margin-left: 0px;
}

/* Container around content */
.timeline-container {
    padding: 20px 0px 20px 60px;
    position: relative;
    background-color: inherit;
    /*width: 100%;*/
}

/* The circles on the timeline */
.timeline-container::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    right: -0px;
    margin: 0px 0;
    background-color: #485BFF;
    border: 4px solid #485BFF;
    top: 40%;
    border-radius: 50%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 500;
}

.timeline-container:nth-of-type(1)::after {
    content: '1';
}

.timeline-container:nth-of-type(2)::after {
    content: '2';
}

.timeline-container:nth-of-type(3)::after {
    content: '3';
    top: 25%;
}

.timeline-content {
    padding: 20px 0;
    /* background-color: white; */
    position: relative;
    border-radius: 6px;

    display: flex;
    flex-direction: row;
    gap: 15px;
    justify-content: space-between;
    align-items: center;
}

.timeline-content img {
    width: 100%;
}

.timeline-content div {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 50%;
}

.video {
    gap: 0 !important;
}

.video-head {
    width: 100% !important;
    background-color: #333333;
    padding: 7px 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    display: flex;
    gap: 0 !important;
    flex-direction: row !important;
}

.video-head__action {
    content: '';
    height: 8px;
    width: 8px;
    margin-left: 6px;
    border-radius: 10px;
}

.video-head__action--red {
    margin-left: 10px;
    background-color: indianred;
}

.video-head__action--yellow {
    background-color: darkorange;
}

.video-head__action--green {
    background-color: darkseagreen;
}

.left {
    left: 0;
    /* text-align: left; */
    text-align: right;
}

/* Place the container to the right */
.right {
    left: 0%;
    text-align: left;
    /* text-align: right; */
}

/* Fix the circle for containers on the right side */
.right::after {
    left: -8px;
}

.clip__right {
    background: url(/static/v3/front/clip-right.png) no-repeat scroll 0 0 / contain;
    width: 100px;
    height: 300px;
    position: absolute;
    left: 0px;
    top: 150px;
    z-index: -999;
    opacity: 1;
}

.clip__left {
    background: url(/static/v3/front/public/clip-left.png) no-repeat scroll 0 0 / contain;
    width: 100px;
    height: 300px;
    position: absolute;
    right: 0px;
    top: 150px;
    z-index: -999;
    opacity: 1;
}

.dropdown {
    position: relative;
    display: inline-block;
    padding: 4px 0;
}

.dropdown p {
    cursor: pointer;
    font-size: 13px !important;
}

.dropdown span {
    font-size: 18px !important;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 200px;
    width: max-content;
    border-radius: 10px;
    box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.2);
    padding: 12px 22px;
    top: 33px;
    z-index: 1;
}


.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown ul li {
    padding: 4px 0;
}

.dropdown ul li a:hover {
    color: #485BFF !important;
}

/* BASE ENDS HERE */

html {
    font-family: 'Inter', sans-serif;
}

main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


body {
    /*background-color: #F8F8F8;*/
    background-image: url(/static/v3/front/bggrid.png);
    background-repeat: repeat;
    background-size: 300px 300px;
}


header {
    display: flex;
    justify-content: center;
}


nav {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 35px 0 25px 0;
    position: relative;
    width: 100%;
    transition: all 0.1s ease-in-out;
}

nav.scrolling {
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 4px 0px;
    position: sticky;
    padding: 22px 0;
    top: 0;
    z-index: 100;
}

nav .nav-wrapper {
    max-width: 1200px;
    width: 100%;
    display: flex;
    gap: 40px;
    flex-direction: row;
    justify-content: space-between;
}

.nav-wrapper > div {
    /*display: flex;*/
    gap: 30px;
    flex-direction: row;
    align-items: center;
    /*justify-content: center;*/
}


.header-hamburger {
    display: none;
}

.header-hamburger span {
    font-size: 32px;
}

.header-menu {
    width: 100%;
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: space-between;
}

.header-menu--left, .header-main, .header-menu--right {
    display: flex;
    align-items: center;
    gap: 25px;
}

.create-account-button {
    font-weight: 500;
    color: #485BFF !important;
    background-color: #EDEFFF;
    /*border-radius: 50px;*/
    padding: 10px 10px 10px 20px;
}

section {
    width: 100%;
    max-width: 1000px;
    padding: 90px 0 0 0;
    display: flex;
    flex-direction: row;
    gap: 70px;
}

.section-container {
    width: 100%;
    max-width: 1000px;
    padding-bottom: 90px;
}

.section--lowspace {
    padding: 50px 0 0 0;
}

.section--spacious {
    padding: 160px 0 10px 0;
}

.section--semi-spacious {
    padding: 100px 0 50px 0;
}

.section--full-width {
    width: 100%;
    max-width: 100%;
}

.section--row {
    gap: 30px;
    flex-direction: column;
}

aside {
    display: flex;
    flex-direction: column;
    gap: 30px;
    flex-grow: 1;
    flex-basis: 0;
    width: 50%;
    justify-content: center;
}


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

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


.section--horizontal {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0px;
}

.section--horizontal-spacious {
    gap: 60px;
}

.section--horizontal-top {
    align-items: start;
}


.highlight {
    background-color: #F2F2F290;
    color: #000000;
    padding: 40px 45px;
    /*border-radius: 20px;*/
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
}

.highlight-hz {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}

.sub-highlight-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}

.sub-highlight-container--triple {
    grid-template-columns: 1fr 1fr 1fr;
}

.sub-highlight {
    background-color: #F2F2F290;
    color: #000000;
    padding: 45px;
    /*border-radius: 20px;*/
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}

.highlight--nobottom {
    padding-bottom: 0;
}


.sub-highlight img {
    width: 100%;
    margin-top: 20px;
}

.highlight-image--primary {
    margin-top: 20px;
    border-radius: 20px 20px 0 0;
    box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.2);
}

section ul {
    list-style-type: square !important;
}

section ul li {
    display: list-item !important;
    list-style-position: inside !important;
}

.hero-player {
    position: relative;
    width: 100%;
    height: 625px;
    cursor: pointer;
}

.hero-player img.thumbnail {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(50%);
    transition: filter 0.3s ease;
    box-shadow: 0px 4px 63px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
}

.hero-player:hover img.thumbnail {
    filter: brightness(75%);
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.modal-container {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    width: 70%;
    background-color: white;
    box-shadow: 0 4px 63px rgba(0, 0, 0, 0.25);
    padding: 0px;
}

.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.close-button {
    text-align: center;
    padding: 15px;
    cursor: pointer;
    font-size: 14px;
    color: red;
}

.thumbnail {
    object-fit: contain;
    height: 273px;
    border-radius: 5px;
    width: 100%;
    box-shadow: 0 5px 15px #ccc;
}

.brand-logos {
    display: flex;
    gap: 55px;
    align-items: center;
}

.brand-logo {
    /*opacity: 0.8 !important;*/
    /*filter: contrast(100%) grayscale(100%);*/
}

.brand-logo:hover {
    /*opacity: 1 !important;*/
    /*filter: grayscale(0%);*/
}

.testimonials {
    display: flex;
    flex-direction: row;
    gap: 55px;
    padding: 40px 0;
}

.testimonial {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: flex-start;
}

.testimonial p {
    font-size: 14px;
    line-height: 27px;
    text-align: justify;
    text-justify: inter-word;
}

.slabs {
    display: flex;
    flex-direction: row;
    gap: 25px;
    padding: 10px 0 0px 0;
    width: 100%;
}

.slab {
    display: flex;
    flex-direction: column;
    gap: 12px;
    /*border-radius: 22px;*/
    padding: 26px 30px;
    background-color: #CCE9FF;
    line-height: 30px;
    color: #121212 !important;

    flex-grow: 1;
    flex-basis: 0;
}

.slab--horizontal {
    flex-direction: row;
    align-items: center;
    padding: 36px 40px;
    gap: 40px;
}

.slab--horizontal div {
    flex: 3;
}

.slab--horizontal a {
    flex: 1;
}

.slab-title {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 5px;
    color: #121212;
}

.slab-price {
    font-size: 27px;
    padding: 7px 0;
    font-weight: 800;
    color: #121212;
    font-family: Helvetica, sans-serif;
    letter-spacing: -0.4px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.slab-button {
    width: 100%;
    background-color: #485BFF;
    justify-content: center;
    /*border-radius: 10px;*/
    padding: 4px 0px;
    margin: 5px 0 15px 0;
    font-weight: 500;
    color: white !important;
}

.slab-recipients {
    font-size: 16px;
    font-weight: 500;
    margin: 5px 0;
    padding: 12px 16px;
    background: #FFFFFF90;
    outline: none;
    border: 0;
    border-right: 16px solid transparent
}

.slab-discount {
    font-weight: 500;
    font-size: 13px;
    padding: 6px 18px;
    width: max-content;
    border-radius: 15px;
    margin-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.1);
}

.comparison-container {
    width: 100%;
    overflow-x: auto;
}

.comparison {
    min-width: 740px;
    margin-top: 40px;
}

.comparison tr th {
    padding: 0 20px;
}

.comparison tr td {
    /*border: solid 2px lightgrey;*/
    vertical-align: middle;
    padding: 12px 20px;
}

.comparison tr td {
    border-bottom: solid 0.5px #f1f1f1;
}

.comparison span {
    font-size: 35px;
    color: #485BFF;
}

.comparison span.not-available {
    color: #cccccc;
}


.comparison .plan-title {
    font-size: 27px;
    padding: 7px 0;
    font-weight: 800;
    color: #121212;
    font-family: Helvetica, sans-serif;
    letter-spacing: -0.4px;
    margin-bottom: 25px;
    justify-content: center;
}

.comparison .plan-button {
    width: 100%;
    border: 3.5px SOLID #485BFF;
    background-color: white;
    justify-content: center;
    border-radius: 10px;
    padding: 10px 0px;
    margin: 5px 0 25px 0;
    font-weight: 500;
    color: #485BFF;
}

.comparison .plan-button:hover {
    background-color: #485BFF;
    color: #ffffff;
}

.comparison .comparison-heading {
    padding: 80px 20px 40px 20px;
    font-size: 22px;
}

.content {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 100px;
    margin: 20px 0 150px 0;
}

.content-body h2 {
    margin-bottom: 0;
}

.content-body p {
    gap: 12px;
    align-items: flex-start;
}

.content-body ul {
    list-style-type: circle !important;
}

.content-body li {
    display: list-item !important;
    list-style-position: inside !important;
}

.content-section {
    padding: 25px 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.nav-helper {
    /*background-color: #cccccc;*/
    margin: 20px 0 0px 0;
    position: -webkit-sticky;
    position: sticky;
    width: 280px;
    top: 100px;
}

.nav-helper__a {
    display: block;
    padding: 4px 10px;
    margin: 0 0px;
    line-height: 20px;
    text-decoration: none;
    color: black;
    font-size: 14px;
}

.active-header {
    font-weight: 900;
    text-transform: uppercase;
    border: none !important;
    margin-bottom: 10px;
}

.active-side {
    border-left: 4px solid black;
    font-weight: 900;
}


/* PLAN BUILDER START */

.builder {
    margin: 30px 0 500px 0;
}

.builder-section {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 10px 0;
    gap: 50px;
}

.builder-section__scale {
    flex: 2.2;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 12px 0;
}

.builder-section__output {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.builder-steps {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
}

.builder-step {
    display: flex;
    flex-direction: row;
    gap: 14px;
    align-items: center;
}

.step-number {
    width: 30px;
    height: 30px;
    background-color: #D4D4D4;
    border-radius: 200px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}

.step-name {
    color: #A7A7A7;
    font-weight: 500;
    font-size: 14px;
}

.step-icon, .icon {
    color: #A7A7A7;
    margin-left: -5px;
}

.builder-step--completed .step-number {
    background-color: #485BFF;
}

.builder-step--completed .step-name, .builder-step--completed .step-icon {
    color: #485BFF;
}

#slider {
    margin: 45px 0px 100px 0px;
    width: 95%;
}

.noUi-value-horizontal {
    -webkit-transform: translate(-50%, 150%) !important;
    transform: translate(-50%, 150%) !important;
}

.noUi-connect {
    background: #485BFF !important;
}

.noUi-horizontal .noUi-tooltip {
    padding: 10px 6px;
    border-radius: 10px;
    margin-bottom: 5px;
    background-color: #485BFF;
    color: white;
    font-size: 12px;
    cursor: pointer;
}

.noUi-connects {
    border-radius: 30px;
}

.noUi-touch-area {
    cursor: pointer;
}

.noUi-value-horizontal {
    font-size: 12px;
    font-weight: 500;
    color: #666666;
}

.switch {
    display: flex;
    /*gap: 15px;*/
    height: 43px;
    /*border-radius: 200px;*/
    background-color: #E9E9E9;
    cursor: pointer;
}

.switch p {
    /*flex: 1;*/
    width: 33%;
    display: flex;
    font-size: 13px;
    /*padding: 15px 0px;*/
    justify-content: center;
}

.switch .switch-selected {
    /*border-radius: 200px;*/
    background-color: #485BFF;
    color: white;
}

.plan-summary {
    display: flex;
    flex-direction: column;
    gap: 12px;
    border-radius: 16px;
    padding: 24px 26px;
    box-shadow: 0px 3px 6px #cccccc;
}

.offer {
    background-color: #21946450;
    border-radius: 8px;
    padding: 2px 10px;
    font-size: 12px;
    justify-content: center;
}

/* PLAN BUILDER END */

/* DETAIL SECTION START */

.headbox {
    background-color: #CCE9FF;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 35px 0;
    gap: 15px;
    border-radius: 20px;
}

.subheadbox {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 30px;
}

.subheadbox div {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    flex-basis: 0;
    padding: 35px;
    border-radius: 20px;
    gap: 20px;
}

/* DETAIL SECTION END */

/* INTEGRATIONS START */

.integrations {
    width: 100%;
    display: grid;
    column-gap: 30px;
    row-gap: 60px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 277px));
}

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

/* INTEGRATIONS END */

/* INDUSTRY START */

.industries {
    display: flex;
    flex-direction: row;
    gap: 30px;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
}

.industry {
    background-color: #F2F2F290;
    color: #000000;
    /*padding: 30px 35px;*/
    min-width: 360px;
    max-width: 360px;
    /*border-radius: 20px;*/
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    white-space: normal;
    margin-bottom: 25px;
}

.industry--head-image {
    position: relative;
    width: 100%;
    height: 200px;
}

.industry--body {
    padding: 30px;
}

/* INDUSTRY END */

/* BLOG START */

.tile-articles {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 50px 30px;
}

.tile-article {
    color: #000000;
    display: flex;
    gap: 20px;
    flex-direction: column;
}

.article-body {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100% !important;
    min-width: 70%;
    max-width: 70%;
}

.article-sidebar {
    position: sticky;
    top: 100px;
}

.article-body-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

/*.article-body-content blockquote,*/
/*.article-body-content p,*/
/*.article-body-content h1,*/
/*.article-body-content img,*/
/*.article-body-content ul {*/
/*    padding: 30px 0 !important;*/
/*}*/

.article-body-content figure {
    width: 100%;
    display: contents;
}

.article-body-content img {
    width: 100%;
}

.article-body-content h1,
.article-body-content h2,
.article-body-content h3,
.article-body-content h4 {
    margin-top: 1em;
}


.article-body-content h1 {
    font-size: 38px;
    line-height: 38px;
    color: #000000;
}

.article-body-content h2 {
    font-size: 32px;
    line-height: 32px;
    color: #000000;
}

.article-body-content h3 {
    font-size: 28px;
    line-height: 28px;
    color: #000000;
}

.article-body-content h4 {
    font-size: 24px;
    line-height: 24px;
    color: #000000;
}

.article-body-content blockquote {
    background: #f8f7f5;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 21px;
    font-weight: 400;
    line-height: 27px;
    font-style: italic;
    padding: 36px;
    color: #000000;
    display: block;
    border-left: 6px solid #999999 !important;
}

.article-body-content blockquote p {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    font-style: inherit;
    color: inherit;

}

.article-body-content p{
    display: unset;
}
.article-body-content p,
.article-body-content a,
.article-body-content ol li,
.article-body-content ul li {
    /*display: unset;*/
    font-size: 16px;
    line-height: 27px;
    color: #000000;
}

.article-body-content ol li,
.article-body-content ul li {
    line-height: 32px;
    padding-left: 0.5em;
}

.article-body-content a {
    display: contents;
    color: #485BFF;
}

.article-body-content ul {
    list-style: disc;
    padding-left: 1.5em;
    /*margin-bottom: .5em;*/
}
.article-body-content ol {
    list-style: decimal;
    padding-left: 1.5em;
    /*margin-bottom: .5em;*/
}

.article-body-content strong {
    font-weight: 600;
}

.article-body-content iframe{
    min-height: 500px;
}

.article-tags{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.article-tags a{
    background-color: #000000;
    color: white;
    padding: 7px 10px;
    border-radius: 2px;
    font-size: 12px;
}

/* BLOG END */

.faq {
    padding: 24px 0;
    box-shadow: 0 1px #cccccc;
}

.faq .question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    cursor: pointer;
}

.faq .answer {
    padding: 20px 0 0 0;
}

.faq .answer-hide {
    display: none;
}

.form {
    gap: 70px;
    align-items: flex-start;
}

.form p {
    line-height: 27px !important;
}

.form__body {
    background-color: #fcfcfc;
    border-radius: 20px;
    padding: 36px 30px 30px 30px;
    width: -webkit-fill-available;
    box-shadow: 0 5px 5px #cccccc;
}

.hubspot-link__container {
    padding-bottom: 0px !important;
}

footer {
    margin-top: 150px;
}

.footer-head {
    height: 150px;
    background: url(/static/v3/front/footer.png) 0% 0% / auto 150px;
    background-position: center center;
}

.footer-action {
    width: 650px;
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    margin: auto;
    padding: 45px;
    position: relative;
    box-shadow: 0 4px 14px -1px rgb(0 0 0 / 18%);
    border-radius: 15px;
    align-items: center;
    top: -50px;
}

.footer-body {
    background-color: #D6DADD;
    display: flex;
    padding: 100px 0;
    justify-content: center;
}

.footer-content {
    width: 100%;
    max-width: 1200px;
    display: flex;
    gap: 15px;
    flex-direction: row;
    justify-content: space-between;
}

.footer-text {
    font-size: 12px;
    line-height: 18px;
    max-width: 250px;
    margin-top: 25px;
}

.social li {
    margin-bottom: 15px;
}

.mobile-only{
    display: none;
}

.desktop-only{
    display: block;
}

@media (max-width: 1100px) {

    body {
        display: block;
    }
}

@media (max-width: 1000px) {

    .desktop-only {
        display: none;
    }

    .mobile-only {
        display: block;
    }

    main {
        padding: 0px 25px;
    }

    header {
        padding: 20px 25px;
    }

    nav {
        flex-direction: column;
        gap: 20px;
        padding: 0;
    }

    nav .nav-wrapper {
        flex-direction: column !important;
        gap: 0px !important;
    }

    nav.scrolling {
        padding: 0;
    }

    .nav-wrapper > div {
        padding: 20px;
        width: auto;
    }


    h1, .h0 {
        /* font-size: 24px; */
        /* line-height: 35px; */
    }

    h2 {
        font-size: 27px;
        line-height: 33px;
    }

    .mflex-column {
        display: flex;
        flex-direction: column !important;
    }

    .clip {
        display: none;
    }

    .dropdown-content {
        display: block;
        position: unset;
        background-color: unset;
        min-width: unset;
        box-shadow: unset;
        padding: 12px 22px 0px 22px;
    }

    .header-main {
        justify-content: space-between;
        width: 100%;
    }

    .header-hamburger {
        display: block;
    }

    .header-menu {
        display: none;
        position: relative;
        width: 100%;
        flex-direction: column !important;
        align-items: flex-start !important;
    }

    .header-menu--right, .header-menu--left {
        flex-direction: column;
        align-items: flex-start;
        padding: 2px 8px;
    }

    .hero-player {
        height: 200px !important;
    }

    section {
        padding: 40px 0 0 0;
        flex-direction: column;
        gap: 50px;
    }

    .section-mreverse{
        flex-direction: column-reverse;
    }

    aside {
        width: 100%;
    }

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

    .section--spacious {
        padding: 70px 0 20px 0;
    }

    .section--full-width {
        width: 100%;
        max-width: 100%;
    }

    .section-container {
        padding: 0 40px 40px 40px;
        width: auto;
    }

    .brand-logos {
        flex-wrap: wrap;
        justify-content: center;
        gap: 35px;
    }

    .highlight-hz {
        grid-template-columns: 1fr;
        padding: 30px;
    }

    .sub-highlight-container {
        grid-template-columns: 1fr;
    }


    .mgrid {
        grid-template-columns: 1fr;
    }

    .timeline-container::after {
        top: 10%;
    }

    .timeline-container:nth-of-type(3)::after {
        top: 8%;
    }

    .timeline-content {
        padding: 20px 0;
        flex-direction: column;
        align-items: unset;
        gap: 25px;
    }

    .timeline-content div {
        width: 100%;
    }

    .slabs {
        flex-direction: column;
    }

    .slab--horizontal {
        flex-direction: column;
        padding: 30px 30px 25px 30px;
        gap: 20px;
    }

    .slab--horizontal div {
        flex: unset;
    }

    .slab--horizontal a {
        flex: unset;
    }

    .footer-body {
        padding: 75px 40px;
    }

    .footer-action {
        width: 75%;
        flex-direction: column;
        gap: 25px;
        padding: 30px;
    }

    .footer-content {
        gap: 30px;
        flex-direction: column;
        justify-content: unset;
    }

    .content {
        display: flex;
        flex-direction: row;
        gap: 70px;
        margin: 0px 0 150px 0;
    }

    .content-nav {
        display: none;
    }

    .builder-steps {
        gap: 8px;
        margin-bottom: 16px;
    }

    .step-number {
        display: none;
    }

    .step-name {
        font-size: 13px;
    }

    #slider {
        width: 98%;
    }

    .builder-section {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 20px 0;
    }

    .builder-section__scale {
        flex: unset;
        gap: 10px;
    }

    .builder-section__output {
        flex: unset;
    }

    .subheadbox {
        flex-direction: column;
    }

    .integrations {
        column-gap: 30px;
        row-gap: 60px;
        grid-template-columns: repeat(auto-fit, minmax(200px, 47%));
    }

    .industry {
        min-width: 270px;
        max-width: 270px;
    }

    .industry--head-image {
        position: relative;
        width: 100%;
        height: 150px;
    }

    .industry--body {
        padding: 25px;
    }

    .article-body {
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
    }

}


@media (max-width: 700px) {

    .testimonials {
        flex-direction: column;
    }
}


@keyframes textShine {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}

.glow {
    background: linear-gradient(
            to right,
            #7953cd 20%,
            #00affa 30%,
            #0190cd 70%,
            #764ada 80%
    );
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background-size: 500% auto;
    animation: textShine 5s ease-in-out infinite alternate;
}









/* ################### */
/* ################### */
/* ################### */
/* ################### */
/* ################### */
/* ################### */
/* ################### */
/* ################### */
/* ################### */
/* ################### */
/* ################### */
/* ################### */
/* ################### */
/* ################### */






body {
    color: var(--foreground);
    background: var(--background);
    font-family: Inter, sans-serif;
}

/* Preview Container Styles */
.preview-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.preview-backdrop {
    width: 500px;
    max-width: 100%;
    display: block;
    z-index: 1;
}

.preview-items-container {
    position: absolute;
    top: 24%;
    left: 54%;
    transform: translateX(-50%);
    width: 66%;
    height: 72%;
    overflow: hidden;
    z-index: 2;
    /* clip-path: inset(20% 15% 20% 15%); */
}

.preview-items {
    width: 100%;
    height: auto;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateY(0%);
}

/* Smooth transitions for the preview items */
.preview-items-container .preview-items {
    will-change: transform;
}
