/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role='list'],
ol[role='list'] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

html {
  scroll-behavior: smooth;
}

div {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

/* NORMAL CSS */

.logo-section {
  background-color: transparent;
  border-bottom-style: none;
  border-color: #000000;
  border-left-style: none;
  border-radius: 0px;
  border-right-style: none;
  border-top-style: none;
  border-width: 1px;
  width: 100%;
}

.logo-container {
  min-height: 50px;
  max-width: 960px;
  margin-inline: auto;
  flex-flow: row nowrap;
  display: flex;
}

.logo-inner-container {
  flex: 12 0 0;
}

.logo-inner-inner-container {
  min-height: 50px;
  background-color: transparent;
  justify-content: center;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
  display: flex;
  height: 100%;
  flex-direction: column;
}

.logo-inner-inner-inner-container {
  margin-top: 10px;
  margin-bottom: 10px;
  align-self: center;
  max-width: 107px;
}

.header-section {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%), url(assets/img/banner-header.jpg);
  background-position-x: 50%;
  background-position-y: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border-bottom-style: none;
  border-color: #000000;
  border-left-style: none;
  border-radius: 0px;
  border-right-style: none;
  width: 100%;
  border-top-style: none;
  border-width: 1px;
}

.header-section-inner {
  margin-left: auto;
  margin-right: auto;
  flex-flow: row nowrap;
  max-width: 960px;
  display: flex;
}

.header-section-inner-inner {
  flex: 12 0 0;
}

.header-section-inner-inner-inner {
  min-height: 50px;
  background-color: transparent;
  justify-content: center;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
  height: 100%;
  display: flex;
  padding-block: 1.5em;
  flex-direction: column;
}

.header-title-container {
  display: block;
  border-bottom-style: none;
  border-color: #000000;
  border-left-style: none;
  border-radius: 0px;
  border-right-style: none;
  border-top-style: none;
  border-width: 1px;
  min-height: auto40px;
  max-width: 625px;
  margin-bottom: 10px;
  align-self: center;
  width: 100%;
  word-break: break-word;
  color: #333;
  line-height: 1.42;
  overflow: hidden;
  word-wrap: break;
}

.header-title {
  text-align: center;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
  font-size: 34px;
  font-size: 36px;
  background-color: transparent;
  color: rgb(255, 255, 255);
  font-family: Raleway, sans-serif;
  font-weight: bold;
}

.header-description-container {
  color: #333;
  line-height: 1.42;
  overflow: hidden;
  word-wrap: break-word;
  display: block;
  border-bottom-style: none;
  border-color: #000000;
  border-left-style: none;
  border-radius: 0px;
  border-right-style: none;
  border-top-style: none;
  border-width: 1px;
  min-height: auto-44px;
  max-width: 548px;
  margin-top: 10px;
  margin-bottom: 80px;
  align-self: center;
  width: 100%;
  word-break: break-word;
}

.header-description {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  background-color: transparent;
  color: rgb(255, 255, 255);
  margin: 0;
  font-family: Raleway, sans-serif;
}

.header-button {
  align-self: center;
  background-color: rgba(255, 255, 255, 1);
  border-bottom-style: none;
  border-color: #000000;
  border-left-style: none;
  border-radius: 54px;
  border-right-style: none;
  border-top-style: none;
  border-width: 0px;
  color: #532765;
  cursor: pointer;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  height: 44px;
  justify-content: center;
  line-height: 1.42857;
  margin-bottom: 10px;
  margin-top: 10px;
  max-width: 200px;
  text-align: center;
  text-decoration: none;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  display: flex;
  flex-direction: column;
}

.main-section-description {
  display: flex;
  justify-content: center;
  padding-block: 4em;

}

.main-section-p-container {
  width: 70%;
}

.main-section-p {
  text-align: center;
  line-height: 1.5;
  color: rgb(64, 64, 64);
  background-color: transparent;
  font-size: 21px;
  font-family: Raleway, sans-serif;
}

