/**
* SassQueries
* Manage media-queries in Sass easily.
* @author Samuel Marchal (zessx)
* @version 0.3
*/
@import "../sass-queries.css";
#input_12_1, #input_11_1, #input_10_1, #input_9_1, #input_3_1, #newsLetterInput input {
  border: none;
  background: #FFFFFF;
  color: #000000;
  border-radius: 1.5rem;
  padding: 0.625rem;
}
@media all and (min-width: 992px) {
  #input_12_1, #input_11_1, #input_10_1, #input_9_1, #input_3_1, #newsLetterInput input {
    border-radius: 1.25vw;
    padding: 0.9259259259vh 0.5208333333vw;
  }
}

#gform_wrapper_12 #gform_submit_button_12, #gform_wrapper_11 #gform_submit_button_11, #gform_wrapper_10 #gform_submit_button_10, #gform_wrapper_9 #gform_submit_button_9, #gform_wrapper_3 #gform_submit_button_3 {
  background: transparent !important;
  color: #8E90B9 !important;
  font-weight: bold;
  transition: all 0.3s ease;
  font-size: 1rem;
  padding: 0.25rem 0.75rem !important;
  border-radius: 6.25rem;
  border: 1px solid #21E273;
}
@media all and (min-width: 992px) {
  #gform_wrapper_12 #gform_submit_button_12, #gform_wrapper_11 #gform_submit_button_11, #gform_wrapper_10 #gform_submit_button_10, #gform_wrapper_9 #gform_submit_button_9, #gform_wrapper_3 #gform_submit_button_3 {
    font-size: 1rem;
    padding: 0.3703703704vh 0.625vw !important;
    border-radius: 5.2083333333vw;
    border: 0.0520833333vw solid #21E273;
  }
}

.socialContainer > a, .containerMedias > .fillButton, .footerContent {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footerBackground {
  position: relative;
  background: #1C1C31;
  width: -webkit-fill-available;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1.25rem 0.75rem;
}
@media all and (min-width: 992px) {
  .footerBackground {
    max-width: 1430px;
    margin: 0 auto;
  }
}

.site__footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  margin: 1rem 0;
}
@media all and (min-width: 992px) {
  .site__footer {
    margin: 1.4814814815vh auto;
    flex-direction: row;
    gap: 4.75vw;
    padding: 0;
    width: -webkit-fill-available;
  }
}

.imgContainer {
  text-align: center;
}

.footerWrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.footerContent {
  justify-content: space-between;
  flex-direction: column;
  gap: 1.5rem;
}
@media all and (min-width: 992px) {
  .footerContent {
    gap: 2.2222222222vh;
    flex-direction: row;
    justify-content: center;
  }
}

#newsLetterInput {
  position: relative;
  width: 100%;
}
#newsLetterInput > button {
  position: absolute;
  background: transparent;
  color: #000000;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #FF4E00;
  border-radius: 1.5rem;
  padding: 0.25rem 0.875rem;
  font-size: 0.9375rem;
}
@media all and (min-width: 992px) {
  #newsLetterInput > button {
    transform: none;
    top: 0.5555555556vh;
    right: -0.625vw;
    border: 0.0520833333vw solid #FF4E00;
    border-radius: 1.25vw;
    padding: 0.3703703704vh 0.7291666667vw;
    font-size: 0.9375rem;
  }
}
#newsLetterInput > button > div > i, #newsLetterInput > button > div > div {
  color: #000000;
}
#newsLetterInput > button > div > .icon-hover::before {
  background: #000000;
  left: -1px;
  top: -2px;
}
@media all and (min-width: 992px) {
  #newsLetterInput > button > div > .icon-hover::before {
    left: -0.0520833333vw;
    top: -0.1851851852vh;
  }
}
#newsLetterInput input {
  width: 100%;
  padding: 0.625rem 0;
}
@media all and (min-width: 992px) {
  #newsLetterInput input {
    padding: 1.1111111111vh 0 1.1111111111vh 0.9375vw;
  }
}

