/* Custom Cheery Stylesheets */
@font-face {
	font-family: 'BR Firma';
	src: url('../fonts/BRFirmaCW-Regular.woff2') format("woff2");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'BR Firma';
	src: url('../fonts/BRFirmaCW-Medium.woff2') format("woff2");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'BR Firma';
	src: url('../fonts/BRFirmaCW-SemiBold.woff2') format("woff2");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'BR Firma';
	src: url('../fonts/BRFirmaCW-Bold.woff2') format("woff2");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'sk-modernist';
	src: url('../fonts/sk-modernist-regular-webfont.woff') format("woff");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'sk-modernist';
	src: url('../fonts/sk-modernist-bold-webfont.woff') format("woff");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Garant';
	src: url('../fonts/Garant-Regular.woff') format("woff"), url('../fonts/Garant-Regular.woff2') format("woff2");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Garant';
	src: url('../fonts/Garant-SemiBold.woff') format("woff"), url('../fonts/Garant-SemiBold.woff2') format("woff2");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Garant';
	src: url('../fonts/Garant-Bold.woff') format("woff"), url('../fonts/Garant-Bold.woff2') format("woff2");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "Sweet Sucker Punch";
	src: url('../fonts/SweetSuckerPunch.woff') format("woff"), url('../fonts/SweetSuckerPunch.woff2') format("woff2");
	font-weight: 400;
	font-style: normal;
}


:root {
    --font: 'sk-modernist', sans-serif;
    --body-color: #2f3234;
    --heading-color: #212b36;
    --primary-color: #4b0082;
    --secondary-color: #E1B3FD;
    --tertiary-color: #940d63;
    --background-color: #e4e2f4;
    --background-orange-color: #ffc857;
    --white-color: #ffffff;
    --main-btn-hover-color: var(--secondary-color);
    --main-btn-hover-bg: #382d85;
    --trans-300: all 300ms ease;
    --trans-600: all 600ms ease;
    --trans-900: all 900ms ease;
    --trans-1200: all 1200ms ease;
}

/* Main */
body {
	font-family: var(--font);
    /* -webkit-font-smoothing: antialiased; */
    text-rendering: optimizeLegibility;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'sk-modernist', sans-serif;
}

.container {
    max-width: 1280px;
}

.row-equal-height {
    display: flex;
    flex-wrap: wrap;
}

.row-equal-height>[class*=col-] {
    display: flex;
}

a {
    color: var(--secondary-color);
}

a:hover, a:focus {
    color: var(--primary-color);
}

sup {
    position: relative;
    top: -0.7em;
    font-size: .6em;
    padding-left: 0.1em;
    padding-right: 0.1em;
}

.alert {
    border-radius: 16px;
}

.section-title--wrap {
    margin-top: 40px;
    margin-bottom: 64px;
}

