/*
Theme Name: DataLocker
Description: A child theme to house custom code which modifies the Divi parent theme.
Author: DataLocker - November 2024
Template: Divi
*/

/* ************* OVERALL ************* */
#header-row {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: end;
}
#header-row .col-1 {
	width: 30%;
    margin-bottom: 0;
}
#header-row .col-2 {
	    width: 70%;
}
#header-row .col-1 img {
	width: 267px;
}
#mobile-nav {
    display: none !important
}
html {
    font-size: 20px;
} 
h1 {
	color: #fff !important;
	font-size: 3rem !important;
	line-height: 3.6rem !important;
	font-weight: 600 !important;
	letter-spacing: 0 !important;
	padding: 0 !important;
}
.secondary-header h1 {
	font-size: 2.5rem !important;
	line-height: 3rem !important;
	font-weight: 600 !important;
	letter-spacing: 0 !important;
	padding: 0 !important;
}
h2 {
	font-size: 2.1rem !important;
	line-height: 2.7rem !important;
	font-weight: 600 !important;
	letter-spacing: 0 !important;	
	padding-bottom: 15px !important;
}
.reg-weight h2 {
	color: #fff !important;
	font-weight: 400 !important;
}
h3 {
	font-size: 1.75rem !important;
	line-height: 2.1rem !important;
	font-weight: 600 !important;
	letter-spacing: 0 !important;	
	padding-bottom: 20px !important;
}
h3.grid {
	text-align: left !important;
	font-size: 1.75rem !important;
	line-height: 2.1rem !important;
	font-weight: 600 !important;
	letter-spacing: 0 !important;	
	padding-bottom: 5px !important;
}
.reg-weight h3 {
	font-weight: 400 !important;
	padding: 0 !important;
}
h4 {
	font-size: 1.2rem !important;
	line-height: 1.6rem !important;
	font-weight: 600 !important;
	letter-spacing: 0 !important;	
}
p {
	font-size: 1rem;
	line-height: 1.4rem;
	font-weight: 400 !important;	
	letter-spacing: 0 !important;	
}
p:not(.has-background):last-of-type {
	padding-bottom: 1.2em;
}
.spec p:not(.has-background):last-of-type {
	padding-bottom: .5em;
}
.et_pb_text sup,
.et_pb_blurb sup,
.et_pb_slider sup,
.et_pb_testimonial sup,
.et_pb_accordion_item sup,
.et_pb_toggle sup,
.et_pb_cta sup {
    font-size: 75%; 
}
.et_button_no_icon .et_pb_button,
.et_button_no_icon .et_pb_button:hover {
	padding: 15px 40px !important;
}
body .et_pb_button {
	line-height: 24px !important;
	text-align: center !important;
	display: inline-block !important;
}
p a,
li a {
	color: #c10230;
	text-decoration: underline;
	text-decoration-thickness: .05em;
}
p a:hover,
li a:hover {
	color: #991a2c;
	text-decoration: none;
}
ul {
	padding: 0 0 1em 30px !important;
}
ol {
	padding: 0 0 1em 30px !important;
	list-style-position: outside !important;
}
li {
	padding-bottom: 10px;
}
ol li {
    padding-left: 5px;
}
ol li ul,
ul li ul {
    padding-top: 10px !important;
    padding-bottom: 0 !important;
}
.et_pb_gutters2 .et_pb_column_1_2 .et_pb_module, .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_module,
 .et_pb_gutters2 .et_pb_column_1_3 .et_pb_module, .et_pb_gutters2.et_pb_row .et_pb_column_1_3 .et_pb_module {
	margin-bottom: 1%;
}
.et_pb_button-2 {
	display: inline-block;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 18px;
	text-align: center;
	background-color: #c10230;
	border-radius: 8px;
	padding: 12px 24px;
}
.et_pb_button-2:hover {
	background-color: #991a2c;
}
.et_pb_button-3 {
	display: inline-block;
	color: #c10230;
	font-size: 16px;
	font-weight: 500;
	line-height: 18px;
	text-align: center;
	background-color: #fff;
	border: 1px solid #c10230;
	border-radius: 8px;
	padding: 12px 24px;
}
.et_pb_button-3:hover {
	background-color: #eeeeef;
}
a#text-button {
	font-weight: 400 !important;
	color: #c10230 !important;
	background-color: transparent !important;
	border-color: transparent !important;
	border-radius: 0 !important;
	padding: 0 !important;
}
a#text-button::after {
	position: relative;
	display: block;
	float: right;
	content: "\24" !important;
	opacity: 1 !important;
	font-size: 26px;
	margin-top: 2px;
	margin-left: 5px;
}
a#text-button:hover {
	font-weight: 400 !important;
	color: #9da6b2 !important;
	background-color: transparent !important;
	border-color: transparent !important;
	border-radius: 0 !important;
}
.content-col {
  display: flex;
}
.content-col .infocol {
	flex: 1;
	align-content: center;
}
.flex-row {
	display: flex;
}
.flex-vcenter {
	align-content: center;
	margin: 0;
}
.div-center {
	text-align: center;	
}
.section-head h2,
.section-head h3 {
	text-align: center;
}
.prod-info .vert-col {
	text-align: center;
}
.prod-info .vert-col p {
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}
.prod-info .bullet-features ul,
.prod-info .bullet-features-2 ul {
	padding-bottom: 20px !important;
	padding-right: 40px !important;
}
.price-bundle {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: end;
}
.bundle-col .bullet-features div,
.bundle-col .bullet-features-2 div {
	padding-bottom: 10px !important;
}
.prod-info .bullet-features li,
.bundle-col .bullet-features li,
.bundle-col .bullet-features-2 li {
	padding-left: 5px;
	padding-bottom: 13px;
	position: relative;
	list-style-type: none;
}
.bundle-col .et_pb_divider_internal {
	border-top: 1px solid #9da6b2;
	margin-top: 20px;
	margin-bottom: 20px;
}
.prod-info .bullet-features li::before,
.bundle-col .bullet-features li::before,
.bundle-col .bullet-features-2 li::before {
	content: "";
	background-image: url(/wp-content/uploads/2025/06/check-circle-red.svg); 
	position: absolute;
	top: 6px;
	left: -25px;
	width: 16px;
	height: 16px;
}
.bundle-button {
	width: 100%;
}
.save-tag {
  height: 26px;
  margin-left: 10px;
  position: absolute;
  top: 10px;
}
.most-popular {
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 18px;
	padding-bottom: 3px;	
}
.best-for-teams {
	color: #4D4E53;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 18px;
	padding-bottom: 3px;	
}
.how-it-works .et_pb_main_blurb_image {
	margin-bottom: 20px;
}
.how-it-works .et_pb_main_blurb_image img {
	height: 60px;
}
.how-it-works .et_pb_module_header,
.how-it-works .et_pb_blurb_description p {
	text-align: center;
}
.dnxte-toggle-btn {
	transform: rotate(3.142rad);
}
.dnxte-toggle-title-right label::after {
	content: "Save 16%";
	font-size: 15px;
	font-weight: normal;
	text-align: center;
	display: block;
	margin-top: -5px;
}