#newsLetterText {
  font-weight: 600;
  text-transform: uppercase;
  color: #8E90B9;
  opacity: 0.8;
  line-height: 1.75rem;
  font-size: 0.75rem;
  letter-spacing: 1px;
}
@media all and (min-width: 992px) {
  #newsLetterText {
    line-height: 2.5925925926vh;
    font-size: 0.75rem;
    letter-spacing: 0.0520833333vw;
    min-width: 10vw;
  }
}

#newsLetterDiv {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
@media all and (min-width: 992px) {
  #newsLetterDiv {
    gap: 0.7407407407vh;
    max-width: 22.9166666667vw;
    align-items: unset;
  }
}

.containerMedias {
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
@media all and (min-width: 992px) {
  .containerMedias {
    display: flex;
    gap: 1.4814814815vh;
  }
}
.containerMedias.mobile {
  display: flex;
}
@media all and (min-width: 992px) {
  .containerMedias.mobile {
    display: none;
  }
}
.containerMedias > .fillButton {
  opacity: 1;
  box-sizing: border-box;
  height: 2.2rem;
  gap: 0.75rem;
  border-radius: 4.375rem;
  width: 9.75rem;
  padding: 0.125rem 0.375rem;
}
@media all and (min-width: 992px) {
  .containerMedias > .fillButton {
    height: 3.2407407407vh;
    gap: 0.625vw;
    border-radius: 3.6458333333vw;
    width: 8.125vw;
    padding: 0.1851851852vh 0.3125vw;
  }
}

.socialContainer {
  display: flex;
  flex-direction: row;
  gap: 1.25rem;
}
@media all and (min-width: 992px) {
  .socialContainer {
    gap: 1.0416666667vw;
  }
}
.socialContainer > a {
  background: transparent;
  text-align: center;
  color: #FFFFFF;
  cursor: pointer;
  padding: 0.14rem;
  border-radius: 50%;
  font-size: 1.375rem;
  border: 1px solid #FFFFFF;
  width: 2.375rem;
  height: 2.375rem;
}
@media all and (min-width: 992px) {
  .socialContainer > a {
    padding: 0.2092592593vh;
    border-radius: 10.7505208333vw;
    font-size: 1.375rem;
    border: 0.0536458333vw solid #FFFFFF;
    width: 1.9791666667vw;
    height: 1.9791666667vw;
  }
}
.socialContainer > a > i {
  color: #FFFFFF;
}

.site-footer-main-menu {
  display: none;
  flex-direction: row;
  position: relative;
}
@media all and (min-width: 992px) {
  .site-footer-main-menu {
    display: flex;
  }
}
.site-footer-main-menu > .menu-item {
  position: relative;
  list-style: none;
}
@media all and (min-width: 992px) {
  .site-footer-main-menu > .menu-item {
    padding: 0 0.78125vw;
  }
}
.site-footer-main-menu > .menu-item:after {
  position: absolute;
  content: "";
  background: #8E90B9;
  opacity: 0.7;
  top: 0;
  right: 0;
}
@media all and (min-width: 992px) {
  .site-footer-main-menu > .menu-item:after {
    height: 100%;
    width: 0.0520833333vw;
  }
}
.site-footer-main-menu > .menu-item > a {
  font-weight: 600;
  text-transform: uppercase;
  color: #8E90B9;
}
@media all and (min-width: 992px) {
  .site-footer-main-menu > .menu-item > a {
    font-size: 0.6875rem;
    line-height: 28px;
    letter-spacing: 4px;
  }
}
.site-footer-main-menu > .menu-item > .sub-menu > .menu-item {
  list-style: none;
}
.site-footer-main-menu > .menu-item > .sub-menu > .menu-item > a {
  font-weight: 300;
  color: #8E90B9;
}
@media all and (min-width: 992px) {
  .site-footer-main-menu > .menu-item > .sub-menu > .menu-item > a {
    font-size: 1rem;
    line-height: 28px;
  }
}

.footerContainer {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.125rem;
}
@media all and (min-width: 992px) {
  .footerContainer {
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 18px;
  }
}

.menu-footer-container,
.menu-bas-de-page-container,
.menu-footer-it-container,
.menu-footer-de-container,
.menu-footeres-container {
  display: flex;
  list-style: none;
  font-weight: 600;
  width: 100%;
  gap: 1.875rem;
}
@media all and (min-width: 992px) {
  .menu-footer-container,
  .menu-bas-de-page-container,
  .menu-footer-it-container,
  .menu-footer-de-container,
  .menu-footeres-container {
    gap: 30px;
    justify-content: center;
  }
}
.menu-footer-container a,
.menu-bas-de-page-container a,
.menu-footer-it-container a,
.menu-footer-de-container a,
.menu-footeres-container a {
  text-decoration: none;
}

@media all and (min-width: 992px) {
  .menu-footer-container {
    width: auto;
  }
}
#menu-footer, #menu-footer-it, #menu-footer-de, #menu-footeres {
  display: flex;
  list-style: none;
  font-weight: 600;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 1rem;
}
@media all and (min-width: 992px) {
  #menu-footer, #menu-footer-it, #menu-footer-de, #menu-footeres {
    gap: 0.9375vw;
  }
}
#menu-footer .menu-item a, #menu-footer-it .menu-item a, #menu-footer-de .menu-item a, #menu-footeres .menu-item a {
  color: #8E90B9;
}

