/*
Theme Name: Madison Logic
Author: Social Hustle
Version: 2.0.0
License: GNU General Public License v2 or later
*/

/* VARIABLES */

:root {
	--frame-width: 1200rem;

	--col-1: 63.33rem;
	--col-2: 166.66rem;
	--col-3: 270rem;
	--col-4: 373.33rem;
	--col-5: 476.66rem;
	--col-6: 580rem;
	--col-7: 683.33rem;
	--col-8: 786.66rem;
	--col-9: 890rem;
	--col-10: 993.33rem;
	--col-11: 1096.66rem;
	--col-12: 1200rem;
}

@media screen and (max-width: 960px) {
	:root {
		--frame-width: 400rem;
	}
}

/* REM SCALING */

/* :root {font-size: 1px;}

@media screen and (max-width: 1520px) {:root{font-size: 0.9583333px;}}
@media screen and (max-width: 1440px) {:root{font-size: 0.9166666px;}}
@media screen and (max-width: 1360px) {:root{font-size: 0.875px;}}
@media screen and (max-width: 1280px) {:root{font-size: 0.8333333px;}}
@media screen and (max-width: 1200px) {:root{font-size: 0.7966666px;}}
@media screen and (max-width: 1120px) {:root{font-size: 0.75px;}}
@media screen and (max-width: 960px) {:root{font-size: 1px;}}

@media screen and (min-width: 1921px) {:root{font-size: 1.25px;}}
@media screen and (min-width: 2401px) {:root{font-size: 1.3333333px;}}
 */

/* TEXT */

/* h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {color: inherit;}
h1 em, h2 em, h3 em, h4 em, h5 em, h6 em {font-style: normal; color: #1C6BFF;} */

.be-eyebrow {
	line-height: 1.25;
	font-weight: 800;
	color: #252e80;
	margin-bottom: 12rem;
}
.be-eyebrow + * {
	margin-top: 0;
}

@media screen and (max-width: 960px) {
	/* html {scroll-padding-top: 80px;}
	body {font-size: 16rem;}

	h1, .b-h1 {font-size: 36rem;}
	h2, .b-h2 {font-size: 30rem;}
	h3, .b-h3 {font-size: 22rem;}
	h4, .b-h4 {font-size: 20rem;}
	h5, .b-h5 {font-size: 18rem;}
	h6, .b-h6 {font-size: 18rem;}

	.b-page h1 br,
	.b-page h2 br,
	.b-page h3 br,
	.b-page h4 br,
	.b-page h5 br,
	.b-page h6 br {display: none;} */
}

/* BASIC TAGS */

p {
	margin: 1em 0;
}

ul,
ol {
	margin: 1em 0;
	padding: 0 0 0 1em;
}

strong,
b {
	font-weight: 800;
}

em,
i {
	font-style: italic;
}

img,
svg {
	display: block;
	max-width: 100%;
	height: auto;
	border: none;
}

table {
	margin: 2rem 0;
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}

table td {
	padding: 6px;
	border: 1px solid #ccc;
	border-width: 1px 0;
}

iframe {
	width: 100%;
	border: none;
	overflow: auto;
}

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

article,
aside,
footer,
header,
main,
section {
	display: block;
}

/* LINKS */

a {
	color: #1c6bff;
	background-color: transparent;
	text-decoration: none;
	transition: color 0.25s;
}

a:hover {
	color: #0d50cd;
}
a svg {
	fill: currentColor;
}

/* BUTTON */

.be-button {
	cursor: pointer;
	max-width: 100%;
	vertical-align: top;
	display: inline-block;
	box-sizing: border-box;
	color: #fff;
	font-family: inherit;
	font-weight: 700;
	font-size: 17rem;
	line-height: 1.25;
	width: auto;
	padding: 24rem 32rem;
	background: #1c6bff;
	border: none;
	border-radius: 6rem;
	text-align: center;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	transition:
		color 0.25s,
		background 0.25s,
		box-shadow 0.25s;
}

.be-button:hover {
	color: #fff;
	background: #0d50cd;
	border: none;
}

.be-button.alt-white {
	background: #fff;
	color: #252e80;
}
.be-button.alt-white:hover {
	background: #0d50cd;
	color: #fff;
}

.be-buttons {
	margin: 24rem -12rem 0;
}
.be-buttons .be-button {
	margin: 12rem 12rem 0;
}
.be-buttons:first-child {
	margin-top: -12rem;
}

@media screen and (max-width: 960px) {
	.be-buttons {
		margin-top: 16rem;
	}
}

@media screen and (max-width: 960px) {
	.be-button {
		font-size: 15rem;
		padding: 18rem 24rem;
	}
}

