/* ============================================
   GeneralContainer - Responsive Padding System
   Provides consistent horizontal padding across all resolutions
   ============================================ */

.style_generalContainer__o_StY {
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
  padding-left: clamp(20px, 8vw, 125px);
  padding-right: clamp(20px, 8vw, 125px);
}

/* ============================================
   BREAKPOINTS - Specific adjustments
   ============================================ */

/* Ultra Large Screens >= 2560px */
@media (min-width: 2560px) {
  .style_generalContainer__o_StY {
    max-width: 2200px;
    padding-left: 110px;
    padding-right: 110px;
  }
}

/* Large Screens >= 1920px */
@media (min-width: 1920px) and (max-width: 2559px) {
  .style_generalContainer__o_StY {
    padding-left: 125px;
    padding-right: 125px;
  }
}

/* Large Desktop - 1440px to 1919px */
@media (min-width: 1440px) and (max-width: 1919px) {
  .style_generalContainer__o_StY {
    max-width: 1440px;
    padding-left: 110px;
    padding-right: 110px;
  }
}

/* Laptop L - 1024px to 1439px */
@media (min-width: 1024px) and (max-width: 1439px) {
  .style_generalContainer__o_StY {
    padding-left: 80px;
    padding-right: 80px;
  }
}

/* Laptop - 768px to 1023px */
@media (min-width: 768px) and (max-width: 1023px) {
  .style_generalContainer__o_StY {
    padding-left: 60px;
    padding-right: 60px;
  }
}

/* Tablet - 430px to 767px */
@media (min-width: 430px) and (max-width: 767px) {
  .style_generalContainer__o_StY {
    padding-left: 40px;
    padding-right: 40px;
  }
}