#menu-footeres .menu-item a {
  color: #8E90B9;
}

#menu-bas-de-page {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  font-weight: 600;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: 0 0.75rem;
}
@media all and (min-width: 992px) {
  #menu-bas-de-page {
    gap: 0.9375vw;
    padding: 0 0.625vw;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 1.4814814815vh;
  }
}
#menu-bas-de-page .menu-item a {
  color: #8E90B9;
  font-weight: 300;
}

.divider-footer {
  background: #3A3A55;
  height: 2px;
  margin-bottom: 1rem;
}
@media all and (min-width: 992px) {
  .divider-footer {
    height: 0.1851851852vh !important;
    margin: 1.4814814815vh auto !important;
    max-width: 67.1875vw !important;
    width: 100% !important;
    border: none !important;
  }
}

/* --- OPTIMISATION DES FORMULAIRES --- */
#input_3_1 {
  background-color: #8E90B9;
  width: 80%;
  color: #FFFFFF !important;
  min-width: 18rem;
  border-radius: 3.125rem !important;
  padding: 0.56rem 0.75rem !important;
  font-size: 1rem;
}
@media all and (min-width: 992px) {
  #input_3_1 {
    min-width: 15.1041666667vw;
    border-radius: 2.6041666667vw !important;
    padding: 0.8333333333vh 0.625vw !important;
    font-size: 1rem;
  }
}
#input_3_1::placeholder {
  color: #d1d1e0;
  opacity: 1;
}