/* FRAME & SPACER */

.be-blockeditor {
	background: #fff;
}

.be-frame {
	position: relative;
	max-width: var(--frame-width);
	margin: 0 auto;
	padding: 128rem 32rem;
}

.be-spacer {
	display: block;
	clear: both;
	height: 128rem;
}

.be-spacer[data-height="small"] {
	height: 32rem;
}
.be-spacer[data-height="medium"] {
	height: 64rem;
}
.be-spacer[data-height="large"] {
	height: 128rem;
}

@media screen and (max-width: 960px) {
	.be-frame {
		padding: 64rem 24rem;
	}
	.be-spacer {
		height: 64rem;
	}
	.be-spacer[data-height="small"],
	.be-spacer[data-height="medium"] {
		height: 32rem;
	}
	.be-spacer[data-height="large"] {
		height: 64rem;
	}
}

/* COLUMNS */

.be-columns {
	display: flex;
	flex-wrap: wrap;
	margin: -16rem;
}

.be-column {
	padding: 16rem;
	box-sizing: border-box;
	flex: 0 0 auto;
	align-items: stretch;
}

.be-column[data-width="1"] {
	width: 8.3333333%;
}
.be-column[data-width="2"] {
	width: 16.666666%;
}
.be-column[data-width="3"] {
	width: 25%;
}
.be-column[data-width="4"] {
	width: 33.333333%;
}
.be-column[data-width="5"] {
	width: 41.666666%;
}
.be-column[data-width="6"] {
	width: 50%;
}
.be-column[data-width="7"] {
	width: 58.333333%;
}
.be-column[data-width="8"] {
	width: 66.666666%;
}
.be-column[data-width="9"] {
	width: 75%;
}
.be-column[data-width="10"] {
	width: 83.333333%;
}
.be-column[data-width="11"] {
	width: 91.666666%;
}
.be-column[data-width="12"] {
	width: 100%;
}

.be-column[data-width="1/1"] {
	width: 100%;
}
.be-column[data-width="1/2"] {
	width: 50%;
}
.be-column[data-width="1/3"] {
	width: 33.333333%;
}
.be-column[data-width="1/4"] {
	width: 25%;
}
.be-column[data-width="1/5"] {
	width: 20%;
}
.be-column[data-width="1/6"] {
	width: 16.666666%;
}
.be-column[data-width="1/7"] {
	width: 14.285714%;
}
.be-column[data-width="1/8"] {
	width: 12.5%;
}
.be-column[data-width="1/9"] {
	width: 11.111111%;
}
.be-column[data-width="1/10"] {
	width: 10%;
}
.be-column[data-width="1/11"] {
	width: 9.090909%;
}
.be-column[data-width="1/12"] {
	width: 8.3333333%;
}

/* alts */

.be-columns.alt-collapse {
	margin: 0;
}
.be-columns.alt-collapse .be-column {
	padding: 0;
}

.be-columns.alt-bottom {
	margin-bottom: -32rem;
}
.be-columns.alt-bottom .be-column {
	padding-bottom: 32rem;
}

.be-columns.alt-center {
	justify-content: center;
}
.be-columns.alt-middle {
	align-items: center;
}

.be-columns.flickity-enabled {
	display: block;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 12rem;
}
.be-columns.flickity-enabled .be-column {
	display: block;
	padding-top: 0;
	padding-bottom: 0;
}
.be-columns.flickity-enabled.alt-middle .be-column {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

@media screen and (min-width: 961px) {
	.be-columns.alt-tight {
		margin: -12rem;
	}
	.be-columns.alt-tight .be-column {
		padding: 12rem;
	}

	.be-columns.alt-loose {
		margin: -24rem;
	}
	.be-columns.alt-loose .be-column {
		padding: 24rem;
	}
}

@media screen and (max-width: 960px) {
	.be-columns {
		margin: -12rem;
	}
	.be-columns .be-column {
		padding: 12rem;
	}
	.be-column[data-width] {
		width: 100%;
	}

	.be-columns.alt-bottom {
		margin-bottom: -32rem;
	}
	.be-columns.alt-bottom .b-column {
		padding-bottom: 32rem;
	}
}

/* UTILITY */

.be-img {
	overflow: hidden;
	display: block;
}

.be-img img {
	width: 100%;
	height: auto;
}

.be-img-fallback {
	background: rgba(123, 123, 123, 0.25);
}

.be-img-offset {
	pointer-events: none;
}

.be-img-offset .be-img {
	max-width: none;
}

/* CHECKLIST */

.be-checklist {
	padding-left: 48rem;
	margin: 32rem 0;
}
.be-checklist > li {
	margin: 12rem 0;
}
.be-checklist > li::before {
	background: url(img/icon-positive.svg) no-repeat center / 100%;
	width: 32rem;
	height: 32rem;
	top: 0;
	left: -48rem;
}

/* MARGIN OVERWRITES */

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	margin-top: 0 !important;
}

