@charset "utf-8";

html {
	height: 100%;
	margin-bottom: 1px;
}

body {
	color: #fff;
	background-color: #025a4e;
	padding: 0;
	margin-top: 2em;
	line-height: 1.8em;
	text-align: left;
	min-width: 800px;
	text-wrap: pretty;
	font-family: Tahoma, Verdana, system-ui, Helvetica, sans-serif;
	-webkit-text-size-adjust: none;
}
p {
 	margin: 0 0 1.6em 0;
	padding: 0;
	text-align: left;
}

h1 {
	text-align: center;
	color: #fbac18;
}
#frame {
	border: 0;
	width: 800px;
	height: auto;
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: left;
}

    .grid-container {
        display: grid;
        grid-template-columns: 1fr 2fr; /* Creates two equal-width columns */
        gap: 40px; /* Optional: Adds space between columns */
	place-content: center;
	text-align: center;
    }

    @media (max-width: 768px) { /* Adjust breakpoint as needed */
        .grid-container {
            grid-template-columns: 1fr; /* Stacks columns vertically on smaller screens */
        }
    }
.button-24 {
width: 180px;
  background: #fbac18;
  border: 1px solid #fbac18;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 2px 4px;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: nunito,roboto,proxima-nova,"proxima nova",sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 14px;
  outline: 0;
  padding: 6px 6px;
  text-align: center;
  text-rendering: geometricprecision;
  text-transform: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
margin-top: 0.5em;
}

.button-24:hover,
.button-24:active {
  background-color: #e81f25;
border: 1px solid #e81f25;
  background-position: 0 0;
  color: #fff;
}

.button-24:active {
  opacity: .5;
}

.button-small {
width: 85px;
  border-radius: 5px;
  background: #fbac18;
  border: 1px solid #fbac18;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 2px 4px;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: nunito,roboto,proxima-nova,"proxima nova",sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 14px;
  outline: 0;
  padding: 4px 4px;
  text-align: center;
  text-rendering: geometricprecision;
  text-transform: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
margin-top: 0.5em;
}

.button-small:hover,
.button-small:active {
  background-color: #e81f25;
border: 1px solid #e81f25;
  background-position: 0 0;
  color: #fff;
}

.button-small:active {
  opacity: .5;
}

.button-fb {
width: 85px;
  background: #1877F2;;
  border: 1px solid #1877F2;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 2px 4px;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: nunito,roboto,proxima-nova,"proxima nova",sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 14px;
  outline: 0;
  padding: 4px 4px;
  text-align: center;
  text-rendering: geometricprecision;
  text-transform: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
margin-top: 0.5em;
margin-right: 10px;
}

.button-fb:hover,
.button-fb:active {
  background-color: #e81f25;
border: 1px solid #e81f25;
  background-position: 0 0;
  color: #fff;
}

.button-fb:active {
  opacity: .5;
}

form  { display: table; }
p { display: table-row; }
label { display: table-cell; padding-right: 10px; padding-bottom: 5px; font-weight: bold; font-size: 10pt; vertical-align: top; }
input { display: table-cell; }
textarea { display: table-cell; padding-right: 10px; padding-bottom: 5px; margin-top: 5px; }