/* ************* FOOTER ************* */
.copyright {
  font-size: 18px;
  color: #c2c2c2;
  text-align: left;
}
.footer-links {
  text-align: right;
}
.footer-links a {
  font-size: 18px;
  color: #c2c2c2;
}
.footer-links a:hover {
	text-decoration: underline;
}

/* ************* FAQ ACCORDIONS ************* */
.accordions .thfaqf-faq-list h3 {
/*	display: none;*/
	font-size: 2.1rem !important;
	line-height: 2.7rem !important;
	font-weight: 600 !important;
	letter-spacing: 0 !important;
}
.thfaqf-faq-item {
	margin-bottom: 10px;
}
.thfaqf-faq-item span.thfaq-arrow::after {
	font-weight: 500 !important;
	content: "\f107";
	font-size: 42px;
}
.thfaqf-faq-item.thfaqf-active span.thfaq-arrow::after {
	font-weight: 500 !important;
	content: "\f106";
	font-size: 42px;
}
.thfaqf-active .thfaqf-faq-item-content {
	box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px !important;
}
.faq-search-area {
	position: relative;
	display: inline-block;
	width: 100%;
	border: 1px solid #9da6b2;
	border-radius: 8px;
	margin-bottom: 20px;
}
.thfaqf-has-search .thfaqf-form-control-faq {
	position: absolute;
	z-index: 5;
	pointer-events: none;
	color: #9da6b2;
	top: 18px;
	left: 20px;
	font-size: 20px;
}
.thfaqf-theme-wrapper-divi #faq_search {
	width: 95.5% !important;
	font-size: 16px;
}
.th-like-wrapper {
	margin-left: 0rem;
}
.thfaqf-theme-wrapper-divi .faq-search-area:focus {
	border: 2px solid #9da6b2;
}

