*,
::before,
::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: system-ui, sans-serif;
  color: #000000;
  min-height: 100vh;
  
}

@media (min-width: 64em) {
  .page_grid {
    display: -ms-grid;
    display: grid;
    height: 100vh;
        grid-template-areas: "header header" 
 "hero demo"
 "candy demo"
 "footer demo";
    -ms-grid-rows: 1fr 5fr 2fr 1fr;
        grid-template-rows: 1fr 5fr 2fr 1fr;
    -ms-grid-columns: 4fr 2fr;
        grid-template-columns: 4fr 2fr;
  }
}

a, a:visited, a:focus {
  text-decoration: none;
}

.container_pall {
  padding: 1.025rem 1.0625rem;
}

.container_px {
  padding: 0 1.5625rem;
}

.button {
  background-color: #FCA5A5;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 600;
  border-radius: 8px;
  padding: 0.625rem 1.125rem;
}

.hide-on-mobile {
  display: none;
}

@media (min-width: 64em) {
  .hide-on-mobile {
    display: block;
  }
}

.header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ef4444;
}

@media (min-width: 64em) {
  .header {
    grid-area: header;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 4fr 2fr;
        grid-template-columns: 4fr 2fr;
  }
}

.header.open .header_toggle > span {
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.header.open .header_toggle > span:first-child {
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
}

.header.open .header_toggle > span:nth-child(2) {
  opacity: 0;
}

.header.open .header_toggle > span:last-child {
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
}

.header.open .header_menu {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.header.open .header_menu a {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in-out 0.2s;
  transition: opacity 0.2s ease-in-out 0.2s;
}

.header_logo {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 64em) {
  .header_logo {
    background-color: #FFFADF;
    padding-left: 80px;
  }
}

.header_logo img {
  height: 18px;
}

.header_itemWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 64em) {
  .header_itemWrapper {
    position: relative;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 0.5rem;
  }
}

.header_cta {
  margin-right: 1rem;
}

.header_toggle {
  cursor: pointer;
}

.header_toggle > span {
  display: block;
  width: 23px;
  height: 2px;
  background-color: #404040;
  border-radius: 5px;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.header_toggle > span:not(:last-child) {
  margin-bottom: 4px;
}

.header_menu {
  position: absolute;
  top: 66px;
  left: 0;
  width: 100%;
  background-color: #FFFFFF;
  text-align: left;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transition: -webkit-transform 0.25s ease-out 0.2s;
  transition: -webkit-transform 0.25s ease-out 0.2s;
  transition: transform 0.25s ease-out 0.2s;
  transition: transform 0.25s ease-out 0.2s, -webkit-transform 0.25s ease-out 0.2s;
  padding: 1.25rem 1.5625rem;
}

.header_menu a {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #404040;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.header_menu a:not(:last-child) {
  margin-bottom: 16px;
}

.header_menu a.button {
  color: #FFFFFF;
  font-weight: 600;
  text-align: center;
  margin-top: 1.5625rem;
}

@media (min-width: 64em) {
  .header_menu a.button {
    display: none;
  }
}

.hero {
  min-height: 500px;
  background-color: #e6e4db;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

@media (min-width: 64em) {
  .hero {
    grid-area: hero;
    min-height: auto;
    text-align: left;
    padding-left: 100px;
  }
}

.hero_title {
  font-size: 30px;
  font-weight: 600;
  color: #404040;
  margin-bottom: 20px;
}

.hero_text {
    text-align: left;
  font-size: 18px;
  font-weight: 400;
  color: #000000;
}
.hero_text  a  {
     /*  display: inline-block;  */
   
    color: #670000;
    padding: 5px 5px 5px 5px;
    text-decoration: none; 
    margin-top: 5px;
}
.myfcqxliuurl  a  {
padding: 5px 0px 5px 0px;
}


 form{
    line-height:32px;
   text-align: left;
  /*  display: inline-block;  */
    //background: #e6e4db;
    color: #000000;
    padding: 5px 5px;
    text-decoration: none;
   /* font-weight: 600;*/  
   
    font-size: 1.2em;
}
 form a  {
     /*  display: inline-block;  */
   
    color: #730000;
    padding: 5px 10px 5px 0px;
    text-decoration: none; 
    margin-top: 5px;
}  
.submit {
	margin: 5px;
	width:140px;
	color: #000;
	background-color: #bcc52f;
	border-color: #2e6da4;
	display: inline-block;
	padding: 10px;
 	font-size: 16px;
 	  font-weight: 600;
 	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}
@media (min-width: 40em) {
  .hero_text {
    max-width: 800px;
    margin: 0 auto;
  }
}

@media (min-width: 64em) {
  .hero_text {
    margin: 0;
  }
}

@media (min-width: 64em) {
  .demo {
    grid-area: demo;
  }
}

.demo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

@media (min-width: 40em) {
  .candy {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 64em) {
  .candy {
    grid-area: candy;
  }
}

.candy_contentLeft, .candy_contentRight {
  min-height: 100px;
}

@media (min-width: 64em) {
  .candy_contentLeft, .candy_contentRight {
    min-height: auto;
  }
}

.candy_contentLeft {
  background-color: #26acb3;
}

.candy_contentRight {
  background-color: #d88203;
}

.footer {
  min-height: 100px;
  background-color: #EF4444;
}

@media (min-width: 64em) {
  .footer {
    grid-area: footer;
    min-height: auto;
  }
}
/*# sourceMappingURL=styles.css.map */


#popup {
			display: none;
			position: fixed;
			top: 50%;
			left: 50%;
			width: 70%;
			height: 70%;
			transform: translate(-50%, -50%);
			background-color: #fff;
			border: 1px solid #000;
			padding: 20px;
			z-index: 9999;
}