p:first-child,
ul:first-child,
ol:first-child,
li:first-child,
blockquote:first-child,
hr:first-child,
table:first-child {
	margin-top: 0 !important;
}

p:last-child,
ul:last-child,
ol:last-child,
li:last-child,
blockquote:last-child,
hr:last-child,
table:last-child {
	margin-bottom: 0 !important;
}

/* FLICKITY */

.be-blockeditor .flickity-page-dots .dot {
	width: 12rem;
	height: 12rem;
	margin: 0 4rem;
	background: #000;
}

.be-blockeditor .flickity-page-dots .dot.is-selected {
	background: #1c6bff;
}

/* STAT GRADIENT */
.stat-gradient {
	position: relative;
	overflow: hidden;
}

.stat-gradient .container {
	z-index: 2;
	position: relative;
}

.stat-gradient:before {
	content: "";
	position: absolute;
	background: radial-gradient(
		156.27% 156.27% at -35.5% -23.81%,
		#ff5e57 0%,
		#1c6bff 100%
	);
	filter: blur(138.68055725097656px);
	z-index: 0;
	border-radius: 100%;
	width: 42rem;
	height: 42rem;
	top: -25%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.stat-gradient:after {
	content: "";
	position: absolute;
	background: radial-gradient(
		156.27% 156.27% at -35.5% -23.81%,
		#ff5e57 0%,
		#1c6bff 100%
	);
	filter: blur(138.68055725097656px);
	z-index: 0;
	border-radius: 100%;
	width: 62rem;
	height: 62rem;
	left: 0%;
	top: 100%;
	transform: translate(-50%, -50%);
}

.hide-overflow {
	overflow-x: clip;
}

/* HERO CUSTOM CLASS */
.hero-full .img-container {
	width: 100%;
}

/* ADJUST LIST STYLES */
.ARTICLE-HEAD ul,
.ARTICLE-CAROUSEL ul {
	margin: 1em 0;
	padding: 0 0 0 20px;
}

.vertical-timeline-image-container {
	opacity: 0;
	transition: opacity 0.5s;
}

.vertical-timeline-content-box {
	opacity: 0.5;
	transition: opacity 0.5s;
}

.vertical-timeline-image-container.is-visible,
.vertical-timeline-content-box.active {
	opacity: 1;
}

.blue-bullet-list {
	list-style-type: none;
	list-style-position: inside;
	padding-left: 20px;
}

.blue-bullet-list li {
	position: relative;
}

.blue-bullet-list li:before {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 3px;
	background-color: #1c6bff;
	left: -20px;
	top: 5px !important;
}

.related-article,
.faq-article {
    background-image: linear-gradient(to bottom, #FFFFFF, #ffffff);
}

.faq-article .accordion {
    background-image: linear-gradient(to bottom, #F7FAFF, #F0F5FF);
	    box-shadow: rgba(0, 0, 0, 0.08) 0px 1px 4px;
}
.faq-article .b-columns {
    margin: -20px 0 ;
	gap: 1rem;
}
.faq-article .b-frame-head {
    text-align: left;
    margin: 0 0 60px;
}


@media (min-width: 901px) {
	.b-max-width {
		max-width: 800px;
		margin: 0 auto !important;
	}
}


.privacy-policy .b-page[data-scroll] .primary {
    background: #fff;
}
.privacy-policy .LEGAL .content h1 {
    margin: 0 0 20px 0;
}
.privacy-policy .LEGAL .content p {
    margin-bottom: 1.5rem;
}

.privacy-policy .LEGAL .content  li {
    margin-bottom: 0.5rem;
}
	.ot-dont-sell-button {
			display: flex;
	}
@media (max-width:1023px){
.privacy-policy .LEGAL .content h3 {
			font-size: 1.8rem;
	}
.privacy-policy .LEGAL .content h2 {
			font-size: 2.3rem;
			margin-top: 2rem;
	}
.privacy-policy .LEGAL .content table tr {
    display: table-column;
}
}
@media (max-width:991px){
	.privacy-policy .LEGAL .content h3 {
			font-size: 1.5rem;
	}
	.privacy-policy .LEGAL .content h2 {
			font-size: 2rem;
			margin-top: 1.5rem;
	}
	.ot-dont-sell-button {
			display: flex;
	}
	a.ot-btn-anchor {
			position: relative;
			width: 100%;
	}
}