.faq-play-button {
  margin-top: 6px !important;
  margin-right: 10px !important;
}

/* ----- Original FAQs Section ----- */
.faqs .accordions .et_pb_accordion_item {
	border: 0 !important;
	padding: 30px 0;
	margin: 0;
}
.faqs .accordions .et_pb_toggle_content {
    padding-top: 40px;
}
.faqs .accordions hr {
    height: 1px;
    color: #9da6b2;
    background: #9da6b2;
    font-size: 0;
    border: 0;
	margin: 20px 0 40px;
    width: 100%;
}

.where-to-buy .accordions {
	margin-bottom: 20px !important;
}
.where-to-buy .accordions .et_pb_accordion_item {
	border: 0 !important;
	padding: 10px 0 30px;
	margin: 0;
}
.faqs .accordions .et_pb_accordion_item:last-child {
	border-bottom: 0px !important;
}
.faqs .accordions .et_pb_accordion_item.et_pb_toggle_open .et_pb_toggle_title:before,
.accordions .et_pb_accordion_item.et_pb_toggle_open .et_pb_toggle_title:before,
.et_pb_accordion_item.et_pb_toggle_open .et_pb_toggle_title:before {
	display: block;
	content: "2" !important;
}
.faqs .et_pb_toggle_open .et_pb_toggle_title,
.faqs .et_pb_toggle_open h5.et_pb_toggle_title {
    color: #666 !important;
}
/*.faqs .accordions h4 {
	font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
	font-size: 1.125rem !important;
	line-height: 1.75rem !important;
	font-weight: 700 !important;
	color: #c10230;
}
.faqs .accordions p {
	font-size: 1.125rem !important;
	line-height: 1.75rem !important;
	color: #000;
}*/
.accordions .et_pb_toggle {
	border: 0 !important;
}


/* ************* RESPONSIVE ************* */
@media only screen and (max-width: 1270px) {
	.thfaqf-theme-wrapper-divi #faq_search {
		width: 94.5% !important;
		font-size: 16px;
	}
}

@media only screen and (max-width: 1024px) {
	h1, 
	.secondary-header h1 {
		font-size: 2rem !important;
		line-height: 2.5rem !important;
	}
	h2 {
		font-size: 1.4rem !important;
		line-height: 1.9rem !important;
	}
	h3 {
		font-size: 1.1rem !important;
		line-height: 1.6rem !important;
	}
	h3.grid {
		font-size: 1.1rem !important;
		line-height: 1.6rem !important;
		padding-bottom: 5px !important;
	}
	h4 {
		font-size: 1.1rem !important;
		line-height: 1.6rem !important;
	}
	.bundle-col h4 {
        font-size: .9rem !important;
        line-height: 1.3rem !important;
    }
	p {
		font-size: 1rem !important;
		line-height: 1.4rem !important;
	}
	.header {
		padding-top: 45px !important;
		padding-bottom: 55px !important;
	}	
	.secondary-header {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}
	.page-content {
		padding-top: 40px !important;
		padding-bottom: 60px !important;
	}
	.page-content-faq {
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}
	.most-popular,
	.best-for-teams {
		font-size: 15px;
	}
	.bundle-col {
		padding-top: 12px !important;
		padding-right: 18px !important;
		padding-bottom: 18px !important;
		padding-left: 18px !important;
		margin-bottom: 0 !important;
	}
	.bundle-col .et_pb_divider_internal {
		margin-top: 15px !important;
		margin-bottom: 15px !important;
	}
	.bundle-col .bullet-features-2 {
		padding-bottom: 7px !important;
	}
	.bundle-col .bullet-features div,
	.bundle-col .bullet-features-2 div {
		font-size: .84rem !important;
		line-height: 1.2rem !important;
		padding-bottom: 5px !important;
	}
	.bundle-col .bullet-features li,
	.bundle-col .bullet-features-2 li {
		font-size: .84rem !important;
		line-height: 1.2rem !important;
		padding-left: 2px !important;
		padding-bottom: 10px !important;
	}
	.thfaqf-theme-wrapper-divi #faq_search {
		width: 93% !important;
		font-size: 16px;
	}
	.thfaqf-faq-list {
		margin-bottom: 40px !important;
	}
	.still-need-help {
        padding-top: 0 !important;
        padding-bottom: 40px !important;
    }
	.copyright,
	.footer-links a {
		font-size: 16px;
	}
}