/* Mobile - up to 429px */
@media (max-width: 429px) {
  .style_generalContainer__o_StY {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.shared_noScrolling__VS3c0 {
  max-height: 100vh;
  overflow: hidden;
}

.CheckBox_checkbox__7HLI_ {
  display: flex;
  align-items: center;
  gap: 8px;
}

.CheckBox_checkbox__label__b3AV9 {
  font-style: normal;
  font-weight: 100;
  font-size: 12px;
  line-height: 16px;
  text-transform: none;
  color: #ffffff;
  width: 100%;
  font-family: 'Unbounded', serif;
}

.CheckBox_input__0LXQW[type='checkbox'] {
  width: 25px;
  height: 23px;
  -webkit-appearance: none;
  outline: none;
  transition: 0.5s;
}

.CheckBox_input__0LXQW[type='checkbox']:checked {
  -webkit-appearance: auto;
}

.CheckBox_input__0LXQW[type='checkbox']:before {
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: rgba(202, 210, 231, 0.25);
  border-radius: 2px;
}

.CheckBox_internalLinkText__O04l_ a {
  color: #1bb0d4;
}

.CheckBox_internalLinkText__O04l_ a:hover {
  color: #b06654;
}

@media (max-width: 768px) {
  .CheckBox_input__0LXQW[type='checkbox'] {
    width: 2.8vw;
    height: 2.8vw;
  }

  .CheckBox_input__0LXQW[type='checkbox']:before {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 440px) {
  .CheckBox_input__0LXQW[type='checkbox'] {
    width: 5vw;
    height: 5vw;
  }

  .CheckBox_input__0LXQW[type='checkbox']:before {
    width: 5vw;
    height: 5vw;
  }

  .CheckBox_checkbox__7HLI_ {
    align-items: flex-start;
  }
}

configuratorform.CheckBox_module__xXFQw.CheckBox_css__Mqvng .CheckBox_section_container_form__wqDIm {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.CheckBox_SectionCards_sub_container__6ZrED {
  width: 1180px;
  display: flex;
  justify-content: center;
  text-align: center;
}

.CheckBox_text__container__bU4SI {
  display: flex;
  width: 562px;
}

.CheckBox_container_items_form__H99d4 {
  width: 1180px;
  display: flex;
  justify-content: center;
}

.CheckBox_frm__0fkMd {
  width: 711px;
  height: 579px;
  padding: 20px 45px;
  width: 649px;
  height: 660px;
  position: relative;
  z-index: 5;
  border-radius: 8px;
}

.CheckBox_fi__JTe2n {
  display: flex;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px 0px;
}

.CheckBox_lbltwo__hW3X_ {
  display: flex;
  justify-content: space-around;
}

.CheckBox_field__YRxP1 {
  width: 100%;
}

.CheckBox_completing__pLXLf {
  margin-top: 30px;
  text-align: left;
  display: flex;
  align-items: center;
}

.CheckBox_btn_cntct__x0MTH {
  margin-right: 15px;
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
  margin-left: 368px;
}

.CheckBox_lbl__completing___b_I0 {
  display: inline-flex;
}

.CheckBox_btn__contact__9jjha {
  background: linear-gradient(135deg, #95618b 0%, #083cbe 100%);
  border-radius: 4px;
  width: 167px;
  height: 50px;
  color: white;
  border: none;
  text-transform: uppercase;
}

.CheckBox_lbl__little__hrSIX {
  width: 103px;
  height: 40px;
  background: rgba(202, 210, 231, 0.25);
  border-radius: 4px;
  border: none;
  padding-left: 10px;
  font-size: 14px;
  color: #ffffff;
}

.CheckBox_lbl__field__ws0uX {
  width: 100%;
  height: 40px;
  background: rgba(202, 210, 231, 0.25);
  border-radius: 4px;
  border: none;
  color: #ffffff;
  padding-left: 10px;
  font-size: 14px;
}

.CheckBox_lbl__field__phone___a4dr {
  width: 425px;
  height: 40px;
  background: rgba(202, 210, 231, 0.25);
  border-radius: 4px;
  margin-left: 30px;
  border: none;
  padding-left: 10px;
  font-size: 14px;
  color: #ffffff;
}

.CheckBox_lbl__enquery__ywouM {
  width: 100%;
  height: 150px;
  background: rgba(202, 210, 231, 0.25);
  border-radius: 4px;
  border: none;
  padding-left: 10px;
  font-size: 14px;
  color: #ffffff;
}

.CheckBox_lbl__enquery__ywouM {
  padding-bottom: 115px;
}

@media (max-width: 1440px) {
  .CheckBox_lbl__field__ws0uX {
    width: 100%;
  }

  .CheckBox_lbl__field__phone___a4dr {
    width: 85%;
    margin-left: 0;
  }

  .CheckBox_lbl__little__hrSIX {
    width: 15%;
  }

  .CheckBox_phone__o46ZB {
    gap: 1em;
    display: flex;
  }

  .CheckBox_lbl__phone__BsCsf,
  .CheckBox_textbox___eSiW {
    margin-left: 0px;
  }

  .CheckBox_field_number__RssJN {
    width: 100%;
  }

  .CheckBox_h1__YDe5k {
    margin-left: 0px;
  }

  .CheckBox_lbl__enquery__ywouM {
    width: 100%;
  }

  .CheckBox_lbltwo__hW3X_ {
    gap: 1em;
  }

  .CheckBox_SectionCards_sub_container__6ZrED {
    width: 81.95%;
  }
}

@media (max-width: 1024px) {
  .CheckBox_section_container_form__wqDIm {
    margin-top: 500px;
  }
}

@media (max-width: 768px) {
  .CheckBox_btn_cntct__x0MTH {
    margin-right: 15px;
    margin-top: 20px;
    margin-left: 0px;
  }

  .CheckBox_section_container_form__wqDIm {
    margin-top: 150px;
    margin-bottom: 50px;
  }

  .CheckBox_container_items_form__H99d4 {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .CheckBox_frm__0fkMd {
    width: 100%;
  }

  .CheckBox_h1__YDe5k {
    font-size: 20px;
  }

  .CheckBox_container_items_form__H99d4 {
    width: 100%;
  }
}

@media only screen and (max-width: 440px) {
  .CheckBox_btn_cntct__x0MTH {
    margin-top: 50px;
  }

  .CheckBox_btn__contact__9jjha {
    font-size: 14px !important;
    text-transform: uppercase;
  }

  .CheckBox_completing__pLXLf {
    margin-left: 5px;
    margin-top: 40px;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #ffffff;
    text-align: left;
  }

  .CheckBox_container_items_form__H99d4 {
    width: 100%;
  }
}

.Input_placeholder__fExMY {
  color: #ffffff;
}

.Label_label__ZMndL {
  font-family: 'Unbounded', serif;
  font-style: normal;
  font-weight: 100;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 5px;
  color: #ffffff;
}

.TextArea_TextArea__xetcw::placeholder {
  color: #ffffff;
}

.ContactUsForm_frm__Dz4zR {
  margin-top: 30px;
  position: relative;
  z-index: 10;
}

.ContactUsForm_lblone__ahWMb {
  display: flex;
  justify-content: space-around;
}

.ContactUsForm_fi__XyYuP {
  display: flex;
  font-weight: 100;
  font-size: 16px;
  line-height: 16px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px 0px;
}

.ContactUsForm_textbox__yrGp5 {
  margin-left: 18px;
}

.ContactUsForm_lbl__phone__Gvg_S {
  margin-left: 18px;
}

.ContactUsForm_lbltwo__sX3Jp {
  display: flex;
}

.ContactUsForm_completing__r3kXa {
  margin-left: 18px;
  margin-top: 40px;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
  text-align: left;
}

.ContactUsForm_btn_cntct__ZiOy1 {
  margin-right: 15px;
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
  margin-left: 368px;
}

.ContactUsForm_lbl__completing__22o7r {
  display: inline-flex;
  text-transform: initial;
}
.ContactUsForm_lbl__label__DOVrS {
  text-transform: initial;
}
.ContactUsForm_btn__contact__UXWuD {
  background: linear-gradient(135deg, #95618b 0%, #083cbe 100%);
  border-radius: 4px;
  width: 167px;
  height: 50px;
  color: #ffffff;
  border: none;
  text-transform: uppercase;
}

.ContactUsForm_lbl__little__N2bCz {
  width: 103px;
  height: 40px;
  background: rgba(202, 210, 231, 0.25);
  border-radius: 4px;
  border: none;
  color: #ffffff;
  padding-left: 10px;
}

.ContactUsForm_field_email__XVYL7 {
  width: 100%;
}

.ContactUsForm_field_company__Oj0ej {
  width: 100%;
}

.ContactUsForm_modal_wrapper__6KcgH {
  display: flex;
  justify-content: center;
  width: 100%;
}

.ContactUsForm_errorMessage__DlfbZ {
  color: red;
  font-size: 0.8125rem;
  margin-top: 0.25rem;
  font-family: 'Unbounded', serif;
}

.ContactUsForm_errorAsterisk__eZPFv {
  color: red;
  font-weight: bold;
}

.ContactUsForm_lbl__field__OQ51N {
  width: 247px;
  height: 40px;
  background: rgba(202, 210, 231, 0.25);
  border-radius: 4px;
  border: none;
  color: #ffffff;
  padding-left: 10px;
}

.ContactUsForm_lbl__field_company__P77Ib {
  width: 100%;
  height: 40px;
  background: rgba(202, 210, 231, 0.25);
  border-radius: 4px;
  border: none;
  color: #ffffff;
  padding-left: 10px;
}

.ContactUsForm_lbl__field__email__vXJhS {
  width: 100%;
  height: 40px;
  background: rgba(202, 210, 231, 0.25);
  border-radius: 4px;
  border: none;
  color: #ffffff;
  padding-left: 10px;
}

.ContactUsForm_field_email__XVYL7 {
  padding-inline: 0%;
}

.ContactUsForm_lbl__field__phone__lXh7M {
  width: 392px;
  height: 40px;
  background: rgba(202, 210, 231, 0.25);
  border-radius: 4px;
  margin-left: 30px;
  border: none;
  color: #ffffff;
  padding-left: 10px;
}

.ContactUsForm_lbl__enquery__7BACz {
  width: 527px;
  height: 150px;
  background: rgba(202, 210, 231, 0.25);
  border-radius: 4px;
  border: none;
  color: #ffffff;
  padding: 10px;
}

.ContactUsForm_checkbox_icon__hPq5p {
  background: rgba(202, 210, 231, 0.25);
  border-radius: 2px;
  position: relative;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  width: 1.6vw;
  height: 1.6vw;
  cursor: pointer;
}

@media (min-width: 1921px) {
  .ContactUsForm_lbltwo__sX3Jp {
    padding-inline: 3%;
  }

  .ContactUsForm_field_company__Oj0ej {
    padding-inline: 3%;
  }

  .ContactUsForm_field_email__XVYL7 {
    padding-inline: 3%;
  }

  .ContactUsForm_modal_wrapper__6KcgH {
    width: 0%;
  }
}

@media (max-width: 1920px) {
  .ContactUsForm_lbltwo__sX3Jp {
    padding-inline: 3%;
  }

  .ContactUsForm_field_company__Oj0ej {
    padding-inline: 3%;
  }

  .ContactUsForm_field_email__XVYL7 {
    padding-inline: 3%;
  }

  .ContactUsForm_modal_wrapper__6KcgH {
    width: 0%;
  }
}

@media (max-width: 1440px) {
  .ContactUsForm_lbl__field__OQ51N {
    width: 100%;
  }

  .ContactUsForm_lbl__field__phone__lXh7M {
    width: 85%;
    margin-left: 0;
  }

  .ContactUsForm_lbl__little__N2bCz {
    width: 15%;
  }

  .ContactUsForm_field__9OW_v {
    width: 100%;
  }

  .ContactUsForm_lblone__ahWMb {
    gap: 1em;
  }

  .ContactUsForm_phone__3JUfk {
    gap: 1em;
    display: flex;
  }

  .ContactUsForm_lbl__phone__Gvg_S,
  .ContactUsForm_textbox__yrGp5 {
    margin-left: 0px;
  }

  .ContactUsForm_field_number__I1ScK {
    width: 100%;
  }

  .ContactUsForm_h1__EcRri {
    margin-left: 0px;
  }

  .ContactUsForm_lbl__enquery__7BACz {
    width: 100%;
  }

  .ContactUsForm_lbltwo__sX3Jp {
    gap: 1em;
    padding-inline: 0%;
  }

  .ContactUsForm_modal_box__OH_jI {
    width: 100%;
  }
  .ContactUsForm_modal_wrapper__6KcgH {
    width: 0%;
  }

  .ContactUsForm_field_company__Oj0ej {
    padding-inline: 0%;
  }

  .ContactUsForm_field_email__XVYL7 {
    padding-inline: 0%;
  }
}

@media (max-width: 1024px) {
  .ContactUsForm_modal_wrapper__6KcgH {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .ContactUsForm_btn_cntct__ZiOy1 {
    margin-right: 15px;
    margin-top: 20px;
    margin-left: 0px;
  }

  .ContactUsForm_modal_wrapper__6KcgH {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .ContactUsForm_frm__Dz4zR {
    width: 100%;
  }

  .ContactUsForm_h1__EcRri {
    font-size: 20px;
  }
}

@media only screen and (max-width: 440px) {
  .ContactUsForm_btn_cntct__ZiOy1 {
    margin-top: 50px;
  }

  .ContactUsForm_btn__contact__UXWuD {
    font-size: 14px !important;
    text-transform: uppercase;
  }

  .ContactUsForm_completing__r3kXa {
    margin-left: 5px;
    margin-top: 40px;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #ffffff;
    text-align: left;
  }

  .ContactUsForm_modal_wrapper__6KcgH {
    width: 100%;
  }
}

.Heading_title__kk66_ {
  font-family: 'Unbounded', serif;
  font-size: 35px;
  font-weight: 100;
  line-height: 40px;
  text-transform: uppercase;
  color: #ffffff;
}

.Heading_market__YRvXy {
  color: #55c0cc;
}

.Heading_market_block__59nkh {
  display: block !important;
  color: #55c0cc;
}

@media (min-width: 1921px) {
  .Heading_title__kk66_ {
    font-size: 50px;
    line-height: 55px;
  }
}

@media (max-width: 768px) {
  .Heading_title__kk66_ {
    font-size: 28px;
  }
}

@media (max-width: 440px) {
  .Heading_title__kk66_ {
    font-size: 28px;
    line-height: 30px;
    text-align: center;
  }
}

.Card_card__container__ITaCe {
  padding: 56px 44px;
  flex-grow: 1;
  max-width: 350px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: normal;
}

.Card_card__container__ITaCe::before {
  transition: 0.5s;
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 4px;
  padding: 2px;
  border: 2px solid transparent;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  border-image: linear-gradient(to bottom, #95618b, #55c0cc, #55c0cc, #083cbe) 1;
}

.Card_card__container__icon__K7BIb {
  width: 250px;
  height: 220px;
  object-fit: contain;
}

.Card_card__container__icon__close__T5ODa {
  width: 12px;
  height: 18.11px;
}

.Card_cardHeading__akv6R {
  font-size: 55px;
  line-height: 35px;
  margin: 0;
  margin-bottom: 27px;
  text-align: center;
  width: 100%;
}

.Card_card__steps___MGC_ {
  font-weight: 600;
  line-height: 18px;
  text-transform: uppercase;
  color: #95618b;
  margin-bottom: 13px;
}

.Card_customClassBtn__KeXk5 {
  width: 17vw;
}

.Card_button__rC5an::before {
  content: '';
  inset: 0;
  border-radius: 4px;
  background: linear-gradient(to right, #95618b 0%, #55c0cc 50%, #113dba 100%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
          mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  border-image: linear-gradient(to bottom, #95618b, #55c0cc, #55c0cc, #083cbe) 1;
}

@media (max-width: 1440px) {
  .Card_card__container__icon__K7BIb {
    width: 200px;
    height: 180px;
    object-fit: contain;
  }

  .Card_cardHeading__akv6R {
    font-size: 50px;
    line-height: 32px;
  }
}

@media screen and (max-width: 768px) {
  .Card_card__container__icon__K7BIb {
    width: 180px;
    height: 160px;
    object-fit: contain;
  }

  .Card_cardHeading__akv6R {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 440px) {
  .Card_card__container__icon__K7BIb {
    width: 150px;
    height: 140px;
    object-fit: contain;
  }

  .Card_cardHeading__akv6R {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 16px;
  }
}

.ModalNotificacionSubscription_container__z9bJ_ {
  position: fixed;
  inset: 0; /* top, right, bottom, left: 0 */
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 1000;
}

.ModalNotificacionSubscription_sub__container__EOog5 {
  width: 100%;
  height: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
  position: relative;
}

.ModalNotificacionSubscription_card__container__QqCJh {
  width: 390px;
  max-width: 90%;
  position: relative;
}

body.ModalNotificacionSubscription_modal_open__9Rn6X {
  height: 0vh;
  overflow-y: hidden;
}

.ModalNotificacionSubscription_customClassCard__7gwRB {
  width: 100%;
  height: min-content;
  background-color: black;
  opacity: 1;
  min-width: 100%;
}

.ModalNotificacionSubscription_customClassT__Ts4mP {
  font-weight: 600;
  font-size: 20px;
  line-height: 45px;
  color: #fff;
  text-align: center;
  order: 1;
  margin-bottom: 0;
}

.ModalNotificacionSubscription_customClassSubtitle__KjiBQ {
  color: #00e2ff;
  font-family: Montserrat;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  order: 1;
  position: relative;
  bottom: 10px;
}

.ModalNotificacionSubscription_customClassP__hQ_mQ {
  font-weight: 400;
  font-size: 12px;
  line-height: 25px;
  text-align: center;
  order: 2;
}

.ModalNotificacionSubscription_customClassIcon__FRBod {
  width: 69%;
  order: 0;
}

.ModalNotificacionSubscription_customClassIconClose__TeSkY {
  width: 10%;
}

.ModalNotificacionSubscription_card_img__I93zw {
  width: 24px;
  height: 24px;
  z-index: 9999;
  position: absolute;
  top: 10px;
  right: 16px;
  cursor: pointer;
  pointer-events: auto;
}

@media (max-width: 440px) {
  .ModalNotificacionSubscription_card__container__QqCJh {
    width: 90%;
  }
}

.TitleContactUs_metaxHeading__BnMEL {
  line-height: 40px;
  text-transform: uppercase;
  color: #ffffff;
  position: relative;
  z-index: 1;
  font-style: normal;
  font-weight: 100;
  font-size: 35px;
}

.TitleContactUs_paragraph__TAfK2 {
  text-transform: none;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  position: relative;
  z-index: 2;
  font-style: normal;
  font-weight: 100;
}

.TitleContactUs_container_image__ocSLt {
  margin-top: 100px;
  display: flex;
  justify-content: center;
}

.TitleContactUs_imgContactUs__D2i9x {
  position: relative;
  width: 65%;
  height: auto !important;
  z-index: 5;
}

.TitleContactUs_imgContactUsBG__TIdkX {
  position: absolute;
  width: 100%;
  top: 78%;
  left: 18%;
  transform: translate(-50%, -50%);
  z-index: 1;
  height: 100%;
}

@media screen and (max-width: 1024px) {
  .TitleContactUs_container__OTTgi {
    margin-top: 0px;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    position: relative;
  }
  .TitleContactUs_container__title__2DqSK {
    order: 1;
    text-align: center;
    font-size: 4.7vw;
    margin-top: 3em;
  }
  .TitleContactUs_container_image__ocSLt {
    order: 0;
    width: 50%;
  }

  .TitleContactUs_imgContactUsBG__TIdkX {
    top: 55%;
    left: 45%;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .TitleContactUs_container_image__ocSLt {
    order: 0;
    width: 80%;
  }

  .TitleContactUs_container__OTTgi {
    text-align: center;
  }
  .TitleContactUs_imgContactUsBG__TIdkX {
    top: 57%;
    left: 50%;
    width: 100vw;
  }
}

@media only screen and (max-width: 440px) {
  .TitleContactUs_container__OTTgi {
    text-align: center;
  }

  .TitleContactUs_metaxHeading__BnMEL {
    font-size: 28px;
  }
  .TitleContactUs_container_image__ocSLt {
    order: 0;
    width: 100%;
  }
  .TitleContactUs_imgContactUsBG__TIdkX {
    top: 65%;
    left: 50%;
    width: 160vw;
  }
}

.ContactUs_container__eIY7q {
  display: flex;
  width: 100%;

  margin-bottom: 117px;
}

.ContactUs_elementsContainer__TaD11 {
  display: flex;
  gap: 75px;
  width: 100%;
  justify-content: space-between;
  position: relative;
  margin-top: 130px;
}

.ContactUs_containerForm___t_0b {
  padding: 20px 45px;
  width: 649px;
  height: auto;
  position: relative;
  z-index: 5;
  box-shadow: 0px 0px 20px 3px #95618b;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.6);
}

.ContactUs_containerForm___t_0b::before {
  padding: 2px;
  z-index: 5;
  content: '';
  position: absolute;
  inset: 0;
  border: 2px solid transparent;
  border-image-source: none;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-width: 1;
  border-radius: 5px;
  border: 2px solid transparent;
  background: linear-gradient(45deg, #b4adf8, #95618b, #083cbe) border-box;
  -webkit-mask: /*4*/
    linear-gradient(#fff 0 0) padding-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.ContactUs_bg_container_form__vld4h {
  position: relative;
}

.ContactUs_blurContainer__uZlIj {
  width: 1435px;
  height: 1595px;
  left: -385px;
  top: -470px;
  margin-top: 125px;
  z-index: 0;
  position: absolute;
}

.ContactUs_backgroundImage__BFMeA {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ContactUs_blurContainer__uZlIj::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, transparent 30%, rgba(0, 0, 0, 0.95) 100%);
  box-shadow: inset -100px 0px 150px 0px rgba(0, 0, 0, 0.9);
  pointer-events: none;
  z-index: 1;
}

@media screen and (min-width: 1920px) {
  .ContactUs_blurContainer__uZlIj {
    width: 1435px;
    height: 1295px;
    left: -385px;
    top: -270px;
  }
}

@media screen and (min-width: 1440px) {
  .ContactUs_blurContainer__uZlIj {
    height: 1295px;
    top: -120px;
  }
}

@media screen and (max-width: 1024px) {
  .ContactUs_elementsContainer__TaD11 {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin: 0px;
    padding: 9em 40px;
    gap: 75px;
    position: relative;
    justify-content: center;
    align-items: center;
  }

  .ContactUs_heroPlayerContainer__0T2Oy {
    order: 0;
    width: 100%;
  }

  .ContactUs_blurContainer__uZlIj {
    width: 1135px;
    height: 1135px;
    left: -250px;
    top: -140px;
    z-index: 0;
  }
}

@media screen and (max-width: 768px) {
  .ContactUs_container__eIY7q {
    width: 100%;
    align-items: center;
    flex-direction: column !important;
    gap: 60px;
  }

  .ContactUs_elementsContainer__TaD11 {
    padding: 5em 0px;
  }

  .ContactUs_blurContainer__uZlIj {
    width: 1400px;
    height: 1400px;
    left: -370px;
    top: -420px;
    margin-top: 25px;
  }
  .ContactUs_containerForm___t_0b {
    order: 1;
    width: 100%;
  }
}

@media only screen and (max-width: 440px) {
  .ContactUs_container__eIY7q {
    width: 100%;
    align-items: center;
    flex-direction: column;
    gap: 60px;
  }

  .ContactUs_bg_container_form__vld4h {
    position: relative;
    width: 100%;
    height: 100%;
    margin-top: -60px;
  }

  .ContactUs_blurContainer__uZlIj {
    width: 880px;
    height: 1022px;
    left: -380px;
    top: -330px;
    margin-top: 25px;
  }
  .ContactUs_containerForm___t_0b {
    padding: 1px 20px 50px 20px;
  }
}

