@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
html {
  margin: 0 !important;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  background-color: green;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.container-main {
  max-width: 1400px;
  overflow: hidden;
  background-image: url("../images/bg-grs.jpg");
  background-position: center top;
  background-size: 100% auto;
}
@media (min-width: 1367px) {
  .container-main {
    margin: 5vh auto;
    border-radius: 20px;
  }
}

.header-main {
  display: flex;
  height: 200px;
  background-color: #eee;
}
.header-main .image {
  flex: 1;
  overflow: hidden;
}
.header-main .image img {
  height: 100%;
}
.header-main .logo {
  flex: 1;
  width: 300px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(9, 74, 65);
  background: linear-gradient(137deg, rgb(9, 74, 65) 0%, rgb(7, 54, 46) 100%);
  box-shadow: 1px 10px 10px rgba(0, 0, 0, 0.2);
}
.header-main .logo img {
  width: 180px;
}
@media (max-width: 1199px) {
  .header-main .logo img {
    width: 80%;
  }
}

.content-main {
  padding: 2rem;
  position: relative;
  display: block;
  overflow: hidden;
}
.content-main .floral-top {
  position: absolute;
  background-image: url("../images/bg-dark-grass.png");
  background-size: 100% auto;
  height: 100px;
  width: 100%;
  top: 0;
  left: 0;
}
.content-main .floral-top::after {
  content: "";
  height: 50px;
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
  background-image: url("../images/bg-grs-b-end.png");
  background-size: 100% auto;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
.content-main .floral-top img.left {
  width: 200px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.content-main .floral-top img.right {
  width: 250px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.content-main .floral-bottom {
  position: absolute;
  background-image: url("../images/bg-dark-grass.png");
  background-size: 100% auto;
  height: 100px;
  width: 100%;
  bottom: 0;
  left: 0;
}
.content-main .floral-bottom::after {
  content: "";
  height: 50px;
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  background-image: url("../images/bg-grs-b-end.png");
  background-size: 100% auto;
}
.content-main .floral-bottom img.left {
  width: 350px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.content-main .floral-bottom img.right {
  width: 120px;
  position: absolute;
  bottom: 50px;
  right: 0;
  z-index: 1;
}
.content-main .container {
  width: 100%;
  padding: 0;
  display: block;
  position: relative;
  z-index: 100;
}
.content-main .container .page-title {
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.content-main .container .page-title img {
  width: 500px;
  max-width: 100%;
}
.content-main .container .page-title .counter-container {
  flex: 1;
}
.content-main .container .page-title .title {
  flex: 2;
  font-size: 4rem;
  margin: 0;
  text-shadow: 4px 4px 0 #00943e;
}
.content-main .content-col {
  display: flex;
  align-items: stretch;
  column-gap: 2rem;
}
.content-main .content-col .col {
  flex: 1;
  color: #fff;
  text-align: center;
  padding: 2rem;
}
@media (max-width: 1199px) {
  .content-main {
    padding: 1rem;
  }
  .content-main .content-col {
    flex-direction: column;
  }
  .content-main .content-col .col {
    padding: 2rem 0;
  }
}
@media (max-width: 991px) {
  .content-main .container .page-title .title {
    font-size: 2rem;
  }
}

.col-body-text {
  padding: 4rem 4rem 1rem 4rem !important;
  font-weight: 300;
}
.col-body-text .about {
  font-size: 1.8rem;
}
.col-body-text .info {
  margin: 0 auto;
  padding-bottom: 1.5rem;
  color: #aebb25;
  font-size: 1.6rem;
  border-bottom: 2px solid #aebb25;
  font-style: italic;
  font-size: 2rem;
}
.col-body-text .info .title {
  display: flex;
  align-items: center;
}
.col-body-text .info .title span {
  flex: 2;
  display: block;
  width: 100%;
  box-sizing: border-box;
}
.col-body-text .info .title::before, .col-body-text .info .title::after {
  flex: 1;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #aebb25;
}
.col-body-text .info p {
  padding: 0;
  margin: 0;
}
.col-body-text.text-normal {
  text-align: left !important;
}
.col-body-text.text-normal p {
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
}
@media (max-width: 991px) {
  .col-body-text {
    padding: 1rem !important;
  }
  .col-body-text .info {
    font-size: 1.4rem;
  }
}

.counter-container {
  position: absolute;
  top: 20px;
  left: 100px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .counter-container {
    position: static;
  }
}
@media (max-width: 767px) {
  .counter-container {
    position: static;
  }
}

.counter {
  border: 2px solid #aebb25;
  display: inline-block;
  margin: 0 auto;
  padding: 1rem 2rem;
  border-radius: 500px;
  font-size: 1rem;
  background-color: #004936;
}
.counter .number {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1em;
}
.counter .text {
  color: #aebb25 !important;
}
@media (max-width: 1199px) {
  .counter {
    padding: 0.5rem 1.5rem;
  }
}

.col-body-form {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.col-body-form .link-terms {
  color: white;
  text-decoration: none;
  margin-top: 2rem;
  display: block;
  text-align: right;
}
.col-body-form .link-terms:hover {
  color: #aebb25;
}
.col-body-form .form-wrapper {
  border: 1px solid #fff;
  position: relative;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  position: relative;
  padding: 15px;
}
.col-body-form .form-wrapper > .title {
  border-radius: 50px;
  display: inline-block;
  margin: 0 auto;
  padding: 0.5rem 1.5rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #aebb25;
  position: relative;
  top: -35px;
  background-image: url("../images/bg-grs.jpg");
}
.col-body-form .form .form-group {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.col-body-form .form label {
  flex: 1;
}
.col-body-form .form .form-control {
  flex: 3;
  border: none;
  border-radius: 20px;
  padding: 0.8rem;
  display: block;
}
.col-body-form .form .checkbox {
  padding: 0.2rem;
  border: 1px solid #aebb25;
  background-color: #FA9E57;
  width: 20px;
  height: 20px;
}
.col-body-form .form .checkboxes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1rem;
  row-gap: 1rem;
  text-align: left;
  font-weight: 200;
  font-size: 1rem;
}
.col-body-form .form .checkboxes .form-group {
  align-items: flex-start;
  column-gap: 0.5rem;
  margin: 0;
}
.col-body-form .btn-submit {
  background-color: #aebb25;
  border-radius: 100px;
  padding: 0.5rem 2rem;
  color: #00453a;
  font-size: 1.8rem;
  font-family: "Oswald", sans-serif;
  line-height: 1em;
  border: none;
  position: relative;
  bottom: -35px;
  cursor: pointer;
}
.col-body-form .btn-submit:hover {
  background-color: #fff;
}
@media (max-width: 991px) {
  .col-body-form .link-terms {
    text-align: center;
    width: 100%;
  }
  .col-body-form .form-wrapper .title {
    font-size: 1rem;
  }
  .col-body-form .form .form-group {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .col-body-form .form .form-group label, .col-body-form .form .form-group .form-control {
    flex: 1;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
  }
  .col-body-form .form .form-group label {
    margin-bottom: 0.5rem;
  }
  .col-body-form .form .checkboxes {
    grid-template-columns: repeat(1, 1fr);
  }
  .col-body-form .form .checkboxes .form-group {
    flex-direction: row;
  }
  .col-body-form .form .checkboxes .form-group label {
    margin: 0;
  }
  .col-body-form .form .checkboxes .form-group:last-of-type {
    margin: 0;
  }
}

.ads {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.5rem;
}
.ads .item {
  width: 100px;
}
.ads .item img {
  width: 100%;
}

.alert {
  font-size: 1rem;
  margin-bottom: 1rem;
  border-radius: 100px;
  padding: 0.8rem 1rem;
}
.alert .title {
  font-weight: 300 !important;
  margin-bottom: 1rem;
  line-height: 1em;
  margin: 0;
  padding: 0;
  color: #00453a;
}
.alert.alert-success {
  background-color: yellowgreen;
}
.alert.alert-danger {
  background-color: red;
  color: #fff;
}
.alert.alert-danger .title {
  color: #fff;
}

.menu {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 1rem;
}
.menu .home-link {
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  padding: 0.2rem 1rem;
}
.menu .home-link:hover {
  color: #00453a;
  background-color: #fff;
}

.checkbox-container {
  display: flex;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox-container input:checked ~ .checkmark::after {
  display: block;
}
.checkbox-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 2px solid #aebb25;
}
.checkbox-container .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 3px;
  width: 5px;
  height: 8px;
  border: solid #aebb25;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
}
.checkbox-container:hover input ~ .checkmark {
  background-color: rgba(0, 0, 0, 0.2);
}
.checkbox-container .label {
  font-size: 1rem;
}/*# sourceMappingURL=main.css.map */