@media only screen and (max-width: 980px) {
	.how-it-works .et_pb_row_5 .et_pb_column {
		width: 31.3%;
        margin-bottom: 0;
        margin-right: 3%;
    }
	.price-bundle .et_pb_column {
        width: 100%;
        margin-bottom: 0;
        margin-right: 3%;
    }
	.copyright,
	.footer-links {
		text-align: center;
	}
	.footer-links {
		margin-top: -20px;
	}
}

@media only screen and (max-width: 900px) {
	#desktop-nav {
		display: none !important;
	}
	#mobile-nav {
		display: block !important;
		padding-left: 5%;
		padding-right: 5%;
	}
	#header-row .col-1 {
		width: 50px !important;
	}
	#header-row .col-2 {
	    width: 100%;
	}
	#header-row .col-1 img {
		width: auto;
		height: 44px;
	}
	#dl-logo-icon {
		height: 44px;
		padding: 0;
		margin: 0;
	}
	.flex-row {
		flex-direction: column-reverse;
		gap: 20px;
	}
	.how-it-works .et_pb_row_5 .et_pb_column {
		width: 100%;
        margin-bottom: 0;
        margin-right: 0;
    }
	.price-bundle .et_pb_column {
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0;
    }
	.price-bundle {
		flex-direction: column;
	}
	.et_pb_row {
		width: 100%;
		padding-left: 5%;
		padding-right: 5%;
	}
}

@media only screen and (max-width: 774px) {
	.home-benefit-statement .div-center {
		width: 75%;
		margin: 0 auto;
	}
	.home-benefit-statement .div-center .button-1 {
		margin-right: 0 !important;
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 768px) {
	p,
	.prod-info .bullet-features li {
		font-size: .9rem !important;
		line-height: 1.3rem !important;
	}
	.header {
		padding-top: 30px !important;
		padding-bottom: 50px !important;
	}
	.secondary-header {
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}
	.prod-info {
		padding-top: 50px !important;
		padding-bottom: 60px !important;
	}
	.vert-col .prod-1 {
		margin-bottom: 0 !important;
		padding-bottom: 20px !important;
	}
	.how-it-works {
		padding-top: 60px !important;
		padding-bottom: 40px !important;
	}
	.home-benefit-statement,
	.product-features {
		padding-top: 60px !important;
		padding-bottom: 60px !important;
	}
}

@media only screen and (max-width: 475px) {
	.et_pb_button-2,
	.et_pb_button-3 {
		font-size: 14px;
		line-height: 14px;
		padding: 12px 18px;
	}
	.thfaqf-theme-wrapper-divi #faq_search {
		width: 86% !important;
	}
}