#gform_wrapper_3 {
  color: #FFFFFF;
  border-radius: 0.5rem;
}
@media all and (min-width: 992px) {
  #gform_wrapper_3 {
    border-radius: 0.4166666667vw;
  }
}
#gform_wrapper_3 .gform_title,
#gform_wrapper_3 #field_3_1 .gfield_label {
  display: none;
}
#gform_wrapper_3 > div > h2 {
  display: none;
}
#gform_wrapper_3 #field_3_3 {
  display: flex;
  flex-direction: row;
  align-items: center;
  border: none;
  color: #8E90B9;
}
#gform_wrapper_3 #field_3_3 > * {
  font-weight: 300;
  color: #8E90B9;
  font-size: 0.75rem;
  line-height: 1rem;
}
@media all and (min-width: 992px) {
  #gform_wrapper_3 #field_3_3 > * {
    font-size: 0.6875rem;
    line-height: 1.3888888889vh;
  }
}
#gform_wrapper_3 #field_3_3 .gfield_description {
  font-size: 0.8125rem;
  padding-top: 1rem;
}
@media all and (min-width: 992px) {
  #gform_wrapper_3 #field_3_3 .gfield_description {
    font-size: 0.8125rem;
    padding-top: 1.3888888889vh;
  }
}
#gform_wrapper_3 #field_3_3 .gfield_description a {
  font-weight: 300;
  text-decoration: underline;
  color: #8E90B9;
  font-size: 0.8125rem;
  line-height: 1rem;
}
@media all and (min-width: 992px) {
  #gform_wrapper_3 #field_3_3 .gfield_description a {
    font-size: 0.8125rem;
    line-height: 1.4814814815vh;
  }
}
#gform_wrapper_3 #field_3_3 input[type=checkbox] {
  display: flex;
  appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #8E90B9;
  border-radius: 50%;
  position: relative;
  width: 1rem;
  height: 1rem;
  top: 0.25rem;
  margin-right: 0.5rem;
}
@media all and (min-width: 992px) {
  #gform_wrapper_3 #field_3_3 input[type=checkbox] {
    width: 0.46875vw;
    height: 0.46875vw;
    border: 0.0520833333vw solid #8E90B9;
    top: 0.3703703704vh;
    margin-right: 0.4166666667vw;
  }
}
#gform_wrapper_3 #field_3_3 input[type=checkbox]:checked {
  background-color: #21E273;
  border-color: #21E273;
}
#gform_wrapper_3 .gform_footer {
  text-align: right;
  padding-top: 1.25rem;
}
@media all and (min-width: 992px) {
  #gform_wrapper_3 .gform_footer {
    padding-top: 1.8518518519vh;
  }
}
#input_9_1 {
  background-color: #8E90B9;
  width: 80%;
  color: #FFFFFF !important;
  min-width: 18rem;
  border-radius: 3.125rem !important;
  padding: 0.56rem 0.75rem !important;
  font-size: 1rem;
}
@media all and (min-width: 992px) {
  #input_9_1 {
    min-width: 15.1041666667vw;
    border-radius: 2.6041666667vw !important;
    padding: 0.8333333333vh 0.625vw !important;
    font-size: 1rem;
  }
}
#input_9_1::placeholder {
  color: #d1d1e0;
  opacity: 1;
}

#gform_wrapper_9 {
  color: #FFFFFF;
  border-radius: 0.5rem;
}
@media all and (min-width: 992px) {
  #gform_wrapper_9 {
    border-radius: 0.4166666667vw;
  }
}
#gform_wrapper_9 .gform_title,
#gform_wrapper_9 #field_9_1 .gfield_label {
  display: none;
}
#gform_wrapper_9 > div > h2 {
  display: none;
}
#gform_wrapper_9 #field_9_3 {
  display: flex;
  flex-direction: row;
  align-items: center;
  border: none;
  color: #8E90B9;
}
#gform_wrapper_9 #field_9_3 > * {
  font-weight: 300;
  color: #8E90B9;
  font-size: 0.75rem;
  line-height: 1rem;
}
@media all and (min-width: 992px) {
  #gform_wrapper_9 #field_9_3 > * {
    font-size: 0.6875rem;
    line-height: 1.3888888889vh;
  }
}
#gform_wrapper_9 #field_9_3 .gfield_description {
  font-size: 0.8125rem;
  padding-top: 1rem;
}
@media all and (min-width: 992px) {
  #gform_wrapper_9 #field_9_3 .gfield_description {
    font-size: 0.8125rem;
    padding-top: 1.3888888889vh;
  }
}
#gform_wrapper_9 #field_9_3 .gfield_description a {
  font-weight: 300;
  text-decoration: underline;
  color: #8E90B9;
  font-size: 0.8125rem;
  line-height: 1rem;
}
@media all and (min-width: 992px) {
  #gform_wrapper_9 #field_9_3 .gfield_description a {
    font-size: 0.8125rem;
    line-height: 1.4814814815vh;
  }
}
#gform_wrapper_9 #field_9_3 input[type=checkbox] {
  display: flex;
  appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #8E90B9;
  border-radius: 50%;
  position: relative;
  width: 1rem;
  height: 1rem;
  top: 0.25rem;
  margin-right: 0.5rem;
}
@media all and (min-width: 992px) {
  #gform_wrapper_9 #field_9_3 input[type=checkbox] {
    width: 0.46875vw;
    height: 0.46875vw;
    border: 0.0520833333vw solid #8E90B9;
    top: 0.3703703704vh;
    margin-right: 0.4166666667vw;
  }
}
#gform_wrapper_9 #field_9_3 input[type=checkbox]:checked {
  background-color: #21E273;
  border-color: #21E273;
}
#gform_wrapper_9 .gform_footer {
  text-align: right;
  padding-top: 1.25rem;
}
@media all and (min-width: 992px) {
  #gform_wrapper_9 .gform_footer {
    padding-top: 1.8518518519vh;
  }
}
#input_10_1 {
  background-color: #8E90B9;
  width: 80%;
  color: #FFFFFF !important;
  min-width: 18rem;
  border-radius: 3.125rem !important;
  padding: 0.56rem 0.75rem !important;
  font-size: 1rem;
}
@media all and (min-width: 992px) {
  #input_10_1 {
    min-width: 15.1041666667vw;
    border-radius: 2.6041666667vw !important;
    padding: 0.8333333333vh 0.625vw !important;
    font-size: 1rem;
  }
}
#input_10_1::placeholder {
  color: #d1d1e0;
  opacity: 1;
}

