body {
    overflow-x: hidden;
}

body, p, a, li, ol, ul, button, input, textarea, .btn  {
  font-family: Inter, sans-serif;
}

p, ol, ul, li, a {
    font-size: 22px;
}

.btn,
button,
footer p,
footer a {
    font-size: 18px;
}

h3, h4, h5, h6 {
    font-family: Montserrat, sans-serif;
	 font-weight: 600;
	 margin-bottom: 1rem;
}

h1, h2 {
	 margin-bottom: 1.5rem;
     font-family: Montserrat, sans-serif;
	 font-weight: 600;
}

li {
    margin-bottom: 15px;
}

.icon-list li {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.light-blue-arrow-list .bi::before,
.light-blue-arrow-list [class^="bi-"]::before,
.light-blue-arrow-list [class*=" bi-"]::before {
    font-weight: 700 !important;
    color: #6ec1e4;
}

.thicker-icon {
  text-shadow:
    0 0 2px currentColor,
    0 0 2px currentColor,
    0 0 2px currentColor;
}

/* SECTIONS
============================================================ */


.section-black {
    background-color: #000;
    color: #ffffff;
}


.section-dark-blue {
    background-color: #0a0e28;
    color: #ffffff;
}

.section-light-gray {
    background-color: #f2f2f2;
}


/* BUTTONS
============================================================ */


.btn-orange {
    display: inline-block;
    background-color: #f60;
    color: #fff;
    border: 0;
    border-radius: 30px;
    box-shadow: 0px 18px 40px -10px #333333;
    padding: 0.8125rem 1.875rem;
    font-weight: 700;
    text-align: center;
        transition: box-shadow 0.2s ease;
}

.btn-orange:hover {
    color: #fff;
    background-color: #f60;
    box-shadow: 0 4px 6px rgba(0,0,0,0.2);
}

/* FORMS
============================================================ */

label,
label a {
  font-size: 1.125rem;
  font-family: Inter, sans-serif;
}

.form-check {
	display: flex;
	line-height: 1.4;
}

.radio-button .form-check {
	display: inline-flex;
	align-items: end;
}

.radio-button .form-check-label {
	margin-top: 0;
}

.form-check-input {
	width: 20px;
	height: 20px;
	padding-right: 10px;
	margin-left: 0;
    border: none;
}

.form-check-label {
	padding-left: 8px;
	display: block;
}

input[type=checkbox] {
	background-color: #fff;
}

.form-control,
.form-control-lg {
    border-radius: 5px;
    border: none;
}












/* .input-radio,
.form-row label .input-checkbox,
.form-check-input {
    width: 20px;
    height: 20px;
	vertical-align: middle;
    margin-right: 8px !important;
} */

.success {
    background-color: #ffffff;
    color: #28a745;
    padding: 0.5rem 1rem;
    border-radius: 0.25rem;
    text-align: center;
	margin: 15px 0;
	font-weight: 600;
}


/* countdown-timer
============================================================ */

#countdown-timer {
  font-family: Arial, sans-serif;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.timer-section {
  display: inline-block;
  text-align: center;
  margin: 0 5px;
  line-height: 20px;  
  padding: 13px 5px 8px;
  width: 72px;
  border-radius: 5px;  
}

.dark-bg-countdown .timer-section {
	background: #fff;
	border: 1px solid #ccc !important;
}

/* .dark-bg-countdown .timer-section {
  background: inherit;
  border: 1px solid #f2f2f2 !important;
}
*/
.timer-value {
  font-size: 28px;
  color: #547bbd;
}

.timer-label {
  font-size: 14px;
  color: #999;
}


/* PRICE
============================================================ */

.old-price {
    color: #ddd;
    font-size: 26px;
    position: relative;
}

.slanted-strike:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: max(1.5px, .09em);
    background-color: #f18633;
    transform: translateY(-50%) rotate(-5deg);
    pointer-events: none;
}

/* MAUTIC FORM
============================================================ */

 .mauticform_wrapper { margin: 10px auto; }
    .mauticform-innerform {}
    .mauticform-post-success {}
    .mauticform-name { font-weight: bold; font-size: 1.5em; margin-bottom: 3px; }
    .mauticform-description { margin-top: 2px; margin-bottom: 10px; }
    .mauticform-error { margin-bottom: 10px; color: red; }
    .mauticform-message { margin-bottom: 10px;color: green; }
    .mauticform-row { display: block; margin-bottom: 20px; }
    .mauticform-label { font-size: 1.1em; display: block; font-weight: bold; margin-bottom: 5px; }
    .mauticform-row.mauticform-required .mauticform-label:after { color: #e32; content: " *"; display: inline; }
    .mauticform-helpmessage { display: block; font-size: 0.9em; margin-bottom: 3px; }
    .mauticform-errormsg { display: block; color: red; margin-top: 2px; }
    .mauticform-selectbox, .mauticform-input, .mauticform-textarea { width: 100%; padding: 0.5em 0.5em; border: 1px solid #CCC; background: #fff; box-shadow: 0px 0px 0px #fff inset; border-radius: 4px; box-sizing: border-box; }
   
    .mauticform-radiogrp-row {}
    .mauticform-radiogrp-label { font-weight: normal; }
    .mauticform-radiogrp-radio {}
    .mauticform-pagebreak-wrapper .mauticform-pagebreak.btn-default { color: #5d6c7c;background-color: #ffffff;border-color: #dddddd;}
    .mauticform-pagebreak-wrapper .mauticform-pagebreak { display: inline-block;margin-bottom: 0;font-weight: 600;text-align: center;vertical-align: middle;cursor: pointer;background-image: none;border: 1px solid transparent;white-space: nowrap;padding: 12px 15px;line-height: 1.3856;border-radius: 3px;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
    .mauticform-pagebreak-wrapper .mauticform-pagebreak.btn-default[disabled] { background-color: #ffffff; border-color: #dddddd; opacity: 0.75; cursor: not-allowed; }
    .mauticform-pagebreak-wrapper {  display: inline; text-align: center; }
.mauticform-field-hidden { display:none }

.mauticform_wrapper .form-check-input {
	float: left;
	margin-top: 7px;
	
}

.mauticform_wrapper .form-check-label {
	display: block;
	padding-left: 35px;
}

.content-button {
	display: flex;
}

.content-button .btn-warning {
	font-weight: 500;
	background: #f60;
	border-color: #f60;
	border-radius: 2px;
	margin: 0 15px 0 0;
    margin-top: 30px;
	color: #fff;
}

.content-button .btn-warning:hover {
	background: #f90;
	border-color: #f90;
}

.content-button input:disabled {
    cursor: not-allowed;
}

.content-button,
.btn:disabled {
	opacity: 1;
}

@media (max-width: 575.98px) {
.content-button .btn-warning {
	padding: 13px 15px;
}
}