
	@font-face {
	    font-family: 'Segoe UI Semi Light';
	    src: url("https://static1.squarespace.com/static/61df380b5fb02b0f290a928f/t/67ed80404f467c4cab591d12/1743618113848/segoe-ui-semi-lightl.ttf");
	}

	@font-face {
	    font-family: 'Segoe UI Semi Light Italic';
	    src: url("https://static1.squarespace.com/static/61df380b5fb02b0f290a928f/t/67ed87c31b727350c4367596/1743620036298/segoe-ui-semi-light-italic.ttf");
	}

	@font-face {
	    font-family: 'Segoe UI Normal';
	    src: url("https://static1.squarespace.com/static/61df380b5fb02b0f290a928f/t/67ed86231b727350c435f95c/1743619620562/segoe-ui-normal.ttf");
	}

	@font-face {
	    font-family: 'Segoe UI Normal Italic';
	    src: url("https://static1.squarespace.com/static/61df380b5fb02b0f290a928f/t/67ed86d01b727350c43621c2/1743619793172/segoe-ui-normal-italic.ttf");
	}

	@font-face {
	    font-family: 'Segoe UI Semi Bold';
	    src: url("https://static1.squarespace.com/static/61df380b5fb02b0f290a928f/t/67ed85b269a1cb52cb4cab8e/1743619508184/segoe-ui-semi-bold.ttf");
	}

	@font-face {
	    font-family: 'Segoe UI Semi Bold Italic';
	    src: url("https://static1.squarespace.com/static/61df380b5fb02b0f290a928f/t/67ed88921b89933497668915/1743620242763/segoe-ui-semi-bold-italic.ttf");
	}

	@font-face {
	    font-family: 'Segoe UI Bold';
	    src: url("https://static1.squarespace.com/static/61df380b5fb02b0f290a928f/t/67ed836692707a4f19bfa333/1743618919413/segoe-ui-bold.ttf");
	}

	@font-face {
	    font-family: 'Segoe UI Bold Italic';
	    src: url("https://static1.squarespace.com/static/61df380b5fb02b0f290a928f/t/67ed88d177c6743c95653c4f/1743620306359/segoe-ui-bold-italic.ttf");
	}

body {
	font-family: 'Segoe UI Semi Light', Segoe, "Segoe UI", "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 400; 
	font-size: 16px; 
	color: #696969; 
	line-height: 175%; 
	letter-spacing: normal;
}

* {
	margin: 0;
	padding: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	box-sizing: border-box; }

img {
	max-width: 100%;
	border-radius: 0px;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
	text-decoration: none;
	outline: none; }

a {
	color: #CC6633;
	text-decoration: none;
    font-weight: 400;
}

a:focus,
a:hover {
	text-decoration: none;
	color: #CC6600;
}

i,
span,
a {
	display: inline-block; }

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle; }

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Segoe UI Semi Light', Segoe, "Segoe UI", "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 300;
	color: rgba(0,0,0,0.75);
	margin: 0px; }

h1 {
	font-size: 48px; }

h2 {
	font-size: 36px; }

h3 {
	font-size: 28px; }

h4 {   
	font-family: 'Segoe UI Semi Bold', Segoe, "Segoe UI", "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 20px;
    font-weight: 400;
    color: #696969;
}

.testimonials h4 {   
	font-family: 'Segoe UI Semi Bold', Segoe, "Segoe UI", "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 20px;
    font-weight: 400;
    color: #999999;
}

h5 {
	font-size: 16px; font-weight: 200 !important; }

h6 {
	font-size: 16px; }

.indent50 {
	margin-top: 50px;
	margin-left: 50px;
}

ul, ol {
	margin: 0px;
	padding: 0px;
	list-style-type: none; }

p {
	font-family: 'Segoe UI Semi Light', Segoe, "Segoe UI", "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 400; 
	font-size: 16px; 
	color: #696969; 
	line-height: 160%; 
	letter-spacing: normal;
	margin-top: 10px;
  }

.testimonials {
	font-family: 'Segoe UI Semi Light Italic', Segoe, "Segoe UI", "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 400; 
	font-size: 16px; 
	color: #EEEEEE; 
	line-height: 160%; 
	letter-spacing: normal;
	margin-top: 10px;
	padding-left: 40px;
	padding-right: 80px;
	margin-bottom: 10px;
	padding-bottom: 10px;
  }



.wrapper {
    max-width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.0);
}

.center {
    width: 100%;
    max-width: 768px;
    height: auto;
    margin: auto;
    padding: 30px 40px 40px 40px;
    background-color: rgba(255,255,255,0);
}

.logo {
    display: block;
    position: fixed;
    top: 5%;
    width: auto;
    height: 40px;
    margin: 10px;
    background-color: rgba(255,255,255,0.75);
}

.logo-light {
    width: auto;
    height: 40px;
    margin: 10px;
}