#gform_wrapper_10 {
  color: #FFFFFF;
  border-radius: 0.5rem;
}
@media all and (min-width: 992px) {
  #gform_wrapper_10 {
    border-radius: 0.4166666667vw;
  }
}
#gform_wrapper_10 .gform_title,
#gform_wrapper_10 #field_10_1 .gfield_label {
  display: none;
}
#gform_wrapper_10 > div > h2 {
  display: none;
}
#gform_wrapper_10 #field_10_3 {
  display: flex;
  flex-direction: row;
  align-items: center;
  border: none;
  color: #8E90B9;
}
#gform_wrapper_10 #field_10_3 > * {
  font-weight: 300;
  color: #8E90B9;
  font-size: 0.75rem;
  line-height: 1rem;
}
@media all and (min-width: 992px) {
  #gform_wrapper_10 #field_10_3 > * {
    font-size: 0.6875rem;
    line-height: 1.3888888889vh;
  }
}
#gform_wrapper_10 #field_10_3 .gfield_description {
  font-size: 0.8125rem;
  padding-top: 1rem;
}
@media all and (min-width: 992px) {
  #gform_wrapper_10 #field_10_3 .gfield_description {
    font-size: 0.8125rem;
    padding-top: 1.3888888889vh;
  }
}
#gform_wrapper_10 #field_10_3 .gfield_description a {
  font-weight: 300;
  text-decoration: underline;
  color: #8E90B9;
  font-size: 0.8125rem;
  line-height: 1rem;
}
@media all and (min-width: 992px) {
  #gform_wrapper_10 #field_10_3 .gfield_description a {
    font-size: 0.8125rem;
    line-height: 1.4814814815vh;
  }
}
#gform_wrapper_10 #field_10_3 input[type=checkbox] {
  display: flex;
  appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #8E90B9;
  border-radius: 50%;
  position: relative;
  width: 1rem;
  height: 1rem;
  top: 0.25rem;
  margin-right: 0.5rem;
}
@media all and (min-width: 992px) {
  #gform_wrapper_10 #field_10_3 input[type=checkbox] {
    width: 0.46875vw;
    height: 0.46875vw;
    border: 0.0520833333vw solid #8E90B9;
    top: 0.3703703704vh;
    margin-right: 0.4166666667vw;
  }
}
#gform_wrapper_10 #field_10_3 input[type=checkbox]:checked {
  background-color: #21E273;
  border-color: #21E273;
}
#gform_wrapper_10 .gform_footer {
  text-align: right;
  padding-top: 1.25rem;
}
@media all and (min-width: 992px) {
  #gform_wrapper_10 .gform_footer {
    padding-top: 1.8518518519vh;
  }
}
#input_11_1 {
  background-color: #8E90B9;
  width: 80%;
  color: #FFFFFF !important;
  min-width: 18rem;
  border-radius: 3.125rem !important;
  padding: 0.56rem 0.75rem !important;
  font-size: 1rem;
}
@media all and (min-width: 992px) {
  #input_11_1 {
    min-width: 15.1041666667vw;
    border-radius: 2.6041666667vw !important;
    padding: 0.8333333333vh 0.625vw !important;
    font-size: 1rem;
  }
}
#input_11_1::placeholder {
  color: #d1d1e0;
  opacity: 1;
}