.section-title--wrap .section-title {
    color: #242a49;
    font-size: 60px;
    font-weight: 400;
    line-height: 65px;
    letter-spacing: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.section-title--wrap .section-copy {
    color: #4d5373;
    font-size: 32px;
    line-height: 36px;
    margin-top: 12px;
    width: 950px;
}


/* Elements */
.text-lowercase { text-transform: lowercase !important; }

.text-uppercase { text-transform: uppercase !important; }

.text-capitalize { text-transform: capitalize !important; }

.text-transform-none { text-transform: none !important; }

.text-underline { text-decoration: underline; }

.text-cursive { 
    color: #ff9a07;
    display: inline-block;
    font-family: "Sweet Sucker Punch", cursive;
    font-weight: 400;
    transform: rotate(-3deg);
}

.ltr-sp-0 { letter-spacing: 0 !important; }

.ltr-sp--015 { letter-spacing: -0.015em !important; }

.ltr-sp--025 { letter-spacing: -0.025em !important; }

.ltr-sp--05 { letter-spacing: -0.05em !important; }

.ltr-sp--075 { letter-spacing: -0.075em !important; }

.ltr-sp--1 { letter-spacing: -0.1em !important; }

.ltr-sp--135 { letter-spacing: -0.135em !important; }

.ltr-sp--15 { letter-spacing: -0.15em !important; }

.ltr-sp--175 { letter-spacing: -0.175em !important; }

.ltr-sp--2 { letter-spacing: -0.2em !important; }

.ltr-sp-015 { letter-spacing: 0.015em !important; }

.ltr-sp-025 { letter-spacing: 0.025em !important; }

.ltr-sp-05 { letter-spacing: 0.05em !important; }

.ltr-sp-075 { letter-spacing: 0.075em !important; }

.ltr-sp-1 { letter-spacing: 0.1em !important; }

.ltr-sp-135 { letter-spacing: 0.135em !important; }

.ltr-sp-15 { letter-spacing: 0.15em !important; }

.ltr-sp-175 { letter-spacing: 0.175em !important; }

.ltr-sp-2 { letter-spacing: 0.2em !important; }

.ltr-sp-25 { letter-spacing: 0.25em !important; }

.ltr-sp-3 { letter-spacing: 0.3em !important; }

.ltr-sp-35 { letter-spacing: 0.35em !important; }

.ltr-sp-4 { letter-spacing: 0.4em !important; }

.ltr-sp-5 { letter-spacing: 0.5em !important; }

.lh-05 { line-height: 0.5em !important; }

.lh-55 { line-height: 0.55em !important; }

.lh-75 { line-height: 0.75em !important; }

.lh-85 { line-height: 0.85em !important; }

.lh-1 { line-height: 1em !important; }

.lh-105 { line-height: 1.05em !important; }

.lh-11 { line-height: 1.1em !important; }

.lh-115 { line-height: 1.15em !important; }

.lh-125 { line-height: 1.25em !important; }

.lh-13 { line-height: 1.3em !important; }

.lh-15 { line-height: 1.5em !important; }

.lh-16 { line-height: 1.6em !important; }

.lh-165 { line-height: 1.65em !important; }

.lh-175 { line-height: 1.75em !important; }

.lh-185 { line-height: 1.85em !important; }

.lh-2 { line-height: 2em !important; }

.lh-215 { line-height: 2.15em !important; }

.lh-225 { line-height: 2.25em !important; }

.lh-25 { line-height: 2.5em !important; }

.font-weight-thin { font-weight: 100 !important; }

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

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

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

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

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

.font-weight-extrabold { font-weight: 900 !important; }

.font-style-normal { font-style: normal !important; }

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

.ws-nowrap { white-space: nowrap; }

.font-size-10 { font-size: 10px !important; }

.font-size-11 { font-size: 11px !important; }

.font-size-12 { font-size: 12px !important; }

.font-size-13 { font-size: 13px !important; }

.font-size-14 { font-size: 14px !important; }

.font-size-15 { font-size: 15px !important; }

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

.font-size-17 { font-size: 17px !important; }

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

.font-size-19 { font-size: 19px !important; }

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

.font-size-21 { font-size: 21px !important; }

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

.font-size-24 { font-size: 24px !important; }

.font-size-26 { font-size: 26px !important; }

.font-size-28 { font-size: 28px !important; }

.font-size-30 { font-size: 30px !important; }

.font-size-32 { font-size: 32px !important; }

.font-size-34 { font-size: 34px !important; }

.font-size-35 { font-size: 35px !important; }

.font-size-36 { font-size: 36px !important; }

.font-size-38 { font-size: 38px !important; }

.font-size-40 { font-size: 40px !important; }

.font-size-42 { font-size: 42px !important; }

.font-size-44 { font-size: 44px !important; }

.font-size-46 { font-size: 46px !important; }

.font-size-48 { font-size: 48px !important; }

.font-size-50 { font-size: 50px !important; }

.font-size-60 { font-size: 60px !important; }

.font-size-1-15x { font-size: 1.15em; }

.font-size-1-25x { font-size: 1.25em; }

.font-size-1-5x { font-size: 1.5em; }

.font-size-1-6x { font-size: 1.6em; }

.font-size-1-75x { font-size: 1.75em; }

.font-size-2x { font-size: 2em; }

.font-size-2-15x { font-size: 2.15em; }

.font-size-2-25x { font-size: 2.25em; }

.font-size-2-5x { font-size: 2.5em; }

.font-size-2-6x { font-size: 2.6em; }

.font-size-2-75x { font-size: 2.75em; }

.font-size-3x { font-size: 3em; }

.font-size-3-15x { font-size: 3.15em; }

.font-size-3-3x { font-size: 3.3em; }

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

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

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

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

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

.text-dark { color: #202232 !important; }

.text-havelock-blue { color: #4c93dc !important; }

.text-turquoise { color: #3cd3d1 !important; }

.text-neon-carrot { color: #ff8e32 !important; }

.text-arapawa { color: #120a57 !important; }

.text-san-marino { color: #4A62AC !important; }

.text-hover-primary:hover { color: var(--color-primary) !important; }

.text-hover-secondary:hover { color: var(--color-secondary) !important; }

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

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

.text-hover-dark:hover { color: #181b31 !important; }

.text-fade-white-01 { color: rgba(255, 255, 255, 0.1) !important; }

.text-fade-dark-01 { color: rgba(0, 0, 0, 0.1) !important; }

.text-fade-white-02 { color: rgba(255, 255, 255, 0.2) !important; }

.text-fade-dark-02 { color: rgba(0, 0, 0, 0.2) !important; }

.text-fade-white-03 { color: rgba(255, 255, 255, 0.3) !important; }

.text-fade-dark-03 { color: rgba(0, 0, 0, 0.3) !important; }

.text-fade-white-04 { color: rgba(255, 255, 255, 0.4) !important; }

.text-fade-dark-04 { color: rgba(0, 0, 0, 0.4) !important; }

.text-fade-white-05 { color: rgba(255, 255, 255, 0.5) !important; }

.text-fade-dark-05 { color: rgba(0, 0, 0, 0.5) !important; }

.text-fade-white-06 { color: rgba(255, 255, 255, 0.6) !important; }

.text-fade-dark-06 { color: rgba(0, 0, 0, 0.6) !important; }

.text-fade-white-07 { color: rgba(255, 255, 255, 0.7) !important; }

.text-fade-dark-07 { color: rgba(0, 0, 0, 0.7) !important; }

.text-fade-white-08 { color: rgba(255, 255, 255, 0.8) !important; }

.text-fade-dark-08 { color: rgba(0, 0, 0, 0.8) !important; }

.text-fade-white-09 { color: rgba(255, 255, 255, 0.9) !important; }

.text-fade-dark-09 { color: rgba(0, 0, 0, 0.9) !important; }

.ml-0 { margin-left: 0 !important; }

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

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

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

.mx-auto { margin-left: auto; margin-right: auto; }

.pl-0 { padding-left: 0 !important; }

.pr-0 { padding-right: 0 !important; }

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

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

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

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

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

.pb-15 { padding-bottom: 15px !important; }

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

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

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

.pb-20 { padding-bottom: 20px !important; }

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

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

.pt-25 { padding-top: 25px !important; }

.pb-25 { padding-bottom: 25px !important; }

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

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

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

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

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

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

.pt-35 { padding-top: 35px !important; }

.pb-35 { padding-bottom: 35px !important; }

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

.mb-35 { margin-bottom: 35px !important; }

.pt-40 { padding-top: 40px !important; }

.pb-40 { padding-bottom: 40px !important; }

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

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

.pt-45 { padding-top: 45px !important; }

.pb-45 { padding-bottom: 45px !important; }

.mt-45 { margin-top: 45px !important; }

.mb-45 { margin-bottom: 45px !important; }

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

.pb-50 { padding-bottom: 50px !important; }

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

.mb-50 { margin-bottom: 50px !important; }

.pt-55 { padding-top: 55px !important; }

.pb-55 { padding-bottom: 55px !important; }

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

.mb-55 { margin-bottom: 55px !important; }

.pt-60 { padding-top: 60px !important; }

.pb-60 { padding-bottom: 60px !important; }

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

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

.pt-65 { padding-top: 65px !important; }

.pb-65 { padding-bottom: 65px !important; }

.mt-65 { margin-top: 65px !important; }

.mb-65 { margin-bottom: 65px !important; }

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

.pb-70 { padding-bottom: 70px !important; }

.mt-70 { margin-top: 70px !important; }

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

.pt-75 { padding-top: 75px !important; }

.pb-75 { padding-bottom: 75px !important; }

.mt-75 { margin-top: 75px !important; }

.mb-75 { margin-bottom: 75px !important; }

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

.pb-80 { padding-bottom: 80px !important; }

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

.mb-80 { margin-bottom: 80px !important; }

.pt-85 { padding-top: 85px !important; }

.pb-85 { padding-bottom: 85px !important; }

.mt-85 { margin-top: 85px !important; }

.mb-85 { margin-bottom: 85px !important; }

.pt-90 { padding-top: 90px !important; }

.pb-90 { padding-bottom: 90px !important; }

.mt-90 { margin-top: 90px !important; }

.mb-90 { margin-bottom: 90px !important; }

.pt-95 { padding-top: 95px !important; }

.pb-95 { padding-bottom: 95px !important; }

.mt-95 { margin-top: 95px !important; }

.mb-95 { margin-bottom: 95px !important; }

.pt-100 { padding-top: 100px !important; }

.pb-100 { padding-bottom: 100px !important; }

.mt-100 { margin-top: 100px !important; }

.mb-100 { margin-bottom: 100px !important; }

.pt-105 { padding-top: 105px !important; }

.pb-105 { padding-bottom: 105px !important; }

.mt-105 { margin-top: 105px !important; }

.mb-105 { margin-bottom: 105px !important; }

.pt-110 { padding-top: 110px !important; }

.pb-110 { padding-bottom: 110px !important; }

.mt-110 { margin-top: 110px !important; }

.mb-110 { margin-bottom: 110px !important; }

.pt-115 { padding-top: 115px !important; }

.pb-115 { padding-bottom: 115px !important; }

.mt-115 { margin-top: 115px !important; }

.mb-115 { margin-bottom: 115px !important; }

.pt-120 { padding-top: 120px !important; }

.pb-120 { padding-bottom: 120px !important; }

.mt-120 { margin-top: 120px !important; }

.mb-120 { margin-bottom: 120px !important; }

.pt-125 { padding-top: 125px !important; }

.pb-125 { padding-bottom: 125px !important; }

.mt-125 { margin-top: 125px !important; }

.mb-125 { margin-bottom: 125px !important; }

.pt-130 { padding-top: 130px !important; }

.pb-130 { padding-bottom: 130px !important; }

.mt-130 { margin-top: 130px !important; }

.mb-130 { margin-bottom: 130px !important; }

.pt-135 { padding-top: 135px !important; }

.pb-135 { padding-bottom: 135px !important; }

.mt-135 { margin-top: 135px !important; }

.mb-135 { margin-bottom: 135px !important; }

.pt-140 { padding-top: 140px !important; }

.pb-140 { padding-bottom: 140px !important; }

.mt-140 { margin-top: 140px !important; }

.mb-140 { margin-bottom: 140px !important; }

.pt-145 { padding-top: 145px !important; }

.pb-145 { padding-bottom: 145px !important; }

.mt-145 { margin-top: 145px !important; }

.mb-145 { margin-bottom: 145px !important; }

.pt-150 { padding-top: 150px !important; }

.pb-150 { padding-bottom: 150px !important; }

.mt-150 { margin-top: 150px !important; }

.mb-150 { margin-bottom: 150px !important; }

.pt-155 { padding-top: 155px !important; }

.pb-155 { padding-bottom: 155px !important; }

.mt-155 { margin-top: 155px !important; }

.mb-155 { margin-bottom: 155px !important; }

.pt-160 { padding-top: 160px !important; }

.pb-160 { padding-bottom: 160px !important; }

.mt-160 { margin-top: 160px !important; }

.mb-160 { margin-bottom: 160px !important; }

.pt-165 { padding-top: 165px !important; }

.pb-165 { padding-bottom: 165px !important; }

.mt-165 { margin-top: 165px !important; }

.mb-165 { margin-bottom: 165px !important; }

.pt-170 { padding-top: 170px !important; }

.pb-170 { padding-bottom: 170px !important; }

.mt-170 { margin-top: 170px !important; }

.mb-170 { margin-bottom: 170px !important; }

.pt-175 { padding-top: 175px !important; }

.pb-175 { padding-bottom: 175px !important; }

.mt-175 { margin-top: 175px !important; }

.mb-175 { margin-bottom: 175px !important; }

.pt-180 { padding-top: 180px !important; }

.pb-180 { padding-bottom: 180px !important; }

.mt-180 { margin-top: 180px !important; }

.mb-180 { margin-bottom: 180px !important; }

.pt-185 { padding-top: 185px !important; }

.pb-185 { padding-bottom: 185px !important; }

.mt-185 { margin-top: 185px !important; }

.mb-185 { margin-bottom: 185px !important; }

.pt-190 { padding-top: 190px !important; }

.pb-190 { padding-bottom: 190px !important; }

.mt-190 { margin-top: 190px !important; }

.mb-190 { margin-bottom: 190px !important; }

.pt-195 { padding-top: 195px !important; }

.pb-195 { padding-bottom: 195px !important; }

.mt-195 { margin-top: 195px !important; }

.mb-195 { margin-bottom: 195px !important; }

.pt-200 { padding-top: 200px !important; }

.pb-200 { padding-bottom: 200px !important; }

.mt-200 { margin-top: 200px !important; }

.mb-200 { margin-bottom: 200px !important; }

.pt-205 { padding-top: 205px !important; }

.pb-205 { padding-bottom: 205px !important; }

.mt-205 { margin-top: 205px !important; }

.mb-205 { margin-bottom: 205px !important; }

.pt-210 { padding-top: 210px !important; }

.pb-210 { padding-bottom: 210px !important; }

.mt-210 { margin-top: 210px !important; }

.mb-210 { margin-bottom: 210px !important; }

.pt-215 { padding-top: 215px !important; }

.pb-215 { padding-bottom: 215px !important; }

.mt-215 { margin-top: 215px !important; }

.mb-215 { margin-bottom: 215px !important; }

.pt-220 { padding-top: 220px !important; }

.pb-220 { padding-bottom: 220px !important; }

.mt-220 { margin-top: 220px !important; }

.mb-220 { margin-bottom: 220px !important; }

.pt-225 { padding-top: 225px !important; }

.pb-225 { padding-bottom: 225px !important; }

.mt-225 { margin-top: 225px !important; }

.mb-225 { margin-bottom: 225px !important; }

.pt-230 { padding-top: 230px !important; }

.pb-230 { padding-bottom: 230px !important; }

.mt-230 { margin-top: 230px !important; }

.mb-230 { margin-bottom: 230px !important; }

.pt-235 { padding-top: 235px !important; }

.pb-235 { padding-bottom: 235px !important; }

.mt-235 { margin-top: 235px !important; }

.mb-235 { margin-bottom: 235px !important; }

.pt-240 { padding-top: 240px !important; }

.pb-240 { padding-bottom: 240px !important; }

.mt-240 { margin-top: 240px !important; }

.mb-240 { margin-bottom: 240px !important; }

.pt-245 { padding-top: 245px !important; }

.pb-245 { padding-bottom: 245px !important; }

.mt-245 { margin-top: 245px !important; }

.mb-245 { margin-bottom: 245px !important; }

.pt-250 { padding-top: 250px !important; }

.pb-250 { padding-bottom: 250px !important; }

.mt-250 { margin-top: 250px !important; }

.mb-250 { margin-bottom: 250px !important; }

.pt-255 { padding-top: 255px !important; }

.pb-255 { padding-bottom: 255px !important; }

.mt-255 { margin-top: 255px !important; }

.mb-255 { margin-bottom: 255px !important; }

.pt-260 { padding-top: 260px !important; }

.pb-260 { padding-bottom: 260px !important; }

.mt-260 { margin-top: 260px !important; }

.mb-260 { margin-bottom: 260px !important; }

.pt-265 { padding-top: 265px !important; }

.pb-265 { padding-bottom: 265px !important; }

.mt-265 { margin-top: 265px !important; }

.mb-265 { margin-bottom: 265px !important; }

.pt-270 { padding-top: 270px !important; }

.pb-270 { padding-bottom: 270px !important; }

.mt-270 { margin-top: 270px !important; }

.mb-270 { margin-bottom: 270px !important; }

.pt-275 { padding-top: 275px !important; }

.pb-275 { padding-bottom: 275px !important; }

.mt-275 { margin-top: 275px !important; }

.mb-275 { margin-bottom: 275px !important; }

.pt-280 { padding-top: 280px !important; }

.pb-280 { padding-bottom: 280px !important; }

.mt-280 { margin-top: 280px !important; }

.mb-280 { margin-bottom: 280px !important; }

.pt-285 { padding-top: 285px !important; }

.pb-285 { padding-bottom: 285px !important; }

.mt-285 { margin-top: 285px !important; }

.mb-285 { margin-bottom: 285px !important; }

.p-1 { padding: 0.25rem !important; }

.pt-1, .py-1 { padding-top: 0.25rem !important; }

.pb-1, .py-1 { padding-bottom: 0.25rem !important; }

.pl-1, .px-1 { padding-left: 0.25rem !important; }

.pr-1, .px-1 { padding-right: 0.25rem !important; }

.p-2 { padding: 0.5rem !important; }

.pt-2, .py-2 { padding-top: 0.5rem !important; }

.pb-2, .py-2 { padding-bottom: 0.5rem !important; }

.pl-2, .px-2 { padding-left: 0.5rem !important; }

.pr-2, .px-2 { padding-right: 0.5rem !important; }

.p-3 { padding: 1rem !important; }

.pt-3, .py-3 { padding-top: 1rem !important; }

.pb-3, .py-3 { padding-bottom: 1rem !important; }

.pl-3, .px-3 { padding-left: 1rem !important; }

.pr-3, .px-3 { padding-right: 1rem !important; }

.p-4 { padding: 1.5rem !important; }

.opacity-01 { opacity: 0.1; }

.opacity-02 { opacity: 0.2; }

.opacity-03 { opacity: 0.3; }

.opacity-04 { opacity: 0.4; }

.opacity-05 { opacity: 0.5; }

.opacity-06 { opacity: 0.6; }

.opacity-07 { opacity: 0.7; }

.opacity-08 { opacity: 0.8; }

.opacity-09 { opacity: 0.9; }

.opacity-1 { opacity: 1; }


/* Colors */
.text-yellow {
    color: #FFCE00 !important;
}

.text-purple {
    color: var(--primary-color);
}

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

.bg--white {
    background-color: var(--white) !important;
}

/*  Modal */
.modal-dialog {
    max-width: 600px;
}

.modal-lg, .modal-xl {
    max-width: 850px;
}

.modal-content {
    border-color: transparent;
    border-radius: 12px;
}

.modal-header {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.modal-body {
    padding: 1.5rem 2rem;
}

.modal-dialog .close {
    padding: .25rem .65rem;
    margin: .5rem 0 .5rem auto;
    border: none;
    border-radius: 10px;
    background-color: #ededed;
    color: var(--heading-color);
    position: absolute;
    right: 22px;
    top: 12px;
}


/* Navigation */
.navbar-brand img {
    width: 120px;
}

/* .sticky .navbar-brand img {
    width: 45px;
} */

.navbar-nav .nav-item > a {
    color: var(--heading-color);
	font-size: 15px;
	padding: 25px 0;
}

.navbar-nav .nav-item > a:hover, .navbar-nav .nav-item > a:focus, .sticky .navbar-nav .nav-item a:hover, .sticky .navbar-nav .nav-item a:focus {
    color: var(--main-btn-hover-bg);
    opacity: 1;
}

.ud-header.blog .navbar-brand {
    padding: 18px 0;
}

.navbar-nav .nav-item.nav-item-has-children > a::after {
    width: 8px;
    height: 8px;
    border-bottom: 0.1rem solid;
    border-right: 0.1rem solid;
}

.navbar-nav .dropdown-menu {
    border: 1px solid #DCDEE1;
    box-shadow: rgba(0, 0, 0, 0.1) 0 4px 8px 0;
    box-sizing: content-box;
    border-radius: 8px;
    background-color: #fff;
    padding: 0.5rem 0.5rem;
}

.navbar-nav .menu-md .dropdown-menu {
    padding: 10px;
    padding-top: 24px;
}

.navbar-nav .menu-md .dropdown-menu .menu-label {
    color: #657694;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin: 0 0 12px 14px;
}

.navbar-nav .nav-menu-list {
    padding: 6px 10px;
}

.navbar-nav .nav-menu-content {
    display: grid;
    grid-template-columns: 50% 50%;
    padding: 0;
    min-width: 600px;
    max-width: 600px;
}

.navbar-nav .nav-menu-content li {
    margin-right: 30px;
}

.navbar-nav .dropdown-item {
    border-radius: 6px;
    color: var(--heading-color) !important;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0.5rem 1rem 0.5rem 0.75rem;
    transition: background-color .2s ease-in;
}

.navbar-nav .dropdown-item:focus, .navbar-nav .dropdown-item:hover {
    color: #181f38;
    background-color: #efebf5;
}

.navbar-nav .dropdown-item.active, .navbar-nav .dropdown-item:active {
    color: #181f38;
    background-color: #efebf5;
}

.navbar-nav .nav-item.menu-md .dropdown-item {
    position: relative;
    padding: 14px;
    display: flex;
    flex-wrap: nowrap;
    text-decoration: none;
    white-space: wrap;
}

/* .navbar-nav .nav-item.menu-md .dropdown-item:hover {
    background-color: transparent;
} */

.navbar-nav .nav-item .dropdown-toggle::after {
    content: none;
}

.navbar-nav .nav-item .dropdown-icon {
    color: inherit;
    transition: -webkit-transform .15s ease;
    transition: transform .15s ease;
    transition: transform .15s ease,-webkit-transform .15s ease;
}

.navbar-nav .nav-item .dropdown-toggle[aria-expanded="true"] .dropdown-icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.navbar-nav .dropdown-item .text-link--content {
    margin-left: 34px;
}

.navbar-nav .dropdown-item .text-link--inner {
    display: flex;
    align-items: center;
    gap: 8px;
}

.navbar-nav .dropdown-item .text-link--inner .cta-arrow {
    width: 13px;
    height: 13px;
    opacity: 0;
    /* margin-left: -24px; */
    -webkit-transform: scale(0.8) translateX(-15px);
    transform: scale(0.8) translateX(-15px);
    transition: transform 200ms cubic-bezier(0.4, 0.1, 0.6, 0.9),opacity 200ms cubic-bezier(0.4, 0.1, 0.6, 0.9),-webkit-transform 200ms cubic-bezier(0.4, 0.1, 0.6, 0.9);
}

.navbar-nav .dropdown-item:hover .text-link--inner .cta-arrow {
    opacity: 1;
    -webkit-transform: scale(0.8) translateX(0px);
    transform: scale(0.8) translateX(-0px);
}

.navbar-nav .dropdown-item .text-title {
    color: #181f38;
    display: inline-block;
    font-weight: 600;
    line-height: 1.4;
    -webkit-font-smoothing: antialiased;
}

.navbar-nav .dropdown-item .text-subtitle {
    color: #6a6e76;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    margin: 0;
}

/* .navbar-nav .dropdown-item .icon-wrapper {
    background-color: #ebf5f3;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    transition: background-color .2s ease-in;
}

.navbar-nav .dropdown-item:hover .icon-wrapper {
    background-color: #08cf65;
    color: #fff;
} */

.navbar-nav .dropdown-item .icon-wrapper {
    color: #009747;
    position: absolute;
    top: 14px;
    left: 14px;
}

.navbar-nav .dropdown-item .svg-icon {
    width: 24px;
    height: 24px;
}

.navbar-toggler .toggler-icon {
    background-color: var(--heading-color);
}

.sticky {
	background-color: rgba(255, 255, 255, 1);
    background-color: #ebedf5;
    box-shadow: none;
}

.main-cta {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: .1px;
	border-radius: 5px;
    -webkit-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    background: -webkit-gradient(linear, right top, left top, color-stop(50%, #f45d48), color-stop(50%, #ef523c));
    background: -webkit-linear-gradient(right, #f45d48 50%, #ef523c 50%);
    background: -o-linear-gradient(right, #f45d48 50%, #ef523c 50%);
    background: linear-gradient(to left, #f45d48 50%, #ef523c 50%);
    background-position: right bottom;
    background-size: 200% 100%;
    border: none;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    vertical-align: middle;
    padding: 12px 20px !important;
    color: #fff;
    width: 170px;
    text-decoration: none;
}

.sticky .navbar-btn .main-cta {
    background: linear-gradient(to left, #004318 50%, #004318 50%);
    background-position: right bottom;
    background-size: 200% 100%;
    border-radius: 64px;
}

.main-cta:hover, .main-cta:focus, .main-cta.focus {
    background-position: left bottom !important;
}


/* Hero */
.hero, .about-us, .product-main, .terms-of--use {
    position: relative;
    background: transparent;
    background-color: rgb(254 255 243);
    background-color: #ebedf5;
    padding-bottom: 64px;
}

.terms-of--use {
    padding-bottom: 90px;
}

.hero-content {
    color: #fff;
    margin-bottom: 64px;
}

.hero-header {
    width: 100%;
    max-width: 62rem;
    color: #fff;
    text-align: left;
}

.hero-title, .hero-subtitle, .hero-desc {
    color: inherit;
    margin-bottom: 20px;
}

.hero-title {
    color: var(--heading-color);
    font-size: 4.375rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -.02rem;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 550px;
}

.hero-title .text-cursive {
    font-size: 5rem;
}

.hero-text--wrapper {
    width: 100%;
    max-width: 32.5rem;
}

.hero-subtitle {
    color: var(--body-color);
    font-size: 22px;
    font-weight: 500;
    line-height: 1.45;
    padding-top: 2rem;
}

.get-app--btn, .qr-text--wrapper .app-download--btn {
    background-color: var(--tertiary-color);
    border-radius: 100px;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    padding: 18px 28px;
    font-size: 1.15rem;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

.get-app--btn.outline-btn {
    background-color: transparent;
    border: 1px solid #950d63;
    color: var(--heading-color);
}

.navbar-btn .get-app--btn {
    font-size: 1rem;
    padding: 14px 20px;
}

.qr-text--wrapper .app-download--btn {
    background-color: transparent;
    border: 1px solid #950d63;
    color: var(--heading-color);
    font-size: 1rem;
    font-weight: 600;
    padding: 0.625rem 1rem;
}

.hero .get-app--btn .button-icon, .qr-text--wrapper .app-download--btn .button-icon {
    z-index: 2;
    width: 4rem;
    position: relative;
}

.navbar-btn .get-app--btn .button-icon, .qr-text--wrapper .app-download--btn .button-icon {
    width: 2.5rem;
}

.qr-text--wrapper .app-download--btn .button-icon {
    fill: currentColor;
}

.get-app--btn .text-move--wrapper, .qr-text--wrapper .app-download--btn .text-move--wrapper {
    height: 1.25rem;
    position: relative;
    overflow: hidden;
}

.navbar-btn .get-app--btn .text-move--wrapper, .qr-text--wrapper .app-download--btn .text-move--wrapper {
    height: 1rem;
}

.get-app--btn .text-move, .qr-text--wrapper .app-download--btn .text-move {
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease;
}

.get-app--btn .button-text, .qr-text--wrapper .app-download--btn .button-text {
    z-index: 2;
    position: relative;
}

.get-app--btn .button-text.is_2, .qr-text--wrapper .app-download--btn .button-text.is_2 {
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
}

.get-app--btn:hover, .qr-text--wrapper .app-download--btn:hover {
    background-color: var(--main-btn-hover-bg);
    color: #fff;
}

.get-app--btn.outline-btn:hover {
    border-color: transparent;
}

.qr-text--wrapper .app-download--btn:hover {
    border-color: var(--main-btn-hover-bg);
    color: #fff;
}

.get-app--btn:hover .text-move, .qr-text--wrapper .app-download--btn:hover .text-move {
    transform: translateY(-110%);
}

.hero .disclaimer-text {
    color: var(--body-color);
    font-size: 13px;
    line-height: 1.65em;
    margin-top: 2.5rem;
    position: absolute;
    bottom: 60px;
    width: 500px;
}

.hero-image--background {
    background-image: linear-gradient(to bottom,transparent,rgb(193 138 255 / 15%));
    z-index: 2;
    height: 20rem;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.hero-video--wrapper {
    position: relative;
    margin: 0 auto;
    max-width: 605px;
    display: block;
    width: 100%;
    height: 100%;
}

.hero-video--wrapper::after {
    background-image: url('../images/watch-the-video-white.png');
    background-size: 101px 81px;
    content: '';
    display: block;
    width: 101px;
    height: 81px;
    position: absolute;
    bottom: 30px;
    left: 200px;
}

.hero-video--wrapper .play-button--wrapper {
    position: absolute;
    bottom: 0;
    right: 0;
}

.hero-video--wrapper .play-button svg {
    width: 160px;
    height: 160px;
}

.qr-code--grid {
    grid-auto-columns: 1fr;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 2rem;
    grid-row-gap: 4rem;
    grid-template-rows: auto;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 2rem;
}

.qr-text--wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: 34rem;
    padding-top: 1.25rem;
    display: flex;
}

.qr-text--wrapper .large-text {
    color: var(--heading-color);;
    font-size: 2.75rem;
    font-weight: 600;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 2rem;
}

.qr-text--wrapper .body-text {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 0;
}

.qr-text--wrapper .button-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: max-content max-content;
    grid-auto-columns: 1fr;
    align-items: center;
    padding-top: 3rem;
    display: grid;
}

.qr-scan--wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    grid-area: span 1 / span 1 / span 1 / span 1;
}

.qr-scan {
    background-image: url(../images/qr-code-scan-border.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 70%;
    max-width: 20rem;
    padding: 2rem;
}

.hero .btn-action--wrapper {
    display: flex;
    gap: 12px;
    padding-top: 1rem;
    margin-bottom: 1.5rem;
}


/* About Us */
.about-us, .terms-of--use {
    padding-top: 180px;
}

.about-us + .image-breaker {
    padding-top: 0;
}

.about-us .content-wrap, .terms-of--use .content-wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 780px;
    gap: 1.5rem;
    margin: 0 auto;
    text-align: center;
}

.about-us .content-wrap .large-text, .terms-of--use .content-wrap .large-text {
    color: var(--heading-color);
    font-size: 56px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -.02rem;
    margin: 0;
}

.about-us .content-wrap .small-text, .terms-of--use .content-wrap .small-text {
    color: var(--body-color);
    font-size: 22px;
    font-weight: 400;
    line-height: 1.45;
    margin: 0;
}


/* Mobile Screen Block */
.ms-block {
    background-color: #ebedf5;
    padding: 80px 0;
    position: relative;
}

.ms-image--background, .image-slider--background, .other-features--background {
    background-image: linear-gradient(to top,transparent,rgb(193 138 255 / 15%));
    z-index: 2;
    height: 20rem;
    position: absolute;
    top: 0;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.ms-flex--cards {
    display: flex;
    align-items: flex-start;
    height: 100%;
    padding-bottom: 1rem;
    transform-style: preserve-3d;
}

.ms-flex--cards .ms-card--item {
    flex-shrink: 0;
    margin: 0;
    position: relative;
    width: 25%;
}

.ms-flex--cards .ms-card--item.low {
    padding-top: 4.375rem;
}

.ms-flex--cards .ms-card {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
}

.ms-flex--cards .ms-card--image {
    width: 100%;
    vertical-align: bottom;
    transition: transform 0.4s ease-in-out 0s;
}

.ms-flex--cards .ms-card:hover img {
    transform: scale3d(1.1, 1.1, 1.1);
}


/* Intro */
.intro {
    background-color: #ebedf5;
    padding-top: 0;
    padding-bottom: 120px;
}

.image-breaker + .intro {
    background-color: #fff;
    padding-top: 120px;
}

.intro .intro-grid {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-column-gap: 3.5rem;
}

.intro .large-text {
    font-size: 2.25rem;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -0.01em;
    margin: 0;
}

.intro .large-text .text-cursive {
    font-size: 60px;
}

.intro .small-text {
    color: #625f6c;
    font-size: 1.25rem;
    line-height: 1.5;
    margin: 0;
}

.intro .small-text:not(:last-child) {
    margin-bottom: 1rem;
}

.intro-numbers--grid {
    display: grid;
    grid-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-columns: 1fr;
    width: 100%;
    margin: 80px 0 20px;
}

.intro-numbers--item {
    border-top: 1px solid #dadada;
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding-top: 24px;
}

.intro-numbers--item .intro-numbers--value {
    color: #950d63;
    font-size: 64px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 0;
    margin: 0;
}

.intro-numbers--item .intro-numbers--text {
    color: #625f6c;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
}

.intro-benefit {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    align-items: center;
    margin: 0 95px 35px 0;
}

.intro-benefit .icon-wrapper {
    flex-shrink: 0;
}

.intro-benefit .text-wrapper {
    flex-direction: column;
    display: flex;
    margin-left: 1rem;
}

.intro-benefit .text-wrapper .benefit-text {
    font-size: 18px;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: -.25px;
}

.intro-benefit .text-wrapper .benefit-copy {
    margin-top: 8px;
}


/* Product */
.product-main {
    padding-top: 180px;
    padding-bottom: 80px;
}

.product-main .content-wrap {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    max-width: 600px;
}

.product-main .content-wrap .section-title {
    color: #717173;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: .2em;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}

.product-main .content-wrap .large-text {
    color: var(--heading-color);
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -.02rem;
    margin-top: 0;
    margin-bottom: 0;
}

.product-main .content-wrap .small-text {
    color: var(--body-color);
    font-size: 22px;
    font-weight: 500;
    line-height: 1.45;
    margin: 0;
}

.product-main .main-image--wrapper {
    width: 100%;
    height: 600px;
}

.product-main .main-image {
    border-radius: 20px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.product-more--features + .why-section .why-grid {
    border: 0;
}

.product-more--features + .why-section .why-grid .why-item {
    background-color: #f7f7f7;
    border-radius: 16px;
    padding: 1.5rem 1.5rem;
}


/* Scrollable Notification */
.scrollable-notifications {
    position: relative;
    background-color: #fff;
    color: rgb(35, 44, 42);
    padding-top: 0px;
    padding-bottom: 0px;
}

.notification-wrapper {
    width: 100%;
    padding: 14px 0px;
    background: #fff;
    overflow: hidden;
    white-space: nowrap;
}

.scrolling-animation {
    display: inline-block;
    padding-right: 0;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: scrolling;
    animation-duration: 100s;
}

@-webkit-keyframes scrolling {
    0% {
        -webkit-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(-100%,0,0);
        -ms-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
    }
}
    
@keyframes scrolling {
    0% {
        -webkit-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(-100%,0,0);
        -ms-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
    }
}

.notification-wrapper .content-wrapper {
    position: relative;
    display: inline-block;
    margin: 0px 15px;
}

.notification-wrapper .content-wrapper .content {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.notification-wrapper .content-wrapper .image-wrap {
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    margin: 0;
}

.notification-wrapper .content-wrapper .image-wrap img {
    /* width: 100%;
    object-fit: cover; */
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    box-sizing: border-box;
    padding: 0;
    border: none;
    margin: auto;
    display: block;
    width: 0;
    height: 0;
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
}

.notification-wrapper .content-wrapper p {
    font-size: 15px;
    margin-bottom: 0;
    padding-left: 8px;
}


/* Inputs */
.btn {
    border-radius: 5px;
    -webkit-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    background: -webkit-gradient(linear, right top, left top, color-stop(50%, #f45d48), color-stop(50%, #ef523c));
    background: -webkit-linear-gradient(right, #f45d48 50%, #ef523c 50%);
    background: -o-linear-gradient(right, #f45d48 50%, #ef523c 50%);
    background: linear-gradient(to left, #f45d48 50%, #ef523c 50%);
    background-position: right bottom;
    background-size: 200% 100%;
    border: none;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    padding: 12px 20px;
    color: #fff;
    text-decoration: none;
}

.white-btn {
    background: #fff;
    color: #222525;
}

.cta-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
    padding: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 20px;
    -webkit-transition: .6s;
    transition: .6s;
    font-family: Grifter,sans-serif;
    color: #fff;
    font-size: 28px;
    letter-spacing: 0;
}

.cta-button:hover {
    background-color: #fff;
    box-shadow: 9px 9px 0 0 hsla(0,0%,100%,.24);
    -webkit-transform: translate(0,-13px);
    -ms-transform: translate(0,-13px);
    transform: translate(0,-13px);
    color: #000
}

.the__button {
    display: inline-block;
    text-decoration: none;
    padding: 15px 25px;
    font-weight: 400;
    background: var(--primary-color);;
    color: var(--white);
    border: 1px solid var(--primary-color);
    transition: color 600ms ease, background 1200ms ease;
    border-radius: 64px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    font-size: 16px;
    line-height: 1.5;
}

.the__button.btn--alt {
    background: none;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.the__button.btn--white {
    background: #fff;
    color: #222525;
    border: 1px solid #fff;
}

.the__button.btn--inverse {
    background: var(--secondary-color);
    color: #fff;
    border: 1px solid var(--secondary-color);
}

.the__button:before {
    content: "";
    width: 56px;
    height: 100%;
    border-radius: 50%;
    background: #5633e3;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: var(--trans-600);
}

.the__button.btn--white:before {
    background: #f7f7f7;
    color: #222525;
}

.the__button.btn--inverse:before {
    background: rgb(255, 168, 205);
    color: #222525;
}

.the__button:hover:before {
    transform: translate(-50%, -50%) scale(5);
    transition: var(--trans-1200);
}

.the__button:hover, .the__button:focus {
    color: var(--white);
    background: #5633e3;
}

.the__button.btn--white:hover {
    color: #222525;
    background: #fff;
}

.the__button.btn--inverse:hover, .the__button.btn--inverse:focus {
    color: #222525;
    background: rgb(255, 168, 205);
}

.the__button span {
    position: relative;
    z-index: 2;
}

.btn--link {
    width: auto;
    display: inline-block;
    background-color: transparent;
    color: #3f434c;
    padding: 0;
    text-align: left;
    font-size: 17px;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
}

.btn--link span {
    margin-right: 36px;
}

.btn--link .link-arrow {
    display: inline-block;
    margin-left: -24px;
    opacity: 0;
    -webkit-transform: scale(0.8) translateX(-15px);
    transform: scale(0.8) translateX(-15px);
    -webkit-transition: opacity 200ms cubic-bezier(0.4, 0.1, 0.6, 0.9),-webkit-transform 200ms cubic-bezier(0.4, 0.1, 0.6, 0.9);
    transition: opacity 200ms cubic-bezier(0.4, 0.1, 0.6, 0.9),-webkit-transform 200ms cubic-bezier(0.4, 0.1, 0.6, 0.9);
    transition: transform 200ms cubic-bezier(0.4, 0.1, 0.6, 0.9),opacity 200ms cubic-bezier(0.4, 0.1, 0.6, 0.9);
    transition: transform 200ms cubic-bezier(0.4, 0.1, 0.6, 0.9),opacity 200ms cubic-bezier(0.4, 0.1, 0.6, 0.9),-webkit-transform 200ms cubic-bezier(0.4, 0.1, 0.6, 0.9);
}

.btn--link:hover {
    color: #6E24D0;
}

.btn--link:hover .link-arrow {
    opacity: 1;
    -webkit-transform: scale(0.8) translateX(0px);
    transform: scale(0.8) translateX(-0px);
}

.btn--link .link-arrow circle, .btn--link .link-arrow path {
    fill: currentColor;
}


/* Video Playback */
.video-playback {
    position: relative;
}

.video-component--wrapper {
    position: relative;
}

.video-component {
    overflow: hidden;
}

.video-component video {
    border-radius: 50px;
    display: block;
    -o-object-position: center center;
    object-position: center center;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.video-player--link {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}

.video-player--link .play-icon {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    vertical-align: middle;
    border-style: solid;
    border-width: 1px;
    border-radius: 100%;
    border-color: transparent;
    background-color: var(--secondary-color);
}

.video-player--link:hover .play-icon {
    background-color: var(--primary-color);
}

.video-player--link .play-icon::before {
    content: ' ';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    border-style: solid;
    border-color: transparent;
    border-left-color: white;
    border-left-width: calc(calc(80px / 3) * 0.8660254038);
    border-top-width: calc(calc(80px / 3) / 2);
    border-bottom-width: calc(calc(80px / 3) / 2);
    transform: translate(-28%, -50%) rotate(360deg);
}

.video-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.9);
}

.video-modal iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: 90%;
}

.video-close-button {
    position: absolute;
    top: 20px;
    right: 30px;
    display: block;
    cursor: pointer;
    width: 60px;
    height: 60px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTQuNzA3IDMuMjkzYTEgMSAwIDEgMC0xLjQxNCAxLjQxNEwxMC41ODYgMTJsLTcuMjkzIDcuMjkzYTEgMSAwIDEgMCAxLjQxNCAxLjQxNEwxMiAxMy40MTRsNy4yOTMgNy4yOTNhMSAxIDAgMSAwIDEuNDE0LTEuNDE0TDEzLjQxNCAxMmw3LjI5My03LjI5M2ExIDEgMCAxIDAtMS40MTQtMS40MTRMMTIgMTAuNTg2IDQuNzA3IDMuMjkzeiIgZmlsbD0iI2ZmZiIvPgo8L3N2Zz4K) center center no-repeat;
}


/* Features Grid */
.features-main {
    background-color: #453862;
    position: relative;
    padding: 120px 0 96px;
}

.features-main .section-title--wrap {
    max-width: 600px;
    margin: 0 0 80px;
    text-align: left;
}

.features-main .section-title {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.1;
}

.features-main .section-copy {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    line-height: 1.6;
    width: auto;
}

.features-tab--layout {
    height: 100%;
    padding: 0 60px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.features-tab--layout .nav-container {
    width: 120px;
    margin-right: 40px;
    display: flex;
    align-items: center;
    z-index: 9;
}

.features-tab--layout .nav-container .nav-link {
    background: rgba(25,25,25,0.15);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
}

.features-tab--layout .nav-container .nav-link.active, .features-tab--layout .nav-container .nav-link:hover {
    background: #22163a;
}

.features-tab--layout .nav-container .nav-link:not(:last-child) {
    margin-bottom: 30px;
}

.features-tab--layout .nav-container .nav-link .link-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.features-tab--layout .nav-container .nav-link .link-content .tab-icon {
    width: 30px;
    margin-bottom: 8px;
}

.features-tab--layout .nav-container .nav-link .link-content .tab-text {
    color: #fff;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: .2em;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}

.features-tab--layout .content-container {
    width: calc(100% - 160px);
    position: relative;
    z-index: 9;
}

.features-tab--layout .content-container .content-wrapper {
    width: 100%;
    display: flex;
    height: 100%;
    align-items: center;
}

.features-tab--layout .content-container .content-wrapper .image-wrapper, .features-tab--layout .content-container .content-wrapper .copy-wrapper {
    width: 50%;
}

.features-tab--layout .content-container .content-wrapper .image-wrapper {
    flex-grow: 1;
}

.features-tab--layout .content-container .content-wrapper .image-wrapper .image {
    width: 100%;
    max-width: 300px;
    position: relative;
    left: 50px;
}

.features-tab--layout .content-container .content-wrapper .copy-wrapper {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    max-width: 532px;
    padding-bottom: 6px;
}

.features-tab--layout .content-container .content-wrapper .copy-wrapper .tagline {
    color: #ffc857;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: .2em;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}

.features-tab--layout .content-container .content-wrapper .copy-wrapper .large-text {
    color: #fff;
    font-size: 48px;
    line-height: 52px;
    letter-spacing: -0.01em;
    font-weight: 500;
}

.features-tab--layout .content-container .content-wrapper .copy-wrapper .small-text {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0;
}

.features-tab--layout .get-app--btn {
    background-color: var(--background-orange-color);
    color: #4e3e6e;
}

.features-tab--layout .get-app--btn:hover {
    background-color: var(--tertiary-color);
    color: #fff;
}

.features-layout--grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.25rem;
    grid-template-rows: min-content 1fr;
    grid-auto-flow: column;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.features-layout--grid.layout-2 {
    margin-top: 13.375rem;
}

.features-layout--grid.layout-1, .features-layout--grid.layout-2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

.features-layout--grid .phone-image {
    grid-area: 1 / 1 / 3 / 2;
}

.features-layout--grid .grid-spacing {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

.features-layout--grid .large-text {
    color: #fff;
    font-size: 2.25rem;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -0.01em;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 2.625rem;
}

.features-layout--grid .small-text {
    color: rgba(255,255,255,.8);
    font-size: 1.25rem;
    font-weight: 400;
    margin-bottom: 0;
}

.features-layout--grid .more-info--btn {
    background-color: transparent;
    border: 0;
    color: #b2adf4;
    display: flex;
    gap: 0.25rem;
    cursor: pointer;
    align-items: center;
    font-size: .75rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0;
    padding: 0;
    margin: 0;
    margin-top: 24px;
    outline: 0;
}

.footer-arrow {
    width: 100%;
    max-width: 24rem;
    position: absolute;
    top: 0;
}

.footer-arrow._01 {
    max-width: 20vw;
    top: 8vw;
    left: -2%;
}

.footer-arrow._02 {
    max-width: 20vw;
    top: 22vw;
    left: -5%;
}

.footer-arrow._03 {
    max-width: 20vw;
    top: 35vw;
    left: -4%;
    transform: rotate(-15deg);
}

.more-info--content {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.more-info--content .large-text {
    color: var(--heading-color);
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 1.5rem;
}

.more-info--content .body-text {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 0;
}

.bookmark-wrapper {
    padding: 20px 0px;
    border-top: 1px solid rgba(0,0,0,.2);
    width: 100%;
}

.bookmark-list {
    font-weight: 400;
    margin-bottom: 0;
}

.coming-soon--feature {
    position: relative;
    width: 100%;
    border: 1px solid #eaeaea;
    box-shadow: 1px 2px 24px 0px rgb(52 54 56 / 10%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px 12px 20px 20px;
    padding: 48px 48px 48px 48px;
    border-radius: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.coming-soon--feature .badge-wrapper {
    width: 100%;
    margin-bottom: 16px;
}

.coming-soon--feature .badge, .features-main .content-wrapper .text-wrapper .badge {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 30px;
    padding: 10px 21px;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    background: #ebe7ff;
    border: 1px solid #8569f9;
    color: #4126b0;
    border-radius: 25px;
    /* text-transform: uppercase; */
    width: max-content;
}

.coming-soon--feature .large-text {
    font-size: 26px;
    line-height: 1.3;
    font-weight: 600;
    margin-top: 16px;
}

.coming-soon--feature .small-text {
    font-size: 18px;
    line-height: 1.6;
    margin-top: 24px;
    margin-bottom: 0;
}


/* More Features */
.more-features {
    background-color: #fff;
    padding: 96px 0 20px;
    position: relative;
}

.more-features .content-wrap {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 60px;
    text-align: center;
    position: relative;
    z-index: 9;
}

.more-features .content-wrap .large-text {
    color: #242a49;
    font-size: 48px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -.02rem;
    margin-top: 0;
    margin-bottom: 0;
}

.more-features .content-wrap .large-text .text-cursive {
    font-size: 60px;
    letter-spacing: 0;
}

.more-features .content-wrap .small-text {
    color: #59575c;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
}

.more-features .feature-item--wrapper {
    display: flex;
    flex-direction: column;
    gap: 100px;
}

.more-features .feature-item {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    gap: 80px;
    padding: 0 60px;
}

.more-features .feature-item:nth-child(2) {
    flex-direction: row;
}

.more-features .feature-item .copy-wrapper {
    width: 420px;
}

.more-features .feature-item .copy-wrapper .large-text {
    font-size: 40px;
    line-height: 44px;
    letter-spacing: 0;
    font-weight: 600;
    margin-bottom: 20px;
}

.more-features .feature-item .copy-wrapper .small-text {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0;
    font-weight: 400;
}

.more-features .feature-item .image-wrapper {
    width: 425px;
}

.more-features .feature-item .image-wrapper .image {
    width: 100%;
}

.db-card--grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-column-gap: 3.625rem;
    grid-row-gap: 2.25rem;
    grid-template-rows: auto auto;
    width: 100%;
    margin-top: 64px;
}

.db-card--grid .card-image--wrapper {
    grid-area: 1 / 1 / 3 / 2;
}

.db-card--grid .card-image {
    width: 100%;
}

.db-card--grid .card-content--wrapper {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: end;
}

.db-card--grid .card-content {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    max-width: 500px;
}

.db-card--grid .card-content .large-text {
    font-size: 2.25rem;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 0;
    margin: 0;
}

.db-card--grid .card-content .body-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 0;
}

.db-card--grid .card-features--wrapper {
    grid-area: 2 / 2 / 3 / 3;
    align-self: start;
}

.db-card--grid .card-features {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.db-card--grid .card-features--list {
    grid-auto-columns: 1fr;
    display: grid;
    grid-column-gap: 0.625rem;
    grid-row-gap: 1rem;
    grid-template-columns: auto 1fr;
    align-items: center;
    grid-area: span 1 / span 1 / span 1 / span 1;
}

.db-card--grid .card-features--list .card-icon {
    width: 30px;
    height: 30px;
}

.db-card--grid .card-features--list .card-heading {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0;
}

.db-card--grid .card-features--list .card-text {
    font-size: 1.1rem;
    font-weight: 400;
    margin-bottom: 0;
    grid-area: 2 / 1 / 3 / 3;
}


/* Features */
.other-features {
    background-color: #fefff3;
    /* background-image: linear-gradient(#ddeae4, #fefff3); */
    padding: 80px 0;
    padding: 120px 0 80px;
    position: relative;
}

.other-features--background-2 {
    background-image: linear-gradient(to bottom,transparent,rgb(233 235 251 / 98%));
    z-index: -2;
    height: 20rem;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.other-features .section-title--wrap {
    max-width: 600px;
    margin: 0 0 80px;
    text-align: left;
}

.other-features .section-title {
    color: var(--heading-color);
    font-size: 40px;
    font-weight: 600;
    line-height: 1.1;
}

.other-features .section-copy {
    color: var(--body-color);
    font-size: 16px;
    line-height: 1.6;
    width: auto;
}

.other-features .features-checklist--grid {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(4,minmax(0,1fr));
    justify-items: center;
    margin: 0 auto;
    margin-bottom: 64px;
    max-width: 1000px;
    width: 100%;
}

.other-features .features-checklist {
    display: flex;
    align-items: center;
}

.other-features .features-checklist .checklist-icon {
    margin-right: 12px;
    height: 24px;
    width: 24px;
}

.other-features .features-checklist .checklist-text {
    color: var(--body-color);;
}

.feature-section--container {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.feature-section--item {
    display: grid;
    grid-gap: 1rem;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
    position: relative;
    align-items: center;
    justify-items: center;
    max-width: 90rem;
    margin: auto;
    z-index: 2;
    height: 100%;
}

.feature-section--item .image-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    order: 1;
    padding: 1.5rem;
    position: relative;
    width: 100%;
}

.feature-section--item.image-left .image-container {
    order: 0;
}

.feature-section--item .image-wrapper, .feature-section--item .content-wrapper {
    width: 400px;
    height: auto;
}

.feature-section--item .content-wrapper.full-width {
    width: 100%;
}

.feature-section--item .content-wrapper .savings-goals--container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.feature-section--item .content-wrapper .savings-goals--card {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 5px 30px 0px;
    display: flex;
    width: 100%;
    max-width: 350px;
    min-height: 120px;
}

.feature-section--item .content-wrapper .savings-goals--card.card-2 {
    margin-left: 80px;
}

.feature-section--item .content-wrapper .savings-goals--card.card-3 {
    margin-left: 160px;
}

.feature-section--item .content-wrapper .savings-goals--card .image-wrapper {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    width: 120px;
    height: 120px;
}

.feature-section--item .content-wrapper .savings-goals--card .image-wrapper .image {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.feature-section--item .content-wrapper .savings-goals--card .content-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    flex-grow: 1;
    /* gap: 24px; */
    padding: 12px 15px;
}

.feature-section--item .content-wrapper .savings-goals--card .content-top .large-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    margin: 0;
}

.feature-section--item .content-wrapper .savings-goals--card .content-top .small-text {
    color: #7c8890;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
}

.feature-section--item .content-wrapper .savings-goals--card .content-footer {
    width: 100%;
}

.feature-section--item .content-wrapper .savings-goals--card .content-footer .value-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.feature-section--item .content-wrapper .savings-goals--card .content-footer .progress {
    height: 0.5rem;
}

.feature-section--item .content-wrapper .savings-goals--card .content-footer .progress-bar {
    background-color: #3fb614;
}

.feature-section--item .text-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-top: 1.5rem;
    padding-right: 3rem;
    text-align: left;
}

.feature-section--item.image-left .text-container {
    order: 1;
}

.feature-section--item .text-container .large-text {
    font-size: 2.25rem;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -0.01em;
    margin: 0;
}

.feature-section--item .text-container .body-text {
    font-size: 1.25rem;
    font-weight: 400;
    margin-bottom: 0;
}

.features-grid--wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.features-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-auto-columns: 1fr;
    display: grid;
}

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

.features-grid.span-3 {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto;
}

.features-grid .features-card {
    background-color: #e4e2f3;
    border: 1px solid #b5b5a7;
    border-color: transparent;
    border-radius: 32px;
    color: var(--heading-color);
}

.features-grid.span-2 .features-card {
    padding: 32px 32px 0;
}

.features-grid.span-2 .features-card .card-inner--wrapper {
    justify-content: space-between;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
}

.features-grid.span-2 .features-card .left-content--wrap {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    max-width: 200px;
}

.features-grid.span-2 .features-card .left-content--wrap .card-icon {
    width: 32px;
    height: 32px;
}

.features-grid.span-2 .features-card .left-content--wrap .large-text {
    color: #10122a;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -.25px;
    margin-top: 0;
    margin-bottom: 12px;
    -webkit-font-smoothing: antialiased;
}

.features-grid.span-2 .features-card .left-content--wrap .card-copy {
    font-size: 15px;
    line-height: 1.5;
}

.features-grid.span-2 .features-card .right-content--wrap {
    display: flex;
    grid-row-gap: 16px;
    flex-direction: column;
    margin-top: 10px;
    width: 100%;
    max-width: 320px;
}

.features-grid.span-2 .features-card .list-item {
    height: 52px;
    grid-column-gap: 12px;
    background-color: #fff;
    border: 1px solid #e2e0e0;
    border-radius: 12px;
    align-items: center;
    padding: 12px 16px 12px 12px;
    display: flex;
    box-shadow: 0 12px 32px rgb(0 0 0 / 5%);
}

.features-grid.span-2 .features-card .list-icon--wrap {
    width: 28px;
    height: 28px;
    background-color: var(--heading-color);
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.features-grid.span-2 .features-card .list-icon--wrap img {
    width: 12px;
    height: 12px;
}

.features-grid.span-2 .features-card .list-item--text {
    color: #8f919c;
    font-size: 15px;
    font-weight: 400;
}

.features-grid.span-2 .features-card .list-item--title {
    color: #373847;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 0;
}

.features-grid.span-2 .features-card .list-item--copy {
    color: #696c76;
    font-size: 11px;
    line-height: 12px;
    margin-bottom: 0;
}

.features-grid.span-2 .features-card .toggle-wrap {
    width: 30px;
    height: 30px;
    margin-left: auto;
    margin-right: 0;
}

.features-grid.span-2 .features-card .chat-content, .feature-section--item .content-wrapper .chat-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1rem;
}

.features-grid.span-2 .features-card .chat-item, .feature-section--item .content-wrapper .chat-item {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 8px;
    margin-left: auto;
}

.features-grid.span-2 .features-card .chat-item.ai-response, .feature-section--item .content-wrapper .chat-item.ai-response {
    align-items: flex-start;
    justify-content: flex-start;
    margin-right: auto;
    margin-left: 0;
}

.features-grid.span-2 .features-card .chat-item .chat-card, .feature-section--item .content-wrapper .chat-item .chat-card {
    background-color: #c3cdf4;
    border: 1px solid transparent;
    border-radius: 12px;
    color: var(--heading-color);
    padding: 0.5rem 0.75rem;
    max-width: 290px;
    overflow: auto;
    text-align: right;
}

.feature-section--item .content-wrapper .chat-item .chat-card {
    border-radius: 18px;
    padding: 15px 20px;
}

.features-grid.span-2 .features-card .chat-item.ai-response .chat-card, .feature-section--item .content-wrapper .chat-item.ai-response .chat-card {
    background-color: #f0f7f1;
    color: var(--heading-color);
}

.features-grid.span-2 .features-card .chat-item .chat-text, .feature-section--item .content-wrapper .chat-item .chat-text {
    color: var(--heading-color);
    display: block;
    font-size: 14px;
    line-height: 1.3;
    margin: 0;
}

.feature-section--item .content-wrapper .chat-item .chat-text {
    font-size: 17px;
    line-height: 1.5;
}

.features-grid.span-2 .features-card .chat-item .loading-image, .feature-section--item .content-wrapper .chat-item .loading-image {
    mix-blend-mode: multiply;
    width: 28px;
    height: auto;
}

.features-grid.span-2 .features-card .chat-item .user-image, .features-grid.span-2 .features-card .chat-item .ai-image--wrapper, .feature-section--item .content-wrapper .chat-item .user-image, .feature-section--item .content-wrapper .chat-item .ai-image--wrapper {
    border-radius: 100px;
    width: 32px;
    height: 32px;
    min-width: 32px;
    object-fit: cover;
}

.features-grid.span-2 .features-card .chat-item .ai-image--wrapper, .feature-section--item .content-wrapper .chat-item .ai-image--wrapper {
    background-color: #2a264d;
    display: flex;
    align-items: center;
    justify-content: center;
}

.features-grid.span-2 .features-card .chat-item .ai-image--wrapper .ai-image, .feature-section--item .content-wrapper .chat-item .ai-image--wrapper .ai-image {
    width: 22px;
    height: 22px;
}

.features-grid.span-3 .features-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 40px;
    min-height: 400px;
    padding-top: 32px;
    position: relative;
    overflow: hidden;
}

.features-grid.span-3 .features-card .card-inner--wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    text-align: center;
    margin: 0 auto;
    max-width: 285px;
}

.features-grid.span-3 .features-card .large-text {
    color: #10122a;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -.25px;
    width: auto;
    -webkit-font-smoothing: antialiased;
}

.features-grid.span-3 .features-card .card-copy {
    color: #51535c;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0 auto;
    padding-right: 10px;
    width: auto;
}

.features-grid.span-3 .features-card .card-inner--footer {
    max-width: 100%;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.features-grid.span-3 .features-card .phone-content, .feature-section--item .content-wrapper .phone-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    grid-row-gap: 10px;
    width: 100%;
    height: 100%;
    max-width: 320px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.feature-section--item .content-wrapper .phone-content {
    max-width: 100%;
}

.features-grid.span-3 .features-card .phone-content.budget {
    background-color: transparent;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    align-items: flex-start;
    padding: 12px 12px 0;
    max-width: 350px;
}

.features-grid.span-3 .features-card .phone-content .card-image {
    margin-bottom: 24px;
}

.features-grid.span-3 .features-card .phone-content .list-item, .feature-section--item .content-wrapper .phone-content .list-item {
    background-color: #fff;
    border: 1px solid rgba(1,2,49,.1);
    border-radius: 12px;
    /* box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 5px 30px 0px; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 52px;
    grid-column-gap: 20px;
    padding: 12px 16px 12px 12px;
    width: 100%;
}

.features-grid.span-3 .features-card .phone-content .list-item.main-item, .feature-section--item .content-wrapper .phone-content .list-item.list-item.main-item {
    border-color: #b99994;
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 0px, rgba(29, 29, 32, 0.08) 0px 0px 0px 1px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
    height: 65px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 8px;
}

.features-grid.span-3 .features-card .phone-content .section-header {
    color: #51535c;
    font-size: 10px;
    line-height: 120%;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.features-grid.span-3 .features-card .phone-content.budget .list-item, .feature-section--item .content-wrapper .phone-content.budget .list-item {
    border-color: rgba(1,2,49,.1);
    box-shadow: none;
    height: 60px;
}

.features-grid.span-3 .features-card .phone-content.budget .list-item.list-item.main-item {
    background-color: #eeeef8;
    /* border-color: #a7a2af; */
    box-shadow: none;
    flex-direction: column;
    justify-content: flex-start;
    gap: 8px;
    padding-top: 10px;
    margin-bottom: 28px;
    height: auto;
}

.features-grid.span-3 .features-card .phone-content .list-item .left-content, .features-grid.span-3 .features-card .phone-content .list-item .right-content, .feature-section--item .content-wrapper .phone-content .list-item .left-content, .feature-section--item .content-wrapper .phone-content .list-item .right-content {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--heading-color);
    font-size: 15px;
    font-weight: 400;
    line-height: 100%;
}

.features-grid.span-3 .features-card .phone-content .list-item .left-content .icon-text--wrapper, .features-grid.span-3 .features-card .phone-content .list-item .right-content .icon-text--wrapper, .feature-section--item .content-wrapper .phone-content .list-item .left-content .icon-text--wrapper, .feature-section--item .content-wrapper .phone-content .list-item .right-content .icon-text--wrapper {
    background-color: #940d63;
    border-radius: 100px;
    color: #fff;
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 12px;
    line-height: 100%;
    text-transform: uppercase;
    width: 28px;
    height: 28px;
}

.features-grid.span-3 .features-card .phone-content .list-item.main-item .left-content, .features-grid.span-3 .features-card .phone-content .list-item.main-item .right-content, .feature-section--item .content-wrapper .phone-content .list-item.main-item .left-content, .feature-section--item .content-wrapper .phone-content .list-item.main-item .right-content {
    font-size: 16px;
    font-weight: 600;
}

.features-grid.span-3 .features-card .phone-content.budget .list-item.list-item.main-item .left-content {
    font-size: 13px;
    font-weight: 400;
}

.features-grid.span-3 .features-card .phone-content.budget .list-item.list-item.main-item .right-content {
    font-size: 18px;
}

.features-grid.span-3 .features-card .phone-content .list-item.main-item .left-content .icon-text--wrapper, .feature-section--item .content-wrapper .phone-content .list-item.main-item .left-content .icon-text--wrapper {
    background-color: transparent;
    width: 32px;
    height: 32px;
}

.features-grid.span-3 .features-card .phone-content.budget .list-item .left-content .icon-text--wrapper, .feature-section--item .content-wrapper .phone-content.budget .list-item .left-content .icon-text--wrapper {
    background-color: #EAECFF;
    border-radius: 8px;
    width: 32px;
    height: 32px;
}

.features-grid.span-3 .features-card .phone-content .list-item .left-content .icon-text--wrapper .image, .feature-section--item .content-wrapper .phone-content .list-item .left-content .icon-text--wrapper .image {
    border-radius: 100px;
    width: 100%;
    height: 100%;
}

.features-grid.span-3 .features-card .phone-content.budget .list-item .left-content .icon-text--wrapper .icon-image, .feature-section--item .content-wrapper .phone-content.budget .list-item .left-content .icon-text--wrapper .image {
    width: 18px;
    height: 18px;
}

.features-grid.span-3 .features-card .phone-content .list-item .right-content .icon-text--wrapper, .feature-section--item .content-wrapper .phone-content .list-item .right-content .icon-text--wrapper {
    background-color: #f0f7f1;
    color: var(--heading-color);
    width: 20px;
    height: 20px;
}

.features-grid.span-3 .features-card .phone-content.budget .list-item .right-content .text-dotted, .feature-section--item .content-wrapper .phone-content.budget .list-item .right-content .text-dotted {
    border-bottom: 1px dashed #c2c2cd;
    display: inline-block;
    line-height: 150%;
}

.features-grid.span-3 .features-card .card-img {
    max-width: 100%;
    display: inline-block;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.features-grid.span-3 .features-card .card-action--wrap {
    display: flex;
    grid-column-gap: 20px;
    justify-content: center;
    margin-top: 16px;
}

.features-grid.span-3 .features-card .action-list--wrap {
    width: 44px;
}

.features-grid.span-3 .features-card .action-icon--wrap {
    background-color: #f3f3f3;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 8px;
    width: 44px;
    height: 44px;
}

.features-grid.span-3 .features-card .action-copy {
    color: #8f919c;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    margin: 0;
}

.card-2x--flex-wrap, .card-3x--flex-wrap, .feature-flex--wrap  {
    grid-column-gap: 0px;
    justify-content: space-between;
    margin-bottom: 40px;
    display: flex;
}

.card-2x--flex-wrap .card-wrap {
    width: 100%;
    height: 520px;
    max-width: 560px;
    background-color: var(--primary-color);
    border-radius: 20px;
    padding-top: 24px;
    position: relative;
}

.card-2x--flex-wrap .coming-soon--wrapper {
    margin-bottom: 32px;
    padding-left: 25px;
    display: inline-block;
    position: static;
    top: 4%;
    bottom: auto;
    left: 4%;
    right: auto;
}

.card-2x--flex-wrap .coming-soon {
    color: #fff;
    background-color: rgba(255,255,255,.1);
    border-radius: 40px;
    font-size: 12px;
    font-weight: 500;
    padding: 4px 8px;
    text-transform: uppercase;
}

.card-2x--flex-wrap .card-content--wrap {
    max-width: 420px;
    text-align: center;
    flex-direction: column;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.card-2x--flex-wrap .card-title--wrap {
    height: 5.5rem;
    margin-bottom: 20px;
}

.card-2x--flex-wrap .card-title {
    color: #fff;
    letter-spacing: 0;
    margin-top: 0;
    margin-bottom: 32px;
    font-size: 32px;
    font-weight: 400;
    line-height: 36px;
}

.card-2x--flex-wrap .card-copy {
    color: rgba(255,255,255,.75);
    font-size: 16px;
    line-height: 24px;
    margin: 0 10px;
}

.card-2x--flex-wrap .card-button--wrap, .card-3x--flex-wrap .card-button--wrap {
    margin-top: 24px;
}

.card-2x--flex-wrap .card-button--wrap .the__button, .card-3x--flex-wrap .card-button--wrap .the__button {
    font-size: 14px;
    padding: 10px 18px;
}

.card-2x--flex-wrap .card-button--wrap .the__button.btn--alt {
    background: none;
    color: rgba(255, 255, 255, 0.9);
    border-color: rgba(255, 255, 255, 0.9);
}

.card-2x--flex-wrap .card-img {
    max-width: 415px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.card-3x--flex-wrap .card-wrap {
    z-index: 1;
    width: 100%;
    height: 470px;
    max-width: 365px;
    background-color: #fff;
    border: 1px solid #ebebeb;
    border-radius: 20px;
    padding-top: 40px;
    position: relative;
    overflow: hidden;
}

.card-3x--flex-wrap .card-content--wrap {
    max-width: 285px;
    text-align: center;
    margin: 0 auto;
}

.card-3x--flex-wrap .card-title {
    color: #10122a;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -.5px;
    margin: 0 auto 12px;
    width: auto;
}

.card-3x--flex-wrap .card-copy {
    color: #51535c;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0 auto;
    padding-right: 10px;
    width: auto;
}

.card-3x--flex-wrap .card-feature--wrap {
    grid-column-gap: 20px;
    justify-content: center;
    margin-top: 35px;
    display: flex;
}

.card-3x--flex-wrap .feature-list--wrap {
    width: 44px;
}

.card-3x--flex-wrap .feature-icon--wrap {
    width: 44px;
    height: 44px;
    background-color: #f3f3f3;
    border-radius: 56px;
    justify-content: center;
    align-items: center;
    margin-bottom: 8px;
    display: flex;
}

.card-3x--flex-wrap .feature-copy {
    color: #8f919c;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}

.card-3x--flex-wrap .card-img {
    max-width: 100%;
    display: inline-block;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.feature-flex--wrap ._2x-card--wrap {
    z-index: 1;
    width: 100%;
    height: 300px;
    max-width: 660px;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    background-image: url(../images/feature-2x-bg.svg);
    background-position: 0%;
    background-size: cover;
    border-radius: 20px;
    border: 1px solid var(--body-color);
    padding: 32px 32px 0;
    position: relative;
    overflow: hidden;
}

.feature-flex--wrap .card-inner--wrapper {
    justify-content: space-between;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
}

.feature-flex--wrap .left-content--wrap {
    width: 100%;
    max-width: 200px;
}

.feature-flex--wrap .left-content--wrap .icon-wrap {
    width: 32px;
    height: 32px;
    margin-bottom: 12px;
}

.feature-flex--wrap .left-content--wrap .card-title {
    color: #10122a;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -.15px;
    margin-top: 0;
    margin-bottom: 12px;
}

.feature-flex--wrap .left-content--wrap .card-copy {
    font-size: 15px;
    line-height: 1.5;
}

.feature-flex--wrap .right-list--wrap {
    width: 100%;
    max-width: 320px;
    grid-row-gap: 16px;
    flex-direction: column;
    margin-top: 50px;
    display: flex;
}

.feature-flex--wrap .right-list {
    height: 52px;
    grid-column-gap: 12px;
    background-color: #fff;
    border: 1px solid #e2e0e0;
    border-radius: 12px;
    align-items: center;
    padding: 12px 16px 12px 12px;
    display: flex;
    box-shadow: 0 12px 32px rgb(0 0 0 / 5%);
}

.feature-flex--wrap .right-list--icon-wrap {
    width: 28px;
    height: 28px;
    background-color: var(--heading-color);
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.feature-flex--wrap .right-list--icon-wrap img {
    width: 12px;
    height: 12px;
}

.feature-flex--wrap .right-list--text {
    color: #8f919c;
    font-size: 15px;
    font-weight: 400;
}

.feature-flex--wrap .right-list--title {
    color: #373847;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 0;
}

.feature-flex--wrap .right-list--copy {
    color: #696c76;
    font-size: 11px;
    line-height: 12px;
    margin-bottom: 0;
}

.feature-flex--wrap .toggle-wrap {
    width: 30px;
    height: 30px;
    margin-left: auto;
    margin-right: 0;
}

.feature-flex--wrap .shadow-1 {
    z-index: -1;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
}

.feature-flex--wrap ._1x-card--wrap {
    width: 100%;
    height: 300px;
    max-width: 470px;
    background-color: #fff;
    border: 1px solid var(--body-color);
    border-radius: 20px;
    padding: 32px 32px 0;
}


/* Why Raiz */
.why-section {
    background-color: #fefff3;
    background-color: #fff;
    padding: 60px 0;
}

.why-section .why-grid {
    border-top: 1px solid #d8d8d8;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    padding-top: 40px;
}

.why-section.product-why--section .why-grid {
    grid-template-columns: repeat(3, 1fr);
}

.why-section .why-grid.grid-2 {
    grid-template-columns: repeat(2, 1fr);
}

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

.why-grid .why-item {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.why-grid .why-item .svg-icon {
    width: 30px;
    height: 30px;
}

.why-grid .why-item .large-text {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0;
}

.why-grid .why-item .small-text {
    color: #5a565e;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0;
}


/* Image Breaker */
.image-breaker {
    background: linear-gradient(180deg, #ebedf5 50%, #fff 50%);
    padding: 80px 0 100px;
    position: relative;
}

.image-breaker--background {
    background-image: linear-gradient(to top,transparent,rgb(233 235 251 / 98%));
    z-index: -2;
    height: 20rem;
    position: absolute;
    top: 0;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.image-breaker .grid-image--wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-column-gap: 1.5rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    width: 100%;
}

.image-breaker .image {
    border-radius: 3.125rem;
    grid-area: span 1 / span 1 / span 1 / span 1;
    width: 100%;
    min-height: 450px;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.image-breaker .image-w-margin {
    margin-top: 8rem;
}


/* Video */
.video-player {
    margin-bottom: 80px;
}

.video-player--wrapper {
    position: relative;
    max-width: 1312px;
    height: 743px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 25px;
    background-image: url('../images/home-video-background-desktop.jpeg');
    background-size: cover;
    background-position: center center;
}

.video-player--content {
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.video-player--content .play-button--text-wrap {
    position: relative;
    top: 35%;
}

.video-player--content .play-button--text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: center;
}

.video-player--content .play-button svg {
    width: 214px;
    height: 214px;
}

.video-player--content .play-button--text h2 {
    color: #fff;
    padding-top: 40px;
    max-width: 537px;
    font-size: 56px;
    font-weight: 600;
    line-height: 1.1;
    text-align: center;
}


/* Image Grid */
.image-grid {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
    grid-column: 1 / -1;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 40px 0 80px;
    margin-top: 4.5rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.image-grid .image-grid--content {
    width: 400px;
    order: 2;
}

.image-grid .image-grid--content .small-text {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    color: #75808a;
}

.image-grid .image-grid--content .large-text {
    font-size: 48px;
    font-weight: 500;
    line-height: 1.2;
    margin: 1rem 0px 1.25rem;
}

.image-grid .image-grid--images {
    margin-right: 2rem;
    margin-top: 0px;
    order: 1;
    flex: 1 1 0%;
    max-width: 230px;
}

.image-grid .image-grid--images .top-image {
    display: flex;
    --rui-aspect-ratio: 0.807143;
}

.image-grid .image-grid--images .top-image::before {
    content: "";
    float: left;
    padding-bottom: 240px;
    width: 0px;
}

.image-grid .image-grid--images .bottom-image {
    display: flex;
    --rui-aspect-ratio: 0.941667;
}

.image-grid .image-grid--images .bottom-image::before {
    content: "";
    float: left;
    padding-bottom: 206px;
    width: 0px;
}

.image-grid .image-grid--images .bottom-image--right {
    display: flex;
    --rui-aspect-ratio: 0.627778;
}

.image-grid .image-grid--images .bottom-image--right::before {
    content: "";
    float: left;
    padding-bottom: 310px;
    width: 0px;
}

.image-grid .image-grid--images .long-image, .image-grid .image-grid--images .short-image {
    align-items: flex-end;
    background-color: rgb(223, 227, 231);
    border-radius: 24px;
    color: rgb(255, 255, 255);
    flex-flow: wrap;
    -webkit-box-pack: end;
    justify-content: flex-end;
    margin-bottom: 2rem;
    overflow: hidden;
    padding: 1rem;
    position: relative;
    transition: box-shadow 0.25s ease 0s;
    transform: translate3d(0px, 0px, 0px);
    backface-visibility: hidden;
}

.image-grid .image-grid--images img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    box-sizing: border-box;
    padding: 0;
    border: none;
    margin: auto;
    display: block;
    width: 0;
    height: 0;
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
    object-fit: cover;
}

.image-grid .image-grid--images .long-image a, .image-grid .image-grid--images .short-image a {
    background-image: linear-gradient(180deg,transparent 60%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-end;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    transition: opacity .4s;
    transition: all 5s ease;
    width: 100%;
}

.image-grid .image-grid--images .long-image a .link-arrow, .image-grid .image-grid--images .short-image a .link-arrow {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -.25px;
    margin: 0 0 1.3rem 1.1rem;
    color: #fff;
    display: flex;
    align-items: center;
}

.image-grid .image-grid--images .long-image a .arrow, .image-grid .image-grid--images .short-image a .arrow {
    position: relative;
    top: 0;
    margin-left: 8px;
    width: 28px;
    height: 20px;
    overflow: hidden;
}

.image-grid .image-grid--images .long-image a .arrow-link, .image-grid .image-grid--images .short-image a .arrow-link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transition: -webkit-transform 1s cubic-bezier(.8,0,.2,1);
    transition: transform 1s cubic-bezier(.8,0,.2,1);
    transition: transform 1s cubic-bezier(.8,0,.2,1),-webkit-transform 1s cubic-bezier(.8,0,.2,1);
}

.image-grid .image-grid--images .long-image a .arrow-link.visible, .image-grid .image-grid--images .short-image a .arrow-link.visible {
    -webkit-transform: translateX(-120%);
    transform: translateX(-120%);
}

.image-grid .image-grid--images .long-image a:hover .arrow-link, .image-grid .image-grid--images .short-image a:hover .arrow-link {
    -webkit-transform: translateX(120%);
    transform: translateX(120%);
}

.image-grid .image-grid--images .long-image a:hover .arrow-link.visible, .image-grid .image-grid--images .short-image a:hover .arrow-link.visible {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}


/* Plus more */
.plus-more {
    padding: 100px 0 64px;
}

.plus-more--flex-content {
    margin-top: 3rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.plus-more--flex-content .plus-more--flex-item {
    width: calc(33% - 20px);
    margin-bottom: 24px;
    text-align: center;
}

.plus-more--flex-content .plus-more--flex-item .flex-icon {
    width: 45px;
    height: 45px;
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
}

.plus-more--flex-content .plus-more--flex-item .flex-icon img {
    max-width: 100px;
    overflow: hidden;
}

.plus-more--flex-content .plus-more--flex-item h3 {
    margin-bottom: 12px;
    font-size: 1.125rem;
}

.plus-more--flex-content .plus-more--flex-item p {
    margin-bottom: 0;
}



/* Testimonials */
.testimonial-block {
    padding: 40px 0 80px;
}

.testimonial-block .header-content {
    text-align: center;
    margin-bottom: 40px;
}

.testimonial-block .small-text {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    color: #75808a;
}

.testimonial-block .large-text {
    font-size: 48px;
    font-weight: 500;
    line-height: 1.2;
    margin: 1rem 0px 1.25rem;
}

.testimonial-block--wrapper {
    overflow: hidden;
    width: 1440px;
}

.testimonial-block--card {
    width: 100%;
    height: 400px;
    max-width: 350px;
    max-height: 400px;
    padding: 24px;
    margin: 20px 15px;
    border-radius: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: left;
    animation-timing-function: linear;
    will-change: transform;
    background-color: #F5F2ED;
}

.testimonial-block--card .top-content {
    margin-bottom: 32px;
    display: block;
}

.testimonial-block--card .quote-icon {
    box-sizing: content-box;
    font-size: 3.5rem;
    padding-bottom: 1.5rem;
    color: #f45d48;
}

.testimonial-block--card .testimonial-quote {
    font-size: 17px;
    margin-bottom: 20px;
}

.testimonial-block--card .testimonial-author {
    font-size: 15px;
    line-height: 21px;
    color: #60697a;
}

.testimonial-disclaimer {
    max-width: 700px;
    margin: 0 auto;
    margin-top: 48px;
    text-align: center;
}

.testimonial-disclaimer .disclaimer-text {
    font-size: 13px;
    line-height: 1.6;
}


/* Image Slideshow */
.image-slider--block {
    background-color: #ddeae4;
    background-color: #fefff3;
    padding: 80px 0;
    position: relative;
}

.image-slider--background-2 {
    background-image: linear-gradient(to bottom,transparent,rgb(193 138 255 / 15%));
    z-index: -2;
    height: 20rem;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.image-slider--container {
    z-index: 2;
    margin-top: 4rem;
    position: relative;
}

.image-slider--wrapper {
    display: flex;
    gap: 1rem;
    width: 100%;
    overflow: hidden;
}

.image-slider--wrapper .image-holder {
    gap: 1rem;
    flex: none;
    display: flex;
}

.image-slider--wrapper .image-holder {
    animation: moveSlideshow 75s linear infinite;
}

.image-slider--wrapper .image-lists {
    gap: 1rem;
    flex: none;
    align-items: center;
    display: flex;
}

.image-slider--wrapper .image-lists .image-list--item {
    width: 22rem;
}

.image-slider--wrapper .image-lists .image {
    border-radius: 32px;
}

@keyframes moveSlideshow {
    100% {
        transform: translateX(-30%);
    }
}


/* Values */
.values-block {
    background-color: #453862;
    background-color: #fff;
    position: relative;
    padding: 80px 0 96px;
}

.values-block .content-wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 800px;
    gap: 1.5rem;
    margin: 0 auto;
    text-align: center;
}

.values-block .content-wrap .large-text {
    /* color: #fff; */
    font-size: 40px;
    font-weight: 600;
    line-height: 1.1;
    margin: 0;
}

.values-block .content-wrap .small-text {
    /* color: #fff; */
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
}

.values-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
    margin: 80px 0;
}

.values-grid .center-headline {
    grid-area: 1 / 4 / 4 / 10;
    align-self: center;
    justify-self: center;
    margin-bottom: 2rem;
    text-align: center;
}

.values-grid .center-headline .main-text {
    /* color: #fff; */
    font-size: 8rem;
    line-height: 1;
    letter-spacing: -.05em;
    margin: 0;
}

.values-grid .center-headline .main-text .text-cursive {
    display: inline-block;
    font-size: 10rem;
    letter-spacing: 0;
}

.values-grid .values-item {
    width: 100%;
    display: flex;
    position: relative;
}

.values-grid .values-item.left {
    justify-content: flex-start;
    align-items: center;
}

.values-grid .values-item.right {
    flex-flow: row-reverse;
    justify-content: flex-start;
    align-items: center;
}

.values-grid .values-item.top {
    margin-bottom: -5rem;
}

.values-grid .values-item.bottom {
    margin-top: 20rem;
}

.values-grid .values-item.bottom.left, .values-grid .values-item.bottom.right {
    justify-content: flex-start;
    align-items: flex-start;
}

.values-grid .values-item:nth-child(2) {
    grid-area: 1 / 1 / 2 / 6;
    justify-self: start;
}

.values-grid .values-item:nth-child(3) {
    grid-area: 1 / 8 / 2 / 13;
    justify-self: end;
}

.values-grid .values-item:nth-child(4) {
    grid-area: 3 / 1 / 4 / 5;
    align-self: start;
    justify-self: start;
}

.values-grid .values-item:nth-child(5) {
    grid-area: 3 / 9 / 4 / 13;
    align-self: start;
    justify-self: end;
}

.values-grid .values-item .text-wrapper {
    text-align: center;
    max-width: 18rem;
    position: relative;
}

.values-grid .values-item .text-wrapper .values-text {
    /* color: #fff; */
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -.02rem;
    margin: 0;
    position: relative;
}

.values-grid .values-item .text-wrapper .values-subtext {
    color: #625f6c;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 8px;
    -webkit-font-smoothing: antialiased;
}

.values-grid .values-item .values-arrow {
    flex: none;
    max-width: 10rem;
    margin-left: 2rem;
}

.values-grid .values-item .values-arrow.reverse {
    transform-style: preserve-3d;
    margin-left: 0;
    margin-right: 2rem;
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.values-grid .values-item .values-arrow.vertical {
    transform-style: preserve-3d;
    transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.values-grid .values-item .values-arrow.reverse.vertical {
    transform: rotate(180deg);
}


/* Legal */
.legal-block {
    background-color: #fff;
    position: relative;
    padding: 80px 0 96px;
}

.legal-content {
    display: block;
    position: relative;
}

.legal-content h2 {
    font-size: 2rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.legal-content p {
    font-size: 18px;
    margin: 0;
}

/* .legal-content ul {
    list-style-type: disc;
    padding-inline-start: 40px;
} */

.legal-content li {
    font-size: 18px;
    display: list-item;
    margin-bottom: 1.2rem;
}

.legal-content li {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23940D63' aria-hidden='true' aria-label='dot' viewBox='0 0 24 24'%3E%3Ctitle%3EDot%3C/title%3E%3Ccircle cx='12' cy='12' r='5'/%3E%3C/svg%3E");
    background-position: left .15rem;
    background-repeat: no-repeat;
    background-size: 1.25rem;
    padding-left: 2rem;
}

.legal-content p+p, .legal-content p+ul, .legal-content p+h2 {
    margin-top: 1.5rem;
}

.legal-content .legal-glossary {
    border-bottom: 1px solid #c6c6c6;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding-bottom: 2.5rem;
    margin-bottom: 2.5rem;
}

.legal-content .legal-glossary .content-wrap {
    display: flex;
    flex-direction: row;
    gap: 2.5rem;
    /* flex-wrap: wrap; */
    width: 100%;
}

.legal-content .legal-glossary .left-content {
    flex-basis: 33.3333333333%;
    flex-grow: 0;
    flex-shrink: 0;
    max-width: 33.3333333333%;
}

.legal-content .legal-glossary .left-content h3 {
    font-size: 1.6rem;
    line-height: 1.2;
    margin-bottom: 0;
}


/* Pre-CTA */
.pre-cta--block {
    background: linear-gradient(180deg, #fff 50%, #2a264d 50%);
    padding-top: 12px;
    position: relative;
}

.pre-cta--wrapper {
    background-color: #e8ebfd;
    border: 1px solid #2a264e;
    border-color: transparent;
    border-radius: 16px;
    margin-top: 5.625rem;
    padding: 3.125rem 2.5rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.pre-cta--wrapper .content-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 2rem;
    max-width: 500px;
    position: relative;
}

.pre-cta--wrapper .content-wrap .large-text {
    color: var(--heading-color);
    font-size: 3rem;
    line-height: 100%;
    letter-spacing: -.02rem;
    margin: 0;
}

.pre-cta--wrapper .content-wrap .body-text {
    font-size: 18px;
    line-height: 150%;
    margin: 0;
}

.pre-cta--wrapper .content-flex {
    display: flex;
    justify-content: space-between;
    gap: 4.5rem;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    width: 100%;
}

.pre-cta--wrapper .left-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.pre-cta--wrapper .left-content .large-text {
    color: var(--heading-colors);
    font-size: 3rem;
    line-height: 100%;
    margin-bottom: 16px;
    max-width: 450px;
}

.pre-cta--wrapper .left-content .body-text {
    font-size: 18px;
    line-height: 130%;
    max-width: 600px;
}

.pre-cta--wrapper .left-content .play-video--btn {
    background-color: transparent;
    border: 0;
    color: inherit;
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 1rem;
    font-weight: 600;
    height: fit-content;
    outline: 0;
    min-width: 0;
    margin: 0;
    padding: 0;
}

.pre-cta--wrapper .left-content .play-video--btn .btn-image {
    transform: scale(1);
    transition: transform .2s ease;
}

.pre-cta--wrapper .right-content {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.pre-cta--wrapper .content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.pre-cta--wrapper .content-heading {
    display: flex;
    flex-direction: row;
    gap: 0.85rem;
}

.pre-cta--wrapper .content-heading .svg-icon {
    width: 30px;
    height: 30px;
}

.pre-cta--wrapper .content-heading .text-wrapper {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.pre-cta--wrapper .content-heading .large-text {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0;
}

.pre-cta--wrapper .content-heading .small-text {
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0;
}

.pre-cta--wrapper .image-wrapper {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    position: absolute;
    bottom: 0;
    right: 20px;
}


/* CTA */
.bottom-cta {
    padding-top: 120px;
    position: relative;
    background-color: var(--background-color);
    background: linear-gradient(180deg, #ffffff 50%, #e4e2f4 50%);
}

.bottom-cta .steps-grid {
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 1.25rem;
    grid-row-gap: 2.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: repeat(12,minmax(0,1fr));
    width: 100%;
}

.bottom-cta .step-card {
    height: 32.5rem;
    grid-row-gap: 5px;
    background-color: #151515;
    border-radius: 56px;
    grid-template-rows: 1fr auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    overflow: hidden;
    grid-column: span 3/span 3;
}

.bottom-cta .step-card.two-grids {
    grid-row-gap: 0px;
    background-color: #4b0082;
    color: #fff;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
    grid-column: span 6/span 6;
}

.bottom-cta .step-card .content-wrap {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 3.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    display: flex;
}

.bottom-cta .step-card.two-grids .content-wrap {
    justify-content: space-between;
    align-items: flex-start;
    padding: 5rem 0 2.5rem 2.5rem;
}

.bottom-cta .step-card .content-top {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.bottom-cta .step-card .large-text {
    color: #fff;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.2;
    margin: 0;
}

.bottom-cta .step-card .small-text {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 400;
    margin-bottom: 0;
    opacity: .5;
}

.bottom-cta .step-card .image-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
}

.bottom-cta .step-card.two-grids .image-wrapper {
    justify-content: flex-end;
}

.bottom-cta .step-card.two-grids .image-wrapper .image {
    height: 94%;
}

.bottom-cta .step-card .disclaimer {
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
    line-height: 1.6;
}

.bottom-cta .cta-content--wrap {
    width: 100%;
    background: url(../images/streamline.svg) no-repeat;
    background-size: 95%;
    background-position: center;
}

.bottom-cta .cta-content {
    width: 650px;
    margin: 0 auto;
    margin-bottom: 80px;
    text-align: center;
}

.bottom-cta .o-container:before, .bottom-cta .o-container:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2;
}

.bottom-cta .o-container::after {
    clear: both;
}

.bottom-cta .content-wrapper {
    margin-top: 24px;
    margin-bottom: 8rem;
    position: relative;
    color: #fff;
}

.bottom-cta .cta-header, .bottom-cta .cta-body {
    color: var(--primary-color);
    font-weight: 400;
}

.bottom-cta .cta-header {
    font-size: 60px;
    font-weight: 600;
    line-height: 1.1;
}

.bottom-cta .cta-body {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 32px;
    -webkit-font-smoothing: antialiased;
}

.bottom-cta .btn.white-btn {
    margin-top: 24px;
    width: auto;
    min-width: 170px;
}

.bottom-cta .cta-input--wrap {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cta-input--wrap .cta-input--small {
    width: 25%;
}

.cta-input--wrap .cta-input {
    font-size: 13px;
    line-height: 150%;
    color: #fff;
    background-color: transparent;
    border: 0px solid #9fa0ac;
    border-bottom-width: 1px;
    text-transform: none;
    border-radius: 0;
    display: block;
    padding: 20px 15px;
    padding-left: 0;
    text-align: left;
    margin-bottom: 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-appearance: none;
    cursor: text;
    width: 92%;
}

.cta-input--wrap .cta-input, .cta-input--wrap .cta-input--label {
    transition: all 0.2s;
    touch-action: manipulation;
}

.cta-input--wrap .cta-input:focus {
    outline: 0;
}

.cta-input:placeholder-shown+.cta-input--label {
    cursor: text;
    font-size: 16px;
    line-height: 112%;
    white-space: nowrap;
    overflow: hidden;
    padding-left: 0;
    text-transform: none;
    font-weight: 400;
    color: #48575c;
    transform-origin: left bottom;
    transform: translate(0, 31px) scale(1);
    text-align: left;
}

.cta-input:placeholder-shown+.cta-input--label {
    transform: translate(0, 45px) scale(1);
}

.cta-input--wrap .cta-input:placeholder-shown+.cta-input--label {
    transform: translate(0, -60px) scale(1);
    font-size: 13px;
}

.cta-input::-webkit-input-placeholder {
    opacity: 0;
    transition: inherit;
}

.cta-input::-moz-placeholder {
    opacity: 0;
    transition: inherit;
}

.cta-input::-ms-input-placeholder {
    opacity: 0;
    transition: inherit;
}

.cta-input:focus::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
    opacity: 1;
}

.cta-input:focus::-moz-placeholder {
    color: rgba(255, 255, 255, 0.7);
    opacity: 1;
}

.cta-input:focus::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
    opacity: 1;
}

.cta-input:not(:placeholder-shown)+.cta-input--label, .cta-input:focus+.cta-input--label {
    padding: 0;
    transform: translate(0, -0.4rem) scale(1);
    color: #fff;
}

.cta-input--wrap .cta-input:not(:placeholder-shown)+.cta-input--label, .cta-input--wrap .cta-input:focus+.cta-input--label {
    transform: translate(0, -110px) scale(1);
}

.cta-input--wrap .btn-submit {
    margin: 15px auto;
}

.bottom-cta .cta-newsletter--flex {
    background-color: var(--primary-color);
    border-radius: 0.5rem;
    color: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem;
    margin-bottom: 2.5rem;
}

.bottom-cta .cta-newsletter--flex .left-content {
    flex-basis: 60%;
}

.bottom-cta .cta-newsletter--flex .large-text {
    color: var(--white-color);
    font-size: 2.1875rem;
    line-height: 2.1875rem;
    margin: 0;
}

.bottom-cta .cta-newsletter--flex .right-content {
    flex-basis: 40%;
}

.bottom-cta .cta-newsletter--flex .right-content .email-input--wrapper {
    background-color: var(--white-color);
    border-radius: 100px;
    color: #e6edea;
    font-size: 2rem;
    font-weight: 400;
    line-height: 2rem;
}

.bottom-cta .cta-newsletter--flex .right-content .email-input {
    display: flex;
}

.bottom-cta .cta-newsletter--flex .right-content .email-input input {
    background-color: transparent;
    border: none;
    font-size: 20px;
    font-family: 'sk-modernist', sans-serif;
    padding: 1rem;
    padding-left: 1.5rem;
    width: 100%;
}

.bottom-cta .cta-newsletter--flex .right-content .button-input--wrapper {
    display: flex;
    align-items: center;
    padding-left: 1rem;
}

.bottom-cta .cta-newsletter--flex .right-content .button-input {
    margin: 0.5rem;
}

.bottom-cta .cta-newsletter--flex .right-content .button-submit {
    background-color: var(--tertiary-color);
    border: none;
    border-radius: 9999px;
    box-shadow: none;
    color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    stroke: #001006;
    outline: 0;
    padding: 0.5rem;
    width: 3.75rem;
    height: 59px;
}

.bottom-cta .check-list--wrapper {
    padding-top: 40px;
    max-width: 750px;
    margin: 0 auto;
}

.bottom-cta .check-list--wrapper ul.cheery-checkmark {
    display: flex;
}

.footer-block {
    background-color: #2a264d;
}

.footer-content {
    position: relative;
    z-index: 3;
    padding: 60px 0 60px;
}

.footer-content .disclaimer-text {
    font-size: 13px;
    line-height: 1.6;
    color: #b7b7c0;
    margin-top: 16px;
}

.footer-content .list-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 16px;
}

.footer-content .list-links li a {
    border-right: 1px solid;
    color: #b7b7c0;
    display: block;
    font-size: 13px;
    line-height: 1;
    margin-right: 1rem;
    padding-right: 1rem;
    text-decoration: underline;
}

.footer-content .list-links li:last-child a {
    border: 0;
}

.footer-content .copyright-text {
    color: #b7b7c0;
    font-size: 12px;
    line-height: 120%;
    margin: 0;
    padding-top: 1.5rem;
}

.social-widget .social-widget-bordered li a {
    border-color: #fff;
    color: #fff;
    border-color: #daff00;
}

.footer-copyright--links a {
    color: #fff;
}

.footer-copyright--links a:hover, .bottom-cta .footer-copyright--links a:focus {
    color: #daff00;
}


/* FAQs */
.faq {
    padding: 80px 0 120px;
    position: relative;
}

.more-features + .faq {
    padding-top: 120px;
}

.faq-icon {
    position: absolute;
    left: 7.2rem;
    top: -4%;
    right: auto;
    bottom: auto;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 14rem;
    margin-bottom: 0rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.faq-icon__embed {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.faq .section-title {
    z-index: 3;
    position: relative;
}

.faq .section-title span {
    font-weight: 600;
    font-size: 18px;
    color: var(--primary-color);
    margin-bottom: 10px;
}

.faq .section-title h2 {
    font-weight: 600;
    font-size: 42px;
    line-height: 1.15;
    color: var(--heading-color);
    margin-bottom: 20px;
}

.faq .section-title h4 {
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: 0px;
    font-weight: 600;
    color: var(--heading-color);
    margin-bottom: 32px;
}

.faq .section-title p {
    font-size: 18px;
    line-height: 1.5;
}

.single-faq {
    background: var(--white);
    border-bottom: 1px solid rgba(0,0,0,.25);
    margin-bottom: 0;
}

.single-faq .faq-btn, .more-features--accordion .accordion-btn {
    text-align: left;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    background: transparent;
    font-weight: 600;
    font-size: 18px;
    color: var(--heading-color);
    opacity: 0.95;
    padding: 30px 0;
}

.more-features--accordion .accordion-btn {
    padding: 20px 0;
}

.single-faq .faq-btn span.icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background: rgba(48, 86, 211, 0.06);
    background: #edeafb;
    border-radius: 10px;
    color: var(--primary-color);
    margin-right: 8px;
}

.single-faq .faq-btn span.icon i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 14px;
    font-weight: 700;
}

.single-faq .faq-btn.collapsed span.icon i {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.single-faq .faq-body {
    padding: 0px 30px 40px 0px;
}

.single-faq .faq-body ul {
    list-style-position: outside;
    padding-left: 0;
    margin-left: 1em;
    list-style-type: disc;
}

.single-faq .faq-body ul li {
    font-size: 16px;
    line-height: 3em;
}

.faq-bg--lines--wrapper {
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 998px;
    height: 998px;
    margin-top: -142px;
    margin-left: -391px;
}

.faq-bg--l1, .faq-bg--l2, .faq-bg--l3, .faq-bg--l4, .faq-bg--l5, .faq-bg--l6 {
    position: absolute;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    margin-bottom: 0rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.faq-bg--l1 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
}

.faq-bg--l2 {
    left: 101px;
    top: 101px;
    right: 101px;
    bottom: 101px;
    width: 796px;
    height: 796px;
}

.faq-bg--l3 {
    left: 210px;
    top: 210px;
    right: 210px;
    bottom: 210px;
    width: 578px;
    height: 578px;
}

.faq-bg--l4 {
    left: 303px;
    top: 303px;
    right: 303px;
    bottom: 303px;
    width: 392px;
    height: 392px;
}

.faq-bg--l5 {
    left: 372px;
    top: 372px;
    right: 372px;
    bottom: 372px;
    width: 254px;
    height: 254px;
}

.faq-bg--l6 {
    left: 417px;
    top: 417px;
    right: 417px;
    bottom: 417px;
    width: 164px;
    height: 164px;
}

.line-embed {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.line-embed:before, .line-embed:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2;
}

.line-embed:after {
    clear: both;
}

.faq-hero--1, .faq-hero--2, .faq-hero--3, .faq-hero--4, .faq-hero--5, .faq-hero--6 {
    position: absolute;
    z-index: 2;
    overflow: hidden;
    right: auto;
    bottom: auto;
    margin-bottom: 0rem;
    border-radius: 50%;
}

.faq-hero--1 {
    left: 448.34px;
    top: 448.34px;
    width: 105px;
    height: 105px;
}

.faq-hero--2 {
    left: 229.42px;
    top: 406px;
    width: 118px;
    height: 118px;
}

.faq-hero--3 {
    left: 420px;
    top: 236.46px;
    width: 130px;
    height: 130px;
}

.faq-hero--4 {
    left: 623.32px;
    top: 420.84px;
    width: 147px;
    height: 147px;
}

.faq-hero--5 {
    left: 578px;
    top: 629.46px;
    width: 235px;
    height: 235px;
}

.faq-hero--6 {
    left: 298px;
    top: 693.46px;
    width: 171px;
    height: 171px;
}

.faq-hero--img {
    width: 100%;
    max-width: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}


/* Posts */
.featured-posts {
    background: #f5f2f0;
    background: #f45d48;
    position: relative;
    display: flex;
    justify-content: center;
    padding-top: 96px;
}

.featured-posts:before {
    position: absolute;
    display: block;
    content: "";
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
}

.featured-posts::before {
    background: #faf8f6;
    height: 25%;
}

.page-context {
    padding: 24px 0 48px;
}

.page-context h2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.35;
    margin-bottom: 5px;
    color: #008080;
    color: #f45d48;
    color: #fff;
}

.featured-posts .post-feature {
    position: relative;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    display: grid;
    border-radius: 24px;
    overflow: hidden;
}

.featured-posts .post-feature .imgWrapper {
    min-height: 344px;
    object-fit: cover;
    overflow: hidden;
}

.featured-posts .post-feature .imgWrapper img {
    object-fit: cover;
    width: 100%;
    height: 400px;
    min-height: 300px;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
}

.featured-posts .post-feature .post-content {
    padding: 2.25rem 2.5rem 1.9375rem;
    display: grid;
    grid-template-rows: auto min-content;
    background: #fff;
}

.featured-posts .post-feature .text-box {
    margin: 0 0 1.875rem;
}

.featured-posts .post-feature .post-title {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 18px;
}

.featured-posts .post-feature .post-title a, .single-post--title a {
    color: #322f2f;
}

.featured-posts .post-feature p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: hidden;
}

.section-posts {
    position: relative;
    padding: 120px 0 80px;
    background-color: var(--white-color);
}

.section-posts.main {
    background-color: #faf8f6;
}

.section-posts .section-title {
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 16px;
}

.single-post--contentWrapper {
    position: relative;
    margin-bottom: 32px;
    display: block;
}

.single-post--content {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 24px;
    width: 100%;
    height: 100%;
    position: relative;
    transition: .2s ease-in;
}

.section-posts.main .single-post--content {
    background-color: #fff;
}

.single-post--imgWrapper {
    display: block;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 200px;
}

.single-post--imgWrapper img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    transition: transform 0.4s ease-in-out 0s;
}

.single-post--info {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.single-post--title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 16px;
    -webkit-font-smoothing: antialiased;
}

.single-post--meta {
    display: flex;
    flex-flow: row wrap;
    font-size: 14px;
    line-height: 1.5;
    overflow: hidden;
}

.single-post--meta li {
    position: relative;
    padding: 0 1.625rem 0 0;
}

.single-post--meta li:last-child {
    padding-right: 0;
    padding-left: 2px;
}

.single-post--meta li:before {
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    bottom: auto;
    left: -14px;
    right: auto;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #cbcbcb;
    transform: translateY(-50%);
}

.single-post--meta .author, .single-post--meta .date {
    color: #858585;
}

.single-post--meta .category.financial-education {
    color: #f45d48;
}

.single-post--meta .category.family {
    color: #2babad;
}

.single-post--meta .category.pocket-money {
    color: #d2941a;
}

.single-post--meta .category.chores {
    color: #005961;
}

.single-post--meta .category.community {
    color: #7852e8;
}

.single-post--meta .category.parental-control {
    color: #d33a6b;
}


/* Referrals */
.referral-image--wrapper .referral-image {
    display: block;
    max-width: 350px;
    max-height: 350px;
    margin: 0 auto;
    margin-bottom: 24px;
}

.referral-link--wrapper {
    border: 1px solid #67b7b7;
    background-color: #efffff;
    border-radius: 6px;
    height: 80px;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    color: #184349;
}

.referral-link {
    position: relative;
    font-size: 20px;
    color: #fff;
    margin-right: 5px;
    background-color: #184349;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

.separator-row {
    align-items: center;
    display: flex;
    text-align: center;
}

.separator-row .horizontal-line {
    border-top: 1px solid #b8bcc0;
    flex: 1 1 auto;
    margin-top: 8px;
    min-width: 1px;
    padding-top: 8px;
}

.separator-row .separator-label {
    color: #454545;
    font-size: 15px;
    margin: 0 8px;
}

.referral-content--wrapper .social-links {
    list-style: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
}

.referral-content--wrapper .social-links li:not(:last-child) {
    margin-right: 10px;
}

.referral-content--wrapper .social-links li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 24px;
    width: 40px;
    height: 40px;
    border-radius: 24px;
    background-color: #f0f0f0;
    text-align: center;
    line-height: 40px;
    color: #fff;
}

.referral-content--wrapper .social-links li a.facebook {
    background-color: #3e5c97;
}

.referral-content--wrapper .social-links li a.twitter {
    background-color: #2aa3ef;
}

.referral-content--wrapper .social-links li a.email {
    background-color: #dd3300;
}

.referral-content--wrapper .social-links li a.whatsapp {
    background-color: #25d366;
}



/* Cookie Policy */
.cp-card {
    z-index: 1000;
    position: fixed;
    right: 1.5rem;
    bottom: 1.5rem;
    width: 20rem;
    background: rgb(255, 255, 255);
    box-shadow: rgb(238 238 240) 0px 0.5rem 2rem;
    text-align: center;
    border-radius: 1rem;
    padding: 6.5rem 2.5rem 1.5rem;
}

.cp-image {
    position: absolute;
    top: -70px;
    left: 50%;
    margin-left: -65px;
    width: 130px;
    height: 150px;
}

.cp-title {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: normal;
    color: rgb(46, 46, 46);
    font-weight: 600;
    margin: 0px;
}

.cp-text {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: normal;
    color: rgb(88, 88, 88);
    font-weight: 400;
    margin: 0px 0px 1.75rem;
}

.cp-text a {
    color: inherit;
    text-decoration: underline;
}

.cp-action {
    -webkit-box-pack: justify;
    justify-content: space-between;
    display: flex;
}

.cp-button {
    background-image: none;
    background-repeat: no-repeat;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: auto;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: 1px solid transparent;
    white-space: nowrap;
    touch-action: manipulation;
    border-radius: 0.25rem;
    appearance: none;
    transition: background 100ms linear 0s;
    padding: 8px 12px;
    height: 36px;
    font-size: 1rem;
    letter-spacing: 0.018rem;
    line-height: 1.269rem;
    background-color: rgb(255, 255, 255);
    color: rgb(23, 23, 23);
}

.cp-button.accept {
    background-color: var(--primary-color);
    color: #fff;
}


/* Footer */
.ud-footer {
	background: #fff;
	padding-bottom: 40px;
}

.footer-links--lists-wrapper {
    list-style-type: none;
    flex-flow: row wrap;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.footer-links--lists {
    padding: 0px;
    padding-right: 25px;
    width: 33.3%;
}

.ud-widget .ud-widget-title {
	font-size: 15px;
	font-weight: 600;
	color: #222525;
	margin-bottom: 16px;
}

.ud-widget .ud-widget-links a {
	color: #525257;
	font-size: 13px;
    margin-bottom: 8px;
}

.footer-nav--lists {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    justify-content: flex-start;
}

.footer-nav--list {
    display: block;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-right: 24px;
}

.footer-nav--list a {
    color: var(--body-color);
    font-size: 14px;
    margin-bottom: 8px;
}

.footer-nav--list a:hover, .footer-nav--list a:focus {
    color: rgba(255, 255, 255, 1);
}

.ud-widget .ud-widget-links a .coming-soon {
    padding: 2px 6px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 300;
    background: #ffefec;
    color: #f45d48;
    border-radius: 4px;
    margin-left: 4px;
}

.footer__apps {
    text-align: left;
    white-space: nowrap;
}

.footer__apps-link {
    display: inline-block;
    position: relative;
    width: 50%;
    max-width: 130px;
    vertical-align: top;
    margin: 0 8px;
    text-align: left;
}

.footer__apps-icon {
    display: block;
    width: 130px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: 130px 40px;
}

.footer__apps-link--ios .footer__apps-icon {
    background-image: url('../images/apple_en.svg');
}

.footer__apps-link--android .footer__apps-icon {
    background-image: url('../images/google_play_en.svg');
}

.social-widget {
    margin-top: 0;
    margin-bottom: 0;
}

.ud-widget .ud-widget-socials {
    justify-content: center;
}

.social-widget .social-widget-bordered li a {
    width: 40px;
    height: 40px;
    border: 1px solid #b7b5b5;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-widget .social-widget--item .social-link {
    font-size: 22px;
    color: #e8ebfd;
    margin-left: 20px;
    margin-right: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    border: 1px solid #e8ebfd;
    position: relative;
}

.social-widget .social-widget--item .social-link::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #e8ebfd;
    border-radius: 50%;
    transform: scale(0);
    transition: transform .3s cubic-bezier(0.4, 0, 0, 1);
}

.social-widget .social-widget--item .social-link--icon {
    position: relative;
}

.social-widget .social-widget--item .social-link svg {
    position: relative;
    width: 20px;
    height: 20px;
    transition: fill .3s cubic-bezier(0.4, 0, 0, 1);
}

.social-widget .social-widget--item .social-link:hover {
    color: #2a264e;
}

.social-widget .social-widget--item .social-link:hover::before {
    transform: scale(1);
}

.ud-footer-bottom {
	border-top: 0;
}

.ud-footer-bottom .ud-footer-bottom-left a {
	font-size: 12px;
	color: #818183;
}

.ud-footer-bottom .ud-footer-bottom-left li:last-child a {
	margin-right: 0;
}

.footer-links--social {
    padding: 1.5rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}

.footer-logo--image {
    max-width: 7.75rem;
    width: 100%;
}

.footer-copyright {
    border-top: 1px solid rgb(66 63 82);
    padding-top: 2rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
}

.footer-copyright--links {
    font-size: 13px;
}

.footer-copyright--links a {
    color: var(--body-color);
}

.footer-copyright--links a:hover, .footer-copyright--links a:focus {
    color: var(--primary-color);
}

.back-to-top {
    width: 48px;
    height: 48px;
    line-height: 40px;
    background: var(--main-btn-hover-bg);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    text-align: center;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 99;
    color: var(--white);
}

.back-to-top .arrow-icon {
    width: 16px;
    height: 16px;
}

.back-to-top.fade-out {
    opacity: 0;
}

.back-to-top:hover {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
    }
    100% {
        box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    }
}

.icon-sm {
    width: 50px;
    height: auto;
}
.requiredField {
    background-color: #ffc0c0!important;
}

.notif-icon--wrapper {
    position: absolute;
    left: 45%;
    top: -35px;
}

.notif-icon--wrapper .imgWrapper {
    width: 60px;
    height: 60px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: #fff;
}

.notif-icon--wrapper .imgWrapper img {
    width: 45px;
    height: auto;
    position: relative;
}



/* Responsive */

/* Mobile - 767px */
@media (max-width: 767px) {
    .container {
        padding-left: 25px;
        padding-right: 25px;
    }
    .ud-header .container {
        padding-left: 0;
        padding-right: 0;
    }
    .hidden-mobile {
        display: none !important;
    }
    .w-50 {
        width: 100% !important;
    }
    .navbar, .sticky .navbar {
        padding-left: 25px;
        padding-right: 25px;
        background-color: #fff;
    }
    .navbar-brand {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
    .navbar-brand img {
        width: 105px;
    }
    .navbar-collapse {
        max-width: inherit;
        overflow: auto;
        max-height: 456px;
    }
    .navbar-nav .nav-item:not(:last-child) {
        border-bottom: 1px solid #ebedf5;
    }
    .navbar-nav .nav-item > a, .sticky .navbar-nav .nav-item a, .sticky .navbar-nav .nav-item a.active {
        padding: 18px 0;
    }
    .navbar-nav .nav-item > a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 16px;
        font-weight: 600;
    }
    .navbar-nav .nav-menu-list {
        padding: 0;
    }
    .navbar-nav .menu-md .dropdown-menu {
        background-color: #fff;
        border: none;
        box-shadow: none;
        padding: 0;
    }
    .navbar-nav .nav-menu-content {
        display: flex;
        flex-direction: column;
        min-width: auto;
    }
    .navbar-nav .nav-menu-content li {
        margin-right: 0;
    }
    .get-app--btn, .qr-text--wrapper .app-download--btn {
        font-size: 1rem;
    }
    .hero {
        padding-bottom: 140px;
        background-size: 1444px;
    }
    .hero-content {
        margin-bottom: 20px;
    }
    .hero-title {
        font-size: 36px;
        padding-top: 0;
    }
    .hero-subtitle {
        font-size: 19px;
        line-height: 1.45;
    }
    .hero-video--wrapper {
        max-width: none;
    }
    .hero-video--wrapper::after {
        left: 0;
    }
    .hero-video--wrapper .play-button--wrapper {
        position: relative;
        padding-left: 116px;
    }
    .hero-video--wrapper .play-button svg {
        width: 80px;
        height: 80px;
    }
    .hero .disclaimer-text {
        width: auto;
        padding-right: 24px;
    }
    .intro {
        padding-top: 64px;
    }
    .intro .large-text, .about-us .content-wrap .large-text, .product-main .content-wrap .large-text {
        font-size: 36px;
        line-height: 1.15;
        margin-top: 0;
    }
    .intro .small-text, .about-us .content-wrap .small-text, .product-main .content-wrap .small-text {
        font-size: 20px;
        line-height: 1.5;
        color: var(--body-color);
    }
    .intro .intro-grid {
        gap: 20px;
    }
    .about-us, .product-main {
        padding-top: 100px;
    }
    .features-layout--grid, .features-layout--grid.layout-2 {
        margin-top: 5rem;
    }
    .features-main .section-title--wrap {
        margin-bottom: 0;
    }
    .features-tab--layout .content-container .content-wrapper .image-wrapper .image {
        left: 0;
        max-width: 250px;
    }
    .features-tab--layout .content-container .content-wrapper .copy-wrapper .large-text, .values-grid .center-headline .main-text {
        font-size: 36px;
        line-height: 1.2;
    }
    .main-features--grid {
        display: grid;
        gap: 1.25rem;
        min-height: 100vh;
        align-content: flex-start;
        grid-template-columns: auto;
    }
    .main-features--grid .grid-item--half, .main-features--grid .grid-item--full {
        -webkit-box-align: center;
        align-items: center;
        display: grid;
        grid-column: 1 / -1;
        min-height: auto;
        grid-template-columns: auto;
        grid-template-areas: "content" "image";
        height: auto;
    }
    .main-features--grid .grid-item--half .content-wrapper, .main-features--grid .grid-item--full .content-wrapper {
        display: grid;
        grid-area: content / content / content / content;
        grid-template-rows: auto auto 1fr;
        height: 100%;
        padding: 2rem 2rem 0.5rem;
    }
    .main-features--grid .grid-item--full .content-wrapper {
        width: 100%;
    }
    .main-features--grid .grid-item--half .imgWrapper, .main-features--grid .grid-item--full .imgWrapper {
        box-sizing: border-box;
        margin: 0px;
        padding: 0px;
        font: inherit;
        align-self: flex-end;
        grid-area: image / image / image / image;
        height: 100%;
        position: relative;
        width: 100%;
        --rui-aspect-ratio: 1.02542;
    }
    .main-features--grid .grid-item--full .content-wrapper .large-text, .main-features--grid .grid-item--half .content-wrapper .large-text {
        font-size: 24px;
        line-height: 28px;
    }
    .main-features--grid .grid-item--half .content-wrapper .small-text, .main-features--grid .grid-item--full .content-wrapper .small-text {
        font-size: 16px;
        line-height: 24px;
        margin: 1rem 0;
    }
    .main-features--grid .grid-item--half .content-wrapper .cta-link, .main-features--grid .grid-item--full .content-wrapper .cta-link {
        font-size: 16px;
        line-height: 24px;
    }
    .main-features--grid .content-wrapper .cta-link .-arrow {
        width: 20px;
        height: 20px;
    }
    .features-main--item {
        padding-bottom: 48px;
    }
    .features-main .content-wrapper {
        flex-direction: column !important;
        gap: 2.5rem;
    }
    .features-main .content-wrapper .imgWrapper {
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 0;
        padding-bottom: 2.5rem;
    }
    .features-main .content-wrapper .text-wrapper {
        width: 100%;
        padding: 0;
        padding-bottom: 1.5rem;
    }
    .features-main .text-wrapper .large-text {
        font-size: 26px;
        line-height: 32px;
    }
    .features-main .text-wrapper .small-text {
        font-size: 16px;
        line-height: 24px;
        margin-top: 12px;
    }
    .features-grid--list {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        max-width: 100%;
        flex-basis: 100%;
        padding: 0;
    }
    .features-grid--list .icon-wrapper {
        margin-right: 20px;
    }
    .features-grid--list .icon-wrapper .icon {
        width: 40px;
        height: 40px;
        max-width: 40px;
    }
    .intro .intro-grid, .features-layout--grid, .feature-section--item, .feature-section--item.image-left, .why-section .why-grid, .db-card--grid, .db-card--grid .card-features, .image-breaker .grid-image--wrapper, .footer-links--social, .features-tab--layout, .more-features .feature-item, .more-features .feature-item:nth-child(2), .pre-cta--wrapper, .intro-numbers--grid, .values-grid {
        display: flex;
        flex-direction: column;
    }
    .feature-section--item {
        flex-direction: column-reverse;
    }
    .ud-features h2 {
        font-size: 28px;
    }
    .features-grid--list .text-wrapper .large-text {
        font-size: 18px;
    }
    .features-grid--list .text-wrapper .small-text {
        font-size: 15px;
    }
    .list-card__image {
        flex: 0 0 0;
        margin-right: 0;
    }
    .feature-section--item .image-wrapper, .feature-section--item .content-wrapper, .features-tab--layout .content-container .content-wrapper .image-wrapper, .features-tab--layout .content-container .content-wrapper .copy-wrapper, .features-tab--layout .content-container {
        width: 100%;
    }
    .features-tab--layout {
        padding: 0;
        padding-top: 40px;
        margin: 0;
        align-items: flex-start;
    }
    .features-tab--layout .nav {
        display: grid !important;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
        grid-column-gap: 2.5rem;
    }
    .more-features .feature-item {
        gap: 40px;
        padding: 0;
    }
    .values-block {
        padding-bottom: 40px;
    }
    .values-block .content-wrap, .values-grid .center-headline, .values-grid .values-item .text-wrapper {
        text-align: left;
    }
    .values-grid {
        margin-bottom: 0;
    }
    .values-grid .center-headline {
        align-self: flex-start;
    }
    .values-grid .values-item .values-arrow {
        display: none;
    }
    .values-grid .values-item.top, .values-grid .values-item.bottom {
        margin: 0;
    }
    .values-grid .values-item.right {
        flex-flow: row;
    }
    .section-posts {
        padding: 48px 0 24px;
    }
    .faq {
        padding-bottom: 40px;
    }
    .faq .hero-bg-image {
        margin-bottom: 40px;
    }
    .pre-cta--wrapper {
        gap: 30px;
        padding: 3rem 2rem 0;
        margin-top: 4rem;
    }
    .pre-cta--wrapper .content-wrap {
        max-width: 100%;
    }
    .pre-cta--wrapper .content-wrap .large-text {
        font-size: 2rem;
    }
    .pre-cta--wrapper .image-wrapper {
        position: relative;
    }
    .cta-input--wrap .cta-input--small, .cta-input--wrap .cta-input, .more-features .feature-item .image-wrapper, .more-features .feature-item .copy-wrapper {
        width: 100%;
    }
    .referral-image--wrapper .referral-image {
        max-width: 250px;
    }
    .image-breaker {
        padding-bottom: 24px;
    }
    .image-breaker .image-w-margin {
        margin-top: 1rem;
    }
    .bottom-cta .footer-content {
        padding-left: 25px;
        padding-right: 25px;
    }
    .footer-links--social {
        align-items: flex-start;
        gap: 24px;
    }
    .social-widget .social-widget--item li:first-child a, .feature-section--item .content-wrapper .savings-goals--card.card-2, .feature-section--item .content-wrapper .savings-goals--card.card-3 {
        margin-left: 0;
    }
    .footer-nav--lists {
        display: block;
        -webkit-column-count: 2;
        column-count: 2;
    }
    .footer-nav--list {
        break-inside: avoid-column;
    }
    .footer-copyright {
        flex-direction: column;
        align-items: flex-start;
    }
    .footer-copyright--links {
        margin-bottom: 20px;
    }
    .social-widget {
        margin-top: 18px;
        margin-bottom: 30px;
    }
}