.purple-stripe {
  background-color: rgba(83, 39, 101, 1);
  border-bottom-style: none;
  border-color: #000000;
  border-left-style: none;
  border-radius: 0px;
  border-right-style: none;
  border-top-style: none;
  border-width: 1px;
  width: 100%;
}

.purple-stripe-inner {
  min-height: 50px;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: row nowrap;
}

.purple-stripe-inner-inner {
  flex: 4 0 0;
}

.purple-stripe-inner-inner-inner {
  min-height: 50px;
  background-color: transparent;
  justify-content: center;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.purple-stripe-inner-inner-inner-inner {
  display: block;
  border-bottom-style: none;
  border-color: #000000;
  border-left-style: none;
  border-radius: 0px;
  border-right-style: none;
  border-top-style: none;
  border-width: 1px;
  min-height: 0px;
  max-width: 200px;
  margin-top: 10px;
  margin-bottom: 10px;
  align-self: center;
  width: 100%;
  word-break: break-word;
  color: #333;
  line-height: 1.42;
  overflow: hidden;
  word-wrap: break-word;
}

.purple-stripe-p {
  color: rgb(255, 255, 255);
  background-color: transparent;
  font-size: 20px;
  font-family: Raleway, sans-serif;
  text-align: center;
  font-weight: bold;
}

.houses-section {
  background-color: transparent;
  border-bottom-style: none;
  border-color: #000000;
  border-left-style: none;
  border-radius: 0px;
  border-right-style: none;
  border-top-style: none;
  border-width: 1px;
  width: 100%;
}

.houses-section-inner {
  min-height: 50px;
  max-width: 960px;
  flex-flow: row nowrap;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}

.houses-section-unit {
  flex: 4 0 0;
}

.houses-section-unit-inner {
  min-height: 50px;
  background-color: transparent;
  justify-content: center;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
  display: flex;
  flex-direction: column;
}

.houses-section-unit-img-container {
  margin-top: 10px;
  margin-bottom: 10px;
  align-self: center;
  max-width: 126px;
}

.houses-section-unit-img {
  width: 126px;
  max-width: 100%;
  height: auto;
  border-bottom-style: none;
  border-color: #000000;
  border-left-style: none;
  border-radius: 0px;
  border-right-style: none;
  border-top-style: none;
  border-width: 1px;
  vertical-align: middle;
}

.houses-section-unit-title-container {
  display: block;
  border-bottom-style: none;
  border-color: #000000;
  border-left-style: none;
  border-radius: 0px;
  border-right-style: none;
  border-top-style: none;
  border-width: 1px;
  min-height: auto0px;
  max-width: 220px;
  margin-top: 10px;
  margin-bottom: 10px;
  align-self: center;
  width: 100%;
  color: #333;
  line-height: 1.42;
  overflow: hidden;
  word-wrap: break-word;
}

.houses-section-unit-title {
  font-size: 20px;
  background-color: transparent;
  color: rgb(83, 39, 101);
  font-family: Raleway, sans-serif;
  text-align: center;
  font-weight: bold;
}

.houses-section-unit-description-container {
  display: block;
  border-bottom-style: none;
  border-color: #000000;
  border-left-style: none;
  border-radius: 0px;
  border-right-style: none;
  border-top-style: none;
  border-width: 1px;
  min-height: 0px;
  max-width: 200px;
  margin-top: 10px;
  margin-bottom: 10px;
  align-self: center;
  width: 100%;
  word-break: break-word;
  color: #333;
  line-height: 1.42;
  overflow: hidden;
  word-wrap: break-word;
}

.houses-section-unit-description {
  font-size: 14px;
  background-color: transparent;
  color: rgb(87, 87, 87);
  font-family: Raleway, sans-serif;
  text-align: center;
}

.form-section {
  background-color: rgba(83, 39, 101, 0.05);
  border-bottom-style: none;
  border-color: #000000;
  border-left-style: none;
  border-radius: 0px;
  border-right-style: none;
  border-top-style: none;
  border-width: 1px;
  width: 100%;
}

.form-section-inner {
  min-height: 50px;
  max-width: 960px;
  margin-left: auto;
  display: flex;
  margin-right: auto;
  flex-flow: row nowrap;
}

.form-section-inner-inner {
  flex: 12 0 0;
}

.form-section-inner-inner-inner {
  min-height: 50px;
  background-color: transparent;
  justify-content: center;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.form-section-inner-inner-inner-inner {
  background-color: transparent;
  border-bottom-style: none;
  border-color: #532765;
  border-left-style: none;
  border-radius: 40px;
  border-right-style: none;
  border-top-style: none;
  border-width: 1px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  min-height: auto0px;
  margin-top: 10px;
  margin-bottom: 10px;
  max-width: 825px;
  align-self: center;
  display: flex;
  flex-direction: column;
  flex-flow: column nowrap;
  width: 100%;
}

.form-section-img-container {
  margin-top: 5px;
  margin-bottom: 10px;
  align-self: center;
  max-width: 36px;
}

.form-section-img {
  width: 36px;
  max-width: 100%;
  height: auto;
  border-bottom-style: none;
  border-color: #000000;
  border-left-style: none;
  border-radius: 0px;
  border-right-style: none;
  border-top-style: none;
  border-width: 1px;
  vertical-align: middle;
}

.form-section-title-container {
  display: block;
  border-bottom-style: none;
  border-color: #000000;
  border-left-style: none;
  border-radius: 0px;
  border-right-style: none;
  border-top-style: none;
  border-width: 1px;
  min-height: auto-31px;
  max-width: 443px;
  margin-top: 0px;
  margin-bottom: 11px;
  align-self: center;
  width: 100%;
  word-break: break-word;
  color: #333;
  line-height: 1.42;
  overflow: hidden;
  word-wrap: break-word;
}

.form-section-title {
  font-size: 28px;
  text-align: center;
  font-size: 24px;
  color: rgb(87, 87, 87);
  background-color: transparent;
  font-family: Raleway, sans-serif;
  font-weight: bold;
}

.form-section-form-container {
  display: flex;
  flex-direction: column;
  align-self: center;
  max-width: 702px;
  margin-top: 10px;
  margin-bottom: 10px;
  height: auto;
  width: 100%;
}

.form-section-form-inner {
  flex-flow: column nowrap;
  align-items: flex-start;
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
}

.form-select-store-container,
.form-math-operation-container,
.form-email-container,
.form-name-container {
  margin-bottom: 15px;
  padding: 0;
  width: 100.0%;
  display: flex;
  width: 100%;
  flex-grow: 1;
  flex-direction: column;
}

.form-label {
  color: #575757;
  display: inline-block;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  text-decoration: none;
  position: relative !important;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0.4em;
  line-height: 1.25;
  vertical-align: middle;
}

.form-input {
  color: #555555;
  background-color: #ffffff;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-style: solid;
  border-color: #aeaeae;
  border-radius: 4px;
  border-width: 1px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  display: block;
  width: 100%;
  padding: .3em 0.5em;
  line-height: 1.42857;
}

.form-section-btn-container {
  display: flex;
  flex-direction: column;
  position: relative;
}

.form-section-btn {
  align-self: center;
  background-color: #532765;
  border-bottom-style: none;
  border-color: #000000;
  border-left-style: none;
  border-radius: 54px;
  border-right-style: none;
  border-top-style: none;
  border-width: 0px;
  color: #ffffff;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: bold;
  height: 60px;
  justify-content: center;
  line-height: 1.42857;
  margin-bottom: 0px;
  margin-top: 12px;
  max-width: 347px;
  text-align: center;
  text-decoration: none;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}

@media only screen and (max-width:768px) {

  .header-description-container {
    margin-bottom: 50px;
  }

  .houses-section-inner {
    flex-flow: column wrap;
  }

  .main-section-description {
    padding-block: 2em;
  }

  .purple-stripe-p {
    font-size: 16px;
  }

  .main-section-p-container {
    width: 80%;
  }

  .transform {
    transform: translateX(-4%);
  }

  .form-section-btn {
    width: 90%;
    height: 50px;
  }
}