#gform_wrapper_11 {
  color: #FFFFFF;
  border-radius: 0.5rem;
}
@media all and (min-width: 992px) {
  #gform_wrapper_11 {
    border-radius: 0.4166666667vw;
  }
}
#gform_wrapper_11 .gform_title,
#gform_wrapper_11 #field_11_1 .gfield_label {
  display: none;
}
#gform_wrapper_11 > div > h2 {
  display: none;
}
#gform_wrapper_11 #field_11_3 {
  display: flex;
  flex-direction: row;
  align-items: center;
  border: none;
  color: #8E90B9;
}
#gform_wrapper_11 #field_11_3 > * {
  font-weight: 300;
  color: #8E90B9;
  font-size: 0.75rem;
  line-height: 1rem;
}
@media all and (min-width: 992px) {
  #gform_wrapper_11 #field_11_3 > * {
    font-size: 0.6875rem;
    line-height: 1.3888888889vh;
  }
}
#gform_wrapper_11 #field_11_3 .gfield_description {
  font-size: 0.8125rem;
  padding-top: 1rem;
}
@media all and (min-width: 992px) {
  #gform_wrapper_11 #field_11_3 .gfield_description {
    font-size: 0.8125rem;
    padding-top: 1.3888888889vh;
  }
}
#gform_wrapper_11 #field_11_3 .gfield_description a {
  font-weight: 300;
  text-decoration: underline;
  color: #8E90B9;
  font-size: 0.8125rem;
  line-height: 1rem;
}
@media all and (min-width: 992px) {
  #gform_wrapper_11 #field_11_3 .gfield_description a {
    font-size: 0.8125rem;
    line-height: 1.4814814815vh;
  }
}
#gform_wrapper_11 #field_11_3 input[type=checkbox] {
  display: flex;
  appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #8E90B9;
  border-radius: 50%;
  position: relative;
  width: 1rem;
  height: 1rem;
  top: 0.25rem;
  margin-right: 0.5rem;
}
@media all and (min-width: 992px) {
  #gform_wrapper_11 #field_11_3 input[type=checkbox] {
    width: 0.46875vw;
    height: 0.46875vw;
    border: 0.0520833333vw solid #8E90B9;
    top: 0.3703703704vh;
    margin-right: 0.4166666667vw;
  }
}
#gform_wrapper_11 #field_11_3 input[type=checkbox]:checked {
  background-color: #21E273;
  border-color: #21E273;
}
#gform_wrapper_11 .gform_footer {
  text-align: right;
  padding-top: 1.25rem;
}
@media all and (min-width: 992px) {
  #gform_wrapper_11 .gform_footer {
    padding-top: 1.8518518519vh;
  }
}
#input_12_1 {
  background-color: #8E90B9;
  width: 80%;
  color: #FFFFFF !important;
  min-width: 18rem;
  border-radius: 3.125rem !important;
  padding: 0.56rem 0.75rem !important;
  font-size: 1rem;
}
@media all and (min-width: 992px) {
  #input_12_1 {
    min-width: 15.1041666667vw;
    border-radius: 2.6041666667vw !important;
    padding: 0.8333333333vh 0.625vw !important;
    font-size: 1rem;
  }
}
#input_12_1::placeholder {
  color: #d1d1e0;
  opacity: 1;
}