@media only screen and (max-width: 425px) {
	h1,
	.secondary-header h1 {
		font-size: 1.6rem !important;
		line-height: 2rem !important;
	}
	h2 {
		font-size: 1.4rem !important;
		line-height: 1.9rem !important;
	}
	h3 {
		font-size: 1.1rem !important;
		line-height: 1.6rem !important;
	}
	h4 {
		font-size: 1.1rem !important;
		line-height: 1.6rem !important;
	}
	body .et_pb_button {
		font-size: 16px !important;
		line-height: 18px !important;
		padding: 12px 24px !important;
	}
	.header {
        padding-top: 15px !important;
        padding-bottom: 50px !important;
    }
	.secondary-header {
        padding-top: 12px !important;
        padding-bottom: 40px !important;
    }
	.prod-info {
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}
	.vert-col .prod-1 {
		margin-bottom: 0 !important;
		padding-bottom: 5px !important;
	}
	a#text-button::after {
		margin-top: -2px;
	}
	.how-it-works {
		padding-top: 50px !important;
		padding-bottom: 30px !important;
	}
	.home-benefit-statement,
	.product-features {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}
	.page-content {
		padding-top: 30px !important;
		padding-bottom: 40px !important;
	}
	.page-content-faq {
		padding-top: 0 !important;
		padding-bottom: 40px !important;
	}
	.thfaqf-faq-list {
        margin-bottom: 0 !important;
    }
	.page-content {
        padding-bottom: 40px !important;
    }
	.page-content-faq {
        padding-bottom: 20px !important;
    }
	.thfaqf-faq-item span.thfaq-arrow::after,
	.thfaqf-faq-item.thfaqf-active span.thfaq-arrow::after {
		font-size: 32px;
	}
	.still-need-help {
        padding-bottom: 10px !important;
    }
	.copyright,
	.footer-links a {
		font-size: 14px;
	}
}

@media only screen and (max-width: 390px) {
	#header-row {
		align-items: center;
	}
	#header-row .col-1 {
        width: 100px !important;
    }
	.et_pb_button-3 {
		margin-right: 0 !important;
		margin-bottom: 10px;
	}
}

/* ************* HUBSPOT FORM STYLES ************* */
.req-text {
	font-size: 18px;
	line-height: 24px;
	color: #4d4e53;
	font-style: italic;
	display: block;
	text-align: right;
	padding-bottom: 30px;
}
.hbspt-form h1 {
    display: none;
}
.hbspt-form h2 {
    margin-top: 20px;
	font-size: 1.75rem !important;
	line-height: 2.1rem !important;
}
.hbspt-form h2 strong {
	font-weight: 600 !important;
}
.hbspt-form .hs-field-desc {
  font-style: italic;
  padding-top: 5px;
}
.hbspt-form .hs-form-field span {
	font-weight: bold !important;
}
.hbspt-form .form-columns-1,
.hbspt-form .form-columns-2,
.hbspt-form  fieldset {
    max-width: 100% !important;
}
.hbspt-form .form-columns-2 {
    width: 100%;
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 20px;
}
.hbspt-form .form-columns-2 .hs-form-field {
    width: 100% !important;
    margin-right: 0 !important;
}
.hbspt-form .form-columns-2 .hs-form-field:nth-of-type(2),
.hbspt-form .form-columns-2 .hs-dependent-field .hs_consent_one {
    /*width: 48.25% !important;*/
    margin-right: 0 !important;
}
.hbspt-form .form-columns-2 .hs-dependent-field .hs_specification {
    width: 100% !important;
    margin-right: 0;
}
.hbspt-form .form-columns-1 .input,
.hbspt-form .form-columns-2 .input {
    margin-right: 0 !important;
}
.hbspt-form .hs-input:not([type=checkbox]) {
    width: 100% !important;
    background-color: #fff !important;
    border: 1px solid #9DA6B2 !important;
    border-radius: 5px !important;
    padding: 15px 20px !important;
    margin: 15px 0;
    font-size: 18px;
	color: #000 !important;
}
.hbspt-form .form-columns-2 .hs-input {
	width: 100% !important;
}
.hbspt-form .hs-input:focus {
    outline: 2px solid #9DA6B2 !important;
}
.hbspt-form ul.inputs-list {
    padding: 20px 0 10px 20px !important;
    list-style: none !important;
}
.hbspt-form ul.inputs-list li {
    padding-bottom: 20px !important;
}
.hbspt-form input[type="checkbox"] {
    width: 20px !important;
    height: 20px !important;
	float: left;
    margin-top: 4px !important;
    margin-right: 15px !important;
}
.hbspt-form .hs-form-checkbox-display span {
	font-weight: 400 !important;
}
.hbspt-form input[type=radio] {
    width: 40px !important;
    height: 20px !important;
    margin-top: 5px !important;
    margin-right: 15px !important;
}
.hbspt-form input[type=checkbox]:focus,
.hbspt-form input[type=radio]:focus {
    outline: 0 !important;
}
.hbspt-form .input select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: transparent;
    background-image: url("/wp-content/uploads/2025/07/downarrow-icon-gray.svg");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position-x: 98.5%;
    background-position-y: center;
}
.hbspt-form .hs-fieldtype-booleancheckbox {
    margin: 10px 0 0;
}
.hbspt-form .hs-form-booleancheckbox-display {
	display: flex;
}
.hbspt-form .hs-fieldtype-booleancheckbox li.hs-form-booleancheckbox {
	padding-bottom: 0 !important;
	line-height: 30px !important;
}
.hbspt-form ul.hs-error-msgs {
    background: #CD4C28;
    border-radius: 3px;
    color: #fff !important;
    padding: 5px !important;
    margin-bottom: 15px;
}
.hbspt-form ul.hs-error-msgs li {
    text-align: center !important;
    padding: 7px !important;
    font-size: 16px !important;
    line-height: 22px !important;
	font-style: italic !important;
}
.hbspt-form .hs-button {
	background-color: #c10230 !important;
	color: #fff !important;
	font-size: 18px !important;
	font-weight: 500 !important;
	line-height: 24px !important;
	text-align: center !important;
	border: 1px solid #c10230;
	border-radius: 8px !important;
	padding: 15px 40px !important;
	float: right;
	margin-top: 20px;
}
.hbspt-form .hs-button:hover {
    background-color: #991a2c !important;
}