.content {
    width: 80%;
    height: auto;
    margin: 80px 20px 20px 50px;
    background-color: rgba(255,255,255,0.85);
}

.footer {
    width: 100%;
    height: auto;
    background-color: rgba(0,0,0,0.75);
}

.center-footer {
    width: 100%;
    max-width: 768px;
    height: auto;
    margin: auto;
    padding: 60px 40px 40px 40px;
    background-color: rgba(255,255,255,0.0);
}

.form {
    width: 80%;
    height: auto;
    margin: 10px 20px 20px 50px;
}

input, textarea, label {	
	font-family: 'Segoe UI Semi Light', Segoe, "Segoe UI", "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 16px;
	color: rgba(255,255,255,0.75);
	padding: 10px;
	width: 100%;
	background-color: rgba(255,255,255,0.25);
	border: 0;
	border-radius: 2px;
	margin-top: 7px;
}

textarea {
	height: 120px;
}

input.submit {
	font-family: 'Segoe UI Semi Light', Segoe, "Segoe UI", "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 16px;
	color: rgba(255,255,255,0.75);
	padding: 10px;
	width: 100%;
	background-color: #CC6600;
	border: 0;
	border-radius: 2px;
	margin-top: 7px;
	cursor: pointer;
}

input.submit:hover {
	background-color: rgba(255,0,0,0.75);
	color: rgba(255,255,255,1.0);
}
       
.center-footer p {
	font-family: 'Segoe UI Semi Light', Segoe, "Segoe UI", "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: #999999;
	margin-left: 50px;
}

/* Style the accordion container */
.accordion {
	font-family: 'Segoe UI Semi Light', Segoe, "Segoe UI", "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 16px;
    font-weight: 200;
    line-height: 150%;
    border: 0px solid #ddd;
    margin: 7px 0px;
}

.accordion:first-child {
    margin: 15px 0px 7px 0px;
}

/* Style the accordion button */
.accordion-button {
	font-family: 'Segoe UI Semi Bold', Segoe, "Segoe UI", "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 16px;
    line-height: 150%;
    background-color: rgba(0, 0, 0, 0.05);
    color: #696969;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: background-color 0.3s ease;
    position: relative;
}

/* Style the active accordion button */
.accordion-button.active {
    background-color: #CC6600;
}

/* Style the plus and minus icons */
.accordion-button::after {
    content: '+';
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-weight: normal;
    color: #696969;
    transition: transform 0.3s ease;
}

.accordion-button.active::after {
    content: '-';
    transform: translateY(-50%) rotate(45deg);
}

.accordion-button.active {
    background-color: #f0f0f0; /* Change background color when active */
    color: #333; /* Change text color when active */
    border-bottom: 0px solid #ccc; /* Add a border to the bottom */
}

/* Style the panel */
.panel {
    max-height: 0; /* Start with the panel collapsed */
    overflow: hidden; /* Hide overflow content */
    transition: max-height 0.5s ease-in-out; /* Smooth transition for max-height */
    padding: 0 30px; /* Add padding to the panel */
    background-color: white; /* Set background color */
    border: 1px solid #ddd; /* Add border */
    border-top: 0; /* Remove top border */
}

.panel.active {
    max-height: 1000px; /* Adjust this value based on your content height */
}

.acordion p.AKA {
    display: block;
	font-family: 'Segoe UI Semi Light', Segoe, "Segoe UI", "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-style: italic;
    font-size: 15px;
    font-weight: 400;
    line-height: 120%;
    margin: 30px 0px;
}

.bullet-item::before {
    font-weight: 300;
    display: block;
    float: left;
    width: 9px;
    height: 9px;
    top: -7px;
    margin-left: -14px;
    margin-right: 0px;
    content: url("../img/arttitude-icon-7.png");
}

.bullet-item {
    font-weight: 200;
    line-height: 140%;
    letter-spacing: 0.25px;
    color: #696969;
    display: block;
    margin: 10px 0px 10px 24px;
}


.submit {
	font-family: 'Segoe UI Semi Light', Segoe, "Segoe UI", "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 16px;
	color: rgba(255,255,255,0.75);
	padding: 10px;
	width: 100%;
	background-color: #CC6600;
	border: 0;
	border-radius: 2px;
	margin-top: 7px;
	cursor: pointer;
}

.submit:hover {
	background-color: rgba(255,0,0,0.75);
	color: rgba(255,255,255,1.0);
}
 
.footnote {
	font-family: 'Segoe UI Semi Light Italic', Segoe, "Segoe UI", "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 14px;
    line-height: 150%;
    margin: 7px 0px;
}

/* Slider Verification Styles */
.verification-overlay {
    position: relative;
    width: calc(100% - 50px);
    max-width: 550px;
    margin: 0 auto 0 50px;
    padding: 1.5rem;
    background: rgba(255,255,255,0.1);
    border-radius: 8px;
    text-align: left;
    -webkit-tap-highlight-color: transparent; /* Prevent tap highlight */
}