#gform_wrapper_12 {
  color: #FFFFFF;
  border-radius: 0.5rem;
}
@media all and (min-width: 992px) {
  #gform_wrapper_12 {
    border-radius: 0.4166666667vw;
  }
}
#gform_wrapper_12 .gform_title,
#gform_wrapper_12 #field_12_1 .gfield_label {
  display: none;
}
#gform_wrapper_12 > div > h2 {
  display: none;
}
#gform_wrapper_12 #field_12_3 {
  display: flex;
  flex-direction: row;
  align-items: center;
  border: none;
  color: #8E90B9;
}
#gform_wrapper_12 #field_12_3 > * {
  font-weight: 300;
  color: #8E90B9;
  font-size: 0.75rem;
  line-height: 1rem;
}
@media all and (min-width: 992px) {
  #gform_wrapper_12 #field_12_3 > * {
    font-size: 0.6875rem;
    line-height: 1.3888888889vh;
  }
}
#gform_wrapper_12 #field_12_3 .gfield_description {
  font-size: 0.8125rem;
  padding-top: 1rem;
}
@media all and (min-width: 992px) {
  #gform_wrapper_12 #field_12_3 .gfield_description {
    font-size: 0.8125rem;
    padding-top: 1.3888888889vh;
  }
}
#gform_wrapper_12 #field_12_3 .gfield_description a {
  font-weight: 300;
  text-decoration: underline;
  color: #8E90B9;
  font-size: 0.8125rem;
  line-height: 1rem;
}
@media all and (min-width: 992px) {
  #gform_wrapper_12 #field_12_3 .gfield_description a {
    font-size: 0.8125rem;
    line-height: 1.4814814815vh;
  }
}
#gform_wrapper_12 #field_12_3 input[type=checkbox] {
  display: flex;
  appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #8E90B9;
  border-radius: 50%;
  position: relative;
  width: 1rem;
  height: 1rem;
  top: 0.25rem;
  margin-right: 0.5rem;
}
@media all and (min-width: 992px) {
  #gform_wrapper_12 #field_12_3 input[type=checkbox] {
    width: 0.46875vw;
    height: 0.46875vw;
    border: 0.0520833333vw solid #8E90B9;
    top: 0.3703703704vh;
    margin-right: 0.4166666667vw;
  }
}
#gform_wrapper_12 #field_12_3 input[type=checkbox]:checked {
  background-color: #21E273;
  border-color: #21E273;
}
#gform_wrapper_12 .gform_footer {
  text-align: right;
  padding-top: 1.25rem;
}
@media all and (min-width: 992px) {
  #gform_wrapper_12 .gform_footer {
    padding-top: 1.8518518519vh;
  }
}
#gform_3, #gform_fields_3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media all and (min-width: 992px) {
  #gform_3, #gform_fields_3 {
    align-items: unset;
    justify-content: unset;
  }
}

#field_submit {
  width: fit-content;
  display: flex;
  justify-content: space-between;
  position: relative;
  background: transparent;
  color: #000000;
  gap: 0.5rem;
  left: 50%;
  transform: translateX(-50%);
  top: -1rem;
  border: 1px solid #FF4E00;
  border-radius: 1.5rem;
  padding: 0.25rem 0.875rem;
  font-size: 0.9375rem;
}
@media all and (min-width: 992px) {
  #field_submit {
    transform: none;
    gap: 0.4166666667vw;
    left: 136%;
    top: -2.8703703704vh;
    border: 0.0520833333vw solid #FF4E00;
    border-radius: 1.25vw;
    padding: 0.3703703704vh 0.7291666667vw;
    font-size: 0.9375rem;
  }
}
#field_submit > i {
  color: #000000;
}

/*# sourceMappingURL=footer.css.map */