@media only screen and (max-width: 1024px) {
	.hbspt-form h2 {
		margin-top: 10px;
		font-size: 1.4rem !important;
		line-height: 1.9rem !important;
	}
	.hbspt-form .hs-input, 
	.hbspt-form .hs-input:not([type=file]) {
		font-size: 16px;
	}
	.hbspt-form ul.hs-error-msgs li,
	#main-content .hbspt-form ul.hs-error-msgs li {
		line-height: 16px !important;
		padding: 10px !important;
	}
	.hbspt-form  ul.hs-error-msgs li .hs-error-msg {
		text-align: center !important;
		padding: 0 !important;
		font-size: 14px !important;
		line-height: 16px !important;
		font-style: italic !important;
	}
	.hbspt-form .input select {
		background-position-x: 97.5%;
	}
}

@media only screen and (max-width: 980px) {
	.hbspt-form .hs-button {
        font-size: 17px !important;
        line-height: 24px !important;
        font-weight: 600 !important;
        padding: 15px 20px !important;
	}
	.hbspt-form .hs-demo_version ul.inputs-list li {
		padding-bottom: 15px !important;
	}
	
}

@media only screen and (max-width: 768px) {
	.hbspt-form .hs-form-field span,
	.hbspt-form .hs-field-desc,
	.hbspt-form ul.inputs-list li {
		font-size: .9rem !important;
		line-height: 1.3rem !important;
	}
	.hbspt-form .hs-fieldtype-booleancheckbox li.hs-form-booleancheckbox span {
		font-size: .8rem !important;
		line-height: 1.3rem !important;
		padding-top: 3px;
	}
}


@media only screen and (max-width: 425px) {
	.hbspt-form h2 {
		margin-bottom: 0px;
	}
	.hbspt-form .hs-input:not([type=file]) {
		margin: 10px 0;
	}
	.hbspt-form .form-columns-2 {
		flex-direction: column;
		gap: 0;
	}
	.hbspt-form input[type=checkbox], 
	.hbspt-form input[type=radio] {
		margin-right: 10px !important;
	}
	.hbspt-form .hs-field-desc {
		font-size: 16px !important;
		line-height: 20px !important;
	}
	.hbspt-form .hs-button {
		font-size: 16px !important;
		line-height: 18px !important;
		padding: 12px 24px !important;
	}
	.hbspt-form .input select {
		background-position-x: 95.5%;
	}
}