.verification-overlay h3 {
    font-family: 'Segoe UI Semi Light', Segoe, "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.125rem;
    color: rgba(255,255,255,0.55);
    margin-bottom: 0.75rem;
}

.verification-overlay p {
    font-family: 'Segoe UI Semi Light', Segoe, "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: rgba(255,255,255,0.75);
    margin-bottom: 0;
}

.slider-container {
    margin: 0;
    padding: 0;
}

#human-verify-slider {
    width: 100%;
    height: 48px; /* Minimum touch target size for iOS */
    -webkit-appearance: none;
    appearance: none;
    background: transparent; /* Changed from rgba to transparent */
    outline: none;
    margin-bottom: 1.5rem;
    touch-action: manipulation;
    position: relative;
}

/* Track styling for all browsers */
#human-verify-slider::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 40px;
    background: rgba(255,255,255,0.4);
    border-radius: 4px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
	margin-left: -10px;
}

/* Thumb styles for WebKit browsers */
#human-verify-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 28px;
    height: 48px;
    border-radius: 4px;
    background: #fff;
    cursor: pointer;
    transition: all 0.2s;
    border: 0;
    position: relative;
    z-index: 2;
}

/* Thumb styles for Firefox */
#human-verify-slider::-moz-range-thumb {
    width: 28px;
    height: 48px;
    border-radius: 4px;
    background: #fff;
    cursor: pointer;
    border: 0;
}

.slider-labels {
    display: flex;
    justify-content: space-between;
    color: rgba(255,255,255,0.6);
    font-size: 0.875rem;
    font-style: italic;
    padding: 0 0.5rem;
}

/* Success states */
.verification-success {
    display: none;
    color: #fff;
    padding: 1rem;
}

.verification-success svg {
    width: 60px;
    height: 60px;
    margin: 1rem auto;
}

.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #fff;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    stroke: #fff;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
    100% { stroke-dashoffset: 0; }
}

/* Form disabled state */
.form-disabled {
    position: relative;
}

.form-disabled::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.05);
    z-index: 1;
    pointer-events: none;
    border-radius: 4px;
}

/* Mobile-specific adjustments */
@media (max-width: 768px) {
 .verification-overlay {
    position: relative;
    width: calc(100% - 50px);
    max-width: 400px;
    margin: 0 auto 0 50px;
    padding: 1.5rem;
    background: rgba(255,255,255,0.1);
    border-radius: 8px;
    text-align: left;
    -webkit-tap-highlight-color: transparent; /* Prevent tap highlight */
}

.verification-overlay h3 {
    font-family: 'Segoe UI Semi Light', Segoe, "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.125rem;
    color: rgba(255,255,255,0.55);
    margin-bottom: 0.75rem;
}

.verification-overlay p {
    font-family: 'Segoe UI Semi Light', Segoe, "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: rgba(255,255,255,0.75);
    margin-bottom: 0;
}

.slider-container {
    margin: 0;
    padding: 0;
}

#human-verify-slider {
    width: 100%;
    height: 44px; /* Minimum touch target size for iOS */
    -webkit-appearance: none;
    appearance: none;
    background: transparent; /* Changed from rgba to transparent */
    outline: none;
    margin-bottom: 1.5rem;
    touch-action: manipulation;
    position: relative;
}

/* Track styling for all browsers */
#human-verify-slider::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 40px;
    background: rgba(255,255,255,0.4);
    border-radius: 4px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

/* Thumb styles for WebKit browsers */
#human-verify-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 28px;
    height: 48px;
    border-radius: 4px;
    background: #fff;
    cursor: pointer;
    transition: all 0.2s;
    border: 0;
    position: relative;
    z-index: 2;
}

/* Thumb styles for Firefox */
#human-verify-slider::-moz-range-thumb {
    width: 28px;
    height: 48px;
    border-radius: 4px;
    background: #fff;
    cursor: pointer;
    border: 0;
}

.slider-labels {
    display: flex;
    justify-content: space-between;
    color: rgba(255,255,255,0.6);
    font-size: 0.875rem;
    font-style: italic;
    padding: 0 0.5rem;
}
}

/* Dark Mode 

@media (prefers-color-scheme: dark) {
  body {
    background-color: #111;
    color: #f0f0f0;
  }

  .panel {
    background-color: #1a1a1a;
    border-color: #333;
  }

  .accordion-button {
    background-color: #222;
    color: #fff;
  }

  a {
    color: #9dc9ff;
  }

  input,
  textarea {
    background-color: #222;
    color: #f0f0f0;
    border: 1px solid #555;
  }

  .footer {
    background-color: #000;
    color: #aaa;
  }

  .logo-light {
    filter: brightness(1.5);
  }
}
*/