:root {
    --primary-color: #030A22;
    --primary-blue: #78DBFF;
    --color-black: #000000;
    --color-white: #ffffff;
    --gray-1: #EFEFEF;
    --red: #FF0000;
    --dark-red: #AF0101;
    --dark-gray: #232323;
    --light-gray: #A6A9AA;
    --body-bg: #ffffff;
    --body-color: #ffffff;
    --gray-darker: #222222;
    --gray-dark: #333333;
    --gray: #555555;
    --gray-light: #777777;
    --gray-lighter: #eeeeee;
    --theme-secondary: #cccccc;
    --font-body: 'Gotham-Book', sans-serif;
    --min-width: 375px;
    --max-width: 1200px;
    --font-light: 'Gotham-Light', sans-serif;
    --font-normal: 'Gotham-Book', sans-serif;
    --font-medium: 'Gotham-Medium', sans-serif;
    --font-bold: 'Gotham-Bold', sans-serif;

    --weight-light: 300;
    --weight-normal: 400;
    --weight-medium: 500;
    --weight-bold: 700;
}

/* === Reset Styles === */
.sd-reset *, .sd-reset *::before, .sd-reset *::after { box-sizing: border-box; }
section.sd-reset{ border: 0; font-family: var(--font-body); font-weight: var(--weight-normal); } 
.sd-reset ul, .sd-reset ol { margin: 0; padding: 0; list-style: none; }
.sd-reset a { color: inherit; text-decoration: none; }
.sd-reset button, .sd-reset input, .sd-reset textarea, .sd-reset select { font: inherit; margin: 0; border: none; background: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
.sd-reset button:focus, .sd-reset input:focus, .sd-reset textarea:focus, .sd-reset select:focus { outline: none; }
.sd-reset img, .sd-reset svg, .sd-reset video, .sd-reset canvas { max-width: 100%; height: auto; display: block; }
.sd-reset input::placeholder,
.sd-reset textarea::placeholder { color: rgba(255, 255, 255, 0.5); }
.sd-reset table { border-collapse: collapse; border-spacing: 0; }
.sd-reset input, .sd-reset button, .sd-reset textarea, .sd-reset select { font: inherit; }
.sd-reset .svg { pointer-events: none; }
.sd-reset strong, .sd-reset b { font-weight: var(--weight-bold); font-family: var(--font-bold); }
.sd-reset sub, .sd-reset sup { font-size: 75%; }
.sd-reset sup { top: -6px; }
.sd-reset a { background: linear-gradient(currentColor 0 0) 0 100%/var(--underline-width, 100%) 1px no-repeat; color: #000000; display: inline; outline: none; text-decoration: none; }
.sd-reset a:hover { --underline-width: 100%; }
.sd-reset p { margin-bottom: 32px; }
.sd-reset p:last-child { margin-bottom: 0;  }
.sd-reset .container { margin-left: auto; margin-right: auto; width: 100%; padding-left: 24px; padding-right: 24px; box-sizing: border-box; }
@media(min-width: 576px) {
    .sd-reset .container { max-width: 540px; }
}
@media(min-width: 768px) {
    .sd-reset .container { max-width: 720px; }
}
@media(min-width: 992px) {
    .sd-reset .container { max-width: 960px; }
}
@media(min-width: 1200px) {
    .sd-reset .container { max-width: 1180px; }
}
@media(min-width: 1400px) {
    .sd-reset .container { max-width: 1328px; }
}
@media (max-width: 767.98px) {
    .sd-reset .container {  padding-left: 16px; padding-right: 16px; }
}
.sd-reset .row{ display: flex; flex-wrap: wrap; }

/* === Typography Utilities === */
.sd-reset .fw-light { font-weight: var(--weight-light) !important; font-family: var(--font-light) !important; }
.sd-reset .fw-normal { font-weight: var(--weight-normal) !important; font-family: var(--font-normal) !important; }
.sd-reset .fw-medium { font-weight: var(--weight-medium) !important; font-family: var(--font-medium) !important; }
.sd-reset .fw-bold { font-weight: var(--weight-bold) !important; font-family: var(--font-bold) !important; }

.sd-reset .display { font-weight: var(--weight-light); font-family: var(--font-light); line-height: 1.08; letter-spacing: -0.01em; font-size: 46px; margin-bottom: 60px; }
@media (min-width: 375px) {
    .sd-reset .display { font-size: calc(46px + 34 * ((100vw - 375px) / 825)); }
}
@media (min-width: 1200px) {
    .sd-reset .display { font-size: 80px; }
}

.sd-reset h1,.sd-reset .h1 {font-weight: var(--weight-normal);font-family: var(--font-normal);font-size: 30px;line-height: 1.15;letter-spacing: 0;margin-bottom: 48px;}
@media (min-width: 375px) {
    .sd-reset h1, .sd-reset .h1 {font-size: calc(30px + 8 * ((100vw - 375px) / 850));}
}
@media (min-width: 1200px) {
    .sd-reset h1, .sd-reset .h1 {font-size: 38px;}
}

.sd-reset h2,.sd-reset .h2 {font-weight: var(--weight-medium);font-family: var(--font-medium);font-size: 26px;line-height: 1.3;letter-spacing: 0;margin-bottom: 32px;}
@media (min-width: 375px) {
    .sd-reset h2,.sd-reset .h2 {font-size: calc(26px + 4 * ((100vw - 375px) / 850));}
}
@media (min-width: 1200px) {
    .sd-reset h2,.sd-reset .h2 {font-size: 30px;}
}

.sd-reset h3,.sd-reset .h3 {font-weight: var(--weight-medium);font-family: var(--font-medium);font-size: 20px;line-height: 1.1;letter-spacing: -0.01em;text-transform: uppercase;margin-bottom: 32px;}
@media (min-width: 375px) {
    .sd-reset h3,.sd-reset .h3 {font-size: calc(20px + 4 * ((100vw - 375px) / 850));}
}
@media (min-width: 1200px) {
    .sd-reset h3,.sd-reset .h3 {font-size: 24px;}
}

.sd-reset h4,.sd-reset .h4 {font-weight: var(--weight-bold);font-family: var(--font-bold);font-size: 18px;line-height: 1.3;letter-spacing: -0.015em;margin-bottom: 20px;}
@media (min-width: 375px) {
    .sd-reset h4,.sd-reset .h4 {font-size: calc(18px + 2 * ((100vw - 375px) / 850));}
}
@media (min-width: 1200px) {
    .sd-reset h4,.sd-reset .h4 {font-size: 20px;}
}

.sd-reset h5,.sd-reset .h5 {font-weight: var(--weight-bold);font-family: var(--font-bold);font-size: 16px;line-height: 1.3;letter-spacing: -0.01em;margin-bottom: 20px;}
@media (min-width: 375px) {
    .sd-reset h5,.sd-reset .h5 {font-size: calc(16px + 2 * ((100vw - 375px) / 850));}
}
@media (min-width: 1200px) {
    .sd-reset h5,.sd-reset .h5 {font-size: 18px;}
}

.sd-reset h6,.sd-reset .h6 {font-weight: var(--weight-bold);font-family: var(--font-bold);font-size: 14px;line-height: 1.5;letter-spacing: -0.015em;text-transform: uppercase;margin-bottom: 20px;}
.sd-reset .text-20 { font-size: 20px; line-height: 30px; }
.sd-reset .text-18 { font-size: 18px; line-height: 1.5; }
.sd-reset .text-16 { font-size: 16px; line-height: 24px; }
.sd-reset .text-14 { font-size: 14px; line-height: 21px; letter-spacing: -0.14px; }
.sd-reset .text-12 { font-size: 12px; line-height: 18px; letter-spacing: -0.12px; }

/* === Utility Classes === */
.sd-reset .div-img { background-position: top center; background-repeat: no-repeat; background-size: cover; }
.sd-reset .bg-black { background : var(--color-black); }
.sd-reset .text-white { color: var(--color-white); }
.d-none { display: none !important; }

/* === Ordered / Unordered List === */
.sd-reset ul { margin: 0 0 48px; padding: 0; }
.sd-reset ul li { list-style: none; margin: 0 0 10px 0; padding: 0 0 0 22px; position: relative; word-wrap: break-word; }
.sd-reset ul li::before { content: ""; position: absolute; left: 5px; top: 10px; height: 6px; width: 6px; border-radius: 100%; background: #0B0E1D; }
.sd-reset ul ol { margin: 12px 0 0; }
.sd-reset ul ul {margin: 12px 0 0;}
.sd-reset ul ul li {margin: 0 0 12px;}
.sd-reset ul.list-unstyled li {margin: 0 0 13px 0;padding: 0;position: relative;}
.sd-reset ul.list-unstyled li::before {content: normal;}
.sd-reset ol {margin: 0 0 40px;padding: 0;list-style: none;counter-reset: av-counter;}
.sd-reset ol li {counter-increment: av-counter;margin: 0 0 12px;padding: 0 0 0 22px;position: relative;}
.sd-reset ol li::before {background: transparent;content: counter(av-counter) ".";counter-increment: none;display: inline-block;font-size: inherit;line-height: inherit;position: absolute;left: 0;top: 0;height: auto;width: 21px;text-align: center;font-weight: var(--weight-normal);font-family: var(--font-normal);}
.sd-reset ol ol { margin: 12px 0 0; }
.sd-reset ol ol li { margin: 0 0 12px 0; }
.sd-reset ol ul { counter-reset: av-counter; margin: 12px 0 0; }
.sd-reset ol ul li { margin: 0 0 12px 0; }
.sd-reset ol ul li::before { background: var(--color-black); content: ""; left: 8px; top: 9px; height: 6px; width: 6px; }
.sd-reset .text-white ul li::before { background-color: var(--color-white); }
.sd-reset .text-white ol li::before { background: none; color: #ffffff; }

/* === Buttons / Links === */
.sd-reset .btn { background-size: 0; text-align: center; text-decoration: none; position: relative; outline: none; font-weight: var(--weight-medium); font-family: var(--font-medium); min-width: 140px; padding: 12px 20px; color: var(--color-white); text-transform: uppercase; border: 0; letter-spacing: 0.015em; border-radius: 0; display: inline-flex; justify-content: center; box-shadow: none !important; }
.sd-reset .btn.btn-primary { background-color: var(--red); line-height: 21px; transition: all 200ms cubic-bezier(0.3, 0, 0.3, 1); min-width: 140px; }
.sd-reset .btn.btn-primary:focus, .sd-reset .btn.btn-primary.active, .sd-reset .btn.btn-primary:not(:disabled):not(.disabled):active { background-color: var(--red); color: var(--color-white); }
.sd-reset .btn.btn-primary:hover { background-color: var(--dark-red); color: var(--color-white); }
.sd-reset .btn.btn-outline { background-color: transparent; border: 1px solid #FFFFFF33; line-height: 19px; transition: all 200ms cubic-bezier(0.3, 0, 0.3, 1); }
.sd-reset .btn.btn-outline:focus, .sd-reset .btn.btn-outline.active, .sd-reset .btn.btn-outline:not(:disabled):not(.disabled):active { background-color: transparent; color: var(--color-white); }
.sd-reset .btn.btn-outline:hover { border: 1px solid #FFFFFF; background: #FFFFFF33; color: var(--color-white); }
.sd-reset .btn:focus, .sd-reset .btn:hover, .sd-reset .btn:not(:disabled):not(.disabled):active { outline: none; box-shadow: none !important; }
.sd-reset .cta-link { color: currentColor; font-size: 14px; line-height: 21px; font-weight: var(--weight-medium); font-family: var(--font-medium); background: none; letter-spacing: 0.015em; display: inline-flex; align-items: center; text-transform: uppercase; }
.sd-reset .cta-link span { height: 40px; min-width: 40px; width: 40px; margin-left: 12px; background: var(--red); border-radius: 100%; display: inline-flex; align-items: center; justify-content: center; transition: all 0.3s ease; }
.sd-reset .cta-link span svg { height: 20px; width: 20px; }
.sd-reset .cta-link:hover span { background: var(--dark-red); }
.sd-reset .arrow-link { color: currentColor; font-size: 14px; line-height: 21px; background: 0 0; font-weight: var(--weight-medium); font-family: var(--font-medium); letter-spacing: 0.015em; display: inline-flex; text-transform: uppercase; align-items: center; }
.sd-reset .arrow-link svg { margin-left: 8px; width: 25px; height: 25px; filter: brightness(0) saturate(100%) invert(23%) sepia(88%) saturate(7207%) hue-rotate(357deg) brightness(93%) contrast(119%); }
.sd-reset .arrow-link:hover svg { filter: brightness(0) saturate(100%) invert(0%) sepia(1%) saturate(7475%) hue-rotate(335deg) brightness(89%) contrast(99%); }
.sd-reset .arrow-link.text-white:hover svg { filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(662%) hue-rotate(214deg) brightness(127%) contrast(100%); }
.sd-reset .modal-backdrop { background: #00000066; backdrop-filter: blur(30px); -webkit-backdrop-filter: blur(30px); }
.sd-reset .modal-backdrop.show { opacity: 1; }

/* === 404: Page not found === */
.pg-not-found { background: #000000; color: #ffffff; display: flex; justify-content: flex-start; align-items: center; height: 80vh; position: relative; padding-top: 200px; padding-bottom: 80px; }
.pg-not-found h1 { margin-bottom: 32px; }
.pg-not-found .wrapper { margin: 0 auto; text-align: center; width: 694px; }
@media(max-width: 991.98px) {
    .pg-not-found { height: 70vh; padding-top: 145px; }
}

/* === Book form sf === */
/* Book Free Demo Salesforce Form */
.book-free-demo-sf .cmn-input{
    position: relative;
    margin-bottom: 12px;
}
.book-free-demo-sf .cmn-input label {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
.book-free-demo-sf .cmn-input input,
.book-free-demo-sf .cmn-input select,
.book-free-demo-sf .cmn-input textarea {
    background: #191919;
    border-radius: 0;
    border: 1.5px solid #4e4e4e;
    border-width: 0 0 1.5px 0;
    color: var(--color-white);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    height: 62px;
    outline: 0;
    padding: 19px 12px;
    width: 100%;
}

.book-free-demo-sf .cmn-input input::placeholder,
.book-free-demo-sf .cmn-input option[disabled],
.book-free-demo-sf .cmn-input textarea::placeholder {
    color: #A2A2A2;
    opacity: 1;
}

.book-free-demo-sf input:focus,
.book-free-demo-sf textarea:focus {
    border-color: var(--color-white);
}
.book-free-demo-sf .btn-primary {
    margin-top: 18px;
    font-size: 14px;
    letter-spacing: -.14px;
    cursor: pointer;
}
/* Core Select2 */
.book-free-demo-sf .select2-container--default .select2-selection--single {
	background-color: #191919;
	border: 1.5px solid #4e4e4e;
	border-width: 0 0 1.5px 0;
	border-radius: 0;
	color: var(--color-white);
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	height: 62px;
	padding: 19px 38px 19px 12px;
	display: flex;
	align-items: center;
}

.book-free-demo-sf .select2-selection__rendered {
    color: var(--color-white) !important;
    line-height: 24px !important;
    padding: 0 !important;
    margin-top: 2px;
}

.book-free-demo-sf .select2-selection__placeholder {
	color: #A2A2A2 !important;
	opacity: 1;
    display: block;
}

.book-free-demo-sf .select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 26px;
    position: absolute;
    top: 0;
    right: 10px;
    width: 20px;
    bottom: 0;
    margin: auto;
    transform: unset;

}

.book-free-demo-sf .select2-container--open .select2-selection--single {
	border-color: var(--color-white);
}

.book-free-demo-sf .select2-dropdown {
	background-color: #191919;
	border: 1px solid #4e4e4e;
	border-radius: 0;
}

.book-free-demo-sf .select2-results__option--highlighted {
	background-color: #2a2a2a;
	color: var(--color-white);
}

.book-free-demo-sf .select2-container--default .select2-dropdown {
    background-color: #191919;
    border: 1px solid #4e4e4e;
    border-radius: 0;
    z-index: 998;
}

.book-free-demo-sf .select2-container--default .select2-results__options {
    background-color: #191919;
    color: var(--color-white);
    list-style: none;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    max-height: 264px;
    scrollbar-color: #cdcdcd #fff;
    scrollbar-width: thin;
}

.book-free-demo-sf .select2-container--default .select2-results__option {
    padding: 10px 12px;
    color: var(--color-white);
    background-color: transparent;
    transition: background 0.2s ease;
    cursor: pointer;
    margin: 0;
}
.book-free-demo-sf .select2-container--default .select2-results__option:before{
    content: normal;
}

.book-free-demo-sf .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #2a2a2a;
    color: var(--color-white);
}

.book-free-demo-sf .select2-container--default .select2-results__option[aria-disabled="true"] {
    color: #A2A2A2;
    cursor: not-allowed;
}

.book-free-demo-sf .select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #333;
    color: var(--color-white);
}
.book-free-demo-sf .select2-results__option[aria-disabled="true"] {
	color: #A2A2A2;
}